commit 35aff91e339f058497bf166f8eae81ecc2d56fae Author: PietroSainaghi Date: Thu Oct 6 18:38:10 2022 -0700 Finally a GIT! diff --git a/config/AE2Stuff/readme.txt b/config/AE2Stuff/readme.txt new file mode 100644 index 00000000..455f4f25 --- /dev/null +++ b/config/AE2Stuff/readme.txt @@ -0,0 +1,2 @@ +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/AE2WirelessTerminals.cfg b/config/AE2WirelessTerminals.cfg new file mode 100644 index 00000000..cf56bdaa --- /dev/null +++ b/config/AE2WirelessTerminals.cfg @@ -0,0 +1,47 @@ +# 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/Animus.cfg b/config/Animus.cfg new file mode 100644 index 00000000..cfd8bfd6 --- /dev/null +++ b/config/Animus.cfg @@ -0,0 +1,107 @@ +# 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/AppliedEnergistics2/AppliedEnergistics2.cfg b/config/AppliedEnergistics2/AppliedEnergistics2.cfg new file mode 100644 index 00000000..b2cc900c --- /dev/null +++ b/config/AppliedEnergistics2/AppliedEnergistics2.cfg @@ -0,0 +1,581 @@ +# 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 + > +} + + +client { + # Possible Values: AE, EU, RF, GTEU + S:PowerUnit=RF + + # 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=JEI_MANUAL_SEARCH + + # Possible Values: YES, NO, UNDECIDED + S:SEARCH_TOOLTIPS=YES + + # 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 + 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 + } + + networkfeatures { + B:Channels=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: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 { + # 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/AppliedEnergistics2/CustomRecipes.cfg b/config/AppliedEnergistics2/CustomRecipes.cfg new file mode 100644 index 00000000..781d1711 --- /dev/null +++ b/config/AppliedEnergistics2/CustomRecipes.cfg @@ -0,0 +1,22 @@ +# Configuration file + +cache { + S:digest=90e5a686307a21c66dcbd280bca4cef2 + + # 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/AppliedEnergistics2/Facades.cfg b/config/AppliedEnergistics2/Facades.cfg new file mode 100644 index 00000000..7c62decc --- /dev/null +++ b/config/AppliedEnergistics2/Facades.cfg @@ -0,0 +1,45 @@ +# 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/AppliedEnergistics2/VersionChecker.cfg b/config/AppliedEnergistics2/VersionChecker.cfg new file mode 100644 index 00000000..10f67cad --- /dev/null +++ b/config/AppliedEnergistics2/VersionChecker.cfg @@ -0,0 +1,30 @@ +# Configuration file + +cache { + # Waits as many hours, until it checks again. [range: 0 ~ 168, default: 24] + I:interval=24 + S:lastCheck=1665030538471 +} + + +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/AppliedEnergistics2/extracells.cfg b/config/AppliedEnergistics2/extracells.cfg new file mode 100644 index 00000000..aedc20eb --- /dev/null +++ b/config/AppliedEnergistics2/extracells.cfg @@ -0,0 +1,50 @@ +# 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/AppliedEnergistics2/items.csv b/config/AppliedEnergistics2/items.csv new file mode 100644 index 00000000..58a8a981 --- /dev/null +++ b/config/AppliedEnergistics2/items.csv @@ -0,0 +1,44686 @@ +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, Mana Infused 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 Mana Infused Metal +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 Mana Infused 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, Mana Infused 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 Mana Infused 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, Mana Infused 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, Mana Infused 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, Mana Infused 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, Mana Infused 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, Charged 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, Ruby Ore +techreborn:ore:3, 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, 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 Ruby +techreborn:storage2:4, Block of Sapphire +techreborn:storage2:5, Block of 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, Fusion Control Computer +techreborn:fusion_coil, 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: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:habitat_former:0, Habitat Former +forestry:habitat_screen, Habitat Screen +forestry:genetic_filter:0, Genetic Filter +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: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:book_forester, Forester's Manual +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: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: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:crate, Crate +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: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: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) +forestry:worktable:0, Worktable +forestry:database:0, Database +forestry:honeyed_slice, Honeyed Slice +forestry:ambrosia, Ambrosia +forestry:honey_pot, Honey Pot +forestry:engine_peat:0, Peat-fired Engine +forestry:engine_biogas:0, Biogas Engine +forestry:engine_clockwork:0, Clockwork Engine +railcraft:creosote, Creosote +railcraft:steam, Steam +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: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:0, Trade Station +railcraft:force_track_emitter, Force Track Emitter +railcraft:track_force, Force Track +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_silver, Zinc-Silver Battery +railcraft:charge_feeder:1, Admin Charge Feeder Unit +railcraft:charge_trap, Charge Trap +railcraft:frame, Wire Support Frame +railcraft:steam_turbine:0, 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, item.railcraft.charge.electrode.carbon.name +railcraft:charge:10, item.railcraft.charge.electrode.silver.name +railcraft:tool_charge_meter, Charge Meter +railcraft:turbine_blade, Turbine Blade +railcraft:turbine_disk, Turbine Disk +railcraft:turbine_rotor, Turbine Rotor +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 +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_oven:0, Coke Oven Brick +railcraft:coke_oven_red:0, tile.railcraft.coke.oven.red.name +railcraft:blast_furnace:0, Blast Furnace Brick +railcraft:rock_crusher:0, Rock Crusher +railcraft:steam_oven:0, Steam Oven +railcraft:tank_iron_gauge:0, Iron Tank Gauge +railcraft:tank_iron_gauge:1, Iron Tank Gauge +railcraft:tank_iron_gauge:2, Iron Tank Gauge +railcraft:tank_iron_gauge:3, Iron Tank Gauge +railcraft:tank_iron_gauge:4, Iron Tank Gauge +railcraft:tank_iron_gauge:5, Iron Tank Gauge +railcraft:tank_iron_gauge:6, Iron Tank Gauge +railcraft:tank_iron_gauge:7, Iron Tank Gauge +railcraft:tank_iron_gauge:8, Iron Tank Gauge +railcraft:tank_iron_gauge:9, Iron Tank Gauge +railcraft:tank_iron_gauge:10, Iron Tank Gauge +railcraft:tank_iron_gauge:11, Iron Tank Gauge +railcraft:tank_iron_gauge:12, Iron Tank Gauge +railcraft:tank_iron_gauge:13, Iron Tank Gauge +railcraft:tank_iron_gauge:14, Iron Tank Gauge +railcraft:tank_iron_gauge:15, Iron Tank Gauge +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_gauge:0, Steel Tank Gauge +railcraft:tank_steel_gauge:1, Steel Tank Gauge +railcraft:tank_steel_gauge:2, Steel Tank Gauge +railcraft:tank_steel_gauge:3, Steel Tank Gauge +railcraft:tank_steel_gauge:4, Steel Tank Gauge +railcraft:tank_steel_gauge:5, Steel Tank Gauge +railcraft:tank_steel_gauge:6, Steel Tank Gauge +railcraft:tank_steel_gauge:7, Steel Tank Gauge +railcraft:tank_steel_gauge:8, Steel Tank Gauge +railcraft:tank_steel_gauge:9, Steel Tank Gauge +railcraft:tank_steel_gauge:10, Steel Tank Gauge +railcraft:tank_steel_gauge:11, Steel Tank Gauge +railcraft:tank_steel_gauge:12, Steel Tank Gauge +railcraft:tank_steel_gauge:13, Steel Tank Gauge +railcraft:tank_steel_gauge:14, Steel Tank Gauge +railcraft:tank_steel_gauge:15, Steel Tank Gauge +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:0, Water Tank Siding +railcraft:chest_metals:0, 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:0, 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, Ground Blast Furnace 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:admin_steam_producer:0, Admin Steam Producer +railcraft:boiler_firebox_fluid:0, Fluid Fueled Boiler Firebox +railcraft:boiler_firebox_solid:0, Solid Fueled Boiler Firebox +railcraft:boiler_tank_pressure_high:0, High Pressure Boiler Tank +railcraft:boiler_tank_pressure_low:0, Low Pressure Boiler Tank +railcraft:brick_abyssal:0, Abyssal Brick +railcraft:brick_abyssal:1, Fitted Abyssal Stone +railcraft:brick_abyssal:2, Abyssal Block +railcraft:brick_abyssal:3, Ornate Abyssal Stone +railcraft:brick_abyssal:4, Etched Abyssal Stone +railcraft:brick_abyssal:5, Abyssal Cobblestone +railcraft:brick_bleachedbone:0, Bleached Bone Brick +railcraft:brick_bleachedbone:1, Fitted Bleached Bone Stone +railcraft:brick_bleachedbone:2, Bleached Bone Block +railcraft:brick_bleachedbone:3, Ornate Bleached Bone Stone +railcraft:brick_bleachedbone:4, Etched Bleached Bone Stone +railcraft:brick_bleachedbone:5, Bleached Bone Cobblestone +railcraft:brick_bloodstained:0, Blood Stained Brick +railcraft:brick_bloodstained:1, Fitted Blood Stained Stone +railcraft:brick_bloodstained:2, Blood Stained Block +railcraft:brick_bloodstained:3, Ornate Blood Stained Stone +railcraft:brick_bloodstained:4, Etched Blood Stained Stone +railcraft:brick_bloodstained:5, Blood Stained Cobblestone +railcraft:brick_frostbound:0, Frost Bound Brick +railcraft:brick_frostbound:1, Fitted Frost Bound Stone +railcraft:brick_frostbound:2, Frost Bound Block +railcraft:brick_frostbound:3, Ornate Frost Bound Stone +railcraft:brick_frostbound:4, Etched Frost Bound Stone +railcraft:brick_frostbound:5, Frost Bound Cobblestone +railcraft:brick_infernal:0, Infernal Brick +railcraft:brick_infernal:1, Fitted Infernal Stone +railcraft:brick_infernal:2, Infernal Block +railcraft:brick_infernal:3, Ornate Infernal Stone +railcraft:brick_infernal:4, Etched Infernal Stone +railcraft:brick_infernal:5, Infernal Cobblestone +railcraft:brick_quarried:0, Quarried Brick +railcraft:brick_quarried:1, Fitted Quarried Stone +railcraft:brick_quarried:2, Quarried Block +railcraft:brick_quarried:3, Ornate Quarried Stone +railcraft:brick_quarried:4, Etched Quarried Stone +railcraft:brick_quarried:5, Quarried Cobblestone +railcraft:brick_sandy:0, Sandy Brick +railcraft:brick_sandy:1, Fitted Sandy Stone +railcraft:brick_sandy:2, Sandy Block +railcraft:brick_sandy:3, Ornate Sandy Stone +railcraft:brick_sandy:4, Etched Sandy Stone +railcraft:brick_sandy:5, Sandy Cobblestone +railcraft:brick_red_sandy:0, Red Sandy Brick +railcraft:brick_red_sandy:1, Fitted Red Sandy Stone +railcraft:brick_red_sandy:2, Red Sandy Block +railcraft:brick_red_sandy:3, Ornate Red Sandy Stone +railcraft:brick_red_sandy:4, Etched Red Sandy Stone +railcraft:brick_red_sandy:5, Red Sandy Cobblestone +railcraft:brick_nether:0, Nether Brick +railcraft:brick_nether:1, Fitted Nether Stone +railcraft:brick_nether:2, Nether Block +railcraft:brick_nether:3, Ornate Nether Stone +railcraft:brick_nether:4, Etched Nether Stone +railcraft:brick_nether:5, Nether Cobblestone +railcraft:brick_red_nether:0, Red Nether Brick +railcraft:brick_red_nether:1, Fitted Red Nether Stone +railcraft:brick_red_nether:2, Red Nether Block +railcraft:brick_red_nether:3, Ornate Red Nether Stone +railcraft:brick_red_nether:4, Etched Red Nether Stone +railcraft:brick_red_nether:5, Red Nether Cobblestone +railcraft:brick_andesite:0, Andesite Brick +railcraft:brick_andesite:1, Fitted Andesite +railcraft:brick_andesite:6, Polished Andesite +railcraft:brick_andesite:3, Ornate Andesite +railcraft:brick_andesite:4, Etched Andesite +railcraft:brick_andesite:5, Andesite Cobblestone +railcraft:brick_diorite:0, Diorite Brick +railcraft:brick_diorite:1, Fitted Diorite +railcraft:brick_diorite:4, Polished Diorite +railcraft:brick_diorite:3, Ornate Diorite +railcraft:brick_diorite:4, Etched Diorite +railcraft:brick_diorite:5, Diorite Cobblestone +railcraft:brick_granite:0, Granite Brick +railcraft:brick_granite:1, Fitted Granite +railcraft:brick_granite:2, Polished Granite +railcraft:brick_granite:3, Ornate Granite +railcraft:brick_granite:4, Etched Granite +railcraft:brick_granite:5, Granite Cobblestone +railcraft:brick_pearlized:0, Pearlized Brick +railcraft:brick_pearlized:1, Fitted Pearlized Stone +railcraft:brick_pearlized:2, Pearlized Block +railcraft:brick_pearlized:3, Ornate Pearlized Stone +railcraft:brick_pearlized:4, Etched Pearlized Stone +railcraft:brick_pearlized:5, Pearlized Cobblestone +railcraft:tool_stone_carver, Stone Carver +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:generic:5, Creosote Wood Block +railcraft:generic:6, Block of Coal Coke +railcraft:generic:7, Crushed Obsidian +railcraft:generic:8, Abyssal Stone +railcraft:generic:9, Quarried Stone +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 Platform +railcraft:post_metal_platform:1, Orange Metal Platform +railcraft:post_metal_platform:2, Magenta Metal Platform +railcraft:post_metal_platform:3, Light Blue Metal Platform +railcraft:post_metal_platform:4, Yellow Metal Platform +railcraft:post_metal_platform:5, Lime Metal Platform +railcraft:post_metal_platform:6, Pink Metal Platform +railcraft:post_metal_platform:7, Gray Metal Platform +railcraft:post_metal_platform:8, Light Gray Metal Platform +railcraft:post_metal_platform:9, Cyan Metal Platform +railcraft:post_metal_platform:10, Purple Metal Platform +railcraft:post_metal_platform:11, Blue Metal Platform +railcraft:post_metal_platform:12, Brown Metal Platform +railcraft:post_metal_platform:13, Green Metal Platform +railcraft:post_metal_platform:14, Red Metal Platform +railcraft:post_metal_platform:15, Black Metal Platform +railcraft:track_kit:1, Activator Track Kit +railcraft:track_kit:2, Booster Track Kit +railcraft:track_kit:3, Buffer Stop Track Kit +railcraft:track_kit:4, Control Track Kit +railcraft:track_kit:5, Detector Track Kit +railcraft:track_kit:6, Disembarking Track Kit +railcraft:track_kit:7, Dumping Track Kit +railcraft:track_kit:8, Embarking Track Kit +railcraft:track_kit:9, Gated Track Kit +railcraft:track_kit:10, Locking Track Kit +railcraft:track_kit:11, One-Way Track Kit +railcraft:track_kit:15, Messenger Track Kit +railcraft:track_kit:16, Delayed Locking Track Kit +railcraft:track_kit:17, Priming Track Kit +railcraft:track_kit:18, Launcher Track Kit +railcraft:track_kit:19, Whistle Track Kit +railcraft:track_kit:20, Locomotive Track Kit +railcraft:track_kit:21, Throttle Track Kit +railcraft:track_kit:22, Routing Track Kit +railcraft:track_kit:23, Transition Track Kit +railcraft:track_kit:24, Coupler Track Kit +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:chest_void:0, Void Chest +railcraft:cart_chest_void:0, Void Chest Cart +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, Firestone Ore +railcraft:worldlogic, Saltpeter Ore Spawner +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 Bottle +binniecore:glass:1, Apple Juice Bottle +binniecore:glass:1, Apricot Juice Bottle +binniecore:glass:1, Banana Juice Bottle +binniecore:glass:1, Cherry Juice Bottle +binniecore:glass:1, Elderberry Juice Bottle +binniecore:glass:1, Lemon Juice Bottle +binniecore:glass:1, Lime Juice Bottle +binniecore:glass:1, Orange Juice Bottle +binniecore:glass:1, Peach Juice Bottle +binniecore:glass:1, Plum Juice Bottle +binniecore:glass:1, Carrot Juice Bottle +binniecore:glass:1, Tomato Juice Bottle +binniecore:glass:1, Cranberry Juice Bottle +binniecore:glass:1, Grapefruit Juice Bottle +binniecore:glass:1, Olive Oil Bottle +binniecore:glass:1, Pineapple Juice Bottle +binniecore:glass:1, Pear Juice Bottle +binniecore:glass:1, White Grape Juice Bottle +binniecore:glass:1, Red Grape Juice Bottle +binniecore:glass:1, Cider Bottle +binniecore:glass:1, Apricot Wine Bottle +binniecore:glass:1, Banana Wine Bottle +binniecore:glass:1, Cherry Wine Bottle +binniecore:glass:1, Elderberry Wine Bottle +binniecore:glass:1, Peach Cider Bottle +binniecore:glass:1, Pear Cider Bottle +binniecore:glass:1, Plum Wine Bottle +binniecore:glass:1, Carrot Wine Bottle +binniecore:glass:1, White Wine Bottle +binniecore:glass:1, Red Wine Bottle +binniecore:glass:1, Sparkling Wine Bottle +binniecore:glass:1, Agave Wine Bottle +binniecore:glass:1, Fermented Potatoes Bottle +binniecore:glass:1, Citrus Wine Bottle +binniecore:glass:1, Cranberry Wine Bottle +binniecore:glass:1, Pineapple Wine Bottle +binniecore:glass:1, Tomato Wine Bottle +binniecore:glass:1, Fruit Wine Bottle +binniecore:glass:1, Ale Bottle +binniecore:glass:1, Lager Bottle +binniecore:glass:1, Wheat Beer Bottle +binniecore:glass:1, Rye Beer Bottle +binniecore:glass:1, Corn Beer Bottle +binniecore:glass:1, Stout Bottle +binniecore:glass:1, Fermented Grain Mash Bottle +binniecore:glass:1, Fermented Wheat Mash Bottle +binniecore:glass:1, Fermented Rye Mash Bottle +binniecore:glass:1, Fermented Corn Mash Bottle +binniecore:glass:1, Neutral Spirit Bottle +binniecore:glass:1, Vodka Bottle +binniecore:glass:1, White Rum Bottle +binniecore:glass:1, Dark Rum Bottle +binniecore:glass:1, Whiskey Bottle +binniecore:glass:1, Bourbon Bottle +binniecore:glass:1, Rye Whiskey Bottle +binniecore:glass:1, Wheat Whiskey Bottle +binniecore:glass:1, Fortified Wine Bottle +binniecore:glass:1, Tequila Bottle +binniecore:glass:1, Brandy Bottle +binniecore:glass:1, Apple Brandy Bottle +binniecore:glass:1, Pear Brandy Bottle +binniecore:glass:1, Apricot Brandy Bottle +binniecore:glass:1, Plum Brandy Bottle +binniecore:glass:1, Cherry Brandy Bottle +binniecore:glass:1, Elderberry Brandy Bottle +binniecore:glass:1, Citrus Brandy Bottle +binniecore:glass:1, Fruit Brandy Bottle +binniecore:glass:1, Cachaca Bottle +binniecore:glass:1, Gin Bottle +binniecore:glass:1, Apple Liquor Bottle +binniecore:glass:1, Pear Liquor Bottle +binniecore:glass:1, Cherry Liquor Bottle +binniecore:glass:1, Elderberry Liquor Bottle +binniecore:glass:1, Apricot Liquor Bottle +binniecore:glass:1, Fruit Liquor Bottle +binniecore:glass:1, Almond Liqueur Bottle +binniecore:glass:1, Orange Liqueur Bottle +binniecore:glass:1, Banana Liqueur Bottle +binniecore:glass:1, Chocolate Liqueur Bottle +binniecore:glass:1, Mint Liqueur Bottle +binniecore:glass:1, Hazelnut Liqueur Bottle +binniecore:glass:1, Cinnamon Liqueur Bottle +binniecore:glass:1, Coffee Liqueur Bottle +binniecore:glass:1, Melon Liqueur Bottle +binniecore:glass:1, Anise Liqueur Bottle +binniecore:glass:1, Peach Liqueur Bottle +binniecore:glass:1, Lemon Liqueur Bottle +binniecore:glass:1, Herbal Liqueur Bottle +binniecore:glass:1, Cherry Liqueur Bottle +binniecore:glass:1, Blackcurrant Liqueur Bottle +binniecore:glass:1, Blackberry Liqueur Bottle +binniecore:glass:1, Raspberry Liqueur 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: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: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: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: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: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:databasetree, item.databaseTree.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:11250603, 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: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: Oil (§bCool§r) +extracells:pattern.fluid:0, ME Fluid Pattern: Oil (§6Hot§r) +extracells:pattern.fluid:0, ME Fluid Pattern: 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: Atomic Nuclei +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: Gravitrons +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.fluid_subconscius +extracells:pattern.fluid:0, ME Fluid Pattern: Meatane +extracells:pattern.fluid:0, ME Fluid Pattern: Hydra Juices +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: Eternal Fabric +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: Crystal Water +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: 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: Molten Corruption +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: 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: 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:10, Black Colored Comb +gendustry:honey_comb:24, Orange Colored Comb +gendustry:honey_comb:25, White Colored Comb +gendustry:honey_comb:14, Blue Colored Comb +gendustry:honey_comb:20, Lime Colored Comb +gendustry:honey_comb:21, Yellow Colored Comb +gendustry:honey_comb:13, Brown Colored Comb +gendustry:honey_comb:17, Light Gray Colored Comb +gendustry:honey_comb:22, Light Blue Colored Comb +gendustry:honey_comb:12, Green Colored Comb +gendustry:honey_comb:18, Gray Colored Comb +gendustry:honey_comb:16, Cyan Colored Comb +gendustry:honey_comb:11, Red Colored Comb +gendustry:honey_comb:23, Magenta Colored Comb +gendustry:honey_comb:19, Pink Colored Comb +gendustry:honey_comb:15, Purple Colored 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: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 +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 Seed +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 Foritified Jar +thaumadditions:jar_mithrillium, Mithrillium Reinforced Jar +thaumadditions:jar_adaminite, Adaminite Foritified Jar +thaumadditions:jar_mithminite, Mithminite 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 +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_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: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 +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:recipe_holder, Package Recipe Holder +packagedauto:package, Recipe Package +packagedauto:package_component, Packaging Component +packagedauto:me_package_component, ME Packaging Component +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, Mana Infused 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 Mana Infused Metal 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 Mana Infused 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, Charged 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, Ruby Ore Cover +thermaldynamics:cover:0, 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, 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 Ruby Cover +thermaldynamics:cover:0, Block of Sapphire Cover +thermaldynamics:cover:0, Block of 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, 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, 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 +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, Nickel-Iron Battery Cover +thermaldynamics:cover:0, Nickel-Zinc Battery Cover +thermaldynamics:cover:0, Zinc-Carbon Battery Cover +thermaldynamics:cover:0, 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, Worldspike Point Cover +thermaldynamics:cover:0, Steel Anvil Cover +thermaldynamics:cover:0, Steel Anvil Cover +thermaldynamics:cover:0, Steel Anvil 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, Abyssal Brick Cover +thermaldynamics:cover:0, Fitted Abyssal Stone Cover +thermaldynamics:cover:0, Abyssal Block Cover +thermaldynamics:cover:0, Ornate Abyssal Stone Cover +thermaldynamics:cover:0, Etched Abyssal Stone Cover +thermaldynamics:cover:0, Abyssal Cobblestone Cover +thermaldynamics:cover:0, Bleached Bone Brick Cover +thermaldynamics:cover:0, Fitted Bleached Bone Stone Cover +thermaldynamics:cover:0, Bleached Bone Block Cover +thermaldynamics:cover:0, Ornate Bleached Bone Stone Cover +thermaldynamics:cover:0, Etched Bleached Bone Stone Cover +thermaldynamics:cover:0, Bleached Bone Cobblestone Cover +thermaldynamics:cover:0, Blood Stained Brick Cover +thermaldynamics:cover:0, Fitted Blood Stained Stone Cover +thermaldynamics:cover:0, Blood Stained Block Cover +thermaldynamics:cover:0, Ornate Blood Stained Stone Cover +thermaldynamics:cover:0, Etched Blood Stained Stone Cover +thermaldynamics:cover:0, Blood Stained Cobblestone Cover +thermaldynamics:cover:0, Frost Bound Brick Cover +thermaldynamics:cover:0, Fitted Frost Bound Stone Cover +thermaldynamics:cover:0, Frost Bound Block Cover +thermaldynamics:cover:0, Ornate Frost Bound Stone Cover +thermaldynamics:cover:0, Etched Frost Bound Stone Cover +thermaldynamics:cover:0, Frost Bound Cobblestone Cover +thermaldynamics:cover:0, Infernal Brick Cover +thermaldynamics:cover:0, Fitted Infernal Stone Cover +thermaldynamics:cover:0, Infernal Block Cover +thermaldynamics:cover:0, Ornate Infernal Stone Cover +thermaldynamics:cover:0, Etched Infernal Stone Cover +thermaldynamics:cover:0, Infernal Cobblestone Cover +thermaldynamics:cover:0, Quarried Brick Cover +thermaldynamics:cover:0, Fitted Quarried Stone Cover +thermaldynamics:cover:0, Quarried Block Cover +thermaldynamics:cover:0, Ornate Quarried Stone Cover +thermaldynamics:cover:0, Etched Quarried Stone Cover +thermaldynamics:cover:0, Quarried Cobblestone Cover +thermaldynamics:cover:0, Sandy Brick Cover +thermaldynamics:cover:0, Fitted Sandy Stone Cover +thermaldynamics:cover:0, Sandy Block Cover +thermaldynamics:cover:0, Ornate Sandy Stone Cover +thermaldynamics:cover:0, Etched Sandy Stone Cover +thermaldynamics:cover:0, Sandy Cobblestone Cover +thermaldynamics:cover:0, Red Sandy Brick Cover +thermaldynamics:cover:0, Fitted Red Sandy Stone Cover +thermaldynamics:cover:0, Red Sandy Block Cover +thermaldynamics:cover:0, Ornate Red Sandy Stone Cover +thermaldynamics:cover:0, Etched Red Sandy Stone Cover +thermaldynamics:cover:0, Red Sandy Cobblestone Cover +thermaldynamics:cover:0, Fitted Nether Stone Cover +thermaldynamics:cover:0, Nether Block Cover +thermaldynamics:cover:0, Ornate Nether Stone Cover +thermaldynamics:cover:0, Etched Nether Stone Cover +thermaldynamics:cover:0, Nether Cobblestone Cover +thermaldynamics:cover:0, Fitted Red Nether Stone Cover +thermaldynamics:cover:0, Red Nether Block Cover +thermaldynamics:cover:0, Ornate Red Nether Stone Cover +thermaldynamics:cover:0, Etched Red Nether Stone Cover +thermaldynamics:cover:0, Red Nether Cobblestone Cover +thermaldynamics:cover:0, Andesite Brick Cover +thermaldynamics:cover:0, Fitted Andesite Cover +thermaldynamics:cover:0, Ornate Andesite Cover +thermaldynamics:cover:0, Etched Andesite Cover +thermaldynamics:cover:0, Andesite Cobblestone Cover +thermaldynamics:cover:0, Diorite Brick Cover +thermaldynamics:cover:0, Fitted Diorite Cover +thermaldynamics:cover:0, Ornate Diorite Cover +thermaldynamics:cover:0, Etched Diorite Cover +thermaldynamics:cover:0, Diorite Cobblestone Cover +thermaldynamics:cover:0, Granite Brick Cover +thermaldynamics:cover:0, Fitted Granite Cover +thermaldynamics:cover:0, Ornate Granite Cover +thermaldynamics:cover:0, Etched Granite Cover +thermaldynamics:cover:0, Granite Cobblestone Cover +thermaldynamics:cover:0, Pearlized Brick Cover +thermaldynamics:cover:0, Fitted Pearlized Stone Cover +thermaldynamics:cover:0, Pearlized Block Cover +thermaldynamics:cover:0, Ornate 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, Block of Coal Coke Cover +thermaldynamics:cover:0, Crushed Obsidian Cover +thermaldynamics:cover:0, Abyssal Stone Cover +thermaldynamics:cover:0, Quarried Stone 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 Platform Cover +thermaldynamics:cover:0, Orange Metal Platform Cover +thermaldynamics:cover:0, Magenta Metal Platform Cover +thermaldynamics:cover:0, Light Blue Metal Platform Cover +thermaldynamics:cover:0, Yellow Metal Platform Cover +thermaldynamics:cover:0, Lime Metal Platform Cover +thermaldynamics:cover:0, Pink Metal Platform Cover +thermaldynamics:cover:0, Gray Metal Platform Cover +thermaldynamics:cover:0, Light Gray Metal Platform Cover +thermaldynamics:cover:0, Cyan Metal Platform Cover +thermaldynamics:cover:0, Purple Metal Platform Cover +thermaldynamics:cover:0, Blue Metal Platform Cover +thermaldynamics:cover:0, Brown Metal Platform Cover +thermaldynamics:cover:0, Green Metal Platform Cover +thermaldynamics:cover:0, Red Metal Platform Cover +thermaldynamics:cover:0, Black Metal Platform 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, 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, Firestone Ore Cover +thermaldynamics:cover:0, Saltpeter Ore Spawner 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, Puriflower Cover +thermaldynamics:cover:0, Totem of Dawn Cover +thermaldynamics:cover:0, Twilight Totem Cover +thermaldynamics:cover:0, Thaumonomicon Lectern Cover +thermaldynamics:cover:0, Void Anvil Cover +thermaldynamics:cover:0, Taintkin Cover +thermaldynamics:cover:0, Taint o' Lantern Cover +thermaldynamics:cover:0, Mithrillium Block Cover +thermaldynamics:cover:0, Adaminite Block Cover +thermaldynamics:cover:0, Mithminite Block Cover +thermaldynamics:cover:0, Taintwood Planks Cover +thermaldynamics:cover:0, Chiseled Amber Block Cover +thermaldynamics:cover:0, Iron Framed Greatwood Cover +thermaldynamics:cover:0, Brass Plated Silverwood Cover +thermaldynamics:cover:0, Chiseled Greatwood Cover +thermaldynamics:cover:0, Amber Lamp 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, 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 +projectx:xycronium_ore:0, Blue Xycronium Ore +projectx:xycronium_ore:1, Green Xycronium Ore +projectx:xycronium_ore:2, Red Xycronium Ore +projectx:xycronium_ore:3, Dark Xycronium Ore +projectx:xycronium_ore:4, Light Xycronium Ore +projectx:xycronium_block:0, Blue Xycronium Block +projectx:xycronium_block:1, Green Xycronium Block +projectx:xycronium_block:2, Red Xycronium Block +projectx:xycronium_block:3, Dark Xycronium Block +projectx:xycronium_block:4, Light Xycronium Block +projectx:xycronium_bricks:0, Blue Xycronium Bricks +projectx:xycronium_bricks:1, Green Xycronium Bricks +projectx:xycronium_bricks:2, Red Xycronium Bricks +projectx:xycronium_bricks:3, Dark Xycronium Bricks +projectx:xycronium_bricks:4, Light Xycronium Bricks +projectx:infused_bricks:0, Blue Xycronium Infused Bricks +projectx:infused_bricks:1, Green Xycronium Infused Bricks +projectx:infused_bricks:2, Red Xycronium Infused Bricks +projectx:infused_bricks:3, Dark Xycronium Infused Bricks +projectx:infused_bricks:4, Light Xycronium Infused Bricks +projectx:glass_viewer, Glass Viewer +projectx:xycronium_plate:0, White Xycronium Plate +projectx:xycronium_plate:1, Orange Xycronium Plate +projectx:xycronium_plate:2, Magenta Xycronium Plate +projectx:xycronium_plate:3, Light Blue Xycronium Plate +projectx:xycronium_plate:4, Yellow Xycronium Plate +projectx:xycronium_plate:5, Lime Xycronium Plate +projectx:xycronium_plate:6, Pink Xycronium Plate +projectx:xycronium_plate:7, Gray Xycronium Plate +projectx:xycronium_plate:8, Light Gray Xycronium Plate +projectx:xycronium_plate:9, Cyan Xycronium Plate +projectx:xycronium_plate:10, Purple Xycronium Plate +projectx:xycronium_plate:11, Blue Xycronium Plate +projectx:xycronium_plate:12, Brown Xycronium Plate +projectx:xycronium_plate:13, Green Xycronium Plate +projectx:xycronium_plate:14, Red Xycronium Plate +projectx:xycronium_plate:15, Black Xycronium Plate +projectx:xycronium_platform:0, White Xycronium Platform +projectx:xycronium_platform:1, Orange Xycronium Platform +projectx:xycronium_platform:2, Magenta Xycronium Platform +projectx:xycronium_platform:3, Light Blue Xycronium Platform +projectx:xycronium_platform:4, Yellow Xycronium Platform +projectx:xycronium_platform:5, Lime Xycronium Platform +projectx:xycronium_platform:6, Pink Xycronium Platform +projectx:xycronium_platform:7, Gray Xycronium Platform +projectx:xycronium_platform:8, Light Gray Xycronium Platform +projectx:xycronium_platform:9, Cyan Xycronium Platform +projectx:xycronium_platform:10, Purple Xycronium Platform +projectx:xycronium_platform:11, Blue Xycronium Platform +projectx:xycronium_platform:12, Brown Xycronium Platform +projectx:xycronium_platform:13, Green Xycronium Platform +projectx:xycronium_platform:14, Red Xycronium Platform +projectx:xycronium_platform:15, Black Xycronium Platform +projectx:xycronium_shield:0, White Xycronium Shield +projectx:xycronium_shield:1, Orange Xycronium Shield +projectx:xycronium_shield:2, Magenta Xycronium Shield +projectx:xycronium_shield:3, Light Blue Xycronium Shield +projectx:xycronium_shield:4, Yellow Xycronium Shield +projectx:xycronium_shield:5, Lime Xycronium Shield +projectx:xycronium_shield:6, Pink Xycronium Shield +projectx:xycronium_shield:7, Gray Xycronium Shield +projectx:xycronium_shield:8, Light Gray Xycronium Shield +projectx:xycronium_shield:9, Cyan Xycronium Shield +projectx:xycronium_shield:10, Purple Xycronium Shield +projectx:xycronium_shield:11, Blue Xycronium Shield +projectx:xycronium_shield:12, Brown Xycronium Shield +projectx:xycronium_shield:13, Green Xycronium Shield +projectx:xycronium_shield:14, Red Xycronium Shield +projectx:xycronium_shield:15, Black Xycronium Shield +projectx:xycronium_structure:0, White Xycronium Structure +projectx:xycronium_structure:1, Orange Xycronium Structure +projectx:xycronium_structure:2, Magenta Xycronium Structure +projectx:xycronium_structure:3, Light Blue Xycronium Structure +projectx:xycronium_structure:4, Yellow Xycronium Structure +projectx:xycronium_structure:5, Lime Xycronium Structure +projectx:xycronium_structure:6, Pink Xycronium Structure +projectx:xycronium_structure:7, Gray Xycronium Structure +projectx:xycronium_structure:8, Light Gray Xycronium Structure +projectx:xycronium_structure:9, Cyan Xycronium Structure +projectx:xycronium_structure:10, Purple Xycronium Structure +projectx:xycronium_structure:11, Blue Xycronium Structure +projectx:xycronium_structure:12, Brown Xycronium Structure +projectx:xycronium_structure:13, Green Xycronium Structure +projectx:xycronium_structure:14, Red Xycronium Structure +projectx:xycronium_structure:15, Black Xycronium Structure +projectx:xycronium_lamp, Xycronium Lamp +projectx:storage_unit, Storage Unit +projectx:engineering_table, Engineering Table +projectx:xynergy_node, Xynergy Node +projectx:xycronium_crystal:0, Blue Xycronium Crystal +projectx:xycronium_crystal:1, Green Xycronium Crystal +projectx:xycronium_crystal:2, Red Xycronium Crystal +projectx:xycronium_crystal:3, Dark Xycronium Crystal +projectx:xycronium_crystal:4, Light Xycronium Crystal +projectx:xycronium_ingot:0, Blue Xycronium Ingot +projectx:xycronium_ingot:1, Green Xycronium Ingot +projectx:xycronium_ingot:2, Red Xycronium Ingot +projectx:xycronium_ingot:3, Dark Xycronium Ingot +projectx:xycronium_ingot:4, Light Xycronium Ingot +projectx:xycronium_dust:0, Blue Pulverized Xycronium +projectx:xycronium_dust:1, Green Pulverized Xycronium +projectx:xycronium_dust:2, Red Pulverized Xycronium +projectx:xycronium_dust:3, Dark Pulverized Xycronium +projectx:xycronium_dust:4, Light Pulverized Xycronium +projectx:xycronium_nugget:0, Blue Xycronium Nugget +projectx:xycronium_nugget:1, Green Xycronium Nugget +projectx:xycronium_nugget:2, Red Xycronium Nugget +projectx:xycronium_nugget:3, Dark Xycronium Nugget +projectx:xycronium_nugget:4, Light Xycronium Nugget +projectx:color_scanner, Color Scanner +projectx:power_core:0, Power Core +projectx:power_core:1, Power Core +projectx:power_core:2, Power Core +projectx:power_core:3, Power Core +projectx:power_core:4, Power Core +projectx:power_core:5, Power Core +simplevoidworld:portal, Portal to the void +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) +torcherino:blocktorcherino, Torcherino +torcherino:blockcompressedtorcherino, Compressed Torcherino +torcherino:blockdoublecompressedtorcherino, Double Compressed Torcherino +torcherino:blocklanterino, Jack o'Lanterino +torcherino:blockcompressedlanterino, Compressed Jack o'Lanterino +torcherino:blockdoublecompressedlanterino, Double Compressed Jack o'Lanterino +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:launchpad, Launch Pad +advancedrocketry:rocketbuilder, Rocket Assembling Machine +advancedrocketry:structuretower, Structure Tower +advancedrocketry:seat, Seat +advancedrocketry:rocketmotor, Liquid Fueled Engine +advancedrocketry:advrocketmotor, Advanced Rocket Engine +advancedrocketry:fueltank, Liquid Fuel Tank +advancedrocketry:fuelingstation, Fueling station +advancedrocketry:monitoringstation, Rocket Monitoring Station +advancedrocketry:satellitebuilder, Satellite Builder +advancedrocketry:moonturf, Moon Turf +advancedrocketry:moonturf_dark, Dark Moon Turf +advancedrocketry:hotturf, Oxidized Ferric Sand +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:precisionassemblingmachine, Precision Assembler +advancedrocketry:blastbrick, HeatProof Brick +advancedrocketry:quartzcrucible, Quartz Crucible +advancedrocketry:crystallizer, Crystallizer +advancedrocketry:cuttingmachine, Cutting Machine +advancedrocketry:alienwood, Wood +advancedrocketry:alienleaves, Lightwood Leaves +advancedrocketry:aliensapling, Lightwood Sapling +advancedrocketry:observatory, Observatory +advancedrocketry:blackholegenerator, Black Hole Generator +advancedrocketry:concrete, Concrete +advancedrocketry:planetselector, Planet Selector +advancedrocketry:satellitecontrolcenter, Satellite Terminal +advancedrocketry:planetanalyser, Astrobody Data Processor +advancedrocketry:guidancecomputer, Guidance Computer +advancedrocketry:arcfurnace, Electric Arc Furnace +advancedrocketry:sawblade, Saw Blade Assembly +advancedrocketry:lathe, Lathe +advancedrocketry:rollingmachine, Rolling Machine +advancedrocketry:platepress, Small Plate Presser +advancedrocketry:stationbuilder, Space Station Assembler +advancedrocketry:electrolyser, Electrolyser +advancedrocketry:chemicalreactor, Chemical Reactor +advancedrocketry:oxygenscrubber, CO2 Scrubber +advancedrocketry:oxygenvent, Oxygen Vent +advancedrocketry:oxygencharger, Gas Charge Pad +advancedrocketry:airlock_door, tile.smallAirlockDoor.name +advancedrocketry:landingpad, Docking Pad +advancedrocketry:warpcore, Warp Core +advancedrocketry:warpmonitor, Warp Controller +advancedrocketry:oxygendetection, Atmosphere Detector +advancedrocketry:unlittorch, Extinguished Torch +advancedrocketry:geode, Geode Block +advancedrocketry:oxygenfluid, Oxygen +advancedrocketry:hydrogenfluid, Hydrogen +advancedrocketry:rocketfuel, Rocket Fuel +advancedrocketry:nitrogenfluid, Nitrogen +advancedrocketry:enrichedlavafluid, Enriched Lava Block +advancedrocketry:vitrifiedsand, Vitrified Sand +advancedrocketry:charcoallog, Charcoal Log +advancedrocketry:electricmushroom, Electric Mushroom +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:orientationcontroller, Orientation Controller +advancedrocketry:gravitycontroller, Station Gravity Controller +advancedrocketry:drill, Drill +advancedrocketry:microwavereciever, Microwave Receiver +advancedrocketry:lightsource, tile.lightSource.name +advancedrocketry:solarpanel, Solar Panel +advancedrocketry:suitworkstation, Suit Workstation +advancedrocketry:biomescanner, Biome Scanner +advancedrocketry:terraformer, Atmosphere Terraformer +advancedrocketry:deployablerocketbuilder, Unmanned Vehicle Assembler +advancedrocketry:liquidtank, Pressurized Tank +advancedrocketry:intake, Gas Intake +advancedrocketry:circlelight, Station Light +advancedrocketry:solargenerator, Solar Generator +advancedrocketry:stationmarker, Station Docking Port +advancedrocketry:altitudecontroller, Altitude Controller +advancedrocketry:railgun, Railgun +advancedrocketry:astrobed, tile.astroBed.name +advancedrocketry:planetholoselector, Holographic Planet Selector +advancedrocketry:blocklens, Lens +advancedrocketry:forcefield, Force Field +advancedrocketry:forcefieldprojector, Force Field Projector +advancedrocketry:pipesealer, Pipe Seal +advancedrocketry:spaceelevatorcontroller, Space Elevator +advancedrocketry:beacon, Beacon +advancedrocketry:planks, Lightwood planks +advancedrocketry:thermitetorch, Thermite Torch +advancedrocketry:wirelesstransciever, Wireless Transceiver +advancedrocketry:blockpump, Fluid Pump +advancedrocketry:centrifuge, Essentia Centrifuge +advancedrocketry:basalt, Basalt +advancedrocketry:landingfloat, Landing Float +advancedrocketry:gravitymachine, Area Gravity Controller +advancedrocketry:spacelaser, Orbital Laser Drill +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, Small Battery +libvulpes:battery:1, 2x Small Battery +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:iquartzcrucible, Quartz Crucible +advancedrocketry:orescanner, Ore Scanner +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: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:wafer:0, Silicon Wafer +advancedrocketry:dataunit:0, Data Storage Unit +advancedrocketry:satellite, Satellite +advancedrocketry:satelliteidchip, Satellite Id Chip +advancedrocketry:planetidchip, Planet Id Chip +advancedrocketry:misc:0, User Interface +advancedrocketry:misc:1, Carbon Brick +advancedrocketry:sawbladeiron:0, Iron Saw Blade +advancedrocketry:spacestationchip:0, Space Station Id Chip +advancedrocketry:spacestation:0, Space Station Container +advancedrocketry:spacehelmet, Space Helmet +advancedrocketry:spaceboots, Space Boots +advancedrocketry:spacechestplate, Space Suit Chest-Piece +advancedrocketry:spaceleggings, Space Suit Legging +advancedrocketry:bucketrocketfuel, Tank of Rocket Fuel +advancedrocketry:bucketnitrogen, Tank of Nitrogen +advancedrocketry:buckethydrogen, Tank of Hydrogen +advancedrocketry:bucketoxygen, Tank of Oxygen +advancedrocketry:bucketenrichedlava, Tank of Enriched Lava +advancedrocketry:smallairlockdoor, Small Airlock Door +advancedrocketry:carbonscrubbercartridge, Carbon Collection Cartridge +advancedrocketry:sealdetector, Seal Detector +advancedrocketry:jackhammer, Jack Hammer +advancedrocketry:asteroidchip, Asteroid Chip +advancedrocketry:elevatorchip, Space Elevator Chip +advancedrocketry:lens:0, Basic Lens +advancedrocketry:jetpack, Jet Pack +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:atmanalyser, Atmosphere Analyzer +advancedrocketry:basiclasergun, Basic Laser Gun +advancedrocketry:beaconfinder, Beacon Finder +advancedrocketry:thermite, Thermite +advancedrocketry:hovercraft, HoverCraft +advancedrocketry:biomechanger, Biome Changer Remote +forge:bucketfilled, %s Bucket +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, item.primordial_pearl.name +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, 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 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:phial:1, Phial of Mythus 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, Simple Grave +tombstone:decorative_grave_simple:1, Simple Grave +tombstone:decorative_grave_normal:0, Normal Grave +tombstone:decorative_grave_normal:1, Normal Grave +tombstone:decorative_grave_cross:0, Cross Grave +tombstone:decorative_grave_cross:1, Cross Grave +tombstone:decorative_tombstone:0, Tombstone +tombstone:decorative_tombstone:1, Tombstone +tombstone:decorative_subaraki_grave:0, Subaraki's Grave +tombstone:decorative_subaraki_grave:1, Subaraki's Grave +tombstone:decorative_grave_original:0, Original Grave +tombstone:decorative_grave_original:1, Original 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, §6Scroll of Preservation +tombstone:scroll_buff:1, §6Scroll of Unstable Intangibility +tombstone:scroll_buff:2, §6Scroll of Feather Falling +tombstone:scroll_buff:3, §6Scroll of Purification +tombstone:scroll_buff:4, §6Scroll of True Sight +tombstone:scroll_buff:5, §6Scroll of Reach +tombstone:scroll_buff:6, §6Scroll of Lightning Resistance +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:ankh_of_pray, Ânkh 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:advancement:0, Stable Fabric +tombstone:advancement:1, Stable Fabric +tombstone:advancement:2, Stable Fabric +tombstone:advancement:3, Stable Fabric +tombstone:advancement:4, Stable Fabric +tombstone:advancement:5, Stable Fabric +tombstone:advancement:6, Stable Fabric +tombstone:advancement:7, Stable Fabric +tombstone:crafting_ingredient:0, Strange Scroll +tombstone:crafting_ingredient:1, Strange Tablet +tombstone:crafting_ingredient:3, Grave's Dust +tombstone:bone_needle, Bone Needle +tombstone:impregnated_diamond, Impregnated Diamond +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 "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, 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, Boots Core Pattern +tconstruct:pattern:0, Sharpening Kit Pattern +tconstruct:pattern:0, Excavator Head Pattern +tconstruct:pattern:0, Bowstring Pattern +tconstruct:pattern:0, Helmet Core Pattern +tconstruct:pattern:0, Shard Pattern +tconstruct:pattern:0, Pan Pattern +tconstruct:pattern:0, Sign Plate Pattern +tconstruct:pattern:0, Laser Medium Pattern +tconstruct:pattern:0, Large Plate Pattern +tconstruct:pattern:0, Chestplate Core Pattern +tconstruct:pattern:0, Sword Blade Pattern +tconstruct:pattern:0, Fletching Pattern +tconstruct:pattern:0, Wide Guard Pattern +tconstruct:pattern:0, Tough Tool Rod Pattern +tconstruct:pattern:0, Broad Axe Head Pattern +tconstruct:pattern:0, Scythe Head Pattern +tconstruct:pattern:0, Hammer Head Pattern +tconstruct:pattern:0, Tough Binding Pattern +tconstruct:pattern:0, Cross Guard Pattern +tconstruct:pattern:0, Pickaxe Head Pattern +tconstruct:pattern:0, Arrow Head Pattern +tconstruct:pattern:0, Kama Head Pattern +tconstruct:pattern:0, Armor Trim Pattern +tconstruct:pattern:0, Pipe Piece Pattern +tconstruct:pattern:0, Bowlimb Pattern +tconstruct:pattern:0, Hand Guard Pattern +tconstruct:pattern:0, Large Sword Blade Pattern +tconstruct:pattern:0, Knife Blade Pattern +tconstruct:pattern:0, Shovel Head Pattern +tconstruct:pattern:0, Arrow Shaft Pattern +tconstruct:pattern:0, Binding Pattern +tconstruct:pattern:0, Armor Plates Pattern +tconstruct:pattern:0, Polishing Kit Pattern +tconstruct:pattern:0, Tool Rod Pattern +tconstruct:pattern:0, Battery Cell Pattern +tconstruct:pattern:0, Leggings Core Pattern +tconstruct:pattern:0, Axe Head 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, 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, 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, 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, Dark Matter 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, Signalum Shard +tconstruct:shard:0, Platinum 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, Bloodwood 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, 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, 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, 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, Dark Matter 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, Signalum Sharpening Kit +tconstruct:sharpening_kit:0, Platinum 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, Bloodwood 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, 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, 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, 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, Dark Matter 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, Signalum Pickaxe Head +tconstruct:pick_head:0, Platinum 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, Bloodwood 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, 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, 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, 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, Dark Matter 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, Signalum Shovel Head +tconstruct:shovel_head:0, Platinum 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, Bloodwood 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, 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, 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, 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, Dark Matter 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, Signalum Axe Head +tconstruct:axe_head:0, Platinum 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, Bloodwood 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, 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, 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, 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, Dark Matter 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, Signalum Broad Axe Head +tconstruct:broad_axe_head:0, Platinum 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, Bloodwood 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, 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, 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, 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, Dark Matter 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, Signalum Sword Blade +tconstruct:sword_blade:0, Platinum 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, Bloodwood 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, 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, 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, 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, Dark Matter 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, Signalum Large Sword Blade +tconstruct:large_sword_blade:0, Platinum 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, Bloodwood 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, 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, 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, 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, Dark Matter 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, Signalum Hammer Head +tconstruct:hammer_head:0, Platinum 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, Bloodwood 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, 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, 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, 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, Dark Matter 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, Signalum Excavator Head +tconstruct:excavator_head:0, Platinum 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, Bloodwood 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, 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, 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, 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, Dark Matter 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, Signalum Kama Head +tconstruct:kama_head:0, Platinum 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, Bloodwood 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, 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, 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, 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, Dark Matter 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, Signalum Scythe Head +tconstruct:scythe_head:0, Platinum 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, Bloodwood 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, 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, 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, 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, Dark Matter 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, Signalum Pan +tconstruct:pan_head:0, Platinum 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, Bloodwood 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, 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, 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, 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, Dark Matter 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, Signalum Sign Plate +tconstruct:sign_head:0, Platinum 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, Bloodwood 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, 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, 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, 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, Dark Matter 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, Signalum Tool Rod +tconstruct:tool_rod:0, Platinum 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, Bloodwood 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, 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, 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, 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, Dark Matter 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, Signalum Tough Tool Rod +tconstruct:tough_tool_rod:0, Platinum 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, Bloodwood 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, 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, 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, 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, Dark Matter 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, Signalum Binding +tconstruct:binding:0, Platinum 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, Bloodwood 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, 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, 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, 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, Dark Matter 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, Signalum Tough Binding +tconstruct:tough_binding:0, Platinum 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, Bloodwood 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, 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, 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, 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, Dark Matter 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, Signalum Wide Guard +tconstruct:wide_guard:0, Platinum 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, Bloodwood 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, 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, 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, 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, Dark Matter 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, Signalum Hand Guard +tconstruct:hand_guard:0, Platinum 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, Bloodwood 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, 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, 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, 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, Dark Matter 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, Signalum Cross Guard +tconstruct:cross_guard:0, Platinum 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, Bloodwood 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, 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, 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, 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, Dark Matter 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, Signalum Large Plate +tconstruct:large_plate:0, Platinum 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, Bloodwood 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, 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, 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, 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, Dark Matter 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, Signalum Knife Blade +tconstruct:knife_blade:0, Platinum 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, Bloodwood 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, 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, 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, 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, Dark Matter 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, Signalum Bowlimb +tconstruct:bow_limb:0, Platinum 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, Bloodwood 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, 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, 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, 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, Dark Matter 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, Signalum Arrow Head +tconstruct:arrow_head:0, Platinum 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, Bloodwood 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: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: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, Boots Core Cast +tconstruct:cast:0, Sharpening Kit Cast +tconstruct:cast:0, Excavator Head Cast +tconstruct:cast:0, Bowstring Cast +tconstruct:cast:0, Helmet Core Cast +tconstruct:cast:0, Shard Cast +tconstruct:cast:0, Pan Cast +tconstruct:cast:0, Sign Plate Cast +tconstruct:cast:0, Large Plate Cast +tconstruct:cast:0, Chestplate Core Cast +tconstruct:cast:0, Sword Blade Cast +tconstruct:cast:0, Wide Guard Cast +tconstruct:cast:0, Tough Tool Rod Cast +tconstruct:cast:0, Broad Axe Head Cast +tconstruct:cast:0, Scythe Head Cast +tconstruct:cast:0, Hammer Head Cast +tconstruct:cast:0, Tough Binding Cast +tconstruct:cast:0, Cross Guard Cast +tconstruct:cast:0, Pickaxe Head Cast +tconstruct:cast:0, Arrow Head Cast +tconstruct:cast:0, Kama Head Cast +tconstruct:cast:0, Armor Trim Cast +tconstruct:cast:0, Bowlimb Cast +tconstruct:cast:0, Hand Guard Cast +tconstruct:cast:0, Large Sword Blade Cast +tconstruct:cast:0, Knife Blade Cast +tconstruct:cast:0, Shovel Head Cast +tconstruct:cast:0, Arrow Shaft Cast +tconstruct:cast:0, Binding Cast +tconstruct:cast:0, Armor Plates Cast +tconstruct:cast:0, Polishing Kit Cast +tconstruct:cast:0, Tool Rod Cast +tconstruct:cast:0, Leggings Core Cast +tconstruct:cast:0, Axe Head 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, Boots Core Clay Cast +tconstruct:clay_cast:0, Sharpening Kit Clay Cast +tconstruct:clay_cast:0, Excavator Head Clay Cast +tconstruct:clay_cast:0, Bowstring Clay Cast +tconstruct:clay_cast:0, Helmet Core Clay Cast +tconstruct:clay_cast:0, Shard Clay Cast +tconstruct:clay_cast:0, Pan Clay Cast +tconstruct:clay_cast:0, Sign Plate Clay Cast +tconstruct:clay_cast:0, Large Plate Clay Cast +tconstruct:clay_cast:0, Chestplate Core Clay Cast +tconstruct:clay_cast:0, Sword Blade Clay Cast +tconstruct:clay_cast:0, Wide Guard Clay Cast +tconstruct:clay_cast:0, Tough Tool Rod Clay Cast +tconstruct:clay_cast:0, Broad Axe Head Clay Cast +tconstruct:clay_cast:0, Scythe Head Clay Cast +tconstruct:clay_cast:0, Hammer Head Clay Cast +tconstruct:clay_cast:0, Tough Binding Clay Cast +tconstruct:clay_cast:0, Cross Guard Clay Cast +tconstruct:clay_cast:0, Pickaxe Head Clay Cast +tconstruct:clay_cast:0, Arrow Head Clay Cast +tconstruct:clay_cast:0, Kama Head Clay Cast +tconstruct:clay_cast:0, Armor Trim Clay Cast +tconstruct:clay_cast:0, Bowlimb Clay Cast +tconstruct:clay_cast:0, Hand Guard Clay Cast +tconstruct:clay_cast:0, Large Sword Blade Clay Cast +tconstruct:clay_cast:0, Knife Blade Clay Cast +tconstruct:clay_cast:0, Shovel Head Clay Cast +tconstruct:clay_cast:0, Arrow Shaft Clay Cast +tconstruct:clay_cast:0, Binding Clay Cast +tconstruct:clay_cast:0, Armor Plates Clay Cast +tconstruct:clay_cast:0, Polishing Kit Clay Cast +tconstruct:clay_cast:0, Tool Rod Clay Cast +tconstruct:clay_cast:0, Leggings Core Clay Cast +tconstruct:clay_cast:0, Axe Head 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, 1k Crafting Storage +appliedenergistics2:crafting_storage_4k, 4k Crafting Storage +appliedenergistics2:crafting_storage_16k, 16k Crafting Storage +appliedenergistics2:crafting_storage_64k, 64k 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 Slabs +appliedenergistics2:smooth_sky_stone_slab:0, Sky Stone Block Slabs +appliedenergistics2:sky_stone_brick_slab:0, Sky Stone Brick Slabs +appliedenergistics2:sky_stone_small_brick_slab:0, Sky Stone Small Brick Slabs +appliedenergistics2:fluix_slab:0, Fluix Slabs +appliedenergistics2:quartz_slab:0, Certus Quartz Slabs +appliedenergistics2:chiseled_quartz_slab:0, Chiseled Certus Quartz Slabs +appliedenergistics2:quartz_pillar_slab:0, Certus Quartz Pillar Slabs +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: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, 1k ME Storage Cell +appliedenergistics2:storage_cell_4k, 4k ME Storage Cell +appliedenergistics2:storage_cell_16k, 16k ME Storage Cell +appliedenergistics2:storage_cell_64k, 64k ME Storage Cell +appliedenergistics2:fluid_storage_cell_1k, 1k ME Fluid Storage Cell +appliedenergistics2:fluid_storage_cell_4k, 4k ME Fluid Storage Cell +appliedenergistics2:fluid_storage_cell_16k, 16k ME Fluid Storage Cell +appliedenergistics2:fluid_storage_cell_64k, 64k ME Fluid Storage Cell +appliedenergistics2:spatial_storage_cell_2_cubed, 2³ Spatial Storage Cell +appliedenergistics2:spatial_storage_cell_16_cubed, 16³ Spatial Storage Cell +appliedenergistics2:spatial_storage_cell_128_cubed, 128³ 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 - Mana Infused 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 Mana Infused Metal +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 - Charged 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 - Ruby Ore +appliedenergistics2:facade:0, Cable Facade - 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 - 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 Ruby +appliedenergistics2:facade:0, Cable Facade - Block of Sapphire +appliedenergistics2:facade:0, Cable Facade - Block of 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 - 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 - 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 +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 - 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 - 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 +appliedenergistics2:facade:0, Cable Facade - Zinc-Silver Battery +appliedenergistics2:facade:0, Cable Facade - Charge Trap +appliedenergistics2:facade:0, Cable Facade - Worldspike Point +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 Brick +appliedenergistics2:facade:0, Cable Facade - Fitted Abyssal Stone +appliedenergistics2:facade:0, Cable Facade - Abyssal Block +appliedenergistics2:facade:0, Cable Facade - Ornate Abyssal Stone +appliedenergistics2:facade:0, Cable Facade - Etched Abyssal Stone +appliedenergistics2:facade:0, Cable Facade - Abyssal Cobblestone +appliedenergistics2:facade:0, Cable Facade - Bleached Bone Brick +appliedenergistics2:facade:0, Cable Facade - Fitted Bleached Bone Stone +appliedenergistics2:facade:0, Cable Facade - Bleached Bone Block +appliedenergistics2:facade:0, Cable Facade - Ornate 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 Brick +appliedenergistics2:facade:0, Cable Facade - Fitted Blood Stained Stone +appliedenergistics2:facade:0, Cable Facade - Blood Stained Block +appliedenergistics2:facade:0, Cable Facade - Ornate 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 Brick +appliedenergistics2:facade:0, Cable Facade - Fitted Frost Bound Stone +appliedenergistics2:facade:0, Cable Facade - Frost Bound Block +appliedenergistics2:facade:0, Cable Facade - Ornate 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 Brick +appliedenergistics2:facade:0, Cable Facade - Fitted Infernal Stone +appliedenergistics2:facade:0, Cable Facade - Infernal Block +appliedenergistics2:facade:0, Cable Facade - Ornate Infernal Stone +appliedenergistics2:facade:0, Cable Facade - Etched Infernal Stone +appliedenergistics2:facade:0, Cable Facade - Infernal Cobblestone +appliedenergistics2:facade:0, Cable Facade - Quarried Brick +appliedenergistics2:facade:0, Cable Facade - Fitted Quarried Stone +appliedenergistics2:facade:0, Cable Facade - Quarried Block +appliedenergistics2:facade:0, Cable Facade - Ornate Quarried Stone +appliedenergistics2:facade:0, Cable Facade - Etched Quarried Stone +appliedenergistics2:facade:0, Cable Facade - Quarried Cobblestone +appliedenergistics2:facade:0, Cable Facade - Sandy Brick +appliedenergistics2:facade:0, Cable Facade - Fitted Sandy Stone +appliedenergistics2:facade:0, Cable Facade - Sandy Block +appliedenergistics2:facade:0, Cable Facade - Ornate Sandy Stone +appliedenergistics2:facade:0, Cable Facade - Etched Sandy Stone +appliedenergistics2:facade:0, Cable Facade - Sandy Cobblestone +appliedenergistics2:facade:0, Cable Facade - Red Sandy Brick +appliedenergistics2:facade:0, Cable Facade - Fitted Red Sandy Stone +appliedenergistics2:facade:0, Cable Facade - Red Sandy Block +appliedenergistics2:facade:0, Cable Facade - Ornate Red Sandy Stone +appliedenergistics2:facade:0, Cable Facade - Etched Red Sandy Stone +appliedenergistics2:facade:0, Cable Facade - Red Sandy Cobblestone +appliedenergistics2:facade:0, Cable Facade - Nether Brick +appliedenergistics2:facade:0, Cable Facade - Fitted Nether Stone +appliedenergistics2:facade:0, Cable Facade - Nether Block +appliedenergistics2:facade:0, Cable Facade - Ornate 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 - Fitted Red Nether Stone +appliedenergistics2:facade:0, Cable Facade - Red Nether Block +appliedenergistics2:facade:0, Cable Facade - Ornate 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 Brick +appliedenergistics2:facade:0, Cable Facade - Fitted Andesite +appliedenergistics2:facade:0, Cable Facade - Polished Andesite +appliedenergistics2:facade:0, Cable Facade - Ornate Andesite +appliedenergistics2:facade:0, Cable Facade - Etched Andesite +appliedenergistics2:facade:0, Cable Facade - Andesite Cobblestone +appliedenergistics2:facade:0, Cable Facade - Diorite Brick +appliedenergistics2:facade:0, Cable Facade - Fitted Diorite +appliedenergistics2:facade:0, Cable Facade - Polished Diorite +appliedenergistics2:facade:0, Cable Facade - Ornate Diorite +appliedenergistics2:facade:0, Cable Facade - Etched Diorite +appliedenergistics2:facade:0, Cable Facade - Diorite Cobblestone +appliedenergistics2:facade:0, Cable Facade - Granite Brick +appliedenergistics2:facade:0, Cable Facade - Fitted Granite +appliedenergistics2:facade:0, Cable Facade - Polished Granite +appliedenergistics2:facade:0, Cable Facade - Ornate Granite +appliedenergistics2:facade:0, Cable Facade - Etched Granite +appliedenergistics2:facade:0, Cable Facade - Granite Cobblestone +appliedenergistics2:facade:0, Cable Facade - Pearlized Brick +appliedenergistics2:facade:0, Cable Facade - Fitted Pearlized Stone +appliedenergistics2:facade:0, Cable Facade - Pearlized Block +appliedenergistics2:facade:0, Cable Facade - Ornate 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 - Block of Coal Coke +appliedenergistics2:facade:0, Cable Facade - Crushed Obsidian +appliedenergistics2:facade:0, Cable Facade - Abyssal Stone +appliedenergistics2:facade:0, Cable Facade - Quarried Stone +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 - 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 - Firestone Ore +appliedenergistics2:facade:0, Cable Facade - Saltpeter Ore Spawner +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 - 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 - 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 - 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 - Launch Pad +appliedenergistics2:facade:0, Cable Facade - Structure Tower +appliedenergistics2:facade:0, Cable Facade - Liquid Fueled Engine +appliedenergistics2:facade:0, Cable Facade - Advanced Rocket Engine +appliedenergistics2:facade:0, Cable Facade - Liquid Fuel Tank +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 - HeatProof Brick +appliedenergistics2:facade:0, Cable Facade - Wood +appliedenergistics2:facade:0, Cable Facade - Lightwood Leaves +appliedenergistics2:facade:0, Cable Facade - Concrete +appliedenergistics2:facade:0, Cable Facade - Saw Blade Assembly +appliedenergistics2:facade:0, Cable Facade - Geode Block +appliedenergistics2:facade:0, Cable Facade - Vitrified Sand +appliedenergistics2:facade:0, Cable Facade - Charcoal Log +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 - Drill +appliedenergistics2:facade:0, Cable Facade - Solar Panel +appliedenergistics2:facade:0, Cable Facade - Gas Intake +appliedenergistics2:facade:0, Cable Facade - Station Light +appliedenergistics2:facade:0, Cable Facade - Lightwood planks +appliedenergistics2:facade:0, Cable Facade - Basalt +appliedenergistics2:facade:0, Cable Facade - Landing Float +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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 Ethereal Slate +appliedenergistics2:facade:0, Cable Facade - Compressed Ethereal Slate +appliedenergistics2:facade:0, Cable Facade - Compressed Ethereal Slate +appliedenergistics2:facade:0, Cable Facade - Compressed Ethereal Slate +appliedenergistics2:facade:0, Cable Facade - Compressed Ethereal 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 - Soot-covered Machine Casing +appliedenergistics2:facade:0, Cable Facade - Glitch Infused Block +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 - 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 - 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 - 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 - Sapphire Ore +appliedenergistics2:facade:0, Cable Facade - Silver Block +appliedenergistics2:facade:0, Cable Facade - 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 - 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 - 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 - 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 - 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 - tile.thaumictinkerer:dummy_nitor.name +appliedenergistics2:facade:0, Cable Facade - What a beautiful block +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 - 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 - Collecting Stone +appliedenergistics2:facade:0, Cable Facade - Tier 3 Mythic Coil +appliedenergistics2:facade:0, Cable Facade - Tier 2 Mythic Coil +appliedenergistics2:facade:0, Cable Facade - Tier 1 Mythic Coil +appliedenergistics2:facade:0, Cable Facade - Valtellina Ore +appliedenergistics2:facade:0, Cable Facade - Mythic Excavation Computer +appliedenergistics2:facade:0, Cable Facade - Mythic Excavation Reactor +appliedenergistics2:facade:0, Cable Facade - Rhenium Ore +appliedenergistics2:facade:0, Cable Facade - Ancient Cavern Cap +appliedenergistics2:facade:0, Cable Facade - Pink Marble +appliedenergistics2:facade:0, Cable Facade - Living Gold +appliedenergistics2:facade:0, Cable Facade - Celian Block +appliedenergistics2:facade:0, Cable Facade - Chaotic Bricks +appliedenergistics2:facade:0, Cable Facade - Master Rune Box +appliedenergistics2:facade:0, Cable Facade - Vibrating Stone +appliedenergistics2:facade:0, Cable Facade - Mythic Excavation Engine +appliedenergistics2:facade:0, Cable Facade - Experiment Casing +appliedenergistics2:facade:0, Cable Facade - Destructive Demon Alloy +appliedenergistics2:facade:0, Cable Facade - Precasian Cap +appliedenergistics2:facade:0, Cable Facade - Sednanite Ore +appliedenergistics2:facade:0, Cable Facade - Lunalus Cap +appliedenergistics2:facade:0, Cable Facade - Unfathomable Stone +appliedenergistics2:facade:0, Cable Facade - Icy Bricks +appliedenergistics2:facade:0, Cable Facade - Barathos Cap +appliedenergistics2:facade:0, Cable Facade - More Defined Machine Case +appliedenergistics2:facade:0, Cable Facade - Draconic Machine Frame +appliedenergistics2:facade:0, Cable Facade - Neutronium Casing +appliedenergistics2:facade:0, Cable Facade - Haven Block +appliedenergistics2:facade:0, Cable Facade - Alchemical Crystal +appliedenergistics2:facade:0, Cable Facade - Highly Advanced Machine Casing +appliedenergistics2:facade:0, Cable Facade - tile.contenttweaker.titanium_iridium_coil.name +appliedenergistics2:facade:0, Cable Facade - Creeponian Cap +appliedenergistics2:facade:0, Cable Facade - Chaotic Stone +appliedenergistics2:facade:0, Cable Facade - Vengeful Portal +appliedenergistics2:facade:0, Cable Facade - Abyssal Cap +appliedenergistics2:facade:0, Cable Facade - Tartarite Ore +appliedenergistics2:facade:0, Cable Facade - Collapser Casing +appliedenergistics2:facade:0, Cable Facade - Ayeraco Stone +appliedenergistics2:facade:0, Cable Facade - Nightmare Block +appliedenergistics2:facade:0, Cable Facade - Arc Reactor Coil +appliedenergistics2:facade:0, Cable Facade - Awakened Electromagnet +appliedenergistics2:facade:0, Cable Facade - Block of Candy +appliedenergistics2:facade:0, Cable Facade - Greckon Cap +appliedenergistics2:facade:0, Cable Facade - Candyland Cap +appliedenergistics2:facade:0, Cable Facade - Infinity Dyson Conduit +appliedenergistics2:facade:0, Cable Facade - Warped Stone +appliedenergistics2:facade:0, Cable Facade - Mysterium Block +appliedenergistics2:facade:0, Cable Facade - tile.contenttweaker.chaos_wood.name +appliedenergistics2:facade:0, Cable Facade - Tartarite Monolith +appliedenergistics2:facade:0, Cable Facade - Shining Sandstone +appliedenergistics2:facade:0, Cable Facade - High Energy Ray Collector +appliedenergistics2:facade:0, Cable Facade - Dreaded Steel Block +appliedenergistics2:facade:0, Cable Facade - Nightmare Machine Case +appliedenergistics2:facade:0, Cable Facade - Sacred Wood +appliedenergistics2:facade:0, Cable Facade - Destructive Crystal Cluster +appliedenergistics2:facade:0, Cable Facade - Agate +appliedenergistics2:facade:0, Cable Facade - Icy Gateway +appliedenergistics2:facade:0, Cable Facade - Fiery Pyrite +appliedenergistics2:facade:0, Cable Facade - Miniature Pulsar +appliedenergistics2:facade:0, Cable Facade - Unidentified Body +appliedenergistics2:facade:0, Cable Facade - Gaia Spirit Block +appliedenergistics2:facade:0, Cable Facade - Nethersky Amber +appliedenergistics2:facade:0, Cable Facade - Arkenstone +appliedenergistics2:facade:0, Cable Facade - Crimson Quartz +appliedenergistics2:facade:0, Cable Facade - Deeplands Cap +appliedenergistics2:facade:0, Cable Facade - Infusion Catalyst +appliedenergistics2:facade:0, Cable Facade - Baphomet Altar Bricks +appliedenergistics2:facade:0, Cable Facade - Dark Mithrillium Block +appliedenergistics2:facade:0, Cable Facade - Negative Exotic Body +appliedenergistics2:facade:0, Cable Facade - Eternal Tulite +appliedenergistics2:facade:0, Cable Facade - Icy Stone +appliedenergistics2:facade:0, Cable Facade - Steadfast Crystal Cluster +appliedenergistics2:facade:0, Cable Facade - Serpentine +appliedenergistics2:facade:0, Cable Facade - Vengeful Crystal Cluster +appliedenergistics2:facade:0, Cable Facade - Ragnarok Sigil +appliedenergistics2:facade:0, Cable Facade - Broken Arcana Portal +appliedenergistics2:facade:0, Cable Facade - Dark Soul Machine Chassis +appliedenergistics2:facade:0, Cable Facade - Linear Accelerator Tube +appliedenergistics2:facade:0, Cable Facade - Accelerator Tube +appliedenergistics2:facade:0, Cable Facade - Plasma Wood +appliedenergistics2:facade:0, Cable Facade - Dense Gravitite Ore +appliedenergistics2:facade:0, Cable Facade - Destructive Stone Bricks +appliedenergistics2:facade:0, Cable Facade - Reinforced Shyre Bricks +appliedenergistics2:facade:0, Cable Facade - Darkstar Stone +appliedenergistics2:facade:0, Cable Facade - Crystevian Crystal +appliedenergistics2:facade:0, Cable Facade - L'Borean Cap +appliedenergistics2:facade:0, Cable Facade - Immortallis Cap +appliedenergistics2:facade:0, Cable Facade - Iromine Cap +appliedenergistics2:facade:0, Cable Facade - Muon Extractor +appliedenergistics2:facade:0, Cable Facade - Ogerite Ore +appliedenergistics2:facade:0, Cable Facade - Mythic Machine Case +appliedenergistics2:facade:0, Cable Facade - Stone of the Master Wizard +appliedenergistics2:facade:0, Cable Facade - Mysterium Cap +appliedenergistics2:facade:0, Cable Facade - Haven Cap +appliedenergistics2:facade:0, Cable Facade - Neutronium Cannon +appliedenergistics2:facade:0, Cable Facade - Collapser Conduit +appliedenergistics2:facade:0, Cable Facade - Ultracapacitor Bank +appliedenergistics2:facade:0, Cable Facade - Rainbow Bricks +appliedenergistics2:facade:0, Cable Facade - tile.contenttweaker.order_wood.name +appliedenergistics2:facade:0, Cable Facade - Feldspar +appliedenergistics2:facade:0, Cable Facade - Dyson Collector +appliedenergistics2:facade:0, Cable Facade - Dyson Conduit +appliedenergistics2:facade:0, Cable Facade - Vox Block +appliedenergistics2:facade:0, Cable Facade - Miniature Star +appliedenergistics2:facade:0, Cable Facade - Dyson Beam +appliedenergistics2:facade:0, Cable Facade - Dustopia Cap +appliedenergistics2:facade:0, Cable Facade - Celeve Cap +appliedenergistics2:facade:0, Cable Facade - Ender Dolomite +appliedenergistics2:facade:0, Cable Facade - Lelyetian Cap +appliedenergistics2:facade:0, Cable Facade - Myrmitite Ore +appliedenergistics2:facade:0, Cable Facade - Garden Block +appliedenergistics2:facade:0, Cable Facade - Travertine +appliedenergistics2:facade:0, Cable Facade - Vox Ponds Cap +appliedenergistics2:facade:0, Cable Facade - Runandor Cap +appliedenergistics2:facade:0, Cable Facade - Bloodmaster Block +appliedenergistics2:facade:0, Cable Facade - Mithrillium Catalyst +appliedenergistics2:facade:0, Cable Facade - Destructive Demon Eye +appliedenergistics2:facade:0, Cable Facade - Vibranium Servo +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 - Iro Block +appliedenergistics2:facade:0, Cable Facade - Gravity Inverter +appliedenergistics2:facade:0, Cable Facade - Dyson Compressor +appliedenergistics2:facade:0, Cable Facade - Retaliation Portal +appliedenergistics2:facade:0, Cable Facade - Metagabbro +appliedenergistics2:facade:0, Cable Facade - Horizon Stabilizer +appliedenergistics2:facade:0, Cable Facade - Draconium Electromagnet +appliedenergistics2:facade:0, Cable Facade - Lilith Altar Bricks +appliedenergistics2:facade:0, Cable Facade - Dyson Shell +appliedenergistics2:facade:0, Cable Facade - Purity Offer +appliedenergistics2:facade:0, Cable Facade - Neutronium Bombarder +appliedenergistics2:facade:0, Cable Facade - Icy Tiles +appliedenergistics2:facade:0, Cable Facade - Moloch Altar Bricks +appliedenergistics2:facade:0, Cable Facade - Irradiated Filler +appliedenergistics2:facade:0, Cable Facade - White Fuel +appliedenergistics2:facade:0, Cable Facade - Infinity Furnace Bricks +appliedenergistics2:facade:0, Cable Facade - Miniature Black Hole +appliedenergistics2:facade:0, Cable Facade - Demonic Crystal Cluster +appliedenergistics2:facade:0, Cable Facade - Bedrock Cobblestone +appliedenergistics2:facade:0, Cable Facade - Vengeful Stone Tiles +appliedenergistics2:facade:0, Cable Facade - Gardencia Cap +appliedenergistics2:facade:0, Cable Facade - Shyre Bricks +appliedenergistics2:facade:0, Cable Facade - Crystevia Cap +appliedenergistics2:facade:0, Cable Facade - Resonating Stone +appliedenergistics2:facade:0, Cable Facade - Corrosive Crystal Cluster +appliedenergistics2:facade:0, Cable Facade - Irradiator Casing +appliedenergistics2:facade:0, Cable Facade - Onyx +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 - 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:58, Pattern Expansion Card +appliedenergistics2:material:26, Redstone Card +appliedenergistics2:material:30, Acceleration Card +appliedenergistics2:material:34, 128³ Spatial Component +appliedenergistics2:material:37, 16k ME Storage Component +appliedenergistics2:material:33, 16³ Spatial Component +appliedenergistics2:material:35, 1k ME Storage Component +appliedenergistics2:material:32, 2³ Spatial Component +appliedenergistics2:material:36, 4k ME Storage Component +appliedenergistics2:material:38, 64k 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, 16k ME Fluid Storage Component +appliedenergistics2:material:54, 1k ME Fluid Storage Component +appliedenergistics2:material:55, 4k ME Fluid Storage Component +appliedenergistics2:material:57, 64k 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: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 Configuration Interface 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 +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] +ae2wtlib:infinity_booster_card, Infinity Booster Card +ae2wtlib:wut, Wireless Ultimate Terminal +ae2wtlib:wut_creative, Creative Wireless Ultimate Terminal +agricraft:seed_analyzer, Seed Analyzer +agricraft:peripheral, Computer Controlled Seed Analyzer +agricraft:sprinkler, Sprinkler +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: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:metal_slug, Metal Slug +aoa3:pop_shot, Pop Shot +aoa3:spreadshot, Spreadshot +aoa3:amethyst, Amethyst +aoa3:bloodstone, Bloodstone +aoa3:crystallite, Crystallite +aoa3:gemenyte, Gemenyte +aoa3:jade, Jade +aoa3:jewelyte, Jewelyte +aoa3:ornamyte, Ornamyte +aoa3:sapphire, 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 +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, 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, 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, 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, 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, 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, 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_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 +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 Iron 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 +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:lexicon, item.lexicon.name +botania:petal:0, Mystical White Petal +botania:petal:1, Mystical Orange Petal +botania:petal:2, Mystical Magenta Petal +botania:petal:3, Mystical Light Blue Petal +botania:petal:4, Mystical Yellow Petal +botania:petal:5, Mystical Lime Petal +botania:petal:6, Mystical Pink Petal +botania:petal:7, Mystical Gray Petal +botania:petal:8, Mystical Light Gray Petal +botania:petal:9, Mystical Cyan Petal +botania:petal:10, Mystical Purple Petal +botania:petal:11, Mystical Blue Petal +botania:petal:12, Mystical Brown Petal +botania:petal:13, Mystical Green Petal +botania:petal:14, Mystical Red Petal +botania:petal:15, Mystical Black Petal +botania:dye:0, Floral White Powder +botania:dye:1, Floral Orange Powder +botania:dye:2, Floral Magenta Powder +botania:dye:3, Floral Light Blue Powder +botania:dye:4, Floral Yellow Powder +botania:dye:5, Floral Lime Powder +botania:dye:6, Floral Pink Powder +botania:dye:7, Floral Gray Powder +botania:dye:8, Floral Light Gray Powder +botania:dye:9, Floral Cyan Powder +botania:dye:10, Floral Purple Powder +botania:dye:11, Floral Blue Powder +botania:dye:12, Floral Brown Powder +botania:dye:13, Floral Green Powder +botania:dye:14, Floral Red Powder +botania:dye:15, Floral Black Powder +botania:pestleandmortar, item.pestleAndMortar.name +botania:twigwand:0, Wand of the Forest +botania:twigwand:0, Wand of the Forest +botania:twigwand:0, Wand of the Forest +botania:twigwand:0, Wand of the Forest +botania:twigwand:0, Wand of the Forest +botania:twigwand:0, Wand of the Forest +botania:twigwand:0, Wand of the Forest +botania:twigwand:0, Wand of the Forest +botania:twigwand:0, Wand of the Forest +botania:twigwand:0, Wand of the Forest +botania:twigwand:0, Wand of the Forest +botania:twigwand:0, Wand of the Forest +botania:twigwand:0, Wand of the Forest +botania:twigwand:0, Wand of the Forest +botania:twigwand:0, Wand of the Forest +botania:twigwand:0, Wand of the Forest +botania:manaresource:0, Manasteel Ingot +botania:manaresource:1, Mana Pearl +botania:manaresource:2, Mana Diamond +botania:manaresource:3, Livingwood Twig +botania:manaresource:4, Terrasteel Ingot +botania:manaresource:5, Gaia Spirit +botania:manaresource:6, Redstone Root +botania:manaresource:7, Elementium Ingot +botania:manaresource:8, Pixie Dust +botania:manaresource:9, Dragonstone +botania:manaresource:11, Crafting Placeholder +botania:manaresource:12, Red String +botania:manaresource:13, Dreamwood Twig +botania:manaresource:14, Gaia Spirit Ingot +botania:manaresource:15, Ender Air Bottle +botania:manaresource:16, Mana Infused String +botania:manaresource:17, Manasteel Nugget +botania:manaresource:18, Terrasteel Nugget +botania:manaresource:19, Elementium Nugget +botania:manaresource:22, Manaweave Cloth +botania:manaresource:23, Mana Powder +botania:lens:0, Mana Lens +botania:lens:1, Mana Lens: Velocity +botania:lens:2, Mana Lens: Potency +botania:lens:3, Mana Lens: Resistance +botania:lens:4, Mana Lens: Efficiency +botania:lens:5, Mana Lens: Bounce +botania:lens:6, Mana Lens: Gravity +botania:lens:7, Mana Lens: Bore +botania:lens:8, Mana Lens: Damaging +botania:lens:9, Mana Lens: Phantom +botania:lens:10, Mana Lens: Magnetizing +botania:lens:11, Mana Lens: Entropic +botania:lens:12, Mana Lens: Influence +botania:lens:13, Mana Lens: Weight +botania:lens:14, Mana Lens: Paintslinger +botania:lens:15, Mana Lens: Kindle +botania:lens:16, Mana Lens: Force +botania:lens:17, Mana Lens: Flash +botania:lens:18, Mana Lens: Warp +botania:lens:19, Mana Lens: Redirective +botania:lens:20, Mana Lens: Celebratory +botania:lens:21, Mana Lens: Flare +botania:lens:22, Mana Lens: Messenger +botania:lens:23, Mana Lens: Tripwire +botania:rune:0, Rune of Water +botania:rune:1, Rune of Fire +botania:rune:2, Rune of Earth +botania:rune:3, Rune of Air +botania:rune:4, Rune of Spring +botania:rune:5, Rune of Summer +botania:rune:6, Rune of Autumn +botania:rune:7, Rune of Winter +botania:rune:8, Rune of Mana +botania:rune:9, Rune of Lust +botania:rune:10, Rune of Gluttony +botania:rune:11, Rune of Greed +botania:rune:12, Rune of Sloth +botania:rune:13, Rune of Wrath +botania:rune:14, Rune of Envy +botania:rune:15, Rune of Pride +botania:manatablet, item.manaTablet.name +botania:managun, item.manaGun.name +botania:manacookie, item.manaCookie.name +botania:fertilizer, item.fertilizer.name +botania:grassseeds:0, Pasture Seeds +botania:grassseeds:1, Boreal Seeds +botania:grassseeds:2, Infestation Spores +botania:grassseeds:3, Dry Pasture Seeds +botania:grassseeds:4, Golden Pasture Seeds +botania:grassseeds:5, Vivid Pasture Seeds +botania:grassseeds:6, Scorched Pasture Seeds +botania:grassseeds:7, Infused Pasture Seeds +botania:grassseeds:8, Mutated Pasture Seeds +botania:dirtrod, item.dirtRod.name +botania:terraformrod, item.terraformRod.name +botania:grasshorn:0, Horn of the Wild +botania:grasshorn:1, Horn of the Canopy +botania:grasshorn:2, Horn of the Covering +botania:manamirror, item.manaMirror.name +botania:manasteelhelm, item.manasteelHelm.name +botania:manasteelhelmreveal, item.manasteelHelmReveal.name +botania:manasteelchest, item.manasteelChest.name +botania:manasteellegs, item.manasteelLegs.name +botania:manasteelboots, item.manasteelBoots.name +botania:manasteelpick, item.manasteelPick.name +botania:manasteelshovel, item.manasteelShovel.name +botania:manasteelaxe, item.manasteelAxe.name +botania:manasteelsword, item.manasteelSword.name +botania:manasteelshears, item.manasteelShears.name +botania:terrasteelhelm, item.terrasteelHelm.name +botania:terrasteelhelmreveal, item.terrasteelHelmReveal.name +botania:terrasteelchest, item.terrasteelChest.name +botania:terrasteellegs, item.terrasteelLegs.name +botania:terrasteelboots, item.terrasteelBoots.name +botania:terrasword, item.terraSword.name +botania:tinyplanet, item.tinyPlanet.name +botania:manaring, item.manaRing.name +botania:auraring, item.auraRing.name +botania:manaringgreater, item.manaRingGreater.name +botania:auraringgreater, item.auraRingGreater.name +botania:travelbelt, item.travelBelt.name +botania:knockbackbelt, item.knockbackBelt.name +botania:icependant, item.icePendant.name +botania:lavapendant, item.lavaPendant.name +botania:magnetring, item.magnetRing.name +botania:waterring, item.waterRing.name +botania:miningring, item.miningRing.name +botania:terrapick, item.terraPick.name +botania:divacharm, item.divaCharm.name +botania:flighttiara:0, Flügel Tiara +botania:flighttiara:1, Flügel Tiara +botania:flighttiara:2, Flügel Tiara +botania:flighttiara:3, Flügel Tiara +botania:flighttiara:4, Flügel Tiara +botania:flighttiara:5, Flügel Tiara +botania:flighttiara:6, Flügel Tiara +botania:flighttiara:7, Flügel Tiara +botania:flighttiara:8, Flügel Tiara +botania:enderdagger, item.enderDagger.name +botania:quartz:0, Smokey Quartz +botania:quartz:1, Mana Quartz +botania:quartz:2, Blaze Quartz +botania:quartz:3, Lavender Quartz +botania:quartz:4, Redquartz +botania:quartz:5, Elven Quartz +botania:quartz:6, Sunny Quartz +botania:waterrod, item.waterRod.name +botania:elementiumhelm, item.elementiumHelm.name +botania:elementiumhelmreveal, item.elementiumHelmReveal.name +botania:elementiumchest, item.elementiumChest.name +botania:elementiumlegs, item.elementiumLegs.name +botania:elementiumboots, item.elementiumBoots.name +botania:elementiumpick, item.elementiumPick.name +botania:elementiumshovel, item.elementiumShovel.name +botania:elementiumaxe, item.elementiumAxe.name +botania:elementiumsword, item.elementiumSword.name +botania:elementiumshears, item.elementiumShears.name +botania:openbucket, item.openBucket.name +botania:spawnermover, item.spawnerMover.name +botania:pixiering, item.pixieRing.name +botania:supertravelbelt, item.superTravelBelt.name +botania:rainbowrod, item.rainbowRod.name +botania:tornadorod, item.tornadoRod.name +botania:firerod, item.fireRod.name +botania:vineball, item.vineBall.name +botania:slingshot, item.slingshot.name +botania:manabottle, item.manaBottle.name +botania:laputashard:0, Shard of Laputa +botania:laputashard:4, Shard of Laputa +botania:laputashard:9, Shard of Laputa +botania:laputashard:14, Shard of Laputa +botania:laputashard:19, Shard of Laputa +botania:virus:0, Necrodermal Virus +botania:virus:1, Nullodermal Virus +botania:reachring, item.reachRing.name +botania:skydirtrod, item.skyDirtRod.name +botania:itemfinder, item.itemFinder.name +botania:superlavapendant, item.superLavaPendant.name +botania:enderhand, item.enderHand.name +botania:glasspick, item.glassPick.name +botania:spark, item.spark.name +botania:sparkupgrade:0, Spark Augment: Dispersive +botania:sparkupgrade:1, Spark Augment: Dominant +botania:sparkupgrade:2, Spark Augment: Recessive +botania:sparkupgrade:3, Spark Augment: Isolated +botania:diviningrod, item.diviningRod.name +botania:gravityrod, item.gravityRod.name +botania:manainkwell, item.manaInkwell.name +botania:vial:0, Managlass Vial +botania:vial:1, Alfglass Flask +botania:brewvial, item.brewVial.name +botania:brewflask, item.brewFlask.name +botania:bloodpendant, item.bloodPendant.name +botania:missilerod, item.missileRod.name +botania:holycloak, item.holyCloak.name +botania:unholycloak, item.unholyCloak.name +botania:balancecloak, item.balanceCloak.name +botania:craftinghalo, item.craftingHalo.name +botania:blacklotus:0, Black Lotus +botania:blacklotus:1, Blacker Lotus +botania:monocle, item.monocle.name +botania:clip, item.clip.name +botania:cobblerod, item.cobbleRod.name +botania:smeltrod, item.smeltRod.name +botania:worldseed, item.worldSeed.name +botania:spellcloth, item.spellCloth.name +botania:thornchakram:0, Thorn Chakram +botania:thornchakram:1, Flare Chakram +botania:overgrowthseed, item.overgrowthSeed.name +botania:craftpattern:0, Crafting Pattern #1: 1x1 +botania:craftpattern:1, Crafting Pattern #2: 2x2 +botania:craftpattern:2, Crafting Pattern #3: 1x2 +botania:craftpattern:3, Crafting Pattern #4: 2x1 +botania:craftpattern:4, Crafting Pattern #5: 1x3 +botania:craftpattern:5, Crafting Pattern #6: 3x1 +botania:craftpattern:6, Crafting Pattern #7: 2x3 +botania:craftpattern:7, Crafting Pattern #8: 3x2 +botania:craftpattern:8, Crafting Pattern #9: Donut +botania:ancientwill:0, Will of Ahrim +botania:ancientwill:1, Will of Dharok +botania:ancientwill:2, Will of Guthan +botania:ancientwill:3, Will of Torag +botania:ancientwill:4, Will of Verac +botania:ancientwill:5, Will of Karil +botania:corporeaspark:0, Corporea Spark +botania:corporeaspark:1, Master Corporea Spark +botania:livingwoodbow, item.livingwoodBow.name +botania:crystalbow, item.crystalBow.name +botania:cosmetic:0, Black Bowtie +botania:cosmetic:1, Black Tie +botania:cosmetic:2, Red Glasses +botania:cosmetic:3, Puffy Scarf +botania:cosmetic:4, Engineer Goggles +botania:cosmetic:5, Eyepatch +botania:cosmetic:6, Wicked Eyepatch +botania:cosmetic:7, Red Ribbons +botania:cosmetic:8, Pink Flower Bud +botania:cosmetic:9, Polka-Dotted Bows +botania:cosmetic:10, Blue Butterfly +botania:cosmetic:11, Cat Ears +botania:cosmetic:12, Witch Pin +botania:cosmetic:13, Devil Tail +botania:cosmetic:14, Kamui Eye +botania:cosmetic:15, Googly Eyes +botania:cosmetic:16, Four-Leafed Clover +botania:cosmetic:17, Clock Eye +botania:cosmetic:18, Unicorn Horn +botania:cosmetic:19, Devil Horns +botania:cosmetic:20, Hyper Plus +botania:cosmetic:21, Botanist Emblem +botania:cosmetic:22, Ancient Mask +botania:cosmetic:23, Eerie Mask +botania:cosmetic:24, Alien Antenna +botania:cosmetic:25, Anaglyph Glasses +botania:cosmetic:26, Orange Shades +botania:cosmetic:27, Groucho Glasses +botania:cosmetic:28, Thick Eyebrows +botania:cosmetic:29, Lusitanic Shield +botania:cosmetic:30, Tiny Potato Mask +botania:cosmetic:31, Questgiver Mark +botania:cosmetic:32, Thinking Hand +botania:swapring, item.swapRing.name +botania:flowerbag, item.flowerBag.name +botania:phantomink, item.phantomInk.name +botania:poolminecart, item.poolMinecart.name +botania:pinkinator, item.pinkinator.name +botania:infinitefruit, item.infiniteFruit.name +botania:kingkey, item.kingKey.name +botania:flugeleye, item.flugelEye.name +botania:thorring, item.thorRing.name +botania:odinring, item.odinRing.name +botania:lokiring, item.lokiRing.name +botania:dice, item.dice.name +botania:keepivy, item.keepIvy.name +botania:blackholetalisman:0, Black Hole Talisman +botania:recordgaia1, item.recordGaia1.name +botania:recordgaia2, item.recordGaia2.name +botania:temperancestone:0, Stone of Temperance +botania:incensestick, item.incenseStick.name +botania:terraaxe, item.terraAxe.name +botania:waterbowl, item.waterBowl.name +botania:obediencestick, item.obedienceStick.name +botania:cacophonium, item.cacophonium.name +botania:slimebottle:0, Slime in a Bottle +botania:starsword, item.starSword.name +botania:exchangerod, item.exchangeRod.name +botania:magnetringgreater, item.magnetRingGreater.name +botania:thundersword, item.thunderSword.name +botania:manaweavehelm, item.manaweaveHelm.name +botania:manaweavechest, item.manaweaveChest.name +botania:manaweavelegs, item.manaweaveLegs.name +botania:manaweaveboots, item.manaweaveBoots.name +botania:autocraftinghalo, item.autocraftingHalo.name +botania:gaiahead, item.gaiaHead.name +botania:sextant, item.sextant.name +botania:speedupbelt, item.speedUpBelt.name +botania:baublebox, item.baubleBox.name +botania:dodgering, item.dodgeRing.name +botania:invisibilitycloak, item.invisibilityCloak.name +botania:cloudpendant, item.cloudPendant.name +botania:supercloudpendant, item.superCloudPendant.name +botania:thirdeye, item.thirdEye.name +botania:astrolabe, item.astrolabe.name +botania:goddesscharm, item.goddessCharm.name +botania:livingwood0stairs, tile.livingwood0Stairs.name +botania:livingwood0slab:0, Livingwood Slab +botania:livingwood0wall, tile.livingwood0Wall.name +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 +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 Ethereal 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 +chickens:colored_egg:15, Bone White Chicken Egg +chickens:colored_egg:4, Lapis Blue Chicken Egg +chickens:colored_egg:0, Ink Black Chicken Egg +chickens:colored_egg:13, Magenta Chicken Egg +chickens:colored_egg:10, Lime Chicken Egg +chickens:colored_egg:11, Yellow Chicken Egg +chickens:colored_egg:5, Purple 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:6, Cyan Chicken Egg +chickens:colored_egg:1, Red Chicken Egg +chickens:colored_egg:9, Pink Chicken Egg +chickens:colored_egg:14, Orange Chicken Egg +chickens:colored_egg:8, Gray Chicken Egg +chickens:colored_egg:3, Cocoa Brown Chicken Egg +chickens:spawn_egg:0, Bone White Chicken +chickens:spawn_egg:0, Lapis Blue Chicken +chickens:spawn_egg:0, Gunpowder Chicken +chickens:spawn_egg:0, Water 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, Log 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, Prismarine Crystal Chicken +chickens:spawn_egg:0, Snowball Chicken +chickens:spawn_egg:0, Yellow Chicken +chickens:spawn_egg:0, Purple Chicken +chickens:spawn_egg:0, Cactus Green Chicken +chickens:spawn_egg:0, Nether Quartz Chicken +chickens:spawn_egg:0, Sand Chicken +chickens:spawn_egg:0, Light Gray Chicken +chickens:spawn_egg:0, Soul Sand Chicken +chickens:spawn_egg:0, Light Blue Chicken +chickens:spawn_egg:0, Glass Chicken +chickens:spawn_egg:0, Diamond Chicken +chickens:spawn_egg:0, Obsidian Chicken +chickens:spawn_egg:0, Ghast Tear Chicken +chickens:spawn_egg:0, Redstone Chicken +chickens:spawn_egg:0, Flint Chicken +chickens:spawn_egg:0, Cyan Chicken +chickens:spawn_egg:0, Red Chicken +chickens:spawn_egg:0, Ender Pearl Chicken +chickens:spawn_egg:0, Leather Chicken +chickens:spawn_egg:0, Nether Wart Chicken +chickens:spawn_egg:0, Pink Chicken +chickens:spawn_egg:0, Glowstone Chicken +chickens:spawn_egg:0, Coal Chicken +chickens:spawn_egg:0, Lava Chicken +chickens:spawn_egg:0, Smart Chicken +chickens:spawn_egg:0, Orange Chicken +chickens:spawn_egg:0, Clay Chicken +chickens:spawn_egg:0, Slime Chicken +chickens:spawn_egg:0, Magma Cream Chicken +chickens:spawn_egg:0, Gray Chicken +chickens:spawn_egg:0, Cocoa Brown Chicken +chickens:spawn_egg:0, Gold 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:armorstation:0, Armor Station +crimsonwarfare:boss_activator, Ancient Altar +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_5, Dank 5 +dankstorage:dank_1, Dank 1 +dankstorage:dank_3, Dank 3 +dankstorage:dank_4, Dank 4 +dankstorage:dank_6, Dank 6 +dankstorage:dank_7, Dank 7 +dankstorage:dank_2, Dank 2 +deepmoblearning:machine_casing, Soot-covered Machine Casing +deepmoblearning:infused_ingot_block, Glitch Infused Block +deepmoblearning:simulation_chamber, Simulation Chamber +deepmoblearning:extraction_chamber, Loot Fabricator +deepmoblearning:trial_keystone, Trial Keystone +deepmoblearning:soot_covered_redstone, Soot-covered Redstone +deepmoblearning:soot_covered_plate, Soot-covered Plate +deepmoblearning:polymer_clay, Polymer Clay +deepmoblearning:deep_learner, §bDeep Learner§r +deepmoblearning:data_model_blank, Blank Data Model +deepmoblearning:creative_model_learner, Creative Model Learner +deepmoblearning:trial_key, §bTrial Key§r +deepmoblearning:glitch_heart, §bCorrupted Glitch Heart§r +deepmoblearning:glitch_fragment, §bUnstable Glitch Fragment§r +deepmoblearning:glitch_infused_ingot, §bGlitch Infused Ingot§r +deepmoblearning:glitch_infused_helmet, §bGlitch Infused Helmet§r +deepmoblearning:glitch_infused_chestplate, §bGlitch Infused Chestplate§r +deepmoblearning:glitch_infused_leggings, §bGlitch Infused Leggings§r +deepmoblearning:glitch_infused_boots, §bGlitch Infused Greaves§r +deepmoblearning:glitch_infused_sword, §bGlitch Infused Sword§r +deepmoblearning:data_model_zombie, §bZombie Data Model§r +deepmoblearning:data_model_skeleton, §bSkeleton Data Model§r +deepmoblearning:data_model_creeper, §bCreeper Data Model§r +deepmoblearning:data_model_spider, §bSpider Data Model§r +deepmoblearning:data_model_slime, §bSlime Data Model§r +deepmoblearning:data_model_witch, §bWitch Data Model§r +deepmoblearning:data_model_blaze, §bBlaze Data Model§r +deepmoblearning:data_model_ghast, §bGhast Data Model§r +deepmoblearning:data_model_wither_skeleton, §bWither Skeleton Data Model§r +deepmoblearning:data_model_enderman, §bEnderman Data Model§r +deepmoblearning:data_model_wither, §bWither Data Model§r +deepmoblearning:data_model_dragon, §bEnder Dragon Data Model§r +deepmoblearning:data_model_shulker, §bShulker Data Model§r +deepmoblearning:data_model_guardian, §bGuardian Data Model§r +deepmoblearning:data_model_thermal_elemental, §bThermal Elemental Data Model§r +deepmoblearning:data_model_twilight_forest, §bTwilight Forest Data Model§r +deepmoblearning:data_model_twilight_swamp, §bTwilight Swamp Data Model§r +deepmoblearning:data_model_twilight_darkwood, §bTwilight Darkwood Data Model§r +deepmoblearning:data_model_twilight_glacier, §bTwilight Glacier Data Model§r +deepmoblearning:data_model_tinker_slime, §bBlue Slime Data Model§r +deepmoblearning:living_matter_overworldian, Overworldian Matter +deepmoblearning:living_matter_hellish, Hellish Matter +deepmoblearning:living_matter_extraterrestrial, Extraterrestrial Matter +deepmoblearning:living_matter_twilight, Twilight Matter +deepmoblearning:pristine_matter_zombie, Pristine Zombie Matter +deepmoblearning:pristine_matter_skeleton, Pristine Skeleton Matter +deepmoblearning:pristine_matter_creeper, Pristine Creeper Matter +deepmoblearning:pristine_matter_spider, Pristine Spider Matter +deepmoblearning:pristine_matter_slime, Pristine Slime Matter +deepmoblearning:pristine_matter_witch, Pristine Witch Matter +deepmoblearning:pristine_matter_blaze, Pristine Blaze Matter +deepmoblearning:pristine_matter_ghast, Pristine Ghast Matter +deepmoblearning:pristine_matter_wither_skeleton, Pristine Wither Skeleton Matter +deepmoblearning:pristine_matter_enderman, Pristine Enderman Matter +deepmoblearning:pristine_matter_wither, Pristine Wither Matter +deepmoblearning:pristine_matter_dragon, Pristine Ender Dragon Matter +deepmoblearning:pristine_matter_shulker, Pristine Shulker Matter +deepmoblearning:pristine_matter_guardian, Pristine Guardian Matter +deepmoblearning:pristine_matter_thermal_elemental, Pristine Thermal Elemental Matter +deepmoblearning:pristine_matter_tinker_slime, Pristine Blue Slime Matter +deepmoblearning:pristine_matter_twilight_forest, Pristine Twilight Forest Matter +deepmoblearning:pristine_matter_twilight_swamp, Pristine Twilight Swamp Matter +deepmoblearning:pristine_matter_twilight_darkwood, Pristine Twilight Darkwood Matter +deepmoblearning:pristine_matter_twilight_glacier, Pristine Twilight Glacier Matter +deepmoblearningbm:digital_agonizer, Digital Mob Agonizer +deepmoblearningbm:altar_linker, Altar Linker +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 +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:framingtable, Framing Table +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: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 +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: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 +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) +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:655, Mana Infused Singularity +extendedcrafting:singularity_custom:654, Neutronium Singularity +extendedcrafting:singularity_custom:653, Ethaxium 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 +extracpus:crafting_storage_256k, 256k Crafting Storage +extracpus:crafting_storage_1024k, 1024k Crafting Storage +extracpus:crafting_storage_4096k, 4096k Crafting Storage +extracpus:crafting_storage_16384k, 16384k Crafting Storage +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) +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 +itemfilters:filter, Item Filter +itemfilters:missing, Missing Item +ftbquests:screen, Task Screen +ftbquests:progress_detector, Quest Progress Detector +ftbquests:detector:0, Redstone Detector +ftbquests:detector:1, Player Detector +ftbquests:progress_screen, Progress Screen +ftbquests:chest, Quest Chest +ftbquests:loot_crate_storage, Loot Crate Storage +ftbquests:loot_crate_opener, Loot Crate Opener +ftbquests:barrier, Quest Barrier +ftbquests:reward_collector, Reward Collector +ftbquests:book, Quest Book +ftbquests:lootcrate, Loot Crate +ftbquests:custom_icon, Custom Icon +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, Sapphire Ore +iceandfire:silver_block, Silver Block +iceandfire:sapphire_block, 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: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: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, 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: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, Dragon Horn +iceandfire:dragon_horn_fire, Dragon Horn +iceandfire:dragon_horn_ice, 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: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: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 +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_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 +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 +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 +modularmachinery:itemblueprint, Machine Blueprint +modularmachinery:itemmodularium, Modularium +modularmachinery:itemconstructtool, Construct Selection Tool +modularmachinery:blockcontroller, Machine 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 +modularmagic:blockwillproviderinput, Demon Will Input Hatch +modularmagic:blockwillprovideroutput, Demon Will Output Hatch +modularmagic:blocklifeessenceproviderinput, Life Essence Input Hatch +modularmagic:blocklifeessenceprovideroutput, Life Essence Output Hatch +modularmagic:blockaspectproviderinput, Essentia Input Hatch +modularmagic:blockaspectprovideroutput, Essentia Output Hatch +modularmagic:blockgridproviderinput, Grid Power Input Hatch +modularmagic:blockgridprovideroutput, Grid Power Output Hatch +modularmagic:blockrainbowprovider, Rainbow Input Hatch +modularmagic:blockstarlightproviderinput, Starlight Collector Hatch +modularmagic:blockstarlightprovideroutput, Starlight Distributor Hatch +modularmagic:blockconstellationprovider, Constellation Detector Hatch +modularmagic:blockmanaproviderinput, Mana Input Hatch +modularmagic:blockmanaprovideroutput, Mana Output Hatch +naturescompass:naturescompass, Nature's Compass +neenergistics:pattern_interface, Pattern Interface +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 +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, Stone Pipe Piece +plustic:laser_medium:0, Stone Laser Medium +plustic:battery_cell:0, Stone Battery Cell +plustic:katana, Katana +plustic:mirionnugget, Mirion Nugget +plustic:mirioningot, Mirion Ingot +plustic:mirionblock, Mirion Block +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 +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 +xreliquary:altar, Altar +xreliquary:apothecary_cauldron, tile.apothecary_cauldron.name +xreliquary:apothecary_mortar, tile.apothecary_mortar.name +xreliquary:fertile_lilypad, tile.fertile_lilypad.name +xreliquary:interdiction_torch, tile.interdiction_torch.name +xreliquary:wraith_node, tile.wraith_node.name +xreliquary:pedestal:0, Pedestal +xreliquary:pedestal:1, Pedestal +xreliquary:pedestal:2, Pedestal +xreliquary:pedestal:3, Pedestal +xreliquary:pedestal:4, Pedestal +xreliquary:pedestal:5, Pedestal +xreliquary:pedestal:6, Pedestal +xreliquary:pedestal:7, Pedestal +xreliquary:pedestal:8, Pedestal +xreliquary:pedestal:9, Pedestal +xreliquary:pedestal:10, Pedestal +xreliquary:pedestal:11, Pedestal +xreliquary:pedestal:12, Pedestal +xreliquary:pedestal:13, Pedestal +xreliquary:pedestal:14, Pedestal +xreliquary:pedestal:15, Pedestal +xreliquary:pedestal_passive:0, Pedestal (Display only) +xreliquary:pedestal_passive:1, Pedestal (Display only) +xreliquary:pedestal_passive:2, Pedestal (Display only) +xreliquary:pedestal_passive:3, Pedestal (Display only) +xreliquary:pedestal_passive:4, Pedestal (Display only) +xreliquary:pedestal_passive:5, Pedestal (Display only) +xreliquary:pedestal_passive:6, Pedestal (Display only) +xreliquary:pedestal_passive:7, Pedestal (Display only) +xreliquary:pedestal_passive:8, Pedestal (Display only) +xreliquary:pedestal_passive:9, Pedestal (Display only) +xreliquary:pedestal_passive:10, Pedestal (Display only) +xreliquary:pedestal_passive:11, Pedestal (Display only) +xreliquary:pedestal_passive:12, Pedestal (Display only) +xreliquary:pedestal_passive:13, Pedestal (Display only) +xreliquary:pedestal_passive:14, Pedestal (Display only) +xreliquary:pedestal_passive:15, Pedestal (Display only) +rftoolsdim:dimlet_base, Dimlet Base Part +rftoolsdim:dimlet_control_circuit:0, Dimlet Control Circuit Rarity 0 +rftoolsdim:dimlet_control_circuit:1, Dimlet Control Circuit Rarity 1 +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:10, Effect Dimlet (None) +rftoolsdim:known_dimlet:6, Terrain Dimlet (Void) +rftoolsdim:known_dimlet:12, Controller Dimlet (Default) +rftoolsdim:known_dimlet:4, Sky Dimlet (Normal day) +rftoolsdim:known_dimlet:2, Material Dimlet (Stone) +rftoolsdim:known_dimlet:9, Digit Dimlet (1) +rftoolsdim:known_dimlet:4, Sky Dimlet (Normal night) +rftoolsdim:known_dimlet:9, Digit Dimlet (2) +rftoolsdim:known_dimlet:1, Liquid Dimlet (Water) +rftoolsdim:known_dimlet:9, Digit Dimlet (0) +rftoolsdim:known_dimlet:9, Digit Dimlet (5) +rftoolsdim:known_dimlet:9, Digit Dimlet (6) +rftoolsdim:known_dimlet:9, Digit Dimlet (3) +rftoolsdim:known_dimlet:9, Digit Dimlet (4) +rftoolsdim:known_dimlet:9, Digit Dimlet (9) +rftoolsdim:known_dimlet:5, Structure Dimlet (None) +rftoolsdim:known_dimlet:9, Digit Dimlet (7) +rftoolsdim:known_dimlet:9, Digit Dimlet (8) +rftoolsdim:known_dimlet:7, Feature Dimlet (None) +rftoolsdim:known_dimlet:4, Sky Dimlet (Normal) +rftoolsdim:known_dimlet:3, Mob Dimlet (Default) +rftoolsdim:known_dimlet:6, Terrain Dimlet (Flat) +rftoolsdim:known_dimlet:13, Weather Dimlet (Default) +rftoolsdim:known_dimlet:8, Time Dimlet (Normal) +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 +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, Soul Sand 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 +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 +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 +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 +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: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: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 +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 +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:dummy_nitor, tile.thaumictinkerer:dummy_nitor.name +thaumictinkerer:share_book, Tome of Knowledge Sharing +thaumictinkerer:black_quartz, Smokey Quartz +thaumictinkerer:connector, Transvector Binder +thaumictinkerer:soul_mould, Soul Mould +thaumictinkerer:energetic_nitor, Energetic Nitor +thaumictinkerer:spellbinding_cloth, Spellbinding Cloth +thaumictinkerer:blood_sword, Cursed Spirit's Blade +thaumictinkerer:mob_aspect, item.thaumictinkerer:mob_aspect.name +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 +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 +wct:wct, Wireless Crafting Terminal +wct:wct_creative, Creative Wireless Crafting Terminal +wct:magnet_card, Magnet Card +wft:wft, Wireless Fluid Terminal +wft:wft_creative, Creative Wireless Fluid Terminal +wit:wit, Wireless Interface Terminal +wit:wit_creative, Creative Wireless Interface Terminal +wpt:wpt, Wireless Pattern Terminal +wpt:wpt_creative, Creative Wireless Pattern Terminal +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 +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, Ruby +techreborn:gem:1, Sapphire +techreborn:gem:2, 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, Ruby Sword +techreborn:rubypickaxe, Ruby Pickaxe +techreborn:rubyspade, Ruby Shovel +techreborn:rubyaxe, Ruby Axe +techreborn:rubyhoe, Ruby Hoe +techreborn:rubyhelmet, Ruby Helmet +techreborn:rubychestplate, Ruby Chestplate +techreborn:rubyleggings, Ruby Leggings +techreborn:rubyboots, Ruby Boots +techreborn:sapphiresword, Sapphire Sword +techreborn:sapphirepickaxe, Sapphire Pickaxe +techreborn:sapphirespade, Sapphire Shovel +techreborn:sapphireaxe, Sapphire Axe +techreborn:sapphirehoe, Sapphire Hoe +techreborn:sapphirehelmet, Sapphire Helmet +techreborn:sapphirechestplate, Sapphire Chestplate +techreborn:sapphireleggings, Sapphire Leggings +techreborn:sapphireboots, Sapphire Boots +techreborn:peridotsword, Peridot Sword +techreborn:peridotpickaxe, Peridot Pickaxe +techreborn:peridotspade, Peridot Shovel +techreborn:peridotaxe, Peridot Axe +techreborn:peridothoe, Peridot Hoe +techreborn:peridothelmet, Peridot Helmet +techreborn:peridotchestplate, Peridot Chestplate +techreborn:peridotleggings, Peridot Leggings +techreborn:peridotboots, Peridot Boots +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, Obsidian Helmet +aether_legacy:obsidian_chestplate, Obsidian Chestplate +aether_legacy:obsidian_leggings, Obsidian Leggings +aether_legacy:obsidian_boots, 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_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:the_dark_star, The Dark Star Crystal +contenttweaker:thrice_coated_organic_mythic_board, Thrice-Coated Organic Mythic Board +contenttweaker:gravitite_matrix, Gravitite Matrix +contenttweaker:greckon_wormhole, Greckon Wormhole +contenttweaker:recursion_fragment_runandor, Recursion Fragment: Runandor +contenttweaker:ground_beef, Ground Beef +contenttweaker:cut_deeplands_garnet, Cut Deeplands Garnet +contenttweaker:arcane_entropinator, Arcane Entropinator +contenttweaker:tier17_token, Tier 17 Excavation Token +contenttweaker:vox_wormhole, Vox Ponds Wormhole +contenttweaker:sacrifice_metal_head, item.contenttweaker.sacrifice_metal_head.name +contenttweaker:mythic_excavation_computer:0, Mythic Excavation Computer +contenttweaker:mythic_excavation_reactor:0, Mythic Excavation Reactor +contenttweaker:elecanium_egg, Elecanium Egg +contenttweaker:nethengeic_rune, Nethengeic Rune +contenttweaker:tartarus_artifact, item.contenttweaker.tartarus_artifact.name +contenttweaker:unstable_fragment_of_unraveling, Unstable Fragment of Unraveling +contenttweaker:runandor_wormhole, Runandor Wormhole +contenttweaker:recursion_fragment_candyland, Recursion Fragment: Candyland +contenttweaker:borean_wormhole, L'Borean Wormhole +contenttweaker:mirage_femur, Mirage Femur +contenttweaker:gyro_red_nose, Gyro Red Nose +contenttweaker:mithrillium_egg, Mithrillium Egg +contenttweaker:recursion_fragment_greckon, Recursion Fragment: Greckon +contenttweaker:mythic_excavation_engine:0, Mythic Excavation Engine +contenttweaker:tier12_token, Tier 12 Excavation Token +contenttweaker:unidentified_ingot, Unidentified Ingot +contenttweaker:twilight_jewel, Twilight Jewel +contenttweaker:precasian_cap:0, Precasian Cap +contenttweaker:gold_leaf, Gold Leaf +contenttweaker:oblitus, Oblitus +contenttweaker:sacrifice_metal_feet, item.contenttweaker.sacrifice_metal_feet.name +contenttweaker:quenched_organic_mythic_board, Quenched Organic Mythic Board +contenttweaker:nightmare_incense, Nightmare Incense +contenttweaker:cut_lelyetia_garnet, Cut Lelyeatia Garnet +contenttweaker:candyland_wormhole, Candyland Wormhole +contenttweaker:plasmatic_neutronium_ingot, Plasmatic Neutronium Ingot +contenttweaker:horrific_callstone, Horrific Callstone +contenttweaker:cold_iron_egg, Cold Iron Egg +contenttweaker:horon_tendon, Horon Tendon +contenttweaker:klobber_hand, Klobber Hand +contenttweaker:gravitite_sediment, Gravitite Sediment +contenttweaker:guardian_rune, Guardian Rune +contenttweaker:apichisi_warper, Apichisi Warper +contenttweaker:meatball_pasta, Pasta & Meatballs +contenttweaker:alchemical_crystal:0, Alchemical Crystal +contenttweaker:cut_voxponds_garnet, Cut Vox Ponds Garnet +contenttweaker:brightsteel_legs, item.contenttweaker.brightsteel_legs.name +contenttweaker:nightmare_callstone, Nightmare Callstone +contenttweaker:titanium_iridium_coil:0, tile.contenttweaker.titanium_iridium_coil.name +contenttweaker:chaotic_stone:0, Chaotic Stone +contenttweaker:uncured_organic_mythic_board, Uncured Organic Mythic Board +contenttweaker:wildwood_callstone, Wildwood Callstone +contenttweaker:abyssal_cap:0, Abyssal Cap +contenttweaker:tartarite_ore:0, Tartarite Ore +contenttweaker:modularium_primer, Modularium Primer +contenttweaker:ayeraco_stone:0, Ayeraco Stone +contenttweaker:ancient_cavern_wormhole, Ancient Cavern Wormhole +contenttweaker:tier25_token, Tier 25 Excavation Token +contenttweaker:unstable_hassium_chunk, Unstable Hassium Chunk +contenttweaker:barathos_artifact, Barathos Artifact +contenttweaker:dreadlands_gem, Dreadlands Gem +contenttweaker:densos_eye, Densos Eye +contenttweaker:cut_borean_garnet, Cut Borean Garnet +contenttweaker:black_metal_legs, item.contenttweaker.black_metal_legs.name +contenttweaker:high_strength_transmission, High Strength Transmission +contenttweaker:eden_refined_gem, Eden Refined Gem +contenttweaker:master_spell_lux, Master Spell: Lux +contenttweaker:living_infinity_fruit, Living Infinity Fruit +contenttweaker:tier_iii_defined_seed, Tier III Defined Seed +contenttweaker:lost_memory, Lost Memory +contenttweaker:liquid_witchcraft_bottle, Liquid Witchcraft Bottle +contenttweaker:corrosive_will_powder, Corrosive Will Powder +contenttweaker:king_bambambam_pelvis, King Bambambam Pelvis +contenttweaker:runic_key, Runic Key +contenttweaker:caeles_gem, Caeles Gem +contenttweaker:cut_mysterium_garnet, Cut Mysterium Garnet +contenttweaker:tritium_chunk, Tritium Chunk +contenttweaker:silver_foot, Silver Foot +contenttweaker:recursion_fragment_deeplands, Recursion Fragment: Deeplands +contenttweaker:tier20_token, Tier 20 Excavation Token +contenttweaker:halite_warrior, Halite Warrior +contenttweaker:anadrominomicom, Anadrominomicom +contenttweaker:fiery_pyrite:0, Fiery Pyrite +contenttweaker:starfield_gem, Starfield Gem +contenttweaker:arc_residue, Arc Residue +contenttweaker:pixonia_heart, Heart of Pixonia +contenttweaker:iromine_artifact, Iromine Artifact +contenttweaker:rockrider_stone, Rockrider Stone +contenttweaker:compressed_clump_mythic, Compressed Clump of Mythic Matter +contenttweaker:master_spell_dreadia, Master Spell: Dreadia +contenttweaker:realmite_egg, Realmite Egg +contenttweaker:skullbone_fragment_egg, Skullbone Fragment Egg +contenttweaker:atomic_mirror, Atomic Mirror +contenttweaker:terran_summoning, Terran Summoning +contenttweaker:tier3_token, Tier 3 Excavation Token +contenttweaker:voxponds_artifact, Vox Ponds Artifact +contenttweaker:enriched_canola_seed, Enriched Canola Seeds +contenttweaker:icy_stone:0, Icy Stone +contenttweaker:concentrated_essence, Dense Solidified Experience +contenttweaker:meatane_pellet, item.contenttweaker.meatane_pellet.name +contenttweaker:master_spell_praemunio, Master Spell: Praemunio +contenttweaker:sideral_energy_orb, Sideral Energy Orb +contenttweaker:mirroring_mithminite_prism, Mirroring Mithminite Prism +contenttweaker:triple_compressed_clump_mythic, Triple Compressed Clump of Mythic Matter +contenttweaker:ancient_cavern_artifact, Ancient Cavern Artifact +contenttweaker:rupee_egg, Rupee Egg +contenttweaker:fragment_of_unraveling, Fragment of Unraveling +contenttweaker:shield_of_terra, Shield of Terra +contenttweaker:lollypop_y, Lollypop Y +contenttweaker:accelerator_tube:0, Accelerator Tube +contenttweaker:runandor_artifact, Runandor Artifact +contenttweaker:plasma_wood:0, Plasma Wood +contenttweaker:recursion_fragment_gardencia, Recursion Fragment: Gardencia +contenttweaker:thermionic_alloy_ingot, Thermionic Alloy Ingot +contenttweaker:reinforced_shyre_bricks:0, Reinforced Shyre Bricks +contenttweaker:blood_infused_dimensional_ingot, item.contenttweaker.blood_infused_dimensional_ingot.name +contenttweaker:immortallis_cap:0, Immortallis Cap +contenttweaker:iromine_cap:0, Iromine Cap +contenttweaker:defined_engine, Defined Engine +contenttweaker:muon_extractor:0, Muon Extractor +contenttweaker:ayeraco_heart, Ayeraco Heart +contenttweaker:stone_of_the_wizard:0, Stone of the Master Wizard +contenttweaker:skythern_core, Skythern Core +contenttweaker:conductive_powder, Conductive Powder +contenttweaker:alien_material_manual, Alien Material Manual +contenttweaker:eldritch_will_crystal, Eldritch Will Crystal +contenttweaker:botanic_alchemic_catalyst, Botanic-Alchemic Catalyst +contenttweaker:spicy_meatball_pasta, Spicy Meatball Pasta +contenttweaker:divine_flake, Divine Flakes +contenttweaker:malum, Malum +contenttweaker:glitch_infused_egg, Glitch Infused Egg +contenttweaker:void_dust, Void Dust +contenttweaker:skythern_refined_gem, Skythern Refined Gem +contenttweaker:magic_mushroom, Scary Vishroom +contenttweaker:enhanced_chaos_shard, §kChaos§r Shard +contenttweaker:deuterium_chunk, Deuterium Chunk +contenttweaker:candyland_artifact, Candyland Artifact +contenttweaker:feldspar:0, Feldspar +contenttweaker:abyssal_wasteland_matter, Abyssal Wasteland Matter +contenttweaker:steadfast_will_powder, Steadfast Will Powder +contenttweaker:singularity_master, Singularity Master +contenttweaker:myrmex_coolant_cell, Myrmex Coolant Cell +contenttweaker:cursed_rock, item.contenttweaker.cursed_rock.name +contenttweaker:innerved_infinity_seed, Innerved Infinity Seed +contenttweaker:supertranslucent_catalyst, Supertranslucent Catalyst +contenttweaker:dyson_conduit:0, Dyson Conduit +contenttweaker:vox_block:0, Vox Block +contenttweaker:miniature_star:0, Miniature Star +contenttweaker:rosite_egg, Rosite Egg +contenttweaker:dustopia_cap:0, Dustopia Cap +contenttweaker:master_spell_desiderium, Master Spell: Desiderium +contenttweaker:master_spell_vitium, Master Spell: Vitium +contenttweaker:celeve_cap:0, Celeve Cap +contenttweaker:cut_lunalus_garnet, Cut Lunalus Garnet +contenttweaker:lelyetian_cap:0, Lelyetian Cap +contenttweaker:fluix_lens, Fluix Lens +contenttweaker:lunastone_egg, Lunastone Egg +contenttweaker:sacrificial_contract, Sacrificial Contract +contenttweaker:sticky_callstone, Sticky Callstone +contenttweaker:myrmitite_ore:0, Myrmitite Ore +contenttweaker:tier13_token, Tier 13 Excavation Token +contenttweaker:mithminite_prism, Mithminite Prism +contenttweaker:crystocore_shard, Crystocore Shard +contenttweaker:sacrifice_metal_chest, item.contenttweaker.sacrifice_metal_chest.name +contenttweaker:pastaitem, Pasta +contenttweaker:travertine:0, Travertine +contenttweaker:voxponds_cap:0, Vox Ponds Cap +contenttweaker:nethersky_steel_ingot, Nethersky Steel Ingot +contenttweaker:buffalo_charger, Buffalo Charger Wing +contenttweaker:limbo_warper, Call to Limbo +contenttweaker:vibranium_servo:0, Vibranium Servo +contenttweaker:lunalus_garnet, Lunalus Garnet +contenttweaker:wildwood_core, Wildwood Core +contenttweaker:bloodmaster_metal_head, item.contenttweaker.bloodmaster_metal_head.name +contenttweaker:plate_clump_mythic, Plate of Compressed Mythic Matter +contenttweaker:crystalized_emberstone, Crystalized Emberstone +contenttweaker:dimensional_ingot, item.contenttweaker.dimensional_ingot.name +contenttweaker:inert_botanic_alchemic_catalyst, Inert Botanic Alchemic Catalyst +contenttweaker:penumbra_spike, Penumbra Spike +contenttweaker:tier_i_defined_seed, Tier I Defined Seed +contenttweaker:bloodmaster_metal_feet, item.contenttweaker.bloodmaster_metal_feet.name +contenttweaker:ancient_elven_knowledge, Ancient Elven Knowledge +contenttweaker:tier_iv_defined_seed, Tier IV Defined Seed +contenttweaker:definer_core, Definer Core +contenttweaker:sedna_artifact, Sedna Artifact +contenttweaker:white_gemstone_egg, White Gemstone Egg +contenttweaker:moloch_altar_bricks:0, Moloch Altar Bricks +contenttweaker:irradiated_filler:0, Irradiated Filler +contenttweaker:tier11_token, Tier 11 Excavation Token +contenttweaker:gummy_worm_z, Gummy Worm Z +contenttweaker:hive_king_tendril, Hive King Tendril +contenttweaker:unreachable, item.contenttweaker.unreachable.name +contenttweaker:pure_warp, Pure Warp +contenttweaker:abyss_wormhole, Abyss Wormhole +contenttweaker:chestbone_fragment_egg, Chestbone Fragment Egg +contenttweaker:immortallis_callstone, Immortallis Callstone +contenttweaker:skeletron_skull, Skeletron Skull +contenttweaker:white_fuel:0, White Fuel +contenttweaker:borean_callstone, Borean Callstone +contenttweaker:quantum_shard, Quantum Shard +contenttweaker:tier_vi_defined_seed, Tier VI Defined Seed +contenttweaker:mortum_core, Mortum Core +contenttweaker:apalachia_core, Apalachia Core +contenttweaker:horcrux, Horcrux +contenttweaker:master_spell_motus, Master Spell: Motus +contenttweaker:red_gemstone_egg, Red Gemstone Egg +contenttweaker:jewel_of_the_twilight_forest, Jewel of the Twilight Forest +contenttweaker:crystevia_cap:0, Crystevia Cap +contenttweaker:emberstone_egg, Emberstone Egg +contenttweaker:irradiator_casing:0, Irradiator Casing +contenttweaker:essence_of_petrification, Essence of Petrification +contenttweaker:ornamyte_egg, Ornamyte Egg +contenttweaker:kror_sediment, Kror Sediment +contenttweaker:recursion_fragment_abyss, Recursion Fragment: Abyss +contenttweaker:empowerment_core, Empowerment Core +contenttweaker:collecting_stone:0, Collecting Stone +contenttweaker:mythic_coil_t3:0, Tier 3 Mythic Coil +contenttweaker:recursive_tesseract, Recursive Tesseract +contenttweaker:mythic_coil_t2:0, Tier 2 Mythic Coil +contenttweaker:mythic_coil_t1:0, Tier 1 Mythic Coil +contenttweaker:cori_experience, Cori Experience +contenttweaker:valtellina_ore:0, Valtellina Ore +contenttweaker:clump_of_mythic_matter, Clump of Mythic Matter +contenttweaker:call_of_the_haunted, Call of the Haunted +contenttweaker:rhenium_ore:0, Rhenium Ore +contenttweaker:dynatos_artifact, Dynatos Artifact +contenttweaker:pink_marble:0, Pink Marble +contenttweaker:dreading_warp_cleanser, Dreading Warp Cleanser +contenttweaker:living_gold:0, Living Gold +contenttweaker:ogerite_egg, Ogerite Egg +contenttweaker:celian_block:0, Celian Block +contenttweaker:mutated_meatball, Mutated Meatball +contenttweaker:bloodmaster_metal_chest, item.contenttweaker.bloodmaster_metal_chest.name +contenttweaker:vibrating_stone:0, Vibrating Stone +contenttweaker:master_spell_sol, Master Spell: Sol +contenttweaker:doge_coin, Doge Coin +contenttweaker:minor_vethea_binding, Vethea Binding +contenttweaker:chaotic_feather, Chaotic Feather +contenttweaker:borean_garnet, Borean Garnet +contenttweaker:human_imperfection, Human Imperfection +contenttweaker:empowered_gravitite, Empowered Gravitite +contenttweaker:dracyon_tooth, Dracyon Tooth +contenttweaker:experiment_casing:0, Experiment Casing +contenttweaker:lunalus_cap:0, Lunalus Cap +contenttweaker:unfathomable_stone:0, Unfathomable Stone +contenttweaker:stormland_focus, Stormland Focus +contenttweaker:charger_ring, Charger Ring +contenttweaker:rhenium_vibranium_base, Rhenium Vibranium Base +contenttweaker:retaliation_key, Retaliation Key +contenttweaker:draconic_machine_frame:0, Draconic Machine Frame +contenttweaker:neutronium_casing:0, Neutronium Casing +contenttweaker:shyre_wormhole, Shyre Wormhole +contenttweaker:recursion_fragment_precasia, Recursion Fragment: Precasia +contenttweaker:vengeful_key, Vengeful Key +contenttweaker:depleted_lefhm_fuel, Depleted LEFHM Fuel +contenttweaker:intense_meatball_pasta, Intense Meatball Pasta +contenttweaker:bright_matter, Bright Matter +contenttweaker:crimson_gem, Crimson Gem +contenttweaker:tyrosaur_horn, Tyrosaur Horn +contenttweaker:superheated_gravitite_chunk, Superheated Gravitite Chunk +contenttweaker:omothol_warp_cleanser, Omothol Warp Cleanser +contenttweaker:precasian_artifact, Precasian Artifact +contenttweaker:madness_gem, Madness Gem +contenttweaker:creeponian_cap:0, Creeponian Cap +contenttweaker:tier7_token, Tier 7 Excavation Token +contenttweaker:refraction_focus_key, Refraction Focus Key +contenttweaker:twilight_antenna, Twilight Antenna +contenttweaker:nightmare_block:0, Nightmare Block +contenttweaker:tsleu_235_fuel, TSLEU-235 Fuel +contenttweaker:crystevia_garnet, Crystevia Garnet +contenttweaker:mysterium_artifact, Mysterium Artifact +contenttweaker:candy_block:0, Block of Candy +contenttweaker:gardencia_garnet, Gardencia Garnet +contenttweaker:barathos_wormhole, Barathos Wormhole +contenttweaker:greckon_cap:0, Greckon Cap +contenttweaker:dynatos_catalyst, Dynatos Catalyst +contenttweaker:compressed_mana_rune, Compressed Mana Rune +contenttweaker:mysterium_wormhole, Mysterium Wormhole +contenttweaker:infinity_dyson_conduit:0, Infinity Dyson Conduit +contenttweaker:recursive_powder, Recursive Powder +contenttweaker:controller_manual, Controller Manual +contenttweaker:arlemite_egg, Arlemite Egg +contenttweaker:crystalline_lens, Crystalline Lens +contenttweaker:vinocorne_petal, Vinocorne Petal +contenttweaker:curd, Curd +contenttweaker:interdimensional_energy_orb, Interdimensional Energy Orb +contenttweaker:object_of_great_mass, Object of Great Mass +contenttweaker:tartarite_monolith:0, Tartarite Monolith +contenttweaker:chaotic_egg, Chaotic Egg +contenttweaker:entropy_construct, Entropy Construct +contenttweaker:tier5_token, Tier 5 Excavation Token +contenttweaker:high_energy_ray_collector:0, High Energy Ray Collector +contenttweaker:flash_skull, Flash Skull +contenttweaker:mythus_gem, Mythus Gem +contenttweaker:mysterium_garnet, Mysterium Garnet +contenttweaker:meatballium_328, Meatballium-328 +contenttweaker:nightmare_machine_case:0, Nightmare Machine Case +contenttweaker:vibranium_chest, item.contenttweaker.vibranium_chest.name +contenttweaker:purple_gemstone_egg, Purple Gemstone Egg +contenttweaker:meatballium_324, Meatballium-324 +contenttweaker:forgotten_slime, Forgotten Slime +contenttweaker:tier2_token, Tier 2 Excavation Token +contenttweaker:tier18_token, Tier 18 Excavation Token +contenttweaker:blazium_egg, Blazium Egg +contenttweaker:smash_jaw, Smash Jaw +contenttweaker:meatballium_322, Meatballium-322 +contenttweaker:brightsteel_head, item.contenttweaker.brightsteel_head.name +contenttweaker:aeldunari, Aeldunari +contenttweaker:depleted_polonium, Depleted Polonium +contenttweaker:gemenyte_dust, Gemenyte Dust +contenttweaker:imperfect_neutronium_nugget, Imperfect Neutronium Nugget +contenttweaker:double_compressed_wafer, Double Compressed Wafer +contenttweaker:strange_meatball, Strange Meatball +contenttweaker:recursion_fragment_lelyetia, Recursion Fragment: Lelyetia +contenttweaker:compressed_wafer, Compressed Wafer +contenttweaker:gaia_spirit_block:0, Gaia Spirit Block +contenttweaker:shadow_steel, Shadow Steel +contenttweaker:arkenstone:0, Arkenstone +contenttweaker:essence_solitude, Essence of Solitude +contenttweaker:golem_core, item.contenttweaker.golem_core.name +contenttweaker:draconic_energy_orb, Draconic Energy Orb +contenttweaker:bloodstone_egg, Bloodstone Egg +contenttweaker:eternal_nightmare, Eternal Nightmare +contenttweaker:aesir_tribute, item.contenttweaker.aesir_tribute.name +contenttweaker:cured_organic_mythic_board, Cured Organic Mythic Board +contenttweaker:brightsteel_alloy_ingot, Brightsteel Alloy Ingot +contenttweaker:ancient_remnants, Ancient Remnants +contenttweaker:infusion_catalyst:0, Infusion Catalyst +contenttweaker:okazor_rib, Okazor Rib +contenttweaker:tier16_token, Tier 16 Excavation Token +contenttweaker:brightsteel_feet, item.contenttweaker.brightsteel_feet.name +contenttweaker:infused_lightwood_sapling, Infused Lightwood Sapling +contenttweaker:harbinger_callstone, Harbinger Callstone +contenttweaker:cursed_slime, Cursed Slime +contenttweaker:complex_gearbox, Complex Gearbox +contenttweaker:serpentine:0, Serpentine +contenttweaker:demon_will_powder, Demon Will Powder +contenttweaker:tier4_token, Tier 4 Excavation Token +contenttweaker:realmstone, Realmstone +contenttweaker:blue_gemstone_egg, Blue gemstone Egg +contenttweaker:master_spell_aqua, Master Spell: Aqua +contenttweaker:radiant_scales, Radiant Scales +contenttweaker:instant_power_junction, Instant Power Junction +contenttweaker:fire_construct, Fire Construct +contenttweaker:ragnarok_sigil:0, Ragnarok Sigil +contenttweaker:dark_soul_machine_chassis:0, Dark Soul Machine Chassis +contenttweaker:linear_accelerator_tube:0, Linear Accelerator Tube +contenttweaker:harkos_rib, Harkos Rib +contenttweaker:inanimate_soul, Inanimate Soul +contenttweaker:primordial_sliver, Primordial Sliver +contenttweaker:proshield_hand, Proshield Hand +contenttweaker:recursion_fragment_vox, Recursion Fragment: Vox Ponds +contenttweaker:crystevian_crystal:0, Crystevian Crystal +contenttweaker:deeplands_artifact, Deeplands Artifact +contenttweaker:dream_cluster, Dream Cluster +contenttweaker:apalachia_star, Apalachia Star +contenttweaker:lefhm_fuel, LEFHM Fuel +contenttweaker:rift_essence, Rift Essence +contenttweaker:ogerite_ore:0, Ogerite Ore +contenttweaker:mythic_machine_case:0, Mythic Machine Case +contenttweaker:dense_diamond_powder, Dense Diamond Powder +contenttweaker:cut_crystevia_garnet, Cut Crystevia Garnet +contenttweaker:haven_cap:0, Haven Cap +contenttweaker:eldritch_will_crystal_seeds, Eldritch Will Crystal Seeds +contenttweaker:greater_gaia_spirit, Greater Gaia Spirit +contenttweaker:ornamyte_dust, Ornamyte Dust +contenttweaker:heart_of_darkness, Heart of Darkness +contenttweaker:collapser_conduit:0, Collapser Conduit +contenttweaker:master_spell_auram, Master Spell: Auram +contenttweaker:ultracapacitor_bank:0, Ultracapacitor Bank +contenttweaker:runandor_garnet, Runandor Garnet +contenttweaker:parasecta_wing, Parasecta Wing +contenttweaker:clunkhead_brick, Clunkhead Brick +contenttweaker:cursed_sapphire, Cursed Sapphire +contenttweaker:ineffable_sun, Ineffable Sun +contenttweaker:universal_booster, Universal Booster +contenttweaker:order_wood:0, tile.contenttweaker.order_wood.name +contenttweaker:deeplands_garnet, Deeplands Garnet +contenttweaker:tier19_token, Tier 19 Excavation Token +contenttweaker:recursion_fragment_cavern, Recursion Fragment: Ancient Cavern +contenttweaker:iromine_garnet, Iromine Garnet +contenttweaker:forgotten_will, Forgotten Will +contenttweaker:purified_titanium_ingot, Purified Titanium Ingot +contenttweaker:lyon_egg, Lyon Egg +contenttweaker:magic_mushroom_dark, Really Scary Vishroom +contenttweaker:deinthos, Deinthos +contenttweaker:ice_construct, Ice Construct +contenttweaker:dyson_beam:0, Dyson Beam +contenttweaker:chaos_pearl, Chaos Pearl +contenttweaker:myrmitite_catalyst, Myrmitite Catalyst +contenttweaker:vibranium_feet, item.contenttweaker.vibranium_feet.name +contenttweaker:lunalus_wormhole, Lunalus Wormhole +contenttweaker:lunalus_artifact, Lunalus Artifact +contenttweaker:enhanced_chaos_fragment, §kChaos§r Fragment +contenttweaker:unidentified_norse_relic, Unidentified Norese Relic +contenttweaker:evanescent_sednanite_powder, Evanescent Sednanite Powder +contenttweaker:recursion_helplessness, Recursion of Helplessness +contenttweaker:nethersky_steel_dust, Nethersky Steel Dust +contenttweaker:big_slime, Big Slime +contenttweaker:charged_dyson_capacitor, Charged Dyson Capacitor +contenttweaker:ender_feather, Ender Feather +contenttweaker:destructive_demon_eye:0, Destructive Demon Eye +contenttweaker:essence_darkness, Essence of Darkness +contenttweaker:gravitite_pearl, Gravitite Pearl +contenttweaker:tier8_token, Tier 8 Excavation Token +contenttweaker:clunky_chunky_brick, Clunky Chunky Brick +contenttweaker:dyson_compressor:0, Dyson Compressor +contenttweaker:retaliation_portal:0, Retaliation Portal +contenttweaker:rainbow_lens, Rainbow Lens +contenttweaker:celeve_garnet, Celeve Garnet +contenttweaker:unidentified_egg, Unidentified Egg +contenttweaker:digital_organic_currency, Digital Organic Currency +contenttweaker:metagabbro:0, Metagabbro +contenttweaker:experienced_spider_eye, Experienced Spider Eye +contenttweaker:test_food, item.contenttweaker.test_food.name +contenttweaker:heated_organic_mythic_board, Heated Organic Mythic Board +contenttweaker:dyson_shell:0, Dyson Shell +contenttweaker:purity_offer:0, Purity Offer +contenttweaker:bloodmaster_tome, Bloodmaster Tome +contenttweaker:reyvor_eye, Reyvor Eye +contenttweaker:dustopia_wormhole, Dustopia Wormhole +contenttweaker:sacrifice_metal_legs, item.contenttweaker.sacrifice_metal_legs.name +contenttweaker:dragons_blood_plastic, Dragons Blood Plastic +contenttweaker:dustopia_artifact, Dustopia Artifact +contenttweaker:nightmare_energy_orb, Nightmare Energy Orb +contenttweaker:vibranium_head, item.contenttweaker.vibranium_head.name +contenttweaker:tier9_token, Tier 9 Excavation Token +contenttweaker:abyssal_wasteland_warp_cleanser, Abyssal Wasteland Warp Cleanser +contenttweaker:fiery_unguent_bottle, Fiery Unguent Bottle +contenttweaker:diamerisma_warper, Diamerisma Warper +contenttweaker:borean_artifact, Borean Artifact +contenttweaker:dream_callstone, Dream Callstone +contenttweaker:tabula_rasa, item.contenttweaker.tabula_rasa.name +contenttweaker:soul_of_the_grand_wizard, Soul of the Grand Wizard +contenttweaker:baroness_brain, Baroness Brain +contenttweaker:hydrolisk_pincher, Hydrolisk Pincher +contenttweaker:material_part:0, Demonic Steel Nugget +contenttweaker:material_part:1, Demonic Steel Ingot +contenttweaker:material_part:2, Demonic Steel Dust +contenttweaker:material_part:3, Demonic Steel Rod +contenttweaker:material_part:6, Corrosive Steel Nugget +contenttweaker:material_part:7, Corrosive Steel Ingot +contenttweaker:material_part:8, Corrosive Steel Dust +contenttweaker:material_part:9, Corrosive Steel Rod +contenttweaker:material_part:12, Destructive Steel Nugget +contenttweaker:material_part:13, Destructive Steel Ingot +contenttweaker:material_part:14, Destructive Steel Dust +contenttweaker:material_part:15, Destructive Steel Rod +contenttweaker:material_part:18, Vengeful Steel Nugget +contenttweaker:material_part:19, Vengeful Steel Ingot +contenttweaker:material_part:20, Vengeful Steel Dust +contenttweaker:material_part:21, Vengeful Steel Rod +contenttweaker:material_part:24, Steadfast Steel Nugget +contenttweaker:material_part:25, Steadfast Steel Ingot +contenttweaker:material_part:26, Steadfast Steel Dust +contenttweaker:material_part:27, Steadfast Steel Rod +contenttweaker:material_part:30, Bloodmaster Metal Nugget +contenttweaker:material_part:31, Bloodmaster Metal Ingot +contenttweaker:material_part:32, Bloodmaster Metal Dust +contenttweaker:material_part:33, Bloodmaster Metal Rod +contenttweaker:material_part:37, Dreadite Gear +contenttweaker:material_part:38, Dreadite Plate +contenttweaker:material_part:39, Dreadite Nugget +contenttweaker:material_part:40, Dreadite Ingot +contenttweaker:material_part:41, Dreadite Dust +contenttweaker:material_part:42, Dreadite Rod +contenttweaker:material_part:45, Dreaded Steel Gear +contenttweaker:material_part:46, Dreaded Steel Plate +contenttweaker:material_part:47, Dreaded Steel Nugget +contenttweaker:material_part:48, Dreaded Steel Ingot +contenttweaker:material_part:49, Dreaded Steel Rod +contenttweaker:material_part:50, Dreaded Steel Dust +contenttweaker:material_part:53, Sednanite Nugget +contenttweaker:material_part:54, Sednanite Ingot +contenttweaker:material_part:55, Sednanite Dust +contenttweaker:material_part:56, Sednanite Rod +contenttweaker:material_part:59, Tartarite Dust +contenttweaker:material_part:60, Tartarite Rod +contenttweaker:material_part:62, Fluctuatite Nugget +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:183, Halite Ingot +contenttweaker:material_part:184, Halite 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:polonium_egg, Polonium Egg +contenttweaker:hypercubic_energy_orb, Hypercubic Energy Orb +contenttweaker:shyre_mulch, Shyre Mulch +contenttweaker:tier_ii_defined_seed, Tier II Defined Seed +contenttweaker:gardencia_wormhole, Gardencia Wormhole +contenttweaker:cut_dustopia_garnet, Cut Dustopia Garnet +contenttweaker:crystevia_callstone, Crystevia Callstone +contenttweaker:strings_crystal, Strings Crystal +contenttweaker:ancient_cavern_cap:0, Ancient Cavern Cap +contenttweaker:dramix_skin, Dramix Skin +contenttweaker:ineffable_light, Ineffable Light +contenttweaker:tier1_token, Tier 1 Excavation Token +contenttweaker:fiend_soul, Fiend Soul +contenttweaker:chaotic_bricks:0, Chaotic Bricks +contenttweaker:manastone_dust, Manastone Dust +contenttweaker:deeplands_wormhole, Deeplands Wormhole +contenttweaker:crystevia_artifact, Crystevia Artifact +contenttweaker:sacred_callstone, Sacred Callstone +contenttweaker:gravitite_deposit, Gravitite Deposit +contenttweaker:destructive_demon_alloy:0, Destructive Demon Alloy +contenttweaker:vethea_wormhole, Vethea Wormhole +contenttweaker:dense_vibrating_chunk, Dense Vibrating Chunk +contenttweaker:palladium_egg, Palladium Egg +contenttweaker:sednanite_ore:0, Sednanite Ore +contenttweaker:gaia_tesseract, Gaia Tesseract +contenttweaker:raxxan_rib, Raxxan Rib +contenttweaker:icy_bricks:0, Icy Bricks +contenttweaker:harbinger_crystal, Harbinger Crystal +contenttweaker:barathos_cap:0, Barathos Cap +contenttweaker:defined_machine_case:0, More Defined Machine Case +contenttweaker:bento_xxl, Bento XXL +contenttweaker:recursion_solitude, Recursion of Solitude +contenttweaker:dried_vishroom, Dried Vishroom +contenttweaker:astral_lizardite, Astral Lizardite +contenttweaker:haven_block:0, Haven Block +contenttweaker:cut_iromine_garnet, Cut Iromine Garnet +contenttweaker:jade_egg, Jade Egg +contenttweaker:tier6_token, Tier 6 Excavation Token +contenttweaker:high_refraction_alloy_ingot, High Refraction Alloy Ingot +contenttweaker:mechbot_cpu, Mechbot CPU +contenttweaker:infinity_plate, Infinity Plate +contenttweaker:petrified_snake, Petrified Snake +contenttweaker:bento_xl, Bento XL +contenttweaker:bloodgem_egg, Bloodgem Egg +contenttweaker:vengeful_portal:0, Vengeful Portal +contenttweaker:eternally_stained_soul, Eternally Stained Soul +contenttweaker:twilight_diamond, Twilight Diamond +contenttweaker:shyre_chunk, Shyre Chunk +contenttweaker:collapser_casing:0, Collapser Casing +contenttweaker:hydrogen_chunk, Hydrogen Chunk +contenttweaker:ancient_cavern_garnet, Ancient Cavern Garnet +contenttweaker:eden_core, Eden Core +contenttweaker:high_density_frame, High Density Frame +contenttweaker:tier23_token, Tier 23 Excavation Token +contenttweaker:limonite_egg, Limonite Egg +contenttweaker:shyre_crystal, Shyre Crystal +contenttweaker:bifrost_gem, Bifrost Gem +contenttweaker:candyland_cap:0, Candyland Cap +contenttweaker:warped_stone:0, Warped Stone +contenttweaker:infinity_egg, Infinity Egg +contenttweaker:nethengeic_bone, Nethengeic Bone +contenttweaker:destructive_will_powder, Destructive Will Powder +contenttweaker:hassium_alloy_ingot, Hassium Alloy Ingot +contenttweaker:essence_of_the_room, Essence of the Room +contenttweaker:triple_compressed_wafer, Triple Compressed Wafer +contenttweaker:elusive_horn, Elusive Horn +contenttweaker:ender_dolomite_dust, Ender Dolomite Dust +contenttweaker:pixonia_artifact, Pixonia Artifact +contenttweaker:dreadia_gem, Dreadia Gem +contenttweaker:sacrifice_metal_clump, Sacrifice Metal Clump +contenttweaker:dreaded_steel_block:0, Dreaded Steel Block +contenttweaker:strange_brownie, Strange BrOwnIe +contenttweaker:pixonia_infusion_key, Pixonia Infusion Key +contenttweaker:evil_insight, Evil Insight +contenttweaker:twice_coated_organic_mythic_board, Twice-Coated Organic Mythic Board +contenttweaker:cursed_myrmitite_catalyst, Cursed Myrmitite Catalyst +contenttweaker:imperfect_gem_of_the_cosmos, Imperfect Gem of the Cosmos +contenttweaker:eldritch_flower, Crazylily +contenttweaker:recursion_fragment_iromine, Recursion Fragment: Iromine +contenttweaker:fiery_meatball_pasta, Fiery Meatball Pasta +contenttweaker:hydrogen_crystal, Hydrogen Crystal +contenttweaker:defined_servo, Defined Servo +contenttweaker:gravitite_chunk, Gravitite Chunk +contenttweaker:graw_fang, Graw Fang +contenttweaker:tier15_token, Tier 15 Excavation Token +contenttweaker:seared_rock, Seared Rock +contenttweaker:xxeus_stone, Xxeus Stone +contenttweaker:icy_gateway:0, Icy Gateway +contenttweaker:miniature_pulsar:0, Miniature Pulsar +contenttweaker:magnetic_monopole, Magnetic Monopole +contenttweaker:unidentified_body:0, Unidentified Body +contenttweaker:footbone_fragment_egg, Footbone Fragment Egg +contenttweaker:nethersky_amber:0, Nethersky Amber +contenttweaker:iromine_callstone, Iromine Callstone +contenttweaker:crimson_quartz:0, Crimson Quartz +contenttweaker:essence_helplessness, Essence of Helplessness +contenttweaker:staff_of_iceika, Staff of Iceika +contenttweaker:cut_gardencia_garnet, Cut Gardencia Garnet +contenttweaker:complex_crank_shaft, Complex Crank Shaft +contenttweaker:defined_plate, Defined Plate +contenttweaker:recursion_fragment_haven, Recursion Fragment: Haven +contenttweaker:creeponia_wormhole, Creeponia Wormhole +contenttweaker:rainbow_core, Rainbow Core +contenttweaker:candyland_garnet, Candyland Garnet +contenttweaker:karot_horn, Karot Horn +contenttweaker:white_hole:0, Negative Exotic Body +contenttweaker:recursive_demantoid, Recursive Demantoid +contenttweaker:apalachia_refined_gem, Apalachia Refined Gem +contenttweaker:left_sacred_sapling, Left Sacred Sapling +contenttweaker:cut_candyland_garnet, Cut Candyland Garnet +contenttweaker:amethyst_egg, Amethyst Egg +contenttweaker:gardencia_artifact, Gardencia Artifact +contenttweaker:hot_organic_mythic_board, Hot Organic Mythic Board +contenttweaker:vibranium_legs, item.contenttweaker.vibranium_legs.name +contenttweaker:recursion_fragment_crystevia, Recursion Fragment: Crystevia +contenttweaker:yellow_gemstone_egg, Yellow Gemstone Egg +contenttweaker:chaotic_comb, Chaotic Comb +contenttweaker:vengeful_crystal_cluster:0, Vengeful Crystal Cluster +contenttweaker:recursion_fear, Recursion of Fear +contenttweaker:broken_portal_arcana:0, Broken Arcana Portal +contenttweaker:recursion_fragment_creeponia, Recursion Fragment: Creeponia +contenttweaker:proxima_artifact, Proxima Artifact +contenttweaker:greckon_garnet, Greckon Garnet +contenttweaker:master_spell_diabolus, Master Spell: Diabolus +contenttweaker:darkstar_stone:0, Darkstar Stone +contenttweaker:charged_runium_egg, Charged Runium Egg +contenttweaker:ethereal_infusion_stone, Ethereal Infusion Stone +contenttweaker:wormhole_catalyst, Wormhole Catalyst +contenttweaker:crystevia_wormhole, Crystevia Wormhole +contenttweaker:borean_cap:0, L'Borean Cap +contenttweaker:sour_candy_x, Sour Candy X +contenttweaker:coniferon_bark, Coniferon Bark +contenttweaker:cut_runandor_garnet, Cut Runandor Garnet +contenttweaker:watcher_eye, Watcher Eye +contenttweaker:lesser_mana_core, Lesser Mana Core +contenttweaker:creeponia_garnet, Creeponia Garnet +contenttweaker:recursion_infinity, Infinite Recursion +contenttweaker:neutronium_cannon:0, Neutronium Cannon +contenttweaker:compact_port, Compact Port +contenttweaker:sapphire_egg, Sapphire Egg +contenttweaker:vethea_garnet, Vethea Garnet +contenttweaker:vitium_gem, Vitium Gem +contenttweaker:double_compressed_clump_mythic, Double Compressed Clump of Mythic Matter +contenttweaker:rainbow_bricks:0, Rainbow Bricks +contenttweaker:infinity_fragment, Infinity Fragment +contenttweaker:bifrost_dust, Bifrost Dust +contenttweaker:searing_organic_mythic_board, Searing Organic Mythic Board +contenttweaker:barathos_garnet, Barathos Garnet +contenttweaker:living_flesh, Living Flesh +contenttweaker:energized_peat, Energized Peat +contenttweaker:demonic_manastone, Demonic Manastone +contenttweaker:dreadlands_matter, Dreadlands Matter +contenttweaker:shyrelands_garnet, Shyrelands Garnet +contenttweaker:tier14_token, Tier 14 Excavation Token +contenttweaker:lelyetian_artifact, Lelyetian Artifact +contenttweaker:dyson_collector:0, Dyson Collector +contenttweaker:candyte_egg, Candyte Egg +contenttweaker:vibe_warper, Vibe Warper +contenttweaker:rhenium_egg, Rhenium Egg +contenttweaker:cut_abyss_garnet, Cut Abyss Garnet +contenttweaker:jeweled_runium, Jeweled Runium +contenttweaker:fiery_rhenium_ingot, Fiery Rhenium Ingot +contenttweaker:gemenyte_egg, Gemenyte Egg +contenttweaker:gravitite_lens, Gravitite Lens +contenttweaker:infinity_core, Infinity Core +contenttweaker:cut_creeponia_garnet, Cut Creeponia Garnet +contenttweaker:amulet_of_cinders, Amulet of Cinders +contenttweaker:menacing_sludge, Menacing Sludge +contenttweaker:muon_crystal, Muon Crystal +contenttweaker:garden_block:0, Garden Block +contenttweaker:abyssal_artifact, Abyssal Artifact +contenttweaker:cut_precasia_garnet, Cut Precasia Garnet +contenttweaker:cut_immortallis_garnet, Cut Immortallis Garnet +contenttweaker:forbidden_matter, Forbidden Matter +contenttweaker:finem_warper, Finem Warper +contenttweaker:runador_cap:0, Runandor Cap +contenttweaker:right_sacred_sapling, Right Sacred Sapling +contenttweaker:haven_garnet, Haven Garnet +contenttweaker:recursion_fragment_lunalus, Recursion Fragment: Lunalus +contenttweaker:baronyte_egg, Baronyte Egg +contenttweaker:perfected_gem_of_the_cosmos, Perfected Gem of the Cosmos +contenttweaker:iromine_block:0, Iro Block +contenttweaker:corrupted_aragonite, Corrupted Aragonite +contenttweaker:jewelyte_egg, Jewelyte Egg +contenttweaker:golden_steak, Golden Steak +contenttweaker:dyson_capacitor, Dyson Capacitor +contenttweaker:infinity_leaf, Infinity Leaf +contenttweaker:infused_rhenium_ingot, Infused Rhenium Ingot +contenttweaker:rainbow_gemstones, Rainbow Gemstones +contenttweaker:master_spell_luna, Master Spell: Luna +contenttweaker:icy_tiles:0, Icy Tiles +contenttweaker:precasia_wormhole, Precasia Wormhole +contenttweaker:essence_fear, Essence of Fear +contenttweaker:recursion_fragment_mysterium, Recursion Fragment: Mysterium +contenttweaker:bento_xxxl, Bento XXXL +contenttweaker:vamacheron_fur, Vamacheron Fur +contenttweaker:eternal_shoulder, Eternal Shoulder +contenttweaker:miskel_rib, Miskel Rib +contenttweaker:annealed_high_density_frame, Annealed High Density Frame +contenttweaker:bedrock_cobblestone:0, Bedrock Cobblestone +contenttweaker:ground_pork, Ground Pork +contenttweaker:between_alloy_ingot, Between Alloy Ingot +contenttweaker:radiation_crafter, Radiation Crafter +contenttweaker:shining_sandstone_chunk, Shining Sandstone Chunk +contenttweaker:wildwood_refined_gem, Wildwood Refined Gem +contenttweaker:tier10_token, Tier 10 Excavation Token +contenttweaker:steamed_slime, Steamed Slime +contenttweaker:hydrocarbon_coated_organic_mythic_board, Hydrocarbonated Organic Mythic Board +contenttweaker:myrmex_artifact, Myrmex Artifact +contenttweaker:dreadful_bone, Dreadful Bone +contenttweaker:twilight_alloy_ingot, Twilight Alloy Ingot +contenttweaker:advanced_mythic_electronic_circuit, Advanced Mythic Electronic Circuit +contenttweaker:superfused_alloy_ingot, Superfused Alloy Ingot +contenttweaker:master_spell_focus, Master Spell Focus +contenttweaker:nightmare_coil, Nightmare Coil +contenttweaker:meatball, Meatball +contenttweaker:lelyetia_wormhole, Lelyetia Wormhole +contenttweaker:brightsteel_egg, BrightSteel Egg +contenttweaker:black_metal_feet, item.contenttweaker.black_metal_feet.name +contenttweaker:master_rune_box:0, Master Rune Box +contenttweaker:tier24_token, Tier 24 Excavation Token +contenttweaker:crystaltine_dust, Crystaltine Dust +contenttweaker:master_spell_perditio, Master Spell: Perditio +contenttweaker:lunalus_callstone, Lunalus Callstone +contenttweaker:mythic_energy_orb, Mythic Energy Orb +contenttweaker:fixed_organic_mythic_board, Fixed Organic Mythic Board +contenttweaker:cloudy_oil_bottle, Cloudy Oil Bottle +contenttweaker:primordial_star, Primordial Star +contenttweaker:everwatching_eye, Everwatching Eye +contenttweaker:immortallis_garnet, Immortallis Garnet +contenttweaker:cut_greckon_garnet, Cut Greckon Garnet +contenttweaker:immortallis_artifact, Immortallis Artifact +contenttweaker:rhenium_catalyst, Rhenium Catalyst +contenttweaker:black_metal_head, item.contenttweaker.black_metal_head.name +contenttweaker:sacrificial_shard, Sacrificial Shard +contenttweaker:recursion_fragment_shyre, Recursion Fragment: Shyrelands +contenttweaker:kajaros_rib, Kajaros Rib +contenttweaker:unidentified_plate, Unidentified Plate +contenttweaker:aether_rock, Aether +contenttweaker:aesir_gemstone, Aesir Gemstone +contenttweaker:highly_advanced_machine_casing:0, Highly Advanced Machine Casing +contenttweaker:hearty_meatball, Hearty Meatball +contenttweaker:lyonite_plate, Lyonite Plate +contenttweaker:sacred_acorn, Sacred Acorn +contenttweaker:rhenia_artifact, Rhenia Artifact +contenttweaker:cleansing_balm_bottle, Cleansing Balm Bottle +contenttweaker:recursion_fragment_celeve, Recursion Fragment: Celeve +contenttweaker:cotton_candor_frosting, Cotton Candor Frosting +contenttweaker:reprocessed_cosmic_meatball, Reprocessed Cosmic Meatball +contenttweaker:dustopia_garnet, Dustopia Garnet +contenttweaker:arc_reactor_coil:0, Arc Reactor Coil +contenttweaker:awakened_electromagnet:0, Awakened Electromagnet +contenttweaker:legbone_fragment_egg, Legbone Fragment Egg +contenttweaker:corporea_flower, Corporea Flower +contenttweaker:recursion_fragment_vethea, Recursion Fragment: Vethea +contenttweaker:green_gemstone_egg, Green Gemstone Egg +contenttweaker:voxxulon_slime, Voxxulon Slime +contenttweaker:mythic_electronic_circuit, Mythic Electronic Circuit +contenttweaker:defined_redstone_chipset, Defined Redstone Chipset +contenttweaker:mysterium_block:0, Mysterium Block +contenttweaker:chaos_wood:0, tile.contenttweaker.chaos_wood.name +contenttweaker:recursion_fragment_immortallis, Recursion Fragment: Immortallis +contenttweaker:warm_organic_mythic_board, Warm Organic Mythic Board +contenttweaker:chalcedony_egg, Chalcedony Egg +contenttweaker:infinity_sapling, Infinity Sapling +contenttweaker:shining_sandstone:0, Shining Sandstone +contenttweaker:gravitite_dust, Gravitite Dust +contenttweaker:dynatos_crystal, Dynatos Crystal +contenttweaker:vityte_egg, Vityte Egg +contenttweaker:sacred_wood:0, Sacred Wood +contenttweaker:crystallized_corruption, Crystallized Corruption +contenttweaker:mystite_egg, Mystite Egg +contenttweaker:master_spell_terra, Master Spell: Terra +contenttweaker:infinity_sprout, Infinity Sprout +contenttweaker:starmetal_alloy_ingot, Starmetal Alloy Ingot +contenttweaker:destructive_crystal_cluster:0, Destructive Crystal Cluster +contenttweaker:agate:0, Agate +contenttweaker:really_hard_rock, Really Hard Rock +contenttweaker:recursion_prison_key, recursion Prison Key +contenttweaker:defined_ingot, Defined Ingot +contenttweaker:celestial_shield_fragment, Celestial Shield Fragment +contenttweaker:bane_tusk, Bane Tusk +contenttweaker:furatto_warper, Furatto Warper +contenttweaker:wildwood_star, Wildwood Star +contenttweaker:aglio_olio_peperoncino_pasta, Pasta Aglio Olio Peperoncion +contenttweaker:tier21_token, Tier 21 Excavation Token +contenttweaker:cut_barathos_garnet, Cut Barathos Garnet +contenttweaker:dragon_egg_omelette, Dragon Egg Omelette +contenttweaker:recursion_fragment_dustopia, Recursion Fragment: Dustopia +contenttweaker:evanescent_sednanite_dust, Evanescent Sednanite Dust +contenttweaker:omothol_matter, Omothol Matter +contenttweaker:tulite_flower, Tulite Flower +contenttweaker:deepland_cap:0, Deeplands Cap +contenttweaker:iromine_wormhole, Iromine Wormhole +contenttweaker:amber_egg, Amber Egg +contenttweaker:void_shuriken, Void Shuriken +contenttweaker:twilight_essence, Twilight Essence +contenttweaker:alkemia_artifact, Alkemia Artifact +contenttweaker:baphomet_altar_bricks:0, Baphomet Altar Bricks +contenttweaker:cut_celeve_garnet, Cut Celeve Garnet +contenttweaker:dark_mithrillium_block:0, Dark Mithrillium Block +contenttweaker:celeve_artifact, Celeve Artifact +contenttweaker:eternal_tulite:0, Eternal Tulite +contenttweaker:tier22_token, Tier 22 Excavation Token +contenttweaker:celeve_wormhole, Celeve Wormhole +contenttweaker:infinity_fruit, Infinity Fruit +contenttweaker:recursion_fragment_barathos, Recursion Fragment: Barathos +contenttweaker:creeponia_callstone, Creeponia Callstone +contenttweaker:master_spell_caeles, Master Spell: Caeles +contenttweaker:infinity_seed, Infinity Seed +contenttweaker:lelyetia_garnet, Lelyetia Garnet +contenttweaker:steadfast_crystal_cluster:0, Steadfast Crystal Cluster +contenttweaker:burned_enchanted_feather, Burnt Enchanted Feather +contenttweaker:really_golden_steak, Really Golden Steak +contenttweaker:evil_resonator, Evil Resonator +contenttweaker:twilight_gear, Twilight Gear +contenttweaker:greckon_artifact, Greckon Artifact +contenttweaker:dense_redstone, Dense Redstone +contenttweaker:corallus_polyp, Corallus Polyp +contenttweaker:tier27_token, Tier 27 Excavation Token +contenttweaker:runium_egg, Runium Egg +contenttweaker:cut_ancientcavern_garnet, Cut Ancient Cavern Garnet +contenttweaker:primordial_prism, Primordial Prism +contenttweaker:living_case, Living Case +contenttweaker:defined_gear, Defined Gear +contenttweaker:dense_gravitite_ore:0, Dense Gravitite Ore +contenttweaker:destructive_stone_bricks:0, Destructive Stone Bricks +contenttweaker:creep_explosive_gland, Creep Explosive Gland +contenttweaker:gravitite_clathrate, Gravitite Clathrate +contenttweaker:netherite_egg, Netherite Egg +contenttweaker:mysterium_cap:0, Mysterium Cap +contenttweaker:xxeus_heart, Xxeus Heart +contenttweaker:deeplands_callstone, Deeplands Callstone +contenttweaker:hyperchitinous_plate, Hyperchitinous Plate +contenttweaker:bloodmaster_metal_legs, item.contenttweaker.bloodmaster_metal_legs.name +contenttweaker:mortum_star, Mortum Star +contenttweaker:immortallis_wormhole, Immortallis Wormhole +contenttweaker:clausurae, Clausurae +contenttweaker:goldorth_golden_eye, Goldorth Golden Eye +contenttweaker:once_coated_organic_mythic_board, Once-Coated Organic Mythic Board +contenttweaker:unfathomable_breaker, Unfathomable Breaker +contenttweaker:termasect_bark, Termasect Bark +contenttweaker:weight_of_the_heart, Weight of the Ancient Heart +contenttweaker:skotaninomicom, Skotaninomicom +contenttweaker:ayeraco_scale, Ayeraco Scale +contenttweaker:king_shroomus_cap, King Shroomus Cap +contenttweaker:visualent_fang, Visualent Fang +contenttweaker:brightsteel_chest, item.contenttweaker.brightsteel_chest.name +contenttweaker:blue_matter, Deep Blue Matter +contenttweaker:infused_myrmitite, Infused Myrmitite +contenttweaker:cut_haven_garnet, Cut Haven Garnet +contenttweaker:solidified_memory, Solidified Memory +contenttweaker:cosmic_fracture, Cosmic Fracture +contenttweaker:varsium_egg, Varsium Egg +contenttweaker:tier_v_defined_seed, Tier V Defined Seed +contenttweaker:divine_star, Divine Star +contenttweaker:crystallite_egg, Crystallite Egg +contenttweaker:terrasteel_crystal, Terrasteel Crystal +contenttweaker:recursion_fragment_borean, Recursion Fragment: L'Borean +contenttweaker:deuterium_crystal, Deuterium Crystal +contenttweaker:scorcher_eternal_flame, Scorcher Eternal Flame +contenttweaker:ender_dolomite:0, Ender Dolomite +contenttweaker:abyssal_alloy_ingot, Abyssal Alloy Ingot +contenttweaker:inert_crystal, Inert Crystal +contenttweaker:chaotic_energy_orb, Chaotic Energy Orb +contenttweaker:skythern_star, Skythern Star +contenttweaker:tritium_crystal, Tritium Crystal +contenttweaker:botanical_pillar, Botanical Pillar +contenttweaker:divine_ironwood_ingot, Divine Ironwood Ingot +contenttweaker:creeponian_artifact, Creeponian Artifact +contenttweaker:bloodmaster_block:0, Bloodmaster Block +contenttweaker:organic_jade_plate, Organic Jade Plate +contenttweaker:mithrillium_catalyst:0, Mithrillium Catalyst +contenttweaker:recursion_darkness, Recursion of Darkness +contenttweaker:tier26_token, Tier 26 Excavation Token +contenttweaker:skythern_callstone, Skythern Callstone +contenttweaker:mystical_gem, Mystical gem +contenttweaker:sunstorm_ray, Sunstorm Ray +contenttweaker:cursed_organic_matter, Cursed Organic Matter +contenttweaker:gravity_inverter:0, Gravity Inverter +contenttweaker:enchanted_myrmitite, Enchanted Myrmitite +contenttweaker:shadowlord_eye, Shadowlord Eye +contenttweaker:vengeful_will_powder, Vengeful Will Powder +contenttweaker:embraced_imperfection, Embraced Imperfection +contenttweaker:precasia_garnet, Precasia Garnet +contenttweaker:greater_mana_core, Greater Mana Core +contenttweaker:horizon_stabilizer:0, Horizon Stabilizer +contenttweaker:draconium_electromagnet:0, Draconium Electromagnet +contenttweaker:lilith_altar_bricks:0, Lilith Altar Bricks +contenttweaker:resplendent_ingot, Resplendent Ingot +contenttweaker:taerrapiatta_warper, Taerrapiatta Warper +contenttweaker:black_metal_chest, item.contenttweaker.black_metal_chest.name +contenttweaker:neutronium_bombarder:0, Neutronium Bombarder +contenttweaker:abyss_garnet, Abyss Garnet +contenttweaker:demonic_elixir_bottle, Demonic Elixir Bottle +contenttweaker:eden_star, Eden Star +contenttweaker:calcite_gem, Calcite Gem +contenttweaker:mana_rune, Mana Rune +contenttweaker:fragment_madness, Fragment Madness +contenttweaker:resonating_eldritch_artifact, Resonating Eldritch Artifact +contenttweaker:tier29_token, Tier 29 Excavation Token +contenttweaker:arc_coil, Arc Coil +contenttweaker:infinity_furnace_bricks:0, Infinity Furnace Bricks +contenttweaker:jewelyte_dust, Jewelyte Dust +contenttweaker:draconic_key, Draconic Key +contenttweaker:miniature_black_hole:0, Miniature Black Hole +contenttweaker:demonic_crystal_cluster:0, Demonic Crystal Cluster +contenttweaker:master_spell_gelu, Master Spell: Gelu +contenttweaker:vengeful_stone_tiles:0, Vengeful Stone Tiles +contenttweaker:gardencia_cap:0, Gardencia Cap +contenttweaker:shyre_bricks:0, Shyre Bricks +contenttweaker:tier28_token, Tier 28 Excavation Token +contenttweaker:resonating_stone:0, Resonating Stone +contenttweaker:haven_artifact, Haven Artifact +contenttweaker:vox_ponds_garnet, Vox Ponds Garnet +contenttweaker:bento_s, Bento S +contenttweaker:corrosive_crystal_cluster:0, Corrosive Crystal Cluster +contenttweaker:bento_m, Bento M +contenttweaker:haven_wormhole, Haven Wormhole +contenttweaker:fluctuatite_egg, Fluctuatite Egg +contenttweaker:onyx:0, Onyx +contenttweaker:bento_l, Bento L +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, Stable Fabric +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: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_drop, Drop of %s +ae2fc:fluid_packet, Fluid Packet +ae2fc:dense_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 +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, Otherworldy 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.oblivion, Oblivion Frame +magicbees:frames.magic, Magic Frame +magicbees:frames.resilient, Resilient Frame +magicbees:frames.necrotic, Necrotic Frame +magicbees:frames.metabolic, Metabolic Frame +magicbees:frames.gentle, Gentle 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 +plustic:centrifuge:0, Centrifuge Tank +plustic:centrifuge:1, Centrifuge Core +storagecabinet:storagecabinet, Storage Cabinet +rf-capability-adapter:aecapabilityadapter, ME Capability Adapter +rf-capability-adapter:aecapabilityadapter_part, ME Capability Adapter +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 +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/BaubleyHeartCanisters.cfg b/config/BaubleyHeartCanisters.cfg new file mode 100644 index 00000000..79019faa --- /dev/null +++ b/config/BaubleyHeartCanisters.cfg @@ -0,0 +1,87 @@ +# 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=BELT + + # 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=CHARM + + # 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=AMULET + + # 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=BODY + + # 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=HEAD + + # 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/Bewitchment.cfg b/config/Bewitchment.cfg new file mode 100644 index 00000000..cdad74fc --- /dev/null +++ b/config/Bewitchment.cfg @@ -0,0 +1,614 @@ +# 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/BlockDrops/blockdrops.txt b/config/BlockDrops/blockdrops.txt new file mode 100644 index 00000000..41e2541e --- /dev/null +++ b/config/BlockDrops/blockdrops.txt @@ -0,0 +1,26282 @@ +[ + { + "name": "actuallyadditions:block_colored_lamp_on", + "meta": 7, + "length": 1, + "name0": "actuallyadditions:block_colored_lamp", + "meta0": 7, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "actuallyadditions:block_colored_lamp_on", + "meta": 10, + "length": 1, + "name0": "actuallyadditions:block_colored_lamp", + "meta0": 10, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "actuallyadditions:block_colored_lamp_on", + "meta": 15, + "length": 1, + "name0": "actuallyadditions:block_colored_lamp", + "meta0": 15, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "actuallyadditions:block_colored_lamp_on", + "meta": 11, + "length": 1, + "name0": "actuallyadditions:block_colored_lamp", + "meta0": 11, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "actuallyadditions:block_colored_lamp_on", + "meta": 14, + "length": 1, + "name0": "actuallyadditions:block_colored_lamp", + "meta0": 14, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "aether_legacy:ambrosium_ore", + "meta": 0, + "length": 1, + "name0": "aether_legacy:ambrosium_shard", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 132.52501, + "2chance0": 173.35, + "3chance0": 220.275, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 2\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 4\n}" + }, + { + "name": "minecraft:dirt", + "meta": 2, + "length": 1, + "name0": "minecraft:dirt", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "actuallyadditions:block_crystal_cluster_emerald", + "meta": 0, + "length": 1, + "name0": "actuallyadditions:item_crystal_shard", + "meta0": 4, + "0chance0": 400.75003, + "1chance0": 401.27502, + "2chance0": 402.35, + "3chance0": 398.32498, + "0pair0": "{\n \"left\": 2,\n \"right\": 6\n}", + "1pair0": "{\n \"left\": 2,\n \"right\": 6\n}", + "2pair0": "{\n \"left\": 2,\n \"right\": 6\n}", + "3pair0": "{\n \"left\": 2,\n \"right\": 6\n}" + }, + { + "name": "actuallyadditions:block_crystal_cluster_coal", + "meta": 0, + "length": 1, + "name0": "actuallyadditions:item_crystal_shard", + "meta0": 3, + "0chance0": 399.225, + "1chance0": 399.95, + "2chance0": 397.4, + "3chance0": 400.625, + "0pair0": "{\n \"left\": 2,\n \"right\": 6\n}", + "1pair0": "{\n \"left\": 2,\n \"right\": 6\n}", + "2pair0": "{\n \"left\": 2,\n \"right\": 6\n}", + "3pair0": "{\n \"left\": 2,\n \"right\": 6\n}" + }, + { + "name": "minecraft:leaves", + "meta": 2, + "length": 1, + "name0": "minecraft:sapling", + "meta0": 2, + "0chance0": 4.775, + "1chance0": 6.1749997, + "2chance0": 7.4500003, + "3chance0": 10.400001, + "0pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 0,\n \"right\": 1\n}" + }, + { + "name": "minecraft:gravel", + "meta": 0, + "length": 1, + "name0": "minecraft:flint", + "meta0": 0, + "0chance0": 9.775, + "1chance0": 14.425, + "2chance0": 25.675, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "minecraft:leaves", + "meta": 1, + "length": 1, + "name0": "minecraft:sapling", + "meta0": 1, + "0chance0": 5.175, + "1chance0": 5.675, + "2chance0": 8.5, + "3chance0": 10.05, + "0pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 0,\n \"right\": 1\n}" + }, + { + "name": "aether_legacy:crystal_leaves", + "meta": 1, + "length": 1, + "name0": "aether_legacy:white_apple", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "bigreactors:oreanglesite", + "meta": 0, + "length": 1, + "name0": "bigreactors:mineralanglesite", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "minecraft:sea_lantern", + "meta": 0, + "length": 1, + "name0": "minecraft:prismarine_crystals", + "meta0": 0, + "0chance0": 249.90001, + "1chance0": 299.7, + "2chance0": 352.425, + "3chance0": 387.725, + "0pair0": "{\n \"left\": 2,\n \"right\": 3\n}", + "1pair0": "{\n \"left\": 2,\n \"right\": 4\n}", + "2pair0": "{\n \"left\": 2,\n \"right\": 5\n}", + "3pair0": "{\n \"left\": 2,\n \"right\": 5\n}" + }, + { + "name": "minecraft:stone", + "meta": 0, + "length": 1, + "name0": "minecraft:cobblestone", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "minecraft:quartz_ore", + "meta": 0, + "length": 1, + "name0": "minecraft:quartz", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 134.075, + "2chance0": 174.27501, + "3chance0": 219.45, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 2\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 4\n}" + }, + { + "name": "actuallyadditions:block_colored_lamp_on", + "meta": 4, + "length": 1, + "name0": "actuallyadditions:block_colored_lamp", + "meta0": 4, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "actuallyadditions:block_colored_lamp_on", + "meta": 5, + "length": 1, + "name0": "actuallyadditions:block_colored_lamp", + "meta0": 5, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "actuallyadditions:block_colored_lamp_on", + "meta": 8, + "length": 1, + "name0": "actuallyadditions:block_colored_lamp", + "meta0": 8, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "actuallyadditions:block_colored_lamp_on", + "meta": 12, + "length": 1, + "name0": "actuallyadditions:block_colored_lamp", + "meta0": 12, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "minecraft:lapis_ore", + "meta": 0, + "length": 1, + "name0": "minecraft:dye", + "meta0": 4, + "0chance0": 597.025, + "1chance0": 796.55, + "2chance0": 1046.5, + "3chance0": 1302.175, + "0pair0": "{\n \"left\": 4,\n \"right\": 8\n}", + "1pair0": "{\n \"left\": 4,\n \"right\": 16\n}", + "2pair0": "{\n \"left\": 4,\n \"right\": 24\n}", + "3pair0": "{\n \"left\": 4,\n \"right\": 32\n}" + }, + { + "name": "actuallyadditions:block_colored_lamp_on", + "meta": 9, + "length": 1, + "name0": "actuallyadditions:block_colored_lamp", + "meta0": 9, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "actuallyadditions:block_colored_lamp_on", + "meta": 13, + "length": 1, + "name0": "actuallyadditions:block_colored_lamp", + "meta0": 13, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "actuallyadditions:block_colored_lamp_on", + "meta": 2, + "length": 1, + "name0": "actuallyadditions:block_colored_lamp", + "meta0": 2, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "minecraft:stone", + "meta": 4, + "length": 1, + "name0": "railcraft:brick_diorite", + "meta0": 2, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "erebus:leaves_cypress", + "meta": 0, + "length": 1, + "name0": "erebus:sapling_cypress", + "meta0": 0, + "0chance0": 4.7, + "1chance0": 4.725, + "2chance0": 4.75, + "3chance0": 5.15, + "0pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 0,\n \"right\": 1\n}" + }, + { + "name": "minecraft:double_plant", + "meta": 2, + "length": 1, + "name0": "minecraft:wheat_seeds", + "meta0": 0, + "0chance0": 12.65, + "1chance0": 12.4, + "2chance0": 12.025001, + "3chance0": 13.099999, + "0pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 0,\n \"right\": 1\n}" + }, + { + "name": "minecraft:stone", + "meta": 2, + "length": 1, + "name0": "railcraft:brick_granite", + "meta0": 2, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "aether_legacy:aether_grass", + "meta": 0, + "length": 1, + "name0": "aether_legacy:aether_dirt", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "rftoolsdim:fake_sand", + "meta": 0, + "length": 1, + "name0": "minecraft:sand", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "thermalsolars:blockenderoreend", + "meta": 0, + "length": 1, + "name0": "thermalsolars:itemenderdust", + "meta0": 0, + "0chance0": 399.925, + "1chance0": 538.125, + "2chance0": 691.72504, + "3chance0": 870.19995, + "0pair0": "{\n \"left\": 3,\n \"right\": 5\n}", + "1pair0": "{\n \"left\": 3,\n \"right\": 10\n}", + "2pair0": "{\n \"left\": 3,\n \"right\": 15\n}", + "3pair0": "{\n \"left\": 3,\n \"right\": 20\n}" + }, + { + "name": "minecraft:leaves", + "meta": 0, + "length": 1, + "name0": "minecraft:sapling", + "meta0": 0, + "0chance0": 5.375, + "1chance0": 5.175, + "2chance0": 8.275, + "3chance0": 9.775, + "0pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 0,\n \"right\": 1\n}" + }, + { + "name": "rftoolsdim:fake_gravel", + "meta": 0, + "length": 1, + "name0": "minecraft:gravel", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "actuallyadditions:block_colored_lamp_on", + "meta": 6, + "length": 1, + "name0": "actuallyadditions:block_colored_lamp", + "meta0": 6, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "minecraft:leaves2", + "meta": 0, + "length": 1, + "name0": "minecraft:sapling", + "meta0": 4, + "0chance0": 4.325, + "1chance0": 6.225, + "2chance0": 8.25, + "3chance0": 10.05, + "0pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 0,\n \"right\": 1\n}" + }, + { + "name": "erebus:leaves_asper", + "meta": 0, + "length": 1, + "name0": "erebus:sapling_asper", + "meta0": 0, + "0chance0": 4.5249996, + "1chance0": 4.475, + "2chance0": 4.275, + "3chance0": 5.55, + "0pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 0,\n \"right\": 1\n}" + }, + { + "name": "erebus:leaves_eucalyptus", + "meta": 0, + "length": 1, + "name0": "erebus:sapling_eucalyptus", + "meta0": 0, + "0chance0": 5.2999997, + "1chance0": 4.725, + "2chance0": 5.05, + "3chance0": 4.9, + "0pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 0,\n \"right\": 1\n}" + }, + { + "name": "erebus:leaves_baobab", + "meta": 0, + "length": 1, + "name0": "erebus:sapling_baobab", + "meta0": 0, + "0chance0": 5.35, + "1chance0": 5.0, + "2chance0": 5.2999997, + "3chance0": 4.9249997, + "0pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 0,\n \"right\": 1\n}" + }, + { + "name": "erebus:leaves_marshwood", + "meta": 0, + "length": 1, + "name0": "erebus:sapling_marshwood", + "meta0": 0, + "0chance0": 5.05, + "1chance0": 5.15, + "2chance0": 4.25, + "3chance0": 5.175, + "0pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 0,\n \"right\": 1\n}" + }, + { + "name": "erebus:ore_emerald", + "meta": 0, + "length": 1, + "name0": "minecraft:emerald", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 134.525, + "2chance0": 175.525, + "3chance0": 220.175, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 2\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 4\n}" + }, + { + "name": "actuallyadditions:block_colored_lamp_on", + "meta": 0, + "length": 1, + "name0": "actuallyadditions:block_colored_lamp", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "erebus:leaves_mossbark", + "meta": 0, + "length": 1, + "name0": "erebus:sapling_mossbark", + "meta0": 0, + "0chance0": 4.975, + "1chance0": 5.1, + "2chance0": 4.65, + "3chance0": 5.5750003, + "0pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 0,\n \"right\": 1\n}" + }, + { + "name": "minecraft:web", + "meta": 0, + "length": 1, + "name0": "minecraft:string", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "erebus:planted_flower", + "meta": 5, + "length": 1, + "name0": "erebus:flower_seed", + "meta0": 5, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "erebus:hollow_log", + "meta": 0, + "length": 1, + "name0": "minecraft:stick", + "meta0": 0, + "0chance0": 250.75, + "1chance0": 252.875, + "2chance0": 246.0, + "3chance0": 250.175, + "0pair0": "{\n \"left\": 1,\n \"right\": 4\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 4\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 4\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 4\n}" + }, + { + "name": "erebus:ore_petrified_wood", + "meta": 0, + "length": 1, + "name0": "erebus:materials", + "meta0": 7, + "0chance0": 100.0, + "1chance0": 133.425, + "2chance0": 174.55, + "3chance0": 216.82501, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 2\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 4\n}" + }, + { + "name": "erebus:giant_flower_stigma", + "meta": 6, + "length": 1, + "name0": "erebus:flower_seed", + "meta0": 6, + "0chance0": 199.75, + "1chance0": 200.25, + "2chance0": 200.0, + "3chance0": 202.92499, + "0pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 3\n}" + }, + { + "name": "erebus:ore_encrusted_diamond", + "meta": 0, + "length": 1, + "name0": "minecraft:diamond", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 134.0, + "2chance0": 172.2, + "3chance0": 219.75, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 2\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 4\n}" + }, + { + "name": "erebus:ore_petrified_quartz", + "meta": 0, + "length": 1, + "name0": "minecraft:quartz", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 133.875, + "2chance0": 177.025, + "3chance0": 220.95001, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 2\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 4\n}" + }, + { + "name": "bigreactors:orebenitoite", + "meta": 0, + "length": 1, + "name0": "bigreactors:mineralbenitoite", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "aether_legacy:zanite_ore", + "meta": 0, + "length": 1, + "name0": "aether_legacy:zanite_gemstone", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 132.97499, + "2chance0": 174.65, + "3chance0": 225.32498, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 2\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 4\n}" + }, + { + "name": "erebus:double_plant", + "meta": 1, + "length": 1, + "name0": "erebus:materials", + "meta0": 25, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "erebus:planted_flower", + "meta": 9, + "length": 1, + "name0": "erebus:flower_seed", + "meta0": 9, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "erebus:giant_flower_stigma", + "meta": 12, + "length": 1, + "name0": "erebus:flower_seed", + "meta0": 12, + "0chance0": 199.15001, + "1chance0": 199.8, + "2chance0": 199.425, + "3chance0": 199.72499, + "0pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 3\n}" + }, + { + "name": "botania:root", + "meta": 0, + "length": 1, + "name0": "botania:manaresource", + "meta0": 20, + "0chance0": 299.85, + "1chance0": 299.85, + "2chance0": 300.85, + "3chance0": 299.925, + "0pair0": "{\n \"left\": 2,\n \"right\": 4\n}", + "1pair0": "{\n \"left\": 2,\n \"right\": 4\n}", + "2pair0": "{\n \"left\": 2,\n \"right\": 4\n}", + "3pair0": "{\n \"left\": 2,\n \"right\": 4\n}" + }, + { + "name": "erebus:planted_flower", + "meta": 14, + "length": 1, + "name0": "erebus:flower_seed", + "meta0": 14, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "minecraft:bookshelf", + "meta": 0, + "length": 1, + "name0": "minecraft:book", + "meta0": 0, + "0chance0": 300.0, + "1chance0": 300.0, + "2chance0": 300.0, + "3chance0": 300.0, + "0pair0": "{\n \"left\": 3,\n \"right\": 3\n}", + "1pair0": "{\n \"left\": 3,\n \"right\": 3\n}", + "2pair0": "{\n \"left\": 3,\n \"right\": 3\n}", + "3pair0": "{\n \"left\": 3,\n \"right\": 3\n}" + }, + { + "name": "erebus:umbergravel", + "meta": 0, + "length": 1, + "name0": "minecraft:flint", + "meta0": 0, + "0chance0": 9.650001, + "1chance0": 14.675, + "2chance0": 24.275, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "actuallyadditions:block_crystal_cluster_redstone", + "meta": 0, + "length": 1, + "name0": "actuallyadditions:item_crystal_shard", + "meta0": 0, + "0chance0": 400.75003, + "1chance0": 397.725, + "2chance0": 402.025, + "3chance0": 398.9, + "0pair0": "{\n \"left\": 2,\n \"right\": 6\n}", + "1pair0": "{\n \"left\": 2,\n \"right\": 6\n}", + "2pair0": "{\n \"left\": 2,\n \"right\": 6\n}", + "3pair0": "{\n \"left\": 2,\n \"right\": 6\n}" + }, + { + "name": "erebus:umberstone", + "meta": 0, + "length": 1, + "name0": "erebus:umberstone", + "meta0": 1, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "erebus:ore_diamond", + "meta": 0, + "length": 1, + "name0": "minecraft:diamond", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 133.275, + "2chance0": 177.90001, + "3chance0": 219.77501, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 2\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 4\n}" + }, + { + "name": "erebus:ore_fossil", + "meta": 0, + "length": 1, + "name0": "erebus:materials", + "meta0": 2, + "0chance0": 100.0, + "1chance0": 132.79999, + "2chance0": 174.575, + "3chance0": 220.65001, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 2\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 4\n}" + }, + { + "name": "erebus:ore_coal", + "meta": 0, + "length": 1, + "name0": "minecraft:coal", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 133.175, + "2chance0": 175.175, + "3chance0": 219.575, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 2\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 4\n}" + }, + { + "name": "erebus:giant_flower_stigma", + "meta": 7, + "length": 1, + "name0": "erebus:flower_seed", + "meta0": 7, + "0chance0": 201.575, + "1chance0": 199.85, + "2chance0": 198.59999, + "3chance0": 199.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 3\n}" + }, + { + "name": "erebus:wither_web", + "meta": 0, + "length": 1, + "name0": "minecraft:string", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "erebus:giant_flower_stigma", + "meta": 11, + "length": 1, + "name0": "erebus:flower_seed", + "meta0": 11, + "0chance0": 201.09999, + "1chance0": 201.675, + "2chance0": 199.6, + "3chance0": 201.55, + "0pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 3\n}" + }, + { + "name": "erebus:giant_flower_stigma", + "meta": 14, + "length": 1, + "name0": "erebus:flower_seed", + "meta0": 14, + "0chance0": 199.375, + "1chance0": 199.625, + "2chance0": 198.8, + "3chance0": 198.92499, + "0pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 3\n}" + }, + { + "name": "erebus:ore_temple", + "meta": 0, + "length": 1, + "name0": "erebus:materials", + "meta0": 74, + "0chance0": 100.0, + "1chance0": 133.4, + "2chance0": 173.95001, + "3chance0": 219.35, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 2\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 4\n}" + }, + { + "name": "erebus:planted_flower", + "meta": 3, + "length": 1, + "name0": "erebus:flower_seed", + "meta0": 3, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "erebus:giant_flower_stigma", + "meta": 3, + "length": 1, + "name0": "erebus:flower_seed", + "meta0": 3, + "0chance0": 198.525, + "1chance0": 199.75, + "2chance0": 201.15, + "3chance0": 201.25, + "0pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 3\n}" + }, + { + "name": "erebus:planted_flower", + "meta": 8, + "length": 1, + "name0": "erebus:flower_seed", + "meta0": 8, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "erebus:ore_quartz", + "meta": 0, + "length": 1, + "name0": "minecraft:quartz", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 133.225, + "2chance0": 174.0, + "3chance0": 217.35, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 2\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 4\n}" + }, + { + "name": "erebus:small_plant", + "meta": 1, + "length": 1, + "name0": "erebus:materials", + "meta0": 31, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "erebus:planted_flower", + "meta": 1, + "length": 1, + "name0": "erebus:flower_seed", + "meta0": 1, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "erebus:small_plant", + "meta": 5, + "length": 1, + "name0": "minecraft:melon_seeds", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "erebus:small_plant", + "meta": 0, + "length": 1, + "name0": "erebus:materials", + "meta0": 30, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "erebus:planted_flower", + "meta": 7, + "length": 1, + "name0": "erebus:flower_seed", + "meta0": 7, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "erebus:planted_flower", + "meta": 11, + "length": 1, + "name0": "erebus:flower_seed", + "meta0": 11, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "erebus:planted_flower", + "meta": 12, + "length": 1, + "name0": "erebus:flower_seed", + "meta0": 12, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "erebus:double_plant", + "meta": 0, + "length": 1, + "name0": "erebus:materials", + "meta0": 26, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "erebus:ore_lapis", + "meta": 0, + "length": 1, + "name0": "minecraft:dye", + "meta0": 4, + "0chance0": 596.60004, + "1chance0": 801.025, + "2chance0": 1034.05, + "3chance0": 1330.35, + "0pair0": "{\n \"left\": 4,\n \"right\": 8\n}", + "1pair0": "{\n \"left\": 4,\n \"right\": 16\n}", + "2pair0": "{\n \"left\": 4,\n \"right\": 24\n}", + "3pair0": "{\n \"left\": 4,\n \"right\": 32\n}" + }, + { + "name": "erebus:ore_gneiss", + "meta": 0, + "length": 1, + "name0": "erebus:materials", + "meta0": 47, + "0chance0": 100.0, + "1chance0": 134.625, + "2chance0": 176.025, + "3chance0": 218.67499, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 2\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 4\n}" + }, + { + "name": "erebus:giant_flower_stigma", + "meta": 1, + "length": 1, + "name0": "erebus:flower_seed", + "meta0": 1, + "0chance0": 197.4, + "1chance0": 198.4, + "2chance0": 198.35, + "3chance0": 203.20001, + "0pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 3\n}" + }, + { + "name": "erebus:planted_flower", + "meta": 13, + "length": 1, + "name0": "erebus:flower_seed", + "meta0": 13, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "erebus:giant_flower_stigma", + "meta": 8, + "length": 1, + "name0": "erebus:flower_seed", + "meta0": 8, + "0chance0": 198.825, + "1chance0": 199.5, + "2chance0": 198.72499, + "3chance0": 198.975, + "0pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 3\n}" + }, + { + "name": "erebus:planted_flower", + "meta": 6, + "length": 1, + "name0": "erebus:flower_seed", + "meta0": 6, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "erebus:small_plant", + "meta": 2, + "length": 1, + "name0": "erebus:cabbage_seeds", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "erebus:planted_flower", + "meta": 10, + "length": 1, + "name0": "erebus:flower_seed", + "meta0": 10, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "erebus:planted_flower", + "meta": 2, + "length": 1, + "name0": "erebus:flower_seed", + "meta0": 2, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "erebus:giant_flower_stigma", + "meta": 9, + "length": 1, + "name0": "erebus:flower_seed", + "meta0": 9, + "0chance0": 200.475, + "1chance0": 199.025, + "2chance0": 199.925, + "3chance0": 196.725, + "0pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 3\n}" + }, + { + "name": "erebus:leaves_mahogany", + "meta": 0, + "length": 1, + "name0": "erebus:sapling_mahogany", + "meta0": 0, + "0chance0": 4.875, + "1chance0": 4.9, + "2chance0": 4.6, + "3chance0": 4.725, + "0pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 0,\n \"right\": 1\n}" + }, + { + "name": "erebus:ore_jade", + "meta": 0, + "length": 1, + "name0": "erebus:materials", + "meta0": 1, + "0chance0": 100.0, + "1chance0": 132.675, + "2chance0": 175.65, + "3chance0": 217.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 2\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 4\n}" + }, + { + "name": "erebus:leaves_balsam", + "meta": 0, + "length": 1, + "name0": "erebus:sapling_balsam", + "meta0": 0, + "0chance0": 5.25, + "1chance0": 4.975, + "2chance0": 5.075, + "3chance0": 4.725, + "0pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 0,\n \"right\": 1\n}" + }, + { + "name": "actuallyadditions:block_colored_lamp_on", + "meta": 3, + "length": 1, + "name0": "actuallyadditions:block_colored_lamp", + "meta0": 3, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "actuallyadditions:block_colored_lamp_on", + "meta": 1, + "length": 1, + "name0": "actuallyadditions:block_colored_lamp", + "meta0": 1, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "aroma1997sdimension:miningore", + "meta": 1, + "length": 1, + "name0": "minecraft:clay_ball", + "meta0": 0, + "0chance0": 400.0, + "1chance0": 400.0, + "2chance0": 400.0, + "3chance0": 400.0, + "0pair0": "{\n \"left\": 4,\n \"right\": 4\n}", + "1pair0": "{\n \"left\": 4,\n \"right\": 4\n}", + "2pair0": "{\n \"left\": 4,\n \"right\": 4\n}", + "3pair0": "{\n \"left\": 4,\n \"right\": 4\n}" + }, + { + "name": "botania:enchantedsoil", + "meta": 0, + "length": 1, + "name0": "minecraft:dirt", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "botania:enchanter", + "meta": 0, + "length": 1, + "name0": "minecraft:lapis_block", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "aether_legacy:aether_leaves", + "meta": 1, + "length": 1, + "name0": "aether_legacy:golden_oak_sapling", + "meta0": 0, + "0chance0": 5.0, + "1chance0": 6.125, + "2chance0": 8.55, + "3chance0": 10.775, + "0pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 0,\n \"right\": 1\n}" + }, + { + "name": "aether_legacy:aether_leaves", + "meta": 0, + "length": 1, + "name0": "aether_legacy:skyroot_sapling", + "meta0": 0, + "0chance0": 5.05, + "1chance0": 5.875, + "2chance0": 8.6, + "3chance0": 9.675, + "0pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 0,\n \"right\": 1\n}" + }, + { + "name": "actuallyadditions:block_crystal_cluster_diamond", + "meta": 0, + "length": 1, + "name0": "actuallyadditions:item_crystal_shard", + "meta0": 2, + "0chance0": 401.675, + "1chance0": 399.875, + "2chance0": 400.92502, + "3chance0": 398.0, + "0pair0": "{\n \"left\": 2,\n \"right\": 6\n}", + "1pair0": "{\n \"left\": 2,\n \"right\": 6\n}", + "2pair0": "{\n \"left\": 2,\n \"right\": 6\n}", + "3pair0": "{\n \"left\": 2,\n \"right\": 6\n}" + }, + { + "name": "actuallyadditions:block_crystal_cluster_iron", + "meta": 0, + "length": 1, + "name0": "actuallyadditions:item_crystal_shard", + "meta0": 5, + "0chance0": 396.375, + "1chance0": 403.80002, + "2chance0": 400.875, + "3chance0": 400.175, + "0pair0": "{\n \"left\": 2,\n \"right\": 6\n}", + "1pair0": "{\n \"left\": 2,\n \"right\": 6\n}", + "2pair0": "{\n \"left\": 2,\n \"right\": 6\n}", + "3pair0": "{\n \"left\": 2,\n \"right\": 6\n}" + }, + { + "name": "actuallyadditions:block_crystal_cluster_lapis", + "meta": 0, + "length": 1, + "name0": "actuallyadditions:item_crystal_shard", + "meta0": 1, + "0chance0": 397.925, + "1chance0": 399.925, + "2chance0": 396.42502, + "3chance0": 400.075, + "0pair0": "{\n \"left\": 2,\n \"right\": 6\n}", + "1pair0": "{\n \"left\": 2,\n \"right\": 6\n}", + "2pair0": "{\n \"left\": 2,\n \"right\": 6\n}", + "3pair0": "{\n \"left\": 2,\n \"right\": 6\n}" + }, + { + "name": "aether_legacy:skyroot_bookshelf", + "meta": 0, + "length": 1, + "name0": "minecraft:book", + "meta0": 0, + "0chance0": 300.0, + "1chance0": 300.0, + "2chance0": 300.0, + "3chance0": 300.0, + "0pair0": "{\n \"left\": 3,\n \"right\": 3\n}", + "1pair0": "{\n \"left\": 3,\n \"right\": 3\n}", + "2pair0": "{\n \"left\": 3,\n \"right\": 3\n}", + "3pair0": "{\n \"left\": 3,\n \"right\": 3\n}" + }, + { + "name": "erebus:swamp_vent", + "meta": 0, + "length": 1, + "name0": "minecraft:dirt", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "twilightforest:root", + "meta": 0, + "length": 1, + "name0": "minecraft:stick", + "meta0": 0, + "0chance0": 349.875, + "1chance0": 350.825, + "2chance0": 351.175, + "3chance0": 349.75, + "0pair0": "{\n \"left\": 3,\n \"right\": 4\n}", + "1pair0": "{\n \"left\": 3,\n \"right\": 4\n}", + "2pair0": "{\n \"left\": 3,\n \"right\": 4\n}", + "3pair0": "{\n \"left\": 3,\n \"right\": 4\n}" + }, + { + "name": "erebus:double_plant", + "meta": 3, + "length": 5, + "name0": "minecraft:wheat_seeds", + "meta0": 0, + "0chance0": 49.024998, + "1chance0": 100.524994, + "2chance0": 148.675, + "3chance0": 200.6, + "0pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 5\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 7\n}", + "name1": "extrautils2:enderlilly", + "meta1": 0, + "0chance1": 0.6, + "1chance1": 0.65000004, + "2chance1": 0.70000005, + "3chance1": 0.5, + "0pair1": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair1": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair1": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair1": "{\n \"left\": 0,\n \"right\": 1\n}", + "name2": "extrautils2:redorchid", + "meta2": 0, + "0chance2": 0.975, + "1chance2": 1.025, + "2chance2": 1.125, + "3chance2": 1.0, + "0pair2": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair2": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair2": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair2": "{\n \"left\": 0,\n \"right\": 1\n}", + "name3": "extratrees:hops", + "meta3": 0, + "0chance3": 24.9, + "1chance3": 23.725, + "2chance3": 23.9, + "3chance3": 23.45, + "0pair3": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair3": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair3": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair3": "{\n \"left\": 0,\n \"right\": 1\n}", + "name4": "immersiveengineering:seed", + "meta4": 0, + "0chance4": 24.324999, + "1chance4": 23.65, + "2chance4": 25.375, + "3chance4": 24.65, + "0pair4": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair4": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair4": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair4": "{\n \"left\": 0,\n \"right\": 1\n}" + }, + { + "name": "thaumcraft:loot_urn_uncommon", + "meta": 0, + "length": 380, + "name0": "minecraft:iron_axe", + "meta0": 0, + "0chance0": 0.025, + "1chance0": 0.025, + "2chance0": 0.0, + "3chance0": 0.0, + "0pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair0": "{\n \"left\": 0,\n \"right\": 0\n}", + "name1": "minecraft:iron_axe", + "meta1": 1, + "0chance1": 0.0, + "1chance1": 0.025, + "2chance1": 0.0, + "3chance1": 0.0, + "0pair1": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair1": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair1": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair1": "{\n \"left\": 0,\n \"right\": 0\n}", + "name2": "minecraft:iron_axe", + "meta2": 2, + "0chance2": 0.05, + "1chance2": 0.025, + "2chance2": 0.0, + "3chance2": 0.0, + "0pair2": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair2": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair2": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair2": "{\n \"left\": 0,\n \"right\": 0\n}", + "name3": "minecraft:iron_axe", + "meta3": 3, + "0chance3": 0.025, + "1chance3": 0.0, + "2chance3": 0.025, + "3chance3": 0.075, + "0pair3": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair3": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair3": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair3": "{\n \"left\": 0,\n \"right\": 1\n}", + "name4": "minecraft:iron_axe", + "meta4": 4, + "0chance4": 0.0, + "1chance4": 0.025, + "2chance4": 0.0, + "3chance4": 0.0, + "0pair4": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair4": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair4": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair4": "{\n \"left\": 0,\n \"right\": 0\n}", + "name5": "minecraft:iron_axe", + "meta5": 5, + "0chance5": 0.0, + "1chance5": 0.0, + "2chance5": 0.0, + "3chance5": 0.05, + "0pair5": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair5": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair5": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair5": "{\n \"left\": 0,\n \"right\": 1\n}", + "name6": "minecraft:iron_axe", + "meta6": 6, + "0chance6": 0.05, + "1chance6": 0.025, + "2chance6": 0.05, + "3chance6": 0.05, + "0pair6": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair6": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair6": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair6": "{\n \"left\": 0,\n \"right\": 1\n}", + "name7": "minecraft:iron_axe", + "meta7": 7, + "0chance7": 0.025, + "1chance7": 0.0, + "2chance7": 0.0, + "3chance7": 0.0, + "0pair7": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair7": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair7": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair7": "{\n \"left\": 0,\n \"right\": 0\n}", + "name8": "minecraft:iron_axe", + "meta8": 9, + "0chance8": 0.0, + "1chance8": 0.0, + "2chance8": 0.025, + "3chance8": 0.0, + "0pair8": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair8": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair8": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair8": "{\n \"left\": 0,\n \"right\": 0\n}", + "name9": "minecraft:iron_axe", + "meta9": 10, + "0chance9": 0.0, + "1chance9": 0.0, + "2chance9": 0.0, + "3chance9": 0.025, + "0pair9": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair9": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair9": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair9": "{\n \"left\": 0,\n \"right\": 1\n}", + "name10": "minecraft:iron_axe", + "meta10": 11, + "0chance10": 0.0, + "1chance10": 0.0, + "2chance10": 0.025, + "3chance10": 0.0, + "0pair10": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair10": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair10": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair10": "{\n \"left\": 0,\n \"right\": 0\n}", + "name11": "minecraft:iron_axe", + "meta11": 12, + "0chance11": 0.0, + "1chance11": 0.0, + "2chance11": 0.0, + "3chance11": 0.025, + "0pair11": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair11": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair11": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair11": "{\n \"left\": 0,\n \"right\": 1\n}", + "name12": "minecraft:iron_axe", + "meta12": 15, + "0chance12": 0.0, + "1chance12": 0.0, + "2chance12": 0.0, + "3chance12": 0.025, + "0pair12": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair12": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair12": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair12": "{\n \"left\": 0,\n \"right\": 1\n}", + "name13": "minecraft:iron_axe", + "meta13": 16, + "0chance13": 0.025, + "1chance13": 0.0, + "2chance13": 0.0, + "3chance13": 0.0, + "0pair13": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair13": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair13": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair13": "{\n \"left\": 0,\n \"right\": 0\n}", + "name14": "minecraft:iron_axe", + "meta14": 18, + "0chance14": 0.0, + "1chance14": 0.0, + "2chance14": 0.05, + "3chance14": 0.0, + "0pair14": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair14": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair14": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair14": "{\n \"left\": 0,\n \"right\": 0\n}", + "name15": "minecraft:iron_axe", + "meta15": 19, + "0chance15": 0.0, + "1chance15": 0.0, + "2chance15": 0.05, + "3chance15": 0.0, + "0pair15": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair15": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair15": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair15": "{\n \"left\": 0,\n \"right\": 0\n}", + "name16": "minecraft:iron_axe", + "meta16": 22, + "0chance16": 0.05, + "1chance16": 0.0, + "2chance16": 0.0, + "3chance16": 0.0, + "0pair16": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair16": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair16": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair16": "{\n \"left\": 0,\n \"right\": 0\n}", + "name17": "minecraft:iron_axe", + "meta17": 23, + "0chance17": 0.0, + "1chance17": 0.025, + "2chance17": 0.025, + "3chance17": 0.0, + "0pair17": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair17": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair17": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair17": "{\n \"left\": 0,\n \"right\": 0\n}", + "name18": "minecraft:iron_axe", + "meta18": 25, + "0chance18": 0.0, + "1chance18": 0.0, + "2chance18": 0.0, + "3chance18": 0.025, + "0pair18": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair18": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair18": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair18": "{\n \"left\": 0,\n \"right\": 1\n}", + "name19": "minecraft:iron_axe", + "meta19": 27, + "0chance19": 0.025, + "1chance19": 0.025, + "2chance19": 0.0, + "3chance19": 0.0, + "0pair19": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair19": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair19": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair19": "{\n \"left\": 0,\n \"right\": 0\n}", + "name20": "minecraft:iron_axe", + "meta20": 30, + "0chance20": 0.0, + "1chance20": 0.025, + "2chance20": 0.0, + "3chance20": 0.0, + "0pair20": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair20": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair20": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair20": "{\n \"left\": 0,\n \"right\": 0\n}", + "name21": "minecraft:iron_axe", + "meta21": 31, + "0chance21": 0.0, + "1chance21": 0.0, + "2chance21": 0.0, + "3chance21": 0.05, + "0pair21": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair21": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair21": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair21": "{\n \"left\": 0,\n \"right\": 1\n}", + "name22": "minecraft:iron_axe", + "meta22": 32, + "0chance22": 0.0, + "1chance22": 0.0, + "2chance22": 0.025, + "3chance22": 0.0, + "0pair22": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair22": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair22": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair22": "{\n \"left\": 0,\n \"right\": 0\n}", + "name23": "minecraft:iron_axe", + "meta23": 34, + "0chance23": 0.0, + "1chance23": 0.025, + "2chance23": 0.025, + "3chance23": 0.0, + "0pair23": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair23": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair23": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair23": "{\n \"left\": 0,\n \"right\": 0\n}", + "name24": "minecraft:iron_axe", + "meta24": 35, + "0chance24": 0.025, + "1chance24": 0.0, + "2chance24": 0.025, + "3chance24": 0.0, + "0pair24": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair24": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair24": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair24": "{\n \"left\": 0,\n \"right\": 0\n}", + "name25": "minecraft:iron_axe", + "meta25": 37, + "0chance25": 0.0, + "1chance25": 0.0, + "2chance25": 0.025, + "3chance25": 0.025, + "0pair25": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair25": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair25": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair25": "{\n \"left\": 0,\n \"right\": 1\n}", + "name26": "minecraft:iron_axe", + "meta26": 38, + "0chance26": 0.0, + "1chance26": 0.05, + "2chance26": 0.0, + "3chance26": 0.025, + "0pair26": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair26": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair26": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair26": "{\n \"left\": 0,\n \"right\": 1\n}", + "name27": "minecraft:iron_axe", + "meta27": 39, + "0chance27": 0.025, + "1chance27": 0.0, + "2chance27": 0.0, + "3chance27": 0.0, + "0pair27": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair27": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair27": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair27": "{\n \"left\": 0,\n \"right\": 0\n}", + "name28": "minecraft:iron_axe", + "meta28": 40, + "0chance28": 0.0, + "1chance28": 0.025, + "2chance28": 0.0, + "3chance28": 0.0, + "0pair28": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair28": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair28": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair28": "{\n \"left\": 0,\n \"right\": 0\n}", + "name29": "minecraft:iron_axe", + "meta29": 41, + "0chance29": 0.0, + "1chance29": 0.0, + "2chance29": 0.0, + "3chance29": 0.025, + "0pair29": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair29": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair29": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair29": "{\n \"left\": 0,\n \"right\": 1\n}", + "name30": "minecraft:diamond", + "meta30": 0, + "0chance30": 4.225, + "1chance30": 4.575, + "2chance30": 4.5, + "3chance30": 3.8, + "0pair30": "{\n \"left\": 0,\n \"right\": 2\n}", + "1pair30": "{\n \"left\": 0,\n \"right\": 2\n}", + "2pair30": "{\n \"left\": 0,\n \"right\": 2\n}", + "3pair30": "{\n \"left\": 0,\n \"right\": 2\n}", + "name31": "minecraft:gold_ingot", + "meta31": 0, + "0chance31": 8.4, + "1chance31": 8.525, + "2chance31": 8.65, + "3chance31": 8.150001, + "0pair31": "{\n \"left\": 0,\n \"right\": 2\n}", + "1pair31": "{\n \"left\": 0,\n \"right\": 2\n}", + "2pair31": "{\n \"left\": 0,\n \"right\": 2\n}", + "3pair31": "{\n \"left\": 0,\n \"right\": 2\n}", + "name32": "minecraft:iron_sword", + "meta32": 0, + "0chance32": 0.0, + "1chance32": 0.0, + "2chance32": 0.05, + "3chance32": 0.05, + "0pair32": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair32": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair32": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair32": "{\n \"left\": 0,\n \"right\": 0\n}", + "name33": "minecraft:iron_sword", + "meta33": 1, + "0chance33": 0.0, + "1chance33": 0.05, + "2chance33": 0.0, + "3chance33": 0.0, + "0pair33": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair33": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair33": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair33": "{\n \"left\": 0,\n \"right\": 0\n}", + "name34": "minecraft:iron_sword", + "meta34": 2, + "0chance34": 0.025, + "1chance34": 0.075, + "2chance34": 0.075, + "3chance34": 0.025, + "0pair34": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair34": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair34": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair34": "{\n \"left\": 0,\n \"right\": 1\n}", + "name35": "minecraft:iron_sword", + "meta35": 3, + "0chance35": 0.025, + "1chance35": 0.025, + "2chance35": 0.0, + "3chance35": 0.05, + "0pair35": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair35": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair35": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair35": "{\n \"left\": 0,\n \"right\": 1\n}", + "name36": "minecraft:iron_sword", + "meta36": 4, + "0chance36": 0.0, + "1chance36": 0.025, + "2chance36": 0.0, + "3chance36": 0.0, + "0pair36": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair36": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair36": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair36": "{\n \"left\": 0,\n \"right\": 0\n}", + "name37": "minecraft:iron_sword", + "meta37": 6, + "0chance37": 0.025, + "1chance37": 0.025, + "2chance37": 0.025, + "3chance37": 0.025, + "0pair37": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair37": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair37": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair37": "{\n \"left\": 0,\n \"right\": 0\n}", + "name38": "minecraft:iron_sword", + "meta38": 7, + "0chance38": 0.0, + "1chance38": 0.0, + "2chance38": 0.0, + "3chance38": 0.1, + "0pair38": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair38": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair38": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair38": "{\n \"left\": 0,\n \"right\": 1\n}", + "name39": "minecraft:iron_sword", + "meta39": 8, + "0chance39": 0.0, + "1chance39": 0.025, + "2chance39": 0.0, + "3chance39": 0.0, + "0pair39": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair39": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair39": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair39": "{\n \"left\": 0,\n \"right\": 0\n}", + "name40": "minecraft:iron_sword", + "meta40": 9, + "0chance40": 0.025, + "1chance40": 0.0, + "2chance40": 0.025, + "3chance40": 0.025, + "0pair40": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair40": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair40": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair40": "{\n \"left\": 0,\n \"right\": 1\n}", + "name41": "minecraft:iron_sword", + "meta41": 10, + "0chance41": 0.025, + "1chance41": 0.025, + "2chance41": 0.025, + "3chance41": 0.025, + "0pair41": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair41": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair41": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair41": "{\n \"left\": 0,\n \"right\": 1\n}", + "name42": "minecraft:iron_sword", + "meta42": 11, + "0chance42": 0.025, + "1chance42": 0.025, + "2chance42": 0.025, + "3chance42": 0.0, + "0pair42": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair42": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair42": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair42": "{\n \"left\": 0,\n \"right\": 0\n}", + "name43": "minecraft:iron_sword", + "meta43": 12, + "0chance43": 0.075, + "1chance43": 0.0, + "2chance43": 0.025, + "3chance43": 0.025, + "0pair43": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair43": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair43": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair43": "{\n \"left\": 0,\n \"right\": 0\n}", + "name44": "minecraft:iron_sword", + "meta44": 13, + "0chance44": 0.0, + "1chance44": 0.025, + "2chance44": 0.0, + "3chance44": 0.0, + "0pair44": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair44": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair44": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair44": "{\n \"left\": 0,\n \"right\": 0\n}", + "name45": "minecraft:iron_sword", + "meta45": 14, + "0chance45": 0.025, + "1chance45": 0.025, + "2chance45": 0.025, + "3chance45": 0.0, + "0pair45": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair45": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair45": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair45": "{\n \"left\": 0,\n \"right\": 0\n}", + "name46": "minecraft:iron_sword", + "meta46": 15, + "0chance46": 0.025, + "1chance46": 0.0, + "2chance46": 0.025, + "3chance46": 0.025, + "0pair46": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair46": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair46": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair46": "{\n \"left\": 0,\n \"right\": 1\n}", + "name47": "minecraft:iron_sword", + "meta47": 17, + "0chance47": 0.0, + "1chance47": 0.0, + "2chance47": 0.025, + "3chance47": 0.05, + "0pair47": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair47": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair47": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair47": "{\n \"left\": 0,\n \"right\": 1\n}", + "name48": "minecraft:iron_sword", + "meta48": 18, + "0chance48": 0.0, + "1chance48": 0.0, + "2chance48": 0.0, + "3chance48": 0.05, + "0pair48": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair48": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair48": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair48": "{\n \"left\": 0,\n \"right\": 1\n}", + "name49": "minecraft:iron_sword", + "meta49": 19, + "0chance49": 0.025, + "1chance49": 0.0, + "2chance49": 0.025, + "3chance49": 0.025, + "0pair49": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair49": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair49": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair49": "{\n \"left\": 0,\n \"right\": 1\n}", + "name50": "minecraft:iron_sword", + "meta50": 20, + "0chance50": 0.0, + "1chance50": 0.0, + "2chance50": 0.025, + "3chance50": 0.025, + "0pair50": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair50": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair50": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair50": "{\n \"left\": 0,\n \"right\": 0\n}", + "name51": "minecraft:iron_sword", + "meta51": 21, + "0chance51": 0.05, + "1chance51": 0.0, + "2chance51": 0.0, + "3chance51": 0.0, + "0pair51": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair51": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair51": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair51": "{\n \"left\": 0,\n \"right\": 0\n}", + "name52": "minecraft:iron_sword", + "meta52": 22, + "0chance52": 0.025, + "1chance52": 0.075, + "2chance52": 0.0, + "3chance52": 0.05, + "0pair52": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair52": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair52": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair52": "{\n \"left\": 0,\n \"right\": 1\n}", + "name53": "minecraft:iron_sword", + "meta53": 23, + "0chance53": 0.0, + "1chance53": 0.025, + "2chance53": 0.025, + "3chance53": 0.0, + "0pair53": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair53": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair53": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair53": "{\n \"left\": 0,\n \"right\": 0\n}", + "name54": "minecraft:iron_sword", + "meta54": 24, + "0chance54": 0.05, + "1chance54": 0.0, + "2chance54": 0.025, + "3chance54": 0.025, + "0pair54": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair54": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair54": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair54": "{\n \"left\": 0,\n \"right\": 1\n}", + "name55": "minecraft:iron_sword", + "meta55": 25, + "0chance55": 0.05, + "1chance55": 0.075, + "2chance55": 0.0, + "3chance55": 0.025, + "0pair55": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair55": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair55": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair55": "{\n \"left\": 0,\n \"right\": 0\n}", + "name56": "minecraft:iron_sword", + "meta56": 26, + "0chance56": 0.0, + "1chance56": 0.0, + "2chance56": 0.025, + "3chance56": 0.025, + "0pair56": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair56": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair56": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair56": "{\n \"left\": 0,\n \"right\": 1\n}", + "name57": "minecraft:iron_sword", + "meta57": 27, + "0chance57": 0.0, + "1chance57": 0.0, + "2chance57": 0.0, + "3chance57": 0.05, + "0pair57": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair57": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair57": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair57": "{\n \"left\": 0,\n \"right\": 1\n}", + "name58": "minecraft:iron_sword", + "meta58": 28, + "0chance58": 0.0, + "1chance58": 0.0, + "2chance58": 0.05, + "3chance58": 0.0, + "0pair58": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair58": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair58": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair58": "{\n \"left\": 0,\n \"right\": 0\n}", + "name59": "minecraft:iron_sword", + "meta59": 29, + "0chance59": 0.025, + "1chance59": 0.0, + "2chance59": 0.025, + "3chance59": 0.075, + "0pair59": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair59": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair59": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair59": "{\n \"left\": 0,\n \"right\": 0\n}", + "name60": "minecraft:iron_sword", + "meta60": 30, + "0chance60": 0.05, + "1chance60": 0.025, + "2chance60": 0.075, + "3chance60": 0.025, + "0pair60": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair60": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair60": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair60": "{\n \"left\": 0,\n \"right\": 1\n}", + "name61": "minecraft:iron_sword", + "meta61": 31, + "0chance61": 0.0, + "1chance61": 0.025, + "2chance61": 0.0, + "3chance61": 0.0, + "0pair61": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair61": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair61": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair61": "{\n \"left\": 0,\n \"right\": 0\n}", + "name62": "minecraft:iron_sword", + "meta62": 32, + "0chance62": 0.025, + "1chance62": 0.025, + "2chance62": 0.0, + "3chance62": 0.0, + "0pair62": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair62": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair62": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair62": "{\n \"left\": 0,\n \"right\": 0\n}", + "name63": "minecraft:iron_sword", + "meta63": 33, + "0chance63": 0.0, + "1chance63": 0.05, + "2chance63": 0.025, + "3chance63": 0.025, + "0pair63": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair63": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair63": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair63": "{\n \"left\": 0,\n \"right\": 1\n}", + "name64": "minecraft:iron_sword", + "meta64": 34, + "0chance64": 0.0, + "1chance64": 0.025, + "2chance64": 0.0, + "3chance64": 0.0, + "0pair64": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair64": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair64": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair64": "{\n \"left\": 0,\n \"right\": 0\n}", + "name65": "minecraft:iron_sword", + "meta65": 35, + "0chance65": 0.0, + "1chance65": 0.0, + "2chance65": 0.0, + "3chance65": 0.025, + "0pair65": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair65": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair65": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair65": "{\n \"left\": 0,\n \"right\": 1\n}", + "name66": "minecraft:iron_sword", + "meta66": 36, + "0chance66": 0.0, + "1chance66": 0.025, + "2chance66": 0.025, + "3chance66": 0.0, + "0pair66": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair66": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair66": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair66": "{\n \"left\": 0,\n \"right\": 0\n}", + "name67": "minecraft:iron_sword", + "meta67": 37, + "0chance67": 0.0, + "1chance67": 0.05, + "2chance67": 0.025, + "3chance67": 0.0, + "0pair67": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair67": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair67": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair67": "{\n \"left\": 0,\n \"right\": 0\n}", + "name68": "minecraft:iron_sword", + "meta68": 38, + "0chance68": 0.0, + "1chance68": 0.025, + "2chance68": 0.0, + "3chance68": 0.025, + "0pair68": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair68": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair68": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair68": "{\n \"left\": 0,\n \"right\": 0\n}", + "name69": "minecraft:iron_sword", + "meta69": 39, + "0chance69": 0.0, + "1chance69": 0.0, + "2chance69": 0.025, + "3chance69": 0.0, + "0pair69": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair69": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair69": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair69": "{\n \"left\": 0,\n \"right\": 0\n}", + "name70": "minecraft:iron_sword", + "meta70": 40, + "0chance70": 0.0, + "1chance70": 0.025, + "2chance70": 0.025, + "3chance70": 0.025, + "0pair70": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair70": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair70": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair70": "{\n \"left\": 0,\n \"right\": 0\n}", + "name71": "minecraft:iron_sword", + "meta71": 41, + "0chance71": 0.05, + "1chance71": 0.025, + "2chance71": 0.025, + "3chance71": 0.0, + "0pair71": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair71": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair71": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair71": "{\n \"left\": 0,\n \"right\": 0\n}", + "name72": "minecraft:diamond_sword", + "meta72": 175, + "0chance72": 0.0, + "1chance72": 0.025, + "2chance72": 0.0, + "3chance72": 0.0, + "0pair72": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair72": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair72": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair72": "{\n \"left\": 0,\n \"right\": 0\n}", + "name73": "minecraft:golden_sword", + "meta73": 0, + "0chance73": 0.025, + "1chance73": 0.025, + "2chance73": 0.0, + "3chance73": 0.025, + "0pair73": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair73": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair73": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair73": "{\n \"left\": 0,\n \"right\": 0\n}", + "name74": "minecraft:golden_sword", + "meta74": 1, + "0chance74": 0.0, + "1chance74": 0.0, + "2chance74": 0.025, + "3chance74": 0.05, + "0pair74": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair74": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair74": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair74": "{\n \"left\": 0,\n \"right\": 1\n}", + "name75": "minecraft:golden_sword", + "meta75": 2, + "0chance75": 0.025, + "1chance75": 0.025, + "2chance75": 0.0, + "3chance75": 0.0, + "0pair75": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair75": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair75": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair75": "{\n \"left\": 0,\n \"right\": 0\n}", + "name76": "minecraft:golden_sword", + "meta76": 3, + "0chance76": 0.025, + "1chance76": 0.05, + "2chance76": 0.025, + "3chance76": 0.0, + "0pair76": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair76": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair76": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair76": "{\n \"left\": 0,\n \"right\": 0\n}", + "name77": "minecraft:golden_sword", + "meta77": 4, + "0chance77": 0.0, + "1chance77": 0.0, + "2chance77": 0.075, + "3chance77": 0.0, + "0pair77": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair77": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair77": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair77": "{\n \"left\": 0,\n \"right\": 0\n}", + "name78": "minecraft:golden_sword", + "meta78": 5, + "0chance78": 0.05, + "1chance78": 0.0, + "2chance78": 0.0, + "3chance78": 0.0, + "0pair78": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair78": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair78": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair78": "{\n \"left\": 0,\n \"right\": 0\n}", + "name79": "minecraft:golden_axe", + "meta79": 0, + "0chance79": 0.0, + "1chance79": 0.05, + "2chance79": 0.075, + "3chance79": 0.05, + "0pair79": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair79": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair79": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair79": "{\n \"left\": 0,\n \"right\": 0\n}", + "name80": "minecraft:golden_axe", + "meta80": 1, + "0chance80": 0.025, + "1chance80": 0.0, + "2chance80": 0.025, + "3chance80": 0.05, + "0pair80": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair80": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair80": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair80": "{\n \"left\": 0,\n \"right\": 0\n}", + "name81": "minecraft:golden_axe", + "meta81": 2, + "0chance81": 0.025, + "1chance81": 0.1, + "2chance81": 0.05, + "3chance81": 0.025, + "0pair81": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair81": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair81": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair81": "{\n \"left\": 0,\n \"right\": 0\n}", + "name82": "minecraft:golden_axe", + "meta82": 3, + "0chance82": 0.05, + "1chance82": 0.05, + "2chance82": 0.025, + "3chance82": 0.125, + "0pair82": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair82": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair82": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair82": "{\n \"left\": 0,\n \"right\": 0\n}", + "name83": "minecraft:golden_axe", + "meta83": 4, + "0chance83": 0.075, + "1chance83": 0.05, + "2chance83": 0.125, + "3chance83": 0.075, + "0pair83": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair83": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair83": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair83": "{\n \"left\": 0,\n \"right\": 0\n}", + "name84": "minecraft:golden_axe", + "meta84": 5, + "0chance84": 0.075, + "1chance84": 0.075, + "2chance84": 0.125, + "3chance84": 0.075, + "0pair84": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair84": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair84": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair84": "{\n \"left\": 0,\n \"right\": 0\n}", + "name85": "minecraft:leather_helmet", + "meta85": 0, + "0chance85": 0.0, + "1chance85": 0.075, + "2chance85": 0.025, + "3chance85": 0.0, + "0pair85": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair85": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair85": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair85": "{\n \"left\": 0,\n \"right\": 0\n}", + "name86": "minecraft:leather_helmet", + "meta86": 1, + "0chance86": 0.025, + "1chance86": 0.025, + "2chance86": 0.0, + "3chance86": 0.075, + "0pair86": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair86": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair86": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair86": "{\n \"left\": 0,\n \"right\": 1\n}", + "name87": "minecraft:leather_helmet", + "meta87": 2, + "0chance87": 0.0, + "1chance87": 0.0, + "2chance87": 0.025, + "3chance87": 0.0, + "0pair87": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair87": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair87": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair87": "{\n \"left\": 0,\n \"right\": 0\n}", + "name88": "minecraft:leather_helmet", + "meta88": 3, + "0chance88": 0.075, + "1chance88": 0.0, + "2chance88": 0.05, + "3chance88": 0.075, + "0pair88": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair88": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair88": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair88": "{\n \"left\": 0,\n \"right\": 1\n}", + "name89": "minecraft:leather_helmet", + "meta89": 4, + "0chance89": 0.025, + "1chance89": 0.025, + "2chance89": 0.05, + "3chance89": 0.05, + "0pair89": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair89": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair89": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair89": "{\n \"left\": 0,\n \"right\": 1\n}", + "name90": "minecraft:leather_helmet", + "meta90": 5, + "0chance90": 0.025, + "1chance90": 0.025, + "2chance90": 0.0, + "3chance90": 0.025, + "0pair90": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair90": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair90": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair90": "{\n \"left\": 0,\n \"right\": 0\n}", + "name91": "minecraft:leather_helmet", + "meta91": 6, + "0chance91": 0.0, + "1chance91": 0.05, + "2chance91": 0.025, + "3chance91": 0.025, + "0pair91": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair91": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair91": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair91": "{\n \"left\": 0,\n \"right\": 0\n}", + "name92": "minecraft:leather_helmet", + "meta92": 7, + "0chance92": 0.075, + "1chance92": 0.05, + "2chance92": 0.0, + "3chance92": 0.05, + "0pair92": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair92": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair92": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair92": "{\n \"left\": 0,\n \"right\": 1\n}", + "name93": "minecraft:leather_helmet", + "meta93": 8, + "0chance93": 0.05, + "1chance93": 0.05, + "2chance93": 0.0, + "3chance93": 0.025, + "0pair93": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair93": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair93": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair93": "{\n \"left\": 0,\n \"right\": 1\n}", + "name94": "minecraft:leather_helmet", + "meta94": 9, + "0chance94": 0.025, + "1chance94": 0.025, + "2chance94": 0.0, + "3chance94": 0.025, + "0pair94": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair94": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair94": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair94": "{\n \"left\": 0,\n \"right\": 0\n}", + "name95": "minecraft:leather_chestplate", + "meta95": 0, + "0chance95": 0.075, + "1chance95": 0.0, + "2chance95": 0.0, + "3chance95": 0.025, + "0pair95": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair95": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair95": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair95": "{\n \"left\": 0,\n \"right\": 0\n}", + "name96": "minecraft:leather_chestplate", + "meta96": 1, + "0chance96": 0.0, + "1chance96": 0.05, + "2chance96": 0.05, + "3chance96": 0.025, + "0pair96": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair96": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair96": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair96": "{\n \"left\": 0,\n \"right\": 0\n}", + "name97": "minecraft:leather_chestplate", + "meta97": 2, + "0chance97": 0.0, + "1chance97": 0.05, + "2chance97": 0.025, + "3chance97": 0.0, + "0pair97": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair97": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair97": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair97": "{\n \"left\": 0,\n \"right\": 0\n}", + "name98": "minecraft:leather_chestplate", + "meta98": 3, + "0chance98": 0.0, + "1chance98": 0.0, + "2chance98": 0.05, + "3chance98": 0.05, + "0pair98": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair98": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair98": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair98": "{\n \"left\": 0,\n \"right\": 1\n}", + "name99": "minecraft:leather_chestplate", + "meta99": 4, + "0chance99": 0.025, + "1chance99": 0.025, + "2chance99": 0.05, + "3chance99": 0.0, + "0pair99": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair99": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair99": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair99": "{\n \"left\": 0,\n \"right\": 0\n}", + "name100": "minecraft:leather_chestplate", + "meta100": 5, + "0chance100": 0.0, + "1chance100": 0.0, + "2chance100": 0.05, + "3chance100": 0.0, + "0pair100": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair100": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair100": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair100": "{\n \"left\": 0,\n \"right\": 0\n}", + "name101": "minecraft:leather_chestplate", + "meta101": 6, + "0chance101": 0.05, + "1chance101": 0.025, + "2chance101": 0.025, + "3chance101": 0.0, + "0pair101": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair101": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair101": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair101": "{\n \"left\": 0,\n \"right\": 0\n}", + "name102": "minecraft:leather_chestplate", + "meta102": 7, + "0chance102": 0.025, + "1chance102": 0.025, + "2chance102": 0.025, + "3chance102": 0.025, + "0pair102": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair102": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair102": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair102": "{\n \"left\": 0,\n \"right\": 0\n}", + "name103": "minecraft:leather_chestplate", + "meta103": 8, + "0chance103": 0.0, + "1chance103": 0.025, + "2chance103": 0.075, + "3chance103": 0.0, + "0pair103": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair103": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair103": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair103": "{\n \"left\": 0,\n \"right\": 0\n}", + "name104": "minecraft:leather_chestplate", + "meta104": 9, + "0chance104": 0.075, + "1chance104": 0.0, + "2chance104": 0.025, + "3chance104": 0.0, + "0pair104": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair104": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair104": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair104": "{\n \"left\": 0,\n \"right\": 0\n}", + "name105": "minecraft:leather_chestplate", + "meta105": 10, + "0chance105": 0.05, + "1chance105": 0.025, + "2chance105": 0.025, + "3chance105": 0.0, + "0pair105": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair105": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair105": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair105": "{\n \"left\": 0,\n \"right\": 0\n}", + "name106": "minecraft:leather_chestplate", + "meta106": 11, + "0chance106": 0.025, + "1chance106": 0.05, + "2chance106": 0.025, + "3chance106": 0.025, + "0pair106": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair106": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair106": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair106": "{\n \"left\": 0,\n \"right\": 1\n}", + "name107": "minecraft:leather_chestplate", + "meta107": 12, + "0chance107": 0.025, + "1chance107": 0.025, + "2chance107": 0.0, + "3chance107": 0.075, + "0pair107": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair107": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair107": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair107": "{\n \"left\": 0,\n \"right\": 0\n}", + "name108": "minecraft:leather_chestplate", + "meta108": 13, + "0chance108": 0.05, + "1chance108": 0.025, + "2chance108": 0.025, + "3chance108": 0.0, + "0pair108": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair108": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair108": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair108": "{\n \"left\": 0,\n \"right\": 0\n}", + "name109": "minecraft:leather_leggings", + "meta109": 1, + "0chance109": 0.0, + "1chance109": 0.025, + "2chance109": 0.025, + "3chance109": 0.025, + "0pair109": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair109": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair109": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair109": "{\n \"left\": 0,\n \"right\": 0\n}", + "name110": "minecraft:leather_leggings", + "meta110": 2, + "0chance110": 0.05, + "1chance110": 0.0, + "2chance110": 0.025, + "3chance110": 0.025, + "0pair110": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair110": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair110": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair110": "{\n \"left\": 0,\n \"right\": 1\n}", + "name111": "minecraft:leather_leggings", + "meta111": 3, + "0chance111": 0.0, + "1chance111": 0.025, + "2chance111": 0.025, + "3chance111": 0.0, + "0pair111": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair111": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair111": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair111": "{\n \"left\": 0,\n \"right\": 0\n}", + "name112": "minecraft:leather_leggings", + "meta112": 4, + "0chance112": 0.05, + "1chance112": 0.1, + "2chance112": 0.05, + "3chance112": 0.025, + "0pair112": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair112": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair112": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair112": "{\n \"left\": 0,\n \"right\": 1\n}", + "name113": "minecraft:leather_leggings", + "meta113": 5, + "0chance113": 0.025, + "1chance113": 0.0, + "2chance113": 0.05, + "3chance113": 0.0, + "0pair113": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair113": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair113": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair113": "{\n \"left\": 0,\n \"right\": 0\n}", + "name114": "minecraft:leather_leggings", + "meta114": 6, + "0chance114": 0.0, + "1chance114": 0.05, + "2chance114": 0.05, + "3chance114": 0.075, + "0pair114": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair114": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair114": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair114": "{\n \"left\": 0,\n \"right\": 1\n}", + "name115": "minecraft:leather_leggings", + "meta115": 7, + "0chance115": 0.0, + "1chance115": 0.1, + "2chance115": 0.025, + "3chance115": 0.125, + "0pair115": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair115": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair115": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair115": "{\n \"left\": 0,\n \"right\": 0\n}", + "name116": "minecraft:leather_leggings", + "meta116": 8, + "0chance116": 0.05, + "1chance116": 0.0, + "2chance116": 0.05, + "3chance116": 0.0, + "0pair116": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair116": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair116": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair116": "{\n \"left\": 0,\n \"right\": 0\n}", + "name117": "minecraft:leather_leggings", + "meta117": 9, + "0chance117": 0.025, + "1chance117": 0.025, + "2chance117": 0.025, + "3chance117": 0.075, + "0pair117": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair117": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair117": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair117": "{\n \"left\": 0,\n \"right\": 1\n}", + "name118": "minecraft:leather_leggings", + "meta118": 10, + "0chance118": 0.0, + "1chance118": 0.0, + "2chance118": 0.0, + "3chance118": 0.05, + "0pair118": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair118": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair118": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair118": "{\n \"left\": 0,\n \"right\": 1\n}", + "name119": "minecraft:leather_leggings", + "meta119": 11, + "0chance119": 0.025, + "1chance119": 0.0, + "2chance119": 0.1, + "3chance119": 0.025, + "0pair119": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair119": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair119": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair119": "{\n \"left\": 0,\n \"right\": 0\n}", + "name120": "minecraft:leather_leggings", + "meta120": 12, + "0chance120": 0.05, + "1chance120": 0.05, + "2chance120": 0.025, + "3chance120": 0.1, + "0pair120": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair120": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair120": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair120": "{\n \"left\": 0,\n \"right\": 1\n}", + "name121": "minecraft:leather_boots", + "meta121": 0, + "0chance121": 0.025, + "1chance121": 0.05, + "2chance121": 0.025, + "3chance121": 0.025, + "0pair121": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair121": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair121": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair121": "{\n \"left\": 0,\n \"right\": 1\n}", + "name122": "minecraft:leather_boots", + "meta122": 1, + "0chance122": 0.05, + "1chance122": 0.05, + "2chance122": 0.025, + "3chance122": 0.0, + "0pair122": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair122": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair122": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair122": "{\n \"left\": 0,\n \"right\": 0\n}", + "name123": "minecraft:leather_boots", + "meta123": 2, + "0chance123": 0.05, + "1chance123": 0.0, + "2chance123": 0.05, + "3chance123": 0.0, + "0pair123": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair123": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair123": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair123": "{\n \"left\": 0,\n \"right\": 0\n}", + "name124": "minecraft:leather_boots", + "meta124": 3, + "0chance124": 0.0, + "1chance124": 0.05, + "2chance124": 0.075, + "3chance124": 0.025, + "0pair124": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair124": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair124": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair124": "{\n \"left\": 0,\n \"right\": 1\n}", + "name125": "minecraft:leather_boots", + "meta125": 4, + "0chance125": 0.025, + "1chance125": 0.05, + "2chance125": 0.025, + "3chance125": 0.0, + "0pair125": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair125": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair125": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair125": "{\n \"left\": 0,\n \"right\": 0\n}", + "name126": "minecraft:leather_boots", + "meta126": 5, + "0chance126": 0.025, + "1chance126": 0.025, + "2chance126": 0.0, + "3chance126": 0.025, + "0pair126": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair126": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair126": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair126": "{\n \"left\": 0,\n \"right\": 1\n}", + "name127": "minecraft:leather_boots", + "meta127": 6, + "0chance127": 0.025, + "1chance127": 0.025, + "2chance127": 0.05, + "3chance127": 0.075, + "0pair127": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair127": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair127": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair127": "{\n \"left\": 0,\n \"right\": 1\n}", + "name128": "minecraft:leather_boots", + "meta128": 7, + "0chance128": 0.075, + "1chance128": 0.025, + "2chance128": 0.025, + "3chance128": 0.0, + "0pair128": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair128": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair128": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair128": "{\n \"left\": 0,\n \"right\": 0\n}", + "name129": "minecraft:leather_boots", + "meta129": 8, + "0chance129": 0.05, + "1chance129": 0.075, + "2chance129": 0.025, + "3chance129": 0.025, + "0pair129": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair129": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair129": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair129": "{\n \"left\": 0,\n \"right\": 1\n}", + "name130": "minecraft:leather_boots", + "meta130": 9, + "0chance130": 0.025, + "1chance130": 0.0, + "2chance130": 0.025, + "3chance130": 0.0, + "0pair130": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair130": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair130": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair130": "{\n \"left\": 0,\n \"right\": 0\n}", + "name131": "minecraft:leather_boots", + "meta131": 10, + "0chance131": 0.0, + "1chance131": 0.05, + "2chance131": 0.075, + "3chance131": 0.05, + "0pair131": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair131": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair131": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair131": "{\n \"left\": 0,\n \"right\": 0\n}", + "name132": "minecraft:chainmail_helmet", + "meta132": 1, + "0chance132": 0.025, + "1chance132": 0.0, + "2chance132": 0.0, + "3chance132": 0.0, + "0pair132": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair132": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair132": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair132": "{\n \"left\": 0,\n \"right\": 0\n}", + "name133": "minecraft:chainmail_helmet", + "meta133": 2, + "0chance133": 0.025, + "1chance133": 0.025, + "2chance133": 0.025, + "3chance133": 0.0, + "0pair133": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair133": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair133": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair133": "{\n \"left\": 0,\n \"right\": 0\n}", + "name134": "minecraft:chainmail_helmet", + "meta134": 4, + "0chance134": 0.0, + "1chance134": 0.0, + "2chance134": 0.025, + "3chance134": 0.0, + "0pair134": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair134": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair134": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair134": "{\n \"left\": 0,\n \"right\": 0\n}", + "name135": "minecraft:chainmail_helmet", + "meta135": 5, + "0chance135": 0.0, + "1chance135": 0.025, + "2chance135": 0.0, + "3chance135": 0.0, + "0pair135": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair135": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair135": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair135": "{\n \"left\": 0,\n \"right\": 0\n}", + "name136": "minecraft:chainmail_helmet", + "meta136": 6, + "0chance136": 0.0, + "1chance136": 0.0, + "2chance136": 0.025, + "3chance136": 0.0, + "0pair136": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair136": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair136": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair136": "{\n \"left\": 0,\n \"right\": 0\n}", + "name137": "minecraft:chainmail_helmet", + "meta137": 7, + "0chance137": 0.025, + "1chance137": 0.025, + "2chance137": 0.05, + "3chance137": 0.025, + "0pair137": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair137": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair137": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair137": "{\n \"left\": 0,\n \"right\": 0\n}", + "name138": "minecraft:chainmail_helmet", + "meta138": 8, + "0chance138": 0.025, + "1chance138": 0.0, + "2chance138": 0.025, + "3chance138": 0.0, + "0pair138": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair138": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair138": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair138": "{\n \"left\": 0,\n \"right\": 0\n}", + "name139": "minecraft:chainmail_helmet", + "meta139": 9, + "0chance139": 0.0, + "1chance139": 0.0, + "2chance139": 0.0, + "3chance139": 0.05, + "0pair139": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair139": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair139": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair139": "{\n \"left\": 0,\n \"right\": 1\n}", + "name140": "minecraft:chainmail_helmet", + "meta140": 10, + "0chance140": 0.0, + "1chance140": 0.0, + "2chance140": 0.0, + "3chance140": 0.05, + "0pair140": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair140": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair140": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair140": "{\n \"left\": 0,\n \"right\": 1\n}", + "name141": "minecraft:chainmail_helmet", + "meta141": 12, + "0chance141": 0.025, + "1chance141": 0.0, + "2chance141": 0.0, + "3chance141": 0.0, + "0pair141": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair141": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair141": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair141": "{\n \"left\": 0,\n \"right\": 0\n}", + "name142": "minecraft:chainmail_helmet", + "meta142": 13, + "0chance142": 0.05, + "1chance142": 0.025, + "2chance142": 0.0, + "3chance142": 0.0, + "0pair142": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair142": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair142": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair142": "{\n \"left\": 0,\n \"right\": 0\n}", + "name143": "minecraft:chainmail_helmet", + "meta143": 14, + "0chance143": 0.05, + "1chance143": 0.0, + "2chance143": 0.025, + "3chance143": 0.05, + "0pair143": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair143": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair143": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair143": "{\n \"left\": 0,\n \"right\": 0\n}", + "name144": "minecraft:chainmail_helmet", + "meta144": 16, + "0chance144": 0.0, + "1chance144": 0.0, + "2chance144": 0.025, + "3chance144": 0.0, + "0pair144": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair144": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair144": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair144": "{\n \"left\": 0,\n \"right\": 0\n}", + "name145": "minecraft:chainmail_helmet", + "meta145": 17, + "0chance145": 0.0, + "1chance145": 0.0, + "2chance145": 0.025, + "3chance145": 0.0, + "0pair145": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair145": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair145": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair145": "{\n \"left\": 0,\n \"right\": 0\n}", + "name146": "minecraft:chainmail_helmet", + "meta146": 18, + "0chance146": 0.0, + "1chance146": 0.025, + "2chance146": 0.025, + "3chance146": 0.0, + "0pair146": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair146": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair146": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair146": "{\n \"left\": 0,\n \"right\": 0\n}", + "name147": "minecraft:chainmail_helmet", + "meta147": 19, + "0chance147": 0.025, + "1chance147": 0.0, + "2chance147": 0.025, + "3chance147": 0.0, + "0pair147": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair147": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair147": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair147": "{\n \"left\": 0,\n \"right\": 0\n}", + "name148": "minecraft:chainmail_helmet", + "meta148": 20, + "0chance148": 0.025, + "1chance148": 0.025, + "2chance148": 0.0, + "3chance148": 0.025, + "0pair148": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair148": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair148": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair148": "{\n \"left\": 0,\n \"right\": 0\n}", + "name149": "minecraft:chainmail_helmet", + "meta149": 21, + "0chance149": 0.05, + "1chance149": 0.0, + "2chance149": 0.0, + "3chance149": 0.05, + "0pair149": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair149": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair149": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair149": "{\n \"left\": 0,\n \"right\": 1\n}", + "name150": "minecraft:chainmail_helmet", + "meta150": 22, + "0chance150": 0.025, + "1chance150": 0.025, + "2chance150": 0.0, + "3chance150": 0.025, + "0pair150": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair150": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair150": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair150": "{\n \"left\": 0,\n \"right\": 1\n}", + "name151": "minecraft:chainmail_helmet", + "meta151": 23, + "0chance151": 0.0, + "1chance151": 0.025, + "2chance151": 0.0, + "3chance151": 0.025, + "0pair151": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair151": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair151": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair151": "{\n \"left\": 0,\n \"right\": 1\n}", + "name152": "minecraft:chainmail_helmet", + "meta152": 24, + "0chance152": 0.025, + "1chance152": 0.0, + "2chance152": 0.0, + "3chance152": 0.025, + "0pair152": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair152": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair152": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair152": "{\n \"left\": 0,\n \"right\": 0\n}", + "name153": "minecraft:chainmail_helmet", + "meta153": 25, + "0chance153": 0.025, + "1chance153": 0.025, + "2chance153": 0.0, + "3chance153": 0.025, + "0pair153": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair153": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair153": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair153": "{\n \"left\": 0,\n \"right\": 0\n}", + "name154": "minecraft:chainmail_helmet", + "meta154": 27, + "0chance154": 0.025, + "1chance154": 0.0, + "2chance154": 0.0, + "3chance154": 0.025, + "0pair154": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair154": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair154": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair154": "{\n \"left\": 0,\n \"right\": 1\n}", + "name155": "minecraft:chainmail_chestplate", + "meta155": 1, + "0chance155": 0.0, + "1chance155": 0.05, + "2chance155": 0.0, + "3chance155": 0.0, + "0pair155": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair155": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair155": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair155": "{\n \"left\": 0,\n \"right\": 0\n}", + "name156": "minecraft:chainmail_chestplate", + "meta156": 2, + "0chance156": 0.0, + "1chance156": 0.0, + "2chance156": 0.0, + "3chance156": 0.025, + "0pair156": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair156": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair156": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair156": "{\n \"left\": 0,\n \"right\": 1\n}", + "name157": "minecraft:chainmail_chestplate", + "meta157": 3, + "0chance157": 0.025, + "1chance157": 0.0, + "2chance157": 0.0, + "3chance157": 0.0, + "0pair157": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair157": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair157": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair157": "{\n \"left\": 0,\n \"right\": 0\n}", + "name158": "minecraft:chainmail_chestplate", + "meta158": 5, + "0chance158": 0.0, + "1chance158": 0.0, + "2chance158": 0.05, + "3chance158": 0.0, + "0pair158": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair158": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair158": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair158": "{\n \"left\": 0,\n \"right\": 0\n}", + "name159": "minecraft:chainmail_chestplate", + "meta159": 6, + "0chance159": 0.0, + "1chance159": 0.0, + "2chance159": 0.025, + "3chance159": 0.05, + "0pair159": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair159": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair159": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair159": "{\n \"left\": 0,\n \"right\": 1\n}", + "name160": "minecraft:chainmail_chestplate", + "meta160": 7, + "0chance160": 0.0, + "1chance160": 0.025, + "2chance160": 0.0, + "3chance160": 0.0, + "0pair160": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair160": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair160": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair160": "{\n \"left\": 0,\n \"right\": 0\n}", + "name161": "minecraft:chainmail_chestplate", + "meta161": 8, + "0chance161": 0.0, + "1chance161": 0.025, + "2chance161": 0.0, + "3chance161": 0.0, + "0pair161": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair161": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair161": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair161": "{\n \"left\": 0,\n \"right\": 0\n}", + "name162": "minecraft:chainmail_chestplate", + "meta162": 9, + "0chance162": 0.0, + "1chance162": 0.05, + "2chance162": 0.0, + "3chance162": 0.0, + "0pair162": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair162": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair162": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair162": "{\n \"left\": 0,\n \"right\": 0\n}", + "name163": "minecraft:chainmail_chestplate", + "meta163": 10, + "0chance163": 0.0, + "1chance163": 0.0, + "2chance163": 0.0, + "3chance163": 0.025, + "0pair163": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair163": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair163": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair163": "{\n \"left\": 0,\n \"right\": 1\n}", + "name164": "minecraft:chainmail_chestplate", + "meta164": 12, + "0chance164": 0.0, + "1chance164": 0.025, + "2chance164": 0.0, + "3chance164": 0.0, + "0pair164": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair164": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair164": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair164": "{\n \"left\": 0,\n \"right\": 0\n}", + "name165": "minecraft:chainmail_chestplate", + "meta165": 14, + "0chance165": 0.0, + "1chance165": 0.0, + "2chance165": 0.0, + "3chance165": 0.05, + "0pair165": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair165": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair165": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair165": "{\n \"left\": 0,\n \"right\": 1\n}", + "name166": "minecraft:chainmail_chestplate", + "meta166": 15, + "0chance166": 0.0, + "1chance166": 0.0, + "2chance166": 0.025, + "3chance166": 0.0, + "0pair166": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair166": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair166": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair166": "{\n \"left\": 0,\n \"right\": 0\n}", + "name167": "minecraft:chainmail_chestplate", + "meta167": 20, + "0chance167": 0.0, + "1chance167": 0.025, + "2chance167": 0.025, + "3chance167": 0.0, + "0pair167": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair167": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair167": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair167": "{\n \"left\": 0,\n \"right\": 0\n}", + "name168": "minecraft:chainmail_chestplate", + "meta168": 21, + "0chance168": 0.0, + "1chance168": 0.025, + "2chance168": 0.025, + "3chance168": 0.0, + "0pair168": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair168": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair168": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair168": "{\n \"left\": 0,\n \"right\": 0\n}", + "name169": "minecraft:chainmail_chestplate", + "meta169": 23, + "0chance169": 0.05, + "1chance169": 0.0, + "2chance169": 0.0, + "3chance169": 0.025, + "0pair169": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair169": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair169": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair169": "{\n \"left\": 0,\n \"right\": 1\n}", + "name170": "minecraft:chainmail_chestplate", + "meta170": 24, + "0chance170": 0.0, + "1chance170": 0.0, + "2chance170": 0.0, + "3chance170": 0.025, + "0pair170": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair170": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair170": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair170": "{\n \"left\": 0,\n \"right\": 1\n}", + "name171": "minecraft:chainmail_chestplate", + "meta171": 26, + "0chance171": 0.0, + "1chance171": 0.0, + "2chance171": 0.025, + "3chance171": 0.025, + "0pair171": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair171": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair171": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair171": "{\n \"left\": 0,\n \"right\": 0\n}", + "name172": "minecraft:chainmail_chestplate", + "meta172": 28, + "0chance172": 0.025, + "1chance172": 0.025, + "2chance172": 0.0, + "3chance172": 0.025, + "0pair172": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair172": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair172": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair172": "{\n \"left\": 0,\n \"right\": 1\n}", + "name173": "minecraft:chainmail_chestplate", + "meta173": 29, + "0chance173": 0.025, + "1chance173": 0.0, + "2chance173": 0.0, + "3chance173": 0.0, + "0pair173": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair173": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair173": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair173": "{\n \"left\": 0,\n \"right\": 0\n}", + "name174": "minecraft:chainmail_chestplate", + "meta174": 30, + "0chance174": 0.0, + "1chance174": 0.0, + "2chance174": 0.0, + "3chance174": 0.025, + "0pair174": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair174": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair174": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair174": "{\n \"left\": 0,\n \"right\": 1\n}", + "name175": "minecraft:chainmail_chestplate", + "meta175": 31, + "0chance175": 0.025, + "1chance175": 0.0, + "2chance175": 0.025, + "3chance175": 0.025, + "0pair175": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair175": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair175": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair175": "{\n \"left\": 0,\n \"right\": 0\n}", + "name176": "minecraft:chainmail_chestplate", + "meta176": 32, + "0chance176": 0.025, + "1chance176": 0.025, + "2chance176": 0.025, + "3chance176": 0.075, + "0pair176": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair176": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair176": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair176": "{\n \"left\": 0,\n \"right\": 1\n}", + "name177": "minecraft:chainmail_chestplate", + "meta177": 33, + "0chance177": 0.0, + "1chance177": 0.0, + "2chance177": 0.0, + "3chance177": 0.025, + "0pair177": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair177": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair177": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair177": "{\n \"left\": 0,\n \"right\": 1\n}", + "name178": "minecraft:chainmail_chestplate", + "meta178": 34, + "0chance178": 0.0, + "1chance178": 0.0, + "2chance178": 0.025, + "3chance178": 0.0, + "0pair178": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair178": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair178": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair178": "{\n \"left\": 0,\n \"right\": 0\n}", + "name179": "minecraft:chainmail_chestplate", + "meta179": 37, + "0chance179": 0.0, + "1chance179": 0.0, + "2chance179": 0.025, + "3chance179": 0.0, + "0pair179": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair179": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair179": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair179": "{\n \"left\": 0,\n \"right\": 0\n}", + "name180": "minecraft:chainmail_chestplate", + "meta180": 39, + "0chance180": 0.0, + "1chance180": 0.0, + "2chance180": 0.0, + "3chance180": 0.025, + "0pair180": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair180": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair180": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair180": "{\n \"left\": 0,\n \"right\": 1\n}", + "name181": "minecraft:chainmail_chestplate", + "meta181": 40, + "0chance181": 0.0, + "1chance181": 0.0, + "2chance181": 0.025, + "3chance181": 0.0, + "0pair181": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair181": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair181": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair181": "{\n \"left\": 0,\n \"right\": 0\n}", + "name182": "minecraft:chainmail_leggings", + "meta182": 0, + "0chance182": 0.025, + "1chance182": 0.025, + "2chance182": 0.0, + "3chance182": 0.0, + "0pair182": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair182": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair182": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair182": "{\n \"left\": 0,\n \"right\": 0\n}", + "name183": "minecraft:chainmail_leggings", + "meta183": 1, + "0chance183": 0.05, + "1chance183": 0.0, + "2chance183": 0.0, + "3chance183": 0.0, + "0pair183": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair183": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair183": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair183": "{\n \"left\": 0,\n \"right\": 0\n}", + "name184": "minecraft:chainmail_leggings", + "meta184": 2, + "0chance184": 0.0, + "1chance184": 0.0, + "2chance184": 0.05, + "3chance184": 0.0, + "0pair184": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair184": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair184": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair184": "{\n \"left\": 0,\n \"right\": 0\n}", + "name185": "minecraft:chainmail_leggings", + "meta185": 4, + "0chance185": 0.025, + "1chance185": 0.0, + "2chance185": 0.0, + "3chance185": 0.0, + "0pair185": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair185": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair185": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair185": "{\n \"left\": 0,\n \"right\": 0\n}", + "name186": "minecraft:chainmail_leggings", + "meta186": 5, + "0chance186": 0.025, + "1chance186": 0.0, + "2chance186": 0.0, + "3chance186": 0.0, + "0pair186": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair186": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair186": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair186": "{\n \"left\": 0,\n \"right\": 0\n}", + "name187": "minecraft:chainmail_leggings", + "meta187": 6, + "0chance187": 0.0, + "1chance187": 0.025, + "2chance187": 0.0, + "3chance187": 0.0, + "0pair187": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair187": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair187": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair187": "{\n \"left\": 0,\n \"right\": 0\n}", + "name188": "minecraft:chainmail_leggings", + "meta188": 7, + "0chance188": 0.025, + "1chance188": 0.0, + "2chance188": 0.0, + "3chance188": 0.025, + "0pair188": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair188": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair188": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair188": "{\n \"left\": 0,\n \"right\": 0\n}", + "name189": "minecraft:chainmail_leggings", + "meta189": 8, + "0chance189": 0.0, + "1chance189": 0.05, + "2chance189": 0.0, + "3chance189": 0.025, + "0pair189": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair189": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair189": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair189": "{\n \"left\": 0,\n \"right\": 0\n}", + "name190": "minecraft:chainmail_leggings", + "meta190": 9, + "0chance190": 0.0, + "1chance190": 0.025, + "2chance190": 0.0, + "3chance190": 0.0, + "0pair190": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair190": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair190": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair190": "{\n \"left\": 0,\n \"right\": 0\n}", + "name191": "minecraft:chainmail_leggings", + "meta191": 11, + "0chance191": 0.0, + "1chance191": 0.0, + "2chance191": 0.025, + "3chance191": 0.0, + "0pair191": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair191": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair191": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair191": "{\n \"left\": 0,\n \"right\": 0\n}", + "name192": "minecraft:chainmail_leggings", + "meta192": 12, + "0chance192": 0.0, + "1chance192": 0.025, + "2chance192": 0.0, + "3chance192": 0.025, + "0pair192": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair192": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair192": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair192": "{\n \"left\": 0,\n \"right\": 0\n}", + "name193": "minecraft:chainmail_leggings", + "meta193": 13, + "0chance193": 0.0, + "1chance193": 0.0, + "2chance193": 0.025, + "3chance193": 0.025, + "0pair193": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair193": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair193": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair193": "{\n \"left\": 0,\n \"right\": 1\n}", + "name194": "minecraft:chainmail_leggings", + "meta194": 14, + "0chance194": 0.0, + "1chance194": 0.0, + "2chance194": 0.025, + "3chance194": 0.0, + "0pair194": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair194": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair194": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair194": "{\n \"left\": 0,\n \"right\": 0\n}", + "name195": "minecraft:chainmail_leggings", + "meta195": 15, + "0chance195": 0.0, + "1chance195": 0.0, + "2chance195": 0.075, + "3chance195": 0.025, + "0pair195": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair195": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair195": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair195": "{\n \"left\": 0,\n \"right\": 0\n}", + "name196": "minecraft:chainmail_leggings", + "meta196": 17, + "0chance196": 0.0, + "1chance196": 0.0, + "2chance196": 0.05, + "3chance196": 0.0, + "0pair196": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair196": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair196": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair196": "{\n \"left\": 0,\n \"right\": 0\n}", + "name197": "minecraft:chainmail_leggings", + "meta197": 18, + "0chance197": 0.0, + "1chance197": 0.0, + "2chance197": 0.0, + "3chance197": 0.025, + "0pair197": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair197": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair197": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair197": "{\n \"left\": 0,\n \"right\": 1\n}", + "name198": "minecraft:chainmail_leggings", + "meta198": 19, + "0chance198": 0.025, + "1chance198": 0.0, + "2chance198": 0.0, + "3chance198": 0.0, + "0pair198": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair198": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair198": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair198": "{\n \"left\": 0,\n \"right\": 0\n}", + "name199": "minecraft:chainmail_leggings", + "meta199": 20, + "0chance199": 0.025, + "1chance199": 0.025, + "2chance199": 0.0, + "3chance199": 0.0, + "0pair199": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair199": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair199": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair199": "{\n \"left\": 0,\n \"right\": 0\n}", + "name200": "minecraft:chainmail_leggings", + "meta200": 21, + "0chance200": 0.05, + "1chance200": 0.0, + "2chance200": 0.0, + "3chance200": 0.025, + "0pair200": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair200": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair200": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair200": "{\n \"left\": 0,\n \"right\": 1\n}", + "name201": "minecraft:chainmail_leggings", + "meta201": 22, + "0chance201": 0.025, + "1chance201": 0.0, + "2chance201": 0.025, + "3chance201": 0.0, + "0pair201": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair201": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair201": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair201": "{\n \"left\": 0,\n \"right\": 0\n}", + "name202": "minecraft:chainmail_leggings", + "meta202": 23, + "0chance202": 0.05, + "1chance202": 0.0, + "2chance202": 0.0, + "3chance202": 0.025, + "0pair202": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair202": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair202": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair202": "{\n \"left\": 0,\n \"right\": 0\n}", + "name203": "minecraft:chainmail_leggings", + "meta203": 24, + "0chance203": 0.025, + "1chance203": 0.0, + "2chance203": 0.05, + "3chance203": 0.0, + "0pair203": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair203": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair203": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair203": "{\n \"left\": 0,\n \"right\": 0\n}", + "name204": "minecraft:chainmail_leggings", + "meta204": 27, + "0chance204": 0.0, + "1chance204": 0.025, + "2chance204": 0.05, + "3chance204": 0.025, + "0pair204": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair204": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair204": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair204": "{\n \"left\": 0,\n \"right\": 0\n}", + "name205": "minecraft:chainmail_leggings", + "meta205": 28, + "0chance205": 0.025, + "1chance205": 0.0, + "2chance205": 0.0, + "3chance205": 0.0, + "0pair205": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair205": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair205": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair205": "{\n \"left\": 0,\n \"right\": 0\n}", + "name206": "minecraft:chainmail_leggings", + "meta206": 29, + "0chance206": 0.0, + "1chance206": 0.0, + "2chance206": 0.025, + "3chance206": 0.0, + "0pair206": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair206": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair206": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair206": "{\n \"left\": 0,\n \"right\": 0\n}", + "name207": "minecraft:chainmail_leggings", + "meta207": 32, + "0chance207": 0.0, + "1chance207": 0.05, + "2chance207": 0.0, + "3chance207": 0.0, + "0pair207": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair207": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair207": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair207": "{\n \"left\": 0,\n \"right\": 0\n}", + "name208": "minecraft:chainmail_leggings", + "meta208": 33, + "0chance208": 0.0, + "1chance208": 0.025, + "2chance208": 0.0, + "3chance208": 0.025, + "0pair208": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair208": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair208": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair208": "{\n \"left\": 0,\n \"right\": 1\n}", + "name209": "minecraft:chainmail_leggings", + "meta209": 34, + "0chance209": 0.0, + "1chance209": 0.0, + "2chance209": 0.0, + "3chance209": 0.025, + "0pair209": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair209": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair209": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair209": "{\n \"left\": 0,\n \"right\": 1\n}", + "name210": "minecraft:chainmail_leggings", + "meta210": 35, + "0chance210": 0.025, + "1chance210": 0.0, + "2chance210": 0.025, + "3chance210": 0.025, + "0pair210": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair210": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair210": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair210": "{\n \"left\": 0,\n \"right\": 0\n}", + "name211": "minecraft:chainmail_boots", + "meta211": 0, + "0chance211": 0.0, + "1chance211": 0.025, + "2chance211": 0.0, + "3chance211": 0.025, + "0pair211": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair211": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair211": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair211": "{\n \"left\": 0,\n \"right\": 0\n}", + "name212": "minecraft:chainmail_boots", + "meta212": 3, + "0chance212": 0.05, + "1chance212": 0.0, + "2chance212": 0.025, + "3chance212": 0.0, + "0pair212": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair212": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair212": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair212": "{\n \"left\": 0,\n \"right\": 0\n}", + "name213": "minecraft:chainmail_boots", + "meta213": 4, + "0chance213": 0.025, + "1chance213": 0.0, + "2chance213": 0.0, + "3chance213": 0.025, + "0pair213": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair213": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair213": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair213": "{\n \"left\": 0,\n \"right\": 1\n}", + "name214": "minecraft:chainmail_boots", + "meta214": 5, + "0chance214": 0.025, + "1chance214": 0.0, + "2chance214": 0.0, + "3chance214": 0.025, + "0pair214": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair214": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair214": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair214": "{\n \"left\": 0,\n \"right\": 0\n}", + "name215": "minecraft:chainmail_boots", + "meta215": 6, + "0chance215": 0.025, + "1chance215": 0.0, + "2chance215": 0.0, + "3chance215": 0.0, + "0pair215": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair215": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair215": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair215": "{\n \"left\": 0,\n \"right\": 0\n}", + "name216": "minecraft:chainmail_boots", + "meta216": 7, + "0chance216": 0.025, + "1chance216": 0.025, + "2chance216": 0.0, + "3chance216": 0.0, + "0pair216": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair216": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair216": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair216": "{\n \"left\": 0,\n \"right\": 0\n}", + "name217": "minecraft:chainmail_boots", + "meta217": 8, + "0chance217": 0.0, + "1chance217": 0.025, + "2chance217": 0.025, + "3chance217": 0.025, + "0pair217": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair217": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair217": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair217": "{\n \"left\": 0,\n \"right\": 1\n}", + "name218": "minecraft:chainmail_boots", + "meta218": 10, + "0chance218": 0.0, + "1chance218": 0.025, + "2chance218": 0.025, + "3chance218": 0.025, + "0pair218": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair218": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair218": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair218": "{\n \"left\": 0,\n \"right\": 1\n}", + "name219": "minecraft:chainmail_boots", + "meta219": 11, + "0chance219": 0.0, + "1chance219": 0.0, + "2chance219": 0.025, + "3chance219": 0.0, + "0pair219": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair219": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair219": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair219": "{\n \"left\": 0,\n \"right\": 0\n}", + "name220": "minecraft:chainmail_boots", + "meta220": 12, + "0chance220": 0.025, + "1chance220": 0.0, + "2chance220": 0.0, + "3chance220": 0.025, + "0pair220": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair220": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair220": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair220": "{\n \"left\": 0,\n \"right\": 1\n}", + "name221": "minecraft:chainmail_boots", + "meta221": 13, + "0chance221": 0.025, + "1chance221": 0.0, + "2chance221": 0.05, + "3chance221": 0.025, + "0pair221": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair221": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair221": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair221": "{\n \"left\": 0,\n \"right\": 0\n}", + "name222": "minecraft:chainmail_boots", + "meta222": 14, + "0chance222": 0.025, + "1chance222": 0.0, + "2chance222": 0.0, + "3chance222": 0.0, + "0pair222": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair222": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair222": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair222": "{\n \"left\": 0,\n \"right\": 0\n}", + "name223": "minecraft:chainmail_boots", + "meta223": 15, + "0chance223": 0.0, + "1chance223": 0.0, + "2chance223": 0.025, + "3chance223": 0.05, + "0pair223": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair223": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair223": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair223": "{\n \"left\": 0,\n \"right\": 1\n}", + "name224": "minecraft:chainmail_boots", + "meta224": 16, + "0chance224": 0.0, + "1chance224": 0.025, + "2chance224": 0.025, + "3chance224": 0.025, + "0pair224": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair224": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair224": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair224": "{\n \"left\": 0,\n \"right\": 0\n}", + "name225": "minecraft:chainmail_boots", + "meta225": 18, + "0chance225": 0.05, + "1chance225": 0.0, + "2chance225": 0.0, + "3chance225": 0.0, + "0pair225": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair225": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair225": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair225": "{\n \"left\": 0,\n \"right\": 0\n}", + "name226": "minecraft:chainmail_boots", + "meta226": 19, + "0chance226": 0.025, + "1chance226": 0.0, + "2chance226": 0.0, + "3chance226": 0.025, + "0pair226": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair226": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair226": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair226": "{\n \"left\": 0,\n \"right\": 0\n}", + "name227": "minecraft:chainmail_boots", + "meta227": 20, + "0chance227": 0.0, + "1chance227": 0.025, + "2chance227": 0.0, + "3chance227": 0.0, + "0pair227": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair227": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair227": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair227": "{\n \"left\": 0,\n \"right\": 0\n}", + "name228": "minecraft:chainmail_boots", + "meta228": 21, + "0chance228": 0.025, + "1chance228": 0.0, + "2chance228": 0.0, + "3chance228": 0.0, + "0pair228": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair228": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair228": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair228": "{\n \"left\": 0,\n \"right\": 0\n}", + "name229": "minecraft:chainmail_boots", + "meta229": 23, + "0chance229": 0.025, + "1chance229": 0.025, + "2chance229": 0.0, + "3chance229": 0.05, + "0pair229": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair229": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair229": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair229": "{\n \"left\": 0,\n \"right\": 0\n}", + "name230": "minecraft:chainmail_boots", + "meta230": 24, + "0chance230": 0.0, + "1chance230": 0.0, + "2chance230": 0.025, + "3chance230": 0.025, + "0pair230": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair230": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair230": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair230": "{\n \"left\": 0,\n \"right\": 1\n}", + "name231": "minecraft:chainmail_boots", + "meta231": 25, + "0chance231": 0.0, + "1chance231": 0.05, + "2chance231": 0.0, + "3chance231": 0.0, + "0pair231": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair231": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair231": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair231": "{\n \"left\": 0,\n \"right\": 0\n}", + "name232": "minecraft:chainmail_boots", + "meta232": 26, + "0chance232": 0.0, + "1chance232": 0.025, + "2chance232": 0.0, + "3chance232": 0.0, + "0pair232": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair232": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair232": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair232": "{\n \"left\": 0,\n \"right\": 0\n}", + "name233": "minecraft:chainmail_boots", + "meta233": 27, + "0chance233": 0.0, + "1chance233": 0.025, + "2chance233": 0.0, + "3chance233": 0.0, + "0pair233": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair233": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair233": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair233": "{\n \"left\": 0,\n \"right\": 0\n}", + "name234": "minecraft:chainmail_boots", + "meta234": 28, + "0chance234": 0.025, + "1chance234": 0.0, + "2chance234": 0.0, + "3chance234": 0.0, + "0pair234": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair234": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair234": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair234": "{\n \"left\": 0,\n \"right\": 0\n}", + "name235": "minecraft:chainmail_boots", + "meta235": 29, + "0chance235": 0.025, + "1chance235": 0.0, + "2chance235": 0.0, + "3chance235": 0.0, + "0pair235": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair235": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair235": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair235": "{\n \"left\": 0,\n \"right\": 0\n}", + "name236": "minecraft:chainmail_boots", + "meta236": 30, + "0chance236": 0.0, + "1chance236": 0.0, + "2chance236": 0.0, + "3chance236": 0.025, + "0pair236": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair236": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair236": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair236": "{\n \"left\": 0,\n \"right\": 1\n}", + "name237": "minecraft:chainmail_boots", + "meta237": 31, + "0chance237": 0.025, + "1chance237": 0.0, + "2chance237": 0.025, + "3chance237": 0.0, + "0pair237": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair237": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair237": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair237": "{\n \"left\": 0,\n \"right\": 0\n}", + "name238": "minecraft:iron_helmet", + "meta238": 1, + "0chance238": 0.025, + "1chance238": 0.0, + "2chance238": 0.0, + "3chance238": 0.0, + "0pair238": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair238": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair238": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair238": "{\n \"left\": 0,\n \"right\": 0\n}", + "name239": "minecraft:iron_helmet", + "meta239": 4, + "0chance239": 0.0, + "1chance239": 0.0, + "2chance239": 0.05, + "3chance239": 0.0, + "0pair239": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair239": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair239": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair239": "{\n \"left\": 0,\n \"right\": 0\n}", + "name240": "minecraft:iron_helmet", + "meta240": 6, + "0chance240": 0.0, + "1chance240": 0.0, + "2chance240": 0.025, + "3chance240": 0.0, + "0pair240": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair240": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair240": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair240": "{\n \"left\": 0,\n \"right\": 0\n}", + "name241": "minecraft:iron_helmet", + "meta241": 9, + "0chance241": 0.025, + "1chance241": 0.05, + "2chance241": 0.0, + "3chance241": 0.0, + "0pair241": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair241": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair241": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair241": "{\n \"left\": 0,\n \"right\": 0\n}", + "name242": "minecraft:iron_helmet", + "meta242": 16, + "0chance242": 0.0, + "1chance242": 0.0, + "2chance242": 0.025, + "3chance242": 0.0, + "0pair242": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair242": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair242": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair242": "{\n \"left\": 0,\n \"right\": 0\n}", + "name243": "minecraft:iron_helmet", + "meta243": 19, + "0chance243": 0.0, + "1chance243": 0.0, + "2chance243": 0.025, + "3chance243": 0.0, + "0pair243": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair243": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair243": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair243": "{\n \"left\": 0,\n \"right\": 0\n}", + "name244": "minecraft:iron_helmet", + "meta244": 21, + "0chance244": 0.025, + "1chance244": 0.0, + "2chance244": 0.025, + "3chance244": 0.0, + "0pair244": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair244": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair244": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair244": "{\n \"left\": 0,\n \"right\": 0\n}", + "name245": "minecraft:iron_chestplate", + "meta245": 6, + "0chance245": 0.0, + "1chance245": 0.0, + "2chance245": 0.025, + "3chance245": 0.0, + "0pair245": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair245": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair245": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair245": "{\n \"left\": 0,\n \"right\": 0\n}", + "name246": "minecraft:iron_chestplate", + "meta246": 7, + "0chance246": 0.0, + "1chance246": 0.0, + "2chance246": 0.025, + "3chance246": 0.0, + "0pair246": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair246": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair246": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair246": "{\n \"left\": 0,\n \"right\": 0\n}", + "name247": "minecraft:iron_chestplate", + "meta247": 12, + "0chance247": 0.0, + "1chance247": 0.0, + "2chance247": 0.0, + "3chance247": 0.025, + "0pair247": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair247": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair247": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair247": "{\n \"left\": 0,\n \"right\": 1\n}", + "name248": "minecraft:iron_chestplate", + "meta248": 16, + "0chance248": 0.0, + "1chance248": 0.025, + "2chance248": 0.0, + "3chance248": 0.0, + "0pair248": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair248": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair248": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair248": "{\n \"left\": 0,\n \"right\": 0\n}", + "name249": "minecraft:iron_chestplate", + "meta249": 19, + "0chance249": 0.0, + "1chance249": 0.0, + "2chance249": 0.025, + "3chance249": 0.0, + "0pair249": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair249": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair249": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair249": "{\n \"left\": 0,\n \"right\": 0\n}", + "name250": "minecraft:iron_chestplate", + "meta250": 20, + "0chance250": 0.0, + "1chance250": 0.0, + "2chance250": 0.0, + "3chance250": 0.025, + "0pair250": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair250": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair250": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair250": "{\n \"left\": 0,\n \"right\": 1\n}", + "name251": "minecraft:iron_chestplate", + "meta251": 22, + "0chance251": 0.0, + "1chance251": 0.0, + "2chance251": 0.0, + "3chance251": 0.025, + "0pair251": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair251": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair251": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair251": "{\n \"left\": 0,\n \"right\": 1\n}", + "name252": "minecraft:iron_chestplate", + "meta252": 24, + "0chance252": 0.025, + "1chance252": 0.0, + "2chance252": 0.0, + "3chance252": 0.0, + "0pair252": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair252": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair252": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair252": "{\n \"left\": 0,\n \"right\": 0\n}", + "name253": "minecraft:iron_chestplate", + "meta253": 26, + "0chance253": 0.0, + "1chance253": 0.0, + "2chance253": 0.025, + "3chance253": 0.0, + "0pair253": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair253": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair253": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair253": "{\n \"left\": 0,\n \"right\": 0\n}", + "name254": "minecraft:iron_chestplate", + "meta254": 27, + "0chance254": 0.05, + "1chance254": 0.0, + "2chance254": 0.0, + "3chance254": 0.0, + "0pair254": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair254": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair254": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair254": "{\n \"left\": 0,\n \"right\": 0\n}", + "name255": "minecraft:iron_chestplate", + "meta255": 33, + "0chance255": 0.025, + "1chance255": 0.0, + "2chance255": 0.0, + "3chance255": 0.0, + "0pair255": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair255": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair255": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair255": "{\n \"left\": 0,\n \"right\": 0\n}", + "name256": "minecraft:iron_chestplate", + "meta256": 36, + "0chance256": 0.025, + "1chance256": 0.0, + "2chance256": 0.0, + "3chance256": 0.0, + "0pair256": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair256": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair256": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair256": "{\n \"left\": 0,\n \"right\": 0\n}", + "name257": "minecraft:iron_chestplate", + "meta257": 38, + "0chance257": 0.0, + "1chance257": 0.0, + "2chance257": 0.025, + "3chance257": 0.0, + "0pair257": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair257": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair257": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair257": "{\n \"left\": 0,\n \"right\": 0\n}", + "name258": "minecraft:iron_chestplate", + "meta258": 39, + "0chance258": 0.0, + "1chance258": 0.025, + "2chance258": 0.0, + "3chance258": 0.0, + "0pair258": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair258": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair258": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair258": "{\n \"left\": 0,\n \"right\": 0\n}", + "name259": "minecraft:iron_leggings", + "meta259": 1, + "0chance259": 0.0, + "1chance259": 0.025, + "2chance259": 0.0, + "3chance259": 0.0, + "0pair259": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair259": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair259": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair259": "{\n \"left\": 0,\n \"right\": 0\n}", + "name260": "minecraft:iron_leggings", + "meta260": 4, + "0chance260": 0.0, + "1chance260": 0.025, + "2chance260": 0.025, + "3chance260": 0.0, + "0pair260": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair260": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair260": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair260": "{\n \"left\": 0,\n \"right\": 0\n}", + "name261": "minecraft:iron_leggings", + "meta261": 5, + "0chance261": 0.0, + "1chance261": 0.0, + "2chance261": 0.0, + "3chance261": 0.025, + "0pair261": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair261": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair261": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair261": "{\n \"left\": 0,\n \"right\": 1\n}", + "name262": "minecraft:iron_leggings", + "meta262": 7, + "0chance262": 0.0, + "1chance262": 0.025, + "2chance262": 0.025, + "3chance262": 0.0, + "0pair262": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair262": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair262": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair262": "{\n \"left\": 0,\n \"right\": 0\n}", + "name263": "minecraft:iron_leggings", + "meta263": 12, + "0chance263": 0.0, + "1chance263": 0.0, + "2chance263": 0.025, + "3chance263": 0.0, + "0pair263": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair263": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair263": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair263": "{\n \"left\": 0,\n \"right\": 0\n}", + "name264": "minecraft:iron_leggings", + "meta264": 13, + "0chance264": 0.0, + "1chance264": 0.0, + "2chance264": 0.025, + "3chance264": 0.0, + "0pair264": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair264": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair264": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair264": "{\n \"left\": 0,\n \"right\": 0\n}", + "name265": "minecraft:iron_leggings", + "meta265": 15, + "0chance265": 0.0, + "1chance265": 0.0, + "2chance265": 0.0, + "3chance265": 0.025, + "0pair265": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair265": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair265": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair265": "{\n \"left\": 0,\n \"right\": 1\n}", + "name266": "minecraft:iron_leggings", + "meta266": 16, + "0chance266": 0.0, + "1chance266": 0.0, + "2chance266": 0.0, + "3chance266": 0.025, + "0pair266": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair266": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair266": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair266": "{\n \"left\": 0,\n \"right\": 1\n}", + "name267": "minecraft:iron_leggings", + "meta267": 17, + "0chance267": 0.0, + "1chance267": 0.0, + "2chance267": 0.0, + "3chance267": 0.025, + "0pair267": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair267": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair267": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair267": "{\n \"left\": 0,\n \"right\": 1\n}", + "name268": "minecraft:iron_leggings", + "meta268": 19, + "0chance268": 0.025, + "1chance268": 0.0, + "2chance268": 0.0, + "3chance268": 0.0, + "0pair268": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair268": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair268": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair268": "{\n \"left\": 0,\n \"right\": 0\n}", + "name269": "minecraft:iron_leggings", + "meta269": 20, + "0chance269": 0.0, + "1chance269": 0.025, + "2chance269": 0.025, + "3chance269": 0.0, + "0pair269": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair269": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair269": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair269": "{\n \"left\": 0,\n \"right\": 0\n}", + "name270": "minecraft:iron_leggings", + "meta270": 24, + "0chance270": 0.0, + "1chance270": 0.0, + "2chance270": 0.025, + "3chance270": 0.0, + "0pair270": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair270": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair270": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair270": "{\n \"left\": 0,\n \"right\": 0\n}", + "name271": "minecraft:iron_leggings", + "meta271": 25, + "0chance271": 0.0, + "1chance271": 0.0, + "2chance271": 0.025, + "3chance271": 0.025, + "0pair271": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair271": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair271": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair271": "{\n \"left\": 0,\n \"right\": 0\n}", + "name272": "minecraft:iron_leggings", + "meta272": 31, + "0chance272": 0.0, + "1chance272": 0.025, + "2chance272": 0.0, + "3chance272": 0.0, + "0pair272": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair272": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair272": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair272": "{\n \"left\": 0,\n \"right\": 0\n}", + "name273": "minecraft:iron_leggings", + "meta273": 32, + "0chance273": 0.0, + "1chance273": 0.0, + "2chance273": 0.0, + "3chance273": 0.025, + "0pair273": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair273": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair273": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair273": "{\n \"left\": 0,\n \"right\": 1\n}", + "name274": "minecraft:iron_leggings", + "meta274": 34, + "0chance274": 0.025, + "1chance274": 0.0, + "2chance274": 0.0, + "3chance274": 0.0, + "0pair274": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair274": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair274": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair274": "{\n \"left\": 0,\n \"right\": 0\n}", + "name275": "minecraft:iron_leggings", + "meta275": 35, + "0chance275": 0.025, + "1chance275": 0.0, + "2chance275": 0.0, + "3chance275": 0.0, + "0pair275": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair275": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair275": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair275": "{\n \"left\": 0,\n \"right\": 0\n}", + "name276": "minecraft:iron_boots", + "meta276": 2, + "0chance276": 0.0, + "1chance276": 0.025, + "2chance276": 0.0, + "3chance276": 0.025, + "0pair276": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair276": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair276": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair276": "{\n \"left\": 0,\n \"right\": 0\n}", + "name277": "minecraft:iron_boots", + "meta277": 3, + "0chance277": 0.0, + "1chance277": 0.025, + "2chance277": 0.0, + "3chance277": 0.0, + "0pair277": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair277": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair277": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair277": "{\n \"left\": 0,\n \"right\": 0\n}", + "name278": "minecraft:iron_boots", + "meta278": 4, + "0chance278": 0.0, + "1chance278": 0.025, + "2chance278": 0.0, + "3chance278": 0.0, + "0pair278": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair278": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair278": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair278": "{\n \"left\": 0,\n \"right\": 0\n}", + "name279": "minecraft:iron_boots", + "meta279": 7, + "0chance279": 0.025, + "1chance279": 0.0, + "2chance279": 0.025, + "3chance279": 0.0, + "0pair279": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair279": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair279": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair279": "{\n \"left\": 0,\n \"right\": 0\n}", + "name280": "minecraft:iron_boots", + "meta280": 9, + "0chance280": 0.0, + "1chance280": 0.0, + "2chance280": 0.0, + "3chance280": 0.025, + "0pair280": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair280": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair280": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair280": "{\n \"left\": 0,\n \"right\": 1\n}", + "name281": "minecraft:iron_boots", + "meta281": 17, + "0chance281": 0.0, + "1chance281": 0.0, + "2chance281": 0.0, + "3chance281": 0.025, + "0pair281": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair281": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair281": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair281": "{\n \"left\": 0,\n \"right\": 1\n}", + "name282": "minecraft:iron_boots", + "meta282": 21, + "0chance282": 0.0, + "1chance282": 0.0, + "2chance282": 0.0, + "3chance282": 0.05, + "0pair282": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair282": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair282": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair282": "{\n \"left\": 0,\n \"right\": 1\n}", + "name283": "minecraft:iron_boots", + "meta283": 26, + "0chance283": 0.025, + "1chance283": 0.0, + "2chance283": 0.0, + "3chance283": 0.0, + "0pair283": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair283": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair283": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair283": "{\n \"left\": 0,\n \"right\": 0\n}", + "name284": "minecraft:iron_boots", + "meta284": 28, + "0chance284": 0.025, + "1chance284": 0.0, + "2chance284": 0.0, + "3chance284": 0.0, + "0pair284": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair284": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair284": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair284": "{\n \"left\": 0,\n \"right\": 0\n}", + "name285": "minecraft:iron_boots", + "meta285": 30, + "0chance285": 0.025, + "1chance285": 0.0, + "2chance285": 0.0, + "3chance285": 0.0, + "0pair285": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair285": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair285": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair285": "{\n \"left\": 0,\n \"right\": 0\n}", + "name286": "minecraft:iron_boots", + "meta286": 31, + "0chance286": 0.0, + "1chance286": 0.025, + "2chance286": 0.0, + "3chance286": 0.0, + "0pair286": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair286": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair286": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair286": "{\n \"left\": 0,\n \"right\": 0\n}", + "name287": "minecraft:iron_boots", + "meta287": 32, + "0chance287": 0.0, + "1chance287": 0.0, + "2chance287": 0.025, + "3chance287": 0.0, + "0pair287": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair287": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair287": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair287": "{\n \"left\": 0,\n \"right\": 0\n}", + "name288": "minecraft:diamond_boots", + "meta288": 48, + "0chance288": 0.0, + "1chance288": 0.025, + "2chance288": 0.0, + "3chance288": 0.0, + "0pair288": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair288": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair288": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair288": "{\n \"left\": 0,\n \"right\": 0\n}", + "name289": "minecraft:golden_helmet", + "meta289": 0, + "0chance289": 0.025, + "1chance289": 0.025, + "2chance289": 0.075, + "3chance289": 0.05, + "0pair289": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair289": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair289": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair289": "{\n \"left\": 0,\n \"right\": 1\n}", + "name290": "minecraft:golden_helmet", + "meta290": 1, + "0chance290": 0.05, + "1chance290": 0.075, + "2chance290": 0.075, + "3chance290": 0.025, + "0pair290": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair290": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair290": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair290": "{\n \"left\": 0,\n \"right\": 0\n}", + "name291": "minecraft:golden_helmet", + "meta291": 2, + "0chance291": 0.05, + "1chance291": 0.075, + "2chance291": 0.075, + "3chance291": 0.05, + "0pair291": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair291": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair291": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair291": "{\n \"left\": 0,\n \"right\": 1\n}", + "name292": "minecraft:golden_helmet", + "meta292": 3, + "0chance292": 0.05, + "1chance292": 0.05, + "2chance292": 0.05, + "3chance292": 0.05, + "0pair292": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair292": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair292": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair292": "{\n \"left\": 0,\n \"right\": 1\n}", + "name293": "minecraft:golden_helmet", + "meta293": 4, + "0chance293": 0.075, + "1chance293": 0.05, + "2chance293": 0.05, + "3chance293": 0.075, + "0pair293": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair293": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair293": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair293": "{\n \"left\": 0,\n \"right\": 1\n}", + "name294": "minecraft:golden_helmet", + "meta294": 5, + "0chance294": 0.075, + "1chance294": 0.075, + "2chance294": 0.05, + "3chance294": 0.0, + "0pair294": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair294": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair294": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair294": "{\n \"left\": 0,\n \"right\": 0\n}", + "name295": "minecraft:golden_helmet", + "meta295": 6, + "0chance295": 0.05, + "1chance295": 0.0, + "2chance295": 0.05, + "3chance295": 0.05, + "0pair295": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair295": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair295": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair295": "{\n \"left\": 0,\n \"right\": 1\n}", + "name296": "minecraft:golden_helmet", + "meta296": 7, + "0chance296": 0.025, + "1chance296": 0.0, + "2chance296": 0.05, + "3chance296": 0.075, + "0pair296": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair296": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair296": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair296": "{\n \"left\": 0,\n \"right\": 1\n}", + "name297": "minecraft:golden_helmet", + "meta297": 8, + "0chance297": 0.0, + "1chance297": 0.05, + "2chance297": 0.025, + "3chance297": 0.0, + "0pair297": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair297": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair297": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair297": "{\n \"left\": 0,\n \"right\": 0\n}", + "name298": "minecraft:golden_helmet", + "meta298": 9, + "0chance298": 0.0, + "1chance298": 0.05, + "2chance298": 0.1, + "3chance298": 0.1, + "0pair298": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair298": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair298": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair298": "{\n \"left\": 0,\n \"right\": 0\n}", + "name299": "minecraft:golden_helmet", + "meta299": 10, + "0chance299": 0.025, + "1chance299": 0.0, + "2chance299": 0.025, + "3chance299": 0.05, + "0pair299": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair299": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair299": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair299": "{\n \"left\": 0,\n \"right\": 0\n}", + "name300": "minecraft:golden_helmet", + "meta300": 11, + "0chance300": 0.025, + "1chance300": 0.025, + "2chance300": 0.075, + "3chance300": 0.0, + "0pair300": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair300": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair300": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair300": "{\n \"left\": 0,\n \"right\": 0\n}", + "name301": "minecraft:golden_helmet", + "meta301": 12, + "0chance301": 0.025, + "1chance301": 0.025, + "2chance301": 0.05, + "3chance301": 0.05, + "0pair301": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair301": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair301": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair301": "{\n \"left\": 0,\n \"right\": 1\n}", + "name302": "minecraft:golden_chestplate", + "meta302": 0, + "0chance302": 0.025, + "1chance302": 0.05, + "2chance302": 0.0, + "3chance302": 0.0, + "0pair302": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair302": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair302": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair302": "{\n \"left\": 0,\n \"right\": 0\n}", + "name303": "minecraft:golden_chestplate", + "meta303": 1, + "0chance303": 0.05, + "1chance303": 0.05, + "2chance303": 0.025, + "3chance303": 0.05, + "0pair303": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair303": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair303": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair303": "{\n \"left\": 0,\n \"right\": 0\n}", + "name304": "minecraft:golden_chestplate", + "meta304": 2, + "0chance304": 0.05, + "1chance304": 0.0, + "2chance304": 0.05, + "3chance304": 0.025, + "0pair304": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair304": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair304": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair304": "{\n \"left\": 0,\n \"right\": 0\n}", + "name305": "minecraft:golden_chestplate", + "meta305": 3, + "0chance305": 0.025, + "1chance305": 0.025, + "2chance305": 0.0, + "3chance305": 0.0, + "0pair305": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair305": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair305": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair305": "{\n \"left\": 0,\n \"right\": 0\n}", + "name306": "minecraft:golden_chestplate", + "meta306": 4, + "0chance306": 0.025, + "1chance306": 0.025, + "2chance306": 0.05, + "3chance306": 0.0, + "0pair306": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair306": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair306": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair306": "{\n \"left\": 0,\n \"right\": 0\n}", + "name307": "minecraft:golden_chestplate", + "meta307": 5, + "0chance307": 0.025, + "1chance307": 0.05, + "2chance307": 0.075, + "3chance307": 0.025, + "0pair307": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair307": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair307": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair307": "{\n \"left\": 0,\n \"right\": 1\n}", + "name308": "minecraft:golden_chestplate", + "meta308": 6, + "0chance308": 0.025, + "1chance308": 0.025, + "2chance308": 0.05, + "3chance308": 0.05, + "0pair308": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair308": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair308": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair308": "{\n \"left\": 0,\n \"right\": 1\n}", + "name309": "minecraft:golden_chestplate", + "meta309": 7, + "0chance309": 0.0, + "1chance309": 0.025, + "2chance309": 0.075, + "3chance309": 0.025, + "0pair309": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair309": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair309": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair309": "{\n \"left\": 0,\n \"right\": 0\n}", + "name310": "minecraft:golden_chestplate", + "meta310": 8, + "0chance310": 0.0, + "1chance310": 0.05, + "2chance310": 0.05, + "3chance310": 0.025, + "0pair310": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair310": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair310": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair310": "{\n \"left\": 0,\n \"right\": 1\n}", + "name311": "minecraft:golden_chestplate", + "meta311": 9, + "0chance311": 0.025, + "1chance311": 0.0, + "2chance311": 0.1, + "3chance311": 0.05, + "0pair311": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair311": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair311": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair311": "{\n \"left\": 0,\n \"right\": 1\n}", + "name312": "minecraft:golden_chestplate", + "meta312": 10, + "0chance312": 0.05, + "1chance312": 0.0, + "2chance312": 0.05, + "3chance312": 0.05, + "0pair312": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair312": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair312": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair312": "{\n \"left\": 0,\n \"right\": 1\n}", + "name313": "minecraft:golden_chestplate", + "meta313": 11, + "0chance313": 0.05, + "1chance313": 0.0, + "2chance313": 0.025, + "3chance313": 0.025, + "0pair313": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair313": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair313": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair313": "{\n \"left\": 0,\n \"right\": 0\n}", + "name314": "minecraft:golden_chestplate", + "meta314": 12, + "0chance314": 0.075, + "1chance314": 0.0, + "2chance314": 0.05, + "3chance314": 0.025, + "0pair314": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair314": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair314": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair314": "{\n \"left\": 0,\n \"right\": 1\n}", + "name315": "minecraft:golden_chestplate", + "meta315": 13, + "0chance315": 0.025, + "1chance315": 0.05, + "2chance315": 0.025, + "3chance315": 0.0, + "0pair315": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair315": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair315": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair315": "{\n \"left\": 0,\n \"right\": 0\n}", + "name316": "minecraft:golden_chestplate", + "meta316": 14, + "0chance316": 0.05, + "1chance316": 0.0, + "2chance316": 0.0, + "3chance316": 0.05, + "0pair316": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair316": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair316": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair316": "{\n \"left\": 0,\n \"right\": 0\n}", + "name317": "minecraft:golden_chestplate", + "meta317": 15, + "0chance317": 0.05, + "1chance317": 0.0, + "2chance317": 0.0, + "3chance317": 0.025, + "0pair317": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair317": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair317": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair317": "{\n \"left\": 0,\n \"right\": 1\n}", + "name318": "minecraft:golden_chestplate", + "meta318": 16, + "0chance318": 0.15, + "1chance318": 0.025, + "2chance318": 0.0, + "3chance318": 0.025, + "0pair318": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair318": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair318": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair318": "{\n \"left\": 0,\n \"right\": 0\n}", + "name319": "minecraft:golden_chestplate", + "meta319": 17, + "0chance319": 0.0, + "1chance319": 0.0, + "2chance319": 0.025, + "3chance319": 0.025, + "0pair319": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair319": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair319": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair319": "{\n \"left\": 0,\n \"right\": 1\n}", + "name320": "minecraft:golden_chestplate", + "meta320": 18, + "0chance320": 0.025, + "1chance320": 0.025, + "2chance320": 0.025, + "3chance320": 0.025, + "0pair320": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair320": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair320": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair320": "{\n \"left\": 0,\n \"right\": 0\n}", + "name321": "minecraft:golden_leggings", + "meta321": 0, + "0chance321": 0.0, + "1chance321": 0.05, + "2chance321": 0.025, + "3chance321": 0.05, + "0pair321": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair321": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair321": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair321": "{\n \"left\": 0,\n \"right\": 1\n}", + "name322": "minecraft:golden_leggings", + "meta322": 1, + "0chance322": 0.0, + "1chance322": 0.05, + "2chance322": 0.0, + "3chance322": 0.025, + "0pair322": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair322": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair322": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair322": "{\n \"left\": 0,\n \"right\": 1\n}", + "name323": "minecraft:golden_leggings", + "meta323": 2, + "0chance323": 0.075, + "1chance323": 0.05, + "2chance323": 0.05, + "3chance323": 0.05, + "0pair323": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair323": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair323": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair323": "{\n \"left\": 0,\n \"right\": 1\n}", + "name324": "minecraft:golden_leggings", + "meta324": 3, + "0chance324": 0.05, + "1chance324": 0.0, + "2chance324": 0.025, + "3chance324": 0.025, + "0pair324": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair324": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair324": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair324": "{\n \"left\": 0,\n \"right\": 1\n}", + "name325": "minecraft:golden_leggings", + "meta325": 4, + "0chance325": 0.0, + "1chance325": 0.025, + "2chance325": 0.025, + "3chance325": 0.0, + "0pair325": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair325": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair325": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair325": "{\n \"left\": 0,\n \"right\": 0\n}", + "name326": "minecraft:golden_leggings", + "meta326": 5, + "0chance326": 0.025, + "1chance326": 0.025, + "2chance326": 0.025, + "3chance326": 0.05, + "0pair326": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair326": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair326": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair326": "{\n \"left\": 0,\n \"right\": 1\n}", + "name327": "minecraft:golden_leggings", + "meta327": 6, + "0chance327": 0.05, + "1chance327": 0.05, + "2chance327": 0.025, + "3chance327": 0.05, + "0pair327": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair327": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair327": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair327": "{\n \"left\": 0,\n \"right\": 1\n}", + "name328": "minecraft:golden_leggings", + "meta328": 7, + "0chance328": 0.025, + "1chance328": 0.025, + "2chance328": 0.05, + "3chance328": 0.025, + "0pair328": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair328": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair328": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair328": "{\n \"left\": 0,\n \"right\": 1\n}", + "name329": "minecraft:golden_leggings", + "meta329": 8, + "0chance329": 0.05, + "1chance329": 0.025, + "2chance329": 0.025, + "3chance329": 0.025, + "0pair329": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair329": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair329": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair329": "{\n \"left\": 0,\n \"right\": 0\n}", + "name330": "minecraft:golden_leggings", + "meta330": 9, + "0chance330": 0.0, + "1chance330": 0.0, + "2chance330": 0.0, + "3chance330": 0.025, + "0pair330": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair330": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair330": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair330": "{\n \"left\": 0,\n \"right\": 1\n}", + "name331": "minecraft:golden_leggings", + "meta331": 10, + "0chance331": 0.05, + "1chance331": 0.05, + "2chance331": 0.025, + "3chance331": 0.1, + "0pair331": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair331": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair331": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair331": "{\n \"left\": 0,\n \"right\": 1\n}", + "name332": "minecraft:golden_leggings", + "meta332": 11, + "0chance332": 0.025, + "1chance332": 0.0, + "2chance332": 0.05, + "3chance332": 0.025, + "0pair332": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair332": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair332": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair332": "{\n \"left\": 0,\n \"right\": 1\n}", + "name333": "minecraft:golden_leggings", + "meta333": 12, + "0chance333": 0.025, + "1chance333": 0.05, + "2chance333": 0.125, + "3chance333": 0.0, + "0pair333": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair333": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair333": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair333": "{\n \"left\": 0,\n \"right\": 0\n}", + "name334": "minecraft:golden_leggings", + "meta334": 13, + "0chance334": 0.05, + "1chance334": 0.05, + "2chance334": 0.0, + "3chance334": 0.0, + "0pair334": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair334": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair334": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair334": "{\n \"left\": 0,\n \"right\": 0\n}", + "name335": "minecraft:golden_leggings", + "meta335": 14, + "0chance335": 0.05, + "1chance335": 0.0, + "2chance335": 0.025, + "3chance335": 0.025, + "0pair335": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair335": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair335": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair335": "{\n \"left\": 0,\n \"right\": 1\n}", + "name336": "minecraft:golden_leggings", + "meta336": 15, + "0chance336": 0.05, + "1chance336": 0.0, + "2chance336": 0.0, + "3chance336": 0.125, + "0pair336": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair336": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair336": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair336": "{\n \"left\": 0,\n \"right\": 1\n}", + "name337": "minecraft:golden_leggings", + "meta337": 16, + "0chance337": 0.075, + "1chance337": 0.075, + "2chance337": 0.0, + "3chance337": 0.025, + "0pair337": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair337": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair337": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair337": "{\n \"left\": 0,\n \"right\": 0\n}", + "name338": "minecraft:golden_leggings", + "meta338": 17, + "0chance338": 0.0, + "1chance338": 0.0, + "2chance338": 0.0, + "3chance338": 0.025, + "0pair338": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair338": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair338": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair338": "{\n \"left\": 0,\n \"right\": 1\n}", + "name339": "minecraft:golden_boots", + "meta339": 0, + "0chance339": 0.05, + "1chance339": 0.025, + "2chance339": 0.025, + "3chance339": 0.025, + "0pair339": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair339": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair339": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair339": "{\n \"left\": 0,\n \"right\": 0\n}", + "name340": "minecraft:golden_boots", + "meta340": 1, + "0chance340": 0.05, + "1chance340": 0.025, + "2chance340": 0.05, + "3chance340": 0.025, + "0pair340": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair340": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair340": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair340": "{\n \"left\": 0,\n \"right\": 0\n}", + "name341": "minecraft:golden_boots", + "meta341": 2, + "0chance341": 0.05, + "1chance341": 0.075, + "2chance341": 0.0, + "3chance341": 0.025, + "0pair341": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair341": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair341": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair341": "{\n \"left\": 0,\n \"right\": 1\n}", + "name342": "minecraft:golden_boots", + "meta342": 3, + "0chance342": 0.025, + "1chance342": 0.025, + "2chance342": 0.075, + "3chance342": 0.05, + "0pair342": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair342": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair342": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair342": "{\n \"left\": 0,\n \"right\": 1\n}", + "name343": "minecraft:golden_boots", + "meta343": 4, + "0chance343": 0.075, + "1chance343": 0.025, + "2chance343": 0.025, + "3chance343": 0.05, + "0pair343": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair343": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair343": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair343": "{\n \"left\": 0,\n \"right\": 0\n}", + "name344": "minecraft:golden_boots", + "meta344": 5, + "0chance344": 0.025, + "1chance344": 0.0, + "2chance344": 0.05, + "3chance344": 0.05, + "0pair344": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair344": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair344": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair344": "{\n \"left\": 0,\n \"right\": 0\n}", + "name345": "minecraft:golden_boots", + "meta345": 6, + "0chance345": 0.025, + "1chance345": 0.05, + "2chance345": 0.05, + "3chance345": 0.025, + "0pair345": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair345": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair345": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair345": "{\n \"left\": 0,\n \"right\": 0\n}", + "name346": "minecraft:golden_boots", + "meta346": 7, + "0chance346": 0.025, + "1chance346": 0.025, + "2chance346": 0.075, + "3chance346": 0.025, + "0pair346": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair346": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair346": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair346": "{\n \"left\": 0,\n \"right\": 0\n}", + "name347": "minecraft:golden_boots", + "meta347": 8, + "0chance347": 0.125, + "1chance347": 0.025, + "2chance347": 0.05, + "3chance347": 0.0, + "0pair347": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair347": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair347": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair347": "{\n \"left\": 0,\n \"right\": 0\n}", + "name348": "minecraft:golden_boots", + "meta348": 9, + "0chance348": 0.025, + "1chance348": 0.025, + "2chance348": 0.025, + "3chance348": 0.025, + "0pair348": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair348": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair348": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair348": "{\n \"left\": 0,\n \"right\": 1\n}", + "name349": "minecraft:golden_boots", + "meta349": 10, + "0chance349": 0.05, + "1chance349": 0.075, + "2chance349": 0.05, + "3chance349": 0.05, + "0pair349": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair349": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair349": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair349": "{\n \"left\": 0,\n \"right\": 1\n}", + "name350": "minecraft:golden_boots", + "meta350": 11, + "0chance350": 0.025, + "1chance350": 0.05, + "2chance350": 0.075, + "3chance350": 0.075, + "0pair350": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair350": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair350": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair350": "{\n \"left\": 0,\n \"right\": 1\n}", + "name351": "minecraft:golden_boots", + "meta351": 12, + "0chance351": 0.05, + "1chance351": 0.075, + "2chance351": 0.0, + "3chance351": 0.025, + "0pair351": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair351": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair351": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair351": "{\n \"left\": 0,\n \"right\": 0\n}", + "name352": "minecraft:golden_boots", + "meta352": 13, + "0chance352": 0.025, + "1chance352": 0.0, + "2chance352": 0.025, + "3chance352": 0.025, + "0pair352": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair352": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair352": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair352": "{\n \"left\": 0,\n \"right\": 1\n}", + "name353": "minecraft:golden_boots", + "meta353": 14, + "0chance353": 0.075, + "1chance353": 0.05, + "2chance353": 0.025, + "3chance353": 0.025, + "0pair353": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair353": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair353": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair353": "{\n \"left\": 0,\n \"right\": 0\n}", + "name354": "minecraft:golden_boots", + "meta354": 15, + "0chance354": 0.05, + "1chance354": 0.025, + "2chance354": 0.05, + "3chance354": 0.05, + "0pair354": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair354": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair354": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair354": "{\n \"left\": 0,\n \"right\": 0\n}", + "name355": "minecraft:golden_apple", + "meta355": 0, + "0chance355": 0.55, + "1chance355": 0.45, + "2chance355": 0.425, + "3chance355": 0.72499996, + "0pair355": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair355": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair355": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair355": "{\n \"left\": 0,\n \"right\": 1\n}", + "name356": "minecraft:golden_apple", + "meta356": 1, + "0chance356": 0.1, + "1chance356": 0.125, + "2chance356": 0.15, + "3chance356": 0.25, + "0pair356": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair356": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair356": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair356": "{\n \"left\": 0,\n \"right\": 1\n}", + "name357": "minecraft:book", + "meta357": 0, + "0chance357": 0.85, + "1chance357": 0.85, + "2chance357": 0.875, + "3chance357": 0.95, + "0pair357": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair357": "{\n \"left\": 0,\n \"right\": 2\n}", + "2pair357": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair357": "{\n \"left\": 0,\n \"right\": 2\n}", + "name358": "minecraft:compass", + "meta358": 0, + "0chance358": 0.4, + "1chance358": 0.475, + "2chance358": 0.4, + "3chance358": 0.525, + "0pair358": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair358": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair358": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair358": "{\n \"left\": 0,\n \"right\": 1\n}", + "name359": "minecraft:cookie", + "meta359": 0, + "0chance359": 0.625, + "1chance359": 0.4, + "2chance359": 0.55, + "3chance359": 0.475, + "0pair359": "{\n \"left\": 0,\n \"right\": 2\n}", + "1pair359": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair359": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair359": "{\n \"left\": 0,\n \"right\": 1\n}", + "name360": "minecraft:ender_pearl", + "meta360": 0, + "0chance360": 9.375, + "1chance360": 8.349999, + "2chance360": 8.325, + "3chance360": 8.425, + "0pair360": "{\n \"left\": 0,\n \"right\": 2\n}", + "1pair360": "{\n \"left\": 0,\n \"right\": 2\n}", + "2pair360": "{\n \"left\": 0,\n \"right\": 2\n}", + "3pair360": "{\n \"left\": 0,\n \"right\": 2\n}", + "name361": "minecraft:gold_nugget", + "meta361": 0, + "0chance361": 384.65, + "1chance361": 388.5, + "2chance361": 393.75, + "3chance361": 387.3, + "0pair361": "{\n \"left\": 2,\n \"right\": 8\n}", + "1pair361": "{\n \"left\": 2,\n \"right\": 8\n}", + "2pair361": "{\n \"left\": 2,\n \"right\": 8\n}", + "3pair361": "{\n \"left\": 2,\n \"right\": 8\n}", + "name362": "minecraft:potion", + "meta362": 0, + "0chance362": 21.6, + "1chance362": 20.375, + "2chance362": 22.7, + "3chance362": 21.0, + "0pair362": "{\n \"left\": 0,\n \"right\": 2\n}", + "1pair362": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair362": "{\n \"left\": 0,\n \"right\": 2\n}", + "3pair362": "{\n \"left\": 0,\n \"right\": 1\n}", + "name363": "minecraft:experience_bottle", + "meta363": 0, + "0chance363": 0.75, + "1chance363": 0.875, + "2chance363": 0.875, + "3chance363": 0.775, + "0pair363": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair363": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair363": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair363": "{\n \"left\": 0,\n \"right\": 1\n}", + "name364": "minecraft:emerald", + "meta364": 0, + "0chance364": 6.425, + "1chance364": 6.425, + "2chance364": 6.375, + "3chance364": 6.7500005, + "0pair364": "{\n \"left\": 0,\n \"right\": 2\n}", + "1pair364": "{\n \"left\": 0,\n \"right\": 2\n}", + "2pair364": "{\n \"left\": 0,\n \"right\": 2\n}", + "3pair364": "{\n \"left\": 0,\n \"right\": 2\n}", + "name365": "minecraft:chorus_fruit", + "meta365": 0, + "0chance365": 0.475, + "1chance365": 0.6, + "2chance365": 0.475, + "3chance365": 0.35000002, + "0pair365": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair365": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair365": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair365": "{\n \"left\": 0,\n \"right\": 1\n}", + "name366": "minecraft:splash_potion", + "meta366": 0, + "0chance366": 21.574999, + "1chance366": 21.15, + "2chance366": 20.875, + "3chance366": 22.275, + "0pair366": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair366": "{\n \"left\": 0,\n \"right\": 2\n}", + "2pair366": "{\n \"left\": 0,\n \"right\": 2\n}", + "3pair366": "{\n \"left\": 0,\n \"right\": 1\n}", + "name367": "minecraft:lingering_potion", + "meta367": 0, + "0chance367": 21.475, + "1chance367": 22.2, + "2chance367": 21.625, + "3chance367": 21.475, + "0pair367": "{\n \"left\": 0,\n \"right\": 2\n}", + "1pair367": "{\n \"left\": 0,\n \"right\": 2\n}", + "2pair367": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair367": "{\n \"left\": 0,\n \"right\": 1\n}", + "name368": "thaumcraft:primordial_pearl", + "meta368": 6, + "0chance368": 0.1, + "1chance368": 0.125, + "2chance368": 0.2, + "3chance368": 0.1, + "0pair368": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair368": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair368": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair368": "{\n \"left\": 0,\n \"right\": 1\n}", + "name369": "thaumcraft:primordial_pearl", + "meta369": 7, + "0chance369": 0.25, + "1chance369": 0.3, + "2chance369": 0.32500002, + "3chance369": 0.225, + "0pair369": "{\n \"left\": 0,\n \"right\": 2\n}", + "1pair369": "{\n \"left\": 0,\n \"right\": 2\n}", + "2pair369": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair369": "{\n \"left\": 0,\n \"right\": 1\n}", + "name370": "thaumcraft:salis_mundus", + "meta370": 0, + "0chance370": 0.65000004, + "1chance370": 0.625, + "2chance370": 0.45, + "3chance370": 0.6, + "0pair370": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair370": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair370": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair370": "{\n \"left\": 0,\n \"right\": 1\n}", + "name371": "thaumcraft:thaumium_helm", + "meta371": 35, + "0chance371": 0.025, + "1chance371": 0.0, + "2chance371": 0.0, + "3chance371": 0.0, + "0pair371": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair371": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair371": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair371": "{\n \"left\": 0,\n \"right\": 0\n}", + "name372": "thaumcraft:thaumium_chest", + "meta372": 36, + "0chance372": 0.0, + "1chance372": 0.025, + "2chance372": 0.0, + "3chance372": 0.0, + "0pair372": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair372": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair372": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair372": "{\n \"left\": 0,\n \"right\": 0\n}", + "name373": "thaumcraft:thaumium_chest", + "meta373": 46, + "0chance373": 0.0, + "1chance373": 0.0, + "2chance373": 0.025, + "3chance373": 0.0, + "0pair373": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair373": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair373": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair373": "{\n \"left\": 0,\n \"right\": 0\n}", + "name374": "thaumcraft:thaumium_legs", + "meta374": 37, + "0chance374": 0.0, + "1chance374": 0.0, + "2chance374": 0.025, + "3chance374": 0.0, + "0pair374": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair374": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair374": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair374": "{\n \"left\": 0,\n \"right\": 0\n}", + "name375": "thaumcraft:thaumium_boots", + "meta375": 15, + "0chance375": 0.0, + "1chance375": 0.0, + "2chance375": 0.0, + "3chance375": 0.025, + "0pair375": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair375": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair375": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair375": "{\n \"left\": 0,\n \"right\": 1\n}", + "name376": "thaumcraft:baubles", + "meta376": 4, + "0chance376": 0.475, + "1chance376": 0.45, + "2chance376": 0.425, + "3chance376": 0.3, + "0pair376": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair376": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair376": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair376": "{\n \"left\": 0,\n \"right\": 1\n}", + "name377": "thaumcraft:baubles", + "meta377": 5, + "0chance377": 0.425, + "1chance377": 0.375, + "2chance377": 0.4, + "3chance377": 0.575, + "0pair377": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair377": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair377": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair377": "{\n \"left\": 0,\n \"right\": 1\n}", + "name378": "thaumcraft:baubles", + "meta378": 6, + "0chance378": 0.575, + "1chance378": 0.525, + "2chance378": 0.32500002, + "3chance378": 0.45, + "0pair378": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair378": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair378": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair378": "{\n \"left\": 0,\n \"right\": 1\n}", + "name379": "thaumcraft:amulet_vis", + "meta379": 0, + "0chance379": 0.6, + "1chance379": 0.475, + "2chance379": 0.425, + "3chance379": 0.525, + "0pair379": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair379": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair379": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair379": "{\n \"left\": 0,\n \"right\": 1\n}" + }, + { + "name": "erebus:double_plant", + "meta": 7, + "length": 5, + "name0": "minecraft:wheat_seeds", + "meta0": 0, + "0chance0": 48.275, + "1chance0": 98.625, + "2chance0": 145.875, + "3chance0": 203.02501, + "0pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 0,\n \"right\": 3\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 5\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 7\n}", + "name1": "extrautils2:enderlilly", + "meta1": 0, + "0chance1": 0.625, + "1chance1": 0.55, + "2chance1": 0.475, + "3chance1": 0.675, + "0pair1": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair1": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair1": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair1": "{\n \"left\": 0,\n \"right\": 1\n}", + "name2": "extrautils2:redorchid", + "meta2": 0, + "0chance2": 1.075, + "1chance2": 1.1, + "2chance2": 1.0, + "3chance2": 1.075, + "0pair2": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair2": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair2": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair2": "{\n \"left\": 0,\n \"right\": 1\n}", + "name3": "extratrees:hops", + "meta3": 0, + "0chance3": 25.05, + "1chance3": 23.575, + "2chance3": 25.325, + "3chance3": 23.6, + "0pair3": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair3": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair3": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair3": "{\n \"left\": 0,\n \"right\": 1\n}", + "name4": "immersiveengineering:seed", + "meta4": 0, + "0chance4": 24.725, + "1chance4": 25.25, + "2chance4": 24.375, + "3chance4": 23.025, + "0pair4": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair4": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair4": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair4": "{\n \"left\": 0,\n \"right\": 1\n}" + }, + { + "name": "thermalsolars:blocklunarorenether", + "meta": 0, + "length": 1, + "name0": "thermalsolars:itemlunardust", + "meta0": 0, + "0chance0": 399.9, + "1chance0": 536.5, + "2chance0": 696.675, + "3chance0": 886.64996, + "0pair0": "{\n \"left\": 3,\n \"right\": 5\n}", + "1pair0": "{\n \"left\": 3,\n \"right\": 10\n}", + "2pair0": "{\n \"left\": 3,\n \"right\": 15\n}", + "3pair0": "{\n \"left\": 3,\n \"right\": 20\n}" + }, + { + "name": "thermalsolars:blocktitaniumore", + "meta": 0, + "length": 1, + "name0": "thermalsolars:itemtitaniumdust", + "meta0": 0, + "0chance0": 402.225, + "1chance0": 536.275, + "2chance0": 704.6, + "3chance0": 883.825, + "0pair0": "{\n \"left\": 3,\n \"right\": 5\n}", + "1pair0": "{\n \"left\": 3,\n \"right\": 10\n}", + "2pair0": "{\n \"left\": 3,\n \"right\": 15\n}", + "3pair0": "{\n \"left\": 3,\n \"right\": 20\n}" + }, + { + "name": "erebus:giant_flower", + "meta": 14, + "length": 1, + "name0": "minecraft:gunpowder", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "aether_legacy:berry_bush", + "meta": 0, + "length": 1, + "name0": "aether_legacy:berry_bush_stem", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "erebus:log_bamboo", + "meta": 0, + "length": 2, + "name0": "erebus:sapling_bamboo", + "meta0": 0, + "0chance0": 5.2250004, + "1chance0": 5.125, + "2chance0": 4.675, + "3chance0": 5.65, + "0pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "name1": "erebus:materials", + "meta1": 3, + "0chance1": 100.0, + "1chance1": 100.0, + "2chance1": 100.0, + "3chance1": 100.0, + "0pair1": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair1": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair1": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair1": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "rftools:dimensional_shard_ore", + "meta": 0, + "length": 1, + "name0": "rftools:dimensional_shard", + "meta0": 0, + "0chance0": 300.8, + "1chance0": 403.5, + "2chance0": 525.625, + "3chance0": 661.8, + "0pair0": "{\n \"left\": 2,\n \"right\": 4\n}", + "1pair0": "{\n \"left\": 2,\n \"right\": 8\n}", + "2pair0": "{\n \"left\": 2,\n \"right\": 12\n}", + "3pair0": "{\n \"left\": 2,\n \"right\": 16\n}" + }, + { + "name": "rftools:dimensional_shard_ore", + "meta": 1, + "length": 1, + "name0": "rftools:dimensional_shard", + "meta0": 0, + "0chance0": 302.09998, + "1chance0": 403.80002, + "2chance0": 510.30002, + "3chance0": 661.625, + "0pair0": "{\n \"left\": 2,\n \"right\": 4\n}", + "1pair0": "{\n \"left\": 2,\n \"right\": 8\n}", + "2pair0": "{\n \"left\": 2,\n \"right\": 12\n}", + "3pair0": "{\n \"left\": 2,\n \"right\": 16\n}" + }, + { + "name": "minecraft:stone", + "meta": 6, + "length": 1, + "name0": "railcraft:brick_andesite", + "meta0": 2, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "minecraft:red_nether_brick", + "meta": 0, + "length": 1, + "name0": "railcraft:brick_red_nether", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "twilightforest:twilight_leaves", + "meta": 3, + "length": 1, + "name0": "twilightforest:twilight_sapling", + "meta0": 9, + "0chance0": 2.675, + "1chance0": 2.75, + "2chance0": 3.1, + "3chance0": 4.125, + "0pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 0,\n \"right\": 1\n}" + }, + { + "name": "thaumcraft:placeholder_table", + "meta": 0, + "length": 1, + "name0": "thaumcraft:table_stone", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "twilightforest:twilight_leaves_3", + "meta": 0, + "length": 1, + "name0": "twilightforest:magic_beans", + "meta0": 0, + "0chance0": 4.8250003, + "1chance0": 6.0, + "2chance0": 8.4, + "3chance0": 9.725, + "0pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 0,\n \"right\": 1\n}" + }, + { + "name": "thaumcraft:placeholder_obsidian", + "meta": 0, + "length": 1, + "name0": "minecraft:obsidian", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "thaumcraft:placeholder_bars", + "meta": 0, + "length": 1, + "name0": "minecraft:iron_bars", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "twilightforest:twilight_leaves", + "meta": 1, + "length": 1, + "name0": "twilightforest:twilight_sapling", + "meta0": 1, + "0chance0": 2.45, + "1chance0": 3.05, + "2chance0": 2.95, + "3chance0": 4.1499996, + "0pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 0,\n \"right\": 1\n}" + }, + { + "name": "twilightforest:twilight_leaves_3", + "meta": 1, + "length": 1, + "name0": "twilightforest:magic_beans", + "meta0": 0, + "0chance0": 5.5750003, + "1chance0": 6.6, + "2chance0": 8.95, + "3chance0": 10.400001, + "0pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 0,\n \"right\": 1\n}" + }, + { + "name": "twilightforest:twilight_leaves", + "meta": 2, + "length": 1, + "name0": "twilightforest:twilight_sapling", + "meta0": 2, + "0chance0": 5.15, + "1chance0": 6.125, + "2chance0": 8.2, + "3chance0": 9.5, + "0pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 0,\n \"right\": 1\n}" + }, + { + "name": "thaumcraft:placeholder_brick", + "meta": 0, + "length": 1, + "name0": "minecraft:nether_brick", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "thaumcraft:placeholder_anvil", + "meta": 0, + "length": 1, + "name0": "minecraft:anvil", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "thaumcraft:grass_ambient", + "meta": 0, + "length": 1, + "name0": "minecraft:dirt", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "minecraft:glowstone", + "meta": 0, + "length": 1, + "name0": "minecraft:glowstone_dust", + "meta0": 0, + "0chance0": 298.075, + "1chance0": 333.34998, + "2chance0": 355.075, + "3chance0": 365.35, + "0pair0": "{\n \"left\": 2,\n \"right\": 4\n}", + "1pair0": "{\n \"left\": 2,\n \"right\": 4\n}", + "2pair0": "{\n \"left\": 2,\n \"right\": 4\n}", + "3pair0": "{\n \"left\": 2,\n \"right\": 4\n}" + }, + { + "name": "minecraft:tallgrass", + "meta": 2, + "length": 5, + "name0": "minecraft:wheat_seeds", + "meta0": 0, + "0chance0": 6.1749997, + "1chance0": 10.375, + "2chance0": 17.775002, + "3chance0": 22.75, + "0pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 0,\n \"right\": 3\n}", + "2pair0": "{\n \"left\": 0,\n \"right\": 5\n}", + "3pair0": "{\n \"left\": 0,\n \"right\": 7\n}", + "name1": "extrautils2:enderlilly", + "meta1": 0, + "0chance1": 0.1, + "1chance1": 0.125, + "2chance1": 0.125, + "3chance1": 0.125, + "0pair1": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair1": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair1": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair1": "{\n \"left\": 0,\n \"right\": 1\n}", + "name2": "extrautils2:redorchid", + "meta2": 0, + "0chance2": 0.17500001, + "1chance2": 0.1, + "2chance2": 0.2, + "3chance2": 0.25, + "0pair2": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair2": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair2": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair2": "{\n \"left\": 0,\n \"right\": 1\n}", + "name3": "extratrees:hops", + "meta3": 0, + "0chance3": 2.725, + "1chance3": 3.6, + "2chance3": 2.6499999, + "3chance3": 2.85, + "0pair3": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair3": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair3": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair3": "{\n \"left\": 0,\n \"right\": 1\n}", + "name4": "immersiveengineering:seed", + "meta4": 0, + "0chance4": 3.075, + "1chance4": 3.85, + "2chance4": 3.2, + "3chance4": 3.225, + "0pair4": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair4": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair4": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair4": "{\n \"left\": 0,\n \"right\": 1\n}" + }, + { + "name": "minecraft:deadbush", + "meta": 0, + "length": 1, + "name0": "minecraft:stick", + "meta0": 0, + "0chance0": 100.975, + "1chance0": 102.024994, + "2chance0": 99.375, + "3chance0": 100.125, + "0pair0": "{\n \"left\": 1,\n \"right\": 2\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 2\n}", + "2pair0": "{\n \"left\": 0,\n \"right\": 2\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 2\n}" + }, + { + "name": "minecraft:grass", + "meta": 0, + "length": 1, + "name0": "minecraft:dirt", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "minecraft:diamond_ore", + "meta": 0, + "length": 1, + "name0": "minecraft:diamond", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 133.675, + "2chance0": 175.475, + "3chance0": 220.625, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 2\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 4\n}" + }, + { + "name": "minecraft:leaves", + "meta": 3, + "length": 1, + "name0": "minecraft:sapling", + "meta0": 3, + "0chance0": 2.6000001, + "1chance0": 3.025, + "2chance0": 2.675, + "3chance0": 4.1, + "0pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 0,\n \"right\": 1\n}" + }, + { + "name": "minecraft:coal_ore", + "meta": 0, + "length": 1, + "name0": "minecraft:coal", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 132.35, + "2chance0": 171.65001, + "3chance0": 220.84999, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 2\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 4\n}" + }, + { + "name": "minecraft:nether_brick", + "meta": 0, + "length": 1, + "name0": "railcraft:brick_nether", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "thaumcraft:loot_crate_common", + "meta": 0, + "length": 19, + "name0": "minecraft:diamond", + "meta0": 0, + "0chance0": 0.425, + "1chance0": 0.75, + "2chance0": 0.825, + "3chance0": 0.675, + "0pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "name1": "minecraft:gold_ingot", + "meta1": 0, + "0chance1": 6.125, + "1chance1": 6.6249995, + "2chance1": 5.5750003, + "3chance1": 5.7999997, + "0pair1": "{\n \"left\": 0,\n \"right\": 2\n}", + "1pair1": "{\n \"left\": 0,\n \"right\": 2\n}", + "2pair1": "{\n \"left\": 0,\n \"right\": 2\n}", + "3pair1": "{\n \"left\": 0,\n \"right\": 2\n}", + "name2": "minecraft:golden_apple", + "meta2": 0, + "0chance2": 0.17500001, + "1chance2": 0.15, + "2chance2": 0.15, + "3chance2": 0.15, + "0pair2": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair2": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair2": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair2": "{\n \"left\": 0,\n \"right\": 1\n}", + "name3": "minecraft:golden_apple", + "meta3": 1, + "0chance3": 0.1, + "1chance3": 0.125, + "2chance3": 0.0, + "3chance3": 0.05, + "0pair3": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair3": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair3": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair3": "{\n \"left\": 0,\n \"right\": 1\n}", + "name4": "minecraft:book", + "meta4": 0, + "0chance4": 0.525, + "1chance4": 0.6, + "2chance4": 0.6, + "3chance4": 0.70000005, + "0pair4": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair4": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair4": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair4": "{\n \"left\": 0,\n \"right\": 1\n}", + "name5": "minecraft:compass", + "meta5": 0, + "0chance5": 0.35000002, + "1chance5": 0.275, + "2chance5": 0.25, + "3chance5": 0.32500002, + "0pair5": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair5": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair5": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair5": "{\n \"left\": 0,\n \"right\": 1\n}", + "name6": "minecraft:cookie", + "meta6": 0, + "0chance6": 0.225, + "1chance6": 0.25, + "2chance6": 0.275, + "3chance6": 0.275, + "0pair6": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair6": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair6": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair6": "{\n \"left\": 0,\n \"right\": 2\n}", + "name7": "minecraft:ender_pearl", + "meta7": 0, + "0chance7": 5.7, + "1chance7": 6.5499997, + "2chance7": 5.625, + "3chance7": 6.7500005, + "0pair7": "{\n \"left\": 0,\n \"right\": 2\n}", + "1pair7": "{\n \"left\": 0,\n \"right\": 2\n}", + "2pair7": "{\n \"left\": 0,\n \"right\": 2\n}", + "3pair7": "{\n \"left\": 0,\n \"right\": 2\n}", + "name8": "minecraft:gold_nugget", + "meta8": 0, + "0chance8": 153.2, + "1chance8": 149.075, + "2chance8": 151.75, + "3chance8": 149.7, + "0pair8": "{\n \"left\": 1,\n \"right\": 3\n}", + "1pair8": "{\n \"left\": 1,\n \"right\": 3\n}", + "2pair8": "{\n \"left\": 1,\n \"right\": 3\n}", + "3pair8": "{\n \"left\": 1,\n \"right\": 3\n}", + "name9": "minecraft:potion", + "meta9": 0, + "0chance9": 15.05, + "1chance9": 15.5, + "2chance9": 15.925, + "3chance9": 15.575001, + "0pair9": "{\n \"left\": 0,\n \"right\": 2\n}", + "1pair9": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair9": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair9": "{\n \"left\": 0,\n \"right\": 2\n}", + "name10": "minecraft:experience_bottle", + "meta10": 0, + "0chance10": 0.275, + "1chance10": 0.35000002, + "2chance10": 0.25, + "3chance10": 0.17500001, + "0pair10": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair10": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair10": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair10": "{\n \"left\": 0,\n \"right\": 1\n}", + "name11": "minecraft:emerald", + "meta11": 0, + "0chance11": 1.1, + "1chance11": 1.025, + "2chance11": 0.925, + "3chance11": 0.85, + "0pair11": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair11": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair11": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair11": "{\n \"left\": 0,\n \"right\": 1\n}", + "name12": "minecraft:chorus_fruit", + "meta12": 0, + "0chance12": 0.425, + "1chance12": 0.2, + "2chance12": 0.15, + "3chance12": 0.3, + "0pair12": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair12": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair12": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair12": "{\n \"left\": 0,\n \"right\": 1\n}", + "name13": "minecraft:splash_potion", + "meta13": 0, + "0chance13": 15.549999, + "1chance13": 15.000001, + "2chance13": 15.775, + "3chance13": 15.175, + "0pair13": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair13": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair13": "{\n \"left\": 0,\n \"right\": 2\n}", + "3pair13": "{\n \"left\": 0,\n \"right\": 1\n}", + "name14": "thaumcraft:primordial_pearl", + "meta14": 7, + "0chance14": 0.025, + "1chance14": 0.075, + "2chance14": 0.075, + "3chance14": 0.025, + "0pair14": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair14": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair14": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair14": "{\n \"left\": 0,\n \"right\": 1\n}", + "name15": "thaumcraft:salis_mundus", + "meta15": 0, + "0chance15": 0.15, + "1chance15": 0.17500001, + "2chance15": 0.17500001, + "3chance15": 0.05, + "0pair15": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair15": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair15": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair15": "{\n \"left\": 0,\n \"right\": 1\n}", + "name16": "thaumcraft:baubles", + "meta16": 0, + "0chance16": 0.425, + "1chance16": 0.75, + "2chance16": 0.5, + "3chance16": 0.75, + "0pair16": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair16": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair16": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair16": "{\n \"left\": 0,\n \"right\": 1\n}", + "name17": "thaumcraft:baubles", + "meta17": 1, + "0chance17": 0.475, + "1chance17": 0.72499996, + "2chance17": 0.72499996, + "3chance17": 0.625, + "0pair17": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair17": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair17": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair17": "{\n \"left\": 0,\n \"right\": 1\n}", + "name18": "thaumcraft:baubles", + "meta18": 2, + "0chance18": 0.6, + "1chance18": 0.675, + "2chance18": 0.55, + "3chance18": 0.775, + "0pair18": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair18": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair18": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair18": "{\n \"left\": 0,\n \"right\": 1\n}" + }, + { + "name": "rftools:dimensional_shard_ore", + "meta": 2, + "length": 1, + "name0": "rftools:dimensional_shard", + "meta0": 0, + "0chance0": 301.1, + "1chance0": 404.825, + "2chance0": 523.425, + "3chance0": 655.3, + "0pair0": "{\n \"left\": 2,\n \"right\": 4\n}", + "1pair0": "{\n \"left\": 2,\n \"right\": 8\n}", + "2pair0": "{\n \"left\": 2,\n \"right\": 12\n}", + "3pair0": "{\n \"left\": 2,\n \"right\": 16\n}" + }, + { + "name": "minecraft:snow", + "meta": 0, + "length": 1, + "name0": "minecraft:snowball", + "meta0": 0, + "0chance0": 400.0, + "1chance0": 400.0, + "2chance0": 400.0, + "3chance0": 400.0, + "0pair0": "{\n \"left\": 4,\n \"right\": 4\n}", + "1pair0": "{\n \"left\": 4,\n \"right\": 4\n}", + "2pair0": "{\n \"left\": 4,\n \"right\": 4\n}", + "3pair0": "{\n \"left\": 4,\n \"right\": 4\n}" + }, + { + "name": "minecraft:clay", + "meta": 0, + "length": 1, + "name0": "minecraft:clay_ball", + "meta0": 0, + "0chance0": 400.0, + "1chance0": 400.0, + "2chance0": 400.0, + "3chance0": 400.0, + "0pair0": "{\n \"left\": 4,\n \"right\": 4\n}", + "1pair0": "{\n \"left\": 4,\n \"right\": 4\n}", + "2pair0": "{\n \"left\": 4,\n \"right\": 4\n}", + "3pair0": "{\n \"left\": 4,\n \"right\": 4\n}" + }, + { + "name": "minecraft:redstone_ore", + "meta": 0, + "length": 2, + "name0": "minecraft:redstone", + "meta0": 0, + "0chance0": 451.24997, + "1chance0": 500.42502, + "2chance0": 550.925, + "3chance0": 601.94995, + "0pair0": "{\n \"left\": 4,\n \"right\": 5\n}", + "1pair0": "{\n \"left\": 4,\n \"right\": 6\n}", + "2pair0": "{\n \"left\": 4,\n \"right\": 7\n}", + "3pair0": "{\n \"left\": 4,\n \"right\": 8\n}", + "name1": "extrautils2:ingredients", + "meta1": 0, + "0chance1": 2.6499999, + "1chance1": 2.2749999, + "2chance1": 2.375, + "3chance1": 2.7, + "0pair1": "{\n \"left\": 0,\n \"right\": 2\n}", + "1pair1": "{\n \"left\": 0,\n \"right\": 2\n}", + "2pair1": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair1": "{\n \"left\": 0,\n \"right\": 2\n}" + }, + { + "name": "minecraft:melon_block", + "meta": 0, + "length": 1, + "name0": "minecraft:melon", + "meta0": 0, + "0chance0": 498.075, + "1chance0": 549.0, + "2chance0": 598.475, + "3chance0": 641.575, + "0pair0": "{\n \"left\": 3,\n \"right\": 7\n}", + "1pair0": "{\n \"left\": 3,\n \"right\": 8\n}", + "2pair0": "{\n \"left\": 3,\n \"right\": 9\n}", + "3pair0": "{\n \"left\": 3,\n \"right\": 9\n}" + }, + { + "name": "twilightforest:twilight_leaves", + "meta": 0, + "length": 1, + "name0": "twilightforest:twilight_sapling", + "meta0": 0, + "0chance0": 2.675, + "1chance0": 2.875, + "2chance0": 3.025, + "3chance0": 3.475, + "0pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 0,\n \"right\": 1\n}" + }, + { + "name": "erebus:giant_flower_stigma", + "meta": 13, + "length": 1, + "name0": "erebus:flower_seed", + "meta0": 13, + "0chance0": 200.7, + "1chance0": 200.475, + "2chance0": 199.55, + "3chance0": 200.25, + "0pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 3\n}" + }, + { + "name": "erebus:giant_flower_stigma", + "meta": 4, + "length": 1, + "name0": "erebus:flower_seed", + "meta0": 4, + "0chance0": 200.55, + "1chance0": 201.20001, + "2chance0": 200.67502, + "3chance0": 201.55, + "0pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 3\n}" + }, + { + "name": "erebus:double_plant", + "meta": 2, + "length": 1, + "name0": "erebus:materials", + "meta0": 12, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "erebus:red_gem", + "meta": 0, + "length": 1, + "name0": "erebus:materials", + "meta0": 11, + "0chance0": 150.7, + "1chance0": 199.77501, + "2chance0": 249.575, + "3chance0": 300.75, + "0pair0": "{\n \"left\": 1,\n \"right\": 2\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 4\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 5\n}" + }, + { + "name": "erebus:ghost_sand", + "meta": 0, + "length": 1, + "name0": "minecraft:sand", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "erebus:giant_flower_stigma", + "meta": 2, + "length": 1, + "name0": "erebus:flower_seed", + "meta0": 2, + "0chance0": 200.75, + "1chance0": 201.32501, + "2chance0": 200.95, + "3chance0": 199.72499, + "0pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 3\n}" + }, + { + "name": "twilightforest:magic_log_core", + "meta": 3, + "length": 1, + "name0": "twilightforest:magic_log", + "meta0": 3, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "thaumcraft:thaumatorium", + "meta": 0, + "length": 1, + "name0": "thaumcraft:metal_alchemical", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "twilightforest:uberous_soil", + "meta": 0, + "length": 1, + "name0": "minecraft:dirt", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "thaumcraft:loot_urn_common", + "meta": 0, + "length": 19, + "name0": "minecraft:diamond", + "meta0": 0, + "0chance0": 0.5, + "1chance0": 0.65000004, + "2chance0": 0.75, + "3chance0": 0.4, + "0pair0": "{\n \"left\": 0,\n \"right\": 2\n}", + "1pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "name1": "minecraft:gold_ingot", + "meta1": 0, + "0chance1": 5.775, + "1chance1": 6.1, + "2chance1": 6.1749997, + "3chance1": 6.1, + "0pair1": "{\n \"left\": 0,\n \"right\": 2\n}", + "1pair1": "{\n \"left\": 0,\n \"right\": 3\n}", + "2pair1": "{\n \"left\": 0,\n \"right\": 2\n}", + "3pair1": "{\n \"left\": 0,\n \"right\": 2\n}", + "name2": "minecraft:golden_apple", + "meta2": 0, + "0chance2": 0.275, + "1chance2": 0.15, + "2chance2": 0.25, + "3chance2": 0.25, + "0pair2": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair2": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair2": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair2": "{\n \"left\": 0,\n \"right\": 1\n}", + "name3": "minecraft:golden_apple", + "meta3": 1, + "0chance3": 0.025, + "1chance3": 0.0, + "2chance3": 0.15, + "3chance3": 0.05, + "0pair3": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair3": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair3": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair3": "{\n \"left\": 0,\n \"right\": 1\n}", + "name4": "minecraft:book", + "meta4": 0, + "0chance4": 0.55, + "1chance4": 0.525, + "2chance4": 0.85, + "3chance4": 0.5, + "0pair4": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair4": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair4": "{\n \"left\": 0,\n \"right\": 2\n}", + "3pair4": "{\n \"left\": 0,\n \"right\": 1\n}", + "name5": "minecraft:compass", + "meta5": 0, + "0chance5": 0.3, + "1chance5": 0.125, + "2chance5": 0.3, + "3chance5": 0.225, + "0pair5": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair5": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair5": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair5": "{\n \"left\": 0,\n \"right\": 1\n}", + "name6": "minecraft:cookie", + "meta6": 0, + "0chance6": 0.4, + "1chance6": 0.225, + "2chance6": 0.35000002, + "3chance6": 0.3, + "0pair6": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair6": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair6": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair6": "{\n \"left\": 0,\n \"right\": 1\n}", + "name7": "minecraft:ender_pearl", + "meta7": 0, + "0chance7": 6.375, + "1chance7": 6.225, + "2chance7": 6.25, + "3chance7": 6.5, + "0pair7": "{\n \"left\": 0,\n \"right\": 2\n}", + "1pair7": "{\n \"left\": 0,\n \"right\": 2\n}", + "2pair7": "{\n \"left\": 0,\n \"right\": 2\n}", + "3pair7": "{\n \"left\": 0,\n \"right\": 2\n}", + "name8": "minecraft:gold_nugget", + "meta8": 0, + "0chance8": 153.45, + "1chance8": 153.375, + "2chance8": 151.125, + "3chance8": 153.725, + "0pair8": "{\n \"left\": 1,\n \"right\": 3\n}", + "1pair8": "{\n \"left\": 1,\n \"right\": 3\n}", + "2pair8": "{\n \"left\": 1,\n \"right\": 3\n}", + "3pair8": "{\n \"left\": 1,\n \"right\": 3\n}", + "name9": "minecraft:potion", + "meta9": 0, + "0chance9": 14.325001, + "1chance9": 15.449999, + "2chance9": 14.425, + "3chance9": 14.775001, + "0pair9": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair9": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair9": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair9": "{\n \"left\": 0,\n \"right\": 1\n}", + "name10": "minecraft:experience_bottle", + "meta10": 0, + "0chance10": 0.3, + "1chance10": 0.3, + "2chance10": 0.45, + "3chance10": 0.17500001, + "0pair10": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair10": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair10": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair10": "{\n \"left\": 0,\n \"right\": 1\n}", + "name11": "minecraft:emerald", + "meta11": 0, + "0chance11": 1.025, + "1chance11": 0.75, + "2chance11": 0.925, + "3chance11": 1.025, + "0pair11": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair11": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair11": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair11": "{\n \"left\": 0,\n \"right\": 1\n}", + "name12": "minecraft:chorus_fruit", + "meta12": 0, + "0chance12": 0.15, + "1chance12": 0.3, + "2chance12": 0.3, + "3chance12": 0.225, + "0pair12": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair12": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair12": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair12": "{\n \"left\": 0,\n \"right\": 1\n}", + "name13": "minecraft:splash_potion", + "meta13": 0, + "0chance13": 14.15, + "1chance13": 14.599999, + "2chance13": 15.475, + "3chance13": 14.900001, + "0pair13": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair13": "{\n \"left\": 0,\n \"right\": 2\n}", + "2pair13": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair13": "{\n \"left\": 0,\n \"right\": 1\n}", + "name14": "thaumcraft:primordial_pearl", + "meta14": 7, + "0chance14": 0.1, + "1chance14": 0.025, + "2chance14": 0.075, + "3chance14": 0.05, + "0pair14": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair14": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair14": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair14": "{\n \"left\": 0,\n \"right\": 1\n}", + "name15": "thaumcraft:salis_mundus", + "meta15": 0, + "0chance15": 0.15, + "1chance15": 0.32500002, + "2chance15": 0.2, + "3chance15": 0.2, + "0pair15": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair15": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair15": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair15": "{\n \"left\": 0,\n \"right\": 1\n}", + "name16": "thaumcraft:baubles", + "meta16": 0, + "0chance16": 0.32500002, + "1chance16": 0.8, + "2chance16": 0.675, + "3chance16": 0.675, + "0pair16": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair16": "{\n \"left\": 0,\n \"right\": 2\n}", + "2pair16": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair16": "{\n \"left\": 0,\n \"right\": 1\n}", + "name17": "thaumcraft:baubles", + "meta17": 1, + "0chance17": 0.625, + "1chance17": 0.55, + "2chance17": 0.625, + "3chance17": 0.55, + "0pair17": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair17": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair17": "{\n \"left\": 0,\n \"right\": 2\n}", + "3pair17": "{\n \"left\": 0,\n \"right\": 1\n}", + "name18": "thaumcraft:baubles", + "meta18": 2, + "0chance18": 0.675, + "1chance18": 0.6, + "2chance18": 0.6, + "3chance18": 0.55, + "0pair18": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair18": "{\n \"left\": 0,\n \"right\": 2\n}", + "2pair18": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair18": "{\n \"left\": 0,\n \"right\": 1\n}" + }, + { + "name": "astralsorcery:blockcustomsandore", + "meta": 0, + "length": 1, + "name0": "astralsorcery:itemcraftingcomponent", + "meta0": 0, + "0chance0": 266.425, + "1chance0": 365.05002, + "2chance0": 463.1, + "3chance0": 560.6, + "0pair0": "{\n \"left\": 1,\n \"right\": 5\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 7\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 9\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 11\n}" + }, + { + "name": "thaumcraft:leaves_silverwood", + "meta": 0, + "length": 1, + "name0": "thaumcraft:sapling_silverwood", + "meta0": 0, + "0chance0": 1.3249999, + "1chance0": 1.25, + "2chance0": 1.175, + "3chance0": 1.375, + "0pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 0,\n \"right\": 1\n}" + }, + { + "name": "minecraft:tallgrass", + "meta": 1, + "length": 5, + "name0": "minecraft:wheat_seeds", + "meta0": 0, + "0chance0": 6.325, + "1chance0": 13.05, + "2chance0": 18.525, + "3chance0": 23.65, + "0pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 0,\n \"right\": 3\n}", + "2pair0": "{\n \"left\": 0,\n \"right\": 5\n}", + "3pair0": "{\n \"left\": 0,\n \"right\": 7\n}", + "name1": "extrautils2:enderlilly", + "meta1": 0, + "0chance1": 0.1, + "1chance1": 0.025, + "2chance1": 0.05, + "3chance1": 0.025, + "0pair1": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair1": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair1": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair1": "{\n \"left\": 0,\n \"right\": 1\n}", + "name2": "extrautils2:redorchid", + "meta2": 0, + "0chance2": 0.17500001, + "1chance2": 0.125, + "2chance2": 0.17500001, + "3chance2": 0.15, + "0pair2": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair2": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair2": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair2": "{\n \"left\": 0,\n \"right\": 1\n}", + "name3": "extratrees:hops", + "meta3": 0, + "0chance3": 2.7, + "1chance3": 3.2749999, + "2chance3": 3.075, + "3chance3": 2.95, + "0pair3": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair3": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair3": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair3": "{\n \"left\": 0,\n \"right\": 1\n}", + "name4": "immersiveengineering:seed", + "meta4": 0, + "0chance4": 2.35, + "1chance4": 3.1750002, + "2chance4": 2.6499999, + "3chance4": 3.7250001, + "0pair4": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair4": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair4": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair4": "{\n \"left\": 0,\n \"right\": 1\n}" + }, + { + "name": "thaumcraft:golem_builder", + "meta": 0, + "length": 1, + "name0": "minecraft:piston", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "aether_legacy:enchanted_aether_grass", + "meta": 0, + "length": 1, + "name0": "aether_legacy:aether_dirt", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "aroma1997sdimension:miningore", + "meta": 0, + "length": 1, + "name0": "minecraft:slime_ball", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "minecraft:snow_layer", + "meta": 0, + "length": 1, + "name0": "minecraft:snowball", + "meta0": 0, + "0chance0": 200.0, + "1chance0": 200.0, + "2chance0": 200.0, + "3chance0": 200.0, + "0pair0": "{\n \"left\": 2,\n \"right\": 2\n}", + "1pair0": "{\n \"left\": 2,\n \"right\": 2\n}", + "2pair0": "{\n \"left\": 2,\n \"right\": 2\n}", + "3pair0": "{\n \"left\": 2,\n \"right\": 2\n}" + }, + { + "name": "aether_legacy:aether_log", + "meta": 1, + "length": 1, + "name0": "aether_legacy:aether_log", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "minecraft:farmland", + "meta": 0, + "length": 1, + "name0": "minecraft:dirt", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "erebus:log_balsam", + "meta": 0, + "length": 2, + "name0": "erebus:log_balsam_resinless", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "name1": "erebus:materials", + "meta1": 40, + "0chance1": 150.6, + "1chance1": 190.34999, + "2chance1": 225.55, + "3chance1": 250.45, + "0pair1": "{\n \"left\": 1,\n \"right\": 2\n}", + "1pair1": "{\n \"left\": 1,\n \"right\": 3\n}", + "2pair1": "{\n \"left\": 1,\n \"right\": 4\n}", + "3pair1": "{\n \"left\": 1,\n \"right\": 5\n}" + }, + { + "name": "minecraft:chorus_plant", + "meta": 0, + "length": 1, + "name0": "minecraft:chorus_fruit", + "meta0": 0, + "0chance0": 48.125, + "1chance0": 48.425, + "2chance0": 51.575, + "3chance0": 49.25, + "0pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 0,\n \"right\": 1\n}" + }, + { + "name": "minecraft:leaves2", + "meta": 1, + "length": 1, + "name0": "minecraft:sapling", + "meta0": 5, + "0chance0": 6.075, + "1chance0": 6.3500004, + "2chance0": 8.474999, + "3chance0": 10.0, + "0pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 0,\n \"right\": 1\n}" + }, + { + "name": "thaumcraft:ore_amber", + "meta": 0, + "length": 2, + "name0": "thaumcraft:curio", + "meta0": 1, + "0chance0": 9.475, + "1chance0": 13.575, + "2chance0": 17.625, + "3chance0": 22.300001, + "0pair0": "{\n \"left\": 0,\n \"right\": 2\n}", + "1pair0": "{\n \"left\": 0,\n \"right\": 3\n}", + "2pair0": "{\n \"left\": 0,\n \"right\": 3\n}", + "3pair0": "{\n \"left\": 0,\n \"right\": 4\n}", + "name1": "thaumcraft:amber", + "meta1": 0, + "0chance1": 140.225, + "1chance1": 189.15, + "2chance1": 246.77501, + "3chance1": 304.4, + "0pair1": "{\n \"left\": 1,\n \"right\": 2\n}", + "1pair1": "{\n \"left\": 1,\n \"right\": 4\n}", + "2pair1": "{\n \"left\": 1,\n \"right\": 6\n}", + "3pair1": "{\n \"left\": 1,\n \"right\": 8\n}" + }, + { + "name": "thaumcraft:ore_quartz", + "meta": 0, + "length": 1, + "name0": "minecraft:quartz", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 132.625, + "2chance0": 175.6, + "3chance0": 220.125, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 2\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 4\n}" + }, + { + "name": "twilightforest:dark_leaves", + "meta": 0, + "length": 1, + "name0": "twilightforest:twilight_sapling", + "meta0": 3, + "0chance0": 2.575, + "1chance0": 3.0, + "2chance0": 2.475, + "3chance0": 2.675, + "0pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 0,\n \"right\": 1\n}" + }, + { + "name": "enderio:block_dark_paper_anvil", + "meta": 2, + "length": 1, + "name0": "enderio:item_material", + "meta0": 77, + "0chance0": 201.425, + "1chance0": 197.9, + "2chance0": 198.35, + "3chance0": 201.275, + "0pair0": "{\n \"left\": 1,\n \"right\": 4\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 4\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 4\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 4\n}" + }, + { + "name": "erebus:giant_flower_stigma", + "meta": 0, + "length": 1, + "name0": "erebus:flower_seed", + "meta0": 0, + "0chance0": 201.475, + "1chance0": 198.22499, + "2chance0": 198.575, + "3chance0": 200.79999, + "0pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 3\n}" + }, + { + "name": "twilightforest:trollber", + "meta": 0, + "length": 1, + "name0": "twilightforest:torchberries", + "meta0": 0, + "0chance0": 602.375, + "1chance0": 800.525, + "2chance0": 1048.6, + "3chance0": 1322.225, + "0pair0": "{\n \"left\": 4,\n \"right\": 8\n}", + "1pair0": "{\n \"left\": 4,\n \"right\": 16\n}", + "2pair0": "{\n \"left\": 4,\n \"right\": 24\n}", + "3pair0": "{\n \"left\": 4,\n \"right\": 32\n}" + }, + { + "name": "erebus:planted_flower", + "meta": 4, + "length": 1, + "name0": "erebus:flower_seed", + "meta0": 4, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "erebus:giant_flower_stigma", + "meta": 10, + "length": 1, + "name0": "erebus:flower_seed", + "meta0": 10, + "0chance0": 199.75, + "1chance0": 200.7, + "2chance0": 199.125, + "3chance0": 201.77501, + "0pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 3\n}" + }, + { + "name": "erebus:planted_flower", + "meta": 0, + "length": 1, + "name0": "erebus:flower_seed", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "forestry:humus", + "meta": 0, + "length": 1, + "name0": "minecraft:dirt", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "minecraft:emerald_ore", + "meta": 0, + "length": 1, + "name0": "minecraft:emerald", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 133.55, + "2chance0": 173.77501, + "3chance0": 219.35, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 2\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 4\n}" + }, + { + "name": "erebus:red_gem", + "meta": 1, + "length": 1, + "name0": "erebus:red_gem", + "meta0": 2, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "erebus:giant_flower_stigma", + "meta": 5, + "length": 1, + "name0": "erebus:flower_seed", + "meta0": 5, + "0chance0": 199.325, + "1chance0": 200.32498, + "2chance0": 200.875, + "3chance0": 202.3, + "0pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 3\n}" + }, + { + "name": "extrautils2:ironwood_leaves", + "meta": 1, + "length": 2, + "name0": "minecraft:blaze_powder", + "meta0": 0, + "0chance0": 0.475, + "1chance0": 0.475, + "2chance0": 0.625, + "3chance0": 0.95, + "0pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "name1": "extrautils2:ironwood_sapling", + "meta1": 1, + "0chance1": 4.975, + "1chance1": 7.075, + "2chance1": 8.2, + "3chance1": 10.125, + "0pair1": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair1": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair1": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair1": "{\n \"left\": 0,\n \"right\": 1\n}" + }, + { + "name": "forestry:ash_block_2", + "meta": 0, + "length": 2, + "name0": "minecraft:coal", + "meta0": 1, + "0chance0": 3200.0, + "1chance0": 3250.6, + "2chance0": 3301.275, + "3chance0": 3347.825, + "0pair0": "{\n \"left\": 32,\n \"right\": 32\n}", + "1pair0": "{\n \"left\": 32,\n \"right\": 33\n}", + "2pair0": "{\n \"left\": 32,\n \"right\": 34\n}", + "3pair0": "{\n \"left\": 32,\n \"right\": 35\n}", + "name1": "forestry:ash", + "meta1": 0, + "0chance1": 449.975, + "1chance1": 442.6, + "2chance1": 447.52496, + "3chance1": 454.55, + "0pair1": "{\n \"left\": 1,\n \"right\": 8\n}", + "1pair1": "{\n \"left\": 1,\n \"right\": 8\n}", + "2pair1": "{\n \"left\": 1,\n \"right\": 8\n}", + "3pair1": "{\n \"left\": 1,\n \"right\": 8\n}" + }, + { + "name": "twilightforest:magic_log_core", + "meta": 2, + "length": 1, + "name0": "twilightforest:magic_log", + "meta0": 2, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "twilightforest:magic_log_core", + "meta": 1, + "length": 1, + "name0": "twilightforest:magic_log", + "meta0": 1, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "railcraft:ore", + "meta": 4, + "length": 1, + "name0": "minecraft:dye", + "meta0": 4, + "0chance0": 594.525, + "1chance0": 794.175, + "2chance0": 1050.375, + "3chance0": 1330.225, + "0pair0": "{\n \"left\": 4,\n \"right\": 8\n}", + "1pair0": "{\n \"left\": 4,\n \"right\": 16\n}", + "2pair0": "{\n \"left\": 4,\n \"right\": 24\n}", + "3pair0": "{\n \"left\": 4,\n \"right\": 32\n}" + }, + { + "name": "enderio:block_dark_paper_anvil", + "meta": 0, + "length": 1, + "name0": "enderio:item_material", + "meta0": 77, + "0chance0": 351.4, + "1chance0": 349.875, + "2chance0": 351.85, + "3chance0": 351.175, + "0pair0": "{\n \"left\": 1,\n \"right\": 6\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 6\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 6\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 6\n}" + }, + { + "name": "forestry:ash_block_1", + "meta": 0, + "length": 2, + "name0": "minecraft:coal", + "meta0": 1, + "0chance0": 1600.0, + "1chance0": 1649.0249, + "2chance0": 1699.1501, + "3chance0": 1753.575, + "0pair0": "{\n \"left\": 16,\n \"right\": 16\n}", + "1pair0": "{\n \"left\": 16,\n \"right\": 17\n}", + "2pair0": "{\n \"left\": 16,\n \"right\": 18\n}", + "3pair0": "{\n \"left\": 16,\n \"right\": 19\n}", + "name1": "forestry:ash", + "meta1": 0, + "0chance1": 247.275, + "1chance1": 250.175, + "2chance1": 250.15, + "3chance1": 250.50002, + "0pair1": "{\n \"left\": 1,\n \"right\": 4\n}", + "1pair1": "{\n \"left\": 1,\n \"right\": 4\n}", + "2pair1": "{\n \"left\": 1,\n \"right\": 4\n}", + "3pair1": "{\n \"left\": 1,\n \"right\": 4\n}" + }, + { + "name": "extrautils2:ironwood_leaves", + "meta": 0, + "length": 1, + "name0": "extrautils2:ironwood_sapling", + "meta0": 0, + "0chance0": 4.575, + "1chance0": 6.225, + "2chance0": 8.95, + "3chance0": 9.175, + "0pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 0,\n \"right\": 1\n}" + }, + { + "name": "minecraft:mycelium", + "meta": 0, + "length": 1, + "name0": "minecraft:dirt", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "forestry:resources", + "meta": 0, + "length": 1, + "name0": "forestry:apatite", + "meta0": 0, + "0chance0": 400.775, + "1chance0": 526.5, + "2chance0": 701.0, + "3chance0": 880.7, + "0pair0": "{\n \"left\": 2,\n \"right\": 6\n}", + "1pair0": "{\n \"left\": 2,\n \"right\": 12\n}", + "2pair0": "{\n \"left\": 2,\n \"right\": 18\n}", + "3pair0": "{\n \"left\": 2,\n \"right\": 24\n}" + }, + { + "name": "twilightforest:magic_log_core", + "meta": 0, + "length": 1, + "name0": "twilightforest:magic_log", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "thaumcraft:thaumatorium_top", + "meta": 0, + "length": 1, + "name0": "thaumcraft:metal_alchemical", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "appliedenergistics2:quartz_ore", + "meta": 0, + "length": 1, + "name0": "appliedenergistics2:material", + "meta0": 0, + "0chance0": 148.92499, + "1chance0": 198.875, + "2chance0": 265.825, + "3chance0": 327.625, + "0pair0": "{\n \"left\": 1,\n \"right\": 2\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 4\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 6\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 8\n}" + }, + { + "name": "enderio:block_dark_paper_anvil", + "meta": 1, + "length": 1, + "name0": "enderio:item_material", + "meta0": 77, + "0chance0": 266.15, + "1chance0": 268.275, + "2chance0": 266.1, + "3chance0": 261.4, + "0pair0": "{\n \"left\": 1,\n \"right\": 5\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 5\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 5\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 5\n}" + }, + { + "name": "railcraft:ore", + "meta": 0, + "length": 1, + "name0": "railcraft:dust", + "meta0": 1, + "0chance0": 354.82498, + "1chance0": 400.35, + "2chance0": 453.00003, + "3chance0": 498.8, + "0pair0": "{\n \"left\": 2,\n \"right\": 5\n}", + "1pair0": "{\n \"left\": 2,\n \"right\": 6\n}", + "2pair0": "{\n \"left\": 2,\n \"right\": 7\n}", + "3pair0": "{\n \"left\": 2,\n \"right\": 8\n}" + }, + { + "name": "railcraft:ore", + "meta": 1, + "length": 1, + "name0": "railcraft:dust", + "meta0": 2, + "0chance0": 149.475, + "1chance0": 200.275, + "2chance0": 249.45, + "3chance0": 298.275, + "0pair0": "{\n \"left\": 1,\n \"right\": 2\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 4\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 5\n}" + }, + { + "name": "forestry:ash_block_3", + "meta": 0, + "length": 2, + "name0": "minecraft:coal", + "meta0": 1, + "0chance0": 4800.0, + "1chance0": 4851.275, + "2chance0": 4900.075, + "3chance0": 4949.625, + "0pair0": "{\n \"left\": 48,\n \"right\": 48\n}", + "1pair0": "{\n \"left\": 48,\n \"right\": 49\n}", + "2pair0": "{\n \"left\": 48,\n \"right\": 50\n}", + "3pair0": "{\n \"left\": 48,\n \"right\": 51\n}", + "name1": "forestry:ash", + "meta1": 0, + "0chance1": 653.925, + "1chance1": 662.325, + "2chance1": 642.275, + "3chance1": 659.14996, + "0pair1": "{\n \"left\": 1,\n \"right\": 12\n}", + "1pair1": "{\n \"left\": 1,\n \"right\": 12\n}", + "2pair1": "{\n \"left\": 1,\n \"right\": 12\n}", + "3pair1": "{\n \"left\": 1,\n \"right\": 12\n}" + }, + { + "name": "minecraft:grass_path", + "meta": 0, + "length": 1, + "name0": "minecraft:dirt", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "railcraft:post_metal_platform", + "meta": 11, + "length": 1, + "name0": "railcraft:post_metal_platform", + "meta0": 15, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "railcraft:post_metal_platform", + "meta": 8, + "length": 1, + "name0": "railcraft:post_metal_platform", + "meta0": 15, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "railcraft:post_metal_platform", + "meta": 7, + "length": 1, + "name0": "railcraft:post_metal_platform", + "meta0": 15, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "railcraft:post_metal_platform", + "meta": 3, + "length": 1, + "name0": "railcraft:post_metal_platform", + "meta0": 15, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "railcraft:post_metal_platform", + "meta": 6, + "length": 1, + "name0": "railcraft:post_metal_platform", + "meta0": 15, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "railcraft:post_metal_platform", + "meta": 13, + "length": 1, + "name0": "railcraft:post_metal_platform", + "meta0": 15, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "railcraft:post_metal_platform", + "meta": 5, + "length": 1, + "name0": "railcraft:post_metal_platform", + "meta0": 15, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "railcraft:ore", + "meta": 2, + "length": 1, + "name0": "minecraft:diamond", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 133.05, + "2chance0": 173.2, + "3chance0": 219.6, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 2\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 4\n}" + }, + { + "name": "railcraft:post_metal", + "meta": 1, + "length": 1, + "name0": "railcraft:post_metal", + "meta0": 15, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "railcraft:post_metal", + "meta": 14, + "length": 1, + "name0": "railcraft:post_metal", + "meta0": 15, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "railcraft:post_metal_platform", + "meta": 2, + "length": 1, + "name0": "railcraft:post_metal_platform", + "meta0": 15, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "railcraft:post_metal", + "meta": 5, + "length": 1, + "name0": "railcraft:post_metal", + "meta0": 15, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "railcraft:post_metal", + "meta": 9, + "length": 1, + "name0": "railcraft:post_metal", + "meta0": 15, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "railcraft:post_metal", + "meta": 2, + "length": 1, + "name0": "railcraft:post_metal", + "meta0": 15, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "railcraft:post_metal_platform", + "meta": 9, + "length": 1, + "name0": "railcraft:post_metal_platform", + "meta0": 15, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "railcraft:post_metal_platform", + "meta": 1, + "length": 1, + "name0": "railcraft:post_metal_platform", + "meta0": 15, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "thaumcraft:crystal_ordo", + "meta": 0, + "length": 1, + "name0": "thaumcraft:crystal_essence", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "railcraft:post_metal_platform", + "meta": 10, + "length": 1, + "name0": "railcraft:post_metal_platform", + "meta0": 15, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "thaumcraft:crystal_perditio", + "meta": 0, + "length": 1, + "name0": "thaumcraft:crystal_essence", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "thaumcraft:leaves_greatwood", + "meta": 0, + "length": 1, + "name0": "thaumcraft:sapling_greatwood", + "meta0": 0, + "0chance0": 1.25, + "1chance0": 1.3249999, + "2chance0": 1.35, + "3chance0": 1.55, + "0pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 0,\n \"right\": 1\n}" + }, + { + "name": "railcraft:ore", + "meta": 3, + "length": 1, + "name0": "minecraft:emerald", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 133.4, + "2chance0": 174.3, + "3chance0": 219.3, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 2\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 4\n}" + }, + { + "name": "railcraft:post_metal", + "meta": 13, + "length": 1, + "name0": "railcraft:post_metal", + "meta0": 15, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "railcraft:post_metal", + "meta": 10, + "length": 1, + "name0": "railcraft:post_metal", + "meta0": 15, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "railcraft:post_metal_platform", + "meta": 14, + "length": 1, + "name0": "railcraft:post_metal_platform", + "meta0": 15, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "railcraft:post_metal", + "meta": 6, + "length": 1, + "name0": "railcraft:post_metal", + "meta0": 15, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "minecraft:ender_chest", + "meta": 0, + "length": 1, + "name0": "minecraft:obsidian", + "meta0": 0, + "0chance0": 800.0, + "1chance0": 800.0, + "2chance0": 800.0, + "3chance0": 800.0, + "0pair0": "{\n \"left\": 8,\n \"right\": 8\n}", + "1pair0": "{\n \"left\": 8,\n \"right\": 8\n}", + "2pair0": "{\n \"left\": 8,\n \"right\": 8\n}", + "3pair0": "{\n \"left\": 8,\n \"right\": 8\n}" + }, + { + "name": "railcraft:post_metal", + "meta": 4, + "length": 1, + "name0": "railcraft:post_metal", + "meta0": 15, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "railcraft:post_metal_platform", + "meta": 4, + "length": 1, + "name0": "railcraft:post_metal_platform", + "meta0": 15, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "railcraft:post_metal", + "meta": 0, + "length": 1, + "name0": "railcraft:post_metal", + "meta0": 15, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "railcraft:post_metal_platform", + "meta": 12, + "length": 1, + "name0": "railcraft:post_metal_platform", + "meta0": 15, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "twilightforest:twilight_plant", + "meta": 7, + "length": 1, + "name0": "twilightforest:torchberries", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "railcraft:post_metal", + "meta": 8, + "length": 1, + "name0": "railcraft:post_metal", + "meta0": 15, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "thaumcraft:crystal_ignis", + "meta": 0, + "length": 1, + "name0": "thaumcraft:crystal_essence", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "railcraft:post_metal", + "meta": 3, + "length": 1, + "name0": "railcraft:post_metal", + "meta0": 15, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "thaumcraft:crystal_aer", + "meta": 0, + "length": 1, + "name0": "thaumcraft:crystal_essence", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "appliedenergistics2:charged_quartz_ore", + "meta": 0, + "length": 1, + "name0": "appliedenergistics2:material", + "meta0": 1, + "0chance0": 150.5, + "1chance0": 198.4, + "2chance0": 263.8, + "3chance0": 332.25, + "0pair0": "{\n \"left\": 1,\n \"right\": 2\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 4\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 6\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 8\n}" + }, + { + "name": "railcraft:post_metal", + "meta": 7, + "length": 1, + "name0": "railcraft:post_metal", + "meta0": 15, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "thaumcraft:taint_rock", + "meta": 0, + "length": 1, + "name0": "thaumcraft:crystal_essence", + "meta0": 0, + "0chance0": 6.9750004, + "1chance0": 14.15, + "2chance0": 19.724998, + "3chance0": 26.725, + "0pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 0,\n \"right\": 1\n}" + }, + { + "name": "extrautils2:cursedearth", + "meta": 0, + "length": 1, + "name0": "minecraft:dirt", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "extrautils2:ironwood_log", + "meta": 0, + "length": 1, + "name0": "extrautils2:ironwood_planks", + "meta0": 0, + "0chance0": 99.0, + "1chance0": 99.1, + "2chance0": 99.025, + "3chance0": 99.125, + "0pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 0,\n \"right\": 1\n}" + }, + { + "name": "dimdoors:dimensional_trapdoor", + "meta": 0, + "length": 1, + "name0": "minecraft:trapdoor", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "thaumcraft:stone_porous", + "meta": 0, + "length": 17, + "name0": "minecraft:gravel", + "meta0": 0, + "0chance0": 93.65, + "1chance0": 86.425, + "2chance0": 81.950005, + "3chance0": 73.925, + "0pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "name1": "minecraft:diamond", + "meta1": 0, + "0chance1": 0.05, + "1chance1": 0.05, + "2chance1": 0.2, + "3chance1": 0.425, + "0pair1": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair1": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair1": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair1": "{\n \"left\": 0,\n \"right\": 1\n}", + "name2": "minecraft:redstone", + "meta2": 0, + "0chance2": 0.2, + "1chance2": 0.6, + "2chance2": 0.75, + "3chance2": 0.975, + "0pair2": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair2": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair2": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair2": "{\n \"left\": 0,\n \"right\": 1\n}", + "name3": "minecraft:clay_ball", + "meta3": 0, + "0chance3": 0.825, + "1chance3": 2.325, + "2chance3": 2.6499999, + "3chance3": 4.2, + "0pair3": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair3": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair3": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair3": "{\n \"left\": 0,\n \"right\": 1\n}", + "name4": "minecraft:emerald", + "meta4": 0, + "0chance4": 0.15, + "1chance4": 0.17500001, + "2chance4": 0.3, + "3chance4": 0.45, + "0pair4": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair4": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair4": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair4": "{\n \"left\": 0,\n \"right\": 1\n}", + "name5": "minecraft:quartz", + "meta5": 0, + "0chance5": 0.55, + "1chance5": 0.775, + "2chance5": 1.275, + "3chance5": 2.0, + "0pair5": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair5": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair5": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair5": "{\n \"left\": 0,\n \"right\": 1\n}", + "name6": "minecraft:prismarine_shard", + "meta6": 0, + "0chance6": 0.125, + "1chance6": 0.15, + "2chance6": 0.35000002, + "3chance6": 0.35000002, + "0pair6": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair6": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair6": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair6": "{\n \"left\": 0,\n \"right\": 1\n}", + "name7": "minecraft:prismarine_crystals", + "meta7": 0, + "0chance7": 0.125, + "1chance7": 0.2, + "2chance7": 0.275, + "3chance7": 0.3, + "0pair7": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair7": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair7": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair7": "{\n \"left\": 0,\n \"right\": 1\n}", + "name8": "thaumcraft:amber", + "meta8": 0, + "0chance8": 0.70000005, + "1chance8": 1.425, + "2chance8": 1.575, + "3chance8": 2.525, + "0pair8": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair8": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair8": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair8": "{\n \"left\": 0,\n \"right\": 1\n}", + "name9": "thaumcraft:cluster", + "meta9": 0, + "0chance9": 0.675, + "1chance9": 1.525, + "2chance9": 1.85, + "3chance9": 2.6000001, + "0pair9": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair9": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair9": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair9": "{\n \"left\": 0,\n \"right\": 1\n}", + "name10": "thaumcraft:cluster", + "meta10": 1, + "0chance10": 0.375, + "1chance10": 0.625, + "2chance10": 0.925, + "3chance10": 1.375, + "0pair10": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair10": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair10": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair10": "{\n \"left\": 0,\n \"right\": 1\n}", + "name11": "thaumcraft:cluster", + "meta11": 2, + "0chance11": 0.375, + "1chance11": 0.575, + "2chance11": 1.0, + "3chance11": 1.25, + "0pair11": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair11": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair11": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair11": "{\n \"left\": 0,\n \"right\": 1\n}", + "name12": "thaumcraft:cluster", + "meta12": 3, + "0chance12": 0.35000002, + "1chance12": 0.775, + "2chance12": 0.875, + "3chance12": 1.4499999, + "0pair12": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair12": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair12": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair12": "{\n \"left\": 0,\n \"right\": 1\n}", + "name13": "thaumcraft:cluster", + "meta13": 4, + "0chance13": 0.275, + "1chance13": 0.575, + "2chance13": 0.85, + "3chance13": 1.15, + "0pair13": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair13": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair13": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair13": "{\n \"left\": 0,\n \"right\": 1\n}", + "name14": "thaumcraft:cluster", + "meta14": 5, + "0chance14": 0.275, + "1chance14": 0.70000005, + "2chance14": 1.025, + "3chance14": 1.35, + "0pair14": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair14": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair14": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair14": "{\n \"left\": 0,\n \"right\": 1\n}", + "name15": "thaumcraft:cluster", + "meta15": 6, + "0chance15": 0.225, + "1chance15": 0.625, + "2chance15": 0.8, + "3chance15": 1.175, + "0pair15": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair15": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair15": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair15": "{\n \"left\": 0,\n \"right\": 1\n}", + "name16": "thaumcraft:crystal_essence", + "meta16": 0, + "0chance16": 1.075, + "1chance16": 2.475, + "2chance16": 3.3500001, + "3chance16": 4.5, + "0pair16": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair16": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair16": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair16": "{\n \"left\": 0,\n \"right\": 1\n}" + }, + { + "name": "thaumcraft:loot_crate_uncommon", + "meta": 0, + "length": 400, + "name0": "minecraft:iron_axe", + "meta0": 1, + "0chance0": 0.0, + "1chance0": 0.0, + "2chance0": 0.025, + "3chance0": 0.0, + "0pair0": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair0": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 0,\n \"right\": 0\n}", + "name1": "minecraft:iron_axe", + "meta1": 3, + "0chance1": 0.05, + "1chance1": 0.0, + "2chance1": 0.0, + "3chance1": 0.025, + "0pair1": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair1": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair1": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair1": "{\n \"left\": 0,\n \"right\": 1\n}", + "name2": "minecraft:iron_axe", + "meta2": 5, + "0chance2": 0.0, + "1chance2": 0.0, + "2chance2": 0.05, + "3chance2": 0.0, + "0pair2": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair2": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair2": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair2": "{\n \"left\": 0,\n \"right\": 0\n}", + "name3": "minecraft:iron_axe", + "meta3": 6, + "0chance3": 0.0, + "1chance3": 0.0, + "2chance3": 0.0, + "3chance3": 0.025, + "0pair3": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair3": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair3": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair3": "{\n \"left\": 0,\n \"right\": 1\n}", + "name4": "minecraft:iron_axe", + "meta4": 7, + "0chance4": 0.0, + "1chance4": 0.025, + "2chance4": 0.0, + "3chance4": 0.0, + "0pair4": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair4": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair4": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair4": "{\n \"left\": 0,\n \"right\": 0\n}", + "name5": "minecraft:iron_axe", + "meta5": 9, + "0chance5": 0.0, + "1chance5": 0.0, + "2chance5": 0.0, + "3chance5": 0.025, + "0pair5": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair5": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair5": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair5": "{\n \"left\": 0,\n \"right\": 1\n}", + "name6": "minecraft:iron_axe", + "meta6": 10, + "0chance6": 0.05, + "1chance6": 0.05, + "2chance6": 0.0, + "3chance6": 0.0, + "0pair6": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair6": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair6": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair6": "{\n \"left\": 0,\n \"right\": 0\n}", + "name7": "minecraft:iron_axe", + "meta7": 11, + "0chance7": 0.025, + "1chance7": 0.025, + "2chance7": 0.0, + "3chance7": 0.0, + "0pair7": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair7": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair7": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair7": "{\n \"left\": 0,\n \"right\": 0\n}", + "name8": "minecraft:iron_axe", + "meta8": 12, + "0chance8": 0.0, + "1chance8": 0.0, + "2chance8": 0.025, + "3chance8": 0.0, + "0pair8": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair8": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair8": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair8": "{\n \"left\": 0,\n \"right\": 0\n}", + "name9": "minecraft:iron_axe", + "meta9": 14, + "0chance9": 0.0, + "1chance9": 0.0, + "2chance9": 0.0, + "3chance9": 0.025, + "0pair9": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair9": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair9": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair9": "{\n \"left\": 0,\n \"right\": 1\n}", + "name10": "minecraft:iron_axe", + "meta10": 15, + "0chance10": 0.025, + "1chance10": 0.0, + "2chance10": 0.0, + "3chance10": 0.025, + "0pair10": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair10": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair10": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair10": "{\n \"left\": 0,\n \"right\": 1\n}", + "name11": "minecraft:iron_axe", + "meta11": 16, + "0chance11": 0.025, + "1chance11": 0.0, + "2chance11": 0.0, + "3chance11": 0.0, + "0pair11": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair11": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair11": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair11": "{\n \"left\": 0,\n \"right\": 0\n}", + "name12": "minecraft:iron_axe", + "meta12": 17, + "0chance12": 0.0, + "1chance12": 0.075, + "2chance12": 0.0, + "3chance12": 0.0, + "0pair12": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair12": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair12": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair12": "{\n \"left\": 0,\n \"right\": 0\n}", + "name13": "minecraft:iron_axe", + "meta13": 18, + "0chance13": 0.025, + "1chance13": 0.025, + "2chance13": 0.0, + "3chance13": 0.05, + "0pair13": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair13": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair13": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair13": "{\n \"left\": 0,\n \"right\": 1\n}", + "name14": "minecraft:iron_axe", + "meta14": 19, + "0chance14": 0.025, + "1chance14": 0.0, + "2chance14": 0.0, + "3chance14": 0.0, + "0pair14": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair14": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair14": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair14": "{\n \"left\": 0,\n \"right\": 0\n}", + "name15": "minecraft:iron_axe", + "meta15": 20, + "0chance15": 0.0, + "1chance15": 0.05, + "2chance15": 0.025, + "3chance15": 0.025, + "0pair15": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair15": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair15": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair15": "{\n \"left\": 0,\n \"right\": 0\n}", + "name16": "minecraft:iron_axe", + "meta16": 22, + "0chance16": 0.025, + "1chance16": 0.0, + "2chance16": 0.0, + "3chance16": 0.0, + "0pair16": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair16": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair16": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair16": "{\n \"left\": 0,\n \"right\": 0\n}", + "name17": "minecraft:iron_axe", + "meta17": 23, + "0chance17": 0.0, + "1chance17": 0.0, + "2chance17": 0.0, + "3chance17": 0.025, + "0pair17": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair17": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair17": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair17": "{\n \"left\": 0,\n \"right\": 1\n}", + "name18": "minecraft:iron_axe", + "meta18": 24, + "0chance18": 0.0, + "1chance18": 0.025, + "2chance18": 0.025, + "3chance18": 0.0, + "0pair18": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair18": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair18": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair18": "{\n \"left\": 0,\n \"right\": 0\n}", + "name19": "minecraft:iron_axe", + "meta19": 25, + "0chance19": 0.05, + "1chance19": 0.025, + "2chance19": 0.0, + "3chance19": 0.025, + "0pair19": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair19": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair19": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair19": "{\n \"left\": 0,\n \"right\": 1\n}", + "name20": "minecraft:iron_axe", + "meta20": 26, + "0chance20": 0.0, + "1chance20": 0.025, + "2chance20": 0.0, + "3chance20": 0.0, + "0pair20": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair20": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair20": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair20": "{\n \"left\": 0,\n \"right\": 0\n}", + "name21": "minecraft:iron_axe", + "meta21": 27, + "0chance21": 0.0, + "1chance21": 0.0, + "2chance21": 0.05, + "3chance21": 0.025, + "0pair21": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair21": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair21": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair21": "{\n \"left\": 0,\n \"right\": 1\n}", + "name22": "minecraft:iron_axe", + "meta22": 28, + "0chance22": 0.0, + "1chance22": 0.0, + "2chance22": 0.025, + "3chance22": 0.0, + "0pair22": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair22": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair22": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair22": "{\n \"left\": 0,\n \"right\": 0\n}", + "name23": "minecraft:iron_axe", + "meta23": 29, + "0chance23": 0.0, + "1chance23": 0.0, + "2chance23": 0.025, + "3chance23": 0.0, + "0pair23": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair23": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair23": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair23": "{\n \"left\": 0,\n \"right\": 0\n}", + "name24": "minecraft:iron_axe", + "meta24": 30, + "0chance24": 0.025, + "1chance24": 0.0, + "2chance24": 0.0, + "3chance24": 0.0, + "0pair24": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair24": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair24": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair24": "{\n \"left\": 0,\n \"right\": 0\n}", + "name25": "minecraft:iron_axe", + "meta25": 31, + "0chance25": 0.0, + "1chance25": 0.0, + "2chance25": 0.025, + "3chance25": 0.0, + "0pair25": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair25": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair25": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair25": "{\n \"left\": 0,\n \"right\": 0\n}", + "name26": "minecraft:iron_axe", + "meta26": 33, + "0chance26": 0.0, + "1chance26": 0.0, + "2chance26": 0.0, + "3chance26": 0.025, + "0pair26": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair26": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair26": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair26": "{\n \"left\": 0,\n \"right\": 1\n}", + "name27": "minecraft:iron_axe", + "meta27": 34, + "0chance27": 0.025, + "1chance27": 0.0, + "2chance27": 0.0, + "3chance27": 0.0, + "0pair27": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair27": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair27": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair27": "{\n \"left\": 0,\n \"right\": 0\n}", + "name28": "minecraft:iron_axe", + "meta28": 36, + "0chance28": 0.025, + "1chance28": 0.0, + "2chance28": 0.025, + "3chance28": 0.0, + "0pair28": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair28": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair28": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair28": "{\n \"left\": 0,\n \"right\": 0\n}", + "name29": "minecraft:iron_axe", + "meta29": 37, + "0chance29": 0.0, + "1chance29": 0.025, + "2chance29": 0.0, + "3chance29": 0.0, + "0pair29": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair29": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair29": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair29": "{\n \"left\": 0,\n \"right\": 0\n}", + "name30": "minecraft:iron_axe", + "meta30": 38, + "0chance30": 0.05, + "1chance30": 0.025, + "2chance30": 0.0, + "3chance30": 0.0, + "0pair30": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair30": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair30": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair30": "{\n \"left\": 0,\n \"right\": 0\n}", + "name31": "minecraft:iron_axe", + "meta31": 39, + "0chance31": 0.0, + "1chance31": 0.0, + "2chance31": 0.0, + "3chance31": 0.05, + "0pair31": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair31": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair31": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair31": "{\n \"left\": 0,\n \"right\": 1\n}", + "name32": "minecraft:iron_axe", + "meta32": 40, + "0chance32": 0.0, + "1chance32": 0.05, + "2chance32": 0.0, + "3chance32": 0.0, + "0pair32": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair32": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair32": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair32": "{\n \"left\": 0,\n \"right\": 0\n}", + "name33": "minecraft:iron_axe", + "meta33": 41, + "0chance33": 0.0, + "1chance33": 0.05, + "2chance33": 0.025, + "3chance33": 0.0, + "0pair33": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair33": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair33": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair33": "{\n \"left\": 0,\n \"right\": 0\n}", + "name34": "minecraft:diamond", + "meta34": 0, + "0chance34": 4.375, + "1chance34": 4.6, + "2chance34": 4.1, + "3chance34": 3.85, + "0pair34": "{\n \"left\": 0,\n \"right\": 2\n}", + "1pair34": "{\n \"left\": 0,\n \"right\": 2\n}", + "2pair34": "{\n \"left\": 0,\n \"right\": 2\n}", + "3pair34": "{\n \"left\": 0,\n \"right\": 2\n}", + "name35": "minecraft:gold_ingot", + "meta35": 0, + "0chance35": 8.95, + "1chance35": 8.45, + "2chance35": 8.6, + "3chance35": 9.475, + "0pair35": "{\n \"left\": 0,\n \"right\": 2\n}", + "1pair35": "{\n \"left\": 0,\n \"right\": 2\n}", + "2pair35": "{\n \"left\": 0,\n \"right\": 2\n}", + "3pair35": "{\n \"left\": 0,\n \"right\": 2\n}", + "name36": "minecraft:iron_sword", + "meta36": 0, + "0chance36": 0.0, + "1chance36": 0.025, + "2chance36": 0.025, + "3chance36": 0.0, + "0pair36": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair36": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair36": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair36": "{\n \"left\": 0,\n \"right\": 0\n}", + "name37": "minecraft:iron_sword", + "meta37": 1, + "0chance37": 0.0, + "1chance37": 0.0, + "2chance37": 0.05, + "3chance37": 0.0, + "0pair37": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair37": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair37": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair37": "{\n \"left\": 0,\n \"right\": 0\n}", + "name38": "minecraft:iron_sword", + "meta38": 2, + "0chance38": 0.025, + "1chance38": 0.025, + "2chance38": 0.0, + "3chance38": 0.0, + "0pair38": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair38": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair38": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair38": "{\n \"left\": 0,\n \"right\": 0\n}", + "name39": "minecraft:iron_sword", + "meta39": 3, + "0chance39": 0.0, + "1chance39": 0.0, + "2chance39": 0.075, + "3chance39": 0.025, + "0pair39": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair39": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair39": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair39": "{\n \"left\": 0,\n \"right\": 1\n}", + "name40": "minecraft:iron_sword", + "meta40": 4, + "0chance40": 0.0, + "1chance40": 0.025, + "2chance40": 0.0, + "3chance40": 0.025, + "0pair40": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair40": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair40": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair40": "{\n \"left\": 0,\n \"right\": 1\n}", + "name41": "minecraft:iron_sword", + "meta41": 5, + "0chance41": 0.0, + "1chance41": 0.0, + "2chance41": 0.0, + "3chance41": 0.05, + "0pair41": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair41": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair41": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair41": "{\n \"left\": 0,\n \"right\": 1\n}", + "name42": "minecraft:iron_sword", + "meta42": 6, + "0chance42": 0.0, + "1chance42": 0.05, + "2chance42": 0.025, + "3chance42": 0.025, + "0pair42": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair42": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair42": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair42": "{\n \"left\": 0,\n \"right\": 1\n}", + "name43": "minecraft:iron_sword", + "meta43": 7, + "0chance43": 0.025, + "1chance43": 0.075, + "2chance43": 0.025, + "3chance43": 0.0, + "0pair43": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair43": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair43": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair43": "{\n \"left\": 0,\n \"right\": 0\n}", + "name44": "minecraft:iron_sword", + "meta44": 8, + "0chance44": 0.0, + "1chance44": 0.0, + "2chance44": 0.05, + "3chance44": 0.0, + "0pair44": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair44": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair44": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair44": "{\n \"left\": 0,\n \"right\": 0\n}", + "name45": "minecraft:iron_sword", + "meta45": 9, + "0chance45": 0.05, + "1chance45": 0.0, + "2chance45": 0.025, + "3chance45": 0.0, + "0pair45": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair45": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair45": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair45": "{\n \"left\": 0,\n \"right\": 0\n}", + "name46": "minecraft:iron_sword", + "meta46": 10, + "0chance46": 0.075, + "1chance46": 0.0, + "2chance46": 0.025, + "3chance46": 0.025, + "0pair46": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair46": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair46": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair46": "{\n \"left\": 0,\n \"right\": 0\n}", + "name47": "minecraft:iron_sword", + "meta47": 11, + "0chance47": 0.025, + "1chance47": 0.0, + "2chance47": 0.025, + "3chance47": 0.025, + "0pair47": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair47": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair47": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair47": "{\n \"left\": 0,\n \"right\": 1\n}", + "name48": "minecraft:iron_sword", + "meta48": 12, + "0chance48": 0.0, + "1chance48": 0.025, + "2chance48": 0.0, + "3chance48": 0.05, + "0pair48": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair48": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair48": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair48": "{\n \"left\": 0,\n \"right\": 1\n}", + "name49": "minecraft:iron_sword", + "meta49": 13, + "0chance49": 0.025, + "1chance49": 0.025, + "2chance49": 0.0, + "3chance49": 0.0, + "0pair49": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair49": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair49": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair49": "{\n \"left\": 0,\n \"right\": 0\n}", + "name50": "minecraft:iron_sword", + "meta50": 14, + "0chance50": 0.025, + "1chance50": 0.075, + "2chance50": 0.05, + "3chance50": 0.0, + "0pair50": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair50": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair50": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair50": "{\n \"left\": 0,\n \"right\": 0\n}", + "name51": "minecraft:iron_sword", + "meta51": 15, + "0chance51": 0.025, + "1chance51": 0.0, + "2chance51": 0.0, + "3chance51": 0.025, + "0pair51": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair51": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair51": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair51": "{\n \"left\": 0,\n \"right\": 1\n}", + "name52": "minecraft:iron_sword", + "meta52": 16, + "0chance52": 0.05, + "1chance52": 0.0, + "2chance52": 0.025, + "3chance52": 0.025, + "0pair52": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair52": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair52": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair52": "{\n \"left\": 0,\n \"right\": 0\n}", + "name53": "minecraft:iron_sword", + "meta53": 17, + "0chance53": 0.025, + "1chance53": 0.0, + "2chance53": 0.05, + "3chance53": 0.0, + "0pair53": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair53": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair53": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair53": "{\n \"left\": 0,\n \"right\": 0\n}", + "name54": "minecraft:iron_sword", + "meta54": 18, + "0chance54": 0.0, + "1chance54": 0.05, + "2chance54": 0.025, + "3chance54": 0.0, + "0pair54": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair54": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair54": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair54": "{\n \"left\": 0,\n \"right\": 0\n}", + "name55": "minecraft:iron_sword", + "meta55": 19, + "0chance55": 0.0, + "1chance55": 0.0, + "2chance55": 0.0, + "3chance55": 0.025, + "0pair55": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair55": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair55": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair55": "{\n \"left\": 0,\n \"right\": 1\n}", + "name56": "minecraft:iron_sword", + "meta56": 20, + "0chance56": 0.0, + "1chance56": 0.0, + "2chance56": 0.025, + "3chance56": 0.025, + "0pair56": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair56": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair56": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair56": "{\n \"left\": 0,\n \"right\": 1\n}", + "name57": "minecraft:iron_sword", + "meta57": 21, + "0chance57": 0.0, + "1chance57": 0.05, + "2chance57": 0.0, + "3chance57": 0.025, + "0pair57": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair57": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair57": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair57": "{\n \"left\": 0,\n \"right\": 1\n}", + "name58": "minecraft:iron_sword", + "meta58": 22, + "0chance58": 0.0, + "1chance58": 0.025, + "2chance58": 0.025, + "3chance58": 0.0, + "0pair58": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair58": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair58": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair58": "{\n \"left\": 0,\n \"right\": 0\n}", + "name59": "minecraft:iron_sword", + "meta59": 23, + "0chance59": 0.0, + "1chance59": 0.0, + "2chance59": 0.025, + "3chance59": 0.075, + "0pair59": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair59": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair59": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair59": "{\n \"left\": 0,\n \"right\": 1\n}", + "name60": "minecraft:iron_sword", + "meta60": 24, + "0chance60": 0.05, + "1chance60": 0.0, + "2chance60": 0.0, + "3chance60": 0.025, + "0pair60": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair60": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair60": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair60": "{\n \"left\": 0,\n \"right\": 0\n}", + "name61": "minecraft:iron_sword", + "meta61": 25, + "0chance61": 0.025, + "1chance61": 0.0, + "2chance61": 0.025, + "3chance61": 0.0, + "0pair61": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair61": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair61": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair61": "{\n \"left\": 0,\n \"right\": 0\n}", + "name62": "minecraft:iron_sword", + "meta62": 26, + "0chance62": 0.025, + "1chance62": 0.0, + "2chance62": 0.0, + "3chance62": 0.0, + "0pair62": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair62": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair62": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair62": "{\n \"left\": 0,\n \"right\": 0\n}", + "name63": "minecraft:iron_sword", + "meta63": 28, + "0chance63": 0.025, + "1chance63": 0.025, + "2chance63": 0.0, + "3chance63": 0.0, + "0pair63": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair63": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair63": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair63": "{\n \"left\": 0,\n \"right\": 0\n}", + "name64": "minecraft:iron_sword", + "meta64": 29, + "0chance64": 0.075, + "1chance64": 0.0, + "2chance64": 0.0, + "3chance64": 0.0, + "0pair64": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair64": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair64": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair64": "{\n \"left\": 0,\n \"right\": 0\n}", + "name65": "minecraft:iron_sword", + "meta65": 30, + "0chance65": 0.0, + "1chance65": 0.025, + "2chance65": 0.0, + "3chance65": 0.05, + "0pair65": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair65": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair65": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair65": "{\n \"left\": 0,\n \"right\": 1\n}", + "name66": "minecraft:iron_sword", + "meta66": 31, + "0chance66": 0.0, + "1chance66": 0.0, + "2chance66": 0.025, + "3chance66": 0.025, + "0pair66": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair66": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair66": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair66": "{\n \"left\": 0,\n \"right\": 1\n}", + "name67": "minecraft:iron_sword", + "meta67": 32, + "0chance67": 0.0, + "1chance67": 0.05, + "2chance67": 0.0, + "3chance67": 0.0, + "0pair67": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair67": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair67": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair67": "{\n \"left\": 0,\n \"right\": 0\n}", + "name68": "minecraft:iron_sword", + "meta68": 33, + "0chance68": 0.025, + "1chance68": 0.05, + "2chance68": 0.025, + "3chance68": 0.025, + "0pair68": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair68": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair68": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair68": "{\n \"left\": 0,\n \"right\": 1\n}", + "name69": "minecraft:iron_sword", + "meta69": 34, + "0chance69": 0.05, + "1chance69": 0.025, + "2chance69": 0.025, + "3chance69": 0.0, + "0pair69": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair69": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair69": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair69": "{\n \"left\": 0,\n \"right\": 0\n}", + "name70": "minecraft:iron_sword", + "meta70": 35, + "0chance70": 0.0, + "1chance70": 0.025, + "2chance70": 0.025, + "3chance70": 0.0, + "0pair70": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair70": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair70": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair70": "{\n \"left\": 0,\n \"right\": 0\n}", + "name71": "minecraft:iron_sword", + "meta71": 36, + "0chance71": 0.025, + "1chance71": 0.025, + "2chance71": 0.025, + "3chance71": 0.025, + "0pair71": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair71": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair71": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair71": "{\n \"left\": 0,\n \"right\": 1\n}", + "name72": "minecraft:iron_sword", + "meta72": 37, + "0chance72": 0.025, + "1chance72": 0.05, + "2chance72": 0.0, + "3chance72": 0.05, + "0pair72": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair72": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair72": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair72": "{\n \"left\": 0,\n \"right\": 1\n}", + "name73": "minecraft:iron_sword", + "meta73": 38, + "0chance73": 0.075, + "1chance73": 0.0, + "2chance73": 0.0, + "3chance73": 0.05, + "0pair73": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair73": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair73": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair73": "{\n \"left\": 0,\n \"right\": 0\n}", + "name74": "minecraft:iron_sword", + "meta74": 39, + "0chance74": 0.0, + "1chance74": 0.025, + "2chance74": 0.0, + "3chance74": 0.025, + "0pair74": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair74": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair74": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair74": "{\n \"left\": 0,\n \"right\": 0\n}", + "name75": "minecraft:iron_sword", + "meta75": 40, + "0chance75": 0.025, + "1chance75": 0.075, + "2chance75": 0.025, + "3chance75": 0.0, + "0pair75": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair75": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair75": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair75": "{\n \"left\": 0,\n \"right\": 0\n}", + "name76": "minecraft:iron_sword", + "meta76": 41, + "0chance76": 0.05, + "1chance76": 0.0, + "2chance76": 0.025, + "3chance76": 0.0, + "0pair76": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair76": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair76": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair76": "{\n \"left\": 0,\n \"right\": 0\n}", + "name77": "minecraft:diamond_sword", + "meta77": 78, + "0chance77": 0.0, + "1chance77": 0.0, + "2chance77": 0.0, + "3chance77": 0.025, + "0pair77": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair77": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair77": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair77": "{\n \"left\": 0,\n \"right\": 1\n}", + "name78": "minecraft:golden_sword", + "meta78": 1, + "0chance78": 0.025, + "1chance78": 0.0, + "2chance78": 0.05, + "3chance78": 0.0, + "0pair78": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair78": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair78": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair78": "{\n \"left\": 0,\n \"right\": 0\n}", + "name79": "minecraft:golden_sword", + "meta79": 2, + "0chance79": 0.05, + "1chance79": 0.0, + "2chance79": 0.05, + "3chance79": 0.05, + "0pair79": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair79": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair79": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair79": "{\n \"left\": 0,\n \"right\": 1\n}", + "name80": "minecraft:golden_sword", + "meta80": 3, + "0chance80": 0.025, + "1chance80": 0.025, + "2chance80": 0.0, + "3chance80": 0.0, + "0pair80": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair80": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair80": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair80": "{\n \"left\": 0,\n \"right\": 0\n}", + "name81": "minecraft:golden_sword", + "meta81": 4, + "0chance81": 0.0, + "1chance81": 0.05, + "2chance81": 0.0, + "3chance81": 0.0, + "0pair81": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair81": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair81": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair81": "{\n \"left\": 0,\n \"right\": 0\n}", + "name82": "minecraft:golden_sword", + "meta82": 5, + "0chance82": 0.025, + "1chance82": 0.0, + "2chance82": 0.0, + "3chance82": 0.0, + "0pair82": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair82": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair82": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair82": "{\n \"left\": 0,\n \"right\": 0\n}", + "name83": "minecraft:golden_axe", + "meta83": 0, + "0chance83": 0.075, + "1chance83": 0.075, + "2chance83": 0.15, + "3chance83": 0.1, + "0pair83": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair83": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair83": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair83": "{\n \"left\": 0,\n \"right\": 1\n}", + "name84": "minecraft:golden_axe", + "meta84": 1, + "0chance84": 0.05, + "1chance84": 0.15, + "2chance84": 0.025, + "3chance84": 0.05, + "0pair84": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair84": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair84": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair84": "{\n \"left\": 0,\n \"right\": 1\n}", + "name85": "minecraft:golden_axe", + "meta85": 2, + "0chance85": 0.025, + "1chance85": 0.025, + "2chance85": 0.025, + "3chance85": 0.0, + "0pair85": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair85": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair85": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair85": "{\n \"left\": 0,\n \"right\": 0\n}", + "name86": "minecraft:golden_axe", + "meta86": 3, + "0chance86": 0.05, + "1chance86": 0.05, + "2chance86": 0.1, + "3chance86": 0.0, + "0pair86": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair86": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair86": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair86": "{\n \"left\": 0,\n \"right\": 0\n}", + "name87": "minecraft:golden_axe", + "meta87": 4, + "0chance87": 0.125, + "1chance87": 0.025, + "2chance87": 0.05, + "3chance87": 0.0, + "0pair87": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair87": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair87": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair87": "{\n \"left\": 0,\n \"right\": 0\n}", + "name88": "minecraft:golden_axe", + "meta88": 5, + "0chance88": 0.025, + "1chance88": 0.1, + "2chance88": 0.025, + "3chance88": 0.0, + "0pair88": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair88": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair88": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair88": "{\n \"left\": 0,\n \"right\": 0\n}", + "name89": "minecraft:leather_helmet", + "meta89": 0, + "0chance89": 0.075, + "1chance89": 0.0, + "2chance89": 0.0, + "3chance89": 0.1, + "0pair89": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair89": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair89": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair89": "{\n \"left\": 0,\n \"right\": 1\n}", + "name90": "minecraft:leather_helmet", + "meta90": 1, + "0chance90": 0.05, + "1chance90": 0.025, + "2chance90": 0.0, + "3chance90": 0.025, + "0pair90": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair90": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair90": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair90": "{\n \"left\": 0,\n \"right\": 0\n}", + "name91": "minecraft:leather_helmet", + "meta91": 2, + "0chance91": 0.0, + "1chance91": 0.025, + "2chance91": 0.05, + "3chance91": 0.025, + "0pair91": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair91": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair91": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair91": "{\n \"left\": 0,\n \"right\": 1\n}", + "name92": "minecraft:leather_helmet", + "meta92": 3, + "0chance92": 0.05, + "1chance92": 0.025, + "2chance92": 0.1, + "3chance92": 0.05, + "0pair92": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair92": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair92": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair92": "{\n \"left\": 0,\n \"right\": 1\n}", + "name93": "minecraft:leather_helmet", + "meta93": 4, + "0chance93": 0.025, + "1chance93": 0.05, + "2chance93": 0.0, + "3chance93": 0.0, + "0pair93": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair93": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair93": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair93": "{\n \"left\": 0,\n \"right\": 0\n}", + "name94": "minecraft:leather_helmet", + "meta94": 5, + "0chance94": 0.075, + "1chance94": 0.025, + "2chance94": 0.025, + "3chance94": 0.1, + "0pair94": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair94": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair94": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair94": "{\n \"left\": 0,\n \"right\": 1\n}", + "name95": "minecraft:leather_helmet", + "meta95": 6, + "0chance95": 0.05, + "1chance95": 0.05, + "2chance95": 0.05, + "3chance95": 0.05, + "0pair95": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair95": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair95": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair95": "{\n \"left\": 0,\n \"right\": 1\n}", + "name96": "minecraft:leather_helmet", + "meta96": 7, + "0chance96": 0.05, + "1chance96": 0.05, + "2chance96": 0.05, + "3chance96": 0.05, + "0pair96": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair96": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair96": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair96": "{\n \"left\": 0,\n \"right\": 0\n}", + "name97": "minecraft:leather_helmet", + "meta97": 8, + "0chance97": 0.075, + "1chance97": 0.075, + "2chance97": 0.025, + "3chance97": 0.05, + "0pair97": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair97": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair97": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair97": "{\n \"left\": 0,\n \"right\": 1\n}", + "name98": "minecraft:leather_helmet", + "meta98": 9, + "0chance98": 0.05, + "1chance98": 0.0, + "2chance98": 0.075, + "3chance98": 0.05, + "0pair98": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair98": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair98": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair98": "{\n \"left\": 0,\n \"right\": 1\n}", + "name99": "minecraft:leather_chestplate", + "meta99": 0, + "0chance99": 0.025, + "1chance99": 0.0, + "2chance99": 0.025, + "3chance99": 0.0, + "0pair99": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair99": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair99": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair99": "{\n \"left\": 0,\n \"right\": 0\n}", + "name100": "minecraft:leather_chestplate", + "meta100": 1, + "0chance100": 0.0, + "1chance100": 0.0, + "2chance100": 0.0, + "3chance100": 0.025, + "0pair100": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair100": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair100": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair100": "{\n \"left\": 0,\n \"right\": 1\n}", + "name101": "minecraft:leather_chestplate", + "meta101": 2, + "0chance101": 0.0, + "1chance101": 0.025, + "2chance101": 0.05, + "3chance101": 0.025, + "0pair101": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair101": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair101": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair101": "{\n \"left\": 0,\n \"right\": 0\n}", + "name102": "minecraft:leather_chestplate", + "meta102": 3, + "0chance102": 0.0, + "1chance102": 0.0, + "2chance102": 0.025, + "3chance102": 0.05, + "0pair102": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair102": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair102": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair102": "{\n \"left\": 0,\n \"right\": 1\n}", + "name103": "minecraft:leather_chestplate", + "meta103": 4, + "0chance103": 0.05, + "1chance103": 0.025, + "2chance103": 0.0, + "3chance103": 0.0, + "0pair103": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair103": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair103": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair103": "{\n \"left\": 0,\n \"right\": 0\n}", + "name104": "minecraft:leather_chestplate", + "meta104": 5, + "0chance104": 0.05, + "1chance104": 0.025, + "2chance104": 0.0, + "3chance104": 0.025, + "0pair104": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair104": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair104": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair104": "{\n \"left\": 0,\n \"right\": 1\n}", + "name105": "minecraft:leather_chestplate", + "meta105": 6, + "0chance105": 0.025, + "1chance105": 0.025, + "2chance105": 0.0, + "3chance105": 0.0, + "0pair105": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair105": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair105": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair105": "{\n \"left\": 0,\n \"right\": 0\n}", + "name106": "minecraft:leather_chestplate", + "meta106": 7, + "0chance106": 0.0, + "1chance106": 0.075, + "2chance106": 0.0, + "3chance106": 0.0, + "0pair106": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair106": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair106": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair106": "{\n \"left\": 0,\n \"right\": 0\n}", + "name107": "minecraft:leather_chestplate", + "meta107": 8, + "0chance107": 0.025, + "1chance107": 0.075, + "2chance107": 0.05, + "3chance107": 0.075, + "0pair107": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair107": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair107": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair107": "{\n \"left\": 0,\n \"right\": 0\n}", + "name108": "minecraft:leather_chestplate", + "meta108": 9, + "0chance108": 0.0, + "1chance108": 0.05, + "2chance108": 0.0, + "3chance108": 0.025, + "0pair108": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair108": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair108": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair108": "{\n \"left\": 0,\n \"right\": 1\n}", + "name109": "minecraft:leather_chestplate", + "meta109": 10, + "0chance109": 0.025, + "1chance109": 0.025, + "2chance109": 0.0, + "3chance109": 0.025, + "0pair109": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair109": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair109": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair109": "{\n \"left\": 0,\n \"right\": 1\n}", + "name110": "minecraft:leather_chestplate", + "meta110": 11, + "0chance110": 0.0, + "1chance110": 0.0, + "2chance110": 0.0, + "3chance110": 0.025, + "0pair110": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair110": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair110": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair110": "{\n \"left\": 0,\n \"right\": 1\n}", + "name111": "minecraft:leather_chestplate", + "meta111": 12, + "0chance111": 0.0, + "1chance111": 0.0, + "2chance111": 0.1, + "3chance111": 0.0, + "0pair111": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair111": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair111": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair111": "{\n \"left\": 0,\n \"right\": 0\n}", + "name112": "minecraft:leather_chestplate", + "meta112": 13, + "0chance112": 0.0, + "1chance112": 0.025, + "2chance112": 0.025, + "3chance112": 0.05, + "0pair112": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair112": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair112": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair112": "{\n \"left\": 0,\n \"right\": 0\n}", + "name113": "minecraft:leather_leggings", + "meta113": 0, + "0chance113": 0.0, + "1chance113": 0.05, + "2chance113": 0.0, + "3chance113": 0.025, + "0pair113": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair113": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair113": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair113": "{\n \"left\": 0,\n \"right\": 1\n}", + "name114": "minecraft:leather_leggings", + "meta114": 1, + "0chance114": 0.0, + "1chance114": 0.0, + "2chance114": 0.025, + "3chance114": 0.0, + "0pair114": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair114": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair114": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair114": "{\n \"left\": 0,\n \"right\": 0\n}", + "name115": "minecraft:leather_leggings", + "meta115": 2, + "0chance115": 0.025, + "1chance115": 0.05, + "2chance115": 0.025, + "3chance115": 0.075, + "0pair115": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair115": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair115": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair115": "{\n \"left\": 0,\n \"right\": 1\n}", + "name116": "minecraft:leather_leggings", + "meta116": 3, + "0chance116": 0.05, + "1chance116": 0.075, + "2chance116": 0.0, + "3chance116": 0.025, + "0pair116": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair116": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair116": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair116": "{\n \"left\": 0,\n \"right\": 1\n}", + "name117": "minecraft:leather_leggings", + "meta117": 4, + "0chance117": 0.025, + "1chance117": 0.025, + "2chance117": 0.05, + "3chance117": 0.075, + "0pair117": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair117": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair117": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair117": "{\n \"left\": 0,\n \"right\": 1\n}", + "name118": "minecraft:leather_leggings", + "meta118": 5, + "0chance118": 0.025, + "1chance118": 0.0, + "2chance118": 0.025, + "3chance118": 0.0, + "0pair118": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair118": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair118": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair118": "{\n \"left\": 0,\n \"right\": 0\n}", + "name119": "minecraft:leather_leggings", + "meta119": 6, + "0chance119": 0.0, + "1chance119": 0.1, + "2chance119": 0.0, + "3chance119": 0.025, + "0pair119": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair119": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair119": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair119": "{\n \"left\": 0,\n \"right\": 1\n}", + "name120": "minecraft:leather_leggings", + "meta120": 7, + "0chance120": 0.0, + "1chance120": 0.025, + "2chance120": 0.075, + "3chance120": 0.0, + "0pair120": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair120": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair120": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair120": "{\n \"left\": 0,\n \"right\": 0\n}", + "name121": "minecraft:leather_leggings", + "meta121": 8, + "0chance121": 0.05, + "1chance121": 0.025, + "2chance121": 0.025, + "3chance121": 0.0, + "0pair121": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair121": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair121": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair121": "{\n \"left\": 0,\n \"right\": 0\n}", + "name122": "minecraft:leather_leggings", + "meta122": 9, + "0chance122": 0.025, + "1chance122": 0.025, + "2chance122": 0.05, + "3chance122": 0.15, + "0pair122": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair122": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair122": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair122": "{\n \"left\": 0,\n \"right\": 1\n}", + "name123": "minecraft:leather_leggings", + "meta123": 10, + "0chance123": 0.025, + "1chance123": 0.0, + "2chance123": 0.1, + "3chance123": 0.025, + "0pair123": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair123": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair123": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair123": "{\n \"left\": 0,\n \"right\": 0\n}", + "name124": "minecraft:leather_leggings", + "meta124": 11, + "0chance124": 0.05, + "1chance124": 0.075, + "2chance124": 0.025, + "3chance124": 0.05, + "0pair124": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair124": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair124": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair124": "{\n \"left\": 0,\n \"right\": 1\n}", + "name125": "minecraft:leather_leggings", + "meta125": 12, + "0chance125": 0.0, + "1chance125": 0.1, + "2chance125": 0.025, + "3chance125": 0.0, + "0pair125": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair125": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair125": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair125": "{\n \"left\": 0,\n \"right\": 0\n}", + "name126": "minecraft:leather_boots", + "meta126": 0, + "0chance126": 0.025, + "1chance126": 0.025, + "2chance126": 0.05, + "3chance126": 0.025, + "0pair126": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair126": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair126": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair126": "{\n \"left\": 0,\n \"right\": 1\n}", + "name127": "minecraft:leather_boots", + "meta127": 1, + "0chance127": 0.075, + "1chance127": 0.025, + "2chance127": 0.025, + "3chance127": 0.125, + "0pair127": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair127": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair127": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair127": "{\n \"left\": 0,\n \"right\": 1\n}", + "name128": "minecraft:leather_boots", + "meta128": 2, + "0chance128": 0.025, + "1chance128": 0.05, + "2chance128": 0.0, + "3chance128": 0.025, + "0pair128": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair128": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair128": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair128": "{\n \"left\": 0,\n \"right\": 1\n}", + "name129": "minecraft:leather_boots", + "meta129": 3, + "0chance129": 0.075, + "1chance129": 0.075, + "2chance129": 0.075, + "3chance129": 0.0, + "0pair129": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair129": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair129": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair129": "{\n \"left\": 0,\n \"right\": 0\n}", + "name130": "minecraft:leather_boots", + "meta130": 4, + "0chance130": 0.0, + "1chance130": 0.025, + "2chance130": 0.075, + "3chance130": 0.05, + "0pair130": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair130": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair130": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair130": "{\n \"left\": 0,\n \"right\": 1\n}", + "name131": "minecraft:leather_boots", + "meta131": 5, + "0chance131": 0.05, + "1chance131": 0.025, + "2chance131": 0.025, + "3chance131": 0.05, + "0pair131": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair131": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair131": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair131": "{\n \"left\": 0,\n \"right\": 0\n}", + "name132": "minecraft:leather_boots", + "meta132": 6, + "0chance132": 0.075, + "1chance132": 0.05, + "2chance132": 0.05, + "3chance132": 0.025, + "0pair132": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair132": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair132": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair132": "{\n \"left\": 0,\n \"right\": 1\n}", + "name133": "minecraft:leather_boots", + "meta133": 7, + "0chance133": 0.025, + "1chance133": 0.0, + "2chance133": 0.025, + "3chance133": 0.0, + "0pair133": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair133": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair133": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair133": "{\n \"left\": 0,\n \"right\": 0\n}", + "name134": "minecraft:leather_boots", + "meta134": 8, + "0chance134": 0.025, + "1chance134": 0.0, + "2chance134": 0.025, + "3chance134": 0.05, + "0pair134": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair134": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair134": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair134": "{\n \"left\": 0,\n \"right\": 1\n}", + "name135": "minecraft:leather_boots", + "meta135": 9, + "0chance135": 0.1, + "1chance135": 0.025, + "2chance135": 0.025, + "3chance135": 0.1, + "0pair135": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair135": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair135": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair135": "{\n \"left\": 0,\n \"right\": 1\n}", + "name136": "minecraft:leather_boots", + "meta136": 10, + "0chance136": 0.025, + "1chance136": 0.05, + "2chance136": 0.0, + "3chance136": 0.025, + "0pair136": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair136": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair136": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair136": "{\n \"left\": 0,\n \"right\": 0\n}", + "name137": "minecraft:chainmail_helmet", + "meta137": 0, + "0chance137": 0.0, + "1chance137": 0.0, + "2chance137": 0.0, + "3chance137": 0.025, + "0pair137": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair137": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair137": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair137": "{\n \"left\": 0,\n \"right\": 1\n}", + "name138": "minecraft:chainmail_helmet", + "meta138": 1, + "0chance138": 0.05, + "1chance138": 0.0, + "2chance138": 0.0, + "3chance138": 0.075, + "0pair138": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair138": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair138": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair138": "{\n \"left\": 0,\n \"right\": 1\n}", + "name139": "minecraft:chainmail_helmet", + "meta139": 2, + "0chance139": 0.025, + "1chance139": 0.0, + "2chance139": 0.0, + "3chance139": 0.025, + "0pair139": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair139": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair139": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair139": "{\n \"left\": 0,\n \"right\": 1\n}", + "name140": "minecraft:chainmail_helmet", + "meta140": 5, + "0chance140": 0.025, + "1chance140": 0.0, + "2chance140": 0.025, + "3chance140": 0.025, + "0pair140": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair140": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair140": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair140": "{\n \"left\": 0,\n \"right\": 1\n}", + "name141": "minecraft:chainmail_helmet", + "meta141": 6, + "0chance141": 0.025, + "1chance141": 0.075, + "2chance141": 0.05, + "3chance141": 0.0, + "0pair141": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair141": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair141": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair141": "{\n \"left\": 0,\n \"right\": 0\n}", + "name142": "minecraft:chainmail_helmet", + "meta142": 7, + "0chance142": 0.0, + "1chance142": 0.0, + "2chance142": 0.0, + "3chance142": 0.025, + "0pair142": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair142": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair142": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair142": "{\n \"left\": 0,\n \"right\": 1\n}", + "name143": "minecraft:chainmail_helmet", + "meta143": 8, + "0chance143": 0.025, + "1chance143": 0.0, + "2chance143": 0.0, + "3chance143": 0.0, + "0pair143": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair143": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair143": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair143": "{\n \"left\": 0,\n \"right\": 0\n}", + "name144": "minecraft:chainmail_helmet", + "meta144": 9, + "0chance144": 0.0, + "1chance144": 0.0, + "2chance144": 0.025, + "3chance144": 0.0, + "0pair144": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair144": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair144": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair144": "{\n \"left\": 0,\n \"right\": 0\n}", + "name145": "minecraft:chainmail_helmet", + "meta145": 10, + "0chance145": 0.025, + "1chance145": 0.025, + "2chance145": 0.0, + "3chance145": 0.025, + "0pair145": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair145": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair145": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair145": "{\n \"left\": 0,\n \"right\": 0\n}", + "name146": "minecraft:chainmail_helmet", + "meta146": 11, + "0chance146": 0.0, + "1chance146": 0.0, + "2chance146": 0.0, + "3chance146": 0.025, + "0pair146": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair146": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair146": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair146": "{\n \"left\": 0,\n \"right\": 1\n}", + "name147": "minecraft:chainmail_helmet", + "meta147": 12, + "0chance147": 0.0, + "1chance147": 0.0, + "2chance147": 0.0, + "3chance147": 0.025, + "0pair147": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair147": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair147": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair147": "{\n \"left\": 0,\n \"right\": 1\n}", + "name148": "minecraft:chainmail_helmet", + "meta148": 13, + "0chance148": 0.025, + "1chance148": 0.0, + "2chance148": 0.0, + "3chance148": 0.0, + "0pair148": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair148": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair148": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair148": "{\n \"left\": 0,\n \"right\": 0\n}", + "name149": "minecraft:chainmail_helmet", + "meta149": 14, + "0chance149": 0.0, + "1chance149": 0.025, + "2chance149": 0.025, + "3chance149": 0.0, + "0pair149": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair149": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair149": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair149": "{\n \"left\": 0,\n \"right\": 0\n}", + "name150": "minecraft:chainmail_helmet", + "meta150": 16, + "0chance150": 0.0, + "1chance150": 0.0, + "2chance150": 0.025, + "3chance150": 0.0, + "0pair150": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair150": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair150": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair150": "{\n \"left\": 0,\n \"right\": 0\n}", + "name151": "minecraft:chainmail_helmet", + "meta151": 17, + "0chance151": 0.0, + "1chance151": 0.0, + "2chance151": 0.075, + "3chance151": 0.0, + "0pair151": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair151": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair151": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair151": "{\n \"left\": 0,\n \"right\": 0\n}", + "name152": "minecraft:chainmail_helmet", + "meta152": 19, + "0chance152": 0.0, + "1chance152": 0.0, + "2chance152": 0.0, + "3chance152": 0.075, + "0pair152": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair152": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair152": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair152": "{\n \"left\": 0,\n \"right\": 1\n}", + "name153": "minecraft:chainmail_helmet", + "meta153": 20, + "0chance153": 0.05, + "1chance153": 0.0, + "2chance153": 0.0, + "3chance153": 0.025, + "0pair153": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair153": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair153": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair153": "{\n \"left\": 0,\n \"right\": 1\n}", + "name154": "minecraft:chainmail_helmet", + "meta154": 21, + "0chance154": 0.05, + "1chance154": 0.05, + "2chance154": 0.025, + "3chance154": 0.0, + "0pair154": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair154": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair154": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair154": "{\n \"left\": 0,\n \"right\": 0\n}", + "name155": "minecraft:chainmail_helmet", + "meta155": 23, + "0chance155": 0.025, + "1chance155": 0.0, + "2chance155": 0.0, + "3chance155": 0.0, + "0pair155": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair155": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair155": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair155": "{\n \"left\": 0,\n \"right\": 0\n}", + "name156": "minecraft:chainmail_helmet", + "meta156": 24, + "0chance156": 0.05, + "1chance156": 0.0, + "2chance156": 0.0, + "3chance156": 0.025, + "0pair156": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair156": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair156": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair156": "{\n \"left\": 0,\n \"right\": 0\n}", + "name157": "minecraft:chainmail_helmet", + "meta157": 25, + "0chance157": 0.0, + "1chance157": 0.0, + "2chance157": 0.0, + "3chance157": 0.025, + "0pair157": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair157": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair157": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair157": "{\n \"left\": 0,\n \"right\": 1\n}", + "name158": "minecraft:chainmail_chestplate", + "meta158": 0, + "0chance158": 0.05, + "1chance158": 0.0, + "2chance158": 0.0, + "3chance158": 0.0, + "0pair158": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair158": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair158": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair158": "{\n \"left\": 0,\n \"right\": 0\n}", + "name159": "minecraft:chainmail_chestplate", + "meta159": 1, + "0chance159": 0.025, + "1chance159": 0.0, + "2chance159": 0.0, + "3chance159": 0.025, + "0pair159": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair159": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair159": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair159": "{\n \"left\": 0,\n \"right\": 1\n}", + "name160": "minecraft:chainmail_chestplate", + "meta160": 2, + "0chance160": 0.0, + "1chance160": 0.025, + "2chance160": 0.0, + "3chance160": 0.0, + "0pair160": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair160": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair160": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair160": "{\n \"left\": 0,\n \"right\": 0\n}", + "name161": "minecraft:chainmail_chestplate", + "meta161": 3, + "0chance161": 0.0, + "1chance161": 0.0, + "2chance161": 0.025, + "3chance161": 0.025, + "0pair161": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair161": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair161": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair161": "{\n \"left\": 0,\n \"right\": 0\n}", + "name162": "minecraft:chainmail_chestplate", + "meta162": 4, + "0chance162": 0.0, + "1chance162": 0.025, + "2chance162": 0.0, + "3chance162": 0.0, + "0pair162": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair162": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair162": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair162": "{\n \"left\": 0,\n \"right\": 0\n}", + "name163": "minecraft:chainmail_chestplate", + "meta163": 6, + "0chance163": 0.05, + "1chance163": 0.0, + "2chance163": 0.025, + "3chance163": 0.0, + "0pair163": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair163": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair163": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair163": "{\n \"left\": 0,\n \"right\": 0\n}", + "name164": "minecraft:chainmail_chestplate", + "meta164": 8, + "0chance164": 0.025, + "1chance164": 0.0, + "2chance164": 0.0, + "3chance164": 0.0, + "0pair164": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair164": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair164": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair164": "{\n \"left\": 0,\n \"right\": 0\n}", + "name165": "minecraft:chainmail_chestplate", + "meta165": 11, + "0chance165": 0.025, + "1chance165": 0.0, + "2chance165": 0.025, + "3chance165": 0.025, + "0pair165": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair165": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair165": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair165": "{\n \"left\": 0,\n \"right\": 1\n}", + "name166": "minecraft:chainmail_chestplate", + "meta166": 12, + "0chance166": 0.025, + "1chance166": 0.0, + "2chance166": 0.0, + "3chance166": 0.025, + "0pair166": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair166": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair166": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair166": "{\n \"left\": 0,\n \"right\": 0\n}", + "name167": "minecraft:chainmail_chestplate", + "meta167": 13, + "0chance167": 0.0, + "1chance167": 0.025, + "2chance167": 0.025, + "3chance167": 0.0, + "0pair167": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair167": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair167": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair167": "{\n \"left\": 0,\n \"right\": 0\n}", + "name168": "minecraft:chainmail_chestplate", + "meta168": 14, + "0chance168": 0.025, + "1chance168": 0.0, + "2chance168": 0.0, + "3chance168": 0.025, + "0pair168": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair168": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair168": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair168": "{\n \"left\": 0,\n \"right\": 0\n}", + "name169": "minecraft:chainmail_chestplate", + "meta169": 15, + "0chance169": 0.0, + "1chance169": 0.025, + "2chance169": 0.025, + "3chance169": 0.025, + "0pair169": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair169": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair169": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair169": "{\n \"left\": 0,\n \"right\": 1\n}", + "name170": "minecraft:chainmail_chestplate", + "meta170": 16, + "0chance170": 0.0, + "1chance170": 0.0, + "2chance170": 0.025, + "3chance170": 0.075, + "0pair170": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair170": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair170": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair170": "{\n \"left\": 0,\n \"right\": 1\n}", + "name171": "minecraft:chainmail_chestplate", + "meta171": 17, + "0chance171": 0.0, + "1chance171": 0.025, + "2chance171": 0.025, + "3chance171": 0.0, + "0pair171": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair171": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair171": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair171": "{\n \"left\": 0,\n \"right\": 0\n}", + "name172": "minecraft:chainmail_chestplate", + "meta172": 18, + "0chance172": 0.025, + "1chance172": 0.025, + "2chance172": 0.025, + "3chance172": 0.0, + "0pair172": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair172": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair172": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair172": "{\n \"left\": 0,\n \"right\": 0\n}", + "name173": "minecraft:chainmail_chestplate", + "meta173": 20, + "0chance173": 0.0, + "1chance173": 0.025, + "2chance173": 0.0, + "3chance173": 0.025, + "0pair173": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair173": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair173": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair173": "{\n \"left\": 0,\n \"right\": 1\n}", + "name174": "minecraft:chainmail_chestplate", + "meta174": 22, + "0chance174": 0.0, + "1chance174": 0.025, + "2chance174": 0.0, + "3chance174": 0.0, + "0pair174": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair174": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair174": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair174": "{\n \"left\": 0,\n \"right\": 0\n}", + "name175": "minecraft:chainmail_chestplate", + "meta175": 23, + "0chance175": 0.0, + "1chance175": 0.025, + "2chance175": 0.0, + "3chance175": 0.0, + "0pair175": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair175": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair175": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair175": "{\n \"left\": 0,\n \"right\": 0\n}", + "name176": "minecraft:chainmail_chestplate", + "meta176": 24, + "0chance176": 0.0, + "1chance176": 0.0, + "2chance176": 0.025, + "3chance176": 0.05, + "0pair176": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair176": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair176": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair176": "{\n \"left\": 0,\n \"right\": 1\n}", + "name177": "minecraft:chainmail_chestplate", + "meta177": 25, + "0chance177": 0.025, + "1chance177": 0.0, + "2chance177": 0.0, + "3chance177": 0.0, + "0pair177": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair177": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair177": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair177": "{\n \"left\": 0,\n \"right\": 0\n}", + "name178": "minecraft:chainmail_chestplate", + "meta178": 27, + "0chance178": 0.0, + "1chance178": 0.025, + "2chance178": 0.0, + "3chance178": 0.0, + "0pair178": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair178": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair178": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair178": "{\n \"left\": 0,\n \"right\": 0\n}", + "name179": "minecraft:chainmail_chestplate", + "meta179": 28, + "0chance179": 0.0, + "1chance179": 0.0, + "2chance179": 0.025, + "3chance179": 0.0, + "0pair179": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair179": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair179": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair179": "{\n \"left\": 0,\n \"right\": 0\n}", + "name180": "minecraft:chainmail_chestplate", + "meta180": 29, + "0chance180": 0.0, + "1chance180": 0.025, + "2chance180": 0.025, + "3chance180": 0.0, + "0pair180": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair180": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair180": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair180": "{\n \"left\": 0,\n \"right\": 0\n}", + "name181": "minecraft:chainmail_chestplate", + "meta181": 31, + "0chance181": 0.0, + "1chance181": 0.0, + "2chance181": 0.025, + "3chance181": 0.0, + "0pair181": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair181": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair181": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair181": "{\n \"left\": 0,\n \"right\": 0\n}", + "name182": "minecraft:chainmail_chestplate", + "meta182": 35, + "0chance182": 0.0, + "1chance182": 0.025, + "2chance182": 0.0, + "3chance182": 0.025, + "0pair182": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair182": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair182": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair182": "{\n \"left\": 0,\n \"right\": 0\n}", + "name183": "minecraft:chainmail_chestplate", + "meta183": 38, + "0chance183": 0.0, + "1chance183": 0.0, + "2chance183": 0.025, + "3chance183": 0.025, + "0pair183": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair183": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair183": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair183": "{\n \"left\": 0,\n \"right\": 1\n}", + "name184": "minecraft:chainmail_chestplate", + "meta184": 40, + "0chance184": 0.025, + "1chance184": 0.0, + "2chance184": 0.025, + "3chance184": 0.0, + "0pair184": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair184": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair184": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair184": "{\n \"left\": 0,\n \"right\": 0\n}", + "name185": "minecraft:chainmail_leggings", + "meta185": 0, + "0chance185": 0.025, + "1chance185": 0.0, + "2chance185": 0.025, + "3chance185": 0.0, + "0pair185": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair185": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair185": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair185": "{\n \"left\": 0,\n \"right\": 0\n}", + "name186": "minecraft:chainmail_leggings", + "meta186": 1, + "0chance186": 0.0, + "1chance186": 0.025, + "2chance186": 0.0, + "3chance186": 0.0, + "0pair186": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair186": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair186": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair186": "{\n \"left\": 0,\n \"right\": 0\n}", + "name187": "minecraft:chainmail_leggings", + "meta187": 3, + "0chance187": 0.0, + "1chance187": 0.0, + "2chance187": 0.0, + "3chance187": 0.025, + "0pair187": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair187": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair187": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair187": "{\n \"left\": 0,\n \"right\": 1\n}", + "name188": "minecraft:chainmail_leggings", + "meta188": 4, + "0chance188": 0.0, + "1chance188": 0.0, + "2chance188": 0.025, + "3chance188": 0.0, + "0pair188": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair188": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair188": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair188": "{\n \"left\": 0,\n \"right\": 0\n}", + "name189": "minecraft:chainmail_leggings", + "meta189": 5, + "0chance189": 0.025, + "1chance189": 0.025, + "2chance189": 0.0, + "3chance189": 0.025, + "0pair189": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair189": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair189": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair189": "{\n \"left\": 0,\n \"right\": 1\n}", + "name190": "minecraft:chainmail_leggings", + "meta190": 6, + "0chance190": 0.025, + "1chance190": 0.0, + "2chance190": 0.0, + "3chance190": 0.05, + "0pair190": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair190": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair190": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair190": "{\n \"left\": 0,\n \"right\": 1\n}", + "name191": "minecraft:chainmail_leggings", + "meta191": 7, + "0chance191": 0.05, + "1chance191": 0.0, + "2chance191": 0.0, + "3chance191": 0.0, + "0pair191": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair191": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair191": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair191": "{\n \"left\": 0,\n \"right\": 0\n}", + "name192": "minecraft:chainmail_leggings", + "meta192": 8, + "0chance192": 0.0, + "1chance192": 0.025, + "2chance192": 0.0, + "3chance192": 0.0, + "0pair192": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair192": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair192": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair192": "{\n \"left\": 0,\n \"right\": 0\n}", + "name193": "minecraft:chainmail_leggings", + "meta193": 9, + "0chance193": 0.0, + "1chance193": 0.025, + "2chance193": 0.0, + "3chance193": 0.0, + "0pair193": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair193": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair193": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair193": "{\n \"left\": 0,\n \"right\": 0\n}", + "name194": "minecraft:chainmail_leggings", + "meta194": 10, + "0chance194": 0.0, + "1chance194": 0.025, + "2chance194": 0.025, + "3chance194": 0.0, + "0pair194": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair194": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair194": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair194": "{\n \"left\": 0,\n \"right\": 0\n}", + "name195": "minecraft:chainmail_leggings", + "meta195": 11, + "0chance195": 0.0, + "1chance195": 0.025, + "2chance195": 0.0, + "3chance195": 0.0, + "0pair195": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair195": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair195": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair195": "{\n \"left\": 0,\n \"right\": 0\n}", + "name196": "minecraft:chainmail_leggings", + "meta196": 12, + "0chance196": 0.025, + "1chance196": 0.0, + "2chance196": 0.025, + "3chance196": 0.0, + "0pair196": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair196": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair196": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair196": "{\n \"left\": 0,\n \"right\": 0\n}", + "name197": "minecraft:chainmail_leggings", + "meta197": 13, + "0chance197": 0.0, + "1chance197": 0.0, + "2chance197": 0.05, + "3chance197": 0.0, + "0pair197": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair197": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair197": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair197": "{\n \"left\": 0,\n \"right\": 0\n}", + "name198": "minecraft:chainmail_leggings", + "meta198": 14, + "0chance198": 0.0, + "1chance198": 0.025, + "2chance198": 0.0, + "3chance198": 0.0, + "0pair198": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair198": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair198": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair198": "{\n \"left\": 0,\n \"right\": 0\n}", + "name199": "minecraft:chainmail_leggings", + "meta199": 15, + "0chance199": 0.05, + "1chance199": 0.0, + "2chance199": 0.0, + "3chance199": 0.0, + "0pair199": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair199": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair199": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair199": "{\n \"left\": 0,\n \"right\": 0\n}", + "name200": "minecraft:chainmail_leggings", + "meta200": 16, + "0chance200": 0.0, + "1chance200": 0.025, + "2chance200": 0.0, + "3chance200": 0.0, + "0pair200": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair200": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair200": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair200": "{\n \"left\": 0,\n \"right\": 0\n}", + "name201": "minecraft:chainmail_leggings", + "meta201": 17, + "0chance201": 0.0, + "1chance201": 0.0, + "2chance201": 0.025, + "3chance201": 0.0, + "0pair201": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair201": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair201": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair201": "{\n \"left\": 0,\n \"right\": 0\n}", + "name202": "minecraft:chainmail_leggings", + "meta202": 18, + "0chance202": 0.0, + "1chance202": 0.025, + "2chance202": 0.0, + "3chance202": 0.0, + "0pair202": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair202": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair202": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair202": "{\n \"left\": 0,\n \"right\": 0\n}", + "name203": "minecraft:chainmail_leggings", + "meta203": 19, + "0chance203": 0.0, + "1chance203": 0.025, + "2chance203": 0.0, + "3chance203": 0.0, + "0pair203": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair203": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair203": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair203": "{\n \"left\": 0,\n \"right\": 0\n}", + "name204": "minecraft:chainmail_leggings", + "meta204": 20, + "0chance204": 0.025, + "1chance204": 0.0, + "2chance204": 0.025, + "3chance204": 0.0, + "0pair204": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair204": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair204": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair204": "{\n \"left\": 0,\n \"right\": 0\n}", + "name205": "minecraft:chainmail_leggings", + "meta205": 21, + "0chance205": 0.025, + "1chance205": 0.025, + "2chance205": 0.0, + "3chance205": 0.0, + "0pair205": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair205": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair205": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair205": "{\n \"left\": 0,\n \"right\": 0\n}", + "name206": "minecraft:chainmail_leggings", + "meta206": 22, + "0chance206": 0.0, + "1chance206": 0.075, + "2chance206": 0.0, + "3chance206": 0.0, + "0pair206": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair206": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair206": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair206": "{\n \"left\": 0,\n \"right\": 0\n}", + "name207": "minecraft:chainmail_leggings", + "meta207": 23, + "0chance207": 0.0, + "1chance207": 0.0, + "2chance207": 0.0, + "3chance207": 0.025, + "0pair207": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair207": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair207": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair207": "{\n \"left\": 0,\n \"right\": 1\n}", + "name208": "minecraft:chainmail_leggings", + "meta208": 24, + "0chance208": 0.05, + "1chance208": 0.0, + "2chance208": 0.0, + "3chance208": 0.0, + "0pair208": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair208": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair208": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair208": "{\n \"left\": 0,\n \"right\": 0\n}", + "name209": "minecraft:chainmail_leggings", + "meta209": 25, + "0chance209": 0.0, + "1chance209": 0.025, + "2chance209": 0.0, + "3chance209": 0.0, + "0pair209": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair209": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair209": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair209": "{\n \"left\": 0,\n \"right\": 0\n}", + "name210": "minecraft:chainmail_leggings", + "meta210": 26, + "0chance210": 0.0, + "1chance210": 0.0, + "2chance210": 0.025, + "3chance210": 0.0, + "0pair210": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair210": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair210": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair210": "{\n \"left\": 0,\n \"right\": 0\n}", + "name211": "minecraft:chainmail_leggings", + "meta211": 27, + "0chance211": 0.025, + "1chance211": 0.0, + "2chance211": 0.0, + "3chance211": 0.0, + "0pair211": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair211": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair211": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair211": "{\n \"left\": 0,\n \"right\": 0\n}", + "name212": "minecraft:chainmail_leggings", + "meta212": 28, + "0chance212": 0.0, + "1chance212": 0.0, + "2chance212": 0.025, + "3chance212": 0.025, + "0pair212": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair212": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair212": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair212": "{\n \"left\": 0,\n \"right\": 1\n}", + "name213": "minecraft:chainmail_leggings", + "meta213": 29, + "0chance213": 0.025, + "1chance213": 0.075, + "2chance213": 0.025, + "3chance213": 0.025, + "0pair213": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair213": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair213": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair213": "{\n \"left\": 0,\n \"right\": 0\n}", + "name214": "minecraft:chainmail_leggings", + "meta214": 30, + "0chance214": 0.0, + "1chance214": 0.0, + "2chance214": 0.025, + "3chance214": 0.0, + "0pair214": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair214": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair214": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair214": "{\n \"left\": 0,\n \"right\": 0\n}", + "name215": "minecraft:chainmail_leggings", + "meta215": 31, + "0chance215": 0.0, + "1chance215": 0.05, + "2chance215": 0.0, + "3chance215": 0.025, + "0pair215": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair215": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair215": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair215": "{\n \"left\": 0,\n \"right\": 1\n}", + "name216": "minecraft:chainmail_leggings", + "meta216": 32, + "0chance216": 0.0, + "1chance216": 0.0, + "2chance216": 0.025, + "3chance216": 0.0, + "0pair216": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair216": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair216": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair216": "{\n \"left\": 0,\n \"right\": 0\n}", + "name217": "minecraft:chainmail_leggings", + "meta217": 33, + "0chance217": 0.0, + "1chance217": 0.025, + "2chance217": 0.0, + "3chance217": 0.025, + "0pair217": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair217": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair217": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair217": "{\n \"left\": 0,\n \"right\": 0\n}", + "name218": "minecraft:chainmail_leggings", + "meta218": 34, + "0chance218": 0.0, + "1chance218": 0.0, + "2chance218": 0.0, + "3chance218": 0.025, + "0pair218": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair218": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair218": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair218": "{\n \"left\": 0,\n \"right\": 1\n}", + "name219": "minecraft:chainmail_leggings", + "meta219": 35, + "0chance219": 0.0, + "1chance219": 0.0, + "2chance219": 0.0, + "3chance219": 0.025, + "0pair219": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair219": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair219": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair219": "{\n \"left\": 0,\n \"right\": 1\n}", + "name220": "minecraft:chainmail_leggings", + "meta220": 37, + "0chance220": 0.0, + "1chance220": 0.025, + "2chance220": 0.025, + "3chance220": 0.0, + "0pair220": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair220": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair220": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair220": "{\n \"left\": 0,\n \"right\": 0\n}", + "name221": "minecraft:chainmail_boots", + "meta221": 0, + "0chance221": 0.0, + "1chance221": 0.0, + "2chance221": 0.0, + "3chance221": 0.025, + "0pair221": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair221": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair221": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair221": "{\n \"left\": 0,\n \"right\": 1\n}", + "name222": "minecraft:chainmail_boots", + "meta222": 1, + "0chance222": 0.025, + "1chance222": 0.0, + "2chance222": 0.0, + "3chance222": 0.0, + "0pair222": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair222": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair222": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair222": "{\n \"left\": 0,\n \"right\": 0\n}", + "name223": "minecraft:chainmail_boots", + "meta223": 2, + "0chance223": 0.0, + "1chance223": 0.0, + "2chance223": 0.025, + "3chance223": 0.0, + "0pair223": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair223": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair223": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair223": "{\n \"left\": 0,\n \"right\": 0\n}", + "name224": "minecraft:chainmail_boots", + "meta224": 3, + "0chance224": 0.0, + "1chance224": 0.025, + "2chance224": 0.025, + "3chance224": 0.0, + "0pair224": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair224": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair224": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair224": "{\n \"left\": 0,\n \"right\": 0\n}", + "name225": "minecraft:chainmail_boots", + "meta225": 4, + "0chance225": 0.0, + "1chance225": 0.05, + "2chance225": 0.0, + "3chance225": 0.025, + "0pair225": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair225": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair225": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair225": "{\n \"left\": 0,\n \"right\": 1\n}", + "name226": "minecraft:chainmail_boots", + "meta226": 5, + "0chance226": 0.025, + "1chance226": 0.025, + "2chance226": 0.0, + "3chance226": 0.025, + "0pair226": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair226": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair226": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair226": "{\n \"left\": 0,\n \"right\": 1\n}", + "name227": "minecraft:chainmail_boots", + "meta227": 6, + "0chance227": 0.0, + "1chance227": 0.025, + "2chance227": 0.05, + "3chance227": 0.0, + "0pair227": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair227": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair227": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair227": "{\n \"left\": 0,\n \"right\": 0\n}", + "name228": "minecraft:chainmail_boots", + "meta228": 7, + "0chance228": 0.05, + "1chance228": 0.0, + "2chance228": 0.0, + "3chance228": 0.05, + "0pair228": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair228": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair228": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair228": "{\n \"left\": 0,\n \"right\": 0\n}", + "name229": "minecraft:chainmail_boots", + "meta229": 8, + "0chance229": 0.0, + "1chance229": 0.0, + "2chance229": 0.025, + "3chance229": 0.025, + "0pair229": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair229": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair229": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair229": "{\n \"left\": 0,\n \"right\": 0\n}", + "name230": "minecraft:chainmail_boots", + "meta230": 9, + "0chance230": 0.05, + "1chance230": 0.0, + "2chance230": 0.0, + "3chance230": 0.05, + "0pair230": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair230": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair230": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair230": "{\n \"left\": 0,\n \"right\": 1\n}", + "name231": "minecraft:chainmail_boots", + "meta231": 11, + "0chance231": 0.0, + "1chance231": 0.0, + "2chance231": 0.0, + "3chance231": 0.025, + "0pair231": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair231": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair231": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair231": "{\n \"left\": 0,\n \"right\": 1\n}", + "name232": "minecraft:chainmail_boots", + "meta232": 12, + "0chance232": 0.0, + "1chance232": 0.025, + "2chance232": 0.0, + "3chance232": 0.025, + "0pair232": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair232": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair232": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair232": "{\n \"left\": 0,\n \"right\": 0\n}", + "name233": "minecraft:chainmail_boots", + "meta233": 13, + "0chance233": 0.0, + "1chance233": 0.0, + "2chance233": 0.0, + "3chance233": 0.025, + "0pair233": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair233": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair233": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair233": "{\n \"left\": 0,\n \"right\": 1\n}", + "name234": "minecraft:chainmail_boots", + "meta234": 14, + "0chance234": 0.0, + "1chance234": 0.025, + "2chance234": 0.0, + "3chance234": 0.025, + "0pair234": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair234": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair234": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair234": "{\n \"left\": 0,\n \"right\": 1\n}", + "name235": "minecraft:chainmail_boots", + "meta235": 15, + "0chance235": 0.0, + "1chance235": 0.0, + "2chance235": 0.025, + "3chance235": 0.0, + "0pair235": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair235": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair235": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair235": "{\n \"left\": 0,\n \"right\": 0\n}", + "name236": "minecraft:chainmail_boots", + "meta236": 16, + "0chance236": 0.025, + "1chance236": 0.0, + "2chance236": 0.0, + "3chance236": 0.05, + "0pair236": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair236": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair236": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair236": "{\n \"left\": 0,\n \"right\": 0\n}", + "name237": "minecraft:chainmail_boots", + "meta237": 17, + "0chance237": 0.0, + "1chance237": 0.0, + "2chance237": 0.0, + "3chance237": 0.025, + "0pair237": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair237": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair237": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair237": "{\n \"left\": 0,\n \"right\": 1\n}", + "name238": "minecraft:chainmail_boots", + "meta238": 18, + "0chance238": 0.0, + "1chance238": 0.025, + "2chance238": 0.025, + "3chance238": 0.0, + "0pair238": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair238": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair238": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair238": "{\n \"left\": 0,\n \"right\": 0\n}", + "name239": "minecraft:chainmail_boots", + "meta239": 21, + "0chance239": 0.025, + "1chance239": 0.0, + "2chance239": 0.0, + "3chance239": 0.025, + "0pair239": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair239": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair239": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair239": "{\n \"left\": 0,\n \"right\": 1\n}", + "name240": "minecraft:chainmail_boots", + "meta240": 22, + "0chance240": 0.0, + "1chance240": 0.0, + "2chance240": 0.0, + "3chance240": 0.025, + "0pair240": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair240": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair240": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair240": "{\n \"left\": 0,\n \"right\": 1\n}", + "name241": "minecraft:chainmail_boots", + "meta241": 23, + "0chance241": 0.0, + "1chance241": 0.0, + "2chance241": 0.0, + "3chance241": 0.025, + "0pair241": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair241": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair241": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair241": "{\n \"left\": 0,\n \"right\": 1\n}", + "name242": "minecraft:chainmail_boots", + "meta242": 24, + "0chance242": 0.025, + "1chance242": 0.0, + "2chance242": 0.025, + "3chance242": 0.025, + "0pair242": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair242": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair242": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair242": "{\n \"left\": 0,\n \"right\": 1\n}", + "name243": "minecraft:chainmail_boots", + "meta243": 27, + "0chance243": 0.025, + "1chance243": 0.0, + "2chance243": 0.025, + "3chance243": 0.0, + "0pair243": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair243": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair243": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair243": "{\n \"left\": 0,\n \"right\": 0\n}", + "name244": "minecraft:chainmail_boots", + "meta244": 28, + "0chance244": 0.025, + "1chance244": 0.0, + "2chance244": 0.0, + "3chance244": 0.0, + "0pair244": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair244": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair244": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair244": "{\n \"left\": 0,\n \"right\": 0\n}", + "name245": "minecraft:chainmail_boots", + "meta245": 29, + "0chance245": 0.0, + "1chance245": 0.0, + "2chance245": 0.0, + "3chance245": 0.025, + "0pair245": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair245": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair245": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair245": "{\n \"left\": 0,\n \"right\": 1\n}", + "name246": "minecraft:chainmail_boots", + "meta246": 30, + "0chance246": 0.0, + "1chance246": 0.0, + "2chance246": 0.025, + "3chance246": 0.025, + "0pair246": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair246": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair246": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair246": "{\n \"left\": 0,\n \"right\": 1\n}", + "name247": "minecraft:chainmail_boots", + "meta247": 32, + "0chance247": 0.025, + "1chance247": 0.1, + "2chance247": 0.025, + "3chance247": 0.0, + "0pair247": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair247": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair247": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair247": "{\n \"left\": 0,\n \"right\": 0\n}", + "name248": "minecraft:iron_helmet", + "meta248": 0, + "0chance248": 0.0, + "1chance248": 0.025, + "2chance248": 0.0, + "3chance248": 0.0, + "0pair248": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair248": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair248": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair248": "{\n \"left\": 0,\n \"right\": 0\n}", + "name249": "minecraft:iron_helmet", + "meta249": 2, + "0chance249": 0.0, + "1chance249": 0.0, + "2chance249": 0.0, + "3chance249": 0.025, + "0pair249": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair249": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair249": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair249": "{\n \"left\": 0,\n \"right\": 1\n}", + "name250": "minecraft:iron_helmet", + "meta250": 3, + "0chance250": 0.0, + "1chance250": 0.025, + "2chance250": 0.0, + "3chance250": 0.0, + "0pair250": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair250": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair250": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair250": "{\n \"left\": 0,\n \"right\": 0\n}", + "name251": "minecraft:iron_helmet", + "meta251": 4, + "0chance251": 0.025, + "1chance251": 0.0, + "2chance251": 0.0, + "3chance251": 0.0, + "0pair251": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair251": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair251": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair251": "{\n \"left\": 0,\n \"right\": 0\n}", + "name252": "minecraft:iron_helmet", + "meta252": 5, + "0chance252": 0.025, + "1chance252": 0.0, + "2chance252": 0.0, + "3chance252": 0.0, + "0pair252": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair252": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair252": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair252": "{\n \"left\": 0,\n \"right\": 0\n}", + "name253": "minecraft:iron_helmet", + "meta253": 11, + "0chance253": 0.025, + "1chance253": 0.0, + "2chance253": 0.0, + "3chance253": 0.0, + "0pair253": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair253": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair253": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair253": "{\n \"left\": 0,\n \"right\": 0\n}", + "name254": "minecraft:iron_helmet", + "meta254": 18, + "0chance254": 0.0, + "1chance254": 0.0, + "2chance254": 0.0, + "3chance254": 0.025, + "0pair254": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair254": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair254": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair254": "{\n \"left\": 0,\n \"right\": 1\n}", + "name255": "minecraft:iron_helmet", + "meta255": 20, + "0chance255": 0.0, + "1chance255": 0.0, + "2chance255": 0.0, + "3chance255": 0.025, + "0pair255": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair255": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair255": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair255": "{\n \"left\": 0,\n \"right\": 1\n}", + "name256": "minecraft:iron_helmet", + "meta256": 21, + "0chance256": 0.025, + "1chance256": 0.0, + "2chance256": 0.0, + "3chance256": 0.0, + "0pair256": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair256": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair256": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair256": "{\n \"left\": 0,\n \"right\": 0\n}", + "name257": "minecraft:iron_helmet", + "meta257": 22, + "0chance257": 0.0, + "1chance257": 0.0, + "2chance257": 0.025, + "3chance257": 0.0, + "0pair257": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair257": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair257": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair257": "{\n \"left\": 0,\n \"right\": 0\n}", + "name258": "minecraft:iron_helmet", + "meta258": 23, + "0chance258": 0.025, + "1chance258": 0.0, + "2chance258": 0.0, + "3chance258": 0.0, + "0pair258": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair258": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair258": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair258": "{\n \"left\": 0,\n \"right\": 0\n}", + "name259": "minecraft:iron_helmet", + "meta259": 24, + "0chance259": 0.0, + "1chance259": 0.025, + "2chance259": 0.0, + "3chance259": 0.0, + "0pair259": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair259": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair259": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair259": "{\n \"left\": 0,\n \"right\": 0\n}", + "name260": "minecraft:iron_helmet", + "meta260": 27, + "0chance260": 0.0, + "1chance260": 0.025, + "2chance260": 0.0, + "3chance260": 0.0, + "0pair260": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair260": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair260": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair260": "{\n \"left\": 0,\n \"right\": 0\n}", + "name261": "minecraft:iron_chestplate", + "meta261": 0, + "0chance261": 0.0, + "1chance261": 0.0, + "2chance261": 0.025, + "3chance261": 0.0, + "0pair261": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair261": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair261": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair261": "{\n \"left\": 0,\n \"right\": 0\n}", + "name262": "minecraft:iron_chestplate", + "meta262": 4, + "0chance262": 0.025, + "1chance262": 0.0, + "2chance262": 0.0, + "3chance262": 0.0, + "0pair262": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair262": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair262": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair262": "{\n \"left\": 0,\n \"right\": 0\n}", + "name263": "minecraft:iron_chestplate", + "meta263": 5, + "0chance263": 0.0, + "1chance263": 0.0, + "2chance263": 0.025, + "3chance263": 0.0, + "0pair263": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair263": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair263": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair263": "{\n \"left\": 0,\n \"right\": 0\n}", + "name264": "minecraft:iron_chestplate", + "meta264": 6, + "0chance264": 0.0, + "1chance264": 0.0, + "2chance264": 0.025, + "3chance264": 0.0, + "0pair264": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair264": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair264": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair264": "{\n \"left\": 0,\n \"right\": 0\n}", + "name265": "minecraft:iron_chestplate", + "meta265": 8, + "0chance265": 0.0, + "1chance265": 0.0, + "2chance265": 0.0, + "3chance265": 0.05, + "0pair265": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair265": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair265": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair265": "{\n \"left\": 0,\n \"right\": 1\n}", + "name266": "minecraft:iron_chestplate", + "meta266": 24, + "0chance266": 0.0, + "1chance266": 0.0, + "2chance266": 0.025, + "3chance266": 0.0, + "0pair266": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair266": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair266": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair266": "{\n \"left\": 0,\n \"right\": 0\n}", + "name267": "minecraft:iron_chestplate", + "meta267": 29, + "0chance267": 0.0, + "1chance267": 0.0, + "2chance267": 0.0, + "3chance267": 0.025, + "0pair267": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair267": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair267": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair267": "{\n \"left\": 0,\n \"right\": 1\n}", + "name268": "minecraft:iron_chestplate", + "meta268": 30, + "0chance268": 0.0, + "1chance268": 0.025, + "2chance268": 0.0, + "3chance268": 0.0, + "0pair268": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair268": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair268": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair268": "{\n \"left\": 0,\n \"right\": 0\n}", + "name269": "minecraft:iron_chestplate", + "meta269": 33, + "0chance269": 0.0, + "1chance269": 0.0, + "2chance269": 0.025, + "3chance269": 0.0, + "0pair269": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair269": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair269": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair269": "{\n \"left\": 0,\n \"right\": 0\n}", + "name270": "minecraft:iron_chestplate", + "meta270": 39, + "0chance270": 0.025, + "1chance270": 0.0, + "2chance270": 0.0, + "3chance270": 0.0, + "0pair270": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair270": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair270": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair270": "{\n \"left\": 0,\n \"right\": 0\n}", + "name271": "minecraft:iron_leggings", + "meta271": 2, + "0chance271": 0.025, + "1chance271": 0.0, + "2chance271": 0.0, + "3chance271": 0.0, + "0pair271": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair271": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair271": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair271": "{\n \"left\": 0,\n \"right\": 0\n}", + "name272": "minecraft:iron_leggings", + "meta272": 5, + "0chance272": 0.0, + "1chance272": 0.025, + "2chance272": 0.0, + "3chance272": 0.0, + "0pair272": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair272": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair272": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair272": "{\n \"left\": 0,\n \"right\": 0\n}", + "name273": "minecraft:iron_leggings", + "meta273": 7, + "0chance273": 0.0, + "1chance273": 0.0, + "2chance273": 0.0, + "3chance273": 0.025, + "0pair273": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair273": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair273": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair273": "{\n \"left\": 0,\n \"right\": 1\n}", + "name274": "minecraft:iron_leggings", + "meta274": 8, + "0chance274": 0.025, + "1chance274": 0.0, + "2chance274": 0.0, + "3chance274": 0.0, + "0pair274": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair274": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair274": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair274": "{\n \"left\": 0,\n \"right\": 0\n}", + "name275": "minecraft:iron_leggings", + "meta275": 13, + "0chance275": 0.0, + "1chance275": 0.025, + "2chance275": 0.0, + "3chance275": 0.0, + "0pair275": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair275": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair275": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair275": "{\n \"left\": 0,\n \"right\": 0\n}", + "name276": "minecraft:iron_leggings", + "meta276": 15, + "0chance276": 0.0, + "1chance276": 0.0, + "2chance276": 0.0, + "3chance276": 0.025, + "0pair276": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair276": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair276": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair276": "{\n \"left\": 0,\n \"right\": 1\n}", + "name277": "minecraft:iron_leggings", + "meta277": 16, + "0chance277": 0.025, + "1chance277": 0.0, + "2chance277": 0.0, + "3chance277": 0.025, + "0pair277": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair277": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair277": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair277": "{\n \"left\": 0,\n \"right\": 0\n}", + "name278": "minecraft:iron_leggings", + "meta278": 20, + "0chance278": 0.0, + "1chance278": 0.025, + "2chance278": 0.0, + "3chance278": 0.0, + "0pair278": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair278": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair278": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair278": "{\n \"left\": 0,\n \"right\": 0\n}", + "name279": "minecraft:iron_leggings", + "meta279": 22, + "0chance279": 0.0, + "1chance279": 0.0, + "2chance279": 0.0, + "3chance279": 0.025, + "0pair279": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair279": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair279": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair279": "{\n \"left\": 0,\n \"right\": 1\n}", + "name280": "minecraft:iron_leggings", + "meta280": 26, + "0chance280": 0.0, + "1chance280": 0.025, + "2chance280": 0.025, + "3chance280": 0.0, + "0pair280": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair280": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair280": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair280": "{\n \"left\": 0,\n \"right\": 0\n}", + "name281": "minecraft:iron_leggings", + "meta281": 28, + "0chance281": 0.0, + "1chance281": 0.0, + "2chance281": 0.0, + "3chance281": 0.025, + "0pair281": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair281": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair281": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair281": "{\n \"left\": 0,\n \"right\": 1\n}", + "name282": "minecraft:iron_leggings", + "meta282": 32, + "0chance282": 0.0, + "1chance282": 0.025, + "2chance282": 0.0, + "3chance282": 0.0, + "0pair282": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair282": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair282": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair282": "{\n \"left\": 0,\n \"right\": 0\n}", + "name283": "minecraft:iron_leggings", + "meta283": 33, + "0chance283": 0.0, + "1chance283": 0.0, + "2chance283": 0.025, + "3chance283": 0.025, + "0pair283": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair283": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair283": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair283": "{\n \"left\": 0,\n \"right\": 1\n}", + "name284": "minecraft:iron_leggings", + "meta284": 34, + "0chance284": 0.025, + "1chance284": 0.0, + "2chance284": 0.0, + "3chance284": 0.0, + "0pair284": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair284": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair284": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair284": "{\n \"left\": 0,\n \"right\": 0\n}", + "name285": "minecraft:iron_boots", + "meta285": 2, + "0chance285": 0.0, + "1chance285": 0.0, + "2chance285": 0.0, + "3chance285": 0.025, + "0pair285": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair285": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair285": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair285": "{\n \"left\": 0,\n \"right\": 1\n}", + "name286": "minecraft:iron_boots", + "meta286": 3, + "0chance286": 0.0, + "1chance286": 0.0, + "2chance286": 0.0, + "3chance286": 0.025, + "0pair286": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair286": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair286": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair286": "{\n \"left\": 0,\n \"right\": 1\n}", + "name287": "minecraft:iron_boots", + "meta287": 7, + "0chance287": 0.0, + "1chance287": 0.025, + "2chance287": 0.0, + "3chance287": 0.0, + "0pair287": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair287": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair287": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair287": "{\n \"left\": 0,\n \"right\": 0\n}", + "name288": "minecraft:iron_boots", + "meta288": 8, + "0chance288": 0.0, + "1chance288": 0.025, + "2chance288": 0.0, + "3chance288": 0.0, + "0pair288": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair288": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair288": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair288": "{\n \"left\": 0,\n \"right\": 0\n}", + "name289": "minecraft:iron_boots", + "meta289": 11, + "0chance289": 0.025, + "1chance289": 0.0, + "2chance289": 0.025, + "3chance289": 0.0, + "0pair289": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair289": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair289": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair289": "{\n \"left\": 0,\n \"right\": 0\n}", + "name290": "minecraft:iron_boots", + "meta290": 18, + "0chance290": 0.025, + "1chance290": 0.0, + "2chance290": 0.0, + "3chance290": 0.0, + "0pair290": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair290": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair290": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair290": "{\n \"left\": 0,\n \"right\": 0\n}", + "name291": "minecraft:iron_boots", + "meta291": 19, + "0chance291": 0.0, + "1chance291": 0.0, + "2chance291": 0.0, + "3chance291": 0.025, + "0pair291": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair291": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair291": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair291": "{\n \"left\": 0,\n \"right\": 1\n}", + "name292": "minecraft:iron_boots", + "meta292": 28, + "0chance292": 0.0, + "1chance292": 0.025, + "2chance292": 0.0, + "3chance292": 0.0, + "0pair292": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair292": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair292": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair292": "{\n \"left\": 0,\n \"right\": 0\n}", + "name293": "minecraft:iron_boots", + "meta293": 31, + "0chance293": 0.0, + "1chance293": 0.0, + "2chance293": 0.025, + "3chance293": 0.0, + "0pair293": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair293": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair293": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair293": "{\n \"left\": 0,\n \"right\": 0\n}", + "name294": "minecraft:diamond_leggings", + "meta294": 56, + "0chance294": 0.0, + "1chance294": 0.0, + "2chance294": 0.025, + "3chance294": 0.0, + "0pair294": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair294": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair294": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair294": "{\n \"left\": 0,\n \"right\": 0\n}", + "name295": "minecraft:golden_helmet", + "meta295": 0, + "0chance295": 0.05, + "1chance295": 0.05, + "2chance295": 0.0, + "3chance295": 0.025, + "0pair295": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair295": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair295": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair295": "{\n \"left\": 0,\n \"right\": 0\n}", + "name296": "minecraft:golden_helmet", + "meta296": 1, + "0chance296": 0.025, + "1chance296": 0.075, + "2chance296": 0.05, + "3chance296": 0.1, + "0pair296": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair296": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair296": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair296": "{\n \"left\": 0,\n \"right\": 1\n}", + "name297": "minecraft:golden_helmet", + "meta297": 2, + "0chance297": 0.075, + "1chance297": 0.075, + "2chance297": 0.025, + "3chance297": 0.1, + "0pair297": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair297": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair297": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair297": "{\n \"left\": 0,\n \"right\": 1\n}", + "name298": "minecraft:golden_helmet", + "meta298": 3, + "0chance298": 0.075, + "1chance298": 0.025, + "2chance298": 0.0, + "3chance298": 0.05, + "0pair298": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair298": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair298": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair298": "{\n \"left\": 0,\n \"right\": 0\n}", + "name299": "minecraft:golden_helmet", + "meta299": 4, + "0chance299": 0.05, + "1chance299": 0.0, + "2chance299": 0.025, + "3chance299": 0.025, + "0pair299": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair299": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair299": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair299": "{\n \"left\": 0,\n \"right\": 1\n}", + "name300": "minecraft:golden_helmet", + "meta300": 5, + "0chance300": 0.075, + "1chance300": 0.05, + "2chance300": 0.025, + "3chance300": 0.05, + "0pair300": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair300": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair300": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair300": "{\n \"left\": 0,\n \"right\": 1\n}", + "name301": "minecraft:golden_helmet", + "meta301": 6, + "0chance301": 0.075, + "1chance301": 0.075, + "2chance301": 0.125, + "3chance301": 0.025, + "0pair301": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair301": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair301": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair301": "{\n \"left\": 0,\n \"right\": 0\n}", + "name302": "minecraft:golden_helmet", + "meta302": 7, + "0chance302": 0.075, + "1chance302": 0.025, + "2chance302": 0.025, + "3chance302": 0.05, + "0pair302": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair302": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair302": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair302": "{\n \"left\": 0,\n \"right\": 1\n}", + "name303": "minecraft:golden_helmet", + "meta303": 8, + "0chance303": 0.075, + "1chance303": 0.05, + "2chance303": 0.025, + "3chance303": 0.05, + "0pair303": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair303": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair303": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair303": "{\n \"left\": 0,\n \"right\": 0\n}", + "name304": "minecraft:golden_helmet", + "meta304": 9, + "0chance304": 0.025, + "1chance304": 0.075, + "2chance304": 0.05, + "3chance304": 0.025, + "0pair304": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair304": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair304": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair304": "{\n \"left\": 0,\n \"right\": 1\n}", + "name305": "minecraft:golden_helmet", + "meta305": 10, + "0chance305": 0.075, + "1chance305": 0.05, + "2chance305": 0.05, + "3chance305": 0.0, + "0pair305": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair305": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair305": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair305": "{\n \"left\": 0,\n \"right\": 0\n}", + "name306": "minecraft:golden_helmet", + "meta306": 11, + "0chance306": 0.1, + "1chance306": 0.05, + "2chance306": 0.075, + "3chance306": 0.05, + "0pair306": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair306": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair306": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair306": "{\n \"left\": 0,\n \"right\": 1\n}", + "name307": "minecraft:golden_helmet", + "meta307": 12, + "0chance307": 0.075, + "1chance307": 0.025, + "2chance307": 0.025, + "3chance307": 0.025, + "0pair307": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair307": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair307": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair307": "{\n \"left\": 0,\n \"right\": 0\n}", + "name308": "minecraft:golden_chestplate", + "meta308": 0, + "0chance308": 0.025, + "1chance308": 0.05, + "2chance308": 0.1, + "3chance308": 0.025, + "0pair308": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair308": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair308": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair308": "{\n \"left\": 0,\n \"right\": 1\n}", + "name309": "minecraft:golden_chestplate", + "meta309": 1, + "0chance309": 0.025, + "1chance309": 0.05, + "2chance309": 0.0, + "3chance309": 0.025, + "0pair309": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair309": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair309": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair309": "{\n \"left\": 0,\n \"right\": 1\n}", + "name310": "minecraft:golden_chestplate", + "meta310": 2, + "0chance310": 0.0, + "1chance310": 0.05, + "2chance310": 0.025, + "3chance310": 0.05, + "0pair310": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair310": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair310": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair310": "{\n \"left\": 0,\n \"right\": 1\n}", + "name311": "minecraft:golden_chestplate", + "meta311": 3, + "0chance311": 0.05, + "1chance311": 0.05, + "2chance311": 0.0, + "3chance311": 0.075, + "0pair311": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair311": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair311": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair311": "{\n \"left\": 0,\n \"right\": 1\n}", + "name312": "minecraft:golden_chestplate", + "meta312": 4, + "0chance312": 0.025, + "1chance312": 0.05, + "2chance312": 0.05, + "3chance312": 0.025, + "0pair312": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair312": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair312": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair312": "{\n \"left\": 0,\n \"right\": 0\n}", + "name313": "minecraft:golden_chestplate", + "meta313": 5, + "0chance313": 0.025, + "1chance313": 0.025, + "2chance313": 0.05, + "3chance313": 0.05, + "0pair313": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair313": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair313": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair313": "{\n \"left\": 0,\n \"right\": 1\n}", + "name314": "minecraft:golden_chestplate", + "meta314": 6, + "0chance314": 0.05, + "1chance314": 0.025, + "2chance314": 0.05, + "3chance314": 0.025, + "0pair314": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair314": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair314": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair314": "{\n \"left\": 0,\n \"right\": 1\n}", + "name315": "minecraft:golden_chestplate", + "meta315": 7, + "0chance315": 0.025, + "1chance315": 0.05, + "2chance315": 0.0, + "3chance315": 0.0, + "0pair315": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair315": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair315": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair315": "{\n \"left\": 0,\n \"right\": 0\n}", + "name316": "minecraft:golden_chestplate", + "meta316": 8, + "0chance316": 0.0, + "1chance316": 0.025, + "2chance316": 0.05, + "3chance316": 0.05, + "0pair316": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair316": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair316": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair316": "{\n \"left\": 0,\n \"right\": 0\n}", + "name317": "minecraft:golden_chestplate", + "meta317": 9, + "0chance317": 0.0, + "1chance317": 0.05, + "2chance317": 0.025, + "3chance317": 0.025, + "0pair317": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair317": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair317": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair317": "{\n \"left\": 0,\n \"right\": 1\n}", + "name318": "minecraft:golden_chestplate", + "meta318": 10, + "0chance318": 0.075, + "1chance318": 0.075, + "2chance318": 0.025, + "3chance318": 0.025, + "0pair318": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair318": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair318": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair318": "{\n \"left\": 0,\n \"right\": 1\n}", + "name319": "minecraft:golden_chestplate", + "meta319": 11, + "0chance319": 0.0, + "1chance319": 0.025, + "2chance319": 0.025, + "3chance319": 0.025, + "0pair319": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair319": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair319": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair319": "{\n \"left\": 0,\n \"right\": 1\n}", + "name320": "minecraft:golden_chestplate", + "meta320": 12, + "0chance320": 0.075, + "1chance320": 0.05, + "2chance320": 0.0, + "3chance320": 0.05, + "0pair320": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair320": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair320": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair320": "{\n \"left\": 0,\n \"right\": 0\n}", + "name321": "minecraft:golden_chestplate", + "meta321": 13, + "0chance321": 0.025, + "1chance321": 0.05, + "2chance321": 0.0, + "3chance321": 0.025, + "0pair321": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair321": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair321": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair321": "{\n \"left\": 0,\n \"right\": 0\n}", + "name322": "minecraft:golden_chestplate", + "meta322": 14, + "0chance322": 0.025, + "1chance322": 0.05, + "2chance322": 0.05, + "3chance322": 0.025, + "0pair322": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair322": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair322": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair322": "{\n \"left\": 0,\n \"right\": 0\n}", + "name323": "minecraft:golden_chestplate", + "meta323": 15, + "0chance323": 0.075, + "1chance323": 0.05, + "2chance323": 0.0, + "3chance323": 0.025, + "0pair323": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair323": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair323": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair323": "{\n \"left\": 0,\n \"right\": 1\n}", + "name324": "minecraft:golden_chestplate", + "meta324": 16, + "0chance324": 0.05, + "1chance324": 0.125, + "2chance324": 0.0, + "3chance324": 0.05, + "0pair324": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair324": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair324": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair324": "{\n \"left\": 0,\n \"right\": 1\n}", + "name325": "minecraft:golden_chestplate", + "meta325": 17, + "0chance325": 0.025, + "1chance325": 0.025, + "2chance325": 0.025, + "3chance325": 0.0, + "0pair325": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair325": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair325": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair325": "{\n \"left\": 0,\n \"right\": 0\n}", + "name326": "minecraft:golden_chestplate", + "meta326": 18, + "0chance326": 0.05, + "1chance326": 0.05, + "2chance326": 0.0, + "3chance326": 0.025, + "0pair326": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair326": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair326": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair326": "{\n \"left\": 0,\n \"right\": 0\n}", + "name327": "minecraft:golden_leggings", + "meta327": 0, + "0chance327": 0.0, + "1chance327": 0.025, + "2chance327": 0.05, + "3chance327": 0.025, + "0pair327": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair327": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair327": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair327": "{\n \"left\": 0,\n \"right\": 0\n}", + "name328": "minecraft:golden_leggings", + "meta328": 1, + "0chance328": 0.05, + "1chance328": 0.0, + "2chance328": 0.025, + "3chance328": 0.025, + "0pair328": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair328": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair328": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair328": "{\n \"left\": 0,\n \"right\": 1\n}", + "name329": "minecraft:golden_leggings", + "meta329": 2, + "0chance329": 0.025, + "1chance329": 0.0, + "2chance329": 0.075, + "3chance329": 0.025, + "0pair329": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair329": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair329": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair329": "{\n \"left\": 0,\n \"right\": 0\n}", + "name330": "minecraft:golden_leggings", + "meta330": 3, + "0chance330": 0.025, + "1chance330": 0.1, + "2chance330": 0.05, + "3chance330": 0.0, + "0pair330": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair330": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair330": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair330": "{\n \"left\": 0,\n \"right\": 0\n}", + "name331": "minecraft:golden_leggings", + "meta331": 4, + "0chance331": 0.025, + "1chance331": 0.0, + "2chance331": 0.025, + "3chance331": 0.025, + "0pair331": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair331": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair331": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair331": "{\n \"left\": 0,\n \"right\": 1\n}", + "name332": "minecraft:golden_leggings", + "meta332": 5, + "0chance332": 0.025, + "1chance332": 0.1, + "2chance332": 0.025, + "3chance332": 0.025, + "0pair332": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair332": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair332": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair332": "{\n \"left\": 0,\n \"right\": 1\n}", + "name333": "minecraft:golden_leggings", + "meta333": 6, + "0chance333": 0.0, + "1chance333": 0.025, + "2chance333": 0.025, + "3chance333": 0.025, + "0pair333": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair333": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair333": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair333": "{\n \"left\": 0,\n \"right\": 0\n}", + "name334": "minecraft:golden_leggings", + "meta334": 7, + "0chance334": 0.025, + "1chance334": 0.025, + "2chance334": 0.05, + "3chance334": 0.025, + "0pair334": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair334": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair334": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair334": "{\n \"left\": 0,\n \"right\": 1\n}", + "name335": "minecraft:golden_leggings", + "meta335": 8, + "0chance335": 0.025, + "1chance335": 0.025, + "2chance335": 0.0, + "3chance335": 0.0, + "0pair335": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair335": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair335": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair335": "{\n \"left\": 0,\n \"right\": 0\n}", + "name336": "minecraft:golden_leggings", + "meta336": 9, + "0chance336": 0.075, + "1chance336": 0.1, + "2chance336": 0.0, + "3chance336": 0.025, + "0pair336": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair336": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair336": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair336": "{\n \"left\": 0,\n \"right\": 1\n}", + "name337": "minecraft:golden_leggings", + "meta337": 10, + "0chance337": 0.025, + "1chance337": 0.05, + "2chance337": 0.0, + "3chance337": 0.125, + "0pair337": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair337": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair337": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair337": "{\n \"left\": 0,\n \"right\": 1\n}", + "name338": "minecraft:golden_leggings", + "meta338": 11, + "0chance338": 0.025, + "1chance338": 0.025, + "2chance338": 0.05, + "3chance338": 0.025, + "0pair338": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair338": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair338": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair338": "{\n \"left\": 0,\n \"right\": 1\n}", + "name339": "minecraft:golden_leggings", + "meta339": 12, + "0chance339": 0.0, + "1chance339": 0.025, + "2chance339": 0.05, + "3chance339": 0.05, + "0pair339": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair339": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair339": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair339": "{\n \"left\": 0,\n \"right\": 0\n}", + "name340": "minecraft:golden_leggings", + "meta340": 13, + "0chance340": 0.025, + "1chance340": 0.025, + "2chance340": 0.125, + "3chance340": 0.1, + "0pair340": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair340": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair340": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair340": "{\n \"left\": 0,\n \"right\": 0\n}", + "name341": "minecraft:golden_leggings", + "meta341": 14, + "0chance341": 0.05, + "1chance341": 0.0, + "2chance341": 0.0, + "3chance341": 0.05, + "0pair341": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair341": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair341": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair341": "{\n \"left\": 0,\n \"right\": 1\n}", + "name342": "minecraft:golden_leggings", + "meta342": 15, + "0chance342": 0.0, + "1chance342": 0.025, + "2chance342": 0.0, + "3chance342": 0.025, + "0pair342": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair342": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair342": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair342": "{\n \"left\": 0,\n \"right\": 1\n}", + "name343": "minecraft:golden_leggings", + "meta343": 16, + "0chance343": 0.05, + "1chance343": 0.025, + "2chance343": 0.025, + "3chance343": 0.025, + "0pair343": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair343": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair343": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair343": "{\n \"left\": 0,\n \"right\": 0\n}", + "name344": "minecraft:golden_leggings", + "meta344": 17, + "0chance344": 0.025, + "1chance344": 0.05, + "2chance344": 0.0, + "3chance344": 0.025, + "0pair344": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair344": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair344": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair344": "{\n \"left\": 0,\n \"right\": 1\n}", + "name345": "minecraft:golden_boots", + "meta345": 0, + "0chance345": 0.025, + "1chance345": 0.05, + "2chance345": 0.05, + "3chance345": 0.1, + "0pair345": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair345": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair345": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair345": "{\n \"left\": 0,\n \"right\": 1\n}", + "name346": "minecraft:golden_boots", + "meta346": 1, + "0chance346": 0.05, + "1chance346": 0.05, + "2chance346": 0.025, + "3chance346": 0.025, + "0pair346": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair346": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair346": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair346": "{\n \"left\": 0,\n \"right\": 0\n}", + "name347": "minecraft:golden_boots", + "meta347": 2, + "0chance347": 0.025, + "1chance347": 0.025, + "2chance347": 0.05, + "3chance347": 0.05, + "0pair347": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair347": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair347": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair347": "{\n \"left\": 0,\n \"right\": 1\n}", + "name348": "minecraft:golden_boots", + "meta348": 3, + "0chance348": 0.075, + "1chance348": 0.05, + "2chance348": 0.025, + "3chance348": 0.05, + "0pair348": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair348": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair348": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair348": "{\n \"left\": 0,\n \"right\": 1\n}", + "name349": "minecraft:golden_boots", + "meta349": 4, + "0chance349": 0.025, + "1chance349": 0.025, + "2chance349": 0.05, + "3chance349": 0.025, + "0pair349": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair349": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair349": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair349": "{\n \"left\": 0,\n \"right\": 1\n}", + "name350": "minecraft:golden_boots", + "meta350": 5, + "0chance350": 0.025, + "1chance350": 0.075, + "2chance350": 0.05, + "3chance350": 0.025, + "0pair350": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair350": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair350": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair350": "{\n \"left\": 0,\n \"right\": 0\n}", + "name351": "minecraft:golden_boots", + "meta351": 6, + "0chance351": 0.0, + "1chance351": 0.025, + "2chance351": 0.075, + "3chance351": 0.05, + "0pair351": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair351": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair351": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair351": "{\n \"left\": 0,\n \"right\": 0\n}", + "name352": "minecraft:golden_boots", + "meta352": 7, + "0chance352": 0.05, + "1chance352": 0.025, + "2chance352": 0.0, + "3chance352": 0.05, + "0pair352": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair352": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair352": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair352": "{\n \"left\": 0,\n \"right\": 1\n}", + "name353": "minecraft:golden_boots", + "meta353": 8, + "0chance353": 0.05, + "1chance353": 0.0, + "2chance353": 0.075, + "3chance353": 0.0, + "0pair353": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair353": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair353": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair353": "{\n \"left\": 0,\n \"right\": 0\n}", + "name354": "minecraft:golden_boots", + "meta354": 9, + "0chance354": 0.05, + "1chance354": 0.1, + "2chance354": 0.05, + "3chance354": 0.025, + "0pair354": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair354": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair354": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair354": "{\n \"left\": 0,\n \"right\": 1\n}", + "name355": "minecraft:golden_boots", + "meta355": 10, + "0chance355": 0.0, + "1chance355": 0.0, + "2chance355": 0.05, + "3chance355": 0.025, + "0pair355": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair355": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair355": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair355": "{\n \"left\": 0,\n \"right\": 0\n}", + "name356": "minecraft:golden_boots", + "meta356": 11, + "0chance356": 0.075, + "1chance356": 0.0, + "2chance356": 0.05, + "3chance356": 0.05, + "0pair356": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair356": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair356": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair356": "{\n \"left\": 0,\n \"right\": 1\n}", + "name357": "minecraft:golden_boots", + "meta357": 12, + "0chance357": 0.075, + "1chance357": 0.0, + "2chance357": 0.0, + "3chance357": 0.05, + "0pair357": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair357": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair357": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair357": "{\n \"left\": 0,\n \"right\": 1\n}", + "name358": "minecraft:golden_boots", + "meta358": 13, + "0chance358": 0.075, + "1chance358": 0.0, + "2chance358": 0.0, + "3chance358": 0.025, + "0pair358": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair358": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair358": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair358": "{\n \"left\": 0,\n \"right\": 1\n}", + "name359": "minecraft:golden_boots", + "meta359": 14, + "0chance359": 0.0, + "1chance359": 0.025, + "2chance359": 0.05, + "3chance359": 0.0, + "0pair359": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair359": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair359": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair359": "{\n \"left\": 0,\n \"right\": 0\n}", + "name360": "minecraft:golden_boots", + "meta360": 15, + "0chance360": 0.0, + "1chance360": 0.025, + "2chance360": 0.0, + "3chance360": 0.025, + "0pair360": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair360": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair360": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair360": "{\n \"left\": 0,\n \"right\": 0\n}", + "name361": "minecraft:golden_apple", + "meta361": 0, + "0chance361": 0.275, + "1chance361": 0.5, + "2chance361": 0.45, + "3chance361": 0.375, + "0pair361": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair361": "{\n \"left\": 0,\n \"right\": 2\n}", + "2pair361": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair361": "{\n \"left\": 0,\n \"right\": 1\n}", + "name362": "minecraft:golden_apple", + "meta362": 1, + "0chance362": 0.25, + "1chance362": 0.15, + "2chance362": 0.075, + "3chance362": 0.1, + "0pair362": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair362": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair362": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair362": "{\n \"left\": 0,\n \"right\": 1\n}", + "name363": "minecraft:book", + "meta363": 0, + "0chance363": 0.925, + "1chance363": 0.975, + "2chance363": 0.9, + "3chance363": 0.775, + "0pair363": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair363": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair363": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair363": "{\n \"left\": 0,\n \"right\": 1\n}", + "name364": "minecraft:compass", + "meta364": 0, + "0chance364": 0.55, + "1chance364": 0.275, + "2chance364": 0.32500002, + "3chance364": 0.4, + "0pair364": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair364": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair364": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair364": "{\n \"left\": 0,\n \"right\": 1\n}", + "name365": "minecraft:cookie", + "meta365": 0, + "0chance365": 0.35000002, + "1chance365": 0.375, + "2chance365": 0.4, + "3chance365": 0.55, + "0pair365": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair365": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair365": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair365": "{\n \"left\": 0,\n \"right\": 1\n}", + "name366": "minecraft:ender_pearl", + "meta366": 0, + "0chance366": 8.55, + "1chance366": 9.224999, + "2chance366": 9.15, + "3chance366": 8.1, + "0pair366": "{\n \"left\": 0,\n \"right\": 2\n}", + "1pair366": "{\n \"left\": 0,\n \"right\": 2\n}", + "2pair366": "{\n \"left\": 0,\n \"right\": 2\n}", + "3pair366": "{\n \"left\": 0,\n \"right\": 2\n}", + "name367": "minecraft:gold_nugget", + "meta367": 0, + "0chance367": 391.25, + "1chance367": 385.2, + "2chance367": 387.9, + "3chance367": 389.7, + "0pair367": "{\n \"left\": 2,\n \"right\": 8\n}", + "1pair367": "{\n \"left\": 2,\n \"right\": 8\n}", + "2pair367": "{\n \"left\": 2,\n \"right\": 8\n}", + "3pair367": "{\n \"left\": 2,\n \"right\": 8\n}", + "name368": "minecraft:potion", + "meta368": 0, + "0chance368": 21.55, + "1chance368": 22.325, + "2chance368": 21.25, + "3chance368": 21.15, + "0pair368": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair368": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair368": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair368": "{\n \"left\": 0,\n \"right\": 2\n}", + "name369": "minecraft:experience_bottle", + "meta369": 0, + "0chance369": 0.825, + "1chance369": 0.95, + "2chance369": 0.675, + "3chance369": 1.05, + "0pair369": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair369": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair369": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair369": "{\n \"left\": 0,\n \"right\": 1\n}", + "name370": "minecraft:emerald", + "meta370": 0, + "0chance370": 6.525, + "1chance370": 6.05, + "2chance370": 5.5, + "3chance370": 6.075, + "0pair370": "{\n \"left\": 0,\n \"right\": 2\n}", + "1pair370": "{\n \"left\": 0,\n \"right\": 2\n}", + "2pair370": "{\n \"left\": 0,\n \"right\": 2\n}", + "3pair370": "{\n \"left\": 0,\n \"right\": 2\n}", + "name371": "minecraft:chorus_fruit", + "meta371": 0, + "0chance371": 0.32500002, + "1chance371": 0.55, + "2chance371": 0.475, + "3chance371": 0.425, + "0pair371": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair371": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair371": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair371": "{\n \"left\": 0,\n \"right\": 1\n}", + "name372": "minecraft:splash_potion", + "meta372": 0, + "0chance372": 21.525, + "1chance372": 20.6, + "2chance372": 22.2, + "3chance372": 21.574999, + "0pair372": "{\n \"left\": 0,\n \"right\": 2\n}", + "1pair372": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair372": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair372": "{\n \"left\": 0,\n \"right\": 2\n}", + "name373": "minecraft:lingering_potion", + "meta373": 0, + "0chance373": 22.300001, + "1chance373": 21.375, + "2chance373": 21.725, + "3chance373": 21.775, + "0pair373": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair373": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair373": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair373": "{\n \"left\": 0,\n \"right\": 2\n}", + "name374": "thaumcraft:primordial_pearl", + "meta374": 6, + "0chance374": 0.05, + "1chance374": 0.2, + "2chance374": 0.05, + "3chance374": 0.05, + "0pair374": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair374": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair374": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair374": "{\n \"left\": 0,\n \"right\": 1\n}", + "name375": "thaumcraft:primordial_pearl", + "meta375": 7, + "0chance375": 0.225, + "1chance375": 0.2, + "2chance375": 0.17500001, + "3chance375": 0.35000002, + "0pair375": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair375": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair375": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair375": "{\n \"left\": 0,\n \"right\": 1\n}", + "name376": "thaumcraft:salis_mundus", + "meta376": 0, + "0chance376": 0.25, + "1chance376": 0.375, + "2chance376": 0.72499996, + "3chance376": 0.4, + "0pair376": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair376": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair376": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair376": "{\n \"left\": 0,\n \"right\": 1\n}", + "name377": "thaumcraft:thaumium_sword", + "meta377": 33, + "0chance377": 0.0, + "1chance377": 0.0, + "2chance377": 0.025, + "3chance377": 0.0, + "0pair377": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair377": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair377": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair377": "{\n \"left\": 0,\n \"right\": 0\n}", + "name378": "thaumcraft:thaumium_sword", + "meta378": 80, + "0chance378": 0.0, + "1chance378": 0.0, + "2chance378": 0.0, + "3chance378": 0.025, + "0pair378": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair378": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair378": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair378": "{\n \"left\": 0,\n \"right\": 1\n}", + "name379": "thaumcraft:thaumium_sword", + "meta379": 82, + "0chance379": 0.025, + "1chance379": 0.0, + "2chance379": 0.0, + "3chance379": 0.0, + "0pair379": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair379": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair379": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair379": "{\n \"left\": 0,\n \"right\": 0\n}", + "name380": "thaumcraft:thaumium_helm", + "meta380": 9, + "0chance380": 0.0, + "1chance380": 0.0, + "2chance380": 0.0, + "3chance380": 0.025, + "0pair380": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair380": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair380": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair380": "{\n \"left\": 0,\n \"right\": 1\n}", + "name381": "thaumcraft:thaumium_helm", + "meta381": 29, + "0chance381": 0.0, + "1chance381": 0.0, + "2chance381": 0.0, + "3chance381": 0.025, + "0pair381": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair381": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair381": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair381": "{\n \"left\": 0,\n \"right\": 1\n}", + "name382": "thaumcraft:thaumium_chest", + "meta382": 0, + "0chance382": 0.0, + "1chance382": 0.0, + "2chance382": 0.025, + "3chance382": 0.0, + "0pair382": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair382": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair382": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair382": "{\n \"left\": 0,\n \"right\": 0\n}", + "name383": "thaumcraft:thaumium_chest", + "meta383": 27, + "0chance383": 0.0, + "1chance383": 0.0, + "2chance383": 0.0, + "3chance383": 0.025, + "0pair383": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair383": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair383": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair383": "{\n \"left\": 0,\n \"right\": 1\n}", + "name384": "thaumcraft:thaumium_chest", + "meta384": 34, + "0chance384": 0.0, + "1chance384": 0.0, + "2chance384": 0.025, + "3chance384": 0.0, + "0pair384": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair384": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair384": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair384": "{\n \"left\": 0,\n \"right\": 0\n}", + "name385": "thaumcraft:thaumium_chest", + "meta385": 63, + "0chance385": 0.0, + "1chance385": 0.0, + "2chance385": 0.0, + "3chance385": 0.025, + "0pair385": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair385": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair385": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair385": "{\n \"left\": 0,\n \"right\": 1\n}", + "name386": "thaumcraft:thaumium_legs", + "meta386": 1, + "0chance386": 0.0, + "1chance386": 0.025, + "2chance386": 0.0, + "3chance386": 0.0, + "0pair386": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair386": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair386": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair386": "{\n \"left\": 0,\n \"right\": 0\n}", + "name387": "thaumcraft:thaumium_legs", + "meta387": 24, + "0chance387": 0.0, + "1chance387": 0.0, + "2chance387": 0.0, + "3chance387": 0.025, + "0pair387": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair387": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair387": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair387": "{\n \"left\": 0,\n \"right\": 1\n}", + "name388": "thaumcraft:thaumium_legs", + "meta388": 25, + "0chance388": 0.0, + "1chance388": 0.0, + "2chance388": 0.025, + "3chance388": 0.0, + "0pair388": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair388": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair388": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair388": "{\n \"left\": 0,\n \"right\": 0\n}", + "name389": "thaumcraft:thaumium_legs", + "meta389": 33, + "0chance389": 0.0, + "1chance389": 0.0, + "2chance389": 0.0, + "3chance389": 0.025, + "0pair389": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair389": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair389": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair389": "{\n \"left\": 0,\n \"right\": 1\n}", + "name390": "thaumcraft:thaumium_legs", + "meta390": 48, + "0chance390": 0.025, + "1chance390": 0.0, + "2chance390": 0.0, + "3chance390": 0.0, + "0pair390": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair390": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair390": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair390": "{\n \"left\": 0,\n \"right\": 0\n}", + "name391": "thaumcraft:thaumium_legs", + "meta391": 55, + "0chance391": 0.025, + "1chance391": 0.0, + "2chance391": 0.0, + "3chance391": 0.0, + "0pair391": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair391": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair391": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair391": "{\n \"left\": 0,\n \"right\": 0\n}", + "name392": "thaumcraft:thaumium_boots", + "meta392": 10, + "0chance392": 0.0, + "1chance392": 0.0, + "2chance392": 0.025, + "3chance392": 0.0, + "0pair392": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair392": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair392": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair392": "{\n \"left\": 0,\n \"right\": 0\n}", + "name393": "thaumcraft:thaumium_boots", + "meta393": 29, + "0chance393": 0.0, + "1chance393": 0.025, + "2chance393": 0.0, + "3chance393": 0.0, + "0pair393": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair393": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair393": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair393": "{\n \"left\": 0,\n \"right\": 0\n}", + "name394": "thaumcraft:thaumium_boots", + "meta394": 48, + "0chance394": 0.0, + "1chance394": 0.0, + "2chance394": 0.0, + "3chance394": 0.025, + "0pair394": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair394": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair394": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair394": "{\n \"left\": 0,\n \"right\": 1\n}", + "name395": "thaumcraft:thaumium_boots", + "meta395": 51, + "0chance395": 0.0, + "1chance395": 0.0, + "2chance395": 0.0, + "3chance395": 0.025, + "0pair395": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair395": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair395": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair395": "{\n \"left\": 0,\n \"right\": 1\n}", + "name396": "thaumcraft:baubles", + "meta396": 4, + "0chance396": 0.4, + "1chance396": 0.55, + "2chance396": 0.525, + "3chance396": 0.32500002, + "0pair396": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair396": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair396": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair396": "{\n \"left\": 0,\n \"right\": 1\n}", + "name397": "thaumcraft:baubles", + "meta397": 5, + "0chance397": 0.55, + "1chance397": 0.35000002, + "2chance397": 0.4, + "3chance397": 0.45, + "0pair397": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair397": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair397": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair397": "{\n \"left\": 0,\n \"right\": 1\n}", + "name398": "thaumcraft:baubles", + "meta398": 6, + "0chance398": 0.15, + "1chance398": 0.35000002, + "2chance398": 0.475, + "3chance398": 0.5, + "0pair398": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair398": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair398": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair398": "{\n \"left\": 0,\n \"right\": 1\n}", + "name399": "thaumcraft:amulet_vis", + "meta399": 0, + "0chance399": 0.575, + "1chance399": 0.4, + "2chance399": 0.675, + "3chance399": 0.625, + "0pair399": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair399": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair399": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair399": "{\n \"left\": 0,\n \"right\": 1\n}" + }, + { + "name": "railcraft:post_metal", + "meta": 12, + "length": 1, + "name0": "railcraft:post_metal", + "meta0": 15, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "thaumcraft:crystal_aqua", + "meta": 0, + "length": 1, + "name0": "thaumcraft:crystal_essence", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "railcraft:post_metal", + "meta": 11, + "length": 1, + "name0": "railcraft:post_metal", + "meta0": 15, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "railcraft:post_metal_platform", + "meta": 0, + "length": 1, + "name0": "railcraft:post_metal_platform", + "meta0": 15, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "thaumcraft:crystal_terra", + "meta": 0, + "length": 1, + "name0": "thaumcraft:crystal_essence", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "thaumcraft:crystal_vitium", + "meta": 0, + "length": 1, + "name0": "thaumcraft:crystal_essence", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "forestry:beehives", + "meta": 6, + "length": 3, + "name0": "forestry:bee_drone_ge", + "meta0": 0, + "0chance0": 81.225, + "1chance0": 79.75, + "2chance0": 80.925, + "3chance0": 79.95, + "0pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "name1": "forestry:bee_princess_ge", + "meta1": 0, + "0chance1": 100.0, + "1chance1": 100.0, + "2chance1": 100.0, + "3chance1": 100.0, + "0pair1": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair1": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair1": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair1": "{\n \"left\": 1,\n \"right\": 1\n}", + "name2": "forestry:bee_combs", + "meta2": 15, + "0chance2": 80.6, + "1chance2": 80.1, + "2chance2": 79.85, + "3chance2": 80.4, + "0pair2": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair2": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair2": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair2": "{\n \"left\": 0,\n \"right\": 1\n}" + }, + { + "name": "forestry:beehives", + "meta": 2, + "length": 3, + "name0": "forestry:bee_drone_ge", + "meta0": 0, + "0chance0": 80.225006, + "1chance0": 81.65, + "2chance0": 80.225006, + "3chance0": 81.075, + "0pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "name1": "forestry:bee_princess_ge", + "meta1": 0, + "0chance1": 100.0, + "1chance1": 100.0, + "2chance1": 100.0, + "3chance1": 100.0, + "0pair1": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair1": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair1": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair1": "{\n \"left\": 1,\n \"right\": 1\n}", + "name2": "forestry:bee_combs", + "meta2": 7, + "0chance2": 82.05, + "1chance2": 81.4, + "2chance2": 80.75, + "3chance2": 81.425, + "0pair2": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair2": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair2": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair2": "{\n \"left\": 0,\n \"right\": 1\n}" + }, + { + "name": "forestry:beehives", + "meta": 3, + "length": 3, + "name0": "forestry:bee_drone_ge", + "meta0": 0, + "0chance0": 81.75, + "1chance0": 80.225006, + "2chance0": 81.75, + "3chance0": 80.625, + "0pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "name1": "forestry:bee_princess_ge", + "meta1": 0, + "0chance1": 100.0, + "1chance1": 100.0, + "2chance1": 100.0, + "3chance1": 100.0, + "0pair1": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair1": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair1": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair1": "{\n \"left\": 1,\n \"right\": 1\n}", + "name2": "forestry:bee_combs", + "meta2": 6, + "0chance2": 80.025, + "1chance2": 80.65, + "2chance2": 80.675, + "3chance2": 80.075005, + "0pair2": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair2": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair2": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair2": "{\n \"left\": 0,\n \"right\": 1\n}" + }, + { + "name": "thaumcraft:loot_crate_rare", + "meta": 0, + "length": 488, + "name0": "minecraft:iron_axe", + "meta0": 0, + "0chance0": 0.0, + "1chance0": 0.075, + "2chance0": 0.0, + "3chance0": 0.025, + "0pair0": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair0": "{\n \"left\": 0,\n \"right\": 0\n}", + "name1": "minecraft:iron_axe", + "meta1": 1, + "0chance1": 0.0, + "1chance1": 0.025, + "2chance1": 0.0, + "3chance1": 0.05, + "0pair1": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair1": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair1": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair1": "{\n \"left\": 0,\n \"right\": 1\n}", + "name2": "minecraft:iron_axe", + "meta2": 2, + "0chance2": 0.075, + "1chance2": 0.025, + "2chance2": 0.0, + "3chance2": 0.05, + "0pair2": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair2": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair2": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair2": "{\n \"left\": 0,\n \"right\": 1\n}", + "name3": "minecraft:iron_axe", + "meta3": 3, + "0chance3": 0.025, + "1chance3": 0.0, + "2chance3": 0.025, + "3chance3": 0.025, + "0pair3": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair3": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair3": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair3": "{\n \"left\": 0,\n \"right\": 0\n}", + "name4": "minecraft:iron_axe", + "meta4": 4, + "0chance4": 0.0, + "1chance4": 0.025, + "2chance4": 0.0, + "3chance4": 0.025, + "0pair4": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair4": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair4": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair4": "{\n \"left\": 0,\n \"right\": 0\n}", + "name5": "minecraft:iron_axe", + "meta5": 5, + "0chance5": 0.025, + "1chance5": 0.0, + "2chance5": 0.025, + "3chance5": 0.0, + "0pair5": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair5": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair5": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair5": "{\n \"left\": 0,\n \"right\": 0\n}", + "name6": "minecraft:iron_axe", + "meta6": 6, + "0chance6": 0.025, + "1chance6": 0.05, + "2chance6": 0.0, + "3chance6": 0.025, + "0pair6": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair6": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair6": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair6": "{\n \"left\": 0,\n \"right\": 0\n}", + "name7": "minecraft:iron_axe", + "meta7": 7, + "0chance7": 0.075, + "1chance7": 0.1, + "2chance7": 0.0, + "3chance7": 0.025, + "0pair7": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair7": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair7": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair7": "{\n \"left\": 0,\n \"right\": 0\n}", + "name8": "minecraft:iron_axe", + "meta8": 8, + "0chance8": 0.0, + "1chance8": 0.05, + "2chance8": 0.0, + "3chance8": 0.0, + "0pair8": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair8": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair8": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair8": "{\n \"left\": 0,\n \"right\": 0\n}", + "name9": "minecraft:iron_axe", + "meta9": 9, + "0chance9": 0.025, + "1chance9": 0.05, + "2chance9": 0.025, + "3chance9": 0.05, + "0pair9": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair9": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair9": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair9": "{\n \"left\": 0,\n \"right\": 1\n}", + "name10": "minecraft:iron_axe", + "meta10": 10, + "0chance10": 0.1, + "1chance10": 0.0, + "2chance10": 0.0, + "3chance10": 0.025, + "0pair10": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair10": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair10": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair10": "{\n \"left\": 0,\n \"right\": 1\n}", + "name11": "minecraft:iron_axe", + "meta11": 11, + "0chance11": 0.025, + "1chance11": 0.025, + "2chance11": 0.05, + "3chance11": 0.025, + "0pair11": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair11": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair11": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair11": "{\n \"left\": 0,\n \"right\": 0\n}", + "name12": "minecraft:iron_axe", + "meta12": 12, + "0chance12": 0.075, + "1chance12": 0.075, + "2chance12": 0.05, + "3chance12": 0.0, + "0pair12": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair12": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair12": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair12": "{\n \"left\": 0,\n \"right\": 0\n}", + "name13": "minecraft:iron_axe", + "meta13": 13, + "0chance13": 0.05, + "1chance13": 0.025, + "2chance13": 0.025, + "3chance13": 0.0, + "0pair13": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair13": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair13": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair13": "{\n \"left\": 0,\n \"right\": 0\n}", + "name14": "minecraft:iron_axe", + "meta14": 14, + "0chance14": 0.025, + "1chance14": 0.025, + "2chance14": 0.0, + "3chance14": 0.0, + "0pair14": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair14": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair14": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair14": "{\n \"left\": 0,\n \"right\": 0\n}", + "name15": "minecraft:iron_axe", + "meta15": 15, + "0chance15": 0.025, + "1chance15": 0.075, + "2chance15": 0.025, + "3chance15": 0.05, + "0pair15": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair15": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair15": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair15": "{\n \"left\": 0,\n \"right\": 0\n}", + "name16": "minecraft:iron_axe", + "meta16": 16, + "0chance16": 0.0, + "1chance16": 0.05, + "2chance16": 0.05, + "3chance16": 0.0, + "0pair16": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair16": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair16": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair16": "{\n \"left\": 0,\n \"right\": 0\n}", + "name17": "minecraft:iron_axe", + "meta17": 17, + "0chance17": 0.1, + "1chance17": 0.0, + "2chance17": 0.0, + "3chance17": 0.025, + "0pair17": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair17": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair17": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair17": "{\n \"left\": 0,\n \"right\": 1\n}", + "name18": "minecraft:iron_axe", + "meta18": 18, + "0chance18": 0.025, + "1chance18": 0.05, + "2chance18": 0.05, + "3chance18": 0.0, + "0pair18": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair18": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair18": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair18": "{\n \"left\": 0,\n \"right\": 0\n}", + "name19": "minecraft:iron_axe", + "meta19": 19, + "0chance19": 0.025, + "1chance19": 0.025, + "2chance19": 0.0, + "3chance19": 0.075, + "0pair19": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair19": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair19": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair19": "{\n \"left\": 0,\n \"right\": 0\n}", + "name20": "minecraft:iron_axe", + "meta20": 20, + "0chance20": 0.025, + "1chance20": 0.0, + "2chance20": 0.025, + "3chance20": 0.025, + "0pair20": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair20": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair20": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair20": "{\n \"left\": 0,\n \"right\": 0\n}", + "name21": "minecraft:iron_axe", + "meta21": 21, + "0chance21": 0.075, + "1chance21": 0.0, + "2chance21": 0.025, + "3chance21": 0.05, + "0pair21": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair21": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair21": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair21": "{\n \"left\": 0,\n \"right\": 0\n}", + "name22": "minecraft:iron_axe", + "meta22": 22, + "0chance22": 0.0, + "1chance22": 0.025, + "2chance22": 0.025, + "3chance22": 0.05, + "0pair22": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair22": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair22": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair22": "{\n \"left\": 0,\n \"right\": 1\n}", + "name23": "minecraft:iron_axe", + "meta23": 23, + "0chance23": 0.0, + "1chance23": 0.05, + "2chance23": 0.025, + "3chance23": 0.0, + "0pair23": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair23": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair23": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair23": "{\n \"left\": 0,\n \"right\": 0\n}", + "name24": "minecraft:iron_axe", + "meta24": 24, + "0chance24": 0.0, + "1chance24": 0.025, + "2chance24": 0.0, + "3chance24": 0.05, + "0pair24": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair24": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair24": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair24": "{\n \"left\": 0,\n \"right\": 0\n}", + "name25": "minecraft:iron_axe", + "meta25": 25, + "0chance25": 0.0, + "1chance25": 0.0, + "2chance25": 0.0, + "3chance25": 0.025, + "0pair25": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair25": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair25": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair25": "{\n \"left\": 0,\n \"right\": 1\n}", + "name26": "minecraft:iron_axe", + "meta26": 26, + "0chance26": 0.025, + "1chance26": 0.0, + "2chance26": 0.0, + "3chance26": 0.075, + "0pair26": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair26": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair26": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair26": "{\n \"left\": 0,\n \"right\": 0\n}", + "name27": "minecraft:iron_axe", + "meta27": 27, + "0chance27": 0.025, + "1chance27": 0.0, + "2chance27": 0.025, + "3chance27": 0.0, + "0pair27": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair27": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair27": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair27": "{\n \"left\": 0,\n \"right\": 0\n}", + "name28": "minecraft:iron_axe", + "meta28": 28, + "0chance28": 0.025, + "1chance28": 0.025, + "2chance28": 0.0, + "3chance28": 0.025, + "0pair28": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair28": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair28": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair28": "{\n \"left\": 0,\n \"right\": 0\n}", + "name29": "minecraft:iron_axe", + "meta29": 29, + "0chance29": 0.05, + "1chance29": 0.025, + "2chance29": 0.025, + "3chance29": 0.025, + "0pair29": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair29": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair29": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair29": "{\n \"left\": 0,\n \"right\": 0\n}", + "name30": "minecraft:iron_axe", + "meta30": 30, + "0chance30": 0.025, + "1chance30": 0.075, + "2chance30": 0.0, + "3chance30": 0.1, + "0pair30": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair30": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair30": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair30": "{\n \"left\": 0,\n \"right\": 0\n}", + "name31": "minecraft:iron_axe", + "meta31": 32, + "0chance31": 0.0, + "1chance31": 0.075, + "2chance31": 0.05, + "3chance31": 0.0, + "0pair31": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair31": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair31": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair31": "{\n \"left\": 0,\n \"right\": 0\n}", + "name32": "minecraft:iron_axe", + "meta32": 33, + "0chance32": 0.0, + "1chance32": 0.025, + "2chance32": 0.05, + "3chance32": 0.025, + "0pair32": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair32": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair32": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair32": "{\n \"left\": 0,\n \"right\": 0\n}", + "name33": "minecraft:iron_axe", + "meta33": 34, + "0chance33": 0.0, + "1chance33": 0.05, + "2chance33": 0.0, + "3chance33": 0.025, + "0pair33": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair33": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair33": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair33": "{\n \"left\": 0,\n \"right\": 0\n}", + "name34": "minecraft:iron_axe", + "meta34": 35, + "0chance34": 0.0, + "1chance34": 0.025, + "2chance34": 0.0, + "3chance34": 0.025, + "0pair34": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair34": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair34": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair34": "{\n \"left\": 0,\n \"right\": 0\n}", + "name35": "minecraft:iron_axe", + "meta35": 36, + "0chance35": 0.025, + "1chance35": 0.05, + "2chance35": 0.075, + "3chance35": 0.025, + "0pair35": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair35": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair35": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair35": "{\n \"left\": 0,\n \"right\": 0\n}", + "name36": "minecraft:iron_axe", + "meta36": 37, + "0chance36": 0.075, + "1chance36": 0.025, + "2chance36": 0.025, + "3chance36": 0.05, + "0pair36": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair36": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair36": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair36": "{\n \"left\": 0,\n \"right\": 0\n}", + "name37": "minecraft:iron_axe", + "meta37": 38, + "0chance37": 0.0, + "1chance37": 0.0, + "2chance37": 0.05, + "3chance37": 0.0, + "0pair37": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair37": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair37": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair37": "{\n \"left\": 0,\n \"right\": 0\n}", + "name38": "minecraft:iron_axe", + "meta38": 39, + "0chance38": 0.0, + "1chance38": 0.0, + "2chance38": 0.0, + "3chance38": 0.025, + "0pair38": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair38": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair38": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair38": "{\n \"left\": 0,\n \"right\": 1\n}", + "name39": "minecraft:iron_axe", + "meta39": 40, + "0chance39": 0.0, + "1chance39": 0.0, + "2chance39": 0.0, + "3chance39": 0.025, + "0pair39": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair39": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair39": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair39": "{\n \"left\": 0,\n \"right\": 1\n}", + "name40": "minecraft:iron_axe", + "meta40": 41, + "0chance40": 0.05, + "1chance40": 0.025, + "2chance40": 0.0, + "3chance40": 0.025, + "0pair40": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair40": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair40": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair40": "{\n \"left\": 0,\n \"right\": 1\n}", + "name41": "minecraft:diamond", + "meta41": 0, + "0chance41": 5.525, + "1chance41": 5.45, + "2chance41": 6.65, + "3chance41": 6.425, + "0pair41": "{\n \"left\": 0,\n \"right\": 2\n}", + "1pair41": "{\n \"left\": 0,\n \"right\": 2\n}", + "2pair41": "{\n \"left\": 0,\n \"right\": 2\n}", + "3pair41": "{\n \"left\": 0,\n \"right\": 2\n}", + "name42": "minecraft:gold_ingot", + "meta42": 0, + "0chance42": 11.675, + "1chance42": 11.5, + "2chance42": 12.4, + "3chance42": 11.775, + "0pair42": "{\n \"left\": 0,\n \"right\": 2\n}", + "1pair42": "{\n \"left\": 0,\n \"right\": 3\n}", + "2pair42": "{\n \"left\": 0,\n \"right\": 3\n}", + "3pair42": "{\n \"left\": 0,\n \"right\": 2\n}", + "name43": "minecraft:iron_sword", + "meta43": 0, + "0chance43": 0.075, + "1chance43": 0.05, + "2chance43": 0.075, + "3chance43": 0.075, + "0pair43": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair43": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair43": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair43": "{\n \"left\": 0,\n \"right\": 0\n}", + "name44": "minecraft:iron_sword", + "meta44": 1, + "0chance44": 0.1, + "1chance44": 0.0, + "2chance44": 0.05, + "3chance44": 0.0, + "0pair44": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair44": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair44": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair44": "{\n \"left\": 0,\n \"right\": 0\n}", + "name45": "minecraft:iron_sword", + "meta45": 2, + "0chance45": 0.075, + "1chance45": 0.0, + "2chance45": 0.0, + "3chance45": 0.025, + "0pair45": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair45": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair45": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair45": "{\n \"left\": 0,\n \"right\": 0\n}", + "name46": "minecraft:iron_sword", + "meta46": 3, + "0chance46": 0.1, + "1chance46": 0.05, + "2chance46": 0.0, + "3chance46": 0.075, + "0pair46": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair46": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair46": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair46": "{\n \"left\": 0,\n \"right\": 0\n}", + "name47": "minecraft:iron_sword", + "meta47": 4, + "0chance47": 0.05, + "1chance47": 0.05, + "2chance47": 0.075, + "3chance47": 0.05, + "0pair47": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair47": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair47": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair47": "{\n \"left\": 0,\n \"right\": 0\n}", + "name48": "minecraft:iron_sword", + "meta48": 5, + "0chance48": 0.05, + "1chance48": 0.0, + "2chance48": 0.05, + "3chance48": 0.025, + "0pair48": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair48": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair48": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair48": "{\n \"left\": 0,\n \"right\": 0\n}", + "name49": "minecraft:iron_sword", + "meta49": 6, + "0chance49": 0.05, + "1chance49": 0.075, + "2chance49": 0.0, + "3chance49": 0.0, + "0pair49": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair49": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair49": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair49": "{\n \"left\": 0,\n \"right\": 0\n}", + "name50": "minecraft:iron_sword", + "meta50": 7, + "0chance50": 0.05, + "1chance50": 0.0, + "2chance50": 0.025, + "3chance50": 0.025, + "0pair50": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair50": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair50": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair50": "{\n \"left\": 0,\n \"right\": 0\n}", + "name51": "minecraft:iron_sword", + "meta51": 8, + "0chance51": 0.025, + "1chance51": 0.05, + "2chance51": 0.025, + "3chance51": 0.05, + "0pair51": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair51": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair51": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair51": "{\n \"left\": 0,\n \"right\": 0\n}", + "name52": "minecraft:iron_sword", + "meta52": 9, + "0chance52": 0.05, + "1chance52": 0.05, + "2chance52": 0.05, + "3chance52": 0.075, + "0pair52": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair52": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair52": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair52": "{\n \"left\": 0,\n \"right\": 1\n}", + "name53": "minecraft:iron_sword", + "meta53": 10, + "0chance53": 0.025, + "1chance53": 0.025, + "2chance53": 0.05, + "3chance53": 0.05, + "0pair53": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair53": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair53": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair53": "{\n \"left\": 0,\n \"right\": 1\n}", + "name54": "minecraft:iron_sword", + "meta54": 11, + "0chance54": 0.025, + "1chance54": 0.025, + "2chance54": 0.05, + "3chance54": 0.0, + "0pair54": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair54": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair54": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair54": "{\n \"left\": 0,\n \"right\": 0\n}", + "name55": "minecraft:iron_sword", + "meta55": 12, + "0chance55": 0.0, + "1chance55": 0.075, + "2chance55": 0.025, + "3chance55": 0.0, + "0pair55": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair55": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair55": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair55": "{\n \"left\": 0,\n \"right\": 0\n}", + "name56": "minecraft:iron_sword", + "meta56": 13, + "0chance56": 0.0, + "1chance56": 0.05, + "2chance56": 0.05, + "3chance56": 0.025, + "0pair56": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair56": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair56": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair56": "{\n \"left\": 0,\n \"right\": 0\n}", + "name57": "minecraft:iron_sword", + "meta57": 14, + "0chance57": 0.1, + "1chance57": 0.05, + "2chance57": 0.075, + "3chance57": 0.075, + "0pair57": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair57": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair57": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair57": "{\n \"left\": 0,\n \"right\": 0\n}", + "name58": "minecraft:iron_sword", + "meta58": 15, + "0chance58": 0.05, + "1chance58": 0.025, + "2chance58": 0.025, + "3chance58": 0.05, + "0pair58": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair58": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair58": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair58": "{\n \"left\": 0,\n \"right\": 0\n}", + "name59": "minecraft:iron_sword", + "meta59": 16, + "0chance59": 0.025, + "1chance59": 0.05, + "2chance59": 0.125, + "3chance59": 0.17500001, + "0pair59": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair59": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair59": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair59": "{\n \"left\": 0,\n \"right\": 0\n}", + "name60": "minecraft:iron_sword", + "meta60": 17, + "0chance60": 0.025, + "1chance60": 0.0, + "2chance60": 0.05, + "3chance60": 0.025, + "0pair60": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair60": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair60": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair60": "{\n \"left\": 0,\n \"right\": 0\n}", + "name61": "minecraft:iron_sword", + "meta61": 18, + "0chance61": 0.1, + "1chance61": 0.125, + "2chance61": 0.025, + "3chance61": 0.075, + "0pair61": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair61": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair61": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair61": "{\n \"left\": 0,\n \"right\": 1\n}", + "name62": "minecraft:iron_sword", + "meta62": 19, + "0chance62": 0.075, + "1chance62": 0.05, + "2chance62": 0.05, + "3chance62": 0.0, + "0pair62": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair62": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair62": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair62": "{\n \"left\": 0,\n \"right\": 0\n}", + "name63": "minecraft:iron_sword", + "meta63": 20, + "0chance63": 0.025, + "1chance63": 0.025, + "2chance63": 0.0, + "3chance63": 0.025, + "0pair63": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair63": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair63": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair63": "{\n \"left\": 0,\n \"right\": 0\n}", + "name64": "minecraft:iron_sword", + "meta64": 21, + "0chance64": 0.0, + "1chance64": 0.05, + "2chance64": 0.025, + "3chance64": 0.025, + "0pair64": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair64": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair64": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair64": "{\n \"left\": 0,\n \"right\": 0\n}", + "name65": "minecraft:iron_sword", + "meta65": 22, + "0chance65": 0.025, + "1chance65": 0.0, + "2chance65": 0.05, + "3chance65": 0.1, + "0pair65": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair65": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair65": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair65": "{\n \"left\": 0,\n \"right\": 0\n}", + "name66": "minecraft:iron_sword", + "meta66": 23, + "0chance66": 0.025, + "1chance66": 0.05, + "2chance66": 0.05, + "3chance66": 0.1, + "0pair66": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair66": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair66": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair66": "{\n \"left\": 0,\n \"right\": 1\n}", + "name67": "minecraft:iron_sword", + "meta67": 24, + "0chance67": 0.025, + "1chance67": 0.05, + "2chance67": 0.05, + "3chance67": 0.1, + "0pair67": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair67": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair67": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair67": "{\n \"left\": 0,\n \"right\": 1\n}", + "name68": "minecraft:iron_sword", + "meta68": 25, + "0chance68": 0.0, + "1chance68": 0.0, + "2chance68": 0.125, + "3chance68": 0.05, + "0pair68": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair68": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair68": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair68": "{\n \"left\": 0,\n \"right\": 1\n}", + "name69": "minecraft:iron_sword", + "meta69": 26, + "0chance69": 0.1, + "1chance69": 0.05, + "2chance69": 0.05, + "3chance69": 0.0, + "0pair69": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair69": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair69": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair69": "{\n \"left\": 0,\n \"right\": 0\n}", + "name70": "minecraft:iron_sword", + "meta70": 27, + "0chance70": 0.05, + "1chance70": 0.0, + "2chance70": 0.1, + "3chance70": 0.025, + "0pair70": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair70": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair70": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair70": "{\n \"left\": 0,\n \"right\": 0\n}", + "name71": "minecraft:iron_sword", + "meta71": 28, + "0chance71": 0.05, + "1chance71": 0.025, + "2chance71": 0.1, + "3chance71": 0.075, + "0pair71": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair71": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair71": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair71": "{\n \"left\": 0,\n \"right\": 0\n}", + "name72": "minecraft:iron_sword", + "meta72": 29, + "0chance72": 0.075, + "1chance72": 0.05, + "2chance72": 0.075, + "3chance72": 0.075, + "0pair72": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair72": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair72": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair72": "{\n \"left\": 0,\n \"right\": 1\n}", + "name73": "minecraft:iron_sword", + "meta73": 30, + "0chance73": 0.15, + "1chance73": 0.05, + "2chance73": 0.025, + "3chance73": 0.025, + "0pair73": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair73": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair73": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair73": "{\n \"left\": 0,\n \"right\": 0\n}", + "name74": "minecraft:iron_sword", + "meta74": 31, + "0chance74": 0.05, + "1chance74": 0.025, + "2chance74": 0.025, + "3chance74": 0.05, + "0pair74": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair74": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair74": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair74": "{\n \"left\": 0,\n \"right\": 1\n}", + "name75": "minecraft:iron_sword", + "meta75": 32, + "0chance75": 0.025, + "1chance75": 0.05, + "2chance75": 0.125, + "3chance75": 0.025, + "0pair75": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair75": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair75": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair75": "{\n \"left\": 0,\n \"right\": 0\n}", + "name76": "minecraft:iron_sword", + "meta76": 33, + "0chance76": 0.025, + "1chance76": 0.025, + "2chance76": 0.0, + "3chance76": 0.025, + "0pair76": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair76": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair76": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair76": "{\n \"left\": 0,\n \"right\": 0\n}", + "name77": "minecraft:iron_sword", + "meta77": 34, + "0chance77": 0.025, + "1chance77": 0.025, + "2chance77": 0.075, + "3chance77": 0.05, + "0pair77": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair77": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair77": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair77": "{\n \"left\": 0,\n \"right\": 1\n}", + "name78": "minecraft:iron_sword", + "meta78": 35, + "0chance78": 0.15, + "1chance78": 0.05, + "2chance78": 0.075, + "3chance78": 0.025, + "0pair78": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair78": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair78": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair78": "{\n \"left\": 0,\n \"right\": 1\n}", + "name79": "minecraft:iron_sword", + "meta79": 36, + "0chance79": 0.0, + "1chance79": 0.05, + "2chance79": 0.025, + "3chance79": 0.05, + "0pair79": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair79": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair79": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair79": "{\n \"left\": 0,\n \"right\": 0\n}", + "name80": "minecraft:iron_sword", + "meta80": 37, + "0chance80": 0.025, + "1chance80": 0.1, + "2chance80": 0.0, + "3chance80": 0.0, + "0pair80": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair80": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair80": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair80": "{\n \"left\": 0,\n \"right\": 0\n}", + "name81": "minecraft:iron_sword", + "meta81": 38, + "0chance81": 0.0, + "1chance81": 0.05, + "2chance81": 0.025, + "3chance81": 0.025, + "0pair81": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair81": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair81": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair81": "{\n \"left\": 0,\n \"right\": 0\n}", + "name82": "minecraft:iron_sword", + "meta82": 39, + "0chance82": 0.05, + "1chance82": 0.025, + "2chance82": 0.075, + "3chance82": 0.075, + "0pair82": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair82": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair82": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair82": "{\n \"left\": 0,\n \"right\": 0\n}", + "name83": "minecraft:iron_sword", + "meta83": 40, + "0chance83": 0.075, + "1chance83": 0.075, + "2chance83": 0.075, + "3chance83": 0.025, + "0pair83": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair83": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair83": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair83": "{\n \"left\": 0,\n \"right\": 0\n}", + "name84": "minecraft:iron_sword", + "meta84": 41, + "0chance84": 0.075, + "1chance84": 0.05, + "2chance84": 0.075, + "3chance84": 0.025, + "0pair84": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair84": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair84": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair84": "{\n \"left\": 0,\n \"right\": 0\n}", + "name85": "minecraft:golden_sword", + "meta85": 0, + "0chance85": 0.025, + "1chance85": 0.025, + "2chance85": 0.075, + "3chance85": 0.0, + "0pair85": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair85": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair85": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair85": "{\n \"left\": 0,\n \"right\": 0\n}", + "name86": "minecraft:golden_sword", + "meta86": 1, + "0chance86": 0.225, + "1chance86": 0.025, + "2chance86": 0.05, + "3chance86": 0.05, + "0pair86": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair86": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair86": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair86": "{\n \"left\": 0,\n \"right\": 1\n}", + "name87": "minecraft:golden_sword", + "meta87": 2, + "0chance87": 0.025, + "1chance87": 0.05, + "2chance87": 0.025, + "3chance87": 0.0, + "0pair87": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair87": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair87": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair87": "{\n \"left\": 0,\n \"right\": 0\n}", + "name88": "minecraft:golden_sword", + "meta88": 3, + "0chance88": 0.025, + "1chance88": 0.025, + "2chance88": 0.05, + "3chance88": 0.025, + "0pair88": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair88": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair88": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair88": "{\n \"left\": 0,\n \"right\": 0\n}", + "name89": "minecraft:golden_sword", + "meta89": 4, + "0chance89": 0.025, + "1chance89": 0.05, + "2chance89": 0.025, + "3chance89": 0.05, + "0pair89": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair89": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair89": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair89": "{\n \"left\": 0,\n \"right\": 0\n}", + "name90": "minecraft:golden_sword", + "meta90": 5, + "0chance90": 0.05, + "1chance90": 0.1, + "2chance90": 0.05, + "3chance90": 0.0, + "0pair90": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair90": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair90": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair90": "{\n \"left\": 0,\n \"right\": 0\n}", + "name91": "minecraft:golden_axe", + "meta91": 0, + "0chance91": 0.1, + "1chance91": 0.225, + "2chance91": 0.17500001, + "3chance91": 0.125, + "0pair91": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair91": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair91": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair91": "{\n \"left\": 0,\n \"right\": 1\n}", + "name92": "minecraft:golden_axe", + "meta92": 1, + "0chance92": 0.17500001, + "1chance92": 0.125, + "2chance92": 0.275, + "3chance92": 0.15, + "0pair92": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair92": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair92": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair92": "{\n \"left\": 0,\n \"right\": 1\n}", + "name93": "minecraft:golden_axe", + "meta93": 2, + "0chance93": 0.17500001, + "1chance93": 0.125, + "2chance93": 0.125, + "3chance93": 0.125, + "0pair93": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair93": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair93": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair93": "{\n \"left\": 0,\n \"right\": 0\n}", + "name94": "minecraft:golden_axe", + "meta94": 3, + "0chance94": 0.125, + "1chance94": 0.2, + "2chance94": 0.15, + "3chance94": 0.125, + "0pair94": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair94": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair94": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair94": "{\n \"left\": 0,\n \"right\": 0\n}", + "name95": "minecraft:golden_axe", + "meta95": 4, + "0chance95": 0.2, + "1chance95": 0.125, + "2chance95": 0.15, + "3chance95": 0.15, + "0pair95": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair95": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair95": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair95": "{\n \"left\": 0,\n \"right\": 0\n}", + "name96": "minecraft:golden_axe", + "meta96": 5, + "0chance96": 0.1, + "1chance96": 0.1, + "2chance96": 0.15, + "3chance96": 0.17500001, + "0pair96": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair96": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair96": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair96": "{\n \"left\": 0,\n \"right\": 0\n}", + "name97": "minecraft:leather_helmet", + "meta97": 0, + "0chance97": 0.1, + "1chance97": 0.2, + "2chance97": 0.075, + "3chance97": 0.075, + "0pair97": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair97": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair97": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair97": "{\n \"left\": 0,\n \"right\": 0\n}", + "name98": "minecraft:leather_helmet", + "meta98": 1, + "0chance98": 0.05, + "1chance98": 0.17500001, + "2chance98": 0.05, + "3chance98": 0.125, + "0pair98": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair98": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair98": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair98": "{\n \"left\": 0,\n \"right\": 1\n}", + "name99": "minecraft:leather_helmet", + "meta99": 2, + "0chance99": 0.075, + "1chance99": 0.075, + "2chance99": 0.05, + "3chance99": 0.1, + "0pair99": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair99": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair99": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair99": "{\n \"left\": 0,\n \"right\": 1\n}", + "name100": "minecraft:leather_helmet", + "meta100": 3, + "0chance100": 0.1, + "1chance100": 0.1, + "2chance100": 0.075, + "3chance100": 0.05, + "0pair100": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair100": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair100": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair100": "{\n \"left\": 0,\n \"right\": 0\n}", + "name101": "minecraft:leather_helmet", + "meta101": 4, + "0chance101": 0.15, + "1chance101": 0.1, + "2chance101": 0.2, + "3chance101": 0.1, + "0pair101": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair101": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair101": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair101": "{\n \"left\": 0,\n \"right\": 1\n}", + "name102": "minecraft:leather_helmet", + "meta102": 5, + "0chance102": 0.05, + "1chance102": 0.075, + "2chance102": 0.125, + "3chance102": 0.1, + "0pair102": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair102": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair102": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair102": "{\n \"left\": 0,\n \"right\": 0\n}", + "name103": "minecraft:leather_helmet", + "meta103": 6, + "0chance103": 0.05, + "1chance103": 0.17500001, + "2chance103": 0.15, + "3chance103": 0.0, + "0pair103": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair103": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair103": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair103": "{\n \"left\": 0,\n \"right\": 0\n}", + "name104": "minecraft:leather_helmet", + "meta104": 7, + "0chance104": 0.2, + "1chance104": 0.05, + "2chance104": 0.05, + "3chance104": 0.075, + "0pair104": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair104": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair104": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair104": "{\n \"left\": 0,\n \"right\": 0\n}", + "name105": "minecraft:leather_helmet", + "meta105": 8, + "0chance105": 0.125, + "1chance105": 0.05, + "2chance105": 0.025, + "3chance105": 0.125, + "0pair105": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair105": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair105": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair105": "{\n \"left\": 0,\n \"right\": 1\n}", + "name106": "minecraft:leather_helmet", + "meta106": 9, + "0chance106": 0.1, + "1chance106": 0.15, + "2chance106": 0.075, + "3chance106": 0.15, + "0pair106": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair106": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair106": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair106": "{\n \"left\": 0,\n \"right\": 0\n}", + "name107": "minecraft:leather_chestplate", + "meta107": 0, + "0chance107": 0.05, + "1chance107": 0.0, + "2chance107": 0.05, + "3chance107": 0.05, + "0pair107": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair107": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair107": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair107": "{\n \"left\": 0,\n \"right\": 0\n}", + "name108": "minecraft:leather_chestplate", + "meta108": 1, + "0chance108": 0.1, + "1chance108": 0.17500001, + "2chance108": 0.0, + "3chance108": 0.125, + "0pair108": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair108": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair108": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair108": "{\n \"left\": 0,\n \"right\": 0\n}", + "name109": "minecraft:leather_chestplate", + "meta109": 2, + "0chance109": 0.05, + "1chance109": 0.075, + "2chance109": 0.05, + "3chance109": 0.025, + "0pair109": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair109": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair109": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair109": "{\n \"left\": 0,\n \"right\": 0\n}", + "name110": "minecraft:leather_chestplate", + "meta110": 3, + "0chance110": 0.05, + "1chance110": 0.075, + "2chance110": 0.05, + "3chance110": 0.025, + "0pair110": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair110": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair110": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair110": "{\n \"left\": 0,\n \"right\": 0\n}", + "name111": "minecraft:leather_chestplate", + "meta111": 4, + "0chance111": 0.025, + "1chance111": 0.075, + "2chance111": 0.0, + "3chance111": 0.025, + "0pair111": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair111": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair111": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair111": "{\n \"left\": 0,\n \"right\": 0\n}", + "name112": "minecraft:leather_chestplate", + "meta112": 5, + "0chance112": 0.05, + "1chance112": 0.1, + "2chance112": 0.1, + "3chance112": 0.025, + "0pair112": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair112": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair112": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair112": "{\n \"left\": 0,\n \"right\": 1\n}", + "name113": "minecraft:leather_chestplate", + "meta113": 6, + "0chance113": 0.075, + "1chance113": 0.075, + "2chance113": 0.05, + "3chance113": 0.025, + "0pair113": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair113": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair113": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair113": "{\n \"left\": 0,\n \"right\": 0\n}", + "name114": "minecraft:leather_chestplate", + "meta114": 7, + "0chance114": 0.05, + "1chance114": 0.075, + "2chance114": 0.05, + "3chance114": 0.05, + "0pair114": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair114": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair114": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair114": "{\n \"left\": 0,\n \"right\": 0\n}", + "name115": "minecraft:leather_chestplate", + "meta115": 8, + "0chance115": 0.1, + "1chance115": 0.15, + "2chance115": 0.125, + "3chance115": 0.025, + "0pair115": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair115": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair115": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair115": "{\n \"left\": 0,\n \"right\": 1\n}", + "name116": "minecraft:leather_chestplate", + "meta116": 9, + "0chance116": 0.17500001, + "1chance116": 0.05, + "2chance116": 0.05, + "3chance116": 0.15, + "0pair116": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair116": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair116": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair116": "{\n \"left\": 0,\n \"right\": 1\n}", + "name117": "minecraft:leather_chestplate", + "meta117": 10, + "0chance117": 0.075, + "1chance117": 0.075, + "2chance117": 0.15, + "3chance117": 0.075, + "0pair117": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair117": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair117": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair117": "{\n \"left\": 0,\n \"right\": 0\n}", + "name118": "minecraft:leather_chestplate", + "meta118": 11, + "0chance118": 0.025, + "1chance118": 0.05, + "2chance118": 0.075, + "3chance118": 0.05, + "0pair118": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair118": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair118": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair118": "{\n \"left\": 0,\n \"right\": 1\n}", + "name119": "minecraft:leather_chestplate", + "meta119": 12, + "0chance119": 0.125, + "1chance119": 0.075, + "2chance119": 0.075, + "3chance119": 0.025, + "0pair119": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair119": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair119": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair119": "{\n \"left\": 0,\n \"right\": 0\n}", + "name120": "minecraft:leather_chestplate", + "meta120": 13, + "0chance120": 0.1, + "1chance120": 0.05, + "2chance120": 0.2, + "3chance120": 0.05, + "0pair120": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair120": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair120": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair120": "{\n \"left\": 0,\n \"right\": 0\n}", + "name121": "minecraft:leather_leggings", + "meta121": 0, + "0chance121": 0.05, + "1chance121": 0.05, + "2chance121": 0.1, + "3chance121": 0.0, + "0pair121": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair121": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair121": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair121": "{\n \"left\": 0,\n \"right\": 0\n}", + "name122": "minecraft:leather_leggings", + "meta122": 1, + "0chance122": 0.05, + "1chance122": 0.025, + "2chance122": 0.075, + "3chance122": 0.025, + "0pair122": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair122": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair122": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair122": "{\n \"left\": 0,\n \"right\": 0\n}", + "name123": "minecraft:leather_leggings", + "meta123": 2, + "0chance123": 0.075, + "1chance123": 0.0, + "2chance123": 0.125, + "3chance123": 0.05, + "0pair123": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair123": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair123": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair123": "{\n \"left\": 0,\n \"right\": 1\n}", + "name124": "minecraft:leather_leggings", + "meta124": 3, + "0chance124": 0.05, + "1chance124": 0.05, + "2chance124": 0.075, + "3chance124": 0.05, + "0pair124": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair124": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair124": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair124": "{\n \"left\": 0,\n \"right\": 1\n}", + "name125": "minecraft:leather_leggings", + "meta125": 4, + "0chance125": 0.025, + "1chance125": 0.075, + "2chance125": 0.15, + "3chance125": 0.05, + "0pair125": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair125": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair125": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair125": "{\n \"left\": 0,\n \"right\": 0\n}", + "name126": "minecraft:leather_leggings", + "meta126": 5, + "0chance126": 0.075, + "1chance126": 0.05, + "2chance126": 0.075, + "3chance126": 0.05, + "0pair126": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair126": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair126": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair126": "{\n \"left\": 0,\n \"right\": 1\n}", + "name127": "minecraft:leather_leggings", + "meta127": 6, + "0chance127": 0.17500001, + "1chance127": 0.05, + "2chance127": 0.025, + "3chance127": 0.125, + "0pair127": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair127": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair127": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair127": "{\n \"left\": 0,\n \"right\": 1\n}", + "name128": "minecraft:leather_leggings", + "meta128": 7, + "0chance128": 0.125, + "1chance128": 0.075, + "2chance128": 0.075, + "3chance128": 0.075, + "0pair128": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair128": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair128": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair128": "{\n \"left\": 0,\n \"right\": 0\n}", + "name129": "minecraft:leather_leggings", + "meta129": 8, + "0chance129": 0.075, + "1chance129": 0.075, + "2chance129": 0.05, + "3chance129": 0.15, + "0pair129": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair129": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair129": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair129": "{\n \"left\": 0,\n \"right\": 1\n}", + "name130": "minecraft:leather_leggings", + "meta130": 9, + "0chance130": 0.075, + "1chance130": 0.025, + "2chance130": 0.05, + "3chance130": 0.05, + "0pair130": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair130": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair130": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair130": "{\n \"left\": 0,\n \"right\": 0\n}", + "name131": "minecraft:leather_leggings", + "meta131": 10, + "0chance131": 0.075, + "1chance131": 0.075, + "2chance131": 0.05, + "3chance131": 0.125, + "0pair131": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair131": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair131": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair131": "{\n \"left\": 0,\n \"right\": 0\n}", + "name132": "minecraft:leather_leggings", + "meta132": 11, + "0chance132": 0.075, + "1chance132": 0.025, + "2chance132": 0.025, + "3chance132": 0.2, + "0pair132": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair132": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair132": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair132": "{\n \"left\": 0,\n \"right\": 1\n}", + "name133": "minecraft:leather_leggings", + "meta133": 12, + "0chance133": 0.025, + "1chance133": 0.075, + "2chance133": 0.075, + "3chance133": 0.125, + "0pair133": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair133": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair133": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair133": "{\n \"left\": 0,\n \"right\": 1\n}", + "name134": "minecraft:leather_boots", + "meta134": 0, + "0chance134": 0.15, + "1chance134": 0.1, + "2chance134": 0.15, + "3chance134": 0.125, + "0pair134": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair134": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair134": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair134": "{\n \"left\": 0,\n \"right\": 1\n}", + "name135": "minecraft:leather_boots", + "meta135": 1, + "0chance135": 0.15, + "1chance135": 0.125, + "2chance135": 0.1, + "3chance135": 0.025, + "0pair135": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair135": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair135": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair135": "{\n \"left\": 0,\n \"right\": 1\n}", + "name136": "minecraft:leather_boots", + "meta136": 2, + "0chance136": 0.05, + "1chance136": 0.05, + "2chance136": 0.05, + "3chance136": 0.125, + "0pair136": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair136": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair136": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair136": "{\n \"left\": 0,\n \"right\": 1\n}", + "name137": "minecraft:leather_boots", + "meta137": 3, + "0chance137": 0.1, + "1chance137": 0.125, + "2chance137": 0.05, + "3chance137": 0.025, + "0pair137": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair137": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair137": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair137": "{\n \"left\": 0,\n \"right\": 0\n}", + "name138": "minecraft:leather_boots", + "meta138": 4, + "0chance138": 0.05, + "1chance138": 0.025, + "2chance138": 0.1, + "3chance138": 0.125, + "0pair138": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair138": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair138": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair138": "{\n \"left\": 0,\n \"right\": 0\n}", + "name139": "minecraft:leather_boots", + "meta139": 5, + "0chance139": 0.125, + "1chance139": 0.075, + "2chance139": 0.125, + "3chance139": 0.125, + "0pair139": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair139": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair139": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair139": "{\n \"left\": 0,\n \"right\": 1\n}", + "name140": "minecraft:leather_boots", + "meta140": 6, + "0chance140": 0.125, + "1chance140": 0.1, + "2chance140": 0.05, + "3chance140": 0.1, + "0pair140": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair140": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair140": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair140": "{\n \"left\": 0,\n \"right\": 0\n}", + "name141": "minecraft:leather_boots", + "meta141": 7, + "0chance141": 0.1, + "1chance141": 0.15, + "2chance141": 0.025, + "3chance141": 0.1, + "0pair141": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair141": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair141": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair141": "{\n \"left\": 0,\n \"right\": 0\n}", + "name142": "minecraft:leather_boots", + "meta142": 8, + "0chance142": 0.075, + "1chance142": 0.05, + "2chance142": 0.025, + "3chance142": 0.05, + "0pair142": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair142": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair142": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair142": "{\n \"left\": 0,\n \"right\": 0\n}", + "name143": "minecraft:leather_boots", + "meta143": 9, + "0chance143": 0.075, + "1chance143": 0.2, + "2chance143": 0.125, + "3chance143": 0.025, + "0pair143": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair143": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair143": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair143": "{\n \"left\": 0,\n \"right\": 0\n}", + "name144": "minecraft:leather_boots", + "meta144": 10, + "0chance144": 0.125, + "1chance144": 0.0, + "2chance144": 0.1, + "3chance144": 0.025, + "0pair144": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair144": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair144": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair144": "{\n \"left\": 0,\n \"right\": 0\n}", + "name145": "minecraft:chainmail_helmet", + "meta145": 0, + "0chance145": 0.05, + "1chance145": 0.05, + "2chance145": 0.0, + "3chance145": 0.05, + "0pair145": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair145": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair145": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair145": "{\n \"left\": 0,\n \"right\": 1\n}", + "name146": "minecraft:chainmail_helmet", + "meta146": 1, + "0chance146": 0.05, + "1chance146": 0.075, + "2chance146": 0.025, + "3chance146": 0.0, + "0pair146": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair146": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair146": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair146": "{\n \"left\": 0,\n \"right\": 0\n}", + "name147": "minecraft:chainmail_helmet", + "meta147": 2, + "0chance147": 0.025, + "1chance147": 0.0, + "2chance147": 0.025, + "3chance147": 0.0, + "0pair147": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair147": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair147": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair147": "{\n \"left\": 0,\n \"right\": 0\n}", + "name148": "minecraft:chainmail_helmet", + "meta148": 3, + "0chance148": 0.05, + "1chance148": 0.0, + "2chance148": 0.0, + "3chance148": 0.05, + "0pair148": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair148": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair148": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair148": "{\n \"left\": 0,\n \"right\": 1\n}", + "name149": "minecraft:chainmail_helmet", + "meta149": 4, + "0chance149": 0.05, + "1chance149": 0.1, + "2chance149": 0.025, + "3chance149": 0.025, + "0pair149": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair149": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair149": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair149": "{\n \"left\": 0,\n \"right\": 0\n}", + "name150": "minecraft:chainmail_helmet", + "meta150": 5, + "0chance150": 0.0, + "1chance150": 0.025, + "2chance150": 0.05, + "3chance150": 0.0, + "0pair150": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair150": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair150": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair150": "{\n \"left\": 0,\n \"right\": 0\n}", + "name151": "minecraft:chainmail_helmet", + "meta151": 6, + "0chance151": 0.0, + "1chance151": 0.05, + "2chance151": 0.075, + "3chance151": 0.0, + "0pair151": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair151": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair151": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair151": "{\n \"left\": 0,\n \"right\": 0\n}", + "name152": "minecraft:chainmail_helmet", + "meta152": 7, + "0chance152": 0.0, + "1chance152": 0.0, + "2chance152": 0.025, + "3chance152": 0.025, + "0pair152": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair152": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair152": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair152": "{\n \"left\": 0,\n \"right\": 0\n}", + "name153": "minecraft:chainmail_helmet", + "meta153": 8, + "0chance153": 0.025, + "1chance153": 0.025, + "2chance153": 0.05, + "3chance153": 0.075, + "0pair153": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair153": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair153": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair153": "{\n \"left\": 0,\n \"right\": 1\n}", + "name154": "minecraft:chainmail_helmet", + "meta154": 9, + "0chance154": 0.05, + "1chance154": 0.0, + "2chance154": 0.0, + "3chance154": 0.05, + "0pair154": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair154": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair154": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair154": "{\n \"left\": 0,\n \"right\": 0\n}", + "name155": "minecraft:chainmail_helmet", + "meta155": 10, + "0chance155": 0.025, + "1chance155": 0.075, + "2chance155": 0.025, + "3chance155": 0.025, + "0pair155": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair155": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair155": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair155": "{\n \"left\": 0,\n \"right\": 0\n}", + "name156": "minecraft:chainmail_helmet", + "meta156": 11, + "0chance156": 0.025, + "1chance156": 0.025, + "2chance156": 0.025, + "3chance156": 0.025, + "0pair156": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair156": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair156": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair156": "{\n \"left\": 0,\n \"right\": 0\n}", + "name157": "minecraft:chainmail_helmet", + "meta157": 12, + "0chance157": 0.025, + "1chance157": 0.0, + "2chance157": 0.075, + "3chance157": 0.125, + "0pair157": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair157": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair157": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair157": "{\n \"left\": 0,\n \"right\": 1\n}", + "name158": "minecraft:chainmail_helmet", + "meta158": 13, + "0chance158": 0.05, + "1chance158": 0.05, + "2chance158": 0.0, + "3chance158": 0.075, + "0pair158": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair158": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair158": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair158": "{\n \"left\": 0,\n \"right\": 1\n}", + "name159": "minecraft:chainmail_helmet", + "meta159": 14, + "0chance159": 0.05, + "1chance159": 0.0, + "2chance159": 0.025, + "3chance159": 0.025, + "0pair159": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair159": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair159": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair159": "{\n \"left\": 0,\n \"right\": 0\n}", + "name160": "minecraft:chainmail_helmet", + "meta160": 15, + "0chance160": 0.05, + "1chance160": 0.0, + "2chance160": 0.025, + "3chance160": 0.025, + "0pair160": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair160": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair160": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair160": "{\n \"left\": 0,\n \"right\": 0\n}", + "name161": "minecraft:chainmail_helmet", + "meta161": 16, + "0chance161": 0.0, + "1chance161": 0.025, + "2chance161": 0.025, + "3chance161": 0.125, + "0pair161": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair161": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair161": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair161": "{\n \"left\": 0,\n \"right\": 1\n}", + "name162": "minecraft:chainmail_helmet", + "meta162": 17, + "0chance162": 0.05, + "1chance162": 0.025, + "2chance162": 0.025, + "3chance162": 0.025, + "0pair162": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair162": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair162": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair162": "{\n \"left\": 0,\n \"right\": 0\n}", + "name163": "minecraft:chainmail_helmet", + "meta163": 18, + "0chance163": 0.0, + "1chance163": 0.025, + "2chance163": 0.0, + "3chance163": 0.0, + "0pair163": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair163": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair163": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair163": "{\n \"left\": 0,\n \"right\": 0\n}", + "name164": "minecraft:chainmail_helmet", + "meta164": 19, + "0chance164": 0.05, + "1chance164": 0.025, + "2chance164": 0.025, + "3chance164": 0.075, + "0pair164": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair164": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair164": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair164": "{\n \"left\": 0,\n \"right\": 0\n}", + "name165": "minecraft:chainmail_helmet", + "meta165": 20, + "0chance165": 0.05, + "1chance165": 0.0, + "2chance165": 0.05, + "3chance165": 0.025, + "0pair165": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair165": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair165": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair165": "{\n \"left\": 0,\n \"right\": 0\n}", + "name166": "minecraft:chainmail_helmet", + "meta166": 21, + "0chance166": 0.1, + "1chance166": 0.025, + "2chance166": 0.025, + "3chance166": 0.0, + "0pair166": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair166": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair166": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair166": "{\n \"left\": 0,\n \"right\": 0\n}", + "name167": "minecraft:chainmail_helmet", + "meta167": 22, + "0chance167": 0.05, + "1chance167": 0.0, + "2chance167": 0.05, + "3chance167": 0.05, + "0pair167": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair167": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair167": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair167": "{\n \"left\": 0,\n \"right\": 0\n}", + "name168": "minecraft:chainmail_helmet", + "meta168": 23, + "0chance168": 0.05, + "1chance168": 0.075, + "2chance168": 0.025, + "3chance168": 0.0, + "0pair168": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair168": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair168": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair168": "{\n \"left\": 0,\n \"right\": 0\n}", + "name169": "minecraft:chainmail_helmet", + "meta169": 24, + "0chance169": 0.025, + "1chance169": 0.0, + "2chance169": 0.0, + "3chance169": 0.0, + "0pair169": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair169": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair169": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair169": "{\n \"left\": 0,\n \"right\": 0\n}", + "name170": "minecraft:chainmail_helmet", + "meta170": 25, + "0chance170": 0.0, + "1chance170": 0.025, + "2chance170": 0.025, + "3chance170": 0.075, + "0pair170": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair170": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair170": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair170": "{\n \"left\": 0,\n \"right\": 0\n}", + "name171": "minecraft:chainmail_helmet", + "meta171": 26, + "0chance171": 0.025, + "1chance171": 0.025, + "2chance171": 0.025, + "3chance171": 0.0, + "0pair171": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair171": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair171": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair171": "{\n \"left\": 0,\n \"right\": 0\n}", + "name172": "minecraft:chainmail_helmet", + "meta172": 27, + "0chance172": 0.025, + "1chance172": 0.025, + "2chance172": 0.025, + "3chance172": 0.075, + "0pair172": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair172": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair172": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair172": "{\n \"left\": 0,\n \"right\": 0\n}", + "name173": "minecraft:chainmail_chestplate", + "meta173": 0, + "0chance173": 0.025, + "1chance173": 0.0, + "2chance173": 0.025, + "3chance173": 0.05, + "0pair173": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair173": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair173": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair173": "{\n \"left\": 0,\n \"right\": 0\n}", + "name174": "minecraft:chainmail_chestplate", + "meta174": 1, + "0chance174": 0.0, + "1chance174": 0.025, + "2chance174": 0.05, + "3chance174": 0.0, + "0pair174": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair174": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair174": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair174": "{\n \"left\": 0,\n \"right\": 0\n}", + "name175": "minecraft:chainmail_chestplate", + "meta175": 2, + "0chance175": 0.05, + "1chance175": 0.05, + "2chance175": 0.05, + "3chance175": 0.0, + "0pair175": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair175": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair175": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair175": "{\n \"left\": 0,\n \"right\": 0\n}", + "name176": "minecraft:chainmail_chestplate", + "meta176": 3, + "0chance176": 0.0, + "1chance176": 0.05, + "2chance176": 0.025, + "3chance176": 0.0, + "0pair176": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair176": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair176": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair176": "{\n \"left\": 0,\n \"right\": 0\n}", + "name177": "minecraft:chainmail_chestplate", + "meta177": 4, + "0chance177": 0.025, + "1chance177": 0.025, + "2chance177": 0.075, + "3chance177": 0.0, + "0pair177": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair177": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair177": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair177": "{\n \"left\": 0,\n \"right\": 0\n}", + "name178": "minecraft:chainmail_chestplate", + "meta178": 5, + "0chance178": 0.0, + "1chance178": 0.0, + "2chance178": 0.05, + "3chance178": 0.025, + "0pair178": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair178": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair178": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair178": "{\n \"left\": 0,\n \"right\": 0\n}", + "name179": "minecraft:chainmail_chestplate", + "meta179": 6, + "0chance179": 0.05, + "1chance179": 0.0, + "2chance179": 0.0, + "3chance179": 0.025, + "0pair179": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair179": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair179": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair179": "{\n \"left\": 0,\n \"right\": 0\n}", + "name180": "minecraft:chainmail_chestplate", + "meta180": 7, + "0chance180": 0.0, + "1chance180": 0.025, + "2chance180": 0.0, + "3chance180": 0.025, + "0pair180": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair180": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair180": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair180": "{\n \"left\": 0,\n \"right\": 1\n}", + "name181": "minecraft:chainmail_chestplate", + "meta181": 8, + "0chance181": 0.025, + "1chance181": 0.025, + "2chance181": 0.025, + "3chance181": 0.025, + "0pair181": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair181": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair181": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair181": "{\n \"left\": 0,\n \"right\": 0\n}", + "name182": "minecraft:chainmail_chestplate", + "meta182": 9, + "0chance182": 0.025, + "1chance182": 0.025, + "2chance182": 0.05, + "3chance182": 0.0, + "0pair182": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair182": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair182": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair182": "{\n \"left\": 0,\n \"right\": 0\n}", + "name183": "minecraft:chainmail_chestplate", + "meta183": 10, + "0chance183": 0.0, + "1chance183": 0.05, + "2chance183": 0.025, + "3chance183": 0.05, + "0pair183": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair183": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair183": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair183": "{\n \"left\": 0,\n \"right\": 1\n}", + "name184": "minecraft:chainmail_chestplate", + "meta184": 11, + "0chance184": 0.025, + "1chance184": 0.05, + "2chance184": 0.025, + "3chance184": 0.05, + "0pair184": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair184": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair184": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair184": "{\n \"left\": 0,\n \"right\": 1\n}", + "name185": "minecraft:chainmail_chestplate", + "meta185": 12, + "0chance185": 0.0, + "1chance185": 0.0, + "2chance185": 0.025, + "3chance185": 0.025, + "0pair185": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair185": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair185": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair185": "{\n \"left\": 0,\n \"right\": 0\n}", + "name186": "minecraft:chainmail_chestplate", + "meta186": 13, + "0chance186": 0.025, + "1chance186": 0.025, + "2chance186": 0.0, + "3chance186": 0.025, + "0pair186": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair186": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair186": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair186": "{\n \"left\": 0,\n \"right\": 0\n}", + "name187": "minecraft:chainmail_chestplate", + "meta187": 14, + "0chance187": 0.025, + "1chance187": 0.025, + "2chance187": 0.025, + "3chance187": 0.025, + "0pair187": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair187": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair187": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair187": "{\n \"left\": 0,\n \"right\": 0\n}", + "name188": "minecraft:chainmail_chestplate", + "meta188": 15, + "0chance188": 0.025, + "1chance188": 0.0, + "2chance188": 0.0, + "3chance188": 0.0, + "0pair188": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair188": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair188": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair188": "{\n \"left\": 0,\n \"right\": 0\n}", + "name189": "minecraft:chainmail_chestplate", + "meta189": 16, + "0chance189": 0.025, + "1chance189": 0.025, + "2chance189": 0.0, + "3chance189": 0.05, + "0pair189": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair189": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair189": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair189": "{\n \"left\": 0,\n \"right\": 0\n}", + "name190": "minecraft:chainmail_chestplate", + "meta190": 17, + "0chance190": 0.025, + "1chance190": 0.0, + "2chance190": 0.05, + "3chance190": 0.075, + "0pair190": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair190": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair190": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair190": "{\n \"left\": 0,\n \"right\": 0\n}", + "name191": "minecraft:chainmail_chestplate", + "meta191": 18, + "0chance191": 0.0, + "1chance191": 0.0, + "2chance191": 0.025, + "3chance191": 0.05, + "0pair191": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair191": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair191": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair191": "{\n \"left\": 0,\n \"right\": 0\n}", + "name192": "minecraft:chainmail_chestplate", + "meta192": 19, + "0chance192": 0.025, + "1chance192": 0.0, + "2chance192": 0.025, + "3chance192": 0.0, + "0pair192": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair192": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair192": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair192": "{\n \"left\": 0,\n \"right\": 0\n}", + "name193": "minecraft:chainmail_chestplate", + "meta193": 20, + "0chance193": 0.025, + "1chance193": 0.05, + "2chance193": 0.025, + "3chance193": 0.025, + "0pair193": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair193": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair193": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair193": "{\n \"left\": 0,\n \"right\": 0\n}", + "name194": "minecraft:chainmail_chestplate", + "meta194": 21, + "0chance194": 0.0, + "1chance194": 0.1, + "2chance194": 0.025, + "3chance194": 0.025, + "0pair194": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair194": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair194": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair194": "{\n \"left\": 0,\n \"right\": 0\n}", + "name195": "minecraft:chainmail_chestplate", + "meta195": 22, + "0chance195": 0.025, + "1chance195": 0.05, + "2chance195": 0.0, + "3chance195": 0.025, + "0pair195": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair195": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair195": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair195": "{\n \"left\": 0,\n \"right\": 0\n}", + "name196": "minecraft:chainmail_chestplate", + "meta196": 23, + "0chance196": 0.025, + "1chance196": 0.075, + "2chance196": 0.025, + "3chance196": 0.0, + "0pair196": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair196": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair196": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair196": "{\n \"left\": 0,\n \"right\": 0\n}", + "name197": "minecraft:chainmail_chestplate", + "meta197": 24, + "0chance197": 0.05, + "1chance197": 0.0, + "2chance197": 0.0, + "3chance197": 0.025, + "0pair197": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair197": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair197": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair197": "{\n \"left\": 0,\n \"right\": 0\n}", + "name198": "minecraft:chainmail_chestplate", + "meta198": 25, + "0chance198": 0.025, + "1chance198": 0.0, + "2chance198": 0.025, + "3chance198": 0.0, + "0pair198": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair198": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair198": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair198": "{\n \"left\": 0,\n \"right\": 0\n}", + "name199": "minecraft:chainmail_chestplate", + "meta199": 26, + "0chance199": 0.0, + "1chance199": 0.0, + "2chance199": 0.05, + "3chance199": 0.0, + "0pair199": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair199": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair199": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair199": "{\n \"left\": 0,\n \"right\": 0\n}", + "name200": "minecraft:chainmail_chestplate", + "meta200": 27, + "0chance200": 0.0, + "1chance200": 0.025, + "2chance200": 0.025, + "3chance200": 0.025, + "0pair200": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair200": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair200": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair200": "{\n \"left\": 0,\n \"right\": 0\n}", + "name201": "minecraft:chainmail_chestplate", + "meta201": 28, + "0chance201": 0.05, + "1chance201": 0.0, + "2chance201": 0.0, + "3chance201": 0.05, + "0pair201": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair201": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair201": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair201": "{\n \"left\": 0,\n \"right\": 1\n}", + "name202": "minecraft:chainmail_chestplate", + "meta202": 29, + "0chance202": 0.025, + "1chance202": 0.025, + "2chance202": 0.0, + "3chance202": 0.0, + "0pair202": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair202": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair202": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair202": "{\n \"left\": 0,\n \"right\": 0\n}", + "name203": "minecraft:chainmail_chestplate", + "meta203": 30, + "0chance203": 0.05, + "1chance203": 0.075, + "2chance203": 0.0, + "3chance203": 0.0, + "0pair203": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair203": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair203": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair203": "{\n \"left\": 0,\n \"right\": 0\n}", + "name204": "minecraft:chainmail_chestplate", + "meta204": 31, + "0chance204": 0.025, + "1chance204": 0.05, + "2chance204": 0.025, + "3chance204": 0.0, + "0pair204": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair204": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair204": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair204": "{\n \"left\": 0,\n \"right\": 0\n}", + "name205": "minecraft:chainmail_chestplate", + "meta205": 32, + "0chance205": 0.025, + "1chance205": 0.025, + "2chance205": 0.0, + "3chance205": 0.05, + "0pair205": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair205": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair205": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair205": "{\n \"left\": 0,\n \"right\": 0\n}", + "name206": "minecraft:chainmail_chestplate", + "meta206": 33, + "0chance206": 0.0, + "1chance206": 0.05, + "2chance206": 0.0, + "3chance206": 0.1, + "0pair206": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair206": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair206": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair206": "{\n \"left\": 0,\n \"right\": 1\n}", + "name207": "minecraft:chainmail_chestplate", + "meta207": 34, + "0chance207": 0.0, + "1chance207": 0.025, + "2chance207": 0.0, + "3chance207": 0.075, + "0pair207": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair207": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair207": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair207": "{\n \"left\": 0,\n \"right\": 1\n}", + "name208": "minecraft:chainmail_chestplate", + "meta208": 35, + "0chance208": 0.075, + "1chance208": 0.025, + "2chance208": 0.025, + "3chance208": 0.0, + "0pair208": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair208": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair208": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair208": "{\n \"left\": 0,\n \"right\": 0\n}", + "name209": "minecraft:chainmail_chestplate", + "meta209": 36, + "0chance209": 0.075, + "1chance209": 0.025, + "2chance209": 0.0, + "3chance209": 0.025, + "0pair209": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair209": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair209": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair209": "{\n \"left\": 0,\n \"right\": 0\n}", + "name210": "minecraft:chainmail_chestplate", + "meta210": 37, + "0chance210": 0.05, + "1chance210": 0.05, + "2chance210": 0.025, + "3chance210": 0.025, + "0pair210": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair210": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair210": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair210": "{\n \"left\": 0,\n \"right\": 0\n}", + "name211": "minecraft:chainmail_chestplate", + "meta211": 38, + "0chance211": 0.0, + "1chance211": 0.025, + "2chance211": 0.05, + "3chance211": 0.05, + "0pair211": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair211": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair211": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair211": "{\n \"left\": 0,\n \"right\": 0\n}", + "name212": "minecraft:chainmail_chestplate", + "meta212": 39, + "0chance212": 0.0, + "1chance212": 0.0, + "2chance212": 0.075, + "3chance212": 0.15, + "0pair212": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair212": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair212": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair212": "{\n \"left\": 0,\n \"right\": 0\n}", + "name213": "minecraft:chainmail_chestplate", + "meta213": 40, + "0chance213": 0.0, + "1chance213": 0.025, + "2chance213": 0.0, + "3chance213": 0.0, + "0pair213": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair213": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair213": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair213": "{\n \"left\": 0,\n \"right\": 0\n}", + "name214": "minecraft:chainmail_leggings", + "meta214": 0, + "0chance214": 0.025, + "1chance214": 0.075, + "2chance214": 0.0, + "3chance214": 0.0, + "0pair214": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair214": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair214": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair214": "{\n \"left\": 0,\n \"right\": 0\n}", + "name215": "minecraft:chainmail_leggings", + "meta215": 1, + "0chance215": 0.0, + "1chance215": 0.05, + "2chance215": 0.025, + "3chance215": 0.0, + "0pair215": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair215": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair215": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair215": "{\n \"left\": 0,\n \"right\": 0\n}", + "name216": "minecraft:chainmail_leggings", + "meta216": 2, + "0chance216": 0.05, + "1chance216": 0.025, + "2chance216": 0.025, + "3chance216": 0.05, + "0pair216": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair216": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair216": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair216": "{\n \"left\": 0,\n \"right\": 0\n}", + "name217": "minecraft:chainmail_leggings", + "meta217": 3, + "0chance217": 0.0, + "1chance217": 0.075, + "2chance217": 0.025, + "3chance217": 0.025, + "0pair217": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair217": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair217": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair217": "{\n \"left\": 0,\n \"right\": 0\n}", + "name218": "minecraft:chainmail_leggings", + "meta218": 4, + "0chance218": 0.025, + "1chance218": 0.075, + "2chance218": 0.05, + "3chance218": 0.05, + "0pair218": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair218": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair218": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair218": "{\n \"left\": 0,\n \"right\": 1\n}", + "name219": "minecraft:chainmail_leggings", + "meta219": 5, + "0chance219": 0.1, + "1chance219": 0.025, + "2chance219": 0.025, + "3chance219": 0.025, + "0pair219": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair219": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair219": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair219": "{\n \"left\": 0,\n \"right\": 0\n}", + "name220": "minecraft:chainmail_leggings", + "meta220": 7, + "0chance220": 0.0, + "1chance220": 0.0, + "2chance220": 0.025, + "3chance220": 0.05, + "0pair220": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair220": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair220": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair220": "{\n \"left\": 0,\n \"right\": 0\n}", + "name221": "minecraft:chainmail_leggings", + "meta221": 8, + "0chance221": 0.0, + "1chance221": 0.075, + "2chance221": 0.05, + "3chance221": 0.0, + "0pair221": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair221": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair221": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair221": "{\n \"left\": 0,\n \"right\": 0\n}", + "name222": "minecraft:chainmail_leggings", + "meta222": 9, + "0chance222": 0.025, + "1chance222": 0.075, + "2chance222": 0.1, + "3chance222": 0.05, + "0pair222": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair222": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair222": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair222": "{\n \"left\": 0,\n \"right\": 0\n}", + "name223": "minecraft:chainmail_leggings", + "meta223": 10, + "0chance223": 0.025, + "1chance223": 0.025, + "2chance223": 0.0, + "3chance223": 0.025, + "0pair223": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair223": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair223": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair223": "{\n \"left\": 0,\n \"right\": 0\n}", + "name224": "minecraft:chainmail_leggings", + "meta224": 11, + "0chance224": 0.0, + "1chance224": 0.0, + "2chance224": 0.0, + "3chance224": 0.05, + "0pair224": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair224": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair224": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair224": "{\n \"left\": 0,\n \"right\": 1\n}", + "name225": "minecraft:chainmail_leggings", + "meta225": 12, + "0chance225": 0.0, + "1chance225": 0.0, + "2chance225": 0.025, + "3chance225": 0.0, + "0pair225": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair225": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair225": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair225": "{\n \"left\": 0,\n \"right\": 0\n}", + "name226": "minecraft:chainmail_leggings", + "meta226": 13, + "0chance226": 0.025, + "1chance226": 0.05, + "2chance226": 0.05, + "3chance226": 0.0, + "0pair226": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair226": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair226": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair226": "{\n \"left\": 0,\n \"right\": 0\n}", + "name227": "minecraft:chainmail_leggings", + "meta227": 14, + "0chance227": 0.075, + "1chance227": 0.075, + "2chance227": 0.025, + "3chance227": 0.0, + "0pair227": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair227": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair227": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair227": "{\n \"left\": 0,\n \"right\": 0\n}", + "name228": "minecraft:chainmail_leggings", + "meta228": 16, + "0chance228": 0.0, + "1chance228": 0.025, + "2chance228": 0.0, + "3chance228": 0.025, + "0pair228": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair228": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair228": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair228": "{\n \"left\": 0,\n \"right\": 0\n}", + "name229": "minecraft:chainmail_leggings", + "meta229": 17, + "0chance229": 0.075, + "1chance229": 0.05, + "2chance229": 0.075, + "3chance229": 0.05, + "0pair229": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair229": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair229": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair229": "{\n \"left\": 0,\n \"right\": 0\n}", + "name230": "minecraft:chainmail_leggings", + "meta230": 18, + "0chance230": 0.025, + "1chance230": 0.025, + "2chance230": 0.025, + "3chance230": 0.05, + "0pair230": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair230": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair230": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair230": "{\n \"left\": 0,\n \"right\": 1\n}", + "name231": "minecraft:chainmail_leggings", + "meta231": 19, + "0chance231": 0.025, + "1chance231": 0.025, + "2chance231": 0.0, + "3chance231": 0.0, + "0pair231": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair231": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair231": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair231": "{\n \"left\": 0,\n \"right\": 0\n}", + "name232": "minecraft:chainmail_leggings", + "meta232": 20, + "0chance232": 0.0, + "1chance232": 0.025, + "2chance232": 0.0, + "3chance232": 0.025, + "0pair232": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair232": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair232": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair232": "{\n \"left\": 0,\n \"right\": 0\n}", + "name233": "minecraft:chainmail_leggings", + "meta233": 21, + "0chance233": 0.05, + "1chance233": 0.025, + "2chance233": 0.0, + "3chance233": 0.05, + "0pair233": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair233": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair233": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair233": "{\n \"left\": 0,\n \"right\": 0\n}", + "name234": "minecraft:chainmail_leggings", + "meta234": 22, + "0chance234": 0.025, + "1chance234": 0.0, + "2chance234": 0.0, + "3chance234": 0.025, + "0pair234": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair234": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair234": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair234": "{\n \"left\": 0,\n \"right\": 0\n}", + "name235": "minecraft:chainmail_leggings", + "meta235": 23, + "0chance235": 0.0, + "1chance235": 0.0, + "2chance235": 0.05, + "3chance235": 0.0, + "0pair235": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair235": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair235": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair235": "{\n \"left\": 0,\n \"right\": 0\n}", + "name236": "minecraft:chainmail_leggings", + "meta236": 24, + "0chance236": 0.025, + "1chance236": 0.0, + "2chance236": 0.075, + "3chance236": 0.0, + "0pair236": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair236": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair236": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair236": "{\n \"left\": 0,\n \"right\": 0\n}", + "name237": "minecraft:chainmail_leggings", + "meta237": 25, + "0chance237": 0.075, + "1chance237": 0.05, + "2chance237": 0.05, + "3chance237": 0.075, + "0pair237": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair237": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair237": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair237": "{\n \"left\": 0,\n \"right\": 1\n}", + "name238": "minecraft:chainmail_leggings", + "meta238": 27, + "0chance238": 0.0, + "1chance238": 0.025, + "2chance238": 0.0, + "3chance238": 0.025, + "0pair238": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair238": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair238": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair238": "{\n \"left\": 0,\n \"right\": 0\n}", + "name239": "minecraft:chainmail_leggings", + "meta239": 28, + "0chance239": 0.0, + "1chance239": 0.025, + "2chance239": 0.0, + "3chance239": 0.0, + "0pair239": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair239": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair239": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair239": "{\n \"left\": 0,\n \"right\": 0\n}", + "name240": "minecraft:chainmail_leggings", + "meta240": 29, + "0chance240": 0.075, + "1chance240": 0.0, + "2chance240": 0.025, + "3chance240": 0.025, + "0pair240": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair240": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair240": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair240": "{\n \"left\": 0,\n \"right\": 1\n}", + "name241": "minecraft:chainmail_leggings", + "meta241": 30, + "0chance241": 0.025, + "1chance241": 0.025, + "2chance241": 0.025, + "3chance241": 0.0, + "0pair241": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair241": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair241": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair241": "{\n \"left\": 0,\n \"right\": 0\n}", + "name242": "minecraft:chainmail_leggings", + "meta242": 31, + "0chance242": 0.025, + "1chance242": 0.025, + "2chance242": 0.075, + "3chance242": 0.0, + "0pair242": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair242": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair242": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair242": "{\n \"left\": 0,\n \"right\": 0\n}", + "name243": "minecraft:chainmail_leggings", + "meta243": 32, + "0chance243": 0.0, + "1chance243": 0.05, + "2chance243": 0.0, + "3chance243": 0.025, + "0pair243": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair243": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair243": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair243": "{\n \"left\": 0,\n \"right\": 0\n}", + "name244": "minecraft:chainmail_leggings", + "meta244": 33, + "0chance244": 0.0, + "1chance244": 0.025, + "2chance244": 0.025, + "3chance244": 0.0, + "0pair244": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair244": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair244": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair244": "{\n \"left\": 0,\n \"right\": 0\n}", + "name245": "minecraft:chainmail_leggings", + "meta245": 34, + "0chance245": 0.075, + "1chance245": 0.075, + "2chance245": 0.025, + "3chance245": 0.05, + "0pair245": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair245": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair245": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair245": "{\n \"left\": 0,\n \"right\": 1\n}", + "name246": "minecraft:chainmail_leggings", + "meta246": 35, + "0chance246": 0.025, + "1chance246": 0.075, + "2chance246": 0.025, + "3chance246": 0.025, + "0pair246": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair246": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair246": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair246": "{\n \"left\": 0,\n \"right\": 0\n}", + "name247": "minecraft:chainmail_leggings", + "meta247": 36, + "0chance247": 0.025, + "1chance247": 0.0, + "2chance247": 0.075, + "3chance247": 0.0, + "0pair247": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair247": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair247": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair247": "{\n \"left\": 0,\n \"right\": 0\n}", + "name248": "minecraft:chainmail_leggings", + "meta248": 37, + "0chance248": 0.025, + "1chance248": 0.05, + "2chance248": 0.05, + "3chance248": 0.025, + "0pair248": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair248": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair248": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair248": "{\n \"left\": 0,\n \"right\": 0\n}", + "name249": "minecraft:chainmail_boots", + "meta249": 1, + "0chance249": 0.05, + "1chance249": 0.0, + "2chance249": 0.0, + "3chance249": 0.0, + "0pair249": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair249": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair249": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair249": "{\n \"left\": 0,\n \"right\": 0\n}", + "name250": "minecraft:chainmail_boots", + "meta250": 2, + "0chance250": 0.05, + "1chance250": 0.05, + "2chance250": 0.0, + "3chance250": 0.05, + "0pair250": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair250": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair250": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair250": "{\n \"left\": 0,\n \"right\": 1\n}", + "name251": "minecraft:chainmail_boots", + "meta251": 3, + "0chance251": 0.025, + "1chance251": 0.05, + "2chance251": 0.025, + "3chance251": 0.075, + "0pair251": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair251": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair251": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair251": "{\n \"left\": 0,\n \"right\": 1\n}", + "name252": "minecraft:chainmail_boots", + "meta252": 4, + "0chance252": 0.025, + "1chance252": 0.025, + "2chance252": 0.05, + "3chance252": 0.0, + "0pair252": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair252": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair252": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair252": "{\n \"left\": 0,\n \"right\": 0\n}", + "name253": "minecraft:chainmail_boots", + "meta253": 5, + "0chance253": 0.025, + "1chance253": 0.025, + "2chance253": 0.05, + "3chance253": 0.0, + "0pair253": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair253": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair253": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair253": "{\n \"left\": 0,\n \"right\": 0\n}", + "name254": "minecraft:chainmail_boots", + "meta254": 6, + "0chance254": 0.05, + "1chance254": 0.025, + "2chance254": 0.025, + "3chance254": 0.05, + "0pair254": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair254": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair254": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair254": "{\n \"left\": 0,\n \"right\": 1\n}", + "name255": "minecraft:chainmail_boots", + "meta255": 7, + "0chance255": 0.0, + "1chance255": 0.0, + "2chance255": 0.075, + "3chance255": 0.1, + "0pair255": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair255": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair255": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair255": "{\n \"left\": 0,\n \"right\": 0\n}", + "name256": "minecraft:chainmail_boots", + "meta256": 8, + "0chance256": 0.1, + "1chance256": 0.0, + "2chance256": 0.0, + "3chance256": 0.05, + "0pair256": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair256": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair256": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair256": "{\n \"left\": 0,\n \"right\": 0\n}", + "name257": "minecraft:chainmail_boots", + "meta257": 9, + "0chance257": 0.05, + "1chance257": 0.0, + "2chance257": 0.025, + "3chance257": 0.05, + "0pair257": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair257": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair257": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair257": "{\n \"left\": 0,\n \"right\": 0\n}", + "name258": "minecraft:chainmail_boots", + "meta258": 10, + "0chance258": 0.0, + "1chance258": 0.125, + "2chance258": 0.025, + "3chance258": 0.05, + "0pair258": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair258": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair258": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair258": "{\n \"left\": 0,\n \"right\": 0\n}", + "name259": "minecraft:chainmail_boots", + "meta259": 11, + "0chance259": 0.025, + "1chance259": 0.0, + "2chance259": 0.025, + "3chance259": 0.075, + "0pair259": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair259": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair259": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair259": "{\n \"left\": 0,\n \"right\": 0\n}", + "name260": "minecraft:chainmail_boots", + "meta260": 12, + "0chance260": 0.0, + "1chance260": 0.025, + "2chance260": 0.0, + "3chance260": 0.0, + "0pair260": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair260": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair260": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair260": "{\n \"left\": 0,\n \"right\": 0\n}", + "name261": "minecraft:chainmail_boots", + "meta261": 13, + "0chance261": 0.0, + "1chance261": 0.075, + "2chance261": 0.05, + "3chance261": 0.025, + "0pair261": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair261": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair261": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair261": "{\n \"left\": 0,\n \"right\": 1\n}", + "name262": "minecraft:chainmail_boots", + "meta262": 14, + "0chance262": 0.0, + "1chance262": 0.05, + "2chance262": 0.025, + "3chance262": 0.075, + "0pair262": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair262": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair262": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair262": "{\n \"left\": 0,\n \"right\": 1\n}", + "name263": "minecraft:chainmail_boots", + "meta263": 15, + "0chance263": 0.075, + "1chance263": 0.0, + "2chance263": 0.025, + "3chance263": 0.0, + "0pair263": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair263": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair263": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair263": "{\n \"left\": 0,\n \"right\": 0\n}", + "name264": "minecraft:chainmail_boots", + "meta264": 16, + "0chance264": 0.0, + "1chance264": 0.025, + "2chance264": 0.025, + "3chance264": 0.075, + "0pair264": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair264": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair264": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair264": "{\n \"left\": 0,\n \"right\": 0\n}", + "name265": "minecraft:chainmail_boots", + "meta265": 17, + "0chance265": 0.025, + "1chance265": 0.0, + "2chance265": 0.0, + "3chance265": 0.05, + "0pair265": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair265": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair265": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair265": "{\n \"left\": 0,\n \"right\": 0\n}", + "name266": "minecraft:chainmail_boots", + "meta266": 18, + "0chance266": 0.0, + "1chance266": 0.025, + "2chance266": 0.025, + "3chance266": 0.0, + "0pair266": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair266": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair266": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair266": "{\n \"left\": 0,\n \"right\": 0\n}", + "name267": "minecraft:chainmail_boots", + "meta267": 19, + "0chance267": 0.025, + "1chance267": 0.05, + "2chance267": 0.0, + "3chance267": 0.0, + "0pair267": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair267": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair267": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair267": "{\n \"left\": 0,\n \"right\": 0\n}", + "name268": "minecraft:chainmail_boots", + "meta268": 20, + "0chance268": 0.1, + "1chance268": 0.025, + "2chance268": 0.05, + "3chance268": 0.025, + "0pair268": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair268": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair268": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair268": "{\n \"left\": 0,\n \"right\": 0\n}", + "name269": "minecraft:chainmail_boots", + "meta269": 21, + "0chance269": 0.0, + "1chance269": 0.0, + "2chance269": 0.025, + "3chance269": 0.05, + "0pair269": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair269": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair269": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair269": "{\n \"left\": 0,\n \"right\": 1\n}", + "name270": "minecraft:chainmail_boots", + "meta270": 22, + "0chance270": 0.025, + "1chance270": 0.05, + "2chance270": 0.025, + "3chance270": 0.05, + "0pair270": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair270": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair270": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair270": "{\n \"left\": 0,\n \"right\": 1\n}", + "name271": "minecraft:chainmail_boots", + "meta271": 23, + "0chance271": 0.025, + "1chance271": 0.0, + "2chance271": 0.025, + "3chance271": 0.025, + "0pair271": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair271": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair271": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair271": "{\n \"left\": 0,\n \"right\": 1\n}", + "name272": "minecraft:chainmail_boots", + "meta272": 24, + "0chance272": 0.0, + "1chance272": 0.0, + "2chance272": 0.025, + "3chance272": 0.05, + "0pair272": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair272": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair272": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair272": "{\n \"left\": 0,\n \"right\": 1\n}", + "name273": "minecraft:chainmail_boots", + "meta273": 25, + "0chance273": 0.025, + "1chance273": 0.05, + "2chance273": 0.0, + "3chance273": 0.0, + "0pair273": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair273": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair273": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair273": "{\n \"left\": 0,\n \"right\": 0\n}", + "name274": "minecraft:chainmail_boots", + "meta274": 26, + "0chance274": 0.075, + "1chance274": 0.05, + "2chance274": 0.0, + "3chance274": 0.025, + "0pair274": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair274": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair274": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair274": "{\n \"left\": 0,\n \"right\": 1\n}", + "name275": "minecraft:chainmail_boots", + "meta275": 27, + "0chance275": 0.0, + "1chance275": 0.05, + "2chance275": 0.0, + "3chance275": 0.0, + "0pair275": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair275": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair275": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair275": "{\n \"left\": 0,\n \"right\": 0\n}", + "name276": "minecraft:chainmail_boots", + "meta276": 28, + "0chance276": 0.025, + "1chance276": 0.0, + "2chance276": 0.0, + "3chance276": 0.075, + "0pair276": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair276": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair276": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair276": "{\n \"left\": 0,\n \"right\": 0\n}", + "name277": "minecraft:chainmail_boots", + "meta277": 29, + "0chance277": 0.0, + "1chance277": 0.05, + "2chance277": 0.0, + "3chance277": 0.075, + "0pair277": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair277": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair277": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair277": "{\n \"left\": 0,\n \"right\": 1\n}", + "name278": "minecraft:chainmail_boots", + "meta278": 30, + "0chance278": 0.05, + "1chance278": 0.025, + "2chance278": 0.025, + "3chance278": 0.025, + "0pair278": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair278": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair278": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair278": "{\n \"left\": 0,\n \"right\": 0\n}", + "name279": "minecraft:chainmail_boots", + "meta279": 31, + "0chance279": 0.025, + "1chance279": 0.025, + "2chance279": 0.025, + "3chance279": 0.05, + "0pair279": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair279": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair279": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair279": "{\n \"left\": 0,\n \"right\": 1\n}", + "name280": "minecraft:chainmail_boots", + "meta280": 32, + "0chance280": 0.0, + "1chance280": 0.05, + "2chance280": 0.05, + "3chance280": 0.0, + "0pair280": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair280": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair280": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair280": "{\n \"left\": 0,\n \"right\": 0\n}", + "name281": "minecraft:iron_helmet", + "meta281": 1, + "0chance281": 0.025, + "1chance281": 0.025, + "2chance281": 0.0, + "3chance281": 0.0, + "0pair281": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair281": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair281": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair281": "{\n \"left\": 0,\n \"right\": 0\n}", + "name282": "minecraft:iron_helmet", + "meta282": 2, + "0chance282": 0.0, + "1chance282": 0.0, + "2chance282": 0.0, + "3chance282": 0.025, + "0pair282": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair282": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair282": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair282": "{\n \"left\": 0,\n \"right\": 1\n}", + "name283": "minecraft:iron_helmet", + "meta283": 3, + "0chance283": 0.0, + "1chance283": 0.025, + "2chance283": 0.0, + "3chance283": 0.025, + "0pair283": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair283": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair283": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair283": "{\n \"left\": 0,\n \"right\": 0\n}", + "name284": "minecraft:iron_helmet", + "meta284": 4, + "0chance284": 0.0, + "1chance284": 0.025, + "2chance284": 0.025, + "3chance284": 0.0, + "0pair284": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair284": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair284": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair284": "{\n \"left\": 0,\n \"right\": 0\n}", + "name285": "minecraft:iron_helmet", + "meta285": 5, + "0chance285": 0.0, + "1chance285": 0.075, + "2chance285": 0.0, + "3chance285": 0.025, + "0pair285": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair285": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair285": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair285": "{\n \"left\": 0,\n \"right\": 0\n}", + "name286": "minecraft:iron_helmet", + "meta286": 6, + "0chance286": 0.075, + "1chance286": 0.0, + "2chance286": 0.0, + "3chance286": 0.0, + "0pair286": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair286": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair286": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair286": "{\n \"left\": 0,\n \"right\": 0\n}", + "name287": "minecraft:iron_helmet", + "meta287": 7, + "0chance287": 0.025, + "1chance287": 0.0, + "2chance287": 0.0, + "3chance287": 0.025, + "0pair287": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair287": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair287": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair287": "{\n \"left\": 0,\n \"right\": 1\n}", + "name288": "minecraft:iron_helmet", + "meta288": 8, + "0chance288": 0.0, + "1chance288": 0.025, + "2chance288": 0.025, + "3chance288": 0.0, + "0pair288": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair288": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair288": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair288": "{\n \"left\": 0,\n \"right\": 0\n}", + "name289": "minecraft:iron_helmet", + "meta289": 9, + "0chance289": 0.0, + "1chance289": 0.075, + "2chance289": 0.025, + "3chance289": 0.05, + "0pair289": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair289": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair289": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair289": "{\n \"left\": 0,\n \"right\": 0\n}", + "name290": "minecraft:iron_helmet", + "meta290": 10, + "0chance290": 0.025, + "1chance290": 0.0, + "2chance290": 0.025, + "3chance290": 0.0, + "0pair290": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair290": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair290": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair290": "{\n \"left\": 0,\n \"right\": 0\n}", + "name291": "minecraft:iron_helmet", + "meta291": 12, + "0chance291": 0.05, + "1chance291": 0.0, + "2chance291": 0.0, + "3chance291": 0.0, + "0pair291": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair291": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair291": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair291": "{\n \"left\": 0,\n \"right\": 0\n}", + "name292": "minecraft:iron_helmet", + "meta292": 13, + "0chance292": 0.0, + "1chance292": 0.025, + "2chance292": 0.0, + "3chance292": 0.025, + "0pair292": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair292": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair292": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair292": "{\n \"left\": 0,\n \"right\": 0\n}", + "name293": "minecraft:iron_helmet", + "meta293": 14, + "0chance293": 0.025, + "1chance293": 0.0, + "2chance293": 0.0, + "3chance293": 0.025, + "0pair293": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair293": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair293": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair293": "{\n \"left\": 0,\n \"right\": 0\n}", + "name294": "minecraft:iron_helmet", + "meta294": 16, + "0chance294": 0.0, + "1chance294": 0.0, + "2chance294": 0.0, + "3chance294": 0.025, + "0pair294": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair294": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair294": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair294": "{\n \"left\": 0,\n \"right\": 1\n}", + "name295": "minecraft:iron_helmet", + "meta295": 17, + "0chance295": 0.0, + "1chance295": 0.0, + "2chance295": 0.0, + "3chance295": 0.025, + "0pair295": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair295": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair295": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair295": "{\n \"left\": 0,\n \"right\": 1\n}", + "name296": "minecraft:iron_helmet", + "meta296": 18, + "0chance296": 0.0, + "1chance296": 0.025, + "2chance296": 0.0, + "3chance296": 0.025, + "0pair296": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair296": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair296": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair296": "{\n \"left\": 0,\n \"right\": 0\n}", + "name297": "minecraft:iron_helmet", + "meta297": 19, + "0chance297": 0.025, + "1chance297": 0.0, + "2chance297": 0.025, + "3chance297": 0.0, + "0pair297": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair297": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair297": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair297": "{\n \"left\": 0,\n \"right\": 0\n}", + "name298": "minecraft:iron_helmet", + "meta298": 20, + "0chance298": 0.05, + "1chance298": 0.0, + "2chance298": 0.0, + "3chance298": 0.025, + "0pair298": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair298": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair298": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair298": "{\n \"left\": 0,\n \"right\": 0\n}", + "name299": "minecraft:iron_helmet", + "meta299": 21, + "0chance299": 0.05, + "1chance299": 0.025, + "2chance299": 0.0, + "3chance299": 0.0, + "0pair299": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair299": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair299": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair299": "{\n \"left\": 0,\n \"right\": 0\n}", + "name300": "minecraft:iron_helmet", + "meta300": 23, + "0chance300": 0.0, + "1chance300": 0.0, + "2chance300": 0.025, + "3chance300": 0.0, + "0pair300": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair300": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair300": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair300": "{\n \"left\": 0,\n \"right\": 0\n}", + "name301": "minecraft:iron_helmet", + "meta301": 24, + "0chance301": 0.0, + "1chance301": 0.0, + "2chance301": 0.0, + "3chance301": 0.025, + "0pair301": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair301": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair301": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair301": "{\n \"left\": 0,\n \"right\": 1\n}", + "name302": "minecraft:iron_helmet", + "meta302": 26, + "0chance302": 0.0, + "1chance302": 0.0, + "2chance302": 0.0, + "3chance302": 0.025, + "0pair302": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair302": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair302": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair302": "{\n \"left\": 0,\n \"right\": 1\n}", + "name303": "minecraft:iron_helmet", + "meta303": 27, + "0chance303": 0.025, + "1chance303": 0.025, + "2chance303": 0.0, + "3chance303": 0.0, + "0pair303": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair303": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair303": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair303": "{\n \"left\": 0,\n \"right\": 0\n}", + "name304": "minecraft:iron_chestplate", + "meta304": 4, + "0chance304": 0.025, + "1chance304": 0.025, + "2chance304": 0.0, + "3chance304": 0.0, + "0pair304": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair304": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair304": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair304": "{\n \"left\": 0,\n \"right\": 0\n}", + "name305": "minecraft:iron_chestplate", + "meta305": 5, + "0chance305": 0.0, + "1chance305": 0.0, + "2chance305": 0.0, + "3chance305": 0.025, + "0pair305": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair305": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair305": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair305": "{\n \"left\": 0,\n \"right\": 1\n}", + "name306": "minecraft:iron_chestplate", + "meta306": 7, + "0chance306": 0.025, + "1chance306": 0.0, + "2chance306": 0.0, + "3chance306": 0.0, + "0pair306": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair306": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair306": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair306": "{\n \"left\": 0,\n \"right\": 0\n}", + "name307": "minecraft:iron_chestplate", + "meta307": 10, + "0chance307": 0.025, + "1chance307": 0.025, + "2chance307": 0.0, + "3chance307": 0.05, + "0pair307": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair307": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair307": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair307": "{\n \"left\": 0,\n \"right\": 0\n}", + "name308": "minecraft:iron_chestplate", + "meta308": 13, + "0chance308": 0.05, + "1chance308": 0.0, + "2chance308": 0.0, + "3chance308": 0.0, + "0pair308": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair308": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair308": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair308": "{\n \"left\": 0,\n \"right\": 0\n}", + "name309": "minecraft:iron_chestplate", + "meta309": 15, + "0chance309": 0.05, + "1chance309": 0.0, + "2chance309": 0.0, + "3chance309": 0.025, + "0pair309": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair309": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair309": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair309": "{\n \"left\": 0,\n \"right\": 0\n}", + "name310": "minecraft:iron_chestplate", + "meta310": 16, + "0chance310": 0.025, + "1chance310": 0.025, + "2chance310": 0.025, + "3chance310": 0.0, + "0pair310": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair310": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair310": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair310": "{\n \"left\": 0,\n \"right\": 0\n}", + "name311": "minecraft:iron_chestplate", + "meta311": 20, + "0chance311": 0.0, + "1chance311": 0.05, + "2chance311": 0.0, + "3chance311": 0.0, + "0pair311": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair311": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair311": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair311": "{\n \"left\": 0,\n \"right\": 0\n}", + "name312": "minecraft:iron_chestplate", + "meta312": 21, + "0chance312": 0.0, + "1chance312": 0.0, + "2chance312": 0.0, + "3chance312": 0.025, + "0pair312": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair312": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair312": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair312": "{\n \"left\": 0,\n \"right\": 1\n}", + "name313": "minecraft:iron_chestplate", + "meta313": 23, + "0chance313": 0.0, + "1chance313": 0.025, + "2chance313": 0.0, + "3chance313": 0.0, + "0pair313": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair313": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair313": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair313": "{\n \"left\": 0,\n \"right\": 0\n}", + "name314": "minecraft:iron_chestplate", + "meta314": 24, + "0chance314": 0.025, + "1chance314": 0.0, + "2chance314": 0.05, + "3chance314": 0.025, + "0pair314": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair314": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair314": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair314": "{\n \"left\": 0,\n \"right\": 0\n}", + "name315": "minecraft:iron_chestplate", + "meta315": 25, + "0chance315": 0.0, + "1chance315": 0.0, + "2chance315": 0.0, + "3chance315": 0.025, + "0pair315": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair315": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair315": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair315": "{\n \"left\": 0,\n \"right\": 1\n}", + "name316": "minecraft:iron_chestplate", + "meta316": 26, + "0chance316": 0.025, + "1chance316": 0.0, + "2chance316": 0.0, + "3chance316": 0.0, + "0pair316": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair316": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair316": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair316": "{\n \"left\": 0,\n \"right\": 0\n}", + "name317": "minecraft:iron_chestplate", + "meta317": 33, + "0chance317": 0.025, + "1chance317": 0.0, + "2chance317": 0.025, + "3chance317": 0.0, + "0pair317": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair317": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair317": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair317": "{\n \"left\": 0,\n \"right\": 0\n}", + "name318": "minecraft:iron_chestplate", + "meta318": 34, + "0chance318": 0.0, + "1chance318": 0.0, + "2chance318": 0.025, + "3chance318": 0.0, + "0pair318": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair318": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair318": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair318": "{\n \"left\": 0,\n \"right\": 0\n}", + "name319": "minecraft:iron_chestplate", + "meta319": 37, + "0chance319": 0.0, + "1chance319": 0.0, + "2chance319": 0.0, + "3chance319": 0.025, + "0pair319": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair319": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair319": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair319": "{\n \"left\": 0,\n \"right\": 1\n}", + "name320": "minecraft:iron_chestplate", + "meta320": 38, + "0chance320": 0.025, + "1chance320": 0.0, + "2chance320": 0.0, + "3chance320": 0.0, + "0pair320": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair320": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair320": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair320": "{\n \"left\": 0,\n \"right\": 0\n}", + "name321": "minecraft:iron_chestplate", + "meta321": 40, + "0chance321": 0.0, + "1chance321": 0.025, + "2chance321": 0.0, + "3chance321": 0.0, + "0pair321": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair321": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair321": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair321": "{\n \"left\": 0,\n \"right\": 0\n}", + "name322": "minecraft:iron_leggings", + "meta322": 0, + "0chance322": 0.0, + "1chance322": 0.0, + "2chance322": 0.025, + "3chance322": 0.0, + "0pair322": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair322": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair322": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair322": "{\n \"left\": 0,\n \"right\": 0\n}", + "name323": "minecraft:iron_leggings", + "meta323": 3, + "0chance323": 0.0, + "1chance323": 0.025, + "2chance323": 0.0, + "3chance323": 0.0, + "0pair323": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair323": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair323": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair323": "{\n \"left\": 0,\n \"right\": 0\n}", + "name324": "minecraft:iron_leggings", + "meta324": 5, + "0chance324": 0.0, + "1chance324": 0.025, + "2chance324": 0.025, + "3chance324": 0.0, + "0pair324": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair324": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair324": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair324": "{\n \"left\": 0,\n \"right\": 0\n}", + "name325": "minecraft:iron_leggings", + "meta325": 6, + "0chance325": 0.0, + "1chance325": 0.025, + "2chance325": 0.025, + "3chance325": 0.0, + "0pair325": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair325": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair325": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair325": "{\n \"left\": 0,\n \"right\": 0\n}", + "name326": "minecraft:iron_leggings", + "meta326": 7, + "0chance326": 0.025, + "1chance326": 0.0, + "2chance326": 0.05, + "3chance326": 0.0, + "0pair326": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair326": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair326": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair326": "{\n \"left\": 0,\n \"right\": 0\n}", + "name327": "minecraft:iron_leggings", + "meta327": 10, + "0chance327": 0.0, + "1chance327": 0.0, + "2chance327": 0.025, + "3chance327": 0.0, + "0pair327": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair327": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair327": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair327": "{\n \"left\": 0,\n \"right\": 0\n}", + "name328": "minecraft:iron_leggings", + "meta328": 13, + "0chance328": 0.025, + "1chance328": 0.0, + "2chance328": 0.0, + "3chance328": 0.025, + "0pair328": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair328": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair328": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair328": "{\n \"left\": 0,\n \"right\": 0\n}", + "name329": "minecraft:iron_leggings", + "meta329": 15, + "0chance329": 0.0, + "1chance329": 0.025, + "2chance329": 0.0, + "3chance329": 0.025, + "0pair329": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair329": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair329": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair329": "{\n \"left\": 0,\n \"right\": 1\n}", + "name330": "minecraft:iron_leggings", + "meta330": 16, + "0chance330": 0.0, + "1chance330": 0.0, + "2chance330": 0.025, + "3chance330": 0.0, + "0pair330": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair330": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair330": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair330": "{\n \"left\": 0,\n \"right\": 0\n}", + "name331": "minecraft:iron_leggings", + "meta331": 17, + "0chance331": 0.0, + "1chance331": 0.0, + "2chance331": 0.0, + "3chance331": 0.025, + "0pair331": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair331": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair331": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair331": "{\n \"left\": 0,\n \"right\": 1\n}", + "name332": "minecraft:iron_leggings", + "meta332": 19, + "0chance332": 0.0, + "1chance332": 0.0, + "2chance332": 0.0, + "3chance332": 0.025, + "0pair332": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair332": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair332": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair332": "{\n \"left\": 0,\n \"right\": 1\n}", + "name333": "minecraft:iron_leggings", + "meta333": 20, + "0chance333": 0.05, + "1chance333": 0.0, + "2chance333": 0.0, + "3chance333": 0.0, + "0pair333": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair333": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair333": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair333": "{\n \"left\": 0,\n \"right\": 0\n}", + "name334": "minecraft:iron_leggings", + "meta334": 21, + "0chance334": 0.0, + "1chance334": 0.025, + "2chance334": 0.0, + "3chance334": 0.0, + "0pair334": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair334": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair334": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair334": "{\n \"left\": 0,\n \"right\": 0\n}", + "name335": "minecraft:iron_leggings", + "meta335": 22, + "0chance335": 0.0, + "1chance335": 0.0, + "2chance335": 0.025, + "3chance335": 0.0, + "0pair335": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair335": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair335": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair335": "{\n \"left\": 0,\n \"right\": 0\n}", + "name336": "minecraft:iron_leggings", + "meta336": 23, + "0chance336": 0.0, + "1chance336": 0.025, + "2chance336": 0.0, + "3chance336": 0.0, + "0pair336": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair336": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair336": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair336": "{\n \"left\": 0,\n \"right\": 0\n}", + "name337": "minecraft:iron_leggings", + "meta337": 24, + "0chance337": 0.0, + "1chance337": 0.025, + "2chance337": 0.0, + "3chance337": 0.0, + "0pair337": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair337": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair337": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair337": "{\n \"left\": 0,\n \"right\": 0\n}", + "name338": "minecraft:iron_leggings", + "meta338": 25, + "0chance338": 0.0, + "1chance338": 0.0, + "2chance338": 0.025, + "3chance338": 0.0, + "0pair338": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair338": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair338": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair338": "{\n \"left\": 0,\n \"right\": 0\n}", + "name339": "minecraft:iron_leggings", + "meta339": 27, + "0chance339": 0.05, + "1chance339": 0.0, + "2chance339": 0.025, + "3chance339": 0.0, + "0pair339": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair339": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair339": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair339": "{\n \"left\": 0,\n \"right\": 0\n}", + "name340": "minecraft:iron_leggings", + "meta340": 28, + "0chance340": 0.0, + "1chance340": 0.0, + "2chance340": 0.025, + "3chance340": 0.025, + "0pair340": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair340": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair340": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair340": "{\n \"left\": 0,\n \"right\": 0\n}", + "name341": "minecraft:iron_leggings", + "meta341": 29, + "0chance341": 0.025, + "1chance341": 0.0, + "2chance341": 0.0, + "3chance341": 0.0, + "0pair341": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair341": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair341": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair341": "{\n \"left\": 0,\n \"right\": 0\n}", + "name342": "minecraft:iron_leggings", + "meta342": 30, + "0chance342": 0.0, + "1chance342": 0.025, + "2chance342": 0.0, + "3chance342": 0.0, + "0pair342": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair342": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair342": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair342": "{\n \"left\": 0,\n \"right\": 0\n}", + "name343": "minecraft:iron_leggings", + "meta343": 31, + "0chance343": 0.0, + "1chance343": 0.0, + "2chance343": 0.025, + "3chance343": 0.0, + "0pair343": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair343": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair343": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair343": "{\n \"left\": 0,\n \"right\": 0\n}", + "name344": "minecraft:iron_leggings", + "meta344": 33, + "0chance344": 0.025, + "1chance344": 0.05, + "2chance344": 0.0, + "3chance344": 0.0, + "0pair344": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair344": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair344": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair344": "{\n \"left\": 0,\n \"right\": 0\n}", + "name345": "minecraft:iron_leggings", + "meta345": 34, + "0chance345": 0.0, + "1chance345": 0.0, + "2chance345": 0.0, + "3chance345": 0.025, + "0pair345": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair345": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair345": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair345": "{\n \"left\": 0,\n \"right\": 1\n}", + "name346": "minecraft:iron_leggings", + "meta346": 35, + "0chance346": 0.0, + "1chance346": 0.05, + "2chance346": 0.0, + "3chance346": 0.0, + "0pair346": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair346": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair346": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair346": "{\n \"left\": 0,\n \"right\": 0\n}", + "name347": "minecraft:iron_leggings", + "meta347": 36, + "0chance347": 0.025, + "1chance347": 0.0, + "2chance347": 0.025, + "3chance347": 0.0, + "0pair347": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair347": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair347": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair347": "{\n \"left\": 0,\n \"right\": 0\n}", + "name348": "minecraft:iron_leggings", + "meta348": 37, + "0chance348": 0.025, + "1chance348": 0.0, + "2chance348": 0.0, + "3chance348": 0.0, + "0pair348": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair348": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair348": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair348": "{\n \"left\": 0,\n \"right\": 0\n}", + "name349": "minecraft:iron_boots", + "meta349": 0, + "0chance349": 0.0, + "1chance349": 0.025, + "2chance349": 0.0, + "3chance349": 0.0, + "0pair349": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair349": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair349": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair349": "{\n \"left\": 0,\n \"right\": 0\n}", + "name350": "minecraft:iron_boots", + "meta350": 1, + "0chance350": 0.0, + "1chance350": 0.0, + "2chance350": 0.0, + "3chance350": 0.025, + "0pair350": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair350": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair350": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair350": "{\n \"left\": 0,\n \"right\": 1\n}", + "name351": "minecraft:iron_boots", + "meta351": 2, + "0chance351": 0.0, + "1chance351": 0.0, + "2chance351": 0.025, + "3chance351": 0.0, + "0pair351": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair351": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair351": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair351": "{\n \"left\": 0,\n \"right\": 0\n}", + "name352": "minecraft:iron_boots", + "meta352": 4, + "0chance352": 0.025, + "1chance352": 0.0, + "2chance352": 0.0, + "3chance352": 0.0, + "0pair352": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair352": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair352": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair352": "{\n \"left\": 0,\n \"right\": 0\n}", + "name353": "minecraft:iron_boots", + "meta353": 6, + "0chance353": 0.025, + "1chance353": 0.025, + "2chance353": 0.0, + "3chance353": 0.0, + "0pair353": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair353": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair353": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair353": "{\n \"left\": 0,\n \"right\": 0\n}", + "name354": "minecraft:iron_boots", + "meta354": 7, + "0chance354": 0.0, + "1chance354": 0.0, + "2chance354": 0.025, + "3chance354": 0.025, + "0pair354": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair354": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair354": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair354": "{\n \"left\": 0,\n \"right\": 0\n}", + "name355": "minecraft:iron_boots", + "meta355": 8, + "0chance355": 0.025, + "1chance355": 0.0, + "2chance355": 0.025, + "3chance355": 0.0, + "0pair355": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair355": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair355": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair355": "{\n \"left\": 0,\n \"right\": 0\n}", + "name356": "minecraft:iron_boots", + "meta356": 9, + "0chance356": 0.025, + "1chance356": 0.0, + "2chance356": 0.0, + "3chance356": 0.05, + "0pair356": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair356": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair356": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair356": "{\n \"left\": 0,\n \"right\": 0\n}", + "name357": "minecraft:iron_boots", + "meta357": 10, + "0chance357": 0.025, + "1chance357": 0.0, + "2chance357": 0.0, + "3chance357": 0.0, + "0pair357": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair357": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair357": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair357": "{\n \"left\": 0,\n \"right\": 0\n}", + "name358": "minecraft:iron_boots", + "meta358": 11, + "0chance358": 0.0, + "1chance358": 0.0, + "2chance358": 0.025, + "3chance358": 0.025, + "0pair358": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair358": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair358": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair358": "{\n \"left\": 0,\n \"right\": 0\n}", + "name359": "minecraft:iron_boots", + "meta359": 12, + "0chance359": 0.0, + "1chance359": 0.0, + "2chance359": 0.0, + "3chance359": 0.025, + "0pair359": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair359": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair359": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair359": "{\n \"left\": 0,\n \"right\": 1\n}", + "name360": "minecraft:iron_boots", + "meta360": 13, + "0chance360": 0.0, + "1chance360": 0.0, + "2chance360": 0.0, + "3chance360": 0.025, + "0pair360": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair360": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair360": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair360": "{\n \"left\": 0,\n \"right\": 1\n}", + "name361": "minecraft:iron_boots", + "meta361": 14, + "0chance361": 0.0, + "1chance361": 0.0, + "2chance361": 0.025, + "3chance361": 0.025, + "0pair361": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair361": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair361": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair361": "{\n \"left\": 0,\n \"right\": 1\n}", + "name362": "minecraft:iron_boots", + "meta362": 16, + "0chance362": 0.0, + "1chance362": 0.025, + "2chance362": 0.0, + "3chance362": 0.0, + "0pair362": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair362": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair362": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair362": "{\n \"left\": 0,\n \"right\": 0\n}", + "name363": "minecraft:iron_boots", + "meta363": 17, + "0chance363": 0.0, + "1chance363": 0.0, + "2chance363": 0.025, + "3chance363": 0.0, + "0pair363": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair363": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair363": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair363": "{\n \"left\": 0,\n \"right\": 0\n}", + "name364": "minecraft:iron_boots", + "meta364": 19, + "0chance364": 0.0, + "1chance364": 0.025, + "2chance364": 0.0, + "3chance364": 0.0, + "0pair364": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair364": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair364": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair364": "{\n \"left\": 0,\n \"right\": 0\n}", + "name365": "minecraft:iron_boots", + "meta365": 20, + "0chance365": 0.025, + "1chance365": 0.0, + "2chance365": 0.0, + "3chance365": 0.0, + "0pair365": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair365": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair365": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair365": "{\n \"left\": 0,\n \"right\": 0\n}", + "name366": "minecraft:iron_boots", + "meta366": 21, + "0chance366": 0.0, + "1chance366": 0.0, + "2chance366": 0.0, + "3chance366": 0.05, + "0pair366": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair366": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair366": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair366": "{\n \"left\": 0,\n \"right\": 1\n}", + "name367": "minecraft:iron_boots", + "meta367": 22, + "0chance367": 0.0, + "1chance367": 0.0, + "2chance367": 0.025, + "3chance367": 0.025, + "0pair367": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair367": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair367": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair367": "{\n \"left\": 0,\n \"right\": 0\n}", + "name368": "minecraft:iron_boots", + "meta368": 23, + "0chance368": 0.0, + "1chance368": 0.0, + "2chance368": 0.0, + "3chance368": 0.025, + "0pair368": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair368": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair368": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair368": "{\n \"left\": 0,\n \"right\": 1\n}", + "name369": "minecraft:iron_boots", + "meta369": 24, + "0chance369": 0.05, + "1chance369": 0.0, + "2chance369": 0.025, + "3chance369": 0.0, + "0pair369": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair369": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair369": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair369": "{\n \"left\": 0,\n \"right\": 0\n}", + "name370": "minecraft:iron_boots", + "meta370": 25, + "0chance370": 0.025, + "1chance370": 0.0, + "2chance370": 0.0, + "3chance370": 0.025, + "0pair370": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair370": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair370": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair370": "{\n \"left\": 0,\n \"right\": 0\n}", + "name371": "minecraft:iron_boots", + "meta371": 27, + "0chance371": 0.0, + "1chance371": 0.025, + "2chance371": 0.0, + "3chance371": 0.0, + "0pair371": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair371": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair371": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair371": "{\n \"left\": 0,\n \"right\": 0\n}", + "name372": "minecraft:iron_boots", + "meta372": 29, + "0chance372": 0.0, + "1chance372": 0.025, + "2chance372": 0.0, + "3chance372": 0.025, + "0pair372": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair372": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair372": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair372": "{\n \"left\": 0,\n \"right\": 1\n}", + "name373": "minecraft:iron_boots", + "meta373": 30, + "0chance373": 0.025, + "1chance373": 0.0, + "2chance373": 0.0, + "3chance373": 0.0, + "0pair373": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair373": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair373": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair373": "{\n \"left\": 0,\n \"right\": 0\n}", + "name374": "minecraft:diamond_helmet", + "meta374": 26, + "0chance374": 0.025, + "1chance374": 0.0, + "2chance374": 0.0, + "3chance374": 0.0, + "0pair374": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair374": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair374": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair374": "{\n \"left\": 0,\n \"right\": 0\n}", + "name375": "minecraft:diamond_leggings", + "meta375": 8, + "0chance375": 0.0, + "1chance375": 0.025, + "2chance375": 0.0, + "3chance375": 0.0, + "0pair375": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair375": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair375": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair375": "{\n \"left\": 0,\n \"right\": 0\n}", + "name376": "minecraft:golden_helmet", + "meta376": 0, + "0chance376": 0.15, + "1chance376": 0.125, + "2chance376": 0.1, + "3chance376": 0.32500002, + "0pair376": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair376": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair376": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair376": "{\n \"left\": 0,\n \"right\": 1\n}", + "name377": "minecraft:golden_helmet", + "meta377": 1, + "0chance377": 0.1, + "1chance377": 0.15, + "2chance377": 0.225, + "3chance377": 0.025, + "0pair377": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair377": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair377": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair377": "{\n \"left\": 0,\n \"right\": 1\n}", + "name378": "minecraft:golden_helmet", + "meta378": 2, + "0chance378": 0.1, + "1chance378": 0.2, + "2chance378": 0.025, + "3chance378": 0.1, + "0pair378": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair378": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair378": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair378": "{\n \"left\": 0,\n \"right\": 1\n}", + "name379": "minecraft:golden_helmet", + "meta379": 3, + "0chance379": 0.1, + "1chance379": 0.125, + "2chance379": 0.075, + "3chance379": 0.15, + "0pair379": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair379": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair379": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair379": "{\n \"left\": 0,\n \"right\": 1\n}", + "name380": "minecraft:golden_helmet", + "meta380": 4, + "0chance380": 0.15, + "1chance380": 0.125, + "2chance380": 0.17500001, + "3chance380": 0.05, + "0pair380": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair380": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair380": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair380": "{\n \"left\": 0,\n \"right\": 1\n}", + "name381": "minecraft:golden_helmet", + "meta381": 5, + "0chance381": 0.1, + "1chance381": 0.125, + "2chance381": 0.2, + "3chance381": 0.025, + "0pair381": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair381": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair381": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair381": "{\n \"left\": 0,\n \"right\": 1\n}", + "name382": "minecraft:golden_helmet", + "meta382": 6, + "0chance382": 0.125, + "1chance382": 0.075, + "2chance382": 0.125, + "3chance382": 0.15, + "0pair382": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair382": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair382": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair382": "{\n \"left\": 0,\n \"right\": 1\n}", + "name383": "minecraft:golden_helmet", + "meta383": 7, + "0chance383": 0.15, + "1chance383": 0.17500001, + "2chance383": 0.075, + "3chance383": 0.075, + "0pair383": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair383": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair383": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair383": "{\n \"left\": 0,\n \"right\": 0\n}", + "name384": "minecraft:golden_helmet", + "meta384": 8, + "0chance384": 0.1, + "1chance384": 0.125, + "2chance384": 0.15, + "3chance384": 0.2, + "0pair384": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair384": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair384": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair384": "{\n \"left\": 0,\n \"right\": 0\n}", + "name385": "minecraft:golden_helmet", + "meta385": 9, + "0chance385": 0.17500001, + "1chance385": 0.17500001, + "2chance385": 0.125, + "3chance385": 0.075, + "0pair385": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair385": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair385": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair385": "{\n \"left\": 0,\n \"right\": 1\n}", + "name386": "minecraft:golden_helmet", + "meta386": 10, + "0chance386": 0.1, + "1chance386": 0.075, + "2chance386": 0.15, + "3chance386": 0.15, + "0pair386": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair386": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair386": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair386": "{\n \"left\": 0,\n \"right\": 1\n}", + "name387": "minecraft:golden_helmet", + "meta387": 11, + "0chance387": 0.05, + "1chance387": 0.1, + "2chance387": 0.125, + "3chance387": 0.075, + "0pair387": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair387": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair387": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair387": "{\n \"left\": 0,\n \"right\": 1\n}", + "name388": "minecraft:golden_helmet", + "meta388": 12, + "0chance388": 0.25, + "1chance388": 0.075, + "2chance388": 0.15, + "3chance388": 0.25, + "0pair388": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair388": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair388": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair388": "{\n \"left\": 0,\n \"right\": 1\n}", + "name389": "minecraft:golden_chestplate", + "meta389": 0, + "0chance389": 0.15, + "1chance389": 0.15, + "2chance389": 0.075, + "3chance389": 0.125, + "0pair389": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair389": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair389": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair389": "{\n \"left\": 0,\n \"right\": 1\n}", + "name390": "minecraft:golden_chestplate", + "meta390": 1, + "0chance390": 0.075, + "1chance390": 0.15, + "2chance390": 0.2, + "3chance390": 0.15, + "0pair390": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair390": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair390": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair390": "{\n \"left\": 0,\n \"right\": 0\n}", + "name391": "minecraft:golden_chestplate", + "meta391": 2, + "0chance391": 0.125, + "1chance391": 0.075, + "2chance391": 0.1, + "3chance391": 0.075, + "0pair391": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair391": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair391": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair391": "{\n \"left\": 0,\n \"right\": 1\n}", + "name392": "minecraft:golden_chestplate", + "meta392": 3, + "0chance392": 0.075, + "1chance392": 0.1, + "2chance392": 0.075, + "3chance392": 0.05, + "0pair392": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair392": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair392": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair392": "{\n \"left\": 0,\n \"right\": 1\n}", + "name393": "minecraft:golden_chestplate", + "meta393": 4, + "0chance393": 0.2, + "1chance393": 0.075, + "2chance393": 0.05, + "3chance393": 0.1, + "0pair393": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair393": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair393": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair393": "{\n \"left\": 0,\n \"right\": 0\n}", + "name394": "minecraft:golden_chestplate", + "meta394": 5, + "0chance394": 0.1, + "1chance394": 0.05, + "2chance394": 0.125, + "3chance394": 0.1, + "0pair394": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair394": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair394": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair394": "{\n \"left\": 0,\n \"right\": 1\n}", + "name395": "minecraft:golden_chestplate", + "meta395": 6, + "0chance395": 0.1, + "1chance395": 0.075, + "2chance395": 0.17500001, + "3chance395": 0.075, + "0pair395": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair395": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair395": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair395": "{\n \"left\": 0,\n \"right\": 0\n}", + "name396": "minecraft:golden_chestplate", + "meta396": 7, + "0chance396": 0.05, + "1chance396": 0.1, + "2chance396": 0.05, + "3chance396": 0.125, + "0pair396": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair396": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair396": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair396": "{\n \"left\": 0,\n \"right\": 1\n}", + "name397": "minecraft:golden_chestplate", + "meta397": 8, + "0chance397": 0.075, + "1chance397": 0.075, + "2chance397": 0.125, + "3chance397": 0.1, + "0pair397": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair397": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair397": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair397": "{\n \"left\": 0,\n \"right\": 0\n}", + "name398": "minecraft:golden_chestplate", + "meta398": 9, + "0chance398": 0.125, + "1chance398": 0.075, + "2chance398": 0.075, + "3chance398": 0.05, + "0pair398": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair398": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair398": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair398": "{\n \"left\": 0,\n \"right\": 1\n}", + "name399": "minecraft:golden_chestplate", + "meta399": 10, + "0chance399": 0.075, + "1chance399": 0.125, + "2chance399": 0.1, + "3chance399": 0.125, + "0pair399": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair399": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair399": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair399": "{\n \"left\": 0,\n \"right\": 0\n}", + "name400": "minecraft:golden_chestplate", + "meta400": 11, + "0chance400": 0.0, + "1chance400": 0.15, + "2chance400": 0.125, + "3chance400": 0.15, + "0pair400": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair400": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair400": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair400": "{\n \"left\": 0,\n \"right\": 0\n}", + "name401": "minecraft:golden_chestplate", + "meta401": 12, + "0chance401": 0.125, + "1chance401": 0.1, + "2chance401": 0.05, + "3chance401": 0.1, + "0pair401": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair401": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair401": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair401": "{\n \"left\": 0,\n \"right\": 0\n}", + "name402": "minecraft:golden_chestplate", + "meta402": 13, + "0chance402": 0.2, + "1chance402": 0.075, + "2chance402": 0.1, + "3chance402": 0.075, + "0pair402": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair402": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair402": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair402": "{\n \"left\": 0,\n \"right\": 1\n}", + "name403": "minecraft:golden_chestplate", + "meta403": 14, + "0chance403": 0.05, + "1chance403": 0.075, + "2chance403": 0.125, + "3chance403": 0.075, + "0pair403": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair403": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair403": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair403": "{\n \"left\": 0,\n \"right\": 0\n}", + "name404": "minecraft:golden_chestplate", + "meta404": 15, + "0chance404": 0.125, + "1chance404": 0.125, + "2chance404": 0.15, + "3chance404": 0.125, + "0pair404": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair404": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair404": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair404": "{\n \"left\": 0,\n \"right\": 1\n}", + "name405": "minecraft:golden_chestplate", + "meta405": 16, + "0chance405": 0.225, + "1chance405": 0.17500001, + "2chance405": 0.35000002, + "3chance405": 0.1, + "0pair405": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair405": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair405": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair405": "{\n \"left\": 0,\n \"right\": 1\n}", + "name406": "minecraft:golden_chestplate", + "meta406": 17, + "0chance406": 0.25, + "1chance406": 0.05, + "2chance406": 0.2, + "3chance406": 0.15, + "0pair406": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair406": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair406": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair406": "{\n \"left\": 0,\n \"right\": 0\n}", + "name407": "minecraft:golden_chestplate", + "meta407": 18, + "0chance407": 0.125, + "1chance407": 0.025, + "2chance407": 0.025, + "3chance407": 0.125, + "0pair407": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair407": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair407": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair407": "{\n \"left\": 0,\n \"right\": 1\n}", + "name408": "minecraft:golden_leggings", + "meta408": 0, + "0chance408": 0.1, + "1chance408": 0.125, + "2chance408": 0.125, + "3chance408": 0.125, + "0pair408": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair408": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair408": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair408": "{\n \"left\": 0,\n \"right\": 1\n}", + "name409": "minecraft:golden_leggings", + "meta409": 1, + "0chance409": 0.1, + "1chance409": 0.05, + "2chance409": 0.1, + "3chance409": 0.025, + "0pair409": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair409": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair409": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair409": "{\n \"left\": 0,\n \"right\": 1\n}", + "name410": "minecraft:golden_leggings", + "meta410": 2, + "0chance410": 0.1, + "1chance410": 0.1, + "2chance410": 0.1, + "3chance410": 0.075, + "0pair410": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair410": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair410": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair410": "{\n \"left\": 0,\n \"right\": 0\n}", + "name411": "minecraft:golden_leggings", + "meta411": 3, + "0chance411": 0.075, + "1chance411": 0.15, + "2chance411": 0.05, + "3chance411": 0.025, + "0pair411": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair411": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair411": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair411": "{\n \"left\": 0,\n \"right\": 1\n}", + "name412": "minecraft:golden_leggings", + "meta412": 4, + "0chance412": 0.125, + "1chance412": 0.2, + "2chance412": 0.125, + "3chance412": 0.125, + "0pair412": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair412": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair412": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair412": "{\n \"left\": 0,\n \"right\": 1\n}", + "name413": "minecraft:golden_leggings", + "meta413": 5, + "0chance413": 0.075, + "1chance413": 0.1, + "2chance413": 0.075, + "3chance413": 0.05, + "0pair413": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair413": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair413": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair413": "{\n \"left\": 0,\n \"right\": 1\n}", + "name414": "minecraft:golden_leggings", + "meta414": 6, + "0chance414": 0.05, + "1chance414": 0.1, + "2chance414": 0.15, + "3chance414": 0.075, + "0pair414": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair414": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair414": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair414": "{\n \"left\": 0,\n \"right\": 0\n}", + "name415": "minecraft:golden_leggings", + "meta415": 7, + "0chance415": 0.05, + "1chance415": 0.05, + "2chance415": 0.05, + "3chance415": 0.075, + "0pair415": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair415": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair415": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair415": "{\n \"left\": 0,\n \"right\": 0\n}", + "name416": "minecraft:golden_leggings", + "meta416": 8, + "0chance416": 0.05, + "1chance416": 0.0, + "2chance416": 0.075, + "3chance416": 0.1, + "0pair416": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair416": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair416": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair416": "{\n \"left\": 0,\n \"right\": 1\n}", + "name417": "minecraft:golden_leggings", + "meta417": 9, + "0chance417": 0.075, + "1chance417": 0.025, + "2chance417": 0.15, + "3chance417": 0.1, + "0pair417": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair417": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair417": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair417": "{\n \"left\": 0,\n \"right\": 0\n}", + "name418": "minecraft:golden_leggings", + "meta418": 10, + "0chance418": 0.1, + "1chance418": 0.15, + "2chance418": 0.1, + "3chance418": 0.17500001, + "0pair418": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair418": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair418": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair418": "{\n \"left\": 0,\n \"right\": 1\n}", + "name419": "minecraft:golden_leggings", + "meta419": 11, + "0chance419": 0.025, + "1chance419": 0.05, + "2chance419": 0.1, + "3chance419": 0.15, + "0pair419": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair419": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair419": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair419": "{\n \"left\": 0,\n \"right\": 0\n}", + "name420": "minecraft:golden_leggings", + "meta420": 12, + "0chance420": 0.125, + "1chance420": 0.05, + "2chance420": 0.1, + "3chance420": 0.1, + "0pair420": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair420": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair420": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair420": "{\n \"left\": 0,\n \"right\": 1\n}", + "name421": "minecraft:golden_leggings", + "meta421": 13, + "0chance421": 0.025, + "1chance421": 0.17500001, + "2chance421": 0.1, + "3chance421": 0.17500001, + "0pair421": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair421": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair421": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair421": "{\n \"left\": 0,\n \"right\": 0\n}", + "name422": "minecraft:golden_leggings", + "meta422": 14, + "0chance422": 0.15, + "1chance422": 0.25, + "2chance422": 0.2, + "3chance422": 0.075, + "0pair422": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair422": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair422": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair422": "{\n \"left\": 0,\n \"right\": 1\n}", + "name423": "minecraft:golden_leggings", + "meta423": 15, + "0chance423": 0.15, + "1chance423": 0.05, + "2chance423": 0.025, + "3chance423": 0.05, + "0pair423": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair423": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair423": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair423": "{\n \"left\": 0,\n \"right\": 0\n}", + "name424": "minecraft:golden_leggings", + "meta424": 16, + "0chance424": 0.1, + "1chance424": 0.1, + "2chance424": 0.0, + "3chance424": 0.075, + "0pair424": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair424": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair424": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair424": "{\n \"left\": 0,\n \"right\": 0\n}", + "name425": "minecraft:golden_leggings", + "meta425": 17, + "0chance425": 0.075, + "1chance425": 0.15, + "2chance425": 0.025, + "3chance425": 0.15, + "0pair425": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair425": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair425": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair425": "{\n \"left\": 0,\n \"right\": 0\n}", + "name426": "minecraft:golden_boots", + "meta426": 0, + "0chance426": 0.17500001, + "1chance426": 0.075, + "2chance426": 0.15, + "3chance426": 0.05, + "0pair426": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair426": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair426": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair426": "{\n \"left\": 0,\n \"right\": 0\n}", + "name427": "minecraft:golden_boots", + "meta427": 1, + "0chance427": 0.225, + "1chance427": 0.05, + "2chance427": 0.075, + "3chance427": 0.17500001, + "0pair427": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair427": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair427": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair427": "{\n \"left\": 0,\n \"right\": 0\n}", + "name428": "minecraft:golden_boots", + "meta428": 2, + "0chance428": 0.125, + "1chance428": 0.1, + "2chance428": 0.125, + "3chance428": 0.075, + "0pair428": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair428": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair428": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair428": "{\n \"left\": 0,\n \"right\": 0\n}", + "name429": "minecraft:golden_boots", + "meta429": 3, + "0chance429": 0.025, + "1chance429": 0.15, + "2chance429": 0.15, + "3chance429": 0.225, + "0pair429": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair429": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair429": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair429": "{\n \"left\": 0,\n \"right\": 1\n}", + "name430": "minecraft:golden_boots", + "meta430": 4, + "0chance430": 0.17500001, + "1chance430": 0.125, + "2chance430": 0.05, + "3chance430": 0.125, + "0pair430": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair430": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair430": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair430": "{\n \"left\": 0,\n \"right\": 0\n}", + "name431": "minecraft:golden_boots", + "meta431": 5, + "0chance431": 0.05, + "1chance431": 0.125, + "2chance431": 0.05, + "3chance431": 0.025, + "0pair431": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair431": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair431": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair431": "{\n \"left\": 0,\n \"right\": 0\n}", + "name432": "minecraft:golden_boots", + "meta432": 6, + "0chance432": 0.1, + "1chance432": 0.05, + "2chance432": 0.125, + "3chance432": 0.075, + "0pair432": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair432": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair432": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair432": "{\n \"left\": 0,\n \"right\": 1\n}", + "name433": "minecraft:golden_boots", + "meta433": 7, + "0chance433": 0.1, + "1chance433": 0.25, + "2chance433": 0.1, + "3chance433": 0.1, + "0pair433": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair433": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair433": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair433": "{\n \"left\": 0,\n \"right\": 1\n}", + "name434": "minecraft:golden_boots", + "meta434": 8, + "0chance434": 0.15, + "1chance434": 0.075, + "2chance434": 0.075, + "3chance434": 0.1, + "0pair434": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair434": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair434": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair434": "{\n \"left\": 0,\n \"right\": 0\n}", + "name435": "minecraft:golden_boots", + "meta435": 9, + "0chance435": 0.075, + "1chance435": 0.15, + "2chance435": 0.1, + "3chance435": 0.05, + "0pair435": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair435": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair435": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair435": "{\n \"left\": 0,\n \"right\": 0\n}", + "name436": "minecraft:golden_boots", + "meta436": 10, + "0chance436": 0.125, + "1chance436": 0.15, + "2chance436": 0.15, + "3chance436": 0.075, + "0pair436": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair436": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair436": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair436": "{\n \"left\": 0,\n \"right\": 0\n}", + "name437": "minecraft:golden_boots", + "meta437": 11, + "0chance437": 0.075, + "1chance437": 0.075, + "2chance437": 0.05, + "3chance437": 0.125, + "0pair437": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair437": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair437": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair437": "{\n \"left\": 0,\n \"right\": 0\n}", + "name438": "minecraft:golden_boots", + "meta438": 12, + "0chance438": 0.15, + "1chance438": 0.32500002, + "2chance438": 0.0, + "3chance438": 0.025, + "0pair438": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair438": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair438": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair438": "{\n \"left\": 0,\n \"right\": 1\n}", + "name439": "minecraft:golden_boots", + "meta439": 13, + "0chance439": 0.075, + "1chance439": 0.15, + "2chance439": 0.075, + "3chance439": 0.0, + "0pair439": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair439": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair439": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair439": "{\n \"left\": 0,\n \"right\": 0\n}", + "name440": "minecraft:golden_boots", + "meta440": 14, + "0chance440": 0.075, + "1chance440": 0.17500001, + "2chance440": 0.05, + "3chance440": 0.025, + "0pair440": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair440": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair440": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair440": "{\n \"left\": 0,\n \"right\": 0\n}", + "name441": "minecraft:golden_boots", + "meta441": 15, + "0chance441": 0.1, + "1chance441": 0.075, + "2chance441": 0.075, + "3chance441": 0.1, + "0pair441": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair441": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair441": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair441": "{\n \"left\": 0,\n \"right\": 1\n}", + "name442": "minecraft:golden_apple", + "meta442": 0, + "0chance442": 1.2, + "1chance442": 0.975, + "2chance442": 0.975, + "3chance442": 1.15, + "0pair442": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair442": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair442": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair442": "{\n \"left\": 0,\n \"right\": 1\n}", + "name443": "minecraft:golden_apple", + "meta443": 1, + "0chance443": 0.25, + "1chance443": 0.3, + "2chance443": 0.4, + "3chance443": 0.4, + "0pair443": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair443": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair443": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair443": "{\n \"left\": 0,\n \"right\": 1\n}", + "name444": "minecraft:book", + "meta444": 0, + "0chance444": 1.25, + "1chance444": 1.025, + "2chance444": 1.2, + "3chance444": 1.175, + "0pair444": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair444": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair444": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair444": "{\n \"left\": 0,\n \"right\": 1\n}", + "name445": "minecraft:compass", + "meta445": 0, + "0chance445": 0.475, + "1chance445": 0.35000002, + "2chance445": 0.6, + "3chance445": 0.825, + "0pair445": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair445": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair445": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair445": "{\n \"left\": 0,\n \"right\": 1\n}", + "name446": "minecraft:cookie", + "meta446": 0, + "0chance446": 0.65000004, + "1chance446": 0.45, + "2chance446": 0.70000005, + "3chance446": 0.72499996, + "0pair446": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair446": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair446": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair446": "{\n \"left\": 0,\n \"right\": 1\n}", + "name447": "minecraft:ender_pearl", + "meta447": 0, + "0chance447": 10.825, + "1chance447": 11.525, + "2chance447": 12.475, + "3chance447": 11.85, + "0pair447": "{\n \"left\": 0,\n \"right\": 3\n}", + "1pair447": "{\n \"left\": 0,\n \"right\": 2\n}", + "2pair447": "{\n \"left\": 0,\n \"right\": 2\n}", + "3pair447": "{\n \"left\": 0,\n \"right\": 2\n}", + "name448": "minecraft:gold_nugget", + "meta448": 0, + "0chance448": 718.875, + "1chance448": 728.77496, + "2chance448": 719.02496, + "3chance448": 717.75, + "0pair448": "{\n \"left\": 3,\n \"right\": 15\n}", + "1pair448": "{\n \"left\": 3,\n \"right\": 15\n}", + "2pair448": "{\n \"left\": 3,\n \"right\": 15\n}", + "3pair448": "{\n \"left\": 3,\n \"right\": 15\n}", + "name449": "minecraft:potion", + "meta449": 0, + "0chance449": 32.075, + "1chance449": 30.625, + "2chance449": 31.125, + "3chance449": 29.65, + "0pair449": "{\n \"left\": 0,\n \"right\": 2\n}", + "1pair449": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair449": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair449": "{\n \"left\": 0,\n \"right\": 2\n}", + "name450": "minecraft:experience_bottle", + "meta450": 0, + "0chance450": 2.6000001, + "1chance450": 2.3, + "2chance450": 2.35, + "3chance450": 2.6499999, + "0pair450": "{\n \"left\": 0,\n \"right\": 2\n}", + "1pair450": "{\n \"left\": 0,\n \"right\": 2\n}", + "2pair450": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair450": "{\n \"left\": 0,\n \"right\": 1\n}", + "name451": "minecraft:emerald", + "meta451": 0, + "0chance451": 9.525001, + "1chance451": 8.6, + "2chance451": 8.95, + "3chance451": 8.349999, + "0pair451": "{\n \"left\": 0,\n \"right\": 2\n}", + "1pair451": "{\n \"left\": 0,\n \"right\": 2\n}", + "2pair451": "{\n \"left\": 0,\n \"right\": 2\n}", + "3pair451": "{\n \"left\": 0,\n \"right\": 3\n}", + "name452": "minecraft:nether_star", + "meta452": 0, + "0chance452": 0.075, + "1chance452": 0.125, + "2chance452": 0.2, + "3chance452": 0.075, + "0pair452": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair452": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair452": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair452": "{\n \"left\": 0,\n \"right\": 1\n}", + "name453": "minecraft:chorus_fruit", + "meta453": 0, + "0chance453": 0.425, + "1chance453": 0.5, + "2chance453": 0.70000005, + "3chance453": 0.65000004, + "0pair453": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair453": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair453": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair453": "{\n \"left\": 0,\n \"right\": 1\n}", + "name454": "minecraft:splash_potion", + "meta454": 0, + "0chance454": 28.8, + "1chance454": 29.074999, + "2chance454": 29.025, + "3chance454": 30.375, + "0pair454": "{\n \"left\": 0,\n \"right\": 2\n}", + "1pair454": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair454": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair454": "{\n \"left\": 0,\n \"right\": 2\n}", + "name455": "minecraft:lingering_potion", + "meta455": 0, + "0chance455": 31.675, + "1chance455": 30.525, + "2chance455": 30.525, + "3chance455": 31.150002, + "0pair455": "{\n \"left\": 0,\n \"right\": 2\n}", + "1pair455": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair455": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair455": "{\n \"left\": 0,\n \"right\": 2\n}", + "name456": "thaumcraft:primordial_pearl", + "meta456": 0, + "0chance456": 0.075, + "1chance456": 0.075, + "2chance456": 0.125, + "3chance456": 0.15, + "0pair456": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair456": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair456": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair456": "{\n \"left\": 0,\n \"right\": 1\n}", + "name457": "thaumcraft:primordial_pearl", + "meta457": 3, + "0chance457": 0.425, + "1chance457": 0.225, + "2chance457": 0.5, + "3chance457": 0.4, + "0pair457": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair457": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair457": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair457": "{\n \"left\": 0,\n \"right\": 1\n}", + "name458": "thaumcraft:primordial_pearl", + "meta458": 5, + "0chance458": 0.95, + "1chance458": 0.85, + "2chance458": 1.05, + "3chance458": 0.775, + "0pair458": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair458": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair458": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair458": "{\n \"left\": 0,\n \"right\": 1\n}", + "name459": "thaumcraft:salis_mundus", + "meta459": 0, + "0chance459": 1.075, + "1chance459": 1.05, + "2chance459": 1.2, + "3chance459": 0.9, + "0pair459": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair459": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair459": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair459": "{\n \"left\": 0,\n \"right\": 1\n}", + "name460": "thaumcraft:thaumium_sword", + "meta460": 31, + "0chance460": 0.025, + "1chance460": 0.0, + "2chance460": 0.0, + "3chance460": 0.0, + "0pair460": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair460": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair460": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair460": "{\n \"left\": 0,\n \"right\": 0\n}", + "name461": "thaumcraft:thaumium_sword", + "meta461": 72, + "0chance461": 0.0, + "1chance461": 0.025, + "2chance461": 0.0, + "3chance461": 0.0, + "0pair461": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair461": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair461": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair461": "{\n \"left\": 0,\n \"right\": 0\n}", + "name462": "thaumcraft:thaumium_sword", + "meta462": 77, + "0chance462": 0.0, + "1chance462": 0.0, + "2chance462": 0.0, + "3chance462": 0.025, + "0pair462": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair462": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair462": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair462": "{\n \"left\": 0,\n \"right\": 1\n}", + "name463": "thaumcraft:thaumium_helm", + "meta463": 3, + "0chance463": 0.0, + "1chance463": 0.025, + "2chance463": 0.0, + "3chance463": 0.0, + "0pair463": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair463": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair463": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair463": "{\n \"left\": 0,\n \"right\": 0\n}", + "name464": "thaumcraft:thaumium_helm", + "meta464": 11, + "0chance464": 0.0, + "1chance464": 0.0, + "2chance464": 0.0, + "3chance464": 0.025, + "0pair464": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair464": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair464": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair464": "{\n \"left\": 0,\n \"right\": 1\n}", + "name465": "thaumcraft:thaumium_helm", + "meta465": 15, + "0chance465": 0.0, + "1chance465": 0.0, + "2chance465": 0.025, + "3chance465": 0.0, + "0pair465": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair465": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair465": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair465": "{\n \"left\": 0,\n \"right\": 0\n}", + "name466": "thaumcraft:thaumium_helm", + "meta466": 25, + "0chance466": 0.0, + "1chance466": 0.025, + "2chance466": 0.0, + "3chance466": 0.0, + "0pair466": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair466": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair466": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair466": "{\n \"left\": 0,\n \"right\": 0\n}", + "name467": "thaumcraft:thaumium_helm", + "meta467": 45, + "0chance467": 0.025, + "1chance467": 0.0, + "2chance467": 0.0, + "3chance467": 0.0, + "0pair467": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair467": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair467": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair467": "{\n \"left\": 0,\n \"right\": 0\n}", + "name468": "thaumcraft:thaumium_chest", + "meta468": 13, + "0chance468": 0.0, + "1chance468": 0.0, + "2chance468": 0.0, + "3chance468": 0.025, + "0pair468": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair468": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair468": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair468": "{\n \"left\": 0,\n \"right\": 1\n}", + "name469": "thaumcraft:thaumium_chest", + "meta469": 28, + "0chance469": 0.025, + "1chance469": 0.0, + "2chance469": 0.0, + "3chance469": 0.0, + "0pair469": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair469": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair469": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair469": "{\n \"left\": 0,\n \"right\": 0\n}", + "name470": "thaumcraft:thaumium_chest", + "meta470": 29, + "0chance470": 0.025, + "1chance470": 0.0, + "2chance470": 0.0, + "3chance470": 0.0, + "0pair470": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair470": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair470": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair470": "{\n \"left\": 0,\n \"right\": 0\n}", + "name471": "thaumcraft:thaumium_chest", + "meta471": 32, + "0chance471": 0.0, + "1chance471": 0.025, + "2chance471": 0.0, + "3chance471": 0.0, + "0pair471": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair471": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair471": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair471": "{\n \"left\": 0,\n \"right\": 0\n}", + "name472": "thaumcraft:thaumium_chest", + "meta472": 41, + "0chance472": 0.025, + "1chance472": 0.0, + "2chance472": 0.0, + "3chance472": 0.0, + "0pair472": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair472": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair472": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair472": "{\n \"left\": 0,\n \"right\": 0\n}", + "name473": "thaumcraft:thaumium_chest", + "meta473": 44, + "0chance473": 0.0, + "1chance473": 0.025, + "2chance473": 0.0, + "3chance473": 0.0, + "0pair473": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair473": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair473": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair473": "{\n \"left\": 0,\n \"right\": 0\n}", + "name474": "thaumcraft:thaumium_chest", + "meta474": 45, + "0chance474": 0.0, + "1chance474": 0.0, + "2chance474": 0.025, + "3chance474": 0.0, + "0pair474": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair474": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair474": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair474": "{\n \"left\": 0,\n \"right\": 0\n}", + "name475": "thaumcraft:thaumium_legs", + "meta475": 1, + "0chance475": 0.0, + "1chance475": 0.0, + "2chance475": 0.025, + "3chance475": 0.0, + "0pair475": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair475": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair475": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair475": "{\n \"left\": 0,\n \"right\": 0\n}", + "name476": "thaumcraft:thaumium_legs", + "meta476": 21, + "0chance476": 0.0, + "1chance476": 0.0, + "2chance476": 0.025, + "3chance476": 0.0, + "0pair476": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair476": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair476": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair476": "{\n \"left\": 0,\n \"right\": 0\n}", + "name477": "thaumcraft:thaumium_legs", + "meta477": 44, + "0chance477": 0.0, + "1chance477": 0.025, + "2chance477": 0.0, + "3chance477": 0.0, + "0pair477": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair477": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair477": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair477": "{\n \"left\": 0,\n \"right\": 0\n}", + "name478": "thaumcraft:thaumium_legs", + "meta478": 49, + "0chance478": 0.0, + "1chance478": 0.0, + "2chance478": 0.025, + "3chance478": 0.0, + "0pair478": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair478": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair478": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair478": "{\n \"left\": 0,\n \"right\": 0\n}", + "name479": "thaumcraft:thaumium_legs", + "meta479": 57, + "0chance479": 0.0, + "1chance479": 0.0, + "2chance479": 0.025, + "3chance479": 0.0, + "0pair479": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair479": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair479": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair479": "{\n \"left\": 0,\n \"right\": 0\n}", + "name480": "thaumcraft:thaumium_boots", + "meta480": 10, + "0chance480": 0.0, + "1chance480": 0.0, + "2chance480": 0.0, + "3chance480": 0.025, + "0pair480": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair480": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair480": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair480": "{\n \"left\": 0,\n \"right\": 1\n}", + "name481": "thaumcraft:thaumium_boots", + "meta481": 14, + "0chance481": 0.0, + "1chance481": 0.0, + "2chance481": 0.025, + "3chance481": 0.0, + "0pair481": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair481": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair481": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair481": "{\n \"left\": 0,\n \"right\": 0\n}", + "name482": "thaumcraft:thaumium_boots", + "meta482": 21, + "0chance482": 0.0, + "1chance482": 0.0, + "2chance482": 0.0, + "3chance482": 0.025, + "0pair482": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair482": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair482": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair482": "{\n \"left\": 0,\n \"right\": 1\n}", + "name483": "thaumcraft:thaumium_boots", + "meta483": 22, + "0chance483": 0.0, + "1chance483": 0.0, + "2chance483": 0.025, + "3chance483": 0.0, + "0pair483": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair483": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair483": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair483": "{\n \"left\": 0,\n \"right\": 0\n}", + "name484": "thaumcraft:thaumium_boots", + "meta484": 51, + "0chance484": 0.0, + "1chance484": 0.025, + "2chance484": 0.0, + "3chance484": 0.0, + "0pair484": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair484": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair484": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair484": "{\n \"left\": 0,\n \"right\": 0\n}", + "name485": "thaumcraft:thaumium_boots", + "meta485": 52, + "0chance485": 0.0, + "1chance485": 0.0, + "2chance485": 0.025, + "3chance485": 0.0, + "0pair485": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair485": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair485": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair485": "{\n \"left\": 0,\n \"right\": 0\n}", + "name486": "thaumcraft:baubles", + "meta486": 3, + "0chance486": 0.625, + "1chance486": 0.5, + "2chance486": 0.5, + "3chance486": 0.45, + "0pair486": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair486": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair486": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair486": "{\n \"left\": 0,\n \"right\": 1\n}", + "name487": "thaumcraft:amulet_vis", + "meta487": 0, + "0chance487": 0.65000004, + "1chance487": 0.85, + "2chance487": 0.6, + "3chance487": 0.825, + "0pair487": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair487": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair487": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair487": "{\n \"left\": 0,\n \"right\": 1\n}" + }, + { + "name": "thaumcraft:loot_urn_rare", + "meta": 0, + "length": 499, + "name0": "minecraft:iron_axe", + "meta0": 0, + "0chance0": 0.025, + "1chance0": 0.0, + "2chance0": 0.0, + "3chance0": 0.025, + "0pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair0": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "name1": "minecraft:iron_axe", + "meta1": 1, + "0chance1": 0.05, + "1chance1": 0.025, + "2chance1": 0.025, + "3chance1": 0.025, + "0pair1": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair1": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair1": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair1": "{\n \"left\": 0,\n \"right\": 1\n}", + "name2": "minecraft:iron_axe", + "meta2": 2, + "0chance2": 0.0, + "1chance2": 0.0, + "2chance2": 0.025, + "3chance2": 0.0, + "0pair2": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair2": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair2": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair2": "{\n \"left\": 0,\n \"right\": 0\n}", + "name3": "minecraft:iron_axe", + "meta3": 3, + "0chance3": 0.025, + "1chance3": 0.025, + "2chance3": 0.025, + "3chance3": 0.0, + "0pair3": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair3": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair3": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair3": "{\n \"left\": 0,\n \"right\": 0\n}", + "name4": "minecraft:iron_axe", + "meta4": 4, + "0chance4": 0.0, + "1chance4": 0.025, + "2chance4": 0.025, + "3chance4": 0.025, + "0pair4": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair4": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair4": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair4": "{\n \"left\": 0,\n \"right\": 0\n}", + "name5": "minecraft:iron_axe", + "meta5": 5, + "0chance5": 0.0, + "1chance5": 0.0, + "2chance5": 0.05, + "3chance5": 0.025, + "0pair5": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair5": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair5": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair5": "{\n \"left\": 0,\n \"right\": 1\n}", + "name6": "minecraft:iron_axe", + "meta6": 6, + "0chance6": 0.0, + "1chance6": 0.075, + "2chance6": 0.05, + "3chance6": 0.025, + "0pair6": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair6": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair6": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair6": "{\n \"left\": 0,\n \"right\": 0\n}", + "name7": "minecraft:iron_axe", + "meta7": 7, + "0chance7": 0.075, + "1chance7": 0.0, + "2chance7": 0.0, + "3chance7": 0.0, + "0pair7": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair7": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair7": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair7": "{\n \"left\": 0,\n \"right\": 0\n}", + "name8": "minecraft:iron_axe", + "meta8": 8, + "0chance8": 0.0, + "1chance8": 0.025, + "2chance8": 0.025, + "3chance8": 0.025, + "0pair8": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair8": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair8": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair8": "{\n \"left\": 0,\n \"right\": 0\n}", + "name9": "minecraft:iron_axe", + "meta9": 9, + "0chance9": 0.025, + "1chance9": 0.025, + "2chance9": 0.025, + "3chance9": 0.0, + "0pair9": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair9": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair9": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair9": "{\n \"left\": 0,\n \"right\": 0\n}", + "name10": "minecraft:iron_axe", + "meta10": 10, + "0chance10": 0.025, + "1chance10": 0.1, + "2chance10": 0.0, + "3chance10": 0.05, + "0pair10": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair10": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair10": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair10": "{\n \"left\": 0,\n \"right\": 1\n}", + "name11": "minecraft:iron_axe", + "meta11": 11, + "0chance11": 0.025, + "1chance11": 0.075, + "2chance11": 0.0, + "3chance11": 0.05, + "0pair11": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair11": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair11": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair11": "{\n \"left\": 0,\n \"right\": 1\n}", + "name12": "minecraft:iron_axe", + "meta12": 12, + "0chance12": 0.1, + "1chance12": 0.05, + "2chance12": 0.0, + "3chance12": 0.025, + "0pair12": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair12": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair12": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair12": "{\n \"left\": 0,\n \"right\": 0\n}", + "name13": "minecraft:iron_axe", + "meta13": 13, + "0chance13": 0.0, + "1chance13": 0.0, + "2chance13": 0.0, + "3chance13": 0.025, + "0pair13": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair13": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair13": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair13": "{\n \"left\": 0,\n \"right\": 1\n}", + "name14": "minecraft:iron_axe", + "meta14": 14, + "0chance14": 0.025, + "1chance14": 0.025, + "2chance14": 0.075, + "3chance14": 0.075, + "0pair14": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair14": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair14": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair14": "{\n \"left\": 0,\n \"right\": 0\n}", + "name15": "minecraft:iron_axe", + "meta15": 15, + "0chance15": 0.025, + "1chance15": 0.075, + "2chance15": 0.0, + "3chance15": 0.025, + "0pair15": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair15": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair15": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair15": "{\n \"left\": 0,\n \"right\": 0\n}", + "name16": "minecraft:iron_axe", + "meta16": 16, + "0chance16": 0.025, + "1chance16": 0.025, + "2chance16": 0.025, + "3chance16": 0.0, + "0pair16": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair16": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair16": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair16": "{\n \"left\": 0,\n \"right\": 0\n}", + "name17": "minecraft:iron_axe", + "meta17": 17, + "0chance17": 0.025, + "1chance17": 0.05, + "2chance17": 0.05, + "3chance17": 0.025, + "0pair17": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair17": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair17": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair17": "{\n \"left\": 0,\n \"right\": 0\n}", + "name18": "minecraft:iron_axe", + "meta18": 18, + "0chance18": 0.075, + "1chance18": 0.05, + "2chance18": 0.025, + "3chance18": 0.025, + "0pair18": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair18": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair18": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair18": "{\n \"left\": 0,\n \"right\": 0\n}", + "name19": "minecraft:iron_axe", + "meta19": 19, + "0chance19": 0.0, + "1chance19": 0.0, + "2chance19": 0.05, + "3chance19": 0.0, + "0pair19": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair19": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair19": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair19": "{\n \"left\": 0,\n \"right\": 0\n}", + "name20": "minecraft:iron_axe", + "meta20": 20, + "0chance20": 0.0, + "1chance20": 0.025, + "2chance20": 0.0, + "3chance20": 0.05, + "0pair20": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair20": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair20": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair20": "{\n \"left\": 0,\n \"right\": 1\n}", + "name21": "minecraft:iron_axe", + "meta21": 21, + "0chance21": 0.05, + "1chance21": 0.025, + "2chance21": 0.025, + "3chance21": 0.05, + "0pair21": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair21": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair21": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair21": "{\n \"left\": 0,\n \"right\": 1\n}", + "name22": "minecraft:iron_axe", + "meta22": 22, + "0chance22": 0.0, + "1chance22": 0.025, + "2chance22": 0.0, + "3chance22": 0.0, + "0pair22": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair22": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair22": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair22": "{\n \"left\": 0,\n \"right\": 0\n}", + "name23": "minecraft:iron_axe", + "meta23": 23, + "0chance23": 0.0, + "1chance23": 0.025, + "2chance23": 0.075, + "3chance23": 0.0, + "0pair23": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair23": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair23": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair23": "{\n \"left\": 0,\n \"right\": 0\n}", + "name24": "minecraft:iron_axe", + "meta24": 24, + "0chance24": 0.05, + "1chance24": 0.0, + "2chance24": 0.05, + "3chance24": 0.025, + "0pair24": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair24": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair24": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair24": "{\n \"left\": 0,\n \"right\": 0\n}", + "name25": "minecraft:iron_axe", + "meta25": 25, + "0chance25": 0.0, + "1chance25": 0.0, + "2chance25": 0.025, + "3chance25": 0.0, + "0pair25": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair25": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair25": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair25": "{\n \"left\": 0,\n \"right\": 0\n}", + "name26": "minecraft:iron_axe", + "meta26": 26, + "0chance26": 0.025, + "1chance26": 0.025, + "2chance26": 0.075, + "3chance26": 0.025, + "0pair26": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair26": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair26": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair26": "{\n \"left\": 0,\n \"right\": 0\n}", + "name27": "minecraft:iron_axe", + "meta27": 27, + "0chance27": 0.0, + "1chance27": 0.1, + "2chance27": 0.0, + "3chance27": 0.05, + "0pair27": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair27": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair27": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair27": "{\n \"left\": 0,\n \"right\": 1\n}", + "name28": "minecraft:iron_axe", + "meta28": 28, + "0chance28": 0.0, + "1chance28": 0.05, + "2chance28": 0.025, + "3chance28": 0.0, + "0pair28": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair28": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair28": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair28": "{\n \"left\": 0,\n \"right\": 0\n}", + "name29": "minecraft:iron_axe", + "meta29": 29, + "0chance29": 0.075, + "1chance29": 0.025, + "2chance29": 0.05, + "3chance29": 0.025, + "0pair29": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair29": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair29": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair29": "{\n \"left\": 0,\n \"right\": 0\n}", + "name30": "minecraft:iron_axe", + "meta30": 30, + "0chance30": 0.0, + "1chance30": 0.05, + "2chance30": 0.0, + "3chance30": 0.0, + "0pair30": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair30": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair30": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair30": "{\n \"left\": 0,\n \"right\": 0\n}", + "name31": "minecraft:iron_axe", + "meta31": 31, + "0chance31": 0.1, + "1chance31": 0.075, + "2chance31": 0.05, + "3chance31": 0.025, + "0pair31": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair31": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair31": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair31": "{\n \"left\": 0,\n \"right\": 0\n}", + "name32": "minecraft:iron_axe", + "meta32": 32, + "0chance32": 0.05, + "1chance32": 0.025, + "2chance32": 0.0, + "3chance32": 0.0, + "0pair32": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair32": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair32": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair32": "{\n \"left\": 0,\n \"right\": 0\n}", + "name33": "minecraft:iron_axe", + "meta33": 33, + "0chance33": 0.025, + "1chance33": 0.05, + "2chance33": 0.025, + "3chance33": 0.025, + "0pair33": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair33": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair33": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair33": "{\n \"left\": 0,\n \"right\": 0\n}", + "name34": "minecraft:iron_axe", + "meta34": 34, + "0chance34": 0.025, + "1chance34": 0.0, + "2chance34": 0.025, + "3chance34": 0.0, + "0pair34": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair34": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair34": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair34": "{\n \"left\": 0,\n \"right\": 0\n}", + "name35": "minecraft:iron_axe", + "meta35": 35, + "0chance35": 0.0, + "1chance35": 0.0, + "2chance35": 0.05, + "3chance35": 0.0, + "0pair35": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair35": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair35": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair35": "{\n \"left\": 0,\n \"right\": 0\n}", + "name36": "minecraft:iron_axe", + "meta36": 36, + "0chance36": 0.025, + "1chance36": 0.0, + "2chance36": 0.025, + "3chance36": 0.0, + "0pair36": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair36": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair36": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair36": "{\n \"left\": 0,\n \"right\": 0\n}", + "name37": "minecraft:iron_axe", + "meta37": 37, + "0chance37": 0.0, + "1chance37": 0.05, + "2chance37": 0.025, + "3chance37": 0.025, + "0pair37": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair37": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair37": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair37": "{\n \"left\": 0,\n \"right\": 1\n}", + "name38": "minecraft:iron_axe", + "meta38": 38, + "0chance38": 0.0, + "1chance38": 0.025, + "2chance38": 0.0, + "3chance38": 0.025, + "0pair38": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair38": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair38": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair38": "{\n \"left\": 0,\n \"right\": 0\n}", + "name39": "minecraft:iron_axe", + "meta39": 39, + "0chance39": 0.05, + "1chance39": 0.025, + "2chance39": 0.025, + "3chance39": 0.05, + "0pair39": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair39": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair39": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair39": "{\n \"left\": 0,\n \"right\": 0\n}", + "name40": "minecraft:iron_axe", + "meta40": 40, + "0chance40": 0.0, + "1chance40": 0.0, + "2chance40": 0.025, + "3chance40": 0.0, + "0pair40": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair40": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair40": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair40": "{\n \"left\": 0,\n \"right\": 0\n}", + "name41": "minecraft:iron_axe", + "meta41": 41, + "0chance41": 0.0, + "1chance41": 0.0, + "2chance41": 0.0, + "3chance41": 0.05, + "0pair41": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair41": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair41": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair41": "{\n \"left\": 0,\n \"right\": 1\n}", + "name42": "minecraft:diamond", + "meta42": 0, + "0chance42": 6.4, + "1chance42": 6.525, + "2chance42": 5.6000004, + "3chance42": 6.225, + "0pair42": "{\n \"left\": 0,\n \"right\": 2\n}", + "1pair42": "{\n \"left\": 0,\n \"right\": 2\n}", + "2pair42": "{\n \"left\": 0,\n \"right\": 2\n}", + "3pair42": "{\n \"left\": 0,\n \"right\": 2\n}", + "name43": "minecraft:gold_ingot", + "meta43": 0, + "0chance43": 12.45, + "1chance43": 12.05, + "2chance43": 11.424999, + "3chance43": 11.95, + "0pair43": "{\n \"left\": 0,\n \"right\": 2\n}", + "1pair43": "{\n \"left\": 0,\n \"right\": 3\n}", + "2pair43": "{\n \"left\": 0,\n \"right\": 3\n}", + "3pair43": "{\n \"left\": 0,\n \"right\": 3\n}", + "name44": "minecraft:iron_sword", + "meta44": 0, + "0chance44": 0.0, + "1chance44": 0.025, + "2chance44": 0.0, + "3chance44": 0.05, + "0pair44": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair44": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair44": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair44": "{\n \"left\": 0,\n \"right\": 0\n}", + "name45": "minecraft:iron_sword", + "meta45": 1, + "0chance45": 0.05, + "1chance45": 0.025, + "2chance45": 0.05, + "3chance45": 0.0, + "0pair45": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair45": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair45": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair45": "{\n \"left\": 0,\n \"right\": 0\n}", + "name46": "minecraft:iron_sword", + "meta46": 2, + "0chance46": 0.17500001, + "1chance46": 0.0, + "2chance46": 0.0, + "3chance46": 0.0, + "0pair46": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair46": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair46": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair46": "{\n \"left\": 0,\n \"right\": 0\n}", + "name47": "minecraft:iron_sword", + "meta47": 3, + "0chance47": 0.05, + "1chance47": 0.125, + "2chance47": 0.15, + "3chance47": 0.1, + "0pair47": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair47": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair47": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair47": "{\n \"left\": 0,\n \"right\": 0\n}", + "name48": "minecraft:iron_sword", + "meta48": 4, + "0chance48": 0.025, + "1chance48": 0.05, + "2chance48": 0.1, + "3chance48": 0.05, + "0pair48": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair48": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair48": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair48": "{\n \"left\": 0,\n \"right\": 1\n}", + "name49": "minecraft:iron_sword", + "meta49": 5, + "0chance49": 0.0, + "1chance49": 0.025, + "2chance49": 0.025, + "3chance49": 0.0, + "0pair49": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair49": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair49": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair49": "{\n \"left\": 0,\n \"right\": 0\n}", + "name50": "minecraft:iron_sword", + "meta50": 6, + "0chance50": 0.025, + "1chance50": 0.0, + "2chance50": 0.025, + "3chance50": 0.075, + "0pair50": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair50": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair50": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair50": "{\n \"left\": 0,\n \"right\": 1\n}", + "name51": "minecraft:iron_sword", + "meta51": 7, + "0chance51": 0.0, + "1chance51": 0.075, + "2chance51": 0.05, + "3chance51": 0.0, + "0pair51": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair51": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair51": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair51": "{\n \"left\": 0,\n \"right\": 0\n}", + "name52": "minecraft:iron_sword", + "meta52": 8, + "0chance52": 0.05, + "1chance52": 0.05, + "2chance52": 0.05, + "3chance52": 0.075, + "0pair52": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair52": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair52": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair52": "{\n \"left\": 0,\n \"right\": 0\n}", + "name53": "minecraft:iron_sword", + "meta53": 9, + "0chance53": 0.025, + "1chance53": 0.125, + "2chance53": 0.025, + "3chance53": 0.025, + "0pair53": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair53": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair53": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair53": "{\n \"left\": 0,\n \"right\": 0\n}", + "name54": "minecraft:iron_sword", + "meta54": 10, + "0chance54": 0.17500001, + "1chance54": 0.025, + "2chance54": 0.0, + "3chance54": 0.025, + "0pair54": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair54": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair54": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair54": "{\n \"left\": 0,\n \"right\": 1\n}", + "name55": "minecraft:iron_sword", + "meta55": 11, + "0chance55": 0.05, + "1chance55": 0.05, + "2chance55": 0.05, + "3chance55": 0.1, + "0pair55": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair55": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair55": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair55": "{\n \"left\": 0,\n \"right\": 1\n}", + "name56": "minecraft:iron_sword", + "meta56": 12, + "0chance56": 0.025, + "1chance56": 0.0, + "2chance56": 0.0, + "3chance56": 0.025, + "0pair56": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair56": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair56": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair56": "{\n \"left\": 0,\n \"right\": 1\n}", + "name57": "minecraft:iron_sword", + "meta57": 13, + "0chance57": 0.05, + "1chance57": 0.0, + "2chance57": 0.075, + "3chance57": 0.1, + "0pair57": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair57": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair57": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair57": "{\n \"left\": 0,\n \"right\": 0\n}", + "name58": "minecraft:iron_sword", + "meta58": 14, + "0chance58": 0.0, + "1chance58": 0.05, + "2chance58": 0.05, + "3chance58": 0.075, + "0pair58": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair58": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair58": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair58": "{\n \"left\": 0,\n \"right\": 1\n}", + "name59": "minecraft:iron_sword", + "meta59": 15, + "0chance59": 0.075, + "1chance59": 0.05, + "2chance59": 0.05, + "3chance59": 0.05, + "0pair59": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair59": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair59": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair59": "{\n \"left\": 0,\n \"right\": 0\n}", + "name60": "minecraft:iron_sword", + "meta60": 16, + "0chance60": 0.075, + "1chance60": 0.025, + "2chance60": 0.05, + "3chance60": 0.0, + "0pair60": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair60": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair60": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair60": "{\n \"left\": 0,\n \"right\": 0\n}", + "name61": "minecraft:iron_sword", + "meta61": 17, + "0chance61": 0.075, + "1chance61": 0.075, + "2chance61": 0.025, + "3chance61": 0.05, + "0pair61": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair61": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair61": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair61": "{\n \"left\": 0,\n \"right\": 0\n}", + "name62": "minecraft:iron_sword", + "meta62": 18, + "0chance62": 0.025, + "1chance62": 0.05, + "2chance62": 0.025, + "3chance62": 0.05, + "0pair62": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair62": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair62": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair62": "{\n \"left\": 0,\n \"right\": 0\n}", + "name63": "minecraft:iron_sword", + "meta63": 19, + "0chance63": 0.1, + "1chance63": 0.0, + "2chance63": 0.125, + "3chance63": 0.025, + "0pair63": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair63": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair63": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair63": "{\n \"left\": 0,\n \"right\": 0\n}", + "name64": "minecraft:iron_sword", + "meta64": 20, + "0chance64": 0.025, + "1chance64": 0.025, + "2chance64": 0.075, + "3chance64": 0.0, + "0pair64": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair64": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair64": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair64": "{\n \"left\": 0,\n \"right\": 0\n}", + "name65": "minecraft:iron_sword", + "meta65": 21, + "0chance65": 0.075, + "1chance65": 0.0, + "2chance65": 0.025, + "3chance65": 0.05, + "0pair65": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair65": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair65": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair65": "{\n \"left\": 0,\n \"right\": 1\n}", + "name66": "minecraft:iron_sword", + "meta66": 22, + "0chance66": 0.025, + "1chance66": 0.025, + "2chance66": 0.025, + "3chance66": 0.0, + "0pair66": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair66": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair66": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair66": "{\n \"left\": 0,\n \"right\": 0\n}", + "name67": "minecraft:iron_sword", + "meta67": 23, + "0chance67": 0.0, + "1chance67": 0.075, + "2chance67": 0.025, + "3chance67": 0.125, + "0pair67": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair67": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair67": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair67": "{\n \"left\": 0,\n \"right\": 1\n}", + "name68": "minecraft:iron_sword", + "meta68": 24, + "0chance68": 0.025, + "1chance68": 0.0, + "2chance68": 0.025, + "3chance68": 0.025, + "0pair68": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair68": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair68": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair68": "{\n \"left\": 0,\n \"right\": 0\n}", + "name69": "minecraft:iron_sword", + "meta69": 25, + "0chance69": 0.025, + "1chance69": 0.17500001, + "2chance69": 0.05, + "3chance69": 0.1, + "0pair69": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair69": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair69": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair69": "{\n \"left\": 0,\n \"right\": 1\n}", + "name70": "minecraft:iron_sword", + "meta70": 26, + "0chance70": 0.05, + "1chance70": 0.0, + "2chance70": 0.025, + "3chance70": 0.05, + "0pair70": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair70": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair70": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair70": "{\n \"left\": 0,\n \"right\": 0\n}", + "name71": "minecraft:iron_sword", + "meta71": 27, + "0chance71": 0.025, + "1chance71": 0.075, + "2chance71": 0.1, + "3chance71": 0.05, + "0pair71": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair71": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair71": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair71": "{\n \"left\": 0,\n \"right\": 1\n}", + "name72": "minecraft:iron_sword", + "meta72": 28, + "0chance72": 0.025, + "1chance72": 0.05, + "2chance72": 0.05, + "3chance72": 0.05, + "0pair72": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair72": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair72": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair72": "{\n \"left\": 0,\n \"right\": 0\n}", + "name73": "minecraft:iron_sword", + "meta73": 29, + "0chance73": 0.05, + "1chance73": 0.05, + "2chance73": 0.0, + "3chance73": 0.0, + "0pair73": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair73": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair73": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair73": "{\n \"left\": 0,\n \"right\": 0\n}", + "name74": "minecraft:iron_sword", + "meta74": 30, + "0chance74": 0.025, + "1chance74": 0.0, + "2chance74": 0.025, + "3chance74": 0.025, + "0pair74": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair74": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair74": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair74": "{\n \"left\": 0,\n \"right\": 0\n}", + "name75": "minecraft:iron_sword", + "meta75": 31, + "0chance75": 0.0, + "1chance75": 0.0, + "2chance75": 0.0, + "3chance75": 0.025, + "0pair75": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair75": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair75": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair75": "{\n \"left\": 0,\n \"right\": 1\n}", + "name76": "minecraft:iron_sword", + "meta76": 32, + "0chance76": 0.0, + "1chance76": 0.05, + "2chance76": 0.05, + "3chance76": 0.075, + "0pair76": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair76": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair76": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair76": "{\n \"left\": 0,\n \"right\": 1\n}", + "name77": "minecraft:iron_sword", + "meta77": 33, + "0chance77": 0.025, + "1chance77": 0.025, + "2chance77": 0.1, + "3chance77": 0.05, + "0pair77": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair77": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair77": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair77": "{\n \"left\": 0,\n \"right\": 1\n}", + "name78": "minecraft:iron_sword", + "meta78": 34, + "0chance78": 0.025, + "1chance78": 0.025, + "2chance78": 0.025, + "3chance78": 0.15, + "0pair78": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair78": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair78": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair78": "{\n \"left\": 0,\n \"right\": 0\n}", + "name79": "minecraft:iron_sword", + "meta79": 35, + "0chance79": 0.1, + "1chance79": 0.075, + "2chance79": 0.025, + "3chance79": 0.0, + "0pair79": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair79": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair79": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair79": "{\n \"left\": 0,\n \"right\": 0\n}", + "name80": "minecraft:iron_sword", + "meta80": 36, + "0chance80": 0.05, + "1chance80": 0.025, + "2chance80": 0.1, + "3chance80": 0.05, + "0pair80": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair80": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair80": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair80": "{\n \"left\": 0,\n \"right\": 0\n}", + "name81": "minecraft:iron_sword", + "meta81": 37, + "0chance81": 0.075, + "1chance81": 0.05, + "2chance81": 0.025, + "3chance81": 0.0, + "0pair81": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair81": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair81": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair81": "{\n \"left\": 0,\n \"right\": 0\n}", + "name82": "minecraft:iron_sword", + "meta82": 38, + "0chance82": 0.0, + "1chance82": 0.15, + "2chance82": 0.025, + "3chance82": 0.125, + "0pair82": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair82": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair82": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair82": "{\n \"left\": 0,\n \"right\": 1\n}", + "name83": "minecraft:iron_sword", + "meta83": 39, + "0chance83": 0.075, + "1chance83": 0.05, + "2chance83": 0.0, + "3chance83": 0.0, + "0pair83": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair83": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair83": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair83": "{\n \"left\": 0,\n \"right\": 0\n}", + "name84": "minecraft:iron_sword", + "meta84": 40, + "0chance84": 0.05, + "1chance84": 0.05, + "2chance84": 0.0, + "3chance84": 0.05, + "0pair84": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair84": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair84": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair84": "{\n \"left\": 0,\n \"right\": 0\n}", + "name85": "minecraft:iron_sword", + "meta85": 41, + "0chance85": 0.05, + "1chance85": 0.075, + "2chance85": 0.05, + "3chance85": 0.05, + "0pair85": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair85": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair85": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair85": "{\n \"left\": 0,\n \"right\": 0\n}", + "name86": "minecraft:golden_sword", + "meta86": 0, + "0chance86": 0.075, + "1chance86": 0.0, + "2chance86": 0.05, + "3chance86": 0.025, + "0pair86": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair86": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair86": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair86": "{\n \"left\": 0,\n \"right\": 0\n}", + "name87": "minecraft:golden_sword", + "meta87": 1, + "0chance87": 0.0, + "1chance87": 0.075, + "2chance87": 0.0, + "3chance87": 0.0, + "0pair87": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair87": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair87": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair87": "{\n \"left\": 0,\n \"right\": 0\n}", + "name88": "minecraft:golden_sword", + "meta88": 2, + "0chance88": 0.025, + "1chance88": 0.075, + "2chance88": 0.05, + "3chance88": 0.0, + "0pair88": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair88": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair88": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair88": "{\n \"left\": 0,\n \"right\": 0\n}", + "name89": "minecraft:golden_sword", + "meta89": 3, + "0chance89": 0.05, + "1chance89": 0.05, + "2chance89": 0.025, + "3chance89": 0.0, + "0pair89": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair89": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair89": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair89": "{\n \"left\": 0,\n \"right\": 0\n}", + "name90": "minecraft:golden_sword", + "meta90": 4, + "0chance90": 0.1, + "1chance90": 0.05, + "2chance90": 0.125, + "3chance90": 0.0, + "0pair90": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair90": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair90": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair90": "{\n \"left\": 0,\n \"right\": 0\n}", + "name91": "minecraft:golden_sword", + "meta91": 5, + "0chance91": 0.0, + "1chance91": 0.025, + "2chance91": 0.025, + "3chance91": 0.0, + "0pair91": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair91": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair91": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair91": "{\n \"left\": 0,\n \"right\": 0\n}", + "name92": "minecraft:golden_axe", + "meta92": 0, + "0chance92": 0.075, + "1chance92": 0.2, + "2chance92": 0.1, + "3chance92": 0.275, + "0pair92": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair92": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair92": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair92": "{\n \"left\": 0,\n \"right\": 0\n}", + "name93": "minecraft:golden_axe", + "meta93": 1, + "0chance93": 0.25, + "1chance93": 0.05, + "2chance93": 0.15, + "3chance93": 0.15, + "0pair93": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair93": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair93": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair93": "{\n \"left\": 0,\n \"right\": 1\n}", + "name94": "minecraft:golden_axe", + "meta94": 2, + "0chance94": 0.2, + "1chance94": 0.075, + "2chance94": 0.15, + "3chance94": 0.15, + "0pair94": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair94": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair94": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair94": "{\n \"left\": 0,\n \"right\": 0\n}", + "name95": "minecraft:golden_axe", + "meta95": 3, + "0chance95": 0.2, + "1chance95": 0.17500001, + "2chance95": 0.15, + "3chance95": 0.2, + "0pair95": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair95": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair95": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair95": "{\n \"left\": 0,\n \"right\": 1\n}", + "name96": "minecraft:golden_axe", + "meta96": 4, + "0chance96": 0.15, + "1chance96": 0.125, + "2chance96": 0.15, + "3chance96": 0.05, + "0pair96": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair96": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair96": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair96": "{\n \"left\": 0,\n \"right\": 1\n}", + "name97": "minecraft:golden_axe", + "meta97": 5, + "0chance97": 0.2, + "1chance97": 0.17500001, + "2chance97": 0.2, + "3chance97": 0.15, + "0pair97": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair97": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair97": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair97": "{\n \"left\": 0,\n \"right\": 0\n}", + "name98": "minecraft:leather_helmet", + "meta98": 0, + "0chance98": 0.15, + "1chance98": 0.15, + "2chance98": 0.05, + "3chance98": 0.1, + "0pair98": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair98": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair98": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair98": "{\n \"left\": 0,\n \"right\": 1\n}", + "name99": "minecraft:leather_helmet", + "meta99": 1, + "0chance99": 0.17500001, + "1chance99": 0.075, + "2chance99": 0.2, + "3chance99": 0.1, + "0pair99": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair99": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair99": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair99": "{\n \"left\": 0,\n \"right\": 0\n}", + "name100": "minecraft:leather_helmet", + "meta100": 2, + "0chance100": 0.075, + "1chance100": 0.25, + "2chance100": 0.05, + "3chance100": 0.05, + "0pair100": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair100": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair100": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair100": "{\n \"left\": 0,\n \"right\": 1\n}", + "name101": "minecraft:leather_helmet", + "meta101": 3, + "0chance101": 0.17500001, + "1chance101": 0.15, + "2chance101": 0.075, + "3chance101": 0.1, + "0pair101": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair101": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair101": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair101": "{\n \"left\": 0,\n \"right\": 1\n}", + "name102": "minecraft:leather_helmet", + "meta102": 4, + "0chance102": 0.025, + "1chance102": 0.125, + "2chance102": 0.15, + "3chance102": 0.15, + "0pair102": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair102": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair102": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair102": "{\n \"left\": 0,\n \"right\": 1\n}", + "name103": "minecraft:leather_helmet", + "meta103": 5, + "0chance103": 0.17500001, + "1chance103": 0.125, + "2chance103": 0.17500001, + "3chance103": 0.075, + "0pair103": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair103": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair103": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair103": "{\n \"left\": 0,\n \"right\": 0\n}", + "name104": "minecraft:leather_helmet", + "meta104": 6, + "0chance104": 0.15, + "1chance104": 0.025, + "2chance104": 0.1, + "3chance104": 0.075, + "0pair104": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair104": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair104": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair104": "{\n \"left\": 0,\n \"right\": 0\n}", + "name105": "minecraft:leather_helmet", + "meta105": 7, + "0chance105": 0.1, + "1chance105": 0.05, + "2chance105": 0.125, + "3chance105": 0.15, + "0pair105": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair105": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair105": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair105": "{\n \"left\": 0,\n \"right\": 1\n}", + "name106": "minecraft:leather_helmet", + "meta106": 8, + "0chance106": 0.05, + "1chance106": 0.075, + "2chance106": 0.075, + "3chance106": 0.075, + "0pair106": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair106": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair106": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair106": "{\n \"left\": 0,\n \"right\": 0\n}", + "name107": "minecraft:leather_helmet", + "meta107": 9, + "0chance107": 0.125, + "1chance107": 0.125, + "2chance107": 0.05, + "3chance107": 0.2, + "0pair107": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair107": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair107": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair107": "{\n \"left\": 0,\n \"right\": 1\n}", + "name108": "minecraft:leather_chestplate", + "meta108": 0, + "0chance108": 0.025, + "1chance108": 0.025, + "2chance108": 0.1, + "3chance108": 0.05, + "0pair108": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair108": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair108": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair108": "{\n \"left\": 0,\n \"right\": 1\n}", + "name109": "minecraft:leather_chestplate", + "meta109": 1, + "0chance109": 0.075, + "1chance109": 0.025, + "2chance109": 0.1, + "3chance109": 0.075, + "0pair109": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair109": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair109": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair109": "{\n \"left\": 0,\n \"right\": 1\n}", + "name110": "minecraft:leather_chestplate", + "meta110": 2, + "0chance110": 0.075, + "1chance110": 0.05, + "2chance110": 0.05, + "3chance110": 0.125, + "0pair110": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair110": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair110": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair110": "{\n \"left\": 0,\n \"right\": 0\n}", + "name111": "minecraft:leather_chestplate", + "meta111": 3, + "0chance111": 0.05, + "1chance111": 0.075, + "2chance111": 0.075, + "3chance111": 0.0, + "0pair111": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair111": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair111": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair111": "{\n \"left\": 0,\n \"right\": 0\n}", + "name112": "minecraft:leather_chestplate", + "meta112": 4, + "0chance112": 0.025, + "1chance112": 0.075, + "2chance112": 0.075, + "3chance112": 0.075, + "0pair112": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair112": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair112": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair112": "{\n \"left\": 0,\n \"right\": 0\n}", + "name113": "minecraft:leather_chestplate", + "meta113": 5, + "0chance113": 0.05, + "1chance113": 0.075, + "2chance113": 0.05, + "3chance113": 0.125, + "0pair113": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair113": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair113": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair113": "{\n \"left\": 0,\n \"right\": 0\n}", + "name114": "minecraft:leather_chestplate", + "meta114": 6, + "0chance114": 0.075, + "1chance114": 0.0, + "2chance114": 0.075, + "3chance114": 0.075, + "0pair114": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair114": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair114": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair114": "{\n \"left\": 0,\n \"right\": 0\n}", + "name115": "minecraft:leather_chestplate", + "meta115": 7, + "0chance115": 0.075, + "1chance115": 0.05, + "2chance115": 0.1, + "3chance115": 0.125, + "0pair115": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair115": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair115": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair115": "{\n \"left\": 0,\n \"right\": 1\n}", + "name116": "minecraft:leather_chestplate", + "meta116": 8, + "0chance116": 0.025, + "1chance116": 0.025, + "2chance116": 0.025, + "3chance116": 0.1, + "0pair116": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair116": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair116": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair116": "{\n \"left\": 0,\n \"right\": 0\n}", + "name117": "minecraft:leather_chestplate", + "meta117": 9, + "0chance117": 0.075, + "1chance117": 0.1, + "2chance117": 0.075, + "3chance117": 0.05, + "0pair117": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair117": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair117": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair117": "{\n \"left\": 0,\n \"right\": 0\n}", + "name118": "minecraft:leather_chestplate", + "meta118": 10, + "0chance118": 0.125, + "1chance118": 0.05, + "2chance118": 0.075, + "3chance118": 0.05, + "0pair118": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair118": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair118": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair118": "{\n \"left\": 0,\n \"right\": 1\n}", + "name119": "minecraft:leather_chestplate", + "meta119": 11, + "0chance119": 0.075, + "1chance119": 0.025, + "2chance119": 0.075, + "3chance119": 0.025, + "0pair119": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair119": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair119": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair119": "{\n \"left\": 0,\n \"right\": 1\n}", + "name120": "minecraft:leather_chestplate", + "meta120": 12, + "0chance120": 0.17500001, + "1chance120": 0.075, + "2chance120": 0.075, + "3chance120": 0.05, + "0pair120": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair120": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair120": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair120": "{\n \"left\": 0,\n \"right\": 0\n}", + "name121": "minecraft:leather_chestplate", + "meta121": 13, + "0chance121": 0.025, + "1chance121": 0.075, + "2chance121": 0.025, + "3chance121": 0.0, + "0pair121": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair121": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair121": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair121": "{\n \"left\": 0,\n \"right\": 0\n}", + "name122": "minecraft:leather_leggings", + "meta122": 0, + "0chance122": 0.05, + "1chance122": 0.1, + "2chance122": 0.05, + "3chance122": 0.125, + "0pair122": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair122": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair122": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair122": "{\n \"left\": 0,\n \"right\": 1\n}", + "name123": "minecraft:leather_leggings", + "meta123": 1, + "0chance123": 0.025, + "1chance123": 0.05, + "2chance123": 0.075, + "3chance123": 0.075, + "0pair123": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair123": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair123": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair123": "{\n \"left\": 0,\n \"right\": 0\n}", + "name124": "minecraft:leather_leggings", + "meta124": 2, + "0chance124": 0.075, + "1chance124": 0.125, + "2chance124": 0.025, + "3chance124": 0.15, + "0pair124": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair124": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair124": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair124": "{\n \"left\": 0,\n \"right\": 1\n}", + "name125": "minecraft:leather_leggings", + "meta125": 3, + "0chance125": 0.075, + "1chance125": 0.1, + "2chance125": 0.075, + "3chance125": 0.1, + "0pair125": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair125": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair125": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair125": "{\n \"left\": 0,\n \"right\": 0\n}", + "name126": "minecraft:leather_leggings", + "meta126": 4, + "0chance126": 0.17500001, + "1chance126": 0.05, + "2chance126": 0.025, + "3chance126": 0.075, + "0pair126": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair126": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair126": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair126": "{\n \"left\": 0,\n \"right\": 0\n}", + "name127": "minecraft:leather_leggings", + "meta127": 5, + "0chance127": 0.1, + "1chance127": 0.1, + "2chance127": 0.125, + "3chance127": 0.0, + "0pair127": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair127": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair127": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair127": "{\n \"left\": 0,\n \"right\": 0\n}", + "name128": "minecraft:leather_leggings", + "meta128": 6, + "0chance128": 0.075, + "1chance128": 0.1, + "2chance128": 0.1, + "3chance128": 0.05, + "0pair128": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair128": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair128": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair128": "{\n \"left\": 0,\n \"right\": 1\n}", + "name129": "minecraft:leather_leggings", + "meta129": 7, + "0chance129": 0.1, + "1chance129": 0.0, + "2chance129": 0.025, + "3chance129": 0.075, + "0pair129": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair129": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair129": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair129": "{\n \"left\": 0,\n \"right\": 0\n}", + "name130": "minecraft:leather_leggings", + "meta130": 8, + "0chance130": 0.1, + "1chance130": 0.15, + "2chance130": 0.15, + "3chance130": 0.05, + "0pair130": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair130": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair130": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair130": "{\n \"left\": 0,\n \"right\": 0\n}", + "name131": "minecraft:leather_leggings", + "meta131": 9, + "0chance131": 0.075, + "1chance131": 0.025, + "2chance131": 0.075, + "3chance131": 0.1, + "0pair131": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair131": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair131": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair131": "{\n \"left\": 0,\n \"right\": 0\n}", + "name132": "minecraft:leather_leggings", + "meta132": 10, + "0chance132": 0.075, + "1chance132": 0.075, + "2chance132": 0.05, + "3chance132": 0.075, + "0pair132": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair132": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair132": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair132": "{\n \"left\": 0,\n \"right\": 1\n}", + "name133": "minecraft:leather_leggings", + "meta133": 11, + "0chance133": 0.05, + "1chance133": 0.1, + "2chance133": 0.05, + "3chance133": 0.125, + "0pair133": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair133": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair133": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair133": "{\n \"left\": 0,\n \"right\": 0\n}", + "name134": "minecraft:leather_leggings", + "meta134": 12, + "0chance134": 0.1, + "1chance134": 0.15, + "2chance134": 0.075, + "3chance134": 0.125, + "0pair134": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair134": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair134": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair134": "{\n \"left\": 0,\n \"right\": 1\n}", + "name135": "minecraft:leather_boots", + "meta135": 0, + "0chance135": 0.17500001, + "1chance135": 0.225, + "2chance135": 0.1, + "3chance135": 0.075, + "0pair135": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair135": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair135": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair135": "{\n \"left\": 0,\n \"right\": 1\n}", + "name136": "minecraft:leather_boots", + "meta136": 1, + "0chance136": 0.05, + "1chance136": 0.075, + "2chance136": 0.1, + "3chance136": 0.125, + "0pair136": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair136": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair136": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair136": "{\n \"left\": 0,\n \"right\": 1\n}", + "name137": "minecraft:leather_boots", + "meta137": 2, + "0chance137": 0.0, + "1chance137": 0.025, + "2chance137": 0.075, + "3chance137": 0.075, + "0pair137": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair137": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair137": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair137": "{\n \"left\": 0,\n \"right\": 0\n}", + "name138": "minecraft:leather_boots", + "meta138": 3, + "0chance138": 0.125, + "1chance138": 0.025, + "2chance138": 0.075, + "3chance138": 0.1, + "0pair138": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair138": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair138": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair138": "{\n \"left\": 0,\n \"right\": 0\n}", + "name139": "minecraft:leather_boots", + "meta139": 4, + "0chance139": 0.15, + "1chance139": 0.125, + "2chance139": 0.075, + "3chance139": 0.125, + "0pair139": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair139": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair139": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair139": "{\n \"left\": 0,\n \"right\": 0\n}", + "name140": "minecraft:leather_boots", + "meta140": 5, + "0chance140": 0.1, + "1chance140": 0.075, + "2chance140": 0.17500001, + "3chance140": 0.075, + "0pair140": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair140": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair140": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair140": "{\n \"left\": 0,\n \"right\": 1\n}", + "name141": "minecraft:leather_boots", + "meta141": 6, + "0chance141": 0.0, + "1chance141": 0.125, + "2chance141": 0.125, + "3chance141": 0.075, + "0pair141": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair141": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair141": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair141": "{\n \"left\": 0,\n \"right\": 0\n}", + "name142": "minecraft:leather_boots", + "meta142": 7, + "0chance142": 0.15, + "1chance142": 0.1, + "2chance142": 0.125, + "3chance142": 0.1, + "0pair142": "{\n \"left\": 0,\n \"right\": 2\n}", + "1pair142": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair142": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair142": "{\n \"left\": 0,\n \"right\": 0\n}", + "name143": "minecraft:leather_boots", + "meta143": 8, + "0chance143": 0.05, + "1chance143": 0.1, + "2chance143": 0.1, + "3chance143": 0.1, + "0pair143": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair143": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair143": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair143": "{\n \"left\": 0,\n \"right\": 0\n}", + "name144": "minecraft:leather_boots", + "meta144": 9, + "0chance144": 0.05, + "1chance144": 0.15, + "2chance144": 0.05, + "3chance144": 0.075, + "0pair144": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair144": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair144": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair144": "{\n \"left\": 0,\n \"right\": 1\n}", + "name145": "minecraft:leather_boots", + "meta145": 10, + "0chance145": 0.15, + "1chance145": 0.075, + "2chance145": 0.1, + "3chance145": 0.075, + "0pair145": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair145": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair145": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair145": "{\n \"left\": 0,\n \"right\": 1\n}", + "name146": "minecraft:chainmail_helmet", + "meta146": 0, + "0chance146": 0.0, + "1chance146": 0.075, + "2chance146": 0.0, + "3chance146": 0.025, + "0pair146": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair146": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair146": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair146": "{\n \"left\": 0,\n \"right\": 1\n}", + "name147": "minecraft:chainmail_helmet", + "meta147": 1, + "0chance147": 0.025, + "1chance147": 0.0, + "2chance147": 0.05, + "3chance147": 0.05, + "0pair147": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair147": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair147": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair147": "{\n \"left\": 0,\n \"right\": 0\n}", + "name148": "minecraft:chainmail_helmet", + "meta148": 2, + "0chance148": 0.025, + "1chance148": 0.075, + "2chance148": 0.05, + "3chance148": 0.075, + "0pair148": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair148": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair148": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair148": "{\n \"left\": 0,\n \"right\": 1\n}", + "name149": "minecraft:chainmail_helmet", + "meta149": 3, + "0chance149": 0.1, + "1chance149": 0.075, + "2chance149": 0.075, + "3chance149": 0.05, + "0pair149": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair149": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair149": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair149": "{\n \"left\": 0,\n \"right\": 1\n}", + "name150": "minecraft:chainmail_helmet", + "meta150": 4, + "0chance150": 0.0, + "1chance150": 0.0, + "2chance150": 0.05, + "3chance150": 0.025, + "0pair150": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair150": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair150": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair150": "{\n \"left\": 0,\n \"right\": 1\n}", + "name151": "minecraft:chainmail_helmet", + "meta151": 5, + "0chance151": 0.05, + "1chance151": 0.025, + "2chance151": 0.0, + "3chance151": 0.125, + "0pair151": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair151": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair151": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair151": "{\n \"left\": 0,\n \"right\": 0\n}", + "name152": "minecraft:chainmail_helmet", + "meta152": 6, + "0chance152": 0.025, + "1chance152": 0.025, + "2chance152": 0.0, + "3chance152": 0.0, + "0pair152": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair152": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair152": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair152": "{\n \"left\": 0,\n \"right\": 0\n}", + "name153": "minecraft:chainmail_helmet", + "meta153": 7, + "0chance153": 0.05, + "1chance153": 0.025, + "2chance153": 0.025, + "3chance153": 0.05, + "0pair153": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair153": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair153": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair153": "{\n \"left\": 0,\n \"right\": 0\n}", + "name154": "minecraft:chainmail_helmet", + "meta154": 8, + "0chance154": 0.075, + "1chance154": 0.025, + "2chance154": 0.025, + "3chance154": 0.025, + "0pair154": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair154": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair154": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair154": "{\n \"left\": 0,\n \"right\": 0\n}", + "name155": "minecraft:chainmail_helmet", + "meta155": 9, + "0chance155": 0.025, + "1chance155": 0.025, + "2chance155": 0.025, + "3chance155": 0.0, + "0pair155": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair155": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair155": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair155": "{\n \"left\": 0,\n \"right\": 0\n}", + "name156": "minecraft:chainmail_helmet", + "meta156": 10, + "0chance156": 0.05, + "1chance156": 0.0, + "2chance156": 0.05, + "3chance156": 0.1, + "0pair156": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair156": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair156": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair156": "{\n \"left\": 0,\n \"right\": 1\n}", + "name157": "minecraft:chainmail_helmet", + "meta157": 11, + "0chance157": 0.05, + "1chance157": 0.1, + "2chance157": 0.075, + "3chance157": 0.0, + "0pair157": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair157": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair157": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair157": "{\n \"left\": 0,\n \"right\": 0\n}", + "name158": "minecraft:chainmail_helmet", + "meta158": 12, + "0chance158": 0.05, + "1chance158": 0.1, + "2chance158": 0.0, + "3chance158": 0.05, + "0pair158": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair158": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair158": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair158": "{\n \"left\": 0,\n \"right\": 1\n}", + "name159": "minecraft:chainmail_helmet", + "meta159": 13, + "0chance159": 0.025, + "1chance159": 0.075, + "2chance159": 0.025, + "3chance159": 0.025, + "0pair159": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair159": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair159": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair159": "{\n \"left\": 0,\n \"right\": 1\n}", + "name160": "minecraft:chainmail_helmet", + "meta160": 14, + "0chance160": 0.0, + "1chance160": 0.0, + "2chance160": 0.025, + "3chance160": 0.0, + "0pair160": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair160": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair160": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair160": "{\n \"left\": 0,\n \"right\": 0\n}", + "name161": "minecraft:chainmail_helmet", + "meta161": 15, + "0chance161": 0.025, + "1chance161": 0.075, + "2chance161": 0.025, + "3chance161": 0.025, + "0pair161": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair161": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair161": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair161": "{\n \"left\": 0,\n \"right\": 0\n}", + "name162": "minecraft:chainmail_helmet", + "meta162": 16, + "0chance162": 0.0, + "1chance162": 0.0, + "2chance162": 0.075, + "3chance162": 0.025, + "0pair162": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair162": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair162": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair162": "{\n \"left\": 0,\n \"right\": 0\n}", + "name163": "minecraft:chainmail_helmet", + "meta163": 17, + "0chance163": 0.0, + "1chance163": 0.025, + "2chance163": 0.025, + "3chance163": 0.05, + "0pair163": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair163": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair163": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair163": "{\n \"left\": 0,\n \"right\": 1\n}", + "name164": "minecraft:chainmail_helmet", + "meta164": 18, + "0chance164": 0.05, + "1chance164": 0.025, + "2chance164": 0.025, + "3chance164": 0.0, + "0pair164": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair164": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair164": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair164": "{\n \"left\": 0,\n \"right\": 0\n}", + "name165": "minecraft:chainmail_helmet", + "meta165": 19, + "0chance165": 0.05, + "1chance165": 0.025, + "2chance165": 0.025, + "3chance165": 0.1, + "0pair165": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair165": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair165": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair165": "{\n \"left\": 0,\n \"right\": 1\n}", + "name166": "minecraft:chainmail_helmet", + "meta166": 20, + "0chance166": 0.025, + "1chance166": 0.075, + "2chance166": 0.0, + "3chance166": 0.0, + "0pair166": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair166": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair166": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair166": "{\n \"left\": 0,\n \"right\": 0\n}", + "name167": "minecraft:chainmail_helmet", + "meta167": 21, + "0chance167": 0.05, + "1chance167": 0.05, + "2chance167": 0.025, + "3chance167": 0.05, + "0pair167": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair167": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair167": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair167": "{\n \"left\": 0,\n \"right\": 0\n}", + "name168": "minecraft:chainmail_helmet", + "meta168": 22, + "0chance168": 0.05, + "1chance168": 0.05, + "2chance168": 0.0, + "3chance168": 0.025, + "0pair168": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair168": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair168": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair168": "{\n \"left\": 0,\n \"right\": 0\n}", + "name169": "minecraft:chainmail_helmet", + "meta169": 23, + "0chance169": 0.05, + "1chance169": 0.1, + "2chance169": 0.025, + "3chance169": 0.025, + "0pair169": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair169": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair169": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair169": "{\n \"left\": 0,\n \"right\": 0\n}", + "name170": "minecraft:chainmail_helmet", + "meta170": 24, + "0chance170": 0.025, + "1chance170": 0.025, + "2chance170": 0.025, + "3chance170": 0.0, + "0pair170": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair170": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair170": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair170": "{\n \"left\": 0,\n \"right\": 0\n}", + "name171": "minecraft:chainmail_helmet", + "meta171": 25, + "0chance171": 0.025, + "1chance171": 0.05, + "2chance171": 0.05, + "3chance171": 0.025, + "0pair171": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair171": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair171": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair171": "{\n \"left\": 0,\n \"right\": 0\n}", + "name172": "minecraft:chainmail_helmet", + "meta172": 26, + "0chance172": 0.0, + "1chance172": 0.05, + "2chance172": 0.075, + "3chance172": 0.025, + "0pair172": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair172": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair172": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair172": "{\n \"left\": 0,\n \"right\": 1\n}", + "name173": "minecraft:chainmail_helmet", + "meta173": 27, + "0chance173": 0.0, + "1chance173": 0.075, + "2chance173": 0.025, + "3chance173": 0.025, + "0pair173": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair173": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair173": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair173": "{\n \"left\": 0,\n \"right\": 0\n}", + "name174": "minecraft:chainmail_chestplate", + "meta174": 0, + "0chance174": 0.0, + "1chance174": 0.05, + "2chance174": 0.075, + "3chance174": 0.05, + "0pair174": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair174": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair174": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair174": "{\n \"left\": 0,\n \"right\": 1\n}", + "name175": "minecraft:chainmail_chestplate", + "meta175": 1, + "0chance175": 0.075, + "1chance175": 0.0, + "2chance175": 0.025, + "3chance175": 0.025, + "0pair175": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair175": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair175": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair175": "{\n \"left\": 0,\n \"right\": 0\n}", + "name176": "minecraft:chainmail_chestplate", + "meta176": 2, + "0chance176": 0.025, + "1chance176": 0.025, + "2chance176": 0.025, + "3chance176": 0.0, + "0pair176": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair176": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair176": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair176": "{\n \"left\": 0,\n \"right\": 0\n}", + "name177": "minecraft:chainmail_chestplate", + "meta177": 3, + "0chance177": 0.025, + "1chance177": 0.075, + "2chance177": 0.025, + "3chance177": 0.025, + "0pair177": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair177": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair177": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair177": "{\n \"left\": 0,\n \"right\": 1\n}", + "name178": "minecraft:chainmail_chestplate", + "meta178": 4, + "0chance178": 0.025, + "1chance178": 0.0, + "2chance178": 0.025, + "3chance178": 0.025, + "0pair178": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair178": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair178": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair178": "{\n \"left\": 0,\n \"right\": 0\n}", + "name179": "minecraft:chainmail_chestplate", + "meta179": 5, + "0chance179": 0.0, + "1chance179": 0.025, + "2chance179": 0.05, + "3chance179": 0.075, + "0pair179": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair179": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair179": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair179": "{\n \"left\": 0,\n \"right\": 0\n}", + "name180": "minecraft:chainmail_chestplate", + "meta180": 6, + "0chance180": 0.1, + "1chance180": 0.0, + "2chance180": 0.0, + "3chance180": 0.025, + "0pair180": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair180": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair180": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair180": "{\n \"left\": 0,\n \"right\": 0\n}", + "name181": "minecraft:chainmail_chestplate", + "meta181": 7, + "0chance181": 0.0, + "1chance181": 0.025, + "2chance181": 0.0, + "3chance181": 0.05, + "0pair181": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair181": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair181": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair181": "{\n \"left\": 0,\n \"right\": 1\n}", + "name182": "minecraft:chainmail_chestplate", + "meta182": 8, + "0chance182": 0.025, + "1chance182": 0.075, + "2chance182": 0.025, + "3chance182": 0.0, + "0pair182": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair182": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair182": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair182": "{\n \"left\": 0,\n \"right\": 0\n}", + "name183": "minecraft:chainmail_chestplate", + "meta183": 9, + "0chance183": 0.025, + "1chance183": 0.025, + "2chance183": 0.025, + "3chance183": 0.025, + "0pair183": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair183": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair183": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair183": "{\n \"left\": 0,\n \"right\": 0\n}", + "name184": "minecraft:chainmail_chestplate", + "meta184": 10, + "0chance184": 0.025, + "1chance184": 0.05, + "2chance184": 0.05, + "3chance184": 0.025, + "0pair184": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair184": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair184": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair184": "{\n \"left\": 0,\n \"right\": 0\n}", + "name185": "minecraft:chainmail_chestplate", + "meta185": 11, + "0chance185": 0.025, + "1chance185": 0.0, + "2chance185": 0.075, + "3chance185": 0.0, + "0pair185": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair185": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair185": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair185": "{\n \"left\": 0,\n \"right\": 0\n}", + "name186": "minecraft:chainmail_chestplate", + "meta186": 12, + "0chance186": 0.05, + "1chance186": 0.05, + "2chance186": 0.025, + "3chance186": 0.0, + "0pair186": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair186": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair186": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair186": "{\n \"left\": 0,\n \"right\": 0\n}", + "name187": "minecraft:chainmail_chestplate", + "meta187": 13, + "0chance187": 0.0, + "1chance187": 0.0, + "2chance187": 0.05, + "3chance187": 0.05, + "0pair187": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair187": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair187": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair187": "{\n \"left\": 0,\n \"right\": 0\n}", + "name188": "minecraft:chainmail_chestplate", + "meta188": 14, + "0chance188": 0.0, + "1chance188": 0.05, + "2chance188": 0.0, + "3chance188": 0.0, + "0pair188": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair188": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair188": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair188": "{\n \"left\": 0,\n \"right\": 0\n}", + "name189": "minecraft:chainmail_chestplate", + "meta189": 15, + "0chance189": 0.05, + "1chance189": 0.075, + "2chance189": 0.0, + "3chance189": 0.025, + "0pair189": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair189": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair189": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair189": "{\n \"left\": 0,\n \"right\": 0\n}", + "name190": "minecraft:chainmail_chestplate", + "meta190": 16, + "0chance190": 0.0, + "1chance190": 0.025, + "2chance190": 0.025, + "3chance190": 0.025, + "0pair190": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair190": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair190": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair190": "{\n \"left\": 0,\n \"right\": 1\n}", + "name191": "minecraft:chainmail_chestplate", + "meta191": 17, + "0chance191": 0.025, + "1chance191": 0.025, + "2chance191": 0.025, + "3chance191": 0.0, + "0pair191": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair191": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair191": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair191": "{\n \"left\": 0,\n \"right\": 0\n}", + "name192": "minecraft:chainmail_chestplate", + "meta192": 18, + "0chance192": 0.0, + "1chance192": 0.0, + "2chance192": 0.05, + "3chance192": 0.025, + "0pair192": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair192": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair192": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair192": "{\n \"left\": 0,\n \"right\": 1\n}", + "name193": "minecraft:chainmail_chestplate", + "meta193": 19, + "0chance193": 0.025, + "1chance193": 0.025, + "2chance193": 0.0, + "3chance193": 0.025, + "0pair193": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair193": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair193": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair193": "{\n \"left\": 0,\n \"right\": 0\n}", + "name194": "minecraft:chainmail_chestplate", + "meta194": 20, + "0chance194": 0.05, + "1chance194": 0.05, + "2chance194": 0.0, + "3chance194": 0.0, + "0pair194": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair194": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair194": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair194": "{\n \"left\": 0,\n \"right\": 0\n}", + "name195": "minecraft:chainmail_chestplate", + "meta195": 21, + "0chance195": 0.075, + "1chance195": 0.025, + "2chance195": 0.025, + "3chance195": 0.025, + "0pair195": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair195": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair195": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair195": "{\n \"left\": 0,\n \"right\": 1\n}", + "name196": "minecraft:chainmail_chestplate", + "meta196": 22, + "0chance196": 0.025, + "1chance196": 0.0, + "2chance196": 0.025, + "3chance196": 0.025, + "0pair196": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair196": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair196": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair196": "{\n \"left\": 0,\n \"right\": 0\n}", + "name197": "minecraft:chainmail_chestplate", + "meta197": 23, + "0chance197": 0.0, + "1chance197": 0.05, + "2chance197": 0.0, + "3chance197": 0.0, + "0pair197": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair197": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair197": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair197": "{\n \"left\": 0,\n \"right\": 0\n}", + "name198": "minecraft:chainmail_chestplate", + "meta198": 24, + "0chance198": 0.05, + "1chance198": 0.0, + "2chance198": 0.0, + "3chance198": 0.025, + "0pair198": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair198": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair198": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair198": "{\n \"left\": 0,\n \"right\": 0\n}", + "name199": "minecraft:chainmail_chestplate", + "meta199": 25, + "0chance199": 0.025, + "1chance199": 0.0, + "2chance199": 0.05, + "3chance199": 0.05, + "0pair199": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair199": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair199": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair199": "{\n \"left\": 0,\n \"right\": 0\n}", + "name200": "minecraft:chainmail_chestplate", + "meta200": 26, + "0chance200": 0.025, + "1chance200": 0.025, + "2chance200": 0.075, + "3chance200": 0.025, + "0pair200": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair200": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair200": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair200": "{\n \"left\": 0,\n \"right\": 1\n}", + "name201": "minecraft:chainmail_chestplate", + "meta201": 27, + "0chance201": 0.0, + "1chance201": 0.05, + "2chance201": 0.05, + "3chance201": 0.0, + "0pair201": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair201": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair201": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair201": "{\n \"left\": 0,\n \"right\": 0\n}", + "name202": "minecraft:chainmail_chestplate", + "meta202": 28, + "0chance202": 0.05, + "1chance202": 0.05, + "2chance202": 0.025, + "3chance202": 0.05, + "0pair202": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair202": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair202": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair202": "{\n \"left\": 0,\n \"right\": 1\n}", + "name203": "minecraft:chainmail_chestplate", + "meta203": 29, + "0chance203": 0.0, + "1chance203": 0.025, + "2chance203": 0.0, + "3chance203": 0.075, + "0pair203": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair203": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair203": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair203": "{\n \"left\": 0,\n \"right\": 1\n}", + "name204": "minecraft:chainmail_chestplate", + "meta204": 30, + "0chance204": 0.0, + "1chance204": 0.0, + "2chance204": 0.0, + "3chance204": 0.025, + "0pair204": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair204": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair204": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair204": "{\n \"left\": 0,\n \"right\": 1\n}", + "name205": "minecraft:chainmail_chestplate", + "meta205": 31, + "0chance205": 0.05, + "1chance205": 0.05, + "2chance205": 0.025, + "3chance205": 0.0, + "0pair205": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair205": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair205": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair205": "{\n \"left\": 0,\n \"right\": 0\n}", + "name206": "minecraft:chainmail_chestplate", + "meta206": 32, + "0chance206": 0.025, + "1chance206": 0.025, + "2chance206": 0.025, + "3chance206": 0.05, + "0pair206": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair206": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair206": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair206": "{\n \"left\": 0,\n \"right\": 0\n}", + "name207": "minecraft:chainmail_chestplate", + "meta207": 33, + "0chance207": 0.025, + "1chance207": 0.025, + "2chance207": 0.025, + "3chance207": 0.025, + "0pair207": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair207": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair207": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair207": "{\n \"left\": 0,\n \"right\": 0\n}", + "name208": "minecraft:chainmail_chestplate", + "meta208": 34, + "0chance208": 0.025, + "1chance208": 0.0, + "2chance208": 0.0, + "3chance208": 0.025, + "0pair208": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair208": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair208": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair208": "{\n \"left\": 0,\n \"right\": 0\n}", + "name209": "minecraft:chainmail_chestplate", + "meta209": 35, + "0chance209": 0.025, + "1chance209": 0.075, + "2chance209": 0.0, + "3chance209": 0.0, + "0pair209": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair209": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair209": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair209": "{\n \"left\": 0,\n \"right\": 0\n}", + "name210": "minecraft:chainmail_chestplate", + "meta210": 36, + "0chance210": 0.0, + "1chance210": 0.025, + "2chance210": 0.0, + "3chance210": 0.025, + "0pair210": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair210": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair210": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair210": "{\n \"left\": 0,\n \"right\": 0\n}", + "name211": "minecraft:chainmail_chestplate", + "meta211": 37, + "0chance211": 0.125, + "1chance211": 0.025, + "2chance211": 0.075, + "3chance211": 0.025, + "0pair211": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair211": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair211": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair211": "{\n \"left\": 0,\n \"right\": 1\n}", + "name212": "minecraft:chainmail_chestplate", + "meta212": 38, + "0chance212": 0.0, + "1chance212": 0.0, + "2chance212": 0.025, + "3chance212": 0.025, + "0pair212": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair212": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair212": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair212": "{\n \"left\": 0,\n \"right\": 1\n}", + "name213": "minecraft:chainmail_chestplate", + "meta213": 39, + "0chance213": 0.025, + "1chance213": 0.0, + "2chance213": 0.0, + "3chance213": 0.0, + "0pair213": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair213": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair213": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair213": "{\n \"left\": 0,\n \"right\": 0\n}", + "name214": "minecraft:chainmail_chestplate", + "meta214": 40, + "0chance214": 0.025, + "1chance214": 0.025, + "2chance214": 0.05, + "3chance214": 0.025, + "0pair214": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair214": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair214": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair214": "{\n \"left\": 0,\n \"right\": 0\n}", + "name215": "minecraft:chainmail_leggings", + "meta215": 0, + "0chance215": 0.0, + "1chance215": 0.05, + "2chance215": 0.0, + "3chance215": 0.05, + "0pair215": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair215": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair215": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair215": "{\n \"left\": 0,\n \"right\": 0\n}", + "name216": "minecraft:chainmail_leggings", + "meta216": 1, + "0chance216": 0.0, + "1chance216": 0.05, + "2chance216": 0.0, + "3chance216": 0.025, + "0pair216": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair216": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair216": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair216": "{\n \"left\": 0,\n \"right\": 0\n}", + "name217": "minecraft:chainmail_leggings", + "meta217": 2, + "0chance217": 0.0, + "1chance217": 0.075, + "2chance217": 0.025, + "3chance217": 0.125, + "0pair217": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair217": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair217": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair217": "{\n \"left\": 0,\n \"right\": 1\n}", + "name218": "minecraft:chainmail_leggings", + "meta218": 3, + "0chance218": 0.025, + "1chance218": 0.025, + "2chance218": 0.025, + "3chance218": 0.075, + "0pair218": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair218": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair218": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair218": "{\n \"left\": 0,\n \"right\": 0\n}", + "name219": "minecraft:chainmail_leggings", + "meta219": 4, + "0chance219": 0.05, + "1chance219": 0.05, + "2chance219": 0.05, + "3chance219": 0.025, + "0pair219": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair219": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair219": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair219": "{\n \"left\": 0,\n \"right\": 0\n}", + "name220": "minecraft:chainmail_leggings", + "meta220": 5, + "0chance220": 0.0, + "1chance220": 0.0, + "2chance220": 0.025, + "3chance220": 0.025, + "0pair220": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair220": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair220": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair220": "{\n \"left\": 0,\n \"right\": 1\n}", + "name221": "minecraft:chainmail_leggings", + "meta221": 6, + "0chance221": 0.025, + "1chance221": 0.025, + "2chance221": 0.025, + "3chance221": 0.05, + "0pair221": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair221": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair221": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair221": "{\n \"left\": 0,\n \"right\": 0\n}", + "name222": "minecraft:chainmail_leggings", + "meta222": 7, + "0chance222": 0.0, + "1chance222": 0.075, + "2chance222": 0.025, + "3chance222": 0.025, + "0pair222": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair222": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair222": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair222": "{\n \"left\": 0,\n \"right\": 1\n}", + "name223": "minecraft:chainmail_leggings", + "meta223": 8, + "0chance223": 0.075, + "1chance223": 0.025, + "2chance223": 0.05, + "3chance223": 0.0, + "0pair223": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair223": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair223": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair223": "{\n \"left\": 0,\n \"right\": 0\n}", + "name224": "minecraft:chainmail_leggings", + "meta224": 9, + "0chance224": 0.025, + "1chance224": 0.0, + "2chance224": 0.05, + "3chance224": 0.0, + "0pair224": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair224": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair224": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair224": "{\n \"left\": 0,\n \"right\": 0\n}", + "name225": "minecraft:chainmail_leggings", + "meta225": 10, + "0chance225": 0.0, + "1chance225": 0.0, + "2chance225": 0.05, + "3chance225": 0.0, + "0pair225": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair225": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair225": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair225": "{\n \"left\": 0,\n \"right\": 0\n}", + "name226": "minecraft:chainmail_leggings", + "meta226": 11, + "0chance226": 0.025, + "1chance226": 0.0, + "2chance226": 0.025, + "3chance226": 0.0, + "0pair226": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair226": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair226": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair226": "{\n \"left\": 0,\n \"right\": 0\n}", + "name227": "minecraft:chainmail_leggings", + "meta227": 12, + "0chance227": 0.025, + "1chance227": 0.025, + "2chance227": 0.025, + "3chance227": 0.05, + "0pair227": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair227": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair227": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair227": "{\n \"left\": 0,\n \"right\": 0\n}", + "name228": "minecraft:chainmail_leggings", + "meta228": 14, + "0chance228": 0.0, + "1chance228": 0.025, + "2chance228": 0.025, + "3chance228": 0.05, + "0pair228": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair228": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair228": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair228": "{\n \"left\": 0,\n \"right\": 0\n}", + "name229": "minecraft:chainmail_leggings", + "meta229": 15, + "0chance229": 0.025, + "1chance229": 0.075, + "2chance229": 0.025, + "3chance229": 0.025, + "0pair229": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair229": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair229": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair229": "{\n \"left\": 0,\n \"right\": 1\n}", + "name230": "minecraft:chainmail_leggings", + "meta230": 16, + "0chance230": 0.025, + "1chance230": 0.075, + "2chance230": 0.025, + "3chance230": 0.125, + "0pair230": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair230": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair230": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair230": "{\n \"left\": 0,\n \"right\": 1\n}", + "name231": "minecraft:chainmail_leggings", + "meta231": 17, + "0chance231": 0.025, + "1chance231": 0.075, + "2chance231": 0.0, + "3chance231": 0.025, + "0pair231": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair231": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair231": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair231": "{\n \"left\": 0,\n \"right\": 1\n}", + "name232": "minecraft:chainmail_leggings", + "meta232": 18, + "0chance232": 0.025, + "1chance232": 0.0, + "2chance232": 0.025, + "3chance232": 0.025, + "0pair232": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair232": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair232": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair232": "{\n \"left\": 0,\n \"right\": 0\n}", + "name233": "minecraft:chainmail_leggings", + "meta233": 19, + "0chance233": 0.025, + "1chance233": 0.0, + "2chance233": 0.1, + "3chance233": 0.0, + "0pair233": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair233": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair233": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair233": "{\n \"left\": 0,\n \"right\": 0\n}", + "name234": "minecraft:chainmail_leggings", + "meta234": 20, + "0chance234": 0.05, + "1chance234": 0.05, + "2chance234": 0.0, + "3chance234": 0.0, + "0pair234": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair234": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair234": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair234": "{\n \"left\": 0,\n \"right\": 0\n}", + "name235": "minecraft:chainmail_leggings", + "meta235": 21, + "0chance235": 0.05, + "1chance235": 0.05, + "2chance235": 0.05, + "3chance235": 0.075, + "0pair235": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair235": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair235": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair235": "{\n \"left\": 0,\n \"right\": 1\n}", + "name236": "minecraft:chainmail_leggings", + "meta236": 22, + "0chance236": 0.0, + "1chance236": 0.0, + "2chance236": 0.05, + "3chance236": 0.025, + "0pair236": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair236": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair236": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair236": "{\n \"left\": 0,\n \"right\": 0\n}", + "name237": "minecraft:chainmail_leggings", + "meta237": 23, + "0chance237": 0.0, + "1chance237": 0.025, + "2chance237": 0.025, + "3chance237": 0.0, + "0pair237": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair237": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair237": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair237": "{\n \"left\": 0,\n \"right\": 0\n}", + "name238": "minecraft:chainmail_leggings", + "meta238": 24, + "0chance238": 0.025, + "1chance238": 0.0, + "2chance238": 0.025, + "3chance238": 0.0, + "0pair238": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair238": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair238": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair238": "{\n \"left\": 0,\n \"right\": 0\n}", + "name239": "minecraft:chainmail_leggings", + "meta239": 25, + "0chance239": 0.025, + "1chance239": 0.0, + "2chance239": 0.0, + "3chance239": 0.025, + "0pair239": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair239": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair239": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair239": "{\n \"left\": 0,\n \"right\": 1\n}", + "name240": "minecraft:chainmail_leggings", + "meta240": 26, + "0chance240": 0.025, + "1chance240": 0.025, + "2chance240": 0.025, + "3chance240": 0.025, + "0pair240": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair240": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair240": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair240": "{\n \"left\": 0,\n \"right\": 0\n}", + "name241": "minecraft:chainmail_leggings", + "meta241": 27, + "0chance241": 0.025, + "1chance241": 0.0, + "2chance241": 0.025, + "3chance241": 0.0, + "0pair241": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair241": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair241": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair241": "{\n \"left\": 0,\n \"right\": 0\n}", + "name242": "minecraft:chainmail_leggings", + "meta242": 28, + "0chance242": 0.0, + "1chance242": 0.05, + "2chance242": 0.05, + "3chance242": 0.025, + "0pair242": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair242": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair242": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair242": "{\n \"left\": 0,\n \"right\": 0\n}", + "name243": "minecraft:chainmail_leggings", + "meta243": 29, + "0chance243": 0.05, + "1chance243": 0.05, + "2chance243": 0.0, + "3chance243": 0.025, + "0pair243": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair243": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair243": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair243": "{\n \"left\": 0,\n \"right\": 0\n}", + "name244": "minecraft:chainmail_leggings", + "meta244": 30, + "0chance244": 0.025, + "1chance244": 0.05, + "2chance244": 0.0, + "3chance244": 0.05, + "0pair244": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair244": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair244": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair244": "{\n \"left\": 0,\n \"right\": 0\n}", + "name245": "minecraft:chainmail_leggings", + "meta245": 31, + "0chance245": 0.075, + "1chance245": 0.025, + "2chance245": 0.025, + "3chance245": 0.0, + "0pair245": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair245": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair245": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair245": "{\n \"left\": 0,\n \"right\": 0\n}", + "name246": "minecraft:chainmail_leggings", + "meta246": 32, + "0chance246": 0.0, + "1chance246": 0.05, + "2chance246": 0.025, + "3chance246": 0.025, + "0pair246": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair246": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair246": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair246": "{\n \"left\": 0,\n \"right\": 1\n}", + "name247": "minecraft:chainmail_leggings", + "meta247": 33, + "0chance247": 0.0, + "1chance247": 0.1, + "2chance247": 0.0, + "3chance247": 0.025, + "0pair247": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair247": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair247": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair247": "{\n \"left\": 0,\n \"right\": 0\n}", + "name248": "minecraft:chainmail_leggings", + "meta248": 34, + "0chance248": 0.025, + "1chance248": 0.0, + "2chance248": 0.0, + "3chance248": 0.0, + "0pair248": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair248": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair248": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair248": "{\n \"left\": 0,\n \"right\": 0\n}", + "name249": "minecraft:chainmail_leggings", + "meta249": 35, + "0chance249": 0.05, + "1chance249": 0.025, + "2chance249": 0.05, + "3chance249": 0.025, + "0pair249": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair249": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair249": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair249": "{\n \"left\": 0,\n \"right\": 0\n}", + "name250": "minecraft:chainmail_leggings", + "meta250": 36, + "0chance250": 0.0, + "1chance250": 0.0, + "2chance250": 0.0, + "3chance250": 0.05, + "0pair250": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair250": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair250": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair250": "{\n \"left\": 0,\n \"right\": 1\n}", + "name251": "minecraft:chainmail_leggings", + "meta251": 37, + "0chance251": 0.0, + "1chance251": 0.0, + "2chance251": 0.0, + "3chance251": 0.025, + "0pair251": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair251": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair251": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair251": "{\n \"left\": 0,\n \"right\": 1\n}", + "name252": "minecraft:chainmail_boots", + "meta252": 1, + "0chance252": 0.1, + "1chance252": 0.0, + "2chance252": 0.025, + "3chance252": 0.05, + "0pair252": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair252": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair252": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair252": "{\n \"left\": 0,\n \"right\": 0\n}", + "name253": "minecraft:chainmail_boots", + "meta253": 2, + "0chance253": 0.075, + "1chance253": 0.025, + "2chance253": 0.025, + "3chance253": 0.025, + "0pair253": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair253": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair253": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair253": "{\n \"left\": 0,\n \"right\": 0\n}", + "name254": "minecraft:chainmail_boots", + "meta254": 3, + "0chance254": 0.0, + "1chance254": 0.025, + "2chance254": 0.025, + "3chance254": 0.05, + "0pair254": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair254": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair254": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair254": "{\n \"left\": 0,\n \"right\": 1\n}", + "name255": "minecraft:chainmail_boots", + "meta255": 4, + "0chance255": 0.05, + "1chance255": 0.0, + "2chance255": 0.075, + "3chance255": 0.05, + "0pair255": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair255": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair255": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair255": "{\n \"left\": 0,\n \"right\": 0\n}", + "name256": "minecraft:chainmail_boots", + "meta256": 5, + "0chance256": 0.05, + "1chance256": 0.0, + "2chance256": 0.025, + "3chance256": 0.025, + "0pair256": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair256": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair256": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair256": "{\n \"left\": 0,\n \"right\": 0\n}", + "name257": "minecraft:chainmail_boots", + "meta257": 6, + "0chance257": 0.0, + "1chance257": 0.025, + "2chance257": 0.025, + "3chance257": 0.0, + "0pair257": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair257": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair257": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair257": "{\n \"left\": 0,\n \"right\": 0\n}", + "name258": "minecraft:chainmail_boots", + "meta258": 7, + "0chance258": 0.025, + "1chance258": 0.075, + "2chance258": 0.05, + "3chance258": 0.05, + "0pair258": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair258": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair258": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair258": "{\n \"left\": 0,\n \"right\": 1\n}", + "name259": "minecraft:chainmail_boots", + "meta259": 8, + "0chance259": 0.025, + "1chance259": 0.025, + "2chance259": 0.0, + "3chance259": 0.0, + "0pair259": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair259": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair259": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair259": "{\n \"left\": 0,\n \"right\": 0\n}", + "name260": "minecraft:chainmail_boots", + "meta260": 9, + "0chance260": 0.025, + "1chance260": 0.025, + "2chance260": 0.075, + "3chance260": 0.05, + "0pair260": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair260": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair260": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair260": "{\n \"left\": 0,\n \"right\": 1\n}", + "name261": "minecraft:chainmail_boots", + "meta261": 10, + "0chance261": 0.0, + "1chance261": 0.0, + "2chance261": 0.025, + "3chance261": 0.0, + "0pair261": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair261": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair261": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair261": "{\n \"left\": 0,\n \"right\": 0\n}", + "name262": "minecraft:chainmail_boots", + "meta262": 11, + "0chance262": 0.025, + "1chance262": 0.0, + "2chance262": 0.0, + "3chance262": 0.0, + "0pair262": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair262": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair262": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair262": "{\n \"left\": 0,\n \"right\": 0\n}", + "name263": "minecraft:chainmail_boots", + "meta263": 12, + "0chance263": 0.1, + "1chance263": 0.0, + "2chance263": 0.025, + "3chance263": 0.0, + "0pair263": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair263": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair263": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair263": "{\n \"left\": 0,\n \"right\": 0\n}", + "name264": "minecraft:chainmail_boots", + "meta264": 13, + "0chance264": 0.025, + "1chance264": 0.025, + "2chance264": 0.0, + "3chance264": 0.025, + "0pair264": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair264": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair264": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair264": "{\n \"left\": 0,\n \"right\": 0\n}", + "name265": "minecraft:chainmail_boots", + "meta265": 14, + "0chance265": 0.0, + "1chance265": 0.0, + "2chance265": 0.025, + "3chance265": 0.0, + "0pair265": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair265": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair265": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair265": "{\n \"left\": 0,\n \"right\": 0\n}", + "name266": "minecraft:chainmail_boots", + "meta266": 15, + "0chance266": 0.025, + "1chance266": 0.075, + "2chance266": 0.0, + "3chance266": 0.0, + "0pair266": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair266": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair266": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair266": "{\n \"left\": 0,\n \"right\": 0\n}", + "name267": "minecraft:chainmail_boots", + "meta267": 16, + "0chance267": 0.075, + "1chance267": 0.025, + "2chance267": 0.0, + "3chance267": 0.0, + "0pair267": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair267": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair267": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair267": "{\n \"left\": 0,\n \"right\": 0\n}", + "name268": "minecraft:chainmail_boots", + "meta268": 17, + "0chance268": 0.025, + "1chance268": 0.0, + "2chance268": 0.0, + "3chance268": 0.025, + "0pair268": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair268": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair268": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair268": "{\n \"left\": 0,\n \"right\": 0\n}", + "name269": "minecraft:chainmail_boots", + "meta269": 18, + "0chance269": 0.05, + "1chance269": 0.0, + "2chance269": 0.025, + "3chance269": 0.025, + "0pair269": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair269": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair269": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair269": "{\n \"left\": 0,\n \"right\": 0\n}", + "name270": "minecraft:chainmail_boots", + "meta270": 19, + "0chance270": 0.025, + "1chance270": 0.025, + "2chance270": 0.025, + "3chance270": 0.025, + "0pair270": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair270": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair270": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair270": "{\n \"left\": 0,\n \"right\": 0\n}", + "name271": "minecraft:chainmail_boots", + "meta271": 20, + "0chance271": 0.0, + "1chance271": 0.025, + "2chance271": 0.025, + "3chance271": 0.05, + "0pair271": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair271": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair271": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair271": "{\n \"left\": 0,\n \"right\": 1\n}", + "name272": "minecraft:chainmail_boots", + "meta272": 21, + "0chance272": 0.025, + "1chance272": 0.025, + "2chance272": 0.025, + "3chance272": 0.025, + "0pair272": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair272": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair272": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair272": "{\n \"left\": 0,\n \"right\": 1\n}", + "name273": "minecraft:chainmail_boots", + "meta273": 22, + "0chance273": 0.0, + "1chance273": 0.075, + "2chance273": 0.025, + "3chance273": 0.05, + "0pair273": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair273": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair273": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair273": "{\n \"left\": 0,\n \"right\": 1\n}", + "name274": "minecraft:chainmail_boots", + "meta274": 23, + "0chance274": 0.0, + "1chance274": 0.0, + "2chance274": 0.025, + "3chance274": 0.05, + "0pair274": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair274": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair274": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair274": "{\n \"left\": 0,\n \"right\": 0\n}", + "name275": "minecraft:chainmail_boots", + "meta275": 24, + "0chance275": 0.025, + "1chance275": 0.05, + "2chance275": 0.0, + "3chance275": 0.025, + "0pair275": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair275": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair275": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair275": "{\n \"left\": 0,\n \"right\": 0\n}", + "name276": "minecraft:chainmail_boots", + "meta276": 25, + "0chance276": 0.075, + "1chance276": 0.0, + "2chance276": 0.1, + "3chance276": 0.05, + "0pair276": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair276": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair276": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair276": "{\n \"left\": 0,\n \"right\": 0\n}", + "name277": "minecraft:chainmail_boots", + "meta277": 26, + "0chance277": 0.1, + "1chance277": 0.05, + "2chance277": 0.075, + "3chance277": 0.025, + "0pair277": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair277": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair277": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair277": "{\n \"left\": 0,\n \"right\": 1\n}", + "name278": "minecraft:chainmail_boots", + "meta278": 27, + "0chance278": 0.0, + "1chance278": 0.0, + "2chance278": 0.025, + "3chance278": 0.0, + "0pair278": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair278": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair278": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair278": "{\n \"left\": 0,\n \"right\": 0\n}", + "name279": "minecraft:chainmail_boots", + "meta279": 28, + "0chance279": 0.025, + "1chance279": 0.0, + "2chance279": 0.0, + "3chance279": 0.05, + "0pair279": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair279": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair279": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair279": "{\n \"left\": 0,\n \"right\": 0\n}", + "name280": "minecraft:chainmail_boots", + "meta280": 29, + "0chance280": 0.025, + "1chance280": 0.025, + "2chance280": 0.025, + "3chance280": 0.05, + "0pair280": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair280": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair280": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair280": "{\n \"left\": 0,\n \"right\": 0\n}", + "name281": "minecraft:chainmail_boots", + "meta281": 30, + "0chance281": 0.025, + "1chance281": 0.025, + "2chance281": 0.0, + "3chance281": 0.025, + "0pair281": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair281": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair281": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair281": "{\n \"left\": 0,\n \"right\": 0\n}", + "name282": "minecraft:chainmail_boots", + "meta282": 31, + "0chance282": 0.025, + "1chance282": 0.025, + "2chance282": 0.0, + "3chance282": 0.05, + "0pair282": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair282": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair282": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair282": "{\n \"left\": 0,\n \"right\": 1\n}", + "name283": "minecraft:chainmail_boots", + "meta283": 32, + "0chance283": 0.025, + "1chance283": 0.025, + "2chance283": 0.15, + "3chance283": 0.0, + "0pair283": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair283": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair283": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair283": "{\n \"left\": 0,\n \"right\": 0\n}", + "name284": "minecraft:iron_helmet", + "meta284": 0, + "0chance284": 0.025, + "1chance284": 0.0, + "2chance284": 0.0, + "3chance284": 0.0, + "0pair284": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair284": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair284": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair284": "{\n \"left\": 0,\n \"right\": 0\n}", + "name285": "minecraft:iron_helmet", + "meta285": 2, + "0chance285": 0.025, + "1chance285": 0.0, + "2chance285": 0.025, + "3chance285": 0.0, + "0pair285": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair285": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair285": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair285": "{\n \"left\": 0,\n \"right\": 0\n}", + "name286": "minecraft:iron_helmet", + "meta286": 3, + "0chance286": 0.0, + "1chance286": 0.025, + "2chance286": 0.0, + "3chance286": 0.0, + "0pair286": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair286": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair286": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair286": "{\n \"left\": 0,\n \"right\": 0\n}", + "name287": "minecraft:iron_helmet", + "meta287": 4, + "0chance287": 0.025, + "1chance287": 0.0, + "2chance287": 0.0, + "3chance287": 0.0, + "0pair287": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair287": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair287": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair287": "{\n \"left\": 0,\n \"right\": 0\n}", + "name288": "minecraft:iron_helmet", + "meta288": 6, + "0chance288": 0.0, + "1chance288": 0.025, + "2chance288": 0.0, + "3chance288": 0.0, + "0pair288": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair288": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair288": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair288": "{\n \"left\": 0,\n \"right\": 0\n}", + "name289": "minecraft:iron_helmet", + "meta289": 7, + "0chance289": 0.0, + "1chance289": 0.0, + "2chance289": 0.025, + "3chance289": 0.0, + "0pair289": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair289": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair289": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair289": "{\n \"left\": 0,\n \"right\": 0\n}", + "name290": "minecraft:iron_helmet", + "meta290": 8, + "0chance290": 0.025, + "1chance290": 0.0, + "2chance290": 0.025, + "3chance290": 0.025, + "0pair290": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair290": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair290": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair290": "{\n \"left\": 0,\n \"right\": 0\n}", + "name291": "minecraft:iron_helmet", + "meta291": 9, + "0chance291": 0.0, + "1chance291": 0.025, + "2chance291": 0.025, + "3chance291": 0.025, + "0pair291": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair291": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair291": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair291": "{\n \"left\": 0,\n \"right\": 0\n}", + "name292": "minecraft:iron_helmet", + "meta292": 10, + "0chance292": 0.0, + "1chance292": 0.025, + "2chance292": 0.0, + "3chance292": 0.0, + "0pair292": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair292": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair292": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair292": "{\n \"left\": 0,\n \"right\": 0\n}", + "name293": "minecraft:iron_helmet", + "meta293": 11, + "0chance293": 0.0, + "1chance293": 0.025, + "2chance293": 0.0, + "3chance293": 0.0, + "0pair293": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair293": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair293": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair293": "{\n \"left\": 0,\n \"right\": 0\n}", + "name294": "minecraft:iron_helmet", + "meta294": 12, + "0chance294": 0.0, + "1chance294": 0.0, + "2chance294": 0.0, + "3chance294": 0.025, + "0pair294": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair294": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair294": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair294": "{\n \"left\": 0,\n \"right\": 1\n}", + "name295": "minecraft:iron_helmet", + "meta295": 13, + "0chance295": 0.0, + "1chance295": 0.05, + "2chance295": 0.025, + "3chance295": 0.0, + "0pair295": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair295": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair295": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair295": "{\n \"left\": 0,\n \"right\": 0\n}", + "name296": "minecraft:iron_helmet", + "meta296": 14, + "0chance296": 0.0, + "1chance296": 0.0, + "2chance296": 0.025, + "3chance296": 0.0, + "0pair296": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair296": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair296": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair296": "{\n \"left\": 0,\n \"right\": 0\n}", + "name297": "minecraft:iron_helmet", + "meta297": 15, + "0chance297": 0.0, + "1chance297": 0.0, + "2chance297": 0.0, + "3chance297": 0.025, + "0pair297": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair297": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair297": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair297": "{\n \"left\": 0,\n \"right\": 1\n}", + "name298": "minecraft:iron_helmet", + "meta298": 16, + "0chance298": 0.025, + "1chance298": 0.0, + "2chance298": 0.0, + "3chance298": 0.0, + "0pair298": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair298": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair298": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair298": "{\n \"left\": 0,\n \"right\": 0\n}", + "name299": "minecraft:iron_helmet", + "meta299": 17, + "0chance299": 0.025, + "1chance299": 0.025, + "2chance299": 0.0, + "3chance299": 0.0, + "0pair299": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair299": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair299": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair299": "{\n \"left\": 0,\n \"right\": 0\n}", + "name300": "minecraft:iron_helmet", + "meta300": 18, + "0chance300": 0.0, + "1chance300": 0.025, + "2chance300": 0.0, + "3chance300": 0.05, + "0pair300": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair300": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair300": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair300": "{\n \"left\": 0,\n \"right\": 0\n}", + "name301": "minecraft:iron_helmet", + "meta301": 19, + "0chance301": 0.025, + "1chance301": 0.0, + "2chance301": 0.0, + "3chance301": 0.0, + "0pair301": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair301": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair301": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair301": "{\n \"left\": 0,\n \"right\": 0\n}", + "name302": "minecraft:iron_helmet", + "meta302": 20, + "0chance302": 0.025, + "1chance302": 0.0, + "2chance302": 0.0, + "3chance302": 0.025, + "0pair302": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair302": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair302": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair302": "{\n \"left\": 0,\n \"right\": 0\n}", + "name303": "minecraft:iron_helmet", + "meta303": 23, + "0chance303": 0.025, + "1chance303": 0.0, + "2chance303": 0.0, + "3chance303": 0.025, + "0pair303": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair303": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair303": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair303": "{\n \"left\": 0,\n \"right\": 1\n}", + "name304": "minecraft:iron_helmet", + "meta304": 24, + "0chance304": 0.0, + "1chance304": 0.025, + "2chance304": 0.0, + "3chance304": 0.0, + "0pair304": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair304": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair304": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair304": "{\n \"left\": 0,\n \"right\": 0\n}", + "name305": "minecraft:iron_helmet", + "meta305": 25, + "0chance305": 0.0, + "1chance305": 0.0, + "2chance305": 0.0, + "3chance305": 0.025, + "0pair305": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair305": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair305": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair305": "{\n \"left\": 0,\n \"right\": 1\n}", + "name306": "minecraft:iron_helmet", + "meta306": 26, + "0chance306": 0.0, + "1chance306": 0.0, + "2chance306": 0.025, + "3chance306": 0.0, + "0pair306": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair306": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair306": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair306": "{\n \"left\": 0,\n \"right\": 0\n}", + "name307": "minecraft:iron_helmet", + "meta307": 27, + "0chance307": 0.025, + "1chance307": 0.025, + "2chance307": 0.05, + "3chance307": 0.0, + "0pair307": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair307": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair307": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair307": "{\n \"left\": 0,\n \"right\": 0\n}", + "name308": "minecraft:iron_chestplate", + "meta308": 0, + "0chance308": 0.025, + "1chance308": 0.0, + "2chance308": 0.0, + "3chance308": 0.025, + "0pair308": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair308": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair308": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair308": "{\n \"left\": 0,\n \"right\": 0\n}", + "name309": "minecraft:iron_chestplate", + "meta309": 1, + "0chance309": 0.05, + "1chance309": 0.0, + "2chance309": 0.0, + "3chance309": 0.0, + "0pair309": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair309": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair309": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair309": "{\n \"left\": 0,\n \"right\": 0\n}", + "name310": "minecraft:iron_chestplate", + "meta310": 3, + "0chance310": 0.0, + "1chance310": 0.025, + "2chance310": 0.0, + "3chance310": 0.0, + "0pair310": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair310": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair310": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair310": "{\n \"left\": 0,\n \"right\": 0\n}", + "name311": "minecraft:iron_chestplate", + "meta311": 4, + "0chance311": 0.025, + "1chance311": 0.0, + "2chance311": 0.025, + "3chance311": 0.025, + "0pair311": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair311": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair311": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair311": "{\n \"left\": 0,\n \"right\": 0\n}", + "name312": "minecraft:iron_chestplate", + "meta312": 5, + "0chance312": 0.0, + "1chance312": 0.0, + "2chance312": 0.05, + "3chance312": 0.025, + "0pair312": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair312": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair312": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair312": "{\n \"left\": 0,\n \"right\": 0\n}", + "name313": "minecraft:iron_chestplate", + "meta313": 7, + "0chance313": 0.0, + "1chance313": 0.0, + "2chance313": 0.025, + "3chance313": 0.0, + "0pair313": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair313": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair313": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair313": "{\n \"left\": 0,\n \"right\": 0\n}", + "name314": "minecraft:iron_chestplate", + "meta314": 9, + "0chance314": 0.025, + "1chance314": 0.0, + "2chance314": 0.025, + "3chance314": 0.0, + "0pair314": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair314": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair314": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair314": "{\n \"left\": 0,\n \"right\": 0\n}", + "name315": "minecraft:iron_chestplate", + "meta315": 10, + "0chance315": 0.0, + "1chance315": 0.0, + "2chance315": 0.0, + "3chance315": 0.025, + "0pair315": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair315": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair315": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair315": "{\n \"left\": 0,\n \"right\": 1\n}", + "name316": "minecraft:iron_chestplate", + "meta316": 12, + "0chance316": 0.025, + "1chance316": 0.0, + "2chance316": 0.0, + "3chance316": 0.0, + "0pair316": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair316": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair316": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair316": "{\n \"left\": 0,\n \"right\": 0\n}", + "name317": "minecraft:iron_chestplate", + "meta317": 15, + "0chance317": 0.0, + "1chance317": 0.025, + "2chance317": 0.0, + "3chance317": 0.0, + "0pair317": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair317": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair317": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair317": "{\n \"left\": 0,\n \"right\": 0\n}", + "name318": "minecraft:iron_chestplate", + "meta318": 20, + "0chance318": 0.0, + "1chance318": 0.0, + "2chance318": 0.025, + "3chance318": 0.0, + "0pair318": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair318": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair318": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair318": "{\n \"left\": 0,\n \"right\": 0\n}", + "name319": "minecraft:iron_chestplate", + "meta319": 22, + "0chance319": 0.025, + "1chance319": 0.025, + "2chance319": 0.0, + "3chance319": 0.0, + "0pair319": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair319": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair319": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair319": "{\n \"left\": 0,\n \"right\": 0\n}", + "name320": "minecraft:iron_chestplate", + "meta320": 23, + "0chance320": 0.025, + "1chance320": 0.025, + "2chance320": 0.075, + "3chance320": 0.0, + "0pair320": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair320": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair320": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair320": "{\n \"left\": 0,\n \"right\": 0\n}", + "name321": "minecraft:iron_chestplate", + "meta321": 25, + "0chance321": 0.0, + "1chance321": 0.0, + "2chance321": 0.025, + "3chance321": 0.0, + "0pair321": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair321": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair321": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair321": "{\n \"left\": 0,\n \"right\": 0\n}", + "name322": "minecraft:iron_chestplate", + "meta322": 28, + "0chance322": 0.0, + "1chance322": 0.025, + "2chance322": 0.0, + "3chance322": 0.0, + "0pair322": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair322": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair322": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair322": "{\n \"left\": 0,\n \"right\": 0\n}", + "name323": "minecraft:iron_chestplate", + "meta323": 30, + "0chance323": 0.0, + "1chance323": 0.0, + "2chance323": 0.0, + "3chance323": 0.025, + "0pair323": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair323": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair323": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair323": "{\n \"left\": 0,\n \"right\": 1\n}", + "name324": "minecraft:iron_chestplate", + "meta324": 32, + "0chance324": 0.0, + "1chance324": 0.0, + "2chance324": 0.025, + "3chance324": 0.0, + "0pair324": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair324": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair324": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair324": "{\n \"left\": 0,\n \"right\": 0\n}", + "name325": "minecraft:iron_chestplate", + "meta325": 33, + "0chance325": 0.0, + "1chance325": 0.0, + "2chance325": 0.0, + "3chance325": 0.025, + "0pair325": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair325": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair325": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair325": "{\n \"left\": 0,\n \"right\": 1\n}", + "name326": "minecraft:iron_chestplate", + "meta326": 34, + "0chance326": 0.025, + "1chance326": 0.0, + "2chance326": 0.0, + "3chance326": 0.025, + "0pair326": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair326": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair326": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair326": "{\n \"left\": 0,\n \"right\": 0\n}", + "name327": "minecraft:iron_chestplate", + "meta327": 36, + "0chance327": 0.0, + "1chance327": 0.025, + "2chance327": 0.025, + "3chance327": 0.0, + "0pair327": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair327": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair327": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair327": "{\n \"left\": 0,\n \"right\": 0\n}", + "name328": "minecraft:iron_chestplate", + "meta328": 37, + "0chance328": 0.025, + "1chance328": 0.0, + "2chance328": 0.0, + "3chance328": 0.0, + "0pair328": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair328": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair328": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair328": "{\n \"left\": 0,\n \"right\": 0\n}", + "name329": "minecraft:iron_chestplate", + "meta329": 39, + "0chance329": 0.0, + "1chance329": 0.0, + "2chance329": 0.025, + "3chance329": 0.0, + "0pair329": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair329": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair329": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair329": "{\n \"left\": 0,\n \"right\": 0\n}", + "name330": "minecraft:iron_chestplate", + "meta330": 40, + "0chance330": 0.025, + "1chance330": 0.0, + "2chance330": 0.0, + "3chance330": 0.0, + "0pair330": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair330": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair330": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair330": "{\n \"left\": 0,\n \"right\": 0\n}", + "name331": "minecraft:iron_leggings", + "meta331": 0, + "0chance331": 0.0, + "1chance331": 0.0, + "2chance331": 0.025, + "3chance331": 0.0, + "0pair331": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair331": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair331": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair331": "{\n \"left\": 0,\n \"right\": 0\n}", + "name332": "minecraft:iron_leggings", + "meta332": 1, + "0chance332": 0.025, + "1chance332": 0.025, + "2chance332": 0.0, + "3chance332": 0.0, + "0pair332": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair332": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair332": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair332": "{\n \"left\": 0,\n \"right\": 0\n}", + "name333": "minecraft:iron_leggings", + "meta333": 3, + "0chance333": 0.025, + "1chance333": 0.0, + "2chance333": 0.0, + "3chance333": 0.0, + "0pair333": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair333": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair333": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair333": "{\n \"left\": 0,\n \"right\": 0\n}", + "name334": "minecraft:iron_leggings", + "meta334": 4, + "0chance334": 0.0, + "1chance334": 0.0, + "2chance334": 0.0, + "3chance334": 0.025, + "0pair334": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair334": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair334": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair334": "{\n \"left\": 0,\n \"right\": 1\n}", + "name335": "minecraft:iron_leggings", + "meta335": 5, + "0chance335": 0.0, + "1chance335": 0.0, + "2chance335": 0.025, + "3chance335": 0.0, + "0pair335": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair335": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair335": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair335": "{\n \"left\": 0,\n \"right\": 0\n}", + "name336": "minecraft:iron_leggings", + "meta336": 6, + "0chance336": 0.025, + "1chance336": 0.025, + "2chance336": 0.0, + "3chance336": 0.0, + "0pair336": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair336": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair336": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair336": "{\n \"left\": 0,\n \"right\": 0\n}", + "name337": "minecraft:iron_leggings", + "meta337": 7, + "0chance337": 0.0, + "1chance337": 0.025, + "2chance337": 0.0, + "3chance337": 0.0, + "0pair337": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair337": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair337": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair337": "{\n \"left\": 0,\n \"right\": 0\n}", + "name338": "minecraft:iron_leggings", + "meta338": 8, + "0chance338": 0.0, + "1chance338": 0.0, + "2chance338": 0.0, + "3chance338": 0.025, + "0pair338": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair338": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair338": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair338": "{\n \"left\": 0,\n \"right\": 1\n}", + "name339": "minecraft:iron_leggings", + "meta339": 10, + "0chance339": 0.0, + "1chance339": 0.0, + "2chance339": 0.0, + "3chance339": 0.025, + "0pair339": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair339": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair339": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair339": "{\n \"left\": 0,\n \"right\": 1\n}", + "name340": "minecraft:iron_leggings", + "meta340": 11, + "0chance340": 0.0, + "1chance340": 0.0, + "2chance340": 0.025, + "3chance340": 0.0, + "0pair340": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair340": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair340": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair340": "{\n \"left\": 0,\n \"right\": 0\n}", + "name341": "minecraft:iron_leggings", + "meta341": 12, + "0chance341": 0.025, + "1chance341": 0.0, + "2chance341": 0.0, + "3chance341": 0.0, + "0pair341": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair341": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair341": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair341": "{\n \"left\": 0,\n \"right\": 0\n}", + "name342": "minecraft:iron_leggings", + "meta342": 14, + "0chance342": 0.0, + "1chance342": 0.025, + "2chance342": 0.0, + "3chance342": 0.0, + "0pair342": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair342": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair342": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair342": "{\n \"left\": 0,\n \"right\": 0\n}", + "name343": "minecraft:iron_leggings", + "meta343": 15, + "0chance343": 0.025, + "1chance343": 0.0, + "2chance343": 0.025, + "3chance343": 0.0, + "0pair343": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair343": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair343": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair343": "{\n \"left\": 0,\n \"right\": 0\n}", + "name344": "minecraft:iron_leggings", + "meta344": 16, + "0chance344": 0.05, + "1chance344": 0.0, + "2chance344": 0.0, + "3chance344": 0.025, + "0pair344": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair344": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair344": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair344": "{\n \"left\": 0,\n \"right\": 1\n}", + "name345": "minecraft:iron_leggings", + "meta345": 17, + "0chance345": 0.0, + "1chance345": 0.0, + "2chance345": 0.0, + "3chance345": 0.025, + "0pair345": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair345": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair345": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair345": "{\n \"left\": 0,\n \"right\": 1\n}", + "name346": "minecraft:iron_leggings", + "meta346": 18, + "0chance346": 0.0, + "1chance346": 0.025, + "2chance346": 0.0, + "3chance346": 0.0, + "0pair346": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair346": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair346": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair346": "{\n \"left\": 0,\n \"right\": 0\n}", + "name347": "minecraft:iron_leggings", + "meta347": 19, + "0chance347": 0.025, + "1chance347": 0.0, + "2chance347": 0.0, + "3chance347": 0.0, + "0pair347": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair347": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair347": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair347": "{\n \"left\": 0,\n \"right\": 0\n}", + "name348": "minecraft:iron_leggings", + "meta348": 22, + "0chance348": 0.0, + "1chance348": 0.0, + "2chance348": 0.025, + "3chance348": 0.0, + "0pair348": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair348": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair348": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair348": "{\n \"left\": 0,\n \"right\": 0\n}", + "name349": "minecraft:iron_leggings", + "meta349": 23, + "0chance349": 0.0, + "1chance349": 0.025, + "2chance349": 0.025, + "3chance349": 0.0, + "0pair349": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair349": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair349": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair349": "{\n \"left\": 0,\n \"right\": 0\n}", + "name350": "minecraft:iron_leggings", + "meta350": 24, + "0chance350": 0.025, + "1chance350": 0.0, + "2chance350": 0.0, + "3chance350": 0.025, + "0pair350": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair350": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair350": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair350": "{\n \"left\": 0,\n \"right\": 0\n}", + "name351": "minecraft:iron_leggings", + "meta351": 26, + "0chance351": 0.0, + "1chance351": 0.025, + "2chance351": 0.025, + "3chance351": 0.0, + "0pair351": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair351": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair351": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair351": "{\n \"left\": 0,\n \"right\": 0\n}", + "name352": "minecraft:iron_leggings", + "meta352": 27, + "0chance352": 0.0, + "1chance352": 0.0, + "2chance352": 0.0, + "3chance352": 0.025, + "0pair352": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair352": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair352": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair352": "{\n \"left\": 0,\n \"right\": 1\n}", + "name353": "minecraft:iron_leggings", + "meta353": 29, + "0chance353": 0.025, + "1chance353": 0.0, + "2chance353": 0.0, + "3chance353": 0.0, + "0pair353": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair353": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair353": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair353": "{\n \"left\": 0,\n \"right\": 0\n}", + "name354": "minecraft:iron_leggings", + "meta354": 31, + "0chance354": 0.0, + "1chance354": 0.0, + "2chance354": 0.025, + "3chance354": 0.0, + "0pair354": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair354": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair354": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair354": "{\n \"left\": 0,\n \"right\": 0\n}", + "name355": "minecraft:iron_leggings", + "meta355": 33, + "0chance355": 0.0, + "1chance355": 0.025, + "2chance355": 0.0, + "3chance355": 0.0, + "0pair355": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair355": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair355": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair355": "{\n \"left\": 0,\n \"right\": 0\n}", + "name356": "minecraft:iron_leggings", + "meta356": 36, + "0chance356": 0.025, + "1chance356": 0.025, + "2chance356": 0.0, + "3chance356": 0.025, + "0pair356": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair356": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair356": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair356": "{\n \"left\": 0,\n \"right\": 0\n}", + "name357": "minecraft:iron_leggings", + "meta357": 37, + "0chance357": 0.0, + "1chance357": 0.0, + "2chance357": 0.025, + "3chance357": 0.0, + "0pair357": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair357": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair357": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair357": "{\n \"left\": 0,\n \"right\": 0\n}", + "name358": "minecraft:iron_boots", + "meta358": 1, + "0chance358": 0.0, + "1chance358": 0.025, + "2chance358": 0.025, + "3chance358": 0.0, + "0pair358": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair358": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair358": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair358": "{\n \"left\": 0,\n \"right\": 0\n}", + "name359": "minecraft:iron_boots", + "meta359": 2, + "0chance359": 0.0, + "1chance359": 0.0, + "2chance359": 0.0, + "3chance359": 0.025, + "0pair359": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair359": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair359": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair359": "{\n \"left\": 0,\n \"right\": 1\n}", + "name360": "minecraft:iron_boots", + "meta360": 3, + "0chance360": 0.025, + "1chance360": 0.0, + "2chance360": 0.0, + "3chance360": 0.0, + "0pair360": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair360": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair360": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair360": "{\n \"left\": 0,\n \"right\": 0\n}", + "name361": "minecraft:iron_boots", + "meta361": 4, + "0chance361": 0.0, + "1chance361": 0.0, + "2chance361": 0.025, + "3chance361": 0.0, + "0pair361": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair361": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair361": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair361": "{\n \"left\": 0,\n \"right\": 0\n}", + "name362": "minecraft:iron_boots", + "meta362": 5, + "0chance362": 0.025, + "1chance362": 0.0, + "2chance362": 0.05, + "3chance362": 0.0, + "0pair362": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair362": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair362": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair362": "{\n \"left\": 0,\n \"right\": 0\n}", + "name363": "minecraft:iron_boots", + "meta363": 6, + "0chance363": 0.0, + "1chance363": 0.05, + "2chance363": 0.0, + "3chance363": 0.05, + "0pair363": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair363": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair363": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair363": "{\n \"left\": 0,\n \"right\": 0\n}", + "name364": "minecraft:iron_boots", + "meta364": 8, + "0chance364": 0.0, + "1chance364": 0.05, + "2chance364": 0.05, + "3chance364": 0.025, + "0pair364": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair364": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair364": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair364": "{\n \"left\": 0,\n \"right\": 0\n}", + "name365": "minecraft:iron_boots", + "meta365": 11, + "0chance365": 0.0, + "1chance365": 0.05, + "2chance365": 0.0, + "3chance365": 0.025, + "0pair365": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair365": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair365": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair365": "{\n \"left\": 0,\n \"right\": 0\n}", + "name366": "minecraft:iron_boots", + "meta366": 13, + "0chance366": 0.0, + "1chance366": 0.0, + "2chance366": 0.025, + "3chance366": 0.025, + "0pair366": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair366": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair366": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair366": "{\n \"left\": 0,\n \"right\": 0\n}", + "name367": "minecraft:iron_boots", + "meta367": 15, + "0chance367": 0.025, + "1chance367": 0.0, + "2chance367": 0.025, + "3chance367": 0.0, + "0pair367": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair367": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair367": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair367": "{\n \"left\": 0,\n \"right\": 0\n}", + "name368": "minecraft:iron_boots", + "meta368": 16, + "0chance368": 0.0, + "1chance368": 0.0, + "2chance368": 0.025, + "3chance368": 0.0, + "0pair368": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair368": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair368": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair368": "{\n \"left\": 0,\n \"right\": 0\n}", + "name369": "minecraft:iron_boots", + "meta369": 17, + "0chance369": 0.05, + "1chance369": 0.0, + "2chance369": 0.0, + "3chance369": 0.0, + "0pair369": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair369": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair369": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair369": "{\n \"left\": 0,\n \"right\": 0\n}", + "name370": "minecraft:iron_boots", + "meta370": 18, + "0chance370": 0.025, + "1chance370": 0.0, + "2chance370": 0.025, + "3chance370": 0.0, + "0pair370": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair370": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair370": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair370": "{\n \"left\": 0,\n \"right\": 0\n}", + "name371": "minecraft:iron_boots", + "meta371": 20, + "0chance371": 0.025, + "1chance371": 0.0, + "2chance371": 0.025, + "3chance371": 0.0, + "0pair371": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair371": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair371": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair371": "{\n \"left\": 0,\n \"right\": 0\n}", + "name372": "minecraft:iron_boots", + "meta372": 21, + "0chance372": 0.0, + "1chance372": 0.0, + "2chance372": 0.0, + "3chance372": 0.025, + "0pair372": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair372": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair372": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair372": "{\n \"left\": 0,\n \"right\": 1\n}", + "name373": "minecraft:iron_boots", + "meta373": 22, + "0chance373": 0.025, + "1chance373": 0.0, + "2chance373": 0.0, + "3chance373": 0.0, + "0pair373": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair373": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair373": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair373": "{\n \"left\": 0,\n \"right\": 0\n}", + "name374": "minecraft:iron_boots", + "meta374": 25, + "0chance374": 0.0, + "1chance374": 0.025, + "2chance374": 0.0, + "3chance374": 0.0, + "0pair374": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair374": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair374": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair374": "{\n \"left\": 0,\n \"right\": 0\n}", + "name375": "minecraft:iron_boots", + "meta375": 26, + "0chance375": 0.0, + "1chance375": 0.0, + "2chance375": 0.0, + "3chance375": 0.025, + "0pair375": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair375": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair375": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair375": "{\n \"left\": 0,\n \"right\": 1\n}", + "name376": "minecraft:iron_boots", + "meta376": 27, + "0chance376": 0.025, + "1chance376": 0.0, + "2chance376": 0.0, + "3chance376": 0.0, + "0pair376": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair376": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair376": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair376": "{\n \"left\": 0,\n \"right\": 0\n}", + "name377": "minecraft:iron_boots", + "meta377": 28, + "0chance377": 0.05, + "1chance377": 0.0, + "2chance377": 0.0, + "3chance377": 0.0, + "0pair377": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair377": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair377": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair377": "{\n \"left\": 0,\n \"right\": 0\n}", + "name378": "minecraft:iron_boots", + "meta378": 29, + "0chance378": 0.025, + "1chance378": 0.025, + "2chance378": 0.075, + "3chance378": 0.0, + "0pair378": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair378": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair378": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair378": "{\n \"left\": 0,\n \"right\": 0\n}", + "name379": "minecraft:diamond_helmet", + "meta379": 26, + "0chance379": 0.025, + "1chance379": 0.0, + "2chance379": 0.0, + "3chance379": 0.0, + "0pair379": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair379": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair379": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair379": "{\n \"left\": 0,\n \"right\": 0\n}", + "name380": "minecraft:diamond_leggings", + "meta380": 6, + "0chance380": 0.0, + "1chance380": 0.0, + "2chance380": 0.025, + "3chance380": 0.0, + "0pair380": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair380": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair380": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair380": "{\n \"left\": 0,\n \"right\": 0\n}", + "name381": "minecraft:diamond_boots", + "meta381": 52, + "0chance381": 0.025, + "1chance381": 0.0, + "2chance381": 0.0, + "3chance381": 0.0, + "0pair381": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair381": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair381": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair381": "{\n \"left\": 0,\n \"right\": 0\n}", + "name382": "minecraft:golden_helmet", + "meta382": 0, + "0chance382": 0.075, + "1chance382": 0.15, + "2chance382": 0.025, + "3chance382": 0.1, + "0pair382": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair382": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair382": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair382": "{\n \"left\": 0,\n \"right\": 1\n}", + "name383": "minecraft:golden_helmet", + "meta383": 1, + "0chance383": 0.05, + "1chance383": 0.125, + "2chance383": 0.15, + "3chance383": 0.17500001, + "0pair383": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair383": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair383": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair383": "{\n \"left\": 0,\n \"right\": 0\n}", + "name384": "minecraft:golden_helmet", + "meta384": 2, + "0chance384": 0.17500001, + "1chance384": 0.1, + "2chance384": 0.125, + "3chance384": 0.15, + "0pair384": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair384": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair384": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair384": "{\n \"left\": 0,\n \"right\": 0\n}", + "name385": "minecraft:golden_helmet", + "meta385": 3, + "0chance385": 0.17500001, + "1chance385": 0.15, + "2chance385": 0.125, + "3chance385": 0.15, + "0pair385": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair385": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair385": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair385": "{\n \"left\": 0,\n \"right\": 1\n}", + "name386": "minecraft:golden_helmet", + "meta386": 4, + "0chance386": 0.15, + "1chance386": 0.15, + "2chance386": 0.15, + "3chance386": 0.2, + "0pair386": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair386": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair386": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair386": "{\n \"left\": 0,\n \"right\": 0\n}", + "name387": "minecraft:golden_helmet", + "meta387": 5, + "0chance387": 0.025, + "1chance387": 0.17500001, + "2chance387": 0.15, + "3chance387": 0.15, + "0pair387": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair387": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair387": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair387": "{\n \"left\": 0,\n \"right\": 1\n}", + "name388": "minecraft:golden_helmet", + "meta388": 6, + "0chance388": 0.125, + "1chance388": 0.125, + "2chance388": 0.125, + "3chance388": 0.15, + "0pair388": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair388": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair388": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair388": "{\n \"left\": 0,\n \"right\": 0\n}", + "name389": "minecraft:golden_helmet", + "meta389": 7, + "0chance389": 0.25, + "1chance389": 0.125, + "2chance389": 0.17500001, + "3chance389": 0.075, + "0pair389": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair389": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair389": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair389": "{\n \"left\": 0,\n \"right\": 1\n}", + "name390": "minecraft:golden_helmet", + "meta390": 8, + "0chance390": 0.075, + "1chance390": 0.025, + "2chance390": 0.125, + "3chance390": 0.075, + "0pair390": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair390": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair390": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair390": "{\n \"left\": 0,\n \"right\": 0\n}", + "name391": "minecraft:golden_helmet", + "meta391": 9, + "0chance391": 0.15, + "1chance391": 0.225, + "2chance391": 0.17500001, + "3chance391": 0.1, + "0pair391": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair391": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair391": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair391": "{\n \"left\": 0,\n \"right\": 1\n}", + "name392": "minecraft:golden_helmet", + "meta392": 10, + "0chance392": 0.15, + "1chance392": 0.2, + "2chance392": 0.15, + "3chance392": 0.05, + "0pair392": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair392": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair392": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair392": "{\n \"left\": 0,\n \"right\": 0\n}", + "name393": "minecraft:golden_helmet", + "meta393": 11, + "0chance393": 0.075, + "1chance393": 0.075, + "2chance393": 0.125, + "3chance393": 0.225, + "0pair393": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair393": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair393": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair393": "{\n \"left\": 0,\n \"right\": 1\n}", + "name394": "minecraft:golden_helmet", + "meta394": 12, + "0chance394": 0.17500001, + "1chance394": 0.15, + "2chance394": 0.17500001, + "3chance394": 0.125, + "0pair394": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair394": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair394": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair394": "{\n \"left\": 0,\n \"right\": 1\n}", + "name395": "minecraft:golden_chestplate", + "meta395": 0, + "0chance395": 0.025, + "1chance395": 0.075, + "2chance395": 0.125, + "3chance395": 0.1, + "0pair395": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair395": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair395": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair395": "{\n \"left\": 0,\n \"right\": 0\n}", + "name396": "minecraft:golden_chestplate", + "meta396": 1, + "0chance396": 0.075, + "1chance396": 0.075, + "2chance396": 0.05, + "3chance396": 0.075, + "0pair396": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair396": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair396": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair396": "{\n \"left\": 0,\n \"right\": 1\n}", + "name397": "minecraft:golden_chestplate", + "meta397": 2, + "0chance397": 0.075, + "1chance397": 0.125, + "2chance397": 0.125, + "3chance397": 0.1, + "0pair397": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair397": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair397": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair397": "{\n \"left\": 0,\n \"right\": 1\n}", + "name398": "minecraft:golden_chestplate", + "meta398": 3, + "0chance398": 0.075, + "1chance398": 0.05, + "2chance398": 0.05, + "3chance398": 0.1, + "0pair398": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair398": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair398": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair398": "{\n \"left\": 0,\n \"right\": 0\n}", + "name399": "minecraft:golden_chestplate", + "meta399": 4, + "0chance399": 0.1, + "1chance399": 0.17500001, + "2chance399": 0.075, + "3chance399": 0.15, + "0pair399": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair399": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair399": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair399": "{\n \"left\": 0,\n \"right\": 1\n}", + "name400": "minecraft:golden_chestplate", + "meta400": 5, + "0chance400": 0.15, + "1chance400": 0.075, + "2chance400": 0.125, + "3chance400": 0.15, + "0pair400": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair400": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair400": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair400": "{\n \"left\": 0,\n \"right\": 0\n}", + "name401": "minecraft:golden_chestplate", + "meta401": 6, + "0chance401": 0.075, + "1chance401": 0.025, + "2chance401": 0.075, + "3chance401": 0.05, + "0pair401": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair401": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair401": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair401": "{\n \"left\": 0,\n \"right\": 0\n}", + "name402": "minecraft:golden_chestplate", + "meta402": 7, + "0chance402": 0.075, + "1chance402": 0.15, + "2chance402": 0.075, + "3chance402": 0.17500001, + "0pair402": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair402": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair402": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair402": "{\n \"left\": 0,\n \"right\": 1\n}", + "name403": "minecraft:golden_chestplate", + "meta403": 8, + "0chance403": 0.0, + "1chance403": 0.025, + "2chance403": 0.05, + "3chance403": 0.075, + "0pair403": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair403": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair403": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair403": "{\n \"left\": 0,\n \"right\": 0\n}", + "name404": "minecraft:golden_chestplate", + "meta404": 9, + "0chance404": 0.125, + "1chance404": 0.075, + "2chance404": 0.1, + "3chance404": 0.125, + "0pair404": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair404": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair404": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair404": "{\n \"left\": 0,\n \"right\": 0\n}", + "name405": "minecraft:golden_chestplate", + "meta405": 10, + "0chance405": 0.025, + "1chance405": 0.15, + "2chance405": 0.025, + "3chance405": 0.1, + "0pair405": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair405": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair405": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair405": "{\n \"left\": 0,\n \"right\": 1\n}", + "name406": "minecraft:golden_chestplate", + "meta406": 11, + "0chance406": 0.125, + "1chance406": 0.125, + "2chance406": 0.05, + "3chance406": 0.17500001, + "0pair406": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair406": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair406": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair406": "{\n \"left\": 0,\n \"right\": 1\n}", + "name407": "minecraft:golden_chestplate", + "meta407": 12, + "0chance407": 0.15, + "1chance407": 0.15, + "2chance407": 0.1, + "3chance407": 0.1, + "0pair407": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair407": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair407": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair407": "{\n \"left\": 0,\n \"right\": 0\n}", + "name408": "minecraft:golden_chestplate", + "meta408": 13, + "0chance408": 0.1, + "1chance408": 0.15, + "2chance408": 0.075, + "3chance408": 0.1, + "0pair408": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair408": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair408": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair408": "{\n \"left\": 0,\n \"right\": 0\n}", + "name409": "minecraft:golden_chestplate", + "meta409": 14, + "0chance409": 0.125, + "1chance409": 0.17500001, + "2chance409": 0.17500001, + "3chance409": 0.075, + "0pair409": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair409": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair409": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair409": "{\n \"left\": 0,\n \"right\": 0\n}", + "name410": "minecraft:golden_chestplate", + "meta410": 15, + "0chance410": 0.05, + "1chance410": 0.1, + "2chance410": 0.075, + "3chance410": 0.025, + "0pair410": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair410": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair410": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair410": "{\n \"left\": 0,\n \"right\": 0\n}", + "name411": "minecraft:golden_chestplate", + "meta411": 16, + "0chance411": 0.1, + "1chance411": 0.17500001, + "2chance411": 0.1, + "3chance411": 0.025, + "0pair411": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair411": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair411": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair411": "{\n \"left\": 0,\n \"right\": 1\n}", + "name412": "minecraft:golden_chestplate", + "meta412": 17, + "0chance412": 0.05, + "1chance412": 0.125, + "2chance412": 0.125, + "3chance412": 0.2, + "0pair412": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair412": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair412": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair412": "{\n \"left\": 0,\n \"right\": 0\n}", + "name413": "minecraft:golden_chestplate", + "meta413": 18, + "0chance413": 0.1, + "1chance413": 0.1, + "2chance413": 0.1, + "3chance413": 0.05, + "0pair413": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair413": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair413": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair413": "{\n \"left\": 0,\n \"right\": 1\n}", + "name414": "minecraft:golden_leggings", + "meta414": 0, + "0chance414": 0.025, + "1chance414": 0.1, + "2chance414": 0.025, + "3chance414": 0.075, + "0pair414": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair414": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair414": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair414": "{\n \"left\": 0,\n \"right\": 0\n}", + "name415": "minecraft:golden_leggings", + "meta415": 1, + "0chance415": 0.125, + "1chance415": 0.2, + "2chance415": 0.05, + "3chance415": 0.2, + "0pair415": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair415": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair415": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair415": "{\n \"left\": 0,\n \"right\": 0\n}", + "name416": "minecraft:golden_leggings", + "meta416": 2, + "0chance416": 0.0, + "1chance416": 0.075, + "2chance416": 0.075, + "3chance416": 0.075, + "0pair416": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair416": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair416": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair416": "{\n \"left\": 0,\n \"right\": 1\n}", + "name417": "minecraft:golden_leggings", + "meta417": 3, + "0chance417": 0.225, + "1chance417": 0.17500001, + "2chance417": 0.075, + "3chance417": 0.15, + "0pair417": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair417": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair417": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair417": "{\n \"left\": 0,\n \"right\": 0\n}", + "name418": "minecraft:golden_leggings", + "meta418": 4, + "0chance418": 0.075, + "1chance418": 0.075, + "2chance418": 0.075, + "3chance418": 0.125, + "0pair418": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair418": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair418": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair418": "{\n \"left\": 0,\n \"right\": 1\n}", + "name419": "minecraft:golden_leggings", + "meta419": 5, + "0chance419": 0.1, + "1chance419": 0.1, + "2chance419": 0.225, + "3chance419": 0.1, + "0pair419": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair419": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair419": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair419": "{\n \"left\": 0,\n \"right\": 1\n}", + "name420": "minecraft:golden_leggings", + "meta420": 6, + "0chance420": 0.075, + "1chance420": 0.15, + "2chance420": 0.2, + "3chance420": 0.025, + "0pair420": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair420": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair420": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair420": "{\n \"left\": 0,\n \"right\": 1\n}", + "name421": "minecraft:golden_leggings", + "meta421": 7, + "0chance421": 0.075, + "1chance421": 0.225, + "2chance421": 0.1, + "3chance421": 0.125, + "0pair421": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair421": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair421": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair421": "{\n \"left\": 0,\n \"right\": 0\n}", + "name422": "minecraft:golden_leggings", + "meta422": 8, + "0chance422": 0.05, + "1chance422": 0.17500001, + "2chance422": 0.1, + "3chance422": 0.0, + "0pair422": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair422": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair422": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair422": "{\n \"left\": 0,\n \"right\": 0\n}", + "name423": "minecraft:golden_leggings", + "meta423": 9, + "0chance423": 0.17500001, + "1chance423": 0.125, + "2chance423": 0.15, + "3chance423": 0.15, + "0pair423": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair423": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair423": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair423": "{\n \"left\": 0,\n \"right\": 1\n}", + "name424": "minecraft:golden_leggings", + "meta424": 10, + "0chance424": 0.15, + "1chance424": 0.1, + "2chance424": 0.025, + "3chance424": 0.075, + "0pair424": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair424": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair424": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair424": "{\n \"left\": 0,\n \"right\": 0\n}", + "name425": "minecraft:golden_leggings", + "meta425": 11, + "0chance425": 0.075, + "1chance425": 0.025, + "2chance425": 0.025, + "3chance425": 0.025, + "0pair425": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair425": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair425": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair425": "{\n \"left\": 0,\n \"right\": 0\n}", + "name426": "minecraft:golden_leggings", + "meta426": 12, + "0chance426": 0.025, + "1chance426": 0.15, + "2chance426": 0.075, + "3chance426": 0.075, + "0pair426": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair426": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair426": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair426": "{\n \"left\": 0,\n \"right\": 0\n}", + "name427": "minecraft:golden_leggings", + "meta427": 13, + "0chance427": 0.05, + "1chance427": 0.125, + "2chance427": 0.05, + "3chance427": 0.075, + "0pair427": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair427": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair427": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair427": "{\n \"left\": 0,\n \"right\": 0\n}", + "name428": "minecraft:golden_leggings", + "meta428": 14, + "0chance428": 0.075, + "1chance428": 0.075, + "2chance428": 0.1, + "3chance428": 0.05, + "0pair428": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair428": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair428": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair428": "{\n \"left\": 0,\n \"right\": 0\n}", + "name429": "minecraft:golden_leggings", + "meta429": 15, + "0chance429": 0.125, + "1chance429": 0.125, + "2chance429": 0.025, + "3chance429": 0.1, + "0pair429": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair429": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair429": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair429": "{\n \"left\": 0,\n \"right\": 1\n}", + "name430": "minecraft:golden_leggings", + "meta430": 16, + "0chance430": 0.125, + "1chance430": 0.15, + "2chance430": 0.125, + "3chance430": 0.125, + "0pair430": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair430": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair430": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair430": "{\n \"left\": 0,\n \"right\": 0\n}", + "name431": "minecraft:golden_leggings", + "meta431": 17, + "0chance431": 0.025, + "1chance431": 0.1, + "2chance431": 0.15, + "3chance431": 0.125, + "0pair431": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair431": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair431": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair431": "{\n \"left\": 0,\n \"right\": 0\n}", + "name432": "minecraft:golden_boots", + "meta432": 0, + "0chance432": 0.1, + "1chance432": 0.2, + "2chance432": 0.075, + "3chance432": 0.075, + "0pair432": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair432": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair432": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair432": "{\n \"left\": 0,\n \"right\": 0\n}", + "name433": "minecraft:golden_boots", + "meta433": 1, + "0chance433": 0.05, + "1chance433": 0.0, + "2chance433": 0.125, + "3chance433": 0.025, + "0pair433": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair433": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair433": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair433": "{\n \"left\": 0,\n \"right\": 0\n}", + "name434": "minecraft:golden_boots", + "meta434": 2, + "0chance434": 0.17500001, + "1chance434": 0.075, + "2chance434": 0.075, + "3chance434": 0.075, + "0pair434": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair434": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair434": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair434": "{\n \"left\": 0,\n \"right\": 0\n}", + "name435": "minecraft:golden_boots", + "meta435": 3, + "0chance435": 0.05, + "1chance435": 0.15, + "2chance435": 0.125, + "3chance435": 0.2, + "0pair435": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair435": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair435": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair435": "{\n \"left\": 0,\n \"right\": 0\n}", + "name436": "minecraft:golden_boots", + "meta436": 4, + "0chance436": 0.15, + "1chance436": 0.1, + "2chance436": 0.17500001, + "3chance436": 0.1, + "0pair436": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair436": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair436": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair436": "{\n \"left\": 0,\n \"right\": 0\n}", + "name437": "minecraft:golden_boots", + "meta437": 5, + "0chance437": 0.125, + "1chance437": 0.025, + "2chance437": 0.125, + "3chance437": 0.05, + "0pair437": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair437": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair437": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair437": "{\n \"left\": 0,\n \"right\": 1\n}", + "name438": "minecraft:golden_boots", + "meta438": 6, + "0chance438": 0.05, + "1chance438": 0.075, + "2chance438": 0.15, + "3chance438": 0.17500001, + "0pair438": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair438": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair438": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair438": "{\n \"left\": 0,\n \"right\": 0\n}", + "name439": "minecraft:golden_boots", + "meta439": 7, + "0chance439": 0.17500001, + "1chance439": 0.075, + "2chance439": 0.125, + "3chance439": 0.125, + "0pair439": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair439": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair439": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair439": "{\n \"left\": 0,\n \"right\": 1\n}", + "name440": "minecraft:golden_boots", + "meta440": 8, + "0chance440": 0.1, + "1chance440": 0.1, + "2chance440": 0.075, + "3chance440": 0.075, + "0pair440": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair440": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair440": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair440": "{\n \"left\": 0,\n \"right\": 1\n}", + "name441": "minecraft:golden_boots", + "meta441": 9, + "0chance441": 0.025, + "1chance441": 0.1, + "2chance441": 0.0, + "3chance441": 0.125, + "0pair441": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair441": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair441": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair441": "{\n \"left\": 0,\n \"right\": 0\n}", + "name442": "minecraft:golden_boots", + "meta442": 10, + "0chance442": 0.1, + "1chance442": 0.125, + "2chance442": 0.1, + "3chance442": 0.05, + "0pair442": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair442": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair442": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair442": "{\n \"left\": 0,\n \"right\": 0\n}", + "name443": "minecraft:golden_boots", + "meta443": 11, + "0chance443": 0.17500001, + "1chance443": 0.125, + "2chance443": 0.17500001, + "3chance443": 0.225, + "0pair443": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair443": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair443": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair443": "{\n \"left\": 0,\n \"right\": 1\n}", + "name444": "minecraft:golden_boots", + "meta444": 12, + "0chance444": 0.1, + "1chance444": 0.17500001, + "2chance444": 0.1, + "3chance444": 0.1, + "0pair444": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair444": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair444": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair444": "{\n \"left\": 0,\n \"right\": 0\n}", + "name445": "minecraft:golden_boots", + "meta445": 13, + "0chance445": 0.1, + "1chance445": 0.275, + "2chance445": 0.05, + "3chance445": 0.05, + "0pair445": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair445": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair445": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair445": "{\n \"left\": 0,\n \"right\": 1\n}", + "name446": "minecraft:golden_boots", + "meta446": 14, + "0chance446": 0.1, + "1chance446": 0.2, + "2chance446": 0.075, + "3chance446": 0.025, + "0pair446": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair446": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair446": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair446": "{\n \"left\": 0,\n \"right\": 0\n}", + "name447": "minecraft:golden_boots", + "meta447": 15, + "0chance447": 0.1, + "1chance447": 0.17500001, + "2chance447": 0.075, + "3chance447": 0.17500001, + "0pair447": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair447": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair447": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair447": "{\n \"left\": 0,\n \"right\": 0\n}", + "name448": "minecraft:golden_apple", + "meta448": 0, + "0chance448": 1.125, + "1chance448": 1.05, + "2chance448": 0.9, + "3chance448": 1.15, + "0pair448": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair448": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair448": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair448": "{\n \"left\": 0,\n \"right\": 2\n}", + "name449": "minecraft:golden_apple", + "meta449": 1, + "0chance449": 0.225, + "1chance449": 0.275, + "2chance449": 0.475, + "3chance449": 0.625, + "0pair449": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair449": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair449": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair449": "{\n \"left\": 0,\n \"right\": 1\n}", + "name450": "minecraft:book", + "meta450": 0, + "0chance450": 1.1, + "1chance450": 1.275, + "2chance450": 1.35, + "3chance450": 1.275, + "0pair450": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair450": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair450": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair450": "{\n \"left\": 0,\n \"right\": 2\n}", + "name451": "minecraft:compass", + "meta451": 0, + "0chance451": 0.775, + "1chance451": 0.75, + "2chance451": 0.625, + "3chance451": 0.625, + "0pair451": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair451": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair451": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair451": "{\n \"left\": 0,\n \"right\": 1\n}", + "name452": "minecraft:cookie", + "meta452": 0, + "0chance452": 0.72499996, + "1chance452": 0.775, + "2chance452": 0.70000005, + "3chance452": 0.525, + "0pair452": "{\n \"left\": 0,\n \"right\": 2\n}", + "1pair452": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair452": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair452": "{\n \"left\": 0,\n \"right\": 1\n}", + "name453": "minecraft:ender_pearl", + "meta453": 0, + "0chance453": 11.0, + "1chance453": 11.8, + "2chance453": 11.1, + "3chance453": 11.599999, + "0pair453": "{\n \"left\": 0,\n \"right\": 2\n}", + "1pair453": "{\n \"left\": 0,\n \"right\": 2\n}", + "2pair453": "{\n \"left\": 0,\n \"right\": 2\n}", + "3pair453": "{\n \"left\": 0,\n \"right\": 2\n}", + "name454": "minecraft:gold_nugget", + "meta454": 0, + "0chance454": 724.875, + "1chance454": 717.3, + "2chance454": 729.75, + "3chance454": 720.0, + "0pair454": "{\n \"left\": 3,\n \"right\": 15\n}", + "1pair454": "{\n \"left\": 3,\n \"right\": 15\n}", + "2pair454": "{\n \"left\": 3,\n \"right\": 15\n}", + "3pair454": "{\n \"left\": 3,\n \"right\": 15\n}", + "name455": "minecraft:potion", + "meta455": 0, + "0chance455": 28.275002, + "1chance455": 28.349998, + "2chance455": 28.95, + "3chance455": 29.4, + "0pair455": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair455": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair455": "{\n \"left\": 0,\n \"right\": 2\n}", + "3pair455": "{\n \"left\": 0,\n \"right\": 2\n}", + "name456": "minecraft:experience_bottle", + "meta456": 0, + "0chance456": 2.4, + "1chance456": 2.5, + "2chance456": 2.575, + "3chance456": 2.525, + "0pair456": "{\n \"left\": 0,\n \"right\": 2\n}", + "1pair456": "{\n \"left\": 0,\n \"right\": 2\n}", + "2pair456": "{\n \"left\": 0,\n \"right\": 2\n}", + "3pair456": "{\n \"left\": 0,\n \"right\": 2\n}", + "name457": "minecraft:emerald", + "meta457": 0, + "0chance457": 8.575, + "1chance457": 9.175, + "2chance457": 8.875, + "3chance457": 9.0, + "0pair457": "{\n \"left\": 0,\n \"right\": 2\n}", + "1pair457": "{\n \"left\": 0,\n \"right\": 3\n}", + "2pair457": "{\n \"left\": 0,\n \"right\": 2\n}", + "3pair457": "{\n \"left\": 0,\n \"right\": 2\n}", + "name458": "minecraft:nether_star", + "meta458": 0, + "0chance458": 0.075, + "1chance458": 0.2, + "2chance458": 0.1, + "3chance458": 0.17500001, + "0pair458": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair458": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair458": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair458": "{\n \"left\": 0,\n \"right\": 1\n}", + "name459": "minecraft:chorus_fruit", + "meta459": 0, + "0chance459": 0.65000004, + "1chance459": 0.6, + "2chance459": 0.625, + "3chance459": 0.75, + "0pair459": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair459": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair459": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair459": "{\n \"left\": 0,\n \"right\": 1\n}", + "name460": "minecraft:splash_potion", + "meta460": 0, + "0chance460": 30.325, + "1chance460": 31.5, + "2chance460": 31.05, + "3chance460": 29.675001, + "0pair460": "{\n \"left\": 0,\n \"right\": 2\n}", + "1pair460": "{\n \"left\": 0,\n \"right\": 2\n}", + "2pair460": "{\n \"left\": 0,\n \"right\": 2\n}", + "3pair460": "{\n \"left\": 0,\n \"right\": 3\n}", + "name461": "minecraft:lingering_potion", + "meta461": 0, + "0chance461": 30.025, + "1chance461": 29.6, + "2chance461": 28.575, + "3chance461": 30.774998, + "0pair461": "{\n \"left\": 0,\n \"right\": 2\n}", + "1pair461": "{\n \"left\": 0,\n \"right\": 2\n}", + "2pair461": "{\n \"left\": 0,\n \"right\": 2\n}", + "3pair461": "{\n \"left\": 0,\n \"right\": 1\n}", + "name462": "thaumcraft:primordial_pearl", + "meta462": 0, + "0chance462": 0.15, + "1chance462": 0.125, + "2chance462": 0.1, + "3chance462": 0.075, + "0pair462": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair462": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair462": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair462": "{\n \"left\": 0,\n \"right\": 1\n}", + "name463": "thaumcraft:primordial_pearl", + "meta463": 3, + "0chance463": 0.25, + "1chance463": 0.32500002, + "2chance463": 0.375, + "3chance463": 0.475, + "0pair463": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair463": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair463": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair463": "{\n \"left\": 0,\n \"right\": 1\n}", + "name464": "thaumcraft:primordial_pearl", + "meta464": 5, + "0chance464": 0.9, + "1chance464": 0.825, + "2chance464": 0.875, + "3chance464": 0.975, + "0pair464": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair464": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair464": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair464": "{\n \"left\": 0,\n \"right\": 1\n}", + "name465": "thaumcraft:salis_mundus", + "meta465": 0, + "0chance465": 1.1, + "1chance465": 1.275, + "2chance465": 1.15, + "3chance465": 1.25, + "0pair465": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair465": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair465": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair465": "{\n \"left\": 0,\n \"right\": 1\n}", + "name466": "thaumcraft:thaumium_sword", + "meta466": 18, + "0chance466": 0.0, + "1chance466": 0.0, + "2chance466": 0.0, + "3chance466": 0.025, + "0pair466": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair466": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair466": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair466": "{\n \"left\": 0,\n \"right\": 1\n}", + "name467": "thaumcraft:thaumium_sword", + "meta467": 26, + "0chance467": 0.0, + "1chance467": 0.0, + "2chance467": 0.0, + "3chance467": 0.025, + "0pair467": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair467": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair467": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair467": "{\n \"left\": 0,\n \"right\": 1\n}", + "name468": "thaumcraft:thaumium_sword", + "meta468": 30, + "0chance468": 0.0, + "1chance468": 0.025, + "2chance468": 0.0, + "3chance468": 0.0, + "0pair468": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair468": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair468": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair468": "{\n \"left\": 0,\n \"right\": 0\n}", + "name469": "thaumcraft:thaumium_sword", + "meta469": 58, + "0chance469": 0.025, + "1chance469": 0.0, + "2chance469": 0.0, + "3chance469": 0.0, + "0pair469": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair469": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair469": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair469": "{\n \"left\": 0,\n \"right\": 0\n}", + "name470": "thaumcraft:thaumium_sword", + "meta470": 59, + "0chance470": 0.0, + "1chance470": 0.0, + "2chance470": 0.025, + "3chance470": 0.0, + "0pair470": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair470": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair470": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair470": "{\n \"left\": 0,\n \"right\": 0\n}", + "name471": "thaumcraft:thaumium_helm", + "meta471": 1, + "0chance471": 0.025, + "1chance471": 0.0, + "2chance471": 0.0, + "3chance471": 0.0, + "0pair471": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair471": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair471": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair471": "{\n \"left\": 0,\n \"right\": 0\n}", + "name472": "thaumcraft:thaumium_helm", + "meta472": 2, + "0chance472": 0.0, + "1chance472": 0.0, + "2chance472": 0.025, + "3chance472": 0.0, + "0pair472": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair472": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair472": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair472": "{\n \"left\": 0,\n \"right\": 0\n}", + "name473": "thaumcraft:thaumium_helm", + "meta473": 3, + "0chance473": 0.0, + "1chance473": 0.0, + "2chance473": 0.0, + "3chance473": 0.025, + "0pair473": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair473": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair473": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair473": "{\n \"left\": 0,\n \"right\": 1\n}", + "name474": "thaumcraft:thaumium_helm", + "meta474": 4, + "0chance474": 0.0, + "1chance474": 0.0, + "2chance474": 0.025, + "3chance474": 0.0, + "0pair474": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair474": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair474": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair474": "{\n \"left\": 0,\n \"right\": 0\n}", + "name475": "thaumcraft:thaumium_helm", + "meta475": 13, + "0chance475": 0.025, + "1chance475": 0.0, + "2chance475": 0.0, + "3chance475": 0.0, + "0pair475": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair475": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair475": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair475": "{\n \"left\": 0,\n \"right\": 0\n}", + "name476": "thaumcraft:thaumium_helm", + "meta476": 17, + "0chance476": 0.0, + "1chance476": 0.025, + "2chance476": 0.0, + "3chance476": 0.0, + "0pair476": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair476": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair476": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair476": "{\n \"left\": 0,\n \"right\": 0\n}", + "name477": "thaumcraft:thaumium_helm", + "meta477": 35, + "0chance477": 0.025, + "1chance477": 0.0, + "2chance477": 0.0, + "3chance477": 0.0, + "0pair477": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair477": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair477": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair477": "{\n \"left\": 0,\n \"right\": 0\n}", + "name478": "thaumcraft:thaumium_helm", + "meta478": 42, + "0chance478": 0.0, + "1chance478": 0.0, + "2chance478": 0.025, + "3chance478": 0.0, + "0pair478": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair478": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair478": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair478": "{\n \"left\": 0,\n \"right\": 0\n}", + "name479": "thaumcraft:thaumium_chest", + "meta479": 4, + "0chance479": 0.025, + "1chance479": 0.0, + "2chance479": 0.0, + "3chance479": 0.0, + "0pair479": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair479": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair479": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair479": "{\n \"left\": 0,\n \"right\": 0\n}", + "name480": "thaumcraft:thaumium_chest", + "meta480": 7, + "0chance480": 0.025, + "1chance480": 0.0, + "2chance480": 0.0, + "3chance480": 0.0, + "0pair480": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair480": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair480": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair480": "{\n \"left\": 0,\n \"right\": 0\n}", + "name481": "thaumcraft:thaumium_chest", + "meta481": 26, + "0chance481": 0.0, + "1chance481": 0.0, + "2chance481": 0.025, + "3chance481": 0.0, + "0pair481": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair481": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair481": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair481": "{\n \"left\": 0,\n \"right\": 0\n}", + "name482": "thaumcraft:thaumium_chest", + "meta482": 39, + "0chance482": 0.0, + "1chance482": 0.0, + "2chance482": 0.0, + "3chance482": 0.025, + "0pair482": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair482": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair482": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair482": "{\n \"left\": 0,\n \"right\": 1\n}", + "name483": "thaumcraft:thaumium_chest", + "meta483": 65, + "0chance483": 0.0, + "1chance483": 0.025, + "2chance483": 0.0, + "3chance483": 0.0, + "0pair483": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair483": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair483": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair483": "{\n \"left\": 0,\n \"right\": 0\n}", + "name484": "thaumcraft:thaumium_legs", + "meta484": 11, + "0chance484": 0.0, + "1chance484": 0.0, + "2chance484": 0.0, + "3chance484": 0.025, + "0pair484": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair484": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair484": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair484": "{\n \"left\": 0,\n \"right\": 1\n}", + "name485": "thaumcraft:thaumium_legs", + "meta485": 13, + "0chance485": 0.025, + "1chance485": 0.0, + "2chance485": 0.0, + "3chance485": 0.0, + "0pair485": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair485": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair485": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair485": "{\n \"left\": 0,\n \"right\": 0\n}", + "name486": "thaumcraft:thaumium_legs", + "meta486": 25, + "0chance486": 0.0, + "1chance486": 0.0, + "2chance486": 0.0, + "3chance486": 0.025, + "0pair486": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair486": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair486": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair486": "{\n \"left\": 0,\n \"right\": 1\n}", + "name487": "thaumcraft:thaumium_legs", + "meta487": 31, + "0chance487": 0.025, + "1chance487": 0.0, + "2chance487": 0.0, + "3chance487": 0.0, + "0pair487": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair487": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair487": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair487": "{\n \"left\": 0,\n \"right\": 0\n}", + "name488": "thaumcraft:thaumium_legs", + "meta488": 47, + "0chance488": 0.0, + "1chance488": 0.025, + "2chance488": 0.0, + "3chance488": 0.0, + "0pair488": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair488": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair488": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair488": "{\n \"left\": 0,\n \"right\": 0\n}", + "name489": "thaumcraft:thaumium_boots", + "meta489": 0, + "0chance489": 0.0, + "1chance489": 0.0, + "2chance489": 0.0, + "3chance489": 0.025, + "0pair489": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair489": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair489": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair489": "{\n \"left\": 0,\n \"right\": 1\n}", + "name490": "thaumcraft:thaumium_boots", + "meta490": 1, + "0chance490": 0.0, + "1chance490": 0.0, + "2chance490": 0.0, + "3chance490": 0.025, + "0pair490": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair490": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair490": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair490": "{\n \"left\": 0,\n \"right\": 1\n}", + "name491": "thaumcraft:thaumium_boots", + "meta491": 6, + "0chance491": 0.0, + "1chance491": 0.0, + "2chance491": 0.025, + "3chance491": 0.0, + "0pair491": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair491": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair491": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair491": "{\n \"left\": 0,\n \"right\": 0\n}", + "name492": "thaumcraft:thaumium_boots", + "meta492": 7, + "0chance492": 0.0, + "1chance492": 0.0, + "2chance492": 0.025, + "3chance492": 0.0, + "0pair492": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair492": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair492": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair492": "{\n \"left\": 0,\n \"right\": 0\n}", + "name493": "thaumcraft:thaumium_boots", + "meta493": 8, + "0chance493": 0.0, + "1chance493": 0.025, + "2chance493": 0.0, + "3chance493": 0.0, + "0pair493": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair493": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair493": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair493": "{\n \"left\": 0,\n \"right\": 0\n}", + "name494": "thaumcraft:thaumium_boots", + "meta494": 13, + "0chance494": 0.0, + "1chance494": 0.0, + "2chance494": 0.0, + "3chance494": 0.025, + "0pair494": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair494": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair494": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair494": "{\n \"left\": 0,\n \"right\": 1\n}", + "name495": "thaumcraft:thaumium_boots", + "meta495": 25, + "0chance495": 0.025, + "1chance495": 0.0, + "2chance495": 0.0, + "3chance495": 0.0, + "0pair495": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair495": "{\n \"left\": 0,\n \"right\": 0\n}", + "2pair495": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair495": "{\n \"left\": 0,\n \"right\": 0\n}", + "name496": "thaumcraft:thaumium_boots", + "meta496": 41, + "0chance496": 0.0, + "1chance496": 0.025, + "2chance496": 0.0, + "3chance496": 0.0, + "0pair496": "{\n \"left\": 0,\n \"right\": 0\n}", + "1pair496": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair496": "{\n \"left\": 0,\n \"right\": 0\n}", + "3pair496": "{\n \"left\": 0,\n \"right\": 0\n}", + "name497": "thaumcraft:baubles", + "meta497": 3, + "0chance497": 0.65000004, + "1chance497": 0.575, + "2chance497": 0.6, + "3chance497": 0.525, + "0pair497": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair497": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair497": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair497": "{\n \"left\": 0,\n \"right\": 1\n}", + "name498": "thaumcraft:amulet_vis", + "meta498": 0, + "0chance498": 0.72499996, + "1chance498": 0.775, + "2chance498": 0.55, + "3chance498": 0.9, + "0pair498": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair498": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair498": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair498": "{\n \"left\": 0,\n \"right\": 1\n}" + }, + { + "name": "forestry:beehives", + "meta": 4, + "length": 3, + "name0": "forestry:bee_drone_ge", + "meta0": 0, + "0chance0": 89.475, + "1chance0": 89.775, + "2chance0": 89.475, + "3chance0": 90.425, + "0pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "name1": "forestry:bee_princess_ge", + "meta1": 0, + "0chance1": 100.0, + "1chance1": 100.0, + "2chance1": 100.0, + "3chance1": 100.0, + "0pair1": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair1": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair1": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair1": "{\n \"left\": 1,\n \"right\": 1\n}", + "name2": "forestry:bee_combs", + "meta2": 8, + "0chance2": 90.475, + "1chance2": 90.025, + "2chance2": 90.325, + "3chance2": 89.75, + "0pair2": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair2": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair2": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair2": "{\n \"left\": 0,\n \"right\": 1\n}" + }, + { + "name": "forestry:beehives", + "meta": 1, + "length": 3, + "name0": "forestry:bee_drone_ge", + "meta0": 0, + "0chance0": 80.0, + "1chance0": 80.7, + "2chance0": 80.5, + "3chance0": 80.6, + "0pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "name1": "forestry:bee_princess_ge", + "meta1": 0, + "0chance1": 100.0, + "1chance1": 100.0, + "2chance1": 100.0, + "3chance1": 100.0, + "0pair1": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair1": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair1": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair1": "{\n \"left\": 1,\n \"right\": 1\n}", + "name2": "forestry:bee_combs", + "meta2": 0, + "0chance2": 80.675, + "1chance2": 80.549995, + "2chance2": 79.9, + "3chance2": 79.725, + "0pair2": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair2": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair2": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair2": "{\n \"left\": 0,\n \"right\": 1\n}" + }, + { + "name": "forestry:beehives", + "meta": 5, + "length": 3, + "name0": "forestry:bee_drone_ge", + "meta0": 0, + "0chance0": 80.925, + "1chance0": 81.125, + "2chance0": 80.725006, + "3chance0": 81.0, + "0pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "name1": "forestry:bee_princess_ge", + "meta1": 0, + "0chance1": 100.0, + "1chance1": 100.0, + "2chance1": 100.0, + "3chance1": 100.0, + "0pair1": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair1": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair1": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair1": "{\n \"left\": 1,\n \"right\": 1\n}", + "name2": "forestry:bee_combs", + "meta2": 4, + "0chance2": 81.475, + "1chance2": 80.4, + "2chance2": 78.825005, + "3chance2": 80.725006, + "0pair2": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair2": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair2": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair2": "{\n \"left\": 0,\n \"right\": 1\n}" + }, + { + "name": "forestry:beehives", + "meta": 0, + "length": 3, + "name0": "forestry:bee_drone_ge", + "meta0": 0, + "0chance0": 81.975, + "1chance0": 81.525, + "2chance0": 82.225, + "3chance0": 82.225, + "0pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "name1": "forestry:bee_princess_ge", + "meta1": 0, + "0chance1": 100.0, + "1chance1": 100.0, + "2chance1": 100.0, + "3chance1": 100.0, + "0pair1": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair1": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair1": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair1": "{\n \"left\": 1,\n \"right\": 1\n}", + "name2": "forestry:bee_combs", + "meta2": 0, + "0chance2": 81.5, + "1chance2": 82.375, + "2chance2": 81.875, + "3chance2": 82.325, + "0pair2": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair2": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair2": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair2": "{\n \"left\": 0,\n \"right\": 1\n}" + }, + { + "name": "projectred-exploration:ore", + "meta": 6, + "length": 1, + "name0": "projectred-core:resource_item", + "meta0": 105, + "0chance0": 359.15, + "1chance0": 417.9, + "2chance0": 445.94998, + "3chance0": 478.1, + "0pair0": "{\n \"left\": 1,\n \"right\": 7\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 8\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 8\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 8\n}" + }, + { + "name": "projectred-exploration:ore", + "meta": 1, + "length": 1, + "name0": "projectred-core:resource_item", + "meta0": 201, + "0chance0": 173.77501, + "1chance0": 220.79999, + "2chance0": 246.90001, + "3chance0": 269.95, + "0pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 4\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 4\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 4\n}" + }, + { + "name": "projectred-exploration:stone", + "meta": 3, + "length": 1, + "name0": "projectred-exploration:stone", + "meta0": 2, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "projectred-exploration:ore", + "meta": 0, + "length": 1, + "name0": "projectred-core:resource_item", + "meta0": 200, + "0chance0": 176.65, + "1chance0": 219.97499, + "2chance0": 250.97499, + "3chance0": 268.875, + "0pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 4\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 4\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 4\n}" + }, + { + "name": "projectred-exploration:ore", + "meta": 2, + "length": 1, + "name0": "projectred-core:resource_item", + "meta0": 202, + "0chance0": 174.95, + "1chance0": 221.79999, + "2chance0": 248.05, + "3chance0": 270.42502, + "0pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 4\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 4\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 4\n}" + }, + { + "name": "biomesoplenty:flesh", + "meta": 0, + "length": 1, + "name0": "biomesoplenty:fleshchunk", + "meta0": 0, + "0chance0": 100.399994, + "1chance0": 101.575005, + "2chance0": 99.025, + "3chance0": 101.549995, + "0pair0": "{\n \"left\": 1,\n \"right\": 2\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 2\n}", + "2pair0": "{\n \"left\": 0,\n \"right\": 2\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 2\n}" + }, + { + "name": "biomesoplenty:grass", + "meta": 0, + "length": 1, + "name0": "minecraft:end_stone", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "biomesoplenty:gem_ore", + "meta": 0, + "length": 1, + "name0": "biomesoplenty:gem", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 132.97499, + "2chance0": 173.825, + "3chance0": 219.1, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 2\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 4\n}" + }, + { + "name": "biomesoplenty:ash_block", + "meta": 0, + "length": 1, + "name0": "biomesoplenty:ash", + "meta0": 0, + "0chance0": 400.0, + "1chance0": 400.0, + "2chance0": 400.0, + "3chance0": 400.0, + "0pair0": "{\n \"left\": 4,\n \"right\": 4\n}", + "1pair0": "{\n \"left\": 4,\n \"right\": 4\n}", + "2pair0": "{\n \"left\": 4,\n \"right\": 4\n}", + "3pair0": "{\n \"left\": 4,\n \"right\": 4\n}" + }, + { + "name": "biomesoplenty:plant_0", + "meta": 0, + "length": 5, + "name0": "minecraft:wheat_seeds", + "meta0": 0, + "0chance0": 6.225, + "1chance0": 14.200001, + "2chance0": 18.8, + "3chance0": 23.05, + "0pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 0,\n \"right\": 3\n}", + "2pair0": "{\n \"left\": 0,\n \"right\": 5\n}", + "3pair0": "{\n \"left\": 0,\n \"right\": 7\n}", + "name1": "extrautils2:enderlilly", + "meta1": 0, + "0chance1": 0.075, + "1chance1": 0.075, + "2chance1": 0.025, + "3chance1": 0.075, + "0pair1": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair1": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair1": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair1": "{\n \"left\": 0,\n \"right\": 1\n}", + "name2": "extrautils2:redorchid", + "meta2": 0, + "0chance2": 0.125, + "1chance2": 0.225, + "2chance2": 0.15, + "3chance2": 0.125, + "0pair2": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair2": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair2": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair2": "{\n \"left\": 0,\n \"right\": 1\n}", + "name3": "extratrees:hops", + "meta3": 0, + "0chance3": 3.125, + "1chance3": 2.825, + "2chance3": 3.225, + "3chance3": 3.1750002, + "0pair3": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair3": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair3": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair3": "{\n \"left\": 0,\n \"right\": 1\n}", + "name4": "immersiveengineering:seed", + "meta4": 0, + "0chance4": 3.225, + "1chance4": 2.675, + "2chance4": 2.6499999, + "3chance4": 2.9750001, + "0pair4": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair4": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair4": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair4": "{\n \"left\": 0,\n \"right\": 1\n}" + }, + { + "name": "biomesoplenty:biome_block", + "meta": 0, + "length": 1, + "name0": "biomesoplenty:biome_essence", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 150.375, + "2chance0": 201.34999, + "3chance0": 250.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 2\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 4\n}" + }, + { + "name": "biomesoplenty:mud", + "meta": 0, + "length": 1, + "name0": "biomesoplenty:mudball", + "meta0": 0, + "0chance0": 400.0, + "1chance0": 400.0, + "2chance0": 400.0, + "3chance0": 400.0, + "0pair0": "{\n \"left\": 4,\n \"right\": 4\n}", + "1pair0": "{\n \"left\": 4,\n \"right\": 4\n}", + "2pair0": "{\n \"left\": 4,\n \"right\": 4\n}", + "3pair0": "{\n \"left\": 4,\n \"right\": 4\n}" + }, + { + "name": "biomesoplenty:crystal", + "meta": 0, + "length": 1, + "name0": "biomesoplenty:crystal_shard", + "meta0": 0, + "0chance0": 400.0, + "1chance0": 400.0, + "2chance0": 400.0, + "3chance0": 400.0, + "0pair0": "{\n \"left\": 4,\n \"right\": 4\n}", + "1pair0": "{\n \"left\": 4,\n \"right\": 4\n}", + "2pair0": "{\n \"left\": 4,\n \"right\": 4\n}", + "3pair0": "{\n \"left\": 4,\n \"right\": 4\n}" + }, + { + "name": "tconstruct:slime_leaves", + "meta": 0, + "length": 1, + "name0": "tconstruct:slime_sapling", + "meta0": 0, + "0chance0": 3.5750003, + "1chance0": 4.4500003, + "2chance0": 5.5, + "3chance0": 10.599999, + "0pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 0,\n \"right\": 1\n}" + }, + { + "name": "randomthings:coloredgrass", + "meta": 9, + "length": 1, + "name0": "minecraft:dirt", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "bloodarsenal:blood_infused_glowstone", + "meta": 0, + "length": 1, + "name0": "bloodarsenal:base_item", + "meta0": 0, + "0chance0": 299.57498, + "1chance0": 335.2, + "2chance0": 353.025, + "3chance0": 367.30002, + "0pair0": "{\n \"left\": 2,\n \"right\": 4\n}", + "1pair0": "{\n \"left\": 2,\n \"right\": 4\n}", + "2pair0": "{\n \"left\": 2,\n \"right\": 4\n}", + "3pair0": "{\n \"left\": 2,\n \"right\": 4\n}" + }, + { + "name": "randomthings:spectreleaf", + "meta": 0, + "length": 1, + "name0": "randomthings:spectresapling", + "meta0": 0, + "0chance0": 2.3, + "1chance0": 2.05, + "2chance0": 1.95, + "3chance0": 2.125, + "0pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 0,\n \"right\": 1\n}" + }, + { + "name": "randomthings:coloredgrass", + "meta": 13, + "length": 1, + "name0": "minecraft:dirt", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "randomthings:coloredgrass", + "meta": 4, + "length": 1, + "name0": "minecraft:dirt", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "randomthings:coloredgrass", + "meta": 1, + "length": 1, + "name0": "minecraft:dirt", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "randomthings:coloredgrass", + "meta": 7, + "length": 1, + "name0": "minecraft:dirt", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "randomthings:coloredgrass", + "meta": 3, + "length": 1, + "name0": "minecraft:dirt", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "tconstruct:slime_leaves", + "meta": 1, + "length": 1, + "name0": "tconstruct:slime_sapling", + "meta0": 1, + "0chance0": 3.5500002, + "1chance0": 5.2000003, + "2chance0": 6.125, + "3chance0": 9.974999, + "0pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 0,\n \"right\": 1\n}" + }, + { + "name": "tconstruct:slime_leaves", + "meta": 2, + "length": 1, + "name0": "tconstruct:slime_sapling", + "meta0": 2, + "0chance0": 3.7250001, + "1chance0": 4.95, + "2chance0": 6.225, + "3chance0": 10.0, + "0pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 0,\n \"right\": 1\n}" + }, + { + "name": "randomthings:coloredgrass", + "meta": 15, + "length": 1, + "name0": "minecraft:dirt", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "randomthings:coloredgrass", + "meta": 12, + "length": 1, + "name0": "minecraft:dirt", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "randomthings:coloredgrass", + "meta": 2, + "length": 1, + "name0": "minecraft:dirt", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "randomthings:coloredgrass", + "meta": 0, + "length": 1, + "name0": "minecraft:dirt", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "randomthings:coloredgrass", + "meta": 14, + "length": 1, + "name0": "minecraft:dirt", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "randomthings:coloredgrass", + "meta": 11, + "length": 1, + "name0": "minecraft:dirt", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "randomthings:coloredgrass", + "meta": 5, + "length": 1, + "name0": "minecraft:dirt", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "randomthings:coloredgrass", + "meta": 8, + "length": 1, + "name0": "minecraft:dirt", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "randomthings:coloredgrass", + "meta": 10, + "length": 1, + "name0": "minecraft:dirt", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "bloodarsenal:glass_shards", + "meta": 0, + "length": 1, + "name0": "bloodarsenal:base_item", + "meta0": 0, + "0chance0": 255.5, + "1chance0": 249.22499, + "2chance0": 248.025, + "3chance0": 251.3, + "0pair0": "{\n \"left\": 1,\n \"right\": 5\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 5\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 5\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 5\n}" + }, + { + "name": "randomthings:coloredgrass", + "meta": 6, + "length": 1, + "name0": "minecraft:dirt", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "abyssalcraft:dreadgrass", + "meta": 0, + "length": 1, + "name0": "abyssalcraft:dreadlandsdirt", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "abyssalcraft:stone", + "meta": 2, + "length": 1, + "name0": "abyssalcraft:cobblestone", + "meta0": 2, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "abyssalcraft:coraliumstone", + "meta": 0, + "length": 1, + "name0": "abyssalcraft:cpearl", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 131.52501, + "2chance0": 175.72499, + "3chance0": 219.2, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 2\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 4\n}" + }, + { + "name": "abyssalcraft:stone", + "meta": 3, + "length": 1, + "name0": "abyssalcraft:cobblestone", + "meta0": 3, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "abyssalcraft:coraliumore", + "meta": 0, + "length": 1, + "name0": "abyssalcraft:coralium", + "meta0": 0, + "0chance0": 200.62498, + "1chance0": 262.575, + "2chance0": 352.125, + "3chance0": 444.92502, + "0pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 6\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 9\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 12\n}" + }, + { + "name": "abyssalcraft:stone", + "meta": 0, + "length": 1, + "name0": "abyssalcraft:cobblestone", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "abyssalcraft:stone", + "meta": 4, + "length": 1, + "name0": "abyssalcraft:cobblestone", + "meta0": 4, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "abyssalcraft:abydiaore", + "meta": 0, + "length": 1, + "name0": "minecraft:diamond", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 133.5, + "2chance0": 173.525, + "3chance0": 220.37498, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 2\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 4\n}" + }, + { + "name": "extratrees:shrub_log", + "meta": 0, + "length": 1, + "name0": "minecraft:stick", + "meta0": 0, + "0chance0": 323.125, + "1chance0": 322.075, + "2chance0": 325.525, + "3chance0": 321.875, + "0pair0": "{\n \"left\": 2,\n \"right\": 5\n}", + "1pair0": "{\n \"left\": 2,\n \"right\": 5\n}", + "2pair0": "{\n \"left\": 2,\n \"right\": 5\n}", + "3pair0": "{\n \"left\": 2,\n \"right\": 5\n}" + }, + { + "name": "abyssalcraft:abypcorore", + "meta": 0, + "length": 1, + "name0": "abyssalcraft:cpearl", + "meta0": 0, + "0chance0": 150.35, + "1chance0": 201.25, + "2chance0": 258.05, + "3chance0": 333.225, + "0pair0": "{\n \"left\": 1,\n \"right\": 2\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 4\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 6\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 8\n}" + }, + { + "name": "abyssalcraft:ritualaltar", + "meta": 0, + "length": 1, + "name0": "minecraft:cobblestone", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "abyssalcraft:calcifiedstone", + "meta": 0, + "length": 2, + "name0": "abyssalcraft:crystal", + "meta0": 25, + "0chance0": 99.825, + "1chance0": 101.75001, + "2chance0": 99.7, + "3chance0": 99.2, + "0pair0": "{\n \"left\": 0,\n \"right\": 3\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "2pair0": "{\n \"left\": 0,\n \"right\": 3\n}", + "3pair0": "{\n \"left\": 0,\n \"right\": 3\n}", + "name1": "abyssalcraft:crystalshard", + "meta1": 25, + "0chance1": 100.25001, + "1chance1": 100.225, + "2chance1": 101.87499, + "3chance1": 100.475, + "0pair1": "{\n \"left\": 1,\n \"right\": 3\n}", + "1pair1": "{\n \"left\": 1,\n \"right\": 3\n}", + "2pair1": "{\n \"left\": 1,\n \"right\": 3\n}", + "3pair1": "{\n \"left\": 1,\n \"right\": 3\n}" + }, + { + "name": "abyssalcraft:abycorore", + "meta": 0, + "length": 1, + "name0": "abyssalcraft:coralium", + "meta0": 0, + "0chance0": 198.625, + "1chance0": 266.325, + "2chance0": 358.9, + "3chance0": 441.55002, + "0pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 6\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 9\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 12\n}" + }, + { + "name": "abyssalcraft:stone", + "meta": 1, + "length": 1, + "name0": "abyssalcraft:cobblestone", + "meta0": 1, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "abyssalcraft:dreadleaves", + "meta": 0, + "length": 1, + "name0": "abyssalcraft:dreadsapling", + "meta0": 0, + "0chance0": 4.9249997, + "1chance0": 5.05, + "2chance0": 5.275, + "3chance0": 5.55, + "0pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 0,\n \"right\": 1\n}" + }, + { + "name": "abyssalcraft:nitreore", + "meta": 0, + "length": 1, + "name0": "abyssalcraft:nitre", + "meta0": 0, + "0chance0": 201.15, + "1chance0": 265.25, + "2chance0": 353.125, + "3chance0": 437.4, + "0pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 6\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 9\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 12\n}" + }, + { + "name": "abyssalcraft:fusedabyssalsand", + "meta": 0, + "length": 1, + "name0": "abyssalcraft:abyssalsand", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "abyssalcraft:dltleaves", + "meta": 0, + "length": 1, + "name0": "abyssalcraft:dltsapling", + "meta0": 0, + "0chance0": 4.5, + "1chance0": 4.675, + "2chance0": 4.8, + "3chance0": 5.1, + "0pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 0,\n \"right\": 1\n}" + }, + { + "name": "abyssalcraft:ritualpedestal", + "meta": 0, + "length": 1, + "name0": "minecraft:cobblestone", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "extrabees:ectoplasm", + "meta": 0, + "length": 1, + "name0": "minecraft:slime_ball", + "meta0": 0, + "0chance0": 20.225, + "1chance0": 19.575, + "2chance0": 20.85, + "3chance0": 20.775, + "0pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 0,\n \"right\": 1\n}" + }, + { + "name": "abyssalcraft:abynitore", + "meta": 0, + "length": 1, + "name0": "abyssalcraft:nitre", + "meta0": 0, + "0chance0": 202.04999, + "1chance0": 262.6, + "2chance0": 349.65, + "3chance0": 444.19998, + "0pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 6\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 9\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 12\n}" + }, + { + "name": "extrabees:hive", + "meta": 0, + "length": 2, + "name0": "forestry:bee_drone_ge", + "meta0": 0, + "0chance0": 81.05, + "1chance0": 80.299995, + "2chance0": 80.825005, + "3chance0": 80.425, + "0pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "name1": "forestry:bee_princess_ge", + "meta1": 0, + "0chance1": 100.0, + "1chance1": 100.0, + "2chance1": 100.0, + "3chance1": 100.0, + "0pair1": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair1": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair1": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair1": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "extrabees:hive", + "meta": 1, + "length": 2, + "name0": "forestry:bee_drone_ge", + "meta0": 0, + "0chance0": 80.7, + "1chance0": 79.875, + "2chance0": 80.625, + "3chance0": 81.325, + "0pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "name1": "forestry:bee_princess_ge", + "meta1": 0, + "0chance1": 100.0, + "1chance1": 100.0, + "2chance1": 100.0, + "3chance1": 100.0, + "0pair1": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair1": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair1": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair1": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "extrabees:hive", + "meta": 2, + "length": 2, + "name0": "forestry:bee_drone_ge", + "meta0": 0, + "0chance0": 80.125, + "1chance0": 79.75, + "2chance0": 80.75, + "3chance0": 80.299995, + "0pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "name1": "forestry:bee_princess_ge", + "meta1": 0, + "0chance1": 100.0, + "1chance1": 100.0, + "2chance1": 100.0, + "3chance1": 100.0, + "0pair1": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair1": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair1": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair1": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "extrabees:hive", + "meta": 3, + "length": 2, + "name0": "forestry:bee_drone_ge", + "meta0": 0, + "0chance0": 80.5, + "1chance0": 80.575005, + "2chance0": 80.725006, + "3chance0": 80.4, + "0pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "name1": "forestry:bee_princess_ge", + "meta1": 0, + "0chance1": 100.0, + "1chance1": 100.0, + "2chance1": 100.0, + "3chance1": 100.0, + "0pair1": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair1": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair1": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair1": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "thebetweenlands:spreading_sludgy_dirt", + "meta": 0, + "length": 1, + "name0": "thebetweenlands:swamp_dirt", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "thebetweenlands:root", + "meta": 0, + "length": 1, + "name0": "thebetweenlands:tangled_root", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "thebetweenlands:log_sap", + "meta": 12, + "length": 1, + "name0": "thebetweenlands:sap_ball", + "meta0": 0, + "0chance0": 151.1, + "1chance0": 198.92499, + "2chance0": 251.7, + "3chance0": 299.5, + "0pair0": "{\n \"left\": 1,\n \"right\": 2\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 4\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 5\n}" + }, + { + "name": "thebetweenlands:log_spreading_rotten_bark", + "meta": 0, + "length": 1, + "name0": "thebetweenlands:log_rotten_bark", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "thebetweenlands:dug_swamp_grass", + "meta": 2, + "length": 1, + "name0": "thebetweenlands:swamp_dirt", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "thebetweenlands:slimy_grass", + "meta": 0, + "length": 1, + "name0": "thebetweenlands:slimy_dirt", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "thebetweenlands:bulb_capped_mushroom_stalk", + "meta": 0, + "length": 1, + "name0": "thebetweenlands:bulb_capped_mushroom_item", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "thebetweenlands:coarse_swamp_dirt", + "meta": 0, + "length": 1, + "name0": "thebetweenlands:swamp_dirt", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "thebetweenlands:swamp_grass", + "meta": 0, + "length": 1, + "name0": "thebetweenlands:swamp_dirt", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "thebetweenlands:dug_swamp_dirt", + "meta": 0, + "length": 1, + "name0": "thebetweenlands:swamp_dirt", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "thebetweenlands:bulb_capped_mushroom", + "meta": 0, + "length": 1, + "name0": "thebetweenlands:bulb_capped_mushroom_item", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "thebetweenlands:flat_head_mushroom", + "meta": 0, + "length": 1, + "name0": "thebetweenlands:flat_head_mushroom_item", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "thebetweenlands:dug_purified_swamp_dirt", + "meta": 1, + "length": 1, + "name0": "thebetweenlands:swamp_dirt", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "thebetweenlands:hollow_log", + "meta": 0, + "length": 1, + "name0": "thebetweenlands:items_misc", + "meta0": 13, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "thebetweenlands:dug_swamp_grass", + "meta": 0, + "length": 1, + "name0": "thebetweenlands:swamp_dirt", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "thebetweenlands:dug_purified_swamp_grass", + "meta": 1, + "length": 1, + "name0": "thebetweenlands:swamp_dirt", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "thebetweenlands:sludge", + "meta": 0, + "length": 1, + "name0": "thebetweenlands:sludge_ball", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "thebetweenlands:mud_flower_pot_candle", + "meta": 0, + "length": 2, + "name0": "thebetweenlands:sulfur_torch", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "name1": "thebetweenlands:mud_flower_pot", + "meta1": 0, + "0chance1": 100.0, + "1chance1": 100.0, + "2chance1": 100.0, + "3chance1": 100.0, + "0pair1": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair1": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair1": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair1": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "thebetweenlands:dug_purified_swamp_dirt", + "meta": 0, + "length": 1, + "name0": "thebetweenlands:swamp_dirt", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "thebetweenlands:dug_swamp_dirt", + "meta": 1, + "length": 1, + "name0": "thebetweenlands:swamp_dirt", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "thebetweenlands:dead_grass", + "meta": 0, + "length": 1, + "name0": "thebetweenlands:swamp_dirt", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "thebetweenlands:leaves_spirit_tree_middle", + "meta": 0, + "length": 1, + "name0": "thebetweenlands:spirit_fruit", + "meta0": 0, + "0chance0": 0.775, + "1chance0": 0.775, + "2chance0": 0.65000004, + "3chance0": 0.70000005, + "0pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 0,\n \"right\": 1\n}" + }, + { + "name": "thebetweenlands:hanger", + "meta": 3, + "length": 1, + "name0": "thebetweenlands:middle_fruit_bush_seeds", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "thebetweenlands:dug_swamp_grass", + "meta": 1, + "length": 1, + "name0": "thebetweenlands:swamp_dirt", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "thebetweenlands:log_sap", + "meta": 0, + "length": 1, + "name0": "thebetweenlands:sap_ball", + "meta0": 0, + "0chance0": 150.3, + "1chance0": 200.22499, + "2chance0": 247.77501, + "3chance0": 302.075, + "0pair0": "{\n \"left\": 1,\n \"right\": 2\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 4\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 5\n}" + }, + { + "name": "thebetweenlands:bulb_capped_mushroom_cap", + "meta": 0, + "length": 1, + "name0": "thebetweenlands:bulb_capped_mushroom_item", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "thebetweenlands:slimy_bone_ore", + "meta": 0, + "length": 1, + "name0": "thebetweenlands:items_misc", + "meta0": 14, + "0chance0": 100.0, + "1chance0": 150.4, + "2chance0": 198.72499, + "3chance0": 246.6, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 2\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 4\n}" + }, + { + "name": "thebetweenlands:dug_swamp_dirt", + "meta": 2, + "length": 1, + "name0": "thebetweenlands:swamp_dirt", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "thebetweenlands:weedwood_bush", + "meta": 0, + "length": 1, + "name0": "thebetweenlands:items_misc", + "meta0": 20, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "thebetweenlands:leaves_spirit_tree_bottom", + "meta": 0, + "length": 1, + "name0": "thebetweenlands:spirit_fruit", + "meta0": 0, + "0chance0": 0.975, + "1chance0": 0.625, + "2chance0": 0.65000004, + "3chance0": 0.70000005, + "0pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 0,\n \"right\": 1\n}" + }, + { + "name": "thebetweenlands:sulfur_ore", + "meta": 0, + "length": 1, + "name0": "thebetweenlands:items_misc", + "meta0": 18, + "0chance0": 100.0, + "1chance0": 150.1, + "2chance0": 199.3, + "3chance0": 253.25, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 2\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 4\n}" + }, + { + "name": "thebetweenlands:valonite_ore", + "meta": 0, + "length": 1, + "name0": "thebetweenlands:items_misc", + "meta0": 19, + "0chance0": 100.0, + "1chance0": 150.825, + "2chance0": 198.4, + "3chance0": 252.525, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 2\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 4\n}" + }, + { + "name": "thebetweenlands:portal_frame", + "meta": 0, + "length": 1, + "name0": "thebetweenlands:log_portal", + "meta0": 12, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "thebetweenlands:black_hat_mushroom", + "meta": 0, + "length": 1, + "name0": "thebetweenlands:black_hat_mushroom_item", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "thebetweenlands:possessed_block", + "meta": 0, + "length": 1, + "name0": "thebetweenlands:betweenstone_bricks", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "thebetweenlands:leaves_rubber_tree", + "meta": 0, + "length": 1, + "name0": "thebetweenlands:sapling_rubber", + "meta0": 0, + "0chance0": 4.7, + "1chance0": 6.6749997, + "2chance0": 8.375, + "3chance0": 10.175, + "0pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 0,\n \"right\": 1\n}" + }, + { + "name": "thebetweenlands:leaves_hearthgrove_tree", + "meta": 0, + "length": 1, + "name0": "thebetweenlands:sapling_hearthgrove", + "meta0": 0, + "0chance0": 4.9249997, + "1chance0": 6.225, + "2chance0": 9.025, + "3chance0": 9.849999, + "0pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 0,\n \"right\": 1\n}" + }, + { + "name": "thebetweenlands:life_crystal_stalactite", + "meta": 1, + "length": 1, + "name0": "thebetweenlands:life_crystal", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "thebetweenlands:sludgy_dirt", + "meta": 0, + "length": 1, + "name0": "thebetweenlands:swamp_dirt", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "thebetweenlands:leaves_nibbletwig_tree", + "meta": 0, + "length": 1, + "name0": "thebetweenlands:sapling_nibbletwig", + "meta0": 0, + "0chance0": 4.675, + "1chance0": 6.05, + "2chance0": 8.125, + "3chance0": 10.7, + "0pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 0,\n \"right\": 1\n}" + }, + { + "name": "thebetweenlands:weeping_blue", + "meta": 0, + "length": 1, + "name0": "thebetweenlands:weeping_blue_petal", + "meta0": 0, + "0chance0": 151.2, + "1chance0": 199.675, + "2chance0": 251.09999, + "3chance0": 299.15, + "0pair0": "{\n \"left\": 1,\n \"right\": 2\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 4\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 5\n}" + }, + { + "name": "thebetweenlands:leaves_weedwood_tree", + "meta": 0, + "length": 1, + "name0": "thebetweenlands:sapling_weedwood", + "meta0": 0, + "0chance0": 5.125, + "1chance0": 6.525, + "2chance0": 8.25, + "3chance0": 10.175, + "0pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 0,\n \"right\": 1\n}" + }, + { + "name": "thebetweenlands:snow", + "meta": 0, + "length": 1, + "name0": "minecraft:snowball", + "meta0": 0, + "0chance0": 200.0, + "1chance0": 200.0, + "2chance0": 200.0, + "3chance0": 200.0, + "0pair0": "{\n \"left\": 2,\n \"right\": 2\n}", + "1pair0": "{\n \"left\": 2,\n \"right\": 2\n}", + "2pair0": "{\n \"left\": 2,\n \"right\": 2\n}", + "3pair0": "{\n \"left\": 2,\n \"right\": 2\n}" + }, + { + "name": "thebetweenlands:dug_purified_swamp_grass", + "meta": 0, + "length": 1, + "name0": "thebetweenlands:swamp_dirt", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "thebetweenlands:leaves_spirit_tree_top", + "meta": 0, + "length": 1, + "name0": "thebetweenlands:spirit_fruit", + "meta0": 0, + "0chance0": 0.95, + "1chance0": 0.825, + "2chance0": 0.875, + "3chance0": 0.72499996, + "0pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 0,\n \"right\": 1\n}" + }, + { + "name": "thebetweenlands:leaves_sap_tree", + "meta": 0, + "length": 1, + "name0": "thebetweenlands:sapling_sap", + "meta0": 0, + "0chance0": 4.875, + "1chance0": 6.375, + "2chance0": 8.275, + "3chance0": 9.45, + "0pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 0,\n \"right\": 1\n}" + }, + { + "name": "thebetweenlands:dentrothyst", + "meta": 0, + "length": 1, + "name0": "thebetweenlands:dentrothyst_shard_green", + "meta0": 0, + "0chance0": 400.0, + "1chance0": 400.0, + "2chance0": 400.0, + "3chance0": 400.0, + "0pair0": "{\n \"left\": 4,\n \"right\": 4\n}", + "1pair0": "{\n \"left\": 4,\n \"right\": 4\n}", + "2pair0": "{\n \"left\": 4,\n \"right\": 4\n}", + "3pair0": "{\n \"left\": 4,\n \"right\": 4\n}" + }, + { + "name": "thebetweenlands:scabyst_ore", + "meta": 0, + "length": 1, + "name0": "thebetweenlands:items_misc", + "meta0": 39, + "0chance0": 198.8, + "1chance0": 246.77501, + "2chance0": 300.57498, + "3chance0": 350.625, + "0pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 4\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 5\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 6\n}" + }, + { + "name": "buildinggadgets:constructionblock", + "meta": 0, + "length": 1, + "name0": "buildinggadgets:constructionpaste", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "aoa3:tangle_thorns", + "meta": 0, + "length": 1, + "name0": "aoa3:heart_fruit_seeds", + "meta0": 0, + "0chance0": 4.5499997, + "1chance0": 4.8250003, + "2chance0": 5.125, + "3chance0": 4.8250003, + "0pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 0,\n \"right\": 1\n}" + }, + { + "name": "iceandfire:silverpile", + "meta": 0, + "length": 1, + "name0": "iceandfire:silver_nugget", + "meta0": 0, + "0chance0": 200.0, + "1chance0": 200.0, + "2chance0": 200.0, + "3chance0": 200.0, + "0pair0": "{\n \"left\": 2,\n \"right\": 2\n}", + "1pair0": "{\n \"left\": 2,\n \"right\": 2\n}", + "2pair0": "{\n \"left\": 2,\n \"right\": 2\n}", + "3pair0": "{\n \"left\": 2,\n \"right\": 2\n}" + }, + { + "name": "aoa3:lelyetia_down_grass", + "meta": 0, + "length": 1, + "name0": "aoa3:lelyetia_stone", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "aoa3:trilliad_bloom", + "meta": 0, + "length": 1, + "name0": "aoa3:trilliad_seeds", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "aoa3:extraction_device_on", + "meta": 0, + "length": 1, + "name0": "aoa3:extraction_device", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "thermalfoundation:ore_fluid", + "meta": 3, + "length": 1, + "name0": "thermalfoundation:material", + "meta0": 894, + "0chance0": 100.0, + "1chance0": 151.04999, + "2chance0": 200.275, + "3chance0": 252.725, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 2\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 4\n}" + }, + { + "name": "aoa3:legbone_fragments_ore", + "meta": 0, + "length": 1, + "name0": "aoa3:legbone_fragment", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 131.825, + "2chance0": 172.75, + "3chance0": 220.97499, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 2\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 4\n}" + }, + { + "name": "thermalfoundation:ore_fluid", + "meta": 0, + "length": 1, + "name0": "thermalfoundation:material", + "meta0": 892, + "0chance0": 100.0, + "1chance0": 151.1, + "2chance0": 200.37502, + "3chance0": 250.09999, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 2\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 4\n}" + }, + { + "name": "aoa3:bulb_stock_cap", + "meta": 0, + "length": 1, + "name0": "aoa3:eye_bulb", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "aoa3:marshmallow_grass", + "meta": 0, + "length": 1, + "name0": "aoa3:candyland_dirt", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "aoa3:shyregem_ore", + "meta": 0, + "length": 1, + "name0": "aoa3:shyregem", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 133.32501, + "2chance0": 177.6, + "3chance0": 221.175, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 2\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 4\n}" + }, + { + "name": "aoa3:jade_ore", + "meta": 0, + "length": 1, + "name0": "aoa3:jade", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 133.175, + "2chance0": 173.85, + "3chance0": 220.325, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 2\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 4\n}" + }, + { + "name": "aoa3:abyss_grass", + "meta": 0, + "length": 1, + "name0": "aoa3:abyss_stone", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "thermalfoundation:ore_fluid", + "meta": 5, + "length": 1, + "name0": "thermalfoundation:material", + "meta0": 892, + "0chance0": 100.0, + "1chance0": 149.875, + "2chance0": 200.22499, + "3chance0": 250.425, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 2\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 4\n}" + }, + { + "name": "aoa3:jewelyte_ore", + "meta": 0, + "length": 1, + "name0": "aoa3:jewelyte", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 134.025, + "2chance0": 173.375, + "3chance0": 220.52501, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 2\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 4\n}" + }, + { + "name": "iceandfire:goldpile", + "meta": 0, + "length": 1, + "name0": "minecraft:gold_nugget", + "meta0": 0, + "0chance0": 200.0, + "1chance0": 200.0, + "2chance0": 200.0, + "3chance0": 200.0, + "0pair0": "{\n \"left\": 2,\n \"right\": 2\n}", + "1pair0": "{\n \"left\": 2,\n \"right\": 2\n}", + "2pair0": "{\n \"left\": 2,\n \"right\": 2\n}", + "3pair0": "{\n \"left\": 2,\n \"right\": 2\n}" + }, + { + "name": "aoa3:gardencia_grass", + "meta": 0, + "length": 1, + "name0": "aoa3:gardencia_dirt", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "aoa3:red_crystal_ore", + "meta": 0, + "length": 1, + "name0": "aoa3:red_gemstones", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 132.79999, + "2chance0": 175.575, + "3chance0": 218.6, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 2\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 4\n}" + }, + { + "name": "aoa3:lunasole_grass", + "meta": 0, + "length": 1, + "name0": "aoa3:lunasole_dirt", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "aoa3:gemenyte_ore", + "meta": 0, + "length": 1, + "name0": "aoa3:gemenyte", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 134.425, + "2chance0": 172.825, + "3chance0": 222.90001, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 2\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 4\n}" + }, + { + "name": "aoa3:white_crystal_ore", + "meta": 0, + "length": 1, + "name0": "aoa3:white_gemstones", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 132.29999, + "2chance0": 173.325, + "3chance0": 219.025, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 2\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 4\n}" + }, + { + "name": "thermalfoundation:ore_fluid", + "meta": 2, + "length": 1, + "name0": "thermalfoundation:material", + "meta0": 893, + "0chance0": 100.0, + "1chance0": 151.25, + "2chance0": 198.92499, + "3chance0": 250.62498, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 2\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 4\n}" + }, + { + "name": "buildinggadgets:constructionblock_dense", + "meta": 0, + "length": 1, + "name0": "buildinggadgets:constructionpaste", + "meta0": 0, + "0chance0": 199.4, + "1chance0": 201.975, + "2chance0": 199.175, + "3chance0": 198.35, + "0pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 3\n}" + }, + { + "name": "aoa3:chestbone_fragments_ore", + "meta": 0, + "length": 1, + "name0": "aoa3:chestbone_fragment", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 133.925, + "2chance0": 173.2, + "3chance0": 218.12502, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 2\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 4\n}" + }, + { + "name": "aoa3:candyland_grass", + "meta": 0, + "length": 1, + "name0": "aoa3:candyland_dirt", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "aoa3:shyrelands_grass", + "meta": 0, + "length": 1, + "name0": "aoa3:shyrelands_stone", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "iceandfire:sapphire_ore", + "meta": 0, + "length": 1, + "name0": "iceandfire:sapphire_gem", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 133.575, + "2chance0": 174.925, + "3chance0": 219.82501, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 2\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 4\n}" + }, + { + "name": "aoa3:toxic_grass", + "meta": 0, + "length": 1, + "name0": "aoa3:toxic_dirt", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "aoa3:purple_crystal_ore", + "meta": 0, + "length": 1, + "name0": "aoa3:purple_gemstones", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 132.95, + "2chance0": 174.72499, + "3chance0": 221.125, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 2\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 4\n}" + }, + { + "name": "aoa3:celeve_grass", + "meta": 0, + "length": 1, + "name0": "aoa3:celeve_dirt", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "aoa3:mysterium_grass", + "meta": 0, + "length": 1, + "name0": "aoa3:mysterium_dirt", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "aoa3:creeponia_grass", + "meta": 0, + "length": 1, + "name0": "aoa3:creeponia_dirt", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "aoa3:precasia_grass", + "meta": 0, + "length": 1, + "name0": "aoa3:high_precasia_stone", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "aoa3:lunalyte_grass", + "meta": 0, + "length": 1, + "name0": "aoa3:lunalyte_dirt", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "aoa3:greckon_grass", + "meta": 0, + "length": 1, + "name0": "aoa3:greckon_dirt", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "aoa3:silvro_grass", + "meta": 0, + "length": 1, + "name0": "aoa3:iromine_stone", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "aoa3:footbone_fragments_ore", + "meta": 0, + "length": 1, + "name0": "aoa3:footbone_fragment", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 133.05, + "2chance0": 174.9, + "3chance0": 221.7, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 2\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 4\n}" + }, + { + "name": "aoa3:sapphire_ore", + "meta": 0, + "length": 1, + "name0": "aoa3:sapphire", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 132.45, + "2chance0": 174.65, + "3chance0": 215.8, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 2\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 4\n}" + }, + { + "name": "aoa3:runic_grass", + "meta": 0, + "length": 1, + "name0": "aoa3:runic_stone", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "aoa3:red_waterweeds", + "meta": 0, + "length": 1, + "name0": "aoa3:floracle_seeds", + "meta0": 0, + "0chance0": 20.925001, + "1chance0": 25.9, + "2chance0": 32.825, + "3chance0": 50.575, + "0pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 0,\n \"right\": 1\n}" + }, + { + "name": "aoa3:green_crystal_ore", + "meta": 0, + "length": 1, + "name0": "aoa3:green_gemstones", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 134.625, + "2chance0": 176.1, + "3chance0": 222.575, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 2\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 4\n}" + }, + { + "name": "aoa3:yellow_crystal_ore", + "meta": 0, + "length": 1, + "name0": "aoa3:yellow_gemstones", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 132.875, + "2chance0": 175.05, + "3chance0": 217.6, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 2\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 4\n}" + }, + { + "name": "aoa3:skullbone_fragments_ore", + "meta": 0, + "length": 1, + "name0": "aoa3:skullbone_fragment", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 133.075, + "2chance0": 174.575, + "3chance0": 216.72499, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 2\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 4\n}" + }, + { + "name": "iceandfire:jar_pixie", + "meta": 0, + "length": 1, + "name0": "iceandfire:jar_empty", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "aoa3:amethyst_ore", + "meta": 0, + "length": 1, + "name0": "aoa3:amethyst", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 133.55, + "2chance0": 176.8, + "3chance0": 220.475, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 2\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 4\n}" + }, + { + "name": "aoa3:lelyetia_grass", + "meta": 0, + "length": 1, + "name0": "aoa3:lelyetia_stone", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "thermalfoundation:ore_fluid", + "meta": 1, + "length": 1, + "name0": "thermalfoundation:material", + "meta0": 892, + "0chance0": 100.0, + "1chance0": 150.1, + "2chance0": 197.575, + "3chance0": 250.125, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 2\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 4\n}" + }, + { + "name": "aoa3:crystallite_ore", + "meta": 0, + "length": 1, + "name0": "aoa3:crystallite", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 133.05, + "2chance0": 172.55, + "3chance0": 218.15, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 2\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 4\n}" + }, + { + "name": "aoa3:borean_grass", + "meta": 0, + "length": 1, + "name0": "aoa3:borean_dirt", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "aoa3:tentacles_eye_red", + "meta": 0, + "length": 1, + "name0": "aoa3:staring_eye", + "meta0": 0, + "0chance0": 5.2000003, + "1chance0": 4.65, + "2chance0": 4.975, + "3chance0": 5.15, + "0pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 0,\n \"right\": 1\n}" + }, + { + "name": "aoa3:dustopia_grass", + "meta": 0, + "length": 1, + "name0": "aoa3:dustopia_dirt", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "integrateddynamics:menril_log_filled", + "meta": 0, + "length": 2, + "name0": "integrateddynamics:menril_log", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "name1": "integrateddynamics:crystalized_menril_chunk", + "meta1": 0, + "0chance1": 199.875, + "1chance1": 247.875, + "2chance1": 301.225, + "3chance1": 352.525, + "0pair1": "{\n \"left\": 1,\n \"right\": 3\n}", + "1pair1": "{\n \"left\": 1,\n \"right\": 4\n}", + "2pair1": "{\n \"left\": 1,\n \"right\": 5\n}", + "3pair1": "{\n \"left\": 1,\n \"right\": 6\n}" + }, + { + "name": "aoa3:chocolate_grass", + "meta": 0, + "length": 1, + "name0": "aoa3:candyland_grass", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "iceandfire:frozen_grass_path", + "meta": 0, + "length": 1, + "name0": "iceandfire:frozen_dirt", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "integrateddynamics:menril_leaves", + "meta": 0, + "length": 1, + "name0": "integrateddynamics:menril_sapling", + "meta0": 0, + "0chance0": 4.95, + "1chance0": 6.25, + "2chance0": 8.375, + "3chance0": 10.25, + "0pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 0,\n \"right\": 1\n}" + }, + { + "name": "aoa3:bloodstone_ore", + "meta": 0, + "length": 1, + "name0": "aoa3:bloodstone", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 134.59999, + "2chance0": 174.075, + "3chance0": 220.07501, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 2\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 4\n}" + }, + { + "name": "aoa3:crystal_grass", + "meta": 0, + "length": 1, + "name0": "aoa3:candyland_dirt", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "iceandfire:burnt_torch", + "meta": 0, + "length": 1, + "name0": "minecraft:torch", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "aoa3:haven_grass", + "meta": 0, + "length": 1, + "name0": "aoa3:haven_dirt", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "aoa3:ornamyte_ore", + "meta": 0, + "length": 1, + "name0": "aoa3:ornamyte", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 132.125, + "2chance0": 173.25, + "3chance0": 220.5, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 2\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 4\n}" + }, + { + "name": "iceandfire:chared_grass_path", + "meta": 0, + "length": 1, + "name0": "iceandfire:chared_dirt", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "aoa3:haunted_leaves", + "meta": 0, + "length": 1, + "name0": "aoa3:magic_marang_seeds", + "meta0": 0, + "0chance0": 5.0, + "1chance0": 6.2, + "2chance0": 7.9000006, + "3chance0": 11.1, + "0pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 0,\n \"right\": 1\n}" + }, + { + "name": "aoa3:iromine_grass", + "meta": 0, + "length": 1, + "name0": "aoa3:iromine_stone", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "aoa3:blue_crystal_ore", + "meta": 0, + "length": 1, + "name0": "aoa3:blue_gemstones", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 134.375, + "2chance0": 174.575, + "3chance0": 221.575, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 2\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 4\n}" + }, + { + "name": "thermalfoundation:ore_fluid", + "meta": 4, + "length": 1, + "name0": "thermalfoundation:material", + "meta0": 895, + "0chance0": 100.0, + "1chance0": 150.825, + "2chance0": 201.77501, + "3chance0": 250.15, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 2\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 3\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 4\n}" + }, + { + "name": "techreborn:matter_fabricator", + "meta": 0, + "length": 1, + "name0": "techreborn:machine_frame", + "meta0": 1, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "techreborn:thermal_generator", + "meta": 0, + "length": 1, + "name0": "techreborn:machine_frame", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "techreborn:grinder", + "meta": 0, + "length": 1, + "name0": "techreborn:machine_frame", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "techreborn:lightning_rod", + "meta": 0, + "length": 1, + "name0": "techreborn:machine_frame", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "techreborn:lapotronic_su", + "meta": 0, + "length": 1, + "name0": "techreborn:machine_frame", + "meta0": 1, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "techreborn:solid_fuel_generator", + "meta": 0, + "length": 1, + "name0": "techreborn:machine_frame", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "techreborn:adjustable_su", + "meta": 0, + "length": 1, + "name0": "techreborn:machine_frame", + "meta0": 2, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "techreborn:pump", + "meta": 0, + "length": 1, + "name0": "techreborn:machine_frame", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "techreborn:high_voltage_su", + "meta": 0, + "length": 1, + "name0": "techreborn:machine_frame", + "meta0": 1, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "techreborn:creative_quantum_chest", + "meta": 0, + "length": 1, + "name0": "techreborn:machine_frame", + "meta0": 1, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "techreborn:rubber_leaves", + "meta": 0, + "length": 1, + "name0": "techreborn:rubber_sapling", + "meta0": 0, + "0chance0": 4.3, + "1chance0": 6.1, + "2chance0": 7.7249994, + "3chance0": 9.95, + "0pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 0,\n \"right\": 1\n}" + }, + { + "name": "techreborn:extractor", + "meta": 0, + "length": 1, + "name0": "techreborn:machine_frame", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "techreborn:quantum_tank", + "meta": 0, + "length": 1, + "name0": "techreborn:machine_frame", + "meta0": 1, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "techreborn:recycler", + "meta": 0, + "length": 1, + "name0": "techreborn:machine_frame", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "techreborn:distillation_tower", + "meta": 0, + "length": 1, + "name0": "techreborn:machine_frame", + "meta0": 1, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "techreborn:computer_cube", + "meta": 0, + "length": 1, + "name0": "techreborn:machine_frame", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "techreborn:interdimensional_su", + "meta": 0, + "length": 1, + "name0": "techreborn:machine_frame", + "meta0": 1, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "techreborn:vacuum_freezer", + "meta": 0, + "length": 1, + "name0": "techreborn:machine_frame", + "meta0": 1, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "techreborn:water_mill", + "meta": 0, + "length": 1, + "name0": "techreborn:machine_frame", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "techreborn:magic_energy_converter", + "meta": 0, + "length": 1, + "name0": "techreborn:machine_frame", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "techreborn:player_detector", + "meta": 0, + "length": 1, + "name0": "techreborn:machine_frame", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "techreborn:industrial_electrolyzer", + "meta": 0, + "length": 1, + "name0": "techreborn:machine_frame", + "meta0": 1, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "techreborn:ev_transformer", + "meta": 0, + "length": 1, + "name0": "techreborn:machine_frame", + "meta0": 1, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "techreborn:implosion_compressor", + "meta": 0, + "length": 1, + "name0": "techreborn:machine_frame", + "meta0": 1, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "techreborn:gas_turbine", + "meta": 0, + "length": 1, + "name0": "techreborn:machine_frame", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "techreborn:quantum_chest", + "meta": 0, + "length": 1, + "name0": "techreborn:machine_frame", + "meta0": 1, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "techreborn:chunk_loader", + "meta": 0, + "length": 1, + "name0": "techreborn:machine_frame", + "meta0": 1, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "techreborn:plate_bending_machine", + "meta": 0, + "length": 1, + "name0": "techreborn:machine_frame", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "techreborn:charge_o_mat", + "meta": 0, + "length": 1, + "name0": "techreborn:machine_frame", + "meta0": 1, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "techreborn:digital_chest", + "meta": 0, + "length": 1, + "name0": "techreborn:machine_frame", + "meta0": 1, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "techreborn:ore", + "meta": 5, + "length": 1, + "name0": "techreborn:dust", + "meta0": 39, + "0chance0": 150.3, + "1chance0": 199.875, + "2chance0": 263.4, + "3chance0": 324.175, + "0pair0": "{\n \"left\": 1,\n \"right\": 2\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 4\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 6\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 8\n}" + }, + { + "name": "techreborn:creative_solar_panel", + "meta": 0, + "length": 1, + "name0": "techreborn:machine_frame", + "meta0": 1, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "techreborn:lsu_storage", + "meta": 0, + "length": 1, + "name0": "techreborn:machine_frame", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "techreborn:assembling_machine", + "meta": 0, + "length": 1, + "name0": "techreborn:machine_frame", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "techreborn:wire_mill", + "meta": 0, + "length": 1, + "name0": "techreborn:machine_frame", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "techreborn:industrial_sawmill", + "meta": 0, + "length": 1, + "name0": "techreborn:machine_frame", + "meta0": 1, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "techreborn:diesel_generator", + "meta": 0, + "length": 1, + "name0": "techreborn:machine_frame", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "techreborn:creative_quantum_tank", + "meta": 0, + "length": 1, + "name0": "techreborn:machine_frame", + "meta0": 1, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "techreborn:scrapboxinator", + "meta": 0, + "length": 1, + "name0": "techreborn:machine_frame", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "techreborn:industrial_centrifuge", + "meta": 0, + "length": 1, + "name0": "techreborn:machine_frame", + "meta0": 1, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "techreborn:auto_crafting_table", + "meta": 0, + "length": 1, + "name0": "techreborn:machine_frame", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "techreborn:solid_canning_machine", + "meta": 0, + "length": 1, + "name0": "techreborn:machine_frame", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "techreborn:alloy_smelter", + "meta": 0, + "length": 1, + "name0": "techreborn:machine_frame", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "techreborn:industrial_blast_furnace", + "meta": 0, + "length": 1, + "name0": "techreborn:machine_frame", + "meta0": 1, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "techreborn:ore", + "meta": 2, + "length": 2, + "name0": "techreborn:gem", + "meta0": 0, + "0chance0": 150.425, + "1chance0": 199.4, + "2chance0": 262.65, + "3chance0": 328.175, + "0pair0": "{\n \"left\": 1,\n \"right\": 2\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 4\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 6\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 8\n}", + "name1": "techreborn:gem", + "meta1": 3, + "0chance1": 12.4, + "1chance1": 19.300001, + "2chance1": 24.4, + "3chance1": 31.900002, + "0pair1": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair1": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair1": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair1": "{\n \"left\": 0,\n \"right\": 1\n}" + }, + { + "name": "techreborn:cable", + "meta": 5, + "length": 1, + "name0": "techreborn:cable", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "techreborn:player_detector", + "meta": 2, + "length": 1, + "name0": "techreborn:machine_frame", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "techreborn:compressor", + "meta": 0, + "length": 1, + "name0": "techreborn:machine_frame", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "techreborn:hv_transformer", + "meta": 0, + "length": 1, + "name0": "techreborn:machine_frame", + "meta0": 1, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "techreborn:industrial_grinder", + "meta": 0, + "length": 1, + "name0": "techreborn:machine_frame", + "meta0": 1, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "techreborn:medium_voltage_su", + "meta": 0, + "length": 1, + "name0": "techreborn:machine_frame", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "techreborn:semi_fluid_generator", + "meta": 0, + "length": 1, + "name0": "techreborn:machine_frame", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "techreborn:rolling_machine", + "meta": 0, + "length": 1, + "name0": "techreborn:machine_frame", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "techreborn:mv_transformer", + "meta": 0, + "length": 1, + "name0": "techreborn:machine_frame", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "techreborn:player_detector", + "meta": 1, + "length": 1, + "name0": "techreborn:machine_frame", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "techreborn:magic_energy_absorber", + "meta": 0, + "length": 1, + "name0": "techreborn:machine_frame", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "techreborn:wind_mill", + "meta": 0, + "length": 1, + "name0": "techreborn:machine_frame", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "techreborn:ore", + "meta": 3, + "length": 2, + "name0": "techreborn:gem", + "meta0": 1, + "0chance0": 151.625, + "1chance0": 202.125, + "2chance0": 264.475, + "3chance0": 322.525, + "0pair0": "{\n \"left\": 1,\n \"right\": 2\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 4\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 6\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 8\n}", + "name1": "techreborn:gem", + "meta1": 2, + "0chance1": 12.525, + "1chance1": 18.825, + "2chance1": 24.8, + "3chance1": 30.55, + "0pair1": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair1": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair1": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair1": "{\n \"left\": 0,\n \"right\": 1\n}" + }, + { + "name": "techreborn:fusion_control_computer", + "meta": 0, + "length": 1, + "name0": "techreborn:machine_frame", + "meta0": 1, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "techreborn:dragon_egg_syphon", + "meta": 0, + "length": 1, + "name0": "techreborn:machine_frame", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "techreborn:ore", + "meta": 6, + "length": 2, + "name0": "minecraft:redstone", + "meta0": 0, + "0chance0": 26.0, + "1chance0": 38.425, + "2chance0": 50.774998, + "3chance0": 62.575, + "0pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "name1": "techreborn:dust", + "meta1": 11, + "0chance1": 148.825, + "1chance1": 202.975, + "2chance1": 260.175, + "3chance1": 322.525, + "0pair1": "{\n \"left\": 1,\n \"right\": 2\n}", + "1pair1": "{\n \"left\": 1,\n \"right\": 4\n}", + "2pair1": "{\n \"left\": 1,\n \"right\": 6\n}", + "3pair1": "{\n \"left\": 1,\n \"right\": 8\n}" + }, + { + "name": "techreborn:cable", + "meta": 6, + "length": 1, + "name0": "techreborn:cable", + "meta0": 2, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "techreborn:electric_furnace", + "meta": 0, + "length": 1, + "name0": "techreborn:machine_frame", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "techreborn:plasma_generator", + "meta": 0, + "length": 1, + "name0": "techreborn:machine_frame", + "meta0": 0, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "techreborn:chemical_reactor", + "meta": 0, + "length": 1, + "name0": "techreborn:machine_frame", + "meta0": 1, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "techreborn:fluid_replicator", + "meta": 0, + "length": 1, + "name0": "techreborn:machine_frame", + "meta0": 1, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "techreborn:cable", + "meta": 7, + "length": 1, + "name0": "techreborn:cable", + "meta0": 3, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "techreborn:ore", + "meta": 11, + "length": 2, + "name0": "techreborn:dust", + "meta0": 1, + "0chance0": 51.375, + "1chance0": 77.225, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "name1": "techreborn:dust", + "meta1": 48, + "0chance1": 148.525, + "1chance1": 196.5, + "2chance1": 263.05002, + "3chance1": 323.44998, + "0pair1": "{\n \"left\": 1,\n \"right\": 2\n}", + "1pair1": "{\n \"left\": 1,\n \"right\": 4\n}", + "2pair1": "{\n \"left\": 1,\n \"right\": 6\n}", + "3pair1": "{\n \"left\": 1,\n \"right\": 8\n}" + }, + { + "name": "techreborn:ore", + "meta": 7, + "length": 2, + "name0": "techreborn:dust", + "meta0": 50, + "0chance0": 151.34999, + "1chance0": 199.95, + "2chance0": 261.625, + "3chance0": 332.69998, + "0pair0": "{\n \"left\": 1,\n \"right\": 2\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 4\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 6\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 8\n}", + "name1": "techreborn:gem", + "meta1": 4, + "0chance1": 12.1, + "1chance1": 19.699999, + "2chance1": 26.0, + "3chance1": 30.625, + "0pair1": "{\n \"left\": 0,\n \"right\": 1\n}", + "1pair1": "{\n \"left\": 0,\n \"right\": 1\n}", + "2pair1": "{\n \"left\": 0,\n \"right\": 1\n}", + "3pair1": "{\n \"left\": 0,\n \"right\": 1\n}" + }, + { + "name": "mysticalagriculture:soulstone", + "meta": 0, + "length": 1, + "name0": "mysticalagriculture:soulstone", + "meta0": 1, + "0chance0": 100.0, + "1chance0": 100.0, + "2chance0": 100.0, + "3chance0": 100.0, + "0pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "1pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "2pair0": "{\n \"left\": 1,\n \"right\": 1\n}", + "3pair0": "{\n \"left\": 1,\n \"right\": 1\n}" + }, + { + "name": "mysticalagriculture:inferium_ore", + "meta": 0, + "length": 1, + "name0": "mysticalagriculture:crafting", + "meta0": 0, + "0chance0": 250.3, + "1chance0": 250.275, + "2chance0": 306.85, + "3chance0": 402.575, + "0pair0": "{\n \"left\": 2,\n \"right\": 3\n}", + "1pair0": "{\n \"left\": 2,\n \"right\": 3\n}", + "2pair0": "{\n \"left\": 2,\n \"right\": 6\n}", + "3pair0": "{\n \"left\": 2,\n \"right\": 9\n}" + }, + { + "name": "mysticalagriculture:end_prosperity_ore", + "meta": 0, + "length": 1, + "name0": "mysticalagriculture:crafting", + "meta0": 5, + "0chance0": 449.725, + "1chance0": 450.325, + "2chance0": 561.8, + "3chance0": 727.22504, + "0pair0": "{\n \"left\": 4,\n \"right\": 5\n}", + "1pair0": "{\n \"left\": 4,\n \"right\": 5\n}", + "2pair0": "{\n \"left\": 4,\n \"right\": 10\n}", + "3pair0": "{\n \"left\": 4,\n \"right\": 15\n}" + }, + { + "name": "mysticalagriculture:prosperity_ore", + "meta": 0, + "length": 1, + "name0": "mysticalagriculture:crafting", + "meta0": 5, + "0chance0": 249.77501, + "1chance0": 249.875, + "2chance0": 311.45, + "3chance0": 395.95, + "0pair0": "{\n \"left\": 2,\n \"right\": 3\n}", + "1pair0": "{\n \"left\": 2,\n \"right\": 3\n}", + "2pair0": "{\n \"left\": 2,\n \"right\": 6\n}", + "3pair0": "{\n \"left\": 2,\n \"right\": 9\n}" + }, + { + "name": "mysticalagriculture:nether_prosperity_ore", + "meta": 0, + "length": 1, + "name0": "mysticalagriculture:crafting", + "meta0": 5, + "0chance0": 349.8, + "1chance0": 350.02502, + "2chance0": 436.975, + "3chance0": 558.22504, + "0pair0": "{\n \"left\": 3,\n \"right\": 4\n}", + "1pair0": "{\n \"left\": 3,\n \"right\": 4\n}", + "2pair0": "{\n \"left\": 3,\n \"right\": 8\n}", + "3pair0": "{\n \"left\": 3,\n \"right\": 12\n}" + }, + { + "name": "mysticalagriculture:nether_inferium_ore", + "meta": 0, + "length": 1, + "name0": "mysticalagriculture:crafting", + "meta0": 0, + "0chance0": 351.0, + "1chance0": 348.35, + "2chance0": 440.22498, + "3chance0": 562.52496, + "0pair0": "{\n \"left\": 3,\n \"right\": 4\n}", + "1pair0": "{\n \"left\": 3,\n \"right\": 4\n}", + "2pair0": "{\n \"left\": 3,\n \"right\": 8\n}", + "3pair0": "{\n \"left\": 3,\n \"right\": 12\n}" + }, + { + "name": "mysticalagriculture:end_inferium_ore", + "meta": 0, + "length": 1, + "name0": "mysticalagriculture:crafting", + "meta0": 0, + "0chance0": 449.65, + "1chance0": 450.15002, + "2chance0": 569.55, + "3chance0": 715.35004, + "0pair0": "{\n \"left\": 4,\n \"right\": 5\n}", + "1pair0": "{\n \"left\": 4,\n \"right\": 5\n}", + "2pair0": "{\n \"left\": 4,\n \"right\": 10\n}", + "3pair0": "{\n \"left\": 4,\n \"right\": 15\n}" + } +] \ No newline at end of file diff --git a/config/BlockDrops/config.cfg b/config/BlockDrops/config.cfg new file mode 100644 index 00000000..55cec202 --- /dev/null +++ b/config/BlockDrops/config.cfg @@ -0,0 +1,30 @@ +# Configuration file + +client { + # Show block drops of any block. [default: false] + B:allDrops=false + + # Mod IDs of mods that won't be scanned. [default: [flatcoloredblocks], [chisel], [xtones], [wallpapercraft], [sonarcore], [microblockcbe]] + S:blacklist < + flatcoloredblocks + chisel + xtones + wallpapercraft + sonarcore + microblockcbe + > + + # Number of calculation. The higher the more precise the chance. [range: 1 ~ 99999, default: 4000] + I:iteration=4000 + + # Multithreaded calculation of drops [default: true] + B:multithreaded=true + + # Show chance of drops. [default: true] + B:showChance=true + + # Show minimum and maximum of drops. [default: true] + B:showMinMax=true +} + + diff --git a/config/BlockDrops/modVersions.txt b/config/BlockDrops/modVersions.txt new file mode 100644 index 00000000..24ef2b73 --- /dev/null +++ b/config/BlockDrops/modVersions.txt @@ -0,0 +1,200 @@ +{ + "blockdrops": "1.4.0", + "buildcraftenergy": "7.99.24.6", + "mtrm": "1.2.2.30", + "draconicevolution": "2.3.25", + "projecte": "1.12.2-PE1.4.1", + "thermalinnovation": "0.3.6", + "endercore": "1.12.2-0.5.73", + "thaumicjei": "1.6.0", + "deepmoblearningbm": "1.12.2-1.0.1", + "hammercore": "2.0.6.14", + "jeibees": "0.9.0.5", + "ctm": "MC1.12.2-1.0.2.31", + "mikesmodslib": "1.0.2", + "forgelin": "1.8.4", + "xreliquary": "1.12.2-1.3.4.796", + "llibrary": "1.7.19", + "darkutils": "1.8.230", + "waila": "1.8.26", + "enderioconduitsrefinedstorage": "5.1.55", + "redstonearsenal": "2.6.4", + "guideapi": "1.12-2.1.8-63", + "jeresources": "0.9.2.60", + "acintegration": "1.10.0", + "mysticalagradditions": "1.3.2", + "enderioconduits": "5.1.55", + "techreborn": "2.27.2.1079", + "flyringbaublemod": "0.3.1_1.12-d4e654e", + "industrialforegoing": "1.12.2-1.12.2", + "torchmaster": "1.8.1.81", + "biomesoplenty": "7.0.1.2441", + "redstoneflux": "2.1.1", + "tinkersaether": "1.3.0", + "soulshardstow": "1.12-2.7.6-56", + "battletowers": "1.6.5", + "botania": "r1.10-363", + "gendustry": "1.6.5.8", + "bloodagricraft": "1.0.0", + "projectred-core": "4.9.4.120", + "abyssalcraft": "1.9.18", + "buildcraftbuilders": "7.99.24.6", + "buildcraftfactory": "7.99.24.6", + "teslacorelib": "1.0.17", + "projectred-transportation": "4.9.4.120", + "projectred-exploration": "4.9.4.120", + "FML": "8.0.99.99", + "thermalexpansion": "5.5.7", + "tombstone": "3.7.3", + "projectred-integration": "4.9.4.120", + "rftoolsdim": "5.71", + "enderiointegrationtic": "5.1.55", + "buildcraftcompat": "7.99.24.6", + "forgemultipartcbe": "2.6.2.83", + "codechickenlib": "3.2.3.358", + "fastleafdecay": "v14", + "techreborn_compat": "1.0.0", + "wailaharvestability": "1.1.12", + "aroma1997sdimension": "2.0.0.2", + "binniedesign": "2.5.1.203", + "bloodarsenal": "1.12.2-2.2.2-31", + "simplyjetpacks": "2.2.14.67", + "woot": "1.12.2-1.4.11", + "jee": "1.0.8", + "aoa3": "3.2.7", + "jei": "4.15.0.291", + "thermalcultivation": "0.3.6", + "bibliocraft": "2.4.5", + "thermalfoundation": "2.6.7", + "bdlib": "1.14.3.12", + "tcinventoryscan": "2.0.10", + "expequiv": "13r", + "naturescompass": "1.8.5", + "enderiointegrationticlate": "5.1.55", + "aroma1997core": "2.0.0.2", + "chameleon": "1.12-4.1.3", + "conarm": "1.2.5.4", + "inventorytweaks": "1.63+release.109.220f184", + "equivalentintegrations": "0.4.6", + "extrabees": "2.5.1.203", + "iceandfire": "1.9.0", + "thermalsolars": "1.12.2 V1.9.5", + "forge": "14.23.5.2847", + "phosphor-lighting": "1.12.2-0.2.6", + "ironchest": "1.12.2-7.0.67.844", + "zerocore": "1.12.2-0.1.2.8", + "minecraft": "1.12.2", + "mousetweaks": "2.10", + "betterbedrockgen": "6.0.2", + "thermaldynamics": "2.5.6", + "immersiveengineering": "0.12-92", + "thaumicenergistics": "2.2.3", + "enderiopowertools": "5.1.55", + "chickenchunks": "2.4.2.74", + "extrautils2": "1.0", + "jeiintegration": "1.5.1.36", + "mantle": "1.12-1.3.3.55", + "integrateddynamics": "1.1.5", + "thebetweenlands": "3.5.10", + "bhc": "1.2.3", + "jeivillagers": "1.0", + "autoreglib": "1.3-32", + "torcherino": "7.6", + "gendustryjei": "1.0.2", + "mrtjpcore": "2.1.4.43", + "railcraft": "12.0.0", + "dimdoors": "3.0.9+287", + "erebus": "1.0.31", + "integratedtunnelscompat": "1.0.0", + "minecraftmultipartcbe": "2.6.2.83", + "enderioconduitsopencomputers": "5.1.55", + "forestry": "5.8.2.387", + "buildcraftlib": "7.99.24.6", + "cyclopscore": "1.6.3", + "p455w0rdslib": "2.3.161", + "astralsorcery": "1.10.22", + "enderiointegrationforestry": "5.1.55", + "binniecore": "2.5.1.203", + "universalmodifiers": "1.12.2-1.0.16.1", + "openmods": "0.12.2", + "rftools": "7.73", + "cofhcore": "4.6.6", + "bowinfinityfix": "rv5.1", + "plustic": "8.0.0.0", + "reborncore": "3.19.3.524", + "controlling": "3.0.9", + "neid": "1.5.4.4", + "ae2stuff": "0.7.0.4", + "bookshelf": "2.3.590", + "ironbackpacks": "1.12.2-3.0.8-12", + "buildinggadgets": "2.8.3", + "wct": "3.12.97", + "cofhworld": "1.4.0", + "matc": "1.0.1-hotfix", + "thaumcraft": "6.1.BETA26", + "mcjtylib_ng": "3.5.4", + "twilightforest": "3.10.1013", + "architecturecraft": "@VERSION@", + "thaumictinkerer": "1.12.2-5.0-353c71c", + "actuallybaubles": "1.1", + "extratrees": "2.5.1.203", + "commoncapabilities": "2.4.6", + "enderiomachines": "5.1.55", + "botany": "2.5.1.203", + "valkyrielib": "1.12.2-2.0.20.1", + "openmodscore": "0.12.2", + "aromabackup": "2.1.1.4", + "llor": "1.1.6-mc1.12.2", + "teslacorelib_registries": "1.0.17", + "actuallyadditions": "1.12.2-r151", + "patchouli": "1.0-20", + "randomthings": "4.2.7.4", + "projectred-transmission": "4.9.4.120", + "integratedtunnels": "1.6.11", + "elevatorid": "1.3.14", + "gunpowderlib": "1.12.2-1.0", + "aromabackuprecovery": "2.1.1.4", + "enderioconduitsappliedenergistics": "5.1.55", + "environmentaltech": "1.12.2-2.0.20.1", + "deepmoblearning": "1.12.2-2.5.2", + "bigreactors": "1.12.2-0.4.5.67", + "buildcraftcore": "7.99.24.6", + "danknull": "1.7.91", + "agricraft": "2.12.0-1.12.0-a6", + "ae2wtlib": "1.0.34", + "cucumber": "1.1.3", + "snad": "1.12.1-1.7.09.16a", + "damageindicatorsmod": "1.0", + "buildcrafttransport": "7.99.24.6", + "longfallboots": "1.2.1a", + "waystones": "4.1.0", + "mcp": "9.42", + "journeymap": "1.12.2-5.7.1", + "appliedenergistics2": "rv6-stable-7", + "nuclearcraft": "2.18r", + "moartinkers": "0.6.0", + "integrateddynamicscompat": "1.0.0", + "ichunutil": "7.2.2", + "enderstorage": "2.4.6.137", + "akashictome": "1.2-12", + "bloodmagic": "1.12.2-2.4.3-105", + "brandonscore": "2.4.18", + "magicbees": "1.0", + "mysticalagriculture": "1.7.5", + "openblocks": "1.8.1", + "tconstruct": "1.12.2-2.13.0.183", + "portalgun": "7.1.0", + "baubles": "1.5.2", + "projectred-relocation": "4.9.4.120", + "genetics": "2.5.1.203", + "enderio": "5.1.55", + "fluxnetworks": "4.0.14", + "storagedrawers": "1.12.2-5.4.1", + "projectred-expansion": "4.9.4.120", + "enderiobase": "5.1.55", + "infinitylib": "1.12.2-1.12.0", + "aether_legacy": "1.4.4", + "tinkersjei": "1.2", + "logisticspipes": "0.10.2.218", + "translocators": "2.5.2.81" +} \ No newline at end of file diff --git a/config/Building Gadgets.cfg b/config/Building Gadgets.cfg new file mode 100644 index 00000000..b582514e --- /dev/null +++ b/config/Building Gadgets.cfg @@ -0,0 +1,204 @@ +# 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/ChickenChunks.cfg b/config/ChickenChunks.cfg new file mode 100644 index 00000000..7a13fa02 --- /dev/null +++ b/config/ChickenChunks.cfg @@ -0,0 +1,40 @@ +#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/CustomMainMenu/mainmenu.json b/config/CustomMainMenu/mainmenu.json new file mode 100644 index 00000000..675de3c6 --- /dev/null +++ b/config/CustomMainMenu/mainmenu.json @@ -0,0 +1,194 @@ +{ + "images": + { + "title": + { + "image" : "menu:titlesubt.png", + "posX" : -180, + "posY" : 25, + "width" : 355, + "height" : 57, + "alignment" : "top_center" + } + }, + + "buttons": + { + "singleplayer": + { + "text" : "menu.singleplayer", + "posX" : -100, + "posY" : 48, + "width" : 200, + "height" : 20, + "action" : + { + "type" : "openGui", + "gui" : "singleplayer" + } + }, + + "multiplayer": + { + "text" : "menu.multiplayer", + "posX" : -100, + "posY" : 72, + "width" : 200, + "height" : 20, + "action" : + { + "type" : "openGui", + "gui" : "multiplayer" + } + }, + + "mods": + { + "text" : "fml.menu.mods", + "posX" : -100, + "posY" : 96, + "width" : 200, + "height" : 20, + "action" : + { + "type" : "openGui", + "gui" : "mods" + } + }, + + "options": + { + "text" : "menu.options", + "posX" : -100, + "posY" : 132, + "width" : 98, + "height" : 20, + "action" : + { + "type" : "openGui", + "gui" : "options" + } + }, + + "quit": + { + "text" : "menu.quit", + "posX" : 2, + "posY" : 132, + "width" : 98, + "height" : 20, + "action" : + { + "type" : "quit" + } + }, + + "language": + { + "text" : "", + "posX" : -124, + "posY" : 132, + "width" : 20, + "height" : 20, + "action" : + { + "type" : "openGui", + "gui" : "languages" + } + }, + + "refresh": + { + "text" : "", + "posX" : -154, + "posY" : 132, + "width" : 20, + "height" : 20, + "texture" : "custommainmenu:textures/gui/buttons.png", + "action" : + { + "type" : "refresh" + } + } + }, + + "labels": + { + "mojang": + { + "text" : "Copyright Mojang AB. Do not distribute!", + "hoverText" : "�nCopyright Mojang AB. Do not distribute!", + "posX" : -197, + "posY" : -10, + "color" : -1, + "alignment" : "bottom_right", + "action" : + { + "type" : "openGui", + "gui" : "credits" + } + }, + + "fml": + { + "text" : "", + "posX" : 2, + "posY" : -45, + "color" : -1, + "alignment" : "bottom_left" + } + }, + + "other": + { + "splash-text": + { + "posX" : 150, + "posY" : 85, + "color" : -256, + "alignment" : "top_center", + "texts" : "file:menu:text.txt" + }, + + "background": + { + "image" : "", + "slideshow": + { + "images" : ["menu:back1.png", + "menu:back2.png", + "menu:back3.png", + "menu:back4.png", + "menu:back5.png", + "menu:back6.png", + "menu:back7.png", + "menu:back8.png", + "menu:back9.png", + "menu:back10.png", + "menu:back11.png", + "menu:back12.png", + "menu:back13.png", + "menu:back14.png", + "menu:back15.png", + "menu:back16.png", + "menu:back17.png", + "menu:back18.png", + "menu:back19.png", + "menu:back20.png", + "menu:back21.png", + "menu:back22.png", + "menu:back23.png", + "menu:back24.png", + "menu:back25.png", + "menu:back26.png", + "menu:back27.png", + "menu:back28.png", + "menu:back29.png", + "menu:back30.png", + "menu:back31.png"], + "displayDuration" : 100, + "fadeDuration" : 40 + } + } + } +} \ No newline at end of file diff --git a/config/CustomMainMenu/mainmenu.txt b/config/CustomMainMenu/mainmenu.txt new file mode 100644 index 00000000..440d0e60 --- /dev/null +++ b/config/CustomMainMenu/mainmenu.txt @@ -0,0 +1,169 @@ +{ + "images": + { + "title": + { + "image" : "menu:titlepixelart.png", + "posX" : -170, + "posY" : 10, + "width" : 340, + "height" : 100, + "alignment" : "top_center" + } + }, + + "buttons": + { + "singleplayer": + { + "text" : "menu.singleplayer", + "posX" : -100, + "posY" : 48, + "width" : 200, + "height" : 20, + "texture" : "menu:buttonratio.png", + "action" : + { + "type" : "openGui", + "gui" : "singleplayer" + } + }, + + "multiplayer": + { + "text" : "menu.multiplayer", + "posX" : -100, + "posY" : 72, + "width" : 200, + "height" : 20, + "texture" : "menu:buttonratio.png", + "action" : + { + "type" : "openGui", + "gui" : "multiplayer" + } + }, + + "mods": + { + "text" : "fml.menu.mods", + "posX" : -100, + "posY" : 96, + "width" : 200, + "height" : 20, + "texture" : "menu:buttonratio.png", + "action" : + { + "type" : "openGui", + "gui" : "mods" + } + }, + + "options": + { + "text" : "menu.options", + "posX" : -100, + "posY" : 120, + "width" : 200, + "height" : 20, + "texture" : "menu:buttonratio.png", + "action" : + { + "type" : "openGui", + "gui" : "options" + } + }, + + "quit": + { + "text" : "menu.quit", + "posX" : -100, + "posY" : 144, + "width" : 200, + "height" : 20, + "texture" : "menu:buttonratio.png", + "action" : + { + "type" : "quit" + } + }, + + "refresh": + { + "text" : "", + "posX" : -300, + "posY" : -75, + "width" : 20, + "height" : 20, + "texture" : "menu:buttonratio.png", + "action" : + { + "type" : "refresh" + } + } + }, + + "labels": + { + "mojang": + { + "text" : "Copyright Mojang AB. Do not distribute!", + "hoverText" : "�nCopyright Mojang AB. Do not distribute!", + "posX" : -197, + "posY" : -10, + "color" : -1, + "alignment" : "bottom_right", + "action" : + { + "type" : "openGui", + "gui" : "credits" + } + }, + + "fml": + { + "text" : "", + "posX" : 2, + "posY" : -45, + "color" : -1, + "alignment" : "bottom_left" + } + }, + + "other": + { + "splash-text": + { + "posX" : 150, + "posY" : 100, + "color" : -256, + "alignment" : "top_center", + "texts" : "file:menu:text.txt" + }, + "background": + { + "image" : "", + "slideshow": + { + "images" : ["menu:back1.png", + "menu:back2.png", + "menu:back3.png", + "menu:back4.png", + "menu:back5.png", + "menu:back6.png", + "menu:back7.png", + "menu:back8.png", + "menu:back9.png", + "menu:back10.png", + "menu:back11.png", + "menu:back12.png", + "menu:back13.png", + "menu:back14.png", + "menu:back15.png", + "menu:back16.png"], + "displayDuration" : 100, + "fadeDuration" : 40 + } + } + } +} \ No newline at end of file diff --git a/config/DIAdvancedCompatibility.cfg b/config/DIAdvancedCompatibility.cfg new file mode 100644 index 00000000..befc7160 --- /dev/null +++ b/config/DIAdvancedCompatibility.cfg @@ -0,0 +1,21969 @@ +# 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 + } + +} + + +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 + } + +} + + +"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/DankNull.cfg b/config/DankNull.cfg new file mode 100644 index 00000000..ac710230 --- /dev/null +++ b/config/DankNull.cfg @@ -0,0 +1,44 @@ +# 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/DrawerFPS.cfg b/config/DrawerFPS.cfg new file mode 100644 index 00000000..296f2a7e --- /dev/null +++ b/config/DrawerFPS.cfg @@ -0,0 +1,8 @@ +# Configuration file + +general { + # Range at which drawers should render their items. Default = 10 blocks + I:"Render Range"=10 +} + + diff --git a/config/ErebusEntityDimensions.cfg b/config/ErebusEntityDimensions.cfg new file mode 100644 index 00000000..13ed4943 --- /dev/null +++ b/config/ErebusEntityDimensions.cfg @@ -0,0 +1,3 @@ +# entity.class=xOffset, yOffset, zOffset, scale +# Example: +# net.minecraft.entity.passive.EntityCow=0.5, 0.125, 0.5, 0.5 diff --git a/config/Expanded Equivalence/actuallyadditions/ExpansionActuallyAdditions.cfg b/config/Expanded Equivalence/actuallyadditions/ExpansionActuallyAdditions.cfg new file mode 100644 index 00000000..91480d39 --- /dev/null +++ b/config/Expanded Equivalence/actuallyadditions/ExpansionActuallyAdditions.cfg @@ -0,0 +1,31 @@ +~ Saved With Hammer Lib 2.0.6.13 + ++C:Base={ + # Enable this part of ExpandedEquivalence (Default: true) + +B:Enabled=true + +} + + ++C:EMC={ + # Base cost for Bat Wings. Set to 0 to disable. (Default: 480, Range: [0;9223372036854775807]) + +L:BatWings=480 + + # Base cost for Black Quartz Ore. Set to 0 to disable. (Default: 256, Range: [0;9223372036854775807]) + +L:BlackQuartzOre=256 + + # Base cost for Canola. Set to 0 to disable. (Default: 64, Range: [0;9223372036854775807]) + +L:Canola=64 + + # Base cost for Coffe Beans. Set to 0 to disable. (Default: 64, Range: [0;9223372036854775807]) + +L:CoffeBeans=64 + + # Base cost for Rice. Set to 0 to disable. (Default: 64, Range: [0;9223372036854775807]) + +L:Rice=64 + + # Base cost for Solidified X P. Set to 0 to disable. (Default: 863, Range: [0;9223372036854775807]) + +L:SolidifiedXP=863 + +} + + diff --git a/config/Expanded Equivalence/actuallyadditions/internal.cfg b/config/Expanded Equivalence/actuallyadditions/internal.cfg new file mode 100644 index 00000000..35bd9c05 --- /dev/null +++ b/config/Expanded Equivalence/actuallyadditions/internal.cfg @@ -0,0 +1,31 @@ +~ Saved With Hammer Lib 2.0.6.19 + ++C:Base={ + # Enable this part of ExpandedEquivalence (Default: true) + +B:Enabled=true + +} + + ++C:EMC={ + # Base cost for Bat Wings. Set to 0 to disable. (Default: 480, Range: [0;9223372036854775807]) + +L:BatWings=480 + + # Base cost for Black Quartz Ore. Set to 0 to disable. (Default: 256, Range: [0;9223372036854775807]) + +L:BlackQuartzOre=256 + + # Base cost for Canola. Set to 0 to disable. (Default: 64, Range: [0;9223372036854775807]) + +L:Canola=64 + + # Base cost for Coffee Beans. Set to 0 to disable. (Default: 64, Range: [0;9223372036854775807]) + +L:CoffeeBeans=64 + + # Base cost for Rice. Set to 0 to disable. (Default: 64, Range: [0;9223372036854775807]) + +L:Rice=64 + + # Base cost for Solidified Experience. Set to 0 to disable. (Default: 863, Range: [0;9223372036854775807]) + +L:SolidifiedExperience=863 + +} + + diff --git a/config/Expanded Equivalence/appliedenergistics2/ExpansionAE2.cfg b/config/Expanded Equivalence/appliedenergistics2/ExpansionAE2.cfg new file mode 100644 index 00000000..e6efc916 --- /dev/null +++ b/config/Expanded Equivalence/appliedenergistics2/ExpansionAE2.cfg @@ -0,0 +1,22 @@ +~ Saved With Hammer Lib 2.0.6.13 + ++C:Base={ + # Enable this part of ExpandedEquivalence (Default: true) + +B:Enabled=true + +} + + ++C:EMC={ + # Base cost for Matter Ball. Set to 0 to disable. (Default: 256, Range: [0;9223372036854775807]) + +L:MatterBall=256 + + # Base cost for Singularity. Set to 0 to disable. (Default: 256000, Range: [0;9223372036854775807]) + +L:Singularity=256000 + + # Base cost for Sky Stone. Set to 0 to disable. (Default: 64, Range: [0;9223372036854775807]) + +L:SkyStone=64 + +} + + diff --git a/config/Expanded Equivalence/appliedenergistics2/internal.cfg b/config/Expanded Equivalence/appliedenergistics2/internal.cfg new file mode 100644 index 00000000..7829f12e --- /dev/null +++ b/config/Expanded Equivalence/appliedenergistics2/internal.cfg @@ -0,0 +1,34 @@ +~ Saved With Hammer Lib 2.0.6.19 + ++C:Base={ + # Enable this part of ExpandedEquivalence (Default: true) + +B:Enabled=true + +} + + ++C:EMC={ + # Base cost for Charged Certus Quartz. Set to 0 to disable. (Default: 64, Range: [0;9223372036854775807]) + +L:ChargedCertusQuartz=64 + + # Base cost for Matter Ball. Set to 0 to disable. (Default: 256, Range: [0;9223372036854775807]) + +L:MatterBall=256 + + # Base cost for Purified Certus Quartz. Set to 0 to disable. (Default: 32, Range: [0;9223372036854775807]) + +L:PurifiedCertusQuartz=32 + + # Base cost for Purified Fluix Crystal. Set to 0 to disable. (Default: 128, Range: [0;9223372036854775807]) + +L:PurifiedFluixCrystal=128 + + # Base cost for Purified Nether Quartz. Set to 0 to disable. (Default: 128, Range: [0;9223372036854775807]) + +L:PurifiedNetherQuartz=128 + + # Base cost for Singularity. Set to 0 to disable. (Default: 256000, Range: [0;9223372036854775807]) + +L:Singularity=256000 + + # Base cost for Sky Stone. Set to 0 to disable. (Default: 64, Range: [0;9223372036854775807]) + +L:SkyStone=64 + +} + + diff --git a/config/Expanded Equivalence/astralsorcery/ExpansionAstralSorcery.cfg b/config/Expanded Equivalence/astralsorcery/ExpansionAstralSorcery.cfg new file mode 100644 index 00000000..8525b74c --- /dev/null +++ b/config/Expanded Equivalence/astralsorcery/ExpansionAstralSorcery.cfg @@ -0,0 +1,19 @@ +~ Saved With Hammer Lib 2.0.6.13 + ++C:Base={ + # Enable this part of ExpandedEquivalence (Default: true) + +B:Enabled=true + +} + + ++C:EMC={ + # Base cost for Aquamarine. Set to 0 to disable. (Default: 256, Range: [0;9223372036854775807]) + +L:Aquamarine=0 + + # Base cost for Starmetal. Set to 0 to disable. (Default: 512, Range: [0;9223372036854775807]) + +L:Starmetal=0 + +} + + diff --git a/config/Expanded Equivalence/astralsorcery/internal.cfg b/config/Expanded Equivalence/astralsorcery/internal.cfg new file mode 100644 index 00000000..0f217950 --- /dev/null +++ b/config/Expanded Equivalence/astralsorcery/internal.cfg @@ -0,0 +1,22 @@ +~ Saved With Hammer Lib 2.0.6.19 + ++C:Base={ + # Enable this part of ExpandedEquivalence (Default: true) + +B:Enabled=true + +} + + ++C:EMC={ + # Base cost for Aquamarine. Set to 0 to disable. (Default: 256, Range: [0;9223372036854775807]) + +L:Aquamarine=0 + + # Base cost for Infused Wood. Set to 0 to disable. (Default: 48, Range: [0;9223372036854775807]) + +L:InfusedWood=48 + + # Base cost for Starmetal. Set to 0 to disable. (Default: 512, Range: [0;9223372036854775807]) + +L:Starmetal=0 + +} + + diff --git a/config/Expanded Equivalence/avaritia/internal.cfg b/config/Expanded Equivalence/avaritia/internal.cfg new file mode 100644 index 00000000..0bba8389 --- /dev/null +++ b/config/Expanded Equivalence/avaritia/internal.cfg @@ -0,0 +1,16 @@ +~ Saved With Hammer Lib 2.0.6.23 + ++C:Base={ + # Enable this part of ExpandedEquivalence (Default: true) + +B:Enabled=true + +} + + ++C:EMC={ + # Base cost for Neutron Pile. Set to 0 to disable. (Default: 512, Range: [0;9223372036854775807]) + +L:NeutronPile=512 + +} + + diff --git a/config/Expanded Equivalence/bloodmagic/internal.cfg b/config/Expanded Equivalence/bloodmagic/internal.cfg new file mode 100644 index 00000000..452e6200 --- /dev/null +++ b/config/Expanded Equivalence/bloodmagic/internal.cfg @@ -0,0 +1,41 @@ +~ Saved With Hammer Lib 2.0.6.19 + ++C:Base={ + # Enable this part of ExpandedEquivalence (Default: true) + +B:Enabled=true + +} + + ++C:EMC={ + # Base cost for Corrosive Will Crystal. Set to 0 to disable. (Default: 1024, Range: [0;9223372036854775807]) + +L:CorrosiveWillCrystal=0 + + # Base cost for Demon Will Crystal. Set to 0 to disable. (Default: 1024, Range: [0;9223372036854775807]) + +L:DemonWillCrystal=0 + + # Base cost for Destructive Will Crystal. Set to 0 to disable. (Default: 1024, Range: [0;9223372036854775807]) + +L:DestructiveWillCrystal=0 + + # Base cost for Steadfast Will Crystal. Set to 0 to disable. (Default: 1024, Range: [0;9223372036854775807]) + +L:SteadfastWillCrystal=0 + + # Base cost for Vengeful Will Crystal. Set to 0 to disable. (Default: 1024, Range: [0;9223372036854775807]) + +L:VengefulWillCrystal=0 + + # Base cost for Weak Blood Shard. Set to 0 to disable. (Default: 2048, Range: [0;9223372036854775807]) + +L:WeakBloodShard=0 + +} + + ++C:Misc={ + # Determines cost of one LP (Life Point). (Default: 4, Range: [0;2147483647]) + +I:BloodCost=4 + + # Determines cost of one soul. (Default: 100, Range: [0;2147483647]) + +I:SoulCost=100 + +} + + diff --git a/config/Expanded Equivalence/botania/ExpansionBotania.cfg b/config/Expanded Equivalence/botania/ExpansionBotania.cfg new file mode 100644 index 00000000..6953f14b --- /dev/null +++ b/config/Expanded Equivalence/botania/ExpansionBotania.cfg @@ -0,0 +1,16 @@ +~ Saved With Hammer Lib 2.0.6.13 + ++C:Base={ + # Enable this part of ExpandedEquivalence (Default: true) + +B:Enabled=true + +} + + ++C:EMC={ + # Base cost for Flower. Set to 0 to disable. (Default: 16, Range: [0;9223372036854775807]) + +L:Flower=16 + +} + + diff --git a/config/Expanded Equivalence/botania/internal.cfg b/config/Expanded Equivalence/botania/internal.cfg new file mode 100644 index 00000000..14744726 --- /dev/null +++ b/config/Expanded Equivalence/botania/internal.cfg @@ -0,0 +1,25 @@ +~ Saved With Hammer Lib 2.0.6.19 + ++C:Base={ + # Enable this part of ExpandedEquivalence (Default: true) + +B:Enabled=true + +} + + ++C:EMC={ + # Base cost for Double Flower. Set to 0 to disable. (Default: 32, Range: [0;9223372036854775807]) + +L:DoubleFlower=32 + + # Base cost for Flower. Set to 0 to disable. (Default: 16, Range: [0;9223372036854775807]) + +L:Flower=16 + + # Base cost for Scathed Music Disc Endure Emptiness. Set to 0 to disable. (Default: 4096, Range: [0;9223372036854775807]) + +L:ScathedMusicDiscEndureEmptiness=4096 + + # Base cost for Scathed Music Disc Fight For Quiescence. Set to 0 to disable. (Default: 4096, Range: [0;9223372036854775807]) + +L:ScathedMusicDiscFightForQuiescence=4096 + +} + + diff --git a/config/Expanded Equivalence/buildcraftcore/ExpansionBuildcraft.cfg b/config/Expanded Equivalence/buildcraftcore/ExpansionBuildcraft.cfg new file mode 100644 index 00000000..afde0dd7 --- /dev/null +++ b/config/Expanded Equivalence/buildcraftcore/ExpansionBuildcraft.cfg @@ -0,0 +1,9 @@ +~ Saved With Hammer Lib 2.0.6.13 + ++C:Base={ + # Enable this part of ExpandedEquivalence (Default: true) + +B:Enabled=true + +} + + diff --git a/config/Expanded Equivalence/buildcraftcore/internal.cfg b/config/Expanded Equivalence/buildcraftcore/internal.cfg new file mode 100644 index 00000000..fdd8e20c --- /dev/null +++ b/config/Expanded Equivalence/buildcraftcore/internal.cfg @@ -0,0 +1,9 @@ +~ Saved With Hammer Lib 2.0.6.19 + ++C:Base={ + # Enable this part of ExpandedEquivalence (Default: true) + +B:Enabled=true + +} + + diff --git a/config/Expanded Equivalence/compactmachines3/internal.cfg b/config/Expanded Equivalence/compactmachines3/internal.cfg new file mode 100644 index 00000000..d1709cc0 --- /dev/null +++ b/config/Expanded Equivalence/compactmachines3/internal.cfg @@ -0,0 +1,9 @@ +~ Saved With Hammer Lib 2.0.6.31 + ++C:Base={ + # Enable this part of ExpandedEquivalence (Default: true) + +B:Enabled=true + +} + + diff --git a/config/Expanded Equivalence/draconicevolution/ExpansionDraconicEvolution.cfg b/config/Expanded Equivalence/draconicevolution/ExpansionDraconicEvolution.cfg new file mode 100644 index 00000000..19573856 --- /dev/null +++ b/config/Expanded Equivalence/draconicevolution/ExpansionDraconicEvolution.cfg @@ -0,0 +1,21 @@ +~ Saved With Hammer Lib 2.0.6.13 + ++C:Base={ + # Enable this part of ExpandedEquivalence (Default: true) + +B:Enabled=true + +} + + ++C:EMC={ + # Base cost for Chaos Shard. Set to 0 to disable. (Default: 1024000, Range: [0;9223372036854775807]) + +L:ChaosShard=0 + # Base cost for Draconium Dust. Set to 0 to disable. (Default: 8192, Range: [0;9223372036854775807]) + +L:DraconiumDust=0 + + # Base cost for Dragon Heart. Set to 0 to disable. (Default: 139264, Range: [0;9223372036854775807]) + +L:DragonHeart=0 + +} + + diff --git a/config/Expanded Equivalence/draconicevolution/internal.cfg b/config/Expanded Equivalence/draconicevolution/internal.cfg new file mode 100644 index 00000000..3f6afc8c --- /dev/null +++ b/config/Expanded Equivalence/draconicevolution/internal.cfg @@ -0,0 +1,22 @@ +~ Saved With Hammer Lib 2.0.6.19 + ++C:Base={ + # Enable this part of ExpandedEquivalence (Default: true) + +B:Enabled=true + +} + + ++C:EMC={ + # Base cost for Chaos Shard. Set to 0 to disable. (Default: 1024000, Range: [0;9223372036854775807]) + +L:ChaosShard=0 + + # Base cost for Draconium Dust. Set to 0 to disable. (Default: 8192, Range: [0;9223372036854775807]) + +L:DraconiumDust=0 + + # Base cost for Dragon Heart. Set to 0 to disable. (Default: 139264, Range: [0;9223372036854775807]) + +L:DragonHeart=0 + +} + + diff --git a/config/Expanded Equivalence/enderio/ExpansionEnderIO.cfg b/config/Expanded Equivalence/enderio/ExpansionEnderIO.cfg new file mode 100644 index 00000000..41b6f419 --- /dev/null +++ b/config/Expanded Equivalence/enderio/ExpansionEnderIO.cfg @@ -0,0 +1,34 @@ +~ Saved With Hammer Lib 2.0.6.13 + ++C:Base={ + # Enable this part of ExpandedEquivalence (Default: true) + +B:Enabled=true + +} + + ++C:EMC={ + # Base cost for Clippings And Trimmings. Set to 0 to disable. (Default: 32, Range: [0;9223372036854775807]) + +L:ClippingsAndTrimmings=32 + + # Base cost for Ender Crystal. Set to 0 to disable. (Default: 21560, Range: [0;9223372036854775807]) + +L:EnderCrystal=21560 + + # Base cost for Enderman Head. Set to 0 to disable. (Default: 65536, Range: [0;9223372036854775807]) + +L:EndermanHead=65536 + + # Base cost for Enticing Crystal. Set to 0 to disable. (Default: 20480, Range: [0;9223372036854775807]) + +L:EnticingCrystal=20480 + + # Base cost for Grains Of Infinity. Set to 0 to disable. (Default: 32, Range: [0;9223372036854775807]) + +L:GrainsOfInfinity=32 + + # Base cost for Precient Crystal. Set to 0 to disable. (Default: 23608, Range: [0;9223372036854775807]) + +L:PrecientCrystal=23608 + + # Base cost for Twigs And Prunings. Set to 0 to disable. (Default: 24, Range: [0;9223372036854775807]) + +L:TwigsAndPrunings=24 + +} + + diff --git a/config/Expanded Equivalence/enderio/internal.cfg b/config/Expanded Equivalence/enderio/internal.cfg new file mode 100644 index 00000000..e906815c --- /dev/null +++ b/config/Expanded Equivalence/enderio/internal.cfg @@ -0,0 +1,37 @@ +~ Saved With Hammer Lib 2.0.6.19 + ++C:Base={ + # Enable this part of ExpandedEquivalence (Default: true) + +B:Enabled=true + +} + + ++C:EMC={ + # Base cost for Clippings And Trimmings. Set to 0 to disable. (Default: 32, Range: [0;9223372036854775807]) + +L:ClippingsAndTrimmings=32 + + # Base cost for Ender Crystal. Set to 0 to disable. (Default: 21560, Range: [0;9223372036854775807]) + +L:EnderCrystal=21560 + + # Base cost for Enderman Head. Set to 0 to disable. (Default: 65536, Range: [0;9223372036854775807]) + +L:EndermanHead=65536 + + # Base cost for Enticing Crystal. Set to 0 to disable. (Default: 20480, Range: [0;9223372036854775807]) + +L:EnticingCrystal=20480 + + # Base cost for Flour. Set to 0 to disable. (Default: 24, Range: [0;9223372036854775807]) + +L:Flour=24 + + # Base cost for Grains Of Infinity. Set to 0 to disable. (Default: 32, Range: [0;9223372036854775807]) + +L:GrainsOfInfinity=32 + + # Base cost for Precient Crystal. Set to 0 to disable. (Default: 23608, Range: [0;9223372036854775807]) + +L:PrecientCrystal=23608 + + # Base cost for Twigs And Prunings. Set to 0 to disable. (Default: 24, Range: [0;9223372036854775807]) + +L:TwigsAndPrunings=24 + +} + + diff --git a/config/Expanded Equivalence/extendedcrafting/internal.cfg b/config/Expanded Equivalence/extendedcrafting/internal.cfg new file mode 100644 index 00000000..31660cbf --- /dev/null +++ b/config/Expanded Equivalence/extendedcrafting/internal.cfg @@ -0,0 +1,9 @@ +~ Saved With Hammer Lib 2.0.6.23 + ++C:Base={ + # Enable this part of ExpandedEquivalence (Default: true) + +B:Enabled=true + +} + + diff --git a/config/Expanded Equivalence/forestry/ExpansionForestry.cfg b/config/Expanded Equivalence/forestry/ExpansionForestry.cfg new file mode 100644 index 00000000..14f3ad7e --- /dev/null +++ b/config/Expanded Equivalence/forestry/ExpansionForestry.cfg @@ -0,0 +1,52 @@ +~ Saved With Hammer Lib 2.0.6.13 + ++C:Base={ + # Enable this part of ExpandedEquivalence (Default: true) + +B:Enabled=true + +} + + ++C:EMC={ + # Base cost for Apatite. Set to 0 to disable. (Default: 128, Range: [0;9223372036854775807]) + +L:Apatite=128 + + # Base cost for Ash. Set to 0 to disable. (Default: 32, Range: [0;9223372036854775807]) + +L:Ash=32 + + # Base cost for Beeswax. Set to 0 to disable. (Default: 64, Range: [0;9223372036854775807]) + +L:Beeswax=64 + + # Base cost for Crystalline Pollen Cluster. Set to 0 to disable. (Default: 512, Range: [0;9223372036854775807]) + +L:CrystallinePollenCluster=512 + + # Base cost for all fruits. Set to 0 to disable. (Default: 24, Range: [0;9223372036854775807]) + +L:Fruits=24 + + # Base cost for Honey Drop. Set to 0 to disable. (Default: 128, Range: [0;9223372036854775807]) + +L:HoneyDrop=128 + + # Base cost for Peat. Set to 0 to disable. (Default: 128, Range: [0;9223372036854775807]) + +L:Peat=128 + + # Base cost for Pollen Cluster. Set to 0 to disable. (Default: 32, Range: [0;9223372036854775807]) + +L:PollenCluster=32 + + # Base cost for Propolis. Set to 0 to disable. (Default: 64, Range: [0;9223372036854775807]) + +L:Propolis=64 + + # Base cost for Proven Grafter. Set to 0 to disable. (Default: 16384, Range: [0;9223372036854775807]) + +L:ProvenGrafter=16384 + + # Base cost for Pulsaing Propolis. Set to 0 to disable. (Default: 40, Range: [0;9223372036854775807]) + +L:PulsaingPropolis=40 + + # Base cost for Silky Propolis. Set to 0 to disable. (Default: 512, Range: [0;9223372036854775807]) + +L:SilkyPropolis=512 + + # Base cost for Sticky Propolis. Set to 0 to disable. (Default: 256, Range: [0;9223372036854775807]) + +L:StickyPropolis=256 + +} + + diff --git a/config/Expanded Equivalence/forestry/internal.cfg b/config/Expanded Equivalence/forestry/internal.cfg new file mode 100644 index 00000000..ea1a1dfa --- /dev/null +++ b/config/Expanded Equivalence/forestry/internal.cfg @@ -0,0 +1,61 @@ +~ Saved With Hammer Lib 2.0.6.19 + ++C:Base={ + # Enable this part of ExpandedEquivalence (Default: true) + +B:Enabled=true + +} + + ++C:EMC={ + # Base cost for All Fruits. Set to 0 to disable. (Default: 24, Range: [0;9223372036854775807]) + +L:AllFruits=24 + + # Base cost for Apatite. Set to 0 to disable. (Default: 128, Range: [0;9223372036854775807]) + +L:Apatite=128 + + # Base cost for Ash. Set to 0 to disable. (Default: 32, Range: [0;9223372036854775807]) + +L:Ash=32 + + # Base cost for Beeswax. Set to 0 to disable. (Default: 64, Range: [0;9223372036854775807]) + +L:Beeswax=64 + + # Base cost for Crystalline Pollen Cluster. Set to 0 to disable. (Default: 512, Range: [0;9223372036854775807]) + +L:CrystallinePollenCluster=512 + + # Base cost for Honey Drop. Set to 0 to disable. (Default: 128, Range: [0;9223372036854775807]) + +L:HoneyDrop=128 + + # Base cost for Peat. Set to 0 to disable. (Default: 128, Range: [0;9223372036854775807]) + +L:Peat=128 + + # Base cost for Phosphor. Set to 0 to disable. (Default: 64, Range: [0;9223372036854775807]) + +L:Phosphor=64 + + # Base cost for Pollen Cluster. Set to 0 to disable. (Default: 32, Range: [0;9223372036854775807]) + +L:PollenCluster=32 + + # Base cost for Propolis. Set to 0 to disable. (Default: 64, Range: [0;9223372036854775807]) + +L:Propolis=64 + + # Base cost for Proven Grafter. Set to 0 to disable. (Default: 16384, Range: [0;9223372036854775807]) + +L:ProvenGrafter=16384 + + # Base cost for Pulsaing Propolis. Set to 0 to disable. (Default: 40, Range: [0;9223372036854775807]) + +L:PulsaingPropolis=40 + + # Base cost for Royal Jelly. Set to 0 to disable. (Default: 512, Range: [0;9223372036854775807]) + +L:RoyalJelly=512 + + # Base cost for Silk Wisp. Set to 0 to disable. (Default: 128, Range: [0;9223372036854775807]) + +L:SilkWisp=128 + + # Base cost for Silky Propolis. Set to 0 to disable. (Default: 512, Range: [0;9223372036854775807]) + +L:SilkyPropolis=512 + + # Base cost for Sticky Propolis. Set to 0 to disable. (Default: 128, Range: [0;9223372036854775807]) + +L:StickyPropolis=128 + +} + + diff --git a/config/Expanded Equivalence/hammercore/ExpansionHammerCore.cfg b/config/Expanded Equivalence/hammercore/ExpansionHammerCore.cfg new file mode 100644 index 00000000..fdd8e20c --- /dev/null +++ b/config/Expanded Equivalence/hammercore/ExpansionHammerCore.cfg @@ -0,0 +1,9 @@ +~ Saved With Hammer Lib 2.0.6.19 + ++C:Base={ + # Enable this part of ExpandedEquivalence (Default: true) + +B:Enabled=true + +} + + diff --git a/config/Expanded Equivalence/immersiveengineering/ExpansionImmersiveEngineering.cfg b/config/Expanded Equivalence/immersiveengineering/ExpansionImmersiveEngineering.cfg new file mode 100644 index 00000000..6497d46b --- /dev/null +++ b/config/Expanded Equivalence/immersiveengineering/ExpansionImmersiveEngineering.cfg @@ -0,0 +1,34 @@ +~ Saved With Hammer Lib 2.0.6.13 + ++C:Base={ + # Enable this part of ExpandedEquivalence (Default: true) + +B:Enabled=true + +} + + ++C:EMC={ + # Base cost for Coke Dust. Set to 0 to disable. (Default: 128, Range: [0;9223372036854775807]) + +L:CokeDust=128 + + # Base cost for HOP Graphite Dust. Set to 0 to disable. (Default: 1024, Range: [0;9223372036854775807]) + +L:HOPGraphiteDust=1024 + + # Base cost for Industrial Hemp Fiber. Set to 0 to disable. (Default: 24, Range: [0;9223372036854775807]) + +L:IndustrialHempFiber=24 + + # Base cost for Nitrate. Set to 0 to disable. (Default: 32, Range: [0;9223372036854775807]) + +L:Nitrate=32 + + # Base cost for Slag. Set to 0 to disable. (Default: 16, Range: [0;9223372036854775807]) + +L:Slag=16 + + # Base cost for Steel Ingot. Set to 0 to disable. (Default: 320, Range: [0;9223372036854775807]) + +L:SteelIngot=320 + + # Base cost for Treated Wood. Set to 0 to disable. (Default: 12, Range: [0;9223372036854775807]) + +L:TreatedWood=12 + +} + + diff --git a/config/Expanded Equivalence/immersiveengineering/internal.cfg b/config/Expanded Equivalence/immersiveengineering/internal.cfg new file mode 100644 index 00000000..7bb72035 --- /dev/null +++ b/config/Expanded Equivalence/immersiveengineering/internal.cfg @@ -0,0 +1,31 @@ +~ Saved With Hammer Lib 2.0.6.19 + ++C:Base={ + # Enable this part of ExpandedEquivalence (Default: true) + +B:Enabled=true + +} + + ++C:EMC={ + # Base cost for Coke Dust. Set to 0 to disable. (Default: 128, Range: [0;9223372036854775807]) + +L:CokeDust=128 + + # Base cost for HOP Graphite. Set to 0 to disable. (Default: 1024, Range: [0;9223372036854775807]) + +L:HOPGraphite=1024 + + # Base cost for Industrial Hemp Fiber. Set to 0 to disable. (Default: 24, Range: [0;9223372036854775807]) + +L:IndustrialHempFiber=24 + + # Base cost for Nitrate. Set to 0 to disable. (Default: 32, Range: [0;9223372036854775807]) + +L:Nitrate=32 + + # Base cost for Slag. Set to 0 to disable. (Default: 16, Range: [0;9223372036854775807]) + +L:Slag=16 + + # Base cost for Treated Wood. Set to 0 to disable. (Default: 12, Range: [0;9223372036854775807]) + +L:TreatedWood=12 + +} + + diff --git a/config/Expanded Equivalence/minecraft/ExpansionMinecraft.cfg b/config/Expanded Equivalence/minecraft/ExpansionMinecraft.cfg new file mode 100644 index 00000000..0e9bde04 --- /dev/null +++ b/config/Expanded Equivalence/minecraft/ExpansionMinecraft.cfg @@ -0,0 +1,34 @@ +~ Saved With Hammer Lib 2.0.6.13 + ++C:Base={ + # Enable this part of ExpandedEquivalence (Default: true) + +B:Enabled=true + +} + + ++C:EMC={ + # Base cost for Blaze Powder. Set to 0 to disable. (Default: 307, Range: [0;9223372036854775807]) + +L:BlazePowder=307 + + # Base cost for Dragon's Breath. Set to 0 to disable. (Default: 1025, Range: [0;9223372036854775807]) + +L:DragonBreath=1025 + + # Base cost for Dragon Head. Set to 0 to disable. (Default: 196608, Range: [0;9223372036854775807]) + +L:DragonHead=196608 + + # Base cost for Elytra. Set to 0 to disable. (Default: 65536, Range: [0;9223372036854775807]) + +L:Elytra=65536 + + # Base cost for Totem Of Undying. Set to 0 to disable. (Default: 51200, Range: [0;9223372036854775807]) + +L:TotemOfUndying=51200 + + # Base cost for Wither Skeleton Skull. Set to 0 to disable. (Default: 49152, Range: [0;9223372036854775807]) + +L:WitherSkeletonSkull=49152 + + # Base cost for Bottle o' Enchanting. Set to 0 to disable. (Default: 864, Range: [0;9223372036854775807]) + +L:XPBottle=864 + +} + + diff --git a/config/Expanded Equivalence/minecraft/internal.cfg b/config/Expanded Equivalence/minecraft/internal.cfg new file mode 100644 index 00000000..93fed802 --- /dev/null +++ b/config/Expanded Equivalence/minecraft/internal.cfg @@ -0,0 +1,509 @@ +~ Saved With Hammer Lib 2.0.6.19 + ++C:Base={ + # Enable this part of ExpandedEquivalence (Default: true) + +B:Enabled=true + +} + + ++C:EMC={ + # Base cost for Blaze Powder. Set to 0 to disable. (Default: 307, Range: [0;9223372036854775807]) + +L:BlazePowder=307 + + # Base cost for Dragon's Breath. Set to 0 to disable. (Default: 1025, Range: [0;9223372036854775807]) + +L:DragonBreath=1025 + + # Base cost for Dragon Head. Set to 0 to disable. (Default: 196608, Range: [0;9223372036854775807]) + +L:DragonHead=196608 + + # Base cost for Elytra. Set to 0 to disable. (Default: 65536, Range: [0;9223372036854775807]) + +L:Elytra=65536 + + # Base cost for Totem Of Undying. Set to 0 to disable. (Default: 51200, Range: [0;9223372036854775807]) + +L:TotemOfUndying=51200 + + # Base cost for Wither Skeleton Skull. Set to 0 to disable. (Default: 49152, Range: [0;9223372036854775807]) + +L:WitherSkeletonSkull=49152 + + # Base cost for Bottle o' Enchanting. Set to 0 to disable. (Default: 864, Range: [0;9223372036854775807]) + +L:XPBottle=864 + +} + + ++C:PotionTypes={ + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:abyssalcraft:antimatter=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:abyssalcraft:antimatter_long=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:abyssalcraft:cplague=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:abyssalcraft:cplague_long=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:abyssalcraft:dplague=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:abyssalcraft:dplague_long=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:abyssalcraft:dplague_strong=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:cofhcore:absorption=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:cofhcore:absorption+=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:cofhcore:absorption2=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:cofhcore:absorption2+=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:cofhcore:absorption3=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:cofhcore:absorption3+=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:cofhcore:absorption4=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:cofhcore:harming3=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:cofhcore:harming4=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:cofhcore:haste=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:cofhcore:haste+=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:cofhcore:haste2=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:cofhcore:haste2+=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:cofhcore:haste3=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:cofhcore:haste3+=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:cofhcore:haste4=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:cofhcore:healing3=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:cofhcore:healing4=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:cofhcore:leaping2+=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:cofhcore:leaping3=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:cofhcore:leaping3+=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:cofhcore:leaping4=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:cofhcore:levitation=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:cofhcore:levitation+=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:cofhcore:luck=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:cofhcore:luck+=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:cofhcore:luck2=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:cofhcore:luck2+=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:cofhcore:luck3=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:cofhcore:luck3+=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:cofhcore:luck4=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:cofhcore:poison2+=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:cofhcore:poison3=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:cofhcore:poison3+=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:cofhcore:poison4=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:cofhcore:regeneration2+=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:cofhcore:regeneration3=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:cofhcore:regeneration3+=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:cofhcore:regeneration4=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:cofhcore:resistance=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:cofhcore:resistance+=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:cofhcore:resistance2=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:cofhcore:resistance2+=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:cofhcore:resistance3=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:cofhcore:resistance3+=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:cofhcore:resistance4=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:cofhcore:strength2+=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:cofhcore:strength3=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:cofhcore:strength3+=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:cofhcore:strength4=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:cofhcore:swiftness2+=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:cofhcore:swiftness3=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:cofhcore:swiftness3+=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:cofhcore:swiftness4=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:cofhcore:unluck=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:cofhcore:unluck+=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:cofhcore:unluck2=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:cofhcore:unluck2+=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:cofhcore:unluck3=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:cofhcore:unluck3+=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:cofhcore:unluck4=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:cofhcore:wither=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:cofhcore:wither+=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:cofhcore:wither2=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:cofhcore:wither2+=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:cofhcore:wither3=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:cofhcore:wither3+=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:cofhcore:wither4=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:cyclicmagic:blindness=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:cyclicmagic:bounce=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:cyclicmagic:butter=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:cyclicmagic:butter2=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:cyclicmagic:ender=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:cyclicmagic:frostwalker=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:cyclicmagic:haste=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:cyclicmagic:haste2=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:cyclicmagic:healthboost=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:cyclicmagic:hunger=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:cyclicmagic:levitation=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:cyclicmagic:luck=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:cyclicmagic:magnet=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:cyclicmagic:resistance=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:cyclicmagic:resistance2=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:cyclicmagic:saturation=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:cyclicmagic:slowfall=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:cyclicmagic:snow=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:cyclicmagic:swim=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:cyclicmagic:swim2=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:cyclicmagic:waterwalk=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:cyclicmagic:wither=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:enderio:confusion=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:enderio:floating=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:enderio:long_confusion=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:enderio:long_floating=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:enderio:long_withering=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:enderio:strong_floating=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:enderio:withering=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:extrautils2:oily=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:extrautils2:xu2.doom=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:extrautils2:xu2.fizzy.lifting=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:extrautils2:xu2.gravity=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:extrautils2:xu2.gravity.long=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:extrautils2:xu2.greek.fire=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:extrautils2:xu2.love=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:extrautils2:xu2.purging=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:extrautils2:xu2.relapse=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:extrautils2:xu2.second.chance=1 + + # The EMC value for this potion type (Default: 25, Range: [0;9223372036854775807]) + +L:minecraft:awkward=25 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:minecraft:empty=1 + + # The EMC value for this potion type (Default: 364, Range: [0;9223372036854775807]) + +L:minecraft:fire_resistance=364 + + # The EMC value for this potion type (Default: 409, Range: [0;9223372036854775807]) + +L:minecraft:harming=409 + + # The EMC value for this potion type (Default: 1857, Range: [0;9223372036854775807]) + +L:minecraft:healing=1857 + + # The EMC value for this potion type (Default: 2097, Range: [0;9223372036854775807]) + +L:minecraft:invisibility=2097 + + # The EMC value for this potion type (Default: 153, Range: [0;9223372036854775807]) + +L:minecraft:leaping=153 + + # The EMC value for this potion type (Default: 428, Range: [0;9223372036854775807]) + +L:minecraft:long_fire_resistance=428 + + # The EMC value for this potion type (Default: 2161, Range: [0;9223372036854775807]) + +L:minecraft:long_invisibility=2161 + + # The EMC value for this potion type (Default: 217, Range: [0;9223372036854775807]) + +L:minecraft:long_leaping=217 + + # The EMC value for this potion type (Default: 1969, Range: [0;9223372036854775807]) + +L:minecraft:long_night_vision=1969 + + # The EMC value for this potion type (Default: 217, Range: [0;9223372036854775807]) + +L:minecraft:long_poison=217 + + # The EMC value for this potion type (Default: 4185, Range: [0;9223372036854775807]) + +L:minecraft:long_regeneration=4185 + + # The EMC value for this potion type (Default: 313, Range: [0;9223372036854775807]) + +L:minecraft:long_slowness=313 + + # The EMC value for this potion type (Default: 396, Range: [0;9223372036854775807]) + +L:minecraft:long_strength=396 + + # The EMC value for this potion type (Default: 121, Range: [0;9223372036854775807]) + +L:minecraft:long_swiftness=121 + + # The EMC value for this potion type (Default: 153, Range: [0;9223372036854775807]) + +L:minecraft:long_water_breathing=153 + + # The EMC value for this potion type (Default: 257, Range: [0;9223372036854775807]) + +L:minecraft:long_weakness=257 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:minecraft:luck=1 + + # The EMC value for this potion type (Default: 33, Range: [0;9223372036854775807]) + +L:minecraft:mundane=33 + + # The EMC value for this potion type (Default: 1905, Range: [0;9223372036854775807]) + +L:minecraft:night_vision=1905 + + # The EMC value for this potion type (Default: 153, Range: [0;9223372036854775807]) + +L:minecraft:poison=153 + + # The EMC value for this potion type (Default: 4121, Range: [0;9223372036854775807]) + +L:minecraft:regeneration=4121 + + # The EMC value for this potion type (Default: 249, Range: [0;9223372036854775807]) + +L:minecraft:slowness=249 + + # The EMC value for this potion type (Default: 332, Range: [0;9223372036854775807]) + +L:minecraft:strength=332 + + # The EMC value for this potion type (Default: 793, Range: [0;9223372036854775807]) + +L:minecraft:strong_harming=793 + + # The EMC value for this potion type (Default: 2241, Range: [0;9223372036854775807]) + +L:minecraft:strong_healing=2241 + + # The EMC value for this potion type (Default: 537, Range: [0;9223372036854775807]) + +L:minecraft:strong_leaping=537 + + # The EMC value for this potion type (Default: 537, Range: [0;9223372036854775807]) + +L:minecraft:strong_poison=537 + + # The EMC value for this potion type (Default: 4505, Range: [0;9223372036854775807]) + +L:minecraft:strong_regeneration=4505 + + # The EMC value for this potion type (Default: 716, Range: [0;9223372036854775807]) + +L:minecraft:strong_strength=716 + + # The EMC value for this potion type (Default: 441, Range: [0;9223372036854775807]) + +L:minecraft:strong_swiftness=441 + + # The EMC value for this potion type (Default: 57, Range: [0;9223372036854775807]) + +L:minecraft:swiftness=57 + + # The EMC value for this potion type (Default: 385, Range: [0;9223372036854775807]) + +L:minecraft:thick=385 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:minecraft:water=1 + + # The EMC value for this potion type (Default: 89, Range: [0;9223372036854775807]) + +L:minecraft:water_breathing=89 + + # The EMC value for this potion type (Default: 193, Range: [0;9223372036854775807]) + +L:minecraft:weakness=193 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:railcraft:creosote=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:railcraft:long_creosote=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:railcraft:strong_creosote=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:randomthings:collapse=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:randomthings:long_collapse=1 + + # The EMC value for this potion type (Default: 1, Range: [0;9223372036854775807]) + +L:randomthings:strong_collapse=1 + +} + + diff --git a/config/Expanded Equivalence/mysticalagradditions/ExpansionMysticalAgradditions.cfg b/config/Expanded Equivalence/mysticalagradditions/ExpansionMysticalAgradditions.cfg new file mode 100644 index 00000000..8efb99ce --- /dev/null +++ b/config/Expanded Equivalence/mysticalagradditions/ExpansionMysticalAgradditions.cfg @@ -0,0 +1,19 @@ +~ Saved With Hammer Lib 2.0.6.14 + ++C:Base={ + # Enable this part of ExpandedEquivalence (Default: true) + +B:Enabled=true + +} + + ++C:EMC={ + # Base cost for Dragon Scale. Set to 0 to disable. (Default: 6144, Range: [0;9223372036854775807]) + +L:DragonScale=0 + + # Base cost for Withering Soul. Set to 0 to disable. (Default: 2048, Range: [0;9223372036854775807]) + +L:WitheringSoul=0 + +} + + diff --git a/config/Expanded Equivalence/mysticalagradditions/internal.cfg b/config/Expanded Equivalence/mysticalagradditions/internal.cfg new file mode 100644 index 00000000..48d70ae9 --- /dev/null +++ b/config/Expanded Equivalence/mysticalagradditions/internal.cfg @@ -0,0 +1,19 @@ +~ Saved With Hammer Lib 2.0.6.19 + ++C:Base={ + # Enable this part of ExpandedEquivalence (Default: true) + +B:Enabled=true + +} + + ++C:EMC={ + # Base cost for Dragon Scale. Set to 0 to disable. (Default: 6144, Range: [0;9223372036854775807]) + +L:DragonScale=0 + + # Base cost for Withering Soul. Set to 0 to disable. (Default: 2048, Range: [0;9223372036854775807]) + +L:WitheringSoul=0 + +} + + diff --git a/config/Expanded Equivalence/mysticalagriculture/ExpansionMysticalAgriculture.cfg b/config/Expanded Equivalence/mysticalagriculture/ExpansionMysticalAgriculture.cfg new file mode 100644 index 00000000..6751c56d --- /dev/null +++ b/config/Expanded Equivalence/mysticalagriculture/ExpansionMysticalAgriculture.cfg @@ -0,0 +1,35 @@ +~ Saved With Hammer Lib 2.0.6.14 + ++C:Base={ + # Enable this part of ExpandedEquivalence (Default: true) + +B:Enabled=true} + + ++C:EMC={ + # Base cost for Fertilized Essence. Set to 0 to disable. (Default: 96, Range: [0;9223372036854775807]) + +L:FertilizedEssence=0 + + # Base cost for Inferium Essence. Set to 0 to disable. (Default: 8, Range: [0;9223372036854775807]) + +L:InferiumEssence=0 + + # Base cost for Intermedium Essence. Set to 0 to disable. (Default: 128, Range: [0;9223372036854775807]) + +L:IntermediumEssence=0 + + # Base cost for Mob Chunk. Set to 0 to disable. (Default: 1024, Range: [0;9223372036854775807]) + +L:MobChunk=0 + + # Base cost for Prosperity Shard. Set to 0 to disable. (Default: 64, Range: [0;9223372036854775807]) + +L:ProsperityShard=0 + + # Base cost for Prudentium Essence. Set to 0 to disable. (Default: 32, Range: [0;9223372036854775807]) + +L:PrudentiumEssence=0 + + # Base cost for Superium Essence. Set to 0 to disable. (Default: 512, Range: [0;9223372036854775807]) + +L:SuperiumEssence=0 + + # Base cost for Supremium Essence. Set to 0 to disable. (Default: 2048, Range: [0;9223372036854775807]) + +L:SupremiumEssence=0 + +} + + diff --git a/config/Expanded Equivalence/mysticalagriculture/internal.cfg b/config/Expanded Equivalence/mysticalagriculture/internal.cfg new file mode 100644 index 00000000..860ac032 --- /dev/null +++ b/config/Expanded Equivalence/mysticalagriculture/internal.cfg @@ -0,0 +1,37 @@ +~ Saved With Hammer Lib 2.0.6.19 + ++C:Base={ + # Enable this part of ExpandedEquivalence (Default: true) + +B:Enabled=true + +} + + ++C:EMC={ + # Base cost for Fertilized Essence. Set to 0 to disable. (Default: 96, Range: [0;9223372036854775807]) + +L:FertilizedEssence=0 + + # Base cost for Inferium Essence. Set to 0 to disable. (Default: 8, Range: [0;9223372036854775807]) + +L:InferiumEssence=0 + + # Base cost for Intermedium Essence. Set to 0 to disable. (Default: 128, Range: [0;9223372036854775807]) + +L:IntermediumEssence=0 + + # Base cost for Mob Chunk. Set to 0 to disable. (Default: 1024, Range: [0;9223372036854775807]) + +L:MobChunk=0 + + # Base cost for Prosperity Shard. Set to 0 to disable. (Default: 64, Range: [0;9223372036854775807]) + +L:ProsperityShard=0 + + # Base cost for Prudentium Essence. Set to 0 to disable. (Default: 32, Range: [0;9223372036854775807]) + +L:PrudentiumEssence=0 + + # Base cost for Superium Essence. Set to 0 to disable. (Default: 512, Range: [0;9223372036854775807]) + +L:SuperiumEssence=0 + + # Base cost for Supremium Essence. Set to 0 to disable. (Default: 2048, Range: [0;9223372036854775807]) + +L:SupremiumEssence=0 + +} + + diff --git a/config/Expanded Equivalence/reborncore/ExpansionRebornCore.cfg b/config/Expanded Equivalence/reborncore/ExpansionRebornCore.cfg new file mode 100644 index 00000000..afde0dd7 --- /dev/null +++ b/config/Expanded Equivalence/reborncore/ExpansionRebornCore.cfg @@ -0,0 +1,9 @@ +~ Saved With Hammer Lib 2.0.6.13 + ++C:Base={ + # Enable this part of ExpandedEquivalence (Default: true) + +B:Enabled=true + +} + + diff --git a/config/Expanded Equivalence/reborncore/internal.cfg b/config/Expanded Equivalence/reborncore/internal.cfg new file mode 100644 index 00000000..5e301515 --- /dev/null +++ b/config/Expanded Equivalence/reborncore/internal.cfg @@ -0,0 +1,37 @@ +~ Saved With Hammer Lib 2.0.6.19 + ++C:Base={ + # Enable this part of ExpandedEquivalence (Default: true) + +B:Enabled=true + +} + + ++C:Recipe Types={ + # Enable this recipe type? (Default: true) + +B:BLAST_FURNACE_RECIPE=true + + # Enable this recipe type? (Default: true) + +B:DISTILLATION_TOWER_RECIPE=true + + # Enable this recipe type? (Default: true) + +B:IMPLOSION_COMPRESSOR_RECIPE=true + + # Enable this recipe type? (Default: true) + +B:INDUSTRIAL_ELECTROLYZER_RECIPE=true + + # Enable this recipe type? (Default: true) + +B:INDUSTRIAL_GRINDER_RECIPE=true + + # Enable this recipe type? (Default: true) + +B:INDUSTRIAL_SAWMILL_RECIPE=true + + # Enable this recipe type? (Default: true) + +B:SCRAPBOX_RECIPE=true + + # Enable this recipe type? (Default: true) + +B:VACUUM_FREEZER_RECIPE=true + +} + + diff --git a/config/Expanded Equivalence/techreborn/ExpansionTechReborn.cfg b/config/Expanded Equivalence/techreborn/ExpansionTechReborn.cfg new file mode 100644 index 00000000..c6fcb087 --- /dev/null +++ b/config/Expanded Equivalence/techreborn/ExpansionTechReborn.cfg @@ -0,0 +1,19 @@ +~ Saved With Hammer Lib 2.0.6.13 + ++C:Base={ + # Enable this part of ExpandedEquivalence (Default: true) + +B:Enabled=true + +} + + ++C:EMC={ + # Base cost for Iridium Nugget. Set to 0 to disable. (Default: 3968, Range: [0;9223372036854775807]) + +L:IridiumNugget=3968 + + # Base cost for Sap. Set to 0 to disable. (Default: 32, Range: [0;9223372036854775807]) + +L:Sap=32 + +} + + diff --git a/config/Expanded Equivalence/techreborn/internal.cfg b/config/Expanded Equivalence/techreborn/internal.cfg new file mode 100644 index 00000000..748ae9d4 --- /dev/null +++ b/config/Expanded Equivalence/techreborn/internal.cfg @@ -0,0 +1,19 @@ +~ Saved With Hammer Lib 2.0.6.19 + ++C:Base={ + # Enable this part of ExpandedEquivalence (Default: true) + +B:Enabled=true + +} + + ++C:EMC={ + # Base cost for Iridium Nugget. Set to 0 to disable. (Default: 3968, Range: [0;9223372036854775807]) + +L:IridiumNugget=3968 + + # Base cost for Sap. Set to 0 to disable. (Default: 32, Range: [0;9223372036854775807]) + +L:Sap=32 + +} + + diff --git a/config/Expanded Equivalence/thaumcraft/ExpansionThaumcraft.cfg b/config/Expanded Equivalence/thaumcraft/ExpansionThaumcraft.cfg new file mode 100644 index 00000000..62a48295 --- /dev/null +++ b/config/Expanded Equivalence/thaumcraft/ExpansionThaumcraft.cfg @@ -0,0 +1,204 @@ +~ Saved With Hammer Lib 2.0.6.17 + ++C:Additional={ + # Additional EMC penalty per instability point. (Default: 2048, Range: [0;2147483647]) + +I:Instability=2048 + +} + + ++C:AspectEMC={ + # Default cost of Aer. (Default: 64, Range: [0;2147483647]) + +I:Aer=64 + + # Default cost of Alienis. (Default: 64, Range: [0;2147483647]) + +I:Alienis=64 + + # Default cost of Alkimia. (Default: 64, Range: [0;2147483647]) + +I:Alkimia=64 + + # Default cost of Aqua. (Default: 64, Range: [0;2147483647]) + +I:Aqua=64 + + # Default cost of Auram. (Default: 64, Range: [0;2147483647]) + +I:Auram=64 + + # Default cost of Aversio. (Default: 64, Range: [0;2147483647]) + +I:Aversio=64 + + # Default cost of Bestia. (Default: 64, Range: [0;2147483647]) + +I:Bestia=64 + + # Default cost of Caeles. (Default: 64, Range: [0;2147483647]) + +I:Caeles=64 + + # Default cost of Cognitio. (Default: 64, Range: [0;2147483647]) + +I:Cognitio=64 + + # Default cost of Coralos. (Default: 64, Range: [0;2147483647]) + +I:Coralos=64 + + # Default cost of Desiderium. (Default: 64, Range: [0;2147483647]) + +I:Desiderium=64 + + # Default cost of Draco. (Default: 64, Range: [0;2147483647]) + +I:Draco=64 + + # Default cost of Dreadia. (Default: 64, Range: [0;2147483647]) + +I:Dreadia=64 + + # Default cost of Exanimis. (Default: 64, Range: [0;2147483647]) + +I:Exanimis=64 + + # Default cost of Exitium. (Default: 64, Range: [0;2147483647]) + +I:Exitium=64 + + # Default cost of Fabrico. (Default: 64, Range: [0;2147483647]) + +I:Fabrico=64 + + # Default cost of Fluctus. (Default: 64, Range: [0;2147483647]) + +I:Fluctus=64 + + # Default cost of Gelum. (Default: 64, Range: [0;2147483647]) + +I:Gelum=64 + + # Default cost of Herba. (Default: 64, Range: [0;2147483647]) + +I:Herba=64 + + # Default cost of Humanus. (Default: 64, Range: [0;2147483647]) + +I:Humanus=64 + + # Default cost of Ignis. (Default: 64, Range: [0;2147483647]) + +I:Ignis=64 + + # Default cost of Imperium. (Default: 64, Range: [0;2147483647]) + +I:Imperium=64 + + # Default cost of Infernum. (Default: 64, Range: [0;2147483647]) + +I:Infernum=64 + + # Default cost of Instrumentum. (Default: 64, Range: [0;2147483647]) + +I:Instrumentum=64 + + # Default cost of Lux. (Default: 64, Range: [0;2147483647]) + +I:Lux=64 + + # Default cost of Machina. (Default: 64, Range: [0;2147483647]) + +I:Machina=64 + + # Default cost of Metallum. (Default: 64, Range: [0;2147483647]) + +I:Metallum=64 + + # Default cost of Mortuus. (Default: 64, Range: [0;2147483647]) + +I:Mortuus=64 + + # Default cost of Motus. (Default: 64, Range: [0;2147483647]) + +I:Motus=64 + + # Default cost of Ordo. (Default: 64, Range: [0;2147483647]) + +I:Ordo=64 + + # Default cost of Perditio. (Default: 64, Range: [0;2147483647]) + +I:Perditio=64 + + # Default cost of Permutatio. (Default: 64, Range: [0;2147483647]) + +I:Permutatio=64 + + # Default cost of Potentia. (Default: 64, Range: [0;2147483647]) + +I:Potentia=64 + + # Default cost of Praecantatio. (Default: 64, Range: [0;2147483647]) + +I:Praecantatio=64 + + # Default cost of Praemunio. (Default: 64, Range: [0;2147483647]) + +I:Praemunio=64 + + # Default cost of Sensus. (Default: 64, Range: [0;2147483647]) + +I:Sensus=64 + + # Default cost of Sonus. (Default: 64, Range: [0;2147483647]) + +I:Sonus=64 + + # Default cost of Spiritus. (Default: 64, Range: [0;2147483647]) + +I:Spiritus=64 + + # Default cost of Tenebrae. (Default: 64, Range: [0;2147483647]) + +I:Tenebrae=64 + + # Default cost of Terra. (Default: 64, Range: [0;2147483647]) + +I:Terra=64 + + # Default cost of Vacuos. (Default: 64, Range: [0;2147483647]) + +I:Vacuos=64 + + # Default cost of Ventus. (Default: 64, Range: [0;2147483647]) + +I:Ventus=64 + + # Default cost of Victus. (Default: 64, Range: [0;2147483647]) + +I:Victus=64 + + # Default cost of Vinculum. (Default: 64, Range: [0;2147483647]) + +I:Vinculum=64 + + # Default cost of Visum. (Default: 64, Range: [0;2147483647]) + +I:Visum=64 + + # Default cost of Vitium. (Default: 64, Range: [0;2147483647]) + +I:Vitium=64 + + # Default cost of Vitreus. (Default: 64, Range: [0;2147483647]) + +I:Vitreus=64 + + # Default cost of Volatus. (Default: 64, Range: [0;2147483647]) + +I:Volatus=64 + +} + + ++C:Base={ + # Enable this part of ExpandedEquivalence (Default: true) + +B:Enabled=true + +} + + ++C:EMC={ + # Base cost for Alchemical Brass Ingot. Set to 0 to disable. (Default: 576, Range: [0;9223372036854775807]) + +L:AlchemicalBrassIngot=576 + + # Base cost for Amber. Set to 0 to disable. (Default: 512, Range: [0;9223372036854775807]) + +L:Amber=512 + + # Base cost for Ancient Stone. Set to 0 to disable. (Default: 16, Range: [0;9223372036854775807]) + +L:AncientStone=16 + + # Base cost for Cinderpearl. Set to 0 to disable. (Default: 768, Range: [0;9223372036854775807]) + +L:Cinderpearl=768 + + # Base cost for Eldritch Stone. Set to 0 to disable. (Default: 32, Range: [0;9223372036854775807]) + +L:EldritchStone=32 + + # Base cost for Primordial Pearl. Set to 0 to disable. (Default: 131072, Range: [0;9223372036854775807]) + +L:PrimordialPearl=131072 + + # Base cost for Quicksilver. Set to 0 to disable. (Default: 256, Range: [0;9223372036854775807]) + +L:Quicksilver=256 + + # Base cost for Rare Earths. Set to 0 to disable. (Default: 4096, Range: [0;9223372036854775807]) + +L:RareEarths=4096 + + # Base cost for Salis Mundus. Set to 0 to disable. (Default: 128, Range: [0;9223372036854775807]) + +L:SalisMundus=128 + + # Base cost for Shimmerleaf. Set to 0 to disable. (Default: 128, Range: [0;9223372036854775807]) + +L:Shimmerleaf=128 + + # Base cost for Vis Crystal. Set to 0 to disable. (Default: 32, Range: [0;9223372036854775807]) + +L:VisCrystal=32 + + # Base cost for Zombie Brains. Set to 0 to disable. (Default: 256, Range: [0;9223372036854775807]) + +L:ZombieBrains=256 + +} + + diff --git a/config/Expanded Equivalence/thaumcraft/internal.cfg b/config/Expanded Equivalence/thaumcraft/internal.cfg new file mode 100644 index 00000000..0a379a17 --- /dev/null +++ b/config/Expanded Equivalence/thaumcraft/internal.cfg @@ -0,0 +1,213 @@ +~ Saved With Hammer Lib 2.0.6.19 + ++C:Additional={ + # Additional EMC penalty per instability point. (Default: 2048, Range: [0;2147483647]) + +I:Instability=2048 + +} + + ++C:AspectEMC={ + # Default cost of Aer. (Default: 64, Range: [0;2147483647]) + +I:Aer=64 + + # Default cost of Alienis. (Default: 64, Range: [0;2147483647]) + +I:Alienis=64 + + # Default cost of Alkimia. (Default: 64, Range: [0;2147483647]) + +I:Alkimia=64 + + # Default cost of Aqua. (Default: 64, Range: [0;2147483647]) + +I:Aqua=64 + + # Default cost of Auram. (Default: 64, Range: [0;2147483647]) + +I:Auram=64 + + # Default cost of Aversio. (Default: 64, Range: [0;2147483647]) + +I:Aversio=64 + + # Default cost of Bestia. (Default: 64, Range: [0;2147483647]) + +I:Bestia=64 + + # Default cost of Caeles. (Default: 64, Range: [0;2147483647]) + +I:Caeles=64 + + # Default cost of Cognitio. (Default: 64, Range: [0;2147483647]) + +I:Cognitio=64 + + # Default cost of Coralos. (Default: 64, Range: [0;2147483647]) + +I:Coralos=64 + + # Default cost of Desiderium. (Default: 64, Range: [0;2147483647]) + +I:Desiderium=64 + + # Default cost of Diabolus. (Default: 64, Range: [0;2147483647]) + +I:Diabolus=64 + + # Default cost of Draco. (Default: 64, Range: [0;2147483647]) + +I:Draco=64 + + # Default cost of Dreadia. (Default: 64, Range: [0;2147483647]) + +I:Dreadia=64 + + # Default cost of Exanimis. (Default: 64, Range: [0;2147483647]) + +I:Exanimis=64 + + # Default cost of Exitium. (Default: 64, Range: [0;2147483647]) + +I:Exitium=64 + + # Default cost of Fabrico. (Default: 64, Range: [0;2147483647]) + +I:Fabrico=64 + + # Default cost of Fluctus. (Default: 64, Range: [0;2147483647]) + +I:Fluctus=64 + + # Default cost of Gelum. (Default: 64, Range: [0;2147483647]) + +I:Gelum=64 + + # Default cost of Herba. (Default: 64, Range: [0;2147483647]) + +I:Herba=64 + + # Default cost of Humanus. (Default: 64, Range: [0;2147483647]) + +I:Humanus=64 + + # Default cost of Ignis. (Default: 64, Range: [0;2147483647]) + +I:Ignis=64 + + # Default cost of Imperium. (Default: 64, Range: [0;2147483647]) + +I:Imperium=64 + + # Default cost of Infernum. (Default: 64, Range: [0;2147483647]) + +I:Infernum=64 + + # Default cost of Instrumentum. (Default: 64, Range: [0;2147483647]) + +I:Instrumentum=64 + + # Default cost of Luna. (Default: 64, Range: [0;2147483647]) + +I:Luna=64 + + # Default cost of Lux. (Default: 64, Range: [0;2147483647]) + +I:Lux=64 + + # Default cost of Machina. (Default: 64, Range: [0;2147483647]) + +I:Machina=64 + + # Default cost of Metallum. (Default: 64, Range: [0;2147483647]) + +I:Metallum=64 + + # Default cost of Mortuus. (Default: 64, Range: [0;2147483647]) + +I:Mortuus=64 + + # Default cost of Motus. (Default: 64, Range: [0;2147483647]) + +I:Motus=64 + + # Default cost of Mythus. (Default: 64, Range: [0;2147483647]) + +I:Mythus=64 + + # Default cost of Ordo. (Default: 64, Range: [0;2147483647]) + +I:Ordo=64 + + # Default cost of Perditio. (Default: 64, Range: [0;2147483647]) + +I:Perditio=64 + + # Default cost of Permutatio. (Default: 64, Range: [0;2147483647]) + +I:Permutatio=64 + + # Default cost of Potentia. (Default: 64, Range: [0;2147483647]) + +I:Potentia=64 + + # Default cost of Praecantatio. (Default: 64, Range: [0;2147483647]) + +I:Praecantatio=64 + + # Default cost of Praemunio. (Default: 64, Range: [0;2147483647]) + +I:Praemunio=64 + + # Default cost of Sensus. (Default: 64, Range: [0;2147483647]) + +I:Sensus=64 + + # Default cost of Sol. (Default: 64, Range: [0;2147483647]) + +I:Sol=64 + + # Default cost of Sonus. (Default: 64, Range: [0;2147483647]) + +I:Sonus=64 + + # Default cost of Spiritus. (Default: 64, Range: [0;2147483647]) + +I:Spiritus=64 + + # Default cost of Stellae. (Default: 64, Range: [0;2147483647]) + +I:Stellae=64 + + # Default cost of Tenebrae. (Default: 64, Range: [0;2147483647]) + +I:Tenebrae=64 + + # Default cost of Terra. (Default: 64, Range: [0;2147483647]) + +I:Terra=64 + + # Default cost of Vacuos. (Default: 64, Range: [0;2147483647]) + +I:Vacuos=64 + + # Default cost of Ventus. (Default: 64, Range: [0;2147483647]) + +I:Ventus=64 + + # Default cost of Victus. (Default: 64, Range: [0;2147483647]) + +I:Victus=64 + + # Default cost of Vinculum. (Default: 64, Range: [0;2147483647]) + +I:Vinculum=64 + + # Default cost of Visum. (Default: 64, Range: [0;2147483647]) + +I:Visum=64 + + # Default cost of Vitium. (Default: 64, Range: [0;2147483647]) + +I:Vitium=64 + + # Default cost of Vitreus. (Default: 64, Range: [0;2147483647]) + +I:Vitreus=64 + + # Default cost of Volatus. (Default: 64, Range: [0;2147483647]) + +I:Volatus=64 + +} + + ++C:Base={ + # Enable this part of ExpandedEquivalence (Default: true) + +B:Enabled=true + +} + + ++C:EMC={ + # Base cost for 131072. Set to 0 to disable. (Default: 0, Range: [0;9223372036854775807]) + +L:131072=0 + + # Base cost for 32. Set to 0 to disable. (Default: 0, Range: [0;9223372036854775807]) + +L:32=0 + + # Base cost for Amber. Set to 0 to disable. (Default: 512, Range: [0;9223372036854775807]) + +L:Amber=512 + + # Base cost for Cinderpearl. Set to 0 to disable. (Default: 768, Range: [0;9223372036854775807]) + +L:Cinderpearl=768 + + # Base cost for Primordial Pearl. Set to 0 to disable. (Default: 131072, Range: [0;9223372036854775807]) + +L:PrimordialPearl=131072 + + # Base cost for Rare Earths. Set to 0 to disable. (Default: 4096, Range: [0;9223372036854775807]) + +L:RareEarths=4096 + + # Base cost for Salis Mundus. Set to 0 to disable. (Default: 128, Range: [0;9223372036854775807]) + +L:SalisMundus=128 + + # Base cost for Shimmerleaf. Set to 0 to disable. (Default: 128, Range: [0;9223372036854775807]) + +L:Shimmerleaf=128 + + # Base cost for Void Seed. Set to 0 to disable. (Default: 2048, Range: [0;9223372036854775807]) + +L:VoidSeed=2048 + + # Base cost for Zombie Brains. Set to 0 to disable. (Default: 256, Range: [0;9223372036854775807]) + +L:ZombieBrains=256 + +} + + diff --git a/config/Expanded Equivalence/thermalexpansion/ExpansionThermalExpansion.cfg b/config/Expanded Equivalence/thermalexpansion/ExpansionThermalExpansion.cfg new file mode 100644 index 00000000..afde0dd7 --- /dev/null +++ b/config/Expanded Equivalence/thermalexpansion/ExpansionThermalExpansion.cfg @@ -0,0 +1,9 @@ +~ Saved With Hammer Lib 2.0.6.13 + ++C:Base={ + # Enable this part of ExpandedEquivalence (Default: true) + +B:Enabled=true + +} + + diff --git a/config/Expanded Equivalence/thermalexpansion/internal.cfg b/config/Expanded Equivalence/thermalexpansion/internal.cfg new file mode 100644 index 00000000..fdd8e20c --- /dev/null +++ b/config/Expanded Equivalence/thermalexpansion/internal.cfg @@ -0,0 +1,9 @@ +~ Saved With Hammer Lib 2.0.6.19 + ++C:Base={ + # Enable this part of ExpandedEquivalence (Default: true) + +B:Enabled=true + +} + + diff --git a/config/Expanded Equivalence/thermalfoundation/ExpansionThermalFoundation.cfg b/config/Expanded Equivalence/thermalfoundation/ExpansionThermalFoundation.cfg new file mode 100644 index 00000000..aa1073c4 --- /dev/null +++ b/config/Expanded Equivalence/thermalfoundation/ExpansionThermalFoundation.cfg @@ -0,0 +1,46 @@ +~ Saved With Hammer Lib 2.0.6.13 + ++C:Base={ + # Enable this part of ExpandedEquivalence (Default: true) + +B:Enabled=true + +} + + ++C:EMC={ + # Base cost for Basalz Powder. Set to 0 to disable. (Default: 384, Range: [0;9223372036854775807]) + +L:BasalzPowder=384 + + # Base cost for Basalz Rod. Set to 0 to disable. (Default: 1536, Range: [0;9223372036854775807]) + +L:BasalzRod=1536 + + # Base cost for Bitumen. Set to 0 to disable. (Default: 256, Range: [0;9223372036854775807]) + +L:Bitumen=256 + + # Base cost for Blitz Powder. Set to 0 to disable. (Default: 384, Range: [0;9223372036854775807]) + +L:BlitzPowder=384 + + # Base cost for Blitz Rod. Set to 0 to disable. (Default: 1536, Range: [0;9223372036854775807]) + +L:BlitzRod=1536 + + # Base cost for Blizz Powder. Set to 0 to disable. (Default: 384, Range: [0;9223372036854775807]) + +L:BlizzPowder=384 + + # Base cost for Blizz Rod. Set to 0 to disable. (Default: 1536, Range: [0;9223372036854775807]) + +L:BlizzRod=1536 + + # Base cost for Cinnabar. Set to 0 to disable. (Default: 512, Range: [0;9223372036854775807]) + +L:Cinnabar=512 + + # Base cost for Enderium Ingot. Set to 0 to disable. (Default: 1280, Range: [0;9223372036854775807]) + +L:EnderiumIngot=16384 + + # Base cost for Rich Slag. Set to 0 to disable. (Default: 128, Range: [0;9223372036854775807]) + +L:RichSlag=128 + + # Base cost for Slag. Set to 0 to disable. (Default: 16, Range: [0;9223372036854775807]) + +L:Slag=16 + +} + + diff --git a/config/Expanded Equivalence/thermalfoundation/internal.cfg b/config/Expanded Equivalence/thermalfoundation/internal.cfg new file mode 100644 index 00000000..1e66e350 --- /dev/null +++ b/config/Expanded Equivalence/thermalfoundation/internal.cfg @@ -0,0 +1,46 @@ +~ Saved With Hammer Lib 2.0.6.19 + ++C:Base={ + # Enable this part of ExpandedEquivalence (Default: true) + +B:Enabled=true + +} + + ++C:EMC={ + # Base cost for Basalz Powder. Set to 0 to disable. (Default: 384, Range: [0;9223372036854775807]) + +L:BasalzPowder=384 + + # Base cost for Basalz Rod. Set to 0 to disable. (Default: 1536, Range: [0;9223372036854775807]) + +L:BasalzRod=1536 + + # Base cost for Bitumen. Set to 0 to disable. (Default: 256, Range: [0;9223372036854775807]) + +L:Bitumen=256 + + # Base cost for Blitz Powder. Set to 0 to disable. (Default: 384, Range: [0;9223372036854775807]) + +L:BlitzPowder=384 + + # Base cost for Blitz Rod. Set to 0 to disable. (Default: 1536, Range: [0;9223372036854775807]) + +L:BlitzRod=1536 + + # Base cost for Blizz Powder. Set to 0 to disable. (Default: 384, Range: [0;9223372036854775807]) + +L:BlizzPowder=384 + + # Base cost for Blizz Rod. Set to 0 to disable. (Default: 1536, Range: [0;9223372036854775807]) + +L:BlizzRod=1536 + + # Base cost for Cinnabar. Set to 0 to disable. (Default: 512, Range: [0;9223372036854775807]) + +L:Cinnabar=512 + + # Base cost for Enderium Ingot. Set to 0 to disable. (Default: 1280, Range: [0;9223372036854775807]) + +L:EnderiumIngot=16384 + + # Base cost for Rich Slag. Set to 0 to disable. (Default: 128, Range: [0;9223372036854775807]) + +L:RichSlag=128 + + # Base cost for Slag. Set to 0 to disable. (Default: 16, Range: [0;9223372036854775807]) + +L:Slag=16 + +} + + diff --git a/config/Extreme Reactors/Extreme Reactors.cfg b/config/Extreme Reactors/Extreme Reactors.cfg new file mode 100644 index 00000000..1818712b --- /dev/null +++ b/config/Extreme Reactors/Extreme Reactors.cfg @@ -0,0 +1,202 @@ +# Configuration file + +########################################################################################################## +# client +#--------------------------------------------------------------------------------------------------------# +# Client-only options +########################################################################################################## + +client { + # If true, disables the rendering of fuel inside the fuel rods of a Reactor and the associated animation. Restart needed (Default: false) + B:disableReactorFuelRodRender=false + + # If true, disables the fuel rods particle effect. (Default: false) + B:disableReactorParticles=false + + # If true, disables the Turbine particle effect. (Default: false) + B:disableTurbineParticles=false + + # If true, disables the rendering of the rotor animation of an active Turbine. Restart needed (Default: false) + B:disableTurbineRotorRender=false +} + + +########################################################################################################## +# compatibility +#--------------------------------------------------------------------------------------------------------# +# Define how Big Reactor interact with other mods +########################################################################################################## + +compatibility { + # If true, automatically adds all unregistered uranium ingots found as clonesof standard yellorium fuel + B:autoAddUranium=false + + # If true, allows Metallurgy's fantasy metals to be used as part of turbine coils. Default: true + B:enableMetallurgyFantasyMetalsInTurbines=true +} + + +########################################################################################################## +# general +#--------------------------------------------------------------------------------------------------------# +# General options +########################################################################################################## + +general { + # If true, allows weird stuff inside reactors, like MFR sewage and pink slime. Default: true + B:enableComedy=true + + # A multiplier for balancing fuel consumption. Default: 1.0 + D:fuelUsageMultiplier=1.0 + + # A multiplier for balancing overall power production from Extreme Reactors. Default: 1.0 + D:powerProductionMultiplier=1.0 + + # Number of ticks between updates for redstone/rednet ports + I:ticksPerRedstoneUpdate=20 +} + + +########################################################################################################## +# reactor +#--------------------------------------------------------------------------------------------------------# +# Define how Reactors works +########################################################################################################## + +reactor { + # The maximum valid size of a reactor in the Y dimension, in blocks. Lower this if your server's players are building ginormous reactors. Bigger Y sizes have far less performance impact than X/Z sizes + I:maxReactorHeight=48 + + # The maximum valid size of a reactor in the X/Z plane, in blocks. Lower this if your server's players are building ginormous reactors + I:maxReactorSize=32 + + # A multiplier for balancing reactor power production. Stacks with powerProductionMultiplier. Default: 1.0 + D:reactorPowerProductionMultiplier=1.0 +} + + +########################################################################################################## +# recipes +#--------------------------------------------------------------------------------------------------------# +# Recipes options +########################################################################################################## + +recipes { + # If set, cyanite will be craftable from yellorium ingots and sand + B:enableCyaniteFromYelloriumRecipe=false + + # If set, reactor power taps can be crafted, allowing players to use passive-cooled reactors + B:enableReactorPowerTapRecipe=true + + # If set, charcoal will be smeltable into graphite bars. Disable this if other mods need to smelt charcoal into their own products. (Default: true) + B:registerCharcoalForSmelting=true + + # If set, coal will be smeltable into graphite bars. Disable this if other mods need to smelt coal into their own products. (Default: true) + B:registerCoalForSmelting=true + + # Enable creative mod-only multiblock parts. Default: true + B:registerCreativeMultiblockParts=true + + # If set, graphite bars can be crafted from 2 gravel, 1 charcoal. Use this if other mods interfere with the smelting recipe. (Default: false) + B:registerGraphiteCharcoalCraftingRecipes=false + + # If set, graphite bars can be crafted from 2 gravel, 1 coal. Use this if other mods interfere with the smelting recipe. (Default: false) + B:registerGraphiteCoalCraftingRecipes=false + + # If set, yellorite ore will smelt into whichever item is registered as ingotUranium in the ore dictionary. If false, it will smelt into ingotYellorium. (Default: true) + B:registerYelloriteSmeltToUranium=false + + # If set, then all Extreme Reactors components will require uranium ingots (ingotUranium) in place of yellorium ingots and plutonium ingots (ingotPlutonium) in place of blutonium ingots. Will be ignored if no other mod registers uranium ingots and/ore plutonium ingots. Default: true + B:registerYelloriumAsUranium=false + + # If set, then Extreme Reactors will require hardened or reinforced glass (blockGlassHardened or glassReinforced) instead of plain glass. Will be ignored if no other mod registers those glass types. (default: false) + B:requireObsidianGlass=true +} + + +########################################################################################################## +# turbine +#--------------------------------------------------------------------------------------------------------# +# Define how Turbines works +########################################################################################################## + +turbine { + # The maximum valid height of a turbine (Y axis), in blocks. Default: 32 + I:maxTurbineHeight=32 + + # The maximum valid size of a turbine in the X/Z plane, in blocks. Lower this for smaller turbines, which means lower max output. Default: 16 + I:maxTurbineSize=16 + + # A multiplier for balancing rotor sizes. Multiplies the amount of energy lost to aerodynamic drag per tick. Default: 1.0 + D:turbineAeroDragMultiplier=0.4 + + # A multiplier for balancing coil size. Multiplies the amount of energy drawn per coil block per tick. Default: 1.0 + D:turbineCoilDragMultiplier=0.4 + + # A multiplier for balancing coil size. Multiplies the amount of fluid each blade block can process (base of 25 will be multiplied, then rounded down to the nearest integer). Default: 1.0 + D:turbineFluidPerBladeMultiplier=1.0 + + # A multiplier for balancing rotor sizes. Multiplies the amount of energy lost to friction per tick. Default: 1.0 + D:turbineMassDragMultiplier=0.1 + + # A multiplier for balancing turbine power production. Stacks with powerProductionMultiplier. Default: 1.0 + D:turbinePowerProductionMultiplier=4.5 +} + + +########################################################################################################## +# worldgen +#--------------------------------------------------------------------------------------------------------# +# Define how ores generates in the world +########################################################################################################## + +worldgen { + # Enable generation of Anglesite ore + B:anglesiteOreEnableWorldGen=false + + # Maximum number of Anglesite clusters per chunk + I:anglesiteOreMaxClustersPerChunk=1 + + # Maximum number of Anglesite ore to generate in each cluster + I:anglesiteOrePerCluster=4 + + # Enable generation of Benitoite ore + B:benitoiteOreEnableWorldGen=false + + # Maximum number of Benitoite clusters per chunk + I:benitoiteOreMaxClustersPerChunk=2 + + # Maximum number of Benitoite ore to generate in each cluster + I:benitoiteOrePerCluster=5 + + # World gen will be performed only in the dimensions listed here + I:dimensionWhitelist < + 0 + > + + # If false, disables all world gen from Extreme Reactors; all other worldgen settings are automatically overridden + B:enableWorldGen=true + + # Run BR World Generation in chunks that have already been generated, but have not been modified by Extreme Reactors before. This is largely useful for worlds that existed before BigReactors was released + B:enableWorldRegeneration=false + + # If true, dimensionWhitelist will be used as a black list. (Default: false) + B:useBlacklist=false + + # User-set world generation version. Increase this by 1 if you want Extreme Reactors to re-run world generation in your world + I:userWorldGenVersion=0 + + # Enable generation of yellorite ore + B:yelloriteOreEnableWorldGen=true + + # Maximum number of yellorite clusters per chunk + I:yelloriteOreMaxClustersPerChunk=2 + + # Maximum height (Y coordinate) in the world to generate yellorite ore + I:yelloriteOreMaxY=32 + + # Maximum number of yellorite ore to generate in each cluster + I:yelloriteOrePerCluster=5 +} + + diff --git a/config/FermionEnv/bcrf.asm/transformers.json b/config/FermionEnv/bcrf.asm/transformers.json new file mode 100644 index 00000000..62343274 --- /dev/null +++ b/config/FermionEnv/bcrf.asm/transformers.json @@ -0,0 +1,12 @@ +{ + "mj_battery_receiver_transformer": { + "description": "Patches MjBatteryReceiver to add MjBattery getter", + "enabled": true, + "configuration": {} + }, + "mj_battery_transformer": { + "description": "Patches MjBattery to implement Forge Energy", + "enabled": true, + "configuration": {} + } +} \ No newline at end of file diff --git a/config/FermionEnv/environment.json b/config/FermionEnv/environment.json new file mode 100644 index 00000000..bdaf4d71 --- /dev/null +++ b/config/FermionEnv/environment.json @@ -0,0 +1,14 @@ +{ + "dump": { + "__comment": "Whether classes transformed by this class transformer should be dumped to disk", + "enabled": false + }, + "emergency_mode": { + "__comment": "If emergency mode is enabled, no transformers will load. Can be used for debugging, but DO NOT TURN IT ON!", + "enabled": false + }, + "disable_jar_copying": { + "__comment": "Disables the JAR copying feature. This feature is necessary for Fermion to load correctly. Disabling it is not wise.", + "enabled": false + } +} \ No newline at end of file diff --git a/config/FermionEnv/fermion.asm/transformers.json b/config/FermionEnv/fermion.asm/transformers.json new file mode 100644 index 00000000..a91b4148 --- /dev/null +++ b/config/FermionEnv/fermion.asm/transformers.json @@ -0,0 +1,12 @@ +{ + "transforming_utilities": { + "description": "This is a fundamental part of the API: do not disable", + "enabled": true, + "configuration": {} + }, + "mod_discoverer": { + "description": "Transforms the ModDiscoverer class so that Fermion can inject their own Mod Container for event dispatch", + "enabled": true, + "configuration": {} + } +} \ No newline at end of file diff --git a/config/Guide-API/Guide-API.cfg b/config/Guide-API/Guide-API.cfg new file mode 100644 index 00000000..9654f23b --- /dev/null +++ b/config/Guide-API/Guide-API.cfg @@ -0,0 +1,52 @@ +# Configuration file + +########################################################################################################## +# books +#--------------------------------------------------------------------------------------------------------# +# All settings related to Books. +########################################################################################################## + +books { + # Allows books to spawn with new players. + # This is a global override for all books. [default: true] + B:canSpawnWithBooks=true + + ########################################################################################################## + # spawn + #--------------------------------------------------------------------------------------------------------# + # If true, the user will spawn with the book. + # This defaults to the value the book owner has set and is overridden by this config. + ########################################################################################################## + + spawn { + # [default: false] + B:"bloodarsenal:guide"=false + + # [default: false] + B:"bloodmagic:guide"=false + + # [default: true] + B:"cyclicmagic:guide"=true + + # [default: false] + B:"modularrouters:guidebook"=false + + # [default: false] + B:"woot:guide"=false + } + +} + + +########################################################################################################## +# general +#--------------------------------------------------------------------------------------------------------# +# Miscellaneous settings. +########################################################################################################## + +general { + # Enables extra information being printed to the console. [default: true] + B:enableLogging=true +} + + diff --git a/config/IntegrationForegoing.cfg b/config/IntegrationForegoing.cfg new file mode 100644 index 00000000..d791676b --- /dev/null +++ b/config/IntegrationForegoing.cfg @@ -0,0 +1,87 @@ +# 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/InvTweaks.cfg b/config/InvTweaks.cfg new file mode 100644 index 00000000..8ce5b3c4 --- /dev/null +++ b/config/InvTweaks.cfg @@ -0,0 +1,22 @@ +#Inventory Tweaks Configuration +#(Regarding shortcuts, all key names can be found at: http://legacy.lwjgl.org/javadoc/org/lwjgl/input/Keyboard.html) +#Wed Oct 05 21:37:56 PDT 2022 +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/InvTweaksRules.txt b/config/InvTweaksRules.txt new file mode 100644 index 00000000..b8b0fa63 --- /dev/null +++ b/config/InvTweaksRules.txt @@ -0,0 +1,31 @@ +|=================================================================| +| 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. \ No newline at end of file diff --git a/config/InvTweaksTree.txt b/config/InvTweaksTree.txt new file mode 100644 index 00000000..a4881cc5 --- /dev/null +++ b/config/InvTweaksTree.txt @@ -0,0 +1,1196 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/config/JustEnoughCalculation/main.cfg b/config/JustEnoughCalculation/main.cfg new file mode 100644 index 00000000..b13cd3b5 --- /dev/null +++ b/config/JustEnoughCalculation/main.cfg @@ -0,0 +1,8 @@ +# Configuration file + +general { + # Set to true to force client mode: no item and recipe allowed, use key bindings instead. + B:clientMode=false +} + + diff --git a/config/JustEnoughCalculation/record.json b/config/JustEnoughCalculation/record.json new file mode 100644 index 00000000..589606d1 --- /dev/null +++ b/config/JustEnoughCalculation/record.json @@ -0,0 +1,17 @@ +{ + "craft": { + "inventory": 0b, + "amount": "", + "recents": [] + }, + "player": { + "last": "", + "recipes": {} + }, + "math": { + "current": "", + "last": "0", + "operator": 0, + "state": 0 + } +} diff --git a/config/LLOverlayReloaded.cfg b/config/LLOverlayReloaded.cfg new file mode 100644 index 00000000..0dba6cb5 --- /dev/null +++ b/config/LLOverlayReloaded.cfg @@ -0,0 +1,20 @@ +# 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/LagGoggles-client.cfg b/config/LagGoggles-client.cfg new file mode 100644 index 00000000..47ef40a0 --- /dev/null +++ b/config/LagGoggles-client.cfg @@ -0,0 +1,27 @@ +# 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/LagGoggles-server.cfg b/config/LagGoggles-server.cfg new file mode 100644 index 00000000..9d9218c9 --- /dev/null +++ b/config/LagGoggles-server.cfg @@ -0,0 +1,41 @@ +# 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/LogisticsPipes.cfg b/config/LogisticsPipes.cfg new file mode 100644 index 00000000..6bef2a0d --- /dev/null +++ b/config/LogisticsPipes.cfg @@ -0,0 +1,74 @@ +# 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/MoreOverlays.cfg b/config/MoreOverlays.cfg new file mode 100644 index 00000000..4d1f041f --- /dev/null +++ b/config/MoreOverlays.cfg @@ -0,0 +1,75 @@ +# 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/MrTJPCore.cfg b/config/MrTJPCore.cfg new file mode 100644 index 00000000..28860b9f --- /dev/null +++ b/config/MrTJPCore.cfg @@ -0,0 +1,32 @@ +# 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/NCEnvironmentalRads.cfg b/config/NCEnvironmentalRads.cfg new file mode 100644 index 00000000..d5cfcbce --- /dev/null +++ b/config/NCEnvironmentalRads.cfg @@ -0,0 +1,1869 @@ +# 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/NaturaModules.cfg b/config/NaturaModules.cfg new file mode 100644 index 00000000..a8f9092b --- /dev/null +++ b/config/NaturaModules.cfg @@ -0,0 +1,26 @@ +# 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/NotEnoughEnergistics.cfg b/config/NotEnoughEnergistics.cfg new file mode 100644 index 00000000..3acb24aa --- /dev/null +++ b/config/NotEnoughEnergistics.cfg @@ -0,0 +1,45 @@ +# 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/OpenModsLibCore.json b/config/OpenModsLibCore.json new file mode 100644 index 00000000..9ab77a95 --- /dev/null +++ b/config/OpenModsLibCore.json @@ -0,0 +1,52 @@ +{ + "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/ProjectE/ProjectE.cfg b/config/ProjectE/ProjectE.cfg new file mode 100644 index 00000000..a27b106b --- /dev/null +++ b/config/ProjectE/ProjectE.cfg @@ -0,0 +1,163 @@ +# Configuration file + +general { + + difficulty { + # Adjusting this ratio changes how much EMC is received when burning a item. For example setting this to 0.5 will return half of the EMC cost. + # Min: 0.1 + # Max: 1.0 + D:covalenceLoss=1.0 + + # How rounding occurs when Covalence Loss results in a burn value less than 1 EMC. If true the value will be rounded up to 1. If false the value will be rounded down to 0. + B:covalenceLossRounding=true + + # The Tome of Knowledge can be crafted. + B:craftableTome=false + + # Amount of damage Katar 'C' key deals + # Min: 0.0 + # Max: 2.147483647E9 + D:katarDeathAura=12.0 + + # Set to false to disable Gem Armor offensive abilities (helmet zap and chestplate explosion) + B:offensiveAbilities=true + } + + items { + # If set to true, disables all radius-based mining functionaliy (right click of tools) + B:disableAllRadiusMining=false + + # Enable Watch of Flowing Time + B:enableTimeWatch=true + + # Allows the Harvest Goddess Band to passively grow tall grass, flowers, etc, on top of grass blocks. + B:harvBandGrass=false + + # Instead of vein mining the ore you right click with your Dark/Red Matter Pick/Star it vein mines all ores in an AOE around you like it did in ProjectE before version 1.4.4. + B:pickaxeAoeVeinMining=false + } + + effects { + # If true the Interdiction Torch only affects hostile mobs. If false it affects all non blacklisted living entities. + B:interdictionMode=true + + # Bonus ticks given by the Watch of Flowing Time while in the pedestal. 0 = effectively no bonus. + # Min: 0 + # Max: 256 + I:timePedBonus=18 + + # Factor the Watch of Flowing Time slows down mobs by while in the pedestal. Set to 1.0 for no slowdown. + # Min: 0.0 + # Max: 1.0 + D:timePedMobSlowness=0.10000000149011612 + + # Block ID's that the Watch of Flowing Time should not give extra random ticks to + S:timeWatchBlockBlacklist < + > + + # Tile entity ID's that the Watch of Flowing Time should not give extra ticks to. + S:timeWatchTEBlacklist < + projecte:dm_pedestal + > + } + + misc { + # Enable a more verbose debug logging + B:debugLogging=false + + # Show the EMC value as a tooltip on items and blocks + B:emcToolTips=true + + # A cooldown (in ticks) for Gem Chestplate explosion + # Min: 0 + # Max: 2147483647 + I:gemChestCooldown=0 + + # Show item Ore Dictionary names in tooltips (useful for custom EMC registration) + B:odToolTips=false + + # Show DM pedestal functions in item tooltips + B:pedestalToolTips=true + + # A cooldown (in ticks) for firing projectiles + # Min: 0 + # Max: 2147483647 + I:projectileCooldown=0 + + # The Philosopher's Stone overlay softly pulsates + B:pulsatingOverlay=false + + # Show stats as tooltips for various ProjectE blocks + B:statToolTips=true + + # False requires your hand be empty for Gem Armor Offensive Abilities to be readied or triggered + B:unsafeKeyBinds=false + } + + ########################################################################################################## + # pedestalcooldown + #--------------------------------------------------------------------------------------------------------# + # Cooldown for various items within the pedestal. A cooldown of -1 will disable the functionality. + # A cooldown of 0 will cause the actions to happen every tick. Use caution as a very low value could cause TPS issues. + ########################################################################################################## + + pedestalcooldown { + # Delay between Archangel Smite shooting arrows while in the pedestal. + # Min: -1 + # Max: 2147483647 + I:archangelPedCooldown=40 + + # Delay between Body Stone healing 0.5 shanks while in the pedestal. + # Min: -1 + # Max: 2147483647 + I:bodyPedCooldown=10 + + # Delay between Evertide Amulet trying to start rain while in the pedestal. + # Min: -1 + # Max: 2147483647 + I:evertidePedCooldown=20 + + # Delay between Harvest Goddess trying to grow and harvest while in the pedestal. + # Min: -1 + # Max: 2147483647 + I:harvestPedCooldown=10 + + # Delay between Ignition Ring trying to light entities on fire while in the pedestal. + # Min: -1 + # Max: 2147483647 + I:ignitePedCooldown=40 + + # Delay between Life Stone healing both food and hunger by 0.5 shank/heart while in the pedestal. + # Min: -1 + # Max: 2147483647 + I:lifePedCooldown=5 + + # Delay between Talisman of Repair trying to repair player items while in the pedestal. + # Min: -1 + # Max: 2147483647 + I:repairPedCooldown=20 + + # Delay between Soul Stone healing 0.5 hearts while in the pedestal. + # Min: -1 + # Max: 2147483647 + I:soulPedCooldown=10 + + # Delay between SWRG trying to smite mobs while in the pedestal. + # Min: -1 + # Max: 2147483647 + I:swrgPedCooldown=70 + + # Delay between Volcanite Amulet trying to stop rain while in the pedestal. + # Min: -1 + # Max: 2147483647 + I:volcanitePedCooldown=20 + + # Delay between Zero Ring trying to extinguish entities and freezing ground while in the pedestal. + # Min: -1 + # Max: 2147483647 + I:zeroPedCooldown=40 + } + +} + + diff --git a/config/ProjectE/customConversions/ODdefaults.json b/config/ProjectE/customConversions/ODdefaults.json new file mode 100644 index 00000000..f96ffd88 --- /dev/null +++ b/config/ProjectE/customConversions/ODdefaults.json @@ -0,0 +1,55 @@ +{ + "comment": "Various default values for OreDictionary names, from vanilla and other mods", + "comment_1": "This file is only shown as an example, it will be regenerated every time mapping occurs in order to let us", + "comment_2": "change default values. To specify your own custom values use a separate JSON or the /projecte commands ingame", + "values": { + "before": { + "OD|logWood": 32, + "OD|plankWood": 8, + "OD|treeSapling": 32, + "OD|stickWood": 4, + "OD|treeLeaves": 1, + + "OD|blockGlass": 1, + "OD|blockCloth": 48, + + "OD|stone": 1, + "OD|cobblestone": 1, + + "OD|gemDiamond": 8192, + "OD|dustRedstone": 64, + "OD|dustGlowstone": 384, + "OD|dustCoal": 64, + "OD|dustCharcoal": 16, + "OD|dustSulfur": 32, + + "OD|ingotThaumium": 2048, + "OD|itemSilicon": 32, + "OD|ingotOsmium": 512, + + "OD|crystalCertusQuartz": 64, + "OD|crystalFluix": 256, + "OD|dustCertusQuartz": 32, + "OD|dustFluix": 128, + + "OD|gemRuby": 2048, + "OD|gemSapphire": 2048, + "OD|gemPeridot": 2048, + "OD|blockMarble": 4, + + "OD|blockGlassHardened": 192, + + "OD|itemRubber": 32, + "OD|ingotUranium": 4096, + "OD|ingotCyanite": 1024, + + "OD|shardAir": 64, + "OD|shardFire": 64, + "OD|shardWater": 64, + "OD|shardEarth": 64, + "OD|shardOrder": 64, + "OD|shardEntropy": 64, + "OD|shardNether": 64 + } + } +} \ No newline at end of file diff --git a/config/ProjectE/customConversions/defaults.json b/config/ProjectE/customConversions/defaults.json new file mode 100644 index 00000000..e79c73c7 --- /dev/null +++ b/config/ProjectE/customConversions/defaults.json @@ -0,0 +1,260 @@ +{ + "comment": "Default values for non-OreDictionary vanilla items", + "comment_1": "This file is only shown as an example, it will be regenerated every time mapping occurs in order to let us", + "comment_2": "change default values. To specify your own custom values use a separate JSON or the /projecte commands ingame", + "groups": { + "default": { + "comment": "Default conversion group", + "conversions": [ + { + "output": "minecraft:grass|0", + "ingredients": { + "minecraft:dirt|0": 2 + } + }, + { + "output": "minecraft:dirt|2", + "ingredients": { + "minecraft:dirt|0": 2 + } + }, + { + "output": "minecraft:mycelium|0", + "ingredients": { + "minecraft:dirt|0": 2 + } + }, + { + "output": "minecraft:grass_path|0", + "ingredients": [ "minecraft:grass|0" ] + }, + { + "output": "minecraft:iron_horse_armor|0", + "ingredients": { + "minecraft:iron_ingot|0": 8 + } + }, + { + "output": "minecraft:golden_horse_armor|0", + "ingredients": { + "minecraft:gold_ingot|0": 8 + } + }, + { + "output": "minecraft:diamond_horse_armor|0", + "ingredients": { + "minecraft:diamond|0": 8 + } + } + ] + }, + "concrete_powder_to_block": { + "comment": "Propagate concrete powder values to concrete blocks", + "conversions": [ + { + "output": "minecraft:concrete|0", + "ingredients": [ "minecraft:concrete_powder|0" ] + }, + { + "output": "minecraft:concrete|1", + "ingredients": [ "minecraft:concrete_powder|1" ] + }, + { + "output": "minecraft:concrete|2", + "ingredients": [ "minecraft:concrete_powder|2" ] + }, + { + "output": "minecraft:concrete|3", + "ingredients": [ "minecraft:concrete_powder|3" ] + }, + { + "output": "minecraft:concrete|4", + "ingredients": [ "minecraft:concrete_powder|4" ] + }, + { + "output": "minecraft:concrete|5", + "ingredients": [ "minecraft:concrete_powder|5" ] + }, + { + "output": "minecraft:concrete|6", + "ingredients": [ "minecraft:concrete_powder|6" ] + }, + { + "output": "minecraft:concrete|7", + "ingredients": [ "minecraft:concrete_powder|7" ] + }, + { + "output": "minecraft:concrete|8", + "ingredients": [ "minecraft:concrete_powder|8" ] + }, + { + "output": "minecraft:concrete|9", + "ingredients": [ "minecraft:concrete_powder|9" ] + }, + { + "output": "minecraft:concrete|10", + "ingredients": [ "minecraft:concrete_powder|10" ] + }, + { + "output": "minecraft:concrete|11", + "ingredients": [ "minecraft:concrete_powder|11" ] + }, + { + "output": "minecraft:concrete|12", + "ingredients": [ "minecraft:concrete_powder|12" ] + }, + { + "output": "minecraft:concrete|13", + "ingredients": [ "minecraft:concrete_powder|13" ] + }, + { + "output": "minecraft:concrete|14", + "ingredients": [ "minecraft:concrete_powder|14" ] + }, + { + "output": "minecraft:concrete|15", + "ingredients": [ "minecraft:concrete_powder|15" ] + } + ] + }, + "notch_apple": { + "comment": "Give Notch apple a value based on its old recipe", + "conversions": [ + { + "output": "minecraft:golden_apple|1", + "ingredients": { + "minecraft:apple|0": 1, + "minecraft:gold_block|0": 8 + } + } + ] + } + }, + "values": { + "before": { + "minecraft:cobblestone|0": 1, + "minecraft:stone|0": 1, + "minecraft:stone|1": 16, + "minecraft:stone|3": 16, + "minecraft:stone|5": 16, + "minecraft:stonebrick|2": 1, + "minecraft:stonebrick|3": 1, + "minecraft:end_stone|0": 1, + "minecraft:netherrack|0": 1, + "minecraft:dirt|0": 1, + "minecraft:sand|0": 1, + "minecraft:sand|1": 1, + "minecraft:snow|0": 1, + "minecraft:ice|0": 1, + "minecraft:deadbush|0": 1, + "minecraft:gravel|0": 4, + "minecraft:cactus|0": 8, + "minecraft:vine|0": 8, + "minecraft:web|0": 12, + "minecraft:waterlily|0": 16, + "minecraft:red_flower|0": 16, + "minecraft:red_flower|1": 16, + "minecraft:red_flower|2": 16, + "minecraft:red_flower|3": 16, + "minecraft:red_flower|4": 16, + "minecraft:red_flower|5": 16, + "minecraft:red_flower|6": 16, + "minecraft:red_flower|7": 16, + "minecraft:red_flower|8": 16, + "minecraft:double_plant|0": 32, + "minecraft:double_plant|1": 32, + "minecraft:double_plant|4": 32, + "minecraft:double_plant|5": 32, + "minecraft:yellow_flower|0": 16, + "minecraft:red_mushroom|0": 32, + "minecraft:brown_mushroom|0": 32, + "minecraft:reeds|0": 32, + "minecraft:soul_sand|0": 49, + "minecraft:obsidian|0": 64, + "minecraft:stained_hardened_clay|*": 64, + "minecraft:sponge|0": 128, + "minecraft:sponge|1": 128, + "minecraft:tallgrass|0": 1, + "minecraft:tallgrass|1": 1, + "minecraft:tallgrass|2": 1, + "minecraft:double_plant|2": 1, + "minecraft:double_plant|3": 1, + "minecraft:packed_ice|0": 4, + "minecraft:magma|0": 128, + + "minecraft:chorus_plant|0": 64, + "minecraft:chorus_flower|0": 96, + "minecraft:wheat_seeds|0": 16, + "minecraft:beetroot_seeds|0": 16, + "minecraft:melon|0": 16, + "minecraft:wheat|0": 24, + "minecraft:nether_wart|0": 24, + "minecraft:apple|0": 128, + "minecraft:pumpkin|0": 144, + "minecraft:porkchop|0": 64, + "minecraft:beef|0": 64, + "minecraft:chicken|0": 64, + "minecraft:rabbit|0": 64, + "minecraft:mutton|0": 64, + "minecraft:fish|0": 64, + "minecraft:fish|1": 64, + "minecraft:fish|2": 64, + "minecraft:fish|3": 64, + "minecraft:carrot|0": 64, + "minecraft:beetroot|0": 64, + "minecraft:potato|0": 64, + "minecraft:poisonous_potato|0": 64, + "minecraft:chorus_fruit|0": 192, + + "minecraft:string|0": 12, + "minecraft:rotten_flesh|0": 32, + "minecraft:slime_ball|0": 32, + "minecraft:egg|0": 32, + "minecraft:feather|0": 48, + "minecraft:rabbit_hide|0": 16, + "minecraft:rabbit_foot|0": 128, + "minecraft:spider_eye|0": 128, + "minecraft:gunpowder|0": 192, + "minecraft:ender_pearl|0": 1024, + "minecraft:blaze_rod|0": 1536, + "minecraft:shulker_shell|0": 2048, + "minecraft:ghast_tear|0": 4096, + "minecraft:dragon_egg|0": 262144, + "minecraft:potion|0": 0, + + "minecraft:saddle|0": 192, + "minecraft:name_tag|0": 192, + "minecraft:record_11|0": 2048, + "minecraft:record_13|0": 2048, + "minecraft:record_blocks|0": 2048, + "minecraft:record_cat|0": 2048, + "minecraft:record_chirp|0": 2048, + "minecraft:record_far|0": 2048, + "minecraft:record_mall|0": 2048, + "minecraft:record_mellohi|0": 2048, + "minecraft:record_stal|0": 2048, + "minecraft:record_strad|0": 2048, + "minecraft:record_wait|0": 2048, + "minecraft:record_ward|0": 2048, + + "minecraft:diamond|0": 8192, + "minecraft:flint|0": 4, + "minecraft:coal|0": 128, + "minecraft:redstone|0": 64, + "minecraft:glowstone_dust|0": 384, + "minecraft:quartz|0": 256, + "minecraft:prismarine_shard|0": 256, + "minecraft:prismarine_crystals|0": 512, + "minecraft:dye|0": 16, + "minecraft:dye|3": 128, + "minecraft:dye|4": 864, + "minecraft:enchanted_book|0": 2048, + "minecraft:emerald|0": 16384, + "minecraft:nether_star|0": 139264, + "minecraft:clay_ball|0": 16, + "minecraft:bone|0": 144, + "minecraft:snowball|0": 1, + "minecraft:filled_map|0": 1472 + } + } +} diff --git a/config/ProjectE/customConversions/example.json b/config/ProjectE/customConversions/example.json new file mode 100644 index 00000000..28c7c92a --- /dev/null +++ b/config/ProjectE/customConversions/example.json @@ -0,0 +1,86 @@ +/* + NOTE: This file is an example. It will be regenerated each time mapping occurs, and is not actually parsed. + Files in this folder can be used to add Conversions and values to the EMC Calculation. + All files in this folder that end with .json will be loaded and can be enabled/disabled in the mapping.cfg. + A grammar is available at: https://gist.github.com/williewillus/9ebb0d04329526e31564 +*/ + +{ + "comment": "An example for the custom conversion JSONs", + "groups": { + "boring_conversions": { + "comment": "Some normal conversions, different syntaxes are listed", + "conversions": [ + // These work like AE2 autocrafting: You specify what goes in, and what comes out. PE does the rest. + + { + "output": "minecraft:furnace|0", + "count": 1, // Can be omitted if it's 1 + "ingredients": { + "minecraft:cobblestone|0": 8 + } + }, + + { + "out": "minecraft:iron_boots", + "ingr": [ "minecraft:iron_ingot", "minecraft:iron_ingot", "minecraft:iron_ingot", "minecraft:iron_ingot" ] + // Every occurrence counts once ^ + }, + + // These make a "item group" that you can use in other conversions + // to represent the whole group at once (see the next conversion down) + { "o": "FAKE|AllSeeds", "i": [ "minecraft:pumpkin_seeds" ] }, + { "o": "FAKE|AllSeeds", "i": [ "minecraft:wheat_seeds" ] }, + { "o": "FAKE|AllSeeds", "i": [ "minecraft:melon_seeds" ] }, + { "o": "FAKE|AllSeeds", "i": [ "minecraft:wheat_seeds" ] }, + + { + "o": "minecraft:grass|0", + "i": [ "FAKE|AllSeeds", "minecraft:dirt|0" ] + }, + + { + "o": "minecraft:bed|0", + "i": { + "minecraft:planks|*": 3, // * means all metas + "minecraft:wool|*": 3 + } + }, + + { + "o": "OD|gemDiamond", + "i": [ "OD|stone" ] // Ore Dictionary + }, + + { + "o": "FLUID|fluidDiamond", + "i": [ "minecraft:diamond|0" ] // Fluids too + } + ] + } + }, + "values": { + "before": { + // Set values that'll be used to derive other values. You want most of your values here. + // "FREE" means the item will not contribute anything to the value of any other item it crafts into + // All the various item forms (normal, fake, OD, fluid) supported here + "minecraft:sponge": 1, + "OD|gemDiamond": "FREE" + }, + "after": { + // Just like before, but happens after main calculation and won't be used to derive other values + // Used to "peg" an item at a certain value + }, + "conversion": [ + // These are like the group conversions above but are a bit special + // They are applied after main calculation and won't be used to derive other values + // Used to "peg" an item at a certain value relative to another item + + { + "o": "OD|ingotGold", + "i": [ "minecraft:steak|0" ], + "evalOD": true // Peg this value for ALL ingotGold's + } + ] + } +} \ No newline at end of file diff --git a/config/ProjectE/customConversions/metals.json b/config/ProjectE/customConversions/metals.json new file mode 100644 index 00000000..d5addbac --- /dev/null +++ b/config/ProjectE/customConversions/metals.json @@ -0,0 +1,49 @@ +{ + "comment": "Sets default conversions for various metals from other mods", + "comment_1": "This file is only shown as an example, it will be regenerated every time mapping occurs in order to let us", + "comment_2": "change default values. To specify your own custom values use a separate JSON or the /projecte commands ingame", + "groups": {}, + "values": { + "before": { + "OD|ingotIron":256 + }, + "conversion": [ + {"evalOD": true, "o": "OD|ingotObsidian", "c": 2, "i": {"minecraft:obsidian|0": 1}}, + {"evalOD": true, "o": "OD|ingotGold", "c": 1, "i": {"OD|ingotIron":8}}, + {"evalOD": true, "o": "OD|ingotCopper", "c": 2, "i": {"OD|ingotIron":1}}, + {"evalOD": true, "o": "OD|ingotTin", "c": 1, "i": {"OD|ingotIron":1}}, + {"evalOD": true, "o": "OD|ingotBronze", "c": 4, "i": {"OD|ingotCopper": 3, "OD|ingotTin": 1}}, + {"evalOD": true, "o": "OD|ingotSilver", "c": 1, "i": {"OD|ingotIron":2}}, + {"evalOD": true, "o": "OD|ingotLead", "c": 1, "i": {"OD|ingotIron":2}}, + {"evalOD": true, "o": "OD|ingotNickel", "c": 1, "i": {"OD|ingotIron":4}}, + {"evalOD": true, "o": "OD|ingotAluminum", "c": 2, "i": {"OD|ingotIron":1}}, + {"evalOD": true, "o": "OD|ingotArdite", "c": 1, "i": {"OD|ingotIron":4}}, + {"evalOD": true, "o": "OD|ingotCobalt", "c": 1, "i": {"OD|ingotIron":4}}, + {"evalOD": true, "o": "OD|ingotAluminumBrass", "c": 64, "i": {"OD|ingotAluminum": 48, "OD|ingotCopper": 16}}, + {"evalOD": true, "o": "OD|ingotManyullyn", "c": 1, "i": {"OD|ingotCobalt": 1, "OD|ingotArdite": 1}}, + {"evalOD": true, "o": "OD|ingotAlumite", "c": 48, "i": {"OD|ingotAluminum": 80, "OD|ingotIron": 32, "OD|ingotObsidian": 32}}, + {"evalOD": true, "o": "OD|ingotPlatinum", "c": 1, "i": {"OD|ingotIron":16}}, + + {"evalOD": true, "o": "OD|ingotElectrum", "c": 2, "i": ["OD|ingotGold", "OD|ingotSilver"]}, + {"evalOD": true, "o": "OD|ingotInvar", "c": 3, "i": ["OD|ingotNickel", "OD|ingotIron", "OD|ingotIron"]}, + {"evalOD": true, "o": "OD|ingotSignalum", "c": 4, "i": {"OD|ingotCopper": 3, "OD|ingotSilver":1 , "OD|dustRedstone":10}}, + {"evalOD": true, "o": "OD|ingotLumium", "c": 4, "i": {"OD|ingotTin": 3, "OD|ingotSilver":1 , "OD|dustGlowstone":4}}, + {"evalOD": true, "o": "OD|ingotEnderium", "c": 4, "i": { + "OD|ingotTin": 2, "OD|ingotSilver":1 , "OD|ingotPlatinum":1, + "minecraft:coal|1": 1, "OD|dustRedstone": 1, "minecraft:blaze_powder|0":1, "OD|dustSulfur": 1, + "minecraft:ender_pearl|0":4} + }, + + {"evalOD": true, "o": "OD|ingotElectricalSteel", "c": 1, "i": ["OD|ingotIron", "minecraft:coal|1", "OD|itemSilicon"]}, + {"evalOD": true, "o": "OD|ingotEnergeticAlloy", "c": 1, "i": ["OD|dustRedstone", "OD|ingotGold", "OD|dustGlowstone"]}, + {"evalOD": true, "o": "OD|ingotVibrantAlloy", "c": 1, "i": ["OD|ingotEnergeticAlloy", "minecraft:ender_pearl|0"]}, + {"evalOD": true, "o": "OD|ingotRedstoneAlloy", "c": 1, "i": ["OD|dustRedstone", "OD|itemSilicon"]}, + {"evalOD": true, "o": "OD|ingotConductiveIron", "c": 1, "i": ["OD|dustRedstone", "OD|ingotIron"]}, + {"evalOD": true, "o": "OD|ingotPulsatingIron", "c": 1, "i": ["OD|ingotIron", "minecraft:ender_pearl|0"]}, + {"evalOD": true, "o": "OD|ingotDarkSteel", "c": 1, "i": ["OD|ingotIron", "minecraft:coal|1", "minecraft:obsidian|0"]}, + {"evalOD": true, "o": "OD|ingotSoularium", "c": 1, "i": ["OD|ingotGold", "minecraft:soul_sand|0"]}, + {"evalOD": true, "o": "OD|ingotEnderiumBase", "c": 4, "i": {"OD|ingotTin": 2, "OD|ingotSilver":1 , "OD|ingotPlatinum":1}} + ] + } +} + diff --git a/config/ProjectE/custom_emc.json b/config/ProjectE/custom_emc.json new file mode 100644 index 00000000..4c431a92 --- /dev/null +++ b/config/ProjectE/custom_emc.json @@ -0,0 +1,3604 @@ +{ + "entries": [ + { + "item": "contenttweaker:blue_matter|0", + "emc": 16777216 + }, + { + "item": "advancedrocketry:crystal|0", + "emc": 131072 + }, + { + "item": "advancedrocketry:crystal|1", + "emc": 131072 + }, + { + "item": "advancedrocketry:crystal|2", + "emc": 131072 + }, + { + "item": "advancedrocketry:crystal|3", + "emc": 131072 + }, + { + "item": "advancedrocketry:crystal|4", + "emc": 131072 + }, + { + "item": "advancedrocketry:crystal|5", + "emc": 131072 + }, + { + "item": "thaumcraft:amber|0", + "emc": 0 + }, + { + "item": "thaumadditions:mithrillium_ingot|0", + "emc": 0 + }, + { + "item": "advancedrocketry:hotturf|0", + "emc": 512 + }, + { + "item": "contenttweaker:eden_core|0", + "emc": 22222222 + }, + { + "item": "iceandfire:dragonbone|0", + "emc": 1024 + }, + { + "item": "advancedrocketry:basalt|0", + "emc": 256 + }, + { + "item": "erebus:materials|0", + "emc": 2048 + }, + { + "item": "erebus:materials|4", + "emc": 512 + }, + { + "item": "erebus:materials|35", + "emc": 4096 + }, + { + "item": "erebus:materials|10", + "emc": 4096 + }, + { + "item": "erebus:materials|9", + "emc": 512 + }, + { + "item": "erebus:materials|6", + "emc": 512 + }, + { + "item": "erebus:materials|11", + "emc": 2048 + }, + { + "item": "erebus:materials|24", + "emc": 512 + }, + { + "item": "erebus:materials|21", + "emc": 732 + }, + { + "item": "erebus:materials|18", + "emc": 1024 + }, + { + "item": "erebus:materials|17", + "emc": 512 + }, + { + "item": "erebus:materials|12", + "emc": 2048 + }, + { + "item": "abyssalcraft:psdl|0", + "emc": 0 + }, + { + "item": "enderio:item_material|20", + "emc": 0 + }, + { + "item": "thermalfoundation:coin|0", + "emc": 0 + }, + { + "item": "thermalfoundation:coin|1", + "emc": 0 + }, + { + "item": "thermalfoundation:coin|64", + "emc": 0 + }, + { + "item": "thermalfoundation:coin|65", + "emc": 0 + }, + { + "item": "thermalfoundation:coin|66", + "emc": 0 + }, + { + "item": "thermalfoundation:coin|101", + "emc": 0 + }, + { + "item": "thermalfoundation:coin|69", + "emc": 0 + }, + { + "item": "thermalfoundation:coin|70", + "emc": 0 + }, + { + "item": "thermalfoundation:coin|102", + "emc": 0 + }, + { + "item": "thermalfoundation:coin|103", + "emc": 0 + }, + { + "item": "thermalfoundation:coin|100", + "emc": 0 + }, + { + "item": "thermalfoundation:coin|99", + "emc": 0 + }, + { + "item": "thermalfoundation:coin|98", + "emc": 0 + }, + { + "item": "thermalfoundation:coin|97", + "emc": 0 + }, + { + "item": "thermalfoundation:coin|96", + "emc": 0 + }, + { + "item": "thermalfoundation:coin|67", + "emc": 0 + }, + { + "item": "thermalfoundation:coin|68", + "emc": 0 + }, + { + "item": "thermalfoundation:coin|71", + "emc": 0 + }, + { + "item": "thermalfoundation:coin|72", + "emc": 0 + }, + { + "item": "abyssalcraft:stone|0", + "emc": 1 + }, + { + "item": "abyssalcraft:stone|1", + "emc": 1 + }, + { + "item": "abyssalcraft:stone|2", + "emc": 1 + }, + { + "item": "abyssalcraft:stone|3", + "emc": 1 + }, + { + "item": "abyssalcraft:stone|4", + "emc": 1 + }, + { + "item": "abyssalcraft:stone|6", + "emc": 1 + }, + { + "item": "abyssalcraft:cobblestone|3", + "emc": 1 + }, + { + "item": "abyssalcraft:cobblestone|4", + "emc": 1 + }, + { + "item": "abyssalcraft:cobblestone|2", + "emc": 1 + }, + { + "item": "abyssalcraft:cobblestone|1", + "emc": 1 + }, + { + "item": "abyssalcraft:cobblestone|0", + "emc": 1 + }, + { + "item": "abyssalcraft:stone|7", + "emc": 512 + }, + { + "item": "divinerpg:arcanium|0", + "emc": 16384 + }, + { + "item": "aether_legacy:dungeon_block|4", + "emc": 32 + }, + { + "item": "aether_legacy:dungeon_block|2", + "emc": 32 + }, + { + "item": "aether_legacy:dungeon_block|0", + "emc": 32 + }, + { + "item": "erebus:antlion_egg|0", + "emc": 16192 + }, + { + "item": "erebus:tarantula_egg|0", + "emc": 16192 + }, + { + "item": "thaumcraft:void_seed|0", + "emc": 0 + }, + { + "item": "abyssalcraft:shadowfragment|0", + "emc": 0 + }, + { + "item": "thaumcraft:ingot|1", + "emc": 0 + }, + { + "item": "thebetweenlands:puffshroom_tendril|0", + "emc": 4096 + }, + { + "item": "randomthings:glowingmushroom|0", + "emc": 64 + }, + { + "item": "bigreactors:ingotyellorium|0", + "emc": 0 + }, + { + "item": "immersiveengineering:metal|5", + "emc": 0 + }, + { + "item": "nuclearcraft:ingot|4", + "emc": 0 + }, + { + "item": "nuclearcraft:ingot_oxide|1", + "emc": 0 + }, + { + "item": "techreborn:ingot|24", + "emc": 0 + }, + { + "item": "nuclearcraft:ingot|3", + "emc": 0 + }, + { + "item": "nuclearcraft:ingot_oxide|0", + "emc": 0 + }, + { + "item": "techreborn:ingot|23", + "emc": 0 + }, + { + "item": "contenttweaker:material_part|64", + "emc": 0 + }, + { + "item": "thermalfoundation:material|2048", + "emc": 0 + }, + { + "item": "thermalfoundation:material|2050", + "emc": 0 + }, + { + "item": "thermalfoundation:material|2052", + "emc": 0 + }, + { + "item": "thermalfoundation:material|2049", + "emc": 0 + }, + { + "item": "thermalfoundation:material|2051", + "emc": 0 + }, + { + "item": "thermalfoundation:material|2053", + "emc": 0 + }, + { + "item": "nuclearcraft:alloy|13", + "emc": 0 + }, + { + "item": "nuclearcraft:ingot_oxide|3", + "emc": 0 + }, + { + "item": "nuclearcraft:ingot_oxide|2", + "emc": 0 + }, + { + "item": "nuclearcraft:alloy|15", + "emc": 0 + }, + { + "item": "bigreactors:ingotcyanite|0", + "emc": 0 + }, + { + "item": "bigreactors:ingotblutonium|0", + "emc": 0 + }, + { + "item": "bigreactors:ingotludicrite|0", + "emc": 0 + }, + { + "item": "contenttweaker:eden_star|0", + "emc": 0 + }, + { + "item": "contenttweaker:divine_star|0", + "emc": 0 + }, + { + "item": "aoa3:sapphire|0", + "emc": 0 + }, + { + "item": "contenttweaker:wildwood_core|0", + "emc": 44444444 + }, + { + "item": "minecraft:bucket|0", + "emc": 768 + }, + { + "item": "forge:bucketfilled|0", + "emc": 0 + }, + { + "item": "techreborn:dynamiccell|0", + "emc": 0 + }, + { + "item": "thaumcraft:ingot|0", + "emc": 0 + }, + { + "item": "thaumcraft:seal|0", + "emc": 0 + }, + { + "item": "botania:manaresource|0", + "emc": 0 + }, + { + "item": "botania:manaresource|1", + "emc": 0 + }, + { + "item": "botania:manaresource|2", + "emc": 0 + }, + { + "item": "botania:manaresource|23", + "emc": 0 + }, + { + "item": "botania:manaresource|9", + "emc": 0 + }, + { + "item": "botania:manaresource|4", + "emc": 0 + }, + { + "item": "botania:manaresource|7", + "emc": 0 + }, + { + "item": "botania:manaresource|8", + "emc": 0 + }, + { + "item": "botania:livingwood|0", + "emc": 0 + }, + { + "item": "botania:livingrock|0", + "emc": 0 + }, + { + "item": "botania:storage|0", + "emc": 0 + }, + { + "item": "botania:storage|2", + "emc": 0 + }, + { + "item": "botania:storage|3", + "emc": 0 + }, + { + "item": "botania:storage|4", + "emc": 0 + }, + { + "item": "minecraft:lava_bucket|0", + "emc": 0 + }, + { + "item": "avaritia:resource|0", + "emc": 0 + }, + { + "item": "avaritia:resource|1", + "emc": 0 + }, + { + "item": "avaritia:resource|2", + "emc": 0 + }, + { + "item": "avaritia:resource|7", + "emc": 0 + }, + { + "item": "avaritia:singularity|0", + "emc": 0 + }, + { + "item": "avaritia:singularity|1", + "emc": 0 + }, + { + "item": "avaritia:singularity|2", + "emc": 0 + }, + { + "item": "avaritia:singularity|3", + "emc": 0 + }, + { + "item": "avaritia:singularity|4", + "emc": 0 + }, + { + "item": "avaritia:singularity|9", + "emc": 0 + }, + { + "item": "avaritia:singularity|10", + "emc": 0 + }, + { + "item": "avaritia:singularity|11", + "emc": 0 + }, + { + "item": "avaritia:singularity|12", + "emc": 0 + }, + { + "item": "avaritia:singularity|13", + "emc": 0 + }, + { + "item": "avaritia:singularity|8", + "emc": 0 + }, + { + "item": "avaritia:singularity|7", + "emc": 0 + }, + { + "item": "avaritia:singularity|6", + "emc": 0 + }, + { + "item": "avaritia:singularity|5", + "emc": 0 + }, + { + "item": "avaritia:singularity|14", + "emc": 0 + }, + { + "item": "avaritia:compressed_crafting_table|0", + "emc": 0 + }, + { + "item": "avaritia:double_compressed_crafting_table|0", + "emc": 0 + }, + { + "item": "thermalfoundation:material|32", + "emc": 0 + }, + { + "item": "thermalfoundation:material|33", + "emc": 0 + }, + { + "item": "thermalfoundation:material|320", + "emc": 0 + }, + { + "item": "thermalfoundation:material|321", + "emc": 0 + }, + { + "item": "thermalfoundation:material|322", + "emc": 0 + }, + { + "item": "thermalfoundation:material|353", + "emc": 0 + }, + { + "item": "thermalfoundation:material|326", + "emc": 0 + }, + { + "item": "thermalfoundation:material|325", + "emc": 0 + }, + { + "item": "thermalfoundation:material|324", + "emc": 0 + }, + { + "item": "thermalfoundation:material|323", + "emc": 0 + }, + { + "item": "thermalfoundation:material|354", + "emc": 0 + }, + { + "item": "thermalfoundation:material|355", + "emc": 0 + }, + { + "item": "thermalfoundation:material|356", + "emc": 0 + }, + { + "item": "thermalfoundation:material|357", + "emc": 0 + }, + { + "item": "thermalfoundation:material|358", + "emc": 0 + }, + { + "item": "thermalfoundation:material|327", + "emc": 0 + }, + { + "item": "thermalfoundation:material|328", + "emc": 0 + }, + { + "item": "thermalfoundation:material|352", + "emc": 0 + }, + { + "item": "thermalfoundation:material|359", + "emc": 0 + }, + { + "item": "techreborn:plates|2", + "emc": 0 + }, + { + "item": "techreborn:plates|5", + "emc": 0 + }, + { + "item": "techreborn:plates|6", + "emc": 0 + }, + { + "item": "techreborn:plates|8", + "emc": 0 + }, + { + "item": "techreborn:plates|9", + "emc": 0 + }, + { + "item": "techreborn:plates|18", + "emc": 0 + }, + { + "item": "techreborn:plates|35", + "emc": 0 + }, + { + "item": "techreborn:plates|36", + "emc": 0 + }, + { + "item": "techreborn:plates|38", + "emc": 0 + }, + { + "item": "techreborn:plates|12", + "emc": 0 + }, + { + "item": "techreborn:plates|13", + "emc": 0 + }, + { + "item": "techreborn:plates|14", + "emc": 0 + }, + { + "item": "minecraft:nether_star|0", + "emc": 0 + }, + { + "item": "thermalexpansion:dynamo|0", + "emc": 0 + }, + { + "item": "thermalexpansion:dynamo|1", + "emc": 0 + }, + { + "item": "thermalexpansion:dynamo|2", + "emc": 0 + }, + { + "item": "thermalexpansion:dynamo|3", + "emc": 0 + }, + { + "item": "thermalexpansion:dynamo|4", + "emc": 0 + }, + { + "item": "thermalexpansion:machine|11", + "emc": 0 + }, + { + "item": "thermalexpansion:machine|12", + "emc": 0 + }, + { + "item": "thermalexpansion:machine|13", + "emc": 0 + }, + { + "item": "thermalexpansion:machine|14", + "emc": 0 + }, + { + "item": "thermalexpansion:machine|15", + "emc": 0 + }, + { + "item": "thermalexpansion:machine|10", + "emc": 0 + }, + { + "item": "thermalexpansion:machine|9", + "emc": 0 + }, + { + "item": "thermalexpansion:dynamo|5", + "emc": 0 + }, + { + "item": "thermalexpansion:cell|0", + "emc": 0 + }, + { + "item": "thermalexpansion:machine|2", + "emc": 0 + }, + { + "item": "thermalexpansion:machine|7", + "emc": 0 + }, + { + "item": "thermalexpansion:machine|6", + "emc": 0 + }, + { + "item": "thermalexpansion:machine|5", + "emc": 0 + }, + { + "item": "thermalexpansion:machine|4", + "emc": 0 + }, + { + "item": "thermalexpansion:machine|3", + "emc": 0 + }, + { + "item": "thermalexpansion:machine|8", + "emc": 0 + }, + { + "item": "thermalexpansion:machine|1", + "emc": 0 + }, + { + "item": "thermalexpansion:machine|0", + "emc": 0 + }, + { + "item": "thermalexpansion:tank|0", + "emc": 0 + }, + { + "item": "thermalexpansion:device|4", + "emc": 0 + }, + { + "item": "thermalexpansion:device|3", + "emc": 0 + }, + { + "item": "thermalexpansion:device|2", + "emc": 0 + }, + { + "item": "thermalexpansion:device|1", + "emc": 0 + }, + { + "item": "thermalexpansion:device|0", + "emc": 0 + }, + { + "item": "thermalexpansion:device|12", + "emc": 0 + }, + { + "item": "thermalexpansion:device|11", + "emc": 0 + }, + { + "item": "thermalexpansion:device|10", + "emc": 0 + }, + { + "item": "thermalexpansion:device|9", + "emc": 0 + }, + { + "item": "thermalexpansion:device|8", + "emc": 0 + }, + { + "item": "thermalexpansion:device|5", + "emc": 0 + }, + { + "item": "thermalexpansion:device|6", + "emc": 0 + }, + { + "item": "thermalexpansion:device|7", + "emc": 0 + }, + { + "item": "thermalcultivation:watering_can|0", + "emc": 0 + }, + { + "item": "thermalcultivation:watering_can|1", + "emc": 0 + }, + { + "item": "thermalcultivation:watering_can|2", + "emc": 0 + }, + { + "item": "thermalcultivation:watering_can|3", + "emc": 0 + }, + { + "item": "thermalcultivation:watering_can|4", + "emc": 0 + }, + { + "item": "thermalexpansion:augment|336", + "emc": 0 + }, + { + "item": "thermalexpansion:augment|337", + "emc": 0 + }, + { + "item": "thermalexpansion:augment|352", + "emc": 0 + }, + { + "item": "thermalexpansion:augment|368", + "emc": 0 + }, + { + "item": "thermalexpansion:augment|369", + "emc": 0 + }, + { + "item": "thermalexpansion:augment|324", + "emc": 0 + }, + { + "item": "thermalexpansion:augment|256", + "emc": 0 + }, + { + "item": "thermalexpansion:augment|257", + "emc": 0 + }, + { + "item": "thermalexpansion:augment|258", + "emc": 0 + }, + { + "item": "thermalexpansion:augment|273", + "emc": 0 + }, + { + "item": "thermalexpansion:augment|323", + "emc": 0 + }, + { + "item": "thermalexpansion:augment|320", + "emc": 0 + }, + { + "item": "thermalexpansion:augment|304", + "emc": 0 + }, + { + "item": "thermalexpansion:augment|303", + "emc": 0 + }, + { + "item": "thermalexpansion:augment|288", + "emc": 0 + }, + { + "item": "thermalexpansion:augment|130", + "emc": 0 + }, + { + "item": "thermalexpansion:augment|129", + "emc": 0 + }, + { + "item": "thermalexpansion:augment|128", + "emc": 0 + }, + { + "item": "thermalexpansion:augment|432", + "emc": 0 + }, + { + "item": "thermalexpansion:augment|416", + "emc": 0 + }, + { + "item": "thermalexpansion:augment|402", + "emc": 0 + }, + { + "item": "thermalexpansion:augment|401", + "emc": 0 + }, + { + "item": "thermalexpansion:augment|400", + "emc": 0 + }, + { + "item": "thermalexpansion:augment|720", + "emc": 0 + }, + { + "item": "thermalexpansion:augment|704", + "emc": 0 + }, + { + "item": "thermalexpansion:augment|688", + "emc": 0 + }, + { + "item": "thermalexpansion:augment|674", + "emc": 0 + }, + { + "item": "thermalexpansion:augment|673", + "emc": 0 + }, + { + "item": "thermalexpansion:augment|515", + "emc": 0 + }, + { + "item": "thermalexpansion:augment|576", + "emc": 0 + }, + { + "item": "thermalexpansion:augment|640", + "emc": 0 + }, + { + "item": "thermalexpansion:augment|656", + "emc": 0 + }, + { + "item": "thermalexpansion:augment|672", + "emc": 0 + }, + { + "item": "thermalexpansion:augment|514", + "emc": 0 + }, + { + "item": "thermalexpansion:augment|513", + "emc": 0 + }, + { + "item": "thermalexpansion:augment|512", + "emc": 0 + }, + { + "item": "thermalexpansion:augment|497", + "emc": 0 + }, + { + "item": "thermalexpansion:augment|433", + "emc": 0 + }, + { + "item": "thermalexpansion:augment|448", + "emc": 0 + }, + { + "item": "thermalexpansion:augment|496", + "emc": 0 + }, + { + "item": "thermalfoundation:upgrade|0", + "emc": 0 + }, + { + "item": "thermalfoundation:upgrade|1", + "emc": 0 + }, + { + "item": "thermalfoundation:upgrade|2", + "emc": 0 + }, + { + "item": "thermalfoundation:upgrade|3", + "emc": 0 + }, + { + "item": "thermalfoundation:material|656", + "emc": 0 + }, + { + "item": "thermalfoundation:material|657", + "emc": 0 + }, + { + "item": "thermalfoundation:material|514", + "emc": 0 + }, + { + "item": "thermalfoundation:material|513", + "emc": 0 + }, + { + "item": "thermalfoundation:material|512", + "emc": 0 + }, + { + "item": "thermalfoundation:material|640", + "emc": 0 + }, + { + "item": "thermalfoundation:material|515", + "emc": 0 + }, + { + "item": "thermaldynamics:duct_0|0", + "emc": 0 + }, + { + "item": "thermaldynamics:duct_0|1", + "emc": 0 + }, + { + "item": "thermaldynamics:duct_0|2", + "emc": 0 + }, + { + "item": "thermaldynamics:duct_0|3", + "emc": 0 + }, + { + "item": "thermaldynamics:duct_0|4", + "emc": 0 + }, + { + "item": "thermaldynamics:duct_16|6", + "emc": 0 + }, + { + "item": "thermaldynamics:duct_16|5", + "emc": 0 + }, + { + "item": "thermaldynamics:duct_16|4", + "emc": 0 + }, + { + "item": "thermaldynamics:duct_16|3", + "emc": 0 + }, + { + "item": "thermaldynamics:duct_16|2", + "emc": 0 + }, + { + "item": "thermaldynamics:duct_16|7", + "emc": 0 + }, + { + "item": "thermaldynamics:duct_0|9", + "emc": 0 + }, + { + "item": "thermaldynamics:duct_16|0", + "emc": 0 + }, + { + "item": "thermaldynamics:duct_16|1", + "emc": 0 + }, + { + "item": "thermaldynamics:duct_32|1", + "emc": 0 + }, + { + "item": "thermaldynamics:duct_32|0", + "emc": 0 + }, + { + "item": "thermaldynamics:duct_0|8", + "emc": 0 + }, + { + "item": "thermaldynamics:duct_0|7", + "emc": 0 + }, + { + "item": "thermaldynamics:duct_0|6", + "emc": 0 + }, + { + "item": "thermaldynamics:duct_32|2", + "emc": 0 + }, + { + "item": "thermaldynamics:duct_32|3", + "emc": 0 + }, + { + "item": "thermaldynamics:duct_32|4", + "emc": 0 + }, + { + "item": "thermaldynamics:duct_32|7", + "emc": 0 + }, + { + "item": "thermaldynamics:duct_48|0", + "emc": 0 + }, + { + "item": "thermaldynamics:duct_64|1", + "emc": 0 + }, + { + "item": "thermaldynamics:duct_64|3", + "emc": 0 + }, + { + "item": "thermaldynamics:duct_32|6", + "emc": 0 + }, + { + "item": "thermaldynamics:duct_32|5", + "emc": 0 + }, + { + "item": "appliedenergistics2:material|40", + "emc": 0 + }, + { + "item": "extrabees:misc|0", + "emc": 0 + }, + { + "item": "extratrees:misc|2", + "emc": 0 + }, + { + "item": "buildcraftcore:gear_wood|0", + "emc": 0 + }, + { + "item": "buildcraftcore:gear_stone|0", + "emc": 0 + }, + { + "item": "buildcraftcore:gear_diamond|0", + "emc": 0 + }, + { + "item": "thermalfoundation:material|293", + "emc": 0 + }, + { + "item": "thermalfoundation:material|292", + "emc": 0 + }, + { + "item": "thermalfoundation:material|291", + "emc": 0 + }, + { + "item": "thermalfoundation:material|290", + "emc": 0 + }, + { + "item": "thermalfoundation:material|289", + "emc": 0 + }, + { + "item": "thermalfoundation:material|288", + "emc": 0 + }, + { + "item": "thermalfoundation:material|294", + "emc": 0 + }, + { + "item": "thermalfoundation:material|295", + "emc": 0 + }, + { + "item": "thermalfoundation:material|24", + "emc": 0 + }, + { + "item": "thermalfoundation:material|25", + "emc": 0 + }, + { + "item": "thermalfoundation:material|26", + "emc": 0 + }, + { + "item": "thermalfoundation:material|27", + "emc": 0 + }, + { + "item": "thermalfoundation:material|23", + "emc": 0 + }, + { + "item": "thermalfoundation:material|256", + "emc": 0 + }, + { + "item": "thermalfoundation:material|257", + "emc": 0 + }, + { + "item": "thermalfoundation:material|258", + "emc": 0 + }, + { + "item": "thermalfoundation:material|259", + "emc": 0 + }, + { + "item": "thermalfoundation:material|260", + "emc": 0 + }, + { + "item": "railcraft:gear|0", + "emc": 0 + }, + { + "item": "thermalfoundation:material|263", + "emc": 0 + }, + { + "item": "thermalfoundation:material|262", + "emc": 0 + }, + { + "item": "thermalfoundation:material|261", + "emc": 0 + }, + { + "item": "thermalfoundation:material|22", + "emc": 0 + }, + { + "item": "enderio:item_power_conduit|1", + "emc": 0 + }, + { + "item": "enderio:item_power_conduit|0", + "emc": 0 + }, + { + "item": "enderio:item_liquid_conduit|2", + "emc": 0 + }, + { + "item": "enderio:item_liquid_conduit|1", + "emc": 0 + }, + { + "item": "enderio:item_liquid_conduit|0", + "emc": 0 + }, + { + "item": "enderio:item_item_conduit|0", + "emc": 0 + }, + { + "item": "enderio:item_me_conduit|1", + "emc": 0 + }, + { + "item": "enderio:item_me_conduit|0", + "emc": 0 + }, + { + "item": "enderio:item_data_conduit|0", + "emc": 0 + }, + { + "item": "enderio:item_power_conduit|2", + "emc": 0 + }, + { + "item": "enderio:item_redstone_conduit|0", + "emc": 0 + }, + { + "item": "enderio:item_alloy_ingot|5", + "emc": 0 + }, + { + "item": "enderio:item_alloy_ingot|4", + "emc": 0 + }, + { + "item": "enderio:item_alloy_ingot|3", + "emc": 0 + }, + { + "item": "enderio:item_alloy_ingot|2", + "emc": 0 + }, + { + "item": "enderio:item_alloy_ingot|1", + "emc": 0 + }, + { + "item": "enderio:item_alloy_ingot|0", + "emc": 0 + }, + { + "item": "enderio:item_alloy_ingot|8", + "emc": 0 + }, + { + "item": "enderio:item_alloy_ingot|7", + "emc": 0 + }, + { + "item": "enderio:item_alloy_ingot|6", + "emc": 0 + }, + { + "item": "enderio:item_alloy_ingot|9", + "emc": 0 + }, + { + "item": "thermalfoundation:material|167", + "emc": 0 + }, + { + "item": "thermalfoundation:material|166", + "emc": 0 + }, + { + "item": "thermalfoundation:material|165", + "emc": 0 + }, + { + "item": "thermalfoundation:material|164", + "emc": 0 + }, + { + "item": "thermalfoundation:material|163", + "emc": 0 + }, + { + "item": "thermalfoundation:material|162", + "emc": 0 + }, + { + "item": "thermalfoundation:material|135", + "emc": 0 + }, + { + "item": "thermalfoundation:material|161", + "emc": 0 + }, + { + "item": "thermalfoundation:material|160", + "emc": 0 + }, + { + "item": "thermalfoundation:material|134", + "emc": 0 + }, + { + "item": "thermalfoundation:material|802", + "emc": 0 + }, + { + "item": "immersiveengineering:material|17", + "emc": 0 + }, + { + "item": "immersiveengineering:material|6", + "emc": 0 + }, + { + "item": "techreborn:ingot|1", + "emc": 0 + }, + { + "item": "techreborn:ingot|19", + "emc": 0 + }, + { + "item": "techreborn:ingot|20", + "emc": 0 + }, + { + "item": "techreborn:ingot|21", + "emc": 0 + }, + { + "item": "nuclearcraft:ingot|8", + "emc": 0 + }, + { + "item": "nuclearcraft:ingot|5", + "emc": 512 + }, + { + "item": "nuclearcraft:ingot|6", + "emc": 512 + }, + { + "item": "nuclearcraft:ingot|7", + "emc": 512 + }, + { + "item": "nuclearcraft:ingot|9", + "emc": 0 + }, + { + "item": "nuclearcraft:ingot|10", + "emc": 0 + }, + { + "item": "nuclearcraft:ingot|11", + "emc": 0 + }, + { + "item": "industrialforegoing:plastic|0", + "emc": 0 + }, + { + "item": "enderio:item_basic_capacitor|0", + "emc": 0 + }, + { + "item": "enderio:item_basic_capacitor|1", + "emc": 0 + }, + { + "item": "enderio:item_basic_capacitor|2", + "emc": 0 + }, + { + "item": "appliedenergistics2:material|10", + "emc": 0 + }, + { + "item": "appliedenergistics2:material|12", + "emc": 0 + }, + { + "item": "appliedenergistics2:material|11", + "emc": 0 + }, + { + "item": "appliedenergistics2:material|7", + "emc": 0 + }, + { + "item": "appliedenergistics2:material|8", + "emc": 0 + }, + { + "item": "appliedenergistics2:crystal_seed|0", + "emc": 0 + }, + { + "item": "appliedenergistics2:crystal_seed|600", + "emc": 0 + }, + { + "item": "appliedenergistics2:crystal_seed|1200", + "emc": 0 + }, + { + "item": "appliedenergistics2:material|16", + "emc": 0 + }, + { + "item": "appliedenergistics2:material|17", + "emc": 0 + }, + { + "item": "appliedenergistics2:material|18", + "emc": 0 + }, + { + "item": "appliedenergistics2:material|22", + "emc": 0 + }, + { + "item": "appliedenergistics2:material|24", + "emc": 0 + }, + { + "item": "appliedenergistics2:material|23", + "emc": 0 + }, + { + "item": "appliedenergistics2:material|1", + "emc": 0 + }, + { + "item": "nuclearcraft:dust_oxide|1", + "emc": 0 + }, + { + "item": "immersiveengineering:metal|14", + "emc": 0 + }, + { + "item": "nuclearcraft:dust_oxide|0", + "emc": 0 + }, + { + "item": "nuclearcraft:dust|3", + "emc": 0 + }, + { + "item": "techreborn:dust|65", + "emc": 0 + }, + { + "item": "immersiveengineering:material|19", + "emc": 0 + }, + { + "item": "immersiveengineering:material|18", + "emc": 0 + }, + { + "item": "bigreactors:blockgraphite|0", + "emc": 0 + }, + { + "item": "bigreactors:dustgraphite|0", + "emc": 0 + }, + { + "item": "bigreactors:ingotgraphite|0", + "emc": 0 + }, + { + "item": "nuclearcraft:dust|8", + "emc": 0 + }, + { + "item": "nuclearcraft:dust|5", + "emc": 0 + }, + { + "item": "nuclearcraft:dust|6", + "emc": 0 + }, + { + "item": "nuclearcraft:dust|7", + "emc": 0 + }, + { + "item": "nuclearcraft:dust|9", + "emc": 0 + }, + { + "item": "nuclearcraft:dust|10", + "emc": 0 + }, + { + "item": "nuclearcraft:dust|11", + "emc": 0 + }, + { + "item": "nuclearcraft:gem|1", + "emc": 0 + }, + { + "item": "nuclearcraft:gem_dust|4", + "emc": 0 + }, + { + "item": "nuclearcraft:gem_dust|5", + "emc": 0 + }, + { + "item": "nuclearcraft:gem_dust|8", + "emc": 0 + }, + { + "item": "nuclearcraft:gem_dust|9", + "emc": 0 + }, + { + "item": "nuclearcraft:gem_dust|10", + "emc": 0 + }, + { + "item": "nuclearcraft:dust_oxide|3", + "emc": 0 + }, + { + "item": "nuclearcraft:gem|0", + "emc": 0 + }, + { + "item": "nuclearcraft:dust_oxide|2", + "emc": 0 + }, + { + "item": "nuclearcraft:gem|2", + "emc": 0 + }, + { + "item": "nuclearcraft:gem|3", + "emc": 0 + }, + { + "item": "nuclearcraft:gem|4", + "emc": 0 + }, + { + "item": "nuclearcraft:gem|5", + "emc": 0 + }, + { + "item": "nuclearcraft:gem|6", + "emc": 0 + }, + { + "item": "nuclearcraft:gem_dust|0", + "emc": 0 + }, + { + "item": "nuclearcraft:gem_dust|1", + "emc": 0 + }, + { + "item": "nuclearcraft:gem_dust|2", + "emc": 0 + }, + { + "item": "nuclearcraft:alloy|1", + "emc": 0 + }, + { + "item": "nuclearcraft:alloy|2", + "emc": 0 + }, + { + "item": "nuclearcraft:alloy|3", + "emc": 0 + }, + { + "item": "nuclearcraft:alloy|4", + "emc": 0 + }, + { + "item": "nuclearcraft:alloy|6", + "emc": 0 + }, + { + "item": "nuclearcraft:alloy|7", + "emc": 0 + }, + { + "item": "nuclearcraft:compound|5", + "emc": 0 + }, + { + "item": "nuclearcraft:compound|6", + "emc": 0 + }, + { + "item": "nuclearcraft:compound|7", + "emc": 0 + }, + { + "item": "nuclearcraft:compound|8", + "emc": 0 + }, + { + "item": "nuclearcraft:compound|9", + "emc": 0 + }, + { + "item": "nuclearcraft:compound|10", + "emc": 0 + }, + { + "item": "nuclearcraft:compound|4", + "emc": 0 + }, + { + "item": "nuclearcraft:compound|3", + "emc": 0 + }, + { + "item": "nuclearcraft:compound|2", + "emc": 0 + }, + { + "item": "nuclearcraft:compound|1", + "emc": 0 + }, + { + "item": "nuclearcraft:compound|0", + "emc": 0 + }, + { + "item": "nuclearcraft:alloy|12", + "emc": 0 + }, + { + "item": "nuclearcraft:alloy|11", + "emc": 0 + }, + { + "item": "nuclearcraft:alloy|8", + "emc": 0 + }, + { + "item": "nuclearcraft:alloy|9", + "emc": 0 + }, + { + "item": "nuclearcraft:alloy|10", + "emc": 0 + }, + { + "item": "nuclearcraft:upgrade|1", + "emc": 0 + }, + { + "item": "nuclearcraft:part|8", + "emc": 0 + }, + { + "item": "nuclearcraft:upgrade|0", + "emc": 0 + }, + { + "item": "techreborn:cable|0", + "emc": 0 + }, + { + "item": "techreborn:cable|1", + "emc": 0 + }, + { + "item": "techreborn:cable|2", + "emc": 0 + }, + { + "item": "techreborn:cable|3", + "emc": 0 + }, + { + "item": "techreborn:cable|4", + "emc": 0 + }, + { + "item": "techreborn:cable|5", + "emc": 0 + }, + { + "item": "techreborn:cable|6", + "emc": 0 + }, + { + "item": "techreborn:cable|7", + "emc": 0 + }, + { + "item": "railcraft:coke_oven|0", + "emc": 0 + }, + { + "item": "railcraft:blast_furnace|0", + "emc": 0 + }, + { + "item": "immersiveengineering:treated_wood|0", + "emc": 0 + }, + { + "item": "immersiveengineering:treated_wood|1", + "emc": 0 + }, + { + "item": "immersiveengineering:treated_wood|2", + "emc": 0 + }, + { + "item": "extrautils2:machine|0", + "emc": 0 + }, + { + "item": "extendedcrafting:material|24", + "emc": 0 + }, + { + "item": "actuallyadditions:item_solidified_experience|0", + "emc": 0 + }, + { + "item": "extendedcrafting:singularity|0", + "emc": 0 + }, + { + "item": "extendedcrafting:singularity|1", + "emc": 0 + }, + { + "item": "extendedcrafting:singularity|2", + "emc": 0 + }, + { + "item": "extendedcrafting:singularity|3", + "emc": 0 + }, + { + "item": "extendedcrafting:singularity|19", + "emc": 0 + }, + { + "item": "extendedcrafting:singularity|18", + "emc": 0 + }, + { + "item": "extendedcrafting:singularity|22", + "emc": 0 + }, + { + "item": "extendedcrafting:singularity|23", + "emc": 0 + }, + { + "item": "extendedcrafting:singularity|25", + "emc": 0 + }, + { + "item": "extendedcrafting:singularity|64", + "emc": 0 + }, + { + "item": "extendedcrafting:singularity|65", + "emc": 0 + }, + { + "item": "extendedcrafting:singularity|66", + "emc": 0 + }, + { + "item": "extendedcrafting:singularity|7", + "emc": 0 + }, + { + "item": "extendedcrafting:singularity|16", + "emc": 0 + }, + { + "item": "extendedcrafting:singularity|17", + "emc": 0 + }, + { + "item": "extendedcrafting:singularity|4", + "emc": 0 + }, + { + "item": "extendedcrafting:singularity|5", + "emc": 0 + }, + { + "item": "extendedcrafting:singularity|6", + "emc": 0 + }, + { + "item": "techreborn:ingot|18", + "emc": 128 + }, + { + "item": "botania:quartz|0", + "emc": 0 + }, + { + "item": "botania:quartz|1", + "emc": 0 + }, + { + "item": "botania:quartz|2", + "emc": 0 + }, + { + "item": "botania:quartz|3", + "emc": 0 + }, + { + "item": "botania:quartz|4", + "emc": 0 + }, + { + "item": "botania:quartz|5", + "emc": 0 + }, + { + "item": "botania:quartz|6", + "emc": 0 + }, + { + "item": "botania:quartztypedark|2", + "emc": 0 + }, + { + "item": "botania:quartzslabdarkhalf|0", + "emc": 0 + }, + { + "item": "botania:quartzstairsdark|0", + "emc": 0 + }, + { + "item": "botania:quartztypedark|1", + "emc": 0 + }, + { + "item": "botania:quartztypedark|0", + "emc": 0 + }, + { + "item": "forestry:flexible_casing|0", + "emc": 0 + }, + { + "item": "forestry:impregnated_casing|0", + "emc": 0 + }, + { + "item": "forestry:sturdy_machine|0", + "emc": 0 + }, + { + "item": "forestry:hardened_machine|0", + "emc": 0 + }, + { + "item": "tconstruct:clear_glass|0", + "emc": 0 + }, + { + "item": "thermalfoundation:storage|6", + "emc": 0 + }, + { + "item": "techreborn:ingot|10", + "emc": 0 + }, + { + "item": "buildcraftsilicon:redstone_chipset|0", + "emc": 0 + }, + { + "item": "buildcraftsilicon:redstone_chipset|1", + "emc": 0 + }, + { + "item": "buildcraftsilicon:redstone_chipset|2", + "emc": 0 + }, + { + "item": "buildcraftsilicon:redstone_chipset|3", + "emc": 0 + }, + { + "item": "buildcraftsilicon:redstone_chipset|4", + "emc": 0 + }, + { + "item": "tconstruct:ingots|0", + "emc": 0 + }, + { + "item": "tconstruct:ingots|1", + "emc": 0 + }, + { + "item": "tconstruct:ingots|2", + "emc": 0 + }, + { + "item": "appliedenergistics2:material|47", + "emc": 0 + }, + { + "item": "advancedrocketry:misc|1", + "emc": 0 + }, + { + "item": "abyssalcraft:sulfur|0", + "emc": 0 + }, + { + "item": "thermalfoundation:material|771", + "emc": 0 + }, + { + "item": "techreborn:dust|52", + "emc": 0 + }, + { + "item": "nuclearcraft:gem_dust|6", + "emc": 0 + }, + { + "item": "railcraft:dust|1", + "emc": 0 + }, + { + "item": "immersiveengineering:material|25", + "emc": 0 + }, + { + "item": "enderio:item_material|72", + "emc": 0 + }, + { + "item": "libvulpes:productingot|6", + "emc": 0 + }, + { + "item": "techreborn:ingot|12", + "emc": 0 + }, + { + "item": "railcraft:ingot|0", + "emc": 0 + }, + { + "item": "nuclearcraft:alloy|5", + "emc": 0 + }, + { + "item": "immersiveengineering:metal|8", + "emc": 0 + }, + { + "item": "advancedrocketry:concrete|0", + "emc": 0 + }, + { + "item": "advancedrocketry:structuretower|0", + "emc": 0 + }, + { + "item": "advancedrocketry:launchpad|0", + "emc": 0 + }, + { + "item": "advancedrocketry:blastbrick|0", + "emc": 0 + }, + { + "item": "thaumcraft:inlay|0", + "emc": 0 + }, + { + "item": "tconstruct:ingots|5", + "emc": 0 + }, + { + "item": "modularmachinery:itemmodularium|0", + "emc": 0 + }, + { + "item": "libvulpes:productrod|6", + "emc": 0 + }, + { + "item": "libvulpes:productrod|4", + "emc": 0 + }, + { + "item": "libvulpes:productrod|1", + "emc": 0 + }, + { + "item": "libvulpes:productplate|3", + "emc": 0 + }, + { + "item": "thaumadditions:taintwood_planks|0", + "emc": 0 + }, + { + "item": "contenttweaker:botanic_alchemic_catalyst|0", + "emc": 1048576 + }, + { + "item": "extrautils2:compressedcobblestone|0", + "emc": 0 + }, + { + "item": "extrautils2:compressednetherrack|0", + "emc": 0 + }, + { + "item": "extrautils2:compresseddirt|0", + "emc": 0 + }, + { + "item": "extrautils2:compressedsand|0", + "emc": 0 + }, + { + "item": "extrautils2:compressedgravel|0", + "emc": 0 + }, + { + "item": "minecraft:elytra|0", + "emc": 0 + }, + { + "item": "contenttweaker:apalachia_core|0", + "emc": 66666666 + }, + { + "item": "contenttweaker:skythern_core|0", + "emc": 999999999 + }, + { + "item": "bloodmagic:slate|0", + "emc": 0 + }, + { + "item": "bloodmagic:slate|1", + "emc": 0 + }, + { + "item": "bloodmagic:slate|2", + "emc": 0 + }, + { + "item": "bloodmagic:slate|3", + "emc": 0 + }, + { + "item": "bloodmagic:slate|4", + "emc": 0 + }, + { + "item": "chickens:spawn_egg|0", + "emc": 0 + }, + { + "item": "actuallyadditions:item_misc|24", + "emc": 0 + }, + { + "item": "actuallyadditions:item_misc|23", + "emc": 0 + }, + { + "item": "actuallyadditions:item_canola_seed|0", + "emc": 0 + }, + { + "item": "contenttweaker:mortum_core|0", + "emc": 11111111111 + }, + { + "item": "contenttweaker:bright_matter|0", + "emc": 1073741824 + }, + { + "item": "actuallyadditions:item_crystal_empowered|2", + "emc": 0 + }, + { + "item": "actuallyadditions:item_crystal_empowered|1", + "emc": 0 + }, + { + "item": "actuallyadditions:item_crystal_empowered|0", + "emc": 0 + }, + { + "item": "actuallyadditions:item_crystal|5", + "emc": 0 + }, + { + "item": "actuallyadditions:item_crystal|4", + "emc": 0 + }, + { + "item": "actuallyadditions:item_crystal|3", + "emc": 0 + }, + { + "item": "actuallyadditions:item_crystal|2", + "emc": 0 + }, + { + "item": "actuallyadditions:item_crystal|1", + "emc": 0 + }, + { + "item": "actuallyadditions:item_crystal|0", + "emc": 0 + }, + { + "item": "actuallyadditions:item_crystal_empowered|5", + "emc": 0 + }, + { + "item": "actuallyadditions:item_crystal_empowered|3", + "emc": 0 + }, + { + "item": "actuallyadditions:item_crystal_empowered|4", + "emc": 0 + }, + { + "item": "actuallyadditions:item_misc|12", + "emc": 0 + }, + { + "item": "contenttweaker:resonating_stone|0", + "emc": 72912 + }, + { + "item": "contenttweaker:vibrating_stone|0", + "emc": 36456 + }, + { + "item": "extrautils2:decorativebedrock|2", + "emc": 64 + }, + { + "item": "mysticalagradditions:dragon_egg_essence|0", + "emc": 0 + }, + { + "item": "mysticalagradditions:stuff|2", + "emc": 0 + }, + { + "item": "minecraft:dragon_egg|0", + "emc": 0 + }, + { + "item": "immersiveengineering:material|20", + "emc": 0 + }, + { + "item": "immersiveengineering:material|21", + "emc": 0 + }, + { + "item": "immersiveengineering:material|22", + "emc": 0 + }, + { + "item": "immersiveengineering:material|23", + "emc": 0 + }, + { + "item": "cyclicmagic:crystallized_obsidian|0", + "emc": 0 + }, + { + "item": "forestry:peat|0", + "emc": 0 + }, + { + "item": "contenttweaker:abyssal_wasteland_matter|0", + "emc": 524288 + }, + { + "item": "contenttweaker:dreadlands_matter|0", + "emc": 524288 + }, + { + "item": "contenttweaker:omothol_matter|0", + "emc": 524288 + }, + { + "item": "buildcraftfactory:tank|0", + "emc": 0 + }, + { + "item": "bloodmagic:blood_rune|0", + "emc": 16842 + }, + { + "item": "contenttweaker:forbidden_matter|0", + "emc": 666666 + }, + { + "item": "contenttweaker:definer_core|0", + "emc": 777777 + }, + { + "item": "techreborn:part|36", + "emc": 0 + }, + { + "item": "abyssalcraft:shadowgem|0", + "emc": 0 + }, + { + "item": "abyssalcraft:shadowshard|0", + "emc": 0 + }, + { + "item": "contenttweaker:scorcher_eternal_flame|0", + "emc": 128821 + }, + { + "item": "contenttweaker:reyvor_eye|0", + "emc": 128821 + }, + { + "item": "contenttweaker:fiend_soul|0", + "emc": 128821 + }, + { + "item": "contenttweaker:twilight_antenna|0", + "emc": 128821 + }, + { + "item": "contenttweaker:vamacheron_fur|0", + "emc": 128821 + }, + { + "item": "contenttweaker:termasect_bark|0", + "emc": 128821 + }, + { + "item": "contenttweaker:sunstorm_ray|0", + "emc": 128821 + }, + { + "item": "contenttweaker:cori_experience|0", + "emc": 128821 + }, + { + "item": "contenttweaker:nethengeic_bone|0", + "emc": 128821 + }, + { + "item": "contenttweaker:watcher_eye|0", + "emc": 128821 + }, + { + "item": "contenttweaker:ancient_remnants|0", + "emc": 128821 + }, + { + "item": "contenttweaker:ayeraco_scale|0", + "emc": 128821 + }, + { + "item": "contenttweaker:densos_eye|0", + "emc": 128821 + }, + { + "item": "contenttweaker:karot_horn|0", + "emc": 128821 + }, + { + "item": "contenttweaker:eternal_shoulder|0", + "emc": 128821 + }, + { + "item": "contenttweaker:dramix_skin|0", + "emc": 128821 + }, + { + "item": "contenttweaker:parasecta_wing|0", + "emc": 128821 + }, + { + "item": "contenttweaker:bane_tusk|0", + "emc": 128821 + }, + { + "item": "contenttweaker:baroness_brain|0", + "emc": 128821 + }, + { + "item": "contenttweaker:clunkhead_brick|0", + "emc": 128821 + }, + { + "item": "contenttweaker:coniferon_bark|0", + "emc": 128821 + }, + { + "item": "contenttweaker:corallus_polyp|0", + "emc": 128821 + }, + { + "item": "contenttweaker:cotton_candor_frosting|0", + "emc": 128821 + }, + { + "item": "contenttweaker:xxeus_heart|0", + "emc": 128821 + }, + { + "item": "contenttweaker:creep_explosive_gland|0", + "emc": 128821 + }, + { + "item": "contenttweaker:crystocore_shard|0", + "emc": 128821 + }, + { + "item": "contenttweaker:hive_king_tendril|0", + "emc": 128821 + }, + { + "item": "contenttweaker:harkos_rib|0", + "emc": 128821 + }, + { + "item": "contenttweaker:gyro_red_nose|0", + "emc": 128821 + }, + { + "item": "contenttweaker:guardian_rune|0", + "emc": 128821 + }, + { + "item": "contenttweaker:graw_fang|0", + "emc": 128821 + }, + { + "item": "contenttweaker:goldorth_golden_eye|0", + "emc": 128821 + }, + { + "item": "contenttweaker:flash_skull|0", + "emc": 128821 + }, + { + "item": "contenttweaker:elusive_horn|0", + "emc": 128821 + }, + { + "item": "contenttweaker:dracyon_tooth|0", + "emc": 128821 + }, + { + "item": "contenttweaker:horon_tendon|0", + "emc": 128821 + }, + { + "item": "contenttweaker:hydrolisk_pincher|0", + "emc": 128821 + }, + { + "item": "contenttweaker:kajaros_rib|0", + "emc": 128821 + }, + { + "item": "contenttweaker:king_bambambam_pelvis|0", + "emc": 128821 + }, + { + "item": "contenttweaker:king_shroomus_cap|0", + "emc": 128821 + }, + { + "item": "contenttweaker:klobber_hand|0", + "emc": 128821 + }, + { + "item": "contenttweaker:kror_sediment|0", + "emc": 128821 + }, + { + "item": "contenttweaker:mechbot_cpu|0", + "emc": 128821 + }, + { + "item": "contenttweaker:mirage_femur|0", + "emc": 128821 + }, + { + "item": "contenttweaker:miskel_rib|0", + "emc": 128821 + }, + { + "item": "contenttweaker:okazor_rib|0", + "emc": 128821 + }, + { + "item": "contenttweaker:penumbra_spike|0", + "emc": 128821 + }, + { + "item": "contenttweaker:proshield_hand|0", + "emc": 128821 + }, + { + "item": "contenttweaker:raxxan_rib|0", + "emc": 128821 + }, + { + "item": "contenttweaker:rockrider_stone|0", + "emc": 128821 + }, + { + "item": "contenttweaker:shadowlord_eye|0", + "emc": 128821 + }, + { + "item": "contenttweaker:silver_foot|0", + "emc": 128821 + }, + { + "item": "contenttweaker:skeletron_skull|0", + "emc": 128821 + }, + { + "item": "contenttweaker:smash_jaw|0", + "emc": 128821 + }, + { + "item": "contenttweaker:tyrosaur_horn|0", + "emc": 128821 + }, + { + "item": "contenttweaker:vinocorne_petal|0", + "emc": 128821 + }, + { + "item": "contenttweaker:visualent_fang|0", + "emc": 128821 + }, + { + "item": "contenttweaker:voxxulon_slime|0", + "emc": 128821 + }, + { + "item": "thaumictinkerer:energetic_nitor|0", + "emc": 0 + }, + { + "item": "tg:ingot_light|0", + "emc": 0 + }, + { + "item": "tg:ingot_shade|0", + "emc": 0 + }, + { + "item": "enderio:item_alloy_endergy_ingot|5", + "emc": 0 + }, + { + "item": "enderio:item_alloy_endergy_ingot|6", + "emc": 0 + }, + { + "item": "thermalfoundation:wrench|0", + "emc": 0 + }, + { + "item": "projectred-exploration:stone|2", + "emc": 4 + }, + { + "item": "projecte:matter_block|1", + "emc": 1867776 + }, + { + "item": "projecte:matter_block|0", + "emc": 557056 + }, + { + "item": "thermalfoundation:material|768", + "emc": 0 + }, + { + "item": "appliedenergistics2:material|2", + "emc": 0 + }, + { + "item": "contenttweaker:crystaltine_dust|0", + "emc": 0 + }, + { + "item": "contenttweaker:modularium_primer|0", + "emc": 0 + }, + { + "item": "minecraft:baked_potato|0", + "emc": 0 + }, + { + "item": "minecraft:gold_nugget|0", + "emc": 0 + }, + { + "item": "immersiveengineering:metal|7", + "emc": 0 + }, + { + "item": "techreborn:ingot|5", + "emc": 0 + }, + { + "item": "minecraft:bone|0", + "emc": 0 + }, + { + "item": "minecraft:rotten_flesh|0", + "emc": 0 + }, + { + "item": "minecraft:gunpowder|0", + "emc": 0 + }, + { + "item": "minecraft:spider_eye|0", + "emc": 0 + }, + { + "item": "minecraft:string|0", + "emc": 0 + }, + { + "item": "danknull:dank_null_0|0", + "emc": 0 + }, + { + "item": "danknull:dank_null_1|0", + "emc": 0 + }, + { + "item": "danknull:dank_null_2|0", + "emc": 0 + }, + { + "item": "danknull:dank_null_3|0", + "emc": 0 + }, + { + "item": "danknull:dank_null_4|0", + "emc": 0 + }, + { + "item": "danknull:dank_null_5|0", + "emc": 0 + }, + { + "item": "dankstorage:dank_4|0", + "emc": 0 + }, + { + "item": "dankstorage:dank_7|0", + "emc": 0 + }, + { + "item": "dankstorage:dank_2|0", + "emc": 0 + }, + { + "item": "dankstorage:dank_3|0", + "emc": 0 + }, + { + "item": "dankstorage:dank_5|0", + "emc": 0 + }, + { + "item": "dankstorage:dank_1|0", + "emc": 0 + }, + { + "item": "dankstorage:dank_6|0", + "emc": 0 + }, + { + "item": "extendedcrafting:material|129", + "emc": 0 + }, + { + "item": "extendedcrafting:material|37", + "emc": 0 + }, + { + "item": "extendedcrafting:material|128", + "emc": 0 + }, + { + "item": "enderio:item_alloy_endergy_nugget|0", + "emc": 0 + }, + { + "item": "minecraft:iron_nugget|0", + "emc": 0 + }, + { + "item": "thermalfoundation:material|224", + "emc": 0 + }, + { + "item": "thermalfoundation:material|226", + "emc": 0 + }, + { + "item": "plustic:alumitenugget|0", + "emc": 0 + }, + { + "item": "techreborn:nuggets|7", + "emc": 0 + }, + { + "item": "techreborn:nuggets|1", + "emc": 0 + }, + { + "item": "techreborn:nuggets|18", + "emc": 0 + }, + { + "item": "techreborn:nuggets|24", + "emc": 0 + }, + { + "item": "thermalfoundation:material|16", + "emc": 0 + }, + { + "item": "thermalfoundation:material|17", + "emc": 0 + }, + { + "item": "thermalfoundation:material|192", + "emc": 0 + }, + { + "item": "thermalfoundation:material|193", + "emc": 0 + }, + { + "item": "libvulpes:productnugget|3", + "emc": 0 + }, + { + "item": "thermalfoundation:material|227", + "emc": 0 + }, + { + "item": "thermalfoundation:material|197", + "emc": 0 + }, + { + "item": "thermalfoundation:material|196", + "emc": 0 + }, + { + "item": "thermalfoundation:material|195", + "emc": 0 + }, + { + "item": "thermalfoundation:material|194", + "emc": 0 + }, + { + "item": "forestry:honey_drop|0", + "emc": 0 + }, + { + "item": "bloodmagic:blood_orb|0", + "emc": 0 + }, + { + "item": "projecte:item.pe_klein_star|0", + "emc": 24576 + }, + { + "item": "tconstruct:slime_congealed|0", + "emc": 0 + }, + { + "item": "redstonearsenal:storage|1", + "emc": 0 + }, + { + "item": "redstonearsenal:material|160", + "emc": 0 + }, + { + "item": "railcraft:dust|5", + "emc": 0 + }, + { + "item": "railcraft:dust|3", + "emc": 0 + }, + { + "item": "immersiveengineering:storage|5", + "emc": 0 + }, + { + "item": "nuclearcraft:ingot_block|4", + "emc": 0 + }, + { + "item": "techreborn:ingot|6", + "emc": 0 + }, + { + "item": "railcraft:ingot|7", + "emc": 0 + }, + { + "item": "enderio:item_material|23", + "emc": 0 + }, + { + "item": "actuallyadditions:item_dust|6", + "emc": 0 + }, + { + "item": "thermalfoundation:material|769", + "emc": 0 + }, + { + "item": "techreborn:dust|13", + "emc": 0 + }, + { + "item": "techreborn:dust|9", + "emc": 0 + }, + { + "item": "forestry:ingot_bronze|0", + "emc": 0 + }, + { + "item": "techreborn:ingot|2", + "emc": 0 + }, + { + "item": "railcraft:ingot|5", + "emc": 0 + }, + { + "item": "nuclearcraft:alloy|0", + "emc": 0 + }, + { + "item": "libvulpes:metal0|6", + "emc": 0 + }, + { + "item": "thermalfoundation:storage_alloy|0", + "emc": 0 + }, + { + "item": "bigreactors:blocksteel|0", + "emc": 0 + }, + { + "item": "immersiveengineering:storage|8", + "emc": 0 + }, + { + "item": "railcraft:metal|3", + "emc": 0 + }, + { + "item": "techreborn:storage|4", + "emc": 0 + }, + { + "item": "chisel:blocksteel|6", + "emc": 0 + }, + { + "item": "chisel:blocksteel|5", + "emc": 0 + }, + { + "item": "chisel:blocksteel|4", + "emc": 0 + }, + { + "item": "chisel:blocksteel|3", + "emc": 0 + }, + { + "item": "chisel:blocksteel|2", + "emc": 0 + }, + { + "item": "chisel:blocksteel|1", + "emc": 0 + }, + { + "item": "chisel:blocksteel|0", + "emc": 0 + }, + { + "item": "bigreactors:ingotsteel|0", + "emc": 0 + }, + { + "item": "minecraft:skull|1", + "emc": 0 + }, + { + "item": "enderio:item_material|39", + "emc": 0 + }, + { + "item": "thaumcraft:crystal_essence|0", + "emc": 0 + }, + { + "item": "minecraft:concrete|0", + "emc": 16 + }, + { + "item": "minecraft:concrete|5", + "emc": 16 + }, + { + "item": "minecraft:concrete|7", + "emc": 16 + }, + { + "item": "projectex:matter|0", + "emc": 1449984 + }, + { + "item": "projectex:matter|1", + "emc": 4399104 + }, + { + "item": "projectex:matter|2", + "emc": 13246464 + }, + { + "item": "projectex:matter|3", + "emc": 39788544 + }, + { + "item": "projectex:matter|4", + "emc": 119414784 + }, + { + "item": "projectex:matter|5", + "emc": 358293504 + }, + { + "item": "projectex:matter|6", + "emc": 1074929664 + }, + { + "item": "projectex:matter|7", + "emc": 3224838144 + }, + { + "item": "projectex:matter|8", + "emc": 9674563584 + }, + { + "item": "projectex:matter|9", + "emc": 29023739904 + }, + { + "item": "projectex:matter|10", + "emc": 87071268864 + }, + { + "item": "projectex:matter|11", + "emc": 261213855744 + }, + { + "item": "akashictome:tome|0", + "emc": 0 + }, + { + "item": "minecraft:prismarine_shard|0", + "emc": 0 + }, + { + "item": "minecraft:prismarine_crystals|0", + "emc": 0 + }, + { + "item": "thaumcraft:stone_arcane|0", + "emc": 64 + }, + { + "item": "libvulpes:productdust|6", + "emc": 0 + }, + { + "item": "thermalfoundation:material|96", + "emc": 0 + }, + { + "item": "techreborn:dust|51", + "emc": 0 + }, + { + "item": "immersiveengineering:metal|17", + "emc": 0 + }, + { + "item": "bigreactors:duststeel|0", + "emc": 0 + }, + { + "item": "immersiveengineering:material|4", + "emc": 0 + }, + { + "item": "actuallyadditions:item_misc|13", + "emc": 0 + }, + { + "item": "railcraft:coke_oven_red|0", + "emc": 0 + }, + { + "item": "biomesoplenty:white_dye|0", + "emc": 16 + }, + { + "item": "thaumadditions:vis_seeds|0", + "emc": 0 + }, + { + "item": "immersiveengineering:conveyor|0", + "emc": 0 + }, + { + "item": "cyclicmagic:plate_push|0", + "emc": 0 + }, + { + "item": "cyclicmagic:plate_push_fast|0", + "emc": 0 + }, + { + "item": "cyclicmagic:plate_push_slow|0", + "emc": 0 + }, + { + "item": "cyclicmagic:plate_push_slowest|0", + "emc": 0 + }, + { + "item": "chisel:blockuranium|0", + "emc": 0 + }, + { + "item": "chisel:blockuranium|1", + "emc": 0 + }, + { + "item": "chisel:blockuranium|2", + "emc": 0 + }, + { + "item": "chisel:blockuranium|3", + "emc": 0 + }, + { + "item": "chisel:blockuranium|4", + "emc": 0 + }, + { + "item": "chisel:blockuranium|5", + "emc": 0 + }, + { + "item": "chisel:blockuranium|6", + "emc": 0 + }, + { + "item": "minecraft:web|0", + "emc": 0 + }, + { + "item": "forestry:crafting_material|2", + "emc": 0 + }, + { + "item": "techreborn:plates|34", + "emc": 0 + }, + { + "item": "immersiveengineering:bullet|0", + "emc": 0 + }, + { + "item": "immersiveengineering:material|3", + "emc": 0 + }, + { + "item": "immersiveengineering:material|1", + "emc": 0 + }, + { + "item": "projectred-core:resource_item|103", + "emc": 0 + }, + { + "item": "compactmachines3:machine|0", + "emc": 0 + }, + { + "item": "compactmachines3:machine|1", + "emc": 0 + }, + { + "item": "compactmachines3:machine|2", + "emc": 0 + }, + { + "item": "compactmachines3:machine|3", + "emc": 0 + }, + { + "item": "compactmachines3:machine|4", + "emc": 0 + }, + { + "item": "compactmachines3:machine|5", + "emc": 0 + }, + { + "item": "compactmachines3:psd|0", + "emc": 0 + }, + { + "item": "compactmachines3:redstonetunneltool|0", + "emc": 0 + }, + { + "item": "compactmachines3:tunneltool|0", + "emc": 0 + }, + { + "item": "contenttweaker:recursion_fragment_precasia|0", + "emc": 134217728 + }, + { + "item": "plustic:alumiteingot|0", + "emc": 0 + }, + { + "item": "contenttweaker:recursion_fragment_deeplands|0", + "emc": 134217728 + }, + { + "item": "contenttweaker:recursion_fragment_creeponia|0", + "emc": 134217728 + }, + { + "item": "contenttweaker:recursion_fragment_abyss|0", + "emc": 134217728 + }, + { + "item": "contenttweaker:recursion_fragment_lelyetia|0", + "emc": 134217728 + }, + { + "item": "contenttweaker:recursion_fragment_barathos|0", + "emc": 134217728 + }, + { + "item": "buildinggadgets:buildingtool|0", + "emc": 0 + }, + { + "item": "buildinggadgets:exchangertool|0", + "emc": 0 + }, + { + "item": "buildinggadgets:copypastetool|0", + "emc": 0 + }, + { + "item": "contenttweaker:recursion_fragment_candyland|0", + "emc": 169696969 + }, + { + "item": "contenttweaker:recursion_fragment_iromine|0", + "emc": 169696969 + }, + { + "item": "contenttweaker:recursion_fragment_haven|0", + "emc": 169696969 + }, + { + "item": "contenttweaker:recursion_fragment_crystevia|0", + "emc": 169696969 + }, + { + "item": "contenttweaker:recursion_fragment_gardencia|0", + "emc": 169696969 + }, + { + "item": "contenttweaker:recursion_fragment_mysterium|0", + "emc": 169696969 + }, + { + "item": "contenttweaker:recursion_fragment_celeve|0", + "emc": 169696969 + }, + { + "item": "contenttweaker:recursion_fragment_vox|0", + "emc": 169696969 + }, + { + "item": "extendedcrafting:singularity_custom|990", + "emc": 0 + }, + { + "item": "nuclearcraft:ingot_block|3", + "emc": 0 + }, + { + "item": "forestry:ffarm|0", + "emc": 0 + }, + { + "item": "astralsorcery:blockblackmarble|0", + "emc": 0 + }, + { + "item": "astralsorcery:blockblackmarble|1", + "emc": 0 + }, + { + "item": "astralsorcery:blockblackmarble|2", + "emc": 0 + }, + { + "item": "astralsorcery:blockblackmarble|3", + "emc": 0 + }, + { + "item": "astralsorcery:blockblackmarble|4", + "emc": 0 + }, + { + "item": "astralsorcery:blockblackmarble|5", + "emc": 0 + }, + { + "item": "astralsorcery:blockblackmarble|6", + "emc": 0 + }, + { + "item": "patchouli:guide_book|0", + "emc": 0 + }, + { + "item": "minecraft:wooden_pressure_plate|0", + "emc": 16 + }, + { + "item": "minecraft:wooden_button|0", + "emc": 8 + }, + { + "item": "minecraft:stone_button|0", + "emc": 1 + }, + { + "item": "cyclicmagic:book_ender|0", + "emc": 0 + }, + { + "item": "actuallyadditions:block_crystal_empowered|5", + "emc": 0 + }, + { + "item": "actuallyadditions:block_crystal_empowered|4", + "emc": 0 + }, + { + "item": "actuallyadditions:block_crystal_empowered|3", + "emc": 0 + }, + { + "item": "actuallyadditions:block_crystal_empowered|2", + "emc": 0 + }, + { + "item": "actuallyadditions:block_crystal_empowered|0", + "emc": 0 + }, + { + "item": "actuallyadditions:block_crystal|0", + "emc": 0 + }, + { + "item": "actuallyadditions:block_crystal|1", + "emc": 0 + }, + { + "item": "actuallyadditions:block_crystal|2", + "emc": 0 + }, + { + "item": "actuallyadditions:block_crystal|3", + "emc": 0 + }, + { + "item": "actuallyadditions:block_crystal|4", + "emc": 0 + }, + { + "item": "actuallyadditions:block_crystal|5", + "emc": 0 + }, + { + "item": "actuallyadditions:block_giant_chest_medium|0", + "emc": 1024 + }, + { + "item": "actuallyadditions:block_giant_chest_large|0", + "emc": 8192 + }, + { + "item": "thermalfoundation:material|770", + "emc": 0 + }, + { + "item": "techreborn:dust|35", + "emc": 0 + }, + { + "item": "railcraft:dust|0", + "emc": 0 + }, + { + "item": "nuclearcraft:gem_dust|3", + "emc": 0 + }, + { + "item": "enderio:item_material|29", + "emc": 0 + }, + { + "item": "bloodmagic:component|21", + "emc": 0 + }, + { + "item": "nuclearcraft:gem_dust|7", + "emc": 0 + }, + { + "item": "minecraft:slime|0", + "emc": 288 + }, + { + "item": "contenttweaker:sour_candy_x|0", + "emc": 5000 + }, + { + "item": "contenttweaker:lollypop_y|0", + "emc": 5000 + }, + { + "item": "contenttweaker:gummy_worm_z|0", + "emc": 5000 + }, + { + "item": "railcraft:generic|9", + "emc": 4 + }, + { + "item": "railcraft:brick_quarried|5", + "emc": 4 + }, + { + "item": "contenttweaker:hyperchitinous_plate|0", + "emc": 0 + }, + { + "item": "contenttweaker:lesser_mana_core|0", + "emc": 123456789 + }, + { + "item": "contenttweaker:greater_mana_core|0", + "emc": 987654321 + }, + { + "item": "enderutilities:enderpart|0", + "emc": 0 + }, + { + "item": "enderutilities:enderpart|1", + "emc": 0 + }, + { + "item": "enderutilities:enderpart|2", + "emc": 0 + }, + { + "item": "minecraft:dragon_breath|0", + "emc": 0 + }, + { + "item": "immersiveengineering:material|2", + "emc": 0 + }, + { + "item": "minecraft:experience_bottle|0", + "emc": 0 + }, + { + "item": "enderio:item_alloy_endergy_ingot|0", + "emc": 0 + }, + { + "item": "extendedcrafting:material|36", + "emc": 0 + }, + { + "item": "bloodmagic:component|23", + "emc": 0 + }, + { + "item": "natura:materials|4", + "emc": 0 + }, + { + "item": "bibliocraft:printingpress|0", + "emc": 0 + }, + { + "item": "bibliocraft:bibliochase|0", + "emc": 0 + }, + { + "item": "tconstruct:toolforge|0", + "emc": 0 + }, + { + "item": "conarm:armorforge|0", + "emc": 0 + }, + { + "item": "contenttweaker:recursion_fragment_dustopia|0", + "emc": 333666333 + }, + { + "item": "contenttweaker:recursion_fragment_greckon|0", + "emc": 333666333 + }, + { + "item": "contenttweaker:recursion_fragment_immortallis|0", + "emc": 333666333 + }, + { + "item": "contenttweaker:recursion_fragment_cavern|0", + "emc": 333666333 + }, + { + "item": "contenttweaker:recursion_fragment_lunalus|0", + "emc": 222333222 + }, + { + "item": "contenttweaker:recursion_fragment_runandor|0", + "emc": 222333222 + }, + { + "item": "contenttweaker:recursion_fragment_borean|0", + "emc": 222333222 + }, + { + "item": "contenttweaker:menacing_sludge|0", + "emc": 666666 + }, + { + "item": "contenttweaker:hearty_meatball|0", + "emc": 8192 + }, + { + "item": "contenttweaker:fiery_pyrite|0", + "emc": 256652 + }, + { + "item": "minecraft:iron_horse_armor|0", + "emc": 0 + }, + { + "item": "minecraft:golden_horse_armor|0", + "emc": 0 + }, + { + "item": "minecraft:diamond_horse_armor|0", + "emc": 0 + }, + { + "item": "projectx:xycronium_ingot|0", + "emc": 8192 + }, + { + "item": "projectx:xycronium_ingot|1", + "emc": 8192 + }, + { + "item": "projectx:xycronium_ingot|2", + "emc": 8192 + }, + { + "item": "projectx:xycronium_ingot|3", + "emc": 8192 + }, + { + "item": "projectx:xycronium_ingot|4", + "emc": 8192 + }, + { + "item": "contenttweaker:recursion_fragment_vethea|0", + "emc": 1000000000 + }, + { + "item": "extracells:pattern.fluid|0", + "emc": 0 + }, + { + "item": "libvulpes:productingot|3", + "emc": 0 + }, + { + "item": "forestry:phosphor|0", + "emc": 0 + }, + { + "item": "forestry:beeswax|0", + "emc": 0 + }, + { + "item": "forestry:crafting_material|0", + "emc": 0 + }, + { + "item": "forestry:crafting_material|1", + "emc": 0 + }, + { + "item": "contenttweaker:primordial_prism|0", + "emc": 1000000 + }, + { + "item": "nuclearcraft:dust|4", + "emc": 0 + }, + { + "item": "techreborn:dust|66", + "emc": 0 + }, + { + "item": "appliedenergistics2:material|3", + "emc": 0 + }, + { + "item": "actuallyadditions:item_dust|5", + "emc": 0 + } + ] +} \ No newline at end of file diff --git a/config/ProjectE/mapping.cfg b/config/ProjectE/mapping.cfg new file mode 100644 index 00000000..f8f57350 --- /dev/null +++ b/config/ProjectE/mapping.cfg @@ -0,0 +1,255 @@ +# Configuration file + +enabledmappers { + # Allows other Mods to add Recipes to the EMC Calculation. [default: true] + B:APICustomConversionMapper=true + + # Allows other mods to set EMC values using the ProjectEAPI [default: true] + B:APICustomEMCMapper=true + + # Add Conversions for Crafting Recipes gathered from net.minecraft.item.crafting.CraftingManager [default: true] + B:CraftingMapper=true + + # Uses json files within config/ProjectE/customConversions/ to add values and conversions [default: true] + B:CustomConversionMapper=true + + # Uses the `custom_emc.json` File to add EMC values. [default: true] + B:CustomEMCMapper=true + + # Adds Conversions for fluid container items and fluids. [default: true] + B:FluidMapper=true + + # Blacklist some OreDictionary names from getting an EMC value [default: true] + B:OreDictionaryMapper=true + + # Add Conversions for `FurnaceRecipes` [default: true] + B:SmeltingMapper=true +} + + +general { + # Want to take a look at the internals of EMC Calculation? Enable this to write all the conversions and setValue-Commands to config/ProjectE/mappingdump.json [default: false] + B:dumpEverythingToFile=false + + # Log known EMC Exploits. This can not and will not find all possible exploits. This will only find exploits that result in fixed/custom emc values that the algorithm did not overwrite. Exploits that derive from conversions that are unknown to ProjectE will not be found. [default: true] + B:logEMCExploits=true + + # When the next EMC mapping occurs write the results to config/ProjectE/pregenerated_emc.json and only ever run the mapping again when that file does not exist, this setting is set to false, or an error occurred parsing that file. [default: false] + B:pregenerate=false +} + + +mapperconfigurations { + + oredictionarymapper { + # Set EMC=0 for everything that has an OD Name that starts with `ore`, `dust` or `crushed` besides `dustPlastic` [default: true] + B:blacklistOresAndDusts=true + } + + apicustomemcmapper { + + customemcpriorities { + # Priority for Mod with ModId = abyssalcraft. Values: 226 [range: 0 ~ 512, default: 1] + I:abyssalcraftpriority=1 + + # Priority for Mod with ModId = divinerpg. Values: 129 [range: 0 ~ 512, default: 1] + I:divinerpgpriority=1 + I:equivalentenergisticspriority=1 + + # Priority for Mod with ModId = expequiv. Values: 2812 [range: 0 ~ 512, default: 1] + I:expequivpriority=1 + I:metallurgypriority=1 + + # Priority for Mod with ModId = nuclearcraft. Values: 353 [range: 0 ~ 512, default: 1] + I:nuclearcraftpriority=1 + } + + permissions { + + nuclearcraft { + # Allow 'nuclearcraft' to set and or remove values for 'abyssalcraft'. Options: [both, set, remove, none] [default: both] + S:abyssalcraft=none + + # Allow 'nuclearcraft' to set and or remove values for 'actuallyadditions'. Options: [both, set, remove, none] [default: both] + S:actuallyadditions=both + + # Allow 'nuclearcraft' to set and or remove values for 'appliedenergistics2'. Options: [both, set, remove, none] [default: both] + S:appliedenergistics2=both + + # Allow 'nuclearcraft' to set and or remove values for 'bewitchment'. Options: [both, set, remove, none] [default: both] + S:bewitchment=none + + # Allow 'nuclearcraft' to set and or remove values for 'bigreactors'. Options: [both, set, remove, none] [default: both] + S:bigreactors=both + + # Allow 'nuclearcraft' to set and or remove values for 'bloodmagic'. Options: [both, set, remove, none] [default: both] + S:bloodmagic=none + + # Allow 'nuclearcraft' to set and or remove values for 'careerbees'. Options: [both, set, remove, none] [default: both] + S:careerbees=both + + # Allow 'nuclearcraft' to set and or remove values for 'chisel'. Options: [both, set, remove, none] [default: both] + S:chisel=both + + # Allow 'nuclearcraft' to set and or remove values for 'enderio'. Options: [both, set, remove, none] [default: both] + S:enderio=both + + # Allow 'nuclearcraft' to set and or remove values for 'forestry'. Options: [both, set, remove, none] [default: both] + S:forestry=both + + # Allow 'nuclearcraft' to set and or remove values for 'iceandfire'. Options: [both, set, remove, none] [default: both] + S:iceandfire=none + + # Allow 'nuclearcraft' to set and or remove values for 'immersiveengineering'. Options: [both, set, remove, none] [default: both] + S:immersiveengineering=both + + # Allow 'nuclearcraft' to set and or remove values for 'libvulpes'. Options: [both, set, remove, none] [default: both] + S:libvulpes=both + S:mekanism=both + S:metallurgy=both + + # Allow 'nuclearcraft' to set and or remove values for 'minecraft'. Options: [both, set, remove, none] [default: both] + S:minecraft=both + + # Allow 'nuclearcraft' to set and or remove values for 'nuclearcraft'. Options: [both, set, remove, none] [default: both] + S:nuclearcraft=both + + # Allow 'nuclearcraft' to set and or remove values for 'projectred-core'. Options: [both, set, remove, none] [default: both] + S:projectred-core=both + + # Allow 'nuclearcraft' to set and or remove values for 'projectred-exploration'. Options: [both, set, remove, none] [default: both] + S:projectred-exploration=both + + # Allow 'nuclearcraft' to set and or remove values for 'railcraft'. Options: [both, set, remove, none] [default: both] + S:railcraft=both + + # Allow 'nuclearcraft' to set and or remove values for 'techreborn'. Options: [both, set, remove, none] [default: both] + S:techreborn=both + + # Allow 'nuclearcraft' to set and or remove values for 'thermalfoundation'. Options: [both, set, remove, none] [default: both] + S:thermalfoundation=both + } + + expequiv { + # Allow 'expequiv' to set and or remove values for 'IntermediateFakeItemsUsedInRecipes'. Options: [both, set, remove, none] [default: both] + S:IntermediateFakeItemsUsedInRecipes=both + + # Allow 'expequiv' to set and or remove values for 'actuallyadditions'. Options: [both, set, remove, none] [default: both] + S:actuallyadditions=both + + # Allow 'expequiv' to set and or remove values for 'appliedenergistics2'. Options: [both, set, remove, none] [default: both] + S:appliedenergistics2=both + + # Allow 'expequiv' to set and or remove values for 'astralsorcery'. Options: [both, set, remove, none] [default: both] + S:astralsorcery=none + + # Allow 'expequiv' to set and or remove values for 'avaritia'. Options: [both, set, remove, none] [default: both] + S:avaritia=both + S:bloodmagic=none + + # Allow 'expequiv' to set and or remove values for 'botania'. Options: [both, set, remove, none] [default: both] + S:botania=none + S:draconicevolution=both + + # Allow 'expequiv' to set and or remove values for 'enderio'. Options: [both, set, remove, none] [default: both] + S:enderio=both + + # Allow 'expequiv' to set and or remove values for 'forestry'. Options: [both, set, remove, none] [default: both] + S:forestry=both + + # Allow 'expequiv' to set and or remove values for 'immersiveengineering'. Options: [both, set, remove, none] [default: both] + S:immersiveengineering=both + + # Allow 'expequiv' to set and or remove values for 'minecraft'. Options: [both, set, remove, none] [default: both] + S:minecraft=both + S:mysticalagradditions=both + S:mysticalagriculture=both + + # Allow 'expequiv' to set and or remove values for 'techreborn'. Options: [both, set, remove, none] [default: both] + S:techreborn=both + + # Allow 'expequiv' to set and or remove values for 'thaumcraft'. Options: [both, set, remove, none] [default: both] + S:thaumcraft=none + + # Allow 'expequiv' to set and or remove values for 'thermalfoundation'. Options: [both, set, remove, none] [default: both] + S:thermalfoundation=both + } + + abyssalcraft { + # Allow 'abyssalcraft' to set and or remove values for 'abyssalcraft'. Options: [both, set, remove, none] [default: both] + S:abyssalcraft=none + + # Allow 'abyssalcraft' to set and or remove values for 'appliedenergistics2'. Options: [both, set, remove, none] [default: both] + S:appliedenergistics2=both + + # Allow 'abyssalcraft' to set and or remove values for 'forge'. Options: [both, set, remove, none] [default: both] + S:forge=both + S:mekanism=both + + # Allow 'abyssalcraft' to set and or remove values for 'thermalfoundation'. Options: [both, set, remove, none] [default: both] + S:thermalfoundation=both + } + + equivalentenergistics { + S:equivalentenergistics=both + } + + divinerpg { + # Allow 'divinerpg' to set and or remove values for 'divinerpg'. Options: [both, set, remove, none] [default: both] + S:divinerpg=none + } + + metallurgy { + S:metallurgy=both + } + + } + + } + + customconversionmapper { + # Read file: ODdefaults.json? [default: true] + B:ODdefaults=true + + # Read file: defaults.json? [default: true] + B:defaults=true + + # Read file: metals.json? [default: true] + B:metals=true + } + + craftingmapper { + + irecipeimplementations { + # Maps `IRecipe` CraftTweaker crafting recipes that extend `MCRecipeShaped` or `MCRecipeShapeless [default: true] + B:enableCraftTweakerRecipeMapper=true + + # Maps custom IRecipe's from ProjectE [default: true] + B:enablePECustomRecipeMapper=true + + # Maps `RecipeStage` implementation of `IRecipe` from Recipe Stages [default: true] + B:enableRecipeStagesRecipeMapper=true + + # Maps `IRecipe` crafting recipes that extend `ShapedRecipes` or `ShapelessRecipes`, and their oredict equivalents [default: true] + B:enableVanillaRecipeMapper=true + } + + } + + smeltingmapper { + # If X has a value and is smelted from Y, Y will get a value too. This is an experimental thing and might result in Mappings you did not expect/want to happen. [default: false] + B:doBackwardsMapping=false + } + + apicustomconversionmapper { + + allow { + # Allow Mod expequiv to add its 76841 Recipes to the EMC Calculation [default: true] + B:expequiv=true + } + + } + +} + + diff --git a/config/ProjectE/nbt_whitelist.json b/config/ProjectE/nbt_whitelist.json new file mode 100644 index 00000000..8bf47827 --- /dev/null +++ b/config/ProjectE/nbt_whitelist.json @@ -0,0 +1,7 @@ +{ + "items": [ + "tconstruct:pickaxe", + "botania:specialflower" + ], + "__comment": "To add items to NBT Whitelist, simply add its registry name as a String to the above array" +} \ No newline at end of file diff --git a/config/ProjectRed.cfg b/config/ProjectRed.cfg new file mode 100644 index 00000000..12a349e6 --- /dev/null +++ b/config/ProjectRed.cfg @@ -0,0 +1,126 @@ +# 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"=true + + # 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/ProjectRedRelocation.cfg b/config/ProjectRedRelocation.cfg new file mode 100644 index 00000000..73feceb9 --- /dev/null +++ b/config/ProjectRedRelocation.cfg @@ -0,0 +1,82 @@ +# 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/TickCentral/config.cfg b/config/TickCentral/config.cfg new file mode 100644 index 00000000..7afd0f5d --- /dev/null +++ b/config/TickCentral/config.cfg @@ -0,0 +1,9 @@ +# TickCentral config +# For you, this is only really needed to access debug settings +# As this is a library, there is generally no need to modify these settings +SHOW_FORCED_LOADING = false +DEBUG = false + +# This library is capable of caching classes. This number is used to track if we should +# re-run the scanner. You can also manually trigger it by setting it to 0. +FILE_COUNT = 0 \ No newline at end of file diff --git a/config/TinkerIO.cfg b/config/TinkerIO.cfg new file mode 100644 index 00000000..922d96e3 --- /dev/null +++ b/config/TinkerIO.cfg @@ -0,0 +1,24 @@ +# 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"=15 + + # The burn time of Solid Fuel. + # Default: 3200 + # Min: 1 + # Max: 2147483647 + I:"Solid Fuel Burn Time"=3200 +} + + diff --git a/config/TinkerModules.cfg b/config/TinkerModules.cfg new file mode 100644 index 00000000..eb40a3ec --- /dev/null +++ b/config/TinkerModules.cfg @@ -0,0 +1,28 @@ +# 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/TinkerToolLeveling.cfg b/config/TinkerToolLeveling.cfg new file mode 100644 index 00000000..207a256c --- /dev/null +++ b/config/TinkerToolLeveling.cfg @@ -0,0 +1,41 @@ +"_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/Waystones.cfg b/config/Waystones.cfg new file mode 100644 index 00000000..e404f317 --- /dev/null +++ b/config/Waystones.cfg @@ -0,0 +1,132 @@ +# 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/WirelessRedstone.cfg b/config/WirelessRedstone.cfg new file mode 100644 index 00000000..f6cb3526 --- /dev/null +++ b/config/WirelessRedstone.cfg @@ -0,0 +1,42 @@ +#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/abyssalcraft.cfg b/config/abyssalcraft.cfg new file mode 100644 index 00000000..630d8373 --- /dev/null +++ b/config/abyssalcraft.cfg @@ -0,0 +1,675 @@ +# 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"=false + + # 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/acintegration.cfg b/config/acintegration.cfg new file mode 100644 index 00000000..ebcc195a --- /dev/null +++ b/config/acintegration.cfg @@ -0,0 +1,32 @@ +# 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/acronym/base/General.cfg b/config/acronym/base/General.cfg new file mode 100644 index 00000000..7b6adbd8 --- /dev/null +++ b/config/acronym/base/General.cfg @@ -0,0 +1,39 @@ +# 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/acronym/contenttweaker/General.cfg b/config/acronym/contenttweaker/General.cfg new file mode 100644 index 00000000..f4e2a591 --- /dev/null +++ b/config/acronym/contenttweaker/General.cfg @@ -0,0 +1,10 @@ +# Configuration file + +module { + B:"Chickens enabled"=true + B:"Materials enabled"=true + B:"Tinkers enabled"=true + B:"Vanilla CraftTweaker enabled"=true +} + + diff --git a/config/acronym/material_system.cfg b/config/acronym/material_system.cfg new file mode 100644 index 00000000..d35e79b3 --- /dev/null +++ b/config/acronym/material_system.cfg @@ -0,0 +1,8 @@ +# 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/acronym/saved/material_parts_contenttweaker-original.json b/config/acronym/saved/material_parts_contenttweaker-original.json new file mode 100644 index 00000000..13bafa02 --- /dev/null +++ b/config/acronym/saved/material_parts_contenttweaker-original.json @@ -0,0 +1,224 @@ +{ + "materialMappings": { + "brightsteel_armor": 157, + "vengeful_steel_nugget": 18, + "myrmitite_rod": 85, + "myrmitite_ingot": 82, + "vityte_ore_minecraft_stone": 214, + "hassium_ingot": 179, + "chaos_dust": 175, + "rubidium_molten": 172, + "vibranium_alloy_ingot": 132, + "lunastone_ore_minecraft_stone": 217, + "dreadite_nugget": 39, + "destructive_steel_dust": 14, + "rubidium_rod": 171, + "tartarite_ore_minecraft_stone": 208, + "vibranium_dust": 70, + "palladium_dust": 98, + "strontium_ingot": 164, + "sednanite_molten": 57, + "strontium_molten": 167, + "vityte_ingot": 104, + "primal_ogerite_ingot": 125, + "vibranium_ingot": 69, + "fluctuatite_molten": 66, + "steadfast_steel_block": 29, + "chalcedony_ingot": 144, + "destructive_steel_nugget": 12, + "chalcedony_ore_minecraft_stone": 218, + "black_metal_dust": 197, + "polonium_rod": 113, + "palladium_molten": 100, + "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, + "ogerite_rod": 120, + "black_metal_armor": 201, + "sednanite_ore_minecraft_stone": 207, + "fluctuatite_ore_minecraft_stone": 209, + "chalcedony_dust": 145, + "promethium_rod": 205, + "halite_rod": 184, + "caesium_ingot": 159, + "rhenium_ore_minecraft_stone": 210, + "chaos_molten": 177, + "dreaded_steel_rod": 49, + "myrmitite_nugget": 81, + "bloodmaster_metal_dust": 32, + "fluctuatite_dust": 64, + "candyte_block": 95, + "sacrifice_metal_armor": 194, + "bloodmaster_metal_nugget": 30, + "black_metal_nugget": 195, + "primal_ogerite_rod": 127, + "chalcedony_molten": 147, + "dreadite_gear": 37, + "palladium_rod": 99, + "fluctuatite_rod": 65, + "rubidium_ingot": 169, + "steadfast_steel_ingot": 25, + "ogerite_ore_minecraft_stone": 216, + "strontium_rod": 166, + "lunastone_ingot": 137, + "candyte_ore": 94, + "steadfast_steel_dust": 26, + "hassium_plate": 180, + "brightsteel_rod": 153, + "dreadite_plate": 38, + "myrmitite_plate": 84, + "corrosive_steel_rod": 9, + "corrosive_steel_nugget": 6, + "demonic_steel_rod": 3, + "palladium_block": 102, + "black_metal_block": 200, + "rhenium_rod": 78, + "strontium_dust": 165, + "tartarite_ore": 61, + "dreaded_steel_dust": 50, + "dreaded_steel_nugget": 47, + "vibranium_armor": 74, + "vityte_nugget": 103, + "sacrifice_metal_block": 193, + "rhenium_nugget": 75, + "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, + "demonic_steel_nugget": 0, + "vityte_ore": 108, + "candyte_molten": 93, + "sacrifice_metal_molten": 192, + "halite_ingot": 183, + "brightsteel_nugget": 150, + "destructive_steel_ingot": 13, + "promethium_molten": 206, + "black_metal_rod": 198, + "vityte_rod": 106, + "vengeful_steel_molten": 22, + "palladium_ingot": 97, + "promethium_ingot": 203, + "hot_vibranium_alloy_ingot": 129, + "rubidium_nugget": 168, + "hot_vibranium_alloy_rod": 130, + "dreadite_molten": 43, + "lunastone_ore": 141, + "polonium_ore_minecraft_stone": 215, + "ogerite_block": 123, + "polonium_block": 116, + "corrosive_steel_ingot": 7, + "dreaded_steel_gear": 45, + "promethium_dust": 204, + "demonic_steel_block": 5, + "sednanite_ingot": 54, + "strontium_nugget": 163, + "lunastone_block": 142, + "bloodmaster_metal_armor": 36, + "polonium_molten": 114, + "fluctuatite_nugget": 62, + "dreaded_steel_block": 52, + "sednanite_nugget": 53, + "myrmitite_ore": 87, + "brightsteel_block": 156, + "demonic_steel_ingot": 1, + "ogerite_ingot": 118, + "polonium_ingot": 111, + "brightsteel_dust": 152, + "polonium_dust": 112, + "palladium_nugget": 96, + "sednanite_rod": 56, + "bloodmaster_metal_rod": 33, + "abyssite_rod": 186, + "dreadite_rod": 42, + "abyssite_ingot": 185, + "primal_ogerite_dust": 126, + "sednanite_dust": 55, + "corrosive_steel_dust": 8, + "vibranium_alloy_plate": 133, + "polonium_ore": 115, + "myrmitite_molten": 86, + "destructive_steel_molten": 16, + "chaos_nugget": 173, + "corrosive_steel_block": 11, + "ogerite_ore": 122, + "vibranium_alloy_rod": 135, + "bloodmaster_metal_molten": 34, + "brightsteel_ore": 155, + "lunastone_dust": 138, + "black_metal_molten": 199, + "chaos_rod": 176, + "candyte_dust": 91, + "chaos_ingot": 174, + "caesium_rod": 161, + "vibranium_block": 73, + "rhenium_ore": 80, + "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, + "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, + "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, + "abyssite_molten": 187, + "sacrifice_metal_dust": 190, + "primal_ogerite_nugget": 124, + "fluctuatite_ingot": 63, + "chalcedony_rod": 146, + "vibranium_molten": 72, + "destructive_steel_block": 17, + "vityte_molten": 107, + "ogerite_molten": 121, + "dreaded_steel_molten": 51, + "tartarite_rod": 60, + "dreadite_block": 44, + "myrmitite_dust": 83, + "myrmitite_ore_minecraft_stone": 211, + "caesium_nugget": 158, + "demonic_steel_molten": 4, + "lunastone_molten": 140, + "rhenium_molten": 79, + "palladium_ore": 101, + "dreaded_steel_plate": 46, + "promethium_nugget": 202, + "steadfast_steel_nugget": 24, + "hassium_rod": 182, + "sacrifice_metal_ingot": 189, + "candyte_nugget": 89, + "brightsteel_molten": 154, + "sacrifice_metal_nugget": 188 + } +} \ No newline at end of file diff --git a/config/acronym/saved/material_parts_contenttweaker.json b/config/acronym/saved/material_parts_contenttweaker.json new file mode 100644 index 00000000..13bafa02 --- /dev/null +++ b/config/acronym/saved/material_parts_contenttweaker.json @@ -0,0 +1,224 @@ +{ + "materialMappings": { + "brightsteel_armor": 157, + "vengeful_steel_nugget": 18, + "myrmitite_rod": 85, + "myrmitite_ingot": 82, + "vityte_ore_minecraft_stone": 214, + "hassium_ingot": 179, + "chaos_dust": 175, + "rubidium_molten": 172, + "vibranium_alloy_ingot": 132, + "lunastone_ore_minecraft_stone": 217, + "dreadite_nugget": 39, + "destructive_steel_dust": 14, + "rubidium_rod": 171, + "tartarite_ore_minecraft_stone": 208, + "vibranium_dust": 70, + "palladium_dust": 98, + "strontium_ingot": 164, + "sednanite_molten": 57, + "strontium_molten": 167, + "vityte_ingot": 104, + "primal_ogerite_ingot": 125, + "vibranium_ingot": 69, + "fluctuatite_molten": 66, + "steadfast_steel_block": 29, + "chalcedony_ingot": 144, + "destructive_steel_nugget": 12, + "chalcedony_ore_minecraft_stone": 218, + "black_metal_dust": 197, + "polonium_rod": 113, + "palladium_molten": 100, + "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, + "ogerite_rod": 120, + "black_metal_armor": 201, + "sednanite_ore_minecraft_stone": 207, + "fluctuatite_ore_minecraft_stone": 209, + "chalcedony_dust": 145, + "promethium_rod": 205, + "halite_rod": 184, + "caesium_ingot": 159, + "rhenium_ore_minecraft_stone": 210, + "chaos_molten": 177, + "dreaded_steel_rod": 49, + "myrmitite_nugget": 81, + "bloodmaster_metal_dust": 32, + "fluctuatite_dust": 64, + "candyte_block": 95, + "sacrifice_metal_armor": 194, + "bloodmaster_metal_nugget": 30, + "black_metal_nugget": 195, + "primal_ogerite_rod": 127, + "chalcedony_molten": 147, + "dreadite_gear": 37, + "palladium_rod": 99, + "fluctuatite_rod": 65, + "rubidium_ingot": 169, + "steadfast_steel_ingot": 25, + "ogerite_ore_minecraft_stone": 216, + "strontium_rod": 166, + "lunastone_ingot": 137, + "candyte_ore": 94, + "steadfast_steel_dust": 26, + "hassium_plate": 180, + "brightsteel_rod": 153, + "dreadite_plate": 38, + "myrmitite_plate": 84, + "corrosive_steel_rod": 9, + "corrosive_steel_nugget": 6, + "demonic_steel_rod": 3, + "palladium_block": 102, + "black_metal_block": 200, + "rhenium_rod": 78, + "strontium_dust": 165, + "tartarite_ore": 61, + "dreaded_steel_dust": 50, + "dreaded_steel_nugget": 47, + "vibranium_armor": 74, + "vityte_nugget": 103, + "sacrifice_metal_block": 193, + "rhenium_nugget": 75, + "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, + "demonic_steel_nugget": 0, + "vityte_ore": 108, + "candyte_molten": 93, + "sacrifice_metal_molten": 192, + "halite_ingot": 183, + "brightsteel_nugget": 150, + "destructive_steel_ingot": 13, + "promethium_molten": 206, + "black_metal_rod": 198, + "vityte_rod": 106, + "vengeful_steel_molten": 22, + "palladium_ingot": 97, + "promethium_ingot": 203, + "hot_vibranium_alloy_ingot": 129, + "rubidium_nugget": 168, + "hot_vibranium_alloy_rod": 130, + "dreadite_molten": 43, + "lunastone_ore": 141, + "polonium_ore_minecraft_stone": 215, + "ogerite_block": 123, + "polonium_block": 116, + "corrosive_steel_ingot": 7, + "dreaded_steel_gear": 45, + "promethium_dust": 204, + "demonic_steel_block": 5, + "sednanite_ingot": 54, + "strontium_nugget": 163, + "lunastone_block": 142, + "bloodmaster_metal_armor": 36, + "polonium_molten": 114, + "fluctuatite_nugget": 62, + "dreaded_steel_block": 52, + "sednanite_nugget": 53, + "myrmitite_ore": 87, + "brightsteel_block": 156, + "demonic_steel_ingot": 1, + "ogerite_ingot": 118, + "polonium_ingot": 111, + "brightsteel_dust": 152, + "polonium_dust": 112, + "palladium_nugget": 96, + "sednanite_rod": 56, + "bloodmaster_metal_rod": 33, + "abyssite_rod": 186, + "dreadite_rod": 42, + "abyssite_ingot": 185, + "primal_ogerite_dust": 126, + "sednanite_dust": 55, + "corrosive_steel_dust": 8, + "vibranium_alloy_plate": 133, + "polonium_ore": 115, + "myrmitite_molten": 86, + "destructive_steel_molten": 16, + "chaos_nugget": 173, + "corrosive_steel_block": 11, + "ogerite_ore": 122, + "vibranium_alloy_rod": 135, + "bloodmaster_metal_molten": 34, + "brightsteel_ore": 155, + "lunastone_dust": 138, + "black_metal_molten": 199, + "chaos_rod": 176, + "candyte_dust": 91, + "chaos_ingot": 174, + "caesium_rod": 161, + "vibranium_block": 73, + "rhenium_ore": 80, + "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, + "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, + "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, + "abyssite_molten": 187, + "sacrifice_metal_dust": 190, + "primal_ogerite_nugget": 124, + "fluctuatite_ingot": 63, + "chalcedony_rod": 146, + "vibranium_molten": 72, + "destructive_steel_block": 17, + "vityte_molten": 107, + "ogerite_molten": 121, + "dreaded_steel_molten": 51, + "tartarite_rod": 60, + "dreadite_block": 44, + "myrmitite_dust": 83, + "myrmitite_ore_minecraft_stone": 211, + "caesium_nugget": 158, + "demonic_steel_molten": 4, + "lunastone_molten": 140, + "rhenium_molten": 79, + "palladium_ore": 101, + "dreaded_steel_plate": 46, + "promethium_nugget": 202, + "steadfast_steel_nugget": 24, + "hassium_rod": 182, + "sacrifice_metal_ingot": 189, + "candyte_nugget": 89, + "brightsteel_molten": 154, + "sacrifice_metal_nugget": 188 + } +} \ No newline at end of file diff --git a/config/acronym/saved/saved_sub_blocks_contenttweaker-original.json b/config/acronym/saved/saved_sub_blocks_contenttweaker-original.json new file mode 100644 index 00000000..0f9a879e --- /dev/null +++ b/config/acronym/saved/saved_sub_blocks_contenttweaker-original.json @@ -0,0 +1,43 @@ +{ + "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/acronym/saved/saved_sub_blocks_contenttweaker.json b/config/acronym/saved/saved_sub_blocks_contenttweaker.json new file mode 100644 index 00000000..0f9a879e --- /dev/null +++ b/config/acronym/saved/saved_sub_blocks_contenttweaker.json @@ -0,0 +1,43 @@ +{ + "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/actuallyadditions.cfg b/config/actuallyadditions.cfg new file mode 100644 index 00000000..e188edda --- /dev/null +++ b/config/actuallyadditions.cfg @@ -0,0 +1,577 @@ +# 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"=true + + # 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/advRocketry/ChemicalReactor.xml b/config/advRocketry/ChemicalReactor.xml new file mode 100644 index 00000000..cc7c243c --- /dev/null +++ b/config/advRocketry/ChemicalReactor.xml @@ -0,0 +1,62 @@ + + 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/advRocketry/Crystallizer.xml b/config/advRocketry/Crystallizer.xml new file mode 100644 index 00000000..91a8792b --- /dev/null +++ b/config/advRocketry/Crystallizer.xml @@ -0,0 +1,52 @@ + + 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/advRocketry/CuttingMachine.xml b/config/advRocketry/CuttingMachine.xml new file mode 100644 index 00000000..5c02c1cc --- /dev/null +++ b/config/advRocketry/CuttingMachine.xml @@ -0,0 +1,115 @@ + + 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/advRocketry/ElectricArcFurnace.xml b/config/advRocketry/ElectricArcFurnace.xml new file mode 100644 index 00000000..d5d84608 --- /dev/null +++ b/config/advRocketry/ElectricArcFurnace.xml @@ -0,0 +1,78 @@ + + 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/advRocketry/Electrolyser.xml b/config/advRocketry/Electrolyser.xml new file mode 100644 index 00000000..e5aa8359 --- /dev/null +++ b/config/advRocketry/Electrolyser.xml @@ -0,0 +1,44 @@ + + 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/advRocketry/Lathe.xml b/config/advRocketry/Lathe.xml new file mode 100644 index 00000000..df795b4c --- /dev/null +++ b/config/advRocketry/Lathe.xml @@ -0,0 +1,163 @@ + + 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/advRocketry/PrecisionAssembler.xml b/config/advRocketry/PrecisionAssembler.xml new file mode 100644 index 00000000..81a3a975 --- /dev/null +++ b/config/advRocketry/PrecisionAssembler.xml @@ -0,0 +1,240 @@ + + 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/advRocketry/RollingMachine.xml b/config/advRocketry/RollingMachine.xml new file mode 100644 index 00000000..50ed389d --- /dev/null +++ b/config/advRocketry/RollingMachine.xml @@ -0,0 +1,530 @@ + + 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/advRocketry/SmallPlatePress.xml b/config/advRocketry/SmallPlatePress.xml new file mode 100644 index 00000000..e86faa2c --- /dev/null +++ b/config/advRocketry/SmallPlatePress.xml @@ -0,0 +1,171 @@ + + 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/advRocketry/advancedRocketry.cfg b/config/advRocketry/advancedRocketry.cfg new file mode 100644 index 00000000..574c590f --- /dev/null +++ b/config/advRocketry/advancedRocketry.cfg @@ -0,0 +1,411 @@ +# Configuration file + +asteroid { + # Multiplier changing how long a mining mission takes + D:miningMissionTmeMultiplier=1.0 + + # List of oredictionary names of ores allowed to spawn in asteriods + S:standardOres < + oreIron + oreGold + oreCopper + oreTin + oreRedstone + > +} + + +black_hole_generator { + # 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 +} + + +########################################################################################################## +# client +#--------------------------------------------------------------------------------------------------------# +# UI locations can by set by clicking and dragging the middle mouse button ingame +########################################################################################################## + +client { + # 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 + I:atmBarModeX=-1 + I:atmBarModeY=1 + I:atmBarX=8 + I:atmBarY=27 + I:hydrogenBarModeX=0 + I:hydrogenBarModeY=1 + I:hydrogenBarX=-8 + I:hydrogenBarY=74 + + # If UI is not locked, the middle mouse can be used to drag certain AR UIs around the screen, positions are saved on hitting quit in the menu + B:lockUI=true + B:overworldSkyOverride=true + I:oxygenBarModeX=0 + I:oxygenBarModeY=1 + I:oxygenBarX=-8 + I:oxygenBarY=57 + I:suitPanelModeX=-1 + I:suitPanelModeY=-1 + I:suitPanelX=8 + I:suitPanelY=8 +} + + +gasmining { + # Multiplier for the amount of time gas collection missions take + D:gasMissionMultiplier=1.0 + + # list of fluid names that can be harvested as Gas [default: ] + S:harvestableGasses < + > +} + + +general { + # If true, allows players being hurt due to lack of oxygen and allows effects from non-standard atmosphere types + B:EnableAtmosphericEffects=true + + # If true, allows players to experience nausea on non-standard atmosphere types + 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 + + # Multiplier for the amount of energy produced by the microwave reciever + D:MicrowaveRecieverMultiplier=1.0 + + # How high the rocket has to go before it reaches orbit [range: 255 ~ 2147483647, default: 1000] + I:OrbitHeight=1000 + + # Power consumption multiplier for the oxygen vent + D:OxygenVentPowerMultiplier=1.0 + + # 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 + + # 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 + + # how many millibuckets/t are required to keep the terraformer running + I:TerraformerFluidConsumeRate=40 + B:TerraformerRequiresFluids=true + + # If true players will respawn near beds on planets IF the spawn location is in a breathable atmosphere + B:allowPlanetRespawn=false + + # EXPERIMENTAL: If set to true allows contruction and usage of the terraformer. This is known to cause strange world generation after successful terraform + B:allowTerraforming=true + + # If true dimensions not added by AR can be terraformed, including the overworld + B:allowTerraformingNonARWorlds=false + + # 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 blocks have the biome changed per tick. Large numbers can slow the server down + I:biomeUpdateSpeed=1 + + # Multiplier for the amount of power per tick the black hole generator should produce + I:blackHoleGeneratorMultiplier=1 + + # Multiplier for the build speed of the Rocket Builder (0.5 is twice as fast 2 is half as fast + D:buildSpeedMultiplier=1.0 + + # If true, breaking an extinguished torch will drop an extinguished torch instead of a vanilla torch + B:dropExtinguishedTorches=false + + # Should Electric Mushrooms be able to spawn lightning + B:electricPlantsSpawnLightning=true + + # If false the gravity controller cannot be built or used + B:enableGravityMachine=true + + # list entities which should not be affected by atmosphere properties [default: ] + S:entityAtmBypass < + > + + # If true, rockets will be able to actually fly around space, EXPERIMENTAL + B:experimentalSpaceFlight=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 + + # If true planets with higher gravity require more fuel and lower gravity would require less + 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 + + # 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 + > + + # True if the ores in laserDrillOres should be a blacklist, false for whitelist + 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 + > + + # 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=true + + # Maximum unique biomes per planet, -1 to disable + I:maxBiomesPerPlanet=5 + + # Multiplier on how much O2 an oxygen vent consumes per tick + D:oxygenVentConsumptionMultiplier=1.0 + + # If true planets must be discovered in the warp controller before being visible + B:planetsMustBeDiscovered=false + + # How many units of fuel should each Dilithium Crystal give to warp ships + 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 + + # Mod:Blockname for example "minecraft:chest" [default: [minecraft:portal], [minecraft:bedrock], [minecraft:snow_layer], [minecraft:water], [minecraft:flowing_water], [minecraft:lava], [minecraft:flowing_lava]] + 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 + + # 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 < + > + + # Amount of power per tick the solar generator should produce + I:solarGeneratorMultiplier=1 + + # Laser drill will not mine these dimension [default: ] + S:spaceLaserDimIdBlackList < + > + + # Dimension ID to use for space stations + I:spaceStationId=-2 + + # Maximum time in minutes that the spacesuit's internal buffer can store O2 for + I:spaceSuitO2Buffer=30 + + # Max number of blocks allowed to be changed per tick + I:terraformBlockPerTick=1 + + # Multplier for atmosphere change speed + D:terraformMult=1.0 + + # Mod:Blockname for example "minecraft:chest" [default: ] + S:torchBlocks < + > + + # Amount of damage taken every second in a vacuum + I:vacuumDamage=1 + + # Multiplier for warp travel time + D:warpTravelTime=1.0 +} + + +"mod interaction" { + # If true Galacticcraft's air will be disabled entirely requiring use of Advanced Rocketry's Oxygen system on GC planets + 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=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=true + 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 + > + + # True if the ores in geodeOres should be a blacklist, false for whitelist + B:geodeOres_blacklist=false + + # variation in geode size + I:geodeVariation=24 +} + + +performance { + # Advanced visual effects + 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, default is: river, sky, hell, void, alienForest [default: [minecraft:river], [minecraft:sky], [minecraft:hell], [minecraft:void], [advancedrocketry:alien forest]] + S:BlacklistedBiomes < + minecraft:river + minecraft:sky + 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 + > + + # 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 + > + + # Prevents any vanilla biomes from spawning on planets [default: false] + B:blackListVanillaBiomes=false + + # 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 +} + + +rockets { + # Setting to false will disable the retrorockets that fire automatically on reentry on both player and automated rockets + B:autoRetroRockets=true + + # Multiplier for per-tank capacity + D:fuelCapacityMultiplier=1.0 + + # List of fluid names for fluids that can be used as rocket fuel + S:rocketFuels < + rocketfuel + > + + # Set to false if rockets should not require fuel to fly + B:rocketsRequireFuel=true + + # Multiplier for per-engine thrust + D:thrustMultiplier=1.0 +} + + diff --git a/config/advRocketry/asteroidConfig.xml b/config/advRocketry/asteroidConfig.xml new file mode 100644 index 00000000..3d13bde9 --- /dev/null +++ b/config/advRocketry/asteroidConfig.xml @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/config/advRocketry/oreConfig.xml b/config/advRocketry/oreConfig.xml new file mode 100644 index 00000000..f55baa7b --- /dev/null +++ b/config/advRocketry/oreConfig.xml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/config/advRocketry/planetDefs.xml b/config/advRocketry/planetDefs.xml new file mode 100644 index 00000000..645703e0 --- /dev/null +++ b/config/advRocketry/planetDefs.xml @@ -0,0 +1,423 @@ + + + + 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 + + + + iceandfire:myrmex_soldier + iceandfire:myrmex_sentinel + 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.9,0.0,0.9 + 200 + 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 + 1000 + 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/aether-dimension/biomes.txt b/config/aether-dimension/biomes.txt new file mode 100644 index 00000000..46c13c76 --- /dev/null +++ b/config/aether-dimension/biomes.txt @@ -0,0 +1,2 @@ +#Format is modId:biomeRegistryName=biomeWeight +#Example being minecraft:forest=100 \ No newline at end of file diff --git a/config/aether_legacy.cfg b/config/aether_legacy.cfg new file mode 100644 index 00000000..318772fe --- /dev/null +++ b/config/aether_legacy.cfg @@ -0,0 +1,154 @@ +# 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=1 + + # 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/agricraft.cfg b/config/agricraft.cfg new file mode 100644 index 00000000..a452a5ae --- /dev/null +++ b/config/agricraft.cfg @@ -0,0 +1,8 @@ +# Configuration file + +debug { + # Set to true if you wish to enable debug mode + B:debug=false +} + + diff --git a/config/agricraft/config.cfg b/config/agricraft/config.cfg new file mode 100644 index 00000000..85428acf --- /dev/null +++ b/config/agricraft/config.cfg @@ -0,0 +1,190 @@ +# 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/agricraft/json/defaults/mod_Botania/mutations/botania_black_mutation.json b/config/agricraft/json/defaults/mod_Botania/mutations/botania_black_mutation.json new file mode 100644 index 00000000..14e0729f --- /dev/null +++ b/config/agricraft/json/defaults/mod_Botania/mutations/botania_black_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/defaults/mod_Botania/mutations/botania_blue_mutation.json b/config/agricraft/json/defaults/mod_Botania/mutations/botania_blue_mutation.json new file mode 100644 index 00000000..bb1723fd --- /dev/null +++ b/config/agricraft/json/defaults/mod_Botania/mutations/botania_blue_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/defaults/mod_Botania/mutations/botania_brown_mutation.json b/config/agricraft/json/defaults/mod_Botania/mutations/botania_brown_mutation.json new file mode 100644 index 00000000..ece306ba --- /dev/null +++ b/config/agricraft/json/defaults/mod_Botania/mutations/botania_brown_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/defaults/mod_Botania/mutations/botania_cyan_mutation.json b/config/agricraft/json/defaults/mod_Botania/mutations/botania_cyan_mutation.json new file mode 100644 index 00000000..2747988b --- /dev/null +++ b/config/agricraft/json/defaults/mod_Botania/mutations/botania_cyan_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/defaults/mod_Botania/mutations/botania_gray_mutation.json b/config/agricraft/json/defaults/mod_Botania/mutations/botania_gray_mutation.json new file mode 100644 index 00000000..57c381e2 --- /dev/null +++ b/config/agricraft/json/defaults/mod_Botania/mutations/botania_gray_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/defaults/mod_Botania/mutations/botania_green_mutation.json b/config/agricraft/json/defaults/mod_Botania/mutations/botania_green_mutation.json new file mode 100644 index 00000000..326ec545 --- /dev/null +++ b/config/agricraft/json/defaults/mod_Botania/mutations/botania_green_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/defaults/mod_Botania/mutations/botania_light_blue_mutation.json b/config/agricraft/json/defaults/mod_Botania/mutations/botania_light_blue_mutation.json new file mode 100644 index 00000000..7eb01c78 --- /dev/null +++ b/config/agricraft/json/defaults/mod_Botania/mutations/botania_light_blue_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/defaults/mod_Botania/mutations/botania_light_gray_mutation.json b/config/agricraft/json/defaults/mod_Botania/mutations/botania_light_gray_mutation.json new file mode 100644 index 00000000..d2dde54c --- /dev/null +++ b/config/agricraft/json/defaults/mod_Botania/mutations/botania_light_gray_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/defaults/mod_Botania/mutations/botania_lime_mutation.json b/config/agricraft/json/defaults/mod_Botania/mutations/botania_lime_mutation.json new file mode 100644 index 00000000..a195e229 --- /dev/null +++ b/config/agricraft/json/defaults/mod_Botania/mutations/botania_lime_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/defaults/mod_Botania/mutations/botania_magenta_mutation.json b/config/agricraft/json/defaults/mod_Botania/mutations/botania_magenta_mutation.json new file mode 100644 index 00000000..99b3b561 --- /dev/null +++ b/config/agricraft/json/defaults/mod_Botania/mutations/botania_magenta_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/defaults/mod_Botania/mutations/botania_orange_mutation.json b/config/agricraft/json/defaults/mod_Botania/mutations/botania_orange_mutation.json new file mode 100644 index 00000000..a09fc750 --- /dev/null +++ b/config/agricraft/json/defaults/mod_Botania/mutations/botania_orange_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/defaults/mod_Botania/mutations/botania_pink_mutation.json b/config/agricraft/json/defaults/mod_Botania/mutations/botania_pink_mutation.json new file mode 100644 index 00000000..39a15e7f --- /dev/null +++ b/config/agricraft/json/defaults/mod_Botania/mutations/botania_pink_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/defaults/mod_Botania/mutations/botania_purple_mutation.json b/config/agricraft/json/defaults/mod_Botania/mutations/botania_purple_mutation.json new file mode 100644 index 00000000..26ffb5eb --- /dev/null +++ b/config/agricraft/json/defaults/mod_Botania/mutations/botania_purple_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/defaults/mod_Botania/mutations/botania_red_mutation.json b/config/agricraft/json/defaults/mod_Botania/mutations/botania_red_mutation.json new file mode 100644 index 00000000..d70dd04e --- /dev/null +++ b/config/agricraft/json/defaults/mod_Botania/mutations/botania_red_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/defaults/mod_Botania/mutations/botania_white_mutation.json b/config/agricraft/json/defaults/mod_Botania/mutations/botania_white_mutation.json new file mode 100644 index 00000000..bbd28348 --- /dev/null +++ b/config/agricraft/json/defaults/mod_Botania/mutations/botania_white_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/defaults/mod_Botania/mutations/botania_yellow_mutation.json b/config/agricraft/json/defaults/mod_Botania/mutations/botania_yellow_mutation.json new file mode 100644 index 00000000..3524de61 --- /dev/null +++ b/config/agricraft/json/defaults/mod_Botania/mutations/botania_yellow_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/defaults/mod_Botania/plants/botania_black_plant.json b/config/agricraft/json/defaults/mod_Botania/plants/botania_black_plant.json new file mode 100644 index 00000000..5ad04707 --- /dev/null +++ b/config/agricraft/json/defaults/mod_Botania/plants/botania_black_plant.json @@ -0,0 +1,61 @@ +{ + "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/agricraft/json/defaults/mod_Botania/plants/botania_blue_plant.json b/config/agricraft/json/defaults/mod_Botania/plants/botania_blue_plant.json new file mode 100644 index 00000000..804ac362 --- /dev/null +++ b/config/agricraft/json/defaults/mod_Botania/plants/botania_blue_plant.json @@ -0,0 +1,61 @@ +{ + "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/agricraft/json/defaults/mod_Botania/plants/botania_brown_plant.json b/config/agricraft/json/defaults/mod_Botania/plants/botania_brown_plant.json new file mode 100644 index 00000000..c3df033c --- /dev/null +++ b/config/agricraft/json/defaults/mod_Botania/plants/botania_brown_plant.json @@ -0,0 +1,61 @@ +{ + "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/agricraft/json/defaults/mod_Botania/plants/botania_cyan_plant.json b/config/agricraft/json/defaults/mod_Botania/plants/botania_cyan_plant.json new file mode 100644 index 00000000..0a27945d --- /dev/null +++ b/config/agricraft/json/defaults/mod_Botania/plants/botania_cyan_plant.json @@ -0,0 +1,61 @@ +{ + "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/agricraft/json/defaults/mod_Botania/plants/botania_gray_plant.json b/config/agricraft/json/defaults/mod_Botania/plants/botania_gray_plant.json new file mode 100644 index 00000000..f931bbe2 --- /dev/null +++ b/config/agricraft/json/defaults/mod_Botania/plants/botania_gray_plant.json @@ -0,0 +1,61 @@ +{ + "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/agricraft/json/defaults/mod_Botania/plants/botania_green_plant.json b/config/agricraft/json/defaults/mod_Botania/plants/botania_green_plant.json new file mode 100644 index 00000000..94c18351 --- /dev/null +++ b/config/agricraft/json/defaults/mod_Botania/plants/botania_green_plant.json @@ -0,0 +1,61 @@ +{ + "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/agricraft/json/defaults/mod_Botania/plants/botania_light_blue_plant.json b/config/agricraft/json/defaults/mod_Botania/plants/botania_light_blue_plant.json new file mode 100644 index 00000000..b3d7cc10 --- /dev/null +++ b/config/agricraft/json/defaults/mod_Botania/plants/botania_light_blue_plant.json @@ -0,0 +1,61 @@ +{ + "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/agricraft/json/defaults/mod_Botania/plants/botania_light_gray_plant.json b/config/agricraft/json/defaults/mod_Botania/plants/botania_light_gray_plant.json new file mode 100644 index 00000000..378e1e10 --- /dev/null +++ b/config/agricraft/json/defaults/mod_Botania/plants/botania_light_gray_plant.json @@ -0,0 +1,61 @@ +{ + "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/agricraft/json/defaults/mod_Botania/plants/botania_lime_plant.json b/config/agricraft/json/defaults/mod_Botania/plants/botania_lime_plant.json new file mode 100644 index 00000000..5be11a35 --- /dev/null +++ b/config/agricraft/json/defaults/mod_Botania/plants/botania_lime_plant.json @@ -0,0 +1,61 @@ +{ + "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/agricraft/json/defaults/mod_Botania/plants/botania_magenta_plant.json b/config/agricraft/json/defaults/mod_Botania/plants/botania_magenta_plant.json new file mode 100644 index 00000000..c706b64e --- /dev/null +++ b/config/agricraft/json/defaults/mod_Botania/plants/botania_magenta_plant.json @@ -0,0 +1,61 @@ +{ + "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/agricraft/json/defaults/mod_Botania/plants/botania_orange_plant.json b/config/agricraft/json/defaults/mod_Botania/plants/botania_orange_plant.json new file mode 100644 index 00000000..edac9570 --- /dev/null +++ b/config/agricraft/json/defaults/mod_Botania/plants/botania_orange_plant.json @@ -0,0 +1,61 @@ +{ + "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/agricraft/json/defaults/mod_Botania/plants/botania_pink_plant.json b/config/agricraft/json/defaults/mod_Botania/plants/botania_pink_plant.json new file mode 100644 index 00000000..6dd3ea8e --- /dev/null +++ b/config/agricraft/json/defaults/mod_Botania/plants/botania_pink_plant.json @@ -0,0 +1,61 @@ +{ + "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/agricraft/json/defaults/mod_Botania/plants/botania_purple_plant.json b/config/agricraft/json/defaults/mod_Botania/plants/botania_purple_plant.json new file mode 100644 index 00000000..6066169c --- /dev/null +++ b/config/agricraft/json/defaults/mod_Botania/plants/botania_purple_plant.json @@ -0,0 +1,61 @@ +{ + "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/agricraft/json/defaults/mod_Botania/plants/botania_red_plant.json b/config/agricraft/json/defaults/mod_Botania/plants/botania_red_plant.json new file mode 100644 index 00000000..a74ed264 --- /dev/null +++ b/config/agricraft/json/defaults/mod_Botania/plants/botania_red_plant.json @@ -0,0 +1,61 @@ +{ + "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/agricraft/json/defaults/mod_Botania/plants/botania_white_plant.json b/config/agricraft/json/defaults/mod_Botania/plants/botania_white_plant.json new file mode 100644 index 00000000..3edee7f7 --- /dev/null +++ b/config/agricraft/json/defaults/mod_Botania/plants/botania_white_plant.json @@ -0,0 +1,61 @@ +{ + "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/agricraft/json/defaults/mod_Botania/plants/botania_yellow_plant.json b/config/agricraft/json/defaults/mod_Botania/plants/botania_yellow_plant.json new file mode 100644 index 00000000..7a3f1b38 --- /dev/null +++ b/config/agricraft/json/defaults/mod_Botania/plants/botania_yellow_plant.json @@ -0,0 +1,61 @@ +{ + "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/agricraft/json/defaults/mod_Botania/soils/podzol_soil.json b/config/agricraft/json/defaults/mod_Botania/soils/podzol_soil.json new file mode 100644 index 00000000..6a94d5bf --- /dev/null +++ b/config/agricraft/json/defaults/mod_Botania/soils/podzol_soil.json @@ -0,0 +1,18 @@ +{ + "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/agricraft/json/defaults/mod_actuallyadditions/canola_plant.json b/config/agricraft/json/defaults/mod_actuallyadditions/canola_plant.json new file mode 100644 index 00000000..5eb9d0ca --- /dev/null +++ b/config/agricraft/json/defaults/mod_actuallyadditions/canola_plant.json @@ -0,0 +1,84 @@ +{ + "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/agricraft/json/defaults/mod_actuallyadditions/coffee_plant.json b/config/agricraft/json/defaults/mod_actuallyadditions/coffee_plant.json new file mode 100644 index 00000000..fe41bd7c --- /dev/null +++ b/config/agricraft/json/defaults/mod_actuallyadditions/coffee_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_actuallyadditions/flax_plant.json b/config/agricraft/json/defaults/mod_actuallyadditions/flax_plant.json new file mode 100644 index 00000000..e9190666 --- /dev/null +++ b/config/agricraft/json/defaults/mod_actuallyadditions/flax_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_actuallyadditions/rice_plant.json b/config/agricraft/json/defaults/mod_actuallyadditions/rice_plant.json new file mode 100644 index 00000000..c34882af --- /dev/null +++ b/config/agricraft/json/defaults/mod_actuallyadditions/rice_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_agriculturalexpansion/plants/alubrass_sprout_plant.json b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/alubrass_sprout_plant.json new file mode 100644 index 00000000..06d24747 --- /dev/null +++ b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/alubrass_sprout_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_agriculturalexpansion/plants/aluminum_sprout_plant.json b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/aluminum_sprout_plant.json new file mode 100644 index 00000000..faff2b38 --- /dev/null +++ b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/aluminum_sprout_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_agriculturalexpansion/plants/amber_sprout_plant.json b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/amber_sprout_plant.json new file mode 100644 index 00000000..439c6e92 --- /dev/null +++ b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/amber_sprout_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_agriculturalexpansion/plants/apatite_sprout_plant.json b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/apatite_sprout_plant.json new file mode 100644 index 00000000..51097e04 --- /dev/null +++ b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/apatite_sprout_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_agriculturalexpansion/plants/ardite_sprout_plant.json b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/ardite_sprout_plant.json new file mode 100644 index 00000000..852ad88a --- /dev/null +++ b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/ardite_sprout_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_agriculturalexpansion/plants/blaze_sprout_plant.json b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/blaze_sprout_plant.json new file mode 100644 index 00000000..62759b9e --- /dev/null +++ b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/blaze_sprout_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_agriculturalexpansion/plants/brass_sprout_plant.json b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/brass_sprout_plant.json new file mode 100644 index 00000000..998c7624 --- /dev/null +++ b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/brass_sprout_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_agriculturalexpansion/plants/bronze_sprout_plant.json b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/bronze_sprout_plant.json new file mode 100644 index 00000000..b5066d2e --- /dev/null +++ b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/bronze_sprout_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_agriculturalexpansion/plants/chicken_sprout_plant.json b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/chicken_sprout_plant.json new file mode 100644 index 00000000..d7a30c5a --- /dev/null +++ b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/chicken_sprout_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_agriculturalexpansion/plants/coal_sprout_plant.json b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/coal_sprout_plant.json new file mode 100644 index 00000000..03f111fb --- /dev/null +++ b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/coal_sprout_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_agriculturalexpansion/plants/cobalt_sprout_plant.json b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/cobalt_sprout_plant.json new file mode 100644 index 00000000..16958cb9 --- /dev/null +++ b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/cobalt_sprout_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_agriculturalexpansion/plants/copper_sprout_plant.json b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/copper_sprout_plant.json new file mode 100644 index 00000000..ec915ed3 --- /dev/null +++ b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/copper_sprout_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_agriculturalexpansion/plants/cow_sprout_plant.json b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/cow_sprout_plant.json new file mode 100644 index 00000000..1e484540 --- /dev/null +++ b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/cow_sprout_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_agriculturalexpansion/plants/creeper_sprout_plant.json b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/creeper_sprout_plant.json new file mode 100644 index 00000000..31aff8d2 --- /dev/null +++ b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/creeper_sprout_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_agriculturalexpansion/plants/diamond_sprout_plant.json b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/diamond_sprout_plant.json new file mode 100644 index 00000000..35db6fb3 --- /dev/null +++ b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/diamond_sprout_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_agriculturalexpansion/plants/dye_sprout_plant.json b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/dye_sprout_plant.json new file mode 100644 index 00000000..84ab687a --- /dev/null +++ b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/dye_sprout_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_agriculturalexpansion/plants/earth_sprout_plant.json b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/earth_sprout_plant.json new file mode 100644 index 00000000..a26ae976 --- /dev/null +++ b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/earth_sprout_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_agriculturalexpansion/plants/electrum_sprout_plant.json b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/electrum_sprout_plant.json new file mode 100644 index 00000000..5d0b5aa6 --- /dev/null +++ b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/electrum_sprout_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_agriculturalexpansion/plants/emerald_sprout_plant.json b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/emerald_sprout_plant.json new file mode 100644 index 00000000..0b78343d --- /dev/null +++ b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/emerald_sprout_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_agriculturalexpansion/plants/enderman_sprout_plant.json b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/enderman_sprout_plant.json new file mode 100644 index 00000000..c30cda7c --- /dev/null +++ b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/enderman_sprout_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_agriculturalexpansion/plants/experience_sprout_plant.json b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/experience_sprout_plant.json new file mode 100644 index 00000000..719c77ed --- /dev/null +++ b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/experience_sprout_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_agriculturalexpansion/plants/fire_sprout_plant.json b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/fire_sprout_plant.json new file mode 100644 index 00000000..e8b43200 --- /dev/null +++ b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/fire_sprout_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_agriculturalexpansion/plants/ghast_sprout_plant.json b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/ghast_sprout_plant.json new file mode 100644 index 00000000..e75893f1 --- /dev/null +++ b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/ghast_sprout_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_agriculturalexpansion/plants/glowstone_sprout_plant.json b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/glowstone_sprout_plant.json new file mode 100644 index 00000000..7d55941e --- /dev/null +++ b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/glowstone_sprout_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_agriculturalexpansion/plants/gold_sprout_plant.json b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/gold_sprout_plant.json new file mode 100644 index 00000000..8a5107cf --- /dev/null +++ b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/gold_sprout_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_agriculturalexpansion/plants/guardian_sprout_plant.json b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/guardian_sprout_plant.json new file mode 100644 index 00000000..4f85f74c --- /dev/null +++ b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/guardian_sprout_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_agriculturalexpansion/plants/invar_sprout_plant.json b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/invar_sprout_plant.json new file mode 100644 index 00000000..79956d4a --- /dev/null +++ b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/invar_sprout_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_agriculturalexpansion/plants/iridium_sprout_plant.json b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/iridium_sprout_plant.json new file mode 100644 index 00000000..3fa73c45 --- /dev/null +++ b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/iridium_sprout_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_agriculturalexpansion/plants/iron_sprout_plant.json b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/iron_sprout_plant.json new file mode 100644 index 00000000..79a00c05 --- /dev/null +++ b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/iron_sprout_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_agriculturalexpansion/plants/lapis_sprout_plant.json b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/lapis_sprout_plant.json new file mode 100644 index 00000000..dad0dd13 --- /dev/null +++ b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/lapis_sprout_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_agriculturalexpansion/plants/lead_sprout_plant.json b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/lead_sprout_plant.json new file mode 100644 index 00000000..4e762215 --- /dev/null +++ b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/lead_sprout_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_agriculturalexpansion/plants/malachite_sprout_plant.json b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/malachite_sprout_plant.json new file mode 100644 index 00000000..97425683 --- /dev/null +++ b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/malachite_sprout_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_agriculturalexpansion/plants/manyullyn_sprout_plant.json b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/manyullyn_sprout_plant.json new file mode 100644 index 00000000..c8efe354 --- /dev/null +++ b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/manyullyn_sprout_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_agriculturalexpansion/plants/nature_sprout_plant.json b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/nature_sprout_plant.json new file mode 100644 index 00000000..4adaf4bc --- /dev/null +++ b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/nature_sprout_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_agriculturalexpansion/plants/nether_sprout_plant.json b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/nether_sprout_plant.json new file mode 100644 index 00000000..2ae0e212 --- /dev/null +++ b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/nether_sprout_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_agriculturalexpansion/plants/nickel_sprout_plant.json b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/nickel_sprout_plant.json new file mode 100644 index 00000000..44e1d5e3 --- /dev/null +++ b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/nickel_sprout_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_agriculturalexpansion/plants/peridot_sprout_plant.json b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/peridot_sprout_plant.json new file mode 100644 index 00000000..05242d99 --- /dev/null +++ b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/peridot_sprout_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_agriculturalexpansion/plants/pig_sprout_plant.json b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/pig_sprout_plant.json new file mode 100644 index 00000000..393776b6 --- /dev/null +++ b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/pig_sprout_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_agriculturalexpansion/plants/platinum_sprout_plant.json b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/platinum_sprout_plant.json new file mode 100644 index 00000000..36bb3d09 --- /dev/null +++ b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/platinum_sprout_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_agriculturalexpansion/plants/quartz_sprout_plant.json b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/quartz_sprout_plant.json new file mode 100644 index 00000000..40890cde --- /dev/null +++ b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/quartz_sprout_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_agriculturalexpansion/plants/rabbit_sprout_plant.json b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/rabbit_sprout_plant.json new file mode 100644 index 00000000..6a24e90c --- /dev/null +++ b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/rabbit_sprout_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_agriculturalexpansion/plants/redstone_sprout_plant.json b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/redstone_sprout_plant.json new file mode 100644 index 00000000..8f86696a --- /dev/null +++ b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/redstone_sprout_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_agriculturalexpansion/plants/resource_seed_plant.json b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/resource_seed_plant.json new file mode 100644 index 00000000..2b5c6371 --- /dev/null +++ b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/resource_seed_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_agriculturalexpansion/plants/rubber_sprout_plant.json b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/rubber_sprout_plant.json new file mode 100644 index 00000000..e7cad181 --- /dev/null +++ b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/rubber_sprout_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_agriculturalexpansion/plants/ruby_sprout_plant.json b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/ruby_sprout_plant.json new file mode 100644 index 00000000..08c5fa4a --- /dev/null +++ b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/ruby_sprout_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_agriculturalexpansion/plants/sapphire_sprout_plant.json b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/sapphire_sprout_plant.json new file mode 100644 index 00000000..5e6d2438 --- /dev/null +++ b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/sapphire_sprout_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_agriculturalexpansion/plants/sheep_sprout_plant.json b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/sheep_sprout_plant.json new file mode 100644 index 00000000..f041f10e --- /dev/null +++ b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/sheep_sprout_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_agriculturalexpansion/plants/silver_sprout_plant.json b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/silver_sprout_plant.json new file mode 100644 index 00000000..6aaa4e42 --- /dev/null +++ b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/silver_sprout_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_agriculturalexpansion/plants/skeleton_sprout_plant.json b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/skeleton_sprout_plant.json new file mode 100644 index 00000000..f6bf3f55 --- /dev/null +++ b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/skeleton_sprout_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_agriculturalexpansion/plants/slime_sprout_plant.json b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/slime_sprout_plant.json new file mode 100644 index 00000000..a49e1938 --- /dev/null +++ b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/slime_sprout_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_agriculturalexpansion/plants/spider_sprout_plant.json b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/spider_sprout_plant.json new file mode 100644 index 00000000..7c89855d --- /dev/null +++ b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/spider_sprout_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_agriculturalexpansion/plants/squid_sprout_plant.json b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/squid_sprout_plant.json new file mode 100644 index 00000000..92dd8be9 --- /dev/null +++ b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/squid_sprout_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_agriculturalexpansion/plants/steel_sprout_plant.json b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/steel_sprout_plant.json new file mode 100644 index 00000000..68f47b5d --- /dev/null +++ b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/steel_sprout_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_agriculturalexpansion/plants/tanzanite_sprout_plant.json b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/tanzanite_sprout_plant.json new file mode 100644 index 00000000..861db03a --- /dev/null +++ b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/tanzanite_sprout_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_agriculturalexpansion/plants/tin_sprout_plant.json b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/tin_sprout_plant.json new file mode 100644 index 00000000..cb7fc27c --- /dev/null +++ b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/tin_sprout_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_agriculturalexpansion/plants/titanium_sprout_plant.json b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/titanium_sprout_plant.json new file mode 100644 index 00000000..468401ef --- /dev/null +++ b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/titanium_sprout_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_agriculturalexpansion/plants/topaz_sprout_plant.json b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/topaz_sprout_plant.json new file mode 100644 index 00000000..87af1538 --- /dev/null +++ b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/topaz_sprout_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_agriculturalexpansion/plants/tungsten_sprout_plant.json b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/tungsten_sprout_plant.json new file mode 100644 index 00000000..5d0753e0 --- /dev/null +++ b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/tungsten_sprout_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_agriculturalexpansion/plants/water_sprout_plant.json b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/water_sprout_plant.json new file mode 100644 index 00000000..b12f1a0f --- /dev/null +++ b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/water_sprout_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_agriculturalexpansion/plants/wither_sprout_plant.json b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/wither_sprout_plant.json new file mode 100644 index 00000000..c6ce51d2 --- /dev/null +++ b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/wither_sprout_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_agriculturalexpansion/plants/zinc_sprout_plant.json b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/zinc_sprout_plant.json new file mode 100644 index 00000000..1a0ec7c7 --- /dev/null +++ b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/zinc_sprout_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_agriculturalexpansion/plants/zombie_sprout_plant.json b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/zombie_sprout_plant.json new file mode 100644 index 00000000..8be199ee --- /dev/null +++ b/config/agricraft/json/defaults/mod_agriculturalexpansion/plants/zombie_sprout_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_arsmagica2/plants/arsmagica2_aum_plant.json b/config/agricraft/json/defaults/mod_arsmagica2/plants/arsmagica2_aum_plant.json new file mode 100644 index 00000000..1b6db02d --- /dev/null +++ b/config/agricraft/json/defaults/mod_arsmagica2/plants/arsmagica2_aum_plant.json @@ -0,0 +1,77 @@ +{ + "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/agricraft/json/defaults/mod_arsmagica2/plants/arsmagica2_cerublossom_plant.json b/config/agricraft/json/defaults/mod_arsmagica2/plants/arsmagica2_cerublossom_plant.json new file mode 100644 index 00000000..365e8d30 --- /dev/null +++ b/config/agricraft/json/defaults/mod_arsmagica2/plants/arsmagica2_cerublossom_plant.json @@ -0,0 +1,61 @@ +{ + "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/agricraft/json/defaults/mod_arsmagica2/plants/arsmagica2_desert_nova_plant.json b/config/agricraft/json/defaults/mod_arsmagica2/plants/arsmagica2_desert_nova_plant.json new file mode 100644 index 00000000..7cac393a --- /dev/null +++ b/config/agricraft/json/defaults/mod_arsmagica2/plants/arsmagica2_desert_nova_plant.json @@ -0,0 +1,61 @@ +{ + "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/agricraft/json/defaults/mod_arsmagica2/plants/arsmagica2_tarma_root_plant.json b/config/agricraft/json/defaults/mod_arsmagica2/plants/arsmagica2_tarma_root_plant.json new file mode 100644 index 00000000..b711bfa4 --- /dev/null +++ b/config/agricraft/json/defaults/mod_arsmagica2/plants/arsmagica2_tarma_root_plant.json @@ -0,0 +1,61 @@ +{ + "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/agricraft/json/defaults/mod_arsmagica2/plants/arsmagica2_wakebloom_plant.json b/config/agricraft/json/defaults/mod_arsmagica2/plants/arsmagica2_wakebloom_plant.json new file mode 100644 index 00000000..07a55ed0 --- /dev/null +++ b/config/agricraft/json/defaults/mod_arsmagica2/plants/arsmagica2_wakebloom_plant.json @@ -0,0 +1,61 @@ +{ + "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/agricraft/json/defaults/mod_biomesoplenty/soils/loamy_farmland_soil.json b/config/agricraft/json/defaults/mod_biomesoplenty/soils/loamy_farmland_soil.json new file mode 100644 index 00000000..c66ccac4 --- /dev/null +++ b/config/agricraft/json/defaults/mod_biomesoplenty/soils/loamy_farmland_soil.json @@ -0,0 +1,18 @@ +{ + "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/agricraft/json/defaults/mod_biomesoplenty/soils/sandy_farmland_soil.json b/config/agricraft/json/defaults/mod_biomesoplenty/soils/sandy_farmland_soil.json new file mode 100644 index 00000000..42b51f6c --- /dev/null +++ b/config/agricraft/json/defaults/mod_biomesoplenty/soils/sandy_farmland_soil.json @@ -0,0 +1,18 @@ +{ + "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/agricraft/json/defaults/mod_biomesoplenty/soils/silty_farmland_soil.json b/config/agricraft/json/defaults/mod_biomesoplenty/soils/silty_farmland_soil.json new file mode 100644 index 00000000..9170bb83 --- /dev/null +++ b/config/agricraft/json/defaults/mod_biomesoplenty/soils/silty_farmland_soil.json @@ -0,0 +1,18 @@ +{ + "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/agricraft/json/defaults/mod_farmingforblockheads/soils/fertilized_farmland_healthy_soil.json b/config/agricraft/json/defaults/mod_farmingforblockheads/soils/fertilized_farmland_healthy_soil.json new file mode 100644 index 00000000..6dfea1d2 --- /dev/null +++ b/config/agricraft/json/defaults/mod_farmingforblockheads/soils/fertilized_farmland_healthy_soil.json @@ -0,0 +1,18 @@ +{ + "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/agricraft/json/defaults/mod_farmingforblockheads/soils/fertilized_farmland_healthy_stable_soil.json b/config/agricraft/json/defaults/mod_farmingforblockheads/soils/fertilized_farmland_healthy_stable_soil.json new file mode 100644 index 00000000..d79e2592 --- /dev/null +++ b/config/agricraft/json/defaults/mod_farmingforblockheads/soils/fertilized_farmland_healthy_stable_soil.json @@ -0,0 +1,18 @@ +{ + "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/agricraft/json/defaults/mod_farmingforblockheads/soils/fertilized_farmland_rich_soil.json b/config/agricraft/json/defaults/mod_farmingforblockheads/soils/fertilized_farmland_rich_soil.json new file mode 100644 index 00000000..1680f003 --- /dev/null +++ b/config/agricraft/json/defaults/mod_farmingforblockheads/soils/fertilized_farmland_rich_soil.json @@ -0,0 +1,18 @@ +{ + "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/agricraft/json/defaults/mod_farmingforblockheads/soils/fertilized_farmland_rich_stable_soil.json b/config/agricraft/json/defaults/mod_farmingforblockheads/soils/fertilized_farmland_rich_stable_soil.json new file mode 100644 index 00000000..66700152 --- /dev/null +++ b/config/agricraft/json/defaults/mod_farmingforblockheads/soils/fertilized_farmland_rich_stable_soil.json @@ -0,0 +1,18 @@ +{ + "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/agricraft/json/defaults/mod_farmingforblockheads/soils/fertilized_farmland_stable_soil.json b/config/agricraft/json/defaults/mod_farmingforblockheads/soils/fertilized_farmland_stable_soil.json new file mode 100644 index 00000000..4c5e5cee --- /dev/null +++ b/config/agricraft/json/defaults/mod_farmingforblockheads/soils/fertilized_farmland_stable_soil.json @@ -0,0 +1,18 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/mutations/artichoke_mutation.json b/config/agricraft/json/defaults/mod_harvestcraft/mutations/artichoke_mutation.json new file mode 100644 index 00000000..b1951ca8 --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/mutations/artichoke_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/mutations/asparagus_mutation.json b/config/agricraft/json/defaults/mod_harvestcraft/mutations/asparagus_mutation.json new file mode 100644 index 00000000..cd73515a --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/mutations/asparagus_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/mutations/bambooshoot_mutation.json b/config/agricraft/json/defaults/mod_harvestcraft/mutations/bambooshoot_mutation.json new file mode 100644 index 00000000..7b1ce448 --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/mutations/bambooshoot_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/mutations/barley_mutation.json b/config/agricraft/json/defaults/mod_harvestcraft/mutations/barley_mutation.json new file mode 100644 index 00000000..f6c5a0d9 --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/mutations/barley_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/mutations/bean_mutation.json b/config/agricraft/json/defaults/mod_harvestcraft/mutations/bean_mutation.json new file mode 100644 index 00000000..9b11d322 --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/mutations/bean_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/mutations/beet_mutation.json b/config/agricraft/json/defaults/mod_harvestcraft/mutations/beet_mutation.json new file mode 100644 index 00000000..248c0604 --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/mutations/beet_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/mutations/bellpepper_mutation.json b/config/agricraft/json/defaults/mod_harvestcraft/mutations/bellpepper_mutation.json new file mode 100644 index 00000000..6976289f --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/mutations/bellpepper_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/mutations/blackberry_mutation.json b/config/agricraft/json/defaults/mod_harvestcraft/mutations/blackberry_mutation.json new file mode 100644 index 00000000..700f14ba --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/mutations/blackberry_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/mutations/blueberry_mutation.json b/config/agricraft/json/defaults/mod_harvestcraft/mutations/blueberry_mutation.json new file mode 100644 index 00000000..0d6fa43e --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/mutations/blueberry_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/mutations/broccoli_mutation.json b/config/agricraft/json/defaults/mod_harvestcraft/mutations/broccoli_mutation.json new file mode 100644 index 00000000..ca968699 --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/mutations/broccoli_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/mutations/brusselsprout_mutation.json b/config/agricraft/json/defaults/mod_harvestcraft/mutations/brusselsprout_mutation.json new file mode 100644 index 00000000..63a567be --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/mutations/brusselsprout_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/mutations/cabbage_mutation.json b/config/agricraft/json/defaults/mod_harvestcraft/mutations/cabbage_mutation.json new file mode 100644 index 00000000..afd75ffc --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/mutations/cabbage_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/mutations/cactusfruit_mutation.json b/config/agricraft/json/defaults/mod_harvestcraft/mutations/cactusfruit_mutation.json new file mode 100644 index 00000000..fd921871 --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/mutations/cactusfruit_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/mutations/candleberry_mutation.json b/config/agricraft/json/defaults/mod_harvestcraft/mutations/candleberry_mutation.json new file mode 100644 index 00000000..d3714800 --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/mutations/candleberry_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/mutations/cantaloupe_mutation.json b/config/agricraft/json/defaults/mod_harvestcraft/mutations/cantaloupe_mutation.json new file mode 100644 index 00000000..67cec2ce --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/mutations/cantaloupe_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/mutations/cauliflower_mutation.json b/config/agricraft/json/defaults/mod_harvestcraft/mutations/cauliflower_mutation.json new file mode 100644 index 00000000..3785766c --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/mutations/cauliflower_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/mutations/celery_mutation.json b/config/agricraft/json/defaults/mod_harvestcraft/mutations/celery_mutation.json new file mode 100644 index 00000000..0c6be8c7 --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/mutations/celery_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/mutations/chilipepper_mutation.json b/config/agricraft/json/defaults/mod_harvestcraft/mutations/chilipepper_mutation.json new file mode 100644 index 00000000..fbb1bc1c --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/mutations/chilipepper_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/mutations/coffee_mutation.json b/config/agricraft/json/defaults/mod_harvestcraft/mutations/coffee_mutation.json new file mode 100644 index 00000000..a0b4b246 --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/mutations/coffee_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/mutations/corn_mutation.json b/config/agricraft/json/defaults/mod_harvestcraft/mutations/corn_mutation.json new file mode 100644 index 00000000..36a2d506 --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/mutations/corn_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/mutations/cotton_mutation.json b/config/agricraft/json/defaults/mod_harvestcraft/mutations/cotton_mutation.json new file mode 100644 index 00000000..d6e39216 --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/mutations/cotton_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/mutations/cranberry_mutation.json b/config/agricraft/json/defaults/mod_harvestcraft/mutations/cranberry_mutation.json new file mode 100644 index 00000000..60bc3074 --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/mutations/cranberry_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/mutations/cucumber_mutation.json b/config/agricraft/json/defaults/mod_harvestcraft/mutations/cucumber_mutation.json new file mode 100644 index 00000000..1ee7d432 --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/mutations/cucumber_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/mutations/curryleaf_mutation.json b/config/agricraft/json/defaults/mod_harvestcraft/mutations/curryleaf_mutation.json new file mode 100644 index 00000000..2aeefe9f --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/mutations/curryleaf_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/mutations/eggplant_mutation.json b/config/agricraft/json/defaults/mod_harvestcraft/mutations/eggplant_mutation.json new file mode 100644 index 00000000..95a634b1 --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/mutations/eggplant_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/mutations/garlic_mutation.json b/config/agricraft/json/defaults/mod_harvestcraft/mutations/garlic_mutation.json new file mode 100644 index 00000000..3b9f21a6 --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/mutations/garlic_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/mutations/ginger_mutation.json b/config/agricraft/json/defaults/mod_harvestcraft/mutations/ginger_mutation.json new file mode 100644 index 00000000..54af2828 --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/mutations/ginger_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/mutations/grape_mutation.json b/config/agricraft/json/defaults/mod_harvestcraft/mutations/grape_mutation.json new file mode 100644 index 00000000..336d0833 --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/mutations/grape_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/mutations/kiwi_mutation.json b/config/agricraft/json/defaults/mod_harvestcraft/mutations/kiwi_mutation.json new file mode 100644 index 00000000..4f3f6458 --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/mutations/kiwi_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/mutations/leek_mutation.json b/config/agricraft/json/defaults/mod_harvestcraft/mutations/leek_mutation.json new file mode 100644 index 00000000..dcfd9fe4 --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/mutations/leek_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/mutations/lettuce_mutation.json b/config/agricraft/json/defaults/mod_harvestcraft/mutations/lettuce_mutation.json new file mode 100644 index 00000000..1ff57b2b --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/mutations/lettuce_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/mutations/mustard_mutation.json b/config/agricraft/json/defaults/mod_harvestcraft/mutations/mustard_mutation.json new file mode 100644 index 00000000..5f398ac8 --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/mutations/mustard_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/mutations/oats_mutation.json b/config/agricraft/json/defaults/mod_harvestcraft/mutations/oats_mutation.json new file mode 100644 index 00000000..4b16696c --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/mutations/oats_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/mutations/okra_mutation.json b/config/agricraft/json/defaults/mod_harvestcraft/mutations/okra_mutation.json new file mode 100644 index 00000000..fe151a86 --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/mutations/okra_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/mutations/onion_mutation.json b/config/agricraft/json/defaults/mod_harvestcraft/mutations/onion_mutation.json new file mode 100644 index 00000000..54bf65a4 --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/mutations/onion_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/mutations/parsnip_mutation.json b/config/agricraft/json/defaults/mod_harvestcraft/mutations/parsnip_mutation.json new file mode 100644 index 00000000..76a8bea2 --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/mutations/parsnip_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/mutations/peanut_mutation.json b/config/agricraft/json/defaults/mod_harvestcraft/mutations/peanut_mutation.json new file mode 100644 index 00000000..a3705193 --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/mutations/peanut_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/mutations/peas_mutation.json b/config/agricraft/json/defaults/mod_harvestcraft/mutations/peas_mutation.json new file mode 100644 index 00000000..4b6d86b9 --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/mutations/peas_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/mutations/pineapple_mutation.json b/config/agricraft/json/defaults/mod_harvestcraft/mutations/pineapple_mutation.json new file mode 100644 index 00000000..df03b920 --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/mutations/pineapple_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/mutations/radish_mutation.json b/config/agricraft/json/defaults/mod_harvestcraft/mutations/radish_mutation.json new file mode 100644 index 00000000..c7e856cc --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/mutations/radish_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/mutations/raspberry_mutation.json b/config/agricraft/json/defaults/mod_harvestcraft/mutations/raspberry_mutation.json new file mode 100644 index 00000000..4721b6c5 --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/mutations/raspberry_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/mutations/rhubarb_mutation.json b/config/agricraft/json/defaults/mod_harvestcraft/mutations/rhubarb_mutation.json new file mode 100644 index 00000000..9ef807dc --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/mutations/rhubarb_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/mutations/rice_mutation.json b/config/agricraft/json/defaults/mod_harvestcraft/mutations/rice_mutation.json new file mode 100644 index 00000000..d50b2c5e --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/mutations/rice_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/mutations/rutabaga_mutation.json b/config/agricraft/json/defaults/mod_harvestcraft/mutations/rutabaga_mutation.json new file mode 100644 index 00000000..afcc3b00 --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/mutations/rutabaga_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/mutations/rye_mutation.json b/config/agricraft/json/defaults/mod_harvestcraft/mutations/rye_mutation.json new file mode 100644 index 00000000..86e495a9 --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/mutations/rye_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/mutations/scallion_mutation.json b/config/agricraft/json/defaults/mod_harvestcraft/mutations/scallion_mutation.json new file mode 100644 index 00000000..a4562cdf --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/mutations/scallion_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/mutations/seaweed_mutation.json b/config/agricraft/json/defaults/mod_harvestcraft/mutations/seaweed_mutation.json new file mode 100644 index 00000000..d25cb1d6 --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/mutations/seaweed_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/mutations/sesameseeds_mutation.json b/config/agricraft/json/defaults/mod_harvestcraft/mutations/sesameseeds_mutation.json new file mode 100644 index 00000000..ff5ce928 --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/mutations/sesameseeds_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/mutations/soybean_mutation.json b/config/agricraft/json/defaults/mod_harvestcraft/mutations/soybean_mutation.json new file mode 100644 index 00000000..006ea624 --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/mutations/soybean_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/mutations/spiceleaf_mutation.json b/config/agricraft/json/defaults/mod_harvestcraft/mutations/spiceleaf_mutation.json new file mode 100644 index 00000000..4f0601b1 --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/mutations/spiceleaf_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/mutations/spinach_mutation.json b/config/agricraft/json/defaults/mod_harvestcraft/mutations/spinach_mutation.json new file mode 100644 index 00000000..206c5433 --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/mutations/spinach_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/mutations/strawberry_mutation.json b/config/agricraft/json/defaults/mod_harvestcraft/mutations/strawberry_mutation.json new file mode 100644 index 00000000..edf215d2 --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/mutations/strawberry_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/mutations/sweetpotato_mutation.json b/config/agricraft/json/defaults/mod_harvestcraft/mutations/sweetpotato_mutation.json new file mode 100644 index 00000000..b58ce024 --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/mutations/sweetpotato_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/mutations/tea_mutation.json b/config/agricraft/json/defaults/mod_harvestcraft/mutations/tea_mutation.json new file mode 100644 index 00000000..20c70f59 --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/mutations/tea_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/mutations/tomato_mutation.json b/config/agricraft/json/defaults/mod_harvestcraft/mutations/tomato_mutation.json new file mode 100644 index 00000000..37fbbc76 --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/mutations/tomato_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/mutations/turnip_mutation.json b/config/agricraft/json/defaults/mod_harvestcraft/mutations/turnip_mutation.json new file mode 100644 index 00000000..77e6f81b --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/mutations/turnip_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/mutations/waterchestnut_mutation.json b/config/agricraft/json/defaults/mod_harvestcraft/mutations/waterchestnut_mutation.json new file mode 100644 index 00000000..4181e473 --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/mutations/waterchestnut_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/mutations/whitemushroom_mutation.json b/config/agricraft/json/defaults/mod_harvestcraft/mutations/whitemushroom_mutation.json new file mode 100644 index 00000000..90df57e6 --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/mutations/whitemushroom_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/mutations/wintersquash_mutation.json b/config/agricraft/json/defaults/mod_harvestcraft/mutations/wintersquash_mutation.json new file mode 100644 index 00000000..6236120b --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/mutations/wintersquash_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/mutations/zucchini_mutation.json b/config/agricraft/json/defaults/mod_harvestcraft/mutations/zucchini_mutation.json new file mode 100644 index 00000000..4138f31a --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/mutations/zucchini_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/plants/agave_plant.json b/config/agricraft/json/defaults/mod_harvestcraft/plants/agave_plant.json new file mode 100644 index 00000000..0ef4da58 --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/plants/agave_plant.json @@ -0,0 +1,82 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/plants/amaranth_plant.json b/config/agricraft/json/defaults/mod_harvestcraft/plants/amaranth_plant.json new file mode 100644 index 00000000..532c528a --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/plants/amaranth_plant.json @@ -0,0 +1,82 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/plants/arrowroot_plant.json b/config/agricraft/json/defaults/mod_harvestcraft/plants/arrowroot_plant.json new file mode 100644 index 00000000..63f07679 --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/plants/arrowroot_plant.json @@ -0,0 +1,82 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/plants/artichoke_plant.json b/config/agricraft/json/defaults/mod_harvestcraft/plants/artichoke_plant.json new file mode 100644 index 00000000..6de46c83 --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/plants/artichoke_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/plants/asparagus_plant.json b/config/agricraft/json/defaults/mod_harvestcraft/plants/asparagus_plant.json new file mode 100644 index 00000000..d5334a4d --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/plants/asparagus_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/plants/bambooshoot_plant.json b/config/agricraft/json/defaults/mod_harvestcraft/plants/bambooshoot_plant.json new file mode 100644 index 00000000..8d375023 --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/plants/bambooshoot_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/plants/barley_plant.json b/config/agricraft/json/defaults/mod_harvestcraft/plants/barley_plant.json new file mode 100644 index 00000000..e0d8c4e1 --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/plants/barley_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/plants/bean_plant.json b/config/agricraft/json/defaults/mod_harvestcraft/plants/bean_plant.json new file mode 100644 index 00000000..888f70b9 --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/plants/bean_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/plants/beet_plant.json b/config/agricraft/json/defaults/mod_harvestcraft/plants/beet_plant.json new file mode 100644 index 00000000..f77580f6 --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/plants/beet_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/plants/bellpepper_plant.json b/config/agricraft/json/defaults/mod_harvestcraft/plants/bellpepper_plant.json new file mode 100644 index 00000000..866dd7fe --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/plants/bellpepper_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/plants/blackberry_plant.json b/config/agricraft/json/defaults/mod_harvestcraft/plants/blackberry_plant.json new file mode 100644 index 00000000..ab6057e0 --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/plants/blackberry_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/plants/blueberry_plant.json b/config/agricraft/json/defaults/mod_harvestcraft/plants/blueberry_plant.json new file mode 100644 index 00000000..f89d33b6 --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/plants/blueberry_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/plants/broccoli_plant.json b/config/agricraft/json/defaults/mod_harvestcraft/plants/broccoli_plant.json new file mode 100644 index 00000000..ff2ded1c --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/plants/broccoli_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/plants/brusselsprout_plant.json b/config/agricraft/json/defaults/mod_harvestcraft/plants/brusselsprout_plant.json new file mode 100644 index 00000000..309886ae --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/plants/brusselsprout_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/plants/cabbage_plant.json b/config/agricraft/json/defaults/mod_harvestcraft/plants/cabbage_plant.json new file mode 100644 index 00000000..98469ee1 --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/plants/cabbage_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/plants/cactusfruit_plant.json b/config/agricraft/json/defaults/mod_harvestcraft/plants/cactusfruit_plant.json new file mode 100644 index 00000000..e3d89eab --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/plants/cactusfruit_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/plants/candleberry_plant.json b/config/agricraft/json/defaults/mod_harvestcraft/plants/candleberry_plant.json new file mode 100644 index 00000000..da7f543b --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/plants/candleberry_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/plants/cantaloupe_plant.json b/config/agricraft/json/defaults/mod_harvestcraft/plants/cantaloupe_plant.json new file mode 100644 index 00000000..7b060cc4 --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/plants/cantaloupe_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/plants/cassava_plant.json b/config/agricraft/json/defaults/mod_harvestcraft/plants/cassava_plant.json new file mode 100644 index 00000000..bd8f61fa --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/plants/cassava_plant.json @@ -0,0 +1,82 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/plants/cauliflower_plant.json b/config/agricraft/json/defaults/mod_harvestcraft/plants/cauliflower_plant.json new file mode 100644 index 00000000..44f30f30 --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/plants/cauliflower_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/plants/celery_plant.json b/config/agricraft/json/defaults/mod_harvestcraft/plants/celery_plant.json new file mode 100644 index 00000000..0d87a0b0 --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/plants/celery_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/plants/chickpea_plant.json b/config/agricraft/json/defaults/mod_harvestcraft/plants/chickpea_plant.json new file mode 100644 index 00000000..29db153e --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/plants/chickpea_plant.json @@ -0,0 +1,82 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/plants/chilipepper_plant.json b/config/agricraft/json/defaults/mod_harvestcraft/plants/chilipepper_plant.json new file mode 100644 index 00000000..f3a497de --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/plants/chilipepper_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/plants/coffee_plant.json b/config/agricraft/json/defaults/mod_harvestcraft/plants/coffee_plant.json new file mode 100644 index 00000000..c3601fad --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/plants/coffee_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/plants/corn_plant.json b/config/agricraft/json/defaults/mod_harvestcraft/plants/corn_plant.json new file mode 100644 index 00000000..b1f25015 --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/plants/corn_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/plants/cotton_plant.json b/config/agricraft/json/defaults/mod_harvestcraft/plants/cotton_plant.json new file mode 100644 index 00000000..597d07f2 --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/plants/cotton_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/plants/cranberry_plant.json b/config/agricraft/json/defaults/mod_harvestcraft/plants/cranberry_plant.json new file mode 100644 index 00000000..133d20cf --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/plants/cranberry_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/plants/cucumber_plant.json b/config/agricraft/json/defaults/mod_harvestcraft/plants/cucumber_plant.json new file mode 100644 index 00000000..f16582f2 --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/plants/cucumber_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/plants/curryleaf_plant.json b/config/agricraft/json/defaults/mod_harvestcraft/plants/curryleaf_plant.json new file mode 100644 index 00000000..5a85af8e --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/plants/curryleaf_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/plants/eggplant_plant.json b/config/agricraft/json/defaults/mod_harvestcraft/plants/eggplant_plant.json new file mode 100644 index 00000000..1e7cc176 --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/plants/eggplant_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/plants/elderberry_plant.json b/config/agricraft/json/defaults/mod_harvestcraft/plants/elderberry_plant.json new file mode 100644 index 00000000..96fc978e --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/plants/elderberry_plant.json @@ -0,0 +1,82 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/plants/flax_plant.json b/config/agricraft/json/defaults/mod_harvestcraft/plants/flax_plant.json new file mode 100644 index 00000000..9905ef30 --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/plants/flax_plant.json @@ -0,0 +1,82 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/plants/garlic_plant.json b/config/agricraft/json/defaults/mod_harvestcraft/plants/garlic_plant.json new file mode 100644 index 00000000..b236d72d --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/plants/garlic_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/plants/gigapickle_plant.json b/config/agricraft/json/defaults/mod_harvestcraft/plants/gigapickle_plant.json new file mode 100644 index 00000000..d3f5d351 --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/plants/gigapickle_plant.json @@ -0,0 +1,82 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/plants/ginger_plant.json b/config/agricraft/json/defaults/mod_harvestcraft/plants/ginger_plant.json new file mode 100644 index 00000000..1c0da1cf --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/plants/ginger_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/plants/grape_plant.json b/config/agricraft/json/defaults/mod_harvestcraft/plants/grape_plant.json new file mode 100644 index 00000000..2380e99a --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/plants/grape_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/plants/greengrape_plant.json b/config/agricraft/json/defaults/mod_harvestcraft/plants/greengrape_plant.json new file mode 100644 index 00000000..f133719d --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/plants/greengrape_plant.json @@ -0,0 +1,82 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/plants/hucklegrape_plant.json b/config/agricraft/json/defaults/mod_harvestcraft/plants/hucklegrape_plant.json new file mode 100644 index 00000000..7401439e --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/plants/hucklegrape_plant.json @@ -0,0 +1,82 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/plants/jicama_plant.json b/config/agricraft/json/defaults/mod_harvestcraft/plants/jicama_plant.json new file mode 100644 index 00000000..77fdf570 --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/plants/jicama_plant.json @@ -0,0 +1,82 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/plants/juniperberry_plant.json b/config/agricraft/json/defaults/mod_harvestcraft/plants/juniperberry_plant.json new file mode 100644 index 00000000..e0ee1f92 --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/plants/juniperberry_plant.json @@ -0,0 +1,78 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/plants/jute_plant.json b/config/agricraft/json/defaults/mod_harvestcraft/plants/jute_plant.json new file mode 100644 index 00000000..5befcb6a --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/plants/jute_plant.json @@ -0,0 +1,82 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/plants/kale_plant.json b/config/agricraft/json/defaults/mod_harvestcraft/plants/kale_plant.json new file mode 100644 index 00000000..67be7c94 --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/plants/kale_plant.json @@ -0,0 +1,82 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/plants/kenaf_plant.json b/config/agricraft/json/defaults/mod_harvestcraft/plants/kenaf_plant.json new file mode 100644 index 00000000..9f5b111b --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/plants/kenaf_plant.json @@ -0,0 +1,82 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/plants/kiwi_plant.json b/config/agricraft/json/defaults/mod_harvestcraft/plants/kiwi_plant.json new file mode 100644 index 00000000..655afbd3 --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/plants/kiwi_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/plants/kohlrabi_plant.json b/config/agricraft/json/defaults/mod_harvestcraft/plants/kohlrabi_plant.json new file mode 100644 index 00000000..b628c6e4 --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/plants/kohlrabi_plant.json @@ -0,0 +1,82 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/plants/leek_plant.json b/config/agricraft/json/defaults/mod_harvestcraft/plants/leek_plant.json new file mode 100644 index 00000000..911b75aa --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/plants/leek_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/plants/lentil_plant.json b/config/agricraft/json/defaults/mod_harvestcraft/plants/lentil_plant.json new file mode 100644 index 00000000..1c657005 --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/plants/lentil_plant.json @@ -0,0 +1,82 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/plants/lettuce_plant.json b/config/agricraft/json/defaults/mod_harvestcraft/plants/lettuce_plant.json new file mode 100644 index 00000000..2bde32cd --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/plants/lettuce_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/plants/millet_plant.json b/config/agricraft/json/defaults/mod_harvestcraft/plants/millet_plant.json new file mode 100644 index 00000000..276c9324 --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/plants/millet_plant.json @@ -0,0 +1,82 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/plants/mulberry_plant.json b/config/agricraft/json/defaults/mod_harvestcraft/plants/mulberry_plant.json new file mode 100644 index 00000000..e177a09c --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/plants/mulberry_plant.json @@ -0,0 +1,82 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/plants/mustard_plant.json b/config/agricraft/json/defaults/mod_harvestcraft/plants/mustard_plant.json new file mode 100644 index 00000000..38d7e378 --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/plants/mustard_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/plants/oats_plant.json b/config/agricraft/json/defaults/mod_harvestcraft/plants/oats_plant.json new file mode 100644 index 00000000..11ed2ab6 --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/plants/oats_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/plants/okra_plant.json b/config/agricraft/json/defaults/mod_harvestcraft/plants/okra_plant.json new file mode 100644 index 00000000..3f992c83 --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/plants/okra_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/plants/onion_plant.json b/config/agricraft/json/defaults/mod_harvestcraft/plants/onion_plant.json new file mode 100644 index 00000000..fa7bd1f4 --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/plants/onion_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/plants/parsnip_plant.json b/config/agricraft/json/defaults/mod_harvestcraft/plants/parsnip_plant.json new file mode 100644 index 00000000..1fa4d100 --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/plants/parsnip_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/plants/peanut_plant.json b/config/agricraft/json/defaults/mod_harvestcraft/plants/peanut_plant.json new file mode 100644 index 00000000..2be4cf32 --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/plants/peanut_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/plants/peas_plant.json b/config/agricraft/json/defaults/mod_harvestcraft/plants/peas_plant.json new file mode 100644 index 00000000..84c2dc1d --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/plants/peas_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/plants/pineapple_plant.json b/config/agricraft/json/defaults/mod_harvestcraft/plants/pineapple_plant.json new file mode 100644 index 00000000..f114482f --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/plants/pineapple_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/plants/quinoa_plant.json b/config/agricraft/json/defaults/mod_harvestcraft/plants/quinoa_plant.json new file mode 100644 index 00000000..8fdc3593 --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/plants/quinoa_plant.json @@ -0,0 +1,82 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/plants/radish_plant.json b/config/agricraft/json/defaults/mod_harvestcraft/plants/radish_plant.json new file mode 100644 index 00000000..6651d418 --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/plants/radish_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/plants/raspberry_plant.json b/config/agricraft/json/defaults/mod_harvestcraft/plants/raspberry_plant.json new file mode 100644 index 00000000..8353bb80 --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/plants/raspberry_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/plants/rhubarb_plant.json b/config/agricraft/json/defaults/mod_harvestcraft/plants/rhubarb_plant.json new file mode 100644 index 00000000..2318b155 --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/plants/rhubarb_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/plants/rice_plant.json b/config/agricraft/json/defaults/mod_harvestcraft/plants/rice_plant.json new file mode 100644 index 00000000..d2febb37 --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/plants/rice_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/plants/rutabaga_plant.json b/config/agricraft/json/defaults/mod_harvestcraft/plants/rutabaga_plant.json new file mode 100644 index 00000000..a39ebfee --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/plants/rutabaga_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/plants/rye_plant.json b/config/agricraft/json/defaults/mod_harvestcraft/plants/rye_plant.json new file mode 100644 index 00000000..facb612f --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/plants/rye_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/plants/scallion_plant.json b/config/agricraft/json/defaults/mod_harvestcraft/plants/scallion_plant.json new file mode 100644 index 00000000..36b623f5 --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/plants/scallion_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/plants/seaweed_plant.json b/config/agricraft/json/defaults/mod_harvestcraft/plants/seaweed_plant.json new file mode 100644 index 00000000..978217a4 --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/plants/seaweed_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/plants/sesameseed_plant.json b/config/agricraft/json/defaults/mod_harvestcraft/plants/sesameseed_plant.json new file mode 100644 index 00000000..4b59cdf6 --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/plants/sesameseed_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/plants/sisal_plant.json b/config/agricraft/json/defaults/mod_harvestcraft/plants/sisal_plant.json new file mode 100644 index 00000000..3ca75a1d --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/plants/sisal_plant.json @@ -0,0 +1,82 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/plants/soybean_plant.json b/config/agricraft/json/defaults/mod_harvestcraft/plants/soybean_plant.json new file mode 100644 index 00000000..4a4347a3 --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/plants/soybean_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/plants/spiceleaf_plant.json b/config/agricraft/json/defaults/mod_harvestcraft/plants/spiceleaf_plant.json new file mode 100644 index 00000000..cedb6b35 --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/plants/spiceleaf_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/plants/spinach_plant.json b/config/agricraft/json/defaults/mod_harvestcraft/plants/spinach_plant.json new file mode 100644 index 00000000..2fffa248 --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/plants/spinach_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/plants/strawberry_plant.json b/config/agricraft/json/defaults/mod_harvestcraft/plants/strawberry_plant.json new file mode 100644 index 00000000..aa704aa2 --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/plants/strawberry_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/plants/sweetpotato_plant.json b/config/agricraft/json/defaults/mod_harvestcraft/plants/sweetpotato_plant.json new file mode 100644 index 00000000..a02bbae1 --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/plants/sweetpotato_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/plants/taro_plant.json b/config/agricraft/json/defaults/mod_harvestcraft/plants/taro_plant.json new file mode 100644 index 00000000..d2a02e8d --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/plants/taro_plant.json @@ -0,0 +1,82 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/plants/tea_plant.json b/config/agricraft/json/defaults/mod_harvestcraft/plants/tea_plant.json new file mode 100644 index 00000000..73535090 --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/plants/tea_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/plants/tomatillo_plant.json b/config/agricraft/json/defaults/mod_harvestcraft/plants/tomatillo_plant.json new file mode 100644 index 00000000..0a142c77 --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/plants/tomatillo_plant.json @@ -0,0 +1,78 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/plants/tomato_plant.json b/config/agricraft/json/defaults/mod_harvestcraft/plants/tomato_plant.json new file mode 100644 index 00000000..a9e5dd88 --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/plants/tomato_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/plants/turnip_plant.json b/config/agricraft/json/defaults/mod_harvestcraft/plants/turnip_plant.json new file mode 100644 index 00000000..6c61eaf4 --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/plants/turnip_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/plants/waterchestnut_plant.json b/config/agricraft/json/defaults/mod_harvestcraft/plants/waterchestnut_plant.json new file mode 100644 index 00000000..6bb1110f --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/plants/waterchestnut_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/plants/whitemushroom_plant.json b/config/agricraft/json/defaults/mod_harvestcraft/plants/whitemushroom_plant.json new file mode 100644 index 00000000..9cabb3a5 --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/plants/whitemushroom_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/plants/wintersquash_plant.json b/config/agricraft/json/defaults/mod_harvestcraft/plants/wintersquash_plant.json new file mode 100644 index 00000000..730644de --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/plants/wintersquash_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_harvestcraft/plants/zucchini_plant.json b/config/agricraft/json/defaults/mod_harvestcraft/plants/zucchini_plant.json new file mode 100644 index 00000000..6d21fb8d --- /dev/null +++ b/config/agricraft/json/defaults/mod_harvestcraft/plants/zucchini_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_immersiveengineering/hemp_plant.json b/config/agricraft/json/defaults/mod_immersiveengineering/hemp_plant.json new file mode 100644 index 00000000..325ba702 --- /dev/null +++ b/config/agricraft/json/defaults/mod_immersiveengineering/hemp_plant.json @@ -0,0 +1,84 @@ +{ + "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/agricraft/json/defaults/mod_mysticalagradditions/awakened_draconium_plant.json b/config/agricraft/json/defaults/mod_mysticalagradditions/awakened_draconium_plant.json new file mode 100644 index 00000000..af7a10de --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagradditions/awakened_draconium_plant.json @@ -0,0 +1,88 @@ +{ + "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" + ], + "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": true, + "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/agricraft/json/defaults/mod_mysticalagradditions/dragon_egg_plant.json b/config/agricraft/json/defaults/mod_mysticalagradditions/dragon_egg_plant.json new file mode 100644 index 00000000..bfec8028 --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagradditions/dragon_egg_plant.json @@ -0,0 +1,88 @@ +{ + "path": "mod_mysticalagradditions/dragon_egg_plant.json", + "enabled": true, + "id": "mysticalagradditions:dragon_egg_plant", + "plant_name": "Dragon Egg Crop", + "seed_name": "Dragon Egg Seeds", + "seed_items": [ + { + "item": "mysticalagradditions:dragon_egg_seeds", + "meta": 0, + "tags": "", + "ignoreMeta": false, + "ignoreTags": [ + "*" + ], + "useOreDict": false + } + ], + "description": { + "translations": {}, + "default": "Seeds of the dragon." + }, + "growth_chance": 0.9, + "growth_bonus": 0.02, + "bonemeal": false, + "tier": 1, + "weedable": false, + "aggressive": false, + "spread_chance": 0.1, + "spawn_chance": 0.0, + "grass_drop_chance": 0.0, + "seed_drop_chance": 1.0, + "seed_drop_bonus": 0.0, + "products": { + "products": [ + { + "min": 1, + "max": 5, + "chance": 0.9, + "required": true, + "item": "mysticalagradditions:dragon_egg_essence", + "meta": 0, + "tags": "", + "ignoreMeta": false, + "ignoreTags": [], + "useOreDict": false + } + ] + }, + "requirement": { + "min_light": 10, + "max_light": 16, + "soils": [ + "farmland_soil" + ], + "conditions": [ + { + "amount": 1, + "min_x": 0, + "min_y": -2, + "min_z": 0, + "max_x": 0, + "max_y": -2, + "max_z": 0, + "item": "mysticalagradditions:special", + "meta": 1, + "tags": "", + "ignoreMeta": true, + "ignoreTags": [], + "useOreDict": false + } + ] + }, + "texture": { + "render_type": "cross", + "seed_texture": "mysticalagriculture:items/dragon_egg_seeds", + "plant_textures": [ + "mysticalagriculture:blocks/crop0", + "mysticalagriculture:blocks/crop1", + "mysticalagriculture:blocks/crop2", + "mysticalagriculture:blocks/crop2", + "mysticalagriculture:blocks/crop3", + "mysticalagriculture:blocks/crop4", + "mysticalagriculture:blocks/crop4", + "mysticalagradditions:blocks/dragon_egg_crop" + ] + } +} diff --git a/config/agricraft/json/defaults/mod_mysticalagradditions/nether_star_plant.json b/config/agricraft/json/defaults/mod_mysticalagradditions/nether_star_plant.json new file mode 100644 index 00000000..75aca1df --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagradditions/nether_star_plant.json @@ -0,0 +1,88 @@ +{ + "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" + ], + "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": true, + "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/agricraft/json/defaults/mod_mysticalagradditions/neutronium_plant.json b/config/agricraft/json/defaults/mod_mysticalagradditions/neutronium_plant.json new file mode 100644 index 00000000..d0007514 --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagradditions/neutronium_plant.json @@ -0,0 +1,88 @@ +{ + "path": "mod_mysticalagradditions/neutronium_plant.json", + "enabled": true, + "id": "mysticalagradditions:neutronium_plant", + "plant_name": "Neutronium Crop", + "seed_name": "Neutronium Seeds", + "seed_items": [ + { + "item": "mysticalagradditions:neutronium_seeds", + "meta": 0, + "tags": "", + "ignoreMeta": false, + "ignoreTags": [ + "*" + ], + "useOreDict": false + } + ], + "description": { + "translations": {}, + "default": "Seeds of the neutron condensation." + }, + "growth_chance": 0.9, + "growth_bonus": 0.02, + "bonemeal": false, + "tier": 5, + "weedable": false, + "aggressive": false, + "spread_chance": 0.1, + "spawn_chance": 0.0, + "grass_drop_chance": 0.0, + "seed_drop_chance": 1.0, + "seed_drop_bonus": 0.3, + "products": { + "products": [ + { + "min": 1, + "max": 6, + "chance": 0.9, + "required": true, + "item": "mysticalagradditions:neutronium_essence", + "meta": 0, + "tags": "", + "ignoreMeta": false, + "ignoreTags": [], + "useOreDict": false + } + ] + }, + "requirement": { + "min_light": 10, + "max_light": 16, + "soils": [ + "farmland_soil" + ], + "conditions": [ + { + "amount": 1, + "min_x": 0, + "min_y": -2, + "min_z": 0, + "max_x": 0, + "max_y": -2, + "max_z": 0, + "item": "mysticalagradditions:special", + "meta": 5, + "tags": "", + "ignoreMeta": true, + "ignoreTags": [], + "useOreDict": false + } + ] + }, + "texture": { + "render_type": "cross", + "seed_texture": "mysticalagriculture:items/neutronium_seeds", + "plant_textures": [ + "mysticalagriculture:blocks/crop0", + "mysticalagriculture:blocks/crop1", + "mysticalagriculture:blocks/crop2", + "mysticalagriculture:blocks/crop2", + "mysticalagriculture:blocks/crop3", + "mysticalagriculture:blocks/crop4", + "mysticalagriculture:blocks/crop4", + "mysticalagradditions:blocks/neutronium_crop" + ] + } +} diff --git a/config/agricraft/json/defaults/mod_mysticalagradditions/tier6_inferium_plant.json b/config/agricraft/json/defaults/mod_mysticalagradditions/tier6_inferium_plant.json new file mode 100644 index 00000000..a176f74e --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagradditions/tier6_inferium_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/abyssalnite_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/abyssalnite_plant.json new file mode 100644 index 00000000..f9157556 --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/abyssalnite_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/adamantine_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/adamantine_plant.json new file mode 100644 index 00000000..968ca9b1 --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/adamantine_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/aluminum_brass_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/aluminum_brass_plant.json new file mode 100644 index 00000000..0065ff3e --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/aluminum_brass_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/aluminum_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/aluminum_plant.json new file mode 100644 index 00000000..083ec4db --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/aluminum_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/alumite_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/alumite_plant.json new file mode 100644 index 00000000..94e9f673 --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/alumite_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/amber_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/amber_plant.json new file mode 100644 index 00000000..5bad4193 --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/amber_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/apatite_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/apatite_plant.json new file mode 100644 index 00000000..4b9cedd2 --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/apatite_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/aquamarine_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/aquamarine_plant.json new file mode 100644 index 00000000..a08ba959 --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/aquamarine_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/aquarium_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/aquarium_plant.json new file mode 100644 index 00000000..4e35699f --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/aquarium_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/ardite_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/ardite_plant.json new file mode 100644 index 00000000..b136a4c1 --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/ardite_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/basalt_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/basalt_plant.json new file mode 100644 index 00000000..9763a9ae --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/basalt_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/basalz_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/basalz_plant.json new file mode 100644 index 00000000..85721827 --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/basalz_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/black_quartz_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/black_quartz_plant.json new file mode 100644 index 00000000..e5933932 --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/black_quartz_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/blaze_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/blaze_plant.json new file mode 100644 index 00000000..512e5ae9 --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/blaze_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/blitz_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/blitz_plant.json new file mode 100644 index 00000000..5c50a311 --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/blitz_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/blizz_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/blizz_plant.json new file mode 100644 index 00000000..f4b0b27b --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/blizz_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/blue_topaz_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/blue_topaz_plant.json new file mode 100644 index 00000000..5090009f --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/blue_topaz_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/boron_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/boron_plant.json new file mode 100644 index 00000000..010e9e4d --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/boron_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/brass_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/brass_plant.json new file mode 100644 index 00000000..c3aa21c5 --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/brass_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/bronze_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/bronze_plant.json new file mode 100644 index 00000000..731ca329 --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/bronze_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/certus_quartz_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/certus_quartz_plant.json new file mode 100644 index 00000000..02ab54cb --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/certus_quartz_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/chicken_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/chicken_plant.json new file mode 100644 index 00000000..2d992fd3 --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/chicken_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/chimerite_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/chimerite_plant.json new file mode 100644 index 00000000..c1518845 --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/chimerite_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/chrome_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/chrome_plant.json new file mode 100644 index 00000000..d55d2cc9 --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/chrome_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/coal_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/coal_plant.json new file mode 100644 index 00000000..dcac5f3f --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/coal_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/cobalt_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/cobalt_plant.json new file mode 100644 index 00000000..070237d9 --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/cobalt_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/cold_iron_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/cold_iron_plant.json new file mode 100644 index 00000000..4107211c --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/cold_iron_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/conductive_iron_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/conductive_iron_plant.json new file mode 100644 index 00000000..ebdc74ed --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/conductive_iron_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/constantan_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/constantan_plant.json new file mode 100644 index 00000000..bd0324e4 --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/constantan_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/copper_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/copper_plant.json new file mode 100644 index 00000000..4f83a533 --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/copper_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/coralium_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/coralium_plant.json new file mode 100644 index 00000000..3f1f6e85 --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/coralium_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/cow_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/cow_plant.json new file mode 100644 index 00000000..bea16b68 --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/cow_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/creeper_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/creeper_plant.json new file mode 100644 index 00000000..8ef53c30 --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/creeper_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/dark_steel_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/dark_steel_plant.json new file mode 100644 index 00000000..3f647ecd --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/dark_steel_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/desh_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/desh_plant.json new file mode 100644 index 00000000..772f1dba --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/desh_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/diamond_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/diamond_plant.json new file mode 100644 index 00000000..9acc46fd --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/diamond_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/dirt_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/dirt_plant.json new file mode 100644 index 00000000..4a42eb6d --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/dirt_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/draconium_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/draconium_plant.json new file mode 100644 index 00000000..cb6d12ec --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/draconium_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/dreadium_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/dreadium_plant.json new file mode 100644 index 00000000..6455a090 --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/dreadium_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/dye_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/dye_plant.json new file mode 100644 index 00000000..487559e7 --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/dye_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/electrical_steel_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/electrical_steel_plant.json new file mode 100644 index 00000000..0d84b138 --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/electrical_steel_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/electrotine_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/electrotine_plant.json new file mode 100644 index 00000000..88feaadd --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/electrotine_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/electrum_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/electrum_plant.json new file mode 100644 index 00000000..49c7e411 --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/electrum_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/elementium_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/elementium_plant.json new file mode 100644 index 00000000..65a18db8 --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/elementium_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/emerald_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/emerald_plant.json new file mode 100644 index 00000000..16566ebc --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/emerald_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/end_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/end_plant.json new file mode 100644 index 00000000..74dcaaca --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/end_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/end_steel_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/end_steel_plant.json new file mode 100644 index 00000000..6efa04ab --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/end_steel_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/ender_amethyst_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/ender_amethyst_plant.json new file mode 100644 index 00000000..398250b4 --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/ender_amethyst_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/ender_biotite_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/ender_biotite_plant.json new file mode 100644 index 00000000..f3499886 --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/ender_biotite_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/enderium_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/enderium_plant.json new file mode 100644 index 00000000..def67fd4 --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/enderium_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/enderman_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/enderman_plant.json new file mode 100644 index 00000000..cd8ca35d --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/enderman_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/energetic_alloy_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/energetic_alloy_plant.json new file mode 100644 index 00000000..3ccbd254 --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/energetic_alloy_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/experience_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/experience_plant.json new file mode 100644 index 00000000..998b6dca --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/experience_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/fiery_ingot_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/fiery_ingot_plant.json new file mode 100644 index 00000000..3df17b34 --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/fiery_ingot_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/fire_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/fire_plant.json new file mode 100644 index 00000000..bb4f6029 --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/fire_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/fluix_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/fluix_plant.json new file mode 100644 index 00000000..bb1f22cf --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/fluix_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/fluxed_electrum_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/fluxed_electrum_plant.json new file mode 100644 index 00000000..82b631c7 --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/fluxed_electrum_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/ghast_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/ghast_plant.json new file mode 100644 index 00000000..c5d26570 --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/ghast_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/glowstone_ingot_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/glowstone_ingot_plant.json new file mode 100644 index 00000000..e30fbe2a --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/glowstone_ingot_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/glowstone_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/glowstone_plant.json new file mode 100644 index 00000000..4194dccd --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/glowstone_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/gold_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/gold_plant.json new file mode 100644 index 00000000..f25d8e39 --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/gold_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/grains_of_infinity_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/grains_of_infinity_plant.json new file mode 100644 index 00000000..cef33aee --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/grains_of_infinity_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/graphite_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/graphite_plant.json new file mode 100644 index 00000000..c892fdaf --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/graphite_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/guardian_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/guardian_plant.json new file mode 100644 index 00000000..0432213c --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/guardian_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/hop_graphite_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/hop_graphite_plant.json new file mode 100644 index 00000000..8f92a4b3 --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/hop_graphite_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/ice_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/ice_plant.json new file mode 100644 index 00000000..c06af3b2 --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/ice_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/invar_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/invar_plant.json new file mode 100644 index 00000000..020073e9 --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/invar_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/iridium_ore_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/iridium_ore_plant.json new file mode 100644 index 00000000..94c16296 --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/iridium_ore_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/iridium_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/iridium_plant.json new file mode 100644 index 00000000..ec64e783 --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/iridium_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/iron_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/iron_plant.json new file mode 100644 index 00000000..fbad20a2 --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/iron_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/ironwood_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/ironwood_plant.json new file mode 100644 index 00000000..5ac64379 --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/ironwood_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/jade_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/jade_plant.json new file mode 100644 index 00000000..cbeed5ac --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/jade_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/knightmetal_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/knightmetal_plant.json new file mode 100644 index 00000000..6652cafe --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/knightmetal_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/knightslime_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/knightslime_plant.json new file mode 100644 index 00000000..c5220987 --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/knightslime_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/lapis_lazuli_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/lapis_lazuli_plant.json new file mode 100644 index 00000000..6a78bad1 --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/lapis_lazuli_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/lead_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/lead_plant.json new file mode 100644 index 00000000..468d0f91 --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/lead_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/limestone_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/limestone_plant.json new file mode 100644 index 00000000..87039775 --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/limestone_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/lithium_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/lithium_plant.json new file mode 100644 index 00000000..b04520d2 --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/lithium_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/lumium_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/lumium_plant.json new file mode 100644 index 00000000..9442a8f4 --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/lumium_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/magnesium_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/magnesium_plant.json new file mode 100644 index 00000000..f6f3b472 --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/magnesium_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/malachite_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/malachite_plant.json new file mode 100644 index 00000000..59706680 --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/malachite_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/manasteel_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/manasteel_plant.json new file mode 100644 index 00000000..18280a68 --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/manasteel_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/manyullyn_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/manyullyn_plant.json new file mode 100644 index 00000000..56e52c8e --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/manyullyn_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/marble_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/marble_plant.json new file mode 100644 index 00000000..f9d1eeee --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/marble_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/menril_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/menril_plant.json new file mode 100644 index 00000000..e621a26f --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/menril_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/meteoric_iron_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/meteoric_iron_plant.json new file mode 100644 index 00000000..2e6bf79f --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/meteoric_iron_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/mithril_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/mithril_plant.json new file mode 100644 index 00000000..58458ad6 --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/mithril_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/moonstone_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/moonstone_plant.json new file mode 100644 index 00000000..b8f8f344 --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/moonstone_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/mystical_flower_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/mystical_flower_plant.json new file mode 100644 index 00000000..ff5d079d --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/mystical_flower_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/nature_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/nature_plant.json new file mode 100644 index 00000000..d795df34 --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/nature_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/nether_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/nether_plant.json new file mode 100644 index 00000000..9da50286 --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/nether_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/nether_quartz_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/nether_quartz_plant.json new file mode 100644 index 00000000..9f7b254f --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/nether_quartz_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/neutronium_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/neutronium_plant.json new file mode 100644 index 00000000..f269203f --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/neutronium_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/nickel_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/nickel_plant.json new file mode 100644 index 00000000..d6b7a538 --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/nickel_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/obsidian_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/obsidian_plant.json new file mode 100644 index 00000000..f351a2fe --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/obsidian_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/octine_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/octine_plant.json new file mode 100644 index 00000000..e4ceaf63 --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/octine_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/osmium_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/osmium_plant.json new file mode 100644 index 00000000..25890482 --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/osmium_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/peridot_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/peridot_plant.json new file mode 100644 index 00000000..92e352a1 --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/peridot_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/pig_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/pig_plant.json new file mode 100644 index 00000000..93208edf --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/pig_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/platinum_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/platinum_plant.json new file mode 100644 index 00000000..c607029e --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/platinum_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/pulsating_iron_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/pulsating_iron_plant.json new file mode 100644 index 00000000..6256cc0e --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/pulsating_iron_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/quartz_enriched_iron_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/quartz_enriched_iron_plant.json new file mode 100644 index 00000000..a7415f46 --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/quartz_enriched_iron_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/quicksilver_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/quicksilver_plant.json new file mode 100644 index 00000000..8bb06a43 --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/quicksilver_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/rabbit_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/rabbit_plant.json new file mode 100644 index 00000000..fd7ed5dc --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/rabbit_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/redstone_alloy_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/redstone_alloy_plant.json new file mode 100644 index 00000000..3918b933 --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/redstone_alloy_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/redstone_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/redstone_plant.json new file mode 100644 index 00000000..8cf15aa2 --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/redstone_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/refined_obsidian_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/refined_obsidian_plant.json new file mode 100644 index 00000000..5382321b --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/refined_obsidian_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/rock_crystal_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/rock_crystal_plant.json new file mode 100644 index 00000000..c88dcbfe --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/rock_crystal_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/rubber_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/rubber_plant.json new file mode 100644 index 00000000..35a714ea --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/rubber_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/ruby_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/ruby_plant.json new file mode 100644 index 00000000..f6a5f2ae --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/ruby_plant.json @@ -0,0 +1,72 @@ +{ + "path": "mod_mysticalagriculture/plants/ruby_plant.json", + "enabled": true, + "id": "mysticalagriculture:rubyr_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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/saltpeter_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/saltpeter_plant.json new file mode 100644 index 00000000..b9ad02ce --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/saltpeter_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/sapphire_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/sapphire_plant.json new file mode 100644 index 00000000..beb0d39a --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/sapphire_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/sheep_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/sheep_plant.json new file mode 100644 index 00000000..d417ab76 --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/sheep_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/signalum_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/signalum_plant.json new file mode 100644 index 00000000..2119915b --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/signalum_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/silicon_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/silicon_plant.json new file mode 100644 index 00000000..1b1d2a9c --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/silicon_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/silver_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/silver_plant.json new file mode 100644 index 00000000..78ee47ed --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/silver_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/skeleton_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/skeleton_plant.json new file mode 100644 index 00000000..bee55a53 --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/skeleton_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/sky_stone_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/sky_stone_plant.json new file mode 100644 index 00000000..8def9241 --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/sky_stone_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/slime_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/slime_plant.json new file mode 100644 index 00000000..7c2e14f9 --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/slime_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/slimy_bone_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/slimy_bone_plant.json new file mode 100644 index 00000000..369ffa54 --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/slimy_bone_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/soularium_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/soularium_plant.json new file mode 100644 index 00000000..84a3e085 --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/soularium_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/spider_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/spider_plant.json new file mode 100644 index 00000000..8bfd3e34 --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/spider_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/star_steel_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/star_steel_plant.json new file mode 100644 index 00000000..e3fe579f --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/star_steel_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/starmetal_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/starmetal_plant.json new file mode 100644 index 00000000..22542dd4 --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/starmetal_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/steel_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/steel_plant.json new file mode 100644 index 00000000..4b2f39ff --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/steel_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/steeleaf_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/steeleaf_plant.json new file mode 100644 index 00000000..23df0555 --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/steeleaf_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/stone_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/stone_plant.json new file mode 100644 index 00000000..b655c3cb --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/stone_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/sulfur_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/sulfur_plant.json new file mode 100644 index 00000000..eb39b2f7 --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/sulfur_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/sunstone_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/sunstone_plant.json new file mode 100644 index 00000000..5c8765f4 --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/sunstone_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/syrmorite_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/syrmorite_plant.json new file mode 100644 index 00000000..0decb7d8 --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/syrmorite_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/tanzanite_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/tanzanite_plant.json new file mode 100644 index 00000000..fbea556d --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/tanzanite_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/terrasteel_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/terrasteel_plant.json new file mode 100644 index 00000000..1ba3755b --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/terrasteel_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/thaumium_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/thaumium_plant.json new file mode 100644 index 00000000..9bc37963 --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/thaumium_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/thorium_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/thorium_plant.json new file mode 100644 index 00000000..a34afbbc --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/thorium_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/tier1_inferium_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/tier1_inferium_plant.json new file mode 100644 index 00000000..bc55c3a1 --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/tier1_inferium_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/tier2_inferium_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/tier2_inferium_plant.json new file mode 100644 index 00000000..7443b617 --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/tier2_inferium_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/tier3_inferium_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/tier3_inferium_plant.json new file mode 100644 index 00000000..72d07a36 --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/tier3_inferium_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/tier4_inferium_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/tier4_inferium_plant.json new file mode 100644 index 00000000..a565609a --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/tier4_inferium_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/tier5_inferium_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/tier5_inferium_plant.json new file mode 100644 index 00000000..78c28a9b --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/tier5_inferium_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/tin_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/tin_plant.json new file mode 100644 index 00000000..a0f22b42 --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/tin_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/titanium_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/titanium_plant.json new file mode 100644 index 00000000..793e51ad --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/titanium_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/topaz_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/topaz_plant.json new file mode 100644 index 00000000..d49eab5b --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/topaz_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/tungsten_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/tungsten_plant.json new file mode 100644 index 00000000..dabbc5da --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/tungsten_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/uranium_238_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/uranium_238_plant.json new file mode 100644 index 00000000..d4a0d792 --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/uranium_238_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/uranium_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/uranium_plant.json new file mode 100644 index 00000000..f569732b --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/uranium_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/valonite_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/valonite_plant.json new file mode 100644 index 00000000..783402bb --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/valonite_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/vibrant_alloy_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/vibrant_alloy_plant.json new file mode 100644 index 00000000..e36eb779 --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/vibrant_alloy_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/vinteum_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/vinteum_plant.json new file mode 100644 index 00000000..484197ab --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/vinteum_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/void_metal_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/void_metal_plant.json new file mode 100644 index 00000000..73caa713 --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/void_metal_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/water_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/water_plant.json new file mode 100644 index 00000000..314b2dad --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/water_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/wither_skeleton_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/wither_skeleton_plant.json new file mode 100644 index 00000000..f1761ef6 --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/wither_skeleton_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/wood_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/wood_plant.json new file mode 100644 index 00000000..a80db850 --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/wood_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/yellorium_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/yellorium_plant.json new file mode 100644 index 00000000..9e46a081 --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/yellorium_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/zinc_plant - Copy.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/zinc_plant - Copy.json new file mode 100644 index 00000000..1b1d2a9c --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/zinc_plant - Copy.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/zinc_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/zinc_plant.json new file mode 100644 index 00000000..79135622 --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/zinc_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalagriculture/plants/zombie_plant.json b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/zombie_plant.json new file mode 100644 index 00000000..543628dd --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalagriculture/plants/zombie_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/defaults/mod_mysticalworld/plants/mysticalworld_aubergine_plant.json b/config/agricraft/json/defaults/mod_mysticalworld/plants/mysticalworld_aubergine_plant.json new file mode 100644 index 00000000..1305e988 --- /dev/null +++ b/config/agricraft/json/defaults/mod_mysticalworld/plants/mysticalworld_aubergine_plant.json @@ -0,0 +1,82 @@ +{ + "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/agricraft/json/defaults/mod_natura/barley_plant.json b/config/agricraft/json/defaults/mod_natura/barley_plant.json new file mode 100644 index 00000000..40ca3032 --- /dev/null +++ b/config/agricraft/json/defaults/mod_natura/barley_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_natura/cotton_plant.json b/config/agricraft/json/defaults/mod_natura/cotton_plant.json new file mode 100644 index 00000000..5d1e0c19 --- /dev/null +++ b/config/agricraft/json/defaults/mod_natura/cotton_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_randomthings/soils/fertilized_dirt_soil.json b/config/agricraft/json/defaults/mod_randomthings/soils/fertilized_dirt_soil.json new file mode 100644 index 00000000..0bd87079 --- /dev/null +++ b/config/agricraft/json/defaults/mod_randomthings/soils/fertilized_dirt_soil.json @@ -0,0 +1,18 @@ +{ + "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/agricraft/json/defaults/mod_roots/plants/roots_cloud_berry_plant.json b/config/agricraft/json/defaults/mod_roots/plants/roots_cloud_berry_plant.json new file mode 100644 index 00000000..71714b35 --- /dev/null +++ b/config/agricraft/json/defaults/mod_roots/plants/roots_cloud_berry_plant.json @@ -0,0 +1,68 @@ +{ + "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/agricraft/json/defaults/mod_roots/plants/roots_dewgonia_plant.json b/config/agricraft/json/defaults/mod_roots/plants/roots_dewgonia_plant.json new file mode 100644 index 00000000..7a7b9606 --- /dev/null +++ b/config/agricraft/json/defaults/mod_roots/plants/roots_dewgonia_plant.json @@ -0,0 +1,68 @@ +{ + "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/agricraft/json/defaults/mod_roots/plants/roots_infernal_bulb_plant.json b/config/agricraft/json/defaults/mod_roots/plants/roots_infernal_bulb_plant.json new file mode 100644 index 00000000..f0e25318 --- /dev/null +++ b/config/agricraft/json/defaults/mod_roots/plants/roots_infernal_bulb_plant.json @@ -0,0 +1,68 @@ +{ + "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/agricraft/json/defaults/mod_roots/plants/roots_moonglow_plant.json b/config/agricraft/json/defaults/mod_roots/plants/roots_moonglow_plant.json new file mode 100644 index 00000000..19c113d2 --- /dev/null +++ b/config/agricraft/json/defaults/mod_roots/plants/roots_moonglow_plant.json @@ -0,0 +1,76 @@ +{ + "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/agricraft/json/defaults/mod_roots/plants/roots_pereskia_plant.json b/config/agricraft/json/defaults/mod_roots/plants/roots_pereskia_plant.json new file mode 100644 index 00000000..597fa1df --- /dev/null +++ b/config/agricraft/json/defaults/mod_roots/plants/roots_pereskia_plant.json @@ -0,0 +1,76 @@ +{ + "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/agricraft/json/defaults/mod_roots/plants/roots_spirit_herb_plant.json b/config/agricraft/json/defaults/mod_roots/plants/roots_spirit_herb_plant.json new file mode 100644 index 00000000..954cb8e3 --- /dev/null +++ b/config/agricraft/json/defaults/mod_roots/plants/roots_spirit_herb_plant.json @@ -0,0 +1,73 @@ +{ + "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/agricraft/json/defaults/mod_roots/plants/roots_stalicripe_plant.json b/config/agricraft/json/defaults/mod_roots/plants/roots_stalicripe_plant.json new file mode 100644 index 00000000..55596401 --- /dev/null +++ b/config/agricraft/json/defaults/mod_roots/plants/roots_stalicripe_plant.json @@ -0,0 +1,68 @@ +{ + "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/agricraft/json/defaults/mod_roots/plants/roots_wildewheet_plant.json b/config/agricraft/json/defaults/mod_roots/plants/roots_wildewheet_plant.json new file mode 100644 index 00000000..61414b44 --- /dev/null +++ b/config/agricraft/json/defaults/mod_roots/plants/roots_wildewheet_plant.json @@ -0,0 +1,76 @@ +{ + "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/agricraft/json/defaults/mod_roots/plants/roots_wildroot_plant.json b/config/agricraft/json/defaults/mod_roots/plants/roots_wildroot_plant.json new file mode 100644 index 00000000..2cb68f51 --- /dev/null +++ b/config/agricraft/json/defaults/mod_roots/plants/roots_wildroot_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/mod_roots/soils/aqueous_soil_soil.json b/config/agricraft/json/defaults/mod_roots/soils/aqueous_soil_soil.json new file mode 100644 index 00000000..2734525b --- /dev/null +++ b/config/agricraft/json/defaults/mod_roots/soils/aqueous_soil_soil.json @@ -0,0 +1,18 @@ +{ + "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/agricraft/json/defaults/mod_roots/soils/caelic_soil_soil.json b/config/agricraft/json/defaults/mod_roots/soils/caelic_soil_soil.json new file mode 100644 index 00000000..0ffa021d --- /dev/null +++ b/config/agricraft/json/defaults/mod_roots/soils/caelic_soil_soil.json @@ -0,0 +1,18 @@ +{ + "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/agricraft/json/defaults/mod_roots/soils/elemental_soil_soil.json b/config/agricraft/json/defaults/mod_roots/soils/elemental_soil_soil.json new file mode 100644 index 00000000..4650011d --- /dev/null +++ b/config/agricraft/json/defaults/mod_roots/soils/elemental_soil_soil.json @@ -0,0 +1,18 @@ +{ + "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/agricraft/json/defaults/mod_roots/soils/magmatic_soil_soil.json b/config/agricraft/json/defaults/mod_roots/soils/magmatic_soil_soil.json new file mode 100644 index 00000000..0fb0e191 --- /dev/null +++ b/config/agricraft/json/defaults/mod_roots/soils/magmatic_soil_soil.json @@ -0,0 +1,18 @@ +{ + "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/agricraft/json/defaults/mod_roots/soils/terran_soil_soil.json b/config/agricraft/json/defaults/mod_roots/soils/terran_soil_soil.json new file mode 100644 index 00000000..d92d98bf --- /dev/null +++ b/config/agricraft/json/defaults/mod_roots/soils/terran_soil_soil.json @@ -0,0 +1,18 @@ +{ + "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/agricraft/json/defaults/mod_rustic/plants/aloe_vera_plant.json b/config/agricraft/json/defaults/mod_rustic/plants/aloe_vera_plant.json new file mode 100644 index 00000000..54038cbf --- /dev/null +++ b/config/agricraft/json/defaults/mod_rustic/plants/aloe_vera_plant.json @@ -0,0 +1,79 @@ +{ + "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/agricraft/json/defaults/mod_rustic/plants/blood_orchid_plant.json b/config/agricraft/json/defaults/mod_rustic/plants/blood_orchid_plant.json new file mode 100644 index 00000000..745b7b3e --- /dev/null +++ b/config/agricraft/json/defaults/mod_rustic/plants/blood_orchid_plant.json @@ -0,0 +1,76 @@ +{ + "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/agricraft/json/defaults/mod_rustic/plants/chamomile_plant.json b/config/agricraft/json/defaults/mod_rustic/plants/chamomile_plant.json new file mode 100644 index 00000000..c6ebe273 --- /dev/null +++ b/config/agricraft/json/defaults/mod_rustic/plants/chamomile_plant.json @@ -0,0 +1,76 @@ +{ + "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/agricraft/json/defaults/mod_rustic/plants/chili_pepper_plant.json b/config/agricraft/json/defaults/mod_rustic/plants/chili_pepper_plant.json new file mode 100644 index 00000000..9d257aae --- /dev/null +++ b/config/agricraft/json/defaults/mod_rustic/plants/chili_pepper_plant.json @@ -0,0 +1,78 @@ +{ + "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/agricraft/json/defaults/mod_rustic/plants/cloudsbluff_plant.json b/config/agricraft/json/defaults/mod_rustic/plants/cloudsbluff_plant.json new file mode 100644 index 00000000..623b914a --- /dev/null +++ b/config/agricraft/json/defaults/mod_rustic/plants/cloudsbluff_plant.json @@ -0,0 +1,76 @@ +{ + "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/agricraft/json/defaults/mod_rustic/plants/cohosh_plant.json b/config/agricraft/json/defaults/mod_rustic/plants/cohosh_plant.json new file mode 100644 index 00000000..4b783420 --- /dev/null +++ b/config/agricraft/json/defaults/mod_rustic/plants/cohosh_plant.json @@ -0,0 +1,76 @@ +{ + "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/agricraft/json/defaults/mod_rustic/plants/core_root_plant.json b/config/agricraft/json/defaults/mod_rustic/plants/core_root_plant.json new file mode 100644 index 00000000..52b5c4dc --- /dev/null +++ b/config/agricraft/json/defaults/mod_rustic/plants/core_root_plant.json @@ -0,0 +1,76 @@ +{ + "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/agricraft/json/defaults/mod_rustic/plants/deathstalk_mushroom_plant.json b/config/agricraft/json/defaults/mod_rustic/plants/deathstalk_mushroom_plant.json new file mode 100644 index 00000000..1122c286 --- /dev/null +++ b/config/agricraft/json/defaults/mod_rustic/plants/deathstalk_mushroom_plant.json @@ -0,0 +1,77 @@ +{ + "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/agricraft/json/defaults/mod_rustic/plants/ginseng_plant.json b/config/agricraft/json/defaults/mod_rustic/plants/ginseng_plant.json new file mode 100644 index 00000000..63e5a5b1 --- /dev/null +++ b/config/agricraft/json/defaults/mod_rustic/plants/ginseng_plant.json @@ -0,0 +1,76 @@ +{ + "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/agricraft/json/defaults/mod_rustic/plants/grapes_plant.json b/config/agricraft/json/defaults/mod_rustic/plants/grapes_plant.json new file mode 100644 index 00000000..05e32f55 --- /dev/null +++ b/config/agricraft/json/defaults/mod_rustic/plants/grapes_plant.json @@ -0,0 +1,78 @@ +{ + "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/agricraft/json/defaults/mod_rustic/plants/horsetail_plant.json b/config/agricraft/json/defaults/mod_rustic/plants/horsetail_plant.json new file mode 100644 index 00000000..7553a92e --- /dev/null +++ b/config/agricraft/json/defaults/mod_rustic/plants/horsetail_plant.json @@ -0,0 +1,76 @@ +{ + "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/agricraft/json/defaults/mod_rustic/plants/marsh_mallow_plant.json b/config/agricraft/json/defaults/mod_rustic/plants/marsh_mallow_plant.json new file mode 100644 index 00000000..d696525e --- /dev/null +++ b/config/agricraft/json/defaults/mod_rustic/plants/marsh_mallow_plant.json @@ -0,0 +1,76 @@ +{ + "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/agricraft/json/defaults/mod_rustic/plants/mooncap_mushroom_plant.json b/config/agricraft/json/defaults/mod_rustic/plants/mooncap_mushroom_plant.json new file mode 100644 index 00000000..e97a23fd --- /dev/null +++ b/config/agricraft/json/defaults/mod_rustic/plants/mooncap_mushroom_plant.json @@ -0,0 +1,77 @@ +{ + "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/agricraft/json/defaults/mod_rustic/plants/tomato_plant.json b/config/agricraft/json/defaults/mod_rustic/plants/tomato_plant.json new file mode 100644 index 00000000..a82fce80 --- /dev/null +++ b/config/agricraft/json/defaults/mod_rustic/plants/tomato_plant.json @@ -0,0 +1,77 @@ +{ + "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/agricraft/json/defaults/mod_rustic/plants/wind_thistle_plant.json b/config/agricraft/json/defaults/mod_rustic/plants/wind_thistle_plant.json new file mode 100644 index 00000000..95749af6 --- /dev/null +++ b/config/agricraft/json/defaults/mod_rustic/plants/wind_thistle_plant.json @@ -0,0 +1,76 @@ +{ + "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/agricraft/json/defaults/mod_rustic/soils/fertile_soil.json b/config/agricraft/json/defaults/mod_rustic/soils/fertile_soil.json new file mode 100644 index 00000000..0fb5a286 --- /dev/null +++ b/config/agricraft/json/defaults/mod_rustic/soils/fertile_soil.json @@ -0,0 +1,18 @@ +{ + "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/agricraft/json/defaults/mod_silentgems/fluffypuff_plant.json b/config/agricraft/json/defaults/mod_silentgems/fluffypuff_plant.json new file mode 100644 index 00000000..b85b92d6 --- /dev/null +++ b/config/agricraft/json/defaults/mod_silentgems/fluffypuff_plant.json @@ -0,0 +1,79 @@ +{ + "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/agricraft/json/defaults/mod_xlfoodmod/corn_plant.json b/config/agricraft/json/defaults/mod_xlfoodmod/corn_plant.json new file mode 100644 index 00000000..d5f91194 --- /dev/null +++ b/config/agricraft/json/defaults/mod_xlfoodmod/corn_plant.json @@ -0,0 +1,83 @@ +{ + "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/agricraft/json/defaults/mod_xlfoodmod/cucumber_plant.json b/config/agricraft/json/defaults/mod_xlfoodmod/cucumber_plant.json new file mode 100644 index 00000000..e6fda3f4 --- /dev/null +++ b/config/agricraft/json/defaults/mod_xlfoodmod/cucumber_plant.json @@ -0,0 +1,81 @@ +{ + "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/agricraft/json/defaults/mod_xlfoodmod/lettuce_plant.json b/config/agricraft/json/defaults/mod_xlfoodmod/lettuce_plant.json new file mode 100644 index 00000000..89682e16 --- /dev/null +++ b/config/agricraft/json/defaults/mod_xlfoodmod/lettuce_plant.json @@ -0,0 +1,83 @@ +{ + "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/agricraft/json/defaults/mod_xlfoodmod/onion_plant.json b/config/agricraft/json/defaults/mod_xlfoodmod/onion_plant.json new file mode 100644 index 00000000..c51452e6 --- /dev/null +++ b/config/agricraft/json/defaults/mod_xlfoodmod/onion_plant.json @@ -0,0 +1,83 @@ +{ + "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/agricraft/json/defaults/mod_xlfoodmod/pepper_plant.json b/config/agricraft/json/defaults/mod_xlfoodmod/pepper_plant.json new file mode 100644 index 00000000..681eb846 --- /dev/null +++ b/config/agricraft/json/defaults/mod_xlfoodmod/pepper_plant.json @@ -0,0 +1,83 @@ +{ + "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/agricraft/json/defaults/mod_xlfoodmod/rice_plant.json b/config/agricraft/json/defaults/mod_xlfoodmod/rice_plant.json new file mode 100644 index 00000000..fee6e562 --- /dev/null +++ b/config/agricraft/json/defaults/mod_xlfoodmod/rice_plant.json @@ -0,0 +1,80 @@ +{ + "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/agricraft/json/defaults/mod_xlfoodmod/strawberry_plant.json b/config/agricraft/json/defaults/mod_xlfoodmod/strawberry_plant.json new file mode 100644 index 00000000..b36c96ba --- /dev/null +++ b/config/agricraft/json/defaults/mod_xlfoodmod/strawberry_plant.json @@ -0,0 +1,81 @@ +{ + "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/agricraft/json/defaults/mod_xlfoodmod/tomato_plant.json b/config/agricraft/json/defaults/mod_xlfoodmod/tomato_plant.json new file mode 100644 index 00000000..03c8c386 --- /dev/null +++ b/config/agricraft/json/defaults/mod_xlfoodmod/tomato_plant.json @@ -0,0 +1,81 @@ +{ + "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/agricraft/json/defaults/resource/mutations/aurigold_mutation.json b/config/agricraft/json/defaults/resource/mutations/aurigold_mutation.json new file mode 100644 index 00000000..8f4b92a2 --- /dev/null +++ b/config/agricraft/json/defaults/resource/mutations/aurigold_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/defaults/resource/mutations/cuprosia_mutation.json b/config/agricraft/json/defaults/resource/mutations/cuprosia_mutation.json new file mode 100644 index 00000000..06ff51e5 --- /dev/null +++ b/config/agricraft/json/defaults/resource/mutations/cuprosia_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/defaults/resource/mutations/diamahlia_mutation.json b/config/agricraft/json/defaults/resource/mutations/diamahlia_mutation.json new file mode 100644 index 00000000..b98a9ba7 --- /dev/null +++ b/config/agricraft/json/defaults/resource/mutations/diamahlia_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/defaults/resource/mutations/emeryllis_mutation.json b/config/agricraft/json/defaults/resource/mutations/emeryllis_mutation.json new file mode 100644 index 00000000..5c33ad2a --- /dev/null +++ b/config/agricraft/json/defaults/resource/mutations/emeryllis_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/defaults/resource/mutations/ferranium_mutation.json b/config/agricraft/json/defaults/resource/mutations/ferranium_mutation.json new file mode 100644 index 00000000..2ee5ccec --- /dev/null +++ b/config/agricraft/json/defaults/resource/mutations/ferranium_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/defaults/resource/mutations/jaslumine_mutation.json b/config/agricraft/json/defaults/resource/mutations/jaslumine_mutation.json new file mode 100644 index 00000000..ced1b212 --- /dev/null +++ b/config/agricraft/json/defaults/resource/mutations/jaslumine_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/defaults/resource/mutations/lapender_mutation.json b/config/agricraft/json/defaults/resource/mutations/lapender_mutation.json new file mode 100644 index 00000000..16a4d85e --- /dev/null +++ b/config/agricraft/json/defaults/resource/mutations/lapender_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/defaults/resource/mutations/niccissus_mutation.json b/config/agricraft/json/defaults/resource/mutations/niccissus_mutation.json new file mode 100644 index 00000000..6bcc67b5 --- /dev/null +++ b/config/agricraft/json/defaults/resource/mutations/niccissus_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/defaults/resource/mutations/nitorwart_mutation.json b/config/agricraft/json/defaults/resource/mutations/nitorwart_mutation.json new file mode 100644 index 00000000..3cde536e --- /dev/null +++ b/config/agricraft/json/defaults/resource/mutations/nitorwart_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/defaults/resource/mutations/osmonium_mutation.json b/config/agricraft/json/defaults/resource/mutations/osmonium_mutation.json new file mode 100644 index 00000000..1de3cc1d --- /dev/null +++ b/config/agricraft/json/defaults/resource/mutations/osmonium_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/defaults/resource/mutations/petinia_mutation.json b/config/agricraft/json/defaults/resource/mutations/petinia_mutation.json new file mode 100644 index 00000000..a56bf6fa --- /dev/null +++ b/config/agricraft/json/defaults/resource/mutations/petinia_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/defaults/resource/mutations/platiolus_mutation.json b/config/agricraft/json/defaults/resource/mutations/platiolus_mutation.json new file mode 100644 index 00000000..ddf250ae --- /dev/null +++ b/config/agricraft/json/defaults/resource/mutations/platiolus_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/defaults/resource/mutations/plombean_mutation.json b/config/agricraft/json/defaults/resource/mutations/plombean_mutation.json new file mode 100644 index 00000000..b3bfe5f0 --- /dev/null +++ b/config/agricraft/json/defaults/resource/mutations/plombean_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/defaults/resource/mutations/quartzanthemum_mutation.json b/config/agricraft/json/defaults/resource/mutations/quartzanthemum_mutation.json new file mode 100644 index 00000000..25802c67 --- /dev/null +++ b/config/agricraft/json/defaults/resource/mutations/quartzanthemum_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/defaults/resource/mutations/redstodendron_mutation.json b/config/agricraft/json/defaults/resource/mutations/redstodendron_mutation.json new file mode 100644 index 00000000..9a2fa415 --- /dev/null +++ b/config/agricraft/json/defaults/resource/mutations/redstodendron_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/defaults/resource/plants/aurigold_plant.json b/config/agricraft/json/defaults/resource/plants/aurigold_plant.json new file mode 100644 index 00000000..198ecde9 --- /dev/null +++ b/config/agricraft/json/defaults/resource/plants/aurigold_plant.json @@ -0,0 +1,77 @@ +{ + "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/agricraft/json/defaults/resource/plants/cuprosia_plant.json b/config/agricraft/json/defaults/resource/plants/cuprosia_plant.json new file mode 100644 index 00000000..6c5439a3 --- /dev/null +++ b/config/agricraft/json/defaults/resource/plants/cuprosia_plant.json @@ -0,0 +1,77 @@ +{ + "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/agricraft/json/defaults/resource/plants/diamahlia_plant.json b/config/agricraft/json/defaults/resource/plants/diamahlia_plant.json new file mode 100644 index 00000000..c2452fa4 --- /dev/null +++ b/config/agricraft/json/defaults/resource/plants/diamahlia_plant.json @@ -0,0 +1,77 @@ +{ + "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/agricraft/json/defaults/resource/plants/emeryllis_plant.json b/config/agricraft/json/defaults/resource/plants/emeryllis_plant.json new file mode 100644 index 00000000..2265ec48 --- /dev/null +++ b/config/agricraft/json/defaults/resource/plants/emeryllis_plant.json @@ -0,0 +1,77 @@ +{ + "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/agricraft/json/defaults/resource/plants/ferranium_plant.json b/config/agricraft/json/defaults/resource/plants/ferranium_plant.json new file mode 100644 index 00000000..6c53f6ef --- /dev/null +++ b/config/agricraft/json/defaults/resource/plants/ferranium_plant.json @@ -0,0 +1,77 @@ +{ + "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/agricraft/json/defaults/resource/plants/jaslumine_plant.json b/config/agricraft/json/defaults/resource/plants/jaslumine_plant.json new file mode 100644 index 00000000..17483a2e --- /dev/null +++ b/config/agricraft/json/defaults/resource/plants/jaslumine_plant.json @@ -0,0 +1,77 @@ +{ + "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/agricraft/json/defaults/resource/plants/lapender_plant.json b/config/agricraft/json/defaults/resource/plants/lapender_plant.json new file mode 100644 index 00000000..44ccddeb --- /dev/null +++ b/config/agricraft/json/defaults/resource/plants/lapender_plant.json @@ -0,0 +1,77 @@ +{ + "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/agricraft/json/defaults/resource/plants/niccissus_plant.json b/config/agricraft/json/defaults/resource/plants/niccissus_plant.json new file mode 100644 index 00000000..bf6a6c6b --- /dev/null +++ b/config/agricraft/json/defaults/resource/plants/niccissus_plant.json @@ -0,0 +1,77 @@ +{ + "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/agricraft/json/defaults/resource/plants/nitorwart_plant.json b/config/agricraft/json/defaults/resource/plants/nitorwart_plant.json new file mode 100644 index 00000000..7d751149 --- /dev/null +++ b/config/agricraft/json/defaults/resource/plants/nitorwart_plant.json @@ -0,0 +1,77 @@ +{ + "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/agricraft/json/defaults/resource/plants/osmonium_plant.json b/config/agricraft/json/defaults/resource/plants/osmonium_plant.json new file mode 100644 index 00000000..4a0a2abf --- /dev/null +++ b/config/agricraft/json/defaults/resource/plants/osmonium_plant.json @@ -0,0 +1,77 @@ +{ + "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/agricraft/json/defaults/resource/plants/petinia_plant.json b/config/agricraft/json/defaults/resource/plants/petinia_plant.json new file mode 100644 index 00000000..8d6be51b --- /dev/null +++ b/config/agricraft/json/defaults/resource/plants/petinia_plant.json @@ -0,0 +1,77 @@ +{ + "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/agricraft/json/defaults/resource/plants/platiolus_plant.json b/config/agricraft/json/defaults/resource/plants/platiolus_plant.json new file mode 100644 index 00000000..fe81ec68 --- /dev/null +++ b/config/agricraft/json/defaults/resource/plants/platiolus_plant.json @@ -0,0 +1,77 @@ +{ + "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/agricraft/json/defaults/resource/plants/plombean_plant.json b/config/agricraft/json/defaults/resource/plants/plombean_plant.json new file mode 100644 index 00000000..aa86956c --- /dev/null +++ b/config/agricraft/json/defaults/resource/plants/plombean_plant.json @@ -0,0 +1,77 @@ +{ + "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/agricraft/json/defaults/resource/plants/quartzanthemum_plant.json b/config/agricraft/json/defaults/resource/plants/quartzanthemum_plant.json new file mode 100644 index 00000000..4d330a3c --- /dev/null +++ b/config/agricraft/json/defaults/resource/plants/quartzanthemum_plant.json @@ -0,0 +1,77 @@ +{ + "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/agricraft/json/defaults/resource/plants/redstodendron_plant.json b/config/agricraft/json/defaults/resource/plants/redstodendron_plant.json new file mode 100644 index 00000000..f0039018 --- /dev/null +++ b/config/agricraft/json/defaults/resource/plants/redstodendron_plant.json @@ -0,0 +1,77 @@ +{ + "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/agricraft/json/defaults/resource/soils/gravel_soil.json b/config/agricraft/json/defaults/resource/soils/gravel_soil.json new file mode 100644 index 00000000..6cbc1bf5 --- /dev/null +++ b/config/agricraft/json/defaults/resource/soils/gravel_soil.json @@ -0,0 +1,18 @@ +{ + "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/agricraft/json/defaults/resource/soils/stone_soil.json b/config/agricraft/json/defaults/resource/soils/stone_soil.json new file mode 100644 index 00000000..42d13b6a --- /dev/null +++ b/config/agricraft/json/defaults/resource/soils/stone_soil.json @@ -0,0 +1,18 @@ +{ + "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/agricraft/json/defaults/tools/data/input_data.json b/config/agricraft/json/defaults/tools/data/input_data.json new file mode 100644 index 00000000..d2c82551 --- /dev/null +++ b/config/agricraft/json/defaults/tools/data/input_data.json @@ -0,0 +1,244 @@ +{ + "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/agricraft/json/defaults/tools/data/plant_template.json b/config/agricraft/json/defaults/tools/data/plant_template.json new file mode 100644 index 00000000..84a18af5 --- /dev/null +++ b/config/agricraft/json/defaults/tools/data/plant_template.json @@ -0,0 +1,71 @@ +{ + "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/agricraft/json/defaults/vanilla/mutations/allium_mutation.json b/config/agricraft/json/defaults/vanilla/mutations/allium_mutation.json new file mode 100644 index 00000000..8e332e03 --- /dev/null +++ b/config/agricraft/json/defaults/vanilla/mutations/allium_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/defaults/vanilla/mutations/brown_mushroom_mutation.json b/config/agricraft/json/defaults/vanilla/mutations/brown_mushroom_mutation.json new file mode 100644 index 00000000..7fd4a11d --- /dev/null +++ b/config/agricraft/json/defaults/vanilla/mutations/brown_mushroom_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/defaults/vanilla/mutations/cactus_mutation.json b/config/agricraft/json/defaults/vanilla/mutations/cactus_mutation.json new file mode 100644 index 00000000..cad69536 --- /dev/null +++ b/config/agricraft/json/defaults/vanilla/mutations/cactus_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/defaults/vanilla/mutations/carrot_mutation.json b/config/agricraft/json/defaults/vanilla/mutations/carrot_mutation.json new file mode 100644 index 00000000..865202c2 --- /dev/null +++ b/config/agricraft/json/defaults/vanilla/mutations/carrot_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/defaults/vanilla/mutations/daisy_mutation.json b/config/agricraft/json/defaults/vanilla/mutations/daisy_mutation.json new file mode 100644 index 00000000..ba6c5d86 --- /dev/null +++ b/config/agricraft/json/defaults/vanilla/mutations/daisy_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/defaults/vanilla/mutations/dandelion_mutation.json b/config/agricraft/json/defaults/vanilla/mutations/dandelion_mutation.json new file mode 100644 index 00000000..30d3ea6e --- /dev/null +++ b/config/agricraft/json/defaults/vanilla/mutations/dandelion_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/defaults/vanilla/mutations/melon_mutation.json b/config/agricraft/json/defaults/vanilla/mutations/melon_mutation.json new file mode 100644 index 00000000..806a35d2 --- /dev/null +++ b/config/agricraft/json/defaults/vanilla/mutations/melon_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/defaults/vanilla/mutations/orange_tulip_mutation.json b/config/agricraft/json/defaults/vanilla/mutations/orange_tulip_mutation.json new file mode 100644 index 00000000..730283d6 --- /dev/null +++ b/config/agricraft/json/defaults/vanilla/mutations/orange_tulip_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/defaults/vanilla/mutations/orchid_mutation.json b/config/agricraft/json/defaults/vanilla/mutations/orchid_mutation.json new file mode 100644 index 00000000..9b1d9782 --- /dev/null +++ b/config/agricraft/json/defaults/vanilla/mutations/orchid_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/defaults/vanilla/mutations/pink_tulip_mutation.json b/config/agricraft/json/defaults/vanilla/mutations/pink_tulip_mutation.json new file mode 100644 index 00000000..38efe319 --- /dev/null +++ b/config/agricraft/json/defaults/vanilla/mutations/pink_tulip_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/defaults/vanilla/mutations/poppy_mutation.json b/config/agricraft/json/defaults/vanilla/mutations/poppy_mutation.json new file mode 100644 index 00000000..6d59e74e --- /dev/null +++ b/config/agricraft/json/defaults/vanilla/mutations/poppy_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/defaults/vanilla/mutations/pumpkin_mutation.json b/config/agricraft/json/defaults/vanilla/mutations/pumpkin_mutation.json new file mode 100644 index 00000000..33baf7af --- /dev/null +++ b/config/agricraft/json/defaults/vanilla/mutations/pumpkin_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/defaults/vanilla/mutations/red_mushroom_mutation.json b/config/agricraft/json/defaults/vanilla/mutations/red_mushroom_mutation.json new file mode 100644 index 00000000..c2ba3985 --- /dev/null +++ b/config/agricraft/json/defaults/vanilla/mutations/red_mushroom_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/defaults/vanilla/mutations/red_tulip_mutation.json b/config/agricraft/json/defaults/vanilla/mutations/red_tulip_mutation.json new file mode 100644 index 00000000..eaa27f2a --- /dev/null +++ b/config/agricraft/json/defaults/vanilla/mutations/red_tulip_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/defaults/vanilla/mutations/sugarcane_mutation.json b/config/agricraft/json/defaults/vanilla/mutations/sugarcane_mutation.json new file mode 100644 index 00000000..640832db --- /dev/null +++ b/config/agricraft/json/defaults/vanilla/mutations/sugarcane_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/defaults/vanilla/mutations/white_tulip_mutation.json b/config/agricraft/json/defaults/vanilla/mutations/white_tulip_mutation.json new file mode 100644 index 00000000..87d21368 --- /dev/null +++ b/config/agricraft/json/defaults/vanilla/mutations/white_tulip_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/defaults/vanilla/plants/allium_plant.json b/config/agricraft/json/defaults/vanilla/plants/allium_plant.json new file mode 100644 index 00000000..c8bcb254 --- /dev/null +++ b/config/agricraft/json/defaults/vanilla/plants/allium_plant.json @@ -0,0 +1,61 @@ +{ + "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/agricraft/json/defaults/vanilla/plants/beet_root_plant.json b/config/agricraft/json/defaults/vanilla/plants/beet_root_plant.json new file mode 100644 index 00000000..93ab99b5 --- /dev/null +++ b/config/agricraft/json/defaults/vanilla/plants/beet_root_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/vanilla/plants/brown_mushroom_plant.json b/config/agricraft/json/defaults/vanilla/plants/brown_mushroom_plant.json new file mode 100644 index 00000000..00d8f637 --- /dev/null +++ b/config/agricraft/json/defaults/vanilla/plants/brown_mushroom_plant.json @@ -0,0 +1,82 @@ +{ + "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/agricraft/json/defaults/vanilla/plants/cactus_plant.json b/config/agricraft/json/defaults/vanilla/plants/cactus_plant.json new file mode 100644 index 00000000..0025acb2 --- /dev/null +++ b/config/agricraft/json/defaults/vanilla/plants/cactus_plant.json @@ -0,0 +1,82 @@ +{ + "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/agricraft/json/defaults/vanilla/plants/carrot_plant.json b/config/agricraft/json/defaults/vanilla/plants/carrot_plant.json new file mode 100644 index 00000000..1b7ce862 --- /dev/null +++ b/config/agricraft/json/defaults/vanilla/plants/carrot_plant.json @@ -0,0 +1,82 @@ +{ + "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/agricraft/json/defaults/vanilla/plants/daisy_plant.json b/config/agricraft/json/defaults/vanilla/plants/daisy_plant.json new file mode 100644 index 00000000..81f8130f --- /dev/null +++ b/config/agricraft/json/defaults/vanilla/plants/daisy_plant.json @@ -0,0 +1,61 @@ +{ + "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/agricraft/json/defaults/vanilla/plants/dandelion_plant.json b/config/agricraft/json/defaults/vanilla/plants/dandelion_plant.json new file mode 100644 index 00000000..d9519201 --- /dev/null +++ b/config/agricraft/json/defaults/vanilla/plants/dandelion_plant.json @@ -0,0 +1,61 @@ +{ + "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/agricraft/json/defaults/vanilla/plants/melon_plant.json b/config/agricraft/json/defaults/vanilla/plants/melon_plant.json new file mode 100644 index 00000000..8e3f9e84 --- /dev/null +++ b/config/agricraft/json/defaults/vanilla/plants/melon_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/vanilla/plants/nether_wart_plant.json b/config/agricraft/json/defaults/vanilla/plants/nether_wart_plant.json new file mode 100644 index 00000000..5f004579 --- /dev/null +++ b/config/agricraft/json/defaults/vanilla/plants/nether_wart_plant.json @@ -0,0 +1,82 @@ +{ + "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/agricraft/json/defaults/vanilla/plants/orange_tulip_plant.json b/config/agricraft/json/defaults/vanilla/plants/orange_tulip_plant.json new file mode 100644 index 00000000..e1d43966 --- /dev/null +++ b/config/agricraft/json/defaults/vanilla/plants/orange_tulip_plant.json @@ -0,0 +1,61 @@ +{ + "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/agricraft/json/defaults/vanilla/plants/orchid_plant.json b/config/agricraft/json/defaults/vanilla/plants/orchid_plant.json new file mode 100644 index 00000000..6a768562 --- /dev/null +++ b/config/agricraft/json/defaults/vanilla/plants/orchid_plant.json @@ -0,0 +1,61 @@ +{ + "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/agricraft/json/defaults/vanilla/plants/pink_tulip_plant.json b/config/agricraft/json/defaults/vanilla/plants/pink_tulip_plant.json new file mode 100644 index 00000000..8d4a3c20 --- /dev/null +++ b/config/agricraft/json/defaults/vanilla/plants/pink_tulip_plant.json @@ -0,0 +1,61 @@ +{ + "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/agricraft/json/defaults/vanilla/plants/poppy_plant.json b/config/agricraft/json/defaults/vanilla/plants/poppy_plant.json new file mode 100644 index 00000000..1523b798 --- /dev/null +++ b/config/agricraft/json/defaults/vanilla/plants/poppy_plant.json @@ -0,0 +1,61 @@ +{ + "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/agricraft/json/defaults/vanilla/plants/potato_plant.json b/config/agricraft/json/defaults/vanilla/plants/potato_plant.json new file mode 100644 index 00000000..b61b3800 --- /dev/null +++ b/config/agricraft/json/defaults/vanilla/plants/potato_plant.json @@ -0,0 +1,94 @@ +{ + "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/agricraft/json/defaults/vanilla/plants/pumpkin_plant.json b/config/agricraft/json/defaults/vanilla/plants/pumpkin_plant.json new file mode 100644 index 00000000..e85c6333 --- /dev/null +++ b/config/agricraft/json/defaults/vanilla/plants/pumpkin_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/vanilla/plants/red_mushroom_plant.json b/config/agricraft/json/defaults/vanilla/plants/red_mushroom_plant.json new file mode 100644 index 00000000..a2a46508 --- /dev/null +++ b/config/agricraft/json/defaults/vanilla/plants/red_mushroom_plant.json @@ -0,0 +1,84 @@ +{ + "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/agricraft/json/defaults/vanilla/plants/red_tulip_plant.json b/config/agricraft/json/defaults/vanilla/plants/red_tulip_plant.json new file mode 100644 index 00000000..69ba0be9 --- /dev/null +++ b/config/agricraft/json/defaults/vanilla/plants/red_tulip_plant.json @@ -0,0 +1,61 @@ +{ + "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/agricraft/json/defaults/vanilla/plants/sugarcane_plant.json b/config/agricraft/json/defaults/vanilla/plants/sugarcane_plant.json new file mode 100644 index 00000000..64cbe7ce --- /dev/null +++ b/config/agricraft/json/defaults/vanilla/plants/sugarcane_plant.json @@ -0,0 +1,85 @@ +{ + "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/agricraft/json/defaults/vanilla/plants/weed_plant.json b/config/agricraft/json/defaults/vanilla/plants/weed_plant.json new file mode 100644 index 00000000..4fbd3b5a --- /dev/null +++ b/config/agricraft/json/defaults/vanilla/plants/weed_plant.json @@ -0,0 +1,51 @@ +{ + "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/agricraft/json/defaults/vanilla/plants/wheat_plant.json b/config/agricraft/json/defaults/vanilla/plants/wheat_plant.json new file mode 100644 index 00000000..0fe7231d --- /dev/null +++ b/config/agricraft/json/defaults/vanilla/plants/wheat_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/defaults/vanilla/plants/white_tulip_plant.json b/config/agricraft/json/defaults/vanilla/plants/white_tulip_plant.json new file mode 100644 index 00000000..c9b74942 --- /dev/null +++ b/config/agricraft/json/defaults/vanilla/plants/white_tulip_plant.json @@ -0,0 +1,61 @@ +{ + "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/agricraft/json/defaults/vanilla/soils/farmland_soil.json b/config/agricraft/json/defaults/vanilla/soils/farmland_soil.json new file mode 100644 index 00000000..037b994c --- /dev/null +++ b/config/agricraft/json/defaults/vanilla/soils/farmland_soil.json @@ -0,0 +1,18 @@ +{ + "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/agricraft/json/defaults/vanilla/soils/grass_soil.json b/config/agricraft/json/defaults/vanilla/soils/grass_soil.json new file mode 100644 index 00000000..deee58b9 --- /dev/null +++ b/config/agricraft/json/defaults/vanilla/soils/grass_soil.json @@ -0,0 +1,18 @@ +{ + "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/agricraft/json/defaults/vanilla/soils/mycelium_soil.json b/config/agricraft/json/defaults/vanilla/soils/mycelium_soil.json new file mode 100644 index 00000000..a1d95f32 --- /dev/null +++ b/config/agricraft/json/defaults/vanilla/soils/mycelium_soil.json @@ -0,0 +1,18 @@ +{ + "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/agricraft/json/defaults/vanilla/soils/sand_soil.json b/config/agricraft/json/defaults/vanilla/soils/sand_soil.json new file mode 100644 index 00000000..4671db3e --- /dev/null +++ b/config/agricraft/json/defaults/vanilla/soils/sand_soil.json @@ -0,0 +1,18 @@ +{ + "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/agricraft/json/defaults/vanilla/soils/soul_sand_soil.json b/config/agricraft/json/defaults/vanilla/soils/soul_sand_soil.json new file mode 100644 index 00000000..32709537 --- /dev/null +++ b/config/agricraft/json/defaults/vanilla/soils/soul_sand_soil.json @@ -0,0 +1,18 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/mod_actuallyadditions/canola_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_actuallyadditions/canola_plant.json new file mode 100644 index 00000000..5eb9d0ca --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_actuallyadditions/canola_plant.json @@ -0,0 +1,84 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/mod_actuallyadditions/coffee_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_actuallyadditions/coffee_plant.json new file mode 100644 index 00000000..fe41bd7c --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_actuallyadditions/coffee_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/mod_actuallyadditions/flax_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_actuallyadditions/flax_plant.json new file mode 100644 index 00000000..e9190666 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_actuallyadditions/flax_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/mod_actuallyadditions/rice_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_actuallyadditions/rice_plant.json new file mode 100644 index 00000000..c34882af --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_actuallyadditions/rice_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/mod_biomesoplenty/soils/loamy_farmland_soil.json b/config/agricraft/json/server_162-33-19-107_25565/mod_biomesoplenty/soils/loamy_farmland_soil.json new file mode 100644 index 00000000..c66ccac4 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_biomesoplenty/soils/loamy_farmland_soil.json @@ -0,0 +1,18 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/mod_biomesoplenty/soils/sandy_farmland_soil.json b/config/agricraft/json/server_162-33-19-107_25565/mod_biomesoplenty/soils/sandy_farmland_soil.json new file mode 100644 index 00000000..42b51f6c --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_biomesoplenty/soils/sandy_farmland_soil.json @@ -0,0 +1,18 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/mod_biomesoplenty/soils/silty_farmland_soil.json b/config/agricraft/json/server_162-33-19-107_25565/mod_biomesoplenty/soils/silty_farmland_soil.json new file mode 100644 index 00000000..9170bb83 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_biomesoplenty/soils/silty_farmland_soil.json @@ -0,0 +1,18 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/mod_botania/mutations/botania_black_mutation.json b/config/agricraft/json/server_162-33-19-107_25565/mod_botania/mutations/botania_black_mutation.json new file mode 100644 index 00000000..e9796d2b --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_botania/mutations/botania_black_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/mod_botania/mutations/botania_blue_mutation.json b/config/agricraft/json/server_162-33-19-107_25565/mod_botania/mutations/botania_blue_mutation.json new file mode 100644 index 00000000..a8ca9a20 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_botania/mutations/botania_blue_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/mod_botania/mutations/botania_brown_mutation.json b/config/agricraft/json/server_162-33-19-107_25565/mod_botania/mutations/botania_brown_mutation.json new file mode 100644 index 00000000..f1d31829 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_botania/mutations/botania_brown_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/mod_botania/mutations/botania_cyan_mutation.json b/config/agricraft/json/server_162-33-19-107_25565/mod_botania/mutations/botania_cyan_mutation.json new file mode 100644 index 00000000..82f84d63 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_botania/mutations/botania_cyan_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/mod_botania/mutations/botania_gray_mutation.json b/config/agricraft/json/server_162-33-19-107_25565/mod_botania/mutations/botania_gray_mutation.json new file mode 100644 index 00000000..40583bf1 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_botania/mutations/botania_gray_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/mod_botania/mutations/botania_green_mutation.json b/config/agricraft/json/server_162-33-19-107_25565/mod_botania/mutations/botania_green_mutation.json new file mode 100644 index 00000000..1cdf9255 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_botania/mutations/botania_green_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/mod_botania/mutations/botania_light_blue_mutation.json b/config/agricraft/json/server_162-33-19-107_25565/mod_botania/mutations/botania_light_blue_mutation.json new file mode 100644 index 00000000..ff2f7b34 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_botania/mutations/botania_light_blue_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/mod_botania/mutations/botania_light_gray_mutation.json b/config/agricraft/json/server_162-33-19-107_25565/mod_botania/mutations/botania_light_gray_mutation.json new file mode 100644 index 00000000..1c9506bb --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_botania/mutations/botania_light_gray_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/mod_botania/mutations/botania_lime_mutation.json b/config/agricraft/json/server_162-33-19-107_25565/mod_botania/mutations/botania_lime_mutation.json new file mode 100644 index 00000000..177b33ba --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_botania/mutations/botania_lime_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/mod_botania/mutations/botania_magenta_mutation.json b/config/agricraft/json/server_162-33-19-107_25565/mod_botania/mutations/botania_magenta_mutation.json new file mode 100644 index 00000000..6f2aa6bf --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_botania/mutations/botania_magenta_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/mod_botania/mutations/botania_orange_mutation.json b/config/agricraft/json/server_162-33-19-107_25565/mod_botania/mutations/botania_orange_mutation.json new file mode 100644 index 00000000..f49b2e01 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_botania/mutations/botania_orange_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/mod_botania/mutations/botania_pink_mutation.json b/config/agricraft/json/server_162-33-19-107_25565/mod_botania/mutations/botania_pink_mutation.json new file mode 100644 index 00000000..609d5337 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_botania/mutations/botania_pink_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/mod_botania/mutations/botania_purple_mutation.json b/config/agricraft/json/server_162-33-19-107_25565/mod_botania/mutations/botania_purple_mutation.json new file mode 100644 index 00000000..5f675509 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_botania/mutations/botania_purple_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/mod_botania/mutations/botania_red_mutation.json b/config/agricraft/json/server_162-33-19-107_25565/mod_botania/mutations/botania_red_mutation.json new file mode 100644 index 00000000..bee8fb86 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_botania/mutations/botania_red_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/mod_botania/mutations/botania_white_mutation.json b/config/agricraft/json/server_162-33-19-107_25565/mod_botania/mutations/botania_white_mutation.json new file mode 100644 index 00000000..4bdd13d8 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_botania/mutations/botania_white_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/mod_botania/mutations/botania_yellow_mutation.json b/config/agricraft/json/server_162-33-19-107_25565/mod_botania/mutations/botania_yellow_mutation.json new file mode 100644 index 00000000..cc49d6cb --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_botania/mutations/botania_yellow_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/mod_botania/plants/botania_black_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_botania/plants/botania_black_plant.json new file mode 100644 index 00000000..8e4a0c05 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_botania/plants/botania_black_plant.json @@ -0,0 +1,61 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/mod_botania/plants/botania_blue_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_botania/plants/botania_blue_plant.json new file mode 100644 index 00000000..bd57a814 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_botania/plants/botania_blue_plant.json @@ -0,0 +1,61 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/mod_botania/plants/botania_brown_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_botania/plants/botania_brown_plant.json new file mode 100644 index 00000000..22b8e67a --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_botania/plants/botania_brown_plant.json @@ -0,0 +1,61 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/mod_botania/plants/botania_cyan_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_botania/plants/botania_cyan_plant.json new file mode 100644 index 00000000..7e68316b --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_botania/plants/botania_cyan_plant.json @@ -0,0 +1,61 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/mod_botania/plants/botania_gray_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_botania/plants/botania_gray_plant.json new file mode 100644 index 00000000..bad4c634 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_botania/plants/botania_gray_plant.json @@ -0,0 +1,61 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/mod_botania/plants/botania_green_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_botania/plants/botania_green_plant.json new file mode 100644 index 00000000..38523630 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_botania/plants/botania_green_plant.json @@ -0,0 +1,61 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/mod_botania/plants/botania_light_blue_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_botania/plants/botania_light_blue_plant.json new file mode 100644 index 00000000..c04ebc4a --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_botania/plants/botania_light_blue_plant.json @@ -0,0 +1,61 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/mod_botania/plants/botania_light_gray_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_botania/plants/botania_light_gray_plant.json new file mode 100644 index 00000000..de6b39b9 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_botania/plants/botania_light_gray_plant.json @@ -0,0 +1,61 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/mod_botania/plants/botania_lime_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_botania/plants/botania_lime_plant.json new file mode 100644 index 00000000..d42cdeff --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_botania/plants/botania_lime_plant.json @@ -0,0 +1,61 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/mod_botania/plants/botania_magenta_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_botania/plants/botania_magenta_plant.json new file mode 100644 index 00000000..ab5bd1ef --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_botania/plants/botania_magenta_plant.json @@ -0,0 +1,61 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/mod_botania/plants/botania_orange_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_botania/plants/botania_orange_plant.json new file mode 100644 index 00000000..eaac59e3 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_botania/plants/botania_orange_plant.json @@ -0,0 +1,61 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/mod_botania/plants/botania_pink_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_botania/plants/botania_pink_plant.json new file mode 100644 index 00000000..462b1f0f --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_botania/plants/botania_pink_plant.json @@ -0,0 +1,61 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/mod_botania/plants/botania_purple_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_botania/plants/botania_purple_plant.json new file mode 100644 index 00000000..b48c33ce --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_botania/plants/botania_purple_plant.json @@ -0,0 +1,61 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/mod_botania/plants/botania_red_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_botania/plants/botania_red_plant.json new file mode 100644 index 00000000..12f83fdd --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_botania/plants/botania_red_plant.json @@ -0,0 +1,61 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/mod_botania/plants/botania_white_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_botania/plants/botania_white_plant.json new file mode 100644 index 00000000..0471fc23 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_botania/plants/botania_white_plant.json @@ -0,0 +1,61 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/mod_botania/plants/botania_yellow_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_botania/plants/botania_yellow_plant.json new file mode 100644 index 00000000..aba9c778 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_botania/plants/botania_yellow_plant.json @@ -0,0 +1,61 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/mod_botania/soils/podzol_soil.json b/config/agricraft/json/server_162-33-19-107_25565/mod_botania/soils/podzol_soil.json new file mode 100644 index 00000000..9943b97d --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_botania/soils/podzol_soil.json @@ -0,0 +1,18 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/mod_immersiveengineering/hemp_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_immersiveengineering/hemp_plant.json new file mode 100644 index 00000000..325ba702 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_immersiveengineering/hemp_plant.json @@ -0,0 +1,84 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagradditions/awakened_draconium_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagradditions/awakened_draconium_plant.json new file mode 100644 index 00000000..af7a10de --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagradditions/awakened_draconium_plant.json @@ -0,0 +1,88 @@ +{ + "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" + ], + "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": true, + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagradditions/dragon_egg_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagradditions/dragon_egg_plant.json new file mode 100644 index 00000000..bfec8028 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagradditions/dragon_egg_plant.json @@ -0,0 +1,88 @@ +{ + "path": "mod_mysticalagradditions/dragon_egg_plant.json", + "enabled": true, + "id": "mysticalagradditions:dragon_egg_plant", + "plant_name": "Dragon Egg Crop", + "seed_name": "Dragon Egg Seeds", + "seed_items": [ + { + "item": "mysticalagradditions:dragon_egg_seeds", + "meta": 0, + "tags": "", + "ignoreMeta": false, + "ignoreTags": [ + "*" + ], + "useOreDict": false + } + ], + "description": { + "translations": {}, + "default": "Seeds of the dragon." + }, + "growth_chance": 0.9, + "growth_bonus": 0.02, + "bonemeal": false, + "tier": 1, + "weedable": false, + "aggressive": false, + "spread_chance": 0.1, + "spawn_chance": 0.0, + "grass_drop_chance": 0.0, + "seed_drop_chance": 1.0, + "seed_drop_bonus": 0.0, + "products": { + "products": [ + { + "min": 1, + "max": 5, + "chance": 0.9, + "required": true, + "item": "mysticalagradditions:dragon_egg_essence", + "meta": 0, + "tags": "", + "ignoreMeta": false, + "ignoreTags": [], + "useOreDict": false + } + ] + }, + "requirement": { + "min_light": 10, + "max_light": 16, + "soils": [ + "farmland_soil" + ], + "conditions": [ + { + "amount": 1, + "min_x": 0, + "min_y": -2, + "min_z": 0, + "max_x": 0, + "max_y": -2, + "max_z": 0, + "item": "mysticalagradditions:special", + "meta": 1, + "tags": "", + "ignoreMeta": true, + "ignoreTags": [], + "useOreDict": false + } + ] + }, + "texture": { + "render_type": "cross", + "seed_texture": "mysticalagriculture:items/dragon_egg_seeds", + "plant_textures": [ + "mysticalagriculture:blocks/crop0", + "mysticalagriculture:blocks/crop1", + "mysticalagriculture:blocks/crop2", + "mysticalagriculture:blocks/crop2", + "mysticalagriculture:blocks/crop3", + "mysticalagriculture:blocks/crop4", + "mysticalagriculture:blocks/crop4", + "mysticalagradditions:blocks/dragon_egg_crop" + ] + } +} diff --git a/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagradditions/nether_star_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagradditions/nether_star_plant.json new file mode 100644 index 00000000..75aca1df --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagradditions/nether_star_plant.json @@ -0,0 +1,88 @@ +{ + "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" + ], + "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": true, + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagradditions/tier6_inferium_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagradditions/tier6_inferium_plant.json new file mode 100644 index 00000000..a176f74e --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagradditions/tier6_inferium_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/abyssalnite_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/abyssalnite_plant.json new file mode 100644 index 00000000..f9157556 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/abyssalnite_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/aluminum_brass_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/aluminum_brass_plant.json new file mode 100644 index 00000000..0065ff3e --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/aluminum_brass_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/aluminum_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/aluminum_plant.json new file mode 100644 index 00000000..083ec4db --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/aluminum_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/alumite_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/alumite_plant.json new file mode 100644 index 00000000..94e9f673 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/alumite_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/amber_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/amber_plant.json new file mode 100644 index 00000000..5bad4193 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/amber_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/apatite_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/apatite_plant.json new file mode 100644 index 00000000..4b9cedd2 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/apatite_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/aquamarine_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/aquamarine_plant.json new file mode 100644 index 00000000..a08ba959 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/aquamarine_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/ardite_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/ardite_plant.json new file mode 100644 index 00000000..b136a4c1 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/ardite_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/basalt_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/basalt_plant.json new file mode 100644 index 00000000..9763a9ae --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/basalt_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/basalz_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/basalz_plant.json new file mode 100644 index 00000000..85721827 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/basalz_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/black_quartz_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/black_quartz_plant.json new file mode 100644 index 00000000..e5933932 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/black_quartz_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/blaze_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/blaze_plant.json new file mode 100644 index 00000000..512e5ae9 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/blaze_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/blitz_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/blitz_plant.json new file mode 100644 index 00000000..5c50a311 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/blitz_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/blizz_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/blizz_plant.json new file mode 100644 index 00000000..f4b0b27b --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/blizz_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/boron_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/boron_plant.json new file mode 100644 index 00000000..010e9e4d --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/boron_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/brass_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/brass_plant.json new file mode 100644 index 00000000..c3aa21c5 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/brass_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/bronze_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/bronze_plant.json new file mode 100644 index 00000000..731ca329 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/bronze_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/certus_quartz_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/certus_quartz_plant.json new file mode 100644 index 00000000..02ab54cb --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/certus_quartz_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/chicken_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/chicken_plant.json new file mode 100644 index 00000000..2d992fd3 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/chicken_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/chrome_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/chrome_plant.json new file mode 100644 index 00000000..d55d2cc9 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/chrome_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/coal_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/coal_plant.json new file mode 100644 index 00000000..dcac5f3f --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/coal_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/cobalt_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/cobalt_plant.json new file mode 100644 index 00000000..070237d9 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/cobalt_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/conductive_iron_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/conductive_iron_plant.json new file mode 100644 index 00000000..ebdc74ed --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/conductive_iron_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/constantan_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/constantan_plant.json new file mode 100644 index 00000000..bd0324e4 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/constantan_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/copper_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/copper_plant.json new file mode 100644 index 00000000..4f83a533 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/copper_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/coralium_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/coralium_plant.json new file mode 100644 index 00000000..3f1f6e85 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/coralium_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/cow_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/cow_plant.json new file mode 100644 index 00000000..bea16b68 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/cow_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/creeper_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/creeper_plant.json new file mode 100644 index 00000000..8ef53c30 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/creeper_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/dark_steel_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/dark_steel_plant.json new file mode 100644 index 00000000..3f647ecd --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/dark_steel_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/diamond_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/diamond_plant.json new file mode 100644 index 00000000..9acc46fd --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/diamond_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/dirt_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/dirt_plant.json new file mode 100644 index 00000000..4a42eb6d --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/dirt_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/draconium_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/draconium_plant.json new file mode 100644 index 00000000..cb6d12ec --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/draconium_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/dreadium_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/dreadium_plant.json new file mode 100644 index 00000000..6455a090 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/dreadium_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/dye_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/dye_plant.json new file mode 100644 index 00000000..487559e7 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/dye_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/electrical_steel_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/electrical_steel_plant.json new file mode 100644 index 00000000..0d84b138 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/electrical_steel_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/electrotine_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/electrotine_plant.json new file mode 100644 index 00000000..88feaadd --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/electrotine_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/electrum_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/electrum_plant.json new file mode 100644 index 00000000..49c7e411 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/electrum_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/elementium_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/elementium_plant.json new file mode 100644 index 00000000..65a18db8 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/elementium_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/emerald_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/emerald_plant.json new file mode 100644 index 00000000..16566ebc --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/emerald_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/end_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/end_plant.json new file mode 100644 index 00000000..74dcaaca --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/end_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/end_steel_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/end_steel_plant.json new file mode 100644 index 00000000..6efa04ab --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/end_steel_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/ender_amethyst_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/ender_amethyst_plant.json new file mode 100644 index 00000000..398250b4 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/ender_amethyst_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/enderium_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/enderium_plant.json new file mode 100644 index 00000000..def67fd4 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/enderium_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/enderman_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/enderman_plant.json new file mode 100644 index 00000000..cd8ca35d --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/enderman_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/energetic_alloy_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/energetic_alloy_plant.json new file mode 100644 index 00000000..3ccbd254 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/energetic_alloy_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/experience_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/experience_plant.json new file mode 100644 index 00000000..998b6dca --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/experience_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/fiery_ingot_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/fiery_ingot_plant.json new file mode 100644 index 00000000..3df17b34 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/fiery_ingot_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/fire_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/fire_plant.json new file mode 100644 index 00000000..bb4f6029 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/fire_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/fluix_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/fluix_plant.json new file mode 100644 index 00000000..bb1f22cf --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/fluix_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/fluxed_electrum_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/fluxed_electrum_plant.json new file mode 100644 index 00000000..82b631c7 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/fluxed_electrum_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/ghast_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/ghast_plant.json new file mode 100644 index 00000000..c5d26570 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/ghast_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/glowstone_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/glowstone_plant.json new file mode 100644 index 00000000..4194dccd --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/glowstone_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/gold_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/gold_plant.json new file mode 100644 index 00000000..f25d8e39 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/gold_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/grains_of_infinity_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/grains_of_infinity_plant.json new file mode 100644 index 00000000..cef33aee --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/grains_of_infinity_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/graphite_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/graphite_plant.json new file mode 100644 index 00000000..c892fdaf --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/graphite_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/guardian_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/guardian_plant.json new file mode 100644 index 00000000..0432213c --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/guardian_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/hop_graphite_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/hop_graphite_plant.json new file mode 100644 index 00000000..8f92a4b3 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/hop_graphite_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/ice_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/ice_plant.json new file mode 100644 index 00000000..c06af3b2 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/ice_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/invar_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/invar_plant.json new file mode 100644 index 00000000..020073e9 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/invar_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/iridium_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/iridium_plant.json new file mode 100644 index 00000000..ec64e783 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/iridium_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/iron_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/iron_plant.json new file mode 100644 index 00000000..fbad20a2 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/iron_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/ironwood_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/ironwood_plant.json new file mode 100644 index 00000000..5ac64379 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/ironwood_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/jade_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/jade_plant.json new file mode 100644 index 00000000..cbeed5ac --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/jade_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/knightmetal_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/knightmetal_plant.json new file mode 100644 index 00000000..6652cafe --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/knightmetal_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/knightslime_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/knightslime_plant.json new file mode 100644 index 00000000..c5220987 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/knightslime_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/lapis_lazuli_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/lapis_lazuli_plant.json new file mode 100644 index 00000000..6a78bad1 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/lapis_lazuli_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/lead_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/lead_plant.json new file mode 100644 index 00000000..468d0f91 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/lead_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/limestone_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/limestone_plant.json new file mode 100644 index 00000000..87039775 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/limestone_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/lithium_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/lithium_plant.json new file mode 100644 index 00000000..b04520d2 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/lithium_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/lumium_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/lumium_plant.json new file mode 100644 index 00000000..9442a8f4 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/lumium_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/magnesium_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/magnesium_plant.json new file mode 100644 index 00000000..f6f3b472 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/magnesium_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/malachite_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/malachite_plant.json new file mode 100644 index 00000000..59706680 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/malachite_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/manasteel_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/manasteel_plant.json new file mode 100644 index 00000000..18280a68 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/manasteel_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/manyullyn_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/manyullyn_plant.json new file mode 100644 index 00000000..56e52c8e --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/manyullyn_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/marble_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/marble_plant.json new file mode 100644 index 00000000..f9d1eeee --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/marble_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/menril_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/menril_plant.json new file mode 100644 index 00000000..e621a26f --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/menril_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/mithril_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/mithril_plant.json new file mode 100644 index 00000000..58458ad6 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/mithril_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/mystical_flower_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/mystical_flower_plant.json new file mode 100644 index 00000000..ff5d079d --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/mystical_flower_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/nature_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/nature_plant.json new file mode 100644 index 00000000..d795df34 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/nature_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/nether_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/nether_plant.json new file mode 100644 index 00000000..9da50286 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/nether_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/nether_quartz_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/nether_quartz_plant.json new file mode 100644 index 00000000..9f7b254f --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/nether_quartz_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/nickel_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/nickel_plant.json new file mode 100644 index 00000000..d6b7a538 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/nickel_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/obsidian_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/obsidian_plant.json new file mode 100644 index 00000000..f351a2fe --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/obsidian_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/octine_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/octine_plant.json new file mode 100644 index 00000000..e4ceaf63 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/octine_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/peridot_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/peridot_plant.json new file mode 100644 index 00000000..92e352a1 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/peridot_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/pig_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/pig_plant.json new file mode 100644 index 00000000..93208edf --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/pig_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/platinum_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/platinum_plant.json new file mode 100644 index 00000000..c607029e --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/platinum_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/pulsating_iron_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/pulsating_iron_plant.json new file mode 100644 index 00000000..6256cc0e --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/pulsating_iron_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/quicksilver_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/quicksilver_plant.json new file mode 100644 index 00000000..8bb06a43 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/quicksilver_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/rabbit_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/rabbit_plant.json new file mode 100644 index 00000000..fd7ed5dc --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/rabbit_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/redstone_alloy_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/redstone_alloy_plant.json new file mode 100644 index 00000000..3918b933 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/redstone_alloy_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/redstone_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/redstone_plant.json new file mode 100644 index 00000000..8cf15aa2 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/redstone_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/rock_crystal_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/rock_crystal_plant.json new file mode 100644 index 00000000..c88dcbfe --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/rock_crystal_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/rubber_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/rubber_plant.json new file mode 100644 index 00000000..35a714ea --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/rubber_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/ruby_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/ruby_plant.json new file mode 100644 index 00000000..f6a5f2ae --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/ruby_plant.json @@ -0,0 +1,72 @@ +{ + "path": "mod_mysticalagriculture/plants/ruby_plant.json", + "enabled": true, + "id": "mysticalagriculture:rubyr_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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/saltpeter_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/saltpeter_plant.json new file mode 100644 index 00000000..b9ad02ce --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/saltpeter_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/sapphire_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/sapphire_plant.json new file mode 100644 index 00000000..beb0d39a --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/sapphire_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/sheep_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/sheep_plant.json new file mode 100644 index 00000000..d417ab76 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/sheep_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/signalum_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/signalum_plant.json new file mode 100644 index 00000000..2119915b --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/signalum_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/silicon_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/silicon_plant.json new file mode 100644 index 00000000..1b1d2a9c --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/silicon_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/silver_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/silver_plant.json new file mode 100644 index 00000000..78ee47ed --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/silver_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/skeleton_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/skeleton_plant.json new file mode 100644 index 00000000..bee55a53 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/skeleton_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/sky_stone_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/sky_stone_plant.json new file mode 100644 index 00000000..8def9241 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/sky_stone_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/slime_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/slime_plant.json new file mode 100644 index 00000000..7c2e14f9 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/slime_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/slimy_bone_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/slimy_bone_plant.json new file mode 100644 index 00000000..369ffa54 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/slimy_bone_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/soularium_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/soularium_plant.json new file mode 100644 index 00000000..84a3e085 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/soularium_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/spider_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/spider_plant.json new file mode 100644 index 00000000..8bfd3e34 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/spider_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/starmetal_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/starmetal_plant.json new file mode 100644 index 00000000..22542dd4 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/starmetal_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/steel_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/steel_plant.json new file mode 100644 index 00000000..4b2f39ff --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/steel_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/steeleaf_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/steeleaf_plant.json new file mode 100644 index 00000000..23df0555 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/steeleaf_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/stone_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/stone_plant.json new file mode 100644 index 00000000..b655c3cb --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/stone_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/sulfur_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/sulfur_plant.json new file mode 100644 index 00000000..eb39b2f7 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/sulfur_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/syrmorite_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/syrmorite_plant.json new file mode 100644 index 00000000..0decb7d8 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/syrmorite_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/tanzanite_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/tanzanite_plant.json new file mode 100644 index 00000000..fbea556d --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/tanzanite_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/terrasteel_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/terrasteel_plant.json new file mode 100644 index 00000000..1ba3755b --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/terrasteel_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/thaumium_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/thaumium_plant.json new file mode 100644 index 00000000..9bc37963 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/thaumium_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/thorium_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/thorium_plant.json new file mode 100644 index 00000000..a34afbbc --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/thorium_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/tier1_inferium_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/tier1_inferium_plant.json new file mode 100644 index 00000000..bc55c3a1 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/tier1_inferium_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/tier2_inferium_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/tier2_inferium_plant.json new file mode 100644 index 00000000..7443b617 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/tier2_inferium_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/tier3_inferium_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/tier3_inferium_plant.json new file mode 100644 index 00000000..72d07a36 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/tier3_inferium_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/tier4_inferium_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/tier4_inferium_plant.json new file mode 100644 index 00000000..a565609a --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/tier4_inferium_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/tier5_inferium_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/tier5_inferium_plant.json new file mode 100644 index 00000000..78c28a9b --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/tier5_inferium_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/tin_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/tin_plant.json new file mode 100644 index 00000000..a0f22b42 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/tin_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/titanium_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/titanium_plant.json new file mode 100644 index 00000000..793e51ad --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/titanium_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/topaz_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/topaz_plant.json new file mode 100644 index 00000000..d49eab5b --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/topaz_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/tungsten_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/tungsten_plant.json new file mode 100644 index 00000000..dabbc5da --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/tungsten_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/uranium_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/uranium_plant.json new file mode 100644 index 00000000..f569732b --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/uranium_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/valonite_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/valonite_plant.json new file mode 100644 index 00000000..783402bb --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/valonite_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/vibrant_alloy_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/vibrant_alloy_plant.json new file mode 100644 index 00000000..e36eb779 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/vibrant_alloy_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/void_metal_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/void_metal_plant.json new file mode 100644 index 00000000..73caa713 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/void_metal_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/water_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/water_plant.json new file mode 100644 index 00000000..314b2dad --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/water_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/wither_skeleton_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/wither_skeleton_plant.json new file mode 100644 index 00000000..f1761ef6 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/wither_skeleton_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/wood_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/wood_plant.json new file mode 100644 index 00000000..a80db850 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/wood_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/yellorium_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/yellorium_plant.json new file mode 100644 index 00000000..9e46a081 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/yellorium_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/zinc_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/zinc_plant.json new file mode 100644 index 00000000..79135622 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/zinc_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/zombie_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/zombie_plant.json new file mode 100644 index 00000000..543628dd --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_mysticalagriculture/plants/zombie_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-107_25565/mod_natura/barley_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_natura/barley_plant.json new file mode 100644 index 00000000..40ca3032 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_natura/barley_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/mod_natura/cotton_plant.json b/config/agricraft/json/server_162-33-19-107_25565/mod_natura/cotton_plant.json new file mode 100644 index 00000000..5d1e0c19 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_natura/cotton_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/mod_randomthings/soils/fertilized_dirt_soil.json b/config/agricraft/json/server_162-33-19-107_25565/mod_randomthings/soils/fertilized_dirt_soil.json new file mode 100644 index 00000000..0bd87079 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/mod_randomthings/soils/fertilized_dirt_soil.json @@ -0,0 +1,18 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/resource/mutations/aurigold_mutation.json b/config/agricraft/json/server_162-33-19-107_25565/resource/mutations/aurigold_mutation.json new file mode 100644 index 00000000..8f4b92a2 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/resource/mutations/aurigold_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/resource/mutations/cuprosia_mutation.json b/config/agricraft/json/server_162-33-19-107_25565/resource/mutations/cuprosia_mutation.json new file mode 100644 index 00000000..06ff51e5 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/resource/mutations/cuprosia_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/resource/mutations/diamahlia_mutation.json b/config/agricraft/json/server_162-33-19-107_25565/resource/mutations/diamahlia_mutation.json new file mode 100644 index 00000000..b98a9ba7 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/resource/mutations/diamahlia_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/resource/mutations/emeryllis_mutation.json b/config/agricraft/json/server_162-33-19-107_25565/resource/mutations/emeryllis_mutation.json new file mode 100644 index 00000000..5c33ad2a --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/resource/mutations/emeryllis_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/resource/mutations/ferranium_mutation.json b/config/agricraft/json/server_162-33-19-107_25565/resource/mutations/ferranium_mutation.json new file mode 100644 index 00000000..2ee5ccec --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/resource/mutations/ferranium_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/resource/mutations/jaslumine_mutation.json b/config/agricraft/json/server_162-33-19-107_25565/resource/mutations/jaslumine_mutation.json new file mode 100644 index 00000000..ced1b212 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/resource/mutations/jaslumine_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/resource/mutations/lapender_mutation.json b/config/agricraft/json/server_162-33-19-107_25565/resource/mutations/lapender_mutation.json new file mode 100644 index 00000000..16a4d85e --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/resource/mutations/lapender_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/resource/mutations/niccissus_mutation.json b/config/agricraft/json/server_162-33-19-107_25565/resource/mutations/niccissus_mutation.json new file mode 100644 index 00000000..6bcc67b5 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/resource/mutations/niccissus_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/resource/mutations/nitorwart_mutation.json b/config/agricraft/json/server_162-33-19-107_25565/resource/mutations/nitorwart_mutation.json new file mode 100644 index 00000000..3cde536e --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/resource/mutations/nitorwart_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/resource/mutations/petinia_mutation.json b/config/agricraft/json/server_162-33-19-107_25565/resource/mutations/petinia_mutation.json new file mode 100644 index 00000000..a56bf6fa --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/resource/mutations/petinia_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/resource/mutations/platiolus_mutation.json b/config/agricraft/json/server_162-33-19-107_25565/resource/mutations/platiolus_mutation.json new file mode 100644 index 00000000..ddf250ae --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/resource/mutations/platiolus_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/resource/mutations/plombean_mutation.json b/config/agricraft/json/server_162-33-19-107_25565/resource/mutations/plombean_mutation.json new file mode 100644 index 00000000..b3bfe5f0 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/resource/mutations/plombean_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/resource/mutations/quartzanthemum_mutation.json b/config/agricraft/json/server_162-33-19-107_25565/resource/mutations/quartzanthemum_mutation.json new file mode 100644 index 00000000..25802c67 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/resource/mutations/quartzanthemum_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/resource/mutations/redstodendron_mutation.json b/config/agricraft/json/server_162-33-19-107_25565/resource/mutations/redstodendron_mutation.json new file mode 100644 index 00000000..9a2fa415 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/resource/mutations/redstodendron_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/resource/plants/aurigold_plant.json b/config/agricraft/json/server_162-33-19-107_25565/resource/plants/aurigold_plant.json new file mode 100644 index 00000000..198ecde9 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/resource/plants/aurigold_plant.json @@ -0,0 +1,77 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/resource/plants/cuprosia_plant.json b/config/agricraft/json/server_162-33-19-107_25565/resource/plants/cuprosia_plant.json new file mode 100644 index 00000000..6c5439a3 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/resource/plants/cuprosia_plant.json @@ -0,0 +1,77 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/resource/plants/diamahlia_plant.json b/config/agricraft/json/server_162-33-19-107_25565/resource/plants/diamahlia_plant.json new file mode 100644 index 00000000..c2452fa4 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/resource/plants/diamahlia_plant.json @@ -0,0 +1,77 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/resource/plants/emeryllis_plant.json b/config/agricraft/json/server_162-33-19-107_25565/resource/plants/emeryllis_plant.json new file mode 100644 index 00000000..2265ec48 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/resource/plants/emeryllis_plant.json @@ -0,0 +1,77 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/resource/plants/ferranium_plant.json b/config/agricraft/json/server_162-33-19-107_25565/resource/plants/ferranium_plant.json new file mode 100644 index 00000000..6c53f6ef --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/resource/plants/ferranium_plant.json @@ -0,0 +1,77 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/resource/plants/jaslumine_plant.json b/config/agricraft/json/server_162-33-19-107_25565/resource/plants/jaslumine_plant.json new file mode 100644 index 00000000..17483a2e --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/resource/plants/jaslumine_plant.json @@ -0,0 +1,77 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/resource/plants/lapender_plant.json b/config/agricraft/json/server_162-33-19-107_25565/resource/plants/lapender_plant.json new file mode 100644 index 00000000..44ccddeb --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/resource/plants/lapender_plant.json @@ -0,0 +1,77 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/resource/plants/niccissus_plant.json b/config/agricraft/json/server_162-33-19-107_25565/resource/plants/niccissus_plant.json new file mode 100644 index 00000000..bf6a6c6b --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/resource/plants/niccissus_plant.json @@ -0,0 +1,77 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/resource/plants/nitorwart_plant.json b/config/agricraft/json/server_162-33-19-107_25565/resource/plants/nitorwart_plant.json new file mode 100644 index 00000000..7d751149 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/resource/plants/nitorwart_plant.json @@ -0,0 +1,77 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/resource/plants/petinia_plant.json b/config/agricraft/json/server_162-33-19-107_25565/resource/plants/petinia_plant.json new file mode 100644 index 00000000..8d6be51b --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/resource/plants/petinia_plant.json @@ -0,0 +1,77 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/resource/plants/platiolus_plant.json b/config/agricraft/json/server_162-33-19-107_25565/resource/plants/platiolus_plant.json new file mode 100644 index 00000000..fe81ec68 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/resource/plants/platiolus_plant.json @@ -0,0 +1,77 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/resource/plants/plombean_plant.json b/config/agricraft/json/server_162-33-19-107_25565/resource/plants/plombean_plant.json new file mode 100644 index 00000000..aa86956c --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/resource/plants/plombean_plant.json @@ -0,0 +1,77 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/resource/plants/quartzanthemum_plant.json b/config/agricraft/json/server_162-33-19-107_25565/resource/plants/quartzanthemum_plant.json new file mode 100644 index 00000000..4d330a3c --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/resource/plants/quartzanthemum_plant.json @@ -0,0 +1,77 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/resource/plants/redstodendron_plant.json b/config/agricraft/json/server_162-33-19-107_25565/resource/plants/redstodendron_plant.json new file mode 100644 index 00000000..f0039018 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/resource/plants/redstodendron_plant.json @@ -0,0 +1,77 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/resource/soils/gravel_soil.json b/config/agricraft/json/server_162-33-19-107_25565/resource/soils/gravel_soil.json new file mode 100644 index 00000000..6cbc1bf5 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/resource/soils/gravel_soil.json @@ -0,0 +1,18 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/resource/soils/stone_soil.json b/config/agricraft/json/server_162-33-19-107_25565/resource/soils/stone_soil.json new file mode 100644 index 00000000..42d13b6a --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/resource/soils/stone_soil.json @@ -0,0 +1,18 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/vanilla/mutations/allium_mutation.json b/config/agricraft/json/server_162-33-19-107_25565/vanilla/mutations/allium_mutation.json new file mode 100644 index 00000000..8e332e03 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/vanilla/mutations/allium_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/vanilla/mutations/brown_mushroom_mutation.json b/config/agricraft/json/server_162-33-19-107_25565/vanilla/mutations/brown_mushroom_mutation.json new file mode 100644 index 00000000..7fd4a11d --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/vanilla/mutations/brown_mushroom_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/vanilla/mutations/cactus_mutation.json b/config/agricraft/json/server_162-33-19-107_25565/vanilla/mutations/cactus_mutation.json new file mode 100644 index 00000000..cad69536 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/vanilla/mutations/cactus_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/vanilla/mutations/carrot_mutation.json b/config/agricraft/json/server_162-33-19-107_25565/vanilla/mutations/carrot_mutation.json new file mode 100644 index 00000000..865202c2 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/vanilla/mutations/carrot_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/vanilla/mutations/daisy_mutation.json b/config/agricraft/json/server_162-33-19-107_25565/vanilla/mutations/daisy_mutation.json new file mode 100644 index 00000000..ba6c5d86 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/vanilla/mutations/daisy_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/vanilla/mutations/dandelion_mutation.json b/config/agricraft/json/server_162-33-19-107_25565/vanilla/mutations/dandelion_mutation.json new file mode 100644 index 00000000..30d3ea6e --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/vanilla/mutations/dandelion_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/vanilla/mutations/melon_mutation.json b/config/agricraft/json/server_162-33-19-107_25565/vanilla/mutations/melon_mutation.json new file mode 100644 index 00000000..806a35d2 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/vanilla/mutations/melon_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/vanilla/mutations/orange_tulip_mutation.json b/config/agricraft/json/server_162-33-19-107_25565/vanilla/mutations/orange_tulip_mutation.json new file mode 100644 index 00000000..730283d6 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/vanilla/mutations/orange_tulip_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/vanilla/mutations/orchid_mutation.json b/config/agricraft/json/server_162-33-19-107_25565/vanilla/mutations/orchid_mutation.json new file mode 100644 index 00000000..9b1d9782 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/vanilla/mutations/orchid_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/vanilla/mutations/pink_tulip_mutation.json b/config/agricraft/json/server_162-33-19-107_25565/vanilla/mutations/pink_tulip_mutation.json new file mode 100644 index 00000000..38efe319 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/vanilla/mutations/pink_tulip_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/vanilla/mutations/poppy_mutation.json b/config/agricraft/json/server_162-33-19-107_25565/vanilla/mutations/poppy_mutation.json new file mode 100644 index 00000000..6d59e74e --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/vanilla/mutations/poppy_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/vanilla/mutations/pumpkin_mutation.json b/config/agricraft/json/server_162-33-19-107_25565/vanilla/mutations/pumpkin_mutation.json new file mode 100644 index 00000000..33baf7af --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/vanilla/mutations/pumpkin_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/vanilla/mutations/red_mushroom_mutation.json b/config/agricraft/json/server_162-33-19-107_25565/vanilla/mutations/red_mushroom_mutation.json new file mode 100644 index 00000000..c2ba3985 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/vanilla/mutations/red_mushroom_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/vanilla/mutations/red_tulip_mutation.json b/config/agricraft/json/server_162-33-19-107_25565/vanilla/mutations/red_tulip_mutation.json new file mode 100644 index 00000000..eaa27f2a --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/vanilla/mutations/red_tulip_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/vanilla/mutations/sugarcane_mutation.json b/config/agricraft/json/server_162-33-19-107_25565/vanilla/mutations/sugarcane_mutation.json new file mode 100644 index 00000000..640832db --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/vanilla/mutations/sugarcane_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/vanilla/mutations/white_tulip_mutation.json b/config/agricraft/json/server_162-33-19-107_25565/vanilla/mutations/white_tulip_mutation.json new file mode 100644 index 00000000..87d21368 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/vanilla/mutations/white_tulip_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/vanilla/plants/allium_plant.json b/config/agricraft/json/server_162-33-19-107_25565/vanilla/plants/allium_plant.json new file mode 100644 index 00000000..c8bcb254 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/vanilla/plants/allium_plant.json @@ -0,0 +1,61 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/vanilla/plants/beet_root_plant.json b/config/agricraft/json/server_162-33-19-107_25565/vanilla/plants/beet_root_plant.json new file mode 100644 index 00000000..93ab99b5 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/vanilla/plants/beet_root_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/vanilla/plants/brown_mushroom_plant.json b/config/agricraft/json/server_162-33-19-107_25565/vanilla/plants/brown_mushroom_plant.json new file mode 100644 index 00000000..00d8f637 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/vanilla/plants/brown_mushroom_plant.json @@ -0,0 +1,82 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/vanilla/plants/cactus_plant.json b/config/agricraft/json/server_162-33-19-107_25565/vanilla/plants/cactus_plant.json new file mode 100644 index 00000000..0025acb2 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/vanilla/plants/cactus_plant.json @@ -0,0 +1,82 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/vanilla/plants/carrot_plant.json b/config/agricraft/json/server_162-33-19-107_25565/vanilla/plants/carrot_plant.json new file mode 100644 index 00000000..1b7ce862 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/vanilla/plants/carrot_plant.json @@ -0,0 +1,82 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/vanilla/plants/daisy_plant.json b/config/agricraft/json/server_162-33-19-107_25565/vanilla/plants/daisy_plant.json new file mode 100644 index 00000000..81f8130f --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/vanilla/plants/daisy_plant.json @@ -0,0 +1,61 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/vanilla/plants/dandelion_plant.json b/config/agricraft/json/server_162-33-19-107_25565/vanilla/plants/dandelion_plant.json new file mode 100644 index 00000000..d9519201 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/vanilla/plants/dandelion_plant.json @@ -0,0 +1,61 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/vanilla/plants/melon_plant.json b/config/agricraft/json/server_162-33-19-107_25565/vanilla/plants/melon_plant.json new file mode 100644 index 00000000..8e3f9e84 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/vanilla/plants/melon_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/vanilla/plants/nether_wart_plant.json b/config/agricraft/json/server_162-33-19-107_25565/vanilla/plants/nether_wart_plant.json new file mode 100644 index 00000000..5f004579 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/vanilla/plants/nether_wart_plant.json @@ -0,0 +1,82 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/vanilla/plants/orange_tulip_plant.json b/config/agricraft/json/server_162-33-19-107_25565/vanilla/plants/orange_tulip_plant.json new file mode 100644 index 00000000..e1d43966 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/vanilla/plants/orange_tulip_plant.json @@ -0,0 +1,61 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/vanilla/plants/orchid_plant.json b/config/agricraft/json/server_162-33-19-107_25565/vanilla/plants/orchid_plant.json new file mode 100644 index 00000000..6a768562 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/vanilla/plants/orchid_plant.json @@ -0,0 +1,61 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/vanilla/plants/pink_tulip_plant.json b/config/agricraft/json/server_162-33-19-107_25565/vanilla/plants/pink_tulip_plant.json new file mode 100644 index 00000000..8d4a3c20 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/vanilla/plants/pink_tulip_plant.json @@ -0,0 +1,61 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/vanilla/plants/poppy_plant.json b/config/agricraft/json/server_162-33-19-107_25565/vanilla/plants/poppy_plant.json new file mode 100644 index 00000000..1523b798 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/vanilla/plants/poppy_plant.json @@ -0,0 +1,61 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/vanilla/plants/potato_plant.json b/config/agricraft/json/server_162-33-19-107_25565/vanilla/plants/potato_plant.json new file mode 100644 index 00000000..b61b3800 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/vanilla/plants/potato_plant.json @@ -0,0 +1,94 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/vanilla/plants/pumpkin_plant.json b/config/agricraft/json/server_162-33-19-107_25565/vanilla/plants/pumpkin_plant.json new file mode 100644 index 00000000..e85c6333 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/vanilla/plants/pumpkin_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/vanilla/plants/red_mushroom_plant.json b/config/agricraft/json/server_162-33-19-107_25565/vanilla/plants/red_mushroom_plant.json new file mode 100644 index 00000000..a2a46508 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/vanilla/plants/red_mushroom_plant.json @@ -0,0 +1,84 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/vanilla/plants/red_tulip_plant.json b/config/agricraft/json/server_162-33-19-107_25565/vanilla/plants/red_tulip_plant.json new file mode 100644 index 00000000..69ba0be9 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/vanilla/plants/red_tulip_plant.json @@ -0,0 +1,61 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/vanilla/plants/sugarcane_plant.json b/config/agricraft/json/server_162-33-19-107_25565/vanilla/plants/sugarcane_plant.json new file mode 100644 index 00000000..64cbe7ce --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/vanilla/plants/sugarcane_plant.json @@ -0,0 +1,85 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/vanilla/plants/wheat_plant.json b/config/agricraft/json/server_162-33-19-107_25565/vanilla/plants/wheat_plant.json new file mode 100644 index 00000000..0fe7231d --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/vanilla/plants/wheat_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/vanilla/plants/white_tulip_plant.json b/config/agricraft/json/server_162-33-19-107_25565/vanilla/plants/white_tulip_plant.json new file mode 100644 index 00000000..c9b74942 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/vanilla/plants/white_tulip_plant.json @@ -0,0 +1,61 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/vanilla/soils/farmland_soil.json b/config/agricraft/json/server_162-33-19-107_25565/vanilla/soils/farmland_soil.json new file mode 100644 index 00000000..037b994c --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/vanilla/soils/farmland_soil.json @@ -0,0 +1,18 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/vanilla/soils/grass_soil.json b/config/agricraft/json/server_162-33-19-107_25565/vanilla/soils/grass_soil.json new file mode 100644 index 00000000..deee58b9 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/vanilla/soils/grass_soil.json @@ -0,0 +1,18 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/vanilla/soils/mycelium_soil.json b/config/agricraft/json/server_162-33-19-107_25565/vanilla/soils/mycelium_soil.json new file mode 100644 index 00000000..a1d95f32 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/vanilla/soils/mycelium_soil.json @@ -0,0 +1,18 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/vanilla/soils/sand_soil.json b/config/agricraft/json/server_162-33-19-107_25565/vanilla/soils/sand_soil.json new file mode 100644 index 00000000..4671db3e --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/vanilla/soils/sand_soil.json @@ -0,0 +1,18 @@ +{ + "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/agricraft/json/server_162-33-19-107_25565/vanilla/soils/soul_sand_soil.json b/config/agricraft/json/server_162-33-19-107_25565/vanilla/soils/soul_sand_soil.json new file mode 100644 index 00000000..32709537 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-107_25565/vanilla/soils/soul_sand_soil.json @@ -0,0 +1,18 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/mod_actuallyadditions/canola_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_actuallyadditions/canola_plant.json new file mode 100644 index 00000000..5eb9d0ca --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_actuallyadditions/canola_plant.json @@ -0,0 +1,84 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/mod_actuallyadditions/coffee_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_actuallyadditions/coffee_plant.json new file mode 100644 index 00000000..fe41bd7c --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_actuallyadditions/coffee_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/mod_actuallyadditions/flax_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_actuallyadditions/flax_plant.json new file mode 100644 index 00000000..e9190666 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_actuallyadditions/flax_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/mod_actuallyadditions/rice_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_actuallyadditions/rice_plant.json new file mode 100644 index 00000000..c34882af --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_actuallyadditions/rice_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/mod_biomesoplenty/soils/loamy_farmland_soil.json b/config/agricraft/json/server_162-33-19-32_25565/mod_biomesoplenty/soils/loamy_farmland_soil.json new file mode 100644 index 00000000..c66ccac4 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_biomesoplenty/soils/loamy_farmland_soil.json @@ -0,0 +1,18 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/mod_biomesoplenty/soils/sandy_farmland_soil.json b/config/agricraft/json/server_162-33-19-32_25565/mod_biomesoplenty/soils/sandy_farmland_soil.json new file mode 100644 index 00000000..42b51f6c --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_biomesoplenty/soils/sandy_farmland_soil.json @@ -0,0 +1,18 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/mod_biomesoplenty/soils/silty_farmland_soil.json b/config/agricraft/json/server_162-33-19-32_25565/mod_biomesoplenty/soils/silty_farmland_soil.json new file mode 100644 index 00000000..9170bb83 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_biomesoplenty/soils/silty_farmland_soil.json @@ -0,0 +1,18 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/mod_botania/mutations/botania_black_mutation.json b/config/agricraft/json/server_162-33-19-32_25565/mod_botania/mutations/botania_black_mutation.json new file mode 100644 index 00000000..e9796d2b --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_botania/mutations/botania_black_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/mod_botania/mutations/botania_blue_mutation.json b/config/agricraft/json/server_162-33-19-32_25565/mod_botania/mutations/botania_blue_mutation.json new file mode 100644 index 00000000..a8ca9a20 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_botania/mutations/botania_blue_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/mod_botania/mutations/botania_brown_mutation.json b/config/agricraft/json/server_162-33-19-32_25565/mod_botania/mutations/botania_brown_mutation.json new file mode 100644 index 00000000..f1d31829 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_botania/mutations/botania_brown_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/mod_botania/mutations/botania_cyan_mutation.json b/config/agricraft/json/server_162-33-19-32_25565/mod_botania/mutations/botania_cyan_mutation.json new file mode 100644 index 00000000..82f84d63 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_botania/mutations/botania_cyan_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/mod_botania/mutations/botania_gray_mutation.json b/config/agricraft/json/server_162-33-19-32_25565/mod_botania/mutations/botania_gray_mutation.json new file mode 100644 index 00000000..40583bf1 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_botania/mutations/botania_gray_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/mod_botania/mutations/botania_green_mutation.json b/config/agricraft/json/server_162-33-19-32_25565/mod_botania/mutations/botania_green_mutation.json new file mode 100644 index 00000000..1cdf9255 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_botania/mutations/botania_green_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/mod_botania/mutations/botania_light_blue_mutation.json b/config/agricraft/json/server_162-33-19-32_25565/mod_botania/mutations/botania_light_blue_mutation.json new file mode 100644 index 00000000..ff2f7b34 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_botania/mutations/botania_light_blue_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/mod_botania/mutations/botania_light_gray_mutation.json b/config/agricraft/json/server_162-33-19-32_25565/mod_botania/mutations/botania_light_gray_mutation.json new file mode 100644 index 00000000..1c9506bb --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_botania/mutations/botania_light_gray_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/mod_botania/mutations/botania_lime_mutation.json b/config/agricraft/json/server_162-33-19-32_25565/mod_botania/mutations/botania_lime_mutation.json new file mode 100644 index 00000000..177b33ba --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_botania/mutations/botania_lime_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/mod_botania/mutations/botania_magenta_mutation.json b/config/agricraft/json/server_162-33-19-32_25565/mod_botania/mutations/botania_magenta_mutation.json new file mode 100644 index 00000000..6f2aa6bf --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_botania/mutations/botania_magenta_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/mod_botania/mutations/botania_orange_mutation.json b/config/agricraft/json/server_162-33-19-32_25565/mod_botania/mutations/botania_orange_mutation.json new file mode 100644 index 00000000..f49b2e01 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_botania/mutations/botania_orange_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/mod_botania/mutations/botania_pink_mutation.json b/config/agricraft/json/server_162-33-19-32_25565/mod_botania/mutations/botania_pink_mutation.json new file mode 100644 index 00000000..609d5337 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_botania/mutations/botania_pink_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/mod_botania/mutations/botania_purple_mutation.json b/config/agricraft/json/server_162-33-19-32_25565/mod_botania/mutations/botania_purple_mutation.json new file mode 100644 index 00000000..5f675509 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_botania/mutations/botania_purple_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/mod_botania/mutations/botania_red_mutation.json b/config/agricraft/json/server_162-33-19-32_25565/mod_botania/mutations/botania_red_mutation.json new file mode 100644 index 00000000..bee8fb86 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_botania/mutations/botania_red_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/mod_botania/mutations/botania_white_mutation.json b/config/agricraft/json/server_162-33-19-32_25565/mod_botania/mutations/botania_white_mutation.json new file mode 100644 index 00000000..4bdd13d8 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_botania/mutations/botania_white_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/mod_botania/mutations/botania_yellow_mutation.json b/config/agricraft/json/server_162-33-19-32_25565/mod_botania/mutations/botania_yellow_mutation.json new file mode 100644 index 00000000..cc49d6cb --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_botania/mutations/botania_yellow_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/mod_botania/plants/botania_black_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_botania/plants/botania_black_plant.json new file mode 100644 index 00000000..8e4a0c05 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_botania/plants/botania_black_plant.json @@ -0,0 +1,61 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/mod_botania/plants/botania_blue_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_botania/plants/botania_blue_plant.json new file mode 100644 index 00000000..bd57a814 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_botania/plants/botania_blue_plant.json @@ -0,0 +1,61 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/mod_botania/plants/botania_brown_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_botania/plants/botania_brown_plant.json new file mode 100644 index 00000000..22b8e67a --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_botania/plants/botania_brown_plant.json @@ -0,0 +1,61 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/mod_botania/plants/botania_cyan_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_botania/plants/botania_cyan_plant.json new file mode 100644 index 00000000..7e68316b --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_botania/plants/botania_cyan_plant.json @@ -0,0 +1,61 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/mod_botania/plants/botania_gray_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_botania/plants/botania_gray_plant.json new file mode 100644 index 00000000..bad4c634 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_botania/plants/botania_gray_plant.json @@ -0,0 +1,61 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/mod_botania/plants/botania_green_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_botania/plants/botania_green_plant.json new file mode 100644 index 00000000..38523630 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_botania/plants/botania_green_plant.json @@ -0,0 +1,61 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/mod_botania/plants/botania_light_blue_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_botania/plants/botania_light_blue_plant.json new file mode 100644 index 00000000..c04ebc4a --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_botania/plants/botania_light_blue_plant.json @@ -0,0 +1,61 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/mod_botania/plants/botania_light_gray_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_botania/plants/botania_light_gray_plant.json new file mode 100644 index 00000000..de6b39b9 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_botania/plants/botania_light_gray_plant.json @@ -0,0 +1,61 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/mod_botania/plants/botania_lime_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_botania/plants/botania_lime_plant.json new file mode 100644 index 00000000..d42cdeff --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_botania/plants/botania_lime_plant.json @@ -0,0 +1,61 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/mod_botania/plants/botania_magenta_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_botania/plants/botania_magenta_plant.json new file mode 100644 index 00000000..ab5bd1ef --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_botania/plants/botania_magenta_plant.json @@ -0,0 +1,61 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/mod_botania/plants/botania_orange_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_botania/plants/botania_orange_plant.json new file mode 100644 index 00000000..eaac59e3 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_botania/plants/botania_orange_plant.json @@ -0,0 +1,61 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/mod_botania/plants/botania_pink_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_botania/plants/botania_pink_plant.json new file mode 100644 index 00000000..462b1f0f --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_botania/plants/botania_pink_plant.json @@ -0,0 +1,61 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/mod_botania/plants/botania_purple_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_botania/plants/botania_purple_plant.json new file mode 100644 index 00000000..b48c33ce --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_botania/plants/botania_purple_plant.json @@ -0,0 +1,61 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/mod_botania/plants/botania_red_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_botania/plants/botania_red_plant.json new file mode 100644 index 00000000..12f83fdd --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_botania/plants/botania_red_plant.json @@ -0,0 +1,61 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/mod_botania/plants/botania_white_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_botania/plants/botania_white_plant.json new file mode 100644 index 00000000..0471fc23 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_botania/plants/botania_white_plant.json @@ -0,0 +1,61 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/mod_botania/plants/botania_yellow_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_botania/plants/botania_yellow_plant.json new file mode 100644 index 00000000..aba9c778 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_botania/plants/botania_yellow_plant.json @@ -0,0 +1,61 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/mod_botania/soils/podzol_soil.json b/config/agricraft/json/server_162-33-19-32_25565/mod_botania/soils/podzol_soil.json new file mode 100644 index 00000000..9943b97d --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_botania/soils/podzol_soil.json @@ -0,0 +1,18 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/mod_immersiveengineering/hemp_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_immersiveengineering/hemp_plant.json new file mode 100644 index 00000000..325ba702 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_immersiveengineering/hemp_plant.json @@ -0,0 +1,84 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagradditions/awakened_draconium_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagradditions/awakened_draconium_plant.json new file mode 100644 index 00000000..af7a10de --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagradditions/awakened_draconium_plant.json @@ -0,0 +1,88 @@ +{ + "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" + ], + "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": true, + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagradditions/dragon_egg_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagradditions/dragon_egg_plant.json new file mode 100644 index 00000000..0354fca8 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagradditions/dragon_egg_plant.json @@ -0,0 +1,72 @@ +{ + "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": "mysticalagriculture:crafting", + "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/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", + "mysticalagriculture:blocks/dragon_egg_crop" + ] + } +} diff --git a/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagradditions/nether_star_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagradditions/nether_star_plant.json new file mode 100644 index 00000000..75aca1df --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagradditions/nether_star_plant.json @@ -0,0 +1,88 @@ +{ + "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" + ], + "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": true, + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagradditions/tier6_inferium_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagradditions/tier6_inferium_plant.json new file mode 100644 index 00000000..a176f74e --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagradditions/tier6_inferium_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/aluminum_brass_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/aluminum_brass_plant.json new file mode 100644 index 00000000..0065ff3e --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/aluminum_brass_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/aluminum_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/aluminum_plant.json new file mode 100644 index 00000000..083ec4db --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/aluminum_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/amber_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/amber_plant.json new file mode 100644 index 00000000..5bad4193 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/amber_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/apatite_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/apatite_plant.json new file mode 100644 index 00000000..4b9cedd2 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/apatite_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/aquamarine_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/aquamarine_plant.json new file mode 100644 index 00000000..a08ba959 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/aquamarine_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/ardite_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/ardite_plant.json new file mode 100644 index 00000000..b136a4c1 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/ardite_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/basalt_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/basalt_plant.json new file mode 100644 index 00000000..9763a9ae --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/basalt_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/basalz_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/basalz_plant.json new file mode 100644 index 00000000..85721827 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/basalz_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/black_quartz_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/black_quartz_plant.json new file mode 100644 index 00000000..e5933932 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/black_quartz_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/blaze_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/blaze_plant.json new file mode 100644 index 00000000..512e5ae9 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/blaze_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/blitz_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/blitz_plant.json new file mode 100644 index 00000000..5c50a311 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/blitz_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/blizz_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/blizz_plant.json new file mode 100644 index 00000000..f4b0b27b --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/blizz_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/brass_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/brass_plant.json new file mode 100644 index 00000000..c3aa21c5 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/brass_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/bronze_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/bronze_plant.json new file mode 100644 index 00000000..731ca329 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/bronze_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/certus_quartz_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/certus_quartz_plant.json new file mode 100644 index 00000000..02ab54cb --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/certus_quartz_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/chicken_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/chicken_plant.json new file mode 100644 index 00000000..2d992fd3 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/chicken_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/chrome_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/chrome_plant.json new file mode 100644 index 00000000..d55d2cc9 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/chrome_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/coal_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/coal_plant.json new file mode 100644 index 00000000..dcac5f3f --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/coal_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/cobalt_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/cobalt_plant.json new file mode 100644 index 00000000..070237d9 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/cobalt_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/conductive_iron_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/conductive_iron_plant.json new file mode 100644 index 00000000..ebdc74ed --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/conductive_iron_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/constantan_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/constantan_plant.json new file mode 100644 index 00000000..bd0324e4 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/constantan_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/copper_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/copper_plant.json new file mode 100644 index 00000000..4f83a533 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/copper_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/cow_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/cow_plant.json new file mode 100644 index 00000000..bea16b68 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/cow_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/creeper_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/creeper_plant.json new file mode 100644 index 00000000..8ef53c30 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/creeper_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/dark_steel_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/dark_steel_plant.json new file mode 100644 index 00000000..3f647ecd --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/dark_steel_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/diamond_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/diamond_plant.json new file mode 100644 index 00000000..9acc46fd --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/diamond_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/dirt_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/dirt_plant.json new file mode 100644 index 00000000..4a42eb6d --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/dirt_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/draconium_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/draconium_plant.json new file mode 100644 index 00000000..cb6d12ec --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/draconium_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/dye_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/dye_plant.json new file mode 100644 index 00000000..487559e7 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/dye_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/electrical_steel_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/electrical_steel_plant.json new file mode 100644 index 00000000..0d84b138 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/electrical_steel_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/electrum_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/electrum_plant.json new file mode 100644 index 00000000..49c7e411 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/electrum_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/emerald_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/emerald_plant.json new file mode 100644 index 00000000..16566ebc --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/emerald_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/end_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/end_plant.json new file mode 100644 index 00000000..74dcaaca --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/end_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/ender_amethyst_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/ender_amethyst_plant.json new file mode 100644 index 00000000..398250b4 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/ender_amethyst_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/enderium_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/enderium_plant.json new file mode 100644 index 00000000..def67fd4 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/enderium_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/enderman_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/enderman_plant.json new file mode 100644 index 00000000..cd8ca35d --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/enderman_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/energetic_alloy_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/energetic_alloy_plant.json new file mode 100644 index 00000000..3ccbd254 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/energetic_alloy_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/experience_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/experience_plant.json new file mode 100644 index 00000000..998b6dca --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/experience_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/fire_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/fire_plant.json new file mode 100644 index 00000000..bb4f6029 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/fire_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/fluix_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/fluix_plant.json new file mode 100644 index 00000000..bb1f22cf --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/fluix_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/fluxed_electrum_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/fluxed_electrum_plant.json new file mode 100644 index 00000000..82b631c7 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/fluxed_electrum_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/ghast_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/ghast_plant.json new file mode 100644 index 00000000..c5d26570 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/ghast_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/glowstone_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/glowstone_plant.json new file mode 100644 index 00000000..4194dccd --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/glowstone_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/gold_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/gold_plant.json new file mode 100644 index 00000000..f25d8e39 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/gold_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/grains_of_infinity_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/grains_of_infinity_plant.json new file mode 100644 index 00000000..cef33aee --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/grains_of_infinity_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/graphite_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/graphite_plant.json new file mode 100644 index 00000000..c892fdaf --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/graphite_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/guardian_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/guardian_plant.json new file mode 100644 index 00000000..0432213c --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/guardian_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/ice_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/ice_plant.json new file mode 100644 index 00000000..c06af3b2 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/ice_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/invar_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/invar_plant.json new file mode 100644 index 00000000..020073e9 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/invar_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/iridium_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/iridium_plant.json new file mode 100644 index 00000000..ec64e783 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/iridium_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/iron_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/iron_plant.json new file mode 100644 index 00000000..fbad20a2 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/iron_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/knightslime_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/knightslime_plant.json new file mode 100644 index 00000000..c5220987 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/knightslime_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/lapis_lazuli_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/lapis_lazuli_plant.json new file mode 100644 index 00000000..6a78bad1 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/lapis_lazuli_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/lead_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/lead_plant.json new file mode 100644 index 00000000..468d0f91 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/lead_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/limestone_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/limestone_plant.json new file mode 100644 index 00000000..87039775 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/limestone_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/lumium_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/lumium_plant.json new file mode 100644 index 00000000..9442a8f4 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/lumium_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/malachite_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/malachite_plant.json new file mode 100644 index 00000000..59706680 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/malachite_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/manasteel_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/manasteel_plant.json new file mode 100644 index 00000000..18280a68 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/manasteel_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/manyullyn_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/manyullyn_plant.json new file mode 100644 index 00000000..56e52c8e --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/manyullyn_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/marble_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/marble_plant.json new file mode 100644 index 00000000..f9d1eeee --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/marble_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/mithril_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/mithril_plant.json new file mode 100644 index 00000000..58458ad6 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/mithril_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/mystical_flower_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/mystical_flower_plant.json new file mode 100644 index 00000000..ff5d079d --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/mystical_flower_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/nature_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/nature_plant.json new file mode 100644 index 00000000..d795df34 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/nature_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/nether_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/nether_plant.json new file mode 100644 index 00000000..9da50286 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/nether_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/nether_quartz_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/nether_quartz_plant.json new file mode 100644 index 00000000..9f7b254f --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/nether_quartz_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/nickel_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/nickel_plant.json new file mode 100644 index 00000000..d6b7a538 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/nickel_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/obsidian_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/obsidian_plant.json new file mode 100644 index 00000000..f351a2fe --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/obsidian_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/peridot_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/peridot_plant.json new file mode 100644 index 00000000..92e352a1 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/peridot_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/pig_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/pig_plant.json new file mode 100644 index 00000000..93208edf --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/pig_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/platinum_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/platinum_plant.json new file mode 100644 index 00000000..c607029e --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/platinum_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/pulsating_iron_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/pulsating_iron_plant.json new file mode 100644 index 00000000..6256cc0e --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/pulsating_iron_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/rabbit_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/rabbit_plant.json new file mode 100644 index 00000000..fd7ed5dc --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/rabbit_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/redstone_alloy_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/redstone_alloy_plant.json new file mode 100644 index 00000000..3918b933 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/redstone_alloy_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/redstone_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/redstone_plant.json new file mode 100644 index 00000000..8cf15aa2 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/redstone_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/rock_crystal_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/rock_crystal_plant.json new file mode 100644 index 00000000..c88dcbfe --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/rock_crystal_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/rubber_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/rubber_plant.json new file mode 100644 index 00000000..35a714ea --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/rubber_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/ruby_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/ruby_plant.json new file mode 100644 index 00000000..f6a5f2ae --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/ruby_plant.json @@ -0,0 +1,72 @@ +{ + "path": "mod_mysticalagriculture/plants/ruby_plant.json", + "enabled": true, + "id": "mysticalagriculture:rubyr_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" + ], + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/saltpeter_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/saltpeter_plant.json new file mode 100644 index 00000000..b9ad02ce --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/saltpeter_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/sapphire_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/sapphire_plant.json new file mode 100644 index 00000000..beb0d39a --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/sapphire_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/sheep_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/sheep_plant.json new file mode 100644 index 00000000..d417ab76 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/sheep_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/signalum_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/signalum_plant.json new file mode 100644 index 00000000..2119915b --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/signalum_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/silicon_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/silicon_plant.json new file mode 100644 index 00000000..1b1d2a9c --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/silicon_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/silver_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/silver_plant.json new file mode 100644 index 00000000..78ee47ed --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/silver_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/skeleton_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/skeleton_plant.json new file mode 100644 index 00000000..bee55a53 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/skeleton_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/sky_stone_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/sky_stone_plant.json new file mode 100644 index 00000000..8def9241 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/sky_stone_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/slime_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/slime_plant.json new file mode 100644 index 00000000..7c2e14f9 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/slime_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/soularium_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/soularium_plant.json new file mode 100644 index 00000000..84a3e085 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/soularium_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/spider_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/spider_plant.json new file mode 100644 index 00000000..8bfd3e34 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/spider_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/starmetal_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/starmetal_plant.json new file mode 100644 index 00000000..22542dd4 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/starmetal_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/steel_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/steel_plant.json new file mode 100644 index 00000000..4b2f39ff --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/steel_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/stone_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/stone_plant.json new file mode 100644 index 00000000..b655c3cb --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/stone_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/sulfur_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/sulfur_plant.json new file mode 100644 index 00000000..eb39b2f7 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/sulfur_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/tanzanite_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/tanzanite_plant.json new file mode 100644 index 00000000..fbea556d --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/tanzanite_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/terrasteel_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/terrasteel_plant.json new file mode 100644 index 00000000..1ba3755b --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/terrasteel_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/tier1_inferium_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/tier1_inferium_plant.json new file mode 100644 index 00000000..bc55c3a1 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/tier1_inferium_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/tier2_inferium_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/tier2_inferium_plant.json new file mode 100644 index 00000000..7443b617 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/tier2_inferium_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/tier3_inferium_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/tier3_inferium_plant.json new file mode 100644 index 00000000..72d07a36 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/tier3_inferium_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/tier4_inferium_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/tier4_inferium_plant.json new file mode 100644 index 00000000..a565609a --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/tier4_inferium_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/tier5_inferium_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/tier5_inferium_plant.json new file mode 100644 index 00000000..78c28a9b --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/tier5_inferium_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/tin_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/tin_plant.json new file mode 100644 index 00000000..a0f22b42 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/tin_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/titanium_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/titanium_plant.json new file mode 100644 index 00000000..793e51ad --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/titanium_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/topaz_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/topaz_plant.json new file mode 100644 index 00000000..d49eab5b --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/topaz_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/tungsten_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/tungsten_plant.json new file mode 100644 index 00000000..dabbc5da --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/tungsten_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/uranium_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/uranium_plant.json new file mode 100644 index 00000000..f569732b --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/uranium_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/vibrant_alloy_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/vibrant_alloy_plant.json new file mode 100644 index 00000000..e36eb779 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/vibrant_alloy_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/water_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/water_plant.json new file mode 100644 index 00000000..314b2dad --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/water_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/wither_skeleton_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/wither_skeleton_plant.json new file mode 100644 index 00000000..f1761ef6 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/wither_skeleton_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/wood_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/wood_plant.json new file mode 100644 index 00000000..a80db850 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/wood_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/yellorium_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/yellorium_plant.json new file mode 100644 index 00000000..9e46a081 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/yellorium_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/zinc_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/zinc_plant.json new file mode 100644 index 00000000..79135622 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/zinc_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/zombie_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/zombie_plant.json new file mode 100644 index 00000000..543628dd --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_mysticalagriculture/plants/zombie_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_162-33-19-32_25565/mod_natura/barley_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_natura/barley_plant.json new file mode 100644 index 00000000..40ca3032 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_natura/barley_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/mod_natura/cotton_plant.json b/config/agricraft/json/server_162-33-19-32_25565/mod_natura/cotton_plant.json new file mode 100644 index 00000000..5d1e0c19 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_natura/cotton_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/mod_randomthings/soils/fertilized_dirt_soil.json b/config/agricraft/json/server_162-33-19-32_25565/mod_randomthings/soils/fertilized_dirt_soil.json new file mode 100644 index 00000000..0bd87079 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/mod_randomthings/soils/fertilized_dirt_soil.json @@ -0,0 +1,18 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/resource/mutations/aurigold_mutation.json b/config/agricraft/json/server_162-33-19-32_25565/resource/mutations/aurigold_mutation.json new file mode 100644 index 00000000..8f4b92a2 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/resource/mutations/aurigold_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/resource/mutations/cuprosia_mutation.json b/config/agricraft/json/server_162-33-19-32_25565/resource/mutations/cuprosia_mutation.json new file mode 100644 index 00000000..06ff51e5 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/resource/mutations/cuprosia_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/resource/mutations/diamahlia_mutation.json b/config/agricraft/json/server_162-33-19-32_25565/resource/mutations/diamahlia_mutation.json new file mode 100644 index 00000000..b98a9ba7 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/resource/mutations/diamahlia_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/resource/mutations/emeryllis_mutation.json b/config/agricraft/json/server_162-33-19-32_25565/resource/mutations/emeryllis_mutation.json new file mode 100644 index 00000000..5c33ad2a --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/resource/mutations/emeryllis_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/resource/mutations/ferranium_mutation.json b/config/agricraft/json/server_162-33-19-32_25565/resource/mutations/ferranium_mutation.json new file mode 100644 index 00000000..2ee5ccec --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/resource/mutations/ferranium_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/resource/mutations/jaslumine_mutation.json b/config/agricraft/json/server_162-33-19-32_25565/resource/mutations/jaslumine_mutation.json new file mode 100644 index 00000000..ced1b212 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/resource/mutations/jaslumine_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/resource/mutations/lapender_mutation.json b/config/agricraft/json/server_162-33-19-32_25565/resource/mutations/lapender_mutation.json new file mode 100644 index 00000000..16a4d85e --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/resource/mutations/lapender_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/resource/mutations/niccissus_mutation.json b/config/agricraft/json/server_162-33-19-32_25565/resource/mutations/niccissus_mutation.json new file mode 100644 index 00000000..6bcc67b5 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/resource/mutations/niccissus_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/resource/mutations/nitorwart_mutation.json b/config/agricraft/json/server_162-33-19-32_25565/resource/mutations/nitorwart_mutation.json new file mode 100644 index 00000000..3cde536e --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/resource/mutations/nitorwart_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/resource/mutations/petinia_mutation.json b/config/agricraft/json/server_162-33-19-32_25565/resource/mutations/petinia_mutation.json new file mode 100644 index 00000000..a56bf6fa --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/resource/mutations/petinia_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/resource/mutations/platiolus_mutation.json b/config/agricraft/json/server_162-33-19-32_25565/resource/mutations/platiolus_mutation.json new file mode 100644 index 00000000..ddf250ae --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/resource/mutations/platiolus_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/resource/mutations/plombean_mutation.json b/config/agricraft/json/server_162-33-19-32_25565/resource/mutations/plombean_mutation.json new file mode 100644 index 00000000..b3bfe5f0 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/resource/mutations/plombean_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/resource/mutations/quartzanthemum_mutation.json b/config/agricraft/json/server_162-33-19-32_25565/resource/mutations/quartzanthemum_mutation.json new file mode 100644 index 00000000..25802c67 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/resource/mutations/quartzanthemum_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/resource/mutations/redstodendron_mutation.json b/config/agricraft/json/server_162-33-19-32_25565/resource/mutations/redstodendron_mutation.json new file mode 100644 index 00000000..9a2fa415 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/resource/mutations/redstodendron_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/resource/plants/aurigold_plant.json b/config/agricraft/json/server_162-33-19-32_25565/resource/plants/aurigold_plant.json new file mode 100644 index 00000000..198ecde9 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/resource/plants/aurigold_plant.json @@ -0,0 +1,77 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/resource/plants/cuprosia_plant.json b/config/agricraft/json/server_162-33-19-32_25565/resource/plants/cuprosia_plant.json new file mode 100644 index 00000000..6c5439a3 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/resource/plants/cuprosia_plant.json @@ -0,0 +1,77 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/resource/plants/diamahlia_plant.json b/config/agricraft/json/server_162-33-19-32_25565/resource/plants/diamahlia_plant.json new file mode 100644 index 00000000..c2452fa4 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/resource/plants/diamahlia_plant.json @@ -0,0 +1,77 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/resource/plants/emeryllis_plant.json b/config/agricraft/json/server_162-33-19-32_25565/resource/plants/emeryllis_plant.json new file mode 100644 index 00000000..2265ec48 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/resource/plants/emeryllis_plant.json @@ -0,0 +1,77 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/resource/plants/ferranium_plant.json b/config/agricraft/json/server_162-33-19-32_25565/resource/plants/ferranium_plant.json new file mode 100644 index 00000000..6c53f6ef --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/resource/plants/ferranium_plant.json @@ -0,0 +1,77 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/resource/plants/jaslumine_plant.json b/config/agricraft/json/server_162-33-19-32_25565/resource/plants/jaslumine_plant.json new file mode 100644 index 00000000..17483a2e --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/resource/plants/jaslumine_plant.json @@ -0,0 +1,77 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/resource/plants/lapender_plant.json b/config/agricraft/json/server_162-33-19-32_25565/resource/plants/lapender_plant.json new file mode 100644 index 00000000..44ccddeb --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/resource/plants/lapender_plant.json @@ -0,0 +1,77 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/resource/plants/niccissus_plant.json b/config/agricraft/json/server_162-33-19-32_25565/resource/plants/niccissus_plant.json new file mode 100644 index 00000000..bf6a6c6b --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/resource/plants/niccissus_plant.json @@ -0,0 +1,77 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/resource/plants/nitorwart_plant.json b/config/agricraft/json/server_162-33-19-32_25565/resource/plants/nitorwart_plant.json new file mode 100644 index 00000000..7d751149 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/resource/plants/nitorwart_plant.json @@ -0,0 +1,77 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/resource/plants/petinia_plant.json b/config/agricraft/json/server_162-33-19-32_25565/resource/plants/petinia_plant.json new file mode 100644 index 00000000..8d6be51b --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/resource/plants/petinia_plant.json @@ -0,0 +1,77 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/resource/plants/platiolus_plant.json b/config/agricraft/json/server_162-33-19-32_25565/resource/plants/platiolus_plant.json new file mode 100644 index 00000000..fe81ec68 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/resource/plants/platiolus_plant.json @@ -0,0 +1,77 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/resource/plants/plombean_plant.json b/config/agricraft/json/server_162-33-19-32_25565/resource/plants/plombean_plant.json new file mode 100644 index 00000000..aa86956c --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/resource/plants/plombean_plant.json @@ -0,0 +1,77 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/resource/plants/quartzanthemum_plant.json b/config/agricraft/json/server_162-33-19-32_25565/resource/plants/quartzanthemum_plant.json new file mode 100644 index 00000000..4d330a3c --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/resource/plants/quartzanthemum_plant.json @@ -0,0 +1,77 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/resource/plants/redstodendron_plant.json b/config/agricraft/json/server_162-33-19-32_25565/resource/plants/redstodendron_plant.json new file mode 100644 index 00000000..f0039018 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/resource/plants/redstodendron_plant.json @@ -0,0 +1,77 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/resource/soils/gravel_soil.json b/config/agricraft/json/server_162-33-19-32_25565/resource/soils/gravel_soil.json new file mode 100644 index 00000000..6cbc1bf5 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/resource/soils/gravel_soil.json @@ -0,0 +1,18 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/resource/soils/stone_soil.json b/config/agricraft/json/server_162-33-19-32_25565/resource/soils/stone_soil.json new file mode 100644 index 00000000..42d13b6a --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/resource/soils/stone_soil.json @@ -0,0 +1,18 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/vanilla/mutations/allium_mutation.json b/config/agricraft/json/server_162-33-19-32_25565/vanilla/mutations/allium_mutation.json new file mode 100644 index 00000000..8e332e03 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/vanilla/mutations/allium_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/vanilla/mutations/brown_mushroom_mutation.json b/config/agricraft/json/server_162-33-19-32_25565/vanilla/mutations/brown_mushroom_mutation.json new file mode 100644 index 00000000..7fd4a11d --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/vanilla/mutations/brown_mushroom_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/vanilla/mutations/cactus_mutation.json b/config/agricraft/json/server_162-33-19-32_25565/vanilla/mutations/cactus_mutation.json new file mode 100644 index 00000000..cad69536 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/vanilla/mutations/cactus_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/vanilla/mutations/carrot_mutation.json b/config/agricraft/json/server_162-33-19-32_25565/vanilla/mutations/carrot_mutation.json new file mode 100644 index 00000000..865202c2 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/vanilla/mutations/carrot_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/vanilla/mutations/daisy_mutation.json b/config/agricraft/json/server_162-33-19-32_25565/vanilla/mutations/daisy_mutation.json new file mode 100644 index 00000000..ba6c5d86 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/vanilla/mutations/daisy_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/vanilla/mutations/dandelion_mutation.json b/config/agricraft/json/server_162-33-19-32_25565/vanilla/mutations/dandelion_mutation.json new file mode 100644 index 00000000..30d3ea6e --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/vanilla/mutations/dandelion_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/vanilla/mutations/melon_mutation.json b/config/agricraft/json/server_162-33-19-32_25565/vanilla/mutations/melon_mutation.json new file mode 100644 index 00000000..806a35d2 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/vanilla/mutations/melon_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/vanilla/mutations/orange_tulip_mutation.json b/config/agricraft/json/server_162-33-19-32_25565/vanilla/mutations/orange_tulip_mutation.json new file mode 100644 index 00000000..730283d6 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/vanilla/mutations/orange_tulip_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/vanilla/mutations/orchid_mutation.json b/config/agricraft/json/server_162-33-19-32_25565/vanilla/mutations/orchid_mutation.json new file mode 100644 index 00000000..9b1d9782 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/vanilla/mutations/orchid_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/vanilla/mutations/pink_tulip_mutation.json b/config/agricraft/json/server_162-33-19-32_25565/vanilla/mutations/pink_tulip_mutation.json new file mode 100644 index 00000000..38efe319 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/vanilla/mutations/pink_tulip_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/vanilla/mutations/poppy_mutation.json b/config/agricraft/json/server_162-33-19-32_25565/vanilla/mutations/poppy_mutation.json new file mode 100644 index 00000000..6d59e74e --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/vanilla/mutations/poppy_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/vanilla/mutations/pumpkin_mutation.json b/config/agricraft/json/server_162-33-19-32_25565/vanilla/mutations/pumpkin_mutation.json new file mode 100644 index 00000000..33baf7af --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/vanilla/mutations/pumpkin_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/vanilla/mutations/red_mushroom_mutation.json b/config/agricraft/json/server_162-33-19-32_25565/vanilla/mutations/red_mushroom_mutation.json new file mode 100644 index 00000000..c2ba3985 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/vanilla/mutations/red_mushroom_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/vanilla/mutations/red_tulip_mutation.json b/config/agricraft/json/server_162-33-19-32_25565/vanilla/mutations/red_tulip_mutation.json new file mode 100644 index 00000000..eaa27f2a --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/vanilla/mutations/red_tulip_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/vanilla/mutations/sugarcane_mutation.json b/config/agricraft/json/server_162-33-19-32_25565/vanilla/mutations/sugarcane_mutation.json new file mode 100644 index 00000000..640832db --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/vanilla/mutations/sugarcane_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/vanilla/mutations/white_tulip_mutation.json b/config/agricraft/json/server_162-33-19-32_25565/vanilla/mutations/white_tulip_mutation.json new file mode 100644 index 00000000..87d21368 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/vanilla/mutations/white_tulip_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/vanilla/plants/allium_plant.json b/config/agricraft/json/server_162-33-19-32_25565/vanilla/plants/allium_plant.json new file mode 100644 index 00000000..c8bcb254 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/vanilla/plants/allium_plant.json @@ -0,0 +1,61 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/vanilla/plants/beet_root_plant.json b/config/agricraft/json/server_162-33-19-32_25565/vanilla/plants/beet_root_plant.json new file mode 100644 index 00000000..93ab99b5 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/vanilla/plants/beet_root_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/vanilla/plants/brown_mushroom_plant.json b/config/agricraft/json/server_162-33-19-32_25565/vanilla/plants/brown_mushroom_plant.json new file mode 100644 index 00000000..00d8f637 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/vanilla/plants/brown_mushroom_plant.json @@ -0,0 +1,82 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/vanilla/plants/cactus_plant.json b/config/agricraft/json/server_162-33-19-32_25565/vanilla/plants/cactus_plant.json new file mode 100644 index 00000000..0025acb2 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/vanilla/plants/cactus_plant.json @@ -0,0 +1,82 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/vanilla/plants/carrot_plant.json b/config/agricraft/json/server_162-33-19-32_25565/vanilla/plants/carrot_plant.json new file mode 100644 index 00000000..1b7ce862 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/vanilla/plants/carrot_plant.json @@ -0,0 +1,82 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/vanilla/plants/daisy_plant.json b/config/agricraft/json/server_162-33-19-32_25565/vanilla/plants/daisy_plant.json new file mode 100644 index 00000000..81f8130f --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/vanilla/plants/daisy_plant.json @@ -0,0 +1,61 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/vanilla/plants/dandelion_plant.json b/config/agricraft/json/server_162-33-19-32_25565/vanilla/plants/dandelion_plant.json new file mode 100644 index 00000000..d9519201 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/vanilla/plants/dandelion_plant.json @@ -0,0 +1,61 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/vanilla/plants/melon_plant.json b/config/agricraft/json/server_162-33-19-32_25565/vanilla/plants/melon_plant.json new file mode 100644 index 00000000..8e3f9e84 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/vanilla/plants/melon_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/vanilla/plants/nether_wart_plant.json b/config/agricraft/json/server_162-33-19-32_25565/vanilla/plants/nether_wart_plant.json new file mode 100644 index 00000000..5f004579 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/vanilla/plants/nether_wart_plant.json @@ -0,0 +1,82 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/vanilla/plants/orange_tulip_plant.json b/config/agricraft/json/server_162-33-19-32_25565/vanilla/plants/orange_tulip_plant.json new file mode 100644 index 00000000..e1d43966 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/vanilla/plants/orange_tulip_plant.json @@ -0,0 +1,61 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/vanilla/plants/orchid_plant.json b/config/agricraft/json/server_162-33-19-32_25565/vanilla/plants/orchid_plant.json new file mode 100644 index 00000000..6a768562 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/vanilla/plants/orchid_plant.json @@ -0,0 +1,61 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/vanilla/plants/pink_tulip_plant.json b/config/agricraft/json/server_162-33-19-32_25565/vanilla/plants/pink_tulip_plant.json new file mode 100644 index 00000000..8d4a3c20 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/vanilla/plants/pink_tulip_plant.json @@ -0,0 +1,61 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/vanilla/plants/poppy_plant.json b/config/agricraft/json/server_162-33-19-32_25565/vanilla/plants/poppy_plant.json new file mode 100644 index 00000000..1523b798 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/vanilla/plants/poppy_plant.json @@ -0,0 +1,61 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/vanilla/plants/potato_plant.json b/config/agricraft/json/server_162-33-19-32_25565/vanilla/plants/potato_plant.json new file mode 100644 index 00000000..b61b3800 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/vanilla/plants/potato_plant.json @@ -0,0 +1,94 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/vanilla/plants/pumpkin_plant.json b/config/agricraft/json/server_162-33-19-32_25565/vanilla/plants/pumpkin_plant.json new file mode 100644 index 00000000..e85c6333 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/vanilla/plants/pumpkin_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/vanilla/plants/red_mushroom_plant.json b/config/agricraft/json/server_162-33-19-32_25565/vanilla/plants/red_mushroom_plant.json new file mode 100644 index 00000000..a2a46508 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/vanilla/plants/red_mushroom_plant.json @@ -0,0 +1,84 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/vanilla/plants/red_tulip_plant.json b/config/agricraft/json/server_162-33-19-32_25565/vanilla/plants/red_tulip_plant.json new file mode 100644 index 00000000..69ba0be9 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/vanilla/plants/red_tulip_plant.json @@ -0,0 +1,61 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/vanilla/plants/sugarcane_plant.json b/config/agricraft/json/server_162-33-19-32_25565/vanilla/plants/sugarcane_plant.json new file mode 100644 index 00000000..64cbe7ce --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/vanilla/plants/sugarcane_plant.json @@ -0,0 +1,85 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/vanilla/plants/wheat_plant.json b/config/agricraft/json/server_162-33-19-32_25565/vanilla/plants/wheat_plant.json new file mode 100644 index 00000000..0fe7231d --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/vanilla/plants/wheat_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/vanilla/plants/white_tulip_plant.json b/config/agricraft/json/server_162-33-19-32_25565/vanilla/plants/white_tulip_plant.json new file mode 100644 index 00000000..c9b74942 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/vanilla/plants/white_tulip_plant.json @@ -0,0 +1,61 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/vanilla/soils/farmland_soil.json b/config/agricraft/json/server_162-33-19-32_25565/vanilla/soils/farmland_soil.json new file mode 100644 index 00000000..037b994c --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/vanilla/soils/farmland_soil.json @@ -0,0 +1,18 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/vanilla/soils/grass_soil.json b/config/agricraft/json/server_162-33-19-32_25565/vanilla/soils/grass_soil.json new file mode 100644 index 00000000..deee58b9 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/vanilla/soils/grass_soil.json @@ -0,0 +1,18 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/vanilla/soils/mycelium_soil.json b/config/agricraft/json/server_162-33-19-32_25565/vanilla/soils/mycelium_soil.json new file mode 100644 index 00000000..a1d95f32 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/vanilla/soils/mycelium_soil.json @@ -0,0 +1,18 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/vanilla/soils/sand_soil.json b/config/agricraft/json/server_162-33-19-32_25565/vanilla/soils/sand_soil.json new file mode 100644 index 00000000..4671db3e --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/vanilla/soils/sand_soil.json @@ -0,0 +1,18 @@ +{ + "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/agricraft/json/server_162-33-19-32_25565/vanilla/soils/soul_sand_soil.json b/config/agricraft/json/server_162-33-19-32_25565/vanilla/soils/soul_sand_soil.json new file mode 100644 index 00000000..32709537 --- /dev/null +++ b/config/agricraft/json/server_162-33-19-32_25565/vanilla/soils/soul_sand_soil.json @@ -0,0 +1,18 @@ +{ + "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/agricraft/json/server_54-39-12-226/mod_actuallyadditions/canola_plant.json b/config/agricraft/json/server_54-39-12-226/mod_actuallyadditions/canola_plant.json new file mode 100644 index 00000000..5eb9d0ca --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_actuallyadditions/canola_plant.json @@ -0,0 +1,84 @@ +{ + "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/agricraft/json/server_54-39-12-226/mod_actuallyadditions/coffee_plant.json b/config/agricraft/json/server_54-39-12-226/mod_actuallyadditions/coffee_plant.json new file mode 100644 index 00000000..fe41bd7c --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_actuallyadditions/coffee_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/server_54-39-12-226/mod_actuallyadditions/flax_plant.json b/config/agricraft/json/server_54-39-12-226/mod_actuallyadditions/flax_plant.json new file mode 100644 index 00000000..e9190666 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_actuallyadditions/flax_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/server_54-39-12-226/mod_actuallyadditions/rice_plant.json b/config/agricraft/json/server_54-39-12-226/mod_actuallyadditions/rice_plant.json new file mode 100644 index 00000000..c34882af --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_actuallyadditions/rice_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/server_54-39-12-226/mod_biomesoplenty/soils/loamy_farmland_soil.json b/config/agricraft/json/server_54-39-12-226/mod_biomesoplenty/soils/loamy_farmland_soil.json new file mode 100644 index 00000000..c66ccac4 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_biomesoplenty/soils/loamy_farmland_soil.json @@ -0,0 +1,18 @@ +{ + "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/agricraft/json/server_54-39-12-226/mod_biomesoplenty/soils/sandy_farmland_soil.json b/config/agricraft/json/server_54-39-12-226/mod_biomesoplenty/soils/sandy_farmland_soil.json new file mode 100644 index 00000000..42b51f6c --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_biomesoplenty/soils/sandy_farmland_soil.json @@ -0,0 +1,18 @@ +{ + "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/agricraft/json/server_54-39-12-226/mod_biomesoplenty/soils/silty_farmland_soil.json b/config/agricraft/json/server_54-39-12-226/mod_biomesoplenty/soils/silty_farmland_soil.json new file mode 100644 index 00000000..9170bb83 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_biomesoplenty/soils/silty_farmland_soil.json @@ -0,0 +1,18 @@ +{ + "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/agricraft/json/server_54-39-12-226/mod_botania/mutations/botania_black_mutation.json b/config/agricraft/json/server_54-39-12-226/mod_botania/mutations/botania_black_mutation.json new file mode 100644 index 00000000..e9796d2b --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_botania/mutations/botania_black_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_54-39-12-226/mod_botania/mutations/botania_blue_mutation.json b/config/agricraft/json/server_54-39-12-226/mod_botania/mutations/botania_blue_mutation.json new file mode 100644 index 00000000..a8ca9a20 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_botania/mutations/botania_blue_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_54-39-12-226/mod_botania/mutations/botania_brown_mutation.json b/config/agricraft/json/server_54-39-12-226/mod_botania/mutations/botania_brown_mutation.json new file mode 100644 index 00000000..f1d31829 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_botania/mutations/botania_brown_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_54-39-12-226/mod_botania/mutations/botania_cyan_mutation.json b/config/agricraft/json/server_54-39-12-226/mod_botania/mutations/botania_cyan_mutation.json new file mode 100644 index 00000000..82f84d63 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_botania/mutations/botania_cyan_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_54-39-12-226/mod_botania/mutations/botania_gray_mutation.json b/config/agricraft/json/server_54-39-12-226/mod_botania/mutations/botania_gray_mutation.json new file mode 100644 index 00000000..40583bf1 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_botania/mutations/botania_gray_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_54-39-12-226/mod_botania/mutations/botania_green_mutation.json b/config/agricraft/json/server_54-39-12-226/mod_botania/mutations/botania_green_mutation.json new file mode 100644 index 00000000..1cdf9255 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_botania/mutations/botania_green_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_54-39-12-226/mod_botania/mutations/botania_light_blue_mutation.json b/config/agricraft/json/server_54-39-12-226/mod_botania/mutations/botania_light_blue_mutation.json new file mode 100644 index 00000000..ff2f7b34 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_botania/mutations/botania_light_blue_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_54-39-12-226/mod_botania/mutations/botania_light_gray_mutation.json b/config/agricraft/json/server_54-39-12-226/mod_botania/mutations/botania_light_gray_mutation.json new file mode 100644 index 00000000..1c9506bb --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_botania/mutations/botania_light_gray_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_54-39-12-226/mod_botania/mutations/botania_lime_mutation.json b/config/agricraft/json/server_54-39-12-226/mod_botania/mutations/botania_lime_mutation.json new file mode 100644 index 00000000..177b33ba --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_botania/mutations/botania_lime_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_54-39-12-226/mod_botania/mutations/botania_magenta_mutation.json b/config/agricraft/json/server_54-39-12-226/mod_botania/mutations/botania_magenta_mutation.json new file mode 100644 index 00000000..6f2aa6bf --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_botania/mutations/botania_magenta_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_54-39-12-226/mod_botania/mutations/botania_orange_mutation.json b/config/agricraft/json/server_54-39-12-226/mod_botania/mutations/botania_orange_mutation.json new file mode 100644 index 00000000..f49b2e01 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_botania/mutations/botania_orange_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_54-39-12-226/mod_botania/mutations/botania_pink_mutation.json b/config/agricraft/json/server_54-39-12-226/mod_botania/mutations/botania_pink_mutation.json new file mode 100644 index 00000000..609d5337 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_botania/mutations/botania_pink_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_54-39-12-226/mod_botania/mutations/botania_purple_mutation.json b/config/agricraft/json/server_54-39-12-226/mod_botania/mutations/botania_purple_mutation.json new file mode 100644 index 00000000..5f675509 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_botania/mutations/botania_purple_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_54-39-12-226/mod_botania/mutations/botania_red_mutation.json b/config/agricraft/json/server_54-39-12-226/mod_botania/mutations/botania_red_mutation.json new file mode 100644 index 00000000..bee8fb86 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_botania/mutations/botania_red_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_54-39-12-226/mod_botania/mutations/botania_white_mutation.json b/config/agricraft/json/server_54-39-12-226/mod_botania/mutations/botania_white_mutation.json new file mode 100644 index 00000000..4bdd13d8 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_botania/mutations/botania_white_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_54-39-12-226/mod_botania/mutations/botania_yellow_mutation.json b/config/agricraft/json/server_54-39-12-226/mod_botania/mutations/botania_yellow_mutation.json new file mode 100644 index 00000000..cc49d6cb --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_botania/mutations/botania_yellow_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_54-39-12-226/mod_botania/plants/botania_black_plant.json b/config/agricraft/json/server_54-39-12-226/mod_botania/plants/botania_black_plant.json new file mode 100644 index 00000000..8e4a0c05 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_botania/plants/botania_black_plant.json @@ -0,0 +1,61 @@ +{ + "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/agricraft/json/server_54-39-12-226/mod_botania/plants/botania_blue_plant.json b/config/agricraft/json/server_54-39-12-226/mod_botania/plants/botania_blue_plant.json new file mode 100644 index 00000000..bd57a814 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_botania/plants/botania_blue_plant.json @@ -0,0 +1,61 @@ +{ + "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/agricraft/json/server_54-39-12-226/mod_botania/plants/botania_brown_plant.json b/config/agricraft/json/server_54-39-12-226/mod_botania/plants/botania_brown_plant.json new file mode 100644 index 00000000..22b8e67a --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_botania/plants/botania_brown_plant.json @@ -0,0 +1,61 @@ +{ + "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/agricraft/json/server_54-39-12-226/mod_botania/plants/botania_cyan_plant.json b/config/agricraft/json/server_54-39-12-226/mod_botania/plants/botania_cyan_plant.json new file mode 100644 index 00000000..7e68316b --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_botania/plants/botania_cyan_plant.json @@ -0,0 +1,61 @@ +{ + "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/agricraft/json/server_54-39-12-226/mod_botania/plants/botania_gray_plant.json b/config/agricraft/json/server_54-39-12-226/mod_botania/plants/botania_gray_plant.json new file mode 100644 index 00000000..bad4c634 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_botania/plants/botania_gray_plant.json @@ -0,0 +1,61 @@ +{ + "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/agricraft/json/server_54-39-12-226/mod_botania/plants/botania_green_plant.json b/config/agricraft/json/server_54-39-12-226/mod_botania/plants/botania_green_plant.json new file mode 100644 index 00000000..38523630 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_botania/plants/botania_green_plant.json @@ -0,0 +1,61 @@ +{ + "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/agricraft/json/server_54-39-12-226/mod_botania/plants/botania_light_blue_plant.json b/config/agricraft/json/server_54-39-12-226/mod_botania/plants/botania_light_blue_plant.json new file mode 100644 index 00000000..c04ebc4a --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_botania/plants/botania_light_blue_plant.json @@ -0,0 +1,61 @@ +{ + "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/agricraft/json/server_54-39-12-226/mod_botania/plants/botania_light_gray_plant.json b/config/agricraft/json/server_54-39-12-226/mod_botania/plants/botania_light_gray_plant.json new file mode 100644 index 00000000..de6b39b9 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_botania/plants/botania_light_gray_plant.json @@ -0,0 +1,61 @@ +{ + "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/agricraft/json/server_54-39-12-226/mod_botania/plants/botania_lime_plant.json b/config/agricraft/json/server_54-39-12-226/mod_botania/plants/botania_lime_plant.json new file mode 100644 index 00000000..d42cdeff --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_botania/plants/botania_lime_plant.json @@ -0,0 +1,61 @@ +{ + "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/agricraft/json/server_54-39-12-226/mod_botania/plants/botania_magenta_plant.json b/config/agricraft/json/server_54-39-12-226/mod_botania/plants/botania_magenta_plant.json new file mode 100644 index 00000000..ab5bd1ef --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_botania/plants/botania_magenta_plant.json @@ -0,0 +1,61 @@ +{ + "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/agricraft/json/server_54-39-12-226/mod_botania/plants/botania_orange_plant.json b/config/agricraft/json/server_54-39-12-226/mod_botania/plants/botania_orange_plant.json new file mode 100644 index 00000000..eaac59e3 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_botania/plants/botania_orange_plant.json @@ -0,0 +1,61 @@ +{ + "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/agricraft/json/server_54-39-12-226/mod_botania/plants/botania_pink_plant.json b/config/agricraft/json/server_54-39-12-226/mod_botania/plants/botania_pink_plant.json new file mode 100644 index 00000000..462b1f0f --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_botania/plants/botania_pink_plant.json @@ -0,0 +1,61 @@ +{ + "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/agricraft/json/server_54-39-12-226/mod_botania/plants/botania_purple_plant.json b/config/agricraft/json/server_54-39-12-226/mod_botania/plants/botania_purple_plant.json new file mode 100644 index 00000000..b48c33ce --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_botania/plants/botania_purple_plant.json @@ -0,0 +1,61 @@ +{ + "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/agricraft/json/server_54-39-12-226/mod_botania/plants/botania_red_plant.json b/config/agricraft/json/server_54-39-12-226/mod_botania/plants/botania_red_plant.json new file mode 100644 index 00000000..12f83fdd --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_botania/plants/botania_red_plant.json @@ -0,0 +1,61 @@ +{ + "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/agricraft/json/server_54-39-12-226/mod_botania/plants/botania_white_plant.json b/config/agricraft/json/server_54-39-12-226/mod_botania/plants/botania_white_plant.json new file mode 100644 index 00000000..0471fc23 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_botania/plants/botania_white_plant.json @@ -0,0 +1,61 @@ +{ + "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/agricraft/json/server_54-39-12-226/mod_botania/plants/botania_yellow_plant.json b/config/agricraft/json/server_54-39-12-226/mod_botania/plants/botania_yellow_plant.json new file mode 100644 index 00000000..aba9c778 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_botania/plants/botania_yellow_plant.json @@ -0,0 +1,61 @@ +{ + "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/agricraft/json/server_54-39-12-226/mod_botania/soils/podzol_soil.json b/config/agricraft/json/server_54-39-12-226/mod_botania/soils/podzol_soil.json new file mode 100644 index 00000000..9943b97d --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_botania/soils/podzol_soil.json @@ -0,0 +1,18 @@ +{ + "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/agricraft/json/server_54-39-12-226/mod_immersiveengineering/hemp_plant.json b/config/agricraft/json/server_54-39-12-226/mod_immersiveengineering/hemp_plant.json new file mode 100644 index 00000000..325ba702 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_immersiveengineering/hemp_plant.json @@ -0,0 +1,84 @@ +{ + "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/agricraft/json/server_54-39-12-226/mod_mysticalagradditions/awakened_draconium_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagradditions/awakened_draconium_plant.json new file mode 100644 index 00000000..af7a10de --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagradditions/awakened_draconium_plant.json @@ -0,0 +1,88 @@ +{ + "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" + ], + "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": true, + "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/agricraft/json/server_54-39-12-226/mod_mysticalagradditions/nether_star_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagradditions/nether_star_plant.json new file mode 100644 index 00000000..75aca1df --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagradditions/nether_star_plant.json @@ -0,0 +1,88 @@ +{ + "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" + ], + "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": true, + "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/agricraft/json/server_54-39-12-226/mod_mysticalagradditions/neutronium_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagradditions/neutronium_plant.json new file mode 100644 index 00000000..d0007514 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagradditions/neutronium_plant.json @@ -0,0 +1,88 @@ +{ + "path": "mod_mysticalagradditions/neutronium_plant.json", + "enabled": true, + "id": "mysticalagradditions:neutronium_plant", + "plant_name": "Neutronium Crop", + "seed_name": "Neutronium Seeds", + "seed_items": [ + { + "item": "mysticalagradditions:neutronium_seeds", + "meta": 0, + "tags": "", + "ignoreMeta": false, + "ignoreTags": [ + "*" + ], + "useOreDict": false + } + ], + "description": { + "translations": {}, + "default": "Seeds of the neutron condensation." + }, + "growth_chance": 0.9, + "growth_bonus": 0.02, + "bonemeal": false, + "tier": 5, + "weedable": false, + "aggressive": false, + "spread_chance": 0.1, + "spawn_chance": 0.0, + "grass_drop_chance": 0.0, + "seed_drop_chance": 1.0, + "seed_drop_bonus": 0.3, + "products": { + "products": [ + { + "min": 1, + "max": 6, + "chance": 0.9, + "required": true, + "item": "mysticalagradditions:neutronium_essence", + "meta": 0, + "tags": "", + "ignoreMeta": false, + "ignoreTags": [], + "useOreDict": false + } + ] + }, + "requirement": { + "min_light": 10, + "max_light": 16, + "soils": [ + "farmland_soil" + ], + "conditions": [ + { + "amount": 1, + "min_x": 0, + "min_y": -2, + "min_z": 0, + "max_x": 0, + "max_y": -2, + "max_z": 0, + "item": "mysticalagradditions:special", + "meta": 5, + "tags": "", + "ignoreMeta": true, + "ignoreTags": [], + "useOreDict": false + } + ] + }, + "texture": { + "render_type": "cross", + "seed_texture": "mysticalagriculture:items/neutronium_seeds", + "plant_textures": [ + "mysticalagriculture:blocks/crop0", + "mysticalagriculture:blocks/crop1", + "mysticalagriculture:blocks/crop2", + "mysticalagriculture:blocks/crop2", + "mysticalagriculture:blocks/crop3", + "mysticalagriculture:blocks/crop4", + "mysticalagriculture:blocks/crop4", + "mysticalagradditions:blocks/neutronium_crop" + ] + } +} diff --git a/config/agricraft/json/server_54-39-12-226/mod_mysticalagradditions/tier6_inferium_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagradditions/tier6_inferium_plant.json new file mode 100644 index 00000000..a176f74e --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagradditions/tier6_inferium_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/abyssalnite_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/abyssalnite_plant.json new file mode 100644 index 00000000..f9157556 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/abyssalnite_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/adamantine_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/adamantine_plant.json new file mode 100644 index 00000000..968ca9b1 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/adamantine_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/aluminum_brass_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/aluminum_brass_plant.json new file mode 100644 index 00000000..0065ff3e --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/aluminum_brass_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/aluminum_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/aluminum_plant.json new file mode 100644 index 00000000..083ec4db --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/aluminum_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/alumite_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/alumite_plant.json new file mode 100644 index 00000000..94e9f673 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/alumite_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/amber_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/amber_plant.json new file mode 100644 index 00000000..5bad4193 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/amber_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/apatite_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/apatite_plant.json new file mode 100644 index 00000000..4b9cedd2 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/apatite_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/aquamarine_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/aquamarine_plant.json new file mode 100644 index 00000000..a08ba959 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/aquamarine_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/aquarium_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/aquarium_plant.json new file mode 100644 index 00000000..4e35699f --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/aquarium_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/ardite_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/ardite_plant.json new file mode 100644 index 00000000..b136a4c1 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/ardite_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/basalt_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/basalt_plant.json new file mode 100644 index 00000000..9763a9ae --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/basalt_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/basalz_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/basalz_plant.json new file mode 100644 index 00000000..85721827 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/basalz_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/black_quartz_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/black_quartz_plant.json new file mode 100644 index 00000000..e5933932 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/black_quartz_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/blaze_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/blaze_plant.json new file mode 100644 index 00000000..512e5ae9 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/blaze_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/blitz_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/blitz_plant.json new file mode 100644 index 00000000..5c50a311 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/blitz_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/blizz_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/blizz_plant.json new file mode 100644 index 00000000..f4b0b27b --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/blizz_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/blue_topaz_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/blue_topaz_plant.json new file mode 100644 index 00000000..5090009f --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/blue_topaz_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/boron_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/boron_plant.json new file mode 100644 index 00000000..010e9e4d --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/boron_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/brass_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/brass_plant.json new file mode 100644 index 00000000..c3aa21c5 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/brass_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/bronze_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/bronze_plant.json new file mode 100644 index 00000000..731ca329 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/bronze_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/certus_quartz_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/certus_quartz_plant.json new file mode 100644 index 00000000..02ab54cb --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/certus_quartz_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/chicken_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/chicken_plant.json new file mode 100644 index 00000000..2d992fd3 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/chicken_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/chimerite_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/chimerite_plant.json new file mode 100644 index 00000000..c1518845 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/chimerite_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/chrome_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/chrome_plant.json new file mode 100644 index 00000000..d55d2cc9 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/chrome_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/coal_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/coal_plant.json new file mode 100644 index 00000000..dcac5f3f --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/coal_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/cobalt_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/cobalt_plant.json new file mode 100644 index 00000000..070237d9 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/cobalt_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/cold_iron_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/cold_iron_plant.json new file mode 100644 index 00000000..4107211c --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/cold_iron_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/conductive_iron_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/conductive_iron_plant.json new file mode 100644 index 00000000..ebdc74ed --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/conductive_iron_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/constantan_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/constantan_plant.json new file mode 100644 index 00000000..bd0324e4 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/constantan_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/copper_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/copper_plant.json new file mode 100644 index 00000000..4f83a533 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/copper_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/coralium_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/coralium_plant.json new file mode 100644 index 00000000..3f1f6e85 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/coralium_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/cow_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/cow_plant.json new file mode 100644 index 00000000..bea16b68 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/cow_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/creeper_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/creeper_plant.json new file mode 100644 index 00000000..8ef53c30 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/creeper_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/dark_steel_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/dark_steel_plant.json new file mode 100644 index 00000000..3f647ecd --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/dark_steel_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/desh_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/desh_plant.json new file mode 100644 index 00000000..772f1dba --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/desh_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/diamond_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/diamond_plant.json new file mode 100644 index 00000000..9acc46fd --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/diamond_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/dirt_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/dirt_plant.json new file mode 100644 index 00000000..4a42eb6d --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/dirt_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/draconium_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/draconium_plant.json new file mode 100644 index 00000000..cb6d12ec --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/draconium_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/dreadium_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/dreadium_plant.json new file mode 100644 index 00000000..6455a090 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/dreadium_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/dye_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/dye_plant.json new file mode 100644 index 00000000..487559e7 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/dye_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/electrical_steel_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/electrical_steel_plant.json new file mode 100644 index 00000000..0d84b138 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/electrical_steel_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/electrotine_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/electrotine_plant.json new file mode 100644 index 00000000..88feaadd --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/electrotine_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/electrum_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/electrum_plant.json new file mode 100644 index 00000000..49c7e411 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/electrum_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/elementium_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/elementium_plant.json new file mode 100644 index 00000000..65a18db8 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/elementium_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/emerald_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/emerald_plant.json new file mode 100644 index 00000000..16566ebc --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/emerald_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/end_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/end_plant.json new file mode 100644 index 00000000..74dcaaca --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/end_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/end_steel_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/end_steel_plant.json new file mode 100644 index 00000000..6efa04ab --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/end_steel_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/ender_amethyst_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/ender_amethyst_plant.json new file mode 100644 index 00000000..398250b4 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/ender_amethyst_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/ender_biotite_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/ender_biotite_plant.json new file mode 100644 index 00000000..f3499886 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/ender_biotite_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/enderium_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/enderium_plant.json new file mode 100644 index 00000000..def67fd4 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/enderium_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/enderman_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/enderman_plant.json new file mode 100644 index 00000000..cd8ca35d --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/enderman_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/energetic_alloy_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/energetic_alloy_plant.json new file mode 100644 index 00000000..3ccbd254 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/energetic_alloy_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/experience_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/experience_plant.json new file mode 100644 index 00000000..998b6dca --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/experience_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/fiery_ingot_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/fiery_ingot_plant.json new file mode 100644 index 00000000..3df17b34 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/fiery_ingot_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/fire_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/fire_plant.json new file mode 100644 index 00000000..bb4f6029 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/fire_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/fluix_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/fluix_plant.json new file mode 100644 index 00000000..bb1f22cf --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/fluix_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/fluxed_electrum_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/fluxed_electrum_plant.json new file mode 100644 index 00000000..82b631c7 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/fluxed_electrum_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/ghast_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/ghast_plant.json new file mode 100644 index 00000000..c5d26570 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/ghast_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/glowstone_ingot_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/glowstone_ingot_plant.json new file mode 100644 index 00000000..e30fbe2a --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/glowstone_ingot_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/glowstone_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/glowstone_plant.json new file mode 100644 index 00000000..4194dccd --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/glowstone_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/gold_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/gold_plant.json new file mode 100644 index 00000000..f25d8e39 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/gold_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/grains_of_infinity_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/grains_of_infinity_plant.json new file mode 100644 index 00000000..cef33aee --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/grains_of_infinity_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/graphite_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/graphite_plant.json new file mode 100644 index 00000000..c892fdaf --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/graphite_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/guardian_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/guardian_plant.json new file mode 100644 index 00000000..0432213c --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/guardian_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/hop_graphite_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/hop_graphite_plant.json new file mode 100644 index 00000000..8f92a4b3 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/hop_graphite_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/ice_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/ice_plant.json new file mode 100644 index 00000000..c06af3b2 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/ice_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/invar_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/invar_plant.json new file mode 100644 index 00000000..020073e9 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/invar_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/iridium_ore_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/iridium_ore_plant.json new file mode 100644 index 00000000..94c16296 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/iridium_ore_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/iridium_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/iridium_plant.json new file mode 100644 index 00000000..ec64e783 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/iridium_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/iron_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/iron_plant.json new file mode 100644 index 00000000..fbad20a2 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/iron_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/ironwood_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/ironwood_plant.json new file mode 100644 index 00000000..5ac64379 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/ironwood_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/jade_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/jade_plant.json new file mode 100644 index 00000000..cbeed5ac --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/jade_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/knightmetal_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/knightmetal_plant.json new file mode 100644 index 00000000..6652cafe --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/knightmetal_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/knightslime_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/knightslime_plant.json new file mode 100644 index 00000000..c5220987 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/knightslime_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/lapis_lazuli_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/lapis_lazuli_plant.json new file mode 100644 index 00000000..6a78bad1 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/lapis_lazuli_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/lead_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/lead_plant.json new file mode 100644 index 00000000..468d0f91 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/lead_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/limestone_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/limestone_plant.json new file mode 100644 index 00000000..87039775 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/limestone_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/lithium_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/lithium_plant.json new file mode 100644 index 00000000..b04520d2 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/lithium_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/lumium_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/lumium_plant.json new file mode 100644 index 00000000..9442a8f4 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/lumium_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/magnesium_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/magnesium_plant.json new file mode 100644 index 00000000..f6f3b472 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/magnesium_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/malachite_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/malachite_plant.json new file mode 100644 index 00000000..59706680 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/malachite_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/manasteel_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/manasteel_plant.json new file mode 100644 index 00000000..18280a68 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/manasteel_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/manyullyn_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/manyullyn_plant.json new file mode 100644 index 00000000..56e52c8e --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/manyullyn_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/marble_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/marble_plant.json new file mode 100644 index 00000000..f9d1eeee --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/marble_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/menril_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/menril_plant.json new file mode 100644 index 00000000..e621a26f --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/menril_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/meteoric_iron_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/meteoric_iron_plant.json new file mode 100644 index 00000000..2e6bf79f --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/meteoric_iron_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/mithril_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/mithril_plant.json new file mode 100644 index 00000000..58458ad6 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/mithril_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/moonstone_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/moonstone_plant.json new file mode 100644 index 00000000..b8f8f344 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/moonstone_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/mystical_flower_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/mystical_flower_plant.json new file mode 100644 index 00000000..ff5d079d --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/mystical_flower_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/nature_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/nature_plant.json new file mode 100644 index 00000000..d795df34 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/nature_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/nether_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/nether_plant.json new file mode 100644 index 00000000..9da50286 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/nether_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/nether_quartz_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/nether_quartz_plant.json new file mode 100644 index 00000000..9f7b254f --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/nether_quartz_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/neutronium_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/neutronium_plant.json new file mode 100644 index 00000000..f269203f --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/neutronium_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/nickel_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/nickel_plant.json new file mode 100644 index 00000000..d6b7a538 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/nickel_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/obsidian_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/obsidian_plant.json new file mode 100644 index 00000000..f351a2fe --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/obsidian_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/octine_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/octine_plant.json new file mode 100644 index 00000000..e4ceaf63 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/octine_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/osmium_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/osmium_plant.json new file mode 100644 index 00000000..25890482 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/osmium_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/peridot_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/peridot_plant.json new file mode 100644 index 00000000..92e352a1 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/peridot_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/pig_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/pig_plant.json new file mode 100644 index 00000000..93208edf --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/pig_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/platinum_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/platinum_plant.json new file mode 100644 index 00000000..c607029e --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/platinum_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/pulsating_iron_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/pulsating_iron_plant.json new file mode 100644 index 00000000..6256cc0e --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/pulsating_iron_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/quartz_enriched_iron_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/quartz_enriched_iron_plant.json new file mode 100644 index 00000000..a7415f46 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/quartz_enriched_iron_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/quicksilver_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/quicksilver_plant.json new file mode 100644 index 00000000..8bb06a43 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/quicksilver_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/rabbit_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/rabbit_plant.json new file mode 100644 index 00000000..fd7ed5dc --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/rabbit_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/redstone_alloy_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/redstone_alloy_plant.json new file mode 100644 index 00000000..3918b933 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/redstone_alloy_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/redstone_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/redstone_plant.json new file mode 100644 index 00000000..8cf15aa2 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/redstone_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/refined_obsidian_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/refined_obsidian_plant.json new file mode 100644 index 00000000..5382321b --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/refined_obsidian_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/rock_crystal_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/rock_crystal_plant.json new file mode 100644 index 00000000..c88dcbfe --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/rock_crystal_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/rubber_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/rubber_plant.json new file mode 100644 index 00000000..35a714ea --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/rubber_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/ruby_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/ruby_plant.json new file mode 100644 index 00000000..f6a5f2ae --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/ruby_plant.json @@ -0,0 +1,72 @@ +{ + "path": "mod_mysticalagriculture/plants/ruby_plant.json", + "enabled": true, + "id": "mysticalagriculture:rubyr_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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/saltpeter_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/saltpeter_plant.json new file mode 100644 index 00000000..b9ad02ce --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/saltpeter_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/sapphire_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/sapphire_plant.json new file mode 100644 index 00000000..beb0d39a --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/sapphire_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/sheep_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/sheep_plant.json new file mode 100644 index 00000000..d417ab76 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/sheep_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/signalum_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/signalum_plant.json new file mode 100644 index 00000000..2119915b --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/signalum_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/silicon_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/silicon_plant.json new file mode 100644 index 00000000..1b1d2a9c --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/silicon_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/silver_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/silver_plant.json new file mode 100644 index 00000000..78ee47ed --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/silver_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/skeleton_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/skeleton_plant.json new file mode 100644 index 00000000..bee55a53 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/skeleton_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/sky_stone_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/sky_stone_plant.json new file mode 100644 index 00000000..8def9241 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/sky_stone_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/slime_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/slime_plant.json new file mode 100644 index 00000000..7c2e14f9 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/slime_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/slimy_bone_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/slimy_bone_plant.json new file mode 100644 index 00000000..369ffa54 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/slimy_bone_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/soularium_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/soularium_plant.json new file mode 100644 index 00000000..84a3e085 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/soularium_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/spider_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/spider_plant.json new file mode 100644 index 00000000..8bfd3e34 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/spider_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/star_steel_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/star_steel_plant.json new file mode 100644 index 00000000..e3fe579f --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/star_steel_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/starmetal_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/starmetal_plant.json new file mode 100644 index 00000000..22542dd4 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/starmetal_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/steel_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/steel_plant.json new file mode 100644 index 00000000..4b2f39ff --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/steel_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/steeleaf_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/steeleaf_plant.json new file mode 100644 index 00000000..23df0555 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/steeleaf_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/stone_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/stone_plant.json new file mode 100644 index 00000000..b655c3cb --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/stone_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/sulfur_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/sulfur_plant.json new file mode 100644 index 00000000..eb39b2f7 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/sulfur_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/sunstone_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/sunstone_plant.json new file mode 100644 index 00000000..5c8765f4 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/sunstone_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/syrmorite_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/syrmorite_plant.json new file mode 100644 index 00000000..0decb7d8 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/syrmorite_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/tanzanite_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/tanzanite_plant.json new file mode 100644 index 00000000..fbea556d --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/tanzanite_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/terrasteel_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/terrasteel_plant.json new file mode 100644 index 00000000..1ba3755b --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/terrasteel_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/thaumium_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/thaumium_plant.json new file mode 100644 index 00000000..9bc37963 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/thaumium_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/thorium_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/thorium_plant.json new file mode 100644 index 00000000..a34afbbc --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/thorium_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/tier1_inferium_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/tier1_inferium_plant.json new file mode 100644 index 00000000..bc55c3a1 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/tier1_inferium_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/tier2_inferium_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/tier2_inferium_plant.json new file mode 100644 index 00000000..7443b617 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/tier2_inferium_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/tier3_inferium_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/tier3_inferium_plant.json new file mode 100644 index 00000000..72d07a36 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/tier3_inferium_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/tier4_inferium_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/tier4_inferium_plant.json new file mode 100644 index 00000000..a565609a --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/tier4_inferium_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/tier5_inferium_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/tier5_inferium_plant.json new file mode 100644 index 00000000..78c28a9b --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/tier5_inferium_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/tin_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/tin_plant.json new file mode 100644 index 00000000..a0f22b42 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/tin_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/titanium_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/titanium_plant.json new file mode 100644 index 00000000..793e51ad --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/titanium_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/topaz_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/topaz_plant.json new file mode 100644 index 00000000..d49eab5b --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/topaz_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/tungsten_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/tungsten_plant.json new file mode 100644 index 00000000..dabbc5da --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/tungsten_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/uranium_238_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/uranium_238_plant.json new file mode 100644 index 00000000..d4a0d792 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/uranium_238_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/uranium_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/uranium_plant.json new file mode 100644 index 00000000..f569732b --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/uranium_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/valonite_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/valonite_plant.json new file mode 100644 index 00000000..783402bb --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/valonite_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/vibrant_alloy_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/vibrant_alloy_plant.json new file mode 100644 index 00000000..e36eb779 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/vibrant_alloy_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/vinteum_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/vinteum_plant.json new file mode 100644 index 00000000..484197ab --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/vinteum_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/void_metal_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/void_metal_plant.json new file mode 100644 index 00000000..73caa713 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/void_metal_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/water_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/water_plant.json new file mode 100644 index 00000000..314b2dad --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/water_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/wither_skeleton_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/wither_skeleton_plant.json new file mode 100644 index 00000000..f1761ef6 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/wither_skeleton_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/wood_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/wood_plant.json new file mode 100644 index 00000000..a80db850 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/wood_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/yellorium_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/yellorium_plant.json new file mode 100644 index 00000000..9e46a081 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/yellorium_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/zinc_plant - Copy.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/zinc_plant - Copy.json new file mode 100644 index 00000000..1b1d2a9c --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/zinc_plant - Copy.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/zinc_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/zinc_plant.json new file mode 100644 index 00000000..79135622 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/zinc_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/zombie_plant.json b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/zombie_plant.json new file mode 100644 index 00000000..543628dd --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_mysticalagriculture/plants/zombie_plant.json @@ -0,0 +1,72 @@ +{ + "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" + ], + "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/agricraft/json/server_54-39-12-226/mod_natura/barley_plant.json b/config/agricraft/json/server_54-39-12-226/mod_natura/barley_plant.json new file mode 100644 index 00000000..40ca3032 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_natura/barley_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/server_54-39-12-226/mod_natura/cotton_plant.json b/config/agricraft/json/server_54-39-12-226/mod_natura/cotton_plant.json new file mode 100644 index 00000000..5d1e0c19 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_natura/cotton_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/server_54-39-12-226/mod_randomthings/soils/fertilized_dirt_soil.json b/config/agricraft/json/server_54-39-12-226/mod_randomthings/soils/fertilized_dirt_soil.json new file mode 100644 index 00000000..0bd87079 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/mod_randomthings/soils/fertilized_dirt_soil.json @@ -0,0 +1,18 @@ +{ + "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/agricraft/json/server_54-39-12-226/resource/mutations/aurigold_mutation.json b/config/agricraft/json/server_54-39-12-226/resource/mutations/aurigold_mutation.json new file mode 100644 index 00000000..8f4b92a2 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/resource/mutations/aurigold_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_54-39-12-226/resource/mutations/cuprosia_mutation.json b/config/agricraft/json/server_54-39-12-226/resource/mutations/cuprosia_mutation.json new file mode 100644 index 00000000..06ff51e5 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/resource/mutations/cuprosia_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_54-39-12-226/resource/mutations/diamahlia_mutation.json b/config/agricraft/json/server_54-39-12-226/resource/mutations/diamahlia_mutation.json new file mode 100644 index 00000000..b98a9ba7 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/resource/mutations/diamahlia_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_54-39-12-226/resource/mutations/emeryllis_mutation.json b/config/agricraft/json/server_54-39-12-226/resource/mutations/emeryllis_mutation.json new file mode 100644 index 00000000..5c33ad2a --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/resource/mutations/emeryllis_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_54-39-12-226/resource/mutations/ferranium_mutation.json b/config/agricraft/json/server_54-39-12-226/resource/mutations/ferranium_mutation.json new file mode 100644 index 00000000..2ee5ccec --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/resource/mutations/ferranium_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_54-39-12-226/resource/mutations/jaslumine_mutation.json b/config/agricraft/json/server_54-39-12-226/resource/mutations/jaslumine_mutation.json new file mode 100644 index 00000000..ced1b212 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/resource/mutations/jaslumine_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_54-39-12-226/resource/mutations/lapender_mutation.json b/config/agricraft/json/server_54-39-12-226/resource/mutations/lapender_mutation.json new file mode 100644 index 00000000..16a4d85e --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/resource/mutations/lapender_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_54-39-12-226/resource/mutations/niccissus_mutation.json b/config/agricraft/json/server_54-39-12-226/resource/mutations/niccissus_mutation.json new file mode 100644 index 00000000..6bcc67b5 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/resource/mutations/niccissus_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_54-39-12-226/resource/mutations/nitorwart_mutation.json b/config/agricraft/json/server_54-39-12-226/resource/mutations/nitorwart_mutation.json new file mode 100644 index 00000000..3cde536e --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/resource/mutations/nitorwart_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_54-39-12-226/resource/mutations/petinia_mutation.json b/config/agricraft/json/server_54-39-12-226/resource/mutations/petinia_mutation.json new file mode 100644 index 00000000..a56bf6fa --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/resource/mutations/petinia_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_54-39-12-226/resource/mutations/platiolus_mutation.json b/config/agricraft/json/server_54-39-12-226/resource/mutations/platiolus_mutation.json new file mode 100644 index 00000000..ddf250ae --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/resource/mutations/platiolus_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_54-39-12-226/resource/mutations/plombean_mutation.json b/config/agricraft/json/server_54-39-12-226/resource/mutations/plombean_mutation.json new file mode 100644 index 00000000..b3bfe5f0 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/resource/mutations/plombean_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_54-39-12-226/resource/mutations/quartzanthemum_mutation.json b/config/agricraft/json/server_54-39-12-226/resource/mutations/quartzanthemum_mutation.json new file mode 100644 index 00000000..25802c67 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/resource/mutations/quartzanthemum_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_54-39-12-226/resource/mutations/redstodendron_mutation.json b/config/agricraft/json/server_54-39-12-226/resource/mutations/redstodendron_mutation.json new file mode 100644 index 00000000..9a2fa415 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/resource/mutations/redstodendron_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_54-39-12-226/resource/plants/aurigold_plant.json b/config/agricraft/json/server_54-39-12-226/resource/plants/aurigold_plant.json new file mode 100644 index 00000000..198ecde9 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/resource/plants/aurigold_plant.json @@ -0,0 +1,77 @@ +{ + "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/agricraft/json/server_54-39-12-226/resource/plants/cuprosia_plant.json b/config/agricraft/json/server_54-39-12-226/resource/plants/cuprosia_plant.json new file mode 100644 index 00000000..6c5439a3 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/resource/plants/cuprosia_plant.json @@ -0,0 +1,77 @@ +{ + "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/agricraft/json/server_54-39-12-226/resource/plants/diamahlia_plant.json b/config/agricraft/json/server_54-39-12-226/resource/plants/diamahlia_plant.json new file mode 100644 index 00000000..c2452fa4 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/resource/plants/diamahlia_plant.json @@ -0,0 +1,77 @@ +{ + "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/agricraft/json/server_54-39-12-226/resource/plants/emeryllis_plant.json b/config/agricraft/json/server_54-39-12-226/resource/plants/emeryllis_plant.json new file mode 100644 index 00000000..2265ec48 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/resource/plants/emeryllis_plant.json @@ -0,0 +1,77 @@ +{ + "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/agricraft/json/server_54-39-12-226/resource/plants/ferranium_plant.json b/config/agricraft/json/server_54-39-12-226/resource/plants/ferranium_plant.json new file mode 100644 index 00000000..6c53f6ef --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/resource/plants/ferranium_plant.json @@ -0,0 +1,77 @@ +{ + "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/agricraft/json/server_54-39-12-226/resource/plants/jaslumine_plant.json b/config/agricraft/json/server_54-39-12-226/resource/plants/jaslumine_plant.json new file mode 100644 index 00000000..17483a2e --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/resource/plants/jaslumine_plant.json @@ -0,0 +1,77 @@ +{ + "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/agricraft/json/server_54-39-12-226/resource/plants/lapender_plant.json b/config/agricraft/json/server_54-39-12-226/resource/plants/lapender_plant.json new file mode 100644 index 00000000..44ccddeb --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/resource/plants/lapender_plant.json @@ -0,0 +1,77 @@ +{ + "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/agricraft/json/server_54-39-12-226/resource/plants/niccissus_plant.json b/config/agricraft/json/server_54-39-12-226/resource/plants/niccissus_plant.json new file mode 100644 index 00000000..bf6a6c6b --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/resource/plants/niccissus_plant.json @@ -0,0 +1,77 @@ +{ + "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/agricraft/json/server_54-39-12-226/resource/plants/nitorwart_plant.json b/config/agricraft/json/server_54-39-12-226/resource/plants/nitorwart_plant.json new file mode 100644 index 00000000..7d751149 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/resource/plants/nitorwart_plant.json @@ -0,0 +1,77 @@ +{ + "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/agricraft/json/server_54-39-12-226/resource/plants/petinia_plant.json b/config/agricraft/json/server_54-39-12-226/resource/plants/petinia_plant.json new file mode 100644 index 00000000..8d6be51b --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/resource/plants/petinia_plant.json @@ -0,0 +1,77 @@ +{ + "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/agricraft/json/server_54-39-12-226/resource/plants/platiolus_plant.json b/config/agricraft/json/server_54-39-12-226/resource/plants/platiolus_plant.json new file mode 100644 index 00000000..fe81ec68 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/resource/plants/platiolus_plant.json @@ -0,0 +1,77 @@ +{ + "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/agricraft/json/server_54-39-12-226/resource/plants/plombean_plant.json b/config/agricraft/json/server_54-39-12-226/resource/plants/plombean_plant.json new file mode 100644 index 00000000..aa86956c --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/resource/plants/plombean_plant.json @@ -0,0 +1,77 @@ +{ + "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/agricraft/json/server_54-39-12-226/resource/plants/quartzanthemum_plant.json b/config/agricraft/json/server_54-39-12-226/resource/plants/quartzanthemum_plant.json new file mode 100644 index 00000000..4d330a3c --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/resource/plants/quartzanthemum_plant.json @@ -0,0 +1,77 @@ +{ + "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/agricraft/json/server_54-39-12-226/resource/plants/redstodendron_plant.json b/config/agricraft/json/server_54-39-12-226/resource/plants/redstodendron_plant.json new file mode 100644 index 00000000..f0039018 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/resource/plants/redstodendron_plant.json @@ -0,0 +1,77 @@ +{ + "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/agricraft/json/server_54-39-12-226/resource/soils/gravel_soil.json b/config/agricraft/json/server_54-39-12-226/resource/soils/gravel_soil.json new file mode 100644 index 00000000..6cbc1bf5 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/resource/soils/gravel_soil.json @@ -0,0 +1,18 @@ +{ + "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/agricraft/json/server_54-39-12-226/resource/soils/stone_soil.json b/config/agricraft/json/server_54-39-12-226/resource/soils/stone_soil.json new file mode 100644 index 00000000..42d13b6a --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/resource/soils/stone_soil.json @@ -0,0 +1,18 @@ +{ + "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/agricraft/json/server_54-39-12-226/vanilla/mutations/allium_mutation.json b/config/agricraft/json/server_54-39-12-226/vanilla/mutations/allium_mutation.json new file mode 100644 index 00000000..8e332e03 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/vanilla/mutations/allium_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_54-39-12-226/vanilla/mutations/brown_mushroom_mutation.json b/config/agricraft/json/server_54-39-12-226/vanilla/mutations/brown_mushroom_mutation.json new file mode 100644 index 00000000..7fd4a11d --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/vanilla/mutations/brown_mushroom_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_54-39-12-226/vanilla/mutations/cactus_mutation.json b/config/agricraft/json/server_54-39-12-226/vanilla/mutations/cactus_mutation.json new file mode 100644 index 00000000..cad69536 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/vanilla/mutations/cactus_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_54-39-12-226/vanilla/mutations/carrot_mutation.json b/config/agricraft/json/server_54-39-12-226/vanilla/mutations/carrot_mutation.json new file mode 100644 index 00000000..865202c2 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/vanilla/mutations/carrot_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_54-39-12-226/vanilla/mutations/daisy_mutation.json b/config/agricraft/json/server_54-39-12-226/vanilla/mutations/daisy_mutation.json new file mode 100644 index 00000000..ba6c5d86 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/vanilla/mutations/daisy_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_54-39-12-226/vanilla/mutations/dandelion_mutation.json b/config/agricraft/json/server_54-39-12-226/vanilla/mutations/dandelion_mutation.json new file mode 100644 index 00000000..30d3ea6e --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/vanilla/mutations/dandelion_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_54-39-12-226/vanilla/mutations/melon_mutation.json b/config/agricraft/json/server_54-39-12-226/vanilla/mutations/melon_mutation.json new file mode 100644 index 00000000..806a35d2 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/vanilla/mutations/melon_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_54-39-12-226/vanilla/mutations/orange_tulip_mutation.json b/config/agricraft/json/server_54-39-12-226/vanilla/mutations/orange_tulip_mutation.json new file mode 100644 index 00000000..730283d6 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/vanilla/mutations/orange_tulip_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_54-39-12-226/vanilla/mutations/orchid_mutation.json b/config/agricraft/json/server_54-39-12-226/vanilla/mutations/orchid_mutation.json new file mode 100644 index 00000000..9b1d9782 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/vanilla/mutations/orchid_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_54-39-12-226/vanilla/mutations/pink_tulip_mutation.json b/config/agricraft/json/server_54-39-12-226/vanilla/mutations/pink_tulip_mutation.json new file mode 100644 index 00000000..38efe319 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/vanilla/mutations/pink_tulip_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_54-39-12-226/vanilla/mutations/poppy_mutation.json b/config/agricraft/json/server_54-39-12-226/vanilla/mutations/poppy_mutation.json new file mode 100644 index 00000000..6d59e74e --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/vanilla/mutations/poppy_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_54-39-12-226/vanilla/mutations/pumpkin_mutation.json b/config/agricraft/json/server_54-39-12-226/vanilla/mutations/pumpkin_mutation.json new file mode 100644 index 00000000..33baf7af --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/vanilla/mutations/pumpkin_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_54-39-12-226/vanilla/mutations/red_mushroom_mutation.json b/config/agricraft/json/server_54-39-12-226/vanilla/mutations/red_mushroom_mutation.json new file mode 100644 index 00000000..c2ba3985 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/vanilla/mutations/red_mushroom_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_54-39-12-226/vanilla/mutations/red_tulip_mutation.json b/config/agricraft/json/server_54-39-12-226/vanilla/mutations/red_tulip_mutation.json new file mode 100644 index 00000000..eaa27f2a --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/vanilla/mutations/red_tulip_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_54-39-12-226/vanilla/mutations/sugarcane_mutation.json b/config/agricraft/json/server_54-39-12-226/vanilla/mutations/sugarcane_mutation.json new file mode 100644 index 00000000..640832db --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/vanilla/mutations/sugarcane_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_54-39-12-226/vanilla/mutations/white_tulip_mutation.json b/config/agricraft/json/server_54-39-12-226/vanilla/mutations/white_tulip_mutation.json new file mode 100644 index 00000000..87d21368 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/vanilla/mutations/white_tulip_mutation.json @@ -0,0 +1,8 @@ +{ + "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/agricraft/json/server_54-39-12-226/vanilla/plants/allium_plant.json b/config/agricraft/json/server_54-39-12-226/vanilla/plants/allium_plant.json new file mode 100644 index 00000000..c8bcb254 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/vanilla/plants/allium_plant.json @@ -0,0 +1,61 @@ +{ + "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/agricraft/json/server_54-39-12-226/vanilla/plants/beet_root_plant.json b/config/agricraft/json/server_54-39-12-226/vanilla/plants/beet_root_plant.json new file mode 100644 index 00000000..93ab99b5 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/vanilla/plants/beet_root_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/server_54-39-12-226/vanilla/plants/brown_mushroom_plant.json b/config/agricraft/json/server_54-39-12-226/vanilla/plants/brown_mushroom_plant.json new file mode 100644 index 00000000..00d8f637 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/vanilla/plants/brown_mushroom_plant.json @@ -0,0 +1,82 @@ +{ + "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/agricraft/json/server_54-39-12-226/vanilla/plants/cactus_plant.json b/config/agricraft/json/server_54-39-12-226/vanilla/plants/cactus_plant.json new file mode 100644 index 00000000..0025acb2 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/vanilla/plants/cactus_plant.json @@ -0,0 +1,82 @@ +{ + "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/agricraft/json/server_54-39-12-226/vanilla/plants/carrot_plant.json b/config/agricraft/json/server_54-39-12-226/vanilla/plants/carrot_plant.json new file mode 100644 index 00000000..1b7ce862 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/vanilla/plants/carrot_plant.json @@ -0,0 +1,82 @@ +{ + "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/agricraft/json/server_54-39-12-226/vanilla/plants/daisy_plant.json b/config/agricraft/json/server_54-39-12-226/vanilla/plants/daisy_plant.json new file mode 100644 index 00000000..81f8130f --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/vanilla/plants/daisy_plant.json @@ -0,0 +1,61 @@ +{ + "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/agricraft/json/server_54-39-12-226/vanilla/plants/dandelion_plant.json b/config/agricraft/json/server_54-39-12-226/vanilla/plants/dandelion_plant.json new file mode 100644 index 00000000..d9519201 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/vanilla/plants/dandelion_plant.json @@ -0,0 +1,61 @@ +{ + "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/agricraft/json/server_54-39-12-226/vanilla/plants/melon_plant.json b/config/agricraft/json/server_54-39-12-226/vanilla/plants/melon_plant.json new file mode 100644 index 00000000..8e3f9e84 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/vanilla/plants/melon_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/server_54-39-12-226/vanilla/plants/nether_wart_plant.json b/config/agricraft/json/server_54-39-12-226/vanilla/plants/nether_wart_plant.json new file mode 100644 index 00000000..5f004579 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/vanilla/plants/nether_wart_plant.json @@ -0,0 +1,82 @@ +{ + "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/agricraft/json/server_54-39-12-226/vanilla/plants/orange_tulip_plant.json b/config/agricraft/json/server_54-39-12-226/vanilla/plants/orange_tulip_plant.json new file mode 100644 index 00000000..e1d43966 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/vanilla/plants/orange_tulip_plant.json @@ -0,0 +1,61 @@ +{ + "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/agricraft/json/server_54-39-12-226/vanilla/plants/orchid_plant.json b/config/agricraft/json/server_54-39-12-226/vanilla/plants/orchid_plant.json new file mode 100644 index 00000000..6a768562 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/vanilla/plants/orchid_plant.json @@ -0,0 +1,61 @@ +{ + "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/agricraft/json/server_54-39-12-226/vanilla/plants/pink_tulip_plant.json b/config/agricraft/json/server_54-39-12-226/vanilla/plants/pink_tulip_plant.json new file mode 100644 index 00000000..8d4a3c20 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/vanilla/plants/pink_tulip_plant.json @@ -0,0 +1,61 @@ +{ + "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/agricraft/json/server_54-39-12-226/vanilla/plants/poppy_plant.json b/config/agricraft/json/server_54-39-12-226/vanilla/plants/poppy_plant.json new file mode 100644 index 00000000..1523b798 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/vanilla/plants/poppy_plant.json @@ -0,0 +1,61 @@ +{ + "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/agricraft/json/server_54-39-12-226/vanilla/plants/potato_plant.json b/config/agricraft/json/server_54-39-12-226/vanilla/plants/potato_plant.json new file mode 100644 index 00000000..b61b3800 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/vanilla/plants/potato_plant.json @@ -0,0 +1,94 @@ +{ + "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/agricraft/json/server_54-39-12-226/vanilla/plants/pumpkin_plant.json b/config/agricraft/json/server_54-39-12-226/vanilla/plants/pumpkin_plant.json new file mode 100644 index 00000000..e85c6333 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/vanilla/plants/pumpkin_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/server_54-39-12-226/vanilla/plants/red_mushroom_plant.json b/config/agricraft/json/server_54-39-12-226/vanilla/plants/red_mushroom_plant.json new file mode 100644 index 00000000..a2a46508 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/vanilla/plants/red_mushroom_plant.json @@ -0,0 +1,84 @@ +{ + "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/agricraft/json/server_54-39-12-226/vanilla/plants/red_tulip_plant.json b/config/agricraft/json/server_54-39-12-226/vanilla/plants/red_tulip_plant.json new file mode 100644 index 00000000..69ba0be9 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/vanilla/plants/red_tulip_plant.json @@ -0,0 +1,61 @@ +{ + "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/agricraft/json/server_54-39-12-226/vanilla/plants/sugarcane_plant.json b/config/agricraft/json/server_54-39-12-226/vanilla/plants/sugarcane_plant.json new file mode 100644 index 00000000..64cbe7ce --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/vanilla/plants/sugarcane_plant.json @@ -0,0 +1,85 @@ +{ + "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/agricraft/json/server_54-39-12-226/vanilla/plants/wheat_plant.json b/config/agricraft/json/server_54-39-12-226/vanilla/plants/wheat_plant.json new file mode 100644 index 00000000..0fe7231d --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/vanilla/plants/wheat_plant.json @@ -0,0 +1,72 @@ +{ + "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/agricraft/json/server_54-39-12-226/vanilla/plants/white_tulip_plant.json b/config/agricraft/json/server_54-39-12-226/vanilla/plants/white_tulip_plant.json new file mode 100644 index 00000000..c9b74942 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/vanilla/plants/white_tulip_plant.json @@ -0,0 +1,61 @@ +{ + "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/agricraft/json/server_54-39-12-226/vanilla/soils/farmland_soil.json b/config/agricraft/json/server_54-39-12-226/vanilla/soils/farmland_soil.json new file mode 100644 index 00000000..037b994c --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/vanilla/soils/farmland_soil.json @@ -0,0 +1,18 @@ +{ + "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/agricraft/json/server_54-39-12-226/vanilla/soils/grass_soil.json b/config/agricraft/json/server_54-39-12-226/vanilla/soils/grass_soil.json new file mode 100644 index 00000000..deee58b9 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/vanilla/soils/grass_soil.json @@ -0,0 +1,18 @@ +{ + "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/agricraft/json/server_54-39-12-226/vanilla/soils/mycelium_soil.json b/config/agricraft/json/server_54-39-12-226/vanilla/soils/mycelium_soil.json new file mode 100644 index 00000000..a1d95f32 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/vanilla/soils/mycelium_soil.json @@ -0,0 +1,18 @@ +{ + "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/agricraft/json/server_54-39-12-226/vanilla/soils/sand_soil.json b/config/agricraft/json/server_54-39-12-226/vanilla/soils/sand_soil.json new file mode 100644 index 00000000..4671db3e --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/vanilla/soils/sand_soil.json @@ -0,0 +1,18 @@ +{ + "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/agricraft/json/server_54-39-12-226/vanilla/soils/soul_sand_soil.json b/config/agricraft/json/server_54-39-12-226/vanilla/soils/soul_sand_soil.json new file mode 100644 index 00000000..32709537 --- /dev/null +++ b/config/agricraft/json/server_54-39-12-226/vanilla/soils/soul_sand_soil.json @@ -0,0 +1,18 @@ +{ + "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/akashictome.cfg b/config/akashictome.cfg new file mode 100644 index 00000000..8be9ad25 --- /dev/null +++ b/config/akashictome.cfg @@ -0,0 +1,46 @@ +# 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/aoa3/entities_config.cfg b/config/aoa3/entities_config.cfg new file mode 100644 index 00000000..33e78d5d --- /dev/null +++ b/config/aoa3/entities_config.cfg @@ -0,0 +1,142 @@ +# Configuration file + +general { + # Configure entity IDs for mobs that shouldn't spawn bloodlusts when hit + S:bloodlustBlacklist < + divinerpg:cave_crawler + divinerpg:caveclops + divinerpg:the_grue + divinerpg:enthralled_dramcryx + divinerpg:the_eye + aoa3:polar_ursa + aoa3:chimera + aoa3:ancient_golem + aoa3:bone_creature + aoa3:bugeye + aoa3:charger + aoa3:chomper + aoa3:demon_reaper + aoa3:nightfly + minecraft:skeleton + minecraft:zombie + minecraft:spider + minecraft:skeleton + minecraft:creeper + minecraft:enderman + > + + # Configure entity IDs for mobs that shouldn't spawn heartstones when hit + S:heartstoneBlacklist < + divinerpg:cave_crawler + divinerpg:caveclops + divinerpg:the_grue + divinerpg:enthralled_dramcryx + divinerpg:the_eye + aoa3:polar_ursa + aoa3:chimera + aoa3:ancient_golem + aoa3:bone_creature + aoa3:bugeye + aoa3:charger + aoa3:chomper + aoa3:demon_reaper + aoa3:nightfly + minecraft:skeleton + minecraft:zombie + minecraft:spider + minecraft:skeleton + minecraft:creeper + minecraft:enderman + > + + # 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 + > + } + +} + + diff --git a/config/aoa3/integrations_config.cfg b/config/aoa3/integrations_config.cfg new file mode 100644 index 00000000..2ee84a18 --- /dev/null +++ b/config/aoa3/integrations_config.cfg @@ -0,0 +1,679 @@ +# 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=true + + # 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/aoa3/main_config.cfg b/config/aoa3/main_config.cfg new file mode 100644 index 00000000..ac4f7dce --- /dev/null +++ b/config/aoa3/main_config.cfg @@ -0,0 +1,193 @@ +# 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_Left + + # 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=50 + + # 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=31 + + # 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=45 + + # 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=37 + + # Set to false to disable all overworld events entirely. + B:enabled=true + + # 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=26 + + # 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=59 + } + + ########################################################################################################## + # 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/aoa3/ore_config.cfg b/config/aoa3/ore_config.cfg new file mode 100644 index 00000000..3c0865b2 --- /dev/null +++ b/config/aoa3/ore_config.cfg @@ -0,0 +1,546 @@ +# 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=3 + } + + 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=2 + } + + 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=4 + } + + bluecrystal { + # Maximum ore blocks per Blue Crystal vein + # Min: 1 + # Max: 30 + I:maxOresPerVein=15 + + # 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=4 + } + + 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=5 + } + + 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=2 + } + + crystallite { + # Maximum ore blocks per Crystallite vein + # Min: 1 + # Max: 30 + I:maxOresPerVein=12 + + # Minimum ore blocks per Crystallite vein + # Min: 1 + # Max: 20 + I:minOresPerVein=8 + + # Number of Crystallite veins per chunk + # Min: 0 + # Max: 20 + I:veinsPerChunk=8 + } + + 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=3 + } + + 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=2 + } + + 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=4 + } + + 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=2 + } + + 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=2 + } + + greencrystal { + # Maximum ore blocks per Green Crystal vein + # Min: 1 + # Max: 30 + I:maxOresPerVein=15 + + # 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=4 + } + + 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=4 + } + + 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=2 + } + + 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=2 + } + + 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=2 + } + + 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=4 + } + + purplecrystal { + # Maximum ore blocks per Purple Crystal vein + # Min: 1 + # Max: 30 + I:maxOresPerVein=15 + + # 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=4 + } + + redcrystal { + # Maximum ore blocks per Red Crystal vein + # Min: 1 + # Max: 30 + I:maxOresPerVein=15 + + # 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=4 + } + + 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=2 + } + + 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=2 + } + + whitecrystal { + # Maximum ore blocks per White Crystal vein + # Min: 1 + # Max: 30 + I:maxOresPerVein=15 + + # 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=4 + } + + yellowcrystal { + # Maximum ore blocks per Yellow Crystal vein + # Min: 1 + # Max: 30 + I:maxOresPerVein=15 + + # 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=4 + } + +} + + diff --git a/config/aoa3/structure_config.cfg b/config/aoa3/structure_config.cfg new file mode 100644 index 00000000..38ab5318 --- /dev/null +++ b/config/aoa3/structure_config.cfg @@ -0,0 +1,748 @@ +# 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=440 + + # 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=520 + + # Value is represented as a chance to spawn of 1/n per chunk + # Min: 0 + # Max: 1000000 + I:illusionTreeSpawnChance=600 + + # Value is represented as a chance to spawn of 1/n per chunk + # Min: 0 + # Max: 1000000 + I:jaweHutSpawnChance=520 + + # Value is represented as a chance to spawn of 1/n per chunk + # Min: 0 + # Max: 1000000 + I:shadowlordPlatformSpawnChance=420 + + # Value is represented as a chance to spawn of 1/n per chunk + # Min: 0 + # Max: 1000000 + I:witherRuneShrineSpawnChance=650 + } + + ########################################################################################################## + # 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=950 + + # Value is represented as a chance to spawn of 1/n per chunk + # Min: 0 + # Max: 1000000 + I:baronessArenaSpawnChance=1400 + + # Value is represented as a chance to spawn of 1/n per chunk + # Min: 0 + # Max: 1000000 + I:baronessHouseSpawnChance=975 + + # Value is represented as a chance to spawn of 1/n per chunk + # Min: 0 + # Max: 1000000 + I:hiveNestSpawnChance=900 + + # Value is represented as a chance to spawn of 1/n per chunk + # Min: 0 + # Max: 1000000 + I:powerRuneShrineSpawnChance=650 + } + + ########################################################################################################## + # 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=600 + + # Value is represented as a chance to spawn of 1/n per chunk + # Min: 0 + # Max: 1000000 + I:cottonCandyTowerSpawnChance=850 + + # Value is represented as a chance to spawn of 1/n per chunk + # Min: 0 + # Max: 1000000 + I:gingerbirdAviarySpawnChance=700 + + # Value is represented as a chance to spawn of 1/n per chunk + # Min: 0 + # Max: 1000000 + I:gingerbreadHouseSpawnChance=740 + + # 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=650 + + # Value is represented as a chance to spawn of 1/n per chunk + # Min: 0 + # Max: 1000000 + I:compassRuneShrineSpawnChance=450 + + # Value is represented as a chance to spawn of 1/n per chunk + # Min: 0 + # Max: 1000000 + I:gyroPlatformSpawnChance=980 + + # Value is represented as a chance to spawn of 1/n per chunk + # Min: 0 + # Max: 1000000 + I:toyTowerSpawnChance=600 + } + + ########################################################################################################## + # 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=700 + + # 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=400 + + # 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=700 + + # Value is represented as a chance to spawn of 1/n per chunk + # Min: 0 + # Max: 1000000 + I:chargingStationSpawnChance=635 + + # Value is represented as a chance to spawn of 1/n per chunk + # Min: 0 + # Max: 1000000 + I:deepLottoShelterSpawnChance=635 + + # Value is represented as a chance to spawn of 1/n per chunk + # Min: 0 + # Max: 1000000 + I:krorPillarsSpawnChance=635 + } + + ########################################################################################################## + # 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=1700 + + # Value is represented as a chance to spawn of 1/n per chunk + # Min: 0 + # Max: 1000000 + I:gardenCastleSpawnChance=1650 + + # Value is represented as a chance to spawn of 1/n per chunk + # Min: 0 + # Max: 1000000 + I:kineticRuneShrineSpawnChance=650 + + # Value is represented as a chance to spawn of 1/n per chunk + # Min: 0 + # Max: 1000000 + I:lottoSkyFlowerSpawnChance=500 + + # 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=500 + + # Value is represented as a chance to spawn of 1/n per chunk + # Min: 0 + # Max: 1000000 + I:hauntedMazeSpawnChance=700 + + # Value is represented as a chance to spawn of 1/n per chunk + # Min: 0 + # Max: 1000000 + I:stormRuneShrineSpawnChance=650 + } + + ########################################################################################################## + # 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=550 + + # Value is represented as a chance to spawn of 1/n per chunk + # Min: 0 + # Max: 1000000 + I:floatingLottoFountainSpawnChance=650 + + # 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=650 + } + + ########################################################################################################## + # 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=1300 + + # Value is represented as a chance to spawn of 1/n per chunk + # Min: 0 + # Max: 1000000 + I:energyRuneShrineSpawnChance=650 + + # Value is represented as a chance to spawn of 1/n per chunk + # Min: 0 + # Max: 1000000 + I:iroMazeSpawnChance=1300 + + # 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=600 + + # Value is represented as a chance to spawn of 1/n per chunk + # Min: 0 + # Max: 1000000 + I:professorsLabSpawnChance=600 + } + + ########################################################################################################## + # 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=1700 + + # 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=650 + } + + ########################################################################################################## + # 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=905 + + # Value is represented as a chance to spawn of 1/n per chunk + # Min: 0 + # Max: 1000000 + I:lunarGardenSpawnChance=804 + + # Value is represented as a chance to spawn of 1/n per chunk + # Min: 0 + # Max: 1000000 + I:lunarMazeSpawnChance=900 + + # Value is represented as a chance to spawn of 1/n per chunk + # Min: 0 + # Max: 1000000 + I:lunarPrisonSpawnChance=850 + + # Value is represented as a chance to spawn of 1/n per chunk + # Min: 0 + # Max: 1000000 + I:lunarRuneShrineSpawnChance=600 + + # Value is represented as a chance to spawn of 1/n per chunk + # Min: 0 + # Max: 1000000 + I:lunarVillageSpawnChance=1500 + + # 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=905 + + # Value is represented as a chance to spawn of 1/n per chunk + # Min: 0 + # Max: 1000000 + I:zargPlanetoidSpawnChance=900 + } + + ########################################################################################################## + # 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=500 + + # Value is represented as a chance to spawn of 1/n per chunk + # Min: 0 + # Max: 1000000 + I:fungshroomSpawnChance=800 + + # Value is represented as a chance to spawn of 1/n per chunk + # Min: 0 + # Max: 1000000 + I:gorbVillageSpawnChance=650 + + # Value is represented as a chance to spawn of 1/n per chunk + # Min: 0 + # Max: 1000000 + I:hauntedCastleSpawnChance=850 + + # Value is represented as a chance to spawn of 1/n per chunk + # Min: 0 + # Max: 1000000 + I:mushroomSpiderCaveSpawnChance=450 + + # Value is represented as a chance to spawn of 1/n per chunk + # Min: 0 + # Max: 1000000 + I:mysticLottoShroomSpawnChance=500 + + # 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=420 + + # Value is represented as a chance to spawn of 1/n per chunk + # Min: 0 + # Max: 1000000 + I:kaiyuTempleSpawnChance=1500 + + # Value is represented as a chance to spawn of 1/n per chunk + # Min: 0 + # Max: 1000000 + I:lifeRuneShrineSpawnChance=650 + + # 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=600 + + # Value is represented as a chance to spawn of 1/n per chunk + # Min: 0 + # Max: 1000000 + I:skeletalArmyArenaSpawnChance=1000 + } + + ########################################################################################################## + # 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=800 + + # 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=650 + + # Value is represented as a chance to spawn of 1/n per chunk + # Min: 0 + # Max: 1000000 + I:spectralCageSpawnChance=500 + } + + ########################################################################################################## + # 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=600 + + # 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=506 + + # Value is represented as a chance to spawn of 1/n per chunk + # Min: 0 + # Max: 1000000 + I:controlTowerSpawnChance=506 + + # Value is represented as a chance to spawn of 1/n per chunk + # Min: 0 + # Max: 1000000 + I:enigmaStationSpawnChance=866 + + # 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=506 + + # Value is represented as a chance to spawn of 1/n per chunk + # Min: 0 + # Max: 1000000 + I:poisonRuneShrineSpawnChance=600 + + # 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/appleskin.cfg b/config/appleskin.cfg new file mode 100644 index 00000000..602f7025 --- /dev/null +++ b/config/appleskin.cfg @@ -0,0 +1,29 @@ +# 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/armoryexpansion.cfg b/config/armoryexpansion.cfg new file mode 100644 index 00000000..b95393f4 --- /dev/null +++ b/config/armoryexpansion.cfg @@ -0,0 +1,20 @@ +# 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/armoryexpansion/conarm/conarm-config.json b/config/armoryexpansion/conarm/conarm-config.json new file mode 100644 index 00000000..64f090f2 --- /dev/null +++ b/config/armoryexpansion/conarm/conarm-config.json @@ -0,0 +1,3564 @@ +[ + { + "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/armoryexpansion/conarm/conarm-materials.json b/config/armoryexpansion/conarm/conarm-materials.json new file mode 100644 index 00000000..3d6219a2 --- /dev/null +++ b/config/armoryexpansion/conarm/conarm-materials.json @@ -0,0 +1,3016 @@ +[ + { + "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/armoryexpansion/conarm/conarm-traits.json b/config/armoryexpansion/conarm/conarm-traits.json new file mode 100644 index 00000000..d9a25c5b --- /dev/null +++ b/config/armoryexpansion/conarm/conarm-traits.json @@ -0,0 +1,1043 @@ +[ + { + "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/armoryexpansion/custommaterials/custommaterials-alloys.json b/config/armoryexpansion/custommaterials/custommaterials-alloys.json new file mode 100644 index 00000000..93fe8b93 --- /dev/null +++ b/config/armoryexpansion/custommaterials/custommaterials-alloys.json @@ -0,0 +1,17 @@ +// { +// "output": { +// "fluid": "iron", +// "amount": 144 +// }, +// "inputs": [ +// { +// "fluid": "copper", +// "amount": 108 +// }, +// { +// "fluid": "lead", +// "amount": 36 +// } +// ] +// } +[] \ No newline at end of file diff --git a/config/armoryexpansion/custommaterials/custommaterials-config.json b/config/armoryexpansion/custommaterials/custommaterials-config.json new file mode 100644 index 00000000..0637a088 --- /dev/null +++ b/config/armoryexpansion/custommaterials/custommaterials-config.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/config/armoryexpansion/custommaterials/custommaterials-materials.json b/config/armoryexpansion/custommaterials/custommaterials-materials.json new file mode 100644 index 00000000..0637a088 --- /dev/null +++ b/config/armoryexpansion/custommaterials/custommaterials-materials.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/config/armoryexpansion/custommaterials/custommaterials-oreDictEntries.json b/config/armoryexpansion/custommaterials/custommaterials-oreDictEntries.json new file mode 100644 index 00000000..0637a088 --- /dev/null +++ b/config/armoryexpansion/custommaterials/custommaterials-oreDictEntries.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/config/armoryexpansion/custommaterials/custommaterials-traits.json b/config/armoryexpansion/custommaterials/custommaterials-traits.json new file mode 100644 index 00000000..0637a088 --- /dev/null +++ b/config/armoryexpansion/custommaterials/custommaterials-traits.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/config/armoryexpansion/iceandfire/iceandfire-config.json b/config/armoryexpansion/iceandfire/iceandfire-config.json new file mode 100644 index 00000000..609e6db8 --- /dev/null +++ b/config/armoryexpansion/iceandfire/iceandfire-config.json @@ -0,0 +1,548 @@ +[ + { + "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/armoryexpansion/iceandfire/iceandfire-materials.json b/config/armoryexpansion/iceandfire/iceandfire-materials.json new file mode 100644 index 00000000..cce118ad --- /dev/null +++ b/config/armoryexpansion/iceandfire/iceandfire-materials.json @@ -0,0 +1,464 @@ +[ + { + "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/armoryexpansion/iceandfire/iceandfire-oreDictEntries.json b/config/armoryexpansion/iceandfire/iceandfire-oreDictEntries.json new file mode 100644 index 00000000..94648c13 --- /dev/null +++ b/config/armoryexpansion/iceandfire/iceandfire-oreDictEntries.json @@ -0,0 +1,191 @@ +[ + { + "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/armoryexpansion/iceandfire/iceandfire-traits.json b/config/armoryexpansion/iceandfire/iceandfire-traits.json new file mode 100644 index 00000000..1727b33d --- /dev/null +++ b/config/armoryexpansion/iceandfire/iceandfire-traits.json @@ -0,0 +1,410 @@ +[ + { + "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/armoryexpansion/traits.txt b/config/armoryexpansion/traits.txt new file mode 100644 index 00000000..7a9eb965 --- /dev/null +++ b/config/armoryexpansion/traits.txt @@ -0,0 +1,231 @@ +[ + "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/aroma1997/aroma1997core.cfg b/config/aroma1997/aroma1997core.cfg new file mode 100644 index 00000000..e69de29b diff --git a/config/aroma1997/aroma1997sdimension.cfg b/config/aroma1997/aroma1997sdimension.cfg new file mode 100644 index 00000000..92c68bd8 --- /dev/null +++ b/config/aroma1997/aroma1997sdimension.cfg @@ -0,0 +1,63 @@ +# 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/aroma1997/aroma1997sdimension_gen.json b/config/aroma1997/aroma1997sdimension_gen.json new file mode 100644 index 00000000..3a7cc505 --- /dev/null +++ b/config/aroma1997/aroma1997sdimension_gen.json @@ -0,0 +1,87 @@ +[ + { + "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/aroma1997/aromabackup.cfg b/config/aroma1997/aromabackup.cfg new file mode 100644 index 00000000..605a302e --- /dev/null +++ b/config/aroma1997/aromabackup.cfg @@ -0,0 +1,63 @@ +# 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=30 + + # 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 + > +} + + diff --git a/config/aroma1997/aromabackuprecovery.cfg b/config/aroma1997/aromabackuprecovery.cfg new file mode 100644 index 00000000..e8cfd185 --- /dev/null +++ b/config/aroma1997/aromabackuprecovery.cfg @@ -0,0 +1,8 @@ +# 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/astralsorcery.cfg b/config/astralsorcery.cfg new file mode 100644 index 00000000..c0cfa966 --- /dev/null +++ b/config/astralsorcery.cfg @@ -0,0 +1,1084 @@ +# 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=9 + + # 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 + 43 + > + + # 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 < + > + + 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=30 + } + +} + + +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.05 + } + + 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/astralsorcery/aevitas_ore_perk.cfg b/config/astralsorcery/aevitas_ore_perk.cfg new file mode 100644 index 00000000..30a766a9 --- /dev/null +++ b/config/astralsorcery/aevitas_ore_perk.cfg @@ -0,0 +1,38 @@ +# 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/astralsorcery/amulet_enchantments.cfg b/config/astralsorcery/amulet_enchantments.cfg new file mode 100644 index 00000000..a4131d19 --- /dev/null +++ b/config/astralsorcery/amulet_enchantments.cfg @@ -0,0 +1,69 @@ +# 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:xpboost:5], [endercore:autosmelt:2], [tombstone:shadow_step:2], [tombstone:soulbound:2], [tombstone:magic_siphon:2], [tombstone:plague_bringer:2], [enderio:soulbound:1], [enderio:repellent:1], [enderio:witherweapon:5], [enderio:witherarrow:5], [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], [soulshardsrespawn:soul_stealer:5], [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.beheading:1], [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.reach: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/astralsorcery/fluid_rarities.cfg b/config/astralsorcery/fluid_rarities.cfg new file mode 100644 index 00000000..7de1e0a4 --- /dev/null +++ b/config/astralsorcery/fluid_rarities.cfg @@ -0,0 +1,38 @@ +# 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 < + 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 + > +} + + diff --git a/config/astralsorcery/herdable_animals_blacklist.cfg b/config/astralsorcery/herdable_animals_blacklist.cfg new file mode 100644 index 00000000..480f9e00 --- /dev/null +++ b/config/astralsorcery/herdable_animals_blacklist.cfg @@ -0,0 +1,15 @@ +# 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/astralsorcery/mineralis_ritual.cfg b/config/astralsorcery/mineralis_ritual.cfg new file mode 100644 index 00000000..468aa1e0 --- /dev/null +++ b/config/astralsorcery/mineralis_ritual.cfg @@ -0,0 +1,46 @@ +# 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 + oreJade;500 + oreBauxite;600 + oreTitanium;400 + oreRunium;300 + oreSalt;800 + > +} + + diff --git a/config/astralsorcery/perk_void_trash_replacement.cfg b/config/astralsorcery/perk_void_trash_replacement.cfg new file mode 100644 index 00000000..30a766a9 --- /dev/null +++ b/config/astralsorcery/perk_void_trash_replacement.cfg @@ -0,0 +1,38 @@ +# 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/astralsorcery/treasure_shrine.cfg b/config/astralsorcery/treasure_shrine.cfg new file mode 100644 index 00000000..30a766a9 --- /dev/null +++ b/config/astralsorcery/treasure_shrine.cfg @@ -0,0 +1,38 @@ +# 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/attributefix.cfg b/config/attributefix.cfg new file mode 100644 index 00000000..fa52da51 --- /dev/null +++ b/config/attributefix.cfg @@ -0,0 +1,65 @@ +# 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/avaritia.cfg b/config/avaritia.cfg new file mode 100644 index 00000000..7c56f962 --- /dev/null +++ b/config/avaritia.cfg @@ -0,0 +1,65 @@ +~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/badmobs.cfg b/config/badmobs.cfg new file mode 100644 index 00000000..6e66295a --- /dev/null +++ b/config/badmobs.cfg @@ -0,0 +1,19 @@ +# 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/badwithernocookiereloaded.cfg b/config/badwithernocookiereloaded.cfg new file mode 100644 index 00000000..b02743b0 --- /dev/null +++ b/config/badwithernocookiereloaded.cfg @@ -0,0 +1,37 @@ +# 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/battletowers.cfg b/config/battletowers.cfg new file mode 100644 index 00000000..98592889 --- /dev/null +++ b/config/battletowers.cfg @@ -0,0 +1,249 @@ +# 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 + 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 + S:"Floor 3"=bowl-0-75-2-4;coal-0-90-4-4;string-0-80-5-5;wool-0-75-2-2 + S:"Floor 4"=glass-0-75-3-3;feather-0-75-4-4;bread-0-75-2-2;apple-0-75-2-2 + 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 + 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 + 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 + 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 + 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 + 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:alps=true + B:alps_foothills=true + B:ancient_cavern=false + B:apalachia=true + B:arcana=false + B:bamboo_forest=true + B:barathos=false + B:beaches=true + B:biome_meneglin=true + B:birch_forest=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: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: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:extreme_hills=true + B:extreme_hills_with_trees=true + B:fen=true + B:fields_sub_forest=true + B:fire_swamp=false + B:firefly_forest=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: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: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_savanna_rock=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:outback=true + B:overgrown_cliffs=true + B:patchy_islands=true + B:petrified_forest=true + B:phantasmagoric_inferno=true + B:plains=true + B:prairie=true + B:precasia=true + B:quagmire=false + B:rainforest=true + B:raised_isles=true + B:redwood_forest=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=true + 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: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_hills=true + B:tainted_lands=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:underground_jungle=true + B:vethea=false + B:void=false + B:volcanic=false + 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 +} + + +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/baubles.cfg b/config/baubles.cfg new file mode 100644 index 00000000..7a7939da --- /dev/null +++ b/config/baubles.cfg @@ -0,0 +1,8 @@ +# 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/bbm/AI_Improvements.cfg b/config/bbm/AI_Improvements.cfg new file mode 100644 index 00000000..b4db0128 --- /dev/null +++ b/config/bbm/AI_Improvements.cfg @@ -0,0 +1,14 @@ +# 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/betterbiomeblend.cfg b/config/betterbiomeblend.cfg new file mode 100644 index 00000000..9f787f03 --- /dev/null +++ b/config/betterbiomeblend.cfg @@ -0,0 +1,9 @@ +# Configuration file + +general { + # Min: 0 + # Max: 14 + I:"Blend Radius"=14 +} + + diff --git a/config/betterbuilderswands.cfg b/config/betterbuilderswands.cfg new file mode 100644 index 00000000..6c209ae8 --- /dev/null +++ b/config/betterbuilderswands.cfg @@ -0,0 +1,45 @@ +# 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/betterfps.json b/config/betterfps.json new file mode 100644 index 00000000..6e5eb4b5 --- /dev/null +++ b/config/betterfps.json @@ -0,0 +1 @@ +{"algorithm":"rivens-full","updateChecker":true,"preallocateMemory":false,"fog":true,"beaconBeam":true,"fastHopper":true,"fastBeacon":true,"fastSearch":true,"asyncSearch":true} \ No newline at end of file diff --git a/config/betterp2p.cfg b/config/betterp2p.cfg new file mode 100644 index 00000000..e69de29b diff --git a/config/bhc/BaubleyHeartCanisters.cfg b/config/bhc/BaubleyHeartCanisters.cfg new file mode 100644 index 00000000..5c977cb0 --- /dev/null +++ b/config/bhc/BaubleyHeartCanisters.cfg @@ -0,0 +1,28 @@ +# Configuration file + +options { + # Allow Starting Health Tweaks + B:allowStartingHealthTweaks=false + + # How often do wither bones Drop? (1.0 = 100 % and 0.0 means 0%) + D:boneDropRate=0.15 + + # What Type of Bauble is the Heart Amulet? + # Valid values: + # AMULET + # RING + # BELT + # TRINKET + # HEAD + # BODY + # CHARM + S:heartCanisterBaubleType=AMULET + + # The maximum stacksize for heart canisters, also the maximum amount of full hearts you can get per heart container type + I:heartStackSize=10 + + # Starting Health of Player (Default:20) + I:startingHealth=20 +} + + diff --git a/config/bhc/bhc-drops.json b/config/bhc/bhc-drops.json new file mode 100644 index 00000000..96c933be --- /dev/null +++ b/config/bhc/bhc-drops.json @@ -0,0 +1,14 @@ +{ + "red": { + "hostile": 0.05 + }, + "yellow": { + "boss": 1.0 + }, + "green": { + "dragon": 1.0 + }, + "blue": { + "minecraft:evocation_illager": 1.0 + } +} \ No newline at end of file diff --git a/config/bibliocraft.cfg b/config/bibliocraft.cfg new file mode 100644 index 00000000..e0527032 --- /dev/null +++ b/config/bibliocraft.cfg @@ -0,0 +1,129 @@ +# 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=true + 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/biomesoplenty/biome_ids.json b/config/biomesoplenty/biome_ids.json new file mode 100644 index 00000000..d3f29106 --- /dev/null +++ b/config/biomesoplenty/biome_ids.json @@ -0,0 +1,75 @@ +{ + "oasis": 100, + "woodland": 93, + "white_beach": 41, + "shrubland": 84, + "xeric_shrubland": 94, + "tropical_rainforest": 89, + "fen": 57, + "steppe": 87, + "alps_foothills": 95, + "redwood_forest_edge": 97, + "bayou": 45, + "mountain": 71, + "phantasmagoric_inferno": 110, + "overgrown_cliffs": 76, + "highland": 61, + "volcanic_island": 106, + "quagmire": 78, + "marsh": 68, + "chaparral": 49, + "flower_island": 107, + "flower_field": 58, + "wetland": 92, + "mystic_grove": 72, + "cold_desert": 51, + "mountain_foothills": 96, + "maple_woods": 67, + "coral_reef": 102, + "orchard": 74, + "moor": 70, + "land_of_lakes": 62, + "bog": 46, + "coniferous_forest": 52, + "eucalyptus_forest": 56, + "outback": 75, + "shield": 83, + "snowy_tundra": 101, + "alps": 43, + "wasteland": 91, + "lush_desert": 64, + "mangrove": 66, + "boreal_forest": 47, + "redwood_forest": 80, + "cherry_blossom_grove": 50, + "visceral_heap": 112, + "snowy_forest": 86, + "seasonal_forest": 82, + "temperate_rainforest": 88, + "dead_forest": 54, + "bamboo_forest": 44, + "corrupted_sands": 108, + "dead_swamp": 55, + "kelp_forest": 103, + "pasture": 98, + "glacier": 99, + "meadow": 69, + "lush_swamp": 65, + "fungi_forest": 109, + "tropical_island": 105, + "grassland": 59, + "prairie": 77, + "snowy_coniferous_forest": 85, + "tundra": 90, + "undergarden": 111, + "origin_island": 104, + "gravel_beach": 40, + "grove": 60, + "lavender_fields": 63, + "origin_beach": 42, + "rainforest": 79, + "sacred_springs": 81, + "crag": 53, + "brushland": 48, + "ominous_woods": 73 +} \ No newline at end of file diff --git a/config/biomesoplenty/biomes/Put biome config files here b/config/biomesoplenty/biomes/Put biome config files here new file mode 100644 index 00000000..e69de29b diff --git a/config/biomesoplenty/biomes/defaults/biomesoplenty/alps.json b/config/biomesoplenty/biomes/defaults/biomesoplenty/alps.json new file mode 100644 index 00000000..484a8629 --- /dev/null +++ b/config/biomesoplenty/biomes/defaults/biomesoplenty/alps.json @@ -0,0 +1,76 @@ +{ + "canGenerateRivers": false, + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": true, + "variationBelow": 12.0, + "variationAbove": 12.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "minecraft:snow", + "properties": {} + }, + "averageHeight": 198.0, + "topBlock": { + "block": "minecraft:snow", + "properties": {} + }, + "fogColor": -1, + "canGenerateVillages": false, + "canSpawnInBiome": false, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "emeralds": { + "minHeight": 4, + "with": { + "block": "minecraft:emerald_ore", + "properties": {} + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + } + }, + "weights": { + "tundra": 3, + "ice_cap": 5 + } +} \ No newline at end of file diff --git a/config/biomesoplenty/biomes/defaults/biomesoplenty/alps_foothills.json b/config/biomesoplenty/biomes/defaults/biomesoplenty/alps_foothills.json new file mode 100644 index 00000000..e323f2d2 --- /dev/null +++ b/config/biomesoplenty/biomes/defaults/biomesoplenty/alps_foothills.json @@ -0,0 +1,99 @@ +{ + "canGenerateRivers": false, + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": false, + "variationBelow": 48.0, + "variationAbove": 64.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "minecraft:stone", + "properties": { + "variant": "stone" + } + }, + "averageHeight": 120.0, + "topBlock": { + "block": "biomesoplenty:grass", + "properties": { + "snowy": "false", + "variant": "overgrown_stone" + } + }, + "fogColor": -1, + "canGenerateVillages": false, + "canSpawnInBiome": false, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "hot_springs": { + "liquid": { + "block": "biomesoplenty:hot_spring_water", + "properties": { + "level": "0" + } + }, + "amountPerChunk": 0.5, + "enable": true, + "grassBorderWith": { + "block": "minecraft:grass", + "properties": { + "snowy": "false" + } + } + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "emeralds": { + "minHeight": 4, + "with": { + "block": "minecraft:emerald_ore", + "properties": {} + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "trees": { + "amountPerChunk": 0.5, + "enable": true, + "generators": {} + } + }, + "weights": {} +} \ No newline at end of file diff --git a/config/biomesoplenty/biomes/defaults/biomesoplenty/bamboo_forest.json b/config/biomesoplenty/biomes/defaults/biomesoplenty/bamboo_forest.json new file mode 100644 index 00000000..b1c6b9c5 --- /dev/null +++ b/config/biomesoplenty/biomes/defaults/biomesoplenty/bamboo_forest.json @@ -0,0 +1,158 @@ +{ + "canGenerateRivers": true, + "beachBiomeLocation": "minecraft:beaches", + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": true, + "variationBelow": 5.0, + "variationAbove": 10.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "averageHeight": 68.0, + "topBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "podzol" + } + }, + "fogColor": -1, + "canGenerateVillages": false, + "canSpawnInBiome": true, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "leafpile" + } + }, + "generationAttempts": 32, + "amountPerChunk": 3.0, + "enable": true + }, + "flowers": { + "amountPerChunk": 0.5, + "enable": true, + "generators": {} + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "ferns": { + "with": { + "block": "minecraft:tallgrass", + "properties": { + "type": "fern" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "grass": { + "amountPerChunk": 2.6, + "enable": true, + "generators": {} + }, + "bushes": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "bush" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.5, + "enable": true + }, + "topaz": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "topaz" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + }, + "algae": { + "with": { + "block": "biomesoplenty:coral", + "properties": { + "level": "15", + "variant": "algae" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "trees": { + "amountPerChunk": 30.0, + "enable": true, + "generators": {} + }, + "river_cane": { + "minHeight": 1, + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "rivercane" + } + }, + "generationAttempts": 24, + "amountPerChunk": 5.0, + "maxHeight": 3, + "enable": true, + "randomDirection": false + } + }, + "weights": { + "tropical": 3 + } +} \ No newline at end of file diff --git a/config/biomesoplenty/biomes/defaults/biomesoplenty/bayou.json b/config/biomesoplenty/biomes/defaults/biomesoplenty/bayou.json new file mode 100644 index 00000000..e6d41ed8 --- /dev/null +++ b/config/biomesoplenty/biomes/defaults/biomesoplenty/bayou.json @@ -0,0 +1,273 @@ +{ + "canGenerateRivers": false, + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": true, + "variationBelow": 6.0, + "variationAbove": 3.0, + "seaFloorBlock": { + "block": "biomesoplenty:mud", + "properties": { + "variant": "mud" + } + }, + "fillerBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "averageHeight": 62.0, + "topBlock": { + "block": "minecraft:grass", + "properties": { + "snowy": "false" + } + }, + "fogColor": -1, + "canGenerateVillages": false, + "canSpawnInBiome": false, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "cattail": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "cattail" + } + }, + "generationAttempts": 32, + "amountPerChunk": 6.0, + "enable": true + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "medium_lily": { + "with": { + "block": "biomesoplenty:waterlily", + "properties": { + "variant": "medium" + } + }, + "generationAttempts": 32, + "amountPerChunk": 2.0, + "enable": true + }, + "brown_mushrooms": { + "with": { + "block": "minecraft:brown_mushroom", + "properties": {} + }, + "generationAttempts": 16, + "amountPerChunk": 0.5, + "enable": true + }, + "algae": { + "with": { + "block": "biomesoplenty:coral", + "properties": { + "level": "15", + "variant": "algae" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "malachite": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "malachite" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + }, + "trees": { + "amountPerChunk": 8.0, + "enable": true, + "generators": {} + }, + "water_reeds": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "reed" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.8, + "enable": true + }, + "small_lily": { + "with": { + "block": "biomesoplenty:waterlily", + "properties": { + "variant": "small" + } + }, + "generationAttempts": 32, + "amountPerChunk": 1.5, + "enable": true + }, + "flower_lily": { + "with": { + "block": "biomesoplenty:waterlily", + "properties": { + "variant": "flower" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.25, + "enable": true + }, + "koru": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "koru" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.3, + "enable": true + }, + "sugar_cane": { + "minHeight": 1, + "with": { + "block": "minecraft:reeds", + "properties": { + "age": "0" + } + }, + "generationAttempts": 24, + "amountPerChunk": 3.0, + "maxHeight": 3, + "enable": true, + "randomDirection": false + }, + "grass": { + "amountPerChunk": 2.0, + "enable": true, + "generators": {} + }, + "lily": { + "with": { + "block": "minecraft:waterlily", + "properties": {} + }, + "generationAttempts": 32, + "amountPerChunk": 2.5, + "enable": true + }, + "mud_splatter": { + "with": { + "block": "biomesoplenty:mud", + "properties": { + "variant": "mud" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.2, + "enable": true + }, + "double_cattail": { + "with": { + "block": "biomesoplenty:double_plant", + "properties": { + "half": "lower", + "variant": "tall_cattail" + } + }, + "generationAttempts": 32, + "amountPerChunk": 8.0, + "enable": true, + "withTop": { + "block": "biomesoplenty:double_plant", + "properties": { + "half": "upper", + "variant": "tall_cattail" + } + } + }, + "tiny_lily": { + "with": { + "block": "biomesoplenty:waterlily", + "properties": { + "variant": "tiny" + } + }, + "generationAttempts": 32, + "amountPerChunk": 1.5, + "enable": true + }, + "red_mushrooms": { + "with": { + "block": "minecraft:red_mushroom", + "properties": {} + }, + "generationAttempts": 16, + "amountPerChunk": 0.3, + "enable": true + }, + "mud": { + "with": { + "block": "biomesoplenty:mud", + "properties": { + "variant": "mud" + } + }, + "maxRadius": 3, + "amountPerChunk": 1.0, + "enable": true + }, + "flat_mushroom": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "flat_mushroom" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.1, + "enable": true + } + }, + "weights": { + "hot_swamp": 10 + } +} \ No newline at end of file diff --git a/config/biomesoplenty/biomes/defaults/biomesoplenty/bog.json b/config/biomesoplenty/biomes/defaults/biomesoplenty/bog.json new file mode 100644 index 00000000..dfe76b31 --- /dev/null +++ b/config/biomesoplenty/biomes/defaults/biomesoplenty/bog.json @@ -0,0 +1,294 @@ +{ + "canGenerateRivers": false, + "beachBiomeLocation": "biomesoplenty:gravel_beach", + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": true, + "variationBelow": 5.0, + "variationAbove": 1.0, + "seaFloorBlock": { + "block": "biomesoplenty:mud", + "properties": { + "variant": "mud" + } + }, + "fillerBlock": { + "block": "biomesoplenty:dirt", + "properties": { + "coarse": "false", + "variant": "loamy" + } + }, + "averageHeight": 63.0, + "topBlock": { + "block": "biomesoplenty:grass", + "properties": { + "snowy": "false", + "variant": "loamy" + } + }, + "fogColor": -1, + "canGenerateVillages": false, + "canSpawnInBiome": true, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "leafpile" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.2, + "enable": true + }, + "cattail": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "cattail" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.1, + "enable": true + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "dead_leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "deadleafpile" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.5, + "enable": true + }, + "brown_mushrooms": { + "with": { + "block": "minecraft:brown_mushroom", + "properties": {} + }, + "generationAttempts": 16, + "amountPerChunk": 2.0, + "enable": true + }, + "poison_lakes": { + "liquid": { + "block": "biomesoplenty:poison", + "properties": { + "level": "0" + } + }, + "amountPerChunk": 0.1, + "enable": true, + "grassBorderWith": { + "block": "minecraft:grass", + "properties": { + "snowy": "false" + } + } + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "malachite": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "malachite" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + }, + "trees": { + "amountPerChunk": 2.0, + "enable": true, + "generators": {} + }, + "water_reeds": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "reed" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.2, + "enable": true + }, + "toadstools": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "toadstool" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.5, + "enable": true + }, + "poison_ivy": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "poisonivy" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.1, + "enable": true + }, + "big_brown_mushroom": { + "minHeight": 4, + "maxHeight": 5, + "amountPerChunk": 0.2, + "enable": true + }, + "koru": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "koru" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.1, + "enable": true + }, + "grass": { + "amountPerChunk": 0.75, + "enable": true, + "generators": {} + }, + "bushes": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "bush" + } + }, + "generationAttempts": 32, + "amountPerChunk": 3.0, + "enable": true + }, + "blue_milk_caps": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "blue_milk_cap" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.1, + "enable": true + }, + "double_cattail": { + "with": { + "block": "biomesoplenty:double_plant", + "properties": { + "half": "lower", + "variant": "tall_cattail" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.1, + "enable": true, + "withTop": { + "block": "biomesoplenty:double_plant", + "properties": { + "half": "upper", + "variant": "tall_cattail" + } + } + }, + "lakes": { + "liquid": { + "block": "minecraft:water", + "properties": { + "level": "0" + } + }, + "amountPerChunk": 1.0, + "enable": true, + "frozenLiquid": { + "block": "minecraft:ice", + "properties": {} + }, + "grassBorderWith": { + "block": "biomesoplenty:grass", + "properties": { + "snowy": "false", + "variant": "loamy" + } + } + }, + "red_mushrooms": { + "with": { + "block": "minecraft:red_mushroom", + "properties": {} + }, + "generationAttempts": 16, + "amountPerChunk": 1.0, + "enable": true + }, + "mud": { + "with": { + "block": "biomesoplenty:mud", + "properties": { + "variant": "mud" + } + }, + "maxRadius": 7, + "amountPerChunk": 4.0, + "enable": true + }, + "flat_mushroom": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "flat_mushroom" + } + }, + "generationAttempts": 16, + "amountPerChunk": 1.25, + "enable": true + } + }, + "weights": { + "cold_swamp": 7 + } +} \ No newline at end of file diff --git a/config/biomesoplenty/biomes/defaults/biomesoplenty/boreal_forest.json b/config/biomesoplenty/biomes/defaults/biomesoplenty/boreal_forest.json new file mode 100644 index 00000000..7d2ffc53 --- /dev/null +++ b/config/biomesoplenty/biomes/defaults/biomesoplenty/boreal_forest.json @@ -0,0 +1,151 @@ +{ + "canGenerateRivers": true, + "beachBiomeLocation": "biomesoplenty:gravel_beach", + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": true, + "variationBelow": 15.0, + "variationAbove": 30.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "averageHeight": 70.0, + "topBlock": { + "block": "minecraft:grass", + "properties": { + "snowy": "false" + } + }, + "fogColor": -1, + "canGenerateVillages": false, + "canSpawnInBiome": true, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "gravel": { + "with": { + "block": "minecraft:gravel", + "properties": {} + }, + "maxRadius": 7, + "amountPerChunk": 6.0, + "enable": true + }, + "flowers": { + "amountPerChunk": 0.2, + "enable": true, + "generators": {} + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "dead_leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "deadleafpile" + } + }, + "generationAttempts": 32, + "amountPerChunk": 1.0, + "enable": true + }, + "grass": { + "amountPerChunk": 1.75, + "enable": true, + "generators": {} + }, + "bushes": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "bush" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.75, + "enable": true + }, + "amber": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "amber" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "trees": { + "amountPerChunk": 8.0, + "enable": true, + "generators": {} + }, + "water_reeds": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "reed" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.25, + "enable": true + }, + "poison_ivy": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "poisonivy" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.1, + "enable": true + } + }, + "weights": { + "boreal": 5 + } +} \ No newline at end of file diff --git a/config/biomesoplenty/biomes/defaults/biomesoplenty/brushland.json b/config/biomesoplenty/biomes/defaults/biomesoplenty/brushland.json new file mode 100644 index 00000000..6a06c9c0 --- /dev/null +++ b/config/biomesoplenty/biomes/defaults/biomesoplenty/brushland.json @@ -0,0 +1,132 @@ +{ + "canGenerateRivers": true, + "beachBiomeLocation": "minecraft:beaches", + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": true, + "variationBelow": 3.0, + "variationAbove": 20.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "biomesoplenty:dirt", + "properties": { + "coarse": "false", + "variant": "sandy" + } + }, + "averageHeight": 66.0, + "topBlock": { + "block": "biomesoplenty:grass", + "properties": { + "snowy": "false", + "variant": "sandy" + } + }, + "fogColor": -1, + "canGenerateVillages": true, + "canSpawnInBiome": true, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "sand": { + "with": { + "block": "minecraft:sand", + "properties": { + "variant": "sand" + } + }, + "maxRadius": 7, + "amountPerChunk": 4.0, + "enable": true + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "thorns": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "thorn" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.25, + "enable": true + }, + "grass": { + "amountPerChunk": 9.0, + "enable": true, + "generators": {} + }, + "quicksand": { + "liquid": { + "block": "biomesoplenty:sand", + "properties": { + "level": "0" + } + }, + "amountPerChunk": 0.2, + "enable": true, + "grassBorderWith": { + "block": "minecraft:grass", + "properties": { + "snowy": "false" + } + } + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "trees": { + "amountPerChunk": 6.0, + "enable": true, + "generators": {} + }, + "ruby": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "ruby" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + } + }, + "weights": { + "savanna": 10 + } +} \ No newline at end of file diff --git a/config/biomesoplenty/biomes/defaults/biomesoplenty/chaparral.json b/config/biomesoplenty/biomes/defaults/biomesoplenty/chaparral.json new file mode 100644 index 00000000..57dcf65c --- /dev/null +++ b/config/biomesoplenty/biomes/defaults/biomesoplenty/chaparral.json @@ -0,0 +1,176 @@ +{ + "canGenerateRivers": true, + "beachBiomeLocation": "minecraft:beaches", + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": true, + "variationBelow": 10.0, + "variationAbove": 20.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "averageHeight": 80.0, + "topBlock": { + "block": "minecraft:grass", + "properties": { + "snowy": "false" + } + }, + "fogColor": -1, + "canGenerateVillages": true, + "canSpawnInBiome": true, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "leafpile" + } + }, + "generationAttempts": 32, + "amountPerChunk": 1.0, + "enable": true + }, + "flowers": { + "amountPerChunk": 0.5, + "enable": true, + "generators": {} + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "dead_leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "deadleafpile" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.5, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "trees": { + "amountPerChunk": 7.0, + "enable": true, + "generators": {} + }, + "water_reeds": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "reed" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.2, + "enable": true + }, + "stone_patches": { + "with": { + "block": "biomesoplenty:grass", + "properties": { + "snowy": "false", + "variant": "overgrown_stone" + } + }, + "amountPerChunk": 4.0, + "enable": true, + "splotchSize": 15 + }, + "sand": { + "with": { + "block": "minecraft:sand", + "properties": { + "variant": "sand" + } + }, + "maxRadius": 7, + "amountPerChunk": 3.0, + "enable": true + }, + "grass": { + "amountPerChunk": 1.5, + "enable": true, + "generators": {} + }, + "berry_bushes": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "berrybush" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.1, + "enable": true + }, + "peridot": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "peridot" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + }, + "bushes": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "bush" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.75, + "enable": true + } + }, + "weights": { + "mediteranean": 10 + } +} \ No newline at end of file diff --git a/config/biomesoplenty/biomes/defaults/biomesoplenty/cherry_blossom_grove.json b/config/biomesoplenty/biomes/defaults/biomesoplenty/cherry_blossom_grove.json new file mode 100644 index 00000000..c9c537d8 --- /dev/null +++ b/config/biomesoplenty/biomes/defaults/biomesoplenty/cherry_blossom_grove.json @@ -0,0 +1,204 @@ +{ + "canGenerateRivers": true, + "beachBiomeLocation": "minecraft:beaches", + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": true, + "variationBelow": 5.0, + "variationAbove": 25.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "biomesoplenty:dirt", + "properties": { + "coarse": "false", + "variant": "silty" + } + }, + "averageHeight": 63.0, + "topBlock": { + "block": "biomesoplenty:grass", + "properties": { + "snowy": "false", + "variant": "silty" + } + }, + "fogColor": -1, + "canGenerateVillages": false, + "canSpawnInBiome": false, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "leafpile" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.2, + "enable": true + }, + "flowers": { + "amountPerChunk": 2.3, + "enable": true, + "generators": {} + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "medium_lily": { + "with": { + "block": "biomesoplenty:waterlily", + "properties": { + "variant": "medium" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.1, + "enable": true + }, + "clover_patches": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "cloverpatch" + } + }, + "generationAttempts": 128, + "amountPerChunk": 0.4, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "trees": { + "amountPerChunk": 3.0, + "enable": true, + "generators": {} + }, + "small_lily": { + "with": { + "block": "biomesoplenty:waterlily", + "properties": { + "variant": "small" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.1, + "enable": true + }, + "flower_lily": { + "with": { + "block": "biomesoplenty:waterlily", + "properties": { + "variant": "flower" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.3, + "enable": true + }, + "flax": { + "with": { + "block": "biomesoplenty:double_plant", + "properties": { + "half": "lower", + "variant": "flax" + } + }, + "generationAttempts": 6, + "amountPerChunk": 0.2, + "enable": true, + "withTop": { + "block": "biomesoplenty:double_plant", + "properties": { + "half": "upper", + "variant": "flax" + } + } + }, + "grass": { + "amountPerChunk": 1.6, + "enable": true, + "generators": {} + }, + "lily": { + "with": { + "block": "minecraft:waterlily", + "properties": {} + }, + "generationAttempts": 32, + "amountPerChunk": 0.1, + "enable": true + }, + "topaz": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "topaz" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + }, + "tiny_lily": { + "with": { + "block": "biomesoplenty:waterlily", + "properties": { + "variant": "tiny" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.2, + "enable": true + }, + "sprouts": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "sprout" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.4, + "enable": true + } + }, + "weights": { + "cool_temperate": 2 + } +} \ No newline at end of file diff --git a/config/biomesoplenty/biomes/defaults/biomesoplenty/cold_desert.json b/config/biomesoplenty/biomes/defaults/biomesoplenty/cold_desert.json new file mode 100644 index 00000000..4ce2b1eb --- /dev/null +++ b/config/biomesoplenty/biomes/defaults/biomesoplenty/cold_desert.json @@ -0,0 +1,111 @@ +{ + "canGenerateRivers": false, + "beachBiomeLocation": "biomesoplenty:gravel_beach", + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": true, + "variationBelow": 5.0, + "variationAbove": 10.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "minecraft:stone", + "properties": { + "variant": "stone" + } + }, + "averageHeight": 64.0, + "topBlock": { + "block": "minecraft:gravel", + "properties": {} + }, + "fogColor": -1, + "canGenerateVillages": false, + "canSpawnInBiome": false, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "hard_ice_splatter": { + "with": { + "block": "biomesoplenty:hard_ice", + "properties": {} + }, + "generationAttempts": 64, + "amountPerChunk": 1.0, + "enable": true + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "boulders": { + "with": { + "block": "minecraft:cobblestone", + "properties": {} + }, + "numBalls": 4, + "amountPerChunk": 0.2, + "enable": true, + "radiusFalloff": 0.5, + "innerRadius": 1.0 + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "stone_patches": { + "with": { + "block": "minecraft:stone", + "properties": { + "variant": "stone" + } + }, + "amountPerChunk": 6.0, + "enable": true, + "splotchSize": 24 + }, + "tanzanite": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "tanzanite" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + } + }, + "weights": { + "ice_cap": 10 + } +} \ No newline at end of file diff --git a/config/biomesoplenty/biomes/defaults/biomesoplenty/coniferous_forest.json b/config/biomesoplenty/biomes/defaults/biomesoplenty/coniferous_forest.json new file mode 100644 index 00000000..dc0527b3 --- /dev/null +++ b/config/biomesoplenty/biomes/defaults/biomesoplenty/coniferous_forest.json @@ -0,0 +1,222 @@ +{ + "canGenerateRivers": true, + "beachBiomeLocation": "biomesoplenty:gravel_beach", + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": true, + "variationBelow": 10.0, + "variationAbove": 20.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "biomesoplenty:dirt", + "properties": { + "coarse": "false", + "variant": "loamy" + } + }, + "averageHeight": 68.0, + "topBlock": { + "block": "biomesoplenty:grass", + "properties": { + "snowy": "false", + "variant": "loamy" + } + }, + "fogColor": -1, + "canGenerateVillages": true, + "canSpawnInBiome": true, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "leafpile" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.3, + "enable": true + }, + "flowers": { + "amountPerChunk": 0.3, + "enable": true, + "generators": {} + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "dead_leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "deadleafpile" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.7, + "enable": true + }, + "brown_mushrooms": { + "with": { + "block": "minecraft:brown_mushroom", + "properties": {} + }, + "generationAttempts": 16, + "amountPerChunk": 0.2, + "enable": true + }, + "amber": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "amber" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "trees": { + "amountPerChunk": 8.0, + "enable": true, + "generators": {} + }, + "water_reeds": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "reed" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.8, + "enable": true + }, + "toadstools": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "toadstool" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.3, + "enable": true + }, + "poison_ivy": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "poisonivy" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.1, + "enable": true + }, + "gravel": { + "with": { + "block": "minecraft:gravel", + "properties": {} + }, + "maxRadius": 7, + "amountPerChunk": 4.0, + "enable": true + }, + "flax": { + "with": { + "block": "biomesoplenty:double_plant", + "properties": { + "half": "lower", + "variant": "flax" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.1, + "enable": true, + "withTop": { + "block": "biomesoplenty:double_plant", + "properties": { + "half": "upper", + "variant": "flax" + } + } + }, + "grass": { + "amountPerChunk": 1.7, + "enable": true, + "generators": {} + }, + "blue_milk_caps": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "blue_milk_cap" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.1, + "enable": true + }, + "red_mushrooms": { + "with": { + "block": "minecraft:red_mushroom", + "properties": {} + }, + "generationAttempts": 16, + "amountPerChunk": 0.1, + "enable": true + }, + "flat_mushroom": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "flat_mushroom" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.1, + "enable": true + } + }, + "weights": { + "boreal": 10 + } +} \ No newline at end of file diff --git a/config/biomesoplenty/biomes/defaults/biomesoplenty/coral_reef.json b/config/biomesoplenty/biomes/defaults/biomesoplenty/coral_reef.json new file mode 100644 index 00000000..fb32b7ce --- /dev/null +++ b/config/biomesoplenty/biomes/defaults/biomesoplenty/coral_reef.json @@ -0,0 +1,141 @@ +{ + "canGenerateRivers": false, + "beachBiomeLocation": "minecraft:ocean", + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": false, + "variationBelow": 5.0, + "variationAbove": 10.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "averageHeight": 45.0, + "topBlock": { + "block": "minecraft:grass", + "properties": { + "snowy": "false" + } + }, + "fogColor": -1, + "canGenerateVillages": false, + "canSpawnInBiome": false, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "blue_coral": { + "with": { + "block": "biomesoplenty:coral", + "properties": { + "level": "15", + "variant": "blue" + } + }, + "generationAttempts": 32, + "amountPerChunk": 15.0, + "enable": true + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "glowing_coral": { + "with": { + "block": "biomesoplenty:coral", + "properties": { + "level": "15", + "variant": "glowing" + } + }, + "generationAttempts": 32, + "amountPerChunk": 15.0, + "enable": true + }, + "algae": { + "with": { + "block": "biomesoplenty:coral", + "properties": { + "level": "15", + "variant": "algae" + } + }, + "generationAttempts": 32, + "amountPerChunk": 3.0, + "enable": true + }, + "pink_coral": { + "with": { + "block": "biomesoplenty:coral", + "properties": { + "level": "15", + "variant": "pink" + } + }, + "generationAttempts": 32, + "amountPerChunk": 15.0, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "orange_coral": { + "with": { + "block": "biomesoplenty:coral", + "properties": { + "level": "15", + "variant": "orange" + } + }, + "generationAttempts": 32, + "amountPerChunk": 15.0, + "enable": true + }, + "sapphire": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "sapphire" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + } + }, + "weights": {} +} \ No newline at end of file diff --git a/config/biomesoplenty/biomes/defaults/biomesoplenty/corrupted_sands.json b/config/biomesoplenty/biomes/defaults/biomesoplenty/corrupted_sands.json new file mode 100644 index 00000000..cf05781c --- /dev/null +++ b/config/biomesoplenty/biomes/defaults/biomesoplenty/corrupted_sands.json @@ -0,0 +1,81 @@ +{ + "wallBlock": { + "block": "minecraft:soul_sand", + "properties": {} + }, + "fillerBlock": { + "block": "minecraft:soul_sand", + "properties": {} + }, + "skyColor": -1, + "topBlock": { + "block": "minecraft:soul_sand", + "properties": {} + }, + "fogColor": -1, + "fogDensity": 1.0, + "roofTopBlock": { + "block": "minecraft:netherrack", + "properties": {} + }, + "hasBiomeEssence": false, + "roofFillerBlock": { + "block": "minecraft:netherrack", + "properties": {} + }, + "generators": { + "hive": { + "maxRadius": 9, + "bottomExtra": 4, + "amountPerChunk": 0.2, + "enable": true, + "halfHeight": 7, + "emptyChance": 0.25, + "layerSize": 3 + }, + "thorns": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "thorn" + } + }, + "generationAttempts": 32, + "amountPerChunk": 3.0, + "enable": true + }, + "dead_grass": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "deadgrass" + } + }, + "generationAttempts": 32, + "amountPerChunk": 5.0, + "enable": true + }, + "bramble": { + "with": { + "block": "biomesoplenty:bramble_plant", + "properties": { + "down": "false", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + } + }, + "generationAttempts": 128, + "amountPerChunk": 40.0, + "maxHeight": 6, + "enable": true, + "minLength": 15, + "maxLength": 30 + } + }, + "weights": { + "hell": 5 + } +} \ No newline at end of file diff --git a/config/biomesoplenty/biomes/defaults/biomesoplenty/crag.json b/config/biomesoplenty/biomes/defaults/biomesoplenty/crag.json new file mode 100644 index 00000000..d299c175 --- /dev/null +++ b/config/biomesoplenty/biomes/defaults/biomesoplenty/crag.json @@ -0,0 +1,114 @@ +{ + "canGenerateRivers": false, + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": true, + "variationBelow": 80.0, + "variationAbove": 200.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "minecraft:stone", + "properties": { + "variant": "stone" + } + }, + "averageHeight": 100.0, + "topBlock": { + "block": "minecraft:gravel", + "properties": {} + }, + "fogColor": -1, + "canGenerateVillages": false, + "canSpawnInBiome": false, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "emeralds": { + "minHeight": 4, + "with": { + "block": "minecraft:emerald_ore", + "properties": {} + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + }, + "overgrown_stone_patches": { + "with": { + "block": "biomesoplenty:grass", + "properties": { + "snowy": "false", + "variant": "overgrown_stone" + } + }, + "amountPerChunk": 24.0, + "enable": true, + "splotchSize": 16 + }, + "grass": { + "amountPerChunk": 4.0, + "enable": true, + "generators": {} + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "cobblestone_splatter": { + "with": { + "block": "minecraft:cobblestone", + "properties": {} + }, + "generationAttempts": 64, + "amountPerChunk": 4.0, + "enable": true + }, + "stone_splatter": { + "with": { + "block": "minecraft:stone", + "properties": { + "variant": "stone" + } + }, + "generationAttempts": 64, + "amountPerChunk": 4.0, + "enable": true + } + }, + "weights": { + "cold_swamp": 2 + } +} \ No newline at end of file diff --git a/config/biomesoplenty/biomes/defaults/biomesoplenty/dead_forest.json b/config/biomesoplenty/biomes/defaults/biomesoplenty/dead_forest.json new file mode 100644 index 00000000..75600ae5 --- /dev/null +++ b/config/biomesoplenty/biomes/defaults/biomesoplenty/dead_forest.json @@ -0,0 +1,136 @@ +{ + "canGenerateRivers": true, + "beachBiomeLocation": "biomesoplenty:gravel_beach", + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": true, + "variationBelow": 8.0, + "variationAbove": 25.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "biomesoplenty:dirt", + "properties": { + "coarse": "false", + "variant": "loamy" + } + }, + "averageHeight": 68.0, + "topBlock": { + "block": "biomesoplenty:grass", + "properties": { + "snowy": "false", + "variant": "loamy" + } + }, + "fogColor": -1, + "canGenerateVillages": false, + "canSpawnInBiome": false, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "gravel": { + "with": { + "block": "minecraft:gravel", + "properties": {} + }, + "maxRadius": 7, + "amountPerChunk": 4.0, + "enable": true + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "thorns": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "thorn" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.3, + "enable": true + }, + "dead_leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "deadleafpile" + } + }, + "generationAttempts": 64, + "amountPerChunk": 3.5, + "enable": true + }, + "grass": { + "amountPerChunk": 1.0, + "enable": true, + "generators": {} + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "trees": { + "amountPerChunk": 2.5, + "enable": true, + "generators": {} + }, + "water_reeds": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "reed" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.8, + "enable": true + }, + "tanzanite": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "tanzanite" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + } + }, + "weights": { + "boreal": 3 + } +} \ No newline at end of file diff --git a/config/biomesoplenty/biomes/defaults/biomesoplenty/dead_swamp.json b/config/biomesoplenty/biomes/defaults/biomesoplenty/dead_swamp.json new file mode 100644 index 00000000..a3a2fc54 --- /dev/null +++ b/config/biomesoplenty/biomes/defaults/biomesoplenty/dead_swamp.json @@ -0,0 +1,162 @@ +{ + "canGenerateRivers": false, + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": true, + "variationBelow": 6.0, + "variationAbove": 3.0, + "seaFloorBlock": { + "block": "biomesoplenty:mud", + "properties": { + "variant": "mud" + } + }, + "fillerBlock": { + "block": "biomesoplenty:dirt", + "properties": { + "coarse": "false", + "variant": "loamy" + } + }, + "averageHeight": 63.0, + "topBlock": { + "block": "biomesoplenty:grass", + "properties": { + "snowy": "false", + "variant": "loamy" + } + }, + "fogColor": -1, + "canGenerateVillages": false, + "canSpawnInBiome": false, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "koru": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "koru" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.1, + "enable": true + }, + "grass": { + "amountPerChunk": 1.4, + "enable": true, + "generators": {} + }, + "algae": { + "with": { + "block": "biomesoplenty:coral", + "properties": { + "level": "15", + "variant": "algae" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.5, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "malachite": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "malachite" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + }, + "mud": { + "with": { + "block": "biomesoplenty:mud", + "properties": { + "variant": "mud" + } + }, + "maxRadius": 7, + "amountPerChunk": 8.0, + "enable": true + }, + "trees": { + "amountPerChunk": 0.6, + "enable": true, + "generators": {} + }, + "water_reeds": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "reed" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.5, + "enable": true + }, + "mud_patches": { + "with": { + "block": "biomesoplenty:mud", + "properties": { + "variant": "mud" + } + }, + "amountPerChunk": 1.0, + "enable": true, + "splotchSize": 12 + }, + "river_cane": { + "minHeight": 1, + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "rivercane" + } + }, + "generationAttempts": 24, + "amountPerChunk": 0.3, + "maxHeight": 3, + "enable": true, + "randomDirection": false + } + }, + "weights": { + "cold_swamp": 3 + } +} \ No newline at end of file diff --git a/config/biomesoplenty/biomes/defaults/biomesoplenty/eucalyptus_forest.json b/config/biomesoplenty/biomes/defaults/biomesoplenty/eucalyptus_forest.json new file mode 100644 index 00000000..e1bc65e7 --- /dev/null +++ b/config/biomesoplenty/biomes/defaults/biomesoplenty/eucalyptus_forest.json @@ -0,0 +1,182 @@ +{ + "canGenerateRivers": true, + "beachBiomeLocation": "minecraft:beaches", + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": true, + "variationBelow": 10.0, + "variationAbove": 20.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "averageHeight": 64.0, + "topBlock": { + "block": "minecraft:grass", + "properties": { + "snowy": "false" + } + }, + "fogColor": -1, + "canGenerateVillages": false, + "canSpawnInBiome": true, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "flowers": { + "amountPerChunk": 0.5, + "enable": true, + "generators": {} + }, + "melons": { + "with": { + "block": "minecraft:melon_block", + "properties": {} + }, + "generationAttempts": 32, + "amountPerChunk": 0.015625, + "enable": true + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "medium_lily": { + "with": { + "block": "biomesoplenty:waterlily", + "properties": { + "variant": "medium" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.3, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "trees": { + "amountPerChunk": 10.0, + "enable": true, + "generators": {} + }, + "small_lily": { + "with": { + "block": "biomesoplenty:waterlily", + "properties": { + "variant": "small" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.5, + "enable": true + }, + "rafflesia": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "rafflesia" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.2, + "enable": true + }, + "grass": { + "amountPerChunk": 6.0, + "enable": true, + "generators": {} + }, + "bushes": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "bush" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.1, + "enable": true + }, + "lily": { + "with": { + "block": "minecraft:waterlily", + "properties": {} + }, + "generationAttempts": 32, + "amountPerChunk": 0.5, + "enable": true + }, + "topaz": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "topaz" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + }, + "tiny_lily": { + "with": { + "block": "biomesoplenty:waterlily", + "properties": { + "variant": "tiny" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.5, + "enable": true + }, + "sprouts": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "sprout" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.2, + "enable": true + } + }, + "weights": { + "tropical": 5 + } +} \ No newline at end of file diff --git a/config/biomesoplenty/biomes/defaults/biomesoplenty/fen.json b/config/biomesoplenty/biomes/defaults/biomesoplenty/fen.json new file mode 100644 index 00000000..dd8b1548 --- /dev/null +++ b/config/biomesoplenty/biomes/defaults/biomesoplenty/fen.json @@ -0,0 +1,231 @@ +{ + "canGenerateRivers": false, + "beachBiomeLocation": "biomesoplenty:gravel_beach", + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": true, + "variationBelow": 8.0, + "variationAbove": 6.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "biomesoplenty:dirt", + "properties": { + "coarse": "false", + "variant": "loamy" + } + }, + "averageHeight": 63.0, + "topBlock": { + "block": "biomesoplenty:grass", + "properties": { + "snowy": "false", + "variant": "loamy" + } + }, + "fogColor": -1, + "canGenerateVillages": false, + "canSpawnInBiome": false, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "cattail": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "cattail" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.25, + "enable": true + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "dead_leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "deadleafpile" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "brown_mushrooms": { + "with": { + "block": "minecraft:brown_mushroom", + "properties": {} + }, + "generationAttempts": 16, + "amountPerChunk": 0.4, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "malachite": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "malachite" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + }, + "trees": { + "amountPerChunk": 6.0, + "enable": true, + "generators": {} + }, + "water_reeds": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "reed" + } + }, + "generationAttempts": 32, + "amountPerChunk": 15.0, + "enable": true + }, + "toadstools": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "toadstool" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.2, + "enable": true + }, + "koru": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "koru" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.1, + "enable": true + }, + "grass": { + "amountPerChunk": 5.0, + "enable": true, + "generators": {} + }, + "lily": { + "with": { + "block": "minecraft:waterlily", + "properties": {} + }, + "generationAttempts": 32, + "amountPerChunk": 0.25, + "enable": true + }, + "double_cattail": { + "with": { + "block": "biomesoplenty:double_plant", + "properties": { + "half": "lower", + "variant": "tall_cattail" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.25, + "enable": true, + "withTop": { + "block": "biomesoplenty:double_plant", + "properties": { + "half": "upper", + "variant": "tall_cattail" + } + } + }, + "red_mushrooms": { + "with": { + "block": "minecraft:red_mushroom", + "properties": {} + }, + "generationAttempts": 16, + "amountPerChunk": 0.4, + "enable": true + }, + "mud": { + "with": { + "block": "biomesoplenty:mud", + "properties": { + "variant": "mud" + } + }, + "maxRadius": 7, + "amountPerChunk": 1.0, + "enable": true + }, + "flat_mushroom": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "flat_mushroom" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.1, + "enable": true + }, + "river_cane": { + "minHeight": 1, + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "rivercane" + } + }, + "generationAttempts": 24, + "amountPerChunk": 0.1, + "maxHeight": 3, + "enable": true, + "randomDirection": false + } + }, + "weights": { + "cold_swamp": 7 + } +} \ No newline at end of file diff --git a/config/biomesoplenty/biomes/defaults/biomesoplenty/flower_field.json b/config/biomesoplenty/biomes/defaults/biomesoplenty/flower_field.json new file mode 100644 index 00000000..9cadecdf --- /dev/null +++ b/config/biomesoplenty/biomes/defaults/biomesoplenty/flower_field.json @@ -0,0 +1,98 @@ +{ + "canGenerateRivers": true, + "beachBiomeLocation": "minecraft:beaches", + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": true, + "variationBelow": 5.0, + "variationAbove": 5.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "averageHeight": 64.0, + "topBlock": { + "block": "minecraft:grass", + "properties": { + "snowy": "false" + } + }, + "fogColor": -1, + "canGenerateVillages": false, + "canSpawnInBiome": true, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "flowers": { + "amountPerChunk": 17.5, + "enable": true, + "generators": {} + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "grass": { + "amountPerChunk": 20.0, + "enable": true, + "generators": {} + }, + "peridot": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "peridot" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "trees": { + "amountPerChunk": 3.0, + "enable": true, + "generators": {} + } + }, + "weights": { + "warm_temperate": 2 + } +} \ No newline at end of file diff --git a/config/biomesoplenty/biomes/defaults/biomesoplenty/flower_island.json b/config/biomesoplenty/biomes/defaults/biomesoplenty/flower_island.json new file mode 100644 index 00000000..6ea53efe --- /dev/null +++ b/config/biomesoplenty/biomes/defaults/biomesoplenty/flower_island.json @@ -0,0 +1,130 @@ +{ + "canGenerateRivers": false, + "beachBiomeLocation": "minecraft:beaches", + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": true, + "variationBelow": 10.0, + "variationAbove": 15.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "averageHeight": 70.0, + "topBlock": { + "block": "biomesoplenty:grass", + "properties": { + "snowy": "false", + "variant": "daisy" + } + }, + "fogColor": -1, + "canGenerateVillages": false, + "canSpawnInBiome": false, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "flowers": { + "amountPerChunk": 4.0, + "enable": true, + "generators": {} + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "clover_patches": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "cloverpatch" + } + }, + "generationAttempts": 128, + "amountPerChunk": 0.2, + "enable": true + }, + "grass_splatter": { + "with": { + "block": "minecraft:grass", + "properties": { + "snowy": "false" + } + }, + "generationAttempts": 64, + "amountPerChunk": 6.0, + "enable": true + }, + "grass": { + "amountPerChunk": 0.75, + "enable": true, + "generators": {} + }, + "topaz": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "topaz" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "sprouts": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "sprout" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.5, + "enable": true + }, + "trees": { + "amountPerChunk": 1.0, + "enable": true, + "generators": {} + } + }, + "weights": {} +} \ No newline at end of file diff --git a/config/biomesoplenty/biomes/defaults/biomesoplenty/fungi_forest.json b/config/biomesoplenty/biomes/defaults/biomesoplenty/fungi_forest.json new file mode 100644 index 00000000..895a0ab0 --- /dev/null +++ b/config/biomesoplenty/biomes/defaults/biomesoplenty/fungi_forest.json @@ -0,0 +1,103 @@ +{ + "wallBlock": { + "block": "minecraft:netherrack", + "properties": {} + }, + "fillerBlock": { + "block": "minecraft:netherrack", + "properties": {} + }, + "skyColor": -1, + "topBlock": { + "block": "minecraft:netherrack", + "properties": {} + }, + "fogColor": -1, + "fogDensity": 1.0, + "roofTopBlock": { + "block": "minecraft:netherrack", + "properties": {} + }, + "hasBiomeEssence": false, + "roofFillerBlock": { + "block": "minecraft:netherrack", + "properties": {} + }, + "generators": { + "hive": { + "maxRadius": 9, + "bottomExtra": 4, + "amountPerChunk": 0.2, + "enable": true, + "halfHeight": 7, + "emptyChance": 0.25, + "layerSize": 3 + }, + "big_brown_mushroom": { + "minHeight": 5, + "maxHeight": 8, + "amountPerChunk": 2.0, + "enable": true + }, + "glowshroom": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 16, + "amountPerChunk": 1.5, + "enable": true + }, + "brown_mushrooms": { + "with": { + "block": "minecraft:brown_mushroom", + "properties": {} + }, + "generationAttempts": 16, + "amountPerChunk": 2.0, + "enable": true + }, + "big_red_mushroom": { + "minHeight": 5, + "maxHeight": 10, + "amountPerChunk": 30.0, + "enable": true + }, + "red_mushrooms": { + "with": { + "block": "minecraft:red_mushroom", + "properties": {} + }, + "generationAttempts": 16, + "amountPerChunk": 5.0, + "enable": true + }, + "flat_mushroom": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "flat_mushroom" + } + }, + "generationAttempts": 16, + "amountPerChunk": 1.0, + "enable": true + }, + "toadstools": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "toadstool" + } + }, + "generationAttempts": 16, + "amountPerChunk": 1.0, + "enable": true + } + }, + "weights": { + "hell": 5 + } +} \ No newline at end of file diff --git a/config/biomesoplenty/biomes/defaults/biomesoplenty/glacier.json b/config/biomesoplenty/biomes/defaults/biomesoplenty/glacier.json new file mode 100644 index 00000000..300bc78a --- /dev/null +++ b/config/biomesoplenty/biomes/defaults/biomesoplenty/glacier.json @@ -0,0 +1,76 @@ +{ + "canGenerateRivers": false, + "beachBiomeLocation": "minecraft:beaches", + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": false, + "variationBelow": 8.0, + "variationAbove": 10.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "biomesoplenty:hard_ice", + "properties": {} + }, + "averageHeight": 88.0, + "topBlock": { + "block": "minecraft:ice", + "properties": {} + }, + "fogColor": -1, + "canGenerateVillages": false, + "canSpawnInBiome": false, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "tanzanite": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "tanzanite" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + } + }, + "weights": {} +} \ No newline at end of file diff --git a/config/biomesoplenty/biomes/defaults/biomesoplenty/grassland.json b/config/biomesoplenty/biomes/defaults/biomesoplenty/grassland.json new file mode 100644 index 00000000..3a1d16b4 --- /dev/null +++ b/config/biomesoplenty/biomes/defaults/biomesoplenty/grassland.json @@ -0,0 +1,198 @@ +{ + "canGenerateRivers": true, + "beachBiomeLocation": "biomesoplenty:gravel_beach", + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": true, + "variationBelow": 6.0, + "variationAbove": 25.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "averageHeight": 64.0, + "topBlock": { + "block": "minecraft:grass", + "properties": { + "snowy": "false" + } + }, + "fogColor": -1, + "canGenerateVillages": true, + "canSpawnInBiome": true, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "water_reeds": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "reed" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.3, + "enable": true + }, + "portobellos": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "portobello" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.3, + "enable": true + }, + "gravel": { + "with": { + "block": "minecraft:gravel", + "properties": {} + }, + "maxRadius": 7, + "amountPerChunk": 4.0, + "enable": true + }, + "sand": { + "with": { + "block": "minecraft:sand", + "properties": { + "variant": "sand" + } + }, + "maxRadius": 7, + "amountPerChunk": 3.0, + "enable": true + }, + "flax": { + "with": { + "block": "biomesoplenty:double_plant", + "properties": { + "half": "lower", + "variant": "flax" + } + }, + "generationAttempts": 6, + "amountPerChunk": 0.1, + "enable": true, + "withTop": { + "block": "biomesoplenty:double_plant", + "properties": { + "half": "upper", + "variant": "flax" + } + } + }, + "sugar_cane": { + "minHeight": 1, + "with": { + "block": "minecraft:reeds", + "properties": { + "age": "0" + } + }, + "generationAttempts": 24, + "amountPerChunk": 4.0, + "maxHeight": 3, + "enable": true, + "randomDirection": false + }, + "grass": { + "amountPerChunk": 0.6, + "enable": true, + "generators": {} + }, + "peridot": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "peridot" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + }, + "lakes": { + "liquid": { + "block": "minecraft:water", + "properties": { + "level": "0" + } + }, + "amountPerChunk": 0.2, + "enable": true, + "frozenLiquid": { + "block": "minecraft:ice", + "properties": {} + }, + "grassBorderWith": { + "block": "minecraft:grass", + "properties": { + "snowy": "false" + } + } + }, + "river_cane": { + "minHeight": 1, + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "rivercane" + } + }, + "generationAttempts": 24, + "amountPerChunk": 1.0, + "maxHeight": 3, + "enable": true, + "randomDirection": false + } + }, + "weights": { + "cool_temperate": 7, + "wet_temperate": 3 + } +} \ No newline at end of file diff --git a/config/biomesoplenty/biomes/defaults/biomesoplenty/gravel_beach.json b/config/biomesoplenty/biomes/defaults/biomesoplenty/gravel_beach.json new file mode 100644 index 00000000..0c98951e --- /dev/null +++ b/config/biomesoplenty/biomes/defaults/biomesoplenty/gravel_beach.json @@ -0,0 +1,64 @@ +{ + "canGenerateRivers": true, + "beachBiomeLocation": "minecraft:beaches", + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": false, + "variationBelow": 3.0, + "variationAbove": 4.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "minecraft:gravel", + "properties": {} + }, + "averageHeight": 64.0, + "topBlock": { + "block": "minecraft:gravel", + "properties": {} + }, + "fogColor": -1, + "canGenerateVillages": false, + "canSpawnInBiome": false, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + } + }, + "weights": {} +} \ No newline at end of file diff --git a/config/biomesoplenty/biomes/defaults/biomesoplenty/grove.json b/config/biomesoplenty/biomes/defaults/biomesoplenty/grove.json new file mode 100644 index 00000000..05b521aa --- /dev/null +++ b/config/biomesoplenty/biomes/defaults/biomesoplenty/grove.json @@ -0,0 +1,153 @@ +{ + "canGenerateRivers": true, + "beachBiomeLocation": "minecraft:beaches", + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": true, + "variationBelow": 8.0, + "variationAbove": 20.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "averageHeight": 66.0, + "topBlock": { + "block": "minecraft:grass", + "properties": { + "snowy": "false" + } + }, + "fogColor": -1, + "canGenerateVillages": true, + "canSpawnInBiome": true, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "leafpile" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.5, + "enable": true + }, + "flowers": { + "amountPerChunk": 2.0, + "enable": true, + "generators": {} + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "clover_patches": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "cloverpatch" + } + }, + "generationAttempts": 128, + "amountPerChunk": 0.6, + "enable": true + }, + "berry_bushes": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "berrybush" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.1, + "enable": true + }, + "grass": { + "amountPerChunk": 1.3, + "enable": true, + "generators": {} + }, + "bushes": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "bush" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.2, + "enable": true + }, + "amber": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "amber" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "sprouts": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "sprout" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.1, + "enable": true + }, + "trees": { + "amountPerChunk": 3.0, + "enable": true, + "generators": {} + } + }, + "weights": { + "cool_temperate": 7 + } +} \ No newline at end of file diff --git a/config/biomesoplenty/biomes/defaults/biomesoplenty/highland.json b/config/biomesoplenty/biomes/defaults/biomesoplenty/highland.json new file mode 100644 index 00000000..992cd759 --- /dev/null +++ b/config/biomesoplenty/biomes/defaults/biomesoplenty/highland.json @@ -0,0 +1,85 @@ +{ + "canGenerateRivers": false, + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": true, + "variationBelow": 35.0, + "variationAbove": 35.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "averageHeight": 100.0, + "topBlock": { + "block": "minecraft:grass", + "properties": { + "snowy": "false" + } + }, + "fogColor": -1, + "canGenerateVillages": false, + "canSpawnInBiome": true, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "grass": { + "amountPerChunk": 10.0, + "enable": true, + "generators": {} + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "emerald": { + "minHeight": 4, + "with": { + "block": "minecraft:emerald_ore", + "properties": {} + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + } + }, + "weights": { + "cool_temperate": 7 + } +} \ No newline at end of file diff --git a/config/biomesoplenty/biomes/defaults/biomesoplenty/kelp_forest.json b/config/biomesoplenty/biomes/defaults/biomesoplenty/kelp_forest.json new file mode 100644 index 00000000..05358950 --- /dev/null +++ b/config/biomesoplenty/biomes/defaults/biomesoplenty/kelp_forest.json @@ -0,0 +1,125 @@ +{ + "canGenerateRivers": false, + "beachBiomeLocation": "minecraft:ocean", + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": false, + "variationBelow": 5.0, + "variationAbove": 5.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "averageHeight": 40.0, + "topBlock": { + "block": "minecraft:grass", + "properties": { + "snowy": "false" + } + }, + "fogColor": -1, + "canGenerateVillages": false, + "canSpawnInBiome": false, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "algae": { + "with": { + "block": "biomesoplenty:coral", + "properties": { + "level": "15", + "variant": "algae" + } + }, + "generationAttempts": 32, + "amountPerChunk": 3.0, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "kelp": { + "minHeight": 2, + "with": { + "block": "biomesoplenty:seaweed", + "properties": { + "level": "15", + "position": "single", + "variant": "kelp" + } + }, + "generationAttempts": 12, + "amountPerChunk": 5.0, + "maxHeight": 4, + "enable": true, + "randomDirection": false + }, + "kelp_tall": { + "minHeight": 6, + "with": { + "block": "biomesoplenty:seaweed", + "properties": { + "level": "15", + "position": "single", + "variant": "kelp" + } + }, + "generationAttempts": 12, + "amountPerChunk": 6.0, + "maxHeight": 12, + "enable": true, + "randomDirection": false + }, + "sapphire": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "sapphire" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + } + }, + "weights": {} +} \ No newline at end of file diff --git a/config/biomesoplenty/biomes/defaults/biomesoplenty/land_of_lakes.json b/config/biomesoplenty/biomes/defaults/biomesoplenty/land_of_lakes.json new file mode 100644 index 00000000..9fd3fb66 --- /dev/null +++ b/config/biomesoplenty/biomes/defaults/biomesoplenty/land_of_lakes.json @@ -0,0 +1,232 @@ +{ + "canGenerateRivers": true, + "beachBiomeLocation": "biomesoplenty:gravel_beach", + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": true, + "variationBelow": 10.0, + "variationAbove": 10.0, + "seaFloorBlock": { + "block": "biomesoplenty:mud", + "properties": { + "variant": "mud" + } + }, + "fillerBlock": { + "block": "biomesoplenty:dirt", + "properties": { + "coarse": "false", + "variant": "loamy" + } + }, + "averageHeight": 63.0, + "topBlock": { + "block": "biomesoplenty:grass", + "properties": { + "snowy": "false", + "variant": "loamy" + } + }, + "fogColor": -1, + "canGenerateVillages": false, + "canSpawnInBiome": true, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "leafpile" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.5, + "enable": true + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "medium_lily": { + "with": { + "block": "biomesoplenty:waterlily", + "properties": { + "variant": "medium" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.2, + "enable": true + }, + "dead_leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "deadleafpile" + } + }, + "generationAttempts": 32, + "amountPerChunk": 1.0, + "enable": true + }, + "algae": { + "with": { + "block": "biomesoplenty:coral", + "properties": { + "level": "15", + "variant": "algae" + } + }, + "generationAttempts": 32, + "amountPerChunk": 1.0, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "malachite": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "malachite" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + }, + "trees": { + "amountPerChunk": 40.0, + "enable": true, + "generators": {} + }, + "water_reeds": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "reed" + } + }, + "generationAttempts": 32, + "amountPerChunk": 1.0, + "enable": true + }, + "wild_rice": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "wildrice" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.0, + "enable": true + }, + "small_lily": { + "with": { + "block": "biomesoplenty:waterlily", + "properties": { + "variant": "small" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.2, + "enable": true + }, + "gravel": { + "with": { + "block": "minecraft:gravel", + "properties": {} + }, + "maxRadius": 7, + "amountPerChunk": 4.0, + "enable": true + }, + "grass": { + "amountPerChunk": 10.0, + "enable": true, + "generators": {} + }, + "lily": { + "with": { + "block": "minecraft:waterlily", + "properties": {} + }, + "generationAttempts": 32, + "amountPerChunk": 0.2, + "enable": true + }, + "lakes": { + "liquid": { + "block": "minecraft:water", + "properties": { + "level": "0" + } + }, + "amountPerChunk": 1.0, + "enable": true, + "frozenLiquid": { + "block": "minecraft:ice", + "properties": {} + }, + "grassBorderWith": { + "block": "biomesoplenty:grass", + "properties": { + "snowy": "false", + "variant": "loamy" + } + } + }, + "tiny_lily": { + "with": { + "block": "biomesoplenty:waterlily", + "properties": { + "variant": "tiny" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.2, + "enable": true + }, + "mud": { + "with": { + "block": "biomesoplenty:mud", + "properties": { + "variant": "mud" + } + }, + "maxRadius": 7, + "amountPerChunk": 8.0, + "enable": true + } + }, + "weights": { + "cold_swamp": 3 + } +} \ No newline at end of file diff --git a/config/biomesoplenty/biomes/defaults/biomesoplenty/lavender_fields.json b/config/biomesoplenty/biomes/defaults/biomesoplenty/lavender_fields.json new file mode 100644 index 00000000..86ee7484 --- /dev/null +++ b/config/biomesoplenty/biomes/defaults/biomesoplenty/lavender_fields.json @@ -0,0 +1,105 @@ +{ + "canGenerateRivers": true, + "beachBiomeLocation": "minecraft:beaches", + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": true, + "variationBelow": 4.0, + "variationAbove": 12.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "biomesoplenty:dirt", + "properties": { + "coarse": "false", + "variant": "silty" + } + }, + "averageHeight": 64.0, + "topBlock": { + "block": "biomesoplenty:grass", + "properties": { + "snowy": "false", + "variant": "silty" + } + }, + "fogColor": -1, + "canGenerateVillages": false, + "canSpawnInBiome": false, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "grass": { + "amountPerChunk": 15.0, + "enable": true, + "generators": {} + }, + "peridot": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "peridot" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "lavender": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "lavender" + } + }, + "generationAttempts": 32, + "amountPerChunk": 50.0, + "enable": true + }, + "trees": { + "amountPerChunk": 1.0, + "enable": true, + "generators": {} + } + }, + "weights": { + "mediteranean": 3 + } +} \ No newline at end of file diff --git a/config/biomesoplenty/biomes/defaults/biomesoplenty/lush_desert.json b/config/biomesoplenty/biomes/defaults/biomesoplenty/lush_desert.json new file mode 100644 index 00000000..1ce78674 --- /dev/null +++ b/config/biomesoplenty/biomes/defaults/biomesoplenty/lush_desert.json @@ -0,0 +1,247 @@ +{ + "canGenerateRivers": true, + "beachBiomeLocation": "minecraft:beaches", + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": true, + "variationBelow": 8.0, + "variationAbove": 40.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "minecraft:hardened_clay", + "properties": {} + }, + "averageHeight": 63.0, + "topBlock": { + "block": "minecraft:hardened_clay", + "properties": {} + }, + "fogColor": -1, + "canGenerateVillages": true, + "canSpawnInBiome": false, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "leafpile" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.75, + "enable": true + }, + "flowers": { + "amountPerChunk": 4.0, + "enable": true, + "generators": {} + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "oases": { + "with": { + "block": "biomesoplenty:grass", + "properties": { + "snowy": "false", + "variant": "sandy" + } + }, + "maxRadius": 7, + "amountPerChunk": 10.0, + "enable": true + }, + "algae": { + "with": { + "block": "biomesoplenty:coral", + "properties": { + "level": "15", + "variant": "algae" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.5, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "trees": { + "amountPerChunk": 4.0, + "enable": true, + "generators": {} + }, + "water_reeds": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "reed" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.5, + "enable": true + }, + "ruby": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "ruby" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + }, + "sand": { + "with": { + "block": "minecraft:sand", + "properties": { + "variant": "sand" + } + }, + "maxRadius": 7, + "amountPerChunk": 5.0, + "enable": true + }, + "tiny_cacti": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "tinycactus" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.5, + "enable": true + }, + "grass_splatter": { + "with": { + "block": "biomesoplenty:grass", + "properties": { + "snowy": "false", + "variant": "sandy" + } + }, + "generationAttempts": 128, + "amountPerChunk": 4.0, + "enable": true + }, + "dead_bushes": { + "with": { + "block": "minecraft:deadbush", + "properties": {} + }, + "generationAttempts": 32, + "amountPerChunk": 0.4, + "enable": true + }, + "grass": { + "amountPerChunk": 12.0, + "enable": true, + "generators": {} + }, + "bushes": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "bush" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.8, + "enable": true + }, + "bromeliad": { + "with": { + "block": "biomesoplenty:flower_0", + "properties": { + "variant": "bromeliad" + } + }, + "generationAttempts": 8, + "amountPerChunk": 0.2, + "enable": true + }, + "cacti": { + "minHeight": 1, + "with": { + "block": "minecraft:cactus", + "properties": { + "age": "0" + } + }, + "generationAttempts": 3, + "amountPerChunk": 0.2, + "maxHeight": 2, + "enable": true, + "randomDirection": false + }, + "lakes": { + "liquid": { + "block": "minecraft:water", + "properties": { + "level": "0" + } + }, + "amountPerChunk": 1.5, + "enable": true, + "frozenLiquid": { + "block": "minecraft:ice", + "properties": {} + }, + "grassBorderWith": { + "block": "minecraft:hardened_clay", + "properties": {} + } + }, + "desertgrass": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "desertgrass" + } + }, + "generationAttempts": 8, + "amountPerChunk": 1.8, + "enable": true + } + }, + "weights": { + "savanna": 2 + } +} \ No newline at end of file diff --git a/config/biomesoplenty/biomes/defaults/biomesoplenty/lush_swamp.json b/config/biomesoplenty/biomes/defaults/biomesoplenty/lush_swamp.json new file mode 100644 index 00000000..2058ffa5 --- /dev/null +++ b/config/biomesoplenty/biomes/defaults/biomesoplenty/lush_swamp.json @@ -0,0 +1,331 @@ +{ + "canGenerateRivers": false, + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": true, + "variationBelow": 5.0, + "variationAbove": 10.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "averageHeight": 63.0, + "topBlock": { + "block": "minecraft:grass", + "properties": { + "snowy": "false" + } + }, + "fogColor": -1, + "canGenerateVillages": false, + "canSpawnInBiome": true, + "generators": { + "cattail": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "cattail" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.2, + "enable": true + }, + "medium_lily": { + "with": { + "block": "biomesoplenty:waterlily", + "properties": { + "variant": "medium" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.3, + "enable": true + }, + "brown_mushrooms": { + "with": { + "block": "minecraft:brown_mushroom", + "properties": {} + }, + "generationAttempts": 16, + "amountPerChunk": 0.5, + "enable": true + }, + "poison_lakes": { + "liquid": { + "block": "biomesoplenty:poison", + "properties": { + "level": "0" + } + }, + "amountPerChunk": 0.1, + "enable": true, + "grassBorderWith": { + "block": "minecraft:grass", + "properties": { + "snowy": "false" + } + } + }, + "algae": { + "with": { + "block": "biomesoplenty:coral", + "properties": { + "level": "15", + "variant": "algae" + } + }, + "generationAttempts": 32, + "amountPerChunk": 2.0, + "enable": true + }, + "trees": { + "amountPerChunk": 6.0, + "enable": true, + "generators": {} + }, + "small_lily": { + "with": { + "block": "biomesoplenty:waterlily", + "properties": { + "variant": "small" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.5, + "enable": true + }, + "flower_lily": { + "with": { + "block": "biomesoplenty:waterlily", + "properties": { + "variant": "flower" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.25, + "enable": true + }, + "koru": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "koru" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.3, + "enable": true + }, + "grass": { + "amountPerChunk": 1.7, + "enable": true, + "generators": {} + }, + "blue_milk_caps": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "blue_milk_cap" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.1, + "enable": true + }, + "double_cattail": { + "with": { + "block": "biomesoplenty:double_plant", + "properties": { + "half": "lower", + "variant": "tall_cattail" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.1, + "enable": true, + "withTop": { + "block": "biomesoplenty:double_plant", + "properties": { + "half": "upper", + "variant": "tall_cattail" + } + } + }, + "tiny_lily": { + "with": { + "block": "biomesoplenty:waterlily", + "properties": { + "variant": "tiny" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.5, + "enable": true + }, + "red_mushrooms": { + "with": { + "block": "minecraft:red_mushroom", + "properties": {} + }, + "generationAttempts": 16, + "amountPerChunk": 0.3, + "enable": true + }, + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "leafpile" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.1, + "enable": true + }, + "flowers": { + "amountPerChunk": 0.25, + "enable": true, + "generators": {} + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "malachite": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "malachite" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + }, + "water_reeds": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "reed" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.7, + "enable": true + }, + "toadstools": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "toadstool" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.2, + "enable": true + }, + "sand": { + "with": { + "block": "minecraft:sand", + "properties": { + "variant": "sand" + } + }, + "maxRadius": 7, + "amountPerChunk": 0.5, + "enable": true + }, + "sugar_cane": { + "minHeight": 1, + "with": { + "block": "minecraft:reeds", + "properties": { + "age": "0" + } + }, + "generationAttempts": 24, + "amountPerChunk": 0.6, + "maxHeight": 3, + "enable": true, + "randomDirection": false + }, + "lily": { + "with": { + "block": "minecraft:waterlily", + "properties": {} + }, + "generationAttempts": 32, + "amountPerChunk": 0.5, + "enable": true + }, + "mud": { + "with": { + "block": "biomesoplenty:mud", + "properties": { + "variant": "mud" + } + }, + "maxRadius": 8, + "amountPerChunk": 0.5, + "enable": true + }, + "river_cane": { + "minHeight": 1, + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "rivercane" + } + }, + "generationAttempts": 24, + "amountPerChunk": 0.3, + "maxHeight": 3, + "enable": true, + "randomDirection": false + } + }, + "weights": { + "wet_temperate": 10 + } +} \ No newline at end of file diff --git a/config/biomesoplenty/biomes/defaults/biomesoplenty/mangrove.json b/config/biomesoplenty/biomes/defaults/biomesoplenty/mangrove.json new file mode 100644 index 00000000..f9933c68 --- /dev/null +++ b/config/biomesoplenty/biomes/defaults/biomesoplenty/mangrove.json @@ -0,0 +1,101 @@ +{ + "canGenerateRivers": false, + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": true, + "variationBelow": 8.0, + "variationAbove": 2.0, + "seaFloorBlock": { + "block": "biomesoplenty:mud", + "properties": { + "variant": "mud" + } + }, + "fillerBlock": { + "block": "biomesoplenty:mud", + "properties": { + "variant": "mud" + } + }, + "averageHeight": 62.0, + "topBlock": { + "block": "biomesoplenty:mud", + "properties": { + "variant": "mud" + } + }, + "fogColor": -1, + "canGenerateVillages": false, + "canSpawnInBiome": false, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "quicksand": { + "liquid": { + "block": "biomesoplenty:sand", + "properties": { + "level": "0" + } + }, + "amountPerChunk": 0.2, + "enable": true, + "grassBorderWith": { + "block": "minecraft:grass", + "properties": { + "snowy": "false" + } + } + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "trees": { + "amountPerChunk": 5.0, + "enable": true, + "generators": {} + }, + "sapphire": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "sapphire" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + } + }, + "weights": { + "hot_swamp": 7 + } +} \ No newline at end of file diff --git a/config/biomesoplenty/biomes/defaults/biomesoplenty/maple_woods.json b/config/biomesoplenty/biomes/defaults/biomesoplenty/maple_woods.json new file mode 100644 index 00000000..84a96655 --- /dev/null +++ b/config/biomesoplenty/biomes/defaults/biomesoplenty/maple_woods.json @@ -0,0 +1,140 @@ +{ + "canGenerateRivers": true, + "beachBiomeLocation": "biomesoplenty:gravel_beach", + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": true, + "variationBelow": 10.0, + "variationAbove": 25.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "averageHeight": 70.0, + "topBlock": { + "block": "minecraft:grass", + "properties": { + "snowy": "false" + } + }, + "fogColor": -1, + "canGenerateVillages": false, + "canSpawnInBiome": true, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "gravel": { + "with": { + "block": "minecraft:gravel", + "properties": {} + }, + "maxRadius": 7, + "amountPerChunk": 6.0, + "enable": true + }, + "sand": { + "with": { + "block": "minecraft:sand", + "properties": { + "variant": "sand" + } + }, + "maxRadius": 7, + "amountPerChunk": 3.0, + "enable": true + }, + "flowers": { + "amountPerChunk": 0.1, + "enable": true, + "generators": {} + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "dead_leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "deadleafpile" + } + }, + "generationAttempts": 32, + "amountPerChunk": 8.0, + "enable": true + }, + "grass": { + "amountPerChunk": 1.2, + "enable": true, + "generators": {} + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "trees": { + "amountPerChunk": 15.0, + "enable": true, + "generators": {} + }, + "water_reeds": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "reed" + } + }, + "generationAttempts": 32, + "amountPerChunk": 2.0, + "enable": true + }, + "tanzanite": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "tanzanite" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + } + }, + "weights": { + "boreal": 10 + } +} \ No newline at end of file diff --git a/config/biomesoplenty/biomes/defaults/biomesoplenty/marsh.json b/config/biomesoplenty/biomes/defaults/biomesoplenty/marsh.json new file mode 100644 index 00000000..41cb196f --- /dev/null +++ b/config/biomesoplenty/biomes/defaults/biomesoplenty/marsh.json @@ -0,0 +1,142 @@ +{ + "canGenerateRivers": false, + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": true, + "variationBelow": 5.0, + "variationAbove": 3.0, + "seaFloorBlock": { + "block": "biomesoplenty:mud", + "properties": { + "variant": "mud" + } + }, + "fillerBlock": { + "block": "biomesoplenty:dirt", + "properties": { + "coarse": "false", + "variant": "loamy" + } + }, + "averageHeight": 62.0, + "topBlock": { + "block": "biomesoplenty:grass", + "properties": { + "snowy": "false", + "variant": "loamy" + } + }, + "fogColor": -1, + "canGenerateVillages": false, + "canSpawnInBiome": false, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "koru": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "koru" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.1, + "enable": true + }, + "grass": { + "amountPerChunk": 20.0, + "enable": true, + "generators": {} + }, + "algae": { + "with": { + "block": "biomesoplenty:coral", + "properties": { + "level": "15", + "variant": "algae" + } + }, + "generationAttempts": 32, + "amountPerChunk": 10.0, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "lakes": { + "liquid": { + "block": "minecraft:water", + "properties": { + "level": "0" + } + }, + "amountPerChunk": 0.5, + "enable": true, + "frozenLiquid": { + "block": "minecraft:ice", + "properties": {} + }, + "grassBorderWith": { + "block": "biomesoplenty:grass", + "properties": { + "snowy": "false", + "variant": "loamy" + } + } + }, + "malachite": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "malachite" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + }, + "water_reeds": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "reed" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.1, + "enable": true + } + }, + "weights": { + "wet_temperate": 7 + } +} \ No newline at end of file diff --git a/config/biomesoplenty/biomes/defaults/biomesoplenty/meadow.json b/config/biomesoplenty/biomes/defaults/biomesoplenty/meadow.json new file mode 100644 index 00000000..81b99568 --- /dev/null +++ b/config/biomesoplenty/biomes/defaults/biomesoplenty/meadow.json @@ -0,0 +1,238 @@ +{ + "canGenerateRivers": true, + "beachBiomeLocation": "biomesoplenty:gravel_beach", + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": true, + "variationBelow": 5.0, + "variationAbove": 5.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "averageHeight": 64.0, + "topBlock": { + "block": "minecraft:grass", + "properties": { + "snowy": "false" + } + }, + "fogColor": -1, + "canGenerateVillages": true, + "canSpawnInBiome": true, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "flowers": { + "amountPerChunk": 0.5, + "enable": true, + "generators": {} + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "medium_lily": { + "with": { + "block": "biomesoplenty:waterlily", + "properties": { + "variant": "medium" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.15, + "enable": true + }, + "clover_patches": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "cloverpatch" + } + }, + "generationAttempts": 128, + "amountPerChunk": 0.5, + "enable": true + }, + "algae": { + "with": { + "block": "biomesoplenty:coral", + "properties": { + "level": "15", + "variant": "algae" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.5, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "trees": { + "amountPerChunk": 2.0, + "enable": true, + "generators": {} + }, + "water_reeds": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "reed" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.5, + "enable": true + }, + "small_lily": { + "with": { + "block": "biomesoplenty:waterlily", + "properties": { + "variant": "small" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.15, + "enable": true + }, + "flower_lily": { + "with": { + "block": "biomesoplenty:waterlily", + "properties": { + "variant": "flower" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.15, + "enable": true + }, + "sand": { + "with": { + "block": "minecraft:sand", + "properties": { + "variant": "sand" + } + }, + "maxRadius": 7, + "amountPerChunk": 3.0, + "enable": true + }, + "flax": { + "with": { + "block": "biomesoplenty:double_plant", + "properties": { + "half": "lower", + "variant": "flax" + } + }, + "generationAttempts": 6, + "amountPerChunk": 0.1, + "enable": true, + "withTop": { + "block": "biomesoplenty:double_plant", + "properties": { + "half": "upper", + "variant": "flax" + } + } + }, + "grass": { + "amountPerChunk": 1.8, + "enable": true, + "generators": {} + }, + "peridot": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "peridot" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + }, + "bushes": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "bush" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.1, + "enable": true + }, + "lily": { + "with": { + "block": "minecraft:waterlily", + "properties": {} + }, + "generationAttempts": 32, + "amountPerChunk": 0.15, + "enable": true + }, + "tiny_lily": { + "with": { + "block": "biomesoplenty:waterlily", + "properties": { + "variant": "tiny" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.15, + "enable": true + }, + "sprouts": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "sprout" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.4, + "enable": true + } + }, + "weights": { + "cool_temperate": 3, + "boreal": 7 + } +} \ No newline at end of file diff --git a/config/biomesoplenty/biomes/defaults/biomesoplenty/moor.json b/config/biomesoplenty/biomes/defaults/biomesoplenty/moor.json new file mode 100644 index 00000000..5e9052e1 --- /dev/null +++ b/config/biomesoplenty/biomes/defaults/biomesoplenty/moor.json @@ -0,0 +1,185 @@ +{ + "canGenerateRivers": true, + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": true, + "variationBelow": 8.0, + "variationAbove": 10.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "biomesoplenty:dirt", + "properties": { + "coarse": "false", + "variant": "loamy" + } + }, + "averageHeight": 88.0, + "topBlock": { + "block": "biomesoplenty:grass", + "properties": { + "snowy": "false", + "variant": "loamy" + } + }, + "fogColor": -1, + "canGenerateVillages": false, + "canSpawnInBiome": false, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "flowers": { + "amountPerChunk": 0.6, + "enable": true, + "generators": {} + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "brown_mushrooms": { + "with": { + "block": "minecraft:brown_mushroom", + "properties": {} + }, + "generationAttempts": 16, + "amountPerChunk": 0.2, + "enable": true + }, + "algae": { + "with": { + "block": "biomesoplenty:coral", + "properties": { + "level": "15", + "variant": "algae" + } + }, + "generationAttempts": 32, + "amountPerChunk": 5.0, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "malachite": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "malachite" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + }, + "flax": { + "with": { + "block": "biomesoplenty:double_plant", + "properties": { + "half": "lower", + "variant": "flax" + } + }, + "generationAttempts": 6, + "amountPerChunk": 0.1, + "enable": true, + "withTop": { + "block": "biomesoplenty:double_plant", + "properties": { + "half": "upper", + "variant": "flax" + } + } + }, + "koru": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "koru" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.6, + "enable": true + }, + "grass": { + "amountPerChunk": 2.0, + "enable": true, + "generators": {} + }, + "lakes": { + "liquid": { + "block": "minecraft:water", + "properties": { + "level": "0" + } + }, + "amountPerChunk": 1.5, + "enable": true, + "frozenLiquid": { + "block": "minecraft:ice", + "properties": {} + }, + "grassBorderWith": { + "block": "biomesoplenty:grass", + "properties": { + "snowy": "false", + "variant": "loamy" + } + } + }, + "red_mushrooms": { + "with": { + "block": "minecraft:red_mushroom", + "properties": {} + }, + "generationAttempts": 16, + "amountPerChunk": 0.1, + "enable": true + }, + "mud": { + "with": { + "block": "biomesoplenty:mud", + "properties": { + "variant": "mud" + } + }, + "maxRadius": 7, + "amountPerChunk": 1.0, + "enable": true + } + }, + "weights": { + "cold_swamp": 5 + } +} \ No newline at end of file diff --git a/config/biomesoplenty/biomes/defaults/biomesoplenty/mountain.json b/config/biomesoplenty/biomes/defaults/biomesoplenty/mountain.json new file mode 100644 index 00000000..ee7683f4 --- /dev/null +++ b/config/biomesoplenty/biomes/defaults/biomesoplenty/mountain.json @@ -0,0 +1,141 @@ +{ + "canGenerateRivers": false, + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": true, + "variationBelow": 30.0, + "variationAbove": 60.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "averageHeight": 140.0, + "topBlock": { + "block": "minecraft:grass", + "properties": { + "snowy": "false" + } + }, + "fogColor": -1, + "canGenerateVillages": false, + "canSpawnInBiome": false, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "gravel": { + "with": { + "block": "minecraft:gravel", + "properties": {} + }, + "maxRadius": 7, + "amountPerChunk": 6.0, + "enable": true + }, + "leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "leafpile" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.8, + "enable": true + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "dead_leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "deadleafpile" + } + }, + "generationAttempts": 32, + "amountPerChunk": 1.2, + "enable": true + }, + "emeralds": { + "minHeight": 4, + "with": { + "block": "minecraft:emerald_ore", + "properties": {} + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + }, + "grass": { + "amountPerChunk": 1.5, + "enable": true, + "generators": {} + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "lakes": { + "liquid": { + "block": "minecraft:water", + "properties": { + "level": "0" + } + }, + "amountPerChunk": 1.8, + "enable": true, + "frozenLiquid": { + "block": "minecraft:ice", + "properties": {} + }, + "grassBorderWith": { + "block": "minecraft:grass", + "properties": { + "snowy": "false" + } + } + }, + "trees": { + "amountPerChunk": 3.0, + "enable": true, + "generators": {} + } + }, + "weights": { + "dry_temperate": 3 + } +} \ No newline at end of file diff --git a/config/biomesoplenty/biomes/defaults/biomesoplenty/mountain_foothills.json b/config/biomesoplenty/biomes/defaults/biomesoplenty/mountain_foothills.json new file mode 100644 index 00000000..7a647e1d --- /dev/null +++ b/config/biomesoplenty/biomes/defaults/biomesoplenty/mountain_foothills.json @@ -0,0 +1,180 @@ +{ + "canGenerateRivers": false, + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": false, + "variationBelow": 15.0, + "variationAbove": 30.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "averageHeight": 100.0, + "topBlock": { + "block": "minecraft:grass", + "properties": { + "snowy": "false" + } + }, + "fogColor": -1, + "canGenerateVillages": false, + "canSpawnInBiome": false, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "leafpile" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.8, + "enable": true + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "dead_leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "deadleafpile" + } + }, + "generationAttempts": 32, + "amountPerChunk": 1.2, + "enable": true + }, + "emeralds": { + "minHeight": 4, + "with": { + "block": "minecraft:emerald_ore", + "properties": {} + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "trees": { + "amountPerChunk": 3.0, + "enable": true, + "generators": {} + }, + "water_reeds": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "reed" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.4, + "enable": true + }, + "gravel": { + "with": { + "block": "minecraft:gravel", + "properties": {} + }, + "maxRadius": 7, + "amountPerChunk": 6.0, + "enable": true + }, + "flax": { + "with": { + "block": "biomesoplenty:double_plant", + "properties": { + "half": "lower", + "variant": "flax" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.1, + "enable": true, + "withTop": { + "block": "biomesoplenty:double_plant", + "properties": { + "half": "upper", + "variant": "flax" + } + } + }, + "grass": { + "amountPerChunk": 1.5, + "enable": true, + "generators": {} + }, + "berry_bushes": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "berrybush" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.2, + "enable": true + }, + "lakes": { + "liquid": { + "block": "minecraft:water", + "properties": { + "level": "0" + } + }, + "amountPerChunk": 1.8, + "enable": true, + "frozenLiquid": { + "block": "minecraft:ice", + "properties": {} + }, + "grassBorderWith": { + "block": "minecraft:grass", + "properties": { + "snowy": "false" + } + } + } + }, + "weights": {} +} \ No newline at end of file diff --git a/config/biomesoplenty/biomes/defaults/biomesoplenty/mystic_grove.json b/config/biomesoplenty/biomes/defaults/biomesoplenty/mystic_grove.json new file mode 100644 index 00000000..4ad6ceb6 --- /dev/null +++ b/config/biomesoplenty/biomes/defaults/biomesoplenty/mystic_grove.json @@ -0,0 +1,263 @@ +{ + "canGenerateRivers": false, + "skyColor": 8972496, + "fogDensity": 1.0, + "hasBiomeEssence": true, + "variationBelow": 5.0, + "variationAbove": 20.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "biomesoplenty:dirt", + "properties": { + "coarse": "false", + "variant": "silty" + } + }, + "averageHeight": 63.0, + "topBlock": { + "block": "biomesoplenty:grass", + "properties": { + "snowy": "false", + "variant": "silty" + } + }, + "fogColor": 16755401, + "canGenerateVillages": false, + "canSpawnInBiome": false, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "hot_springs": { + "liquid": { + "block": "biomesoplenty:hot_spring_water", + "properties": { + "level": "0" + } + }, + "amountPerChunk": 0.5, + "enable": true, + "grassBorderWith": { + "block": "minecraft:grass", + "properties": { + "snowy": "false" + } + } + }, + "leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "leafpile" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.1, + "enable": true + }, + "flowers": { + "amountPerChunk": 1.5, + "enable": true, + "generators": {} + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "medium_lily": { + "with": { + "block": "biomesoplenty:waterlily", + "properties": { + "variant": "medium" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.1, + "enable": true + }, + "clover_patches": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "cloverpatch" + } + }, + "generationAttempts": 128, + "amountPerChunk": 0.3, + "enable": true + }, + "brown_mushrooms": { + "with": { + "block": "minecraft:brown_mushroom", + "properties": {} + }, + "generationAttempts": 16, + "amountPerChunk": 0.1, + "enable": true + }, + "poison_lakes": { + "liquid": { + "block": "biomesoplenty:poison", + "properties": { + "level": "0" + } + }, + "amountPerChunk": 0.1, + "enable": true, + "grassBorderWith": { + "block": "minecraft:grass", + "properties": { + "snowy": "false" + } + } + }, + "big_red_mushroom": { + "minHeight": 5, + "maxHeight": 8, + "amountPerChunk": 0.4, + "enable": true + }, + "algae": { + "with": { + "block": "biomesoplenty:coral", + "properties": { + "level": "15", + "variant": "algae" + } + }, + "generationAttempts": 32, + "amountPerChunk": 1.0, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "trees": { + "amountPerChunk": 10.0, + "enable": true, + "generators": {} + }, + "small_lily": { + "with": { + "block": "biomesoplenty:waterlily", + "properties": { + "variant": "small" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.1, + "enable": true + }, + "flower_lily": { + "with": { + "block": "biomesoplenty:waterlily", + "properties": { + "variant": "flower" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.5, + "enable": true + }, + "grass": { + "amountPerChunk": 1.5, + "enable": true, + "generators": {} + }, + "lily": { + "with": { + "block": "minecraft:waterlily", + "properties": {} + }, + "generationAttempts": 32, + "amountPerChunk": 0.1, + "enable": true + }, + "topaz": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "topaz" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + }, + "blue_milk_caps": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "blue_milk_cap" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.2, + "enable": true + }, + "tiny_lily": { + "with": { + "block": "biomesoplenty:waterlily", + "properties": { + "variant": "tiny" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.1, + "enable": true + }, + "sprouts": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "sprout" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.25, + "enable": true + }, + "red_mushrooms": { + "with": { + "block": "minecraft:red_mushroom", + "properties": {} + }, + "generationAttempts": 16, + "amountPerChunk": 0.4, + "enable": true + } + }, + "weights": { + "wet_temperate": 1 + } +} \ No newline at end of file diff --git a/config/biomesoplenty/biomes/defaults/biomesoplenty/oasis.json b/config/biomesoplenty/biomes/defaults/biomesoplenty/oasis.json new file mode 100644 index 00000000..c6c7464f --- /dev/null +++ b/config/biomesoplenty/biomes/defaults/biomesoplenty/oasis.json @@ -0,0 +1,154 @@ +{ + "canGenerateRivers": false, + "beachBiomeLocation": "minecraft:beaches", + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": false, + "variationBelow": 5.0, + "variationAbove": 7.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "minecraft:sand", + "properties": { + "variant": "sand" + } + }, + "averageHeight": 62.0, + "topBlock": { + "block": "minecraft:sand", + "properties": { + "variant": "sand" + } + }, + "fogColor": -1, + "canGenerateVillages": false, + "canSpawnInBiome": false, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "dunegrass": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "dunegrass" + } + }, + "generationAttempts": 8, + "amountPerChunk": 10.0, + "enable": true + }, + "tiny_cacti": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "tinycactus" + } + }, + "generationAttempts": 8, + "amountPerChunk": 0.2, + "enable": true + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "sugar_cane": { + "minHeight": 1, + "with": { + "block": "minecraft:reeds", + "properties": { + "age": "0" + } + }, + "generationAttempts": 24, + "amountPerChunk": 2.0, + "maxHeight": 3, + "enable": true, + "randomDirection": false + }, + "desert_sprouts": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "desertsprouts" + } + }, + "generationAttempts": 8, + "amountPerChunk": 5.0, + "enable": true + }, + "bromeliad": { + "with": { + "block": "biomesoplenty:flower_0", + "properties": { + "variant": "bromeliad" + } + }, + "generationAttempts": 8, + "amountPerChunk": 0.2, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "desertgrass": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "desertgrass" + } + }, + "generationAttempts": 8, + "amountPerChunk": 1.0, + "enable": true + }, + "trees": { + "amountPerChunk": 4.0, + "enable": true, + "generators": {} + }, + "ruby": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "ruby" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + } + }, + "weights": {} +} \ No newline at end of file diff --git a/config/biomesoplenty/biomes/defaults/biomesoplenty/ominous_woods.json b/config/biomesoplenty/biomes/defaults/biomesoplenty/ominous_woods.json new file mode 100644 index 00000000..16d9a98e --- /dev/null +++ b/config/biomesoplenty/biomes/defaults/biomesoplenty/ominous_woods.json @@ -0,0 +1,184 @@ +{ + "canGenerateRivers": false, + "skyColor": 3687520, + "fogDensity": 0.175, + "hasBiomeEssence": true, + "variationBelow": 5.0, + "variationAbove": 10.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "biomesoplenty:dirt", + "properties": { + "coarse": "false", + "variant": "loamy" + } + }, + "averageHeight": 66.0, + "topBlock": { + "block": "biomesoplenty:grass", + "properties": { + "snowy": "false", + "variant": "loamy" + } + }, + "fogColor": 3882316, + "canGenerateVillages": false, + "canSpawnInBiome": false, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "flowers": { + "amountPerChunk": 0.4, + "enable": true, + "generators": {} + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "thorns": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "thorn" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.3, + "enable": true + }, + "dead_leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "deadleafpile" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.3, + "enable": true + }, + "brown_mushrooms": { + "with": { + "block": "minecraft:brown_mushroom", + "properties": {} + }, + "generationAttempts": 16, + "amountPerChunk": 0.5, + "enable": true + }, + "poison_lakes": { + "liquid": { + "block": "biomesoplenty:poison", + "properties": { + "level": "0" + } + }, + "amountPerChunk": 0.1, + "enable": true, + "grassBorderWith": { + "block": "minecraft:grass", + "properties": { + "snowy": "false" + } + } + }, + "bramble": { + "with": { + "block": "biomesoplenty:bramble_plant", + "properties": { + "down": "false", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + } + }, + "generationAttempts": 128, + "amountPerChunk": 0.75, + "maxHeight": 4, + "enable": true, + "minLength": 5, + "maxLength": 15 + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "malachite": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "malachite" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + }, + "trees": { + "amountPerChunk": 11.0, + "enable": true, + "generators": {} + }, + "poison_ivy": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "poisonivy" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.1, + "enable": true + }, + "grass": { + "amountPerChunk": 3.0, + "enable": true, + "generators": {} + }, + "red_mushrooms": { + "with": { + "block": "minecraft:red_mushroom", + "properties": {} + }, + "generationAttempts": 16, + "amountPerChunk": 0.3, + "enable": true + } + }, + "weights": { + "cold_swamp": 1 + } +} \ No newline at end of file diff --git a/config/biomesoplenty/biomes/defaults/biomesoplenty/orchard.json b/config/biomesoplenty/biomes/defaults/biomesoplenty/orchard.json new file mode 100644 index 00000000..128a51cc --- /dev/null +++ b/config/biomesoplenty/biomes/defaults/biomesoplenty/orchard.json @@ -0,0 +1,150 @@ +{ + "canGenerateRivers": true, + "beachBiomeLocation": "minecraft:beaches", + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": true, + "variationBelow": 4.0, + "variationAbove": 15.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "averageHeight": 64.0, + "topBlock": { + "block": "minecraft:grass", + "properties": { + "snowy": "false" + } + }, + "fogColor": -1, + "canGenerateVillages": true, + "canSpawnInBiome": true, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "leafpile" + } + }, + "generationAttempts": 32, + "amountPerChunk": 1.0, + "enable": true + }, + "flowers": { + "amountPerChunk": 1.5, + "enable": true, + "generators": {} + }, + "flax": { + "with": { + "block": "biomesoplenty:double_plant", + "properties": { + "half": "lower", + "variant": "flax" + } + }, + "generationAttempts": 8, + "amountPerChunk": 0.2, + "enable": true, + "withTop": { + "block": "biomesoplenty:double_plant", + "properties": { + "half": "upper", + "variant": "flax" + } + } + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "grass": { + "amountPerChunk": 1.5, + "enable": true, + "generators": {} + }, + "berry_bushes": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "berrybush" + } + }, + "generationAttempts": 8, + "amountPerChunk": 0.4, + "enable": true + }, + "peridot": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "peridot" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "trees": { + "amountPerChunk": 3.5, + "enable": true, + "generators": {} + }, + "water_reeds": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "reed" + } + }, + "generationAttempts": 32, + "amountPerChunk": 1.0, + "enable": true + } + }, + "weights": { + "warm_temperate": 3 + } +} \ No newline at end of file diff --git a/config/biomesoplenty/biomes/defaults/biomesoplenty/origin_beach.json b/config/biomesoplenty/biomes/defaults/biomesoplenty/origin_beach.json new file mode 100644 index 00000000..2890a9c7 --- /dev/null +++ b/config/biomesoplenty/biomes/defaults/biomesoplenty/origin_beach.json @@ -0,0 +1,68 @@ +{ + "canGenerateRivers": false, + "beachBiomeLocation": "minecraft:beaches", + "skyColor": 8441086, + "fogDensity": 1.0, + "hasBiomeEssence": false, + "variationBelow": 1.0, + "variationAbove": 1.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "minecraft:sand", + "properties": { + "variant": "sand" + } + }, + "averageHeight": 64.0, + "topBlock": { + "block": "minecraft:sand", + "properties": { + "variant": "sand" + } + }, + "fogColor": -1, + "canGenerateVillages": false, + "canSpawnInBiome": false, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + } + }, + "weights": {} +} \ No newline at end of file diff --git a/config/biomesoplenty/biomes/defaults/biomesoplenty/origin_island.json b/config/biomesoplenty/biomes/defaults/biomesoplenty/origin_island.json new file mode 100644 index 00000000..0e89b011 --- /dev/null +++ b/config/biomesoplenty/biomes/defaults/biomesoplenty/origin_island.json @@ -0,0 +1,98 @@ +{ + "canGenerateRivers": false, + "beachBiomeLocation": "biomesoplenty:origin_beach", + "skyColor": 8441086, + "fogDensity": 1.0, + "hasBiomeEssence": true, + "variationBelow": 6.0, + "variationAbove": 25.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "averageHeight": 64.0, + "topBlock": { + "block": "biomesoplenty:grass", + "properties": { + "snowy": "false", + "variant": "origin" + } + }, + "fogColor": -1, + "canGenerateVillages": false, + "canSpawnInBiome": true, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "flowers": { + "amountPerChunk": 0.4, + "enable": true, + "generators": {} + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "trees": { + "minHeight": 5, + "logState": { + "block": "minecraft:log", + "properties": { + "axis": "y", + "variant": "oak" + } + }, + "amountPerChunk": 5.0, + "maxHeight": 8, + "enable": true, + "updateNeighbours": false, + "hangingChance": 0.0, + "leavesState": { + "block": "biomesoplenty:leaves_2", + "properties": { + "check_decay": "false", + "decayable": "true", + "variant": "origin" + } + } + } + }, + "weights": {} +} \ No newline at end of file diff --git a/config/biomesoplenty/biomes/defaults/biomesoplenty/outback.json b/config/biomesoplenty/biomes/defaults/biomesoplenty/outback.json new file mode 100644 index 00000000..f8ff8828 --- /dev/null +++ b/config/biomesoplenty/biomes/defaults/biomesoplenty/outback.json @@ -0,0 +1,149 @@ +{ + "canGenerateRivers": true, + "beachBiomeLocation": "minecraft:beaches", + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": true, + "variationBelow": 8.0, + "variationAbove": 10.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "minecraft:sand", + "properties": { + "variant": "red_sand" + } + }, + "averageHeight": 72.0, + "topBlock": { + "block": "minecraft:sand", + "properties": { + "variant": "red_sand" + } + }, + "fogColor": -1, + "canGenerateVillages": true, + "canSpawnInBiome": true, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "tiny_cacti": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "tinycactus" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.5, + "enable": true + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "grass_splatter": { + "with": { + "block": "biomesoplenty:grass", + "properties": { + "snowy": "false", + "variant": "sandy" + } + }, + "generationAttempts": 128, + "amountPerChunk": 4.0, + "enable": true + }, + "dead_bushes": { + "with": { + "block": "minecraft:deadbush", + "properties": {} + }, + "generationAttempts": 32, + "amountPerChunk": 1.5, + "enable": true + }, + "grass": { + "amountPerChunk": 16.0, + "enable": true, + "generators": {} + }, + "cacti": { + "minHeight": 1, + "with": { + "block": "minecraft:cactus", + "properties": { + "age": "0" + } + }, + "generationAttempts": 24, + "amountPerChunk": 0.2, + "maxHeight": 2, + "enable": true, + "randomDirection": false + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "desertgrass": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "desertgrass" + } + }, + "generationAttempts": 8, + "amountPerChunk": 10.0, + "enable": true + }, + "trees": { + "amountPerChunk": 3.0, + "enable": true, + "generators": {} + }, + "ruby": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "ruby" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + } + }, + "weights": { + "hot_desert": 7 + } +} \ No newline at end of file diff --git a/config/biomesoplenty/biomes/defaults/biomesoplenty/overgrown_cliffs.json b/config/biomesoplenty/biomes/defaults/biomesoplenty/overgrown_cliffs.json new file mode 100644 index 00000000..a47cb743 --- /dev/null +++ b/config/biomesoplenty/biomes/defaults/biomesoplenty/overgrown_cliffs.json @@ -0,0 +1,106 @@ +{ + "canGenerateRivers": false, + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": true, + "variationBelow": 5.0, + "variationAbove": 100.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "minecraft:stone", + "properties": { + "variant": "stone" + } + }, + "averageHeight": 70.0, + "topBlock": { + "block": "biomesoplenty:grass", + "properties": { + "snowy": "false", + "variant": "overgrown_stone" + } + }, + "fogColor": -1, + "canGenerateVillages": false, + "canSpawnInBiome": false, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "flowers": { + "amountPerChunk": 1.5, + "enable": true, + "generators": {} + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "emeralds": { + "minHeight": 4, + "with": { + "block": "minecraft:emerald_ore", + "properties": {} + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + }, + "grass": { + "amountPerChunk": 2.0, + "enable": true, + "generators": {} + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "sprouts": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "sprout" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.25, + "enable": true + }, + "trees": { + "amountPerChunk": 40.0, + "enable": true, + "generators": {} + } + }, + "weights": { + "tropical": 2 + } +} \ No newline at end of file diff --git a/config/biomesoplenty/biomes/defaults/biomesoplenty/pasture.json b/config/biomesoplenty/biomes/defaults/biomesoplenty/pasture.json new file mode 100644 index 00000000..382e751b --- /dev/null +++ b/config/biomesoplenty/biomes/defaults/biomesoplenty/pasture.json @@ -0,0 +1,109 @@ +{ + "canGenerateRivers": true, + "beachBiomeLocation": "minecraft:beaches", + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": false, + "variationBelow": 4.0, + "variationAbove": 6.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "biomesoplenty:dirt", + "properties": { + "coarse": "false", + "variant": "silty" + } + }, + "averageHeight": 64.0, + "topBlock": { + "block": "biomesoplenty:grass", + "properties": { + "snowy": "false", + "variant": "silty" + } + }, + "fogColor": -1, + "canGenerateVillages": false, + "canSpawnInBiome": true, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "grass": { + "amountPerChunk": 0.5, + "enable": true, + "generators": {} + }, + "peridot": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "peridot" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + }, + "barley": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "barley" + } + }, + "generationAttempts": 32, + "amountPerChunk": 45.0, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "water_reeds": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "reed" + } + }, + "generationAttempts": 32, + "amountPerChunk": 1.0, + "enable": true + } + }, + "weights": {} +} \ No newline at end of file diff --git a/config/biomesoplenty/biomes/defaults/biomesoplenty/phantasmagoric_inferno.json b/config/biomesoplenty/biomes/defaults/biomesoplenty/phantasmagoric_inferno.json new file mode 100644 index 00000000..8853d41e --- /dev/null +++ b/config/biomesoplenty/biomes/defaults/biomesoplenty/phantasmagoric_inferno.json @@ -0,0 +1,81 @@ +{ + "wallBlock": { + "block": "minecraft:netherrack", + "properties": {} + }, + "fillerBlock": { + "block": "biomesoplenty:ash_block", + "properties": {} + }, + "skyColor": -1, + "topBlock": { + "block": "biomesoplenty:ash_block", + "properties": {} + }, + "fogColor": -1, + "fogDensity": 1.0, + "roofTopBlock": { + "block": "minecraft:netherrack", + "properties": {} + }, + "hasBiomeEssence": false, + "roofFillerBlock": { + "block": "minecraft:netherrack", + "properties": {} + }, + "generators": { + "hive": { + "maxRadius": 9, + "bottomExtra": 4, + "amountPerChunk": 0.2, + "enable": true, + "halfHeight": 7, + "emptyChance": 0.25, + "layerSize": 3 + }, + "blue_fire": { + "with": { + "block": "biomesoplenty:blue_fire", + "properties": {} + }, + "generationAttempts": 32, + "amountPerChunk": 2.5, + "enable": true + }, + "lava_lakes": { + "liquid": { + "block": "minecraft:lava", + "properties": { + "level": "0" + } + }, + "amountPerChunk": 4.0, + "enable": true, + "grassBorderWith": { + "block": "minecraft:grass", + "properties": { + "snowy": "false" + } + } + }, + "fire": { + "with": { + "block": "minecraft:fire", + "properties": { + "age": "0", + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + } + }, + "generationAttempts": 32, + "amountPerChunk": 2.5, + "enable": true + } + }, + "weights": { + "hell": 5 + } +} \ No newline at end of file diff --git a/config/biomesoplenty/biomes/defaults/biomesoplenty/prairie.json b/config/biomesoplenty/biomes/defaults/biomesoplenty/prairie.json new file mode 100644 index 00000000..ce77924c --- /dev/null +++ b/config/biomesoplenty/biomes/defaults/biomesoplenty/prairie.json @@ -0,0 +1,172 @@ +{ + "canGenerateRivers": true, + "beachBiomeLocation": "minecraft:beaches", + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": true, + "variationBelow": 4.0, + "variationAbove": 6.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "biomesoplenty:dirt", + "properties": { + "coarse": "false", + "variant": "silty" + } + }, + "averageHeight": 64.0, + "topBlock": { + "block": "biomesoplenty:grass", + "properties": { + "snowy": "false", + "variant": "silty" + } + }, + "fogColor": -1, + "canGenerateVillages": true, + "canSpawnInBiome": true, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "sand": { + "with": { + "block": "minecraft:sand", + "properties": { + "variant": "sand" + } + }, + "maxRadius": 7, + "amountPerChunk": 3.0, + "enable": true + }, + "flowers": { + "amountPerChunk": 0.4, + "enable": true, + "generators": {} + }, + "flax": { + "with": { + "block": "biomesoplenty:double_plant", + "properties": { + "half": "lower", + "variant": "flax" + } + }, + "generationAttempts": 8, + "amountPerChunk": 0.2, + "enable": true, + "withTop": { + "block": "biomesoplenty:double_plant", + "properties": { + "half": "upper", + "variant": "flax" + } + } + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "grass": { + "amountPerChunk": 10.0, + "enable": true, + "generators": {} + }, + "doublegrass": { + "with": { + "block": "minecraft:double_plant", + "properties": { + "facing": "north", + "half": "lower", + "variant": "double_grass" + } + }, + "generationAttempts": 128, + "amountPerChunk": 0.5, + "enable": true, + "withTop": { + "block": "minecraft:double_plant", + "properties": { + "facing": "north", + "half": "upper", + "variant": "sunflower" + } + } + }, + "goldenrods": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "goldenrod" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.0, + "enable": true + }, + "peridot": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "peridot" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "trees": { + "amountPerChunk": 0.3, + "enable": true, + "generators": {} + }, + "water_reeds": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "reed" + } + }, + "generationAttempts": 32, + "amountPerChunk": 1.0, + "enable": true + } + }, + "weights": { + "warm_temperate": 7 + } +} \ No newline at end of file diff --git a/config/biomesoplenty/biomes/defaults/biomesoplenty/quagmire.json b/config/biomesoplenty/biomes/defaults/biomesoplenty/quagmire.json new file mode 100644 index 00000000..e638c1d7 --- /dev/null +++ b/config/biomesoplenty/biomes/defaults/biomesoplenty/quagmire.json @@ -0,0 +1,184 @@ +{ + "canGenerateRivers": false, + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": true, + "variationBelow": 5.0, + "variationAbove": 10.0, + "seaFloorBlock": { + "block": "biomesoplenty:mud", + "properties": { + "variant": "mud" + } + }, + "fillerBlock": { + "block": "biomesoplenty:mud", + "properties": { + "variant": "mud" + } + }, + "averageHeight": 63.0, + "topBlock": { + "block": "biomesoplenty:mud", + "properties": { + "variant": "mud" + } + }, + "fogColor": -1, + "canGenerateVillages": false, + "canSpawnInBiome": false, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "medium_lily": { + "with": { + "block": "biomesoplenty:waterlily", + "properties": { + "variant": "medium" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.1, + "enable": true + }, + "algae": { + "with": { + "block": "biomesoplenty:coral", + "properties": { + "level": "15", + "variant": "algae" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.1, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "malachite": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "malachite" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + }, + "water_reeds": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "reed" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.5, + "enable": true + }, + "small_lily": { + "with": { + "block": "biomesoplenty:waterlily", + "properties": { + "variant": "small" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.2, + "enable": true + }, + "grass_splatter": { + "with": { + "block": "biomesoplenty:grass", + "properties": { + "snowy": "false", + "variant": "loamy" + } + }, + "generationAttempts": 128, + "amountPerChunk": 1.0, + "enable": true + }, + "koru": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "koru" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.3, + "enable": true + }, + "grass": { + "amountPerChunk": 1.4, + "enable": true, + "generators": {} + }, + "lily": { + "with": { + "block": "minecraft:waterlily", + "properties": {} + }, + "generationAttempts": 32, + "amountPerChunk": 0.1, + "enable": true + }, + "tiny_lily": { + "with": { + "block": "biomesoplenty:waterlily", + "properties": { + "variant": "tiny" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.3, + "enable": true + }, + "mud": { + "with": { + "block": "biomesoplenty:mud", + "properties": { + "variant": "mud" + } + }, + "maxRadius": 8, + "amountPerChunk": 10.0, + "enable": true + } + }, + "weights": { + "cold_swamp": 2 + } +} \ No newline at end of file diff --git a/config/biomesoplenty/biomes/defaults/biomesoplenty/rainforest.json b/config/biomesoplenty/biomes/defaults/biomesoplenty/rainforest.json new file mode 100644 index 00000000..8c603318 --- /dev/null +++ b/config/biomesoplenty/biomes/defaults/biomesoplenty/rainforest.json @@ -0,0 +1,203 @@ +{ + "canGenerateRivers": false, + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": true, + "variationBelow": 50.0, + "variationAbove": 50.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "averageHeight": 80.0, + "topBlock": { + "block": "minecraft:grass", + "properties": { + "snowy": "false" + } + }, + "fogColor": -1, + "canGenerateVillages": false, + "canSpawnInBiome": false, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "leafpile" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.5, + "enable": true + }, + "flowers": { + "amountPerChunk": 1.5, + "enable": true, + "generators": {} + }, + "melons": { + "with": { + "block": "minecraft:melon_block", + "properties": {} + }, + "generationAttempts": 32, + "amountPerChunk": 0.015625, + "enable": true + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "medium_lily": { + "with": { + "block": "biomesoplenty:waterlily", + "properties": { + "variant": "medium" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.3, + "enable": true + }, + "clover_patches": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "cloverpatch" + } + }, + "generationAttempts": 128, + "amountPerChunk": 0.2, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "trees": { + "amountPerChunk": 15.0, + "enable": true, + "generators": {} + }, + "small_lily": { + "with": { + "block": "biomesoplenty:waterlily", + "properties": { + "variant": "small" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.5, + "enable": true + }, + "flower_lily": { + "with": { + "block": "biomesoplenty:waterlily", + "properties": { + "variant": "flower" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.5, + "enable": true + }, + "sand": { + "with": { + "block": "minecraft:sand", + "properties": { + "variant": "sand" + } + }, + "maxRadius": 7, + "amountPerChunk": 3.0, + "enable": true + }, + "rafflesia": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "rafflesia" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.1, + "enable": true + }, + "grass": { + "amountPerChunk": 3.0, + "enable": true, + "generators": {} + }, + "lily": { + "with": { + "block": "minecraft:waterlily", + "properties": {} + }, + "generationAttempts": 32, + "amountPerChunk": 0.5, + "enable": true + }, + "topaz": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "topaz" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + }, + "tiny_lily": { + "with": { + "block": "biomesoplenty:waterlily", + "properties": { + "variant": "tiny" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.5, + "enable": true + } + }, + "weights": { + "tropical": 7 + } +} \ No newline at end of file diff --git a/config/biomesoplenty/biomes/defaults/biomesoplenty/redwood_forest.json b/config/biomesoplenty/biomes/defaults/biomesoplenty/redwood_forest.json new file mode 100644 index 00000000..014cf6cd --- /dev/null +++ b/config/biomesoplenty/biomes/defaults/biomesoplenty/redwood_forest.json @@ -0,0 +1,166 @@ +{ + "canGenerateRivers": false, + "beachBiomeLocation": "minecraft:beaches", + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": true, + "variationBelow": 4.0, + "variationAbove": 10.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "averageHeight": 70.0, + "topBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "podzol" + } + }, + "fogColor": -1, + "canGenerateVillages": false, + "canSpawnInBiome": false, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "leafpile" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.2, + "enable": true + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "dead_leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "deadleafpile" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.1, + "enable": true + }, + "double_fern": { + "with": { + "block": "minecraft:double_plant", + "properties": { + "facing": "north", + "half": "lower", + "variant": "double_fern" + } + }, + "generationAttempts": 32, + "amountPerChunk": 5.0, + "enable": true, + "withTop": { + "block": "minecraft:double_plant", + "properties": { + "facing": "north", + "half": "upper", + "variant": "sunflower" + } + } + }, + "brown_mushrooms": { + "with": { + "block": "minecraft:brown_mushroom", + "properties": {} + }, + "generationAttempts": 16, + "amountPerChunk": 0.2, + "enable": true + }, + "grass": { + "amountPerChunk": 4.0, + "enable": true, + "generators": {} + }, + "amber": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "amber" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "sprouts": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "sprout" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.25, + "enable": true + }, + "red_mushrooms": { + "with": { + "block": "minecraft:red_mushroom", + "properties": {} + }, + "generationAttempts": 16, + "amountPerChunk": 0.1, + "enable": true + }, + "trees": { + "amountPerChunk": 15.0, + "enable": true, + "generators": {} + } + }, + "weights": { + "warm_temperate": 7 + } +} \ No newline at end of file diff --git a/config/biomesoplenty/biomes/defaults/biomesoplenty/redwood_forest_edge.json b/config/biomesoplenty/biomes/defaults/biomesoplenty/redwood_forest_edge.json new file mode 100644 index 00000000..7f6a4d79 --- /dev/null +++ b/config/biomesoplenty/biomes/defaults/biomesoplenty/redwood_forest_edge.json @@ -0,0 +1,143 @@ +{ + "canGenerateRivers": false, + "beachBiomeLocation": "minecraft:beaches", + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": false, + "variationBelow": 4.0, + "variationAbove": 10.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "averageHeight": 70.0, + "topBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "podzol" + } + }, + "fogColor": -1, + "canGenerateVillages": false, + "canSpawnInBiome": false, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "leafpile" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.2, + "enable": true + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "dead_leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "deadleafpile" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.1, + "enable": true + }, + "brown_mushrooms": { + "with": { + "block": "minecraft:brown_mushroom", + "properties": {} + }, + "generationAttempts": 16, + "amountPerChunk": 0.2, + "enable": true + }, + "grass": { + "amountPerChunk": 4.0, + "enable": true, + "generators": {} + }, + "amber": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "amber" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "sprouts": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "sprout" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.25, + "enable": true + }, + "red_mushrooms": { + "with": { + "block": "minecraft:red_mushroom", + "properties": {} + }, + "generationAttempts": 16, + "amountPerChunk": 0.1, + "enable": true + }, + "trees": { + "amountPerChunk": 8.0, + "enable": true, + "generators": {} + } + }, + "weights": {} +} \ No newline at end of file diff --git a/config/biomesoplenty/biomes/defaults/biomesoplenty/sacred_springs.json b/config/biomesoplenty/biomes/defaults/biomesoplenty/sacred_springs.json new file mode 100644 index 00000000..caab2b84 --- /dev/null +++ b/config/biomesoplenty/biomes/defaults/biomesoplenty/sacred_springs.json @@ -0,0 +1,250 @@ +{ + "canGenerateRivers": false, + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": true, + "variationBelow": 10.0, + "variationAbove": 10.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "averageHeight": 64.0, + "topBlock": { + "block": "minecraft:grass", + "properties": { + "snowy": "false" + } + }, + "fogColor": -1, + "canGenerateVillages": false, + "canSpawnInBiome": false, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "hot_springs": { + "liquid": { + "block": "biomesoplenty:hot_spring_water", + "properties": { + "level": "0" + } + }, + "amountPerChunk": 0.5, + "enable": true, + "grassBorderWith": { + "block": "minecraft:grass", + "properties": { + "snowy": "false" + } + } + }, + "leaves_clusters": { + "logState": { + "block": "minecraft:log", + "properties": { + "axis": "y", + "variant": "oak" + } + }, + "amountPerChunk": 12.5, + "enable": true, + "leavesState": { + "block": "minecraft:leaves", + "properties": { + "check_decay": "true", + "decayable": "true", + "variant": "oak" + } + } + }, + "leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "leafpile" + } + }, + "generationAttempts": 32, + "amountPerChunk": 2.5, + "enable": true + }, + "flowers": { + "amountPerChunk": 0.15, + "enable": true, + "generators": {} + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "large_oak": { + "minHeight": 5, + "logState": { + "block": "minecraft:log", + "properties": { + "axis": "y", + "variant": "oak" + } + }, + "foliageHeight": 4, + "amountPerChunk": 3.0, + "maxHeight": 17, + "enable": true, + "updateNeighbours": false, + "foliageDensity": 1.0, + "leavesState": { + "block": "minecraft:leaves", + "properties": { + "check_decay": "false", + "decayable": "true", + "variant": "oak" + } + } + }, + "medium_lily": { + "with": { + "block": "biomesoplenty:waterlily", + "properties": { + "variant": "medium" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.3, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "sacred_oak_trees": { + "minHeight": 35, + "logState": { + "block": "biomesoplenty:log_0", + "properties": { + "axis": "y", + "variant": "sacred_oak" + } + }, + "foliageHeight": 4, + "amountPerChunk": 0.4, + "maxHeight": 40, + "enable": true, + "updateNeighbours": false, + "foliageDensity": 2.0, + "leavesState": { + "block": "biomesoplenty:leaves_3", + "properties": { + "check_decay": "true", + "decayable": "false", + "variant": "sacred_oak" + } + } + }, + "small_lily": { + "with": { + "block": "biomesoplenty:waterlily", + "properties": { + "variant": "small" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.5, + "enable": true + }, + "flower_lily": { + "with": { + "block": "biomesoplenty:waterlily", + "properties": { + "variant": "flower" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.45, + "enable": true + }, + "rafflesia": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "rafflesia" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.1, + "enable": true + }, + "grass": { + "amountPerChunk": 2.75, + "enable": true, + "generators": {} + }, + "lily": { + "with": { + "block": "minecraft:waterlily", + "properties": {} + }, + "generationAttempts": 32, + "amountPerChunk": 0.5, + "enable": true + }, + "topaz": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "topaz" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + }, + "tiny_lily": { + "with": { + "block": "biomesoplenty:waterlily", + "properties": { + "variant": "tiny" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.5, + "enable": true + } + }, + "weights": { + "tropical": 1 + } +} \ No newline at end of file diff --git a/config/biomesoplenty/biomes/defaults/biomesoplenty/seasonal_forest.json b/config/biomesoplenty/biomes/defaults/biomesoplenty/seasonal_forest.json new file mode 100644 index 00000000..304bcf56 --- /dev/null +++ b/config/biomesoplenty/biomes/defaults/biomesoplenty/seasonal_forest.json @@ -0,0 +1,223 @@ +{ + "canGenerateRivers": true, + "beachBiomeLocation": "biomesoplenty:gravel_beach", + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": true, + "variationBelow": 20.0, + "variationAbove": 30.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "averageHeight": 75.0, + "topBlock": { + "block": "minecraft:grass", + "properties": { + "snowy": "false" + } + }, + "fogColor": -1, + "canGenerateVillages": true, + "canSpawnInBiome": true, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "leafpile" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.3, + "enable": true + }, + "flowers": { + "amountPerChunk": 0.4, + "enable": true, + "generators": {} + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "dead_leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "deadleafpile" + } + }, + "generationAttempts": 32, + "amountPerChunk": 2.5, + "enable": true + }, + "brown_mushrooms": { + "with": { + "block": "minecraft:brown_mushroom", + "properties": {} + }, + "generationAttempts": 16, + "amountPerChunk": 0.2, + "enable": true + }, + "amber": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "amber" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "trees": { + "amountPerChunk": 10.0, + "enable": true, + "generators": {} + }, + "water_reeds": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "reed" + } + }, + "generationAttempts": 32, + "amountPerChunk": 2.0, + "enable": true + }, + "toadstools": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "toadstool" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.3, + "enable": true + }, + "poison_ivy": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "poisonivy" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.1, + "enable": true + }, + "sand": { + "with": { + "block": "minecraft:sand", + "properties": { + "variant": "sand" + } + }, + "maxRadius": 7, + "amountPerChunk": 3.0, + "enable": true + }, + "flax": { + "with": { + "block": "biomesoplenty:double_plant", + "properties": { + "half": "lower", + "variant": "flax" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.1, + "enable": true, + "withTop": { + "block": "biomesoplenty:double_plant", + "properties": { + "half": "upper", + "variant": "flax" + } + } + }, + "grass": { + "amountPerChunk": 1.4, + "enable": true, + "generators": {} + }, + "blue_milk_caps": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "blue_milk_cap" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.1, + "enable": true + }, + "red_mushrooms": { + "with": { + "block": "minecraft:red_mushroom", + "properties": {} + }, + "generationAttempts": 16, + "amountPerChunk": 0.1, + "enable": true + }, + "flat_mushroom": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "flat_mushroom" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.1, + "enable": true + } + }, + "weights": { + "cool_temperate": 7 + } +} \ No newline at end of file diff --git a/config/biomesoplenty/biomes/defaults/biomesoplenty/shield.json b/config/biomesoplenty/biomes/defaults/biomesoplenty/shield.json new file mode 100644 index 00000000..937ca5fc --- /dev/null +++ b/config/biomesoplenty/biomes/defaults/biomesoplenty/shield.json @@ -0,0 +1,192 @@ +{ + "canGenerateRivers": true, + "beachBiomeLocation": "biomesoplenty:gravel_beach", + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": true, + "variationBelow": 10.0, + "variationAbove": 10.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "averageHeight": 63.0, + "topBlock": { + "block": "minecraft:grass", + "properties": { + "snowy": "false" + } + }, + "fogColor": -1, + "canGenerateVillages": false, + "canSpawnInBiome": true, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "leafpile" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.3, + "enable": true + }, + "flowers": { + "amountPerChunk": 0.5, + "enable": true, + "generators": {} + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "dead_leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "deadleafpile" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.5, + "enable": true + }, + "brown_mushrooms": { + "with": { + "block": "minecraft:brown_mushroom", + "properties": {} + }, + "generationAttempts": 16, + "amountPerChunk": 0.2, + "enable": true + }, + "algae": { + "with": { + "block": "biomesoplenty:coral", + "properties": { + "level": "15", + "variant": "algae" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.5, + "enable": true + }, + "amber": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "amber" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "trees": { + "amountPerChunk": 9.0, + "enable": true, + "generators": {} + }, + "water_reeds": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "reed" + } + }, + "generationAttempts": 32, + "amountPerChunk": 1.4, + "enable": true + }, + "toadstools": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "toadstool" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.2, + "enable": true + }, + "gravel": { + "with": { + "block": "minecraft:gravel", + "properties": {} + }, + "maxRadius": 7, + "amountPerChunk": 12.0, + "enable": true + }, + "grass": { + "amountPerChunk": 1.2, + "enable": true, + "generators": {} + }, + "red_mushrooms": { + "with": { + "block": "minecraft:red_mushroom", + "properties": {} + }, + "generationAttempts": 16, + "amountPerChunk": 0.1, + "enable": true + }, + "flat_mushroom": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "flat_mushroom" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.1, + "enable": true + } + }, + "weights": { + "boreal": 5 + } +} \ No newline at end of file diff --git a/config/biomesoplenty/biomes/defaults/biomesoplenty/shrubland.json b/config/biomesoplenty/biomes/defaults/biomesoplenty/shrubland.json new file mode 100644 index 00000000..f1085e97 --- /dev/null +++ b/config/biomesoplenty/biomes/defaults/biomesoplenty/shrubland.json @@ -0,0 +1,191 @@ +{ + "canGenerateRivers": true, + "beachBiomeLocation": "biomesoplenty:gravel_beach", + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": true, + "variationBelow": 8.0, + "variationAbove": 15.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "averageHeight": 66.0, + "topBlock": { + "block": "minecraft:grass", + "properties": { + "snowy": "false" + } + }, + "fogColor": -1, + "canGenerateVillages": true, + "canSpawnInBiome": true, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "flowers": { + "with": { + "block": "minecraft:red_flower", + "properties": { + "type": "allium" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.5, + "enable": true + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "water_reeds": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "reed" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.3, + "enable": true + }, + "trees": { + "logState": { + "block": "minecraft:log", + "properties": { + "axis": "y", + "variant": "oak" + } + }, + "amountPerChunk": 1.0, + "enable": true, + "leavesState": { + "block": "minecraft:leaves", + "properties": { + "check_decay": "true", + "decayable": "true", + "variant": "oak" + } + } + }, + "gravel": { + "with": { + "block": "minecraft:gravel", + "properties": {} + }, + "maxRadius": 7, + "amountPerChunk": 4.0, + "enable": true + }, + "sand": { + "with": { + "block": "minecraft:sand", + "properties": { + "variant": "sand" + } + }, + "maxRadius": 7, + "amountPerChunk": 3.0, + "enable": true + }, + "flax": { + "with": { + "block": "biomesoplenty:double_plant", + "properties": { + "half": "lower", + "variant": "flax" + } + }, + "generationAttempts": 6, + "amountPerChunk": 0.1, + "enable": true, + "withTop": { + "block": "biomesoplenty:double_plant", + "properties": { + "half": "upper", + "variant": "flax" + } + } + }, + "berry_bushes": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "berrybush" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.1, + "enable": true + }, + "grass": { + "amountPerChunk": 1.5, + "enable": true, + "generators": {} + }, + "peridot": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "peridot" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + }, + "bushes": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "bush" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.3, + "enable": true + } + }, + "weights": { + "mediteranean": 7, + "dry_temperate": 10 + } +} \ No newline at end of file diff --git a/config/biomesoplenty/biomes/defaults/biomesoplenty/snowy_coniferous_forest.json b/config/biomesoplenty/biomes/defaults/biomesoplenty/snowy_coniferous_forest.json new file mode 100644 index 00000000..55adf612 --- /dev/null +++ b/config/biomesoplenty/biomes/defaults/biomesoplenty/snowy_coniferous_forest.json @@ -0,0 +1,148 @@ +{ + "canGenerateRivers": true, + "beachBiomeLocation": "minecraft:beaches", + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": true, + "variationBelow": 10.0, + "variationAbove": 20.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "biomesoplenty:dirt", + "properties": { + "coarse": "false", + "variant": "loamy" + } + }, + "averageHeight": 68.0, + "topBlock": { + "block": "biomesoplenty:grass", + "properties": { + "snowy": "false", + "variant": "loamy" + } + }, + "fogColor": -1, + "canGenerateVillages": false, + "canSpawnInBiome": true, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "gravel": { + "with": { + "block": "minecraft:gravel", + "properties": {} + }, + "maxRadius": 7, + "amountPerChunk": 4.0, + "enable": true + }, + "leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "leafpile" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.1, + "enable": true + }, + "flowers": { + "amountPerChunk": 0.1, + "enable": true, + "generators": {} + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "dead_leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "deadleafpile" + } + }, + "generationAttempts": 32, + "amountPerChunk": 2.0, + "enable": true + }, + "brown_mushrooms": { + "with": { + "block": "minecraft:brown_mushroom", + "properties": {} + }, + "generationAttempts": 16, + "amountPerChunk": 0.2, + "enable": true + }, + "grass": { + "amountPerChunk": 1.0, + "enable": true, + "generators": {} + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "red_mushrooms": { + "with": { + "block": "minecraft:red_mushroom", + "properties": {} + }, + "generationAttempts": 16, + "amountPerChunk": 0.1, + "enable": true + }, + "trees": { + "amountPerChunk": 8.0, + "enable": true, + "generators": {} + }, + "tanzanite": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "tanzanite" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + } + }, + "weights": { + "tundra": 7 + } +} \ No newline at end of file diff --git a/config/biomesoplenty/biomes/defaults/biomesoplenty/snowy_forest.json b/config/biomesoplenty/biomes/defaults/biomesoplenty/snowy_forest.json new file mode 100644 index 00000000..b5a77d6d --- /dev/null +++ b/config/biomesoplenty/biomes/defaults/biomesoplenty/snowy_forest.json @@ -0,0 +1,121 @@ +{ + "canGenerateRivers": true, + "beachBiomeLocation": "minecraft:beaches", + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": true, + "variationBelow": 6.0, + "variationAbove": 21.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "biomesoplenty:dirt", + "properties": { + "coarse": "false", + "variant": "silty" + } + }, + "averageHeight": 66.0, + "topBlock": { + "block": "biomesoplenty:grass", + "properties": { + "snowy": "false", + "variant": "silty" + } + }, + "fogColor": -1, + "canGenerateVillages": false, + "canSpawnInBiome": true, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "leafpile" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.1, + "enable": true + }, + "flowers": { + "amountPerChunk": 0.3, + "enable": true, + "generators": {} + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "dead_leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "deadleafpile" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.4, + "enable": true + }, + "grass": { + "amountPerChunk": 1.0, + "enable": true, + "generators": {} + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "trees": { + "amountPerChunk": 3.0, + "enable": true, + "generators": {} + }, + "tanzanite": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "tanzanite" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + } + }, + "weights": { + "tundra": 7 + } +} \ No newline at end of file diff --git a/config/biomesoplenty/biomes/defaults/biomesoplenty/snowy_tundra.json b/config/biomesoplenty/biomes/defaults/biomesoplenty/snowy_tundra.json new file mode 100644 index 00000000..99088fba --- /dev/null +++ b/config/biomesoplenty/biomes/defaults/biomesoplenty/snowy_tundra.json @@ -0,0 +1,164 @@ +{ + "canGenerateRivers": false, + "beachBiomeLocation": "biomesoplenty:gravel_beach", + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": true, + "variationBelow": 5.0, + "variationAbove": 10.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "biomesoplenty:dirt", + "properties": { + "coarse": "false", + "variant": "silty" + } + }, + "averageHeight": 64.0, + "topBlock": { + "block": "biomesoplenty:grass", + "properties": { + "snowy": "false", + "variant": "silty" + } + }, + "fogColor": -1, + "canGenerateVillages": false, + "canSpawnInBiome": false, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "gravel": { + "with": { + "block": "minecraft:gravel", + "properties": {} + }, + "maxRadius": 7, + "amountPerChunk": 12.0, + "enable": true + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "dead_leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "deadleafpile" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.3, + "enable": true + }, + "grass": { + "amountPerChunk": 1.5, + "enable": true, + "generators": {} + }, + "small_boulders": { + "with": { + "block": "minecraft:cobblestone", + "properties": {} + }, + "generationAttempts": 32, + "amountPerChunk": 0.3, + "enable": true + }, + "large_boulders": { + "with": { + "block": "minecraft:cobblestone", + "properties": {} + }, + "numBalls": 3, + "amountPerChunk": 0.15, + "enable": true, + "radiusFalloff": 0.5, + "innerRadius": 1.0 + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "lakes": { + "liquid": { + "block": "minecraft:water", + "properties": { + "level": "0" + } + }, + "amountPerChunk": 0.1, + "enable": true, + "frozenLiquid": { + "block": "minecraft:ice", + "properties": {} + }, + "grassBorderWith": { + "block": "biomesoplenty:grass", + "properties": { + "snowy": "false", + "variant": "silty" + } + } + }, + "trees": { + "amountPerChunk": 4.0, + "enable": true, + "generators": {} + }, + "water_reeds": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "reed" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.2, + "enable": true + }, + "tanzanite": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "tanzanite" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + } + }, + "weights": {} +} \ No newline at end of file diff --git a/config/biomesoplenty/biomes/defaults/biomesoplenty/steppe.json b/config/biomesoplenty/biomes/defaults/biomesoplenty/steppe.json new file mode 100644 index 00000000..d2a3e840 --- /dev/null +++ b/config/biomesoplenty/biomes/defaults/biomesoplenty/steppe.json @@ -0,0 +1,120 @@ +{ + "canGenerateRivers": true, + "beachBiomeLocation": "biomesoplenty:gravel_beach", + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": true, + "variationBelow": 8.0, + "variationAbove": 8.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "biomesoplenty:dirt", + "properties": { + "coarse": "false", + "variant": "sandy" + } + }, + "averageHeight": 90.0, + "topBlock": { + "block": "biomesoplenty:grass", + "properties": { + "snowy": "false", + "variant": "sandy" + } + }, + "fogColor": -1, + "canGenerateVillages": true, + "canSpawnInBiome": false, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "sand": { + "with": { + "block": "minecraft:sand", + "properties": { + "variant": "sand" + } + }, + "maxRadius": 7, + "amountPerChunk": 3.0, + "enable": true + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "dead_bushes": { + "with": { + "block": "minecraft:deadbush", + "properties": {} + }, + "generationAttempts": 4, + "amountPerChunk": 0.3, + "enable": true + }, + "grass": { + "amountPerChunk": 1.9, + "enable": true, + "generators": {} + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "desertgrass": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "desertgrass" + } + }, + "generationAttempts": 8, + "amountPerChunk": 12.0, + "enable": true + }, + "ruby": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "ruby" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + } + }, + "weights": { + "dry_temperate": 5 + } +} \ No newline at end of file diff --git a/config/biomesoplenty/biomes/defaults/biomesoplenty/temperate_rainforest.json b/config/biomesoplenty/biomes/defaults/biomesoplenty/temperate_rainforest.json new file mode 100644 index 00000000..c7384a16 --- /dev/null +++ b/config/biomesoplenty/biomes/defaults/biomesoplenty/temperate_rainforest.json @@ -0,0 +1,337 @@ +{ + "canGenerateRivers": true, + "beachBiomeLocation": "biomesoplenty:gravel_beach", + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": true, + "variationBelow": 25.0, + "variationAbove": 55.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "averageHeight": 67.0, + "topBlock": { + "block": "minecraft:grass", + "properties": { + "snowy": "false" + } + }, + "fogColor": -1, + "canGenerateVillages": false, + "canSpawnInBiome": true, + "generators": { + "cattail": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "cattail" + } + }, + "generationAttempts": 32, + "amountPerChunk": 1.0, + "enable": true + }, + "medium_lily": { + "with": { + "block": "biomesoplenty:waterlily", + "properties": { + "variant": "medium" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.3, + "enable": true + }, + "dead_leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "deadleafpile" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.2, + "enable": true + }, + "brown_mushrooms": { + "with": { + "block": "minecraft:brown_mushroom", + "properties": {} + }, + "generationAttempts": 16, + "amountPerChunk": 0.2, + "enable": true + }, + "algae": { + "with": { + "block": "biomesoplenty:coral", + "properties": { + "level": "15", + "variant": "algae" + } + }, + "generationAttempts": 32, + "amountPerChunk": 3.0, + "enable": true + }, + "trees": { + "amountPerChunk": 30.0, + "enable": true, + "generators": {} + }, + "small_lily": { + "with": { + "block": "biomesoplenty:waterlily", + "properties": { + "variant": "small" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.5, + "enable": true + }, + "poison_ivy": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "poisonivy" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.1, + "enable": true + }, + "flax": { + "with": { + "block": "biomesoplenty:double_plant", + "properties": { + "half": "lower", + "variant": "flax" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.2, + "enable": true, + "withTop": { + "block": "biomesoplenty:double_plant", + "properties": { + "half": "upper", + "variant": "flax" + } + } + }, + "grass": { + "amountPerChunk": 15.0, + "enable": true, + "generators": {} + }, + "blue_milk_caps": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "blue_milk_cap" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.1, + "enable": true + }, + "double_cattail": { + "with": { + "block": "biomesoplenty:double_plant", + "properties": { + "half": "lower", + "variant": "tall_cattail" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.5, + "enable": true, + "withTop": { + "block": "biomesoplenty:double_plant", + "properties": { + "half": "upper", + "variant": "tall_cattail" + } + } + }, + "tiny_lily": { + "with": { + "block": "biomesoplenty:waterlily", + "properties": { + "variant": "tiny" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.5, + "enable": true + }, + "red_mushrooms": { + "with": { + "block": "minecraft:red_mushroom", + "properties": {} + }, + "generationAttempts": 16, + "amountPerChunk": 0.1, + "enable": true + }, + "flat_mushroom": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "flat_mushroom" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.1, + "enable": true + }, + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "leafpile" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.2, + "enable": true + }, + "flowers": { + "amountPerChunk": 0.5, + "enable": true, + "generators": {} + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "double_fern": { + "with": { + "block": "minecraft:double_plant", + "properties": { + "facing": "north", + "half": "lower", + "variant": "double_fern" + } + }, + "generationAttempts": 32, + "amountPerChunk": 7.0, + "enable": true, + "withTop": { + "block": "minecraft:double_plant", + "properties": { + "facing": "north", + "half": "upper", + "variant": "sunflower" + } + } + }, + "amber": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "amber" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "water_reeds": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "reed" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.5, + "enable": true + }, + "toadstools": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "toadstool" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.4, + "enable": true + }, + "gravel": { + "with": { + "block": "minecraft:gravel", + "properties": {} + }, + "maxRadius": 7, + "amountPerChunk": 4.0, + "enable": true + }, + "sand": { + "with": { + "block": "minecraft:sand", + "properties": { + "variant": "sand" + } + }, + "maxRadius": 7, + "amountPerChunk": 3.0, + "enable": true + }, + "lily": { + "with": { + "block": "minecraft:waterlily", + "properties": {} + }, + "generationAttempts": 32, + "amountPerChunk": 0.5, + "enable": true + } + }, + "weights": { + "wet_temperate": 7 + } +} \ No newline at end of file diff --git a/config/biomesoplenty/biomes/defaults/biomesoplenty/tropical_island.json b/config/biomesoplenty/biomes/defaults/biomesoplenty/tropical_island.json new file mode 100644 index 00000000..adb5d500 --- /dev/null +++ b/config/biomesoplenty/biomes/defaults/biomesoplenty/tropical_island.json @@ -0,0 +1,150 @@ +{ + "canGenerateRivers": false, + "beachBiomeLocation": "biomesoplenty:white_beach", + "skyColor": 507391, + "fogDensity": 1.0, + "hasBiomeEssence": true, + "variationBelow": 5.0, + "variationAbove": 40.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "averageHeight": 64.0, + "topBlock": { + "block": "minecraft:grass", + "properties": { + "snowy": "false" + } + }, + "fogColor": 11925759, + "canGenerateVillages": false, + "canSpawnInBiome": true, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "bamboo": { + "minHeight": 1, + "with": { + "block": "biomesoplenty:bamboo", + "properties": { + "age": "0" + } + }, + "generationAttempts": 24, + "amountPerChunk": 0.2, + "maxHeight": 3, + "enable": true, + "randomDirection": false + }, + "sand": { + "with": { + "block": "biomesoplenty:white_sand", + "properties": {} + }, + "maxRadius": 7, + "amountPerChunk": 10.0, + "enable": true + }, + "leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "leafpile" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.1, + "enable": true + }, + "melons": { + "with": { + "block": "minecraft:melon_block", + "properties": {} + }, + "generationAttempts": 32, + "amountPerChunk": 0.015625, + "enable": true + }, + "flowers": { + "amountPerChunk": 2.0, + "enable": true, + "generators": {} + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "grass": { + "amountPerChunk": 3.5, + "enable": true, + "generators": {} + }, + "topaz": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "topaz" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "sprouts": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "sprout" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.1, + "enable": true + }, + "trees": { + "amountPerChunk": 25.0, + "enable": true, + "generators": {} + } + }, + "weights": {} +} \ No newline at end of file diff --git a/config/biomesoplenty/biomes/defaults/biomesoplenty/tropical_rainforest.json b/config/biomesoplenty/biomes/defaults/biomesoplenty/tropical_rainforest.json new file mode 100644 index 00000000..9116e668 --- /dev/null +++ b/config/biomesoplenty/biomes/defaults/biomesoplenty/tropical_rainforest.json @@ -0,0 +1,282 @@ +{ + "canGenerateRivers": true, + "beachBiomeLocation": "minecraft:beaches", + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": true, + "variationBelow": 10.0, + "variationAbove": 25.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "averageHeight": 67.0, + "topBlock": { + "block": "minecraft:grass", + "properties": { + "snowy": "false" + } + }, + "fogColor": -1, + "canGenerateVillages": false, + "canSpawnInBiome": false, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "leafpile" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.2, + "enable": true + }, + "flowers": { + "amountPerChunk": 1.5, + "enable": true, + "generators": {} + }, + "melons": { + "with": { + "block": "minecraft:melon_block", + "properties": {} + }, + "generationAttempts": 32, + "amountPerChunk": 0.015625, + "enable": true + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "medium_lily": { + "with": { + "block": "biomesoplenty:waterlily", + "properties": { + "variant": "medium" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.3, + "enable": true + }, + "double_fern": { + "with": { + "block": "minecraft:double_plant", + "properties": { + "facing": "north", + "half": "lower", + "variant": "double_fern" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.2, + "enable": true, + "withTop": { + "block": "minecraft:double_plant", + "properties": { + "facing": "north", + "half": "upper", + "variant": "sunflower" + } + } + }, + "brown_mushrooms": { + "with": { + "block": "minecraft:brown_mushroom", + "properties": {} + }, + "generationAttempts": 16, + "amountPerChunk": 0.2, + "enable": true + }, + "quicksand": { + "liquid": { + "block": "biomesoplenty:sand", + "properties": { + "level": "0" + } + }, + "amountPerChunk": 0.2, + "enable": true, + "grassBorderWith": { + "block": "minecraft:grass", + "properties": { + "snowy": "false" + } + } + }, + "algae": { + "with": { + "block": "biomesoplenty:coral", + "properties": { + "level": "15", + "variant": "algae" + } + }, + "generationAttempts": 32, + "amountPerChunk": 3.0, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "trees": { + "amountPerChunk": 15.0, + "enable": true, + "generators": {} + }, + "small_lily": { + "with": { + "block": "biomesoplenty:waterlily", + "properties": { + "variant": "small" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.5, + "enable": true + }, + "poison_ivy": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "poisonivy" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.1, + "enable": true + }, + "flower_lily": { + "with": { + "block": "biomesoplenty:waterlily", + "properties": { + "variant": "flower" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.25, + "enable": true + }, + "sand": { + "with": { + "block": "minecraft:sand", + "properties": { + "variant": "sand" + } + }, + "maxRadius": 7, + "amountPerChunk": 3.0, + "enable": true + }, + "rafflesia": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "rafflesia" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.1, + "enable": true + }, + "grass": { + "amountPerChunk": 3.5, + "enable": true, + "generators": {} + }, + "lily": { + "with": { + "block": "minecraft:waterlily", + "properties": {} + }, + "generationAttempts": 32, + "amountPerChunk": 0.5, + "enable": true + }, + "topaz": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "topaz" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + }, + "tiny_lily": { + "with": { + "block": "biomesoplenty:waterlily", + "properties": { + "variant": "tiny" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.5, + "enable": true + }, + "sprouts": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "sprout" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.5, + "enable": true + }, + "red_mushrooms": { + "with": { + "block": "minecraft:red_mushroom", + "properties": {} + }, + "generationAttempts": 16, + "amountPerChunk": 0.1, + "enable": true + } + }, + "weights": { + "tropical": 5 + } +} \ No newline at end of file diff --git a/config/biomesoplenty/biomes/defaults/biomesoplenty/tundra.json b/config/biomesoplenty/biomes/defaults/biomesoplenty/tundra.json new file mode 100644 index 00000000..bab4189e --- /dev/null +++ b/config/biomesoplenty/biomes/defaults/biomesoplenty/tundra.json @@ -0,0 +1,166 @@ +{ + "canGenerateRivers": false, + "beachBiomeLocation": "biomesoplenty:gravel_beach", + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": true, + "variationBelow": 5.0, + "variationAbove": 10.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "biomesoplenty:dirt", + "properties": { + "coarse": "false", + "variant": "silty" + } + }, + "averageHeight": 64.0, + "topBlock": { + "block": "biomesoplenty:grass", + "properties": { + "snowy": "false", + "variant": "silty" + } + }, + "fogColor": -1, + "canGenerateVillages": false, + "canSpawnInBiome": false, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "gravel": { + "with": { + "block": "minecraft:gravel", + "properties": {} + }, + "maxRadius": 7, + "amountPerChunk": 12.0, + "enable": true + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "dead_leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "deadleafpile" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.3, + "enable": true + }, + "grass": { + "amountPerChunk": 1.5, + "enable": true, + "generators": {} + }, + "small_boulders": { + "with": { + "block": "minecraft:cobblestone", + "properties": {} + }, + "generationAttempts": 32, + "amountPerChunk": 0.3, + "enable": true + }, + "large_boulders": { + "with": { + "block": "minecraft:cobblestone", + "properties": {} + }, + "numBalls": 3, + "amountPerChunk": 0.15, + "enable": true, + "radiusFalloff": 0.5, + "innerRadius": 1.0 + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "lakes": { + "liquid": { + "block": "minecraft:water", + "properties": { + "level": "0" + } + }, + "amountPerChunk": 0.1, + "enable": true, + "frozenLiquid": { + "block": "minecraft:ice", + "properties": {} + }, + "grassBorderWith": { + "block": "biomesoplenty:grass", + "properties": { + "snowy": "false", + "variant": "silty" + } + } + }, + "trees": { + "amountPerChunk": 4.0, + "enable": true, + "generators": {} + }, + "water_reeds": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "reed" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.2, + "enable": true + }, + "tanzanite": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "tanzanite" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + } + }, + "weights": { + "tundra": 10 + } +} \ No newline at end of file diff --git a/config/biomesoplenty/biomes/defaults/biomesoplenty/undergarden.json b/config/biomesoplenty/biomes/defaults/biomesoplenty/undergarden.json new file mode 100644 index 00000000..c78faa89 --- /dev/null +++ b/config/biomesoplenty/biomes/defaults/biomesoplenty/undergarden.json @@ -0,0 +1,124 @@ +{ + "wallBlock": { + "block": "minecraft:netherrack", + "properties": {} + }, + "fillerBlock": { + "block": "minecraft:netherrack", + "properties": {} + }, + "skyColor": -1, + "topBlock": { + "block": "biomesoplenty:grass", + "properties": { + "snowy": "false", + "variant": "overgrown_netherrack" + } + }, + "fogColor": -1, + "fogDensity": 1.0, + "roofTopBlock": { + "block": "minecraft:netherrack", + "properties": {} + }, + "hasBiomeEssence": false, + "roofFillerBlock": { + "block": "minecraft:netherrack", + "properties": {} + }, + "generators": { + "hive": { + "maxRadius": 9, + "bottomExtra": 4, + "amountPerChunk": 0.2, + "enable": true, + "halfHeight": 7, + "emptyChance": 0.25, + "layerSize": 3 + }, + "netherrack_splatter": { + "with": { + "block": "minecraft:netherrack", + "properties": {} + }, + "generationAttempts": 128, + "amountPerChunk": 7.0, + "enable": true + }, + "flowers": { + "amountPerChunk": 1.0, + "enable": true, + "generators": {} + }, + "brown_mushrooms": { + "with": { + "block": "minecraft:brown_mushroom", + "properties": {} + }, + "generationAttempts": 16, + "amountPerChunk": 1.0, + "enable": true + }, + "grass": { + "amountPerChunk": 15.0, + "enable": true, + "generators": {} + }, + "red_mushrooms": { + "with": { + "block": "minecraft:red_mushroom", + "properties": {} + }, + "generationAttempts": 16, + "amountPerChunk": 2.0, + "enable": true + }, + "ivy": { + "minHeight": 8, + "with": { + "block": "biomesoplenty:ivy", + "properties": { + "east": "false", + "north": "false", + "south": "false", + "up": "false", + "west": "false" + } + }, + "generationAttempts": 128, + "amountPerChunk": 25.0, + "maxHeight": 20, + "enable": true + }, + "trees": { + "amountPerChunk": 15.0, + "enable": true, + "generators": {} + }, + "flat_mushroom": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "flat_mushroom" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.5, + "enable": true + }, + "toadstools": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "toadstool" + } + }, + "generationAttempts": 16, + "amountPerChunk": 1.5, + "enable": true + } + }, + "weights": { + "hell": 5 + } +} \ No newline at end of file diff --git a/config/biomesoplenty/biomes/defaults/biomesoplenty/visceral_heap.json b/config/biomesoplenty/biomes/defaults/biomesoplenty/visceral_heap.json new file mode 100644 index 00000000..e0efbe7f --- /dev/null +++ b/config/biomesoplenty/biomes/defaults/biomesoplenty/visceral_heap.json @@ -0,0 +1,89 @@ +{ + "wallBlock": { + "block": "biomesoplenty:flesh", + "properties": {} + }, + "fillerBlock": { + "block": "biomesoplenty:flesh", + "properties": {} + }, + "skyColor": -1, + "topBlock": { + "block": "biomesoplenty:flesh", + "properties": {} + }, + "fogColor": -1, + "fogDensity": 1.0, + "roofTopBlock": { + "block": "minecraft:netherrack", + "properties": {} + }, + "hasBiomeEssence": false, + "roofFillerBlock": { + "block": "minecraft:netherrack", + "properties": {} + }, + "generators": { + "hive": { + "maxRadius": 9, + "bottomExtra": 4, + "amountPerChunk": 0.2, + "enable": true, + "halfHeight": 7, + "emptyChance": 0.25, + "layerSize": 3 + }, + "blood_pools": { + "liquid": { + "block": "biomesoplenty:blood", + "properties": { + "level": "0" + } + }, + "amountPerChunk": 6.0, + "enable": true, + "grassBorderWith": { + "block": "minecraft:grass", + "properties": { + "snowy": "false" + } + } + }, + "eyebulbs": { + "with": { + "block": "biomesoplenty:double_plant", + "properties": { + "half": "lower", + "variant": "eyebulb" + } + }, + "generationAttempts": 16, + "amountPerChunk": 1.0, + "enable": true, + "withTop": { + "block": "biomesoplenty:double_plant", + "properties": { + "half": "upper", + "variant": "eyebulb" + } + } + }, + "bones": { + "minHeight": 1, + "with": { + "block": "minecraft:bone_block", + "properties": { + "axis": "y" + } + }, + "generationAttempts": 12, + "amountPerChunk": 1.5, + "maxHeight": 4, + "enable": true, + "randomDirection": false + } + }, + "weights": { + "hell": 5 + } +} \ No newline at end of file diff --git a/config/biomesoplenty/biomes/defaults/biomesoplenty/volcanic_island.json b/config/biomesoplenty/biomes/defaults/biomesoplenty/volcanic_island.json new file mode 100644 index 00000000..d91376f7 --- /dev/null +++ b/config/biomesoplenty/biomes/defaults/biomesoplenty/volcanic_island.json @@ -0,0 +1,102 @@ +{ + "canGenerateRivers": false, + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": true, + "variationBelow": 50.0, + "variationAbove": 50.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "biomesoplenty:ash_block", + "properties": {} + }, + "averageHeight": 120.0, + "topBlock": { + "block": "biomesoplenty:ash_block", + "properties": {} + }, + "fogColor": -1, + "canGenerateVillages": false, + "canSpawnInBiome": false, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "lava_lakes": { + "lineWith": { + "block": "minecraft:stone", + "properties": { + "variant": "stone" + } + }, + "liquid": { + "block": "minecraft:lava", + "properties": { + "level": "0" + } + }, + "amountPerChunk": 2.5, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "lava_flows": { + "with": { + "block": "minecraft:flowing_lava", + "properties": { + "level": "0" + } + }, + "amountPerChunk": 0.1, + "enable": true, + "splotchSize": 12 + }, + "ruby": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "ruby" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + } + }, + "weights": {} +} \ No newline at end of file diff --git a/config/biomesoplenty/biomes/defaults/biomesoplenty/wasteland.json b/config/biomesoplenty/biomes/defaults/biomesoplenty/wasteland.json new file mode 100644 index 00000000..e0d86287 --- /dev/null +++ b/config/biomesoplenty/biomes/defaults/biomesoplenty/wasteland.json @@ -0,0 +1,140 @@ +{ + "canGenerateRivers": false, + "skyColor": -1, + "fogDensity": 0.5, + "hasBiomeEssence": true, + "variationBelow": 1.0, + "variationAbove": 5.0, + "seaFloorBlock": { + "block": "biomesoplenty:dried_sand", + "properties": {} + }, + "fillerBlock": { + "block": "biomesoplenty:dried_sand", + "properties": {} + }, + "averageHeight": 66.0, + "topBlock": { + "block": "biomesoplenty:dried_sand", + "properties": {} + }, + "fogColor": 14409153, + "canGenerateVillages": false, + "canSpawnInBiome": false, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "flowers": { + "amountPerChunk": 0.05, + "enable": true, + "generators": {} + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "dead_grass": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "deadgrass" + } + }, + "generationAttempts": 32, + "amountPerChunk": 1.0, + "enable": true + }, + "poison_lakes": { + "liquid": { + "block": "biomesoplenty:poison", + "properties": { + "level": "0" + } + }, + "amountPerChunk": 0.05, + "enable": true, + "grassBorderWith": { + "block": "minecraft:grass", + "properties": { + "snowy": "false" + } + } + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "lakes": { + "liquid": { + "block": "minecraft:water", + "properties": { + "level": "0" + } + }, + "amountPerChunk": 0.05, + "enable": true, + "frozenLiquid": { + "block": "minecraft:ice", + "properties": {} + }, + "grassBorderWith": { + "block": "biomesoplenty:dried_sand", + "properties": {} + } + }, + "desertgrass": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "desertgrass" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.5, + "enable": true + }, + "trees": { + "amountPerChunk": 0.3, + "enable": true, + "generators": {} + }, + "ruby": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "ruby" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + } + }, + "weights": { + "wasteland": 50 + } +} \ No newline at end of file diff --git a/config/biomesoplenty/biomes/defaults/biomesoplenty/wetland.json b/config/biomesoplenty/biomes/defaults/biomesoplenty/wetland.json new file mode 100644 index 00000000..17e04661 --- /dev/null +++ b/config/biomesoplenty/biomes/defaults/biomesoplenty/wetland.json @@ -0,0 +1,326 @@ +{ + "canGenerateRivers": false, + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": true, + "variationBelow": 5.0, + "variationAbove": 15.0, + "seaFloorBlock": { + "block": "biomesoplenty:mud", + "properties": { + "variant": "mud" + } + }, + "fillerBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "averageHeight": 63.0, + "topBlock": { + "block": "minecraft:grass", + "properties": { + "snowy": "false" + } + }, + "fogColor": -1, + "canGenerateVillages": false, + "canSpawnInBiome": true, + "generators": { + "cattail": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "cattail" + } + }, + "generationAttempts": 32, + "amountPerChunk": 8.0, + "enable": true + }, + "medium_lily": { + "with": { + "block": "biomesoplenty:waterlily", + "properties": { + "variant": "medium" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.3, + "enable": true + }, + "dead_leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "deadleafpile" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.2, + "enable": true + }, + "brown_mushrooms": { + "with": { + "block": "minecraft:brown_mushroom", + "properties": {} + }, + "generationAttempts": 16, + "amountPerChunk": 0.5, + "enable": true + }, + "algae": { + "with": { + "block": "biomesoplenty:coral", + "properties": { + "level": "15", + "variant": "algae" + } + }, + "generationAttempts": 32, + "amountPerChunk": 3.0, + "enable": true + }, + "trees": { + "amountPerChunk": 10.0, + "enable": true, + "generators": {} + }, + "small_lily": { + "with": { + "block": "biomesoplenty:waterlily", + "properties": { + "variant": "small" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.5, + "enable": true + }, + "flower_lily": { + "with": { + "block": "biomesoplenty:waterlily", + "properties": { + "variant": "flower" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.35, + "enable": true + }, + "koru": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "koru" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.3, + "enable": true + }, + "grass": { + "amountPerChunk": 3.0, + "enable": true, + "generators": {} + }, + "blue_milk_caps": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "blue_milk_cap" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.1, + "enable": true + }, + "double_cattail": { + "with": { + "block": "biomesoplenty:double_plant", + "properties": { + "half": "lower", + "variant": "tall_cattail" + } + }, + "generationAttempts": 32, + "amountPerChunk": 10.0, + "enable": true, + "withTop": { + "block": "biomesoplenty:double_plant", + "properties": { + "half": "upper", + "variant": "tall_cattail" + } + } + }, + "tiny_lily": { + "with": { + "block": "biomesoplenty:waterlily", + "properties": { + "variant": "tiny" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.5, + "enable": true + }, + "red_mushrooms": { + "with": { + "block": "minecraft:red_mushroom", + "properties": {} + }, + "generationAttempts": 16, + "amountPerChunk": 0.3, + "enable": true + }, + "flat_mushroom": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "flat_mushroom" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.1, + "enable": true + }, + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "leafpile" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.5, + "enable": true + }, + "flowers": { + "amountPerChunk": 0.7, + "enable": true, + "generators": {} + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "malachite": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "malachite" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + }, + "water_reeds": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "reed" + } + }, + "generationAttempts": 32, + "amountPerChunk": 1.0, + "enable": true + }, + "toadstools": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "toadstool" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.3, + "enable": true + }, + "sugar_cane": { + "minHeight": 1, + "with": { + "block": "minecraft:reeds", + "properties": { + "age": "0" + } + }, + "generationAttempts": 24, + "amountPerChunk": 1.0, + "maxHeight": 3, + "enable": true, + "randomDirection": false + }, + "lily": { + "with": { + "block": "minecraft:waterlily", + "properties": {} + }, + "generationAttempts": 32, + "amountPerChunk": 0.5, + "enable": true + }, + "mud": { + "with": { + "block": "biomesoplenty:mud", + "properties": { + "variant": "mud" + } + }, + "maxRadius": 8, + "amountPerChunk": 6.0, + "enable": true + }, + "river_cane": { + "minHeight": 1, + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "rivercane" + } + }, + "generationAttempts": 24, + "amountPerChunk": 2.0, + "maxHeight": 3, + "enable": true, + "randomDirection": false + } + }, + "weights": { + "wet_temperate": 7, + "cold_swamp": 5 + } +} \ No newline at end of file diff --git a/config/biomesoplenty/biomes/defaults/biomesoplenty/white_beach.json b/config/biomesoplenty/biomes/defaults/biomesoplenty/white_beach.json new file mode 100644 index 00000000..77f37143 --- /dev/null +++ b/config/biomesoplenty/biomes/defaults/biomesoplenty/white_beach.json @@ -0,0 +1,64 @@ +{ + "canGenerateRivers": true, + "beachBiomeLocation": "minecraft:beaches", + "skyColor": 507391, + "fogDensity": 1.0, + "hasBiomeEssence": false, + "variationBelow": 1.0, + "variationAbove": 1.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "biomesoplenty:white_sand", + "properties": {} + }, + "averageHeight": 64.0, + "topBlock": { + "block": "biomesoplenty:white_sand", + "properties": {} + }, + "fogColor": 11925759, + "canGenerateVillages": false, + "canSpawnInBiome": false, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + } + }, + "weights": {} +} \ No newline at end of file diff --git a/config/biomesoplenty/biomes/defaults/biomesoplenty/woodland.json b/config/biomesoplenty/biomes/defaults/biomesoplenty/woodland.json new file mode 100644 index 00000000..3ee0b988 --- /dev/null +++ b/config/biomesoplenty/biomes/defaults/biomesoplenty/woodland.json @@ -0,0 +1,214 @@ +{ + "canGenerateRivers": true, + "beachBiomeLocation": "biomesoplenty:gravel_beach", + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": true, + "variationBelow": 6.0, + "variationAbove": 25.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "averageHeight": 64.0, + "topBlock": { + "block": "minecraft:grass", + "properties": { + "snowy": "false" + } + }, + "fogColor": -1, + "canGenerateVillages": true, + "canSpawnInBiome": true, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "leafpile" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.0, + "enable": true + }, + "flowers": { + "amountPerChunk": 0.4, + "enable": true, + "generators": {} + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "dead_leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "deadleafpile" + } + }, + "generationAttempts": 64, + "amountPerChunk": 2.0, + "enable": true + }, + "amber": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "amber" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "trees": { + "amountPerChunk": 10.0, + "enable": true, + "generators": {} + }, + "water_reeds": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "reed" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.8, + "enable": true + }, + "toadstools": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "toadstool" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.3, + "enable": true + }, + "poison_ivy": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "poisonivy" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.1, + "enable": true + }, + "gravel": { + "with": { + "block": "minecraft:gravel", + "properties": {} + }, + "maxRadius": 7, + "amountPerChunk": 4.0, + "enable": true + }, + "sand": { + "with": { + "block": "minecraft:sand", + "properties": { + "variant": "sand" + } + }, + "maxRadius": 7, + "amountPerChunk": 3.0, + "enable": true + }, + "flax": { + "with": { + "block": "biomesoplenty:double_plant", + "properties": { + "half": "lower", + "variant": "flax" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.1, + "enable": true, + "withTop": { + "block": "biomesoplenty:double_plant", + "properties": { + "half": "upper", + "variant": "flax" + } + } + }, + "grass": { + "amountPerChunk": 1.4, + "enable": true, + "generators": {} + }, + "berry_bushes": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "berrybush" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.1, + "enable": true + }, + "flat_mushroom": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "flat_mushroom" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.1, + "enable": true + } + }, + "weights": { + "warm_temperate": 10 + } +} \ No newline at end of file diff --git a/config/biomesoplenty/biomes/defaults/biomesoplenty/xeric_shrubland.json b/config/biomesoplenty/biomes/defaults/biomesoplenty/xeric_shrubland.json new file mode 100644 index 00000000..ab7b1143 --- /dev/null +++ b/config/biomesoplenty/biomes/defaults/biomesoplenty/xeric_shrubland.json @@ -0,0 +1,145 @@ +{ + "canGenerateRivers": true, + "beachBiomeLocation": "minecraft:beaches", + "skyColor": -1, + "fogDensity": 1.0, + "hasBiomeEssence": true, + "variationBelow": 1.0, + "variationAbove": 5.0, + "seaFloorBlock": { + "block": "minecraft:dirt", + "properties": { + "snowy": "false", + "variant": "dirt" + } + }, + "fillerBlock": { + "block": "minecraft:sand", + "properties": { + "variant": "sand" + } + }, + "averageHeight": 64.0, + "topBlock": { + "block": "minecraft:sand", + "properties": { + "variant": "sand" + } + }, + "fogColor": -1, + "canGenerateVillages": true, + "canSpawnInBiome": false, + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "dunegrass": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "dunegrass" + } + }, + "generationAttempts": 8, + "amountPerChunk": 10.0, + "enable": true + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "dead_bushes": { + "with": { + "block": "minecraft:deadbush", + "properties": {} + }, + "generationAttempts": 32, + "amountPerChunk": 1.0, + "enable": true + }, + "grass": { + "amountPerChunk": 1.0, + "enable": true, + "generators": {} + }, + "desert_sprouts": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "desertsprouts" + } + }, + "generationAttempts": 8, + "amountPerChunk": 4.0, + "enable": true + }, + "bromeliad": { + "with": { + "block": "biomesoplenty:flower_0", + "properties": { + "variant": "bromeliad" + } + }, + "generationAttempts": 8, + "amountPerChunk": 0.2, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "desertgrass": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "desertgrass" + } + }, + "generationAttempts": 8, + "amountPerChunk": 2.0, + "enable": true + }, + "trees": { + "amountPerChunk": 1.0, + "enable": true, + "generators": {} + }, + "ruby": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "ruby" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + } + }, + "weights": { + "hot_desert": 3 + } +} \ No newline at end of file diff --git a/config/biomesoplenty/biomes/defaults/vanilla/beaches.json b/config/biomesoplenty/biomes/defaults/vanilla/beaches.json new file mode 100644 index 00000000..4c9c3fc1 --- /dev/null +++ b/config/biomesoplenty/biomes/defaults/vanilla/beaches.json @@ -0,0 +1,57 @@ +{ + "beachBiomeLocation": "minecraft:beaches", + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "sea_oats": { + "with": { + "block": "biomesoplenty:double_plant", + "properties": { + "half": "lower", + "variant": "sea_oats" + } + }, + "generationAttempts": 96, + "amountPerChunk": 6.0, + "enable": true, + "withTop": { + "block": "biomesoplenty:double_plant", + "properties": { + "half": "upper", + "variant": "sea_oats" + } + } + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + } + } +} \ No newline at end of file diff --git a/config/biomesoplenty/biomes/defaults/vanilla/birch_forest.json b/config/biomesoplenty/biomes/defaults/vanilla/birch_forest.json new file mode 100644 index 00000000..6aff7e32 --- /dev/null +++ b/config/biomesoplenty/biomes/defaults/vanilla/birch_forest.json @@ -0,0 +1,134 @@ +{ + "beachBiomeLocation": "biomesoplenty:gravel_beach", + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "leafpile" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.3, + "enable": true + }, + "flax": { + "with": { + "block": "biomesoplenty:double_plant", + "properties": { + "half": "lower", + "variant": "flax" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.1, + "enable": true, + "withTop": { + "block": "biomesoplenty:double_plant", + "properties": { + "half": "upper", + "variant": "flax" + } + } + }, + "flowers": { + "amountPerChunk": 0.1, + "enable": true, + "generators": {} + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "dead_leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "deadleafpile" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.3, + "enable": true + }, + "clover_patches": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "cloverpatch" + } + }, + "generationAttempts": 128, + "amountPerChunk": 0.05, + "enable": true + }, + "grass": { + "amountPerChunk": 0.5, + "enable": true, + "generators": {} + }, + "amber": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "amber" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "toadstools": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "toadstool" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.1, + "enable": true + }, + "poison_ivy": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "poisonivy" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.1, + "enable": true + } + } +} \ No newline at end of file diff --git a/config/biomesoplenty/biomes/defaults/vanilla/birch_forest_hills.json b/config/biomesoplenty/biomes/defaults/vanilla/birch_forest_hills.json new file mode 100644 index 00000000..6aff7e32 --- /dev/null +++ b/config/biomesoplenty/biomes/defaults/vanilla/birch_forest_hills.json @@ -0,0 +1,134 @@ +{ + "beachBiomeLocation": "biomesoplenty:gravel_beach", + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "leafpile" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.3, + "enable": true + }, + "flax": { + "with": { + "block": "biomesoplenty:double_plant", + "properties": { + "half": "lower", + "variant": "flax" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.1, + "enable": true, + "withTop": { + "block": "biomesoplenty:double_plant", + "properties": { + "half": "upper", + "variant": "flax" + } + } + }, + "flowers": { + "amountPerChunk": 0.1, + "enable": true, + "generators": {} + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "dead_leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "deadleafpile" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.3, + "enable": true + }, + "clover_patches": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "cloverpatch" + } + }, + "generationAttempts": 128, + "amountPerChunk": 0.05, + "enable": true + }, + "grass": { + "amountPerChunk": 0.5, + "enable": true, + "generators": {} + }, + "amber": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "amber" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "toadstools": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "toadstool" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.1, + "enable": true + }, + "poison_ivy": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "poisonivy" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.1, + "enable": true + } + } +} \ No newline at end of file diff --git a/config/biomesoplenty/biomes/defaults/vanilla/desert.json b/config/biomesoplenty/biomes/defaults/vanilla/desert.json new file mode 100644 index 00000000..0db02f0b --- /dev/null +++ b/config/biomesoplenty/biomes/defaults/vanilla/desert.json @@ -0,0 +1,77 @@ +{ + "beachBiomeLocation": "minecraft:beaches", + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "tiny_cacti": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "tinycactus" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.25, + "enable": true + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "quicksand": { + "liquid": { + "block": "biomesoplenty:sand", + "properties": { + "level": "0" + } + }, + "amountPerChunk": 0.2, + "enable": true, + "grassBorderWith": { + "block": "minecraft:grass", + "properties": { + "snowy": "false" + } + } + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "ruby": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "ruby" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + } + } +} \ No newline at end of file diff --git a/config/biomesoplenty/biomes/defaults/vanilla/desert_hills.json b/config/biomesoplenty/biomes/defaults/vanilla/desert_hills.json new file mode 100644 index 00000000..3e311b8c --- /dev/null +++ b/config/biomesoplenty/biomes/defaults/vanilla/desert_hills.json @@ -0,0 +1,61 @@ +{ + "beachBiomeLocation": "minecraft:beaches", + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "tiny_cacti": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "tinycactus" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.25, + "enable": true + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "ruby": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "ruby" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + } + } +} \ No newline at end of file diff --git a/config/biomesoplenty/biomes/defaults/vanilla/extreme_hills.json b/config/biomesoplenty/biomes/defaults/vanilla/extreme_hills.json new file mode 100644 index 00000000..e859f53a --- /dev/null +++ b/config/biomesoplenty/biomes/defaults/vanilla/extreme_hills.json @@ -0,0 +1,70 @@ +{ + "beachBiomeLocation": "minecraft:beaches", + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "leafpile" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.1, + "enable": true + }, + "flowers": { + "amountPerChunk": 0.2, + "enable": true, + "generators": {} + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "dead_leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "deadleafpile" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.3, + "enable": true + }, + "grass": { + "amountPerChunk": 0.1, + "enable": true, + "generators": {} + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + } + } +} \ No newline at end of file diff --git a/config/biomesoplenty/biomes/defaults/vanilla/extreme_hills_with_trees.json b/config/biomesoplenty/biomes/defaults/vanilla/extreme_hills_with_trees.json new file mode 100644 index 00000000..e859f53a --- /dev/null +++ b/config/biomesoplenty/biomes/defaults/vanilla/extreme_hills_with_trees.json @@ -0,0 +1,70 @@ +{ + "beachBiomeLocation": "minecraft:beaches", + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "leafpile" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.1, + "enable": true + }, + "flowers": { + "amountPerChunk": 0.2, + "enable": true, + "generators": {} + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "dead_leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "deadleafpile" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.3, + "enable": true + }, + "grass": { + "amountPerChunk": 0.1, + "enable": true, + "generators": {} + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + } + } +} \ No newline at end of file diff --git a/config/biomesoplenty/biomes/defaults/vanilla/forest.json b/config/biomesoplenty/biomes/defaults/vanilla/forest.json new file mode 100644 index 00000000..fe220785 --- /dev/null +++ b/config/biomesoplenty/biomes/defaults/vanilla/forest.json @@ -0,0 +1,156 @@ +{ + "beachBiomeLocation": "biomesoplenty:gravel_beach", + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "leafpile" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.3, + "enable": true + }, + "flowers": { + "amountPerChunk": 0.1, + "enable": true, + "generators": {} + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "dead_leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "deadleafpile" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.1, + "enable": true + }, + "amber": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "amber" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "toadstools": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "toadstool" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.2, + "enable": true + }, + "poison_ivy": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "poisonivy" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.1, + "enable": true + }, + "flax": { + "with": { + "block": "biomesoplenty:double_plant", + "properties": { + "half": "lower", + "variant": "flax" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.1, + "enable": true, + "withTop": { + "block": "biomesoplenty:double_plant", + "properties": { + "half": "upper", + "variant": "flax" + } + } + }, + "grass": { + "amountPerChunk": 0.2, + "enable": true, + "generators": {} + }, + "berry_bushes": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "berrybush" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.1, + "enable": true + }, + "blue_milk_caps": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "blue_milk_cap" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.1, + "enable": true + }, + "sprouts": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "sprout" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.2, + "enable": true + } + } +} \ No newline at end of file diff --git a/config/biomesoplenty/biomes/defaults/vanilla/forest_hills.json b/config/biomesoplenty/biomes/defaults/vanilla/forest_hills.json new file mode 100644 index 00000000..f5f8825c --- /dev/null +++ b/config/biomesoplenty/biomes/defaults/vanilla/forest_hills.json @@ -0,0 +1,156 @@ +{ + "beachBiomeLocation": "biomesoplenty:gravel_beach", + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "leafpile" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.3, + "enable": true + }, + "flowers": { + "amountPerChunk": 0.1, + "enable": true, + "generators": {} + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "dead_leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "deadleafpile" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.1, + "enable": true + }, + "amber": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "amber" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "toadstools": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "toadstool" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.2, + "enable": true + }, + "poison_ivy": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "poisonivy" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.25, + "enable": true + }, + "flax": { + "with": { + "block": "biomesoplenty:double_plant", + "properties": { + "half": "lower", + "variant": "flax" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.1, + "enable": true, + "withTop": { + "block": "biomesoplenty:double_plant", + "properties": { + "half": "upper", + "variant": "flax" + } + } + }, + "grass": { + "amountPerChunk": 0.2, + "enable": true, + "generators": {} + }, + "berry_bushes": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "berrybush" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.1, + "enable": true + }, + "blue_milk_caps": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "blue_milk_cap" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.1, + "enable": true + }, + "sprouts": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "sprout" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.2, + "enable": true + } + } +} \ No newline at end of file diff --git a/config/biomesoplenty/biomes/defaults/vanilla/hell.json b/config/biomesoplenty/biomes/defaults/vanilla/hell.json new file mode 100644 index 00000000..92c24510 --- /dev/null +++ b/config/biomesoplenty/biomes/defaults/vanilla/hell.json @@ -0,0 +1,47 @@ +{ + "beachBiomeLocation": "minecraft:beaches", + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "hive": { + "maxRadius": 9, + "bottomExtra": 4, + "amountPerChunk": 0.2, + "enable": true, + "halfHeight": 7, + "emptyChance": 0.25, + "layerSize": 3 + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + } + } +} \ No newline at end of file diff --git a/config/biomesoplenty/biomes/defaults/vanilla/ice_flats.json b/config/biomesoplenty/biomes/defaults/vanilla/ice_flats.json new file mode 100644 index 00000000..8555983c --- /dev/null +++ b/config/biomesoplenty/biomes/defaults/vanilla/ice_flats.json @@ -0,0 +1,60 @@ +{ + "beachBiomeLocation": "minecraft:beaches", + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "flowers": { + "amountPerChunk": 0.1, + "enable": true, + "generators": {} + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "grass": { + "amountPerChunk": 0.1, + "enable": true, + "generators": {} + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "tanzanite": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "tanzanite" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + } + } +} \ No newline at end of file diff --git a/config/biomesoplenty/biomes/defaults/vanilla/ice_mountains.json b/config/biomesoplenty/biomes/defaults/vanilla/ice_mountains.json new file mode 100644 index 00000000..8555983c --- /dev/null +++ b/config/biomesoplenty/biomes/defaults/vanilla/ice_mountains.json @@ -0,0 +1,60 @@ +{ + "beachBiomeLocation": "minecraft:beaches", + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "flowers": { + "amountPerChunk": 0.1, + "enable": true, + "generators": {} + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "grass": { + "amountPerChunk": 0.1, + "enable": true, + "generators": {} + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "tanzanite": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "tanzanite" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + } + } +} \ No newline at end of file diff --git a/config/biomesoplenty/biomes/defaults/vanilla/jungle.json b/config/biomesoplenty/biomes/defaults/vanilla/jungle.json new file mode 100644 index 00000000..f777a487 --- /dev/null +++ b/config/biomesoplenty/biomes/defaults/vanilla/jungle.json @@ -0,0 +1,93 @@ +{ + "beachBiomeLocation": "minecraft:beaches", + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "leafpile" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.8, + "enable": true + }, + "flowers": { + "amountPerChunk": 1.5, + "enable": true, + "generators": {} + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "rafflesia": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "rafflesia" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.3, + "enable": true + }, + "grass": { + "amountPerChunk": 5.0, + "enable": true, + "generators": {} + }, + "topaz": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "topaz" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "sprouts": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "sprout" + } + }, + "generationAttempts": 32, + "amountPerChunk": 1.5, + "enable": true + } + } +} \ No newline at end of file diff --git a/config/biomesoplenty/biomes/defaults/vanilla/jungle_hills.json b/config/biomesoplenty/biomes/defaults/vanilla/jungle_hills.json new file mode 100644 index 00000000..f777a487 --- /dev/null +++ b/config/biomesoplenty/biomes/defaults/vanilla/jungle_hills.json @@ -0,0 +1,93 @@ +{ + "beachBiomeLocation": "minecraft:beaches", + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "leafpile" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.8, + "enable": true + }, + "flowers": { + "amountPerChunk": 1.5, + "enable": true, + "generators": {} + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "rafflesia": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "rafflesia" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.3, + "enable": true + }, + "grass": { + "amountPerChunk": 5.0, + "enable": true, + "generators": {} + }, + "topaz": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "topaz" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "sprouts": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "sprout" + } + }, + "generationAttempts": 32, + "amountPerChunk": 1.5, + "enable": true + } + } +} \ No newline at end of file diff --git a/config/biomesoplenty/biomes/defaults/vanilla/mesa.json b/config/biomesoplenty/biomes/defaults/vanilla/mesa.json new file mode 100644 index 00000000..b3301f81 --- /dev/null +++ b/config/biomesoplenty/biomes/defaults/vanilla/mesa.json @@ -0,0 +1,72 @@ +{ + "beachBiomeLocation": "minecraft:beaches", + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "tiny_cacti": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "tinycactus" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.1, + "enable": true + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "desertgrass": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "desertgrass" + } + }, + "generationAttempts": 8, + "amountPerChunk": 0.3, + "enable": true + }, + "ruby": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "ruby" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + } + } +} \ No newline at end of file diff --git a/config/biomesoplenty/biomes/defaults/vanilla/mesa_clear_rock.json b/config/biomesoplenty/biomes/defaults/vanilla/mesa_clear_rock.json new file mode 100644 index 00000000..b3301f81 --- /dev/null +++ b/config/biomesoplenty/biomes/defaults/vanilla/mesa_clear_rock.json @@ -0,0 +1,72 @@ +{ + "beachBiomeLocation": "minecraft:beaches", + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "tiny_cacti": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "tinycactus" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.1, + "enable": true + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "desertgrass": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "desertgrass" + } + }, + "generationAttempts": 8, + "amountPerChunk": 0.3, + "enable": true + }, + "ruby": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "ruby" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + } + } +} \ No newline at end of file diff --git a/config/biomesoplenty/biomes/defaults/vanilla/mushroom_island.json b/config/biomesoplenty/biomes/defaults/vanilla/mushroom_island.json new file mode 100644 index 00000000..5d76ae41 --- /dev/null +++ b/config/biomesoplenty/biomes/defaults/vanilla/mushroom_island.json @@ -0,0 +1,105 @@ +{ + "beachBiomeLocation": "minecraft:beaches", + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "blue_milk_caps": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "blue_milk_cap" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.2, + "enable": true + }, + "glowshrooms_surface": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.1, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "portobellos": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "portobello" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.3, + "enable": true + }, + "flat_mushroom": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "flat_mushroom" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.4, + "enable": true + }, + "toadstools": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "toadstool" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.5, + "enable": true + }, + "sapphire": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "sapphire" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + } + } +} \ No newline at end of file diff --git a/config/biomesoplenty/biomes/defaults/vanilla/mutated_forest.json b/config/biomesoplenty/biomes/defaults/vanilla/mutated_forest.json new file mode 100644 index 00000000..96df15bc --- /dev/null +++ b/config/biomesoplenty/biomes/defaults/vanilla/mutated_forest.json @@ -0,0 +1,139 @@ +{ + "beachBiomeLocation": "minecraft:beaches", + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "leaf_piles": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "leafpile" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.3, + "enable": true + }, + "flowers": { + "amountPerChunk": 0.5, + "enable": true, + "generators": {} + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "amber": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "amber" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "trees": { + "amountPerChunk": 1.5, + "enable": true, + "generators": {} + }, + "toadstools": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "toadstool" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.1, + "enable": true + }, + "flax": { + "with": { + "block": "biomesoplenty:double_plant", + "properties": { + "half": "lower", + "variant": "flax" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.05, + "enable": true, + "withTop": { + "block": "biomesoplenty:double_plant", + "properties": { + "half": "upper", + "variant": "flax" + } + } + }, + "grass": { + "amountPerChunk": 0.2, + "enable": true, + "generators": {} + }, + "berry_bushes": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "berrybush" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.1, + "enable": true + }, + "blue_milk_caps": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "blue_milk_cap" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.05, + "enable": true + }, + "sprouts": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "sprout" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.2, + "enable": true + } + } +} \ No newline at end of file diff --git a/config/biomesoplenty/biomes/defaults/vanilla/ocean.json b/config/biomesoplenty/biomes/defaults/vanilla/ocean.json new file mode 100644 index 00000000..db09736c --- /dev/null +++ b/config/biomesoplenty/biomes/defaults/vanilla/ocean.json @@ -0,0 +1,50 @@ +{ + "beachBiomeLocation": "minecraft:beaches", + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "sapphire": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "sapphire" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + } + } +} \ No newline at end of file diff --git a/config/biomesoplenty/biomes/defaults/vanilla/plains.json b/config/biomesoplenty/biomes/defaults/vanilla/plains.json new file mode 100644 index 00000000..8c618d25 --- /dev/null +++ b/config/biomesoplenty/biomes/defaults/vanilla/plains.json @@ -0,0 +1,60 @@ +{ + "beachBiomeLocation": "minecraft:beaches", + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "flowers": { + "amountPerChunk": 0.5, + "enable": true, + "generators": {} + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "grass": { + "amountPerChunk": 5.0, + "enable": true, + "generators": {} + }, + "peridot": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "peridot" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + } + } +} \ No newline at end of file diff --git a/config/biomesoplenty/biomes/defaults/vanilla/redwood_taiga.json b/config/biomesoplenty/biomes/defaults/vanilla/redwood_taiga.json new file mode 100644 index 00000000..ee6d3bc5 --- /dev/null +++ b/config/biomesoplenty/biomes/defaults/vanilla/redwood_taiga.json @@ -0,0 +1,60 @@ +{ + "beachBiomeLocation": "biomesoplenty:gravel_beach", + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "flowers": { + "amountPerChunk": 0.3, + "enable": true, + "generators": {} + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "grass": { + "amountPerChunk": 0.2, + "enable": true, + "generators": {} + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "tanzanite": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "tanzanite" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + } + } +} \ No newline at end of file diff --git a/config/biomesoplenty/biomes/defaults/vanilla/redwood_taiga_hills.json b/config/biomesoplenty/biomes/defaults/vanilla/redwood_taiga_hills.json new file mode 100644 index 00000000..ee6d3bc5 --- /dev/null +++ b/config/biomesoplenty/biomes/defaults/vanilla/redwood_taiga_hills.json @@ -0,0 +1,60 @@ +{ + "beachBiomeLocation": "biomesoplenty:gravel_beach", + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "flowers": { + "amountPerChunk": 0.3, + "enable": true, + "generators": {} + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "grass": { + "amountPerChunk": 0.2, + "enable": true, + "generators": {} + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "tanzanite": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "tanzanite" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + } + } +} \ No newline at end of file diff --git a/config/biomesoplenty/biomes/defaults/vanilla/roofed_forest.json b/config/biomesoplenty/biomes/defaults/vanilla/roofed_forest.json new file mode 100644 index 00000000..594c4314 --- /dev/null +++ b/config/biomesoplenty/biomes/defaults/vanilla/roofed_forest.json @@ -0,0 +1,66 @@ +{ + "beachBiomeLocation": "minecraft:beaches", + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "grass": { + "amountPerChunk": 0.3, + "enable": true, + "generators": {} + }, + "amber": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "amber" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "toadstools": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "toadstool" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.1, + "enable": true + } + } +} \ No newline at end of file diff --git a/config/biomesoplenty/biomes/defaults/vanilla/savanna.json b/config/biomesoplenty/biomes/defaults/vanilla/savanna.json new file mode 100644 index 00000000..0fd1855b --- /dev/null +++ b/config/biomesoplenty/biomes/defaults/vanilla/savanna.json @@ -0,0 +1,76 @@ +{ + "beachBiomeLocation": "minecraft:beaches", + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "flowers": { + "amountPerChunk": 0.8, + "enable": true, + "generators": {} + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "grass": { + "amountPerChunk": 4.0, + "enable": true, + "generators": {} + }, + "quicksand": { + "liquid": { + "block": "biomesoplenty:sand", + "properties": { + "level": "0" + } + }, + "amountPerChunk": 0.1, + "enable": true, + "grassBorderWith": { + "block": "minecraft:grass", + "properties": { + "snowy": "false" + } + } + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "ruby": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "ruby" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + } + } +} \ No newline at end of file diff --git a/config/biomesoplenty/biomes/defaults/vanilla/savanna_rock.json b/config/biomesoplenty/biomes/defaults/vanilla/savanna_rock.json new file mode 100644 index 00000000..2fdba63a --- /dev/null +++ b/config/biomesoplenty/biomes/defaults/vanilla/savanna_rock.json @@ -0,0 +1,60 @@ +{ + "beachBiomeLocation": "minecraft:beaches", + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "flowers": { + "amountPerChunk": 0.8, + "enable": true, + "generators": {} + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "grass": { + "amountPerChunk": 4.0, + "enable": true, + "generators": {} + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "ruby": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "ruby" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + } + } +} \ No newline at end of file diff --git a/config/biomesoplenty/biomes/defaults/vanilla/sky.json b/config/biomesoplenty/biomes/defaults/vanilla/sky.json new file mode 100644 index 00000000..94a62f9e --- /dev/null +++ b/config/biomesoplenty/biomes/defaults/vanilla/sky.json @@ -0,0 +1,71 @@ +{ + "beachBiomeLocation": "minecraft:beaches", + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "crystals": { + "maxDepth": 11, + "with": { + "block": "biomesoplenty:crystal", + "properties": {} + }, + "maxRadius": 7, + "generationAttempts": 1500, + "amountPerChunk": 12.0, + "enable": true + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "amethyst": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "amethyst" + } + }, + "amountPerChunk": 24.0, + "maxHeight": 32, + "enable": true + }, + "biome_essence": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:biome_block", + "properties": {} + }, + "amountPerChunk": 24.0, + "maxHeight": 32, + "enable": true + } + } +} \ No newline at end of file diff --git a/config/biomesoplenty/biomes/defaults/vanilla/swampland.json b/config/biomesoplenty/biomes/defaults/vanilla/swampland.json new file mode 100644 index 00000000..bbf1f0fa --- /dev/null +++ b/config/biomesoplenty/biomes/defaults/vanilla/swampland.json @@ -0,0 +1,195 @@ +{ + "beachBiomeLocation": "minecraft:beaches", + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "cattail": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "cattail" + } + }, + "generationAttempts": 32, + "amountPerChunk": 6.0, + "enable": true + }, + "flowers": { + "amountPerChunk": 0.6, + "enable": true, + "generators": {} + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "medium_lily": { + "with": { + "block": "biomesoplenty:waterlily", + "properties": { + "variant": "medium" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.1, + "enable": true + }, + "algae": { + "with": { + "block": "biomesoplenty:coral", + "properties": { + "level": "15", + "variant": "algae" + } + }, + "generationAttempts": 32, + "amountPerChunk": 10.0, + "enable": true + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "malachite": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "malachite" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + }, + "trees": { + "amountPerChunk": 0.5, + "enable": true, + "generators": {} + }, + "water_reeds": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "reed" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.3, + "enable": true + }, + "toadstools": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "toadstool" + } + }, + "generationAttempts": 16, + "amountPerChunk": 0.4, + "enable": true + }, + "small_lily": { + "with": { + "block": "biomesoplenty:waterlily", + "properties": { + "variant": "small" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.1, + "enable": true + }, + "flower_lily": { + "with": { + "block": "biomesoplenty:waterlily", + "properties": { + "variant": "flower" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.3, + "enable": true + }, + "koru": { + "with": { + "block": "biomesoplenty:plant_0", + "properties": { + "variant": "koru" + } + }, + "generationAttempts": 32, + "amountPerChunk": 1.2, + "enable": true + }, + "grass": { + "amountPerChunk": 0.2, + "enable": true, + "generators": {} + }, + "double_cattail": { + "with": { + "block": "biomesoplenty:double_plant", + "properties": { + "half": "lower", + "variant": "tall_cattail" + } + }, + "generationAttempts": 32, + "amountPerChunk": 8.0, + "enable": true, + "withTop": { + "block": "biomesoplenty:double_plant", + "properties": { + "half": "upper", + "variant": "tall_cattail" + } + } + }, + "tiny_lily": { + "with": { + "block": "biomesoplenty:waterlily", + "properties": { + "variant": "tiny" + } + }, + "generationAttempts": 32, + "amountPerChunk": 0.2, + "enable": true + }, + "mud": { + "with": { + "block": "biomesoplenty:mud", + "properties": { + "variant": "mud" + } + }, + "maxRadius": 7, + "amountPerChunk": 3.0, + "enable": true + } + } +} \ No newline at end of file diff --git a/config/biomesoplenty/biomes/defaults/vanilla/taiga.json b/config/biomesoplenty/biomes/defaults/vanilla/taiga.json new file mode 100644 index 00000000..ee6d3bc5 --- /dev/null +++ b/config/biomesoplenty/biomes/defaults/vanilla/taiga.json @@ -0,0 +1,60 @@ +{ + "beachBiomeLocation": "biomesoplenty:gravel_beach", + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "flowers": { + "amountPerChunk": 0.3, + "enable": true, + "generators": {} + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "grass": { + "amountPerChunk": 0.2, + "enable": true, + "generators": {} + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "tanzanite": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "tanzanite" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + } + } +} \ No newline at end of file diff --git a/config/biomesoplenty/biomes/defaults/vanilla/taiga_cold.json b/config/biomesoplenty/biomes/defaults/vanilla/taiga_cold.json new file mode 100644 index 00000000..c38bf918 --- /dev/null +++ b/config/biomesoplenty/biomes/defaults/vanilla/taiga_cold.json @@ -0,0 +1,60 @@ +{ + "beachBiomeLocation": "minecraft:beaches", + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "flowers": { + "amountPerChunk": 0.3, + "enable": true, + "generators": {} + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "grass": { + "amountPerChunk": 0.2, + "enable": true, + "generators": {} + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "tanzanite": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "tanzanite" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + } + } +} \ No newline at end of file diff --git a/config/biomesoplenty/biomes/defaults/vanilla/taiga_cold_hills.json b/config/biomesoplenty/biomes/defaults/vanilla/taiga_cold_hills.json new file mode 100644 index 00000000..c38bf918 --- /dev/null +++ b/config/biomesoplenty/biomes/defaults/vanilla/taiga_cold_hills.json @@ -0,0 +1,60 @@ +{ + "beachBiomeLocation": "minecraft:beaches", + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "flowers": { + "amountPerChunk": 0.3, + "enable": true, + "generators": {} + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "grass": { + "amountPerChunk": 0.2, + "enable": true, + "generators": {} + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "tanzanite": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "tanzanite" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + } + } +} \ No newline at end of file diff --git a/config/biomesoplenty/biomes/defaults/vanilla/taiga_hills.json b/config/biomesoplenty/biomes/defaults/vanilla/taiga_hills.json new file mode 100644 index 00000000..ee6d3bc5 --- /dev/null +++ b/config/biomesoplenty/biomes/defaults/vanilla/taiga_hills.json @@ -0,0 +1,60 @@ +{ + "beachBiomeLocation": "biomesoplenty:gravel_beach", + "generators": { + "glowshrooms": { + "with": { + "block": "biomesoplenty:mushroom", + "properties": { + "variant": "glowshroom" + } + }, + "generationAttempts": 64, + "amountPerChunk": 1.5, + "enable": true + }, + "flowers": { + "amountPerChunk": 0.3, + "enable": true, + "generators": {} + }, + "miners_delight": { + "with": { + "block": "biomesoplenty:flower_1", + "properties": { + "variant": "miners_delight" + } + }, + "generationAttempts": 64, + "amountPerChunk": 0.25, + "enable": true + }, + "grass": { + "amountPerChunk": 0.2, + "enable": true, + "generators": {} + }, + "roots": { + "with": { + "block": "biomesoplenty:plant_1", + "properties": { + "variant": "root" + } + }, + "generationAttempts": 32, + "amountPerChunk": 4.0, + "enable": true + }, + "tanzanite": { + "minHeight": 4, + "with": { + "block": "biomesoplenty:gem_ore", + "properties": { + "variant": "tanzanite" + } + }, + "amountPerChunk": 12.0, + "maxHeight": 32, + "enable": true + } + } +} \ No newline at end of file diff --git a/config/biomesoplenty/gameplay.cfg b/config/biomesoplenty/gameplay.cfg new file mode 100644 index 00000000..b648d29b --- /dev/null +++ b/config/biomesoplenty/gameplay.cfg @@ -0,0 +1,8 @@ +# Configuration file + +"convenience settings" { + # Require shears to be used to collect flower drops. [default: false] + B:"Flower Drops Need Shears"=false +} + + diff --git a/config/biomesoplenty/misc.cfg b/config/biomesoplenty/misc.cfg new file mode 100644 index 00000000..1db47a11 --- /dev/null +++ b/config/biomesoplenty/misc.cfg @@ -0,0 +1,17 @@ +# Configuration file + +"gui settings" { + # Use the Biomes O' Plenty World Type by default when selecting a world. [default: false] + B:"Default to BoP World Type"=true +} + + +"visual settings" { + # Override the main menu panorama and use ours instead (It's nicer!) [default: true] + B:"Enable Biomes O' Plenty Main Menu Panorama"=true + + # Enable fog colouring in some biomes. [default: true] + B:"Enable Fog Colouration"=true +} + + diff --git a/config/bloodarsenal/bloodarsenal.cfg b/config/bloodarsenal/bloodarsenal.cfg new file mode 100644 index 00000000..bd028539 --- /dev/null +++ b/config/bloodarsenal/bloodarsenal.cfg @@ -0,0 +1,267 @@ +# Configuration file + +########################################################################################################## +# blacklist +#--------------------------------------------------------------------------------------------------------# +# Blacklist options for various features +########################################################################################################## + +blacklist { + # Blacklists the loading of listed blocks. + # Use the registry name of the block. Vanilla blocks do not require the modid. + S:blockBlacklist < + > + + # Blacklists the loading of listed items. + # Use the registry name of the item. Vanilla items do not require the modid. + S:itemBlacklist < + > +} + + +########################################################################################################## +# compat +#--------------------------------------------------------------------------------------------------------# +# Options for different mod compatibilities +########################################################################################################## + +compat { + B:tconstructCompatEnabled=true +} + + +########################################################################################################## +# misc +#--------------------------------------------------------------------------------------------------------# +# Miscellaneous options +########################################################################################################## + +misc { + # Should be set to false when another mod adds in its own Ore-Dict glass shards + B:doGlassShardsDrop=true + + # Should glass/bleeding cause less drops + B:glassDeathLessDrops=true + + # The max range for anything that uses raytracing (Ender Sigil, Lightning Sigil, etc.) + # Min: 1.0 + # Max: 256.0 + D:rayTraceRange=64.0 +} + + +########################################################################################################## +# rituals +#--------------------------------------------------------------------------------------------------------# +# Toggles for all rituals +########################################################################################################## + +rituals { + B:bloodBurnerRitual=true + + # Activation cost of the Blood Burner Rites (blood_burner) + # Min: 0 + # Max: 100000 + I:bloodBurnerRitualActivationCost=10000 + + # Network drain of the Blood Burner Rites (multiplied by the rate of RF generated) + # Min: 0 + # Max: 100000 + I:bloodBurnerRitualNetworkCost=1000 + + # Refresh cost of the Blood Burner Rites (blood_burner) + # Min: 0 + # Max: 100000 + I:bloodBurnerRitualRefreshCost=200 + B:infusionRitual=true + + # Activation cost of the Infusion de Sanguine (infusionRitual) + # Min: 0 + # Max: 100000 + I:infusionRitualActivationCost=10000 + + # Refresh cost of the Infusion de Sanguine (infusionRitual) + # Min: 0 + # Max: 100000 + I:infusionRitualRefreshCost=100 + B:purificationRitual=true + + # Minimum amount of Life Essence (in mB) required to start the Ritual of Purification + # Min: 0 + # Max: 100000 + I:purificationRitualMinLP=10000 + + # Refresh cost of the Ritual of Purification (purificationRitual) + # Min: 0 + # Max: 100000 + I:purificationRitualRefreshCost=20 + + # Activation cost of the Ritual of Purification (purificationRitual) + # Min: 0 + # Max: 100000 + I:purificationtRitualActivationCost=10000 + + # Amount of Life Essence (in mB) per mB of Refined Life Essence + # Min: 1 + # Max: 10000 + I:refinedLifeEssenceConversion=10 + + imperfect { + B:imperfectEnchantReset=true + + # Activation cost of the Enchant Reset Ritual + # Min: 0 + # Max: 100000 + I:imperfectEnchantResetActivationCost=5000 + B:imperfectIce=true + + # Activation cost of the Imperfect Lightning Ritual + # Min: 0 + # Max: 100000 + I:imperfectIceActivationCost=500 + B:imperfectLightning=true + + # Activation cost of the Imperfect Lightning Ritual + # Min: 0 + # Max: 100000 + I:imperfectLightningActivationCost=5000 + B:imperfectSnow=true + + # Activation cost of the Imperfect Lightning Ritual + # Min: 0 + # Max: 100000 + I:imperfectSnowActivationCost=500 + } + +} + + +########################################################################################################## +# values +#--------------------------------------------------------------------------------------------------------# +# Value modifiers for various features +########################################################################################################## + +values { + # The multiplier (per item) of LP drained when the Altare Aenigmatica moves an item to the altar + # Min: 0 + # Max: 1000 + I:altareAenigmaticaMoveMultiplier=50 + + # Amount of energy the Blood Capacitor can store + # Min: 0 + # Max: 1000000000 + I:bloodCapacitorStorage=10000000 + + # Amount of energy the Blood Capacitor can transfer per tick + # Min: 0 + # Max: 1000000 + I:bloodCapacitorTransfer=10000 + + # Amount of LP required for a repair for Blood Infused Iron Tools + # Min: 0 + # Max: 1000 + I:bloodInfusedIronToolsRepairCost=50 + + # Amount of ticks for a repair to occur for Blood Infused Iron Tools + # Min: 0 + # Max: 1000 + I:bloodInfusedIronToolsRepairUpdate=40 + + # Amount of LP required for a repair for Blood Infused Wooden Tools + # Min: 0 + # Max: 1000 + I:bloodInfusedWoodenToolsRepairCost=20 + + # Amount of ticks for a repair to occur for Blood Infused Wooden Tools + # Min: 0 + # Max: 1000 + I:bloodInfusedWoodenToolsRepairUpdate=100 + + # Amount of LP required per usage of the Bound Igniter + # Min: 0 + # Max: 10000 + I:boundIgniterCost=200 + + # Amount of LP required per usage of the Bound Shears + # Min: 0 + # Max: 10000 + I:boundShearsCost=300 + + # The multiplier of LP for the Glass Dagger of Sacrifice + # Min: 1.0 + # Max: 1000.0 + D:glassDaggerOfSacrificeLPMultiplier=2.0 + + # Amount of damage the Glass Sacrificial Dagger deals per use + # Min: 1 + # Max: 10000 + D:glassSacrificialDaggerHealth=2.0 + + # Amount of LP the Glass Sacrificial Dagger (approximately) gives per use + # Min: 0 + # Max: 10000 + I:glassSacrificialDaggerLP=500 + + # Amount of damage the Glass Shards block deals when an entity touches it + # Min: 0.0 + # Max: 1000.0 + D:glassShardsDamage=2.0 + + # Multiplier of LP for the Sacrifice Amulet: LP = (damageDone * sacrificeAmuletMultiplier + # Min: 0.0 + # Max: 100.0 + D:sacrificeAmuletMultiplier=20.0 + + # Multiplier of LP for the Self Sacrifice Amulet: LP = (damageDone * sacrificeAmuletMultiplier + # Min: 0.0 + # Max: 100.0 + D:selfSacrificeAmuletMultiplier=20.0 + + # Amount of LP per update for the Sigil of Divinity + # Min: 0 + # Max: 2147483647 + I:sigilDivinityCost=100000 + + # Amount of LP required to open the Ender Sigil + # Min: 0 + # Max: 10000 + I:sigilEnderOpenCost=500 + + # Multiplier of LP for teleporting with the Ender Sigil + # Min: 0.0 + # Max: 10000.0 + D:sigilEnderTeleportMultiplier=200.0 + + # Time (in ticks) of the cooldown after teleportation for the Ender Sigil + # Min: 0 + # Max: 200 + I:sigilEnderTeleportationCooldown=40 + + # Time (in ticks) of the delay before teleportation for the Ender Sigil + # Min: 0 + # Max: 60 + I:sigilEnderTeleportationDelay=10 + + # Multiplier of LP (per lightning bolt) for zapping things with the Lightning Sigil + # Min: 0.0 + # Max: 10000.0 + D:sigilLightningMultiplier=800.0 + + # Amount of LP per usage for the Sigil of Sentience + # Min: 0 + # Max: 10000 + I:sigilSentienceBaseCost=1000 + + # Amount of LP per update for the Sigil of Swimming + # Min: 0 + # Max: 10000 + I:sigilSwimmingCost=100 + + # Fraction of the damage that is converted to health for the Vampire Ring: health = (damageDealt * vampireRingSyphon) + # Min: 0.0 + # Max: 100.0 + D:vampireRingMultiplier=0.5 +} + + diff --git a/config/bloodmagic/bloodmagic.cfg b/config/bloodmagic/bloodmagic.cfg new file mode 100644 index 00000000..cb75e6c5 --- /dev/null +++ b/config/bloodmagic/bloodmagic.cfg @@ -0,0 +1,138 @@ +# Configuration file + +########################################################################################################## +# blacklist +#--------------------------------------------------------------------------------------------------------# +# Blacklist options for various features +########################################################################################################## + +blacklist { + # Stops listed blocks and entities from being teleposed. + # Use the registry name of the block or entity. Vanilla objects do not require the modid. + # If a block is specified, you can list the variants to only blacklist a given state. + S:teleposer < + bedrock + mob_spawner + > + + # Stops listed blocks from being transposed. + # Use the registry name of the block. Vanilla blocks do not require the modid. + S:transposer < + bedrock + mob_spawner + > + + # 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 < + > +} + + +########################################################################################################## +# client +#--------------------------------------------------------------------------------------------------------# +# Settings that only pertain to the client +########################################################################################################## + +client { + # Always render the beams between routing nodes. + # If disabled, the beams will only render while the Node Router is held. + B:alwaysRenderRoutingLines=false + + # Completely hide spectral blocks from view. + # If disabled, a transparent block will be displayed. + B:invisibleSpectralBlocks=true + + # When cycling through slots, the Sigil of Holding will skip over empty slots and move to the next occupied one. + # If disabled, it will behave identically to the default hotbar. + B:sigilHoldingSkipsEmptySlots=false +} + + +########################################################################################################## +# compat +#--------------------------------------------------------------------------------------------------------# +# Compatibility settings +########################################################################################################## + +compat { + # The display mode to use when looking at a Blood Altar. + # ALWAYS - Always display information. + # SIGIL_HELD - Only display information when a Divination or Seers sigil is held in either hand. + # SIGIL_CONTAINED - Only display information when a Divination or Seers sigil is somewhere in the inventory. + # Valid values: + # ALWAYS + # SIGIL_HELD + # SIGIL_CONTAINED + S:wailaAltarDisplayMode=SIGIL_CONTAINED +} + + +########################################################################################################## +# general +#--------------------------------------------------------------------------------------------------------# +# General settings +########################################################################################################## + +general { + # Enables extra information to be printed to the log. + B:enableAPILogging=false + + # Enables extra information to be printed to the log. + # Warning: May drastically increase log size. + B:enableDebugLogging=false + + # Enables tier 6 related registrations. This is for pack makers. + B:enableTierSixEvenThoughThereIsNoContent=true + + # Enables extra information to be printed to the log. + # Warning: May drastically increase log size. + B:enableVerboseAPILogging=false +} + + +########################################################################################################## +# values +#--------------------------------------------------------------------------------------------------------# +# Value modifiers for various features +########################################################################################################## + +values { + # Amount of LP the Coat of Arms should provide for each damage dealt. + # Min: 0 + # Max: 100 + I:coatOfArmsConversion=20 + + # Amount of LP the Sacrificial Dagger should provide for each damage dealt. + # Min: 0 + # Max: 10000 + I:sacrificialDaggerConversion=100 + + # Declares the amount of LP gained per HP sacrificed for the given entity. + # Setting the value to 0 will blacklist it. + # Use the registry name of the entity followed by a ';' and then the value you want. + # Vanilla entities do not require the modid. + S:sacrificialValues < + villager;100 + slime;15 + enderman;10 + cow;100 + chicken;100 + horse;100 + sheep;100 + wolf;100 + ocelot;100 + pig;100 + rabbit;100 + > + + # Will rewrite any default meteor types with new versions. + # Disable this if you want any of your changes to stay, or do not want default meteor types regenerated. + B:shouldResyncMeteors=true + + # Should mobs that die through the Well of Suffering Ritual drop items? + B:wellOfSufferingDrops=true +} + + diff --git a/config/bloodmagic/meteors/diamond.json b/config/bloodmagic/meteors/diamond.json new file mode 100644 index 00000000..e58e68ed --- /dev/null +++ b/config/bloodmagic/meteors/diamond.json @@ -0,0 +1,48 @@ +{ + "catalystStack": { + "registryName": { + "domain": "minecraft", + "path": "diamond_block" + }, + "meta": 0 + }, + "components": [ + { + "weight": 50, + "oreName": "oreIron" + }, + { + "weight": 100, + "oreName": "oreGold" + }, + { + "weight": 10, + "oreName": "oreLapis" + }, + { + "weight": 250, + "oreName": "oreDiamond" + }, + { + "weight": 180, + "oreName": "oreEmerald" + }, + { + "weight": 50, + "oreName": "oreRedstone" + }, + { + "weight": 400, + "oreName": "oreDiamond" + }, + { + "weight": 600, + "oreName": "oreDilithium" + } + ], + "explosionStrength": 10.0, + "radius": 3, + "maxWeight": 1040, + "version": 4, + "cost": 1000000 +} \ No newline at end of file diff --git a/config/bloodmagic/meteors/gold.json b/config/bloodmagic/meteors/gold.json new file mode 100644 index 00000000..e7f13c92 --- /dev/null +++ b/config/bloodmagic/meteors/gold.json @@ -0,0 +1,48 @@ +{ + "catalystStack": { + "registryName": { + "domain": "minecraft", + "path": "gold_block" + }, + "meta": 0 + }, + "components": [ + { + "weight": 200, + "oreName": "oreIron" + }, + { + "weight": 100, + "oreName": "oreCopper" + }, + { + "weight": 60, + "oreName": "oreTin" + }, + { + "weight": 100, + "oreName": "oreGold" + }, + { + "weight": 120, + "oreName": "oreLapis" + }, + { + "weight": 30, + "oreName": "oreDiamond" + }, + { + "weight": 20, + "oreName": "oreEmerald" + }, + { + "weight": 20, + "oreName": "oreCoal" + } + ], + "explosionStrength": 18.0, + "radius": 6, + "maxWeight": 650, + "version": 4, + "cost": 250000 +} \ No newline at end of file diff --git a/config/bloodmagic/meteors/iron.json b/config/bloodmagic/meteors/iron.json new file mode 100644 index 00000000..26ec53a6 --- /dev/null +++ b/config/bloodmagic/meteors/iron.json @@ -0,0 +1,48 @@ +{ + "catalystStack": { + "registryName": { + "domain": "minecraft", + "path": "iron_block" + }, + "meta": 0 + }, + "components": [ + { + "weight": 400, + "oreName": "oreIron" + }, + { + "weight": 200, + "oreName": "oreCopper" + }, + { + "weight": 140, + "oreName": "oreTin" + }, + { + "weight": 70, + "oreName": "oreSilver" + }, + { + "weight": 80, + "oreName": "oreLead" + }, + { + "weight": 30, + "oreName": "oreGold" + }, + { + "weight": 60, + "oreName": "oreLapis" + }, + { + "weight": 100, + "oreName": "oreRedstone" + } + ], + "explosionStrength": 15.0, + "radius": 5, + "maxWeight": 1080, + "version": 3, + "cost": 10000 +} \ No newline at end of file diff --git a/config/bloodmagic/meteors/sacrifice.json b/config/bloodmagic/meteors/sacrifice.json new file mode 100644 index 00000000..e9cca287 --- /dev/null +++ b/config/bloodmagic/meteors/sacrifice.json @@ -0,0 +1,23 @@ +{ + "catalystStack": { + "registryName": { + "domain": "contenttweaker", + "path": "weight_of_the_heart" + }, + "meta": 0 + }, + "components": [ + { + "weight": 100, + "oreName": "oreCursedSapphire" + }, + { + "weight": 10, + "oreName": "oreAquamarine" + }], + "explosionStrength": 10.0, + "radius": 5, + "maxWeight": 100, + "version": 4, + "cost": 5000000 +} \ No newline at end of file diff --git a/config/bloodmagic/rituals.cfg b/config/bloodmagic/rituals.cfg new file mode 100644 index 00000000..93cebab9 --- /dev/null +++ b/config/bloodmagic/rituals.cfg @@ -0,0 +1,200 @@ +# Configuration file + +########################################################################################################## +# rituals +#--------------------------------------------------------------------------------------------------------# +# Toggles for all rituals +########################################################################################################## + +rituals { + # Enable the altar_builder ritual. [default: true] + B:altar_builder=true + + # Enable the animal_growth ritual. [default: true] + B:animal_growth=true + + # Enable the armour_downgrade ritual. [default: true] + B:armour_downgrade=true + + # Enable the armour_evolve ritual. [default: true] + B:armour_evolve=true + + # Enable the blood_burner ritual. [default: true] + B:blood_burner=true + + # Enable the cobblestone ritual. [default: true] + B:cobblestone=true + + # Enable the condor ritual. [default: true] + B:condor=true + + # Enable the containment ritual. [default: true] + B:containment=true + + # Enable the crushing ritual. [default: true] + B:crushing=true + + # Enable the crystal_harvest ritual. [default: true] + B:crystal_harvest=true + + # Enable the crystal_split ritual. [default: true] + B:crystal_split=true + + # Enable the ellipsoid ritual. [default: true] + B:ellipsoid=true + + # Enable the eternal_soul ritual. [default: true] + B:eternal_soul=true + + # Enable the expulsion ritual. [default: true] + B:expulsion=true + + # Enable the feathered_earth ritual. [default: true] + B:feathered_earth=true + + # Enable the feathered_knife ritual. [default: true] + B:feathered_knife=true + + # Enable the felling ritual. [default: true] + B:felling=true + + # Enable the forsaken_soul ritual. [default: true] + B:forsaken_soul=true + + # Enable the full_stomach ritual. [default: true] + B:full_stomach=true + + # Enable the green_grove ritual. [default: true] + B:green_grove=true + + # Enable the grounding ritual. [default: true] + B:grounding=true + + # Enable the harvest ritual. [default: true] + B:harvest=true + + # Enable the infusion ritual. [default: true] + B:infusion=true + + # Enable the interdiction ritual. [default: true] + B:interdiction=true + + # Enable the jumping ritual. [default: true] + B:jumping=true + + # Enable the lava ritual. [default: true] + B:lava=true + + # Enable the magnetism ritual. [default: true] + B:magnetism=true + + # Enable the meteor ritual. [default: true] + B:meteor=true + + # Enable the placer ritual. [default: true] + B:placer=true + + # Enable the portal ritual. [default: true] + B:portal=true + + # Enable the pump ritual. [default: true] + B:pump=true + + # Enable the purification ritual. [default: true] + B:purification=true + + # Enable the regeneration ritual. [default: true] + B:regeneration=true + + # Enable the ritualClonedSoul ritual. [default: true] + B:ritualClonedSoul=true + + # Enable the ritualCulling ritual. [default: true] + B:ritualCulling=true + + # Enable the ritualEldritchWill ritual. [default: true] + B:ritualEldritchWill=true + + # Enable the ritualLifeEssenceAltar ritual. [default: true] + B:ritualLifeEssenceAltar=true + + # Enable the ritualLifeEssenceTank ritual. [default: true] + B:ritualLifeEssenceTank=true + + # Enable the ritualLuna ritual. [default: true] + B:ritualLuna=true + + # Enable the ritualNaturesLeech ritual. [default: true] + B:ritualNaturesLeech=true + + # Enable the ritualPeace ritual. [default: true] + B:ritualPeace=true + + # Enable the ritualSol ritual. [default: true] + B:ritualSol=true + + # Enable the ritualSteadfastHeart ritual. [default: true] + B:ritualSteadfastHeart=true + + # Enable the ritualUnmaking ritual. [default: true] + B:ritualUnmaking=true + + # Enable the speed ritual. [default: true] + B:speed=true + + # Enable the suppression ritual. [default: true] + B:suppression=true + + # Enable the upgrade_remove ritual. [default: true] + B:upgrade_remove=true + + # Enable the veil_of_evil ritual. [default: true] + B:veil_of_evil=true + + # Enable the ward_of_sacrosanctity ritual. [default: true] + B:ward_of_sacrosanctity=true + + # Enable the water ritual. [default: true] + B:water=true + + # Enable the well_of_suffering ritual. [default: true] + B:well_of_suffering=true + + # Enable the zephyr ritual. [default: true] + B:zephyr=true + + imperfect { + # Enable the enchant_reset imperfect ritual. [default: true] + B:enchant_reset=true + + # Enable the ice imperfect ritual. [default: true] + B:ice=true + + # Enable the lightning imperfect ritual. [default: true] + B:lightning=true + + # Enable the night imperfect ritual. [default: true] + B:night=true + + # Enable the rain imperfect ritual. [default: true] + B:rain=true + + # Enable the resistance imperfect ritual. [default: true] + B:resistance=true + + # Enable the ritualHunger imperfect ritual. [default: true] + B:ritualHunger=true + + # Enable the ritualRegression imperfect ritual. [default: true] + B:ritualRegression=true + + # Enable the snow imperfect ritual. [default: true] + B:snow=true + + # Enable the zombie imperfect ritual. [default: true] + B:zombie=true + } + +} + + diff --git a/config/bookshelf.cfg b/config/bookshelf.cfg new file mode 100644 index 00000000..0ff204c9 --- /dev/null +++ b/config/bookshelf.cfg @@ -0,0 +1,41 @@ +# 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/botania.cfg b/config/botania.cfg new file mode 100644 index 00000000..78391739 --- /dev/null +++ b/config/botania.cfg @@ -0,0 +1,164 @@ +# 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=false + + # 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/brandon3055/BrandonsCore.cfg b/config/brandon3055/BrandonsCore.cfg new file mode 100644 index 00000000..abf39169 --- /dev/null +++ b/config/brandon3055/BrandonsCore.cfg @@ -0,0 +1,30 @@ +# Configuration file + +########################################################################################################## +# Misc +#--------------------------------------------------------------------------------------------------------# +# Comment for category: Misc +########################################################################################################## + +Misc { + # Enable DEV log output. + B:devLog=false + + # Allows you to disable the tpx command. + B:enableTpx=true +} + + +########################################################################################################## +# Server +#--------------------------------------------------------------------------------------------------------# +# Comment for category: Server +########################################################################################################## + +Server { + # This disables the gui that is shown to clients if a server side config that cant be hot swapped has changed. + # It is replaced by a chat message that has an option to open the gui + B:disableInvasiveConfigGui=false +} + + diff --git a/config/brandon3055/Custom Fusion Recipe Info.txt b/config/brandon3055/Custom Fusion Recipe Info.txt new file mode 100644 index 00000000..14b039af --- /dev/null +++ b/config/brandon3055/Custom Fusion Recipe Info.txt @@ -0,0 +1,124 @@ +//The recipe format has recently been updated! Old recipes will still work but may be disabled in a future MC version. + +It is now possible to add custom fusion recipes and/or remove existing ones. +This feature is intended for Mod pack creators. + +Recipes are specified using json file which you will need to place in config/brandon3055 (The same folder you should have found this text document in) +The json MUST be named "CustomFusionRecipes.json" (Without the quotes) + +The following is an example of what the json file should look like (See further down for an explanation of what everything means) + +[ + { + "mode": "ADD", + "result": "minecraft:beacon", + "catalyst": "minecraft:nether_star", + "energy": 1000, + "tier": 1, + "ingredients": [ + "minecraft:glass", + "minecraft:glass", + "minecraft:glass", + "minecraft:glass", + "minecraft:glass", + "minecraft:obsidian" + ] + }, + { + "mode": "ADD", + "result": "minecraft:diamond_sword,1,0,{ench:[0:{lvl:5s,id:21s},1:{lvl:5s,id:20s},2:{lvl:5s,id:19s}]}", + "catalyst": "minecraft:golden_apple,1,1", + "energy": 1000, + "tier": 1, + "ingredients": [ + "ore:oreGold", + "ore:blockGold", + "ore:ingotGold", + "minecraft:stone,1,0,{ench:[0:{lvl:5s,id:21s},1:{lvl:5s,id:20s},2:{lvl:5s,id:19s}]}" + ] + }, + { + "mode": "REMOVE", + "result": "draconicevolution:draconic_staff_of_power", + "catalyst": "draconicevolution:draconic_pick", + "ingredients": [ + "draconicevolution:draconic_ingot", + "draconicevolution:draconic_ingot", + "draconicevolution:draconic_ingot", + "draconicevolution:draconic_ingot", + "draconicevolution:draconic_ingot", + "draconicevolution:draconic_shovel", + "draconicevolution:draconic_sword", + "draconicevolution:awakened_core" + ] + }, + { + "mode": "REMOVE", + "result": "draconicevolution:draconic_shovel", + "catalyst": "draconicevolution:wyvern_shovel" + } +] + + +The above json adds 2 recipes for vanilla items and removes 2 recipes from Draconic Evolution. It should be fairly clear how those examples work +The following explains the recipes in more detail + +# Adding Recipes # + +"mode": +- For adding recipes mode can be set to "ADD" or it can be left out and the recipe will default to the ADD function + +"result": +- This is the item stack that the recipe will create. +- This should be a specific item. It can not be an ore dictionary item. + +"catalyst": +- The catalyst is the item that gets combined with the ingredients to create the result. +- This should be a specific item. It can not be an ore dictionary item. + +"energy": +- This id the energy required for the crafting. Note that this number is multiplied by the number of ingredients. +Meaning if you specifies 1000 for a recipe that has 8 ingredients the total energy cost would be 8000RF. + +"tier": +- This is the crafting tier of this recipe 0 = basic, 1 = wyvern, 2 = awakened, 3 = chaotic + +"ingredients": +- This is a list of ingredients required for the recipe. +- These can be ore dictionary items. + + +# Removing Recipes # + +"mode": +- Mode must be set to "REMOVE" when removing a recipe + +When removing recipes you to not need to specify the tier or energy cost of the target recipe. +You can instead just specify the result, catalyst and ingredients of the target recipe. +Optionally if you leave out the ingredients it will remove any recipe matching the result and catalyst items. + + +## Item Stack Strings ## + +Example: minecraft:wool,16,14 - This is 16 red wool +Ore Example: ore:ingotCopper - This is 1 copper ingots using the ore dictionary +Note: Ore entries do not support more that 1 stack size, Item damage or nbt +More on the ore dictionary http://www.minecraftuniversity.com/forge/ore_dictionary_list/ + +The name used in the item/block registry name or an ore dictionary name. Both the number of items and the damage value are optional + +Examples: +name, stack size, meta, NBT +ore:stone +minecraft:stone +minecraft:stone,64 +minecraft:stone,64,3 +minecraft:stone,64,3,{NBT} + + +### Notes ### +The order in which you add/remove recipes does not matter when replacing recipes. +Meaning for example you can add a recipe for a DE item then remove the original recipe and it will not remove the one you jsut added. + +You can use ore dictionary items for the catalyst and result when adding recipes but the default fusion implementation does not support that. +So they will be replaced with the first item stack from the ore dictionary that matches that name. \ No newline at end of file diff --git a/config/brandon3055/CustomFusionRecipes.json b/config/brandon3055/CustomFusionRecipes.json new file mode 100644 index 00000000..9e74f994 --- /dev/null +++ b/config/brandon3055/CustomFusionRecipes.json @@ -0,0 +1,480 @@ +[ + { + "mode": "ADD", + "result": "contenttweaker:divine_star", + "catalyst": "minecraft:nether_star", + "energy": 100000, + "tier": 1, + "ingredients": [ + "divinerpg:divine_rock", + "divinerpg:divine_rock", + "divinerpg:divine_rock", + "divinerpg:divine_rock", + "divinerpg:divine_rock", + "divinerpg:divine_rock" + ] + }, + { + "mode": "ADD", + "result": "contenttweaker:eden_star", + "catalyst": "minecraft:nether_star", + "energy": 1000000, + "tier": 1, + "ingredients": [ + "contenttweaker:rhenium_catalyst", + "contenttweaker:rhenium_catalyst", + "contenttweaker:rhenium_catalyst", + "contenttweaker:rhenium_catalyst", + "contenttweaker:rhenium_catalyst", + "contenttweaker:rhenium_catalyst", + "contenttweaker:rhenium_catalyst", + "contenttweaker:rhenium_catalyst" + ] + }, + { + "mode": "REMOVE", + "result": "draconicevolution:crafting_injector,1,2", + "catalyst": "draconicevolution:crafting_injector,1,1" + }, + { + "mode": "ADD", + "result": "draconicevolution:crafting_injector,1,2", + "catalyst": "draconicevolution:crafting_injector,1,1", + "energy": 256000, + "tier": 1, + "ingredients": [ + "draconicevolution:wyvern_core", + "draconicevolution:wyvern_core", + "draconicevolution:draconic_block", + "contenttweaker:jeweled_runium", + "contenttweaker:jeweled_runium", + "contenttweaker:jeweled_runium", + "contenttweaker:jeweled_runium" + ] + }, + { + "mode": "ADD", + "result": "contenttweaker:myrmex_artifact", + "catalyst": "minecraft:nether_star", + "energy": 500000, + "tier": 2, + "ingredients": [ + "contenttweaker:rhenium_catalyst", + "contenttweaker:rhenium_catalyst", + "iceandfire:dread_shard", + "iceandfire:dread_shard" + ] + }, + { + "mode": "ADD", + "result": "aoa3:candyland_realmstone", + "catalyst": "contenttweaker:realmstone", + "energy": 1000000, + "tier": 2, + "ingredients": [ + "contenttweaker:myrmitite_catalyst", + "contenttweaker:myrmitite_catalyst", + "nuclearcraft:americium,1,4", + "nuclearcraft:americium,1,4", + "thebetweenlands:weeping_blue_petal", + "thebetweenlands:weeping_blue_petal", + "twilightforest:twilight_sapling,1,9", + "twilightforest:twilight_sapling,1,9", + "contenttweaker:candyland_artifact" + ] + }, + { + "mode": "ADD", + "result": "aoa3:celeve_realmstone", + "catalyst": "contenttweaker:realmstone", + "energy": 1000000, + "tier": 2, + "ingredients": [ + "contenttweaker:myrmitite_catalyst", + "contenttweaker:myrmitite_catalyst", + "nuclearcraft:americium,1,4", + "nuclearcraft:americium,1,4", + "thebetweenlands:weeping_blue_petal", + "thebetweenlands:weeping_blue_petal", + "erebus:sapling_marshwood", + "erebus:sapling_marshwood", + "contenttweaker:celeve_artifact" + ] + }, + { + "mode": "ADD", + "result": "aoa3:gardencia_realmstone", + "catalyst": "contenttweaker:realmstone", + "energy": 1000000, + "tier": 2, + "ingredients": [ + "contenttweaker:myrmitite_catalyst", + "contenttweaker:myrmitite_catalyst", + "nuclearcraft:americium,1,4", + "nuclearcraft:americium,1,4", + "twilightforest:twilight_sapling,1,9", + "twilightforest:twilight_sapling,1,9", + "erebus:sapling_marshwood", + "erebus:sapling_marshwood", + "contenttweaker:gardencia_artifact" + ] + }, + { + "mode": "ADD", + "result": "aoa3:crystevia_realmstone", + "catalyst": "contenttweaker:realmstone", + "energy": 1000000, + "tier": 2, + "ingredients": [ + "contenttweaker:myrmitite_catalyst", + "contenttweaker:myrmitite_catalyst", + "nuclearcraft:americium,1,4", + "nuclearcraft:americium,1,4", + "twilightforest:twilight_sapling,1,9", + "twilightforest:twilight_sapling,1,9", + "divinerpg:frozen_sapling", + "divinerpg:frozen_sapling", + "contenttweaker:crystevia_artifact" + ] + }, + { + "mode": "ADD", + "result": "aoa3:haven_realmstone", + "catalyst": "contenttweaker:realmstone", + "energy": 1000000, + "tier": 2, + "ingredients": [ + "contenttweaker:myrmitite_catalyst", + "contenttweaker:myrmitite_catalyst", + "nuclearcraft:americium,1,4", + "nuclearcraft:americium,1,4", + "aether_legacy:golden_oak_sapling", + "aether_legacy:golden_oak_sapling", + "erebus:sapling_marshwood", + "erebus:sapling_marshwood", + "contenttweaker:haven_artifact" + ] + }, + { + "mode": "ADD", + "result": "aoa3:iromine_realmstone", + "catalyst": "contenttweaker:realmstone", + "energy": 1000000, + "tier": 2, + "ingredients": [ + "contenttweaker:myrmitite_catalyst", + "contenttweaker:myrmitite_catalyst", + "nuclearcraft:americium,1,4", + "nuclearcraft:americium,1,4", + "aether_legacy:golden_oak_sapling", + "aether_legacy:golden_oak_sapling", + "thebetweenlands:sapling_hearthgrove", + "thebetweenlands:sapling_hearthgrove", + "contenttweaker:iromine_artifact" + ] + }, + { + "mode": "ADD", + "result": "aoa3:mysterium_realmstone", + "catalyst": "contenttweaker:realmstone", + "energy": 1000000, + "tier": 2, + "ingredients": [ + "contenttweaker:myrmitite_catalyst", + "contenttweaker:myrmitite_catalyst", + "nuclearcraft:americium,1,4", + "nuclearcraft:americium,1,4", + "erebus:sapling_mossbark", + "erebus:sapling_mossbark", + "thebetweenlands:sapling_hearthgrove", + "thebetweenlands:sapling_hearthgrove", + "contenttweaker:mysterium_artifact" + ] + }, + { + "mode": "ADD", + "result": "aoa3:vox_ponds_realmstone", + "catalyst": "contenttweaker:realmstone", + "energy": 1000000, + "tier": 2, + "ingredients": [ + "contenttweaker:myrmitite_catalyst", + "contenttweaker:myrmitite_catalyst", + "nuclearcraft:americium,1,4", + "nuclearcraft:americium,1,4", + "twilightforest:twilight_sapling,1,3", + "twilightforest:twilight_sapling,1,3", + "thebetweenlands:sapling_hearthgrove", + "thebetweenlands:sapling_hearthgrove", + "contenttweaker:voxponds_artifact" + ] + }, + { + "mode": "ADD", + "result": "contenttweaker:wildwood_star", + "catalyst": "minecraft:nether_star", + "energy": 5000000, + "tier": 2, + "ingredients": [ + "contenttweaker:pixonia_heart", + "contenttweaker:pixonia_heart", + "contenttweaker:pixonia_heart", + "contenttweaker:pixonia_heart" + ] + }, + { + "mode": "ADD", + "result": "aoa3:borean_realmstone", + "catalyst": "contenttweaker:realmstone", + "energy": 18000000, + "tier": 2, + "ingredients": [ + "contenttweaker:mythic_machine_case", + "contenttweaker:mythic_machine_case", + "contenttweaker:universal_booster", + "contenttweaker:universal_booster", + "contenttweaker:universal_booster", + "contenttweaker:universal_booster", + "contenttweaker:borean_artifact", + "extrabotany:blockshadowium", + "extrabotany:blockphotonium" + ] + }, + { + "mode": "ADD", + "result": "aoa3:runandor_realmstone", + "catalyst": "contenttweaker:realmstone", + "energy": 18000000, + "tier": 2, + "ingredients": [ + "contenttweaker:mythic_machine_case", + "contenttweaker:mythic_machine_case", + "contenttweaker:universal_booster", + "contenttweaker:universal_booster", + "contenttweaker:universal_booster", + "contenttweaker:universal_booster", + "contenttweaker:runandor_artifact", + "extrabotany:blockshadowium", + "extrabotany:blockphotonium" + ] + }, + { + "mode": "ADD", + "result": "aoa3:lunalus_realmstone", + "catalyst": "contenttweaker:realmstone", + "energy": 18000000, + "tier": 2, + "ingredients": [ + "contenttweaker:mythic_machine_case", + "contenttweaker:mythic_machine_case", + "contenttweaker:universal_booster", + "contenttweaker:universal_booster", + "contenttweaker:universal_booster", + "contenttweaker:universal_booster", + "contenttweaker:lunalus_artifact", + "extrabotany:blockshadowium", + "extrabotany:blockphotonium" + ] + }, + { + "mode": "ADD", + "result": "contenttweaker:mythic_excavation_computer", + "catalyst": "contenttweaker:dark_soul_machine_chassis", + "energy": 90000000, + "tier": 3, + "ingredients": [ + "bigreactors:mineralanglesite", + "bigreactors:mineralbenitoite", + "contenttweaker:mythic_excavation_engine", + "contenttweaker:mythic_excavation_engine", + "contenttweaker:refraction_focus_key", + "contenttweaker:refraction_focus_key", + "contenttweaker:instant_power_junction", + "contenttweaker:instant_power_junction", + "contenttweaker:apalachia_core", + "contenttweaker:apalachia_core" + ] + }, + { + "mode": "ADD", + "result": "contenttweaker:mythic_excavation_computer,3,0", + "catalyst": "contenttweaker:dark_soul_machine_chassis", + "energy": 90000000, + "tier": 3, + "ingredients": [ + "contenttweaker:cursed_sapphire", + "contenttweaker:cursed_sapphire", + "contenttweaker:mythic_excavation_engine", + "contenttweaker:mythic_excavation_engine", + "contenttweaker:refraction_focus_key", + "contenttweaker:refraction_focus_key", + "contenttweaker:instant_power_junction", + "contenttweaker:instant_power_junction", + "contenttweaker:apalachia_core", + "contenttweaker:apalachia_core" + ] + }, + { + "mode": "ADD", + "result": "avaritia:resource,1,0", + "catalyst": "contenttweaker:unidentified_ingot", + "energy": 5000000, + "tier": 2, + "ingredients": [ + "thaumicenergistics:essentia_component_64k", + "ore:ingotBrightsteel", + "minecraft:diamond", + "minecraft:diamond" + ] + }, + { + "mode": "ADD", + "result": "aoa3:ancient_cavern_realmstone", + "catalyst": "contenttweaker:realmstone", + "energy": 50000000, + "tier": 2, + "ingredients": [ + "avaritia:resource,1,1", + "avaritia:resource,1,1", + "avaritia:resource,1,1", + "avaritia:resource,1,1", + "contenttweaker:ancient_cavern_artifact", + "contenttweaker:unidentified_ingot", + "contenttweaker:unidentified_ingot", + "contenttweaker:unidentified_ingot" + ] + }, + { + "mode": "ADD", + "result": "aoa3:dustopia_realmstone", + "catalyst": "contenttweaker:realmstone", + "energy": 50000000, + "tier": 2, + "ingredients": [ + "avaritia:resource,1,1", + "avaritia:resource,1,1", + "avaritia:resource,1,1", + "avaritia:resource,1,1", + "contenttweaker:dustopia_artifact", + "contenttweaker:unidentified_ingot", + "contenttweaker:unidentified_ingot", + "contenttweaker:unidentified_ingot" + ] + }, + { + "mode": "ADD", + "result": "aoa3:greckon_realmstone", + "catalyst": "contenttweaker:realmstone", + "energy": 50000000, + "tier": 2, + "ingredients": [ + "avaritia:resource,1,1", + "avaritia:resource,1,1", + "avaritia:resource,1,1", + "avaritia:resource,1,1", + "contenttweaker:greckon_artifact", + "contenttweaker:unidentified_ingot", + "contenttweaker:unidentified_ingot", + "contenttweaker:unidentified_ingot" + ] + }, + { + "mode": "ADD", + "result": "aoa3:immortallis_realmstone", + "catalyst": "contenttweaker:realmstone", + "energy": 50000000, + "tier": 2, + "ingredients": [ + "avaritia:resource,1,1", + "avaritia:resource,1,1", + "avaritia:resource,1,1", + "avaritia:resource,1,1", + "contenttweaker:immortallis_artifact", + "contenttweaker:unidentified_ingot", + "contenttweaker:unidentified_ingot", + "contenttweaker:unidentified_ingot" + ] + }, + { + "mode": "ADD", + "result": "contenttweaker:neutronium_bombarder", + "catalyst": "contenttweaker:mythic_machine_case", + "energy": 100000000, + "tier": 1, + "ingredients": [ + "avaritia:resource,1,4", + "avaritia:resource,1,4", + "avaritia:resource,1,4", + "avaritia:resource,1,4", + "contenttweaker:unidentified_plate", + "contenttweaker:unidentified_plate", + "draconicevolution:draconic_block", + "thaumadditions:adaminite_block" + ] + }, + { + "mode": "ADD", + "result": "draconicevolution:fusion_crafting_core", + "catalyst": "draconicevolution:draconic_core", + "energy": 10000, + "tier": 0, + "ingredients": [ + "minecraft:lapis_block", + "minecraft:lapis_block", + "minecraft:lapis_block", + "minecraft:lapis_block", + "minecraft:diamond", + "minecraft:diamond", + "minecraft:diamond", + "minecraft:diamond" + ] + }, + { + "mode": "ADD", + "result": "iceandfire:dragonsteel_fire_ingot", + "catalyst": "draconicevolution:draconium_ingot", + "energy": 100000, + "tier": 4, + "ingredients": [ + "minecraft:magma", + "minecraft:magma", + "minecraft:magma", + "minecraft:magma", + "minecraft:magma", + "minecraft:magma" + ] + }, + { + "mode": "ADD", + "result": "iceandfire:dragonsteel_fire_ingot", + "catalyst": "draconicevolution:draconium_ingot", + "energy": 100000, + "tier": 4, + "ingredients": [ + "minecraft:packed_ice", + "minecraft:packed_ice", + "minecraft:packed_ice", + "minecraft:packed_ice", + "minecraft:packed_ice", + "minecraft:packed_ice" + ] + }, + { + "mode": "ADD", + "result": "draconicevolution:awakened_core,4,0", + "catalyst": "minecraft:nether_star", + "energy": 9000000, + "tier": 2, + "ingredients": [ + "draconicevolution:wyvern_core", + "draconicevolution:wyvern_core", + "draconicevolution:wyvern_core", + "draconicevolution:wyvern_core", + "draconicevolution:draconic_ingot", + "draconicevolution:draconic_ingot", + "draconicevolution:draconic_ingot", + "draconicevolution:draconic_ingot", + "contenttweaker:recursive_feather" + ] + } +] \ No newline at end of file diff --git a/config/brandon3055/DraconicEvolution.cfg b/config/brandon3055/DraconicEvolution.cfg new file mode 100644 index 00000000..577cc34c --- /dev/null +++ b/config/brandon3055/DraconicEvolution.cfg @@ -0,0 +1,474 @@ +# Configuration file + +########################################################################################################## +# Client Settings +#--------------------------------------------------------------------------------------------------------# +# These are client side properties that have no effect server side. +########################################################################################################## + +"Client Settings" { + # Disables the 3D tool and armor models. This is required if you want to use a 2D resource pack. + B:disable3DModels=false + + # This option is mainly here in case there are conflicts with other mods. + B:disableArmorFOVCorrection=false + + # If true, the custom arrow models used by DE will be replaced by the vanilla model. + B:disableCustomArrowModel=false + + # If true, the item dislocator will not make the pickup sound when it collects items. + B:disableDislocatorSound=false + + # If true, the range of the Celestial Manipulator's sound effect will be significantly reduced. + B:disableLoudCelestialManipulator=false + + # If true, the armor shield will not render when you take damage (this is only a visual change). + B:disableShieldHitEffect=false + + # If true, the armor shield hit sound will be disabled. + B:disableShieldHitSound=false + + # This is where the settings for the in game hud are stored. You should not need to adjust these unless something breaks. + # Warning: Changing the number of entries in this list will crash your game. + I:hudSettings < + 1018 + 470 + 834 + 838 + 80 + 100 + 1 + 0 + 1 + 1 + 1 + 1 + > + + # Invert Dislocator Pedestal display name shift behavior. + B:invertDPDSB=false + + # This allows you to disable just the Energy Crystal shader. This shader can be a lot lagier than the reactor's shader since there are usually a lot more of them (The fallback crystal texture is not soooo bad...). + B:useCrystalShaders=true + + # Set this to false if you prefer the original look of the reactor beams. + B:useReactorBeamShaders=true + + # Set this to false if your system can not handle the awesomeness that is shaders! (Warning: Will make cool things look horrible!) + B:useShaders=true +} + + +########################################################################################################## +# Misc +#--------------------------------------------------------------------------------------------------------# +# Just some misc settings. +########################################################################################################## + +Misc { + # Set this to false to disable the Chaos Guardian's chunkloading ability. + # Note. The chaos guardian is ONLY loaded when a player is within a couple hundred blocks. + # This setting is here to avoid issues where the guardian would fly out of the loaded chunks + # and freeze; especially an issue on servers with reduced render distance. + B:chaosGuardianLoading=true + + # This enables dev log output. I primarily use this for development purposes, so it won't be very useful to regular users. + B:devLog=false +} + + +########################################################################################################## +# Stat Tweaks +#--------------------------------------------------------------------------------------------------------# +# These allow you to tweak the stats of the tools, weapons and armor. +########################################################################################################## + +"Stat Tweaks" { + I:bowBaseDamage=2 + I:bowBaseSpeed=100 + I:bowDraconicMaxZoom=600 + I:bowMaxExplosionPower=4 + I:bowTierMultiplierDamage=1 + I:bowTierMultiplierSpeed=100 + I:bowUpgradeMultiplierDamage=2 + I:bowUpgradeMultiplierSpeed=100 + I:bowWyvernMaxZoom=300 + D:draconicAxeAttackDMG=45.0 + D:draconicAxeAttackSpeed=-3.2 + D:draconicAxeMineSpeed=18.0 + I:draconicBaseMineAOE=1 + I:draconicBaseRFCapacity=16000000 + + # Allows you to adjust the total shield capacity of a full set of Draconic Armor. + I:draconicBaseShieldCapacity=512 + D:draconicHoeAttackDMG=10.0 + D:draconicHoeAttackSpeed=0.0 + + # Allows you to adjust how fast Draconic Armor is able to recieve RF/tick. + I:draconicMaxRecieve=1000000 + D:draconicPicAttackDMG=20.0 + D:draconicPicAttackSpeed=-2.9 + D:draconicPicMineSpeed=18.0 + + # Allows you to adjust the amount of RF that Draconic Armor requires to recharge 1 shield point. + I:draconicShieldRechargeCost=1000 + + # Allows you to adjust how fast Draconic Armor is able to recover entropy. Value is {this number}% every 5 seconds. + D:draconicShieldRecovery=4.0 + D:draconicShovelAttackDMG=20.0 + D:draconicShovelAttackSpeed=-2.9 + D:draconicShovelMineSpeed=18.0 + D:draconicStaffAttackDMG=60.0 + D:draconicStaffAttackSpeed=-3.0 + D:draconicStaffMineSpeed=60.0 + D:draconicSwordAttackDMG=35.0 + D:draconicSwordAttackSpeed=-2.0 + D:flightSpeedModifier=1.0 + I:lastStandEnergyRequirement=10000000 + D:wyvernAttackSpeed=-3.0 + D:wyvernAxeAttackDMG=25.0 + D:wyvernAxeMineSpeed=12.0 + I:wyvernBaseMineAOE=0 + I:wyvernBaseRFCapacity=4000000 + + # Allows you to adjust the total shield capacity of a full set of Wyvern Armor. + I:wyvernBaseShieldCapacity=256 + + # Allows you to adjust how fast Wyvern Armor is able to recieve RF/tick. + I:wyvernMaxRecieve=512000 + D:wyvernPicAttackDMG=12.0 + D:wyvernPicAttackSpeed=-3.0 + D:wyvernPicMineSpeed=12.0 + + # Allows you to adjust the amount of RF that Wyvern Armor requires to recharge 1 shield point. + I:wyvernShieldRechargeCost=1000 + + # Allows you to adjust how fast Wyvern Armor is able to recover entropy. Value is {this number}% every 5 seconds. + D:wyvernShieldRecovery=2.0 + D:wyvernShovelAttackDMG=12.0 + D:wyvernShovelMineSpeed=12.0 + D:wyvernSwordAttackDMG=15.0 + D:wyvernSwordAttackSpeed=-2.2 +} + + +########################################################################################################## +# Tweaks +#--------------------------------------------------------------------------------------------------------# +# Just what the name says. Tweaks. Allows you to tweak stuff. +########################################################################################################## + +Tweaks { + # Enabling this allows boss souls to drop. Use with caution! + B:allowBossSouls=false + + # Set to false to prevent the bows explosion effect from breaking blocks. + B:bowBlockDamage=true + + # Allows you to tweak the chaos guardians health (will only affect new guardians). + I:chaosGuardianHealth=2000 + + # This allows you to prevent certain items from being placed in the draconium chest using their registry name + S:chestBlackList < + > + + # Adds recipes to clear all nbt data from items such as Energy Crystals and Crafting Injectors. + B:clearDataRecipes=false + + # Allows you to adjust the capacity of each energy core tier. + # Warning changing the number entries in this list will crash your game. + D:coreCapacity < + 4.55E8 + 2.73E10 + 1.64E11 + 9.88E11 + 5.93E12 + 3.56E13 + 2.14E14 + 9.223372036854776E18 + > + + # If true, this will disable the destruction of chaos islands after the chaos crystal is broken. + B:disableChaosIslandExplosion=false + + # (Wuss mode) Setting this to true will disable the Chaos Guardian's ability to respawn healing crystals. + B:disableGuardianCrystalRespawn=false + + # If true, this will disable the massive reactor explosion and replace it with a much smaller one. + B:disableLargeReactorBoom=false + + # This will disable loot cores (The "Blobs" of items dropped by the tools.). + B:disableLootCores=false + + # Sets the number of teleports you get per ender pearl with the Advanced Dislocator. + I:dislocatorUsesPerPearl=1 + + # Allows you to adjust the cost of disenchanting items via the Disenchanter. + D:dissenchnaterCostMultiplier=1.0 + + # This allows you to adjust the base capacity of the Draconic Flux Capacitor. + I:draconicFluxCapBaseCap=256000000 + + # This can be used to adjust the amount of Draconium Dust the Ender Dragon drops when killed. + # The amount dropped will be this number +/- 10% + I:dragonDustLootModifier=1 + + # By default, the dragon egg only ever spawns once. This forces it to spawn every time the dragon is killed. + B:dragonEggSpawnOverride=true + + # Set this to false if you would like to disable the draconic armors flight. + B:enableFlight=true + + # Allows you to adjust the power requirement of the entity detector. + # Set to 0 to disable completely + D:entityDetectorPowerModifier=1.0 + + # Lets face it. The biggest issue with the new dragon ritual is it is too darn cheap! This modifies the recipe to make it a bit more expensive. + B:expensiveDragonRitual=true + + # Use this to limit the max flight speed modifier a player can set on the draconic chestplate. + # Setting this to 200 for example would limit the flight speed to +200%. + # Default -1 removes the limit and allows the full +600% flight speed. + I:flightSpeedLimit=-1 + + # For some reason, Forge decided to not set the owner of an item when dropped from an inventory screen. + # DE overrides this and sets the stack owner when possible. + # If this causes issues, set this value to false. + B:forceDroppedItemOwner=true + + # This allows you to prevent the mob grinder from attempting to kill specific entities. + S:grinderBlackList < + evilcraft:vengeance_spirit + > + + # Sets the energy per use per heart of damage for the grinder. + I:grinderEnergyPerHeart=80 + + # Set to false if you dont want the guardian to be able to kill creative players. + # Alternatively... Just dont poke the guardian if you dont want to die! + B:guardianCanKillCreative=true + + # When true, everything is just a little harder. (Currently only effects recipes but that will probably change in the future) + B:hardMode=false + + # A list of items of items that should be ignored by the item dislocator. Use the item's registry name (e.g. minecraft:apple) You can also add a meta value after the name (e.g. minecraft:wool|4). + S:itemDislocatorBlacklist < + appliedenergistics2:crystal_seed + > + + # Add ore names (e.g. oreIron) to this list to prevent them from being doubled by the DE chest. + S:oreDoublingBlacklist < + > + + # When doubling ores with the Draconium Chest, the output will prioritise thermal ingots if TF is installed. This allows you to change that by specifying a different mod id to target. + S:oreDoublingOutputPriority=thermalfoundation + + # Passive (Animals) Mobs have a 1 in {this number} chance to drop a soul when killed with the Reaper enchantment. Note: This is the base value; higher enchantment levels increase this chance. + I:passiveSoulDropChance=800 + + # Allows you to adjust the overall scale of the reactor explosion. Use "disableLargeReactorBoom" to disable explosion completely. + D:reactorExplosionScale=1.0 + + # Adjusts the fuel usage multiplier of the reactor. + D:reactorFuelUsageMultiplier=1.0 + + # Adjusts the energy output multiplier of the reactor. + D:reactorOutputMultiplier=1.0 + + # Mobs have a 1 in {this number} chance to drop a soul when killed with the Reaper enchantment. Note: This is the base value; higher enchantment levels increase this chance. + I:soulDropChance=1000 + + # Sets the min and max spawn delay in ticks for each spawner tier. Order is as follows. + # Basic MIN, MAX, Wyvern MIN, MAX, Draconic MIN, MAX, Chaotic MIN MAX + I:spawnerDelays < + 200 + 800 + 100 + 400 + 50 + 200 + 25 + 100 + > + + # By default, any entities added to this list will not drop their souls and will not be spawnable by the Stabilized Spawner. + S:spawnerList < + > + + # Changes the spawner list to a whitelist instead of a blacklist. + B:spawnerListWhiteList=false + + # This allows you to adjust the base capacity of the Wyvern Flux Capacitor. + I:wyvernFluxCapBaseCap=64000000 +} + + +########################################################################################################## +# World +#--------------------------------------------------------------------------------------------------------# +# This category contains config properties related to world gen. +########################################################################################################## + +World { + # This is the distance between Chaos Islands. + I:chaosIslandSeparation=10000 + + # If true, the Chaos Guardian, Crystals, and Healing Crystals will still spawn, but NO other blocks will be placed. (This only exists because someone wanted it for some reason). + B:chaosIslandVoidMode=false + + # This allows you to offset the y position of Chaos Islands. + I:chaosIslandYOffset=0 + + # Ender Comets have a 1 in {this number} chance to spawn in each chunk. + I:cometRarity=10000 + + # Disables draconium ore generation in the end. + B:disableOreSpawnEnd=false + + # Disables draconium ore generation in the nether. + B:disableOreSpawnNether=false + + # Disables draconium ore generation in the overworld. + B:disableOreSpawnOverworld=false + + # Set this to false if you do not want ore added to chunks that have not previously been generated by DE (this can almost always be left true). + B:enableRetroGen=true + + # Set to false to disable the generation of Chaos Islands. + B:generateChaosIslands=true + + # Set to false to disable the generation of Ender Comets. + B:generateEnderComets=true + + # Add the ID of any mod's dimensions that you don't want Draconium Ore generated in. + I:oreGenDimentionBlacklist < + > + + # Setting this to false will just completely disable ALL DE world gen! + B:worldGenEnabled=true +} + + +########################################################################################################## +# |Mod Items/Blocks +#--------------------------------------------------------------------------------------------------------# +# These settings allow you to disable Blocks and Items added by this mod. +# By default disabling a block or item will not remove it completely. +# But its recipe will be removed and it will be hidden from JEI +# If you want to completely remove items or blocks you can set hardDisableMode to true. +# This is not recommended unless you know what you are doing. +########################################################################################################## + +"|Mod Items/Blocks" { + + ########################################################################################################## + # Blocks + #--------------------------------------------------------------------------------------------------------# + # This section allows you to disable/enable blocks from this mod. + ########################################################################################################## + + Blocks { + B:celestial_manipulator=true + B:chaos_crystal=true + B:chaos_shard_atmos=true + B:crafting_injector=true + B:creative_rf_source=true + B:dislocator_pedestal=true + B:dislocator_receptacle=true + B:diss_enchanter=true + B:draconic_block=true + B:draconic_spawner=true + B:draconium_block=true + B:draconium_chest=true + B:draconium_ore=true + B:energy_crystal=true + B:energy_infuser=true + B:energy_pylon=true + B:energy_storage_core=true + B:entity_detector=true + B:flow_gate=true + B:fusion_crafting_core=true + B:generator=true + B:grinder=true + B:infused_obsidian=true + B:invis_e_core_block=true + B:item_dislocation_inhibitor=true + B:particle_generator=true + B:placed_item=true + B:portal=true + B:potentiometer=true + B:rain_sensor=true + B:reactor_component=true + B:reactor_core=true + } + + ########################################################################################################## + # Items + #--------------------------------------------------------------------------------------------------------# + # This section allows you to disable/enable items from this mod. + ########################################################################################################## + + Items { + B:awakened_core=true + B:chaos_shard=true + B:chaotic_core=true + B:creative_exchanger=true + B:crystal_binder=true + B:debugger=true + B:dislocator=true + B:dislocator_advanced=true + B:dislocator_bound=true + B:draconic_axe=true + B:draconic_boots=true + B:draconic_bow=true + B:draconic_chest=true + B:draconic_core=true + B:draconic_energy_core=true + B:draconic_helm=true + B:draconic_hoe=true + B:draconic_ingot=true + B:draconic_legs=true + B:draconic_pick=true + B:draconic_shovel=true + B:draconic_staff_of_power=true + B:draconic_sword=true + B:draconium_capacitor=true + B:draconium_dust=true + B:draconium_ingot=true + B:dragon_heart=true + B:ender_energy_manipulator=true + B:info_tablet=true + B:magnet=true + B:mob_soul=true + B:nugget=true + B:reactor_part=true + B:tool_upgrade=true + B:wyvern_axe=true + B:wyvern_boots=true + B:wyvern_bow=true + B:wyvern_chest=true + B:wyvern_core=true + B:wyvern_energy_core=true + B:wyvern_helm=true + B:wyvern_legs=true + B:wyvern_pick=true + B:wyvern_shovel=true + B:wyvern_sword=true + } + + ########################################################################################################## + # Loader Settings + #--------------------------------------------------------------------------------------------------------# + # These are settings which define what happens when you disable a block or item. + ########################################################################################################## + + "Loader Settings" { + # If set to true blocks and items will be completely removed from the game when disabled. + # When set to softDisableMode they will just have their recipes removed and will not show up in NEI/JEI or the Creative Inventory. + # Soft mode is recommended. Only use hard mode if you know what you are doing. + B:hardDisableMode=false + } + +} + + diff --git a/config/brandon3055/ProjectIntelligence/ModDocs/Draconic Evolution/draconicevolution-en_US.xml b/config/brandon3055/ProjectIntelligence/ModDocs/Draconic Evolution/draconicevolution-en_US.xml new file mode 100644 index 00000000..27ef8eb7 --- /dev/null +++ b/config/brandon3055/ProjectIntelligence/ModDocs/Draconic Evolution/draconicevolution-en_US.xml @@ -0,0 +1,1677 @@ + + + §kgkjodifshgoijsdfhbgoiujfadsbniopujgbansfpoikjgnsfpokjghnbfpsaojngojpasdfngpojasdfngopjasfdngpojnfsadpojgnafspojgnopuafsngpuofsangpounafsopugnfsaopujgnouf + §kgkjodifshgoijsdfhbgoiujfadsbniopujgbansfpoikjgnsfpokjghnbfpsaojngojpasdfngpojasdfngopjasfdngpojnfsadpojgnafspojgnopuafsngpuofsangpounafsopugnfsaopujgnouf + + Please install the new Project Intelligence mod if you wish to have access to the latest documentation for DE and any other mods that use PI + Attention! This documentation is Deprecated and will be removed in the next update!!!! + §nLink to to Project Intelligence curse page. + §6Robert W +§r(Since 08/06/2015)§r + +§6pxoxd +§r(Since 10/12/2015)§r + +§6antric83 +§r(Since 14/04/2016)§r + +§6SassyAmber +§r(Since 25/05/2016)§r + +§6GreatOrator +§r(Since 02/06/2016)§r + +§6Drekryan +§r(Since 24/06/2016)§r + +§6Der DracheTV +§r(Since 26/06/2016)§r + +§6Jordan +§r(Since 20/07/2016)§r + +§6ModAPI +§r(Since 29/11/2016)§r + +§6Mikepet +§r(Since 09/12/2016)§r + +§6Nick_J_M +§r(Since 19/01/2017)§r + +§6Halacon +§r(Since 23/01/2017)§r + +§6Edward +§r(Since 27/01/2017)§r + +§6WolufHD +§r(Since 29/03/2017)§r + +§6Morpheus1101 +§r(Since 15/04/2017)§r + +§6exus_Chris +§r(Since 18/04/2017)§r + +§6Zudakai +§r(Since 21/04/2017)§r + +§6duomaz +§r(Since 15/04/2017)§r + +§6Snakemgr12 +§r(Since 12/05/2017)§r + +§6Mhoku_ +§r(Since 08/06/2017)§r + https://www.patreon.com/brandon3055 + If you would like to become a patreon you can do so by following the link bellow. + + + §aThe following people are supporting me on patreon! +The support these people give really helps +make what I do possible. +For this, I owe them all a debt of gratitude. + + + §6Covers1624§b +Covers is the biggest DE contributor as far as DE 1.10+ is concerned. +His work with CCL has been an enormous help is what makes a +lot of the fancy rendering in 1.10 possible! +He has also been a big help with some of the DE code. +He is all around great guy and a very good friend! + +§6GreatOrator§b +GreatOrator has always been and will always be one of my best friends. +He was the first person I met in the modded community when we both +played on the same modded 1.4.7 server a few years back. +After playing with mods for a while we both decided we wanted to take it a step further. +GreatOrator started working on the mod pack that is now known as Tolkiencraft +and I decided to start messing with java and working on an add-on for Tolkiencraft +that would one day be known as Draconic Evolution. + +If you told us back then how far we would go we never would have believed it +tbh I'm still having a hard time believing it. +I think it was the amazing success of the Tolkiencraft pack is what really helped +DE become as popular as it is today because as people learned about TC they also +learned about DE. + +Of course, that's not all he did. GreatOrator was also responsible for most of +the textures back then and a significant amount of the content still in DE to today +came from his ideas. + + + §nPatreons: + + §nContributors + + + §nClick here to view part 2 on youtube. + §nClick here to view part 1 on youtube. + Spotlights by Direwolf20! + + + + + + + + §1§a +-Powerful tools and armor + +-Teleportation + +-Time and weather control + +-Mob Farming + +-The most overpowered energy storage of any mod currently in existence. + +-Extreme(ly Dangerous) power generation + +-Fancy Effects! (Because that's an important feature!) + +-One of the most powerful bosses in modded minecraft + + Draconic Evolution is a mod that focuses mainly on extreamely powerful end game tools, weapons an machines. + +While at the same time maintaining balance (Although this can be tricky) with equally expensive recipes and very difficult bosses which you need to go through in order to get these items. + +But this mod started more like an Open Blocks or Extra Utilities type mod so it also has a lot of seemingly random but useful blocs and items. + +Some of the key features of this mod are: + + Now not quite as OP!!! + ABC...LMN§cDraconic Evolution§rQR...WXYZ + + §nDraconic Evolution + + name:draconicevolution:nugget,size:1,meta:0,nbt:{} + name:draconicevolution:draconium_ingot,size:1,meta:0,nbt:{} + + Draconium is the base material used to craft all tools and machines in Draconic Evolution. + + + §nDraconium + + + name:draconicevolution:draconium_ore,size:1,meta:2,nbt:{} + End + +This is the most common variant of draconium ore found on the main island and all other islands in the End + +Drops: +2-4 Draconum Dust (when harvested normally) +2-12 Draconum Dust (when harvested with fortune 3) + + + + + name:draconicevolution:draconium_ore,size:1,meta:1,nbt:{} + Nether + +More common than the overworld variant but still fairly rare and does not drop quite as much dust when harvested +Found in the nether. + +Drops: +3-5 Draconum Dust (when harvested normally) +3-13 Draconum Dust (when harvested with fortune 3) + + + + + + + + Overworld + +The overworld variety of Draconium ore can be found in (you guessed it) the overworld and other stone based dimensions. +This is the rarest of the 3 types with an extremely low generation rate but it drops the most draconium dust when harvested + +Drops: +4-6 Draconium Dust (when harvested normally) +4-14 Draconium Dust (when harvested with fortune 3) + name:draconicevolution:draconium_ore,size:1,meta:0,nbt:{} + + + Draconium ore comes in 3 different types. + + + + Draconium Dust drops from draconium ore when harvested and 1 dust smelts into 1 draconium ingot + + + + name:draconicevolution:draconium_block,size:1,meta:0,nbt:{} + + + Draconium in its block form. + +This block is resistant to most mobs including the Wither and EnderDragon. + +Equivalent to 4 book shelves when used as an enchanting booster. + + + + + §mBy placing a draconium block in a charging device such as an Energy Infuser and supplying it with 100 million RF you can make a Charged Draconium Block. Currently, in this version of Draconic Evolution, this is not used for anything. + +Equivalent to 12 bookshelves when used as an enchanting booster.§r +§cThis block is currently disabled until some changes can be made. +It is not currently used for much so this should not be a big issue. + + + + name:draconicevolution:nugget,size:1,meta:0,nbt:{} + + + + +Cores come in 4 tiers and are components in almost all Draconic Evolution crafting recipes. + + name:draconicevolution:draconic_core,size:1,meta:0,nbt:{} + + + The lowest tier core. Used in simple crafting recipes + + + name:draconicevolution:wyvern_core,size:1,meta:0,nbt:{} + + Tier 2 core. +Used in more advanced recipes + + + + name:draconicevolution:awakened_core,size:1,meta:0,nbt:{} + + Tier 3 core. +Used in higher tier crafting recipes such as those for draconic tools and weapons. + + + + draconicevolution:chaotic_core + + + + Tier 4 core. + + + + + name:draconicevolution:wyvern_energy_core,size:1,meta:0,nbt:{} + + A Crafting component in all wyvern items that use energy. + + + + name:draconicevolution:draconic_energy_core,size:1,meta:0,nbt:{} + + A Crafting component in all Draconic items that use energy + + + + + §6§nTool Configuration§r + +Tools can be configured via the Tool Config GUI. Click the link below for more details. +The tool config GUI is what you use to configure most Draconic Evolution items. +It can be accessed by pressing the keybinding, which is by default 'C' +If this does not work, check that there are no conflicting keybindings. + +When you open the GUI you will see your inventory. +All configurable items will be highlighted and everything else will be grayed out. +Simply click an item to access its config. + + + + + + §nLink: Fusion Upgrade System + + + + + + + The Wyvern tool set is the first step on the journey towards the ultimate tools! + +The wyvern tools have many advantages over vanilla tools. + +§6§n RF Powered §r + +§6§n Adjustable Mining Speed §r +Not only are these tools faster than vanilla but it is also possible to adjust their speed. +One of the biggest issues with fast tools is it can be really easy to destroy more blocks than intended which can be a big issue when, for example, working in sensitive areas of your base. +This helps solve that issue. + +§6§n 5 Config Profiles §r +Having to open a GUI and make changes every time you want adjust say the mining speed or AOE can be annoying. +So each of these tools has 5 configurable profiles which you can easily switch between using a keybinding (Default is Backslash "\") +These profiles can also be renamed for easier identification. + +§6§n Area of Effect Tools and Weapons §r +All of the tools and weapons have AOE functions. The mining tools also have the option to enable an overlay that shows what blocks are covered by its AOE. + +§6§n AOE Safe Mode §r +This is a feature with all of the mining tools. When enabled the tool will check for any tile entities (e.g. machines) within its range. +If it finds any it will not break any blocks and will instead give you a warning. +This is a good way to avoid say.. accidentally wiping out your processing like when you get home from a mining trip. + +§6§n Higher Attack Damage §r + +§6§n Tools and weapons can be upgraded! §r +For information about tool upgrades click the link below! + §nWyvern Tools + + + name:draconicevolution:wyvern_pick,size:1,meta:0,nbt:{Energy:4000000,Profile_0:{digAOE:0,aoeSafeMode:0b,digSpeed:100,showDigAOE:0b}} + + §b§nStats: + +§64 Million RF capacity upgradable to 32 Million.§r + +§61x1 base mining AOE. Upgradable to 5x5 §r + Wyvern Pickaxe + + + name:draconicevolution:wyvern_axe,size:1,meta:0,nbt:{Energy:4000000} + + §b§nStats: + +§64 Million RF capacity upgradable to 32 Million.§r + +§61x1 base mining AOE. Upgradable to 5x5§r + +§6Tree Harvesting§r +When enabled simply hold right click on the base of a tree and this axe will quickly block by block harvest the entire tree. +This axe can harvest up to 512 blocks at a time. + + Wyvern Axe + + + name:draconicevolution:wyvern_shovel,size:1,meta:0,nbt:{Energy:4000000} + + §b§nStats: + +§64 Million RF capacity upgradable to 32 Million.§r + +§61x1 base mining AOE. Upgradable to 5x5§r + + Wyvern Shovel + + + name:draconicevolution:wyvern_sword,size:1,meta:0,nbt:{Energy:4000000} + + §b§nStats: + +§64 Million RF capacity upgradable to 32 Million.§r + +§615 base Attack. Upgradable to 22.5§r + +§6Attack radius can be upgraded to 5x5§r +Note the AOE attack only works when the sword is fully charged. +(Referring to the new vanilla charging mechanic) + + Wyvern Sword + + + name:draconicevolution:wyvern_bow,size:1,meta:0,nbt:{Energy:4000000} + + The bows in Draconic Evolution are very powerful with many different configurable settings. + +§64 Million RF capacity upgradeable to 32 Million.§r + +§6Arrow damage: base 2, Upgradable to 6§r + +§6Arrow Velocity: base +100%, Upgradable to +300%§r + +§6Auto Fire Mode§r +Will automatically fire when the bow is fully charged. + +§6Explosion Power§r +Allows you to make your arrow explosive. +Max power is equivalent to TNT + +§6Magnification§r +Allows you to zoom in on the target to increase your accuracy + +§aInfo:§r +Damage is calculated by multiplying arrow velocity with arrow damage with some randomness involved. + +The energy required per shot is calculated by multiplying damage, velocity, and explosion power. +This means that just setting all 3 to maximum will require an enormous amount of power per shot. + + Wyvern Bow + + + draconicevolution:draconium_capacitor,1,0,{Energy:64000000} + + Tired of your tools and armor running out of energy when you need them most, you have figured out how to create an item capable of storing an immense amount of energy and transferring it to your items as they need it. + +The wyvern flux capacitor has 4 operating modes and you can sneak-right click the capacitor to cycle between them + +§6Inactive +Charge Armor +Charge Armor + Held Item +Charge Held Item§r + +This capacitor has a base capacity of 64 Million RF and can be upgraded to 128 Million + + §nWyvern Flux Capacitor + + + + These are the top tier Draconic Evolution tools and weapons. + +These tools inherit all of the abilities of the Wyvern tools but with some significant upgrades. + +§6§nAdjustable Dig Depth.§r +All of the mining tools have adjustable mining depth. +Meaning you can for example mine a 5x5x5 cube. + + + + + §nDraconic Tools + + + name:draconicevolution:draconic_pick,size:1,meta:0,nbt:{Energy:16000000} + + §b§nStats: + +§616 Million RF capacity upgradable to 256 Million.§r + +§63x3 base mining AOE. Upgradable to 9x9§r + +§63 block dig depth. Upgradable to 9§r + + Draconic Pickaxe + + + name:draconicevolution:draconic_axe,size:1,meta:0,nbt:{Energy:16000000} + + §b§nStats: + +§616 Million RF capacity upgradable to 256 Million.§r + +§63x3 base mining AOE. Upgradable to 9x9§r + +§63 block dig depth. Upgradable to 9§r + +§6Tree Harvesting§r +When enabled simply hold right click on the base of a tree and this axe will quickly block by block harvest the entire tree. +This axe can harvest up to 8192 blocks at a time. + + Draconic Axe + + + name:draconicevolution:draconic_shovel,size:1,meta:0,nbt:{Energy:16000000} + + §b§nStats: + +§616 Million RF capacity upgradable to 256 Million.§r + +§63x3 base mining AOE. Upgradable to 9x9§r + +§63 block dig depth. Upgradable to 9§r + + Draconic Shovel + + + name:draconicevolution:draconic_hoe,size:1,meta:0,nbt:{Energy:16000000} + + §b§nStats: + +§616 Million RF capacity upgradable to 256 Million.§r + +§63x3 base mining AOE. Upgradable to 9x9§r + +§6Land Fill Mode§r +When this mode is enabled it will try to automatically level out the terrain as it tills using dirt from your inventory. +It will fill up to a 1 block deep depression and harvest up to 1 block above the tilling area. +Any blocks harvested are placed in the player's inventory. + + Draconic Hoe + + + name:draconicevolution:draconic_sword,size:1,meta:0,nbt:{Energy:16000000} + + §b§nStats: + +§616 Million RF capacity upgradable to 256 Million.§r + +§63x3 base attack radius. Upgradable to 13x13§r +Note the AOE attack only works when the sword is fully charged. +(Referring to the new vanilla charging mechanic) + +§635 base Attack. Upgradable to 61.25§r + + Draconic Sword + + + name:draconicevolution:draconic_bow,size:1,meta:0,nbt:{Energy:16000000} + + The bows in Draconic Evolution are very powerful with many different configurable settings. + +§64 Million RF capacity upgradeable to 32 Million.§r + +§6Arrow damage: base 3, Upgradable to 9§r + +§6Arrow Velocity: base +200%, Upgradable to +500%§r + +§6Auto Fire Mode§r +Will automatically fire when the bow is fully charged. + +§6Explosion Power§r +Allows you to make your arrow explosive. +Max power is equivalent to TNT + +§6Arrow of Draconic Fire§r +Switch to firing an arrow composed of pure Draconic energy! +This is essentially the same as infinity but also increases damage. +And allows some other features. + +§6Shock Wave Power§r +This creates a shockwave that deals damage similar to an explosion but more powerful and without damaging blocks. +Only available with Arrow of Draconic Fire + +§6Magnification§r +Allows you to zoom in on the target to increase your accuracy + +§aInfo:§r +Damage is calculated by multiplying arrow velocity with arrow damage with some randomness involved. + +The energy required per shot is calculated by multiplying damage, velocity and explosion power. +This means that just setting all 3 to maximum will require an enormous amount of power per shot. + +Shock Wave is only compatible with Arrow Of Draconic Fire. +And explosive is not compatible with Arrow Of Draconic Fire + + Draconic Bow + + + name:draconicevolution:draconic_staff_of_power,size:1,meta:0,nbt:{Energy:48000000} + + The staff of power is one of the mods powerful items in Draconic Evolution. +It is both a mining tool and a powerful weapon with similar abilities to the Draconic Sword. +But Stronger! + +§b§nStats: + +§648 Million RF capacity upgradeable to 768 Million.§r + +§65x5 base mining AOE. Upgradable to 11x11§r + +§65 block dig depth. Upgradable to 11§r + +§660 base Attack. Upgradable to 105§r +It should be noted that because this is such a large heavy weapon the attack speed is fairly slow. + +§65x5 base attack radius. Upgradable to 17x17§r +Note the AOE attack only works when the sword is fully charged. +(Referring to the new vanilla charging mechanic) + + Draconic Staff Of Power + + + §nClick to the left or right of this text to edit. + + draconicevolution:draconium_capacitor,1,1,{Energy:256000000} + + This capacitor is similar to the wyvern flux capacitor except it has a base capacity of 256 Million RF and can be upgraded to 640 Million. + + §nDraconic Flux Capacitor + + + + + §6§nComparator Output§r +Attaching a comparator to the core itself allows you to check the state of the crafter using redstone. The current state is indicated by the output signal. + +§30§r - §6No Recipe and output slot empty. +§31§r - §6Valid recipe. +§31 > 15§r - §6Crafting in progress. +§315§r - §6Craftign complete/Item in output. + + + name:draconicevolution:fusion_crafting_core,size:1,meta:0,nbt:{} + + §l§nClick here to see setup guide + + Fusion crafting is a process that uses large amounts of energy to combine of "fuse" items together at an atomic level. + +How It Works: + +§6§n Recipes §r + +Each Recipe requires 3 things + +A Catalyst +Fusion Ingredients +And power + +The catalyst is placed in the core and each ingredient is placed in a separate Fusion Crafting Injector. If the recipe is valid you will see the output displayed in the core's GUI as well as an option to start crafting. + +Different recipes also require different tiers crafter tiers. There are currently 4 different Fusion Crafting Tiers. Basic, Wyvern, Draconic, and Chaotic. +The tier of your setup is determined by its crafting injectors. + +§6§n Crafting §r +§o(Just sit back and enjoy the show!)§r +There are 2 different crafting stages Charging and Crafting + +During the charging stage, all active injectors need power to charge. Once charging is complete the crafting process starts. +The crafting stage will run for a few seconds after which the result of the crafting will be deposited in the output slot of the core. + + + + §nFusion Crafting + + + name:draconicevolution:crafting_pedestal,size:1,meta:0,nbt:{} + + + This is the lowest tier Crafting Injector. Used for simple fusion recipes. + + + name:draconicevolution:crafting_pedestal,size:1,meta:1,nbt:{} + + The tier 2 (Wyvern) injector is used for more advance recipes such as Wyvern Tools and Armor + + + + name:draconicevolution:crafting_pedestal,size:1,meta:2,nbt:{} + + Tier 3 (Draconic) Fusion injector is used for most of the more expensive recipes such as Draconic Tools and Armor. + + + + name:draconicevolution:crafting_pedestal,size:1,meta:3,nbt:{} + + Not currently required by any recipes. +Perhaps a hint of things to come... + + + + + + + So as you can see from that injectors can be placed up to 16 blocks away and as long as they are within the area shown and pointing at the core with no obstructions they will work. + +Something to note about fusion crafting is that it does not matter how many injectors you have as long as you have enough for your recipe. +You can also mix and match injector tiers. Meaning if you have a mix of Basic and Wyvern injectors you can still do Wyvern crafting as long as you only use the Wyvern injectors for those recipes. + +The last thing you will need to do is supply power to the crafting injectors. +The amount of power required will depend on the current recipe but all Injectors used by a recipe require power. + + + + The setup process is actually fairly simple. +Just place a fusion crafting core. Then place fusion crafting injectors anywhere you like to the north, south, east, west, above or below the core. +All injectors need to be at least 1 block away from the core and can be offset in any direction on their axis by 1 block. + +That may sound a little confusing so take a look at the image below. +Each glass block represents a valid location for an injector. + + §nGetting started with fusion crafting + + + + + + §nClick here for the setup guide + + name:draconicevolution:energy_storage_core,size:1,meta:0,nbt:{} + + §nLink to a big number + + §6§lTier 1:§r §b45.5 Million RF +§6§lTier 2:§r §b273 Million RF +§6§lTier 3:§r §b1.64 Billion RF +§6§lTier 4:§r §b9.88 Billion RF +§6§lTier 5:§r §b59.3 Billion RF +§6§lTier 6:§r §b356 Billion RF +§6§lTier 7:§r §b2.14 Trillion RF +§6§lTier 8:§r §b...§r + +Ok so about the tier 8... I'm not going to lie to you and tell you that its "Infinite" But its as close as you're going to get. + +Unless someone makes a mod that has, even more, storage but considering that the amount of storage this thing has is already just stupid well... +I would have to question that person's sanity... Almost as much as I question my own. + +As for Tier 8's capacity. If you want an exact number click the link below. + + + If you like energy storage your going to love this! +If you don't... You should probably just stop reading here... + +I give you the Draconic Energy core. Currently the largest energy storage device in modded Minecraft. + +Alright so let's skip to the point: How much does it hold? +Well, there are 8 Tiers and each holds substantially more than the last. + + + + The ultimate energy storage device. + + + §nDraconic Energy Core + + + + + §nThen Energy Pylons. Click here to skip ahead. + + §nNext Stabilizers. Click here to continue. + + + + Build Guide + + + + Tier 2: +1x Energy Core +4x Energy Core Stabilizer +6x Draconium Block + +Tier 4: +1x Energy Core +4x Energy Core Stabilizer +54x Draconium Block +26x Redstone Block + +Tier 6: +1x Energy Core +36x Energy Core Stabilizer +150x Draconium Block +178x Redstone Block + +Tier 8: +Ok... So remember when I said this core is stupidly powerful? +Well, it has a price tag to match... +1x Energy Core +36x Energy Core Stabilizer +786x Draconium Block +378x Awakened Draconium Block + Tier 1: +1x Energy Core +4x Energy Core Stabilizer + +Tier 3: +1x Energy Core +4x Energy Core Stabilizer +26x Draconium Block + +Tier 5: +1x Energy Core +36x Energy Core Stabilizer +90x Draconium Block +80x Redstone Block + +Tier 7: +1x Energy Core +36x Energy Core Stabilizer +210x Draconium Block +328x Redstone Block + + + + + + The Core + Okay so remember the good old days of 1.7 when this was as simple as reading the tablet, +watching some tutorials, placing a ton of blocks then breaking a ton of blocks to find what you did wrong, then placing the blocks again and shift-clicking a stabilizer? + +Well, now it's not so simple... In fact, it's even simpler! (With some exceptions) +The first thing you need to do is place an energy core block at the center of the area you want the core + +Next, right-click the core to open its GUI and set the tier. +If you're building a tier 1 core you can skip ahead to the section on stabilizers. +Otherwise, continue reading. + +Now that you have selected a tier you will need to build a structure around the core from Redstone and Draconium blocks. + +To help you get it right there is a "Build Guide" button in the energy core GUI. This activates a holographic projection of the blocks that need to be placed. +Now just use the build guide to build the core. + +The following is a list of ingredients required for each tier. + + + + §nEnergy Core Setup Guide + + + name:draconicevolution:energy_pylon,size:1,meta:0,nbt:{} + + The max energy though put of a pylon is 2,147,483,647RF/t per side + + + + + + + Energy Pylons are used to insert and extract energy from a core. + +To set one up simply place one within 16 blocks of a core and place a block of glass either above or below it depending on its Y position relative to the core. +If the pylon is above the center of the core the glass needs to be on the bottom. Else if the pylon is below the center of the core the glass needs to be on the top. + +To check that the pylon is connected to the core, simply shift-right-click the pylon block. It will create a line of particles that indicates which core it is connected to. + +If there is more than 1 core nearby this will make the pylon cycle between the cores in range. + +To toggle the pylon between input and output mode simply right click the sphere. + + Energy Pylons + §nBack To Stabilizers + + + name:draconicevolution:particle_generator,size:1,meta:2,nbt:{} + + + + + + §nNext Energy Pylons. Click here to continue. + + §nBack to Core Setup Guide + Once you have at least 1 stabilizer setup correctly you can right click it to once again open the energy core GUI. At this point you will want to turn off the build guide + +You can now also see the status of the core. If you have built the structure correctly the core status should say "Valid". +Once you have also completed the stabilizers you should be able to activate the core. + +Note that the stabilizers can be placed either on the horizontal or vertical plane. + + + + + + + + Stabilizers are an essential part of the core. They well... stabilize it... +If you're building a tier 1-4 core this is as simple as placing 4 stabilizers around the core within 16 blocks. +However, if you're building a higher tier core you will need advanced stabilizers. + +These are simply 9 regular stabilizers in the configuration shown below + + Stabilizers + + + + + name:draconicevolution:draconic_ingot,size:1,meta:0,nbt:{} + name:draconicevolution:draconic_block,size:1,meta:0,nbt:{} + + + Awakened Draconium is what comes next after regular draconium. +It is the base crafting ingredient for all Draconic Tier tools and machines + + §nAwakened Draconium + + + + name:draconicevolution:dragon_heart,size:1,meta:0,nbt:{} + Dropped by the Ender Dragon and Chaos Guardian on death. +This powerful item is used to craft Awakened Draconium. + + + §nThe Dragon Heart + + + name:draconicevolution:nugget,size:1,meta:1,nbt:{} + + + + + §nClick here to learn about fusion crafting! + + Note these upgrades are only applicable to Draconic Evolution items or other mods items if they support the upgrade API. + + + Increases jump power when applied to boots. + name:draconicevolution:tool_upgrade,size:1,meta:11,nbt:{} + + + Increases movement speed when applied to boots. + name:draconicevolution:tool_upgrade,size:1,meta:10,nbt:{} + + + Reduces armor shield recovery time. + name:draconicevolution:tool_upgrade,size:1,meta:9,nbt:{} + + + Increases armor shield capacity. + name:draconicevolution:tool_upgrade,size:1,meta:8,nbt:{} + + + Increases the arrow speed of bows. + name:draconicevolution:tool_upgrade,size:1,meta:7,nbt:{} + + + Increases the draw speed of bows. + name:draconicevolution:tool_upgrade,size:1,meta:6,nbt:{} + + + Increases the max arrow damage of bows. + name:draconicevolution:tool_upgrade,size:1,meta:5,nbt:{} + + + Increases the attack AOE (Area of effect) of weapons. + name:draconicevolution:tool_upgrade,size:1,meta:4,nbt:{} + + + Increases the attack damage of weapons. + name:draconicevolution:tool_upgrade,size:1,meta:3,nbt:{} + + + Increases the AOE (Area Of Effect) of tools. + name:draconicevolution:tool_upgrade,size:1,meta:2,nbt:{} + + + Increases the dig speed of tools it's applied to. + name:draconicevolution:tool_upgrade,size:1,meta:1,nbt:{} + + + Increases the RF capacity of items it's applied to. + name:draconicevolution:tool_upgrade,size:1,meta:0,nbt:{} + + + + + Using the fusion crafting system it is possible to upgrade your tools and weapons. +To do this you will need an upgrade key for the upgrade you want +and the required ingredients for the upgrade level you want to apply. + +Most upgrades have 4 tiers. Basic, Wyvern, Draconic, and Chaotic (Note: chaotic cannot yet be applied to any items) +You must have the previous tier applied before you can apply a higher tier upgrade. + +Each upgrade tier requires different ingredients and its respective tier fusion crafter. +To find the ingredients required for an upgrade key, simply hover over the key in your inventory and hold shift. +You will see a list of all ingredients required. It will cycle through the tiers every 5 seconds. +To pause the display, simply hold CTRL as well. Try it on some of the keys below. + + + §nFusion Upgrades + + + + + + §nDraconic Energy Shield + + Wyvern armor is your first step on the journey towards the ultimate armor set! + +At first glance, the armor in Draconic Evolution may seem to have fairly underwhelming stats. +But the actual armor effect of this armor is NOT its primary line of defense. +All armor in DE comes with a powerful shield that is capable of absorbing massive amounts of damage. +You can read about on the page linked below. +Some pieces of the armor also provide some buffs which can, of course, be configured via the DE config GUI. + +Wearing full wyvern armor gives 100% fire resistance. + + + §nWyvern Armor + + §bStats: + +§6+20 Base Shield Capacity ++2 Armor Toughness ++3 Armor + + draconicevolution:wyvern_helm,1,0,{Energy:3945909,ShieldEntropy:0.0f,ProtectionPoints:38.4f} + + + §nWyvern Helmet + + + draconicevolution:wyvern_chest,1,0,{Energy:3933971,ShieldEntropy:0.0f,ProtectionPoints:102.4f} + + §bStats: + +§6+80 Base Shield Capacity ++2 Armor Toughness ++8 Armor + + §nWyvern Chestplate + + + draconicevolution:wyvern_legs,1,0,{Energy:3932111,ShieldEntropy:0.0f,ProtectionPoints:76.8f,Profile_0:{sprintBoost:0b,armorSpeedModifier:0}} + + §bStats: + +§6+80 Base Shield Capacity ++2 Armor Toughness ++6 Armor +Movement Speed boost + + §nWyvern Leggings + + + draconicevolution:wyvern_boots,1,0,{Energy:3932111,ShieldEntropy:0.0f,ProtectionPoints:38.4f,Profile_0:{sprintBoost:0b,armorJumpModifier:0}} + + §bStats: + +§6+20 Base Shield Capacity ++2 Armor Toughness ++3 Armor +Reduced fall damage +Jump Height boost + + §nWyvern Boots + + + + + + Draconic Armor is the ultimate armor! +This armor has all the same abilities as the wyvern armor but upgraded as well as a few new abilities! + + §nDraconic Armor + + §bStats: + +§6Night Vision §a(Configurable) +§6Cures negative potion effects +Bypass suffocation and drowning damage +Removes mining slowdown underwater (Aqua Affinity) ++60 Base Shield Capacity ++3 Armor Toughness ++3 Armor + + + draconicevolution:draconic_helm,1,0,{Energy:15793200,ShieldEntropy:0.0f,ProtectionPoints:76.8f,Profile_0:{armorNVLock:0b,armorNV:0b}} + + + Click To Edit + + + draconicevolution:draconic_chest,1,0,{Energy:15798257,ShieldEntropy:0.0f,ProtectionPoints:204.8f,Profile_0:{sprintBoost:0b,armorInertiaCancel:0b,armorFSpeedModifier:0,armorVFSpeedModifier:0}} + + §bStats: + +§6Flight §a(Configurable) +§6Removes mining slowdown while in the air +Fire immunity ++200 Base Shield Capacity ++3 Armor Toughness ++8 Armor + + Click To Edit + + + draconicevolution:draconic_legs,1,0,{Energy:15798257,ShieldEntropy:0.0f,ProtectionPoints:153.6f,Profile_0:{sprintBoost:0b,armorSpeedModifier:0}} + + §bStats: + +§6Speed Boost §a(Configurable) +§6+180 Base Shield Capacity ++3 Armor Toughness ++6 Armor + + Click To Edit + + + draconicevolution:draconic_boots,1,0,{Energy:15811507,ShieldEntropy:0.0f,ProtectionPoints:76.8f,Profile_0:{sprintBoost:0b,armorJumpModifier:0,armorHillStep:1b}} + + §bStats: + +§6Fall protection +§6Jump boost §a(Configurable) +§6Uphill Step Assist §a(Configurable) +§6+60 Base Shield Capacity ++3 Armor Toughness ++3 Armor + + Click To Edit + + + + + + + + + + Both Wyvern and Draconic armor have a shield that is capable of absorbing damage. + +Wearing any piece of Draconic or Wyvern armor will give you this shield, but the more pieces you have the more damage the shield will be able to absorb. Draconic armor pieces give more absorption than Wyvern. + + When your shield is active you will see its stats in a HUD that will, by default, be displayed to the left of your hot-bar (This can be configured in the HUD config screen which is accessed via the tool config GUI) + + The HUD shows three stats. Shield points (Large Red-Green bar), Entropy (Small Green bar), and the total remaining RF stored in your armor (Small Blue bar). The Numerical values for these stats will also be shown if enabled in the HUD config. + + The Shield Points or Capacity is the number of damage points (Half a heart) the armor can absorb. This will drop when you take damage. As long as any piece of armor has power, your shield points will regenerate at the cost of RF. The base regeneration rate is the equivalent of the entire capacity every 3 seconds. + + Entropy ranges from 0 to 100%. It will increase each time you receive damage and will slowly decrease when you are not taking damage. Entropy reduces the rate at which your shield points regenerate. If your entropy reaches 100% your shield will not regenerate at all. + + The shield can be upgraded using Upgrade Modifiers. Upgrading Shield Capacity will increase your shield points and upgrading Shield Recovery will increase the rate at which Entropy recovers. Note that the recovery rate is calculated by averaging the Recovery Points of all equipped armor pieces. + + The shield also has a last standability. It is capable of blocking any fatal blow at the cost of 10 million RF. If you have less then 10MRF total stored in your armor this ability will not work at all and you will die. + + §nDraconic Energy Shield + + + draconicevolution:diss_enchanter + + With this device you are able to transfer enchantments (one at a time) from your items to books at the cost of experience. + +The cost is determined by the level of each enchantment relative to the enchantment's max level. Removing an enchantment from an item also has the secondary effect of reducing the item's repair cost making it possible to re-enchant the same item as many times as you like. + +To use it simply place the enchanted item in the first slot, place a regular book in the center slot and press the transfer button. The first enchantment will be stripped from the item and applied to the book. + + §nDisenchanter + + + Draconic Evolution has a number of items designed to assist with your teleportation needs! + + + + §nDislocation + + draconicevolution:dislocator + + You have managed to infuse the powers of The End with your knowledge of the Draconic to create a basic teleporter, but at a cost. + +The energies binding them are unstable and only last for 10 uses, and will take some of your life energy with each use + +It can only be linked to a single location but works across dimensions. Once used up, you must create a new one. + + §nDislocator + + + draconicevolution:dislocator_advanced,1,0,{} + + Learning how draconic powers interact with the powers of the endermen, you have created the ultimate teleporter. + +You can now store up to 100 locations and use the endermen’s own pearls as fuel. + +This device can teleport you extreme distances - even across dimensions - at will. + +Shift + right click to open the GUI. Most functionality should be self-explanatory. + +On the left is the destination list. Each destination has a lock button that prevents you from accidentally overwriting or deleting it. + +Right-clicking a destination in the list will teleport you to it without actually selecting the destination. + +On the right, starting from the top, you have information about the selected destination, an option to rename the selected destination, an option to change the selected destination to your current coordinates and an option to delete the selected destination. + +Under that is the fuel, an option to teleport to the selected destination, an option to add your current location as a new destination, and an option to add Ender Pearls from your inventory to be used as fuel (shift + click to add a stack). + +You can also shift + scroll with the item in your hand to cycle through the destinations without opening the GUI or right-click to teleport to the current destination. + +You can also teleport players and mobs by left-clicking them - however, players must be holding shift and mobs cannot be teleported across dimensions. + +It is possible to transfer locations between dislocators. Simply place an advanced dislocator and a basic or another advanced dislocator in the first and second slots of a crafting grid to transfer a location from the dislocator in slot 1 to the dislocator in slot 2. + +When transferring from a basic to advanced dislocator the location will be given the name "*Copy*" When going from advanced to basic the currently selected location in the advanced dislocator will be set as the bound location in the basic dislocator. + + §nAdvanced Dislocator + + + draconicevolution:dislocator_pedestal + + You have figured out how to create a simple pedestal on which you can place your Basic or Advanced Charms of Dislocation. + +Simply right-click with a Charm in your hand to place it on the pedestal, then right-click the pedestal to teleport. + +The advantage of this is that the Charms won't take damage or use fuel. The disadvantage is you cannot bring them with you to your destination. + +To remove the charm from the pedestal simply shift + right-click with an empty hand. + +When it is holding a Basic Charm of Dislocation that has been renamed in an anvil or an Advanced Charm of Dislocation with a destination set either the name or destination will be displayed above the pedestal respectively. + +If you hold shift all names will be hidden except the one you are looking at. (Shift behavior can be reversed in the config) + + §nDislocator Pedestal + + + + + draconicevolution:dislocator_receptacle + + Like Obsidian, Infused Obsidian can be used to create a magical portal, but with some big differences. This portal can be any shape and any size between 1x1 and 150x150 blocks and using a dislocator to set the destination this portal can send you to any location. + +When building a portal the only restriction is it must be a 2-dimensional structure but the shape can be anything you like! As long as the internal area is a complete loop. Then replace any block in the structure with a Dislocator Receptacle so that 1 side of the receptacle is touching the portal area (It can also be in a corner) + +To activate the portal simply right-click the Receptacle with a Basic or Advanced Charm of Dislocation that is bound to a location. + +You can also pipe Dislocators in and out of the Receptacle with hoppers or other methods of automation. + +It is possible to hide the Dislocator Receptacle by right-clicking it with a piece of infused obsidian. + +The portal will also respond to a redstone signal. By default, the portal will activate when a dislocator is inserted. But when powered by redstone the portal will become redstone dependent. + +While powered by redstone the dislocator is locked in the receptacle. + + §nDislocator Receptacle + + + draconicevolution:magnet + + Using the teleportation power of a dislocator you have found a way to teleport items dropped in the world directly into your inventory! +The range of this dislocator is 8 blocks. + +To activate, simply shift+right click. + +§6Quality Of Life features§r +Holding shift will temporarily disable the dislocator. +If another player is within 3 blocks of an item and they are closer to it than you are the dislocator will not collect it. +When you throw an item the dislocator will wait for its pick up delay to expire before collecting it again. (Meaning you can actually throw items to other players now!) + + + §nItem Dislocator + + + draconicevolution:magnet,1,1 + + This is exactly the same as the regular Item Dislocator except it has a 32 block range! + + §nAwakened Item Dislocator + + + + draconicevolution:generator + + This is just a simple no thrills generator that burns most fuel sources and produces 84RF/t + + §nGenerator + + + + draconicevolution:energy_infuser + + Seeing the need for faster energy transfer you have found a way to bring the Infuser to being. + +This charger is capable of charging items at up to 1 million RF/t. +But it should be noted the actual charge rate is limited by the max intake rate of the item being charged. +This charger is ideal for charging Draconic Evolution items as they are capable of accepting energy at an extremely fast rate. + + §nEnergy Infuser + + + + draconicevolution:grinder + + Everyone needs effective mob farms. For the cost of a bit of RF power, you can kill to your heart's content knowing the forces of the Draconic have your back! + +The grinder will kill all mobs in a 7x7 area in front of it. + +In order to reduce lag, experience orbs dropped by the grinder will despawn after 30 seconds if not collected. It is recommended that you use something like the EnderIO XP Vacuum to collect the experience orbs (if available). + +The grinder can be powered either externally or by a capacitor placed in the capacitor slot in its GUI. + + §nMob Grinder + + + + draconicevolution:celestial_manipulator + + The Celestial Manipulator is the ultimate time and weather control device! + +This device has 2 main operating modes: Time and Weather, each mode has different functions. +§3Weather: +§6Stop Rain +Start Rain +Start Thunderstorm + +§3Time: +§6Skip to sunrise +Skip to mid-day +Skip to sunset +Skip to moon rise + +Skip to midnight +Skip to moonset +Skip 24.§r +This function skips to the same time the next Minecraft day. This is useful because using the stop button you can stop the time acceleration at any point along the way + +Each of these functions should be fairly self-explanatory. + +This device can also be configured for redstone control. In the redstone control tab, you can select which time or weather function to execute on redstone signal. If set to Skip 24 the time acceleration will stop early if the redstone signal stops. + +Note time acceleration does not actually speed up game ticks, it just changes the world time. + +This device also requires a significant amount of RF power. + + §nCelestial Manipulator + + + + + + draconicevolution:entity_detector + draconicevolution:entity_detector,1,1 + + + This is an advanced entity detector with a lot of useful features. + +These detectors are capable of searching for specific entity types and emitting a customized redstone signal based on what they find. +These detectors send out scanning pulses at a configurable frequency and then update their redstone output based on what they find. + +§bFeatures: +§3Basic:§6 +10 Block max scanning range. +1.5 Second max scanning rate. +60 Second min scanning rate. +0.25 Second max scanning rate +Filter by Player, Hostile, Passive, or any combination. + +§5Advanced:§6 +64 Block max range +0.25 Second max scanning rate +Filter by Player, Hostile, Passive, Other, or any combination. +White List / Black List§r + +The blacklist/whitelist in the advanced detector can be set to search for or ignore pretty much any entity in the game. And not just living entities either! +It can also search for specific players. + +§4Redstone:§r +The redstone output has 2 modes. Fixed and Pulsed. +In fixed mode, the redstone signal will be constant between scanning pulses. +In pulse mode, it will emit a 1 tick redstone pulse each scanning pulse (Assuming it finds entities) + +These devices can also be configured to output different signal strength depending on the number of entities detected. +This control comes in the form of 2 controls within the GUI. RS Min and RS Max. +RS Min is the number of entities that must be detected by the device to output a signal strength of 1. +RS Max is the number required for an output strength of 15. +The output strength will vary accordingly if the number of entries detected is between these 2 values. + + §nEntity Detector & Advanced Entity Detector + + + + + draconicevolution:potentiometer + + A simple redstone emitter that is capable of emitting a variable strength redstone signal between 0 and 15. + + §nPoterntiometer + + + + draconicevolution:rain_sensor + A device that emits a redstone signal when it rains. +(Needs to be able to see the sky) + + §nRain Sensor + + + + draconicevolution:crystal_binder,1,0,{draconicevolution:binder:[645,64,315,]} + + The Draconic Evolution energy network is unlike any other. Both visually and functionally it is unique. + +Before you get started messing with this system you will need a Crystal Binder. +Note that in the future you will likely be able to use tools from other mods as well, but as of the time I am writing this, there is only one other mod that has this support and that mod is not yet ready for a 1.10 release. + +The DE energy network is comprised of "Energy Crystals." Each energy crystal has an internal energy buffer and crystals can be linked to one another using a Crystal Binder. +When 2 or more crystals are linked, they will attempt to balance their stored energy so they are both at the same charge level. +Each crystal can only support a certain number of connections to other crystals. The exact number of connections is determined by the type and tier of the crystal. + +§6Linking§r +In order to link a crystal to another crystal or some other valid device simply shift-right-click on one of the crystals with a binder, which will save that crystal to the binder. +Then simply right-click the target block to create a link. The binder will remember the block it is bound to until you bind it to another block or shift-right-click the air. + +§6GUI§r +When you look at a crystal the DE HUD will give you information about its links and energy flow. +Right clicking on a crystal will display its GUI, in which you will see a list of all linked devices as well as the energy flow to each one. +Clicking on an item in the list will give you the option to identify a link using a red beam between the crystal and the target device, as well as an option to break the link. +There is also a button at the top of the list that allows you to clear all links. + +§6Crystal Types§r +There are 3 types of crystals. Energy I/O, Energy Relay and Wireless Energy. + +§6Energy I/O:§r +This is the crystal you will use to insert and extract energy from your crystal network. +To use this crystal, simply place it on the side of your energy source/consumer and connect it to your crystal network. +This crystal has 3 I/O modes which you can cycle between by shift right clicking with an empty hand. Input, Output, and Balance. +Input will make the crystal accept energy from the block it is attached to and output will attempt to send energy to the attached block. +Balance mode is not yet fully implemented but is meant for use with energy conduits from other mods. This functionality needs to also be supported by the other mod and thus may not work with all conduits. +This crystal type only supports a very limited number of connections to other crystals. + +§6Energy Relay:§r +This crystal is meant to act as a hub to which you can connect other crystals. Therefore it supports a lot more connections than the I/O crystal. +This crystal can only link to other crystals and cannot be connected to other blocks. + +§6Wireless Energy:§r +This crystal is similar to the energy relay except that it supports fewer crystal links, but can wirelessly connect to a number energy receivers. +This connection can only supply power to devices, not receive it, and the max energy flow is lower than that of the I/O Crystal. +The advantage of this crystal is that it supports a large number of connections, meaning you could place one in the middle of your workshop and have it power most, if not all, of your machines. + +Note: See the page for each crystal type for a full list of stats. + +§6Energy Visualization:§r +When energy is flowing between two crystals it can be visualized by a beam of energy the intensity of which roughly indicates the rate at which energy is flowing. +When energy is flowing from a wireless energy crystal to a block, the energy flow is indicated by a stream of particles the density and speed of which roughly indicates the rate at which energy is flowing. + + + §nThe Basics + + + draconicevolution:energy_crystal,1,5,{} + draconicevolution:energy_crystal,1,4,{} + draconicevolution:energy_crystal,1,3,{} + + Stats: + +§9Basic§r +Capacity: 4 Million +Max Links: 2 + +§5Wyvern§r +Capacity: 16 Million +Max Links: 3 + +§6Draconic§r +Capacity: 64 Million +Max Links: 4 + + §nEnergy I/O Crystal + + + + draconicevolution:energy_crystal,1,2 + draconicevolution:energy_crystal,1,1 + draconicevolution:energy_crystal + + Stats: + +§9Basic§r +Capacity: 4 Million +Max Links: 8 + +§5Wyvern§r +Capacity: 16 Million +Max Links: 16 + +§6Draconic§r +Capacity: 64 Million +Max Links: 32 + + §nCrystal Relay + + + + draconicevolution:energy_crystal,1,8 + draconicevolution:energy_crystal,1,7 + draconicevolution:energy_crystal,1,6 + + Stats: + +§9Basic§r +Capacity: 4 Million +Max Links: 4 +Max Wireless Links: 16 + +§5Wyvern§r +Capacity: 16 Million +Max Links: 8 +Max Wireless Links: 32 + +§6Draconic§r +Capacity: 64 Million +Max Links: 16 +Max Wireless Links: 64 + + §nWireless Energy Crystal + + + + + draconicevolution:ender_energy_manipulator,5 + + §bDont want to risk incurring the wrath of the Enderman by killing the Ender Dragon? +But you still want to get your hands on a dragon egg? +No problem! +This mystical device allows you to extract an egg from the Ender Dragon without killing her! +To get started simply craft this item and right click the end portal with it (in the end) +The process will begin immediately. +Note this may anger the enderman just a little but they will get over it. It's not like your killing the dragon after all. + + §nEnder Energy Manipulator + + + + + As mentioned when you create a spawner it will be the same tier as the core you used to create it. +If you wish to upgrade (or downgrade) a spawner you can simply right-click the spawner with a different type of core. +The new core will be applied and the previous core will be removed and dropped as an item. + +Each spawner tier has certain improvements over the last. +The spawn range for all spawners is 4 blocks (the same as the vanilla spawner) + +§1§nBasic§r +The basic tier is very similar to the vanilla spawner. +It §3spawns up to 4 mobs at a time with a delay of between 10 and 40 seconds§r between spawns. +It §crequires a player to be within 24 blocks§r to function +and mobs §cwill only spawn if their spawn requirements are met§r e.g. grass for cows, pigs, etc.. and darkness for monsters. + +§5§nWyvern§r +§3spawns up to 6 mobs at a time with a delay of between 5 and 20 seconds§r between spawns. +§3 does not require a player nearby.§r +§cWill only spawn if their spawn requirements are met§r e.g. grass for cows, pigs, etc.. and darkness for monsters. + +§6§nDraconic§r +§3spawns up to 8 mobs at a time with a delay of between 2.5 and 10 seconds§r between spawns. +§3Does not require a player nearby.§r +§3Ignores mob spawn requirements.§r + +§0§nChaotic§r +§3spawns up to 12 mobs at a time with a delay of between 1.25 and 5 seconds§r between spawns. +§3Does not require a player nearby.§r +§3Ignores mob spawn requirements.§r +§cWarning things may get a little chaotic if you choose to use this spawner!§r + + +Note: If you have EnderIO installed you can create stabilized spawners by crafting a core with an EnderIO broken spawner, + +Creative Note: If you wish to set the type for a spawner in creative mode you can do so using a spawn egg. + §nYou can learn more about mob souls by clicking here + + + §n Draconic + §n Chaotic + + + §n Basic + §n Wyvern + + + draconicevolution:draconic_spawner,1,0,{DETileData:{SyncableEnum0:2b,SyncableStack1:{id:"draconicevolution:mob_soul",Count:1b,tag:{EntityName:"Zombie"},Damage:0s}}} + draconicevolution:draconic_spawner,1,0,{DETileData:{SyncableEnum0:3b,SyncableStack1:{id:"draconicevolution:mob_soul",Count:1b,tag:{EntityName:"Cow"},Damage:0s}}} + + + draconicevolution:draconic_spawner,1,0,{DETileData:{SyncableEnum0:0b,SyncableStack1:{id:"draconicevolution:mob_soul",Count:1b,tag:{EntityName:"Pig"},Damage:0s}}} + draconicevolution:draconic_spawner,1,0,{DETileData:{SyncableEnum0:1b,SyncableStack1:{id:"draconicevolution:mob_soul",Count:1b,tag:{EntityName:"Creeper"},Damage:0s}}} + + + Stabilizing a spawner turns it into a very useful tool for spawning all sorts of mobs. +To get one all you have to do is right click a vanilla spawner with any of the 4 DE Cores. +The spawner will consume the core and convert the spawner to the equivalent tier Stabilized Spawner which will be dropped as an item in the world. +This, of course, means there are 4 spawner tiers as there are 4 core tiers. + +It should be noted that when the spawner drops it will be set to spawn the same entity as the original spawner. +It should also be noted that once placed you can not pick up a spawner without destroying the mob soul it contains. +In order to reset the spawner to the same or a different mob type, you need to apply a new mob soul. + + §nStabilized Spawner + + + + Stabilized Mob Spawner + + Mob souls are occasionally dropped my mobs when killed by a player using a weapon with the Reaper modifier. + +The drop chance is extremely low. +1 in 1000 for hostile mobs and 1 in 800 for passive mobs (configurable) for unenchanted wyvern weapons. +But the chances of getting a soul can be improved using the reaper enchant. + +DE tools essentially have a built-in reaper modifier equivalent to reaper lvl 1 for Wyvern, lvl 2 for Draconic and lvl 3 for the Staff of Power. +The calculation to figure out your drop chance is the base drop chance divided by the weapons built in reaper modifier plus the reaper enchant lvl. + +So the calculation for say.. A Draconic sword with reaper 5 would be as follows, +built-in modifier = 2, +reaper lvl = 5, +drop chance = 1000 / (2 + 5) + +Result: Drop chance is 1 in 142 + +If the reaper modifier is 0 (so a non-DE weapon without the reaper enchant) there is 0 chance of getting a soul. + +Some mods may implement the reaper modifier on their weapons but as of the time of writing this, I do not know of any that do. + + +§bThe main use for a mob soul is setting the spawn type for a Stabilized spawner but they can also be used to spawn their respective entity by shift right clicking on a block with a soul. + + draconicevolution:mob_soul,1,0,{EntityName:"[Random-Display]"} + §nMob Soul + + + + + + + + draconicevolution:draconium_chest + + The Draconium chest is probably one of the most versatile storage devices around! +Not only does it have 260 inventory slots but it also has a powerful multi-slot furnace +and a crafting table for your convenience! +On top of all that, it has some very powerful I/O configuration options but we will get to that in a bit. First... + +§6The furnace§r + +The built-in furnace is no ordinary furnace. For starters, it can smelt 5 items at a time. at a very reasonable speed. +But if that isn't enough for you it can be upgraded! By simply placing a wyvern, Awakened or Chaotic core +in the furnace upgrade slot you can make it even faster! +And if that still wasn't enough as long as there is a wyvern core or better in the upgrade slot the furnace will double ores! + +But it should be noted that while increasing the speed this also increases the energy consumption +a lot more than it decreases the process time. + +It should also be noted that when upgraded the core is not actually consumed and can be removed at any time. + +The furnace requires power which can be supplied externally or via a flux capacitor in its capacitor slot. + +The furnace also has an auto feed option which does exactly what you think. +It automatically feeds the furnace smeltable items from the inventory. +There are 4 feed modes: + +§bOFF§r +Self-explanatory... + +§bFILL§r +Will only feed the furnace when there are already items smelting +and will only keep the existing stacks currently smelting full. +Will NOT start to smelt items types that you have not manually +placed in the furnace, + +§bLOCK§r +Pretty much the same as FILL except it will not smelt the last item. +meaning as soon as more of that item show up in the inventory +it will automatically start feeding again. + +§bALL§r +Smelts every smeltable item in the inventory. + +Next... +The §6Crafting Grid§r +Actually, there's not much to say here. +It looks like a crafting table, +It smells like a crafting table, +It tastes like a crafting table... +It is a crafting table! +With full JEI support! + +Next. +§6Configurable IO Regions§r +This is where things get very interesting... +By default, the inventory works like any other inventory. You can insert or extract items from any slot from any side of the block. +And the furnace can also insert or extract from any slot. +But this can be changed! + +You have the ability to split the inventory up into up to 6 separate I/O regions. +Each region can be separately configured with total control over what sides of the chest the slots can be accessed from +with the ability to mark sides as input and or output only or just disabled completely. +You can also configure which regions the internal furnace can accept or insert items into. +There is also a "default region" which controls all slots that are not assigned to a region and can be configured like all other regions. + +To assign slots to a region you simply select the region in the editor and click and drag in the inventory to draw a rectangle around the slots you want in the region. +Also when you have the region editor open you can simply click on existing regions to switch between them + +The uses for this are endless but 1 simple example... +You create 2 regions. +Region 1 only accepts items from the left side of the chest and the furnace can only pull from region 1. +Region 2 only allows items to be extracted from the right side of the chest and the furnace can only output to region 2. + +Now when you pump items into the left side on the chest they will go to region 1, get smelted and then output to region 2 ready to be extracted from the right side of the chest. + +§6Also! if ALL that wasn't enough§r +The chest stores its inventory when broken, +And you can make it any colour you want!!! + + Much more then just a bigger inventory! + + §nDraconium Chest + + diff --git a/config/brandon3055/ProjectIntelligence/manifest.json b/config/brandon3055/ProjectIntelligence/manifest.json new file mode 100644 index 00000000..dbe067e1 --- /dev/null +++ b/config/brandon3055/ProjectIntelligence/manifest.json @@ -0,0 +1,9 @@ +[ + { + "name": "Draconic Evolution", + "modid": "draconicevolution", + "downloads": { + "https://raw.githubusercontent.com/brandon3055/Project-Intelligence-Docs/master/ModDocs/Draconic%20Evolution/draconicevolution-en_US.xml": 16 + } + } +] \ No newline at end of file diff --git a/config/brandon3055/ProjectIntelligence/options.json b/config/brandon3055/ProjectIntelligence/options.json new file mode 100644 index 00000000..d6fb3ece --- /dev/null +++ b/config/brandon3055/ProjectIntelligence/options.json @@ -0,0 +1,9 @@ +{ + "colourNavWindow": "ff3c3f41", + "colourContentWindow": "ff3c3f41", + "colourMenuBar": "ff3c3f41", + "colourNavText": "ffff", + "colourText2": "8c8c8c", + "editMode": false, + "editTarget": "[CONFIG]" +} \ No newline at end of file diff --git a/config/brandon3055/ProjectIntelligence/projectintelligence.xml b/config/brandon3055/ProjectIntelligence/projectintelligence.xml new file mode 100644 index 00000000..808e847b --- /dev/null +++ b/config/brandon3055/ProjectIntelligence/projectintelligence.xml @@ -0,0 +1,16 @@ + + + Project Intelligence AKA "Project Intel" or "PI" is an ingame documentation mod i am currently building as a part of Draconic Evolution. + +At first this will just be used for Draconic Evolution but once it is complete it will be split off into its own separate mod. + +My goal for this mod is for it to one day have documentation for almost all mods in existence. + +But obviously there is no way one person could handle that much work so i will be leaving it up to the community to document as many mods as possible. + +(Project intelligence downloads all of its content (Not including this page) from github. So if this is the only page you see check that you are connected to the internet. You can also check the console for errors.) + + + Document All The Things!!!! + §o§nProject Intelligence + diff --git a/config/brandon3055/ResourceCache/Cache#-1043527537.png b/config/brandon3055/ResourceCache/Cache#-1043527537.png new file mode 100644 index 00000000..7612f0f8 Binary files /dev/null and b/config/brandon3055/ResourceCache/Cache#-1043527537.png differ diff --git a/config/brandon3055/ResourceCache/Cache#-2094356963.png b/config/brandon3055/ResourceCache/Cache#-2094356963.png new file mode 100644 index 00000000..d944c406 Binary files /dev/null and b/config/brandon3055/ResourceCache/Cache#-2094356963.png differ diff --git a/config/brandon3055/ResourceCache/Cache#-2144074589.png b/config/brandon3055/ResourceCache/Cache#-2144074589.png new file mode 100644 index 00000000..7926f451 Binary files /dev/null and b/config/brandon3055/ResourceCache/Cache#-2144074589.png differ diff --git a/config/brandon3055/ResourceCache/Cache#-280242610.png b/config/brandon3055/ResourceCache/Cache#-280242610.png new file mode 100644 index 00000000..3afa9b8b Binary files /dev/null and b/config/brandon3055/ResourceCache/Cache#-280242610.png differ diff --git a/config/brandon3055/ResourceCache/Cache#-281166131.png b/config/brandon3055/ResourceCache/Cache#-281166131.png new file mode 100644 index 00000000..961042ad Binary files /dev/null and b/config/brandon3055/ResourceCache/Cache#-281166131.png differ diff --git a/config/brandon3055/ResourceCache/Cache#-281734129.png b/config/brandon3055/ResourceCache/Cache#-281734129.png new file mode 100644 index 00000000..2aeda489 Binary files /dev/null and b/config/brandon3055/ResourceCache/Cache#-281734129.png differ diff --git a/config/brandon3055/ResourceCache/Cache#-458702766.png b/config/brandon3055/ResourceCache/Cache#-458702766.png new file mode 100644 index 00000000..caacf79f Binary files /dev/null and b/config/brandon3055/ResourceCache/Cache#-458702766.png differ diff --git a/config/brandon3055/ResourceCache/Cache#-471200213.png b/config/brandon3055/ResourceCache/Cache#-471200213.png new file mode 100644 index 00000000..afcd8487 Binary files /dev/null and b/config/brandon3055/ResourceCache/Cache#-471200213.png differ diff --git a/config/brandon3055/ResourceCache/Cache#-704954042.png b/config/brandon3055/ResourceCache/Cache#-704954042.png new file mode 100644 index 00000000..2dd2585c Binary files /dev/null and b/config/brandon3055/ResourceCache/Cache#-704954042.png differ diff --git a/config/brandon3055/ResourceCache/Cache#1141786692.png b/config/brandon3055/ResourceCache/Cache#1141786692.png new file mode 100644 index 00000000..86bc419d Binary files /dev/null and b/config/brandon3055/ResourceCache/Cache#1141786692.png differ diff --git a/config/brandon3055/ResourceCache/Cache#1219423700.png b/config/brandon3055/ResourceCache/Cache#1219423700.png new file mode 100644 index 00000000..febe8ff6 Binary files /dev/null and b/config/brandon3055/ResourceCache/Cache#1219423700.png differ diff --git a/config/brandon3055/ResourceCache/Cache#1223117784.png b/config/brandon3055/ResourceCache/Cache#1223117784.png new file mode 100644 index 00000000..cf2b729a Binary files /dev/null and b/config/brandon3055/ResourceCache/Cache#1223117784.png differ diff --git a/config/brandon3055/ResourceCache/Cache#1407900994.png b/config/brandon3055/ResourceCache/Cache#1407900994.png new file mode 100644 index 00000000..52faae26 Binary files /dev/null and b/config/brandon3055/ResourceCache/Cache#1407900994.png differ diff --git a/config/brandon3055/ResourceCache/Cache#1523870139.png b/config/brandon3055/ResourceCache/Cache#1523870139.png new file mode 100644 index 00000000..ed5881e1 Binary files /dev/null and b/config/brandon3055/ResourceCache/Cache#1523870139.png differ diff --git a/config/brandon3055/ResourceCache/Cache#1766485387.png b/config/brandon3055/ResourceCache/Cache#1766485387.png new file mode 100644 index 00000000..15d99cf8 Binary files /dev/null and b/config/brandon3055/ResourceCache/Cache#1766485387.png differ diff --git a/config/brandon3055/ResourceCache/Cache#2134442667.png b/config/brandon3055/ResourceCache/Cache#2134442667.png new file mode 100644 index 00000000..0478d4d2 Binary files /dev/null and b/config/brandon3055/ResourceCache/Cache#2134442667.png differ diff --git a/config/brandon3055/ResourceCache/Cache#310539011.png b/config/brandon3055/ResourceCache/Cache#310539011.png new file mode 100644 index 00000000..11680647 Binary files /dev/null and b/config/brandon3055/ResourceCache/Cache#310539011.png differ diff --git a/config/brandon3055/ResourceCache/Cache#402156697.png b/config/brandon3055/ResourceCache/Cache#402156697.png new file mode 100644 index 00000000..7602aec9 Binary files /dev/null and b/config/brandon3055/ResourceCache/Cache#402156697.png differ diff --git a/config/brandon3055/ResourceCache/Cache--1043527537.png b/config/brandon3055/ResourceCache/Cache--1043527537.png new file mode 100644 index 00000000..7612f0f8 Binary files /dev/null and b/config/brandon3055/ResourceCache/Cache--1043527537.png differ diff --git a/config/brandon3055/ResourceCache/Cache--2094356963.png b/config/brandon3055/ResourceCache/Cache--2094356963.png new file mode 100644 index 00000000..d944c406 Binary files /dev/null and b/config/brandon3055/ResourceCache/Cache--2094356963.png differ diff --git a/config/brandon3055/ResourceCache/Cache--2144074589.png b/config/brandon3055/ResourceCache/Cache--2144074589.png new file mode 100644 index 00000000..7926f451 Binary files /dev/null and b/config/brandon3055/ResourceCache/Cache--2144074589.png differ diff --git a/config/brandon3055/ResourceCache/Cache--280242610.png b/config/brandon3055/ResourceCache/Cache--280242610.png new file mode 100644 index 00000000..3afa9b8b Binary files /dev/null and b/config/brandon3055/ResourceCache/Cache--280242610.png differ diff --git a/config/brandon3055/ResourceCache/Cache--281166131.png b/config/brandon3055/ResourceCache/Cache--281166131.png new file mode 100644 index 00000000..961042ad Binary files /dev/null and b/config/brandon3055/ResourceCache/Cache--281166131.png differ diff --git a/config/brandon3055/ResourceCache/Cache--281734129.png b/config/brandon3055/ResourceCache/Cache--281734129.png new file mode 100644 index 00000000..2aeda489 Binary files /dev/null and b/config/brandon3055/ResourceCache/Cache--281734129.png differ diff --git a/config/brandon3055/ResourceCache/Cache--458702766.png b/config/brandon3055/ResourceCache/Cache--458702766.png new file mode 100644 index 00000000..caacf79f Binary files /dev/null and b/config/brandon3055/ResourceCache/Cache--458702766.png differ diff --git a/config/brandon3055/ResourceCache/Cache--471200213.png b/config/brandon3055/ResourceCache/Cache--471200213.png new file mode 100644 index 00000000..afcd8487 Binary files /dev/null and b/config/brandon3055/ResourceCache/Cache--471200213.png differ diff --git a/config/brandon3055/ResourceCache/Cache--653375838.png b/config/brandon3055/ResourceCache/Cache--653375838.png new file mode 100644 index 00000000..f6387861 Binary files /dev/null and b/config/brandon3055/ResourceCache/Cache--653375838.png differ diff --git a/config/brandon3055/ResourceCache/Cache--704954042.png b/config/brandon3055/ResourceCache/Cache--704954042.png new file mode 100644 index 00000000..2dd2585c Binary files /dev/null and b/config/brandon3055/ResourceCache/Cache--704954042.png differ diff --git a/config/brandon3055/ResourceCache/Cache-1141786692.png b/config/brandon3055/ResourceCache/Cache-1141786692.png new file mode 100644 index 00000000..86bc419d Binary files /dev/null and b/config/brandon3055/ResourceCache/Cache-1141786692.png differ diff --git a/config/brandon3055/ResourceCache/Cache-1219423700.png b/config/brandon3055/ResourceCache/Cache-1219423700.png new file mode 100644 index 00000000..febe8ff6 Binary files /dev/null and b/config/brandon3055/ResourceCache/Cache-1219423700.png differ diff --git a/config/brandon3055/ResourceCache/Cache-1223117784.png b/config/brandon3055/ResourceCache/Cache-1223117784.png new file mode 100644 index 00000000..cf2b729a Binary files /dev/null and b/config/brandon3055/ResourceCache/Cache-1223117784.png differ diff --git a/config/brandon3055/ResourceCache/Cache-1407900994.png b/config/brandon3055/ResourceCache/Cache-1407900994.png new file mode 100644 index 00000000..52faae26 Binary files /dev/null and b/config/brandon3055/ResourceCache/Cache-1407900994.png differ diff --git a/config/brandon3055/ResourceCache/Cache-1523870139.png b/config/brandon3055/ResourceCache/Cache-1523870139.png new file mode 100644 index 00000000..ed5881e1 Binary files /dev/null and b/config/brandon3055/ResourceCache/Cache-1523870139.png differ diff --git a/config/brandon3055/ResourceCache/Cache-1766485387.png b/config/brandon3055/ResourceCache/Cache-1766485387.png new file mode 100644 index 00000000..15d99cf8 Binary files /dev/null and b/config/brandon3055/ResourceCache/Cache-1766485387.png differ diff --git a/config/brandon3055/ResourceCache/Cache-2112385104.png b/config/brandon3055/ResourceCache/Cache-2112385104.png new file mode 100644 index 00000000..35bf92c6 Binary files /dev/null and b/config/brandon3055/ResourceCache/Cache-2112385104.png differ diff --git a/config/brandon3055/ResourceCache/Cache-2134442667.png b/config/brandon3055/ResourceCache/Cache-2134442667.png new file mode 100644 index 00000000..0478d4d2 Binary files /dev/null and b/config/brandon3055/ResourceCache/Cache-2134442667.png differ diff --git a/config/brandon3055/ResourceCache/Cache-310539011.png b/config/brandon3055/ResourceCache/Cache-310539011.png new file mode 100644 index 00000000..11680647 Binary files /dev/null and b/config/brandon3055/ResourceCache/Cache-310539011.png differ diff --git a/config/brandon3055/ResourceCache/Cache-402156697.png b/config/brandon3055/ResourceCache/Cache-402156697.png new file mode 100644 index 00000000..7602aec9 Binary files /dev/null and b/config/brandon3055/ResourceCache/Cache-402156697.png differ diff --git a/config/brokenwings.cfg b/config/brokenwings.cfg new file mode 100644 index 00000000..9309d9cf --- /dev/null +++ b/config/brokenwings.cfg @@ -0,0 +1,123 @@ +# 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 < + > + } + + 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=70 + + # 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 < + > + } + +} + + +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 < + > + + # 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/buildcraft-rf.cfg b/config/buildcraft-rf.cfg new file mode 100644 index 00000000..7a925b14 --- /dev/null +++ b/config/buildcraft-rf.cfg @@ -0,0 +1,8 @@ +# 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/buildcraft/detailed.properties b/config/buildcraft/detailed.properties new file mode 100644 index 00000000..b6864e94 --- /dev/null +++ b/config/buildcraft/detailed.properties @@ -0,0 +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 05 21:32:51 PDT 2022 +render.pipe.misc.inside.shade=0.725 diff --git a/config/buildcraft/gui.json b/config/buildcraft/gui.json new file mode 100644 index 00000000..f6f9c397 --- /dev/null +++ b/config/buildcraft/gui.json @@ -0,0 +1,26 @@ +{ + "buildcraftlib:base": { + "debugging_is_enabled": { + "boolean": false + }, + "debugging_is_shown": { + "boolean": false + }, + "ledger.help.is_open": { + "boolean": true + }, + "ledger.owner.is_open": { + "boolean": false + } + }, + "buildcraftlib:engine": { + "ledger.power.is_open": { + "boolean": true + } + }, + "buildcraftsilicon:all_tables": { + "ledger.power.is_open": { + "boolean": false + } + } +} \ No newline at end of file diff --git a/config/buildcraft/main.cfg b/config/buildcraft/main.cfg new file mode 100644 index 00000000..75a3d4f7 --- /dev/null +++ b/config/buildcraft/main.cfg @@ -0,0 +1,183 @@ +# Configuration file + +display { + # Should I enable colorblind mode? + B:colorBlindMode=false + + # If true then the architect table will correctly hide it's translucent parts behind surrounding terrain. (This looks better) + B:enableStencil=true + B:guideBookEnableDetail=false + + # Should all fluid values (Buckets, mB, mB/t) be hidden? + B:hideFluidValues=false + + # Should all power values (MJ, MJ/t) be hidden? + B:hidePowerValues=false + + # The rotation that items use when travelling through pipes. Set to 'enabled' for full rotation, 'disabled' for no rotation, or 'horizontals_only' to only rotate items when going horizontally. + S:itemRenderRotation=enabled + B:pipes.fluidColourIsBorder=true + + # If true then the quarry frame will move with both of its axis rather than just one. + B:quarryFrameMoveBoth=false + B:renderLaserBeams=true + + # Should localised strings be displayed in terms of seconds (1 MJ/s) or ticks (20 MJ/t) + S:timeGap=seconds + + # Should flowing fluid values be displayed in terms of buckets per second rather than thousandths of a bucket per tick? (B/s vs mB/t) + B:useBucketsFlow=true + + # Should static fluid values be displayed in terms of buckets rather than thousandths of a bucket? (B vs mB) + B:useBucketsStatic=true + + # Should colours be displayed as their own (or a similar) colour in tooltips? + B:useColouredLabels=true + + # Should colours displayed in tooltips use higher-contrast colours? + B:useHighContrastColouredLabels=false + + # Should localised strings be displayed in long or short form (10 mB / t vs 10 milli buckets per tick + B:useLongLocalizedName=true + + # Disable this if you get texture errors with optifine. Disables some texture switching functionality when changing config options such as colour blind mode. + B:useSwappableSprites=true +} + + +events { + S:christmas_chocolate=day_only +} + + +experimental { + S:kinesisLossMode=lossless +} + + +general { + I:bptStoreExternalThreshold=20000 + S:chunkLoadLevel=self_tiles + + # How long, in seconds, should items stay on the ground? (Vanilla = 300, default = 60) + I:itemLifespan=60 + + # How far, in minecraft blocks, should markers (volume and path) reach? + I:markerMaxDistance=64 + + # Should BuildCraft miners be allowed to break blocks using player-specific protection? + B:miningBreaksPlayerProtectedBlocks=false + + # How much further down can miners (like the quarry or the mining well) dig? + # (Note: values above 256 only have an effect if a mod like cubic chunks is installed). + I:miningMaxDepth=512 + + # How much power should be required for all mining machines? + D:miningMultiplier=1.0 + I:pipes.baseFluidRate=10 + I:pipes.mjPerItem=1000000 + I:pipes.mjPerMillibucket=1000 + + # How far, in minecraft blocks, should pumps reach in fluids? + I:pumpMaxDistance=64 + + # Should pumps consume water? Enabling this will disable minor optimisations, but work properly with finite water mods. + B:pumpsConsumeWater=false + + # The minimum height that all quarry frames must be. A value of 1 will look strange when it drills the uppermost layer. + I:quarryFrameMinHeight=4 + + # The maximum number of blocks that the quarry is allowed to mine each second. + # A value of 0 means no limit, and a value of 0.5 will mine up to half a block per second. + D:quarryMaxBlockMineRate=0.0 + + # The maximum number of blocks that a quarry is allowed to move, per second. + # A value of 0 means no limit. + D:quarryMaxFrameSpeed=0.0 + + # The maximum number of tasks that the quarry will do per tick. + # (Where a task is either breaking a block, or moving the frame) + I:quarryMaxTasksPerTick=4 + + # 1 divided by this value is added to the power cost for each additional task done per tick. + # A value of 0 disables this behaviour. + I:quarryPowerDivisor=2 + + # How often, in ticks, should network update packets be sent? Increasing this might help network performance. + I:updateFactor=10 +} + + +internal { + # Use display.enableStencil instead of this! + B:force_disable_stencil=false +} + + +modules { + B:crafttweaker=true + B:forestry=true +} + + +performance { + # Disable this if you get sub-standard framerates due to buildcraft's ~60 sprites animating every frame. + B:enableAnimatedSprites=true + + # The maximum number of items that the guide book will index. + I:guideItemSearchLimit=10000 + + # The maximum number of search results to display in the guide book. + I:maxGuideSearchResults=1200 +} + + +worldgen { + # Should BuildCraft generate anything in the world? + B:enable=true + + # Should BuildCraft generate water springs? + B:generateWaterSprings=true + + oil { + B:can_burn=true + B:enable=true + S:excessiveBiomes < + buildcraftenergy:oil_desert + buildcraftenergy:oil_ocean + > + S:excludedBiomes < + minecraft:hell + minecraft:sky + > + B:excludedBiomesIsBlacklist=true + I:excludedDimensions < + -1 + 1 + > + B:excludedDimensionsIsBlacklist=true + D:generationRate=1.0 + B:oil_desert_biome=true + B:oil_ocean_biome=true + S:surfaceDepositBiomes < + > + + spawn_probability { + D:large=0.04 + D:medium=0.1 + D:small=2.0 + } + + spouts { + B:enable=true + I:large_max_height=20 + I:large_min_height=10 + I:small_max_height=12 + I:small_min_height=6 + } + + } + +} + + diff --git a/config/buildcraft/objects.cfg b/config/buildcraft/objects.cfg new file mode 100644 index 00000000..c8ef25e8 --- /dev/null +++ b/config/buildcraft/objects.cfg @@ -0,0 +1,75 @@ +# Configuration file + +blocks { + B:advanced_crafting_table=true + B:architect=true + B:assembly_table=true + B:autoworkbench_item=true + B:builder=true + B:chute=true + B:decorated=true + B:distiller=true + B:engine=true + B:filler=true + B:filtered_buffer=true + B:flood_gate=true + B:frame=true + B:heat_exchange=true + B:integration_table=true + B:laser=true + B:library=true + B:marker_path=true + B:marker_volume=true + B:mining_well=true + B:pipe_holder=true + B:pump=true + B:quarry=true + B:replacer=true + B:spring=true + B:tank=true + B:tube=true + B:water_gel=true +} + + +engines { + B:"buildcraftcore:engine/creative"=true + B:"buildcraftcore:engine/iron"=true + B:"buildcraftcore:engine/stone"=true + B:"buildcraftcore:engine/wood"=true +} + + +items { + B:filler_planner=true + B:fragile_fluid_shard=true + B:gate_copier=true + B:gear_diamond=true + B:gear_gold=true + B:gear_iron=true + B:gear_stone=true + B:gear_wood=true + B:gel=true + B:glob_of_oil=true + B:list=true + B:map_location=true + B:marker_connector=true + B:paintbrush=true + B:plug_blocker=true + B:plug_facade=true + B:plug_gate=true + B:plug_lens=true + B:plug_light_sensor=true + B:plug_power_adaptor=true + B:plug_pulsar=true + B:redstone_chipset=true + B:schematic_single=true + B:snapshot=true + B:volume_box=true + B:water_gel_spawn=true + B:waterproof=true + B:wire=true + B:wrench=true +} + + diff --git a/config/chickens/chickens.json b/config/chickens/chickens.json new file mode 100644 index 00000000..73eb03e5 --- /dev/null +++ b/config/chickens/chickens.json @@ -0,0 +1,471 @@ +{ + "_comment": { + "name": "Just a Reference to the old system naming. Changing does nothing.", + "is_enabled": "Is chicken enabled?", + "lay_item": "Item the chicken will Lay. modid:itemid:metadata:amount #example: minecraft:log:2:3", + "drop_item": "Item the chicken drops on death. modid:itemid:metadata:amount #example: minecraft:bone", + "spawn_type": "Chicken spawn type, can be: NORMAL,SNOW,NONE,HELL", + "parent_1": "First parent, empty if it cant be breed. modid:chickenid #example: chickens:waterchicken", + "parent_2": "Second parent, empty if it cant be breed. " + }, + "chickens:smartchicken": { + "name": "SmartChicken", + "is_enabled": true, + "lay_coefficient": 1.0, + "lay_item": "minecraft:egg", + "drop_item": "minecraft:egg", + "spawn_type": "NONE", + "parent_1": "", + "parent_2": "" + }, + "chickens:whitechicken": { + "name": "WhiteChicken", + "is_enabled": true, + "lay_coefficient": 1.0, + "lay_item": "minecraft:dye:15", + "drop_item": "minecraft:bone", + "spawn_type": "NORMAL", + "parent_1": "", + "parent_2": "" + }, + "chickens:yellowchicken": { + "name": "YellowChicken", + "is_enabled": true, + "lay_coefficient": 1.0, + "lay_item": "minecraft:dye:11", + "drop_item": "minecraft:dye:11", + "spawn_type": "NONE", + "parent_1": "", + "parent_2": "" + }, + "chickens:bluechicken": { + "name": "BlueChicken", + "is_enabled": true, + "lay_coefficient": 1.0, + "lay_item": "minecraft:dye:4", + "drop_item": "minecraft:dye:4", + "spawn_type": "NONE", + "parent_1": "", + "parent_2": "" + }, + "chickens:greenchicken": { + "name": "GreenChicken", + "is_enabled": true, + "lay_coefficient": 1.0, + "lay_item": "minecraft:dye:2", + "drop_item": "minecraft:dye:2", + "spawn_type": "NONE", + "parent_1": "", + "parent_2": "" + }, + "chickens:redchicken": { + "name": "RedChicken", + "is_enabled": true, + "lay_coefficient": 1.0, + "lay_item": "minecraft:dye:1", + "drop_item": "minecraft:dye:1", + "spawn_type": "NONE", + "parent_1": "", + "parent_2": "" + }, + "chickens:blackchicken": { + "name": "BlackChicken", + "is_enabled": true, + "lay_coefficient": 1.0, + "lay_item": "minecraft:dye", + "drop_item": "minecraft:dye", + "spawn_type": "NONE", + "parent_1": "", + "parent_2": "" + }, + "chickens:pinkchicken": { + "name": "PinkChicken", + "is_enabled": true, + "lay_coefficient": 1.0, + "lay_item": "minecraft:dye:9", + "drop_item": "minecraft:dye:9", + "spawn_type": "NONE", + "parent_1": "chickens:redchicken", + "parent_2": "chickens:whitechicken" + }, + "chickens:purplechicken": { + "name": "PurpleChicken", + "is_enabled": true, + "lay_coefficient": 1.0, + "lay_item": "minecraft:dye:5", + "drop_item": "minecraft:dye:5", + "spawn_type": "NONE", + "parent_1": "chickens:bluechicken", + "parent_2": "chickens:redchicken" + }, + "chickens:orangechicken": { + "name": "OrangeChicken", + "is_enabled": true, + "lay_coefficient": 1.0, + "lay_item": "minecraft:dye:14", + "drop_item": "minecraft:dye:14", + "spawn_type": "NONE", + "parent_1": "chickens:redchicken", + "parent_2": "chickens:yellowchicken" + }, + "chickens:lightbluechicken": { + "name": "LightBlueChicken", + "is_enabled": true, + "lay_coefficient": 1.0, + "lay_item": "minecraft:dye:12", + "drop_item": "minecraft:dye:12", + "spawn_type": "NONE", + "parent_1": "chickens:whitechicken", + "parent_2": "chickens:bluechicken" + }, + "chickens:limechicken": { + "name": "LimeChicken", + "is_enabled": true, + "lay_coefficient": 1.0, + "lay_item": "minecraft:dye:10", + "drop_item": "minecraft:dye:10", + "spawn_type": "NONE", + "parent_1": "chickens:greenchicken", + "parent_2": "chickens:whitechicken" + }, + "chickens:graychicken": { + "name": "GrayChicken", + "is_enabled": true, + "lay_coefficient": 1.0, + "lay_item": "minecraft:dye:8", + "drop_item": "minecraft:dye:8", + "spawn_type": "NONE", + "parent_1": "chickens:blackchicken", + "parent_2": "chickens:whitechicken" + }, + "chickens:cyanchicken": { + "name": "CyanChicken", + "is_enabled": true, + "lay_coefficient": 1.0, + "lay_item": "minecraft:dye:6", + "drop_item": "minecraft:dye:6", + "spawn_type": "NONE", + "parent_1": "chickens:bluechicken", + "parent_2": "chickens:greenchicken" + }, + "chickens:silverdyechicken": { + "name": "SilverDyeChicken", + "is_enabled": true, + "lay_coefficient": 1.0, + "lay_item": "minecraft:dye:7", + "drop_item": "minecraft:dye:7", + "spawn_type": "NONE", + "parent_1": "chickens:graychicken", + "parent_2": "chickens:whitechicken" + }, + "chickens:magentachicken": { + "name": "MagentaChicken", + "is_enabled": true, + "lay_coefficient": 1.0, + "lay_item": "minecraft:dye:13", + "drop_item": "minecraft:dye:13", + "spawn_type": "NONE", + "parent_1": "chickens:purplechicken", + "parent_2": "chickens:pinkchicken" + }, + "chickens:flintchicken": { + "name": "FlintChicken", + "is_enabled": true, + "lay_coefficient": 1.0, + "lay_item": "minecraft:flint", + "drop_item": "minecraft:flint", + "spawn_type": "NORMAL", + "parent_1": "", + "parent_2": "" + }, + "chickens:quartzchicken": { + "name": "QuartzChicken", + "is_enabled": true, + "lay_coefficient": 1.0, + "lay_item": "minecraft:quartz", + "drop_item": "minecraft:quartz", + "spawn_type": "HELL", + "parent_1": "", + "parent_2": "" + }, + "chickens:logchicken": { + "name": "LogChicken", + "is_enabled": true, + "lay_coefficient": 1.0, + "lay_item": "minecraft:log", + "drop_item": "minecraft:log", + "spawn_type": "NORMAL", + "parent_1": "", + "parent_2": "" + }, + "chickens:sandchicken": { + "name": "SandChicken", + "is_enabled": true, + "lay_coefficient": 1.0, + "lay_item": "minecraft:sand", + "drop_item": "minecraft:sand", + "spawn_type": "NORMAL", + "parent_1": "", + "parent_2": "" + }, + "chickens:stringchicken": { + "name": "StringChicken", + "is_enabled": true, + "lay_coefficient": 1.0, + "lay_item": "minecraft:string", + "drop_item": "minecraft:spider_eye", + "spawn_type": "NORMAL", + "parent_1": "chickens:blackchicken", + "parent_2": "chickens:logchicken" + }, + "chickens:glowstonechicken": { + "name": "GlowstoneChicken", + "is_enabled": true, + "lay_coefficient": 1.0, + "lay_item": "minecraft:glowstone_dust", + "drop_item": "minecraft:glowstone_dust", + "spawn_type": "NORMAL", + "parent_1": "chickens:quartzchicken", + "parent_2": "chickens:yellowchicken" + }, + "chickens:gunpowderchicken": { + "name": "GunpowderChicken", + "is_enabled": true, + "lay_coefficient": 1.0, + "lay_item": "minecraft:gunpowder", + "drop_item": "minecraft:gunpowder", + "spawn_type": "NORMAL", + "parent_1": "chickens:sandchicken", + "parent_2": "chickens:flintchicken" + }, + "chickens:redstonechicken": { + "name": "RedstoneChicken", + "is_enabled": true, + "lay_coefficient": 1.0, + "lay_item": "minecraft:redstone", + "drop_item": "minecraft:redstone", + "spawn_type": "NORMAL", + "parent_1": "chickens:redchicken", + "parent_2": "chickens:sandchicken" + }, + "chickens:glasschicken": { + "name": "GlassChicken", + "is_enabled": true, + "lay_coefficient": 1.0, + "lay_item": "minecraft:glass", + "drop_item": "minecraft:glass", + "spawn_type": "NORMAL", + "parent_1": "chickens:quartzchicken", + "parent_2": "chickens:redstonechicken" + }, + "chickens:ironchicken": { + "name": "IronChicken", + "is_enabled": true, + "lay_coefficient": 1.0, + "lay_item": "minecraft:iron_ingot", + "drop_item": "minecraft:iron_ingot", + "spawn_type": "NORMAL", + "parent_1": "chickens:flintchicken", + "parent_2": "chickens:whitechicken" + }, + "chickens:coalchicken": { + "name": "CoalChicken", + "is_enabled": true, + "lay_coefficient": 1.0, + "lay_item": "minecraft:coal", + "drop_item": "minecraft:coal", + "spawn_type": "NORMAL", + "parent_1": "chickens:flintchicken", + "parent_2": "chickens:logchicken" + }, + "chickens:brownchicken": { + "name": "BrownChicken", + "is_enabled": true, + "lay_coefficient": 1.0, + "lay_item": "minecraft:dye:3", + "drop_item": "minecraft:dye:3", + "spawn_type": "NONE", + "parent_1": "chickens:redchicken", + "parent_2": "chickens:greenchicken" + }, + "chickens:goldchicken": { + "name": "GoldChicken", + "is_enabled": true, + "lay_coefficient": 1.0, + "lay_item": "minecraft:gold_nugget", + "drop_item": "minecraft:gold_nugget", + "spawn_type": "NORMAL", + "parent_1": "chickens:ironchicken", + "parent_2": "chickens:yellowchicken" + }, + "chickens:snowballchicken": { + "name": "SnowballChicken", + "is_enabled": true, + "lay_coefficient": 1.0, + "lay_item": "minecraft:snowball", + "drop_item": "minecraft:snowball", + "spawn_type": "SNOW", + "parent_1": "chickens:bluechicken", + "parent_2": "chickens:logchicken" + }, + "chickens:waterchicken": { + "name": "WaterChicken", + "is_enabled": true, + "lay_coefficient": 1.0, + "lay_item": "chickens:liquid_egg", + "drop_item": "chickens:liquid_egg", + "spawn_type": "NORMAL", + "parent_1": "chickens:gunpowderchicken", + "parent_2": "chickens:snowballchicken" + }, + "chickens:lavachicken": { + "name": "LavaChicken", + "is_enabled": true, + "lay_coefficient": 1.0, + "lay_item": "chickens:liquid_egg:1", + "drop_item": "chickens:liquid_egg:1", + "spawn_type": "HELL", + "parent_1": "chickens:coalchicken", + "parent_2": "chickens:quartzchicken" + }, + "chickens:claychicken": { + "name": "ClayChicken", + "is_enabled": true, + "lay_coefficient": 1.0, + "lay_item": "minecraft:clay_ball", + "drop_item": "minecraft:clay_ball", + "spawn_type": "NORMAL", + "parent_1": "chickens:snowballchicken", + "parent_2": "chickens:sandchicken" + }, + "chickens:leatherchicken": { + "name": "LeatherChicken", + "is_enabled": true, + "lay_coefficient": 1.0, + "lay_item": "minecraft:leather", + "drop_item": "minecraft:leather", + "spawn_type": "NORMAL", + "parent_1": "chickens:stringchicken", + "parent_2": "chickens:brownchicken" + }, + "chickens:netherwartchicken": { + "name": "NetherwartChicken", + "is_enabled": true, + "lay_coefficient": 1.0, + "lay_item": "minecraft:nether_wart", + "drop_item": "minecraft:nether_wart", + "spawn_type": "NORMAL", + "parent_1": "chickens:brownchicken", + "parent_2": "chickens:glowstonechicken" + }, + "chickens:diamondchicken": { + "name": "DiamondChicken", + "is_enabled": true, + "lay_coefficient": 1.0, + "lay_item": "minecraft:diamond", + "drop_item": "minecraft:diamond", + "spawn_type": "NORMAL", + "parent_1": "chickens:glasschicken", + "parent_2": "chickens:goldchicken" + }, + "chickens:blazechicken": { + "name": "BlazeChicken", + "is_enabled": true, + "lay_coefficient": 1.0, + "lay_item": "minecraft:blaze_rod", + "drop_item": "minecraft:blaze_rod", + "spawn_type": "NORMAL", + "parent_1": "chickens:goldchicken", + "parent_2": "chickens:lavachicken" + }, + "chickens:slimechicken": { + "name": "SlimeChicken", + "is_enabled": true, + "lay_coefficient": 1.0, + "lay_item": "minecraft:slime_ball", + "drop_item": "minecraft:slime_ball", + "spawn_type": "NORMAL", + "parent_1": "chickens:claychicken", + "parent_2": "chickens:greenchicken" + }, + "chickens:enderchicken": { + "name": "EnderChicken", + "is_enabled": true, + "lay_coefficient": 1.0, + "lay_item": "minecraft:ender_pearl", + "drop_item": "minecraft:ender_pearl", + "spawn_type": "NORMAL", + "parent_1": "chickens:diamondchicken", + "parent_2": "chickens:netherwartchicken" + }, + "chickens:ghastchicken": { + "name": "GhastChicken", + "is_enabled": true, + "lay_coefficient": 1.0, + "lay_item": "minecraft:ghast_tear", + "drop_item": "minecraft:ghast_tear", + "spawn_type": "NORMAL", + "parent_1": "chickens:whitechicken", + "parent_2": "chickens:blazechicken" + }, + "chickens:emeraldchicken": { + "name": "EmeraldChicken", + "is_enabled": true, + "lay_coefficient": 1.0, + "lay_item": "minecraft:emerald", + "drop_item": "minecraft:emerald", + "spawn_type": "NORMAL", + "parent_1": "chickens:diamondchicken", + "parent_2": "chickens:greenchicken" + }, + "chickens:magmachicken": { + "name": "MagmaChicken", + "is_enabled": true, + "lay_coefficient": 1.0, + "lay_item": "minecraft:magma_cream", + "drop_item": "minecraft:magma_cream", + "spawn_type": "NORMAL", + "parent_1": "chickens:slimechicken", + "parent_2": "chickens:blazechicken" + }, + "chickens:pshardchicken": { + "name": "pShardChicken", + "is_enabled": true, + "lay_coefficient": 1.0, + "lay_item": "minecraft:prismarine_shard", + "drop_item": "minecraft:prismarine_shard", + "spawn_type": "NORMAL", + "parent_1": "chickens:waterchicken", + "parent_2": "chickens:bluechicken" + }, + "chickens:pcrystalchicken": { + "name": "pCrystalChicken", + "is_enabled": true, + "lay_coefficient": 1.0, + "lay_item": "minecraft:prismarine_crystals", + "drop_item": "minecraft:prismarine_crystals", + "spawn_type": "NORMAL", + "parent_1": "chickens:waterchicken", + "parent_2": "chickens:emeraldchicken" + }, + "chickens:obsidianchicken": { + "name": "obsidianChicken", + "is_enabled": true, + "lay_coefficient": 1.0, + "lay_item": "minecraft:obsidian", + "drop_item": "minecraft:obsidian", + "spawn_type": "NORMAL", + "parent_1": "chickens:waterchicken", + "parent_2": "chickens:lavachicken" + }, + "chickens:soulsandchicken": { + "name": "soulSandChicken", + "is_enabled": true, + "lay_coefficient": 1.0, + "lay_item": "minecraft:soul_sand", + "drop_item": "minecraft:soul_sand", + "spawn_type": "HELL", + "parent_1": "", + "parent_2": "" + } +} \ No newline at end of file diff --git a/config/chickens/main_chickens.cfg b/config/chickens/main_chickens.cfg new file mode 100644 index 00000000..620bcbe6 --- /dev/null +++ b/config/chickens/main_chickens.cfg @@ -0,0 +1,23 @@ +# Configuration file + +general { + # Stats will be always shown in WAILA without the need to analyze chickens first when enabled. [default: false] + B:alwaysShowStats=false + + # Chicken Entity ID [range: -2147483648 ~ 2147483647, default: 30000] + I:entityId=30000 + + # Maximal brood size, must be greater than the minimal size [range: 2 ~ 2147483647, default: 5] + I:maxBroodSize=5 + + # Minimal brood size [range: 1 ~ 2147483647, default: 3] + I:minBroodSize=3 + + # Nether chicken spawn chance multiplier, e.g. 0=no initial spawn, 2=two times more spawn rate [range: 0.0 ~ 3.4028235E38, default: 1.0] + S:netherSpawnChanceMultiplier=1.0 + + # Spawn probability [range: -2147483648 ~ 2147483647, default: 10] + I:spawnProbability=10 +} + + diff --git a/config/chisel.cfg b/config/chisel.cfg new file mode 100644 index 00000000..ba7a191f --- /dev/null +++ b/config/chisel.cfg @@ -0,0 +1,172 @@ +# 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/codechicken/supporters.json b/config/codechicken/supporters.json new file mode 100644 index 00000000..7363319b --- /dev/null +++ b/config/codechicken/supporters.json @@ -0,0 +1,52 @@ +[ + { + "mod" : "EnderStorage", + "supporters": [ + "Blkdragon112", + "Pyrodogg" + ] + }, + { + "mod" : "ChickenChunks", + "supporters": [ + ] + }, + { + "mod" : "NotEnoughItems", + "supporters": [ + "EmuCraft Team", + "Victor Zimmer", + "lexi85", + "Ace_Trainer_Tullius", + "Bacon_Donut", + "Sleement", + "Ninja 5tyl3", + "Disalot", + "Gamer2313", + "Majorangejuice", + "Kadah", + "adeilt", + "Terkanil", + "Pandemonia", + ] + }, + { + "mod" : "WR-CBE", + "supporters" : [ + "Vizerei" + ] + }, + { + "mod" : "Translocators", + "supporters": [ + "Boyd Stephen Smith Jr." + ] + }, + { + "mod" : "ProjectRed", + "supporters" : [ + "Jacob M", + "Darker Light" + ] + } +] diff --git a/config/codechicken/supporters.marker b/config/codechicken/supporters.marker new file mode 100644 index 00000000..d4f46652 --- /dev/null +++ b/config/codechicken/supporters.marker @@ -0,0 +1 @@ +1581570471540 \ No newline at end of file diff --git a/config/codechickenlib.cfg b/config/codechickenlib.cfg new file mode 100644 index 00000000..0d9ca7cd --- /dev/null +++ b/config/codechickenlib.cfg @@ -0,0 +1,23 @@ +"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/cofh/core/client.cfg b/config/cofh/core/client.cfg new file mode 100644 index 00000000..f7bd36ac --- /dev/null +++ b/config/cofh/core/client.cfg @@ -0,0 +1,49 @@ +# Configuration file + +########################################################################################################## +# Global +#--------------------------------------------------------------------------------------------------------# +# The options in this section change core Minecraft behavior and are not limited to CoFH mods. +########################################################################################################## + +Global { + # If TRUE, particles will be disabled. [default: false] + B:DisableParticles=false +} + + +Interface { + # If TRUE, large item counts will be displayed as stacks rather than a single quantity. [default: false] + B:DisplayContainedItemsAsStackCount=false + + # If TRUE, a tooltip will be used which prompts to press Shift for more details on various items. [default: true] + B:DisplayHoldShiftForDetail=true +} + + +Render { + # If TRUE, Color Blind Textures will be enabled in CoFH Mods, where applicable. [default: false] + B:EnableColorBlindTextures=false + + # If TRUE, the standard Enchant Effects will be shown for enchanted items in CoFH Mods, where applicable. [default: true] + B:EnableEnchantEffects=true + + # If TRUE, borders will be drawn on GUI slots in CoFH Mods, where applicable. [default: true] + B:EnableGUISlotBorders=true + + # If TRUE, Shader Effects will be enabled in CoFH Mods, where applicable. [default: true] + B:EnableShaderEffects=true +} + + +Security { + # If TRUE, a warning will display if Ops have access to "secure" blocks upon logging on to a server. [default: true] + B:OpsCanAccessSecureBlocksWarning=true +} + + +Version { + S:Identifier=4.6.6 +} + + diff --git a/config/cofh/core/common.cfg b/config/cofh/core/common.cfg new file mode 100644 index 00000000..1aa853f1 --- /dev/null +++ b/config/cofh/core/common.cfg @@ -0,0 +1,123 @@ +# Configuration file + +Command { + + clearblocks { + # Adjust this value to change the default permission level for the clearblocks command. [range: -1 ~ 4, default: 3] + I:PermissionLevel=3 + } + + countblocks { + # Adjust this value to change the default permission level for the countblocks command. [range: -1 ~ 4, default: 3] + I:PermissionLevel=3 + } + + enchant { + # Adjust this value to change the default permission level for the enchant command. [range: -1 ~ 4, default: 2] + I:PermissionLevel=2 + } + + hand { + # Adjust this value to change the default permission level for the hand command. [range: -1 ~ 4, default: 0] + I:PermissionLevel=0 + } + + killall { + # Adjust this value to change the default permission level for the killall command. [range: -1 ~ 4, default: 2] + I:PermissionLevel=2 + } + + replaceblocks { + # Adjust this value to change the default permission level for the replaceblocks command. [range: -1 ~ 4, default: 3] + I:PermissionLevel=3 + } + + tps { + # Adjust this value to change the default permission level for the tps command. [range: -1 ~ 4, default: 0] + I:PermissionLevel=0 + } + + tpx { + # Adjust this value to change the default permission level for the tpx command. [range: -1 ~ 4, default: 2] + I:PermissionLevel=2 + } + + unloadchunk { + # Adjust this value to change the default permission level for the unloadchunk command. [range: -1 ~ 4, default: 4] + I:PermissionLevel=4 + } + +} + + +Enchantment { + # If TRUE, CoFH Enchantments will be disabled and NOT REGISTERED. Only do this if you fully understand the consequences. World backup is recommended. [default: false] + B:DisableAllEnchantments=false + + # If TRUE, the Holding Enchantment is available for various Storage Items. [default: true] + B:EnableHoldingEnchant=true + + # If TRUE, the Insight Enchantment is available for various Tools and Weapons. [default: true] + B:EnableInsightEnchant=true + + # If TRUE, the Leech Enchantment is available for various Weapons. [default: true] + B:EnableLeechEnchant=true + + # If TRUE, the Multishot Enchantment is available for various Bows. [default: true] + B:EnableMultishotEnchant=true + + # If TRUE, the Smashing Enchantment is available for various Tools. [default: true] + B:EnableSmashingEnchant=true + + # If TRUE, the Smelting Enchantment is available for various Tools. [default: true] + B:EnableSmeltingEnchant=true + + # If TRUE, the Soulbound Enchantment is available. [default: true] + B:EnableSoulboundEnchant=true + + # If TRUE, the Vorpal Enchantment is available for various Weapons. [default: true] + B:EnableVorpalEnchant=false + + # If TRUE, the Soulbound Enchantment is permanent. [default: false] + B:PermanentSoulboundEnchant=false +} + + +General { + # If TRUE, a log message is generated when a block is dismantled. [default: false] + B:EnableDismantleLogging=false + + # If TRUE, death messages are displayed for any named entity. [default: true] + B:EnableGenericDeathMessage=true + + # Adjust this value to change the render update delay for most CoFH tiles. You should really only mess with this if you know what you're doing. This is a server-wide setting. [range: 80 ~ 1600, default: 160] + I:TileUpdateDelay=160 +} + + +Holidays { + # If TRUE, Christmas cheer is disabled. Scrooge. :( [default: false] + B:HoHoNo=false + + # If TRUE, April Foolishness is disabled. Boring! :P [default: false] + B:IHateApril=false +} + + +Potion { + # If TRUE, CoFH Potions will be disabled and NOT REGISTERED. Only do this if you fully understand the consequences. World backup is recommended. [default: false] + B:DisableAllPotions=false +} + + +Security { + # If TRUE, Server Ops can access "secure" blocks. Your players will be warned upon server connection. [default: false] + B:OpsCanAccessSecureBlocks=false +} + + +Version { + S:Identifier=4.6.6 +} + + diff --git a/config/cofh/core/friends.cfg b/config/cofh/core/friends.cfg new file mode 100644 index 00000000..e69de29b diff --git a/config/cofh/redstonearsenal/client.cfg b/config/cofh/redstonearsenal/client.cfg new file mode 100644 index 00000000..a41e1446 --- /dev/null +++ b/config/cofh/redstonearsenal/client.cfg @@ -0,0 +1,13 @@ +# Configuration file + +Interface { + # If TRUE, Redstone Arsenal will use Standard Minecraft Creative Tabs and not its own. [default: false] + B:UseMinecraftCreativeTabs=false +} + + +Version { + S:Identifier=2.6.6 +} + + diff --git a/config/cofh/redstonearsenal/common.cfg b/config/cofh/redstonearsenal/common.cfg new file mode 100644 index 00000000..4eb5b4fe --- /dev/null +++ b/config/cofh/redstonearsenal/common.cfg @@ -0,0 +1,65 @@ +# Configuration file + +Equipment { + + Tools { + # Adjust this value to set the default efficiency (mining speed) of Flux-Infused Tools [range: 2.0 ~ 32.0, default: 8.0] + S:Efficiency=8.0 + + # Adjust this value to set the default harvest level of Flux-Infused Tools. [range: 0 ~ 10, default: 4] + I:HarvestLevel=4 + + Flux { + B:Axe=true + B:BattleWrench=true + B:Bow=true + B:Excavator=true + B:FishingRod=true + B:Hammer=true + B:Pickaxe=true + B:Quiver=true + B:Shield=true + B:Shovel=true + B:Sickle=true + B:Sword=true + B:Wrench=true + } + + } + + Armor { + # Adjust this value to set the default protection provided by the Flux-Infused Boots. [range: 1 ~ 10, default: 3] + I:BootsProtection=3 + + # Adjust this value to set the default protection provided by the Flux-Infused Chestplate. [range: 1 ~ 10, default: 8] + I:ChestProtection=8 + + # Adjust this value to set the default protection provided by the Flux-Infused Helmet. [range: 1 ~ 10, default: 3] + I:HelmProtection=3 + + # Adjust this value to set the default protection provided by the Flux-Infused Leggings. [range: 1 ~ 10, default: 6] + I:LegsProtection=6 + + Flux { + B:Boots=true + B:Chestplate=true + B:Helmet=true + B:Leggings=true + } + + } + +} + + +General { + # If TRUE, explosions generated by Redstone Arsenal will destroy blocks. [default: false] + B:ExplosionsDestroyBlocks=false +} + + +Version { + S:Identifier=2.6.6 +} + + diff --git a/config/cofh/thermalcultivation/client.cfg b/config/cofh/thermalcultivation/client.cfg new file mode 100644 index 00000000..edd2ae89 --- /dev/null +++ b/config/cofh/thermalcultivation/client.cfg @@ -0,0 +1,7 @@ +# Configuration file + +Version { + S:Identifier=0.3.6 +} + + diff --git a/config/cofh/thermalcultivation/common.cfg b/config/cofh/thermalcultivation/common.cfg new file mode 100644 index 00000000..77800e45 --- /dev/null +++ b/config/cofh/thermalcultivation/common.cfg @@ -0,0 +1,24 @@ +# Configuration file + +Item { + + WateringCan { + # If TRUE, Fake Players (such as Autonomous Activators) will be able to use the Watering Can. [default: false] + B:AllowFakePlayers=false + + # Adjust this value to change the amount of Water (in mB) stored by a Basic Watering Can. This base value will scale with item level. [range: 800 ~ 20000, default: 4000] + I:BaseCapacity=4000 + B:Enable=true + + # If TRUE, Water Source blocks will be removed when collecting water from the world. [default: true] + B:RemoveWaterBlocks=true + } + +} + + +Version { + S:Identifier=0.3.6 +} + + diff --git a/config/cofh/thermaldynamics/client.cfg b/config/cofh/thermaldynamics/client.cfg new file mode 100644 index 00000000..c8ee3c95 --- /dev/null +++ b/config/cofh/thermaldynamics/client.cfg @@ -0,0 +1,25 @@ +# Configuration file + +Interface { + # If TRUE, Thermal Dynamics Covers will be shown in JEI. [default: false] + B:CoversInJEI=false + + # If TRUE, Thermal Dynamics Covers will have a Creative Tab. Does not work if "Thermal Series" Creative Tabs are in use. [default: true] + B:ItemsInCommonTab=true +} + + +Render { + # This value affects the size of the inner duct model, such as fluids. Lower it if you experience texture z-fighting. + D:InnerModelScaling=0.99 + + # This value affects the size of the inner duct model, such as fluids, on the large (octagonal) ducts. Lower it if you experience texture z-fighting. + D:LargeInnerModelScaling=0.99 +} + + +Version { + S:Identifier=2.5.6 +} + + diff --git a/config/cofh/thermaldynamics/common.cfg b/config/cofh/thermaldynamics/common.cfg new file mode 100644 index 00000000..a1c8943e --- /dev/null +++ b/config/cofh/thermaldynamics/common.cfg @@ -0,0 +1,60 @@ +# Configuration file + +Attachment { + + Servo { + + Basic { + B:RedstoneControl=true + } + + Hardened { + B:RedstoneControl=true + } + + Reinforced { + B:RedstoneControl=true + } + + Signalum { + B:RedstoneControl=true + } + + Resonant { + B:RedstoneControl=true + } + + } + + Cover { + B:Recipe=true + } + +} + + +Duct { + + Energy { + # Adjust this value to change the amount of Energy (in RF/t) that can be received by a Leadstone Fluxduct. This base value will scale with duct level. [range: 100 ~ 10000, default: 1000] + I:BaseTransfer=1000 + } + + Recipes { + B:UseFluidTransposer=true + } + +} + + +General { + # If TRUE, Ducts will display debug information where applicable. [default: false] + B:ShowDebugInfo=false +} + + +Version { + S:Identifier=2.5.6 +} + + diff --git a/config/cofh/thermaldynamics/cover_blacklist.json b/config/cofh/thermaldynamics/cover_blacklist.json new file mode 100644 index 00000000..69b7ab86 --- /dev/null +++ b/config/cofh/thermaldynamics/cover_blacklist.json @@ -0,0 +1,51 @@ +[ + {"block": "minecraft:sapling", "meta": false}, + {"block": "minecraft:golden_rail", "meta": 0}, + {"block": "minecraft:detector_rail", "meta": 0}, + {"block": "minecraft:web", "meta": 0}, + {"block": "minecraft:deadbush", "meta": 0}, + {"block": "minecraft:tallgrass", "meta": 1}, + {"block": "minecraft:tallgrass", "meta": 2}, + {"block": "minecraft:yellow_flower", "meta": 0}, + {"block": "minecraft:red_flower", "meta": false}, + {"block": "minecraft:brown_mushroom", "meta": 0}, + {"block": "minecraft:red_mushroom", "meta": 0}, + {"block": "minecraft:torch", "meta": false}, + {"block": "minecraft:ladder", "meta": false}, + {"block": "minecraft:rail", "meta": false}, + {"block": "minecraft:lever", "meta": false}, + {"block": "minecraft:stone_pressure_plate", "meta": 0}, + {"block": "minecraft:wooden_pressure_plate", "meta": 0}, + {"block": "minecraft:redstone_torch", "meta": false}, + {"block": "minecraft:stone_button", "meta": false}, + {"block": "minecraft:snow_layer", "meta": 0}, + {"block": "minecraft:fence", "meta": 0}, + {"block": "minecraft:trapdoor", "meta": 0}, + {"block": "minecraft:vine", "meta": 0}, + {"block": "minecraft:fence_gate", "meta": 0}, + {"block": "minecraft:waterlily", "meta": 0}, + {"block": "minecraft:nether_brick_fence", "meta": 0}, + {"block": "minecraft:cobblestone_wall", "meta": 0}, + {"block": "minecraft:cobblestone_wall", "meta": 1}, + {"block": "minecraft:wooden_button", "meta": 0}, + {"block": "minecraft:anvil", "meta": false}, + {"block": "minecraft:light_weighted_pressure_plate", "meta": 0}, + {"block": "minecraft:heavy_weighted_pressure_plate", "meta": 0}, + {"block": "minecraft:activator_rail", "meta": 0}, + {"block": "minecraft:iron_trapdoor", "meta": 0}, + {"block": "minecraft:carpet", "meta": false}, + {"block": "minecraft:double_plant", "meta": false}, + {"block": "minecraft:spruce_fence_gate", "meta": 0}, + {"block": "minecraft:birch_fence_gate", "meta": 0}, + {"block": "minecraft:jungle_fence_gate", "meta": 0}, + {"block": "minecraft:dark_oak_fence_gate", "meta": 0}, + {"block": "minecraft:acacia_fence_gate", "meta": 0}, + {"block": "minecraft:spruce_fence", "meta": 0}, + {"block": "minecraft:birch_fence", "meta": 0}, + {"block": "minecraft:jungle_fence", "meta": 0}, + {"block": "minecraft:dark_oak_fence", "meta": 0}, + {"block": "minecraft:acacia_fence", "meta": 0}, + {"block": "minecraft:end_rod", "meta": 0}, + {"block": "minecraft:chorus_plant", "meta": 0}, + {"block": "minecraft:chorus_flower", "meta": 0} +] diff --git a/config/cofh/thermalexpansion/client.cfg b/config/cofh/thermalexpansion/client.cfg new file mode 100644 index 00000000..fcc571ea --- /dev/null +++ b/config/cofh/thermalexpansion/client.cfg @@ -0,0 +1,108 @@ +# Configuration file + +Coolant { + B:Plugins.JEI=true +} + + +Device { + + Diffuser { + # If TRUE, the Decoctive Diffuser will display potion effect particles. + B:EnableParticles=true + } + +} + + +Interface { + # If TRUE, Thermal Expansion Florbs appear under the general "Thermal Expansion" Creative Tab. Does not work if "Thermal Series" Creative Tabs are in use. [default: false] + B:FlorbsInCommonTab=false + + # If TRUE, Thermal Expansion Items and Tools appear under the general "Thermal Expansion" Creative Tab. Does not work if "Thermal Series" Creative Tabs are in use. [default: false] + B:ItemsInCommonTab=false + + # If TRUE, Thermal Expansion Morbs appear under the general "Thermal Expansion" Creative Tab. Does not work if "Thermal Series" Creative Tabs are in use. [default: false] + B:MorbsInCommonTab=false + + CreativeTabs { + # Set the default level for the Blocks shown in the Creative Tab, if all levels are not shown. [range: 0 ~ 4, default: 0] + I:DefaultLevel=0 + + # If TRUE, Florbs will be completely hidden from Creative Mode and JEI. [default: false] + B:HideFlorbs=false + + # If TRUE, Morbs will be completely hidden from Creative Mode and JEI. [default: false] + B:HideMorbs=false + + # If TRUE, all regular levels for a given Block will show in the Creative Tab. [default: false] + B:ShowAllBlockLevels=false + + # If TRUE, Creative version of Blocks will show in the Creative Tab. [default: false] + B:ShowCreativeBlocks=false + } + + GUI { + # If TRUE, alternate slot overlay textures will be used in GUIs which use them. Can be combined with Color Blind textures. [default: false] + B:AlternateSlotOverlayTextures=false + + # If TRUE, color blind slot overlay textures will be used in GUIs which use them. Can be combined with Alternate textures. [default: false] + B:ColorBlindSlotOverlayTextures=false + } + +} + + +Plugins { + + JEI { + B:Device.Factorizer=true + B:Dynamo.Compression=true + B:Dynamo.Enervation=true + B:Dynamo.Magmatic=true + B:Dynamo.Numismatic=true + B:Dynamo.Reactant=true + B:Dynamo.Steam=true + B:Machine.Brewer=true + B:Machine.Centrifuge=true + B:Machine.Charger=true + B:Machine.Compactor=true + B:Machine.Crucible=true + B:Machine.Enchanter=true + B:Machine.Extruder=true + B:Machine.Furnace=true + B:Machine.Insolator=true + B:Machine.Precipitator=true + B:Machine.Pulverizer=true + B:Machine.Refinery=true + B:Machine.Sawmill=true + B:Machine.Smelter=true + B:Machine.Transposer=true + } + +} + + +Render { + # If TRUE, Dynamos will have animated coil textures. [default: true] + B:AnimatedDynamoCoilTextures=true + + # If TRUE, Dynamos will display overlay textures corresponding to their block level. [default: true] + B:RenderDynamoLevelOverlay=true + + # If TRUE, Machines will display overlay textures corresponding to their block level. [default: true] + B:RenderMachineLevelOverlay=true +} + + +Sounds { + # If TRUE, various Thermal Expansion Blocks will play ambient sounds when active. [default: true] + B:EnableSounds=true +} + + +Version { + S:Identifier=5.5.7 +} + + diff --git a/config/cofh/thermalexpansion/common.cfg b/config/cofh/thermalexpansion/common.cfg new file mode 100644 index 00000000..137eb9df --- /dev/null +++ b/config/cofh/thermalexpansion/common.cfg @@ -0,0 +1,733 @@ +# Configuration file + +Device { + # If TRUE, most Devices will no longer have Auto-Input functionality. Not recommended, but knock yourself out. + B:DisableAutoInput=false + + # If TRUE, most Devices will no longer have Auto-Output functionality. Not recommended, but knock yourself out. + B:DisableAutoOutput=false + + # If TRUE, Devices are securable. + B:Securable=true + + WaterGen { + B:Enable=true + + # If TRUE, the Aqueous Accumulator will act as an Infinite Source and will also function in the Nether. + B:Infinite=false + + # If TRUE, the Aqueous Accumulator will produce water very slowly even without adjacent source blocks. + B:PassiveGeneration=false + } + + Nullifier { + B:Enable=true + } + + HeatSink { + B:Enable=true + } + + Tapper { + B:Enable=true + + # Adjust this value to set the number of cycles Phyto-Gro lasts. [range: 2 ~ 64, default: 8] + I:FertilizerDuration=8 + + # If TRUE, the Arboreal Extractor will REQUIRE Phyto-Gro to operate. + B:RequireFertilizer=false + } + + Fisher { + # Adjust this value to set the number of cycles Aqua-Chow lasts. [range: 2 ~ 64, default: 8] + I:BaitDuration=8 + B:Enable=true + + # If TRUE, the Aquatic Entangler will REQUIRE Aqua-Chow to operate. + B:RequireBait=false + } + + ItemBuffer { + B:Enable=true + } + + FluidBuffer { + B:Enable=true + } + + Lexicon { + B:Enable=true + } + + XpCollector { + B:Enable=true + + # Adjust this value to change the capture radius for the Insightful Condenser. [range: 2 ~ 16, default: 5] + I:Radius=5 + } + + Diffuser { + B:Enable=true + + # Adjust this value to change the area effect radius when Lingering Potion fluid is used in a Decoctive Diffuser. [range: 2 ~ 16, default: 8] + I:LingeringPotionRadius=8 + + # Adjust this value to change the area effect radius when Potion fluid is used in a Decoctive Diffuser. [range: 2 ~ 16, default: 4] + I:PotionRadius=4 + + # Adjust this value to change the area effect radius when Splash Potion fluid is used in a Decoctive Diffuser. [range: 2 ~ 16, default: 6] + I:SplashPotionRadius=6 + } + + Factorizer { + B:Enable=true + } + + MobCatcher { + B:Enable=true + + # Adjust this value to change the capture radius for the Creature Encaptulator. [range: 2 ~ 16, default: 5] + I:Radius=5 + } + + ItemCollector { + B:Enable=true + + # Adjust this value to change the capture radius for the Vacuumulator. [range: 2 ~ 16, default: 5] + I:Radius=5 + } + +} + + +Dynamo { + # If TRUE, 'Classic' Crafting is enabled - Non-Creative Upgrade Kits WILL NOT WORK in a Crafting Grid. + B:ClassicCrafting=false + + # If TRUE, Dynamo Augment Slot scaling will use a custom set of values rather than default behavior (1/level). + B:CustomAugmentScaling=true + + # If TRUE, Dynamo RF/t (POWER) scaling will use a custom set of values rather than default behavior. The default custom configuration provides a reasonable alternate progression. + B:CustomPowerScaling=false + + # If TRUE, Dynamos are securable. + B:Securable=true + + # If TRUE, Dynamos will have much smaller internal energy (RF) storage. Generation speed will no longer scale with internal energy. + B:SmallStorage=false + + # If TRUE, Dynamos are upgradable. If disabled, be sure and change the Augment Progression. + B:Upgradable=true + + # If TRUE, Dynamos can be upgraded in a Crafting Grid using Kits. If Classic Crafting is enabled, only the Creative Conversion Kit may be used in this fashion. + B:UpgradeKitCrafting=false + + ########################################################################################################## + # AugmentSlots + #--------------------------------------------------------------------------------------------------------# + # Adjust the number of augments that Dynamos have at any given Level. + # Progression will be checked for validity - upgrading a block cannot result in fewer slots. + ########################################################################################################## + + AugmentSlots { + # Augment Slots for Level 0 Dynamos. [range: 0 ~ 9, default: 0] + I:Level0=0 + + # Augment Slots for Level 1 Dynamos. [range: 0 ~ 9, default: 1] + I:Level1=1 + + # Augment Slots for Level 2 Dynamos. [range: 0 ~ 9, default: 2] + I:Level2=2 + + # Augment Slots for Level 3 Dynamos. [range: 0 ~ 9, default: 3] + I:Level3=3 + + # Augment Slots for Level 4 Dynamos. [range: 0 ~ 9, default: 4] + I:Level4=9 + } + + ########################################################################################################## + # CustomPowerScaling + #--------------------------------------------------------------------------------------------------------# + # ADVANCED FEATURE - ONLY EDIT IF YOU KNOW WHAT YOU ARE DOING. + # Values are expressed as a percentage of Base Power; Base Scale Factor is 100 percent. + # Values will be checked for validity and rounded down to the nearest 10. + ########################################################################################################## + + CustomPowerScaling { + # Scale Factor for Level 1 Dynamos. [range: 100 ~ 400, default: 150] + I:Level1=150 + + # Scale Factor for Level 2 Dynamos. [range: 100 ~ 900, default: 250] + I:Level2=250 + + # Scale Factor for Level 3 Dynamos. [range: 100 ~ 1600, default: 400] + I:Level3=400 + + # Scale Factor for Level 4 Dynamos. [range: 100 ~ 2500, default: 600] + I:Level4=1500 + } + + Steam { + # Adjust this value to change the Energy generation (in RF/t) for a Steam Dynamo. This base value will scale with block level and Augments. [range: 10 ~ 1000, default: 40] + I:BasePower=40 + B:Enable=true + } + + Magmatic { + # Adjust this value to change the Energy generation (in RF/t) for a Magmatic Dynamo. This base value will scale with block level and Augments. [range: 10 ~ 1000, default: 40] + I:BasePower=40 + B:Enable=true + } + + Compression { + # Adjust this value to change the Energy generation (in RF/t) for a Compression Dynamo. This base value will scale with block level and Augments. [range: 10 ~ 1000, default: 40] + I:BasePower=40 + B:Enable=true + } + + Reactant { + # Adjust this value to change the Energy generation (in RF/t) for a Reactant Dynamo. This base value will scale with block level and Augments. [range: 10 ~ 1000, default: 40] + I:BasePower=40 + B:Enable=true + } + + Enervation { + # Adjust this value to change the Energy generation (in RF/t) for an Enervation Dynamo. This base value will scale with block level and Augments. [range: 10 ~ 1000, default: 40] + I:BasePower=40 + B:Enable=true + } + + Numismatic { + # Adjust this value to change the Energy generation (in RF/t) for a Numismatic Dynamo. This base value will scale with block level and Augments. [range: 10 ~ 1000, default: 40] + I:BasePower=40 + B:Enable=true + } + +} + + +Item { + + Capacitor { + # Adjust this value to change the amount of Energy (in RF) stored by a Basic Flux Capacitor. This base value will scale with item level. [range: 10000 ~ 10000000, default: 1000000] + I:BaseCapacity=1000000 + + # Adjust this value to change the amount of Energy (in RF/t) that can be received by a Basic Flux Capacitor. This base value will scale with item level. [range: 100 ~ 1000000, default: 2000] + I:BaseReceive=2000 + + # Adjust this value to change the amount of Energy (in RF/t) that can be sent by a Basic Flux Capacitor. This base value will scale with item level. [range: 100 ~ 1000000, default: 1000] + I:BaseSend=1000 + B:Enable=true + } + + Reservoir { + # Adjust this value to change the amount of Fluid (in mB) stored by a Basic Reservoir. This base value will scale with item level. [range: 2000 ~ 100000, default: 10000] + I:BaseCapacity=10000 + B:Enable=true + } + + Satchel { + B:Enable=true + } + + Augment { + # If TRUE, the recipe for the Compactor's Coin Specialization is enabled. [default: true] + B:AugmentCompactorCoin=true + + # If TRUE, the recipe for the Compactor's Gear Specialization is enabled. [default: true] + B:AugmentCompactorGear=true + + # If TRUE, the recipe for the Extruder's Sedimentary Specialization is enabled. [default: true] + B:AugmentExtruderSedimentary=true + + # If TRUE, the recipe for the Furnace's Food Specialization is enabled. [default: true] + B:AugmentFurnaceFood=true + + # If TRUE, the recipe for the Furnace's Ore Specialization is enabled. [default: true] + B:AugmentFurnaceOre=true + + # If TRUE, the recipe for the Furnace's Pyrolysis Specialization is enabled. [default: true] + B:AugmentFurnacePyrolysis=true + + # If TRUE, the recipe for the Pulverizer's Petrotheum Specialization is enabled. [default: true] + B:AugmentPulverizerPetrotheum=true + + # If TRUE, the recipe for the Refinery's Potion Specialization is enabled. [default: true] + B:AugmentRefineryPotion=true + + # If TRUE, the recipe for the Smelter's Pyrotheum Specialization is enabled. [default: true] + B:AugmentSmelterPyrotheum=true + } + +} + + +Machine { + # If TRUE, 'Classic' Crafting is enabled - Non-Creative Upgrade Kits WILL NOT WORK in a Crafting Grid. + B:ClassicCrafting=false + + # If TRUE, Machine Augment Slot scaling will use a custom set of values rather than default behavior (1/level). + B:CustomAugmentScaling=false + + # If TRUE, Machine Total RF (ENERGY) scaling will use a custom set of values rather than default behavior (no scaling). The default custom configuration provides an alternate progression where machines use 5% additional total RF per tier. + B:CustomEnergyScaling=false + + # If TRUE, Machine RF/t (POWER) scaling will use a custom set of values rather than default behavior. The default custom configuration provides a reasonable alternate progression. + B:CustomPowerScaling=false + + # If TRUE, Machines will no longer have Auto-Input functionality. Not recommended, but knock yourself out. + B:DisableAutoInput=false + + # If TRUE, Machines will no longer have Auto-Output functionality. Not recommended, but knock yourself out. + B:DisableAutoOutput=false + + # If TRUE, Machines are securable. + B:Securable=true + + # If TRUE, Machines will have much smaller internal energy (RF) storage. Processing speed will no longer scale with internal energy. + B:SmallStorage=false + + # If TRUE, Machines are upgradable. If disabled, be sure and change the Augment Scaling config options as well. + B:Upgradable=true + + # If TRUE, Machines can be upgraded in a Crafting Grid using Kits. If Classic Crafting is enabled, only the Creative Conversion Kit may be used in this fashion. + B:UpgradeKitCrafting=false + + ########################################################################################################## + # AugmentSlots + #--------------------------------------------------------------------------------------------------------# + # Adjust the number of augments that Machines have at any given Level. + # Progression will be checked for validity - upgrading a block cannot result in fewer slots. + ########################################################################################################## + + AugmentSlots { + # Augment Slots for Level 0 Machines. [range: 0 ~ 9, default: 0] + I:Level0=0 + + # Augment Slots for Level 1 Machines. [range: 0 ~ 9, default: 1] + I:Level1=1 + + # Augment Slots for Level 2 Machines. [range: 0 ~ 9, default: 2] + I:Level2=2 + + # Augment Slots for Level 3 Machines. [range: 0 ~ 9, default: 3] + I:Level3=3 + + # Augment Slots for Level 4 Machines. [range: 0 ~ 9, default: 4] + I:Level4=4 + } + + ########################################################################################################## + # CustomPowerScaling + #--------------------------------------------------------------------------------------------------------# + # ADVANCED FEATURE - ONLY EDIT IF YOU KNOW WHAT YOU ARE DOING. + # Values are expressed as a percentage of Base Power; Base Scale Factor is 100 percent. + # Values will be checked for validity and rounded down to the nearest 10. + ########################################################################################################## + + CustomPowerScaling { + # Scale Factor for Level 1 Machines. [range: 100 ~ 400, default: 150] + I:Level1=150 + + # Scale Factor for Level 2 Machines. [range: 100 ~ 900, default: 250] + I:Level2=250 + + # Scale Factor for Level 3 Machines. [range: 100 ~ 1600, default: 400] + I:Level3=400 + + # Scale Factor for Level 4 Machines. [range: 100 ~ 2500, default: 600] + I:Level4=600 + } + + ########################################################################################################## + # CustomEnergyScaling + #--------------------------------------------------------------------------------------------------------# + # ADVANCED FEATURE - ONLY EDIT IF YOU KNOW WHAT YOU ARE DOING. + # Values are expressed as a percentage of Base Energy; Base Scale Factor is 100 percent. + # Values will be checked for validity and rounded down to the nearest 5. + ########################################################################################################## + + CustomEnergyScaling { + # Scale Factor for Level 1 Machines. [range: 100 ~ 400, default: 105] + I:Level1=105 + + # Scale Factor for Level 2 Machines. [range: 100 ~ 900, default: 110] + I:Level2=110 + + # Scale Factor for Level 3 Machines. [range: 100 ~ 1600, default: 115] + I:Level3=115 + + # Scale Factor for Level 4 Machines. [range: 100 ~ 2500, default: 120] + I:Level4=120 + } + + Furnace { + # Adjust this value to change the Energy consumption (in RF/t) for a Redstone Furnace. This base value will scale with block level and Augments. [range: 10 ~ 5000, default: 20] + I:BasePower=20 + B:Enable=true + } + + Pulverizer { + # Adjust this value to change the Energy consumption (in RF/t) for a Pulverizer. This base value will scale with block level and Augments. [range: 10 ~ 5000, default: 20] + I:BasePower=20 + B:Enable=true + + # Adjust this value to change the default Ore -> Dust Multiplier for this machine. [range: 1 ~ 8, default: 2] + I:"Ore -> Dust Multiplier"=2 + } + + Sawmill { + # Adjust this value to change the Energy consumption (in RF/t) for a Sawmill. This base value will scale with block level and Augments. [range: 10 ~ 5000, default: 20] + I:BasePower=20 + B:Enable=true + + # Adjust this value to change the default Log -> Plank Multiplier for this machine. [range: 1.0 ~ 8.0, default: 1.5] + S:"Log -> Plank Multiplier"=1.5 + } + + Smelter { + # Adjust this value to change the Energy consumption (in RF/t) for an Induction Smelter. This base value will scale with block level and Augments. [range: 10 ~ 5000, default: 20] + I:BasePower=20 + B:Enable=true + } + + Insolator { + # Adjust this value to change the Energy consumption (in RF/t) for a Phytogenic Insolator. This base value will scale with block level and Augments. [range: 10 ~ 5000, default: 20] + I:BasePower=20 + B:Enable=true + } + + Compactor { + # Adjust this value to change the Energy consumption (in RF/t) for a Compactor. This base value will scale with block level and Augments. [range: 10 ~ 5000, default: 20] + I:BasePower=20 + B:Enable=true + } + + Crucible { + # Adjust this value to change the Energy consumption (in RF/t) for a Magma Crucible. This base value will scale with block level and Augments. [range: 10 ~ 5000, default: 40] + I:BasePower=40 + B:Enable=true + } + + Refinery { + # Adjust this value to change the Energy consumption (in RF/t) for a Fractionating Still. This base value will scale with block level and Augments. [range: 10 ~ 5000, default: 20] + I:BasePower=20 + B:Enable=true + } + + Transposer { + # Adjust this value to change the Energy consumption (in RF/t) for a Fluid Transposer. This base value will scale with block level and Augments. [range: 10 ~ 5000, default: 20] + I:BasePower=20 + B:Enable=true + } + + Charger { + # Adjust this value to change the Energy consumption (in RF/t) for an Energetic Infuser. This base value will scale with block level and Augments. [range: 10 ~ 5000, default: 40] + I:BasePower=40 + B:Enable=true + + # Adjust this value to change the amount of RF per point of durability in the Energetic Infuser with the Flux Reconstruction augment. [range: 100 ~ 10000, default: 500] + I:RepairEnergy=500 + + # Adjust this value to change the amount of Essence of Knowledge per point of durability in the Energetic Infuser with the Flux Reconstruction augment. [range: 1 ~ 1000, default: 5] + I:RepairFluid=5 + + # Adjust this value to change the wireless range for the Energetic Infuser with the Parabolic Flux Coupling augment. [range: 8 ~ 128, default: 32] + I:WirelessRange=32 + } + + Centrifuge { + # Adjust this value to change the Energy consumption (in RF/t) for a Centrifugal Separator. This base value will scale with block level and Augments. [range: 10 ~ 5000, default: 20] + I:BasePower=20 + B:Enable=true + } + + Crafter { + # Adjust this value to change the Energy consumption (in RF/t) for a Sequential Fabricator. This base value will scale with block level and Augments. [range: 10 ~ 5000, default: 20] + I:BasePower=20 + B:Enable=true + } + + Brewer { + # Adjust this value to change the Energy consumption (in RF/t) for a BREWER. This base value will scale with block level and Augments. [range: 10 ~ 5000, default: 20] + I:BasePower=20 + B:Enable=true + } + + Enchanter { + # Adjust this value to change the Energy consumption (in RF/t) for an Arcane Ensorcellator. This base value will scale with block level and Augments. [range: 10 ~ 5000, default: 20] + I:BasePower=20 + B:Enable=true + } + + Precipitator { + # Adjust this value to change the Energy consumption (in RF/t) for a Glacial Precipitator. This base value will scale with block level and Augments. [range: 10 ~ 5000, default: 20] + I:BasePower=20 + B:Enable=true + } + + Extruder { + # Adjust this value to change the Energy consumption (in RF/t) for an Igneous Extruder. This base value will scale with block level and Augments. [range: 10 ~ 5000, default: 20] + I:BasePower=20 + B:Enable=true + } + +} + + +Plugins { + # If TRUE, support for AbyssalCraft is enabled. [default: true] + B:AbyssalCraft=true + + # If TRUE, support for Actually Additions is enabled. [default: true] + B:"Actually Additions"=true + + # If TRUE, support for Applied Energistics 2 is enabled. [default: true] + B:"Applied Energistics 2"=true + + # If TRUE, support for Astral Sorcery is enabled. [default: true] + B:"Astral Sorcery"=true + + # If TRUE, support for Biomes O' Plenty is enabled. [default: true] + B:"Biomes O' Plenty"=true + + # If TRUE, support for Chisel is enabled. [default: true] + B:Chisel=true + + # If TRUE, support for Computronics is enabled. [default: true] + B:Computronics=true + + # If TRUE, support for Elemental Dimensions is enabled. [default: true] + B:"Elemental Dimensions"=true + + # If TRUE, support for Ender IO is enabled. [default: true] + B:"Ender IO"=true + + # If TRUE, support for EvilCraft is enabled. [default: true] + B:EvilCraft=true + + # If TRUE, support for Extra Alchemy is enabled. [default: true] + B:"Extra Alchemy"=true + + # If TRUE, support for Extra Bees is enabled. [default: true] + B:"Extra Bees"=true + + # If TRUE, support for Extra Trees is enabled. [default: true] + B:"Extra Trees"=true + + # If TRUE, support for Extra Utilities 2 is enabled. [default: true] + B:"Extra Utilities 2"=true + + # If TRUE, support for Familiar Fauna is enabled. [default: true] + B:"Familiar Fauna"=true + + # If TRUE, support for Forestry is enabled. [default: true] + B:Forestry=true + + # If TRUE, support for Gendustry is enabled. [default: true] + B:Gendustry=true + + # If TRUE, support for Gregtech Classic is enabled. [default: true] + B:"Gregtech Classic"=true + + # If TRUE, support for Gregtech Classic Expansion is enabled. [default: true] + B:"Gregtech Classic Expansion"=true + + # If TRUE, support for Ice and Fire is enabled. [default: true] + B:"Ice and Fire"=true + + # If TRUE, support for Immersive Engineering is enabled. [default: true] + B:"Immersive Engineering"=true + + # If TRUE, support for IndustrialCraft 2 is enabled. [default: true] + B:"IndustrialCraft 2"=true + + # If TRUE, support for Integrated Dynamics is enabled. [default: true] + B:"Integrated Dynamics"=true + + # If TRUE, support for Magic Bees is enabled. [default: true] + B:"Magic Bees"=true + + # If TRUE, support for Mowzie's Mobs is enabled. [default: true] + B:"Mowzie's Mobs"=true + + # If TRUE, support for Mystical Agriculture is enabled. [default: true] + B:"Mystical Agriculture"=true + + # If TRUE, support for Mystical Wildlife is enabled. [default: true] + B:"Mystical Wildlife"=true + + # If TRUE, support for Natura is enabled. [default: true] + B:Natura=true + + # If TRUE, support for Pam's BoneCraft is enabled. [default: true] + B:"Pam's BoneCraft"=true + + # If TRUE, support for Pam's HarvestCraft is enabled. [default: true] + B:"Pam's HarvestCraft"=true + + # If TRUE, support for Pam's Redbud Tree is enabled. [default: true] + B:"Pam's Redbud Tree"=true + + # If TRUE, support for Pam's Spooky Tree is enabled. [default: true] + B:"Pam's Spooky Tree"=true + + # If TRUE, support for Plants is enabled. [default: true] + B:Plants=true + + # If TRUE, support for Primal Core is enabled. [default: true] + B:"Primal Core"=true + + # If TRUE, support for Quark is enabled. [default: true] + B:Quark=true + + # If TRUE, support for Rustic is enabled. [default: true] + B:Rustic=true + + # If TRUE, support for Tech Reborn is enabled. [default: true] + B:"Tech Reborn"=true + + # If TRUE, support for Terraqueous is enabled. [default: true] + B:Terraqueous=true + + # If TRUE, support for Thaumcraft is enabled. [default: true] + B:Thaumcraft=true + + # If TRUE, support for The Betweenlands is enabled. [default: true] + B:"The Betweenlands"=true + + # If TRUE, support for The One Probe is enabled. [default: true] + B:"The One Probe"=true + + # If TRUE, support for Tinkers' Construct is enabled. [default: true] + B:"Tinkers' Construct"=true + + # If TRUE, support for Traverse is enabled. [default: true] + B:Traverse=true + + # If TRUE, support for Tropicraft is enabled. [default: true] + B:Tropicraft=true + + # If TRUE, support for Twilight Forest is enabled. [default: true] + B:"Twilight Forest"=true + + # If TRUE, support for Underground Biomes is enabled. [default: true] + B:"Underground Biomes"=true + + "Mystical Agriculture" { + # Secondary chance for seeds when using Phyto-Gro. [range: 0 ~ 150, default: 100] + I:BaseSecondaryChance=100 + + # Secondary chance for seeds when using Fluxed Phyto-Gro. [range: 0 ~ 150, default: 110] + I:FluxedSecondaryChance=110 + + # Secondary chance for seeds when using Rich Phyto-Gro. [range: 0 ~ 150, default: 105] + I:RichSecondaryChance=105 + } + +} + + +Storage { + + Cell { + # Adjust this value to change the amount of Energy (in RF) stored by a Basic Cell. This base value will scale with block level. [range: 50000 ~ 20000000, default: 2000000] + I:BaseCapacity=3000000 + + # Adjust this value to change the amount of Energy (in RF/t) that can be received by a Basic Cell. This base value will scale with block level. [range: 100 ~ 10000, default: 1000] + I:BaseReceive=10000 + + # Adjust this value to change the amount of Energy (in RF/t) that can be sent by a Basic Cell. This base value will scale with block level. [range: 100 ~ 10000, default: 1000] + I:BaseSend=10000 + + # If TRUE, 'Classic' Crafting is enabled - Non-Creative Upgrade Kits WILL NOT WORK in a Crafting Grid. + B:ClassicCrafting=false + + # If TRUE, Energy Cells may be turned into Creative versions using a Creative Conversion Kit. + B:Creative=true + + # If TRUE, Energy Cells are enabled. + B:Enable=true + + # If TRUE, Energy Cells are securable. + B:Securable=true + + # If TRUE, Energy Cells can be upgraded in a Crafting Grid using Kits. If Classic Crafting is enabled, only the Creative Conversion Kit may be used in this fashion. + B:UpgradeKitCrafting=true + } + + Tank { + # Adjust this value to change the amount of Fluid (in mB) stored by a Basic Tank. This base value will scale with block level. [range: 2000 ~ 1000000, default: 20000] + I:BaseCapacity=20000 + + # If TRUE, 'Classic' Crafting is enabled - Non-Creative Upgrade Kits WILL NOT WORK in a Crafting Grid. + B:ClassicCrafting=false + + # If TRUE, Tanks may be turned into Creative versions using a Creative Conversion Kit. + B:Creative=true + + # If TRUE, Tanks are enabled. + B:Enable=true + + # If TRUE, Tanks are securable. + B:Securable=true + + # If TRUE, Tanks can be upgraded in a Crafting Grid using Kits. If Classic Crafting is enabled, only the Creative Conversion Kit may be used in this fashion. + B:UpgradeKitCrafting=false + } + + Cache { + # Adjust this value to change the amount of Items stored by a Basic Cache. This base value will scale with block level. [range: 500 ~ 500000, default: 20000] + I:BaseCapacity=20000 + + # If TRUE, 'Classic' Crafting is enabled - Non-Creative Upgrade Kits WILL NOT WORK in a Crafting Grid. + B:ClassicCrafting=false + + # If TRUE, Caches may be turned into Creative versions using a Creative Conversion Kit. + B:Creative=true + + # If TRUE, Caches are enabled. + B:Enable=true + + # If TRUE, Caches can be upgraded in a Crafting Grid using Kits. If Classic Crafting is enabled, only the Creative Conversion Kit may be used in this fashion. + B:UpgradeKitCrafting=false + } + + Strongbox { + # If TRUE, 'Classic' Crafting is enabled - Non-Creative Upgrade Kits WILL NOT WORK in a Crafting Grid. + B:ClassicCrafting=false + + # If TRUE, Strongboxes may be turned into Creative versions using a Creative Conversion Kit. + B:Creative=true + + # If TRUE, Strongboxes are enabled. + B:Enable=true + + # If TRUE, Strongboxes are securable. + B:Securable=true + + # If TRUE, Strongboxes can be upgraded in a Crafting Grid using Kits. If Classic Crafting is enabled, only the Creative Conversion Kit may be used in this fashion. + B:UpgradeKitCrafting=false + } + +} + + +Upgrades { + # This sets the minimum upgradeable block tier for Automatic Input functionality. [range: 0 ~ 4, default: 0] + I:LevelAutoInput=0 + + # This sets the minimum upgradeable block tier for Automatic Output functionality. [range: 0 ~ 4, default: 0] + I:LevelAutoOutput=0 + + # This sets the minimum upgradeable block tier for Redstone Control functionality. [range: 0 ~ 4, default: 0] + I:LevelRedstoneControl=0 +} + + +Version { + S:Identifier=5.5.7 +} + + diff --git a/config/cofh/thermalexpansion/florbs.cfg b/config/cofh/thermalexpansion/florbs.cfg new file mode 100644 index 00000000..2904e2f2 --- /dev/null +++ b/config/cofh/thermalexpansion/florbs.cfg @@ -0,0 +1,20 @@ +# Configuration file + +Blacklist { + # List of fluids that are not allowed to be placed in Florbs. [default: ] + S:Blacklist < + > +} + + +General { + # If TRUE, the recipes for Florbs are enabled. Setting this to FALSE means that you actively dislike fun things. [default: true] + B:EnableRecipe=true +} + + +Version { + S:Identifier=5.5.7 +} + + diff --git a/config/cofh/thermalexpansion/morbs.cfg b/config/cofh/thermalexpansion/morbs.cfg new file mode 100644 index 00000000..dfece226 --- /dev/null +++ b/config/cofh/thermalexpansion/morbs.cfg @@ -0,0 +1,20 @@ +# Configuration file + +Blacklist { + # List of entities that are not allowed to be placed in Morbs. Mobs without spawn eggs are automatically disallowed. [default: ] + S:Blacklist < + > +} + + +General { + # If TRUE, the recipes for Morbs are enabled. Setting this to FALSE means that you actively dislike fun things and/or Pokemon tributes. [default: true] + B:EnableRecipe=true +} + + +Version { + S:Identifier=5.5.7 +} + + diff --git a/config/cofh/thermalfoundation/client.cfg b/config/cofh/thermalfoundation/client.cfg new file mode 100644 index 00000000..5ebee9c8 --- /dev/null +++ b/config/cofh/thermalfoundation/client.cfg @@ -0,0 +1,40 @@ +# Configuration file + +Global { + # If TRUE, Creative versions of Items will show in Creative Tabs. [default: true] + B:ShowCreativeItems=true + + # If TRUE, Empty versions of Items which contain a specific resource (such as RF or Water) will show in Creative Tabs. [default: false] + B:ShowEmptyItems=false + + # If TRUE, Full versions of Items which contain a specific resource (such as RF or Water) will show in Creative Tabs. [default: true] + B:ShowFullItems=true + + # If TRUE, all Thermal Series mods will be share common pre-configured "Thermal Series" Creative Tabs. Basic Armor and Basic Tools will go to appropriate vanilla Creative Tabs. [default: true] + B:ThermalSeriesTabs=true +} + + +Interface { + # If TRUE, Thermal Foundation Basic Armor Sets appear under the general "Thermal Foundation" Creative Tab. Does not work if "Thermal Series" Creative Tabs are in use. [default: false] + B:ArmorInCommonTab=false + + # If TRUE, Thermal Foundation Basic Tools appear under the general "Thermal Foundation" Creative Tab. Does not work if "Thermal Series" Creative Tabs are in use. [default: false] + B:ToolsInCommonTab=false + + # If TRUE, Thermal Foundation Utility Items appear under the general "Thermal Foundation" Creative Tab. Does not work if "Thermal Series" Creative Tabs are in use. [default: false] + B:UtilsInCommonTab=false +} + + +Render { + # If TRUE, Ender devices will be a bit more Cagey year-round. [default: false] + B:CageyEnder=false +} + + +Version { + S:Identifier=2.6.7 +} + + diff --git a/config/cofh/thermalfoundation/common.cfg b/config/cofh/thermalfoundation/common.cfg new file mode 100644 index 00000000..da7f3820 --- /dev/null +++ b/config/cofh/thermalfoundation/common.cfg @@ -0,0 +1,619 @@ +# Configuration file + +Block { + + OreFluid { + # If TRUE, Clathrates will create fluid when broken. + B:FluidOnBreaking=true + } + +} + + +Equipment { + # If TRUE, recipes for all Armor Sets are disabled. [default: false] + B:DisableAllArmorRecipes=false + + # If TRUE, recipes for all new Bows will be disabled, leaving only the Vanilla Bow [default: false] + B:DisableAllBows=false + + # If TRUE, recipes for all new Fishing Rods will be disabled, leaving only the Vanilla (Wood) Fishing Rod [default: false] + B:DisableAllFishingRods=false + + # If TRUE, recipes for all new Shears will be disabled, leaving only the Vanilla (Iron) Shears. [default: false] + B:DisableAllShears=false + + # If TRUE, recipes for all new Shields will be disabled, leaving only the Vanilla (Wood) Shield [default: false] + B:DisableAllShields=false + + # If TRUE, recipes for all Tools are disabled. [default: false] + B:DisableAllToolRecipes=false + + # If TRUE, recipes for new Vanilla material (Wood, Stone, Iron, Gold, Diamond) Tools are disabled. [default: false] + B:DisableVanillaToolRecipes=false + + # If TRUE, items which have had their recipes disabled will show in the Creative Tab and JEI. [default: false] + B:ShowDisabledEquipment=false + + Armor { + + Copper { + B:Boots=true + B:Chestplate=true + B:Helmet=true + B:Leggings=true + } + + Tin { + B:Boots=true + B:Chestplate=true + B:Helmet=true + B:Leggings=true + } + + Silver { + B:Boots=true + B:Chestplate=true + B:Helmet=true + B:Leggings=true + } + + Lead { + B:Boots=true + B:Chestplate=true + B:Helmet=true + B:Leggings=true + } + + Aluminum { + B:Boots=true + B:Chestplate=true + B:Helmet=true + B:Leggings=true + } + + Nickel { + B:Boots=true + B:Chestplate=true + B:Helmet=true + B:Leggings=true + } + + Platinum { + B:Boots=true + B:Chestplate=true + B:Helmet=true + B:Leggings=true + } + + Steel { + B:Boots=true + B:Chestplate=true + B:Helmet=true + B:Leggings=true + } + + Electrum { + B:Boots=true + B:Chestplate=true + B:Helmet=true + B:Leggings=true + } + + Invar { + B:Boots=true + B:Chestplate=true + B:Helmet=true + B:Leggings=true + } + + Bronze { + B:Boots=true + B:Chestplate=true + B:Helmet=true + B:Leggings=true + } + + Constantan { + B:Boots=true + B:Chestplate=true + B:Helmet=true + B:Leggings=true + } + + } + + Tools { + + Copper { + B:Axe=true + B:Bow=true + B:Excavator=true + B:FishingRod=true + B:Hammer=true + B:Hoe=true + B:Pickaxe=true + B:Shears=true + B:Shield=true + B:Shovel=true + B:Sickle=true + B:Sword=true + } + + Tin { + B:Axe=true + B:Bow=true + B:Excavator=true + B:FishingRod=true + B:Hammer=true + B:Hoe=true + B:Pickaxe=true + B:Shears=true + B:Shield=true + B:Shovel=true + B:Sickle=true + B:Sword=true + } + + Silver { + B:Axe=true + B:Bow=true + B:Excavator=true + B:FishingRod=true + B:Hammer=true + B:Hoe=true + B:Pickaxe=true + B:Shears=true + B:Shield=true + B:Shovel=true + B:Sickle=true + B:Sword=true + } + + Lead { + B:Axe=true + B:Bow=true + B:Excavator=true + B:FishingRod=true + B:Hammer=true + B:Hoe=true + B:Pickaxe=true + B:Shears=true + B:Shield=true + B:Shovel=true + B:Sickle=true + B:Sword=true + } + + Aluminum { + B:Axe=true + B:Bow=true + B:Excavator=true + B:FishingRod=true + B:Hammer=true + B:Hoe=true + B:Pickaxe=true + B:Shears=true + B:Shield=true + B:Shovel=true + B:Sickle=true + B:Sword=true + } + + Nickel { + B:Axe=true + B:Bow=true + B:Excavator=true + B:FishingRod=true + B:Hammer=true + B:Hoe=true + B:Pickaxe=true + B:Shears=true + B:Shield=true + B:Shovel=true + B:Sickle=true + B:Sword=true + } + + Platinum { + B:Axe=true + B:Bow=true + B:Excavator=true + B:FishingRod=true + B:Hammer=true + B:Hoe=true + B:Pickaxe=true + B:Shears=true + B:Shield=true + B:Shovel=true + B:Sickle=true + B:Sword=true + } + + Steel { + B:Axe=true + B:Bow=true + B:Excavator=true + B:FishingRod=true + B:Hammer=true + B:Hoe=true + B:Pickaxe=true + B:Shears=true + B:Shield=true + B:Shovel=true + B:Sickle=true + B:Sword=true + } + + Electrum { + B:Axe=true + B:Bow=true + B:Excavator=true + B:FishingRod=true + B:Hammer=true + B:Hoe=true + B:Pickaxe=true + B:Shears=true + B:Shield=true + B:Shovel=true + B:Sickle=true + B:Sword=true + } + + Invar { + B:Axe=true + B:Bow=true + B:Excavator=true + B:FishingRod=true + B:Hammer=true + B:Hoe=true + B:Pickaxe=true + B:Shears=true + B:Shield=true + B:Shovel=true + B:Sickle=true + B:Sword=true + } + + Bronze { + B:Axe=true + B:Bow=true + B:Excavator=true + B:FishingRod=true + B:Hammer=true + B:Hoe=true + B:Pickaxe=true + B:Shears=true + B:Shield=true + B:Shovel=true + B:Sickle=true + B:Sword=true + } + + Constantan { + B:Axe=true + B:Bow=true + B:Excavator=true + B:FishingRod=true + B:Hammer=true + B:Hoe=true + B:Pickaxe=true + B:Shears=true + B:Shield=true + B:Shovel=true + B:Sickle=true + B:Sword=true + } + + } + + Tool { + + Wood { + B:Excavator=false + B:Hammer=false + B:Shears=false + B:Sickle=false + } + + Stone { + B:Bow=false + B:Excavator=false + B:FishingRod=false + B:Hammer=false + B:Shears=false + B:Shield=false + B:Sickle=false + } + + Iron { + B:Bow=true + B:Excavator=true + B:FishingRod=true + B:Hammer=true + B:Shield=true + B:Sickle=true + } + + Diamond { + B:Bow=true + B:Excavator=true + B:FishingRod=true + B:Hammer=true + B:Shears=true + B:Shield=true + B:Sickle=true + } + + Gold { + B:Bow=true + B:Excavator=true + B:FishingRod=true + B:Hammer=true + B:Shears=true + B:Shield=true + B:Sickle=true + } + + } + +} + + +Fluid { + + CrudeOil { + # If TRUE, Crude Oil will be flammable. [default: true] + B:Flammable=true + } + + Redstone { + # If TRUE, Fluid Redstone will emit a signal proportional to its fluid level. [default: true] + B:Effect=true + } + + Glowstone { + # If TRUE, Fluid Glowstone Source blocks will condense back into solid Glowstone above a given y-value. [default: true] + B:Condense=true + + # If TRUE, Fluid Glowstone will provide buffs to entities on contact. [default: true] + B:Effect=true + + # If TRUE, Fluid Glowstone Source blocks will gradually float upwards. [default: true] + B:Float=true + + # This adjusts the y-value where Fluid Glowstone will *always* condense, if that is enabled. It will also condense above 80% of this value, if it cannot flow. [range: 60 ~ 240, default: 120] + I:MaxHeight=120 + } + + Ender { + # If TRUE, Fluid Ender will randomly teleport entities on contact. [default: true] + B:Effect=true + } + + Pyrotheum { + # If TRUE, Fluid Pyrotheum will be worse than lava. [default: true] + B:Effect=true + + # If TRUE, Fluid Pyrotheum Source blocks will gradually fall downwards. [default: true] + B:Fall=true + } + + Cryotheum { + # If TRUE, Fluid Cryotheum will be worse than lava, except cold. [default: true] + B:Effect=true + + # If TRUE, Fluid Cryotheum Source blocks will gradually fall downwards. [default: true] + B:Fall=true + } + + Aerotheum { + # If TRUE, Fluid Aerotheum Source blocks will dissipate back into air above a given y-value. [default: true] + B:Dissipate=true + + # If TRUE, Fluid Aerotheum will slow and redirect entities on contact. [default: true] + B:Effect=true + + # If TRUE, Fluid Aerotheum Source blocks will gradually float upwards. [default: true] + B:Float=true + + # This adjusts the y-value where Fluid Aerotheum will *always* dissipate, if that is enabled. [range: 60 ~ 240, default: 120] + I:MaxHeight=120 + } + + Petrotheum { + # If TRUE, Fluid Petrotheum will break apart stone blocks. [default: true] + B:Effect=true + + # If TRUE, Fluid Petrotheum will have an EXTREME effect on stone blocks. Fun but not recommended. [default: false] + B:Extreme=false + + # If TRUE, Fluid Petrotheum Source blocks will gradually fall downwards. [default: true] + B:Fall=true + } + + Mana { + # If TRUE, Fluid Mana will do...things. [default: true] + B:Effect=true + + # If TRUE, Fluid Mana Source blocks will gradually fall downwards. [default: true] + B:Fall=true + } + +} + + +General { + # If TRUE, non-Basic Gears will require an additional Iron Ingot to craft [default: false] + B:AlternateGears=true + + # If TRUE, Basic (Wood and Stone) Gears will be craftable. [default: true] + B:BasicGears=true + + # If TRUE, recipes for Basic Craftable Items (Gears, Parts) are disabled. Only enable this option if you understand the consequences. [default: false] + B:DisableBasicItemRecipes=false + + # If TRUE, recipes for Upgrade Items (Kits) are disabled. Only enable this option if you understand the consequences. [default: false] + B:DisableUpgradeItemRecipes=false + + # If TRUE, Cryotheum Dust can be used to create Ice and solidify Clathrates. [default: true] + B:EnableCryotheumCrafting=true + + # If TRUE, Horse Armor will be craftable. [default: true] + B:EnableHorseArmorCrafting=true + + # If TRUE, Petrotheum Dust can be used to break Ores into Dusts and Gems. [default: true] + B:EnablePetrotheumCrafting=true + + # If TRUE, Pyrotheum Dust can be used to smelt Ores into Ingots. [default: true] + B:EnablePyrotheumCrafting=true + + # If TRUE, Saddles will be craftable. [default: true] + B:EnableSaddleCrafting=true + + # If TRUE, Fire-Immune mobs have a chance to drop Sulfur. [default: true] + B:FireImmuneMobsDropSulfur=true +} + + +Items { + + HorseArmor { + B:Aluminum=true + B:Bronze=true + B:Constantan=true + B:Copper=true + B:Electrum=true + B:Invar=true + B:Lead=true + B:Nickel=true + B:Platinum=true + B:Silver=true + B:Steel=true + B:Tin=true + } + +} + + +Lexicon { + # If TRUE, a default list will generate EVERY time. Enable this if you are satisfied with the default filtering and are adding/removing mods. [default: false] + B:AlwaysGenerateList=false + + # If TRUE, a default list will be generated depending on your list setting. This will ONLY generate if no list file already exists OR the Always Generate option is enabled. [default: true] + B:GenerateDefaultList=true + + # If TRUE, all entries will be echoed to the system LOG. [default: false] + B:LogEntries=false + + # If TRUE, a WHITELIST is used, if FALSE, a BLACKLIST is used. [default: true] + B:UseWhiteList=true +} + + +Mob { + + Blizz { + # If TRUE, Blizz attacks will inflict Slowness. [default: true] + B:Effect=true + + # If TRUE, Blizzes will spawn naturally. [default: true] + B:Enable=true + + # This sets the maximum light level Blizzes can spawn at, if restricted. [range: 0 ~ 15, default: 8] + I:LightLevel=8 + + # If TRUE, Blizzes will only spawn below a specified light level. [default: true] + B:LightLevelRestriction=true + + # This sets the maximum number of Blizzes that spawn in a group. [range: 1 ~ 24, default: 4] + I:MaxGroupSize=8 + + # This sets the minimum number of Blizzes that spawn in a group. [range: 1 ~ 10, default: 1] + I:MinGroupSize=1 + + # This sets the relative spawn weight for Blizzes. [range: 1 ~ 20, default: 10] + I:SpawnWeight=10 + } + + Blitz { + # If TRUE, Blitz attacks will inflict Blindness. [default: true] + B:Effect=true + + # If TRUE, Blitzes will spawn naturally. [default: true] + B:Enable=true + + # This sets the maximum light level Blitzes can spawn at, if restricted. [range: 0 ~ 15, default: 8] + I:LightLevel=8 + + # If TRUE, Blitzes will only spawn below a specified light level. [default: true] + B:LightLevelRestriction=true + + # This sets the maximum number of Blitzes that spawn in a group. [range: 1 ~ 24, default: 4] + I:MaxGroupSize=4 + + # This sets the minimum number of Blitzes that spawn in a group. [range: 1 ~ 10, default: 1] + I:MinGroupSize=1 + + # This sets the relative spawn weight for Blitzes. [range: 1 ~ 20, default: 10] + I:SpawnWeight=10 + } + + Basalz { + # If TRUE, Basalz attacks will inflict Weakness. [default: true] + B:Effect=true + + # If TRUE, Basalzes will spawn naturally. [default: true] + B:Enable=true + + # This sets the maximum light level Basalzes can spawn at, if restricted. [range: 0 ~ 15, default: 8] + I:LightLevel=8 + + # If TRUE, Basalzes will only spawn below a specified light level. [default: true] + B:LightLevelRestriction=true + + # This sets the maximum number of Basalzes that spawn in a group. [range: 1 ~ 24, default: 4] + I:MaxGroupSize=4 + + # This sets the minimum number of Basalzes that spawn in a group. [range: 1 ~ 10, default: 1] + I:MinGroupSize=1 + + # This sets the relative spawn weight for Basalzes. [range: 1 ~ 20, default: 10] + I:SpawnWeight=10 + } + +} + + +Plugins { + # If TRUE, support for Tinkers' Construct is enabled. [default: true] + B:"Tinkers' Construct"=true +} + + +Tome { + + Lexicon { + # If TRUE, the recipe for the Forge Lexicon is enabled. Set this to FALSE only if you know what you are doing and/or want to create needless inconvenience. [default: true] + B:EnableRecipe=true + } + + Experience { + # If TRUE, the recipe for the Tome of Knowledge is enabled. Set this to FALSE only if you know what you are doing and/or want to create needless inconvenience. [default: true] + B:EnableRecipe=true + } + +} + + +Version { + S:Identifier=2.6.7 +} + + +World { + # If TRUE, Thermal Foundation will create default world generation files if it cannot find existing ones. These files will only work if CoFH World is installed! Only disable this if you know what you are doing. [default: true] + B:GenerateDefaultFiles=true +} + + diff --git a/config/cofh/thermalfoundation/lexicon-whitelist.cfg b/config/cofh/thermalfoundation/lexicon-whitelist.cfg new file mode 100644 index 00000000..bb0c8154 --- /dev/null +++ b/config/cofh/thermalfoundation/lexicon-whitelist.cfg @@ -0,0 +1,343 @@ +blockAlubrass +blockAluminum +blockArdite +blockBrass +blockBronze +blockCactus +blockCharcoal +blockClay +blockCoal +blockCoalCoke +blockCobalt +blockConcrete +blockConcreteBlack +blockConcreteBlue +blockConcreteBrown +blockConcreteCyan +blockConcreteGray +blockConcreteGreen +blockConcreteLightBlue +blockConcreteLightGray +blockConcreteLime +blockConcreteMagenta +blockConcreteOrange +blockConcretePink +blockConcretePurple +blockConcreteRed +blockConcreteWhite +blockConcreteYellow +blockConstantan +blockCopper +blockDiamond +blockElectrum +blockEmerald +blockEnderium +blockFiery +blockFuelCoke +blockGlowstone +blockGold +blockIce +blockInvar +blockIridium +blockIron +blockKnightmetal +blockKnightslime +blockLapis +blockLead +blockLumium +blockManyullyn +blockMetal +blockMithril +blockMossy +blockNickel +blockPigiron +blockPlatinum +blockPrismarine +blockPrismarineBrick +blockPrismarineDark +blockQuartz +blockRedstone +blockRockwool +blockSeared +blockSignalum +blockSilver +blockSlime +blockSlimeBlue +blockSlimeCongealed +blockSlimeDirt +blockSlimeGrass +blockSlimeGreen +blockSlimeRed +blockSteel +blockSteeleaf +blockTin +blockUranium +blockZinc +dustAerotheum +dustAlubrass +dustAluminum +dustArdite +dustBasalz +dustBlaze +dustBlitz +dustBlizz +dustBrass +dustBronze +dustCharcoal +dustCoal +dustCobalt +dustConstantan +dustCopper +dustCryotheum +dustElectrum +dustEnder +dustEnderium +dustFiery +dustGlowstone +dustGold +dustInvar +dustIridium +dustIron +dustKnightmetal +dustKnightslime +dustLead +dustLumium +dustLunar +dustMana +dustManyullyn +dustMithril +dustNickel +dustObsidian +dustPetrotheum +dustPigiron +dustPlatinum +dustPrismarine +dustPyrotheum +dustRedstone +dustSaltpeter +dustSignalum +dustSilver +dustSteel +dustSulfur +dustTin +dustTitanium +dustWood +gemDiamond +gemEmerald +gemLapis +gemPrismarine +gemQuartz +ingotAlubrass +ingotAluminum +ingotArdite +ingotBrass +ingotBrick +ingotBrickNether +ingotBrickSeared +ingotBronze +ingotCobalt +ingotConstantan +ingotCopper +ingotElectrum +ingotEnder +ingotEnderium +ingotFiery +ingotGold +ingotInvar +ingotIridium +ingotIron +ingotIronwood +ingotKnightmetal +ingotKnightslime +ingotLead +ingotLumium +ingotLunar +ingotManyullyn +ingotMithril +ingotNickel +ingotPigiron +ingotPlatinum +ingotRefinedIron +ingotSignalum +ingotSilver +ingotSteel +ingotSteeleaf +ingotTin +ingotTitanium +nuggetAlubrass +nuggetAluminum +nuggetArdite +nuggetBronze +nuggetCobalt +nuggetConstantan +nuggetCopper +nuggetDiamond +nuggetElectrum +nuggetEmerald +nuggetEnderium +nuggetFiery +nuggetGold +nuggetInvar +nuggetIridium +nuggetIron +nuggetKnightmetal +nuggetKnightslime +nuggetLead +nuggetLumium +nuggetManyullyn +nuggetMithril +nuggetNickel +nuggetPigiron +nuggetPlatinum +nuggetSignalum +nuggetSilver +nuggetSteel +nuggetSteeleaf +nuggetTin +oreAlubrass +oreAluminum +oreArdite +oreBronze +oreClathrateEnder +oreClathrateGlowstone +oreClathrateOilSand +oreClathrateOilShale +oreClathrateRedstone +oreCoal +oreCobalt +oreConstantan +oreCopper +oreDiamond +oreElectrum +oreEmerald +oreEnder +oreEnderium +oreFiery +oreGold +oreInvar +oreIridium +oreIron +oreIronwood +oreKnightmetal +oreKnightslime +oreLapis +oreLead +oreLumium +oreLunar +oreManyullyn +oreMithril +oreNetherAlubrass +oreNetherAluminum +oreNetherArdite +oreNetherBronze +oreNetherCobalt +oreNetherConstantan +oreNetherCopper +oreNetherElectrum +oreNetherEnderium +oreNetherFiery +oreNetherGold +oreNetherInvar +oreNetherIridium +oreNetherIron +oreNetherKnightmetal +oreNetherKnightslime +oreNetherLead +oreNetherLumium +oreNetherManyullyn +oreNetherNickel +oreNetherPigiron +oreNetherPlatinum +oreNetherSignalum +oreNetherSilver +oreNetherSteel +oreNetherTin +oreNickel +oreNuggetAlubrass +oreNuggetAluminum +oreNuggetArdite +oreNuggetBronze +oreNuggetCobalt +oreNuggetConstantan +oreNuggetCopper +oreNuggetElectrum +oreNuggetEnderium +oreNuggetFiery +oreNuggetGold +oreNuggetInvar +oreNuggetIridium +oreNuggetIron +oreNuggetKnightmetal +oreNuggetKnightslime +oreNuggetLead +oreNuggetLumium +oreNuggetManyullyn +oreNuggetNickel +oreNuggetPigiron +oreNuggetPlatinum +oreNuggetSignalum +oreNuggetSilver +oreNuggetSteel +oreNuggetTin +orePigiron +orePlatinum +orePoorAlubrass +orePoorAluminum +orePoorArdite +orePoorBronze +orePoorCobalt +orePoorConstantan +orePoorCopper +orePoorElectrum +orePoorEnderium +orePoorFiery +orePoorGold +orePoorInvar +orePoorIridium +orePoorIron +orePoorKnightmetal +orePoorKnightslime +orePoorLead +orePoorLumium +orePoorManyullyn +orePoorNickel +orePoorPigiron +orePoorPlatinum +orePoorSignalum +orePoorSilver +orePoorSteel +orePoorTin +oreQuartz +oreRedstone +oreSignalum +oreSilver +oreSteel +oreTin +oreTitanium +plateAlubrass +plateAluminum +plateArdite +plateBronze +plateCobalt +plateConstantan +plateCopper +plateElectrum +plateEnderium +plateFiery +plateGold +plateInvar +plateIridium +plateIron +plateKnightmetal +plateKnightslime +plateLead +plateLumium +plateManyullyn +plateMithril +plateNickel +platePigiron +platePlatinum +plateSignalum +plateSilver +plateSteel +plateTin diff --git a/config/cofh/thermalinnovation/client.cfg b/config/cofh/thermalinnovation/client.cfg new file mode 100644 index 00000000..edd2ae89 --- /dev/null +++ b/config/cofh/thermalinnovation/client.cfg @@ -0,0 +1,7 @@ +# Configuration file + +Version { + S:Identifier=0.3.6 +} + + diff --git a/config/cofh/thermalinnovation/common.cfg b/config/cofh/thermalinnovation/common.cfg new file mode 100644 index 00000000..443433bf --- /dev/null +++ b/config/cofh/thermalinnovation/common.cfg @@ -0,0 +1,54 @@ +# Configuration file + +Item { + + Drill { + # Adjust this value to change the amount of Energy (in RF) stored by a Basic Fluxbore. This base value will scale with item level. [range: 10000 ~ 10000000, default: 40000] + I:BaseCapacity=40000 + + # Adjust this value to change the amount of Energy (in RF/t) that can be received by a Basic Fluxbore. This base value will scale with item level. [range: 100 ~ 1000000, default: 1000] + I:BaseReceive=1000 + B:Enable=true + } + + Saw { + # Adjust this value to change the amount of Energy (in RF) stored by a Basic Fluxsaw. This base value will scale with item level. [range: 10000 ~ 10000000, default: 40000] + I:BaseCapacity=40000 + + # Adjust this value to change the amount of Energy (in RF/t) that can be received by a Basic Fluxsaw. This base value will scale with item level. [range: 100 ~ 1000000, default: 1000] + I:BaseReceive=1000 + B:Enable=true + } + + Magnet { + # Adjust this value to change the amount of Energy (in RF) stored by a Basic Fluxomagnet. This base value will scale with item level. [range: 10000 ~ 10000000, default: 40000] + I:BaseCapacity=40000 + + # Adjust this value to change the amount of Energy (in RF/t) that can be received by a Basic Fluxomagnet. This base value will scale with item level. [range: 100 ~ 1000000, default: 1000] + I:BaseReceive=1000 + B:Enable=true + } + + Injector { + # Adjust this value to change the amount of Fluid (in mB) stored by a Basic Hypoinfuser. This base value will scale with item level. [range: 400 ~ 10000, default: 2000] + I:BaseCapacity=2000 + B:Enable=true + } + + Quiver { + # Adjust this value to change the quantity of arrows stored by a Basic Alchemical Quiver. This base value will scale with item level. [range: 8 ~ 200, default: 40] + I:BaseArrowCapacity=40 + + # Adjust this value to change the amount of Fluid (in mB) stored by a Basic Alchemical Quiver. This base value will scale with item level. [range: 400 ~ 10000, default: 2000] + I:BaseFluidCapacity=2000 + B:Enable=true + } + +} + + +Version { + S:Identifier=0.3.6 +} + + diff --git a/config/cofh/world/00_minecraft.json b/config/cofh/world/00_minecraft.json new file mode 100644 index 00000000..a9d2a7cd --- /dev/null +++ b/config/cofh/world/00_minecraft.json @@ -0,0 +1,393 @@ +{ + "priority": 1000000000000, + "populate": { + "dirt": { + + "distribution": "uniform", + "generator": { + "block": "dirt", + "material": "minecraft:stone", + "cluster-size": 33 + }, + "cluster-count": 10, + "min-height": 0, + "max-height": 256, + "retrogen": false, + "biome": "all", + "dimension": { + "restriction": "blacklist", + "value": [ + -1, + 1 + ] + } + }, + + "gravel": { + "distribution": "uniform", + "generator": { + "block": "gravel", + "material": "minecraft:stone", + "cluster-size": 33 + }, + "cluster-count": 8, + "min-height": 0, + "max-height": 256, + "retrogen": false, + "biome": "all", + "dimension": { + "restriction": "blacklist", + "value": [ + -1, + 1 + ] + } + }, + + "diorite": { + "distribution": "uniform", + "generator": { + "block": { + "name": "stone", + "properties": { + "variant": "diorite" + } + }, + "material": "minecraft:stone", + "cluster-size": 33 + }, + "cluster-count": 10, + "min-height": 0, + "max-height": 80, + "retrogen": false, + "biome": "all", + "dimension": { + "restriction": "blacklist", + "value": [ + -1, + 1 + ] + } + }, + + "granite": { + "distribution": "uniform", + "generator": { + "block": { + "name": "stone", + "properties": { + "variant": "granite" + } + }, + "material": "minecraft:stone", + "cluster-size": 33 + }, + "cluster-count": 10, + "min-height": 0, + "max-height": 80, + "retrogen": false, + "biome": "all", + "dimension": { + "restriction": "blacklist", + "value": [ + -1, + 1 + ] + } + }, + + "andesite": { + "distribution": "uniform", + "generator": { + "block": { + "name": "stone", + "properties": { + "variant": "andesite" + } + }, + "material": "minecraft:stone", + "cluster-size": 33 + }, + "cluster-count": 10, + "min-height": 0, + "max-height": 80, + "retrogen": false, + "biome": "all", + "dimension": { + "restriction": "blacklist", + "value": [ + -1, + 1 + ] + } + }, + + "coal": { + "distribution": "uniform", + "generator": { + "block": "coal_ore", + "material": "minecraft:stone", + "cluster-size": 17 + }, + "cluster-count": 20, + "min-height": 0, + "max-height": 128, + "retrogen": false, + "biome": "all", + "dimension": { + "restriction": "blacklist", + "value": [ + -1, + 1 + ] + } + }, + + "iron": { + "distribution": "uniform", + "generator": { + "block": "iron_ore", + "material": "minecraft:stone", + "cluster-size": 9 + }, + "cluster-count": 20, + "min-height": 0, + "max-height": 64, + "retrogen": false, + "biome": "all", + "dimension": { + "restriction": "blacklist", + "value": [ + -1, + 1 + ] + } + }, + + "gold": { + "distribution": "uniform", + "generator": { + "block": "gold_ore", + "material": "minecraft:stone", + "cluster-size": 9 + }, + "cluster-count": 2, + "min-height": 0, + "max-height": 32, + "retrogen": false, + "biome": "all", + "dimension": { + "restriction": "blacklist", + "value": [ + -1, + 1 + ] + } + }, + + "redstone": { + "distribution": "uniform", + "generator": { + "block": "redstone_ore", + "material": "minecraft:stone", + "cluster-size": 8 + }, + "cluster-count": 8, + "min-height": 0, + "max-height": 16, + "retrogen": false, + "biome": "all", + "dimension": { + "restriction": "blacklist", + "value": [ + -1, + 1 + ] + } + }, + + "diamond": { + "distribution": "uniform", + "generator": { + "block": "diamond_ore", + "material": "minecraft:stone", + "cluster-size": 8 + }, + "cluster-count": 1, + "min-height": 0, + "max-height": 16, + "retrogen": false, + "biome": "all", + "dimension": { + "restriction": "blacklist", + "value": [ + -1, + 1 + ] + } + }, + + "lapis": { + "distribution": "gaussian", + "generator": { + "block": "lapis_ore", + "material": "minecraft:stone", + "cluster-size": 7 + }, + "cluster-count": 1, + "center-height": 16, + "spread": 16, + "retrogen": false, + "biome": "all", + "dimension": { + "restriction": "blacklist", + "value": [ + -1, + 1 + ] + } + }, + + "mesa_gold": { + "enabled": true, + "distribution": "uniform", + "generator": { + "block": { + "name": "gold_ore" + }, + "material": "minecraft:stone", + "cluster-size": 9 + }, + "cluster-count": 20, + "min-height": 32, + "max-height": 80, + "retrogen": false, + "biome": { + "restriction": "whitelist", + "value": [ + { + "type": "id", + "entry": [ + "mesa", + "mesa_rock", + "mesa_clear_rock", + "mutated_mesa", + "mutated_mesa_rock", + "mutated_mesa_clear_rock" + ] + } + ] + }, + "dimension": { + "restriction": "blacklist", + "value": [ + -1, + 1 + ] + } + }, + + "emerald": { + "distribution": "uniform", + "generator": { + "block": { + "name": "emerald_ore" + }, + "material": "minecraft:stone", + "cluster-size": 1 + }, + "cluster-count": { + "min": 3, + "max": 6 + }, + "min-height": 4, + "max-height": 28, + "retrogen": false, + "biome": { + "restriction": "whitelist", + "value": [ + { + "type": "id", + "entry": [ + "extreme_hills", + "smaller_extreme_hills", + "extreme_hills_with_trees", + "mutated_extreme_hills", + "mutated_extreme_hills_with_trees" + ] + } + ] + }, + "dimension": { + "restriction": "blacklist", + "value": [ + -1, + 1 + ] + } + }, + + "silverfish": { + "distribution": "uniform", + "generator": { + "block": { + "name": "monster_egg", + "properties": { + "variant": "stone" + } + }, + "material": "minecraft:stone", + "cluster-size": 9 + }, + "cluster-count": 7, + "min-height": 0, + "max-height": 64, + "retrogen": false, + "biome": { + "restriction": "whitelist", + "value": [ + { + "type": "id", + "entry": [ + "extreme_hills", + "smaller_extreme_hills", + "extreme_hills_with_trees", + "mutated_extreme_hills", + "mutated_extreme_hills_with_trees" + ] + } + ] + }, + "dimension": { + "restriction": "blacklist", + "value": [ + -1, + 1 + ] + } + }, + + "quartz": { + "distribution": "uniform", + "generator": { + "block": "quartz_ore", + "material": "minecraft:netherrack", + "cluster-size": 14 + }, + "cluster-count": 16, + "min-height": 10, + "max-height": 118, + "retrogen": false, + "biome": { + "restriction": "whitelist", + "value": [ + { + "type": "dictionary", + "entry": "NETHER" + } + ] + }, + "dimension": "all" + } + } +} diff --git a/config/cofh/world/01_thermalfoundation_ores.json b/config/cofh/world/01_thermalfoundation_ores.json new file mode 100644 index 00000000..179ba5e2 --- /dev/null +++ b/config/cofh/world/01_thermalfoundation_ores.json @@ -0,0 +1,313 @@ +{ + "dependencies": "thermalfoundation", + "populate": { + "copper": { + "enabled": "true", + "distribution": "uniform", + "generator": { + "block": { + "name": "thermalfoundation:ore", + "properties": { + "type": "copper" + } + }, + "material": "minecraft:stone", + "cluster-size": 8 + }, + "cluster-count": 8, + "min-height": 40, + "max-height": 75, + "retrogen": "true", + "biome": "all", + "dimension": { + "restriction": "blacklist", + "value": [ + -1, + 1 + ] + } + }, + "tin": { + "enabled": "true", + "distribution": "uniform", + "generator": { + "block": { + "name": "thermalfoundation:ore", + "properties": { + "type": "tin" + } + }, + "material": "minecraft:stone", + "cluster-size": 8 + }, + "cluster-count": 7, + "min-height": 20, + "max-height": 55, + "retrogen": "true", + "biome": "all", + "dimension": { + "restriction": "blacklist", + "value": [ + -1, + 1 + ] + } + }, + "silver": { + "enabled": "true", + "distribution": "uniform", + "generator": { + "block": [ + { + "name": "thermalfoundation:ore", + "properties": { + "type": "silver" + }, + "weight": 80 + }, + { + "name": "thermalfoundation:ore", + "properties": { + "type": "lead" + }, + "weight": 20 + } + ], + "material": "minecraft:stone", + "cluster-size": 8 + }, + "cluster-count": 4, + "min-height": 5, + "max-height": 30, + "retrogen": "true", + "biome": "all", + "dimension": { + "restriction": "blacklist", + "value": [ + -1, + 1 + ] + } + }, + "lead": { + "enabled": "true", + "distribution": "uniform", + "generator": { + "block": [ + { + "name": "thermalfoundation:ore", + "properties": { + "type": "lead" + }, + "weight": 90 + }, + { + "name": "thermalfoundation:ore", + "properties": { + "type": "silver" + }, + "weight": 10 + } + ], + "material": "minecraft:stone", + "cluster-size": 8 + }, + "cluster-count": 4, + "min-height": 10, + "max-height": 35, + "retrogen": "true", + "biome": "all", + "dimension": { + "restriction": "blacklist", + "value": [ + -1, + 1 + ] + } + }, + "nickel": { + "enabled": "true", + "distribution": "uniform", + "generator": { + "block": { + "name": "thermalfoundation:ore", + "properties": { + "type": "nickel" + } + }, + "material": "minecraft:stone", + "cluster-size": 4 + }, + "cluster-count": 2, + "min-height": 5, + "max-height": 20, + "retrogen": "true", + "biome": "all", + "dimension": { + "restriction": "blacklist", + "value": [ + -1, + 1 + ] + } + }, + "platinum": { + "enabled": "false", + "distribution": "uniform", + "generator": { + "block": [ + { + "name": "thermalfoundation:ore", + "properties": { + "type": "platinum" + }, + "weight": 40 + }, + { + "name": "thermalfoundation:ore", + "properties": { + "type": "nickel" + }, + "weight": 60 + } + ], + "material": "minecraft:stone", + "cluster-size": 4 + }, + "cluster-count": 1, + "min-height": 5, + "max-height": 25, + "retrogen": "true", + "biome": "all", + "dimension": { + "restriction": "blacklist", + "value": [ + -1, + 1 + ] + } + }, + "aluminum": { + "enabled": "true", + "distribution": "uniform", + "generator": { + "block": { + "name": "thermalfoundation:ore", + "properties": { + "type": "aluminum" + } + }, + "material": "minecraft:stone", + "cluster-size": 8 + }, + "cluster-count": 8, + "min-height": 40, + "max-height": 75, + "retrogen": "true", + "biome": "all", + "dimension": { + "restriction": "blacklist", + "value": [ + -1, + 1 + ] + } + }, + "iridium": { + "enabled": "false", + "distribution": "uniform", + "generator": { + "block": [ + { + "name": "thermalfoundation:ore", + "properties": { + "type": "iridium" + }, + "weight": 40 + }, + { + "name": "thermalfoundation:ore", + "properties": { + "type": "platinum" + }, + "weight": 60 + } + ], + "material": "minecraft:stone", + "cluster-size": 4 + }, + "cluster-count": 1, + "min-height": 5, + "max-height": 25, + "retrogen": "true", + "biome": "all", + "dimension": { + "restriction": "blacklist", + "value": [ + -1, + 1 + ] + } + }, + "copper_ocean": { + "enabled": "true", + "distribution": "uniform", + "generator": { + "block": { + "name": "thermalfoundation:ore", + "properties": { + "type": "copper" + } + }, + "material": "minecraft:stone", + "cluster-size": 8 + }, + "cluster-count": 4, + "min-height": 20, + "max-height": 55, + "retrogen": "true", + "biome": { + "restriction": "whitelist", + "value": [ + { + "type": "dictionary", + "entry": "OCEAN" + } + ] + }, + "dimension": { + "restriction": "blacklist", + "value": [ + -1, + 1 + ] + } + }, + "copper_high": { + "enabled": "true", + "distribution": "uniform", + "generator": { + "block": { + "name": "thermalfoundation:ore", + "properties": { + "type": "copper" + } + }, + "material": "minecraft:stone", + "cluster-size": 8 + }, + "cluster-count": 8, + "min-height": 48, + "max-height": 96, + "retrogen": "true", + "biome": "all", + "dimension": { + "restriction": "blacklist", + "value": [ + -1, + 1 + ] + } + } + } +} diff --git a/config/cofh/world/02_thermalfoundation_oil.json b/config/cofh/world/02_thermalfoundation_oil.json new file mode 100644 index 00000000..a2b496a9 --- /dev/null +++ b/config/cofh/world/02_thermalfoundation_oil.json @@ -0,0 +1,184 @@ +{ + "dependencies": "thermalfoundation", + "populate": { + "oil_sand_clathrate": { + "enabled": "true", + "distribution": "uniform", + "generator": { + "block": { + "name": "thermalfoundation:ore_fluid", + "properties": { + "type": "crude_oil_sand" + } + }, + "material": [ + "minecraft:sand", + "minecraft:sandstone", + "minecraft:stone" + ], + "cluster-size": 16 + }, + "cluster-count": 4, + "chunk-chance": 10, + "min-height": 10, + "max-height": 80, + "in-village": "false", + "retrogen": "true", + "biome": { + "restriction": "whitelist", + "value": [ + { + "type": "dictionary", + "entry": "SANDY" + } + ] + }, + "dimension": "all" + }, + "oil_shale_clathrate": { + "enabled": "true", + "distribution": "uniform", + "generator": { + "block": [ + { + "name": "thermalfoundation:ore_fluid", + "properties": { + "type": "crude_oil_gravel" + }, + "weight": 80 + }, + { + "name": "minecraft:coal_ore", + "weight": 20 + } + ], + "material": [ + "minecraft:dirt", + "minecraft:gravel", + "minecraft:stone" + ], + "cluster-size": 16 + }, + "cluster-count": 4, + "chunk-chance": 10, + "min-height": 10, + "max-height": 80, + "in-village": "false", + "retrogen": "true", + "biome": { + "restriction": "whitelist", + "value": [ + { + "type": "dictionary", + "entry": "MESA" + }, + { + "type": "dictionary", + "entry": "OCEAN" + }, + { + "type": "dictionary", + "entry": "SNOWY" + }, + { + "type": "dictionary", + "entry": "SWAMP" + } + ] + }, + "dimension": "all" + }, + "oil_sand": { + "enabled": "true", + "distribution": "uniform", + "generator": { + "type": "geode", + "block": [ + { + "name": "thermalfoundation:ore_fluid", + "properties": { + "type": "crude_oil_sand" + }, + "weight": 80 + }, + { + "name": "minecraft:sand", + "weight": 20 + } + ], + "material": [ + "minecraft:sand", + "minecraft:sandstone", + "minecraft:stone" + ], + "hollow": "true", + "filler": "thermalfoundation:fluid_crude_oil", + "crust": "minecraft:sandstone" + }, + "cluster-count": 3, + "chunk-chance": 40, + "min-height": 30, + "max-height": 60, + "in-village": "false", + "retrogen": "true", + "biome": { + "restriction": "whitelist", + "value": [ + { + "type": "dictionary", + "entry": "SANDY" + } + ] + }, + "dimension": { + "restriction": "blacklist", + "value": [ + -1, + 1 + ] + } + }, + "oil_shale": { + "enabled": "true", + "distribution": "uniform", + "generator": { + "type": "geode", + "block": [ + { + "name": "thermalfoundation:ore_fluid", + "properties": { + "type": "crude_oil_gravel" + }, + "weight": 80 + }, + { + "name": "minecraft:gravel", + "weight": 20 + } + ], + "material": [ + "minecraft:dirt", + "minecraft:gravel", + "minecraft:stone" + ], + "hollow": "true", + "filler": "thermalfoundation:fluid_crude_oil", + "crust": "minecraft:stone" + }, + "cluster-count": 2, + "chunk-chance": 50, + "min-height": 20, + "max-height": 60, + "in-village": "false", + "retrogen": "true", + "biome": "all", + "dimension": { + "restriction": "blacklist", + "value": [ + -1, + 1 + ] + } + } + } +} diff --git a/config/cofh/world/03_thermalfoundation_clathrates.json b/config/cofh/world/03_thermalfoundation_clathrates.json new file mode 100644 index 00000000..bee7a9e5 --- /dev/null +++ b/config/cofh/world/03_thermalfoundation_clathrates.json @@ -0,0 +1,104 @@ +{ + "dependencies": "thermalfoundation", + "populate": { + "redstone_clathrate": { + "enabled": "true", + "distribution": "uniform", + "generator": { + "block": [ + { + "name": "thermalfoundation:ore_fluid", + "properties": { + "type": "redstone" + }, + "weight": 90 + }, + { + "name": "thermalfoundation:fluid_redstone", + "weight": 10 + } + ], + "material": "minecraft:stone", + "cluster-size": 16 + }, + "cluster-count": 2, + "chunk-chance": 12, + "min-height": 0, + "max-height": 20, + "retrogen": "true", + "biome": "all", + "dimension": { + "restriction": "blacklist", + "value": [ + -1, + 1 + ] + } + }, + "glowstone_clathrate": { + "enabled": "true", + "distribution": "uniform", + "generator": { + "block": [ + { + "name": "thermalfoundation:ore_fluid", + "properties": { + "type": "glowstone" + }, + "weight": 90 + }, + { + "name": "thermalfoundation:fluid_glowstone", + "weight": 10 + } + ], + "material": "minecraft:netherrack", + "cluster-size": 20 + }, + "cluster-count": 2, + "chunk-chance": 12, + "min-height": 10, + "max-height": 40, + "retrogen": "true", + "biome": { + "restriction": "whitelist", + "value": [ + { + "type": "dictionary", + "entry": "NETHER" + } + ] + }, + "dimension": "all" + }, + "ender_clathrate": { + "enabled": "true", + "distribution": "uniform", + "generator": { + "block": { + "name": "thermalfoundation:ore_fluid", + "properties": { + "type": "ender" + } + }, + "material": "minecraft:end_stone", + "cluster-size": 24 + }, + "cluster-count": 10, + "chunk-chance": 4, + "min-height": 10, + "max-height": 80, + "retrogen": "true", + "biome": { + "restriction": "whitelist", + "value": [ + { + "type": "dictionary", + "entry": "END" + } + ] + }, + "dimension": "all" + } + } +} diff --git a/config/cofh/world/config.cfg b/config/cofh/world/config.cfg new file mode 100644 index 00000000..6080662d --- /dev/null +++ b/config/cofh/world/config.cfg @@ -0,0 +1,31 @@ +# Configuration file + +~CONFIG_VERSION: 1.4.0 + +World { + # If TRUE, CoFH World will not generate features at all. This option is intended for use when you want another mod to handle ore generation but do not want to blank out the various .json files yourself. Flat Bedrock may still be used. [default: false] + B:DisableAllGeneration=false + + # If TRUE, standard Minecraft ore generation will be REPLACED. Configure in the 00_minecraft.json file; standard Minecraft defaults have been provided. If you rename the 00_minecraft.json file, this option WILL NOT WORK. [default: false] + B:ReplaceStandardGeneration=false + + # If TRUE, world generation handled by CoFH World will be retroactively applied to existing chunks. [default: false] + B:RetroactiveGeneration=false + + # This adjusts the % chance that a tree will grow as normal when it is meant to. Reducing this value will mean that trees take longer to grow, on average. [range: 1 ~ 100, default: 100] + I:TreeGrowthChance=100 + + Bedrock { + # If TRUE, the bedrock layer will be flattened. [default: false] + B:EnableFlatBedrock=false + + # If TRUE, Flat Bedrock will retroactively be applied to existing chunks, if retroactive generation is enabled. [default: false] + B:EnableRetroactiveFlatBedrock=false + + # This adjusts the number of layers of Flat Bedrock, if enabled. [range: 1 ~ 8, default: 2] + I:NumBedrockLayers=2 + } + +} + + diff --git a/config/collective.cfg b/config/collective.cfg new file mode 100644 index 00000000..0743f66b --- /dev/null +++ b/config/collective.cfg @@ -0,0 +1,24 @@ +# 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/commoncapabilities.cfg b/config/commoncapabilities.cfg new file mode 100644 index 00000000..521f2719 --- /dev/null +++ b/config/commoncapabilities.cfg @@ -0,0 +1,69 @@ +# 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/compactmachines3/recipes/roost_collapse.json b/config/compactmachines3/recipes/roost_collapse.json new file mode 100644 index 00000000..3697aeb3 --- /dev/null +++ b/config/compactmachines3/recipes/roost_collapse.json @@ -0,0 +1,55 @@ +{ + "name": "compactmachines3:roost_collapse", + "target-item": "roost:roost", + "target-meta": 0, + "target-count": 4, + + "duration": 200, + + "catalyst": "draconicevolution:draconic_ingot", + + "input-types": { + "m": {"id": "erebus:planks_petrified_wood"}, + "e": {"id": "erebus:amber_bricks"}, + "a": {"id": "erebus:fence_eucalyptus"} + }, + + "symmetrical": true, + + "shape": [ + [ + ["m", "m", "m", "m", "m"], + ["m", "m", "m", "m", "m"], + ["m", "m", "m", "m", "m"], + ["m", "m", "m", "m", "m"], + ["m", "m", "m", "m", "m"] + ], + [ + ["m", "a", "a", "a", "m"], + ["a", "e", "e", "e", "a"], + ["a", "e", "e", "e", "a"], + ["a", "e", "e", "e", "a"], + ["m", "a", "a", "a", "m"] + ], + [ + ["m", "a", "a", "a", "m"], + ["a", "e", "e", "e", "a"], + ["a", "e", "e", "e", "a"], + ["a", "e", "e", "e", "a"], + ["m", "a", "a", "a", "m"] + ], + [ + ["m", "a", "a", "a", "m"], + ["a", "e", "e", "e", "a"], + ["a", "e", "e", "e", "a"], + ["a", "e", "e", "e", "a"], + ["m", "a", "a", "a", "m"] + ], + [ + ["m", "m", "m", "m", "m"], + ["m", "m", "m", "m", "m"], + ["m", "m", "m", "m", "m"], + ["m", "m", "m", "m", "m"], + ["m", "m", "m", "m", "m"]] + ] +} \ No newline at end of file diff --git a/config/compactmachines3/settings.cfg b/config/compactmachines3/settings.cfg new file mode 100644 index 00000000..65dfd0d8 --- /dev/null +++ b/config/compactmachines3/settings.cfg @@ -0,0 +1,59 @@ +# Configuration file + +compatibility { + # Forces water to vaporize inside Compact Machines. Used for Forever Stranded: Lost Souls. [default: false] + B:doesWaterVaporize=false +} + + +internal { + # Dimension used for machines. Do not change this unless it is somehow conflicting! [range: -2147483648 ~ 2147483647, default: 144] + I:dimensionId=144 + + # Dimension type used for machines. Do not change this unless it is somehow conflicting! [range: -2147483648 ~ 2147483647, default: 144] + I:dimensionTypeId=144 + + # Whether the interior of all Compact Machines should be chunk loaded always. Otherwise they will only chunkload when the CM itself is chunkloaded. [default: false] + B:forceLoadChunks=false +} + + +machines { + # Allow players to enter machines with other means than the PSD [default: true] + B:allowEnteringWithoutPSD=true + + # Allow hostile creatures to spawn inside of machines [default: true] + B:allowHostileSpawns=true + + # Allow peaceful creatures to spawn inside of machines [default: true] + B:allowPeacefulSpawns=true + + # Whether players can respawn inside of Compact Machines, i.e. place beds and sleep there [default: true] + B:allowRespawning=true + + # Update the machine view GUI every n ticks. Set to 0 to disable. Lower values decrease performance significantly! [range: 0 ~ 2147483647, default: 20] + I:autoUpdateRate=20 + + # Block players from leaving the Compact Machine they should currently be in [default: true] + B:keepPlayersInside=true + + # Client-side option, might give a performance boost when opening a Machine GUI [default: true] + B:renderLivingEntitiesInGUI=true + + # Client-side option, might give a performance boost when opening a Machine GUI [default: true] + B:renderTileEntitiesInGUI=true + + # How often to try spawning entities inside of machines in ticks [range: 1 ~ 2147483647, default: 1200] + I:spawnRate=1200 +} + + +miniaturization { + # Maximum size the field projectors can cover [range: 5 ~ 20, default: 15] + I:maximumCraftingAreaSize=15 + + # Maximum age in ticks in which an item is valid for acting as a catalyst [range: 20 ~ 2147483647, default: 60] + I:maximumCraftingCatalystAge=60 +} + + diff --git a/config/computercraft.cfg b/config/computercraft.cfg new file mode 100644 index 00000000..71ef80a5 --- /dev/null +++ b/config/computercraft.cfg @@ -0,0 +1,169 @@ +# 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/conarm.cfg b/config/conarm.cfg new file mode 100644 index 00000000..6b98bf81 --- /dev/null +++ b/config/conarm.cfg @@ -0,0 +1,35 @@ +# 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/cosmeticarmorreworked.cfg b/config/cosmeticarmorreworked.cfg new file mode 100644 index 00000000..9dcfb6f0 --- /dev/null +++ b/config/cosmeticarmorreworked.cfg @@ -0,0 +1,32 @@ +# 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/craftingtweaks.cfg b/config/craftingtweaks.cfg new file mode 100644 index 00000000..21484796 --- /dev/null +++ b/config/craftingtweaks.cfg @@ -0,0 +1,54 @@ +# 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/crimsonwarfare.cfg b/config/crimsonwarfare.cfg new file mode 100644 index 00000000..797f981a --- /dev/null +++ b/config/crimsonwarfare.cfg @@ -0,0 +1,13 @@ +# 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/ctm.cfg b/config/ctm.cfg new file mode 100644 index 00000000..595de6e0 --- /dev/null +++ b/config/ctm.cfg @@ -0,0 +1,11 @@ +# 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/cyclic_ores.cfg b/config/cyclic_ores.cfg new file mode 100644 index 00000000..a08ddeb6 --- /dev/null +++ b/config/cyclic_ores.cfg @@ -0,0 +1,998 @@ +# 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/cyclicmagic.cfg b/config/cyclicmagic.cfg new file mode 100644 index 00000000..d4c9bfd9 --- /dev/null +++ b/config/cyclicmagic.cfg @@ -0,0 +1,1690 @@ +# 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: 64] + 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=true + + # 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=true + + # 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_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 + > + + # 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 + } + +} + + diff --git a/config/cyclopscore.cfg b/config/cyclopscore.cfg new file mode 100644 index 00000000..eb467a44 --- /dev/null +++ b/config/cyclopscore.cfg @@ -0,0 +1,35 @@ +# 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/damageindicatorsmod.cfg b/config/damageindicatorsmod.cfg new file mode 100644 index 00000000..f14a19e2 --- /dev/null +++ b/config/damageindicatorsmod.cfg @@ -0,0 +1,101 @@ +# 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/darkutils.cfg b/config/darkutils.cfg new file mode 100644 index 00000000..3e8ede64 --- /dev/null +++ b/config/darkutils.cfg @@ -0,0 +1,137 @@ +# 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/deepmoblearning.cfg b/config/deepmoblearning.cfg new file mode 100644 index 00000000..1fdd7ccd --- /dev/null +++ b/config/deepmoblearning.cfg @@ -0,0 +1,507 @@ +# 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: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/deepmoblearningbm.cfg b/config/deepmoblearningbm.cfg new file mode 100644 index 00000000..83411ebf --- /dev/null +++ b/config/deepmoblearningbm.cfg @@ -0,0 +1,64 @@ +# 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/dimdoors.cfg b/config/dimdoors.cfg new file mode 100644 index 00000000..3c5e01fe --- /dev/null +++ b/config/dimdoors.cfg @@ -0,0 +1,95 @@ +# Configuration file + +dungeons { + # Min: 5 + # Max: 2147483647 + I:maxDungeonDepth=8 +} + + +general { + I:baseDimensionID=684 + B:closeDoorBehind=true + I:depthSpreadFactor=20 + B:riftBoundingBoxInCreative=false + + # Min: 0.0 + # Max: 1.7976931348623157E308 + 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 { + 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 +} + + +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/divinerpg/divinerpg.cfg b/config/divinerpg/divinerpg.cfg new file mode 100644 index 00000000..49705b34 --- /dev/null +++ b/config/divinerpg/divinerpg.cfg @@ -0,0 +1,80 @@ +# Configuration file + +########################################################################################################## +# world gen +#--------------------------------------------------------------------------------------------------------# +# World gen variables +########################################################################################################## + +"world gen" { + # Choose a number between 1 and 255 to choose the max arlemite height [range: 1 ~ 255, default: 16] + I:arlemiteMaxHeight=16 + + # Choose a number between 1 and 255 to choose the min arlemite height [range: 1 ~ 255, default: 1] + I:arlemiteMinHeight=1 + + # Choose a number between 1 and 50 to choose the amount of times the arlemite tries to spawn [range: 1 ~ 50, default: 5] + I:arlemiteTries=5 + + # Choose a number between 1 and 50 to tweak the vein size [range: 1 ~ 50, default: 4] + I:arlemiteVeinSize=4 + + # Generate livestock merchant huts in the overworld [default: true] + B:generateHuts=true + + # Generate tar lakes in the overworld [default: true] + B:generateTar=true + + # Generate divine trees in the overworld [default: true] + B:generateTrees=true + + # Choose a number between 1 and 255 to choose the max netherOres height [range: 1 ~ 255, default: 256] + I:netherOresMaxHeight=256 + + # Choose a number between 1 and 255 to choose the min netherOres height [range: 1 ~ 255, default: 1] + I:netherOresMinHeight=1 + + # Choose a number between 1 and 50 to choose the amount of times the netherOres tries to spawn [range: 1 ~ 50, default: 10] + I:netherOresTries=10 + + # Choose a number between 1 and 50 to tweak the vein size [range: 1 ~ 50, default: 4] + I:netherOresVeinSize=4 + + # Choose a number between 1 and 255 to choose the max realmite height [range: 1 ~ 255, default: 48] + I:realmiteMaxHeight=48 + + # Choose a number between 1 and 255 to choose the min realmite height [range: 1 ~ 255, default: 1] + I:realmiteMinHeight=1 + + # Choose a number between 1 and 50 to choose the amount of times the realmite tries to spawn [range: 1 ~ 50, default: 5] + I:realmiteTries=5 + + # Choose a number between 1 and 50 to tweak the vein size [range: 1 ~ 50, default: 8] + I:realmiteVeinSize=8 + + # Choose a number between 1 and 255 to choose the max rupee height [range: 1 ~ 255, default: 16] + I:rupeeMaxHeight=16 + + # Choose a number between 1 and 255 to choose the min rupee height [range: 1 ~ 255, default: 1] + I:rupeeMinHeight=1 + + # Choose a number between 1 and 50 to choose the amount of times the rupee tries to spawn [range: 1 ~ 50, default: 5] + I:rupeeTries=5 + + # Choose a number between 1 and 50 to tweak the vein size [range: 1 ~ 50, default: 4] + I:rupeeVeinSize=4 + + # Choose a number between 1 and 255 to choose the max twilightOres height [range: 1 ~ 255, default: 100] + I:twilightOresMaxHeight=100 + + # Choose a number between 1 and 255 to choose the min twilightOres height [range: 1 ~ 255, default: 15] + I:twilightOresMinHeight=15 + + # Choose a number between 1 and 50 to choose the amount of times the twilightOres tries to spawn [range: 1 ~ 50, default: 10] + I:twilightOresTries=10 + + # Choose a number between 1 and 50 to tweak the vein size [range: 1 ~ 50, default: 4] + I:twilightOresVeinSize=4 +} + + diff --git a/config/divinerpg/divinerpg_mob_stats.cfg b/config/divinerpg/divinerpg_mob_stats.cfg new file mode 100644 index 00000000..63f51620 --- /dev/null +++ b/config/divinerpg/divinerpg_mob_stats.cfg @@ -0,0 +1,2972 @@ +# Configuration file + +########################################################################################################## +# acid_hag +#--------------------------------------------------------------------------------------------------------# +# Acid Hag +########################################################################################################## + +acid_hag { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:acid_hag_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 5.0] + S:acid_hag_attack=5.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 25.0] + S:acid_hag_health=25.0 +} + + +########################################################################################################## +# advanced_cori +#--------------------------------------------------------------------------------------------------------# +# Advanced Cori +########################################################################################################## + +advanced_cori { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:advanced_cori_armor=30.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 60.0] + S:advanced_cori_attack=160.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 35.0] + S:advanced_cori_health=650.0 +} + + +########################################################################################################## +# alicanto +#--------------------------------------------------------------------------------------------------------# +# Alicanto +########################################################################################################## + +alicanto { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:alicanto_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 10.0] + S:alicanto_attack=10.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 75.0] + S:alicanto_health=75.0 +} + + +########################################################################################################## +# ancient_entity +#--------------------------------------------------------------------------------------------------------# +# Ancient Entity +########################################################################################################## + +ancient_entity { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:ancient_entity_armor=20.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 12.0] + S:ancient_entity_attack=12.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 800.0] + S:ancient_entity_health=2000.0 +} + + +########################################################################################################## +# angry_bunny +#--------------------------------------------------------------------------------------------------------# +# Angry Bunny +########################################################################################################## + +angry_bunny { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:angry_bunny_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 12.0] + S:angry_bunny_attack=12.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 60.0] + S:angry_bunny_health=60.0 +} + + +########################################################################################################## +# apalachia_cadillion +#--------------------------------------------------------------------------------------------------------# +# Apalachia Cadillion +########################################################################################################## + +apalachia_cadillion { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:apalachia_cadillion_armor=15.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 16.0] + S:apalachia_cadillion_attack=18.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 90.0] + S:apalachia_cadillion_health=350.0 +} + + +########################################################################################################## +# apalachia_golem +#--------------------------------------------------------------------------------------------------------# +# Apalachia Golem +########################################################################################################## + +apalachia_golem { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:apalachia_golem_armor=15.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 19.0] + S:apalachia_golem_attack=30.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 250.0] + S:apalachia_golem_health=550.0 +} + + +########################################################################################################## +# apalachia_tomo +#--------------------------------------------------------------------------------------------------------# +# Apalachia Tomo +########################################################################################################## + +apalachia_tomo { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:apalachia_tomo_armor=15.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 14.0] + S:apalachia_tomo_attack=25.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 115.0] + S:apalachia_tomo_health=400.0 +} + + +########################################################################################################## +# arid_warrior +#--------------------------------------------------------------------------------------------------------# +# Arid Warrior +########################################################################################################## + +arid_warrior { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:arid_warrior_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 8.0] + S:arid_warrior_attack=8.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 40.0] + S:arid_warrior_health=40.0 +} + + +########################################################################################################## +# ayeraco_blue +#--------------------------------------------------------------------------------------------------------# +# Ayeraco Blue +########################################################################################################## + +ayeraco_blue { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:ayeraco_blue_armor=30.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 5.0] + S:ayeraco_blue_attack=20.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 600.0] + S:ayeraco_blue_health=2000.0 +} + + +########################################################################################################## +# ayeraco_green +#--------------------------------------------------------------------------------------------------------# +# Ayeraco Green +########################################################################################################## + +ayeraco_green { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:ayeraco_green_armor=30.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 5.0] + S:ayeraco_green_attack=20.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 600.0] + S:ayeraco_green_health=2000.0 +} + + +########################################################################################################## +# ayeraco_purple +#--------------------------------------------------------------------------------------------------------# +# Ayeraco Purple +########################################################################################################## + +ayeraco_purple { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:ayeraco_purple_armor=30.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 5.0] + S:ayeraco_purple_attack=20.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 600.0] + S:ayeraco_purple_health=2000.0 +} + + +########################################################################################################## +# ayeraco_red +#--------------------------------------------------------------------------------------------------------# +# Ayeraco Red +########################################################################################################## + +ayeraco_red { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:ayeraco_red_armor=30.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 5.0] + S:ayeraco_red_attack=20.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 600.0] + S:ayeraco_red_health=2000.0 +} + + +########################################################################################################## +# ayeraco_yellow +#--------------------------------------------------------------------------------------------------------# +# Ayeraco Yellow +########################################################################################################## + +ayeraco_yellow { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:ayeraco_yellow_armor=30.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 5.0] + S:ayeraco_yellow_attack=20.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 600.0] + S:ayeraco_yellow_health=2000.0 +} + + +########################################################################################################## +# basilisk +#--------------------------------------------------------------------------------------------------------# +# Basilisk +########################################################################################################## + +basilisk { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:basilisk_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 10.0] + S:basilisk_attack=10.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 500.0] + S:basilisk_health=500.0 +} + + +########################################################################################################## +# behemoth +#--------------------------------------------------------------------------------------------------------# +# Behemoth +########################################################################################################## + +behemoth { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:behemoth_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 14.0] + S:behemoth_attack=14.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 180.0] + S:behemoth_health=300.0 +} + + +########################################################################################################## +# biphron +#--------------------------------------------------------------------------------------------------------# +# Biphron +########################################################################################################## + +biphron { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:biphron_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 14.0] + S:biphron_attack=14.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 40.0] + S:biphron_health=80.0 +} + + +########################################################################################################## +# bohemite +#--------------------------------------------------------------------------------------------------------# +# Bohemite +########################################################################################################## + +bohemite { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:bohemite_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 13.0] + S:bohemite_attack=13.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 60.0] + S:bohemite_health=100.0 +} + + +########################################################################################################## +# brown_grizzle +#--------------------------------------------------------------------------------------------------------# +# Brown Grizzle +########################################################################################################## + +brown_grizzle { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:brown_grizzle_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:brown_grizzle_attack=0.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 100.0] + S:brown_grizzle_health=100.0 +} + + +########################################################################################################## +# bunny +#--------------------------------------------------------------------------------------------------------# +# Bunny +########################################################################################################## + +bunny { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:bunny_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 1.0] + S:bunny_attack=1.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 10.0] + S:bunny_health=10.0 +} + + +########################################################################################################## +# captain_merik +#--------------------------------------------------------------------------------------------------------# +# Captain Merik +########################################################################################################## + +captain_merik { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:captain_merik_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:captain_merik_attack=0.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 20.0] + S:captain_merik_health=20.0 +} + + +########################################################################################################## +# cave_crawler +#--------------------------------------------------------------------------------------------------------# +# Cave Crawler +########################################################################################################## + +cave_crawler { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:cave_crawler_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 7.0] + S:cave_crawler_attack=7.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 30.0] + S:cave_crawler_health=30.0 +} + + +########################################################################################################## +# caveclops +#--------------------------------------------------------------------------------------------------------# +# Caveclops +########################################################################################################## + +caveclops { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:caveclops_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 8.0] + S:caveclops_attack=8.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 60.0] + S:caveclops_health=60.0 +} + + +########################################################################################################## +# crab +#--------------------------------------------------------------------------------------------------------# +# Crab +########################################################################################################## + +crab { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:crab_armor=10.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 6.0] + S:crab_attack=6.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 45.0] + S:crab_health=45.0 +} + + +########################################################################################################## +# crypt_keeper +#--------------------------------------------------------------------------------------------------------# +# Crypt Keeper +########################################################################################################## + +crypt_keeper { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:crypt_keeper_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 2.0] + S:crypt_keeper_attack=2.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 20.0] + S:crypt_keeper_health=20.0 +} + + +########################################################################################################## +# cyclops +#--------------------------------------------------------------------------------------------------------# +# Cyclops +########################################################################################################## + +cyclops { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:cyclops_armor=20.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 8.0] + S:cyclops_attack=8.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 35.0] + S:cyclops_health=100.0 +} + + +########################################################################################################## +# cymesoid +#--------------------------------------------------------------------------------------------------------# +# Cymesoid +########################################################################################################## + +cymesoid { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:cymesoid_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 8.0] + S:cymesoid_attack=8.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 25.0] + S:cymesoid_health=25.0 +} + + +########################################################################################################## +# datticon +#--------------------------------------------------------------------------------------------------------# +# Datticon +########################################################################################################## + +datticon { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:datticon_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:datticon_attack=0.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 20.0] + S:datticon_health=20.0 +} + + +########################################################################################################## +# death_hound +#--------------------------------------------------------------------------------------------------------# +# Death Hound +########################################################################################################## + +death_hound { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:death_hound_armor=10.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 10.0] + S:death_hound_attack=10.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 120.0] + S:death_hound_health=320.0 +} + + +########################################################################################################## +# deathcryx +#--------------------------------------------------------------------------------------------------------# +# Deathcryx +########################################################################################################## + +deathcryx { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:deathcryx_armor=20.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 6.0] + S:deathcryx_attack=6.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 6.0] + S:deathcryx_health=600.0 +} + + +########################################################################################################## +# demon_of_darkness +#--------------------------------------------------------------------------------------------------------# +# Demon Of Darkness +########################################################################################################## + +demon_of_darkness { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:demon_of_darkness_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 21.0] + S:demon_of_darkness_attack=21.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 200.0] + S:demon_of_darkness_health=200.0 +} + + +########################################################################################################## +# densos +#--------------------------------------------------------------------------------------------------------# +# Densos +########################################################################################################## + +densos { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:densos_armor=20.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 28.0] + S:densos_attack=300.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 1000.0] + S:densos_health=9000.0 +} + + +########################################################################################################## +# desert_crawler +#--------------------------------------------------------------------------------------------------------# +# Desert Crawler +########################################################################################################## + +desert_crawler { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:desert_crawler_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 8.0] + S:desert_crawler_attack=8.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 40.0] + S:desert_crawler_health=80.0 +} + + +########################################################################################################## +# dissiment +#--------------------------------------------------------------------------------------------------------# +# Dissiment +########################################################################################################## + +dissiment { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:dissiment_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:dissiment_attack=0.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 70.0] + S:dissiment_health=70.0 +} + + +########################################################################################################## +# dramix +#--------------------------------------------------------------------------------------------------------# +# Dramix +########################################################################################################## + +dramix { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:dramix_armor=20.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 30.0] + S:dramix_attack=80.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 1400.0] + S:dramix_health=3400.0 +} + + +########################################################################################################## +# dreamwrecker +#--------------------------------------------------------------------------------------------------------# +# Dreamwrecker +########################################################################################################## + +dreamwrecker { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:dreamwrecker_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 8.0] + S:dreamwrecker_attack=8.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 60.0] + S:dreamwrecker_health=60.0 +} + + +########################################################################################################## +# dungeon_constructor +#--------------------------------------------------------------------------------------------------------# +# Dungeon Constructor +########################################################################################################## + +dungeon_constructor { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:dungeon_constructor_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 19.0] + S:dungeon_constructor_attack=19.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 100.0] + S:dungeon_constructor_health=100.0 +} + + +########################################################################################################## +# dungeon_demon +#--------------------------------------------------------------------------------------------------------# +# Dungeon Demon +########################################################################################################## + +dungeon_demon { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:dungeon_demon_armor=5.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 17.0] + S:dungeon_demon_attack=17.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 85.0] + S:dungeon_demon_health=205.0 +} + + +########################################################################################################## +# dungeon_prisoner +#--------------------------------------------------------------------------------------------------------# +# Dungeon Prisoner +########################################################################################################## + +dungeon_prisoner { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:dungeon_prisoner_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 17.0] + S:dungeon_prisoner_attack=17.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 85.0] + S:dungeon_prisoner_health=85.0 +} + + +########################################################################################################## +# duo +#--------------------------------------------------------------------------------------------------------# +# Duo +########################################################################################################## + +duo { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:duo_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 7.0] + S:duo_attack=7.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 20.0] + S:duo_health=20.0 +} + + +########################################################################################################## +# eden_cadillion +#--------------------------------------------------------------------------------------------------------# +# Eden Cadillion +########################################################################################################## + +eden_cadillion { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:eden_cadillion_armor=5.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 12.0] + S:eden_cadillion_attack=12.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 75.0] + S:eden_cadillion_health=155.0 +} + + +########################################################################################################## +# eden_tomo +#--------------------------------------------------------------------------------------------------------# +# Eden Tomo +########################################################################################################## + +eden_tomo { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:eden_tomo_armor=5.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 10.0] + S:eden_tomo_attack=10.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 100.0] + S:eden_tomo_health=150.0 +} + + +########################################################################################################## +# ehu +#--------------------------------------------------------------------------------------------------------# +# Ehu +########################################################################################################## + +ehu { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:ehu_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 6.0] + S:ehu_attack=6.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 60.0] + S:ehu_health=60.0 +} + + +########################################################################################################## +# enchanted_archer +#--------------------------------------------------------------------------------------------------------# +# Enchanted Archer +########################################################################################################## + +enchanted_archer { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:enchanted_archer_armor=20.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 12.0] + S:enchanted_archer_attack=12.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 100.0] + S:enchanted_archer_health=400.0 +} + + +########################################################################################################## +# enchanted_warrior +#--------------------------------------------------------------------------------------------------------# +# Enchanted Warrior +########################################################################################################## + +enchanted_warrior { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:enchanted_warrior_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 20.0] + S:enchanted_warrior_attack=20.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 200.0] + S:enchanted_warrior_health=200.0 +} + + +########################################################################################################## +# ender_spider +#--------------------------------------------------------------------------------------------------------# +# Ender Spider +########################################################################################################## + +ender_spider { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:ender_spider_armor=30.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 7.0] + S:ender_spider_attack=7.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 40.0] + S:ender_spider_health=60.0 +} + + +########################################################################################################## +# ender_triplets +#--------------------------------------------------------------------------------------------------------# +# Ender Triplets +########################################################################################################## + +ender_triplets { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:ender_triplets_armor=10.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:ender_triplets_attack=0.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 10.0] + S:ender_triplets_health=200.0 +} + + +########################################################################################################## +# ender_watcher +#--------------------------------------------------------------------------------------------------------# +# Ender Watcher +########################################################################################################## + +ender_watcher { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:ender_watcher_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 7.0] + S:ender_watcher_attack=15.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 40.0] + S:ender_watcher_health=100.0 +} + + +########################################################################################################## +# ent +#--------------------------------------------------------------------------------------------------------# +# Ent +########################################################################################################## + +ent { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:ent_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 20.0] + S:ent_attack=20.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 50.0] + S:ent_health=50.0 +} + + +########################################################################################################## +# enthralled_dramcryx +#--------------------------------------------------------------------------------------------------------# +# Enthralled Dramcryx +########################################################################################################## + +enthralled_dramcryx { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:enthralled_dramcryx_armor=20.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 14.0] + S:enthralled_dramcryx_attack=44.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 80.0] + S:enthralled_dramcryx_health=200.0 +} + + +########################################################################################################## +# epiphite +#--------------------------------------------------------------------------------------------------------# +# Epiphite +########################################################################################################## + +epiphite { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:epiphite_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 14.0] + S:epiphite_attack=14.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 100.0] + S:epiphite_health=100.0 +} + + +########################################################################################################## +# eternal_archer +#--------------------------------------------------------------------------------------------------------# +# Eternal Archer +########################################################################################################## + +eternal_archer { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:eternal_archer_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 2.0] + S:eternal_archer_attack=2.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 1550.0] + S:eternal_archer_health=3550.0 +} + + +########################################################################################################## +# experienced_cori +#--------------------------------------------------------------------------------------------------------# +# Experienced Cori +########################################################################################################## + +experienced_cori { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:experienced_cori_armor=50.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 16.0] + S:experienced_cori_attack=200.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 1150.0] + S:experienced_cori_health=3150.0 +} + + +########################################################################################################## +# fake_vhraak +#--------------------------------------------------------------------------------------------------------# +# Vhraak +########################################################################################################## + +fake_vhraak { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:fake_vhraak_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 30.0] + S:fake_vhraak_attack=30.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 100.0] + S:fake_vhraak_health=100.0 +} + + +########################################################################################################## +# fractite +#--------------------------------------------------------------------------------------------------------# +# Fractite +########################################################################################################## + +fractite { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:fractite_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:fractite_attack=0.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 50.0] + S:fractite_health=50.0 +} + + +########################################################################################################## +# frost +#--------------------------------------------------------------------------------------------------------# +# Frost +########################################################################################################## + +frost { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:frost_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 6.0] + S:frost_attack=6.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 50.0] + S:frost_health=50.0 +} + + +########################################################################################################## +# frost_archer +#--------------------------------------------------------------------------------------------------------# +# Frost Archer +########################################################################################################## + +frost_archer { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:frost_archer_armor=10.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 2.0] + S:frost_archer_attack=6.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 40.0] + S:frost_archer_health=400.0 +} + + +########################################################################################################## +# frosty +#--------------------------------------------------------------------------------------------------------# +# Frosty +########################################################################################################## + +frosty { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:frosty_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 20.0] + S:frosty_attack=20.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 150.0] + S:frosty_health=150.0 +} + + +########################################################################################################## +# fyracryx +#--------------------------------------------------------------------------------------------------------# +# Fyracryx +########################################################################################################## + +fyracryx { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:fyracryx_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:fyracryx_attack=0.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 60.0] + S:fyracryx_health=60.0 +} + + +########################################################################################################## +# galroid +#--------------------------------------------------------------------------------------------------------# +# Galroid +########################################################################################################## + +galroid { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:galroid_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 25.0] + S:galroid_attack=25.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 100.0] + S:galroid_health=100.0 +} + + +########################################################################################################## +# glacide +#--------------------------------------------------------------------------------------------------------# +# Glacide +########################################################################################################## + +glacide { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:glacide_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 12.0] + S:glacide_attack=12.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 80.0] + S:glacide_health=80.0 +} + + +########################################################################################################## +# glacon +#--------------------------------------------------------------------------------------------------------# +# Glacon +########################################################################################################## + +glacon { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:glacon_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 7.0] + S:glacon_attack=7.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 60.0] + S:glacon_health=100.0 +} + + +########################################################################################################## +# golem_of_rejuvenation +#--------------------------------------------------------------------------------------------------------# +# Golem Of Rejuvenation +########################################################################################################## + +golem_of_rejuvenation { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:golem_of_rejuvenation_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:golem_of_rejuvenation_attack=0.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 30.0] + S:golem_of_rejuvenation_health=30.0 +} + + +########################################################################################################## +# gorgosion +#--------------------------------------------------------------------------------------------------------# +# Gorgosion +########################################################################################################## + +gorgosion { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:gorgosion_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 2.0] + S:gorgosion_attack=2.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 60.0] + S:gorgosion_health=60.0 +} + + +########################################################################################################## +# greenfeet +#--------------------------------------------------------------------------------------------------------# +# Greenfeet +########################################################################################################## + +greenfeet { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:greenfeet_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 16.0] + S:greenfeet_attack=16.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 200.0] + S:greenfeet_health=200.0 +} + + +########################################################################################################## +# hastreus +#--------------------------------------------------------------------------------------------------------# +# Hastreus +########################################################################################################## + +hastreus { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:hastreus_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 12.0] + S:hastreus_attack=12.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 80.0] + S:hastreus_health=80.0 +} + + +########################################################################################################## +# helio +#--------------------------------------------------------------------------------------------------------# +# Helio +########################################################################################################## + +helio { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:helio_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 40.0] + S:helio_attack=40.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 140.0] + S:helio_health=140.0 +} + + +########################################################################################################## +# hell_pig +#--------------------------------------------------------------------------------------------------------# +# Hell Pig +########################################################################################################## + +hell_pig { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:hell_pig_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 5.0] + S:hell_pig_attack=5.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 25.0] + S:hell_pig_health=25.0 +} + + +########################################################################################################## +# hell_spider +#--------------------------------------------------------------------------------------------------------# +# Hell Spider +########################################################################################################## + +hell_spider { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:hell_spider_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 9.0] + S:hell_spider_attack=9.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 50.0] + S:hell_spider_health=50.0 +} + + +########################################################################################################## +# herbomancer +#--------------------------------------------------------------------------------------------------------# +# Herbomancer +########################################################################################################## + +herbomancer { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:herbomancer_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 5.0] + S:herbomancer_attack=5.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 40.0] + S:herbomancer_health=40.0 +} + + +########################################################################################################## +# herbomancer_minion +#--------------------------------------------------------------------------------------------------------# +# Herbomancer's Minion +########################################################################################################## + +herbomancer_minion { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:herbomancer_minion_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 5.0] + S:herbomancer_minion_attack=5.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 10.0] + S:herbomancer_minion_health=10.0 +} + + +########################################################################################################## +# hive_queen +#--------------------------------------------------------------------------------------------------------# +# Hive Queen +########################################################################################################## + +hive_queen { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:hive_queen_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 20.0] + S:hive_queen_attack=20.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 1500.0] + S:hive_queen_health=1500.0 +} + + +########################################################################################################## +# hive_soldier +#--------------------------------------------------------------------------------------------------------# +# Hive Soldier +########################################################################################################## + +hive_soldier { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:hive_soldier_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 6.0] + S:hive_soldier_attack=6.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 20.0] + S:hive_soldier_health=30.0 +} + + +########################################################################################################## +# hover_stinger +#--------------------------------------------------------------------------------------------------------# +# Hover Stinger +########################################################################################################## + +hover_stinger { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:hover_stinger_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 8.0] + S:hover_stinger_attack=8.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 40.0] + S:hover_stinger_health=40.0 +} + + +########################################################################################################## +# husk +#--------------------------------------------------------------------------------------------------------# +# Husk +########################################################################################################## + +husk { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:husk_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 8.0] + S:husk_attack=8.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 80.0] + S:husk_health=80.0 +} + + +########################################################################################################## +# jack_o_man +#--------------------------------------------------------------------------------------------------------# +# Jack 'O' Man +########################################################################################################## + +jack_o_man { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:jack_o_man_armor=100.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:jack_o_man_attack=0.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 20.0] + S:jack_o_man_health=2000.0 +} + + +########################################################################################################## +# jungle_bat +#--------------------------------------------------------------------------------------------------------# +# Jungle Bat +########################################################################################################## + +jungle_bat { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:jungle_bat_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 5.0] + S:jungle_bat_attack=5.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 20.0] + S:jungle_bat_health=20.0 +} + + +########################################################################################################## +# jungle_dramcryx +#--------------------------------------------------------------------------------------------------------# +# Jungle Dramcryx +########################################################################################################## + +jungle_dramcryx { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:jungle_dramcryx_armor=10.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 9.0] + S:jungle_dramcryx_attack=19.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 40.0] + S:jungle_dramcryx_health=150.0 +} + + +########################################################################################################## +# jungle_spider +#--------------------------------------------------------------------------------------------------------# +# Jungle Spider +########################################################################################################## + +jungle_spider { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:jungle_spider_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 7.0] + S:jungle_spider_attack=7.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 45.0] + S:jungle_spider_health=45.0 +} + + +########################################################################################################## +# karos +#--------------------------------------------------------------------------------------------------------# +# Karos +########################################################################################################## + +karos { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:karos_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 20.0] + S:karos_attack=20.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 4000.0] + S:karos_health=1500.0 +} + + +########################################################################################################## +# karot +#--------------------------------------------------------------------------------------------------------# +# Karot +########################################################################################################## + +karot { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:karot_armor=20.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 32.0] + S:karot_attack=302.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 1250.0] + S:karot_health=13250.0 +} + + +########################################################################################################## +# kazrotic +#--------------------------------------------------------------------------------------------------------# +# Kazrotic +########################################################################################################## + +kazrotic { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:kazrotic_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 2.0] + S:kazrotic_attack=2.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 65.0] + S:kazrotic_health=65.0 +} + + +########################################################################################################## +# king_crab +#--------------------------------------------------------------------------------------------------------# +# King Crab +########################################################################################################## + +king_crab { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:king_crab_armor=30.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 9.0] + S:king_crab_attack=12.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 100.0] + S:king_crab_health=200.0 +} + + +########################################################################################################## +# king_of_scorchers +#--------------------------------------------------------------------------------------------------------# +# King Of Scorchers +########################################################################################################## + +king_of_scorchers { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:king_of_scorchers_armor=30.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 22.0] + S:king_of_scorchers_attack=42.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 1100.0] + S:king_of_scorchers_health=2100.0 +} + + +########################################################################################################## +# kobblin +#--------------------------------------------------------------------------------------------------------# +# Kobblin +########################################################################################################## + +kobblin { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:kobblin_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 7.0] + S:kobblin_attack=7.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 35.0] + S:kobblin_health=35.0 +} + + +########################################################################################################## +# lady_luna +#--------------------------------------------------------------------------------------------------------# +# Lady Luna +########################################################################################################## + +lady_luna { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:lady_luna_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 20.0] + S:lady_luna_attack=20.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 8000.0] + S:lady_luna_health=8000.0 +} + + +########################################################################################################## +# leorna +#--------------------------------------------------------------------------------------------------------# +# Leorna +########################################################################################################## + +leorna { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:leorna_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:leorna_attack=0.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 20.0] + S:leorna_health=20.0 +} + + +########################################################################################################## +# lheiva +#--------------------------------------------------------------------------------------------------------# +# Lheiva +########################################################################################################## + +lheiva { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:lheiva_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 19.0] + S:lheiva_attack=19.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 85.0] + S:lheiva_health=85.0 +} + + +########################################################################################################## +# liopleurodon +#--------------------------------------------------------------------------------------------------------# +# Liopleurodon +########################################################################################################## + +liopleurodon { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:liopleurodon_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 13.0] + S:liopleurodon_attack=13.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 150.0] + S:liopleurodon_health=150.0 +} + + +########################################################################################################## +# livestock_merchant +#--------------------------------------------------------------------------------------------------------# +# Livestock Merchant +########################################################################################################## + +livestock_merchant { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:livestock_merchant_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:livestock_merchant_attack=0.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 20.0] + S:livestock_merchant_health=20.0 +} + + +########################################################################################################## +# living_statue +#--------------------------------------------------------------------------------------------------------# +# Living Statue +########################################################################################################## + +living_statue { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:living_statue_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 2.0] + S:living_statue_attack=2.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 60.0] + S:living_statue_health=60.0 +} + + +########################################################################################################## +# lord_vatticus +#--------------------------------------------------------------------------------------------------------# +# Lord Vatticus +########################################################################################################## + +lord_vatticus { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:lord_vatticus_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:lord_vatticus_attack=0.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 20.0] + S:lord_vatticus_health=20.0 +} + + +########################################################################################################## +# lorga +#--------------------------------------------------------------------------------------------------------# +# Lorga +########################################################################################################## + +lorga { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:lorga_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 4.0] + S:lorga_attack=4.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 15.0] + S:lorga_health=15.0 +} + + +########################################################################################################## +# lorga_flight +#--------------------------------------------------------------------------------------------------------# +# Lorga Flight +########################################################################################################## + +lorga_flight { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:lorga_flight_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 2.0] + S:lorga_flight_attack=2.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 40.0] + S:lorga_flight_health=40.0 +} + + +########################################################################################################## +# madivel +#--------------------------------------------------------------------------------------------------------# +# Madivel +########################################################################################################## + +madivel { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:madivel_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 18.0] + S:madivel_attack=18.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 150.0] + S:madivel_health=150.0 +} + + +########################################################################################################## +# mage +#--------------------------------------------------------------------------------------------------------# +# Mage +########################################################################################################## + +mage { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:mage_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 5.0] + S:mage_attack=5.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 90.0] + S:mage_health=90.0 +} + + +########################################################################################################## +# mandragora +#--------------------------------------------------------------------------------------------------------# +# Mandragora +########################################################################################################## + +mandragora { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:mandragora_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 4.0] + S:mandragora_attack=4.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 35.0] + S:mandragora_health=35.0 +} + + +########################################################################################################## +# megalith +#--------------------------------------------------------------------------------------------------------# +# Megalith +########################################################################################################## + +megalith { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:megalith_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 20.0] + S:megalith_attack=20.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 350.0] + S:megalith_health=350.0 +} + + +########################################################################################################## +# miner +#--------------------------------------------------------------------------------------------------------# +# Miner +########################################################################################################## + +miner { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:miner_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 7.0] + S:miner_attack=7.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 40.0] + S:miner_health=40.0 +} + + +########################################################################################################## +# moon_wolf +#--------------------------------------------------------------------------------------------------------# +# Moon Wolf +########################################################################################################## + +moon_wolf { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:moon_wolf_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 1.0] + S:moon_wolf_attack=1.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 200.0] + S:moon_wolf_health=200.0 +} + + +########################################################################################################## +# mortum_cadillion +#--------------------------------------------------------------------------------------------------------# +# Mortum Cadillion +########################################################################################################## + +mortum_cadillion { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:mortum_cadillion_armor=80.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 20.0] + S:mortum_cadillion_attack=400.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 130.0] + S:mortum_cadillion_health=2060.0 +} + + +########################################################################################################## +# mysterious_man_layer_1 +#--------------------------------------------------------------------------------------------------------# +# Mysterious Man +########################################################################################################## + +mysterious_man_layer_1 { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:mysterious_man_layer_1_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 2.0] + S:mysterious_man_layer_1_attack=2.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 20.0] + S:mysterious_man_layer_1_health=20.0 +} + + +########################################################################################################## +# mysterious_man_layer_2 +#--------------------------------------------------------------------------------------------------------# +# Mysterious Man +########################################################################################################## + +mysterious_man_layer_2 { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:mysterious_man_layer_2_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 2.0] + S:mysterious_man_layer_2_attack=2.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 20.0] + S:mysterious_man_layer_2_health=20.0 +} + + +########################################################################################################## +# mysterious_man_layer_3 +#--------------------------------------------------------------------------------------------------------# +# Mysterious Man +########################################################################################################## + +mysterious_man_layer_3 { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:mysterious_man_layer_3_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 2.0] + S:mysterious_man_layer_3_attack=2.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 20.0] + S:mysterious_man_layer_3_health=20.0 +} + + +########################################################################################################## +# mystic +#--------------------------------------------------------------------------------------------------------# +# Mystic +########################################################################################################## + +mystic { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:mystic_armor=30.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 10.0] + S:mystic_attack=100.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 120.0] + S:mystic_health=920.0 +} + + +########################################################################################################## +# parasecta +#--------------------------------------------------------------------------------------------------------# +# Parasecta +########################################################################################################## + +parasecta { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:parasecta_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 16.0] + S:parasecta_attack=16.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 1000.0] + S:parasecta_health=3500.0 +} + + +########################################################################################################## +# paratiku +#--------------------------------------------------------------------------------------------------------# +# Paratiku +########################################################################################################## + +paratiku { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:paratiku_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:paratiku_attack=0.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 100.0] + S:paratiku_health=100.0 +} + + +########################################################################################################## +# pumpkin_spider +#--------------------------------------------------------------------------------------------------------# +# Pumpkin Spider +########################################################################################################## + +pumpkin_spider { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:pumpkin_spider_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 9.0] + S:pumpkin_spider_attack=9.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 50.0] + S:pumpkin_spider_health=50.0 +} + + +########################################################################################################## +# quadro +#--------------------------------------------------------------------------------------------------------# +# Quadro +########################################################################################################## + +quadro { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:quadro_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 8.0] + S:quadro_attack=8.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 4000.0] + S:quadro_health=2000.0 +} + + +########################################################################################################## +# raglok +#--------------------------------------------------------------------------------------------------------# +# Raglok +########################################################################################################## + +raglok { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:raglok_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 30.0] + S:raglok_attack=30.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 5000.0] + S:raglok_health=1000.0 +} + + +########################################################################################################## +# rainbour +#--------------------------------------------------------------------------------------------------------# +# Rainbour +########################################################################################################## + +rainbour { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:rainbour_armor=20.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 18.0] + S:rainbour_attack=58.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 100.0] + S:rainbour_health=1000.0 +} + + +########################################################################################################## +# razorback +#--------------------------------------------------------------------------------------------------------# +# Razorback +########################################################################################################## + +razorback { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:razorback_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 7.0] + S:razorback_attack=7.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 35.0] + S:razorback_health=35.0 +} + + +########################################################################################################## +# reyvor +#--------------------------------------------------------------------------------------------------------# +# Reyvor +########################################################################################################## + +reyvor { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:reyvor_armor=20.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 20.0] + S:reyvor_attack=300.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 1000.0] + S:reyvor_health=9000.0 +} + + +########################################################################################################## +# roamer +#--------------------------------------------------------------------------------------------------------# +# Roamer +########################################################################################################## + +roamer { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:roamer_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 20.0] + S:roamer_attack=20.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 110.0] + S:roamer_health=110.0 +} + + +########################################################################################################## +# rollum +#--------------------------------------------------------------------------------------------------------# +# Rollum +########################################################################################################## + +rollum { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:rollum_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 5.0] + S:rollum_attack=5.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 180.0] + S:rollum_health=180.0 +} + + +########################################################################################################## +# rotatick +#--------------------------------------------------------------------------------------------------------# +# Rotatick +########################################################################################################## + +rotatick { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:rotatick_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 8.0] + S:rotatick_attack=8.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 40.0] + S:rotatick_health=40.0 +} + + +########################################################################################################## +# saguaro_worm +#--------------------------------------------------------------------------------------------------------# +# Saguaro Worm +########################################################################################################## + +saguaro_worm { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:saguaro_worm_armor=5.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 6.0] + S:saguaro_worm_attack=6.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 80.0] + S:saguaro_worm_health=80.0 +} + + +########################################################################################################## +# samek +#--------------------------------------------------------------------------------------------------------# +# Samek +########################################################################################################## + +samek { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:samek_armor=30.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 20.0] + S:samek_attack=50.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 160.0] + S:samek_health=660.0 +} + + +########################################################################################################## +# scorcher +#--------------------------------------------------------------------------------------------------------# +# Scorcher +########################################################################################################## + +scorcher { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:scorcher_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 5.0] + S:scorcher_attack=5.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 75.0] + S:scorcher_health=75.0 +} + + +########################################################################################################## +# seimer +#--------------------------------------------------------------------------------------------------------# +# Seimer +########################################################################################################## + +seimer { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:seimer_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 6.0] + S:seimer_attack=6.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 150.0] + S:seimer_health=150.0 +} + + +########################################################################################################## +# shadahier +#--------------------------------------------------------------------------------------------------------# +# Shadahier +########################################################################################################## + +shadahier { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:shadahier_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 6.0] + S:shadahier_attack=6.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 10.0] + S:shadahier_health=10.0 +} + + +########################################################################################################## +# shark +#--------------------------------------------------------------------------------------------------------# +# Shark +########################################################################################################## + +shark { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:shark_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 8.0] + S:shark_attack=8.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 80.0] + S:shark_health=80.0 +} + + +########################################################################################################## +# skythern_archer +#--------------------------------------------------------------------------------------------------------# +# Skythern Archer +########################################################################################################## + +skythern_archer { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:skythern_archer_armor=20.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 14.0] + S:skythern_archer_attack=60.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 120.0] + S:skythern_archer_health=300.0 +} + + +########################################################################################################## +# skythern_fiend +#--------------------------------------------------------------------------------------------------------# +# Skythern Fiend +########################################################################################################## + +skythern_fiend { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:skythern_fiend_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 22.0] + S:skythern_fiend_attack=75.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 80.0] + S:skythern_fiend_health=700.0 +} + + +########################################################################################################## +# skythern_golem +#--------------------------------------------------------------------------------------------------------# +# Skythern Golem +########################################################################################################## + +skythern_golem { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:skythern_golem_armor=40.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 20.0] + S:skythern_golem_attack=40.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 300.0] + S:skythern_golem_health=4000.0 +} + + +########################################################################################################## +# smelter +#--------------------------------------------------------------------------------------------------------# +# Smelter +########################################################################################################## + +smelter { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:smelter_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 7.0] + S:smelter_attack=7.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 120.0] + S:smelter_health=120.0 +} + + +########################################################################################################## +# snapper +#--------------------------------------------------------------------------------------------------------# +# Snapper +########################################################################################################## + +snapper { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:snapper_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 4.0] + S:snapper_attack=4.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 150.0] + S:snapper_health=150.0 +} + + +########################################################################################################## +# sorcerer +#--------------------------------------------------------------------------------------------------------# +# Sorcerer +########################################################################################################## + +sorcerer { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:sorcerer_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 12.0] + S:sorcerer_attack=12.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 150.0] + S:sorcerer_health=150.0 +} + + +########################################################################################################## +# soul_fiend +#--------------------------------------------------------------------------------------------------------# +# Soul Fiend +########################################################################################################## + +soul_fiend { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:soul_fiend_armor=20.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 24.0] + S:soul_fiend_attack=204.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 1100.0] + S:soul_fiend_health=8100.0 +} + + +########################################################################################################## +# soul_spider +#--------------------------------------------------------------------------------------------------------# +# Soul Spider +########################################################################################################## + +soul_spider { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:soul_spider_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 12.0] + S:soul_spider_attack=12.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 35.0] + S:soul_spider_health=35.0 +} + + +########################################################################################################## +# soul_stealer +#--------------------------------------------------------------------------------------------------------# +# Soul Stealer +########################################################################################################## + +soul_stealer { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:soul_stealer_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 25.0] + S:soul_stealer_attack=25.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 140.0] + S:soul_stealer_health=140.0 +} + + +########################################################################################################## +# spellbinder +#--------------------------------------------------------------------------------------------------------# +# Spellbinder +########################################################################################################## + +spellbinder { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:spellbinder_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 7.0] + S:spellbinder_attack=7.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 95.0] + S:spellbinder_health=95.0 +} + + +########################################################################################################## +# stone_golem +#--------------------------------------------------------------------------------------------------------# +# Stone Golem +########################################################################################################## + +stone_golem { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:stone_golem_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 5.0] + S:stone_golem_attack=5.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 100.0] + S:stone_golem_health=100.0 +} + + +########################################################################################################## +# sun_archer +#--------------------------------------------------------------------------------------------------------# +# Sun Archer +########################################################################################################## + +sun_archer { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:sun_archer_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 10.0] + S:sun_archer_attack=10.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 60.0] + S:sun_archer_health=60.0 +} + + +########################################################################################################## +# sunstorm +#--------------------------------------------------------------------------------------------------------# +# Sunstorm +########################################################################################################## + +sunstorm { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:sunstorm_armor=30.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 12.0] + S:sunstorm_attack=80.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 1000.0] + S:sunstorm_health=3500.0 +} + + +########################################################################################################## +# temple_guardian +#--------------------------------------------------------------------------------------------------------# +# Temple Guardian +########################################################################################################## + +temple_guardian { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:temple_guardian_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 2.0] + S:temple_guardian_attack=2.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 20.0] + S:temple_guardian_health=20.0 +} + + +########################################################################################################## +# termasect +#--------------------------------------------------------------------------------------------------------# +# Termasect +########################################################################################################## + +termasect { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:termasect_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 14.0] + S:termasect_attack=34.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 1050.0] + S:termasect_health=2050.0 +} + + +########################################################################################################## +# termid +#--------------------------------------------------------------------------------------------------------# +# Termid +########################################################################################################## + +termid { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:termid_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 4.0] + S:termid_attack=4.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 40.0] + S:termid_health=40.0 +} + + +########################################################################################################## +# the_eye +#--------------------------------------------------------------------------------------------------------# +# The Eye +########################################################################################################## + +the_eye { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:the_eye_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 12.0] + S:the_eye_attack=12.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 40.0] + S:the_eye_health=40.0 +} + + +########################################################################################################## +# the_grue +#--------------------------------------------------------------------------------------------------------# +# The Grue +########################################################################################################## + +the_grue { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:the_grue_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 13.0] + S:the_grue_attack=13.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 30.0] + S:the_grue_health=30.0 +} + + +########################################################################################################## +# the_hunger +#--------------------------------------------------------------------------------------------------------# +# The Hunger +########################################################################################################## + +the_hunger { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:the_hunger_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:the_hunger_attack=0.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 20.0] + S:the_hunger_health=20.0 +} + + +########################################################################################################## +# the_watcher +#--------------------------------------------------------------------------------------------------------# +# The Watcher +########################################################################################################## + +the_watcher { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:the_watcher_armor=10.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 2.0] + S:the_watcher_attack=20.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 950.0] + S:the_watcher_health=1950.0 +} + + +########################################################################################################## +# tocaxin +#--------------------------------------------------------------------------------------------------------# +# Tocaxin +########################################################################################################## + +tocaxin { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:tocaxin_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 10.0] + S:tocaxin_attack=10.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 65.0] + S:tocaxin_health=65.0 +} + + +########################################################################################################## +# twilight_archer +#--------------------------------------------------------------------------------------------------------# +# Twilight Archer +########################################################################################################## + +twilight_archer { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:twilight_archer_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 16.0] + S:twilight_archer_attack=16.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 140.0] + S:twilight_archer_health=140.0 +} + + +########################################################################################################## +# twilight_demon +#--------------------------------------------------------------------------------------------------------# +# Twilight Demon +########################################################################################################## + +twilight_demon { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:twilight_demon_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 30.0] + S:twilight_demon_attack=90.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 1600.0] + S:twilight_demon_health=5600.0 +} + + +########################################################################################################## +# twins +#--------------------------------------------------------------------------------------------------------# +# Twins +########################################################################################################## + +twins { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:twins_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 2.0] + S:twins_attack=2.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 10.0] + S:twins_health=10.0 +} + + +########################################################################################################## +# vamacheron +#--------------------------------------------------------------------------------------------------------# +# Vamacheron +########################################################################################################## + +vamacheron { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:vamacheron_armor=30.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 34.0] + S:vamacheron_attack=304.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 1350.0] + S:vamacheron_health=13350.0 +} + + +########################################################################################################## +# verek +#--------------------------------------------------------------------------------------------------------# +# Verek +########################################################################################################## + +verek { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:verek_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 18.0] + S:verek_attack=18.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 50.0] + S:verek_health=50.0 +} + + +########################################################################################################## +# vermenous +#--------------------------------------------------------------------------------------------------------# +# Vermenous +########################################################################################################## + +vermenous { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:vermenous_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 13.0] + S:vermenous_attack=13.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 100.0] + S:vermenous_health=100.0 +} + + +########################################################################################################## +# vhraak +#--------------------------------------------------------------------------------------------------------# +# Vhraak +########################################################################################################## + +vhraak { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:vhraak_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 30.0] + S:vhraak_attack=30.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 100.0] + S:vhraak_health=100.0 +} + + +########################################################################################################## +# war_general +#--------------------------------------------------------------------------------------------------------# +# War General +########################################################################################################## + +war_general { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:war_general_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:war_general_attack=0.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 20.0] + S:war_general_health=20.0 +} + + +########################################################################################################## +# weak_cori +#--------------------------------------------------------------------------------------------------------# +# Weak Cori +########################################################################################################## + +weak_cori { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:weak_cori_armor=10.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 30.0] + S:weak_cori_attack=30.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 35.0] + S:weak_cori_health=45.0 +} + + +########################################################################################################## +# whale +#--------------------------------------------------------------------------------------------------------# +# Whale +########################################################################################################## + +whale { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:whale_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 8.0] + S:whale_attack=8.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 80.0] + S:whale_health=80.0 +} + + +########################################################################################################## +# white_grizzle +#--------------------------------------------------------------------------------------------------------# +# White Grizzle +########################################################################################################## + +white_grizzle { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:white_grizzle_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 9.0] + S:white_grizzle_attack=9.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 100.0] + S:white_grizzle_health=100.0 +} + + +########################################################################################################## +# wildfire +#--------------------------------------------------------------------------------------------------------# +# Wildfire +########################################################################################################## + +wildfire { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:wildfire_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 8.0] + S:wildfire_attack=8.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 50.0] + S:wildfire_health=50.0 +} + + +########################################################################################################## +# wildwood_cadillion +#--------------------------------------------------------------------------------------------------------# +# Wildwood Cadillion +########################################################################################################## + +wildwood_cadillion { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:wildwood_cadillion_armor=10.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 14.0] + S:wildwood_cadillion_attack=14.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 85.0] + S:wildwood_cadillion_health=105.0 +} + + +########################################################################################################## +# wildwood_golem +#--------------------------------------------------------------------------------------------------------# +# Wildwood Golem +########################################################################################################## + +wildwood_golem { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:wildwood_golem_armor=10.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 18.0] + S:wildwood_golem_attack=22.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 200.0] + S:wildwood_golem_health=450.0 +} + + +########################################################################################################## +# wildwood_tomo +#--------------------------------------------------------------------------------------------------------# +# Wildwood Tomo +########################################################################################################## + +wildwood_tomo { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:wildwood_tomo_armor=10.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 12.0] + S:wildwood_tomo_attack=20.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 110.0] + S:wildwood_tomo_health=200.0 +} + + +########################################################################################################## +# workshop_merchant +#--------------------------------------------------------------------------------------------------------# +# Workshop Merchant +########################################################################################################## + +workshop_merchant { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:workshop_merchant_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:workshop_merchant_attack=0.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 20.0] + S:workshop_merchant_health=20.0 +} + + +########################################################################################################## +# workshop_tinkerer +#--------------------------------------------------------------------------------------------------------# +# Workshop Tinkerer +########################################################################################################## + +workshop_tinkerer { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:workshop_tinkerer_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:workshop_tinkerer_attack=0.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 20.0] + S:workshop_tinkerer_health=20.0 +} + + +########################################################################################################## +# wraith +#--------------------------------------------------------------------------------------------------------# +# Wraith +########################################################################################################## + +wraith { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:wraith_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 9.0] + S:wraith_attack=9.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 100.0] + S:wraith_health=100.0 +} + + +########################################################################################################## +# wreck +#--------------------------------------------------------------------------------------------------------# +# Wreck +########################################################################################################## + +wreck { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:wreck_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 30.0] + S:wreck_attack=30.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 1024.0] + S:wreck_health=1024.0 +} + + +########################################################################################################## +# zelus +#--------------------------------------------------------------------------------------------------------# +# Zelus +########################################################################################################## + +zelus { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:zelus_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:zelus_attack=0.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 20.0] + S:zelus_health=20.0 +} + + +########################################################################################################## +# zone +#--------------------------------------------------------------------------------------------------------# +# Zone +########################################################################################################## + +zone { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:zone_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:zone_attack=0.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 120.0] + S:zone_health=120.0 +} + + +########################################################################################################## +# zoragon +#--------------------------------------------------------------------------------------------------------# +# Zoragon +########################################################################################################## + +zoragon { + # Armor value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:zoragon_armor=0.0 + + # Attack value [range: 1.17549435E-38 ~ 3.4028235E38, default: 0.0] + S:zoragon_attack=0.0 + + # Max mob health [range: 1.17549435E-38 ~ 3.4028235E38, default: 70.0] + S:zoragon_health=70.0 +} + + diff --git a/config/divinerpg/general_config.cfg b/config/divinerpg/general_config.cfg new file mode 100644 index 00000000..266ff484 --- /dev/null +++ b/config/divinerpg/general_config.cfg @@ -0,0 +1,60 @@ +# Configuration file + +general { + + ########################################################################################################## + # general options + #--------------------------------------------------------------------------------------------------------# + # Configure general settings here + ########################################################################################################## + + "general options" { + # Prints a bunch of extra, mostly unvetted information. Keep this disabled unless instructed + B:"Debug mode"=false + + # Set to false to disable player hats for special players + B:"Enable player hats"=true + + # Set to false to disable the welcome messages for special players + B:"Enable welcome messages"=true + } + + ########################################################################################################## + # dimension ids + #--------------------------------------------------------------------------------------------------------# + # Configure DivineRPG dimension IDs here. Don't change these unless you know what you're doing + ########################################################################################################## + + "dimension ids" { + I:Apalachia=422 + I:Arcana=426 + I:Eden=420 + I:Iceika=425 + I:Mortum=424 + I:Skythern=423 + I:Vethea=427 + I:Wildwood=421 + } + + ########################################################################################################## + # gui options + #--------------------------------------------------------------------------------------------------------# + # Configure GUI settings here + ########################################################################################################## + + "gui options" { + # Min: 1 + # Max: 255 + I:ArcanaX=111 + + # Min: 1 + # Max: 255 + I:ArcanaY=18 + + # Don't render arcana bar if full + B:HideArcanaBar=true + } + +} + + diff --git a/config/doubledoors.cfg b/config/doubledoors.cfg new file mode 100644 index 00000000..1e18cb88 --- /dev/null +++ b/config/doubledoors.cfg @@ -0,0 +1,14 @@ +# 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/ebwizardry/ebwizardry.cfg b/config/ebwizardry/ebwizardry.cfg new file mode 100644 index 00000000..e0439289 --- /dev/null +++ b/config/ebwizardry/ebwizardry.cfg @@ -0,0 +1,1655 @@ +# Configuration file + +########################################################################################################## +# artefacts +#--------------------------------------------------------------------------------------------------------# +# Set an item to false to disable it. Disabled items will still appear in-game but will have no effect when worn. It is also advisable to remove disabled items from wizardry's (and addons') loot tables. Disable an item if it is causing problems, conflicts with another mod or creates an unintended exploit. +########################################################################################################## + +artefacts { + # Set to false to disable this item + B:"ebwizardry:amulet_absorption"=true + + # Set to false to disable this item + B:"ebwizardry:amulet_anchoring"=true + + # Set to false to disable this item + B:"ebwizardry:amulet_arcane_defence"=true + + # Set to false to disable this item + B:"ebwizardry:amulet_auto_shield"=true + + # Set to false to disable this item + B:"ebwizardry:amulet_banishing"=true + + # Set to false to disable this item + B:"ebwizardry:amulet_channeling"=true + + # Set to false to disable this item + B:"ebwizardry:amulet_fire_cloaking"=true + + # Set to false to disable this item + B:"ebwizardry:amulet_fire_protection"=true + + # Set to false to disable this item + B:"ebwizardry:amulet_frost_warding"=true + + # Set to false to disable this item + B:"ebwizardry:amulet_glide"=true + + # Set to false to disable this item + B:"ebwizardry:amulet_ice_immunity"=true + + # Set to false to disable this item + B:"ebwizardry:amulet_ice_protection"=true + + # Set to false to disable this item + B:"ebwizardry:amulet_lich"=true + + # Set to false to disable this item + B:"ebwizardry:amulet_potential"=true + + # Set to false to disable this item + B:"ebwizardry:amulet_recovery"=true + + # Set to false to disable this item + B:"ebwizardry:amulet_resurrection"=true + + # Set to false to disable this item + B:"ebwizardry:amulet_transience"=true + + # Set to false to disable this item + B:"ebwizardry:amulet_warding"=true + + # Set to false to disable this item + B:"ebwizardry:amulet_wisdom"=true + + # Set to false to disable this item + B:"ebwizardry:amulet_wither_immunity"=true + + # Set to false to disable this item + B:"ebwizardry:charm_abseiling"=true + + # Set to false to disable this item + B:"ebwizardry:charm_auto_smelt"=true + + # Set to false to disable this item + B:"ebwizardry:charm_black_hole"=true + + # Set to false to disable this item + B:"ebwizardry:charm_experience_tome"=true + + # Set to false to disable this item + B:"ebwizardry:charm_feeding"=true + + # Set to false to disable this item + B:"ebwizardry:charm_flight"=true + + # Set to false to disable this item + B:"ebwizardry:charm_growth"=true + + # Set to false to disable this item + B:"ebwizardry:charm_haggler"=true + + # Set to false to disable this item + B:"ebwizardry:charm_hunger_casting"=true + + # Set to false to disable this item + B:"ebwizardry:charm_lava_walking"=true + + # Set to false to disable this item + B:"ebwizardry:charm_light"=true + + # Set to false to disable this item + B:"ebwizardry:charm_minion_health"=true + + # Set to false to disable this item + B:"ebwizardry:charm_minion_variants"=true + + # Set to false to disable this item + B:"ebwizardry:charm_mount_teleporting"=true + + # Set to false to disable this item + B:"ebwizardry:charm_move_speed"=true + + # Set to false to disable this item + B:"ebwizardry:charm_silk_touch"=true + + # Set to false to disable this item + B:"ebwizardry:charm_sixth_sense"=true + + # Set to false to disable this item + B:"ebwizardry:charm_spell_discovery"=true + + # Set to false to disable this item + B:"ebwizardry:charm_stop_time"=true + + # Set to false to disable this item + B:"ebwizardry:charm_storm"=true + + # Set to false to disable this item + B:"ebwizardry:charm_transportation"=true + + # Set to false to disable this item + B:"ebwizardry:charm_undead_helmets"=true + + # Set to false to disable this item + B:"ebwizardry:ring_arcane_frost"=true + + # Set to false to disable this item + B:"ebwizardry:ring_battlemage"=true + + # Set to false to disable this item + B:"ebwizardry:ring_blockwrangler"=true + + # Set to false to disable this item + B:"ebwizardry:ring_combustion"=true + + # Set to false to disable this item + B:"ebwizardry:ring_condensing"=true + + # Set to false to disable this item + B:"ebwizardry:ring_conjurer"=true + + # Set to false to disable this item + B:"ebwizardry:ring_defender"=true + + # Set to false to disable this item + B:"ebwizardry:ring_disintegration"=true + + # Set to false to disable this item + B:"ebwizardry:ring_earth_biome"=true + + # Set to false to disable this item + B:"ebwizardry:ring_earth_melee"=true + + # Set to false to disable this item + B:"ebwizardry:ring_evoker"=true + + # Set to false to disable this item + B:"ebwizardry:ring_extraction"=true + + # Set to false to disable this item + B:"ebwizardry:ring_fire_biome"=true + + # Set to false to disable this item + B:"ebwizardry:ring_fire_melee"=true + + # Set to false to disable this item + B:"ebwizardry:ring_full_moon"=true + + # Set to false to disable this item + B:"ebwizardry:ring_hammer"=true + + # Set to false to disable this item + B:"ebwizardry:ring_ice_biome"=true + + # Set to false to disable this item + B:"ebwizardry:ring_ice_melee"=true + + # Set to false to disable this item + B:"ebwizardry:ring_interdiction"=true + + # Set to false to disable this item + B:"ebwizardry:ring_leeching"=true + + # Set to false to disable this item + B:"ebwizardry:ring_lightning_melee"=true + + # Set to false to disable this item + B:"ebwizardry:ring_mana_return"=true + + # Set to false to disable this item + B:"ebwizardry:ring_meteor"=true + + # Set to false to disable this item + B:"ebwizardry:ring_mind_control"=true + + # Set to false to disable this item + B:"ebwizardry:ring_necromancy_melee"=true + + # Set to false to disable this item + B:"ebwizardry:ring_paladin"=true + + # Set to false to disable this item + B:"ebwizardry:ring_poison"=true + + # Set to false to disable this item + B:"ebwizardry:ring_seeking"=true + + # Set to false to disable this item + B:"ebwizardry:ring_shattering"=true + + # Set to false to disable this item + B:"ebwizardry:ring_siphoning"=true + + # Set to false to disable this item + B:"ebwizardry:ring_soulbinding"=true + + # Set to false to disable this item + B:"ebwizardry:ring_storm"=true + + # Set to false to disable this item + B:"ebwizardry:ring_stormcloud"=true + + # Set to false to disable this item + B:"tfspellpack:amulet_carminite"=true + + # Set to false to disable this item + B:"tfspellpack:amulet_life_charm"=true + + # Set to false to disable this item + B:"tfspellpack:amulet_steeleaf"=true + + # Set to false to disable this item + B:"tfspellpack:charm_accursed_tome"=true + + # Set to false to disable this item + B:"tfspellpack:charm_goblin"=true + + # Set to false to disable this item + B:"tfspellpack:charm_ice_exploder"=true + + # Set to false to disable this item + B:"tfspellpack:charm_troll"=true + + # Set to false to disable this item + B:"tfspellpack:ring_aurora"=true + + # Set to false to disable this item + B:"tfspellpack:ring_hydra_kaboom"=true + + # Set to false to disable this item + B:"tfspellpack:ring_stealth_attack"=true + + # Set to false to disable this item + B:"tfspellpack:ring_trollsteinn"=true + + # Set to false to disable this item + B:"tfspellpack:ring_twilight"=true +} + + +########################################################################################################## +# client +#--------------------------------------------------------------------------------------------------------# +# Client-side settings that only affect the local minecraft game. If this file is on a dedicated server, these settings will have no effect; in multiplayer, each player obeys their own settings. +########################################################################################################## + +client { + # Whether you can switch between spells on a wand by scrolling with the mouse wheel while sneaking. Note that this will only affect you; other players connected to the same server obey their own settings. + B:shiftScrolling=true + + # The scroll direction used to switch between spells on a wand while sneaking. + B:reverseScrollDirection=false + + # Whether to show the spell HUD in the corner of the screen when holding a wand. + B:showSpellHUD=true + + # Whether to show the spell charge-up meter around the crosshairs when charging up a spell. + B:showChargeMeter=true + + # The position of the spell HUD. + S:spellHUDPosition=Bottom left + + # The skin used for the spell HUD. + S:spellHUDSkin=default + + # When set to true, sections of The Wizard's Handbook are unlocked when a player gains the advancement that triggers them, and are hidden otherwise. When set to false, the entire handbook is readable regardless of advancement progress. + B:handbookProgression=true + + # Whether opening any of wizardry's books pauses the game in singleplayer. Has no effect on servers or LAN worlds. + B:booksPauseGame=true + + # Whether to show summoned creatures' names and owners above their heads. + B:summonedCreatureNames=true + + # Whether to use custom shaders for certain spells. These use the vanilla shader system (like mob spectating shaders) and shouldn't have much of an effect on performance in most cases, but they may conflict with other shaders. + B:useShaders=true + + # Whether to use the screen shake effect for certain spells. + B:screenShake=true + + # Whether to use the screen blink effect for teleportation spells. + B:blinkEffect=true + + # Whether to use custom animations for players casting spells. Disable this option if it conflicts with other mods that add player animations. + B:spellcastingAnimations=true + + # The element of the flying companion orb rendered on donor and contributor players, leave empty to disable the effect. If you're one of them, this setting will change how all players see you (if not, it won't do anything). + S:donationPerkElement=magic +} + + +########################################################################################################## +# commands +#--------------------------------------------------------------------------------------------------------# +# Settings for the commands added by Wizardry. In multiplayer, the server/LAN host settings will apply. +########################################################################################################## + +commands { + # Upper limit for the multipliers passed into the /cast command. This is here to stop players from accidentally breaking a world/server. Large blast mutipliers can cause extreme lag - you have been warned! + D:castCommandMultiplierLimit=20.0 + + # The name of the /cast command. This is what you type directly after the /; for example if this was set to 'magic' then instead of typing /cast you would type /magic instead. + S:castCommandName=cast + + # The name of the /discoverspell command. This is what you type directly after the /; for example if this was set to 'magic' then instead of typing /discoverspell you would type /magic instead. + S:discoverspellCommandName=discoverspell + + # The name of the /ally command. This is what you type directly after the /; for example if this was set to 'magic' then instead of typing /ally you would type /magic instead. + S:allyCommandName=ally + + # The name of the /allies command. This is what you type directly after the /; for example if this was set to 'magic' then instead of typing /allies you would type /magic instead. + S:alliesCommandName=allies +} + + +########################################################################################################## +# compatibility +#--------------------------------------------------------------------------------------------------------# +# Settings that affect how wizardry interacts with other mods. In multiplayer, the server/LAN host settings will apply. +########################################################################################################## + +compatibility { + # List of damage source string identifiers to be ignored when re-applying damage. Case-sensitive. A message will be logged if wizardry detects a damage source that should be added to this list. Otherwise, don't change unless instructed to do so. + S:damageSourceBlacklist < + > + + # Whether to print compatibility warnings to the console. Set to false if excessive messages are being printed. + B:compatibilityWarnings=true + + # If Baubles is installed, controls whether Baubles integration features are enabled. If this is disabled, wizardry will always behave as if Baubles is not installed. + B:baublesIntegration=true + + # If JEI (Just Enough Items) is installed, controls whether JEI integration features are enabled. If this is disabled, wizardry will always behave as if JEI is not installed. + B:jeiIntegration=true + + # If Antique Atlas is installed, controls whether Antique Atlas integration features are enabled. If this is disabled, wizardry will always behave as if Antique Atlas is not installed. + B:antiqueAtlasIntegration=true + + # Controls whether wizardry automatically places antique atlas markers at the locations of wizard towers. + B:autoPlaceTowerMarkers=true + + # Controls whether wizardry automatically places antique atlas markers at the locations of obelisks. + B:autoPlaceObeliskMarkers=true + + # Controls whether wizardry automatically places antique atlas markers at the locations of shrines. + B:autoPlaceShrineMarkers=true + + # Controls whether wizardry automatically places antique atlas markers at the locations of library ruins. + B:autoPlaceLibraryMarkers=true + + # Controls whether wizardry automatically places antique atlas markers at the locations of underground library ruins. + B:autoPlaceUndergroundLibraryMarkers=false +} + + +########################################################################################################## +# difficulty +#--------------------------------------------------------------------------------------------------------# +# Settings that affect the mod's difficulty. In multiplayer, the server/LAN host settings will apply. +########################################################################################################## + +difficulty { + # For those who like a sense of mystery! When set to true, spells you haven't cast yet will be unreadable until you cast them (on a per-world basis). Has no effect when in creative mode. Spells of identification will be unobtainable in survival mode if this is false. + B:discoveryMode=true + + # Controls whether wands are required to gain progression before they can be upgraded to the next tier. Enable this option to revert to the pre-4.2 system, which only requires tomes of arcana. Wands will still gain progression even when this is enabled, so if you go back to the new system you won't lose any progress. + B:legacyWandLevelling=false + + # Controls which creatures may be damaged by your magic when allied to you. Your spells will not target your allies or creatures summoned/owned by them regardless of this setting, but this setting prevents all magic damage to allies. + S:friendlyFire=All + + # Whether passive mobs should count as allies, i.e. they should not be damaged indirectly by spells. + B:passiveMobsAreAllies=false + + # Whether summoned creatures can revenge attack their owner if their owner attacks them. + B:minionRevengeTargeting=true + + # The chance to 'misread' an undiscovered spell and trigger a forfeit instead. Setting this to 0 effectively disables the forfeit mechanic. Has no effect if discovery mode is disabled. + D:forfeitChance=0.4 + + # The amount of progression required to upgrade a wand to each tier (apprentice, advanced and master respectively). + I:progressionRequirements < + 1500 + 3500 + 6000 + > + + # Global damage scaling factor for the damage dealt by players casting spells, relative to 1. + D:playerDamageScaling=10.0 + + # Global damage scaling factor for the damage dealt by NPCs casting spells, relative to 1. + D:npcDamageScaling=13.0 + + # Spawn rate for naturally-spawned evil wizards; higher numbers mean more evil wizards will spawn. 5 is equivalent to witches, 100 is equivalent to zombies, skeletons and creepers. Set to 0 to disable evil wizard spawning entirely. + I:evilWizardSpawnRate=3 + + # Spawn rate for naturally-spawned ice wraiths; higher numbers mean more ice wraiths will spawn. 5 is equivalent to witches, 100 is equivalent to zombies, skeletons and creepers. Set to 0 to disable ice wraith spawning entirely. + I:iceWraithSpawnRate=3 + + # Spawn rate for naturally-spawned lightning wraiths; higher numbers mean more lightning wraiths will spawn. 5 is equivalent to witches, 100 is equivalent to zombies, skeletons and creepers. Set to 0 to disable lightning wraith spawning entirely. + I:lightningWraithSpawnRate=1 +} + + +########################################################################################################## +# gameplay +#--------------------------------------------------------------------------------------------------------# +# Global settings that affect game mechanics. In multiplayer, the server/LAN host settings will apply. Please note that changing some of these settings may make the mod very difficult to play. +########################################################################################################## + +gameplay { + # Whether spells cast by players can destroy blocks in the world. Wizardry makes every attempt to respect protection mods and plugins, but cannot guarantee it will work in all cases for every mod. If you need absolutely watertight anti-grief, disable this setting. (N.B. This setting only affects players. To prevent mobs from destroying blocks with magic, use the mobGriefing gamerule.) + B:playerBlockDamage=true + + # Whether spells cast by dispensers can destroy blocks in the world. Wizardry makes every attempt to respect protection mods and plugins, but cannot guarantee it will work in all cases for every mod. If you need absolutely watertight anti-grief, disable this setting. + B:dispenserBlockDamage=true + + # Whether to allow players to move other players around using magic. + B:playersMoveEachOther=true + + # Whether to allow players to disarm other players using the telekinesis spell. Set to false to prevent stealing of items. + B:telekineticDisarmament=false + + # Whether players are allowed to teleport through unbreakable blocks (e.g. bedrock) using the phase step spell. + B:teleportThroughUnbreakableBlocks=false + + # Whether players are allowed to change the world time with the speed time spell. If this is false, the speed time spell will not change the world time but will still speed up nearby block, entity and tile entity ticks. + B:worldTimeManipulation=true + + # Whether players are slowed when another nearby player uses the slow time spell. If this is false, mobs and projectiles will still be affected but players will move at normal speed. + B:slowTimeAffectsPlayers=true + + # Whether any player in creative mode can bypass arcane-locked blocks. If this is false, players must also be op in order to do so. + B:creativeBypassesArcaneLock=true + + # Whether using bonemeal on grass blocks has a chance to grow crystal flowers. + B:bonemealGrowsCrystalFlowers=true + S:bowItemWhitelist < + > + S:currencyItems < + gold_ingot 3 + emerald 6 + > + B:discoveryMode=true + S:divinationOreWhitelist < + > + I:evilWizardSpawnRate=3 + D:forfeitChance=0.2 + S:friendlyFire=All + I:iceWraithSpawnRate=3 + B:legacyWandLevelling=false + I:lightningWraithSpawnRate=1 + S:mindControlTargetsBlacklist < + > + B:minionRevengeTargeting=true + S:mobLootTableBlacklist < + entities/vex + entities/ender_dragon + entities/wither + ebwizardry:entities/evil_wizard + > + S:mobLootTableWhitelist < + > + S:mobSpawnBiomeBlacklist < + mushroom_island + mushroom_island_shore + > + I:mobSpawnDimensions < + 0 + > + D:npcDamageScaling=1.0 + D:playerDamageScaling=1.0 + S:pocketFurnaceItemBlacklist < + cobblestone + netherrack + > + B:replaceVanillaFallDamage=true + B:replaceVanillaFireballs=true + S:summonedCreatureTargetsBlacklist < + creeper + > + S:summonedCreatureTargetsWhitelist < + > + S:swordItemWhitelist < + > + S:treeBlocks < + dynamictrees:oakbranch + dynamictrees:sprucebranch + dynamictrees:birchbranch + dynamictrees:junglebranch + dynamictrees:darkoakbranch + dynamictrees:acaciabranch + dynamictrees:cactusbranch + dynamictrees:leaves0 + dynamictrees:leaves1 + > +} + + +########################################################################################################## +# resistances +#--------------------------------------------------------------------------------------------------------# +# Settings which allow entities to be made immune to certain types of magic. In multiplayer, the server/LAN host settings will apply. +########################################################################################################## + +resistances { + # List of names of entities that are immune to fire, in addition to the defaults. Add mod creatures to this list if you want them to be immune to fire magic and they aren't already. SoundLoopSpellEntity names are not case sensitive. For mod entities, prefix with the mod ID (e.g. ebwizardry:wizard). + S:mobsImmuneToFire < + > + + # List of names of entities that are immune to ice, in addition to the defaults. Add mod creatures to this list if you want them to be immune to ice magic and they aren't already. SoundLoopSpellEntity names are not case sensitive. For mod entities, prefix with the mod ID (e.g. ebwizardry:wizard). + S:mobsImmuneToIce < + > + + # List of names of entities that are immune to lightning, in addition to the defaults. Add mod creatures to this list if you want them to be immune to lightning magic and they aren't already. SoundLoopSpellEntity names are not case sensitive. For mod entities, prefix with the mod ID (e.g. ebwizardry:wizard). + S:mobsImmuneToLightning < + > + + # List of names of entities that are immune to wither effects, in addition to the defaults. Add mod creatures to this list if you want them to be immune to withering magic and they aren't already. SoundLoopSpellEntity names are not case sensitive. For mod entities, prefix with the mod ID (e.g. ebwizardry:wizard). + S:mobsImmuneToWither < + > + + # List of names of entities that are immune to poison, in addition to the defaults. Add mod creatures to this list if you want them to be immune to poison magic and they aren't already. SoundLoopSpellEntity names are not case sensitive. For mod entities, prefix with the mod ID (e.g. ebwizardry:wizard). + S:mobsImmuneToPoison < + > +} + + +########################################################################################################## +# spells +#--------------------------------------------------------------------------------------------------------# +# Set a spell to false to disable it. Disabled spells will still have their associated spell book (mainly so the spell books don't all change) and can still be bound to wands, but cannot be cast in game, will not appear in any subsequently generated chests or wizard trades and will not drop from mobs. Disable a spell if it is causing problems, conflicts with another mod or creates an unintended exploit. +########################################################################################################## + +spells { + # Set to false to disable this spell + B:"arcane_essentials:absolute_zero"=true + + # Set to false to disable this spell + B:"arcane_essentials:blizzard_beam"=true + + # Set to false to disable this spell + B:"arcane_essentials:cyclone_bolt"=true + + # Set to false to disable this spell + B:"arcane_essentials:cyclone_shield"=true + + # Set to false to disable this spell + B:"arcane_essentials:dragon_roar"=true + + # Set to false to disable this spell + B:"arcane_essentials:fire_pledge"=true + + # Set to false to disable this spell + B:"arcane_essentials:flame_cleave"=true + + # Set to false to disable this spell + B:"arcane_essentials:flash_step"=true + + # Set to false to disable this spell + B:"arcane_essentials:frizz"=true + + # Set to false to disable this spell + B:"arcane_essentials:frizzle"=true + + # Set to false to disable this spell + B:"arcane_essentials:frost_blast"=true + + # Set to false to disable this spell + B:"arcane_essentials:frost_fan"=true + + # Set to false to disable this spell + B:"arcane_essentials:frost_form"=true + + # Set to false to disable this spell + B:"arcane_essentials:icicle_storm"=true + + # Set to false to disable this spell + B:"arcane_essentials:inferno_form"=true + + # Set to false to disable this spell + B:"arcane_essentials:inferno_pillar"=true + + # Set to false to disable this spell + B:"arcane_essentials:kafrizz"=true + + # Set to false to disable this spell + B:"arcane_essentials:kafrizzle"=true + + # Set to false to disable this spell + B:"arcane_essentials:kaquake"=true + + # Set to false to disable this spell + B:"arcane_essentials:kasploosh"=true + + # Set to false to disable this spell + B:"arcane_essentials:kasplooshle"=true + + # Set to false to disable this spell + B:"arcane_essentials:kathwack"=true + + # Set to false to disable this spell + B:"arcane_essentials:kazam"=true + + # Set to false to disable this spell + B:"arcane_essentials:kazammle"=true + + # Set to false to disable this spell + B:"arcane_essentials:lightning_vortex"=true + + # Set to false to disable this spell + B:"arcane_essentials:ocean_burst"=true + + # Set to false to disable this spell + B:"arcane_essentials:oomph"=true + + # Set to false to disable this spell + B:"arcane_essentials:quake"=true + + # Set to false to disable this spell + B:"arcane_essentials:radiance_storm"=true + + # Set to false to disable this spell + B:"arcane_essentials:radiant_beam"=true + + # Set to false to disable this spell + B:"arcane_essentials:saintess_sun"=true + + # Set to false to disable this spell + B:"arcane_essentials:shake"=true + + # Set to false to disable this spell + B:"arcane_essentials:shatter"=true + + # Set to false to disable this spell + B:"arcane_essentials:solar_beam"=true + + # Set to false to disable this spell + B:"arcane_essentials:splash"=true + + # Set to false to disable this spell + B:"arcane_essentials:sploosh"=true + + # Set to false to disable this spell + B:"arcane_essentials:storm_blink"=true + + # Set to false to disable this spell + B:"arcane_essentials:thunder_burst"=true + + # Set to false to disable this spell + B:"arcane_essentials:thundering_chain"=true + + # Set to false to disable this spell + B:"arcane_essentials:unrelenting_force"=true + + # Set to false to disable this spell + B:"arcane_essentials:wave_of_relief"=true + + # Set to false to disable this spell + B:"arcane_essentials:whirlpool"=true + + # Set to false to disable this spell + B:"arcane_essentials:zam"=true + + # Set to false to disable this spell + B:"arcane_essentials:zammle"=true + + # Set to false to disable this spell + B:"arcane_essentials:zoom"=true + + # Set to false to disable this spell + B:"ebwizardry:agility"=true + + # Set to false to disable this spell + B:"ebwizardry:arc"=true + + # Set to false to disable this spell + B:"ebwizardry:arcane_jammer"=true + + # Set to false to disable this spell + B:"ebwizardry:arcane_lock"=true + + # Set to false to disable this spell + B:"ebwizardry:arrow_rain"=true + + # Set to false to disable this spell + B:"ebwizardry:banish"=true + + # Set to false to disable this spell + B:"ebwizardry:black_hole"=true + + # Set to false to disable this spell + B:"ebwizardry:blinding_flash"=true + + # Set to false to disable this spell + B:"ebwizardry:blink"=true + + # Set to false to disable this spell + B:"ebwizardry:blizzard"=true + + # Set to false to disable this spell + B:"ebwizardry:boulder"=true + + # Set to false to disable this spell + B:"ebwizardry:bubble"=true + + # Set to false to disable this spell + B:"ebwizardry:celestial_smite"=true + + # Set to false to disable this spell + B:"ebwizardry:chain_lightning"=true + + # Set to false to disable this spell + B:"ebwizardry:charge"=true + + # Set to false to disable this spell + B:"ebwizardry:clairvoyance"=true + + # Set to false to disable this spell + B:"ebwizardry:cobwebs"=true + + # Set to false to disable this spell + B:"ebwizardry:combustion_rune"=true + + # Set to false to disable this spell + B:"ebwizardry:conjure_armour"=true + + # Set to false to disable this spell + B:"ebwizardry:conjure_block"=true + + # Set to false to disable this spell + B:"ebwizardry:conjure_bow"=true + + # Set to false to disable this spell + B:"ebwizardry:conjure_pickaxe"=true + + # Set to false to disable this spell + B:"ebwizardry:conjure_sword"=true + + # Set to false to disable this spell + B:"ebwizardry:containment"=true + + # Set to false to disable this spell + B:"ebwizardry:cure_effects"=true + + # Set to false to disable this spell + B:"ebwizardry:curse_of_enfeeblement"=false + + # Set to false to disable this spell + B:"ebwizardry:curse_of_soulbinding"=true + + # Set to false to disable this spell + B:"ebwizardry:curse_of_undeath"=true + + # Set to false to disable this spell + B:"ebwizardry:darkness_orb"=true + + # Set to false to disable this spell + B:"ebwizardry:darkvision"=true + + # Set to false to disable this spell + B:"ebwizardry:dart"=true + + # Set to false to disable this spell + B:"ebwizardry:decay"=true + + # Set to false to disable this spell + B:"ebwizardry:decoy"=true + + # Set to false to disable this spell + B:"ebwizardry:detonate"=true + + # Set to false to disable this spell + B:"ebwizardry:diamondflesh"=true + + # Set to false to disable this spell + B:"ebwizardry:disintegration"=true + + # Set to false to disable this spell + B:"ebwizardry:divination"=true + + # Set to false to disable this spell + B:"ebwizardry:dragon_fireball"=true + + # Set to false to disable this spell + B:"ebwizardry:earthquake"=true + + # Set to false to disable this spell + B:"ebwizardry:empowering_presence"=true + + # Set to false to disable this spell + B:"ebwizardry:enrage"=true + + # Set to false to disable this spell + B:"ebwizardry:entrapment"=true + + # Set to false to disable this spell + B:"ebwizardry:evade"=true + + # Set to false to disable this spell + B:"ebwizardry:fangs"=true + + # Set to false to disable this spell + B:"ebwizardry:fire_breath"=true + + # Set to false to disable this spell + B:"ebwizardry:fire_resistance"=true + + # Set to false to disable this spell + B:"ebwizardry:fire_sigil"=true + + # Set to false to disable this spell + B:"ebwizardry:fireball"=true + + # Set to false to disable this spell + B:"ebwizardry:firebolt"=true + + # Set to false to disable this spell + B:"ebwizardry:firebomb"=true + + # Set to false to disable this spell + B:"ebwizardry:fireskin"=true + + # Set to false to disable this spell + B:"ebwizardry:firestorm"=true + + # Set to false to disable this spell + B:"ebwizardry:flame_ray"=true + + # Set to false to disable this spell + B:"ebwizardry:flamecatcher"=true + + # Set to false to disable this spell + B:"ebwizardry:flaming_axe"=true + + # Set to false to disable this spell + B:"ebwizardry:flaming_weapon"=true + + # Set to false to disable this spell + B:"ebwizardry:flight"=true + + # Set to false to disable this spell + B:"ebwizardry:font_of_mana"=true + + # Set to false to disable this spell + B:"ebwizardry:font_of_vitality"=true + + # Set to false to disable this spell + B:"ebwizardry:force_arrow"=true + + # Set to false to disable this spell + B:"ebwizardry:force_orb"=true + + # Set to false to disable this spell + B:"ebwizardry:forcefield"=true + + # Set to false to disable this spell + B:"ebwizardry:forest_of_thorns"=true + + # Set to false to disable this spell + B:"ebwizardry:forests_curse"=true + + # Set to false to disable this spell + B:"ebwizardry:freeze"=true + + # Set to false to disable this spell + B:"ebwizardry:freezing_weapon"=true + + # Set to false to disable this spell + B:"ebwizardry:frost_axe"=true + + # Set to false to disable this spell + B:"ebwizardry:frost_barrier"=true + + # Set to false to disable this spell + B:"ebwizardry:frost_ray"=true + + # Set to false to disable this spell + B:"ebwizardry:frost_sigil"=true + + # Set to false to disable this spell + B:"ebwizardry:frost_step"=true + + # Set to false to disable this spell + B:"ebwizardry:glide"=true + + # Set to false to disable this spell + B:"ebwizardry:grapple"=true + + # Set to false to disable this spell + B:"ebwizardry:greater_fireball"=true + + # Set to false to disable this spell + B:"ebwizardry:greater_heal"=true + + # Set to false to disable this spell + B:"ebwizardry:greater_telekinesis"=true + + # Set to false to disable this spell + B:"ebwizardry:greater_ward"=true + + # Set to false to disable this spell + B:"ebwizardry:group_heal"=true + + # Set to false to disable this spell + B:"ebwizardry:growth_aura"=true + + # Set to false to disable this spell + B:"ebwizardry:guardian_beam"=true + + # Set to false to disable this spell + B:"ebwizardry:hailstorm"=true + + # Set to false to disable this spell + B:"ebwizardry:heal"=true + + # Set to false to disable this spell + B:"ebwizardry:heal_ally"=true + + # Set to false to disable this spell + B:"ebwizardry:healing_aura"=true + + # Set to false to disable this spell + B:"ebwizardry:homing_spark"=true + + # Set to false to disable this spell + B:"ebwizardry:ice_age"=true + + # Set to false to disable this spell + B:"ebwizardry:ice_charge"=true + + # Set to false to disable this spell + B:"ebwizardry:ice_lance"=true + + # Set to false to disable this spell + B:"ebwizardry:ice_shard"=true + + # Set to false to disable this spell + B:"ebwizardry:ice_shroud"=true + + # Set to false to disable this spell + B:"ebwizardry:ice_spikes"=true + + # Set to false to disable this spell + B:"ebwizardry:ice_statue"=true + + # Set to false to disable this spell + B:"ebwizardry:iceball"=true + + # Set to false to disable this spell + B:"ebwizardry:ignite"=true + + # Set to false to disable this spell + B:"ebwizardry:imbue_weapon"=true + + # Set to false to disable this spell + B:"ebwizardry:intimidate"=true + + # Set to false to disable this spell + B:"ebwizardry:invigorating_presence"=true + + # Set to false to disable this spell + B:"ebwizardry:invisibility"=true + + # Set to false to disable this spell + B:"ebwizardry:invoke_weather"=true + + # Set to false to disable this spell + B:"ebwizardry:ironflesh"=true + + # Set to false to disable this spell + B:"ebwizardry:leap"=true + + # Set to false to disable this spell + B:"ebwizardry:levitation"=true + + # Set to false to disable this spell + B:"ebwizardry:life_drain"=true + + # Set to false to disable this spell + B:"ebwizardry:light"=true + + # Set to false to disable this spell + B:"ebwizardry:lightning_arrow"=true + + # Set to false to disable this spell + B:"ebwizardry:lightning_bolt"=true + + # Set to false to disable this spell + B:"ebwizardry:lightning_disc"=true + + # Set to false to disable this spell + B:"ebwizardry:lightning_hammer"=true + + # Set to false to disable this spell + B:"ebwizardry:lightning_pulse"=true + + # Set to false to disable this spell + B:"ebwizardry:lightning_ray"=true + + # Set to false to disable this spell + B:"ebwizardry:lightning_sigil"=true + + # Set to false to disable this spell + B:"ebwizardry:lightning_web"=true + + # Set to false to disable this spell + B:"ebwizardry:magic_missile"=true + + # Set to false to disable this spell + B:"ebwizardry:mark_sacrifice"=true + + # Set to false to disable this spell + B:"ebwizardry:metamorphosis"=true + + # Set to false to disable this spell + B:"ebwizardry:meteor"=true + + # Set to false to disable this spell + B:"ebwizardry:mind_control"=true + + # Set to false to disable this spell + B:"ebwizardry:mind_trick"=true + + # Set to false to disable this spell + B:"ebwizardry:mine"=true + + # Set to false to disable this spell + B:"ebwizardry:mirage"=true + + # Set to false to disable this spell + B:"ebwizardry:muffle"=true + + # Set to false to disable this spell + B:"ebwizardry:oakflesh"=true + + # Set to false to disable this spell + B:"ebwizardry:paralysis"=true + + # Set to false to disable this spell + B:"ebwizardry:permafrost"=true + + # Set to false to disable this spell + B:"ebwizardry:petrify"=true + + # Set to false to disable this spell + B:"ebwizardry:phase_step"=true + + # Set to false to disable this spell + B:"ebwizardry:plague_of_darkness"=true + + # Set to false to disable this spell + B:"ebwizardry:pocket_furnace"=true + + # Set to false to disable this spell + B:"ebwizardry:pocket_workbench"=true + + # Set to false to disable this spell + B:"ebwizardry:poison"=true + + # Set to false to disable this spell + B:"ebwizardry:poison_bomb"=true + + # Set to false to disable this spell + B:"ebwizardry:possession"=true + + # Set to false to disable this spell + B:"ebwizardry:radiant_totem"=true + + # Set to false to disable this spell + B:"ebwizardry:ray_of_purification"=true + + # Set to false to disable this spell + B:"ebwizardry:remove_curse"=true + + # Set to false to disable this spell + B:"ebwizardry:replenish_hunger"=true + + # Set to false to disable this spell + B:"ebwizardry:resurrection"=true + + # Set to false to disable this spell + B:"ebwizardry:reversal"=true + + # Set to false to disable this spell + B:"ebwizardry:ring_of_fire"=true + + # Set to false to disable this spell + B:"ebwizardry:satiety"=true + + # Set to false to disable this spell + B:"ebwizardry:shadow_ward"=true + + # Set to false to disable this spell + B:"ebwizardry:shield"=true + + # Set to false to disable this spell + B:"ebwizardry:shockwave"=true + + # Set to false to disable this spell + B:"ebwizardry:shulker_bullet"=true + + # Set to false to disable this spell + B:"ebwizardry:silverfish_swarm"=true + + # Set to false to disable this spell + B:"ebwizardry:sixth_sense"=true + + # Set to false to disable this spell + B:"ebwizardry:slime"=true + + # Set to false to disable this spell + B:"ebwizardry:slow_time"=true + + # Set to false to disable this spell + B:"ebwizardry:smoke_bomb"=true + + # Set to false to disable this spell + B:"ebwizardry:snare"=true + + # Set to false to disable this spell + B:"ebwizardry:snowball"=true + + # Set to false to disable this spell + B:"ebwizardry:spark_bomb"=true + + # Set to false to disable this spell + B:"ebwizardry:spectral_pathway"=true + + # Set to false to disable this spell + B:"ebwizardry:speed_time"=true + + # Set to false to disable this spell + B:"ebwizardry:spider_swarm"=true + + # Set to false to disable this spell + B:"ebwizardry:static_aura"=true + + # Set to false to disable this spell + B:"ebwizardry:stormcloud"=true + + # Set to false to disable this spell + B:"ebwizardry:summon_blaze"=true + + # Set to false to disable this spell + B:"ebwizardry:summon_ice_giant"=true + + # Set to false to disable this spell + B:"ebwizardry:summon_ice_wraith"=true + + # Set to false to disable this spell + B:"ebwizardry:summon_iron_golem"=true + + # Set to false to disable this spell + B:"ebwizardry:summon_lightning_wraith"=true + + # Set to false to disable this spell + B:"ebwizardry:summon_phoenix"=true + + # Set to false to disable this spell + B:"ebwizardry:summon_shadow_wraith"=true + + # Set to false to disable this spell + B:"ebwizardry:summon_skeleton"=true + + # Set to false to disable this spell + B:"ebwizardry:summon_skeleton_legion"=true + + # Set to false to disable this spell + B:"ebwizardry:summon_snow_golem"=true + + # Set to false to disable this spell + B:"ebwizardry:summon_spirit_horse"=true + + # Set to false to disable this spell + B:"ebwizardry:summon_spirit_wolf"=true + + # Set to false to disable this spell + B:"ebwizardry:summon_storm_elemental"=true + + # Set to false to disable this spell + B:"ebwizardry:summon_wither_skeleton"=true + + # Set to false to disable this spell + B:"ebwizardry:summon_zombie"=true + + # Set to false to disable this spell + B:"ebwizardry:telekinesis"=true + + # Set to false to disable this spell + B:"ebwizardry:thunderbolt"=true + + # Set to false to disable this spell + B:"ebwizardry:thunderstorm"=true + + # Set to false to disable this spell + B:"ebwizardry:tornado"=true + + # Set to false to disable this spell + B:"ebwizardry:transience"=true + + # Set to false to disable this spell + B:"ebwizardry:transportation"=true + + # Set to false to disable this spell + B:"ebwizardry:vanishing_box"=true + + # Set to false to disable this spell + B:"ebwizardry:vex_swarm"=true + + # Set to false to disable this spell + B:"ebwizardry:wall_of_frost"=true + + # Set to false to disable this spell + B:"ebwizardry:ward"=true + + # Set to false to disable this spell + B:"ebwizardry:water_breathing"=true + + # Set to false to disable this spell + B:"ebwizardry:whirlwind"=true + + # Set to false to disable this spell + B:"ebwizardry:wither"=true + + # Set to false to disable this spell + B:"ebwizardry:wither_skull"=true + + # Set to false to disable this spell + B:"ebwizardry:withering_totem"=true + + # Set to false to disable this spell + B:"ebwizardry:zombie_apocalypse"=true + + # Set to false to disable this spell + B:"extra_spells:advanced_return"=true + + # Set to false to disable this spell + B:"extra_spells:armor_piercing_missile"=true + + # Set to false to disable this spell + B:"extra_spells:chargable_strike"=true + + # Set to false to disable this spell + B:"extra_spells:hunters_revenge"=true + + # Set to false to disable this spell + B:"extra_spells:magic_shield"=true + + # Set to false to disable this spell + B:"extra_spells:magical_offence"=true + + # Set to false to disable this spell + B:"extra_spells:pacifism"=true + + # Set to false to disable this spell + B:"extra_spells:photosynthesis"=true + + # Set to false to disable this spell + B:"extra_spells:return"=true + + # Set to false to disable this spell + B:"extra_spells:scale_bless"=true + + # Set to false to disable this spell + B:"extra_spells:solid_core"=true + + # Set to false to disable this spell + B:"extra_spells:super_jump"=true + + # Set to false to disable this spell + B:"extra_spells:surface_teleport"=true + + # Set to false to disable this spell + B:"extra_spells:thief_bless"=true + + # Set to false to disable this spell + B:"extra_spells:time_manipulator"=true + + # Set to false to disable this spell + B:"extra_spells:time_travel"=true + + # Set to false to disable this spell + B:"extra_spells:tribal_bless"=true + + # Set to false to disable this spell + B:"extra_spells:vampirism"=true + + # Set to false to disable this spell + B:"tfspellpack:acid_rain"=true + + # Set to false to disable this spell + B:"tfspellpack:annihilation"=true + + # Set to false to disable this spell + B:"tfspellpack:call_of_the_horn"=true + + # Set to false to disable this spell + B:"tfspellpack:carminite_singularity"=true + + # Set to false to disable this spell + B:"tfspellpack:chariot_of_ice"=true + + # Set to false to disable this spell + B:"tfspellpack:cinder_cloud"=true + + # Set to false to disable this spell + B:"tfspellpack:death_page"=true + + # Set to false to disable this spell + B:"tfspellpack:druid_hex"=true + + # Set to false to disable this spell + B:"tfspellpack:fire_jets"=true + + # Set to false to disable this spell + B:"tfspellpack:fortification"=true + + # Set to false to disable this spell + B:"tfspellpack:frost_breath"=true + + # Set to false to disable this spell + B:"tfspellpack:ghast_trap"=true + + # Set to false to disable this spell + B:"tfspellpack:hydra_bomb"=true + + # Set to false to disable this spell + B:"tfspellpack:hydras_vigour"=true + + # Set to false to disable this spell + B:"tfspellpack:ice_bomb"=true + + # Set to false to disable this spell + B:"tfspellpack:ironwood_heart"=true + + # Set to false to disable this spell + B:"tfspellpack:life_charm"=true + + # Set to false to disable this spell + B:"tfspellpack:mist_cloak"=true + + # Set to false to disable this spell + B:"tfspellpack:moonworm"=true + + # Set to false to disable this spell + B:"tfspellpack:pocket_tinkerer"=false + + # Set to false to disable this spell + B:"tfspellpack:rain_of_tears"=true + + # Set to false to disable this spell + B:"tfspellpack:snow_guardian_horde"=true + + # Set to false to disable this spell + B:"tfspellpack:suffocating_mist"=true + + # Set to false to disable this spell + B:"tfspellpack:summon_cave_troll"=true + + # Set to false to disable this spell + B:"tfspellpack:summon_fire_beetle"=true + + # Set to false to disable this spell + B:"tfspellpack:summon_goblin"=true + + # Set to false to disable this spell + B:"tfspellpack:summon_ice_core"=true + + # Set to false to disable this spell + B:"tfspellpack:summon_skeleton_druid"=true + + # Set to false to disable this spell + B:"tfspellpack:summon_slime_beetle"=true + + # Set to false to disable this spell + B:"tfspellpack:summon_twilight_wraith"=true + + # Set to false to disable this spell + B:"tfspellpack:transformation"=true + + # Set to false to disable this spell + B:"tfspellpack:twilight_catalyst"=true + + # Set to false to disable this spell + B:"tfspellpack:twilight_orb"=true +} + + +########################################################################################################## +# tweaks +#--------------------------------------------------------------------------------------------------------# +# Assorted settings for tweaking the mod's behaviour. In multiplayer, the server/LAN host settings will apply. +########################################################################################################## + +tweaks { + # Whether to replace Minecraft's own fireballs with wizardry fireballs. If this is disabled, only wizardry spells will use the custom fireballs. + B:replaceVanillaFireballs=true + + # Whether to replace Minecraft's distance-based fall damage calculation with an equivalent, velocity-based one. This is done such that mobs in freefall will take exactly the same damage as normal, so it will not break falling-based mob farms. Disable this if you experience falling-related weirdness! If this is disabled, some spells will use a more simplistic method of resetting the player's fall damage in certain cases. + B:replaceVanillaFallDamage=true + + # Whether to tweak the blindness effect to reduce follow distance when used on non-players. This automatically disables itself in favour of Potion Core's implementation if installed. + B:blindnessTweak=true + + # Whitelist for loot tables to inject additional mob drops (as specified in loot_tables/entities/mob_additions.json) into. Wizardry makes a best guess as to which loot tables belong to hostile mobs, but this may not always be correct or appropriate; add loot table locations (not entity IDs) to this list to manually include them. + S:mobLootTableWhitelist < + > + + # Blacklist for loot tables to inject additional mob drops (as specified in loot_tables/entities/mob_additions.json) into. Wizardry makes a best guess as to which loot tables belong to hostile mobs, but this may not always be correct or appropriate; add loot table locations (not entity IDs) to this list to manually exclude them. + S:mobLootTableBlacklist < + entities/vex + entities/ender_dragon + entities/wither + ebwizardry:entities/evil_wizard + > + + # List of dimension ids in which wizardry's hostile mobs can spawn. + I:mobSpawnDimensions < + 0 + > + + # List of names of biomes in which wizardry's hostile mobs cannot spawn. Biome names are not case-sensitive. For mod biomes, prefix with the mod ID (e.g. biomesoplenty:mystic_grove). + S:mobSpawnBiomeBlacklist < + mushroom_island + mushroom_island_shore + > + + # List of names of entities which summoned creatures and wizards are allowed to attack, in addition to the defaults. Add mod creatures to this list if you want summoned creatures to attack them and they aren't already doing so. SoundLoopSpellEntity names are not case sensitive. For mod entities, prefix with the mod ID (e.g. ebwizardry:wizard). + S:summonedCreatureTargetsWhitelist < + > + + # List of names of entities which summoned creatures and wizards are specifically not allowed to attack, overriding the defaults and the whitelist. Add creatures to this list if allowing them to be attacked causes problems or is too destructive (removing creepers from this list is done at your own risk!). SoundLoopSpellEntity names are not case sensitive. For mod entities, prefix with the mod ID (e.g. ebwizardry:wizard). + S:summonedCreatureTargetsBlacklist < + creeper + > + + # List of names of entities which cannot be mind controlled, in addition to the defaults. Add creatures to this list if allowing them to be mind-controlled causes problems or could be exploited. SoundLoopSpellEntity names are not case sensitive. For mod entities, prefix with the mod ID (e.g. ebwizardry:wizard). + S:mindControlTargetsBlacklist < + > + + # List of registry names of blocks or items which cannot be smelted by the pocket furnace spell, in addition to armour, tools and weapons. Block/item names are not case sensitive. For mod items, prefix with the mod ID (e.g. ebwizardry:crystal_ore). + S:pocketFurnaceItemBlacklist < + cobblestone + netherrack + > + + # List of registry names of ore blocks which can be detected by the divination spell. Block names are not case sensitive. For mod blocks, prefix with the mod ID (e.g. ebwizardry:crystal_ore). + S:divinationOreWhitelist < + > + + # List of registry names of items which should count as swords for imbuement spells. Most swords should work automatically, but those that don't can be added manually here. Item names are not case sensitive. For mod items, prefix with the mod ID (e.g. tconstruct:broadsword). + S:swordItemWhitelist < + > + + # List of registry names of items which should count as bows for imbuement spells. Most bows should work automatically, but those that don't can be added manually here. Item names are not case sensitive. For mod items, prefix with the mod ID (e.g. tconstruct:shortbow). + S:bowItemWhitelist < + > + + # List of registry names of blocks that count as bookshelves for the arcane workbench and lectern. Block names are not case sensitive. For mod blocks, prefix with the mod ID (e.g. ebwizardry:oak_bookshelf). + S:bookshelfBlocks < + ebwizardry:oak_bookshelf + ebwizardry:spruce_bookshelf + ebwizardry:birch_bookshelf + ebwizardry:jungle_bookshelf + ebwizardry:acacia_bookshelf + ebwizardry:dark_oak_bookshelf + > + + # List of registry names of items which can be placed in a bookshelf, in addition to the defaults. Item names are not case sensitive. For mod items, prefix with the mod ID (e.g. thaumcraft:thaumonomicon). + S:bookItems < + > + + # The maximum number of blocks a bookshelf can be from an arcane workbench or lectern to be able to link to it. + I:bookshelfSearchRadius=4 + + # List of registry names of items which wizard trades can use as currency (in the first slot; the second slot is unaffected). Each entry in this list should consist of an item registry name, followed by a single space, then an integer which defines the 'value' of the item. Higher values mean fewer of that currency item are required for a given trade. + S:currencyItems < + gold_ingot 3 + emerald 6 + > +} + + +########################################################################################################## +# worldgen +#--------------------------------------------------------------------------------------------------------# +# Settings that affect world generation. In multiplayer, the server/LAN host settings will apply. +########################################################################################################## + +worldgen { + # Whether to use faster worldgen at the cost of 'seamlessness'. Enabling this option removes the checks for steep slopes and cleanup of floating trees that improve the look of worldgen. Performance improvement will vary depending on your setup. This option will affect randomisation; for any given seed, structures will not be the same as when it is turned off. + B:fastWorldgen=false + + # List of dimension ids in which wizard towers will generate. Remove all dimensions to disable wizard towers completely. + I:towerDimensions < + 0 + > + + # Rarity of wizard towers. 1 in this many chunks will contain a wizard tower, meaning higher numbers are rarer. + I:towerRarity=900 + + # The chance for wizard towers to generate with an evil wizard and chest inside, instead of a friendly wizard. + D:evilWizardChance=0.2 + + # List of structure file locations for wizard towers without loot chests. One of these files will be randomly selected each time a wizard tower is generated. File locations are of the format [mod id]:[filename], which refers to the file assets/[mod id]/structures/[filename].nbt. Duplicate entries are permitted, allowing for simple weighting without duplicating the structure files themselves. This list should not be empty; to disable wizard towers, use the tower dimensions setting. + S:towerFiles < + ebwizardry:wizard_tower_0 + ebwizardry:wizard_tower_1 + ebwizardry:wizard_tower_2 + ebwizardry:wizard_tower_3 + > + + # List of structure file locations for wizard towers with loot chests. One of these files will be randomly selected each time a wizard tower is generated. File locations are of the format [mod id]:[filename], which refers to the file assets/[mod id]/structures/[filename].nbt. Duplicate entries are permitted, allowing for simple weighting without duplicating the structure files themselves. This list should not be empty; to disable wizard towers, use the tower dimensions setting. + S:towerWithChestFiles < + ebwizardry:wizard_tower_chest_0 + ebwizardry:wizard_tower_chest_1 + ebwizardry:wizard_tower_chest_2 + ebwizardry:wizard_tower_chest_3 + > + + # List of dimension ids in which obelisks will generate. Remove all dimensions to disable obelisks completely. + I:obeliskDimensions < + 0 + -1 + > + + # Rarity of obelisks. 1 in this many chunks will contain an obelisk, meaning higher numbers are rarer. + I:obeliskRarity=800 + + # List of structure file locations for obelisks. One of these files will be randomly selected each time an obelisk is generated. File locations are of the format [mod id]:[filename], which refers to the file assets/[mod id]/structures/[filename].nbt. Duplicate entries are permitted, allowing for simple weighting without duplicating the structure files themselves. This list should not be empty; to disable obelisks, use the obelisk dimensions setting. + S:obeliskFiles < + ebwizardry:obelisk_0 + ebwizardry:obelisk_1 + ebwizardry:obelisk_2 + ebwizardry:obelisk_3 + ebwizardry:obelisk_4 + > + + # List of dimension ids in which shrines will generate. Remove all dimensions to disable shrines completely. + I:shrineDimensions < + 0 + -1 + > + + # Rarity of shrines. 1 in this many chunks will contain a shrine, meaning higher numbers are rarer. + I:shrineRarity=1500 + + # List of structure file locations for shrines. One of these files will be randomly selected each time a shrine is generated. File locations are of the format [mod id]:[filename], which refers to the file assets/[mod id]/structures/[filename].nbt. Duplicate entries are permitted, allowing for simple weighting without duplicating the structure files themselves. This list should not be empty; to disable shrines, use the shrine dimensions setting. + S:shrineFiles < + ebwizardry:shrine_0 + ebwizardry:shrine_1 + ebwizardry:shrine_2 + ebwizardry:shrine_3 + ebwizardry:shrine_4 + ebwizardry:shrine_5 + ebwizardry:shrine_6 + ebwizardry:shrine_7 + > + + # List of dimension ids in which library ruins will generate. Remove all dimensions to disable library ruins completely. + I:libraryDimensions < + 0 + > + + # Rarity of library ruins. 1 in this many chunks will contain a library ruin, meaning higher numbers are rarer. + I:libraryRarity=900 + + # List of structure file locations for surface library ruins. One of these files will be randomly selected each time a surface library ruin is generated. File locations are of the format [mod id]:[filename], which refers to the file assets/[mod id]/structures/[filename].nbt. Duplicate entries are permitted, allowing for simple weighting without duplicating the structure files themselves. This list should not be empty; to disable library ruins, use the library dimensions setting. + S:libraryFiles < + ebwizardry:library_ruins_0 + ebwizardry:library_ruins_1 + ebwizardry:library_ruins_2 + ebwizardry:library_ruins_3 + > + + # List of structure file locations for underground library ruins. One of these files will be randomly selected each time an underground library ruin is generated. File locations are of the format [mod id]:[filename], which refers to the file assets/[mod id]/structures/[filename].nbt. Duplicate entries are permitted, allowing for simple weighting without duplicating the structure files themselves. This list should not be empty; to disable library ruins, use the library dimensions setting. + S:undergroundLibraryFiles < + ebwizardry:underground_library_ruins_0 + ebwizardry:underground_library_ruins_1 + ebwizardry:underground_library_ruins_2 + ebwizardry:underground_library_ruins_3 + > + + # List of registry names of blocks which can be overwritten by wizardry's structure generators, affecting both fast and fancy structure generation. Most tree blocks and other foliage should work automatically, but those that don't can be added manually here. Block names are not case sensitive. For mod blocks, prefix with the mod ID (e.g. dynamictrees:oakbranch). + S:treeBlocks < + dynamictrees:oakbranch + dynamictrees:sprucebranch + dynamictrees:birchbranch + dynamictrees:junglebranch + dynamictrees:darkoakbranch + dynamictrees:acaciabranch + dynamictrees:cactusbranch + dynamictrees:leaves0 + dynamictrees:leaves1 + > + + # List of dimension ids in which crystal ore will generate. Note that removing the overworld (id 0) from this list will make the mod VERY difficult to play! + I:oreDimensions < + 0 + > + + # List of dimension ids in which crystal flowers will generate. + I:flowerDimensions < + 0 + > + + # List of loot tables to inject wizardry loot (as specified in loot_tables/chests/dungeon_additions.json) into. + S:lootInjectionLocations < + minecraft:chests/simple_dungeon + minecraft:chests/abandoned_mineshaft + minecraft:chests/desert_pyramid + minecraft:chests/jungle_temple + minecraft:chests/stronghold_corridor + minecraft:chests/stronghold_crossing + minecraft:chests/stronghold_library + minecraft:chests/igloo_chest + minecraft:chests/woodland_mansion + minecraft:chests/end_city_treasure + > +} + + diff --git a/config/elevatorid.cfg b/config/elevatorid.cfg new file mode 100644 index 00000000..04d0551b --- /dev/null +++ b/config/elevatorid.cfg @@ -0,0 +1,26 @@ +# 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/enchcontrol/config.json b/config/enchcontrol/config.json new file mode 100644 index 00000000..e24d7ce0 --- /dev/null +++ b/config/enchcontrol/config.json @@ -0,0 +1,32 @@ +{ + "version": "1.1.5:beta:0", + "main": { + "external_config": true, + "debug_mode": true, + "custom_localization": false + }, + "tweaks": { + "hide_curses": false, + "notify_cursed": true, + "roman_numerals": true, + "enchantment_table_level_cap": 10, + "anvil_level_cap": 10, + "merchant_deals_level_cap": 10, + "dungeon_loot_level_cap": 10, + "creative_tab_level_cap": 10 + }, + "description": { + "enabled": true, + "show_hint": true, + "location": 0, + "separator": "---", + "for_books": true, + "for_items": true, + "show_domain": true + }, + "mod_support": { + "load_enchantment_descriptions_desc": true, + "upload_desc_to_enchantment_descriptions": false, + "thermal_expansion": true + } +} \ No newline at end of file diff --git a/config/enchcontrol/enchantments.json b/config/enchcontrol/enchantments.json new file mode 100644 index 00000000..04366964 --- /dev/null +++ b/config/enchcontrol/enchantments.json @@ -0,0 +1,852 @@ +[ + { + "id": "minecraft:efficiency", + "name": "enchantment.digging", + "enabled": true, + "hide_on_item": false, + "hide_on_book": false, + "rarity": "COMMON", + "treasure": false, + "double_price": false, + "curse": false, + "allowed_on_books": true, + "min_lvl": 1, + "max_lvl": 5, + "custom_evaluations": false, + "min_ench_eval": "1+10*(LVL-1)", + "max_ench_eval": "(1+10*LVL)+50", + "type": "DIGGER", + "equipment_slots": [ + "MAINHAND" + ], + "incompat_mode": 0, + "incompatible": [], + "applicability_mode": 0, + "items_list_mode": 0, + "items_list": [], + "description": [] + }, + { + "id": "minecraft:looting", + "name": "enchantment.lootBonus", + "enabled": true, + "hide_on_item": false, + "hide_on_book": false, + "rarity": "RARE", + "treasure": false, + "double_price": false, + "curse": false, + "allowed_on_books": true, + "min_lvl": 1, + "max_lvl": 4, + "custom_evaluations": false, + "min_ench_eval": "15+9*(LVL-1)", + "max_ench_eval": "(1+10*LVL)+50", + "type": "WEAPON", + "equipment_slots": [ + "MAINHAND" + ], + "incompat_mode": 0, + "incompatible": [], + "applicability_mode": 0, + "items_list_mode": 0, + "items_list": [], + "description": [] + }, + { + "id": "minecraft:silk_touch", + "name": "enchantment.untouching", + "enabled": true, + "hide_on_item": false, + "hide_on_book": false, + "rarity": "VERY_RARE", + "treasure": false, + "double_price": false, + "curse": false, + "allowed_on_books": true, + "min_lvl": 1, + "max_lvl": 1, + "custom_evaluations": false, + "min_ench_eval": "15", + "max_ench_eval": "(1+10*LVL)+50", + "type": "DIGGER", + "equipment_slots": [ + "MAINHAND" + ], + "incompat_mode": 0, + "incompatible": [], + "applicability_mode": 0, + "items_list_mode": 0, + "items_list": [], + "description": [] + }, + { + "id": "minecraft:fortune", + "name": "enchantment.lootBonusDigger", + "enabled": true, + "hide_on_item": false, + "hide_on_book": false, + "rarity": "RARE", + "treasure": false, + "double_price": false, + "curse": false, + "allowed_on_books": true, + "min_lvl": 1, + "max_lvl": 3, + "custom_evaluations": false, + "min_ench_eval": "15+9*(LVL-1)", + "max_ench_eval": "(1+10*LVL)+50", + "type": "DIGGER", + "equipment_slots": [ + "MAINHAND" + ], + "incompat_mode": 0, + "incompatible": [], + "applicability_mode": 0, + "items_list_mode": 0, + "items_list": [], + "description": [] + }, + { + "id": "minecraft:flame", + "name": "enchantment.arrowFire", + "enabled": true, + "hide_on_item": false, + "hide_on_book": false, + "rarity": "RARE", + "treasure": false, + "double_price": false, + "curse": false, + "allowed_on_books": true, + "min_lvl": 1, + "max_lvl": 1, + "custom_evaluations": false, + "min_ench_eval": "20", + "max_ench_eval": "50", + "type": "BOW", + "equipment_slots": [ + "MAINHAND" + ], + "incompat_mode": 0, + "incompatible": [], + "applicability_mode": 0, + "items_list_mode": 0, + "items_list": [], + "description": [] + }, + { + "id": "minecraft:aqua_affinity", + "name": "enchantment.waterWorker", + "enabled": true, + "hide_on_item": false, + "hide_on_book": false, + "rarity": "RARE", + "treasure": false, + "double_price": false, + "curse": false, + "allowed_on_books": true, + "min_lvl": 1, + "max_lvl": 1, + "custom_evaluations": false, + "min_ench_eval": "1", + "max_ench_eval": "MIN+40", + "type": "ARMOR_HEAD", + "equipment_slots": [ + "HEAD", + "CHEST", + "LEGS", + "FEET" + ], + "incompat_mode": 0, + "incompatible": [], + "applicability_mode": 0, + "items_list_mode": 0, + "items_list": [], + "description": [] + }, + { + "id": "minecraft:binding_curse", + "name": "enchantment.binding_curse", + "enabled": true, + "hide_on_item": false, + "hide_on_book": false, + "rarity": "VERY_RARE", + "treasure": true, + "double_price": true, + "curse": true, + "allowed_on_books": true, + "min_lvl": 1, + "max_lvl": 1, + "custom_evaluations": false, + "min_ench_eval": "25", + "max_ench_eval": "50", + "type": "WEARABLE", + "equipment_slots": [ + "HEAD", + "CHEST", + "LEGS", + "FEET" + ], + "incompat_mode": 0, + "incompatible": [], + "applicability_mode": 0, + "items_list_mode": 0, + "items_list": [], + "description": [] + }, + { + "id": "minecraft:punch", + "name": "enchantment.arrowKnockback", + "enabled": true, + "hide_on_item": false, + "hide_on_book": false, + "rarity": "RARE", + "treasure": false, + "double_price": false, + "curse": false, + "allowed_on_books": true, + "min_lvl": 1, + "max_lvl": 2, + "custom_evaluations": false, + "min_ench_eval": "12+20*(LVL-1)", + "max_ench_eval": "MIN+25", + "type": "BOW", + "equipment_slots": [ + "MAINHAND" + ], + "incompat_mode": 0, + "incompatible": [], + "applicability_mode": 0, + "items_list_mode": 0, + "items_list": [], + "description": [] + }, + { + "id": "minecraft:projectile_protection", + "name": "enchantment.protect.projectile", + "enabled": true, + "hide_on_item": false, + "hide_on_book": false, + "rarity": "UNCOMMON", + "treasure": false, + "double_price": false, + "curse": false, + "allowed_on_books": true, + "min_lvl": 1, + "max_lvl": 4, + "custom_evaluations": false, + "min_ench_eval": "3+6*(LVL-1)", + "max_ench_eval": "MIN+5", + "type": "ARMOR", + "equipment_slots": [ + "HEAD", + "CHEST", + "LEGS", + "FEET" + ], + "incompat_mode": 0, + "incompatible": [], + "applicability_mode": 0, + "items_list_mode": 0, + "items_list": [], + "description": [] + }, + { + "id": "minecraft:power", + "name": "enchantment.arrowDamage", + "enabled": true, + "hide_on_item": false, + "hide_on_book": false, + "rarity": "COMMON", + "treasure": false, + "double_price": false, + "curse": false, + "allowed_on_books": true, + "min_lvl": 1, + "max_lvl": 8, + "custom_evaluations": false, + "min_ench_eval": "1+10*(LVL-1)", + "max_ench_eval": "MIN+15", + "type": "BOW", + "equipment_slots": [ + "MAINHAND" + ], + "incompat_mode": 0, + "incompatible": [], + "applicability_mode": 0, + "items_list_mode": 0, + "items_list": [], + "description": [] + }, + { + "id": "minecraft:sharpness", + "name": "enchantment.damage.all", + "enabled": true, + "hide_on_item": false, + "hide_on_book": false, + "rarity": "COMMON", + "treasure": false, + "double_price": false, + "curse": false, + "allowed_on_books": true, + "min_lvl": 1, + "max_lvl": 8, + "custom_evaluations": false, + "min_ench_eval": "1+11*(LVL-1)", + "max_ench_eval": "MIN+20", + "type": "WEAPON", + "equipment_slots": [ + "MAINHAND" + ], + "incompat_mode": 0, + "incompatible": [], + "applicability_mode": 0, + "items_list_mode": 0, + "items_list": [], + "description": [] + }, + { + "id": "minecraft:frost_walker", + "name": "enchantment.frostWalker", + "enabled": true, + "hide_on_item": false, + "hide_on_book": false, + "rarity": "RARE", + "treasure": true, + "double_price": true, + "curse": false, + "allowed_on_books": true, + "min_lvl": 1, + "max_lvl": 2, + "custom_evaluations": false, + "min_ench_eval": "LVL*10", + "max_ench_eval": "MIN+15", + "type": "ARMOR_FEET", + "equipment_slots": [ + "FEET" + ], + "incompat_mode": 0, + "incompatible": [], + "applicability_mode": 0, + "items_list_mode": 0, + "items_list": [], + "description": [] + }, + { + "id": "minecraft:fire_protection", + "name": "enchantment.protect.fire", + "enabled": true, + "hide_on_item": false, + "hide_on_book": false, + "rarity": "UNCOMMON", + "treasure": false, + "double_price": false, + "curse": false, + "allowed_on_books": true, + "min_lvl": 1, + "max_lvl": 4, + "custom_evaluations": false, + "min_ench_eval": "10+8*(LVL-1)", + "max_ench_eval": "MIN+12", + "type": "ARMOR", + "equipment_slots": [ + "HEAD", + "CHEST", + "LEGS", + "FEET" + ], + "incompat_mode": 0, + "incompatible": [], + "applicability_mode": 0, + "items_list_mode": 0, + "items_list": [], + "description": [] + }, + { + "id": "minecraft:luck_of_the_sea", + "name": "enchantment.lootBonusFishing", + "enabled": true, + "hide_on_item": false, + "hide_on_book": false, + "rarity": "RARE", + "treasure": false, + "double_price": false, + "curse": false, + "allowed_on_books": true, + "min_lvl": 1, + "max_lvl": 3, + "custom_evaluations": false, + "min_ench_eval": "15+9*(LVL-1)", + "max_ench_eval": "(1+10*LVL)+50", + "type": "FISHING_ROD", + "equipment_slots": [ + "MAINHAND" + ], + "incompat_mode": 0, + "incompatible": [], + "applicability_mode": 0, + "items_list_mode": 0, + "items_list": [], + "description": [] + }, + { + "id": "minecraft:protection", + "name": "enchantment.protect.all", + "enabled": true, + "hide_on_item": false, + "hide_on_book": false, + "rarity": "COMMON", + "treasure": false, + "double_price": false, + "curse": false, + "allowed_on_books": true, + "min_lvl": 1, + "max_lvl": 5, + "custom_evaluations": false, + "min_ench_eval": "1+11*(LVL-1)", + "max_ench_eval": "MIN+20", + "type": "ARMOR", + "equipment_slots": [ + "HEAD", + "CHEST", + "LEGS", + "FEET" + ], + "incompat_mode": 0, + "incompatible": [], + "applicability_mode": 0, + "items_list_mode": 0, + "items_list": [], + "description": [] + }, + { + "id": "minecraft:respiration", + "name": "enchantment.oxygen", + "enabled": true, + "hide_on_item": false, + "hide_on_book": false, + "rarity": "RARE", + "treasure": false, + "double_price": false, + "curse": false, + "allowed_on_books": true, + "min_lvl": 1, + "max_lvl": 3, + "custom_evaluations": false, + "min_ench_eval": "LVL*10", + "max_ench_eval": "MIN+30", + "type": "ARMOR_HEAD", + "equipment_slots": [ + "HEAD", + "CHEST", + "LEGS", + "FEET" + ], + "incompat_mode": 0, + "incompatible": [], + "applicability_mode": 0, + "items_list_mode": 0, + "items_list": [], + "description": [] + }, + { + "id": "minecraft:mending", + "name": "enchantment.mending", + "enabled": true, + "hide_on_item": false, + "hide_on_book": false, + "rarity": "RARE", + "treasure": true, + "double_price": true, + "curse": false, + "allowed_on_books": true, + "min_lvl": 1, + "max_lvl": 1, + "custom_evaluations": false, + "min_ench_eval": "LVL*25", + "max_ench_eval": "MIN+50", + "type": "BREAKABLE", + "equipment_slots": [ + "MAINHAND", + "OFFHAND", + "FEET", + "LEGS", + "CHEST", + "HEAD" + ], + "incompat_mode": 0, + "incompatible": [], + "applicability_mode": 0, + "items_list_mode": 0, + "items_list": [], + "description": [] + }, + { + "id": "minecraft:feather_falling", + "name": "enchantment.protect.fall", + "enabled": true, + "hide_on_item": false, + "hide_on_book": false, + "rarity": "UNCOMMON", + "treasure": false, + "double_price": false, + "curse": false, + "allowed_on_books": true, + "min_lvl": 1, + "max_lvl": 16, + "custom_evaluations": false, + "min_ench_eval": "5+6*(LVL-1)", + "max_ench_eval": "MIN+16", + "type": "ARMOR_FEET", + "equipment_slots": [ + "HEAD", + "CHEST", + "LEGS", + "FEET" + ], + "incompat_mode": 0, + "incompatible": [], + "applicability_mode": 0, + "items_list_mode": 0, + "items_list": [], + "description": [] + }, + { + "id": "minecraft:unbreaking", + "name": "enchantment.durability", + "enabled": true, + "hide_on_item": false, + "hide_on_book": false, + "rarity": "UNCOMMON", + "treasure": false, + "double_price": false, + "curse": false, + "allowed_on_books": true, + "min_lvl": 1, + "max_lvl": 5, + "custom_evaluations": false, + "min_ench_eval": "5+8*(LVL-1)", + "max_ench_eval": "(1+10*LVL)+50", + "type": "BREAKABLE", + "equipment_slots": [ + "MAINHAND" + ], + "incompat_mode": 0, + "incompatible": [], + "applicability_mode": 0, + "items_list_mode": 0, + "items_list": [], + "description": [] + }, + { + "id": "minecraft:smite", + "name": "enchantment.damage.undead", + "enabled": true, + "hide_on_item": false, + "hide_on_book": false, + "rarity": "UNCOMMON", + "treasure": false, + "double_price": false, + "curse": false, + "allowed_on_books": true, + "min_lvl": 1, + "max_lvl": 5, + "custom_evaluations": false, + "min_ench_eval": "5+8*(LVL-1)", + "max_ench_eval": "MIN+20", + "type": "WEAPON", + "equipment_slots": [ + "MAINHAND" + ], + "incompat_mode": 0, + "incompatible": [], + "applicability_mode": 0, + "items_list_mode": 0, + "items_list": [], + "description": [] + }, + { + "id": "minecraft:fire_aspect", + "name": "enchantment.fire", + "enabled": true, + "hide_on_item": false, + "hide_on_book": false, + "rarity": "RARE", + "treasure": false, + "double_price": false, + "curse": false, + "allowed_on_books": true, + "min_lvl": 1, + "max_lvl": 2, + "custom_evaluations": false, + "min_ench_eval": "10+20*(LVL-1)*", + "max_ench_eval": "MIN+50", + "type": "WEAPON", + "equipment_slots": [ + "MAINHAND" + ], + "incompat_mode": 0, + "incompatible": [], + "applicability_mode": 0, + "items_list_mode": 0, + "items_list": [], + "description": [] + }, + { + "id": "minecraft:lure", + "name": "enchantment.fishingSpeed", + "enabled": true, + "hide_on_item": false, + "hide_on_book": false, + "rarity": "RARE", + "treasure": false, + "double_price": false, + "curse": false, + "allowed_on_books": true, + "min_lvl": 1, + "max_lvl": 3, + "custom_evaluations": false, + "min_ench_eval": "15+9*(LVL-1)", + "max_ench_eval": "(1+10*LVL)+50", + "type": "FISHING_ROD", + "equipment_slots": [ + "MAINHAND" + ], + "incompat_mode": 0, + "incompatible": [], + "applicability_mode": 0, + "items_list_mode": 0, + "items_list": [], + "description": [] + }, + { + "id": "minecraft:knockback", + "name": "enchantment.knockback", + "enabled": true, + "hide_on_item": false, + "hide_on_book": false, + "rarity": "UNCOMMON", + "treasure": false, + "double_price": false, + "curse": false, + "allowed_on_books": true, + "min_lvl": 1, + "max_lvl": 2, + "custom_evaluations": false, + "min_ench_eval": "5+20*(LVL-1)", + "max_ench_eval": "(1+10*LVL)+50", + "type": "WEAPON", + "equipment_slots": [ + "MAINHAND" + ], + "incompat_mode": 0, + "incompatible": [], + "applicability_mode": 0, + "items_list_mode": 0, + "items_list": [], + "description": [] + }, + { + "id": "minecraft:depth_strider", + "name": "enchantment.waterWalker", + "enabled": true, + "hide_on_item": false, + "hide_on_book": false, + "rarity": "RARE", + "treasure": false, + "double_price": false, + "curse": false, + "allowed_on_books": true, + "min_lvl": 1, + "max_lvl": 3, + "custom_evaluations": false, + "min_ench_eval": "LVL*10", + "max_ench_eval": "MIN+15", + "type": "ARMOR_FEET", + "equipment_slots": [ + "HEAD", + "CHEST", + "LEGS", + "FEET" + ], + "incompat_mode": 0, + "incompatible": [], + "applicability_mode": 0, + "items_list_mode": 0, + "items_list": [], + "description": [] + }, + { + "id": "minecraft:sweeping", + "name": "enchantment.sweeping", + "enabled": true, + "hide_on_item": false, + "hide_on_book": false, + "rarity": "RARE", + "treasure": false, + "double_price": false, + "curse": false, + "allowed_on_books": true, + "min_lvl": 1, + "max_lvl": 3, + "custom_evaluations": false, + "min_ench_eval": "5+9*(LVL-1)", + "max_ench_eval": "MIN+15", + "type": "WEAPON", + "equipment_slots": [ + "MAINHAND" + ], + "incompat_mode": 0, + "incompatible": [], + "applicability_mode": 0, + "items_list_mode": 0, + "items_list": [], + "description": [] + }, + { + "id": "minecraft:infinity", + "name": "enchantment.arrowInfinite", + "enabled": true, + "hide_on_item": false, + "hide_on_book": false, + "rarity": "VERY_RARE", + "treasure": false, + "double_price": false, + "curse": false, + "allowed_on_books": true, + "min_lvl": 1, + "max_lvl": 1, + "custom_evaluations": false, + "min_ench_eval": "20", + "max_ench_eval": "50", + "type": "BOW", + "equipment_slots": [ + "MAINHAND" + ], + "incompat_mode": 0, + "incompatible": [], + "applicability_mode": 0, + "items_list_mode": 0, + "items_list": [], + "description": [] + }, + { + "id": "minecraft:vanishing_curse", + "name": "enchantment.vanishing_curse", + "enabled": true, + "hide_on_item": false, + "hide_on_book": false, + "rarity": "VERY_RARE", + "treasure": true, + "double_price": true, + "curse": true, + "allowed_on_books": true, + "min_lvl": 1, + "max_lvl": 1, + "custom_evaluations": false, + "min_ench_eval": "25", + "max_ench_eval": "50", + "type": "ALL", + "equipment_slots": [ + "MAINHAND", + "OFFHAND", + "FEET", + "LEGS", + "CHEST", + "HEAD" + ], + "incompat_mode": 0, + "incompatible": [], + "applicability_mode": 0, + "items_list_mode": 0, + "items_list": [], + "description": [] + }, + { + "id": "minecraft:blast_protection", + "name": "enchantment.protect.explosion", + "enabled": true, + "hide_on_item": false, + "hide_on_book": false, + "rarity": "RARE", + "treasure": false, + "double_price": false, + "curse": false, + "allowed_on_books": true, + "min_lvl": 1, + "max_lvl": 4, + "custom_evaluations": false, + "min_ench_eval": "5+8*(LVL-1)", + "max_ench_eval": "MIN+12", + "type": "ARMOR", + "equipment_slots": [ + "HEAD", + "CHEST", + "LEGS", + "FEET" + ], + "incompat_mode": 0, + "incompatible": [], + "applicability_mode": 0, + "items_list_mode": 0, + "items_list": [], + "description": [] + }, + { + "id": "minecraft:bane_of_arthropods", + "name": "enchantment.damage.arthropods", + "enabled": true, + "hide_on_item": false, + "hide_on_book": false, + "rarity": "UNCOMMON", + "treasure": false, + "double_price": false, + "curse": false, + "allowed_on_books": true, + "min_lvl": 1, + "max_lvl": 5, + "custom_evaluations": false, + "min_ench_eval": "5+8*(LVL-1)", + "max_ench_eval": "MIN+20", + "type": "WEAPON", + "equipment_slots": [ + "MAINHAND" + ], + "incompat_mode": 0, + "incompatible": [], + "applicability_mode": 0, + "items_list_mode": 0, + "items_list": [], + "description": [] + }, + { + "id": "minecraft:thorns", + "name": "enchantment.thorns", + "enabled": true, + "hide_on_item": false, + "hide_on_book": false, + "rarity": "VERY_RARE", + "treasure": false, + "double_price": false, + "curse": false, + "allowed_on_books": true, + "min_lvl": 1, + "max_lvl": 3, + "custom_evaluations": false, + "min_ench_eval": "10+20*(LVL-1)", + "max_ench_eval": "(1+10*LVL)+50", + "type": "ARMOR_CHEST", + "equipment_slots": [ + "HEAD", + "CHEST", + "LEGS", + "FEET" + ], + "incompat_mode": 0, + "incompatible": [], + "applicability_mode": 0, + "items_list_mode": 0, + "items_list": [], + "description": [] + } +] \ No newline at end of file diff --git a/config/endercore/cropconfig.json b/config/endercore/cropconfig.json new file mode 100644 index 00000000..7da5803f --- /dev/null +++ b/config/endercore/cropconfig.json @@ -0,0 +1,54 @@ +{ + "data": [ + { + "seed": "minecraft:wheat_seeds", + "block": "minecraft:wheat", + "meta": 7 + }, + { + "seed": "minecraft:carrot", + "block": "minecraft:carrots", + "meta": 7 + }, + { + "seed": "minecraft:potato", + "block": "minecraft:potatoes", + "meta": 7 + }, + { + "seed": "minecraft:beetroot_seeds", + "block": "minecraft:beetroots", + "meta": 3 + }, + { + "seed": "minecraft:nether_wart", + "block": "minecraft:nether_wart", + "meta": 3 + }, + { + "seed": "mysticalagriculture:tier1_inferium_seeds", + "block": "mysticalagriculture:tier1_inferium_crop", + "optional": true + }, + { + "seed": "mysticalagriculture:tier2_inferium_seeds", + "block": "mysticalagriculture:tier2_inferium_crop", + "optional": true + }, + { + "seed": "mysticalagriculture:tier3_inferium_seeds", + "block": "mysticalagriculture:tier3_inferium_crop", + "optional": true + }, + { + "seed": "mysticalagriculture:tier4_inferium_seeds", + "block": "mysticalagriculture:tier4_inferium_crop", + "optional": true + }, + { + "seed": "mysticalagriculture:tier5_inferium_seeds", + "block": "mysticalagriculture:tier5_inferium_crop", + "optional": true + } + ] +} diff --git a/config/endercore/endercore.cfg b/config/endercore/endercore.cfg new file mode 100644 index 00000000..0299570d --- /dev/null +++ b/config/endercore/endercore.cfg @@ -0,0 +1,106 @@ +# Configuration file + +enchants { + # Allow the Auto Smelt enchant to be registered. + # [default: true] + B:allowAutoSmelt=true + + # Allow the XP Boost enchant to be registered. + # [default: true] + B:allowXPBoost=true +} + + +general { + # Disabling this option will prevent any crops added to the config json from being right clickable. + # [default: true] + B:allowCropRC=true + + # Disabling this option will prevent tick speedup (i.e. torcherino) on any TE that uses the base TE class from EnderCore + # [default: true] + B:allowExternalTickSpeedup=true + + # The way the game should have been made (Yes this is the fireworks thing). + # [default: false] + B:betterAchievements=false + + # Control the behavior of invisible mode (disables all gameplay features). Having this setting be different between client and server could cause some desync, but otherwise is harmless. + # 0 - Default. Lets other mods request invisible mode. If none do, invisible mode is off. + # -1 (or below) - Never invisible, even if mods request it. + # 1 (or above) - Always invisible, even if no mods request it. + # [default: 0] + I:invisibleMode=0 + + # Fireworks display on new years eve + # [default: true] + B:newYearsFireworks=true + + # Show durability on item tooltips. + # 0 - Off + # 1 - Always on + # 2 - Only with shift + # 3 - Only in debug mode + # [range: 0 ~ 3, default: 1] + I:showDurabilityTooltips=1 + + # Show oredictionary names of every item in its tooltip. + # 0 - Off + # 1 - Always on + # 2 - Only with shift + # 3 - Only in debug mode + # [range: 0 ~ 3, default: 2] + I:showOredictTooltips=2 + + # Show item registry names in tooltips. + # 0 - Off + # 1 - Always on + # 2 - Only with shift + # 3 - Only in debug mode + # [range: 0 ~ 3, default: 3] + I:showRegistryNameTooltips=3 + + # Amount of water in mB that a water bottle contains + # [range: 1 ~ 1000, default: 333] + I:waterBottleAmount=333 +} + + +tweaks { + # Adds shapeless recipe from 1 book to 2 paper + # [default: true] + B:bookToPaperRecipe=true + + # If this tweak is enabled, vanilla bottles will act as fluid handlers for all automation. + # [default: true] + B:bottleFluidHandler=true + + # Makes boats stack to 16 + # [default: true] + B:changeBoatStackSize=true + + # Allows packed ice to be mined with a pickaxe + # [default: true] + B:fixPackedIceTool=true + + # Makes water bottles normal fluid containers + # [default: true] + B:fluidContainerBottles=true + + # Makes bows with Infinity enchant able to be fired with no arrows in the inventory. + # [default: true] + B:infinibow=true + + # Adds a shapeless recipe for paper + # [default: true] + B:shapelessPaperRecipe=true + + # Adds recipes to turn any two slabs back into a full block + # [default: true] + B:slabToBlockRecipes=true + + # Adds recipes to turn any two slabs back into a full block by scanning existing recipes and guessing a lot + # [default: false] + B:slabToBlockRecipesAutomatic=false +} + + diff --git a/config/enderio/enderio.cfg b/config/enderio/enderio.cfg new file mode 100644 index 00000000..7b0c59ea --- /dev/null +++ b/config/enderio/enderio.cfg @@ -0,0 +1,1306 @@ +# Configuration file + +blink { + # Blocks that cannot be blinked through. (synced from server) [default: [Thaumcraft:blockWarded]] + S:blockBlacklist < + Thaumcraft:blockWarded + > + + # Minimum number of ticks between 'blinks'. Values of 10 or less allow a limited sort of flight. (synced from server) [range: -2147483648 ~ 2147483647, default: 10] + I:cooldown=10 + + # Allow using travel items to 'blink' (teleport without a target)? (synced from server) [default: true] + B:enableBlink=true + + # Allow blinking through non-solid (transparent/partial) blocks? (synced from server) [default: true] + B:enableBlinkThroughNonSolidBlocks=true + + # Allow blinking through solid blocks? (synced from server) [default: true] + B:enableBlinkThroughSolidBlocks=true + + # Allow blinking through unbreakable (e.g. bedrock) blocks? (synced from server) [default: false] + B:enableBlinkThroughUnbreakableBlocks=false + + # Allow using blink when in offhand? (synced from server) [default: true] + B:enableOffHandBlink=true + + # Allow travelling to blocks when in offhand? (synced from server) [default: true] + B:enableOffHandTravel=true +} + + +blocks { + # Speed boost, in blocks per tick, that the DS ladder gives over the vanilla ladder. (synced from server) [range: 0.0 ~ 0.6, default: 0.06] + D:darkSteelLadderSpeedBoost=0.05999999865889549 + + charges { + + confusion { + # Numer of ticks the confusion effect active. Scales with distance from the expolosion. (synced from server) [range: 1 ~ 3000, default: 300] + I:duration=300 + + # The range of the confusion charge's effect. (synced from server) [range: 1.0 ~ 99.0, default: 6.0] + D:range=6.0 + } + + ender { + # The range of the ender charge's effect. (synced from server) [range: 1.0 ~ 99.0, default: 6.0] + D:range=6.0 + } + + } + + skulls { + D:darkSteelSwordSkullChance=0.05000000074505806 + D:darkSteelSwordSkullLootingModifier=0.05000000074505806 + D:darkSteelSwordWitherSkullChance=0.10000000149011612 + D:darkSteelSwordWitherSkullLootingModifier=0.05000000074505806 + D:fakePlayerSkullChance=0.5 + D:ticBeheadingSkullModifier=0.75 + D:vanillaSwordSkullLootingModifier=0.05000000074505806 + D:vanillalSwordSkullChance=0.05000000074505806 + } + + glass { + # If true, quite clear glass will connect textures with fused quartz. [default: false] + B:clearGlassConnectToFusedQuartz=false + + # If true, quite clear glass and fused quartz of different colors will connect textures. [default: true] + B:glassConnectToTheirColorVariants=true + + # If true, quite clear glass and fused quartz will connect textures with their respective enlightened and darkened variants. [default: true] + B:glassConnectToTheirVariants=true + + # If true, painted glowstone will drop dust unless broken with silk touch. (synced from server) [default: false] + B:paintedGlowstoneRequireSilkTouch=false + } + + dark_steel_anvil { + # Chance that the Dark Steel Anvil will take damage after repairing something. (Vanilla anvil is 0.12) (synced from server) [range: 0.0 ~ 1.0, default: 0.024] + D:damageChance=0.024000000208616257 + + # Total amount of Dark Steel (in nuggets) that goes into the Dark Steel Anvil's crafting recipe. Used when recycling the broken anvil. Default is 3 blocks and 4 ingots. (synced from server) [range: 0 ~ 729, default: 279] + I:materialWorth=279 + + # Maximum enchantment cost the Dark Steel Anvil can handle. Also applies to the Anvil Upgrade. (synced from server) [range: 40 ~ 400, default: 80] + I:maxCost=80 + + # Maximum amount of materials that will drop when recycling a broken Dark Steel Anvil. (0 = nothing, 1 = everything) (synced from server) [range: 0.0 ~ 1.0, default: 1.0] + D:maxDrop=1.0 + + # Qanta of a source block of Holier Fog. Equates to the number of blocks that can be covered if the Holier Fog flows maximally. (synced from server) [range: 16 ~ 4096, default: 128] + I:maxQuanty=128 + + # Minimum amount of materials that will drop when recycling a broken Dark Steel Anvil. (0 = nothing, 1 = everything) (synced from server) [range: 0.0 ~ 1.0, default: 0.25] + D:minDrop=0.25 + } + +} + + +brokenspawner { + # The chance a broken spawner will be dropped when a spawner is broken. 1 = 100% chance, 0 = 0% chance (synced from server) [range: 0.0 ~ 1.0, default: 1.0] + D:brokenSpawnerDropChance=0.0 + + # When a spawner is broken with these tools it will not drop a broken spawner. (synced from server) [default: [item:rotarycraft:rotarycraft_item_bedpick]] + S:brokenSpawnerToolBlacklist < + item:rotarycraft:rotarycraft_item_bedpick + > +} + + +diagnostics { + # If true, TEs will flash when they trigger a chunk re-render. [default: false] + B:debugChunkRerenders=false + + # If enabled, debug level configurations will be check at startup. Disable if you don't want to see the result in the logfile. [default: true] + B:debugComplainAboutForgeLogging=true + + # This will change profiler interactions. DO NOT change unless asked by an Ender IO developer! [default: true] + B:debugProfilerAntiNuclearActivist=true + + # This will change profiler interactions. DO NOT change unless asked by an Ender IO developer! [default: true] + B:debugProfilerResetOnServerTick=true + + # This will flood your logfile with gigabytes of data filling up your harddisk very fast. DO NOT enable unless asked by an Ender IO developer! [default: false] + B:debugProfilerTracer=false + + # If enabled, debug level log messages will not be generated. Disabling this can put vital information into the debug log for dealing with rare issues but will also slow down the game. This value is only checked once when the game starts. [default: true] + B:debugSuppressDebugMessages=true + + # This will flood your logfile with gigabytes of data filling up your harddisk very fast. DO NOT enable unless asked by an Ender IO developer! [default: false] + B:debugTraceCapLimitsExtremelyDetailed=false + + # This will flood your logfile with gigabytes of data filling up your harddisk very fast. DO NOT enable unless asked by an Ender IO developer! [default: false] + B:debugTraceNBTActivityExtremelyDetailed=false + + # This will flood your logfile with gigabytes of data filling up your harddisk very fast. DO NOT enable unless asked by an Ender IO developer! [default: false] + B:debugTraceTELivecycleExtremelyDetailed=false + + # If true, TEs will flash when they recieve an update packet. [default: false] + B:debugUpdatePackets=false + + # This will flood your logfile with gigabytes of data filling up your harddisk very fast. DO NOT enable unless asked by an Ender IO developer! [default: false] + B:debugUpgradeDebugMessagesToInfo=false + + # Experimental: When enabled, this will chunkload the involved chunks of a (potential) long-range teleport for 5 seconds. This is intended to prevent the server from losing track of the player. Symptoms would be the player being invisible to other players, not being able to interact with pressure plates, or being stuck in beds. [default: true] + B:experimentalChunkLoadTeleport=true + S:optifineConfirmed=1962163405 + + # Should TEs protected their maximum energy input against multiple inserts? [default: SOFT] + S:protectAgainstEnergyOverflow=SOFT +} + + +enchanter { + # Base level cost added to all recipes in the enchanter. (synced from server) [range: 0 ~ 2147483647, default: 2] + I:baseLevelCost=2 + + # The lapis cost is enchant level multiplied by this value. (synced from server) [range: 0.0 ~ 1.7976931348623157E308, default: 3.0] + D:lapisCostFactor=3.0 + + # The final XP cost for an enchantment is multiplied by this value. To halve costs set to 0.5, to double them set it to 2. (synced from server) [range: 0.0 ~ 1.7976931348623157E308, default: 0.75] + D:levelCostFactor=0.75 +} + + +enchantments { + + repellent { + # Base chance to teleport. (synced from server) [range: 0.0 ~ 1.0, default: 0.35] + D:chanceBase=0.3499999940395355 + + # Chance to teleport per level. (synced from server) [range: 0.01 ~ 1.0, default: 0.1] + D:chancePerLevel=0.10000000149011612 + + # Should Repellent be acquirable? If disabled, it will still work but it will not be possible to apply it to items. (synced from server) [default: true] + B:enabled=true + + # Maximum enchantability for Repellent, base value. (synced from server) [range: 1 ~ 100, default: 10] + I:maxEnchantabilityBase=10 + + # Maximum enchantability for Repellent, per level. (synced from server) [range: 1 ~ 100, default: 10] + I:maxEnchantabilityPerLevel=10 + + # Maximum enchantment level. (Restart your game after changing this.) (synced from server) [range: 1 ~ 10, default: 4] + I:maxLevel=4 + + # Minimum enchantability for Repellent, base value. (synced from server) [range: 1 ~ 100, default: 10] + I:minEnchantabilityBase=10 + + # Minimum enchantability for Repellent, per level. (synced from server) [range: 1 ~ 100, default: 5] + I:minEnchantabilityPerLevel=5 + + # Base teleport range. (synced from server) [range: 0.0 ~ 64.0, default: 8.0] + D:rangeBase=8.0 + + # Teleport range per level. (synced from server) [range: 0.0 ~ 64.0, default: 8.0] + D:rangePerLevel=8.0 + + # Rarity for Repellent. (synced from server) [default: VERY_RARE] + S:rarity=VERY_RARE + + # Probability that non-players will be teleported to a safe target location. (Player always will be teleported safely.) (synced from server) [range: 0.0 ~ 1.0, default: 0.75] + D:safeMobsChanc=0.75 + } + + shimmer { + # Should Shimmer be acquirable? If disabled, it will still work but it will not be possible to apply it to items. (synced from server) [default: true] + B:enabled=true + + # Maximum enchantability for Shimmer. (synced from server) [range: 1 ~ 100, default: 100] + I:maxEnchantability=100 + + # Minimum enchantability for Shimmer. (synced from server) [range: 1 ~ 100, default: 1] + I:minEnchantability=1 + + # Rarity for Shimmer. (synced from server) [default: VERY_RARE] + S:rarity=VERY_RARE + } + + witherarrow { + # Should WitherArrow (Withering) be acquirable? If disabled, it will still work but it will not be possible to apply it to items. (synced from server) [default: true] + B:enabled=true + + # Maximum enchantability for WitherArrow (Withering). (synced from server) [range: 1 ~ 100, default: 50] + I:naxEnchantability=50 + + # Rarity for WitherArrow (Withering). (synced from server) [default: UNCOMMON] + S:rarity=UNCOMMON + + # Minimum enchantability for WitherArrow (Withering). (synced from server) [range: 1 ~ 100, default: 20] + I:wninEnchantability=20 + } + + witherweapon { + # Should WitherWeapon (Decay) be acquirable? If disabled, it will still work but it will not be possible to apply it to items. (synced from server) [default: true] + B:enabled=true + + # Maximum enchantability for WitherWeapon (Decay). (synced from server) [range: 1 ~ 100, default: 50] + I:maxEnchantability=50 + + # Minimum enchantability for WitherWeapon (Decay). (synced from server) [range: 1 ~ 100, default: 20] + I:minEnchantability=20 + + # Rarity for WitherWeapon (Decay). (synced from server) [default: UNCOMMON] + S:rarity=UNCOMMON + } + + soulbound { + # Should Soulbound be acquirable? If disabled, it will still work but it will not be possible to apply it to items. (synced from server) [default: true] + B:enabled=false + + # Maximum enchantability for Soulbound. (synced from server) [range: 1 ~ 100, default: 60] + I:maxEnchantability=60 + + # Minimum enchantability for Soulbound. (synced from server) [range: 1 ~ 100, default: 16] + I:minEnchantability=16 + + # Rarity for Soulbound. (synced from server) [default: VERY_RARE] + S:rarity=VERY_RARE + } + +} + + +farming { + # Height (from initial block) for harvesting logs. (synced from server) [range: 1 ~ 255, default: 30] + I:harvestHeight=30 + + # Height (from initial block) for harvesting rubber trees. (synced from server) [range: 1 ~ 255, default: 30] + I:harvestHeightRubberTree=30 + + # Radius (in addition to farm area) for harvesting logs. (synced from server) [range: 1 ~ 64, default: 7] + I:harvestRadius=7 + + # Radius (in addition to farm area) for harvesting rubber trees. (synced from server) [range: 1 ~ 64, default: 7] + I:harvestRadiusRubberTree=7 +} + + +fluid { + # The delay in ticks between when nutrient distillation boosts your food value. (synced from server) [range: 1 ~ 2147483647, default: 400] + I:nutrientFoodBoostDelay=400 + + # If enabled, Rocket Fuel will explode when in contact with fire. (synced from server) [default: true] + B:rocketFuelIsExplosive=true +} + + +integration { + # Enables the integration with Applied Energistics 2 (hoe). (must be kept in sync with server) [default: true] + B:enableAE2=true + + # Enables the integration with Actually Additions (fertilizer, hoe). (must be kept in sync with server) [default: true] + B:enableActuallyAdditions=true + + # Enables the integration with BaseMetals (hoe). (must be kept in sync with server) [default: true] + B:enableBaseMetals=true + + # Enables the integration with Baubles. (synced from server) [default: true] + B:enableBaubles=true + + # Enables the integration with Big/Extreme Reactors (fluids and blocks in reactor). (must be kept in sync with server) [default: true] + B:enableBigReactors=true + + # Enables the integration with Biomes'o'Plenty (harvesting flowers). (must be kept in sync with server) [default: true] + B:enableBoP=true + + # Enables the integration with Project Intelligence (ingame documentation). [default: true] + B:enableProjectIntelligence=true + + # Registers aspects for Ender IO items with Thaumcraft. [default: true] + B:enableThaumcraftAspects=true + + projectintelligence { + # Margin around the documentation. [range: -2147483648 ~ 2147483647, default: 3] + I:marginBottom=3 + + # Margin around the documentation. [range: -2147483648 ~ 2147483647, default: 3] + I:marginLeft=3 + + # Margin around the documentation. [range: -2147483648 ~ 2147483647, default: 3] + I:marginRight=3 + + # Margin around the documentation. [range: -2147483648 ~ 2147483647, default: 3] + I:marginTop=3 + } + +} + + +items { + + food { + # The probability that Enderios do what they promise. (synced from server) [range: 0.0 ~ 1.0, default: 0.3] + D:enderiosTeleportChance=0.30000001192092896 + + # The maximum range of a cerial-induced location change. (synced from server) [range: 1.5 ~ 128.0, default: 16.0] + D:enderiosTeleportRange=16.0 + } + + magnet { + # If true the magnet can be put into a Baubles slot even if switched off (requires Baubles to be installed and allowInBaublesSlot to be on). (synced from server) [default: false] + B:allowDeactivatedInBaublesSlot=false + + # If true the magnet can be put into a Baubles slot (requires Baubles to be installed). (synced from server) [default: true] + B:allowInBaublesSlot=true + + # If true the magnet will also work in the main inventory, not just the hotbar. (synced from server) [default: false] + B:allowInMainInventory=false + + # The BaublesType the magnet should be, 'AMULET', 'RING' or 'BELT' (requires Baubles to be installed and allowInBaublesSlot to be on). (synced from server) [default: AMULET] + S:baublesType=AMULET + + # These items will not be picked up by the magnet. (synced from server) [default: [appliedenergistics2:crystal_seed], [botania:livingrock], [botania:manatablet]] + S:blacklist < + appliedenergistics2:crystal_seed + botania:livingrock + botania:manatablet + > + + # Amount of energy stored in a fully charged magnet. (synced from server) [range: 1 ~ 100000000, default: 100000] + I:energyCapacity=100000 + + # The amount of energy used per tick when the magnet is active. (synced from server) [range: 0 ~ 1000, default: 1] + I:energyUsePerSecond=1 + + # Maximum number of items the magnet can effect at a time. (-1 for unlimited) (synced from server) [range: -1 ~ 512, default: 20] + I:itemLimit=20 + + # Range of the magnet in blocks. (synced from server) [range: 1 ~ 128, default: 5] + I:range=5 + } + + staffoflevity { + # Duration for the levitation effect of the Staff of Levity. This is just a failsafe to prevent players from floating forever. (synced from server) [range: 1 ~ 86400, default: 255] + I:durationSeconds=255 + + # Amount of fluid stored by the Staff of Levity. (synced from server) [range: 1 ~ 64000, default: 8000] + I:fluidStorage=8000 + + # Type of fluid used by the Staff of Levity. (synced from server) [default: vapor_of_levity] + S:fluidType=vapor_of_levity + + # Amount of fluid in mB used by the Staff of Levity. (synced from server) [range: 1 ~ 1000, default: 100] + I:fluidUsePerTeleport=100 + + # Ticks that must pass between activations of the Staff of Levity. (synced from server) [range: 1 ~ 12000, default: 10] + I:ticksBetweenActivations=10 + } + + rodofreturn { + # If set to false the Rod of Return can only target a telepad. (synced from server) [default: false] + B:canTargetAnywhere=false + + # Amount of energy used by the Rod of Return each tick it is used. (synced from server) [range: 1 ~ 1000, default: 35000] + I:energyPerTick=35000 + + # Amount of fluid stored by the Rod of Return. (synced from server) [range: 1 ~ 64000, default: 200] + I:fluidStorage=200 + + # Type of fluid used by the Rod of Return. (synced from server) [default: ender_distillation] + S:fluidType=ender_distillation + + # Amount of fluid in mB used by the Rod of Return. (0 to disable fluid use) (synced from server) [range: 0 ~ 1000, default: 200] + I:fluidUsePerTeleport=200 + + # Internal energy buffer for the Rod of Return. (synced from server) [range: 1 ~ 2147483647, default: 2000000] + I:powerStorage=2000000 + + # Number of ticks the Rod of Return must be used before teleporting. (synced from server) [range: 1 ~ 1200, default: 50] + I:ticksToActivate=50 + + # Min number of ticks required to recharge the internal energy buffer of the Rod of Return. (synced from server) [range: 1 ~ 1200, default: 100] + I:ticksToRecharge=100 + } + + darksteel { + # Should the dark steel placement, when in the first (0th) slot, place the item in the last slot. If false, will place what's in the second slot. [default: true] + B:slotZeroPlacesEight=true + + materials { + + dark_steel { + # Mining level for tools made out of Dark Steel. (highest vanilla level is 3, highest TiC level is 4 by default) (synced from server) [range: 0 ~ 2147483647, default: 4] + I:miningLevel=4 + } + + end_steel { + # Mining level for tools made out of End Steel. (highest vanilla level is 3, highest TiC level is 4 by default) (synced from server) [range: 0 ~ 2147483647, default: 5] + I:miningLevel=5 + } + + stellar_alloy { + # Mining level for tools made out of Stellar Alloy. (highest vanilla level is 3, highest TiC level is 4 by default) (synced from server) [range: 0 ~ 2147483647, default: 8] + I:miningLevel=8 + } + + } + + pickaxe { + # The increase in efficiency when powered. (synced from server) [range: 1.0 ~ 20.0, default: 2.0] + D:efficiencyBoostWhenPowered=2.0 + + # The efficiency when breaking obsidian with a powered Dark Pickaxe. (synced from server) [range: 1 ~ 500, default: 50] + I:efficiencyObsidian=50 + + # If set to a value > 0, the obsidian speed and power use will be used for all blocks with hardness >= to this value. (synced from server) [range: 1.0 ~ 10000.0, default: 40.0] + D:obsidianEfficiencyAtHardness=40.0 + + # The amount of energy used to break an obsidian block. (synced from server) [range: 1 ~ 99999999, default: 10000] + I:powerUseObsidian=10000 + + # Energy use per damage/durability point avoided. (synced from server) [range: 0 ~ 99999999, default: 750] + I:powerUsePerDamagePoint=750 + + # If enabled, right clicking with the dark steel pickaxe will place a block. [default: false] + B:rightClickPlaceEnabled=false + } + + axe { + # The increase in efficiency when powered. (synced from server) [range: 1.0 ~ 20.0, default: 2.0] + D:efficiencyBoostWhenPowered=2.0 + + # Height (from initial block) for multi-harvesting logs. (synced from server) [range: 1 ~ 255, default: 30] + I:harvestHeight=30 + + # Radius for multi-harvesting logs. (synced from server) [range: 1 ~ 64, default: 12] + I:harvestRadius=12 + + # Energy use per damage/durability point avoided. (synced from server) [range: 0 ~ 99999999, default: 750] + I:powerUsePerDamagePoint=750 + + # Energy per damage/durability point avoided when shift-harvesting multiple logs (synced from server) [range: 0 ~ 99999999, default: 1500] + I:powerUsePerDamagePointMultiHarvest=1500 + + # If enabled, right clicking with the dark steel axe will place a block. [default: false] + B:rightClickPlaceEnabled=false + + # How much slower multi-harvesting logs is. (synced from server) [range: 1.0 ~ 40.0, default: 4.0] + D:speedPenaltyMultiHarvest=4.0 + } + + crook { + # Energy use per damage/durability point avoided. (synced from server) [range: 1 ~ 99999999, default: 150] + I:energyPerDamage=150 + + # Energy per damage/durability point avoided when shift-harvesting multiple blocks. (synced from server) [range: 1 ~ 99999999, default: 150] + I:energyPerDamageMulti=150 + + # Number of extra tries to get drops for a powered crook. (synced from server) [range: 0 ~ 32, default: 5] + I:extraDropsPowered=5 + + # Number of extra tries to get drops for an unpowered crook. (synced from server) [range: 0 ~ 32, default: 3] + I:extraDropsUnpowered=3 + + # If enabled, right clicking with the dark steel crook will place a block. [default: false] + B:rightClickPlaceEnabled=false + } + + sword { + # The extra damage dealt when the sword is empowered I and has energy. (synced from server) [range: 0.0 ~ 32.0, default: 1.0] + D:damageBonusEmpowered1=1.0 + + # The extra damage dealt when the sword is empowered II and has energy. (synced from server) [range: 0.0 ~ 32.0, default: 2.0] + D:damageBonusEmpowered2=2.0 + + # The extra damage dealt when the sword is empowered III and has energy. (synced from server) [range: 0.0 ~ 32.0, default: 3.0] + D:damageBonusEmpowered3=3.0 + + # The extra damage dealt when the sword is empowered IV and has energy. (synced from server) [range: 0.0 ~ 32.0, default: 4.0] + D:damageBonusEmpowered4=4.0 + + # The extra damage dealt when the sword is empowered V and has energy. (synced from server) [range: 0.0 ~ 32.0, default: 5.0] + D:damageBonusEmpowered5=5.0 + + # The chance that an ender pearl will be dropped when using the sword (0 = no chance, 1 = 100% chance; can go over 100%). (synced from server) [range: 0.0 ~ 10.0, default: 1.05] + D:enderPearlDropChance=1.05 + + # The chance for each looting level that an additional ender pearl will be dropped when using a dark steel sword (0 = no chance, 1 = 100% chance; can go over 100%) (synced from server) [range: 0.0 ~ 5.0, default: 0.5] + D:enderPearlDropChancePerLooting=0.5 + + # The amount of energy used per hit. (synced from server) [range: 1 ~ 99999999, default: 750] + I:powerUsePerHit=750 + + # The increase in attack speed when the sword is empowered I and has energy. (synced from server) [range: 0.0 ~ 2.0, default: 0.4] + D:speedBonusEmpowered1=0.4000000059604645 + + # The increase in attack speed when the sword is empowered II and has energy. (synced from server) [range: 0.0 ~ 2.0, default: 0.45] + D:speedBonusEmpowered2=0.44999998807907104 + + # The increase in attack speed when the sword is empowered III and has energy. (synced from server) [range: 0.0 ~ 2.0, default: 0.5] + D:speedBonusEmpowered3=0.5 + + # The increase in attack speed when the sword is empowered IV and has energy. (synced from server) [range: 0.0 ~ 2.0, default: 0.55] + D:speedBonusEmpowered4=0.550000011920929 + + # The increase in attack speed when the sword is empowered V and has energy. (synced from server) [range: 0.0 ~ 2.0, default: 0.6] + D:speedBonusEmpowered5=0.6000000238418579 + } + + shears { + # The increase in effected area (radius) when powered and used on blocks. (synced from server) [range: 0 ~ 16, default: 4] + I:blockAreaBoostWhenPowered=4 + + # How much more durable as vanilla shears they are. (synced from server) [range: 0 ~ 50, default: 5] + I:durabilityFactor=5 + + # The increase in efficiency when powered. (synced from server) [range: 1.0 ~ 20.0, default: 2.0] + D:efficiencyBoostWhenPowered=2.0 + + # The increase in effected area (radius) when powered and used on sheep. (synced from server) [range: 0.0 ~ 16.0, default: 5.0] + D:entityAreaBoostWhenPowered=5.0 + + # Energy use per damage/durability point avoided. (synced from server) [range: 0 ~ 99999999, default: 250] + I:powerUsePerDamagePoint=250 + } + + upgrades { + # Comma-separated list of IDs of upgrades that should be disabled. Those upgrades will be registered with the game engine, but they will be removed from the list of available upgrades. Please note that this may not work well with upgrades that already exist on items. It will also not work well when other upgrades depend on them. (must be kept in sync with server) [default: ] + S:disabled= + + hoe { + # Number of levels required for the 'Hoe' upgrade. [range: -2147483648 ~ 2147483647, default: 4] + I:darkSteelHoeCost=4 + } + + speed { + # The extra effectiveness of the speed upgrade when the Leggings are empowered I and have energy. (synced from server) [range: 0.0 ~ 5.0, default: 1.0] + D:empoweredBonus1=1.0 + + # The extra effectiveness of the speed upgrade when the Leggings are empowered II and have energy. (synced from server) [range: 0.0 ~ 5.0, default: 1.1] + D:empoweredBonus2=1.100000023841858 + + # The extra effectiveness of the speed upgrade when the Leggings are empowered III and have energy. (synced from server) [range: 0.0 ~ 5.0, default: 1.5] + D:empoweredBonus3=1.5 + + # The extra effectiveness of the speed upgrade when the Leggings are empowered IV and have energy. (synced from server) [range: 0.0 ~ 5.0, default: 2.0] + D:empoweredBonus4=2.0 + + # The extra effectiveness of the speed upgrade when the Leggings are empowered V and have energy. (synced from server) [range: 0.0 ~ 5.0, default: 2.5] + D:empoweredBonus5=2.5 + + # Energy cost of running one block in the Dark Steel Leggings with Speed (any level). (synced from server) [range: 0 ~ 2147483647, default: 320] + I:sprintEnergyCost=320 + + # Number of levels required for the 'Speed I' upgrade. (synced from server) [range: 1 ~ 99, default: 4] + I:upgradeCost1=4 + + # Number of levels required for the 'Speed II' upgrade. (synced from server) [range: 1 ~ 99, default: 6] + I:upgradeCost2=6 + + # Number of levels required for the 'Speed III' upgrade. (synced from server) [range: 1 ~ 99, default: 8] + I:upgradeCost3=8 + + # Energy cost of walking one block in the Dark Steel Leggings with Speed (any level). (synced from server) [range: 0 ~ 2147483647, default: 80] + I:walkEnergyCost=80 + + # Speed modifier applied by the Dark Steel Leggings with Speed I. (synced from server) [range: 0.0 ~ 32.0, default: 0.15] + D:walkModifier1=0.15000000596046448 + + # Speed modifier applied by the Dark Steel Leggings with Speed II. (synced from server) [range: 0.0 ~ 32.0, default: 0.3] + D:walkModifier2=0.30000001192092896 + + # Speed modifier applied by the Dark Steel Leggings with Speed III. (synced from server) [range: 0.0 ~ 32.0, default: 0.45] + D:walkModifier3=0.44999998807907104 + } + + jump { + # Jump height modifier applied when jumping with Dark Steel Boots equipped (synced from server) [range: 1.0 ~ 3.0, default: 1.5] + D:modifier=1.5 + + # Number of levels required for the 'Jump I' upgrade. (synced from server) [range: 1 ~ 99, default: 4] + I:upgradeCost1=4 + + # Number of levels required for the 'Jump II' upgrade. (synced from server) [range: 1 ~ 99, default: 6] + I:upgradeCost2=6 + + # Number of levels required for the 'Jump III' upgrade. (synced from server) [range: 1 ~ 99, default: 8] + I:upgradeCost3=8 + } + + step_assist { + # Number of levels required for the 'Step Assist' upgrade. (synced from server) [range: 1 ~ 99, default: 2] + I:upgradeCost=2 + } + + anvil { + # Number of levels required for the 'Anvil I' upgrade. (synced from server) [range: 1 ~ 99, default: 1] + I:upgradeCost1=1 + + # Number of levels required for the 'Anvil II' upgrade. (synced from server) [range: 1 ~ 99, default: 2] + I:upgradeCost2=2 + + # Number of levels required for the 'Anvil III' upgrade. (synced from server) [range: 1 ~ 99, default: 4] + I:upgradeCost3=4 + } + + inventory { + # Number of inventory columns the inventory upgrade gives for body armor. (synced from server) [default: COL9] + S:columnsBody=COL9 + + # Number of inventory columns the inventory upgrade gives for foot armor. (synced from server) [default: COL3] + S:columnsFeet=COL3 + + # Number of inventory columns the inventory upgrade gives for head armor. (synced from server) [default: COL1] + S:columnsHead=COL1 + + # Number of inventory columns the inventory upgrade gives for leg armor. (synced from server) [default: COL5] + S:columnsLegs=COL5 + + # Number of inventory columns the inventory I upgrade gives. (synced from server) [range: 1 ~ 6, default: 2] + I:rows1=2 + + # Number of inventory columns the inventory II upgrade gives. (synced from server) [range: 1 ~ 6, default: 4] + I:rows2=4 + + # Number of inventory columns the inventory III upgrade gives. (synced from server) [range: 1 ~ 6, default: 6] + I:rows3=6 + + # Maximum size (when serialized into a binary buffer) an itemstack can have to be allowed into a slot of the 'Inventory' upgrade. Note that having a player inventory that's over an uncertain size will crash the game and make a world unplayable. (synced from server) [range: 500 ~ 5000, default: 1337] + I:slotLimitBytes=1337 + + # Cost for the inventory I upgrade in levels. (synced from server) [range: 1 ~ 99, default: 12] + I:upgradeCost1=12 + + # Cost for the inventory II upgrade in levels. (synced from server) [range: 1 ~ 99, default: 20] + I:upgradeCost2=20 + + # Cost for the inventory III upgrade in levels. (synced from server) [range: 1 ~ 99, default: 32] + I:upgradeCost3=32 + } + + explosive { + # Custom 'dirt' target blocks for the explosive upgrade. See 'targets'. (Used whith the 'spoon' upgrade.) (synced from server) [default: ] + S:customDirt < + > + + # Custom 'stone' target blocks for the explosive upgrade. See 'targets'. (synced from server) [default: ] + S:customStone < + > + + # Chance that employing the explosive upgrade to blow up extra blocks costs the pickaxe durability. (synced from server) [range: 0.0 ~ 1.0, default: 0.3] + D:durabilityChance=0.30000001192092896 + + # Extra energy the explosive upgrade uses to blow up blocks. This goes on top of the energy used to counteract durability loss. (synced from server) [range: 0 ~ 2147483647, default: 20] + I:energyPerBlock=20 + + # Which kinds of blocks should the explosive upgrade blow up? DEFAULT: Limited list of trash blocks. NO_INVENORY: All blocks that don't have a TileEntity. CUSTOM: Only the blocks in the config values 'customStone'/'customDirt'. DEFAULT_AND_CUSTOM: Combines DEFAULT and CUSTOM. ALL: Anything (dangerous!)Use this in modpacks that have a large number of modded stone or dirt in their worldgen. (synced from server) [default: DEFAULT] + S:targets=DEFAULT + + # Cost for the explosive I upgrade in levels. (synced from server) [range: 1 ~ 99, default: 8] + I:upgradeCost1=8 + + # Cost for the explosive II upgrade in levels. (synced from server) [range: 1 ~ 99, default: 12] + I:upgradeCost2=12 + + # Cost for the explosive III upgrade in levels. (synced from server) [range: 1 ~ 99, default: 18] + I:upgradeCost3=18 + + # Cost for the explosive IV upgrade in levels. (synced from server) [range: 1 ~ 99, default: 26] + I:upgradeCost4=26 + + # Cost for the explosive V upgrade in levels. (synced from server) [range: 1 ~ 99, default: 36] + I:upgradeCost5=36 + + carpet { + # Cost for the explosive depth upgrade in levels. (synced from server) [range: 1 ~ 99, default: 8] + I:upgradeCost=8 + } + + } + + empowered { + # Cost for the 'Empowered I' upgrade in levels. (synced from server) [range: 1 ~ 99, default: 4] + I:upgradeCost1=4 + + # Cost for the 'Empowered II' upgrade in levels. (synced from server) [range: 1 ~ 99, default: 8] + I:upgradeCost2=8 + + # Cost for the 'Empowered III' upgrade in levels. (synced from server) [range: 1 ~ 99, default: 12] + I:upgradeCost3=12 + + # Cost for the 'Empowered IV' upgrade in levels. (synced from server) [range: 1 ~ 99, default: 16] + I:upgradeCost4=16 + + # Cost for the 'Empowered V' upgrade in levels. (synced from server) [range: 1 ~ 99, default: 20] + I:upgradeCost5=20 + } + + swim { + # Speed modifier applied when swimming with the Dark Steel Boots with Flippers. (synced from server) [range: 0.1 ~ 10.0, default: 2.5] + D:speed=2.5 + + # Speed modifier applied when swimming with the Dark Steel Boots with Flippers enchanted with Depth Strider. (synced from server) [range: 0.002 ~ 10.0, default: 0.05] + D:speedDepthStrider=0.05 + + # Number of levels required for the 'Swim' upgrade. (synced from server) [range: 1 ~ 99, default: 4] + I:upgradeCost=4 + } + + nightvision { + # Number of levels required for the 'Night Vision' upgrade. (synced from server) [range: 1 ~ 99, default: 4] + I:upgradeCost=4 + } + + theoneprobe { + # Number of levels required for 'The One Probe' upgrade. (synced from server) [range: 1 ~ 99, default: 4] + I:upgradeCost=4 + } + + glider { + # Horizontal movement speed modifier when gliding. (synced from server) [range: 0.001 ~ 0.6, default: 0.03] + D:horizontalSpeed=0.03 + + # Number of levels required for the 'Glider' upgrade. (synced from server) [range: 1 ~ 99, default: 4] + I:upgradeCost=4 + + # Rate of altitude loss when gliding. (synced from server) [range: -1.0 ~ -0.001, default: -0.05] + D:verticalSpeed=-0.05 + + # Rate of altitude loss when sprinting and gliding. (synced from server) [range: -3.0 ~ -0.001, default: -0.15] + D:verticalSpeedSprinting=-0.15 + } + + elytra { + # Number of levels required for the 'Elytra' upgrade. (synced from server) [range: 1 ~ 99, default: 10] + I:upgradeCost=10 + } + + soundlocator { + # Number of ticks the 'Sound Locator' icons are displayed for. (synced from server) [range: 1 ~ 200, default: 40] + I:lifespan=40 + + # Range of the 'Sound Locator' upgrade. (synced from server) [range: 1 ~ 200, default: 40] + I:range=40 + + # Number of levels required for the 'Sound Locator' upgrade. (synced from server) [range: 1 ~ 99, default: 4] + I:upgradeCost=4 + } + + direct { + # Amount of energy used by the 'Direct' upgrade to pick up one stack of stuff. (synced from server) [range: 0 ~ 999999, default: 100] + I:energyCost=100 + + # Number of levels required for the 'Direct' upgrade. (synced from server) [range: 1 ~ 99, default: 8] + I:upgradeCost=8 + } + + padding { + # Distance in blocks that is no longer considered 'nearby' by the 'Padding' upgrade. Sounds at least this far away will play normally. [range: 1.0 ~ 99.0, default: 15.0] + D:cutoffDistance=15.0 + + # All sounds will be adjusted in pitch by this factor when using the 'Padding' upgrade. (1 for off [range: 0.01 ~ 1.0, default: 0.8] + D:pitchAdjust=0.800000011920929 + + # Number of levels required for the 'Padding' upgrade. (synced from server) [range: 1 ~ 99, default: 4] + I:upgradeCost=4 + } + + gogglesofrevealing { + # Number of levels required for the 'Goggles of Revealing' upgrade. (synced from server) [range: 1 ~ 99, default: 4] + I:upgradeCost=4 + } + + thaumaturgerobes { + # Number of levels required for the 'Thaumatruge's Robes' upgrades. (synced from server) [range: 1 ~ 99, default: 4] + I:upgradeCost=4 + } + + travel { + # Number of levels required for the 'Travel' upgrade. (synced from server) [range: 1 ~ 99, default: 16] + I:upgradeCost=16 + } + + spoon { + # If enabled, right clicking with the spoon upgrade will make pahs like a vanilla shovel. This takes priority over block placing and travelling. [default: true] + B:enablePathMaking=true + + # Number of levels required for the 'Spoon' upgrade. (synced from server) [range: 1 ~ 99, default: 4] + I:upgradeCost=4 + } + + } + + coldfire { + # The type of fluid required to ignite cold fire. (synced from server) [default: vapor_of_levity] + S:fluidType=vapor_of_levity + + # The amount of fluid in mb the item can hold. (synced from server) [range: 0 ~ 2147483647, default: 1000] + I:mbCapacity=1000 + + # The amount of fluid in mb used per usage. If set to <= 0 fluid use will be disabled. (synced from server) [range: -1 ~ 2147483647, default: 10] + I:mbPerUse=10 + } + + bow { + # Amount of energy needed to mitigate one point of item damage. (synced from server) [range: 0 ~ 99999999, default: 1000] + I:energyUsePerDamagePoint=1000 + + # Amount of energy needed to fully draw the bow. (synced from server) [range: 0 ~ 99999999, default: 750] + I:energyUsePerDraw=750 + + # Amount of energy needed hold the bow fully draws (per tick). (synced from server) [range: 0 ~ 99999999, default: 5] + I:energyUsePerHoldTick=5 + + dark_bow { + # Damage bonus of the Dark Steel Bow when 'Empowered I' and it has energy. (synced from server) [range: 0.0 ~ 30.0, default: 0.0] + D:damage1=0.0 + + # Damage bonus of the Dark Steel Bow when 'Empowered II' and it has energy. (synced from server) [range: 0.0 ~ 30.0, default: 0.0] + D:damage2=0.0 + + # Damage bonus of the Dark Steel Bow when 'Empowered III' and it has energy. (synced from server) [range: 0.0 ~ 30.0, default: 0.0] + D:damage3=0.0 + + # Damage bonus of the Dark Steel Bow when 'Empowered IV' and it has energy. (synced from server) [range: 0.0 ~ 30.0, default: 0.0] + D:damage4=0.0 + + # Damage bonus of the Dark Steel Bow when 'Empowered V' and it has energy. (synced from server) [range: 0.0 ~ 30.0, default: 0.0] + D:damage5=0.0 + + # Damage bonus of the Dark Steel Bow when not empowered or out of energy. (synced from server) [range: 0.0 ~ 30.0, default: 0.0] + D:damageUnpowered=0.0 + + # Draw speed of the Dark Steel Bow when 'Empowered I' and it has energy. (normal bow is 20) (synced from server) [range: 1 ~ 100, default: 20] + I:drawSpeed1=20 + + # Draw speed of the Dark Steel Bow when 'Empowered II' and it has energy. (normal bow is 20) (synced from server) [range: 1 ~ 100, default: 18] + I:drawSpeed2=18 + + # Draw speed of the Dark Steel Bow when 'Empowered III' and it has energy. (normal bow is 20) (synced from server) [range: 1 ~ 100, default: 16] + I:drawSpeed3=16 + + # Draw speed of the Dark Steel Bow when 'Empowered IV' and it has energy. (normal bow is 20) (synced from server) [range: 1 ~ 100, default: 14] + I:drawSpeed4=14 + + # Draw speed of the Dark Steel Bow when 'Empowered V' and it has energy. (normal bow is 20) (synced from server) [range: 1 ~ 100, default: 12] + I:drawSpeed5=12 + + # Draw speed of the Dark Steel Bow when not empowered or out of energy. (normal bow is 20) (synced from server) [range: 1 ~ 100, default: 30] + I:drawSpeedUnpowered=30 + + # Force multiplier of the Dark Steel Bow when 'Empowered I' and it has energy. (synced from server) [range: 1.0 ~ 10.0, default: 1.2] + D:force1=1.2000000476837158 + + # Force multiplier of the Dark Steel Bow when 'Empowered II' and it has energy. (synced from server) [range: 1.0 ~ 10.0, default: 1.3] + D:force2=1.2999999523162842 + + # Force multiplier of the Dark Steel Bow when 'Empowered III' and it has energy. (synced from server) [range: 1.0 ~ 10.0, default: 1.4] + D:force3=1.399999976158142 + + # Force multiplier of the Dark Steel Bow when 'Empowered IV' and it has energy. (synced from server) [range: 1.0 ~ 10.0, default: 1.5] + D:force4=1.5 + + # Force multiplier of the Dark Steel Bow when 'Empowered V' and it has energy. (synced from server) [range: 1.0 ~ 10.0, default: 1.6] + D:force5=1.600000023841858 + + # Force multiplier of the Dark Steel Bow when not empowered or out of energy. (synced from server) [range: 1.0 ~ 10.0, default: 1.1] + D:forceUnpowered=1.100000023841858 + + # FOV multiplier of the Dark Steel Bow when 'Empowered I' and it has energy. (synced from server) [range: 0.0 ~ 1.0, default: 0.3] + D:fov1=0.30000001192092896 + + # FOV multiplier of the Dark Steel Bow when 'Empowered II' and it has energy. (synced from server) [range: 0.0 ~ 1.0, default: 0.35] + D:fov2=0.3499999940395355 + + # FOV multiplier of the Dark Steel Bow when 'Empowered III' and it has energy. (synced from server) [range: 0.0 ~ 1.0, default: 0.4] + D:fov3=0.4000000059604645 + + # FOV multiplier of the Dark Steel Bow when 'Empowered IV' and it has energy. (synced from server) [range: 0.0 ~ 1.0, default: 0.45] + D:fov4=0.44999998807907104 + + # FOV multiplier of the Dark Steel Bow when 'Empowered V' and it has energy. (synced from server) [range: 0.0 ~ 1.0, default: 0.5] + D:fov5=0.5 + + # FOV multiplier of the Dark Steel Bow when not empowered or out of energy. (synced from server) [range: 0.0 ~ 1.0, default: 0.25] + D:fovUnpowered=0.25 + } + + end_bow { + # Damage bonus of the End Steel Bow when 'Empowered I' and it has energy. (synced from server) [range: 0.0 ~ 30.0, default: 0.0] + D:damage1=0.0 + + # Damage bonus of the End Steel Bow when 'Empowered II' and it has energy. (synced from server) [range: 0.0 ~ 30.0, default: 0.0] + D:damage2=0.0 + + # Damage bonus of the End Steel Bow when 'Empowered III' and it has energy. (synced from server) [range: 0.0 ~ 30.0, default: 0.0] + D:damage3=0.0 + + # Damage bonus of the End Steel Bow when 'Empowered IV' and it has energy. (synced from server) [range: 0.0 ~ 30.0, default: 0.0] + D:damage4=0.0 + + # Damage bonus of the End Steel Bow when 'Empowered V' and it has energy. (synced from server) [range: 0.0 ~ 30.0, default: 0.0] + D:damage5=0.0 + + # Damage bonus of the End Steel Bow when not empowered or out of energy. (synced from server) [range: 0.0 ~ 30.0, default: 0.0] + D:damageUnpowered=0.0 + + # Draw speed of the End Steel Bow when 'Empowered I' and it has energy. (normal bow is 20) (synced from server) [range: 1 ~ 100, default: 15] + I:drawSpeed1=15 + + # Draw speed of the End Steel Bow when 'Empowered II' and it has energy. (normal bow is 20) (synced from server) [range: 1 ~ 100, default: 12] + I:drawSpeed2=12 + + # Draw speed of the End Steel Bow when 'Empowered III' and it has energy. (normal bow is 20) (synced from server) [range: 1 ~ 100, default: 11] + I:drawSpeed3=11 + + # Draw speed of the End Steel Bow when 'Empowered IV' and it has energy. (normal bow is 20) (synced from server) [range: 1 ~ 100, default: 10] + I:drawSpeed4=10 + + # Draw speed of the End Steel Bow when 'Empowered V' and it has energy. (normal bow is 20) (synced from server) [range: 1 ~ 100, default: 9] + I:drawSpeed5=9 + + # Draw speed of the End Steel Bow when not empowered or out of energy. (normal bow is 20) (synced from server) [range: 1 ~ 100, default: 20] + I:drawSpeedUnpowered=20 + + # Force multiplier of the End Steel Bow when 'Empowered I' and it has energy. (synced from server) [range: 1.0 ~ 10.0, default: 1.35] + D:force1=1.350000023841858 + + # Force multiplier of the End Steel Bow when 'Empowered II' and it has energy. (synced from server) [range: 1.0 ~ 10.0, default: 1.45] + D:force2=1.4500000476837158 + + # Force multiplier of the End Steel Bow when 'Empowered III' and it has energy. (synced from server) [range: 1.0 ~ 10.0, default: 1.55] + D:force3=1.5499999523162842 + + # Force multiplier of the End Steel Bow when 'Empowered IV' and it has energy. (synced from server) [range: 1.0 ~ 10.0, default: 1.65] + D:force4=1.649999976158142 + + # Force multiplier of the End Steel Bow when 'Empowered V' and it has energy. (synced from server) [range: 1.0 ~ 10.0, default: 1.75] + D:force5=1.75 + + # Force multiplier of the End Steel Bow when not empowered or out of energy. (synced from server) [range: 1.0 ~ 10.0, default: 1.25] + D:forceUnpowered=1.25 + + # FOV multiplier of the End Steel Bow when 'Empowered I' and it has energy. (synced from server) [range: 0.0 ~ 1.0, default: 0.35] + D:fov1=0.3499999940395355 + + # FOV multiplier of the End Steel Bow when 'Empowered II' and it has energy. (synced from server) [range: 0.0 ~ 1.0, default: 0.4] + D:fov2=0.4000000059604645 + + # FOV multiplier of the End Steel Bow when 'Empowered III' and it has energy. (synced from server) [range: 0.0 ~ 1.0, default: 0.45] + D:fov3=0.44999998807907104 + + # FOV multiplier of the End Steel Bow when 'Empowered IV' and it has energy. (synced from server) [range: 0.0 ~ 1.0, default: 0.5] + D:fov4=0.5 + + # FOV multiplier of the End Steel Bow when 'Empowered V' and it has energy. (synced from server) [range: 0.0 ~ 1.0, default: 0.55] + D:fov5=0.550000011920929 + + # FOV multiplier of the End Steel Bow when not empowered or out of energy. (synced from server) [range: 0.0 ~ 1.0, default: 0.3] + D:fovUnpowered=0.30000001192092896 + } + + } + + treetap { + # Durability of the Dark Steel Tree Tap. (synced from server) [range: 1 ~ 99999999, default: 2000] + I:durability=2000 + + # Energy use per damage/durability point avoided. (synced from server) [range: 1 ~ 99999999, default: 750] + I:energyPerDamage=750 + } + + backhoe { + # Durability of the Dark Steel Backhoe. (synced from server) [range: 1 ~ 99999999, default: 6000] + I:durability=6000 + + # Energy use per damage/durability point avoided. (synced from server) [range: 1 ~ 99999999, default: 250] + I:energyPerDamage=250 + } + + armor { + # Base amount of power used per jump energy dark steel boots. The second jump in a 'double jump' uses 2x this etc (synced from server) [range: 1 ~ 99999999, default: 150] + I:bootsJumpPowerCost=150 + + # If true, dark steel armor will drain power stored energy in power containers in the players inventory. (synced from server) [default: false] + B:drainPowerFromInventory=false + + # Amount of power used per block height of fall distance damage negated. [range: 1 ~ 99999999, default: 75] + I:fallDistanceCost=75 + } + + } + + infinitypowder { + # Chance that Infinity Powder will drop from creatures that were spawned by Infinity Fog. (0 to disable) (synced from server) [range: 0.0 ~ 1.0, default: 0.314] + D:dropChanceFogCreatures=0.3140000104904175 + + # Should making Infinity Powder be allowed in all dimensions? If not, it'll only work in the worlds configured in enableInDimensions. (synced from server) [default: false] + B:enableInAllDimensions=false + + # In which dimensions (numeric IDs) should Infinity Powder making be allowed? This is ignored if enableInAllDimensions is enabled. (synced from server) [range: -2147483648 ~ 2147483647, default: [I@4f895307] + I:enableInDimensions < + 0 + > + + # How old (in ticks) does a dying fire have to be to spawn Infinity Powder? (average fire age at death is 11.5s, default is 13s (synced from server) [range: 1 ~ 1000, default: 260] + I:fireMinAge=260 + + # Should making Infinity Powder be enabled? Please note that you need to provide an alternative way of crafting it if you disable this. (synced from server) [default: true] + B:inWorldCraftingEnabled=true + + # Should making Infinity Powder by lighting bedrock on fire be enabled? (no effect if inWorldCraftingEnabled is off) (synced from server) [default: true] + B:inWorldCraftingFireEnabled=true + + # Should making Infinity Powder by putting Firewater on bedrock be enabled? (no effect if inWorldCraftingEnabled is off) (synced from server) [default: true] + B:inWorldCraftingFireWaterEnabled=true + + # Blocks that should be considered infinite and can be used to split off Infinity Powder from. (synced from server) [default: [minecraft:bedrock]] + S:infiniteBlocks < + minecraft:bedrock + > + + # Should it make a sound when Infinity Powder drops from fire? [default: true] + B:makesSound=true + } + + deathpouch { + # Determine if the Death Urn is used up when activated. (synced from server) [default: true] + B:consumeDeathUrnOnUse=true + + # Disables the Death Urn completely. Don't forget to disable the item recipe when you enable this. (synced from server) [default: false] + B:disableDeathUrn=false + + # Determine if a Death Urn item is needed to create a grave. Don't forget to disable the item recipe when you enable this. (synced from server) [default: false] + B:freeGraves=false + + # Determine if a Death Urn can be looted by everone or only by the owner. Creative mode players can loot them always. (synced from server) [default: true] + B:protectedGraves=true + } + +} + + +machines { + # When a machine doesn't find a recipe for its inputs, how long (in ticks) should it wait until retrying? Increasing this can increase tps on bigger servers but will create awkward pauses until machines (re-)start after being idle or out of power. (synced from server) [range: 5 ~ 600, default: 20] + I:sleepBetweenFailedTries=20 +} + + +personal { + # Alpha (transparency) for the GUI background branding. [range: 0.02 ~ 1.0, default: 0.05] + D:GUIBrandingAlpha=0.05000000074505806 + + # Should the GUI background be branded? [default: true] + B:GUIBrandingEnabled=true + + # Texture for the GUI background branding. [default: enderio:textures/items/item_enderface_none.png] + S:GUIBrandingTexture=enderio:textures/items/item_enderface_none.png + + # Number of tiles for the GUI background branding. [range: 1 ~ 64, default: 2] + I:GUIBrandingTiles=2 + + # Should the Ender Armor texture be animated? [default: true] + B:animatedEnderArmorEnabled=true + + # Should the Gear item be animated? [default: true] + B:animatedGears=true + + # Should the Yeta wrench rotate in Third-person view? [default: true] + B:animatedYeta=true + + # Should the annoying new candy colors be used for Fused Glass/Quartz? [default: false] + B:candyColors=false + + # Celebrate Christmas? [default: true] + B:celebrateChristmas=true + + # Celebrate (western calendar) New Year? (synced from server) [default: true] + B:celebrateNewYear=true + + # Celebrate St Nicholas' Day? (synced from server) [default: true] + B:celebrateNicholas=true + + # Celebrate Reformation Day? (synced from server) [default: true] + B:celebrateReformation=true + + # Celebrate the International Space Day? [default: true] + B:celebrateSpaceDay=true + + # Valid values are between 2-5, smallest conduits at 2, largest at 5. (must be kept in sync with server) [range: 2 ~ 5, default: 3] + I:conduitPixels=3 + + # If true, machines will make particles. This has no effect on entities and important particles like Concussion TNT's explosion. [default: true] + B:machineParticlesEnabled=true + + # If true, machines will make sounds. [default: true] + B:machineSoundsEnabled=true + + # Volume of machine sounds. [range: -Infinity ~ 3.4028235E38, default: 1.0] + D:machineSoundsVolume=1.0 + + # Should the annoying recipe button be always disabled? [default: false] + B:recipeButtonDisableAlways=false + + # Should the annoying recipe button be disabled if JEI is installed? (no effect is recipeButtonReplaceWithJei is set) [default: false] + B:recipeButtonDisableWithJei=false + + # Should the JEI recipe button in the machine GUIs use the vanilla icon? [default: true] + B:recipeButtonInMachineGuis=true + + # Should the annoying recipe button be replaced with a JEI recipe button if JEI is installed? [default: true] + B:recipeButtonReplaceWithJei=true + B:tooltipsAddFuelToFluidContainers=true + B:tooltipsAddFurnaceFuel=true + + # What kind of overlay to use when holding the yeta wrench + # + # 0 - Sideways scrolling in center of screen + # 1 - Vertical icon bar in bottom right + # 2 - Old-style group of icons in bottom right [range: 0 ~ 2, default: 0] + I:yetaOverlayMode=0 + + # If true, shift-mouse wheel will change the conduit display mode when the YetaWrench is equipped. [default: true] + B:yetaUseSneakMouseWheel=true + + # If true, shift-clicking the YetaWrench on a null or non wrenchable object will change the conduit display mode. [default: false] + B:yetaUseSneakRightClick=false + + hiding { + # If true, nothing will be hidden in JEI regardless of the xml configuration for ingredient hiding. [default: false] + B:disableHiding=false + } + + loot { + # Selects which loot table configurations are injected for dungeon loot. Possible values are: + # - VANILLA (inject standard loot tables from the mod jar and/or world folder), \n- DEVELOPMENT (inject programmatic tables used in development) and \n- DISABLED (don't add any loot tables).\nPlease don't use DEVELOPMENT, those tables are only templates we use to create the real ones. (synced from server) [default: VANILLA] + S:generation=VANILLA + } + + tooltips { + # If true, adds energy value and burn time tooltips to fluid containers with liquid fuel. [default: true] + B:enableFluidContainerFuelTooltip=true + + # If true, adds burn duration tooltips to furnace fuels. [default: true] + B:enableFurnaceFuelTooltip=true + + # Should paintable (and painted) items have a tooltip showing their paint information? Possible values are ALWAYS, NEVER and AUTO. The latter will only show tooltips if there is some way to paint items available (e.g. the Painting Machine). [default: AUTO] + S:enablePainterTooltip=AUTO + } + +} + + +recipe { + # When disabled the XML recipe files that come built-in with Ender IO will not be loaded. Only user supplied files (in the 'recipes/user' folder) will be loaded. YOU MUST SUPPLY THE RECIPES ENDER IO NEEDS TO WORK YOURSELF IF YOU DO SO. (synced from server) [default: true] + B:loadCoreRecipes=true + + painter { + # When enabled, blocks with tile entities (e.g. machines) can be used as paint targets. (synced from server) [default: true] + B:allowTileEntitiesAsPaintSource=true + + # Painting cobblestone costs this much in relation to 'energyPerTask'. (synced from server) [range: 0.001 ~ 1000.0, default: 3.0] + D:energyFactorForCobblestone=3.0 + + # Painting Reinforced Obsidian costs this much in relation to 'energyPerTask'. (synced from server) [range: 0.001 ~ 1000.0, default: 10.0] + D:energyFactorForReinforcedObsidian=10.0 + + # Painting a workbench (crafting table) costs this in relation to than 'energyPerTask'. (synced from server) [range: 1.0 ~ 1000.0, default: 50.0] + D:energyFactorForWorkbench=50.0 + + # The total amount of energy required to paint one block. (synced from server) [range: 1 ~ 1000000, default: 2000] + I:energyPerTask=2000 + } + + alloy { + # Automatically create alloy smelter recipes with double and triple inputs and different slot allocations (1+1+1, 2+1, 1+2, 3 and 2) for single-input recipes. (synced from server) [default: true] + B:createSyntheticRecipes=true + } + + lootcap { + # Base level increase when combining Loot Capacitors. (synced from server) [range: 0.1 ~ 9.0, default: 1.0] + D:baseLevelIncrement=1.0 + + # Chance that base level increases when combining Loot Capacitors. (synced from server) [range: 0.001 ~ 1.0, default: 0.5] + D:baseLevelIncrementChance=0.5 + + # Maximum reachable base level when combining Loot Capacitors. (synced from server) [range: 0.1 ~ 9.9, default: 5.5] + D:baseLevelIncrementMax=5.5 + + # Allow Loot Capacitors to be combined in an Anvil. (synced from server) [default: true] + B:enableLootCapCombining=true + + # Facor to the level cost when combining Loot Capacitors. (synced from server) [range: 0.1 ~ 10.0, default: 1.0] + D:levelCostFactor=1.0 + + # Do Loot Capacitors have to be of the same type to be combined in an Anvil? (synced from server) [default: true] + B:requireSameType=true + + # Bias to the speciality level change when combining Loot Capacitors. (synced from server) [range: -0.25 ~ 0.25, default: 0.0] + D:specialityLevelBias=0.0 + + # Maximum reachable speciality level when combining Loot Capacitors. (synced from server) [range: 0.1 ~ 9.9, default: 5.75] + D:specialityLevelMax=5.75 + + # Minimum reachable speciality level when combining Loot Capacitors. (synced from server) [range: 0.1 ~ 9.9, default: 0.1] + D:specialityLevelMin=0.10000000149011612 + } + +} + + +teleport { + # Can direct travel between blocks (e.g. Travel Anchors) be activated by jumping? (at least one of activateSneak/activateJump must be enabled) [default: true] + B:activateJump=true + + # Can direct travel between blocks (e.g. Travel Anchors) be activated by sneaking? (at least one of activateSneak/activateJump must be enabled) [default: true] + B:activateSneak=true + + # Default energy cost per block of distance of travel using an item (e.g. Staff blinking). (synced from server) [range: 0.0 ~ 999999.0, default: 250.0] + D:defaultTeleportEnergyCostItem=250.0 + + # Default energy cost per block of distance of travel using an item to a block (e.g. Staff to Travel Anchors). (synced from server) [range: 0.0 ~ 999999.0, default: 250.0] + D:defaultTeleportEnergyCostItemToBlock=250.0 + + # Default range of direct travel between blocks (e.g. Travel Anchors). (synced from server) [range: 16 ~ 512, default: 96] + I:defaultTeleportRangeBlocks=300 + + # Default range of travel using an item (e.g. Staff blinking). (synced from server) [range: 4 ~ 512, default: 16] + I:defaultTeleportRangeItem=16 + + # Default range of travel using an item to a block (e.g. Staff to Travel Anchors). (synced from server) [range: 16 ~ 512, default: 256] + I:defaultTeleportRangeItemToBlock=512 + + # Visual size of possible targets when travelling to blocks. [range: 0.01 ~ 1.0, default: 0.2] + D:visualScale=0.20000000298023224 +} + + +top { + # If true, 'The One Probe' by McJty will be supported. (synced from server) [default: true] + B:enabled=true + + # If true, the channel list will be shown always, otherwise only it will only be shown on 'extended' mode (e.g. with shift pressed). (synced from server) [default: false] + B:showChannelsByDefault=false + + # If true, the item count will be shown always, otherwise only it will only be shown on 'extended' mode (e.g. with shift pressed). (synced from server) [default: true] + B:showItemCountDefault=true + + # If true, the mob list will be shown always, otherwise only it will only be shown on 'extended' mode (e.g. with shift pressed). (synced from server) [default: true] + B:showMobsByDefault=true + + # If true, the power level will be shown always, otherwise only it will only be shown on 'extended' mode (e.g. with shift pressed). (synced from server) [default: true] + B:showPowerByDefault=true + + # If true, the progress will be shown always, otherwise only it will only be shown on 'extended' mode (e.g. with shift pressed). (synced from server) [default: true] + B:showProgressByDefault=true + + # If true, the range will be shown always, otherwise only it will only be shown on 'extended' mode (e.g. with shift pressed). (synced from server) [default: false] + B:showRangeByDefault=false + + # If true, the resdstone status will be shown always, otherwise only it will only be shown on 'extended' mode (e.g. with shift pressed). (synced from server) [default: false] + B:showRedstoneByDefault=false + + # If true, the side config will be shown always, otherwise only it will only be shown on 'extended' mode (e.g. with shift pressed). (synced from server) [default: false] + B:showSideConfigByDefault=false + + # If true, the tank content will be shown always, otherwise only it will only be shown on 'extended' mode (e.g. with shift pressed). (synced from server) [default: true] + B:showTanksByDefault=true + + # If true, the XP level will be shown always, otherwise only it will only be shown on 'extended' mode (e.g. with shift pressed). (synced from server) [default: true] + B:showXPByDefault=true +} + + diff --git a/config/enderio/enderioconduits.cfg b/config/enderio/enderioconduits.cfg new file mode 100644 index 00000000..b778fd0a --- /dev/null +++ b/config/enderio/enderioconduits.cfg @@ -0,0 +1,71 @@ +# Configuration file + +conduit { + # If enabled, conduits will change their light levels based on their contents. (synced from server) [default: false] + B:dynamicLighting=false + + # If enabled, transparent facades will not block the Beacon's beam. As side effect they will also let through a tiny amount of light. (synced from server) [default: true] + B:transparentFacadesLetThroughBeaconBeam=true + + # When true: Correct lighting is recalculated (client side) for conduit bundles when transitioning from being hidden behind a facade. This produces better quality rendering but can result in frame stutters when switching to/from a wrench. (client-only setting) [default: false] + B:updateLightingWhenHidingFacades=false + + energy { + # If set to false power conduits of different tiers cannot be connected. in this case a block such as a cap. bank is needed to bridge different tiered networks. (synced from server) [default: false] + B:canDifferentTiersConnect=false + + # Enable per tick sampling on individual power inputs and outputs. This allows slightly more detailed messages from the Conduit Probe but has a negative impact on server performance. (synced from server) [default: false] + B:detailedTracking=false + + # The maximum IO for the tier 1 power conduit. (synced from server) [range: 1 ~ 1000000000, default: 640] + I:tier1_maxIO=640 + + # The maximum IO for the tier 2 power conduit. (synced from server) [range: 1 ~ 1000000000, default: 5120] + I:tier2_maxIO=5120 + + # The maximum IO for the tier 3 power conduit. (synced from server) [range: 1 ~ 1000000000, default: 20480] + I:tier3_maxIO=20480 + } + + redstone { + # If set to false redstone conduits will look the same whether they are recieving a signal or not. This can help with performance. (synced from server) [default: false] + B:showState=false + } + + fluid { + # Millibuckets per tick extracted by a fluid conduit's auto extracting. (synced from server) [range: 1 ~ 1000000000, default: 50] + I:tier1_extractRate=50 + + # Millibuckets per tick that can pass through a single connection to a fluid conduit. (synced from server) [range: 1 ~ 1000000000, default: 200] + I:tier1_maxIO=200 + + # Millibuckets per tick extracted by a pressurized fluid conduit's auto extracting. (synced from server) [range: 1 ~ 1000000000, default: 100] + I:tier2_extractRate=100 + + # Millibuckets per tick that can pass through a single connection to a pressurized fluid conduit. (synced from server) [range: 1 ~ 1000000000, default: 400] + I:tier2_maxIO=400 + + # Millibuckets per tick extracted by a ender fluid conduit's auto extracting. (synced from server) [range: 1 ~ 1000000000, default: 200] + I:tier3_extractRate=200 + + # Millibuckets per tick that can pass through a single connection to a ender fluid conduit. (synced from server) [range: 1 ~ 1000000000, default: 800] + I:tier3_maxIO=800 + } + + item { + # When extracting from an inventory, how many items should be tried to insert somewhere? Lowering this can increase tps on bigger servers but will slow down extracting from big inventories. Default is one normal chest. Empty slots are not counted. (synced from server) [range: 1 ~ 512, default: 27] + I:maxSlotCheckPerTick=27 + + # When extracting from an inventory, how long should the connection wait until retrying if it couldn't transfer anything? Note that this is per input connection. Increasing this can increase tps on bigger servers but will create awkward pauses until conduits (re-)start transfering items. (synced from server) [range: 10 ~ 500, default: 50] + I:sleepBetweenFailedTries=50 + + # When extracting from an inventory, how often should the connection check if it is in extract mode and its redstone mode allows extracting? Note that this is per input connection. Increasing this can increase tps on bigger servers but will create awkward pauses until conduits (re-)start transfering items. (synced from server) [range: 10 ~ 500, default: 20] + I:sleepBetweenTries=20 + + # If true, 'line of sight' distance rather than conduit path distance is used to calculate priorities. (synced from server) [default: false] + B:usePhyscialDistance=false + } + +} + + diff --git a/config/enderio/enderioendergy.cfg b/config/enderio/enderioendergy.cfg new file mode 100644 index 00000000..41dbe231 --- /dev/null +++ b/config/enderio/enderioendergy.cfg @@ -0,0 +1,45 @@ +# Configuration file + +conduit { + + energy { + # The maximum IO for the cobble endergy conduit. (synced from server) [range: 1 ~ 2000000000, default: 20] + I:tier1=20 + + # The maximum IO for the pink slime endergy conduit. (synced from server) [range: 1 ~ 2000000000, default: 81920] + I:tier10=81920 + + # The maximum IO for the melodic endergy conduit. (synced from server) [range: 1 ~ 2000000000, default: 327680] + I:tier12=327680 + + # The maximum IO for the stellar endergy conduit. (synced from server) [range: 1 ~ 2000000000, default: 2000000000] + I:tier13=2000000000 + + # The maximum IO for the iron endergy conduit. (synced from server) [range: 1 ~ 2000000000, default: 40] + I:tier2=40 + + # The maximum IO for the aluminium endergy conduit. (synced from server) [range: 1 ~ 2000000000, default: 80] + I:tier3=80 + + # The maximum IO for the gold endergy conduit. (synced from server) [range: 1 ~ 2000000000, default: 160] + I:tier4=160 + + # The maximum IO for the copper endergy conduit. (synced from server) [range: 1 ~ 2000000000, default: 320] + I:tier5=320 + + # The maximum IO for the silver endergy conduit. (synced from server) [range: 1 ~ 2000000000, default: 1280] + I:tier6=1280 + + # The maximum IO for the electrum endergy conduit. (synced from server) [range: 1 ~ 2000000000, default: 2560] + I:tier7=2560 + + # The maximum IO for the energetic silver endergy conduit. (synced from server) [range: 1 ~ 2000000000, default: 10240] + I:tier8=10240 + + # The maximum IO for the crystalline endergy conduit. (synced from server) [range: 1 ~ 2000000000, default: 40960] + I:tier9=40960 + } + +} + + diff --git a/config/enderio/enderiointegrationforestry.cfg b/config/enderio/enderiointegrationforestry.cfg new file mode 100644 index 00000000..41e25b3f --- /dev/null +++ b/config/enderio/enderiointegrationforestry.cfg @@ -0,0 +1,23 @@ +# Configuration file + +items { + + darksteel { + + upgrades { + + forestry { + # Number of levels required for the Apiarist Armor upgrade. (synced from server) [range: 1 ~ 99, default: 4] + I:apiaristArmorCost=4 + + # Number of levels required for the Naturalist Eye upgrade. (synced from server) [range: 1 ~ 99, default: 4] + I:naturalistEyeCost=4 + } + + } + + } + +} + + diff --git a/config/enderio/enderioinvpanel.cfg b/config/enderio/enderioinvpanel.cfg new file mode 100644 index 00000000..297fdc15 --- /dev/null +++ b/config/enderio/enderioinvpanel.cfg @@ -0,0 +1,71 @@ +# Configuration file + +invpanel { + # Internal power used per item extracted (not a stack of items) (synced from server) [range: 0.0 ~ 3.4028235E38, default: 12.0] + D:inventoryPanelExtractCostPerItem=12.0 + + # Internal power used per extract operation (independent of stack size) (synced from server) [range: 0.0 ~ 3.4028235E38, default: 32.0] + D:inventoryPanelExtractCostPerOperation=32.0 + + # If true, the inv panel will not accept fluids and will be active permanently. (synced from server) [default: false] + B:inventoryPanelFree=false + + # Internal power generated per mB. The default of 800/mB matches the RF generation of the Zombie generator. A panel tries to refill only once every second - setting this value too low slows down the scanning speed. (synced from server) [range: 1.0 ~ 3.4028235E38, default: 800.0] + D:inventoryPanelPowerPerMB=800.0 + + # If true stack sizes will be drawn at a smaller size with a little more detail. [default: true] + B:inventoryPanelScaleText=true + + # Internal power used for scanning a slot (synced from server) [range: 0.0 ~ 3.4028235E38, default: 0.1] + D:inventoryPanelScanCostPerSlot=0.10000000149011612 + + # The type of fluid required (synced from server) [default: nutrient_distillation] + S:remoteInventoryFluidTypesTier0=nutrient_distillation + + # The type of fluid required (synced from server) [default: ender_distillation] + S:remoteInventoryFluidTypesTier1=ender_distillation + + # The type of fluid required (synced from server) [default: vapor_of_levity] + S:remoteInventoryFluidTypesTier2=vapor_of_levity + + # Capacity of the internal tank in MB (synced from server) [range: 0 ~ 2147483647, default: 2000] + I:remoteInventoryMBCapacityTier0=2000 + + # Capacity of the internal tank in MB (synced from server) [range: 0 ~ 2147483647, default: 1000] + I:remoteInventoryMBCapacityTier1=1000 + + # Capacity of the internal tank in MB (synced from server) [range: 0 ~ 2147483647, default: 1500] + I:remoteInventoryMBCapacityTier2=1500 + + # MB required to open the panel (synced from server) [range: 0 ~ 2147483647, default: 100] + I:remoteInventoryMBPerOpenTier0=100 + + # MB required to open the panel (synced from server) [range: 0 ~ 2147483647, default: 25] + I:remoteInventoryMBPerOpenTier1=25 + + # MB required to open the panel (synced from server) [range: 0 ~ 2147483647, default: 15] + I:remoteInventoryMBPerOpenTier2=15 + + # Capacity of the internal energy storage (synced from server) [range: 0 ~ 2147483647, default: 60000] + I:remoteInventoryRFCapacityTier0=60000 + + # Capacity of the internal energy storage (synced from server) [range: 0 ~ 2147483647, default: 120000] + I:remoteInventoryRFCapacityTier1=120000 + + # Capacity of the internal energy storage (synced from server) [range: 0 ~ 2147483647, default: 150000] + I:remoteInventoryRFCapacityTier2=150000 + + # RF used per tick when the panel is open (synced from server) [range: 0 ~ 2147483647, default: 4] + I:remoteInventoryRFPerTickTier0=4 + + # RF used per tick when the panel is open (synced from server) [range: 0 ~ 2147483647, default: 6] + I:remoteInventoryRFPerTickTier1=6 + + # RF used per tick when the panel is open (synced from server) [range: 0 ~ 2147483647, default: 8] + I:remoteInventoryRFPerTickTier2=8 + + # If true, the inv panel will respect gravity and fall like an anvil when not attached to a block. (synced from server) [default: true] + B:respectsGravity=true +} + + diff --git a/config/enderio/enderiomachines.cfg b/config/enderio/enderiomachines.cfg new file mode 100644 index 00000000..ef123d2c --- /dev/null +++ b/config/enderio/enderiomachines.cfg @@ -0,0 +1,550 @@ +# Configuration file + +alloysmelter { + # Operating profile for the Enhanced Alloy Smelter. Restaring the game is needed for a change to be reflected in JEI. (synced from server) [default: AUTO] + S:profileEnhancedAlloy=AUTO + + # Operating profile for the Alloy Smelter. Restaring the game is needed for a change to be reflected in JEI. (synced from server) [default: AUTO] + S:profileNormal=AUTO + + # Operating profile for the Simple Alloy Smelter. Restaring the game is needed for a change to be reflected in JEI. (synced from server) [default: SIMPLE_ALLOY] + S:profileSimpleAlloy=SIMPLE_ALLOY + + # Operating profile for the Simple Furnace. Restaring the game is needed for a change to be reflected in JEI. (synced from server) [default: SIMPLE_FURNACE] + S:profileSimpleFurnace=SIMPLE_FURNACE + + # If true, the Simple Alloy Smelter will respect gravity and fall like an anvil when not attached to a block. (synced from server) [default: true] + B:respectsGravitySimple=true +} + + +attractor { + # Maximum number of mobs any Attraction Obelisk can attract at any time. (synced from server) [range: 1 ~ 64, default: 20] + I:maxMobsAttracted=20 +} + + +client { + # Which color should blood have? (RED, GREEN, AUTO) [default: AUTO] + S:bloodColor=AUTO + + # If true, only a handful of sample painter recipes will be shown in JEI. Enable this if you have timing problems starting a world or logging into a server. [default: true] + B:jeiUseShortenedPainterRecipes=true +} + + +crafter { + # If true, the Simple Crafter will respect gravity and fall like an anvil when not attached to a block. (synced from server) [default: true] + B:respectsGravitySimple=true +} + + +experience { + # Millibuckets per tick that can get in or out. (synced from server) [range: 1 ~ 1000000000, default: 200] + I:maxIO=200 +} + + +farm { + # Disable the notification text above the farm block. [default: false] + B:disableFarmNotification=false + + # If enabled, the farming area will receive some additional growth ticks. Disabling this can improve performance on budy servers (synced from server) [default: true] + B:enableCarefulCare=true + + # The chance that bonemeal will be tried. (synced from server) [range: 0.0 ~ 1.0, default: 0.75] + D:farmBonemealChance=0.75 + + # The delay (in blocks) between an unsuccessful bonemealing and the next try. (synced from server) [range: 0 ~ 2147483647, default: 4] + I:farmBonemealDelayFail=4 + + # The delay (in blocks) between a successful bonemealing and the next try. (synced from server) [range: 0 ~ 2147483647, default: 16] + I:farmBonemealDelaySuccess=16 + + # The amount of energy an unsuccessful bonemealing uses. (synced from server) [range: 0 ~ 2147483647, default: 80] + I:farmBonemealEnergyUseFail=80 + + # The amount of energy a successful bonemealing uses. (synced from server) [range: 0 ~ 2147483647, default: 160] + I:farmBonemealEnergyUseSuccess=160 + + # The amount of energy harvesting a block with an axe uses. (synced from server) [range: 0 ~ 2147483647, default: 1000] + I:farmHarvestAxeEnergyUse=1000 + + # The amount of energy harvesting a block with anything else but an axe uses. (synced from server) [range: 0 ~ 2147483647, default: 500] + I:farmHarvestEnergyUse=500 + + # The amount of energy planting a seed uses. (synced from server) [range: 0 ~ 2147483647, default: 0] + I:farmPlantEnergyUse=0 + + # The amount of saplings the farm has to have in reserve to switch to shearing all leaves. If there are less saplings in store, it will only shear part the leaves and break the others for saplings. Set this to 0 to always shear all leaves. (synced from server) [range: 0 ~ 64, default: 8] + I:farmSaplingReserveAmount=8 + + # If this is enabled the farm will stop if there is not at least one empty output slot. Otherwise it will only stop if all output slots are full. (synced from server) [default: true] + B:farmStopOnNoOutputSlots=true + + # The amount of energy tilling the ground uses. (synced from server) [range: 0 ~ 2147483647, default: 0] + I:farmTillEnergyUse=0 + + # The chance that a tool will take damage when used. (synced from server) [range: 0.0 ~ 1.0, default: 1.0] + D:farmToolDamageChance=1.0 + + # The amount of water in mB that flows into the tankl when it rains. (Note: Vanilla Cauldron=333) (synced from server) [range: 0 ~ 1000, default: 100] + I:rainWaterAmount=100 + + # The chance that rain will flow into the tank. Set to 0 to disable. (Note: Vanilla Cauldron=0.05) (synced from server) [range: 0.0 ~ 1.0, default: 1.0] + D:rainWaterChance=1.0 + + # If enabled, output overflow will be queued, otherwise it will spill. (synced from server) [default: true] + B:useOutputQueue=true + + # The amount of water in mB that is used every time the Farming Station boosts a plant. Setting this to 0 disables the need for water in the tank. (synced from server) [range: 0 ~ 1000, default: 0] + I:waterCarefulCare=0 + + # If this is enabled the farm will show water particles when watering farmland. [default: true] + B:waterFarmlandParticles=true + + # The amount of water in mB that is used every time a farmland block tries to dry out. Setting this to 0 disables the need for water in the tank. (synced from server) [range: 0 ~ 1000, default: 1] + I:waterPerFarmland=1 + + # The size of the water tank in mB. Setting this to 0 disables the tank and forces waterPerFarmland/waterCarefulCare to 0. (synced from server) [range: 0 ~ 64000, default: 2000] + I:waterTankSize=2000 +} + + +generator { + + combustion { + # How large should the fuel and coolant tanks of the combustion generator be? (synced from server) [range: 500 ~ 50000, default: 5000] + I:combGenTankSize=5000 + } + + lavagen { + # Chance that active cooling will evaporate water blocks. Set to 0 to disable. (synced from server) [range: 0.0 ~ 1.0, default: 0.5] + D:activeCoolingEvaporatesWater=0.5 + + # Chance that active cooling will liquefy icd blocks. Set to 0 to disable. (synced from server) [range: 0.0 ~ 1.0, default: 0.25] + D:activeCoolingLiquefiesIce=0.25 + + # The amount of heat gained per tick when generating. (synced from server) [range: 0 ~ 64, default: 4] + I:heatGain=4 + + # The amount of heat lost per tick when actively cooled with a cold fluid block. Note that only one neighbor is checked per tick. (synced from server) [range: 0 ~ 64, default: 3] + I:heatLossActive=3 + + # The amount of heat lost per tick. (synced from server) [range: 0 ~ 64, default: 1] + I:heatLossPassive=1 + + # The maximum heat that can be reached, as factor of the time it takes to process one bucket of lava. (synced from server) [range: 1 ~ 64, default: 8] + I:maxHeatFactor=8 + + # The minimum efficiency the machine will not go under even when fully heated up. (synced from server) [range: 0.0 ~ 1.0, default: 0.05] + D:minEfficiency=0.05000000074505806 + + # The amount of lava (in mB) needed to generate one block of cobble/stone/obsidian. (synced from server) [range: 1 ~ 64000, default: 1000] + I:outputAmount=1000 + + # When enabled, cooled down lava will turn into cobble. The type of output depends on the type of cooling. (synced from server) [default: true] + B:outputCobbleEnabled=true + + # When enabled, cooled down lava will turn into obsidian. The type of output depends on the type of cooling. (synced from server) [default: true] + B:outputObsidianEnabled=true + + # When enabled, cooled down lava will turn into stone. The type of output depends on the type of cooling. (synced from server) [default: true] + B:outputStoneEnabled=true + + # The heat percentage above which the machine will overheat and set things on fire. (synced from server) [range: 0.0 ~ 1.0, default: 0.8] + D:overheatThreshold=0.800000011920929 + + # The size of the lava tank. (synced from server) [range: 1 ~ 64000, default: 4000] + I:tankSize=4000 + + # When enabled, the vanilla burn time for a bucket of lava is used. When disabled, the current burn time (which could be changed by any mod) is used. (synced from server) [default: true] + B:useVanillaBurnTime=true + } + + solar { + # When enabled Photovoltaic Panels of different kinds can join together as a multi-block (synced from server) [default: false] + B:canSolarTypesJoin=false + + # Cost in XP levels of the Simple Solar upgrade. (synced from server) [range: 1 ~ 2147483647, default: 4] + I:darkSteelSolar0Cost=4 + + # Energy generated per SECOND by the Simple Solar upgrade. Split between all equipped DS armors. (synced from server) [range: 1 ~ 2147483647, default: 10] + I:darkSteelSolar0Gen=10 + + # Cost in XP levels of the Solar I upgrade. (synced from server) [range: 1 ~ 2147483647, default: 8] + I:darkSteelSolar1Cost=8 + + # Energy generated per SECOND by the Solar I upgrade. Split between all equipped DS armors. (synced from server) [range: 1 ~ 2147483647, default: 40] + I:darkSteelSolar1Gen=40 + + # Cost in XP levels of the Solar II upgrade. (synced from server) [range: 1 ~ 2147483647, default: 16] + I:darkSteelSolar2Cost=16 + + # Energy generated per SECOND by the Solar II upgrade. Split between all equipped DS armors. (synced from server) [range: 1 ~ 2147483647, default: 80] + I:darkSteelSolar2Gen=80 + + # Cost in XP levels of the Solar III upgrade. (synced from server) [range: 1 ~ 2147483647, default: 24] + I:darkSteelSolar3Cost=24 + + # Energy generated per SECOND by the Solar III upgrade. Split between all equipped DS armors. (synced from server) [range: 1 ~ 2147483647, default: 160] + I:darkSteelSolar3Gen=160 + + # Cost in XP levels of the Solar IV upgrade (Endergy). (synced from server) [range: 1 ~ 2147483647, default: 28] + I:darkSteelSolar4Cost=28 + + # Energy generated per SECOND by the Solar IV upgrade (Endergy). Split between all equipped DS armors. (synced from server) [range: 1 ~ 2147483647, default: 960] + I:darkSteelSolar4Gen=960 + + # Cost in XP levels of the Solar V upgrade (Endergy). (synced from server) [range: 1 ~ 2147483647, default: 32] + I:darkSteelSolar5Cost=32 + + # Energy generated per SECOND by the Solar V upgrade (Endergy). Split between all equipped DS armors. (synced from server) [range: 1 ~ 2147483647, default: 5760] + I:darkSteelSolar5Gen=5760 + + # Cost in XP levels of the Solar VI upgrade (Endergy). (synced from server) [range: 1 ~ 2147483647, default: 36] + I:darkSteelSolar6Cost=36 + + # Energy generated per SECOND by the Solar VI upgrade (Endergy). Split between all equipped DS armors. (synced from server) [range: 1 ~ 2147483647, default: 34560] + I:darkSteelSolar6Gen=34560 + + # If enabled allows the solar upgrade to charge non-darksteel armors that the player is wearing. (synced from server) [default: true] + B:helmetChargeOthers=true + + # Energy generated per TICK by Simple Photovoltaic Panels. (synced from server) [range: 1 ~ 2147483647, default: 10] + I:solarPanel0Gen=10 + + # Energy generated per TICK by Photovoltaic Panels. (synced from server) [range: 1 ~ 2147483647, default: 40] + I:solarPanel1Gen=40 + + # Energy generated per TICK by Advanced Photovoltaic Panels. (synced from server) [range: 1 ~ 2147483647, default: 80] + I:solarPanel2Gen=80 + + # Energy generated per TICK by Vibrant Photovoltaic Panels. (synced from server) [range: 1 ~ 2147483647, default: 160] + I:solarPanel3Gen=160 + + # Energy generated per TICK by Compressed Photovoltaic Panels (Endergy). (synced from server) [range: 1 ~ 2147483647, default: 960] + I:solarPanel4Gen=960 + + # Energy generated per TICK by Concentrated Photovoltaic Panels (Endergy). (synced from server) [range: 1 ~ 2147483647, default: 5760] + I:solarPanel5Gen=5760 + + # Energy generated per TICK by Ultimate Photovoltaic Panels (Endergy). (synced from server) [range: 1 ~ 2147483647, default: 34560] + I:solarPanel6Gen=34560 + + # When enabled Photovoltaic Panels accept Liquid Sunshine directly above them as source of sunlight. (synced from server) [default: true] + B:solarPoweredBySunshine=true + + # How often (in ticks) the Photovoltaic Panels should check the sun's angle. (synced from server) [range: 1 ~ 2147483647, default: 100] + I:solarRecalcSunTick=100 + } + + zombie { + # How full does the tank need to be for the zombie head to produce energy?. (0.0-0.9995) (synced from server) [range: 0.0 ~ 0.9995, default: 0.7] + D:minimumTankLevel=0.699999988079071 + + # The number of ticks one bucket of fuel lasts. (synced from server) [range: 1 ~ 2147483647, default: 12000] + I:ticksPerBucketOfFuel=12000 + } + + ender { + D:minimumTankLevel=0.699999988079071 + I:ticksPerBucketOfFuel=96000 + } + + stirling { + # If true, the Simple Stirling Generator will respect gravity and fall like an anvil when not attached to a block. (synced from server) [default: true] + B:respectsGravitySimple=true + } + +} + + +impulse_hopper { + # How many ticks should it take for each operation? (Note: This scales quadratically with the capacitor) (synced from server) [range: 1 ~ 20, default: 20] + I:impulseHopperWorkEveryTick=20 +} + + +inhibitor { + # When true, slimes wont be allowed to spawn at all. Only added to aid testing in super flat worlds. (synced from server) [default: false] + B:stopAllSlimes=false + + # When true, squid wont be allowed to spawn at all. Only added to aid testing in super flat worlds. (synced from server) [default: false] + B:stopAllSquid=false +} + + +killerjoe { + # The reach of attacks above and below Joe. (synced from server) [range: 1.0 ~ 32.0, default: 2.0] + D:killerJoeAttackHeight=2.0 + + # The reach of attacks in front of Joe. (synced from server) [range: 1.0 ~ 32.0, default: 4.0] + D:killerJoeAttackLength=4.0 + + # The reach of attacks to each side of Joe. (synced from server) [range: 1.0 ~ 32.0, default: 2.0] + D:killerJoeAttackWidth=2.0 + + # The distance from which XP will be gathered above and below Joe. (only used when killerMendingEnabled is enabled) (synced from server) [range: 1.0 ~ 32.0, default: 2.0] + D:killerJoeHooverXpHeight=2.0 + + # The distance from which XP will be gathered in front of Joe. (only used when killerMendingEnabled is enabled) (synced from server) [range: 1.0 ~ 32.0, default: 10.0] + D:killerJoeHooverXpLength=10.0 + + # The distance from which XP will be gathered to each side of Joe. (only used when killerMendingEnabled is enabled) (synced from server) [range: 1.0 ~ 32.0, default: 5.0] + D:killerJoeHooverXpWidth=5.0 + + # Set whether the Killer Joe can attack through blocks. (synced from server) [default: false] + B:killerJoeMustSee=false + + # The number of millibuckets of nutrient fluid used per attack. (synced from server) [range: 1 ~ 2147483647, default: 5] + I:killerJoeNutrientUsePerAttackMb=5 + + # If enabled, the Killer Joe will pick up XP for the enchantement 'Mending' on the weapon. (synced from server) [default: true] + B:killerMendingEnabled=true + + # If enabled, Creepers will explode for the Killer Joe just like for any player. (synced from server) [default: false] + B:killerProvokesCreeperExplosions=false + B:killerProvokesCreeperExpolosions=false + + # If enabled, Zombies will summon help for the Killer Joe just like for any player. (synced from server) [default: false] + B:killerProvokesZombieHordes=false + + # Set whether the Killer Joe swings even if PvP is off (that swing will do nothing unless killerPvPoffIsIgnored is enabled). (synced from server) [default: false] + B:killerPvPoffDisablesSwing=false + + # Set whether the Killer Joe ignores PvP settings and always hits players (killerPvPoffDisablesSwing must be off for this to work). (synced from server) [default: false] + B:killerPvPoffIsIgnored=false +} + + +niard { + # Is the Niard allowed to place water in the Nether? (synced from server) [default: false] + B:allowWaterInHell=false +} + + +personal { + B:enableAlloySmelterAlloyingJEI=true + B:enableAlloySmelterFurnaceJEI=true + B:enableCombustionGenJEI=true + B:enableEnchanterJEI=true + B:enableEnderGenJEI=true + B:enableGrindingBallsJEI=true + B:enableLavaGeneratorJEI=true + B:enablePainterJEI=true + B:enableSliceAndSpliceJEI=true + B:enableSolarJEI=true + B:enableSoulBinderJEI=true + B:enableStirlingGenJEI=true + B:enableTankFluidInOutJEI=true + B:enableTankMendingJEI=true + B:enableVatJEI=true + B:enableWeatherObeliskJEI=true + B:enableWiredChargerJEI=true + B:enableZombieGenJEI=true +} + + +sagmill { + # If true, the Simple SAG Mill will respect gravity and fall like an anvil when not attached to a block. (synced from server) [default: true] + B:respectsGravitySimple=true +} + + +slicensplice { + # The chance that a tool will take damage each tick while the Slice'n'Splice is running (0 = no chance, 1 = 100% chance). Tools will always take damage when the crafting is finished. (synced from server) [range: 0.0 ~ 1.0, default: 0.01] + D:toolDamageChance=0.009999999776482582 +} + + +soulbinder { + # Amount of XP fluid in mB the Soul Binder can accept per tick. (synced from server) [range: 1 ~ 2147483647, default: 50] + I:soulFluidInputRate=50 + + # Amount of XP fluid in mB that can be extracted from the Soul Binder per tick. (synced from server) [range: 1 ~ 2147483647, default: 50] + I:soulFluidOutputRate=50 +} + + +spawner { + # Disable the notification text above the block. [default: false] + B:disableNotification=false + + # The number of levels it costs to add a broken spawner (synced from server) [range: 1 ~ 2147483647, default: 16] + I:powerSpawnerAddSpawnerCost=16 + + # If true, spawners for all mobs will be added to the creative menu. Otherwise only a handfull of samples are added. (Client setting.) [default: false] + B:poweredSpawnerAddAllMobsCreative=false + + # Number of seconds in which spawned entities are protected from despawning (synced from server) [range: 0 ~ 107374182, default: 120] + I:poweredSpawnerDespawnTimeSeconds=120 + + # Max tick delay between spawns for a non-upgraded spawner (synced from server) [range: 1 ~ 2147483647, default: 800] + I:poweredSpawnerMaxDelayTicks=800 + + # Max number of entities in the nearby area until no more are spawned. A zero value will remove this check (synced from server) [range: 0 ~ 2147483647, default: 6] + I:poweredSpawnerMaxNearbyEntities=6 + + # Max distance of the closest player for the spawner to be active. A zero value will remove the player check (synced from server) [range: 0 ~ 64, default: 0] + I:poweredSpawnerMaxPlayerDistance=0 + + # Number of tries to find a suitable spawning location (synced from server) [range: 1 ~ 9, default: 3] + I:poweredSpawnerMaxSpawnTries=3 + + # Min tick delay between spawns for a non-upgraded spawner (synced from server) [range: 1 ~ 2147483647, default: 200] + I:poweredSpawnerMinDelayTicks=200 + + # Number of entities to spawn each time (synced from server) [range: 1 ~ 16, default: 4] + I:poweredSpawnerSpawnCount=4 + + # Spawning range in X/Z (vanilla=4) (synced from server) [range: 1 ~ 32, default: 4] + I:poweredSpawnerSpawnRange=4 + + # If true, other mods can prevent spawning mobs (synced from server) [default: true] + B:poweredSpawnerUseForgeSpawnChecks=true + + # If true, regular spawn checks such as lighting level and dimension will be made before spawning mobs (synced from server) [default: false] + B:poweredSpawnerUseVanillaSpawnChecks=false + + creative { + # If true, creative spawners sill set the homezone on spawned creatures. Note that bats, ghast, slimes and squid are not creatures. (synced from server) [default: true] + B:homeZoneEnabled=true + + # The maximum number of mobs allowed in the homezone. When there are more, no new ones will be spawned. Radius in blocks. No effect if homeZoneEnabled is off. Note that poweredSpawnerMaxNearbyEntities still applies for mobs within the poweredSpawnerSpawnRange. (synced from server) [range: -2147483648 ~ 2147483647, default: 16] + I:homeZoneLimit=16 + + # The size of the homezone. Radius in blocks. No effect if homeZoneEnabled is off. (synced from server) [range: -2147483648 ~ 2147483647, default: 30] + I:homeZoneSize=30 + } + +} + + +tank { + # If true, the tank can mend items enchanted with Mending using liquid XP. (synced from server) [default: true] + B:allowMending=true + + # If true, the tank can void items when filled with a hot fluid. (synced from server) [default: true] + B:allowVoiding=true + + # When trashing items in lava, should a tiny amount more lava be produced? Trashing items in other hot liquids will NOT have this effect. (synced from server) [default: BLOCKS_ONLY] + S:smeltTrashIntoLava=BLOCKS_ONLY + + # The size of an advanced tank in mB. (synced from server) [range: 0 ~ 2147483647, default: 32000] + I:tankSizeAdvanced=32000 + + # The size of a normal tank in mB. (synced from server) [range: 0 ~ 2147483647, default: 16000] + I:tankSizeNormal=16000 +} + + +telepad { + # The type of fluid required to teleport entities. (synced from server) [default: ender_distillation] + S:telepadFluidType=ender_distillation + + # The max amount of fluid in mb used per teleport. If set to 0 fluid use will be disabled (synced from server) [range: 0 ~ 2147483647, default: 50] + I:telepadFluidUse=50 + + # If true, TelePads will also act as normal Travel Anchors. (synced from server) [default: true] + B:telepadIsTravelAnchor=true + + # If true, the coordinates cannot be set via the GUI, the coord selector must be used. (synced from server) [default: true] + B:telepadLockCoords=true + + # If true, the dimension cannot be set via the GUI, the coord selector must be used. (synced from server) [default: true] + B:telepadLockDimension=true + + # Power for a teleport is calculated by the formula: + # power = [this value] * ln(0.005*distance + 1) (synced from server) [range: 0 ~ 2147483647, default: 100000] + I:telepadPowerCoefficient=100000 + + # The amount of RF required for an interdimensional teleport. (synced from server) [range: 0 ~ 2147483647, default: 100000] + I:telepadPowerInterdimensional=100000 + + # Can be used to disable the 'shrinking' effect of the telepad in case of conflicts with other mods. (client setting) [default: true] + B:telepadShrinkEffect=true +} + + +tranceiver { + # The energy cost of transporting a bucket of fluid via a Dimensional Transceiver. (synced from server) [range: 0 ~ 2147483647, default: 100] + I:bucketEnergyCost=100 + + # Amount of energy lost when transfered by Dimensional Transceiver; 0 is no loss, 1 is 100% loss. (synced from server) [range: 0.0 ~ 1.7976931348623157E308, default: 0.1] + D:energyLoss=0.1 +} + + +vacuum { + # Maximum number of items the vacuum chest can effect at a time. (-1 for unlimited) (synced from server) [range: -1 ~ 2147483647, default: 40] + I:vacuumChestMaxItems=40 + + # The maximum range of the vacuum chest (synced from server) [range: 1 ~ 32, default: 6] + I:vacuumChestRange=6 + + # The range of the XP vacuum (synced from server) [range: 1 ~ 32, default: 6] + I:vacuumXPRange=6 + + # Velocity multiplier for attracting XP orbs (synced from server) [range: 0.01 ~ 0.5, default: 0.1] + D:vacuumXPVelocity=0.1 +} + + +vat { + # Size of the Vat's input tank in mB. (synced from server) [range: 1 ~ 2147483647, default: 8000] + I:vatInputTankSize=8000 + + # Size of the Vat's output tank in mB. (synced from server) [range: 1 ~ 2147483647, default: 8000] + I:vatOutputTankSize=8000 +} + + +weather { + # Size of the internal tank of the weather obelisk. (synced from server) [range: 5 ~ 2147483647, default: 8000] + I:tankSize=8000 + + # The fluid amount required (in mB) to set the world to clear weather. (synced from server) [range: 5 ~ 2147483647, default: 2000] + I:weatherObeliskClearFluidAmount=2000 + + # The fluid required to set the world to clear weather. (synced from server) [default: liquid_sunshine] + S:weatherObeliskClearFluidType=liquid_sunshine + + # The fluid amount required (in mB) to set the world to rainy weather. (synced from server) [range: 5 ~ 2147483647, default: 500] + I:weatherObeliskRainFluidAmount=500 + + # The fluid required to set the world to rainy weather. (synced from server) [default: cloud_seed] + S:weatherObeliskRainFluidType=cloud_seed + + # The fluid amount required (in mB) to set the world to thundering weather. (synced from server) [range: 5 ~ 2147483647, default: 1000] + I:weatherObeliskThunderFluidAmount=1000 + + # The fluid required to set the world to thundering weather. (synced from server) [default: cloud_seed_concentrated] + S:weatherObeliskThunderFluidType=cloud_seed_concentrated +} + + +wireless { + # If enabled, only a single wireless charger can carge a player even if multipe are in range. (synced from server) [default: false] + B:singleCharger=false + + # The range of wireless chargers (block version). (synced from server) [range: 1 ~ 160, default: 16] + I:wirelessRange=16 + + # The range of wireless chargers (antenna version). (synced from server) [range: 1 ~ 160, default: 24] + I:wirelessRangeAntenna=24 + + # The range of wireless chargers (enhanced antenna version). (synced from server) [range: 1 ~ 160, default: 64] + I:wirelessRangeEnhancedAntenna=64 + + # The range of wireless chargers (extension antennas). (synced from server) [range: 1 ~ 160, default: 128] + I:wirelessRangeEnhancedAntennaExtension=128 +} + + +xpobelisk { + # Maximum level of XP the xp obelisk can contain. (synced from server) [range: 1 ~ 320127979, default: 320127979] + I:maxLevelsStored=21862 +} + + diff --git a/config/enderio/enderiopowertools.cfg b/config/enderio/enderiopowertools.cfg new file mode 100644 index 00000000..e12b0142 --- /dev/null +++ b/config/enderio/enderiopowertools.cfg @@ -0,0 +1,44 @@ +# Configuration file + +capbank { + # The maximum IO per tick for a single tier one capacitor bank. (synced from server) [range: 1 ~ 1000000000, default: 1000] + I:tier1_maxIO=20000 + + # The maximum storage for a single tier one capacitor bank. (synced from server) [range: 1 ~ 2000000000, default: 1000000] + I:tier1_maxStorage=5000000 + + # The maximum IO per tick for a single tier two capacitor bank. (synced from server) [range: 1 ~ 1000000000, default: 5000] + I:tier2_maxIO=60000 + + # The maximum storage for a single tier two capacitor bank. (synced from server) [range: 1 ~ 2000000000, default: 5000000] + I:tier2_maxStorage=50000000 + + # The maximum IO per tick for a single tier three capacitor bank. (synced from server) [range: 1 ~ 1000000000, default: 25000] + I:tier3_maxIO=200000 + + # The maximum storage for a single tier three capacitor bank. (synced from server) [range: 1 ~ 2000000000, default: 25000000] + I:tier3_maxStorage=500000000 + + # The maximum IO per tick for a creative capacitor bank. (synced from server) [range: 1 ~ 1000000000, default: 500000] + I:tierC_maxIO=500000 + + # The maximum storage for a creative capacitor bank. (synced from server) [range: 1 ~ 2000000000, default: 100000000] + I:tierC_maxStorage=100000000 +} + + +gauge { + # How often (in ticks) the Gauge should be updated. This involves a server roundtrip! (client setting) [range: 1 ~ 200, default: 5] + I:updateFrequency=5 + + # How often (in ticks) the Gauge should query its neighbors for data. (server setting) (synced from server) [range: 1 ~ 200, default: 5] + I:updateFrequencyLimit=5 +} + + +personal { + # When true, the capacitor bank item will get a power bar in addition to the gauge on the bank. [default: false] + B:capacitorBankRenderPowerOverlayOnItem=false +} + + diff --git a/config/enderio/painter_paint_sources_core.xml b/config/enderio/painter_paint_sources_core.xml new file mode 100644 index 00000000..42f6bd74 --- /dev/null +++ b/config/enderio/painter_paint_sources_core.xml @@ -0,0 +1,31 @@ + + + + + + + + + + + diff --git a/config/enderio/painter_paint_sources_user.xml b/config/enderio/painter_paint_sources_user.xml new file mode 100644 index 00000000..1f6d9fbe --- /dev/null +++ b/config/enderio/painter_paint_sources_user.xml @@ -0,0 +1,15 @@ + + + + + + + + + + + + + diff --git a/config/enderio/recipes/aliases.pdf b/config/enderio/recipes/aliases.pdf new file mode 100644 index 00000000..e7116a6b Binary files /dev/null and b/config/enderio/recipes/aliases.pdf differ diff --git a/config/enderio/recipes/alloying.pdf b/config/enderio/recipes/alloying.pdf new file mode 100644 index 00000000..9e70325c Binary files /dev/null and b/config/enderio/recipes/alloying.pdf differ diff --git a/config/enderio/recipes/alloying_modded.pdf b/config/enderio/recipes/alloying_modded.pdf new file mode 100644 index 00000000..cc40e7e4 Binary files /dev/null and b/config/enderio/recipes/alloying_modded.pdf differ diff --git a/config/enderio/recipes/balls.pdf b/config/enderio/recipes/balls.pdf new file mode 100644 index 00000000..e692faa7 Binary files /dev/null and b/config/enderio/recipes/balls.pdf differ diff --git a/config/enderio/recipes/base.pdf b/config/enderio/recipes/base.pdf new file mode 100644 index 00000000..ee23e9ba Binary files /dev/null and b/config/enderio/recipes/base.pdf differ diff --git a/config/enderio/recipes/capacitor.pdf b/config/enderio/recipes/capacitor.pdf new file mode 100644 index 00000000..30f3f89b Binary files /dev/null and b/config/enderio/recipes/capacitor.pdf differ diff --git a/config/enderio/recipes/capacitor_invpanel.pdf b/config/enderio/recipes/capacitor_invpanel.pdf new file mode 100644 index 00000000..a4e495a5 Binary files /dev/null and b/config/enderio/recipes/capacitor_invpanel.pdf differ diff --git a/config/enderio/recipes/capacitor_machines.pdf b/config/enderio/recipes/capacitor_machines.pdf new file mode 100644 index 00000000..439c61c3 Binary files /dev/null and b/config/enderio/recipes/capacitor_machines.pdf differ diff --git a/config/enderio/recipes/conduits-applied-energistics.pdf b/config/enderio/recipes/conduits-applied-energistics.pdf new file mode 100644 index 00000000..71fd86e2 Binary files /dev/null and b/config/enderio/recipes/conduits-applied-energistics.pdf differ diff --git a/config/enderio/recipes/conduits-opencomputers.pdf b/config/enderio/recipes/conduits-opencomputers.pdf new file mode 100644 index 00000000..2890a5de Binary files /dev/null and b/config/enderio/recipes/conduits-opencomputers.pdf differ diff --git a/config/enderio/recipes/conduits.pdf b/config/enderio/recipes/conduits.pdf new file mode 100644 index 00000000..e7d006d1 Binary files /dev/null and b/config/enderio/recipes/conduits.pdf differ diff --git a/config/enderio/recipes/darksteel_upgrades.pdf b/config/enderio/recipes/darksteel_upgrades.pdf new file mode 100644 index 00000000..80dc74d9 Binary files /dev/null and b/config/enderio/recipes/darksteel_upgrades.pdf differ diff --git a/config/enderio/recipes/darksteel_upgrades_forestry.pdf b/config/enderio/recipes/darksteel_upgrades_forestry.pdf new file mode 100644 index 00000000..a3276aef Binary files /dev/null and b/config/enderio/recipes/darksteel_upgrades_forestry.pdf differ diff --git a/config/enderio/recipes/darksteel_upgrades_machines.pdf b/config/enderio/recipes/darksteel_upgrades_machines.pdf new file mode 100644 index 00000000..d2b14bf8 Binary files /dev/null and b/config/enderio/recipes/darksteel_upgrades_machines.pdf differ diff --git a/config/enderio/recipes/enchanter.pdf b/config/enderio/recipes/enchanter.pdf new file mode 100644 index 00000000..013766cc Binary files /dev/null and b/config/enderio/recipes/enchanter.pdf differ diff --git a/config/enderio/recipes/endergy.pdf b/config/enderio/recipes/endergy.pdf new file mode 100644 index 00000000..b339d54f Binary files /dev/null and b/config/enderio/recipes/endergy.pdf differ diff --git a/config/enderio/recipes/endergy_balls.pdf b/config/enderio/recipes/endergy_balls.pdf new file mode 100644 index 00000000..ec742ff5 Binary files /dev/null and b/config/enderio/recipes/endergy_balls.pdf differ diff --git a/config/enderio/recipes/examples/broken_spawner.xml b/config/enderio/recipes/examples/broken_spawner.xml new file mode 100644 index 00000000..875d7eee --- /dev/null +++ b/config/enderio/recipes/examples/broken_spawner.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/config/enderio/recipes/examples/cheap_machines.xml b/config/enderio/recipes/examples/cheap_machines.xml new file mode 100644 index 00000000..f5b2c667 --- /dev/null +++ b/config/enderio/recipes/examples/cheap_machines.xml @@ -0,0 +1,279 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/config/enderio/recipes/examples/cheap_materials.xml b/config/enderio/recipes/examples/cheap_materials.xml new file mode 100644 index 00000000..92a8bbbf --- /dev/null +++ b/config/enderio/recipes/examples/cheap_materials.xml @@ -0,0 +1,112 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/config/enderio/recipes/examples/cheaty_spawner.xml b/config/enderio/recipes/examples/cheaty_spawner.xml new file mode 100644 index 00000000..bcba6b9b --- /dev/null +++ b/config/enderio/recipes/examples/cheaty_spawner.xml @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/config/enderio/recipes/examples/conduits_easy_recipes.xml b/config/enderio/recipes/examples/conduits_easy_recipes.xml new file mode 100644 index 00000000..2ffd8571 --- /dev/null +++ b/config/enderio/recipes/examples/conduits_easy_recipes.xml @@ -0,0 +1,151 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/config/enderio/recipes/examples/conduits_hard_recipes.xml b/config/enderio/recipes/examples/conduits_hard_recipes.xml new file mode 100644 index 00000000..82d0979e --- /dev/null +++ b/config/enderio/recipes/examples/conduits_hard_recipes.xml @@ -0,0 +1,151 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/config/enderio/recipes/examples/easy_recipes.xml b/config/enderio/recipes/examples/easy_recipes.xml new file mode 100644 index 00000000..fce53864 --- /dev/null +++ b/config/enderio/recipes/examples/easy_recipes.xml @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/config/enderio/recipes/examples/hard_recipes.xml b/config/enderio/recipes/examples/hard_recipes.xml new file mode 100644 index 00000000..572de61a --- /dev/null +++ b/config/enderio/recipes/examples/hard_recipes.xml @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/config/enderio/recipes/examples/infinity.xml b/config/enderio/recipes/examples/infinity.xml new file mode 100644 index 00000000..2d71449b --- /dev/null +++ b/config/enderio/recipes/examples/infinity.xml @@ -0,0 +1,16 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/config/enderio/recipes/examples/legacy_recipes.xml b/config/enderio/recipes/examples/legacy_recipes.xml new file mode 100644 index 00000000..5ac35455 --- /dev/null +++ b/config/enderio/recipes/examples/legacy_recipes.xml @@ -0,0 +1,418 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/config/enderio/recipes/examples/machines_easy_recipes.xml b/config/enderio/recipes/examples/machines_easy_recipes.xml new file mode 100644 index 00000000..95a4c73e --- /dev/null +++ b/config/enderio/recipes/examples/machines_easy_recipes.xml @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/config/enderio/recipes/examples/optional_tweaks.xml b/config/enderio/recipes/examples/optional_tweaks.xml new file mode 100644 index 00000000..b1d247eb --- /dev/null +++ b/config/enderio/recipes/examples/optional_tweaks.xml @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/config/enderio/recipes/examples/peaceful.xml b/config/enderio/recipes/examples/peaceful.xml new file mode 100644 index 00000000..780dabd6 --- /dev/null +++ b/config/enderio/recipes/examples/peaceful.xml @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/config/enderio/recipes/examples/powertools_easy_recipes.xml b/config/enderio/recipes/examples/powertools_easy_recipes.xml new file mode 100644 index 00000000..bfde134a --- /dev/null +++ b/config/enderio/recipes/examples/powertools_easy_recipes.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/config/enderio/recipes/examples/recipes.xsd b/config/enderio/recipes/examples/recipes.xsd new file mode 100644 index 00000000..14911e9a --- /dev/null +++ b/config/enderio/recipes/examples/recipes.xsd @@ -0,0 +1,1526 @@ + + + + + + + + + + Adds an alias into the system. The alias can be used in following elements just like the value itself. Aliases can be replaced. + + + + + + + + Restricts this alias to only be used if the given config value has the given value. + + + + + + + Restricts this alias to only be used if the given elements descriptor can (not) be found in the game. Use this to prevent replacing + good aliases with bad ones. + + + + + + + + The name of the alias. You can use anything here, but be aware that you share the namespace with all other game elements. + + + + + + A descriptor naming an item, block, ordict or another alias. + + + + + + + + A single recipe. It can have any number of crafting or any number of smelting variants (no mixing), but at any time only one of them may + be active. + + + + + + + + Restricts this recipe to only be used if the given config value has the given value. + + + + + + + Restricts this recipe to only be used if the given game element can (not) be found in the game. + + + + + + + + Crafting variants are crafted in a crafting table. + + + + + + + + Restricts this variant to only be used if the given config value has the given value. + + + + + + + Restricts this variant to only be used if the given game element can (not) be found in the game. + + + + + + + + A grid represents a shaped recipe. All items must be in the exact position they are given here. If the recipe is smaller than 3x3, + it may be moved in the grid. + + + + + + + + An item to be used for crafting. + + + + + + + + The size of the grid in the form "width 'x' height". Default is "3x3". + + + + + + + + + + + + + + A shapeless recipe only required the given items to be in the grid, regardless of their position. + + + + + + + + An item to be used for crafting. + + + + + + + + + + + The result of the crafting. + + + + + + + + Restricts this output to only be used if the given config value has the given value. + + + + + + + + + + + + Restricts this output to only be used if the given game element can (not) be found in the game. + + + + + + + + + + + + + + + + + + + + + + If true, a special recipe class will be used that will copy over all nbt from the first input item of the same type. + + + + + + + + + Smelting variants are crafted in a furnace (or alloy smelter in furnace mode). + + + + + + + + Restricts this variant to only be used if the given config value has the given value. + + + + + + + Restricts this variant to only be used if the given game element can (not) be found in the game. + + + + + + + + + + + + + + + + + + + The result of the smelting. + + + + + + + + Restricts this output to only be used if the given config value has the given value. + + + + + + + + + + + + Restricts this output to only be used if the given game element can (not) be found in the game. + + + + + + + + + + The number of items to smelt into. + + + + + + + + + + + + + + + The chance to get 1 EXP from the smelting one output item. Note that this is always for one item, regardless of the recipe size. The + number must be between 0.0 (for no EXP) and 1.0 for a 100% chance. If this attribute is missing, it's value will be taken from already existing + smelting recipes that produce this item (really recommended for stuff that already has vanilla smelting recipes). If there's no existing smelting, + it will be 0. + + Please note that items have the possibility to override this value. + + + + + + + + + + + + + If set to true, the recipe will be registered for the Tinkers' Smeltery. For this to work, the output item must already be + registered with Tinkers to smelt into a fluid. + + + + + + + If set to true, the recipe will be registered for the Vanilla Furnace. + + + + + + + + + Smelting variants are crafted in Tinkers' casting table. + + + + + + + + Restricts this variant to only be used if the given config value has the given value. + + + + + + + Restricts this variant to only be used if the given game element can (not) be found in the game. + + + + + + + Items that represent the fluid (type and amount) that needs to be put into the cast. + + + + + + + + Only valid for Tinkers recipe. Number of input items needed for the output. Note that this is applied to the amount of fluid, not + the number of items to smelt. + + + + + + + + + + + + + + The Tinkers cast to use. + + + + + + + + Should the cast be consumed? + + + + + + + + + The result of the casting process. + + + + + + + + + + + + + Enchantment recipes used in the Enchanter. + + + + + + + + Restricts this variant to only be used if the given config value has the given value. + + + + + + + Restricts this variant to only be used if the given game element can (not) be found in the game. + + + + + + + When this item is used in the Enchanter it will give this recipe. + + + + + + + + Only valid for Enchanter recipe. Number of input items needed for one level of the enchantment. + + + + + + + + + + + + + An NBT tag in the same syntax Minecraft uses for recipes, the give command, etc. + + + + + + + + + Enchantment to produce. + + + + + + + + The XP cost of the recipe will be multiplied with this value. + + Defaults to 1. + + + + + + + + + + + + + + + + + + Spawn recipes to be used in the powered spawner. + + + + + + + Restricts this variant to only be used if the given config value has the given value. + + + + + + + Restricts this variant to only be used if the given game element can (not) be found in the game. + + + + + + + The settings for one type of entity. + + + + + + + The ResourceLocation of the entity this entry is for. + + Aside from a literal ResourceLocation, a number of special values can be + used: + + "*" denotes the default entry, its values are used when there is no matching configuration. + + "*boss*" matches all modded boss mobs; it can + only be used for soul vial configuration. + + Additionally, both the modid and the mobid (the part before and after the colon) can contain a single + asterisk as wildcard ("*:*" is an alias for "*"). + + If multiple entries match the same mob (only possible when using wildcards), the + configurations combine using the most restrictive setting, i.e. if any one entry disables spawning (or + soulvialing) it is disabled, and the + highest cost multipier of all matching entries will be used. + + + + + + + The cost of the recipe will be multiplied with this value. + + Defaults to 1. + + + + + + + + + + + + Entities that are disabled cannot be spawned by powered spawners. + + + + + + + When set to true, the entity cannot be spawned and must be cloned from a captured entity instead (Attention: Possibility of item + duping!) + + + + + + + Specifies if this mob can be captured with a soul vial (default is yes). If an entity cannot be captured, it also cannot be + spawning by powered spawners. + + + + + + + + + + + + Alloying variants are crafted in an alloy smelter. + + + + + + + + Restricts this variant to only be used if the given config value has the given value. + + + + + + + Restricts this variant to only be used if the given game element can (not) be found in the game. + + + + + + + + + + Number of input items needed. + + + + + + + + + + + + + An NBT tag in the same syntax Minecraft uses for recipes, the give command, etc. + + + + + + + + + The result of the alloying. + + + + + + + + Restricts this output to only be used if the given config value has the given value. + + + + + + + Restricts this output to only be used if the given game element can (not) be found in the game. + + + + + + + + + + The number of items to smelt into. + + + + + + + + + + + + + + + The chance to get 1 EXP from the smelting one recipe. The number must be between 0.0 (for no EXP) and 1.0 for a 100% chance. + + + + + + + + + + + + + The amount of energy running this recipe takes. + + + + + + + + + + + + + + Sagmilling recipes are used in a Sag Mill. + + + + + + + + Restricts this variant to only be used if the given config value has the given value. + + + + + + + Restricts this variant to only be used if the given game element can (not) be found in the game. + + + + + + + + + + + + The result of the sagmilling. + + + + + + + + Restricts this output to only be used if the given config value has the given value. + + + + + + + Restricts this output to only be used if the given game element can (not) be found in the game. + + + + + + + + + + The number of items to sagmill into. + + + + + + + + + + + + The chance that this item is produced by one run of the recipe. The chance is increased by the "chanceMultiplier" of the used + grinding ball. + + + + + + + + + + + + + + + If required is false, an output for something that doesn't exist in the game is silently skipped. Use this for optional + additional outputs, as the whole recipe still needs at least one output (unless the whole recipe is optional). + + + + + + + + + + Use of grinding balls is restricted by the bonus type of the recipe. If it is set to "none", it will not have any grinding ball + bonuses applied and will not reduce the durability of any balls in the mill at the time it is processed. If it is set to "chance_only", the chance + and power multipliers of the grinding balls are applied, but not the grinding multiplier. If it is set to "multiply_output" (default), all + multipliers apply. + + + + + + + + + + + + + + + + The amount of energy running this recipe takes. + + + + + + + + + + + + + + Recipe for the Slice'n'Splice + + + + + + + A recipe for the VAT. + + + + + + + A recipe for the Soul Binder. + + + + + + + A recipe for the vanilla brewing stand. + + + + + + + A recipe for the Tank. + + + + + + + A pseudo-recipe for hiding items and fluids in the JEI list of ingredients. + + + + + + + + + + + + + + + If a recipe is required, it is an error if none of its variants is valid. + + + + + + + A display name. Used for error messages only. + + + + + + + If a recipe is disabled it will not be registered and it will not check the validity of its content. Use this in the user file to + disable core recipes. + + + + + + The minimum level a machine has to have to be able to produce this recipe. Note that not all machines have levels. Setting a level for + those would either be ignored completele (e.g. crafting, casting) or make the recipe uncraftable (e.g. slicing). + + + + + + + + + + + + + + + + + + + + + + + + + + + Either item or mod or upgrade must be given. A dependency is met (or not met if reverse is set) if the item (if given) exists and the upgrade + (if given) exists and the mod (if given) is loaded. + + + + + The ID of an item that must exist in the game + + + + + The ID of a mod that must be loaded + + + + + The ID of a Dark Steel Upgrade that must be loaded + + + + + When set to true, the dependency is reversed, i.e. the item/mod/upgrade must not exist + + + + + + + + + + + + + + + + + + + + Restricts this output to only be used if the given config value has the given value. + + + + + + + Restricts this output to only be used if the given game element can (not) be found in the game. + + + + + + + + + + + The amount of energy running this recipe takes. + + + + + + + + + + + + Grinding balls provide bonus outputs and reduced power use. Using the user config new grinding balls may be added and existing ones removed. + + Use of the grinding ball is restricted by the bonusType of the recipe. If it is set to "none", it will not have any grinding ball bonuses applied + and will not reduce the durability of any balls in the mill at the time it is processed. If it is set to "chance_only", the chance and power + multipliers of the grinding balls are applied, but not the grinding multiplier. If it is set to "multiply_output" (default), all multipliers + apply. + + + + + + + + + + + + + + + + + The recipe output will be produced this many times. e.g. "3.14" would produce 3 copies of the complete output set and a 14% chance + for a forth copy. + + + + + + + + + + + + The chances for the different outputs of the recipe are multiplied with this. e.g. if a recipe specifies <output + name="cobblestone" chance="0.15" /> a chance multiplier of "3.14" would make it a 47.1% chance of getting one cobblestone. + + Results of more than 100% do not give multiples. + + + + + + + + + + + The "energy cost" of the recipe is multiplied with this. + + + + + + + + + + + This specifies how long one grinding ball will last before it is used up. The unit is the amount of power used by the SAG Mill. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Capacitor Keys + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A Soul Binder recipe. + + + + + + + The item that is the input. + + + + + + + + + + The soul that is the input. All souls must be in Soul Vials, so you only specify the soul itself here. + + + + + + + + + The item to produce. + + + + + + Restricts this output to only be used if the given config value has the given value. + + + + + + Restricts this output to only be used if the given game element can (not) be found in the game. + + + + + + + + + + + The amount of energy running this recipe takes. + + + + + + + + + + The amount of XP levels running this recipe takes. + + + + + + + + + + + + + + + + + + + + Which souls can be used with this recipe: + + * LISTED: Souls will be given with the 'soul' tag + * ALL: All souls can be used + * SPAWNABLE: All souls + that can be used with the Powered Spawner can be used. + * MONSTERS: All souls that are tagged as monster. + * ANIMALS: All souls that are tagged as animals. + + + + + + + + + + + + + + + + + A Brewing recipe. + + + + + + + + The item that is the input. + + + + + + + + + + + + + A filling or emptying recipe for the tank. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A marker to disable a recipe. Can be used together or instead of the disabled attribute. + + + + + + + + + + A fuel for usage in the combustion generators. + + + + + + + + + Amount of energy the fuel generates per tick (base value) + + + + + + + + + + Number of ticks the fuel lasts (base value) + + + + + + + + + + + + Configure which items/fluids should be hidden in JEI. + + + + + + + + + + + + + + A coolant for usage in the combustion generators. + + + + + + + + + degreesCoolingPerMB (base value) + + + + + + + + + + + + + The resource ID of a potion. + + + + + + + + The ID of a fluid. + + + + + An element will be hidden if: + + (1) there exists a configuration for it. Elements that are never configured will not be hidden. + + (2) There is no + configuration that sets "show" to true OR + + (3) There is at least one configuration that sets "hide" to true. + + Ender IO itself will never set "hide" to true and + will only use "show" internally. Modpack makers (and players) are expected to only use "hide" to hide stuff and use "show" to unhide stuff that Ender IO + has hidden. + + + + + + An element will be hidden if: + + (1) there exists a configuration for it. Elements that are never configured will not be hidden. + + (2) There is no + configuration that sets "show" to true OR + + (3) There is at least one configuration that sets "hide" to true. + + Ender IO itself will never set "hide" to true and + will only use "show" internally. Modpack makers (and players) are expected to only use "hide" to hide stuff and use "show" to unhide stuff that Ender IO + has hidden. + + + + + + + + + An element will be hidden if: + + (1) there exists a configuration for it. Elements that are never configured will not be hidden. + + (2) There is no + configuration that sets "show" to true OR + + (3) There is at least one configuration that sets "hide" to true. + + Ender IO itself will never set "hide" to true and + will only use "show" internally. Modpack makers (and players) are expected to only use "hide" to hide stuff and use "show" to unhide stuff that Ender IO + has hidden. + + + + + + An element will be hidden if: + + (1) there exists a configuration for it. Elements that are never configured will not be hidden. + + (2) There is no + configuration that sets "show" to true OR + + (3) There is at least one configuration that sets "hide" to true. + + Ender IO itself will never set "hide" to true and + will only use "show" internally. Modpack makers (and players) are expected to only use "hide" to hide stuff and use "show" to unhide stuff that Ender IO + has hidden. + + + + + + + + The ID of a fluid. + + + + + NBT for the fluid stack. + + + + + Amount of fluid in mB. + + + + + + + + + + + + + + The registry name of a potion effect. If this is given, a potion bottle with this effect is created. Cannot be used together with name or + nbt. + + + + + + + A string that specifies one or more items, consisting of a comma-separated list of item specifiers. Specifiers may be prefixed with a "+" or + "-", the latter removes that item from the list. + + If this is used as an input, all items in the list will be used. If it is used as an output, only the first + one is used. The list can contain non-existing items as long as there also is at least one existing one. + + Each specifuer can be one of 4 things: + + (1) An alias, + e.g. "IRON" + + (2) An oredict name, e.g. "ingotIron". Oredict names can be prefixed with "oredict:" to prevent confusion, e.g. "oredict:ingotIron" + + (3) The + resource location of a block, e.g. "minecraft:stone". Block resource locations may be prefixed with "block:" to prevent confusion, e.g. + "block:minecraft:stone". In recipes these will only work if that block has a corresponding item that is internally linked to the block. + + (4) The resource + location of an item, e.g. "minecraft:iron_ingot". Item resource locations may be prefixed with "item:" to prevent confusion, e.g. + "item:minecraft:iron_ingot". A number of items have blocks with the same name that are NOT linked, for them the "item:" prefix is required. Items can + further be limited to specific meta values by postfixing with ":(number)", e.g. "item:minecraft:stone:3". + + + + + + + + + + \ No newline at end of file diff --git a/config/enderio/recipes/examples/sagmill_dupe_recipe_patches.xml b/config/enderio/recipes/examples/sagmill_dupe_recipe_patches.xml new file mode 100644 index 00000000..dbc25767 --- /dev/null +++ b/config/enderio/recipes/examples/sagmill_dupe_recipe_patches.xml @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/config/enderio/recipes/examples/strict_iron.xml b/config/enderio/recipes/examples/strict_iron.xml new file mode 100644 index 00000000..9bbe493c --- /dev/null +++ b/config/enderio/recipes/examples/strict_iron.xml @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/config/enderio/recipes/examples/unhide_base.xml b/config/enderio/recipes/examples/unhide_base.xml new file mode 100644 index 00000000..e9b6c09f --- /dev/null +++ b/config/enderio/recipes/examples/unhide_base.xml @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/config/enderio/recipes/fuels.pdf b/config/enderio/recipes/fuels.pdf new file mode 100644 index 00000000..49351250 Binary files /dev/null and b/config/enderio/recipes/fuels.pdf differ diff --git a/config/enderio/recipes/generated.pdf b/config/enderio/recipes/generated.pdf new file mode 100644 index 00000000..add38884 --- /dev/null +++ b/config/enderio/recipes/generated.pdf @@ -0,0 +1,12901 @@ +%PDF-1.4 +%öäüß +1 0 obj +<< +/Type /Catalog +/Version /1.7 +/Pages 2 0 R +>> +endobj +3 0 obj +<< +/CreationDate (D:20210529010456+02'00') +/Producer (openhtmltopdf.com) +>> +endobj +2 0 obj +<< +/Type /Pages +/Kids [4 0 R 5 0 R 6 0 R 7 0 R 8 0 R 9 0 R 10 0 R 11 0 R 12 0 R 13 0 R +14 0 R 15 0 R 16 0 R 17 0 R 18 0 R 19 0 R 20 0 R 21 0 R 22 0 R 23 0 R +24 0 R 25 0 R 26 0 R 27 0 R 28 0 R 29 0 R 30 0 R 31 0 R 32 0 R 33 0 R +34 0 R 35 0 R 36 0 R 37 0 R 38 0 R 39 0 R 40 0 R 41 0 R 42 0 R 43 0 R +44 0 R 45 0 R 46 0 R 47 0 R 48 0 R 49 0 R 50 0 R 51 0 R 52 0 R 53 0 R +54 0 R 55 0 R 56 0 R 57 0 R 58 0 R 59 0 R 60 0 R 61 0 R 62 0 R 63 0 R +64 0 R 65 0 R 66 0 R 67 0 R 68 0 R 69 0 R 70 0 R 71 0 R 72 0 R 73 0 R +74 0 R 75 0 R 76 0 R 77 0 R 78 0 R 79 0 R 80 0 R 81 0 R 82 0 R 83 0 R +84 0 R 85 0 R 86 0 R 87 0 R 88 0 R 89 0 R 90 0 R 91 0 R 92 0 R 93 0 R +94 0 R 95 0 R 96 0 R 97 0 R 98 0 R 99 0 R 100 0 R 101 0 R 102 0 R 103 0 R +104 0 R 105 0 R 106 0 R 107 0 R 108 0 R 109 0 R 110 0 R 111 0 R 112 0 R 113 0 R +114 0 R 115 0 R 116 0 R 117 0 R 118 0 R 119 0 R 120 0 R 121 0 R 122 0 R 123 0 R +124 0 R 125 0 R 126 0 R 127 0 R 128 0 R 129 0 R 130 0 R 131 0 R 132 0 R 133 0 R +134 0 R 135 0 R 136 0 R 137 0 R 138 0 R 139 0 R 140 0 R 141 0 R 142 0 R 143 0 R +144 0 R 145 0 R 146 0 R 147 0 R 148 0 R 149 0 R 150 0 R 151 0 R 152 0 R 153 0 R +154 0 R 155 0 R 156 0 R 157 0 R 158 0 R 159 0 R 160 0 R 161 0 R 162 0 R 163 0 R +164 0 R 165 0 R 166 0 R 167 0 R 168 0 R 169 0 R 170 0 R 171 0 R 172 0 R 173 0 R +174 0 R 175 0 R 176 0 R 177 0 R 178 0 R 179 0 R 180 0 R 181 0 R 182 0 R 183 0 R +184 0 R 185 0 R 186 0 R 187 0 R 188 0 R 189 0 R 190 0 R 191 0 R 192 0 R 193 0 R +194 0 R 195 0 R 196 0 R 197 0 R 198 0 R 199 0 R 200 0 R 201 0 R 202 0 R 203 0 R +204 0 R 205 0 R 206 0 R 207 0 R 208 0 R 209 0 R 210 0 R 211 0 R 212 0 R 213 0 R +214 0 R 215 0 R 216 0 R 217 0 R 218 0 R 219 0 R 220 0 R 221 0 R 222 0 R 223 0 R +224 0 R 225 0 R 226 0 R 227 0 R 228 0 R 229 0 R 230 0 R 231 0 R 232 0 R 233 0 R +234 0 R 235 0 R 236 0 R 237 0 R 238 0 R 239 0 R 240 0 R 241 0 R 242 0 R 243 0 R +244 0 R 245 0 R 246 0 R 247 0 R 248 0 R 249 0 R 250 0 R 251 0 R 252 0 R 253 0 R +254 0 R 255 0 R 256 0 R 257 0 R 258 0 R 259 0 R 260 0 R 261 0 R 262 0 R 263 0 R +264 0 R 265 0 R 266 0 R 267 0 R 268 0 R 269 0 R 270 0 R 271 0 R 272 0 R 273 0 R +274 0 R 275 0 R 276 0 R 277 0 R 278 0 R 279 0 R 280 0 R 281 0 R 282 0 R 283 0 R +284 0 R 285 0 R 286 0 R 287 0 R 288 0 R 289 0 R 290 0 R 291 0 R 292 0 R 293 0 R +294 0 R 295 0 R 296 0 R 297 0 R 298 0 R 299 0 R 300 0 R 301 0 R 302 0 R 303 0 R +304 0 R 305 0 R 306 0 R 307 0 R 308 0 R 309 0 R 310 0 R 311 0 R 312 0 R 313 0 R +314 0 R 315 0 R 316 0 R 317 0 R 318 0 R 319 0 R 320 0 R 321 0 R 322 0 R 323 0 R +324 0 R 325 0 R 326 0 R 327 0 R 328 0 R 329 0 R 330 0 R 331 0 R 332 0 R 333 0 R +334 0 R 335 0 R 336 0 R 337 0 R 338 0 R 339 0 R 340 0 R 341 0 R 342 0 R 343 0 R +344 0 R 345 0 R 346 0 R 347 0 R 348 0 R 349 0 R 350 0 R 351 0 R 352 0 R 353 0 R +354 0 R 355 0 R] +/Count 352 +>> +endobj +4 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 356 0 R +/Resources 357 0 R +/Parent 2 0 R +>> +endobj +5 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 358 0 R +/Resources 359 0 R +/Parent 2 0 R +>> +endobj +6 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 360 0 R +/Resources 361 0 R +/Parent 2 0 R +>> +endobj +7 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 362 0 R +/Resources 363 0 R +/Parent 2 0 R +>> +endobj +8 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 364 0 R +/Resources 365 0 R +/Parent 2 0 R +>> +endobj +9 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 366 0 R +/Resources 367 0 R +/Parent 2 0 R +>> +endobj +10 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 368 0 R +/Resources 369 0 R +/Parent 2 0 R +>> +endobj +11 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 370 0 R +/Resources 371 0 R +/Parent 2 0 R +>> +endobj +12 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 372 0 R +/Resources 373 0 R +/Parent 2 0 R +>> +endobj +13 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 374 0 R +/Resources 375 0 R +/Parent 2 0 R +>> +endobj +14 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 376 0 R +/Resources 377 0 R +/Parent 2 0 R +>> +endobj +15 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 378 0 R +/Resources 379 0 R +/Parent 2 0 R +>> +endobj +16 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 380 0 R +/Resources 381 0 R +/Parent 2 0 R +>> +endobj +17 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 382 0 R +/Resources 383 0 R +/Parent 2 0 R +>> +endobj +18 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 384 0 R +/Resources 385 0 R +/Parent 2 0 R +>> +endobj +19 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 386 0 R +/Resources 387 0 R +/Parent 2 0 R +>> +endobj +20 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 388 0 R +/Resources 389 0 R +/Parent 2 0 R +>> +endobj +21 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 390 0 R +/Resources 391 0 R +/Parent 2 0 R +>> +endobj +22 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 392 0 R +/Resources 393 0 R +/Parent 2 0 R +>> +endobj +23 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 394 0 R +/Resources 395 0 R +/Parent 2 0 R +>> +endobj +24 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 396 0 R +/Resources 397 0 R +/Parent 2 0 R +>> +endobj +25 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 398 0 R +/Resources 399 0 R +/Parent 2 0 R +>> +endobj +26 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 400 0 R +/Resources 401 0 R +/Parent 2 0 R +>> +endobj +27 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 402 0 R +/Resources 403 0 R +/Parent 2 0 R +>> +endobj +28 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 404 0 R +/Resources 405 0 R +/Parent 2 0 R +>> +endobj +29 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 406 0 R +/Resources 407 0 R +/Parent 2 0 R +>> +endobj +30 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 408 0 R +/Resources 409 0 R +/Parent 2 0 R +>> +endobj +31 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 410 0 R +/Resources 411 0 R +/Parent 2 0 R +>> +endobj +32 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 412 0 R +/Resources 413 0 R +/Parent 2 0 R +>> +endobj +33 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 414 0 R +/Resources 415 0 R +/Parent 2 0 R +>> +endobj +34 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 416 0 R +/Resources 417 0 R +/Parent 2 0 R +>> +endobj +35 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 418 0 R +/Resources 419 0 R +/Parent 2 0 R +>> +endobj +36 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 420 0 R +/Resources 421 0 R +/Parent 2 0 R +>> +endobj +37 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 422 0 R +/Resources 423 0 R +/Parent 2 0 R +>> +endobj +38 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 424 0 R +/Resources 425 0 R +/Parent 2 0 R +>> +endobj +39 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 426 0 R +/Resources 427 0 R +/Parent 2 0 R +>> +endobj +40 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 428 0 R +/Resources 429 0 R +/Parent 2 0 R +>> +endobj +41 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 430 0 R +/Resources 431 0 R +/Parent 2 0 R +>> +endobj +42 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 432 0 R +/Resources 433 0 R +/Parent 2 0 R +>> +endobj +43 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 434 0 R +/Resources 435 0 R +/Parent 2 0 R +>> +endobj +44 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 436 0 R +/Resources 437 0 R +/Parent 2 0 R +>> +endobj +45 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 438 0 R +/Resources 439 0 R +/Parent 2 0 R +>> +endobj +46 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 440 0 R +/Resources 441 0 R +/Parent 2 0 R +>> +endobj +47 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 442 0 R +/Resources 443 0 R +/Parent 2 0 R +>> +endobj +48 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 444 0 R +/Resources 445 0 R +/Parent 2 0 R +>> +endobj +49 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 446 0 R +/Resources 447 0 R +/Parent 2 0 R +>> +endobj +50 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 448 0 R +/Resources 449 0 R +/Parent 2 0 R +>> +endobj +51 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 450 0 R +/Resources 451 0 R +/Parent 2 0 R +>> +endobj +52 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 452 0 R +/Resources 453 0 R +/Parent 2 0 R +>> +endobj +53 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 454 0 R +/Resources 455 0 R +/Parent 2 0 R +>> +endobj +54 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 456 0 R +/Resources 457 0 R +/Parent 2 0 R +>> +endobj +55 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 458 0 R +/Resources 459 0 R +/Parent 2 0 R +>> +endobj +56 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 460 0 R +/Resources 461 0 R +/Parent 2 0 R +>> +endobj +57 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 462 0 R +/Resources 463 0 R +/Parent 2 0 R +>> +endobj +58 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 464 0 R +/Resources 465 0 R +/Parent 2 0 R +>> +endobj +59 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 466 0 R +/Resources 467 0 R +/Parent 2 0 R +>> +endobj +60 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 468 0 R +/Resources 469 0 R +/Parent 2 0 R +>> +endobj +61 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 470 0 R +/Resources 471 0 R +/Parent 2 0 R +>> +endobj +62 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 472 0 R +/Resources 473 0 R +/Parent 2 0 R +>> +endobj +63 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 474 0 R +/Resources 475 0 R +/Parent 2 0 R +>> +endobj +64 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 476 0 R +/Resources 477 0 R +/Parent 2 0 R +>> +endobj +65 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 478 0 R +/Resources 479 0 R +/Parent 2 0 R +>> +endobj +66 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 480 0 R +/Resources 481 0 R +/Parent 2 0 R +>> +endobj +67 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 482 0 R +/Resources 483 0 R +/Parent 2 0 R +>> +endobj +68 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 484 0 R +/Resources 485 0 R +/Parent 2 0 R +>> +endobj +69 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 486 0 R +/Resources 487 0 R +/Parent 2 0 R +>> +endobj +70 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 488 0 R +/Resources 489 0 R +/Parent 2 0 R +>> +endobj +71 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 490 0 R +/Resources 491 0 R +/Parent 2 0 R +>> +endobj +72 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 492 0 R +/Resources 493 0 R +/Parent 2 0 R +>> +endobj +73 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 494 0 R +/Resources 495 0 R +/Parent 2 0 R +>> +endobj +74 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 496 0 R +/Resources 497 0 R +/Parent 2 0 R +>> +endobj +75 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 498 0 R +/Resources 499 0 R +/Parent 2 0 R +>> +endobj +76 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 500 0 R +/Resources 501 0 R +/Parent 2 0 R +>> +endobj +77 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 502 0 R +/Resources 503 0 R +/Parent 2 0 R +>> +endobj +78 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 504 0 R +/Resources 505 0 R +/Parent 2 0 R +>> +endobj +79 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 506 0 R +/Resources 507 0 R +/Parent 2 0 R +>> +endobj +80 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 508 0 R +/Resources 509 0 R +/Parent 2 0 R +>> +endobj +81 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 510 0 R +/Resources 511 0 R +/Parent 2 0 R +>> +endobj +82 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 512 0 R +/Resources 513 0 R +/Parent 2 0 R +>> +endobj +83 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 514 0 R +/Resources 515 0 R +/Parent 2 0 R +>> +endobj +84 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 516 0 R +/Resources 517 0 R +/Parent 2 0 R +>> +endobj +85 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 518 0 R +/Resources 519 0 R +/Parent 2 0 R +>> +endobj +86 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 520 0 R +/Resources 521 0 R +/Parent 2 0 R +>> +endobj +87 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 522 0 R +/Resources 523 0 R +/Parent 2 0 R +>> +endobj +88 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 524 0 R +/Resources 525 0 R +/Parent 2 0 R +>> +endobj +89 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 526 0 R +/Resources 527 0 R +/Parent 2 0 R +>> +endobj +90 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 528 0 R +/Resources 529 0 R +/Parent 2 0 R +>> +endobj +91 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 530 0 R +/Resources 531 0 R +/Parent 2 0 R +>> +endobj +92 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 532 0 R +/Resources 533 0 R +/Parent 2 0 R +>> +endobj +93 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 534 0 R +/Resources 535 0 R +/Parent 2 0 R +>> +endobj +94 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 536 0 R +/Resources 537 0 R +/Parent 2 0 R +>> +endobj +95 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 538 0 R +/Resources 539 0 R +/Parent 2 0 R +>> +endobj +96 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 540 0 R +/Resources 541 0 R +/Parent 2 0 R +>> +endobj +97 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 542 0 R +/Resources 543 0 R +/Parent 2 0 R +>> +endobj +98 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 544 0 R +/Resources 545 0 R +/Parent 2 0 R +>> +endobj +99 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 546 0 R +/Resources 547 0 R +/Parent 2 0 R +>> +endobj +100 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 548 0 R +/Resources 549 0 R +/Parent 2 0 R +>> +endobj +101 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 550 0 R +/Resources 551 0 R +/Parent 2 0 R +>> +endobj +102 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 552 0 R +/Resources 553 0 R +/Parent 2 0 R +>> +endobj +103 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 554 0 R +/Resources 555 0 R +/Parent 2 0 R +>> +endobj +104 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 556 0 R +/Resources 557 0 R +/Parent 2 0 R +>> +endobj +105 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 558 0 R +/Resources 559 0 R +/Parent 2 0 R +>> +endobj +106 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 560 0 R +/Resources 561 0 R +/Parent 2 0 R +>> +endobj +107 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 562 0 R +/Resources 563 0 R +/Parent 2 0 R +>> +endobj +108 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 564 0 R +/Resources 565 0 R +/Parent 2 0 R +>> +endobj +109 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 566 0 R +/Resources 567 0 R +/Parent 2 0 R +>> +endobj +110 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 568 0 R +/Resources 569 0 R +/Parent 2 0 R +>> +endobj +111 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 570 0 R +/Resources 571 0 R +/Parent 2 0 R +>> +endobj +112 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 572 0 R +/Resources 573 0 R +/Parent 2 0 R +>> +endobj +113 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 574 0 R +/Resources 575 0 R +/Parent 2 0 R +>> +endobj +114 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 576 0 R +/Resources 577 0 R +/Parent 2 0 R +>> +endobj +115 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 578 0 R +/Resources 579 0 R +/Parent 2 0 R +>> +endobj +116 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 580 0 R +/Resources 581 0 R +/Parent 2 0 R +>> +endobj +117 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 582 0 R +/Resources 583 0 R +/Parent 2 0 R +>> +endobj +118 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 584 0 R +/Resources 585 0 R +/Parent 2 0 R +>> +endobj +119 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 586 0 R +/Resources 587 0 R +/Parent 2 0 R +>> +endobj +120 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 588 0 R +/Resources 589 0 R +/Parent 2 0 R +>> +endobj +121 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 590 0 R +/Resources 591 0 R +/Parent 2 0 R +>> +endobj +122 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 592 0 R +/Resources 593 0 R +/Parent 2 0 R +>> +endobj +123 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 594 0 R +/Resources 595 0 R +/Parent 2 0 R +>> +endobj +124 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 596 0 R +/Resources 597 0 R +/Parent 2 0 R +>> +endobj +125 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 598 0 R +/Resources 599 0 R +/Parent 2 0 R +>> +endobj +126 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 600 0 R +/Resources 601 0 R +/Parent 2 0 R +>> +endobj +127 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 602 0 R +/Resources 603 0 R +/Parent 2 0 R +>> +endobj +128 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 604 0 R +/Resources 605 0 R +/Parent 2 0 R +>> +endobj +129 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 606 0 R +/Resources 607 0 R +/Parent 2 0 R +>> +endobj +130 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 608 0 R +/Resources 609 0 R +/Parent 2 0 R +>> +endobj +131 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 610 0 R +/Resources 611 0 R +/Parent 2 0 R +>> +endobj +132 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 612 0 R +/Resources 613 0 R +/Parent 2 0 R +>> +endobj +133 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 614 0 R +/Resources 615 0 R +/Parent 2 0 R +>> +endobj +134 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 616 0 R +/Resources 617 0 R +/Parent 2 0 R +>> +endobj +135 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 618 0 R +/Resources 619 0 R +/Parent 2 0 R +>> +endobj +136 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 620 0 R +/Resources 621 0 R +/Parent 2 0 R +>> +endobj +137 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 622 0 R +/Resources 623 0 R +/Parent 2 0 R +>> +endobj +138 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 624 0 R +/Resources 625 0 R +/Parent 2 0 R +>> +endobj +139 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 626 0 R +/Resources 627 0 R +/Parent 2 0 R +>> +endobj +140 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 628 0 R +/Resources 629 0 R +/Parent 2 0 R +>> +endobj +141 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 630 0 R +/Resources 631 0 R +/Parent 2 0 R +>> +endobj +142 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 632 0 R +/Resources 633 0 R +/Parent 2 0 R +>> +endobj +143 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 634 0 R +/Resources 635 0 R +/Parent 2 0 R +>> +endobj +144 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 636 0 R +/Resources 637 0 R +/Parent 2 0 R +>> +endobj +145 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 638 0 R +/Resources 639 0 R +/Parent 2 0 R +>> +endobj +146 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 640 0 R +/Resources 641 0 R +/Parent 2 0 R +>> +endobj +147 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 642 0 R +/Resources 643 0 R +/Parent 2 0 R +>> +endobj +148 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 644 0 R +/Resources 645 0 R +/Parent 2 0 R +>> +endobj +149 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 646 0 R +/Resources 647 0 R +/Parent 2 0 R +>> +endobj +150 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 648 0 R +/Resources 649 0 R +/Parent 2 0 R +>> +endobj +151 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 650 0 R +/Resources 651 0 R +/Parent 2 0 R +>> +endobj +152 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 652 0 R +/Resources 653 0 R +/Parent 2 0 R +>> +endobj +153 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 654 0 R +/Resources 655 0 R +/Parent 2 0 R +>> +endobj +154 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 656 0 R +/Resources 657 0 R +/Parent 2 0 R +>> +endobj +155 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 658 0 R +/Resources 659 0 R +/Parent 2 0 R +>> +endobj +156 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 660 0 R +/Resources 661 0 R +/Parent 2 0 R +>> +endobj +157 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 662 0 R +/Resources 663 0 R +/Parent 2 0 R +>> +endobj +158 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 664 0 R +/Resources 665 0 R +/Parent 2 0 R +>> +endobj +159 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 666 0 R +/Resources 667 0 R +/Parent 2 0 R +>> +endobj +160 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 668 0 R +/Resources 669 0 R +/Parent 2 0 R +>> +endobj +161 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 670 0 R +/Resources 671 0 R +/Parent 2 0 R +>> +endobj +162 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 672 0 R +/Resources 673 0 R +/Parent 2 0 R +>> +endobj +163 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 674 0 R +/Resources 675 0 R +/Parent 2 0 R +>> +endobj +164 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 676 0 R +/Resources 677 0 R +/Parent 2 0 R +>> +endobj +165 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 678 0 R +/Resources 679 0 R +/Parent 2 0 R +>> +endobj +166 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 680 0 R +/Resources 681 0 R +/Parent 2 0 R +>> +endobj +167 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 682 0 R +/Resources 683 0 R +/Parent 2 0 R +>> +endobj +168 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 684 0 R +/Resources 685 0 R +/Parent 2 0 R +>> +endobj +169 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 686 0 R +/Resources 687 0 R +/Parent 2 0 R +>> +endobj +170 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 688 0 R +/Resources 689 0 R +/Parent 2 0 R +>> +endobj +171 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 690 0 R +/Resources 691 0 R +/Parent 2 0 R +>> +endobj +172 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 692 0 R +/Resources 693 0 R +/Parent 2 0 R +>> +endobj +173 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 694 0 R +/Resources 695 0 R +/Parent 2 0 R +>> +endobj +174 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 696 0 R +/Resources 697 0 R +/Parent 2 0 R +>> +endobj +175 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 698 0 R +/Resources 699 0 R +/Parent 2 0 R +>> +endobj +176 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 700 0 R +/Resources 701 0 R +/Parent 2 0 R +>> +endobj +177 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 702 0 R +/Resources 703 0 R +/Parent 2 0 R +>> +endobj +178 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 704 0 R +/Resources 705 0 R +/Parent 2 0 R +>> +endobj +179 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 706 0 R +/Resources 707 0 R +/Parent 2 0 R +>> +endobj +180 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 708 0 R +/Resources 709 0 R +/Parent 2 0 R +>> +endobj +181 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 710 0 R +/Resources 711 0 R +/Parent 2 0 R +>> +endobj +182 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 712 0 R +/Resources 713 0 R +/Parent 2 0 R +>> +endobj +183 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 714 0 R +/Resources 715 0 R +/Parent 2 0 R +>> +endobj +184 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 716 0 R +/Resources 717 0 R +/Parent 2 0 R +>> +endobj +185 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 718 0 R +/Resources 719 0 R +/Parent 2 0 R +>> +endobj +186 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 720 0 R +/Resources 721 0 R +/Parent 2 0 R +>> +endobj +187 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 722 0 R +/Resources 723 0 R +/Parent 2 0 R +>> +endobj +188 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 724 0 R +/Resources 725 0 R +/Parent 2 0 R +>> +endobj +189 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 726 0 R +/Resources 727 0 R +/Parent 2 0 R +>> +endobj +190 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 728 0 R +/Resources 729 0 R +/Parent 2 0 R +>> +endobj +191 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 730 0 R +/Resources 731 0 R +/Parent 2 0 R +>> +endobj +192 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 732 0 R +/Resources 733 0 R +/Parent 2 0 R +>> +endobj +193 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 734 0 R +/Resources 735 0 R +/Parent 2 0 R +>> +endobj +194 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 736 0 R +/Resources 737 0 R +/Parent 2 0 R +>> +endobj +195 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 738 0 R +/Resources 739 0 R +/Parent 2 0 R +>> +endobj +196 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 740 0 R +/Resources 741 0 R +/Parent 2 0 R +>> +endobj +197 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 742 0 R +/Resources 743 0 R +/Parent 2 0 R +>> +endobj +198 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 744 0 R +/Resources 745 0 R +/Parent 2 0 R +>> +endobj +199 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 746 0 R +/Resources 747 0 R +/Parent 2 0 R +>> +endobj +200 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 748 0 R +/Resources 749 0 R +/Parent 2 0 R +>> +endobj +201 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 750 0 R +/Resources 751 0 R +/Parent 2 0 R +>> +endobj +202 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 752 0 R +/Resources 753 0 R +/Parent 2 0 R +>> +endobj +203 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 754 0 R +/Resources 755 0 R +/Parent 2 0 R +>> +endobj +204 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 756 0 R +/Resources 757 0 R +/Parent 2 0 R +>> +endobj +205 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 758 0 R +/Resources 759 0 R +/Parent 2 0 R +>> +endobj +206 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 760 0 R +/Resources 761 0 R +/Parent 2 0 R +>> +endobj +207 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 762 0 R +/Resources 763 0 R +/Parent 2 0 R +>> +endobj +208 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 764 0 R +/Resources 765 0 R +/Parent 2 0 R +>> +endobj +209 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 766 0 R +/Resources 767 0 R +/Parent 2 0 R +>> +endobj +210 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 768 0 R +/Resources 769 0 R +/Parent 2 0 R +>> +endobj +211 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 770 0 R +/Resources 771 0 R +/Parent 2 0 R +>> +endobj +212 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 772 0 R +/Resources 773 0 R +/Parent 2 0 R +>> +endobj +213 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 774 0 R +/Resources 775 0 R +/Parent 2 0 R +>> +endobj +214 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 776 0 R +/Resources 777 0 R +/Parent 2 0 R +>> +endobj +215 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 778 0 R +/Resources 779 0 R +/Parent 2 0 R +>> +endobj +216 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 780 0 R +/Resources 781 0 R +/Parent 2 0 R +>> +endobj +217 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 782 0 R +/Resources 783 0 R +/Parent 2 0 R +>> +endobj +218 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 784 0 R +/Resources 785 0 R +/Parent 2 0 R +>> +endobj +219 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 786 0 R +/Resources 787 0 R +/Parent 2 0 R +>> +endobj +220 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 788 0 R +/Resources 789 0 R +/Parent 2 0 R +>> +endobj +221 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 790 0 R +/Resources 791 0 R +/Parent 2 0 R +>> +endobj +222 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 792 0 R +/Resources 793 0 R +/Parent 2 0 R +>> +endobj +223 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 794 0 R +/Resources 795 0 R +/Parent 2 0 R +>> +endobj +224 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 796 0 R +/Resources 797 0 R +/Parent 2 0 R +>> +endobj +225 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 798 0 R +/Resources 799 0 R +/Parent 2 0 R +>> +endobj +226 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 800 0 R +/Resources 801 0 R +/Parent 2 0 R +>> +endobj +227 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 802 0 R +/Resources 803 0 R +/Parent 2 0 R +>> +endobj +228 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 804 0 R +/Resources 805 0 R +/Parent 2 0 R +>> +endobj +229 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 806 0 R +/Resources 807 0 R +/Parent 2 0 R +>> +endobj +230 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 808 0 R +/Resources 809 0 R +/Parent 2 0 R +>> +endobj +231 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 810 0 R +/Resources 811 0 R +/Parent 2 0 R +>> +endobj +232 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 812 0 R +/Resources 813 0 R +/Parent 2 0 R +>> +endobj +233 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 814 0 R +/Resources 815 0 R +/Parent 2 0 R +>> +endobj +234 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 816 0 R +/Resources 817 0 R +/Parent 2 0 R +>> +endobj +235 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 818 0 R +/Resources 819 0 R +/Parent 2 0 R +>> +endobj +236 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 820 0 R +/Resources 821 0 R +/Parent 2 0 R +>> +endobj +237 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 822 0 R +/Resources 823 0 R +/Parent 2 0 R +>> +endobj +238 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 824 0 R +/Resources 825 0 R +/Parent 2 0 R +>> +endobj +239 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 826 0 R +/Resources 827 0 R +/Parent 2 0 R +>> +endobj +240 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 828 0 R +/Resources 829 0 R +/Parent 2 0 R +>> +endobj +241 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 830 0 R +/Resources 831 0 R +/Parent 2 0 R +>> +endobj +242 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 832 0 R +/Resources 833 0 R +/Parent 2 0 R +>> +endobj +243 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 834 0 R +/Resources 835 0 R +/Parent 2 0 R +>> +endobj +244 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 836 0 R +/Resources 837 0 R +/Parent 2 0 R +>> +endobj +245 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 838 0 R +/Resources 839 0 R +/Parent 2 0 R +>> +endobj +246 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 840 0 R +/Resources 841 0 R +/Parent 2 0 R +>> +endobj +247 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 842 0 R +/Resources 843 0 R +/Parent 2 0 R +>> +endobj +248 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 844 0 R +/Resources 845 0 R +/Parent 2 0 R +>> +endobj +249 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 846 0 R +/Resources 847 0 R +/Parent 2 0 R +>> +endobj +250 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 848 0 R +/Resources 849 0 R +/Parent 2 0 R +>> +endobj +251 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 850 0 R +/Resources 851 0 R +/Parent 2 0 R +>> +endobj +252 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 852 0 R +/Resources 853 0 R +/Parent 2 0 R +>> +endobj +253 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 854 0 R +/Resources 855 0 R +/Parent 2 0 R +>> +endobj +254 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 856 0 R +/Resources 857 0 R +/Parent 2 0 R +>> +endobj +255 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 858 0 R +/Resources 859 0 R +/Parent 2 0 R +>> +endobj +256 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 860 0 R +/Resources 861 0 R +/Parent 2 0 R +>> +endobj +257 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 862 0 R +/Resources 863 0 R +/Parent 2 0 R +>> +endobj +258 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 864 0 R +/Resources 865 0 R +/Parent 2 0 R +>> +endobj +259 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 866 0 R +/Resources 867 0 R +/Parent 2 0 R +>> +endobj +260 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 868 0 R +/Resources 869 0 R +/Parent 2 0 R +>> +endobj +261 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 870 0 R +/Resources 871 0 R +/Parent 2 0 R +>> +endobj +262 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 872 0 R +/Resources 873 0 R +/Parent 2 0 R +>> +endobj +263 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 874 0 R +/Resources 875 0 R +/Parent 2 0 R +>> +endobj +264 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 876 0 R +/Resources 877 0 R +/Parent 2 0 R +>> +endobj +265 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 878 0 R +/Resources 879 0 R +/Parent 2 0 R +>> +endobj +266 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 880 0 R +/Resources 881 0 R +/Parent 2 0 R +>> +endobj +267 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 882 0 R +/Resources 883 0 R +/Parent 2 0 R +>> +endobj +268 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 884 0 R +/Resources 885 0 R +/Parent 2 0 R +>> +endobj +269 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 886 0 R +/Resources 887 0 R +/Parent 2 0 R +>> +endobj +270 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 888 0 R +/Resources 889 0 R +/Parent 2 0 R +>> +endobj +271 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 890 0 R +/Resources 891 0 R +/Parent 2 0 R +>> +endobj +272 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 892 0 R +/Resources 893 0 R +/Parent 2 0 R +>> +endobj +273 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 894 0 R +/Resources 895 0 R +/Parent 2 0 R +>> +endobj +274 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 896 0 R +/Resources 897 0 R +/Parent 2 0 R +>> +endobj +275 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 898 0 R +/Resources 899 0 R +/Parent 2 0 R +>> +endobj +276 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 900 0 R +/Resources 901 0 R +/Parent 2 0 R +>> +endobj +277 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 902 0 R +/Resources 903 0 R +/Parent 2 0 R +>> +endobj +278 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 904 0 R +/Resources 905 0 R +/Parent 2 0 R +>> +endobj +279 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 906 0 R +/Resources 907 0 R +/Parent 2 0 R +>> +endobj +280 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 908 0 R +/Resources 909 0 R +/Parent 2 0 R +>> +endobj +281 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 910 0 R +/Resources 911 0 R +/Parent 2 0 R +>> +endobj +282 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 912 0 R +/Resources 913 0 R +/Parent 2 0 R +>> +endobj +283 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 914 0 R +/Resources 915 0 R +/Parent 2 0 R +>> +endobj +284 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 916 0 R +/Resources 917 0 R +/Parent 2 0 R +>> +endobj +285 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 918 0 R +/Resources 919 0 R +/Parent 2 0 R +>> +endobj +286 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 920 0 R +/Resources 921 0 R +/Parent 2 0 R +>> +endobj +287 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 922 0 R +/Resources 923 0 R +/Parent 2 0 R +>> +endobj +288 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 924 0 R +/Resources 925 0 R +/Parent 2 0 R +>> +endobj +289 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 926 0 R +/Resources 927 0 R +/Parent 2 0 R +>> +endobj +290 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 928 0 R +/Resources 929 0 R +/Parent 2 0 R +>> +endobj +291 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 930 0 R +/Resources 931 0 R +/Parent 2 0 R +>> +endobj +292 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 932 0 R +/Resources 933 0 R +/Parent 2 0 R +>> +endobj +293 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 934 0 R +/Resources 935 0 R +/Parent 2 0 R +>> +endobj +294 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 936 0 R +/Resources 937 0 R +/Parent 2 0 R +>> +endobj +295 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 938 0 R +/Resources 939 0 R +/Parent 2 0 R +>> +endobj +296 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 940 0 R +/Resources 941 0 R +/Parent 2 0 R +>> +endobj +297 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 942 0 R +/Resources 943 0 R +/Parent 2 0 R +>> +endobj +298 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 944 0 R +/Resources 945 0 R +/Parent 2 0 R +>> +endobj +299 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 946 0 R +/Resources 947 0 R +/Parent 2 0 R +>> +endobj +300 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 948 0 R +/Resources 949 0 R +/Parent 2 0 R +>> +endobj +301 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 950 0 R +/Resources 951 0 R +/Parent 2 0 R +>> +endobj +302 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 952 0 R +/Resources 953 0 R +/Parent 2 0 R +>> +endobj +303 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 954 0 R +/Resources 955 0 R +/Parent 2 0 R +>> +endobj +304 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 956 0 R +/Resources 957 0 R +/Parent 2 0 R +>> +endobj +305 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 958 0 R +/Resources 959 0 R +/Parent 2 0 R +>> +endobj +306 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 960 0 R +/Resources 961 0 R +/Parent 2 0 R +>> +endobj +307 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 962 0 R +/Resources 963 0 R +/Parent 2 0 R +>> +endobj +308 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 964 0 R +/Resources 965 0 R +/Parent 2 0 R +>> +endobj +309 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 966 0 R +/Resources 967 0 R +/Parent 2 0 R +>> +endobj +310 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 968 0 R +/Resources 969 0 R +/Parent 2 0 R +>> +endobj +311 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 970 0 R +/Resources 971 0 R +/Parent 2 0 R +>> +endobj +312 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 972 0 R +/Resources 973 0 R +/Parent 2 0 R +>> +endobj +313 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 974 0 R +/Resources 975 0 R +/Parent 2 0 R +>> +endobj +314 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 976 0 R +/Resources 977 0 R +/Parent 2 0 R +>> +endobj +315 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 978 0 R +/Resources 979 0 R +/Parent 2 0 R +>> +endobj +316 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 980 0 R +/Resources 981 0 R +/Parent 2 0 R +>> +endobj +317 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 982 0 R +/Resources 983 0 R +/Parent 2 0 R +>> +endobj +318 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 984 0 R +/Resources 985 0 R +/Parent 2 0 R +>> +endobj +319 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 986 0 R +/Resources 987 0 R +/Parent 2 0 R +>> +endobj +320 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 988 0 R +/Resources 989 0 R +/Parent 2 0 R +>> +endobj +321 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 990 0 R +/Resources 991 0 R +/Parent 2 0 R +>> +endobj +322 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 992 0 R +/Resources 993 0 R +/Parent 2 0 R +>> +endobj +323 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 994 0 R +/Resources 995 0 R +/Parent 2 0 R +>> +endobj +324 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 996 0 R +/Resources 997 0 R +/Parent 2 0 R +>> +endobj +325 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 998 0 R +/Resources 999 0 R +/Parent 2 0 R +>> +endobj +326 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 1000 0 R +/Resources 1001 0 R +/Parent 2 0 R +>> +endobj +327 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 1002 0 R +/Resources 1003 0 R +/Parent 2 0 R +>> +endobj +328 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 1004 0 R +/Resources 1005 0 R +/Parent 2 0 R +>> +endobj +329 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 1006 0 R +/Resources 1007 0 R +/Parent 2 0 R +>> +endobj +330 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 1008 0 R +/Resources 1009 0 R +/Parent 2 0 R +>> +endobj +331 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 1010 0 R +/Resources 1011 0 R +/Parent 2 0 R +>> +endobj +332 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 1012 0 R +/Resources 1013 0 R +/Parent 2 0 R +>> +endobj +333 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 1014 0 R +/Resources 1015 0 R +/Parent 2 0 R +>> +endobj +334 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 1016 0 R +/Resources 1017 0 R +/Parent 2 0 R +>> +endobj +335 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 1018 0 R +/Resources 1019 0 R +/Parent 2 0 R +>> +endobj +336 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 1020 0 R +/Resources 1021 0 R +/Parent 2 0 R +>> +endobj +337 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 1022 0 R +/Resources 1023 0 R +/Parent 2 0 R +>> +endobj +338 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 1024 0 R +/Resources 1025 0 R +/Parent 2 0 R +>> +endobj +339 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 1026 0 R +/Resources 1027 0 R +/Parent 2 0 R +>> +endobj +340 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 1028 0 R +/Resources 1029 0 R +/Parent 2 0 R +>> +endobj +341 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 1030 0 R +/Resources 1031 0 R +/Parent 2 0 R +>> +endobj +342 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 1032 0 R +/Resources 1033 0 R +/Parent 2 0 R +>> +endobj +343 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 1034 0 R +/Resources 1035 0 R +/Parent 2 0 R +>> +endobj +344 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 1036 0 R +/Resources 1037 0 R +/Parent 2 0 R +>> +endobj +345 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 1038 0 R +/Resources 1039 0 R +/Parent 2 0 R +>> +endobj +346 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 1040 0 R +/Resources 1041 0 R +/Parent 2 0 R +>> +endobj +347 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 1042 0 R +/Resources 1043 0 R +/Parent 2 0 R +>> +endobj +348 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 1044 0 R +/Resources 1045 0 R +/Parent 2 0 R +>> +endobj +349 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 1046 0 R +/Resources 1047 0 R +/Parent 2 0 R +>> +endobj +350 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 1048 0 R +/Resources 1049 0 R +/Parent 2 0 R +>> +endobj +351 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 1050 0 R +/Resources 1051 0 R +/Parent 2 0 R +>> +endobj +352 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 1052 0 R +/Resources 1053 0 R +/Parent 2 0 R +>> +endobj +353 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 1054 0 R +/Resources 1055 0 R +/Parent 2 0 R +>> +endobj +354 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 1056 0 R +/Resources 1057 0 R +/Parent 2 0 R +>> +endobj +355 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 1058 0 R +/Resources 1059 0 R +/Parent 2 0 R +>> +endobj +356 0 obj +<< +/Length 1537 +/Filter /FlateDecode +>> +stream +xœ½XÛŽÛ6}×WLõ’°iQw» Ò")R$è%.Ú¢(Z¢m&²èHÔzý÷R²³ "™6²ñba™ærgΙË~p<âI{LJŸÞ9Ôƒ×Î?ÿ‚…ÄzIqÃÖ‰¢ŒøIäù§µòÁZëƒÂñ¯þÿéãþó§S¡ýS¯Îì…Œà—‹•CÍ:…Ї$£„"0 +‹­Æˆ/Xä§§½óíÍÓûm w¼n„¬n]J<x•ËBTë[÷Å‹iê>ýþ;X¼sž/Æ,%Éü0ˆ-ñªàµóšçbÇ@ÃU3ïWoÝR»ùlÖ&¹ÜÎún¿õ¾§mûýžìb,NIBýÈ&ëõÌ÷<:ûëõ«7ù†oÙTTbUÎÑr#æY|%s¦Œ“†‘Bÿnƒ+JH4ˆé¾)Àµq{™3ào¦S°8ˆú$Ž!/2GmŒç²ÂÌn)Yñ£¬ùï} +²Àãû$C Ó¥Îs7àå/Hj%Ö½Bͦ:6#Oj³Þ|6¤†éˆ(% ÖaÚ XôEyAà×’3Ô7®°âN4(‡AÕn—hR®NÞÒ9€-Y"mlÅ9ž0±Àãy$ò£‘ƒN0ÑBÞ°;ntÒ‰H"8‰rF‡à";9DÓ^g‚“¾ñ[}' GIJ Fó,|RõžµJΗ͈?:D_^Æ|'ˆó<ý¼:Œ›®QÍp\8OäËÔASìýÏ2tHúz8Þš?”Hf'š`Ƕv\$c×~®1³— ±s?CIË>¯j×k~lôŒÇ®Ñõ3ë¢.Ñ¥) ,òîEÄò°Á·H»ŸÕHç§kD’E$ÅjŠSȵýÏõV“€D×ö?×[qêcÅj„³ÍùaäK[ 2’^;®œ³ú›óÿ@)ÅÕ +endstream +endobj +357 0 obj +<< +/Font 1060 0 R +>> +endobj +358 0 obj +<< +/Length 925 +/Filter /FlateDecode +>> +stream +xœ½XMÛ6½ëW>5—1‡ß4¼`{(C9ÅÂõ2'¶µ+Ëòï3²œí¶M8¢ª® ¶ló‰Ã÷øæñ¡’ µ·âK¥Äo•Ÿ*”âMõûBŠÛJ;¤…@?ØWÖFPÞJõxm÷äšvÝ@&ÐEú×ß?ýõûÕûê@0ݳ¹«^¯ªù¯("З«ž¯£0JøèéÆP¬öÝ=ÒC¬6ï¾T¿ˆþ±Ü¶i/ë}ºšÕMºÝnÚÅátw—Úë]Ú´Ív³Þ½kSÚÍæ/_ˆÕ§êz•ƒ ¢21>3¬7àQY•‡]Î×÷i—ŽÇ!ƒ: –™Ç²>µ÷§ö2‘t¸MͶ^ts»Yïvõ×›íá®nr&Öûúth¯f8ƒfd¨Ð1 wËù¦Yh dÈA×r”XΛ´ÙÞ§!Ãag¥ÌÕ|Ùv)Ï«S[/Dz\ß›c·À4Ú¹H¢­E=Ž3Ѥ‡Ó–ˆq5k›Sš ¹!éÁtZÌTlYP/(âr~ IJ„SŽô!‰¨E²ÌÑj—œ×àcäDY¦çXÚ”Éñ +éWü©DâÀiYf¹ËâŒt*«¹8ôàiÏ•ý‡9¤†*²Ýô"QœWûØ ÅŸ»zóyŒ<œt`•ÍêµH6ZÐÄå åaƒIDe$÷cû8Wéú{ñ^uµdÖ+a¤UŽuÎ4ÊÑ V‚!‚»gÕÔâp>:-¢ +—îé9AÑAPyw”C‡*»ÅLj¢ÍÛÉÄ Af·/´0ã"ÓýÜÂÎq¿E/°¸¿3N‚g¼¦Ð¾Œ‰`M~] +ìË(JYá1¯‹aõÍ]ïccÌË å +dÊUb^Fp¼Ó¹—ŽLÈþO…q.Óaè@A7’2ehR†tì®=0ý`qk§)íN‘:´¡¸Â˜B:´¢pÀì¼Ãš»Kâé»»sÁÆDãd¹GKŠ lô,“†Š”<›¥²çåÚP‚iãQ=ÅfþPm€ÈÅ¡ÉA EœÿxÜ3US’áÌ`zTeAm{Æ£"%"^ŒS£JŠDÏ.WŒ”‰x¹–YÊ<¬•Œñ²:Ê?Ì1@¡—!i]2'S^†Ú‚ez¡a½Þ4y$mÐçK ‘ÂOç"GCIámàÿ!‘­†p)Rhà¹\xÌM©a@XzŽWÞ칚=f-Ò‡¥äÂøÃ¿äñ¶z ×7½§P‘ +endstream +endobj +359 0 obj +<< +/Font 1061 0 R +>> +endobj +360 0 obj +<< +/Length 902 +/Filter /FlateDecode +>> +stream +xœ½XMoÓ@¼ï¯Xù——ýþˆR¤"Á‰(‚BUš¸iJb·ŽCÅ¿ç9NKÔëÝZnT©u’ûíÌ›7{G0i5½'‚~ ŒÞÎèGòí;etE¤¡ŽipøÑÚƒ°š‰ÇkÛ'פiR/â·þþïÏç¯ÉWR LóªÖäíœLÞsêßœ_~¼Î©Ôz oŒÓù®¹Gü¡óåã_÷䥳*_nnsZ,vùYv~¨Ë)ý¹¹¬E}±ØnË_ÔÓM±.ë=­K\ör[.d´Êï›*_euuȳ7¯éü†¼›wÝŒÓà…ò¾ãfèlY-®jÄë³ U`¹Ð¢kA\r½¸Í·ù~ßgM#Aw¯‡+nê|w*X‰5Ø,ëé±D_Úº7eË&}à´áš-Rq`H¶.N )<8ƒ[?"$w`4cn +É,¨¦ Œ†h¼e‘=EÌPs#²ÇX Öûî¾10¤ ±×†:Ë$¦µÍ!LYy¨oõé1òb•W›rzlºm;žŠŒ.v塨Ï2žÑ^£pÔ_7Of“ˆÞk„úêt–Ik-}–c´Ðr ÕÉœŸzð¬£Ò^ƒDŽåSÚ)`È߀L£|J[Îu;û³¢8V)ZÚp06àß±¢ÐšBjš$Y4ÏÖîýÅq»ŸjÃ÷Ó†–8{u‹2J…ÑmƒCãÐgx·uö™àŠÃz?ŒpÇZ¥(Cy2ÔŠc¤¡œîBM1JÊrð©óM[¦hi(ÃÀìÀ˜ÊƒV‰¶˜Š)H$÷¨˜3L@¡#r *|äÝd +LØ#Å”^‚rãî¦txÂ&2,&vfBŠó-‰‘Ý©ð~ÅûVÏ™N* 8Ÿ‰´.T6¨@@°.É»*Þgš;Ö¦æNþ•bZ’a~eìÓÓ Æ®(×ÃAlDî¢S ‹¹ l!qÊ“AjÎyò$íŽ'LtBY°¡s¦8e‰ñ$àÊA€‘ÿÓÒ~_—E>친`%BtŽÑ÷Â\ŽÒw˜zôÛç>ŸŠ×ß7¸Áh:í¤b¢zØ‹Žt0•—:ï¤bJ :uÞIŘ^^tØš€É1à„½bXL† (5$bz @#ËÓbþ @±gt˜oz¨/|H'£:1'(Â(×R\@bÿ˜Ö'r‡¿¿š “² +endstream +endobj +361 0 obj +<< +/Font 1062 0 R +>> +endobj +362 0 obj +<< +/Length 914 +/Filter /FlateDecode +>> +stream +xœ½XÛnÓ@}÷W¬ü/“½_¢© @≄ª¸©Kb·‰MÅß3¶£R»c¥Q¥ÄqöxgæÌ™³*Œ"'2Jî2FÉÇìë7BÉ:šXªÀâ »L)Ü(ÊO×¶]º[HZ¼ˆ¿ú÷ÓŸûo³/Y…0Ýk¿É^/²Ù;Fà—‹›Œõבœ«ÀqéYìºgÄ?²XÞ=f/¹Ø«ò¾ ÕrW\æWmSÏɾXšº*®—Ûmý ×ú¾­W?HSGÊjS7‡ïyhK¼ñ2oöm‘¿zIwÙÛ…ïiŒø➧!«ýò¦A˜µå[ —;Ü.ï‹mq8Ĭ§8pÛÜ»&®Z6Åî±cP®šy¢ÏÇÀ]uqËg1˜’ÅܳÀ>fIá¬ÆÄ6rQ·Í}ÛwRTëb_ÖónsCæ¯ûdÏEN–»º­šËÜå$jWÌ‚V”zS›JI65 ;’yJy6ÔrÄj™A±}a`†#U»ÙÍ¡ã¸1†Ú0Îy‰šD ­9(ìþ¤ÑC+þ£½Lí˜P ‚n9‰ ¸]H £hƒ|Üp7ÍùC_ªç¤“m´ á™(íô C¸R}ç#ø¡Ð#DTò´ Rý¿³žgA?eøÿU¢_; +endstream +endobj +363 0 obj +<< +/Font 1063 0 R +>> +endobj +364 0 obj +<< +/Length 897 +/Filter /FlateDecode +>> +stream +xœ½X]‹Ó@}ϯò¤/·óýQ²‚Š‚‚ PðAd©m¶›µMºiââ¿÷¦©ë +%3“ m)´i;'3÷œ9÷Ì}B +£ÈCÂÉÇ„’»„Qò)ùöP²N„&–*°øƒ]¢”nå×¶O® Ý $-^Äýÿéßïo“¯I‰0ݳÞ$oÉì=#ðËÅMŽבœg€á1²Øu÷ˆ²X=¾{H^þ‘M¾#år—_¥U¯‹U3/ÛÍ&oÞVåº]5ůüC]•éìÕK²¸KÞ-†P­Ç¥s—E5 ãŠ_U P—ET¸íXqQTÉ€"E/Ì$îÀj¤Ò0j6;Ü.÷ù6?Be´¢ÔG”¬j›}ۜ撗ë¼.ªy7½ëåv[ý¾.ÊMÕÌeJ–»ª-›«”¥$hVԀ춋!ül¶ª—7 bŒ¨ŽË4ĉlVç«bŸ‡ gçœõ£VçuÛTs²z¬ðu%ÆÁŽKDšŠ8Ò“à’:¿o dÆUÚÔmž†Üæ pë¬X³^Н$‹!•–25J•Cœ +!’æ2Ù#Ê8yhfÀ ëøvo¯<ú‚?Õ‡ œÕ ¸ò4J Ê)hÓèCÖÛê9}ìÛíaÙÝq/×ËãÐ郑ÛjõsŒ:”f ÇncÔ¡‰\ÖêC lqFåq>ÿ]¹`ëP¨¾yº &Ó`ùH“‹‰]¡f^‹œS: Âã“cZÌúöìi! 7¶ç‹©)˜Xy.¦t ä…Ë),¿ËÄY—äw¼»Ìyã:n¿½sÍUtK'Fæ+[”eI*AcQ&êé„ÅØàq‰Ï:ùTßÒõö5ƳJ‹êáRÅX–ÀmåðbÅZ–˜Æ:Èq•âe’éÎq²ÓA€EÝÐ 6aÖÉ'ÿFè‚[ŒžˆÔËòMßÌWjŒ0¸ÁáÛ‹c”Áf„i³—˜žw¾¯ .0xwØ©A¹>¶Ñ Ê$ÐçðŒ¥iÌð Âä ÌarñïL j1Ýø­bbPñ' TO ŠÒ§žS¡éA%f ¿N㌠ÊÓ s°Àþ'«É(c Gq>æ07xXÔÞMsbg0QøZ§¨;L ~&ÇH`Vˆõ“!FÅÖOãsÚø’Üãë‚b}« +endstream +endobj +365 0 obj +<< +/Font 1064 0 R +>> +endobj +366 0 obj +<< +/Length 903 +/Filter /FlateDecode +>> +stream +xœ½XMkÛ@½ï¯Xtj/ãýþ0N¡¥í¡ÐC‰¡‡R‚k+‰ÛJd‰Ðß‘ì|‚F«ÛbÅÙYfß›÷ÞÞ3B{˘âߘà7L +þýúÍ_1íx~aˬ ¼êéÙæÅ3íš…LÀ‡ø_ÿzþþ5ûÉvX¦y—WìÓœM¾Jÿ8¿d²}.¹QÜG7&ù|Ûì_|¾|úí½ãíkVÔÕ]]ñÝb›Ÿeùn•—ëbº®òíÅb³)þ^ìê««¼šÚŒ/¶E½«Î²˜ñɇ÷|~þ̻v,DebìÜÁl²,—ÕzwÕgIoÀKeUÇ’³I™/×wyŸå¬š.w,wXíØŸuULùjQÞ^ì«<ßðÈqçEµçUkþÙËÛŒ—ù}½.óÕYV•užõÙ‰‘ §5K锊v¿ûøgûëÅ]¾É÷û>kÊÎ +ÑÕýê |Ž+°ëe5mÛôwÞô-ë áÁ4Ü:M9(ìXF­‡üfŠ¡£Õó|ŒG¬çXœZ§‚‹³Nˆ#@"ÁN† "ùN†éÁ£Qd’2Aœp`•%'Èë¢ÔN׃*MݳÉ~rd£tOl0 OòÑ_¬“à|·^jtT FŒ…iˆY+À ¶ÝXjd5º‚™IRd‘ 4€ mÒØ`¥ƒ }NeƒEWç$©Ñ´EkOú%%z:4 hR’8a‚:§p%Œà‰!K´ƒ=:´¶UC8aLkˆ^¥pÂèºÇ€MA”Qhú)¢½NŠC—ÒXa$:|9P1qG-¨£ÈC±`ÀHBˆÀ¸=&w:Ìh ¼Áœò ¦–¡R1¨ ÆØBæÞ1 * .´Ž¤‰“–$Òe©§SÓƒ +ËeIEÌ"¾;Û%è’òhþ 1 ­ZÛžƒU;JÔ]Rs{RdIôý4z“dIi´ý©:Ѩ>(RÊ‚¢ãn+”DËOB³ÿ­ZºgSBA œH1xwE äÍ>al^#Ǿ¨7‹r]oǺT“H A]è¤pCL4Ž“¸!µ;ÔÒ´m:ì[/±ÀíƒîàÑêI $^G¬'$Ä7ÝˤՋ˜P†Ú™å<¦¡ff@9‡åMW¢iå,Æ—¡yb@9c!ŒN½ìþûUõ +endstream +endobj +367 0 obj +<< +/Font 1065 0 R +>> +endobj +368 0 obj +<< +/Length 909 +/Filter /FlateDecode +>> +stream +xœ½˜MoÓ@†ïþ+Ÿà2ÙïÊE©8 "q@¨ +‰›¦$qëØªø÷ŒãRŠZv¼ÆJ¢H‰ãìlfçÙ÷½Ë8på »Ï$ûqv“ Î>f_¿1ÎV™²ÌsoØeÆÎpùxmûäš²Ý@ÚãEüÕߟþÜ}Éö¦{ÖëìÝ<›½,~9¿ÊÄñº`Z2œ˜`ó]7G|°ùòñÝ}öŠubv¸^Ü–ÛòpxóšÍo²‹ylPo HB|PVTmsÛ6l¿Ø•çy¹_•õ¦:û¾­–?.ÛmõóÌål±«Ú}sž‹œÍ†ÄvœFFc³e½¸j6ûõ!­®˜Õårs[J ฎ±týhYyÛ6Õ;TívQoÚsÌk*οj9«Ë»vS—«ó¼©Û22À[\£XšŠ”$ ÖpÏ;+’êˆ;Ð5ñ2bŦ)wùª0 ›eÓWÑçßiˇ”Ž $¦ÄOÉ‚E8Ö#Ø?XèþXÂåq­Ÿ†acÖJ0¸ÑÄÖ: +«9¬ÅXÞãP¶o×ë²9tXˆ‹1TXé!`G+… ++8Ü ‰0‰ +Ë-i(Ò^Æ¢ÏS&PXÂ'‹ç5p,X‚à : Þ“"8a@+À:Z § h8hDÌž, BÃrºŠAn{tª€Â‚—qŸ6 Z;+½NÕ&4(RÆhÓ@³¦½á O’&íÊ` —&­Ïå׎ÉéýÚƒJ‘&­<(JIR¤IKtþ¢I¤Ú~×ñgPĪiP q –‹40TP =)Û4ý‚pmÊKlø(…HBC!ÜFW< ¥Ñï[îKd`’.MYnÛ—Þ³ýú0 +ÐT³™†’Ø Øj“ +JŒÒÂc‚.ö«Ï]Âé„âèöýH%L'vŽl™& ç(ªk0œÃÆ„Øý§ g°ûÙ¦±5pH3U8…]Kª8üG8i@°6S…Ø²ÐØ¥©äØ– €‹>FóÉÎLìPHÒ’ôGxìAt\©H -œ8­‰ ÐDGiBc/@UvŠ eÀ °4)µ„ó5VŽiJâA4öté¦ñ 8z{âœ(¡]ñɦ,ppD§-c{A™¨áHtôD!R–lšs4mÀSüœˆOÙ¾~$æ{ +endstream +endobj +369 0 obj +<< +/Font 1066 0 R +>> +endobj +370 0 obj +<< +/Length 902 +/Filter /FlateDecode +>> +stream +xœÅXËnÓ@ÝÏWŒ¼‚ÍͼQŠTPY ±@DbP7MIì6q„ø{®ã¨ <§i¢J›Î±ïœsÏ=ó@0i5ýIý@½#œÑäë7Êè‚HCÓàð ¢µa5×ÖO®IÓ.¤^ÄÿúûÓŸïß’/¤B˜ö½]’·S2zÏ©üãô†ðÃuN• Ö[àxcœN7í=â‹Nç¿ý$¯hûšìng÷åºÜíÞ¼¦Ó;r5í[ÓiðByß¿&®ºjÊ ­f›ò¢¨·åb5oÆÕ~¹,›«jñ¹)Ëu1ŠÁ³ +,Zœ ÏHÐçÂÒ„kwøLxŠC¢øp:<áÁ$˹ð¸£;W˜Õ +ÿF)ýÃX Öû`ÿ˜Ôûæ~ߟ¢¬åvUÛ»ž­×õ¯ëUµ¬›±+èlSï«æ¢àz*#@c#í'Éd4ßÎn‰YRsè§Ád´-ç«û2f1áÀ#‰ûª>éV;çrßÔcŠ%ºÞµ{‹ËjC›šzÚíû® Ûòa¿B2\Ív_1wÂ-X4 Þ­š¤Ô‰ÐB‡ô™äGÚkHÒMô±)†BÚ)`Há€Ó„¡­ç‚fF·ãO•á#Ëp06díIÊКB0§Ñ†Fmt#Qš6æuµCÖÏ›U]uUBe¶|ת„Óïëzþ#G#šp"`©)Ñ8æôÌ$(¯@FôÜÇ¡Lïžð²­_”('»<k9øÜ1g®a`‘ìYþ<WyÐê¶W:!x\±&­ãŸ•cðá/°»L ›ÍÉq¥— \pwÓLN:Lyð“Ø˜ ð&ÉÝ$w§ú·&ÁÝPK Ñ:ÒÝŽŽÖ€Ñ帛˜8Bf”ân’d›äk’a–ÈÍχåICxŒ6ÄÒ¤!†ˆˆ°Œ|òø',´‘$YædÉHHŒ=ýsQ7þJ–#!4ˆÐd•"Á1Z„)$Á0Y„éÚwn§î1P ;ÿÉv;ùy€‘; F¥±agC™À +PîX4XjйsÑ `ijØ©m&0Ç8õ":f¨ÂÁ&Íï<†¥‰¦Û]ä8h14ŽR1$˜àvJƒ Ð;zL9üDðç7Å>¦ +endstream +endobj +371 0 obj +<< +/Font 1067 0 R +>> +endobj +372 0 obj +<< +/Length 929 +/Filter /FlateDecode +>> +stream +xœ½XMoÓ@½ûW¬r‚Ët¿?¢© 8 q@Dâ€P7MIâÖ±…úï;¦¥¢õìº&*µ›džgvÞ¾y{›qàÊö+“ìcÆÙu&8û”}ûÎ8[fÊ2Ï xüÀ63&€t†ËûµÍ_kÊ6´ÇEüÖãÿ>•}ÍvÓ¼ÊUöv–|,¾9»ÌD».˜–ÌL°Ù¶yFüa³Åý_¿²WŒ±ÓE9¿¬Ö»Õ›×lv½Ÿõô‚Ô!ôÄû«ùM¾É÷û˜˜NƒÒÈþ˜u]å[¶›oó³I¾[æåº˜6Kóͦ¸»À Šj&ì$Ô*0D'IY Ò7›ÕŸÅiQW7uõ|»zµÊÛ<æÛ¢ÞUg“Ø”´Ž]Ô»Ù˜UÊvËÞâ~÷„<=)óÅú& Çè†'=ÑÁºòœ×U1e‹²^æû*Ï7,°v›÷¬*0æM±ø9ae~[¯Ë|y6©Ê:ŸD<‰ $æÕ»[)İH ŽMÜ_ü4bX§À…@‘í11 +¬ÃzQMÛ2½k*÷¥)Ü$¦ƒ¬•`ðˆIbâ‹€þ~NsØÎGÇ”‚á%ÇJÆñZ†[0²‘®#š`@!ÑŽ†ç5päàÑzÆ8 ÞšªNÆ +°ŽÔígÔ©=f;yj×VwSþ O"NŸŒá ‘}v<}2 +§^9‰'#,xÙ/Ÿ”:uŠÔˆÓ¡¢N'=+úe7ItРh%IR'í?ìðn«”È ír¼Iä…¶\„"S[G‹nåÉÛÖŒ¦v(‰ZyP„$ðC ýE©èéí0Ývã[[¬!Ñ\ƒ¥å‚¨ @{R7“¢<:‚ˆ3÷I†ê”H…áv˜6Dãêõ@q†¨=XEÛ¬šÚòމ(ÑœPÇÿ¸ˆâˆ=ÃÑÕDåñe@[ã³7.¢G_Cøæd­’Ý )/ѪÈANt5”mK’*©Ñ¶K*) HbÜ¡G¹¶<‡Q®S­!R%úªÝS¤Jrôt7'I•hè~%¯àþ鬘v}-"idA„Ž&Kw-—>Ù d §®šÒè"4Zj‹§ FE´èÓt¹ÛWX¥õ.?k¬Û9!ÐZP-žÂÁÑ;Ðc~g:‡¡£Ow/p_¾ó¦zQÊâÐ& †£Ztd Žj¢Ëÿª6à_xßó,êçìs?e^ +endstream +endobj +373 0 obj +<< +/Font 1068 0 R +>> +endobj +374 0 obj +<< +/Length 924 +/Filter /FlateDecode +>> +stream +xœ½XËjÛ@Ýë+¯ÚÍõ¼A)¤¥]º(º(%¸Žâ8•­D– ùû^I!Htga‡€3±çŒîœ3çž¹Í8på »Ë$ûžqv Î~d¿ÿ0Î.2e™ç<~`›@:ÃåãXùlLÙv"íq¿õò¯§Ï_e¿²´?õ:û¼Èæß €ÿ\\f¢LKæ‚ l±m׈/¶X=¾»Ë>°þ•ošbËvËmq:«êâb³jN6»uÕ|©ï÷Ͳ,7»â¬,«ûÙüÓG¶¸Î¾.†`½ uG†uœFÖ*0G†4¤o™1›Ï÷WË›¢,öû˜IµŽ,¤È’W‡ææÐ<ÄŠ|^«ÍM1 $.p¨ôy?ÛC…ÎMuÂVOûÜW §ëjÆšŠÖqa?cuq{Ø ?NgM}(f1 B±qdýà¶å ³N RožÂ-k%<¼FI³+Ó(X# =—'T‰Õ2”Þ*iŸî¥Hλ.•'+=äõ°\“¤b…‡†3´ó R1Á€Bf¾[)íëuÑì[­ˆ^+c¤b¼ŽÄÜ»©'Á{Ò_“¤b¬ëFšg_§QZ1†ƒFbÛcã*l~Fùç{@Q<}kud\aÁKÚc'ÇÅÞÑ +ÊW§ÇÕAƒ¢½dz\¯@xêäŸÖ -Ô世ƒ£M)Íé´`4½wã.²)Ôʃ"l)Ñé´Ä`4ìLñ>§¹KØJlKØÕ¨o > +endobj +376 0 obj +<< +/Length 898 +/Filter /FlateDecode +>> +stream +xœ½XMkÛ@½ëW,:µ—ñîì·q +)´‡B¥†J ®­8Ne+‘eBÿ}G’qZ­*$c°×ò.“ÙgÁ<ÐË»D4ë‚)dÖ[ta‚-÷õ5ÒÁ–ë˧çäc‹Y™­wÙ‡÷lù|Zv…³ +¬@]áÚhì°ÚgWéõ©*ælŸåÅf·¾]åyñ‡yv8m·YudUAqw‡mQ¥¬ÌžN»2Û\¥UyÊÒ>Wc$èŽ+a‹u¹º«(~Ÿ`]뎀òx¿zÌòìxìS à´­]Ùo£îªlÎXA9Ø­«y›£›6s×uâÒYLôà *?%¦p`4ç]e1:&· jÊMi¼¤ÌJd\L§ã¦,!c%XOÇ”˜ASs›²„Œ0q)‚Èj2³˜.cÐ'ö…JdQœªÇSu¾“ì°ÉÊ]1¯o®íË·ÍÒöÏmÓ瘲վ8ª«T¤¬×Ý –䪻n³ˆ®l¸º³³Dè—v +8vWþÃúu–¬Z½.R6D¿´Ep®[œ£4L†ò n”†iÍAQÉššô)®>¥%ÍE‚Æ‘EYÚ‘j$²´ûÿ’-¾ç½ CÃA[4 ˆFtk[”“ \gƒ|‹,Ç*ËóUyöš?Ïz¿òbý{W”àC£T W”á`{´â˜âRʃV…³IÓ·6wýEI2ØsÇ…Dò!VŽ +(4xܪQ!¹Š‘!¥— Ü¤;)yž°^Œ +I<æfÊê‘ä­šv+ù¡°ÈÄ)±†7ëmåjïkéšËè O"9 €ÀDj–úÒ_­Ð“ƒ°Ýî,,Wg‰jg»V¹†È:²!#WhÉ9„¥%J®P“qh€š,E9„p Ç%y„òédôD‡¨ƒ¾9Š(ȰžJEpDx2²ì3ÒóüN8²¡ÎCaÈ.„‡¡(’" ÿ¿‡>Ñ4ЬÁÐg(¦Ô ‡N> +endobj +378 0 obj +<< +/Length 945 +/Filter /FlateDecode +>> +stream +xœÅX]oÓ0}ϯ°ú/·þŽ]uH€à D%ªJç•@šlI +Ú¿ç&“XœÛ5Z«I«×ùÆÇ÷øœã«„W©a¿ÉÞ%œýHgï“/_g牲Ìq¿°OŒñ SÃåíXþϘ²íDÚá þ×ýOwßÿž|N +,Ó¾«]òj•Ìß +æÿ¸ºHD7.˜–,õ)|0ÁVûöñÅVÛÛß~'Ͼ–ómµ¹h²b÷â9[ýHÞ¬†¦t¼ÔÞL¹œWa›]†1ÓYfhª~&VlöálöòД V7!Ï7Õz“çå5Nƒ^6¬)™gÅa· M=cU¸:dU8?›5Õ!ÌÆ<‰‘ ]‹öVK +RZÇ]Ÿ-ëï›Ë‡º3§ôà,Â?<'Κ5aƒZ(ÎC••‹v¨mÝ í®×t 5có1Å…k8¶éð‚æ¤ñtËá-ËCsyhâ+ê; ]Òf_ŠælæÇ­Îz ‘ÜW,r… 9H?W¬•`ðÂÿ|ÙV×uƒ(eEX_fÅÏugû€lév¿n™#Ø·¼Üþ<†7Öˆì…5VsØáÃÛ@c•<6n„‰÷YS" +Ù¶Yt ½¾ƒð"ø©p6ª«D +)žá$ž¨4·`¤‰ÑuŠÒÆPØøOPÙiàÞGXâ©x#{½wìÕð Ô–CÓ,ŠjíÁèaÔ¨"¨•u¬u0M-1†Ä˜J£‹CDÔ&Œ÷½ÖdÛ¨¹g”W ÝðN8£3ÜÂOr7«·lÇpFaæu:‚…3Jc:q*Sº ù:väLÓѤQóHô0ž¨¶8JV[•+Hc |¢ÚÒc¶Jcéo¢Ú5ÔŸªvŠq+®4ÓÔ6ËâÑ’ÒcÙ[*Ìeqé¢é¡”dÄg=NGzH)0€EILÒCÉ1XE¸IÐCá0±D”‡ä!Osÿ(,¦™˜?£¢@zñè…M…Æ”2ÂvÑîõ¸ÖÊ€‰g{qp1 Fˆõ’î$…P ¢DbŽà—"Á„rY©$â°þGœP 0¡É¶ë:Ë…êd7hbýM!ŒÁ”2â\&ÅîQ·Qoþb÷©ƒîù˜\áÏ šú +endstream +endobj +379 0 obj +<< +/Font 1071 0 R +>> +endobj +380 0 obj +<< +/Length 899 +/Filter /FlateDecode +>> +stream +xœ½XMoÚ@¼ûW¬|j/ýö.r*¥Rz¨ÔCUÔª*¢à§€cõß÷ÙNÓDª¼8!Á;öÛ™7{—P "Sä!áäcBÉMÂ(ù”|ÿA(Y'BCüÁ.QÊÏåOcÛgcB·Iƒƒø¯—Ÿþýþ:ù–ì¦}Ö›äý"™}`Ä~¹¸JX7Έä$³0¼0F»öñA«§wÉÒ?ò²)vd¿ÜgiUërÕÌËý¦j.öE½)šrõ¥ÜÞu:{÷–,n’‹ÅªQ`¹´vZÔLBƸâÓ¢jjZDÅ›–“¢J):1“¸£‘JÓ¢2ZQ:1“h²ÝDAóÙázy[l‹ÃÁcNm5p,Ÿ‹+yulnÍã­ûuQ—Õüç¶Zýº\n·ÕïËnló{®R²ÜUÇ}s–²”øÜ—ÆÝ€¢.‡™“ÏVõòªÁêùL™ ȬÜ`òY]¬ÊÛÂg:Å`¸ðy?×c}ÎM5'Åß5¾'wøúm–œ +endstream +endobj +381 0 obj +<< +/Font 1072 0 R +>> +endobj +382 0 obj +<< +/Length 948 +/Filter /FlateDecode +>> +stream +xœ½X]kÛ0}÷¯yÚ^n$YŸ!tc öPëÃ!KÜÄc7ŽÝÒýú];¥íhjI®IB¡qSéúœ{îñ.¢@c-É]ÄÉ·ˆ’ëˆQò=úù‹P²ŠbE •`ð ÛHJ \KʯeϮŪYH¼ˆÿõÿ§§ïo¢Ë(G˜æ]®£³hü… øÇÙUÄÚëŒN´ÕÀpcŒÌ¶ÍñEfËÇßî¢wäðš¦U²%ùb›œŠ2Y¥Ëjò;+–~¤·éê<ËŠûÑøÃ{2»Ž>ϺË…µÝ€Óñ~³¸I²d¿÷YT ÐŒKî8Å´¨«›ºz8F’¯’2-&ÍÉæ‹æóöÒú~žæë¢š¨Yl‹:¯ÎFvD¼N§b›˜Ž—åâªBŸå$nšûûú’Óq™,Ó›Äg9nÁ(,~×r‡ÕJt^WÅ„Ü6·øP!bI^¯×Iµ'U«¶…‘2ÙÕ)²âlT•u2òÙ 3 $¥·lR+ªA4ëæU­”UÀ±\]åU‡2ªC¡:(¹—û!ê´µ.=‰¨8HlS.±ˆ(8™1$ž ÀPg'ä 7`QM'ä Ó ÑzNȪ@rÙÝ1E”VBŒjÒª¤@Qn.nô·*ægURs0ÆåüAv%¥»½=À®dŒCOWñ]^õ`OS=ÚV¯’¨®Ã˜5WI¦À •r 2+‰ÃŸbÝæþB>¼ò!“°b·‹„IE˜˜qömo¥ÐcªšÕ®Û$¡(h‡EHEÄbG7>¦–OEV”¸crUï“Õ|W/Êê/¹K« ¹Û` û¨EpŒÝM3D+‚a``N3®Ëtå³ <úïQi«tÑÉË@bƒ0=M2Ì`XptßáÀPT¹¬ñ8Öê>¹lÉå„É׈SÝ/¡ÄÕè‹1°¸“ð@`£L¨;ôc½x C1º8ÒqÛ—=[·L´;î7œöaÈüyÐ'§1~Nà &GBt®1Œˆnkp.pîw°ÖÃiÖÙb¿£ÑðËB¬†s ÜcŠñåÃQßÍÏ1|mªä¥Nqš÷àîXÌâ˜ï$é@X†‚èÛþƒŒ†)L}mè©$о–B±f ÷ü4 V,A¾i¸ +Àâ9N¤.Æ0‰¸Õåí4Œb ðx@ävš¶ö0‹ñÃ)«°gÕ¤ct +Éþ˜!¤ít™$ÏÒõ¦Jr¬ÑÙF‚qñû¥ã\D;üù’ÖR5 +endstream +endobj +383 0 obj +<< +/Font 1073 0 R +>> +endobj +384 0 obj +<< +/Length 878 +/Filter /FlateDecode +>> +stream +xœ½˜ÛjÛ@†ïõ‹¯Ú›ñžÆ)´¥)zQ0䢔àZЭĶbE¤Oß‘“¦ í!B6{mï¯]ÍÌ7ÿ2 +TEŽ'ß2J®3FÉ÷ìç/BIž M,U`ñ»L)Ü(ÊŸÆ¶ÏÆ„î&’ñ_/?ýÿý&»Èö(Ó=ëuöi‘MÏq€_.®2vgDrbœ†ÆÈb×]#>Èbõô#Ýc¾®ËüÃ{²¸Î¾,ú¦³ +—ÎõO‡–M±#ûå®8›Tu‘—«fVì·åzÓû"?oïŠüG»¬›?“iˆ®‘`W|l]-@­©8pÛÝôÝü¾¸Øàx˜’d@1ê<Á1ü +¹«1ŒÆÖe´¢tô(¢dWÆ•ÕNÇ]N +¤·èb‘ ˜¬¾š3 ,:Ú0Îy‹Î¼j›Û¶y\H±Ï‹º¬f¿·ÕêæòÙr.¯ºõ\N šÑ YîªvßœMì„-OsPX†û£h>]ÕË«¦Ü¯C¦T úãc>­‹Uy[„LÆ-8Œò¾íŸ?Ìö¸UÛ¦š‘ÏÕ¶ªñzÉë½Zo—wwäX6rD¡M) +£G^ À>nìÂ|hÇ•e,¨yˆÅX³z‡pYé$?ƒ‚™&­f½-AÒNe:hÒ0pÞ>0ŠhRS0˜}AÁ4),¨ E“”L’A̪Ój{¹„Bs$Ǽw]Q*?’Ú¡ÔC„$AŽF(•I‚,-NR¤(š#ÿiA0˜¸Cwcü¦±L¯Šm“¸EKä=#ˆb7˜ìgx“¸DCã ãP& a°¸@?äcH ”8WÀzžÐÈbhu’ϵþ¥FxËÆ)zœ€HJ947©§Z)z-N2(bÄ4ºŸure +MêÁUŠžD+ãニÓ +Ô›Û³=ŽæeÄÌc Í?ó‚™Ä(ú™ˆ`RªMrhi¼ùE$ã@y:¯ )´$ž(îåѦÚÞê‘X_”¿æÑ쀯¿tØ¿ +endstream +endobj +385 0 obj +<< +/Font 1074 0 R +>> +endobj +386 0 obj +<< +/Length 880 +/Filter /FlateDecode +>> +stream +xœÅ˜MkÛ@†ïú‹Oíe¼ßÆ)´%)z(r(%¸¶b+µ¥X‘0é¯ïÈ Iˆv¥µU‡@²qöÝÏì3¯v *Œ"û„“¯ %7 £ä[òã'¡d™M,U`ñ ÛD)Ü(ÊŸÖ6/Ö„n6’ñ¿þýíùýëä2ÉQ¦ù*WɧY2¾`Äþqv°Ã:#’ã 0<#³msF|‘Ùâé§}òŽ4¯éªÌ–Þ“ÙMr>kÛÎ*p\:×¾n˜Ué–äómz6*Êt™-ªÉºØÜ_Ôwéò{=/«?£qˆ ‘`W|0A-@ &¦8pÛ|¾=—÷éå×Ô$Š橃#†ÆX¥2˜ ³ ¥ÃU +5 ›žHO; Ú«Xz b³Sì=ßÝ1¼<´`œó^Ó¢®nëê1‚4_¦eVL~mŠÅï«&Ž«ë&«Ý!’ ‘ù¶¨óêldG$(.ÍAá=Ú^)Óñ¢œ_WY¾ +ÙR1h/…é¸LÙm²·à°’Ûò>}Øí1G몘ÏŦ(ñ¼äE’V›ùÝÙgÕšì—)Ó]aUœª²NG!ça R¨õs›vÉÕ ¸òµj(””S °N£úâK“¨ ¶PVÅ*ŽëÃz†ƒµ^„OO3Ц'ã;AI) +¡‡ŠLà”5X™`?Ìné1 –Ǿƒ£šÅ>\O: ÂO`I+€Y/¾at¸g{°HÎ;—ub‘Ô vU[áu ‘„çö÷Ó(Í7Ùj]¥9æê%¾ß@SÀ±8›–f…›dèhX{¶:ÁMR Ú‡P¸ '@Z|ÛÚìü9ó]@aÑžô%A¬66Õýoëi4ãVö|' +‰ž%†1Q +´/1V>F›£•‰aGŒ6û/5EÑûôuú‘ÚÜ¡ß1^ãLNnÑìX{/:ß‚BŽrCIßtЉ£\¡ ;š©ã=‡3}0ê5xGã +xëdCWä+ð.åmO@Õ-sèjbžG½nÀðÉ•Y´9}y)­Ññø¬û‰¤±}hßÇU(Ê$:ßw¢ …ó, Bš£:&Q:H3´NþÖ<‰4E¿ä17'’vh«ü]LQã@Œ~= Ú׋j4zÞ†í„P…ÍǼ×ýžìðû/ž×ÆH +endstream +endobj +387 0 obj +<< +/Font 1075 0 R +>> +endobj +388 0 obj +<< +/Length 883 +/Filter /FlateDecode +>> +stream +xœ½˜ÛjÛ@†ïõ‹®Ú›ñžÆ)ô”B¡C.J1®­ØJl+V$Búô;!MKк8&Èöþ»£™ùæ×¾ @…Qä¾àäkAÉuÁ(ùV|ÿA(YBKXüÀ¶PÊ7Šòçk›ׄ>,$-^Äoýýߟϯ‹Ëb‡2‡W»*>L‹Ñ9#ðÍéUÁŽ×‘œg€áÆ™n{Ä2]<ÿu_¼!dÒV‹ú¶"»ù¶:+ß÷]3&›MÓÖ»Y7›‡ÙrÞÞÌ®ú»j9Û÷ó¶ûEîënMî×uW•¤­ö}ÝV˳²kûª|÷–L¯‹ÏÓ¡]YŽKçvE&‹v~ÕáB4 ãŠ-ˆK®Úz²œ †—ÂÅððÛ§ 5xüzÑÑú„Á:?Äêâªr"¨8p{¸Ñ§• (&ÝPnä嬯{Ÿ"º|¨.9¤Ä,hE©''2‡FpBMí4pŒèI“Gc S¬¸“&6ŒsÃ}#»¨æ °íúzË(°¹hÅÀŸ!“¦ïnûîé ÕnYµu3þ¹i7³×{ò˜–d¾mú]wVÚ’MR`XŒÃ™3EtbÍ-8¬ºAàŒ‰²Õ ¸,â(~­6ó»»ÿÄ—r +æ~.z)+bV{ +8”^Êp°v˜ùaUò嬠"Qš6¢çÖT$f¯>¥¦ÀA-©»G±Ka=~'<Ó`yŽq B'ZͧDMé$ˆ,‰Ð´˜Í0DHÎ?ÝcKj +ÆËŠ8p›q·¤t ¤ïFqK + +nhÉnI†‡ Gk[ý¦KR ÚG™l '@ÚáE`KXô@©y Wìh'°F¨Në牊hô­ô¢>«¤D”Ê’(jaý€ôÙú̇ãè}R’(ÉN™/Oêƒ4IîÐï˜D;™(iÑù +³Šô5^> ³ê•œ@*®ÐùÜ^¨¸4`ÁzQᣳht2@#BQ£ÍñLC™±PhêC¬(J1‰>Ç3še>›P üþ>§"G“Š NjD(R48†$Ÿ¢Cä/Ã`J41sY0¤RÝ”Fçã­¼(F)Ìg~þEÔE±ÇßßV»¾£ +endstream +endobj +389 0 obj +<< +/Font 1076 0 R +>> +endobj +390 0 obj +<< +/Length 915 +/Filter /FlateDecode +>> +stream +xœÅ˜ÛjÛ@†ïõ‹®Ú›ñžÆ)ô +½(rQJpmÅVbK±"a񤕯 IKí®$cG‘ç×îÎì7ÿn +TEv '_JnFÉ×äûBÉ"šXªÀâ ›D)Ü(ÊŸ¯­ÿ¸&ô>´x¿õ÷_/÷¯’ˤ@™ýOµL>L“Ñ#ðŸÓë„®3"91ÎÃcdºÙ?#¾Ètþüi—¼!dReóü.#Ål“¥ï›º“庬òbIšbU®®²b/WuVd‹«ëæo›YUÿ"»¼^‘Ý*¯³”TÙ¶É«lq–¾%Ó›ä|Úö`VãÒ¹W¬®š,}ÉH0Œ+Þ2D2™W³ëP PmÁ0ܲÊ!¡n÷ ØânžV Ä)ÌçõøqêÏ_fþb?ñßóžŽBÔ%ŠYÕ¶øGTç¬Æ%>:³ ¥­Yñšúâ!»<¤t5 ÷µŠaj§ãŸ&Á41ÅÒ;M‚i#À8ײ…U]sP¸wJ°þêŠ7ç&£ÀmJK + KÕ—E“²©ïšúi0Y±Èª¼ÿ\—óÛ+(Æ4%³MÙõYjS4FnÁa ·g×d±µkfÀ PÛRf2zäa@8åÌÿÁáº\Ïîï;³UY ëâõå e«2¬mo¢Øª4mÚ°ÅW¥(HL\=\~ÞO}P *MÛ€Û~„2VÆc_x +q¦ÁòŽ]EYö»š ÚA„S: bXºDˆ[ÌÙSDhnØ®1B\S0$:ޏt ¤wɃ±*…á¡Mg¬Ѫ’£#ôl[QL• k_²¦ +'@Z¢ º˜U·!V5…¢•ó‘+…ëŒj@BI(º-ÙÆ|oá|‹íC…D›ÕDdz®ÖÓƒãÈrt[]…>Ázìý†FÑLõ;©è"˺(ÓË¿v’µhŸúMt’5è³ü€\V¡‘Î-r‰&* ø°öÏ&Ýh\hPþD"sÜÓûE StQž$DZ›A %sèÅ|EC4fÑùŠ4¦Ñ_´O!ÕÞ2,ÚïD­‹ªDSåMâÁU…ÕzP0Ïph ÂKÄøÚ¨è¡JÑ@õó0T§ú¿pQƒ†i î/\T£«òh0Îú¡€Ê‹£Ygw¦Àz ò?,û–lñýh¢4 +endstream +endobj +391 0 obj +<< +/Font 1077 0 R +>> +endobj +392 0 obj +<< +/Length 890 +/Filter /FlateDecode +>> +stream +xœÅ˜ÛnÚ@†ïý+®Ú›aÏD*µUR©R/"!墪" +8Œ-Ô>}%mÕîÁ6„ößÙo~o3 +TEö'3Jî3FɧìóBÉ<šXªÀâÖ™R¸Q”?_[ýrMèÃ@ÒâEü×ïŸ^~¿Ìn² ÊžÕ"{7ɆWŒ8À/'w;^gDrbœ†cd²>Ìd2{~·Ï^2Vù¬xÈß¼&“ûìrâÎH0Œ+îîq4²™®ó‹ÁÛ¦.Gä}¹*«b³ Ó]ÝTùí]³Ëç·ÛfZÕ?Ⱦ¨—d¿,ê|@ª|ÛU>¿ÔU“bæ¤(Ï|ÈxVMïjTLqàöqÏ€8ä¢*æ1ÃI÷ÕþÇqñë§•¸übVžbuuÕõ1RƒaŒ&w`5—̂V”úò¢wMj@j®…äü{~sÌ·!í4pŒg 'z]œ¶ +(Ú9GÆá㜚šƒÂ3휉£ƒ–yÓVQR`X’¡Sey¬hnÁa¹…²c\6õCS?-"ßÌóª(G_WåìÛíßNâéºl6õÅÀHÔÒ˜ƒˆò'Íx˜pkªAqå=L˜¥¬ŠYí ~³«én×YÊp°ÖOå$l)Í@ã&J7[JQ˜¯ºk|8+ªD”À¨sM&èa =¶Vç“d,oÙ $Ka£¨Y-@ü⤓ ú€G‚¤Àl÷ƒ> +endobj +394 0 obj +<< +/Length 913 +/Filter /FlateDecode +>> +stream +xœÅ˜KoÚ@…÷þ#¯ÚÍeÞD*õ•V•ºˆ„”EU! +8;[Qûë{!4}¥žñÄP¢D‰!sÆwæÌw7 *Œ"w 'J®FÉÇäÓgBÉ<šXªÀâÖ‰R¸Q”?\[ýrMèÝ@ÒâEü¯ßÿúùùer™(³ûªÉ«q28gľ9¾JØþ:#’ã 0œ#ãõnŽø"ãÙÃowÉ3²ʦ¾mjRL×ÙYšó¬ÊËá—U9»™ÜN·uSe“¬Xå‹eÙ|rÕlñçb5Ýn‡4%ÓuÙõYjS2xñœŒ¯“·ã¶YYŽKçZg5̪éU‹!øâ-CŽU6Ëo³ánw•oî~´CÍ^6u9$¯ËUYáŒÉ¢Í§ÕÍ¡Z›fZÕßÈ]^/ÉÝ2¯³”T٦ɫl~–ÖU“¥!“ (î”Öu)w`5.Fû-ª|2³ ¥mëp? `}¨]‰%ÈgõðP´7X³ó]É.öKƒ¶5 w<­¬v8¯mŸEDq»û|ý¨îükv¹ßAJF€qÎãÕ#Ü¡æ ð´;õFÒŠÁØG’Cž|q íµž¢Ë $›ïÔ;šjP\yÎýudGN9ýÙà”•@ц­D +œÒ ´iGpWÀíÛ'òM) + ûâ›ØZyì +7…n¹ïÇzpË»]µ‚Ì¢˜Ë=Ì?‚,¶›šy;ƒ¾e¥“ bÓ mÒ +`¶Ÿ³¾ÃýÎ×ÁAVS0}¦ƒ¬t dOíCYaAøùÒ»,Ǹå=mB¡&Æ$æ_²ŽP‹Mm’JÐu„šp¤m_¦Ph-ª[ëßÊ´¢¬'ËrõµÏÀ&0Ú[é©Z  ‰ Ë¡P¦¡K@z³ø?œ‚{õêÚý Ž©)–,±š,êœU£˜š<Ïúw˜“Ld¼;n1#ùŸô«i0!Å‚$VSa:Š ƒ±’ƒÑ‰íȆ'?g‚¹Å¹ÐÁµqëÑ£8Zœalò±´8å`=Žë-f1ñxÑ…Z}¤0¦14ùÚ§.Ðbè$êN +-&1tF^—„·vL(PÞî§_IŽI("‘’ #Q,M:q‹QŒA±y$îæ& _'Ö¯¢Áðû¼ NQcî‰}§¨0òœÖŠRõ;ñ\]$üþqƒå +endstream +endobj +395 0 obj +<< +/Font 1079 0 R +>> +endobj +396 0 obj +<< +/Length 912 +/Filter /FlateDecode +>> +stream +xœÅ˜]kÛ0†ïý+„¯¶›}ZRHûh7»(z1FÈ7q›Øk¶_¿ã´´#–d;$¡Ð¸©Žtt^=çÕ.¢@…Vdqò5¢ä.b”|‹¾ÿ ”,#‘CüÂ6RÊ׊ò—g›¿ž‰¤H|ˆÿõï§×ﯣ›(Ç0Í»\E¦ÑèŠ øÇémÄÏ‘œh«áÄ™n›9â‹L/¿í£7äðšuõPW$ŸoÓ‹8Í—i™㟛bq?Ë‹j¶.6¿f·õcºœ­6óÇÇ1É|[Ôyu›˜ŒÞ½%Ó»èrÚ6£ÀrimëT&£E9¿­²|å3¤– W¼eÈɨLÙCê3œâÀM“î–ážF{NÔûº*Æäc±)Jœ1yÉTšo²ÕºJsÌ×SÖvõ¼¬~“}V­É~UiLÊtWgeº¼ˆ=¦&P,ãûX•uû,’[0 îCÛ6LB6H¥m›Ð ¹*³¥ÏpTƒl¤Ô^°d‚9Ü>oCYÌÕóÿÓùšý«&ùׇÜÇ>EšØ8&§­N5B± ]r=Ux-@[ëè‘ðË_éÍ¡°½"%žeŽ¢9ÙBƒóÕ˜¤ÀPçª1nÀ¢^ÏUcLƒF¦uª±ÂÓWÎÓjäy\)«@ b‡àë1jt€­2( +¹½Æ‚`«4cÚ[‰Ø*EA¢ +’ÀöТtf­ØŒßP_Ð*ÔÙSó6hKÀð¶ ´ +»É„9@!~nï¥Ci%ˆ®¨éÝ`fP× lk/7eeBALš€uJ Jžm‹…10g¢sô]N*œ(6C£ÅζëTBâ$?`… {;¶«›½¢ÔÍ +<hÒZ4|m™?~|]ÎË{ë FT%H×E@GÓæ&™/ë£ÛO˜­Ð¦TPô]Ž‹‡SÄå]˜îçv;Å5h¿\wƒkôZ=Ôi… +MV?‡Ù)¬Dså¼c;A\®ª'r:Åå +xÏ.²S\†öÊ-XoÈqŠÞÊCˆ^ûï¼î€7f$N…á4|²½1àC…QÇM]0ßÚŒ£/Þ˜D›æÒBÞ˜P <:*ÏZé +6þ}!ch¹†bM@XŠf«§êÖ¢ñrÔú0€Óè±\— Ã//AoÕó–¼CT…žj(ÈÆ­¾nQ¯£þüxá$Ð +endstream +endobj +397 0 obj +<< +/Font 1080 0 R +>> +endobj +398 0 obj +<< +/Length 922 +/Filter /FlateDecode +>> +stream +xœÅ˜ÙnÚ@†ïý#®Ú›Ãì "•º$­*õ"U.ª +QpÀ ØÁ±¥OßDI—Ä3ƒ E +™³ÌùýÍïuB +£È]ÂÉç„’«„Qò%ùöP2K„&–*°ø…U¢”nå×–¿]z³´xÿëÏOOß_$IŽa6ïrž¼%ý3FàG— Û^gDrbœ†‰12ZmrÄM»K^‘Ýk˜UéŠä“UzÒ+Êt–M«A^TŸŠåý‡Iy}Vߦ³ËÉím¯ÿæ5]%§£¦°VãÒ¹æ°Ãþ¼Ìf!ë †qÅ=e ‹ºº©«‡:Ò|––Y1ø±,¦×c¬f¼ÀrÆ3¬g|¹)h<ßT4 =2Yu^ôlÕ§¨Æ\†ýi9¹¬²|²œâÀífŸ_^rØ/Óiv“†,ÇXíoZn·ÚC§ÞÖU1 ï‹eQbÆdÓª:ß6k×§u=)«Ÿä.«än£Ò#eº®3”“^UÖi/$-fA+J7qÓ6j@nT×”=sÞdÊp°Öw>ˆ‚™Ò ´ifÌ”À£QSóãH¶%~K)ÔÜîXÖÈÓ`q°="%™Âs¢fÍüÔIø‘O: ¢¤Dµ˜íâFÓ0pÆ»YPLj +¦¢D”'(yì}D7<‰ÊÑùîë‡dè‹Ø±w”JÐ~âL8Òú7+Š`û:1aÑ:yh 0§º™9áü]¡Kóe6_TiŽ {ј¤$Ð75ºóx& +ŽîÉÇœ& +Ö‘¯½ŽÇ\û5wúÔúØ$wh{L[cÙ&‹nÈó<à° ´Fû2% +™\¡jëüÚT*Ñù|0©5aÚ$ÀðÖçÀ6 04XÿUï=•_ïÁ¼e U€|yûDö€/³ð¼è©4 +¾L£Ýóœ#èË$:+ö§ï¿f2 #¡@5žÆâá‹‚ð| |C_0¡LÑ2µ62K2üìÐGyÇôpá :*ßゆ×è­ö}®_…~ªsôDø6àÁZ»ðçÉ~Y E +endstream +endobj +399 0 obj +<< +/Font 1081 0 R +>> +endobj +400 0 obj +<< +/Length 925 +/Filter /FlateDecode +>> +stream +xœÅ™ÛNÛ@†ïý«\µ7“=P¨ÔTªT©H©¸¨ª(MLbHlplEôé;NPµxwAH`’ýwvgö›¹I(PaÙ&œ|I(¹L%_“? %óDhb©‹oX'J9àFQ~ÿlõè™ÐÍ@ÒâCüÔß¿=¼™œ'9Ê4_å"ù0N†§Œ8À?Ž/¶{ΈäÄ8 'ÆÈxÝÌ_d<»ÿi›¼!û×(«Ò5ɧëôxP”é<›UGyQ}Ï—Åêö$_e‹e•æéü´Þ¤óÏ«éf3¾{KÆ—ÉɸMß*p\:÷ZúF‚a\ñ×Ò×T»öh¸(³yÈXŠ·M6´Ç2*ê꺮î‚IóyZfÅѯU1»š`H“zÓ$}jrÑD5Y4aÑ™®‹:¯Žv@‚‚” (fo{’†³rzQeù"dHîÀjLœ–!GÃ2e×iÈpÔ€lê³e´ý`w«ö¾®Š#ò±X%N˜ƒ2·àõãÊóÛô|—ÈAJÌ€A:v¶wŠ‘jP¼ÁåK++§@`¥½¼°•@± _>¡”á`í¡-D'eÍ@oó P¥(H,JÝ@ÿ!At*_{6EqSaõï;Æ^¸©°ãỖáxpî6nLM: ‡¨æI+€Y+B‘' ç퉂«&¼ã”š‚é<ÂÒ’Þžá„…Ñ•CQÄ“ÝT_‡D€ M{-¥tÐ N€´½µÂ=–9Ï ŒçÕ¾Ü +FP蟤çâQ×Õ$ +iA{È ;,zžË…Ø v?¼žnªºLƒ½aÈŒ(Ú0ŸãawhÄL›ÛŒ‚·è®<.½­Z¾í—,¶/äÍÕ¤é*«ÐYu7“]U%º¬®7hQtã]Õ˜é WÀýw ½Ë24T·i}ËRtSþ +ì[–9´R/_©Ì¢ãòc(kL£] +hõ|XûßYÝi OÚzyÍ4&5XOF0 GáÉòH²õaÞC¯å«‚°1ŠvËïzBÁæÐCtO!Õñ¿ôOÞ©oQÞÉ›Á}‹*´Q]AgØØüK[tgÉ ~ÿ9n 2 +endstream +endobj +401 0 obj +<< +/Font 1082 0 R +>> +endobj +402 0 obj +<< +/Length 919 +/Filter /FlateDecode +>> +stream +xœÅ˜ÛjÛ@†ïõ‹®Ú›ñžµk”BI¡PhÀ‹RŒk+¶[Še Ó>}ÇvHÒ„hWÇ6Xq43«ö›×*"E¶'ßJnFÉ÷àç/BÉ,šªÀàVRx¤(¸¶|rMèݤÁ‹ø_ÿzüþ"¸ +2 ³{óàÓ(\0bÿ8ºØþ:#’“ÈFÀ01FF«]Žø"£éÃoÛà9¼â´LV$›¬’³0/’Y:-‡Y^þ˜lʪH.ªM2ûºœl6áàÃ{2º ÎGuQË¥µo5’1®øÛFÕÔÛFT¸Ù©¢6j<˜éÌç~’Eñ¹4çUyW•÷e$Ù,)Ò|ø{™OoÇXÌøîPÍøzWÎx¾«gHC2YåUVž…&$^Õq F£xj³‰Óbr]¦ÙÜç–Ì€V”Ö #É4½Kç˼ÀŒÉÓÅJ²e:_”I†KvX¸u5)Ê¿d›– ²] pBâ‘vEí¿þ ‹d]¥(½³°,ª$ô©3Y[ßÅqƒç 5…˜£AcOÝjÅ`·çvê½óÇõß·áå~õ½úPK + •êèÃcfÀ XvÇݽK,‚ Õj§ŸýI®ö÷ŠD5(®j›ø¸µ*«@`.#b?žNp*â`Lçq¢KšŽ:]2P$¶½î ¿Jàìç•/{_ÃI +Ü\Ãgo VLƒáõ“FK+A8ÕÄû ¦!‡¥ÀL ”šcXF ¬kÂ^küùX"Î +endstream +endobj +403 0 obj +<< +/Font 1083 0 R +>> +endobj +404 0 obj +<< +/Length 906 +/Filter /FlateDecode +>> +stream +xœÅ˜]kÛ0†ïý+„¯¶›}[ +î`í`ll…@/Æ^â¤n“8ulÊöëw’”®ûÀ’ÏK(4nª×G~½º‹(P‘(rqò.¢ä&b”|ˆ>!”Ì#¡‰¡ + ~a)e'ŠòÇk«'ׄÞ$ ^ÄÿúõÓÏï_GWÑeöïj½šD£ F,à'‹ˆ®3"9Il oŒ‘Ézø"“Ùão÷Ñ3r|¥E¯É&[çgqYåóbV7eý)ÛÕM•¿ÉªÛ‹f—Ïß®²Ý.½xN&7Ñù¤MÙ(°\Z;¼r"!a\ñ.ÊóoùÕ5^÷SÒÔðõ)Üì]1¸²d@ѦÿÁMÜ‚Ñh§á•™­(íä¦Ó”ir¿¨´ +§£eUÌ=†ÓVÇtÙ&-›zÛÔ•ä›y^åøëªœÝN±žéöXÐtŽMû’¦Ë}Mc“l]6›ú,61ñ©PãA±SÛý”ŽfU¶¨‹ÍÒgÈD@bmë²“Žª|VlsŸáƒöGÇz˜®—M]ŽÉërUVx¿ä8=wMVÕßÉ}Q_“²Ê6Ë<&U~×è’³¸®š<ö¹Ia ´>¿4dª¸‹Îvtsêë/–@‚°êÔ¢‡‰º<Ì“WohªAqÕ­+CÅ”U Цƒh íÛiqGx}<úËK*á`LǽAp]šN:n‚ʼn­¢¸wÆذÇíàbLƒáNÖ{ãGáæU37ÁÛðót9³`ÜH+A8؈i0ÓÚHM!q,ñãÍy¶ûFÞ—åm³%‹²"³þxÜ–´ dÛ¼ù2L +Âň†IŽùÆÕ}¾“ # sö÷þjq(õ´%• C—üÓe… M ¯{5˜^º‚ p"Á¸¢ÃÖæ +Ä,oäðSbN …C²CJhÌïA–c˜ñ Iß²¬¯4&(æÿqÈ-•¸a¹Á¸äˆé<ä +ÊÉñëNOM_\bºqù<„\\`‚qÃÆ—]œ+àνMÛÞÐÿ`‚3Ì(] Bµ(†§IûÑb3J×C¦041ƒ %]ËÒPN +æZرÔã©-‰ %t»ÖUK(P]cy¨ǘân/oÔ0†Å£…ܨ9žó…“†QÖutF‹IÉÑ?!Ç|K®í»Üàñ9¤ÖêqŸ€¡À¸¼û'º.£;üùW d +endstream +endobj +405 0 obj +<< +/Font 1084 0 R +>> +endobj +406 0 obj +<< +/Length 896 +/Filter /FlateDecode +>> +stream +xœÅXÛjÛ@}×W,~j_Æ{¿§Ð–¤PZJÀЇR‚kËŽÛŠe‰~}Gq›¦hw%Uq$гgv|fΜÙ'¨0ŠÜ&œ|L(¹J%Ÿ“oß %ËDhb©‹oØ&J9àFQþðlóè™ÐõAÒâCü¯ûûþËäk²C˜ú«X'ïfÉøŒøÇÙ*a÷Ï‘œg€a`ŒÌ¶uŒø"³ÅÃO·É+R¿¦ë"[¾yMfWÉé¬é8«Àqé\óqx`V¦[²›oÓ“Qº[¦E–O~lòÅõŪ:¤Ë‹õf~8L舌CPøââjjXDÅÛúãŽ@Í‹t™-ÊÉò.ýRÌwët%P$œ‡}_;°ù3,*³ ¥Ó‡uKT; óÅ î¨Ø(Ö§¯ÉŒ»Œ6ŒsÞ.3Í«ò¦*½×`#2ßæÕ®<ÙÀi +[m3e¦ãE1_•Ùnr¤bÐL‡é¸HÙMr·àÒMŸOû·U™OÈû|“/Iw›l}Y¦;LÒ1Uûj^”?ÉmV^’üØHH‘î« ûËɨ,ªt3`P±?ºiLڨŕ¯xCL9©Ú¦Ã>ÊÙY²óûŒµ[e%P$t«ÎÞ×p°Ö+ÿýãjÚDÎ í”L) +5E}E#Ûà<º?„ã2 –GŽ }àâÄ«YäÀЮt„_‚MZÌz‡&A{®c·P7i8ïð¥nRS0X…MÄŒÐ7),Œ<¥o§óÃù”ç×Õ YåYÄé]@`ýTCÙÇ+¦dh©Xsæ¢SR Ú¯5¡Š)œi=ŠÞKÝÀùRXôE±jÒsX2TÇõûž#PèdË"NR…Dë2=ßV {ê¶hèG/«==‡À^’p]Xì6¢ß¸Cf¼v6X†¹E°H‡¹¡À¤oʈÒa®Ðöf3¹@óåѦH›yïÈ»ºLÎpßx£™œ¡?ós=T39EÛåçmØØú¡ÎXPßf]Wìz­X‹¬­2u€ÕhÀ|«†~‘aUÑØµZ7”èº|£á€ +T_ËŠXŽž«íö»,CköµJуy SŒ´9ô_5§lm×§ÆòÎqÛSôƒžŒ±— +¬‡àÝå2÷'¬ódß¿2f +endstream +endobj +407 0 obj +<< +/Font 1085 0 R +>> +endobj +408 0 obj +<< +/Length 907 +/Filter /FlateDecode +>> +stream +xœÅ˜ÛNÛ@†ïý«\µ7“=¢P©­ RÕªBŠÔ‹ªBnâCbÇjŸ¾c@´Å»;æßÝÌÌ7ÿn +TEnN>&”\%Œ’ÏÉ·ï„’E"4±TÅl¥p£(|¶þë™Ðm iñ!þ׿¿ýyýeò5)P¦ý¬VÉ»Y2>cÄþq¶LØÝsF$'Æ`¸0Ff›vøAfóÇŸn“WU¶mò*[œŒêªÉFo^“ÙUr:ëŠi8.{6&!d:¯Òe«€F‚a\ñ®€rUå‹pZ€ê…Áò:Û"Ýd'£¬XdU^N~¬ËùõEV¬óÕeÙâbÙìðûjîv:"ãuÅÛö=;Ú +$ŠÉôü{~ðpVcŠÄ¬ Ä$Ìçõdñ3ûR¥Å*I1 ZQêÉCn–míkÚiàxØÇË8b/ã´`œëîI‡]æ °;ûšØ8°‹iÅÀŸUÓ²©oš:jClDÒMÙõÉÈîMR`XÏÝ6Gô|Í-8¬Û®”™Ž«lžßd!á¨ÅUg˜ÞG{8«·M]NÈûr]V¸b²H«ë‡SÚ6iUÿ"·y}IÊûNDâ)©œ51$••@1Á=U +Ie8XÛ5tµh<¬³ö¬ÎïŽ*¨Q+Í@ÏÔ0¨ ¢ 1iõ‹ +â¢0°ò–ÎýTøRc,(z â «Ù¾óÂÒI±øè%h074ôÒ3 œ& ¦“ÔŒ—Ý|zÒr÷ “””ô½qQd’‚Àòê +A&ÉÐ-±î“ú™NÓÝOò©,¯›²,+2$UÀЍÝI’xÚ '@ÚîC‹Â°h£ü¸ÅÀü§:®;û²5p0èí­ô‚û0ÚÝQ,*†Òè‹|×ÃQpt@±¼j›ì(IEÑïô»eØ[›;t:¦—ßÜ_Û¢+нYJÛ  ò²&œ¡\¡êgñ†@(—Œ·N£Êº1óÂÊZO²‡š»; Ü×ÛqŠæÉW1´cÍ‘?­CiÇ,ZŸXä</?´GÔ™Fçã™ÕÃÊ¡±7^}ô$ O>„2&(¿ÍnkO,Húè14>±ðè£GÑø•¡ôú¢¬<ƒöÇ?ß…_:¢õ ¨«@$í{ݨ 0oµÅy:ÖSTOxtžlñë7Ÿâ +endstream +endobj +409 0 obj +<< +/Font 1086 0 R +>> +endobj +410 0 obj +<< +/Length 907 +/Filter /FlateDecode +>> +stream +xœÅ˜ÛNÛ@†ïý«\µ7“=¢P©­h¥ªU…©U…ÜÄ †$&Æ¢Oß Pz ìÁN8Éþ{˜™oþÝd¨0Š\gœ|È(9Ï%Ÿ²¯ß%³Lhb©‹XeJ9àFQþðlùÇ3¡·I‹ñ[ÿ÷ûógÙ—l2ÛW½ÈÞL²á;Fà›“yÆnŸ3"91VãÒ92Ymçˆ?d2}øë:{Aȸ.¦åeAÖùª8¼n›jDŽó«ò±ª.ÚK2¯j2­–U]®d–×§óöª˜.–ùÕ¹.›3RÕùzQ H]lÚ².fGƒ—držO|S3 ãŠ?9µ¦n‹Á«ˆ‘´åY Oë|ÞàôcS¸Ýî¹g@rQ—³˜á$Š'ËüÃá€eS¬îÏ XÏŠº¬Fß—Õôâôß-ÑÆHsVãá?ƒ4³ ¥OŸíþ¤©¹MÅå +C¶œ6£ÙMñù.’c”´ÓÀq{‘²EjLkйó Q¥ãœ·¢ìKZsPXŸ!ª´bT;–&q¨ #ë‘æff(rÆUÛ\¶MÜZ؀䫪]7G¹,fÀ ÙüQ4&nM5(®¼5g<¼c]ÄpÊJ æ¾ÿ9ßþ"åYµ¼¹ß¥M›×ͧP‹9e8X ïÑ¥ NiÚø›ƒÔ)EAb¨ê.¥w»[ï¶›ur»WQX ìš:úNj˜9wÍØ¡™Ë[‡n(SØYj–Ø*ôY›tD*Ez ZÌvk :é.µïë%¨)˜0(v(((<Âh2IaA‘à'Ó£šÛM’`²’&ÉЃ1ÿÉ$€I8Òú÷)ÉÒ@1#‹–ÉË‘tØ ÌªýÇÂ:ÛJ?ÎX'$œT„b5²%Ä$ðô{ÓæèyRA±+mvS'(Ú›°ýß˹CczÊîÚ N¿Ë‚îÚ=N˜$ûÑVè‡z9»îÒ=P8£Ê gPÎð`o—„PÎÐŒ²2¡Ì¡ñ {¬·óÞ‚ÆÒŽY´N!:¥àŽi´Fáf*w ³„¦^u=j.ßo·*ª +3‰Ö'"”w¦'¨€Ùß©Gû“J™n@c O*Tú,¢ñéíCâõÚžp_·39ƒ¦§÷%@¼œFOtÀ¼Sh}Âioé؈¬Š’ÿ®ñ$ÛàïO®JÐÞ +endstream +endobj +411 0 obj +<< +/Font 1087 0 R +>> +endobj +412 0 obj +<< +/Length 913 +/Filter /FlateDecode +>> +stream +xœÅ˜]kÛ0†ïý+D®¶›}[ +é`Ý`lŒB`c”,q·‰Ý86¥ûõ;nF»v‹%Åv“PhÜTçè|è9¯¶*bEn#N>E”\EŒ’/Ñ÷„’y$41TÁ/l"¥,ðXQþðlý×3¡ë…¤Á‡ø_O?=~}‹24S¿‹eôn ?0bÿ8YDìþ9#’“ØÆÀÐ1F&›ÚG|‘Éìá·ÛèÁ×x8+¦‹2Í–o^“ÉUt>iZÒ(°\ZÛ°äxX$³ô&ñYN PMKíW"Ùt“œ ÞVe>"çÓÝùœç×Õ Yä™åë¼@ïÉ*_ß].ª]2¿\®§»¹MËÉ‹i¶L¤H¶UZ$ó³‡[Š7uè¹VU2ðÙ d@1·)‡$€[03ИS2^éÜg9f@+е׏.˜–ÉæO’lži>ú¹Îg×—ÏÃ>¢2ô1McuÛ¼¸em5p ááôögû‡2îhÉg¦s,ÛtVŽæwÉ×}5{™ŠÄÖ6¶j_»ÔV'¨*­œ¦¨$†yŠ¢â,6qPQudšÅ#¤\ÇÑÐó<ÒTƒâÊy󪼩J¿½°™nò*+ÏÆo[Ê*ئÝS ›±©<À©4;8üx¾Ë$[§ËU™dª}À¶Õ´(ON¥(HìÝšœJàTÔ˜€l*l‘ý0Õ 6Ó`¸뇎ñ:ôç‘ÿPþâ>î^çºÂAP3çЋmi%ˆP¦teÛ`&ìh?Žœ2f`]C[_»ÔâPŒte[ZPòDÙ„$ýØæ¨“‡}O–Ê)æÌ¶7>%• ”ñÂç!2ÁRaHãÊlL…A}梟?L +p#lV¢ÍpõðJ¢4kDÖ¿€ö…+vH‡Œâ«à(©ÜPòå«`m'øƒì9Ø +Šê©ñ +àeüà¥TÜ^«¶öà®rß;t_£’ +ÅP[V(«ÚkÉÖnH”X®^} ?J37«ú÷ƒ+àÜk´öƒ¡¢sŸÞìæ”ƒñèô—d7³(3]ÄnfP!º`ëÏn†MJwyÇá–7ÈL¢@ll_T3¡@¹FºT£W <êÖ³lCY +¨¦ñùcy/P0Š:­K­äoÚ¢JsqO–cÔhN.Q‘…Þ’w³G…z,”4ÝX– +Œ‡~:ÚòE´ÅŸßÍá! +endstream +endobj +413 0 obj +<< +/Font 1088 0 R +>> +endobj +414 0 obj +<< +/Length 935 +/Filter /FlateDecode +>> +stream +xœÅ™YoÚ@Çßý)V<µ/ÃÞ"•z$•ªVU$¤>T¢`À ààØŠÒOßqˆr4w×\ $0fgfwfó_Ö *Œ"7 '_J.FÉ·äç/BÉ$šXªÀâ ËD)Ü(Ê®-ž\ºHZ¼ˆ¿zþéñþyò#Y¡™úYÌ’ƒ¤{ƈür0MØÝuF$'Æ`è#ƒeí#>È`üðî&yC6~V¦K²-Ó“N^¤“l\öæùâötµÈfó2]¥“³ê:|^Œ®¯;ÝwoÉà"94™¶ +—ÎÁ´‘`W¼Ùt¿;+²IÈxZ€ò„ÑÏ«òª*ïãHW“´ÈòÞïE>¾ÖÑ ÓÇp†Ó:žá¬¨Ç:d´Ì«UyÒ±žâÀmM.õ»ãb4-³Õ,dHÉ€b6åI¿[¤ãì* ŽYЊҦèoF»Ÿ°÷U™÷Èéèú–|ÍóËêŠLó‚ŒóE^`¤iÉMVÎI€SÔ€¬‹ô5Ÿòb´š¥R¤ë*ÃD<é”E•vâÕNÇ\o\‘~Äzh,Šì©Û~`k#À8W‹9LÃWk +w0O]îÝ Å )ㄤÀ4÷ñ+Ûãä6ý¾IÖ SÜ‚ÃjŒ‚À"f ÒìØIH5(®÷¦¸¡œ~d/¬ŠûBTîÁ ÃÁZo› l¥hãï=m¥(H¬w½;h+]cSE[1 –{€ÿûã3BOFÅåý<­«QQþÙ°¹=X¶¼šñæ=#¬ÒI~†‚UZÌÆ±äiû '쮹=¿›® í\ÎÓ«íÞ¨¦`Ú⪵Qé@Éȶ¥#¥° bá´u|ÕY¶6ÉP•±C¯#• c)³­QáH{ख़<Á XëT{SÄ˱s ‚ åÀJß*FLHÔ‰¢YÉF@Lp”aZÄËNÔÜb¯¯_<E-çSÿ1HäU™ñˆ×p$r‹êJ{ÐR¾LÙÀf’TV±ÔØ© +õÖö³½}‰B«íÉ[6¹@1‹“ÆÊðœl´w€¡‚òÆíÓŠÚÉ_¾ûs€9[Ç,xfQZyÁ]¦QWô‚¡.ÃÍ„úŽã¨Ë$j=OÑFPGá©€(éøäT·½rd •™¯,b0É(Ê.¿ +ŤC=åÏÙ€î4âoTSžfk×&5ª*oòîÖ¤BMÕVàDjFv'ªæßàΓ5¾þ3¹'É +endstream +endobj +415 0 obj +<< +/Font 1089 0 R +>> +endobj +416 0 obj +<< +/Length 923 +/Filter /FlateDecode +>> +stream +xœÅ™ÛNÛ@†ïý+_µ7“=¢P©¨Tµª"õ¢ª¢4q‚!‰‰±…èÓwœ-UêÝ NB“쿳;³ßüË:¡@…Qä6áäSBÉeÂ(ù’|ÿA(™&BKX|Ã2QÊ7ŠòÇg‹¿ž Ý $->ÄO=ýíÏû/’oÉ +eš¯rž¼&½3Fà‡³„mž3"91ÎÉ12\6sÄNºM^‘íkWÙ’¬ÆËì$-ÊlšOªþE±¸û0.¯Îê›lúq1¾¹I{o^“áer:lÓ´ +—ÎSÓH0Œ+~LM-@SOqà¶É†VÍAo^æÓñ$ŠIçËAQW×uuD¶šfe^ô.ŠÉÕ¨ e4ÅXF³&˜Ñ¼‰¦ÏR2^õª:ImJ‚bã¬Æ¤iË 7)dz*_ÍC†d´¢´-%½2›ä×YÀpÚià8Á¶ÕlG»_©·uUôÉéøæŽ|.Š«úšÌŠ’LŠEQbdçÒ‘Û¼º E9^ͳ”Ì +kbÞÿËl]ç˜x'iUÖY©`œk¯ßAÄNhÍAáÁå)ÎA`ÞjÅ 9k#*/$iiX¦jIa¦zªðpú܂ôŽ:Ñ»Ôg 2i¯Ó}z—}ÝævÕ ¸j­àC†ªœÅõRòVÅ2|©LS†ƒµ‘½C—úš6‘}D—úŠ‚ÄJ×ñV lò|Ét Ø*y!Ѭ§ð¸Âzé½OˆÂ•àhæX»ÝŒÀ• è˜<Î<ÊzñåŸwhºL›_G ·è¼|.=†Ü ™ò$”\¡7z–5Ü•±í"—hŒb¯½ºSè•báÑ:WÀ}WÝP’3tEþ[°CJѵVÕ!Õ™CGä½%;˜ºE?ä'Ì¡Ô5º§ØÎ¯;uÃÿ3¡Ð!u`\Â¥ÛmùWð> +endobj +418 0 obj +<< +/Length 923 +/Filter /FlateDecode +>> +stream +xœÅ˜mkAÇßß§X|Õ¾÷ùAL¡-i¡´”€Ð¥«§^¢wñ¼#¤Ÿ¾c IÓ$·»çi”@¼˜ÙÝ™ùÍÖ *Œ"× '_J.FÉ·äç/BÉ4šXªÀâV‰R¸Q”ß?[þóLèíBÒâCü¯ÇŸ¾¿H~$9šÙ¾Ëyòa”ô?1âÿ8š%ìö9#’ã 0tŒ‘Ñjë#¾ÈhrÿÛuò†ì^ìJW$¯Ò“^Q¦ÓlR ¦7é÷rœÏÓ^ÿÝ[2ºHNGM¦¬Ç¥smLÕù¢XÞ|ª7éôór¼Ù„Y4 ãŠÏ¢ ŽgMqàv{ýG³(PŒÃVáÒÎ"w`5†M³Åa^fÓõ˜­(õÅݨ««ººÛBšOÓ2+¿—Åäò|·‘óÙv'çóíV¬GÆ«¢Î«“ží‘ Qr[šüö'åxVeù<`Eí4p<©¦pöËt’]¥!ËƹÆ|îV»;¥÷uU ÈéxsC¾Åe}EfEI&Ų(qä鱑ë¬ZbWCH€KšƒÂ +÷òå•éºÎ0ÞNzUY§½m*žkÆ\‚¤À0^=99 WÍ-8 ר„óF+ QÍ ÄKTÅîÌ8Õ ¸ò&êAŒ+§@ 9OEe%PL²¨ÞÙ6 k#éß™qÍ@›È~ 3㊂Ä4Õ¯b\`7[YÆr²k»¡©b,÷÷§©ÂÖW3_›…Sé$ÿÂq* çižÃéÇÿð™æËl¾¨ÒOkwfëz\V³ôƒži +¦Y¡,•Ò’ÍGES),?Bi*9ªvU}wú§‡ÛÇžÝ}P¡— åó6‡²N%èXÌtf]8ÒF6íx*,j¢Xªt·QLrª_)„B©$_íŽ% ++?Ze] šÚo¸°uŽÊËKŸp¬ +æ‹  ¾Št¥ wÐEWîPÊ™ÎÄ*7(»<äi#V›ià—BýÖ$/Ÿ;¶\¢:ó…| l¹@Åå'T(l9WÀ=ýSX£ûb$v½œ¡ÆŠ“ÆŠ‚ËõÇñ„9T_þ¹ZHfµV,—³i«“ÆÞž`] žYÝ‘<‘(ábûÒÃx"¨NF!{{ÂQúù F0ÏÀÒþ¸Tg©wTEu‡JÒ“é1h¾yv+ÅüÌð9F0+T‘¬—X_À?%øY²ÆŸ¿Ø-0 +endstream +endobj +419 0 obj +<< +/Font 1091 0 R +>> +endobj +420 0 obj +<< +/Length 918 +/Filter /FlateDecode +>> +stream +xœÅ˜ÛnÚ@†ïý+®Ú›aÏD*õVªZU‘zQU‡8;[Qúô‡(iÓÖ»ëØ„vfÖ3óͿۄF‘ë„“ % £äsòí;¡d™M,U`ñ›D)Ü(Êﯭ»&t³´xÿõ秇ߟ'_“Í4Ïr•¼™%ã÷Œ8À/gg »½ÎˆäÄ8 cd¶i|Ä™-îß]'/Hó˜®Êlùê%™]$dz¶å¬Ç¥síËá‚Y•nH>ߤG£¢L—Ù¢šÔùy±¾9Î×Ùê¼Jótù¾Þ¥Ëëùn7‡7 ãŠĸ bXqà¶ÉÆ—7é—rž¯Ò0S’Å,ô$Ë@qrVcnÄ8³ ¥‡I-j@6Íã¶µÓÀqÓ;eדc7¡Xоæ4ìNÚ0Îy»Ó´¨««ºº‹&Í—i™“ëbqyºé4}êô¬‰êtÕ„5a#2ßu^숩9(ìÚí©5/ÊùY•å«%ƒö|™ŽËt‘]¥!‹q S¿í&L÷«ÝmØëº*&äx¾»!ŸŠâ²¾"gEIź(ÑÒ¾ƒä:«ÎI€[Ì€Aôýÿ^ûÆFÊt[g˜‘G£ª¬ÓQHÈTƒâª½Ú§7D9¹È*+bGÕdTÓ°ÔU†ƒµÞááÑ ´‰;qDQ)=<Œ•À‘0Š ƒŒÝa?Ú¦ÁòÈÙdGp×,rNÂé$ˆÚ ïˆÀ¬o~ ¦¸4 \Àú¬—š‚ÁÂo¯ƒ(ŠKé@ÉöûÁqÉQéµ6ŒQüí#j/çååÝVmëyYýÜóº;k%CÅÈ<ÃZI%h?Ca+œiÛæ ïü÷ìvò=¹Ý± î.,ªºX¢õ`k‹ê8¬ô`U¡´“‘M7j +‰B.–W=D(PÂ=í\¤“YŽê-–E=˜eÏ@…]×3îf¹Céf¼â8˜lÜ¢n 8â Û_}ºÓ¸¡À<ŠdW(&{“¦\ N󰣋4õ@.À1®€·Ž^ñ ä UŸ/Çc@É)ª·€ì L^æPƒÅžÏænà É,ª¯XŽôì‚FUÖz,1¼ Xc´ë‘]M™DÑåÞŽV(P½†tw£ÐŠ¥OÏ.0”XþZÔŠ²Ì«€uÁ¡ó—0Ž ê¯€Qñ™h¬-oUGÁX¡ ôÑó1ŒO’-¾~~:Yº +endstream +endobj +421 0 obj +<< +/Font 1092 0 R +>> +endobj +422 0 obj +<< +/Length 930 +/Filter /FlateDecode +>> +stream +xœÅ˜ÛnÚ@†ïý+®Ú›aχˆTê!©Tµª"!õ¢ª †NŒ­(}ú¦‘=8†EJ ì?»ž™o~ßf¨0ŠÜeœ|È(¹Ê%Ÿ²¯ß%“Lhb©‹XfJ9àFQþxmñÇ5¡7 I‹ñ[ÿ÷ûó—Ù—l…2›W5ËÞ ³þ9#ðÍá4cבœg€a`Œ —›ñ‡ ÇÝe/TÅx~SU¾,N{¯›º¤¼P BϺA%nD*H:Ü)C—”Ê”å)z¤°C9”¼C”:ùu§nÐM¥Î€Ý©ktOᆬBçQ°G€¬T`ƒµ»‡±Ù-þþêK3> +endstream +endobj +423 0 obj +<< +/Font 1093 0 R +>> +endobj +424 0 obj +<< +/Length 918 +/Filter /FlateDecode +>> +stream +xœÅ˜ßkÛ0ÇßýW?m/ý–ÒÁ6ÚÁØ…ÀÆ(^â¤n;qlÊö×ïÒ”vƒÖ’l'M(4nª;îîs_m# +TEî"N>G”ÜDŒ’¯ÑŸ„’y$4±TÅ/¬#¥àFQþølõÏ3¡÷ I‹ñ¿þÿôôýëè{T ™ý»ZF¦Ñè‚‘ðÓEÄîŸ3"91‰†Ž12]ï}ęλ‹Þ2UÙ,ßdïÞ’éMt>m[ÎH0Œ+Þ¶Üa5R¤ëì,~ßÔå˜|,We•K²IwuSeW‹f—ͯ–«t·#wy}MÊ*-–YLªlÛäU6?‹ëªÉbŸ´Õâ™ÌªtQ£uŸÅn÷oY—\VùÜg9ɀ⹶…ÿ°`^g뇕¸ý|Vbu±Õ§}¤â‘Iž€Õ\&'4É,hEi[V m’û‚ë`qþ;ûvÈ6K:ÑÀ1œŽŒrsÚ* Xe'Ìm˜_'4©9(lg'Ì­tLšŽ%†Åèj'#Ï~¢¹…+Í•“²©7Mý°‡¬˜gU^Ž­ÊÙíÕ3-xÌb’®Ë¦¨Ïb¯1ÑÔž0“Q@ïÕTƒâªµ°JY 3º-öϱê<Ýý&_Êò¶ÙEY‘™7»<|2¬mÃq8ÿ”f ñ ZO"„JQ˜´z*³MP͹ó•ú%©Âr9ÌO¯bi°<þÃYÇaQ³Žs@"e"A„Âc°J+€Ù°®>œqà ð†³®)7^Že]& ä«»° œòG«ä¨”œ}êø`•LAÂ\gVI%h ýÁ*,j$p¼D`V¬òåu®CжMZÕ^R„®a9RÝrоP(È­lYT…DäF‘/T1óArô³ìùSøïÇÚËûà{u|ÁQu…ËæYŸ¾aŠ2É}=0Ty‚òÈôÓ=vÊ-J¥ž×}ÌN¡lмBÕO)ö±.Q[½^qs:ÌI ²r®€{Œ‡>l} @ËêCg-–S”wŽš -³(Äê¤`ÛÁëá˜FI×:{u¿ÎeXzÔußB^&Q†y¤³g63¡@9†)Ï©÷ÅdöqS Bit$WаPZÉŠ’,Tuct‚òË5$žfÓ¥Ø0}=Ñ(ËB¯Ëã‰BAç®ûSx"ØS¶ŒËh‹?iŸFV +endstream +endobj +425 0 obj +<< +/Font 1094 0 R +>> +endobj +426 0 obj +<< +/Length 934 +/Filter /FlateDecode +>> +stream +xœÍ˜ÛNÛ@†ïý«\µ7“=P¨ÔTªZUH‘zQUÈMœ`HâàØBíÓwŠhö`bhœ°3»ûÏ~óïeF +£ÈUÆÉ§Œ’óŒQò%ûþƒP2Í„&–*°øe¦”nåwÏ=z;´øÿëá_÷Ÿ?˾e+ ³ýªçÙ»q6`’/«vÕì€ cÒ2 ãŠ{Ó 'u>kÊÕS&š‚é +«4&Ké@ÉÿB‚H¥T?™p4e!d> +endobj +428 0 obj +<< +/Length 930 +/Filter /FlateDecode +>> +stream +xœÅ˜ÛnÚ@†ïý+®Ú›aÏD*õ´ªZU‘zQUÈCHc+JŸ¾cˆÒF¢Þ]ãØ™ÏÌ7ÿÞ&¨0ŠÜ%œ|N(¹N%_“? %ÓDhb©‹?X%J9àFQþxmùÏ5¡ë…¤Å‹ø¯§Ÿþþþ*ùž¬ÑLý,æÉ»QÒ¿`Ä~9š%lwɉq:ÆÈhUûˆ2š<¾»K^‘ýc¸(³Y§«ì¬—­§Y±È¿–ùäf¼I·eUdãiZÜŒgÕ6›Žo«´(hôß¼&£ëä|ÔäƒUà¸tî%}0 ㊿¤Z€j¶?ìÏ‹Å4d-ÅÛ:3š÷3Ì«rS•‘b=’®òj]žõlàÞ$Š ÜœgÃþ¤Hgåb=Y’;°ó¦aÉa¿È&‹M²5 ëmXm¿ØC°ÞVe> ïóe^ Ãä@´æËt»%w‹òŠäEºžg=Rd·Õ¢È¦g½²¨²^€_Úià¸ËÆ;9Œˆ›Ær£˜êž’fš6ŒsqÕ›c“r𴳋:dëˆõBJk +›]TÁv`V1hN’ç0*)0Ìt_14;½Ï¾í“/È·àõÔi÷;d ‚ìÔID5(^cõ¤f•S °OlÕJ X§­²è³†ƒµÞ #˜lJ3ÐÆ?-D’m׫[€M) +kSw6%pØkäP8ÕÓ`y3waí<ÝÞ“/y~SmÈ,/È$sŽá¬ªY½ãQ)áCQ *¥À¬¯Ý‡’RÎ;ÅΘûÄ 1¥¦`bIÒ± Ò’‘óBÇ. ¢-mâx*9꫸Nßñ^Š+ö²wœJбàéÖáHyÇ;vÁ¢" àÖsº€ ˆj_6“X(`Ò_ODb!-hᓼQ$Æ&Òs2cÁZ«Ëu^ޝòåý~¬´¥›ï †—Ü¡(3­LnQlyþû4Fìl7­^îÂÔ°¹A­‹§cm*]-Ue[“Wì™[;r"+–@Çn+àm%ÚÚd¨¯ŽÜ:µIQ\ù ®S›Ì¡;qU2‹*Ëš`t1+`lB×Á–Ü‚[ «Ÿúøâ¸Å$ª>OÉEp WáÉì(@³¯гÆÜ'"£(Ñ|ú(†ˆõV@Þ†žê£tòN8#äᤠœ5Ê&o¢>Ÿy…Rê8%s”y©À¶=>;DÌËä_[|¤ +endstream +endobj +429 0 obj +<< +/Font 1096 0 R +>> +endobj +430 0 obj +<< +/Length 920 +/Filter /FlateDecode +>> +stream +xœÅ˜]oÚ0†ïó+,®¶›ƒ¿c£tÒ6µ›¦MS%¤]Lb -$%$ªº_¿lýÚÛ6 $à×>9ÇÏy½Ž(P+rqò)¢ä"b”|‰¾ÿ ”L#¡‰¡ + þ`)eÇŠòÛkË{ׄÞ$ ^Ä=üt÷ûEô-ÊQfû,çÑ»aÔ?cÄ~9œElwÉIlc`81F†«íñA†“Ûw×Ñ+²$Y•®H>^¥'½4Ÿ¦eV ~.‹Éå(/ªÑ¢XÞŒfõ&ŽÖõ¸¬~ hôß¼&ËètؤoX.­íJ?–3®xWúZ€êJ[qàf›=éK“Ú‘{I^fSŸñ¸£1™ëIŠººª«€±¯Š:¯NzÆsmÌ€V”6çUÒŸ”ãY•åsŸ!i r»‡<=bÒ/ÓIv•zŒ¦±ð(&~Sð“ýhõ¶®Šy_,‹'LEj¾o6ä:«¤(Çù<í‘2]×Y™NOzUY§=ŸIÅbk›wƒ$ fZsP¸%:Ê;ñÌ0­4ßê¥Àd“j€áúˆÑ:ÛëÃ6V=Ÿ4Ò’Ô*Ñ#%¹‹™D„#%Y 1b,%§7é×}ÂyIQ Š+G]¶º:e¬´T4(VÑ fŠ9ØG)©è8°u8RRQXŽº%b)m+1pµÛ„ •šß÷‘­ÑJ1 †7Ã=WÒJ2üW§ãÍ ù\—õ™%™øãËcRF3 <' ŒXWOB@©)Än‚øPJ J:Ô3îsÖ³e”€%E‹òÝRØNÞ¢8C«ÄìÂ()© +öV*¬i:»Ë / +K‹ò¸PÝU– …&Jvwë%ú&'‰ü ‹›H󅀬à8sÙÓ È +Ö’ä}¦|SØýÜ`š/³ù¢JsŒÔ}ÊVnÐj5šùp¸òÝ” ^!på +½’Óú²•K´A¡gaÚÓ»ðïzÛó]ð½6}.ÐÊ—ä¹îòþÏ(ÏÐ3…†FWNÑ+9ŠíWÊ,ú&c²ç’7è¡BÓ¢¼FËuèYC ò¸cPÞݽ—èÊÜ5îW&(FÑ ¯O¡ãÖâA8«9ˆµŒ¡Ùs!ÒŸ¸m™£ +ó³Íö8fFƒ×Ø€q¼‹æÍ•û!øUèÆ<’Ù×Ú*0-yž'3ùA|­ñõdÛ +endstream +endobj +431 0 obj +<< +/Font 1097 0 R +>> +endobj +432 0 obj +<< +/Length 930 +/Filter /FlateDecode +>> +stream +xœÍ˜ÛNÛ@†ïý«\µ7“=©Ô´ªZUH‘zQU(MœÄØ`l!úô$-”R¼»&! vfggö›. +TE®N>&”œ%Œ’ÏÉ·ï„’q"4±TÅ,¥p£(¿}6ÿë™ÐË…¤Å‡ø_÷ÿºûü,ùšhfùUM“7ƒ¤̈|s0IØê9#’ã 0tŒ‘Ábé#¾È`tûÛuò‚¬_i^g R Ùa/+ÆY•—?æåèü´(ëÓY9¿9ÍŠy>ÕY‘O'Íþ¼l†Uýó€öHÿÕK28KŽm¾XŽKçöÁ#Á0®xŒ/e•óQ}0¾É¾TÃbšõ‚Lij¶¬8p»L¦=ðE2 ˜ï{‘–ÜÕ˜—ûà ³ ¥Qi¹-_¨¹¼ÓZ]IûÓ*,§ŽQö¥_Z6õESwÜë‘á¢lŠú°gö©ñV¢x´§bÚUÃIÓ%ã\ëE—ö«l”_d!Ë)íç®×ú³×M]·å¼¬Ð_Ò´é|xuE®ózFÊõ…Fªì²Éñž;ì8&)0¬œÇ´®š¬²EnÁaÞ·BsÌ€ArzŠ: M^ªAqW—pðãtþãeôß/ƒDåLÑÝ·(ær66gÝp°6²éÆi¥hÙžln£Š‚ÄZÒ»±.°ÿÜQ~aé¯{ÜXg,lD6gzͼ­G0c¥“ <àycW¸è€Xi0ëé$¢+ çé#+¥%=Àþc†W7äSYž7dRVdÇÜDŽъ±‡Üe®ä( Û‹>†¸’¡ºcmÍ@q%• c±™É°p¤õöÏâŠE ˨-¹‚%Hu7hÄY(hr?RA¢>‹…Õ–\(϶6M‰s…£´ócìY\aÛµÄ9AQÿù'-ÁX玃2[“Î]±Î-êRïà$ŠëÜ ¢ô8œë\¢ +ôÔH˜v«ó{“†ÇTs(}¹@EéÃe 9WÀý½_(9CÙ;-ü§1~‡A[uÄ'«]öœ¢à ÈõMÛeÕ_ìpv-ê¾X¸uã(Ó(òü3‘ÍoQ¡Â ˜ümÜ®DmçïH7oW(POœ˜t²ËQýí dCyç/Ù`Ü1Šâ®u¬»wÐ9 +Æ[¢Qœ3¨7=mdæ +9OžwS¯ê¨8¶µçIr‰ß¿ ¾‘p +endstream +endobj +433 0 obj +<< +/Font 1098 0 R +>> +endobj +434 0 obj +<< +/Length 916 +/Filter /FlateDecode +>> +stream +xœÅ˜ÛnÚ@†ïý+®Ú›aÏD*õ¶ªZU‘¨zQUÈCœ€Œ­(}ú$MÓ6òî‚ $0°3;ž™oþ]%¨0Š\'œ|H(¹H%Ÿ’oß %ÓDhb©‹?X&J9àFQ~mñàšÐ›…¤Å‹ø¯¿?ýùýyò5)ÐÌæYÍ“W£¤ÿ–øåh–°íuF$'Æ`è#£åÆG|ÑäþÝuòŒ2œTé¬Î‹ù‹çdt‘œŽÚ´ +—ε-ˆKΫ|²œ‘`W¼}9\0¯³%)ÒevÒËŠiVååàÇ¢œ\Ž‹²Ÿ—‹›ñ4­.dzfMÇ«&­êŸÚ#ý'´uTn7÷ù˜NHs°5Uþu¢¬²i>©Ó›ìs•ó¬dŠ;°³è¨ûe´¢ô¸©G ÈMã8¢Úiàx3Žš}û +ÅF•};aç¼Í­ØÝ´æ °cûRlX6õUSÇîŠõHº,›¢>éÙÀ *¾lö#p %†•Ü–;Ã~•Mò«,d9fÀ ðÚnÀðvµ»`½lêr@^—‹²BÉcÑš/Òõš\çõ9)o{©²U“cë:éÕU“õB<£WíÝ"¤Ê)˜ðÝpTY 7ª†7o Ú{ŒÙ ÙÛMÄÞmÔÈ•á`­g¼8€YÍ@ïÒ¹YEAb²ëÃR £¨ÐÁö¸½›6ŸÖ,Ó`ùŽsÇfq˜Ö,rÙ߬t„1›µ˜õÍÁ`“† ˜cÁ¶mÕ;pMj +ƃ¡H²Ié@ÉöA6ÉQˆµVôc\;M×7äcY^6WdVVdɹ¿ê9Ö¹xVJ*Aû`ÃJáHÛ>DÀRX”[±øMÞÀQS`Q×â»vA¡ +“‘3C×>Ha»2'©B ÔòŸ\v»¥V,tºö5é(J¬î:¢|àe™é\ðÆù`Q‰ù@‚‰Ì +1®ž’È\YpJM.Qzê7Èœ+àžAÌ+5›b¯‡ª|_¡É*9_ÄÀ“SÔhþl…'s¨½bÏî °_¶!ÛŽ¯gÛ€5ofQzŲj«U˜ç8âV±thìyÜnLdµWëôw +jÊ­rT^±äÙß*CáËšý­RÔg^=ÔµU‡"Ì_£ÁH3(ÀFCÑéÑ»œœZÞšŒâ™BAè)½ÿpv–¬ðõ ˜50§ +endstream +endobj +435 0 obj +<< +/Font 1099 0 R +>> +endobj +436 0 obj +<< +/Length 940 +/Filter /FlateDecode +>> +stream +xœÅ˜]oA†ï÷WL¸Ò›Ã|j¢¦ši‚ñ˜aK·…ݲ즩¿Þ˜ÖªÌGYJI“v9ïÌœ3Ïyg™Q Â(r›qò!£ä*c”|ʾ}'”L3¡‰¥ +,~`‘)å€Eùý³ùÏ„^$->Äo=þïáó—Ù׬Ä0ëW=ËÞŒ²þ;Fà›£‹Œmž3"91ÎCaŒŒkøCF“û¿n³„ ë|RÜä¤/ò“Þë¶©ät¼º#«êº½!UM&Õ¼ª‹rFʪ9oËËj~w~Ñ®òéù²×ÍOr[4—¤ªÇå,ï‘—dt•Ž|º¬Ç¥s;uÕù²-ê|zÒkê6jÓH0Œ+î™+NêñEƒ3‰P P¾Áp¸Y]Lc†R¸]ï¤w8°hòÅï­ÈËi^ÕàǼš\ŸïXùí‘~ŒÉ€bŠù2áÀ +¸«qÓ§€YЊRo†ü­ Â$,&Í`z—ÞæwT(j@®O„cÍU; ûx§±Æ)Öãñ2NÆ9Ï)spšƒÂ3;)ãºU ópØ<Ç´¤À°†CY5¬Úæ¦m’&Äzd¼¨Ú²9éÙȹq ëÙŸaÃ~™¯™ƒÈõ¥Ì°¿%fÄpÊ)X‰ø}»·³ùxµzLÛtR*+bYxw1…”Êp°Ößf$ÐRiÚøºÏ9Köe³bïÖ ö~½^Q'¶R$¦¶~Ö ¿$HìkfÛSœŠi°<±åØ{~Ø$k–ØeìT: "4{µ˜Mk1öŽi¸Ô.rï š‚ C'bR:P2¼[IÛÌO`˜D8‰ “MŸŸ9ñ“T‚°b?ù¤…e '@Zß²¥cQX4i!ì¤`Q`µP:ßc©(ú' vb/¹ÍÚÈVRH´O©èèT€@Så½58´Ž¦ê©pIƒ§`]zÇ´YR´M_V$ à]“éÖ»¦ °hš:¾ªH`ÐgE êpZ«î|#—h«"*÷YË…ÅBýDr9WÀ `t9E?(€Xߘ—óbvÙä%®Ø>W¶Ì¡)óÖD:q™EÏBZ +q™F?즢‘˰ +hê%Ú?íîéÃl:ß³ÍúGQ€I´PÁT=¤¡@…® +*€£µJ…ÑÓ˪Tìt:WŠî*âví`­Ô³ËøÙSï&ºˆ¯Ñ‹³Ü·pµÇ]6¢v#¡» $; |–-ñ÷:Ekz +endstream +endobj +437 0 obj +<< +/Font 1100 0 R +>> +endobj +438 0 obj +<< +/Length 938 +/Filter /FlateDecode +>> +stream +xœÍ™[oÚ0Çßó),ž¶—ƒï±´K;iÚ4UbÚÃ4!ÒBRB¢ªûô;ÀÔË6b›& ªVmJ}Ž}.¿ówW*bEn#N>D”\EŒ’OÑ·ï„’I$41TÁ7,#¥,ðXQ~ÿlñè™Ð›…¤Á‡øWOzxÿ<úehfóQÌ¢7ƒ¨{Áˆüå`±ísF$'±¡cŒ –ñEãûïn£_ýî¸MË4›½zIWÑù nI£ÀrimÍ’ýn‘ŒÓ›Äg9-@Õ-µ[‰d£erÖy]•yœÖwäcž_W7dšdœ/ò½'Y^«lž/î†I¶Hgó2É’ÉpZ­ñëªåOâá’âÀÍæØ÷¹u›–s’£l–tH‘¬ª´H&g²¨’ŽÏž%Šá®J?$&܂єÚ0“þ¬H'>Ë1ZQLÇÚåpÁ´L–¿C“d“¤HóÞE>¾zD¢G;¤ëã AnŠëœÑVǃޟGõk‘2î(ï?¼É1WÓqÙ›Ü%Ÿw)ìe*[[[öGܸ栰žF†jÅàdTR`Ø +N$A¹‹$(AÛó†Å#O]m²ëÙ'5Õ ¸röÉ~^•7UyðöX‡Œ–y••gã·Sel Ía_ Ë¿.¯°¯4;¦ˆ ÿ­êg‹ÑzMžPÚÃ%EAbåè½.…“^ ìj£‚y…Õ´›Á¼b wŒ!ûèçÿe{üç§±9ü÷›³÷BŠÂyV3çÔÒš}i%ˆP¤5iß`&Œ‡Á[Æ ¬kàls§šB +¥&íK JþÇH  žöìs”´h¡bdÎè{cWR Ú¢gaw‹¨+¬i\a®0¨E]œôÇ®P(¥ƒâ)îGöpM¢è¬…Ûá‚k¤ãÎ"ˆÄ‚£ t£Ë—Ä‚µ%v©ì9 НöâãˆÎp‹/nOi‡9cPá¹/Xš`5QÀ…²ªµ}+ÔoíIÛ0_$ª7WÍÒÏÍ´#9Ãðïfœa(ÝMÄ›öœr0}àè´g%¬³'Ñž” .<ûÓžaõRÇe¥¯ÈžŒŠë§é{.Á=Ü’¨;kkÇ—ëL(P®I0„ëèäõÌ]ÆPá…2ì¯Éûývä¾Ü¼EEÅ÷lÅuˆe‹RÏ‘ÂíŽQã¹/G¹ G5ú?€F¶¨PÆ…B§ÃRñP\‡¾ŒVøù “ð”z +endstream +endobj +439 0 obj +<< +/Font 1101 0 R +>> +endobj +440 0 obj +<< +/Length 935 +/Filter /FlateDecode +>> +stream +xœÅ™ÛNÛ@†ïý«\µ7“="S©¨Tµj‘Rõ¢ª"71!ÄàØBôé;I¥xw‚À$žï?ûÍ¿\'¨0ŠÜ$œ|J(¹H%_’Ÿ¿%³Dhb©‹oX%J9àFQ~mùàšÐÛI‹ñSÿÿöïýçÉda¶_å/–·²òò¤Þä³Ó:+«?ƒá›×d|‘›"[ŽKçÙH0Œ+Þ9ÎËÅ,ä~Z€òT‘uuUWweäëY^.ŠÑïe1½œ`1“zWÍd†åLζõL®wØ€d«¢^WG; Aå)ÜnEÑ”R:œ–ÙYµXÏCn)P”_“JÒa™OWyÈ혭(mZ€t·»ö¶®Š9Î6·äsQ\ÖWä¬(É´X%V@šž ¹YTç$ )j@n[ô©œŠ2[Ïó)óëz:<TeêÕNG©7®H±{‡¢‚=]› +Xƹ¸VŒÐ0 ®Öî_ž¾ì= Å I‡IBR`š{šø‰Ýqv›Ý‹5(·à°£ÐCÅÌ€A–½´©ÅUãÞt€4”S °Ã_8 +â¾¥ÂÒ0¬õ)ÁÀVš6þÑã€ÐVŠ‚Ä~×ÝA[ œ›AlÅ4Xî!öûfBÏ—Ùf³ôt H ‡^ÍxþPŸt„€1„–V³>Š„ZÎ3EÌÊ·=ˆ RS0m1ô¬ÀÒ’‘#I'…‹¡và•½WÜßI… {‰5¥t,Mº,œi[®é³[´b é>0nTû´ L¡Xé_¹x`îЂ—B¢…š\ìzž‰d +ÖÈÞçÛÛð Ȇ¢Åk<hoo¹Cßf:´·Ü¢ÓMH¢'7è¥bY.ÞÀ!–+´Y=øÊ¸$$š¬ØC·î³è±Ú(ޱœ+à}mÄÌÐGyäzÏ‚¢òõiïY0‡æËßÜ}gaÑo­ç,4Z4ÿ°Ìi†{ õ4”ÓL¢qô¶z§™P > +endobj +442 0 obj +<< +/Length 914 +/Filter /FlateDecode +>> +stream +xœÍYÛnÚ@}÷W¬xj_†½_©ÔVI¥ªU ©U…(âl0¶¢ôë;QÒHÁÞÇ„ÆìÌìž™3gØD¨0ŠÜFœ|Ž(¹Ž%_£Ÿ¿%³Hhb©‹7¬"¥p£(¼¶üçšÐÕBÒâEüÕóOO÷_E?¢ÍTÏ|}Eý Fà—£yÄî¯3"91ÎCÇ­*ñAFÓÇw·Ñ²{ “"^‘t²ŠÏzYÏ’i1H³âûd[”y|QnãÙe9É‹?½þ»·dtêÌZŽKç:6k$Æïج :6©8p[!£[³’Eœ6ÀiØ_äÉÌg=îÀjJCì,ÖeñGœÎâ<É¿—ÙôfŒÑŒ×»pÆó*žñæ> ë‘É*+Óâ¬g{Ä+Áj +ë]íi ÎB+õGQ-è ]-)0„nPz"—úÁUs áTÜ[v0ÈPA…¾e¨ÅUCÒî)…³»øÛä>¦”S 0ýN¬²(¦Ù Q§ k[Š–]Ð ´ l/ZvAQ˜þú„.l›ª™/+¬%»Vó¿`bÅ4XÞÔh1±ÂîY³ú^#€Š¥Àl=±¿ÀÄ÷3ïb9ÙnŸo8iJÃÀ5uh!¤)5ÓÌs¾´)¥%ëÿÆõSµa^…[ + "”¦Ž·ÊQ|…±Åñ6*/Ø–Ɔ’JС\tt€Â ¶ë£õV(ão“™êŽ$j2Ùù±J”^ÍüãÍg˜í =&a|v_¢ 3Á5ðî ¤3ÁZҔܡÌBh×íü‘šòfóðË¢Z« „³#7(ÚšØ'„¹B Öš¦äÕTèØÌ³ž=%(¦Bé£]¸^;Ixuj¬CgkaÊ)j©†Ü{Ý`™C)å1{E,*©P¾i×Bªí!F˜XF(?)$ +®æÄ÷æ_&(æ°þÅÀ@4¦tÿ2†ú¯‰6ýYØ¡ÊjHo9§ËdqUÄ)îØ1C]ƒR­¶%;`¦‹:¬ ç!ü«Pay ÖWœ*°Ç šó§íùÿ•Ëhƒ¯¿§N"Ê +endstream +endobj +443 0 obj +<< +/Font 1103 0 R +>> +endobj +444 0 obj +<< +/Length 919 +/Filter /FlateDecode +>> +stream +xœÍY]oÚ@|÷¯8ñÔ¾,÷ýH¥¶J*U­ÚHH}¨*ä‚!NÀ&ÆV”þú.!M©ñÝQ Š”8pžõÍÞÌl® +TEnN>&”\&Œ’ÏÉ÷„’i"4±TÅ7,¥p£(¸¶øëšÐ›…¤Å‹ø©§¿=¾ÿ"ù–x›ÍW5OÞ’þ#ð£YÂî®3"91ÎC`ŒŒ–Œø"£ÉÃO7É+²} ó:[’"]f'½²Ê¦ù¤eý5]×M•‹|~QgE6=kÖÙô¼I«úW¯ÿæ5]&§£6VãÒ¹Ã!0 ãŠï‚`z›}©Òbž…ÝJ P‡+TqàvC—ƒ! (òø€tã¬F¾³ ¥;Ñm?¨¹9Z ûó*Ÿ,§ŽOÔG«aÙÔ«¦¾¯(+¦Y•—ƒŸ‹rr5ƺƫmaãì±²ñlSÚøú®¶ë‘tY6E}Ò³=R©ÆÃ…bk·ómØŸTé¬Î‹yÈ’F€q®õ¼ö«l’¯²åƒö­n׺lo›ºÓt}K>•åU³"³²"“rQVˆŸ„> +endobj +446 0 obj +<< +/Length 923 +/Filter /FlateDecode +>> +stream +xœÅ˜YoÚ@Çßý)V<µ/ÃÞ"•z$•ªVm$¤>TrÁÀÄØŠÒOß!DizÄ»ëØBs¬gö7ÿ½N(Pa¹I8ùPr™0J>%ß¾J¦‰ÐÄR°J”rÀ¢üáÚòÑ5¡w†¤Å‹ø¯??ýþýEò5Y£›Ý³˜'oFIÿŒøåh–°»ëŒHNŒ3À00FF«]Œø £Éû›äEYTYïÕK2ºLNGu–¬Ç¥sOZ"„ 'E:+ëyˆA#Á0®xA49/ÓsZ€ª7…Æe¶"ët•ôò"›.&å`—_ÒmYÙ»´¸:«¶Ùô¼J‹òg¯âVqàvw‹ïZ2 X4OßÛî\sVc54q=½Í>ézž…¹b´¢ÔS&dI È]Wܳv8.ïªJcŸSlË#T•6Œsõ[LG®5…{«o3êîFZ1ðWÎ0¯ÊMUÞg’­§Y±È?–ùäjŒùŒ7û„ÆSÌh<Û¥4¾¾ËiÀz$]åÕº<éÙ ÊPR`زõ%5ìGìàš[pØšu¥2ìÙd±ÉBÌQ Š«ÚNî­Ý¯ØëªÌä4ÝÞ’y~UmÈ,/È$_æf@j—Ü,Ê âJ9ûáÉ òý^FŠìºZ`1žôB‘ª¬Šå^{Kbª këh…T¥hãAþßýSÅ4¬t•¢ ±tõ±ã8¥EÑ ‹ °éö3açèULƒå‘F)ãÜ«Yä´ÑAÒI±|ê"+€Ù¸¹¤‹0 ;v‡¦`¼d g·””ôßæCÒ[ + »¾>¦(zKŽÒ°v;‹`·¤´eÿc÷[«çËt»Ý£ú_ÎúÃN€´uËÊjaQçùXÃjÝCµ'¡¨ +™ôŒ£óûݺABHÔgMyô<Ïå™ïD¢ÏåY,š1X°¶ägDzuX‹gáž¹CfÚÓ½ž- +¶¦'ÏólP˜à¦Ï +õ›W¥s“K& pó °ÉJJÖªèå\÷ àä%›§âÛ½@êŠ9~µÍÐ\ô2‹bÎGª2ªÌ;“”aSÐØ£·ˆ"j™Díå­Üîà +”ïˆâapT^M‰\ÆP\Å"¨ƒŒ)Š+¿¨é: ‡Ò*v¬l? +ƒ‚,vÄl? +ìøƒBÕæßÂÅ®Ðß­3û<¹Æ×/¸wU +endstream +endobj +447 0 obj +<< +/Font 1105 0 R +>> +endobj +448 0 obj +<< +/Length 883 +/Filter /FlateDecode +>> +stream +xœ½˜ÛjÛ@†ïõ‹®Ú›ñžÆ)´%-”æ"`èE)AµeG‰mŲDHŸ¾c'¤)´{ÛbÅÙ5;3ßüÚf¨0ŠÜgœ|É(¹É%Ù÷„’y&4±TÅ/¬3¥p£(¾¶zqMèýBÒâEü¯¿?ýùþuö-Û ÌþÝ,³Ólô‰øÇé"c‡ëŒHNŒ3ÀpcŒL×û=â‹LgÏ¿Ýgo¾&£YS,Új³|÷–Lo²ó©oI«ÀqéœgÉɨ)gÕ]³œ |K=®D6ź<Ëßwm=&ëUÝànÉ¢Û•ó«mW4í/r_µ×d],ËM[ä¤)·]Õ”ó³¼mº2Ù‰âÀí>ÚžXMR"%PŠc´¢˜‘§£ä¾|N ¥ŽAôžòÿÄæåÅS‚Eia©PÆÕ7ÔÆ9o]'¦9(ìE'I­œ*;$†5Ö+;’Ÿ‡5ê£È¡™ƒ¸eÀ¤îÚ»®}Ú}¹™—MU®êÙíÕËŽ:æ9)Öu·iÏr›“¨[¢W¶‘Äå,¢ap£ ký@ür΋ÝùZ×·ÝYÔ ™%!(b_š6>ªÆbL) +SX…1%p8 T_,æüãD“P_ž ¥qi©˜˃$\6͉}¼¬tD_$"NZ̦5çîÐ0páÉjpYMÁ¤ÒaYé@ÉÄó@VX8Z–£e ö›X&J†n……ì™(©§çßB… ­ÿh (°œ¨ö#6lÖ«b·;Ú… ´ÂV¢•‚/!ÑÉ„‘K0¬ûëŸ?ïãÕ\G¯’ʾZ¬ÿ€ BѤ„<ö@hâ=Šééôï‹[´(Gyó-ƒ%}µZ”c¼W‚”D÷r¢ÂâmJ˜ +Ñ”á\˜¸Â”94ÑáL Vd8E«¨ŸÈ0‹¾$ÐØ{8/?u"¶¥ÑÝx§œXr1¬z²”B.&ѵDdid’2¡@çˆyî1G#Ç9Ü?ˆÔ޼*C[’ÚûW¥hKú>=J¤›C+“¿AƒFd÷ž$ªÑ†¤>°=ZT¡ ‰° ÊJö• +ô2ÛâÏoQaxæ +endstream +endobj +449 0 obj +<< +/Font 1106 0 R +>> +endobj +450 0 obj +<< +/Length 905 +/Filter /FlateDecode +>> +stream +xœÅ˜MoÚ@†ïþ+ŸÚ˰߈Tj«¤RÕ"!õPUCœ€Œ­(ýõ’(M«Ä» B;ãÙwöÙw×*Œ"7'_3J.3FÉiöã'¡d– M,U`ñ«L)Ü(ʯ-Ÿ\z;´xÿõï§¿¿¿È¾g†Ù>›Eöiœ Nq€_Žç»»ÎˆäÄ8 cd¼Úæˆ2ž>¾»ÉÞ‘íc4X4åìÃ{2¾ÌŽÇ}ãYŽKçúÇ#£ºk¯»–T“Uq”Õ¬hÊzøkYO¯Îçݦ˜/–“ÍfÈs2YÕ]Õå6'ƒ Œøâ½ŒÓf2oËj2¤ z† šbZ^!CI'²¯Þ£ûÑjó±kë!ù\/ë³%Eµ,mQa‰î µî&Mû›Ü”íYMEÕNrÒë®lŠÙQÞ6]‘‡dÆXS×W·QLÕ˜­(íŸ2 +U5 ·-Ô/,2*ÛbõP»+PNÛá“¢lkvvW²q†óìúRAUj +&3‰oW:Pòmç\X±ðIœGkåÅÆk&ÀЋ±·U• ½´ +g±p¤õOë`,,G[îs»Q0¸TPÝ+› ‰Ì¨H»yçË÷v›Ø› }ç1ä}šu¡ä,‰=ø²-Vв-(ú.ëÙJ¤ËZ0“ÈÞF„µèÀ|‡ ‰€È ú®X%¸E…¶+‘ËŒˆ*Ñtœ¿¥+ÐsÅ¢&AX®€ïzX±GX†Ìß«ÁTã X@ÆQm×TæhooFAY´„²A5†­E=gr{:Ìç(˜DûÖÛñ¤dBòm¡bH‰ùPo xCwK0ín2Ew•ÚñDeàÐryäýº 4\¾sˆD8Õh¬bÏÓޫB[•ÚÕD% X¿§Ù;³l¯?7¹T +endstream +endobj +451 0 obj +<< +/Font 1107 0 R +>> +endobj +452 0 obj +<< +/Length 900 +/Filter /FlateDecode +>> +stream +xœÅ˜MOÛ@†ïþ«œÚËd¿?"S©­ RUH‘z¨*ä&N0$6ql!úë;D[•zw'À ûÎÎÎì³ïn +TEîN>'”\'Œ’óäÛwBÉ<šXªÀâÖ‰R¸Q”??[ýñLèn iñ!þ×ßýþüUò5)Q¦ûª—ɇi2>cľ9]$ìá9#’ã 0 Œ‘麋_d:{þí.yC_iÑäkRfëüd”—ó¼.ªÉU5»¹ÌËU±¼jò2Ÿ_.Ú-þ\®²ívBGdüî-™^'§Ó¾¬Ç¥s¯‘`W¼?‚t¼¬‹yÈxZ€òÌ&­Úæ¶m¢¦ÃG$[WmÙœŒlàÌn»úè‹&ÏêlÑå2dHÉ€b%öL:®óYq›‡ Ç,hEi_îÓÇÑžrõ¾mª ùX­ª#&ó¬¾yÊÒ¦Íêæ'¹+š+²Î–yÙd#Rç›¶¨óùɨ©Û|5 »^íÉY‘1í4p,ðþE i`uiìŠÕÕ±f ˜5“.[g]².r5 +)"mçât/AÍAá>æéÇÏ‚ÿWî>?*µ %IiîiÈ!§Æ-8ì¯ãU 3`IÇ«ªAqÕ»ƒ *¨œ x4=+bûùöP<)ÃÁZ?òûõÏ®»œ”f üQpRŠ‚ÄöÒÃÀIaó<¯âàtšmïÉ—ªºioÉ¢ªÉ,V!1 –÷á7x +šñþ–!žt„Ÿ¡Ä“V³qû³¯\†Ò0pžÓÎÁ´5ËŠ¡´¥%we~¥° b‰1Ô<9ÚŸ¸­|(e†¶‡½ÒêR ÚO”ƒh '@Ú×YmaÑy‰NR»ÕÞò94H…r`¥o9£@*$Ú2ùÂA*8Z aB]ÞƒÞÛä 6˜¿ý‘×dÓŽ;t?Æk=çËO]–‚¶_nÑühý‡Ô3hvFËz +ÐqÜ—è}b¯²ö™š@ëË}ô¸¾÷M@„Cçãï¬áô(:£#¶sè€ü­Ì#fÑþxA ¤]o™vÀ½º(1lbê¹C‹à +”ç´«±{‰Oq´L½¥Ï8ÆÐ7ùÊ9†tŒ¢ò;’PÒ9ô7ÕvŒ»ñGwã9ÝHY£×ñßBY¡ÓÙ™‘ŽNÌ^¼0É‹dƒß¿X¿½” +endstream +endobj +453 0 obj +<< +/Font 1108 0 R +>> +endobj +454 0 obj +<< +/Length 902 +/Filter /FlateDecode +>> +stream +xœÅ˜MOÛ@†ïþ+ŸÚËd¿?"S©­ RU•"õPUÈMœ`HbâØBô×w ”¶yw“$B"&ì»ÏÌ3ïn +TEnN>'”\%Œ’óäûBÉ,šXªÀâV‰R¸Q”?][þsMèn!iñ"þ×ÿŸþ~ÿ2ù–¬Q¦{׋äÃ$1âÿ8™'ìþ:#’ã 0Ü#“U·G|‘Éôé·Ûä yxeeS¬È:_'i±žuY.«éõÅ,¯¯/æí¶˜],–ùv;¦)½{K&WÉé¤OÚ*p\:wi#Á0®ø¤µuYÅÛ.Sz¥³Ñ¢.g!ëIÒ—7YÕ67mv/<%ùªj×ÍIjo‹;°“¨wÙhZçó¦\/B–d´¢´/7²Q]LË›"`9í4pÜ`_ೇÕƒô¾mª1ùX-«wL.«åÝc”6m^7¿ÈmÙ\’U¾(ÖMž’ºØ´e]ÌNÒ¦n‹4dKXx³¿÷Ùe!ÓF€qÎWÉY`niÍAa‹ªÎ +CPN›q®³.Z_†d‘V ºæ|(9IaÒzjq@AnÁaJG5ù?‚³»âü1ׂ´˜ƒHŠêê{ÝÕ ¸ê­×A•S °|¦g%P,®ƒ¥‹2¬œ öÔ ´ñNÁpRŠ‚ÄÓ{ÀéYÛÝNJàÔÖŸ'QhRXÇãÞ hR8.jÖÏ—ÐtšoïÈ—ªºnoȼªÉ4Uþ-I'Aô’$wÒ +`¶¿½ÇÐNÎ?ú„ÒNj +&–¾\ œ +¥t ¤ܯ£-,ˆXP ¥ÍÑõìÖÁ#q(šv¤§K%èXp ¤-œiót…E¯ãÇÉëhcs :.µ†’Vè…¤÷qSTH4BÚ‚¢Ø$@zÏ ¢@*8š2ùÂA*(ú¹õx÷Nxo‹ÇZ(Óï:£ Ç-Z$¯Ñ†7hbÁólÄüÔÅ*¨ s…h_‹!'ÑÅmí£'ÐÅRfG¢q®€ûÍþp÷ÆÐþøO®†Ó£è~|¥3 sh~ü•5œžEsäÇÄpzMÎ ÆÃR¦žµ,ízòȤë-¹(*1¡@yæµ*1†¾Ç“Ȼڻ—(°#ŠÎ©×êēΡ{òes è :"ÿÐ|”‰' WÃÆÁ¨…g0ߥ,ØÁ\Ç Ê_“ þü ¾À +endstream +endobj +455 0 obj +<< +/Font 1109 0 R +>> +endobj +456 0 obj +<< +/Length 912 +/Filter /FlateDecode +>> +stream +xœÍ˜MoÚ@†ïþ+NíeØïäTj«¤RÕ"!õPUNÇV”þú%©šxw E +ñ»;žÙgÞY'¨0ŠÜ%œ|M(¹J%çÉŸ„’I"4±TÅ/,¥p£(¼¶xvMèͤŋø_zúþ<ùž¬Pfó.gɧaÒ?cÄþq8MØö:#’ã 0\#Ãåfø"ÃñãowÉ;²{¥y•-Éj´ÌNzE™Mòq5˜Ügç£Y¶ªF½þ‡÷dx•œ›´¬Ç¥s1ZÙj’•y1øµ(Æ×—óbq9­o³Éål1º½Ð ’6 ãŠAZ PGU¸Ý¤ÆÛKK“5*§:’æ¬Æk–Nû³2Ÿ„ÜYЊR_Þ¤E]ÝÔUØ^xŒ–E½ªNz6p[Ô€ÜM«Hûãr4­òÕ,àŽÚi০ôHûe6Îo²ÛƹÆÒNww{ˆÑǺ*äs±(J\1Ù)[-òÙ¼ÊVª]ÀÖõ¨¬~“»¼š“åÃQCÊl]çxô¦9(<_€UYg½-*žGÆ<Ia¦zê3 LTÍ-8LÔVçø&ø§O±?Û„þbù s]3)u®w¥M5(®¼zmå„Ê SY Ë+ê4ïj›†ƒµ-[„}µ5m"[†®´‰ª¡-°ßk•Xû +ã9²ë(»¨b,÷÷^€¾Æ†4UØ&kæk¢p*áã_8N¥aà<ÔK8=ÝÞ“oEq]ßiQ’q^V¥)˜Fd½€èP¼Jé@ÉæFV + ÂO¥PÀJŽF)®$c²8°¿• -óv ‡_• cyt€u'@Ú–­G$ƒ…EGË¢C쪞ŠB¡Õ’ÿA +H´h~b~=ZÓ½×ÁÑÙyéNpÁ|™ö–ì¦w¬ÅnîÐ"šÎ¬07hì< kc…·³ƒ=œ0Wè› l(©¹D»çKôRsεPRs®€{z±¨öùË&òAˆà mZìЭ#iŠ.͓ŒfMšèÖ „™ESK޶©Ñ“u9æˆÆÚ¥žiÝ¡¤%¸ØŽ³#i¡@u9ôˆæèçü… Qư€êlÒ¶3eFÑczQ$uè=µ3SFÿæ›PwàŸq5d¬±öqÀ +¬/ÛÿÅêE²ÆŸ?}T3• +endstream +endobj +457 0 obj +<< +/Font 1110 0 R +>> +endobj +458 0 obj +<< +/Length 910 +/Filter /FlateDecode +>> +stream +xœÅXÛnÚ@}÷W¬xj_†½_©ÔKR©j"!õ¡ª" 8[Qúõ“4m•È»k`1;gÇ3sæÌ6¡@…Qä.áäKBÉUÂ(9O¾ÿ ”Ì¡‰¥ +,^°N”rÀ¢üimõÏšÐÍFÒâ"þëÿo¯_&ß’ šižå"ù0I†gŒ8À'ó„íÖ‘œg€!0F&ë#>Èdúôé.yCšÇxQæ³woÉä*9´mg8.kß7Ì«lM6é:;d›YVæÅè窘^_.‹Õýe¶Yå‹e•m²Ùå¼¾Å÷Å*½½Ñ†À0 ㊆ Ž AqඉE™Íòi5šÝgçé"ÛTé È–d@1H=±ôêGæ¬Æ <2 fA+JƒÔ€l*ÏQQh§ã-‰ +ÃW€å‰b]ðU»a`¹ÓF€qÎ[îÆE]ÝÔUü¹ø€¤ë¢ÞT'xDÍA! ´‡Ýx8-Óy•o![*í4–Ù4¿ÉB6ã¦EÛ-?ìöè®÷uUŒÈÇbU”ˆ—ìü5KËëGGmë´¬~‘»¼Z’õcµ"e¶­s¬b'ƒª¬³A.fÀ •¶ÞÊqŒ×¨Å•/ÿC™U9C·Ko\ö =vÖ8ìb篠‚®¬ŠÑ݉<:5¬õv$=Õ ´‰ì[:Ò¤R$ò“>è6‡ Lô‡ÞôF™Ë#[½bÛ­Ydñ¯Qé$?õS™´˜õö ^&{V™;p˜4 œ·‘Œâ0©)Lº¶hŒ`1),[¼Äb§éí=ùZ×õ ™%™F±Z.Žr®%ÏãyQ2Tt¬ÝqQ¼(©í'•P^N€´Þè,ŸÇm`O),*¬Xêèf ÕqŽWû +õ–ìØ%Dr§(ªbI¥×à +”S= 8ºਤbɦWìx‘FQnÅ3úÀŠ+㕱Á¤Ë-*«€QÅAX— +Lú:Š(Öå +Å^oÒ‘ TT*Š’Ž;½·rä\÷ub1 ÉÊ.˜‡2$§(¨üAО~nüT§™C=;ƒÛצE]Õ•‡ºÚÔ(«|Sƒž¸a2ÑØھ瓨§|Ý_ß6…ÕËÔ!Â&G5ÕuLÞÕ&CÅu輤¨¬<2(†Àªª€”‹á¯®ƒOã@y;ø¹'j> +endobj +460 0 obj +<< +/Length 907 +/Filter /FlateDecode +>> +stream +xœÅ˜MoÚ@†ïþ+NíeØïD*µUR©j‘r¨*ä‚!Nc+J}ˆÒVM¼»Ø„ H‰y½ë™yæÝuB +£ÈCÂÉׄ’Û„Qr™|ÿA(™&BKXüÀ2QÊ7Šòçk‹¿® ½ $-^ÄoýûߟÏß$×É +e¶¯rž|%ý Fà›£YÂvבœg€á12ZnïÈhòü×Cò®ÌÖu^fÓ³^UÖYïÃ{2ºMÎGM1­Ç¥s¯Æ$„ 'e:«òÕ<$ ‘`W¼) †œ—ù4$œ šCa°¼Ê–d•.³³^¶šfe^ ~.ŠÉÝø¦X<ާiy7žÕ›l:ž/ÒÍf@{¤¢­8p»}b'Ò— (&ÒëÏûÈúÜÕ˜1ú¦_>©ÓÇì2g«*íi1 ZQêI›ã­•Û¢?¼v8îô©RMc Xµ§J5mçšÛÐ1õ5…íØ×µúmK+þluu_WËá=’.‹zUõlàÊ$†EÜœYÃ~D‹×Ü‚ÃZmJ–a¿Ì&ù}ŽjP\5–þpíi§>ÖU1 Ÿ‹EQâ“zµÛ¬ý>­ë´¬~‘‡¼º!˧D⹨œÑ••@1¿=ŠEe8XÛ4 +4´æý~]l·ëj·[AZiÚx&…Ž%‰¹«ßPRàðE§°ˆöãàÛ­i°> +endobj +462 0 obj +<< +/Length 927 +/Filter /FlateDecode +>> +stream +xœÍ˜ßoÚ0ÇßóWX> +endobj +464 0 obj +<< +/Length 923 +/Filter /FlateDecode +>> +stream +xœÅ˜ÛN1†ï÷)¬\µ7Ÿ(Tê*UíR¤^TÚ&KXHvaÙ¢Oß J¡øLÁ&x~Û3þæ÷yA +£ÈeÁÉ—‚’“‚Qò­øñ“P2/„&–*°øU¡”nåwÏ–÷ž ½HZ|ˆÿõï_?\|/ ³þêŇi1Þgľ9=*ØõsF$'Æ`(Œ‘éj­_d:»ûí²xCÖ¯ÉxÑÕówoÉô¤Ø›úƳ +—ÎùÇ#“vèφž4åªÚUͼêêvçײÍq»¼:¬še½8š øs±,/.vøˆ”«vhúÝ‘‘qŒ(#Á0®¸WÔd<ëÊ£¾n1CjÊ3ÜdÜU³ú¬ŠJ2 ¸·¾-˜ÜŒv»\Ý!{åÅùÚ¶§Ã9j;2k—m‡ê‰ýÈeÝ“YÜÕ¸•OÊZ•‹ªéËéªó¡îªùî¨ï†j3gfA+J½;2IÙj@® ÌŸÆ‘Y¬ŽS·,&“º¯V›$1Ë\åD1så¹!F€q.X×//DsPxÈùkù“³žõ;ó«êÛmÒFÅR ‚9µ…)K + +ñõ³‘[pXµ¯ŸÌ€Aî½~6R Š+ÿ9¶ !Ê)xPd¸²(V{(å¶Šqe8XêU’0®4müíJÊ•À6ÍÛü‡ãp{^v§·+u>”]ÿû†ØÏ ­Âº½i3ÑV1 –û[–Ü*ì[5óµž3ýfÕ>á¢í¯×ìàzÉ¢Žwé$ˆT¦ek0›†• Q è2sqSj +&X¦((¹ýýD*Œ2„åèÜB~ö  íÛþÎR :Œ£h¼ '@Úð–EàíÑi½Ø„åèîC¦9 lËj?‹â¹&$Úµ@6±¨!ÔE(èû¼÷ é¸Ý_G)¸,“/]˜ €<ªÝ|œ¶‘&wè¿Lk¼¹‹¶Ì{3ñò Z²MQ“HS®Ðuå°¡›ÏV¢ÝЏÔ{I V*x2Kà +x–+Í%0´e¯\ÿMX¸þ£QÌ:°ˆbÞŠ™¥€}d`zI(fMa ?L`1“轕h3ïÝ ?Ãe2¡@…š´lâ$A„³=žŒ¡ïJ%×½ëçõŠEÞŒ¢ïÊä…â£:4`Á,ÎÔ ý +Ý2db¢FË•z?ÿìù)4\™¼O|P©ÀF\Ämô 8Çï?ØÕFÄ +endstream +endobj +465 0 obj +<< +/Font 1114 0 R +>> +endobj +466 0 obj +<< +/Length 930 +/Filter /FlateDecode +>> +stream +xœÅ™KoÚ@Çïþ+NíeØ÷9•úH*Uí!RU…\0„0[Qúé;$$m#âÝCˆ"%ìÌìÎÌoþ›UB +£ÈmÂÉ—„’ë„Qò-ùñ“P2J„&–*°ø†y¢”nåOÏfÿ<z³´ø?õÿoß•|OhfóUN’ý¤{Áˆücœ°ûçŒHNŒ3ÀÐ1Fúóø"ýáÓO·ÉòðJ§U>'‹lžŸuŠ2M‡U¯^\³»OYysQ¯óÑçY¶^wºïÞ’þurÞo²j8.;­U#Á0®x³Õ´;)§£õ´å‰ -êjYWÛòÅ(/§Eï׬Þ Œ0’ÁxÊ`²‰¥Ç;$›õ¢:ëØ ŠLqàv“MÞ¤Ýa™«éb²¤d@1ãš#í–ùpºÌC–c´¢´iïÓ‡Õ¶{õ¾®Š9ÏÖwäkQÜÔK2.J2,fE‰6ÜN«+2Ï&ù¢Ê:$À1j@n*ó%¿Ê|UO1õÎ:UYç€XµÓÀ1»O#8 åB1q=Ešæ­6ŒsqÕ–º4,_µæ °Sy*ñ˜(M§~tû’ÓÜS±/tÀÑ]þm›áA¶¸‡µÕãÛ–0È©WÌ8ªAqÕØŽër +ñë9`%P¬ú¨”k×ÃÁZï° `¥hã#Na¥(H,iÝ„•À±¯)c"¬˜Ë=@ßAàÄ]fëª.óí.­ê¬¬~?Ãm<+ެšñæÎÃJé$?ÜBY)­fã@ñئ·v?¥^ÞoWP»–†óL^­ÛÔ̾8Úצt dä²'¥° bth|¥U\¿?Ô"CYÅN|ŠT‚Ž¥Ê6… íiOSX”X~Ö³K`•SíM&tíjÈ{pK(VúN0Š[B¢ÚÍz4]‚£ ò@"J< ,À+Ö¦hE™OÂÇ€;ÔXÆ£BÃAÈ- +&íuóô¸3_GGnP/Å¢Eó +%ÔAzñ ëåÓ¾×e‘¤ä…R,CZ •+à‡ÝMdž¡Fò^¤Ï> +endobj +468 0 obj +<< +/Length 918 +/Filter /FlateDecode +>> +stream +xœÅ™MkÛ@†ïú‹Níe¼ßÚ5J¡-I¡4‡‚¡‡R‚jËŽ[rd‰þúŽc“´!ÑîYv0$²¼3³š™gÞÍ]DŠD‘ûˆ“¯%7£ä2úù‹P2‹„&†*0xÃ*RÊOåO×–ÿ\z»4x¿õÿ_Ï÷_G?¢ÍlêEôi.±€Næ{¼Îˆä$± 0tŒ‘Éjë#¾ÈdúôÛ}ôŽì^iÑä+Rf«ü,®ê|VL›ñ:Û4m_´›|öe™m6ñèÃ{2¹‰Î']&Ë¥µšL$$Œ+> I-@ hNqàf› &ÓÑ¢.f>ëIΕiÕ6ë¶ÙÇ—³¼.ªñïe5½½ÚGr5߆rµØÆ2æ1ÉVU[6g±‰‰Wd܂ј/ž¤£iÍ›¢\ø,É hEiW:¤£:ŸëÜc9m5pt°kïÓÝjû}úØ6Õ˜œg›ò­ªnÛ5™W5™V˪ÆÈ+Gî‹æš¬²E^6YL<œÂ*£˜òo?À:¿k Lº³¸©Û<ö 4XÛ]¹iÀƒÐšƒÂŽå¨ËÔ3iµb°m²UçÎXê—¦ZR`˜¦Ž<–unÀbFµñþ¬³ÄÐA}ö_îÓÚËÕ ¸ê¬ÝãEª¬UuãFÅê;MŠ©„ƒ1“BÖ5 ýYW$·î‰®Jà8çJ¢ã£Uaר½¡U1 †wÏ h•V‚pç5´~~‰Ò¼\‹ë&/q»v›v×fuó'˜«Ò`¦2áX• ëšµB°*5…ÄÍ"_¬JiAIöãìùóþ?N¶ßwß«ãKa@J—ÌsTHa¿Gã µ œ*$«¤t(^ú UXÒœì1 ƒ*0=šÇ@õ©ÒL(ÔXòt^¢srȯØ-@zœ0øö-p€[ÁQ'²^•¬`]ZnQ‰%GаÝàõpÌ ¦ë”ÿOð'/OP´¹ÈB^®P‡9%¨/x¹D]zR˜Æž0(»BAt$W¸î:…ȆŠÌ}êÖ ž9Eýå¨ÐÂfŘóHnW *³PrÉ¢.tN=’+؆¨ãDr(W$ +Bwãðf; +”Ç”:0Û1BÎNÄvÆPiºìOx‹šÐQ(*éרŸYìqò²súó>ŸF¡èÊúš+T~©ë+£˜žåÕËÿ}îðý‹S<# +endstream +endobj +469 0 obj +<< +/Font 1116 0 R +>> +endobj +470 0 obj +<< +/Length 917 +/Filter /FlateDecode +>> +stream +xœÍ˜KOÛ@Çïþ«œÚËdß(Tê*Uí)RU¹‰ †$Ç¢Ÿ¾-­w×8¸‰ˆ ;3»3ó›ÿ^'¨0ŠÜ$œ|J(¹H%_’oß %óDhb©‹_X%J9àFQ~ÿlùè™ÐÛ…¤Å‡ø_¿zøþyò5Y£™í»\$ï&Éð„øÇÉYÂîž3"91ÎCÇ™¬¶>â‹Lf÷¿Ý$¯Èî5ΫlEÖé*;e6ÏgÕè*ÝTu™¯—ùâ¼ÊÖÙü¤ÞdóËt³ ß¼&“‹äxÒdÝ*p\:×u#Á0®xëóÛìKºÈÖUfK PýD©8p»Í‘^¬K·§üâ¬ÆëÇ:³ ¥­òëùÖ©¹m9ÆÇÃE™Ï–ÓNÇô¥Ñ¸¨««ºÚG“­çY™£Ëbv9ÝÇ4Í‚šžm£š.¶aø€¤«¢^WG; !Ajl K¸9½ÆÃY™žUùz²¤`œkìIãa™Íò«,d9Å ùÆ»µö;ö¶®Š9N7·äsQ\ÖWä¬(ɬX%úO<[Hnòêœx%)0,ŒŸæjßÜH™]×9&åÑ *ël2·à0ïes$Ì€AÌyÊxšÊTƒâ*®.ã2™†¥¯r +¦oÿŽX s> +‡ñÄp°¶å@ e¥h9~&jEAb=êþ=8iþ ‰=d7Ùöî Ó`yäsOp¼×Ì;Í#]: ÂCº—Gº´˜õÌ-QD—†óÌ D—Ò’žá/Lÿ'Ãçiy¹ß¬ë:-«Ÿ;z?ƒ¼RX>PÆWr”‡¾vÊ]ÉPí±¦¡Ã?À=»„Oïv,¨ÍK*AÇ­»Â Ö;¶to×¢â‹ÅZK„ +¬-ªã€ÑEˆ +…ìáH%JºX,uaW ˜{æEI+»UŸ9ÝÛe]éVAQÎ\„@îIÃn7î8(ãÓÑQ|ã%¦ç–#‚o\¡|;€dõá.À3‰:°± +â‘ÉŠA”bɹB¡É*³Øë»Ðô <9EMæÍÙÃúÀjµØ«¼®}°¨ÒÚR'¬L£óßy6^ì4àÎï >H”_±Cc×>ª›Û‘ö>pk=÷ÆPšùû@0›EaÖx ù²lvŒ·¼£ÐlP*zÆÅ2+cžRˆžnŸ£;X_}> +endobj +472 0 obj +<< +/Length 917 +/Filter /FlateDecode +>> +stream +xœÅ˜ÛNÛ@†ïý«\µ7“=¢P©hU• ¤H½¨ªÈMœHâàØBôé;”¶¼»Žã! ûÏlfç›o +TEnN>'”\%Œ’óäÛwBÉ4šXªÀâV‰R¸Q”?>[þõLèÝBÒâCü¯ûóþËäk²F™ÝW1OÞ’þ#ð£YÂîŸ3"91ÎÃÀ­v1⋌&?Ý&¯Èî5œ‹é›×dt•œŽê–³ +—ÎÕ/‡ .ÊlEÖé*;éåE6]LÊÁ&Ý–U‘}H‹ë³j›M?.Óí¶×‘5 ãŠw,«¨Ž%nwŸxÙé]vžÎ³u™†iI‹ÎS­§ÈXEÔ±,³ ¥]×5 w¡SUí4pÜâFet€,¶ŠçÔ×múíFÆ9o»æU¹©Ê}Ùzš‹|ðc™O®ÇûlÆSLg<Ûå3žïðIWyµ.Oz¶G‚ÒÓ6àúö'E:+ëyÈ’ŠA}u ûE6Yl²Å¸‡%^·ýÇÕö[õ¶*ó9M·wäKž_W2Ë 2É—yñ“—öŽÜ.ÊK²Ú÷3`d/EvS-°OzeQe½l©ÅUýF|Ê)X½í RY K7ê–. «We8Xë…ÿQCÐ ´‰ZAQÈÝR•À9.ª×·œ+v€‡ñÿ…À4X9U´ÎÉšENí† @®c†`0ë›<‚Y, 0-vÄb©)<Õõ•Åb)(Yÿ™EÐXr´^µÍà9¿ÿÍÞu^Ž/óåÝ~Ÿnª´(>o<4%CÇ<ÛMI%h?æB©)œië…šf[ö wì~h½¸ß¯ ¦-,z®XFª‰§‰ê8T*©ÐwÉȤ!…D³Ë¡Cóè´šÞM4Õäè³bIs¨&ë´j(Z°¦ 5¹CŸe¼î5]Ü¢É +¸q¨C׳í¸·¸¡À<‰äWhûZ3‘\ ­ò"ÊD†€, ,®€×Tñ0ä -š¯¶c`È)®€Â ¬[æÐ<ÅÞ”…”màÉ,:§Xb´©¯ÑMÕÞYmz‹IL&Ñ6ù³cæ*¨Ã®+Óçh˜b9Ó¦>C·ä?ºÇÓ§h¯¼~æxúí”ÿ¨#× • +˜ÿº ®¶ ¼‡8 +¸ +O{‘Üà÷/ÛcÕ +endstream +endobj +473 0 obj +<< +/Font 1118 0 R +>> +endobj +474 0 obj +<< +/Length 933 +/Filter /FlateDecode +>> +stream +xœÍ˜MoÚ@†ïþ+ŸÚ˰߈Tj«¤UÕ"!õPUÈNÀŽ­(ýõ’(i«Ä» †„vfÇ3óÌ»›„F‘›„“O % £äKòí;¡d–M,U`ñëD)Ü(ʯ­~»&ôv!iñ"þëÏOO¿_&_“ÍlŸõ"y7NgŒ8À/Çó„Ý]gDrbœ†Ž12^o}ÄOßÝ$¯Õù´¸ÊI™­ó“ômÛTCò¾ZUuQ.HY5“eµºÌÛë|6Y¬²ëkrS4K²ÎyÙd)©óM[Ôùì$mê6Oß¼&ã‹ätÜå•Uà¸t®Ã+2šÖÙ¼AB4 ãŠw-ˆK.êb²œ º—ÂÅŠ&_?­ÂíÓfˆÑúˆÁ:ÛÆêÃ6Té ÄœâÀíö6Ϥd@1áºò¢o“ÜÕx×w19»Í¿<ä[-fA+J=ùÐëö¨¹mG³¨ŽñJ3ÐÆƒè¿Ë. iiX¦*EAb¦êd^à<ÕÊ{´u?ôž“Ši°> +endobj +476 0 obj +<< +/Length 936 +/Filter /FlateDecode +>> +stream +xœÍ˜MoÚ@†ïþ+NíeØoï"R©I«ª9DBꡪ œ€Œ­(ýõ”´iñî‚%J ™™Ý™ÙgÞ]F¨ˆ¹‹8ùQr1J.£oß %ãHhb¨ƒXDJYà±¢üéÙü·gB¯ Iƒñ¿þüëùó³èk”£›õW9Þ ¢î#ðÍÁ$bÏ‘œÄ6†12X¬cÄŒž~»‹^|õ»£2™TY>}óš ®£óA“I£ÀrimƒÉ~·LGÙmêcN PM¦-‘î ÄtÑØîB¡”ŽYÁKC“òf³]Ë:)«Ÿ/Ôó {„&QX62Óg}õ¡ãº!ˆä‚£æsóΗä‚í#,>àž?LÕW;îÅ AQÊ5ÞQÆ/·(ââýÄòN~ Ê7÷uG+,æ1ʵPê´±F…Bm?º“[‰ +ÍÕ\‡ð+PɹéѾ_®€ïy ²“_†‚Îݲ޴䔃ñhE/ZþuîïÀIfQb:{4ˆ“Ì 8tÍŸ“ ;Œ:®úvÁ[¸é’DØØ{È_&(×@ÂM „G {–0c(°Biâ]ÁžS,£(½ZÒ;;aQs9êüà1Ä(¶Ü·íÜD£˜ +½ro{¹ +UT(~ÚŽA*0‚§…®¢%~ÿÊOì +endstream +endobj +477 0 obj +<< +/Font 1120 0 R +>> +endobj +478 0 obj +<< +/Length 923 +/Filter /FlateDecode +>> +stream +xœÅ™ÛNÛ@†ïý«\µ7“=P¨Ô´ªÊRª^TUä&&’Œ-DŸ¾“€(•À³›8! L²3;ž¿ùÍuÆ+gØm&Ù׌³‹Lpv’ýüÅ8›dÊ2Ï x|Ã"3&€t†ËÇkó'×”]-¤=^ÄOýÿÛ¿÷Ÿg?²%†Y}UÓìÃ0ë ÿ8<ËÄúº`Z2LL°áb•#¾ØpüøÓmö†Ý¿³ºX°e¾({ÅrRT³òà÷¼_Ž–e=:/çw£I^]ŽÎš›b2ºnòªþsÀ{¬ÿî-^dGö$¼ u¯š„Óà„4²=‰AZÍ&1ëY†ØÐ lꫦNÝ‘ì±|Q6Ëú°ç#7g$H¿j”¶„ýq•ŸÕ³å4fI-€cK¶uΠ_ãÙU³œð` çmåܯöP®÷M]°å¼¬0cö\½¦óüæ†ÝÎês¶È§Å²Î{¬*®›YUL{uÕ½˜Ô¸½oKí •³Á‚Ävo¿lÙhÕñq“$\bfãú«ö‹ö kv¼*ÙçUÅz1-eBšh;k%<ä™vÖ Zॠ“»âä¡ù¢"iÂJBªÝoPz¨¿}w‘pà`ûî"nÁHÓzÚì ¬ JuÏQ½ŽB¥Î›X²'Á{zfH¥Ûú´ÞnÆ +°Ž’àf "´ÝÀÍ ¸îç´4¸å7wì[Y^6W쬬Ø8v© ^¶a<˜çP+d»¨Sˆ©ƒE³&–˜Ú+>í4mßÈiS;˜žvžƒåàRIÓu:€ÑN‰dÕʃJeM×û•è·ÒÐuÍ–xå»Î5XšH;ÍAÚ¿n7(¶Œ$W<™ž*Ü’íµ/0+Àkê6'Yi´‰IãÁ¬$Z1‚T¤ël–ë‚=µè[{N%:³›Š£Q#½4yÛ~ƒ +ÝW*‚¶* È-XlU ù¢Õ×uTŽmï"-Òhœ .Œäͳgè h&lIŽI4¨tN< L ™P 1V%ÛLšn‰Iôo­"H'¤hâ¨Oá¤àhÉh;ËÉ€æ*¢w‰ñò¹Öý‡:+bRÚmíý˜{‡ ôZ›b&Õ[ðÛr¯§Ù5~ÿD'R +endstream +endobj +479 0 obj +<< +/Font 1121 0 R +>> +endobj +480 0 obj +<< +/Length 925 +/Filter /FlateDecode +>> +stream +xœÅ˜MoÚ@†ïþ+NíeØïD*µUR©j‘¨z¨*DÁ€°ƒ±¥¿¾I“Tm¼»`)8dçõxfŸyw•P Â(r—pò9¡ä:a”\&ßJ&‰ÐÄR¿°L”rÀ¢üéÚâÅ5¡7 I‹ñ¿þþôüýyò-É1Ìæ]Î’ƒ¤{Áˆüã`š°íuF$'Æ`(Œ‘Ár£_d0~úí.yC^ý¬J—$-Ó³NšOÒ2+z?Åøf˜Õ°ÎçÅâ~8­×éd¸ªGeõ«G;¤ûî-\'çƒ&VãÒ¹Ó)0 ㊟N N]qàvSE +úÝY™MBÖ“ («¯¦úE]ÝÖUÔ-ñ-‹:¯Î:6ð±ÀÕô»ãr4­²|²$³ ¥MÓï–é8»M–ÓNGMùï?¬ö˜«÷uUôÈÇbQ”¨˜ü“¬Ùb´^“»¬š“åh–æÕ¨CÊtUge:9ëTevBtagRì‹ÆçØÈ›6Œs¾VïÖ™ÖîwQ}[` +²qÕÜ}ݦìb“±O›„uBÊI+›ü˜!%†ìéÏ–ƒr k< + ‚NîÓËǺ ŠÅ ÄXö¾AªAqÕØÄ­UNÀ–:jL+bÓµ|”á`mä\±wPÍ@ï( 2¥(Hl<Ý&ȶ{óSGÀæÂ‰‚˜Â˜[˜ÂÙS³fÌþbç£õ=ùR7õ-™%GAͯK: ¢‘9ñ`”V³Íˆá¢4 œ` +å¢ÔL,/‚ª6p ”Ò’^ÎP€° bÒªŽ¶j·m>’’¡}b§|ØT‚ŽÅK›„ í ¶°èŸüØ9 Ü?¨Ž+·Vã+´XÒ[ÁÜý•MGã.î# ½çQè Ÿ•áèm•Ç¿‡úÇ4_d³y•昱—Æ;š»Ü¡93M¦6ž»Ü¢÷òYùðrƒÎʪPðr…ži_sxþü¶ãïÕ6ÿA,à}TìQZ«zªXµ*€+àþ†VÈËú*ÿ±Ùo–¢Çjl± `ý–÷hí,4?x(@£)Ûûäb¸åPÏÙa z™Ô`:8½¯ád3¡@yçÌ(ã}‚ð3œÃŒ¢óø®]-ð«\öËrè{dßsbƒnÏ7­E£y (éÐCtb­ù£Wë9Ô,)°­y¥01WÉ +~‡ÁA™ +endstream +endobj +481 0 obj +<< +/Font 1122 0 R +>> +endobj +482 0 obj +<< +/Length 936 +/Filter /FlateDecode +>> +stream +xœÍ˜MOÛ@†ïþ«œÚËd¿½™Jý€JU{@JÕCUEnâ$†Ä&Æ¢¿¾“A)­w×$$A pÂÎììÌ>óÎ*¢@E¬ÈMÄɧˆ’‹ˆQò%úþƒP2‰„&†*0øe¤”+ÊïŸ-þx&ôz!ið!þ×ã¿>?¾EšYU³èÝ0êŸ1bßN#¶yΈä$¶10tŒ‘árí#¾Èp|ÿÛMôŠl_I^gKR¤Ë줗“¬ÊËÁÏE9¾e=jŠy¹¸eÅ"ŸÍë¬È&£is?WMZÕ¿´Gúo^“áEt:lóÆ(°\ZâMYe“|\&·Ù—t–uÚó²KˆWü8v®¨ãðDqàfSGád@1ñ$?¹£1AÃf@+JœôgU>ñYÆ ×—Tûæ’²©¯šºóîx¤Ë²)ꓞñÛ¨¶8F½=%“þ¸J§u^Ì|–Ä›†bõ·åUÒ¯²q~•ù,§9(¼zÛŽ"Ù®v··M]ÈûrQVè1i Ül‘^_“›¼ž“åÝ G<|R ÚN³ÊVMŽwçI¯®š¬ç³KIaú·žCr +܀ŠvTwâ™ÀšÅ#;áOàëæNâ¶ÿÇuô½¢©Å•« ÷f_Y“úPæj­£LwCos0&°oÙå^5wìTva_QXŠúPö6¤K4¼6¶mïì3 †;›oð*ìÛ5s·É»HðJ+A`E·;^i0ÓÚdpWj +±ƒHÿâîiz}K>—åesE¦eEÆ¡öpMZP²-v÷,'±„‹t!$–u « }9,Ê8æèžÑ&oÓÙ³K–T‚¥Ò¾œV€4ÊÞœ1¨ôº2,×"F§Ãˆ±·}+TqòX2B¢ˆ eÙÞœ¨Cç/{s†£êó âË8Ã\w£/ì{ÌW^öÜ¢†wª²¹A ꘗО+”‹í +_‘=I«ËGc‰¿äõ’=Ü’(;[«Æë\ €t3ëœ+àÎÎ육 >i¼?`ì7÷ù&ò^üàõž39÷a™YTz¡3¿ÝX6¨ñB9Õ‘ÏL£ž{öè¤Ó.±¨©s¸·Ëe\h›ºËBê:)yžeŽŠî Ì +?w{s”QÖ5Œôçè t ¨E1ê¬× €Æ¨!Ía?j> +endobj +484 0 obj +<< +/Length 931 +/Filter /FlateDecode +>> +stream +xœÅ˜ÛnÚ@†ïý+®Ú›aÏD*õTª©‘¨zQUÈCHc+JŸ¾‰Ò¤%Þ]j ìÌŽgæ›o +TEnN>%”\%Œ’óäûBÉ8šXªÀâ‰R¸Q”?^›?¹&ôf!iñ"þëù§?¿¿L¾%K4³yÓäÝ éž1â¿L¶½ÎˆäÄ8 cd°Øøˆ2=¾»M^Bú£"”³åôÍk2¸JNu ZŽKçêÄ%§Ål²œ‘`W¼~9\pVf ²LÙI'[޳b–÷~ÎóÑõp™—Ãjy™Ïï†ã´¸Nªu6ÞTiQþêÑ醸¡¨#» 8p»¹×ÇuC2 ˜‰µ ó·y‘g£²7¾ËÎÓi¶,ÓN-îÀjL¦#o™YЊÒcç 5 7=ä¨^h§ã-9rjl3ûBT¶à†`œóv»n`»ÓšƒÂîKµ~^•«ªŒßït‘WËò¤c·¨ø²®ß „–Vu]õ»E6š­²å˜ƒ ¬»ýûÕÂõ¶*óyŸÏó=&»ã5§ë5¹•—dñвH‘ÝT3le'·¨ÅUMÓ(‹*ëlP9S½)B++bÊz*8”ÐÊp°Ö3A¼Œý×mè?`äÏ6ÿ¸‰{”f wÒhÁ°¢ 1õÁ œ£úÿžàUÜ>Ì•‡Þ!Ó`ùžÓÅÆÑY³ÈQ£ ÃÒI~‚´`Ø +`6nœhÄ®aàüd02¥¦`<8Ù™[ìAL)(黥Q̔‚ðA.œ™’¡Hcï`æiº¾#ŸóüºZ‘I^Q0C|¢t-–vp8”¡Â ¶>~QÕ˜>¡XTÇõöðf…B¹%½ƒAÛ^HT[±ìiÞ bËŒÑmGIËžæwÌŽœ}¥TçQ^p‡Ì´ oã¼°¨¹Ú8øˆó Pór,œÔ\YpþŒÃšK”ŽÞ"5(û|d 5g¨Õ> +endobj +486 0 obj +<< +/Length 929 +/Filter /FlateDecode +>> +stream +xœÅ˜]kA†ï÷W ^µ7Çùþ¦Ð–¤Ph@èE)²ÕÕl¢»ºîÒ_ßc’6ÄWc$¬:óÎÌ9ç9ï¬ +TEnN¾&”\'Œ’‹äç/BÉ$šXªÀâ‰R¸Q”?=›ÿóLèÍ@ÒâCüÖÿÿ=þ*ù‘8ÍæUÍ’OäΈ|s8MØýsF$'Æ*p\:G†‹Fü!ÃñÓ_·É;BU6Η)ÒEvÚûØÔå 9K×wä[YÞ4K2-+2.çe•3R”õh™®ë¦ÊFÓfMF«&­ê?ä6¯¯È"eEöÈ{2¼NΆmÊŒøâ[•U٪ɫlrÚ««&ë}S P-+%ƒq•Nk\GÈ`Š·›Ío‡œUù$d8É€â³öápÀ¼Î‡‘“¬ÊË“ßór|3Ú¶÷'´Gú!¸«1Ž(YЊÒí§~x Ô€Üäj„‚Ã0×'“»ìâ1ÄC¦ÒNÇýö„Ð!W«±PL³#†6Œs­5èÐ4…¥óˆa§ƒÈ¨Û³IaöûêY?° inÁa*û"kP6õ²©ãÖÄ{$]”MQŸölàò˜ƒ¬l²A?‚šjP\µ«AÿžÃ)+b´Àk,þ¼½³yº^¿@o<6•á`1;ZO2J3Ц½ëˆ@§R$F®Þ¥dã¦}سóÍ–}ÙìXPñV{²(±û”˜RýÞ›ÎÊ4XÙ™ìHD…-¬f‘-HçJ'AĨû¬V³»5»Oj¸Ø6³û¬š‚ñ³eß³JJz5˜hRX^„Äí¾Fï4É 0OŠÂ™dèYû!EàL8Ò¶ïVGkùÞ„Y4n­ô‰G¤À´¢ºý4b)Ðð[ÙÞ DRH´U±à ÜÀîó¤ç¢áÀ +8š­X´ìW{ S)(Ú)ÿ½Ä×ɺ)³g[§À¢™Ú÷MFœƒnÊÏžC*Pè¿öì(ãHt\þ”Æ/h·<|z;ür®€{{Æ(s†Г¹f]–' ‚ýdVÌóÙU¸eîu™E³ÖJ¶xú2VÌטÅà—aîPÿÅ\(~™D¹žö÷ìù î;áËû‚ +”çnáÀ +8z¬X,íWC¿‹¥!Ì(ڬÃj:.y@ÍW÷»Š4ºµØËõ½ +PhÐŽšõRõ'ý _&+üý ŒQÜ +endstream +endobj +487 0 obj +<< +/Font 1125 0 R +>> +endobj +488 0 obj +<< +/Length 934 +/Filter /FlateDecode +>> +stream +xœÍYÛNÛ@}÷W¬òÔ¾Lö~A¡R/P©j¥"EêCUEnâCbƒc ѯï$AP*Å»œ ˜°{væÌœ9ËmB +£È]ÂÉ—„’«„Qò-ùù‹P2I„&–*°ø†E¢”nåÏæÿ<zµ´øÿêùOOï¿L~$n³ú¨fɇaÒ?gÄþr8MØú9#’ã 0ÆÈp±Âˆ/2?~w—¼!ë× lꛦ&EºÈN{Y1ɪ¼<ù=/Ç×£¢¬G7é²nªl”ó|vYgE6M›%~½mÒªþsÂ{$]”MQŸölôß½%ëälØÍ*p\:× +mÐWé´Î‹YÈ’F‚a\ñ–%ý*ç7YÈrŠ·«ð·,·Yí!p†Éþlž.—ä¹b€81nOg¼ä+¬Çّͬä+¦Áò¶)%Jò¿šyF’m2‚ø¾IÀÙSüÏWáÿ¼Š~¶H'Aìªc°˜““N÷7 \ëØÙKMÁÄŠU§‡•”|Íl "V:ÀÑ:zcÛ3´‡ì5@%h¯0…K°p¤õ'tw ^+É,,ú\Ó©Ø+¨neO„ ‰îÑ£Mñ"ÀèB[o0^êÃGgé½QÌSСr,(º:ÏÝÈ‹æå ™ÇeîÐ÷™=:ð84mŸïöäph ú¾]•,R¶¹BS·GÇwp‰–Î{Áx04]¬ží WÀc‡Ùý¡aè§™P´þf,üÌ1ÐíàðÂÏ,:[Ù©÷f}©glP~&ÑDzª&Ø{OÒêúù]û6}&¨Öé0Tãñt |äÑxÆÐ'ð7”¾mßË­Ø' þz¿X‡>HNš@/=÷²³A÷ç» ÙÏÎm_ìÿvTk…ïåk—CJÖo­vßù"¹ÅÏ¿?›²¿ +endstream +endobj +489 0 obj +<< +/Font 1126 0 R +>> +endobj +490 0 obj +<< +/Length 932 +/Filter /FlateDecode +>> +stream +xœÍ™ÛnÚ@†ïý+®Ú›aÏD*5mR©j¥FBêEU! qŒ­(}ú!JS•xw)†!%ÆìÌxgö›²J(Pa¹K8ù˜Pr“0J>'ß¾JƉÐÄRo˜'J9àFQþtmöìšÐ›…¤Å‹ø­?ÿú}ÿuò5Y ™ÍO9MÎI÷’øá`’°‡ëŒHNŒ3ÀÐ1Fóø"ƒÑÓowÉ+²}õó*›“E:ÏÎ:E™óQÕ[Õ—t]Õeö>-o/ëu6¾ªÓ²úÙé¾yM7ÉÅ É´Uà¸tî¦øâ'0­¨f³ýî´ÌÇ!k)Ün¶¿9Œ~QW˺zŒ#[Œ³2/z?fÅèvˆÑ —Ûp†cŒg8Ù4\=DÔã’΋zQul‡Å'PÌÔæ„êwGe:©òÅ4dIîÀjÌ”†%ûÝ2åË,d9j@nj±aµíbìm]=r‘®ïɧ¢¸­—dR”dTÌŠ OÜåÕ5ñ;¥Ž!¾¼•ótš-ª´CÊlU瘋gª¬³N@Ä+bº7îI?bG´`œó•n?0µæ ðàŠ*ǘ4¦a¹«ƒæÄ8Š’Ãt÷Uuë~p NQO%¿pHŽï³Ï d‹0²(´3Õ ø†³§õC9+öÔnX ËüÔ©¨ k#»”6üÐ ´ñ¶,ÁWŠ‚ÄR×ÿÀ•ÀV³9ñ¢è­ðÙö¨¡·ÂW3O3°ßï<¸žÎÒõzKë¤õû%шÄPZK+€Ùf ÅÀZÎÛ‘ÃZj +&O ½ó‡Íƒ‚„””ôvmXD,žc™£>‹ãÀž– å;ɾR :–2±,œiO±¯Â¢tó“¤ ËxP½_Jý›a…2Nz·9žBZаì ÏìÁN<#@zGQø…¡wáø•›gdpõû §~§¸CýgZ¿Ü¢¨óL¢xÊ ê3?†ByÊʬ6Tç6‰;[.Q€ÅãZpC þŠ…P npÜ?ß8w9C0Äk;dŠ«±âs¨°|Õz7, +3?«ZwC£ke,çQ´q8Gn&5Ø€*?"¹™P ¼=h¹1@>Ô†“›Q”qÝÕ(|ÿKÏòéuu>CŽîÁU‡2ÐW!1X5(îüÝ\ðH›?cwà“Èé(”hû +§X[RÝW*í¶u•¬ðý bQK­ +endstream +endobj +491 0 obj +<< +/Font 1127 0 R +>> +endobj +492 0 obj +<< +/Length 886 +/Filter /FlateDecode +>> +stream +xœ½˜ÛjÛ@†ïõ‹¯Ú›ñžF)4%-”ô¢`èE)ÁµeG‰-ŲDHŸ¾c'¤14Ú]E–M Vœý÷03ßü»M(Pa¹O8ùšPr“0J¾%?J‰ÐÄR¿°I”rÀ¢üùÙúÅ3¡÷I‹ñ¿Ž?ýûþuò#)Pfÿ®VÉù4fÄþqºLØá9#’ã 0œ#ÓÍ~Žø"Óùóo÷É;òøJó:Ûb¶ÉÎFe•-òy=Y_7Ùhüá=™Þ$Ó65«Àqé\µe³Ëß›YUÿ 3 ãŠ"¦¨A„n÷G>„˜d@1ì:EG´w`5FG»X:^Uù"dÙ Z5 ÷iß6ƒt<¯fË:/V#j§ãµ:®²y~—… gçZ2}íi>6u9!³Ý¹,ËÛæŽ,ËŠÌËuYá +ÈË #÷y}MÖÏ‚TÙ¶É1:ÎF3Ó³×O¯®pÌ5*ž3HcN@R`¦žL£Ts £4*ÅZ‚”†E¦f ’#ª÷ K5(®¼9Ù³¬r +¢`È)+bJEUèÖh8XIòd5m"‘Þƒ¬¢ 1 õÀ²û°¨0êA+Äc“×Ó`¹ê'ä¢ÂFU3ê£À(á#Y8¥aà<ÏÿÀøé„«õl·ká`(ä¦`|Љ¡˜””lß®ŠIaAÄâä¨Qü²ß© ú*9Z–nµ\|œ*&4õÜA@U¢mòÀ²€ë+t9­tOÌÆQNN Уøüžlñç/dsÿ +endstream +endobj +493 0 obj +<< +/Font 1128 0 R +>> +endobj +494 0 obj +<< +/Length 900 +/Filter /FlateDecode +>> +stream +xœÅXMoÚ@½ûW¬8µ—a¿?S©©’JUzˆ„ÔCUEâp0¶¢ô×wQšJÁ»KBÂÆìÌì¾™7oÖ *Œ"÷ 'ßJnFÉ÷äç/BI–M,U`ñe¢”nåÏ÷/î ½]HZ¼‰ÿúÿêßó×Éd…f¶ïjžœŽ“á9#ðÇñ,a÷‘œg€¡cŒŒ—[ñEÆÓço÷ɲ{¥E/Éj²ÌOe•gÅ´å«E1¿®óUž7›<»l&Uýg0üô‘Œo’³q›]«Àqé\ßvøâ}ÛÕÔ!6³‡übkôtÑäa–n·˜è9BÉ€"D{Gw`5B©o»Ì‚V”öŽ$j@nKI¿fµÓÀq—=°J‡óªÈBÖÃ@1}pI˦¾kê§@òU–WE9ú½(§·W/¹šmã¹Z?42Y–ͪ>Ø +Ï0ÎyêQ:œV“Y]¬æ!Kj +Ëq@Òa•O‹» + gd),C½ÆÈ_ö3ð|1Ùlvü&ò”e]{‘ˆ¡NÉP­±ö‹ NI%èXâÚ×Ã~ÝnYPíN€´žŽâÌZd‡ÔÌbþPGÓ¢P(Âdÿ'*QƒÅRQfJ°®†f9J°XÊéÀ,ëDkF¤¨ÅüŒ`^ã…˜ñJ×Hb{,Õð· „w^ÅkÜ 4”í@¯q‰ÊËï7*Í×y.À5®•ˆâ¹’sÜ×FŰ%g¨Ëð +_Š+¾Qæ½&s(±bGlÝz`QvÅòK·hT]¾qDg|Êj,ÿ´í=ã•(±ü-ß{z ¨®ÇqpX±£ôn=`(ÉŽ›ûe˜G3űC Èýp±q ¼ícÜÐ%¡'oc¦ëÉ€V™MªÛWf»Òò2Yãç/ÓÝIx +endstream +endobj +495 0 obj +<< +/Font 1129 0 R +>> +endobj +496 0 obj +<< +/Length 891 +/Filter /FlateDecode +>> +stream +xœÅ˜ÛNÛ@†ïý«\µ7“=¢P©TP©¢H‘zQU(Mœ`HbâØBôé;N=„zwcˆÀIæ÷¬gö›· *Œ"÷ 'ŸJnFÉçäë7BÉ<šXªÀâÖ‰R¸Q”?][ýqMè:´x¿õ÷¿?|I6(S¿Šer:I†çŒ8À7'‹„í¯3"91ÎÃcd²®ïÈdöô×}ò†2žÓE™m–ïÞ’ÉMr6i +h8.k +ˆ!—E6 g$Æo‡³2]“Ítž ò"g³r4Ÿ·çÕ._VÓ¢ü1†jª71ÅÛúùõ%(P¬£ÆÇý_Á‡ô"[^—§«* Sã¬Æbè-=fA+Jû«j@Ö}Ý“žv8.ho£±)ö_»‚i#hç¼ûÇ0pÑšƒÂMÑWã¼*ïªò1ƒt3O‹,}_å³Û«:«EÈÕvŸÉH ÈtW›òd`$(/ÅÀW(ãaÄF«%†ÍÕT +ãa‘β»4$3`%Më>þíqÞWe>"gÓݹÈóÛêŽ,ò‚ÌòU^`ä`ÑÈ}V^“ÕÓBnŠjP\5ôs‘n« ËídP3 Qå¬è®€§¬ŠõêiÉPà)ÃÁZÿm8_¹Ò°Uš6^vG[QXÎú5´NWíöðX$*n'¶WH“i°<þ]iãhªYä(Б¶t„)ÇѶ˜º’6 œÖ &©ÔŒ8}TJJúgK¥° |ð g©dè˜ÍϰôÃ3ì\®¦»Ý:ã±'©íÃT ÷„ móšEpOX´B±ì94?Ö«´ ìª[îú-äÐÀ[éºÓ“è„b9ÓšjØ; ý¦¿»ì8Ú Xš¼DõV'íÏ‹OÂõ¸C{d^j(#ô,Ú ÿ‘@0”¸Aä…A0”ö»m &qeÁujï¸D?æi©$q®€{f ¶öîyDÜCçÔXëñ˜ã퓯žc0Çz¢€‚ ¬WfÑæÄrÀS®ó Óèr> +endobj +498 0 obj +<< +/Length 891 +/Filter /FlateDecode +>> +stream +xœÅ˜KoÚ@…÷þ#Víæ2ï"•š*©T¥‹JH]TUDÁ€ÀÁØŠÒ_ßë$J[µñ̘ !9ó8w¾9Þe¨0ŠÜfœ|Ê(¹Ê%Ÿ³oß %óLhb©‹?ØdJ9àFQþtmýÇ5¡Û†¤Å‹ø¯¿?ýþý*ûšmQ¦}VËìt’ Ïq€_N»¿ÎˆäÄXŽKçÈdÓöd2{zw›½!d\å³â&'Ûé&?¼oêrD>”ë²*¶K²*×w—‹fŸÏ/wÍ´ª’Û¢^‘u±\Õ§ë&*ß5E•ÏOu…Ÿß½%“«ìlÒÕ)#Á0®xG§ÈxVM5v!¤A-@u5†Í-«bÒ”âÀm;åÍaƒEoç¬Äá³zÔNÖy;W_î§j0 ” (.=;š w`5zâh‚Ì‚V”v.÷s‚ó»üâÉkAjÔ€lKñH£ÓNÇÙ<ša4–4Åê9ša´`œëÜCÒ +j +7º^†é%¨x-3n!ZR`X`>GŒË¦¾iêÇþçÛy^åèǺœ]_þ³íŽÄ€L7e³­Ov@‚FÅ-8¬»n£Œ‡­f ©'Þ4§œVŽ„ÓÙtG.Êòº¹!‹²"³pXôÉJ höçW/xÊp°hèΕˆžÒ ´éÆzô”¢ ѱ:¦à|†¥a.U>Q»u*a,‡ÃÕ+h3 –÷„~4ž5‹$~¢‘J'AÄÂ#•¶ÀlÜQ •´aàbOu©´5ÀŸÑ–”ô.w0K¥° <À9K%7Ð ªH’J†ÁŒu/RI… ­Ì9o¹žî÷ bž°¥|Š¡žÀ¢¢Ú‹Pè ÌÜVv>ä”ù±¬ ]XHŒA±¼9DO`òDÿ¤zƒP,ez3M°Ã^ĸ(ÆŸƒï„ëq‡éÇ(#ô,†ŸƒïDèŒG~D¤ÓSƒÒ¥;.1”U ‘î7Û@âBƒòð#Iœ+àž£Z’8ÅÐãñqßt÷DùûÄæ¦N¯ÇcŽY O>ŽÄ`ŽiLDþ3O(çúŸÆÞ òø5ð4È$ƯI_FZ(P1þå¤9Fž¾Àˆ!crbq‘h CN² %í0âÄžÝÒ( 8ÉîD)kŒB¯SÇ +ÿŒÃCPšIú%Ûá믟Úä +endstream +endobj +499 0 obj +<< +/Font 1131 0 R +>> +endobj +500 0 obj +<< +/Length 912 +/Filter /FlateDecode +>> +stream +xœÍ˜ßoÚ0ÇßýWXVe> Ÿòe^`´t‘/ï.Óõ2›/ÊtN/gÕß7Õ¸(ÓÛ¬\ÐݽÓe•öh‘nª¬H§'½€°´aë­ßZY Í* sÛ˜‚aL„k09¥Ãy‘MCÌq F3¬½Fsh0+ÓÕCrÜÆlRêœ=íÿy½ýßv»ßë‡øf ¨ºoŽïÚ87q‚;ô-ĸðtåßÓ»ôⱦƒ¼%ç¶³•ŸYoQ\Fsx£ÚR 8vè›Ô–°à°ª­×úæ $È+ß“©øh2Ì€ÚûhæUyS•‹I×Ó´ÈòÁ¯e>¹¾lDÄ@öèx•Wëò¤g{4dÚiØ»íU[ Û³©Z"€ª “xøüTÏÆÛ;z‘ç×Õ åD@6 *Í@aK˜½Q½êPÈj‰TcNb«±‡îç®V«¹+<À¿-SÅ,°tq~4Ü;8t‡r +d,ºˆÃJàö0BDSX%œo <Æ¢ ƒ$–M]Ä¡hõ´ ýÌê>J̓•#DÁQÜqou\1ÆÃ¶c\: Êú2…piQ-ú˜Žp©Qá)ÏDp€.ž/ÇÛí«d±T(ÉJlì9Pžc„(hK‚ÎO·PhKÞšrø\o{$$C©ÖxêЙkáP©%-êá×…šÿ@£%‹ÅY,xZZ¨FmÖ¢$ð¬P™ùº­#×Eœ)¸D›'®9Š:'ƒT06 =éŽ +p”;šÞ¶â(·¨}à ç(Ç~cž3¾6¤ð3®¥P 6öë”0—´oâŠá*† +2 ’ ™s]±œ‰¨ãÀA—3”cÈ ¨0Š1O½!Š¥˜ÿ¸£­ãhÔ[±çîí/Y£ÚŠ…RûQ( 6@µÅ7²Áß?]Rc +endstream +endobj +501 0 obj +<< +/Font 1132 0 R +>> +endobj +502 0 obj +<< +/Length 912 +/Filter /FlateDecode +>> +stream +xœÅ™MoÚ@†ïþ+NíeØïäTjÚ¤R•"!õPUNc+J}Ç¥­šzwÁ ìÌÎÎì3ï²N(PayH8ùœPr›0J¾$ß¾J&‰ÐÄR¿°L”rÀ¢üùÚâkB7I‹ñW¿ûýýyò5Y¡™æ^Î’óaÒ¿dÄ~8œ&l{ɉq:ÆÈpÙøˆ72?¿zHÞÝ-Í«lIV£evÖËV“¬Ì‹ÁE1¾»™‹Ç›lµÈgó*[e“›i½ÁçÙb´Ù hôß½%ÃÛäbØæ†Uà¸tî•Ý0 ㊷»‘öge> O Pž)¥E]Ý×UüœDŒ–E½ªÎz6pzŠ·Mº´¹”öÇåhZå«YÈ’ÅÄlËŸ´_fãü> ŽYЊҶHw£=ì}]ò¡X%zL¶›ŒÊ»§P­ëQYý$y5'Û0ž/ê¬GÊl]çe69ëU%¾ñŒM·„.œv8f|ûZ40Ó4Å̪ã#«A´³Ë&d×ÛˆõBòIƹ¸ª=بæ p—óÔhÇFÏâÿÏää1»zN¼ [’ÓÜS¥]O[pXx§ÍfÀ ¾N›?Tƒâªu‹éܨr +–çImZ ‹Ó·Ã„ÂLÖú[/ÐþÙž÷@™Ò ´ñ5 Q(SŠ‚ÄºÓÝ LaEíz³8”]Œ6äª(îê{2-J2ŽD[€gLƒåmÌŽÇ£ÂÖS3Þ^Ê1|”N‚ð³%”Ò +`6nJÝÀÎRÎÓ'×MÁÄR¥S¤%÷l¢!*…‹–N§ËQXÅmøšg(¨Øk.7• ýô9ž ö3@XT[^D…óWàBµ7¥N‚_¡Xé[Ý(ü +‰ÒÏÇËpü +Žúʤ(%¹ÝIÁ:Ó‚¢þòêù`Fr‡ÊÊx%i@—ú©‰UÐ>Í- ++í麶iP`íK¢}m*ÔW§R\¢®Š=M;t‚eU,pµÉðNÎ"l2TUþšëÖ&EåuâÂd–¿0ƒéÅ,ª+/1âðµï9(Ó¸·9Œ¢Ãú¦žã¼z1¡@yº§ƒÄãË4 pŒ£,kMÿx"2†ÚÌ—Þ1\dÅ–_ë„rÑ¡r +È܈F2îO ÔMž¾è˜æ5 +)ÿ9õÑÌ+”Qûb%^5*°Ýj–æz¬ññ §: Ñ +endstream +endobj +503 0 obj +<< +/Font 1133 0 R +>> +endobj +504 0 obj +<< +/Length 908 +/Filter /FlateDecode +>> +stream +xœÅ™MoÚ@†ïþ+NíeØïäTjª¤R•*!õPUÈNc+J}hÓVBÞ]p€(RpȾëñÌ<ónÖ *Œ"O 'ŸJîFÉçäÛwBÉ$šXªÀâ–‰R¸Q”¿\[üsMèíBÒâEü«ÿßýýü<ùš¬PfûUÍ’ëaÒ¿eÄþr8MØî:#’ã 0Ü#Ãåvø"ÃñËOOɲ¥E/É*[æW½|5É«¢üX”ã‡Ñ¼\<&Yõ0š6›|2š-²Íf@{¤ÿî-Þ'7Ã6}«ÀqéÜ¥ôøâ—Ò×Ô¥´n·ÙÓªŸögU1 YO2 ˜¤¾\J˦~lêˆ=’-ËfU_õlà½qVcbµî%í«lZ«YÈ’Ì‚V”¶¥JÚ¯òqñ˜,§Žl‹~º_íw¤Þ7u9 ÊEYáŽI³Úk§u“UõOòTÔs²(fóúzÑä=Rå릨òÉU¯®ð}ȶ° )DëCL#¦㜯ÂÓÀ$ÓšƒÂ&U°%† ׃}Èn·û² X/$—´b°íÝç”&¯§0;•ä&wþHNžó»—œ Rc r+ªëŸxƒTƒâªµz;–TNÀR:£¢•@±ÔΘ8Êp°6r€8QR3ÐÆ;3sK) +ËMŸÀ­Íøj)c^{¾D!KaUïçÃN¥p¾Ô¬ª‡u“mžÉ]Y>4dZVdƒ0ÿ¶¤“ Z Ai0ÛÞôc(( çŸB)(5KÆŽR:PÒ‹ô×RD,<ºSçh˜Žëéј” Í»ØS¦t,L:SN€´—zÊ¢5ò#æµÔ±YP—d݉+tNÒû؃é*$Ú&ƒÎCWl ½g Q€Mœˆá€½’Ç‘‡{ÂwîÀr‡–Ë´;Õ(r‹†Êk΃aÈ Ú¥XA?nãÔ˜¹B·tº%Œ”h˜bÉNSè—bÙs4é8WÀý‡]ÞC«ä?üêR‘¢Sò•Q§ŠÌ¡Qò×Y—Š­”]*j´Lþi0W K›zŽå¢puì &“¬·£hÅ„å™è"hÅz$OBoÓ+`WV«5Š' C·åËêôOþ‘(øHýP@Æ†Ž‹QÿCPè†:t(QÚRíПÐþ’¬ñû „ìÆ +endstream +endobj +505 0 obj +<< +/Font 1134 0 R +>> +endobj +506 0 obj +<< +/Length 915 +/Filter /FlateDecode +>> +stream +xœÍ˜MoÚ@†ïþ+NíeØïäTjª¤R•*!õPUNc+J}‡%©Úxw E +Ùw½ž™gÞY'¨0ŠÜ&œ|I(¹J%_“? %“Dhb©‹_X&J9àFQþxmñìšÐÛ…¤Å‹ø_zúþ<ùž¬Pfû.gÉé0éŸ3âÿ8œ&ìþ:#’ã 0Ü#Ãåvø"Ãñão·É;²{¥y•-Éj´ÌNzE™Mòq5˜Üeùl^.ê¬×ÿðž ¯’³a“šUà¸t.F-[M²2/¿Åøú²^Í‹ÅÝå´Þd“ËÙb´Ù h‰ †qÅ"®¨£+ÜnCäâ’ŰЮÎĹ«1ÚšÅÓþ¬Ì'!ë1 ZQꋟ´¨«›º +½Ñ#£eQ¯ª“ž ¼1j@n‹IÓ>Òþ¸M«|5 XQ; Oª)HÒ~™ó›,d9#À8טæénµ‡SúXWÅ€|*E‰;&Ç”­Ûò’­ð°vG¶®Geõ›ÜæÕœ,K Ø’æ °6¾üðÊl]çXØNzU‰k†Ü¦bày iÌCÆ«'SÓÀpÕÜ‚ÃpmUÙwàìéüÏ·Çÿíþôƒ*½f ’)ªÒw§N5(®¼©zuåÍ« UY S-ª¾ww«†ƒµ-Û‡ýÕ5m"Û‰îÔ‰ùª£.°#lbûKceÙuÝ€U1 –û»„°¾DŒ”UØLkæk¢0+áãb8f¥aà<ÝÕÿ0{6ÚÜ‘‹¢¸®oÈ´(É8 +»ûÒL#Èž¡;»R:P²ù£À+…ágU(x%GK—šq±ØÿJ†f‹yû‰×Ø • cu'@Ú–mI4›…Eï˧ÃÜ7– +ªß@P +…¦L¾‰Phçü{ôsLEöÞ Gèe^8ÙóEÜë2]P4¦ÞaHÓ¹Cci:³ÎÜ  ôÀ­u¾Ÿ6´pÎ\¡l²¹ñçÍ¡/àcÎú=?êB ιîéÓ"ÛëÏÛÓ‚ghèbv‰Sôsžh>˜8shçü»ŽàÌ,Ú·Xuv«Ý[·ã‘qÌhê™öN\¢Ù‹íJ; +T·Ã’qŽîÏŸØÁpeL ÈÕVˆm;›f=©wˆEX‡nÒ“§1³iôz¾Iw'žùoCæhÀ“b?ǬÀú¢þ_Ü~KÖøóÏÏZ€ +endstream +endobj +507 0 obj +<< +/Font 1135 0 R +>> +endobj +508 0 obj +<< +/Length 915 +/Filter /FlateDecode +>> +stream +xœÅ˜MOÛ@†ïþ«œÚËd¿?¢P©´P©jH‘z¨*”&NbplâØBô×w ˆ¶¢xw!ADÄ1;³ë™yæ]B +£ÈuÂÉç„’‹„Qò5ùþƒP²L„&–*°xÃ6QÊ7Šò‡kù_ׄn’/âýûéÏý›ä[R ™ö§Z'dzd|ʈür¶JØíuF$'Æ`è#³më#¾Èlñð×uò†´¯éºÊ–ïÞ’ÙEr2ëZÎ*p\:×½.˜Õé–ómz4J‹eZeåäg^..Ï›bSæ7çi‘gëMéò|Õìñ}Ï÷û ‘qˆ#F‚a\ñƒ;¢¨ƒ;¡8pÛÆI„#e•.³E=YÞ¤_ZãÇy“Ž‚¬IƒÕS¯°mîÀj ǃ;Â,hEéᣑm:°Úiàø`¢òEÁ‚E±Nøêß8°j#À8ç-€Ó²©¯šºÏÎĈ̷eSÔG#¸IÍA!ºÃo:^TóUë%ƒî8šŽ«t‘]¥!‹q Ó£ë!LïV»?°÷M]Nȇ2/+ô—ÜŸØr^]ÞÕ®™Wõ/rÕ’?T/R¥»&úv4ª+üà3`°O?ÏýQ Š«îôŸFœ¾r +Fí0ÐVVÅíE‡»£ÿˆ'ÚüÙí¹aBÖz[ÁÍjÚD¶(˜U$²H¿ +‚•À~1ªÊ°CÌâ»fôuÍ2 –Gv˜Å^[³ÈÞâùf¥“ ø2´Y+€Y_ßLIi¸€1€’j~>JMÁ`nvGn¥t d÷sŠ ¤ä(Ó:ú|<™ïoÈ—²¼l®Èª¬È"Œ—î0”y¬ëÀžfnÈn©íR /… mÅ£€),Ê©X„Fo`ß*0ƒ¨Ž+ñ{ P\ÉÈ®a`$ʪ¾Ä‰fª¨™môß0GÙ ]`‡Œ9Šê*vŽ1¬ Ü¡–2C(×þ.XÔ^þ±F0¹¡À<¬zEs…jÐ7£ˆ‚1—(â<™cÎpO)Wo•½O­†¸ÆPÊù$†œœ¢Hó‡{(9™Cñ;‘{¢}ýÔžYPåfµW,ªžoU£ë¼ˆUÌ;YëÍD&Q|u6‚/²G¡@ 4°ˆ°ÊQzõ¢÷·ÊPyÅòæùV) +4¯"ÚªCæOÓ`®”`ÝaÖzÏ`-oZFQM¡$ô¤Þ#¨%;üý Bî? +endstream +endobj +509 0 obj +<< +/Font 1136 0 R +>> +endobj +510 0 obj +<< +/Length 932 +/Filter /FlateDecode +>> +stream +xœÅ˜KOA Çïû)F9µgÞ*• +*Uô€©‡ªŠÒd I6»BôÓ×J_0LBˆ`“ØžÛ?ÿ禠@…Qä¶àäSAÉeÁ(ù\|ýF(™BKXüÀ¢PÊ7Šò§gó?ž ½6$->ÄoýýßïÏ__Š%ºY¿šYq4,ú'Œ8À7‡ç»ΈäÄ8 cd¸XLj?d8yúë¶xCÈ )'ÕuI–ãEyØ{ßµõ9¯îÈi]_u×ä¼nȤž×Mµœ‘nyQÏïFÓqs5:ïVåt4›W+r[µd^Í.Ú£yWöÈ[2¼,އ¾Ð¬Ç¥s/†Ö”7]Õ”ÓÃ^Û Íw6øâžå’Á¤Ÿ·¸˜ƒZ€òCs³¦šÆ˜R¸]¦×¬ÚrñxårZ6U}ð}^O®F/lþí‘~L’Å,ó%ÃŽ#à¬ÆCß_Ì‚V”z3äßjLÂjÒLïÊÓ§òF Èu_Ø×rµÓÀq¿÷—tËœbIî/é´`œó4šG 9(ìÜII·Ýƒ`ú‘­LK + Ë8”Uƒºk¯»6iA¢GÆ‹º[¶‡=¹6nÁaIû3lÐOhûš0^_Ê úÜŒ0§œ5á¿ {=^µ]S>îÓM7nÚÿ7–ÊJ XÞcL¡¥2¬õO ÄTš6¾ ÁÓ«÷ìd½eg÷;Õ±•¢ 1µõkú8ý%1"×!VÌÃ\ùTLƒå‰cGî +qTÖ,qÐÈô)‘Ê™\ŸV³iF®KÃÀ¥N‘¹>5N4À¤t dø¨|{®)o@/),ˆjé%9Š>?mâÙ%©€D’‚Œ‚Y8.áHëÛ·t +‹-œ +¬ªC½=–‡B¡z’^ûÇÈg“6r†¥S*5¶è^ –òÞìÖ=G%µ)Q’™)X†fÌZ&E±”wK‘ãž;TJ&K¯f¹·(“òî'²ÜÔUXÚ•{…Bj{*‘KQû +åBƒb¡ù! ²œ+ài/³œ¢t +$~‚F|þR6ˆÌ¡ D +™E}fX,™F霞"†Ñë ‹jÍ «„¦^©eº”¨ ‚é»]—B +Ý l w¸6©ÔÉ\ Cå”JšL—•SĵÙ]:ÔM©cžGƒÊjÓ«…Í> +endobj +512 0 obj +<< +/Length 919 +/Filter /FlateDecode +>> +stream +xœÅ˜[OAÇß÷SLxj_s¿lRmÒØ‡&$}hCaÁU`qÙ±Ÿ¾gÕ¨5²3³,1‘çœ9—ùÿÜ&¨0ŠÜ%œ|K(¹N%ß“_¿ %ÓDhb©‹_X&J9àFQþülñê™ÐõBÒâCü¯ÿ?½|ÿ*ù™¬ÐLý.æÉé(éŸ3âÿ8š%ìá9#’ã 0tŒ‘Ѳö_d4yþí.ù@Ȱ_¤“l~úHF×ÉÙ¨i9#Á0®xÓr«‘Õx™žô>We> gãÍ=¹Èó›jMfyA&ù"/²Õœ¬Ç›²*ÒËYµI§—óÅx³!wYyEÙüª<]Ti¸¥¨­.ém•éô¤W¸^È6në¸oß&NŠñ¬ÄM„,(PÌoSê%çE6 YŽ;°šK×¼.˜•éò)éjšY>ø³È'7—ï~@{¤bYЊҦ"Ø£uj@Ö­v ãÚià÷ÆÂxk=ÇÚË&å`zŸ^> +endobj +514 0 obj +<< +/Length 942 +/Filter /FlateDecode +>> +stream +xœÍ™KOÛ@Çïþ«œÚËdß(T*-TªÚR¤ª*r'’88¶ýô<´4ÞÝÔ@HĄݙÇoþ››„F‘Û„“Ï %W £äkòý¡dœM,U`ñ óD)Ü(ÊïŸÍ=z½´øÿëÏWï¿L¾% Üfý]N“ÓAÒ=gÄþq0IØæ9#’ã 04Œ‘Á|m#~‘Áèþ·Ûä Ù~õó*›“E:ÏN:E™óQÕ[¦«ª.³³Å,Ÿ^VÙ"Ÿ×«lüi–®Vî»·dp•œ šv· +—Î5ïÞïNË|²ž‘`WÜãM¿¨«e]íÜÉã¬Ì‹ÞÏY1ºîœf^ 'k·†Óµ_=Ñ!鼨ÕIÇvH—Z€j´¨ß•é¤ÊÓån×Aß¿d¿[f£|™…,ÇXAhZn»Úî¼Þ×UÑ#géêŽ|)ŠëzI&EIFŬ(Ñâ9@r›W—$À.fA+J÷Çr³üé¬Î:¤Ìnê³ò¤S•ø:Ämj@®+²!.ýˆ¨h§ã)6Ee½d`&k¬ Š™U—q‰LòWÆ9_ÃÍAaóU÷,Q <¹³¯gŽï²/÷y´—¤À°>=‰u ¯¹‡ù +r’0ȽW“Tƒâª¡KËåì/oˆ•@±_ø:a(Ô•á`­D9.Ô•f ot‰»R$Vºnì +Ëu;ÆýÃß §åõî´nê´¬~mþOü˜Å4X¬˜ýá E¸ÂqW³æÉ%ŠáÒI~Ô…2\Z̆‰ÝÙÄ£ßÌÔ›ƒ†4 œi:àgÚWS0± jc_é@ÉÈå`KaAÄ¢§ /9 +µ¸îÞÆ® {˜R ÚÏÖ÷N€´Ç®°¨é¼4 g¦À@µ7]Bù¤ûK¡PcJ_8£`)$ÊCÝÂa)8Ê7KRÁ{à`Û½ÿR¾‚¢ óÜDa“;Ôe¦5éË-Š+Ï…Dà$û4wgXnPtÅ2¥mÊ­H•Ù¶ u–ÿ~®%´rZ*6m{Ìðvn;·¡€òèsÛ@QtùkúYm`%Ö 7fQ“yÉf¦ð€ññXdfØd¨÷Ú2ŠÌL¢Àó”q™q%¾ëîHûè"z?JLc(ð‹$Ä?ŠrÍ'›bpìP†dlèG*(®> +endobj +516 0 obj +<< +/Length 928 +/Filter /FlateDecode +>> +stream +xœÍ™ßoAÇßï¯Øð¤/ÃþþA¨‰ÕVcô¡ ‰Æ„®Ž»4õ¯w(X«iowá +Ò4)Wº³³;3ŸùNW *Œ"· 'ŸJ®FÉ—äÛwBÉ(šXªÀâæ‰R¸Q”?<›=z&ôf!iñ!þÕßïþ|~š|MhfóUL’ó^Ò¾dÄþ²7NØýsF$'Æ`¸1FzóÍñEzÇŸn“Wdûêfe:'‹Á<=kåE:ʆeg9X—U‘¾7—Õ:}˜ ÖëVûÍkÒ»N.zuf­Ç¥sG6k$Æ?²Y-@Ù¤âÀí&2ŽkV2 §žpê¶'E6 +Y;°ÅãF7¯ÊeUîüH£´ÈòÎY>¼éï¼éÐþxãO²q¨#Zd0Ï«EyÖ²-ä³ ¥õñÓm‹Á¸Ì“%©¹© ϯØmé0[¦«iÌ+Š^wþÝíj»³z[•y‡\ ÖwäsžßTK2Î 2ÌgyçÜfå”lÈ0ÎÕ$ú,›LËóY•¶H‘®ª cð¬Uø>Ä_ÍAaÉ«½nÄuhÅ þ66 F¯–FoT/ ‹XÍ-8ŒØ¨úÞ𘃊ªõ ojP\yòö™j8ºK??Ähˆ5åLÂÓù«¬ŠIwÂÀS†ƒµ‘EÃ[Ð ´‰l2Þ‚¢ ±ènA`ëè+h¡×¤ +2_5iE±åñP@*”QûŠšÇ}iø¿:¤Û„°ù×âU²Âï_I"÷ +endstream +endobj +517 0 obj +<< +/Font 1140 0 R +>> +endobj +518 0 obj +<< +/Length 916 +/Filter /FlateDecode +>> +stream +xœÍ˜ßoÚ0ÇßóWX> +endobj +520 0 obj +<< +/Length 939 +/Filter /FlateDecode +>> +stream +xœÍ˜MoÚ@†ïþ+NíeØïD*5mÒªJ‘z¨*DÁ€ÀÁØŠÒ_ßq‚’¶I¼kc ‰"‡ìÌ,ïì3ï®# +TEn#N¾D”\EŒ’¯Ñ÷„’I$4±TÅ7,#¥p£(|¶øã™ÐåBÒâCü¯¿_=½}‹V¦üÎfÑé êž3âÿ8˜Fìþ9#’ã 0LŒ‘Á²Ì¿È`üøÛmô†Òg£iž¬fïÞ’ÁUt6¨ZÐ*p\:Wµ .9Ë’IÈrF‚a\ñêåpÁ$—d5ZÆ'4‹'É8ï­Òüsº¸;[-’Ù†þÃjÛ-{_äiœ6wä"M¯‹2M32Ni†ß’Û$Ÿ“€Ä¨ÅUű°x<äH¯‹•yÒÉ3|P·r +Š¿-ì*+¢š=­Š]e8Xë þíÍšb¦a +Vš6Þâ ©( +µ¯ÿƒT„¨QÏŠÛíyüª™ËkÎ%{JgmÍj-ûIE: ²ƒ¤b0[oœÙS&†ó°Á|—š‚ñpï|—Ò’¾Ï¾ᥰ |H'¼dh™g`xðž}2Ê®·Ûµ.FYþëå/r8 /*AW3”å ¶zÃjÁ\X4~ä…Â\`+PÝŒÛ9û#nýý€}y¿ñAÜ +môŽ$íÇ•hèêòª¸­œÿæ£%* ŽÞ­.Ú¨’\GÚŽW!Mâr‡ŽÎìæŽŵhÙv¼i× ³ó¢$œ˜\Ypþ« `>;ú ’K´šÞþ¬…J.Ð$úØŽJÎÐÄy”ÞÌ ¿‚΀”(ÁÊ&ØÉ3‡æÎ§õ:èd-š:¡èdm–g +hŸk8p”eØH´î5]ëIH´^©ï? ¡@ùo9ZB,V ¢.xZ/™¡£ªK¡Ö“ h¦ÌÏ^“phÀꎓmç`ÐmµtÒ8öÌcZ`}}0LKÖÛâ/Pú2ZãÏoCE‡± +endstream +endobj +521 0 obj +<< +/Font 1142 0 R +>> +endobj +522 0 obj +<< +/Length 932 +/Filter /FlateDecode +>> +stream +xœ½XMoÚ@½ûW¬8µ—a¿?©Ô´I«*=D¢ê¡ªNc+J}¥­Þ]cE +™y3;3oÞ® +TEN¾$”Ü%Œ’¯ÉŸ„’I"4±TÅ/,¥p£(}¶øç™Ð[CÒâCü¯ÿ?ýýþ<ùž¬ÐÍö]Ì’ËAÒ½fÄþq0MØî9#’ã 0ÆÈ`¹Åˆ/2¿þö˜¼!¤ß-Òqö¾{KwÉՠΜ‘`W¼Îܳ5²-Ó‹ÎûªÌ{äC¾È‹l5#«¼ÎóÅÓp2*î‡Ój“N†³Åh³!Y9'‹l6//UÚ!Eº®²"\t`iê ¤²@{!Á)Ün³}88Ò£i‰¡„” (žj]ò·&gE6 1ÇXÍ¥«7‡³2]¾ä?Çf㲇‰ÿŒyÿˆi¿ÞfýÓ6énˆ[fA+JëÎün©¹m©³zÕNÇ×ÖÀ!·“§ôæµ€ƒ¼YÛÉS ­i‡¯3»Õί3’V Î_G’Ã^mTGG¸åöªoâtGŽf ¯RúyU>TåKéj’YÞûµÈÇ÷Ã#¿':d´Ì«UyѱÕ ¸òÌ¢~7bH+§@`¶CÊp°Ö÷{òj´y"7y~_=i^q a Ò 4žàá#ÜKº¡¤©‰…®Û"M%pòtk(c*l‡çý)¢ C«—†•¬b,÷.§Å€‹£f‘›Cˤ“ š’N4³J+€Ù¸©ßvÀ†óo§Å )˜Xjƒt däÁ·AX> +endobj +524 0 obj +<< +/Length 924 +/Filter /FlateDecode +>> +stream +xœÅ˜ÛnÚ@†ïý+®Ú›aÏD*5UR©J/*Qõ¢ªNÀŽ­(}ú$JÒÞ]ã¢HÁÝÙÙö›7 *Œ"· 'ŸJ.FÉçäûBÉ,šXªÀâÖ‰R¸Q”?>[={&ôv iñ!~ëÏwOŸ_&ß’§Ùþ”‹ät”ôÏq€ÿͶ{ΈäÄ8 cd´Þƈ/2š>þu›¼!Û×°¿(³Ù»·dt™œšÆ³ +—Î5G†E]]×É'ëô¤—æ³´ÌŠÁÏU1½çE5®óe±ºÏë›t6ÞÔ“²ú5=2Yu^ôlôC¢1 ãŠ7F3ìOËɼÊòEÈZ€jnØ/Óiv† %PÜÔ¦ÜïG{ÈÓûº*äC±*JŒ–ü“¨ÅjrsCn³jIVÙbY®ê´GÊtSge:;éU%¾‰Œ;°·±)oج1 ZQÚ¼dª2j@nË©Ydd˜Uéú!wf ›VLÚ×]Îη)û¸ÍX/DKÚià˜{ÔI±œ( +ØSžOjç¼5üßIgwéÅ£ô‚fÓžZit¼DÅàØú‘ÖÔqõÃ-8¬»ãê‡0H¥Vúi=)Õ ¸òž0¡ SNÀÊë’c»ã¹Æ”•@±›¥…1e8XÛÌý”)EA¢¸u$ÊÎ&7wä¢(®êk2/J2D[@d;§ý»ÏF…%ußsuÄFÅ4XÞÜD°Qa¨™‡ÝW_pi˜Z¥“ bñÑiV³q§{§óÎÓ×uÇO©)˜X®tº\é@É×ÜoaAÄò¦Ó8š(/*^nz†ž‹½¦¨íåS8{… ­C_a9ZoŸ£‚¯À‚êFÁD°WHôV …ÚÈ4ßÁ5Í1aϽw ðbE‚l¼ ˆg¯àèÁ|l‹a¯`žª ¥® è™¬§+ðö¼gOéßµ¿_vÉÂwh£Ì¡öô,Z*ßÁ‹`Ð`År¨5v¹Bgu¨…> +endobj +526 0 obj +<< +/Length 941 +/Filter /FlateDecode +>> +stream +xœÍ˜ÛNÛ@†ïý«\µ7“=¢P©´P©¢H©zQUQš8‰!±‰±…èÓw*¢xwCL'ìÌzÿñ7ÿ¬ +TEnN¾&”\$Œ’oÉÏ_„’I"4±TÅ,¥p£(¿¿¶xtMèõBÒâEü¯§=|~žüHr ³þ*gÉñ éž2âßL¶¹ÎˆäÄ8 cd°\çˆ/2ßÿv“¼#w¯~V¥K’–éQ'Í'i™½ß‹b|9Ì‹jXçóbq;LóE6›WižN†Óú®êQYýéÑé~xOÉÉ )«ÀqéÜadc$Æ?Œl´ÕœI¿;+³IÈZŠ·kÝ4ï¬_ÔÕU]m½5Ñ!£eQçÕQÇîR2 (ôf=ö»ãr4­²|²$w`5ªªaÉ~·LÇÙU²5 ץܰÚÝbÿnÛǺ*zäS±(JL˜4Þ·Ùbt}Mn²jN6o/ê´CüIi§ã_>Ð2]ÕY™NŽ:U‰klTc1R”ãQô#BÆ9_u÷E¬5…»¨ò,ðd㪇§ð}s'gpº>‚/ëè„HU+Í:h5º¤ÀPÕ¾n->·àõê ñ'·éÙ½¼ƒ¢1A†]î–jP|ÍßýÄWNÀZÜWx+báîKlÊp°6²KÙe|Í@o_Ì_¥(H,^Ý7Ù¿J`ŸÙ¬²(ö*|JÜ5¨;a¯ÂW3Êÿß“Ñõ-9+ŠËúŠL‹’ŒcaìOM: ¢n€ci0ÛL›KÃÀyû¬`KMÁÄÒ(Zϲ””ôöo”Œ° bÉÕZ2ÝÞv‰F¶dè娡H‚Jбk+áH{ ’­ mo” >•¨Žhk¹(´Ò+™`æ iA{P¸æãÓ ¤wè…}ÁÑŽú8Ž}AÑ8zÆ¡ž{2*/Ÿ )ž¹í8û3ã=¨iòÝ¡€çݤgJExnÐ ú)Jx®Ðï½Öî~Æ›¿i½Ï7·>ˆ#\¢õ‹ î&²@ÓK°ÝDæ +¸R²#Rs†î.`ØÂ>)úºÆòi+2sèè|åÖNd‹ÞÏÏ•6"k4w¯¢l´q<ÇR&5Ø€Ê dé3&lAQ&(o‡EQÜ öÂ)Ê(Z>GÛÖ<¿@UR}cc1¼Ê54‚¾–+j‚^.@Æ¡S 4c;3HÏ5jØ9#OçÉ +¿ÿÿ}d +endstream +endobj +527 0 obj +<< +/Font 1145 0 R +>> +endobj +528 0 obj +<< +/Length 930 +/Filter /FlateDecode +>> +stream +xœÅ˜ßoÚ0ÇßóWXF”ÜFŒ’ÏÑ÷„’I$41TÁ/,#¥,ðXQþølñä™Ð»…¤Á‡ø_Ï?ýýþ<ú­ÐÌî]΢ËaÔ¿fÄþq8Øþ9#’“ØÆÀÐ1F†Ëø"Ãñão÷Ñ+rx%y•-É*]f½l5Éʼü\ã»Ñª¨Fõj^,F“´¼Mëm6mê´¬~ hôß¼&ÃÛèjØä†Q`¹´6Ä¢Ì&ù¸L²Oùl^].ê¬çe-–3®ø™7­¨3» 8p³K óº!PLïsg!·`4¦á™Ý`´¢Ô‘žIVæŸõh rwù4ï*)êj]WáÛ=’.‹zU]ôŒßµÕÀ1ÎÍi—ôÇe:­òÕÌgI¼A(ÖtS +%ý2çëÌg9ÍAá]ÚtÉaµ?{[WÅ€¼+E‰“ã›-Òí–ÜçÕœ,¯,Rf›:ÇËì¢çá˜bÐt–U‰+úlPR`˜ëG„7`1k5œx&­f1Ĉ¶VDÀàÝÇþ=†þzù»À{ÁAS Š+WõuoXY3øävj­£»b¯Š9Øpt²MÍ@Ç-[ŒV$Vš>¹aMãéÓ ïCOzjÃLƒáÎ&› +»iÍÜÝ@87÷hMi%¬Ôf‚°)f{ƒjJM!v@å5¯ÒíùTwõšL‹’Œ½)êá“´ dSÐŽ’Ø—£R.N…pTrTd®²õ¥¨d¨«˜ƒòm:ÚC +{6´’JС„éÜ aHØQtï…AÅÕCÁ´1 ++î·¬PVɳ¿DUʥÅBÝ{ÁQy í?{Á\·œ/ª{Œ1N‡jnQ?Æ*\nPù9¦¬æ +õZóTÀ)p×鶪ËìÙ8 AÝî™êá™Dé×X#>Û(ã\ä á2ç +¸³ùò&3g¨ºB'oOÚä/‡Ðï{ä›}ཀÀ)Ê/g^vn–Y_¡“µÌ”^¡äi [¦Qo½`dÑv“XÈÔ9LëÞ¬D¹ÚZv`V(Pm§/0ËQz¾\Cyæ.WoP2ÊÀº¦~ > +endobj +530 0 obj +<< +/Length 923 +/Filter /FlateDecode +>> +stream +xœÅ˜]OÛ0†ïó+¬^m7§þþ¨Ê¤1Á¤‰ICª´‹iB]›–@›´i"Ä~ýN 6¶Øn¡B¢i±_Ûçœç¼^'¨0ŠÜ$œ|J(¹J%Ÿ“oß %ÓDhb©‹_X&J9àFQþðlñä™ÐۤŇø_¾{üþeò5Éqší«œ'Ç£¤ʈüp4KØî9#’ã 0ÆÈh¹Õˆ?d4yøë&yCNÊñ¬Êòù»·dt•œŒš´ +—Î5 ˆCÎËl2œ‘`W¼y80«Ò%ÉÇËô¨—æÓ´ÌŠÁE1¹¾È‹êb5ÞTu™^ÌêM:½X×ã²ú9 =Ò‘ ¨§W¸Ýžqw$ŠÑ×$K(ÊtšMªÁô6=Ëæ—Õñ¢N{A³qVcu¸`fA+J»Œ:j@n+Fg +´ÓÀñ: <Å„böG^ˌ㜷žõ šÖi_h ‹ºZÕUÜšDŒ—EWG=¸<ÅÀeÃ~Dý×’ÃìmŠša¿L'Ù* Ž0H¸¦íÞv¿UïëªÅ¢(Q1y¾WóÅx³!7YuI…‰”éºÎ°dõª߇H£WÍE"Ê)ííSY ã6*}mܵ/w›vºÝ³Û- *ÞÊp°ÖÓO´?«f ·éh{VEAb¨ëWÁ¢ØFáàðr{ß^¾ê¬Lƒå{vûÏŠ½³f‘]ÇÁ³J'AøéÒö¬V³¾Þ"iÒ0píaÒvez¢IMÁxÉ4)(Ù|JL“=Wc*ÿ‹h'ãÍ-9+ŠëzEfEI&±„ ÆÐ»±¦­‹§¤¤´C1”N€´ÍA&…E{‹Ž°Ø ì0¦Õq¥½] + —ŒìÚU Ñoí šh’ +ÖÊEñ’ëåh­baÓ®Öa¼Q´TmßhD)àM˜iÙÚÆ)°è»ü—Á æm—Q¯Ç`®,¸Vm%—è=9`ÎpOßl+Ó|GÙ4Ç{jÇ÷ 0ghÚS#žÀœ¢%ó{ ™C·»¡Ë,Ú¨Xü<ïOOaןïÎ L£µò\2¼°L{×Ö®‰®«±÷kÁL(P‡_N²^ŽÎ+Bí*`èÂb!Ô®ŠÆÍk•^RC¯ÖiêtvþÆ3üvׂHãP +ÿ,{ Y¡çô¦wœ+V`=)üŒÈçɪf +endstream +endobj +531 0 obj +<< +/Font 1147 0 R +>> +endobj +532 0 obj +<< +/Length 939 +/Filter /FlateDecode +>> +stream +xœÍ™]oÚ0†ïó+,®¶›ƒ¿í :iÝÚIS'­Ò.¦ 14-UݯߦvFl‡„B*Ú¯sŽÏs^÷>¢@…Qä!âäsDÉmÄ(ù}ÿA(™DBKXüÂ"R*nåO׿]z3´xÿêå»çïßDߢ%N³ùÉgÑù ê^2~8˜Fl{ɉ± +b.㘠ø ƒñÓoÑBúy2NW YŽÉYç}Yd=r1Z?’«,»+WdšådœÍ³<]ÎÈ2+†«Ñº(ód˜,çéì¦H–Éd8-×øz_ŽòâyK·ÑÅ J—‘`W|¯®‡´¸!ÛñÏçeÒ!yr_¦y29ë9¾ç1‡ *ÖMúã|4-pU>ƒ)ÜnBQ1 9ËÓ‰Ïp’Å€³êápÀ´HB“,'Ižf½Ÿól|7ô‰DvH×GÁjÌ“‘Ã,hEéþì8®j@nvw€š S5½Écrõ”Ä>“éXÇH8íXk×X@(nÔITm˜8®¬gÇ”£9(,É'’¨Z1ÌÓÅH + kŠ«bv=K¦æb, +®Lìge±*‹úë2Zdå²8ëXÏ¥29]•ýno4Õ ¸ª,ýîŽÜÃ)+â¶© +Æÿú€~ÜŸÍGë5ùÙ² ‹ûgLñ¯4mª[ž ô+EAb"ëfЯözµX‚1øº ÁÅs.7ø´¹ÿ^xQ¸‹v-åk `,ì|€]´f½NmœËX‚V“Ë•V³õš—Fæ7 âÐN·Qš‚qs¨E2%_3„áÄ“?‰%7Àœ%¬>‡·4©aÉÐì2W¤ƒ0,©íâ¦?†…Eé`Sƒv|‡eY¸G©®ˆèáf\(t˜²úFQYHôˆnùR÷HÇAÉAÍó.©={gÁц2ª=5¬5K¦ƒ¢ùsŸÁ4Dn£·3-ñ µs‹Ö®Íš05½](ÒÚS£Ð¶è{ÃÄHô‚'SH¸@éD¢?ú9WÀ=ÚÙãß3t¸ÎâNÑ:*@ü™Eé@ ·ŸŒò»—‡îûí!M£'­ì}9Ïp/R×ñeç™D¿è‘Áž Ì„åhè<šñxû·]øõöæ{¢.¾œš¡ eYCSSôuíW0´côz®.³u4y‡Ÿ«Ô™Y£» ý‡A33+ôî­ÙÆÌRms_G÷øü xÉû +endstream +endobj +533 0 obj +<< +/Font 1148 0 R +>> +endobj +534 0 obj +<< +/Length 935 +/Filter /FlateDecode +>> +stream +xœÅ˜[OAÇß÷SLú¤/§s¿b" +&FIšcLSÛ¥,´]Øî†à§÷´UD…¹,]ZBB—vΙ9—ßùÏuF +£ÈMÆÉûŒ’‹ŒQò1ûúP2Í„&–*°øE¦”nåwÏæ÷ž ½^HZ|ˆßúûÝŸÏŸgŸ³%šYÿT³ìh˜õOq€ÿželóœɉq:ÆÈp±ö_d8¹ûë&{AÖ¯AVÓW/Éð";úÖ³ +—Îù×#ƒ²©¯šš,Ç‹ü°—/§yU”ßçåär´,ëÑÕxU7U>šŽ«ËÑY³Ê§£ëf\Õ?DŒe³¬{¶Gú1> †qŽ> ú“j|VËYÌ’Z€ò,7èWù¤¸Êc–’ (†ÖÁvµ_§õº©Ër<^Ý’eyÙ\‘³²"“r^Vè=ñ¹)êsáw`5òQ¯æÅì¼>š7yTùuSTùô°WWø>fÓÌ‚V”zC2H 5 ׿OãÈ,ÖNÇÍÛ@“AQç‹ILã2Wc5QÌÜ@uvï‡`œ Vuç~h +;œ¿’ÿñ£ÄÌ,&õÁô6ÿp—³QÖƒ`Ju¿gIa%î=¹‡%»÷\d 2oï¹H5(®ü-ìüPNÀ±#€++b¥‡Òí9® kCCJÀ•f NI€¸8Ÿy‚þ&@ìÙ|¼Zmý l#ܚݷy lÅ4XîŸR’€­pVÕÌ7`$[: "•P¿É€çÿi{üoñôOÖ‡ÿn}öQ”V³i˜ØaÃÀÇŽ,k +&I­1,¥%÷ZaA¤¢f7–9ʲPOïÂ.CùÆZFöi–©ÁÝ[N€´Á(GTXŽZ½ ¼!B € +lTò)‰ŸB¡>”þp%ð« dàÚ`"øR#œâ¨½ˆz’̘ +ŠúÌú8ŸSîPf™.äï6#'[nQyï žÇ ƒ,•?¸¡P%ÊÑÖÌåEVÄ5^×{¨±RqÔ\ïäú#Í †Ò,\å»AQí¿;0‡ +.Ü¢±Í, Ú3c›iT•Áù3‰Û » Ül&p› *0µy¥ïÿwÓ·ù|^Þ´*6 +¡úHÁ*c(홋UFQ°µ•M›ƒ:ÝœSTw(Ñ"²y'¶ +4ï-Ãmi”d©7ó÷0øe›]q·NÀÚJ¡Ô]I¶­øyØÖiv¿?²]> +endobj +536 0 obj +<< +/Length 902 +/Filter /FlateDecode +>> +stream +xœÅ˜ÛjÛ@†ïõ‹®Ú›ñžF)´%)”ö¢`(¥”àÚ²£Ä¶bY¤Oß±Òbí®¢¸6XqößÃÌ|óï:¡@…Qd›pò9¡ä:a”|M~þ"”L¡‰¥ +,~a™(å€EùóţgBï’â=ýôïûWÉ÷d…2»w5O>Œ’Á#ð£YÂöÏ‘œg€áÄ-wsÄM~Û&oÈá•u¾$«ñ2?KË*Ÿ“z8k6ùô[3®ê?éàÝ[2ºNÎGmbVãÒ¹“ˆ †qÅO"¦¨v¡l0¯ŠiÈXŠ·»CmŸxV6õmSßÏ<_Móª(‡¿åäær?ÿËõ~C™’ñ²lVõYjS´É€b¸µGE6˜TãY]¬æ!CrVãá· ™ ª|RÜæ!ÃQr—P-£»ßŸ÷M]ÉùxsG¾”åMsKfeE&墬päñ†‘mQ_‘»|±(·)©òuS`Xœ¥þYi§ã]]5y°>©B1z[O ‹Ømç|¹—©ÖÖš¨ìj‰Q˜Z1h?õו†®/!û–圢ž$> +endobj +538 0 obj +<< +/Length 908 +/Filter /FlateDecode +>> +stream +xœÍ™mKAÇßß§Xòª}3Ùç‡ mÑBi_¥”"iîO“œ¹Ü!öÓwΈU0·»ñ¼4"è™ìÌìÎÌoþë&¡@…Qä&áäsBÉeÂ(ùšüüE(I¡‰¥ +,¾a•(å€Eùóå£gB7 I‹ñSOû÷þ‹ä{²F3ÍW¹H>L’á#ð“yÂîž3"91ÎCÇ™¬ñE&³‡Ÿn’7d÷çU¶"ëé*;e–æ³j”­—ùâ¢ÊÖYzVo³ô[=-«?ƒá»·dr™œNÚìZŽKçú¶k$ÆïÛ® ú¶©8pÛdGÏv%ŠÉêÉ©ñpQæiÈzÜÕ˜,ž8ÆE]]×Õ} Ù:Íʼý^³«óGáœÏ›xÎ7wä€LWE½®Nv@‚Âc´¢´=…ÆÃY9Wùz²$5 ›ö°Åñ°Ìfùu°šÆÚ¢˜ãmû?Þ­v¿Wï몑Óéö–|)Š«úšÌ‹’ÌŠeQbdßæ‘›¼º ·ÙrYÜ H€cF€q®¥èËlSç˜'ƒª¬³AH°šƒÂ¦×z㈳ЊAûQ4 ¦®–¦nT f. KWÍ-8Lרß± Ì€ALE5ûŽ] Wž¢ÝÓ ÓÛìÇ.ÉCL)§@`ù/Xe%P,³#f2¬œ+:vA3Ð&rÄèØEAbùë#º prôu³P+ì%»yó¿ ±b,÷ Q$V8BkÖ>kD XZ̶ƒýÜOÞÅrºÝ>o<4¥aà|Z 4¥¦`üœ Ŧ””l"&×OÍŽun),ˆXNu`–£‹ãEF +09™DI%èX½> +endobj +540 0 obj +<< +/Length 890 +/Filter /FlateDecode +>> +stream +xœÅXÛjÛ@}×W,~j_Æ{¿¥Ð–¤PÚ‡‚¡”R‚kËŽÛŠe “~}GqH´»ŠlËlYÞ³³{fÏœÙ$¨0ŠìN>'”\'Œ’¯ÉÏ_„’Y"4±TÅV‰R¸Q”?Þ[þwOèf iñ&þëé·Ï_%ß“5Â4¯r‘|'à FàãyÂîï3"91ÎÉ12^5sÄ‹Œ§Ÿvɲ¿Ò¼ÊVd=Yegƒ¢Ìfù´Í&åÍE½ÍfßêIYý ß½%ãëä|Üh8.ëx—ýÈ–Ëbe$Æ?ZlZ€:˜âÀm³÷Ç” (rðxTá¬F® YЊRaÒá¢Ìg!ãQ²Éúöù§E]ÝÖÕCÙz–•y1ú½,¦7—M—ó&ŽËÍ} #9 “UQ¯«³°´ÓÀqÛ™’§åd^åëEȘÅS« é°Ì¦ùm2œæ ðäj[øt?ÚÃ*½¯«bDÎ'Û;ò¥(nê[2/J2-–E‰gËFvyuEîö‡ ˜‘bжse¶©s¤ÚÙ *ël£¤ÀÍ­»Æì·à­ž|Lɪ™ƒZ•m>²Ò@†R Š+_â[9©| +h+:çIÌ^´PÖFê|_ajÚDJ~_ØŠ‚ĬӧÀX´„Wx2ìËÂ`3 –{«„` UXÓjæ/-¢ÒI˜«íóˆQi0ÛZDh¨ÔŒG_^ÒÐ/hæb9ÙnŸJf¼àIé@IÏŠÅž„_¡BOr´>qùù¬¸üÔ,TÐ,úæ‘ÿ>ñ¨ÝY[âñ„ mdùÐMË„Eç«'¯ Í ñÑGcŠ@¯oåwN¢ë‰U‹×à tE;ð8Ú¿‚+’`=ºûS¶ƒ *Àx”q‡Ì´[Ä-⽎çèïêçZµ)`j +]S›³ •7.Ñ/ùh#o\  ò+D¨¼q®€{ –Ð"pÏÕÀ3ô5±­©ž )ú‘ÍÚœÎíª(d]M¬Dô¥FSÓ[› S—zûX‡–èjb«·ž …[ÈõÍÑóøó8X9CÜÖOF8_'.N?z/O>Æ´CÑçxxÞê䮊å]K÷3ÞÊ)tJ>öG99ÖOé§J÷-Ùàû/ U¹H +endstream +endobj +541 0 obj +<< +/Font 1152 0 R +>> +endobj +542 0 obj +<< +/Length 896 +/Filter /FlateDecode +>> +stream +xœÅ˜]kA†ï÷W ^µ7ÇùþM¡-I¡´¡”R‚ÕU7Q7®»ˆýõ=Æ6$Ù™ÑU•@ܘywfß3Ïyg™P Â(²N8ùœPr“0J¾&?JF‰ÐÄR¿0O”rÀ¢üñÚì¿kBo’/â=ýôïûÓä{²@™í»œ$úI÷ŠøÇþ8a÷בœg€á1ÒŸoï_¤?|üm¼!»WšWÙœ,óì¢S”Ù(V½i1Û\Õ«lô­”ÕŸN÷Ý[Ò¿I.ûM‚VãÒ¹“  †qÅO&¨¨}ÄF›ìG6›ë0ÅÛí³?Õ¼$Š5×} î$ÃpÄš—+w’JбÌyÖ_~Ú.TÐ,œi=øoSÏbÚ—-ûèaP·Íï‡2yßÊ>9‰É'–"‡è >ŸDèq >±´8D–é"”(Fÿ1@0‹¸ÃÜc¼1F÷»ì,â–ðfÿ(qƒL6S;‚E\bÖñXxßD×Ȧ€[˜š1Ê7Îp_§C8Î0Ø5Ô­“M€[úÀY›@æ0ØÄžNµ$m1èÄÒ¡%i9Ç—ðÛa S˜lü‡UG™¥Ä`ãïÃŽ"-¨ÖÎ â¤9ÆšØå–¤& 3Õ1ÅÔã‰(1u˜xjóÈü4”·Ÿ‹;Åè婯˜$§Àz\îrÙb–O¦U¶À…zý(ô99¿%Küù ’„×@ +endstream +endobj +543 0 obj +<< +/Font 1153 0 R +>> +endobj +544 0 obj +<< +/Length 921 +/Filter /FlateDecode +>> +stream +xœÅ˜ÛnÚ@†ïý+®Ú›aÏD*µUR©j/*!UUU! +œŒ-”>}‡%é!Þ]b˜Ãzf¿ùw“P Â(²K8ù˜Pr™0J>'ßJf‰ÐÄR°J”rÀ¢üþZþèšÐ{CÒâEüןŸ~¿L¾&kt³–‹äÝ(é_0â¿Ív{ɉqÆÈhµd4½·K^UeöÞ¼&£Ëä|ÔdÉ*p\:÷¤%BÈpZNæU¶^„4 ãŠ7D“‹2›…˜ÓT³)4–U銬'«ô¬W”é,›Vƒe‘ßœ¯ól±¬Òu:»¨·éìK=)«_½~ˆ_ÅÛý=:oÉ€bÙ<}w;ôÍXqŒïÙMú-ÍóbæŠYЊRO¥t“&5 ÷ýò®µÓÀqOQY»bsž¢²´`œkÞiºò­9(Üc}›R?pWÒŠ¿z†E]]×Õ]*éz––Y1ø™Ó«ñ>¡qúÑx¾Oi¼¹Íi {d²*êuuÖ³=”¡¤À°o›«jØØÉ5·à°?›ŠeØ/Óiv†˜£Wí>ÅU}MæEI¦E^”˜i\B²Ëª%ñG¥œñdP7‡ ”é¦Î°Ïz¡hUVÅzo¼%1hU†ƒµMÔB«Ò ´ñ ÿ©bVºJQXºúÔqœÖ¢ˆÐEØt‡Ù°sþ*¦ÁòÈ1£‹”qþÕ,räè é$ˆX@u‡ÀlÜlÒE†‹B»ˆCS0^²…³[JJúoóKÒ[ + »¾9¦(zKޱq;‹`·¤´eÿc÷{«ùd»= ú_ÎúÃN€´MËÊjaQîùXÃjÝCµ'¡¨ +U™ôŒ1³ó‡ýÂQBHTiÇé™®Š4ßÙDG®9Š´X&‡aÁZS¡ùQcmo„»æµ˜iQÿF¸¶(ÛŽ=Üx¦kƒú,€:]¸V¨ã¼j5˜Ÿ\0]y?oqp>¹@iÉZ¿œ+àža0 œ¢tó}â÷PýA1‡°±Ž¿Ì¢¨ó+¨L£:óŽHÁDeØ4ö.¢ˆ‡[&Qƒy+·û0„å;ªx08*°c©G]ÆPdÅR¨ƒŒ)Š,¿¸é: ‡+v¼l? +ƒÂ,vÒl? +RìôƒBõæßÂE¯Ðß­3ûK²Á×o÷Ü}L +endstream +endobj +545 0 obj +<< +/Font 1154 0 R +>> +endobj +546 0 obj +<< +/Length 904 +/Filter /FlateDecode +>> +stream +xœ½˜mkAÇßß§XîUûfÜç1…>$…Ò¾¥”"VOs‰zñ¼Cì§ïœ†´…ôvWO•@¼˜ÙÙ™ùÍ× *Œ"Û„“O %÷ £äKòý¡dšM,U`ñ ËD)Ü(ÊŸŸ-þz&t³´øÿëßO¾—|MVh¦y—óäÝ0éÝ0âÿ8œ%lÿœɉq:ÆÈpÙøˆ/2œ<ÿ¶M^| z“r<«òÕüÍk2¼O®‡mKZŽKçZ–ôÊl’?f!Ëiªm©ÃJd5^fWéÛº*úä}±(Jô–Ü‹Ýh:.F³z“MGëz\V¿È6¯îÈ.[,ŠmJÊl]çe6½J«²ÎÒ—n›°·m2É€âñ¶ŸÌË|²w`5Aûr¸`^e˧È‚|Rõ›}ÀˆÝ4»ÝÇ+í…e´¢˜¢—4J Ȧ®.hS; ƒÛzúÿ3:Ýeßyd +K‰2î©Î®÷gçZë·{£šƒÂÞuÑìÑŠÁ¥“GR`XšG%ÏÑF¹‡¥ék/½Àþ¢™ƒØñeÈ ¨«ÇºzÚE¶šfe^ô.ŠÉÃèåÎÜ—)/‹zU]¥6%A›£Wž¾E0å,»n¦ kÛûĮǛù\õ#™%™Ä@-À-Í@›6LǃQ) +³[wF%pîñh(VÁaXŠ(½ ¤¥a™ª˜˽”?£8j9té€tıh‰C§´˜kînÕ0pþ‘îŒh +&–4: (yØ: ,ˆLÏŽâÊÛ¾B©+ê*æ?ЋPWR ϶ݙ(ê +'@ÚöãŠÀ®À¤ºâ1Òq¾o6§*G:ÞJOØb)$ª.?ÔB‰åÒ£ÝÃÆÓM¸‚:µà¨§b©tªMvúÔa¢¢òÝtƒ=îPG™#Åé‘ÛãeT'× 6 ê¨X¸œjS¡ŒêB/F˜”¨´.\\  òs&˜[œ+àC_ ·öÍølq&z+1 +[œ¢¼óT\¶˜E å!ÄIjñŽx¥Q‡µŽRñ,dXNÔwÃB&Q_$n`Þ2¡@yGœ¨ññ¶Ó#îD,5º´ÏPAÅ¢¤KûÔ±WeqÔt(•|SÙwjP(u{1e^£LнÏîмB‘ kÎe^*°g¯òÛd?¿^)W +endstream +endobj +547 0 obj +<< +/Font 1155 0 R +>> +endobj +548 0 obj +<< +/Length 905 +/Filter /FlateDecode +>> +stream +xœÅ˜[oÚ@…ßý+V<µ/ÃÞ/È©ÔVI¥ª}ˆ„TUU…(âp0¶ýõ J/J½»Ø! HÁ!{Ö³göÛãuB +£È6áäcBÉmÂ(ùœ|ûN(™&BKXüÂ2QÊ7ŠòÇk‹?® ½HZ¼ˆÿõ÷§ßß¿I¾$+”Ù¿Ëyòn˜ô¯q€Îv¸ÎˆäÄ8 'ÆÈp¹Ÿ#¾ÈpòøÛ6yEö¯´?/óé›×dx›\›Æ³ +—Î5GÒ¢®î늬ÆË좗­¦Y™ƒ‹br7º)»Ñt\Þfõ&›Žæ‹ñf3=2^õªºèÙé‡ÌÅH0Œ+Þ8—´?)dz*_ÍC†ÔTÃpi¿Ì&ù}2”d@qI›*ŸG{¨ÒÛº*ä}±(Jœ-©W‡Bk´®Çeõ“lóê†ì²Å¢ØöH™­ë¼Ì¦½ª¬³^Èœ¸«qùš*–ÆÔ‹YÐŠÒæ% i¨»¨¹o£fs‘4¯²åCÕ +¬@>©Çr]í«u}(V/ÄCÚiàX{FIl!жõ´d§’F€qÎÛµOJNwÙףイ4…›”ÇÞbp^ÓH + Û蜦á6Ú9Mà „ÏI¦9Q’jP\y·“PZ)§@`«µ€Õ»ð ¨RVÅþkvLª”á`m3Ù#p¥‰žÖ‘¸ºoväSQÜÕ÷dV”dŒ¯€9 <ýñâù§°‹Žç©Žø§˜Ë›!Á?…<Í<|þ·åü~¥a&•N‚ˆ¥DwêV³qÛxwâ†óÖ:¤ÔL,<º»Qé@É[caAÄ"¥;uŽYÈ ƒgÒf˜›Ø‹­:• ½ø çªp¤õ¯ãóƒUXŽÁÙ—G£À*p/ ºÑ'\’9á1ð•Û¦@ì@¾ CAÁ1Dù±JAÁÚžå?ìË´ ŠÉÈzN*r‡É´OœŠó‘/õw7n0Åâ¥ÝÍ) FíÓ_„ ÄXð¬CE©(–í¹~êó‚Ó$ŠSLG]L¨SR2Ç@{›/ +PÌbT“Í4 âžG`§'¿'ˆ0%‰±ªÑññÔcBòb¨‡ó`Ù@Ç2†ù'– ^ÃÅüÓa(‰wˆ±š»ºK…Á§Ãð¥-Xôh£}¬ñç¾XØÙ +endstream +endobj +549 0 obj +<< +/Font 1156 0 R +>> +endobj +550 0 obj +<< +/Length 929 +/Filter /FlateDecode +>> +stream +xœÍ™ÛnÚ@†ïý+®Ú›aÏäTj«¤RÕ^TBªªªŠ(p8[ˆ>}‡%©¼».NJ„”³3;žÙoþÉ:¡@…Qd›pò1¡ä*a”|N¾ÿ ”L¡‰¥ +,Þ°L”rÀ¢üþÚâÑ5¡÷ I‹ñ[þõpÿ<ùš¬ÐÌþ§œ%ï†Iÿ‚øápš°ÛëŒHNŒ3ÀÐ1F†Ë½ø"ÃñýoÛä9¼Ò¼Ê–d5Zfg½l5Éʼü\ãëËz5/»Ëi½É&—³Åh³Ðé¿yM†WÉù°É¸Uà¸tîEŒ †qÅ›§ýY™OBÖÓ”g#iQW7uºÙ#£eQ¯ª³ž Ü”âÀí>!šIûãr4­òÕ,dIÉ€bê5eHÚ/³q~“…,Ç,hEiSØÓÃjwaz[WÅ€¼/E‰“»8e«E>›WÙ +£uˆÙº•Õ/²Í«9Ùe‹E±í‘2[×y™MÎzžQr_£Ç«Ê:ëlQ; Óºñ!¤@cPLUO‘¦™ªã\\ÙÅ|\ á?ˆþÅ>ø_ncß IQ­9(<¥b•Àî®)c"øª˜Ë=¸~‚¯ç£ÍŽ|*Šëú†L‹’Œ£xàö¦šñ†3áof‡W: ´àJ+€Y&By+ çé ÂÚÜ£iØóJMÁĨO¤%#{n<D[XÅQYr[qhèfË uû/Ò€JбÀêÄáH™ÝxbQÃ`ï<Áƒ‹j_Âó\(Vúöóò\H¤â¤’ž¹FÒkì Z‰åÛC{­,(JÈÆ9C(»¹C9hN(–¹E…§›(xsƒ¢-TÍ-õ‡}샀Áʸ“ÊÕÛE\ìpîdÆj¸XBµƒ2ç +øi§!ûd(ؼ󺮌SÔk¾ÒëÊ8s(îüeÚ‘q‹.€DÝרöü g0VÔ7nl‹Õ¶ƒh&Q†z 8ŠªL(Pž^1‚ªŒ¡Æódÿi„ò#Ö¸EQ,6J´ö:Ù¡úóe} j j8oç>–FÆmÚÞ¨ )i‰£(?¤Û‘4zÂ/Éß¿-W +endstream +endobj +551 0 obj +<< +/Font 1157 0 R +>> +endobj +552 0 obj +<< +/Length 918 +/Filter /FlateDecode +>> +stream +xœÅ˜ÛnÚ@†ïý+®Ú›aÏäTê!­Tµ‘ªªª" +œÆ¢Oß!¤i£¦Þ]0@”(1dg<ž™oþY&¨0ЬN>&”Ü$Œ’ÏÉ·ï„’Q"4±TÅÌ¥p£(¼6ûëšÐÛƒ¤Å‹ø_Oÿúóùiò%Y ™íW9IÞô“î{Fà›ýqÂî¯3"91ÎCÇéÏ·>â‹ô‡¿­“d÷Jó*›“Å`ž]tŠ2åê7Úd_³Ù¬Xwº¯^’þMrÙo2e8.‹1•-FY™½³bx{]/¦Åls-fùdZe‹lt=®Wøs2¬V=Ú!AŽ †qÅÏÎî„âÀí6‡Îíˆd@1Ç£Rñ(ŽpVc¦6;’v'e> +9YЊR_¾¥E]ÝÕÕ>w&;d0/êEuѱ7I ÈmGjò)íËÁ¸Ê“€µÓÀ1jM‰”vËl˜ße!ÇƹÆv‘îN{ˆØëº*zäm1+Jô˜<„l4(obµ¬eõ“¬ójJ6»ÆEÊlYçØÏ.:UYgÇ4…m¶ñq¦1S |O‚¤É¦%†ÉUοú.dï0bï·»ºWPs×Ü‚Ãß‹#˜e 0Š)-˜¥WÞŠnšÊ)«ÓÞ ²(ÖÞ‰³HÖî9`V3Ð&r2iÁ¬¢ ±Tõ‰Í +œ%}Ý&”m +ë~7̶õTSLƒå¾" +k +‡jÍš§¬I+€ÙÆnÿÕ.« ùT·õ%ÆQ.À/ÃÀ5N_ñ¤”š‚ñ±(†”R:P²y&ˆ`¥D,=s7pÖ”õW\woÙ†ªŒEÎ -»@%è}aGSáH{Ö'.,ê­XØ´ìÖ:ÕçÌ:¡PbÉÈGÞ² UY¹Žé‚@ æßˆÃXpT`TÆ‚µ¨.E9èYSD`˜[Ô\©.ï•ø¡â’”o>ÂÅ “+f­©K.QoÅîðþ3²~ØÆ+¨ksr+–Q‡[å +¸gq« •Wì:n?rŠjË4/lÚ¿AæPlù·km[µ¨µbs¸UR«¥õD„U,yêYÄÁªDéå/Ò`˜1¡@L…q0Ûw]Š7Â[–QDc • §ü"ˆæPkyü@aù àǫ̈ا¬=°¨Ú|éƒH…, qCE¥+f²öÉTy•,ñûÊ-w +endstream +endobj +553 0 obj +<< +/Font 1158 0 R +>> +endobj +554 0 obj +<< +/Length 902 +/Filter /FlateDecode +>> +stream +xœÅ˜ßkÛ@ ÇßýWyÚ^”ûí»à¶ÑÆö0Œ1Fð'u›Ä‰cº¿~JÓu ¾;ÛKR +­›žtФ¾ÚF¨ˆÙGœ¼(¹‹%£¯ß%³Hhb¨ƒoXEJYà±¢üùÙògB’âýýÛï÷ßFŸ£5š9|•‹èÍ8Þ0bÿ8žGìñ9#’“ØÆÀÐ1FÆ«ƒø"ãéóOûè9¾’¼ÊVd®²«A¶žee^Œ¾/‹éý¤^ߡÉ,-ï'óz—Í&‹eºÛè€ _½$ã»èzÜäQ`¹´örÄbÆñ (³Y>­F³‡ìK¶\û—)-@]7‡t¹˜’Å<¾`ºq Fc¾]Îf@+JƒÒ­_h òÐH†‹2Ÿy§­Žu¥URÔÕ¦®‚n$$]õºº¿Ëiì'«¹9Å’á´LçU¾^ø ˆ­mlQɰ̦ù&ó9N1hŽ~r<ë)R¯ëª‘·Å²(Ñ_²IwU]fOaÚÖiYý û¼º%ÇFDÊl[çØŸ®UYg—$†UÑø&!!ã,&¹£Ðßc1ĺ ªýÕ¢Ÿvsˆ×§ÇpyõjM5(®Âê´£MeLÞsš4(ævÚÑOÅŒ 6º^O3ÐqàxÑÕ¦¢ ±šô9m +œÏš7XáÇÙóŒ6™Ããƒ7¹Ìš¹‡&rjÇ-°%­á`L ¶¤ÀL3hü©%5…؈SܺNwäCQÜ×2/J2õ瘇SÒ‚’MQ g¡„‹5!,”5–«6}I(Ê%æ uóôx2c=GGI%èPZôg^XÒÎ=š7( ÚÂ$Œ•"F¥¤Ã:zU¨’äå>f‰)”-=š¨º­$:™ç¨§<¨ô¿Ì³¾„¡ ¨›<ö gÀ+·TìÒ¨Axåeœc“ÀW®P1õ& ÕsWUÈ%ª.W„ ”Tnxù²sÜ93yŒ ïÑòjËœ¡Z +]¡u4IQ59S·W“Ì¢h +]’µã3¨•BIÓñv¥RË„“XÜÔcEÖ§I‰Z)tPìhR(PmW -Mr”MîzôFc¨™<ŠÍYm÷˜Œ2°®•\±,*8G©…¬1Q&9Rºƒ<0Ÿ°Æ”o¡WJÿ‹ÀOÑ¿¿x´ +endstream +endobj +555 0 obj +<< +/Font 1159 0 R +>> +endobj +556 0 obj +<< +/Length 917 +/Filter /FlateDecode +>> +stream +xœÍXÛjÛ@}×W,~j_Æ{¿§Ð–¤PÚ‡€¡”R‚kËŽÛ²e‰~}Çqš´¤Ñî*ªŒÁ^Ë{fG3sæÌ.¡@…Qä&áäcBÉUÂ(ùœ|ûN(™'BKX¼a(å€EùÃÚê5¡I‹‹ø¯¿¿=Þ™|I6sxËäÝ$ž1âœ,v·ÎˆäÄ8 cd²>؈™Ì>Ý$¯Èá/‹lþæ5™\%§“ºí¬Ç¥sõÛá†Y™®ÉfºNOéfžY>ú±Êg×Û龬ŠôbQíÓùÅr5ÝïGt@†!èF‚a\ñ~еÕ²âÀí! "Ðó"g³r4¿M¿¦«U~3‚’ (¢'^º:(w`5ÆW?èÌ‚V”ö^Ô€<”>ÀµÓÀÑïQÖ:VŠyí+RÃÀ*¥ãœ·JóªÜVeðqä€L×yµ)O6ðdšƒÂ’]Rãᬘ.Êl³ ÙR1¨“ñ°HgÙ6 ÙŒ[pòužw»÷ÒÛªÌGä}¾Ê ´—üvSºYeËË2Ý ³Ž.ÛUÓ¢üIn²ò’Ü )Ò]•a]:˜Æ ä¾çbYTé äTƒâª>¯Ç@9ãµNUVÅ`mTÝïýúèþ³ƒ÷ÏïœTñ•á`­·Cè ^3Ð&²£h^QÈ8º{jU{¼¨òÞâ11Ïd?ðLƒå‘]E‹ðØ7kÙV´/@G]Á[Ìú‹`r•† èCÈõ9ÖhÀ´RS0˜ÈõÅ´R:P²þ¹Ep­ä(Åj À¿˜ötº¿%ŸòüºÚ’E^Yó˜ÅPÒ±:Ç=eïPæ•T‚öQ[ ó +'@Úº¦ Šz…EaK>‘¡Ø L+ªãø¡#KŠ0ÙtdŠDEÖ”¶âØY”_íL6^|jŽb,–®:2…ýIQÎÅŽ?º1…;Ôs¦übS,ê@ÿ¬$˜×¹¡À¯¶ê +Ý¡°ë-· J@>™¶ rµÇ6R+Ô¥ÞŽSÎ +¬'SŸ0ìy²Ã÷/? +endstream +endobj +557 0 obj +<< +/Font 1160 0 R +>> +endobj +558 0 obj +<< +/Length 927 +/Filter /FlateDecode +>> +stream +xœÅ˜YoÚ@Çßý)V<µ/ÃÞ"•z¤•ªö!RUUUDÁ'€ÁØŠÒOß!DizdÇD‰ˆ;³;Çoþ»É(Pa¹Î8ù˜Qr™1J>gß¾J¦™ÐÄRß°Ì”rÀ¢üþÙâÁ3¡w I‹ñSþõûýÙ—l…fvßÕ<{3Êúïq€ÿÍ2vûœɉ± +—ΑÑrç#~‘ÑäþÕuö‚a•OŠuNVãe~Ò{ÝÔå€œŽ·7äSY^5k2++2)eU¬æd=ÞÖM•Ÿç«E1¿¨óU>=Ÿ5[ü=_Œ·[r]Ôä%]f§#Ÿ_F‚a\ñGýºÉ‹òºGª|ÓU>=éÕU“÷^E¬­(Ï~ÉpRg5î&f1ÅÛ]< â’óª˜Æ,'P 4ó/‡ u¾¼ I¾šæUQ~,ÊÉÕy Ú#ýO¸«15žßfA+JÏ…£yB È]'8Rbn“z0½É¿îS6Æ’v8~ ­Ž°g‚b%>Fj#À8çíUGòDsPØiŸ?#µb˜‡ñCR`Ø-Bm°Ù5·à°æCY7,›zÝÔ­¶&{d¼,›U}Ò³‘»d òÖŸÃ~?4Õ ¸ò6·aOàˆå”•@±D|qøÏßþÍï鸺º;­M3®êŸ{r·§®2,ÖŒ7¢)äUš6þÑ%¼JQ˜ÁºMs¿;µwxhïwgvv{dQ^ íZå)F±¼öƒã‘í2 –'Ž7íªpÖ,q~é`‹ÒI©”ê®Àl»Ùä)f —:°vaWS0aàtoW:P2ÞhÐIaA‘ºzv ÄIn€úQà$C…ÉüJœp¤õŸW+Á^„g• —GéÐX]TûÑÂL¡PÔIÿxÀL!Q™¥b$6w#'O,ŒƒûÀQ­¥²¦kØd© (Á·Ý(w(¾L'Ò¸½eW7—#í}0(¹Â$:¬ +eZ'ú³½ 5Y¸þ£Ì +²¯Ž dÎðà<™„dÎP$ª8ÉÌ¡ Cªæ|pYÜ^r2‹’.D»|2Z-<¬Åâ“aõÐÔK¾ÇfØ»‹jâL¢‹Èð®Í +*p5q³õX*²ÚÑ‘1”`©dê`‡%XWR(Þ¬C%»¶jP~uuqoU£H;~¡*”bá:—š +lDý%‚Í—z–mðç1ñkg +endstream +endobj +559 0 obj +<< +/Font 1161 0 R +>> +endobj +560 0 obj +<< +/Length 917 +/Filter /FlateDecode +>> +stream +xœÅ˜[oÚ0Çßó),ž¶—ƒï±´Mí¦i{¨„4MÓ„24-‰ûô;ô¶ujc; T©¤Ôçø\ü;o" +TÄŠì"N>E”\GŒ’/Ñ÷„’i$41TÁ/,#¥,ðXQþølñ×3¡ Iƒñ¿ž~úóý«èk´B3‡w1Þ¢þ#ð£YÄnŸ3"9‰m cd´<øˆ/2š<þ¶‹^| û“"™•Ùjþæ5]G磺%Ë¥µ5KûE:ÉÖ©ÏrZ€ª[ên%²J–éYïmUæržl÷äsžßTk2Ë 2ÉyÞ“u²-«"O“âf<«¶ét<_$Û-ÙeåÙ§‹E¾ë§nɱ"ÝTY‘NÏzeQ¥=ŸJs\›ŠaH"¸£1µ¹%Ãy‘M}–c´¢XƒµËá‚Y™.ï󑮦i‘僟‹|r3~)üÚ#}h òÐF'ó@[ CúrâïöeÜѲÿ¸c)f“r0ݧßîªÜËT, ¶¶¶•½[ÍAá¡vªӊÁi‹NR`ØÈ§,:nÀbó]Ç.°b„ë8ë{žgšjP\9ϳa^•ëª Û“ì‘d™W«ò¬gü¶§¬m݈•‘@±yëÊ&ÄJ3бƒëÏÀøý|Wy9¾Êûû@mª¤(=%o85•¢ ±7tWÔTG-G³û"Sa×ÜÍg Žj ×GŒÖÅ!X—·±ò:³Ó`¸cŒèÚ&žš9'NmJ+A„²©¥ÀLÚî.f`]Ã`×65…83mmJ J6ÌbS›Â€pƒ¤[›u–óXñE—d(±˜;Suèzö4nÀ-I%heÁ%¬iê.½DumðƒD¤Ç<œBEod]ØÂY($*4nBXˆ]Ò!åp(8ЧPLøT­ç)X‹!¾eŠBªö¾à¸ö¹EÊÖf°äÕ’ûÖáx[Q,…¥Kû +•R+¹ØÎ¼D•änÙãÙ¨ª<Ðt4û\w…Þ¨å E”GçþÔrÊÁ8»8µÌ¢¨stkj™Fñä­B4â3—³áXdØ‘Ôug‚E&Qb¹kÜ‹L(PÎ Êcýpˆ–×!΃åQK“ ETS54IQD54aÔ³(j§¹Î7£pêâjÁߢFÙzõÝ΢BÑÊ’v¥sŒV¼Œ6øó§ +þ +endstream +endobj +561 0 obj +<< +/Font 1162 0 R +>> +endobj +562 0 obj +<< +/Length 926 +/Filter /FlateDecode +>> +stream +xœÍ˜[OAÇß÷SLú¤/§s¿b¢4FHšc ©íRÚ.ÝŸÞSP„¹Ô]jº”9gæ\~ç?ËŒF‘uÆÉ‡Œ’‹ŒQò)ûúP2É„&–*°ø…y¦”nåwÏf¿=z»´øÿëÏO÷ß?Ï>g 4³}WÓìÍ0ë3âÿ8<ËØõsF$'Æ`è#ÃùÖG|‘áøî·uö‚l_ƒþ´*&¯^’áEv4ô­g8.ó¯GeS_55YŒæùa/_Lòª(¾ÏÊñå颬OÏËÙæô¬Yå“Óél´ZÈÍËfQölôc\1 ãŠ{]ôÇÕè¬.Ó˜%µåYnЯòqq•Ç,%PŒ¨ïà7«ý:¤×M]£ÑjC>–åesEÎÊŠŒËYY¡÷ä±S#ë¢>'›|6+×=áw`5†ïI§ª|ÙU>9ìÕU“÷b6Ê,hE©7 ƒ” Pr[KþŒLXí4pܱ $,u>ÏW—¤ë…b’ê¯3óF€q.X®]™×v,‰>0_búãú`²É¿Üdv”)Å ˜4íSR`XWûJ2nÁa î+ɘƒ”ÚW’Q Š+êμr +VxK€UVÅ‚ ¥Ò3VÖ†f‡$À*Í@ÿøY%plòû¾ý‹¨ùbVLÏë|‡usdËfTÕ?Rñª°oƵöðª˜ËýsD^‘šùf€$¾J'A¤æ¶ÅcÞcŽîÏÿx{ü'×§Õö¥ÀlZßoѺaàC^—æ5“ŠÝð*¥%÷faA¤"¦EóUT¨Åwfœ¡äb;F¹óT‚ŽRGæ… m0òÑ|–£ÒnIÀ>Ž`+°•Pȱ$Ö +…bOú—ÀZ,?å¿› õã7Â3ŽÏK´[„§ãW0oDRÀ+(j1ë›’ÀËj+ÓŽ°}2#g`nQ|yïžÑƒZ,•T]ù¢P˜%ªÒÝøÌ%j°ˆ{¹gÙµ@A– +¬®|á +xK ÿì CinÏã Em÷ŸtæP†»G4♥ àÛâ™Fµb“ϰÁÐÀífã™P ³Þ®’ú‘ ë{G¸ÆQgz‹'錡d ¥~ +ØE–a±`w(ê"²7eÞ~·=û(Ž”yÞŒ.ky©Wõ­W(ñvUY‰ZZmYP=ÜæI¶ÄŸŸ,0LÎ +endstream +endobj +563 0 obj +<< +/Font 1163 0 R +>> +endobj +564 0 obj +<< +/Length 941 +/Filter /FlateDecode +>> +stream +xœÍ™mOAÇßß§Øðª}3ìóÁ&}Ð6Mû„¤iš†P8à89îBì§ï F­¶·»x€=agfwfó— *Œ"ë„“Ï % £äkòã'¡d”M,U`ñ óD)Ü(ÊïžÍ<z³´ø?õ÷o÷ïŸ&ß’šÙ|“ä]/iŸ1âÿØ'ìæ9#’ã 0tŒ‘Þ|ã#¾Hox÷Ó:yE¶¯nV¦s²ÌÓ“V^¤£lXvyù)Ÿ]Ÿ.fÙdZ¦‹ttV­ÒÑÇÙ`µjµß¼&½‹ä´WgÝ*p\:wëF‚a\ñãX×Ôq,+Ün²¦Öz·=)²QÈz’ÅäôåP7¯Ê«ª¼ ']ŒÒ"Ë;¿fùð²Aõ§U?½«?ÞÄÕŸlëÈÌójQž´l‹…ÉXÙUëV·=,ã2[LB–d´¢´.cºí"fWiÀrÚiàè`ÝAt·«ÝnÚÛªÌ;ät°º&_òü²º"ã¼ Ã|–ñí"Ygå”8†uI±2þ¢×él–¯[¤H—U†‰yÒ*‹*m…mçêk¾q(ZsPxíyʸ˜ÍZ1ØÜÔ•™Ê4,µ¤À0=ezW¸‡yE‰=¹Â DÞNÈ]§ß·‰dŠjP\ÕVû¢VNÀ‚|žX «÷d¥2¬ì]öäŠf Md#³'W‰×†nˆîJ`ëéK¼£]á}´í{C»b,¯ob"Ð.á¡Ü¿Ðþþ ÊGƒâòv»–Õ (o!¾;€¥Àl=ábø+ çoÿBù+5‹½G½ñܳ›¦øüfÇ‚n{)(ééKöaWX»í9v9*¿8¢ì†QÉPä±#(• cIÕ€]áH{øe],ƒš°‹õOõn™ô³ +åôo0ç„DmçeJ êž\Ú;@/ÞáHäGÁÉê%qäE)ç$ì¦_=Ðó»ÆŠBS'­ãÁÉ-*Cß@!†œÜ Âó#'”œ\¡JkFº>ÍßÀî“K”g±½Æ(Üb‰Ó¸\÷Í9š!,g¨Éü½=ÇKQÕVÜœ`u˜wæ·o',*0?™öì„FÙÛV6îÞHÔ3àŒa4“(Ò +û`ŒfBòö˜QŒÆð@ø ÎhFQyäT´}0LÞ]‡:Ôy¾*‰¡©Aýæïß‚ÇÀ¨Êü™ÖÕ†ÿkF¡&kJ*…[• +lSBé±Õód‰ßâ¡mÿ +endstream +endobj +565 0 obj +<< +/Font 1164 0 R +>> +endobj +566 0 obj +<< +/Length 923 +/Filter /FlateDecode +>> +stream +xœÅ™ÛnÚ@†ïý+®Ú›aÏD*õ´ªÚ‹HTUUUˆ‚!$€ƒ±…èÓw€(MªÄ»k !Š”8°3³;3ßü›eB +£È:áäsBÉuÂ(ùšüüE(%BKX|ÃÄO=þíßû¯’ïÉÍl¿òIò®—´/q€ì¶{ΈäÄ8 c¤7ßúˆ/ÒÞÿ´N^‘ý«;-Ò9Y æéY+ËÓÑtXtF›ôG:›eëVûÍkÒ»NÎ{U¦¬Ç¥suL-²âS6Û|ä7å*}œ V«0³F‚a\ñ›ÕÔ‰M*Ün³á´f%йY+…0ËXùTm¶ÛžäÓQÈzÌ‚V”úò¤›•ÅmYÜÅ‘.Fi>Í:¿gÙð¦Ñô¯0œþãé·õ'Ûˆ:²Eó¬\g-Û"AñQrÛ2ªÜ鶇ù`\L“€µÓÀqêò£ÛÎÓáô6 YÎ0ÎUÖsw¿ÚÝf½-‹¬CΫ ù’e7å-g9f³,Çȳ»GÖÓâŠlö­†x¦9(l„Ïež.Ë)¦àY«ÈË´­bà9nÌYH + ³×S«ÝÀäÕÜ‚ÃäªÁÐÜ¥a «™ƒ0ŠêïMû@5(®¼E|L”S 8Ç'ª²(`TÃo:ZÃÁÚÈ¢i4m"'‹¦}P$´~IN‰Qy×´؆öóh3LVLƒåþÑâTLV8`kæ›9¢ ,á£h8”¥aà<ÃØSP~ÿÂåb·aû½Z–ƒ¼øóÁñø”š‚ññ. R:P²zß"*… ¯Cì·Ý–íFØË݆5pÉQ}Õ#E}› eóNM[¥t,ªêQQ8Òžú(…Eñˠíb¹S}â  +•—¬y–õ­JÔg~¶4mU  +ó_ZMpÔ`^‚ø‰öD‹®Á3Á”—‚¢ô\?DŒ[\}-/½d ðË r«O<¹BùÖ ºä¥X@Ö&-¨ªb‘–³ƒ%ç +¸gJ:² µVìåZ³PTZ¦úú¦!„2‡‚Ê·vÄ`™E9˘f=Ð(¦¿Î8Äì +Ôs_wd$ê¯-|&(ÿÜÌ_ D@Ÿ†¿Œ `Þ’Ž¢0£(=B+‚ÂU–g芓“O\èÖ¸ŒE±æ+Œ^*”aþ4Ö’ +l]©óxPýÿ¿!—É¿ÿw:(· +endstream +endobj +567 0 obj +<< +/Font 1165 0 R +>> +endobj +568 0 obj +<< +/Length 915 +/Filter /FlateDecode +>> +stream +xœÍXÛnÚ@}÷W¬xj_†½_©ÔVI¥ª}¨DUUUQpÀ ؉c ѯïQÒ¨Á»ËÅ„vάÏì™3w *Œ"‹„“ %× £äsòã'¡dœM,U`ñóD)Ü(ʯÍþº&ôj!iñ"þëù§§ßO“oIŽaVÏr’¼$Ý Fà—ƒ«„­¯3"91ÎC`Œ æ+Œø ƒÑã»EòŠlý¬Jç$ÎÓ³NQ¦ãlTõò¢úšO‹Ùò¢¾OÇfÃûûN÷Ík2¸NÎMA­Ç¥s­5 ãŠït¼L¿§³Y± ¥¨VsS¸]ñ Í ’EN¶KîÀjäN«A™­(݉:;¥äêÈhŒÙïNÊl°œv8î›"ý¢®nëê!‰4§eVô~ÍŠÑÍ%¦rY¯s¹¼Z%s9YeÓ“2œu^ul‡„ä¦ñ X‹ÍÔéwGåðªÊòIÈ’F€q®ñLéwËt”ݦ!Ë)Í›ß߬õ°Qoëªè‘óáý’|*Š›ú–\%³¢Düäå#‹¬š’åæ`! $†äß~Ëô®Îxgª¬ÓNH¢Ü‚Cn7ÞŠ~Ì` j’§Bû¡¼¥WqµD[ÆUåäêÉâ[ yu¶€á`íŽ-Bœp*Í@›ÈÆà ¹* ++LŸ €ÀFït\ÃÃ`ÓOž +Ó`ydOqPØBkæí/‚eW: Â#K­É®´˜õ´Qª+ çé#TWJJzDüÝ}ÿ‚Φù,›L«4Ç ÛlÛ]=,«ß±¢+…Ѩgñ¢+9º®æ2‘\ÉÐO±¦¾ Jr%• cçŸv÷üiÿ×ï—õîÉ€p¤õ¶G`ÑOÅêÐA`]Q'»I®Ph¨ä)o¶Ds«9 Ðhí=ØGkæ×œ#`ûM+ö MѶù'ÁzËefs·‰ÈâË-:Jïä"J}¹A?è“Ëpõå›§vu½[Õ8–@بnÏ=^9WÀ}=ZŒs†–-€Ô¡œ¦hÀ8Öo¥t`‡Ìz´Ø ÜñÐX4l±òu<4Ý›öqÝf +­ZÀ<¯¥Ä%ú6Ú¡@ld²7Ž0v8<4 =àÿs˜PôÍ8ùwLÀiоú4¶Þ&7nà¶ÔSÿ1Î[õTÌîÆ»aØý%¹Ã×cÿÚ +endstream +endobj +569 0 obj +<< +/Font 1166 0 R +>> +endobj +570 0 obj +<< +/Length 944 +/Filter /FlateDecode +>> +stream +xœÍ˜ÛNÛ@†ïý«\µ7“=¢P©Z©j/RUUUEib‚Á±ÁØBôé;I´¼»&%B'™Ãzf¾ù}‘P Â(r•pò1¡ä4a”|N¾ÿ ”,¡‰¥ +,~`•(å€EùíµükB¯ I‹ñ[ÿw÷ù“äkR ›õ«Z&o&Éð=#ðÍÉqÂ6בœg€a`ŒLVëñ‡Læ·]%/ªô¢Éªtq0¨«&¼zI&§Éá¤Í¦Uà¸tîQ›„ñ¼š×Y± 1h$Æo3ˆ&—U¶1§¨vSh,«Ó)f«ô`PbúÙ¼eý¥8)óëÃ"Ï–'uZ¤‹÷ÍeºøÏ./Ãߊ·ë;¶'ÿ’ÅBzü~÷ìŸ;°‹£‹ÿÅuú-Íóò*̳ ¥žªé/Uj@®{~?îµÓÀñ ÷Ui§Å¦ÝW¥i#À8×>…úô¯9(œÆ¾¡5 œZZ1ðWÓ¸lêó¦¾I'-i••£Ÿy9?›bRÓf“Õ4½Kkz¼Îkº\'6’2[•MQ 쀥))0lèö2#ƽæ6n[匇U:ÏÎÓsTƒâªuŒ·ÖnŽíuS—#r8»¼&ŸÊò¬9'ÇeEæe^V˜ñŸ#¹ÊêâM9{äÑÈ®·ãŽÄCXY «¿õ¾Ä@XÖ¶m +QVš6ž%áßöŒ®gVÄJQXÄú¿Fà®EÞ"ÁFÜ®—½ÃZ1 –Gî%½å{´f‘KJ_ÁH'AÄr¬·`¬fãvšÞb1 \ì*Û[0š‚ñb0œöR:PÒן÷RX8Ú‹â½ä¨A['^í%• =Ü{ˆöo ûbVÝ×E3«ê_[®ß‡²?,áHÛvl¡`¤œ1`ØGTûˆÊu¡PàIÏÞá]»ßáÉoöí£Í¹!DHÔ{]iµ›gJÏ÷À£ÏE^,©ºZ°Ý”l§ô(j¸Ÿ–tñ̪7³«zîäÙ¢Îëú„d7Ï¥\szð¬PñyÅm0<¹4`ú1ž÷0Л\ eO*“9WÀ=‹a89E}ç©ø®2ùúƒbUbk3tWÈÌ¢èó‘*¤L£pó®FÁ$eØ4ö^Dn¶L¢2óVnÿaÊ÷<ãÂà¨Æº)¸Œ¡ÖŠEPS”Y~eÓwõUìZùôQTe±+æÓG¡Q‚í0(Tmþ¹®xØ€þ~rf%øû¼Å¤* +endstream +endobj +571 0 obj +<< +/Font 1167 0 R +>> +endobj +572 0 obj +<< +/Length 931 +/Filter /FlateDecode +>> +stream +xœÅ˜moÚ0ÇßçSXyµ½9üÑI{è&M›´JLÓ4MˆA i@H„ºO¿ª®›Jl‡@A•JJïÎç;ÿîïUDŠD‘MÄÉLj’›ˆQò9úñ“P2Ž„&†*0ø…y¤”ž(ÊžÍ=zkH|ˆÿõï§¿ß¿Ž¾E t³}ÓèM?ê¼gÄþ±?‰Øî9#’“Ä&À00FúómŒø"ýÑÃo›èÁW¯3*†“2[L_½$ý›è²_gÒ(°\Z[c²×)ÒQ¶L}ÌiªÎÔÞY çéEüº*ó.y›Ïò£%‹¼T‹ë|v7‹ÛÁ¤Z§ãÁt6\¯É&+¯É]:›å›˜éªÊŠt|—E•Æa)ÜlS(4ŸµI·µ6û½Üs Fcòk·“ô¦E6ö1Ç hE±ìjÍ¡Á¬Lç÷[c³QÙÅÜÝ¥þfþý6ñ¶y;>ŽirÛ/gö«­Žé;¼«§rŒMCwôáÇã»ôû¾Ž½\%kkûó4kÔžOg¯&­ºÔ  +c2œçÕ¢¼ˆML|V¨¬}Ú.•‘@±ëª$—J3Љƒ¾O ór¸¾#Ÿòü¶Z’I^‘7B=bR$6‚>Ó û¬WàdT»!üTØ9ûª~*¦ÁpßÿoDÿò¥ž5‹c¡fΡàÄQH+A„b§ý(Œfš± ³2a`]³Ýé׫)$¡ j? +iAÉgß{a@¸étê(8*.@NC‰ÆœUáÍiI%hÃÎËiaHãÚë P ƒŠÏEVP ”ôF:¸ïÒ¶ËẬŠô>Y«jX”¿k…­O`EŸ‹!PŞ鸀ªà¨ÑBqöhºý²ÏÙn´½ÚeÌë<¬©€hê¢N«½a8‰[nQ¥% %p"¹A]æ¾­h}… ê²PµàV¡*k.C›z•(ÉÜÍ׺[ÊÍM˜ÖÝrÜ=dzƒ3g=èÛSçtªqÊÁ8{3ˆjÌ¢^tô`Õ˜F9昱‚å§›ra÷ÑÚ›½pR2‰òÎUä!¤dBrÏQ¾¤ÄÐ@„ijx='MÆPo…Ò¤å( +±ã%Ð1!XaŽQ¯%¤&(´Ü÷§\«F‘zƒÞn +V(zÚ@*0rè订þü]Ã3- +endstream +endobj +573 0 obj +<< +/Font 1168 0 R +>> +endobj +574 0 obj +<< +/Length 933 +/Filter /FlateDecode +>> +stream +xœÅ™kkA†¿ï¯üÔ~9Îý"¦Ð–¤PZh@(¥±º1›¨›¬»„ô×÷¨%IIœ‹®ÆH6:óΙsæ9ïä6£@…Qä.ãäsFÉUÆ(ùšýüE(™dBKX|ÃÄOýÿÛãû/³ïÙ§Y}UÓìà ëž1âÿ8¸ÈØú9#’ã 0ÆÈ`¾Òˆ/2?üt—½!›W¿¨ó9YŒæùI'_Lòª({¿gåøz¸(ëáÍhY7U>¼h–ùdxÛŒªúOvH÷Ý[2¸ÊN> VãÒ9¿„~wZ“˜ñŒøâ%õ˦¾iê´5ÉÍËfQŸtläò´å•ÒÑE],¦1Ã)Ü®¶|ûýn•‹›«r +–hK,SVÅÒ ¥IËÖ'ô(S†ƒµ¡f! gJ3ÐÆÿœ)}’/ø/±ìt´¼'_Êòº¹!eEÆIl‹…U·éÒ¶éJç£b,f·w+Rø¨°wÔÌß$R: "qyÙVJ+€Ù´c½]†3-:¬MÁì +™4†Jé@ÉWÝoaA¤R¦]½Tèè?äü KÜîvP :W‡S œiƒY `aÑnøt< +µpREsöªuÏz¹pÝG³—Y +2À¦önãÉ f}f°ÙL"1îHÌ„hÅv6Ã[É¡‹£1ôÊž7ÇŒ¡ï ÕA +ŸEvQ±|vèÉ"’:²EÞšÓ±ÿ|AÛæ½š8ª.õVýpjÚ¹]±–èžØölSܺϳ[üþ ðuMÖ +endstream +endobj +575 0 obj +<< +/Font 1169 0 R +>> +endobj +576 0 obj +<< +/Length 941 +/Filter /FlateDecode +>> +stream +xœÍ˜]oÚ0†ïó+,®¶›ƒ¿c#:ií¤i“V iš¦ 14-‰P÷ëw€­êÛi²BÕª 4~í¼ÇÏy½Ž(P+²8ùQr1J>Eß¾J&‘ÐÄP?°ˆ”²ÀcEùݵù_ׄÞÝH¼ˆÿuü×ý篢/чÙ}å³èÍ ê^0bßL#¶¿Îˆä$¶10ÆÈ`±Óˆ/2ßý¶^ëŸÉ‚,G‹ä¬“,'Ižf½ól|3\fÅp5Úež “å<]É2™ §å®ËQ^üìÑé¾zI×Ñù JŽQ`¹´öDäÄbÆ?9Z€:)Š7;çUÊéwgy:ñ¹Ÿd@Ñà.ö³²X•EýùÉ-²rYœuŒçT¹£Ñ”•ÒúÝq>šéræsKf@+J«|ÕïæÉ8]%·ÓVGU£¸Ûï…{]Y¼ÍæYŽŠIõÊÍæ£Í†lÓâŠÜ&óy¶íMXÉKçñš'ë2Í“ÉY§Èˤã3ÏX@lmõîÐxZsP¸c:ê»ïib­ì6ù€ +ÍpÒqÑÃ'ðùðÎï×ÿb·üïw«ßñ1ª–ÕQ“- +à,Ú:& +`1ÄÈà |ü0¹M¾ìí5Õ ¸ª,áV窬ölã kñÙܦbƶ. +Ð tج4*@QXðº!+]¦ËPõ ¼çH +ÜV]ncVLƒáÕíF€¥• `ú€ÏG›[ò1ËnÊ™f9‡ÙC–ÀLŽ˜Îc3°®¦-„ÇRSˆÝóå±””tô O陎öl™¥0 BáÔžŽÁ/Œíia˜úXÍÆ% Û’JСÔjmâ +æT,! fºPžµ§7ªOÄ¡Ba”'c‰ñÑ Dîã®ÒãÔåÿ£_pL¶¬Ñì-X•¥ Ï-†Ç¸¡Ô=å7Gä6{è2˜B+Ï+|ùÎc ”.~†ð+ ˆÎ„ì‹w.1í…>ì¿ßáÒïïËýÂ{a„ Lu‰õÄ¡¹î:iih†‘Ï}è×§9Åpç(®–fÉ,Æ:çy_;C t¡˜ihhÙ¯îÑɇÆ]:Ž/ÛZbt×±7I™P <ÚK_’>ÀB †âô@8«6ˆ¡Œa°t¡ÏŸ¤SŸÃõµÓó#`õ8£ÇìXÙcÕÏ̓ Ëï!XUå> +endobj +578 0 obj +<< +/Length 921 +/Filter /FlateDecode +>> +stream +xœÅ˜mkAÇßß§X|Õ¾÷ùAL¡I¡´Ð€PJ)bõ4—¨§ç!ýôµIÒÜî§*‚žº3;7³¿ùÏ:¡@…Qä6áäSBÉuÂ(ù’üøI(™$BKXüÁ"QÊ7Šò‡kóGׄÞ.$-^Ä=ýôï÷WÉ·d‰f¶Ïb–¼$Ý Fà—ƒiÂvבœg€¡cŒ [ñAã‡w·É+²ô³2]åh‘žuÒå$-²¼÷kžo†Ë¼®F›²*ÒádTÜ §Õ& ×Õ¨(÷h‡tß¼&ƒëä|Pç‡Uà¸tîÔ~ †qÅcüÈ‹t’ËÞä.ýžÎçùm'È” N½]ÅÛmØÉ€b~Ÿ< ¹«1Oí³ ¥Qix?¨¹=·jÝèwgE6 XN; £ëK·~^•«ªl°/Ù!£E^-Ë³Ž Û¢Æ“‡bÅ×§^¿;.FÓ2[ÎB–4Œsµ‡Y¿[¤ãl•†,§Ô߃þ~­¿ñz[•y¼Ïçyþ’6›6r›•Wänh‘"]Wžeg§$†•òò­,‹*í„l[p˜ëµ7 ~fÀ =EÜMZªAqW‹÷HÀàÝÇþ†þbùÛÀB9Sóø†­Šù……v,ÖFö#Íø«4m"[Žv6©(H¬}|ËûÈä–ø¾O=ºe¦ÁòÈÆ¢ËØŒkæm%‚Ù)áJCvîPÐÒ +`ÖÓD‘SÎÓFSJJz@üvž6wäsžßT+2Í 2gi€S‚¨ÅÓs‡²Tr”sõCRÉP•±:ÈG‘TR :+ØÔ +'@Zopp7,j¯XþÀ ,9ª›A!¸B¡¸’§¿ýµU,Œà†@iu‰Gœ%™Swƒµ? +‰s€¢fóOB‚qÍe"u›âš[Ô‘ÞáF¯¹Aèl8¯¹Dåæ©‰Z­ûx°çñ<[¤MHʪ>úbXʹîïßBYÊJ´ØÉÝý¹½ Óå.JA'7§¨Ê’¹cÌ¡.‹Á56fQŠÅ2éþ>oÓ+ÈFååJ´´+…z+`ÎÖŽ1‰Ëß$¶dL(PM'ÑÆ8J®cÕc(¦ü5 FQJÕèüz2ZUÑÀqŒ·¶¢xcPÏyZ·Ü(KžÄR‡íÑG*°¾,ŸËd¯?ì42¾ +endstream +endobj +579 0 obj +<< +/Font 1171 0 R +>> +endobj +580 0 obj +<< +/Length 887 +/Filter /FlateDecode +>> +stream +xœÅ˜MkÛ@†ïû+ŸÚËx¿?‚ShKR(é!`è¡”àÚ²£Ä¶bY"¤¿¾#§¤)4Ú]YQe ¶,ï»;š™g_í&­¦÷DÐÏ„ÑÂýB¾}§Œ.ˆ4Ô1 /Ø­=«™x:·~vNšf åð$þëïo®¿&_ÉešW¹"¦d|Ωüqº$üpžS%¨õ8NŒÓ香#t:útOÞÐæ˜¬Ê|ñî-Þ³iÛpNƒÊûöápÀ¼Ê6t;Ûd§£l»Èʼ8ù±.æ·WËzŸ-®võ¬¬~ž°ÇÈZ– -–5ôÀ’Z€pÍO-Êl‘Ï«“ÅCv‘o²Q”âÀ0ã‰Ñûú„g0ƒ–åŒflèbTÓU5Þ€À'åP²Øi¨ÕŒ#{±¬÷Á^3)êê®®ÂëÐ#:Ûõ¶:¹È%;n{ÚLÆór¶¬òí*fHÍ¡=#&ã2›çwYÌ`ÂÇ´n ùäq´ßáy_WÅ ýX¬‹çKã³ZÏö{zŸW×tÝôZf»:Ǧr:ªÊ:ÅÌ„[°HªÖ›5I‰3 …Ul,¸´× 19»´ÕC>51Šê¬Ú)`˜¶Zxª–à\ïýhÆ&²¿ š´f fˆEIÜx ’Xª[¹´¸'ÙÞU ÷¤†'½£–ò +d˜Ñ„QNwA<‡sh ø¢,Ü„%ñE‹§-Ï£¤èëÿ"ÌÙlÿ@/Šâ¶¾£Ë¢¤óÞ‰£:›öÒMáâèlx{Üx£˜“ +—S+r &½åî_Õ¡gIÃñªX;ÌtëÝ)4’hÍüN*4,©¸8^U¢_éÃÞ§© +ô+©9^•mËÒôÚ™°³†—ðèMlØå½½„C+ôòIô–Wí„O —PèJùÜê²í:_]WÙÃôÜK‡.!ÑÛ„X“/!4ˆˆQljqt0]B= Ùy±ËCÀ¢Z­`èf"Rºo]îÑÙ¤>”êCסÑIEK†qƒ.'äÎ_cMOꓨ>t ðf®]©AwµþÇè +4Fÿ¡`9G.Øh¦q†~(`^BL{©ewœG+,Ï$¾Y:°«KÀ›FÈò$oC»ë£ÁµÖÀKÀ¼$;|ÿ +´È +endstream +endobj +581 0 obj +<< +/Font 1172 0 R +>> +endobj +582 0 obj +<< +/Length 903 +/Filter /FlateDecode +>> +stream +xœÅ˜MoÚ@†ïû+VœÚ˰߈Tj«¤R•"!õPUCœÆV”þúŽiJ“¦òî‚‚‚ÀÀÌìzfžywM0i5½#‚~&Œ^Îèòí;etJ¤¡Žipø…%ÑÚƒ°š‰ÝµÅ£kÒ4†”Ëø«§ïþ~ÿŠ|%+tÓ<Ê9ù0"ý3N=à‡£áÛëœ*A­·À10NGË&Fü££ÉîÕyC)NÊñ¬ÊWówoéèšœŽÚ : ^(ïÛ ¢Éy™OcÌY– -ÚÍ¡Á¼Ê–t5^f'½l5ÍʼüX“›ËlµÈçWU¶Ê¦—³zƒÏëz\V?¬Gû1! úˆîµáš{|¼†Ùך$ÿ†P”Ù4ŸTƒé}vž/³^”#áÁÌž#®•;0š±c&³ šfq´Œ7 ð61ç ö†…Ÿ”s‡`%X¬ÙËŒ ±?‡RkXÔÕm]¥­I÷èxYÔ«ê¤ç"—§9„²lØOhýF1àX½mY3ì—Ù$¿ÍbÌq áÖ¶ýÃßÖ¶ê}]ú±X%FLŸïÕ|1Þlè]^]ÑEÓ“h™­ëÕI¯*ë¬3 …nï)ÀÔ^ƒÄDÚ)`˜²I•û§U?Ú°³f¿>5ÛÕ¸µà\`Œx·†ƒ±Áa£s·šÂD7/ÍC-qìKâ@‹îa¦|]·Ü€{θőÙðĉãp·Ê+a´tîÖIà.4YDMY>b.LÚ¶IïÁ3eØ~‰¦”­ÚoSÑ”@±ÕZÏÿãÙéxsOϋ⦾¥³¢¤“¾EÄÄQ¯ñ¶]Kg¤b +LB)Œ”^‚rí£@$¥CI•Џ´-%V3i­½Û4*-•8'tB¡µ/gR *%Ê©ð‰ÄK.U œJ…L·ð#¦CÕõFR£ð²ËÙ´j­ðÁF4y…E©Óë‘Wh¾S))j¿@Í&€W "0nµJÉ鸼y¢·‘‚£J •D + CýÎðX@rº*õn×›q¯¶séÅv§¢z4w¨¨RqtCƒÊ*p¸Ð­C¬–z¤¶î¸B!Õ:Ðu½2©Aï{ä°—Câ)(9ä(›RùqC†Â*(e:tèQ:…Ë/OeSÄh×F§gwŸN2XrI\Ò(àµõ Kdÿ¿¾äü +endstream +endobj +583 0 obj +<< +/Font 1173 0 R +>> +endobj +584 0 obj +<< +/Length 920 +/Filter /FlateDecode +>> +stream +xœÅ˜ÛNÛ@†ïý«\µ7“=¢P©­ RE/"õ¢ªPš8ÁÄÄØBôé;={ˆ B'Ù3óͿیF‘ÛŒ“Ï%—£äKöí;¡dž M,U`ñëL)Ü(Êž­þz&t;´ø¿õï>‘}Í6(Ó¾ªeöa’ Oq€oNÛ=gDrbœ†cd²nçˆ?d2{øë6{CȸÊgÅuN6Óu~4xßÔåˆOoîÈiY^5×dQVdV®ÊªØ,É|Z]/š›|~¾m¦Uý“ÜõYë|@ª|ÛU>?¼%“Ëìxâ›™Uà¸tîÙ™ÕU“ÞEŒd$Æ÷¬‘ŒgÕtQã +bÔ”o0nYó˜¡nÛô‡u¾þ}ùfžWE9ú±*gWçv|Dd£-P *ßÙL›;°÷5´™­(õÆÃÿÚ%†m1«Gó»ü´å(!j@¶YÿòkÔNÇí}¸Ò˜¹óí5âJÆ9OÕ8 ¶æ °þ&ÅU_ÚŠA0ÒÆÃȪ¤%†ÙŠžqÙÔ×M¹5 ÓuÙlê£\·à0Sý‘4&ÔnÍ D¦/@ÆÃ{âE §œ±žˆÏOàr¹šÞÜ> +endobj +586 0 obj +<< +/Length 911 +/Filter /FlateDecode +>> +stream +xœÅXÛnÚ@}÷W¬xj_†½Íî‘Jm•TªÒ‡JH}¨ªˆ‚'€ƒc+J¿¾cÒ&½$Þ]0„æì\Ïo\Yd·‰dÎ.ÁÙ§äë7ÆÙ4Q†9Žàè«1i‘ˇkË?®)ÓÒŽ.Ò¿þþôøûEò%YLó,çÉ»QÒ?,úr4KÄöº`Z2›Zt0ÁF«æŒô`£ÉûÛäcÃ~™MòëìÍk6ºLNGmæ¬+$Ê6s÷ÖØz¼ÊNzo몰ÓñÍ;/Š«úšÍŠ’MŠeQæë9[Ë»‹Y}“M/6õ¸¬~°Û¼Z°e¾Êz¬Ì6u^fÓ“^ÀÉŒ|öTUYg½ÿP‚tMÀŸ÷ 'åxVÑéC jœÛÿÆä¼Ì§!æd +ÎH¶›#ƒy•­~¥ [O³2/ß—Åäê⿈xõC°…ƒœ·åþ`ØÜ‚núëå¡Mj@RÄ[Kâ_삪6ŸTƒé]vÞ”rCàÔ[žR9Œ“VMéq l#i¬£® +8RYi‚:9ª¬ºÂ–RêdßPêN%#,X¢)_õ ‹ºº®«@g°ÇÆ«¢^W'=è7€=jؘߘ"(jÊnè­ç> +endobj +588 0 obj +<< +/Length 925 +/Filter /FlateDecode +>> +stream +xœÍ˜KOÛ@Çïþ«œÚËdß*õ•*z@ŠÔCU¡41ÁÄ`l!úé;ЖîÃØ¤‰%޳3»;3¿ùïUF +£ÈMÆÉ§Œ’óŒQò9ûúP²È„&–*°xÃ:SÊ7Šòûk«Gׄn’/â¿~ÿöpÿYö%Û ™öY-³wÓl|Ȉüqzš±íuF$'Æ`è#Óuë#>Èt~ÿé&{EÚÇd¼¬ŠÅ›×dzžL}ãYŽKçüã‘IÙÔ—MM6³u¾?Ê7‹¼*ʽï«r~qrV®nOòͪXžÕù&_œœ6×ø~Õ̪úÇž‘Ùºl6õþÈŽÈ8Æ'#Á0®¸×§Éx^ÍNëb³ŒR Pžá&ã*Ÿ—yÌP’Å­õíÀän´_«õ¶©Ë=r0»¾%GeyÑ\’Ó²"órUVè=ñ.¹)ê3áw`5nä?½Zë|Dªüª)ª|±?ª«&ÅÌ—YЊRïnLRö‚mnù#82€µÓÀqÞ6ÀdRÔùºCüÒ¸ Õ˜Hƒ6˜Ãûaç‚ =¸šƒÂâæOâ?ü(12‹y½·¸ÍÚp2¤£iøéJ + óoçaÈ-8ÌÖ‡!3`t;CªAqå¯^/à‡r +–‡ž°­¬ŠI +·—Ķ2¬ µ&IØVš6þî$ÝJ`Wæmžàöû§—«Ùõõ¦»"VaÒÞµ…=!V1 –û{”Æ*ìS5ó5žZÞ.ÛÁê¶‹ö±]³¨ê.‘гžL[̦‘¥'ˆ ´˜½°Sj +&•Z=ÍQ:Pr7+,ˆT6õdš£| Q`à uÛÍNS :̪hö '@Úðöu`ß¶–w@Ÿ°å~HE'¡O`  ÚO«xò ‰".@˜>Dë_0ŒpM ôž@¤Up…!`¥U°žäª (ÏlõúÑ»ØlG¹Cuf†PÍinXÔnÞS‹—qàxëÊ¢Þr…êl±š6]‰Ú,âÌoh7J³T$ àWÀ90Isƒ¡¢û +E. Ѱf\D†¿ ¬™¥€Ýg`ŠI°f…e £L 5“(ß™–ª‹YuñÄYrW‘Ê„jãR˜ŠŽøX²2†r-i;ܸ^ÛÖöx»ZQQTjÏP]Œ:mÁøíÙ¦Aµ:¡èƒ¥Yêiþsç¦P“=Gu±)؈ó»6³+|ýHT8 +endstream +endobj +589 0 obj +<< +/Font 1176 0 R +>> +endobj +590 0 obj +<< +/Length 918 +/Filter /FlateDecode +>> +stream +xœÅ™KoÚ@Çïþ+NíeØ÷‘J}$•ªö ©‡ªB q8[Qúé;†(MUðî‚!D‘vfvgæ7ÿÍ*¡@…Qä!áäKBÉmÂ(ù–üøI(™$BKX|Ã"QÊ7ŠòçgóÏ„®’â§þýíïûo’ïÉÍÔ_Å,ù0HºWŒ8À?¦ Ûâ‹ ÆÏ?=$oÈöÕÏÊtA–£EzÑÉ‹t’ËÞM>ü4*u:¹®FEù»Ó}÷– n“ËA“Q«ÀqéÜY †qÅ›ö»³"›„¬§(Oý¼*ï«ò)‚t9I‹,ïýšçã»aÇp‚ §u$ÃÕ&”žêÑ"¯–åEÇvHP`Š·u49ÓѴ̖³%%ŠéÖ”ýn‘޳û4d9fA+J›¶¾¿]íi«ÞWeÞ#—£õ#ùšçwÕ=™æçó¼ÀÈî½#YyCæÙ"í§¨Y—ä>ŸŠtUe˜t²¨ÒN@œÚià˜×'Ñ8…B1g=ÕÙLYmçâê.(kiXªjÍAa‡òÔà P šÎüÔæ%¦¹§T÷4¾ÉcúµÎí C܂Ê‹jë­FÊ $Óë¥Õ ¸jì9'u@9k÷Õì[ k=*×ZuÀp°Ö;ZWiÚø§†³@W) ++Y·]%pÆkJ—â*¦ÁrÀw÷ã>ÂÎæ£õú%`ãé¨p:ÕŒ7·„:J'AøqJGi0‡Céçz¯‚Ú´4 œgÎjݦ¦`eС6¥%#C¸'…‹cƒã(¡âúü±ê'væ#¤t,NŽ´)œiÏ{šÂ¢šòS&˜ZKœjozÄ@kÓ‹`–P¬ôa³„De'šµg¶GåAÄQBñ?ŒøÄÚ”ˆ‚¢ó‰õr‡’Êx4g8¹E¤=Ž›·é84rƒ +)–mÚW(œZUˆqæ%ʦCoÆb@ÉÊ£X„´(WÀÛ½Šˆ³ÏPy/ÍNhŸ¢8ò—íÉì3‡bêëœYÔO^…c–iOƒß98˰‡Pß5`g™D=ç)×ÎâJ <Ùß(«åf³öݾÆs‘1_¾zˆá"£(­ü2'”‹E“?]w÷åífEÿ¿%“g²jÙ¢FíäMÛV-*TN‡ê˜(Y¨Àª]š"»NVøýûYöÍ +endstream +endobj +591 0 obj +<< +/Font 1177 0 R +>> +endobj +592 0 obj +<< +/Length 914 +/Filter /FlateDecode +>> +stream +xœÅ™]OA†ï÷WL¸joóýA°IÛh“Æ^˜ô¢i …VaW–Ýûë{£6ÁØEŒ‰®0sæ9ï¸N(Pa¹O8ùžPr“0J~$¿~J¦‰ÐÄRß°J”rÀ¢üùÙòÕ3¡·I‹ñSÿÿöòþEò3ÉQfûUΓ/£¤Áˆüãh–°ÇçŒHNŒ3ÀpbŒŒVÛ9⋌&Ï?Ý'Èî5̪tEòñ*=ëe:Í&Õ ÎÅòá¢Þ¤Ó«z\V{ýOÉè&95IZŽKçN(i$Æ?¡¤ N(§8p»Í„FÉa^fÓñ$Š çË‹aQWwuõCšOÓ2+–ÅäözÉõlÊõú1–ê‘ñª¨óê¬g{$(2îÀjÌ—Æ™ û“r<«²|2$³ ¥Mé0ì—é$»K†ÓNÇ 6­ýp7ÚÓ:}®«b@ÎÇ›rY·õ™%™Ë¢ÄÈž…#÷Yµ Ël•öHÀŒ°Ä(æûÛ»W¦ë:ÃŒ;ëUeöB¢4ŒsÍe;ŒØ­9(<®> +endobj +594 0 obj +<< +/Length 912 +/Filter /FlateDecode +>> +stream +xœÍ˜ßOÛ0ÇßóWX}Ú^®þ» +“¶ &Mì©Ò¦©êš´ ´ ‰ûëw¥؆b;´ ­h(¾;ûî>÷õ&¢@E¬ÈmÄÉ׈’ˈQò-úñ“P’FBCüÂ:RÊåÏVÏž ½]H|ˆÿõ÷§§ï/£ïQf¶ïj}GÃ3F,àÇóˆÝ?gDrÛ:ÆÈx½õ_d<{üí6zGv¯$¯³5)¦ëìdPVYšÏêQS,ËÕÝi±ÊË:+²ô¬¹ÉÒ‹fZÕ¿ÃïÉø2:·Y7 +,—Öv±žÞeçù:ó3KˆW¼Ÿ0µÕeÅ›m‚ôb]2 ˜µ=%·`4fW?Ö™­(ud\2\Tyê³An;H{0IÙÔ×MýMV¤Y•—£_«rv5ÙÅ4Éž‚šÌ·QM6÷aÔ€L×eSÔ'3 >Aj«ã·§W2œUÓy Ÿ%±%P¬Ô¶œI†U6˯3Ÿå4…=±í’Ýj{ö±©Ë9ÞÜ‘ó²¼j®É¼¬È¬\•F@›HnózI<üR ÚNsµíl¤Ê6MŽy2¨«&øÄ+)0LúÖIB΃°˜ÇŽN<ÓX³b$VPQ†¥1õÌ]ªAqå*Ð#x¢¬)ß¿#FµÖQÎ{À±Š98u&dÍ@ÇÈaÀBðʹ¼ËʯÐ˺ ,öœw9EyæLÝ#8Â,ª³Ð+¼ƒ8bPœuåS„™Fíu û‘°ˆ±9PçÕÞ1‘(¾BÇ΃8"¨Ðô Žpjo¡O0†òÎÝ'¼9Î(뺼<6Ç-ŠNgåa> +endobj +596 0 obj +<< +/Length 897 +/Filter /FlateDecode +>> +stream +xœÅ˜KoÚ@Çïþ+NíeØ÷‘J}$•ªô ©‡ªB q8[Qúé;N¢4}Ä»kŒ B;3ë™ùÍw *Œ"· 'ŸJ®FÉçäë7BÉ"šXªÀâ6‰R¸Q”?][?»&t½´xÿõû§_¿¿L¾$[4S?‹Uòn’ Ïq€_N– »¿ÎˆäÄ8 cd²©}ę̟ÞÝ&¯Hý¯Šlñæ5™\%§“¦å¬Ç¥sÍËá‚Y™nÈv¶IOy‘.²y9ª¶—ùúîì¸>«öé⢚åÁ0Ĭ‘`W¼g³Z€êÙ¤âÀm}Ç[˜]Ü¥çÙ& 3$PÌ8Obtw`5fPÏf™­(í;¨Y·…^­j§ã·Ê¡Ìbo X¤¾V3 ì5Ú0Îy{Í8¯Ê›ª|Œ#Ý.Ò"ËGß×ùüzúÍtáL—u<ÓÝ}@#5 ³M^mË“ ð4…Ý·9…ÆÃy1[–Ùv²¤bМãa‘γ›4d1nÁaŠ7mÿøaµÇ­z[•ùˆœÎöwä<ϯ«²Ì 2Ï×yþ“—öŽÜfå%Y׆¸Å DØËw±HwU†Ùw2(‹*„„J5(®š«yq#”S 0u»¤²(æmTýæ- KVe8XëÅþQ]Ð ´‰:vAQ}l˜*ã[T—ï8P¬ý‡9ñÿ¹À4X9OtìŽÇšEÎݺ À¬cº`0ë›9‚), 0'öDa©),éæL¢°””l¾g–Wc3ø…ß¿LÝÕz¶ß?‡n<0%CÙÆ<»LI%h?âB‰)œi›†„ð‰õc½]A][XÔZ±„:Ü*Õq´8ܨBÙ%#G’6$…V,‰O ÎêèX"Â*G˛í²žS‡¢ k{"ÑÚ*w¨¶ŒWÃcŒ[”Zçq»oÍ-(Æ æAN$ŸBù×™˜ä–ŠÉ¿°àWÀ§«x4r†bÍ—Þ1hä¥W@æ&.s(£bÌÂò6p dUT,;ºõ@£¼j½ˆó€£ˆŠ%N·0ÔPþ>¦e—WçÓ‡BË_õÁ6(²æÂ~ø«-o5GáW¡èóñòOü^$;|ýŒÿk +endstream +endobj +597 0 obj +<< +/Font 1180 0 R +>> +endobj +598 0 obj +<< +/Length 905 +/Filter /FlateDecode +>> +stream +xœÅ˜ÛnÚ@†ïý+_µ7ÞˆTj«¤R•^DBêEUE qŒ­(}úŽ“(=¥Þ]²PØw=3ßü»Í(Pa¹Í8ù˜Qr1J>e_¾Jf™ÐÄR°Ê”rÀ¢üéÚò—kBwI‹ñ_¿úùû«ìs¶F™îY/²wãlpƈür<ÏØýuF$'Æ`81FÆ«nŽø ãéÓ»Ûì!£º˜–›‚¬'«â$Û6Õ¼¯–U]®d3Ù5m]\ÎÛ]1»Ü¶“ºùNnËæŠ,ËU‘“ºØ¶e]ÌNò¦n‹üÍk2¾ÎNÇ}S² +—ÎõL‰Œ¦õdÞàB4 ãŠ÷ ˆC.êr2œ ú‡ÂÁʦX=îX…Ë/§Íðq«Îºº¸ß¨|¢§8pÛÝä#jJã­/,’krVãßGsvWœwñ$Ä,hE©'Ò.Ž]8ž¤v8nç1ãFcîRLµcÆ6Œsýõ"µ¦æ °ÔúJÊ °¦hÅÀ£ªm6mó¸„b=+ê²~[VÓ›ËçêðPåd²ªÚus’Ûœ-LR`˜„ýA3D”_Í-8L·^Ä 2Õ ¸êÍÞçˆu:ÙÝ‘óªºi7d^ÕdJ0ÿ””S 0êÿ9£x*+bL÷Þ‡*ÃÁÚ~ÐG@PiÚx ýgÒD, S¥(H SýŸä¶cQµ<¡6¦ÓCÏw`L*¦ÁòÈ á:±™Õ,²H'/K•„òV³qýBBuÃÀŶ å5ã…P8]¥t ¤ÿ^¯RX˜½ýS‰â«äház«Q]%• =܉ðƒ‹åd·{™N€´ž‹!¡°è§üè +%¡À\¡:ŽÏuŸº­ +*ÌB¡Q’žÞ ±¤DË´/tö”è˜|Ç)8'8ú¤Xмpmì˜áBÑ¥8?—äí‘I`=#$-:¨}Oö”4è•üX ÆWh”RºÀû껤¸4`¼©).е±~¤G`Š3´Gž˜~ ü [3¢è¯zC>}Ì¡ÉòÅt ú˜EÛä'G(ú˜Fämf"Ú〠ì¦ =ßJ§.Ñyú€êBò¤€#®D,<Ò-“¡ ŠåH:uŠ.ÈoC¤îÐÅ6yÉÄ ¦Øv/™¸F‹äÏë`¬*´G‰zx¬JÖ›³ÏPõ"Ûâë“ôn +endstream +endobj +599 0 obj +<< +/Font 1181 0 R +>> +endobj +600 0 obj +<< +/Length 914 +/Filter /FlateDecode +>> +stream +xœÅ˜MOÛ@†ïþ+ŸÚËd¿?¢P©­ REH‘z¨*”&N0$qâØBô×w hÕxw#; ffggö™w· *Œ"÷ '_JnFÉ·äÇOBÉ,šXªÀâV‰R¸Q”¿<[¾y&tcHZ|ˆÿõ÷_¯Ÿ¿I¾'ktÓ|•‹äÓ8\0âßÏöøœɉqÆÈxÕĈ/2ž¾üvŸ¼#d4(³i¾É>¼'ãÛä|ÜfÎH0Œ+ÞfîÉYOVÙYú±®Š!ù\,‹2_/Èf²«ê2»ÎÖË|qSeëlv=¯wøs[OÊê7¹Ï«²ÌWYJÊl[çe6;KÓÔÞ ª²ÎÒå)Ü6ùÞ¿<2š–“y…‹ 1(PÜ×¶ô7&e> 1ÇXÍ¥k7‡ó*[=ï@)̧Õð9õ篙¿hõ˜÷tâžYЊҶÝïÓ=5 ›&;‰wí4pL}kmìs?{È.›šrdPì1OÍô¶N#À8|Ƚæ ð;QiÅàt%&)0lïƒJ¬÷Ü‚ÃööVƒÀÓJ3é嫤QQW›ºz^O¶žee^ -‹éݵC•’ɪ¨×ÕYjS´LªAqå9ÅFƒˆc^9[¶È*ÃÁZ³ÿÙóÉî\Å]½!ó¢$Ó8è¦hÜÏýú/¸CÁ«‰•¯»¯8PyÚ8”º +ûâi +‹hËÈ2¦aµ«˜˽óÄQBÁaT³ÈY¤ŸP¤“ EV š¥ÀlzZ²aàüƒåQBÑL,µz +E:P2²z +EXð;F(5 ÷0 ¥ºd +óo÷‘©.©;ßVÕ… mûF`]`ËRÝ>$&ËÉnw¨r +5¥lK\(Ä…Dyèãd ı@ò¶y#Šã‚£‚‹%–g¼þÒ¤>ˆ‚u©*"üRÔs¾;Þ¼s‡rÎA5s‹Â­ã«‘ˆeTn±àéλBáÖ­jp.Qåù›´/ïÅ\zòÎpÿàÌVÎ$Ѐ^=Œ­˜8­œ¢õöpZ™C%ééÖ´2jÏ3lu¤˜ß°6 .lLÚzgx¨`f… ¯îcXË„埂Y‹¡ˆ¥N\!N¿Œ¡f‹%P?‘PÔl} ¥¨H*¶Ö‘¯#(”c}]œD-X£‹½»ï%…R,W½"X»wÈU²Åï?Óh…˜ +endstream +endobj +601 0 obj +<< +/Font 1182 0 R +>> +endobj +602 0 obj +<< +/Length 921 +/Filter /FlateDecode +>> +stream +xœÅXÛnÚ@}÷W¬üÔ¾ {¿ R©—¤R•>DBêCUE.â0[Qúõ'iÚ*‰w—1;ggÏ왳›„F‘ë„“/ %— £äkòý¡dšM,U`ñ†e¢”nå×ÿ\ºHZ¼ˆÿúÿÛßû/’oÉ +ôÏjž|'ƒFàãYÂn¯3"91ÎC`ŒŒ—-F|ñäáÓuò†Ü=FE/É*[æGi¾šæUQ.ÊÉÕù:ÛÖM•Ÿç«E1¿¨óU>=Ÿ5[|Ÿ/²ívHS2x÷–Œ/“ãq«Àqé\7’Ñ`^ÓñŒø➙ʦ^7õNSS)É–e³ªR8K-@u" &U6«‹Õ=JëªÉÓ\Ì‚V”v®å(&oÔ€lë±›kTÓNǬu­Â£"*1ŤÞ§ìfì¤MØÙm¾Ò2i,Š*Þ>âÆ9_©öWsP¸ÁùJúɸӛü´¥_P ÅÀËŽþ§')0¬¾ƒÓˆ[pX]§3`P½N#ªAqÕ½›ì!®r +–kO§¬ŠEè£KˆÀ=Ú¯w6e8Xëk%¢äMiÚt÷ò¦vQ]éJÛŽ³í 9-Ë«fMfeE&QZ +«ï®‡{W¼^*¦Á"Ã;—"F/v–šu7‚)+ ¡Ì ì7¥ÀlÜ&ß7ÃÀÏ2탦`vM•Ò’¯¼æÂ‚ˆUœ¾1pt\>Ø/†N‹E.yߨ ^ûÄ œi½ldaÑŒyÔê‚,p{¡ÚCµ(= +ý¡ì^µ=ÆRé±ü±vóÖ˜¿Ìm +ŽvÎ'v1ê)XOFSP4^»ܹ~n3´us‡¾Ëôäo#ÂZtažÓˆ}„5hÃb…jEä +}WO63bz]—ÿœ­÷°MW¬èô–+à}UD„eèÍ^¡P)Z0¡+sè¿*0RÑv=> +endobj +604 0 obj +<< +/Length 915 +/Filter /FlateDecode +>> +stream +xœÅ™MoÚ@†ïþ+ŸÚ˰߈Tj«¤UÕ"!õPUÈCœc+J}ÇI”¶ +òî‚Cˆcö]Ïì3ïf›P Â(r›pò%¡ä:a”|K~ü$”Ì¡‰¥ +,Þ°J”rÀ¢üéÚòŸkB·I‹ñ[ÿÿõ÷þ«ä{²F™ö§Z$ÆÉà‚øáxž°ûëŒHNŒ3À00FÆ«6F|‘ñôé·Ûä yxŠ:_‘u¶ÊÏÒ|=Ë«¢þZ–Ó›É&ÛÕM•OfYu3™7»|6Y,³ÝnHS2x÷–Œ¯“óqWVãÒ¹W ÁH0Œ+þŠ!hª[~4XTÅ,d,ÅÛ6-º§3*›zÓÔqóQ)ÉVe³®ÏR85É€bòvçØh0­²y]¬!CrVcÒt 9Tù´Øä!ÃQ²-ÏŽÑ{\«÷M]ÉÇrYV0Y—õäª\Þ=.Զɪú7¹-ê+²,VyJª|ÛU>;KëªÉÓ€´ÓÀq‚Ïp±dËŒbŽ{*}˜cÚ0ÎÅUm‰KPLë!®×g\®‹vµ.ï+ I$­9(Üà¢ÊôXMÅ ;3zW”涯z÷jÎîò¯mÆ q NQO]ö<9fÀ ±Nš6Tƒâ- O}aA +”ZJŽN)nCïsš M{ÅÇL%èX¸ô¨/œi#sŸú-U˜^L·ª}éÌY¡Ð?Iÿã<g…´ …Ï­Fq7ž#…Ô +Ö—3¼·ÐÇCAÑxùÌ} ¹CWe%™C?uÚbdm“-Á¨b=S@ƒªC2=õÉÅ‘ŠItqžb‹ Ž“ÕǘÂgü +‰¡ÝêÌúx2ЦËgzbèÐDälèù;Z"oCÓ+Fý'A£!ò&é‹©+tI½ú”(u©Àzöœ‘—É߀ í# +endstream +endobj +605 0 obj +<< +/Font 1184 0 R +>> +endobj +606 0 obj +<< +/Length 918 +/Filter /FlateDecode +>> +stream +xœÍ˜]oÚ0†ïó+¬\m7ÛAtÒ6µ›¦í¢Ò.¦©b -$%$ªº_¿“2õcZc; KAHÀÇ>yŸózQ Â(rqò)¢ä2b”|‰¾}'”,"¡‰¥ +,þ`)•7Šòûk›Gׄn’/⿞~zøý:úå¦y–«èÝ41’~9]Fìî:#’“`81F¦ÛfŽø Óùý»›è9<&Y•nI>Û¦'qš/Ò2+Æ?6Åüê"/ª‹u±¹½XÖûtq±ÚÌöû1ÉèÍk2½ŒN§má­‚„Ë$(¼‘`W| ðZ€(´âÀm£œaÂKõìÝd´*³…Ïx<«QHŽåLŠºº®+ÿõ¨˜Ì¶EW'±õ\³ ¥íššŒæålYeùÊgHj@6»Çó#NFe:Ï®SÑ4ÖEÑ·å~ríwžÞÖU1&ï‹MQâ„É}¢Ò|“­ÖUšcºIÛÕ³²úIn²jM6Ù6I™îê¬L'±ÇÌŒ“$-»AUÖiì³FÍAáVØz&·@+íw ÐS­ZR`¨Ö â+0‰Ù¼cö?bòOrÖ¤þü.ó±B5· BƒöüÃ3¡´ç÷žjP\9êó™ð‹Ûôs#kŸ@*Q °Î†Y¦²(–Ò@S†ƒµ}Eá5mûŠÃ+ + \^`·èÚ«|Ѫp·8ô˜= õ9btà¬b,wµAœUØ?kÖÞE€VZ̶cû/œ=íoÉ碸ª¯É²(É<»3 ’ÖîëOvûrWj +ÆE¶îJ™€’m-Ay¥° BÙªeÏXr´^ax8ÖLº0Øk.T‚îÊ­<‹D€´/C +¢ Åձ悛Õ/B—B¡«“Z8Ö\$Ú: þ—¹ôƒîSoÄ ®;¸7âkWaÜEsé8ñ€;·h']]ôÝÑCWÍ šËVbúœ+ô‰ÓÂr.ÑøyÈÖSµ\ ‘ ¥–£ÉþÐdÞ œ+à­gGÎÐÝ…ßõ¢¹C\Ñ,Açq¬wœe2‹..?ýE×hâz>& ˆŽµOyÇ[üïÑ%z»ÁJ› ÊÝ‚zã£X;âµëA5chOUÄXFÑX:ì_c z?GËÕ—~„\Ÿt­µÑÕ>+t„.Ù¹gÖCÈOt|íðõ bsWf +endstream +endobj +607 0 obj +<< +/Font 1185 0 R +>> +endobj +608 0 obj +<< +/Length 913 +/Filter /FlateDecode +>> +stream +xœÍ˜KOÛ@Çïþ«œÚËdß(TêZUô€©‡ªŠÒÄI IL[ˆ~úŽÒVï®1!A pÂÎx<3¿ùÏ6¡@…Qä*áäsBÉyÂ(ù’|ûN(™%BKXüÀ:QÊ7Šòûk«¿® ]$-^Äÿú÷¯?Ÿ_&_“ š©¿ŠEòn”ôOq€oŽæ »¹ÎˆäÄ8 cd´®}ÄMï»J^‘Û×0+Ó5ÙLÖéQ/ÝÌÒ"Ë?Vùôb¼ÉËñ2_]ÓÍ*[,Ët“ÎÆój‡?«Én7 =ÒóšŒÎ“ãQ“+VãÒ¹pÅH0Œ+~®h*ƼHgÙ´Ì®ÓÓlö‚Œ(ÜÖyôò÷+PÌôCHHîÀjÌÈp…YЊÒCHHj@Ö­ìÅ=ÑNÇÇãÉÚaQd³ó°Q¬z_ê 󪼬Êv÷¦zd²Î«MyÔ³·iç<}qØŸ“y™m!Gj +IÑ”NÃ~‘N³Ë4ä8Ia¡4=ˆáíiwA{[•ù€¼ÏWy“û¨Í&ÅÅ]¸¶Õ¤(’«¬\’UÝÈH‘n« »ÛQ¯,ª´â·à°lŸè0&pÌ€AàzZÂ04ã¨ÅU\Yÿnð´O³²“:bg7 ê÷Ê)˜éû6k%PLä(Ìta×p°6rÈiÃQ¥h9ÂtqƒŠ‚ÄÔû¶+p,Ý{aQß½{¶Ë4X9™ta§zͼcH0椓 ¼< Ä܃†ÝpÒ +`Ö3QDñMÎ3DFðMJJ6Gì|;žì®Éiž_T—dždǻDŽш£xfJŽŠ°¹¨cˆ)ª:Ö<DSR :!Á¹8x +'@ZïðÌNXÔl±¬éÜ ,4ªÛ! ¬B¡“/ýØ%аXðtî„@ùÕÑ–¤½•—IÏìëBƒ¶7OQ–ùw&ÁXæ5™ñªÙýa™[»þˆâ27(} ç2—¨Æ<µ­;odúÓd'(ë|Ì‹(ç +¸d …(g¨Ãb×}M²ëx5qNQ†dxÇf™CQ»ÆëÀ¬EM‹¬6ldE˜'Ñùý)”aþí[çf%ª0ÿ<Ù¹Y¡@uµºˆ0ËQ«í¿RCEæ¯Ô`¶1Šz̳ lö¶+UGÁxK3Šl¢g4Œ›B æÉñ'ëÍœ _ +lc <†Ê³d‹ß¿u¾j¾ +endstream +endobj +609 0 obj +<< +/Font 1186 0 R +>> +endobj +610 0 obj +<< +/Length 903 +/Filter /FlateDecode +>> +stream +xœÅ˜KoÚ@Çïþ+NíeØ÷‘Jm•TªÒC$ªª +¹`ˆÀÁØŠÒOß1IÓWäÝÅN!ÙñÌüæ¿Û„F‘Û„“ %W £äSòõ¡džM,U`ñëD)Ü(ʯ­þ¸&t³´xÿõ÷§ß¿¿L¾$4Ó<Ëeòn’ Ïq€_N Û_gDrbœ†Ž12Y7>âƒLfïn“W„ñ¬LU¾Y¾yM&WÉé¤mA«Àqé\Û‚¸ä²Ìç!Ë †qÅÛ—Ãó*[“MºÎNÙfž•y1ú¾*f×ÓMQM/‹ÕÝtž–×ÓE½ËæÓå*ÝíFt@†!>hê˜ön›»|D$Š Øš'ÿúP”Ù<ŸU£ù]vž¯³A!îÀjL cn–YЊң&5 ›Žq<´ÓÀñN3ï4¶Šõ•w}û`ç¼-mØÓ´æ °OûÒk\ÔÕM]EnJ Hº.êMu2°ûS |™6F0@K + k¸-qÆÃ2›å7YÈrÌ€AʵÅ|¿ÚC¬ÞÖU1"ï‹UQ¢Ç¤ V½Ù‡ë>RÛ:-«ä6¯.ɪéL¤Ì¶uŽíêdP•u6ñŠjP\µ7‰r*§@`ª÷Ne%PÌÙ¨âýÕ°1`Ÿ÷ñ:kÂu±VP÷V†ƒµžq¢«š6Þ™£o«Š‚Ä,×ÏD%pø‹A÷½qû0X¾¨U¦Áò‡ŒÃ­âÔ¬YäÄÑÙªt„*}[µ˜õMÁ$“† ˜ +}${¢9À1©)v"I&¥%ÛïRÉ$GµÕZÊOqì4Ýݑ󢸮oÈ¢(É,‚k>1l¬-jñl”T‚öÁ'†Â ¶}ˆ€£°¨¨b–¶3¥ÀÊ¡:®«÷ë€B%#çƒ~=¨²eL ?…@)å?’xέrTR±ˆé×vÄT£¨ŸºŸ_tð€;T\¦³’íâEå?Ö&/7(±<`z9òreÁõ*!¹DÍç©Ùðr®€{¦­8 ¹ÛÝ$g(Ñ|uCINQ}ùÓ<”’Ì¡¬Š=Š{zDýÐD+¨Y3‹ª*–KjTXž†þbÑÐØãµCøÇ$滅 ï9v'¨~Î"ŒrU±¤él”¡¦Š…Kg£•—WëôlÔ¡¾ò—f0à j«€ù/ +aŸZÞZŒ"˜B©ç)ºÿv‘lñõÀC +endstream +endobj +611 0 obj +<< +/Font 1187 0 R +>> +endobj +612 0 obj +<< +/Length 940 +/Filter /FlateDecode +>> +stream +xœÅ˜MoÚ@†ïþ+NíeØïD*µUR©J•¨z¨*DÁ€°ƒc+J}ÇI•¤iXï‚ A‘»ïîÎÌ3ïn +TEnN>'”\$Œ’/ÉŸ„’Y"4±TŬ¥p£(x¶zòLèf iñ!~ëßÿ?¿L¾'9NÓ¼ÊEòa”ôÏq€oŽæ »{ΈäÄ8 …12Z7ñ‡Œ¦Ý$o–é4»JI>Y§'½÷uU Èéäú–œÅe}EæEI¦Åª(³|Aò¢×ù²XÝŽçõu:/V“ëkr“UK²ÊÖi¼%£‹ätäe8.Û*ªL7uV¦³“^UÖiï]À˜F‚a\qÏBÉpZNæ.#d@-@ùÃáe6 Jqà¶9Fïp8`V¥ë¿çæ³´ÌŠÁ¯U1½¿¼íÚ#ý’ÅðòEÁapVã‘M³ ¥Þðx. À̦Õ`v›ž7¡45 ›Jp¤…j§ãF-Ö4&7ÅDç +xkw…|ÎÐŽ¶T€ä3‡Æ±%iv÷Ûÿ]n?Ò9@šEêåh(á™F7ÙÖÆ ža:Ñö[ÂPÄ3‰v/ €ãZðOÍæQ… Ê{Åqàù9šÀXªu9?C˱]ðÍ(š½Î½VøBZ½öÎô`Ó4z_«„O¯ÑÆ^íw8½BówÄ$— +l{Ž?ƒî×dƒ¿*N¤Ç +endstream +endobj +613 0 obj +<< +/Font 1188 0 R +>> +endobj +614 0 obj +<< +/Length 933 +/Filter /FlateDecode +>> +stream +xœÍ˜KOÛ@Çïþ«œÚËdŸÞÝ(Tê*Uí)UU¥‰ †Äc ÑOßq@”–²×N vfggæ7ÿ½L(P¡¹N8ùPr–0J>%_¿JV‰H‰¡ + ~`›(ekEùý³Íƒg"m’âýþׯϟ&_’Í´_Õ:y3KÆGŒXÀ7g' Û=gDr¢­†Ž12Û¶>â‹Ì–÷¿]'/Èî5-›ú¢©I±Øf£¬XeU^N¾oÊåù¼(ëySœ–››yVlòõiÙj~Ò\áÏõfqu5Q#²Ø–MQŒÌˆŒ_½$³³äpærÌ(°\Zëtl:^V‹“:/Ö!Kj šqÅKNÇU¶Ì/²ånÚà;–»]í.l¯›ºœÃÅÕ ùX–çÍ9)+²,7e…; þ8’ë¼>%®IÓåéSÝäÛlDªì²É«lu0ª«&…lš[0)ž‹ëX¦1‡Â ¤ŠRס´K®«|²Õ ÛBs§3™æu¶íšÍ4,…S›ÇP¹dÎ`=QL~_¡ïÇ-@[ë)î?œ)1Qóe=YÝdÛì 2”rPØ=Ùµ§]+Ï%5%†eü> +endobj +616 0 obj +<< +/Length 939 +/Filter /FlateDecode +>> +stream +xœÅ™ÛNÛ@†ïý+_µ7“=P¨ÔTªZ©H©zQUQš8ÁÄàØBôé;N¥¼»‰‚À$;3»3óÍ¿\'¨0ŠÜ$œ|J(¹H%_’? %“Dhb©‹oX$J9àFQ~ÿlþà™ÐÍBÒâCüÔ¿¿ý}ÿyò=Y¢™æ«œ%ïIï”øÇÁ4aëçŒHNŒ3ÀÐ1F‹ÆG|‘Áøþ§›äÙ¼úy•-Èr´ÈŽÓ¢Ì&ù¸:ZÕ·åy1¿ý0*/OëU6ù8­ViïÍk2¸HNm†­Ç¥sí†û½Y™OBÖ3 ãŠ{éuuUWw‘dËIVæÅѯy1¾b<ÃzÐp‚ §MHÃYÓ‘JÉhQÔËê8µ) ŠP P­Þô{ãr4­òå,d9ÅÛæ¬Ÿ_²ß+³q~•…,ÇXжÜfµ»½z[WÅ9­nÉ碸¬¯È´(ɸ˜%F@Z6ÜäÕ9™ç‹,%ž1 ZQúüI–Ùuc§UYgiH´Ô€lê¯å8ú‡¡Ž›×vÍ’É«±(&oT†ç. KXmç|%¹o/4…]ÌWÈ{öB1ðäËs]qr›}nR=ÈŒ¤À° +=y´ï`¹‡÷ÂéÇ „Ù §Õ ¸jé>‡ðB9ÂË:a%Pl¾&Šhe8XëŸ5‡h¥hãB¢0­‰­»Á´ÂÒÜLxq˜~ÿËW£UU—ÙÝf]×£²úýÉñ> +endobj +618 0 obj +<< +/Length 930 +/Filter /FlateDecode +>> +stream +xœÍ™mkAÇßß§X|Õ¾÷ùAL¡-I¡¤Ð€Ð¥ˆÕÓ\¢ž9ïé§ï\ IÚÆÛ]sjAÏswfwfóo +TEnN>'”\%Œ’/É÷„’I"4±TʼnR¸Q”?^›?»&t=´xõç§§û/“oɧ©ŸÅ,ù0HºgŒ8À/Ó„Ý_gDrbœ††12XÔ6⃠Æïn“7dóègeº ËÑ"=éäE:ÉÆeo™—_Gë²*Ò³jN>ÍGëu§ûî-\%§ƒ¦Y­Ç¥s‡ÕH0Œ+~ØYµÕ> +endobj +620 0 obj +<< +/Length 926 +/Filter /FlateDecode +>> +stream +xœÍXÛjÛ@}×W,~j_Æ{×®q +½$…ÒB†>”b\Kv”Ø’#K„ôë;ŠCÒ’D»«øfˆg÷Ìî™9sæ:¢@E¬ÈMÄÉ—ˆ’ˈQò-úù‹P’DBCüÂ2RÊåÏÿ<ºYH|ˆÿõÿ§Çï_D?¢·iÞå<ú0ŠúgŒXÀ?Žf»{Έä$¶10ÆÈhÙ`ÄM~»‰ÞÍk˜Ué’ä“ezÒ+Ê4É¦Õ /ªï“uU—éi¾ÈæUš§ÉY½N“Ï‹ÉzÝë¿{KF—Ñé¨ €Q`¹´¶ €ä6ýš-S¿b 1ãŠ,R-@lsÅ›†)‡ PdðáˆÆ-L;f@+Jöçe–ø¬GcMMigXÔÕª®îJó$-³bð{QL¯ÆÖxµ‰kœ>6ž5‘çMhÕ#“eQçÕIÏôˆO ÚjàxÐí\ö§ådVeùÜgI¬“·=Ã~™N³U곜栰R¶]Åp³Úý¹½¯«b@N'ë[òµ(®ê™%™‹¢ÄˆÇAXŠAÛ…ÞdÕY4”éu!9OzUY§=Ÿ˜%†üo½•aÈpùìÈè¡'5‹!F- ÊÏp:SOS Š+W²î ² +Òÿ8À ÔZGzoA±UÌÁ˜ÀÞdwak:lTv‡FQ˜Íú8ÐlO„X•6-ñQ a wv=Þš¯°Ã×ÌÝÄì_ô¥• °*´# }i0ÓÚàh¾Ôb‡þ=§ùŸÓødR^ÝØu=)«?äemö€&-(Ùvv>ñ Â¥Ÿ!ú.9ZCWVûª»dhó˜£ûpwߟðÜïÚîó»S÷’I%è®zõº­… M`O³¥­ ¾P¹ê¢Ò"Fc§Ãªÿ–BTèèäa.V¢— U™-m-Ðöu˜¼rkŽÆÎC}v±5s"_ T@ì1 ñ•Ð'RÐA<¹E?oÕ1sƒ^Ò1îPO®Ðìµ:æÄÔ”DËØš +]Í2hÿ\r"¦œ+àÎöÈ[N9C:Î á°gË)Z4'qwƒY4g¡Ã½]à0h˺JRˆê2Žk{Ó’îc] ÎYßpH4Z¡ýå.p*´ÙÜŽvì +cèáÜÂ[½e`]SÌ=«·EcéÌù ñŽÑ:ºËíVèã©ÑÅøn¦Ú¯šIKÆ•,OUö<ºÆŸ¿Áö” +endstream +endobj +621 0 obj +<< +/Font 1192 0 R +>> +endobj +622 0 obj +<< +/Length 922 +/Filter /FlateDecode +>> +stream +xœÅXÛjÛ@}×W,~j_Æ»«½§ÐKR()$`èC)ƵeGñE¶,Ò¯ï(NSZí®"96XqöÌìž™3gwkIî"N¾D”ÜFŒ’¯Ñ÷„’Y+b¨ƒ_XGRZàZRþôluô,VÕBÂàCü¯çŸþ~ÿ&úm¦zç‹èÃ(ê_0bÿ8šGìá9#‚m50 Œ‘ѺŠ_d4}úí.zCª×p‘§³woÉè6:Õ-g$X.¬­_L‹dM6“urÖËòd–N‹Á&+®&û¢Ì“O“|yQî“ÙçÕd¿ïõ}µÍ¸ä§GV1ÈÓ£JÜTGßyvŸ\¦ëÄH0 H=CºH‘[0 +Ùtzdf@IJ_LTƒ¨Å©•UÀq¯ñéeÈØ3(V®«õ={Ò1hk=h˜•Ŷ,SI6³$O³ÁÏU6]Ž1¡ñöÑx†)çUNãE•Ô@öÈd•›â¬gzÄ+EÅAbg®çÓ°?Í'ó"Ý,|–” êy2ìçÉ4Ý&>‹qù^wÃÃjÛõ¾,²9ŸìïÉe–-Ë-™g9™f«,ÇøIÝþ‘»´¸!«ªÿИ÷ÿÓÌ“]™"ÏzE^&=Ÿt©Ée}yCZ 1R¸•FEþ•b©i¥æ`Œs4è< Å@éÀ‘¢ƒ0$b¤ºÖ[ã¨Ôÿ;HûÁa®|Ý0˜ÃGÂÀ±Z±À9¤ý0„{èZ×a˜˜qM(Þj-4ë1^žP­…¢ ±ÔëÙ¤ÖBX¢þìôZptmµMâ_jýñ:¶gWNòâ×A·éfÙ#áJ*ú=æØª%T€rkŸ¯”Æ6aꦇš®ý°M×»äÕ¹cƒ–,T©ƒaÝP&±$18ißUÅ./ ¾+Twg£ÕjzW ÆÑ^…jHc0vZP4ZM¯ BÁ¸E ¥þÔ[w¸Aÿäq¹P§;Ç}t ‚u†k +Ì! +:Ã%¹Öl!Ñ'9º{-lOx8—À]ÃPˆðp†¦ËMf_ááÍ“›®uÃÚ3vygÌ¢Y +½2kÖ 9 +ˆ`Z¥Ú»–t‰aYÑÐ˱òè\ÓU°±ù²û‡F°ýM¨œ´ËÐϼB¥Rô=N“á¯g=‹Gv(g-Žsv »ã4;ª.Ä4I0V{¸¦£+ÌzíºŽvøó]MýŽ +endstream +endobj +623 0 obj +<< +/Font 1193 0 R +>> +endobj +624 0 obj +<< +/Length 893 +/Filter /FlateDecode +>> +stream +xœ½˜ÛnÚ@†ïý+®Ú›aÏD*µUR©j¥FBêEUE q6[Qúô'išVÅ» ÆA‘;³³3óͿۄF‘»„“ %7 £äsòí;¡džM,U`ñëD)Ü(ÊŸŸ­^<ºYHZ|ˆßúû¿?Ÿ¿N¾&9ši^å2y7I†Œ8À7'‹„=â™ÌžÿºK^BƳrº¨²|ùæ5™Ü$ç“¶­Ç¥sm â’Ë2›‡,g$Æo_̪tMòé:=e:ÏfÕhQïÒù‡Õt· Cliª;Š·Í©õ`K2 ˜8­ç»ÏÖü>ý’å·a†¸«ñàûس ¥½$5 ›Ê=½)í4pŒ`y¡±L)ÖÕAykË0Îy[Â0°'hÍAaŸóÿ¸¨«M]=9Ÿæó´ÌŠÑU1»½zØÂÕ²ÙÃHÈt]Ôyu6°´#ÅÀ—ãaD×Ô’Ãêi;úñ°LgÙ& YŽ0È…¶ˆW{ŠÎÛº*Fä|º»'ŸŠâ¶ÞEQ’Y±*JÜy.r—U×dÓôR¦Û:ä8TeB<£Wí¥ÃåLänp£¬Š™U‚û3‹†¥“2¬õ@¸{«š6^RwmUQ˜éúÔ@RG¦¨¶}üÞ¸}ÇzµÊ4X‰øã­â¬©Y$ï¶*áGI×V­f}3@0¿¤aàf²ÓñKj +ƃ›H‚Ié@Éö“‰ ˜ä¨KZË÷üzÿ›Wi¾Ê–×UšcCµ­§eõó8xI†Ú†yÂ/I%h?nBé%œiÛ±¿··¾ÙE±Ë‡€µZaQÐÄ’¤ »XHTÇ5ù.Ì¢·2rH8aB¢Î‰åI¨yü¾{»P,Sº°ËzO!Š’èÐ+€#ìr‡ÒÉx%f0ʸE! úÛP¶¯WÀ5nPFy É5®,¸v­5.Pþx%ÌB@àWÀ[ǪxXr†RÊ—â1°äUR@î¦.s(b/¬37p®dµP,H:vA£Jòܜڬ0zèµW N™D¡äßN¼W¡@w¿p´ %T,z:v¡žòWòI] ¨Á¼ +è¤.8Ô`þâF±Aý0+öDbmAxk: +Ä +¡œÿ‚ø2Ùâï/ÊYÌi +endstream +endobj +625 0 obj +<< +/Font 1194 0 R +>> +endobj +626 0 obj +<< +/Length 922 +/Filter /FlateDecode +>> +stream +xœÅ˜ÛNÛ@†ïý«\µ7“=¢P©­ RÕJEŠÔ‹ªBiⓃÇjŸ¾@”؃qR(˜dÿÙõÌ|ó{›Q Â(rqò1£ä*c”|ξ}'”L3¡‰¥ +,¾a•)å€EùýµåƒkBï’/â§þþëÏû/³¯ÙeößÕ<{7ÊúgŒ8ÀŽf»¹ÎˆäÄ8 cd´ÚLj_d4¹u½"dXå“b““õx•ŸôÞ6u9 ïËeYë9É×Ëb~Yçë|z1kvø{¾ïv亨/ɦX/z¤Ê·MQåÓ“^]5yïÍk2ºÊNG¾¨¬Ç¥sž¨ÈpRg5Ƴ ‘`WÜ· .9¯ŠiÌrZ€ò/…‹u¾º;´·_LêÁƒÓ:ÛÖ‡ýYõú1’Š·û[}\YÉ€bâùòã²ÜÕ˜md§?ó/ûÄ‹b´¢4ïû~pTUí4p<Ô#çÆj¦X|GÎ!mçüM䲚ƒÂ.j5ýÈ^£ƒp¦ ˦Þ4õÝ.òõ4¯ŠrðcYNÏ´èî‘ñªlÖõIÏöHÔÞ$†eéO a?¡3knÁazÔ¿%PÌrTƒâÊ[ÏOñìt¼ûI>•å¢ÙYY‘IßÂQ)§@`<T:"••@1¹½·"‘Êp°Ö? $ RiÚþoõÅå-KV¥(HLVýÿ"8µ%õønå±´n§ÃCT1 –' Ýn'_Íç…N#N‚H¥M·X̦ÍÝ`¸ÔY±Û4äS<{¥t dø¦‡¾RXXÏþh’è+9Ú?o‹J`¯¤tI^/9W‹»3Ú6ãªþõ2)œiç•‚Haу…™‹HõBu îÛ3ÕÍ`z~sPQmZ(4U202t*(Ñ\µPA¶*ôÜ  â ŽN*•7/Ú;^šPôMmŸ4´ä“iiK[ Z´T­Ÿ.´4è›Â‰æWhš^f +õÚ@âÒ€ –[¸@ÿÆüO@gè’¹œd#E»åMúXÌ1‡N+”Í)˜cS˜±˜c]PplñŽ…“5r dX(4õ‰WWÚ]Q •¦-¨ÐÓ.@ˆû‘ +‹®6ÉÐð¤r£+mŠ^'ì4¢íÐ䤎qIôC©]GÒÍO¸’£ªÐøDç¡*Ø`>AÐól‹?¿{2^ +endstream +endobj +627 0 obj +<< +/Font 1195 0 R +>> +endobj +628 0 obj +<< +/Length 898 +/Filter /FlateDecode +>> +stream +xœÅ˜ÛNÛ@†ïý+_µ7“=ï…Jm•ªV*R¤^TJ'˜œ8¶}úŽÒª=8NBöß™oþl +TEnN>&”\'Œ’ÏÉ·ï„’i"4±TÅ7¬¥2àFQþølù×3¡Û…¤Å‡ø_ÿþöçýWÉ×d2íW5OÞ’Á9#àG³„Ý=gDrb2 7ÆÈhÕî_d4yüé&yEÈpPå“b“¿yMF×ÉÙȵœ‘`WܵÜýjd=^å§éÛ¦.OÈûrYVÅzN¦ãjq9kvùôr¾ïv䦨¯È¦X/RRåÛ¦¨òéiZWMž†lG PŽ­á¤ÏjYLqà¶ ¶cA\r^Óå$ŠWêŠüý‚E¯¢Uâñ‹I}Ò†é¼Ò‡6Hé Dg`5—Ù±ô˜­(u¥B¯zÔ€lK¬‹Ümþ¥M±iàFOôv.mP,©cå‰6L†¯céi +»Ö±òD+]Ó¤ƒš¤À°ê|McØ54·aUù²aX6õ¦©¯§yU”'?–ådqù´Çžè”ŒWe³®OS›’ c1ÁãN’á ¢½jªAqåì$RVÅ,vþ$:ïnɧ²\42++2‰#SÀÆ k]Ä ¥›Ò 4Þób§‰Éªû!œ8´Dš'OiXr*¬‘û©èøÒLƒå‘PïI‡?ͺò=€2“ bÑÏ¥Àl\óîIÙ0Èb§µž¤5ãGÈA¤eJ¾ÌU ÂK˜ppJŽFÇÛŒMÉdÌw•QØ”T‚öq.›Â¢Éñ0Åià®ÊåíC”¶Í¸ªîçàÖÕî{‹Aœ@#m¥;\ˆMN,j~7Ý6TwãäÅ] ‚š/–Hîa~¯‚íNW¬td·p‚¢Åñ;ùþÎÄ3ô8¦£gì$hÑät5û úœXRì%¨Ðuôqô$:áóˆ ´;^¸‰ô¬×v@ç +¸wš‹Bgh½<å$–¡Íñär”“ DTÀÎ,ú%'LB1Ç4Z%ß´Ã9†åAýŸR…rŽIô5ÙêŸ'kà$È„å™p¦ÍÑëÄ’¢/m†f§+4bpÈ(z›ý FçCfèmüãØA¤ z›ý>%è,­ÑÛÄ~„Ü“´BôB…,X?!èE²Åï_µÙ +endstream +endobj +629 0 obj +<< +/Font 1196 0 R +>> +endobj +630 0 obj +<< +/Length 920 +/Filter /FlateDecode +>> +stream +xœÅ˜ÛjÛ@†ïõ‹¯Ú›ñžÆ)´%)”0ô¢”àÚ²­Ä–lY"¤Oß‘’´$Ú•%¹6XqöŸÙoÿÝE¨0ŠÜFœ|Ž(¹Ž%_£? %óHhb©‹_ØDJ9àFQþølýì™ÐÕ@ÒâCü¯¿?=}}R”©Þù2ú0‰†Œ8À?N;ž_íÊi^üé™n²2-Îv@†ïÞ’Éut>©‹Ã*p\:WÇx8˧‹"I—!C †qÅk†óx–lãán«\× w?ÚC–Þ—E6"³u–cÄäYš–ëé~On“bE¶Iz3 y¼+“<žŸ мŒ!áH+¢váÆMÒÅXKP_ ãežÌC†c´¢´.û÷&E¼yÈX†)HfŨJÕE•©OU¢AD ȪÃN#§ŽÉª«†Nõ°?(³¯O_Ô›ßÅߪ2 2ŒsžFìpbšƒÂMëTu¢ƒ–‰¤À°©NV&܂î;ªLŽÑc È·i w M5(®¼»F Žûì4RNÀnëFÊJ ØUµô‡‘Ò ´©ÇåK0:ŸîïÈ—,»)·d‘ådÖ N) + ^¿X(à”À#Oí +4¡›ÂƸ?)uB7Å4Xî¡ï¿}æ)SX›xÈÓÌËé>¤¥“ š²¡#i+€Ùãöí&ø“†ó«zš¢¦`š²¢#ié@Éÿ³°Â‚ð¤iŽÞdzÉ÷#ÌÐì0ïJSSR Ú—PS8Òú–²6…EÓåã\86Úh+=öz¸8]'ËU§˜«ç¶·ÆÐ„&Ñ/Õ*d~MÏE7Á¦àhsü° Ŧ`G¼ÏŸ’~8£^R´§ Š–ÆãÜûÒæíiáÛh[´:~GߚܠËiŠ®&©Ðñ´0tm¤%šïUOÚ’!ýhs¼ÍAm†>ÊßËÁè䔃 èO/:_ƒÂeÍ·oq”Y´e>ð…s”aÓQÏíWsûYÏÕ€¨$š²Úž8ö²• ÊwÀjÂUŒD@V1c莚R¦IlE÷Ô…i‡C'å©öS„aÐUùï:¸³E Õô.º‡é*´SM‘ÔCR 0CÝ„qíðç¡^û/ +endstream +endobj +631 0 obj +<< +/Font 1197 0 R +>> +endobj +632 0 obj +<< +/Length 920 +/Filter /FlateDecode +>> +stream +xœÅ™ÛNÛ@†ïý+_µ7“=©ÔTªZ©H‘zQU(ML0$vbl!úôCEﮉILðÌŽÿÙoþe›P Â(rpò%¡ä"a”|K~þ"”,¡‰¥ +,¾a(å€EùýµÕׄîn$-^Ä¿züÓÃûÏ“I‰aºz™|˜&“cFà/§g »½ÎˆäÄ8 cdºîrÄ™Îï¿»NÞ»WV4ùš”³u~˜æå"¯‹êà÷ªš_žžW«›Ó¼\Ëó&/óÅéY{…_·í¬nþДLÞ½%Ó‹ähÚ—‡Uà¸tnßy †qÅûóÈ&˺X„ÜO Pž5eUÛlÚfÀ¢tJfëª-›ÃÔ®Oqà¶SL_NÙd^ÏΚ¢\†ÜR2 ¨Í> e“:Ÿ›<ävÌ‚V”ö=ìînÿ*ö¾mªò±ZU5fLž)Ùr5»º"×EsN6Ey™’:ß¶E/Ó¦nó4$5j@v]ÜS»,¢rÚià(úþ‡A²@­iì!ŠÚêå ++PÌ›ƒ®jGE;îjö¹+Y"+mçâÚwG¡5…»ž§cG ­xäð\àÅMþ½SaPIiîéÙqVÈ-8lÆ}HŠ0ȶ}HŠjP\õnA#…VNÀÞCd+bû6£Pò)ÃÁZÿd1€~·[ùø)Í@ß?¥(HìM½ø)ì·».~G³«òµª.Û 9«j2…a@jLƒå}˜ªÂU3Þßã1D•N‚ðs(”¨Ò +`6n‡PpàL* ç°^# MÁÄbh„4¤%Ž1ؕ‚ˆÐëåèÐâ€0B íÛÿ³§´ŸQc§!œi÷® aÑËyqNlû Õ^©½"°…r`¥ïyG[H´—>†[p´p‚ùÝêbV_>rö/ó©‚íÌ¢ +ŠÆÎ{^ TîЬ¯ã}~¾ý„•ºlOnë´‘s‹6M{¦Œ5hÚ†bjpP…ví)—èÍbOë^¼8®,–A/Êð—l +ÊЊù›nÇA)úµ×nMæÐ‘ù[3aÌ¢ó#€aOväôbÚ÷QôbØàÔsbA/&(Ï<o7{iG׫þx"2†FÎ'î.2ŠžÌo†B¹èÐZÈÖ7P>Umè¿=ÐSy†¢Qãk´Zþƒðñâ+ôXCÑå)ØøÏ:O’-~þa•57 +endstream +endobj +633 0 obj +<< +/Font 1198 0 R +>> +endobj +634 0 obj +<< +/Length 918 +/Filter /FlateDecode +>> +stream +xœÅ˜ÛnÚ@†ïý+®Ú›aÏD*õTªZ©‘zQUˆ‚!ƒ±¥Oß14iZEÞ]p)8dÿñxf¿ùw“P Â(r—pò)¡ä6a”|I¾ÿ ”L¡‰¥ +,~a™(å€EùãµÅ“kB× I‹ñ¿þýô÷û7É·d…2õ»˜%ïI÷ŠøÇÁ4a»ëŒHNŒ3À00FË:F|‘Áøñ·»äÙ¿úY™.Éj´L/:éj’YÞû¹ÈÇóáM¾¸NFÅ|8­¶éd¸©FEù«G;¤ûæ5Ü&—ƒ¦¬Ç¥sg ÀH0Œ+~¶´u6qÅÛº‚èwgE6 YO2 X¨¾zêçU¹®Ê˜;Ò2ZæÕª¼èØÀ›ã¬Æâj ¦ß£i™­f!K2 ZQÚT-ýn‘޳u°œv8Ø”þþ~µ?©z[•y¼Ïy“ÿs5[Œ¶[r—•7d­æR¤›*+ÒÉE§,ª´v$ņh|„ýˆœi#À8çkñ~`‰iÍAá6Õ°9¦ —½:_0]Wu¶>ÖÉê„T’V êíû„Š’ÃÚõ4f»šÜ‚Ã⎂Áƒæä>ýZW\3`[Q›þ±7G5(®;·mMål¥SJZ {í”u£ k#‡ˆc55m¼sC0¸”¢ ±ßt‹àÚmÆpK œöš‹& +Z +ûz?&¶-…c¦fÍX}Z—£í=ùœçójM¦yAÆÁóÇ$ÑȘxJ+€Ùæ]?†ƒÒ0pþÙ(”ƒRS0±„)ØÀÑQJJz±þrú‚ˆ…H›ú­Óa{{ +%CƒÄÎø˜© ”õ… íù³°èü y9}Ü5¨Ž«³6åz(é}üÁœ ”‡E§â,î ½gQ¨ ᨭ“Çž7úÃjµKÖS#}œ;äÝ—iv¬QTä­•פS‘ôM±TzØ—÷ÙÚM¢×»\íÐ\¡m:Ш(Ñ?Åš))Ð>ÅbèÞq®€ûO Z½7†žÉÖª$EËäk£v%™CÇäo´V%-š*?ESP® ãâsÕ8,*tDÇY•#Ä¥{œOñŠ_'üù µŒñ# +endstream +endobj +635 0 obj +<< +/Font 1199 0 R +>> +endobj +636 0 obj +<< +/Length 910 +/Filter /FlateDecode +>> +stream +xœÅ˜ÝnÚ@…ïý+®Ú›aÿwH¥¶J+U­ÔHH½¨ªˆ‚'`ƒ±¥Oß1´IZï®1вg=ž™oÎn" +TE"N>E”ÜEŒ’/Ñ÷„’i$4±TÅ/¬"¥bàFQþtmùâšÐõBÒâEü¯ÃOÏß_Dߢ eêw1Þ¢þFbÀ?ŽfÛ]gDrbb 7ÆÈhUï_d4yúí!zEö¯aZ&+’WÉU//’i:)ÓÇäkšÝ÷úo^“Ñ]t=j² +b.ã8D(ɦI‘惟Ë|r[e‹|ùx;«¶ÉôvS‹ò×€öˆ—º‘`Wü2êZ€ºŒ²âÀm Q— (fmPru§Îc°S®Y}ØŸéÔg=fA+J]94Ì«r]•Þ·£{d¼Ê«¬¼êYÏ;£dÝMš62ìOŠñ¬L³¹ÇŠ:ÖÀ1TMy2ìÉ$]'>Ë&Ž‹}¸_íO˜ÞVe> ïóe^àŽÉAœæËñvKÒrAÖu»!E²©RìAW½²¨’žÏ†4…­±ñÙ C¦¸žzf––fjP•þmÂûP}¨#õ±”W7ÖÜBŒ¹Üªí·Sd ¢*¨ÿ§H5(®œõz4ÚT¬@ \ÎvgÊJ X]çËe8XÛrLh§¨h8/§¨(H¬B}>ES«‡øâIaIïgÁŽð´k»-褘Ë]Ô“ÂÁV³f”àIZÌ6vïÑéz¼}$Ÿóü¾Z“Y^I(­> +endobj +638 0 obj +<< +/Length 918 +/Filter /FlateDecode +>> +stream +xœÍ˜ÛNÛ@†ïý«\µ7“=P¨ÔTªZ©H‘zQU(MLb’Ø`l!úô$-”¼»Æ© vfggö›. +TE®N>$”œ'Œ’OÉ×o„’Y"4±TŬ¥p£(¿}¶úã™Ð›…¤Å‡ø_÷ÿºûü"ù’ähfóUΓ7ãdẍ|s|–°ísF$'Æ`è#ãõÆG|‘ñôö·ëäÙ½FY•®I>Y§‡ƒ4Ÿ¥eV|_Óåi/ŠÕÍiš¯²ù¢JótvzV_áÏËzRV?è€ _½$ãóähÜä‰Uà¸t®OŒøâý{¢¨/Š2eÓê`v“~Îòå ȈâÀí&‰zß®d@1ËŸA2rVc6öï ³ ¥Ï ©¹¹ÃúvD; ÏÆ“°£á¼Ìf!ëáÍC±Þ}i7*êꢮZmMÈd]Ôyu8°»4Œsžûp4œ–“³*Ëç!Kj +Ñ”K£a™N³‹4d9Ia‘4Ãh·Ú¯˜½®«â€¼-VE‰“Gƒ6_M®®ÈuV-ÈÅæ#ezYgx·ÜâVÌãÇY•u:Ù 3`¯G0Š9ªAqå+æQ`â*§@`â¶!Ä.öGw¡?ÞDþý&ðAÔPVÅ쌢FgÆ k#»–ÎŒkÚD6*mÀ¬‰õ¥{Ù¥À޳ŸÌÂúÝ5µ}g,lA:3Žý»f‘]GWÆ¥“ ¼¼ §ª´˜õ¶ ­ ºåC ¦JÃÀyÌ(¦JMÁø ÎT),rbêÑäê†|,Še}AΊ’LcàG™ØpüMéPÂJ†¢5G/а’JÐ~,…V8Òz:€–Mï.‰{^aQ¤ÅBg/Ž` QG†½ø¡P¡É–ýG ……D‹£½ìX þÚÓ€$ÎŽú+S{q„õŸ†UÚž†'QŽp‡ÚÎt'йe & ÿ•ßÜ â”jb®P-6O5"ðÍ +<ÏB$ñlR.ï á˜å\÷õv1˜å ÕŸ?íC1Ë)ê9ò65¾ï0bÛŽ÷d¯ «9Tr±S¾ÌZÔumÑõ³ošÑ1–õÏç:ߟDéæë%÷`V(PO„´2ËQ®Å‚§³ U]•JQ¸yTV Ýж€ + €Û?7u ¬ÊÛaÆMzQEz*0F”*°ž o£I!÷Û«“ä¿Ó†Í +endstream +endobj +639 0 obj +<< +/Font 1201 0 R +>> +endobj +640 0 obj +<< +/Length 921 +/Filter /FlateDecode +>> +stream +xœÅ˜ÛnÚ@†ïý+®Ú›aÏD*õVªZ©‘zQUˆ‚!ƒ±¥Oß1IÓFI¼»`B¢H‰3³ÃÌ|óï&¡@…Qä:áäsBÉUÂ(ùšüøI(™$BKX|Á2QÊ7Šòûg‹ÿž ]’â»þõïõ—É÷d…nêïb–¼$ÝŒ8À¦ Û=gDrbœ†12XÖ1âŒï»N^é¦ÊŠtrÖ)‹*í¼yMWÉù É¦Uà¸tîY›„þ¸MËl5 1h$Æo2ˆ&gE6 1§¨fSh,+Ó%Y–éY']MÒ"Ë{¿ùx>¬V—ùâf8óá´Ú¦“á¦åïínˆ{ÅÛúC;]’ÅrzþS?~ÜÕX%1!äX‡Ù¸ìMnÒoÙjÞ rÄ,hE©§xŽzVj@Öݲ´ÓÀ1Ù'¬9SbŸ°æ´`œkLGAsP8£}£¬8Ë´b௬~^•몌;‘îÑ2¯VåYÇNR`ØÓÍUÖïFŒ~Í-8ìÞ¦ªéw‹tœ­ÓsTƒâªqôo­Ý%ëmUæ=ò>_äFLgk¶m·ä:+/ɺžI$˜Ê)ØmñRY ËÜÓí¡¼T†ƒµM;Bè¾MØÌ×Ç:]ŸêlÍm¥hãÙ"Ú÷ª(H,aý²^®wQx؇„ +{év[|ѳ1 –Gî‡{ÅUX³=׋½½J'AÄæp¯V³qëÅáN ç_!ƒA&5ãeG,ÊvÃy’Ié@IßE2),ì¾&“$“ EkÎ×S$;moÈ—<ŸWk2Í 2Ž [@TT‚n$O<… msâ¢ð(, +0?YBñ(°¨Žßau¸S +…RJzqÌ$j¬X²´@‰å»sh¢‚£’ŠK»Ge',5Š +ªí»‹¨¸CeZV²qX”\±7íF`PgyéÎ^®Pdµ­"÷E/—Œ·“£Ð˪>+ÃÑËÊ+O4ŠÈõh[VEú@n¦ 9E‰æëŠF2‡êË_䡌deU,¢þŽç»tíÔ‹]²‚&5Ó(ª< Wë>±“hì=Û¡>% +,Ou·‚>&(ÿµB»‡ã¨¨bs¨O†z*1‡ú¤(§äO›>*®îIƒ²Ê¿'†ß~¢¤ +è¶&p=5‹÷ –2À¼=§XO³=bÖE²ÁŸ?^;"¥ +endstream +endobj +641 0 obj +<< +/Font 1202 0 R +>> +endobj +642 0 obj +<< +/Length 920 +/Filter /FlateDecode +>> +stream +xœÅ˜]KQ†ï÷WrÕÞLÎ÷Gˆ…¶h¡´P!ЋR$M6q5É&›]ÄþúN¢¨mõ|$Y£ºêy÷Ì™™gÞ³Ê(Pa¹É8ùœQr•1J¾f?~JÆ™ÐÄRÿ`ž)å€EùóٓgBo’âýýÓãß_fß³Êl>«iöauÏq€¿L2¶}ΈäÄXŽKçÈ`¾yGü ƒÑÃw7ÙBúU>*–9Y çùIç}S—=r:\ß’/eyÝ,ɤ¬È¨œ•U±˜’åp]7U~1iÖùøbÕ «ú7¹)êK²,×ò– ®²Óøâ/¾R•¯š¢ÊÇ'ºjòλˆ5µåÙ"éªá¤Æ Ä,¦8p»‰ºgA\rZã˜å$ŠgËüËá‚EÏïO!_Œóª({¿fåèúâ¹ ÷h‡tc乫1Ž$Ï,hEé˧ݮ<5 7…™ ^b꣺7¾Í¿mr:FG; ƒÈ™¶¶©±Ì)ÖÔ‘rLÆ9o—iS^sPØ”cZ1HL±ŠK + Ë;Ô¬º‘ÝJs ë5”Iý²©—M¿Ý!ÃyÙ,꓎Ü3`~þ¬êwZ»¦WÞnÔïÞñ0b9e%PL{_ðŸ£ëÇçi: ×ë§0M¡2,–‚÷øR`¨4müD •¢ 1]õ. ù>Zg›`}ÚÄ*ª5+³ÕNØQ+ènh{=I¦ÁòÄcÌ)œ@5K&öÛ›tD*[ö”´˜ÝmhØQÑ0p©3âž’š‚ ƒã ’Ò’Á£Œf•D)¬ÚvàP%¹h2I ’ }óŸN¨„ ­?R{ØÀÿÀñFM–—+éðXETû!…}]¹•~¼'°OH´B©`gkä ˆ…2pТ:G” +ŽÃ©³Ö   h—-m;t@æ€ö3MÝ¢:äCšºA¦J[ê +ýÒÝ_š¸D‡®éh rö(@×*ç +xpêKB*ghÖš€TæÐ’>Êûå‹Y1½¬ó†ë¥[ÕGF¼˜E‹å¥V,O™F皯R€Ê°Xhø–,¨L¢í‰HWß{úýí4{¾}TËgB +¸ÿ6å9£TâPž¡IJEÎ.de½ÑžFe}:´Iá°-uƒŽiÏ»„=Ô5ú«ÔKíé+ôTÇ«n©À†‹û´žg+üú¨ü° +endstream +endobj +643 0 obj +<< +/Font 1203 0 R +>> +endobj +644 0 obj +<< +/Length 926 +/Filter /FlateDecode +>> +stream +xœÍ˜YOÛ@Çßý)Vyj_&{(TꕪV*R¤>TJ'˜Ž-D?}ÇEÅ»kœ 8agvŽýͯ +TE®N¾$”\&Œ’oÉÏ_„’I"4±TÅ,¥p£(¿¶xôLèz!iñ!þ׿=|þ"ù‘¬ÐLýUÌ’äʈ|s8MØö9#’ã 0tŒ‘á²ö_d8¾ÿí:yC¶¯A^•ëª$«Ñ2=IZdùÑïE>žŸ¯G›²*ÒótµÈfeºJ'çÓjƒ?¯ªQQþ9Ò=2ZæÕª<îÙé¿{K†—ÉɰÉ-«Àqé\£[ƒþ¸MËl5 YÒH0Œ+Þ°ä _¤ãl†,§8p[‡¾a¹ÛÕî‚ö¾*ó#r2Úܯy>¯Ödšdœ/òw@|Q$×YyA“ (–Êó]g«yéU•éä¸WUÚ Ù2w`5f¥))ƒ˜”0 ZQÚ”’zÉY‘MB–£dÝdÍ¥LY™.ÛU2 +_í4p TSqìËì$Šeïkð}¸bç> +endobj +646 0 obj +<< +/Length 928 +/Filter /FlateDecode +>> +stream +xœÅ™ÛNÛ@†ïý«\µ7“=¢P©hUµR‘"õ¢ª"7q‚ÉÁÁ±…èÓw ˆR•xwƒ‚À$;3»3óÍ¿\%¨0Š\'œ|N(¹L%_“? %ÓDhb©‹oX%J9àFQþðlùè™ÐÍBÒâCüÔ¿¿ý}ÿEò=Y£™æ«œ'ïFIÿŒøÇÑ,a·Ï‘œg€¡cŒŒVø"£ÉÃO×É+r÷æU¶"ët•ôŠ2›æ“j°I·U]fÒrqVo³éy–Õï^ÿÍk2ºLNGmv­Ç¥sǶk$Æo·;ìÏË|²ž <1 ‹ºÚÔÕ}Ùzš•y1øµ,&‹ñ}(ã)Æ2ž5ÁŒ¯n£èIWE½®Nz¶G‚bS¸m²¡ÍŸaR¦³*_ÏC–” (æ][z ûe6É7YÈrÌ‚V”¶íþðnµûÝz[WÅ€œ¦Ûò¥(õ†ÌŠ’LŠeQbdçö‘뼺 ›|½è‘¿¨Ù”ç.·ÊìªÎ1ûNzUYg½€PµÓÀ1Á[cq+†bæz*u˜¸Ú0ÎÅ`hîÒ°„ÕšƒÂ†å)ÆÃú ´ü<˜æž²ÝÑ +§7Ù·&Ƀ q «/ª×w,3`X/švTƒâªµ Ú嬿—tÁJ Ø¢ò®k k½ãG0Ž•f ¬8’•¢ ±¶uwHVGÁ¶¼‰à±b,÷àý ¿oáï|™n·ñÏN…s¬f¼½IİS: »PvJ+€Ù8hìš]?6ÛÔ¾¥aà<³Ø!Ìj +f_<=ìt dä|²¥° b‰ÔA|…W\ÿïÀ(CÕÅŽ–T‚Ž%ÍóÍ +'@Ú£Ÿ¬°(Ãü +fšÀº§Ú›*‘H»mÓ{M(VúÎ2ŠhB¢*íº5j‚£òòÐã¹"ó?ȸź”—‚¢|óiýDr‡ZÌxôj8"¹EY¥=.ï’6p¶äuU,A:vA¡âêZ]Æy Qoí{σQ.PTÅ¢¥ãX¹Þù•Fœ 5•÷ +î°.P”TþB>¤ Ì¡ +{Ùâg…—SáfUWÀ”x$ +3l,Ôw»Ga&Q z +8‚¸O%´JËuQ/ŠåÍÎkÝxh2†ºÍW1Ðd%™_…BÓ¡ÒòçìÓ½·ëîVôÿCPeyF¯®MjÔ[ÞÔíÖ¤B­µ¯ì‰Ò’ +ì¾:§5´óä +¿ÿØJ#… +endstream +endobj +647 0 obj +<< +/Font 1205 0 R +>> +endobj +648 0 obj +<< +/Length 922 +/Filter /FlateDecode +>> +stream +xœÅ™]kA†ï÷W ^µ7ÇùþShKÒRZh@èE)buÕMtW×]Búë{Œ!Ii²3£«1’Î;gæœyÎ;Y'¨0ŠÜ$œ|I(¹J%ß’Ÿ¿%“Dhb©‹oX&J9àFQþðlñä™ÐۤŇø©{|ÿ<ù‘ä(³ý*gɇAÒ½`Äþq0MØÝsF$'Æ`81FËíñE㇟n’7d÷êgUº$ùh™žuŠ2d㪗Õçbq{QoÒÉe=*«?î»·dp•œš4­Ç¥s§Ô4 ㊟RS P§ÔS¸ÝfC£f¿;+³IÈx’ŤóåF¿¨«U]ݑ擴̊ÞïE1¾b(Ã9Æ2œnƒ®ï¢éé-‹:¯Î:¶C‚bã¬Æ¤iœK¿;.GÓ*Ëg!C2 ZQÚ”ýn™Ž³U0œv8N°iõû»ÑîWê}]=r>ÚÜ’¯Eq]¯È´(ɸX%F@ž]:r“Us²Êòë ˜VŬyËt]g˜vgª¬ÓNHœF€q®¹zûû 5…Ç–§4ûY«ƒíIQw!)KÃòTK + óÔSƒÇÓç&uÔyÞ¦>3`H{í“Ûôû6³ƒ„¨ÅUcõ3På,­×’·(ákå™2¬ìÚÔ× ´‰ì!ÚÔW$Ö¹n‰µJ`ƒçK¦S€Vá²k)[­b,oî#"@+áÐs ýøXg‹Ñfó”«ñL”V³ÍЉA¢4 œ¿ó +E¢ÔL,”žkF?m—*èx–Ò’ž.¡eIaA싞=%9º§8ìÃ:ÉÐ0±Óî• cùr˜¤p¤=éþ ‹Ž)–"JbiS½_Î쩨Ð:IïV£JHôM^BDÑêîÞVXî ½7 Q°mk6š°Ý’Ç“â +ÿƒ—JÜ¡ß2MF5€Ü¢éòÙórƒ>ÊÏPr…¶¨MW¸ËØÀf‘K4E±^-Ê ´J±øhQž+ྠƒ60Éz"ÿý×Ñâ¤h‰ëê¨òÌ¡#òÞOÞ¢!òSæhòýSló×¢<ž/ÔsùÃX&Ñ2”ì Ë„åí£‹ðA1œ±Œ¢[òØ›0C˜æ‹l6¯Ò×ë¥[×G8úgæÐw5ÖD(_ º)_ËuçŠV) ]C//ÐhOÎW>ößR=ЩxÕ/“5~ÿ’Äò +endstream +endobj +649 0 obj +<< +/Font 1206 0 R +>> +endobj +650 0 obj +<< +/Length 918 +/Filter /FlateDecode +>> +stream +xœÍ˜moÚ0ÇßçSX¼ÚÞ~Žè¤mê6M›´JH{1MˆA€H $ªºO¿K©Ún«b;å T©¤ÔwgßÝïþÞD¨ˆ¹‰8ùQr1J¾F?~J&‘ÐÄP¿°Š”²ÀcEùóå“gB× Iƒñ¿þþôøýyô=ÊÐLý.fÑ»AÔýÀˆüã`±»çŒHNbCǬjñEã‡ßn¢Wd÷ê§e²"Ùh•\tò"™¤ã²—åå§|y{™-ÓÙ¼L²dò¡Ú&“«jT”¿;Ý7¯Éà:º4™7 +,—Ö¶1?¹M¾¥ÙÂÏP,!f\ñÅ©¨™V¸©sä4æ%Š™{ªãŒÆ ;‘yf@+Ji×ïΊtâ³AÖ}¤9š~^•몼'É&I‘æ½_Ë|¼bPÃ9F5LÃN븆›»ÀzºCF«¼ÊÊ‹ŽéŸ0µÕÀq“›s¬ß£i™f3Ÿ%±3P,ئ¼éw‹dœ®Ÿå4…½±é ú»ÕîwímUæ=r9ÚÞ’/y¾¨Ödšdœ/ó# Îm$7i9'ž)M'º®[)’M•bZ^tÊ¢J:>K + 3¿ñLú!' XÌeG%÷=SY³bdWPe†¦2õÌ_ªAqå*Ó£ø¢¬‰® ÔZGYïÎ*æ`Làr¨ 5Ž$‡òEQXÃú|8‚žEVbÚ ½gà Ó`¸sºñæ»Â ^3÷¸rlÀK+A`'hö+ðÒ`¦q” à»Ôbížãû{žÏ–£ív‡óaìᘴ dÓÎù] +ÂÌ KŽÚÏUÒ¾8— •sŒƒöÇzã½"©Ý–T/¶.¬iG™ýY7(ðBÕ†Ò"F)§Ã°¿( +9y²–¨ãB™³?ëU_Û[’—[ç(î<˜t ëÌÕ |Ù*¨€Øã"¤%[ï(Ñ­Ü¢2÷ª¹AIé¸ô`+W(üš/ö%Ÿ ÖÃ/‰ +²±,Újg.Pº`‚ZÎpçüä [ÎP˜…Þéf²çÌ)J7gúÅfQ¹…Þõȃ­-­B˜Ì4ª²ƒÝ¢„ÅŒm‚:/ãŠDY:ŒÈ¡@…N¦r…£ˆ;®ÁŠ?w×ðf;£ ¬ë²óøl·(J] í1ªIÇ@v…ÐQ&~¢y2*ÏÜ~·å¯T`\5ó?~¯¢ þüa뜉 +endstream +endobj +651 0 obj +<< +/Font 1207 0 R +>> +endobj +652 0 obj +<< +/Length 902 +/Filter /FlateDecode +>> +stream +xœÅ˜ÛjÛ@†ïõ‹¯Ú›ñžÆ)ô´”0ô¢ãÚ²£ø [–éÓg”„4=D»ëȪM Vœéßùæß]B +£ÈUÂÉÇ„’Ë„Qò9ùöP2K„&–*°ø…u¢”nå×V® ]/$-^ÄÿúýÓ¯ï_$_“ †©ßÅ"y3JúgŒ8À?Žæ »½ÎˆäÄ8 cd´®sÄM~»J^ú5\ÙìÕK2ºLNGMËYŽK皗ó2]“Ídžôò"eÓr°ÉËùêúݤXžUûtv^MŠòg¯×H0Œ+Þu\-@uSqà¶~èÄ]§_²Í2,d@Qtm´_ w`5ª¨ë¸Ì‚V”v."j@Ö͡۰Úiàx—ÒÑsâb ¸W}-§Øs´`œóöœa^•Ûª¼/$ÝÌÒ"Ë?Vùt9ÆrÆXÏx†çuEãÝmIÝ#“u^mÊ“ží‘ 5…}¸YGÃþ´˜ÌËl³YR1hVȰ_¤Ól›†,Æ-8ÔyÓÞ­v³^We> §“ý5ù”çËjKæyA¦ù*/0òôÝ#WYyA¶uÇ!‰1qöô“,Ò]•¡OzeQ¥½b©ÅUó¦F< +å”o;ÀTVEíFmÂ`íÒ0Á*ÃÁZïpä$4m"G‡Ö“P$¢G›­Jà@Õñ[/»ÀÝìø?“`,1ZOÇfÍ"ç¶“N‚ Øq“°˜õM"Ád–†  ;#³Ô nïfÍG‘YJJ6?·6KŽ~¬±1ü‹Ìo›H¼XMöûÇ Ž‡¨dhë˜ç¾Å@TR Ú½PŠ +'@Ú¦Á!b”}_߯ &.,:±Xdµ·Õqôh!ªBW&#'•CÐ($Ú°X0µPŸ@ÖÖÑEDXŽ.,>-„e]ˇ¢K;ôÔâð°Ü¡3^“Œ4nшœMÄ"í¶I@4n(0~"‰ÆÚÃÖÌ&è¿<èx¶Ùü qyq¼qÞŠÇ$ghæ|Á$§hÌÔ(^æÐbŬ…j7pÄdV,FÚÎA£ùj> +endobj +654 0 obj +<< +/Length 915 +/Filter /FlateDecode +>> +stream +xœÅ˜ÛnÚ@†ïý+®Ú›aÏD*µUR©j¥F¢êEU! +†8 Ž­(}úŽI”žï.YhP¤ÄÀÎìúŸùæ÷6£@…Qä&ãä}FÉeÆ(ù˜}ýF(™eBKXüÀ*SÊ7Šò‡kËß® Ý.$-^Äoýù߯Ï_d_²5†i_Õ"{3ÊúgŒ8À7GóŒí®3"91ÎÃÄ­Úñ‡Œ¦Ýd/Vù´Øäd=Yå'½×M]ÈÛrYVÅzAÖe=nÖåòvïë¬=«óÝQõú!nÛ;}Ô¨’EÙu©ãQ¹«ñöïuv›jUˆYЊR*Rom/8fPí4p<ÒãêGcS,»ãêGƹîî‘>ªæ °ûúZL?°ÇhÅÀ¯’aÙÔ›¦¾ßD¾žåUQ¾/ËéÕø‰Ö<Ð=2Y•ͺ>éÙ Ú›¤À°"»Õ3ìGtdÍ-8¬½NðôïȲՠ¸ê,åÇ8v:¹¾%ÊòªÙyY‘i×üY)§@ þŸL*ÊJ ¨íÎ[ƒFe8XÛ=D QiÚxÐýwñ…é–†‰U) +Ūÿ_§µ¨þž6<–ÖÝTx`~*¦ÁòÈñ íVqâÕ,rTHštD,lÒf`07O¤MÀ0p±SbÚ 4ãåS8{¥t ¤ÿ¦‡¾RXXÏÝÙDÑWr´}-*‚½’JÐ$ÅyÈÅrr}ý< )œi=‡ÃIaÑùÁÊIECu%ŸQßµ‡Ô¯…Bc%=³Cò MÖ¾4Ú;¨@å{€‚£¯ŠгwÇŽ+Š~*ͳ‡ð Ü¡2I kDP‹žkß'{5h®ü° †Wè¬;Ç]CÞ]\0Þ:ŒBèôX7ë#àÅú)¸ŸgÿY@R=Y§øãÈ3Ÿ¶c€È,ú,?MBÈ4š&ï”7EÞÉ6pˆdX74öYÒ$Ú)²›€P |ÏRP7 "–(IwÊÐ3ÅÒ%i=“ß±.‡Ž)vLߠÊ +SÆ×è©üÅ ]…~* t]©Àz«øæžg[üý xã<’ +endstream +endobj +655 0 obj +<< +/Font 1209 0 R +>> +endobj +656 0 obj +<< +/Length 924 +/Filter /FlateDecode +>> +stream +xœÅ™ÛjÛ@†ïõ‹®Ú›ñžÆ)´%-”péE)ƵG‰-ÅŠDHŸ¾#'$)ÄÚ]#96±ìÌþ»;³ßüÊ6¡@…Qä6áäKBÉeÂ(ù–üúM(Y&BKXüÂ&QÊ7ŠòÇkëgׄnI‹ñ¯þ÷ôý‹ägRà0íOµJ>L“Ñ'Fà‡Óó„í®3"91ÎCaŒL7­F|éâñ·Ûä !“Q•-òëìÝ[2½LN§]áŒøâ]áb¾ÉNÒ÷M]ŽÉÇr]Vy±"EYÏšâ¢\ßͲb¯.ê¬È–³óæ_·Í¼ªÿ’Û¼¾ ×yq•’EZ€Ú«¦Ê¶M^eË“´®š, ™¡âÀm»äûgH&‹j~^ã|BJ·¶kÚ«*_†„ã¬æÒu‡Ã€ym6¡Ä%ÈõWÿÇnñOŸÖþS»ôg»•OG!˜­(íJaP²­µW_; 7 3Cö XÞeßÛÌÈ* XlžÌp¦F€qøx5šƒÂïÕrM+¯™j’Ãb?(ÕzÀ-8,vßá5 +<½43`h¾Œš”M}ÝÔ3ÊŠeVååøÏº\\Í2Ö)™oʦ¨OR›’ ™R Š+ϱ6EœüÊ)X¿ý WÖzHþzOç7wäkY^5×伬È"Ų4ºGŸá<ÇJQXº/+–§ CY¬°:îÛ³ˆòŒOf–ÁŠi°ÜÛhK öªšEö)ƒ©‘N‚8”d1Ì–V³qÄnÖ†ó·žÇR£)˜X˜ §F:P22#†S#,ˆ.I GÓè=$C™/™Çüû~|æK*Ac +t+‹b¾p¤íÞÈè ¬`ª»[ˆƒíöj=¿¹!/â9@™B*»Ö.ñB¢¡ôQ4ñXH yWKEyÁÑïÅ’ÌÛ„n?)‚õë?"F¦èÿ|÷BŸ;´æN›[´y½ßT‰˜¨AŸ £>ÇWhóúö¹ÃKt…þ‚n|Þ/€PƒÏpwL\Î$Ѐº=˜¸;r\NÑÃz : +¸Ì¡ÿô”np™F{èiÄúsÙÏ ‹”vÞw<Ôd3‰ÎÑ—ÿ1fBò6VÁFi b9ÎÍ1cèðb¡4˜Šo@O%Æ¡¿ëì{¢µAç6à]—¨9kôm±ÿ J‹B×K±¡´HÖô©å,ÙâóZ˜¯% +endstream +endobj +657 0 obj +<< +/Font 1210 0 R +>> +endobj +658 0 obj +<< +/Length 928 +/Filter /FlateDecode +>> +stream +xœÅXÛnÚ@}÷W¬xj_†½_©ÔKR©j¥F¢êCU! +Àc+J¿¾‰ÒTI¼»¢D‰!;ggÎ왳›„F‘ë„“O %W £äKòã'¡d’M,U`ñ«D)Ü(ÊïŸ-<z·´øÿëß¿þ~~ž|Or ³û*gÉ»AÒ½`ľ9˜&lÿœɉqcd°ÚaÄŒï»N^‘ÛW?«ÒÉG«ô¬“æ“´ÌŠÞ¯e1^ ó¢Öù¼XÞ Ó|™ÍæUš§“á´ÞâÏÙr´Ýöh‡tß¼&ƒ«ä|ÐÆ*p\:× ¦ß•Ù$d=#Á0®¸gsý¢®Öuuèît‡ŒVEWg¸Q-@5‚êwÇåhZeù,d9ÅÛ ž_²ß-Óq¶NC–ã¬Æ:4-w»Ú]ÊÞÖUÑ#ï‹eQ"bò g“Q¹¸KÖ¦•ÕorUs²ÎòE‡”é¦ÎÊtrÖ©Ê:í„@c´¢´±¢ý˜ÔQrט͌ $œv8&®©º©À d㪇Yû¶OÚÌÙÅ.e—ûŒuB¥±u(R=ªÙ0Îùš¶ÈšƒÂóÎ×ÞOFžÜ¤_w$ +¤x9ÒÆ%†x:q ûìtb JÚ èD5(®šÏ–V"+§@`óIö”•@±!}´ ”½GGø‚§ k}cF”è)Í@›æa!Bô”À «©O)Þùh{C>Å¢^“iQ’q¬àÂN¼ñžƒ¯¢Ši°ÈôÆjĨ¨ÂÁS³æ‰!BF¥“ b%%‚¿ã¨´˜;÷[@a8ã)Ö ÀÐÌ¡Z#¶R:PòôÅD¬µƒ£?ó)Cë ú2Yû`P :@×Z†!œi½Ì–kaѽy„ì…åZà™Cµ‡vQj-zJÙ\»µÆÎé¹)8À¢îýüÿ9TÁÑú¤0F[;’9šç– b¾ý¸ËUЉÎú4s4WØ¢oó\d´Ø q‹Õ°CÄ’+ôiG³¦”èÒü7u-hÒb¥è(¹~¼kŽˆÀ ÝÜIÚ–¢gó·m°Î1‡†- ãuîÐkXf)H(EêÓh#=cc„Î1‰NÍC÷#ÓGº€L(PÃX¼vâFAø¨£Œ¡ƒ  p(ƒ)Z±XNàÀùÓ¡ó’¶mMZã­ÄK€ÐhѽmQY…¬ ûµY©À¶a~žq™lðû?PRã +endstream +endobj +659 0 obj +<< +/Font 1211 0 R +>> +endobj +660 0 obj +<< +/Length 921 +/Filter /FlateDecode +>> +stream +xœÅ™ÛjÛ@†ïõ‹®Ú›ñžÆ)´%)”0ô¢£Ú²£ø G–éÓw”„´%F»k+Žƒ!‘åÙÑÌ~óOn +TEnN>'”\'Œ’¯ÉŸ„’Y"4±TÅÖ‰R¸Q”?][ýsMèv!iñ"~ëÿ¿þÞ•|O6h¦ý©ɇq2¸`Ä~8ž'ìþ:#’ã 0tŒ‘ñºõ_d<}úí6yC^£¢Î×d“­ó³4ßÌòª(‡¿Våt9Ù”õ¤Ù\•«»É,«–“y³Ëg“Å*Ûí†4%ƒwoÉø:9wya8.{]/Œøâ¯ë… º= U1 YKqà¶ÍîʦÞ6uô–tJ²uÙlê³ÔîN2 ˜ÈÝù6L«l^›EÈ’ÜÕ˜=KŽU>-¶yÈrÔ€lKµcµ‡ÅÃõ¾©Ë!ùX®Ê +&m¼¶Ù®nªü1V7MVÕ¿ÉmQ_‘m±Y¦¤Êoš¢Êggi]5yà•v8î±óIŽ"¢¦±ä(&»§ðG™¦ã\\—‚bZ1dß"vÑìò>^iH:iÍAá‘U²=˜U ºSä%ŒJ + óÜWÌ{ÍÎîòomê✢žíÌ€A˜:…¨Å[´žÔ¬r +Ö߉­Z «ô :¬á`­·ËæšÒ ´ñ÷ >®í;§€šR$V¦îjJ`Ã×É p¢)¦ÁònæîCÚy¶»#_ÊrÙlɼ¬È4qna·ªY·ã1)áÃP &¥À¬ï¨¥¤4 œ·ûñv˜{Ó6°½”š‚‰¥HÏ.HJFö +=» ,ˆCYÃRÉQ_Åò=´b¯û¼© ~]N€´‘Ï»g,j±f½¤ xüPíËÆ` + …ÂKúŸë‰(,¤-|b7ŠÂxD€ôÌ%"@,Xªò^'*EÑæÄÐ’;”cÆ£RÃqÉ-Ê,²íV?µá +:²¹A‹§ã­*]ýhÊ£%WìÜí r"+–BÇo+à= %"¬2ÔXC·ž­R”XþÒëÙ*s(ÄN^¡Ì¢Þòƒ'dL£Ø +èã@v舔áI@}£¾8Ž1‰ +ÐS~Õ@x2üHAùŒn^1”jOHFQ°ùÔR !ª¯€Ì ï£òv<‘-eÔ?+4Ê(oª¾¤ +åUßê&Ê©À:P{NÐËäßËÛJ +endstream +endobj +661 0 obj +<< +/Font 1212 0 R +>> +endobj +662 0 obj +<< +/Length 921 +/Filter /FlateDecode +>> +stream +xœÍ˜ÛjÛ@†ïõ‹®Ú›ñžweœB[’Bi!C/J1®-;JlÉ–%BúôÅ!h´»Ž\Å&+ÎêßÑÌ~óÏ6¢@…Qä&âäkDÉUÄ(ùýüE(™GBKXüÂ:R*nå×VO® Ý,$-^Äÿzþéñû—Ñ(ÇÛ4ïr}Gƒ3FÀ?Ž»»ÎˆäÄ$ +cd¼n4⋌g¿ÝDïÈþ5ʪtMòé:=‰Ó|ž–Y1ü½*fד¼¨&›é®ªËt²¨wé|²\Mw»!ÉàÃ{2¾ŠNÇm +¬‚„Ë$éO‘`W¼?Z€êïMõ¦@2 ˜ÞŽ, –e6÷Y'`5&•cG£¢®6u´%“麨óê$¶ž»c´¢´=¿FƒY9]TY¾ôY’ÍyòòŠ£A™Î²M걚ƤXmáíW»ÕǺ*†äs±*JLžÆ*ÍWÙò²JsŒØ>nÛzZVÈMV]’M–_ÇÄC’`’¤åT(Óm•éü$®Ê:}¶©9(<[ŸÃ(à)hÅ ý!4 z欖ælP€lV ñœïãúþ³&úwÁ}òTs æi ºUÀ äY ºU@5(®µú‚‚ùmzÞä·ÏT¢@`Íõ¶Se%P,°þòMÖöÝ*Ð ´ ì=ºU (H¬zÝŸ­¥ë ó¯Â#dßvÞ—`r…Ó`¹«Ç¢°Â~[³ö6#ÃÒ +`¶êÿ ðétwK¾Åu½!‹¢$³ *{È2 ’Öæì Ùé,5ãâ^•¥L@ɶÖ!ˆËRX¡L: £=[eÉѰ…aãˆbz7سQ• EZ¼E"@Ú7“¢ ÅØåàAõ[ÉQ¡Ð ÊÀ¤8¢‰fЃÿKŽ@#éž¾x7‚kà$öÔÖž‘Aèý©cf€~nÑI:¯pàw“‹0Î ÚÑVІ£ž+4˜ÃBz.Ñ.z$¯gîrÞ/”fî^üK|/¬p®€·=Ž-€¡' v*€¢%D’à,Açç1!<ÚN™E㊥Nhô}ÝÏZài@ùϺaŸõ΄åîW½á‹{áQ¾‡Ã÷Ð8chmuD`FÑ–:|c šFG[Ö¡ùÞÙg2¢µD^e½ZIWþ9oÖ#ŸeóE´ÅŸ¿Ú"‡ +endstream +endobj +663 0 obj +<< +/Font 1213 0 R +>> +endobj +664 0 obj +<< +/Length 918 +/Filter /FlateDecode +>> +stream +xœÍ˜ÛnÚ@†ïý+®Ú›aχˆTê!©TµR"!õ¢ªCÀc+JŸ¾CHÓTIÙ]׈ˆ‚qvfÇ3ûÍ?«„F‘›„“O %× £äKòí;¡dœM,U`ñ†E¢”nå׿® ½YHZ¼ˆÿõ÷§?÷_%_“Íl~Êiò®ŸtÏq€_ö' »»ÎˆäÄ8 c¤¿Øøˆ/Ò=üu“¼"ÛW/«Òɇ‹ô´“æã´ÌŠ“ób4äE5X×U]¦ƒ4ŸgÓ«*ÍÓñ`R¯ñ÷t>\¯Oh‡tß¼&ýë䬿Ë«ÀqéÜqxc$Æ?o´ãIQ¦ãlTŒoÓ‹,Ÿu‚Œ(Ünê(¶,PÌú#INîÀjÌÎãð†YЊÒ#INj@nηcpF; Ÿ“'‰{Ýi™CÖÃS‰â9àKÃ^QW˺j¼=Ý!ÃEQçÕiÇîÔ0ÎyÎË^wT'U–OC–ÔBdW^õºe:Ê–iÈr’âÙõ,zÛÕîãö¶®Šò¾˜%zLn<,g÷[ÕòúIn²êŠ,7§)ÓUá‘wÚ©Ê:í¸Æ-8¬ ?Öý1 ¼ó ôbâO5(®|uÝ Ì]åÌÝ&àÀÐ_l#ÿ¾‰ûå]؃P¢¬Š©…’–LÖF65-™Ö ´‰ì`šZ) + K`›ÑCdì¶Û}yÓLƒå‘HK¦±©×,²íhÇ´t„/á •V³Þ.!”£OpЀ Ò0pÞ3Š RS0>ä…T + ÂC˜çz6\ß’ÏE1«—dR”dAÔ¯8êÆ‡À³LÙ-CÈv/Ч’JÐ~ …òT8ÒzxÞé>MáÀWXj±œÙ‡X?TÇÑ`n(Ôf²a³ƒ]!QvÅ2h(¸Ú›”4÷ƒ£ÖŠ¥Ó>ü`OAŠZ¬½ÑIc?¸CgÚS¿Ü2c—¤67¨*e«º—+Tƒ»'ÐæUœcMdïÝ `‡ê q+ྦ.†°œ¡Ðó'~(a9EñæÏßà~÷ã&dAg;s¨Ýb|íX¶(æšâëÿ,kÔr¾ùEàdX_Ô?”ÛÇ%j7_K¹ËBjqa™£r‹…Q;–j¼Ã”/E)çÑ]1às(ãj²÷šŽ{åí=㦽¨-=E#UXOº·¡TŸ@ð·g—É +ß¿ª˜A +endstream +endobj +665 0 obj +<< +/Font 1214 0 R +>> +endobj +666 0 obj +<< +/Length 906 +/Filter /FlateDecode +>> +stream +xœÅ˜ÛjÛ@†ïõ‹¯Ú›ñžÆ)´% ”0ô¢£Ú²£ø [–éÓwl—4-vWQì„@¢Øóï®gæ›· *Œ"w 'JnFÉçäÛwBÉ4šXªÀâ V‰R¸Q”?<[>z&ô>´øßõ÷_^“|MÖ(³ÿ.çÉ»QÒÿÀˆüçh–°ÃsF$'Æ`¸0FF«ýñ‹Œ&¿Ý%¯Êl[çe6½èUeõÞ¼&£ÛärÔÓ*p\:÷dLBÈpR¦³*_ÏC †qÅ›bÈy™OCÂiª9Ë«lEÖé*»èeëiVæÅàDz˜,Æë¢oÒ]U—Ùxš–‹ñ¬ÞeÓñ|™îvÚ#ý%(Üî?¸ó.C2 ˜VOú§Yw`5fLÌ2 +ÌÉ|R ¦÷Ù—|½è 1 ZQêI¤ß/5 ÷ÝଫÐNÇC?sjì‹ûÌ9¨ã\sÓ:Á24…=Ü×êú½N+þLuµ©«ø]éIWE½®.z6pƒ’ÃZoκa?š[pXÕM4ì—Ù$ßd!á¨ÅUc“£ý>°·uU ÈûbY”¸br< m–ÕOr—W7d^¦÷=OR嬮@ª¬Š9î)ùP*ÃÁڦᡡoNéúpHA½[iÚx¦ŠÎĉYªO"&p¸‹‚Á#ö]íS+H«ä8+žbKLƒå‘ƒEk1{5k9>ÄŠI'AÄr¢µ˜ÀlÜ ÐZË0pþY0˜Å¢ÞYQ’I÷ì‘T‚ö±"> ¶ùè"à#,Z¨X4¤Wà€&°L¨Žkר¢ÿ·Ò îÎe%ú¥¶Ìˆ–Hß•Á 죊%G²ìÔéCÑÜ<ﺡ,whf̳f+Y‹žÇL2nвx1ò¢$ã +-ŽÏÇEŒKÆSq ã\÷ŒE¦éà*ŸÇ-ÎÐãør=†[œ¢Ëñgq(·˜CÓö²ëpJWûC +j«Ì¢‰ÅF[-.Æ3u¦…å@c¯®Úp‰Iô1žù¬³M ÊoλÑâèbbÐV‹¡‰‰¥@[-Š&&Àtt¡åÐßøk+˜2½JÀ¨å‡Ìñf.ž1·¦¢£ 0Ÿ¹ù1×É~Œ»®§ +endstream +endobj +667 0 obj +<< +/Font 1215 0 R +>> +endobj +668 0 obj +<< +/Length 908 +/Filter /FlateDecode +>> +stream +xœÅ˜MOÛ@†ïþ+ŸÚËd¿?¢P©­©jH‘z¨*”&N0$1ql!úë;†–Rµxw“M +B“ì»;™™gÞÝd¨0ŠÜeœ|È(¹Î%Ÿ²/_ %³Lhb©‹/XeJ9àFQþôlùì™ÐÝBÒâC|ןý~ýUö9[£L÷]/²wãlpƈüçxž±‡çŒHNŒ3ÀpcŒŒWÝñ‹Œ§O¿Ýe¯ÕÅ´¼-Èz²*Nò·mS Ééd{O>VÕM{KæUM¦Õ²ªËõ‚ÌÛm1»\,'Û-¹+›+²¨'÷9©‹M[ÖÅì$oê¶Èß¼&ãëìtÜ·3«Àqé\ÏÎÈhZOæ ê†,h$Æï[—\Ôå,d9-@õ/…‹•M±ú¸b=+ê²~[VÓ›ËgqÒœ Bn»Oû¨ª’ÅÔë˨rVãÇ£Za‚•Óf8»/λ¬ b´¢Ô“©G È®ST; CzÜüÑXÇËî¸ù£ã\÷H¯ª9(ìÀ¾3ì1Z1ðgɨj›Û¶ñÂäd²ªÚus’ÛÀóH + «°?cFƒˆ.¬¹‡õÖ œÁ#qB–£W½åû/~½ÿÅ«b½,WM±Æ0=kÓNêæû~ðRNÀ¤OÅ.e%PÌfO醲KÖöSÿÅîú,bg]À.âÔl•f ‡é‡ÐU$æ±>¶®À±-ªÉï‚0…%õ8ùtLƒå‘“A +]s5Ûq6ØCW: "–))t­fㆅ²†ó~Á0“š‚ñ¤g/uëØ&¥%}ŸfÛ¤° °û–Œ`›dè€XÀ¢¼Yë¶E%è^ÅóR8ÒöG. +˜Â¢Wò“&˜kê¸V˜¹£¥Phˆ¤w8è$Z¥XÎ$Þ‚@ßä»HÁTÁÑ+Å2&ñYÙÿL7Šþi¿»†}·Àš)³—]Ý{ ýWì-Dâ-´`^L…S˜+ô_ûyÊ„æÒ€ñÖs„¹@Gè£f8„9Cçå)„Hƒ™àr”S4p¾Úˆá%sèÌü™ÊKfÑpÅÒ꥙õ¼‹WP×fý–g;„,Ö½XK +Ñy2= ™P ü·ÉÏÇÑoÅ2(,C»Ë²íV€=J,ëД¿P z/ÿ$~Oо+ þ⠶륩2À¼Uç+XOùýE´‹lƒ??zê +endstream +endobj +669 0 obj +<< +/Font 1216 0 R +>> +endobj +670 0 obj +<< +/Length 912 +/Filter /FlateDecode +>> +stream +xœÅ˜ÛNÛ@†ïý«\µ7“=¢P©­©j/*EêEU!7q‚!‰‰c ѧï(¥¢ìÁN +&Ù3óÍ¿›ŒF‘댓O%£äKöý¡d– M,U`ñ «L)Ü(Êž-=z7´ø?õï_ßž}ËÖ(³û®Ù‡I6wÍÜK 2 –'v]€§°/Õ,±¹è³2é$ˆTºô´˜íØ:tÑ3 \jÃØKPS0aVìQP:P2x„Ñp’‚âÀ§'õ¶–$7ÀE% J’¡ƒcþ“I€’p¤õïS’!Œ„TÄÌ,z./MbA'0{¨öB +çºs+ý Oàœè„RAŠÔÈžSdà>à`Ú}Q*&ö¥ÍnûE˾38Èò¸C³czYÎîÚmN¿«…îÚ-N˜"‡ÑVh‡zù»îÒ½O8‹£áÉŸc^žœ+àÁ¾. Ÿœ¡ de>™CËöXO÷äâ4ÝÒ1‹–)D¦Ô1–(ÜFÅ¢ŽaŽÐÔ«°'måén£¢j0“hy"yozB +Xü½êq4>©Œé3ÆÐð¤¥ÏÂ(žÞþ#^Ï¡Ý wt{“3hvz[ÿx9^è³N¡å ']¼•S`#r*FþûůÙ~Ãä” +endstream +endobj +671 0 obj +<< +/Font 1217 0 R +>> +endobj +672 0 obj +<< +/Length 899 +/Filter /FlateDecode +>> +stream +xœÅ˜MOÛ@†ïþ«œÚËd¿?¢P©­©j•"õPUÈML0$1ql¡ô×w ”¶¼»¶S‚À„}wggæ™7Û„F‘›„“ %— £äSòõ¡d‘M,U`ñ ëD)Ü(Êž­þx&t³´øÿëïß~¿ÿ"ù’lP¦ù*—É»Y2>aÄþqvž°ÛçŒHNŒ3ÀpcŒÌÖÍñEfó‡Ÿn’W_Óñ¼LÏ«|³|óšÌ.“ãYÛ’VãÒ¹–%§ã2›ç×YÈrZ€j[ên%²I×ÙÑèm]rœîöäcQ\Õ×ä¼(ɼX%îž,Òòêì¼Þe‹³å*ÝíÈM^]e™îG¤Ì¶u^f‹£QÀ¦n›À?·±ª¬³QÈñ$Š7ÛzÓ˜ðsVcü[o”L—e¾YŽYЊbæµ.‡ æU¶¾¿…l³Èʼ˜|_ó«³ÇAŸÐ‡HS²)šÿ®¬Ž!|þz'ÕC÷ä#éÓ6ŸW“Å>;mr9HÈ0ε–é¡Î¨9(lT/SZ1x™”’–åK¤·à°„£Rj ifÀ  |ÍhØ4Õ ¸òv£iQW×uv3"麨7ÕÑȆK9‹t8h*+b1¶¥G4•f ‡ÁO€óý/P^«ý}¶uZV?ž&e(唢 1ûõP”S"O‡"Na}ÜMQZn¨“&NŸoÃÔzÓ`¹‡ùƒ +â`¨™w&NP: ".](&­fãz¯ƒÎ7® *¨)˜Xnô””ìxu…ágÄ€‚=·y„"I2´;ÌAmHú§Ûv`’¤´‡ ‘PN€´í7%µCukà£Ì\ £6†îÚʶЅrNHtK>”Äp ¤ÇLG Np46± ðåjà,(X±»»*E›ÓêÔ§Íúi#»P[t5~ϘC46±¼J[¡³éeçºKKt6þÂ<Œ¶@€œƒhsÜ?Ùã“34>õyh|rÊÁzk5 +ŸÌ¡ óTe>™FË㙓B=]ˇŸ¡¨cX{Ô÷Y ê˜DWäÏêPÔ1¡@yç!ßXyÚ*¨ãÎAÄ‚¦CçÓ.]ô(:Ÿ®F$f Oë06ì¹ ÚÞæ?\N£Ù‰ýd¹‡œB«KŠrR¼æ>'[üþ üÊ¸Ò +endstream +endobj +673 0 obj +<< +/Font 1218 0 R +>> +endobj +674 0 obj +<< +/Length 921 +/Filter /FlateDecode +>> +stream +xœÍ˜[OQÇß÷SœðÔ¾ ç~1ؤmÔ¤išô¡i …V•e7†~úÎj«Õȹ «…˜ÈŠgæÌ™™ßüÏ:£@…Qä:ãäSFÉEÆ(ù’}ÿA(™dBKXüÂ2SÊ7Šò»g‹ž Ý.$->Äÿzøéþûóì[¶B3í»še†Yÿ”øÇá4c7Ï‘œg€¡cŒ —­ø"ÃñÝo×ÙÒ¾ýYULÞ½%Ëìdè[Ï*p\:ç_ ʦ¾jj²-óã^¾šäUQý\”ãËóy¹ØžO›M>9Ÿ-F›Í‘é‘ѲlVõqÏöH?Æ #Á0®¸×A\¦u±šÅ,©(Ïrƒ~•‹«¸]íO€Þ7uyDNF›-ù\–—Í™–—‹²BïÉ㈑뢞“Y5ÚöH•¯›¢Ê'ǽǸ«ñøv:VWMÞ‹Ù"³ ¥Þ¤„Ÿmùó42MµÓÀqŸ6¦dPÔù2.Ki\jj¬Š©¨¸NLƹ`qvaZsPØ›üùÈt‰i[Œë£É6?ks9ÊbL“Nv()0¬×H)nÁa±½FJ1 ô)E5(®ü-¦ÓÊ)X¦²(–e(u:†¦2¬ ÍIÐTš6þq œJàä…ðÔüø€’ùjQÌæu¾Â@݆kÝŒªú×ÓȼÁ]„_X€·sØ.×b6Ç4XîŸ +’©pÔÌGó$fJ'A¤Òão ocrúÓ6ò_oÕÕ¥ÀlZ[?”iÃÀ†µÎlk +&•)ûPSJJ¾ÒÙ + "!‡²ÍQþ„úx7– +%¶çÑ>×6• #xÓ…máH<íhv +ËQ@pîà Ø2¨¤UGê+ý'–ÀQ,7•ž.@ýhðŠ£(óòêI<Çì—yÏ"ª‚¢†²>Ô'A•;ÔEæùBtgöFN´Ü¢lò*ÿòàŠJQ~(”T‰:rðr‰ú)⾬óý +S©8ꮀàŠâÙ~0”dá2ïÞŠšì?èÌ¡ ÷‡hl3KA€öÒØfÕepMâ6Ã6B÷Œ ÜfB + nûH`Ï¥q,b±w€L +hCÉÎüXÐ2Š2n_)õÔÌ{ÖÆ,ªÇ;q©ÞeƒªÎ{-Ñ™eš.õ~}~*Ôo‡TQñ;” +ì!5ÔcË_³5þüÑŠ!x +endstream +endobj +675 0 obj +<< +/Font 1219 0 R +>> +endobj +676 0 obj +<< +/Length 926 +/Filter /FlateDecode +>> +stream +xœÍ™YoÚ@Çßý)V<µ/ÃÞ"•z$‘ªö!Rª +¹`À à`lEôÓwœD9”Æ»Ë +Bcvfvgö7ÿe•P Â(r“pò5¡ä2a”|O~þ"”Œ¡‰¥ +,Þ°H”rÀ¢üáÚüÉ5¡›¤Å‹ø«çŸïŸ%?’%šižå4ù4HºgŒ8À/“„Ý^gDrbœ†Ž12X4>⃠Fïn’wäîÑÏ«lA–é";ée6ÎGUoVÌ7§Ëy>UÙ2ŸÕël|>O×ëN÷Ã{2¸LNm¦­Ç¥sG0m$Æ?‚i-@µ›íw§e>Kqà¶Yþö0úE]]×Õ}Ùrœ•yÑû=/FWÃ&šaöÎpÒÄ3œ6õL‡¤‹¢^V'Û!AáIµ=ŸúÝQ™Nª|9 ’;°¥eÈ~·ÌFùu25 ›Rlín°ûùúXWEœ¦ë ùVWõ5™%ó¢ÄHÛ’›¼š‘i™n:Äï™v8Æùúr–ÙªÎ1 O:UYg€h5ÅLo]~Äjh#À8ç«Ú~` +kÍAážU‰LÃÒV+í9ñNH + ÝW·vƒ[pŠzJø•Íq¼ÉΛt2Ä ¤W/Õ xÃÖ£º¡œ•zd/¬ŠÕ}äT†ƒµ‘mÉÜÐ ´ñ¶(ÁÀVŠ‚Ä +×ÿ°•Àβ=é¢h­p÷¸kI÷Bk…-­føÿןŸáyœ–W÷ó´ªÓ²úóÌñP•N‚ð10ªÒ +`ÖÇŸP¦JÃÀy{°–îö N×m[{q;YA›¹ÔL,¼v6*(émFölTX±ØÚ†’£6‹Âα1Ôdì­W‘JбÌÙÕ¨p¤Ýr·6jQ°ùy²g£¸PíË£`† …rLúWË˰›òôÒ‚öÐ&`XÚ =Çl¿J³eîP”o­Gñ8ä5œiÓ­‘8äÕ˜GñGðÔU±”JØÀ6’+TT»ËËííKZ±'m{u@ ÄÚ+1Èä\÷ŸN0R†ú)àHîpPTN¾b<¤Ì¡fòï°(²u84J*ƒL\†Ûm=|Câ2©ÁzK9ЏL(Pžþ/‚¸Œ¡˜òT@”d|q”HFQ’ùÔQ "ª-އÒ ŒòvQ!miøÿ ET@NïÓ¤B9µmnR*°Û*›—Ü»HVøú z$± +endstream +endobj +677 0 obj +<< +/Font 1220 0 R +>> +endobj +678 0 obj +<< +/Length 913 +/Filter /FlateDecode +>> +stream +xœÅ™ÛnÚ@†ïý+®Ú›aÏD*õTªÚ‹HH½¨*ä‚!$€ƒ±¥Oß1¤iÚ&Þ]0@)q`Ïzf¾ù7«„F‘»„“O %× £äKòí;¡dœM,U`ñ ‹D)Ü(ʯ͟\º^HZ¼ˆŸúû·?ï¿J¾&K”©¿Šiònt/q€L¶¹ÎˆäÄ8 oŒ‘Á¢¾G|‘Áèñ§»äÙ¾ú³2[eºÈÎ:y‘g£²w•Ïï?¤ÅÍEµÎÆçézÝé¾yM×Éù IÓ*p\:wLM#Á0®ø15µuL=ÅÛ:ލ)PLLOþô»Ób6Y;°“ÃC?¯ÊÛª|"[޳b–÷~ÌóÑͰe8ÆX†“:˜á´Ž¦g:$]äÕ²<ëØ ŠYÐŠÒæœéwGE:)gËiÈ’Ô€¬ûÀË+ö»E6šÝf«i,$ŠIÝ´ùýíjõ¶*ó9O×÷äsžßT·d’d”Ïó Ïî¹›•WdZ¤÷pOF€q®¡¸‹lUÍ0ëÎ:eQe85…­ñAô#ƒV šŸB½``ÊjIaÊF•]HÆÒ°4ÕÜ‚Ã4jámê3!ÕÎÛÔ§Wž2}¡íï³uf‡)§@`¹(Ne%P,¬Så™2¬ÚÔ× ´‰ÚÔW$Ö¹>•¾ÀÐ׳B9«°il'ÇÓsV1 –ûfˆ(Î*œ„5k#"@+­f›±ý gßÿæjµÜìÕv›VUZ”?ŸR5žˆÒ0p¾±+†ˆRS0~ˆ…2QJJ6M =y»[›Aôr³WAÝY + "C{Jr4Oq<ØS¡sb‘£Æ.¨“T‚ŽeÍ~± '@Ú£>?aÑ0ÅeOI,\ª™3B¡£’Ç}”“.Á°Â²p`ЫgZð¨\÷p%U‚µä¹C—„ÙÜ´ëQnÐC­€;²h³Í|<ù¸A·å#K ù¸BûÔšäÍPìÙ–?SGD.Ð +Åò¡=u®€7Zÿƒª3´G»ž~Ű‘SôAž:;\˜Ì¡ +8 ;ºE “öÔ5: ýNöQÇFAùÉž»D“ä/í`¦2¡@Lx‡g*Â[¸QLe ýš…áduè> +endobj +680 0 obj +<< +/Length 908 +/Filter /FlateDecode +>> +stream +xœÍ˜KoÚ@Çïþ+NíeØ÷9•Ú*‰Tµ‡HH=TUDÁ€ÀÁØŠè§ï¢¤I[ï®y)8dgfwf~óßeB +£È}Âɧ„’›„Qò%ùöP2J„&–*°ø…y¢”nåOÏf¿=z³´øÿëå§çïO“¯ÉÍlÞå$ùÐOºŒ8À?öÇ {xΈäÄ8 c¤?ßøˆ/Ò>ývŸ¼!ÛWšWÙœ,óì¬S”Ù(V½z1-fë‹z•.gƒÕªÓ}÷–ôo’ó~“E«Àqé\‹£uvYÖa†ŒøâÇ M Pdz¦8p»9ü£Y” (fá“…;°³åx™­(õdMÚ”ù(d=j@n*¿9€´¨«»ºzŒ [Œ²2/z?fÅðözÇõxÈõdIÏtÈ`^Ô‹ê¬c;$$.í4pÜÈælI»Ãr0®òÅ$dI¬dŠÖ”i·Ì†ù]²œæ °}5í|º]íq›Þ×UÑ#çƒÕš|.ŠÛúŽŒ‹’ ‹YQbäÏ}#÷y5%“M!e¶¬sÌ”³N€kŠAÓVeuBB”¦sã!¤1GÀ-8ÌVOE¦Éª™ƒ<‰*7o²ÒÀ ¥W¾Ê;ŒqåÌ哨¶¨sžÒÜ•á`m$ì÷¥f M$÷÷f\QXxú$Æo§É,lÛùðÆ™˽ÓB0IN·šùgƒ£T: ëµÙ‘(”J+€ÙÆ)!‚¤RS0Ìü¤_‘3[ÌòɴʸYÛ-[Öƒ²úÙ£R:P²iãBA*…áU H%Gä+ÒPŒJ†‡y0ß<µž?oýÃ{õ°ñA]^R º-Nv¶.œi#GˆýY·¨‰b!ӥ Òq]}Q*TEòd',Q!ÅBeÖê©¶×»[稢t ëÌ× BY*¨pwÀÒA¢X¹ChöªQ¹Eåæ¹@ˆ +W¨·šÕ|‰Ú Ú·$ê¶Æ¢x ëPÐr¢Ì‡²Ðr®€{‡§`Ôr†Ú)ö,.Ç]NQ\y“÷ž0‡J+öÒì0žX”]mAƒc¦Qbíåâbç±CPï=ÛQ<‘¨¿b§ÐÃx"¨Ø‰ô0žp”nÿE»` Ÿ¿]QÎwµxt¢;¢ÞúºA é>#x®PõyJ¤PÞéºY*°åò’ÞWÉ~0j4¤ +endstream +endobj +681 0 obj +<< +/Font 1222 0 R +>> +endobj +682 0 obj +<< +/Length 922 +/Filter /FlateDecode +>> +stream +xœÅ˜MoÚ@†ïþ+NíeØ]ï'"•ú‘TªÚC$¤ª +¹`À à`lEé¯ï ¤IZï®18Q¤Ä™å}æÝMDÆZ’Ûˆ“/%W£ä[ôã'¡dÅŠ*Áà V‘”¸–”?>[þõ,V»…„Á‡ø®ç=½~}Öf÷]Ì££¨Áˆüçh±ûçŒN´ÕÀ01FF«]ŽøEF“Çßn£7„á¤Hfe¶ž¿{KFWÑù¨nA#ÁramÝ‚¸ä¼È¦>ËišqÉë—ó2]‘u²JÏzy‘N³I9¨Ö‹|yw¾^fóE™®ÓéEµM§Ÿ—ÉvÛëûW1ÈNKÜì>×.‚ µV+‰ÿŸÞ¥Ÿ‹äÎ/·`j¥“*™%)íFXTƒØÄVVÇMïD[ +OŠíÜH[×1hkGSßólRŠƒÄóÖ%¡a^•7U¹¯&]OÓ"Ë¿–ùäzüPÓ8}*j<ÛU5žïÊèIVyµ.Ïz¦G¼Š” \Êöt%(0ìÒ:½ ûE:ÉnRŸå˜Ȫû†«í7ì}UæržlïÈ×<¿®nÈ,/È$_æV@êwÜfå‚x¤EH.kŽƒùîX#Eº©2ÔãY¯,ª´çQ°´b”|[€•FE;ú×°Rs0Æ1¼ìÈ S?áJÅ@içàp‚D$‚W'ãÐ׈!–ÜìgÈ®Ëe + œ;Ž’ŽÑŠÎ%ÇHDX±X'HÄÄÀLؼr”<4ëM½ .í`ÛÉ .„)\ŸzÃEl vAןႡÇcŽ‘à ÿø‚ÙÓ¤¸ÞoÖ¦JŠò÷­›’VPÊEÆÔÆ6aê·-µ±AWJ¸çÃï'ܱû©÷ò~¿¼ø›†ªf 9 ªDs'œcJëaÚºPš5Á&¶÷=Gëõqto¡lj!,;µ|(zµÃn@š„å->È7 +kд¹oB¼¹Æ5z6'B¼¸öêŒn@4. ØVM)è"Ý4Î%pÇ ÕÄ”ÖÎ#-†V¯¶ Â!É)ú=—ÂC É,ú6ízJ—t_¡ÜðT®ç”Éú.Ç´tì°chè%]Ë)´cŽ!¯’²X‚t_hµVŽF+”6-§ÀÐb…’§å(º+7tÄ,ú±n›_£ùrÏþwÄh¼<úøD –˜³¥Ãœ¥ãèÝW¾Œ6øóúÏfl +endstream +endobj +683 0 obj +<< +/Font 1223 0 R +>> +endobj +684 0 obj +<< +/Length 915 +/Filter /FlateDecode +>> +stream +xœÅ˜ÛNÛ@†ïý«\µ7“=¢P©@ªÚ ¤H½¨ªÈMœHâàØBôé;ˆ¶RÙƒãØ™ÿ³ßü{—Q Â(rŸqò9£ä&c”|;ÿ ”L3¡‰¥ +,þÁ*SÊ7ŠòçgË¿ž ½[HZ|ˆÿõïOþþ:û–­1ÌgFYÿ‚øËÑ,cÏ‘œ«Àqé­v9âMž¿»ÏÞ2¬ŠÉbSu¾*Îz岬ë9iÖ×åòa<Í«Ûñ¬ÙÓñ|™o·ä~Q_“y•?ôHUÜ5‹ª˜žõêª)zïÞ’ÑMv>òee$Æ÷dE†“*ŸÕ˜CÌ‚Z€ò-†ËÍ«Å4f)ÅÛ]ͽËá‚‹ºXí‹Vâö“zðT­OX¬‹]­.w¥êõc¢JÀN•;°åqڨ̂V”zßþKQ§ÅåNuQ¨¹ëÊSîN; KzZýhìsŠuZýh#À8ç=]ŽUsPx¶ÒOû¨ŠAPKÃ~ä)£%†RɰlêMSï7Q¬§Eµ(?—åävüÂÑ<0=’¯Êf]ŸõlDí[pØ‘~õ û '²f ¢Ë žþy"–SN@}'bì<ß>/eyÛlȬ¬È$kIY ÕÿòKLG£2,ŠÛû*RШ4mü@•¢ Q¸:¥ùâtKãĪÎJIgz·á±Wžf²WË€i°¼å¬ÂO…ó¦f‰ãA§[•N‚HL·X̦ÍÝ&`¸ÔÉ°Û 4Áª#f (”A4}¥° p:}%7àG["{%CÓÇü/,½Â 6€rŸ‡ÜäÛº©Š}™îš¼ªf …E“‚Z +%vÕ!¬ÄBR ·Ò7xNè}µÇÓ«ÇZEÖB¢«JåÒ¡1¬ÀíBç19ú«T(µ¡Ÿ`­ŒcÛmQ´Rm¯ZÆä”iiUÛÆ´h£Ú^9´iÐl…ñÑmL…–ª;¿È%Ú©ˆNóëÇp \q¡Aè’,ÎðÀ˜—,NÑCtäC §Äº0¯ìÓ!È,Z±eR È4:«ðXKA†-@SoÂ"$942‰6)¨Óã… +”÷rà¸á9:§¶)Ú£ÃÌÉ!áZ£ÔA¯»èmÑaW‡D×h¢^¯½š¦pwÇ[B6¢[;ãëUv‡_¿˜Œ +endstream +endobj +685 0 obj +<< +/Font 1224 0 R +>> +endobj +686 0 obj +<< +/Length 915 +/Filter /FlateDecode +>> +stream +xœ½˜KOÛ@Çïþ«œÚËdß*µ Uí)RU…ÜÄ †$N[ˆ~úNA[Á>;‰ˆ 3³³3û›ÿn2 +TEî2N¾d”ÜdŒ’oÙŸ„’i&4±TÅ/,3¥p£(~¶øë™Ð;CÒâCü¯?½|ÿ:ûž­ÐÍî]ϳOãlxΈüãx–±‡çŒHNŒ3À00FÆË]Œø"ãÉóowÙ;‚¯ÑpR糦\Í?¼'ã›ìlì3i8.ó˜ ëbR®‹sZ€ò™z´DVù²8|l›ê„|®UÑ’u¾mÚº¸šµÛbz5_äÛ-¹+›k2¯óû©‹M[ÖÅôtÐÔm1ˆ‰Fqàv—qO¾F)Ù’ (î¬Èh^—ÓsÜÕ˜}¿94X6Åò)i¦ œ4'OÙ:ß%ëb—«Á0Æ%³ ÅÚ<žKj@îÚéhµÓÀ1­Þ}Ëåô¾¸ØÕ[”#ìÊx !»]›`œó6l×.5…GÕkF+Ç-Ia+îU2{ºä¶bè0Fž&š0È—PeŒª¶Y·ÍÓŠÕ´¨Ëêä×¢šÜ^½rŸ˜É—U»jNv@¢VF5(®‡L§”S °ÓºÁ”2¬õƒô5TåÛ{òµªnÛ5™U5™D¢+""Í@‡Óñ§‰5­»ÂŸ8Øš2–} +«ÿqJh¸p±Ò¸ +ULƒåA÷åG?͹ߙwé$ˆ} ’BGi0›vŠw·JÃÀ…Gµ¾¼k +&'Ýy—”LÜáî¼ "‚C=y稑‚‡T,S%CyÄÂûØ?S%• qKý‘$1U8Òú7*ª;Žj?¢cä_±Z”óë¦Xa¶s¶ióºùýºŒˆ 帕¾ÌÅUHO!f¥Ûd@}'0UpÔ=©\ùoˆ={ÉþÃ<{ùû¨ó^°CöCSÔD!ߟ{îP™#ÈMnQx_pÈ: j¤T¬tè^¡^:Lâ]¢º +·joîJªõåž+àá™1š«œI ÃÕ·x±d9E]ìä$È2‡Â.г e%X`¸ÚK¹ú©v'õÞ¹í{‹Ë$jµPé§P— *8JESC‘JŸÄRŽ~CÅ•J¢žB¡¨¿ºQ@‡†âP‹y翎ðlPuus£qèŠ5*°Ôûï~"Q¨ÆR±ÕO$R 7}w‘\füù4+m +endstream +endobj +687 0 obj +<< +/Font 1225 0 R +>> +endobj +688 0 obj +<< +/Length 934 +/Filter /FlateDecode +>> +stream +xœÍ™KoÚ@Çïþ+NíeØ÷#"•úH*Uí!RU¹`ˆÀÄØŠÒOß1‰’¦)Þ]'ÀÀÎììÌþæ¿\&¨0Š\%œ|I(9O%ß’? %ÓDhb©‹_X&J9àFQ~wmñ×5¡›¤Å‹ø«‡ïî¿–|OVh¦¹—óäÃ83â?϶½ÎˆäÄ8 cd¼l|ÄOî^]%oÈÍm”WÙ’¬Òev8ÈVӬ̋ƒ_‹brqºN7U]f§Ùj‘ÏϪl•MOgõŸ/ë´¬~о{KÆçÉѸÍ«Àqé\»+£á¼Ì§!ã †qÅ=Suµ®«ns3’.‹zUlà4µÕêÒh8)ÓY•¯æ!Ã)Ü6)°{ÈѰÌ&ù: Ž;°W¡m¸›Ñnö¾®Šò±X%zLvGl¾H7r•Wgd^¦×Rf—u^fÓÃA€_Ì‚V”î^̪¬³AÈ ©Ù”bËŒ"@; Ö¶ÍY«± +(fmTAÅ|RÜÿè>öÇMè?7‘„$§6Œs¾ì˺æ póUlOÖO^ì²=½Î>7)dFR`Xaž|ék’Ü‚Ã:z¡ôb òê…Ò‹jP\µì!}ZWNÀÂ~ãVŲömR¡lU†ƒµþ¶¡[·¤è€V¥hãë ¢ðª‰Õª÷ƒW…åwÓ°Åáõ(Ý\“¯EqQ¯É¬(É$ +·~1 Kc÷zþ‹ìPÜ*ìI5ko(¢x+áGT(o¥Àlܶ—Çí¯4 œi[‚góDS0±„êÇé@ÉŽíH ”¥° bÁÔÏ”9 +²8JôãC5Æ^EP ÚÏ®gðD8Ò¾†,UŸ—tá<¸ùPíM»çŹP¨E¥oá£p.$ÊHÃq.8j?Ü‚Ôò4-/,ü_'‡BW°½É[AQzÎ"pËJ<ãUË­mð' Ö¶ÿ=Ù†*hƒçÅç\£»Õ^W‚=Å®B÷ j–KTtþC»ýÏO –‹ÅÓ>ìrü‰$ì2pþ2Ü¿]ŠBïê•9”rþz ³¨ã¼, #ܣͺÛ˜vÀ½ gÛ–<õDF° ÊÓvu’ª­¬ ð‹£þk­„x^2†"Зå1ÔdÅœ_B…RÓ¡ HÞ€¾óqî†þ;ƒJÌÓ8õí‚Fæ?hïÕ…â¬+u¢ô¨»Éã™êIr‰?{6M +endstream +endobj +689 0 obj +<< +/Font 1226 0 R +>> +endobj +690 0 obj +<< +/Length 926 +/Filter /FlateDecode +>> +stream +xœÅ˜ÛnÚ@†ïý+®Ú›aÏD*õ´ªÚ‹HH½¨*ä‚!$€ÁØŠèÓwLm$äÝ@‘‚CvÆãö›× *Œ"÷ '_JnFÉ÷äç/BÉ8šXªÀâ‰R¸Q”?_›ÿwMèz!iñ"þ×ËOÿ¾“üH–¦~Óäà é^1âÿ8˜$lwɉq&ÆÈ`Qçˆ/2=ÿvŸ¼!¯þ¬Ìd™.²‹N¶gÅ,ïýžç£»á*Ý”U‘ Çiq7œT›l<\WiQþéÑé¾{K·Éå )«ÀqéÜ9s0 ㊟3-@3¾âÀm­¦ÆúÝi1‡¬'P­O[ý¼*WUyS¦CÒE^-Ë‹Ž ¼?îÀjZc>ýî¨H'ål9 Y’YЊÒ&Ùô»E6š­²€å´ÓÀ1Á¦'ÐXí±Zï«2ï‘ù> +endobj +692 0 obj +<< +/Length 917 +/Filter /FlateDecode +>> +stream +xœÅ˜MoÚ@†ïþ+NíeØï]#§R[%­ªö ©‡ªB 8Œ­(ýõ“6_J½»Æ(RpȾëñÌ<óî&¢@…Qä6âäKDÉUÄ(ùýøI(™FBKXüÂ*R*nå×–O® ]/$-^Äÿzþéñû‹è{´F™ú]Ì£èÁH øÇá,b»ëŒHNLl€áÆ®ê=â‹ '¿ÝFoÈý+ÉÊtEÖãUzÖË‹tšMÊÁô.ýTŒïzýwoÉð*:6 Y1—q"”®§i‘åƒ_Ë|r=Zçåh‘/ïF³j›NG›j\”¿´G¼ôøâ§Ò×Ô©´në49‘¾d@1{ƒ’¬K}ƒÕ˜|ÍúI^dSŸõ˜­(uåR’WåMUÜé‘ñ*¯ÖåYÏzÞ5 ëÎÒ´•¤?)Ƴ2[Ï=VÔ±ŽÁjÊ–¤_¤“ì&õYÎ0qÜXøÉýjõ¾*óù˜/ówL^Dj¾o·ä6+d^7R¤›*ÃŽtÖ+‹*íùlIsPØ(Ÿ_2ÅÀõ Hâ™]ZR`˜­AÕú¯%c°>c¬.êP}ª#åÕœ5·cB·¢@KIfÀ º‚x°§$Õ ¸r–íÞ¬S±¬9Þ­)+b1g”á`mËÉ¡¥¤f Mà ±§¤¢ ±õ%Îz®^â‹*…•}?!v†ª]nA*Å4Xîš‚P¥pàլ쨒V³}ü5R·wäkž_W7d–dâK.qãäN?©)_Bè'e J6>€RX¡dðÈXÏaQrtDa½»Cq†.‰²¿Cy*A·ÅH!E,@Ú“=caÑ…‚¤Cy¬jªO•cB¡’¹Cy‰æÉƒH‡’è—ÜçހݒAG¬`º@AѶ9Î ÐÊ-:$‡÷séz™ÍeºÆH=õί[B´[ôò+Wè¢60„«\¢EòHUÏLåíO([^Œ²çÁßMµ—»Ð{µ|ÎpÇ9À!å:¤Ð3°å)º%Ó|¨Ò YYŒÉ}Öu¨ûdýR(\:”×èö> +endobj +694 0 obj +<< +/Length 923 +/Filter /FlateDecode +>> +stream +xœÍ˜KOÛ@Çïþ«œÚËdß(Tꨪö€©‡ªŠÒÄ †$c ÑOßqÒBi©w×8M‚@à„ÙÙ™ýÍ® +TEnN>$”\$Œ’OÉ—¯„’Y"4±TŬ¥p£(¿¶üí™ÐõBÒâCü¯Ç=|þ<ùœ¬ÑLýU,’7£¤ˆ|s4OØæ9#’ã 0tŒ‘Ѫö_d4½ÿí6yA¶¯aV¦+²ž¬Ò£^ºž¥E–¾-óéåx—ãó|y7N×Ëlq^¦ët6žW7øóºšå÷í‘þ«—dt‘š|± +—΂/F‚a\ñCðE P1~äE:˦å`v—ž“»^ÅÛ:•`Ã’Ål?ˆ¤ä¬Æ¬<_˜­(=ˆ¤¤d}£íßí4p +–¢¬óh°Ò9”tuº¿îìˆ3”·óŒ› +£ÊôbŒhU`=iÞN³6ï—_gÉ5~ÿcDžñ +endstream +endobj +695 0 obj +<< +/Font 1229 0 R +>> +endobj +696 0 obj +<< +/Length 924 +/Filter /FlateDecode +>> +stream +xœÅ˜KoÚ@Çïþ+NíeØ÷‘J}$©ªö‰ª‡ªB.âp0¶"úé;*MÕÄ» EJ˜™fæ7ÿ]&¨0ŠÜ'œ|J(¹I%_’ï?%ãDhb©‹/˜'J9àFQþølöä™ÐCÒâC|׿ý}ýuò-Y ›Íw9MÞ ’î#ðŸƒI¶Ï‘œg€a`Œ æ›ñ‹ F¿Ý'¯ÊlYçe6>ëTeuÞ¼&ƒ›ä|ÐdÓ*p\:÷¢MBHT¦“*_LC  †qÅ› ¢Éi™CÌiªÙË«lNé<;ëd‹qVæEïç¬ÝE5¼.fëá8-o‡“z•‡Ë:-«_=Ú!Ýn7Û)ƒ (–ÔËŸü1‚à¬ÆZ‰ ¢ÀjÌGUo¼Î.ËtÝ rÄ,hE©§„|Zj@n¦À cÐNÇ„Ÿ´ö4NŠ }ÒÚÓF€q®yL<ÍAáÌö¶nàlÓŠ¿ÂúE]ÝÕUì™L‡¤ó¢^Tgxç +endstream +endobj +697 0 obj +<< +/Font 1230 0 R +>> +endobj +698 0 obj +<< +/Length 924 +/Filter /FlateDecode +>> +stream +xœÅ˜KOÛ@Çïþ«œÚËdß(Tj+@ªÚC¥T=TU”&&›[ˆ~úNBôÁ>œˆÀIvfggæ7ÿÝd¨0ŠÜdœ|È(¹È%Ÿ²oß %‹Lhb©‹XgJ9àFQ~ÿlõè™ÐÛ…¤Å‡ø­?ÿ{øüyö5+ÑÌöU/³w“lxˆ|sr–±ÝsF$'Æ*p\:G&ë­øC&óû¿n²W„Œë|^\夜­ó£ÁÛ¶©Fäxv}K>VÕe{EΪšÌ«UUå’”U3mËóju;=k¯óÅtÓÎêæ'¹)šs²¬g·òšL.²ã‰Ï+#Á0®ø“^Õù¦-ê|q4hê6¼‰XS Pž]’ñ¼ž5¸‡˜Ån·÷,ˆK.ëb³œd@ñx™9\°hòõïƒÈËE^ÕèǪš_NŸˆûˆÈ0ÆîÀjL„—ó€YЊҧϼw¨¹-Ò*ÌÁbÞŒ·ùé6¹cìh§c¨ÉÓãN5V=Åúz¹|ÓF€qÎÛwzö@sPØ-_.ß´b˜n‡µ/)0¬ùPFv1Í-8¬àPV«¶¹j›¤-™™­«¶lŽ6rwÌ€A6ú3l> +endobj +700 0 obj +<< +/Length 934 +/Filter /FlateDecode +>> +stream +xœÍ™KOÛ@Çïþ«œÚËdß*õ•ªö€”ª‡ªBiâCbƒ±…è§ï8T<ÚâÝuœ ˜°3;;3¿ù/W *Œ"7 'ŸJÎFÉ—äûBÉ,šXªÀâV‰R¸Q”ß?[>z&t³´øÿêéOï?K¾%9ši>ÊEònœ q€¿Ï¶~ΈäÄ8 cd¼j|ÄOï¿»I^‘õkTÔÕe]‘|²Ji>Kˬ8ø¹,¦§yQÖùY±¼=Móe¶8«Ò<ÎëküzUOÊê×ɪ¨óêp`døæ5Ÿ'Gã6ϬÇ¥s­ž†Ór2¯²|²¤‘`W¼eÉѰL§Ùe²œâÀmý–åîVû··uU£Éõ-ù\õ%™%™Ë¢Ä€@’·$йòü‘ÞdÕY”“Û)Ó«:+ÓÙá *ët²kîÀj<˜¶sÅœ +³ ¥m§Ò,¹(³YÈrÔ€lJ­=¡É(«ÒUç|¦aI¬ޱjK‘zƒ%E1ÿ}ž#oŒãœ§Àÿò¦À\ͦÕÁì6ýØ$p!ÍAa_ô$Ø®¶­ìMzJ + kyOÒ“[pØö$=™ƒlJÏíyC5(®¼MrØ%•S °ìö••@±)´§dö•á`mûŒ}¥(H,‰ý÷A˜_,'××ä¿„pMà˜øü™†"^a!Þ•=!^1 –·$QˆW8çjæAž#Fÿë:øG±?nBÿ±‰|P¤“ º’«ûV³q éÓ¼aàZÌžÀ-5‹§>7*(ù‚ç,,ˆXõiŸ£8ô2bkÖ +@ö‚§O%h/‰Â‘+œiý§Ù™¹ktt@®°¨cM¯J[`‹ º5u"ˆ+$*DúÚàš@µÙzKÑUg ŽÒѹ æ©äPü +ŠÂÍsï±Éd|—ǃ1w(îÌövœ3µïndgÎw]éƒi®P·mOÒÆmZ¢jóÞîÊ¢-–`[s†+à±CëÖœa¨òö¦…PÔ‡þ zæè€.°sÐ3‹ÊUöª­™FÅéQ#HÏ$ +EOÅ„jëÙ¤¼xzw¾Ñ½7 +”oŒá1n„¿B©ÌŠÂXþ3.À ­çä“uÈ‚ú?£¨7–i],;Ô‡Þ|Þ†aƒÂÐwAÒZ5 +ÀØô²A…ÊocíÕŰT`ý¢«³á“ä +?ÊÌ­X +endstream +endobj +701 0 obj +<< +/Font 1232 0 R +>> +endobj +702 0 obj +<< +/Length 931 +/Filter /FlateDecode +>> +stream +xœÅ™ÛnÚ@†ïý+®Ú›aÏD*õDªZ©‘¨zQUÈCHc+JŸ¾Diªï.±)1fgÆ;3ßü›»„F‘û„“ %7 £äsòý¡dœM,U`ñ†E¢”nåO×æÏ® ½YHZ¼ˆßúû¯?÷_'ß’%šÙüÓäÝ é^0â?L¶½ÎˆäÄ8 cd°Øøˆ/2=ývŸ¼"»WVf ²LÙY'/²ñlTö–yùuyÏ>¤ÅíEµÎÆWUZ”¿:Ý7¯Éà&9ÔY¶ +—Îß²‘`W¼Þr¿;-fãõ´å‰¢ŸWåª*ÃȖ㬘彟ó|t;Ä`†Õ6šáÃN6ñ ï¶õL‡¤‹¼Z–gÛ!Aá)Ün’¢Î¥~wT¤“r¶œ†,)PL¿º,éw‹l4[e!Ë1 ZQZ·ýÝjìmUæ=rž®ȧ<¿­Vd’d”Ïó# uOÜÏÊk2-Ò‡ p›BÝçY‘ÝU3̳NYTY' Zí4pLôÚýèGì†ÆÊ¡˜¿žší¦¯6Œsq…‘Á4,mµæ °{yª²u7ƒºý?Ž’ÓÜSÂ{zãø!»Üd{!nÁa%Fµÿâe rìÔ)H5(®jûÒÜPNÀú>±VÅ®•ƒ-¸a8XëP‚a­4mücÇ­‰Õ®›¶8/Ö%P­Ó`¹þÿ¡õûz:OçézýÎñdU8ïjÆëÛF Y¥“ ü( %«´˜ƒÉþ ÷róÀ‚ºº4 œg\kǰ¦`åÖ‹ KJFÎ0‡S + "–TDÈQ¨Å1¡³ U;ÅŽR :?MN€´'ØaaQ·ùÉL:]€joÊănÛ¹àœP¬ômiç„D%)êµnêG©æJÂôôxÆš”¤‚¢äóÄ€“;oÆ£qÃÁÉ-Š0íû!³ç.uGOnP…ÅB¥y/J´iœÚ¡‡u1|å%X,oš—+àm‰ÄyÁPyòZ÷‚¢ó—vË^0‡²íäYTj^‚…#ši”iÓäñͰÛPßae£™Dýè)éFãJ > +endobj +704 0 obj +<< +/Length 922 +/Filter /FlateDecode +>> +stream +xœÅ™mkAÇßß§X|Õ¾÷ùAL¡-I¡´Ð€Ð¥ÈUOs‰zzÞÒOß1†$¥ÍíîyC ¹èÎÌîÌüæ¿Ù$¨0ŠÜ&œ|N(¹N%_“? %ÓDhb©‹oX&J9àFQþølñì™Ð»…¤Å‡ø©¿{zÿUò=Y¡™ÝW9O>Œ’þ#ð£YÂîŸ3"91ÎCÇ-w>⋌&?Ý&oÈþ5Ì«lIVé2;ëe6Í'Õ`UTßÒmU—ÙE½Í¦—uZV¿{ýwoÉè:95™µ +—ÎØ¬‘`WüÄfµub“Š·»Ìh4;ìÏË|²žd@1}y2,êj]Wqd«iVæÅà×¢˜ÜŒ1šñzÎx¶‹g¼¹h`z$]õª:ëÙ +;°¨ÑaR¦³*_ÍC–d´¢´)7†ý2›äë,`9í4pt°é†ûÕ6ë}]ržnïÈ—¢¸©×dV”dR,Š# /í¹Í«+2/Ó» p b¼|Že¶©sÌ¿³^UÖY/$T#À8×\ÌȣКƒÂFæ)Óa`îjÅ`×{# +00qiX¶jIa¶zŠñ¨.p ³;ªÏwì3`V­zþô.û´Kñ CTƒâª±’«r +–Ù+z`%P¬ÉWÌ9e8X9[tì‚f MäœÑ± Š‚ÄâבX }‰u" +ì*ûù³3 +¦ÁòæA#ÃÒI6ýÃ_Æî|‘n·Ï©OLi0ÛŒ¤`JÃÀù§³P`JMÁÄòê…™õÓn·‚Ú¶””ôŒÝ[D[*µ·ÊQvÅá¡ %C™ÅN~T‚ŽEÏÁV… í©RXÔY±€9Ü*Ö;Õíò§½Q…šKz5dB¢àòÂ#–e÷ݹʰ€ôÞHD¡Lp”€¬Y¤F LP”YI ¢üm~¯¸C­fštn<¹EÁæS÷1|ä˜-¡|ä +ÅTÇŠrŸ·3%—(¥b¯Ïºõ@ ÆŠ%K·pÜwëÐD9C%å¿J;f¨…TcÛæPGyïÛŽêEå§Ï1=Ð(¼b'Ån=À¾C=wŠ1fµV@Ÿ†ÀL(PÞ±1ŠÀ2à Ì(Ê,. +“Ùj‘ϯªl…[Öþ>סRk¬Šxú”a¾±,ê6V@Ò†^ p:\Ñœ?m~ìV¤{¸¸ñ:p™lðûõh#Y +endstream +endobj +705 0 obj +<< +/Font 1234 0 R +>> +endobj +706 0 obj +<< +/Length 919 +/Filter /FlateDecode +>> +stream +xœÍ˜ÛjÛ@†ïõ‹¯Ú›ñžÆ)´%)”0ô¢£Ú²£Ä–lY"¤Oßqr€V»ëʱm±â¬þYÍÌ7ÿ® +TEnN>'”\'Œ’¯ÉŸ„’i"4±TÅ/,¥p£(¼¶xvMèíBÒâEü¯—Ÿž¾•|O +¼Íö]Í“£¤Áˆüãh–°ûëŒHNŒ3ÀP#£åV#¾ÈhòøÛmò†ì^üΖ¤H—ÙY¯¬²i>©EYK7uSeçÅ"Ÿ_ÕY‘M/šM6½lÒªþÝë¿{KF×Éù¨MUà¸tnÓ»ìS•Þ…ÝÈH0Œ+~¼Pµu¼»+Ün“åh +$ŠY|Ädã¬Æl;žfA+J=Y8ìÏ«|²5 ·¥= aÙÔ«¦~ˆ(+¦Y•—ƒ_‹rr3Ƹƫ]`ãì)²ñlÚx}ÛÀôHº,›¢>ëÙ ‰T; ·º=߆ýI•Î꼘‡,‰½‚b ·%а_e“|•…,§9(l˜mÏb¸[íaãÞ7u9 çéæŽ|)Ë›fEfeE&墬0²“$@—bÐöHoóúŠÌ·}TÙºÉ1?ÏzuÕd½ %†%ÐúX†1…[p˜Ñžª&´f 2-ªD÷Hh˜ÅTƒâÊW¯¯%G9+àDÔX Ô9O‰wÀne8X9¦0nÍ@›È™å€r‰%­ODŽÀaõT2›ÓnB> 9LƒåÞ (˜þ +'~ÍüóÌð/½¡]Zþ¥Àlë¬A©)ÿFÿa´Ÿ/Ò͆ÔÅ€˜sÜ;`£˜3ôr±Çƒñù8(sŠ†Ï›Ä¯¥†9ô{±Ç†‡ScÑîí ²b3FîG1qac× ÞóÄWS#ÑÉÅN®‡S#¨Ø1öpj8Z¿“i%Œ¡kô·’`ò3ÊÀùPB~‡†ÖÛ¢ÀoÐz&Öî+tŽž’ 6ÜÓ´ºyy®þo:Ø@¶µ|£»LÖøó É +endstream +endobj +707 0 obj +<< +/Font 1235 0 R +>> +endobj +708 0 obj +<< +/Length 908 +/Filter /FlateDecode +>> +stream +xœÅ˜ÛnÚ@†ïý+®Ú›aÏD*õTªZ©‘zQUÈCœ&ÆV”>}ÇI”Òzw Æ $0°3³ž™oþ½N(Pa¹I8ùPr™0J>%_¿Jæ‰ÐÄR°N”rÀ¢üñÚê·kB7 I‹ñ_~úõû‹äK²A3ͳ\&o&ÉðŒøåd‘°»ëŒHNŒ3ÀÐ1F&ëÆG|ÉìñÝMò‚2ž•é¢Ê7ËW/Éä29´-h8.k[—\–ù«F›¢úœîªºÌÞ¥åÕY½ËæçuZV?ÃÓZ€êÁ¬âÀmsOoZ2 ˜e­Éð?ÓóÛì}™Þ†â¬Æ,é!FfA+JûH(j@6Màè–µÓÀq»{È)ý€bï•SÏ4mç¼­hØ‹´æ °¿úRg\ÔÕ¶®bÉ6ó¬Ì‹Ñ÷U1»šbDÓí}HÓ9Æ4]4AM¯ï¢™I×E½©Nv@‚bT |)5Fôo-)0,ͶTËl–o³å˜ƒ„j»ãûÕöëu]#ršînÉÇ¢¸ª·dQ”dV¬Š# ­Hnòê‚xE5(®ZšÀ²ie¤Ì®ësñdP•u6ˆW9ÓýP8UVÅöTn(N•á`­÷WcLÓ°´Uš6Þ)¡{?‰Ù®ûöCà|·b°«¸}{Ž–i°> +endobj +710 0 obj +<< +/Length 881 +/Filter /FlateDecode +>> +stream +xœ½˜KOÛ@…÷þ£¬ÚÍͼQ¨ÔV©¢ ¤H]TJ'’˜8výõ½ ˆÒEæa›€‚IæÌãÜûÍa›Q Â(òqò5£ä6c”|Ë~ü$”Ì3¡‰¥ +,¾a)å€Eù˳իgBï’â§þÿíßûo²ïÙeößÕ2û4Ɇ_q€œ,2vxΈäÄXŽKçÈd½Ÿ#~‘ÉìåÕCöŽq•ÏŠûœl¦ëülð±©Ëù\®ÊªØ,É¢Ùåóëm3­ê?䡨oÈ®XýΫ©òmSTùülPWM>øðžLn³ó‰o2F‚a\qÏdÈxVM5JÇ ¨(ß`8ܲ*æ1C)Üî·Ú;XÔùúy¯J\~1«G‡Mº:ìÑ`#&Pr)°Å׆WÙþ áа +endstream +endobj +711 0 obj +<< +/Font 1237 0 R +>> +endobj +712 0 obj +<< +/Length 906 +/Filter /FlateDecode +>> +stream +xœÅ˜MOÛ@†ïþ«œÚËd¿?¢P©­©¢¤H=Tr'’˜8výõ¢TïnؤA `ÂÎììÌ<óî&£@…Qä6ãäKFÉUÆ(ùš}ÿA(™eBKXüÀ*SÊ7Šò§gËgÏ„î’âýûÛßÏ_fß²5šé¾êEöi’ Oq€œÌ3vÿœɉq:ÆÈdÕùˆ/2™>½»ÍÞ|‡Ó:Ÿ7åzñá=™\eÇ“¾%­Ç¥s=Kއu1-oŠå´Õ·ÔÃJd¯Š£ÁǶ©Fäsµ¬jô–ëe¹¸lŠu1»˜·[ü¹ióºùMnËæ’lË寢ºØ´e]ÌŽM݃§n»À÷„m4É€â÷Ÿ/êr²w`5Bÿr¸`Ù«ÇØU‚rÚŒží¤‹Ùù}Èû̂VóôÀv©ÙÕ×aÍj§c”{Óà5»³»â¬3|ZçwaÖ°°(ãžZÝÃ.ã\oAïŮ栰Ÿ:™´bðrIR`X²;åÒ[ìr KÖ×y†­G3™äË–qÕ67mó¸‘b=+ê²ý\VÓë‹×ÚöÈH¾ªÚus4À·AÛ£WžŽ8å¬Ã4|S†ƒµý~‰qÇùöŽœUÕu{CæUM¦qÌ pL3ЦãñÜTŠ‚Ä$ש¸©FžR …¦ÂJx˜¦"*00qiX¶*¦Árï°WpˆÔ,rtHë‚tÄ®À‰Æª´˜ë÷‰÷k8ÿð·W4KŸÄ.HJFžzb„À®}ºÀQy;Z(Œ%C-ÆüÇz K*Aã ÷»cáHÛd4XŠT÷³=Np.–ùvûV½)Pÿ[é \ 7…D¡æg](:±h@z4ððzÚE,¨u Žú+–U ̲$â  Eæ»nHDîPw™Uíî›äeWª;‹³uW,v˜U(»©Ì«ÅÙáë” a~ cs<`@ŒÃÚ}§ÞjœI Þꌢ§( +=%A5fQvyðñFùæüÒ¨Þzç­xT2,,껓‹A%“¨É’70w™P ¼3PäŒùº#&îD,MÒzÀPrÅ&­%×®·mÑDu(®|ÓÛ^·kPZ¥¾Ùˆr@£°Š½(Oê€BY „öç€T`PöçÙ¿ÿÕû29 +endstream +endobj +713 0 obj +<< +/Font 1238 0 R +>> +endobj +714 0 obj +<< +/Length 905 +/Filter /FlateDecode +>> +stream +xœÅ˜KOÛ@…÷þ£¬ÚÍͼ‘©ÔV€TÑR¤.ª +¹‰ IL»ˆþú^¢oÏŒcB(˜0g|çÜùæx›P Â(r›pò!¡ä*a”|L>!”Ì¡‰¥ +,~`(å€EùÓµÕ/ׄn’/âýþÛÏÏ_&Ÿ’ Ê´_Õ2y7MÆ'Œ8À?N »¿ÎˆäÄ8 'ÆÈtÝÎ_d:{zw›¼"í+/«bþæ5™^%ÇÓ®ñ¬Ç¥sÝã‘´lꛦ&›lòÍ<¯ŠròuUή/òͪX^Öù&Ÿ_,šþ\®²ÝnbG$[—ͦ>áÛqÈlŒøâ³Idz*[ÔÅf2¤ :†KÇU>+nò¡$Š‹ÚUûôa´Ç:½mêrBÞ—«²ÂÙ’yV]?VhÛdUýÜõ%Ù«oy5"U¾mŠ*ŸêªÉG!3â¬ÆåëªWS-fA+J»€¤¡î¢dÛFÝæ"iQçëÇš•XbVOÚb´µ:¿/Õ(Ä?ÚiàX{0AlІõ´ã€‚F€qÎÛ¯ÿ¼ËÏÚN=­²»05ÍAáå±Ã€·§Ò/’Ãþ9œ_¸‡ýu8¿0‰ÓÏ/}©Å•w ”r +vØ|úkÛíA&e%Pl»n§D‘IÖv£<‚NJQèeI§ãlwGÎÊòº¹!‹²"³@ZÌHà!èÿ ;…Ýóp|wŠi°¼›è¸SxžÓ̃ã?›ÍçUfPé$ˆX0 ¥m0·m%m8Ï™l8JMÁÄòb¨;•”|¡D,E†Òæ˜x¼ûÿ³(3ÌFì…V›JÐ^Þ„cT8ÒúWð¹9*,Ç`ìË›Q¸PÝéŒ +‰ ÈØÐwƒ÷ÍxØw } =z‚cHòS*z‚íw\?m‹´û +ŠÙÇzð? w˜~̾i2BÏbøñ¥ùÁXÆ fŸXžìsw +£Ï¾Ù.BNbð x°5˜žÀÜ ‹}ô¸ÞûA@=†Èß|Á@âÓO@s©ïGæhoÏEñˆY b²Ý@bØ7ÔóL«o®ëTÀÔ$ƧNχBŽ Êw܉Î +D€]ÝÊ&œXxÌxdÎ`™#JÚaÚñù™” f_ÐŒ„ÃMìCãanSa´,`D)KÖ/ú+Ÿ'[üþÍë¹B +endstream +endobj +715 0 obj +<< +/Font 1239 0 R +>> +endobj +716 0 obj +<< +/Length 899 +/Filter /FlateDecode +>> +stream +xœÅ˜MoÚ@†ïþ+NíeØïäTj«$R•*!õPU‘ œÆnD}ÇI”¶jëÝC@‘‚CöÝÙgÞÝ$¨0ŠÜ'œ|H(¹I%“/_ %ÓDhb©‹_X%J9àFQþülùÛ3¡Û¤Å‡ø_~úõýEò9Y£Lû®æÉ»q2¼`ÄþqïÁ jóëÍá ŠÉ벃qÇúã5Œžþò² RÐéË-ÚíÁŸz-оlÙGO¡:•¿ãÝOìýÕ!‹h~b!rˆWÀ¾ ˆÐcè}üµÕŸEotÂâc=¿ø‚Ä, / ‚‰´ïÅ#Ó¸·£‹Ã2¦ž{´ 1¡@y: }­]' ¦ÆÑ>uæ|(äCçäËæÔ1Š~ÈïIBQçÐá$kX'wÙþÆÓÝIY£×ñ_CY¡ÓÙñžNíÍ`üc™Ÿ’ þüƒº£ +endstream +endobj +717 0 obj +<< +/Font 1240 0 R +>> +endobj +718 0 obj +<< +/Length 920 +/Filter /FlateDecode +>> +stream +xœÍ™MoÚ@†ïþ+NíeØoï"§R[%‘ªôP ©‡ªŠ(p8»Qúë;†6IÕÄ»ëØ¥ HÁ¿»ÃÌ>óN¶*bEn#N>D”\EŒ’Ñ—¯„’Y$41TÁ7¬#¥,ðXQ~mõèšÐõ¤Á‹ø©?_=¼}Ž6(S?‹Eôn ϱ€Ï#¶¿Îˆä$¶10\#ãu½F|ñôþ·Ûè9<’¬L×d3Y§'ƒt3K‹,}[åÓëËe¾º»œW»tv¹XMv»á›×d|Ž›¤Ë¥µGŽ%ÄŒ+~i-@AVqà¦Î”Féd¸(²™Ïý$Š éÊ›$¯Ê›ªôÛ‹É:¯6åÉÀxn‹[0“¨qÉpZLæe¶YøÜ’ЊҦÜH†E:ÍnRÛi«ã›Ÿîö+Ho«2‘÷ù*/pÅd¥t³ÊË2Ý`¬ÛV“¢üAn³rIvÙê{Z H‘n«¬Hg'uaõQ,ç¿À²¨ÒÏc±µÍuœ|ZsPxŽ9ª3ñLU­ÔGo@ÍåÄlZŽêØŸ>„þ¬Žü§}à>Ù©%†Ùé(º~´¹‹it°w¥ÍbˆKA'ûoíÙ]zQ Ÿ“;?5ªAqÕX°}íTY«èÒFŪ;Fr©˜ƒ1]CWÚšŽÛ†®´‰­;¢¨ØÖ¹’ljÐçàЂ§ +OCCÙOÓ`xs§ÀSi%mžâéédwG.òüºº!ó¼ Ó¾z¬Ê`¦2#Ú¯2f`]V^¥¦»©ä‹W)-(éÀ¿GSûl{v¸R¡ÐécUúXCsÅZ¶Á–T‚eQ»V€4ÇÏaÐm…2ªuàÙAõÑ“Q(tiò?H‰ÖÎI7|ãqÒc‚ñ/ .8úMÖ©#¬)ØÍ-»¸{/¼Ÿ´·ÂÜ Al"ø²šÇhø\, a5WèâœæÕÕ\¢/ ¸5µÎçuà½Áš´¶> +endobj +720 0 obj +<< +/Length 913 +/Filter /FlateDecode +>> +stream +xœÅ˜MOÛ@†ïþ+ŸÚËd¿½…Jý¤Š"õPU(MœÄÄı‹è¯ï8PÚ +äݵMD³3;žÙgÞÙF¨H¹‹8ùQr1J¾Dß¾Jf‘ÐÄPoXGJYà‰¢üéÚêŸkB× Iƒñ¿þÿô÷þeô5Ú ™ú§XDÆÑàŒ øåx±ýuF$'‰M€¡cŒŒ×µø"ãéÓ_wÑòðeeº&›É:=‰ÓÍ,-²|øc•Oo®–ùêþ*ݬ²Å²L7éìj^íð÷b5Ùí†4&ƒwoÉø::7¹aX.­=²‰„„qÅCÜÈ‹t–MËáì>½¨Ÿ“ûØËš Ž¼aÅ›:Žë†d@1½…܂ј†GvƒЊҠ,|7h²>³½ E6óXN[ cëJµQ^•·U¾-“É:¯6åIlüv¨ñÔ¡XîÍi7L‹É¼Ì6 Ÿ%‰µÙhP¤Óì6õYN1h~£‡µÃõ¾*ó!ù˜¯òý%ûxÍ&ÅÍc ¶Õ¤(‘»¬\’]¶ú™1)Òm•áv—E•Æ>NI + ˤñIŽB‚Æ XLxGù|3% ƒÊøÏ)^‡ìFì¬Øå>^^‡¹¦WaEÛÕ¨² +&ðAm <­©Æö'·¨è$°élTQXUú Fö•‡M¬õ‡–õF™Ãý…7Ë6Úš¹'ËžÍ-(&­á@N ŤÀL3wü!&5…ÄÁ‹—0v:ÙÝ“‹<¿©nÉíéy.¯Sš3TT¡C¸®6)ê*gúök“Y”U¡ãµÖìcõT({ºîP£œêeò`ËœzÌÕzµ)QO…6’]m +ªíÜ¡­MŽÒÊ]™Þc u•GÕ…¬íð“QÖ5Å ˜E稸Ù'J)G^wR/ðÌg¬1ñ[hFÆ•×ωxmñýu'k +endstream +endobj +721 0 obj +<< +/Font 1242 0 R +>> +endobj +722 0 obj +<< +/Length 901 +/Filter /FlateDecode +>> +stream +xœÅXMoÚ@½ûW¬8µ—a¿?©ÔVI¤*=DBꡪNc7¢¿¾´i+!ï®q„ÆìÛÞÌ›7ë„F‘ç„“O % £äsòõ¡d’M,U`ñ†e¢”nå/×ÿ\z·´xõÿ§¿÷Ï“/É +avÏb–|$ÝFà—ƒiÂöבœg€áÆ,w{ÄŒ_Þ='oÈîÑŸÙäÝ[2xH®uËYŽKçê—ó2]’Õh™^uÒÕ$-²¼÷}‘‡ó|±NFÅãpZmÒÉp¶m6=Ú!Ý|#Á0®ø¥ðµu)lÅÛ"ðó"dã²7Ù¦wÙl^Þ£m'M2 ÈHq^ï´ÜÕHµKá3 ZQz1¦QrWQ.¯ŽÑ"[›øXh(&º¯nu —6ŒsÞÂÕÏ«ò©*#d;d´Ì«UyÕ±gÓÖñzjõ»ãb4-³Õ,dIÅ ž,ýn‘޳§4d1nÁ!õëbß?¬ö;Nï«2ï‘ù"/p¿¤ZíCuˆÒºåOòœ•s²É?Ò¢CŠt]eX™®:eQ¥=1•°öÿëÇDŒjP\ùò;T•S ¯Mjó!\7»hÝïƒT ••@‘Ðä !¤á`­·™hR3Ð&²áh,zJQ(:úŒØù“6˜Ü‡–ò|Lƒå‘­Ä‰Ø)kÙ=œ)áW˜`Å’V³Þ N°ŽÔár% çí£äJj +󬎄‚%…á‡c‚u=ÚlÉ]ž?VOdšd,`{âh¼j;^%CïÅêƒ%’JÐ~ •@áHë‘èú–ñaFaÑÅ +E{è˜#TÇÕñöÀZ%Ù°ˆÖH!ÑÅ +H{gh‹N@œ‚ÎÑÅÊJ{èìBü¢èb­¡s‡nÉxh°®r‹V)`°ðúÂÊ &}C”°r…Ö­5#Èz$â„Á½]>Õr®€ûº¬ä m”ŸÜ¡"È)Z$?[½çí.XAõ˜9tH±ƒ²Ó-º¤¦zÓ Q£Iò¹ÿÖŽaÑØÙ×iç“è|­]»ˆBjazÈÑ5_7Cdè Î›‹­’Ç×Äh•C›hÁRÕtbi(oË7°DÇæI±¨ÀzÈÜÜÿÑ­?;ºOÖøú·H† +endstream +endobj +723 0 obj +<< +/Font 1243 0 R +>> +endobj +724 0 obj +<< +/Length 936 +/Filter /FlateDecode +>> +stream +xœÅ˜MoÚ@†ïþ+NíeØïD*µU©J•z¨ªˆ‚'€ƒ±Ñ_ß!DI«ï®1(Râ$3³ã™yæÝUB +£ÈcÂɧ„’»„Qò9ùöP2N„&–*°ø‹D)Ü(Ê_žÍÿx&ôÖ´øÿëïŸ^ÿ~–|M–èfûYL“ƒ¤{ňüå`’°§çŒHNŒ3À00F‹mŒøA£—ï“7Eºª²"_tÊ¢J;ïÞ’Á]r9¨³i8.Ûk“ÒÃI™-§!øâuÑä´ÈÆ!æ´Uo +eeº Ëá"½è¤ËqZdyïÇ<ÝßVËY>ßÜNªu:¾Î‡ëuvH7ıâÀíöuùd@±„ö¿éc:ç¬ÆšˆqžcÕe£²7Þ¤7ÙtV^ÃM'ȳ ¥žz9ÒQ©¹mõ3øÖNÇ,Ÿ¥À4¶=Å.=Ki#À8W?sŽæ\sP8x}ó©8 ´b௠~^•UzÛ!ÃE^-Ë‹Ž <–¤À°i뫩ߘäš[pØ™u5Òïé({HCÌQ Š«ÚFïï¬=§é}Uæ=ò1ŸçFLžó”.çÛ“.1[»œ­ªaQþ"Y9#ëlþ3-:ä•„þÈ”S °ö +Se%P¬ëÚ—Se8X[Gü(˜*Í@ì÷Mö]ú/_³µMþ—§ÜMz¥(H,Q}ï·²¨Aßžkl¤Ýæw + *¦ÁòÈÝ¡½³âZ«YÃåá`ïÒI±diÏ»ÀlÜ6ÑžsÃÀÅ®Œíy׌?áT•Ò’þÀÕ}¼hY),läú¨¢ +9jºÚ¹XI%hþ‡ØËázCnòü¾z “¼ £(äúãN€´uyûÛ¡Ìuši1ÌØHTûPŠ\¡PLIÏJ´ëî­ãÀÅWHZ±:N$U—ïÎá4‘pÔ`MiMfÁšŸ˜¢öjåZãÐH¸C!fÚпGbQÂÅ^x'ƒ*.{'ˆD¡øóêÚ`žsiÀ´üiyÎJRÖªhæ\÷l Dç §Iš‰æ§‹†æš™9”’µ= +pfQúp¦Qéy·´`‚3ì{OW¿X_os„ &QÌy+ôXÎ…å»Î8šsŽR.TÑÌJ·XµvTŠÒÍ/žŽãÜ¡p‹ÝOÛòmPä5½9Ô·F)w®®V¨ùüM.–Ø€6mÄÖúûè/É +¿~0´v| +endstream +endobj +725 0 obj +<< +/Font 1244 0 R +>> +endobj +726 0 obj +<< +/Length 926 +/Filter /FlateDecode +>> +stream +xœÍ˜KOÛ@Çïþ«œÚËdßÞB¥>©jH‘z¨*ä&NbHlâØEôÓwB¥´xw'ìÌî<~óßMDŠX‘눓%£äsôõ¡d M U`ðëH) à‹[…E´ŸðZ4õý‰}À;Ù×ÙíqyuwÅ4î˜Bz0‹¬fÎY¥k³ÒJ¡,kMNi0Šö3°®¹²³šBJ£ÌJ J¶Œèf…á&Mçf9Š8gÇñÅ›d¨ß˜;dxû«W·›¤´CdV€4Ía + ›ÀÒ¢ºñüÛˆTè<üR¨üdÓÉ…ÃRH”.…Àˤ㶠€—‚£ %ˆgîzŽ›‚®Ú§(˯&zw[dq  nMSnPu¹¯7zÝpŒŠ+6» Pku!>Û{ Qd¹ë¸Wê2põéWÀÝ“¤7‹9C æQÎÏÄbN9gi±˜Y”…Žú `1Ó¨½X Ê|p5Ü^d2,Pêº% á&“¨ÐÜÉîËM&(ç”å7¹žîÌ«y£ÿ Biu¸U†¬- Ú[¥(ÀÚ*¡`,Z”]£_[ŒQtutWáoT£ä +½~?بBÁJšƒJ¦§=‹6øý hÑK +endstream +endobj +727 0 obj +<< +/Font 1245 0 R +>> +endobj +728 0 obj +<< +/Length 920 +/Filter /FlateDecode +>> +stream +xœÅ˜KOÛ@Çïþ«œÚËdß*µ UôP)RU…ÜÄ †$Ç.¢Ÿ¾ ´TaØ!‰"9޳3³;³¿ùïuF +£ÈMÆÉ§Œ’‹ŒQò9ûöP2Í„&–*°øÀ2SÊ7ŠòÇ{‹î ½HZ¼‰ÿzúíïóçÙ×l…f6ïzž}gÃcFàãYÆîî3"91ÎCÇ/7>⋌'W7Ù²y†óºœ¾{KÆÙÑØ7žUà¸tÎ?UmsÕ6d•/‹ÃA±šuYüXT“˳vu^-nϦy}y6k×Åôl¾È×ë; ù²jWÍá/‡1Þ †qŽތ†“:Ÿ5åj3¤ <Æu1)¯Š˜¡$Š‹ê›ûÑýhóô¾mªr”¯oÉiU]¶WdVÕdR-ª½'ÏL¹)›s².?‹z@"üâ¬ÆE|Ö¯º¸n˺˜šº-1±2 ZQê]‰QÊ:PrSQþ¼L[í4pŒØÒ–ŒÊ¦X&e-KU…C1U…¸KŒã\°twèæ pó—ëT˜‡å¤9˜Þ§åü¼9©óÛA”5Å ˜@»ŒVR`Xf{Ì9nÁaQî1瘃ÛcÎQ Š+ÿÆ´S”S °ò{"°²(Vq(­^‡ÀÊp°6Ô_$XiÚø[Œ ++­•—è[üñr¯òuÓÖÅÃ,]·yÝüzÊÛtV*,Ëû®®'V*¦Ár£‘K…m¦f¾þÀ³M?LØñf¾¾ÜMWÔf-‘ +§®6­fÓÑÕ¤aà-a”š‚I%P×¥%_y!…‘J™®69 +«Ð¦Þ¯E†Ò‹½òjR : ›hx '@ÚðJùàµmK~¹„å(¹CJ6‰\«›j?lâÁ%$Jª&’äc˜eN ”e^ýŸÎCÁQœ…x“ÂCÁz’‚¢d²Rû›Ç­ÙÙ9r‡zÉtR­Ì[PÞs‚Ýš7¨Ÿ^J’dVr…Z©“\ì«Dq¬¶+óER*Zz4Ïðn'Ì3TT{¬rŠ*\åÑŒeõSDÙ¾c™¥€ a ´$Æ2r.Ðë%@–I”NÌOˆ[ÎcÓyÈ„jºRxˆñ'x,CÝ”Š¥mèÉf¶¢vgFQ7õ¡dâM:ÔNÁÔíÕ¢Aå:èw%Sêx·ð +¦>äK¼E©ÀFœ”%[ü’]ãç75,› +endstream +endobj +729 0 obj +<< +/Font 1246 0 R +>> +endobj +730 0 obj +<< +/Length 937 +/Filter /FlateDecode +>> +stream +xœÅ™MOÛ@†ïþ«œÚËd¿?"S©­©¢‡J‘z¨*ä&N0$qpì"úë;…‚w78!)˜°3³;3ϼËeB +£ÈUÂÉ—„’ó„Qò5ùñ“P2M„&–*°øe¢”nå÷Ïÿ<º]HZ|ˆõø§‡ÏŸ%ß“ši¿ªyòiœ q€¿Ïvóœɉq:ÆÈxÙúˆ/2žÜ¿»JÞ‘ÛWZÔù’¬²e~0(«|ZLêÑ:ÛÔM•5›|z¼È6›ÁðÃ{2>OÇ]&­Ç¥s{4i$Æï6™çU1 YO P÷Ó²©×M}羚æUQŽ~-ÊÉÅé]§³6ŒÓyÇÈH¶,›U}0À·AQ)ܶ§ßåI:œTÙ¬.Vó%%ŠyÖ•é°Ê'Å:YŽYЊҮ}OoW»Û§M]ŽÈa¶¹&'eyѬɬ¬È¤\”F@žÙ8rUÔgdS,~çÕ€øD ȶ_r©Ê/›Óí`PWM>S; 3ºó ÒˆcÐX"óÕS•i`ºj#À8WqþŒ¥aiª5…mÉS|»²®töNmK +LsO¾Ðé¦×ùI1?««ì:¨ÉinÁa±Eµòþbe ¢èrŒjP\u6šÝYWNÀr}ãVÅÚŽJ²þ¬Özç‡`²*Í@ÿp°{º*EAbñêþèªNq]YVÅ4Xî!õ3hýü¥ùjѶ™|…{u»c—MVÕsõŠ®áªïh¡`•N‚ð+¬Ò +`Ö‡ƒP®JÃÀy¦%ß${ø°ý7Cí·›ÍjøRS0Ûâ¥óÒ’‘SEæ… œ­á*9ꤸßc¨ {»ƒ¦t,aú3/œi·<èÌ[TYDÚ•yì1Tû2/˜¯B9°Ò–!|}‰[ÀVHŠ¢W)‹½¤çš!‚·‚u‚{ÛMÞ—(ʺNýÿ?½CÉËŠ6Ó£¤åu˜î +¢ÐË J«XøD¦qàÌê®^$æ«=‘¨ÁboÖväŠ@A¶-²¢é̹ÞÏÇ«g(Ǽ—rûq…¢6óÕð~\ae¿ú÷âŠE]@À}¸¢QúGØ`¸3ìDÔw¹¸3‰RÕÛ ¢à΄åI#àÎÊBO¥l)¦Ÿ¹£ŽÑÒŒ¢ÄìÔx¡Dw(}itƒêÏ;±…_Q£˜ Èܘ!;üßC +µ]Ïò*ܸT`{WOK.ñû/(ÛF +endstream +endobj +731 0 obj +<< +/Font 1247 0 R +>> +endobj +732 0 obj +<< +/Length 928 +/Filter /FlateDecode +>> +stream +xœÅ™KOÛ@Çïþ«œÚËdß(Tê*z@ŠÔCUEnb‚!‰Á±‹è§ïдÍî:v„LØ™ÙÙßü‡Û„F‘»„“Ï %W £äKòí;¡dšM,U`ñ‹D)Ü(ÊŸŸÍ_=z½´øÿêÏŸ^>™|M–hfýUÎ’£¤ˆüåè"aÏ‘œg€¡cŒŒkñEF“çwwÉòøæU¶ Ët‘õŠ2›æ“j0½ÏÎòÙeuZ¦÷½þ»·dt•¶Y³ +—Î5±v“®ªºÌŽ—óµÍl™MOêU6=§«U˜u#Á0®øa¬kê0–n×Yrë’ÅÔm”a»[ç¬Æ”Ûn}ØŸ•ù4d=fA+J}94,êꦮžÂɖӬ̋Áy1¹?5Î^¢_¬ÃÏÖq l¤‹¢^VG=|%5 ××Ë6§†ýI™^Tùr°¢v8nÛ¶œöËl’ßd!Ëƹ­…?|\íiËÞ×U1 ÇéêžœÅu}C.Š’LŠyQbij‡ä.¯.I€_šƒÂ+óÿǹÊç?³²GÊì¶Î1+zUYg½˜Ï™ cNDR`˜Éž*&²æ&rTYÆå1 K^Í „Xºñ„jP\y‹»{O”S U{¡²²(Öfº Ûp°6²éÆÍ@›ÈN¥O‰u¯ï‰À&4*%»qo®Ç¦·¤+¦Árƒ²_¤+ìå5ó5.QL—N‚ðA8œéÒ0pžÆî_Lÿ¸ÉðiZ^?íÖm–Õ¯Gz7'¯ÔŒ•1ì•Ò’Ûw.‚½RX±ÄÛh‰?á¦=ôÂç[tÑKŽb¯Tv±ÊPô1oãÒ¾]*AÇb­1D… íþÏTXw± jÃ.V?Õ{O&¡PÏɆ‡º‹]‰ºÏöí +Tvþ‰I0ìG]çÅJìþº·`N°E« ¨2=ƒŽÀq‹Î3;h$Z=À ðÌ ÜÊ£xhr…‚°E½Ê%ʺ€Ì L\.P›ÅR$4o;OÎpOÕ¹ ÅZì0¯m(Ê4³}8ÔY™C)æáu1³(Âb±Ó¶åW;s’æ>à%A=cÁÎ}¨×|0¡@ù{Ë`,c8 ªz_XfLóVxœE¹èep6¨È<ýX¬ø|59Þaê‹ÒÎW 1U(Ùüɬ<ئ’h³‹Ýü'Ìyr‹ß¿ÓïfÖ +endstream +endobj +733 0 obj +<< +/Font 1248 0 R +>> +endobj +734 0 obj +<< +/Length 917 +/Filter /FlateDecode +>> +stream +xœÅXÛnÚ@}÷W¬xj_†½_©ÔK’ªj"!õ¡ª †8œ»Qúõš6jâÝ5€ÀÀž™õ™=sæ:¡@…Qä&áäSBÉEÂ(ù’|ûN(™&BKXüÁ2QÊ7Šò‡k‹® ½YHZ¼ˆÿzüéïïÏ“¯É +a6Ïrž¼%ýFà—£YÂî®3"91ÎÃÀ-71⃌&ïn’Wäþ1Ì«lIVé2;êe6Í'Õà*]Wu™}HËË“zMOézÝë¿yMFÉñ¨ Ö*p\:·gX#Á0®xØémö9ŸŸW§ez†¦¨='¨8p»!Ä~a%ŠôÜ7‹¸«‘F{†e´¢´‹v€¥äæ iDöçe> XN; ÷ÎG•aQWWuµM#[M³2/?Åär¼Mf<ÅlƳM:ãù&Ÿí‘tYԫꨇoC²Óx"P,Íf + û“2Uùj²¤`œk> +endobj +736 0 obj +<< +/Length 927 +/Filter /FlateDecode +>> +stream +xœÍXMoÚ@½ûW¬8µ—a¿?©ÔVIªª=DBꡪNÀÆn”þúŽ“4i›ÄÞã„öͬßÌ›·›ˆF‘«ˆ“%ç£äsôõ¡d M,U`ñëH)Ü(Êﯭþ¸&tµ´xÿõ÷§‡ß/£/QŠ0Õ3_DïFQÿ„øåh±›ëŒHNŒ3À00FFë*F|ÑôþÝUôŠTá"Ofo^“Ñyt<ª[Î*p\:W¿.˜ñš¤“u|ÔËòx–L‹Aš²ÕõI¹g§«ÉvÛëû@ †qÅ;„ÔT‡pŠ·Õ]ÞrvJËâ4Ÿ\û¡I©ÖÀˆVä¬FÚtÉ,hEi—¬¡dÕ:CÔNÇm݉8;Bb XMý¤ïÙP´`œkl(ì,.Ëâ.‡8Åy’ ¾¯²éÅ3/1•ñ¼Êe¼¨’Ø™¬³2-ŽzøÖ+5ÍAa{­§Ì°?Í'ó"I>K*õŒöóxš\Æ>‹q )]·õÃÛÕî¶émYdr<Ù^“OYvQ^’y–“i¶ÊrŒŸ<µoä*)–d›¬~ÄyxÅ T¨çï_oÊ9wÔ+ò2îù$J5(®êkwp”S ´íh ²(26¨ê<Kýhª ký`ðš6@‹ðŠ‚D)Ñh¥8–5ô3År¿ý^ži°> +endobj +738 0 obj +<< +/Length 940 +/Filter /FlateDecode +>> +stream +xœÍ˜MoÚ@†ïþ+NíeØï]#R©Iªª=DBꡪNc7¢¿¾ã$JÚ¤xw M”ˆ²3;;3ϼ»Ž(Pa¹‰8ùQr1J¾Dß¾J&‘ÐÄR?°Œ”ŠEùóÅÏ„®’âýý×ãççÑ×h…fªï|½DÝ3FbÀ7ÓˆÝ>gDrb¬‚˜Ë8&ƒeå#~‘ÁøáÕMôŠ~žŒÓ넬FËä¤ó¶,²yŸ-²<]ÍÈ*+†ól±&«E:›É*™ §åϣ͆ܤŜlÒÅÏ$ï\ër”¿v‰g_ ,aªë4ÁB¡\”õ‘ @°¨ÿBÑ÷d<þ€1»‹/n#æÕî±h@:.=Z±ËQ6…Ú>vÙˈ\AQ蹯F¾?£Ä3û‰ëFv-Š»=oOÙ5(ìBt» +à~j¶‘Y‰Ï]®ÞœãÕ)ž¤{Ö³0ŽsÜ9~1Ž3”œŽR `‹QÌ92½™‚u0ÏÃ5‹²°–IáÜdµ¡k² +'ÃÊ¡îë?_p2‰BÍ#ƒ}†Ðç ì9~2¡@9ƨöà¨ÜB‘sp'j¶¦ü ¦,£¨Ë$†o9FAæÛõÁ ;ÐÅIc4J°ÐkýCû P¶»HÖÝ ž ú"ZãÏo¡z +endstream +endobj +739 0 obj +<< +/Font 1251 0 R +>> +endobj +740 0 obj +<< +/Length 935 +/Filter /FlateDecode +>> +stream +xœÅ˜ÛnÚ@†ïý+®Ú›aÏD*õ¤ªÚ‹HT½¨*DÁ€ÀÁØÒ§ï@¢4­¨w×J‰8°ó{<³ßü»N(Pa¹K8ùPr0J>%_¿J&‰ÐÄR?°L”rÀ¢üéÚâÙ5¡· I‹ñ[þõûóóäK²Â0ÛŸb–¼$Ý Fà?Ó„í®3"91ÎCaŒ –[ø"ƒñÓ»»äÙ½úyUÞV%Y–éY']MÒ"Ë{ßùøf¸ÊËá<_Ü'£âf8­6éd¸®FEù³g;d´Ì«UyÖÁ·ÝW/Éà:9Ô ² +—ÎÕ +êwÇÅhZf«YÈ’F‚a\ñš%ûÝ"g·iÈrŠ·Û¤×,÷°Úcº^WeÞ#oóE^ b²/_³Åh³!wY9'›lñ#-:¤H×UV¤“³NYTi'D™d@±Jjf?&sÜÕø4ê«£?+²IÈrÌ‚V”Ö=ˆ‡³2]>&/Çd㲇Y{I{‡9»Ø¦ìr›±NPIQrÛ|'ªŽ©«+“c„Åþ¡X쾆ÞvrŸ~Ìfóò²݇E3Œsžnmÿ&5…;݉ I+§¯#IažºŽ¸‡½Ú¨ŽË $šoÇén9šjP\y·œX¾íöëxSNÀölnÊJ Øµ8 +§›Ò ´©çï>º6÷äcžßT·dšdI»eŠ‚ÄFÐÿTOL%p®ª}1¸TØ3ãX+¸TLƒåœÿÝ‚¡¥KëGJͼÀQ5H'AÄB¦m V³ÍöþhªJÃÀùæ¸cß°¦`b±Ó¶é@Éÿüà…áÒq5p4ifYCWƼÕŒeI%h´N‰eáHë{ÊQ\m¢¤á\ +­˜ô`Þç:«Õ.aÏ-ú¡žSHôt>æÅ@› ¤÷ ¢‚£ ‹س9öó.e»)öj—° \°¦.¡a<Š>Ìs&Ñ~TîІ™†7šŠÜ¢ûòF´}íW,ƒªÐ}5·š ƒJô^þÎk;ª@‡æGKÛQ¹îŸ)ƒÆº°€ômÏÝgœr°ÞÆŒÂsè =Ý3¦Ñxyƪh›éÅ[€.l> +endobj +742 0 obj +<< +/Length 936 +/Filter /FlateDecode +>> +stream +xœÅ™ÛNÛ@†ïý«\µ7“=P¨ÔV€TÑ ¤T½¨*”&&»ˆ>}'¡*È'!IvÿÙoþå6£@…Qä.ãäKFÉUÆ(ùšýøI(™dBKX|ÃÄOýÿÛÓû/³ïY‰Ó,¿êiöi˜õq€^dlõœɉq +cd8_jÄŽºËÞ‘‡× hò9)Góü°——“¼.ªƒ_³j|}^VÍy[^V³ûó‹v‘OÎoÛQÝü9 =Òÿðž ¯²£¡OUà¸tί`ПÖÅ$f<#Á0®x`EƒªmnÚ&iI¶GFóª-›Ãž\ ¼Jýq=ºhŠr3œâÀírÃ×9è×ù¸¸Éc†ã¬Æàû†{í_œ>¶Mu@>W³ªFÅäE ¦³ÑbAîŠæ’,ŠÙï¼î‘:¿m‹:ŸöšºÍ{1²˜­(õná %lÔ€\–Ÿ?Å"3L; ƒæÛ„5SaŠqs€û¶ +Øñ2^'ËpõbIc™PLë¤BÝzR#À8ªÍŽ'Õc¡~uÒÉ}~ZL/›“zt7›bÌŒŽ()0¬ºýæ·à°¦ö›?Ì€A>í7¨Å•ÿôèzRå,ÏŽ ¦¬ŠuJ‘$ˆ­Îæ ¦ kC=BÇ”f ú SÛ#_ì_ƒØÑhqON«êº½!UMÆ)P‹Ð„÷Л­“•FÅ4XLmïN¤€QaǨ™¿H £tD*/¢²6²™”V³iÇy§óÎ6h§4³)[’á)¥%ßr¿…‘ +˜NpôO¡c‡Ó34O,q»;@%èPíL€p¤ f@4y…E‡ ÓÞÈ+ð8¡:^Ià +ŸôïWx±ö@Ì{¬ÌËÙòðÉK Øs× +^ÁÑžy™–^Á¼{‚\AÑS,|r¹C·d¶5£GO±_5¾g«ÈG1€[4P;„Ý +0h§R!Ô©…ÖjC™Œ\.ÑR…¯Ëv¸Zö*9 +à +øÖ—Û`hμC Ù[ÖL@0 +T ÛÔþ®Er„,ŽVÐ[$[^3†V/T)`f½[Ø:ł١‹H鏯xmFÇþ“}š÷.bŸb4z¶Ôëó‰Qèß6¥Yº_V`;3Kq+?Ënñû/Í5Cm +endstream +endobj +743 0 obj +<< +/Font 1253 0 R +>> +endobj +744 0 obj +<< +/Length 945 +/Filter /FlateDecode +>> +stream +xœÍ˜MOÛ@†ïþ«œÚËd¿½™Jý¤ª= ¥ê¡ªPš˜`Hlpì"úë;I +4¢xw]'xf×ïì3ï\G¨ˆ¹‰8ùQr1J>Gß¾Jf‘ÐÄP?°Œ”²ÀcEùýµÅ_ׄ^ßH¼ˆÿµû×ÃçÏ£¯QŽaÖ_咀Ǡ5…g¥£¶O kÅ`}¼”gM«>€/›ý?|Øþ£õî¯7à#S-)0”©£ û‹Ï XÔtDºŒÏbˆƒAظ‹?»M?­ã—“[¿hTƒâª±‚û\­² +Ö×K…7(VâK‰MÅŒ ìXºŒ¯è8°Gé2¾¢ ±ØuGôU[K—˜Z£wCäUx¤l;ÛÎÈ«˜ÛیòJ+A8ô/òNV·äSQ\ÖWä¬(É4”Ä©Ì4àèæá –1ëêÕB@,5…ØÍ._KiAIG£ðŒNy«gÏFY +"”K½%ÃÑé…Q£·TÚ<Ö²_ 浤t(°úZº°¤ÙIƒF.e½%ƒ' Õû!P¡Ð÷É}‘ŒDÇèD¡?ðñDé1dùï̽,ëÔm Ö¤§Ús‹~1îÆgÏ&ååÎdb×a?@Ù#-ƒ¾³q@á v£‡t3ì\¡)tzb_®s‰/t2ø¨ëþ€;¿i·O6ûî….Ðîµ…Õó"sÜ5ôè'2CçžðuhNÑÑ9j«Ÿu2‹^Î9ßë%²AJ˜n"kô{m‡%Ï‹Œ'uÌ*{Š,Ñú¹kØ¡L(P-¥'B¡> +endobj +746 0 obj +<< +/Length 928 +/Filter /FlateDecode +>> +stream +xœÅ˜ÛnÚ@†ïý+®Ú›aχˆTê!‰T¥R#Qõ¢ª qŒÝ(}ú¤M)ñîº@H``gv<³ßü³J(Pa¹M8ù˜Pr0J>%ß¾J&‰ÐÄR0O”rÀ¢üáÚìÑ5¡7 I‹ñ_O?ýûýUò5Y ™Í³œ&ï†Iÿ”øåð2aÛëŒHNŒ3ÀÐ1F†óø ÃñûÛä¹ ò*›“E:ÏŽ{Ùb’•yqôcVŒoF‹¢Õ‹«bv7š¤åÍè²^g“ѪNËê×í‘þ›×dxœ ›Ü° +—ÎØ #Á0®xŒE™Mòqu4¹ËÎóéUuV¦w½ kZ€:ð†n7 tX7$Šé}è,䬯4<°Ì‚V”FeáÜ äæÌjôbП–ù$`9í4pŒ­/ÕE]-ë*~[¶GÒyQ/ªãž Û¡ÆS‡b¹7§Ý ?.ÓË*_LC–4ŒsÙ _fã|™…,§4ß‚ÁýZÂõ¶®Š#ò¾˜%úKž×t–®×ä6¯®È:ŸýÌÊ)³Uã9vÜ«Ê:ë8&)0,•—ïfÈ‰ÞÿALô™ƒ<ôð 4e©ÅU\!þÅÆþË6ô0ò§›ÀŸmâDåL̽۵(&o:1l8XÙ†´¯Ò ´‰ì6:Ù¦¢ ±jôÞ ì÷ŸNXß÷íé¾ 3 –GöÆ\3o Mé$NÚAs Ì”V³ž® +™Ò0pžæ/™R:PÒCàg y’®ïÈyQÜÔKrY”d ÑŸ„ÑÈ¥@²_Ž +®¹¶c**1Öö(„J*AÇ%<[YáHëí ví…E±‹î½Àr£º ¢I+**yðÛ/QPÅr¨{/ê©]Ì8â¼à(Ãü„Úµ¬óÁGœ}Š2Í?÷æ4w”Ù…¸mËinQ9zgQ æ5Ÿ¬á æÅš§¼êv™®«ºÌžL¥mˆceŸ1Lå\÷wq¡Lå UZìÐîQwûù>fÛÖöb± ³œSÔh9Þ±YæP¬Åå:0kQªÅ’«5'™F}æ\t¾I…-`&×µY‰òÌßcvnV(Pÿ1Ýhk–£†Û¹2†BÍ_®ÁˆceZãÄ/ qÏØ-øæ(oyFáÍ nô4‰tS¨Ê<)­Bý° d +lc ¼ÄË‹d…¯ßKZy +endstream +endobj +747 0 obj +<< +/Font 1255 0 R +>> +endobj +748 0 obj +<< +/Length 927 +/Filter /FlateDecode +>> +stream +xœÅ˜]OÛ0†ïó+¬\m7§þþ¨Ê¤m¤i“†TiÓTumZmSÒdˆýúll±ÝJ…ik¿¶Ï9Ïy}•P Â(rpò!¡ä"a”|J¾~#”L¡‰¥ +,~`™(å€Eùý³Å£gB7I‹ñ[þ÷ðùóäK²ÂišW9OÞ “Þ #ðÍá,aÛçŒHNŒ3ÀP#Ãe£Èprÿ×uòŠ2˜”ãY•¯æo^“áEr+6ΚE¶{Ï*áGK׳ZÌú‹`žIÃÀô†q<ÛÖèp&5ã¡O$Фt dû)EMr4\­©ü/œ77äcQ\Ök2+J2‰Â[€*†®µí[<"%• } ŠA¤p¤mï"),«Xn„n`o)0w¨Ž«ëÝ +Phµdd›Ð­‰NkWÊDcT4Uþˉç\/GSKšn°ÆE3Õõ]F”îÐ~™ŽMmœ‹ŽË½ `nÐpyøôræÊ‚ëÔPr‰Г³üå\÷4]Á†2[-šú“­pÇñXür†v­5/âñË)š1_¤Çà—9ôY·Ì¢ŠeÏÓî÷øá¶ðÙö‚hÀ4š*ÏÝÂ3+Àl¡±WlÝ*è·Z¿.ùË„µÿµÄ>ëåè¹b Ô­†þ+–@Ý* hÙ¼&é98tiM}ƒžÎßu†_êZiŠàÿae+t›ÞôŽóà +¬'…Ÿàø,¹Âß_)þc3 +endstream +endobj +749 0 obj +<< +/Font 1256 0 R +>> +endobj +750 0 obj +<< +/Length 944 +/Filter /FlateDecode +>> +stream +xœÍ™]OÛ0†ïó+¬\m7§þ¶ƒÊ¤}ÒĤ!UÚÅ4UY›–@Û”4b¿~§íC±&i±_ûŸç¼æ&¢@…Qä6âäsDÉUÄ(ù}ÿA(™FBKX|Ã2R*nå÷Ïÿ<z;´øÿêñoᅩ¾E+œfûYΣ£hpÊHøâh±ÝsF$'Æ*H¸L2Zn5âMîºÞ2,³I¾ÎÈ*]fÇñûº*ŽÈIº¹#çEq]¯É¬(ɤXe¾š“UQ×馪Ëlœ­ùü²ÊVÙt<«7øý¦NËê7yKFWÑɨI—‘`WüI]·yuI6ùâWVƤÌnê¼Ì¦ÇqUÖYüÎc-@5,š 'e:«pI>ƒ)ÜnãÐ0 9/ó©Ïp’Åh³æápÀ¼Ê–ã’­¦Y™G?Åäzì†#“ž€Õ˜$¯D³ ¥O§ÆóÊ¡äöh¨)0UóIu4½Ëη“Ÿ•é]ì3™N4pŒ„#Ñžkí«ÅSúJU&I‹ÙsÊÑÖãW’¨Z1ÌÓÅH + kŠ«b÷íKGØæ º:Ó£Z;·hêú¼› ScÐÕ…ò¬?5 +=aŽ7LŒDøj + h <ôç>ç +¸G/ûüäç ½­³8‘ŸS´¦Ž +@~fÑD:èí¾§iyýø®ý @{èÒèF{C_È3<ˆÔuky&Ñ)z¤¯gö2¡@9Z96üîý®ÿ¾Øí¼Mp Ú²ëÀ©Ú¿Pu45Eç×Öx;A—çj1ûY§A{wøJ›™5úºÐÿt3³Bè>š}Ì,Ø>OñEtƒ_.¥Æ + +endstream +endobj +751 0 obj +<< +/Font 1257 0 R +>> +endobj +752 0 obj +<< +/Length 935 +/Filter /FlateDecode +>> +stream +xœÅ˜YOÛ@Çßý)Vyj_&{(TêH•Š©U¹‰ .I Ž]D?}'¤ma7&AHÁ$;³;Çoþ{Q Â(r“qò6£äKÆ(y—}üD(™eBKXüÀ2SÊ7Šò_Ï÷ž ½YHZ|ˆßúó¯ßŸ¿È>d+4³ù©çÙ«q6æV,­Ó`¹>I¢µÂ)U3ßh‘„ké$ˆT<ýÄþûíÙ¿Á£?ÞœüÉæà£!­f ŒŒ=YÖL*:3XJJî%´Â‚HåÌn,sd¡†Þ‡]†ÂuŒìÿY¦ttvoY8Ò£Oa9ªô^Äï:ÐS`« :OIð +•¡ô‡+žXe »¿÷xáG èETwõ+˜7)$•™õA>‰¤Ü¡À2}ßmöFδܢòò^=<¥W*|zpC¡òJ¢Ë%Ê«ˆÛ»¾÷,P]¥²¨7¸ÞËÅGš EY¸Ê{wƒ¢Ûw`µ[¸;D3›Y +2€³'f6Ó¨'ƒÃg´v¸ÓL€6 +T`dóŠÞ¯¤§·ùª N±M€UG +TCUÎóX¨2ŠZ­«bº;¦³»SŠêßÕYD.ïÄ–Amæ½`Ø¡-j,õFþ_or+î® XW ”º'©ÀvU=Û:Ë®ñ÷;ËÙ7z +endstream +endobj +753 0 obj +<< +/Font 1258 0 R +>> +endobj +754 0 obj +<< +/Length 893 +/Filter /FlateDecode +>> +stream +xœ½˜ÛjÛ@†ïõ‹®Ú›ñžÆ)´!)”ö"`èE)ÁµeG‰-ŲDHŸ¾c'¤ í®,KÆ`Ëòþ{˜ÙoþÝ&¨0Š<$œ|K(¹M%?’_¿ %‹Dhb©‹l¥p£(¹·~uOè}CÒâMü×ÛoÿŸ¿I~&Êì_Õ*ù2MF—Œ8À§Ë„î3"91ÎÃŽ12Ýìûˆ™Î_>=$ÈÓ5ÉëlCŠÙ&;KË*[äóz¼lvÙ⪙Uõßtôé#™Þ&Ó61«ÀqéÜ bF‚a\ñAÄ´Õ.4­ª|Ò–âÀí~QÛ;>)›ú¾©Ÿ{ž‹¬ÊËñŸu9¿»>ôÿz{ÀØ¥d¶)›¢>KmJ‚†#P ·ö¨˜ŒæÕlYçÅ*¤IîÀj\ü–&'£*›ç÷YHsÔ€Ü'TKkO=ÏÏç¦.Çäb¶{$ßËò®¹'˲"ór]V8òzÂÈC^ßùã¬HI•m›ƒâ,­«&Kz¦Žãl]¾IÄÌiÌŠìIÑI`xi#À8—„-ÑEÃBJk +7§¨tìAV1h“SˆJ + cÝ—Áïn=‹Çì|zABÜ‚SÔ“§ý0ˆ¡CˆjP|ÁAe•S 0ÿVµ(fiT õ k8Xë­‚a¦4müÈ?!Ì”¢ 1u0S˱Vö„“L1 –·³ö=”¿E×j=ÛíŽ#—ÂòQ³vDG‘K: šPrI+€Ù¸ÍüMA÷u?GA«4 œ·êIKS0]i«%( ÿ.d’‚ˆED×Aqô0qûsW%†† ´TT‚Ž@G-áH;Ìj ‹öÆO„`ÂLUª½ËïÌaíÀÞÜJßBEñEH Z´[ÀÄޖij±wpK= G°Öu‹ èkü¶96Ü¡_1R=…U`ùÅ-ÚK>ªA¿K…ãUš—HoÖE\¢[‰=u:~tÍJ,*ŽWå +xæ>N•¡W 8±êY•¢U0¦ÐätµG O*°]]ˆWö*ÙâûȦ¡Õ +endstream +endobj +755 0 obj +<< +/Font 1259 0 R +>> +endobj +756 0 obj +<< +/Length 913 +/Filter /FlateDecode +>> +stream +xœÍ™MOÛ@†ïþ«œÚËd¿?¢P©EP©j•"õPUÈ`HbâØBô×w ˆRÑxwƒ Š޳3ã™gÞe›P Â(rpò)¡ä"a”|I¾ÿ ”d‰ÐÄRoX'J9àFQþpmõèšÐíBÒâEüÖßý¹ÿ<ù–lÐLûS-“³d|ʈüp¶HØíuF$'Æ`è#³uë#¾ÈlþðÛuò†Ü½¦E¯É&]çG£²Ê³b^OòͪXž×ù&ÏN›]ž}mÒªþ5¿{KfÉɬˮUà¸tî¥í †qÅ_Ú® ºmNÇ˪ÈBÖR¸mw½;†iÙÔWM}D¾Éòª('?WåüòìQ(g‹6–³ím07"éºl6õÑÈŽHPh’ÅÜìN¡éx^¥‹ºØ,C–䬯ôèXr:®òyq•‡,G ȶú:V»[ìþY½oêrBNÒÝ ù\–—ÍY”™—«²ÂȾ‡G®‹úœÌoÒ͈ø½ÒNÇ÷oc•o›sïhTWM> +ˆTcYQLïν˜Fì„6Œs¾:¦®Ö¶¨¨ò Ì\–®Z1èÎ…¡&·¯|‡t[pŠzJvOÌnòã6Ń 1Õæ{Ž•jP¼E竹 œUùŠX «øsNÖFN=» hã:‚A¬‰•¬ÿ+Cbw’EQXa—¸›.{¡°ÂéT3ÔÿáãýØ]®ÒÝî1uã‰)á\ 1¥À¬0¡À”†óWóêÇöqõm©)˜XFõ`V:PÒ;mônVX±”:‡’£ÚŠã@Ñ1”Zìå÷’JбÈy¾YáH{à^>ìEMæGKïf±=Pí˨`  …ºKú÷,h·]úž iA{ø‰4¬ržc‡¤ 6 ¦|·(ªµÎ“x@r‡’ÍtÉÔH@r‹Ì#î#É Ê©Xf„¥làXɪ©ž%eœUVìaZ¿Y‡2&† œ+àþóˆ!Ce(¥Nßô€¢’òUä 0‡BÊ_ÂCz`Qzj@4ª-ÿÐÌ^†]„v¾${™Ô`½Å^&(Ï@Á^ÆPgyª SNfiu¹÷ø6ž“Œ¢RóI¦N:”`þ ŤAeå¥ö5h|R±ÿðÐ(©²¹7{ +•ÕÁ:ÀžT`U7O÷5Ùâû7.¾3 +endstream +endobj +757 0 obj +<< +/Font 1260 0 R +>> +endobj +758 0 obj +<< +/Length 895 +/Filter /FlateDecode +>> +stream +xœÅ™MoÚ@†ïþ+ŸÚ˰߈Tj£¤RÕ*!õPU‘ †8Œ­ˆþúŽ“(mÕÄ» ˆcöõìÎì3ïfP Â(rŸpò)¡ä&a”|I¾ÿ ”L¡‰¥ +,Þ°L”rÀ¢üùÚâ¯kB·I‹ñ[ÿþõçþëä[²B™ö§š'ÆÉà’øáx–°‡ëŒHNŒ3ÀðÁ/ÛgÄOž»OÞÇר¨ó%YeËü,-«|ZLêá4«n/›M>ýÚdUý+¼{KÆ7ÉŸKÐ*p\:w4A#Á0®øÑµu41ÅÛ6Ž%(PÌDOÂŒ󪘆ŒÇX á `T6õ]S?E¯¦yU”ß‹rr{ÕÆq5k¹Z?D2t)É–e³ªÏR›’ ¸˜­(íN“Ñ`Re³ºXÍC†¤d[ô¯8Tù¤¸ËFÓX8ó¸kâG£=MÒû¦.‡ä"ÛlÉç²¼mîȬ¬È¤\”@þ›5r_Ô×d²ÍV)©òuS`šœ¥Ofç:Jº®š< ‰QsP¸ƒu.Â(b ´bн퀩ª%†©Uk¾L¥a驹‡éµO÷¥Í ¤LÔ–Ý—6Õ ¸ò”åkûÛ6?o³9DH9Ëë1*+bùœ"¯”á`m$ÿûÒÖ ´‰lúÒV$Ö²>…¶Àfη'…òSáÆðØž–ŸŠi°Ü×DñSa;«YwkPi0Ûãøyþ/ç‹l³y—¡¨“†óõQ1¨“š‚ñÓ)vR:P² ê!åÇv¢‚ö_),ˆXÈì£ÇÑøÄm÷û¨1t=,²uØc’Jб,Ù#0áH{¼eýN,3öÑÃ2¥úhy"Ðç[yÄå“èzüô¦V0ÈwH£‡}v ®{È #ÁzòqÜ¡ÇÁ îšò]}\—Ì¢Wêtâ¡lã’1lã +ÝOo>ŽKô3±GPž lý¸@;Ëž¤¹ÞéÒ'ÍÐàì|HA?NÑÍxjë@12‡f&àëÒ½L,4z’Öhez;ˆ“Æ=òÓ¬µD¯ã¯â`j2¡@4m¦&FÂ[¦QÔd =—váìthq<‰Þiá®ËÅ6àÈ3”s-’¯yŠ:­D äÏèPÌ)48»ZŽv¢bÿ3 Ø]Çëz_“5¾Ämµ) +endstream +endobj +759 0 obj +<< +/Font 1261 0 R +>> +endobj +760 0 obj +<< +/Length 895 +/Filter /FlateDecode +>> +stream +xœÅ˜]oÚ0†ïó+,®¶›ƒ¿c£tÒVµ“¦í¢Ò.¦©b -$%$ªØ¯ß TݦV±U*)õëcŸãç¼ÞD¨ˆyŒ8ùQr1J¾E?~Jf‘ÐÄP¿°Ž”²ÀcEùó³Õ?Ï„n’âýÿéï÷—Ñ÷(G™æ].¢Oãhx͈üãx±ýsF$'±áį›9⋌§Ï¿=FïÈá•dUº&ùd^ Š2eÓj´,V»ëz›ÎnêIYý ?¼'ã»èjÜ&hX.­í"8Û¥—»Iî'KˆWüd‘iêdbŠ7ÍΟJP2 ˜§KnÁhÌ”“ 2ZQêH˜d¸(³™Ïx4ÙÔ|ûü“¢®êê)€4Ÿ¥eVŒ~­ŠéýmÆí¼‰ãv³ddd².꼺˜ñ K[ —±=S’ᴜ̫,_ø ‰5L±´Úr!–é4{H}†Óž[m ŸF{Z¥uUŒÈÕd»#_‹â¾~ ó¢$ÓbU”y±lä1«–dÚ¤L7u†ir1ð˜™bжƒUY§Ÿ%†¹ÜºIÈpsÕQ‰gªjCŒ ª5WªRÏü¤W®²;ж² +&ò9¤j­£,{à Š9Hø¾‚Ô tû¾´‰5§Ï¡-°];KVá¹phÏ Í4îì¼ù©°›ÕÌÝ ÒJX©íó¨4˜im ø)5…ØA—×øyù +/«Évû:.}a'¥%ë;) 7|a'9Zž°ê|ÑV~n–Éëø• ýs ¿O=*AwåJ=aHØ:tá˜0èxBYò–Àb4<údy"ÐáyÂ}“èvBIñ=n¨«ïï¢ÇÑö¸éáM#Áz2rû¶†;†¸Eã·[Ãñ]ŽãàïêãZ¸ä11…n©Ç%ú$W‡  4?n:ø¢sÜÙªø¶‡Lõìþ8C?z!Õ“4E‡ãHã#I3‹§ë%Uý˜A7ЇžbÔhfz»“ÆÂ¥Î»«ãHKt3¡}[OÒB +máz’æèuÜUìMMÆÐèx”æ‘ÙÉ(ëº c§EÏå¨Ç+Pt8Ž> +endobj +762 0 obj +<< +/Length 902 +/Filter /FlateDecode +>> +stream +xœÅ˜ÛnÚ@†ïý+®Ú›aÏD*µQR©j/*!õ¢ªNÀÆV”>}ÇI”ôèÝ%6€"‡ìÌØÿÎ7ÿî +TEnN>$”\%Œ’OÉ×o„’E"4±TÅ/l¥p£(º¶ùåšÐÍBÒâEü¯ß?=|Ir Ó¼ËUòn’ /q€œ,vɉq&ÆÈdÛäˆ/2™?ýv›¼"Ík¼*³Å›×dr•\LÚ–³ +—ε/‡ fUº%ùl›ž Š2]dój´.6wù&[­«4O—õ>]|®geõc0 ‰m$Æ?El-@"®âÀm#€b/îÒó»YH2 (@Nú)’;°UuŠØÌ‚V”žDTÔ€lšÆñCk§ã?HW/=„â>öµ¤a`OÒF€qÎÛ“ÆE]ÝÔÕc1i¾Hˬ}ßóëiSÒ4}®iºlŠšî™m‹:¯Îv@‚jÔ¶êvY‡ór¶¬²|²¤bÐ.–ñ°LçÙM²·àPömÏ`ü°Úãýz[Wň\ÌöwäcQ\×7dY”d^lŠó'­7ÜfÕšdÅ ÄÝÿŸä¼ég¤Lwu†b<TeBê¥WíÛ|ñ4”S PÄÝ`UY µcLÃd« k½ÓBÿyhÚDŽ}ä¡(H$“î¿Jàü‚>ªÅ¦ð0mž8¦ÁòÈY¤> +endobj +764 0 obj +<< +/Length 912 +/Filter /FlateDecode +>> +stream +xœÅ˜ÛnÚ@†ïý+®Ú›aÏD*µiZ©j/"!õ¢ª †8Œ­(}úŽ“(=Qï.ÙРH‰ýg×3óÍïmF +£ÈMÆÉ‡Œ’ËŒQò)ûò•P2Ï„&–*°øu¦”nå×V¿\º[HZ¼ˆßúý¿ŸŸ¿È>g”é^õ2{3Ɇïq€oN»»ÎˆäÄ8 cd²îbÄ2™=þu“½ d\³òº ›|]œ ^·M5"§ÕªªËÍ’\T«Ûé<¯¯¦‹vW̧Û6¯›ïä¦l.Èì6ß H]lÛ².æ'ƒ¦n‹Á«—dr™Mú‚² +—ÎõEƳ:_4BÈ‚F‚a\ñ¾qÉe]ÎC–ÓTÿR¸XÙë‡3«pûå¬u‡õÏê]wTçw'5†*Üv÷ù˜¢’ÅœëKô¢ÜÕxïß§]Ê 1 ZQêI‰Ä»£d×ލ©ŽzÔÜÑXÁ £ã\ÛH.ª9(lº¾Ö2 ì-Z1ðgȸj›ë¶yØC±™uY¾­ªÙÕtG¹É×U»iNv@‚¶&)0¬ÅþÌ#±æV]/n†÷¼ YŽjP\õñ>zå»[ò±ª®Úk²¨j2 §™?(åÌýÆDe%PLìÞ;De8XÛý *Í@°ÿ¬¼ ¬¥a©ª‰©ªÿ[´¨¾žTËê~|fj*¦ÁòÈ™ éNqÄÕ,r>H€tD,d’`07C$Õ7 \ìX˜4MÁx±N\)(é¿£Ga®Vr0QÌ•-^ooŠ ®¤´‡DQ~q¹Êw»§ÙEáHë9³: +‹v˳P: +¬ªãè°w,}ßUPŸ +m”ô ©5%:ªC!t¨¦@Cå{R|‚£‹ŠåÎS7ÇŽš2ÝS’g ášÜ¡y2)¼i„¦Eƒuè†C5 :)?b‚‘ÅÚ¨´.ñ®,. oF‹ tu¬ðÈâ Í“'±ŸdÿBX@LýWoâÇc94a¾ÄŽÁ ³hªü Å Óh‘¼£MÔàxŸ´s#⡱ÂRêKôNž´~V}¡@ù"¤`%îD,IRn”¡CŠ¥JJ}ŠÉoPžMß¡?ŠýÊ´S±c`ByÊ_åÁ¨UhžŠö¨• +¬·~÷ö<ÛâïêÈ%– +endstream +endobj +765 0 obj +<< +/Font 1264 0 R +>> +endobj +766 0 obj +<< +/Length 891 +/Filter /FlateDecode +>> +stream +xœÅ˜ÛjÛ@†ïõ‹®Ú›ñžÆ)´!)”ö"`ÈE)ÁµeG‰mŲDpŸ¾£8¤‚vW–›@¬8ûïaf¾ùw“P Â(ò˜pò%¡ä.a”|K¾ÿ ”Ì¡‰¥ +,~a•(å€Eù˳å_Ï„n’âýûéÏ÷o“ëd2Í»\$ŸÆÉà’øÇñAÑù¯z\wè‡ÌáF3BÑ¢êᢠBÑ ŠÅÆaŠ +Óáž/BP¢1òç_0›¸@WäeBžŠn8q®€{;½(8q†Í“dpb½'ž»;¾XLÍ¢«jÅJ(ð˜FCåë}bˆÇ0C¨ÿ‚+”xL¢ï ˆ×ÐÎp®! +”§Û9ž8G+‹ŒÞÄ:¡®ôˆ#£èzzôQ«tèyüÍÙq´ :žo¢´5úØ;è¾´z£·Êg©ÀúÓù?–^%üù <½ÚÔ +endstream +endobj +767 0 obj +<< +/Font 1265 0 R +>> +endobj +768 0 obj +<< +/Length 918 +/Filter /FlateDecode +>> +stream +xœÍ˜MOÛ@†ïþ«œÚËd¿?P¨Ô"¨Tµ¤H=TJ ‰ Ž-”þúŽ ï®±DHÄ„ñì;~æÝ›„F‘Û„“o %— £äGòë7¡d‘M,U`ñ ëD)Ü(Êﯭ]ºYHZ¼ˆÿõÿ§‡ï_$?“Ã4ïr™|™&ãFà§ç Û]gDrbœ†‰12]79â‹Lç÷¿Ý&Èî5)ê꺮H>[§‡£4_¤eVüYó«³:¿(VÛ³óz“.Ζ«ÙfsàFd¶.ê¼:ÙúH¦—Éñ´-«Àqé\k"“ñ¼œWY¾ YÒH0Œ+Þ²äd\¦óì: YNqà¶)vËrûÕîÊô¹®ŠrT¬Š3&wuJóU¶¼¨Ò«µ¯ÙM=+«¿ä6«.È|;ËG¤Loê¬L‡£€¼$ŠÚx~ «²NG!wÈX›Ð¶“˜`´¢´mš%—e¶YŽMµk•L²*]ßíAUÌæÕÁ¾øÇµ?iJº«ü(D ÚiàX›¶í0:¶E-ûút èF€qÎÓœÏD_lÓ£FÔA4…0`†ºMÅàÍä%)0ì½7’·à°QßH^Ì€AŒu’×Ë£S Š+ïCjø”RNÀV}9QŸ#E¼*+b·Ë+ +¯Êp°¶}tˆÀ«R$6€ŽÄëñl³%ߋ⪾&çEIæQ¸ ÈKàèõüf>åu(kvÜ~t뉵Ši°¼m ˆb­ÂYR3Ï,ð´'ãTLä+ Ÿa2±˜Ä0‰®uäë‰ÇRS0±Tæ–¥%ß… +„K«a2áhÞ¼ y…<z7ö.TB%h/æÂY.œiý{ýº0¨éÕ+ |¢Pݪ¥– ‰¾Ï·nVyw¼ÐÕ)cׂl=c¥·àh}tŒ¡·`ž6å¶ hÕ<§‘³ôצæA¸àí›éÕ#G·èÞ|§ƒ7hßbñÔ…È\¡SëÕ¤FܤDŸæ=£*¸@› ™Þ‚s¼ëÈ‹ƒ3ônoÖÒ]ž¿¥ƒ‰ÊÐ¥ˆÚõð™Yôž²WwÌ4ÚFÏ”AT&ÑÝyÔß;~DØ€´„Õ:ouõÇx¯ |¢!,chÞ„ªcŠl g´—qàÈëСy¥û +yôg¾óŒ×ÈC£;ëzLb…Þk Ïu¿Rõ;ž¾ò8MnðçA:c +endstream +endobj +769 0 obj +<< +/Font 1266 0 R +>> +endobj +770 0 obj +<< +/Length 921 +/Filter /FlateDecode +>> +stream +xœÅ™MoÚ@†ïþ+NíeØïD*µiZ©j‘z¨ªÈNÀÆVD}ÇI”¶"òî‚Cˆ@ÁÙñÌ<ón6 *Œ"w '_J®FÉ·äÇOBÉ,šXªÀâÖ‰R¸Q”?][ýsMèv!iñ"þÕÿïþ~™|O +4ÓþT‹äÃ$~bÄ~8™'ìþ:#’ã 0tŒ‘ɺõd2}úí.yCã¼ÎÖ¤H×ÙÙ +fY•—£_«rzsÕËrµ»ÊŠU¾XÖY‘Í®æÍ_«t»Ñ¾{K&×ÉŤË«ÀqéÜ«;b$ÆuG´ÕíÄx¸¨òYÈZŠ·m¢toj\6õmS²+7 éºlŠúl`7(PLêîܧU:¯ób²$w`5¦QÇ’ãa•MóÛ,d9j@¶eÛ±ÚÃb{ßÔ刜—«²B‡ÉcÈfiuó«M“Võor—×K2ݥŀT٦ɫlv6¨«&x¥Ž{켙㈨i¬=Š)ïiãÀdÓF€q.®”K A>­G!ûˆûÔìò>^ƒtÒšƒÂöU¸=˜U ºSä%ŒJ + óÜWÏÏší²ó6õ‚ q NQOö¿?fÀ ØNBTƒâ-fOjV9ëïÄV­ŠUzPaÖp°Ö;q£MiÚø‡´íõé ¦‰•©ûƒš8üu2(œhŠi°¼›¹Ï!í"ÝîÈײ¼inɼ¬È4qnáäªY·ã1)áÃP &¥À¬¯Õ‡RRÎ;ý„Ì™ûi8aJMÁÄR¤g¤%#g…ž]Ä¡¬‰a©ä¨µâº|Ï;e¨±ØëÞo*AÇB§_„ mäýîÙ‹r,€Y/鶪}ÙLa¡PxIÿ}=……´ …OïFQ[HÏEˆëQUÞ+ðãD¥ (Ú|'1´äå˜ñ¨Ôp\r‹2Ë£ìC§ÕÏm¸‚Z67¨³bñt¼U…¢«MaT¢äŠ=€;ƒ\ ÈŠ¥ÐñÛã +xO‡Vj¬€s·ž­R”XþÒëÙ*s(ÄN^¡Ì¢Þòƒ'dL£Ø +˜ã@vè)ÃN@}G}qc §ü"8†+ðdø‘‚rn^1”jOHFQ°ùÔR !ª¯€Ì =âG!åx"GʨÿWh”QÞT}IÊ«¾ÕM”R=ô@mŸ —ÉŸvl J +endstream +endobj +771 0 obj +<< +/Font 1267 0 R +>> +endobj +772 0 obj +<< +/Length 906 +/Filter /FlateDecode +>> +stream +xœÅ˜MkÛ@†ïú‹Oíe¼ßF)´!)”ö0ôPJPmÙQb[¶,Ü_ßq’¦-qµ»–ˆ‰âì;;žÙgÞÝ$¨0ŠÜ'œ|J(¹M%_’oß %ÓDhb©‹oX&J9àFQþülñ×3¡÷ I‹ñ¿þýíÏûo’¯É +eö_Õ<ù0N†—Œ8À?Žg {xΈäÄ8 cd¼ÜLj/2ž<ÿtŸ¼!¯´¨ó%YeËül¯¦yU”£‹rrwݬnÊÅîzšUw׳f›O¯ç‹l»Ñ¾{KÆ·ÉŸ-«ÀqéÜé"0 ㊟.-@N]qàv_E'‹@2 XÞž*L‡óª˜†¬ÇXEåÙQZ6õº©£¶ä$[–ͪ>ØÀÝ1 ZQÚ^_épRe³ºXÍC–¤äþ<ùÿŠé°Ê'Å:XMc Rl€¶ô§«=¥ê}S—#r^.Ê +&ël[7Uþ”§M“UõOr_Ô7d²ËVR囦¨òéÙ ®š|’`œk?ÒˆŒiÍAááèiò4°Â´bОÿSbŠI=zJÖå>WW©„T‘–ÖtT—vÕäVnºj2™ŃߚÓ]~¾¯¸ !ªAqåiË~7§œöš’VÅFzͺQ†ƒµ‘SEWMÍ@›È9¢«¦¢ ±'uOÜRÇ<_q´AëÐA|±öýã\Ù±Ó`y;â#%ááÃ!d]dÛù\–wÍšÌÊŠLB’Àl â)( 盋b((5ã‡H(¥t ¤‡Òí“ãÁŠ ¥° bQÑ£> +endobj +774 0 obj +<< +/Length 913 +/Filter /FlateDecode +>> +stream +xœÍ˜MoÚ@†ïþ+NíeØoï"§R%•ªöP ©‡ªŠ\0Ä `0¶¢ô×wi’Vw×µã‚ÀÀÎìxfŸygQ "Vä&âäCDÉUÄ(ù}ýF(™GBCüÁ:RÊå×VO® }XH¼ˆÿúýÓãï/£/ÑÍžå2z7ÆçŒXÀ/§‹ˆÝ]gDrÛ:ÆÈt}ðd:{xw½"ÇG’WÙšlÒuv2Ê6ó¬Ì‹É÷U1»¾Ø¦ûª.³‹E½ÏæËUºßO舌߼&Ó«èlÚdÝ(°\Zb½(³y>«&óÛìô6ÝŒ¼ ÅbÆf›Z€ƲâÀÍ!A±.PÌÚ’‹[0³këÌ€V”:2./Ë|î³ANæÍ$E]mëÊ{7vDÒuQoª“‘ñÛ˜¶8Fµ9¥’ñ¬LU¾Yú,‰ÇÅêlÊ“d\f³|›ù,§9(<›BŸW»ÓÛº*&ä´X%zL~*Û¬òåe•m0\Ç íê´¬~›¼º$³ÃáCÊlWçx"Œ<S šnaUÖÙÈgƒ’ÃÌn¼IÈ à,&«£PÏ\Õ,†±ÔêX¿þÙcìÏ¡ÿ|y¯Ã^S Š+Wéõe^Y³y ëFµÖQž UÅŒ ì:ܧf ã–­Cæ‰%¨2/°*Ãð°86Øg w6Þ`UØ4kæn|Èú0Z`VZ ë¸Ù­ ÌJ#€™Æ"€²RSˆúeÏÒý-ùX×õ–,Š’Ì¨ëᘴ dSäþ$·/w¥0 \\ á®ä¨¾\uìK]ÉPL1GWà×ï>›ÇžÍ¯¤t(„úqEXÒö"=¹bPŒµEVšEŒºK‡ñ¡§-+Ô`òÿH‰‚,[=¹"PË…Ž=zr…£šó ßK¸Â\¡/Ò{L=^éÜ¢.;UÎÜ ¢tÌ8˜ÎêÀæ!CKá|7mh«›¹D=ÙX/¾ç¥¡‹‘!ç\w¶iÞ ç Õ[è¼ÎÑ[¿?„Þ‹œ¢¤s&h_Ö™EE:¯ëκAAJª6pf¥[ÇÑ€mb…Sçô®7ëµ[h‹Úu¡@µü»uŽ‚n°Òf µŸ»´½Ë(ëA¶FlÛÙ´EIê¬á Àƨ%Mc_Ê=Gúw$™ŸðÖC®)0uÑ,˜?G;|ýèh’ +endstream +endobj +775 0 obj +<< +/Font 1269 0 R +>> +endobj +776 0 obj +<< +/Length 910 +/Filter /FlateDecode +>> +stream +xœÍ˜KoÚ@Çïþ+NíeØ÷‘JmšTªÚC$¤ª*rÁ'`c+J?}‡”¤´Þ]Ç„™ÙõÌüæ¿× *Œ"7 'ïJ.FÉÇäóBÉ,šXªÀâV‰R¸Q”?\[þrMè­!iñ"þê÷w?¿‘|J +t³}T‹äÍ$ž2â?œÌvwɉqÆÈdµÿÈdúðê&yAO«t^çÅâÕK2¹LN&m­Ç¥smÑä¢Êg!æŒøâíæÐ`^g+R¤«ìh³¬ÊËÑ×e9½:_§›º©²ó¬Xæ‹‹:+²Ùù¼Ùàób™n6#: ÃH´uø(n·wüà‘HS²5sþŒ¤¬²Y>­G³Ûìø6-Aޏ«1¥¿dfA+Jÿƒd¤ä¶Ÿ:í4p¼7‡ÏG‡b§ˆÊÇýDbç¼-pص栰¯ûÒn\6õº©;-Í Hº*›¢>ØÀU*¾ #È¡%†uÞ–Jãa•MóubŽ0ÈÆ¶»0þam·c¯›º‘ãrYV1¹ß²YZ]íöêºI«ú¹Éë 2Ýö/Re×MŽMíhPWM6‰‹jP\µ7‘â*§@`â÷\e%PÌݨ‚¾oë»-{‹;vºÝ°³»ý +êòÊp°Ö3ˆìïf w^é߯¢ 1Ûõ¾ñ©ŽŽQ ècuÜîÓgöË4XÞq(yŠ_œ¼5‹œQzð+áGMÿ~­f}óG0á¤aàfÉÂ=jר&5ãAQ$ݤt dûŠ ›ä¨ÛZËúol;I7·äCY^5k2/+2b]@T ÅkÛ·x^J*Aû€ÃKáHÛ>DSXTd± MÝÀ‰S`ýP×åûA¡J“‘sCß1HÔg]©ÃT!P~ù9ö»XŽÊ+9}ÇÀšruV?g!c൙éEÿvÁ¢óÓ˜bT='¹²àz•š\¢6ôÔoŒ9WÀ=SX¬Ô¼“åOSšœ¡”óÕG 99EæOöPr2‡Ò+ö`ï_Ãë»í~5ofQyÅ’ª·u˜ç> +endobj +778 0 obj +<< +/Length 933 +/Filter /FlateDecode +>> +stream +xœÅ˜]OA†ï÷WLz¥7§óýAЉÔ½ iâ…1ÍÚ.Ph»ív7½§€ˆ +óÑi†¶í¼gfΙ缳*(Pa¹*8ùTPrQ0J¾ß¾J&…ÐÄR?0/”rÀ¢üþÙìÁ3¡7I‹ñ[ÿ÷çóçÅ×b2›WsV¼ý÷Œ8À7‡§»yΈäÄ8 cd8ßĈ?d8¾ÿëªxEÈ ©ÆÓeEå¼:ì½íÚú€—ëkò¹®/»%9­2®gu3]œ‘e¹n»¦MÊærtÚ­«ÉèlV®×äjÚž“ñu¹è‘×dxQ}aYŽKçž «©VÝ´©&‡½¶éªÞ›ˆ1ø➩’Á¸)O[œHÌ€Z€ò †Ã5ÓIÌPŠ·›ô‡NÛj~·ÕbR5ÓúàǬ_ŽžZøÚ#ý˜$Š)æË„}‡ÀXÛþ‚!0 ZQêM’C¨1§ãö`r]mSw·’B +Ý ì‚u8-©ÄÉœCÇ” +™LIŠŽ)âšl‡’ýRj³˜§hÐQm{›°¢Fß.Åh\)ôLe–@«mï1¥¬¾GXuR¬ð÷2ƒ) +endstream +endobj +779 0 obj +<< +/Font 1271 0 R +>> +endobj +780 0 obj +<< +/Length 928 +/Filter /FlateDecode +>> +stream +xœÅ˜MOÛ@†ïþ«œÚËd¿?P¨Ô"hUµ¤H=TJ'1$61¶ýõCˆw7q’DHÄ„ÙÙ™yæÝUB +£ÈmÂÉׄ’Ë„Qò=ùù‹P2I„&–*°ø…e¢”nåÏÏž Ý,$->ÄÿúÿÓÓ÷çÉ$G3Í»œ%Ÿ†IÿŒøÇá4a÷Ï‘œg€¡cŒ —ø"Ãñão·É;Bý2g×é‡÷dx™œÛ–3 ㊷-÷°ÉGËô¸÷±®Š#r:º¹#ߊ⪾&Ó¢$ãbQ”Y>#yQ]Ì‹ÅÝÅ´¾I'³Åèæ†ÜfÕœŒïFy¸¤¨µî”éªÎÊtrÜ«Ê:í…lQqඉùú-’Á¸M+Ü@È‚’ųm;‚fÉY™MB–ã¬æÒµ/‡ fUºüw +i>Iˬ8ú½(ÆWoýˆöH?Ä<³ ¥m°KóÔ€l +í ÖµÓÀ1ô­¹ñÒ|é—«£É]zÒät!«€byrfgû4ŒÃ×Ìk +ÝrL+‡K1IayG¥X‡æ¹‡åíkVýÀn¥™ƒóeÒ ¨«ëº +ßë‘Ѳ¨óê¸g·F5(®…þ¬‰üù}àƒš¾b,÷ +;3Ó¥f‘ƒEw楓 b™³ [¥Àl\ïp›†óOƒ;3¯)˜X¼th^:PrÃCîÀ¼° h´+óŘ·Y…¢U2Žù2­ëˆ±g%• ñˆÛýŠâ¬p¤m?·Ð +¬AªÛ±½‘ˆmçn€c +µl ÝKv‡rWH”m>´ÅpË$o ¢Ð+8*«XøÄærà ,X³ÿÖ^PÔ`¾{ˆ=ù +2³ÝË-J¯Ž.7¶Þ´A%˪]ù¢P–u£I·vE¢¢óþ~|(é¸_¸îŸ_ƒñΙPÿûÆ;§¨R½½ +ïÌ¡¼ôT}Þ™FIè™ò6Õѯ.¨cd4Ã*¦­×‡¡8g¥¢/ñcp΄åÚ‚qŽ®ˆ…—gÐþÜ„>ˆ"Œ¡ÂÛWÛ[§¨ð:–XáÖê»Ö ²#Rr_•„oR£ŒÛô~kã +E\,s:3.X™neü> +endobj +782 0 obj +<< +/Length 941 +/Filter /FlateDecode +>> +stream +xœÍ™MOÛ@†ïþ«œÚËd¿?P¨ÔRhUµ¤H=TU”&NbHl0¶ýõ +»kœ@˜dgfwfžy—ó„F‘Ë„“o %' £äGòë7¡džM,U`ñ ›D)Ü(Êïž­<ºYHZ|ˆŸúÿ·û÷¯’ŸIŽfš¯r™|'Ã#FàÇ‹„]?gDrbœ†Ž12Þ4>⋌gw?]&ïÈÍk”Ué†äÓMº?(ÊtžÍª½¼¨¾ë«Ã|-WUš§ó£ú"YO/.ÃïÉø$9·Y· +—ε[ —e6YÏH0Œ+î‰fTÔÕY]݆“æó´Ìн?ëbv:Á &+Œj’Þ‡5Y4qM–M`{n@¦›¢Î«ý 0µÕêÒh8+§‹*Ë—!Ë)Ü6§þü’£a™Î²³4d9îÀj<…¶ånV»Ý°uUì‘ÃéÅù^§õY%™ë¢ÄˆoÉeV­H€cÌ‚V”>š³«i> ez^g˜’ûƒª¬ÓAHÈÔ€lʱåLF'¢Ž;Øv"Í’i¬±,(¦qTQFf1 K]mç|ºW4…íÍWÜ»pE1ð¤Ïs=s~•4YdFR`X™ž´ÚIÄÜ‚ÃZ| )É „Þ[HIªAqÕÒ¡væŠr +öŒ7à‰•@±cøša(Ô•á`­DÙ1Ô•f ov‰»R$Ö»îì +köf:ŒûÁϧåéív×Ó²ú{ƒð®øULƒÅ²i=Ñþ*|5ka"ø+ ½GCñgܲëiøøzÂú½´˜íÆ•—˜5 œñÇ6ìj +&o]8*¥%_á<…Kª>ìruq(èÃ*C1Ç:çKìR ÚÏ›Þí +'@ZïésNX”u^ rîIÇî@8}jOEN(”š²ý¨"‡µÒs}ÐM¹¶/À1Žz°•GñЬ7¹*(Š:ÏB.¹Caf¼ê7hö|š·S'·(É<·Ûw `‹MïN(”j;P§\¢ó_Þm9X +,:½;Áðž.Iº;ÁPvù‹zËNPÔj¯Ý +˜CeæoÁ`fe™‡Z;3Ó¸w®Œ"3æA=7˜dfBòÌdÑÒóÁåqW剄¯HbPÊJ6‡¢”Q”b]%ÑãY6üÿ0…X@‚÷lÕ *ó\OlÁªFM濪9j°¾ÔPxtRíK =¶zœœã÷?FÁXj +endstream +endobj +783 0 obj +<< +/Font 1273 0 R +>> +endobj +784 0 obj +<< +/Length 928 +/Filter /FlateDecode +>> +stream +xœÍ™MoÚ@†ïþ+NíeØïD*µiÚªj‘¨z¨*DÁÀÁØŠè¯ï¢4U‚w ) ŒÙ™ÙÙgÞe™P Â(r—pò9¡ä:a”|M~ü$”Œ¡‰¥ +,Þ0O”rÀ¢üáÚìÑ5¡«¤Å‹ø«?ý½ÿ*ùž,ÐLõÌ'É»^ÒþÀˆü²7NØæ:#’ã 0tŒ‘Þ¼ò¤7|xw—¼"ÛGwZ¤s²ÌÓ³V–§£é°è,²âS6[¿ä7ÊU:ú8¬V­ö›×¤w\ôêÌZŽKçNlÖH0Œ+~b³Z€ª7ÙmOòé(d,ÅÛjÉëCèfeq[÷1¤‹QšO³Î¯Y6¼éc$ý+ ¥?ÂXúã*˜þ¤Š¦ãZd0ÏÊEqÖ²-›d@13ë¨Ûæƒq1]LB†ä¬Æì¨²ÛÎÓáô6 ŽUíÕŒ¶ì~²Þ–EÖ!ƒÕš|ɲ›ò–Œ³œ ³Y–cdçì‘»iqE†ëÁ¢Eüni§c»2O—å“ï¬UäeÚ +UcYQÌïÚÅèF,…6Œs¾:í&¯ÖîPQõš»4,aµbPŸ G÷@R`˜ß¾>ªÜ‚SÔS¶;vÂÑ:=¯²<È3`QQ;}ÓÁR ŠWô|9”S °4_Ò+b-¿dÞ)ÃÁÚÈ~£i4m¼ÍG0’•¢ ±žõ‚d%°Y¬O´(+Ü+¶]f# àr±™­íD-ËA^ü~ŒßxtJ'AøHƒNi0ëM(9¥aà¼mÖîÎõÛf¾6}ëåf¶‚6o©)˜XRnU:PÒÛt4mUX± Ú‡ˆ’£äŠÁáÁ1Ô[ìä I%èXàlU8Òî¹û[µ¨ËüPiÚ*n Tû’)˜dB¡ò’þó‘ì™ÝyŽ iA{¸‰2,pžs‡” Ö¨ªô@-ÀŠr­öp ŒÜ¡f3u:5ŒÜ¢óÈû2rƒj*–a)ØOr…Zê`Iyˆ5VìiZ³TXûò%žœ+àþ‰c†ÊPEÀÑŠÊW‘Gõ€9TPþ>¦5W©ŽèF•åïƒÙËp¡µç§d/“¬· £ØË„åé#ØËê+OÄÉÈ'‡¸ñ°dešO0ÅÀÒ¡ó§y(+ ++oCÔ£†ÿù¡QV¤u£6*¬fÔN¸M©Àî«užð2Yâë©§Æ +endstream +endobj +785 0 obj +<< +/Font 1274 0 R +>> +endobj +786 0 obj +<< +/Length 927 +/Filter /FlateDecode +>> +stream +xœÍ˜]oÚ0†ïó+,®¶›ƒ¿í :i«ÚIÓv1‰iÓ„H I ‰ªî×ïª~¨%¶Y€‚*•”ÚçØ¯Ïs^¯" +TEn#N¾D”\EŒ’oѯ߄’I$4±TÅ/,#¥bàFQþðlñä™Ðõ@ÒâCü¯çŸ¿?~FNS¿‹Yôiu/‰ÿ8˜Flóœɉ‰ 0 Œ‘Á²Ž_d0~øí6zG¶¯~Z&K’–ÉY'/’I:.{Y^þÈæùâî²Z'“Ï‹ÑzÝé~xOWÑÅ iR« æ2Ž:©‘`Wü¨“jê¨*ÜÖŠ8椒Eu:DÔïΊtâ3Ájˆ#‰~^•7UyŸE’M’"Í{ùøzˆ¹ «M2ÃiÍpV§Ó‹;d´Ì«¬<ëØñJŽYЊÒfÝô»ãb4-Ólæ3$5 ëj°{Ä~·HÆéMâ1šÆÓDQØM«ßߎv¿R«2ï‘‹ÑúŽ|Íóëê†Ló‚ŒóE^`äõ¥#·i9'ã»QÖ!A&ŽŽx‘¬ª…wÖ)‹*éø$ª9(¬o;ÑØ­4oC= §hµ¤ÀP´A'ÏK³ÔO¨š[ˆQ¨A¥¼Õ˜ƒ4 +*ë­@5(®GuGñ›Ü%絸}&R±GîT‰*+âá:™Ö”á`m`ÛÐjš6-D«( +»>Y[BWíò%®ÂÚ±m$ßqÓ`¹«"®ÂÎX³æŽ"¹Ò +`¶à¯÷üÂ&Ù"ÍË$ÃÛ.Ûªåß0ÜJà nìÀÂq+5ãZn¥ŒAɦž ¸RX¡¸yÑê^<®ÿ¦ëý¾Y}/ +HŽÞ) ­NÏÐE±À†£Õ¨J¡}p+bÒžp§…EWJ›VÀóMõé´&:2¹çV·€Dæ¨Ã г¹ï,¼‰+¸î Rqwadü +Ö,³ ð +Š>Ðq^nѱ9nöõº;Iì–Aï×H¶'4'1WèìF5Ä\¢Qóв§”¹@Û +¢p%{öÅœ+à7G†¡S ½;\4mrìàÄf1Ú3¼ã¤Í,zµPz.Æ­µk’ÿŽk å’8\4­ß›)%L(Pî×›ù˜bp|æ3††ÖY‚ÈÏ(ZR‡} ¿Aïèèÿö·Ü/.¸ísÿ¢ñùb^¡ti?Èo+°ê}&ÞïÑ +þTòX¤ +endstream +endobj +787 0 obj +<< +/Font 1275 0 R +>> +endobj +788 0 obj +<< +/Length 926 +/Filter /FlateDecode +>> +stream +xœÍYMOÛ@½ûW¬rj/“ýþ@¡RKi¥ª= ¥ê¡ª¢4qCbc Ñ_ßI‚€ +êÝ5˜$ L²3³ûfÞ{Ë:¡@…Qä:áäKBÉyÂ(ù–üüE(™&BKX|Ã*QÊ7Šò»gËÏ„Þ,$->ÄOýûÛýûÉ$Ç0›¯rž|&ýOŒ8À?g Û>gDrbœ†‰12\mrÄNî~ºNÞÝkUéŠäãUzÜ+ÊtšMª£¼¨¾ç‹bysš/³ù¢Jótú©¾J§Ÿ—ã««^ÿÝ[2û ¯Ž»ïß ?/³iÈz83(ö¬Nƒ¢®.ëê¶ 4Ÿ¦eVý^“‹–5ª·uÒûÂF³Me£ù¦´#×#ãUQçÕqÏöHP¡F€qÎ3ÌýI9žUY>YRsP8Ó› 3è—é$»LC–“vBÓQ v«ÝnÛûº*ŽÈéøê†|-Š‹ú’ÌŠ’LŠeQbÄ¿ä:«$ 5nÁa“üÿT'›yGÊt]gÎã^UÖi/¤hfÀ K6Ë æP¨Å•¯ŸxVN@<Ç´g4ši„••@ÁQTÑY2†ƒµ‘⤳d4mZ*•¶VŠ‚ÄÕQµ@áyÈÄù°Óº‡ Ó`y¤¢é,”ýšEÊ›®’‘N‚ðr`8ÙK+€Y¯vyu®—†ójÚ(®—š‚ñ‘s8×KaAxhï)®?y‚Û§ãòâvÃÖõ¸¬þìX½-#KŽ®³y¬Äð±dh"YóÆEð±¤t,>ÒËq˶Bùl»aA£_8Òz”J7‘-ZĶìö¼ÈØHTÇqLZ +M ÜË©J´±Ìõ2‘¿gß®´ŠÌÑóÅrÒËDfÏó¹­bR4~þ –`Òã]Ÿñ:æPÖ{4½[ð· „÷%Šï¸A3*›¥Bßq‰6Ïö¶Þ¶‘ÿRh *žC9WÀ}B+†E9CëâP S4oS¥!¨G™CÛ{÷×AM],ût†F;ç» +y ¶e +Ýšÿίóz%ú4¿2ì< ¡@½Ø­Jû48z³ØÿtCKw“¢ƒóØ­ÒvèÞ:ü9Û8P^Ýw–ÒÓÕ1UõtE ƒúàÖ¹ÙŸž%küþ y«T +endstream +endobj +789 0 obj +<< +/Font 1276 0 R +>> +endobj +790 0 obj +<< +/Length 923 +/Filter /FlateDecode +>> +stream +xœÅ˜ooÚ0ÆßçSX¼Ú޶㿈NÚºnÒ´I«Ä´Ó„24-‰ªîÓï ¨c[ÛiH[UjSðÝ™çü»Ç›ˆµ$·'"J®#FɧèÛwBÉ4Š1T‚Á,#)-p-)x¶8z«ÝBÂàC|ןý~ýUô5Za˜Ýw1ÞŒ¢þ;F,à?G³ˆíŸ3"8ÑVÃÄ-w9âM~»^B†“"™•Ùjþê%]G£ºË…µu â’ó"›ú,§hÆ%¯_ÌÊtIVÉ2=ëåE:Í&å`•—_VWùâîmRܼ«¶éôý"Ùn{}ŸÀ*ÙyPÉ›ÝçÙu`Á€¢¾jeð¿ÀÓ»ôü.YùâŒB}t^!3 $¥Ý ‰j»Öï8®² +8ntçZRxPlÙFZzR`ƒ¶Öyôô=Ï¥8Hø±È'7c¬g\í O±¢ñlWÒx¾«i`{$YæÕª<ë™ñªP2pIiØ8­• À°ëD2ìé$[§>Ë1 yT÷ ïW;ìÖëªÌä"ÙÞ‘y~S­É,/È$_äV@j¶Üfå™ìâ‘U ¹¬iÿ"ÝTªð¬WUÚó¨VZ 1 +½-tJ#€¢|ë‹N©9ã@ûß}è¯^ê'Y©(íœN…¤ Pçêy³ˆqŠk‚ÄJnCá³ÖÊ8Q´ŸNÄŠŽ­g!¬€Ø ¦Sgab`&li? ÍÀºMoF EA;Ö-£…° …ëâ´ˆ Ä.¬úSZ0´hÌýG(}~Låu²-«"=lÖ¦JŠòç1’Ãq*¨åÂ_Ocƒ0õÛÀÓØ 9 %ÙÑ\ûù~ÇöCíå~¿¼Žó;†ªfØxBT‰>M8g‘Öà +ti¡ìjIl'îkŠÖëãhÊByÔBXÖµ|(Z±'\d4 Ë-:6ÝÜó6 kЖ¹/5¼¡Æ5º2'BÜP{ìŒn@4. ØVm'èÝ4Î%pÇ|l;]€óH‹¡Ÿ«m‚pHrŠ¦Î¥ðH2‹þÌC»žÒeV(7<•ë9b2….Ë1-:ìz÷Ör +ý—cÈk…¤,– Ý·'­•£¿ +¥MË)04W¡äi9ŠÖÊà +0‹fìy›_£ùrÏþWÀh¼<ú¸#K ÌÙÒaÎR‚qôî?¾Œ6øó ÐüLå +endstream +endobj +791 0 obj +<< +/Font 1277 0 R +>> +endobj +792 0 obj +<< +/Length 929 +/Filter /FlateDecode +>> +stream +xœÍ˜]kA†ï÷W ^µ7ÇùþShCR(-4 ô¢±ºšMt׬»„ô×÷l I?pvÆUÛH Yuæ3çÌsÞ¹K(Pa¹O8ùPr“0J>%_¿Jf‰ÐÄR?°J”rÀ¢üùÙò—gB7I‹ñ[¿ÿ÷òùëäK’ã4Í«\$ïFIÿ’øæhž°ÇçŒHNŒUà¸tŽŒVFü!£éó_÷É+B†e:ÍÖ)É'«ô¬÷¶®Š9/–E™å ’Õx=ÙTu™Žçõ&ËÉfCî³êšL&y”é]•éì¬W•uÚ{óšŒn’‹‘O•‘`WܣР§åd^¡†µå ‡[”Ù,d(ÅÛ&æÞápÀ¬JWOA+pùÙ´`´>oƒuÙÄê}ª^?dVÉ€b°ÓÎÊXéqÚY™­(õîþ®Ygéy“uAQ²©ÊS®N; CzÚüÑXç+ê´ù£ãœ÷t9¬šƒÂsp¯üÙVÅ 5—†ýÀSFK + +¯-K†E]­ëêii>Kˬ|_ÓÛñŽ£yàzd²*ê¼:ëÙ Z·à°"ýÙ3ìGœÈš0ˆ./xú[ò §œù‰±‹Éæ|,ŠÛzMæEI¦X e%PÌþÝ›Fe8XLnïVÄ QiÚø;€<*EAbâê˜â Ë[–¬J`¯u¦vz¬•mOöÏ0 –ïÙ+ÄðSa¿©Yd{pÐ¥J'AÄæ° +¬fãzˆÃ +0 \lgxXš‚ `ÕHJ¶¦A0}¥° Zàt:úJnÀ¶HöJ†¦ù7,‚½Â ¶å¡2Í—ÙâºJs Ø6lwõ¤¬~Ä‘WX4i^¨Å“W`¡Qí߇ð +ôôVúºƒ(ð +‰®)–;w½/ñl€¯£„¬-w GVÀÑ[Åé° +Ø^n2†º‚¢©ê~Ña‘Ü¡Á2-lÍV÷‹‰. + ´väSBSÖùö¢‹‰®½Þƒ©Ë…Õ‚¥êîBÉæ\oí3£ ̚Ö2Ž€0shãZ*bo¼Êº,úA/å:Ý3f¯­S‹¡2ê¢í×s¡Tf½X@NöÆ;S:°QfBòÞHœVGû‹²#ÊaèåöåZ ÂEÏv8ÇÔuÝý[{#z*5½ÜáîOºªÑècoë§F¡üN©À¶&ðÿ*¹Ãߟ7$y1 +endstream +endobj +793 0 obj +<< +/Font 1278 0 R +>> +endobj +794 0 obj +<< +/Length 936 +/Filter /FlateDecode +>> +stream +xœÍ˜ÛjÛ@†ïõ‹¯Ú›ñžÆ)´iR(-4`èE)AµG-%²DHŸ¾#§ôˆµ»Š”ÔÁ!–•ÝÙÙôÍ¿7 *Œ"· 'oJ¾&Œ’÷ɧτ’U"4±TŶ‰R¸Q”ÿ¼¶ùíšÐí@ÒâEü¯??ýºÿ2ù˜8MûS­“W‹dzʈürq‘°ýuF$'Æ`#‹m#¾Èbùó¯ÛäÙ¿æeS_75)Òmv4ÉŠUVååì˦\^e}~îê¦Êγb“¯/ë¬ÈVçÍß4iU›¹ I·eSÔG;!ÓÏÉâkr²è +Í*p\:×Ú|º¬Ò‹:/Ö!C †qÅ;†œO«l™_g!Ã)ܶéïî~´‰{ÙÔ北›²ÂˆIwæÖ›t·#·y}I–wi1!Iurx;«ì¦É«lu4©«&›„¬’;°7¢kæ1»À,hEi×.´C®«|25 ÛÚêV0™çu¶ý±%f _Ö3Ü€÷ù?ù•þÓ6ûoÚäOBtªŽééRÁ¸`¡PTµ¯†Ç À0Îy*õ@«»ì¸UwÐDšƒÂ'œG9#®T1xJ©I + Kñ餯-8,ݧ“3`x½¤6HTƒâÊûðš>½”S °xGãïž"=𫬊5Ý­µ(ü*ÃÁÚîf#¿JQX :¿'é+Ë«æš\”YÆà8 ,½Úáýüçñ,VX÷ ß@,VLƒå] C‹v šyz…¿Ë3^Í4LÂÒI±\/+€Ù8xŒŒaà:Å-5‹¬ñ–-(ùß(BX±0/ŽVÐ ¢GŠ…¡÷cÿj¨íEa8ó… ­ßú¢£5ƒznOª;uÁ|!Ñ;zl¹WiuõÇ)9 ç€ÐúÐÎóŠõq4“>€Æ^0OE‡¢]P4yžÃŽ€Îû5æ|ßrŸí3ÄîÐö™;ì^S[4|¾Ã‘¦6höbYÕÑ\¡©{°«íµD‰nÎ{Ä7ÎÔ}\,ašš+à}K85CS÷DELÑüù‹8¢Ì1Е +Ñ`П̢#•ƒzf¦ÑMzzÄ~2‰~Ï#ûÞžùO¢ +TgƒÕ×0ãRAøÃSÆÐÅÈ8TÅ}Øpöè_¶¸]šW¸ã‡aОùŽ7! ¾¬ï‰~ y:®á\NïåJÖoo +ã,¹Á÷wsç}• +endstream +endobj +795 0 obj +<< +/Font 1279 0 R +>> +endobj +796 0 obj +<< +/Length 935 +/Filter /FlateDecode +>> +stream +xœÅ™ÛjÛ@†ïõ‹¯Ú›ñžÆ)´iR(-$`èE)FµeljmÙ²DHŸ¾#»¤ $Ú]ÅC"Ë;³£™ý柬 +TEîN¾&”Ü&Œ’ïÉÏ_„’q"4±TʼnR¸Q”?^›?¹&t½´x¿õü¯ÿ÷ß$?’%š©Šiòit/q€& Û^gDrbœ†Ž12XÔ>â‹ F¿Ý'ïÈîÕŸ•Ù‚,ÓEvÖɖ㬘å½ßó|t7\æåp•nʪȆ㴸NªM6®«´(ÿôh‡t?¼'ƒÛäbÐä‡Uà¸tîÔ~ †qÅO퇠š}èw§Ål²–âÀm%Í{êçU¹ªÊ›r’.òjYžulàþ$Š Ýœwýî¨H'ål9 Y’;°s¨aÉ~·ÈF³U²5 ë’mXm·Ø¿€}¬Ê¼GÎóy^ Ã䕈MçéfCîgå =¤Ë)²u5+²ñY§,ª¬à™v8î³ñyö#"§±ø(&½çèæ›6Œsqµœcf£²‡a»ÚEí3í²ŽÙ—:d¬ÒšƒÂ0ªz÷cY1hN–Ù•&½¯¶_´<~ÈÎë 2Ä-8E={-2!w‚t¢¯©{lËÊ)X‘Ç7l%P,ÝVùô6ˆƒµÞN$˜zJ3ÐÆßQ´ Þö o=¥(H,V½?è)a#£Â‰§˜Ë›™üò.ÒÍù–çwÕŠLò‚Œbàv¶š5±=£ÒI>LÅ`TZÌú JQi8o‡Ô¦Ý¥o`#*5 ˜¸!(ÙSÀ aA´eQ n%G]wþ`· E;ý³§t,“öï†p¤|öpâš àÚ¡ÝÀã‰j_†ÓZ(oÒÿŒHk!-há“ÍQ´Æ£¤gÊlÁZ«Ó§ò}‡âUU¬æY=*(ê=ß|!¤Ü¡Œ3NRnQ›y¯ÚÛ@]oãtpsƒ‚,T­)e-eg´-‰2,vB÷}W»ü +2%PwÅr§õ¾¸ÞvZmŒ¡¼ +ÅíÇEEå/£ýcåÖ±ŠŒYR~ZÓ‡iTQm]}ž DÆ ÃZ¦¾©^n˜DAç©£ÜàJ <É¥C àCÙÕ˜æ¡ c%—OëĀ̡v +HÓÐ9>J o?ÒØøµùO„FÅãM˽[U(Þ¦<ÚX• +lÛá×Kˆ»NÖøþ é.v +endstream +endobj +797 0 obj +<< +/Font 1280 0 R +>> +endobj +798 0 obj +<< +/Length 901 +/Filter /FlateDecode +>> +stream +xœ½˜ÛnÚ@†ïý+®Ú›aÏäTj«¤RÕJ„Ô‹ªŠ(â08¶¢öé;@›¦jãݵƒÀÀþ»ã™ù÷Û}B +£È}ÂÉû„’›„Qò1ùò•P²H„&–*°øƒM¢”nå×Ö® }HZ¼ˆÿúûÓŸß_'Ÿ“-Êžå*y3MÆŒ8À/§Ë„¯3"91ÎÉ12Ýæˆ2?¼»O^Ó#Í«lC¶³Mv6ʶ‹¬Ì‹É·u1¿½ZÖwÙâj_ÏÊêÇ„ŽÈøÕK2½IΧM²VãÒ¹eøâËjj`IÅÛCf ++PÌSO:¥ãU™/BÆã¬ÆDñ,#-êjWWþu0\ÈlSÔÛêld×Ä,hEisÒ¤ãy9[Vùv2$5 íàéÓq™Íó]0šÆb¢˜ÕMAOO£ý +Ðëº*&äm±.Jœ09EhµžÝÝ‘û¼º&»ºÜ­³)³}—ÙâlT•u6 +™‹`œk.ì4"TZsPØÔ<%›&”V šÿOU€|^MŽQzwÒ($m´¤À0u£*°­·à0E£ºx[-fÀ çDµîßZ‹ïÙ§SnIQ Š+Oåõ³,å,¢!¤¬Š%2Df(ÃÁÚHo«¥hiêmµ‰Õ¥{2%pƒå»ù~—9öÐ6&£°‚O;¹ÞLF1 –7{q„ËH'Ax:ûÿ\æ|v÷|(ŠÛzG–EIæ±®05+€Ù†®²<ÃÀùv.1Æ%5ãïÿ¡Æ%¥%=Ʋ¡;¥hà~N + "¶ÙwWå%q­¸»&C"a-í:ÎÖ$• cûç +'@Ú¡o¥°È!±žÐ]‹™ê3H £[9øm•H'^ã7B¬vdþŒ^(¸Î|Ðå…‚õÄZÜ!Ž`>7…»‘µ²í:_]WÙ#ô˜L»‚·6>RŽñ/n_ü†ê_\!¢´$¯G1»8„ìò± ^Ë%ÒJìASºÑ¥­tÑå +¸¿û±1Îcb˜úX"E¤ñ”àsè2‡xpÕ»®EÔ‰õ•>t5"Q[Ð‚rïý v4&‘ƒJ±ÉÑžêÚmì Ê»ý‹²7\O)F˜£ÈBt‰B½0ÓóOÌ!R5VB¼oÄ*ßö)ê¼) yC%„b]$0sC¹HíÆ*a3¸Löøú 6­œ +endstream +endobj +799 0 obj +<< +/Font 1281 0 R +>> +endobj +800 0 obj +<< +/Length 905 +/Filter /FlateDecode +>> +stream +xœÅ˜ÛnÚ@†ïý+®Ú›aÏäTj«¤RÕJ„Ô‹ªŠ(â0[QûôC›&JåÝ5N " +ÆÙ™ÏÌ7ÿn +TEîN>&”Ü$Œ’ÏÉ·ï„’Y"4±TÅV‰R¸Q”ß_[>¸&t³´xÿëñ§÷_'_“5ši~ÊEònœ /q€_Žç Û_gDrbœ†Ž12^5>⋌§÷Ý%¯Èá•æU¶"ëÉ*;dëYVæÅèDz˜Þ^eëe¾¸®²u6»š×;ü½­'eõkDdøæ5ß$çã6¬Ç¥s1.e6˧Õhö3ûR—›e62e$Æ?ánµuBóŠ·MÆœÎÉ€b.Ÿ2師1çNè³ ¥žTL‡‹2Ÿ…¬G Ȧôï(-êjSWq[b¸§Éª¨×ÕÙÀ†mO; ÜžgépZNæU¾^„,‰}‚bñ¶åM:,³i¾ÉB–Óv˶Vû­·uUŒÈûbY”è1y®År²Û‘»¼º&›CS"e¶­sìUgƒª¬³Aˆ_Šç9¦1Q“¦º§àÓÀ4Ó܂ô*Þ¿ÍúAÄ.š€}hâÔ¸53`tq„YªAqå+Ò¾Í*§@`¦??••@ó”iÿ4¬œ:z0«hÓqÒ8¬¢ ±õ ›83vÊ¡#lb{8 ¤ýPM1 –ûg…8¬íûtª)°5óÍ QT“N‚À +l[2‚jÒ0pžáêT;Ÿì~’OEq[oȼ(É4Šr~i +¦Cñ¤”Ò’í¡‹b¥„Ÿ2¡¬”µU\†enàˆ) ++æEÿsz@%èX¼ôêp¤í88ıTX”V±téw³XüTŸ0ã„B]%Oú¼%Ê*?€žÓB,ö8£_8j//¥Â!,X¿ª²3~`¼‡QøåU iשøåÕ–I­¢r6)o‰ïcå$W(ØzÔ“\¢ó§w(#¹@…˨ûþŒÁÚ¨—ûPuiÎpϼկA†+öÄí(ƒÅ•'¥{Bs(¨bÏÑŽÙ³(¥bs”A"ªëÁC'ƒX¯Ô{pÖ§A‰ë%+ Ê?ã }P`mzÒv»à‰1Ì[xQxbåœçô.O“g8ЇZ…œé‚hMöxà)]¾tŽ… +l@¶>JÖËd‹ï߆G +endstream +endobj +801 0 obj +<< +/Font 1282 0 R +>> +endobj +802 0 obj +<< +/Length 894 +/Filter /FlateDecode +>> +stream +xœÅ˜ÛnÚ@†ïý+®Ú›aÏäTj«¤RÕJ„Ô‹ªŠ(â0[QúôCš&jë݈"%Ùw˜™oþ]'¨0ŠÜ%œ|L(¹I%Ÿ“oß %“Dhb©‹oX$J9àFQþølþä™ÐÍBÒâCü¯ç¿ýyÿuò5Y¢LóUÎ’wäÁˆüãpš°ísF$'Æ`¸1F†‹fø"ÃñãOwÉ+²{¥y•-Èr´ÈÎzÙr’•y1ø1/Æ·W“Qy{5­7Ùäj]Êêç€öHÿÍk2¼I·mÚVãÒ¹Sh †qÅO¡­¨Ý¢Ì&ù¸Lî³/u¹šg½ ÅÛ&9NpDÉ€b¾ž$­¸«1¯N¡Í,hEéIÒŠM9¾´v8FÜ“jiVæ“õ°3P¬N_ú¤E]­ê*ð0 O3Zõ²:ëÙÀƒÆ9O‹Jûãr4­òå,dIÍAa—nK‘´_fã|•…,')0Ìö¶Ð§»ÕÂô¶®Šy_Ì‹wLžÄi6m6ä.¯®Éj×gH™­ëÛÏY¯*묲!nÁa ´~viLÀ˜ƒóÔsš[Tƒâ*®D;0뢉Շ&TAmX9sùXrVÅ„êú‡èÖFûMiÚDÎ ‡MQXZúXz‡¼£å –ént<’Ó`yäDpˆΚy§€`$I'AxIŒ¤m«Ý‡HÒ +`ÖCù( IÃÀyfµ Ié@Éö@ý Hç£Í=ùT·õŠL‹’Œc°5aA´’$r’£mj¯ÕÄI†NˆµC<q’Jб ð¤jà$(œi½°~i‹~'Ic Q½gïŽb Phnäi>Z‰Þ&–I ´6ÝÄIs´6~޼ˆ4ëÆËʼnRt<þ[ƒ`nr‡vÇx­á‹s“[Â{+NnÐzùHN.Ñçx’¼ÕÉ]óûgŽ÷P+ÇZ%–b8ǹî¢B9ÇzØ®ß}·‰Öv¦¼ÜÆ*¨ûrŠf' ™;d-Oì]ÖA‚=O,_öCÓhwü¾¾Ã³)´<þ[ª%zÿXס P ö5ÿ{ rtEǬ@ÆÐþø+0OŒ¢ùñ\ŸùðôWß݇OŽ‚ñÖ]ž ú0ϸA'…†Ç“ÊQ®Î«“£À¶¦úÿxw™¬ñûKÒ +endstream +endobj +803 0 obj +<< +/Font 1283 0 R +>> +endobj +804 0 obj +<< +/Length 907 +/Filter /FlateDecode +>> +stream +xœÅ˜ÛnÚ@†ïý+®Ú›aÏD*µUR©j¥FBêEUE 8 ÆV”>}ÇäDOÞ]0)qÌþ»ÃÌ|ó{P Â(r›pò1¡ä:a”|N¾}'”Œ¡‰¥ +,Þ°H”rÀ¢üéÚ|çšÐõBÒâEüÔï=ß?K¾&K”©Šiònt/q€ÿL¶½ÎˆäÄ8 7ÆÈ`Qï_d0zúí6yEéŠá¤Ì–Ó7¯Éà:94-h8.kZ—œÙ8d9#Á0®xór¸`V¦ ².Ò³Nº§E–÷~ÌóÑÍÕ,Ÿß]MªM:¾ZWâüÙ£Ò ÑÖÔ)tnëoõÚ’ÅDk̇?µó"g£²7¾K¿TÅjžv‚¤¸«1UNqLfA+JO’VÔ€¬{ÁËKk§cÄO‘YÅJŽÊ¬¶´ãœ·)u»’ÖvZ_úôóª\Ueàažf¸È«eyÖ±S |©ÔïF´o-)0,ʦ éw‹t”­Ò嘃€j +|ÿ~µ‡ ½­Ê¼GÞçó¼À“(MçÃ͆ÜfåŒ¬î» )Òu•aó9ë”E•vB6D5(®š ?†wÊ)˜ÖíàNY ó4ª@Ûo«‹:TêHõ`e8XëÁ›zš6Þé ==EAb:ëããL Ñ¢šú!çâöað{!=¦Áò=Ç‚}ôp’Õ,r68@O: ˆöô¬f}3@0¤aশ@m;í>8’š‚ñÐ#HR:P²ù›‰’äèwËô_8:nîȧ<¿©Vd’d‹§€1ôM¬)t¡ˆ“T‚ö1$q ¶âŒíM,<¹8 +¬ªãºtKÊhà­Œ{Kҽξ¬ˆc hmüæÿ(§ähmb‰Ñ’4;EBQ´4­=$ˆ’æÝiËEÆI[ô;þgÁàä펇./N®,¸V—è¼<¥ÁMÎpÏ€ä7réržMgeºÄXíZßý±É¦Æ2Å&§h…|YƒMæÐëäj`ª2‹V&– »#êùsð·Óêå6ôA}iô64m, û̪-m‰¶§q(k L(P‡8ÿCŽÉÑýIJ¤-m†N(&miS´M^»rm‡NéDÕlÐQùçÁð‡¡D@}zú?8ìÃS….Ï[·q>Tõ”ç_8½LÖøþ¹3ó­ +endstream +endobj +805 0 obj +<< +/Font 1284 0 R +>> +endobj +806 0 obj +<< +/Length 929 +/Filter /FlateDecode +>> +stream +xœÅ˜moÚ0ÇßçSX¼ÚÞ~¶ƒè¤=´“¦MZ%¤½˜¦ŠA€´@ $ªºO¿ Lm·•ØZµ¢)Üí»ûÝßëˆF‘ûˆ“O%·£äKôý¡d M,U`ñ ‹H©¸Q”?>›?{&teHZ|ˆŸúû¯§÷Ï¢oÑÝTßù4z7ˆºWŒÄ€ÿL"¶}ΈäÄX1—qL‹*Fü"ƒÑã«ûè!ý<¥«„,‡‹ä¢ó¶,²¹nÈç,»+Wd’åd”ͳ<]NÉ,›?Ü$Ëy:É2ßLÊ þ^—üøEîÓbF^“Ámt9¨‹ÊH0Œ+¾7ªU™¯æI‡äɺLód|Ñ)ò2é¼ñ°­¨šÕ’þ(N +\‹1ÅÛêj ¢ÉižŽ}ÌI™Õ›Cƒi‘,þH²'yšõ~γÑÝMíþ÷h‡t}âà1Xiqî8˜­(ÝŸ'ŠƒUù„‘aV¦£¢7~H¾î’ÕÇ“Ž5pÜxGB}ÅûÅ +5J²Ðû÷C}*”m§®L©Àº ó”]Gküù ­€Y\ +endstream +endobj +807 0 obj +<< +/Font 1285 0 R +>> +endobj +808 0 obj +<< +/Length 922 +/Filter /FlateDecode +>> +stream +xœÍ˜ÛnÚ@†ïý+®Ú›aÞ]D*õTªZ©‘zQUˆ‚!Nƒ±¥Oß1´iS…=€I +в3;;3ßü»N(P¡¹M8ùPr0J>%_¿J&‰H‰¡ + ~a‘(ekEùý³ù_ÏDÚ,$ >ÄÿzøéÏ÷¯’/ÉÍ4ïr–¼$Ý F,àÓ„mŸ3"9ÑVCÇ,ñEãûßn“dûêuµª+²-²³N¶œde^ô¾Ï‹ñÍðª˜ß '£òf8­7Ùd¸®Geõ£Çh‡ŒE½¬Î:¦Cº¯^’Áur>pycX.­uzÓïŽËÑ´Ê—³%µ͸âŽ%ûÝ2ç«,d9Å›&âŽåv«ýŠÕëº*zä|´¹#‹â¦^‘iQ’q1/JÜy΢BÝ –ã,J&@çD[¼LÖøóE{ » +endstream +endobj +809 0 obj +<< +/Font 1286 0 R +>> +endobj +810 0 obj +<< +/Length 921 +/Filter /FlateDecode +>> +stream +xœÅ™]kA†ï÷W ^µ7ÇùþShKR(-4 ô¢”`uÕMÔÕu—þúž!i@wfŒ«†@²ÑyçÌ9gžy'ë„F‘û„“¯ %· £ä{òë7¡dœM,U`ñ ‹D)Ü(ÊŸŸÍÿ{&t=´ø?õú·—÷Ï’ŸÉeê¯bš|$Ý+Fà“„=>gDrbœ†cd°¨çˆ/2=ÿtŸ¼#ÛW?+ÓYéE'/Òq6*{Õr–Ï®ªM:¾®†Eù·Óýðž n“ËA“¤Uà¸t®Y²ßÙ8d<#Á0®¸'„~^•«ª|Š!]ŽÓ"Ë{æùèîfÉͤåfýKÑ.òjY^tl‡…¦¨Æiô»£b8)³å4d8ÅÛ:½û‡ìw‹t”­Òḫq囆ێö´H«2ï‘Ëáæ|Ëó»jE&yAFù!nK5ð€È-ÚÿoOÜ %Š¥ÅÑÄ:¢“8?.Ñýø/·Z +S ù‰¥ÇÑĹ~Ä‹…8q†ÞÇߦ-‰S4JçjjæÐù›:˜¦Ì¢/òç44eÚ÷žö¢pÊp ž›¼œ2¡@yÎN!¦/]γé¬L—¸\û/S_803ŽÞª±BYÊz&_qÇ•QôD~‡JT‡~' \ޝ—/«ý¯ t@Óßž¸F3ä¿•nI\¡/:Ô§DÚLömþÄæu²ÆïØ:æ¤ +endstream +endobj +811 0 obj +<< +/Font 1287 0 R +>> +endobj +812 0 obj +<< +/Length 922 +/Filter /FlateDecode +>> +stream +xœÅ™mkAÇßß§X|Õ¾÷ùA.…>$…ÒBB_”"VO½D==ïé§ïC’Òäv×èi$Ý™ÙÙßü'ë„F‘›„“/ %W £ä[òó¡dœM,U`ñ ‹D)Ü(ʞ͟<z»´ø?õïoïŸ%?’%šÙ~•ÓäC?é^0âÿØŸ$ìî9#’ã 0tŒ‘þbë#¾HôðÓMò†ì^i^e ².²³NQfã|Tõê嬘ߞ/çùtVeËl|Qo²ñe=,«?î»·¤•œ÷›¬[ŽKçNcÝH0Œ+~ëZ€:eÅÛmÖ4ZO»Ó2‡¬'PLN_¥E]­êê>œl9Îʼèýž£ëÁ.¨AöÕ`² k°¾‹«Çh‡ E½¬Î:¶C‚Â䬯ìjt+íŽÊá¤Ê—Ó%™­(mʘ´[f£|•,§Ž6Dº[í~ÓÞ×UÑ#çÃÍ-ùZ×õŠLŠ’ŒŠyQbij‹ä&¯f$À/,KŠ…ñò®êr5Ï:¤ÌÖuŽyyÖ©Ê:ë„ÄlçšK>8­9(¼õÔ•ÀŽÓ—t-]áM´kwFtÅ4XÞÜ»D]: ÂC·çˆþÑKðé|¸Ùìþ?|³˜màZ(¿¥aà|Í^ ¿¥¦`ü  å·””ôôq­õçíÖQC + b_@½Ú8G)ljƒ™f¨ãXd³²˜%• c)t¨8… í‰ÎWX”m±¬9˜q,{ªO“]B¡“§:r‰’ÏËœp®âõ2`ä±Zï ±YG%ʪ•kJ–¦r‡Ï´¡’Ÿ06À-‹B±q¼°¿HæÅŸb1å +5œWÖ†2–KÔa±c»¨lz¹@•Ë£8ÂpßT£GŠ4ÿlï$æU˜§.[‰™9aÞA_ŽXÔ`± :Š#Å[lzGðÞ¡ž g;ŽHÔyþ›"ãL(Pmh»ÇAx«? +㌡pôÑ7æÅž§BBôñxX^?3ÚÞŸ¸U£¯Ë‹šJ£ôç}(p*»}åÕnÇ>á†ÅþŸH*°¯SZ/[½LÖøýa}­ +endstream +endobj +813 0 obj +<< +/Font 1288 0 R +>> +endobj +814 0 obj +<< +/Length 905 +/Filter /FlateDecode +>> +stream +xœÅXÛjÛ@}×W,~j_Æ{¿¥ÐKR(-4`èC)FµeG‰mÙ²DH¿¾ã8¤ $Ú]G‘m±âìœÙ=³gÎl +TEnN¾$”\%Œ’oÉÏ_„’i"4±TÅ/,¥p£(x¶øï™Ð»…¤Å‡ø_?ýûþeò#Ya˜Ý»š'FÉðœøÇÑ,awÏ‘œg€!0FFËF|‘Ñäá·›ä ٿҢΗd•-óÓAYåÓbRŸ4«Ërqû)«®Ï›m>½h²ªþ3¾{KFWÉÙ¨-¬Uà¸tî°ÓÛü{S­yX(#Á0®xÏjªçŠ·;6ôV2 È;)ÄXê9,³ ¥:¥ÃyULCÖ£äîfhÏ"-›zÝÔ÷iä«i^åÉïE9¹ï“O1›ñl—Îxs—Ï £’-ËfUŸ쀄¤§Ž›ÚΡt8©²Y]¬æ!Kb­S,À6~¤Ã*ŸëIUR`HñÖÃHcŽ‚[pH^O©¦ÜÕÌ€Aù‰*Á@îÒ@¾R Š+_9¾&åä÷X Ô9OÑv¢¦Êp°6²_è8[Í@›ÈÞ¡cŠ‚ÄÂÔG„ °#<&çð*Ù·žÇƒÀ4Xîm<‚¥Xaû¬™¿£èK‹¥“ °¬ÛñDi±´˜mí6"¤Xj +Æ£OOIñÇç¥w¾È¶ÛÇʯ›R:PÒ³q1º)…áºPÝ”MW\ñ>Ó¸~ÞmWÐÅ-:.æé%ºJ%èC•éà¨Â 6²/9L…EÏ+F/OРåÒ=3H(4\²÷³”è·buæåQº²Cç‡Gåh¾ü,h‚uk+ï.çC”LPÆ;™ˆR2îКv£!eÜ ÕòHÆ ]åÒ€K¡cëÖUr‰®ÍÇíuä=˜_ZBÕ‘sÜÛöDv–{ê6–œ¡ŸŠ¤u‹€¢Íò°ûu0‡.ëÐñZœ†2‹n*VXºMV£™êz‡ëœzçn¯Š@¢›Šm»E ¨Øf±[—¿ðƒ˜1´[eÜ“ 3ÊÀùæ‰q2ìÐzJ7f¶‹6ËS­~rmë¦Ê[Ƹñr©Ð«ùÊ"ÊK*°~’?Ë‹dƒ?Ú5"÷ +endstream +endobj +815 0 obj +<< +/Font 1289 0 R +>> +endobj +816 0 obj +<< +/Length 902 +/Filter /FlateDecode +>> +stream +xœÅXÛnÚ@}÷W¬xj_†½_S©­’JU+5Rª*¢`ˆÀ`lEí×wiÒHÄ» Ž1B‚ÅìÙYŸÙ3gÖ *Œ"w 'ŸJnFÉ×äÇOBÉ$šXªÀâ ‹D)Ü(ÊÇæÿ ½HZÄ=ÿötÿuò=Y"ÌöUÎ’äÁˆüq8MØý8#’ã 0\#ÃÅvx‘áøñÓ]ò†ì®4¯²YŽÙY¯(³I>®«Ñ¦ªËì¢Þd“ËzTVzýwoÉð&96aZŽKçºÄ4 ãŠw‰©¨Cð&¿³ou¹šga0Š·[tšd@‘Ò†;°yÓ%&³ ¥Ò†Û³¢;Hí4pÜY…Òþ¬Ì'!óa†SÌ6=Ò¢®VuõD¶œde^ ~Í‹ñíÕC(WÓm,Wëû`ŒöÈhQÔËê¬g{$(6#À8ç9mÒþ¸M«|9 ™RsPxÐ6±"í—Ù8_e!ÓI + ‰Ý´ûén¶‡z_WÅ€œ6¿É—¢¸­WdZ”d\Ì‹# û¶ŽÜåÕ5Y펰(nÁ!ó_~„e¶®säÝY¯*ë¬(3`P®Eó ¨Å•/=Ó@Ú*§@ mc2/€´4Œ¨ÊJ ÈÓ¨s¼ExÃÁÚÈJ ExÍ@›‹‚8ÁTŠ‚Ä|Ó'ŠT`-w*ŽaVï +ÆÓÀ3 –G– -Âc}¬YdѼt„W‰ÂUVZÌz ….DVÎ[F‰¬ÔŒOÃEV + £=ûDöã~QÍG›ÍsM×CÉÑ|51j(ú*Ö¼cj(©«Gû +ÑOÛ½ +:™… ­§@hÒ¢{:Tw„Äd¡:NS:¡Ð2Én¡DÇ«0GB +4Lmô" 9¦X%9’í#À(š&O!Xª¸CÇd¼3B«îàC¤Š[ÂÛFˆ’*nÐÀÉfa*.Ñ&yø|„Ü#]kè´µ%^þ8WÀ}õPŒr†*€µ¡¤¥èˆH\.î8X-2‡†(¶ÝÕºE«í¡k´H¾FA;É:"ë뵕hˆü%Ûk¡ ªÍŽC:G;Û·n¡y:]rSôKs£¯½R@¶v ¯Æò–qÝV4nžñ +¬‡òA60[ÎóÙu•-q³^î³>‰â¿•]&k|ÿÓÁ # +endstream +endobj +817 0 obj +<< +/Font 1290 0 R +>> +endobj +818 0 obj +<< +/Length 926 +/Filter /FlateDecode +>> +stream +xœÍ˜[kQÇß÷S|j_Æs¿ShKR(-4 ô¡±z4›¨«ë.¡ýôcHÒKöœc\M$¬:—Ý™ùÍÿ¬2 +TEn2N>f”\eŒ’ÏÙ·ï„’q&4±TÅÌ3¥p£(¿¿6{tMè!iñ"~ëÏÿ>™}Íèfó*§Ù»~Ö=gľٟdìö:#’ã 0 Œ‘þ|#þþèþ¯›ìUUÖ¾óæ5é_egý&KVãÒ¹'-Bz£r8©òÅ4Æ ‘`W¼É šœ–ù8Æœ šM¡±¼òs²Îýi§(ý8U'ËẪK¶˜åÓËÊ/üø¼^ûñE=,«_nŒkÅÛÍc:Ž{É€bñ<ýŒÛuÏX•±‹ûñOÿ¥.—3çŠYЊÒ@É´–)5 7]~ïÚiàx›TeûŸb»©Ê´`œk?-º×ÎÞаêFN+­„+©WÔÕ²®î²ñ‹±/óâäǬ]îrø‡¤“MVƒÕmZ'ŒvÈp^Ô‹ê´c;$*KIa+7—X¯›0å5·à°e›Ê¦×-ý(_úsTƒâªqô¶ÖîîÚÛº*NÈÙpý“|*ŠëzI&EIFŬ(1ºä&¯.I80ål'ãZnÇ)ýªÎ±.O;±äUVÅÊo|*)äU†ƒµMKAy•f M`3ø»5‹™Æ°R$°~¡\é’PÑRØ€Û²u<+¦ÁòÄE¤¥¬qUÖ,q)i'é$ˆTrµŠÀlÚÓR$†KÝY[ +ES0AèÅ£]JJ†Ÿ÷¡á.…ƒ 9®$¸KŽê²qÈ% ]R :€¹ÿ¡ý}åÓÙp½Þ’ü_ ‡#N€´Mw.å¢R ¡2åûˆêgbI.J9Ø4—ì›{…!QÝíJªç{(îBçíyç(îRyµ¥Û§€MH‘¢‚Ûó)I¼wîPÀ™ýªçïåÞ®g$Ï÷nPÖE©%ï +`PëFã•K&¢OwÃë-)v¡+(LÙ^¥3ç +x`qLà+§¨ú°'éüˆ·á¸˜CùØØ»KgfQ†€–Â[¦QÕ—¨hà2ì šz¦—VË‘[0“¨Ý‚õ{H„:î8L$•Û®ÄJƒ2c¨ÌRñÔNÒ•YX ‡º,um%ƒ‚.u/m% +îEL …º/<,â%³Ññ­ ý"[áïo®‹¯Ü +endstream +endobj +819 0 obj +<< +/Font 1291 0 R +>> +endobj +820 0 obj +<< +/Length 908 +/Filter /FlateDecode +>> +stream +xœÅ˜mkAÇßß§XîUûfÜç1…>$…ÒBB_”"W=‰zzÞÒOß1†´…äv׬V ċٙ™ßüw“Q Â(r›qò)£ä:c”|ɾÿ ”L2¡‰¥ +,~a™)å€Eùã³Å_Ï„Þ-$->Äÿú÷ÓŸï_eß²šÙ½ëYön˜õ.q€N3vÿœɉq:ÆÈp¹ó_d8~üí6{Eð5èëbÚÌW³7¯Éð:;v-i8.ëXrЫËñ|]†,§¨®¥ö+‘U±,Ïò·mSõÉûjQÕè-YÛ¦­ËѤ¨oFÓv[NF›¶¨›_ävÞ\‘u[¯eNêrÓÎërr–7u[æ!^)Üî"ß·ALÔ$Š'Ü}d0«ç“師ñº—ÃçM¹|^…!˜›þCÔ>`Ð.v1»¼YÞ ±Ë,hE1QOl—»;­Yí4pŒrg> +endobj +822 0 obj +<< +/Length 914 +/Filter /FlateDecode +>> +stream +xœÅ˜]kÛ0†ïý+„¯¶›}w°ncl°B`c/qÒ´Iœ:6¥ûõ;iK÷AgI‰š&7Õ+½Ç^]e¨0Š\gœ|Ì(¹È%Ÿ³oß %ÓLhb©‹_XeJ9àFQþpmùÇ5¡wI‹ñ¿þþôûûçÙ×l2»w3ÏÞŒ²Á;FàG³ŒÝ^gDrbœ†cd´ÚÍ_d4yøí:{Av¯b0oÓW/Éè";õg8.ëu×nº–¬ËUu’WëiÕ,êáe=¹oÊmÛ5ÕxZ6—ãY·­¦ãù²Ün‡Œæ¤\Õݺ=ÉmN!ó1 ãŠ÷ΧLšrÖ.Öó!µÕ3\1hªÉbS… %P\Ö¾êw£ÝWêu×ÖCò¶^Ö Î–¬ëv|^/oîËtÕ•Mû“\/Ús²éšÍ²ÊIS]u‹¦šžämÓUyȬ¸«qûjVÄTŒYЊÒþE E¨Ç¨¹k¦~‹‘bÑV«ûºÕXŤbÁ>`½ÞíÊuv[­<ÄFÚiàX{LMl%ŠÖõ´fZM#À8çmßG5§7Õ—;ÓIi +ŸVS¤½=ÅàÈÆ‘öÒQÃ-8l·£‡0H¢½Œ³¯&Õ ¸ò>VBÙ¥œ wº}ïÃ-e%PìÃ~ßDqKÖö£>‚]JQèlÉ®Ór{C>Õõe·!³º!“–ÌJàFéÿ+C…Ít·ÅJCÅ4XÞÏü*Üóiæõ¿bZfTé$ˆXb¤Ô·˜{¦§”7 œg—˜RS0±(Iy«Ò’ϸÒ‚ˆELJ}ŽQÉK‡'Sg¬Ø3®>• ½@ +‡­p¤õ¯æQh+,ÇxíK­Q´ø` º×.°”‡B1Añ6Oš±Aú²~ Ç”ågY(;x§ÿ~W§ §³ ˜œ¬gŸV’;LP&A(´ |GipÇ &§XÜxw +ƒS‚|¡(16—¥”˜šbAr $WÀ÷=UØS’a~ò·c0®8ÅðÐk¸ÚûL“9ÚÛ„Q´bÜì§{®6õ—’ ÁWÀ¤$¯^ãÇ# Ê·+ŠA ÎD€om˦£XD¸6pÓÈ(¦£¤‘%JÞa`ò˜ú Õ Æ%ßÁATj F±‡ÓéîSa,JL¢Ô¥ë%‡©ŸeWøó ô“ðf +endstream +endobj +823 0 obj +<< +/Font 1293 0 R +>> +endobj +824 0 obj +<< +/Length 937 +/Filter /FlateDecode +>> +stream +xœÍ™mkAÇßß§X|Õ¾÷ùAL¡-iKi¡¡/J«§^¢žžw„ôÓwŒm ÞîwI ä¢;³³3û›ÿd—P Â(rpò9¡ä2a”|M~ü$”Ì¡‰¥ +,¾a(å€EùݳՃgB’â§ÿvÿþeò=Ù ™ÃW±HÞ’þFàGó„Ý>gDrbœ†Ž12Z|ÄMï~ºN^‘ãk˜•éšl&ëô¬—nfi‘åƒ_«|z5Þäåx™¯nÆójŸÎÆ‹Õd¿Ðé¿yMF—Éù¨Î¼Uà¸tî…Ì †qÅëÍû‹"›…¬§(ÏV†yUn«2|/ 73YçÕ¦<ëÙÀ})Üò¢Î—aZLæe¶Y„,)PÌÀºDö‹tšmÓ嘭(­‹üð¸ÚßH½­Ê|@Þ竼@É]¨ÒÍ*[,Ëtƒ;†mWMŠò7¹ÎÊ%ÙVÅv•öH€GÔ€<”è)‡ŠtWeE:;ë•E•ö6©ŽÙ]{ ÈCÐX.óÕS­ÃÀtÕF€q.®úr A6-xŸ0þç÷áÿpˆþÅmð{!Yª5…÷•§ú:3¯Ôw·Æ%¦¹§BO˜ŸÝ¤ßŽydŠ[pXjQW|‹;e 2ꥒŒjP\Õ^4šWNÀŠ}!ëVÅún”e-˜7¬õ6ÁxUš6þn!±§¸Ñ„·JQXͺ=Þ*_]ÚDÀV1 –{ØýlÏ'ûò%ϯª-™ç™FÂ7À3ìX5ã5—Ã?€ÇÓW: ÂG·úJ+€Y1Bá+ çi¨B[ß“¹ØKMÁÄÒ¨+_¤%#›’®|DSvÅQZrbqœèjÓ 5ûO’JбëÈáH™ ]ùbQàðY|Á‹Œj_êC^(VúüÙ!/$JVѪ¨Æ»¤güÁyÁj††rúv +ñXMßÃ8À)Š"³v +tîP/šå4·¨u]÷EtnPÓÅ’ËÓm<? \¡ÌkWÏF—(òbçxíY¨ñb‰Õ Óœ+à-L"6ÊPÏyçzY§(ç|õ×™uæPüù‹µ+ë^•:²®Q úûÐ`Æ2¼+¨o0Ùœ±çÖL¢Põrb™P <dbC è©¶¤ôð8FQNÖJ¸æJÚ¡:ôå~ w *ÅFËÍZá¨')”p §(O¤Û™lz“‹d‡ß’ÿm[ +endstream +endobj +825 0 obj +<< +/Font 1294 0 R +>> +endobj +826 0 obj +<< +/Length 925 +/Filter /FlateDecode +>> +stream +xœÍ˜ÛnÚ@†ïý+®Ú›aÏäTê!iUµR#!õ¢ªNƒc+JŸ¾CHÓFM½»`Hˆ%†xfÇ3óÍ?ë„F‘ë„“ % £äsòí;¡dœM,U`ñ‹D)Ü(Êï¯Íÿº&ôæFÒâEü¯‡ýùü,ùš,ÑÌæ«œ&oúI÷Œøf’°ÛëŒHNŒ3ÀÐ1Fú‹ø"ýÑýo×É ²}¥y•-Èr¸ÈN:E™óQÕßd_êr5Ï:ÝW/Iÿ"9í7™² +—ÎŘʖã¬Ì‹Þy1º,‹j0+æ7ƒl9ϧ³*[fãÁ¤¾ÂŸÓùðêªG;$È#Á0®ø3pE PÏÀ ÅÛM&=½+’Å\JɹÂX9ÛìJÚ–ù8ä~Ì‚V”úò.-êjUW»áᆋ¢^V'xNj@nÚS“[iwT'U¾œÜQ; ×”Oi·ÌFù* ¹`œkìéönwA{]WE¼-æE‰“û¨‡åå]¸Öõ°¬~’뼚‘Õ¶‘2[×9¶·“NUÖY'Ä5ÍAa×m|¦iLèß³ i`ÆiIaGÕõïþŽAû€1{‡!;ÛDìü6`AÍ^s 3}'®ìc—0HÄ(È´a—jP\y+»Ž*§@ ¼Ž|Be%P¬Àcg’2¬ÝqBÙÇ®f Mä¸Ò†]EAbÅêcÛ8búºN(è–ÿv0mtÿ´ì]§˜Ë}SEãŽÛš5OŒ“V³ÿ1įnȧ¢¸¬WdR”d‹¼Ï ×8‘ÅcSj +ƦlJé@Éæ!œRX± NàÀùSrTgq¾uª69@´î• weO]… í?waQŲ§u'°ê©~Úì +˜Œ|ð­;!QµÀì°N”hþíI0¡Gæ×q -X‹úSPŒž}F›¹EMæYDëÏ[¹¾¯üäž{1å +•[kú“KÔc±K¿ÿM³ï7 êâ\ ‹¥V f¹îYSÂ,Ci»¼Û œ¢3Í{œ9cþE\ëf-j±Xü´`V£kk‰a+Ÿzvv‡0+Q™ùk5˜lL(PÃb,ÙvÞ®âÙ@xË3 +oŒ¡Vô”aÞj1Ošï-=¡]Àb5]ãäµÃ¾u/Écx©P¢do¨ìT`c…Nhê>˜4Ï“5~ÿOD‰ +endstream +endobj +827 0 obj +<< +/Font 1295 0 R +>> +endobj +828 0 obj +<< +/Length 907 +/Filter /FlateDecode +>> +stream +xœÅ˜ßÒ@ÇßûWlxÒ—aw—ôLÔœ&F/Áø` A(\ï€Bis9ÿz§ §FÒÝm+@.9z\gv:3ŸùÎ.¢@E¬ÈCÄÉ»ˆ’»ˆQò!úò•P2„&†*0ø…u¤”+ÊŸ®­þ¸&t}#ið"þ×ߟ~ÿ6úmÐLý.–Ñ«q4|Èüãx±ÃuF$'±¡cŒŒ×µø"ãÙÓoÑ3r|%Y™®ÉfºN¯éfžY>ú¶Êg÷“M^NnóÕãd>-î'‹jŸÎ'ËÕt¿Ñ¾xNÆwÑõ¸É£Àrií%}ˆ%ÄŒ+âC^¤ólVŽæéǪخҗ)-@]ò¨Š7uÒ\ÐÉ€b>_4í¸£1ï.é3 ¥Ai×·4Y÷¦F’á²Èæ·ÓVǨºÒ+É«r[•gbx¨é:¯6åÕÀøOc{¡XÚ͹– gÅtQf›¥Ï-c±µ+é,Û¦>·S š@r¼×Ï`½¬Ê|D^竼@I­jsˆ×1T»jZ”ßÉCVÞ’í±1‘"ÝUö««AYTéÀÇ+Ia}4>È$$jÜ€Ådw}â›h,†áT¿¿Z6ÆìÓ!doêˆÝæÕ½5Õ ¸ +«ØÎV•U 0‡ÏkÔH ˜äA hÇDs0&p é~@Í@ǃGw«Š‚ĺÒçµ*p‚ÅäAwwÕ’\¢VsE(¹@æf›/*9WÀS•רú¶Ž—W»æ õUè"®³QŠJË™Á=e…V読™AuŠ ÎçÓ(®úYEÅJ§‹¶~JTW¡3eg£Bj»ˆhm”£ÐrW§7ÉC•åQxA$k½e”u-÷Â@fQ÷9 +/d'ŠÊÊ‘ÜÝTä ®ùì©€5f ©À¸rû_2ÞD;üùÄR+Õ +endstream +endobj +829 0 obj +<< +/Font 1296 0 R +>> +endobj +830 0 obj +<< +/Length 924 +/Filter /FlateDecode +>> +stream +xœÍXÛnÚ@}÷W¬xj_†½_©ÔVI¥ª•‰ªU…(p68¶¢ôë;@•‹Úxw‰-j„Æìœ™3g¶ *Œ"· 'J®FÉçäûBÉ,šXªÀâëD)Ü(Êïï­Ýz·´xÿõôÛÃóËä[’£™Ý«\$ïFIÿ‚øãhž°ý}F$'Æ`Œ‘Ñz‡/2šÞºM^‘Ý5\”ÙìÍk2ºJÎGMËYŽK皗ó*]“|²NÏzi>Kˬü\Óëq^Tã:_«»ñ¼¾IgãÅjrs3 =Ò`$Æ?-@̸âÀí."e:˦Õ`v—~©ËÍ*í™’ (F¤'p:Ü+w`5ÆÚÉ0 ZQzºP£䮨œÈ¾v8@T´µ +« Åd÷¯~`õÒF€qÎ[½†E]mê*fG ·4Yu^õlàî4…å¼9¾†ýi9™WY¾YR1h˜a¿L§Ù& YŒ[pÿMÞVûã©·uU ÈûbU”ˆ—‚eº­3¬xg½ª¬Ó^È>©ÅUsž#NA9öÊUVŘ=ªæã|ÝŸÀùÃ\ìü¹w(ÃÁZo Ñ!Í@›È¦£UŠ‚D*ÒÝÓ®ØFUüV7Š)è7O€i°<²ëh¶ØšEvmN‚à¨îXÌúºŽ`Ε† è#9÷9"9†€¥¦`0­›£=Š€¥t dóéEP°ä¨ÞËÁ¿ø|rsG>Åu½!ó¢$ÓBÅP²&·=!õxB–T‚ö1^ ! '@Ú¦®!Š‘…EËGñØ$ L0ªã8£;0 +E›ŒlVºC#QÁKgq¼-jµÖ#/Þ8GåËbÝ¡aÿIpR”±Ó“ÎÐp‡òÏ´¥®_ŒÆ¢rôO[‚iŸ +ÌC„'¢}®P×úÆ*Q¬Ï%ªROòG°>ç +¸§<^xï籺›3¡©O󜢮ô%@ Í3‡:1 †C˜YT}±\æíÄ?ìÜD)L£lœutló„ÆŽÿÚ´/Q 6ö™­±7 +Të3–ˆ­r}ÇÎõÛ°ÏPóÅrQ›ö)ŠD¯ëξC!xÂL7(ýmjø˜Û‚ÈÛ£©÷艷B5ëMè8½­Àzòö/â½L¶øþ Tzª– +endstream +endobj +831 0 obj +<< +/Font 1297 0 R +>> +endobj +832 0 obj +<< +/Length 936 +/Filter /FlateDecode +>> +stream +xœÍ˜moÚ0ÇßçSX¼ÚÞ~¶ƒè¤=´“¦MZ%¦½˜&Ä @ZH $ªºOߣT]§–ØNm«V4ßïοû{Q Â(rqò%¢ä"b”|‹~ý&”L"¡‰¥ +,¾a)7Šòûg‹Ï„Þ.$->ÄOýÿ׿÷Ï£ŸQ†f¶ßÅ,ú0ˆºgŒÄ€ÿL#vûœɉ± +b.㘠–[ñ‹ Æ÷¯®¢7„ô‹dœ®’–ÉIç}Uæ=r:Ú\“¯y~Y­È4/È8_äEšÍH–—Ã*›ç‹ëa’-ÒÙ¼L²d2œVü=[Œ6r•–sò– .¢ÓAkF‚a\ñ½®­ªbµH:¤HÖUZ$““NYTIçÇÚZ€ª ™ôÇÅhZb@>‹)Ün³P³ .9+Ò‰Ïr’Å\³úåpÁ´L–wYI²IR¤yïÏ"_ÝIèÑéú8Ãc° äU8Ã,hEéþŠ8¦3Ԁܶt€/9i:.{“ëäû®v},éXÇ8êë8ak<0(v嫨Nm˜8®=½ŽçŒæ ðø}Õ©ƒÀâ<˜+’Ã#ÄuñaËQ×Å`¡™D±æQ¶žUË„åÀæåÏÛ}÷†¢)‹že˜¡ %S+†)ʱ¦¢(Œ¾1Ê/×Xxˆ Нö®0üíj”^¡·ïmØU(Ñܽؾ]©À®iÏ£5þÜÅ&y‹ +endstream +endobj +833 0 obj +<< +/Font 1298 0 R +>> +endobj +834 0 obj +<< +/Length 923 +/Filter /FlateDecode +>> +stream +xœÅ˜]kA†ï÷W ^µ7ÇùþShKR(-4 ô¢ÙêjLÔ5ë.!ýõ=Ʀ%™]U Ä™óÎÌ9óœwn3 +TEî2N>g”\gŒ’¯ÙŸ„’q&4±TÅ/,2¥p£(z6öLèÍ@ÒâCü¯?ýýþUö=[b˜Í»šfY÷‚øÇÁ$cÏ‘œg€¡0F‹F|‘Áèé·»ì Ù¼úÝi5¿{K×ÙùÀ7žUà¸tÎ?é—M½jj²ÌÅY§XŽ‹jVö~ÍËÑÍpYÖÃfyUÎï‡ã¼ºNšu1NçùzÝc´CòEÙ,볎ínŒ$#Á0®¸WR¿;ªòI=[Nc†Ô”g¸~·*F³U3”d@qg}Ðߎö¸Xì‘ó|}O¾”åM³"“²"£r^V¨žxVÜÍê+¡‰;°wñUM«¦ZÍ‹©ŠÛfVã³N]5E'f¾Ì‚V”zw£Ÿ²Ԁܔ–?#óW; gnùKú³ºX$§/KYUD1eUyhF€q.XËV¡9(<ÕüåûŸŠsr6ª{ãûâÛ6U£B)ÁL:ôt%†µwâäVé‰0ˆ·' Õ ¸òŸXW¡œGBKœVVÅÒ¥Ù9­ kC­H§•f ¿I`µØ…y¹ÿ¨?>ó*_×MU<.Õm“Wõï-•w'ªÂZÝ6-U1 –û[’¤*ìJ5óužíÛvÍ.6Kvù°bQ‡¹tD*½Zk0›‘¢.ÐE¶I©)˜T@µ0Cé@Éão§° RÔBX޶,tØ·”¡wcÇßY*A‡Q6áHÞ²Ú^:«wáš°½{È'qM`¹SíGQ<Ö„DKH² “.B˜@kç½LH§¥àhðB4J¡¥`-YOAÑnÙÇÃ}æ‹iÙdr‡^Ëìí~÷’`уyï/Á Û5i0å +}ÖÞ–s¯ÉJôXv‡” Ð`¥r§e \ßÿªc/ ى˟¢ —4‰™CûQËÇ"1³° Ì/‰ÄL£% ô‡ (f­W Mæ³›ßÝ=& +T¨GK¡&ÎD8ÛcÙɺ®Tp½Òº~Ú,XÔéÍ(º®–¬P|T‡þ+˜Äm5è¾Bw í Q£áJ½€ß{z +íVKÎ'>¨T`#®àv z™ÝâÏ‚:- +endstream +endobj +835 0 obj +<< +/Font 1299 0 R +>> +endobj +836 0 obj +<< +/Length 934 +/Filter /FlateDecode +>> +stream +xœÅY[kQ~ß_qð©}Ïý"¦Ð–¤PZh@èC)bu5›¨kÖ]Búë;Æ4!ž‹Y"躞óÍœ™ùæ¯3 +TEn2N¾f”\fŒ’ïٯ߄’I&4±TÅ™R¸Q”?\›ÿwMèÍBÒâEüÕÓO÷_d?³%n³yV³ìÓ ëž1â¿L3vwɉqcd°Ø`ÄŒÞÝdïÈöÑ/ê|A–£E~Ò)«|RŒëÞ²¬ŒÖuSågÍ:Ÿ|™ÖëN÷Ã{2¸ÌN¾]­Ç¥sÇÝÕH0Œ+îßµßUÅ$f=-@,è—M½jê{òå$¯Š²÷g^ޝ†hÈpµµd8ݘ2œmlé1Ú!£EÙ,듎í(Ón7àƒÓѴ.–³˜%%Š!狌~·ÊÇÅ*YŽYЊRŸóûÛÕîõ±©Ë9­oÉ·²¼jVdZVd\ÎË +- ;¼GnŠú‚¬šj5Ï;$5 7™¹ V•_7†ÞI§®š¼aªv8F·÷0ú G¡1](n Iû‘q«ã\ZöÅ…. W­9(¬TL<$ÅÀwêß_R`švGœÜæ?¶µ·à0ó’J|»Æ2iê ŽjP\y«Ïa(§@`¿+bÒ'E\» kƒ½F4ÿ*Í@›pq$VЂĔÖíq°ØöùB&€Ó`y€Ï_ àÏ/n¾œ³‹:_¢Ã¶n»nFUý7•}v¬šqOeH§_é$ˆ½¥Ð¯´˜ ‘E,ûJÃÀúªˆÞ÷ôñîÚàó;ÿG‚Ô̾ÜÓé@ÉĤ]‚H¥¤ýøWr”Xi…¿]SŠ-ö¦ÇM%èTêip¤Ýó¸ÛA`Q¡EÕ`á¡:ˆÑì+”+Ç˾»(å9G “(5…O G¹K 0 Î(’è\p†^¶KbtAQÇDÿÞ’z'Çqq‡êÎøôï“.!á¹Eñ¦ý~LbxnP…ù(–â¹BÅÕšºÜ™‘m7—¨¾R‡m„#PŠ¥ÒÑápϪÒ@ú&45a Ü_1Øo4"ÑÛÆí1šGÕ׿d^¡´ ‡môh@m_&=ÿƒì<»Æ×?:¥Rk +endstream +endobj +837 0 obj +<< +/Font 1300 0 R +>> +endobj +838 0 obj +<< +/Length 925 +/Filter /FlateDecode +>> +stream +xœÍXÛnÚ@}÷W¬xj_†½_©ÔKR©j¥DBêCU! +†8 ÆV”~}‡%­’xw\E +Ù9³{fÏœY'¨0ŠÜ$œ|I(¹J%ß’? %“Dhb©‹_X$J9àFQþðlþ×3¡· I‹ñ¿þýôøýËä{²Ä0Ûw1K> ’î#ðƒiÂîž3"91ÎC`Œ [Œø"ƒñÃo7ɲ{õ³2]åh‘žtò"dã²·ÌËóѦ¬Šôt9Ïf—eºL'gÕ&|ž6›N÷Ý[2¸JNu¬Ç¥s`$Æo`r›žWÅjž†…ÒÔÁòT¸ÝråP$Š>Õ¸«‘kÀ,hEi#ªí5 ·×Pmü~wVd“€å´ÓÀq?}”êçU¹ªÊû„Òå$-²¼÷kž¯‡˜ÖpµËk˜>&6œn3ζ©õíÑ"¯–åIÇvHH¦¯ŠU]O¶~w\Œ¦e¶œ…,içjoª~·HÇÙ* YN1¨?Šþn­ûm{_•yœŽ6·äkž_W+2Í 2ÎçyøIÀ>’P’ÃyùDo²ò’¬vw)Òu•!?O:eQ¥¬¹‡%P{.ý˜Sa J §¨û¡”¦Wq%ÏhÆbådñq€±(Ò?J@ÚCc8XÛ°q‰“m¥hÙ¢´—¸¢ ±Dõq ؘ ?ñjÙ5ÃG†i°<²Ûi :ͼ­O°òK'Ax´ð@Ê/­f==N”ðKÃÀy×á—Ò’ž>âéÿøœÔOFÅõýŽ­«QQþ&/t.aAÔ*i¨ÈKަ²þVˆ‘xÉÐ"²º¦$Jâ%• cuìiþ wþ®ý¾¸Û÷ %N€´Þf¥•Ðí_¬ˆí)4ÖÕq*ÑL©…B‡'s´½]¬úì)´@W÷úJ£Ð _WZ Í^9Ji”¢ôQ‚u”;ÊìÏA?‘ƒ& +Ê-:Sïœ$JB¹A_éÓ¼p åMŸ‡ñÝó ’€J w¬Õ©æ¾™sÜ×pň*gèæ˜JdŠv,€ÈíîS6ºÌ¡W‹ñµÃ¢K‹U¢6phôgþñÈ>Ä—)ô_ÓÀÖS–è¼üíbû8„µ¿yIs½Zìà¿  Ù1\í\íŒ3NÃPéÿU ZLo37ýFsè)î¬ÀzJ£‰Þ¹=ø"YãÏs$«{ +endstream +endobj +839 0 obj +<< +/Font 1301 0 R +>> +endobj +840 0 obj +<< +/Length 928 +/Filter /FlateDecode +>> +stream +xœÅ˜ÛNÛ@†ïý«\µ7“=¢P©´P©j%"õ¢ª"“8!ÄÁ±…èÓwL€RT¼»©‚ÀÀÖ3óÍ¿7 *Œ"· 'ŸJ®FÉ×äûBÉ4šXªÀ⬥p£(z¶|öLèÚ´øÿëÏŸ~ÿýeò-Y£›ú³˜'Ç£¤ʈüåh–°ûçŒHNŒ3À00FF«:Fü £ÉÓw·É›²¨²Þ»·dt•œŒš,YŽKç^µDNŠtV.ÖóƒF‚a\ñ&ƒhr^,¦!æ´Õl +-ÊlEÖé*;êåE6]LÊÁ:/ÏÒmYÙÇ´¸>­¶ÙôÓ2Ýn{ý¯Š·õ:¸gÉ€bɼþf;óÌX¥°çé]vV›eæŠYЊROt‘$5 ëŽ>´cí4p<ÜÃW”Ƨ؇¯(mçšgK7ž5…3Õ7„úSH+þªæU¹©Ê‡D²õ4+ùàb™O®Ç˜Îx³Ëg<ńƳ:£ñ¼NiÀh¤«¼Z—G=Û#AJ + »µ¹ž†ýˆÉ­¹‡]ÙT(Ã~‘M›,ÄÕ ¸jlòáÎÚɽ¯Ê|@NÒíù’ç×Õ†Ìò‚Lòe^`¤éÉí¢¼$þ ”S °^i³›b¤Ènª–âQ/”¤ÊJ Xìo$†¤Êp°¶ òQ$Uš6Ò¿ìÆˆ"¦a…«‰…«ÿsW³( t6Ün윸Ši°> +endobj +842 0 obj +<< +/Length 901 +/Filter /FlateDecode +>> +stream +xœ½˜ÛnÚ@†ïý+®Ú›aÏD*5UR©j/*!õ¢ª"†8[Qúô'išªeØBûÏÎÎì·¿·*Œ"÷'Ÿ2J®3FÉ—ìûBÉ<šXªÀâÖ™R¸Q”¿\[½º&t;´xÿõ÷§?¿¿Ê¾e”iŸÕ2;dÃsFà—“EƯ3"91VãÒ92Y·1âƒLf/ïî³7„Œ«|VÜæd3]ç'ƒ÷M]ŽÈ‡rUVÅfIÍ]>¿X®¦ww侨¯ÈåªÉ¤Ê·MQåó“A]áçwoÉä:;›ø"1 ãŠ{"!ãY5]Ô¨3  |ƒáp˪˜Ç ¥8pÛæÙ;XÔùú9Q%N¿˜Õ£Ç }l4ÆhI—šC‹;°—ÿZÌ‚V”z×w—Öü!?më*Jˆm¯~NÚià˜¾cÔ…ÆN¥ØǨ mç¼»BoZšƒÂ]k¯ºHÕR ‚•1Fî +ZR`Ø=¡Õ—M}ÛÔÏ¡ç›y^åèrUÎn.^mŸ#Ædº.›M}2°5!nÁaSù‹b…ÙÍ2®Ð …}¿e»¶ê}¸Æ%ú¨`g&q ŠùéŸ@6ÎÐ +=É›Å.",Š>ÊÛé´dÍT¨ÆShÉ,ú¤0gbiÉ4 à!È{šÜY»‘GK†íCSïeõ‚D«¨ïC‡ ¨Ð]>xŠÓ‘J™žçÊÐ7¥§ç(º¨ˆ[h Á¡£J=0öA–ztì7,ÜúÑ$Vh¿"ÚøX$– +l°¥ÿâ¯Ù_¿câ +endstream +endobj +843 0 obj +<< +/Font 1303 0 R +>> +endobj +844 0 obj +<< +/Length 908 +/Filter /FlateDecode +>> +stream +xœÅ˜MOÛ@†ïû+V9µ—É~ï: +•J•ªöP)RU…BâCc Ñ_ß1 JK»Ž‚@Ä„ÙÙ™yæÝ-aÀ¤Õô–ú‰0zI8£_È÷”Ñ9‘†:¦ÁáÖDë „ÕL<=[={&M»røÿëÏw¿?A¾‘ ši¿ª%9žá)§à' ÂïŸsªµ™ŽŽq:Y·>â‹NfO¿Ý’7”އU>+®ówoéä’œL|ËY– -|Ë=¬F7Óu~4xßÔåˆ~(WeUl–4߬ŠåEoòùÙ¢¹ÁŸËÕôæ†Þõ=_5ù€Vù¶)ª|~4¨+|ã•‘ =Ññ¬š.j´³˜ \sÏ‚¸ä²*æ1Ë) OÖw u¾~ Z‰Û/fõèY´NÛ`}lc5Ƙ8#Tv`³ÜÑŒùòcf™Õ–_«ó»ü¸Í»;&3 0¨Üè{{Æi`XuÎ!c%Ø _6khlsÎ!£9tL¡Œ*Ë4Ôl†‘ÝÆÖ_(SÆeS_7õã>òÍ<¯Šrt¾*gWgÿiÑ#Îtº.›M}4pµ=nÁ"¿ü4&´gà h¡½&hÚ)`˜â¾øÐN¦7wôsY^5×tQVt–¸¯¬ç|ÔN‡¤6 …÷,R@©5…¹kú¥–8%•_\Ú²¸TÕX9£Ö«yÀ 8‘8)ôëΗ†wR8ª22•,½nU9 Ü¥µû~°²Ô¹°_ fÏ>=Phõªi È  âù«Ê­`;}×ñÐ'ÑW1&„ËxúJ‡Z+À$¯œœO««Ç0m›iUÿÜMHJ,Jfüç—‚H‰²Þ)¸)ª«TF=õg Õýtúõ>PQ}K”Ì ½(°:¨‹A¾wÑ(ʨð…B{ +(ÛQ¥v2èP:u½lèdТlJÇN5ꪮ ]ì)Ná‹撨š‚(ð“éE¯íÂ$!4ˆàä—Ä$ÁQÂê+I> +endobj +846 0 obj +<< +/Length 909 +/Filter /FlateDecode +>> +stream +xœÅ˜MoÚ@†ïþ+NíeØïD*5UR©j‘z¨ªÈCœÆV”þúŽIš&mêÝu %B +öÏÎ̳/›„F‘Û„“O %W £äKòí;¡d–M,U`ñ«D)Ü(ʯ-Ÿ\ºYHZ¼ˆßzþê÷ç/“¯Éeš¿r‘O’á)#ðÍÉŸ¥åõù¼Þf³óM–Õc’®Šz] ì€ ß½%“«ädÒˆUà¸t®5ñpZ¦ó*_/B–4 ㊷,9–Ù4¿ÉB–S¸m’ݲÜýjiz_Wň|(–E‰“'yZ,Óí–ÜæÕ%¹XÖÙ€”Ù¦ÎËlv4¨J|Žd@±$Zwn“.îÀjÜ‚öR/Ê|²³ ¥mÙ¿_0¯²ÕCÆ +LA>­FMªN›L}l5* j@6-v9í4pLV[5ôª‡ýA±˜}ú²Þ]vÜ”Y`œó4b7¦9(œZ‡ª­°L$†Mu°2áv]·2é Ç $oh §†¦WÞ©ȣݜí‚#ål·þh¤¬ŠmÕŠp)Í@›v^¾D£“t{G>Åu}CæEI¦qt +LQXñúŸ…N <ô´î@ ÞvÆýY©¼)¦Ár~ÿl4OÒÀÚÄcžf^PïCZ: "=I[ÌvÜü“†ó«öt‹š‚‰…EOÒÒ’ÿgc…áGÈ^¤9ºÏß0C·Ã¼;ŒMI%h\MáHëÛË(n +‹¶Ëºpn +tÒVz0Üæâ.‹åÝ3·û:'$Ú$–b8‡­Òk¤ƒ9'8úœXØüš»M®vʳ]¦‚æ¯`F|')ŠVÇãè{低éj# Æ-š¿—ïñÎ úœX~¼JP¡Ñéèã:éI4:þ¶êQP ò#¢GA®€ûÏvÁLâ O@wµ1é¯aÛJœr°Þ®‹‚sè¾<ý%¦ÑéxŽ@Qf.R‘a›ÑÖŸ¹BAÇ$&_=Ç€Ž Êæ †"¾j <2†Þ&– }iSô;¯3µúÏY¬47~ë¿—[Ôhnb&îIZ¡¹‰HOÒR °#ݥϒ >˜Ü¼ã +endstream +endobj +847 0 obj +<< +/Font 1305 0 R +>> +endobj +848 0 obj +<< +/Length 920 +/Filter /FlateDecode +>> +stream +xœÅ™]OA†ï÷WL¸joóýa°Im´IÓ^4!éEÓ„V•e7ÆþúžÕFm*ó bLdÅyÏœ9gžyÇuF +£È]ÆÉ—Œ’ëŒQò-ûù‹P2É„&–*°øe¦”nåOÏ/ž Ý$->Ä¿ú÷ÝóççÙl…2íW5ËΆYÿ‚øËá4cÏ‘œg€a`Œ —mŒø"ÃñÓOwÙ;òøu¾$«Ñ2?íå«I^åÉÕ¢ß\ÎËÅýå´Ùä“Ëu3ªêß'´GúÞ“áuv>ôi[ŽKçüÚƒþ¬*&1ã †qÅs”M}ÛÔ‘“a¬GF˲YÕ§=91-@yƒôÇÕhZ«YÌpŠ·í*orЯòqq›Ç ÇXy÷ ÷8Úß}lêò„|*e…“9š-F› ¹+ê9¹Z4yTùº)ª|rÚ«+|³ ¥ÞU¤¤‹m¯ù«*²¨´ÓÀ1Y¾äÿ× %f ×'m¦.ÚD}nóÔ‹©MA±ˆ“r=#À8jÂîô4…›T¨I_Õ›Üçgm™E )Á*ènZ’æ:Z™p »æhe $ÍÑÊ„jP\ùw…õ”S °í:B‘²(6U¨"Qô°ÍîB"e8XÂ{”f ŸÚ 4RO6¾´¿†¢óÑæž|-Ë›æ–LËŠŒÓж×ãÁj[`±xSLƒÅBö®@ +Þò4óã;oÒI©û P#ÏÒ +`6m‹îHÙ0p&°(’ÖÌ® H។”|›…D*,:’æègBÛøA„𖏮IS :6N€´Á•Žæ¦°hup97nTê( ›¼•þEJÀ&¶È€w›¸|µ(fó:_a®^š^£‹£cò*f~Ì›û` +Š'`Ÿ€É³‡!<NúÃ!õûCÊ£ötnÑÓ¬ûÁ´ :œTžt¥­ÐíìhæR˜É%ºœðÔaæ(Ðñ¤¤+m®€ïs °6C«nÏÃhS´GoÔËÌ¡ +÷r4:™¥ €‰Bç6(ìÂQ¦ÑÝO‚I e¸ÐÀ…\H™P ‡§t êkDT]™·)v½ne MW¨äSðÊ(z©°¡‰Å«C{QÅ¡³ìÖ"Žýßš'¯ÿ?NTêåóÂPhªvES’gU`;02qÓýž­ñû©åà÷ +endstream +endobj +849 0 obj +<< +/Font 1306 0 R +>> +endobj +850 0 obj +<< +/Length 926 +/Filter /FlateDecode +>> +stream +xœÅ˜ÛNÛ@†ïý«\µ7“="S©´P©j/"õ¢ªPHœÄÄı…èÓw(ÑzwƒC‚@Ä„ñøŸýæßuB +£ÈMÂÉׄ’Ë„Qò=ùù‹P2I„&–*°øe¢”nå×O® Ý,$-^ÄÿzþîñóóäG²Â0ÍW9KއIÿ”øÇá4aÛëŒHNŒ3À01F†Ë&G|‘áøá·›ä¹{¥y•-Éj´ÌŽzÙj’•y1¸Xã«óy±¸=ÏV‹|6¯²U69ŸÖü¹®Geõ{@{¤ÿá=^&'ö<¬Ç¥s‡ÎÃH0Œ+~è<´uènuµæ‘öge> YO2 (bŸÖÒ¢®®ëj‡c¬GFË¢^UG=x“ÜÕ¨¼Ö¤Òþ¸M«|5 Y’YЊÒ6 ¥ý2ç×YÀrÚià˜`ÛcHïV»/ÙǺ*äS±(J̘ü§f³Åh³!7y5'‹:ë‘2[×y™MŽzU‰ïCRî¥Ø-­O4(6Œs¾m TœÖîˆQÝ\` òq5hÊvòXµÓ¦h_ššõBt¥ƒfÃûÀ’CA{ºv/¡¹‡Â‚ÉßГÛ츑aP fÀ ÷¢hÑÑ=R ЫֿÞShåì¶D¶(vå4¥ k#”ŽBkÚxg’`þ)EAbgêîù·ÝËwÁŸ8X¶+*Š} +·€»‰´ö)œh5k§ó¿Øw2ÚÜ’oEqU_“iQ’q, ý©I'A´¢*ž§Ò +`¶18•†óO\¡8•š‚‰EK„~çR)(éöž†° b!´‡48:¸Ý ƒ\ÉР±Ã?{*AÇ’¨û4„ íÁŸ½°èÐü„Ú{¸ÍP§Á=d¡ÐÉI¯4‚q-$Ú8ÊÞ׸߀ô“D[p´—>Ć[PtpžC¿[ŒÊ«gÖþu>•;ô¦ÝBG•[twÞSƒ`°rƒž-–hO‡ÜÏX¯ít{¶­VЎκµWXÔbJ4n±Ç|¯*вŢkFr®€ûO/:¾;†ÞÌJ×qPŠ®Ì×P]eý˜¿é:jÑ´ù©ÒqP®Ì?Z£Œa«SÏbÊ^ìË»@ŒI ÖÛQcBòŒ…c }˜GÞñ¶³jIQ4s­î+Œ OÜ1\4èÌü#Sðñ-¬ÕúæÊ—¢ œ(:«,ÏÎñ¥Û×ñÄ?KÖøý*¯E¥ +endstream +endobj +851 0 obj +<< +/Font 1307 0 R +>> +endobj +852 0 obj +<< +/Length 911 +/Filter /FlateDecode +>> +stream +xœÅ˜MoÚ@†ïþ+NíeØïäTjÚ´RÕ"!õPUˆ€!$€ƒ±¥¿¾chÒ¤Š¼»Æ¢HÁñxfžyg“P Â(rŸpò%¡ä&a”|K~ü$”L¡‰¥ +,~`•(å€EùÓµå³kB×I‹ñ[/ßýýüuò=Y£™ú§˜'çäÿ‰øÏá,a»ëŒHNŒ3ÀÐ1F†«ÚG|‘áäé¯ûä Ù¿ÒE™­Èz¼ÊÎzy‘M“r0}ÈΗUÖë¿{K†7ÉŰÉUà¸t.ÆP¶žfÅ"\-óÉíè:_>Œ¦ãâv4«¶Ùt´©ÆEùk@{$È#Á0®øÉÐÔÉŒ+ÜÖ™r*$Š•h:ÀXØì@ÚŸ‹iÈyÌ‚V”úò)Í«ò®*c¯òj]žõlàÝQ²n0MΤýI1ž•‹õ<àDí4p WSƤý"›,î²ãŒã\cý§ûÓþ„ê}Uæò!_æzLþÕ|9ÞnÉý¢¼&Wu"E¶©Ø™ÎzeïC|Ò6ÌÆG˜ÆÄL1ð=’&˜–&lTÉ>¶æ:Z1XŸêX}®CÔ¥5·à0©[á ­MfÀ Ä¢Èp¨MªAqå-Þƒ±§œÔ9â½)+b¡3o”á`mË1¢­MÍ@›È‰âP›Š‚ÄšÔÇ´)pöóõ”Pj),ðýÄØµv¸ ´Ó`¹o&ˆ¢–ÂX³fÊGPKZÌ6vô× u1Þ>¯y~[Ý‘Y^I0Ä\2 \ã B©)jb@(¥%›iB),ˆXD„$màì(9ª¤¸&Þ¥u†Ò‰E]Ú§t[ ÄÀR8Òžî1 ‹")–(]ÚÇÒ¦údy&*$ùœ»´/QQ°é¿Ù¨¡ü+Š`Ö +Ž +Ê⣱V°µ¡ (æ<Û„Êr‹²É#͵aµÞÅ鹈>LrƒÚËǯ r…ª3iÈ%J¦ØeÚcGÞk7„^îBÔ›¹@Å ¡Mrܳ2èÚ$Cí»&kƒ:NQ0™æíJÇ÷Æê%ÿ¬S“åR,Q4©Q-µÝ&´4‰µM=›²®MJTNþj F +TÀˆ×„ªWšpPá]ð–`®Cç)¶\9Kž¤Ž…z,Ql5ÎM-V£(¸|)Ã?…* _Cõ +HüÉúbL¼L6øûŸåèæ +endstream +endobj +853 0 obj +<< +/Font 1308 0 R +>> +endobj +854 0 obj +<< +/Length 904 +/Filter /FlateDecode +>> +stream +xœÅ˜ÛnÚ@†ïý+®Ú›aÏD*5UR©j/"!õ¢ª"œ€[QúôC›ƒÔzwÁR0°¿w˜™oþ]'¨0Š<&œ|I(¹M%ß’? %ÓDhb©‹X%J9àFQþ|mùêšÐÍBÒâEüÖÛW/Ÿ_$ß“eš¿ržœ’þ%#ðÍÑ,a›ëŒHNŒ3ÀðÆ­š{ÄMžÿ{LÞ‘íc˜UéŠäãUzÖKóiZfÅàfYLî®ë|Q,Ÿ®gõC:½^×ã²ú5 =ÒÿðžŒn“‹Q›ºUà¸tî4êF‚a\ñõ¢L§Ù¤LŸÒóeö‚„´uš-*Ü6 ruÉ€bÖž(¹¸«1»N£Î,hEiTru§N ȦߴŠûó2›,§Ž‘ô¥Ñ°¨«ûº +Þ c=2^u^õlØÎ4¶ ŠEÛžSÃþ¤Ϫ,Ÿ‡,içZ»Ð°_¦“ì> YN1hýp»ÖŸ0}¬«b@>Ë¢Äû%oâ4_ŽÈcV-ÈMÓmH™®ë [ÐY¯*ñuÈíH + Ë õ·Æ„‹[p˜Ùžª†æ3`aQeú· oƒuÙÄêsª v¬©ÅU\iœI{ɇ©ˆr®€{g£`Œr†&'öpëíØzñüÍ{µ }P“ç7A¥Îº ØÃ­îÔ-:¢XÈìBR¦Ñíw8°Ï6±ÂiÀ±×Ô%z¤Ø)±;u¡@íz‚°¿:Gu²Òf —¿´ƒ©Ê(ç;‚ £êÿh± bAoGÖ óŒ€Uh¹<ù¿‹Qmn€R`[ £ý¤ö*Yãó7³VÁ +endstream +endobj +855 0 obj +<< +/Font 1309 0 R +>> +endobj +856 0 obj +<< +/Length 926 +/Filter /FlateDecode +>> +stream +xœÍ˜KoÚ@Çïþ+NíeØ÷‘JM›VªÚC$¤ª*"`À ààØŠÒOß1‰’æåÝ%vhP˜™]ÏÌoþ»I(Pa¹J8ù–Pr–0J~$¿~J¦‰ÐÄR¿°J”rÀ¢üîÚòŸkB׆¤Å‹ø«‡ïî¿¿H~&ktS?Šyr8Jú_q€Žf Û^gDrbœ†12ZÕ1âMî^]%ï!ÃI1ž•Ùzþá=%G£&ƒVãÒ¹&ƒhr^dÓsF‚a\ñfsh0+ÓYWéA/]OÓ"˧Ë|r~R­ùòú$]/³ù¢L×éôdV]âó¦åŸí‘~H$Z€ÚŠ·õß{$’Å”l̜ǑäE:Í&å`z.«´äˆ;°SjÿKf´¢ô?HFj@Öýdßh§ã½Ù>jl<;ET>v‰`œó¶À~`ÔšƒÂ¾îK»a^•U¹ÓÒë‘ñ*¯ÖåAÏ.S1ð¥à°-)0,ô¦\ö‹t’]¤!昃plº Ãk·[ö±*óù”/ó#&/îÙ|9¾¼$WY¹ §u#Eº©2lm½€°¨ÅUC) ´°@åÌø¶Ð­¬Šië©åPt+ÃÁZÏhñ nöþè~ë¿Ô;ÿµÞø h(Í@ïÒ‘sEAb"ë½88*Fa(+no'Ï},‘i°|ÇÑãÕÎqÈÖ,ri˹t„-9·˜:Zóm8ÿ´ÌT©)kvfê–» UJJúnoT¥° | ‡ªd(ÑÏ@õh|yM¾çùyuAfyA&1 ‹JÐèz êPÈ +'@Úæý‹¢¬°¨àüd +¥¬À :®áG¥qàÐ+ª4éÞ ‰"-–L"P£ùOB^ÏbÁQƒÅ©“³ý§!EíÕÑùHT Ü¡h3Ýã¸@,Ê´ŽŽOâ1(ï¼p G8Wœÿ äm Î%ŠNoÑGœ Œ>䆜3Tyž + ‘ÅÓqqþà áyAÊYNQ-úê%†³Ì¡ôç}(g™EMË·‡ÓïgܱíØ{¼Ý¯ ÞÎ4ª9ÏøÖ…[¬-{¬×‚[‰ÂÎ“ê­ “ ÊÔÑúú8Ê·X:µà–¡p‹eQ n)j¶Õ²[‡Êîí Õ róOág¾¨Úê/nOúô.XS˜·.ãt©ë)À'P;N6øÿ«}M +endstream +endobj +857 0 obj +<< +/Font 1310 0 R +>> +endobj +858 0 obj +<< +/Length 927 +/Filter /FlateDecode +>> +stream +xœÅ˜[OQÇß÷SœðÔ¾ ç~!ؤ¶¶IÓ>˜ô¡i‚(°¸ìÆØOß­µ©œË²¨ÄD˜™sÎÌüæn2 +TEn3N¾d”\eŒ’oÙŸ„’I&4±TÅ,3¥p£(|¶xòLè­!iñ!~ëßÿþ~þ2ûž­ÐÍöUβÓAÖýĈ|s0ÍØî9#’c8.#ƒå6Fü!ƒñã_·ÙBúe>ž¯s²-ó“Îûº*zäl´¹#_‹âº^“iQ’q±(ÊùjFêÕe±¸NFåõpZoòÉð¦•Õ/r;¯.ÉÅ¢Î;ä-\eg_XF‚a\ñ½a•ùM=/óÉI§*Ñæ»›Z€ò,“ôÇåhZá"bŒ)ÜnwÞcMÎÊù$Æœd@ñ|™ßœWùòá$òÕ$/çEïbQŒ¯‡û6¾G;¤w`5¦Â+†À,hEéþS?~Ô€ÜjB¦á|\õ&wùé6¿cüh§ãfòç˜KÕXúkìsNÆ9o÷9všƒÂ¦ùŠ9§ƒÄ”k9Ia釚Y7²›inÁa‡2«_ÔÕº®ÒÖÄX‡Œ–E½ªN:6r}Ì€ALúÓ¬ßMèÿšjP\y[U¿{ÎsÊJ X¾xÃöcw¶m6O©›NLe8X¬ ï9¦PSiÚø§j*EAbÞê&Ýú~Ç>â†}Úî×çívEµn%pkˆæ.± îç¼õÊ4Xž8”4¡Â¹U³ÄÑãàåI'A¤Âçp¯V³ÍŒæN —:^îUS0a¬´íU:P2x¬Ñ0“‚Â#f»îÜ„e’`ö“D2ÉP2ÿ)%L8Òú·ë@AùÙ"¢²(×¼àI§£À¢¢Ú)p¨ñ­ôÏ pÅT*3âÒ6r¬Äª¸[8rUV*XÚ€]J +Š"*|qÄEr‡Ê´,fÓ"°(¡Ú¾¼H‹À † +cç˜(T]-ëÈ´$ʬp½G“— ÔX2½ y9WÀƒób{9CÙ(Ýö2‡ò*P^¹mªºÌ÷^ܦC’Y”h!¨¥P’iT_áq,–’ ‹†¦ÞÃýéÒÛµPÏw›Õ°™D]‘×­ú +Tà‚¡uŸV*˜š1ÔT©ü9tq%USqÓЧC=[uiPL5½xhèR£ÞzáŠT¨©Â/؈Zóqë¹N¼ZçÙ þþœ+¥ +endstream +endobj +859 0 obj +<< +/Font 1311 0 R +>> +endobj +860 0 obj +<< +/Length 919 +/Filter /FlateDecode +>> +stream +xœÅ˜]oÚ0†ïý+,®¶›ƒ¿c#:iÚIÓv1 iÓTQ4-‰ªî×ï„Vm×µ±MÂU*)õkŸãç¼ÞL&šÞA¿F¯ gôùù‹2:%ÒPË4XüÂ’hí@$š‰Çg‹gϤ©RâýýééûWäY¡Lý.æätDúçœ:À?Žf„ïžsªM\'ÆéhYÏ_t4yüí–¼£øö'ÅxVf«ù‡÷ttMÎFMCZ N(ç†ö‹t’­ÓáŒÝ4ÔýHt5^¦'½U™èÙx{G¿æùMµ¦³¼ “|‘8{ºo˪H/fÕ6^lªqQþ¦·YyE/UÚ£ÓÑ„­CþÖ”ŠtSeE:=镎²DÅáî6nÂ0f „kpw•çE6 Ž[0šaö5‡feº|؉t5M‹,\.òÉÍÅk°í‡È³T]ù²;†¨\jÐÞN)˜¨85±lyÑÄž=E×Ï~ßÅ>èÌçíоpé@ž¡7jiTZÈ;´I\GdMе¼5h±Jƒ6)ö»;uŽ)–.Ý©+ Ö_¬íÔ¿“ þü¹ÿ +endstream +endobj +861 0 obj +<< +/Font 1312 0 R +>> +endobj +862 0 obj +<< +/Length 933 +/Filter /FlateDecode +>> +stream +xœÍ™[OAÇß÷SLxj_s¿lR[mÒ´&$}h‚°à*°¸ìÆØOß³bÔ6egfc"+Μ3çò;ÿñ6¡@…Qä.áäkBÉuÂ(ùžüüE(™$BKXüÀ"QÊ7Šò§góÏ„®’â_ýýîùóWÉd‰ÛÔ_Å,9$ÝsFà/Ó„=8Öc¬CF‹¼Z–'Û!A~jªÑ¦~w\Œ¦e¶œ…,§8p[Ç}û’ýn‘޳U²w`5†¡i¹Íj'ö±*ó9­ïÉ·<¿©VdšdœÏó= ¾#$wYyE c´¢t{8/çUÚ!Ez[e˜”'²À÷!.S².Ȇ˜ô#"¢Ž'Ø‘zÉÀ<ÖXó8ª,#Ó˜†¥®6Œs¾=ˆ)šƒÂç«îC˜¢xÒg[לܧ§uÖm#)0¬LOZÄcnÁa-CJ2±w )I5(®:ÔÁLQNÀžq–X ;†¯†R]Öú‡”CS]iÚø¦—(²+EAbÁëÝ]aÑnÄ8²ò“|6­×ÿ Ộ‹e³=¢¡ W8ójÖ<»D‘\: ÂÏ»P’K+€Ùv¤Ø2_©O>Ò0p¦é˜÷º»¦`bᵻݥ%#ç–6Œ–‚ˆ¥ÑîÜä(àâšþîöf¨ÞØ›˜JÐ~ÊìiwáHûVQ —<á„Ø(¨ö¦Q;À>¢ _…B]*}Žâ«¨(}@ ç«à(û<ôÙ‘r~ÁÛ»ØöP¶•Ì‚¢ô\:D‘–;”sfgš™[”dž[ŒÖð&‡ç_nPµÅ¢g?–(m‘:u?†H”lþ‹¾×Ó˜ d±LÚË\ß×ÅIœ% õ˜¯rc E%ç/ùXÂj·£èÌ¢äóR.œåL;àóèaΰQï iÌ™Dé©õ˜ãJ |·ê!by2*nþsßݼŒ¡„ôM xEYèf¡àu(óüùÛ8 Æ‹þßê;Ï$·m5ª=ÿEÿηU(óÚJ­(5«À¾RTmwï"¹Åï?w7w“ +endstream +endobj +863 0 obj +<< +/Font 1313 0 R +>> +endobj +864 0 obj +<< +/Length 927 +/Filter /FlateDecode +>> +stream +xœÅ™MoÚ@†ïþ+NíeØïäTjÚ´UÕ"!õPUÈCHƒ±¥¿¾CˆÒT Þ]0„(RâÀÎÌîÌ<ónV *Œ"w '_JnFÉ÷äç/BÉ(šXªÀâæ‰R¸Q”?=›={&ôf!iñ!~êßßþ¾ÿ:ù‘,ÐÌæ«œ$çý¤û‰øÇþ8aÏ‘œg€¡cŒôçñEúçŸî’7dûJ§U>'‹lžŸuŠ2M‡Uo™­«ºÌ?fåí§z.묬~wºïÞ’þMrÑo²k8.;µ]#Á0®ø©íjêÔ6n7ÙÑh7íNÊé(d=É€búr%-êjYWä‹Q^N‹ÞÕ¬ÞÃŒ0žÁxÐ`õQ±ÉæE½¨Î:¶C‚䬯,jt(íËl\M“%™­(mÊ´[æÃé2XN; l:‚t»Úãv½¯«¢G.²õ=ùV·õ’Œ‹’ ‹YQbdçþ‘»iuM®fuÞ!~aùQ,ƒÝGYæ«zŠ9xÖ©J\3$V#À8×\ÒiÄYhÍAa?óÔj˜¾Z1Ø´àˆ" Í]–¯ZR`˜¯ž‚<®Ü‚ÃjømûÀ ÄÖ^ÍtŸŸo²<ÈÕ ¸j¬æc«œ¥öš.X  ó5óNÖFmû h9t´íƒ¢ ±è– ¬N†¾ä:‘v—í@Ú‘Ó`yóÔAdé$¥^"ò‡OfÙzýÀñð”V³ÍtŠa§4 œV e§ÔL,¹v°Ÿ7ÛÔ¿¥t ¤g¤8‚YaAì˧ÌrÔbq ØŠ’¡ôb§?K*AÇBèp³Â öäg),j¯XÔ´`Ëžêýrè« +u˜ôm0Ó„Dæ¥H4ÖÚô>TÃ^Ò{YE5ÁQ²féA5AQ{y¤þ¡:ó?ÊùÝâœi’¿ñ¤äeœOôÇ ’Te~È„¢’+XmëÌmꎘ\¢¼Š½[kÙÂ+–1-»ÀpßuD<å Õ•ÿší¨±RWuvt˜Cm彋;® ¥•CGuA£‹[vûõ\9ÆÀ˜IÔ_¥|*3¡@yçÈ(ct |ô ‡1£¨½> +endobj +866 0 obj +<< +/Length 905 +/Filter /FlateDecode +>> +stream +xœÅXÛnÚ@}÷W¬xj_†½_©ÔTI«ª}ˆ„Ô‡ªB 8Œ­(ýúŽ“(5ñî:†€"‡ìÙÙ=3gÎl +TE®N¾'”\$Œ’ŸÉï?„’Y"4±TÅ/¬¥p£(x¶zòLèz!iñ!þ×óOß_&¿’ ÂÔïb‘’þ)#ð£yÂnŸ3"91ÎÃ12Z×{ÄM~»N>»×0+Ó5ÙLÖéQ//ÒY6-³›ôxU¥½þ§dt‘œŒš€¬Ç¥sm€6yù-_ÝœV»tvVMŠòo¦‘`Wü˜Z€:$žâÀmMbJÙØŠ4m1¹«‘@͘Ãþ¢Èf!ë1 ZQêãÆ0¯Ê«ª¼"ÝÌÒ"Ëç«|z9ÆPÆKŒe<¯ƒoo£0Ö#“u^mÊ£ží‘ à¨Y—‡¦½ ûÓb2/³Í"`Eí4p<­&Z ûE:Í®ÒåŒã\cöïV»?©ÏU™ÈÉdwC~äùeuEæyA¦ù*/0òâÑ‘ë¬\’󺤀=i +ËÝë7X¤Û*CÚõÊ× ‰S1ðÜÃ0æ$†¤õ$ç0³š[pÈÙ¨¼ ¡, £©f ÊMT ïŸjP\ysv_øÊ)¨'ûÖJe%PL¶¨šÞeœ†ƒµ‘MA—øš6‘½B—øŠ‚Ä´Õï…/°Û‹bY—àXdîzÊn„V1 –û›…ƒ­ÂY3_¥´ÒI>i WZi8Ooõ’Ò~yEY«Én÷TXãEQj +Ƨb1²(¥%›,B¥° beé¥vôk}VAZr´Mí„ % CûļD§T‚ŽU¡6r'œiz¢kŠU˜7BbbS}HÎ…–I¶¼À–]•_<:…èüƒ…`½“W"¢ôê¶·‘+Á:´„‚¢‡óL +"„Š[´JCþKøŸplÉ ÝjÔ•xñã +=W‡–KôPt d+h‰bu!€¬Í"ç +¸§ùÙ'> +endobj +868 0 obj +<< +/Length 904 +/Filter /FlateDecode +>> +stream +xœÍ˜MoÚ@†ïþ+NíeØïD*5UÒªj‘z¨*DÀ€°ƒ±¥¿¾Cˆ’4jÙ]bp@H``gfýî>óî*¡@…Qä6áäkBÉUÂ(ùžüüE(™$BKXüÁ2QÊ7ŠòÇk‹g×„Þ $-^Äýýéé÷óäG’c˜Í³œ%§ƒ¤{Έür0MØýuF$'Æ`˜#ƒå&G|ÁøñÝmòŽlý¬J—$-Ó“NQ¦“l\õò¢úR,îÎòE6›WižNÎëu:¹¨Geõ»Óýðž ®’³Á®ðVãÒ¹– †qÅ[ +¯¨}BOîÒÓE†Q¸Ýh¤%ŠÊmK`ÜÕ¨°–Â3 ZQÚ–À¨¹ÙvZ‰®ŽSïQ^¿;+³IÈx¸YP\­>)õ‹ºº©«‡zÒ|’–YÑ»\ãë!V5œcYÃô©®átSØpu_Y±-‹:¯N:¶C‚ +5Œsž]¬ß—£i•å³!5…{ù.áô»e:ÎnÒá$†Ë`×­èoG{˜¶uUôÈÙh}G¾Åu}C¦EIÆÅ¢(±âGr›Us·àp…üÿ¦^nv:R¦«:Cižtª?‡ÔÌ „ãλҹ'TƒâÊ·˜ûrVN@9Ç,ÎX1Ó0++¢~£q¨\ k#;’Cå¢h³g{i¥(H\Ÿú--°×|ªÄ­aÛݾ\˜Ë#Û˜Cå‚m¾f‘=Ír‘N‚ð¢/œñÒ +`ÖÛ±ñÒ0pÞ66 +ñRS0>&‡#^ + ƒ»!þSÒg‹Ñz½%úK$ÆÑbîØPBy.zE¶{¾¢x.©í§^(Ï… ­§ßˆì¶?o&>ˆ ¢ÍÛU¯ŽËƒê8j4\¡Ç“‘ÝË>”Ý\,š+S ™kø¬$":G3 梳–¤EÑÙ5|x;4¦9Í-p²']ï)±\¹Aw*õÏ\¡­Ü}òÁV.ÐùyÐÓ”}~ÆÚ€Ä¸¾³ýÚ×=s†–ЧüÚrо.@ÌZf­YìÁ^¤”{`fѼÅòç@©hôn¾3#¥‚+úOÿ^Oe&ÑšùúÂ#Õ,¨ƒ£Ä¥ÂјŒë@©0ôtþ•”T(Ú8ç:R*ÝŸÓf»q ZÓc£]£)õnQdWè&}(~Iö‹d…¯?ÈM¢ì +endstream +endobj +869 0 obj +<< +/Font 1316 0 R +>> +endobj +870 0 obj +<< +/Length 921 +/Filter /FlateDecode +>> +stream +xœÅ˜ÛNÛ@†ïý«\µ7“=¢P©´Ðªj/"õ¢ª¢8ÁÄÄØBôé;DOàÝM6)qÂοë™ùæ÷&£@…Qä6ãäSFÉeÆ(ù’}ûN(™eBKXüÂ*SÊ7Šò§kËß® Ý.$-^Äÿúóݯï_d_³5†i_Õ";eýSFà‡£yÆî¯3"91ÎCaŒŒV­Fü!£éÓ_·Ù+B†U>-®s²ž¬ò£ÞÛ¦.ä]¹,«b½ ë²_”Ë»ñlR]çÍM>ošIUÿ ·E}AΗMÞ#U¾iŠ*Ÿõê +ß¿yMF—ÙɨK˜Uà¸t®CN«É¼F!  †qÅ»Ä%U1 YN PÝKábE¯Ï­ÄíÓz€öÏë=×i{Zg÷‡Õë‡ÄT¸mo÷ãJ³¯+Iö—;°“`›¸³»ü¸Í½ @Ì‚V”zr#ý©Ù¶…ÆÕNÇc=ti¬iŠ%xè<ÒF€q®»—ì#®æ °!ûZN?°çhÅÀŸ-ò©¯›úqùz–WE98_–Ó«ñËÝzÀXLVe³®z¶G‚ö')0¬Ïî<ö#º´æVb'ú@ +YŽjP\uösx;™ÜÜ‘ÏeyÕ\“yY‘iîü”S °^ÔOLe%PLòλCLe8XÛ=DSiÚxˆþw§/ KY¥(HLYý_Eœæ¢š~rXfƒãžÉª˜Ë#G‡ä»Å¹X³È9"µé$ˆX%a07p$×`¸Øi2¹MÁxÑŽf)(é¿»‡ƒ³–x·¢(8KŽf±³qE YR Úƒ«hç¹XNnnv3žÂ Ösn1]›Ÿ{¡X>TÇáã¥YöC{\A}\(´bÒ3\ì!¬Dc¶-§v+Зù>¤À£àèÄbÉ”`ìÐéCÑ¥zr–;4`&‘ÑkѧmûÜb‡°혟AÁLã +½Xz¿yߣ·!—Œ·*£ˆÆúCÖ=D03´`ž4ßÙnþø]\gÄs’9´s¾$á$³hÍüˆ å$Óh²¼óOô˜ù½S&à +¢±ÚRkèÀ<)¾w Bò=šHÁSÜ'ˆXΤÞ,C Ô(z,¿½Ù«‡+vbL,Á )‹KÐèÂü ˜É +X@1ŒÉRõö3H>Ë6øûa² +endstream +endobj +871 0 obj +<< +/Font 1317 0 R +>> +endobj +872 0 obj +<< +/Length 901 +/Filter /FlateDecode +>> +stream +xœÅ˜MoÚ@†ïþ+NíeØï]#R©©’JU{¨DÕCU!†8[Qúë;@”~¥ÞÇ¢HÁ™ÙÝ™yæÝMÂ+gØ]"Ù‡„³«Dpö)ùöq6K”ežðøUbL +Ò.Ÿ-{¦ìÖöø¿õç»_Ÿ¿L¾&kt³ý)Éé(éŸ –þs4OÄî¹`Z2—:˜`£Õ6F|±Ñôñ¯»äcÃ~™Mó›ìÍk6ºJÎFMæœ'¤‘MæöÖØz²ÊNzo몰wŲ(óõ‚­‹j\¯/‹åýx^ßf³ñ¦ž”Õv—W—ìbYg=Vf›:/³ÙI¯*ñ}LTViˆˆ §åd^¡ÿcF‚ôÛ=o0ˆ&e>‹1§p<Ù¦ØÌ«lõ°i.?ŸVÜ­/»Í:ßîÕçÝVõú1^e +ÞJ׫ð` çMÙq¯ÜÞÖ^ §³ûìt›t1~ljAâ–£ãÕYo€cÅ7¬SàR|׫•`°Á7¬Ð2}ÚûÔÖg¨Éô#»Œ•R¬¼P– ‹ºº©«‡edëYVæÅàbYL¯ÇÿiÍ!zl²*êuuÒó=µ<áÀ!·šÓgØ'´eË-i{ dÆkà˜ßMðÈÎ&·÷ìcQ\×7l^”lJ[DTN‚÷M´¦ÃÑX¢ñ,(€4†ƒÆÜµÝÒ(}HÕ—¶<.U VÎ~Äz±„/‰B·à\iEËi‚PjPT¬tºTíOëöÝà¤Ôy°Û,fÏ!#Ð)ý¢i <¨  âù«%ʬ`;}µ0ŠÐ“諹Âe<}•G`MF.–“ÛÛç©H…•Émó!R8©PÓ{ݼgN*⊠+ª§Õ÷ÛÍŠjØX# e`xèÜ©D¡ÕG­Šƒ HÅQT…oº]—LQS¹NT+Á©GIÕÍõÁ©CME¥Ê³^¨G‚Oê*\”Ñð’ +¥UD|írzIi@gD½¤@±(<½DŠŠ*ÝÏÓŽÿÐ,"(ª¬‘6t" +‹Ò,4%Q(°Zxø +-‰B£rŠH\ʹÏÛÈ1R(&06‰‚ŠŠ”N¨§Úâ…OÁQ7u¬ZH+MQ5…§¹Ãùw¨™:¾§ ù·¨˜¨·ß]ú7¨°^²Öµ.õ¿ û9ÙàïORà& +endstream +endobj +873 0 obj +<< +/Font 1318 0 R +>> +endobj +874 0 obj +<< +/Length 927 +/Filter /FlateDecode +>> +stream +xœÍYMOÛ@½ûW¬rj/“ýþ@¡R© RÕRõPU($N0$6[ˆþúŽZ5Þ]Ë&EÇ™};óÆoÞr“P Â(r—pò%¡ä2a”|K~þ"”,¡‰¥ +,Þ°I”rÀ¢üéÚúÅ5¡›@ÒâEüÖß=ß‘üHr\¦ù)WÉÑ4Ÿ0â?œ.¶½ÎˆäÄ8 12Ý4ñE¦ó§ßî’wdûšuu]W$ŸmÒÃQš/Ò2+Î×Åüê,/ª³:¿(Ö÷gËú6]œ­Ö³ÛÛÆFd¶)ê¼:ÙxO¦—Éñ´ Uà¸t®ÍdÔ<Ìp§ŠÁ>©&)0lÅýQ[pغû£3`Pä:Q­TƒâÊûð>½”S °yû‘Ü]*ÒE••@±©ÛÉ¥¿Êp°¶}ÀˆÐ_¥(Hl©¿Ç³Û{òµ(®êk²,J2ÑãXç³Ý}!èñb¬°†¼žÄX1 –·M Qb¬pêÔÌ3,üÛŸñt¦a–N‚ˆ¦áÐXÌÆ©Çp` ×:)ö¤ÙRS0±š5ܶ¥%ß #„«fááhÿ¼JôJXš?öfXC%h¯†‹¾p¤õ×}ª/,zZÓ«ëø¨¡º•X¢/$ºGv7ÝÛÓ +ò_‰€&Љ¶žX„ʼàè)}2#ó‚yú:TàE¯ç9óˆÀ?7i’îК¾ÝvÄú ï4dÈõ ZÀXë¢Û\¡ÕëÛëFìS¢Ñóžþ ¸¾@Ÿ+@}®Ïð®g*}¬ÏÐýí³Ï)ZEŸK.s t@ßv–ÜÎçÜÌ¢‹•½úl¦ÑzæÊÉe=¢§úóÙ/$8šP Z'³®N÷ Â×1ÌÚ¿F‡š¢ÐW=ð9p@vèñ¼~%,žï„äµ°hôw]ÿ5#Ö +Û€n)jÏRõ{¥>±œ&7øþ…Gš™ +endstream +endobj +875 0 obj +<< +/Font 1319 0 R +>> +endobj +876 0 obj +<< +/Length 929 +/Filter /FlateDecode +>> +stream +xœÍ™MOÛ@†ïþ«œÚËd¿?¢P©´P©jH©z¨*'1$61¶ýõD©@ÞÝ`A Ä$;³ã™}æl +TE®N¾&”œ'Œ’ïɯ߄’y"4±TÅ7l¥p£(¿¿¶~pMèf!iñ"~êÿWÿÞ¿J~&9ši~Êer8I†ÇŒ8ÀN Û]gDrbœ†Ž12Ù4>âƒLf÷Ï®“wäö1ΪtCòé&=¤ù<-³bt¶.f§yQÖùªXßœ¦ù:[®ª4Oç§‹ú +ÿ.×Ó««á‡÷držMÚœ± +—ν gŒøâoÂ-@µ;2.Ël²–âÀm“4íuuYWû™nŠ:¯6p—’Å,oOÆñpVNU–/C–䬯œjYr<,ÓYv™†,G ȦŽ[V»]ì.l몑Oź(Ñaò nóiyq°m=-«?ä:«Väl]§R¦Û:+ÓùÁ *ñu€gÚià¸ÏÖ»:ŽˆœÆb¤˜ÿž“a˜uÚ0ÎÅÕv!ÈfÕÃöcµÏ´ã&f'» B²Jk +ŨBîÆ²bО,=Ù•&½¯ÂŸ´<¿I› 2Ä-8E=ÛË™ƒä{…t¢oPüÒ–•S °"_Þ°•@±t÷ʧçY6¬õ¶'ÁìSš6þ#}Îð}¨§‰Õª»£žØ.¶B*yŠi°¼ÊO1ïhzuC¾ÅE}IEIf± p û]ÍÚàÏQé$§b8*­f}Ũ4 œ·E +íJço`?*5K˜Ü”Œl*zpCXûÂ(†·’£Z‹@»e¨ÒØëß{*AÇB©{7„ mä½ïÁ ‹¢.l}»ÇÕ¾ ƵP¨Þ¤ÿ¿$®…´ …O>GáÏž¹G±ëXŸîýóä© (ÿ|C‡¬r‡ªÎxôn8W¹E©æ™D´¸_šˆéÜ V‹EX'†j·ÎÔi„]‰Ê-vÈ·,¹@¡Ë©NvÈðîF†ê´€É^÷†)Ê41vo˜9Ôs¯Q¶Ì¢hó“)˜tL£b h!ãI·÷4–áA}Å8Ð1‰ZÒS’ Ã•@xò½iúž1}­PFQúù4W Bj¸€ýZ¥˜·-Ú£úžD£ó¦lßN(i}è£('¤»ïÈî1eO’-þþ"Y +endstream +endobj +877 0 obj +<< +/Font 1320 0 R +>> +endobj +878 0 obj +<< +/Length 915 +/Filter /FlateDecode +>> +stream +xœÅ˜mkAÇßß§X|Õ¾÷ùAL¡)I¡´Ð€Ð¥ˆÑÓ˜¨§ç!ýô‹iÚ{»«KT=ugvnf~óßMF +£È}ÆÉ§Œ’ÛŒQò%ûþƒP2É„&–*°øƒe¦”nåÏ×]ºYHZ¼ˆÿú÷ÓŸßßdß²šižå,;dÝKFà—ƒiƯ3"91ÎCÇ,ñAãçw÷Ù²{ôçU¾$«Ñ2?ëä«I^΋Þõ¢ß WE5¬W7Åâa8•wÃi½Í'ÃÙb´Ýöh‡tß½%ƒÛìbÐæ…Uà¸tî´^ †qÅOë… NëâÀm“U'õB2 ˜òžÌìwgå|²w`5&™gWý¢®Öu½-Æ:d´,êUuÖ±[d´¢´=áúÝq9šVóÕ,dIj@6æÿ+ö»e>ž¯ó€Õ4Ö%ÅŠh»ýÝjOñz_WE|(E‰“&`ëѶªËü)X›zTV?Éý¼º!׋:ï2ßÔó2Ÿœuª?‡¸eçÚÛE?"jZsPØ9=•ßL5­´ßƒåS`æãª‡ûº‹×e®«ÇhuB’IK + ó;ªj˜åæp@˜e ’/Š¿ÍNòó&õ‚ Q Š+O&ߟr +VÞ+[µ(ÖÕ+ç2¬B˜Õ ´‰œ:˜U$ªN6%p6ô%Šjûšô!HSØvi2¤)¦ÁòöA ‚iÒIxìcÚÅhû@>Å]½&Ó¢$ãÆ¸e0ÛxLJÃÀù&¨LJMÁøŠI)(éÁ¸ÎÜ›ºC¦D,F»ÀQÅ5úÄ0_ìÀÁ!¥’JбtI»WáH{Òû-,ª«Xê$vÕ§Ì9¡PŒÉÓ¦‚Dñå%U8†±€ 8Ãx- ®3ŸÞ"±`‰t%w¨·°Úb©+Eøq²’[”m¾‚^rƒ’̸P^r…R+®üØD+¨is‰B+öhîx«UסL:Ü*WÀ}ç +)HÈê¬Ø¶ã·GQfyª.½UæPeœ»%¶jQdÅæx«¥Ø¡§‡[ž@¹÷¾“ŒI\ÅG²ƒOI™P ¼ccÈps <õ3FQhytÑ‘’òÞü^9k­OHƒ‚Í72E»¢ú +HÜЃR±ÌËÚP%¥À¦Ö7{¸Ê6øú2T+£ +endstream +endobj +879 0 obj +<< +/Font 1321 0 R +>> +endobj +880 0 obj +<< +/Length 915 +/Filter /FlateDecode +>> +stream +xœÍX[kÛ0~÷¯yÚ^Nt·ÜÁ:ÚÁØ`…ÀÆiâ¤n;qlJ÷ëwÜŒ¶+«%¥Î¼„Bã¦ò§ãsô]¶*bEn#N>E”\GŒ’/Ñ÷„’y$41TÁ/¬#¥,ðXQþpmõäšÐÍBÒàEü¯??=~ÿ*úåx›æ].£Óq4†$ä!p»Ö1¹‰gÓjCŒ¼uЙàë¾þgå?oªq_|/2ÐTƒâÊ5†GD ¬}Ý#Zë˜ÕˆWÅŒ ÔÝnU3Ðñ£ЂĉÔý!(!{ì6ÅM½!‹¢$³ j÷À% ˆVv{"ÂÉ]r´lí“Bí’¡ÿb­àOí’JС¬rÀPxÊmaH¨4ŽÇ  %¢#ÂÁ¤ú0VQB¡í’ÿOSHô`¡\tD8-\hrD8=œ¯ý+8¬£ÈäÕ@¨€ØŸxënщÆ.¯Ü‡~à ikJâS/£ uÐs €à +mh{Ø ¸@è`¾WD÷!JXÀ¹Þ*ÜÂåghó\m"8E;çî[_ÁÀ,z³ÐHÎm >6Õ÷"'fК…’S§4:³îÓ8VÔ™Úu ˜D æÖšGÜ©P Í<:ÀÑš…†ð`èê> +endobj +882 0 obj +<< +/Length 942 +/Filter /FlateDecode +>> +stream +xœÍ˜[OQÇß÷SœðÔ¾ ç~1ؤ¶Ú¤i“šô¡i‚«Àê²c?}5öʹlŠF# ž™sÎÌüæ?·*Œ"w'ï3J®2FÉÇìËWBÉ4šXªÀâ–™R¸Q”??[üôLèÍBÒâCü¯__ýøüeö9[¡™Íw5ÏN†YÿŒøæp–±‡çŒHNŒ3ÀÐ1F†ËøE†“ç¿î²„ ª|RÜäd5^æÇ½×M]‘Óñúž|(Ëëæ†ÌÊŠLÊEY«9Y•õèf¼®›*å«E1¿¬óU>Íš5þž/Æë5yI†WÙéÐç–Uà¸tn«[wE}I.MÞ#U~ÛU>=îÕ¾~±¼‘`Wܳk2˜TãY{ŠYP P¾Åp¹yULc–R¸ÝÜ©w9\°¨óåÓ¥ä«i^åÑÅ¢œ\"îàˆöH?ÆÉ€bàùâcÞpVc\†7Ì‚V”z£èwoJ ÔbRMïó“MôF¢ä¦z®µÓÀñ +#>5 +Š™|ñ©ãœ§líÕÍA!’âswÞ(Áô#«¤–V‚Pʦ¾iêÖ›c¬GÆË²YÕÇ=¹QnÁaYð‡ä Ÿ€Í ä¼/®ýGLG,§œI“Èü7cüt\]?Øm3®êod;™#<³(æÏökÙžá`­¿§I¢»Ò ´ñu#I„WЂĨÕm¸gÿéñèßâÉŸmþüáÜ£H¢ö‘IéÈ.æÄc£ºÓLƒå‰LJ+ì¾5KlNºÙ£tD*w:2m0›Ö›tdÙ0p©­iG¦5AŸ]˜–” ^u4H¥° hIé> +endobj +884 0 obj +<< +/Length 912 +/Filter /FlateDecode +>> +stream +xœÅXÛnÚ@}÷W¬xj_†½{‘JM•VªÚ‡HH}¨*ä€!Nƒ±…Ò¯ï@Ò”VÍ^'!1sfw.gÎn +T¤ŠìN>'”Ü$Œ’¯É÷„’i"41TÁ–‰Rxª(¼·8º'ôÞ4xÿõ÷·?Ï_'ß’Âì_Õ<9%ýŒXÀG³„î3"9Im + cd´ÜûˆM?í’7¯aRe³ºXÍß½%£›äbä2iX.­u˜ö«|R¬ósZ€r™º·DVÙ2?ë½oêr@.²íùR–·ÍšÌÊŠLÊEY¡÷dUÖãu¶­›*O³êv%†å}êä,¶…¨|7X +)’¡¯Ùõ»¦WÞn7,›zÝÔñëb¬G²e٬곞 [£² +V{wl­ŒŠUíÊ¡¶VšN=äÿÆþð›¡ï7hÓdUýó‘«r·ê‘x:UŠ‚ÄòÐ]Ñ©8…yj>”KÍýèÖ¢o6éò°GA½[1 †{‹ÎÀp +ÕÌ;tt&­ËJÇôwH® $#€™¸–ßzU)ë;ÓÒXi &-(Ù2^Ñ`€ð3BG`•”·;„’d(¢˜?(.ò9n¥Æ£ÉFR ÚC ‘l#¬i܉`uBµsÓ£äa(ùx†‚ÝH×Þ…,O¢ÞòqD a1€ôHó%Pl§wähà 'Ø3æîV€¥Së¿,·(uÒH…ÙŠÛ¸A5ã?'è|)ê—X2èV¡^y–xk…*Qžøk¯sX*&€Hº†å +¸. æCÎP¦”àKò!§Œ·£øY”KžÂ‹àC¦Q xžõu|ÚV|1,2ê;‹á.&QÃø9”»˜P ¼Ãk6ü´ß¥ öŠ^ƒˆå¶X eJ[҈Ţ(SÚ*‡(‚²(QœÓTw‹JQ > +endobj +886 0 obj +<< +/Length 901 +/Filter /FlateDecode +>> +stream +xœÅ˜MoÚ@†ïþ+NíeØïäTjª¤RÕ*!õPUCœ€Œ-”þúI›&¼»Ø#$0fgvvfŸywP Â(²M8ù’Pr›0J¾%?Jf‰ÐÄRX%J9àFQþ|oùâžÐ»¤Å›ø¯×ßþ?“üH +4³{U‹ä|œ /q€?Žç {¼ÏˆäÄ8 cd¼ÚùˆOŸ?m“wdw¥ÃE•Ï>¼'ãÛäbÜ6žUà¸t®}<’–M}ßÔ¤˜¬²³AV̲*/G×Ërzw5o6Ùìj±œl6#Æd²*›¢>؆¸`$Æou!N«É¼Î‹EÈZ€j.VÙ4¿ÏB†’ (®d[ÀÓ§ÑþçcS—#r1Ù<¯ey×Ü“yY‘i¹,+ôž¼ˆÙæõ ¹®Êm1 U¶nò*› êªÉ!®qVãâµ. ³ ¥í+AÒÐÜ¢䮈ÚS‹¤y­¼™EòI; cbOkˈb{ʲo«F€qÎ[¼¯¬–˜cù´Í²óÇÌ ²¤9(ܪ<™Ñ÷üƒ“ç¤À°¨Nœ?Ü‚ÃÊ;qþ0q•?Ý­R Š+ï.Š0嬽·#˜²(–a{ÎDLÖ¶s>‚bJQ˜Õ:’bŸþQ++–ùâ¦Î +ŒÓS´ÖͤªwD˜Ø'µ®\ ¿VÑS{Õ ¿Ó`y;ú÷n¯/v¹‹×÷Çpm¶ +ÛBÍ<\?‚]é$ˆCqÒÅ®ÀlÜ>Ťaà<½ÜQ&¨)˜X¦ôaW:Pò TX±\éÃ.GqäAïVJ(æ]Ý`žI*A{iÒ´}Ûõ!tN€´¾ÕŒ¢›°åq»êŒ ›@µme{Ä¢4Zíü’¨§ZyOL¬+>ÁMÁQ0ùi +MÁ:ôë{Ó6°µ‘õ6Çt;TJ¦“þìì‚EÙä;è¨Ü XŠLÏ“U¨œ:‰ÄÎHTQGhÇtA ¤ò#è¨.p<¶yìÙ†2Ì_ýÁ æ5X@)Ÿ +ÄÌ1ÐÞºŽ1³¨ }ä 1Ãb¤žÃ·H™ÙÇA)“(ä|åÃL&(‹ÊLt D,¶öu®Ÿw Ú½CÝ‹ªÌRTa}©¡p³5˜'Óû¢AÑå?„è{z%Wì±ww« +W,wº[• +l€@:Èê÷dï?ç[µ +endstream +endobj +887 0 obj +<< +/Font 1325 0 R +>> +endobj +888 0 obj +<< +/Length 924 +/Filter /FlateDecode +>> +stream +xœÅYÛnÚ@}÷W¬xj_†½_©ÔTI¥ª}ˆ„Ô‡ªŠâp0¶¢ôë;K“Fxw¢H‰{vvæÌ™³Y&¨0ŠÜ'œ|K(¹I%?’_¿ %ãDhb©‹o˜'J9àFQþòlöê™Ð녤Ňø©·¿ý{ÿuò3Y Ìú«˜&§ƒ¤{Έüã`’°ÍsF$'Æ`¸1FóõñE£—Ÿî“äñÕÏÊtNÃyzÒÉ‹tœÊ^º˜eÓë2]¤ãój•Ž¿Î†«U§ûé#Ü$gƒ:X«Àqé\=l¿;-²qÈzF‚a\qOý¼*ïªò)Žt1N‹,ï]ÍòÑíå«h.'ëp.§ëxzŒwÈpžW‹ò¤c;$(<-@Õn¥ßÃI™-¦!Ë)ܮӼ}É~·HGÙ]²w`5ž~Ýr«=ÔçªÌ{äl¸z ßóü¶º#“¼ £|–Ùrrä>+¯ÉU‘ß/:$`[Ì‚V”nÏa‘.« kï¤SUÚ •kÞÕ䢑 í4p<¹ºL¬— ,[4 X¶Qì «ZV©Ú0Îùˆ¸Ïh +»–º{Übà©‘mpüžnê;GR`È;Oñì3RnÁ!ÅŽXoÌ€AÅ:b½Q Š«š6³ï(§@ ë·+"ç}],T}•á`­ˆ8ú*Í@ßp¥ÀJQH]ÝŽ+äáãܧÀ_žw<,nŸŽiY ‹òÏ­×IÅ4X$Emc„Rá(ªYýŒ!”ÒI±2õÒ¤ñ°6óéÅæ¨‚zµ´˜m( +Mð g< hPS0±bÔHö¤t ä!s',ˆXÙ £‰Šëç;Á14O¬iêšR Ú¯í +'@ZoƒJX4P^E¨¨w-·‰4 ¤9ÕžR‰R&¡ÐÌÉúÜD(ò¤Ç˜GyÃP¥ +ØGïU+)¡j'Xk†PPôOk¡sÜ¡2^Y7¾¯ÓÀ©[´Ažk½a´F±Ñ¶BStÿÇ%zÿ¥×~‚èzb5£-l®€ïvÇЛ¡Õñós?ØmÑ‘ÈÌz ?™ƒ”Y4@™9ˆ‚2í€{‡»( eبçR/BB™P <ÓR¨¹{ïíõ |ˆÑ<ÆÐùë:TóEëÓØ‰> +endobj +890 0 obj +<< +/Length 909 +/Filter /FlateDecode +>> +stream +xœÅ™ÛnÚ@†ïý+_µ7ÞˆTjª¤RÕ^DBêEUE q8[Qúô“4=ï.B„”³ÿÎîÌ~ó;«„F‘û„“O %7 £äKòí;¡d’M,U`ñ†E¢”nåÏ׿\ºHZ¼ˆßúû¯ß÷_'_“%Ê4?å,9&½sFà‡ÃiÂ6בœg€áÄ.š9â‹ ÇÏ¿Ý'oÈãkWÙ‚,G‹ì$-Êl’«þdTÞž×ëlòq>Z¯ÓÞ»·dx“œ Ûô¬Ç¥sÇÒ3 ãŠKO PíZƒÞ¬Ì'!c)Ü6»Û>÷AQWwuõ4ùl9Éʼè_Í‹ñíeÂå´‰árÖÑg<%£EQ/«“Ô¦$(&É€bòµçÈ 7.GÓ*_ÎB†ä¬Æžt5wmAC™Ç(š'Ÿ—‰ažCoäOëPä4>Þ–È×[†ÿ§@£í Èã®äzŸ½ÍH¸œT`wµ"/°ì"Yáû'’¹Ô +endstream +endobj +891 0 obj +<< +/Font 1327 0 R +>> +endobj +892 0 obj +<< +/Length 916 +/Filter /FlateDecode +>> +stream +xœÍ˜ÛnÚ@†ïý+_µ7ÞwH¥¦J*UíE$¤^TUDÀ€°ƒ±¥Oß1D9´w—((RpÈÎþ™oþ]E¨0ŠÜEœ|‰(¹Ž%ߢ? %“Hhb©‹_XFJ%À¢üñÙâÙ3¡›¤Å‡ø_/?=}}r Ó¼ËYt:ŒzçŒ$€N#¶yΈäÄ$NŒ‘á²™#¾ÈpüøÛ]ôŽl_ƒ¬J—$-Ó“¸(ÓI6®úóbq^¯ÓÉçÅh½Ž{Þ“áut6l‹g$\&ɡ⠆qÅO P‡Š¥8pÛœþâIEèÐÊ 7+³‰Ïx<«Q ŽùŠºº­«‡¤ù$-³¢µ(Æ7—Í2.§Í:.gÍBúŒÇd´,ê¼:‰mL¼ÖÅ,hEi»F½q9šVY>ó’M¾¿>â W¦ãì6õMcÒPqÛÆ¶£=lÒǺ*úäl´¾'_‹â¦¾%Ó¢$ãbQ”¸ò箑»¬š“«²¸ËcR¦«:C•œÄ33L’´¤sUÖiì³FÍAañj=„AÀhÅ ýš=¥ª%†R J5‡R©Ÿ:5· :ƒ*tG¡™ƒx *Ö…¦WŽœ|¥¶MîÓÓ–}"©DÀä:ü••@1wŽ *e8XˆýŽBkÚv…V$f±>Bh œ«ù‚SaIض}ǧb,w5AàTØÂjÖÞSZ̶søàüô”i¾Èfó*Íq¯¶;¶ªGeõkgjJà im¤|©)5ãâR5¥L@É6 qS + "” Ï[Ô³§½ßt«›÷*ì’£µ «ë]EfhrX`·ÐUl*A‡Be'pŠD€´Ç9[aÑú„B¤«Ø˜½TEXB¡c’;î[cKtIÐÙKlvÊ}kà PÁ5pe¼úv¡©`í’ +⨠hÌwå͔ê‡;Ðv°zÌÊ +k…Õ_pö+Wèºö1„«\¢•òP°§€¹@{J˜ýz¶µœ+à­þÿ@ó`h¥B¯Âö1о +¹´ú²m”ÇåÙ¾WÌ,zªP$íc VwožÊ°yHôfÿA…`Br÷£ÞèÆ%ðÈôƒ¢›1´™Î´8£èÎ.àm£yÛÅ·ÝoPës¹ ¢5_¼®³€¹´ä‚X;ìE´ÂŸß…!ë +endstream +endobj +893 0 obj +<< +/Font 1328 0 R +>> +endobj +894 0 obj +<< +/Length 915 +/Filter /FlateDecode +>> +stream +xœÅXÛnÚ@}÷W¬xj_†½_©Ô´i¥ª}ˆ„Ô‡ªB 8Œ­(ýú墴Þ]°³3³{fΜY'¨0ŠÜ%œ|K(¹N%?’_¿ %“Dhb©‹,¥p£(¼·xvOèíBÒâMü×ËoOÏÏ“ŸÉ +Íl_Å,9$Ý/Œ8ÀÓ„íî3"91ÎCÇ,·>âEãÇOwÉ;²¿úY™.Éj´LÏ:y‘N²qÙ›ç‹û‹Õ"›ÍËt•N¾T›tòu1Úl:ÝïÉà:¹Ô™¶ +—ε`ÚH0Œ+Þ‚i-@51;¹OÏ‹ünfEqàv ŒÓ(P„jˆâ¬FHµ`šYЊÒ6E Èmm9¹eí4pÜnÊúÝY‘MBÖÊ@1-}ÐéçUy[•±¤«IZdyïj‘o†Ûˆ†éSHÃé6¦álTñ-ójUžul‡ÅhçF`˜†áVY aÅGpÃp°6²¿8‚š6 {(æUŠ‚ÄlÔ-,°al‚XöÝi»n0 –G6$Gp›sÍ"›“û!áå³pΖV³Þîã””- çí@£([j +ÆÇ±á”-…á¡°Qö§=7{µ®FEùgOΉUrÔ‚õE#†V%C}Çê÷,‚V%• c íyŸû·k×à^î6+¨š '@ZO¯qp£Å[S²jl“†ê8ÊhDB¡H“§>G‰ò,–ŠÞlT 0{Ë€£‘QŽš,–fÞl”5VŸÌQÔdþéF0‡q‡‚Ìxu¬ŸÄ^Uä&ôÅ-ábDÑ7(e=éGЗ¨À<ÀŽWœõtà•@WË7ñ”ȹîë–bH‘3”eÐ E.Ey€\_Sù¸í$s(¬bGnuÀ¢ÞŠ¥“ƒ: QiùÆaN¦POùÇmG U¢’òwtGt@(Pj4w€£zŠ«Ô†r«Õ„§(®> +endobj +896 0 obj +<< +/Length 909 +/Filter /FlateDecode +>> +stream +xœÅ˜ÛnÚ@†ïý+®Ú›aÏD*5mZ©j/"!õ¢ªCHc ¥Oß19´iSï®kœ H‰ý=ë™ùæßmB +£È>áäSBÉUÂ(ù’|ûN(™%BKXüÀ:QÊ7ŠòÇk«ß® ]-$-^Äo=ýï×ç/“¯ÉeªW¾HNGIÿ#ðÍÑþµO^B†Ó|2/–›Å›×dt•œê´ +—ÎÕ-ˆK.òå,d9#Á0®xýr¸à²H×d3Y§'½,OgËi1¸ÌV·ï'ùõ‡r—Î>®&»]¯¢©¨.õn«§Ø¡¦d@1¡jŸû¿4g·éiží7aJÜÕ˜]FÇ,hEi§YC ȪĻ“ÔNÇí2q4Ö7Å‚l”8M5㜷§ô›ŠÖ6J_z ³²¸)‹û ÒÍ,Í—Ùàb•M¯ÇU(ãÆ2žWÁŒU4Æ{d²ÎÊMqÒ³=œbàK›a?¢kIaÁÕeŰŸ§ÓåM²3`1u›?¼[í~£Þ–E6 g“Ý-ùœe×å ™g9™f«,Çȳ;GöËâ’\º + ¸)ªAqUSàyº-—˜v'½"/Ó^@ Ê)˜Ùm‘PY “ÖS¡$T†ƒµRÿYx!9KÃòTiÚxÁ~<}EAbZë—Ò8‚5êîQ¸TÜÞt/&Ó`yä`Ц>ΰšEŽ -êK'AøYs<}+€Ù¸1¢MyÃÀùçÂ`ÔJMÁx`Ôj¥t ¤ïÙFÁV + ÂGÇpØJ†î‰yØý lß=ÀµÜvën£¶å$/~> +endobj +898 0 obj +<< +/Length 923 +/Filter /FlateDecode +>> +stream +xœÍ˜ÛNÛ@†ïý«\µ7“=¢P©TP©j/*EêEU¡8ÁØ`l!úô‚Ò*{ˆ´DHà$ûÏîÎì7ÿÞd¨0ŠÜeœ|Ê(¹Ì%_²ï?%óLhb©‹XgJ9àFQþülõÛ3¡7I‹ñ[¯ÿ{ùüEö-+Qfóª—Ùñ$ž2âßœ,2öðœɉ± +—ΑÉz#þÉìù¯»ì !ã:Ÿ×9)§ëühð¾mªùP­ªº(—¤-/ªÕýÙ¢½ÍçgËÕôö–ÜÍ9¯«»r@êü¦-ê|~4hê6¼{K&—ÙÉÄ‘‘`WÜÏêé¢Aý˜µå ‡[ÖŇKmç¼GHÏŠšƒÂƒn§„ÙMQ1æÍxyŒhIa‰…²b\µÍuÛ ÓuÕ–ÍÑÀHÔ¼¸‡¥çÏ–ñ0á¸ÕÌ€A&y‰2|DJÄpÊ)˜Ï‰|:™ÞÞ“ÏUuÕ^“EU“Y$¯"²(fûöÍKgž2,&´wR˜§4müXOàžR$&¬N)¸`¾Ò¸U{Ÿ¤#»7e¬ŽÇöê_ˆ3 –ïHþ$**l5K$~_Ó”N‚H¥GoâV³iý@oÚ†Kíìz×Lö#.(ÜòhœJaAˆsœJnÀϪD˜J†öŒù÷)¦Â 6Àæ·——«byÑä%.Öã’Ý´Óºù¹ÅúEfÑXyy‹ReEµRH*Ðy[éÃ}I…D¯“Š”×­ëÉËâ?t±_–>ê¤Ç*pû{Tçh†R9ÓŸ:ÛÉö%‘TP´BÝî:Ì;´E¦“Ùì¢nÑ"u»7è¢nÐR…™²/u…6ªÓ½Bq‰†+\ÔÑ8åBƒ +0'§Û8± [9WÀƒb]9C+(׺2‡¦+P»xU?m#â²èÞ¼Ûù²–iôf¡Ö+· +‰†/ÌbqË$š¨ˆ\÷¹[S9²éeBò^,ŽŽ+Rû‰„¡ýÚXI`fÍV/~§ëœ¯p;y€@ š°^î6º¢Ñ½¥^‘ï%…æí¿8+¤>*þú×ì/n4T +endstream +endobj +899 0 obj +<< +/Font 1331 0 R +>> +endobj +900 0 obj +<< +/Length 935 +/Filter /FlateDecode +>> +stream +xœÍ˜]OÛ0†ïó+¬^m7§þŒíªLLš¶ ¤J»˜&TÚ´ ´ MUì×ï´ Cí4 ->ÇÇïñã×ëˆZ‘mÄÉ׈’ëˆQò=úù‹P2DL U`ð«H) \+ÊŸ-ÿz&âÝ@ÒàCü¯ç=}~ýˆ2 ³û*æÑé(êŸ3bßÍ"¶ΈäD[ cd´Úåˆ/2š<þ¶Þ‘ýk˜WåmU’l¼JNzI6MŠ4\-óÉÍe•-òåÝe’-Óù¢L²dz9«6øs]‹ò÷€ñ¯ò*+Oz¦GúÞ“Ñut6ªKË(°\Z[›Ö°?)Ƴ2Íæ>Cj šqÅk†ö‹d’Þ&>Ã)ÜìJ_3ÜýhEûX•ù€|Ê—y“ƒU›/Ç› Ù¦å‚\ù6ë‘"YWi‘LOzyI•rxAË¢Jz>3äLŒ‹P·Ã`bEiÝ +솜éÔg8ªAîzª^¹d˜–Éêa r¬b:)÷Å?{ªýù®ô_v•ïùè3¶1p,MÝêw›ƒ¢’]=ÛMp-@[ëèÌÁ§wÉé^Ò^‘b +·3‡\:š¦bðZÚ’öÝëh‹°Ø£¯£-¦A#Îiëèà4Å•swê{nOÊ*Ø¥]€uˆ&\UFÅæ­×VW•æ`Lý "€«JQ¨þ8«gãÍù–ç7Õ-™å™„pÖ#-°ÃkùÔ¾UØo÷'¸– «X †×ñ?² +”1sþmÉ S?åJ+A„r§“DŒfÂÐÐIš­=èµbSС@êdÊÒ‚’oA€U'‰p´oNÆtŸC»ÆÞ‚B¨„ØÉ7ˆ +@÷Bÿ_Š ƒÞS·êŽî&4®URÄ…D§ç š9žŽ‹›gw l±/m±gAº®Bh+8ú@7}i+ØŽã3kæ½Ø—Êkkݜ㣃°Ü¢µÓGÙçFa š:×F+Èä=\(©Z˜ B÷v”mmU¢ms^ÖµV a …N a¹Þô䈰 ›»S½ÉÆ)Ú6ô Û‹]º Ó˜e;{3ˆiÌ •”õ‡¨1l.ê¸ókâLë!ç‘—DÇWÛá dBr£B@‰ùð¯§zC +Oñz5EÿÕŠ+jœ‚E_æÐwÇh4d®Û‹V€£á +½oowª +V+§qRq{›ã3¸ˆÖøýWR² +endstream +endobj +901 0 obj +<< +/Font 1332 0 R +>> +endobj +902 0 obj +<< +/Length 918 +/Filter /FlateDecode +>> +stream +xœÅ™MoÚ@†ïþ+NíeØïD*5mZ©j‘z¨*DÀ'€ÁØBé¯ïQÚ¨©w×BcvfÇ3óÌkÖ *Œ"Û„“/ %w £ä[òã'¡d’M,U`ñ„E¢”nåOÇæz·´xõüÓŸóo“ïÉÍìžÅ,¹$ÝOŒ8À/Ó„í3"91ÎCÇ,v>⃠ÆOï¶Érxô³2]åh‘^tÒå$-²¼w3ÏÇ÷Ãjy›Ï†“Qq?œV›t2\W£¢üÕ£Ò}÷– î’«A VãÒ¹WtÁH0Œ+^ïB¿;+²IÈzZ€òl§ŸWåª*ãöÃx‡Œyµ,/:6poŠ·»©ó§ß£i™-g!KJ³±.iúÝ"g«4d9fA+Jë¢ß?¬ö­÷U™÷ȇ|žè1ù7\³ùh³!Û¬¼%7E¾]vH‘®«¬H'²¨ÒNˆ[Ô€ÜÕlMÜúQÓNÇ<¯¿¤˜cˆbÎFUnŽÈÆeï±°O»x}Þ…«’MÚ0ÎÅëñV5…ÍSŸm[U <×ÿ6'éå>ï‚ìH +LsO…¶¾;nÁaÕ9˜ƒÄ:sþP Š«ÚÓ¾Uå¬Ðóµ(Ö§¯Ë„¢LÖú„8œíûsš)Í@ß°E3¥(H,?ÝÍÖÕa&‹£ÙÕhó@¾æù}µ"Ó¼ 㺸Å4X^ÇìxB*œ75ãõŃHé$?]B)­fã:xXæΕÒ0pžAéÄh +&–-íz (Ùpbˆâ¨D,[ÚÝ+G5×ðÛµÏPJ±W½ÚT‚öãç„'@Ú×ÌaQqyŽ`]„joZ‰ÀB9°Òw…£,$ +@2à ,8 +-–jõäj´)«"}&½“‚µ¦#E æôÁ䵕ñÊÒ—ûóc¤ö3êõ>NAš[TVÚ38´mÓ ÊjÊ¡¦6j¬sHH.QVÅÞC;vsEU,l޵É𦷚Úd¨¨üõÖ®MŠªëÌEÉJ+Qc‹YÔU^PÔsë¥NÜZL;àÞÑ0 +Z k›znçE@‹ Ê38EÉF/Ä|â(Çj3?„Œ¡&óev EåW8¡8t¨—’¶fz|1gCÿˆ@­ä„Nh]£~òß >•u…Ú©)Nât¢{œDñoó:Yãë7_Ž +endstream +endobj +903 0 obj +<< +/Font 1333 0 R +>> +endobj +904 0 obj +<< +/Length 919 +/Filter /FlateDecode +>> +stream +xœÅ˜ÛnÚ@†ïý+®Ú›aÏäTjª¤RÕ^DBêEUE qŒ-”>}’æ 5Þ]0вÿz<3ßü»L(PaY'œ|K(¹K%?’_¿ %£Dhb©‹_˜%J9àFQþ|múêšÐ›…¤Å‹ø_o?½|ÿ6ù™ÌQfó.'Éy?é^2âÿØ'l{ɉqnŒ‘þl³G|‘þðù·uò<¾Ò¼Êfd>˜egl>ÊʼèÝL‹áýõb°ªê2»׫lt½¬eõ§G;¤ûé#éß%ý&y«Àqé܉äøâ'’×Ô‰¤n7™Ó(Ÿv'e> +YO2 ˜ ¾> +endobj +906 0 obj +<< +/Length 927 +/Filter /FlateDecode +>> +stream +xœÍ˜MoÚ@†ïþ+NíeØoï"§RÓ&•ªö ©‡ªŠ0Ä Ø`lEí¯ïQÒ(w×Q0ÎÎìxfŸygQ "Vä.âäkDÉMÄ(ùýüE(GBC¼a)eÇŠò‡k³® ½^H¼ˆÿõôÓãý×Ѩ@3ëŸj£þ9#ðËá$b›ëŒHNbCÇÎ×>â‹ GÝEïÈö•äu6'E:ÏNzY1Ϊ¼\ÍÊÑíå"]ÕM•]fÅ,Ÿ^×Y‘/'Í +/›´ªÿ hô?¼'ÛèlØæŠQ`¹´6Ä•²ÊÆù¨Œg§UyWô¼,ÅbÆ?‚MkêÜP¸Y'Òá]‘ (¦ú1d$·`4¦ä¸Â hE©#e“þ´ÊÇ>ëÑäú@jßYR6õ¢©»mñIçeSÔ'=ã·Mm5p x{&ýQ•N꼘ú,‰Ç +Åbo˧¤_e£|‘ù,§9(j›ºO嬬Ðcòrئ³tµ"wy}M®6g©²e“ã wÒópL1h{ uÕd=Ÿ J + “¾õ$!€°˜ºŽ‚N<3W³bd^'LÜÿì1öçëÐYGÞ šjP\¹êpOÖ•U 0—cÜH Ö:js|V1c›’ÝíS3ÐqÇ>äõÖ‰å§c]`Ÿy ôÂcbÛËÄ:Ó`¸³ëðæ«ÂV\3wëÐ °Rtá«´Öp»[A|•F3­D^¥¦;èó?¼ž¥«ßä[YÞ6 2)+2 +­‡_Ò‚’m{†l_àJa@¸€\ÉQÓ¹ªØ·’¡*cŽv k¼ÍcÏXR :”?{ñDXÒ¶ ûñÄ nëʪ &‹e™cÃ~¶¬P”É£H‰š,”XûñD š ìÇŽ΃{oà s€¾,T@ì1yc–s‹J4Þ©Væ5¤càs®Pùµ¼¤ò8­nŸŒ^ɾÄå%¤«\BˆËªB7$}™Ë¹îìÒÚ[áϳM|±‰˜×Ï*¼Ð)à.ìRÔ{ÎLÞ½]fQé…Î÷:Ñ“Tu¡ÐÚÅ5ê¹WK:ÙÅʧÎ9ÞìJ”q¡Ýê.ì +ªëlä5v9ê9wÅz£Ž1s•胺g§vÈ1ÊÀº¦‘a³¨0¥2FñæHôNzµy>34`­…ÐA¨*0®NÍ‹h‰ï¿Lqr  +endstream +endobj +907 0 obj +<< +/Font 1335 0 R +>> +endobj +908 0 obj +<< +/Length 918 +/Filter /FlateDecode +>> +stream +xœÅ˜MoÚ@†ïþ+NíeØïD*5mÒªj‘z¨*DÀÀ`l¡ô×wLÒ´‘w׸B;³ã™yæÝMB +£È.áäKBÉ}Â(ù–üøI(™$BKXüÁ2QÊ7Šò—k‹® ]-$-^Ľþô÷÷wÉ÷d…fªg>K.I÷šøå`š°ýuF$'Æ`è#ƒeå#>È`üòn—¼!Õ£?Ëç“woÉà>¹Ô-g8.«_œé’¬FËô¢“®&i>Ïz·‹lü0\¶E™§ÃÉ(NËm:nÊQ^üêÑ醸`$Æ?§Z€:§}ÅÛ*1"|Èòt2½Écz™g»U'È’d@13= ôwËXiwN˜­(=kÖQ²ê2çsA; ïDTâµí6!Š À×ÓºMMÆ9oSëge±.‹ÈM1Þ!£eV®Š‹Ž Ü æ °Ñ×çZ¿;ÎGÓb¾š…,©ÔgN¿›§ãù: YŒ[pX u7 ÿ´Ús°Þ—EÖ#²E–£¿ä@´f‹ÑvKvóâŽÜî›ÉÓM9Ç–uÑ)ò2í„øÅ ÄeíìÇDjP\ùŠ>”žÊ)˜¸MšösÈ>bÄ®«€}ªâÔÁ••@1»±â³†ƒµÞÉ£u³š6‘J#2*EA"•ô‰7(pTc¼öãêÍ>ZA-›9TZ±§rÇÚ´¨¹š©©M‚ËwªÐ +=\;vw5–olÛ¦P šžH4µÉQ]5=1oj“¡;uUR”YMÃ/‡+ àêðu°!7a—q ¼3bܱ(*>OÁÅHÖ“ÖQúÑO²?>Ý$|ý†î7Ñ +endstream +endobj +909 0 obj +<< +/Font 1336 0 R +>> +endobj +910 0 obj +<< +/Length 926 +/Filter /FlateDecode +>> +stream +xœÅ˜MoÚ@†ïþ+NíeØïD*5UÒªj‘z¨*DÀ€°ƒ±¥¿¾©’´ +Þ]0!Q¤Äy½ÃÌ<óz•P Â(rŸpò5¡ä&a”|O~þ"”L¡‰¥ +,¾`™(å€EùӵŋkBoI‹ñ]ÿþõüúyò#ÉQfó]Î’óAÒ½dÄþs0MØö:#’ã 0¼1FËÍ=⌟~»OÞ•éªÎÊtrÖ©Ê:í|xO7ÉÅ )¦Uà¸tngLBH\ަU–ÏB †qÅ›bÈY™MBÂiª9˪tIòÑ2=ë¤ù$-³¢w½(Ʒü¨†óbñ0œÖët2\Õ£²úÝ£Ò ÑV¸Ý|b'Ò— (ÒîÏûÈúÜÕX1ú–_6®z“‡ô¼,îóN³ ¥ž¢9ÞI©¹iùÓÈk§cžOUh‡Åž=U¡i#À8×<„Ž©¯9(ƾ™Õ ZZ1ðWS¿¨«»ºŠ8ã2Zu^ulàÑ$†=Ü\ZýnÄ„×Ü‚Ãfmª–~·LÇÙ]ŽjP\5ö~ÿ1ÚßT}¬«¢G>‹¢Ä;&ÿåj¶­×ä>«æäz;€H<•S °!Ú‚¢²(Ö·§ÁC¡¨ k›†ÁŒéú‚ÙºÜ$ëó&WAZiÚxö„–%‰¥«ßPRàêE½p§°ƒWÁ·;Ó`yä.q $n¸ší¹>ì') ’%­fãV‡ ç_ ƒi%5ãED¯¶3x\Ié@Iß…+),l¶¦¸’ kÎÖk¸º­È·¢¸­ïÈ´(É8_÷D%èF¼Ä#P8Ò6§-ŠÂ¢›ò$”»€ê¸aP³£@o¥èG“—è—bÒ¢¼@»ä{hÐ +)GgËÊNU_Q«¢ä¹CCdÚ4¤qòýS샇å z&/„Â˦VýàÞ|åÒ€ñvn_¹@ÿæb8_9C«ä©ü0;˜æ‹l6¯ÒöÒFïð†·FÑv5vE(\™C7å+ð¸2‹^ÉÏ£P¸2>ȳ3ù¶Ú‹çôoÜ«mòƒ¦>Æ¡±ÏÃZ”—è•<}Ly¡@ù´@W<#ˆXÊ´xP†Ö)–2-ÊSôQ¾çHò]WìÙžºAŸuàˆÔ5Z2V`ýØ]ÔØËÍ*°ÞF~¶WÉ +þJ¢-j +endstream +endobj +911 0 obj +<< +/Font 1337 0 R +>> +endobj +912 0 obj +<< +/Length 933 +/Filter /FlateDecode +>> +stream +xœÍ˜MOÛ@†ïþ«œÚËd¿?T*-mUµ¤H=TU'1$6ql!úë; м»Nœ'ìÌìÌì3ï® +TEnN>'”\&Œ’¯É÷„’I"4±TÅ,¥p£(¿¶xôLèÍBÒâCü¯?ÿzøü<ù–ähfóUÎ’ÓAÒÿÀˆ|s0MØö9#’ã 0tŒ‘Árã#¾È`|ÿÛMòŠã~™Ž³ëôÍk2¸LÎMË †qÅ›–»[ä£ezÒ{[WÅ9­oÉ—¢¸ª¯É´(ɸXe–ÏH^TÃy±¸¦ù"›Í«4O'Ãi½ÆŸ«zTV?ÉMVÍI€gZ€zÖ«‹²¸É{¤LWuV¦““^UÖi/$`ÅÛMž˜ËÑ´ÂpB” (fº)!›%ge6 YŽ;°šK×¼.˜UéòwNÒ|’–Yqt±(ÆWCo +ŽhôC|a´¢´©8æ 5 7 ùÿ]ÑNÇ 5–Ðß¾X¥Ù¸:šÜ¦§ÛÚ ²dPìNOm&j#À8|½_4…çK(L­¼º”QuÙ•/܂ãÃw*öEÍ §¯úŽ‹ºº®«–Á1Þ#£eQçÕIÏJ5(®> +endobj +914 0 obj +<< +/Length 926 +/Filter /FlateDecode +>> +stream +xœÅ˜[oQÇß÷Sœð¤/ù_5±ÚjŒ>4Áø` ¡°PZ`˲›¦~zjj«ö\`H“²¥gæÌ™™ßüÏ2£@…Qä.ãäSFÉuÆ(ù’}ÿA(eBKXüÂÄÿzþéÏ÷¯²oÙͬßå$;íeísFà{ãŒmž3"91ÎCÇéÍ×>â‹ô†¿Ýe¯ÈúÕmOÊéèÍkÒ»ÎÎz¾õ¬Ç¥sþõH·¨«Ûº"‹Áê/ëAYýì0Þ"ƒyQ/ª“–m‘vŒGF‚a\q¯GÝö°Œ«éb³¤ <ËuÛe>œÞæ1KIÖÿîÃj¿cõ¶®Š9¬îÉ碸©oɸ(ɰ˜%zO^¹›VWä²,î-áw`5勞•ù²ž–ùè¤U•uÞŠÙ-³ ¥Þ³è¦œ5 ×uåÏÞÈäÕNÇÛ@ò’î´Ê穹KãòUcQÌ×@EîÙ #À8,ãý:¡9(ìgþÊýˉr:¬:£ûüt“êQ–ƒ`íy³’Ãr;nîq ëó¸¹Ç „ÚqsjP\ù;Õ¾PNÀVЛ••@±¦C)v86+ÃÁÚÐô‘Äf¥hã@ø¬^^ÖÿÎï|0žÌ«Õ3§sTa>Ì} qT1 –ûÇ*D5óÍžÎAûˆ1{!;_GìÃ:`Qm\: "•Z ˜µ˜MÃGV ˜›¡£ÔL*šØ t äáOSX©øiÀ,G!jõe¨ÖØáO–JÐaEƒM8Ò†,l›V½ ׄå(×C*8‰kËj?Šâ±&$ +±@v–ÿ’.Â1‚Î{NKÁQÖ…h”BKÁœ‚¢Ì²ާO™y9dr‡*Ë4.zÓ|°¨¿¼w ðÁ Û7I<å +UVãr3m³5VÄ5Ý^}(±RáÓ´\oþž#͆²ìØM€¢ 7h"3‡*,¢ Fdf)à@Ø`‘™FiÌ$J°@9Åf½ØDìÅkßtx2¡@…fµxâA„Ó=¡Œ¡øJÅדöë&b›öb¯¨Î(Н$ÑvVê°`7mÔ  + ]54‚Eº+õò}çÝ)T]; íŒJ6ân£Ù~,3“ +endstream +endobj +915 0 obj +<< +/Font 1339 0 R +>> +endobj +916 0 obj +<< +/Length 927 +/Filter /FlateDecode +>> +stream +xœÅ™ßOAÇßï¯ØðÔ¾ ûûÁ&µÑ&MûЄ¦MC8…;9îbì_ßÖTnwá@Œ‰ž¸3³;3Ÿù.«„F‘»„“/ %× £ä[òë7¡d’M,U`ñ ËD)Ü(ÊŸž-þy&ôf!iñ!þ×Ëßžß?O~&9šÙ|•³ä|t/q€L¶}ΈäÄ8 cd°Üøˆ/2?ýt—¼#¯~V¥K’–éY§(ÓI6®zyQýÈçÅâþ²^§“ïõ¨¬þtºÞ“Áur1h²j8.;­U#Á0®x³Õ~wVf“õ´å‰ _ÔÕm]=†æ“´ÌŠÞÕ¢ß 1a½d8Ý„2\mcé1Þ!£eQçÕYÇvHPhŠ·›Dhr§ß—£i•å³%%Š)×”ýn™Ž³Û4d9fA+J›6¿ÿ°Úãf}¬«¢G.Fë{òµ(nê[2-J2.E‰»Gî²jN®Êâ.ï·¨¹)Ì]^•éªÎ0óÎ:UY§€HµÓÀ1¹Ï¢q«…bÞzj´˜¶Ú0ÎÅ_XæÒ°lÕšƒÂFå)Äcz 4úÑíK +LsO½îh€“ûô|›ßA–¸‡uÕàÛ•0©7Ì7ªAqÕØ{Žër +–ðÛ9`%P¬ù¨„k×ÃÁZï¤L_¥hãŸ!ND`¥(H¬hÝ•À¡¯)e"ð«˜Ë=4¿Ÿvâv¶­×/hJ…«f¼¹5Ä R: Â϶PTJ+€Ù8N¼>¦~ÞìVPÖ†óÌ]íÕ̾<ÚÛ¨t dä ²¥° btpx¥U\Ë?Ø$C]ÅN}ŒT‚ŽEË¡F… í‰OTXTY~ä#L`©SíM‘(‚mÛò>Ê•¾cŒ˜¨ùD³*`˜à(¬<´8LBþÏ´¯X›âQPg>!CDîPk '"·(œ´‡Ø‘säCÊޑܠrŠ…F«(TíjÇ8ûåÔ¾wgQÔäeS,MZ •+à-ßTÄ9ÀP5y¯ÕŽéEÑä¯Þã9Àª¬·¬wfQWy±Î\¦QTŒ‚§.ÃfB}w…qÐe•ž§j# ‹+ð”@¨pLóE6›WiŽ[vÀ-c¨Ê‹"ž»Œ¢êò  î:TiúQ*%Ï åŸv/ž·?ö£úÉ›¦G´¯PJ¬k°/Ø}%Î+Ìýž¬ðû/ð +endstream +endobj +917 0 obj +<< +/Font 1340 0 R +>> +endobj +918 0 obj +<< +/Length 925 +/Filter /FlateDecode +>> +stream +xœÍ˜MoÚ@†ïþ+ŸÚ˰߻F¤RS%•ªöP‰ª‡ªB 8;[(ýõ“(RãÝ¥8@)qÈî ûî<óÎ:¢@…Qdqò%¢ä:b”|‹~ý&”L#¡‰¥ +,¾a)•7ŠòÇgËgÏ„n’â½üíéý‹èg”ã6ÍW9·Qï’‘ðÃYÄvÏ‘œ˜ÄÃÀ®šñE†“ÇŸ¶Ñ;rÿdUº"ùx•žÅE™N³IÕÏ‹êG¾(–wù2›/ª4O§—õ&~¯Çeõ'î}xO†×ÑŰ-« á2IŽ€‘`Wühhêh›+Ü6 +:V’Ee;8èÍËlê³OÀj”#¡AQW·uõQšOÓ2+úWËbr3¼Fõ.±Qú”ÙhÖ¤6Zïrë3“ñª¨óê,¶1ñJ•YЊÒv¥ z“r<«²|î³$5 ›ºòúŠƒ^™N²ÛÔc5w‘âUh;‹ÁýjŸÛǺ*úäb¼¹#_‹â¦¾%³¢$“bY”˜ñø ‰GXF€I’–±Íª¹*‹m“2]× +ô,®Ê:}ÒÖÖÍÖsœŠV Ú¥YÐSÐZR`(è ®gê§aÍ-$¨á ^t 3`Aðè.ªAqå¸ß¯ÔÒé]z¾°ÏN*Q ð¢žDÚÊJ x;OC Êp°6°¡é.Í@›Àh‰¥DŸF4{ZW‘ôžºtß ŸöÓ`¹«Ã ¾ÂF_³ö&'€ûÒ +`¶½‹øö?ya~¾o6ä9¡=2 ’Ö¦0œòRS0.ކP^Ê”lkK‚8/…Ê2g'þ¹ùô½˜"9:Á0¤rw†6v9‡ÜŸJСÛ‹Ý" íñÎYXt|¡H:äþx·©>šÐ„B(÷<èCì/Ñz€ª³ý:F÷¼Å¼‚kàýxwü؇»‚µk,ˆ¸‚¢uÌIˆË-:DÇ”âpNû‚=B3è7[±¶·Ñæ +ͣǘK´Zö”2èßB¬dÏî˜s¼uèñ–Á0´x¡SÂ΂¡èð`Ý£š%èÞ> +endobj +920 0 obj +<< +/Length 911 +/Filter /FlateDecode +>> +stream +xœÅXMoÚ@½ûW¬8µ—a¿?©Ô´i¥ª=D¢ê¡ªCœ€ ÆJ}ˆÒVM¼»Ô€³3³ûfÞ¼Y%¨0ŠlN>%”Ü%Œ’/É÷„’I"4±TʼnR¸Q”?Ý›ÿqOèíBÒâMü×ßß~?›|Kr4³}•³ärt?0âL¶»ÏˆäÄ8 cd°ØúˆŒŸ>m’Wdõ³*]|´H/:E™N²qÕË‹êk~[ÌÞÊûõ:\×£²úÙé¾yMwÉՠɲUà¸tîô–ø⧷¬¨C¬NÒ˲ØäaVn·¨8y|’E˜žMÜÕ§Ó[f´¢ô h¢䶨œÚ°v8îµ`ýî¬Ì&!ëa) ˜>Øô‹ºZÖÕc(i>IˬèÝÌ‹ñýÖ»ˆ† i8ÝÆ4\í‚ê1Þ!£EQçÕEÇvHPŒF€qÎSžúÝq9šVY> YRsPXŸ›Òï–é8[¦!ËI + !ßt +ýýj;ö¶®Š¹­È碸¯—dZ”d\Ì‹# M[H6YuKœâfÃËGy³«c¤LWu†`¼èTevBâe ’]ã‰ôc΃jP\ù2·ˆbåDqL:F`˜†áVY aUüà†á`md_q74ml2¢HW) +³QŸ9`â¹!ˆ5`ß•ž× ¦ÁòÈfän`S®YdgÒ¾ÒI^> çli0ëm>NIÙÒ0pÞî3в¥¦`|NÙRX +{޲ß5Sôl>Z¯÷ }0»JŽB°¹rÄp«d¨îXóÆEp«¤t,«½Üë~ÜnXPYN€´ž¦ã(†-ЏC™ë¿ cQÇ!1¦P(Ùä9ÎT¢b‹å§V lí<" sl±ÔŠaÖ’:0IQ¸ù§ÁDǪ6ã»0Ý®lBtÜ2ÞaGÑqƒbR6·DÇ%j5Ò[Цÿ_€kU_#3Å“'ç +¸¯¹Š¡OÎPÅ€8ÃÕX†£{Ð=„[PæPŒÅÎèÚ÷¢P‹¥ö½Ð¨Ó|ÃŒVh–)Tcþaݱã•(Æüýà±½ +Ô1†#q^p”b±óùö½`(àÎ_(j6ÀŠak‡z- ¹OHÖÆò6›qsd‘ž„ŽÑ¤ +¬'%¼’t9ZWu™>31öèÑëd…ï_z?wI +endstream +endobj +921 0 obj +<< +/Font 1342 0 R +>> +endobj +922 0 obj +<< +/Length 902 +/Filter /FlateDecode +>> +stream +xœÅ˜]kA†ï÷W ^µ7ÇùþShJR(-4 ô¢1ºšMÔÕui}&¤MSwf̺I$sÎøžyÎ;ë„F‘mÂɧ„’Û„Qò%ùþƒP2I„&–*°ø‚E¢”nåÏæ=z·´øßõô¯?¯¿I¾%K ³û.fÉù é^2âÿ9˜&lÿœɉq&ÆÈ`±Ë¿È`üøÛ6yCé‹Ñ´Ì–³woÉà6¹Ô-h8.«[—œÙ$d9#Á0®xýr¸`V¦ ²-Ò³N^¤“l\ö–yùu´)«"½¬6éäªå¯N7$¬ Z©8p»û,Û +PTV­…üLÏ‹|» ‹ÄXÒh¹@fA+JÛV5 wßjTí4pÜâ–E¤±é)véQ"zAX#À8ç=kº‡Ö >©ôóª\UåCér’YÞ»žçã»!V3\Ý—3œîê®÷õïÑ"¯–åYÇvHP}ŠOBýnÄá¬%†-X'~·HÇÙ* YŽ0ˆŸºýï߯ö°Wï«2ï‘‹Ñæ'ùœçwÕŠLó‚Œóy^`äÐæ‘mVÞëýQCò¢W5-_¤ë*CýuÊ¢J;µ*§@ Ä›â¤²(J×Ó©¡œT†ƒµŽÿÛÊ¥ajUš6^òŸ4EA¢¾õ+¦ pR;êÔ‚©âöaò{½J™Ë#'‡†SÀW³È‘¢Ù¤“ ü :i +V³q£FÃÎ?DƒXj +ÆÃ©6A,¥%}rŠ¥° |ì G±dh»˜‡ìÿAñ‡ÃèÍG›ÍòÆSSR ÚG¹l +'@Úúm‹À¦°hºb™u`pý¸Û¯ Ã[`»P}%ŽªÐ~IïÀÑtT‰î+–SG› ¤ÿâ¡éú8®X½<*kY;VCwáQ¹C;fš1³Q-š.ÿ5E0˸AÏåeG,Ëö‡ó1(ãÊ‚kÔTr‰.ÐÓx$ã\÷ T/4•ÏÉC¿VÛñtäM›Oà1td-X€v¥Ë,Ú©Xd„)7p°dÝ”gJ:qØ/4öF­Ù $ú,Ïh× B™P üw§¬•£›ŠM³04S±Ði6Šf*Àüœ.‡îëUÛÞ Ýòá÷ºhµZ¸%+ÌÛÎq^Rõ´í3_%küù —Ô5Ï +endstream +endobj +923 0 obj +<< +/Font 1343 0 R +>> +endobj +924 0 obj +<< +/Length 929 +/Filter /FlateDecode +>> +stream +xœÅXÛNÛ@}÷W¬üÔ¾Lö~‰ R© RÕJEŠÔ‡ªŠBb‚!±Ç¢_ßI‚€VÅ»l + +ÆYŸ™Ùsά +TEnN¾$”\'Œ’oÉÏ_„’Y"4±TÅ–‰R¸Q”?\[<¹&ôv!iñ"~ëï¿ï¿J~$>fûSÍ““Q28cÄþst™°ÝuF$'Æ*p\:GFË-F|‘ÑôáÓmòŽ£*›æ«Œ“evœ~lêrH>•‹²Ê‹9)Êz¼šlê¦ÊÆY±ÈçWuVd³ñe³ÁßëfRÕ¿Ém^_‘‹ª¼-RòžŒ®“ÓQ&#Á0®ø³˜ªlÝäU6;NëªÉÒkjª%Fr4­&—5F²˜âÀí6í- â’ó*Ÿ…,'PÜ\Ö¾.˜×Ùò~J ?ŸÖCÌÿ÷}úO³¶Mþù.÷é w`5–ÁÛ!`´¢ôù=ï5 ·-z€Ù]v²«îi§c®=ÕÓc¨›žbƒ½]Ái#À8×zìôŒ@sPxX¾]ÁiÅàÀzëæù’æ÷bƒÀcLs [ØWUGeS¯šú>¤¬˜eU^/åôfÂ&CÆS2Y–MQ§6„P43`&Ÿ¯¶ |Q Š+Ïu4ˆ ålÄ6òìÙ7d5ÃÁbI·mÀÿ¸üt²¹#_Ëò¦Y‘˲"Ó(nÀ¥hÓ¦1žêƒxnWŠ‚ÄBÖ]ñ»¨¶<Jî +»b/Ñ"úü€¦ ) )bÅ4X©5z„ƒŠU³HáÑé$ˆCi)JH+€Ù¸Ó¿Ç¸ «@{„£)?3½é@ÉȪèް ZÙìuápí#"$C?Êü[ÿú"BR ‹àyd!ÙN€´¾Í‹¢m¥×(!zAÙç‹&óÅd³‰‰æ°•CãEvHÏà#J4޶ÎOe¡ºA°ŽÁçm⃸IP4gþñF¸Cof:wÈ,Z³Cç!Q:€4a±ÜÒi¨ +][ç64âù½™¯{ ÐÖ0N¸Þý,$“@Æ™¡Î)úЀö=œÃw$ò/…‡„ÊZQocGÑ/³è>}|N¿ û‘z¦ƒšø=À’è[»äež ªU]EÒ1bÑÝŒž1ôk±”_Òš›Qôk}¤(4Ýš§^ŒA¯;n9lŒ.,vŠß[Ô +=X,‡õF*°¾VîÌy²Æ÷¿>¥5 +endstream +endobj +925 0 obj +<< +/Font 1344 0 R +>> +endobj +926 0 obj +<< +/Length 942 +/Filter /FlateDecode +>> +stream +xœÍ™ÛNÛ@†ïý«\µ7“=¢P©´P©j¥"EêEUE!q‚!±Ç¢OßI@” +ðîºq!&ìÌÎÎì7ÿ°I(Pa¹N8ùœPr™0J¾&?~Jf‰ÐÄRß°J”rÀ¢üþÙòÁ3¡w I‹ñ¯þþéÏû/’ïIŽfvå"9%ýSFà/Gó„íŸ3"91ÎCÇ­v>⋌¦÷ß]'oÈík˜UéŠä“UzÔKóYZfÅà|YL¯ÆyQדmU—é8Í—Ùâ¢Jót6ž×[üºXN¶Ûí‘þ»·dt™œŒš¼± +—νoŒøâÍÞ û‹2›…¬§(ÏΆE]­ëªõÖï‘ɪ¨óê¨g·©8p»K¢&׆ýi9™WY¾YR2 ˜®MY5ì—é4[§!Ë1 ZQÚtÃÛÕî÷¾®ŠùP,‹=&#7›”Ww!ÛÔ“²úE®³ê‚œ—ÅuÞ#eº©³2õÜ¢䮨Ÿóª*ë´°?í4pLûÆFÄ_cQÌ\OUWƹ¸²,0ŠÙ´`ì¿Ý†þ#Fþtø³}Ü{!É©5…wš§;1­4nw†%¦¹§ Ÿ1=»I÷©d‰[pXXQ·ÿ6É D×KäÕ ¸j¼N:2­œ…ù–­Š%Ü*©þÑ´á`­·Çæ¨Ò ´ñw ¡,}D„6UЂĢՇ£¨Øô5¥JBÓ`¹‡ÈO ôd²½!_Šâª^“yQ’iR¼Â†U3Þp <Âr(S¥“ |ÌŠaª´˜õñ ©Ò0pž)¢Ó}œÂ=®ÔL,kºðC:P2²ÅèÂaA´ÅR{%GåG‚.öËPq±WpþT‚ŽÅS~'@ÚÈóï‹¢,€qû÷Õ¾4 F·P¬ôóE·(/ÅA0^! =ƒŒz ÖØ´¾ûiÁ3Êwا(ªÂƹAÀθC}g(}¹EÕ¦›ZŠ(NsƒZ,–K mó§]܃øÀj³ÃéÏÕYìî0– +³Xµ‚/ç +ø'{d¨Ã¼Ó¶N,S”a¾RëÄ2s(Øü5Ù…e‹ª,€7XÖ(Þüd09^Ô7#lGÎÖ“c&QTzë5 +œL(Pž>0œŒ¡hóäü!dïœ8EQû5j®Öª×¡šó¥{ M ª2og>GFmÂñ=mÔ¿uê®NO”RíDï<áÅY²ÁÏߥVF +endstream +endobj +927 0 obj +<< +/Font 1345 0 R +>> +endobj +928 0 obj +<< +/Length 904 +/Filter /FlateDecode +>> +stream +xœÅ˜MoÚ@†ïþ+NíeØïD*5U©j•z¨*DÁÀ‰±¥¿¾¤i"µÞÇ! HÁ!~g×3óÌ»7®œa·™dŸ2Î.3ÁÙ—ìûÆÙ,S–ynÀãÖ™1¤3\>\[=º¦ìîFÚãEü¯§Ÿþ~ÿ"û–mPf÷.Ùé(ë,þq4ÏÄþº`Z2 L°Ñz#¾ØhúðÛmö†^Ãe•¯Ùf²ÎOzE™Ï–Ój0»ËOËâvÓë¿{ËF—ÙÙ¨IÉR‡@QÊ7³¼\ƒŸ«bz5ÞÕøz²­ê2Ï&åÕx^oóÙx±šl·ÞcIa8 NH#_9 «À¼rF‚ô»äyÝ0´Ž©MÊÀCðó³9ŒaQ.g)÷¬á<–gâ®®ëо.!{l².êMuÒó‰käô® 5…4ìOËɼZn w´Á‚ÄMkÊ¡a¿Ì§Ëë<åvN ¡±G w»ß°÷uU ؇bU”1;lÐM=)«_ìvY]°E™ç›+ó›z‰më¤W•uÞK‰ÅJ0ØMà²WF@lóÙ01½¬æ 0]IÅû§oïwéë~“’Z·•ær+HÅ„‡L#q¢µ·`¤‰Véÿðw¾Ï®% (äÎ1Ve¼ŽUt”ä0N‚÷-'²˜`qˆh-f8h¬1{1…^¬9¤ÂÇ`ÁæÂöðyÜJB‘ac„/c\'ÑÆà|kE3£ ´Ñ^ðù_°9›lïØç¢¸ª¯Ù¼(Ù” +Ÿ„Èœ€Ð8¥,Ïrp1DP¦u£›éL@˜VµÑ7ähâ §%:Zî@T ùD\w Ë5ض áMÚýa*†Êƒd±>¹=v)ƒEŸf²LLº–UhVâçÉLT­J/ÍD%:ô^Š£YŠøw ¥G{1À ÞkoNŸi½¤Cs …\Ò éÌ{I…z’õd.<ßmRR_• + +mµ¤qßi ´(ÔçVd’ý‰k>¢èjU" =‰"u£åÑPiÐVË¢9y–''ha­òÈ‘RgZ=J¼º’#”“0oÅsÆGG ®T´°H }R¤‚  hK"yÛÂvuÁ‡þ&6èNüÐàÄ39;}K‚t,® xªHýšÝàÏoh8¥$ +endstream +endobj +929 0 obj +<< +/Font 1346 0 R +>> +endobj +930 0 obj +<< +/Length 894 +/Filter /FlateDecode +>> +stream +xœÅXMoÚ@½ûW¬8µ—a¿?©ÔVI¤ª=DBꡪ" +†8;[Qúë;@›&jãÝCˆ"%Ù7;¼™7oV *Œ"÷ 'ŸJnFÉ—äÛwBÉ4šXªÀâ–‰R¸Q”?>[dU–½ $#Á0®øi裡Ó"*Ün˜pRTÉ€"-OÌîÀj¤ÏiQ™­(õ0)íÏ«|r5 7-¡ýiÙÔwMí½=2^–MQ{6ìFÚià˜ÆvΤýI5žÕy19 ›b¹µ"íWÙ$¿ËBŽÓv´¶œ§»Ó~'è}S—ò±\”FL²b‘ϯë¬À<í²µjÆUý“Üçõ5™oÛ©²U“csöêªÉz!q)ž.Éš¤ÀОâM™¥¹‡LªÊ?ÝõIÆÎ7 »Üæ+¨×jfÀ íÕÕÁ¥W¾ÊìW9É~tSVuÎS¨G¸ á`mäpЮf ÍžãÁ!¸Š‚Ä:Ô§Æ8ÝíE£C@±KìfÇnôL1 –ûg6A{©]ï£n +‡aÍ|SB”ºI'A`¶¡nÒ0pžééêv6^?ÏeyÛÜ‘YY‘I”ÚÄ¥)˜V9ŠWL)(Ùžº(͔‚ð‹M¨fJŽ>(®©8^J†–ˆyg€£†@%èX™é6áH»ç¥©Â¢aŠÕ˜Ž/‹õOõk’N(tRòu?q‰¶Ê/CG A ‹ÝFtG+æ«p1ì_Ù¥ *ÀxQ2̺BÓî[#d˜t_iŠ4™[K~ Çä +]\‡&“Ktg~–‡ +&hºbõꥱõb“¯ ¶Í¹îÁŽËÐÅ®×:€¥hÀ> +endobj +932 0 obj +<< +/Length 892 +/Filter /FlateDecode +>> +stream +xœÅ˜MOÛ@†ïþ«œÚËd¿?"S©­©jH‘z¨*”&N0$61¶ýõD‹¨¼»vˆƒ@à„}Çë™yæÝmB +£È}ÂÉ—„’ë„Qò-ùñ“P²H„&–*°øM¢”nåÏ×Öÿ\z·´xÿëå_?•|O +”Ù}U«äÓ4Ÿ1âßœ.¶¿ÎˆäÄ8 cdºÙň/2?ÿvŸ¼#¯4¯³ )f›ìd”‹¬ÊËɯu9¿¹ÌŠu¾ºª³"[\.›;ü¹ZÏîî&tDÆÞ“éur:m‹À*p\:7\F‚a\ñá"ÐTŒzYe‹|^OÙy•eÅ(HEqàv—-ƒÝ§d@1Ì6îÀjL·á"`´¢tÀl£ä® €v8>O"¦ãU•/BÖÃB±€}i•–M}ÛÔQ·ÄĈÌ6eSÔ'#x{F€qÎÓÑÒñ¼š-ë¼X…,©9(límI“Ž«lžßf!ËI + « í¤«=mÖǦ.'äs¹.+Œ˜,fÕÍÓ6m›YUÿ&÷y}EVû^DªlÛ䨡NFuÕd£€¸‡EÑúÓ˜ c ’ÑSçih†Q Š«¸¢}nÒ¸Yg»½ºØoUP¯VNÀ”>šž•@1e£ØÐKÐp°6rðè„=¥h9`ôº5EAbué£ +œ—*X«Cç±™Ë#§†^‚8Gkæ‚ù$áB;Ÿ^uÜ.d’V³òGIÎ3ÑE€IJJ¶ïÔÿÀt:»{ _Ëò¦¹%˲"óXP„&,ˆV¢„ÂNrô\íõƒ:ÉÐ@±v˜G NR :–¾\  … ­—Úo£mÑÅbâPÚXETwlá1, +íèáJ4>±Ü8”¶@ËÓï¡»6G·ã§ÉÛh³.¯»*Eä?hæ'wè~Œ×/¾=?¹e ¼§Qå­˜xáå}'ÑCÝÞ÷4v\ qòÁ)†vœ+àþY*”vœ¡ï‰={5[žïv*¨sж' •¥ÇšŸØó®>z½O,`:¡Œi4=~‡¸;Sh{ü‡V‡Ó“èzücÝáô„Õû B£):bå1†ÞÇ_yÁPbç -JOã-¸($ô`ž9-‚H +ÍŽ'»:º6@¶5ß_2î"Ùâ÷S-æã +endstream +endobj +933 0 obj +<< +/Font 1348 0 R +>> +endobj +934 0 obj +<< +/Length 887 +/Filter /FlateDecode +>> +stream +xœÅ˜ÛnÚ@†ïý+®Ú›aÏD*µU©j/"!õ¢ª" +†8Œ­(}úŽ)M©¼»¶‰"%Ì¿»ÌÌ7ÿn +TEN>$”Ü&Œ’OÉ—¯„’y"4±TŬ¥p£(z¶úã™Ðu iñ!¾ëï¿~¿þ&ùœlP¦þ.–É»I2¼`Äþs²HØþ9#’ã 0\#“u½Fü"“ÙÓoÉ+BÈxVLe¶Y¾yM&·Éù¤) Uà¸t®) †\Ù<$œ‘`W¼9ÌÊtM6Óuz6H7ó´ÈòÑ·U>»»žO‹»ëEµKç×ËÕt·Ñ†Hk겊·õgz|iÉ€b–5&ÿÒy‘γY9š?¦—EšnAJÜÕ˜&'Ø$³ ¥§È(j@Ö]àèÊÚiàxÜ'H* bG%UOÒF€qÎÛ‹†ÍHk +¬/uÆyUÞWeØ^˜é:¯6åÙÀîK1ð¥ÑxÑ´µ¤À°›Òc<,ÒYvŸ†„c b©éÜÇ?£ÎèmUæ#ò>_官Üä«ÇÃ!m«iQ~'YyC–ûþBŠt[eØuÎeQ¥ƒQ Š«æš¡œr +&u?SVÅ4ªÎ_}·>«‹ú¨®ö'Ô~•á`­‡ú½ +jÚx§‚‰­_eJàhÕÒ;í‹ÛÃÄw,A¦Áò–3A+Ab5‹ ºJ'Aø)Ñ£ À¬o ¦’4 \ÀÔÖD¥g · –¤¦`<‰“””lþl"À$9ºÆbý–Χ»Gò1Ïïª{²È 2‹ÅTÀº&Ött¡¨“T‚ö±$u ¶æ¬íM, |É8 +¬ªãšu_Òhà­ŒD|_ÚO[fD±P48~óÿ2»ähqb¹Ñ—6;INQ´7Ýn +Zks‡VÈt2”íµ-ÚÿåA0@¹A÷ãÌQÊ•׫±ã˜§ #øÉ¹î•BÝÞývôuœ¡qòU@ ì8EcäOëPØ1‡¶'öšëÙhyYŸTPÿe]O,eºèiô>£ß«½ÆjE2&Ñö4d=ïL(P¯"ô8šžXvtÑcèybyÑE¢)òz‘þôZá#É í ˜Ø‰Ôþ¢Ñ‚ð–[0OY=ãÑU²ÅŸóѵ7 +endstream +endobj +935 0 obj +<< +/Font 1349 0 R +>> +endobj +936 0 obj +<< +/Length 929 +/Filter /FlateDecode +>> +stream +xœÅ˜]OA†ï÷WL¸joóýA°IÛ¨IÓ^˜ô¢i …VaWÖÝûë{ÀF«ó‹HLtyÏÌœ3ÏygQ Â(r—qò%£ä*c”|Ë~ü$”L3¡‰¥ +,~`•)å€Eùã³å?Ï„Þ $->Äo=ÿïéó‹ì{V¢ÌæUϳO£¬ƈ|s4ËØö9#’ã 0 Œ‘Ñj#þÑäñ¯»ì!Ã:Ÿ79)Ç«ü¤÷±mª9ßÞ“¯UuÝÞYU“Iµ¬ê¢œ“Eµ¼¿œµ·ùôr¾ßÞ’»¢YyçeÔùº-ê|zÒ{OFWÙéÈ™Uà¸tîÕÈšºÍ{"F2 ãŠ{æH†“z =Ò‘– (æ”oë%ÍX›{ifA+J½ÉðRºÂœ-&Í`zŸŸo39J‰›šó9j§ãê!©4V-ÅZ;BRi#À8ç90'­9(> +endobj +938 0 obj +<< +/Length 923 +/Filter /FlateDecode +>> +stream +xœÍ˜KOÛ@Çïþ«œÚËdŸÞÝ(Tê*Uí)RU…ÒÄI ‰MŒ-D?}ÇQ(í>'ìÌÎcóßmB +­ÈuÂɧ„’ó„Qò%ùöP2ODJ U`ð›D) \+Ê<i»4øÿëñ_¿?¿J¾&ši¿ªeòn’ O±€oN Û=gDr¢­†Ž12Ù´>â‹Lf÷¿]'¯Èî5.›ú²©I1ÝdGƒ¬˜gU^Ž~¬ËÙÅÙª\ßœeÅ:_®ê¬Èæg‹æ +.×Ó««2Ý”MQ Ì€ ß¼&“óäxâòÉ(°\Zëôi<œUÓEË%µ͸âŽ%ÇÃ*›å—YÈrŠ7mÜËÝ®v±·M]ŽÈñôê†|.Ë‹æ’,ÊŠÌÊuYáˆ+„ä:¯W$À)É€bü;•Ë*ËŠ©²m“WÙühPWM6Ù/·`RL‰+#ã˜|0©¢Ô•vÉe•ÏC–£dÛ^î"&ã¼Î6ñ5LÃê6µ)p ’«*žÃ lеîkéC»¡hk=]ü‡%–e>«Gó›ìã®Xƒ,¥ž{žb:ø†ƒ—¯AIa§¾t rûû¥kiÐÈǨ<€4Å•÷´wÊ*Øáÿ³•‘@±ÙÝuÅl¥9ãM"˜­‰‘F2ûý#FϧÕÅ]¬¶Í´ªÞÒ¹3Y•ÀÁΙȬ*l»Ûy°¬*–‚ᮉÂq„·áú€Ñ:iƒuº‹UÐi®pˆM™gÖèÛ¨´DWXu6j0GŒN€”šuN†‡Ø]JAÇ’ho£Ò‚’ÏGa@ÄRfo£…›ýšd¨Ë˜7£Á“TBêeFÇžÊ]&¬i|YŒ"˜0(µ[ÈFL(TaÒ¯xÕé&Z€W¥œ“9ñTÄn黈£à(ÍüP £`ûŽùOK6p–e•çêá p‹jKï¯r»;`Pgù.#zá&×(¦biÒëVʨý5ewûõ“÷&îTN~äЮ€Ç†½:ÀPXùû=ºœ¢ª +hßç.³ Ro/GA—Ôy>J†C—a RÏ¥^”l|p§ÛY52‰ÂÌ×1|dBòb¡|D×@ÄBê¯ãéÇ6ZA‡5c¨¦b¹´¯MŠÂªnÓ¢¬ò”w?ôÓ(¥üw ½î-E!{¾§I…2*0{š” +L€ì‰7yšlñûÉï-j +endstream +endobj +939 0 obj +<< +/Font 1351 0 R +>> +endobj +940 0 obj +<< +/Length 925 +/Filter /FlateDecode +>> +stream +xœÅY]OA}ß_1á©}¹Ì÷Á&ýÐ&Mû`BÒ‡¦!\VÖÝûë{Ôj«;3°ÆDW˜3wî=÷Ü3® +TEnN¾$”\&Œ’oÉŸ„’I"4±TÅ7,¥p£(|6òLèz!iñ!~êùoß‘|O–S³äà éž1âÿ8˜&lýœɉqnŒ‘Á¢Þ#¾È`üøÓmò†l^ý¬Ld9Z¤'¼H'Ù¸ì]äó»O£âꬺI'Ÿç£››N÷Ý[2¸LNM˜VãÒ¹fÌ~wVd“õŒøâžúyU^Wå}ér’YÞû5ÏÇWÃ:”ácNë`†³:š2ZäÕ²<éØ +N PéwÇÅhZfËYÈrŠ·u†__²ß-Òqv†,ÇXgß´Üfµûcz_•yœŽnîÈ×<¿ª®É4/È8ŸçF@^<7r›•dV¤é²C6Å,hEéëù+ÒU•aÑtÊ¢J;!R²&\C&úyÐNÇskÊC½d`Éj¤Å’¢]HÅÒ°*ÕF€qÎGÁýák +[•²{ÃW <ÕñZӛܥŸ×•„#)0ä›§lö'·àZG«3fÀ @­Î¨ÅUCkÙ/¾r +òüXðVE–ûºV¨Ò*ÃÁZÿ´p¥Uš6¾1"Jm•¢ ‘®ºµUȾÍx§¶ÔµZ®OksP«jT”¿Ÿik¼.*¦Á"!3#Œ +gNÍš'Ša”N‚ˆ¦‡Ö¼9®õ4z¾>¬ -­f·ƒ- g> +endobj +942 0 obj +<< +/Length 928 +/Filter /FlateDecode +>> +stream +xœÅ™ßOAÇßï¯ØðÔ¾ ûûÁ&m£&MûЄ¤Mc(p +wrÜÅØ¿¾­ZnwñŒ‰ž°3³;3Ÿù®Ë„F‘»„“/ %× £ä[òó¡dœM,U`ñ ‹D)Ü(ÊŸÍÿy&ôz!iñ!~êùoOïŸ%?’ͬ¿Êiòit/q€L¶yΈäÄ8 cd°Xûˆ/2=þt—¼#ÛW?«Òɇ‹ô¬S”é8U½:Ÿóû‹z•Ž/çÃÕªÓýðž ®“óA“E«ÀqéÜñ, †qÅgQ PÍÖúÝi™CÖR¸]Ÿq³÷ý¢®nëêÁý4§eVô~Ï‹ÑÍÕ6ˆ«É:Š«é:Œ2\u^ul‡E%PLÂæ\éwGåpReù4dIîÀj̆†%ûÝ2e·iÈrÔ€\—YÃjÛŶéc]=r>\Ý“¯EqSß’IQ’Q1/J €¼Þ7r—U32-Ó4ï¿CÚiàÞîÃ+Óea®uª²N;Aj, ŠéÜx ýˆCÐF€qÎW‘ýÀ„ÕšƒÂ6UnÞ|¥a9ªƒæ8œiIa.û +õ0ƹ§¨§6wô¸ñ}z¹Éè KÌ€AæDõïÖ¤_sðÆ•S °ðNbÛJ X¢'I.e8X9$´f\3ÐÆ;/óT) +ËTŸœ§JàPלMQ0UضÓ`+0U8Mjæaóhúù=Ó|žMgUšã^mwlYËêÏ3”>aÐï˜tD#¯BQ*­f›qCRi8ï„LR©)˜X¢<\ÏŸ63Ã~ßl}P£—Ò’Þ±àPÖ…‹™ö¬s”Eq~/˜J†bˆì„© •Ö¬ '@ÚS°°(«üX9”ulTï—`o7®PtIï±UH ÚÃ@¢îbÅ>xÅîÒ{ÑEXÁQÎùNXAQxy¤ý>zµ™¸~¿¸CgšTë+j‡—[ÔgÁ…\nPuù)Š\®PGµ! wfràØË%ʬØk²Ãx"PsÅ2ê0žpÜQÑ—9C¹pév„˜)j¯ÆZ<–'Ì¡ó•îq<±(áü;†'%\+—!oöm¼iŒƒ:“l@ÕêL(PÞ‘5 +ê$…áÎ(j@hÛO6¿¾€ŽQ͵dcÍ„"Ü ,ôM{Q×Ï(ô7ôz…[»‚*üß>RmWN½´ý=Yâ÷_è%.7 +endstream +endobj +943 0 obj +<< +/Font 1353 0 R +>> +endobj +944 0 obj +<< +/Length 919 +/Filter /FlateDecode +>> +stream +xœÅXÛnÚ@}÷W¬xj_†½{9•zI*UíC$¤>T¢`À ØÁ±¥_ߢ\šÊ»ë в3³{fÏ9³(P+rqò%¢ä*b”|‹~ü$”Ì#¡‰¡ + ~a)eÇŠòÇgëgÏ„Þ-$ >Äÿzùééû«è{”c˜Ý»\FÆÑð‚ øÇñ"bûçŒHNbÃÄov9⋌g¿ÝEoÈá•dUº!ùt“ž Š2g³jTç«b}ž¯³åªJót~QߦóÏëéíí`øî-_Eçã¦àFåÒÚ6Áç÷éç2Ms¿H±„˜qÅ{)S P½V¸ÙÁ£à’EÈöƒ,nÁh„V/Á™­(u€-.Ëlî³Aî.æZ’¢®nêꡘ4Ÿ§eVŒ~­‹ÙõäPÒ$}ªi²Ø5Yîª11 ÓMQçÕÙÀ ˆO‘Újà¸ÁÍØJ†³rº¨²|é³$^›´ 1ɰLgÙM곜æ ð:l:†ä°ÚÞ½¯«bDΧ·÷äkQ\×7dQ”dV¬‹+ Í›Hî²jE<ÒR šs¹¿ÔH™në y6¨Ê:øÔ+)0Ä|ã‰$!çÁ Xı£ƒOkCŒdÔ“A0¦žÐ¥W®þ<~"Ê*øÞó0¨µŽ^UÌÁ˜@¹q”’5J£$¢(HìZÝ{"%fÿPÄ;ç hûN„i0Ü)_¼I\¡6×Ì­HNËâÒJØùÍY±¸4˜iT+$.5…ØAjÿ"ñ‘ö|Z^?lÖ¶ž–Õï]·&[)-(騏²•€p³£/ÙJ޾.¬_ÊßO¸a{Ý{¹ß.¯Û]2ôsÌ¡@Ž–JÐmé«}XaH¨gZ±¦0èãBɪƒctpúÔ  +­›<ýiJ4m¡ÄÓAXÞ®íä?Ârton6òf7Á:p§¯îè6Œ&¨€Ø9ób4nÑHÆÍV7€ÒxŒ>ÍAm|i3Åyä¥Ðî59Óp–ä-Ÿ Ý!,ÉZ77Ãø²$ç +¸Sþø¨ÍרõÔ™œ¡÷ +ÑuœESæÀ÷‘S`íXÛy]—2ƒ~+”^:.V£ÓêdÒ>ìuêœÞ7‰+T,vœ‚P B…cÇ)p4`îö÷&bÆÐ}yôò©è˜QÖ5” £c‹ŽÐÑÀ!Sb´]ŽFô—ϦÁ­í¥B÷æê w©À¸þ’6/£-þü R¶ +endstream +endobj +945 0 obj +<< +/Font 1354 0 R +>> +endobj +946 0 obj +<< +/Length 911 +/Filter /FlateDecode +>> +stream +xœÅXÛnÚ@}÷W¬xj_†½_©ÔKR©j"!õ¡ª" +†c+J¿¾Ã%i£&Þ]ãP¤à=;»gæÌ™uB +£È]ÂÉ—„’›„Qò-ùñ“P2N„&–*°ø…E¢”nåÏæÿ<z»´øÿëé§¿ß¿N¾'K„Ù¾óiòat/q€L¶{ΈäÄ8 7ÆÈ`±Ý#¾È`ôøÛ]ò†ì_ýY‘.Èr¸HÏ:YžŽg£¢W.¯³ùý§a~{QnÒñçùp³étß½%ƒ›ä|P…j8.kÕH0Œ+Þ.ª ê ŽïÓÏyš.ÃPn·Lh56É€"-[fw`5Ò§]TfA+J[f5 ·…£MPí4p<_™úÝi>‡¬‡éN1ñ|4ége±*‹Cérœæ³¬÷kžn¯öÁ\1š«É6œ«é6ž2\då²8ëØ +Ï0ÎyªO¿;ʇ“b¶œ†,©9(,½Uäèwót4[¥!ËI + ^uýýj‡Ãz_Yœ7÷äk–Ý–+2Ér2ÊæYŽNÜÍŠk2ÝU°-nÁa +¼|yº.gH¿³N‘—i'$TfÀ „U^F?æ*¨Å•/OûÜUN@îÆ$`si[••@‘¬Q•½ÙÖFöÍî@3Цf¿¥£JQ˜yút± +lõNH7Ìñ}Ky²0 –G6ÍîûhÍ"ŒFw ᕨp–V³Þ6¢%–†ó¶Q,5ãSÌp–‚ð¨ÒsüñApWÃMQæéá¤Öå0/~?QÛx¥”­ZueˆÑIÉЃ±ê‹ÐII%èX™z(чÓÚµ©—»³ +*Ö ÖÓ;4iÑhÕ•¢º˜˜/TljB-õ +•lù%úªXÁ9S «ª;¨‹ÉÑTŊʱ˜¬gê¢QôUþD°hq‡¦Êxmh¥j=W‡ëH· „wæ%YÜ É“Õ!Y\¢‘òp:Ê3z%,`O½X¥ÆÄË ç +¸¯5ŠBÎÐ`Ð6”µÝRk+šÇgIØ92‡V)v8Ö ¼Eÿ« Âk4O¾iB#RÉú$ÿŒìÕ•h’üÝÛ«Á 긡ÄQðíQì´»Ax†nê„)NÑ>y¼NŒÎ:´N)Û†ÌÊÛ ÆMfÑÈyÒ4Æ*°ÚGØÂÿg°/Éáe²ÆŸ?·Í +endstream +endobj +947 0 obj +<< +/Font 1355 0 R +>> +endobj +948 0 obj +<< +/Length 926 +/Filter /FlateDecode +>> +stream +xœÅ˜KOÛ@Çïþ«œÚËdß(Tj+@ªÚC¥H=TJ“M0$vpl!úé;  +Þuâ˜dç‘™ùÍo +TEnN¾$”\%Œ’oÉÏ_„’i"4±TÅ,¥p£(x¶øç™Ð›ƒ¤Å‡ø®§=¾þ2ù‘dhfó]Ì“O£¤ƈüçh–°ísF$'Æ`è#£åÆGü"£ÉÃo·É;BÈpRŒgešÍ?¼'£«ätTw Uà¸t®î@‹³ÄXåÐapÌ‚V”vY1Ô€ÜtwgµÓÀ1­ÆÆ¦Ø‰{Íž&ã\p–ô#‡‰ÖÈPi óª\Uå.ŸM}‘æƒß‹|r}±‹äb¶ åb¾‰eÀDŒ—y••'=Û#Q¡)¡ŠöÌ]-)0ì´ºŠö ?IW>æ8fÀ YêR?¼?m—¦U™Èéx}G¾æùuµ"³¼ “|‘y!oä6-/É|;LH„KTƒâª¦± S¥Xq'½²¨|/"Lå,ê¶è§¬ŠèËXú)ÃÁÚŸ÷\¸^i\*Í@› Êe]QXÐúm¬ \¸öèø¨¸Ý-po$Ó`yÃ= =븭jÖp7hͺtD˜-Dzn0ÛlchϸaàÂë_4V¥¦`èé«R:P2ô©6«Dˆ„ñ`• õ pú°~~RŸ-Òùeé3Ì×}ÖnªqQþyBÕG"FxF%èZvÅRU8ÒÖ§¬V…E&Q,V6Õû÷]úO³¿]j¿os5ójy+ƒ;ÂÑÌKÔGM‘Ó¢yZ)|?Ð[GÔ”/-ÊÞª¾(ª¦/0ÏŠ,s˜4=ļEauàÃ!æ ʰ €âÙÊ•¾ZˆAëkÀ؇³\¢< vq#Îrò.ÆxÎr†J,Ð{ ØzîF8FQÓÕöÇìŽå.s(ØBµß„»Ì¢ £*–»L£¨ +¬R‘kï«Å¹3ì+ÚôíH®HTaÂïÊ¡@…¯/Z€3Æ ¢)¤Ž4C-ÖXGr…¢2‹PR¸âPÓ5]Rã‰AI×ÎÉ¡žhT‚á™Íve€Eô}×l— +lp¼€öïÉ þü?²Vn +endstream +endobj +949 0 obj +<< +/Font 1356 0 R +>> +endobj +950 0 obj +<< +/Length 933 +/Filter /FlateDecode +>> +stream +xœÅ˜KoÚ@Çïþ+NíeØ÷®©ÔG©j‘z¨ªˆ‚!NÀc+j?}‚’V)Þ]cQ¢ÄÇÎìoþ»Ž(PayŒ8ùQr1J¾FßJ¦‘ÐÄR?°Œ”ŠEùó³Å_Ï„Þ.$->Äÿú÷¯—ÏßEߢ Íl¿Šyôaõ¯‰ßÍ"¶{ΈäÄÄ:ÆÈh¹õ_d4yþí1zCȰ_$“t•¼{KF÷Ñå¨n9#Á0®xÝrO«‘l¼L.zï«2ù"/ÒlNVãMYÉm’-Òù]™dÉôvVmðç|1ÞlÈcZÞ‘y‘$YɺJ‹dzÑópL P*‹*éù„§8p»Í÷áðÈpRŒg%ã³ d@q_ëÒ¿]r^¤SŸåx Vs×/‡ ¦e²Üï@Ž)L'å`ŸúË—Ì_m½Í{¯ïcYЊҺÍïÐ:5 ·-vã:ÖÀ1ïµ…qÈúôWr½«h/KVÅsTLWq&Æ×y¬k +¸ó˜V ÎV_’ÃÆnT_Ç[çbll×)Õ÷<¦43`[®*æU¹ªÊ}8I6MŠ4ü\䓇[(LôÈx™WYyѳ=â&Õ ¸rœ_Ã~Àù®b»µº*ÃÁZ¬ÿC×Ëñæù’çÕŠÌò‚L‚hëá—f q;ïç+bûW) + _·E\%p’r4±/nöÅÓøЕaeLýJW1 –;çˆSx‚3¨f#H'žÈX‚hʪ &K+€Ù04t²a»ÇÉSx¢)˜P`u㉌AÉÀ2èÆaAx`ïžpT}ÎSÐç’)ˆ™{¯OŒsI%hÜ÷z·‚p.bÒÖï`϶+ÕõÓXžŽ‹‡}¶ÖÕ¸(ɾÐ +e¤td.ºB¢2tƒÒ—»ØD yݼឆ?aÎvcðÍ.c^ç¼à¨òBÙÖ†]vŒêhd‘¢Îs]t´ÂN£¦3 •ór‹jîÈ«’Fv *¹PµaW¡†;N¾62+Qê¡U¹@-çf’7ã8WÀ=†Iƽ:®›Ð3 ÔÙ¡Atã奣èÆ,J7E©ÕzÜy8¦QÖÎaáÈdØ^Ôu‚L&QÑy°gý2¡@9‡!¯ÙóuùzN ˆP¨´íC©Š›¶} ¨Òš^æÁ5Fæšã:Ö új犤± eWèÝ|Ë.(Ô[ +©K¤{’à&Zã÷# jU +endstream +endobj +951 0 obj +<< +/Font 1357 0 R +>> +endobj +952 0 obj +<< +/Length 925 +/Filter /FlateDecode +>> +stream +xœÅ˜ÛnÚ@†ïý+_µ7Þ©ÔCÒªj/"!õ¢ªCœc+JŸ¾‰Ò¦J½»¶C@H``g<ûÏ~ûï6¡@…Qä&áäsBÉUÂ(ùš|ÿA(™%BKXüÁ*QÊ7Šò‡kË¿® ½HZ¼ˆÿzüéÏï/“oÉÃìŸå"y7JçŒ8À/Gó„®3"91ÎÃÄ­ö9⃌¦ïn’Wdÿe>{󚌮’³QÓxVãÒ¹æñȰ¨«M]‘õd•¦Ùz–•yqòsYL¯Ç›É®ªËl<›”×ãy½Ëfãm=)«_'L¤d²*êuušÚ” B2 ãŠ7&4LËɼÊ׋!µÕ0ÜpPfÓ|“… %Pœ×¦òïF»/ÕÛº*NÈûbY”˜-y¢V‹åd·#7yuIe–­SRfÛ:/³ÙiZ•u–†äÅXóØTµaL͘­(mž2 •5 ÷ýÔ¬22Ì«lu_¹+O«“û’}ÀŠï öq_¯4DKÚiàX{ä°ØS%ìéÑÞÃÆ9o+?vv›}<ˆ/(’æ páòˆ£÷T ޝ!Iag[CÜ‚Ãþ;¶†˜ƒ€j¥¡a©Å•wµ ¥šr +v`¿P;,Ôm˜¦¬ŠÙ¬¡(¦)ÃÁÚæ}@×”¢ Qå:’kg“Ý-ùR×õ†Ì‹’L£8—À}Ôÿ§1” +ûênÖ(Ó`yóŽ ” +·„šy@þo*—†©U: "–#=§`0·Ô÷œaà<½~`*5 ˜žoV:Pòeg\X±àé9ŽÖÊËŒçL€¡c/«*A{IbáHëŸÖc‘XX޾Ügw£H,p¥ ºQ7 }—‡Os]TãËbyûȈwt—ؘ }‡1ЙŸr¡Ð¬•)ÀR}ÂJöª‡:-Ø‚¢Ï²ž-DÏ1¹CÇeZ:Ù¶1-Ú-ß™B/ä=V,ºÞBƒÕÒM¶ )Ñ\œµõS ³ŠeJט\o{Ñ6&C‹åoÊ`pqŠþ* ášÀõäR܆ZÌ1ÐÞNŒ¢³hød3è#°Å°›¨ç¤-Ê?ú1”DkÖ¨ýx2¡@ù6H1(Äü@7P·Œ¡sŠEˆl7Œ¢oêæf:Åwh¦<²~Îð”ït¡dj´K±'Û=Þ§B«ÔÍ©t +/X¿Kéþ"Ùâë7 0 # +endstream +endobj +953 0 obj +<< +/Font 1358 0 R +>> +endobj +954 0 obj +<< +/Length 926 +/Filter /FlateDecode +>> +stream +xœÅ™MoÚ@†ïþ+NíeØïäTj«¤UÕ"!õPUˆ‚'`ÇV”þú¤JÒJxwÁQ¤ÄÙÙ™yæÝ¬ +TEN¾$”Ü$Œ’oÉŸ„’i"4±TÅ7¬¥p£(~¶|õLèÍBÒâCüÔ¿¿½¼‘|O +4³ùªæÉ‡aÒ¿bÄþq8KØö9#’ã 0tŒ‘ájã#¾ÈpòüÓCò†<½Ò¼ÎV¤¯²‹^VL³*/¿–åävT”õhQ.G³æ>›ŽÖ͸ªhôß½%ÛärØfß*p\:w.ûF‚a\ñvûi^åÓõ´åÙKZ6õ]SGl†‰¯Ê¦¨/z6pcŠ·›Ôhs&íOªñ¬Î‹yÈ’’Å$lË•´_e“ü. YŽYЊҶЧO«ý Õû¦.äc¹,+ô˜ü«ùr|OòzAæU–=Reë&¯²éE¯®š¬â5 7uÚ´4"dÚià˜Þí§@ÒÀìÒX-³5ªZKŒ@>©®Ï­«M°>mbÕ É#mçâ +ô@“šƒÂ>æ©ÉNM*žcßepú˜}Ú¦[Iiî©Ên·Æ-8,³Sæ 3`K§ÌªAqÕÚL:6©œÅxB‹VÅRôu“PX)ÃÁZ?ü#€µmÂûðJiÚø(^)EAb±énx¥°ž†­8^]ŽïÉײ¼mîȬ¬È$˜_>1 –·!9ž +§HÍx{õÆ@P: ÂPJ+€Ù¸f³£4 œg:¦yMÁĤCóÒ’{NQ¤”‚ˆeH‡娋âz{‡ÆŠ"v¾C¦´3Ç2/œiÏvò¢pò‚(²ÕÞT:c…r`¥ï`£+$Š8Ã+8ê%{Â4aV,óù¢Î + Øk-½C ¸Æva(ZE1åå1h奒éL_r‹2H{Ðï™i/_¿o¯·aêùÜ :Ú—.˜W¨”öTX—(šboÂöB+¨•bñÒáF¹~àÂ!æŠ(ïÅØñÌSÔ\þŠ=–yæPf¯Â™EIæ%P8\™vÀ¦Ä ºîBÆ>¨eØK¨÷â/ +µL¢Öó”mjq%ž:ØOζ£7À3†¯µDö¾ßeÕ›O>ÅØ¡ ÈçÐÿ ºò S¡“ïÎdƒ5Ê/ÿÅõI\Q(Å:RC‡º"ØXeÔÂèëdßre +endstream +endobj +955 0 obj +<< +/Font 1359 0 R +>> +endobj +956 0 obj +<< +/Length 933 +/Filter /FlateDecode +>> +stream +xœÍ˜MOÛ@†ïþ+ŸÚËd¿½…Jýªª= Eꡪ¢4qCbÇ¢¿¾ãPA)Å»›:$A pÂÎììÌ>óÎ:¢@E¢ÈMÄɧˆ’ˈQò%úöP2„&†*0øU¤”ž(ÊïŸ-ÿx&t³4øÿëñ_Ÿ_D_£Í4_åc}z›žo“ÚÇ’² +VÙA¶©ŒŠut˜S c[”î¬k: lJº³®(H,m}ë»N×%åKX…÷Ä]¯ºÂnQ± `Ó`¸«“¬Â>\³öf"€°Ò`¦×ÿìéxsK>ÅU}MfEI&aÀõð+a`[{°'Ðö®ÔÒB€+¥%Ûz äJa@„b'0—=;aÉQÁ…aOŽ0”o,° Ù“+T‚ÞXA\V€4G‘ < %Õž\Á›êcHJ¡P×ÉÀLØ“+•œ_ +Ð=iñf»à¸x‡`»`í)DuAQN:ÆTç% câà§›§ãòêÑœáÅì _ž žt±2¾\¡DìLîr‰’/tLøWOüC¶m†/¶óºê¹@±Ê·.ìr¼uŒ±'» U_è¸o'ˆrŠ +ÉõÒ‘eµÇЯs»U](”º°«QÏýç°d'»Xÿ”à|%J;wÅzcŽ Ê£­ôÂÜ“[{Àáæ@8k4sŒ¡Útcæ, +9Gªï&^Û©ç1GAØÚ…ƒS£(t¥y7*;ôõÕ¬ +L¨&òÎÝGçE´Æï_‘mD +endstream +endobj +957 0 obj +<< +/Font 1360 0 R +>> +endobj +958 0 obj +<< +/Length 915 +/Filter /FlateDecode +>> +stream +xœÅ˜KoÚ@Çïþ+NíeØ÷9•úHZUí!UU…(âp0¶¢ôÓw€6MÕÔ»k\E +ñÌŽgæ7ÿY'¨0ŠÜ%œ¼O(¹N%“/_ %ÓDhb©‹_X&J9àFQþpmñèšÐÛI‹ñ¿þüôûûWÉçd…f¶ïrž¼&ý Fà‡³„í®3"91ÎCÇ.·>â‹ '¿Ý%ÏÈþ•æU¶$«ñ2;ëe«iVæÅàÛ¢˜ÜŒVE5º*÷£é¸¼ÍêM6­ëqY}Ðé¿xN†×Éù°É «ÀqéÜI0 ãŠÇ8Q”Ù4ŸTƒé}ö¶Ì²U/È’ NzTÅÛmÚœÒ É€bJŸ6ó¸«1õNê³ ¥Q™×¹Ô€Üv¨FÒþ¼Ì§·ÓNǸúR,-êê¶®bÅDŒ—E½ªÎz6쀛 Åúnη´?)dz*_ÍCniçûVÚ/³I~›…ÜN1h~éþ^?£õ²®Šy],Šý%O…k¾o6ä.¯®È|ןH™­ë»ÖY¯*ë¬â–¤À°Fe6nÁa¾{*? M5fÀ £jøWãÆ ½Ã˜½Á]l#öv° .®©ÅU\ÕnV9ÓøÈV­ЉEŒVpT†ƒµ‘IÔ ´‰A:0«(H¬-}d³ÇÉc§Vý~V=®Y¦Árï˜ 6…3¶fþ‰!l»N݆kÒIErMZÌ6“(kRS0~<¶óñæž|(Š›ú–ÌŠ’Lâ@à˜t dSäâa)…áƒQ ,%Gæ«ÕPTJ†B‹yP?iîs7pДT‚ŽEIÇ>'@ÚÈ‘¡k,а¶Ä‰Bª0¨´t\¿ïú° +u–<ñC—(³bÔµUV÷›Ž88J³‚ýWXWBSPÔ`»Œ£ñ˜;Êø”o¹EaèÙRD™+Ô_ +Ízµ ØcQ~ Ìäeœ¯4bÈÉ +4?ìBÙɹî³þ=¿~ÚEl7½^îâÔ»9CỪ;Ü*EæÍá®­2‡,v׊ˆÌ¢ìŠÅÑáçÓ¨ºXT´´ŠÕN6q[•(»b'Íí +ªíš¢½UŽ +Ì_£ÁHc åW@õùöDn4F8ßþ/h¡§übö¦(¹< ­/}| Ydk,€âRõe÷ß„¼LÖøó…c9| +endstream +endobj +959 0 obj +<< +/Font 1361 0 R +>> +endobj +960 0 obj +<< +/Length 917 +/Filter /FlateDecode +>> +stream +xœÅ˜MoÚ@†ïþ+NíeØïD*µU©j•¨z¨*DÁ€°ƒc+J}R%iÓzw¢H‰Cvßfæ™w7 *Œ"w 'J®FɧäÛwBÉ,šXªÀâÖ‰R¸Q”?>[={&ôv!iñ!þן¿=½™|MrÜfûU.’w£¤Áˆüãhž°ÝsF$'Æ`(Œ‘Ñz«_d4}üé.yE¶¯á¢Ìfo^“ÑUr>jZÎ*p\:×¼.˜Uéšä“uzÖKóYZfÅàǪ˜^ó¢×ù²XÝçõm:oêIYýÐé‡(0 ㊟N N·»âÀí6%"e:˦Õ`vŸ^–iš÷‚v’ (æ¤'uyVîÀjL·Ó)`´¢ô„ÙF Èmg9•í4pü ¢®[Øt(–¼¯‡õ›˜6ŒsÞ&6,êꦮ¢ŽÄDLÖEWg=x<ÍAa[oαaZNæU–/B–T šsfØ/Óiv“†,Æ-8¬¦ðVûª·uU ÈûbU”¨—¼ˆÕb5¹½%wYµ$‹];"eº©3lRg½ª¬Ó^ˆ*fÀ ?ÄaL̨Å•¯ÔCI©œIÛ¦McÀ¾ìâu± ×å6ZA[Y óºZoj8Xë0:ÞT3Ð&riEA¥(Hd>êñŽƒÇM,ò‡Ió˜›2 –GN{oŠC´f‘Cž›J'Aø‘Œ0i0ë +¢¶ëÊm& ç£&5ƒUהޓ‚ðÀâ_;ŸÜÞ“Eq]ßyQ’iÒTqôf eEÉО±æ°EAQR ÚO”P( +'@Z´#gɇ´ %…E÷ËN`­P×Û;Ý_¡¥’-G„(p +‰Ö)–(U sêø®"NGçKšN°ÓåE{MÑ¥îÐU¯m &.·h©î"Žƒ\n(0é›'¢ËÚ¼ÎL#è¦<$ +5i¾ÊË*Í1bÏÍv$n9WÀg°xàr†ŽË—æ1ÀåÝT@Úf-sè“boÐ^ »çOÀnîý¼ ˜EûÔ–7Ðh¥|÷€uEcïÏZ—I´S¾éï G +ÔÞ÷ûàh³Ú^Žw"€¡/ó—ïPôbãtP›¿Þƒ±k¨€!2ºÿ#I«k[´”Þ²Ž"°B;èCæßþœlðû_®:Û +endstream +endobj +961 0 obj +<< +/Font 1362 0 R +>> +endobj +962 0 obj +<< +/Length 946 +/Filter /FlateDecode +>> +stream +xœÍ˜KOÛ@Çïþ«œÚËdß(Têªö€”ª‡ªŠÒÄCbƒ±…è§ï$T¼$ֻƂIvfwfö7ÿ¹J(Pa¹I8ùšPrž0J¾'¿~J‰ÐÄRß°N”rÀ¢üþÙêÑ3¡7 I‹ñSOÿzxÿYò3ÉÑÌæ»\&Ÿ&ÉðˆøÏÉi¶Ï‘œg€¡cŒLÖñ‹Læ÷¯n’w„ŒËtž]¦$Ÿ­ÓƒÁǺ*Fäpv}K¾ÅE}IN‹’Ì‹UQfù’äE5­ó³bu;MóU¶<«Ò<]LOëkü}UÏÊê/yO&çÉáÄç–Uà¸tîE·n²êŒ,Ë4ͤL¯ê¬Lƒª¬ÓÁ‡€õøâžm“ñ¼œV¸©µå[ —[–Ù"d)ÅÛMP½Ëá‚Y•®ÿG%Íi™£?«b~1 ˆÈ0ÄÉ€bæùd‡ÞpVcbì‡7Ì‚V”z³è¹7&j6¯F‹Ûôx›¾A–¨¹¹?öaÛÚiàƒýHPWÅRÞÕF€qÎsqíÔÍA!¢´?oƒÆ¯I-)0¼ +š²p\ÔÕe]µÞ2[u^ làF¹‡÷‚?%ÇþhfÀ é}y5Þ:`9å,šHê¢ür5»¾&à•@±l^Žf<ä•á`­¿·‰‚¼Ò ´ñu%Q WŠ‚Ä Ömðø± ÀáÃùmŽÿxsúAPQ›Ê(¤tikä®u}#ûLƒå‘}M+v+ìÊ5‹ìY:Ü©tD,’º´o0×»tiÞ0p± l—ö5À©ÞìKJ6†?˜»RX $zw·øhƒ]ÉQË6\hQЕ U(ó‡.ºÂ ¶áiíGpÍ¢æô’­µÔXTûÃa¡PJ_§a!QÃÅr(:›;d¬+Þ±Ç.á(ób¹Õ›3¬?¢@-(j·/Q楛éOdÇ9cQ¹õ8v‰sÆ ðkÚŽœQ(õúÌÄù"Q#6ßÁ¤çBƒjÀßÛžs¼±¥b=g(@Š?‚õÌ¡Tl¨˜P…½˜•Oèžáw€ke§ !ûÓ¨›ºÀ¬3,$Ú> +endobj +964 0 obj +<< +/Length 932 +/Filter /FlateDecode +>> +stream +xœÍ˜YoÚ@Çßý)V<µ/ÞÞ]D*õH"U­ÔHT}¨*DÁÀ`lEé§ïª4½ö;)8dgvŽýÍ7 *´"w 'oJnFÉûäóBÉ$)1TÁ/,¥,p­(x¶xôL¤õBÒàCü¯_?ýüþuò)Y¡™ú]Ì’Wƒ¤{Áˆüã`š°ÝsF$'Új`è#ƒeí#¾È`üðÛ]òŒì^ý¼*×UIV£evÖÉV“¬˜ç½¯‹||;\åå°Z]ç‹ûádTܧÕ6› 7Õ¨(¿õ˜èÑ2¯VåYÇtH÷Ås2¸IÎ.ŸŒË¥µNŸúÝq1š–óÕ,dI-A3®¸cÉ~·ÈÆóu²œâÀMwÇrûÕ~DìeUæ=r>ÚÞ“wy~[­É4/È8_äBHîæå5 pJ2 X#ÿNå¬È²U‡Ù¦šÙä¬SUÖ Ù/·`RL‰+#ý˜|0©¢Ô•zÉY1Ÿ„,G5Ⱥ½ÜELúó2[Æ×0 «ÛÔ¦À1H®ªx +7°}(Öº¯¥ÛvC ÐÖzºø77r,Ëù¸ìMî³Ë]±YJ9(<÷<ÅÔú†ƒÓ× ¤À°SO]ƒÜ€Åþ>u 2 ùUƒ-¸ASP\yO»nàq§¬þ1[ ›Ý]wQÌVšƒ1îÑ$‚ÙJQØi$³_»=[Œ¶Û=¢Æ«8Ý9³ÃV…½· +a«b)î+ç8Æìã.do0buÀ.ëxë +§Ù”y†Ž6 K+AJ®£ ÌÄ!ä bJÍÀ:GŶv˜Rбxjİ´ ä)r* ˆX5b˜£²ó2¢y³ Åóf8˜u’JH½`9v»“ûÖ +@_J£X' +Jí–¼¬ +õšt­}ú'û\“¨üœtŠç'öHß…A BG%çGO(Bk\ì‹7pþ¥˜çº¢}/¸E™¦[Çq^Ti¾«ŒF Ë5J±Xä4¿_…J¬Yç„Dæ½ÑkÝ 2̦¶½à +xìtÙ¼ õšÿHÆ4§(Öšû 1Í,ƒÔÛéQ˜f5¤«á˜fØ›Ôsa蕤ëѶ¬Šì/WÆëQ&Qòù%†§L(Pþ!.”§èˆXž=n?ìC¶›l¯v :ÐCy °ÌRkGh¦ÍZTjžRo†“•™ÿº¢éí¥(Ëbïê·ªP“Åèx«R PY½J6øó!n`“ +endstream +endobj +965 0 obj +<< +/Font 1364 0 R +>> +endobj +966 0 obj +<< +/Length 925 +/Filter /FlateDecode +>> +stream +xœÅ™[kAÇß÷S >µ/ǹ_ÄÚ’J }(E¬®fÝÕu—~ú5$ Åu£!ltæœ9—ßùOV *Œ" '_JîFÉ·äç/BÉ$šXªÀâ‰R¸Q”??›ÿóLèÍBÒâCüÔëß^Þ›üHrÜfóUÎ’Oƒ¤{ňüã`š°ísF$'Æ`h#ƒÅÆF|‘Áøù§‡äÙ½úY•.H>Z¤¢L'Ù¸êåEõ}´®ê2½ª×é䦕՟N÷Ã{2¸K.MÛZŽKçš·íwge6 YÏH0Œ+îq£_ÔÕ²®žüHóIZfEï÷¼ßÑ›árçÎpºñg¸Ú:Ôc¢CF‹¢Î«‹Ží ÿ´ÕhK¿;.GÓ*Ëg!Ë)Ünâ¼É~·LÇÙ2 YŽ;°¿i¹ÝjO'õ±®Š¹­É×¢¸¯—dZ”d\Ì‹= ûŽŽ’ÃÚóäO«®r Ëìœ9Ç ×9sŽjP\54›ÖMPNÀâ?£VÅÒ÷u³P+ÃÁZÿ8ñVVš6¾9#ŠÅJQXÀú4,VXŒ».ŽÅŸ÷³w6­×¯ÐMÅ4X¬ŽÆ@ÆpSálªYóÌÁMé$ˆXhí™[¯7çÔ¼¥Àìa”8|SÃÀO(N¿«¦`b9u¥t ä›‡RX±:~WŽr+®á¿'C­ÅŒäá»R ÚO–ï*œi½Q æ™°(¼¼üˆåÙ¶A‚3­€jOþDÑL(”‚²9L4ÊéÑõG*Ëÿé`GÑÖŸxB +v2M)(*0¼`#w¨¦ŒW¢ÆÍ•»œ +¹E1å¹`hÙƒ2+*§µ@¡Êz EÉ%j)ÿ]Z›® +”R±„9­\?õFœ •”¿†Û´€¢ö:kÙ3‡jË_öÁôe¥–NoH_¦pïÈ…_†M‚zn#ð˄庂ÅdšÏ³Ùm•æxfG\êb_ÑXñìe u˜/ÕcÌ(j,¿Ú %°Cí·žÙ÷ò%Ñÿ_AIå¹Th×êÊKÞ¢ +…Ö¡¢'N¾*°Ç믧7É +¿ÿh ) +endstream +endobj +967 0 obj +<< +/Font 1365 0 R +>> +endobj +968 0 obj +<< +/Length 937 +/Filter /FlateDecode +>> +stream +xœÍYÛNÛ@}÷W¬üÔ¾Löî]*µ U­T¤H}¨ª(M6ÁØÁ±…è×wB—¼»“EÇYŸÙ™sÎp™P "Sä*áäKBÉyÂ(ù–üüE(™$BC¼a‘(egŠò»kóׄ^/$ ^Äo=þëþþ³äGRàcÖ?Õ,ù4HzÇŒXÀÓ„Ý\gDr’Ù cd°XcÄŒï~»JÞ‘Í«Ÿ×nAŠÑ¦eå&ù¸>(ÊúûhU7•;*æùì¬v…›7+79mFUý'í}xOçÉÑ  Q`¹´vw2 ãŠï v÷tÅ›uµ"è÷fU> YO2 ˜¬¾œê—M½lêÛ\1qU^üž—ã‹!6\n"ºûІÓulÃË›à˜HÉhQ6E}˜š” ãŒÆd{YÐ~1ZQÚž/ýÞ¸M뼘…,I3ëþðüŠý^åÆùÒ¬¦±¤(&tÛô7«ÝnþǦ.ÈÑhuM¾–åE³$Ó²"ãr^V 9€í×™€ÌÚ–R¿Êë32«œ+RR¹Ë&ÇO™=.ôTMIHknÀbGuþá° 2¤²(èÕ ¸òÔø3]yríNnr8äIÊ*X¬û·2(Vèž$©Ê8)O:„£è,R«tGQØQôžÀ(R}Í2TD(lOi»o"B1 †·É› ÍB­®Y›‰ÒJ­ô¥"dÆÀzdÜS*âs˜j˜ÍG«yHø4…¬•BãEƒ””lßµ(Ñ …ág²PÙ 9:´8z𻃓õæÑ“dhÏX¤jÙ**AÇ2Ò6+@šHeò") ±XzÙj¨XòTï.Ù„B&wyÖ­]ët@ Üþ4$×À½¼Îã‚ù²éå ~C!ÿxP¨wâE¾Ü¢÷ÄÚm[2‚|y†fÑÃJ[´ð2€¥Ð4¶9â×x.Ñú²?†‹¹@çg¯P.æ\÷(¬W îMFêmÎЫùçvo…†¢UóÀÛ¡aZë¤o[¤Í š°XÎê.n¬Ë1Jl”ïMNH4n±R¶;4BêrÒ‡†£wÜâÿÀºÁÈŸQôµÞ9lù[´¥ž5¾á)š`ß=UÇôO3tÈ(XkñnÆ—÷ÿsüir‰ï¿M´™æ +endstream +endobj +969 0 obj +<< +/Font 1366 0 R +>> +endobj +970 0 obj +<< +/Length 915 +/Filter /FlateDecode +>> +stream +xœÅ˜ÛnÚ@†ïý+®Ú›aÏD*õDªZ©‘zQUÈCœ&ÆVÔ>}Ç¥©šzw P¤à™Ý™ùæß»„F‘û„“ %7 £äsòí;¡dšM,U`ñ ËD)Ü(ÊŸ-ž<ºYHZ|ˆÿõ÷§?ß¿N¾&+4Ó¼Ëyòn”ô/q€Í¶}ΈäÄ8 cd´l|ÄM»O^‘æ5œ—ùôÍk2ºIÎGmËYŽKçÚ—Ãó*[’UºÌÎzE™MóI5XÕ—tSÕeö!-o/êM6½ªÓ²úÕ뇘6 ㊟À´ N`Vqà¶9ý=LOf—e–­Â,IÓÏ“%ÉX)uÓÌ‚V”ž"£¨Ùô‹£[ÖNÇíÞ+©^h›Å +öõ¢~`3ÒF€qÎÛŒ†E]­ëê!–l5ÍʼüX“Û1F4^ïBO1¦ñ¬ j|·jÀD¤Ë¢^Ug=Û#AAj +›t{R û“2Uùj²¤bО+Ã~™Mòu²·à0éÛa¸[íaÃÞÖU1 çéæ'ùT·õšÌŠ’LŠEQ¢ÿ¤uÉ}^]“¯˜ƒ ûÿQη͌”Ù]c6žõª²Îz!S Š«ö*F‡r +¦ñaˆª¬Š9U19LÃòVÖz…îýÐ ´‰œ0ºðCQÈ%Ý9|•ÀÙ/Š]„‹ma7ižØ¦ÁòÈI¤ ?pÔÖ,r,éÀé$ˆÆuî‡À¬o` F·4 \ÀÀyTtKMÁ`É·×@º¥t dûñEÀ[rTs­½â9t¿÷ z¾H7›©Ÿ§l€c u!kÛºè¨íCa ©… mÛT…jaQÅ¢©et¾lö=Ë…ê8HưBu&#§“ÃX–(Îb´…@-vÀ;ˆ9j±XÈÆ2;A.Q”kû^g¼È2w¨ÉÌá4o„e‹ÒÍ»ÌMn(0Oöäæ–û`“+T”¾»Œ(jr‰jÐS‘Ôä\÷ÌP‡¼O8àCÝ×Z {+^NQÊùÒ=†£Ì¡& ÈâÀ$f¥U,T"r8p¤euWëÃqÜÀò¡±r¸!QxµNp‡â- +T'7qsTV±8êÀ †Â*–M¸AQyµOçn8T`§ï E›ô ¿§¶  +ü˜ÌV¨#½Å§tXOQÿƒì«ä~¯ŸvÍ +endstream +endobj +971 0 obj +<< +/Font 1367 0 R +>> +endobj +972 0 obj +<< +/Length 870 +/Filter /FlateDecode +>> +stream +xœ½˜KoÓ@…÷ó+F^ÁæfÞ*ET,@‘X T…ÄIÝ&qãØªÊ¯ç&­J ªg&v*Uê¸s<ãsï7Ç[€I«é ôaô’pF¿?)£s" uLƒÃÖDkÂj&Ž­“f?rxÿëé_Ï¿ ßÉeö?Õ’¼›ÑN=à—“á‡ãœ*A­Óà…òžNÖûkÄÌ>ÝW”Ž«|V\çt3]ç§ÙÛ¦.OèûrUVÅfIÍ.ŸŸo›iUÿ¦7E}A«|žá¯mSà§Ó¬®š<{óšN.ÉÙ¤íJ¬Ë…-WBdzjº¨Q7f@#A· †Ã-«b3” Ü~[‡Ã‹:_ß/T‰Ó/fõÉa…¾(ň) ï5DLxp 0ˆw`4c­·ø9±ùmþ ¥Ã,¨}µ 0'ã \¿A¬a°ZÖÈ Ö0V‚õ¾µ5ô'fhì]GY#YLsÚc<ŠlF1àXB!ŒË¦¾nêûkÏ7ó¼*Ê“_«rvuþ¸‹žp•Ñéºl6õiæ25#áÀceµcÈ$†˜TD;'>ˆ#†—N‰=^KxÌ.¶KLÐr]:åõ-‹Á&Lƒhº!%ËÃp9ôÎcØ"fš`=%±EHš·#8.‚c øöˆœÔ6‚aª ™<…6Üc® ;9–6Üa^IEÀóæŠÜ€qƒq%¸Yé] ‰¥>sꮪ0¾œÞŒ¸Ô C¼ÿÙ Œ+©Àè®Ê1­¤¢£»*ôñĪ_UYeðµh›µøg}˜M" +ï¦1Ê‹0-ip¡<ó/À¾’-¾ÿÇ3„ +endstream +endobj +973 0 obj +<< +/Font 1368 0 R +>> +endobj +974 0 obj +<< +/Length 895 +/Filter /FlateDecode +>> +stream +xœÅ˜MOÛ@†ïþ«œÚËd¿?P¨ÔVP©jT‘z¨*”&N0$1[ˆþúNQZ ïNØ„ XÁ„Ùõ;ûÌ»W®œa7…dŸ ÎÎ ÁÙ×âÇOÆÙ¬P–ynÀãV…1¤3\>Þ[>¹§ìf íñ&þ׿¿ýýþYñ½Xc˜ÍO³(>Œ‹á±`ðãy!îî ¦%sÞ@:6^mrÄO?Ýo5å´º,Ùz²*ï»¶>`ëeÝTë+×ËjqÖ–ërv:ï®ñzÕMšö7»©Ú3Ö”³^®º +?Ú¦+ïÞ²ñyq4îËÊipBÙ“M›É¼ÅR´ +Lß`8Ü¢©f)C ÒoÖ¼w8°jËÕâÕ8ýjÚs|¬–û6íõR¼Ü²{ ÐÔ` j±[È;U4(*i2§àOë)2gàj·˜9ËÁ%0k—)èFG¥Œa­<¨£ö‰a-ô3Ža-ЊþgF€° + +´0æ.ËÉõõ‹Ì¥òhàb|£Sa­qL*/Z}¯ûzBÃúi³ZI·Òh·¨ŒÊV¡ûŠœ?ì"¬D÷EÅÔ8T"‹¯$LŒ£ÍÊu:‘VtY.“›%„õh²rMÂ:tcq¬dkÐtåó”R£áJ(=ÌîöçmX&•A‘fR‘N@3ÉÑiEDþBOù?ÝâI‰€n­·è„-[ AB +‹,Þ7¥"R`!pêÙYšpK¡ÑNEÅºÓ ”Ó{”°ó $ú¬mQC`¨h¦¨lÉ;SŽf*·“!eÐJQ{¬ 84R¹O0H Xt^¯Zò­V¼âÓ­¤ŸP¾Yá{R\áûÇu8K +endstream +endobj +975 0 obj +<< +/Font 1369 0 R +>> +endobj +976 0 obj +<< +/Length 889 +/Filter /FlateDecode +>> +stream +xœ½˜MoÚ@†ïû+V>µ—a¿?©ÔVI¥ª=¤Bꡪ" +†8Œ­(ýõ“(mÕÆ» ¢ bœ}wggö™×€I«é=ô#aô†pF?“oß)£3" uLƒÃVDkÂj&ž¯-ÿ¸&M;rxÿëï¿~ßM¾’5Ê´?Õ‚¼“Á§ðËñœðÝuN• Ö[à81NÇ«vŽø¢ãéó§{òŠâk4˜V“y]¬o^Óñ 9w é4x¡¼ïr4¨òiq—Ç g$计G¢ëÉ*?ËÞ6u9¤ïËeYálélRÝ^Í›m>»Ú4“ªþIï‹úšVù,÷MSà§³¬®š<‹™Š \îŽ`RB¥80ÜÖîèÓÑ¢*f1à Î`軇Ë:_=E¬ÄÓz؆ê¢Ôå.PÙ F;0šaZžJYPmHÏxÚ¹ã/ +>ä_0Ñ¢t°f2ìsaV‚õ¾³Hû44N'K£9œ2S޵·_¦ì#(x¬½ÐÙ1ˆ<< ·`‘%¡Œ•M}×ÔO+È׳¼*Êáe9½½úç¸r•ÑɪlÖõYæ2µ0f@ 8T’¤½‰åÕ‘´à\73ÿG¥óÉö~*ËÛæŽÎËŠNÓ(11ÃÁØ.òÆ’Nk +³ÙôE:-± c,æ4fþcדPj¡DeqÉ©¹'‚Ä>Ž6¶w†'â½'måȽyBå$p—vl÷µDËÁ‡›±ãh6•}i+Z%nm_ÚÒŒ€ÎQ´ZŸà™‹OÅÑõððŸŠ)0¸›ÝI§ô”ëÞ¥~J,4fºiiêËÉv{§“è¬ +„+…tR¡' +Ó)vX n:ÜW~hãuKŽ'2‡èñÃZô%†–'äÞ{@˜ðèt쾞1}]¡Ñ9Øõ'èYt:©¼8DO£Ñ9ÔÉ%È)ôA',8!Ñî„Á "!4ˆˆN-D»v ®€Ë-‰C‚¡ñ +TV‡¸C“8ú÷õq/ƒ)b^½RgS 7Ž¥ÃB¯RàÆÚŸˆdÌU.5è`¯Ûþ=¦jd÷‡‹™Jƒž¤9zœT@ô$ÍÐãìý”*žíL¨©:Î +-š™Þž $)´2©ŠûQÖhd"¬Ç”•wÌú½$üý¦²¦ +endstream +endobj +977 0 obj +<< +/Font 1370 0 R +>> +endobj +978 0 obj +<< +/Length 894 +/Filter /FlateDecode +>> +stream +xœÅ˜KOÛ@…÷þ#¯ÚÍͼ‘©ÔVP©j H]TJ'’˜8¶ýõ½DŸxf‚@Á„9ã;çÎ7ÇÛ„F‘›„“ %— £äsòõ¡džM,U`ñëD)Ü(ʯ­~»&t;´xÿëÏß~}þ"ù’lP¦ýª–É»I2:aÄþq²HØÝuF$'Æ`81F&ëvŽø"“Ùã»›äi_ÙhYó7¯Éä29žtg8.ëdeS_75ÙL×ùQšoæyU”ãï«rvu>ŸVWç‹f—ÏÏ—«én7f2%ÓuÙlê£Ô¦d2#Á0®xç<²Ñ¬š.êb³ R PÃe£*Ÿ×yÈP’Ååìªzv?ÚC…Þ6u9&ïËUYálÉE¹º}(Ѷ™VõrSÔ¤Êç)þØ6¾;JëªÉÓépVãªu+‹)³ ¥ÝÕ'Y¨©¨ÙvO·§HVÔùú¡`%V ˜Õã¶R'm¡Nïꔆ˜G; Ëa&ˆ]CÑ­ž.PÐ0ÎyÛô¿‚óÛü ¤£9(ܒøÁ¬Ë‘}îKaÔÙ7ËEÈI :O®Ó˜sb!±WÀûFþ>z óŽ¿í‚AÄ)†€¶ +Qï'‹Ì1ÐÞv‹â³¼d7³#@İq¨çñUß÷4˜æ%1.u:>nL(P¾CN ÜpV ÌèUÆ0ÑÄ"ÀcÕÀó£˜hKQÒ3ŽÇÅϤl0áø‚ýÔfb sƒ +£Ì`"JY*°þ8Ñ_ù4Ùâ÷O–f«« +endstream +endobj +979 0 obj +<< +/Font 1371 0 R +>> +endobj +980 0 obj +<< +/Length 907 +/Filter /FlateDecode +>> +stream +xœÍ™MoÚ@†ïþ+ŸÚ˰ßÈ©ÔVI¥ª=´Bꡪ" +œÆV”þúŽ¡JÚªñî +cvfÇ3ûÌ»l +TEnNÞ'”\%Œ’É×o„’i"4±TÅ V‰R¸Q”ߟ[þvNèv iñ$þêÏO×/’/ÉÍ´Ïjž¼%ƒ Fà—£YÂv瑜g€¡cŒŒV­ø £ÉýÑmò‚ìYQç+²¯ò³4_Oóª(‡ß—åäúrQ.ï.gÍ6Ÿ^ΗãívHS2xõ’Œ®’óQ—i«ÀqéÜ L †qÅ»MgƒyULCÆÓ”gYÙÔ7M6&S2^•ͺ>KmàœnÛ\èò#Lªñ¬.Öó!%ŠYוÙ Ê'ÅM2³ ¥]QÏö£ýŠÒë¦.‡äm¹,+ô˜ì”¯—Å|Qçk Ö>d›f\Õ?ÈmQ/H•OS|Û4¥uÕäiˆkÔ€lë³#vYDä´ÓÀ1·»oÉóKc©PÌר*-1Ť¶Q;ÚE³O»¥!y¥ã\\™˶æ pEóÔi?¶OF• ý¨êÝáH{úìµ—jáè¸ÚPíM·g%·P¬ôÝó(r ‰‚Ó‡Úpr Ž¢Îƒ²CôëNò?I¾ +v4å*(Ê=ï6B0^¹Cg¼B8¼á}×+hiçœöt=™6¨ê¥×M+uýëV.Q¿ÅnÞi†å[,¤Ždš+àÇÜ ‰0ÍP½ùë²Ó…Þij˜9”sþ³¨å¼9ˆ|oÜ2í€{[Ð(ð1\¨gû1|L(Pžvì’õoxÆQ vVE> +endobj +982 0 obj +<< +/Length 915 +/Filter /FlateDecode +>> +stream +xœÅ™ÛnÚ@†ïý+_µ7ÞÈ©ÔCR©j/R!õ¢ª" +œŽ­(}úŽIšž"ï.8 +"ñŒÇÿì7ÿ²I(Pa¹M8ùPr™0J>%_¿J¦‰ÐÄR?°J”rÀ¢üñØòcB·'’âýýÛïÏ/’/ÉôÏjž¼%ƒ3FàG³„m3"91ÎÃÄ­ÚñAF“Çw·É rÿÈŠ:_‘õx•Ÿ¤ùzšWE9ü¾,'W‹ryw‘¯—Å|Qçë|z1knðu¾ßÜ iJ¯^’Ñer:êJÃ*p\:wä4ŒøâGNC PGNAqà¶UVgÙ`^ÓóIìÓYV6õuSÇ_“)¯Êf]Ÿ¤6ð¹«Qu9eƒI5žÕÅzrJfA+J»” ª|R\ç§ÓNÇ»îBv¶‡Š½nêrHޖ˲ŒɶdÓquõP«M3®ê䶨¤Ê§)¾lšߤuÕäiHNت{¤óNf5ÓF€qÎ×ûY Ò´æ pŒêáKPLêa[¯wX®³¶ZçÛb¥!RÒŠA»¼2¤¤ÀP½ží9(·àPßQ¸øtz—FÍÅa ‚-Š{_Õ ¸êlÞÞƒ*§@`;4¦•@±á*e8X9iìT3ÐÆ;WcL) +›NÿÖä]¦N…Ýʉ¢—Âî¾'{¡—ÂqT³n¾>E¯ÓñÍùX–WÍ5™•™ÓÌŸ“tD'lâ‰(­f»Wÿ JÃÀùg¥P JMÁÄ‚"H²³¤””ôþD,MzM€£ËÚm€¦dh¢Ø1o4• c¹Òg öˆ7ZX´M~Þ> +endobj +984 0 obj +<< +/Length 898 +/Filter /FlateDecode +>> +stream +xœÅ˜MoÓ@†ïþ«œà2ÙïÈEÔ"!8€"q@( +±“ºMâÆ±U•_Ï$B¥âÝuL’ªUê¦û®×3óÌ;›„F‘û„“÷ %7 £äcòõ¡$K„&–*°øU¢”nå×–]z·´xÿëéo>|IÖ(³ûªÉ›q2¼bÄþq+îòåŒã\k槇Õ~Ôë¦.Gäm¹,+Ü1iÖûÃ:œÓ¦™Võr_Ô׫Ðlšß] êªÉ!Ò–ÉÖǗƘbà{$ .-)0 Ö¨dý]Guµ;©Oûƒ +ªÍš[pÏÐQ’0®()I5(®¼Y{,é”S 4§»3e%PL°†Œ2¬íØ6t”Ô ´‰ì Ž”T$æ¢>¡¤ÀFÏWJBA¥0±íawP=S}»`J1 –ûz€(N)ìv5kÇz§¤ÀlkS—ÓíùP–·Í™—™Åb+`g†kíŸBÑ'5ãƒK ú¤t d;Ü#à'…‹¼ö‰’£Š+Üýi3ôG,ûý©S º+A"Ø(œiÏõ|…EKþÔ1‹©>Sx …HF>àþÔ%¦ý'uÉ?z¦ªàè<Ü9UëÑ÷ ŠFÍ3&ˆà)·èŠ<®;Ü÷íýñQ¶4V>TŰ+´M½ù>.ÑÅÈžé5ßí*¨s†(9Ç)rÜ3 +èY‘¡5Š}u§è‡Lṳ̂ß;cí¨Õ§¢E7Ëã5š¡¦Š˜ÓÔ3ûêYQ¢1òga0˜P Z¹`:užLâMðæ^¢CæI³D9tCž€înùþM¬€¡.ºªÖ~)xÖ‰~ÊÎ1ÌSè‚5Ôî)°±®Ã©OºÂOÉ¿)˜ÔD +endstream +endobj +985 0 obj +<< +/Font 1374 0 R +>> +endobj +986 0 obj +<< +/Length 907 +/Filter /FlateDecode +>> +stream +xœÍXÛnÚ@}÷W¬xj_†½_©ÔVI¥ª}H…Ô‡ªŠ(p8[Qúõ ·V‰wL\ ì™Îì™3«„F‘›„“Ï %— £äkòã'¡dœM,U`ñ ‹D)Ü(ʮ͟\z³´xõ÷»ÇïÏ’ïÉa6÷bš|$Ý3Fà‡ƒI¶×‘œg€a`Œ ›ñF£‡W7ɲ»õ³2]åp‘žtÒå8-²¼÷kž®.ªå,Ÿß^Lªu:¾˜Î‡ëuvH÷Ý[2¸LNuàVãÒ¹VÀøâ1ày‘޳QÙߦßÒq'G P­lPqàvCŽ6À%Š„m‡WÜÕH¬VÀ™­(âUcàԀܜ3µØýî´ÈÆËi§c}êçUy]•¡›a²C†‹¼Z–'¶1GÅj­çS¿;*†“2[NC–4Œsµ§O¿[¤£ì: YN1¨Ï|·Ö]–ÞWeÞ#óy^`¼ä.MéržMgeºÄdíR¶ª†Eù›ÜdåŒàéÓÁ§U•á«“N@P’ÃJxù,‹*í„l[pHëÚ? “~fÀ vyŠ´JUªAqWv÷Çù.ù§¹?Û¤þ|›ù C^9éÙ¸•@‘ÇQ}s膃µ‘Ä:ª4m"›…æv©(H,$ݺÀö¯%raÝïZÌVЙË#ÛˆæÐ±ŸÖÌÛGË©t„Gqåô%ØG[¥À¬§iˆ’Vi8O÷!­R:PÒ£Ôψëép}K¾äùUuM&yAFQb—° j%ìÁ[ÉÑ•Õ|ŒÔJ†>‹ÕuQR+©«7q,lw… ­·‡xH,š­Xu:N$X{Tï§r,z,ù_@¢áŠU¨ãD"Ð}52Ï88ŽÆÍ¯\¯ ;|øqp ž¬ãÜqP¦[ܤŽs‹Ô;öˆrnÐ?ú”7\ȹDÏç)ý\òv°ð¬IÞjn@hýc­F†ì+à¾/F¹9CkÀÜPâRôjÄh§?m¤Ì¡‹Ê5nÑ¿ÅÊUcàí›Ôq°&3…^-`\wœMJ´jþ&óHàBjvÎÑÖÅÚghÞZ+iŠ>¯v¼'¬Ž‚ (Ò½tuïѳAóém/ã&Ïh=eãŽXõ›1ÇO4ö>ªód…?rbÐ +endstream +endobj +987 0 obj +<< +/Font 1375 0 R +>> +endobj +988 0 obj +<< +/Length 918 +/Filter /FlateDecode +>> +stream +xœÅ˜KOÛ@Çïþ«œÚËdß(Tê*Uí*RU…ÒÄI ‰M[ˆ~úŽÑVï®cL˜™ÌÌoþ»M(Pa¹I8ù”Pr™0J¾$ßJæ‰ÐÄR_°I”rÀ¢üñÙú¯gB7†¤Å‡ø_ÿþöçõ«ä[’£›æ³\&ï&ÉðŒøÇÉ"awÏ‘œg€a`ŒL6MŒøA&³ÇŸn’We:2ÝÖþt2¨Ê:¼yM&—Éé¤Í°Uà¸tîYÄñ¬œ.ª,_†4 ㊷D“Ë2›‡˜ÓT»)4–Ué†äÓMz2HóyZfÅè纘]]ÔùªXß^¤ù:[®ª4Oç‹z‡ß—ëén7¢2 Bqà¶yÿŽˆd@±¾ž/ƒCÂXuH•™ÍªÑü6ýŠÕä‡YЊRO5àÀÔ€l&ÑãÐNǼ½5Š}~ôRÔF€q®}‚$ÍAá\÷M¾aàèÓŠ¿âÆE]]×U—s19 ÓMQçÕÉÀžQR`Ø÷íå7FCs [¼­ÆÃ2e×iˆ9ªAqÕ:1Æ÷Örö¶®Šy_¬‹#&I›OË«‡lmëiYý"7Yµ"1«œÝÒe••@±æ=c ”²Êp°¶m½hç÷ û€ù:kÒu~—­ é®4m<ËÇ ¸U$±>°[Ëa@:Sa7ݯš‡=Ó`yäbÒƒ[ܤ5븆tw+‹œÜZÌÆí =x5 œç ÆšÔŒ!A`{2£» MJJúÞÌ(¤IaA`¶™Œ@šd¨ÑX{Æþ‡´Óéî–|.Š«úš,Š’Ì"• [IáHÛž¸(N +‹ÊÍO˜PN +ìªã†x`å.™B¡ð’^ð¿h5Y,bzA óÝZô@SÁQmÅò¥ç£²cVEmÕËÅGç¸CUeú¼ÝC°(Äb/;zÁ îòB*Â\¡èêE\öÂ`. o?G1˜ Ô>h†3˜3\žNˆ”•w"|/UÉ)Ê6_oÄà’9dþJÅ%³(´baõÌÆú±ÉVÐÐfu–gûz¯ØQ4öbn¯u—§Êû! +”ÿ¾¡ïÓqÔY±øÙß+C™Kœý½R”Y²¨_¯µØÁÔ àòïá÷¤(¶/ŽeoH•æmÈ85©ÀzZï ÈΓ-~ýíPHW +endstream +endobj +989 0 obj +<< +/Font 1376 0 R +>> +endobj +990 0 obj +<< +/Length 917 +/Filter /FlateDecode +>> +stream +xœÅ˜ÛnÚ@†ïý+®Ú›aÏD*µUR©j/Z!õ¢ª †8 ÆV”>}‡$MÓ*ñîÚ& Š”Ø3óÍ¿»„F‘«„“ % £äsòý¡džM,U`ñëD)Ü(Ê<ú0´ø¿õï?ž|K6(sx•ËäÝ$ž1âßœ,vóœɉ± +—ΑÉú0Gü!“Ùý_WÉ+BÆe6Ë·Ù¤ëìd𶮊9M÷×äSQ\Ö[²(J2+VE™o–¤Þœ«ëé<-/§‹zŸÍ§ËUºß“«¼:'e6×dr‘œNš&e$ÆrRe¶«sídP•u6x0¦ IƳ2]T¸„ÁnûÞ0 ¹,óyÈp’ÅÓeÍÃá€y•­ïÎ!Û̳2/F?WÅìrúÄ¶è€ CfÀXqðr3`´¢ôé3?ú ¨yÈш ƒù¬ͯ³¯Û!2Úià¸ÓžØ9âB5æ<Åôz¹pÓF€q®±êyšƒÂZùrᦃÈhëW_R`˜ò¾6 ,bš[p˜À¾¨uµ­«¨%19 麨7ÕÉÀ.0ˆÆæ#ª¾¦W%j<¼…eÀpÊJ ˜MðzßÿAí6ÝWu™ÝíÔ®NËê×ÎÆ3R“¢ñc8©4mš»‹N*EAbÈê6%ún·Î›õåf¯‚ʵØyµbB[AÌ£Ûžî5™Ë#ìSØ jÙft\›tD,kºjZ̶k%ÚJ.¶‡ìª©)?BúÕ””ôg0¶¤° ¼œhÆÖc…¸ ³$7À<Å&ŠX’¡»cÍA,áHÛ¼WQfÑC°€Y4b€‰§ ÀL¢ºùb (л[ÙÌù +‰F)–ñØ6b®€ô\Sž£{Š%HòìØöPP´Fþ«…c-;ôE¦“;í$oÑu»‡è$oÐùár4y…ª“'ì¤.Ñ1ù3;˜¬\ ]òÀç¹Èʹîm£ØÊÚ7O¢F°•9´JžÈpƒÿ_ºÆcY4[>lÅpitRþN+”ƒ “…ÆÞ£=Ö|~8lUPmfmR@D÷))(Ï%Aß’ S,ZŽ14I±¨é¸4Š&©Ã.éÐ"ù›¿> ¤>îÂ5Z¨çÍD…FÉŸˆá&P H²pRy®-¿$;üý 1  +endstream +endobj +991 0 obj +<< +/Font 1377 0 R +>> +endobj +992 0 obj +<< +/Length 911 +/Filter /FlateDecode +>> +stream +xœÅ˜KoÚ@Çïþ+NíeØ÷‘Jm•TªÚC+¤ª*¢`ˆÀ`lEé§ïDIï.¶(qÈÎì¼~ûßMB +£ÈmÂÉç„’ë„Qò5ùù‹P2M„&–*°øe¢”nåOÏÿ<z·´øÿëÿßž?•üHVhf÷UÌ“£¤Áˆüãh–°ûçŒHNŒ3ÀÐ1FFËø"£ÉÓ»Ûä Á×°?)Ƴ2[Íß½%£ëä|T·¤Uà¸t®fÉa¿H'Ù: YN PuK=¬DVãezÖ{_•ù€œ·wäKžßTk2Ë 2ÉyÞ“õx[VEz9«¶éôr¾o·ä6+¯H‘N{øcSeøî¬à–âÀí.ôû\+‹*í…lP2 ˜ÛÚ cÀX¨Í)΋l²³ ÅÚ«]ÌÊtù˜‡t5M‹,ü^ä“›ËWÂ> =Ò±N È]çœÂ¸v8r’;µŽD÷ôæ ë9Öo6)Ó»ô;Öt#À8WÛ°îRsP8µNS^Z18YuI + ûôDÕÅ-8lë¨êjÏ:3`\¾ÕRšjP\y‡Ô0¯ÊuUo‡É/ójUžõlØÖ”S °mÛ#ª²(ög]¡DUiÚxý +U?¾¤hºZdó«2]a¸‚¶©ÆEùç@¤*EAb?èÆHUKµ ˆá©ÂNy8eµÂSÅ4Xîáý¾±þúóçÈ_ìÿí>îAÓ^á!Q3ïé +óÒI±°iѼÀlÜÀ?©Ò0p¾3]‡»ÔL,YZ4/(yº ÂÏ–ÎÌs”Tžñßq†â‹y3ÌUI%hzB¹º‡@V8ÒúrEYaQÑù°NY’ÝJ´Ñ®õÔ pL¢ž«ÅÙ r‡R{¤GøGWp”_~T…‚W°Îù{‹8ðà+(Š­Ú{ƒ£¹Â*/ÓŠºmìŠE濲hÌenPrÅ’©£-+Ô_­HÏÆžHÔb¾¾=’+eœ_Gq…+àíÜŠ4v…¡þóÏŒ`¨sÊÁ4þ±¡Î +S:³¨)}‡:楞 Á¥s“Ëh&QRÖ¶M(ÙP |罆£W j7°tCýË,ÏñúÓ.òAø`e]˺*ܺCQç)åtþ;æwÑ(Ýb/Ü[Û£Bá ŸÖŒK6@h51þ-Ùà÷_"ÕG +endstream +endobj +993 0 obj +<< +/Font 1378 0 R +>> +endobj +994 0 obj +<< +/Length 936 +/Filter /FlateDecode +>> +stream +xœÍ™KoÚ@Çïþ+NíeØ÷‘J}$•ªö +©‡ªB qŒ­(ýô”¤IãÝu ”(qÈÎÌîÌüæ¿Y'¨0Š\'œ|J(¹L%_’ï?%“Dhb©‹X$J9àFQ~ÿlþè™ÐÛ…¤Å‡øWþôðù‹ä[²D3Û¯b–¼$Ý3Fà/Ó„Ý>gDrbœ†Ž12Xl}ÄŒïß]'¯ÈÝ«Ÿ•é‚,G‹ô¤“é$—½ÕhSVEzºœg³‹2]¦“³j“N>ÎG›M§ûæ5\&§ƒ:ëVãÒ¹ãX7 ãŠ×[ïwgE6 YO PžHúyU®ªrJºœ¤E–÷~ÎóñÕpÐ0}ˆh8݆4œmcê1Ù!£E^-Ë“Ží n· RçV¿;.FÓ2[ÎB–” (¦b]Æô»E:ÎViÈrÌ‚V”ÖBÿnµÝ¦½­Ê¼GNG›ò9ϯª™æçó¼ÀˆgÉuV^¿¨¹­Ø—ÜÂ,ì"]W¾;é”E•vâÕNÇ”¯=‘~Äyh¬!ŠYì©à~`k#À8W’qyLÃrWk +Û™§<á‰bP— +óCR`š{ªù…v9¹I¿bÊÙáÖdö13`pÿA6R Š«Ú>uO”S °à@±SD¥ã~<1¬õN1Á$Wš6þ¹äÀ4WŠ‚Äú×íÑ\ ,ëR)åŠi°Ü3üå{2*®v{µ®FEùëÚ ‰«p*ÖŒ×÷âJ'AøJ\i0‡—'3ðܰÛá÷üv»‚š¼4 œgŽÛ‹]MÁ4…ؿؕ”ŒlÀS + "YmÄÇQÉÅQ¡ « ;ÂiR :–=-ØN€´‡?]aQÈù‰L8ÕOµ7]B÷¬[7A›P¬ôgÚ„De)êµoÝGáæÁH#¡ZG»·XDe¥ ¨þ|÷1¬äEœñÈÝpVr‹JL{X6r>OÛÀa“Ta± iÛ… +­IÚ܉ҬéÝ]O¹@áK˜¶cå +x;—"Í}`¨¶¼Wy{ö¢ÎòWó^}`µÙ‘[³(ļ´ +§1Ó¨Âfƃá˜a¡¾[Ê83‰êÐSÇ8Æ•@xÊ!Vl>º n¨5C-ç+~2Š*ͯ–BùéP{ùó6lzøG */Ï ¶«u˜7…[·ªP…5ÕC1*SmKþ< î> +endobj +996 0 obj +<< +/Length 930 +/Filter /FlateDecode +>> +stream +xœÅ™KOÛ@Çïþ«œÚËdßÈTꃶªÚU¤ª*r'’88¶ýô@ w78! L²3³;3¿ù/ *Œ"— '_JÎFÉ·äç/BÉ$šXªÀâ‰R¸Q”ß=›ß{&ôf!iñ!~êÿßþ½ÿ4ù‘,ÑÌæ«š%ï†Iÿ##ðÃi®Ÿ3"91ÎCÇ.6>â‹ Çw?]&¯ÈÍ+-ê|A–Ù"?ê•U>)Æõ`•­ë¦Ê?dÕùÇfO>ͳõº×óš Ï’ãa›Y«ÀqéÜÍ †qÅlV P6©8p»ÉŒV³iV“õ$Š èË“´lêUSoãÈ—“¼*ÊÁïy9>m£M0œÑtÏh¶ hÀdd‹²YÖG=Û#AñqVcµú“öÇU6­‹å,dIfA+JÛ’#íWù¸XåËi§£ƒm'Þ¬¶Ý­·M]Èq¶¾"_Ëò¼Y‘iY‘q9/+Œ€<µ}䲨O fLx……G±ž>Ç*¿h +\í¨WWMÞ ‰Ô0εsqZsPØÈ> +endobj +998 0 obj +<< +/Length 926 +/Filter /FlateDecode +>> +stream +xœÅ˜KoÚ@Çïþ+NíeØ÷‘Jm•¶ªÚC*¤ª +Q0àp0¶¢ôÓwQ’æáÝ5†€"‡ìÌìÎìoþ³N(Pa¹J8ùšPrž0J¾'¿~J&‰ÐÄR¿°L”rÀ¢üîÙâÁ3¡· I‹ñ¿þÿtÿýyò3Y¡™í»˜%I÷#ðƒiÂnž3"91ÎCÇ,·>â‹ Æw¿]%oÈîÕÏÊtIV£ezÒÉ‹t’ËÞä:ý‘N:ÝwoÉà<9ÔÙ± +—Î5±³ÊË/ùâúSµI'Ÿ£Í&̤‘`Wüˆ&µuDsŠ·Ûã?žIÉ€b"6Ê—†&¹«1wêMö»³"›„¬Ç,hE©//úyU^Våm éj’YÞû³ÈÇCŒd8ÇP†Óm,ÃÙ6˜“2ZæÕª<éØ ŠÛ{¡Î•~w\Œ¦e¶š¬¨Ž›U—ýn‘޳Ë4d9#À8W[·ýÝj·õ¾*ó9m®É·<¿¨.É4/È8_äF@žÛ9r••s‚IÒ!i +o¹—¯H×U†«tÊ¢J;!Q*žSèÇœ¤À0c=uÙLXÍ-8Lبš ÈW–£š0™¨«»EóTƒâÊ[®2¯œ90••@±Ì¢®ò£4¬lZ4¯hÙ´h^QX¯ú•Ì lEÛx·ì:ÈvઘËýýÁ1રÖÌ×8DÑU: ‡ÃpºJÃÀyº©çèúñ MÓÕ"›ÍËt…¶Û¶u5*Ê¿ÐzÅÇ4SK°P´Jé@Éú‹‚«„G¡p•P³ëý¶=½ßú›Îöìfãƒn}ÉP1o£p0óT‚Ž…N{æ… mdcÑ€­Â¢LŠ¥K‹ab‘SýZ)&ª'ùzg,Qlùùr0óõÕžc‡}Ìsc^…ÓU0_qõ%X4¬ (½3ˆ(Èr‡ +Ï´&a¹A5æ!P3 [ÝÏ +»:ÝùˆÛ¡Ìå›/ëc˜Ëj0?§B™Ë¹îé¢B{Þs9°æ …Wì íP¾PTažÄ?–/Ì¡$óOÝö†3³¨½bùt¨˜5 +±–&{û‚wõÌñŽæ‹DQۦʡ@µ4(ÙÛŽjÐwã1, þyFQ§zšQw(0=e3¦FMèz7ÔÑ'Ô12Z¡¶¬­›`­Àú’þ)ÐÏ’5þüZ¢> +endstream +endobj +999 0 obj +<< +/Font 1381 0 R +>> +endobj +1000 0 obj +<< +/Length 920 +/Filter /FlateDecode +>> +stream +xœÅ˜KoÚ@Çïþ+NíeØ÷‘J}$­ªö +©‡ªBp8qlEé§ïDIÛ´Þ]ÇØ™YÏÌoþ{™P Â(rpò1¡ä,a”|N¾}'”¤‰ÐÄR°I”rÀ¢üáÚú·kBï’/â¿þüôøûUò5Ù¢™Ý³\&o&Éð„øåd‘°ÛëŒHNŒ3ÀÐ1F&›ø “ùûëäÙ=ÆË2O_½$“³äxÒ´œUà¸t®y9\0¯² ÙÎ6ÙÑ (³4ŸW£mQ}(Ö7ÇÛu¾\UÙ6KOê«,}¿ž]] †!Öø⇱®¨ÃXV¸Ý¥A ëéMö%KÃìH³Ð“,}EÉXÉuëÌ‚V”(·¨¹ë‡0®ŽûÞ*½žo[ +Å¢öu¨a`‹ÒF€qÎÛ¢ÆE]]ÔÕ}8Ù6ÍʼýXóó)5]aTÓì1¬éb×t¹ lÄä€Ì6E½­Žv@‚âÔvïæçålQåÛeÈ’ŠAsÒŒ‡e6Ï/²Å¸‡ÐtÆw«ÝïÙëº*FäxvuC>Åy}AEIæÅº(ÑâÛDrW+à3`‚ÿ¿¡˜ŠRf—uŽïŽUYgƒˆ©ÅUsÉ#î‡r +¦r7¬UVÅ<Ž*ËÈ<¦a¹« k½SÄ^\Ñ ´‰œ@zrEQ,Ý3–•Àá0 + =Å‹ân=¼+Lƒå‘“JO®àP®YäØÒ+ÒIèÛ‡+V³¾&êÒ0p“龡.5ƒ- ¹$¢ .¥%›obÖ%GØØ=þõ·O žÎÊóûݺ¬geõóß-Ñ+êHæÙ·ôJ*AûaÊ^áHÛ4søGâw¸c·³ðéí~µzaQéÅÒ­ »X_TÇA¦ ³ +%ŸŒqZTHw±äê">²î™Ç%­ìrTt±LêÂ.Û{QT{mFža—;TsÆ«™ƒÇ-J¹€Ã À=éÕmÐÆ æáP$Ú¸B‰Ù™`å囇!íkëüâ +xãÏKÎP úÒ<†—œ¢¢ ÈßÀôeUYìÙ]pöΜ̢‹¥IçNhk§ûp ¶=Ñ‹à*“(Ã|c\ïÁ +ª£s’öNp”^±êÜ †¢Ë_Ô=;AQªy%QÏN8”eþNLgƒ’,`|Üœµá­ï(6+”‰>˜þÍæÓä_¿ÙÞi +endstream +endobj +1001 0 obj +<< +/Font 1382 0 R +>> +endobj +1002 0 obj +<< +/Length 932 +/Filter /FlateDecode +>> +stream +xœÅ˜ÛnÚ@†ïý+_µ7ÞˆTê!iUµ©¨zQUˆ‚!NÇV”>}¥iE¼»ÆÐD‰ˆ!;ÿŽgö›ßë„F‘Û„“ %— £äsòý¡dšM,U`ñËD)Ü(ʯ-ž\z³´xÿëï¿þ|þ"ù–¬0Ìæ»œ'o†IïŒøæp–°íuF$'Æ`(Œ‘ár£¿Èpòøê6yAÈ Ì&ùuFVãev’¾®«¢OÞ‹¢ÌWs²*ªÑE±¸MÇåÕhVßdÓÑ|1¾¹!·yuAÊlšâ¯uã«“´*ë,}õ’ /“Óa“,«Àqé\ƒ,2˜”ãY…"B4 ãŠ7-ˆKÎË|²œ š—ÂÅò*[>d­Àí瓪éú€Ùz‡É:Ûäêý&Ui/$¤âÀíæ^7¬d@±òš +äa¹«±Ú„Þe_°î‚â0 ZQꩋηG ÈÍypÔ¨Úià˜Ó#—Æf¦Ø{G.!mçšÏ„՞¾“¦xÔhÅÀ_)ƒ¢®®ëêaÙjš•yÑÿ¹(&W£gè>“)/‹zU¤6%AÛ“6fs zg³æö`#ƒz÷ +YŽjP\5¶ô.¤Žoîȧ¢¸ª¯É¬(É$q~YÊ)ØÏªŠ§¤²(x㽈¡¤2¬mž"(©4m<ÿ·Ck—†Õ«R$Ö«þŸNoQg}×°ÃîçÄÃÒT1 –G ]ï‡`Í"'‡Ž5H'AÄ¢§k V³q#F× ;;v­AS0^^…ãXJJúoíÑ€,…½Ý,( +È’£)l<°"p,©í”×aÖ«m¾îSµ®Çeõk/)œi=I‹!§°èÎü¨ %§ÀΡ:ŽOFׯÛtm×óm²‚No¡ÐsIÏ8Ñ}T‰¬-›ÚGhÀ|: ¢àh¹bi´ÿîØ‘+‡¢ÕÚãÙD»¨Ü¡Ó2ííl˨ýXÛ'í£´]~ìcŒ+ô\ûÛÊçr†qiÀx»1Ša\  dÍÜ ghµ<m*›© Š¢]kl€x22‡žÍWÞ1dd ˜Ÿ*¡dd½”wÜñΔ» +7p¢dØ:4ö)Z· +$Ú,OmXP |O:À'nD,XºÝ)C ™nPtQ~s@-Tì\Ø©ƒž+vDìT€Fåoù`ú*ôWý{$úJÖÛË;à{ž¬ñç7KKö +endstream +endobj +1003 0 obj +<< +/Font 1383 0 R +>> +endobj +1004 0 obj +<< +/Length 922 +/Filter /FlateDecode +>> +stream +xœÅ˜ßOÛ0ÇßóWX}Ú^®þm§*“¶ &MÛS§=LSÕµih!ö×ïÚ"Ø$ˆí$ E Šï|¾»Ï}½‹(Pa¹‹8ùQr1J¾F?J‘ÐÄR?°”ŠEùã³Í?Ï„Þ/$->Äÿúÿ·§Ï¯£Q†fö_Å*ú0‰†ŒÄ€œ,#vxΈäÄÄ:ÆÈd»÷_d2|w½!d<,’yz“¼{K&WÑù¤n9#Á0®xÝrÇÕH6Û&gƒ÷U™ÈÇ|“i¶"Y^N«loî§Ëê6YLW›Ùí-¹KË5)’Åìªß Ê¢J>>iªÆ2ž³e‰Ö}S¸ÝG¼fA\rU¤ Ÿå$ŠçZþã‚i™lB–ãöÓy9ÂX}?„êb©Oû@ †>Fy Vs÷j”YЊҺÌèÞ(5 ÷e×Àæâ>ù† çcFÇ8ÆÓ‘ÝîM[K­×ÔÑF€‰ñÕ«QÍAa_ë5u´bÐ0s›”Ö¥«· =›‹æb,9W†Œóª¼©Ê‡]$Ù")Ò|ô{“ϯ§Ï÷ã“2ÛæUVž ì€xíŽ0ȪúÔš±¦Wµ=%^ÊJ ˜Ûuñ^ç³Û{ò%ϯ«²Ì 2÷†™‡O†ƒµu|¢Ò 4DíI„@Q) +WwE%pØ ª<¯œ¥~yª°jŽ3Õk9À4X8tꎑš5œ°)c "&]nTZ̆5ùNíqèôשš‚qç„È”|Í„“JþÌ•õ”³yõC\ÉÄÌuºAÄ•T‚v!ÒŸ¸Â¢šrÈW.&Ù&]­Ë$÷«fEùçYíèáÖ&Õ5'éK[ÒÝÊúÑVHTRn@ùÒ³$wLÎQ÷ü)ú‡©÷ò{/ Žê©)n:q€µóÛ˜¦¨§Ü× ­QËc”P¦­Bm±QnQNµ¾shã€AqJšNP¨ÆÚ*Ê6ö%ê¯×¬s.P­9qäZÎpñѶ/ñ£ y9C%é,ë òrŠBÐQÁäe%›ƒJMµî‹$öpK£ô«ÇÚÜ3,A꺧 A1“(Õ> +endobj +1006 0 obj +<< +/Length 936 +/Filter /FlateDecode +>> +stream +xœÍ˜ÛNÛ@†ïý«\µ7“=¢P©Z©j/¨Rõ¢ªPš˜`Hl0¶}úN‚ÒÂLL”(qÂÎìî?þæßóŒF‘ËŒ“%'£äsöý¡dž M,U`ñ«L)Ü(Êo¯-ÿ¸&ôz iñ"þ×ýOw¿?ξe%†YÿÕ‹ìÍ$¾gÄ~99ÊØæ:#’ã 0LŒ‘Éj#>Èdvûî2{AÖñpQóW/Éä$ÛŸøÆ³ +—ÎùÇ#ãªmÎÚ†”ÓU¾7ÈËy^Õè粚–UsØ–ÇÕòê0/—Åâ¸ÉË|~xÔ^àëy;­›_#&dºªÚ²ÙØƤf$Æ÷¦6ÎêéQS”‹˜!µån<¬óYq–Ç %PÜaßFŒ¯G»Y´×mSÈÛjYÕ˜-ñ®Úb9½¸ —EsLê|>À—ó¶Àw{ƒˆÌ¸«qOͬ©Û|3GfA+J½;0NYj@®ËÊ/ÞHíj§ãÐ<Õ‡wŠlÑz:z‹lЦ²®S¹B÷÷TóÛi‚m_ÄÁ`‘¾TBm'2WÀŸ| Ò)2CW¸›â¥èúÂÅM=æÐòE”d$õþ¹{wá³d€N‰Àc­h ½L“hôšïjn}ŒÈL(PÞ-¢8Q!µ§@”1´~"ŽÕ0E÷–j˜$Ù:´mAÕöž…ASç=Ûx–,4º¹®Gý ¸UèÓ¶fŽ:OV*°[sE,²s|þƒQn` +endstream +endobj +1007 0 obj +<< +/Font 1385 0 R +>> +endobj +1008 0 obj +<< +/Length 931 +/Filter /FlateDecode +>> +stream +xœÅ™ÛnÚ@†ïý+®Ú›aÏD*õTªZ©©¨zQUˆ‚!$€Á؊ҧ華Q‘w×JD Ù™ÏÌ7ÿ²I(Pa¹O8ùPr›0J>%ßJ&‰ÐÄR?°L”rÀ¢üñÚâŸkBW I‹ñ¿žþõ÷ó7É·d…fªg>KÞ ’î#ðÍÁ4a»ëŒHNŒ3ÀÐ1FËÊG|ÁøñÕ}ò‚ìýy‘.Éj´L/:éj’æó¬÷s‘¬–«›lñ0œŒò»á´Ü¦“á¦åůíî«—dp›\êܰ +—Î=³F‚a\ñgvC Põ.ô»³|> YKqà¶J‘ú-õ³²X—Eüž˜ìÑ2+WÅEÇîO2 ˜ÍõI×ïŽóÑ´˜¯f!KrVcÕ,Ùïæéx¾NC–£dU¯5«íû°×e‘õÈÛl‘åè09±Ùb´Ý’ûyqCòtÒÁ_›rޝ.:E^¦¿´ÓÀq—µw³7…G1ã=õßÌ6mçâê8ÃÌÇEƒöu³w²«*bï«€uBRJk +{_Tå¶bX1¨O”Ó˜•滯¬ž<¤_0ÿ‚ìp NQO©žbƒÌ€A´?“¨Å+ÔžÙ°r +–âÙíZ K¶Q*eØp°Ö;{£NiÚø‡ˆxÔíwÒ)EAb™êöH§Ž‚µ` +Çœb,¯ñ!Î]޶äc–Ý•k2Ír2Žã^€c8ÉjV‡óxvJ'AøØÃNi0ëëý¡è”†óE fÏ}òŽžRS0±\iß é@ÉÈ1¢}/„ÑAŒ•5X\ßo¯ {öûN%èXµî…p¤¼ïí{aQ¸ÐìÄ^`W¢Ú—œÁˆ +ešôßà3"ZH Zør¢±i€ôœfDPZ°£tèz´-Ê<}¢Ú¡‚¢Èó)Ä€”;oÆ£jÃIÊ-J2ÏY@Ý@ûy°Ý4{½ WPç%Y,´Z0«P¡5W M­J”g±v ØÈª±X.µ°=®€qŽÑÔ,C)pX×¶YŠBÌ_m›eõÚùë”YÔd~3idc¢i‡út 1lÔwF4&Q'zª0h¸OšGËNæ¼b(çj« •Œ¢¨óÉ©T:”g¹úåÊ,ïèã1&nà|©Qbysõ¤(_Ç Ÿc< +lÓó·ÿPzlðç7Àù6l +endstream +endobj +1009 0 obj +<< +/Font 1386 0 R +>> +endobj +1010 0 obj +<< +/Length 921 +/Filter /FlateDecode +>> +stream +xœÅ˜ÛnÚ@†ïý+®Ú›aÏD*µUR©j¥¦BêEU! +†8 ÆV”>}hshï.81Q1ÎîìøŸýæßuB +£ÈuÂÉÇ„’Ë„Qò9ùþƒP2I„&–*°xÃ"QÊ7ŠòÛkó{ׄÞ$-^Äÿzø×ÝýÉ·d‰ÓlŠYòntÏq€_¦ Û]gDrbœ†12XlcÄŒo?]'¯ÈþÕÏÊtA–£EzÒI—“´ÈòÞÏy>¾.ór¸mʪH‡Ój“N†ëjT”¿z´Cºo^“Áer:¨ Á*p\:×bF‚a\ñCÐT‹Ó+Ün•Ô^’E{¤ØïΊl2w`5 +˳¤~^•«ªŒ[“2ZäÕ²<éØÀõ1 ZQZ/²~w\Œ¦e¶œ… I Èí¶òôˆýn‘޳U0šÆB¤Xu ¿íO²ÞVeÞ#ïóy^`Àäq¶fóÑfC®³ò‚餃oë*ÃO'²¨ÒNHPF€q®~wèGäLk +wIO­÷U¦ƒú'ð¨lrL@6.{˜®/ûlm“õa›«Nˆ’´¤ÀPÙQÅzü¬Ü‚CýF¡âøY™ƒˆ‹¢ÃßY'7éW”]Ð> +endobj +1012 0 obj +<< +/Length 930 +/Filter /FlateDecode +>> +stream +xœÍ˜ÛnÚ@†ïý+_µ7ÞˆTê!©TµRS!õ¢ªCœc+jŸ¾´IÓ¤Þ]‚ˆ@`Èî¿ã™ýæßUB +£ÈuÂÉ»„’Ë„Qò!ùò•P2N„&–*°øƒy¢”nå7×f\z3´xÿëî§Ûß_$Ÿ“N³ù+§É«~Ò9cÄ~ÙŸ$l{ɉq +c¤?ßhÄénÞ]'ÏÈîÑË«lNÃyv’f‹qVæE÷Û¬] E5X×U]fƒl1˧U¶ÈƃI½Æ×U=,«]š’΋礙œö›äXŽKçŽDŽ‘`WüHäh*FJQfã|TuÇß³OÙ8 šCqàv“RDZdÉ€bâK~rVc‚‰fA+J%?©¹ÙåŽBv8Þ*O&÷:Ó2‡Œ‡{ÅÍÀ—н¢®–uµÿú˜LÉp^Ô‹ê$µ) PfçvÍ xi +ñÑœL½Î¨Nª|1 R1h·^§ÌFù2 Œ[p˜ìMñïíFûû—uUtÉëbV”¨—4:®×ä:¯.îš)¾¬êߤÒ˜ƒþ÷ ¨Ê:KCI5(®š+ºq ”S 0k=EXÊJ ˜hQtøM!ŒÿÇ]øOo£¶ þÛMìƒð¤ k#û•ƒ +Ð ´‰ìP*@Qˆ Ýr# ¶œ{uY%û®³}*Lƒå‘ÇA`3¯Yd«qHÒITi[€À¬¯æ·4 \@+¹?¿·ùßA+Õ Öts¶G¡WJJ6ß½øJŽ>±q;x½§Ãõwò¾(®ê%™%Å 8@C·ÈšÂöÎCQ,©íc] Š… mS—ÅbaѩŒ(>»mÕEu0ڣЦÉÈ6¥=5]Ú¾,‹ ¶h¿Ú<<‰[5Gû˯öÔ°#ÉLŠV­Íã•(5Ü¡å3^‹ü¿ÔXt‹þÕ`àsCyøDÀç +½¬ï¤$Š÷\¢õï9WÀ=Í_°ÙË«;GÚìP.s†ÔWB1\æ=¥¿ +B¹Ì:ÄØ3Âû}ó Ú¶a>߆,ˆÌ¢7ŒåÞ¦Öh@Ú›‹‰úúÍW&Ñ6¶›í-Q(P?wÙkjŽ60–Xšš¡ŒÅÓ¦¦h½Ž¬•©zA SР h>C!xo/ßÚ‚ðlþÚSOiÞ£ßy²ÂçOJÕ®å +endstream +endobj +1013 0 obj +<< +/Font 1388 0 R +>> +endobj +1014 0 obj +<< +/Length 945 +/Filter /FlateDecode +>> +stream +xœÅ˜[oQÇß÷Sœð¤/ù_jbµ51šXCâƒ1d KK l»ì¦ÑO禮՞Ëf ,03gvæüæî2 +TEî3N>f”\gŒ’ÏÙ÷„’I&4±TÅ,2¥p£(¸6tMèµ!iñ"þëé§¿¿¿Ê¾eKt³~V—ÙÉ0ëŸ1â¿N3¶¹ÎˆäÄ8 cd¸XLj2?¼»Ï^2¨Šñì¶ Ë|Q÷Þ6uyDNóÕOò©,oš[2-+2.çe5[^’eYnóUÝTÅh’W7£i³*&£»&¯ê_ä~V_‘ª˜ôÈk2¼ÎN‡¾Ð¬Ç¥s/†VwÍ ­÷êª)zo"l †qÅ=Ë%ƒq•Ok\LŒA-@ùŒ¡¹Ëj6‰1¥8p»¾™^shpV‹?w£XNŠjV]ÌËñÍÈ›ü#Ú#ý˜8$еæ+‰½ÄÁXpè8˜­(õÖÌó8J,ËÙ¸>šü,¾b¹Gù¡äz8ìrµÓÀ1ë‡.CíO±U]†Ú0Îy¶¡=Å¡9(ÜÝ“Êpq(Á*ô#7=-)0lòPµ ʦ¾mêËb²GòEÙ,ëãž\"·à°ãý¥7è'pB3Ií«¢A ÚsÊ)؉Ô~ ôå<_­A:°ÊJ Ø,Þû™Xe8XëP «4m|C…g3Ǭ}Ù&í=æìl²ëŒEmïJQXézÿžIXéÆ-vÑv8Ý-7Ó`yâ¼ÒÍ +qÞÖ,qBéijtD*”ºñl0›6¥tãØ0p©ci7ž5fT4ó¤t døæµ`Þfoƒ<),ˆŸ‘'9JK?¢â'©àJ:õ9Ñ '@Z_æÒ)*,JÁ¥R(*°y¨A ¢B¡2“È·E·õ9‰ +‰Â,0;C nóžSì' Žº­-Œp+X÷ +5m¡ÙNÎI’Âàõ˜Ù…NN âÛÉ)IZu\Óv†BåÖ:åU[Dkï“Ô\hP,4$‘šs<0M&°šS”lÎðªÓŒ/æùø¦eõ^¨=RHÊ,ʸ0ûbQÊ4j³àÜõ®½ÉÓù&MQ[7Ãî ©G{­I”eÁ:íÊ™P BÇølê+ÊGå•JŸÖËb(¶RÓÚEq׉3‡’*u‚lëË Üj{‘êK£Œ +wX4€J¨ˆòñçéa¨JW† +l°³þƒ›óì_¿Ø?XZ +endstream +endobj +1015 0 obj +<< +/Font 1389 0 R +>> +endobj +1016 0 obj +<< +/Length 900 +/Filter /FlateDecode +>> +stream +xœÅ˜MOÛ@†ïþ«œÚËd¿?¢P©TP©jH‘z¨*'’˜8¶ýõ‡–BÕxw“! óîÎÎ̳o6 *Œ"÷ 'ŸJnFÉ—äÛwBÉ,šXªÀâV‰R¸Q”?=[>{&tHZ|ˆÿõò·?ï¿N¾&k”i¾ÊEr:I†çŒ8À?Næ Û=gDrbœ† cd²jÖˆ/2IŸ~ºOÞ2–YšßeïÞ’ÉMr6i g$Æo ÷¬§«ìd𾮊9›nÈ碸­ïȼ(IZ,‹2_/ȼÞf³ËM=-«ä>¯®ÉÕršÞH™mê¼Ìf'ƒª¬³AÀÒ´µwY!{S¸m’½odœ–Óy…+ (P<Ô¶Ü7!e> ÇXÍ¥k‡ó*[ýJ¶žee^Œ®–Ez{ù<Û#: ÃYfA+JÛŽü5d©ÙtÔQUµÓÀ1Å­5ð·leš§ÕhöîŠ7HÉ* ØIžâè}ƒF€qø:²¬æ pt¹ˆ´bpü’öiT õ Ë-8ìSß´ŽÍ d¯RÆE]ÝÕ•L ÈtUÔëêd`÷D5(®<³g<ŒÊÊ)ØwýðPÖzðú~xÉ¿ÅrºÝ¶á/d)šÆãj=¯|)EAbë~ð¥^q¢Zñ÷\Ýåèc“¢ Éª°/MGÐb,÷"¾-¼ýiÉÿNl’N‚ˆ…DÇ]I+€Ù¸ÝUÊ0pþûX?Zš‚‰…@W-é@É#—° üT¦ŒäèO¼cÁϘÝí‚É8æ;¨(ÄH*Aãq´…Œ`Œ°èK<ƒ½ƒçêƒ9;Šêöã‹AŽ@le{æ"#$Z—X쯮À‹¶HîqÿªK,WewEËâóå½ïŒ;t,&Ò ®jѰôáñãT :–X€®ªÐ°ôàÎâD%ºsó‹ t(^|¼*Á8WÀ½·µ(‚q&zZ.‚`Ì¡5ñTu«KÊÖË|q]ekÌSè'†!ë²èp|¸‰áÓèqnGÅŰCh×O£žåì¼IÙÅ.cA—It5EÝ»®P <§WÑåèwb Ó‰eŒ¡Û‰¥J;¤h}ºÚ‘tº ÿ}®wYƒ†¨ë'ÈjôFÿ¡]Z(·†[26  Ûˆ¶o^ïÇÛE²Á†²Š +endstream +endobj +1017 0 obj +<< +/Font 1390 0 R +>> +endobj +1018 0 obj +<< +/Length 912 +/Filter /FlateDecode +>> +stream +xœÅ˜KOÛ@Çïþ«œÚËdßÞB¥RA¥ª= Eꡪqœ`ò0ql!úé; …¶ñî:v'ìÌî<~óßMDŠX‘‡ˆ“O%w£äKôí;¡d M U`ð«H) Å¢¾'³¢$i±,Jôždëe>¿­²u6½žÕ[ü¹©“²úAòê–Ü,“t1 >)ÜìÎý_e¶©ó2›ž ª²Î>û” (†¸1ã8p Fc CKÆó2Ÿú,Ç hE1—Ãó*[ý +G¶žfe^Œn–Eº¸>tú#: Ch rWE'ó@[ ôpàûwË‹2î¨Ø?\(0ó´M³ó}’{YŠÄÖ6rߛն´&V N›s’Ã:>eÎqk?(ç:vÅ#ê\ÝlèÙÎ4Õ ¸r¶³qQW÷u¶'¦$Yõº:¿ý)«@`YwÇae$P¬Þ¦¼ à°Ò tìÀú?Xüá0{çËd»}…Þpl*EAbuè®°©ŽZŽr÷e¦ÂºyšÏZôêçu¹;®»ÓòjÜŠi0Ü1Jô`ÇOÍœG×f¥• B1Õ +ˆÒ`&Œì/f`]ƒaf5…8;˜•”lÍ#Ì +—ÎÍr”_ÎnãË4ÉPy1wȘ¶ïÒm&©íP Ó„ Ms˜˜&°´¨n<ÿ#åå߈óð +ž‘MçŽI!Q½¹H‚I,•@JÁQX…²Ã/s=LÁ:ñÃlSTZ÷ }{À- +­8Pض‚(7¨§Ü×}î5FAŠ˜n=P¨§:•aHTSîêíÓú˃U=zÀp÷ÜèM_ÎPoyñ¢/§Œ³¢ƒèË,J@GéЗiTZŽ™«QQN“rqø7’ Ë’ºn÷B É$ +1w’ûB’ Ê9PjÒxXûéôjT^½]Ê¥£ 2TX­1ÔÆ EqÕVåqÏ¢œjê:ÞYŒ:ªíÕC{TèÍø1ö*§P~cO*0Ý×ÞU´ÁïŸ~P +endstream +endobj +1019 0 obj +<< +/Font 1391 0 R +>> +endobj +1020 0 obj +<< +/Length 906 +/Filter /FlateDecode +>> +stream +xœÅ˜ÉNA†ïó-Ÿ’K¹÷Å2‘B‘¢äÉRQ„Œ=˜ÁËàñŒyú”MB6èÅžÁ¶ð`ú索¾ú{Q Â(r—qò!£ä&c”|ʾ~#”L3¡‰¥ +,~a™)å€Eùã³ÅÏ„Þ$->ÄÿúûÓïï_g_²ÊlßÕ,;eýsFàGWÛ=gDrbœ†cd´ÜÎ_d4yüí.{E¶¯aVÓ7¯Éè&;ùƳ +—ÎùÇ#ò©o›š¬ÆËü¤—¯¦yU”ƒËE9™_LÇÕüâªÙäÓ‹u3®êï¦zd¼,›U}Ò³=Ò™ˆ‘`WÜ;‘aR¯êb5‹R Pžá†ý*Ÿ·yÌP’Åóômûða´Ÿ[ô¶©Ë9oîÉDzœ7·äª¬È¤\”Ξü·g䮨¯Éåb<™÷H•¯›¢Ê§'½ˆ©qVã>;µºjò^Ì"™­(õÁ0娹Í"¬F†ªv8®ÓB• ‹:_FF*‹NiB1:i×¶`œ ¦h'ÚšƒÂåÏÊ´KŒÜbR¦÷ùé.ž£”ƒ`¨t³FIa%®¸‡)w”¸b Âè(qE5(®ü¥¦#måÌå–ª¬ŠÙ +ŸÎ ª kC­AA•f ¿;H ¨Øy‰üBß=ÌÙb¼Ù®ûJ/îÕùv«Þow*ªK'A¤bæ=+€Ù´Šˆœaà\;$“š‚IåÉ!+“”|ÁƒD*7ÑãhyBåº=5††ˆ½àéQ :Œh '@ÚðéDâhWi÷¡‘°pÈX&ÑH` +SíH<Œ„D·¨ÿûZ:Ÿ"f&Ð6y=y,ãGËbH +ãkÉÌ Š¦ÆèÝ>DidÿÇzÓ–L“¶hr¼^½;iƒ.goJ¤ð+ô4mY¹´5Jt4—Y]H 44©ØhIš+à­Ý¤I3ô>GÊbŠn'œÅÑÜd­NDjvÍMf)`GXW7™FÛhØÀÉ$úœ@¨{Üu¹¸¹ûŒ¥ +T¨…J¡.D8¬cYÇ:Tàü*½ÛÍÚµ”Ÿw[UE¯³¯ÙGÐ¡ã Æl‹zOȺ·Â2V'õÊù…)´:ûš}ô¤qw•¨÷9[ãÏ:vµˆ +endstream +endobj +1021 0 obj +<< +/Font 1392 0 R +>> +endobj +1022 0 obj +<< +/Length 918 +/Filter /FlateDecode +>> +stream +xœÅ™ÛNÛ@†ïý+_µ7“="S©TP©j/"õ¢ªPHœÄÄÄØBôé; ZÞÝĆ $0Éþ{˜™oþe“P Â(r›pò-¡ä2a”üH~ý&”L¡‰¥ +,¾a•(å€Eùã³å?Ï„Þ$->ÄOýÿÛÓûÉÏd2Û¯jž’Á)#ð£YÂvÏ‘œg€áÄ­¶sÄMºM>ûWVÔùŠ¬Ç«ü(-«|ZLêá¢\Þ67ùô¬WõŸtðé#]&'£6A«ÀqéÜ›  †qÅÛ³Á¼*¦!ãiÊ3ù¬lêë¦~˜}¾žæUQ/–åäê|»†óÙvç›Ý*†L¥d¼*›u}”Ú”-Jqàv{ðmÉ“j<«‹õ> +endobj +1024 0 obj +<< +/Length 924 +/Filter /FlateDecode +>> +stream +xœÍ™]OÛ0†ïó+¬^m7§þ¶S•IcƒIÓvTiÓT…6mC?BC"Ä~ýNZL*±Ý5dEHZŸsì×~Îk¶*Œ"÷'_#Jn"FÉ÷èç/BÉ4šXªÀâÖ‘R1p£(z¶zñLèz iñ!~êïßžß¿ˆ~D Sóè|õ/‰ÿ8šEl÷œɉ‰ 0LŒ‘ѺÎ_d4yúé>zGö¯aV¦k²IÖéY//Òi6)‹|õp±YeóE™nÒéeu—N¯ª¤(÷úÞ“ÑMt1jŠmÄ\Æq±øâ]ÄÖTqnkµt[2 (`‡Î†ýy‘M}Æã1XâqÔ2Ì«ò¶*‹I7Ó´ÈòÁõ*Ÿ,ÇuIãô¹¦ñ¬.j¼ÝU5`ªG’u^mʳží¯"™­(mÕ°?)’Y™mæ>CR²>8^qØ/ÒIv›zŒ¦qÇQT}Ó* ÷£=ÎØÇªÌä"¹{ ßò|YÝ’Y^I¾Ê ,€4N!¹ÏÊñÈÊ0qÜp\¯’ɲGŠt[e¨Ç³^YTiϧ`ÍAá‘Ø¸"ÀõЊAórÔzŠXK + E´!C4Lýt«¹…u6ò` â,mäA5(®ûø•ƒrúžïäêIÅ +nÈŽ VVŠص•á`m`7ÒFš6Iy( +ÝuÛOסç‹n…§Í¾iýЭ˜Ë]ýIºvãš5·(ì–V³ÍÀtr z¾Jîîö¤>LYÌ ƒ¸±·ó)OS0.†ZÊ”lê*‚X-…ʦ¦æùK=ñ^=Z#N˜¡AcýɉBS :”HG!XĤída…ECŠ™…Æ=Ku¢ +›sYŒþÊãö®å‚™E{Š¢ÒÐè®Z¹öK Ê—¿…4$:±î&(wê l¬„ÇK`3†–ҹჰÍ(zA‡ À¶AçhØÜ¦wšËÓÇ_*£tí“¶*´wnÁ{UöXãTO×gœ­ÃÿÝ¹Š¶øý$Z} +endstream +endobj +1025 0 obj +<< +/Font 1394 0 R +>> +endobj +1026 0 obj +<< +/Length 897 +/Filter /FlateDecode +>> +stream +xœÅXÛnÚ@}÷W¬xj_†½_©Ô´i¥ª}ˆ„Ô‡ªB q¸88¶¢ôë;&QÚ(‰w×1B{vÖgæÌ™mB +£ÈmÂÉ·„’«„Qò#ùõ›P2K„&–*°øƒu¢”nå×Vÿ]º^HZ¼ˆÿzúéßï/“ŸÉaêg±HNGIÿ #ðËÑß%ZÜ¢µóÌ"D‹+tP{´ŠÏ5,`OMX#éãu tb>¥‰ÑAÎpsª„œ¡QŠ‚…°6°wä}’—©ûÃgÝSìh¬K|‹æ©­ D©%Óè’ü#†ýEŠOfi{×h“b{¾.ñ…ÕíH"Ÿ£«:b¦3†>ÊŸéÁ‚Ë(º¨Æ¹Þ×Q0Þ,ŽÒ[ƒ¦ÎÓôEÈ­Bóäá~£E¬6»£zu Û *°¾lx®‹çÉ_’O +¥ +endstream +endobj +1027 0 obj +<< +/Font 1395 0 R +>> +endobj +1028 0 obj +<< +/Length 887 +/Filter /FlateDecode +>> +stream +xœÅ˜MoÚ@†ïþ+NíeØïD*5UR©j‘z¨ªˆ€!Nc+J}Ç$J›6õÀÀ¾;ë™}æÝmB +£È}Âɧ„’›„Qò%ùöP2O„&–*°øƒu¢”nåÏ×V¿]ºHZ¼ˆÿzùé×ﯓ¯Éeêg±LN'Éðœøåd‘°ýuF$'Æ`81F&ëzŽø “Ùó»ûä ©ãe‘Íß½%“›älÒ4œUà¸t®y80+Ó5ÙL×éÉ /Òy6+GÕæ:_=œW»t~QM‹òÇ`"i$Æ?¢¤ Ž(§8p[ßå’ó‡ôt5݆)IÓÌ“ ÇX)sDIfA+J™1Ô€¬ëÿhŠÚiฬ­’¦¥$?ÅJôí%ÃÀÍDÆ9ïf2Ϋò®*ŸbH7ó´ÈòÑÕ*ŸÝ^>Fr¹¨C¹Üîc15 Óu^mÊ“ Ð4…[ksÊŒ‡³bº(³Í2dHÅ 9#ÆÃ"ewiÈ`܂ÔnZúñãhOËô¾*ó9›îÈç<¿­îÈ"/È,_åΟ¼²nä>+¯ÉÕ~3!Sb ²éßw¯H·U†w2(‹*„„I5(®š+wq”S 0e»¡Ÿ²(ækTÍùó•†å¨2¬õ¢¼/uÍ@›Hòw§®(H¤ˆî‘J`'µw$ùc·÷_Ô™Ë#{ƒîÔ±µÕ,²MèL]: "€D=©[Ìúš‡`¬JÃÀ4yGÀªÔ –msFGaUJJ6ߪ°JŽþ¨±Þ_Ãê‡W1º\Mw»' dh°˜gÅb(©ígV(… mõÃÚÎõZmÈ¢;ŠÏaŠX@TÇAà0AtÿVFö­è&$Z£XÄ›@gÔÁ‰A„"Gg‹’ÃÙs…¢ij{XÐJ‘;ôFÆë4ƒùÄ-£€`>í÷Ý6xâ†ó°$O\¡QëÌöq~ÈCƒö¶ïo^̈+àR<ó8C[åKéæqŠN) c–9´>±GXÞ| l™EçˆÎÄ5š¡Fß§8–m{ÂEE&Ñúøš®Þ +T‡‡ +qâO,M:gè{üeÚ“8E—äµ&=‰;´Eþš&ªAKÐÔõTmAx+6Ч +홀òô"Ùâë'ÉpÙC +endstream +endobj +1029 0 obj +<< +/Font 1396 0 R +>> +endobj +1030 0 obj +<< +/Length 931 +/Filter /FlateDecode +>> +stream +xœÍ˜KoÚ@Çïþ+NíeØ÷‘JM•TªÚC%¤ª*"`À ààØŠÒOߢ$m•}¸8cffwgö7ÿÝd¨0ŠÜeœ|Ê(¹Ê%_²ï?%ÓLhb©‹7¬2¥p£(¼¶|vMè­!iñ"þë÷oO÷/²oÙÝlŸÕ<;eýsFà£YÆvבœg€a`ŒŒVÛñAF“ÇOwÙB†U>)nr²¯ò“Þû¦.äC¹,«b='ÍzQ.ï/òõ²˜/ê|O/fÍ-¾ošqUÿ$wE½ —ËñäºGª|ÓU>=é½%£«ìlä Ì*p\:÷b`uÕä½w–Œøâž!’á¤ÏjPŒA-@ùŒ¡¹yULcL)ÜnÐk u¾zX§°˜ÔƒýÔŸ=Íüùvâ¿îæ½×ñ.PÌ*ßâwè;°—ø8Þ™­(õfÅKÞ§÷ùé.¥£> +endobj +1032 0 obj +<< +/Length 924 +/Filter /FlateDecode +>> +stream +xœÅ˜ÛnÚ@†ïý+®Ú›aÏD*5mR©j/"!õ¢ª" 8[QúôJI¼»`(Q0ÎÎïÙ™ýößUB +£ÈCÂÉç„’Û„Qò5ùþƒP2J„&–*°xÃ"QÊ7Šò§kó?® ½HZ¼ˆÿõ÷§ß÷O“oÉìÊIr>Hº—Œ8À/ã„m®3"91ÎCaŒ kø"ƒáÓ_ɲyõ‹ºº«+²LÙY'[޲2/z7ób8»®—Óbþx-çùdZeËlt=®ïñ÷džÞß÷˜êtQÔËê¬c;¤ûî-Ü&ƒ&UVãÒ¹FUýî°LÇU¾œ„ i$Æo²ß-³a~—… §8p»Î|ÃpÛÑv9{_WE|(æE‰ŠÉ.i£´œí²µªÓ²úIòjJnæépÖ!e¶ªó2uª²Î:!º$Š…Ò8Ÿý˜¼qVã\4HRæ£á˜­(mš†í€y•-v©+0ù°êmsöSv¹ÎØÕ&a ‚¢äºÿNU; S×T$Ç‹ÝC±Ô}=ýbØÑcv¾)¾ HF€qÎÓ§í? æ p¡;qiÅàô5$)0ì¿S×·à°O÷ª¡Â2æ[mºË¦WÞå&oÏVê}À¦œ­Ù×”•@±AÎ5¥hÓLÞ—¸v‘Þ?’/E1«ïȸ(É0Šsº‰m _ÕÏJ%pSÕ81 TØ1Û½X+ TLƒåÿÛ€…K‹·“šyÑL ÒI±€iY‚Àì~Ë~L¥aà|[·#?«¦`baÓ²é@Éÿ;ã‚ðCè¨8Ú2&Ž+€¡cÞJ±¤´S§±p¤õÍq‰…EKèCg8‰Z~+=`s˜?~ Á œs1ÜÄNéõúÁÜ=W,´^Ù¸~Zç+hí¬ [¢ñò?´•;ô]fO?ÅBnÑjùOÚ~>ƒ^+–=‡GUhµÚñ•A%-×µU óS¥í¨\÷o"ƒYÆZ®€æ‹cÙÞ‡¥œr°Þ®ŒBsè=í2¦Ñhy6TšÊçh …GçâñÈ$Ú6_…Çà‘ Ê¿q +Å#J Ž°Ò ÜY2†~*"í* h´Úv9Q +Ú,ÏÖ®Ž4Sþ3‰#>©F+{Þª…F*–8­ + +l€ñ9TÀU²Â÷/o. + +endstream +endobj +1033 0 obj +<< +/Font 1398 0 R +>> +endobj +1034 0 obj +<< +/Length 911 +/Filter /FlateDecode +>> +stream +xœÅXÛnÚ@}÷W¬üÔ¾ {¿ R©©’JUû ©U…0„p1[QúõH”¶ +ñî‚¡ HÁ!{fgÎ왳ë„F‘‡„“/ %÷ £ä[òã'¡d”M,U`ñ ‹D)Ü(Ê_žÍÿz&ôv!iñ!þ׿Ÿþ|ÿ.ùž,fû.'Ée?é\3âÿØ'l÷œɉqÆH±_¤?|ùí!yGž^½i•/È2[äi¾åå´èÞ΋álP/ïŠùã`”•³Á¸Þä£Ádžm6]š’·÷¤Ÿ\õ›"° +—Î5GÐëLÊé(d=#Á0®¸gG½¢®Vuµ%¦R’-ŠzY]¤6p{Z€j ¥×–Ù¸š.'!Ë)Ün+þö’½N™§«õŠ‘CÁZ²„‚¢Uò˜ò ñóó6MA§2wè”L .4Ò¢eòÜ´ iÐ3ÅjÏA*Ç:¥ aÄÞ$ú$ÿ½W«mR¬ž Éð6n" :©3w#EÃäïÆ`©bÝR@«…KÕÁ÷—ÌR]‰”*¦Ñ¼yFº©bm’‡ÕGØÁ×Ò’P '§xùÂðÑ:FþCÿ@ÚPÎR4D±ŽÄOÙÀaÑ¡ò²ôTàR£÷?%¸Ftèut”D*tBmš‘¨]J¶M+²ü&YãÏo¦Éåò +endstream +endobj +1035 0 obj +<< +/Font 1399 0 R +>> +endobj +1036 0 obj +<< +/Length 918 +/Filter /FlateDecode +>> +stream +xœÍ™MoÚ@†ïþ+ŸÚ˰߈Tjª¤RÕ*!õPUCœc+J}H“TM¼»È!BJŒÙ™Ïì3ïdP Â(r›pò%¡ä:a”|K~þ"”L¡‰¥ +,Þ°H”rÀ¢üáÚüÉ5¡· I‹ñ[ÿþõxÿUò#Y¢™íO9KN‡Iïœøápš°ÝuF$'Æ`è#ÃÅÖG|‘áøá·ÛäÙ¿y•-Èr´ÈNÒl9Éʼè_΋ñÍÅj´©ê2»˜Ö›lr1›6›>MIïÃ{2¼NΆMÖ­Ç¥sDZn$Æ?Žu-@5[ôfe> YKqàv›Í;uµª«à­0•’Ñ¢¨—ÕIj·%PÌÔæ„ôÆåhZåËYÈ’ÜÕ˜& Kze6ÎWYÈrÔ€ÜÖbÃjûÅîãô±®Š>ùTÌ‹&•-çùìªÊ–®}ÐÖõ¨¬~“Û¼º"—óÑø&%e¶®ó2›œ¤~Ç´ÓÀq›/?Ū¬³4`‹ëŠbf7>„AÄ#ÐF€qÎW¨ƒÀ|ÕšƒÂ“*ªò + c>®ú÷ñ?{ ÿù6úßwÁOCrT+Í Ð¥qIa6ûjµ+óÜ‚SÔSŸ/˜ŸÜe§»¼²Ä „SÔáÞâF©Å·È<Šyå,Á#Y·(–ë‘’LÖFv-š× ´ñ¶ÁxUЂĒÕ-àõ%jÂZ%°+lΰ(Ð*<öíd+ UØŽjæáö3¤=mîÈ×¢¸©WdZ”dG^¿cÒI4ûÞ¡ä•V³Íl‰¯4 œ· +¯ÔL,|"9°ÿ•Ò’Þ–âU\D,©:r…£;ŒQp– •{‰@%èXVuãŠp¤}‰ ,J:?Ã^Å<ƒ¨ŽKÊŽˆ\¢¸‹Üµg] ¶‹¥W{ֹ@iÎPÆÌõ:Ú'E×XJ]ZgEœ¯üº³nQòùIÓ•u®åÑI„u> +endobj +1038 0 obj +<< +/Length 912 +/Filter /FlateDecode +>> +stream +xœÍXÛnÚ@}÷W¬xj_†½_©Ô´I¥ª}ˆ„Ô‡ªŠ0Äáb0¶¢ôë;K¥õî‚ `1;³ã3sæÌ*¡@…Qä6áäsBÉMÂ(ùš|ÿA(%BKX¼`ž(å€EùÓÚì5¡7I‹‹ø¯çß~_|Khfó,'Éé éž3⌶]gDrbœ†Ž12˜o|Ä Ÿ>Ý&oÈý£ŸWÙœ,ÒyvÒÉ£¬Ì‹ÞÕ¬N/—麪Ëì2[ÌòÉu•-²Ñå¸^ãûd–®×=Ú!ÝwoÉà&94yb8.‹ñ¤(³Q>¬z£»ìt–§ KF‚a\ñãŸY PÇ÷Bqàvƒ¢£{"P„ù€FîÀj„ãñ=a´¢ÔƒÖ~wRæ£ý¨¹)EÍëuµ¬«NÆT‡¤ó¢^T'vJí4p w3ûÝa™Ž«|1 Ù +Å4oS¿[fÃ|™…l§9(¬®M÷¡¿ÛCÐÞ×UÑ#ŠYQ¢Çä1j£´œ>„kU§eõ“ÜæÕ5¹ÚÖ/Rf«:ǪvÒ©Ê:ë„8¦xîg?&l’Cä{ªA?nš[pߨ”~,ë!ûˆ;ßìb¯ "¯™ƒÔ¸ìc—jP\ùÒµu»Ê)ˆöƒ³§²¨sžL=À k#;•6ìjÚìØ—ìcWQ˜‡úµí +l5w‚Ñ>F±JÜ7²íœb,÷7!,÷¢^ïÂo +[sÍ|ýD¿I'A`"6mÁoÒ0pžÞëoüv–®ïÈ—¢˜ÖK2.J2Œã»Ç4ÓHHñœ)¥%›cÅšRX~º eMÉQ–Åea(xÛNÉPŽ1opX¨K5-û œiwì#¢ˆUX”a±DÓöi±P}Tà …ÊKù¦KÔ\~::¬uZì<¤m8ª2/k…Ó²`mÈÎVYPÆ;ôˆ"dîP!šf AÈÜ ópT¬àÜêó=õ&W¨èZœ\¢Ró=”:¹@K\ÿja?mâT½9WÀ=ÝØ!Ì2Tc±³»ÌRc¨·ÃŠÌ¡üŠÄí@fQ}ŲP f5Н¶¦f1¥©wúÖ¾Y‰*íõS• ÊßV³žD@FrÛγTÆ0orFQ£(=CÁj3¨¾<íÕ¾Ró%Ó…LŒA4fA„GéL6ºÏ{‘¬ðõ Æ;{ +endstream +endobj +1039 0 obj +<< +/Font 1401 0 R +>> +endobj +1040 0 obj +<< +/Length 903 +/Filter /FlateDecode +>> +stream +xœÅ˜KoÚ@Çïþ+NíeØ÷9•š*mUµ‡HH=TrÀ‡‡‰±¥Ÿ¾IÓVM½»˜ ìÌ®gæ7ÿ¹M(Pa¹K8ù”Pr“0J¾$ß¾J&‰ÐÄR°L”rÀ¢üéÚâkBo’/â¿þþôû÷×É×d…f¶Ïj–œ“þ{Fà—ÃiÂvבœg€¡cŒ —[ñA†ã§wwÉ+òðH‹:_’U¶ÌÏzùj’WE9¸Z”ãùhmê¦ÊG“¬š¦Í&ŸŒf‹l³Ðé¿yM†7ÉŰÍ«ÀqéÜ ]0 ㊟Ð-@Ř/«|RŒëÁä>?_dãy/ÈŠâÀí6`N·QÉ€b(Ÿ2⸫1äNè³ ¥§Œ8j@nkÒÉ<ÐNÇÛà‰Æ´?«ŠIÈzXI(¦±/´Ò²©×M·'¦z$[–ͪ>ëÙÀýÆ9OeKûã*›ÖÅj²¤æ °Æ·ÅMÚ¯òq±ÎC–“fBÛHV{<­·M]È»rQVè1Y•õèº\Ü?Õm“UõrWÔ×äjW•H•ß6Öª³^]5y/Ä)nÁan´ÞÆ4æÐ˜ƒ˜ôä{fTƒâ*.w•k<°x^ï·Çu¹;­ Â­œ¡}L“VÅàbEW›†ƒµ‘íÈ^$Tš6‘]G×Ý) +³MÓ¦ÀÎñ¨aƒÙûГÑ&Ó`ydOÑÕ&6Ûšy›ˆ`xI'Axaѯg«ñ>ä’V³žÞ +\Ò0pž¶/\R:P²ý´ž×E¶¹'ŸËrެɴ¬È8dN ¢•3ñ0”Z{Ç P2[¬ø(”T‚ŽeDHÌv ÖKö—³oQOÅRäö1«¨Þ¯¾GáR(”Lò„7Z¢^Š¥Ê!í K݆Ýìs”J~Ú¼œ}ÖA'v³LQDùGÁœå”ñŠÎãp–[Â;‰ˆ-7(é|d -—¨<£wbº£@ä˜b1Tä\÷÷^¡Tä •Sì”í¹vôÃö°‚ê3§(œ¢ú€&™C;EëhÒ¢€Š¥Ð^¼ce“dpÐÍ)NþiØAMJÔMþnð &…uˆ©B„IŽÊê¸éÈê':C‹QTOž9]$´öžj: +Æ›ƒQÈ2¨å<½]± +&OLwQ†ÿ,@&)°­1ÿ?^&·øú žN +endstream +endobj +1041 0 obj +<< +/Font 1402 0 R +>> +endobj +1042 0 obj +<< +/Length 924 +/Filter /FlateDecode +>> +stream +xœÍ˜ÛNÛ@†ïý«\µ7“=¢P©TЪj/"õ¢ª¢8‰!±‰±…èÓwôÞÝàà‚À$ûïNfæ›7 *Œ"7 'ŸJ.FÉ×äûBÉ,šXªÀâ Ö‰R¸Q”?<[ýöLèíBÒâC|ן=¾~™|Kr”Ù~—‹äx”ôOq€ÿͶ{ΈäÄ8 7ÆÈh½Ý#~‘Ñôá·›ä !d8-'ó*ËïÞ’ÑEr2jZÐ*p\:×´ .¹(³YÈrF‚a\ñæåpÁ¬J×$Ÿ¬Ó£^šÏÒ2+ç«bz9΋j¼,V·ãy}ÎÆ‹Õäúz@{¤"¯¨Ž¤n·Ÿm7ò’ÅŒkLŒ¿å‹2eÓj0»MW“ée/H‰;°S¦£ƒ2 ZQÚU†QrÛ:Q×NÇÐw”d›ÅêŽJ²å㜷Wõ›•Ö6`_* ‹ººª«ðó0Õ#“uQçÕQÏžM1ð¥Õ°Ñص¤À°L›ReØ/Óiv•†,Ç DWSì‡w«ÝÇé}]ò¡X%î˜<*ÍWÙbY¥9†ë.h›zRV?ÉMV-Éù®‘2ÝÔv§£^ÀÖ¨ÅUCG¨Ê:íR9ó»-¸*+b¾zÊ5®Êp°Öÿçz<Æÿ†ÿä1ú§ÛàŸíbÔø•f wT8˜¼¢ 1¡uGòGº¨¶¿]·÷#b7§d,ßsŒhA'bÍ"g‹ö䥓 ü€9˜¼ÀlÜlÑ¢ºaàüd0]¥¦`< +¦ësÐØµR:PÒ÷)GÁV + ÂGÇpØJ†¦ŒyØýlO&×·äKQ\ÖWd^”d ߀Q º‘hÿ<¾Â ¶9†Qô™ŸW¡ôXTÇ! 6›a¡Ð‚Iï\ñ:{‘èÇbu¨½4gþËŒ0-8±XPêÔì¿ÈIŠæ¬¥û—î…;4v¦›üâ½X4v-]—¼x/=¡—|áˆçÊ‚ó_†¼:á¹D³êíQ„çM¦Éá„ç ¡§ZöµÓ»;ˆ½Ý4§h2k'èÌ¡_ôe~ ЙEèÇ^(ЙFGçÚbçíÛØ„aíÐØ«¼öÔ%ú> +endobj +1044 0 obj +<< +/Length 927 +/Filter /FlateDecode +>> +stream +xœÍ˜[OÛ0Çßó)¬>m/§¾Û©Ê¤±±MÓö€TiÓT•6mC/¡!bŸ~'ÀƒÛ™) ->Ç>—ßù{—P Â(r‘pò9¡ä4a”|M¾ÿ ”Ì¡‰¥ +,~`“(•7ŠòÛgë;Ï„n’âýýןÏ/“oÉÍ4_å"9%ýŒ¤€oŽæ »zΈäĤ:ÆÈhÓøˆ/2šÞþv‘¼"dØ/³i~–½yMF§ÉѨm9#Á0®xÛr׫‘íd“ôÞÖU1 G“óKò¥(Võ™%™ë¢Ì· ²-ªñ²X_޳í:_,«l›ÍÆóú.Ö“ósr‘WKâᘠuêd=™®z¤Ìvu^f³ƒ^UÖYÏg¿Š·Mß/NËɼÂÝø,(P t[<š%e>óYާ`5—iûr¸`^e››dÛYVæÅàd]LWcW´Gú>®0 ZQÚ–ûr…M5>»':ÕÀ1<­ùsß•S4ŸVƒÙevx•¸^–¬Š•éH¬½lÚ0)¾^€+šƒÂ–ù’R+/#'%†=#('ŸÈn!Åžáê†}Ïv¨™ƒ¼teÞ°¨«³ºê¶7¦zd²)êmuгžû¤WŽÞ8ì€D¥ +Ö{®+ÃÁZǘð®¿{ÀñÙ¤\Ý×®ž”ÕÏk‚w&°Ò 4F´5¤!VŠ‚Äô×q¬NnAUý»½ã‘}Â{ö¡9¯ã«ãòjö +ëæz.ܳ]¦Árçôß.¾šŽ90*S "”]v(­fÃðìaºÇÑøv5Ê ve +J>Cx…á“7è$GYçl;^˜{а»N2)sÅ3p’JЩ¶%',*9Gº)×vâyx†5HuK0á)ÊBÙ~vAÐÅ8¾ÐÄRÉP÷Aæ¯çð)8j³P¨Dw‚ÅPÝÍS”j®û(`å)*1¨„co—[Ô`‘®Kº;aP…2(º +•W9Ú݉jí¹»(Íœäò'3ç +¸Ç¹?6s&:k<ˆÍœ¢\ts›™EIæÀU°ú¼s}ÜY|2âÎ5¶…p”aÙQ÷} /G™D=æN^¿qöcs`^½œ Ê1š=…YŽÚ¬+¬þÃ,CiJ®NŒdÕX,Uä¿Áµ˜kXŒoÕ ‹u…áoU£ëzßݪBµ¶ÿ2• +¬»Jï‘í8Ùá÷/È0X* +endstream +endobj +1045 0 obj +<< +/Font 1404 0 R +>> +endobj +1046 0 obj +<< +/Length 922 +/Filter /FlateDecode +>> +stream +xœÍ˜KOÛ@Çïþ«œÚËdŸÞÝ(T*TªÚRªª*2‰B&Æ¢Ÿ¾ãPQha±M„DLØ™Çþæ¿Û„Z‘›„“O %— £äKòý¡dšˆ”ªÀàÖ‰R¸V”ß?[=x&Òf!ið!þ×ãO¾‘|K6h¦y—óäx”ôO±€Í¶{ΈäD[ cd´n|ÄMî»IÞÝkXÔÕU]‘M¶Îzùfš—‹bp¾*&Ëñ¦¨ÆÅêv<ÍÊåxV_çÓñ|•]_˜ê‘l]Ô›ê¨gz¤ÿî-]&'#—CFåÒZ§CÃþ¤ÌfÕb3YRKÐŒ+îXrØ/óÉâ*YNqঠºc¹»Õ~‡ë}]r’]ß’ÏE±¬¯È¬(ɤX%î€<?r³¨.Èù*›,{$À1É€b‘<ŸË2ßÖ‹2Ÿõª²Î{!›åLŠùp¥c“ f U”º’Ñ,9/Óå¨Ù4–»|ÉpQåëÈê¥a›Ú8FÈU÷»†b‰ûÚø >hÚZOçþåCÕ¸˜Tƒém~¼«ó K)…§†»[Åà•ëNR`Øš¯ZwÜ€Ån~Õºc4B0ªîºö¦ ¸òžjýÀcMYûù¡²2(¶¶»Ö¢¨¬4cÜ“G••¢ ±ÒH*xHáz³‹Ø]°¶uVV?18žŸJààæLc <¶ÛÝ¼× <KÁp×Àà8±1^_wá:m¢u¶ VÐé­pJM™g¤èܪ´ľtÚߪÀL&öB¢Ô ¬sö;ÈöR +:Aí­J J¾x*…‹™öV9ê3/:¶ÉP‚1oVƒa&©„Ô ?Íž8÷a™°¤ñ%2Še $ÔnÑÁ2jßHwÀ¢¦mnI”nNúÄó; +¤OîÇ RpTc~º„"R°–#þSE8T +Š‚ÊsÑpX¸E¡¥[KÛ6”Y¾û‡NÊ5Ê©Xªt»W…bªµ¦lã€D%å½{;¨u”=‡ô€+à±sb·0ÔZþ¶Æ/§(´šø…ðË,ƒÔÛÑQøeµŸ—áøe؇Ôs¡'%ÿ½Í'%“(Ö|­CJ&(ÿXJJt D,­žžU?6á +:´C} ¨ÖF)j­nTO¸Q‹JËSâÝpP£¸ò_1t»¹¥Uì z[› +…U,iÚÚ” +L€ÚÃæY²ÅŸ_„Ç/ƒ +endstream +endobj +1047 0 obj +<< +/Font 1405 0 R +>> +endobj +1048 0 obj +<< +/Length 937 +/Filter /FlateDecode +>> +stream +xœÍ™ßOAÇßï¯ØðÔ¾ ûûÁ&µÑ&Mû`BÓ‡¦!œÂw1ö¯ïFm"·»”“bLôÄٙݙùÌwY%¨0ŠÜ'œ|I(¹I%ß’Ÿ¿%“Dhb©‹oX&J9àFQþôlñâ™ÐCÒâCü¯¿{~ÿ<ù‘ä¸Ì櫜%烤{Ɉüã`š°ísF$'Æ`è#ƒåÆG|‘Áøé§ûäÙ½úY•.I>Z¦g¢L'Ù¸êåEõ=Ÿ‹‡ËzN>/Fëu§ûá=Ü$ƒ¦E­Ç¥sÍ‹ö»³2›„Ø3 ãŠ{‚èuuWWQ¤ù$-³¢w½(Æ·CŒeXoƒN7Ñ g›pzLuÈhYÔyuÖ± =éwÇåhZeù,ÄœâÀíæŒ÷›ìwËtœÝ¥!渫qó›Ìí¬=îÓǺ*zäb´~ _‹â¶¾#Ó¢$ãbQ”y}ãÈ}VÍÉõb4¾í¯˜­(Ý‚eºª3Ì»³NUÖi'$Rj@nj®á(ú¡Ž×t“I«±(&mTåå, ËSmç|UØ¢šƒÂ~å+ÛöP < ²¯õMÒómr­#)0¬9Oæ´(·à°¼N—kÌ€AP.רÅUCƒiÙå,÷“­o%P,v_÷ +e®2¬õoÃ\¥hã›(¢¸«‰E«Ã]…%¸Õâ¸ûéΦù"›Í«4Ç-Ûmܪ•ÕïHè*¦ÁbMì?Âxè*A5k/¢¨+á§T(u¥Àìa=ÿiܽxÞÿíä{µÝý HÃÀ™¦=oÛMÁIJè¨HJFŽaW + ":G •£¸ŠkùG]ž¡Ìb§Zá»??XxrÙÍjÐÆÒ‰g=£¨+}².†õeb@ +‡~BƒšÏ3ÉÅÏáá8i‚þ›ûÖ–W(®Ã—— +ì¡*ìz_%+üþ”ÏdÀ +endstream +endobj +1049 0 obj +<< +/Font 1406 0 R +>> +endobj +1050 0 obj +<< +/Length 941 +/Filter /FlateDecode +>> +stream +xœÍ™ßoÚ0ÇßóWXëñ¬ÆdrÄÓÏ«òª*ïJ²IR¤yïb™C kXmã& §›È†³Mh=¦:d´Ê«¬<éØñŠ”YЊÒú,ëwÇÅhZ¦ÙÌgIj@n:ÊË+ö»E2N¯Õ4–!Å2¨;Šþnµ»m{_•yœ®oÉ×<_TWdšdœ/ó î}$7i9'®&Žk:ÄÅr4^tH‘¬«³ó¤SUÒñ‰ZsPØ0k¥p(Z1¨?“Í‚žé¬%†éTžÁÙLý2Xs 1fp'Zs†0ˆ½ h´æ Õ ¸rÔö ]tr›œn³×Ç’Š,ÒcˆZY ‹ò(’SÖ1­9£h8Ѵ挢 ±‡è£pFàëj޾°WØv£ï±Á^1 –»Æš Ø+ì5«Ÿlh/­fëg‡g`ÿá¸OFÅânÃÖÕ¨(ï°þ<’=<3 âÚ‘Ð'‡š ¡(—¨Ú<ò×3}¹@ÝÊ”€ìõj9WÀk¯'^Ç †z,ô.¯7(*1DQû¸e1Ê,˾–fV(ˆZpC£´ÚÛHs7°ePxü-¸!Q¾50¡@¹gOo`cD > +endobj +1052 0 obj +<< +/Length 917 +/Filter /FlateDecode +>> +stream +xœÅ˜mkAÇßß§X|Õ¾÷ùAL¡iÓBi¡K_”"=ñáô¼#¤Ÿ¾£†4!éí®^T ċٙÙÙßüg•P Â(r›pò%¡ä&a”|K~ý&” ¡‰¥ +,~až(å€Eùó٣gBo’â=ýôïû×ÉÏdf6ïbœœ÷’ö'Fà{£„mŸ3"91ÎCÇéÍ7>â‹ô¿Ý&oÈîÕ”Ùœ,ÒyvÖÊ‹l8”E^þX\ç³»i1ýT­³áçYº^·ÚïÞ’ÞMrÑ«3l8.;ºa#Á0®ø>†‡wÙù,LÃ,iêèá)ÜnRâØ†%Š)züLâ¬ÆT:ºafA+J÷ʤƒ Srs›ÔÚí¶ÇÅd°œv8îŸ/eºyU.«ò>l1ÌŠIÞ¹šåƒiÃéWÛxúC ¨?ÚDÔoBê0Õ"é<¯åY˶HH„oŠEZŸLÝö HGåd1YÒ0ÎÕ^8Ýv‘ &Ë,d9Å þº»µî·ë}Uær‘®ïÈ×<ŸVK2Ê 2Ègyþ“šý#·“òš\m¯à˜¤À°þšE¶ª&˜†g­²¨²VH°Ü‚ÃL¯=ŽnÌa0Áå©ÙnhS Š«¸J O`–´Ê)˜´§uÂJ ˜åQ÷ó^ÖîÙVDAViÚDöÍÇ«(H,:}Z/v‰'N?¼)véI½`,ìEš÷ÛqͼI0§¥“ <;2§¥À¬§‰Â´4 œ§ŒÀ´””ôPÿPx æeº.«"»ß¬U•åŸ'TŽ'ª„€1D•…œ¯øCy*Š3V×CÔw¶ßw¶mk/·Ût—K*ADzëp³Â ÖÛŒ4nÖ¢R‹%×^ŒXSTÇ‘¡øê2yüÓ”¨Êb Ô€Yšì€yƾf9j7?c7ËšŸ‚¢, ˜Wø öÒ½Ѹ㠌O G![”ŠžEÒ¸B1Ö°ôô.À-‰’®¶â)Éê:‡b(ɹîo¡B9ÉŠ­Øa[`î6™œ¢Òòæë«ºÀJ°Ø\Ã.XÔ_û²&Š¥L£ÆòO.^5X¼hÀ¼î5](°bĆ] +Ô჎ƒ\à(ÈN[þŒ¡ó—0ŽEùU;=<.Žã­ë(„žö0Æ +U—§"ååó™ïêRõ•Æsl^&+üù ’mKp +endstream +endobj +1053 0 obj +<< +/Font 1408 0 R +>> +endobj +1054 0 obj +<< +/Length 934 +/Filter /FlateDecode +>> +stream +xœÅXÛnÚ@}÷W¬xj_†½_©ÔTI¥ª• ©U…0Ä `0¶¢ôë;@”¤m°wÁ8 HÁ!»gfg朳«ˆF‘ûˆ“/%·£ä[ôó¡d M,U`ñ óH)Ü(ÊŸžÍ^<z³´øÿëïOÏß¿‰~D ÜfóΧÑù ê^2âÿ8˜Dlûœɉqcd0ß`ÄŒž~»Þ‘Í«?ÍÓñ‡÷dp] ª–³ +—ÎU/‡ ¦E2'‹xžœu²<§£¢·ÈŠïñº(óä²\'ãϳx½ît}v5 ㊷»« ÚÝQqàvsÜì:~HÎgñèÎo'É€b½Õ”EÓñqVcù´»+³ ¥-W5 7¡ÍMµÓÀ1¿Ðá»âP Øžu3¦ë9d´`œ«2ý¬,–eñF²'yšõ®gÙènˆÁ —»h†“M8Ãé&žSϳrQœul‡x…§9(»ÕõÓïŽòxR¤‹©Ï’ŠAumô»y2J—‰ÏbÜ‚Ãú®J·Úcª>–EÖ#ñú|Ͳ»rI&YNFÙ,Ë?Ù“;rŸ7äz;cˆ,fÀ wí?Å> +endobj +1056 0 obj +<< +/Length 937 +/Filter /FlateDecode +>> +stream +xœÍ˜]oÚ0†ïó+,®¶›ƒ¿cWtÒºµ“¦MZ%¤]LJ!Д@HTu¿~‡¶j»­Äv 0*ªRûµÏ9yÎëUDŠX‘Ûˆ“Ï%7£äkôã'¡d M U`ð†y¤”+ÊŸ®Í^\z34xÿëÏOÏ÷_GߣN³ù)&ÑY?ê^0b¿ì#vÉIlc`(Œ‘þ|£_¤?|úë6zCðÕë‹d\f‹É»·¤÷ë†4 +,—ÖÖ Ùëé0[¦>Ãiªn¨‡‘È"™§§÷U™Ÿù,/P-Yäå`™¬ËªHéb–M®Ët‘Žãj¿'³d½&·YyM®fÉpÚ!rn6[¾MR‘®ª¬HG§²¨ÒŽÏ%ŠÑ­ B/$܂уڨ’Þ¤ÈF>Ã1ZQ̾ÚápÀ¬Lç‘Èq ²ay‚!øöóç\löÿÓfû;]4¹)Ÿ#ͯ­ŽÛ¹=èm Àš¢Œ;Êt‹€Ñ]zvŸÞ^3Åbkk«·Ý¥j +ŸbGK6­3×$†µ{¼\ã,V{£\Û‹CŒTs=½ºž/M5(®œ¯^^•˪|\Qº¥E–Ÿ\Íòátà’¦:$™çÕ¢<í˜ñYª² +Öõþ諌Šå[—>ôUšŽ0…ÀçÉúŽ|Éóiµ$ã¼ Ã"{ÈR$‰Þ*ë%Õɬö[µQ Á±ÂŠzhÓö‚cÅ4îhþ.Ððt¦ž)ŒM§fÎ^ã@j¤• BñÕž#€™f, ¢¶ŒXWy¸ek +q(ÂÚS#-(ùߤ„0 Üp;”ŽöÏŸƒiaè™3k¼±/©í á‘°/¬i\IÄ}aЗº@íÏ}¡ÐAJGáë¼GI1}ܲU•å/ò:=dIt¢µ$õ%<Ö HÇ)EäGèæ /äÛÑ|ÄM¿o¼/ï·Ü #‚¢ù«=ÜhmjnÑöÅ;[ìFS4|îÓ’=`šÇèíBQ´§E*tu;ÛÚF3K´s®JkijÎÏ”V¦æ +øîç(¦fhÝUì RN9Òôé?8h‚Pfј:‹6¡Ì ©t1Ï¡ +Ž: [ç-HõP%Ñ<Ö–DcÓÌ„åj¸BŠ2Ax$²g3†n,1!iìÙè2Šfmö¨±‹.͑=sŽìãhWè!~ ëUh¹B™Ô‚ ©Àx¸£ýȸŒVøþ ÆDxð +endstream +endobj +1057 0 obj +<< +/Font 1410 0 R +>> +endobj +1058 0 obj +<< +/Length 720 +/Filter /FlateDecode +>> +stream +xœÅXÛjÛ@}߯XôÔ¾Œ÷~1J¡i“Bi!CJ1Š-;Š/²e‰~}Gq›¶K+×Jd öZš93sfϬ·„“VÓ;"èGÂè-áŒ~&ß¾SF§Dꘇ7¬ˆÖ„ÕL<®-ÿZ“¦6¤.âSÿ~ûsÿ ùJÖè¦~sr>"ƒKN=à£áëœ*A­·À§£U/:š<~º#¯èþг2]Ñu²JÏ¢t=M‹,^/óÉb¼ÎËñ&Ù•U‘ާI±Ϫ]:o«¤( YDo^ÓÑ-¹5áp¼PÞ¿4«Àr¡E3Žx0/²iˆ=#A·ÄçU¹©Ê#‚â:¢É*¯ÖåYäÔ„«)Ó*LŠdVfëyˆIÅ!9›8Št’mÒsÜÑŒ5• Þ[û•²·U™é»|™ˆ˜ÈÙ|™ìvô.+oèõ2™,"Z¤Û*+ÒéYTU@cTÝÆ‡„g¼Lo,@Ü!ý[‡!e[Z8d¬±¬÷Ý:1Ç,f“rˆ©¿Úgþ=&þ²Îû‡:íQ5 qÿjé½>š¹‹õ|b´ÐI?žµ× ±%Ÿß±SÀ°w"Ôÿy¶œk$‚…SƶGˆçƒ£Z3PØ®ætÚ©%vM<é œšp¢E‡Ÿ΋dwO?åù¢ÚÐY^ÐI¸€Â™ÔpÑÐþO‹q@¼Ê+mJÕEI•“À]›„ +©²|ËXtÜH»'pàD« ÛUcz€¡S`ºÊÒéaH/A¹ŽÅï†Ã#X€´õ ÷'fÚ,ØR{pª½ÆÏ)ØRáQRžô°‹›¨–?*:h¶ä‡ó~ggon÷hï Ùâû'L¤N +endstream +endobj +1059 0 obj +<< +/Font 1411 0 R +>> +endobj +1060 0 obj +<< +/F1 1412 0 R +>> +endobj +1061 0 obj +<< +/F1 1412 0 R +>> +endobj +1062 0 obj +<< +/F1 1412 0 R +>> +endobj +1063 0 obj +<< +/F1 1412 0 R +>> +endobj +1064 0 obj +<< +/F1 1412 0 R +>> +endobj +1065 0 obj +<< +/F1 1412 0 R +>> +endobj +1066 0 obj +<< +/F1 1412 0 R +>> +endobj +1067 0 obj +<< +/F1 1412 0 R +>> +endobj +1068 0 obj +<< +/F1 1412 0 R +>> +endobj +1069 0 obj +<< +/F1 1412 0 R +>> +endobj +1070 0 obj +<< +/F1 1412 0 R +>> +endobj +1071 0 obj +<< +/F1 1412 0 R +>> +endobj +1072 0 obj +<< +/F1 1412 0 R +>> +endobj +1073 0 obj +<< +/F1 1412 0 R +>> +endobj +1074 0 obj +<< +/F1 1412 0 R +>> +endobj +1075 0 obj +<< +/F1 1412 0 R +>> +endobj +1076 0 obj +<< +/F1 1412 0 R +>> +endobj +1077 0 obj +<< +/F1 1412 0 R +>> +endobj +1078 0 obj +<< +/F1 1412 0 R +>> +endobj +1079 0 obj +<< +/F1 1412 0 R +>> +endobj +1080 0 obj +<< +/F1 1412 0 R +>> +endobj +1081 0 obj +<< +/F1 1412 0 R +>> +endobj +1082 0 obj +<< +/F1 1412 0 R +>> +endobj +1083 0 obj +<< +/F1 1412 0 R +>> +endobj +1084 0 obj +<< +/F1 1412 0 R +>> +endobj +1085 0 obj +<< +/F1 1412 0 R +>> +endobj +1086 0 obj +<< +/F1 1412 0 R +>> +endobj +1087 0 obj +<< +/F1 1412 0 R +>> +endobj +1088 0 obj +<< +/F1 1412 0 R +>> +endobj +1089 0 obj +<< +/F1 1412 0 R +>> +endobj +1090 0 obj +<< +/F1 1412 0 R +>> +endobj +1091 0 obj +<< +/F1 1412 0 R +>> +endobj +1092 0 obj +<< +/F1 1412 0 R +>> +endobj +1093 0 obj +<< +/F1 1412 0 R +>> +endobj +1094 0 obj +<< +/F1 1412 0 R +>> +endobj +1095 0 obj +<< +/F1 1412 0 R +>> +endobj +1096 0 obj +<< +/F1 1412 0 R +>> +endobj +1097 0 obj +<< +/F1 1412 0 R +>> +endobj +1098 0 obj +<< +/F1 1412 0 R +>> +endobj +1099 0 obj +<< +/F1 1412 0 R +>> +endobj +1100 0 obj +<< +/F1 1412 0 R +>> +endobj +1101 0 obj +<< +/F1 1412 0 R +>> +endobj +1102 0 obj +<< +/F1 1412 0 R +>> +endobj +1103 0 obj +<< +/F1 1412 0 R +>> +endobj +1104 0 obj +<< +/F1 1412 0 R +>> +endobj +1105 0 obj +<< +/F1 1412 0 R +>> +endobj +1106 0 obj +<< +/F1 1412 0 R +>> +endobj +1107 0 obj +<< +/F1 1412 0 R +>> +endobj +1108 0 obj +<< +/F1 1412 0 R +>> +endobj +1109 0 obj +<< +/F1 1412 0 R +>> +endobj +1110 0 obj +<< +/F1 1412 0 R +>> +endobj +1111 0 obj +<< +/F1 1412 0 R +>> +endobj +1112 0 obj +<< +/F1 1412 0 R +>> +endobj +1113 0 obj +<< +/F1 1412 0 R +>> +endobj +1114 0 obj +<< +/F1 1412 0 R +>> +endobj +1115 0 obj +<< +/F1 1412 0 R +>> +endobj +1116 0 obj +<< +/F1 1412 0 R +>> +endobj +1117 0 obj +<< +/F1 1412 0 R +>> +endobj +1118 0 obj +<< +/F1 1412 0 R +>> +endobj +1119 0 obj +<< +/F1 1412 0 R +>> +endobj +1120 0 obj +<< +/F1 1412 0 R +>> +endobj +1121 0 obj +<< +/F1 1412 0 R +>> +endobj +1122 0 obj +<< +/F1 1412 0 R +>> +endobj +1123 0 obj +<< +/F1 1412 0 R +>> +endobj +1124 0 obj +<< +/F1 1412 0 R +>> +endobj +1125 0 obj +<< +/F1 1412 0 R +>> +endobj +1126 0 obj +<< +/F1 1412 0 R +>> +endobj +1127 0 obj +<< +/F1 1412 0 R +>> +endobj +1128 0 obj +<< +/F1 1412 0 R +>> +endobj +1129 0 obj +<< +/F1 1412 0 R +>> +endobj +1130 0 obj +<< +/F1 1412 0 R +>> +endobj +1131 0 obj +<< +/F1 1412 0 R +>> +endobj +1132 0 obj +<< +/F1 1412 0 R +>> +endobj +1133 0 obj +<< +/F1 1412 0 R +>> +endobj +1134 0 obj +<< +/F1 1412 0 R +>> +endobj +1135 0 obj +<< +/F1 1412 0 R +>> +endobj +1136 0 obj +<< +/F1 1412 0 R +>> +endobj +1137 0 obj +<< +/F1 1412 0 R +>> +endobj +1138 0 obj +<< +/F1 1412 0 R +>> +endobj +1139 0 obj +<< +/F1 1412 0 R +>> +endobj +1140 0 obj +<< +/F1 1412 0 R +>> +endobj +1141 0 obj +<< +/F1 1412 0 R +>> +endobj +1142 0 obj +<< +/F1 1412 0 R +>> +endobj +1143 0 obj +<< +/F1 1412 0 R +>> +endobj +1144 0 obj +<< +/F1 1412 0 R +>> +endobj +1145 0 obj +<< +/F1 1412 0 R +>> +endobj +1146 0 obj +<< +/F1 1412 0 R +>> +endobj +1147 0 obj +<< +/F1 1412 0 R +>> +endobj +1148 0 obj +<< +/F1 1412 0 R +>> +endobj +1149 0 obj +<< +/F1 1412 0 R +>> +endobj +1150 0 obj +<< +/F1 1412 0 R +>> +endobj +1151 0 obj +<< +/F1 1412 0 R +>> +endobj +1152 0 obj +<< +/F1 1412 0 R +>> +endobj +1153 0 obj +<< +/F1 1412 0 R +>> +endobj +1154 0 obj +<< +/F1 1412 0 R +>> +endobj +1155 0 obj +<< +/F1 1412 0 R +>> +endobj +1156 0 obj +<< +/F1 1412 0 R +>> +endobj +1157 0 obj +<< +/F1 1412 0 R +>> +endobj +1158 0 obj +<< +/F1 1412 0 R +>> +endobj +1159 0 obj +<< +/F1 1412 0 R +>> +endobj +1160 0 obj +<< +/F1 1412 0 R +>> +endobj +1161 0 obj +<< +/F1 1412 0 R +>> +endobj +1162 0 obj +<< +/F1 1412 0 R +>> +endobj +1163 0 obj +<< +/F1 1412 0 R +>> +endobj +1164 0 obj +<< +/F1 1412 0 R +>> +endobj +1165 0 obj +<< +/F1 1412 0 R +>> +endobj +1166 0 obj +<< +/F1 1412 0 R +>> +endobj +1167 0 obj +<< +/F1 1412 0 R +>> +endobj +1168 0 obj +<< +/F1 1412 0 R +>> +endobj +1169 0 obj +<< +/F1 1412 0 R +>> +endobj +1170 0 obj +<< +/F1 1412 0 R +>> +endobj +1171 0 obj +<< +/F1 1412 0 R +>> +endobj +1172 0 obj +<< +/F1 1412 0 R +>> +endobj +1173 0 obj +<< +/F1 1412 0 R +>> +endobj +1174 0 obj +<< +/F1 1412 0 R +>> +endobj +1175 0 obj +<< +/F1 1412 0 R +>> +endobj +1176 0 obj +<< +/F1 1412 0 R +>> +endobj +1177 0 obj +<< +/F1 1412 0 R +>> +endobj +1178 0 obj +<< +/F1 1412 0 R +>> +endobj +1179 0 obj +<< +/F1 1412 0 R +>> +endobj +1180 0 obj +<< +/F1 1412 0 R +>> +endobj +1181 0 obj +<< +/F1 1412 0 R +>> +endobj +1182 0 obj +<< +/F1 1412 0 R +>> +endobj +1183 0 obj +<< +/F1 1412 0 R +>> +endobj +1184 0 obj +<< +/F1 1412 0 R +>> +endobj +1185 0 obj +<< +/F1 1412 0 R +>> +endobj +1186 0 obj +<< +/F1 1412 0 R +>> +endobj +1187 0 obj +<< +/F1 1412 0 R +>> +endobj +1188 0 obj +<< +/F1 1412 0 R +>> +endobj +1189 0 obj +<< +/F1 1412 0 R +>> +endobj +1190 0 obj +<< +/F1 1412 0 R +>> +endobj +1191 0 obj +<< +/F1 1412 0 R +>> +endobj +1192 0 obj +<< +/F1 1412 0 R +>> +endobj +1193 0 obj +<< +/F1 1412 0 R +>> +endobj +1194 0 obj +<< +/F1 1412 0 R +>> +endobj +1195 0 obj +<< +/F1 1412 0 R +>> +endobj +1196 0 obj +<< +/F1 1412 0 R +>> +endobj +1197 0 obj +<< +/F1 1412 0 R +>> +endobj +1198 0 obj +<< +/F1 1412 0 R +>> +endobj +1199 0 obj +<< +/F1 1412 0 R +>> +endobj +1200 0 obj +<< +/F1 1412 0 R +>> +endobj +1201 0 obj +<< +/F1 1412 0 R +>> +endobj +1202 0 obj +<< +/F1 1412 0 R +>> +endobj +1203 0 obj +<< +/F1 1412 0 R +>> +endobj +1204 0 obj +<< +/F1 1412 0 R +>> +endobj +1205 0 obj +<< +/F1 1412 0 R +>> +endobj +1206 0 obj +<< +/F1 1412 0 R +>> +endobj +1207 0 obj +<< +/F1 1412 0 R +>> +endobj +1208 0 obj +<< +/F1 1412 0 R +>> +endobj +1209 0 obj +<< +/F1 1412 0 R +>> +endobj +1210 0 obj +<< +/F1 1412 0 R +>> +endobj +1211 0 obj +<< +/F1 1412 0 R +>> +endobj +1212 0 obj +<< +/F1 1412 0 R +>> +endobj +1213 0 obj +<< +/F1 1412 0 R +>> +endobj +1214 0 obj +<< +/F1 1412 0 R +>> +endobj +1215 0 obj +<< +/F1 1412 0 R +>> +endobj +1216 0 obj +<< +/F1 1412 0 R +>> +endobj +1217 0 obj +<< +/F1 1412 0 R +>> +endobj +1218 0 obj +<< +/F1 1412 0 R +>> +endobj +1219 0 obj +<< +/F1 1412 0 R +>> +endobj +1220 0 obj +<< +/F1 1412 0 R +>> +endobj +1221 0 obj +<< +/F1 1412 0 R +>> +endobj +1222 0 obj +<< +/F1 1412 0 R +>> +endobj +1223 0 obj +<< +/F1 1412 0 R +>> +endobj +1224 0 obj +<< +/F1 1412 0 R +>> +endobj +1225 0 obj +<< +/F1 1412 0 R +>> +endobj +1226 0 obj +<< +/F1 1412 0 R +>> +endobj +1227 0 obj +<< +/F1 1412 0 R +>> +endobj +1228 0 obj +<< +/F1 1412 0 R +>> +endobj +1229 0 obj +<< +/F1 1412 0 R +>> +endobj +1230 0 obj +<< +/F1 1412 0 R +>> +endobj +1231 0 obj +<< +/F1 1412 0 R +>> +endobj +1232 0 obj +<< +/F1 1412 0 R +>> +endobj +1233 0 obj +<< +/F1 1412 0 R +>> +endobj +1234 0 obj +<< +/F1 1412 0 R +>> +endobj +1235 0 obj +<< +/F1 1412 0 R +>> +endobj +1236 0 obj +<< +/F1 1412 0 R +>> +endobj +1237 0 obj +<< +/F1 1412 0 R +>> +endobj +1238 0 obj +<< +/F1 1412 0 R +>> +endobj +1239 0 obj +<< +/F1 1412 0 R +>> +endobj +1240 0 obj +<< +/F1 1412 0 R +>> +endobj +1241 0 obj +<< +/F1 1412 0 R +>> +endobj +1242 0 obj +<< +/F1 1412 0 R +>> +endobj +1243 0 obj +<< +/F1 1412 0 R +>> +endobj +1244 0 obj +<< +/F1 1412 0 R +>> +endobj +1245 0 obj +<< +/F1 1412 0 R +>> +endobj +1246 0 obj +<< +/F1 1412 0 R +>> +endobj +1247 0 obj +<< +/F1 1412 0 R +>> +endobj +1248 0 obj +<< +/F1 1412 0 R +>> +endobj +1249 0 obj +<< +/F1 1412 0 R +>> +endobj +1250 0 obj +<< +/F1 1412 0 R +>> +endobj +1251 0 obj +<< +/F1 1412 0 R +>> +endobj +1252 0 obj +<< +/F1 1412 0 R +>> +endobj +1253 0 obj +<< +/F1 1412 0 R +>> +endobj +1254 0 obj +<< +/F1 1412 0 R +>> +endobj +1255 0 obj +<< +/F1 1412 0 R +>> +endobj +1256 0 obj +<< +/F1 1412 0 R +>> +endobj +1257 0 obj +<< +/F1 1412 0 R +>> +endobj +1258 0 obj +<< +/F1 1412 0 R +>> +endobj +1259 0 obj +<< +/F1 1412 0 R +>> +endobj +1260 0 obj +<< +/F1 1412 0 R +>> +endobj +1261 0 obj +<< +/F1 1412 0 R +>> +endobj +1262 0 obj +<< +/F1 1412 0 R +>> +endobj +1263 0 obj +<< +/F1 1412 0 R +>> +endobj +1264 0 obj +<< +/F1 1412 0 R +>> +endobj +1265 0 obj +<< +/F1 1412 0 R +>> +endobj +1266 0 obj +<< +/F1 1412 0 R +>> +endobj +1267 0 obj +<< +/F1 1412 0 R +>> +endobj +1268 0 obj +<< +/F1 1412 0 R +>> +endobj +1269 0 obj +<< +/F1 1412 0 R +>> +endobj +1270 0 obj +<< +/F1 1412 0 R +>> +endobj +1271 0 obj +<< +/F1 1412 0 R +>> +endobj +1272 0 obj +<< +/F1 1412 0 R +>> +endobj +1273 0 obj +<< +/F1 1412 0 R +>> +endobj +1274 0 obj +<< +/F1 1412 0 R +>> +endobj +1275 0 obj +<< +/F1 1412 0 R +>> +endobj +1276 0 obj +<< +/F1 1412 0 R +>> +endobj +1277 0 obj +<< +/F1 1412 0 R +>> +endobj +1278 0 obj +<< +/F1 1412 0 R +>> +endobj +1279 0 obj +<< +/F1 1412 0 R +>> +endobj +1280 0 obj +<< +/F1 1412 0 R +>> +endobj +1281 0 obj +<< +/F1 1412 0 R +>> +endobj +1282 0 obj +<< +/F1 1412 0 R +>> +endobj +1283 0 obj +<< +/F1 1412 0 R +>> +endobj +1284 0 obj +<< +/F1 1412 0 R +>> +endobj +1285 0 obj +<< +/F1 1412 0 R +>> +endobj +1286 0 obj +<< +/F1 1412 0 R +>> +endobj +1287 0 obj +<< +/F1 1412 0 R +>> +endobj +1288 0 obj +<< +/F1 1412 0 R +>> +endobj +1289 0 obj +<< +/F1 1412 0 R +>> +endobj +1290 0 obj +<< +/F1 1412 0 R +>> +endobj +1291 0 obj +<< +/F1 1412 0 R +>> +endobj +1292 0 obj +<< +/F1 1412 0 R +>> +endobj +1293 0 obj +<< +/F1 1412 0 R +>> +endobj +1294 0 obj +<< +/F1 1412 0 R +>> +endobj +1295 0 obj +<< +/F1 1412 0 R +>> +endobj +1296 0 obj +<< +/F1 1412 0 R +>> +endobj +1297 0 obj +<< +/F1 1412 0 R +>> +endobj +1298 0 obj +<< +/F1 1412 0 R +>> +endobj +1299 0 obj +<< +/F1 1412 0 R +>> +endobj +1300 0 obj +<< +/F1 1412 0 R +>> +endobj +1301 0 obj +<< +/F1 1412 0 R +>> +endobj +1302 0 obj +<< +/F1 1412 0 R +>> +endobj +1303 0 obj +<< +/F1 1412 0 R +>> +endobj +1304 0 obj +<< +/F1 1412 0 R +>> +endobj +1305 0 obj +<< +/F1 1412 0 R +>> +endobj +1306 0 obj +<< +/F1 1412 0 R +>> +endobj +1307 0 obj +<< +/F1 1412 0 R +>> +endobj +1308 0 obj +<< +/F1 1412 0 R +>> +endobj +1309 0 obj +<< +/F1 1412 0 R +>> +endobj +1310 0 obj +<< +/F1 1412 0 R +>> +endobj +1311 0 obj +<< +/F1 1412 0 R +>> +endobj +1312 0 obj +<< +/F1 1412 0 R +>> +endobj +1313 0 obj +<< +/F1 1412 0 R +>> +endobj +1314 0 obj +<< +/F1 1412 0 R +>> +endobj +1315 0 obj +<< +/F1 1412 0 R +>> +endobj +1316 0 obj +<< +/F1 1412 0 R +>> +endobj +1317 0 obj +<< +/F1 1412 0 R +>> +endobj +1318 0 obj +<< +/F1 1412 0 R +>> +endobj +1319 0 obj +<< +/F1 1412 0 R +>> +endobj +1320 0 obj +<< +/F1 1412 0 R +>> +endobj +1321 0 obj +<< +/F1 1412 0 R +>> +endobj +1322 0 obj +<< +/F1 1412 0 R +>> +endobj +1323 0 obj +<< +/F1 1412 0 R +>> +endobj +1324 0 obj +<< +/F1 1412 0 R +>> +endobj +1325 0 obj +<< +/F1 1412 0 R +>> +endobj +1326 0 obj +<< +/F1 1412 0 R +>> +endobj +1327 0 obj +<< +/F1 1412 0 R +>> +endobj +1328 0 obj +<< +/F1 1412 0 R +>> +endobj +1329 0 obj +<< +/F1 1412 0 R +>> +endobj +1330 0 obj +<< +/F1 1412 0 R +>> +endobj +1331 0 obj +<< +/F1 1412 0 R +>> +endobj +1332 0 obj +<< +/F1 1412 0 R +>> +endobj +1333 0 obj +<< +/F1 1412 0 R +>> +endobj +1334 0 obj +<< +/F1 1412 0 R +>> +endobj +1335 0 obj +<< +/F1 1412 0 R +>> +endobj +1336 0 obj +<< +/F1 1412 0 R +>> +endobj +1337 0 obj +<< +/F1 1412 0 R +>> +endobj +1338 0 obj +<< +/F1 1412 0 R +>> +endobj +1339 0 obj +<< +/F1 1412 0 R +>> +endobj +1340 0 obj +<< +/F1 1412 0 R +>> +endobj +1341 0 obj +<< +/F1 1412 0 R +>> +endobj +1342 0 obj +<< +/F1 1412 0 R +>> +endobj +1343 0 obj +<< +/F1 1412 0 R +>> +endobj +1344 0 obj +<< +/F1 1412 0 R +>> +endobj +1345 0 obj +<< +/F1 1412 0 R +>> +endobj +1346 0 obj +<< +/F1 1412 0 R +>> +endobj +1347 0 obj +<< +/F1 1412 0 R +>> +endobj +1348 0 obj +<< +/F1 1412 0 R +>> +endobj +1349 0 obj +<< +/F1 1412 0 R +>> +endobj +1350 0 obj +<< +/F1 1412 0 R +>> +endobj +1351 0 obj +<< +/F1 1412 0 R +>> +endobj +1352 0 obj +<< +/F1 1412 0 R +>> +endobj +1353 0 obj +<< +/F1 1412 0 R +>> +endobj +1354 0 obj +<< +/F1 1412 0 R +>> +endobj +1355 0 obj +<< +/F1 1412 0 R +>> +endobj +1356 0 obj +<< +/F1 1412 0 R +>> +endobj +1357 0 obj +<< +/F1 1412 0 R +>> +endobj +1358 0 obj +<< +/F1 1412 0 R +>> +endobj +1359 0 obj +<< +/F1 1412 0 R +>> +endobj +1360 0 obj +<< +/F1 1412 0 R +>> +endobj +1361 0 obj +<< +/F1 1412 0 R +>> +endobj +1362 0 obj +<< +/F1 1412 0 R +>> +endobj +1363 0 obj +<< +/F1 1412 0 R +>> +endobj +1364 0 obj +<< +/F1 1412 0 R +>> +endobj +1365 0 obj +<< +/F1 1412 0 R +>> +endobj +1366 0 obj +<< +/F1 1412 0 R +>> +endobj +1367 0 obj +<< +/F1 1412 0 R +>> +endobj +1368 0 obj +<< +/F1 1412 0 R +>> +endobj +1369 0 obj +<< +/F1 1412 0 R +>> +endobj +1370 0 obj +<< +/F1 1412 0 R +>> +endobj +1371 0 obj +<< +/F1 1412 0 R +>> +endobj +1372 0 obj +<< +/F1 1412 0 R +>> +endobj +1373 0 obj +<< +/F1 1412 0 R +>> +endobj +1374 0 obj +<< +/F1 1412 0 R +>> +endobj +1375 0 obj +<< +/F1 1412 0 R +>> +endobj +1376 0 obj +<< +/F1 1412 0 R +>> +endobj +1377 0 obj +<< +/F1 1412 0 R +>> +endobj +1378 0 obj +<< +/F1 1412 0 R +>> +endobj +1379 0 obj +<< +/F1 1412 0 R +>> +endobj +1380 0 obj +<< +/F1 1412 0 R +>> +endobj +1381 0 obj +<< +/F1 1412 0 R +>> +endobj +1382 0 obj +<< +/F1 1412 0 R +>> +endobj +1383 0 obj +<< +/F1 1412 0 R +>> +endobj +1384 0 obj +<< +/F1 1412 0 R +>> +endobj +1385 0 obj +<< +/F1 1412 0 R +>> +endobj +1386 0 obj +<< +/F1 1412 0 R +>> +endobj +1387 0 obj +<< +/F1 1412 0 R +>> +endobj +1388 0 obj +<< +/F1 1412 0 R +>> +endobj +1389 0 obj +<< +/F1 1412 0 R +>> +endobj +1390 0 obj +<< +/F1 1412 0 R +>> +endobj +1391 0 obj +<< +/F1 1412 0 R +>> +endobj +1392 0 obj +<< +/F1 1412 0 R +>> +endobj +1393 0 obj +<< +/F1 1412 0 R +>> +endobj +1394 0 obj +<< +/F1 1412 0 R +>> +endobj +1395 0 obj +<< +/F1 1412 0 R +>> +endobj +1396 0 obj +<< +/F1 1412 0 R +>> +endobj +1397 0 obj +<< +/F1 1412 0 R +>> +endobj +1398 0 obj +<< +/F1 1412 0 R +>> +endobj +1399 0 obj +<< +/F1 1412 0 R +>> +endobj +1400 0 obj +<< +/F1 1412 0 R +>> +endobj +1401 0 obj +<< +/F1 1412 0 R +>> +endobj +1402 0 obj +<< +/F1 1412 0 R +>> +endobj +1403 0 obj +<< +/F1 1412 0 R +>> +endobj +1404 0 obj +<< +/F1 1412 0 R +>> +endobj +1405 0 obj +<< +/F1 1412 0 R +>> +endobj +1406 0 obj +<< +/F1 1412 0 R +>> +endobj +1407 0 obj +<< +/F1 1412 0 R +>> +endobj +1408 0 obj +<< +/F1 1412 0 R +>> +endobj +1409 0 obj +<< +/F1 1412 0 R +>> +endobj +1410 0 obj +<< +/F1 1412 0 R +>> +endobj +1411 0 obj +<< +/F1 1412 0 R +>> +endobj +1412 0 obj +<< +/Type /Font +/Subtype /Type1 +/BaseFont /Courier +/Encoding /WinAnsiEncoding +>> +endobj +xref +0 1413 +0000000000 65535 f +0000000015 00000 n +0000000169 00000 n +0000000078 00000 n +0000002936 00000 n +0000003056 00000 n +0000003176 00000 n +0000003296 00000 n +0000003416 00000 n +0000003536 00000 n +0000003656 00000 n +0000003777 00000 n +0000003898 00000 n +0000004019 00000 n +0000004140 00000 n +0000004261 00000 n +0000004382 00000 n +0000004503 00000 n +0000004624 00000 n +0000004745 00000 n +0000004866 00000 n +0000004987 00000 n +0000005108 00000 n +0000005229 00000 n +0000005350 00000 n +0000005471 00000 n +0000005592 00000 n +0000005713 00000 n +0000005834 00000 n +0000005955 00000 n +0000006076 00000 n +0000006197 00000 n +0000006318 00000 n +0000006439 00000 n +0000006560 00000 n +0000006681 00000 n +0000006802 00000 n +0000006923 00000 n +0000007044 00000 n +0000007165 00000 n +0000007286 00000 n +0000007407 00000 n +0000007528 00000 n +0000007649 00000 n +0000007770 00000 n +0000007891 00000 n +0000008012 00000 n +0000008133 00000 n +0000008254 00000 n +0000008375 00000 n +0000008496 00000 n +0000008617 00000 n +0000008738 00000 n +0000008859 00000 n +0000008980 00000 n +0000009101 00000 n +0000009222 00000 n +0000009343 00000 n +0000009464 00000 n +0000009585 00000 n +0000009706 00000 n +0000009827 00000 n +0000009948 00000 n +0000010069 00000 n +0000010190 00000 n +0000010311 00000 n +0000010432 00000 n +0000010553 00000 n +0000010674 00000 n +0000010795 00000 n +0000010916 00000 n +0000011037 00000 n +0000011158 00000 n +0000011279 00000 n +0000011400 00000 n +0000011521 00000 n +0000011642 00000 n +0000011763 00000 n +0000011884 00000 n +0000012005 00000 n +0000012126 00000 n +0000012247 00000 n +0000012368 00000 n +0000012489 00000 n +0000012610 00000 n +0000012731 00000 n +0000012852 00000 n +0000012973 00000 n +0000013094 00000 n +0000013215 00000 n +0000013336 00000 n +0000013457 00000 n +0000013578 00000 n +0000013699 00000 n +0000013820 00000 n +0000013941 00000 n +0000014062 00000 n +0000014183 00000 n +0000014304 00000 n +0000014425 00000 n +0000014546 00000 n +0000014668 00000 n +0000014790 00000 n +0000014912 00000 n +0000015034 00000 n +0000015156 00000 n +0000015278 00000 n +0000015400 00000 n +0000015522 00000 n +0000015644 00000 n +0000015766 00000 n +0000015888 00000 n +0000016010 00000 n +0000016132 00000 n +0000016254 00000 n +0000016376 00000 n +0000016498 00000 n +0000016620 00000 n +0000016742 00000 n +0000016864 00000 n +0000016986 00000 n +0000017108 00000 n +0000017230 00000 n +0000017352 00000 n +0000017474 00000 n +0000017596 00000 n +0000017718 00000 n +0000017840 00000 n +0000017962 00000 n +0000018084 00000 n +0000018206 00000 n +0000018328 00000 n +0000018450 00000 n +0000018572 00000 n +0000018694 00000 n +0000018816 00000 n +0000018938 00000 n +0000019060 00000 n +0000019182 00000 n +0000019304 00000 n +0000019426 00000 n +0000019548 00000 n +0000019670 00000 n +0000019792 00000 n +0000019914 00000 n +0000020036 00000 n +0000020158 00000 n +0000020280 00000 n +0000020402 00000 n +0000020524 00000 n +0000020646 00000 n +0000020768 00000 n +0000020890 00000 n +0000021012 00000 n +0000021134 00000 n +0000021256 00000 n +0000021378 00000 n +0000021500 00000 n +0000021622 00000 n +0000021744 00000 n +0000021866 00000 n +0000021988 00000 n +0000022110 00000 n +0000022232 00000 n +0000022354 00000 n +0000022476 00000 n +0000022598 00000 n +0000022720 00000 n +0000022842 00000 n +0000022964 00000 n +0000023086 00000 n +0000023208 00000 n +0000023330 00000 n +0000023452 00000 n +0000023574 00000 n +0000023696 00000 n +0000023818 00000 n +0000023940 00000 n +0000024062 00000 n +0000024184 00000 n +0000024306 00000 n +0000024428 00000 n +0000024550 00000 n +0000024672 00000 n +0000024794 00000 n +0000024916 00000 n +0000025038 00000 n +0000025160 00000 n +0000025282 00000 n +0000025404 00000 n +0000025526 00000 n +0000025648 00000 n +0000025770 00000 n +0000025892 00000 n +0000026014 00000 n +0000026136 00000 n +0000026258 00000 n +0000026380 00000 n +0000026502 00000 n +0000026624 00000 n +0000026746 00000 n +0000026868 00000 n +0000026990 00000 n +0000027112 00000 n +0000027234 00000 n +0000027356 00000 n +0000027478 00000 n +0000027600 00000 n +0000027722 00000 n +0000027844 00000 n +0000027966 00000 n +0000028088 00000 n +0000028210 00000 n +0000028332 00000 n +0000028454 00000 n +0000028576 00000 n +0000028698 00000 n +0000028820 00000 n +0000028942 00000 n +0000029064 00000 n +0000029186 00000 n +0000029308 00000 n +0000029430 00000 n +0000029552 00000 n +0000029674 00000 n +0000029796 00000 n +0000029918 00000 n +0000030040 00000 n +0000030162 00000 n +0000030284 00000 n +0000030406 00000 n +0000030528 00000 n +0000030650 00000 n +0000030772 00000 n +0000030894 00000 n +0000031016 00000 n +0000031138 00000 n +0000031260 00000 n +0000031382 00000 n +0000031504 00000 n +0000031626 00000 n +0000031748 00000 n +0000031870 00000 n +0000031992 00000 n +0000032114 00000 n +0000032236 00000 n +0000032358 00000 n +0000032480 00000 n +0000032602 00000 n +0000032724 00000 n +0000032846 00000 n +0000032968 00000 n +0000033090 00000 n +0000033212 00000 n +0000033334 00000 n +0000033456 00000 n +0000033578 00000 n +0000033700 00000 n +0000033822 00000 n +0000033944 00000 n +0000034066 00000 n +0000034188 00000 n +0000034310 00000 n +0000034432 00000 n +0000034554 00000 n +0000034676 00000 n +0000034798 00000 n +0000034920 00000 n +0000035042 00000 n +0000035164 00000 n +0000035286 00000 n +0000035408 00000 n +0000035530 00000 n +0000035652 00000 n +0000035774 00000 n +0000035896 00000 n +0000036018 00000 n +0000036140 00000 n +0000036262 00000 n +0000036384 00000 n +0000036506 00000 n +0000036628 00000 n +0000036750 00000 n +0000036872 00000 n +0000036994 00000 n +0000037116 00000 n +0000037238 00000 n +0000037360 00000 n +0000037482 00000 n +0000037604 00000 n +0000037726 00000 n +0000037848 00000 n +0000037970 00000 n +0000038092 00000 n +0000038214 00000 n +0000038336 00000 n +0000038458 00000 n +0000038580 00000 n +0000038702 00000 n +0000038824 00000 n +0000038946 00000 n +0000039068 00000 n +0000039190 00000 n +0000039312 00000 n +0000039434 00000 n +0000039556 00000 n +0000039678 00000 n +0000039800 00000 n +0000039922 00000 n +0000040044 00000 n +0000040166 00000 n +0000040288 00000 n +0000040410 00000 n +0000040532 00000 n +0000040654 00000 n +0000040776 00000 n +0000040898 00000 n +0000041020 00000 n +0000041142 00000 n +0000041264 00000 n +0000041386 00000 n +0000041508 00000 n +0000041630 00000 n +0000041752 00000 n +0000041874 00000 n +0000041996 00000 n +0000042118 00000 n +0000042242 00000 n +0000042366 00000 n +0000042490 00000 n +0000042614 00000 n +0000042738 00000 n +0000042862 00000 n +0000042986 00000 n +0000043110 00000 n +0000043234 00000 n +0000043358 00000 n +0000043482 00000 n +0000043606 00000 n +0000043730 00000 n +0000043854 00000 n +0000043978 00000 n +0000044102 00000 n +0000044226 00000 n +0000044350 00000 n +0000044474 00000 n +0000044598 00000 n +0000044722 00000 n +0000044846 00000 n +0000044970 00000 n +0000045094 00000 n +0000045218 00000 n +0000045342 00000 n +0000045466 00000 n +0000045590 00000 n +0000045714 00000 n +0000045838 00000 n +0000047452 00000 n +0000047490 00000 n +0000048491 00000 n +0000048529 00000 n +0000049507 00000 n +0000049545 00000 n +0000050535 00000 n +0000050573 00000 n +0000051546 00000 n +0000051584 00000 n +0000052563 00000 n +0000052601 00000 n +0000053586 00000 n +0000053624 00000 n +0000054602 00000 n +0000054640 00000 n +0000055645 00000 n +0000055683 00000 n +0000056683 00000 n +0000056721 00000 n +0000057695 00000 n +0000057733 00000 n +0000058754 00000 n +0000058792 00000 n +0000059767 00000 n +0000059805 00000 n +0000060829 00000 n +0000060867 00000 n +0000061821 00000 n +0000061859 00000 n +0000062815 00000 n +0000062853 00000 n +0000063812 00000 n +0000063850 00000 n +0000064841 00000 n +0000064879 00000 n +0000065845 00000 n +0000065883 00000 n +0000066872 00000 n +0000066910 00000 n +0000067898 00000 n +0000067936 00000 n +0000068934 00000 n +0000068972 00000 n +0000069973 00000 n +0000070011 00000 n +0000071006 00000 n +0000071044 00000 n +0000072026 00000 n +0000072064 00000 n +0000073036 00000 n +0000073074 00000 n +0000074057 00000 n +0000074095 00000 n +0000075078 00000 n +0000075116 00000 n +0000076105 00000 n +0000076143 00000 n +0000077154 00000 n +0000077192 00000 n +0000078191 00000 n +0000078229 00000 n +0000079228 00000 n +0000079266 00000 n +0000080260 00000 n +0000080298 00000 n +0000081304 00000 n +0000081342 00000 n +0000082336 00000 n +0000082374 00000 n +0000083384 00000 n +0000083422 00000 n +0000084428 00000 n +0000084466 00000 n +0000085462 00000 n +0000085500 00000 n +0000086506 00000 n +0000086544 00000 n +0000087536 00000 n +0000087574 00000 n +0000088590 00000 n +0000088628 00000 n +0000089642 00000 n +0000089680 00000 n +0000090691 00000 n +0000090729 00000 n +0000091719 00000 n +0000091757 00000 n +0000092752 00000 n +0000092790 00000 n +0000093789 00000 n +0000093827 00000 n +0000094786 00000 n +0000094824 00000 n +0000095805 00000 n +0000095843 00000 n +0000096819 00000 n +0000096857 00000 n +0000097835 00000 n +0000097873 00000 n +0000098861 00000 n +0000098899 00000 n +0000099885 00000 n +0000099923 00000 n +0000100906 00000 n +0000100944 00000 n +0000101947 00000 n +0000101985 00000 n +0000102984 00000 n +0000103022 00000 n +0000104028 00000 n +0000104066 00000 n +0000105060 00000 n +0000105098 00000 n +0000106091 00000 n +0000106129 00000 n +0000107122 00000 n +0000107160 00000 n +0000108169 00000 n +0000108207 00000 n +0000109219 00000 n +0000109257 00000 n +0000110256 00000 n +0000110294 00000 n +0000111295 00000 n +0000111333 00000 n +0000112345 00000 n +0000112383 00000 n +0000113390 00000 n +0000113428 00000 n +0000114433 00000 n +0000114471 00000 n +0000115481 00000 n +0000115519 00000 n +0000116527 00000 n +0000116565 00000 n +0000117527 00000 n +0000117565 00000 n +0000118541 00000 n +0000118579 00000 n +0000119546 00000 n +0000119584 00000 n +0000120551 00000 n +0000120589 00000 n +0000121577 00000 n +0000121615 00000 n +0000122603 00000 n +0000122641 00000 n +0000123625 00000 n +0000123663 00000 n +0000124654 00000 n +0000124692 00000 n +0000125683 00000 n +0000125721 00000 n +0000126729 00000 n +0000126767 00000 n +0000127762 00000 n +0000127800 00000 n +0000128818 00000 n +0000128856 00000 n +0000129860 00000 n +0000129898 00000 n +0000130890 00000 n +0000130928 00000 n +0000131943 00000 n +0000131981 00000 n +0000132989 00000 n +0000133027 00000 n +0000134027 00000 n +0000134065 00000 n +0000135082 00000 n +0000135120 00000 n +0000136126 00000 n +0000136164 00000 n +0000137163 00000 n +0000137201 00000 n +0000138216 00000 n +0000138254 00000 n +0000139265 00000 n +0000139303 00000 n +0000140281 00000 n +0000140319 00000 n +0000141303 00000 n +0000141341 00000 n +0000142307 00000 n +0000142345 00000 n +0000143317 00000 n +0000143355 00000 n +0000144352 00000 n +0000144390 00000 n +0000145370 00000 n +0000145408 00000 n +0000146389 00000 n +0000146427 00000 n +0000147432 00000 n +0000147470 00000 n +0000148464 00000 n +0000148502 00000 n +0000149480 00000 n +0000149518 00000 n +0000150511 00000 n +0000150549 00000 n +0000151552 00000 n +0000151590 00000 n +0000152583 00000 n +0000152621 00000 n +0000153623 00000 n +0000153661 00000 n +0000154678 00000 n +0000154716 00000 n +0000155715 00000 n +0000155753 00000 n +0000156744 00000 n +0000156782 00000 n +0000157802 00000 n +0000157840 00000 n +0000158847 00000 n +0000158885 00000 n +0000159894 00000 n +0000159932 00000 n +0000160949 00000 n +0000160987 00000 n +0000161984 00000 n +0000162022 00000 n +0000162985 00000 n +0000163023 00000 n +0000164002 00000 n +0000164040 00000 n +0000165036 00000 n +0000165074 00000 n +0000166061 00000 n +0000166099 00000 n +0000167100 00000 n +0000167138 00000 n +0000168132 00000 n +0000168170 00000 n +0000169160 00000 n +0000169198 00000 n +0000170186 00000 n +0000170224 00000 n +0000171197 00000 n +0000171235 00000 n +0000172216 00000 n +0000172254 00000 n +0000173244 00000 n +0000173282 00000 n +0000174279 00000 n +0000174317 00000 n +0000175308 00000 n +0000175346 00000 n +0000176340 00000 n +0000176378 00000 n +0000177367 00000 n +0000177405 00000 n +0000178384 00000 n +0000178422 00000 n +0000179438 00000 n +0000179476 00000 n +0000180485 00000 n +0000180523 00000 n +0000181538 00000 n +0000181576 00000 n +0000182582 00000 n +0000182620 00000 n +0000183622 00000 n +0000183660 00000 n +0000184658 00000 n +0000184696 00000 n +0000185665 00000 n +0000185703 00000 n +0000186701 00000 n +0000186739 00000 n +0000187713 00000 n +0000187751 00000 n +0000188747 00000 n +0000188785 00000 n +0000189781 00000 n +0000189819 00000 n +0000190813 00000 n +0000190851 00000 n +0000191837 00000 n +0000191875 00000 n +0000192869 00000 n +0000192907 00000 n +0000193904 00000 n +0000193942 00000 n +0000194938 00000 n +0000194976 00000 n +0000195978 00000 n +0000196016 00000 n +0000197020 00000 n +0000197058 00000 n +0000198056 00000 n +0000198094 00000 n +0000199088 00000 n +0000199126 00000 n +0000200104 00000 n +0000200142 00000 n +0000201133 00000 n +0000201171 00000 n +0000202171 00000 n +0000202209 00000 n +0000203213 00000 n +0000203251 00000 n +0000204248 00000 n +0000204286 00000 n +0000205283 00000 n +0000205321 00000 n +0000206315 00000 n +0000206353 00000 n +0000207335 00000 n +0000207373 00000 n +0000208357 00000 n +0000208395 00000 n +0000209383 00000 n +0000209421 00000 n +0000210396 00000 n +0000210434 00000 n +0000211431 00000 n +0000211469 00000 n +0000212471 00000 n +0000212509 00000 n +0000213498 00000 n +0000213536 00000 n +0000214520 00000 n +0000214558 00000 n +0000215556 00000 n +0000215594 00000 n +0000216585 00000 n +0000216623 00000 n +0000217614 00000 n +0000217652 00000 n +0000218662 00000 n +0000218700 00000 n +0000219702 00000 n +0000219740 00000 n +0000220733 00000 n +0000220771 00000 n +0000221770 00000 n +0000221808 00000 n +0000222808 00000 n +0000222846 00000 n +0000223846 00000 n +0000223884 00000 n +0000224894 00000 n +0000224932 00000 n +0000225939 00000 n +0000225977 00000 n +0000226975 00000 n +0000227013 00000 n +0000228008 00000 n +0000228046 00000 n +0000229030 00000 n +0000229068 00000 n +0000230025 00000 n +0000230063 00000 n +0000231045 00000 n +0000231083 00000 n +0000232064 00000 n +0000232102 00000 n +0000233077 00000 n +0000233115 00000 n +0000234111 00000 n +0000234149 00000 n +0000235138 00000 n +0000235176 00000 n +0000236153 00000 n +0000236191 00000 n +0000237203 00000 n +0000237241 00000 n +0000238243 00000 n +0000238281 00000 n +0000239277 00000 n +0000239315 00000 n +0000240328 00000 n +0000240366 00000 n +0000241370 00000 n +0000241408 00000 n +0000242401 00000 n +0000242439 00000 n +0000243442 00000 n +0000243480 00000 n +0000244496 00000 n +0000244534 00000 n +0000245545 00000 n +0000245583 00000 n +0000246595 00000 n +0000246633 00000 n +0000247654 00000 n +0000247692 00000 n +0000248696 00000 n +0000248734 00000 n +0000249737 00000 n +0000249775 00000 n +0000250795 00000 n +0000250833 00000 n +0000251844 00000 n +0000251882 00000 n +0000252851 00000 n +0000252889 00000 n +0000253878 00000 n +0000253916 00000 n +0000254887 00000 n +0000254925 00000 n +0000255896 00000 n +0000255934 00000 n +0000256912 00000 n +0000256950 00000 n +0000257938 00000 n +0000257976 00000 n +0000258943 00000 n +0000258981 00000 n +0000259975 00000 n +0000260013 00000 n +0000261010 00000 n +0000261048 00000 n +0000262030 00000 n +0000262068 00000 n +0000263057 00000 n +0000263095 00000 n +0000264081 00000 n +0000264119 00000 n +0000265128 00000 n +0000265166 00000 n +0000266170 00000 n +0000266208 00000 n +0000267225 00000 n +0000267263 00000 n +0000268267 00000 n +0000268305 00000 n +0000269308 00000 n +0000269346 00000 n +0000270348 00000 n +0000270386 00000 n +0000271385 00000 n +0000271423 00000 n +0000272428 00000 n +0000272466 00000 n +0000273478 00000 n +0000273516 00000 n +0000274527 00000 n +0000274565 00000 n +0000275542 00000 n +0000275580 00000 n +0000276561 00000 n +0000276599 00000 n +0000277569 00000 n +0000277607 00000 n +0000278590 00000 n +0000278628 00000 n +0000279633 00000 n +0000279671 00000 n +0000280669 00000 n +0000280707 00000 n +0000281704 00000 n +0000281742 00000 n +0000282740 00000 n +0000282778 00000 n +0000283759 00000 n +0000283797 00000 n +0000284775 00000 n +0000284813 00000 n +0000285815 00000 n +0000285853 00000 n +0000286837 00000 n +0000286875 00000 n +0000287865 00000 n +0000287903 00000 n +0000288916 00000 n +0000288954 00000 n +0000289955 00000 n +0000289993 00000 n +0000290976 00000 n +0000291014 00000 n +0000292014 00000 n +0000292052 00000 n +0000293064 00000 n +0000293102 00000 n +0000294101 00000 n +0000294139 00000 n +0000295149 00000 n +0000295187 00000 n +0000296188 00000 n +0000296226 00000 n +0000297230 00000 n +0000297268 00000 n +0000298245 00000 n +0000298283 00000 n +0000299267 00000 n +0000299305 00000 n +0000300290 00000 n +0000300328 00000 n +0000301324 00000 n +0000301362 00000 n +0000302364 00000 n +0000302402 00000 n +0000303389 00000 n +0000303427 00000 n +0000304407 00000 n +0000304445 00000 n +0000305447 00000 n +0000305485 00000 n +0000306488 00000 n +0000306526 00000 n +0000307521 00000 n +0000307559 00000 n +0000308568 00000 n +0000308606 00000 n +0000309609 00000 n +0000309647 00000 n +0000310628 00000 n +0000310666 00000 n +0000311646 00000 n +0000311684 00000 n +0000312681 00000 n +0000312719 00000 n +0000313696 00000 n +0000313734 00000 n +0000314737 00000 n +0000314775 00000 n +0000315780 00000 n +0000315818 00000 n +0000316809 00000 n +0000316847 00000 n +0000317838 00000 n +0000317876 00000 n +0000318894 00000 n +0000318932 00000 n +0000319920 00000 n +0000319958 00000 n +0000320935 00000 n +0000320973 00000 n +0000321973 00000 n +0000322011 00000 n +0000322996 00000 n +0000323034 00000 n +0000324026 00000 n +0000324064 00000 n +0000325055 00000 n +0000325093 00000 n +0000326078 00000 n +0000326116 00000 n +0000327115 00000 n +0000327153 00000 n +0000328164 00000 n +0000328202 00000 n +0000329196 00000 n +0000329234 00000 n +0000330229 00000 n +0000330267 00000 n +0000331270 00000 n +0000331308 00000 n +0000332302 00000 n +0000332340 00000 n +0000333342 00000 n +0000333380 00000 n +0000334389 00000 n +0000334427 00000 n +0000335429 00000 n +0000335467 00000 n +0000336470 00000 n +0000336508 00000 n +0000337509 00000 n +0000337547 00000 n +0000338534 00000 n +0000338572 00000 n +0000339550 00000 n +0000339588 00000 n +0000340593 00000 n +0000340631 00000 n +0000341649 00000 n +0000341687 00000 n +0000342667 00000 n +0000342705 00000 n +0000343675 00000 n +0000343713 00000 n +0000344681 00000 n +0000344719 00000 n +0000345682 00000 n +0000345720 00000 n +0000346725 00000 n +0000346763 00000 n +0000347762 00000 n +0000347800 00000 n +0000348801 00000 n +0000348839 00000 n +0000349843 00000 n +0000349881 00000 n +0000350876 00000 n +0000350914 00000 n +0000351901 00000 n +0000351939 00000 n +0000352941 00000 n +0000352979 00000 n +0000353988 00000 n +0000354026 00000 n +0000355027 00000 n +0000355065 00000 n +0000356067 00000 n +0000356105 00000 n +0000357114 00000 n +0000357152 00000 n +0000358143 00000 n +0000358181 00000 n +0000359174 00000 n +0000359212 00000 n +0000360234 00000 n +0000360272 00000 n +0000361280 00000 n +0000361318 00000 n +0000362319 00000 n +0000362357 00000 n +0000363370 00000 n +0000363408 00000 n +0000364399 00000 n +0000364437 00000 n +0000365383 00000 n +0000365421 00000 n +0000366392 00000 n +0000366430 00000 n +0000367395 00000 n +0000367433 00000 n +0000368403 00000 n +0000368441 00000 n +0000369424 00000 n +0000369462 00000 n +0000370453 00000 n +0000370491 00000 n +0000371465 00000 n +0000371503 00000 n +0000372486 00000 n +0000372524 00000 n +0000373518 00000 n +0000373556 00000 n +0000374549 00000 n +0000374587 00000 n +0000375574 00000 n +0000375612 00000 n +0000376624 00000 n +0000376662 00000 n +0000377668 00000 n +0000377706 00000 n +0000378708 00000 n +0000378746 00000 n +0000379743 00000 n +0000379782 00000 n +0000380791 00000 n +0000380830 00000 n +0000381829 00000 n +0000381868 00000 n +0000382881 00000 n +0000382920 00000 n +0000383928 00000 n +0000383967 00000 n +0000384965 00000 n +0000385004 00000 n +0000386011 00000 n +0000386050 00000 n +0000387072 00000 n +0000387111 00000 n +0000388088 00000 n +0000388127 00000 n +0000389116 00000 n +0000389155 00000 n +0000390138 00000 n +0000390177 00000 n +0000391172 00000 n +0000391211 00000 n +0000392212 00000 n +0000392251 00000 n +0000393225 00000 n +0000393264 00000 n +0000394228 00000 n +0000394267 00000 n +0000395275 00000 n +0000395314 00000 n +0000396315 00000 n +0000396354 00000 n +0000397342 00000 n +0000397381 00000 n +0000398376 00000 n +0000398415 00000 n +0000399404 00000 n +0000399443 00000 n +0000400423 00000 n +0000400462 00000 n +0000401463 00000 n +0000401502 00000 n +0000402506 00000 n +0000402545 00000 n +0000403544 00000 n +0000403583 00000 n +0000404597 00000 n +0000404636 00000 n +0000405654 00000 n +0000405693 00000 n +0000406687 00000 n +0000406726 00000 n +0000407737 00000 n +0000407776 00000 n +0000408790 00000 n +0000408829 00000 n +0000409626 00000 n +0000409665 00000 n +0000409702 00000 n +0000409739 00000 n +0000409776 00000 n +0000409813 00000 n +0000409850 00000 n +0000409887 00000 n +0000409924 00000 n +0000409961 00000 n +0000409998 00000 n +0000410035 00000 n +0000410072 00000 n +0000410109 00000 n +0000410146 00000 n +0000410183 00000 n +0000410220 00000 n +0000410257 00000 n +0000410294 00000 n +0000410331 00000 n +0000410368 00000 n +0000410405 00000 n +0000410442 00000 n +0000410479 00000 n +0000410516 00000 n +0000410553 00000 n +0000410590 00000 n +0000410627 00000 n +0000410664 00000 n +0000410701 00000 n +0000410738 00000 n +0000410775 00000 n +0000410812 00000 n +0000410849 00000 n +0000410886 00000 n +0000410923 00000 n +0000410960 00000 n +0000410997 00000 n +0000411034 00000 n +0000411071 00000 n +0000411108 00000 n +0000411145 00000 n +0000411182 00000 n +0000411219 00000 n +0000411256 00000 n +0000411293 00000 n +0000411330 00000 n +0000411367 00000 n +0000411404 00000 n +0000411441 00000 n +0000411478 00000 n +0000411515 00000 n +0000411552 00000 n +0000411589 00000 n +0000411626 00000 n +0000411663 00000 n +0000411700 00000 n +0000411737 00000 n +0000411774 00000 n +0000411811 00000 n +0000411848 00000 n +0000411885 00000 n +0000411922 00000 n +0000411959 00000 n +0000411996 00000 n +0000412033 00000 n +0000412070 00000 n +0000412107 00000 n +0000412144 00000 n +0000412181 00000 n +0000412218 00000 n +0000412255 00000 n +0000412292 00000 n +0000412329 00000 n +0000412366 00000 n +0000412403 00000 n +0000412440 00000 n +0000412477 00000 n +0000412514 00000 n +0000412551 00000 n +0000412588 00000 n +0000412625 00000 n +0000412662 00000 n +0000412699 00000 n +0000412736 00000 n +0000412773 00000 n +0000412810 00000 n +0000412847 00000 n +0000412884 00000 n +0000412921 00000 n +0000412958 00000 n +0000412995 00000 n +0000413032 00000 n +0000413069 00000 n +0000413106 00000 n +0000413143 00000 n +0000413180 00000 n +0000413217 00000 n +0000413254 00000 n +0000413291 00000 n +0000413328 00000 n +0000413365 00000 n +0000413402 00000 n +0000413439 00000 n +0000413476 00000 n +0000413513 00000 n +0000413550 00000 n +0000413587 00000 n +0000413624 00000 n +0000413661 00000 n +0000413698 00000 n +0000413735 00000 n +0000413772 00000 n +0000413809 00000 n +0000413846 00000 n +0000413883 00000 n +0000413920 00000 n +0000413957 00000 n +0000413994 00000 n +0000414031 00000 n +0000414068 00000 n +0000414105 00000 n +0000414142 00000 n +0000414179 00000 n +0000414216 00000 n +0000414253 00000 n +0000414290 00000 n +0000414327 00000 n +0000414364 00000 n +0000414401 00000 n +0000414438 00000 n +0000414475 00000 n +0000414512 00000 n +0000414549 00000 n +0000414586 00000 n +0000414623 00000 n +0000414660 00000 n +0000414697 00000 n +0000414734 00000 n +0000414771 00000 n +0000414808 00000 n +0000414845 00000 n +0000414882 00000 n +0000414919 00000 n +0000414956 00000 n +0000414993 00000 n +0000415030 00000 n +0000415067 00000 n +0000415104 00000 n +0000415141 00000 n +0000415178 00000 n +0000415215 00000 n +0000415252 00000 n +0000415289 00000 n +0000415326 00000 n +0000415363 00000 n +0000415400 00000 n +0000415437 00000 n +0000415474 00000 n +0000415511 00000 n +0000415548 00000 n +0000415585 00000 n +0000415622 00000 n +0000415659 00000 n +0000415696 00000 n +0000415733 00000 n +0000415770 00000 n +0000415807 00000 n +0000415844 00000 n +0000415881 00000 n +0000415918 00000 n +0000415955 00000 n +0000415992 00000 n +0000416029 00000 n +0000416066 00000 n +0000416103 00000 n +0000416140 00000 n +0000416177 00000 n +0000416214 00000 n +0000416251 00000 n +0000416288 00000 n +0000416325 00000 n +0000416362 00000 n +0000416399 00000 n +0000416436 00000 n +0000416473 00000 n +0000416510 00000 n +0000416547 00000 n +0000416584 00000 n +0000416621 00000 n +0000416658 00000 n +0000416695 00000 n +0000416732 00000 n +0000416769 00000 n +0000416806 00000 n +0000416843 00000 n +0000416880 00000 n +0000416917 00000 n +0000416954 00000 n +0000416991 00000 n +0000417028 00000 n +0000417065 00000 n +0000417102 00000 n +0000417139 00000 n +0000417176 00000 n +0000417213 00000 n +0000417250 00000 n +0000417287 00000 n +0000417324 00000 n +0000417361 00000 n +0000417398 00000 n +0000417435 00000 n +0000417472 00000 n +0000417509 00000 n +0000417546 00000 n +0000417583 00000 n +0000417620 00000 n +0000417657 00000 n +0000417694 00000 n +0000417731 00000 n +0000417768 00000 n +0000417805 00000 n +0000417842 00000 n +0000417879 00000 n +0000417916 00000 n +0000417953 00000 n +0000417990 00000 n +0000418027 00000 n +0000418064 00000 n +0000418101 00000 n +0000418138 00000 n +0000418175 00000 n +0000418212 00000 n +0000418249 00000 n +0000418286 00000 n +0000418323 00000 n +0000418360 00000 n +0000418397 00000 n +0000418434 00000 n +0000418471 00000 n +0000418508 00000 n +0000418545 00000 n +0000418582 00000 n +0000418619 00000 n +0000418656 00000 n +0000418693 00000 n +0000418730 00000 n +0000418767 00000 n +0000418804 00000 n +0000418841 00000 n +0000418878 00000 n +0000418915 00000 n +0000418952 00000 n +0000418989 00000 n +0000419026 00000 n +0000419063 00000 n +0000419100 00000 n +0000419137 00000 n +0000419174 00000 n +0000419211 00000 n +0000419248 00000 n +0000419285 00000 n +0000419322 00000 n +0000419359 00000 n +0000419396 00000 n +0000419433 00000 n +0000419470 00000 n +0000419507 00000 n +0000419544 00000 n +0000419581 00000 n +0000419618 00000 n +0000419655 00000 n +0000419692 00000 n +0000419729 00000 n +0000419766 00000 n +0000419803 00000 n +0000419840 00000 n +0000419877 00000 n +0000419914 00000 n +0000419951 00000 n +0000419988 00000 n +0000420025 00000 n +0000420062 00000 n +0000420099 00000 n +0000420136 00000 n +0000420173 00000 n +0000420210 00000 n +0000420247 00000 n +0000420284 00000 n +0000420321 00000 n +0000420358 00000 n +0000420395 00000 n +0000420432 00000 n +0000420469 00000 n +0000420506 00000 n +0000420543 00000 n +0000420580 00000 n +0000420617 00000 n +0000420654 00000 n +0000420691 00000 n +0000420728 00000 n +0000420765 00000 n +0000420802 00000 n +0000420839 00000 n +0000420876 00000 n +0000420913 00000 n +0000420950 00000 n +0000420987 00000 n +0000421024 00000 n +0000421061 00000 n +0000421098 00000 n +0000421135 00000 n +0000421172 00000 n +0000421209 00000 n +0000421246 00000 n +0000421283 00000 n +0000421320 00000 n +0000421357 00000 n +0000421394 00000 n +0000421431 00000 n +0000421468 00000 n +0000421505 00000 n +0000421542 00000 n +0000421579 00000 n +0000421616 00000 n +0000421653 00000 n +0000421690 00000 n +0000421727 00000 n +0000421764 00000 n +0000421801 00000 n +0000421838 00000 n +0000421875 00000 n +0000421912 00000 n +0000421949 00000 n +0000421986 00000 n +0000422023 00000 n +0000422060 00000 n +0000422097 00000 n +0000422134 00000 n +0000422171 00000 n +0000422208 00000 n +0000422245 00000 n +0000422282 00000 n +0000422319 00000 n +0000422356 00000 n +0000422393 00000 n +0000422430 00000 n +0000422467 00000 n +0000422504 00000 n +0000422541 00000 n +0000422578 00000 n +0000422615 00000 n +0000422652 00000 n +0000422689 00000 n +trailer +<< +/Root 1 0 R +/Info 3 0 R +/ID [ ] +/Size 1413 +>> +startxref +422787 +%%EOF diff --git a/config/enderio/recipes/glass.pdf b/config/enderio/recipes/glass.pdf new file mode 100644 index 00000000..85e139ca Binary files /dev/null and b/config/enderio/recipes/glass.pdf differ diff --git a/config/enderio/recipes/hiding_base.pdf b/config/enderio/recipes/hiding_base.pdf new file mode 100644 index 00000000..cdf0aed8 Binary files /dev/null and b/config/enderio/recipes/hiding_base.pdf differ diff --git a/config/enderio/recipes/hiding_conduits.pdf b/config/enderio/recipes/hiding_conduits.pdf new file mode 100644 index 00000000..7055520b Binary files /dev/null and b/config/enderio/recipes/hiding_conduits.pdf differ diff --git a/config/enderio/recipes/hiding_endergy.pdf b/config/enderio/recipes/hiding_endergy.pdf new file mode 100644 index 00000000..166a0109 Binary files /dev/null and b/config/enderio/recipes/hiding_endergy.pdf differ diff --git a/config/enderio/recipes/hiding_invpanel.pdf b/config/enderio/recipes/hiding_invpanel.pdf new file mode 100644 index 00000000..e7c36734 --- /dev/null +++ b/config/enderio/recipes/hiding_invpanel.pdf @@ -0,0 +1,80 @@ +%PDF-1.4 +%öäüß +1 0 obj +<< +/Type /Catalog +/Version /1.7 +/Pages 2 0 R +>> +endobj +3 0 obj +<< +/CreationDate (D:20210529010758+02'00') +/Producer (openhtmltopdf.com) +>> +endobj +2 0 obj +<< +/Type /Pages +/Kids [4 0 R] +/Count 1 +>> +endobj +4 0 obj +<< +/Type /Page +/MediaBox [0.0 0.0 595.275 841.875] +/Contents 5 0 R +/Resources 6 0 R +/Parent 2 0 R +>> +endobj +5 0 obj +<< +/Length 803 +/Filter /FlateDecode +>> +stream +xœUmÛ6 þî_ÁùÓ4²ü"ÇšÐb7ô°µu± ÃP(6«°åœ¥œ/ÿ~”“K·6ì ˆ$3䣇É3¯ ^¿z¾z!‡{ïï€CåÅ)d\°Œ ZOˆœEkÁ£ÛYóŸ³8uŽ’Œé_ÿß}³¯½?MSQ£A=‚­v'ÕXâévcø«;A)µî,”µÔg§ ìUƒ/@Y µ\€ƒ‡,q¥4£Ç=ö¤P„}×Ù‚vº9ƒÔ ªi`‡p@½´X’°Ï`U{}´ ÌövI†R’4'åLs[<_JFîÊ¿±§ýN†bïΠôãQjl–)TÝÓüB„Z¹ºü²“™«[GAÛQJ”¦e;êsI°8aaQc™ +vÿS"ydМµ•O.ÏŽè}w"ÚÕåÕ³œt' ÞèP¢ˆå¤»i’©*+eéªc‚+eޤ¬ÖÒ‚4`»®±êh`¨Q–DÑ7í-¡ƒs&"1£}X­£XgŒçy>M+ÀË M IŠ[ÿÎb ¿ŒI}wúñw§Ÿ¨|8©«­oû.é"MY–Í5z gì—:VÙŒÕlênÐòÞºŽw¿9(¨‰ñ3Œˆ\íŽ-±i°b É‚¥ë¹0"º(z‰¿$a i6õGÝÍ®ô>Owô…„LÙlÒÄ/}e‚W {¤ˆcMw&å#¶Å7«Ñ˜ÏÇC/+\È•ÂeÜÏ2,§,ä,£™<«ÇëèZà.É2“¼gF|ðÝŒ¿yýà=Ð÷_ó­Rm +endstream +endobj +6 0 obj +<< +/Font 7 0 R +>> +endobj +7 0 obj +<< +/F1 8 0 R +>> +endobj +8 0 obj +<< +/Type /Font +/Subtype /Type1 +/BaseFont /Courier +/Encoding /WinAnsiEncoding +>> +endobj +xref +0 9 +0000000000 65535 f +0000000015 00000 n +0000000169 00000 n +0000000078 00000 n +0000000226 00000 n +0000000342 00000 n +0000001219 00000 n +0000001252 00000 n +0000001283 00000 n +trailer +<< +/Root 1 0 R +/Info 3 0 R +/ID [<8FD43BB44FC1B12AC7577A903CA19F0A> <8FD43BB44FC1B12AC7577A903CA19F0A>] +/Size 9 +>> +startxref +1378 +%%EOF diff --git a/config/enderio/recipes/hiding_machines.pdf b/config/enderio/recipes/hiding_machines.pdf new file mode 100644 index 00000000..7220cd7b Binary files /dev/null and b/config/enderio/recipes/hiding_machines.pdf differ diff --git a/config/enderio/recipes/integration-forestry.pdf b/config/enderio/recipes/integration-forestry.pdf new file mode 100644 index 00000000..dbef00db Binary files /dev/null and b/config/enderio/recipes/integration-forestry.pdf differ diff --git a/config/enderio/recipes/integration_railcraft_recipes.pdf b/config/enderio/recipes/integration_railcraft_recipes.pdf new file mode 100644 index 00000000..9ad1742d Binary files /dev/null and b/config/enderio/recipes/integration_railcraft_recipes.pdf differ diff --git a/config/enderio/recipes/invpanel.pdf b/config/enderio/recipes/invpanel.pdf new file mode 100644 index 00000000..cf32a944 Binary files /dev/null and b/config/enderio/recipes/invpanel.pdf differ diff --git a/config/enderio/recipes/items.pdf b/config/enderio/recipes/items.pdf new file mode 100644 index 00000000..046fc86b Binary files /dev/null and b/config/enderio/recipes/items.pdf differ diff --git a/config/enderio/recipes/machines.pdf b/config/enderio/recipes/machines.pdf new file mode 100644 index 00000000..0b20c95c Binary files /dev/null and b/config/enderio/recipes/machines.pdf differ diff --git a/config/enderio/recipes/materials.pdf b/config/enderio/recipes/materials.pdf new file mode 100644 index 00000000..1610ca93 Binary files /dev/null and b/config/enderio/recipes/materials.pdf differ diff --git a/config/enderio/recipes/misc.pdf b/config/enderio/recipes/misc.pdf new file mode 100644 index 00000000..085cad77 Binary files /dev/null and b/config/enderio/recipes/misc.pdf differ diff --git a/config/enderio/recipes/powertools.pdf b/config/enderio/recipes/powertools.pdf new file mode 100644 index 00000000..e0824044 Binary files /dev/null and b/config/enderio/recipes/powertools.pdf differ diff --git a/config/enderio/recipes/sagmill.pdf b/config/enderio/recipes/sagmill.pdf new file mode 100644 index 00000000..34d79279 Binary files /dev/null and b/config/enderio/recipes/sagmill.pdf differ diff --git a/config/enderio/recipes/sagmill_metals.pdf b/config/enderio/recipes/sagmill_metals.pdf new file mode 100644 index 00000000..786a154b Binary files /dev/null and b/config/enderio/recipes/sagmill_metals.pdf differ diff --git a/config/enderio/recipes/sagmill_modded.pdf b/config/enderio/recipes/sagmill_modded.pdf new file mode 100644 index 00000000..451ea2b8 Binary files /dev/null and b/config/enderio/recipes/sagmill_modded.pdf differ diff --git a/config/enderio/recipes/sagmill_ores.pdf b/config/enderio/recipes/sagmill_ores.pdf new file mode 100644 index 00000000..006d183e Binary files /dev/null and b/config/enderio/recipes/sagmill_ores.pdf differ diff --git a/config/enderio/recipes/sagmill_silentgems.pdf b/config/enderio/recipes/sagmill_silentgems.pdf new file mode 100644 index 00000000..d4469783 Binary files /dev/null and b/config/enderio/recipes/sagmill_silentgems.pdf differ diff --git a/config/enderio/recipes/sagmill_vanilla.pdf b/config/enderio/recipes/sagmill_vanilla.pdf new file mode 100644 index 00000000..a0e73e6a Binary files /dev/null and b/config/enderio/recipes/sagmill_vanilla.pdf differ diff --git a/config/enderio/recipes/sagmill_vanilla2modded.pdf b/config/enderio/recipes/sagmill_vanilla2modded.pdf new file mode 100644 index 00000000..be16bf65 Binary files /dev/null and b/config/enderio/recipes/sagmill_vanilla2modded.pdf differ diff --git a/config/enderio/recipes/soulbinder.pdf b/config/enderio/recipes/soulbinder.pdf new file mode 100644 index 00000000..30de7768 Binary files /dev/null and b/config/enderio/recipes/soulbinder.pdf differ diff --git a/config/enderio/recipes/spawner.pdf b/config/enderio/recipes/spawner.pdf new file mode 100644 index 00000000..d4d40ce2 Binary files /dev/null and b/config/enderio/recipes/spawner.pdf differ diff --git a/config/enderio/recipes/tank.pdf b/config/enderio/recipes/tank.pdf new file mode 100644 index 00000000..e647caaa Binary files /dev/null and b/config/enderio/recipes/tank.pdf differ diff --git a/config/enderio/recipes/user/recipes.xsd b/config/enderio/recipes/user/recipes.xsd new file mode 100644 index 00000000..14911e9a --- /dev/null +++ b/config/enderio/recipes/user/recipes.xsd @@ -0,0 +1,1526 @@ + + + + + + + + + + Adds an alias into the system. The alias can be used in following elements just like the value itself. Aliases can be replaced. + + + + + + + + Restricts this alias to only be used if the given config value has the given value. + + + + + + + Restricts this alias to only be used if the given elements descriptor can (not) be found in the game. Use this to prevent replacing + good aliases with bad ones. + + + + + + + + The name of the alias. You can use anything here, but be aware that you share the namespace with all other game elements. + + + + + + A descriptor naming an item, block, ordict or another alias. + + + + + + + + A single recipe. It can have any number of crafting or any number of smelting variants (no mixing), but at any time only one of them may + be active. + + + + + + + + Restricts this recipe to only be used if the given config value has the given value. + + + + + + + Restricts this recipe to only be used if the given game element can (not) be found in the game. + + + + + + + + Crafting variants are crafted in a crafting table. + + + + + + + + Restricts this variant to only be used if the given config value has the given value. + + + + + + + Restricts this variant to only be used if the given game element can (not) be found in the game. + + + + + + + + A grid represents a shaped recipe. All items must be in the exact position they are given here. If the recipe is smaller than 3x3, + it may be moved in the grid. + + + + + + + + An item to be used for crafting. + + + + + + + + The size of the grid in the form "width 'x' height". Default is "3x3". + + + + + + + + + + + + + + A shapeless recipe only required the given items to be in the grid, regardless of their position. + + + + + + + + An item to be used for crafting. + + + + + + + + + + + The result of the crafting. + + + + + + + + Restricts this output to only be used if the given config value has the given value. + + + + + + + + + + + + Restricts this output to only be used if the given game element can (not) be found in the game. + + + + + + + + + + + + + + + + + + + + + + If true, a special recipe class will be used that will copy over all nbt from the first input item of the same type. + + + + + + + + + Smelting variants are crafted in a furnace (or alloy smelter in furnace mode). + + + + + + + + Restricts this variant to only be used if the given config value has the given value. + + + + + + + Restricts this variant to only be used if the given game element can (not) be found in the game. + + + + + + + + + + + + + + + + + + + The result of the smelting. + + + + + + + + Restricts this output to only be used if the given config value has the given value. + + + + + + + + + + + + Restricts this output to only be used if the given game element can (not) be found in the game. + + + + + + + + + + The number of items to smelt into. + + + + + + + + + + + + + + + The chance to get 1 EXP from the smelting one output item. Note that this is always for one item, regardless of the recipe size. The + number must be between 0.0 (for no EXP) and 1.0 for a 100% chance. If this attribute is missing, it's value will be taken from already existing + smelting recipes that produce this item (really recommended for stuff that already has vanilla smelting recipes). If there's no existing smelting, + it will be 0. + + Please note that items have the possibility to override this value. + + + + + + + + + + + + + If set to true, the recipe will be registered for the Tinkers' Smeltery. For this to work, the output item must already be + registered with Tinkers to smelt into a fluid. + + + + + + + If set to true, the recipe will be registered for the Vanilla Furnace. + + + + + + + + + Smelting variants are crafted in Tinkers' casting table. + + + + + + + + Restricts this variant to only be used if the given config value has the given value. + + + + + + + Restricts this variant to only be used if the given game element can (not) be found in the game. + + + + + + + Items that represent the fluid (type and amount) that needs to be put into the cast. + + + + + + + + Only valid for Tinkers recipe. Number of input items needed for the output. Note that this is applied to the amount of fluid, not + the number of items to smelt. + + + + + + + + + + + + + + The Tinkers cast to use. + + + + + + + + Should the cast be consumed? + + + + + + + + + The result of the casting process. + + + + + + + + + + + + + Enchantment recipes used in the Enchanter. + + + + + + + + Restricts this variant to only be used if the given config value has the given value. + + + + + + + Restricts this variant to only be used if the given game element can (not) be found in the game. + + + + + + + When this item is used in the Enchanter it will give this recipe. + + + + + + + + Only valid for Enchanter recipe. Number of input items needed for one level of the enchantment. + + + + + + + + + + + + + An NBT tag in the same syntax Minecraft uses for recipes, the give command, etc. + + + + + + + + + Enchantment to produce. + + + + + + + + The XP cost of the recipe will be multiplied with this value. + + Defaults to 1. + + + + + + + + + + + + + + + + + + Spawn recipes to be used in the powered spawner. + + + + + + + Restricts this variant to only be used if the given config value has the given value. + + + + + + + Restricts this variant to only be used if the given game element can (not) be found in the game. + + + + + + + The settings for one type of entity. + + + + + + + The ResourceLocation of the entity this entry is for. + + Aside from a literal ResourceLocation, a number of special values can be + used: + + "*" denotes the default entry, its values are used when there is no matching configuration. + + "*boss*" matches all modded boss mobs; it can + only be used for soul vial configuration. + + Additionally, both the modid and the mobid (the part before and after the colon) can contain a single + asterisk as wildcard ("*:*" is an alias for "*"). + + If multiple entries match the same mob (only possible when using wildcards), the + configurations combine using the most restrictive setting, i.e. if any one entry disables spawning (or + soulvialing) it is disabled, and the + highest cost multipier of all matching entries will be used. + + + + + + + The cost of the recipe will be multiplied with this value. + + Defaults to 1. + + + + + + + + + + + + Entities that are disabled cannot be spawned by powered spawners. + + + + + + + When set to true, the entity cannot be spawned and must be cloned from a captured entity instead (Attention: Possibility of item + duping!) + + + + + + + Specifies if this mob can be captured with a soul vial (default is yes). If an entity cannot be captured, it also cannot be + spawning by powered spawners. + + + + + + + + + + + + Alloying variants are crafted in an alloy smelter. + + + + + + + + Restricts this variant to only be used if the given config value has the given value. + + + + + + + Restricts this variant to only be used if the given game element can (not) be found in the game. + + + + + + + + + + Number of input items needed. + + + + + + + + + + + + + An NBT tag in the same syntax Minecraft uses for recipes, the give command, etc. + + + + + + + + + The result of the alloying. + + + + + + + + Restricts this output to only be used if the given config value has the given value. + + + + + + + Restricts this output to only be used if the given game element can (not) be found in the game. + + + + + + + + + + The number of items to smelt into. + + + + + + + + + + + + + + + The chance to get 1 EXP from the smelting one recipe. The number must be between 0.0 (for no EXP) and 1.0 for a 100% chance. + + + + + + + + + + + + + The amount of energy running this recipe takes. + + + + + + + + + + + + + + Sagmilling recipes are used in a Sag Mill. + + + + + + + + Restricts this variant to only be used if the given config value has the given value. + + + + + + + Restricts this variant to only be used if the given game element can (not) be found in the game. + + + + + + + + + + + + The result of the sagmilling. + + + + + + + + Restricts this output to only be used if the given config value has the given value. + + + + + + + Restricts this output to only be used if the given game element can (not) be found in the game. + + + + + + + + + + The number of items to sagmill into. + + + + + + + + + + + + The chance that this item is produced by one run of the recipe. The chance is increased by the "chanceMultiplier" of the used + grinding ball. + + + + + + + + + + + + + + + If required is false, an output for something that doesn't exist in the game is silently skipped. Use this for optional + additional outputs, as the whole recipe still needs at least one output (unless the whole recipe is optional). + + + + + + + + + + Use of grinding balls is restricted by the bonus type of the recipe. If it is set to "none", it will not have any grinding ball + bonuses applied and will not reduce the durability of any balls in the mill at the time it is processed. If it is set to "chance_only", the chance + and power multipliers of the grinding balls are applied, but not the grinding multiplier. If it is set to "multiply_output" (default), all + multipliers apply. + + + + + + + + + + + + + + + + The amount of energy running this recipe takes. + + + + + + + + + + + + + + Recipe for the Slice'n'Splice + + + + + + + A recipe for the VAT. + + + + + + + A recipe for the Soul Binder. + + + + + + + A recipe for the vanilla brewing stand. + + + + + + + A recipe for the Tank. + + + + + + + A pseudo-recipe for hiding items and fluids in the JEI list of ingredients. + + + + + + + + + + + + + + + If a recipe is required, it is an error if none of its variants is valid. + + + + + + + A display name. Used for error messages only. + + + + + + + If a recipe is disabled it will not be registered and it will not check the validity of its content. Use this in the user file to + disable core recipes. + + + + + + The minimum level a machine has to have to be able to produce this recipe. Note that not all machines have levels. Setting a level for + those would either be ignored completele (e.g. crafting, casting) or make the recipe uncraftable (e.g. slicing). + + + + + + + + + + + + + + + + + + + + + + + + + + + Either item or mod or upgrade must be given. A dependency is met (or not met if reverse is set) if the item (if given) exists and the upgrade + (if given) exists and the mod (if given) is loaded. + + + + + The ID of an item that must exist in the game + + + + + The ID of a mod that must be loaded + + + + + The ID of a Dark Steel Upgrade that must be loaded + + + + + When set to true, the dependency is reversed, i.e. the item/mod/upgrade must not exist + + + + + + + + + + + + + + + + + + + + Restricts this output to only be used if the given config value has the given value. + + + + + + + Restricts this output to only be used if the given game element can (not) be found in the game. + + + + + + + + + + + The amount of energy running this recipe takes. + + + + + + + + + + + + Grinding balls provide bonus outputs and reduced power use. Using the user config new grinding balls may be added and existing ones removed. + + Use of the grinding ball is restricted by the bonusType of the recipe. If it is set to "none", it will not have any grinding ball bonuses applied + and will not reduce the durability of any balls in the mill at the time it is processed. If it is set to "chance_only", the chance and power + multipliers of the grinding balls are applied, but not the grinding multiplier. If it is set to "multiply_output" (default), all multipliers + apply. + + + + + + + + + + + + + + + + + The recipe output will be produced this many times. e.g. "3.14" would produce 3 copies of the complete output set and a 14% chance + for a forth copy. + + + + + + + + + + + + The chances for the different outputs of the recipe are multiplied with this. e.g. if a recipe specifies <output + name="cobblestone" chance="0.15" /> a chance multiplier of "3.14" would make it a 47.1% chance of getting one cobblestone. + + Results of more than 100% do not give multiples. + + + + + + + + + + + The "energy cost" of the recipe is multiplied with this. + + + + + + + + + + + This specifies how long one grinding ball will last before it is used up. The unit is the amount of power used by the SAG Mill. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Capacitor Keys + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A Soul Binder recipe. + + + + + + + The item that is the input. + + + + + + + + + + The soul that is the input. All souls must be in Soul Vials, so you only specify the soul itself here. + + + + + + + + + The item to produce. + + + + + + Restricts this output to only be used if the given config value has the given value. + + + + + + Restricts this output to only be used if the given game element can (not) be found in the game. + + + + + + + + + + + The amount of energy running this recipe takes. + + + + + + + + + + The amount of XP levels running this recipe takes. + + + + + + + + + + + + + + + + + + + + Which souls can be used with this recipe: + + * LISTED: Souls will be given with the 'soul' tag + * ALL: All souls can be used + * SPAWNABLE: All souls + that can be used with the Powered Spawner can be used. + * MONSTERS: All souls that are tagged as monster. + * ANIMALS: All souls that are tagged as animals. + + + + + + + + + + + + + + + + + A Brewing recipe. + + + + + + + + The item that is the input. + + + + + + + + + + + + + A filling or emptying recipe for the tank. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A marker to disable a recipe. Can be used together or instead of the disabled attribute. + + + + + + + + + + A fuel for usage in the combustion generators. + + + + + + + + + Amount of energy the fuel generates per tick (base value) + + + + + + + + + + Number of ticks the fuel lasts (base value) + + + + + + + + + + + + Configure which items/fluids should be hidden in JEI. + + + + + + + + + + + + + + A coolant for usage in the combustion generators. + + + + + + + + + degreesCoolingPerMB (base value) + + + + + + + + + + + + + The resource ID of a potion. + + + + + + + + The ID of a fluid. + + + + + An element will be hidden if: + + (1) there exists a configuration for it. Elements that are never configured will not be hidden. + + (2) There is no + configuration that sets "show" to true OR + + (3) There is at least one configuration that sets "hide" to true. + + Ender IO itself will never set "hide" to true and + will only use "show" internally. Modpack makers (and players) are expected to only use "hide" to hide stuff and use "show" to unhide stuff that Ender IO + has hidden. + + + + + + An element will be hidden if: + + (1) there exists a configuration for it. Elements that are never configured will not be hidden. + + (2) There is no + configuration that sets "show" to true OR + + (3) There is at least one configuration that sets "hide" to true. + + Ender IO itself will never set "hide" to true and + will only use "show" internally. Modpack makers (and players) are expected to only use "hide" to hide stuff and use "show" to unhide stuff that Ender IO + has hidden. + + + + + + + + + An element will be hidden if: + + (1) there exists a configuration for it. Elements that are never configured will not be hidden. + + (2) There is no + configuration that sets "show" to true OR + + (3) There is at least one configuration that sets "hide" to true. + + Ender IO itself will never set "hide" to true and + will only use "show" internally. Modpack makers (and players) are expected to only use "hide" to hide stuff and use "show" to unhide stuff that Ender IO + has hidden. + + + + + + An element will be hidden if: + + (1) there exists a configuration for it. Elements that are never configured will not be hidden. + + (2) There is no + configuration that sets "show" to true OR + + (3) There is at least one configuration that sets "hide" to true. + + Ender IO itself will never set "hide" to true and + will only use "show" internally. Modpack makers (and players) are expected to only use "hide" to hide stuff and use "show" to unhide stuff that Ender IO + has hidden. + + + + + + + + The ID of a fluid. + + + + + NBT for the fluid stack. + + + + + Amount of fluid in mB. + + + + + + + + + + + + + + The registry name of a potion effect. If this is given, a potion bottle with this effect is created. Cannot be used together with name or + nbt. + + + + + + + A string that specifies one or more items, consisting of a comma-separated list of item specifiers. Specifiers may be prefixed with a "+" or + "-", the latter removes that item from the list. + + If this is used as an input, all items in the list will be used. If it is used as an output, only the first + one is used. The list can contain non-existing items as long as there also is at least one existing one. + + Each specifuer can be one of 4 things: + + (1) An alias, + e.g. "IRON" + + (2) An oredict name, e.g. "ingotIron". Oredict names can be prefixed with "oredict:" to prevent confusion, e.g. "oredict:ingotIron" + + (3) The + resource location of a block, e.g. "minecraft:stone". Block resource locations may be prefixed with "block:" to prevent confusion, e.g. + "block:minecraft:stone". In recipes these will only work if that block has a corresponding item that is internally linked to the block. + + (4) The resource + location of an item, e.g. "minecraft:iron_ingot". Item resource locations may be prefixed with "item:" to prevent confusion, e.g. + "item:minecraft:iron_ingot". A number of items have blocks with the same name that are NOT linked, for them the "item:" prefix is required. Items can + further be limited to specific meta values by postfixing with ":(number)", e.g. "item:minecraft:stone:3". + + + + + + + + + + \ No newline at end of file diff --git a/config/enderio/recipes/user/user_recipes.xml b/config/enderio/recipes/user/user_recipes.xml new file mode 100644 index 00000000..2e60bcef --- /dev/null +++ b/config/enderio/recipes/user/user_recipes.xml @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/config/enderio/recipes/vat.pdf b/config/enderio/recipes/vat.pdf new file mode 100644 index 00000000..613c6f75 Binary files /dev/null and b/config/enderio/recipes/vat.pdf differ diff --git a/config/enderstorage.cfg b/config/enderstorage.cfg new file mode 100644 index 00000000..1e91ea39 --- /dev/null +++ b/config/enderstorage.cfg @@ -0,0 +1,18 @@ +#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=1 + + +#The name of the item used to set the chest to personal. Diamond by default. Format :|, Meta can be replaced with "WILD" +personalItem=minecraft:diamond|0 + +#Enable this to make EnderStorage use vanilla's EnderChest sounds instead of the standard chest. +useVanillaEnderChestSounds=false diff --git a/config/enderutilities.cfg b/config/enderutilities.cfg new file mode 100644 index 00000000..2ed667f3 --- /dev/null +++ b/config/enderutilities.cfg @@ -0,0 +1,296 @@ +# 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=true + + # 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/entity_culling.cfg b/config/entity_culling.cfg new file mode 100644 index 00000000..cd3c2d33 --- /dev/null +++ b/config/entity_culling.cfg @@ -0,0 +1,74 @@ +# 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/entityculling.cfg b/config/entityculling.cfg new file mode 100644 index 00000000..964d8612 --- /dev/null +++ b/config/entityculling.cfg @@ -0,0 +1,77 @@ +# 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.3 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 + + # 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 + + # 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/environmentaltech/main.cfg b/config/environmentaltech/main.cfg new file mode 100644 index 00000000..8abccd28 --- /dev/null +++ b/config/environmentaltech/main.cfg @@ -0,0 +1,383 @@ +# Configuration file + +environmentaltech { + + guide { + # Is Module Enabled? [default: true] + B:enabled=true + } + + resources { + # Enable Aethium ore block [default: false] + B:aethium_ore=false + + # Enable Aethium slabs [default: true] + B:aethium_slabs=true + + # Enable Aethium stairs [default: true] + B:aethium_stairs=true + + # Enable Erodium ore block [default: false] + B:erodium_ore=false + + # Enable Erodium slabs [default: true] + B:erodium_slabs=true + + # Enable Erodium stairs [default: true] + B:erodium_stairs=true + + # Enable Ionite ore block [default: false] + B:ionite_ore=false + + # Enable Ionite slabs [default: true] + B:ionite_slabs=true + + # Enable Ionite stairs [default: true] + B:ionite_stairs=true + + # Enable Kyronite ore block [default: false] + B:kyronite_ore=false + + # Enable Kyronite slabs [default: true] + B:kyronite_slabs=true + + # Enable Kyronite stairs [default: true] + B:kyronite_stairs=true + + # Enable Litherite ore block [default: false] + B:litherite_ore=false + + # Enable Litherite slabs [default: true] + B:litherite_slabs=true + + # Enable Litherite stairs [default: true] + B:litherite_stairs=true + + # Enable Lonsdaleite ore block [default: false] + B:lonsdaleite_ore=false + + # Enable Lonsdaleite slabs [default: true] + B:lonsdaleite_slabs=true + + # Enable Lonsdaleite stairs [default: true] + B:lonsdaleite_stairs=true + + # Enable Pladium ore block [default: false] + B:pladium_ore=false + + # Enable Pladium slabs [default: true] + B:pladium_slabs=true + + # Enable Pladium stairs [default: true] + B:pladium_stairs=true + } + + multiblocks { + + components { + + modifiers { + # Energy cost of luck potion effect per tick [range: 0 ~ 8192, default: 64] + I:luck_potion_energy_cost=64 + + # Energy cost of speed potion effect per tick [range: 16 ~ 8192, default: 64] + I:speed_potion_energy_cost=64 + } + + structure_frames { + } + + structure_panels { + } + + } + + lightning_rod { + # Is Module Enabled? [default: true] + B:enabled=true + + # The power used to calculate increase in generation for each lightning rod tier [range: 2.0 ~ 4.2, default: 3.8] + D:lr_production_power=3.8 + + # Base energy per strike for tier 1 [range: 500000 ~ 1000000, default: 750000] + I:lr_production_rate=750000 + } + + solar_array { + # Litherite Solar Cell efficiency [range: 48 ~ 480, default: 48] + I:1litherite_solar_cell_efficiency=48 + + # Erodium Solar Cell efficiency [range: 64 ~ 640, default: 64] + I:2erodium_solar_cell_efficiency=64 + + # Kyronite Solar Cell efficiency [range: 96 ~ 960, default: 96] + I:3kyronite_solar_cell_efficiency=96 + + # Pladium Solar Cell efficiency [range: 128 ~ 1280, default: 128] + I:4pladium_solar_cell_efficiency=128 + + # Ionite Solar Cell efficiency [range: 192 ~ 1920, default: 192] + I:5ionite_solar_cell_efficiency=192 + + # Aethium Solar Cell efficiency [range: 256 ~ 2560, default: 256] + I:6aethium_solar_cell_efficiency=256 + + # Is Module Enabled? [default: true] + B:enabled=true + + # The power used to calculate increase in generation for each solar tier [range: 1.8 ~ 3.0, default: 2.0] + D:s_production_power=2.0 + + # Base production rate if solar was running at 100% efficiency. [range: 64 ~ 256, default: 128] + I:s_production_rate=128 + + # Tier 1 Solar Array max efficiency percentage. [range: 100 ~ 1000, default: 100] + I:tier_1_solar_array_max_efficiency=100 + + # Tier 2 Solar Array max efficiency percentage. [range: 200 ~ 2000, default: 200] + I:tier_2_solar_array_max_efficiency=200 + + # Tier 3 Solar Array max efficiency percentage. [range: 400 ~ 4000, default: 400] + I:tier_3_solar_array_max_efficiency=400 + + # Tier 4 Solar Array max efficiency percentage. [range: 800 ~ 8000, default: 800] + I:tier_4_solar_array_max_efficiency=800 + + # Tier 5 Solar Array max efficiency percentage. [range: 1600 ~ 16000, default: 1600] + I:tier_5_solar_array_max_efficiency=1600 + + # Tier 6 Solar Array max efficiency percentage. [range: 3200 ~ 32000, default: 3200] + I:tier_6_solar_array_max_efficiency=3200 + } + + thermal_electric_generator { + # Is Module Enabled? [default: true] + B:enabled=true + } + + void_miner { + # Is Module Enabled? [default: true] + B:enabled=true + + fluid { + # Is Module Enabled? [default: true] + B:enabled=true + } + + ore { + # Is Module Enabled? [default: true] + B:enabled=true + + # Tier 1 Energy Buffer size [range: 1000000 ~ 2147483647, default: 1000000] + I:t1_ore_miner_energy_buffer=1000000 + + # Tier 1 Energy cost per duration [range: 0 ~ 2147483647, default: 264000] + I:t1_ore_miner_energy_duration=264000 + + # Tier 2 Energy Buffer size [range: 2000000 ~ 2147483647, default: 2000000] + I:t2_ore_miner_energy_buffer=2000000 + + # Tier 2 Energy cost per duration [range: 0 ~ 2147483647, default: 184000] + I:t2_ore_miner_energy_duration=184000 + + # Tier 3 Energy Buffer size [range: 3000000 ~ 2147483647, default: 3000000] + I:t3_ore_miner_energy_buffer=3000000 + + # Tier 3 Energy cost per duration [range: 0 ~ 2147483647, default: 120000] + I:t3_ore_miner_energy_duration=120000 + + # Tier 4 Energy Buffer size [range: 4000000 ~ 2147483647, default: 4000000] + I:t4_ore_miner_energy_buffer=4000000 + + # Tier 4 Energy cost per duration [range: 0 ~ 2147483647, default: 72000] + I:t4_ore_miner_energy_duration=72000 + + # Tier 5 Energy Buffer size [range: 5000000 ~ 2147483647, default: 5000000] + I:t5_ore_miner_energy_buffer=5000000 + + # Tier 5 Energy cost per duration [range: 0 ~ 2147483647, default: 40000] + I:t5_ore_miner_energy_duration=40000 + + # Tier 6 Energy Buffer size [range: 6000000 ~ 2147483647, default: 6000000] + I:t6_ore_miner_energy_buffer=6000000 + + # Tier 6 Energy cost per duration [range: 0 ~ 2147483647, default: 16000] + I:t6_ore_miner_energy_duration=16000 + } + + resource { + # Is Module Enabled? [default: true] + B:enabled=true + + # Tier 1 Energy Buffer size [range: 1000000 ~ 2147483647, default: 1000000] + I:t1_res_miner_energy_buffer=1000000 + + # Tier 1 Energy cost per duration [range: 0 ~ 2147483647, default: 64000] + I:t1_res_miner_energy_duration=64000 + + # Tier 2 Energy Buffer size [range: 2000000 ~ 2147483647, default: 2000000] + I:t2_res_miner_energy_buffer=2000000 + + # Tier 2 Energy cost per duration [range: 0 ~ 2147483647, default: 32000] + I:t2_res_miner_energy_duration=32000 + + # Tier 3 Energy Buffer size [range: 3000000 ~ 2147483647, default: 3000000] + I:t3_res_miner_energy_buffer=3000000 + + # Tier 3 Energy cost per duration [range: 0 ~ 2147483647, default: 16000] + I:t3_res_miner_energy_duration=16000 + + # Tier 4 Energy Buffer size [range: 4000000 ~ 2147483647, default: 4000000] + I:t4_res_miner_energy_buffer=4000000 + + # Tier 4 Energy cost per duration [range: 0 ~ 2147483647, default: 8000] + I:t4_res_miner_energy_duration=8000 + + # Tier 5 Energy Buffer size [range: 5000000 ~ 2147483647, default: 5000000] + I:t5_res_miner_energy_buffer=5000000 + + # Tier 5 Energy cost per duration [range: 0 ~ 2147483647, default: 4000] + I:t5_res_miner_energy_duration=4000 + + # Tier 6 Energy Buffer size [range: 6000000 ~ 2147483647, default: 6000000] + I:t6_res_miner_energy_buffer=6000000 + + # Tier 6 Energy cost per duration [range: 0 ~ 2147483647, default: 2000] + I:t6_res_miner_energy_duration=2000 + } + + botanic { + # Is Module Enabled? [default: true] + B:enabled=true + + # Tier 1 Energy Buffer size [range: 1000000 ~ 2147483647, default: 1000000] + I:t1_botanic_miner_energy_buffer=1000000 + + # Tier 1 Energy cost per duration [range: 0 ~ 2147483647, default: 64000] + I:t1_botanic_miner_energy_duration=64000 + + # Tier 2 Energy Buffer size [range: 2000000 ~ 2147483647, default: 2000000] + I:t2_botanic_miner_energy_buffer=2000000 + + # Tier 2 Energy cost per duration [range: 0 ~ 2147483647, default: 32000] + I:t2_botanic_miner_energy_duration=32000 + + # Tier 3 Energy Buffer size [range: 3000000 ~ 2147483647, default: 3000000] + I:t3_botanic_miner_energy_buffer=3000000 + + # Tier 3 Energy cost per duration [range: 0 ~ 2147483647, default: 16000] + I:t3_botanic_miner_energy_duration=16000 + + # Tier 4 Energy Buffer size [range: 4000000 ~ 2147483647, default: 4000000] + I:t4_botanic_miner_energy_buffer=4000000 + + # Tier 4 Energy cost per duration [range: 0 ~ 2147483647, default: 8000] + I:t4_botanic_miner_energy_duration=8000 + + # Tier 5 Energy Buffer size [range: 5000000 ~ 2147483647, default: 5000000] + I:t5_botanic_miner_energy_buffer=5000000 + + # Tier 5 Energy cost per duration [range: 0 ~ 2147483647, default: 4000] + I:t5_botanic_miner_energy_duration=4000 + + # Tier 6 Energy Buffer size [range: 6000000 ~ 2147483647, default: 6000000] + I:t6_botanic_miner_energy_buffer=6000000 + + # Tier 6 Energy cost per duration [range: 0 ~ 2147483647, default: 2000] + I:t6_botanic_miner_energy_duration=2000 + } + + } + + nanobot_beacon { + # Energy cost of absorption potion effect per tick [range: 0 ~ 8192, default: 64] + I:absorption_potion_energy_cost=64 + + # Energy cost of creative_flight per tick [range: 0 ~ 8192, default: 64] + I:creative_flight_energy_cost=64 + + # Is Module Enabled? [default: true] + B:enabled=true + + # Energy cost of fire_resistance potion effect per tick [range: 0 ~ 8192, default: 64] + I:fire_resistance_potion_energy_cost=64 + + # Energy cost of flight_speed per tick [range: 0 ~ 8192, default: 64] + I:flight_speed_energy_cost=64 + + # Energy cost of glowing potion effect per tick [range: 0 ~ 8192, default: 64] + I:glowing_potion_energy_cost=64 + + # Energy cost of haste potion effect per tick [range: 0 ~ 8192, default: 64] + I:haste_potion_energy_cost=64 + + # Energy cost of health_boost potion effect per tick [range: 0 ~ 8192, default: 64] + I:health_boost_potion_energy_cost=64 + + # Energy cost of invisibility potion effect per tick [range: 0 ~ 8192, default: 64] + I:invisibility_potion_energy_cost=64 + + # Energy cost of jump_boost potion effect per tick [range: 0 ~ 8192, default: 64] + I:jump_boost_potion_energy_cost=64 + + # Energy cost of night_vision potion effect per tick [range: 0 ~ 8192, default: 64] + I:night_vision_potion_energy_cost=64 + + # Energy cost of regeneration potion effect per tick [range: 0 ~ 8192, default: 64] + I:regeneration_potion_energy_cost=64 + + # Energy cost of resistance potion effect per tick [range: 0 ~ 8192, default: 64] + I:resistance_potion_energy_cost=64 + + # Energy cost of saturation potion effect per tick [range: 0 ~ 8192, default: 64] + I:saturation_potion_energy_cost=64 + + # Energy cost of strength potion effect per tick [range: 0 ~ 8192, default: 64] + I:strength_potion_energy_cost=64 + + # Energy cost of water_breathing potion effect per tick [range: 0 ~ 8192, default: 64] + I:water_breathing_potion_energy_cost=64 + + ranged { + # Is Module Enabled? [default: true] + B:enabled=true + } + + personal { + # Is Module Enabled? [default: true] + B:enabled=true + } + + } + + storage { + # Is Module Enabled? [default: true] + B:enabled=true + + energy { + # Is Module Enabled? [default: true] + B:enabled=true + } + + fluid { + # Is Module Enabled? [default: true] + B:enabled=true + } + + item { + # Is Module Enabled? [default: true] + B:enabled=true + } + + } + + } + + plugins { + # Is Module Enabled? [default: true] + B:enabled=true + } + +} + + diff --git a/config/environmentaltech/multiblocks/void_miner/botanic/tier_1.json b/config/environmentaltech/multiblocks/void_miner/botanic/tier_1.json new file mode 100644 index 00000000..e16c7724 --- /dev/null +++ b/config/environmentaltech/multiblocks/void_miner/botanic/tier_1.json @@ -0,0 +1,239 @@ +{ + "outputs": [ + { + "target": "log", + "weight": 24, + "id": "OD_PREFIX:logWood" + }, + { + "target": "sapling", + "weight": 4, + "id": "OD_PREFIX:treeSapling" + }, + { + "target": "sapling", + "weight": 4, + "id": "ic2:sapling" + }, + { + "target": "leaves", + "weight": 48, + "id": "OD_PREFIX:treeLeaves" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:yellow_flower:0" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:red_flower:0" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:red_flower:1" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:red_flower:2" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:red_flower:3" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:red_flower:4" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:red_flower:5" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:red_flower:6" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:red_flower:7" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:red_flower:8" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:double_plant:0" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:double_plant:1" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:double_plant:4" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:double_plant:5" + }, + { + "target": "food", + "weight": 6, + "id": "minecraft:carrot:0" + }, + { + "target": "food", + "weight": 6, + "id": "minecraft:potato:0" + }, + { + "target": "food", + "weight": 2, + "id": "minecraft:poisonous_potato:0" + }, + { + "target": "food", + "weight": 6, + "id": "minecraft:beetroot:0" + }, + { + "target": "food", + "weight": 3, + "id": "minecraft:pumpkin:0" + }, + { + "target": "food", + "weight": 1, + "id": "minecraft:lit_pumpkin:0" + }, + { + "target": "food", + "weight": 2, + "id": "minecraft:melon_block:0" + }, + { + "target": "food", + "weight": 4, + "id": "minecraft:melon:0" + }, + { + "target": "food", + "weight": 3, + "id": "minecraft:chorus_fruit:0" + }, + { + "target": "food", + "weight": 6, + "id": "minecraft:apple:0" + }, + { + "target": "food", + "weight": 7, + "id": "minecraft:wheat:0" + }, + { + "target": "food", + "weight": 6, + "id": "minecraft:reeds:0" + }, + { + "target": "seed", + "weight": 4, + "id": "minecraft:red_mushroom:0" + }, + { + "target": "seed", + "weight": 4, + "id": "minecraft:brown_mushroom:0" + }, + { + "target": "plant", + "weight": 1, + "id": "minecraft:chorus_flower:0" + }, + { + "target": "plant", + "weight": 3, + "id": "minecraft:wheat_seeds:0" + }, + { + "target": "plant", + "weight": 2, + "id": "minecraft:pumpkin_seeds:0" + }, + { + "target": "plant", + "weight": 3, + "id": "minecraft:melon_seeds:0" + }, + { + "target": "plant", + "weight": 6, + "id": "minecraft:cactus:0" + }, + { + "target": "plant", + "weight": 3, + "id": "minecraft:beetroot_seeds:0" + }, + { + "target": "plant", + "weight": 3, + "id": "minecraft:nether_wart:0" + }, + { + "target": "green", + "weight": 3, + "id": "minecraft:tallgrass:1" + }, + { + "target": "green", + "weight": 3, + "id": "minecraft:tallgrass:2" + }, + { + "target": "brown", + "weight": 3, + "id": "minecraft:deadbush:0" + }, + { + "target": "green", + "weight": 3, + "id": "minecraft:vine:0" + }, + { + "target": "green", + "weight": 3, + "id": "minecraft:waterlily:0" + }, + { + "target": "green", + "weight": 8, + "id": "minecraft:double_plant:2" + }, + { + "target": "green", + "weight": 8, + "id": "minecraft:double_plant:3" + }, + { + "target": "flowers", + "weight": 8, + "id": "OD_PREFIX:mysticFlower" + } + ] +} \ No newline at end of file diff --git a/config/environmentaltech/multiblocks/void_miner/botanic/tier_2.json b/config/environmentaltech/multiblocks/void_miner/botanic/tier_2.json new file mode 100644 index 00000000..e16c7724 --- /dev/null +++ b/config/environmentaltech/multiblocks/void_miner/botanic/tier_2.json @@ -0,0 +1,239 @@ +{ + "outputs": [ + { + "target": "log", + "weight": 24, + "id": "OD_PREFIX:logWood" + }, + { + "target": "sapling", + "weight": 4, + "id": "OD_PREFIX:treeSapling" + }, + { + "target": "sapling", + "weight": 4, + "id": "ic2:sapling" + }, + { + "target": "leaves", + "weight": 48, + "id": "OD_PREFIX:treeLeaves" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:yellow_flower:0" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:red_flower:0" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:red_flower:1" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:red_flower:2" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:red_flower:3" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:red_flower:4" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:red_flower:5" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:red_flower:6" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:red_flower:7" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:red_flower:8" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:double_plant:0" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:double_plant:1" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:double_plant:4" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:double_plant:5" + }, + { + "target": "food", + "weight": 6, + "id": "minecraft:carrot:0" + }, + { + "target": "food", + "weight": 6, + "id": "minecraft:potato:0" + }, + { + "target": "food", + "weight": 2, + "id": "minecraft:poisonous_potato:0" + }, + { + "target": "food", + "weight": 6, + "id": "minecraft:beetroot:0" + }, + { + "target": "food", + "weight": 3, + "id": "minecraft:pumpkin:0" + }, + { + "target": "food", + "weight": 1, + "id": "minecraft:lit_pumpkin:0" + }, + { + "target": "food", + "weight": 2, + "id": "minecraft:melon_block:0" + }, + { + "target": "food", + "weight": 4, + "id": "minecraft:melon:0" + }, + { + "target": "food", + "weight": 3, + "id": "minecraft:chorus_fruit:0" + }, + { + "target": "food", + "weight": 6, + "id": "minecraft:apple:0" + }, + { + "target": "food", + "weight": 7, + "id": "minecraft:wheat:0" + }, + { + "target": "food", + "weight": 6, + "id": "minecraft:reeds:0" + }, + { + "target": "seed", + "weight": 4, + "id": "minecraft:red_mushroom:0" + }, + { + "target": "seed", + "weight": 4, + "id": "minecraft:brown_mushroom:0" + }, + { + "target": "plant", + "weight": 1, + "id": "minecraft:chorus_flower:0" + }, + { + "target": "plant", + "weight": 3, + "id": "minecraft:wheat_seeds:0" + }, + { + "target": "plant", + "weight": 2, + "id": "minecraft:pumpkin_seeds:0" + }, + { + "target": "plant", + "weight": 3, + "id": "minecraft:melon_seeds:0" + }, + { + "target": "plant", + "weight": 6, + "id": "minecraft:cactus:0" + }, + { + "target": "plant", + "weight": 3, + "id": "minecraft:beetroot_seeds:0" + }, + { + "target": "plant", + "weight": 3, + "id": "minecraft:nether_wart:0" + }, + { + "target": "green", + "weight": 3, + "id": "minecraft:tallgrass:1" + }, + { + "target": "green", + "weight": 3, + "id": "minecraft:tallgrass:2" + }, + { + "target": "brown", + "weight": 3, + "id": "minecraft:deadbush:0" + }, + { + "target": "green", + "weight": 3, + "id": "minecraft:vine:0" + }, + { + "target": "green", + "weight": 3, + "id": "minecraft:waterlily:0" + }, + { + "target": "green", + "weight": 8, + "id": "minecraft:double_plant:2" + }, + { + "target": "green", + "weight": 8, + "id": "minecraft:double_plant:3" + }, + { + "target": "flowers", + "weight": 8, + "id": "OD_PREFIX:mysticFlower" + } + ] +} \ No newline at end of file diff --git a/config/environmentaltech/multiblocks/void_miner/botanic/tier_3.json b/config/environmentaltech/multiblocks/void_miner/botanic/tier_3.json new file mode 100644 index 00000000..e16c7724 --- /dev/null +++ b/config/environmentaltech/multiblocks/void_miner/botanic/tier_3.json @@ -0,0 +1,239 @@ +{ + "outputs": [ + { + "target": "log", + "weight": 24, + "id": "OD_PREFIX:logWood" + }, + { + "target": "sapling", + "weight": 4, + "id": "OD_PREFIX:treeSapling" + }, + { + "target": "sapling", + "weight": 4, + "id": "ic2:sapling" + }, + { + "target": "leaves", + "weight": 48, + "id": "OD_PREFIX:treeLeaves" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:yellow_flower:0" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:red_flower:0" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:red_flower:1" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:red_flower:2" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:red_flower:3" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:red_flower:4" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:red_flower:5" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:red_flower:6" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:red_flower:7" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:red_flower:8" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:double_plant:0" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:double_plant:1" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:double_plant:4" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:double_plant:5" + }, + { + "target": "food", + "weight": 6, + "id": "minecraft:carrot:0" + }, + { + "target": "food", + "weight": 6, + "id": "minecraft:potato:0" + }, + { + "target": "food", + "weight": 2, + "id": "minecraft:poisonous_potato:0" + }, + { + "target": "food", + "weight": 6, + "id": "minecraft:beetroot:0" + }, + { + "target": "food", + "weight": 3, + "id": "minecraft:pumpkin:0" + }, + { + "target": "food", + "weight": 1, + "id": "minecraft:lit_pumpkin:0" + }, + { + "target": "food", + "weight": 2, + "id": "minecraft:melon_block:0" + }, + { + "target": "food", + "weight": 4, + "id": "minecraft:melon:0" + }, + { + "target": "food", + "weight": 3, + "id": "minecraft:chorus_fruit:0" + }, + { + "target": "food", + "weight": 6, + "id": "minecraft:apple:0" + }, + { + "target": "food", + "weight": 7, + "id": "minecraft:wheat:0" + }, + { + "target": "food", + "weight": 6, + "id": "minecraft:reeds:0" + }, + { + "target": "seed", + "weight": 4, + "id": "minecraft:red_mushroom:0" + }, + { + "target": "seed", + "weight": 4, + "id": "minecraft:brown_mushroom:0" + }, + { + "target": "plant", + "weight": 1, + "id": "minecraft:chorus_flower:0" + }, + { + "target": "plant", + "weight": 3, + "id": "minecraft:wheat_seeds:0" + }, + { + "target": "plant", + "weight": 2, + "id": "minecraft:pumpkin_seeds:0" + }, + { + "target": "plant", + "weight": 3, + "id": "minecraft:melon_seeds:0" + }, + { + "target": "plant", + "weight": 6, + "id": "minecraft:cactus:0" + }, + { + "target": "plant", + "weight": 3, + "id": "minecraft:beetroot_seeds:0" + }, + { + "target": "plant", + "weight": 3, + "id": "minecraft:nether_wart:0" + }, + { + "target": "green", + "weight": 3, + "id": "minecraft:tallgrass:1" + }, + { + "target": "green", + "weight": 3, + "id": "minecraft:tallgrass:2" + }, + { + "target": "brown", + "weight": 3, + "id": "minecraft:deadbush:0" + }, + { + "target": "green", + "weight": 3, + "id": "minecraft:vine:0" + }, + { + "target": "green", + "weight": 3, + "id": "minecraft:waterlily:0" + }, + { + "target": "green", + "weight": 8, + "id": "minecraft:double_plant:2" + }, + { + "target": "green", + "weight": 8, + "id": "minecraft:double_plant:3" + }, + { + "target": "flowers", + "weight": 8, + "id": "OD_PREFIX:mysticFlower" + } + ] +} \ No newline at end of file diff --git a/config/environmentaltech/multiblocks/void_miner/botanic/tier_4.json b/config/environmentaltech/multiblocks/void_miner/botanic/tier_4.json new file mode 100644 index 00000000..e16c7724 --- /dev/null +++ b/config/environmentaltech/multiblocks/void_miner/botanic/tier_4.json @@ -0,0 +1,239 @@ +{ + "outputs": [ + { + "target": "log", + "weight": 24, + "id": "OD_PREFIX:logWood" + }, + { + "target": "sapling", + "weight": 4, + "id": "OD_PREFIX:treeSapling" + }, + { + "target": "sapling", + "weight": 4, + "id": "ic2:sapling" + }, + { + "target": "leaves", + "weight": 48, + "id": "OD_PREFIX:treeLeaves" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:yellow_flower:0" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:red_flower:0" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:red_flower:1" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:red_flower:2" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:red_flower:3" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:red_flower:4" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:red_flower:5" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:red_flower:6" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:red_flower:7" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:red_flower:8" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:double_plant:0" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:double_plant:1" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:double_plant:4" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:double_plant:5" + }, + { + "target": "food", + "weight": 6, + "id": "minecraft:carrot:0" + }, + { + "target": "food", + "weight": 6, + "id": "minecraft:potato:0" + }, + { + "target": "food", + "weight": 2, + "id": "minecraft:poisonous_potato:0" + }, + { + "target": "food", + "weight": 6, + "id": "minecraft:beetroot:0" + }, + { + "target": "food", + "weight": 3, + "id": "minecraft:pumpkin:0" + }, + { + "target": "food", + "weight": 1, + "id": "minecraft:lit_pumpkin:0" + }, + { + "target": "food", + "weight": 2, + "id": "minecraft:melon_block:0" + }, + { + "target": "food", + "weight": 4, + "id": "minecraft:melon:0" + }, + { + "target": "food", + "weight": 3, + "id": "minecraft:chorus_fruit:0" + }, + { + "target": "food", + "weight": 6, + "id": "minecraft:apple:0" + }, + { + "target": "food", + "weight": 7, + "id": "minecraft:wheat:0" + }, + { + "target": "food", + "weight": 6, + "id": "minecraft:reeds:0" + }, + { + "target": "seed", + "weight": 4, + "id": "minecraft:red_mushroom:0" + }, + { + "target": "seed", + "weight": 4, + "id": "minecraft:brown_mushroom:0" + }, + { + "target": "plant", + "weight": 1, + "id": "minecraft:chorus_flower:0" + }, + { + "target": "plant", + "weight": 3, + "id": "minecraft:wheat_seeds:0" + }, + { + "target": "plant", + "weight": 2, + "id": "minecraft:pumpkin_seeds:0" + }, + { + "target": "plant", + "weight": 3, + "id": "minecraft:melon_seeds:0" + }, + { + "target": "plant", + "weight": 6, + "id": "minecraft:cactus:0" + }, + { + "target": "plant", + "weight": 3, + "id": "minecraft:beetroot_seeds:0" + }, + { + "target": "plant", + "weight": 3, + "id": "minecraft:nether_wart:0" + }, + { + "target": "green", + "weight": 3, + "id": "minecraft:tallgrass:1" + }, + { + "target": "green", + "weight": 3, + "id": "minecraft:tallgrass:2" + }, + { + "target": "brown", + "weight": 3, + "id": "minecraft:deadbush:0" + }, + { + "target": "green", + "weight": 3, + "id": "minecraft:vine:0" + }, + { + "target": "green", + "weight": 3, + "id": "minecraft:waterlily:0" + }, + { + "target": "green", + "weight": 8, + "id": "minecraft:double_plant:2" + }, + { + "target": "green", + "weight": 8, + "id": "minecraft:double_plant:3" + }, + { + "target": "flowers", + "weight": 8, + "id": "OD_PREFIX:mysticFlower" + } + ] +} \ No newline at end of file diff --git a/config/environmentaltech/multiblocks/void_miner/botanic/tier_5.json b/config/environmentaltech/multiblocks/void_miner/botanic/tier_5.json new file mode 100644 index 00000000..e16c7724 --- /dev/null +++ b/config/environmentaltech/multiblocks/void_miner/botanic/tier_5.json @@ -0,0 +1,239 @@ +{ + "outputs": [ + { + "target": "log", + "weight": 24, + "id": "OD_PREFIX:logWood" + }, + { + "target": "sapling", + "weight": 4, + "id": "OD_PREFIX:treeSapling" + }, + { + "target": "sapling", + "weight": 4, + "id": "ic2:sapling" + }, + { + "target": "leaves", + "weight": 48, + "id": "OD_PREFIX:treeLeaves" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:yellow_flower:0" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:red_flower:0" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:red_flower:1" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:red_flower:2" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:red_flower:3" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:red_flower:4" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:red_flower:5" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:red_flower:6" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:red_flower:7" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:red_flower:8" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:double_plant:0" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:double_plant:1" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:double_plant:4" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:double_plant:5" + }, + { + "target": "food", + "weight": 6, + "id": "minecraft:carrot:0" + }, + { + "target": "food", + "weight": 6, + "id": "minecraft:potato:0" + }, + { + "target": "food", + "weight": 2, + "id": "minecraft:poisonous_potato:0" + }, + { + "target": "food", + "weight": 6, + "id": "minecraft:beetroot:0" + }, + { + "target": "food", + "weight": 3, + "id": "minecraft:pumpkin:0" + }, + { + "target": "food", + "weight": 1, + "id": "minecraft:lit_pumpkin:0" + }, + { + "target": "food", + "weight": 2, + "id": "minecraft:melon_block:0" + }, + { + "target": "food", + "weight": 4, + "id": "minecraft:melon:0" + }, + { + "target": "food", + "weight": 3, + "id": "minecraft:chorus_fruit:0" + }, + { + "target": "food", + "weight": 6, + "id": "minecraft:apple:0" + }, + { + "target": "food", + "weight": 7, + "id": "minecraft:wheat:0" + }, + { + "target": "food", + "weight": 6, + "id": "minecraft:reeds:0" + }, + { + "target": "seed", + "weight": 4, + "id": "minecraft:red_mushroom:0" + }, + { + "target": "seed", + "weight": 4, + "id": "minecraft:brown_mushroom:0" + }, + { + "target": "plant", + "weight": 1, + "id": "minecraft:chorus_flower:0" + }, + { + "target": "plant", + "weight": 3, + "id": "minecraft:wheat_seeds:0" + }, + { + "target": "plant", + "weight": 2, + "id": "minecraft:pumpkin_seeds:0" + }, + { + "target": "plant", + "weight": 3, + "id": "minecraft:melon_seeds:0" + }, + { + "target": "plant", + "weight": 6, + "id": "minecraft:cactus:0" + }, + { + "target": "plant", + "weight": 3, + "id": "minecraft:beetroot_seeds:0" + }, + { + "target": "plant", + "weight": 3, + "id": "minecraft:nether_wart:0" + }, + { + "target": "green", + "weight": 3, + "id": "minecraft:tallgrass:1" + }, + { + "target": "green", + "weight": 3, + "id": "minecraft:tallgrass:2" + }, + { + "target": "brown", + "weight": 3, + "id": "minecraft:deadbush:0" + }, + { + "target": "green", + "weight": 3, + "id": "minecraft:vine:0" + }, + { + "target": "green", + "weight": 3, + "id": "minecraft:waterlily:0" + }, + { + "target": "green", + "weight": 8, + "id": "minecraft:double_plant:2" + }, + { + "target": "green", + "weight": 8, + "id": "minecraft:double_plant:3" + }, + { + "target": "flowers", + "weight": 8, + "id": "OD_PREFIX:mysticFlower" + } + ] +} \ No newline at end of file diff --git a/config/environmentaltech/multiblocks/void_miner/botanic/tier_6.json b/config/environmentaltech/multiblocks/void_miner/botanic/tier_6.json new file mode 100644 index 00000000..e16c7724 --- /dev/null +++ b/config/environmentaltech/multiblocks/void_miner/botanic/tier_6.json @@ -0,0 +1,239 @@ +{ + "outputs": [ + { + "target": "log", + "weight": 24, + "id": "OD_PREFIX:logWood" + }, + { + "target": "sapling", + "weight": 4, + "id": "OD_PREFIX:treeSapling" + }, + { + "target": "sapling", + "weight": 4, + "id": "ic2:sapling" + }, + { + "target": "leaves", + "weight": 48, + "id": "OD_PREFIX:treeLeaves" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:yellow_flower:0" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:red_flower:0" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:red_flower:1" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:red_flower:2" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:red_flower:3" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:red_flower:4" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:red_flower:5" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:red_flower:6" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:red_flower:7" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:red_flower:8" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:double_plant:0" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:double_plant:1" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:double_plant:4" + }, + { + "target": "flowers", + "weight": 8, + "id": "minecraft:double_plant:5" + }, + { + "target": "food", + "weight": 6, + "id": "minecraft:carrot:0" + }, + { + "target": "food", + "weight": 6, + "id": "minecraft:potato:0" + }, + { + "target": "food", + "weight": 2, + "id": "minecraft:poisonous_potato:0" + }, + { + "target": "food", + "weight": 6, + "id": "minecraft:beetroot:0" + }, + { + "target": "food", + "weight": 3, + "id": "minecraft:pumpkin:0" + }, + { + "target": "food", + "weight": 1, + "id": "minecraft:lit_pumpkin:0" + }, + { + "target": "food", + "weight": 2, + "id": "minecraft:melon_block:0" + }, + { + "target": "food", + "weight": 4, + "id": "minecraft:melon:0" + }, + { + "target": "food", + "weight": 3, + "id": "minecraft:chorus_fruit:0" + }, + { + "target": "food", + "weight": 6, + "id": "minecraft:apple:0" + }, + { + "target": "food", + "weight": 7, + "id": "minecraft:wheat:0" + }, + { + "target": "food", + "weight": 6, + "id": "minecraft:reeds:0" + }, + { + "target": "seed", + "weight": 4, + "id": "minecraft:red_mushroom:0" + }, + { + "target": "seed", + "weight": 4, + "id": "minecraft:brown_mushroom:0" + }, + { + "target": "plant", + "weight": 1, + "id": "minecraft:chorus_flower:0" + }, + { + "target": "plant", + "weight": 3, + "id": "minecraft:wheat_seeds:0" + }, + { + "target": "plant", + "weight": 2, + "id": "minecraft:pumpkin_seeds:0" + }, + { + "target": "plant", + "weight": 3, + "id": "minecraft:melon_seeds:0" + }, + { + "target": "plant", + "weight": 6, + "id": "minecraft:cactus:0" + }, + { + "target": "plant", + "weight": 3, + "id": "minecraft:beetroot_seeds:0" + }, + { + "target": "plant", + "weight": 3, + "id": "minecraft:nether_wart:0" + }, + { + "target": "green", + "weight": 3, + "id": "minecraft:tallgrass:1" + }, + { + "target": "green", + "weight": 3, + "id": "minecraft:tallgrass:2" + }, + { + "target": "brown", + "weight": 3, + "id": "minecraft:deadbush:0" + }, + { + "target": "green", + "weight": 3, + "id": "minecraft:vine:0" + }, + { + "target": "green", + "weight": 3, + "id": "minecraft:waterlily:0" + }, + { + "target": "green", + "weight": 8, + "id": "minecraft:double_plant:2" + }, + { + "target": "green", + "weight": 8, + "id": "minecraft:double_plant:3" + }, + { + "target": "flowers", + "weight": 8, + "id": "OD_PREFIX:mysticFlower" + } + ] +} \ No newline at end of file diff --git a/config/environmentaltech/multiblocks/void_miner/ore/tier_1.json b/config/environmentaltech/multiblocks/void_miner/ore/tier_1.json new file mode 100644 index 00000000..1d93fd65 --- /dev/null +++ b/config/environmentaltech/multiblocks/void_miner/ore/tier_1.json @@ -0,0 +1,514 @@ +{ + "outputs": [ + { + "target": "black", + "weight": 1000, + "id": "OD:oreCoal" + }, + { + "target": "white", + "weight": 750, + "id": "OD:oreIron" + }, + { + "target": "white", + "weight": 560, + "id": "OD:oreQuartz" + }, + { + "target": "red", + "weight": 515, + "id": "OD:oreRedstone" + }, + { + "target": "blue", + "weight": 343, + "id": "OD:oreLapis" + }, + { + "target": "yellow", + "weight": 311, + "id": "OD:oreGold" + }, + { + "target": "cyan", + "weight": 218, + "id": "OD:oreDiamond" + }, + { + "target": "lime", + "weight": 156, + "id": "OD:oreEmerald" + }, + { + "target": "yellow", + "weight": 234, + "id": "OD:glowstone" + }, + { + "target": "orange", + "weight": 584, + "id": "OD:oreCopper" + }, + { + "target": "gray", + "weight": 602, + "id": "OD:oreTin" + }, + { + "target": "silver", + "weight": 381, + "id": "OD:oreSilver" + }, + { + "target": "purple", + "weight": 500, + "id": "OD:oreLead" + }, + { + "target": "white", + "weight": 422, + "id": "OD:oreAluminum" + }, + { + "target": "green", + "weight": 140, + "id": "OD:oreUranium" + }, + { + "target": "yellow", + "weight": 156, + "id": "OD:oreYellorite" + }, + { + "target": "light_blue", + "weight": 187, + "id": "OD:oreCertusQuartz" + }, + { + "target": "light_blue", + "weight": 109, + "id": "OD:oreChargedCertusQuartz" + }, + { + "target": "brown", + "weight": 190, + "id": "OD:oreCinnabar" + }, + { + "target": "orange", + "weight": 184, + "id": "OD:oreAmber" + }, + { + "target": "gray", + "weight": 232, + "id": "OD:oreNickel" + }, + { + "target": "light_blue", + "weight": 150, + "id": "OD:orePlatinum" + }, + { + "target": "light_blue", + "weight": 169, + "id": "OD:oreMithril" + }, + { + "target": "black", + "weight": 128, + "id": "OD:oreClathrateOilSand" + }, + { + "target": "black", + "weight": 120, + "id": "OD:oreClathrateOilShale" + }, + { + "target": "green", + "weight": 118, + "id": "OD:oreClathrateEnder" + }, + { + "target": "yellow", + "weight": 145, + "id": "OD:oreClathrateGlowstone" + }, + { + "target": "red", + "weight": 137, + "id": "OD:oreClathrateRedstone" + }, + { + "target": "yellow", + "weight": 222, + "id": "OD:oreSulfur" + }, + { + "target": "white", + "weight": 244, + "id": "OD:oreNiter" + }, + { + "target": "red", + "weight": 113, + "id": "OD:oreFirestone" + }, + { + "target": "blue", + "weight": 163, + "id": "OD:oreCobalt" + }, + { + "target": "orange", + "weight": 159, + "id": "OD:oreArdite" + }, + { + "target": "light_blue", + "weight": 200, + "id": "OD:oreApatite" + }, + { + "target": "purple", + "weight": 142, + "id": "draconicevolution:draconium_ore" + }, + { + "target": "black", + "weight": 190, + "id": "OD:oreGraphite" + }, + { + "target": "black", + "weight": 290, + "id": "OD:oreQuartzBlack" + }, + { + "target": "white", + "weight": 233, + "id": "OD:oreMagnesium" + }, + { + "target": "white", + "weight": 201, + "id": "OD:oreLithium" + }, + { + "target": "black", + "weight": 222, + "id": "OD:oreThorium" + }, + { + "target": "silver", + "weight": 199, + "id": "OD:oreBoron" + }, + { + "target": "brown", + "weight": 177, + "id": "deepresonance:resonating_ore" + }, + { + "target": "pink", + "weight": 186, + "id": "OD:oreZinc" + }, + { + "target": "black", + "weight": 192, + "id": "OD:oreTungsten" + }, + { + "target": "light_blue", + "weight": 251, + "id": "OD:oreOsmium" + }, + { + "target": "white", + "weight": 160, + "id": "OD:oreSalt" + }, + { + "target": "white", + "weight": 127, + "id": "rftools:dimensional_shard_ore" + }, + { + "target": "green", + "weight": 190, + "id": "OD:oreInferium" + }, + { + "target": "silver", + "weight": 155, + "id": "OD:oreProsperity" + }, + { + "target": "blue", + "weight": 414, + "id": "OD:oreElectrotine" + }, + { + "target": "lime", + "weight": 223, + "id": "OD:oreBrainstone" + }, + { + "target": "white", + "weight": 111, + "id": "thaumcraft:crystal_ordo" + }, + { + "target": "yellow", + "weight": 111, + "id": "thaumcraft:crystal_aer" + }, + { + "target": "orange", + "weight": 111, + "id": "thaumcraft:crystal_ignis" + }, + { + "target": "black", + "weight": 111, + "id": "thaumcraft:crystal_perditio" + }, + { + "target": "purple", + "weight": 111, + "id": "thaumcraft:crystal_vitium" + }, + { + "target": "blue", + "weight": 111, + "id": "thaumcraft:crystal_aqua" + }, + { + "target": "green", + "weight": 111, + "id": "thaumcraft:crystal_terra" + }, + { + "target": "lime", + "weight": 223, + "id": "OD:oreBrainstone" + }, + { + "target": "white", + "weight": 223, + "id": "OD:oreTitaniumIron" + }, + { + "target": "purple", + "weight": 333, + "id": "OD:oreSilicon" + }, + { + "target": "white", + "weight": 95, + "id": "astralsorcery:blockcustomore:0" + }, + { + "target": "red", + "weight": 200, + "id": "OD:oreRuby" + }, + { + "target": "green", + "weight": 200, + "id": "OD:orePeridot" + }, + { + "target": "orange", + "weight": 200, + "id": "OD:oreTopaz" + }, + { + "target": "purple", + "weight": 200, + "id": "OD:oreTanzanite" + }, + { + "target": "cyan", + "weight": 200, + "id": "OD:oreMalachite" + }, + { + "target": "blue", + "weight": 200, + "id": "OD:oreSapphire" + }, + { + "target": "orange", + "weight": 200, + "id": "OD:oreGarnet" + }, + { + "target": "yellow", + "weight": 200, + "id": "OD:oreHeliodore" + }, + { + "target": "green", + "weight": 200, + "id": "OD:oreBeryl" + }, + { + "target": "green", + "weight": 200, + "id": "OD:oreIndicolite" + }, + { + "target": "blue", + "weight": 200, + "id": "OD:oreAquamarine" + }, + { + "target": "purple", + "weight": 200, + "id": "OD:oreIolite" + }, + { + "target": "purple", + "weight": 200, + "id": "OD:oreAmethyst" + }, + { + "target": "pink", + "weight": 200, + "id": "OD:oreAgate" + }, + { + "target": "pink", + "weight": 200, + "id": "OD:oreMorganite" + }, + { + "target": "black", + "weight": 200, + "id": "OD:oreOnyx" + }, + { + "target": "white", + "weight": 200, + "id": "OD:oreOpal" + }, + { + "target": "red", + "weight": 200, + "id": "OD:oreCarnelian" + }, + { + "target": "brown", + "weight": 200, + "id": "OD:oreSpinel" + }, + { + "target": "brown", + "weight": 200, + "id": "OD:oreCitrine" + }, + { + "target": "yellow", + "weight": 200, + "id": "OD:oreJasper" + }, + { + "target": "yellow", + "weight": 200, + "id": "OD:oreGoldenBeryl" + }, + { + "target": "green", + "weight": 200, + "id": "OD:oreMoldavite" + }, + { + "target": "cyan", + "weight": 200, + "id": "OD:oreTurquoise" + }, + { + "target": "cyan", + "weight": 200, + "id": "OD:oreMoonstone" + }, + { + "target": "blue", + "weight": 200, + "id": "OD:oreBlueTopaz" + }, + { + "target": "purple", + "weight": 200, + "id": "OD:oreVioletSapphire" + }, + { + "target": "purple", + "weight": 200, + "id": "OD:oreLepidolite" + }, + { + "target": "purple", + "weight": 200, + "id": "OD:oreAmetrine" + }, + { + "target": "black", + "weight": 200, + "id": "OD:oreBlackDiamond" + }, + { + "target": "white", + "weight": 200, + "id": "OD:oreAlexandrite" + }, + { + "target": "white", + "weight": 200, + "id": "OD:oreChaos" + }, + { + "target": "green", + "weight": 200, + "id": "OD:oreEnderEssence" + }, + { + "target": "crystal", + "weight": 200, + "id": "environmentaltech:litherite_crystal" + }, + { + "target": "crystal", + "weight": 150, + "id": "environmentaltech:erodium_crystal" + }, + { + "target": "black", + "weight": 4, + "id": "environmentaltech:lonsdaleite_crystal" + }, + { + "target": "red", + "weight": 200, + "id": "OD:oreBopRuby" + }, + { + "target": "blue", + "weight": 200, + "id": "OD:oreBopSapphire" + }, + { + "target": "green", + "weight": 200, + "id": "OD:oreBopPeridot" + }, + { + "target": "purple", + "weight": 200, + "id": "OD:oreBopAmethyst" + } + ] +} \ No newline at end of file diff --git a/config/environmentaltech/multiblocks/void_miner/ore/tier_2.json b/config/environmentaltech/multiblocks/void_miner/ore/tier_2.json new file mode 100644 index 00000000..242141b8 --- /dev/null +++ b/config/environmentaltech/multiblocks/void_miner/ore/tier_2.json @@ -0,0 +1,519 @@ +{ + "outputs": [ + { + "target": "crystal", + "weight": 200, + "id": "environmentaltech:litherite_crystal" + }, + { + "target": "crystal", + "weight": 150, + "id": "environmentaltech:erodium_crystal" + }, + { + "target": "crystal", + "weight": 120, + "id": "environmentaltech:kyronite_crystal" + }, + { + "target": "black", + "weight": 8, + "id": "environmentaltech:lonsdaleite_crystal" + }, + { + "target": "black", + "weight": 1000, + "id": "OD:oreCoal" + }, + { + "target": "white", + "weight": 750, + "id": "OD:oreIron" + }, + { + "target": "white", + "weight": 560, + "id": "OD:oreQuartz" + }, + { + "target": "red", + "weight": 515, + "id": "OD:oreRedstone" + }, + { + "target": "blue", + "weight": 343, + "id": "OD:oreLapis" + }, + { + "target": "yellow", + "weight": 311, + "id": "OD:oreGold" + }, + { + "target": "cyan", + "weight": 218, + "id": "OD:oreDiamond" + }, + { + "target": "lime", + "weight": 156, + "id": "OD:oreEmerald" + }, + { + "target": "yellow", + "weight": 234, + "id": "OD:glowstone" + }, + { + "target": "orange", + "weight": 584, + "id": "OD:oreCopper" + }, + { + "target": "gray", + "weight": 602, + "id": "OD:oreTin" + }, + { + "target": "silver", + "weight": 381, + "id": "OD:oreSilver" + }, + { + "target": "purple", + "weight": 500, + "id": "OD:oreLead" + }, + { + "target": "white", + "weight": 422, + "id": "OD:oreAluminum" + }, + { + "target": "green", + "weight": 140, + "id": "OD:oreUranium" + }, + { + "target": "yellow", + "weight": 156, + "id": "OD:oreYellorite" + }, + { + "target": "light_blue", + "weight": 187, + "id": "OD:oreCertusQuartz" + }, + { + "target": "light_blue", + "weight": 109, + "id": "OD:oreChargedCertusQuartz" + }, + { + "target": "brown", + "weight": 190, + "id": "OD:oreCinnabar" + }, + { + "target": "orange", + "weight": 184, + "id": "OD:oreAmber" + }, + { + "target": "gray", + "weight": 232, + "id": "OD:oreNickel" + }, + { + "target": "light_blue", + "weight": 150, + "id": "OD:orePlatinum" + }, + { + "target": "light_blue", + "weight": 169, + "id": "OD:oreMithril" + }, + { + "target": "black", + "weight": 128, + "id": "OD:oreClathrateOilSand" + }, + { + "target": "black", + "weight": 120, + "id": "OD:oreClathrateOilShale" + }, + { + "target": "green", + "weight": 118, + "id": "OD:oreClathrateEnder" + }, + { + "target": "yellow", + "weight": 145, + "id": "OD:oreClathrateGlowstone" + }, + { + "target": "red", + "weight": 137, + "id": "OD:oreClathrateRedstone" + }, + { + "target": "yellow", + "weight": 222, + "id": "OD:oreSulfur" + }, + { + "target": "white", + "weight": 244, + "id": "OD:oreNiter" + }, + { + "target": "red", + "weight": 113, + "id": "OD:oreFirestone" + }, + { + "target": "blue", + "weight": 163, + "id": "OD:oreCobalt" + }, + { + "target": "orange", + "weight": 159, + "id": "OD:oreArdite" + }, + { + "target": "light_blue", + "weight": 200, + "id": "OD:oreApatite" + }, + { + "target": "purple", + "weight": 142, + "id": "draconicevolution:draconium_ore" + }, + { + "target": "black", + "weight": 190, + "id": "OD:oreGraphite" + }, + { + "target": "black", + "weight": 290, + "id": "OD:oreQuartzBlack" + }, + { + "target": "white", + "weight": 233, + "id": "OD:oreMagnesium" + }, + { + "target": "white", + "weight": 201, + "id": "OD:oreLithium" + }, + { + "target": "black", + "weight": 222, + "id": "OD:oreThorium" + }, + { + "target": "silver", + "weight": 199, + "id": "OD:oreBoron" + }, + { + "target": "brown", + "weight": 177, + "id": "deepresonance:resonating_ore" + }, + { + "target": "pink", + "weight": 186, + "id": "OD:oreZinc" + }, + { + "target": "black", + "weight": 192, + "id": "OD:oreTungsten" + }, + { + "target": "light_blue", + "weight": 251, + "id": "OD:oreOsmium" + }, + { + "target": "white", + "weight": 160, + "id": "OD:oreSalt" + }, + { + "target": "white", + "weight": 127, + "id": "rftools:dimensional_shard_ore" + }, + { + "target": "green", + "weight": 190, + "id": "OD:oreInferium" + }, + { + "target": "silver", + "weight": 155, + "id": "OD:oreProsperity" + }, + { + "target": "blue", + "weight": 414, + "id": "OD:oreElectrotine" + }, + { + "target": "lime", + "weight": 223, + "id": "OD:oreBrainstone" + }, + { + "target": "white", + "weight": 111, + "id": "thaumcraft:crystal_ordo" + }, + { + "target": "yellow", + "weight": 111, + "id": "thaumcraft:crystal_aer" + }, + { + "target": "orange", + "weight": 111, + "id": "thaumcraft:crystal_ignis" + }, + { + "target": "black", + "weight": 111, + "id": "thaumcraft:crystal_perditio" + }, + { + "target": "purple", + "weight": 111, + "id": "thaumcraft:crystal_vitium" + }, + { + "target": "blue", + "weight": 111, + "id": "thaumcraft:crystal_aqua" + }, + { + "target": "green", + "weight": 111, + "id": "thaumcraft:crystal_terra" + }, + { + "target": "lime", + "weight": 223, + "id": "OD:oreBrainstone" + }, + { + "target": "white", + "weight": 223, + "id": "OD:oreTitaniumIron" + }, + { + "target": "purple", + "weight": 333, + "id": "OD:oreSilicon" + }, + { + "target": "white", + "weight": 95, + "id": "astralsorcery:blockcustomore:0" + }, + { + "target": "red", + "weight": 200, + "id": "OD:oreRuby" + }, + { + "target": "green", + "weight": 200, + "id": "OD:orePeridot" + }, + { + "target": "orange", + "weight": 200, + "id": "OD:oreTopaz" + }, + { + "target": "purple", + "weight": 200, + "id": "OD:oreTanzanite" + }, + { + "target": "cyan", + "weight": 200, + "id": "OD:oreMalachite" + }, + { + "target": "blue", + "weight": 200, + "id": "OD:oreSapphire" + }, + { + "target": "orange", + "weight": 200, + "id": "OD:oreGarnet" + }, + { + "target": "yellow", + "weight": 200, + "id": "OD:oreHeliodore" + }, + { + "target": "green", + "weight": 200, + "id": "OD:oreBeryl" + }, + { + "target": "green", + "weight": 200, + "id": "OD:oreIndicolite" + }, + { + "target": "blue", + "weight": 200, + "id": "OD:oreAquamarine" + }, + { + "target": "purple", + "weight": 200, + "id": "OD:oreIolite" + }, + { + "target": "purple", + "weight": 200, + "id": "OD:oreAmethyst" + }, + { + "target": "pink", + "weight": 200, + "id": "OD:oreAgate" + }, + { + "target": "pink", + "weight": 200, + "id": "OD:oreMorganite" + }, + { + "target": "black", + "weight": 200, + "id": "OD:oreOnyx" + }, + { + "target": "white", + "weight": 200, + "id": "OD:oreOpal" + }, + { + "target": "red", + "weight": 200, + "id": "OD:oreCarnelian" + }, + { + "target": "brown", + "weight": 200, + "id": "OD:oreSpinel" + }, + { + "target": "brown", + "weight": 200, + "id": "OD:oreCitrine" + }, + { + "target": "yellow", + "weight": 200, + "id": "OD:oreJasper" + }, + { + "target": "yellow", + "weight": 200, + "id": "OD:oreGoldenBeryl" + }, + { + "target": "green", + "weight": 200, + "id": "OD:oreMoldavite" + }, + { + "target": "cyan", + "weight": 200, + "id": "OD:oreTurquoise" + }, + { + "target": "cyan", + "weight": 200, + "id": "OD:oreMoonstone" + }, + { + "target": "blue", + "weight": 200, + "id": "OD:oreBlueTopaz" + }, + { + "target": "purple", + "weight": 200, + "id": "OD:oreVioletSapphire" + }, + { + "target": "purple", + "weight": 200, + "id": "OD:oreLepidolite" + }, + { + "target": "purple", + "weight": 200, + "id": "OD:oreAmetrine" + }, + { + "target": "black", + "weight": 200, + "id": "OD:oreBlackDiamond" + }, + { + "target": "white", + "weight": 200, + "id": "OD:oreAlexandrite" + }, + { + "target": "white", + "weight": 200, + "id": "OD:oreChaos" + }, + { + "target": "green", + "weight": 200, + "id": "OD:oreEnderEssence" + }, + { + "target": "red", + "weight": 200, + "id": "OD:oreBopRuby" + }, + { + "target": "blue", + "weight": 200, + "id": "OD:oreBopSapphire" + }, + { + "target": "green", + "weight": 200, + "id": "OD:oreBopPeridot" + }, + { + "target": "purple", + "weight": 200, + "id": "OD:oreBopAmethyst" + } + ] +} \ No newline at end of file diff --git a/config/environmentaltech/multiblocks/void_miner/ore/tier_3.json b/config/environmentaltech/multiblocks/void_miner/ore/tier_3.json new file mode 100644 index 00000000..92f24254 --- /dev/null +++ b/config/environmentaltech/multiblocks/void_miner/ore/tier_3.json @@ -0,0 +1,524 @@ +{ + "outputs": [ + { + "target": "crystal", + "weight": 200, + "id": "environmentaltech:litherite_crystal" + }, + { + "target": "crystal", + "weight": 150, + "id": "environmentaltech:erodium_crystal" + }, + { + "target": "crystal", + "weight": 120, + "id": "environmentaltech:kyronite_crystal" + }, + { + "target": "crystal", + "weight": 90, + "id": "environmentaltech:pladium_crystal" + }, + { + "target": "black", + "weight": 12, + "id": "environmentaltech:lonsdaleite_crystal" + }, + { + "target": "black", + "weight": 1000, + "id": "OD:oreCoal" + }, + { + "target": "white", + "weight": 750, + "id": "OD:oreIron" + }, + { + "target": "white", + "weight": 560, + "id": "OD:oreQuartz" + }, + { + "target": "red", + "weight": 515, + "id": "OD:oreRedstone" + }, + { + "target": "blue", + "weight": 343, + "id": "OD:oreLapis" + }, + { + "target": "yellow", + "weight": 311, + "id": "OD:oreGold" + }, + { + "target": "cyan", + "weight": 218, + "id": "OD:oreDiamond" + }, + { + "target": "lime", + "weight": 156, + "id": "OD:oreEmerald" + }, + { + "target": "yellow", + "weight": 234, + "id": "OD:glowstone" + }, + { + "target": "orange", + "weight": 584, + "id": "OD:oreCopper" + }, + { + "target": "gray", + "weight": 602, + "id": "OD:oreTin" + }, + { + "target": "silver", + "weight": 381, + "id": "OD:oreSilver" + }, + { + "target": "purple", + "weight": 500, + "id": "OD:oreLead" + }, + { + "target": "white", + "weight": 422, + "id": "OD:oreAluminum" + }, + { + "target": "green", + "weight": 140, + "id": "OD:oreUranium" + }, + { + "target": "yellow", + "weight": 156, + "id": "OD:oreYellorite" + }, + { + "target": "light_blue", + "weight": 187, + "id": "OD:oreCertusQuartz" + }, + { + "target": "light_blue", + "weight": 109, + "id": "OD:oreChargedCertusQuartz" + }, + { + "target": "brown", + "weight": 190, + "id": "OD:oreCinnabar" + }, + { + "target": "orange", + "weight": 184, + "id": "OD:oreAmber" + }, + { + "target": "gray", + "weight": 232, + "id": "OD:oreNickel" + }, + { + "target": "light_blue", + "weight": 150, + "id": "OD:orePlatinum" + }, + { + "target": "light_blue", + "weight": 169, + "id": "OD:oreMithril" + }, + { + "target": "black", + "weight": 128, + "id": "OD:oreClathrateOilSand" + }, + { + "target": "black", + "weight": 120, + "id": "OD:oreClathrateOilShale" + }, + { + "target": "green", + "weight": 118, + "id": "OD:oreClathrateEnder" + }, + { + "target": "yellow", + "weight": 145, + "id": "OD:oreClathrateGlowstone" + }, + { + "target": "red", + "weight": 137, + "id": "OD:oreClathrateRedstone" + }, + { + "target": "yellow", + "weight": 222, + "id": "OD:oreSulfur" + }, + { + "target": "white", + "weight": 244, + "id": "OD:oreNiter" + }, + { + "target": "red", + "weight": 113, + "id": "OD:oreFirestone" + }, + { + "target": "blue", + "weight": 163, + "id": "OD:oreCobalt" + }, + { + "target": "orange", + "weight": 159, + "id": "OD:oreArdite" + }, + { + "target": "light_blue", + "weight": 200, + "id": "OD:oreApatite" + }, + { + "target": "purple", + "weight": 142, + "id": "draconicevolution:draconium_ore" + }, + { + "target": "black", + "weight": 190, + "id": "OD:oreGraphite" + }, + { + "target": "black", + "weight": 290, + "id": "OD:oreQuartzBlack" + }, + { + "target": "white", + "weight": 233, + "id": "OD:oreMagnesium" + }, + { + "target": "white", + "weight": 201, + "id": "OD:oreLithium" + }, + { + "target": "black", + "weight": 222, + "id": "OD:oreThorium" + }, + { + "target": "silver", + "weight": 199, + "id": "OD:oreBoron" + }, + { + "target": "brown", + "weight": 177, + "id": "deepresonance:resonating_ore" + }, + { + "target": "pink", + "weight": 186, + "id": "OD:oreZinc" + }, + { + "target": "black", + "weight": 192, + "id": "OD:oreTungsten" + }, + { + "target": "light_blue", + "weight": 251, + "id": "OD:oreOsmium" + }, + { + "target": "white", + "weight": 160, + "id": "OD:oreSalt" + }, + { + "target": "white", + "weight": 127, + "id": "rftools:dimensional_shard_ore" + }, + { + "target": "green", + "weight": 190, + "id": "OD:oreInferium" + }, + { + "target": "silver", + "weight": 155, + "id": "OD:oreProsperity" + }, + { + "target": "blue", + "weight": 414, + "id": "OD:oreElectrotine" + }, + { + "target": "lime", + "weight": 223, + "id": "OD:oreBrainstone" + }, + { + "target": "white", + "weight": 111, + "id": "thaumcraft:crystal_ordo" + }, + { + "target": "yellow", + "weight": 111, + "id": "thaumcraft:crystal_aer" + }, + { + "target": "orange", + "weight": 111, + "id": "thaumcraft:crystal_ignis" + }, + { + "target": "black", + "weight": 111, + "id": "thaumcraft:crystal_perditio" + }, + { + "target": "purple", + "weight": 111, + "id": "thaumcraft:crystal_vitium" + }, + { + "target": "blue", + "weight": 111, + "id": "thaumcraft:crystal_aqua" + }, + { + "target": "green", + "weight": 111, + "id": "thaumcraft:crystal_terra" + }, + { + "target": "lime", + "weight": 223, + "id": "OD:oreBrainstone" + }, + { + "target": "white", + "weight": 223, + "id": "OD:oreTitaniumIron" + }, + { + "target": "purple", + "weight": 333, + "id": "OD:oreSilicon" + }, + { + "target": "white", + "weight": 95, + "id": "astralsorcery:blockcustomore:0" + }, + { + "target": "red", + "weight": 200, + "id": "OD:oreRuby" + }, + { + "target": "green", + "weight": 200, + "id": "OD:orePeridot" + }, + { + "target": "orange", + "weight": 200, + "id": "OD:oreTopaz" + }, + { + "target": "purple", + "weight": 200, + "id": "OD:oreTanzanite" + }, + { + "target": "cyan", + "weight": 200, + "id": "OD:oreMalachite" + }, + { + "target": "blue", + "weight": 200, + "id": "OD:oreSapphire" + }, + { + "target": "orange", + "weight": 200, + "id": "OD:oreGarnet" + }, + { + "target": "yellow", + "weight": 200, + "id": "OD:oreHeliodore" + }, + { + "target": "green", + "weight": 200, + "id": "OD:oreBeryl" + }, + { + "target": "green", + "weight": 200, + "id": "OD:oreIndicolite" + }, + { + "target": "blue", + "weight": 200, + "id": "OD:oreAquamarine" + }, + { + "target": "purple", + "weight": 200, + "id": "OD:oreIolite" + }, + { + "target": "purple", + "weight": 200, + "id": "OD:oreAmethyst" + }, + { + "target": "pink", + "weight": 200, + "id": "OD:oreAgate" + }, + { + "target": "pink", + "weight": 200, + "id": "OD:oreMorganite" + }, + { + "target": "black", + "weight": 200, + "id": "OD:oreOnyx" + }, + { + "target": "white", + "weight": 200, + "id": "OD:oreOpal" + }, + { + "target": "red", + "weight": 200, + "id": "OD:oreCarnelian" + }, + { + "target": "brown", + "weight": 200, + "id": "OD:oreSpinel" + }, + { + "target": "brown", + "weight": 200, + "id": "OD:oreCitrine" + }, + { + "target": "yellow", + "weight": 200, + "id": "OD:oreJasper" + }, + { + "target": "yellow", + "weight": 200, + "id": "OD:oreGoldenBeryl" + }, + { + "target": "green", + "weight": 200, + "id": "OD:oreMoldavite" + }, + { + "target": "cyan", + "weight": 200, + "id": "OD:oreTurquoise" + }, + { + "target": "cyan", + "weight": 200, + "id": "OD:oreMoonstone" + }, + { + "target": "blue", + "weight": 200, + "id": "OD:oreBlueTopaz" + }, + { + "target": "purple", + "weight": 200, + "id": "OD:oreVioletSapphire" + }, + { + "target": "purple", + "weight": 200, + "id": "OD:oreLepidolite" + }, + { + "target": "purple", + "weight": 200, + "id": "OD:oreAmetrine" + }, + { + "target": "black", + "weight": 200, + "id": "OD:oreBlackDiamond" + }, + { + "target": "white", + "weight": 200, + "id": "OD:oreAlexandrite" + }, + { + "target": "white", + "weight": 200, + "id": "OD:oreChaos" + }, + { + "target": "green", + "weight": 200, + "id": "OD:oreEnderEssence" + }, + { + "target": "red", + "weight": 200, + "id": "OD:oreBopRuby" + }, + { + "target": "blue", + "weight": 200, + "id": "OD:oreBopSapphire" + }, + { + "target": "green", + "weight": 200, + "id": "OD:oreBopPeridot" + }, + { + "target": "purple", + "weight": 200, + "id": "OD:oreBopAmethyst" + } + ] +} \ No newline at end of file diff --git a/config/environmentaltech/multiblocks/void_miner/ore/tier_4.json b/config/environmentaltech/multiblocks/void_miner/ore/tier_4.json new file mode 100644 index 00000000..b7b47b24 --- /dev/null +++ b/config/environmentaltech/multiblocks/void_miner/ore/tier_4.json @@ -0,0 +1,529 @@ +{ + "outputs": [ + { + "target": "crystal", + "weight": 200, + "id": "environmentaltech:litherite_crystal" + }, + { + "target": "crystal", + "weight": 150, + "id": "environmentaltech:erodium_crystal" + }, + { + "target": "crystal", + "weight": 120, + "id": "environmentaltech:kyronite_crystal" + }, + { + "target": "crystal", + "weight": 90, + "id": "environmentaltech:pladium_crystal" + }, + { + "target": "crystal", + "weight": 60, + "id": "environmentaltech:ionite_crystal" + }, + { + "target": "black", + "weight": 16, + "id": "environmentaltech:lonsdaleite_crystal" + }, + { + "target": "black", + "weight": 1000, + "id": "OD:oreCoal" + }, + { + "target": "white", + "weight": 750, + "id": "OD:oreIron" + }, + { + "target": "white", + "weight": 560, + "id": "OD:oreQuartz" + }, + { + "target": "red", + "weight": 515, + "id": "OD:oreRedstone" + }, + { + "target": "blue", + "weight": 343, + "id": "OD:oreLapis" + }, + { + "target": "yellow", + "weight": 311, + "id": "OD:oreGold" + }, + { + "target": "cyan", + "weight": 218, + "id": "OD:oreDiamond" + }, + { + "target": "lime", + "weight": 156, + "id": "OD:oreEmerald" + }, + { + "target": "yellow", + "weight": 234, + "id": "OD:glowstone" + }, + { + "target": "orange", + "weight": 584, + "id": "OD:oreCopper" + }, + { + "target": "gray", + "weight": 602, + "id": "OD:oreTin" + }, + { + "target": "silver", + "weight": 381, + "id": "OD:oreSilver" + }, + { + "target": "purple", + "weight": 500, + "id": "OD:oreLead" + }, + { + "target": "white", + "weight": 422, + "id": "OD:oreAluminum" + }, + { + "target": "green", + "weight": 140, + "id": "OD:oreUranium" + }, + { + "target": "yellow", + "weight": 156, + "id": "OD:oreYellorite" + }, + { + "target": "light_blue", + "weight": 187, + "id": "OD:oreCertusQuartz" + }, + { + "target": "light_blue", + "weight": 109, + "id": "OD:oreChargedCertusQuartz" + }, + { + "target": "brown", + "weight": 190, + "id": "OD:oreCinnabar" + }, + { + "target": "orange", + "weight": 184, + "id": "OD:oreAmber" + }, + { + "target": "gray", + "weight": 232, + "id": "OD:oreNickel" + }, + { + "target": "light_blue", + "weight": 150, + "id": "OD:orePlatinum" + }, + { + "target": "light_blue", + "weight": 169, + "id": "OD:oreMithril" + }, + { + "target": "black", + "weight": 128, + "id": "OD:oreClathrateOilSand" + }, + { + "target": "black", + "weight": 120, + "id": "OD:oreClathrateOilShale" + }, + { + "target": "green", + "weight": 118, + "id": "OD:oreClathrateEnder" + }, + { + "target": "yellow", + "weight": 145, + "id": "OD:oreClathrateGlowstone" + }, + { + "target": "red", + "weight": 137, + "id": "OD:oreClathrateRedstone" + }, + { + "target": "yellow", + "weight": 222, + "id": "OD:oreSulfur" + }, + { + "target": "white", + "weight": 244, + "id": "OD:oreNiter" + }, + { + "target": "red", + "weight": 113, + "id": "OD:oreFirestone" + }, + { + "target": "blue", + "weight": 163, + "id": "OD:oreCobalt" + }, + { + "target": "orange", + "weight": 159, + "id": "OD:oreArdite" + }, + { + "target": "light_blue", + "weight": 200, + "id": "OD:oreApatite" + }, + { + "target": "purple", + "weight": 142, + "id": "draconicevolution:draconium_ore" + }, + { + "target": "black", + "weight": 190, + "id": "OD:oreGraphite" + }, + { + "target": "black", + "weight": 290, + "id": "OD:oreQuartzBlack" + }, + { + "target": "white", + "weight": 233, + "id": "OD:oreMagnesium" + }, + { + "target": "white", + "weight": 201, + "id": "OD:oreLithium" + }, + { + "target": "black", + "weight": 222, + "id": "OD:oreThorium" + }, + { + "target": "silver", + "weight": 199, + "id": "OD:oreBoron" + }, + { + "target": "brown", + "weight": 177, + "id": "deepresonance:resonating_ore" + }, + { + "target": "pink", + "weight": 186, + "id": "OD:oreZinc" + }, + { + "target": "black", + "weight": 192, + "id": "OD:oreTungsten" + }, + { + "target": "light_blue", + "weight": 251, + "id": "OD:oreOsmium" + }, + { + "target": "white", + "weight": 160, + "id": "OD:oreSalt" + }, + { + "target": "white", + "weight": 127, + "id": "rftools:dimensional_shard_ore" + }, + { + "target": "green", + "weight": 190, + "id": "OD:oreInferium" + }, + { + "target": "silver", + "weight": 155, + "id": "OD:oreProsperity" + }, + { + "target": "blue", + "weight": 414, + "id": "OD:oreElectrotine" + }, + { + "target": "lime", + "weight": 223, + "id": "OD:oreBrainstone" + }, + { + "target": "white", + "weight": 111, + "id": "thaumcraft:crystal_ordo" + }, + { + "target": "yellow", + "weight": 111, + "id": "thaumcraft:crystal_aer" + }, + { + "target": "orange", + "weight": 111, + "id": "thaumcraft:crystal_ignis" + }, + { + "target": "black", + "weight": 111, + "id": "thaumcraft:crystal_perditio" + }, + { + "target": "purple", + "weight": 111, + "id": "thaumcraft:crystal_vitium" + }, + { + "target": "blue", + "weight": 111, + "id": "thaumcraft:crystal_aqua" + }, + { + "target": "green", + "weight": 111, + "id": "thaumcraft:crystal_terra" + }, + { + "target": "lime", + "weight": 223, + "id": "OD:oreBrainstone" + }, + { + "target": "white", + "weight": 223, + "id": "OD:oreTitaniumIron" + }, + { + "target": "purple", + "weight": 333, + "id": "OD:oreSilicon" + }, + { + "target": "white", + "weight": 95, + "id": "astralsorcery:blockcustomore:0" + }, + { + "target": "red", + "weight": 200, + "id": "OD:oreRuby" + }, + { + "target": "green", + "weight": 200, + "id": "OD:orePeridot" + }, + { + "target": "orange", + "weight": 200, + "id": "OD:oreTopaz" + }, + { + "target": "purple", + "weight": 200, + "id": "OD:oreTanzanite" + }, + { + "target": "cyan", + "weight": 200, + "id": "OD:oreMalachite" + }, + { + "target": "blue", + "weight": 200, + "id": "OD:oreSapphire" + }, + { + "target": "orange", + "weight": 200, + "id": "OD:oreGarnet" + }, + { + "target": "yellow", + "weight": 200, + "id": "OD:oreHeliodore" + }, + { + "target": "green", + "weight": 200, + "id": "OD:oreBeryl" + }, + { + "target": "green", + "weight": 200, + "id": "OD:oreIndicolite" + }, + { + "target": "blue", + "weight": 200, + "id": "OD:oreAquamarine" + }, + { + "target": "purple", + "weight": 200, + "id": "OD:oreIolite" + }, + { + "target": "purple", + "weight": 200, + "id": "OD:oreAmethyst" + }, + { + "target": "pink", + "weight": 200, + "id": "OD:oreAgate" + }, + { + "target": "pink", + "weight": 200, + "id": "OD:oreMorganite" + }, + { + "target": "black", + "weight": 200, + "id": "OD:oreOnyx" + }, + { + "target": "white", + "weight": 200, + "id": "OD:oreOpal" + }, + { + "target": "red", + "weight": 200, + "id": "OD:oreCarnelian" + }, + { + "target": "brown", + "weight": 200, + "id": "OD:oreSpinel" + }, + { + "target": "brown", + "weight": 200, + "id": "OD:oreCitrine" + }, + { + "target": "yellow", + "weight": 200, + "id": "OD:oreJasper" + }, + { + "target": "yellow", + "weight": 200, + "id": "OD:oreGoldenBeryl" + }, + { + "target": "green", + "weight": 200, + "id": "OD:oreMoldavite" + }, + { + "target": "cyan", + "weight": 200, + "id": "OD:oreTurquoise" + }, + { + "target": "cyan", + "weight": 200, + "id": "OD:oreMoonstone" + }, + { + "target": "blue", + "weight": 200, + "id": "OD:oreBlueTopaz" + }, + { + "target": "purple", + "weight": 200, + "id": "OD:oreVioletSapphire" + }, + { + "target": "purple", + "weight": 200, + "id": "OD:oreLepidolite" + }, + { + "target": "purple", + "weight": 200, + "id": "OD:oreAmetrine" + }, + { + "target": "black", + "weight": 200, + "id": "OD:oreBlackDiamond" + }, + { + "target": "white", + "weight": 200, + "id": "OD:oreAlexandrite" + }, + { + "target": "white", + "weight": 200, + "id": "OD:oreChaos" + }, + { + "target": "green", + "weight": 200, + "id": "OD:oreEnderEssence" + }, + { + "target": "red", + "weight": 200, + "id": "OD:oreBopRuby" + }, + { + "target": "blue", + "weight": 200, + "id": "OD:oreBopSapphire" + }, + { + "target": "green", + "weight": 200, + "id": "OD:oreBopPeridot" + }, + { + "target": "purple", + "weight": 200, + "id": "OD:oreBopAmethyst" + } + ] +} \ No newline at end of file diff --git a/config/environmentaltech/multiblocks/void_miner/ore/tier_5.json b/config/environmentaltech/multiblocks/void_miner/ore/tier_5.json new file mode 100644 index 00000000..5599a04c --- /dev/null +++ b/config/environmentaltech/multiblocks/void_miner/ore/tier_5.json @@ -0,0 +1,534 @@ +{ + "outputs": [ + { + "target": "crystal", + "weight": 200, + "id": "environmentaltech:litherite_crystal" + }, + { + "target": "crystal", + "weight": 150, + "id": "environmentaltech:erodium_crystal" + }, + { + "target": "crystal", + "weight": 120, + "id": "environmentaltech:kyronite_crystal" + }, + { + "target": "crystal", + "weight": 90, + "id": "environmentaltech:pladium_crystal" + }, + { + "target": "crystal", + "weight": 60, + "id": "environmentaltech:ionite_crystal" + }, + { + "target": "crystal", + "weight": 30, + "id": "environmentaltech:aethium_crystal" + }, + { + "target": "black", + "weight": 20, + "id": "environmentaltech:lonsdaleite_crystal" + }, + { + "target": "black", + "weight": 1000, + "id": "OD:oreCoal" + }, + { + "target": "white", + "weight": 750, + "id": "OD:oreIron" + }, + { + "target": "white", + "weight": 560, + "id": "OD:oreQuartz" + }, + { + "target": "red", + "weight": 515, + "id": "OD:oreRedstone" + }, + { + "target": "blue", + "weight": 343, + "id": "OD:oreLapis" + }, + { + "target": "yellow", + "weight": 311, + "id": "OD:oreGold" + }, + { + "target": "cyan", + "weight": 218, + "id": "OD:oreDiamond" + }, + { + "target": "lime", + "weight": 156, + "id": "OD:oreEmerald" + }, + { + "target": "yellow", + "weight": 234, + "id": "OD:glowstone" + }, + { + "target": "orange", + "weight": 584, + "id": "OD:oreCopper" + }, + { + "target": "gray", + "weight": 602, + "id": "OD:oreTin" + }, + { + "target": "silver", + "weight": 381, + "id": "OD:oreSilver" + }, + { + "target": "purple", + "weight": 500, + "id": "OD:oreLead" + }, + { + "target": "white", + "weight": 422, + "id": "OD:oreAluminum" + }, + { + "target": "green", + "weight": 140, + "id": "OD:oreUranium" + }, + { + "target": "yellow", + "weight": 156, + "id": "OD:oreYellorite" + }, + { + "target": "light_blue", + "weight": 187, + "id": "OD:oreCertusQuartz" + }, + { + "target": "light_blue", + "weight": 109, + "id": "OD:oreChargedCertusQuartz" + }, + { + "target": "brown", + "weight": 190, + "id": "OD:oreCinnabar" + }, + { + "target": "orange", + "weight": 184, + "id": "OD:oreAmber" + }, + { + "target": "gray", + "weight": 232, + "id": "OD:oreNickel" + }, + { + "target": "light_blue", + "weight": 150, + "id": "OD:orePlatinum" + }, + { + "target": "light_blue", + "weight": 169, + "id": "OD:oreMithril" + }, + { + "target": "black", + "weight": 128, + "id": "OD:oreClathrateOilSand" + }, + { + "target": "black", + "weight": 120, + "id": "OD:oreClathrateOilShale" + }, + { + "target": "green", + "weight": 118, + "id": "OD:oreClathrateEnder" + }, + { + "target": "yellow", + "weight": 145, + "id": "OD:oreClathrateGlowstone" + }, + { + "target": "red", + "weight": 137, + "id": "OD:oreClathrateRedstone" + }, + { + "target": "yellow", + "weight": 222, + "id": "OD:oreSulfur" + }, + { + "target": "white", + "weight": 244, + "id": "OD:oreNiter" + }, + { + "target": "red", + "weight": 113, + "id": "OD:oreFirestone" + }, + { + "target": "blue", + "weight": 163, + "id": "OD:oreCobalt" + }, + { + "target": "orange", + "weight": 159, + "id": "OD:oreArdite" + }, + { + "target": "light_blue", + "weight": 200, + "id": "OD:oreApatite" + }, + { + "target": "purple", + "weight": 142, + "id": "draconicevolution:draconium_ore" + }, + { + "target": "black", + "weight": 190, + "id": "OD:oreGraphite" + }, + { + "target": "black", + "weight": 290, + "id": "OD:oreQuartzBlack" + }, + { + "target": "white", + "weight": 233, + "id": "OD:oreMagnesium" + }, + { + "target": "white", + "weight": 201, + "id": "OD:oreLithium" + }, + { + "target": "black", + "weight": 222, + "id": "OD:oreThorium" + }, + { + "target": "silver", + "weight": 199, + "id": "OD:oreBoron" + }, + { + "target": "brown", + "weight": 177, + "id": "deepresonance:resonating_ore" + }, + { + "target": "pink", + "weight": 186, + "id": "OD:oreZinc" + }, + { + "target": "black", + "weight": 192, + "id": "OD:oreTungsten" + }, + { + "target": "light_blue", + "weight": 251, + "id": "OD:oreOsmium" + }, + { + "target": "white", + "weight": 160, + "id": "OD:oreSalt" + }, + { + "target": "white", + "weight": 127, + "id": "rftools:dimensional_shard_ore" + }, + { + "target": "green", + "weight": 190, + "id": "OD:oreInferium" + }, + { + "target": "silver", + "weight": 155, + "id": "OD:oreProsperity" + }, + { + "target": "blue", + "weight": 414, + "id": "OD:oreElectrotine" + }, + { + "target": "lime", + "weight": 223, + "id": "OD:oreBrainstone" + }, + { + "target": "white", + "weight": 111, + "id": "thaumcraft:crystal_ordo" + }, + { + "target": "yellow", + "weight": 111, + "id": "thaumcraft:crystal_aer" + }, + { + "target": "orange", + "weight": 111, + "id": "thaumcraft:crystal_ignis" + }, + { + "target": "black", + "weight": 111, + "id": "thaumcraft:crystal_perditio" + }, + { + "target": "purple", + "weight": 111, + "id": "thaumcraft:crystal_vitium" + }, + { + "target": "blue", + "weight": 111, + "id": "thaumcraft:crystal_aqua" + }, + { + "target": "green", + "weight": 111, + "id": "thaumcraft:crystal_terra" + }, + { + "target": "lime", + "weight": 223, + "id": "OD:oreBrainstone" + }, + { + "target": "white", + "weight": 223, + "id": "OD:oreTitaniumIron" + }, + { + "target": "purple", + "weight": 333, + "id": "OD:oreSilicon" + }, + { + "target": "white", + "weight": 95, + "id": "astralsorcery:blockcustomore:0" + }, + { + "target": "red", + "weight": 200, + "id": "OD:oreRuby" + }, + { + "target": "green", + "weight": 200, + "id": "OD:orePeridot" + }, + { + "target": "orange", + "weight": 200, + "id": "OD:oreTopaz" + }, + { + "target": "purple", + "weight": 200, + "id": "OD:oreTanzanite" + }, + { + "target": "cyan", + "weight": 200, + "id": "OD:oreMalachite" + }, + { + "target": "blue", + "weight": 200, + "id": "OD:oreSapphire" + }, + { + "target": "orange", + "weight": 200, + "id": "OD:oreGarnet" + }, + { + "target": "yellow", + "weight": 200, + "id": "OD:oreHeliodore" + }, + { + "target": "green", + "weight": 200, + "id": "OD:oreBeryl" + }, + { + "target": "green", + "weight": 200, + "id": "OD:oreIndicolite" + }, + { + "target": "blue", + "weight": 200, + "id": "OD:oreAquamarine" + }, + { + "target": "purple", + "weight": 200, + "id": "OD:oreIolite" + }, + { + "target": "purple", + "weight": 200, + "id": "OD:oreAmethyst" + }, + { + "target": "pink", + "weight": 200, + "id": "OD:oreAgate" + }, + { + "target": "pink", + "weight": 200, + "id": "OD:oreMorganite" + }, + { + "target": "black", + "weight": 200, + "id": "OD:oreOnyx" + }, + { + "target": "white", + "weight": 200, + "id": "OD:oreOpal" + }, + { + "target": "red", + "weight": 200, + "id": "OD:oreCarnelian" + }, + { + "target": "brown", + "weight": 200, + "id": "OD:oreSpinel" + }, + { + "target": "brown", + "weight": 200, + "id": "OD:oreCitrine" + }, + { + "target": "yellow", + "weight": 200, + "id": "OD:oreJasper" + }, + { + "target": "yellow", + "weight": 200, + "id": "OD:oreGoldenBeryl" + }, + { + "target": "green", + "weight": 200, + "id": "OD:oreMoldavite" + }, + { + "target": "cyan", + "weight": 200, + "id": "OD:oreTurquoise" + }, + { + "target": "cyan", + "weight": 200, + "id": "OD:oreMoonstone" + }, + { + "target": "blue", + "weight": 200, + "id": "OD:oreBlueTopaz" + }, + { + "target": "purple", + "weight": 200, + "id": "OD:oreVioletSapphire" + }, + { + "target": "purple", + "weight": 200, + "id": "OD:oreLepidolite" + }, + { + "target": "purple", + "weight": 200, + "id": "OD:oreAmetrine" + }, + { + "target": "black", + "weight": 200, + "id": "OD:oreBlackDiamond" + }, + { + "target": "white", + "weight": 200, + "id": "OD:oreAlexandrite" + }, + { + "target": "white", + "weight": 200, + "id": "OD:oreChaos" + }, + { + "target": "green", + "weight": 200, + "id": "OD:oreEnderEssence" + }, + { + "target": "red", + "weight": 200, + "id": "OD:oreBopRuby" + }, + { + "target": "blue", + "weight": 200, + "id": "OD:oreBopSapphire" + }, + { + "target": "green", + "weight": 200, + "id": "OD:oreBopPeridot" + }, + { + "target": "purple", + "weight": 200, + "id": "OD:oreBopAmethyst" + } + ] +} \ No newline at end of file diff --git a/config/environmentaltech/multiblocks/void_miner/ore/tier_6.json b/config/environmentaltech/multiblocks/void_miner/ore/tier_6.json new file mode 100644 index 00000000..4ac409e6 --- /dev/null +++ b/config/environmentaltech/multiblocks/void_miner/ore/tier_6.json @@ -0,0 +1,559 @@ +{ + "outputs": [ + { + "target": "crystal", + "weight": 200, + "id": "environmentaltech:litherite_crystal" + }, + { + "target": "crystal", + "weight": 150, + "id": "environmentaltech:erodium_crystal" + }, + { + "target": "crystal", + "weight": 120, + "id": "environmentaltech:kyronite_crystal" + }, + { + "target": "crystal", + "weight": 90, + "id": "environmentaltech:pladium_crystal" + }, + { + "target": "crystal", + "weight": 60, + "id": "environmentaltech:ionite_crystal" + }, + { + "target": "crystal", + "weight": 30, + "id": "environmentaltech:aethium_crystal" + }, + { + "target": "black", + "weight": 24, + "id": "environmentaltech:lonsdaleite_crystal" + }, + { + "target": "black", + "weight": 1000, + "id": "OD:oreCoal" + }, + { + "target": "white", + "weight": 750, + "id": "OD:oreIron" + }, + { + "target": "white", + "weight": 560, + "id": "OD:oreQuartz" + }, + { + "target": "red", + "weight": 515, + "id": "OD:oreRedstone" + }, + { + "target": "blue", + "weight": 343, + "id": "OD:oreLapis" + }, + { + "target": "yellow", + "weight": 311, + "id": "OD:oreGold" + }, + { + "target": "cyan", + "weight": 218, + "id": "OD:oreDiamond" + }, + { + "target": "lime", + "weight": 156, + "id": "OD:oreEmerald" + }, + { + "target": "orange", + "weight": 260, + "id": "OD:oreRutile" + }, + { + "target": "yellow", + "weight": 234, + "id": "OD:glowstone" + }, + { + "target": "yellow", + "weight": 130, + "id": "OD:orePyrite" + }, + { + "target": "yellow", + "weight": 130, + "id": "OD:oreSphalerite" + }, + { + "target": "orange", + "weight": 584, + "id": "OD:oreCopper" + }, + { + "target": "gray", + "weight": 602, + "id": "OD:oreTin" + }, + { + "target": "silver", + "weight": 381, + "id": "OD:oreSilver" + }, + { + "target": "silver", + "weight": 100, + "id": "OD:oreSheldonite" + }, + { + "target": "silver", + "weight": 100, + "id": "OD:oreSodalite" + }, + { + "target": "purple", + "weight": 500, + "id": "OD:oreLead" + }, + { + "target": "white", + "weight": 422, + "id": "OD:oreAluminum" + }, + { + "target": "green", + "weight": 140, + "id": "OD:oreUranium" + }, + { + "target": "yellow", + "weight": 156, + "id": "OD:oreYellorite" + }, + { + "target": "light_blue", + "weight": 187, + "id": "OD:oreCertusQuartz" + }, + { + "target": "light_blue", + "weight": 109, + "id": "OD:oreChargedCertusQuartz" + }, + { + "target": "brown", + "weight": 190, + "id": "OD:oreCinnabar" + }, + { + "target": "orange", + "weight": 184, + "id": "OD:oreAmber" + }, + { + "target": "gray", + "weight": 232, + "id": "OD:oreNickel" + }, + { + "target": "light_blue", + "weight": 150, + "id": "OD:orePlatinum" + }, + { + "target": "light_blue", + "weight": 169, + "id": "OD:oreMithril" + }, + { + "target": "black", + "weight": 128, + "id": "OD:oreClathrateOilSand" + }, + { + "target": "black", + "weight": 120, + "id": "OD:oreClathrateOilShale" + }, + { + "target": "green", + "weight": 118, + "id": "OD:oreClathrateEnder" + }, + { + "target": "yellow", + "weight": 145, + "id": "OD:oreClathrateGlowstone" + }, + { + "target": "red", + "weight": 137, + "id": "OD:oreClathrateRedstone" + }, + { + "target": "yellow", + "weight": 222, + "id": "OD:oreSulfur" + }, + { + "target": "white", + "weight": 244, + "id": "OD:oreNiter" + }, + { + "target": "red", + "weight": 113, + "id": "OD:oreFirestone" + }, + { + "target": "blue", + "weight": 163, + "id": "OD:oreCobalt" + }, + { + "target": "orange", + "weight": 159, + "id": "OD:oreArdite" + }, + { + "target": "light_blue", + "weight": 200, + "id": "OD:oreApatite" + }, + { + "target": "purple", + "weight": 142, + "id": "draconicevolution:draconium_ore" + }, + { + "target": "black", + "weight": 190, + "id": "OD:oreGraphite" + }, + { + "target": "black", + "weight": 290, + "id": "OD:oreQuartzBlack" + }, + { + "target": "white", + "weight": 233, + "id": "OD:oreMagnesium" + }, + { + "target": "white", + "weight": 201, + "id": "OD:oreLithium" + }, + { + "target": "black", + "weight": 222, + "id": "OD:oreThorium" + }, + { + "target": "silver", + "weight": 199, + "id": "OD:oreBoron" + }, + { + "target": "brown", + "weight": 177, + "id": "deepresonance:resonating_ore" + }, + { + "target": "pink", + "weight": 186, + "id": "OD:oreZinc" + }, + { + "target": "black", + "weight": 192, + "id": "OD:oreTungsten" + }, + { + "target": "light_blue", + "weight": 251, + "id": "OD:oreOsmium" + }, + { + "target": "white", + "weight": 160, + "id": "OD:oreSalt" + }, + { + "target": "white", + "weight": 127, + "id": "rftools:dimensional_shard_ore" + }, + { + "target": "green", + "weight": 190, + "id": "OD:oreInferium" + }, + { + "target": "silver", + "weight": 155, + "id": "OD:oreProsperity" + }, + { + "target": "blue", + "weight": 414, + "id": "OD:oreElectrotine" + }, + { + "target": "lime", + "weight": 223, + "id": "OD:oreBrainstone" + }, + { + "target": "white", + "weight": 111, + "id": "thaumcraft:crystal_ordo" + }, + { + "target": "yellow", + "weight": 111, + "id": "thaumcraft:crystal_aer" + }, + { + "target": "orange", + "weight": 111, + "id": "thaumcraft:crystal_ignis" + }, + { + "target": "black", + "weight": 111, + "id": "thaumcraft:crystal_perditio" + }, + { + "target": "purple", + "weight": 111, + "id": "thaumcraft:crystal_vitium" + }, + { + "target": "blue", + "weight": 111, + "id": "thaumcraft:crystal_aqua" + }, + { + "target": "green", + "weight": 111, + "id": "thaumcraft:crystal_terra" + }, + { + "target": "lime", + "weight": 223, + "id": "OD:oreBrainstone" + }, + { + "target": "white", + "weight": 223, + "id": "OD:oreTitaniumIron" + }, + { + "target": "purple", + "weight": 333, + "id": "OD:oreSilicon" + }, + { + "target": "white", + "weight": 95, + "id": "astralsorcery:blockcustomore:0" + }, + { + "target": "red", + "weight": 200, + "id": "OD:oreRuby" + }, + { + "target": "green", + "weight": 200, + "id": "OD:orePeridot" + }, + { + "target": "orange", + "weight": 200, + "id": "OD:oreTopaz" + }, + { + "target": "purple", + "weight": 200, + "id": "OD:oreTanzanite" + }, + { + "target": "cyan", + "weight": 200, + "id": "OD:oreMalachite" + }, + { + "target": "blue", + "weight": 200, + "id": "OD:oreSapphire" + }, + { + "target": "orange", + "weight": 200, + "id": "OD:oreGarnet" + }, + { + "target": "yellow", + "weight": 200, + "id": "OD:oreHeliodore" + }, + { + "target": "green", + "weight": 200, + "id": "OD:oreBeryl" + }, + { + "target": "green", + "weight": 200, + "id": "OD:oreIndicolite" + }, + { + "target": "blue", + "weight": 200, + "id": "OD:oreAquamarine" + }, + { + "target": "purple", + "weight": 200, + "id": "OD:oreIolite" + }, + { + "target": "purple", + "weight": 200, + "id": "OD:oreAmethyst" + }, + { + "target": "pink", + "weight": 200, + "id": "OD:oreAgate" + }, + { + "target": "pink", + "weight": 200, + "id": "OD:oreMorganite" + }, + { + "target": "black", + "weight": 200, + "id": "OD:oreOnyx" + }, + { + "target": "white", + "weight": 200, + "id": "OD:oreOpal" + }, + { + "target": "red", + "weight": 200, + "id": "OD:oreCarnelian" + }, + { + "target": "brown", + "weight": 200, + "id": "OD:oreSpinel" + }, + { + "target": "brown", + "weight": 200, + "id": "OD:oreCitrine" + }, + { + "target": "yellow", + "weight": 200, + "id": "OD:oreJasper" + }, + { + "target": "yellow", + "weight": 200, + "id": "OD:oreGoldenBeryl" + }, + { + "target": "green", + "weight": 200, + "id": "OD:oreMoldavite" + }, + { + "target": "cyan", + "weight": 200, + "id": "OD:oreTurquoise" + }, + { + "target": "cyan", + "weight": 200, + "id": "OD:oreMoonstone" + }, + { + "target": "blue", + "weight": 200, + "id": "OD:oreBlueTopaz" + }, + { + "target": "purple", + "weight": 200, + "id": "OD:oreVioletSapphire" + }, + { + "target": "purple", + "weight": 200, + "id": "OD:oreLepidolite" + }, + { + "target": "purple", + "weight": 200, + "id": "OD:oreAmetrine" + }, + { + "target": "black", + "weight": 200, + "id": "OD:oreBlackDiamond" + }, + { + "target": "white", + "weight": 200, + "id": "OD:oreAlexandrite" + }, + { + "target": "white", + "weight": 200, + "id": "OD:oreChaos" + }, + { + "target": "green", + "weight": 200, + "id": "OD:oreEnderEssence" + }, + { + "target": "red", + "weight": 200, + "id": "OD:oreBopRuby" + }, + { + "target": "blue", + "weight": 200, + "id": "OD:oreBopSapphire" + }, + { + "target": "green", + "weight": 200, + "id": "OD:oreBopPeridot" + }, + { + "target": "purple", + "weight": 200, + "id": "OD:oreBopAmethyst" + } + ] +} \ No newline at end of file diff --git a/config/environmentaltech/multiblocks/void_miner/resource/tier_1.json b/config/environmentaltech/multiblocks/void_miner/resource/tier_1.json new file mode 100644 index 00000000..3a7aed91 --- /dev/null +++ b/config/environmentaltech/multiblocks/void_miner/resource/tier_1.json @@ -0,0 +1,409 @@ +{ + "outputs": [ + { + "target": "gray", + "weight": 32, + "id": "minecraft:stone:0" + }, + { + "target": "pink", + "weight": 30, + "id": "minecraft:stone:1" + }, + { + "target": "white", + "weight": 30, + "id": "minecraft:stone:3" + }, + { + "target": "gray", + "weight": 30, + "id": "minecraft:stone:5" + }, + { + "target": "silver", + "weight": 30, + "id": "minecraft:gravel" + }, + { + "target": "green", + "weight": 10, + "id": "minecraft:grass" + }, + { + "target": "brown", + "weight": 20, + "id": "minecraft:dirt:0" + }, + { + "target": "brown", + "weight": 10, + "id": "minecraft:dirt:2" + }, + { + "target": "yellow", + "weight": 30, + "id": "minecraft:sand:0" + }, + { + "target": "red", + "weight": 24, + "id": "minecraft:sand:1" + }, + { + "target": "yellow", + "weight": 10, + "id": "minecraft:sandstone:0" + }, + { + "target": "red", + "weight": 10, + "id": "minecraft:red_sandstone:0" + }, + { + "target": "gray", + "weight": 28, + "id": "minecraft:cobblestone" + }, + { + "target": "green", + "weight": 10, + "id": "minecraft:mossy_cobblestone" + }, + { + "target": "purple", + "weight": 9, + "id": "minecraft:obsidian" + }, + { + "target": "silver", + "weight": 12, + "id": "minecraft:clay" + }, + { + "target": "red", + "weight": 28, + "id": "minecraft:netherrack" + }, + { + "target": "brown", + "weight": 16, + "id": "minecraft:soul_sand" + }, + { + "target": "purple", + "weight": 8, + "id": "minecraft:mycelium" + }, + { + "target": "yellow", + "weight": 13, + "id": "minecraft:end_stone:0" + }, + { + "target": "orange", + "weight": 12, + "id": "minecraft:hardened_clay" + }, + { + "target": "white", + "weight": 2, + "id": "minecraft:stained_hardened_clay:0" + }, + { + "target": "orange", + "weight": 2, + "id": "minecraft:stained_hardened_clay:1" + }, + { + "target": "magenta", + "weight": 2, + "id": "minecraft:stained_hardened_clay:2" + }, + { + "target": "light_blue", + "weight": 2, + "id": "minecraft:stained_hardened_clay:3" + }, + { + "target": "yellow", + "weight": 2, + "id": "minecraft:stained_hardened_clay:4" + }, + { + "target": "lime", + "weight": 2, + "id": "minecraft:stained_hardened_clay:5" + }, + { + "target": "pink", + "weight": 2, + "id": "minecraft:stained_hardened_clay:6" + }, + { + "target": "gray", + "weight": 2, + "id": "minecraft:stained_hardened_clay:7" + }, + { + "target": "silver", + "weight": 2, + "id": "minecraft:stained_hardened_clay:8" + }, + { + "target": "cyan", + "weight": 2, + "id": "minecraft:stained_hardened_clay:9" + }, + { + "target": "purple", + "weight": 2, + "id": "minecraft:stained_hardened_clay:10" + }, + { + "target": "blue", + "weight": 2, + "id": "minecraft:stained_hardened_clay:11" + }, + { + "target": "brown", + "weight": 2, + "id": "minecraft:stained_hardened_clay:12" + }, + { + "target": "green", + "weight": 2, + "id": "minecraft:stained_hardened_clay:13" + }, + { + "target": "red", + "weight": 2, + "id": "minecraft:stained_hardened_clay:14" + }, + { + "target": "black", + "weight": 2, + "id": "minecraft:stained_hardened_clay:15" + }, + { + "target": "yellow", + "weight": 28, + "id": "minecraft:sponge" + }, + { + "target": "white", + "weight": 12, + "id": "environmentalmaterials:alabaster:0" + }, + { + "target": "orange", + "weight": 6, + "id": "environmentalmaterials:alabaster:1" + }, + { + "target": "magenta", + "weight": 6, + "id": "environmentalmaterials:alabaster:2" + }, + { + "target": "light_blue", + "weight": 6, + "id": "environmentalmaterials:alabaster:3" + }, + { + "target": "yellow", + "weight": 6, + "id": "environmentalmaterials:alabaster:4" + }, + { + "target": "lime", + "weight": 6, + "id": "environmentalmaterials:alabaster:5" + }, + { + "target": "pink", + "weight": 6, + "id": "environmentalmaterials:alabaster:6" + }, + { + "target": "gray", + "weight": 6, + "id": "environmentalmaterials:alabaster:7" + }, + { + "target": "silver", + "weight": 6, + "id": "environmentalmaterials:alabaster:8" + }, + { + "target": "cyan", + "weight": 6, + "id": "environmentalmaterials:alabaster:9" + }, + { + "target": "purple", + "weight": 6, + "id": "environmentalmaterials:alabaster:10" + }, + { + "target": "blue", + "weight": 6, + "id": "environmentalmaterials:alabaster:11" + }, + { + "target": "brown", + "weight": 6, + "id": "environmentalmaterials:alabaster:12" + }, + { + "target": "green", + "weight": 6, + "id": "environmentalmaterials:alabaster:13" + }, + { + "target": "red", + "weight": 6, + "id": "environmentalmaterials:alabaster:14" + }, + { + "target": "black", + "weight": 6, + "id": "environmentalmaterials:alabaster:15" + }, + { + "target": "white", + "weight": 4, + "id": "quark:crystal:0" + }, + { + "target": "red", + "weight": 4, + "id": "quark:crystal:1" + }, + { + "target": "orange", + "weight": 4, + "id": "quark:crystal:2" + }, + { + "target": "yellow", + "weight": 4, + "id": "quark:crystal:3" + }, + { + "target": "lime", + "weight": 4, + "id": "quark:crystal:4" + }, + { + "target": "cyan", + "weight": 4, + "id": "quark:crystal:5" + }, + { + "target": "blue", + "weight": 4, + "id": "quark:crystal:6" + }, + { + "target": "purple", + "weight": 4, + "id": "quark:crystal:7" + }, + { + "target": "black", + "weight": 30, + "id": "environmentalmaterials:basalt" + }, + { + "target": "gray", + "weight": 20, + "id": "environmentalmaterials:hardened_stone" + }, + { + "target": "yellow", + "weight": 30, + "id": "OD:stoneLimestone" + }, + { + "target": "white", + "weight": 30, + "id": "OD:stoneMarble" + }, + { + "target": "brown", + "weight": 20, + "id": "chisel:brownstone" + }, + { + "target": "light_blue", + "weight": 8, + "id": "minecraft:ice" + }, + { + "target": "light_blue", + "weight": 8, + "id": "minecraft:packed_ice" + }, + { + "target": "light_blue", + "weight": 8, + "id": "immersivehempcraft:hemcraft_hardened" + }, + { + "target": "brown", + "weight": 15, + "id": "biomesoplenty:dirt" + }, + { + "target": "green", + "weight": 20, + "id": "thebetweenlands:betweenstone" + }, + { + "target": "green", + "weight": 5, + "id": "thebetweenlands:generic_stone" + }, + { + "target": "green", + "weight": 15, + "id": "thebetweenlands:pitstone" + }, + { + "target": "light_gray", + "weight": 15, + "id": "thebetweenlands:limestone" + }, + { + "target": "brown", + "weight": 7, + "id": "thebetweenlands:mud" + }, + { + "target": "brown", + "weight": 7, + "id": "thebetweenlands:swamp_dirt" + }, + { + "target": "green", + "weight": 7, + "id": "thebetweenlands:swamp_grass" + }, + { + "target": "green", + "weight": 7, + "id": "thebetweenlands:slimy_dirt" + }, + { + "target": "green", + "weight": 7, + "id": "thebetweenlands:slimy_grass" + }, + { + "target": "white", + "weight": 2, + "id": "environmentaltech:mica" + } + ] +} \ No newline at end of file diff --git a/config/environmentaltech/multiblocks/void_miner/resource/tier_2.json b/config/environmentaltech/multiblocks/void_miner/resource/tier_2.json new file mode 100644 index 00000000..cd391945 --- /dev/null +++ b/config/environmentaltech/multiblocks/void_miner/resource/tier_2.json @@ -0,0 +1,409 @@ +{ + "outputs": [ + { + "target": "gray", + "weight": 32, + "id": "minecraft:stone:0" + }, + { + "target": "pink", + "weight": 30, + "id": "minecraft:stone:1" + }, + { + "target": "white", + "weight": 30, + "id": "minecraft:stone:3" + }, + { + "target": "gray", + "weight": 30, + "id": "minecraft:stone:5" + }, + { + "target": "silver", + "weight": 30, + "id": "minecraft:gravel" + }, + { + "target": "green", + "weight": 10, + "id": "minecraft:grass" + }, + { + "target": "brown", + "weight": 20, + "id": "minecraft:dirt:0" + }, + { + "target": "brown", + "weight": 10, + "id": "minecraft:dirt:2" + }, + { + "target": "yellow", + "weight": 30, + "id": "minecraft:sand:0" + }, + { + "target": "red", + "weight": 24, + "id": "minecraft:sand:1" + }, + { + "target": "yellow", + "weight": 10, + "id": "minecraft:sandstone:0" + }, + { + "target": "red", + "weight": 10, + "id": "minecraft:red_sandstone:0" + }, + { + "target": "gray", + "weight": 28, + "id": "minecraft:cobblestone" + }, + { + "target": "green", + "weight": 10, + "id": "minecraft:mossy_cobblestone" + }, + { + "target": "purple", + "weight": 9, + "id": "minecraft:obsidian" + }, + { + "target": "silver", + "weight": 12, + "id": "minecraft:clay" + }, + { + "target": "red", + "weight": 28, + "id": "minecraft:netherrack" + }, + { + "target": "brown", + "weight": 16, + "id": "minecraft:soul_sand" + }, + { + "target": "purple", + "weight": 8, + "id": "minecraft:mycelium" + }, + { + "target": "yellow", + "weight": 13, + "id": "minecraft:end_stone:0" + }, + { + "target": "orange", + "weight": 12, + "id": "minecraft:hardened_clay" + }, + { + "target": "white", + "weight": 2, + "id": "minecraft:stained_hardened_clay:0" + }, + { + "target": "orange", + "weight": 2, + "id": "minecraft:stained_hardened_clay:1" + }, + { + "target": "magenta", + "weight": 2, + "id": "minecraft:stained_hardened_clay:2" + }, + { + "target": "light_blue", + "weight": 2, + "id": "minecraft:stained_hardened_clay:3" + }, + { + "target": "yellow", + "weight": 2, + "id": "minecraft:stained_hardened_clay:4" + }, + { + "target": "lime", + "weight": 2, + "id": "minecraft:stained_hardened_clay:5" + }, + { + "target": "pink", + "weight": 2, + "id": "minecraft:stained_hardened_clay:6" + }, + { + "target": "gray", + "weight": 2, + "id": "minecraft:stained_hardened_clay:7" + }, + { + "target": "silver", + "weight": 2, + "id": "minecraft:stained_hardened_clay:8" + }, + { + "target": "cyan", + "weight": 2, + "id": "minecraft:stained_hardened_clay:9" + }, + { + "target": "purple", + "weight": 2, + "id": "minecraft:stained_hardened_clay:10" + }, + { + "target": "blue", + "weight": 2, + "id": "minecraft:stained_hardened_clay:11" + }, + { + "target": "brown", + "weight": 2, + "id": "minecraft:stained_hardened_clay:12" + }, + { + "target": "green", + "weight": 2, + "id": "minecraft:stained_hardened_clay:13" + }, + { + "target": "red", + "weight": 2, + "id": "minecraft:stained_hardened_clay:14" + }, + { + "target": "black", + "weight": 2, + "id": "minecraft:stained_hardened_clay:15" + }, + { + "target": "yellow", + "weight": 28, + "id": "minecraft:sponge" + }, + { + "target": "white", + "weight": 12, + "id": "environmentalmaterials:alabaster:0" + }, + { + "target": "orange", + "weight": 6, + "id": "environmentalmaterials:alabaster:1" + }, + { + "target": "magenta", + "weight": 6, + "id": "environmentalmaterials:alabaster:2" + }, + { + "target": "light_blue", + "weight": 6, + "id": "environmentalmaterials:alabaster:3" + }, + { + "target": "yellow", + "weight": 6, + "id": "environmentalmaterials:alabaster:4" + }, + { + "target": "lime", + "weight": 6, + "id": "environmentalmaterials:alabaster:5" + }, + { + "target": "pink", + "weight": 6, + "id": "environmentalmaterials:alabaster:6" + }, + { + "target": "gray", + "weight": 6, + "id": "environmentalmaterials:alabaster:7" + }, + { + "target": "silver", + "weight": 6, + "id": "environmentalmaterials:alabaster:8" + }, + { + "target": "cyan", + "weight": 6, + "id": "environmentalmaterials:alabaster:9" + }, + { + "target": "purple", + "weight": 6, + "id": "environmentalmaterials:alabaster:10" + }, + { + "target": "blue", + "weight": 6, + "id": "environmentalmaterials:alabaster:11" + }, + { + "target": "brown", + "weight": 6, + "id": "environmentalmaterials:alabaster:12" + }, + { + "target": "green", + "weight": 6, + "id": "environmentalmaterials:alabaster:13" + }, + { + "target": "red", + "weight": 6, + "id": "environmentalmaterials:alabaster:14" + }, + { + "target": "black", + "weight": 6, + "id": "environmentalmaterials:alabaster:15" + }, + { + "target": "white", + "weight": 4, + "id": "quark:crystal:0" + }, + { + "target": "red", + "weight": 4, + "id": "quark:crystal:1" + }, + { + "target": "orange", + "weight": 4, + "id": "quark:crystal:2" + }, + { + "target": "yellow", + "weight": 4, + "id": "quark:crystal:3" + }, + { + "target": "lime", + "weight": 4, + "id": "quark:crystal:4" + }, + { + "target": "cyan", + "weight": 4, + "id": "quark:crystal:5" + }, + { + "target": "blue", + "weight": 4, + "id": "quark:crystal:6" + }, + { + "target": "purple", + "weight": 4, + "id": "quark:crystal:7" + }, + { + "target": "black", + "weight": 30, + "id": "environmentalmaterials:basalt" + }, + { + "target": "gray", + "weight": 20, + "id": "environmentalmaterials:hardened_stone" + }, + { + "target": "yellow", + "weight": 30, + "id": "OD:stoneLimestone" + }, + { + "target": "white", + "weight": 30, + "id": "OD:stoneMarble" + }, + { + "target": "brown", + "weight": 20, + "id": "chisel:brownstone" + }, + { + "target": "light_blue", + "weight": 8, + "id": "minecraft:ice" + }, + { + "target": "light_blue", + "weight": 8, + "id": "minecraft:packed_ice" + }, + { + "target": "light_blue", + "weight": 8, + "id": "immersivehempcraft:hemcraft_hardened" + }, + { + "target": "brown", + "weight": 15, + "id": "biomesoplenty:dirt" + }, + { + "target": "green", + "weight": 20, + "id": "thebetweenlands:betweenstone" + }, + { + "target": "green", + "weight": 5, + "id": "thebetweenlands:generic_stone" + }, + { + "target": "green", + "weight": 15, + "id": "thebetweenlands:pitstone" + }, + { + "target": "light_gray", + "weight": 15, + "id": "thebetweenlands:limestone" + }, + { + "target": "brown", + "weight": 7, + "id": "thebetweenlands:mud" + }, + { + "target": "brown", + "weight": 7, + "id": "thebetweenlands:swamp_dirt" + }, + { + "target": "green", + "weight": 7, + "id": "thebetweenlands:swamp_grass" + }, + { + "target": "green", + "weight": 7, + "id": "thebetweenlands:slimy_dirt" + }, + { + "target": "green", + "weight": 7, + "id": "thebetweenlands:slimy_grass" + }, + { + "target": "white", + "weight": 3, + "id": "environmentaltech:mica" + } + ] +} \ No newline at end of file diff --git a/config/environmentaltech/multiblocks/void_miner/resource/tier_3.json b/config/environmentaltech/multiblocks/void_miner/resource/tier_3.json new file mode 100644 index 00000000..78b124df --- /dev/null +++ b/config/environmentaltech/multiblocks/void_miner/resource/tier_3.json @@ -0,0 +1,409 @@ +{ + "outputs": [ + { + "target": "gray", + "weight": 32, + "id": "minecraft:stone:0" + }, + { + "target": "pink", + "weight": 30, + "id": "minecraft:stone:1" + }, + { + "target": "white", + "weight": 30, + "id": "minecraft:stone:3" + }, + { + "target": "gray", + "weight": 30, + "id": "minecraft:stone:5" + }, + { + "target": "silver", + "weight": 30, + "id": "minecraft:gravel" + }, + { + "target": "green", + "weight": 10, + "id": "minecraft:grass" + }, + { + "target": "brown", + "weight": 20, + "id": "minecraft:dirt:0" + }, + { + "target": "brown", + "weight": 10, + "id": "minecraft:dirt:2" + }, + { + "target": "yellow", + "weight": 30, + "id": "minecraft:sand:0" + }, + { + "target": "red", + "weight": 24, + "id": "minecraft:sand:1" + }, + { + "target": "yellow", + "weight": 10, + "id": "minecraft:sandstone:0" + }, + { + "target": "red", + "weight": 10, + "id": "minecraft:red_sandstone:0" + }, + { + "target": "gray", + "weight": 28, + "id": "minecraft:cobblestone" + }, + { + "target": "green", + "weight": 10, + "id": "minecraft:mossy_cobblestone" + }, + { + "target": "purple", + "weight": 9, + "id": "minecraft:obsidian" + }, + { + "target": "silver", + "weight": 12, + "id": "minecraft:clay" + }, + { + "target": "red", + "weight": 28, + "id": "minecraft:netherrack" + }, + { + "target": "brown", + "weight": 16, + "id": "minecraft:soul_sand" + }, + { + "target": "purple", + "weight": 8, + "id": "minecraft:mycelium" + }, + { + "target": "yellow", + "weight": 13, + "id": "minecraft:end_stone:0" + }, + { + "target": "orange", + "weight": 12, + "id": "minecraft:hardened_clay" + }, + { + "target": "white", + "weight": 2, + "id": "minecraft:stained_hardened_clay:0" + }, + { + "target": "orange", + "weight": 2, + "id": "minecraft:stained_hardened_clay:1" + }, + { + "target": "magenta", + "weight": 2, + "id": "minecraft:stained_hardened_clay:2" + }, + { + "target": "light_blue", + "weight": 2, + "id": "minecraft:stained_hardened_clay:3" + }, + { + "target": "yellow", + "weight": 2, + "id": "minecraft:stained_hardened_clay:4" + }, + { + "target": "lime", + "weight": 2, + "id": "minecraft:stained_hardened_clay:5" + }, + { + "target": "pink", + "weight": 2, + "id": "minecraft:stained_hardened_clay:6" + }, + { + "target": "gray", + "weight": 2, + "id": "minecraft:stained_hardened_clay:7" + }, + { + "target": "silver", + "weight": 2, + "id": "minecraft:stained_hardened_clay:8" + }, + { + "target": "cyan", + "weight": 2, + "id": "minecraft:stained_hardened_clay:9" + }, + { + "target": "purple", + "weight": 2, + "id": "minecraft:stained_hardened_clay:10" + }, + { + "target": "blue", + "weight": 2, + "id": "minecraft:stained_hardened_clay:11" + }, + { + "target": "brown", + "weight": 2, + "id": "minecraft:stained_hardened_clay:12" + }, + { + "target": "green", + "weight": 2, + "id": "minecraft:stained_hardened_clay:13" + }, + { + "target": "red", + "weight": 2, + "id": "minecraft:stained_hardened_clay:14" + }, + { + "target": "black", + "weight": 2, + "id": "minecraft:stained_hardened_clay:15" + }, + { + "target": "yellow", + "weight": 28, + "id": "minecraft:sponge" + }, + { + "target": "white", + "weight": 12, + "id": "environmentalmaterials:alabaster:0" + }, + { + "target": "orange", + "weight": 6, + "id": "environmentalmaterials:alabaster:1" + }, + { + "target": "magenta", + "weight": 6, + "id": "environmentalmaterials:alabaster:2" + }, + { + "target": "light_blue", + "weight": 6, + "id": "environmentalmaterials:alabaster:3" + }, + { + "target": "yellow", + "weight": 6, + "id": "environmentalmaterials:alabaster:4" + }, + { + "target": "lime", + "weight": 6, + "id": "environmentalmaterials:alabaster:5" + }, + { + "target": "pink", + "weight": 6, + "id": "environmentalmaterials:alabaster:6" + }, + { + "target": "gray", + "weight": 6, + "id": "environmentalmaterials:alabaster:7" + }, + { + "target": "silver", + "weight": 6, + "id": "environmentalmaterials:alabaster:8" + }, + { + "target": "cyan", + "weight": 6, + "id": "environmentalmaterials:alabaster:9" + }, + { + "target": "purple", + "weight": 6, + "id": "environmentalmaterials:alabaster:10" + }, + { + "target": "blue", + "weight": 6, + "id": "environmentalmaterials:alabaster:11" + }, + { + "target": "brown", + "weight": 6, + "id": "environmentalmaterials:alabaster:12" + }, + { + "target": "green", + "weight": 6, + "id": "environmentalmaterials:alabaster:13" + }, + { + "target": "red", + "weight": 6, + "id": "environmentalmaterials:alabaster:14" + }, + { + "target": "black", + "weight": 6, + "id": "environmentalmaterials:alabaster:15" + }, + { + "target": "white", + "weight": 4, + "id": "quark:crystal:0" + }, + { + "target": "red", + "weight": 4, + "id": "quark:crystal:1" + }, + { + "target": "orange", + "weight": 4, + "id": "quark:crystal:2" + }, + { + "target": "yellow", + "weight": 4, + "id": "quark:crystal:3" + }, + { + "target": "lime", + "weight": 4, + "id": "quark:crystal:4" + }, + { + "target": "cyan", + "weight": 4, + "id": "quark:crystal:5" + }, + { + "target": "blue", + "weight": 4, + "id": "quark:crystal:6" + }, + { + "target": "purple", + "weight": 4, + "id": "quark:crystal:7" + }, + { + "target": "black", + "weight": 30, + "id": "environmentalmaterials:basalt" + }, + { + "target": "gray", + "weight": 20, + "id": "environmentalmaterials:hardened_stone" + }, + { + "target": "yellow", + "weight": 30, + "id": "OD:stoneLimestone" + }, + { + "target": "white", + "weight": 30, + "id": "OD:stoneMarble" + }, + { + "target": "brown", + "weight": 20, + "id": "chisel:brownstone" + }, + { + "target": "light_blue", + "weight": 8, + "id": "minecraft:ice" + }, + { + "target": "light_blue", + "weight": 8, + "id": "minecraft:packed_ice" + }, + { + "target": "light_blue", + "weight": 8, + "id": "immersivehempcraft:hemcraft_hardened" + }, + { + "target": "brown", + "weight": 15, + "id": "biomesoplenty:dirt" + }, + { + "target": "green", + "weight": 20, + "id": "thebetweenlands:betweenstone" + }, + { + "target": "green", + "weight": 5, + "id": "thebetweenlands:generic_stone" + }, + { + "target": "green", + "weight": 15, + "id": "thebetweenlands:pitstone" + }, + { + "target": "light_gray", + "weight": 15, + "id": "thebetweenlands:limestone" + }, + { + "target": "brown", + "weight": 7, + "id": "thebetweenlands:mud" + }, + { + "target": "brown", + "weight": 7, + "id": "thebetweenlands:swamp_dirt" + }, + { + "target": "green", + "weight": 7, + "id": "thebetweenlands:swamp_grass" + }, + { + "target": "green", + "weight": 7, + "id": "thebetweenlands:slimy_dirt" + }, + { + "target": "green", + "weight": 7, + "id": "thebetweenlands:slimy_grass" + }, + { + "target": "white", + "weight": 4, + "id": "environmentaltech:mica" + } + ] +} \ No newline at end of file diff --git a/config/environmentaltech/multiblocks/void_miner/resource/tier_4.json b/config/environmentaltech/multiblocks/void_miner/resource/tier_4.json new file mode 100644 index 00000000..c643aa7d --- /dev/null +++ b/config/environmentaltech/multiblocks/void_miner/resource/tier_4.json @@ -0,0 +1,409 @@ +{ + "outputs": [ + { + "target": "gray", + "weight": 32, + "id": "minecraft:stone:0" + }, + { + "target": "pink", + "weight": 30, + "id": "minecraft:stone:1" + }, + { + "target": "white", + "weight": 30, + "id": "minecraft:stone:3" + }, + { + "target": "gray", + "weight": 30, + "id": "minecraft:stone:5" + }, + { + "target": "silver", + "weight": 30, + "id": "minecraft:gravel" + }, + { + "target": "green", + "weight": 10, + "id": "minecraft:grass" + }, + { + "target": "brown", + "weight": 20, + "id": "minecraft:dirt:0" + }, + { + "target": "brown", + "weight": 10, + "id": "minecraft:dirt:2" + }, + { + "target": "yellow", + "weight": 30, + "id": "minecraft:sand:0" + }, + { + "target": "red", + "weight": 24, + "id": "minecraft:sand:1" + }, + { + "target": "yellow", + "weight": 10, + "id": "minecraft:sandstone:0" + }, + { + "target": "red", + "weight": 10, + "id": "minecraft:red_sandstone:0" + }, + { + "target": "gray", + "weight": 28, + "id": "minecraft:cobblestone" + }, + { + "target": "green", + "weight": 10, + "id": "minecraft:mossy_cobblestone" + }, + { + "target": "purple", + "weight": 9, + "id": "minecraft:obsidian" + }, + { + "target": "silver", + "weight": 12, + "id": "minecraft:clay" + }, + { + "target": "red", + "weight": 28, + "id": "minecraft:netherrack" + }, + { + "target": "brown", + "weight": 16, + "id": "minecraft:soul_sand" + }, + { + "target": "purple", + "weight": 8, + "id": "minecraft:mycelium" + }, + { + "target": "yellow", + "weight": 13, + "id": "minecraft:end_stone:0" + }, + { + "target": "orange", + "weight": 12, + "id": "minecraft:hardened_clay" + }, + { + "target": "white", + "weight": 2, + "id": "minecraft:stained_hardened_clay:0" + }, + { + "target": "orange", + "weight": 2, + "id": "minecraft:stained_hardened_clay:1" + }, + { + "target": "magenta", + "weight": 2, + "id": "minecraft:stained_hardened_clay:2" + }, + { + "target": "light_blue", + "weight": 2, + "id": "minecraft:stained_hardened_clay:3" + }, + { + "target": "yellow", + "weight": 2, + "id": "minecraft:stained_hardened_clay:4" + }, + { + "target": "lime", + "weight": 2, + "id": "minecraft:stained_hardened_clay:5" + }, + { + "target": "pink", + "weight": 2, + "id": "minecraft:stained_hardened_clay:6" + }, + { + "target": "gray", + "weight": 2, + "id": "minecraft:stained_hardened_clay:7" + }, + { + "target": "silver", + "weight": 2, + "id": "minecraft:stained_hardened_clay:8" + }, + { + "target": "cyan", + "weight": 2, + "id": "minecraft:stained_hardened_clay:9" + }, + { + "target": "purple", + "weight": 2, + "id": "minecraft:stained_hardened_clay:10" + }, + { + "target": "blue", + "weight": 2, + "id": "minecraft:stained_hardened_clay:11" + }, + { + "target": "brown", + "weight": 2, + "id": "minecraft:stained_hardened_clay:12" + }, + { + "target": "green", + "weight": 2, + "id": "minecraft:stained_hardened_clay:13" + }, + { + "target": "red", + "weight": 2, + "id": "minecraft:stained_hardened_clay:14" + }, + { + "target": "black", + "weight": 2, + "id": "minecraft:stained_hardened_clay:15" + }, + { + "target": "yellow", + "weight": 28, + "id": "minecraft:sponge" + }, + { + "target": "white", + "weight": 12, + "id": "environmentalmaterials:alabaster:0" + }, + { + "target": "orange", + "weight": 6, + "id": "environmentalmaterials:alabaster:1" + }, + { + "target": "magenta", + "weight": 6, + "id": "environmentalmaterials:alabaster:2" + }, + { + "target": "light_blue", + "weight": 6, + "id": "environmentalmaterials:alabaster:3" + }, + { + "target": "yellow", + "weight": 6, + "id": "environmentalmaterials:alabaster:4" + }, + { + "target": "lime", + "weight": 6, + "id": "environmentalmaterials:alabaster:5" + }, + { + "target": "pink", + "weight": 6, + "id": "environmentalmaterials:alabaster:6" + }, + { + "target": "gray", + "weight": 6, + "id": "environmentalmaterials:alabaster:7" + }, + { + "target": "silver", + "weight": 6, + "id": "environmentalmaterials:alabaster:8" + }, + { + "target": "cyan", + "weight": 6, + "id": "environmentalmaterials:alabaster:9" + }, + { + "target": "purple", + "weight": 6, + "id": "environmentalmaterials:alabaster:10" + }, + { + "target": "blue", + "weight": 6, + "id": "environmentalmaterials:alabaster:11" + }, + { + "target": "brown", + "weight": 6, + "id": "environmentalmaterials:alabaster:12" + }, + { + "target": "green", + "weight": 6, + "id": "environmentalmaterials:alabaster:13" + }, + { + "target": "red", + "weight": 6, + "id": "environmentalmaterials:alabaster:14" + }, + { + "target": "black", + "weight": 6, + "id": "environmentalmaterials:alabaster:15" + }, + { + "target": "white", + "weight": 4, + "id": "quark:crystal:0" + }, + { + "target": "red", + "weight": 4, + "id": "quark:crystal:1" + }, + { + "target": "orange", + "weight": 4, + "id": "quark:crystal:2" + }, + { + "target": "yellow", + "weight": 4, + "id": "quark:crystal:3" + }, + { + "target": "lime", + "weight": 4, + "id": "quark:crystal:4" + }, + { + "target": "cyan", + "weight": 4, + "id": "quark:crystal:5" + }, + { + "target": "blue", + "weight": 4, + "id": "quark:crystal:6" + }, + { + "target": "purple", + "weight": 4, + "id": "quark:crystal:7" + }, + { + "target": "black", + "weight": 30, + "id": "environmentalmaterials:basalt" + }, + { + "target": "gray", + "weight": 20, + "id": "environmentalmaterials:hardened_stone" + }, + { + "target": "yellow", + "weight": 30, + "id": "OD:stoneLimestone" + }, + { + "target": "white", + "weight": 30, + "id": "OD:stoneMarble" + }, + { + "target": "brown", + "weight": 20, + "id": "chisel:brownstone" + }, + { + "target": "light_blue", + "weight": 8, + "id": "minecraft:ice" + }, + { + "target": "light_blue", + "weight": 8, + "id": "minecraft:packed_ice" + }, + { + "target": "light_blue", + "weight": 8, + "id": "immersivehempcraft:hemcraft_hardened" + }, + { + "target": "brown", + "weight": 15, + "id": "biomesoplenty:dirt" + }, + { + "target": "green", + "weight": 20, + "id": "thebetweenlands:betweenstone" + }, + { + "target": "green", + "weight": 5, + "id": "thebetweenlands:generic_stone" + }, + { + "target": "green", + "weight": 15, + "id": "thebetweenlands:pitstone" + }, + { + "target": "light_gray", + "weight": 15, + "id": "thebetweenlands:limestone" + }, + { + "target": "brown", + "weight": 7, + "id": "thebetweenlands:mud" + }, + { + "target": "brown", + "weight": 7, + "id": "thebetweenlands:swamp_dirt" + }, + { + "target": "green", + "weight": 7, + "id": "thebetweenlands:swamp_grass" + }, + { + "target": "green", + "weight": 7, + "id": "thebetweenlands:slimy_dirt" + }, + { + "target": "green", + "weight": 7, + "id": "thebetweenlands:slimy_grass" + }, + { + "target": "white", + "weight": 5, + "id": "environmentaltech:mica" + } + ] +} \ No newline at end of file diff --git a/config/environmentaltech/multiblocks/void_miner/resource/tier_5.json b/config/environmentaltech/multiblocks/void_miner/resource/tier_5.json new file mode 100644 index 00000000..dca8b35b --- /dev/null +++ b/config/environmentaltech/multiblocks/void_miner/resource/tier_5.json @@ -0,0 +1,409 @@ +{ + "outputs": [ + { + "target": "gray", + "weight": 32, + "id": "minecraft:stone:0" + }, + { + "target": "pink", + "weight": 30, + "id": "minecraft:stone:1" + }, + { + "target": "white", + "weight": 30, + "id": "minecraft:stone:3" + }, + { + "target": "gray", + "weight": 30, + "id": "minecraft:stone:5" + }, + { + "target": "silver", + "weight": 30, + "id": "minecraft:gravel" + }, + { + "target": "green", + "weight": 10, + "id": "minecraft:grass" + }, + { + "target": "brown", + "weight": 20, + "id": "minecraft:dirt:0" + }, + { + "target": "brown", + "weight": 10, + "id": "minecraft:dirt:2" + }, + { + "target": "yellow", + "weight": 30, + "id": "minecraft:sand:0" + }, + { + "target": "red", + "weight": 24, + "id": "minecraft:sand:1" + }, + { + "target": "yellow", + "weight": 10, + "id": "minecraft:sandstone:0" + }, + { + "target": "red", + "weight": 10, + "id": "minecraft:red_sandstone:0" + }, + { + "target": "gray", + "weight": 28, + "id": "minecraft:cobblestone" + }, + { + "target": "green", + "weight": 10, + "id": "minecraft:mossy_cobblestone" + }, + { + "target": "purple", + "weight": 9, + "id": "minecraft:obsidian" + }, + { + "target": "silver", + "weight": 12, + "id": "minecraft:clay" + }, + { + "target": "red", + "weight": 28, + "id": "minecraft:netherrack" + }, + { + "target": "brown", + "weight": 16, + "id": "minecraft:soul_sand" + }, + { + "target": "purple", + "weight": 8, + "id": "minecraft:mycelium" + }, + { + "target": "yellow", + "weight": 13, + "id": "minecraft:end_stone:0" + }, + { + "target": "orange", + "weight": 12, + "id": "minecraft:hardened_clay" + }, + { + "target": "white", + "weight": 2, + "id": "minecraft:stained_hardened_clay:0" + }, + { + "target": "orange", + "weight": 2, + "id": "minecraft:stained_hardened_clay:1" + }, + { + "target": "magenta", + "weight": 2, + "id": "minecraft:stained_hardened_clay:2" + }, + { + "target": "light_blue", + "weight": 2, + "id": "minecraft:stained_hardened_clay:3" + }, + { + "target": "yellow", + "weight": 2, + "id": "minecraft:stained_hardened_clay:4" + }, + { + "target": "lime", + "weight": 2, + "id": "minecraft:stained_hardened_clay:5" + }, + { + "target": "pink", + "weight": 2, + "id": "minecraft:stained_hardened_clay:6" + }, + { + "target": "gray", + "weight": 2, + "id": "minecraft:stained_hardened_clay:7" + }, + { + "target": "silver", + "weight": 2, + "id": "minecraft:stained_hardened_clay:8" + }, + { + "target": "cyan", + "weight": 2, + "id": "minecraft:stained_hardened_clay:9" + }, + { + "target": "purple", + "weight": 2, + "id": "minecraft:stained_hardened_clay:10" + }, + { + "target": "blue", + "weight": 2, + "id": "minecraft:stained_hardened_clay:11" + }, + { + "target": "brown", + "weight": 2, + "id": "minecraft:stained_hardened_clay:12" + }, + { + "target": "green", + "weight": 2, + "id": "minecraft:stained_hardened_clay:13" + }, + { + "target": "red", + "weight": 2, + "id": "minecraft:stained_hardened_clay:14" + }, + { + "target": "black", + "weight": 2, + "id": "minecraft:stained_hardened_clay:15" + }, + { + "target": "yellow", + "weight": 28, + "id": "minecraft:sponge" + }, + { + "target": "white", + "weight": 12, + "id": "environmentalmaterials:alabaster:0" + }, + { + "target": "orange", + "weight": 6, + "id": "environmentalmaterials:alabaster:1" + }, + { + "target": "magenta", + "weight": 6, + "id": "environmentalmaterials:alabaster:2" + }, + { + "target": "light_blue", + "weight": 6, + "id": "environmentalmaterials:alabaster:3" + }, + { + "target": "yellow", + "weight": 6, + "id": "environmentalmaterials:alabaster:4" + }, + { + "target": "lime", + "weight": 6, + "id": "environmentalmaterials:alabaster:5" + }, + { + "target": "pink", + "weight": 6, + "id": "environmentalmaterials:alabaster:6" + }, + { + "target": "gray", + "weight": 6, + "id": "environmentalmaterials:alabaster:7" + }, + { + "target": "silver", + "weight": 6, + "id": "environmentalmaterials:alabaster:8" + }, + { + "target": "cyan", + "weight": 6, + "id": "environmentalmaterials:alabaster:9" + }, + { + "target": "purple", + "weight": 6, + "id": "environmentalmaterials:alabaster:10" + }, + { + "target": "blue", + "weight": 6, + "id": "environmentalmaterials:alabaster:11" + }, + { + "target": "brown", + "weight": 6, + "id": "environmentalmaterials:alabaster:12" + }, + { + "target": "green", + "weight": 6, + "id": "environmentalmaterials:alabaster:13" + }, + { + "target": "red", + "weight": 6, + "id": "environmentalmaterials:alabaster:14" + }, + { + "target": "black", + "weight": 6, + "id": "environmentalmaterials:alabaster:15" + }, + { + "target": "white", + "weight": 4, + "id": "quark:crystal:0" + }, + { + "target": "red", + "weight": 4, + "id": "quark:crystal:1" + }, + { + "target": "orange", + "weight": 4, + "id": "quark:crystal:2" + }, + { + "target": "yellow", + "weight": 4, + "id": "quark:crystal:3" + }, + { + "target": "lime", + "weight": 4, + "id": "quark:crystal:4" + }, + { + "target": "cyan", + "weight": 4, + "id": "quark:crystal:5" + }, + { + "target": "blue", + "weight": 4, + "id": "quark:crystal:6" + }, + { + "target": "purple", + "weight": 4, + "id": "quark:crystal:7" + }, + { + "target": "black", + "weight": 30, + "id": "environmentalmaterials:basalt" + }, + { + "target": "gray", + "weight": 20, + "id": "environmentalmaterials:hardened_stone" + }, + { + "target": "yellow", + "weight": 30, + "id": "OD:stoneLimestone" + }, + { + "target": "white", + "weight": 30, + "id": "OD:stoneMarble" + }, + { + "target": "brown", + "weight": 20, + "id": "chisel:brownstone" + }, + { + "target": "light_blue", + "weight": 8, + "id": "minecraft:ice" + }, + { + "target": "light_blue", + "weight": 8, + "id": "minecraft:packed_ice" + }, + { + "target": "light_blue", + "weight": 8, + "id": "immersivehempcraft:hemcraft_hardened" + }, + { + "target": "brown", + "weight": 15, + "id": "biomesoplenty:dirt" + }, + { + "target": "green", + "weight": 20, + "id": "thebetweenlands:betweenstone" + }, + { + "target": "green", + "weight": 5, + "id": "thebetweenlands:generic_stone" + }, + { + "target": "green", + "weight": 15, + "id": "thebetweenlands:pitstone" + }, + { + "target": "light_gray", + "weight": 15, + "id": "thebetweenlands:limestone" + }, + { + "target": "brown", + "weight": 7, + "id": "thebetweenlands:mud" + }, + { + "target": "brown", + "weight": 7, + "id": "thebetweenlands:swamp_dirt" + }, + { + "target": "green", + "weight": 7, + "id": "thebetweenlands:swamp_grass" + }, + { + "target": "green", + "weight": 7, + "id": "thebetweenlands:slimy_dirt" + }, + { + "target": "green", + "weight": 7, + "id": "thebetweenlands:slimy_grass" + }, + { + "target": "white", + "weight": 6, + "id": "environmentaltech:mica" + } + ] +} \ No newline at end of file diff --git a/config/environmentaltech/multiblocks/void_miner/resource/tier_6.json b/config/environmentaltech/multiblocks/void_miner/resource/tier_6.json new file mode 100644 index 00000000..5e40490c --- /dev/null +++ b/config/environmentaltech/multiblocks/void_miner/resource/tier_6.json @@ -0,0 +1,409 @@ +{ + "outputs": [ + { + "target": "gray", + "weight": 32, + "id": "minecraft:stone:0" + }, + { + "target": "pink", + "weight": 30, + "id": "minecraft:stone:1" + }, + { + "target": "white", + "weight": 30, + "id": "minecraft:stone:3" + }, + { + "target": "gray", + "weight": 30, + "id": "minecraft:stone:5" + }, + { + "target": "silver", + "weight": 30, + "id": "minecraft:gravel" + }, + { + "target": "green", + "weight": 10, + "id": "minecraft:grass" + }, + { + "target": "brown", + "weight": 20, + "id": "minecraft:dirt:0" + }, + { + "target": "brown", + "weight": 10, + "id": "minecraft:dirt:2" + }, + { + "target": "yellow", + "weight": 30, + "id": "minecraft:sand:0" + }, + { + "target": "red", + "weight": 24, + "id": "minecraft:sand:1" + }, + { + "target": "yellow", + "weight": 10, + "id": "minecraft:sandstone:0" + }, + { + "target": "red", + "weight": 10, + "id": "minecraft:red_sandstone:0" + }, + { + "target": "gray", + "weight": 28, + "id": "minecraft:cobblestone" + }, + { + "target": "green", + "weight": 10, + "id": "minecraft:mossy_cobblestone" + }, + { + "target": "purple", + "weight": 9, + "id": "minecraft:obsidian" + }, + { + "target": "silver", + "weight": 12, + "id": "minecraft:clay" + }, + { + "target": "red", + "weight": 28, + "id": "minecraft:netherrack" + }, + { + "target": "brown", + "weight": 16, + "id": "minecraft:soul_sand" + }, + { + "target": "purple", + "weight": 8, + "id": "minecraft:mycelium" + }, + { + "target": "yellow", + "weight": 13, + "id": "minecraft:end_stone:0" + }, + { + "target": "orange", + "weight": 12, + "id": "minecraft:hardened_clay" + }, + { + "target": "white", + "weight": 2, + "id": "minecraft:stained_hardened_clay:0" + }, + { + "target": "orange", + "weight": 2, + "id": "minecraft:stained_hardened_clay:1" + }, + { + "target": "magenta", + "weight": 2, + "id": "minecraft:stained_hardened_clay:2" + }, + { + "target": "light_blue", + "weight": 2, + "id": "minecraft:stained_hardened_clay:3" + }, + { + "target": "yellow", + "weight": 2, + "id": "minecraft:stained_hardened_clay:4" + }, + { + "target": "lime", + "weight": 2, + "id": "minecraft:stained_hardened_clay:5" + }, + { + "target": "pink", + "weight": 2, + "id": "minecraft:stained_hardened_clay:6" + }, + { + "target": "gray", + "weight": 2, + "id": "minecraft:stained_hardened_clay:7" + }, + { + "target": "silver", + "weight": 2, + "id": "minecraft:stained_hardened_clay:8" + }, + { + "target": "cyan", + "weight": 2, + "id": "minecraft:stained_hardened_clay:9" + }, + { + "target": "purple", + "weight": 2, + "id": "minecraft:stained_hardened_clay:10" + }, + { + "target": "blue", + "weight": 2, + "id": "minecraft:stained_hardened_clay:11" + }, + { + "target": "brown", + "weight": 2, + "id": "minecraft:stained_hardened_clay:12" + }, + { + "target": "green", + "weight": 2, + "id": "minecraft:stained_hardened_clay:13" + }, + { + "target": "red", + "weight": 2, + "id": "minecraft:stained_hardened_clay:14" + }, + { + "target": "black", + "weight": 2, + "id": "minecraft:stained_hardened_clay:15" + }, + { + "target": "yellow", + "weight": 28, + "id": "minecraft:sponge" + }, + { + "target": "white", + "weight": 12, + "id": "environmentalmaterials:alabaster:0" + }, + { + "target": "orange", + "weight": 6, + "id": "environmentalmaterials:alabaster:1" + }, + { + "target": "magenta", + "weight": 6, + "id": "environmentalmaterials:alabaster:2" + }, + { + "target": "light_blue", + "weight": 6, + "id": "environmentalmaterials:alabaster:3" + }, + { + "target": "yellow", + "weight": 6, + "id": "environmentalmaterials:alabaster:4" + }, + { + "target": "lime", + "weight": 6, + "id": "environmentalmaterials:alabaster:5" + }, + { + "target": "pink", + "weight": 6, + "id": "environmentalmaterials:alabaster:6" + }, + { + "target": "gray", + "weight": 6, + "id": "environmentalmaterials:alabaster:7" + }, + { + "target": "silver", + "weight": 6, + "id": "environmentalmaterials:alabaster:8" + }, + { + "target": "cyan", + "weight": 6, + "id": "environmentalmaterials:alabaster:9" + }, + { + "target": "purple", + "weight": 6, + "id": "environmentalmaterials:alabaster:10" + }, + { + "target": "blue", + "weight": 6, + "id": "environmentalmaterials:alabaster:11" + }, + { + "target": "brown", + "weight": 6, + "id": "environmentalmaterials:alabaster:12" + }, + { + "target": "green", + "weight": 6, + "id": "environmentalmaterials:alabaster:13" + }, + { + "target": "red", + "weight": 6, + "id": "environmentalmaterials:alabaster:14" + }, + { + "target": "black", + "weight": 6, + "id": "environmentalmaterials:alabaster:15" + }, + { + "target": "white", + "weight": 4, + "id": "quark:crystal:0" + }, + { + "target": "red", + "weight": 4, + "id": "quark:crystal:1" + }, + { + "target": "orange", + "weight": 4, + "id": "quark:crystal:2" + }, + { + "target": "yellow", + "weight": 4, + "id": "quark:crystal:3" + }, + { + "target": "lime", + "weight": 4, + "id": "quark:crystal:4" + }, + { + "target": "cyan", + "weight": 4, + "id": "quark:crystal:5" + }, + { + "target": "blue", + "weight": 4, + "id": "quark:crystal:6" + }, + { + "target": "purple", + "weight": 4, + "id": "quark:crystal:7" + }, + { + "target": "black", + "weight": 30, + "id": "environmentalmaterials:basalt" + }, + { + "target": "gray", + "weight": 20, + "id": "environmentalmaterials:hardened_stone" + }, + { + "target": "yellow", + "weight": 30, + "id": "OD:stoneLimestone" + }, + { + "target": "white", + "weight": 30, + "id": "OD:stoneMarble" + }, + { + "target": "brown", + "weight": 20, + "id": "chisel:brownstone" + }, + { + "target": "light_blue", + "weight": 8, + "id": "minecraft:ice" + }, + { + "target": "light_blue", + "weight": 8, + "id": "minecraft:packed_ice" + }, + { + "target": "light_blue", + "weight": 8, + "id": "immersivehempcraft:hemcraft_hardened" + }, + { + "target": "brown", + "weight": 15, + "id": "biomesoplenty:dirt" + }, + { + "target": "green", + "weight": 20, + "id": "thebetweenlands:betweenstone" + }, + { + "target": "green", + "weight": 5, + "id": "thebetweenlands:generic_stone" + }, + { + "target": "green", + "weight": 15, + "id": "thebetweenlands:pitstone" + }, + { + "target": "light_gray", + "weight": 15, + "id": "thebetweenlands:limestone" + }, + { + "target": "brown", + "weight": 7, + "id": "thebetweenlands:mud" + }, + { + "target": "brown", + "weight": 7, + "id": "thebetweenlands:swamp_dirt" + }, + { + "target": "green", + "weight": 7, + "id": "thebetweenlands:swamp_grass" + }, + { + "target": "green", + "weight": 7, + "id": "thebetweenlands:slimy_dirt" + }, + { + "target": "green", + "weight": 7, + "id": "thebetweenlands:slimy_grass" + }, + { + "target": "white", + "weight": 7, + "id": "environmentaltech:mica" + } + ] +} \ No newline at end of file diff --git a/config/equivalentenergistics.cfg b/config/equivalentenergistics.cfg new file mode 100644 index 00000000..96be8718 --- /dev/null +++ b/config/equivalentenergistics.cfg @@ -0,0 +1,86 @@ +# 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/equivalentintegrations.cfg b/config/equivalentintegrations.cfg new file mode 100644 index 00000000..7f3b0468 --- /dev/null +++ b/config/equivalentintegrations.cfg @@ -0,0 +1,21 @@ +# 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/erebus.cfg b/config/erebus.cfg new file mode 100644 index 00000000..59a04eda --- /dev/null +++ b/config/erebus.cfg @@ -0,0 +1,92 @@ +# 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"=10.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/extendedcrafting.cfg b/config/extendedcrafting.cfg new file mode 100644 index 00000000..bb3b2b7b --- /dev/null +++ b/config/extendedcrafting.cfg @@ -0,0 +1,245 @@ +# Configuration file + +########################################################################################################## +# automation_interface +#--------------------------------------------------------------------------------------------------------# +# Settings for the Automation Interface. +########################################################################################################## + +automation_interface { + # 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 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=10000000 + + # How much FE/t the Crafting Core should use when crafting by default. [range: 0 ~ 2147483647, default: 500] + I:energy_rate=100000 +} + + +########################################################################################################## +# 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 +} + + +########################################################################################################## +# quantum_compression +#--------------------------------------------------------------------------------------------------------# +# Settings for the Quantum Compressor. +########################################################################################################## + +quantum_compression { + # 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=5000 + + # 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. + 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 + 655;mana_infused;ore:ingotMithril;516664 + 654;neutronium;ore:ingotCosmicNeutronium;000000 + 653;ethaxium;ore:ingotEthaxium;a8a892 + 652;insanium;ore:essenceInsanium;660066 + 651;divine;divinerpg:divine_stone;ffff00 + > + + # 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 + + # Disable specific default singularities here. + 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/extrabotany.cfg b/config/extrabotany.cfg new file mode 100644 index 00000000..cf91150a --- /dev/null +++ b/config/extrabotany.cfg @@ -0,0 +1,350 @@ +# 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=false + + # 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/extrautils2.cfg b/config/extrautils2.cfg new file mode 100644 index 00000000..bc750bef --- /dev/null +++ b/config/extrautils2.cfg @@ -0,0 +1,172 @@ +# 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" < + > + 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/fastbench.cfg b/config/fastbench.cfg new file mode 100644 index 00000000..e2c82df2 --- /dev/null +++ b/config/fastbench.cfg @@ -0,0 +1,11 @@ +# 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/fastfurnace.cfg b/config/fastfurnace.cfg new file mode 100644 index 00000000..4abb15a7 --- /dev/null +++ b/config/fastfurnace.cfg @@ -0,0 +1,8 @@ +# Configuration file + +general { + # If the furnace uses nbt-sensitive output matching. [default: true] + B:"Strict Matching"=true +} + + diff --git a/config/fastleafdecay.cfg b/config/fastleafdecay.cfg new file mode 100644 index 00000000..bbf71adc --- /dev/null +++ b/config/fastleafdecay.cfg @@ -0,0 +1,17 @@ +# 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/findme.cfg b/config/findme.cfg new file mode 100644 index 00000000..0fdfc57e --- /dev/null +++ b/config/findme.cfg @@ -0,0 +1,10 @@ +# Configuration file + +general { + # Checking radius centered on the player + # Min: 0 + # Max: 2147483647 + I:RADIUS_RANGE=8 +} + + diff --git a/config/flux_networks.cfg b/config/flux_networks.cfg new file mode 100644 index 00000000..eaaa20d2 --- /dev/null +++ b/config/flux_networks.cfg @@ -0,0 +1,77 @@ +# 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"=3 + + # 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/flyringbaublemod.cfg b/config/flyringbaublemod.cfg new file mode 100644 index 00000000..67279ff0 --- /dev/null +++ b/config/flyringbaublemod.cfg @@ -0,0 +1,13 @@ +# Configuration file + +general { + B:enableExtra=true + + # Valid values: + # EASY + # DEFAULT + # HARD + S:recipeLevel=DEFAULT +} + + diff --git a/config/foamfix.cfg b/config/foamfix.cfg new file mode 100644 index 00000000..2b2b24d1 --- /dev/null +++ b/config/foamfix.cfg @@ -0,0 +1,180 @@ +# 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=false + + # 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 + + # More optimized multipart model condition storage. Inspired by malte0811's research. [default: true] + B:smallModelConditions=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/forestry/apiculture.cfg b/config/forestry/apiculture.cfg new file mode 100644 index 00000000..da34ac2e --- /dev/null +++ b/config/forestry/apiculture.cfg @@ -0,0 +1,45 @@ +# Configuration file + +~CONFIG_VERSION: 3.0.0 + +beekeeping { + # The maximum number of flowers for hives to spawn nearby over time. [range: 0 ~ 1000, default: 20] + I:flowers.spawn=20 + + # Change the beekeeping mode. [default: NORMAL] [valid: [EASY, NORMAL, HARD, HARDCORE, INSANE]] + S:mode=NORMAL + + # Percent chance of a second princess drop, for limited/skyblock maps. [range: 0.0 ~ 100.0, default: 0.0] + S:second.princess=0.0 + + # If true bees will pollinate leaves with themselves to speed up getting a homozgous genome. [default: false] + B:self.pollination=false + + # The number of ticks per bee work cycle. [range: 250 ~ 850, default: 550] + I:ticks.work=550 + + hivedamage { + # The bees only attack the player if he starts to destroy the hive. [default: true] + B:onlyAfterAttack=true + + # Whether bees can damage other entities than the player. [default: false] + B:onlyPlayers=false + + # Whether bees can damage a player playing on peaceful mode. [default: false] + B:peaceful=false + + # Whether bees can damage a player while they are underwater. [default: true] + B:underwater=true + } + +} + + +species { + # Add species to blacklist identified by their uid, one per line. [default: ] + S:blacklist < + careerbees.energy + > +} + + diff --git a/config/forestry/arboriculture.cfg b/config/forestry/arboriculture.cfg new file mode 100644 index 00000000..e8ac23ba --- /dev/null +++ b/config/forestry/arboriculture.cfg @@ -0,0 +1,3110 @@ +# Configuration file + +~CONFIG_VERSION: 1.0.0 + +########################################################################################################## +# trees +#--------------------------------------------------------------------------------------------------------# +# This config can be used to customise the world generation for all trees that where added by forestry or +# by an addon mod like extra trees. +# +# # The spawn rarity of the tree species in the world. [range: 0.0 ~ 1.0] +# S:rarity=1.0 +# +# # Dimension ids can be added to these lists to blacklist or whitelist them. +# dimensions { +# I:blacklist < +# 1 +# > +# I:whitelist < +# -1 +# > +# } +# +# # Biome types or registry names can be added to these lists to blacklist them. +# biomes { +# blacklist { +# S:names < +# minecraft:plains +# > +# S:types < +# forest +# > +# } +# } +########################################################################################################## + +trees { + + ########################################################################################################## + # global + #--------------------------------------------------------------------------------------------------------# + # All options defined in the global category are used for all trees. + ########################################################################################################## + + global { + D:rarity=1.0 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + chilli { + D:rarity=0.0 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + floweringcrabapple { + D:rarity=0.0 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + aspen { + D:rarity=0.0 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + blackberry { + D:rarity=0.0 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + avocado { + D:rarity=0.0 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + forestry { + + treemaple { + D:rarity=0.0024999999441206455 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + treepine { + D:rarity=0.0024999999441206455 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + treebirch { + D:rarity=0.0 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + treeplum { + D:rarity=0.004999999888241291 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + treejungle { + D:rarity=0.0 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + treepoplar { + D:rarity=0.0 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + treespruce { + D:rarity=0.0 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + treeoak { + D:rarity=0.0 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + treeteak { + D:rarity=0.0024999999441206455 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + treewalnut { + D:rarity=0.0 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + treeebony { + D:rarity=5.000000237487257E-4 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + treezebrawood { + D:rarity=5.000000237487257E-4 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + treedarkoak { + D:rarity=0.0 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + treeipe { + D:rarity=0.0 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + treebalsa { + D:rarity=5.000000237487257E-4 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + treecherry { + D:rarity=0.001500000013038516 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + treedate { + D:rarity=0.004999999888241291 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + treemahogony { + D:rarity=5.000000237487257E-4 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + treewenge { + D:rarity=5.000000237487257E-4 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + treekapok { + D:rarity=0.0 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + treegigant { + D:rarity=0.0 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + treeacaciavanilla { + D:rarity=0.0 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + treeacacia { + D:rarity=0.004999999888241291 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + treesipiri { + D:rarity=0.0024999999441206455 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + treechestnut { + D:rarity=0.0 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + treewillow { + D:rarity=0.0024999999441206455 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + treepadauk { + D:rarity=0.004999999888241291 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + treepapaya { + D:rarity=0.004999999888241291 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + treemahoe { + D:rarity=4.999999873689376E-6 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + treesequoia { + D:rarity=0.0 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + treebaobab { + D:rarity=0.004999999888241291 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + treelemon { + D:rarity=0.0 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + treelarch { + D:rarity=0.0024999999441206455 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + treecocobolo { + D:rarity=5.000000237487257E-4 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + treelime { + D:rarity=0.004999999888241291 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + } + + brazilnut { + D:rarity=0.0 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + douglasfir { + D:rarity=0.0 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + sweetcrabapple { + D:rarity=0.0 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + copperbeech { + D:rarity=0.0 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + box { + D:rarity=0.0 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + redcurrant { + D:rarity=0.0024999999441206455 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + iroko { + D:rarity=0.0 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + citron { + D:rarity=0.0 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + swampgum { + D:rarity=0.0 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + pecan { + D:rarity=0.0 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + gooseberry { + D:rarity=0.0 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + manderin { + D:rarity=0.0 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + holly { + D:rarity=0.0 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + goldenraspberry { + D:rarity=0.0024999999441206455 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + blackcherry { + D:rarity=0.0 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + pomelo { + D:rarity=0.0 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + grapefruit { + D:rarity=0.0 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + juniper { + D:rarity=0.0024999999441206455 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + coconut { + D:rarity=0.0 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + loblollypine { + D:rarity=0.0 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + yew { + D:rarity=0.0 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + lime { + D:rarity=0.0 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + hazel { + D:rarity=0.0 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + sallow { + D:rarity=0.0 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + blueberry { + D:rarity=0.0024999999441206455 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + starfruit { + D:rarity=0.0 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + rowan { + D:rarity=0.0 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + rosegum { + D:rarity=0.0 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + hornbeam { + D:rarity=0.0 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + staranise { + D:rarity=0.0 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + gingko { + D:rarity=0.0 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + plantain { + D:rarity=0.0 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + prairiecrabapple { + D:rarity=0.0 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + acornoak { + D:rarity=0.0 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + dwarfhazel { + D:rarity=0.0 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + keylime { + D:rarity=0.0 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + nutmeg { + D:rarity=0.0 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + whitebeam { + D:rarity=0.0 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + cranberry { + D:rarity=0.0024999999441206455 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + alder { + D:rarity=0.0 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + banana { + D:rarity=0.0 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + olive { + D:rarity=0.0 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + sweetgum { + D:rarity=0.0 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + allspice { + D:rarity=0.0 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + hemlock { + D:rarity=0.0 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + candlenut { + D:rarity=0.0 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + satsuma { + D:rarity=0.0 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + redbanana { + D:rarity=0.0 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + peach { + D:rarity=0.0 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + rosewood { + D:rarity=0.0 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + rainbowgum { + D:rarity=0.0 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + orchardapple { + D:rarity=0.0 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + logwood { + D:rarity=0.0 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + orange { + D:rarity=0.0 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + mango { + D:rarity=0.0 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + butternut { + D:rarity=0.0 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + locust { + D:rarity=0.0 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + cherryplum { + D:rarity=0.0 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + almond { + D:rarity=0.0 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + osangeorange { + D:rarity=0.0 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + blackcurrant { + D:rarity=0.0024999999441206455 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + raspberry { + D:rarity=0.0024999999441206455 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + coffee { + D:rarity=0.0 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + pinkivory { + D:rarity=0.0 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + elder { + D:rarity=0.0 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + kumquat { + D:rarity=0.0 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + cedar { + D:rarity=0.0 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + fingerlime { + D:rarity=0.0 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + ash { + D:rarity=0.0 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + brazilwood { + D:rarity=0.0 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + fir { + D:rarity=0.0 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + cypress { + D:rarity=0.0 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + clove { + D:rarity=0.0 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + purpleheart { + D:rarity=0.0 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + sourcherry { + D:rarity=0.0 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + cinnamon { + D:rarity=0.0 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + blackthorn { + D:rarity=0.0 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + beech { + D:rarity=0.0 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + cashew { + D:rarity=0.0 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + nectarine { + D:rarity=0.0 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + monkeypuzzle { + D:rarity=0.0 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + oldfustic { + D:rarity=0.0 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + pear { + D:rarity=0.0 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + sycamore { + D:rarity=0.0 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + redmaple { + D:rarity=0.0 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + balsamfir { + D:rarity=0.0 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + hawthorn { + D:rarity=0.0 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + apricot { + D:rarity=0.0 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + tangerine { + D:rarity=0.0 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + buddhahand { + D:rarity=0.0 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + wildcherry { + D:rarity=0.001500000013038516 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + + elm { + D:rarity=0.0 + + dimensions { + I:blacklist < + > + I:whitelist < + > + } + + biomes { + + blacklist { + S:names < + > + S:types < + > + } + + } + + } + +} + + diff --git a/config/forestry/backpacks.cfg b/config/forestry/backpacks.cfg new file mode 100644 index 00000000..7b651914 --- /dev/null +++ b/config/forestry/backpacks.cfg @@ -0,0 +1,281 @@ +# Configuration file + +~CONFIG_VERSION: 2.0.0 + +backpacks { + + forestry { + + miner { + # 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.accepted < + forestry:broken_bronze_pickaxe:0 + forestry:bronze_pickaxe:0 + forestry:kit_pickaxe:0 + 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 < + > + + # Add ore dictionary names for the forestry.miner's backpack here in the format 'oreDictName'. Regular expressions may also be used. + S:ore.dict.accepted < + cluster[A-Z].* + crushed[A-Z].* + denseore[A-Z].* + dust[A-Z].* + gem[A-Z].* + ingot[A-Z].* + nugget[A-Z].* + 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 < + > + } + + digger { + # 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.accepted < + forestry:broken_bronze_shovel:0 + forestry:bronze_shovel:0 + forestry:kit_shovel:0 + minecraft:clay_ball:0 + minecraft:dirt + minecraft:flint:0 + minecraft:sandstone:0 + 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 < + > + + # Add ore dictionary names for the forestry.digger's backpack here in the format 'oreDictName'. Regular expressions may also be used. + S:ore.dict.accepted < + cobblestone + dirt + gravel + netherrack + sand + 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 < + > + } + + forester { + # 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.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 < + > + + # Add ore dictionary names for the forestry.forester's backpack here in the format 'oreDictName'. Regular expressions may also be used. + S:ore.dict.accepted < + blockCactus + crop[A-Z].* + logWood + saplingTree + seed[A-Z].* + stickWood + sugarcane + treeSapling + tree[A-Z].* + 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 < + > + } + + hunter { + # 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.accepted < + minecraft:arrow:0 + minecraft:beef:0 + minecraft:blaze_powder:0 + minecraft:blaze_rod:0 + minecraft:chicken:0 + minecraft:cooked_beef:0 + minecraft:cooked_chicken:0 + minecraft:cooked_fish + minecraft:cooked_mutton:0 + minecraft:cooked_porkchop:0 + minecraft:cooked_rabbit:0 + minecraft:diamond_horse_armor:0 + minecraft:dye:0 + minecraft:ender_eye:0 + minecraft:fermented_spider_eye:0 + minecraft:fish + minecraft:fishing_rod:0 + minecraft:ghast_tear:0 + minecraft:gold_nugget:0 + minecraft:golden_horse_armor:0 + minecraft:hay_block:0 + minecraft:iron_horse_armor:0 + minecraft:lead:0 + minecraft:magma_cream:0 + minecraft:mutton:0 + minecraft:name_tag:0 + minecraft:porkchop:0 + minecraft:rabbit:0 + minecraft:rabbit_foot:0 + minecraft:rabbit_hide:0 + minecraft:rotten_flesh:0 + minecraft:saddle:0 + minecraft:skull + minecraft:speckled_melon:0 + minecraft:spectral_arrow:0 + minecraft:spider_eye:0 + 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 < + > + + # Add ore dictionary names for the forestry.hunter's backpack here in the format 'oreDictName'. Regular expressions may also be used. + S:ore.dict.accepted < + bone + egg + enderpearl + feather + fish[A-Z].* + gunpowder + leather + 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 < + > + } + + adventurer { + # 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 < + > + } + + builder { + # 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.accepted < + forestry:candle + forestry:stump + minecraft:acacia_door:0 + minecraft:birch_door:0 + minecraft:brick_block:0 + minecraft:carpet + minecraft:clay:0 + minecraft:cobblestone_wall + minecraft:crafting_table:0 + minecraft:dark_oak_door:0 + minecraft:dispenser:0 + minecraft:dropper:0 + minecraft:end_bricks:0 + minecraft:end_rod:0 + minecraft:furnace:0 + minecraft:hardened_clay + minecraft:heavy_weighted_pressure_plate:0 + minecraft:iron_bars:0 + minecraft:iron_door:0 + minecraft:iron_trapdoor:0 + minecraft:item_frame:0 + minecraft:jungle_door:0 + minecraft:ladder:0 + minecraft:lever:0 + minecraft:light_weighted_pressure_plate:0 + minecraft:nether_brick:0 + minecraft:nether_brick_fence:0 + minecraft:packed_ice:0 + minecraft:purpur_block:0 + minecraft:purpur_pillar:0 + minecraft:purpur_slab:0 + minecraft:purpur_stairs:0 + minecraft:quartz_block + minecraft:quartz_stairs:0 + minecraft:red_sandstone_stairs:0 + minecraft:redstone_lamp:0 + minecraft:redstone_torch:0 + minecraft:sandstone_stairs:0 + minecraft:sea_lantern:0 + minecraft:sign:0 + minecraft:spruce_door:0 + minecraft:stained_hardened_clay + minecraft:stone_button:0 + minecraft:stone_pressure_plate:0 + minecraft:stone_slab + minecraft:stone_slab2 + minecraft:stonebrick + minecraft:wooden_button:0 + minecraft:wooden_door:0 + 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 < + > + + # Add ore dictionary names for the forestry.builder's backpack here in the format 'oreDictName'. Regular expressions may also be used. + S:ore.dict.accepted < + block[A-Z].* + chest + chest[A-Z].* + doorWood + fenceGateWood + fenceWood + glass + paneGlass + paneGlass[A-Z].* + plankWood + sandstone + slabWood + slabWood[A-Z].* + stainedClay[A-Z].* + stainedGlass[A-Z].* + stairWood + stone + torch + 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/binnie-mods.conf b/config/forestry/binnie-mods.conf new file mode 100644 index 00000000..2a70f091 --- /dev/null +++ b/config/forestry/binnie-mods.conf @@ -0,0 +1,17 @@ +# Configuration file + +general { + # Enables the Botany Mod. Default value is true. + B:botany=true + + # Enables the Extra Bees Mod. Default value is true. + B:extraBees=true + + # Enables the Extra Trees Mod. Default value is true. + B:extraTrees=true + + # Enables the Genetics Mod. Default value is true. + B:genetics=true +} + + diff --git a/config/forestry/binniecore/main.conf b/config/forestry/binniecore/main.conf new file mode 100644 index 00000000..d68983e0 --- /dev/null +++ b/config/forestry/binniecore/main.conf @@ -0,0 +1,2 @@ +# Configuration file + diff --git a/config/forestry/botany/modules.cfg b/config/forestry/botany/modules.cfg new file mode 100644 index 00000000..cd1e4d88 --- /dev/null +++ b/config/forestry/botany/modules.cfg @@ -0,0 +1,40 @@ +# Configuration file + +########################################################################################################## +# modules +#--------------------------------------------------------------------------------------------------------# +# Disabling these modules can greatly change how the mod functions. +# Your mileage may vary, please report any issues. +########################################################################################################## + +modules { + # Adds decorative ceramic blocks. And the Tileworker. + # Dependencies: [ botany:botany.core ] + B:botany.ceramic=true + + # + # Dependencies: [ forestry:core ] + B:botany.core=true + + # Adds a Botanist database. + # Dependencies: [ botany:botany.flowers ] + B:botany.database=true + + # Adds the farm integration for the botany flowers. + # Dependencies: [ botany:botany.flowers ] + B:botany.farming=true + + # Adds an entirely new breeding system to Forestry: Flowers. + # Dependencies: [ botany:botany.gardening ] + B:botany.flowers=true + + # Adds soil, loam, flowerbeds and trowels. + # Dependencies: [ botany:botany.core ] + B:botany.gardening=true + + # botany.module.machines + # Dependencies: [ botany:botany.core ] + B:botany.machines=true +} + + diff --git a/config/forestry/common.cfg b/config/forestry/common.cfg new file mode 100644 index 00000000..dd67b2ac --- /dev/null +++ b/config/forestry/common.cfg @@ -0,0 +1,297 @@ +# Configuration file + +~CONFIG_VERSION: 1.3.0 + +crafting { + # Enables the crafting recipe for bronze. [default: true] + B:bronze=true + + stamps { + # Disables the crafting recipe for certain stamps. [default: [20n, 50n, 100n]] [valid: [1n, 2n, 5n, 10n, 20n, 50n, 100n]] + S:disabled < + 20n + 50n + 100n + > + + # Enables the crafting recipe for stamps. Disable to use stamps as a currency. [default: true] + B:enabled=true + } + +} + + +debug { + # Enable Debug mode (only useful to developers). [default: false] + B:enabled=false +} + + +difficulty { + # Set to your preferred game mode. Mismatch with the server may cause visual glitches with recipes. [default: EASY] [valid: [EASY, NORMAL, HARD, OP]] + S:game.mode=EASY + + # Forces recreation of the game mode definitions in config/forestry/gamemodes. [default: false] + B:recreate.definitions=false +} + + +genetics { + # Energy use of Analyzer Block per work cycle. [range: 0 ~ 100000, default: 20320] + I:analyzerblock.energy.use=20320 + + # Allow bees to pollinate vanilla tree leaves. When disabled, vanilla trees must be analyzed before they can be pollinated. [default: true] + B:pollinate.vanilla.trees=true + + research { + + boost { + # The maximum percentage boost that can be applied by researching a mutation in the Escritoire. [range: 0.0 ~ 100.0, default: 5.0] + S:max.percent=5.0 + + # Multiplies the chance of a mutation when it has been discovered in the Escritoire. [range: 1.0 ~ 1000.0, default: 1.5] + S:multiplier=1.5 + } + + } + +} + + +machines { + # List of enabled machines. Note that some things may be impossible to do if you change this! [default: [still, fabricator, centrifuge, bottler, fermenter, rainmaker, carpenter, moistener, raintank, squeezer]] [valid: [still, fabricator, centrifuge, bottler, fermenter, rainmaker, carpenter, moistener, raintank, squeezer]] + S:enabled < + still + fabricator + centrifuge + bottler + fermenter + rainmaker + carpenter + moistener + raintank + squeezer + > +} + + +performance { + # Enable backpack resupply. You may want to set this to false on busy servers. [default: true] + B:backpacks.resupply=true + + # Enables particle effects. Note that Forestry respects Minecraft's reduced particle video settings. [default: true] + B:particleFX=false +} + + +power { + + types { + # Enable MJ power support. [default: true] + B:mj=true + + # Enable Redstone Flux power support. [default: true] + B:rf=true + + # Enable Tesla power support. [default: true] + B:tesla=true + } + + display { + # The format power will be displayed in in engine/machine interfaces. [default: RF] [valid: [RF, FE, MJ, TESLA]] + S:mode=RF + } + +} + + +structures { + # List specific structures to disable them. [default: []] [valid: [alveary3x3, farm3x3, farm3x4, farm3x5, farm4x4, farm5x5]] + S:disabled < + > +} + + +tweaks { + + humus { + # Set how many stages humus has before it turns into sand. [range: 1 ~ 10, default: 3] + I:degradeDelimiter=3 + } + + gui { + + mail { + + alert { + # Enables the new mail alert box. [default: true] + B:enabled=true + + # Horizontal Position of the mail alert box on the screen. [default: LEFT] [valid: [LEFT, RIGHT]] + S:xPosition=LEFT + + # Vertical Position of the mail alert box on the screen. [default: TOP] [valid: [TOP, BOTTOM]] + S:yPosition=TOP + } + + } + + tabs { + # Display the energy statistics tab on energy consumers. [default: true] + B:energy=true + + # Enables the hints tab on machine and engine guis. [default: true] + B:hints=true + + # Set the speed at which the gui side tabs open and close. [range: 1 ~ 50, default: 8] + I:speed=8 + } + + } + + farms { + # Enables farm support for Extra Utilities Ender-lily seeds. [default: true] + B:enderlily=true + + # Sets the multiplier of the multifarm and the cultivation farms. All cultivation farms alway use the double amount of fertilizer. [range: 0.1 ~ 5.0, default: 1.0] + S:fertilizer=1.0 + + # Enables farm support for Magical Crops. [default: true] + B:magicalcrops=true + + # Enables farm support for Extra Utilities Red Orchid. [default: true] + B:redorchid=true + + # Sets the size multiplier of the farmland. [range: 1 ~ 3, default: 2] + I:size=2 + + # Makes farms use a square layout instead of a diamond one. [default: false] + B:square=false + } + + cultivation { + # Sets the size of the farmland that is used by all cultivation farms. [range: 1 ~ 15, default: 4] + I:extend=4 + + # Makes cultivation farms use a ring layout like the layout of the old farms. The farmland size of the ring layout is always one block smaller. [default: true] + B:ring=true + + # Sets the size of the inner ring of the ring layout. [range: 1 ~ 8, default: 4] + I:ring_size=4 + } + + capsule { + # Enables the function that cans and capsules can pick up fluids from the world. [default: false] + B:capsulePickup=false + + # Capsules are no longer consumed after being emptied. [default: false] + B:capsuleReuseable=false + } + + habitatformer { + # for.config.tweaks.habitatformer.range.comment [range: 1 ~ 100, default: 10] + I:range=10 + + area { + # for.config.tweaks.habitatformer.area.resources.comment [range: 0.0 ~ 5.0, default: 0.5] + S:resources=0.5 + + # for.config.tweaks.habitatformer.area.speed.comment [range: 0.0 ~ 5.0, default: 0.5] + S:speed=0.5 + } + + } + + charcoal { + # The base amount that the wood pile will drop if the wall blocks are no registered pile waal blocks. [range: 0 ~ 63, default: 8] + I:amount.base=8 + + # Sets the amount of blocks that the wood pile will check if it is a valid charcoal pile wall block. [range: 1 ~ 32, default: 16] + I:check.range=16 + } + + book { + # Players who enter the world for the first time get a Forester's Manual. [default: true] + B:spawn=true + } + +} + + +world { + + generate { + # Generates Forestry villagers and their houses. [default: true] + B:villagers=true + + retrogen { + # Creates Forestry world generation in all chunks, even if they were generated there before. [default: false] + B:forced=false + + # Creates Forestry world generation in chunks that were created before the mod was added. [default: false] + B:normal=false + } + + beehives { + # Sets how many beehives spawn in the world. [range: 0.0 ~ 10.0, default: 1.0] + S:amount=1.0 + + # Force Forestry to generate a beehive at every possible location. (This will break your world. Only useful to developers) [default: false] + B:debug=false + I:dimBlacklist < + > + I:dimWhitelist < + > + + ########################################################################################################## + # blacklist + #--------------------------------------------------------------------------------------------------------# + # Disables the generation of a specific hive in a specific biome or in a biome with a specific biome + # type. Just add the registry name of the biome or the name of the biome type to the property of the + # hive. Every biome type / registry name has to be in a seperate line. The global type can be used to + # blacklist a biome from all hive generation. + ########################################################################################################## + + blacklist { + S:desert < + > + S:end < + > + S:forest < + > + S:global < + > + S:jungle < + > + S:meadows < + > + S:snow < + > + S:swamp < + > + S:swarm < + > + } + + } + + ore { + # Generates apatite ore blocks in the world. [default: true] + B:apatite=true + + # Generates copper ore blocks in the world. [default: true] + B:copper=false + I:dimBlacklist < + > + I:dimWhitelist < + > + + # Generates tin ore blocks in the world. [default: true] + B:tin=false + } + + } + +} + + diff --git a/config/forestry/crates.cfg b/config/forestry/crates.cfg new file mode 100644 index 00000000..29701073 --- /dev/null +++ b/config/forestry/crates.cfg @@ -0,0 +1,29 @@ +# Configuration file + +~CONFIG_VERSION: 1.0.0 + +crates { + + items { + # Added items. The format is 'modid:meta:name'. For wildcard metadata the format is 'modid:name'. [default: ] + S:accepted < + > + + # Blacklisted items. The format is 'modid:meta:name'. For wildcard metadata the format is 'modid:name'. [default: ] + S:rejected < + > + } + + oredict { + # Added oredict. Format is 'oreDictName'. Regular expressions may also be used. See backpack config for more information. [default: ] + S:accepted < + > + + # Blacklisted oredict. Format is 'oreDictName'. Regular expressions may also be used. See backpack config for more information. [default: ] + S:rejected < + > + } + +} + + diff --git a/config/forestry/extrabees/main.conf b/config/forestry/extrabees/main.conf new file mode 100644 index 00000000..d85ada3c --- /dev/null +++ b/config/forestry/extrabees/main.conf @@ -0,0 +1,29 @@ +# Configuration file + +general { + # Sets whether a quarry will be able to mine hives or not. [default: true] + B:canQuarryMineHives=true +} + + +########################################################################################################## +# world-gen +#--------------------------------------------------------------------------------------------------------# +# WorldGen settings for ExtraBees +########################################################################################################## + +world-gen { + # Sets the worldgen spawn chance for marble hives. [range: 0.0 ~ 10.0, default: 2.0] + S:marbleHiveRate=2.0 + + # Sets the worldgen spawn chance for nether hives. [range: 0.0 ~ 10.0, default: 2.0] + S:netherHiveRate=2.0 + + # Sets the worldgen spawn chance for rock hives. [range: 0.0 ~ 10.0, default: 2.0] + S:rockHiveRate=6.0 + + # Sets the worldgen spawn chance for water hives. [range: 0.0 ~ 10.0, default: 2.0] + S:waterHiveRate=2.0 +} + + diff --git a/config/forestry/extrabees/modules.cfg b/config/forestry/extrabees/modules.cfg new file mode 100644 index 00000000..94f64cc1 --- /dev/null +++ b/config/forestry/extrabees/modules.cfg @@ -0,0 +1,24 @@ +# Configuration file + +########################################################################################################## +# modules +#--------------------------------------------------------------------------------------------------------# +# Disabling these modules can greatly change how the mod functions. +# Your mileage may vary, please report any issues. +########################################################################################################## + +modules { + # extrabees.module.alveary + # Dependencies: [ extrabees:extrabees.core ] + B:extrabees.alveary=true + + # extrabees.module.core + # Dependencies: [ forestry:apiculture ] + B:extrabees.core=true + + # extrabees.module.frames + # Dependencies: [ extrabees:extrabees.core ] + B:extrabees.frames=true +} + + diff --git a/config/forestry/extratrees/main.cfg b/config/forestry/extratrees/main.cfg new file mode 100644 index 00000000..0c95f35d --- /dev/null +++ b/config/forestry/extratrees/main.cfg @@ -0,0 +1,11 @@ +# Configuration file + +general { + # Uses reflection to convert the Forestry lemon tree to the Citrus family. [default: true] + B:lemon.citrus.family=true + + # Adds a hope field to the village generation. [default: true] + B:village.hopeField=true +} + + diff --git a/config/forestry/extratrees/modules.cfg b/config/forestry/extratrees/modules.cfg new file mode 100644 index 00000000..a08b74a8 --- /dev/null +++ b/config/forestry/extratrees/modules.cfg @@ -0,0 +1,44 @@ +# Configuration file + +########################################################################################################## +# modules +#--------------------------------------------------------------------------------------------------------# +# Disabling these modules can greatly change how the mod functions. +# Your mileage may vary, please report any issues. +########################################################################################################## + +modules { + # + # Dependencies: [ extratrees:extratrees.core ] + B:extratrees.alcohol=true + + # Adds decorative glass and wood blocks. And the Woodworker, Panelworker and Glassworker. + # Dependencies: [ extratrees:extratrees.machines ] + B:extratrees.carpentry=true + + # extratrees.module.core + # Dependencies: [ forestry:arboriculture ] + B:extratrees.core=true + + # Adds a database for butterflies. + # Dependencies: [ extratrees:extratrees.core, forestry:lepidopterology ] + B:extratrees.database.moth=true + + # Adds a database for trees. + # Dependencies: [ extratrees:extratrees.core ] + B:extratrees.database.tree=true + + # + # Dependencies: [ extratrees:extratrees.core ] + B:extratrees.kitchen=true + + # Adds the Lumbermill, Fruit Press, Brewery and Distillery. + # Dependencies: [ extratrees:extratrees.core ] + B:extratrees.machines=true + + # Adds wood stairs, fences, planks, logs and doors. + # Dependencies: [ extratrees:extratrees.core ] + B:extratrees.wood=true +} + + diff --git a/config/forestry/farm.cfg b/config/forestry/farm.cfg new file mode 100644 index 00000000..326d8efa --- /dev/null +++ b/config/forestry/farm.cfg @@ -0,0 +1,12 @@ +# Configuration file + +~CONFIG_VERSION: 1.0.0 + +fertilizers { + # Add fertilizers to Forestry. An entry has to look like this: modID:itemName:MetaData;fertilizerValue. You need to separate every entry in a separate line. You can't remove auto generated entries you only can deactivate them if you set their value to 0. + S:items < + forestry:fertilizer_compound;500 + > +} + + diff --git a/config/forestry/fluids.cfg b/config/forestry/fluids.cfg new file mode 100644 index 00000000..2fc223f5 --- /dev/null +++ b/config/forestry/fluids.cfg @@ -0,0 +1,64 @@ +# Configuration file + +~CONFIG_VERSION: 1.0.0 + +enablefluid { + # Enables Ethanol fluid. [default: true] + B:bio.ethanol=true + + # Enables Biomass fluid. [default: true] + B:biomass=true + + # Enables Honey fluid. [default: true] + B:for.honey=true + + # Enables Liquid Glass fluid. [default: true] + B:glass=true + + # Enables Crushed Ice fluid. [default: true] + B:ice=true + + # Enables Fruit Juice fluid. [default: true] + B:juice=true + + # Enables Milk fluid. [default: true] + B:milk=true + + # Enables Seed Oil fluid. [default: true] + B:seed.oil=true + + # Enables Short Mead fluid. [default: true] + B:short.mead=true +} + + +enablefluidblock { + # Enables Ethanol in-world fluid block. [default: true] + B:bio.ethanol=true + + # Enables Biomass in-world fluid block. [default: true] + B:biomass=true + + # Enables Honey in-world fluid block. [default: true] + B:for.honey=true + + # Enables Liquid Glass in-world fluid block. [default: true] + B:glass=true + + # Enables Crushed Ice in-world fluid block. [default: true] + B:ice=true + + # Enables Fruit Juice in-world fluid block. [default: true] + B:juice=true + + # Enables Milk in-world fluid block. [default: true] + B:milk=true + + # Enables Seed Oil in-world fluid block. [default: true] + B:seed.oil=true + + # Enables Short Mead in-world fluid block. [default: true] + B:short.mead=true +} + + diff --git a/config/forestry/gamemodes/EASY.cfg b/config/forestry/gamemodes/EASY.cfg new file mode 100644 index 00000000..e3de586f --- /dev/null +++ b/config/forestry/gamemodes/EASY.cfg @@ -0,0 +1,144 @@ +# Configuration file + +~CONFIG_VERSION: 1.0.0 + +gamemode { + + energy { + # Modifies the energy required to activate machines, as well as the max amount of energy stored and accepted. [range: 0.0 ~ 10.0, default: 1.0] + S:demand.modifier=1.0 + + # Enable the clockwork engine. [default: true] + B:engine.clockwork=true + } + + farms { + # for.config.gamemode.farms.fertilizer.modifier.comment [range: 0 ~ 2000, default: 4] + I:fertilizer.modifier=4 + } + + fuel { + + ethanol { + # modifies the energy provided by ethanol in Buildcraft Combustion Engines. [range: 0.0 ~ 10.0, default: 1.0] + S:combustion=1.0 + + # modifies the energy provided by ethanol in a Bio Generator. [range: 0.0 ~ 10.0, default: 1.0] + S:generator=1.0 + } + + biomass { + # modifies the energy provided by Biomass in Biogas Engines. [range: 0.0 ~ 10.0, default: 1.0] + S:biogas=1.0 + + # modifies the energy provided by Biomass in a Bio Generator. [range: 0.0 ~ 10.0, default: 1.0] + S:generator=1.0 + } + + } + + recipe { + + output { + # amount yielded by the recipe for tin cans. [range: 0 ~ 2000, default: 12] + I:can=12 + + # amount yielded by the recipe for wax capsules. [range: 0 ~ 2000, default: 4] + I:capsule=4 + + # amount yielded by the recipe for refractory capsules. [range: 0 ~ 2000, default: 4] + I:refractory=4 + + fertilizer { + # amount of fertilizer yielded by the recipe using apatite. [range: 0 ~ 2000, default: 8] + I:apatite=8 + + # amount of fertilizer yielded by the recipe using ash. [range: 0 ~ 2000, default: 16] + I:ash=16 + } + + compost { + # amount of compost yielded by the recipe using ash. [range: 0 ~ 2000, default: 1] + I:ash=1 + + # amount of compost yielded by the recipe using wheat. [range: 0 ~ 2000, default: 4] + I:wheat=4 + } + + humus { + # amount of humus yielded by the recipe using compost. [range: 0 ~ 2000, default: 8] + I:compost=8 + + # amount of humus yielded by the recipe using fertilizer. [range: 0 ~ 2000, default: 8] + I:fertilizer=8 + } + + bogearth { + # amount of bog earth yielded by the recipe using buckets. [range: 0 ~ 2000, default: 6] + I:bucket=6 + + # amount of bog earth yielded by the recipes using cans, cells or capsules. [range: 0 ~ 2000, default: 8] + I:can=8 + } + + } + + } + + fermenter { + + cycles { + # modifies the amount of cycles compost can keep a fermenter going. [range: 0 ~ 2000, default: 250] + I:compost=250 + + # modifies the amount of cycles fertilizer can keep a fermenter going. [range: 0 ~ 2000, default: 200] + I:fertilizer=200 + } + + value { + # modifies the amount of biomass per cycle a fermenter will produce using compost. [range: 0 ~ 2000, default: 48] + I:compost=48 + + # modifies the amount of biomass per cycle a fermenter will produce using fertilizer. [range: 0 ~ 2000, default: 56] + I:fertilizer=56 + } + + yield { + # modifies the amount of biomass a piece of cactus will yield in a fermenter. [range: 0 ~ 2000, default: 50] + I:cactus=50 + + # modifies the amount of biomass a piece of sugar cane will yield in a fermenter. [range: 0 ~ 2000, default: 50] + I:cane=50 + + # modifies the amount of biomass a mushroom will yield in a fermenter. [range: 0 ~ 2000, default: 50] + I:mushroom=50 + + # modifies the base amount of biomass a sapling will yield in a fermenter, affected by sappiness trait. [range: 0 ~ 2000, default: 250] + I:sapling=250 + + # modifies the amount of biomass a piece of wheat will yield in a fermenter. [range: 0 ~ 2000, default: 50] + I:wheat=50 + } + + } + + squeezer { + + liquid { + # modifies the amount of juice squeezed from a single apple. other sources are based off this. [range: 0 ~ 2000, default: 200] + I:apple=200 + + # modifies the amount of seed oil squeezed from a single seed. other sources are based off this. [range: 0 ~ 2000, default: 10] + I:seed=10 + } + + mulch { + # modifies the chance of mulch per squeezed apple. [range: 0 ~ 2000, default: 20] + I:apple=20 + } + + } + +} + + diff --git a/config/forestry/gamemodes/HARD.cfg b/config/forestry/gamemodes/HARD.cfg new file mode 100644 index 00000000..47120dbd --- /dev/null +++ b/config/forestry/gamemodes/HARD.cfg @@ -0,0 +1,144 @@ +# Configuration file + +~CONFIG_VERSION: 1.0.0 + +gamemode { + + energy { + # Modifies the energy required to activate machines, as well as the max amount of energy stored and accepted. [range: 0.0 ~ 10.0, default: 4.0] + S:demand.modifier=4.0 + + # Enable the clockwork engine. [default: true] + B:engine.clockwork=true + } + + farms { + # Modifies the time a piece of fertilizer lasts in a farm. [range: 0 ~ 4, default: 1] + I:fertilizer.modifier=1 + } + + fuel { + + ethanol { + # modifies the energy provided by ethanol in Buildcraft Combustion Engines. [range: 0.0 ~ 10.0, default: 0.5] + S:combustion=0.5 + + # modifies the energy provided by ethanol in a Bio Generator. [range: 0.0 ~ 10.0, default: 0.5] + S:generator=0.5 + } + + biomass { + # modifies the energy provided by Biomass in Biogas Engines. [range: 0.0 ~ 10.0, default: 0.5] + S:biogas=0.5 + + # modifies the energy provided by Biomass in a Bio Generator. [range: 0.0 ~ 10.0, default: 0.5] + S:generator=0.5 + } + + } + + recipe { + + output { + # amount yielded by the recipe for tin cans. [range: 0 ~ 64, default: 8] + I:can=8 + + # amount yielded by the recipe for wax capsules. [range: 0 ~ 64, default: 2] + I:capsule=2 + + # amount yielded by the recipe for refractory capsules. [range: 0 ~ 64, default: 2] + I:refractory=2 + + fertilizer { + # amount of fertilizer yielded by the recipe using apatite. [range: 0 ~ 64, default: 5] + I:apatite=5 + + # amount of fertilizer yielded by the recipe using ash. [range: 0 ~ 64, default: 0] + I:ash=0 + } + + compost { + # amount of compost yielded by the recipe using ash. [range: 0 ~ 64, default: 1] + I:ash=1 + + # amount of compost yielded by the recipe using wheat. [range: 0 ~ 64, default: 1] + I:wheat=1 + } + + humus { + # amount of humus yielded by the recipe using compost. [range: 0 ~ 64, default: 8] + I:compost=8 + + # amount of humus yielded by the recipe using fertilizer. [range: 0 ~ 64, default: 8] + I:fertilizer=8 + } + + bogearth { + # amount of bog earth yielded by the recipe using buckets. [range: 0 ~ 64, default: 4] + I:bucket=4 + + # amount of bog earth yielded by the recipes using cans, cells or capsules. [range: 0 ~ 64, default: 5] + I:can=5 + } + + } + + } + + fermenter { + + cycles { + # modifies the amount of cycles compost can keep a fermenter going. [range: 0 ~ 2000, default: 150] + I:compost=150 + + # modifies the amount of cycles fertilizer can keep a fermenter going. [range: 0 ~ 2000, default: 100] + I:fertilizer=100 + } + + value { + # modifies the amount of biomass per cycle a fermenter will produce using compost. [range: 0 ~ 2000, default: 48] + I:compost=48 + + # modifies the amount of biomass per cycle a fermenter will produce using fertilizer. [range: 0 ~ 2000, default: 56] + I:fertilizer=56 + } + + yield { + # modifies the amount of biomass a piece of cactus will yield in a fermenter. [range: 0 ~ 2000, default: 10] + I:cactus=10 + + # modifies the amount of biomass a piece of sugar cane will yield in a fermenter. [range: 0 ~ 2000, default: 10] + I:cane=10 + + # modifies the amount of biomass a mushroom will yield in a fermenter. [range: 0 ~ 2000, default: 10] + I:mushroom=10 + + # modifies the base amount of biomass a sapling will yield in a fermenter, affected by sappiness trait. [range: 0 ~ 2000, default: 50] + I:sapling=50 + + # modifies the amount of biomass a piece of wheat will yield in a fermenter. [range: 0 ~ 2000, default: 10] + I:wheat=10 + } + + } + + squeezer { + + liquid { + # modifies the amount of juice squeezed from a single apple. other sources are based off this. [range: 0 ~ 2000, default: 60] + I:apple=60 + + # modifies the amount of seed oil squeezed from a single seed. other sources are based off this. [range: 0 ~ 2000, default: 3] + I:seed=3 + } + + mulch { + # modifies the chance of mulch per squeezed apple. [range: 0 ~ 2000, default: 8] + I:apple=8 + } + + } + +} + + diff --git a/config/forestry/gamemodes/NORMAL.cfg b/config/forestry/gamemodes/NORMAL.cfg new file mode 100644 index 00000000..b21c6490 --- /dev/null +++ b/config/forestry/gamemodes/NORMAL.cfg @@ -0,0 +1,143 @@ +# Configuration file + +~CONFIG_VERSION: 1.0.0 + +gamemode { + + energy { + # Modifies the energy required to activate machines, as well as the max amount of energy stored and accepted. [range: 0.0 ~ 10.0, default: 1.5] + S:demand.modifier=1.5 + + # Enable the clockwork engine. [default: true] + B:engine.clockwork=true + } + + farms { + # Modifies the time a piece of fertilizer lasts in a farm. [range: 0 ~ 4, default: 2] + I:fertilizer.modifier=2 + } + + fuel { + + ethanol { + # modifies the energy provided by ethanol in Buildcraft Combustion Engines. [range: 0.0 ~ 10.0, default: 0.75] + S:combustion=0.75 + + # modifies the energy provided by ethanol in a Bio Generator. [range: 0.0 ~ 10.0, default: 0.75] + S:generator=0.75 + } + + biomass { + # modifies the energy provided by Biomass in Biogas Engines. [range: 0.0 ~ 10.0, default: 0.75] + S:biogas=0.75 + + # modifies the energy provided by Biomass in a Bio Generator. [range: 0.0 ~ 10.0, default: 0.75] + S:generator=0.75 + } + + } + + recipe { + + output { + # amount yielded by the recipe for tin cans. [range: 0 ~ 64, default: 10] + I:can=10 + + # amount yielded by the recipe for wax capsules. [range: 0 ~ 64, default: 3] + I:capsule=3 + + # amount yielded by the recipe for refractory capsules. [range: 0 ~ 64, default: 3] + I:refractory=3 + + fertilizer { + # amount of fertilizer yielded by the recipe using apatite. [range: 0 ~ 64, default: 6] + I:apatite=6 + + # amount of fertilizer yielded by the recipe using ash. [range: 0 ~ 64, default: 10] + I:ash=10 + } + + compost { + # amount of compost yielded by the recipe using ash. [range: 0 ~ 64, default: 1] + I:ash=1 + + # amount of compost yielded by the recipe using wheat. [range: 0 ~ 64, default: 2] + I:wheat=2 + } + + humus { + # amount of humus yielded by the recipe using compost. [range: 0 ~ 64, default: 8] + I:compost=8 + + # amount of humus yielded by the recipe using fertilizer. [range: 0 ~ 64, default: 8] + I:fertilizer=8 + } + + bogearth { + # amount of bog earth yielded by the recipe using buckets. [range: 0 ~ 64, default: 4] + I:bucket=4 + + # amount of bog earth yielded by the recipes using cans, cells or capsules. [range: 0 ~ 64, default: 6] + I:can=6 + } + + } + + } + + fermenter { + + cycles { + # modifies the amount of cycles compost can keep a fermenter going. [range: 0 ~ 2000, default: 250] + I:compost=250 + + # modifies the amount of cycles fertilizer can keep a fermenter going. [range: 0 ~ 2000, default: 200] + I:fertilizer=200 + } + + value { + # modifies the amount of biomass per cycle a fermenter will produce using compost. [range: 0 ~ 2000, default: 48] + I:compost=48 + + # modifies the amount of biomass per cycle a fermenter will produce using fertilizer. [range: 0 ~ 2000, default: 56] + I:fertilizer=56 + } + + yield { + # modifies the amount of biomass a piece of cactus will yield in a fermenter. [range: 0 ~ 2000, default: 50] + I:cactus=50 + + # modifies the amount of biomass a piece of sugar cane will yield in a fermenter. [range: 0 ~ 2000, default: 50] + I:cane=50 + + # modifies the amount of biomass a mushroom will yield in a fermenter. [range: 0 ~ 2000, default: 50] + I:mushroom=50 + + # modifies the base amount of biomass a sapling will yield in a fermenter, affected by sappiness trait. [range: 0 ~ 2000, default: 250] + I:sapling=250 + + # modifies the amount of biomass a piece of wheat will yield in a fermenter. [range: 0 ~ 2000, default: 50] + I:wheat=50 + } + + } + + squeezer { + + liquid { + # modifies the amount of juice squeezed from a single apple. other sources are based off this. [range: 0 ~ 2000, default: 100] + I:apple=100 + + # modifies the amount of seed oil squeezed from a single seed. other sources are based off this. [range: 0 ~ 2000, default: 5] + I:seed=5 + } + + mulch { + # modifies the chance of mulch per squeezed apple. [range: 0 ~ 2000, default: 10] + I:apple=10 + } + + } + +} + diff --git a/config/forestry/gamemodes/OP.cfg b/config/forestry/gamemodes/OP.cfg new file mode 100644 index 00000000..b10e686b --- /dev/null +++ b/config/forestry/gamemodes/OP.cfg @@ -0,0 +1,143 @@ +# Configuration file + +~CONFIG_VERSION: 1.0.0 + +gamemode { + + energy { + # Modifies the energy required to activate machines, as well as the max amount of energy stored and accepted. [range: 0.0 ~ 10.0, default: 1.0] + S:demand.modifier=1.0 + + # Enable the clockwork engine. [default: true] + B:engine.clockwork=true + } + + farms { + # Modifies the time a piece of fertilizer lasts in a farm. [range: 0 ~ 4, default: 4] + I:fertilizer.modifier=4 + } + + fuel { + + ethanol { + # modifies the energy provided by ethanol in Buildcraft Combustion Engines. [range: 0.0 ~ 10.0, default: 4.0] + S:combustion=4.0 + + # modifies the energy provided by ethanol in a Bio Generator. [range: 0.0 ~ 10.0, default: 4.0] + S:generator=4.0 + } + + biomass { + # modifies the energy provided by Biomass in Biogas Engines. [range: 0.0 ~ 10.0, default: 4.0] + S:biogas=4.0 + + # modifies the energy provided by Biomass in a Bio Generator. [range: 0.0 ~ 10.0, default: 4.0] + S:generator=4.0 + } + + } + + recipe { + + output { + # amount yielded by the recipe for tin cans. [range: 0 ~ 64, default: 24] + I:can=24 + + # amount yielded by the recipe for wax capsules. [range: 0 ~ 64, default: 8] + I:capsule=8 + + # amount yielded by the recipe for refractory capsules. [range: 0 ~ 64, default: 8] + I:refractory=8 + + fertilizer { + # amount of fertilizer yielded by the recipe using apatite. [range: 0 ~ 64, default: 16] + I:apatite=16 + + # amount of fertilizer yielded by the recipe using ash. [range: 0 ~ 64, default: 32] + I:ash=32 + } + + compost { + # amount of compost yielded by the recipe using ash. [range: 0 ~ 64, default: 2] + I:ash=2 + + # amount of compost yielded by the recipe using wheat. [range: 0 ~ 64, default: 8] + I:wheat=8 + } + + humus { + # amount of humus yielded by the recipe using compost. [range: 0 ~ 64, default: 8] + I:compost=8 + + # amount of humus yielded by the recipe using fertilizer. [range: 0 ~ 64, default: 8] + I:fertilizer=8 + } + + bogearth { + # amount of bog earth yielded by the recipe using buckets. [range: 0 ~ 64, default: 6] + I:bucket=6 + + # amount of bog earth yielded by the recipes using cans, cells or capsules. [range: 0 ~ 64, default: 8] + I:can=8 + } + + } + + } + + fermenter { + + cycles { + # modifies the amount of cycles compost can keep a fermenter going. [range: 0 ~ 2000, default: 1000] + I:compost=1000 + + # modifies the amount of cycles fertilizer can keep a fermenter going. [range: 0 ~ 2000, default: 800] + I:fertilizer=800 + } + + value { + # modifies the amount of biomass per cycle a fermenter will produce using compost. [range: 0 ~ 2000, default: 192] + I:compost=192 + + # modifies the amount of biomass per cycle a fermenter will produce using fertilizer. [range: 0 ~ 2000, default: 224] + I:fertilizer=224 + } + + yield { + # modifies the amount of biomass a piece of cactus will yield in a fermenter. [range: 0 ~ 2000, default: 400] + I:cactus=400 + + # modifies the amount of biomass a piece of sugar cane will yield in a fermenter. [range: 0 ~ 2000, default: 400] + I:cane=400 + + # modifies the amount of biomass a mushroom will yield in a fermenter. [range: 0 ~ 2000, default: 400] + I:mushroom=400 + + # modifies the base amount of biomass a sapling will yield in a fermenter, affected by sappiness trait. [range: 0 ~ 2000, default: 2000] + I:sapling=2000 + + # modifies the amount of biomass a piece of wheat will yield in a fermenter. [range: 0 ~ 2000, default: 400] + I:wheat=400 + } + + } + + squeezer { + + liquid { + # modifies the amount of juice squeezed from a single apple. other sources are based off this. [range: 0 ~ 2000, default: 1600] + I:apple=1600 + + # modifies the amount of seed oil squeezed from a single seed. other sources are based off this. [range: 0 ~ 2000, default: 80] + I:seed=80 + } + + mulch { + # modifies the chance of mulch per squeezed apple. [range: 0 ~ 2000, default: 160] + I:apple=160 + } + + } + +} + diff --git a/config/forestry/genetics/main.conf b/config/forestry/genetics/main.conf new file mode 100644 index 00000000..c724f39b --- /dev/null +++ b/config/forestry/genetics/main.conf @@ -0,0 +1,59 @@ +# Configuration file + +########################################################################################################## +# machines +#--------------------------------------------------------------------------------------------------------# +# Energy and time settings for machines +########################################################################################################## + +machines { + # Energy used per tick by the acclimatiser [range: 0 ~ 10, default: 2] + I:acclimatiserEnergy=2 + + # Energy used per process by the analyzer [range: 0 ~ 50000, default: 9000] + I:analyserEnergy=9000 + + # Time per process for the analyzer [range: 0 ~ 1500, default: 300] + I:analyserTime=300 + + # Energy used per process by the genepool [range: 0 ~ 50000, default: 8000] + I:genepoolEnergy=8000 + + # Time per process for the genepool [range: 0 ~ 1500, default: 400] + I:genepoolTime=400 + + # Energy used by the incubator per tick [range: 0 ~ 10, default: 2] + I:incubatorEnergy=2 + + # Energy used per gene by the inoculator [range: 0 ~ 100000, default: 60000] + I:inoculatorEnergy=60000 + + # Time per gene for the inoculator [range: 0 ~ 20000, default: 12000] + I:inoculatorTime=12000 + + # Energy used per process by the isolator [range: 0 ~ 400000, default: 192000] + I:isolatorEnergy=192000 + + # Time per process for the isolator [range: 0 ~ 10000, default: 4800] + I:isolatorTime=4800 + + # Energy used per process by the polymeriser [range: 0 ~ 200000, default: 96000] + I:polymeriserEnergy=96000 + + # Time per process by the polymeriser [range: 0 ~ 5000, default: 2400] + I:polymeriserTime=2400 + + # Energy multiplier for sequencer [range: 0 ~ 40, default: 20] + I:sequencerEnergyMultiplier=20 + + # Time multiplier for sequencer [range: 0 ~ 40000, default: 19200] + I:sequencerTimeMultiplier=19200 + + # Base energy for the splicer [range: 0 ~ 30000000, default: 12000000] + I:splicerEnergy=12000000 + + # Base time for the splicer [range: 0 ~ 500, default: 1200] + I:splicerTime=1200 +} + + diff --git a/config/forestry/genetics/modules.cfg b/config/forestry/genetics/modules.cfg new file mode 100644 index 00000000..e687fc4a --- /dev/null +++ b/config/forestry/genetics/modules.cfg @@ -0,0 +1,20 @@ +# Configuration file + +########################################################################################################## +# modules +#--------------------------------------------------------------------------------------------------------# +# Disabling these modules can greatly change how the mod functions. +# Your mileage may vary, please report any issues. +########################################################################################################## + +modules { + # genetics.module.core + # Dependencies: [ forestry:core ] + B:genetics.core=true + + # genetics.module.machines + # Dependencies: [ genetics:genetics.core ] + B:genetics.machines=true +} + + diff --git a/config/forestry/lepidopterology.cfg b/config/forestry/lepidopterology.cfg new file mode 100644 index 00000000..ce11a521 --- /dev/null +++ b/config/forestry/lepidopterology.cfg @@ -0,0 +1,123 @@ +# Configuration file + +~CONFIG_VERSION: 1.1.0 + +butterfly { + + entities { + # Butterflies will fly home if they are too far away from it. [range: 0 ~ 256, default: 64] + I:maxDistance=64 + + # New butterflies will stay in item form and will not take flight once this limit is reached. [range: 0 ~ 5000, default: 1000] + I:maximum=1000 + + # Allow butterflies to pollinate leaves. [default: true] + B:pollination=true + + # Whether butterflies should spawn from the leaves of trees. [default: true] + B:spawn.leaves=true + + # Butterflies will stop natural spawning once this limit is reached. [range: 0 ~ 500, default: 100] + I:spawn.limit=100 + } + + cocoons { + # Whether cocoons containing butterfiles should generate in the world [default: false] + B:generate=false + + # for.config.butterfly.cocoons.generate.amount.comment [range: 0.0 ~ 10.0, default: 1.0] + S:generate.amount=1.0 + + # How often cocoons should drop a second serum [range: 0.0 ~ 100.0, default: 0.0] + S:second.serum=0.0 + + # How often cocoons should drop a serum [range: 0.0 ~ 100.0, default: 0.55] + S:serum=0.55 + + alleles { + + loot { + # Loot drops from cocoons. Format is modid:name:meta;chance + S:forestry.cocoonDefault < + minecraft:string:0;0.25 + minecraft:string:0;0.75 + minecraft:string:0;1.0 + > + + # Loot drops from cocoons. Format is modid:name:meta;chance + S:forestry.cocoonSilk < + forestry:crafting_material:2;0.25 + forestry:crafting_material:2;0.75 + > + } + + } + + } + + alleles { + # Get the butterfly spawn rarity by their uid, one per line. + S:rarity < + extrabutterflies.species.camberwellbeauty:0.5 + extrabutterflies.species.crimsonrose:0.5 + extrabutterflies.species.gatekeeper:0.5 + extrabutterflies.species.goldenbirdwing:0.5 + extrabutterflies.species.kaiserihind:0.5 + extrabutterflies.species.marbledwhite:0.5 + extrabutterflies.species.marshfritillary:0.5 + extrabutterflies.species.meadowbrown:0.5 + extrabutterflies.species.monarch:0.5 + extrabutterflies.species.paintedlady:0.5 + extrabutterflies.species.peacock:0.5 + extrabutterflies.species.pearlborderedfritillary:0.5 + extrabutterflies.species.purpleemperor:0.5 + extrabutterflies.species.queenofspainfritillary:0.5 + extrabutterflies.species.redadmiral:0.5 + extrabutterflies.species.ringlet:0.5 + extrabutterflies.species.scotchangus:0.5 + extrabutterflies.species.smallheath:0.5 + extrabutterflies.species.smalltortoiseshell:0.5 + extrabutterflies.species.speckledwood:0.5 + extrabutterflies.species.wall:0.5 + extrabutterflies.species.whiteadmiral:0.5 + forestry.lepiAurora:0.5 + forestry.lepiBatesia:0.3 + forestry.lepiBlackSwallow:1.0 + forestry.lepiBlueDuke:0.5 + forestry.lepiBlueWing:0.3 + forestry.lepiBrimstone:1.0 + forestry.lepiCSpeckledWood:0.5 + forestry.lepiCabbageWhite:1.0 + forestry.lepiCitrusSwallow:1.0 + forestry.lepiComma:0.3 + forestry.lepiDianaFrit:0.6 + forestry.lepiEmeraldPeacock:0.1 + forestry.lepiGlasswing:0.1 + forestry.lepiGlassyTiger:0.3 + forestry.lepiGozoraAzure:0.2 + forestry.lepiLLacewing:0.7 + forestry.lepiMBlueMorpho:0.5 + forestry.lepiMSpeckledWood:0.5 + forestry.lepiMalachite:0.5 + forestry.lepiMonarch:0.2 + forestry.lepiPBlueMorpho:0.25 + forestry.lepiPalaenoSulphur:0.4 + forestry.lepiPostillion:0.5 + forestry.lepiPostman:0.3 + forestry.lepiRBlueMorpho:0.1 + forestry.lepiReseda:0.3 + forestry.lepiSpeckledWood:1.0 + forestry.lepiSpicebush:0.5 + forestry.lepiSpringAzure:0.3 + forestry.lepiThoasSwallow:0.2 + forestry.lepiZebraSwallow:0.5 + forestry.mothAtlas:0.1 + forestry.mothBombyxMori:0.0 + forestry.mothBrimstone:1.0 + forestry.mothLatticedHeath:0.5 + > + } + +} + + diff --git a/config/forestry/modules.cfg b/config/forestry/modules.cfg new file mode 100644 index 00000000..174d098d --- /dev/null +++ b/config/forestry/modules.cfg @@ -0,0 +1,155 @@ +# Configuration file + +########################################################################################################## +# modules +#--------------------------------------------------------------------------------------------------------# +# Disabling these modules can greatly change how the mod functions. +# Your mileage may vary, please report any issues. +########################################################################################################## + +modules { + # Adds bees, beekeeping and bee products. Affects world generation. + # Dependencies: [ forestry:core ] + B:apiculture=true + + # Adds additional tree species and products. + # Dependencies: [ forestry:core ] + B:arboriculture=true + + # Adds backpacks. + # Dependencies: [ forestry:core ] + B:backpacks=true + + # Adds a guide book that contains information about all other modules. + # Dependencies: [ forestry:core ] + B:book=true + + # Adds wood piles, loam and a charcoal production. + # Dependencies: [ forestry:core ] + B:charcoal=true + + # Adds a greenhouse multiblock. + # Dependencies: [ forestry:core ] + B:climatology=true + + # Adds crates. + # Dependencies: [ forestry:core ] + B:crates=true + + # Adds automatic farms for a wide variety of products. + # Dependencies: [ forestry:core, forestry:farming ] + B:cultivation=true + + # Adds a new storage block for bees / trees and butterflies. + # Dependencies: [ forestry:core ] + B:database=true + + # Adds several RF engines. + # Dependencies: [ forestry:core ] + B:energy=true + + # Adds a wide variety of machines to craft, produce and process products. + # Dependencies: [ forestry:core ] + B:factory=true + + # Adds automatic multiblock farm for a wide variety of products. + # Dependencies: [ forestry:core ] + B:farming=true + + # Adds food. + # Dependencies: [ forestry:core ] + B:food=true + + # Adds a greenhouse multiblock. + # Dependencies: [ forestry:core ] + B:greenhouse=true + + # Butterflies. Shiny. + # Dependencies: [ forestry:arboriculture, forestry:core ] + B:lepidopterology=true + + # Adds Forestry's mail and trade system. + # Dependencies: [ forestry:core ] + B:mail=true + + # Adds a filter for sorting items with genetic material + # Dependencies: [ forestry:core ] + B:sorting=true + + # Adds a crafting table that can save 8 recipes. + # Dependencies: [ forestry:core ] + B:worktable=true + + plugins { + # Compatibility module for Actually Additions. + # Dependencies: [ forestry:core ] + B:actuallyadditions=true + + # Compatibility module for Better With Mods. Enables farming hemp. + # Dependencies: [ forestry:core ] + B:betterwithmods=true + + # Compatibility module for Biomes O Plenty. Enables farming BoP saplings. + # Dependencies: [ forestry:core ] + B:biomes.o.plenty=true + + # Compatibility module for BuildCraft. Currently version 7.99. + # Dependencies: [ forestry:core ] + B:buildcraft.fuels=true + + # Compatibility module for BuildCraft. Currently version 7.99. + # Dependencies: [ forestry:core ] + B:buildcraft.recipes=true + + # Compatibility module for BuildCraft. Currently version 7.99. + # Dependencies: [ forestry:core ] + B:buildcraft.statements=true + + # Compatibility module for BuildCraft. Currently version 7.99. + # Dependencies: [ forestry:core ] + B:buildcraft.transport=true + + # Compatibility module for EnderIO. + # Dependencies: [ forestry:core ] + B:ender.io=true + + # Compatibility module for Extra Utilities. Enables farming ender lilies and red orchid. + # Dependencies: [ forestry:farming ] + B:extra.utilities=true + + # Compatibility module for HarvestCraft. Enables farming HarvestCraft plants and trees. + # Dependencies: [ forestry:core ] + B:harvestcraft=true + + # Compatibility module for Immersive Engineering. + # Dependencies: [ forestry:core ] + B:immersiveengineering=true + + # Compatibility module for IC2. Adds electrical engine and generator for power conversion. + # Dependencies: [ forestry:farming, forestry:factory, forestry:core ] + B:industrialcraft2=true + + # Compatibility module for Mystical Agriculture. Enables farming Mystical Agriculture crops. + # Dependencies: [ forestry:core ] + B:mysticalagriculture=true + + # Compatibility module for Natura. Enables farming Natura saplings. + # Dependencies: [ forestry:core ] + B:natura=true + + # Compatibility module for Roots. + # Dependencies: [ forestry:core ] + B:roots=true + + # Compatibility module for Rustic. + # Dependencies: [ forestry:core ] + B:rustic=true + + # Compatibility module for Tech reborn. Enables harvesting rubber from rubber trees. + # Dependencies: [ forestry:core ] + B:techreborn=true + } + +} + + diff --git a/config/forge.cfg b/config/forge.cfg new file mode 100644 index 00000000..3da84e82 --- /dev/null +++ b/config/forge.cfg @@ -0,0 +1,90 @@ +# 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/forgeChunkLoading.cfg b/config/forgeChunkLoading.cfg new file mode 100644 index 00000000..b2c5c46d --- /dev/null +++ b/config/forgeChunkLoading.cfg @@ -0,0 +1,69 @@ +# 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/ftbbackups.cfg b/config/ftbbackups.cfg new file mode 100644 index 00000000..6648ef1e --- /dev/null +++ b/config/ftbbackups.cfg @@ -0,0 +1,63 @@ +# 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/ftblib.cfg b/config/ftblib.cfg new file mode 100644 index 00000000..eb14bad0 --- /dev/null +++ b/config/ftblib.cfg @@ -0,0 +1,68 @@ +# 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/ftbquests/OldText/questwork.txt b/config/ftbquests/OldText/questwork.txt new file mode 100644 index 00000000..9019b6f4 --- /dev/null +++ b/config/ftbquests/OldText/questwork.txt @@ -0,0 +1,17 @@ +The Dimensional Ascension tab is the main guide through the pack's progression and story. + +The Personal Augmentation tab is there to make you aware of all the possible upgrades your player can receive as you progress through the pack. + +The Energy Sources tab describes all means of RF production. + +The Manufacturing and Fabrication tab lists all automatable machines and multiblocks in the pack, with explanations for each. + +The Logistics and Organization tab descibes all means of automation and inventory management available in the pack. + +The Book of Creation tab describes all means of passive automation available in the pack. + +The Magical Mastery tab is an extension of the main questline that walks the player through all magic progressions in the pack. + +The material Compenduum tab lists all minerals available in each dimension. + +The Book of Worlds tab showcases the dimensional progression around which the pack is built around. \ No newline at end of file diff --git a/config/ftbquests/normal/chapters/0722378b/01253952.snbt b/config/ftbquests/normal/chapters/0722378b/01253952.snbt new file mode 100644 index 00000000..a2680b10 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/01253952.snbt @@ -0,0 +1,18 @@ +{ + title: "Chaotic Condenser", + x: 0.0d, + y: -8.5d, + dependencies: [ + "69404a6d" + ], + tasks: [{ + uid: "fb249f32", + type: "item", + items: [{ + id: "modularmachinery:itemblueprint", + tag: { + dynamicmachine: "modularmachinery:chaotic_condenser" + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/017290e7.snbt b/config/ftbquests/normal/chapters/0722378b/017290e7.snbt new file mode 100644 index 00000000..1dd4a4c5 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/017290e7.snbt @@ -0,0 +1,19 @@ +{ + x: 2.0d, + y: 20.0d, + text: [ + "Chemistry is fun OK!", + "OK!?!", + "Good to have on autocraft, I will need a decent amount of these." + ], + dependencies: [ + "5f57ce40" + ], + tasks: [{ + uid: "3c20b84b", + type: "item", + items: [{ + item: "nuclearcraft:chemical_reactor_idle" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/0190e19d.snbt b/config/ftbquests/normal/chapters/0722378b/0190e19d.snbt new file mode 100644 index 00000000..86ef27ac --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/0190e19d.snbt @@ -0,0 +1,18 @@ +{ + x: 13.0d, + y: 5.0d, + text: [ + "Protein as an energy source?", + "Sure, just take some animal meat!" + ], + dependencies: [ + "0ab08fce" + ], + tasks: [{ + uid: "67ccfd0f", + type: "item", + items: [{ + item: "industrialforegoing:protein_reactor" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/0196bb2a.snbt b/config/ftbquests/normal/chapters/0722378b/0196bb2a.snbt new file mode 100644 index 00000000..63bf5032 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/0196bb2a.snbt @@ -0,0 +1,29 @@ +{ + x: 15.0d, + y: -2.0d, + dependencies: [ + "27bbab81" + ], + tasks: [{ + uid: "61e615be", + type: "item", + items: [{ + id: "thermalexpansion:machine", + Damage: 12s, + tag: { + RSControl: 0b, + Facing: 3b, + Energy: 0, + SideCache: [B; + 1b, + 1b, + 2b, + 2b, + 2b, + 2b + ], + Level: 0b + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/04a2f0d4.snbt b/config/ftbquests/normal/chapters/0722378b/04a2f0d4.snbt new file mode 100644 index 00000000..cdd9a293 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/04a2f0d4.snbt @@ -0,0 +1,12 @@ +{ + x: -5.5d, + y: -1.5d, + dependencies: [ + "89deb826" + ], + tasks: [{ + uid: "0a538e88", + type: "checkmark", + title: "Wizardry" + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/05dd6a99.snbt b/config/ftbquests/normal/chapters/0722378b/05dd6a99.snbt new file mode 100644 index 00000000..086689e7 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/05dd6a99.snbt @@ -0,0 +1,12 @@ +{ + x: 6.0d, + y: 6.0d, + dependencies: [ + "89deb826" + ], + tasks: [{ + uid: "3de58bf2", + type: "checkmark", + title: "Bibliocraft" + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/08963812.snbt b/config/ftbquests/normal/chapters/0722378b/08963812.snbt new file mode 100644 index 00000000..083726fe --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/08963812.snbt @@ -0,0 +1,14 @@ +{ + x: -6.5d, + y: 3.5d, + dependencies: [ + "89b5e044" + ], + tasks: [{ + uid: "a0fde09f", + type: "item", + items: [{ + item: "bewitchment:witches_oven" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/0a00242a.snbt b/config/ftbquests/normal/chapters/0722378b/0a00242a.snbt new file mode 100644 index 00000000..b044d012 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/0a00242a.snbt @@ -0,0 +1,14 @@ +{ + x: -6.5d, + y: 0.5d, + dependencies: [ + "b86d8b41" + ], + tasks: [{ + uid: "b71ebbca", + type: "item", + items: [{ + item: "abyssalcraft:transmutator" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/0a30af36.snbt b/config/ftbquests/normal/chapters/0722378b/0a30af36.snbt new file mode 100644 index 00000000..f0163317 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/0a30af36.snbt @@ -0,0 +1,17 @@ +{ + x: 8.0d, + y: 5.0d, + text: [ + "The latex processing unit takes RF and water to make tiny dry rubber." + ], + dependencies: [ + "0ab08fce" + ], + tasks: [{ + uid: "31d7619b", + type: "item", + items: [{ + item: "industrialforegoing:latex_processing_unit" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/0ab08fce.snbt b/config/ftbquests/normal/chapters/0722378b/0ab08fce.snbt new file mode 100644 index 00000000..81fab785 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/0ab08fce.snbt @@ -0,0 +1,12 @@ +{ + x: 6.0d, + y: 5.0d, + dependencies: [ + "89deb826" + ], + tasks: [{ + uid: "1841a999", + type: "checkmark", + title: "Industrial Foregoing" + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/0b9afbbd.snbt b/config/ftbquests/normal/chapters/0722378b/0b9afbbd.snbt new file mode 100644 index 00000000..a318a84c --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/0b9afbbd.snbt @@ -0,0 +1,14 @@ +{ + x: -8.5d, + y: 3.5d, + dependencies: [ + "89b5e044" + ], + tasks: [{ + uid: "07ad33ef", + type: "item", + items: [{ + item: "bewitchment:spinning_wheel" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/0bdd7774.snbt b/config/ftbquests/normal/chapters/0722378b/0bdd7774.snbt new file mode 100644 index 00000000..781545f1 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/0bdd7774.snbt @@ -0,0 +1,17 @@ +{ + x: 16.0d, + y: 1.0d, + text: [ + "Because alcohol" + ], + dependencies: [ + "36f5a834" + ], + tasks: [{ + uid: "86c96f41", + type: "item", + items: [{ + item: "extratrees:machine 1 5" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/0c6ceb78.snbt b/config/ftbquests/normal/chapters/0722378b/0c6ceb78.snbt new file mode 100644 index 00000000..742d03fd --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/0c6ceb78.snbt @@ -0,0 +1,12 @@ +{ + x: 6.0d, + y: 0.0d, + dependencies: [ + "89deb826" + ], + tasks: [{ + uid: "929f97ce", + type: "checkmark", + title: "Railcraft" + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/0d8b3f86.snbt b/config/ftbquests/normal/chapters/0722378b/0d8b3f86.snbt new file mode 100644 index 00000000..f75bcffe --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/0d8b3f86.snbt @@ -0,0 +1,26 @@ +{ + x: -1.0d, + y: 16.0d, + text: [ + "1. Place next to interface or unpackager.", + "2. Add pedestals.", + "3. Profit." + ], + dependencies: [ + "4788eb53" + ], + tasks: [{ + uid: "4a69f274", + type: "item", + items: [{ + item: "packagedexcrafting:combination_crafter" + }] + }, + { + uid: "229fee5e", + type: "item", + items: [{ + item: "packagedexcrafting:marked_pedestal" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/0e151803.snbt b/config/ftbquests/normal/chapters/0722378b/0e151803.snbt new file mode 100644 index 00000000..ae7b8d49 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/0e151803.snbt @@ -0,0 +1,17 @@ +{ + x: 9.0d, + y: -3.0d, + text: [ + "Smart molten metal output, can be upgraded to fulfill a variety of needs." + ], + dependencies: [ + "cf94e2f1" + ], + tasks: [{ + uid: "164f7559", + type: "item", + items: [{ + item: "tinker_io:smart_output" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/0e1b33e4.snbt b/config/ftbquests/normal/chapters/0722378b/0e1b33e4.snbt new file mode 100644 index 00000000..85a30d14 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/0e1b33e4.snbt @@ -0,0 +1,17 @@ +{ + x: -2.0d, + y: 10.0d, + text: [ + "Tier 2, this is where things get interesting..." + ], + dependencies: [ + "31ed6cfa" + ], + tasks: [{ + uid: "cbfc381e", + type: "item", + items: [{ + item: "draconicevolution:crafting_injector 1 1" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/0e9669cf.snbt b/config/ftbquests/normal/chapters/0722378b/0e9669cf.snbt new file mode 100644 index 00000000..82bb69c8 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/0e9669cf.snbt @@ -0,0 +1,12 @@ +{ + x: 1.0d, + y: 7.0d, + dependencies: [ + "89deb826" + ], + tasks: [{ + uid: "89af9bd2", + type: "checkmark", + title: "Integrated Dynamics" + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/10027bf9.snbt b/config/ftbquests/normal/chapters/0722378b/10027bf9.snbt new file mode 100644 index 00000000..069f3e8a --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/10027bf9.snbt @@ -0,0 +1,22 @@ +{ + title: "Dragonfire Crucible", + x: -6.5d, + y: -2.5d, + text: [ + "The Dragonfire Crucible uses the extreme heat of eternal dragon fire and twilight fire to fuse materials together.", + "Fire can be passively supplied using fluid transport methods." + ], + dependencies: [ + "db2b859e" + ], + tasks: [{ + uid: "63f42927", + type: "item", + items: [{ + id: "modularmachinery:itemblueprint", + tag: { + dynamicmachine: "modularmachinery:dragonfire_crucible" + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/12037918.snbt b/config/ftbquests/normal/chapters/0722378b/12037918.snbt new file mode 100644 index 00000000..af8b1c02 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/12037918.snbt @@ -0,0 +1,28 @@ +{ + title: "Dyson Sphere", + x: 0.0d, + y: -11.0d, + dependencies: [ + "69404a6d" + ], + tasks: [{ + uid: "0e81b612", + type: "item", + items: [{ + id: "modularmachinery:itemblueprint", + tag: { + dynamicmachine: "modularmachinery:dyson_sphere" + } + }] + }, + { + uid: "512babec", + type: "item", + items: [{ + id: "modularmachinery:itemblueprint", + tag: { + dynamicmachine: "modularmachinery:dyson_discharger" + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/15c19671.snbt b/config/ftbquests/normal/chapters/0722378b/15c19671.snbt new file mode 100644 index 00000000..6d158739 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/15c19671.snbt @@ -0,0 +1,19 @@ +{ + x: 7.0d, + y: 5.0d, + text: [ + "Latex can be extracted from a wood log placing a tree fluid extractor next to it.", + "Multiple extractors can be placed around a single log.", + "Some sort of automatic placer can be used to replenish consumed logs once they are depleted by the extractors." + ], + dependencies: [ + "0ab08fce" + ], + tasks: [{ + uid: "257b6e70", + type: "item", + items: [{ + item: "industrialforegoing:tree_fluid_extractor" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/1831831e.snbt b/config/ftbquests/normal/chapters/0722378b/1831831e.snbt new file mode 100644 index 00000000..d44a66ea --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/1831831e.snbt @@ -0,0 +1,14 @@ +{ + x: 0.0d, + y: 20.0d, + dependencies: [ + "fe046b03" + ], + tasks: [{ + uid: "9f00d67e", + type: "item", + items: [{ + item: "techreborn:chemical_reactor" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/19054167.snbt b/config/ftbquests/normal/chapters/0722378b/19054167.snbt new file mode 100644 index 00000000..c9561844 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/19054167.snbt @@ -0,0 +1,17 @@ +{ + x: 7.0d, + y: 3.0d, + text: [ + "Turns solids into fluids!!" + ], + dependencies: [ + "e94f8c5a" + ], + tasks: [{ + uid: "0c26caf3", + type: "item", + items: [{ + item: "cyclicmagic:melter" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/1b4e1619.snbt b/config/ftbquests/normal/chapters/0722378b/1b4e1619.snbt new file mode 100644 index 00000000..706d5fd8 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/1b4e1619.snbt @@ -0,0 +1,19 @@ +{ + x: -1.0d, + y: 12.0d, + text: [ + "5x5 on autocraft?!?", + "Placed next to an unpackager for autocrafting.", + "A packager is required somewhere in the AE network, but it doesn't need to be close." + ], + dependencies: [ + "4788eb53" + ], + tasks: [{ + uid: "f3c3282e", + type: "item", + items: [{ + item: "packagedexcrafting:advanced_crafter" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/1e852324.snbt b/config/ftbquests/normal/chapters/0722378b/1e852324.snbt new file mode 100644 index 00000000..21f4fe8b --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/1e852324.snbt @@ -0,0 +1,18 @@ +{ + x: 4.0d, + y: 13.0d, + text: [ + "Sheetmetal for days!", + "Use holo projector to see multiblock preview." + ], + dependencies: [ + "3b01a8a9" + ], + tasks: [{ + uid: "7e8a90cf", + type: "item", + items: [{ + item: "advancedrocketry:rollingmachine" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/201edb58.snbt b/config/ftbquests/normal/chapters/0722378b/201edb58.snbt new file mode 100644 index 00000000..c2248056 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/201edb58.snbt @@ -0,0 +1,18 @@ +{ + title: "Mechanized Coop", + x: 3.0d, + y: -7.0d, + dependencies: [ + "69404a6d" + ], + tasks: [{ + uid: "c24d5b15", + type: "item", + items: [{ + id: "modularmachinery:itemblueprint", + tag: { + dynamicmachine: "modularmachinery:mechanized_coop" + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/21ff49f9.snbt b/config/ftbquests/normal/chapters/0722378b/21ff49f9.snbt new file mode 100644 index 00000000..4249ba69 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/21ff49f9.snbt @@ -0,0 +1,18 @@ +{ + title: "Infinity Furnace", + x: 1.0d, + y: -9.5d, + dependencies: [ + "69404a6d" + ], + tasks: [{ + uid: "6ad7189d", + type: "item", + items: [{ + id: "modularmachinery:itemblueprint", + tag: { + dynamicmachine: "modularmachinery:infinity_furnace" + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/23183a31.snbt b/config/ftbquests/normal/chapters/0722378b/23183a31.snbt new file mode 100644 index 00000000..350d3418 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/23183a31.snbt @@ -0,0 +1,17 @@ +{ + x: -2.0d, + y: 12.0d, + text: [ + "Tier 4, supreme power!" + ], + dependencies: [ + "31ed6cfa" + ], + tasks: [{ + uid: "3f0b68ce", + type: "item", + items: [{ + item: "draconicevolution:crafting_injector 1 3" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/2473ca13.snbt b/config/ftbquests/normal/chapters/0722378b/2473ca13.snbt new file mode 100644 index 00000000..b29a4e5e --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/2473ca13.snbt @@ -0,0 +1,14 @@ +{ + x: -12.5d, + y: 2.5d, + dependencies: [ + "baf0c309" + ], + tasks: [{ + uid: "570f3700", + type: "item", + items: [{ + item: "tg:blast_furnace" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/24bdfba2.snbt b/config/ftbquests/normal/chapters/0722378b/24bdfba2.snbt new file mode 100644 index 00000000..311bc1e1 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/24bdfba2.snbt @@ -0,0 +1,17 @@ +{ + x: -11.5d, + y: 0.5d, + dependencies: [ + "b86d8b41" + ], + tasks: [{ + uid: "f41db13e", + type: "item", + items: [{ + id: "modularmachinery:itemblueprint", + tag: { + dynamicmachine: "modularmachinery:empowered_monolith" + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/26d91438.snbt b/config/ftbquests/normal/chapters/0722378b/26d91438.snbt new file mode 100644 index 00000000..4a09ddb6 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/26d91438.snbt @@ -0,0 +1,17 @@ +{ + x: -2.0d, + y: 9.0d, + text: [ + "Tier 1, pretty vanilla." + ], + dependencies: [ + "31ed6cfa" + ], + tasks: [{ + uid: "d434e078", + type: "item", + items: [{ + item: "draconicevolution:crafting_injector" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/273a7782.snbt b/config/ftbquests/normal/chapters/0722378b/273a7782.snbt new file mode 100644 index 00000000..63a19cb9 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/273a7782.snbt @@ -0,0 +1,17 @@ +{ + x: -12.5d, + y: 3.5d, + dependencies: [ + "89b5e044" + ], + tasks: [{ + uid: "d4a18fcd", + type: "item", + items: [{ + id: "modularmachinery:itemblueprint", + tag: { + dynamicmachine: "modularmachinery:baphomet_altar" + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/27bbab81.snbt b/config/ftbquests/normal/chapters/0722378b/27bbab81.snbt new file mode 100644 index 00000000..fa3c69c3 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/27bbab81.snbt @@ -0,0 +1,12 @@ +{ + x: 6.0d, + y: -2.0d, + dependencies: [ + "89deb826" + ], + tasks: [{ + uid: "adfc212d", + type: "checkmark", + title: "Thermal" + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/284e36c2.snbt b/config/ftbquests/normal/chapters/0722378b/284e36c2.snbt new file mode 100644 index 00000000..2acbf0f9 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/284e36c2.snbt @@ -0,0 +1,17 @@ +{ + x: 2.0d, + y: 26.0d, + text: [ + "Make three of them, passive them, forget about them." + ], + dependencies: [ + "5f57ce40" + ], + tasks: [{ + uid: "63e6b159", + type: "item", + items: [{ + item: "nuclearcraft:rock_crusher_idle" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/28f63c18.snbt b/config/ftbquests/normal/chapters/0722378b/28f63c18.snbt new file mode 100644 index 00000000..ee2433cf --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/28f63c18.snbt @@ -0,0 +1,14 @@ +{ + x: -10.5d, + y: 4.5d, + dependencies: [ + "d3221c04" + ], + tasks: [{ + uid: "8494db29", + type: "item", + items: [{ + item: "botania:runealtar" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/29e57916.snbt b/config/ftbquests/normal/chapters/0722378b/29e57916.snbt new file mode 100644 index 00000000..24a3f869 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/29e57916.snbt @@ -0,0 +1,18 @@ +{ + title: "Mythical Resource Crucible", + x: -2.0d, + y: -7.0d, + dependencies: [ + "69404a6d" + ], + tasks: [{ + uid: "e22527b2", + type: "item", + items: [{ + id: "modularmachinery:itemblueprint", + tag: { + dynamicmachine: "modularmachinery:mythical_resource_crucible" + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/29fa17d2.snbt b/config/ftbquests/normal/chapters/0722378b/29fa17d2.snbt new file mode 100644 index 00000000..58b463ed --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/29fa17d2.snbt @@ -0,0 +1,18 @@ +{ + title: "Particle Accelerator", + x: 0.0d, + y: -9.5d, + dependencies: [ + "69404a6d" + ], + tasks: [{ + uid: "492dad14", + type: "item", + items: [{ + id: "modularmachinery:itemblueprint", + tag: { + dynamicmachine: "modularmachinery:particle_accelerator" + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/2f3584fd.snbt b/config/ftbquests/normal/chapters/0722378b/2f3584fd.snbt new file mode 100644 index 00000000..6222bec7 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/2f3584fd.snbt @@ -0,0 +1,29 @@ +{ + x: 17.0d, + y: -2.0d, + dependencies: [ + "27bbab81" + ], + tasks: [{ + uid: "8f58a011", + type: "item", + items: [{ + id: "thermalexpansion:machine", + Damage: 10s, + tag: { + RSControl: 0b, + Facing: 3b, + Energy: 0, + SideCache: [B; + 3b, + 1b, + 2b, + 2b, + 2b, + 2b + ], + Level: 0b + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/2fdf116b.snbt b/config/ftbquests/normal/chapters/0722378b/2fdf116b.snbt new file mode 100644 index 00000000..13bd75d1 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/2fdf116b.snbt @@ -0,0 +1,14 @@ +{ + x: 0.0d, + y: 19.0d, + dependencies: [ + "fe046b03" + ], + tasks: [{ + uid: "72a3e627", + type: "item", + items: [{ + item: "techreborn:assembling_machine" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/3091adaa.snbt b/config/ftbquests/normal/chapters/0722378b/3091adaa.snbt new file mode 100644 index 00000000..2656dad5 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/3091adaa.snbt @@ -0,0 +1,14 @@ +{ + x: 0.0d, + y: 22.0d, + dependencies: [ + "fe046b03" + ], + tasks: [{ + uid: "a6d3e1c2", + type: "item", + items: [{ + item: "techreborn:vacuum_freezer" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/30ffe084.snbt b/config/ftbquests/normal/chapters/0722378b/30ffe084.snbt new file mode 100644 index 00000000..a8242000 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/30ffe084.snbt @@ -0,0 +1,17 @@ +{ + x: -10.5d, + y: 0.5d, + dependencies: [ + "b86d8b41" + ], + tasks: [{ + uid: "d0a666bc", + type: "item", + items: [{ + id: "modularmachinery:itemblueprint", + tag: { + dynamicmachine: "modularmachinery:lp_harvester" + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/31ed6cfa.snbt b/config/ftbquests/normal/chapters/0722378b/31ed6cfa.snbt new file mode 100644 index 00000000..e66f6ecf --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/31ed6cfa.snbt @@ -0,0 +1,20 @@ +{ + x: -2.0d, + y: 8.0d, + text: [ + "Uses a hefty amout of energy to dracinically infuse items from surrounding injectors.", + "Each injector consumes power.", + "The higher the tier of the injectors, the faster parts will craft.", + "Many items require a minimum tier for the injectors." + ], + dependencies: [ + "335e7052" + ], + tasks: [{ + uid: "058a9757", + type: "item", + items: [{ + item: "draconicevolution:fusion_crafting_core" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/335e7052.snbt b/config/ftbquests/normal/chapters/0722378b/335e7052.snbt new file mode 100644 index 00000000..edc9ea05 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/335e7052.snbt @@ -0,0 +1,12 @@ +{ + x: -2.0d, + y: 7.0d, + dependencies: [ + "89deb826" + ], + tasks: [{ + uid: "b7168d12", + type: "checkmark", + title: "Draconic Evolution" + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/33d90418.snbt b/config/ftbquests/normal/chapters/0722378b/33d90418.snbt new file mode 100644 index 00000000..085d6812 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/33d90418.snbt @@ -0,0 +1,18 @@ +{ + x: 4.0d, + y: 14.0d, + text: [ + "Just in case you wanted to make more rods...", + "Use holo projector to see multiblock preview." + ], + dependencies: [ + "3b01a8a9" + ], + tasks: [{ + uid: "6b39359e", + type: "item", + items: [{ + item: "advancedrocketry:lathe" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/36f5a834.snbt b/config/ftbquests/normal/chapters/0722378b/36f5a834.snbt new file mode 100644 index 00000000..46f7afd7 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/36f5a834.snbt @@ -0,0 +1,12 @@ +{ + x: 6.0d, + y: 1.0d, + dependencies: [ + "89deb826" + ], + tasks: [{ + uid: "9d571be7", + type: "checkmark", + title: "Forestry" + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/370f3c30.snbt b/config/ftbquests/normal/chapters/0722378b/370f3c30.snbt new file mode 100644 index 00000000..96372e65 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/370f3c30.snbt @@ -0,0 +1,18 @@ +{ + x: 2.0d, + y: 9.0d, + text: [ + "This machine reprocesses radioactive fuels.", + "Good to have on autocraft, I will need a decent amount of these." + ], + dependencies: [ + "5f57ce40" + ], + tasks: [{ + uid: "12d4eed0", + type: "item", + items: [{ + item: "nuclearcraft:isotope_separator_idle" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/38aef1bf.snbt b/config/ftbquests/normal/chapters/0722378b/38aef1bf.snbt new file mode 100644 index 00000000..e4a8e6af --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/38aef1bf.snbt @@ -0,0 +1,18 @@ +{ + x: 8.0d, + y: 3.0d, + text: [ + "Turns fluids into solids!", + "No way!" + ], + dependencies: [ + "e94f8c5a" + ], + tasks: [{ + uid: "72f71742", + type: "item", + items: [{ + item: "cyclicmagic:solidifier" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/3a78d3f6.snbt b/config/ftbquests/normal/chapters/0722378b/3a78d3f6.snbt new file mode 100644 index 00000000..a0daf0e7 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/3a78d3f6.snbt @@ -0,0 +1,25 @@ +{ + x: -1.0d, + y: 9.0d, + text: [ + "The alternators provide power to the crafter.", + "The more alternators in a 7x7 area around the machine, the better!" + ], + dependencies: [ + "4788eb53" + ], + tasks: [{ + uid: "2df219c1", + type: "item", + items: [{ + item: "extendedcrafting:ender_crafter" + }] + }, + { + uid: "76dffff0", + type: "item", + items: [{ + item: "extendedcrafting:ender_alternator" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/3b01a8a9.snbt b/config/ftbquests/normal/chapters/0722378b/3b01a8a9.snbt new file mode 100644 index 00000000..603f6768 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/3b01a8a9.snbt @@ -0,0 +1,12 @@ +{ + x: 4.0d, + y: 7.0d, + dependencies: [ + "89deb826" + ], + tasks: [{ + uid: "df94e0ab", + type: "checkmark", + title: "Advanced Rocketry" + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/3d2ba360.snbt b/config/ftbquests/normal/chapters/0722378b/3d2ba360.snbt new file mode 100644 index 00000000..436fa0c8 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/3d2ba360.snbt @@ -0,0 +1,12 @@ +{ + x: 3.0d, + y: 7.0d, + dependencies: [ + "89deb826" + ], + tasks: [{ + uid: "3fdb6c29", + type: "checkmark", + title: "Woot" + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/3f16fc01.snbt b/config/ftbquests/normal/chapters/0722378b/3f16fc01.snbt new file mode 100644 index 00000000..147d1a8d --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/3f16fc01.snbt @@ -0,0 +1,25 @@ +{ + x: -1.0d, + y: 10.0d, + text: [ + "The crafting core holds a single item to be infused with the objects located on the surrounding pedestals.", + "Only the core requires energy." + ], + dependencies: [ + "4788eb53" + ], + tasks: [{ + uid: "1adeda4f", + type: "item", + items: [{ + item: "extendedcrafting:crafting_core" + }] + }, + { + uid: "01f743ce", + type: "item", + items: [{ + item: "extendedcrafting:pedestal" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/3f3e82f1.snbt b/config/ftbquests/normal/chapters/0722378b/3f3e82f1.snbt new file mode 100644 index 00000000..daba6036 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/3f3e82f1.snbt @@ -0,0 +1,14 @@ +{ + x: 0.0d, + y: 8.0d, + dependencies: [ + "fe046b03" + ], + tasks: [{ + uid: "b9389ffe", + type: "item", + items: [{ + item: "techreborn:extractor" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/4146d297.snbt b/config/ftbquests/normal/chapters/0722378b/4146d297.snbt new file mode 100644 index 00000000..f74588df --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/4146d297.snbt @@ -0,0 +1,21 @@ +{ + x: 8.0d, + y: 4.0d, + text: [ + "At the cost of some grid powewr and some RF, this machine can harness the power of enchanting to create some pretty cool things.", + "Just like an enchanting table, this requires some external boost (from bookshelves, magical wood, etc.)" + ], + dependencies: [ + "4e1e22b7" + ], + tasks: [{ + uid: "1e30acda", + type: "item", + items: [{ + id: "extrautils2:machine", + tag: { + Type: "extrautils2:enchanter" + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/4284b547.snbt b/config/ftbquests/normal/chapters/0722378b/4284b547.snbt new file mode 100644 index 00000000..060188ff --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/4284b547.snbt @@ -0,0 +1,28 @@ +{ + x: -6.5d, + y: 2.5d, + dependencies: [ + "baf0c309" + ], + tasks: [{ + uid: "87bee27b", + type: "item", + items: [{ + item: "thaumcraft:crucible" + }] + }, + { + uid: "231bd292", + type: "item", + items: [{ + item: "thaumcraft:metal_alchemical" + }] + }, + { + uid: "e6528896", + type: "item", + items: [{ + item: "thaumcraft:brain_box" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/43122227.snbt b/config/ftbquests/normal/chapters/0722378b/43122227.snbt new file mode 100644 index 00000000..3b31f17e --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/43122227.snbt @@ -0,0 +1,21 @@ +{ + x: 0.0d, + y: 27.0d, + dependencies: [ + "fe046b03" + ], + tasks: [{ + uid: "48840f24", + type: "item", + items: [{ + item: "techreborn:fusion_control_computer" + }] + }, + { + uid: "ceacfa59", + type: "item", + items: [{ + item: "techreborn:fusion_coil" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/436b2c3f.snbt b/config/ftbquests/normal/chapters/0722378b/436b2c3f.snbt new file mode 100644 index 00000000..96565f3e --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/436b2c3f.snbt @@ -0,0 +1,17 @@ +{ + x: -13.5d, + y: 4.5d, + dependencies: [ + "d3221c04" + ], + tasks: [{ + uid: "ff685dcc", + type: "item", + items: [{ + id: "modularmachinery:itemblueprint", + tag: { + dynamicmachine: "modularmachinery:gaia_altar" + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/45849583.snbt b/config/ftbquests/normal/chapters/0722378b/45849583.snbt new file mode 100644 index 00000000..1fe1d9f6 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/45849583.snbt @@ -0,0 +1,29 @@ +{ + x: 13.0d, + y: -2.0d, + dependencies: [ + "27bbab81" + ], + tasks: [{ + uid: "580270fc", + type: "item", + items: [{ + id: "thermalexpansion:machine", + Damage: 6s, + tag: { + RSControl: 0b, + Facing: 3b, + Energy: 0, + SideCache: [B; + 1b, + 1b, + 2b, + 2b, + 2b, + 2b + ], + Level: 0b + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/4788eb53.snbt b/config/ftbquests/normal/chapters/0722378b/4788eb53.snbt new file mode 100644 index 00000000..d340216a --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/4788eb53.snbt @@ -0,0 +1,12 @@ +{ + x: -1.0d, + y: 7.0d, + dependencies: [ + "89deb826" + ], + tasks: [{ + uid: "82fea8b4", + type: "checkmark", + title: "Extended Crafting" + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/49e880c0.snbt b/config/ftbquests/normal/chapters/0722378b/49e880c0.snbt new file mode 100644 index 00000000..345be611 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/49e880c0.snbt @@ -0,0 +1,14 @@ +{ + x: 0.0d, + y: 13.0d, + dependencies: [ + "fe046b03" + ], + tasks: [{ + uid: "df571810", + type: "item", + items: [{ + item: "techreborn:electric_furnace" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/4a3ed072.snbt b/config/ftbquests/normal/chapters/0722378b/4a3ed072.snbt new file mode 100644 index 00000000..d1db5db4 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/4a3ed072.snbt @@ -0,0 +1,65 @@ +{ + x: 7.0d, + y: -3.0d, + text: [ + "The smeltery is built out of seared bricks placed in a cuboid shell, with no roof and no edges.", + "The controller is where the interface is accessible, and acts as an item input (for automation).", + "The tank is the smeltery's lava (or other hot fluid) input.", + "Drains act as fluid output ports. Faucets and fluid pipes connect to drains.", + "Tables 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).", + "Faucets output fluids when clicked, or with a redstone signal.", + "Redstone clocks and timers are good for automating faucet extraction, if you don't want to use pipes." + ], + dependencies: [ + "cf94e2f1" + ], + tasks: [{ + uid: "e9466bd5", + type: "item", + items: [{ + item: "tconstruct:smeltery_controller" + }] + }, + { + uid: "fa97275b", + type: "item", + items: [{ + item: "tconstruct:seared 1 3" + }] + }, + { + uid: "43867e91", + type: "item", + items: [{ + item: "tconstruct:seared_tank" + }] + }, + { + uid: "c031f53b", + type: "item", + items: [{ + item: "tconstruct:smeltery_io" + }] + }, + { + uid: "5b86a08a", + type: "item", + items: [{ + item: "tconstruct:casting" + }] + }, + { + uid: "22726104", + type: "item", + items: [{ + item: "tconstruct:casting 1 1" + }] + }, + { + uid: "4d04c439", + type: "item", + items: [{ + item: "tconstruct:faucet" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/4a7a9528.snbt b/config/ftbquests/normal/chapters/0722378b/4a7a9528.snbt new file mode 100644 index 00000000..898ffe15 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/4a7a9528.snbt @@ -0,0 +1,14 @@ +{ + x: 0.0d, + y: 17.0d, + dependencies: [ + "fe046b03" + ], + tasks: [{ + uid: "32f2d437", + type: "item", + items: [{ + item: "techreborn:compressor" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/4aad425e.snbt b/config/ftbquests/normal/chapters/0722378b/4aad425e.snbt new file mode 100644 index 00000000..9504c39d --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/4aad425e.snbt @@ -0,0 +1,17 @@ +{ + x: 17.0d, + y: 1.0d, + text: [ + "Because alcohol" + ], + dependencies: [ + "36f5a834" + ], + tasks: [{ + uid: "0c9f87ac", + type: "item", + items: [{ + item: "extratrees:machine 1 6" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/4c37b5bf.snbt b/config/ftbquests/normal/chapters/0722378b/4c37b5bf.snbt new file mode 100644 index 00000000..fa21bc0e --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/4c37b5bf.snbt @@ -0,0 +1,17 @@ +{ + x: 7.0d, + y: 1.0d, + text: [ + "A device that fills (empties) fluid containers." + ], + dependencies: [ + "36f5a834" + ], + tasks: [{ + uid: "d03eee94", + type: "item", + items: [{ + item: "forestry:bottler" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/4c6c1110.snbt b/config/ftbquests/normal/chapters/0722378b/4c6c1110.snbt new file mode 100644 index 00000000..ba72a272 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/4c6c1110.snbt @@ -0,0 +1,17 @@ +{ + x: -12.5d, + y: 0.5d, + dependencies: [ + "b86d8b41" + ], + tasks: [{ + uid: "e34ab965", + type: "item", + items: [{ + id: "modularmachinery:itemblueprint", + tag: { + dynamicmachine: "modularmachinery:valonite_gateway" + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/4e1e22b7.snbt b/config/ftbquests/normal/chapters/0722378b/4e1e22b7.snbt new file mode 100644 index 00000000..ea1f0064 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/4e1e22b7.snbt @@ -0,0 +1,12 @@ +{ + x: 6.0d, + y: 4.0d, + dependencies: [ + "89deb826" + ], + tasks: [{ + uid: "1b513f1c", + type: "checkmark", + title: "Extra Utilities" + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/4e6746a6.snbt b/config/ftbquests/normal/chapters/0722378b/4e6746a6.snbt new file mode 100644 index 00000000..5c87e75e --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/4e6746a6.snbt @@ -0,0 +1,19 @@ +{ + x: -1.0d, + y: 14.0d, + text: [ + "9x9 yeah I get the drill...", + "Placed next to an unpackager for autocrafting.", + "A packager is required somewhere in the AE network, but it doesn't need to be close." + ], + dependencies: [ + "4788eb53" + ], + tasks: [{ + uid: "f613ef8d", + type: "item", + items: [{ + item: "packagedexcrafting:ultimate_crafter" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/4eb317db.snbt b/config/ftbquests/normal/chapters/0722378b/4eb317db.snbt new file mode 100644 index 00000000..df133ba7 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/4eb317db.snbt @@ -0,0 +1,17 @@ +{ + x: 7.0d, + y: 4.0d, + text: [ + "The resonator uses grid power to infuse some materials with grid power, which can be passively produced from a wide array of sources." + ], + dependencies: [ + "4e1e22b7" + ], + tasks: [{ + uid: "3ebf0d0f", + type: "item", + items: [{ + item: "extrautils2:resonator" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/5269632d.snbt b/config/ftbquests/normal/chapters/0722378b/5269632d.snbt new file mode 100644 index 00000000..f586685c --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/5269632d.snbt @@ -0,0 +1,14 @@ +{ + x: 0.0d, + y: 11.0d, + dependencies: [ + "fe046b03" + ], + tasks: [{ + uid: "4d85ac6f", + type: "item", + items: [{ + item: "techreborn:alloy_smelter" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/52f5c9ed.snbt b/config/ftbquests/normal/chapters/0722378b/52f5c9ed.snbt new file mode 100644 index 00000000..1c3f0ba8 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/52f5c9ed.snbt @@ -0,0 +1,17 @@ +{ + x: 1.0d, + y: 9.0d, + text: [ + "Everyone loves manually drying things!" + ], + dependencies: [ + "0e9669cf" + ], + tasks: [{ + uid: "57387f4c", + type: "item", + items: [{ + item: "integrateddynamics:drying_basin" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/53b1d59e.snbt b/config/ftbquests/normal/chapters/0722378b/53b1d59e.snbt new file mode 100644 index 00000000..8b97082d --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/53b1d59e.snbt @@ -0,0 +1,17 @@ +{ + x: -13.5d, + y: 3.5d, + dependencies: [ + "89b5e044" + ], + tasks: [{ + uid: "551cdf46", + type: "item", + items: [{ + id: "modularmachinery:itemblueprint", + tag: { + dynamicmachine: "modularmachinery:herne_altar" + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/57f14738.snbt b/config/ftbquests/normal/chapters/0722378b/57f14738.snbt new file mode 100644 index 00000000..1b0f12c7 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/57f14738.snbt @@ -0,0 +1,17 @@ +{ + x: 2.0d, + y: 19.0d, + text: [ + "Yet another compressor..." + ], + dependencies: [ + "5f57ce40" + ], + tasks: [{ + uid: "6d12315e", + type: "item", + items: [{ + item: "nuclearcraft:pressurizer_idle" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/580b990c.snbt b/config/ftbquests/normal/chapters/0722378b/580b990c.snbt new file mode 100644 index 00000000..c96a11c5 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/580b990c.snbt @@ -0,0 +1,14 @@ +{ + x: 0.0d, + y: 9.0d, + dependencies: [ + "fe046b03" + ], + tasks: [{ + uid: "a7065ddc", + type: "item", + items: [{ + item: "techreborn:industrial_centrifuge" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/5ad1f409.snbt b/config/ftbquests/normal/chapters/0722378b/5ad1f409.snbt new file mode 100644 index 00000000..ac8392ea --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/5ad1f409.snbt @@ -0,0 +1,17 @@ +{ + x: 10.0d, + y: 1.0d, + text: [ + "Makes biomass from a variety of inputs." + ], + dependencies: [ + "36f5a834" + ], + tasks: [{ + uid: "bf6ad3fa", + type: "item", + items: [{ + item: "forestry:fermenter" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/5c422a06.snbt b/config/ftbquests/normal/chapters/0722378b/5c422a06.snbt new file mode 100644 index 00000000..50aabe56 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/5c422a06.snbt @@ -0,0 +1,29 @@ +{ + x: 14.0d, + y: -2.0d, + dependencies: [ + "27bbab81" + ], + tasks: [{ + uid: "ed286e38", + type: "item", + items: [{ + id: "thermalexpansion:machine", + Damage: 13s, + tag: { + RSControl: 0b, + Facing: 3b, + Energy: 0, + SideCache: [B; + 1b, + 1b, + 2b, + 2b, + 2b, + 2b + ], + Level: 0b + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/5cefb4a9.snbt b/config/ftbquests/normal/chapters/0722378b/5cefb4a9.snbt new file mode 100644 index 00000000..a306b234 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/5cefb4a9.snbt @@ -0,0 +1,24 @@ +{ + x: 8.0d, + y: -5.0d, + text: [ + "Four display stands, placed around the empowerer two blocks away." + ], + dependencies: [ + "e7285edc" + ], + tasks: [{ + uid: "ca8b8245", + type: "item", + items: [{ + item: "actuallyadditions:block_empowerer" + }] + }, + { + uid: "b5531ad5", + type: "item", + items: [{ + item: "actuallyadditions:block_display_stand" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/5e74d7a9.snbt b/config/ftbquests/normal/chapters/0722378b/5e74d7a9.snbt new file mode 100644 index 00000000..bd50f912 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/5e74d7a9.snbt @@ -0,0 +1,14 @@ +{ + x: -7.5d, + y: 3.5d, + dependencies: [ + "89b5e044" + ], + tasks: [{ + uid: "4784e12e", + type: "item", + items: [{ + item: "bewitchment:distillery" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/5e752420.snbt b/config/ftbquests/normal/chapters/0722378b/5e752420.snbt new file mode 100644 index 00000000..993db39e --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/5e752420.snbt @@ -0,0 +1,20 @@ +{ + x: 11.0d, + y: 5.0d, + text: [ + "The enchantment extractor has two main functionalities.", + "Firstly, it can split a book with multiple enchants into separate ones.", + "Secondly, it can turn enchanted books into essence.", + "Unconventional essence farm idea? Enchant books without using experience!" + ], + dependencies: [ + "f7cac881" + ], + tasks: [{ + uid: "d3213253", + type: "item", + items: [{ + item: "industrialforegoing:enchantment_extractor" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/5ec37371.snbt b/config/ftbquests/normal/chapters/0722378b/5ec37371.snbt new file mode 100644 index 00000000..31ffbddb --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/5ec37371.snbt @@ -0,0 +1,17 @@ +{ + x: 2.0d, + y: 17.0d, + text: [ + "Want some neutrons in your soup? I'd love some neutrons in my soup!" + ], + dependencies: [ + "5f57ce40" + ], + tasks: [{ + uid: "d9316b1a", + type: "item", + items: [{ + item: "nuclearcraft:irradiator_idle" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/5f57ce40.snbt b/config/ftbquests/normal/chapters/0722378b/5f57ce40.snbt new file mode 100644 index 00000000..11cab7bd --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/5f57ce40.snbt @@ -0,0 +1,12 @@ +{ + x: 2.0d, + y: 7.0d, + dependencies: [ + "89deb826" + ], + tasks: [{ + uid: "7cd8a99a", + type: "checkmark", + title: "Nuclearcraft" + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/5fb98300.snbt b/config/ftbquests/normal/chapters/0722378b/5fb98300.snbt new file mode 100644 index 00000000..832e7ca0 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/5fb98300.snbt @@ -0,0 +1,18 @@ +{ + x: 2.0d, + y: 25.0d, + text: [ + "For all your centrifuging needs.", + "Definitely the better centrifuge, between you and me..." + ], + dependencies: [ + "5f57ce40" + ], + tasks: [{ + uid: "9f759b44", + type: "item", + items: [{ + item: "nuclearcraft:centrifuge_idle" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/607fd492.snbt b/config/ftbquests/normal/chapters/0722378b/607fd492.snbt new file mode 100644 index 00000000..bdfb77c3 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/607fd492.snbt @@ -0,0 +1,29 @@ +{ + x: 8.0d, + y: -2.0d, + dependencies: [ + "27bbab81" + ], + tasks: [{ + uid: "3e352f8c", + type: "item", + items: [{ + id: "thermalexpansion:machine", + Damage: 1s, + tag: { + RSControl: 0b, + Facing: 3b, + Energy: 0, + SideCache: [B; + 3b, + 1b, + 2b, + 2b, + 2b, + 2b + ], + Level: 0b + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/61482d53.snbt b/config/ftbquests/normal/chapters/0722378b/61482d53.snbt new file mode 100644 index 00000000..bd86f39d --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/61482d53.snbt @@ -0,0 +1,17 @@ +{ + x: -10.5d, + y: 2.5d, + dependencies: [ + "baf0c309" + ], + tasks: [{ + uid: "7c7ecb87", + type: "item", + items: [{ + id: "modularmachinery:itemblueprint", + tag: { + dynamicmachine: "modularmachinery:carminite_empowerer" + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/623ffb6f.snbt b/config/ftbquests/normal/chapters/0722378b/623ffb6f.snbt new file mode 100644 index 00000000..7be81d23 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/623ffb6f.snbt @@ -0,0 +1,14 @@ +{ + x: -11.5d, + y: 1.5d, + dependencies: [ + "6916aca9" + ], + tasks: [{ + uid: "4913b426", + type: "item", + items: [{ + item: "bloodmagic:alchemy_table" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/627f1213.snbt b/config/ftbquests/normal/chapters/0722378b/627f1213.snbt new file mode 100644 index 00000000..da5a17f0 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/627f1213.snbt @@ -0,0 +1,19 @@ +{ + x: 4.0d, + y: 9.0d, + text: [ + "Used to process silicon boules.", + "May be a good one to put on passive...", + "Use holo projector to see multiblock preview." + ], + dependencies: [ + "3b01a8a9" + ], + tasks: [{ + uid: "d4d8e501", + type: "item", + items: [{ + item: "advancedrocketry:crystallizer" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/628b1ff8.snbt b/config/ftbquests/normal/chapters/0722378b/628b1ff8.snbt new file mode 100644 index 00000000..27b3d6e9 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/628b1ff8.snbt @@ -0,0 +1,18 @@ +{ + x: 10.0d, + y: 2.0d, + text: [ + "Infuses souls from soul vials into items!" + ], + dependencies: [ + "f40dd3ae" + ], + tasks: [{ + uid: "a277c17a", + type: "item", + items: [{ + item: "enderio:block_soul_binder" + }], + consume_items: false + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/64b1b97b.snbt b/config/ftbquests/normal/chapters/0722378b/64b1b97b.snbt new file mode 100644 index 00000000..f4acb707 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/64b1b97b.snbt @@ -0,0 +1,18 @@ +{ + x: 9.0d, + y: 2.0d, + text: [ + "Slices and Splices organic and inorganic things together consuming the durability of an axe and shears.", + "Durability is not consumed if the tools are unbreakable!" + ], + dependencies: [ + "f40dd3ae" + ], + tasks: [{ + uid: "075a1dce", + type: "item", + items: [{ + item: "enderio:block_slice_and_splice" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/67639f2c.snbt b/config/ftbquests/normal/chapters/0722378b/67639f2c.snbt new file mode 100644 index 00000000..54a6f8bc --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/67639f2c.snbt @@ -0,0 +1,15 @@ +{ + x: 0.0d, + y: 14.0d, + dependencies: [ + "fe046b03" + ], + tasks: [{ + uid: "a172fdd1", + type: "item", + items: [{ + id: "techreborn:industrial_blast_furnace", + tag: {} + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/67a96982.snbt b/config/ftbquests/normal/chapters/0722378b/67a96982.snbt new file mode 100644 index 00000000..9fc7d6ad --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/67a96982.snbt @@ -0,0 +1,18 @@ +{ + title: "Lilith Altar", + x: -11.5d, + y: 3.5d, + dependencies: [ + "89b5e044" + ], + tasks: [{ + uid: "679c825b", + type: "item", + items: [{ + id: "modularmachinery:itemblueprint", + tag: { + dynamicmachine: "modularmachinery:lilith_altar" + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/6916aca9.snbt b/config/ftbquests/normal/chapters/0722378b/6916aca9.snbt new file mode 100644 index 00000000..9b25d335 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/6916aca9.snbt @@ -0,0 +1,12 @@ +{ + x: -5.5d, + y: 1.5d, + dependencies: [ + "89deb826" + ], + tasks: [{ + uid: "22a73063", + type: "checkmark", + title: "Blood Magic" + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/69404a6d.snbt b/config/ftbquests/normal/chapters/0722378b/69404a6d.snbt new file mode 100644 index 00000000..7768d465 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/69404a6d.snbt @@ -0,0 +1,18 @@ +{ + title: "Iron Reinforced Centrifuge", + x: 0.0d, + y: -7.0d, + dependencies: [ + "b8a1ee28" + ], + tasks: [{ + uid: "10e20ed6", + type: "item", + items: [{ + id: "modularmachinery:itemblueprint", + tag: { + dynamicmachine: "modularmachinery:iron_centrifuge" + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/69b3de4f.snbt b/config/ftbquests/normal/chapters/0722378b/69b3de4f.snbt new file mode 100644 index 00000000..87f6849d --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/69b3de4f.snbt @@ -0,0 +1,18 @@ +{ + x: 4.0d, + y: 8.0d, + text: [ + "This multiblock is used to fabricate circuits and machine parts.", + "Use holo projector to see multiblock preview." + ], + dependencies: [ + "3b01a8a9" + ], + tasks: [{ + uid: "d06217d6", + type: "item", + items: [{ + item: "advancedrocketry:precisionassemblingmachine" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/6a0c33a0.snbt b/config/ftbquests/normal/chapters/0722378b/6a0c33a0.snbt new file mode 100644 index 00000000..b9a5da4a --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/6a0c33a0.snbt @@ -0,0 +1,18 @@ +{ + title: "Infusinator", + x: 2.0d, + y: -8.5d, + dependencies: [ + "69404a6d" + ], + tasks: [{ + uid: "231d040e", + type: "item", + items: [{ + id: "modularmachinery:itemblueprint", + tag: { + dynamicmachine: "modularmachinery:infusinator" + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/7093ee62.snbt b/config/ftbquests/normal/chapters/0722378b/7093ee62.snbt new file mode 100644 index 00000000..d3094c1f --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/7093ee62.snbt @@ -0,0 +1,17 @@ +{ + x: 2.0d, + y: 8.0d, + text: [ + "More Pulverizers!!!" + ], + dependencies: [ + "5f57ce40" + ], + tasks: [{ + uid: "1e91297d", + type: "item", + items: [{ + item: "nuclearcraft:manufactory_idle" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/70c199f1.snbt b/config/ftbquests/normal/chapters/0722378b/70c199f1.snbt new file mode 100644 index 00000000..e4242ca5 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/70c199f1.snbt @@ -0,0 +1,17 @@ +{ + x: -7.5d, + y: 2.5d, + dependencies: [ + "baf0c309" + ], + tasks: [{ + uid: "46415bed", + type: "item", + items: [{ + id: "modularmachinery:itemblueprint", + tag: { + dynamicmachine: "modularmachinery:essentia_crystallizer" + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/70e32e33.snbt b/config/ftbquests/normal/chapters/0722378b/70e32e33.snbt new file mode 100644 index 00000000..b599e979 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/70e32e33.snbt @@ -0,0 +1,25 @@ +{ + x: 8.0d, + y: -3.0d, + text: [ + "Dries things, and accepts pipe inputs and outputs." + ], + dependencies: [ + "cf94e2f1" + ], + tasks: [{ + uid: "4a015d6b", + type: "item", + items: [{ + id: "tconstruct:rack", + Damage: 1s, + tag: { + textureBlock: { + id: "minecraft:wooden_slab", + Count: 1b, + Damage: 0s + } + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/72c6fa0e.snbt b/config/ftbquests/normal/chapters/0722378b/72c6fa0e.snbt new file mode 100644 index 00000000..01fb6884 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/72c6fa0e.snbt @@ -0,0 +1,14 @@ +{ + x: 8.0d, + y: 0.0d, + dependencies: [ + "0c6ceb78" + ], + tasks: [{ + uid: "573e96b7", + type: "item", + items: [{ + item: "railcraft:equipment 1 1" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/7394197b.snbt b/config/ftbquests/normal/chapters/0722378b/7394197b.snbt new file mode 100644 index 00000000..896a2c6c --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/7394197b.snbt @@ -0,0 +1,17 @@ +{ + x: -10.5d, + y: -0.5d, + dependencies: [ + "ed26caa0" + ], + tasks: [{ + uid: "d0d40b22", + type: "item", + items: [{ + id: "modularmachinery:itemblueprint", + tag: { + dynamicmachine: "modularmachinery:gravitite_enchanter" + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/75e0cf81.snbt b/config/ftbquests/normal/chapters/0722378b/75e0cf81.snbt new file mode 100644 index 00000000..9b9235bb --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/75e0cf81.snbt @@ -0,0 +1,14 @@ +{ + x: -6.5d, + y: 1.5d, + dependencies: [ + "6916aca9" + ], + tasks: [{ + uid: "b84f86cf", + type: "item", + items: [{ + item: "bloodmagic:altar" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/77fc11e1.snbt b/config/ftbquests/normal/chapters/0722378b/77fc11e1.snbt new file mode 100644 index 00000000..3e24fb40 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/77fc11e1.snbt @@ -0,0 +1,21 @@ +{ + title: "Corrupted Library", + x: -7.5d, + y: -1.5d, + text: [ + "The corrupted library uses artifacts from Iceika and Arcana to fabricate things magically." + ], + dependencies: [ + "04a2f0d4" + ], + tasks: [{ + uid: "02f3fa89", + type: "item", + items: [{ + id: "modularmachinery:itemblueprint", + tag: { + dynamicmachine: "modularmachinery:corrupted_library" + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/791185f0.snbt b/config/ftbquests/normal/chapters/0722378b/791185f0.snbt new file mode 100644 index 00000000..a42d8a81 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/791185f0.snbt @@ -0,0 +1,29 @@ +{ + x: 18.0d, + y: -2.0d, + dependencies: [ + "27bbab81" + ], + tasks: [{ + uid: "847b5180", + type: "item", + items: [{ + id: "thermalexpansion:machine", + Damage: 9s, + tag: { + RSControl: 0b, + Facing: 3b, + Energy: 0, + SideCache: [B; + 1b, + 1b, + 2b, + 2b, + 2b, + 2b + ], + Level: 0b + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/79b6e4f0.snbt b/config/ftbquests/normal/chapters/0722378b/79b6e4f0.snbt new file mode 100644 index 00000000..e5665531 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/79b6e4f0.snbt @@ -0,0 +1,17 @@ +{ + x: -8.5d, + y: 1.5d, + dependencies: [ + "6916aca9" + ], + tasks: [{ + uid: "1ae120b7", + type: "item", + items: [{ + id: "modularmachinery:itemblueprint", + tag: { + dynamicmachine: "modularmachinery:sentient_coagulator" + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/7b109900.snbt b/config/ftbquests/normal/chapters/0722378b/7b109900.snbt new file mode 100644 index 00000000..b9284e1a --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/7b109900.snbt @@ -0,0 +1,17 @@ +{ + x: 2.0d, + y: 18.0d, + text: [ + "No casting tables needed!" + ], + dependencies: [ + "5f57ce40" + ], + tasks: [{ + uid: "1831889c", + type: "item", + items: [{ + item: "nuclearcraft:ingot_former_idle" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/7c47691c.snbt b/config/ftbquests/normal/chapters/0722378b/7c47691c.snbt new file mode 100644 index 00000000..74298a1a --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/7c47691c.snbt @@ -0,0 +1,18 @@ +{ + title: "Dreading Crucible", + x: 1.0d, + y: -7.0d, + dependencies: [ + "69404a6d" + ], + tasks: [{ + uid: "1a489705", + type: "item", + items: [{ + id: "modularmachinery:itemblueprint", + tag: { + dynamicmachine: "modularmachinery:dreading_crucible" + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/7d4bef3c.snbt b/config/ftbquests/normal/chapters/0722378b/7d4bef3c.snbt new file mode 100644 index 00000000..98f17108 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/7d4bef3c.snbt @@ -0,0 +1,18 @@ +{ + x: 11.0d, + y: 1.0d, + text: [ + "Infuses water into items.", + "Basically a worse fluid transposer (but don't tell him that)." + ], + dependencies: [ + "36f5a834" + ], + tasks: [{ + uid: "c90b2527", + type: "item", + items: [{ + item: "forestry:moistener" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/7f811fc7.snbt b/config/ftbquests/normal/chapters/0722378b/7f811fc7.snbt new file mode 100644 index 00000000..53744344 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/7f811fc7.snbt @@ -0,0 +1,29 @@ +{ + x: 11.0d, + y: -2.0d, + dependencies: [ + "27bbab81" + ], + tasks: [{ + uid: "89edd220", + type: "item", + items: [{ + id: "thermalexpansion:machine", + Damage: 5s, + tag: { + RSControl: 0b, + Facing: 3b, + Energy: 0, + SideCache: [B; + 1b, + 1b, + 2b, + 2b, + 2b, + 2b + ], + Level: 0b + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/817f5ec6.snbt b/config/ftbquests/normal/chapters/0722378b/817f5ec6.snbt new file mode 100644 index 00000000..b4a52614 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/817f5ec6.snbt @@ -0,0 +1,17 @@ +{ + x: 7.0d, + y: -1.0d, + text: [ + "Oil separation is truly a wonderful process!" + ], + dependencies: [ + "a728ea4e" + ], + tasks: [{ + uid: "4feaa5a5", + type: "item", + items: [{ + item: "buildcraftfactory:distiller" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/83d27c29.snbt b/config/ftbquests/normal/chapters/0722378b/83d27c29.snbt new file mode 100644 index 00000000..712b0406 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/83d27c29.snbt @@ -0,0 +1,17 @@ +{ + x: 2.0d, + y: 21.0d, + text: [ + "For mixing salts whenever you will have to mix salts..." + ], + dependencies: [ + "5f57ce40" + ], + tasks: [{ + uid: "e76bd4f1", + type: "item", + items: [{ + item: "nuclearcraft:salt_mixer_idle" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/8567e77e.snbt b/config/ftbquests/normal/chapters/0722378b/8567e77e.snbt new file mode 100644 index 00000000..935b0182 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/8567e77e.snbt @@ -0,0 +1,14 @@ +{ + x: 0.0d, + y: 12.0d, + dependencies: [ + "fe046b03" + ], + tasks: [{ + uid: "3ed71d2b", + type: "item", + items: [{ + item: "techreborn:industrial_electrolyzer" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/85dee259.snbt b/config/ftbquests/normal/chapters/0722378b/85dee259.snbt new file mode 100644 index 00000000..d0adc03d --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/85dee259.snbt @@ -0,0 +1,29 @@ +{ + x: 21.0d, + y: -2.0d, + dependencies: [ + "27bbab81" + ], + tasks: [{ + uid: "79ccbade", + type: "item", + items: [{ + id: "thermalexpansion:machine", + Damage: 14s, + tag: { + RSControl: 0b, + Facing: 3b, + Energy: 0, + SideCache: [B; + 1b, + 1b, + 2b, + 2b, + 2b, + 2b + ], + Level: 0b + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/85edee51.snbt b/config/ftbquests/normal/chapters/0722378b/85edee51.snbt new file mode 100644 index 00000000..57f726ef --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/85edee51.snbt @@ -0,0 +1,14 @@ +{ + x: 0.0d, + y: 18.0d, + dependencies: [ + "fe046b03" + ], + tasks: [{ + uid: "733c9e13", + type: "item", + items: [{ + item: "techreborn:implosion_compressor" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/8676b8df.snbt b/config/ftbquests/normal/chapters/0722378b/8676b8df.snbt new file mode 100644 index 00000000..b7f0dc96 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/8676b8df.snbt @@ -0,0 +1,17 @@ +{ + x: -11.5d, + y: 2.5d, + dependencies: [ + "baf0c309" + ], + tasks: [{ + uid: "96f8b52e", + type: "item", + items: [{ + id: "modularmachinery:itemblueprint", + tag: { + dynamicmachine: "modularmachinery:thaumic_replicator" + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/886b270c.snbt b/config/ftbquests/normal/chapters/0722378b/886b270c.snbt new file mode 100644 index 00000000..c6620323 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/886b270c.snbt @@ -0,0 +1,17 @@ +{ + x: -2.0d, + y: 11.0d, + text: [ + "Tier 3, now we're cooking with gas!" + ], + dependencies: [ + "31ed6cfa" + ], + tasks: [{ + uid: "1c244da2", + type: "item", + items: [{ + item: "draconicevolution:crafting_injector 1 2" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/8946471c.snbt b/config/ftbquests/normal/chapters/0722378b/8946471c.snbt new file mode 100644 index 00000000..08fda2ad --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/8946471c.snbt @@ -0,0 +1,14 @@ +{ + x: -7.5d, + y: 0.5d, + dependencies: [ + "b86d8b41" + ], + tasks: [{ + uid: "77605f35", + type: "item", + items: [{ + item: "abyssalcraft:crystallizer" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/89b5e044.snbt b/config/ftbquests/normal/chapters/0722378b/89b5e044.snbt new file mode 100644 index 00000000..c915162c --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/89b5e044.snbt @@ -0,0 +1,12 @@ +{ + x: -5.5d, + y: 3.5d, + dependencies: [ + "89deb826" + ], + tasks: [{ + uid: "50d61f4c", + type: "checkmark", + title: "Bewitchment" + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/89deb826.snbt b/config/ftbquests/normal/chapters/0722378b/89deb826.snbt new file mode 100644 index 00000000..fb01185b --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/89deb826.snbt @@ -0,0 +1,15 @@ +{ + x: 0.0d, + y: 0.0d, + text: [ + "There are a lot of machines and processes to automate, I will leave this space to write down some info on each of them..." + ], + dependencies: [ + "c016f84c" + ], + tasks: [{ + uid: "41c71dc2", + type: "checkmark", + title: "Machines, Machines, Machines" + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/8a9c3c0f.snbt b/config/ftbquests/normal/chapters/0722378b/8a9c3c0f.snbt new file mode 100644 index 00000000..7051e298 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/8a9c3c0f.snbt @@ -0,0 +1,17 @@ +{ + x: 14.0d, + y: 1.0d, + text: [ + "3x3 crafting, and glass" + ], + dependencies: [ + "36f5a834" + ], + tasks: [{ + uid: "f32ccaf4", + type: "item", + items: [{ + item: "forestry:fabricator" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/8b9db0d1.snbt b/config/ftbquests/normal/chapters/0722378b/8b9db0d1.snbt new file mode 100644 index 00000000..6184a183 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/8b9db0d1.snbt @@ -0,0 +1,18 @@ +{ + title: "Bloodmaster Crucible", + x: -1.0d, + y: -7.0d, + dependencies: [ + "69404a6d" + ], + tasks: [{ + uid: "c30232d9", + type: "item", + items: [{ + id: "modularmachinery:itemblueprint", + tag: { + dynamicmachine: "modularmachinery:bloodmaster_crucible" + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/8c12f626.snbt b/config/ftbquests/normal/chapters/0722378b/8c12f626.snbt new file mode 100644 index 00000000..77cb9eba --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/8c12f626.snbt @@ -0,0 +1,17 @@ +{ + x: 2.0d, + y: 12.0d, + text: [ + "For all your alloying needs, nuclearcraft edition!" + ], + dependencies: [ + "5f57ce40" + ], + tasks: [{ + uid: "4d0c145c", + type: "item", + items: [{ + item: "nuclearcraft:alloy_furnace_idle" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/8ea890fc.snbt b/config/ftbquests/normal/chapters/0722378b/8ea890fc.snbt new file mode 100644 index 00000000..929c0a45 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/8ea890fc.snbt @@ -0,0 +1,14 @@ +{ + x: 0.0d, + y: 10.0d, + dependencies: [ + "fe046b03" + ], + tasks: [{ + uid: "7fe005fd", + type: "item", + items: [{ + item: "techreborn:rolling_machine" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/8f28d850.snbt b/config/ftbquests/normal/chapters/0722378b/8f28d850.snbt new file mode 100644 index 00000000..6fd639c8 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/8f28d850.snbt @@ -0,0 +1,14 @@ +{ + x: -8.5d, + y: 4.5d, + dependencies: [ + "d3221c04" + ], + tasks: [{ + uid: "5ebace82", + type: "item", + items: [{ + item: "botania:alchemycatalyst" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/8f70ac06.snbt b/config/ftbquests/normal/chapters/0722378b/8f70ac06.snbt new file mode 100644 index 00000000..c107e2ae --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/8f70ac06.snbt @@ -0,0 +1,14 @@ +{ + x: 0.0d, + y: 15.0d, + dependencies: [ + "fe046b03" + ], + tasks: [{ + uid: "3325e670", + type: "item", + items: [{ + item: "techreborn:grinder" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/91b5b48f.snbt b/config/ftbquests/normal/chapters/0722378b/91b5b48f.snbt new file mode 100644 index 00000000..4e571a11 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/91b5b48f.snbt @@ -0,0 +1,17 @@ +{ + x: 11.0d, + y: 2.0d, + text: [ + "Dissolves solid items into fluids to make other fluids! (did you really need quest text to figure that out?!?)" + ], + dependencies: [ + "f40dd3ae" + ], + tasks: [{ + uid: "dd0efcb3", + type: "item", + items: [{ + item: "enderio:block_vat" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/9293db33.snbt b/config/ftbquests/normal/chapters/0722378b/9293db33.snbt new file mode 100644 index 00000000..222b4b71 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/9293db33.snbt @@ -0,0 +1,17 @@ +{ + x: -8.5d, + y: -0.5d, + dependencies: [ + "ed26caa0" + ], + tasks: [{ + uid: "028c32ab", + type: "item", + items: [{ + id: "modularmachinery:itemblueprint", + tag: { + dynamicmachine: "modularmachinery:auto_astral_altar" + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/934e810f.snbt b/config/ftbquests/normal/chapters/0722378b/934e810f.snbt new file mode 100644 index 00000000..12d4ec63 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/934e810f.snbt @@ -0,0 +1,39 @@ +{ + x: 7.0d, + y: 0.0d, + text: [ + "High pressure = better", + "For making steam from solid and liquid fuels." + ], + dependencies: [ + "0c6ceb78" + ], + tasks: [{ + uid: "dfb0aceb", + type: "item", + items: [{ + item: "railcraft:boiler_tank_pressure_low" + }] + }, + { + uid: "e1292788", + type: "item", + items: [{ + item: "railcraft:boiler_tank_pressure_high" + }] + }, + { + uid: "dba93e77", + type: "item", + items: [{ + item: "railcraft:boiler_firebox_fluid" + }] + }, + { + uid: "62d21ce7", + type: "item", + items: [{ + item: "railcraft:boiler_firebox_solid" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/96d5889e.snbt b/config/ftbquests/normal/chapters/0722378b/96d5889e.snbt new file mode 100644 index 00000000..746af77b --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/96d5889e.snbt @@ -0,0 +1,18 @@ +{ + title: "Moloch Altar", + x: -10.5d, + y: 3.5d, + dependencies: [ + "89b5e044" + ], + tasks: [{ + uid: "f5bfda90", + type: "item", + items: [{ + id: "modularmachinery:itemblueprint", + tag: { + dynamicmachine: "modularmachinery:moloch_altar" + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/987ca571.snbt b/config/ftbquests/normal/chapters/0722378b/987ca571.snbt new file mode 100644 index 00000000..080c97d3 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/987ca571.snbt @@ -0,0 +1,17 @@ +{ + x: -9.5d, + y: 2.5d, + dependencies: [ + "baf0c309" + ], + tasks: [{ + uid: "eac42ddc", + type: "item", + items: [{ + id: "modularmachinery:itemblueprint", + tag: { + dynamicmachine: "modularmachinery:arcane_autoworkbench" + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/9a06d003.snbt b/config/ftbquests/normal/chapters/0722378b/9a06d003.snbt new file mode 100644 index 00000000..a5b67258 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/9a06d003.snbt @@ -0,0 +1,28 @@ +{ + title: "Neutronium Bombarder", + x: -1.0d, + y: -9.5d, + dependencies: [ + "69404a6d" + ], + tasks: [{ + uid: "9ab2f9d5", + type: "item", + items: [{ + id: "modularmachinery:itemblueprint", + tag: { + dynamicmachine: "modularmachinery:neutronium_cannon" + } + }] + }, + { + uid: "e7e0775d", + type: "item", + items: [{ + id: "modularmachinery:itemblueprint", + tag: { + dynamicmachine: "modularmachinery:neutronium_bombarder" + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/9b5668f5.snbt b/config/ftbquests/normal/chapters/0722378b/9b5668f5.snbt new file mode 100644 index 00000000..c604a4e5 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/9b5668f5.snbt @@ -0,0 +1,29 @@ +{ + x: 20.0d, + y: -2.0d, + dependencies: [ + "27bbab81" + ], + tasks: [{ + uid: "9e971319", + type: "item", + items: [{ + id: "thermalexpansion:machine", + Damage: 7s, + tag: { + RSControl: 0b, + Facing: 3b, + Energy: 0, + SideCache: [B; + 1b, + 2b, + 3b, + 3b, + 3b, + 3b + ], + Level: 0b + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/9bc65cc8.snbt b/config/ftbquests/normal/chapters/0722378b/9bc65cc8.snbt new file mode 100644 index 00000000..8a63d18d --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/9bc65cc8.snbt @@ -0,0 +1,17 @@ +{ + x: 2.0d, + y: 23.0d, + text: [ + "For RadAway, and a few other things!" + ], + dependencies: [ + "5f57ce40" + ], + tasks: [{ + uid: "fddbe136", + type: "item", + items: [{ + item: "nuclearcraft:dissolver_idle" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/a059a9b8.snbt b/config/ftbquests/normal/chapters/0722378b/a059a9b8.snbt new file mode 100644 index 00000000..2e845949 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/a059a9b8.snbt @@ -0,0 +1,17 @@ +{ + x: 13.0d, + y: 1.0d, + text: [ + "Seed oil, honey, and a few other things..." + ], + dependencies: [ + "36f5a834" + ], + tasks: [{ + uid: "2800b97e", + type: "item", + items: [{ + item: "forestry:squeezer" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/a3dfb6ae.snbt b/config/ftbquests/normal/chapters/0722378b/a3dfb6ae.snbt new file mode 100644 index 00000000..d2fd713f --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/a3dfb6ae.snbt @@ -0,0 +1,17 @@ +{ + x: 1.0d, + y: 11.0d, + text: [ + "Drying automated!" + ], + dependencies: [ + "0e9669cf" + ], + tasks: [{ + uid: "ecd37536", + type: "item", + items: [{ + item: "integrateddynamics:mechanical_drying_basin" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/a47e5a88.snbt b/config/ftbquests/normal/chapters/0722378b/a47e5a88.snbt new file mode 100644 index 00000000..d0161f7e --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/a47e5a88.snbt @@ -0,0 +1,14 @@ +{ + x: 0.0d, + y: 26.0d, + dependencies: [ + "fe046b03" + ], + tasks: [{ + uid: "6407fa5c", + type: "item", + items: [{ + item: "techreborn:wire_mill" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/a4970870.snbt b/config/ftbquests/normal/chapters/0722378b/a4970870.snbt new file mode 100644 index 00000000..f708f121 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/a4970870.snbt @@ -0,0 +1,26 @@ +{ + x: 8.0d, + y: -1.0d, + text: [ + "To make all of the chipsets.", + "And a dope laser show!", + "Recipes are encoded by the assembly table, powered by surrounding lasers, the more the better!" + ], + dependencies: [ + "a728ea4e" + ], + tasks: [{ + uid: "9644dbc5", + type: "item", + items: [{ + item: "buildcraftsilicon:assembly_table" + }] + }, + { + uid: "83a7a793", + type: "item", + items: [{ + item: "buildcraftsilicon:laser" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/a5d2c358.snbt b/config/ftbquests/normal/chapters/0722378b/a5d2c358.snbt new file mode 100644 index 00000000..5457e6e2 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/a5d2c358.snbt @@ -0,0 +1,18 @@ +{ + title: "Dyson Irradiator", + x: 0.0d, + y: -12.0d, + dependencies: [ + "12037918" + ], + tasks: [{ + uid: "255b53df", + type: "item", + items: [{ + id: "modularmachinery:itemblueprint", + tag: { + dynamicmachine: "modularmachinery:dyson_irradiator" + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/a5dd59f6.snbt b/config/ftbquests/normal/chapters/0722378b/a5dd59f6.snbt new file mode 100644 index 00000000..098ded3f --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/a5dd59f6.snbt @@ -0,0 +1,14 @@ +{ + x: 12.0d, + y: 2.0d, + dependencies: [ + "f40dd3ae" + ], + tasks: [{ + uid: "144798bc", + type: "item", + items: [{ + item: "enderio:block_enchanter" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/a728ea4e.snbt b/config/ftbquests/normal/chapters/0722378b/a728ea4e.snbt new file mode 100644 index 00000000..746f0971 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/a728ea4e.snbt @@ -0,0 +1,12 @@ +{ + x: 6.0d, + y: -1.0d, + dependencies: [ + "89deb826" + ], + tasks: [{ + uid: "fa5f580d", + type: "checkmark", + title: "Buildracft" + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/a8a31c95.snbt b/config/ftbquests/normal/chapters/0722378b/a8a31c95.snbt new file mode 100644 index 00000000..32aa903f --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/a8a31c95.snbt @@ -0,0 +1,14 @@ +{ + x: -6.5d, + y: -0.5d, + dependencies: [ + "ed26caa0" + ], + tasks: [{ + uid: "94a436e9", + type: "item", + items: [{ + item: "astralsorcery:blockwell" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/a9a7c3e5.snbt b/config/ftbquests/normal/chapters/0722378b/a9a7c3e5.snbt new file mode 100644 index 00000000..bfcaa475 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/a9a7c3e5.snbt @@ -0,0 +1,17 @@ +{ + x: 8.0d, + y: 1.0d, + text: [ + "A crafting table with extra steps!" + ], + dependencies: [ + "36f5a834" + ], + tasks: [{ + uid: "e89f1fbb", + type: "item", + items: [{ + item: "forestry:carpenter" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/aa156294.snbt b/config/ftbquests/normal/chapters/0722378b/aa156294.snbt new file mode 100644 index 00000000..cf5f6813 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/aa156294.snbt @@ -0,0 +1,12 @@ +{ + x: -4.0d, + y: 7.0d, + dependencies: [ + "89deb826" + ], + tasks: [{ + uid: "9293f947", + type: "checkmark", + title: "Avaritia" + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/ab07ab5a.snbt b/config/ftbquests/normal/chapters/0722378b/ab07ab5a.snbt new file mode 100644 index 00000000..9ac5f86d --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/ab07ab5a.snbt @@ -0,0 +1,19 @@ +{ + x: -3.0d, + y: 8.0d, + text: [ + "For some of your processor-making needs.", + "Only one at a time :(", + "Requires energy from an AE network, even a very small one..." + ], + dependencies: [ + "b0b21afb" + ], + tasks: [{ + uid: "b711c4be", + type: "item", + items: [{ + item: "appliedenergistics2:inscriber" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/acdd320a.snbt b/config/ftbquests/normal/chapters/0722378b/acdd320a.snbt new file mode 100644 index 00000000..1c46f2a0 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/acdd320a.snbt @@ -0,0 +1,18 @@ +{ + x: 4.0d, + y: 12.0d, + text: [ + "Yet another way to make hydrogen and oxygen...", + "Use holo projector to see multiblock preview." + ], + dependencies: [ + "3b01a8a9" + ], + tasks: [{ + uid: "5b285502", + type: "item", + items: [{ + item: "advancedrocketry:electrolyser" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/b005684d.snbt b/config/ftbquests/normal/chapters/0722378b/b005684d.snbt new file mode 100644 index 00000000..4b8838ee --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/b005684d.snbt @@ -0,0 +1,14 @@ +{ + x: 0.0d, + y: 24.0d, + dependencies: [ + "fe046b03" + ], + tasks: [{ + uid: "4f98afbd", + type: "item", + items: [{ + item: "techreborn:plate_bending_machine" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/b0b21afb.snbt b/config/ftbquests/normal/chapters/0722378b/b0b21afb.snbt new file mode 100644 index 00000000..ef50f5d4 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/b0b21afb.snbt @@ -0,0 +1,12 @@ +{ + x: -3.0d, + y: 7.0d, + dependencies: [ + "89deb826" + ], + tasks: [{ + uid: "2fb8339c", + type: "checkmark", + title: "Applied Energistics" + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/b1a0c4e6.snbt b/config/ftbquests/normal/chapters/0722378b/b1a0c4e6.snbt new file mode 100644 index 00000000..b9483a62 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/b1a0c4e6.snbt @@ -0,0 +1,14 @@ +{ + x: 14.0d, + y: 5.0d, + dependencies: [ + "0ab08fce" + ], + tasks: [{ + uid: "9ebc3a90", + type: "item", + items: [{ + item: "industrialforegoing:enchantment_aplicator" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/b31b8cf9.snbt b/config/ftbquests/normal/chapters/0722378b/b31b8cf9.snbt new file mode 100644 index 00000000..93fcf80f --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/b31b8cf9.snbt @@ -0,0 +1,19 @@ +{ + x: -3.0d, + y: 9.0d, + text: [ + "You could place four of these around a block of water...", + "...or you could get an upgrade!", + "Requires energy from an AE network, even a very small one..." + ], + dependencies: [ + "b0b21afb" + ], + tasks: [{ + uid: "9066cb5b", + type: "item", + items: [{ + item: "appliedenergistics2:quartz_growth_accelerator" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/b488fe83.snbt b/config/ftbquests/normal/chapters/0722378b/b488fe83.snbt new file mode 100644 index 00000000..fa17d8b6 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/b488fe83.snbt @@ -0,0 +1,18 @@ +{ + x: 2.0d, + y: 16.0d, + text: [ + "Fluid chemistry? Fluid chemistry!", + "Good to have on autocraft, I will need a decent amount of these." + ], + dependencies: [ + "5f57ce40" + ], + tasks: [{ + uid: "2c26a347", + type: "item", + items: [{ + item: "nuclearcraft:electrolyser_idle" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/b5587de8.snbt b/config/ftbquests/normal/chapters/0722378b/b5587de8.snbt new file mode 100644 index 00000000..78ec83e4 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/b5587de8.snbt @@ -0,0 +1,14 @@ +{ + x: -7.5d, + y: 1.5d, + dependencies: [ + "6916aca9" + ], + tasks: [{ + uid: "c5678d5f", + type: "item", + items: [{ + item: "bloodmagic:soul_forge" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/b5d90eb5.snbt b/config/ftbquests/normal/chapters/0722378b/b5d90eb5.snbt new file mode 100644 index 00000000..3a2e8869 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/b5d90eb5.snbt @@ -0,0 +1,14 @@ +{ + x: -12.5d, + y: 4.5d, + dependencies: [ + "d3221c04" + ], + tasks: [{ + uid: "5825d63d", + type: "item", + items: [{ + item: "botania:alfheimportal" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/b68d247c.snbt b/config/ftbquests/normal/chapters/0722378b/b68d247c.snbt new file mode 100644 index 00000000..a514bba2 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/b68d247c.snbt @@ -0,0 +1,14 @@ +{ + x: 0.0d, + y: 25.0d, + dependencies: [ + "fe046b03" + ], + tasks: [{ + uid: "093af501", + type: "item", + items: [{ + item: "techreborn:solid_canning_machine" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/b86d8b41.snbt b/config/ftbquests/normal/chapters/0722378b/b86d8b41.snbt new file mode 100644 index 00000000..a378973e --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/b86d8b41.snbt @@ -0,0 +1,12 @@ +{ + x: -5.5d, + y: 0.5d, + dependencies: [ + "89deb826" + ], + tasks: [{ + uid: "0205ce50", + type: "checkmark", + title: "Abyssalcraft" + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/b8a1ee28.snbt b/config/ftbquests/normal/chapters/0722378b/b8a1ee28.snbt new file mode 100644 index 00000000..151fb50c --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/b8a1ee28.snbt @@ -0,0 +1,12 @@ +{ + x: 0.0d, + y: -6.0d, + dependencies: [ + "89deb826" + ], + tasks: [{ + uid: "8d31f6ea", + type: "checkmark", + title: "Technomancy" + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/b8fdc40e.snbt b/config/ftbquests/normal/chapters/0722378b/b8fdc40e.snbt new file mode 100644 index 00000000..55c30342 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/b8fdc40e.snbt @@ -0,0 +1,29 @@ +{ + x: 12.0d, + y: -2.0d, + dependencies: [ + "27bbab81" + ], + tasks: [{ + uid: "574ce23e", + type: "item", + items: [{ + id: "thermalexpansion:machine", + Damage: 4s, + tag: { + RSControl: 0b, + Facing: 3b, + Energy: 0, + SideCache: [B; + 3b, + 1b, + 2b, + 2b, + 2b, + 2b + ], + Level: 0b + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/b9141c9f.snbt b/config/ftbquests/normal/chapters/0722378b/b9141c9f.snbt new file mode 100644 index 00000000..da836ece --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/b9141c9f.snbt @@ -0,0 +1,34 @@ +{ + icon: "woot:anvil", + x: 3.0d, + y: 8.0d, + text: [ + "Stygian Iron anvil are pretty awesome, but are not immediately straightforward to automate.", + "A magma block is required underneath the anvil to provide enough heat.", + "Specific casts can be used for multiple outcomes, so an anvil for each cast is recommended.", + "Recipe items can be dropped or dispensed directly on the anvil.", + "Some sort of user can be used to hit the anvil with a Ya Hammer." + ], + dependencies: [ + "3d2ba360" + ], + tasks: [{ + uid: "106e3c08", + type: "item", + items: [{ + item: "woot:anvil" + }] + }, + { + uid: "d32f1f6c", + type: "item", + items: [{ + id: "woot:yahhammer", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/ba31f6fe.snbt b/config/ftbquests/normal/chapters/0722378b/ba31f6fe.snbt new file mode 100644 index 00000000..3096315b --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/ba31f6fe.snbt @@ -0,0 +1,17 @@ +{ + x: -9.5d, + y: 0.5d, + dependencies: [ + "b86d8b41" + ], + tasks: [{ + uid: "647b601c", + type: "item", + items: [{ + id: "modularmachinery:itemblueprint", + tag: { + dynamicmachine: "modularmachinery:sterilized_altar" + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/baf0c309.snbt b/config/ftbquests/normal/chapters/0722378b/baf0c309.snbt new file mode 100644 index 00000000..7f906d27 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/baf0c309.snbt @@ -0,0 +1,12 @@ +{ + x: -5.5d, + y: 2.5d, + dependencies: [ + "89deb826" + ], + tasks: [{ + uid: "dbc51c2a", + type: "checkmark", + title: "Thaumcraft" + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/bf4d521d.snbt b/config/ftbquests/normal/chapters/0722378b/bf4d521d.snbt new file mode 100644 index 00000000..d21f88b9 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/bf4d521d.snbt @@ -0,0 +1,29 @@ +{ + x: 10.0d, + y: -2.0d, + dependencies: [ + "27bbab81" + ], + tasks: [{ + uid: "205d5ca8", + type: "item", + items: [{ + id: "thermalexpansion:machine", + Damage: 2s, + tag: { + RSControl: 0b, + Facing: 3b, + Energy: 0, + SideCache: [B; + 3b, + 1b, + 2b, + 2b, + 2b, + 2b + ], + Level: 0b + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/c02a972b.snbt b/config/ftbquests/normal/chapters/0722378b/c02a972b.snbt new file mode 100644 index 00000000..024043b7 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/c02a972b.snbt @@ -0,0 +1,19 @@ +{ + x: -1.0d, + y: 13.0d, + text: [ + "7x7 autocrafting too.", + "Placed next to an unpackager for autocrafting.", + "A packager is required somewhere in the AE network, but it doesn't need to be close." + ], + dependencies: [ + "4788eb53" + ], + tasks: [{ + uid: "7c802fb2", + type: "item", + items: [{ + item: "packagedexcrafting:elite_crafter" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/c19fe406.snbt b/config/ftbquests/normal/chapters/0722378b/c19fe406.snbt new file mode 100644 index 00000000..b0e7f28a --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/c19fe406.snbt @@ -0,0 +1,29 @@ +{ + x: 19.0d, + y: -2.0d, + dependencies: [ + "27bbab81" + ], + tasks: [{ + uid: "187c7a64", + type: "item", + items: [{ + id: "thermalexpansion:machine", + Damage: 8s, + tag: { + RSControl: 0b, + Facing: 3b, + Energy: 0, + SideCache: [B; + 3b, + 1b, + 2b, + 2b, + 2b, + 2b + ], + Level: 0b + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/c2d66b80.snbt b/config/ftbquests/normal/chapters/0722378b/c2d66b80.snbt new file mode 100644 index 00000000..cc4beea1 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/c2d66b80.snbt @@ -0,0 +1,17 @@ +{ + x: -9.5d, + y: 1.5d, + dependencies: [ + "6916aca9" + ], + tasks: [{ + uid: "9212f99d", + type: "item", + items: [{ + id: "modularmachinery:itemblueprint", + tag: { + dynamicmachine: "modularmachinery:dimensional_stabilizer" + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/c40b73a6.snbt b/config/ftbquests/normal/chapters/0722378b/c40b73a6.snbt new file mode 100644 index 00000000..d3fbc244 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/c40b73a6.snbt @@ -0,0 +1,18 @@ +{ + title: "Cold Iron Forge", + x: -9.5d, + y: 3.5d, + dependencies: [ + "89b5e044" + ], + tasks: [{ + uid: "81ac48e1", + type: "item", + items: [{ + id: "modularmachinery:itemblueprint", + tag: { + dynamicmachine: "modularmachinery:cold_iron_forge" + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/c4b48a94.snbt b/config/ftbquests/normal/chapters/0722378b/c4b48a94.snbt new file mode 100644 index 00000000..b90bd28e --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/c4b48a94.snbt @@ -0,0 +1,17 @@ +{ + x: 1.0d, + y: 10.0d, + text: [ + "Squeezing automated!" + ], + dependencies: [ + "0e9669cf" + ], + tasks: [{ + uid: "cd3a9fd0", + type: "item", + items: [{ + item: "integrateddynamics:mechanical_squeezer" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/c9184d0a.snbt b/config/ftbquests/normal/chapters/0722378b/c9184d0a.snbt new file mode 100644 index 00000000..9a0fe989 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/c9184d0a.snbt @@ -0,0 +1,18 @@ +{ + x: 4.0d, + y: 11.0d, + text: [ + "Used to make rocket fuel!", + "Use holo projector to see multiblock preview." + ], + dependencies: [ + "3b01a8a9" + ], + tasks: [{ + uid: "5a2876fd", + type: "item", + items: [{ + item: "advancedrocketry:chemicalreactor" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/c932ce36.snbt b/config/ftbquests/normal/chapters/0722378b/c932ce36.snbt new file mode 100644 index 00000000..c407bc03 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/c932ce36.snbt @@ -0,0 +1,18 @@ +{ + x: 7.0d, + y: 2.0d, + text: [ + "Makes alloys accepting up to three materials.", + "And smelts things too!" + ], + dependencies: [ + "f40dd3ae" + ], + tasks: [{ + uid: "927b5fc9", + type: "item", + items: [{ + item: "enderio:block_alloy_smelter" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/c972be27.snbt b/config/ftbquests/normal/chapters/0722378b/c972be27.snbt new file mode 100644 index 00000000..7256433d --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/c972be27.snbt @@ -0,0 +1,17 @@ +{ + x: -9.5d, + y: -0.5d, + dependencies: [ + "ed26caa0" + ], + tasks: [{ + uid: "35e7ebf4", + type: "item", + items: [{ + id: "modularmachinery:itemblueprint", + tag: { + dynamicmachine: "modularmachinery:illuminated_enchanter" + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/cadab633.snbt b/config/ftbquests/normal/chapters/0722378b/cadab633.snbt new file mode 100644 index 00000000..342a941c --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/cadab633.snbt @@ -0,0 +1,17 @@ +{ + x: 2.0d, + y: 22.0d, + text: [ + "Weird solutes make for weird crystals..." + ], + dependencies: [ + "5f57ce40" + ], + tasks: [{ + uid: "413a2b91", + type: "item", + items: [{ + item: "nuclearcraft:crystallizer_idle" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/ccaea4d5.snbt b/config/ftbquests/normal/chapters/0722378b/ccaea4d5.snbt new file mode 100644 index 00000000..61723705 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/ccaea4d5.snbt @@ -0,0 +1,17 @@ +{ + x: 2.0d, + y: 24.0d, + text: [ + "Only the best fleeb juice for the best plumbus!" + ], + dependencies: [ + "5f57ce40" + ], + tasks: [{ + uid: "d0624445", + type: "item", + items: [{ + item: "nuclearcraft:extractor_idle" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/cd322d36.snbt b/config/ftbquests/normal/chapters/0722378b/cd322d36.snbt new file mode 100644 index 00000000..22753503 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/cd322d36.snbt @@ -0,0 +1,20 @@ +{ + x: 7.0d, + y: -5.0d, + text: [ + "Laser go *zzzz", + "Crystal go *whooosh", + "Right click with aredstone torch to swap between deactivation and pulse mode.", + "Place next to a pressure plate in pulse mode to zap whatever is placed on the plate for simple automation." + ], + dependencies: [ + "e7285edc" + ], + tasks: [{ + uid: "c10688ba", + type: "item", + items: [{ + item: "actuallyadditions:block_atomic_reconstructor" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/cf60fc66.snbt b/config/ftbquests/normal/chapters/0722378b/cf60fc66.snbt new file mode 100644 index 00000000..2264862f --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/cf60fc66.snbt @@ -0,0 +1,18 @@ +{ + title: "Ender Stone Crucible", + x: 2.0d, + y: -7.0d, + dependencies: [ + "69404a6d" + ], + tasks: [{ + uid: "2576bafd", + type: "item", + items: [{ + id: "modularmachinery:itemblueprint", + tag: { + dynamicmachine: "modularmachinery:ender_stone_crucible" + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/cf94e2f1.snbt b/config/ftbquests/normal/chapters/0722378b/cf94e2f1.snbt new file mode 100644 index 00000000..fd05f68c --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/cf94e2f1.snbt @@ -0,0 +1,12 @@ +{ + x: 6.0d, + y: -3.0d, + dependencies: [ + "89deb826" + ], + tasks: [{ + uid: "9c0a79ee", + type: "checkmark", + title: "Tinker" + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/chapter.snbt b/config/ftbquests/normal/chapters/0722378b/chapter.snbt new file mode 100644 index 00000000..023dce88 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/chapter.snbt @@ -0,0 +1,7 @@ +{ + title: "On Manufacturing and Fabrication", + icon: "enderio:item_basic_capacitor 1 2", + always_invisible: false, + group: 0, + default_quest_shape: "" +} diff --git a/config/ftbquests/normal/chapters/0722378b/d077fa68.snbt b/config/ftbquests/normal/chapters/0722378b/d077fa68.snbt new file mode 100644 index 00000000..75d26eda --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/d077fa68.snbt @@ -0,0 +1,14 @@ +{ + x: -7.5d, + y: -0.5d, + dependencies: [ + "ed26caa0" + ], + tasks: [{ + uid: "972ae8f3", + type: "item", + items: [{ + item: "astralsorcery:blockstarlightinfuser" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/d10d89a1.snbt b/config/ftbquests/normal/chapters/0722378b/d10d89a1.snbt new file mode 100644 index 00000000..fb18bf84 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/d10d89a1.snbt @@ -0,0 +1,14 @@ +{ + x: 0.0d, + y: 21.0d, + dependencies: [ + "fe046b03" + ], + tasks: [{ + uid: "3c5da880", + type: "item", + items: [{ + item: "techreborn:industrial_sawmill" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/d3221c04.snbt b/config/ftbquests/normal/chapters/0722378b/d3221c04.snbt new file mode 100644 index 00000000..cc2dbc5c --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/d3221c04.snbt @@ -0,0 +1,13 @@ +{ + title: "Botania", + x: -5.5d, + y: 4.5d, + dependencies: [ + "89deb826" + ], + tasks: [{ + uid: "6148f8cb", + type: "checkmark", + title: "Magic Fabrication" + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/d373b1bd.snbt b/config/ftbquests/normal/chapters/0722378b/d373b1bd.snbt new file mode 100644 index 00000000..b4af656d --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/d373b1bd.snbt @@ -0,0 +1,17 @@ +{ + x: -8.5d, + y: 2.5d, + dependencies: [ + "baf0c309" + ], + tasks: [{ + uid: "cb966bd8", + type: "item", + items: [{ + id: "modularmachinery:itemblueprint", + tag: { + dynamicmachine: "modularmachinery:arcane_autoinfuser" + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/d3c25bf1.snbt b/config/ftbquests/normal/chapters/0722378b/d3c25bf1.snbt new file mode 100644 index 00000000..6db893f5 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/d3c25bf1.snbt @@ -0,0 +1,17 @@ +{ + x: 2.0d, + y: 14.0d, + text: [ + "No smeltery multiblock needed!" + ], + dependencies: [ + "5f57ce40" + ], + tasks: [{ + uid: "9b26c307", + type: "item", + items: [{ + item: "nuclearcraft:melter_idle" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/d4381c24.snbt b/config/ftbquests/normal/chapters/0722378b/d4381c24.snbt new file mode 100644 index 00000000..38e35159 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/d4381c24.snbt @@ -0,0 +1,18 @@ +{ + title: "Creation Altar", + x: -2.0d, + y: -9.5d, + dependencies: [ + "69404a6d" + ], + tasks: [{ + uid: "1ef9b993", + type: "item", + items: [{ + id: "modularmachinery:itemblueprint", + tag: { + dynamicmachine: "modularmachinery:creation_altar" + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/d6d71c69.snbt b/config/ftbquests/normal/chapters/0722378b/d6d71c69.snbt new file mode 100644 index 00000000..79d33e7d --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/d6d71c69.snbt @@ -0,0 +1,17 @@ +{ + x: 2.0d, + y: 10.0d, + text: [ + "For when the radioactive materials I need are not readily available from reactors..." + ], + dependencies: [ + "5f57ce40" + ], + tasks: [{ + uid: "a737dba8", + type: "item", + items: [{ + item: "nuclearcraft:decay_hastener_idle" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/d8348b6b.snbt b/config/ftbquests/normal/chapters/0722378b/d8348b6b.snbt new file mode 100644 index 00000000..3a9263d4 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/d8348b6b.snbt @@ -0,0 +1,17 @@ +{ + x: 2.0d, + y: 13.0d, + text: [ + "For all your fluid infusion needs, and a great way to make treated wood." + ], + dependencies: [ + "5f57ce40" + ], + tasks: [{ + uid: "089b5f7c", + type: "item", + items: [{ + item: "nuclearcraft:infuser_idle" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/d86d3d26.snbt b/config/ftbquests/normal/chapters/0722378b/d86d3d26.snbt new file mode 100644 index 00000000..3992bdbd --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/d86d3d26.snbt @@ -0,0 +1,17 @@ +{ + x: -4.0d, + y: 8.0d, + text: [ + "Makes neutrinos, really, really slowly..." + ], + dependencies: [ + "aa156294" + ], + tasks: [{ + uid: "a0732152", + type: "item", + items: [{ + item: "avaritia:neutron_collector" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/db21d361.snbt b/config/ftbquests/normal/chapters/0722378b/db21d361.snbt new file mode 100644 index 00000000..5f8b3806 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/db21d361.snbt @@ -0,0 +1,18 @@ +{ + x: -7.5d, + y: 4.5d, + text: [ + "The Mana Pool transforms items dropped into it using mana.", + "An item dropper or a precision hopper can be used to automate the Mana Pool." + ], + dependencies: [ + "d3221c04" + ], + tasks: [{ + uid: "28ef3eeb", + type: "item", + items: [{ + item: "botania:pool" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/db2b859e.snbt b/config/ftbquests/normal/chapters/0722378b/db2b859e.snbt new file mode 100644 index 00000000..836846c0 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/db2b859e.snbt @@ -0,0 +1,12 @@ +{ + x: -5.5d, + y: -2.5d, + dependencies: [ + "89deb826" + ], + tasks: [{ + uid: "8df4b8a9", + type: "checkmark", + title: "Ice and Fire" + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/de89b398.snbt b/config/ftbquests/normal/chapters/0722378b/de89b398.snbt new file mode 100644 index 00000000..d224dc38 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/de89b398.snbt @@ -0,0 +1,18 @@ +{ + title: "Gravitational Collepser", + x: 2.0d, + y: -9.5d, + dependencies: [ + "69404a6d" + ], + tasks: [{ + uid: "47f9560e", + type: "item", + items: [{ + id: "modularmachinery:itemblueprint", + tag: { + dynamicmachine: "modularmachinery:gravitational_collapser" + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/def4a1c0.snbt b/config/ftbquests/normal/chapters/0722378b/def4a1c0.snbt new file mode 100644 index 00000000..003b7024 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/def4a1c0.snbt @@ -0,0 +1,21 @@ +{ + x: -6.5d, + y: 4.5d, + text: [ + "The Pure Daisy is used to transform the 8 blocks around it.", + "This can be easily automated using block placers and breakers, or by using formation and annhilation planes in a AE2 subnet." + ], + dependencies: [ + "d3221c04" + ], + tasks: [{ + uid: "8292837c", + type: "item", + items: [{ + id: "botania:specialflower", + tag: { + type: "puredaisy" + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/df4e1a93.snbt b/config/ftbquests/normal/chapters/0722378b/df4e1a93.snbt new file mode 100644 index 00000000..b40cfa7d --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/df4e1a93.snbt @@ -0,0 +1,14 @@ +{ + x: -11.5d, + y: 4.5d, + dependencies: [ + "d3221c04" + ], + tasks: [{ + uid: "a5268985", + type: "item", + items: [{ + item: "botania:terraplate" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/df64d9bc.snbt b/config/ftbquests/normal/chapters/0722378b/df64d9bc.snbt new file mode 100644 index 00000000..43d4bbb2 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/df64d9bc.snbt @@ -0,0 +1,18 @@ +{ + x: 12.0d, + y: 5.0d, + text: [ + "In search of some fluid to put into an ender combustion generator?", + "Plant scraps would work pretty well here!" + ], + dependencies: [ + "0ab08fce" + ], + tasks: [{ + uid: "4ddfb244", + type: "item", + items: [{ + item: "industrialforegoing:bioreactor" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/e014be9e.snbt b/config/ftbquests/normal/chapters/0722378b/e014be9e.snbt new file mode 100644 index 00000000..7254687f --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/e014be9e.snbt @@ -0,0 +1,22 @@ +{ + title: "Wizardry Combiner", + x: -6.5d, + y: -1.5d, + text: [ + "The wizardry Combiner uses the powers of wizardry to make powerful magical artifacts...", + "...and some other things as well..." + ], + dependencies: [ + "04a2f0d4" + ], + tasks: [{ + uid: "a5bdb88c", + type: "item", + items: [{ + id: "modularmachinery:itemblueprint", + tag: { + dynamicmachine: "modularmachinery:wizardry_combiner" + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/e02f033e.snbt b/config/ftbquests/normal/chapters/0722378b/e02f033e.snbt new file mode 100644 index 00000000..d8821236 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/e02f033e.snbt @@ -0,0 +1,29 @@ +{ + x: 16.0d, + y: -2.0d, + dependencies: [ + "27bbab81" + ], + tasks: [{ + uid: "28c998b0", + type: "item", + items: [{ + id: "thermalexpansion:machine", + Damage: 11s, + tag: { + RSControl: 0b, + Facing: 3b, + Energy: 0, + SideCache: [B; + 1b, + 1b, + 2b, + 2b, + 2b, + 2b + ], + Level: 0b + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/e0f02d75.snbt b/config/ftbquests/normal/chapters/0722378b/e0f02d75.snbt new file mode 100644 index 00000000..74cc6340 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/e0f02d75.snbt @@ -0,0 +1,19 @@ +{ + x: -1.0d, + y: 11.0d, + text: [ + "To unpackage all your 3x3 recipes!", + "Placed next to an unpackager for autocrafting.", + "A packager is required somewhere in the AE network, but it doesn't need to be close." + ], + dependencies: [ + "4788eb53" + ], + tasks: [{ + uid: "72c69a79", + type: "item", + items: [{ + item: "packagedexcrafting:basic_crafter" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/e111ca1c.snbt b/config/ftbquests/normal/chapters/0722378b/e111ca1c.snbt new file mode 100644 index 00000000..564c9d46 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/e111ca1c.snbt @@ -0,0 +1,14 @@ +{ + x: -9.5d, + y: 4.5d, + dependencies: [ + "d3221c04" + ], + tasks: [{ + uid: "26a34d1d", + type: "item", + items: [{ + item: "botania:altar" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/e1ef8d61.snbt b/config/ftbquests/normal/chapters/0722378b/e1ef8d61.snbt new file mode 100644 index 00000000..26f17c18 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/e1ef8d61.snbt @@ -0,0 +1,12 @@ +{ + x: 6.0d, + y: -4.0d, + dependencies: [ + "89deb826" + ], + tasks: [{ + uid: "6d0092e1", + type: "checkmark", + title: "Immersive Engineering" + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/e3f0a763.snbt b/config/ftbquests/normal/chapters/0722378b/e3f0a763.snbt new file mode 100644 index 00000000..94068739 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/e3f0a763.snbt @@ -0,0 +1,17 @@ +{ + x: 15.0d, + y: 1.0d, + text: [ + "Bro you want to see my $700 juicer?" + ], + dependencies: [ + "36f5a834" + ], + tasks: [{ + uid: "490af9ca", + type: "item", + items: [{ + item: "extratrees:machine 1 4" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/e4231588.snbt b/config/ftbquests/normal/chapters/0722378b/e4231588.snbt new file mode 100644 index 00000000..5d6fb655 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/e4231588.snbt @@ -0,0 +1,46 @@ +{ + x: -1.0d, + y: 8.0d, + text: [ + "This bad boy can turn extended crafting tables into one-recipe crafters.", + "Useful for passive automation, just in case..." + ], + dependencies: [ + "4788eb53" + ], + tasks: [{ + uid: "c7e21aa8", + type: "item", + items: [{ + item: "extendedcrafting:interface" + }] + }, + { + uid: "4a5056b7", + type: "item", + items: [{ + item: "extendedcrafting:table_basic" + }] + }, + { + uid: "a913b995", + type: "item", + items: [{ + item: "extendedcrafting:table_advanced" + }] + }, + { + uid: "a6dbc5b7", + type: "item", + items: [{ + item: "extendedcrafting:table_elite" + }] + }, + { + uid: "12e3015c", + type: "item", + items: [{ + item: "extendedcrafting:table_ultimate" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/e4518f27.snbt b/config/ftbquests/normal/chapters/0722378b/e4518f27.snbt new file mode 100644 index 00000000..5bed176a --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/e4518f27.snbt @@ -0,0 +1,18 @@ +{ + x: 8.0d, + y: 2.0d, + text: [ + "Pulverizes things producing chance drops.", + "Grinding balls can be used to increase yield." + ], + dependencies: [ + "f40dd3ae" + ], + tasks: [{ + uid: "051494d7", + type: "item", + items: [{ + item: "enderio:block_sag_mill" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/e480d622.snbt b/config/ftbquests/normal/chapters/0722378b/e480d622.snbt new file mode 100644 index 00000000..729ac6e8 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/e480d622.snbt @@ -0,0 +1,18 @@ +{ + x: -3.0d, + y: 11.0d, + text: [ + "Crystal growth done easy!", + "Requires energy from an AE network, even a very small one..." + ], + dependencies: [ + "b0b21afb" + ], + tasks: [{ + uid: "ad397764", + type: "item", + items: [{ + item: "ae2stuff:grower" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/e6d84555.snbt b/config/ftbquests/normal/chapters/0722378b/e6d84555.snbt new file mode 100644 index 00000000..07a64f3b --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/e6d84555.snbt @@ -0,0 +1,17 @@ +{ + x: -14.5d, + y: 4.5d, + dependencies: [ + "d3221c04" + ], + tasks: [{ + uid: "9417fea6", + type: "item", + items: [{ + id: "modularmachinery:itemblueprint", + tag: { + dynamicmachine: "modularmachinery:botanic_condenser" + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/e7285edc.snbt b/config/ftbquests/normal/chapters/0722378b/e7285edc.snbt new file mode 100644 index 00000000..b1395b8e --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/e7285edc.snbt @@ -0,0 +1,12 @@ +{ + x: 6.0d, + y: -5.0d, + dependencies: [ + "89deb826" + ], + tasks: [{ + uid: "c17fce3a", + type: "checkmark", + title: "Actually Additions" + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/e7c968a3.snbt b/config/ftbquests/normal/chapters/0722378b/e7c968a3.snbt new file mode 100644 index 00000000..d2c9b908 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/e7c968a3.snbt @@ -0,0 +1,18 @@ +{ + x: -1.0d, + y: 15.0d, + text: [ + "Ender autocrafting, it's that simple!", + "Works like the ender crafter, the more alternators, the better!" + ], + dependencies: [ + "4788eb53" + ], + tasks: [{ + uid: "1e287694", + type: "item", + items: [{ + item: "packagedexcrafting:ender_crafter" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/e8861b2a.snbt b/config/ftbquests/normal/chapters/0722378b/e8861b2a.snbt new file mode 100644 index 00000000..9b4a9415 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/e8861b2a.snbt @@ -0,0 +1,14 @@ +{ + x: 7.0d, + y: 6.0d, + dependencies: [ + "05dd6a99" + ], + tasks: [{ + uid: "2023e301", + type: "item", + items: [{ + item: "bibliocraft:printingpress" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/e94f8c5a.snbt b/config/ftbquests/normal/chapters/0722378b/e94f8c5a.snbt new file mode 100644 index 00000000..c9724ecf --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/e94f8c5a.snbt @@ -0,0 +1,12 @@ +{ + x: 6.0d, + y: 3.0d, + dependencies: [ + "89deb826" + ], + tasks: [{ + uid: "190e32fd", + type: "checkmark", + title: "Cyclic" + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/e97bed2b.snbt b/config/ftbquests/normal/chapters/0722378b/e97bed2b.snbt new file mode 100644 index 00000000..16c9c009 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/e97bed2b.snbt @@ -0,0 +1,18 @@ +{ + x: -3.0d, + y: 10.0d, + text: [ + "For ALL your processor-making needs!", + "Requires energy from an AE network, even a very small one..." + ], + dependencies: [ + "b0b21afb" + ], + tasks: [{ + uid: "13d2854f", + type: "item", + items: [{ + item: "ae2stuff:inscriber" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/e9f78b43.snbt b/config/ftbquests/normal/chapters/0722378b/e9f78b43.snbt new file mode 100644 index 00000000..84301b9c --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/e9f78b43.snbt @@ -0,0 +1,18 @@ +{ + title: "Dyson Compressor", + x: 0.0d, + y: -13.0d, + dependencies: [ + "a5d2c358" + ], + tasks: [{ + uid: "67c11e44", + type: "item", + items: [{ + id: "modularmachinery:itemblueprint", + tag: { + dynamicmachine: "modularmachinery:dyson_compressor" + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/eb794f7a.snbt b/config/ftbquests/normal/chapters/0722378b/eb794f7a.snbt new file mode 100644 index 00000000..60110579 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/eb794f7a.snbt @@ -0,0 +1,18 @@ +{ + x: 2.0d, + y: 11.0d, + text: [ + "This machine reprocesses fuels into radiactive components.", + "Good to have on autocraft, I will need a decent amount of these." + ], + dependencies: [ + "5f57ce40" + ], + tasks: [{ + uid: "84ec87e2", + type: "item", + items: [{ + item: "nuclearcraft:fuel_reprocessor_idle" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/ec49db21.snbt b/config/ftbquests/normal/chapters/0722378b/ec49db21.snbt new file mode 100644 index 00000000..601615d9 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/ec49db21.snbt @@ -0,0 +1,33 @@ +{ + x: 7.0d, + y: -2.0d, + text: [ + "Smelting.", + "With.", + "Electricity." + ], + dependencies: [ + "27bbab81" + ], + tasks: [{ + uid: "bd43f644", + type: "item", + items: [{ + id: "thermalexpansion:machine", + tag: { + RSControl: 0b, + Facing: 3b, + Energy: 0, + SideCache: [B; + 1b, + 1b, + 2b, + 2b, + 2b, + 2b + ], + Level: 0b + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/eca3fbbc.snbt b/config/ftbquests/normal/chapters/0722378b/eca3fbbc.snbt new file mode 100644 index 00000000..3b8da220 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/eca3fbbc.snbt @@ -0,0 +1,18 @@ +{ + x: 1.0d, + y: 8.0d, + text: [ + "Just like wine makers in the middle ages.", + "Jump on it, and the juice will come out!" + ], + dependencies: [ + "0e9669cf" + ], + tasks: [{ + uid: "6b976de6", + type: "item", + items: [{ + item: "integrateddynamics:squeezer" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/ecabd4a7.snbt b/config/ftbquests/normal/chapters/0722378b/ecabd4a7.snbt new file mode 100644 index 00000000..52e98d14 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/ecabd4a7.snbt @@ -0,0 +1,17 @@ +{ + x: 2.0d, + y: 15.0d, + text: [ + "Liquid gases freak me out a little bit..." + ], + dependencies: [ + "5f57ce40" + ], + tasks: [{ + uid: "6a5977db", + type: "item", + items: [{ + item: "nuclearcraft:supercooler_idle" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/ed26caa0.snbt b/config/ftbquests/normal/chapters/0722378b/ed26caa0.snbt new file mode 100644 index 00000000..b4488506 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/ed26caa0.snbt @@ -0,0 +1,12 @@ +{ + x: -5.5d, + y: -0.5d, + dependencies: [ + "89deb826" + ], + tasks: [{ + uid: "67b4618e", + type: "checkmark", + title: "Astral Sorcery" + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/eeca26ea.snbt b/config/ftbquests/normal/chapters/0722378b/eeca26ea.snbt new file mode 100644 index 00000000..8283fb8d --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/eeca26ea.snbt @@ -0,0 +1,17 @@ +{ + x: 9.0d, + y: 1.0d, + text: [ + "Centrifuges honey combs into their components." + ], + dependencies: [ + "36f5a834" + ], + tasks: [{ + uid: "385f2a65", + type: "item", + items: [{ + item: "forestry:centrifuge" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/effc039e.snbt b/config/ftbquests/normal/chapters/0722378b/effc039e.snbt new file mode 100644 index 00000000..9ebfe6a2 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/effc039e.snbt @@ -0,0 +1,17 @@ +{ + x: -8.5d, + y: 0.5d, + dependencies: [ + "b86d8b41" + ], + tasks: [{ + uid: "fcb34dce", + type: "item", + items: [{ + id: "modularmachinery:itemblueprint", + tag: { + dynamicmachine: "modularmachinery:pe_sterilizer" + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/f0e27bc8.snbt b/config/ftbquests/normal/chapters/0722378b/f0e27bc8.snbt new file mode 100644 index 00000000..53bc69cb --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/f0e27bc8.snbt @@ -0,0 +1,18 @@ +{ + title: "Spatial Crucible", + x: -2.0d, + y: -8.5d, + dependencies: [ + "69404a6d" + ], + tasks: [{ + uid: "3526a937", + type: "item", + items: [{ + id: "modularmachinery:itemblueprint", + tag: { + dynamicmachine: "modularmachinery:spatial_crucible" + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/f3307297.snbt b/config/ftbquests/normal/chapters/0722378b/f3307297.snbt new file mode 100644 index 00000000..c67bc27a --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/f3307297.snbt @@ -0,0 +1,17 @@ +{ + x: -10.5d, + y: 1.5d, + dependencies: [ + "6916aca9" + ], + tasks: [{ + uid: "f25b225d", + type: "item", + items: [{ + id: "modularmachinery:itemblueprint", + tag: { + dynamicmachine: "modularmachinery:blood_reprocessor" + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/f40dd3ae.snbt b/config/ftbquests/normal/chapters/0722378b/f40dd3ae.snbt new file mode 100644 index 00000000..9958de1f --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/f40dd3ae.snbt @@ -0,0 +1,12 @@ +{ + x: 6.0d, + y: 2.0d, + dependencies: [ + "89deb826" + ], + tasks: [{ + uid: "84902894", + type: "checkmark", + title: "enderio" + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/f5e123af.snbt b/config/ftbquests/normal/chapters/0722378b/f5e123af.snbt new file mode 100644 index 00000000..cd511ba6 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/f5e123af.snbt @@ -0,0 +1,29 @@ +{ + x: 22.0d, + y: -2.0d, + dependencies: [ + "27bbab81" + ], + tasks: [{ + uid: "d241ee94", + type: "item", + items: [{ + id: "thermalexpansion:machine", + Damage: 15s, + tag: { + RSControl: 0b, + Facing: 3b, + Energy: 0, + SideCache: [B; + 1b, + 1b, + 2b, + 2b, + 2b, + 2b + ], + Level: 0b + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/f6b1c27b.snbt b/config/ftbquests/normal/chapters/0722378b/f6b1c27b.snbt new file mode 100644 index 00000000..d565ec9c --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/f6b1c27b.snbt @@ -0,0 +1,29 @@ +{ + x: 9.0d, + y: -2.0d, + dependencies: [ + "27bbab81" + ], + tasks: [{ + uid: "a93a2a8e", + type: "item", + items: [{ + id: "thermalexpansion:machine", + Damage: 3s, + tag: { + RSControl: 0b, + Facing: 3b, + Energy: 0, + SideCache: [B; + 3b, + 1b, + 2b, + 2b, + 2b, + 2b + ], + Level: 0b + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/f7cac881.snbt b/config/ftbquests/normal/chapters/0722378b/f7cac881.snbt new file mode 100644 index 00000000..a50ae40c --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/f7cac881.snbt @@ -0,0 +1,31 @@ +{ + icon: "industrialforegoing:villager_trade_exchanger", + x: 10.0d, + y: 5.0d, + text: [ + "Trading is an act between two living things, but it doesn't have to be like that thanks to this device, which allows to automate this process.", + "A villager captured using a Mob Imprisonment Tool can be mercilessly forced to spend the rest of its life as an emerald farm!" + ], + dependencies: [ + "0ab08fce" + ], + tasks: [{ + uid: "fb3bd745", + type: "item", + items: [{ + item: "industrialforegoing:villager_trade_exchanger" + }] + }, + { + uid: "55ac577c", + type: "item", + items: [{ + id: "industrialforegoing:mob_imprisonment_tool", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/f9965be2.snbt b/config/ftbquests/normal/chapters/0722378b/f9965be2.snbt new file mode 100644 index 00000000..995b6b33 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/f9965be2.snbt @@ -0,0 +1,14 @@ +{ + x: 0.0d, + y: 23.0d, + dependencies: [ + "fe046b03" + ], + tasks: [{ + uid: "e22680a6", + type: "item", + items: [{ + item: "techreborn:distillation_tower" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/fa28659d.snbt b/config/ftbquests/normal/chapters/0722378b/fa28659d.snbt new file mode 100644 index 00000000..d303e95f --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/fa28659d.snbt @@ -0,0 +1,17 @@ +{ + x: 12.0d, + y: 1.0d, + text: [ + "Let's distill something!" + ], + dependencies: [ + "36f5a834" + ], + tasks: [{ + uid: "065bdb3d", + type: "item", + items: [{ + item: "forestry:still" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/fb243857.snbt b/config/ftbquests/normal/chapters/0722378b/fb243857.snbt new file mode 100644 index 00000000..f07d2ed6 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/fb243857.snbt @@ -0,0 +1,18 @@ +{ + title: "Shadow Fracturer", + x: 1.0d, + y: -8.5d, + dependencies: [ + "69404a6d" + ], + tasks: [{ + uid: "bfdbb68b", + type: "item", + items: [{ + id: "modularmachinery:itemblueprint", + tag: { + dynamicmachine: "modularmachinery:shadow_fracturer" + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/fc212e01.snbt b/config/ftbquests/normal/chapters/0722378b/fc212e01.snbt new file mode 100644 index 00000000..eca5318a --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/fc212e01.snbt @@ -0,0 +1,14 @@ +{ + x: 0.0d, + y: 16.0d, + dependencies: [ + "fe046b03" + ], + tasks: [{ + uid: "ee99ae32", + type: "item", + items: [{ + item: "techreborn:industrial_grinder" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/fc6c19ea.snbt b/config/ftbquests/normal/chapters/0722378b/fc6c19ea.snbt new file mode 100644 index 00000000..647f51d4 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/fc6c19ea.snbt @@ -0,0 +1,18 @@ +{ + x: 4.0d, + y: 10.0d, + text: [ + "A cutter for all your circuit needs!", + "Use holo projector to see multiblock preview." + ], + dependencies: [ + "3b01a8a9" + ], + tasks: [{ + uid: "cc8dd93f", + type: "item", + items: [{ + item: "advancedrocketry:cuttingmachine" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/fccc8c58.snbt b/config/ftbquests/normal/chapters/0722378b/fccc8c58.snbt new file mode 100644 index 00000000..14db4bc4 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/fccc8c58.snbt @@ -0,0 +1,17 @@ +{ + x: 9.0d, + y: 5.0d, + text: [ + "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..." + ], + dependencies: [ + "0ab08fce" + ], + tasks: [{ + uid: "831baeec", + type: "item", + items: [{ + item: "industrialforegoing:sludge_refiner" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/fe046b03.snbt b/config/ftbquests/normal/chapters/0722378b/fe046b03.snbt new file mode 100644 index 00000000..16b5c4f8 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/fe046b03.snbt @@ -0,0 +1,12 @@ +{ + x: 0.0d, + y: 7.0d, + dependencies: [ + "89deb826" + ], + tasks: [{ + uid: "c1dce5bc", + type: "checkmark", + title: "Tech Reborn" + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/feacb22d.snbt b/config/ftbquests/normal/chapters/0722378b/feacb22d.snbt new file mode 100644 index 00000000..d7b32fc9 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/feacb22d.snbt @@ -0,0 +1,22 @@ +{ + title: "Dragonfire Forge", + x: -7.5d, + y: -2.5d, + text: [ + "The Dragonfire Forge is used to produce fluids using the power of dragon fire.", + "Multiple of these should be built to passively automate high-heat fluids." + ], + dependencies: [ + "db2b859e" + ], + tasks: [{ + uid: "f7ff488d", + type: "item", + items: [{ + id: "modularmachinery:itemblueprint", + tag: { + dynamicmachine: "modularmachinery:dragonfire_forge" + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/0722378b/ff1b52e8.snbt b/config/ftbquests/normal/chapters/0722378b/ff1b52e8.snbt new file mode 100644 index 00000000..d48d2539 --- /dev/null +++ b/config/ftbquests/normal/chapters/0722378b/ff1b52e8.snbt @@ -0,0 +1,28 @@ +{ + title: "Plasmatic Condenser", + x: -1.0d, + y: -8.5d, + dependencies: [ + "69404a6d" + ], + tasks: [{ + uid: "8d3ab9a1", + type: "item", + items: [{ + id: "modularmachinery:itemblueprint", + tag: { + dynamicmachine: "modularmachinery:plasmatic_condenser" + } + }] + }, + { + uid: "6512835d", + type: "item", + items: [{ + id: "modularmachinery:itemblueprint", + tag: { + dynamicmachine: "modularmachinery:plasmatic_controller" + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/13b80431/0207d863.snbt b/config/ftbquests/normal/chapters/13b80431/0207d863.snbt new file mode 100644 index 00000000..d89cc876 --- /dev/null +++ b/config/ftbquests/normal/chapters/13b80431/0207d863.snbt @@ -0,0 +1,18 @@ +{ + title: "Furatto Wormhole", + icon: "minecraft:stone", + x: -1.0d, + y: -2.5d, + description: "Right click a warper item", + text: [ + "" + ], + dependencies: [ + "446239db" + ], + tasks: [{ + uid: "ad0bf451", + type: "dimension", + dim: 182 + }] +} diff --git a/config/ftbquests/normal/chapters/13b80431/097daa04.snbt b/config/ftbquests/normal/chapters/13b80431/097daa04.snbt new file mode 100644 index 00000000..4149d78d --- /dev/null +++ b/config/ftbquests/normal/chapters/13b80431/097daa04.snbt @@ -0,0 +1,18 @@ +{ + title: "Europa", + icon: "minecraft:ice", + x: 9.0d, + y: 5.0d, + description: "Travel using a warp core on a space station", + text: [ + "" + ], + dependencies: [ + "8f9c8dfc" + ], + tasks: [{ + uid: "027dde77", + type: "dimension", + dim: 151 + }] +} diff --git a/config/ftbquests/normal/chapters/13b80431/0a98687a.snbt b/config/ftbquests/normal/chapters/13b80431/0a98687a.snbt new file mode 100644 index 00000000..188f53a3 --- /dev/null +++ b/config/ftbquests/normal/chapters/13b80431/0a98687a.snbt @@ -0,0 +1,18 @@ +{ + title: "Hator", + icon: "minecraft:sand 1 1", + x: 9.0d, + y: 3.5d, + description: "Travel using a warp core on a space station", + text: [ + "" + ], + dependencies: [ + "8f9c8dfc" + ], + tasks: [{ + uid: "57ad4d6f", + type: "dimension", + dim: 150 + }] +} diff --git a/config/ftbquests/normal/chapters/13b80431/0ce94532.snbt b/config/ftbquests/normal/chapters/13b80431/0ce94532.snbt new file mode 100644 index 00000000..dba44d8c --- /dev/null +++ b/config/ftbquests/normal/chapters/13b80431/0ce94532.snbt @@ -0,0 +1,18 @@ +{ + title: "Orcus", + icon: "minecraft:obsidian", + x: 9.0d, + y: 9.5d, + description: "Travel using a warp core on a space station", + text: [ + "" + ], + dependencies: [ + "8f9c8dfc" + ], + tasks: [{ + uid: "b2c27831", + type: "dimension", + dim: 161 + }] +} diff --git a/config/ftbquests/normal/chapters/13b80431/0f7e1d28.snbt b/config/ftbquests/normal/chapters/13b80431/0f7e1d28.snbt new file mode 100644 index 00000000..83eaba43 --- /dev/null +++ b/config/ftbquests/normal/chapters/13b80431/0f7e1d28.snbt @@ -0,0 +1,18 @@ +{ + title: "Candyland", + icon: "aoa3:pink_cotton_candy", + x: 19.0d, + y: 0.5d, + description: "5 x 6 frame of ancient rock with one rune of power, direction, space, reality, travel (right click power with realmstone)", + text: [ + "" + ], + dependencies: [ + "d1317694" + ], + tasks: [{ + uid: "d6c0fb24", + type: "dimension", + dim: 803 + }] +} diff --git a/config/ftbquests/normal/chapters/13b80431/102b89a5.snbt b/config/ftbquests/normal/chapters/13b80431/102b89a5.snbt new file mode 100644 index 00000000..71a73be8 --- /dev/null +++ b/config/ftbquests/normal/chapters/13b80431/102b89a5.snbt @@ -0,0 +1,22 @@ +{ + title: "Erebus Caves", + icon: "erebus:umberstone", + x: -1.0d, + y: 3.5d, + description: "Build a frame of stone bricks and fill inside with leaves, right click a gaean keystone placed 7 blocks away using a staff of gaea (prepare two of these setups)", + text: [ + "The erebus caves are a weird, really weird, place. ", + "While gravity has a defined direction, there is no sign that the soil either above or below these large caves will ever end.", + "It almost feels like they are not located on a planet. Rather, these caves feel like they are truly flat.", + "The powers of witchery definitely play a role in this, but it seems like this place is not even located on a planet.", + "The 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." + ], + dependencies: [ + "446239db" + ], + tasks: [{ + uid: "649471ef", + type: "dimension", + dim: 66 + }] +} diff --git a/config/ftbquests/normal/chapters/13b80431/145c64f7.snbt b/config/ftbquests/normal/chapters/13b80431/145c64f7.snbt new file mode 100644 index 00000000..13f86325 --- /dev/null +++ b/config/ftbquests/normal/chapters/13b80431/145c64f7.snbt @@ -0,0 +1,18 @@ +{ + title: "Abyssal Wasteland", + icon: "abyssalcraft:fusedabyssalsand", + x: -1.0d, + y: 9.5d, + description: "Use a gateway key", + text: [ + "" + ], + dependencies: [ + "446239db" + ], + tasks: [{ + uid: "4c631615", + type: "dimension", + dim: 50 + }] +} diff --git a/config/ftbquests/normal/chapters/13b80431/1a69a534.snbt b/config/ftbquests/normal/chapters/13b80431/1a69a534.snbt new file mode 100644 index 00000000..f77c2043 --- /dev/null +++ b/config/ftbquests/normal/chapters/13b80431/1a69a534.snbt @@ -0,0 +1,18 @@ +{ + title: "Greckon", + icon: "aoa3:greckon_grass", + x: 27.0d, + y: 3.5d, + description: "5 x 6 frame of ancient rock with one rune of power, direction, space, reality, travel (right click power with realmstone)", + text: [ + "" + ], + dependencies: [ + "1c0f8400" + ], + tasks: [{ + uid: "e02d65a7", + type: "dimension", + dim: 810 + }] +} diff --git a/config/ftbquests/normal/chapters/13b80431/1ba8d017.snbt b/config/ftbquests/normal/chapters/13b80431/1ba8d017.snbt new file mode 100644 index 00000000..5d78c173 --- /dev/null +++ b/config/ftbquests/normal/chapters/13b80431/1ba8d017.snbt @@ -0,0 +1,18 @@ +{ + title: "Precasia Forest", + icon: "aoa3:precasia_grass", + x: 13.0d, + y: 0.5d, + description: "5 x 6 frame of ancient rock with one rune of power, direction, space, reality, travel (right click power with realmstone)", + text: [ + "" + ], + dependencies: [ + "21b905c6" + ], + tasks: [{ + uid: "0b311037", + type: "dimension", + dim: 818 + }] +} diff --git a/config/ftbquests/normal/chapters/13b80431/1c0f8400.snbt b/config/ftbquests/normal/chapters/13b80431/1c0f8400.snbt new file mode 100644 index 00000000..6c2f0e0a --- /dev/null +++ b/config/ftbquests/normal/chapters/13b80431/1c0f8400.snbt @@ -0,0 +1,21 @@ +{ + title: "Proxima Belt", + icon: "contenttweaker:unidentified_body", + x: 25.0d, + y: -1.0d, + description: "Travel using a warp core with the right artifact on a space station", + text: [ + "" + ], + dependencies: [ + "fb5e5977", + "6ce4ba7f", + "8f6c3721", + "89945499" + ], + tasks: [{ + uid: "cef68391", + type: "dimension", + dim: 166 + }] +} diff --git a/config/ftbquests/normal/chapters/13b80431/2099b8f5.snbt b/config/ftbquests/normal/chapters/13b80431/2099b8f5.snbt new file mode 100644 index 00000000..5eb31f77 --- /dev/null +++ b/config/ftbquests/normal/chapters/13b80431/2099b8f5.snbt @@ -0,0 +1,14 @@ +{ + title: "Finem Wormhole", + icon: "contenttweaker:ender_dolomite", + x: 1.0d, + y: -2.5d, + dependencies: [ + "df1a2ab1" + ], + tasks: [{ + uid: "4cc370c6", + type: "dimension", + dim: 185 + }] +} diff --git a/config/ftbquests/normal/chapters/13b80431/21b905c6.snbt b/config/ftbquests/normal/chapters/13b80431/21b905c6.snbt new file mode 100644 index 00000000..11aa9ce3 --- /dev/null +++ b/config/ftbquests/normal/chapters/13b80431/21b905c6.snbt @@ -0,0 +1,18 @@ +{ + title: "Sedna", + icon: "advancedrocketry:crystal 1 1", + x: 11.0d, + y: -1.0d, + description: "Travel using a warp core with the right artifact on a space station", + text: [ + "" + ], + dependencies: [ + "91001823" + ], + tasks: [{ + uid: "3bf0411c", + type: "dimension", + dim: 147 + }] +} diff --git a/config/ftbquests/normal/chapters/13b80431/25c02e46.snbt b/config/ftbquests/normal/chapters/13b80431/25c02e46.snbt new file mode 100644 index 00000000..b0e6e584 --- /dev/null +++ b/config/ftbquests/normal/chapters/13b80431/25c02e46.snbt @@ -0,0 +1,18 @@ +{ + title: "Skythern Islands", + icon: "divinerpg:skythern_grass", + x: 27.0d, + y: -2.5d, + description: "Use a twilight clock on a frame of apalachia block", + text: [ + "" + ], + dependencies: [ + "1c0f8400" + ], + tasks: [{ + uid: "d9ef43e5", + type: "dimension", + dim: 423 + }] +} diff --git a/config/ftbquests/normal/chapters/13b80431/283b80c4.snbt b/config/ftbquests/normal/chapters/13b80431/283b80c4.snbt new file mode 100644 index 00000000..add2188e --- /dev/null +++ b/config/ftbquests/normal/chapters/13b80431/283b80c4.snbt @@ -0,0 +1,26 @@ +{ + title: "Pixonia", + icon: "minecraft:grass", + x: 21.0d, + y: -1.0d, + description: "Travel using a warp core with the right artifact on a space station", + text: [ + "" + ], + dependencies: [ + "8100db21", + "a141ad53", + "73e4f137", + "0f7e1d28", + "cd5ddb64", + "c63147db", + "b1927ef9", + "4884c27f", + "dba2072c" + ], + tasks: [{ + uid: "938a2ebd", + type: "dimension", + dim: 165 + }] +} diff --git a/config/ftbquests/normal/chapters/13b80431/29c7bcca.snbt b/config/ftbquests/normal/chapters/13b80431/29c7bcca.snbt new file mode 100644 index 00000000..31be0aea --- /dev/null +++ b/config/ftbquests/normal/chapters/13b80431/29c7bcca.snbt @@ -0,0 +1,18 @@ +{ + title: "Apichisi Wormhole", + icon: "contenttweaker:resonating_stone", + x: 3.0d, + y: -4.0d, + description: "Right click a warper item", + text: [ + "" + ], + dependencies: [ + "df1a2ab1" + ], + tasks: [{ + uid: "2366d1a6", + type: "dimension", + dim: 184 + }] +} diff --git a/config/ftbquests/normal/chapters/13b80431/2cba1365.snbt b/config/ftbquests/normal/chapters/13b80431/2cba1365.snbt new file mode 100644 index 00000000..63308146 --- /dev/null +++ b/config/ftbquests/normal/chapters/13b80431/2cba1365.snbt @@ -0,0 +1,20 @@ +{ + title: "Aether Islands", + icon: "aether_legacy:aercloud 1 2", + x: -1.0d, + y: 2.0d, + description: "Use a skyroot bucket on a glowstone portal", + text: [ + "The aether islands are located at the bottom of Terra's asteroid range.", + "There is enough atmosphere to allow for plenty of vegetation.", + "The strong influence of astral magic has led to interesting formations, that are made out of gases in their solid state." + ], + dependencies: [ + "446239db" + ], + tasks: [{ + uid: "029d4600", + type: "dimension", + dim: 4 + }] +} diff --git a/config/ftbquests/normal/chapters/13b80431/301a4bf6.snbt b/config/ftbquests/normal/chapters/13b80431/301a4bf6.snbt new file mode 100644 index 00000000..ffa435b6 --- /dev/null +++ b/config/ftbquests/normal/chapters/13b80431/301a4bf6.snbt @@ -0,0 +1,14 @@ +{ + title: "Spatial Storage", + icon: "appliedenergistics2:spatial_pylon", + x: 23.0d, + y: -1.0d, + dependencies: [ + "283b80c4" + ], + tasks: [{ + uid: "b5897972", + type: "dimension", + dim: -26 + }] +} diff --git a/config/ftbquests/normal/chapters/13b80431/347fb19a.snbt b/config/ftbquests/normal/chapters/13b80431/347fb19a.snbt new file mode 100644 index 00000000..64ec4835 --- /dev/null +++ b/config/ftbquests/normal/chapters/13b80431/347fb19a.snbt @@ -0,0 +1,19 @@ +{ + title: "Nether World", + icon: "minecraft:netherrack", + x: -3.0d, + y: -1.0d, + description: "Light up a rectangle of obsidian", + text: [ + "The first layer of caves located underneath Terra's surface is called the Nether by its inhabitants.", + "It 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." + ], + dependencies: [ + "5d48a82a" + ], + tasks: [{ + uid: "a2a43a78", + type: "dimension", + dim: -1 + }] +} diff --git a/config/ftbquests/normal/chapters/13b80431/441e727c.snbt b/config/ftbquests/normal/chapters/13b80431/441e727c.snbt new file mode 100644 index 00000000..eb807ade --- /dev/null +++ b/config/ftbquests/normal/chapters/13b80431/441e727c.snbt @@ -0,0 +1,18 @@ +{ + title: "Lelyetia Plane", + icon: "aoa3:lelyetia_grass", + x: 13.0d, + y: 3.5d, + description: "5 x 6 frame of ancient rock with one rune of power, direction, space, reality, travel (right click power with realmstone)", + text: [ + "" + ], + dependencies: [ + "21b905c6" + ], + tasks: [{ + uid: "2b7742f7", + type: "dimension", + dim: 815 + }] +} diff --git a/config/ftbquests/normal/chapters/13b80431/446239db.snbt b/config/ftbquests/normal/chapters/13b80431/446239db.snbt new file mode 100644 index 00000000..5d2e4f29 --- /dev/null +++ b/config/ftbquests/normal/chapters/13b80431/446239db.snbt @@ -0,0 +1,18 @@ +{ + title: "End Islands", + icon: "minecraft:end_stone", + x: -1.0d, + y: -1.0d, + description: "Find a portal using eyes of ender, and right click them on the frame", + text: [ + "The 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." + ], + dependencies: [ + "347fb19a" + ], + tasks: [{ + uid: "9cfa761e", + type: "dimension", + dim: 1 + }] +} diff --git a/config/ftbquests/normal/chapters/13b80431/45ad9145.snbt b/config/ftbquests/normal/chapters/13b80431/45ad9145.snbt new file mode 100644 index 00000000..29bdebff --- /dev/null +++ b/config/ftbquests/normal/chapters/13b80431/45ad9145.snbt @@ -0,0 +1,18 @@ +{ + title: "Dreadlands", + icon: "abyssalcraft:dreadgrass", + x: 1.0d, + y: 9.5d, + description: "Use asorah dreaded gateway key", + text: [ + "" + ], + dependencies: [ + "145c64f7" + ], + tasks: [{ + uid: "f06373a4", + type: "dimension", + dim: 51 + }] +} diff --git a/config/ftbquests/normal/chapters/13b80431/4884c27f.snbt b/config/ftbquests/normal/chapters/13b80431/4884c27f.snbt new file mode 100644 index 00000000..8101236e --- /dev/null +++ b/config/ftbquests/normal/chapters/13b80431/4884c27f.snbt @@ -0,0 +1,18 @@ +{ + title: "Vox Ponds", + icon: "aoa3:toxic_grass", + x: 19.0d, + y: 11.0d, + description: "5 x 6 frame of ancient rock with one rune of power, direction, space, reality, travel (right click power with realmstone)", + text: [ + "" + ], + dependencies: [ + "d1317694" + ], + tasks: [{ + uid: "a49093f4", + type: "dimension", + dim: 821 + }] +} diff --git a/config/ftbquests/normal/chapters/13b80431/49746228.snbt b/config/ftbquests/normal/chapters/13b80431/49746228.snbt new file mode 100644 index 00000000..08de577c --- /dev/null +++ b/config/ftbquests/normal/chapters/13b80431/49746228.snbt @@ -0,0 +1,18 @@ +{ + title: "Eden Islands", + icon: "divinerpg:eden_grass", + x: 13.0d, + y: -2.5d, + description: "Use a twilight clock on a frame of divine rock", + text: [ + "" + ], + dependencies: [ + "21b905c6" + ], + tasks: [{ + uid: "513d760a", + type: "dimension", + dim: 420 + }] +} diff --git a/config/ftbquests/normal/chapters/13b80431/4b58903c.snbt b/config/ftbquests/normal/chapters/13b80431/4b58903c.snbt new file mode 100644 index 00000000..6851a955 --- /dev/null +++ b/config/ftbquests/normal/chapters/13b80431/4b58903c.snbt @@ -0,0 +1,18 @@ +{ + title: "The Abyss", + icon: "aoa3:abyss_grass", + x: 13.0d, + y: 8.0d, + description: "5 x 6 frame of ancient rock with one rune of power, direction, space, reality, travel (right click power with realmstone)", + text: [ + "" + ], + dependencies: [ + "21b905c6" + ], + tasks: [{ + uid: "49bbb721", + type: "dimension", + dim: 800 + }] +} diff --git a/config/ftbquests/normal/chapters/13b80431/526fc621.snbt b/config/ftbquests/normal/chapters/13b80431/526fc621.snbt new file mode 100644 index 00000000..234159be --- /dev/null +++ b/config/ftbquests/normal/chapters/13b80431/526fc621.snbt @@ -0,0 +1,15 @@ +{ + icon: "extrautils2:decorativebedrock 1 2", + x: -1.0d, + y: 14.0d, + description: "Use a deep dark portal", + dependencies: [ + "446239db" + ], + tasks: [{ + uid: "26126892", + type: "dimension", + title: "The deep dark", + dim: -11325 + }] +} diff --git a/config/ftbquests/normal/chapters/13b80431/52b5b302.snbt b/config/ftbquests/normal/chapters/13b80431/52b5b302.snbt new file mode 100644 index 00000000..4b64ecaa --- /dev/null +++ b/config/ftbquests/normal/chapters/13b80431/52b5b302.snbt @@ -0,0 +1,18 @@ +{ + title: "Ptah", + icon: "advancedrocketry:hotturf", + x: 9.0d, + y: 2.0d, + description: "Travel using a warp core on a space station", + text: [ + "" + ], + dependencies: [ + "8f9c8dfc" + ], + tasks: [{ + uid: "8f1c738f", + type: "dimension", + dim: 149 + }] +} diff --git a/config/ftbquests/normal/chapters/13b80431/53fd2f4f.snbt b/config/ftbquests/normal/chapters/13b80431/53fd2f4f.snbt new file mode 100644 index 00000000..38a85d03 --- /dev/null +++ b/config/ftbquests/normal/chapters/13b80431/53fd2f4f.snbt @@ -0,0 +1,18 @@ +{ + title: "Dark Realm", + icon: "abyssalcraft:stone", + x: 5.0d, + y: 9.5d, + description: "Jump into the omothol void...", + text: [ + "" + ], + dependencies: [ + "846c45bd" + ], + tasks: [{ + uid: "7b049dc9", + type: "dimension", + dim: 53 + }] +} diff --git a/config/ftbquests/normal/chapters/13b80431/582b1f83.snbt b/config/ftbquests/normal/chapters/13b80431/582b1f83.snbt new file mode 100644 index 00000000..b8c62ead --- /dev/null +++ b/config/ftbquests/normal/chapters/13b80431/582b1f83.snbt @@ -0,0 +1,18 @@ +{ + title: "Diamerisma Wormhole", + icon: "minecraft:stone", + x: -1.0d, + y: -4.0d, + description: "Right click a warper item", + text: [ + "" + ], + dependencies: [ + "446239db" + ], + tasks: [{ + uid: "2c937002", + type: "dimension", + dim: 181 + }] +} diff --git a/config/ftbquests/normal/chapters/13b80431/596e3564.snbt b/config/ftbquests/normal/chapters/13b80431/596e3564.snbt new file mode 100644 index 00000000..36eb623f --- /dev/null +++ b/config/ftbquests/normal/chapters/13b80431/596e3564.snbt @@ -0,0 +1,25 @@ +{ + title: "Rhenia", + icon: "minecraft:obsidian", + x: 15.0d, + y: -1.0d, + description: "Travel using a warp core with the right artifact on a space station", + text: [ + "" + ], + dependencies: [ + "441e727c", + "dc6304d0", + "4b58903c", + "87110977", + "e988d23f", + "49746228", + "1ba8d017" + ], + tasks: [{ + uid: "20165f05", + type: "dimension", + disable_toast: true, + dim: 163 + }] +} diff --git a/config/ftbquests/normal/chapters/13b80431/5d48a82a.snbt b/config/ftbquests/normal/chapters/13b80431/5d48a82a.snbt new file mode 100644 index 00000000..7600a1e5 --- /dev/null +++ b/config/ftbquests/normal/chapters/13b80431/5d48a82a.snbt @@ -0,0 +1,21 @@ +{ + title: "Terra", + icon: "minecraft:stone", + x: -5.0d, + y: -1.0d, + text: [ + "Terra is a really weird planet, and for more that one reason.", + "Due to its size, it should definitely be a gas giant, yet, for some reason, it is solid, and it's atmosphere is mostly made out of light gases, making it breathable.", + "Although it has a moon, Luna, orbiting it at a fairly large distance, Terra is also surrounded by a moltitude of island-like asteroids.", + "These asteroids, due to their proximity, lie within the planet's atmosphere, and act as sky islands where gravity is pretty much mantained.", + "In addition to this, many regions of the planet's interior are hollow, in the form of very large caves situated at about the same distance from the core." + ], + dependencies: [ + "427846dd" + ], + tasks: [{ + uid: "0e05af1f", + type: "dimension", + dim: 0 + }] +} diff --git a/config/ftbquests/normal/chapters/13b80431/634c203a.snbt b/config/ftbquests/normal/chapters/13b80431/634c203a.snbt new file mode 100644 index 00000000..0919ba32 --- /dev/null +++ b/config/ftbquests/normal/chapters/13b80431/634c203a.snbt @@ -0,0 +1,22 @@ +{ + title: "Vethea Nightmare", + icon: "divinerpg:dream_grass", + x: 29.0d, + y: -1.0d, + description: "Use the nightmare bed", + text: [ + "" + ], + dependencies: [ + "1a69a534", + "84b1e1d7", + "25c02e46", + "bafa5994", + "d5335d74" + ], + tasks: [{ + uid: "78f965cf", + type: "dimension", + dim: 427 + }] +} diff --git a/config/ftbquests/normal/chapters/13b80431/6c8be3d2.snbt b/config/ftbquests/normal/chapters/13b80431/6c8be3d2.snbt new file mode 100644 index 00000000..3c0a8cc3 --- /dev/null +++ b/config/ftbquests/normal/chapters/13b80431/6c8be3d2.snbt @@ -0,0 +1,18 @@ +{ + title: "Oi", + icon: "nuclearcraft:dry_earth", + x: 9.0d, + y: 6.5d, + description: "Travel using a warp core on a space station", + text: [ + "" + ], + dependencies: [ + "8f9c8dfc" + ], + tasks: [{ + uid: "17d7cac1", + type: "dimension", + dim: 152 + }] +} diff --git a/config/ftbquests/normal/chapters/13b80431/6cadb2f0.snbt b/config/ftbquests/normal/chapters/13b80431/6cadb2f0.snbt new file mode 100644 index 00000000..edadf45a --- /dev/null +++ b/config/ftbquests/normal/chapters/13b80431/6cadb2f0.snbt @@ -0,0 +1,18 @@ +{ + title: "Zoi", + icon: "contenttweaker:recursion_solitude", + x: 31.0d, + y: -4.0d, + description: "Travel using a warp core with the right artifact on a space station", + text: [ + "" + ], + dependencies: [ + "634c203a" + ], + tasks: [{ + uid: "dd411a44", + type: "dimension", + dim: 171 + }] +} diff --git a/config/ftbquests/normal/chapters/13b80431/6ce4ba7f.snbt b/config/ftbquests/normal/chapters/13b80431/6ce4ba7f.snbt new file mode 100644 index 00000000..a4b70ce3 --- /dev/null +++ b/config/ftbquests/normal/chapters/13b80431/6ce4ba7f.snbt @@ -0,0 +1,18 @@ +{ + title: "L'Borean", + icon: "aoa3:borean_grass", + x: 23.0d, + y: 0.5d, + description: "5 x 6 frame of ancient rock with one rune of power, direction, space, reality, travel (right click power with realmstone)", + text: [ + "" + ], + dependencies: [ + "283b80c4" + ], + tasks: [{ + uid: "97daf64f", + type: "dimension", + dim: 814 + }] +} diff --git a/config/ftbquests/normal/chapters/13b80431/72c32dd9.snbt b/config/ftbquests/normal/chapters/13b80431/72c32dd9.snbt new file mode 100644 index 00000000..be13bb3c --- /dev/null +++ b/config/ftbquests/normal/chapters/13b80431/72c32dd9.snbt @@ -0,0 +1,18 @@ +{ + title: "Pauram", + icon: "contenttweaker:recursion_fear", + x: 31.0d, + y: 2.0d, + description: "Travel using a warp core with the right artifact on a space station", + text: [ + "" + ], + dependencies: [ + "634c203a" + ], + tasks: [{ + uid: "b6dcf0a8", + type: "dimension", + dim: 173 + }] +} diff --git a/config/ftbquests/normal/chapters/13b80431/73e4f137.snbt b/config/ftbquests/normal/chapters/13b80431/73e4f137.snbt new file mode 100644 index 00000000..7e8dd1af --- /dev/null +++ b/config/ftbquests/normal/chapters/13b80431/73e4f137.snbt @@ -0,0 +1,18 @@ +{ + title: "Wildwood Islands", + icon: "divinerpg:wildwood_grass", + x: 19.0d, + y: -2.5d, + description: "Use a twilight clock on a frame of eden block", + text: [ + "" + ], + dependencies: [ + "d1317694" + ], + tasks: [{ + uid: "ad4f66f8", + type: "dimension", + dim: 421 + }] +} diff --git a/config/ftbquests/normal/chapters/13b80431/74184b9e.snbt b/config/ftbquests/normal/chapters/13b80431/74184b9e.snbt new file mode 100644 index 00000000..75b76dea --- /dev/null +++ b/config/ftbquests/normal/chapters/13b80431/74184b9e.snbt @@ -0,0 +1,20 @@ +{ + title: "Dungeon of Arcana", + icon: "divinerpg:arcanite_grass", + x: -1.0d, + y: 8.0d, + description: "Place 12 arcana portals in a horizontal square frame (place while standing in center block)", + text: [ + "Not only magic is real, but so are deities. The Dungeon of arcane, as hard it is to believe, is a separate plane of existance, existing in higher dimensions, similar to the world of Alfheim, origin of many of the powers of natural magic.", + "This (literally) infinite fortress is the realm of two masters of the natural arts, who have used their great power to infinitely extend a three-dimensional space into another higher dimension.", + "Similarly, the power of these 'gods' has allowed for the infinite repetition of their being, meaning that, in this plane, they exist everywhere and nowhere." + ], + dependencies: [ + "446239db" + ], + tasks: [{ + uid: "b3e77de6", + type: "dimension", + dim: 426 + }] +} diff --git a/config/ftbquests/normal/chapters/13b80431/778b1e9b.snbt b/config/ftbquests/normal/chapters/13b80431/778b1e9b.snbt new file mode 100644 index 00000000..2be507f7 --- /dev/null +++ b/config/ftbquests/normal/chapters/13b80431/778b1e9b.snbt @@ -0,0 +1,20 @@ +{ + title: "Dimensional Doors", + icon: "dimdoors:fabric 1 15", + x: -1.0d, + y: 11.0d, + description: "Die in a dimensional door", + text: [ + "While 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.", + "The key behind these 'rifts' appears to be blood magic. Apparently, if enough life essence is sacrificed, higher dimensions can be 'connected to each other'.", + "Some of the great secrets of blood arts are hidden in higher-dimensional fortresses that can only be reached through these doors." + ], + dependencies: [ + "446239db" + ], + tasks: [{ + uid: "a0b0aef4", + type: "dimension", + dim: 684 + }] +} diff --git a/config/ftbquests/normal/chapters/13b80431/7b1d5320.snbt b/config/ftbquests/normal/chapters/13b80431/7b1d5320.snbt new file mode 100644 index 00000000..f0944906 --- /dev/null +++ b/config/ftbquests/normal/chapters/13b80431/7b1d5320.snbt @@ -0,0 +1,18 @@ +{ + title: "Nero", + icon: "contenttweaker:recursion_helplessness", + x: 31.0d, + y: -2.5d, + description: "Travel using a warp core with the right artifact on a space station", + text: [ + "" + ], + dependencies: [ + "634c203a" + ], + tasks: [{ + uid: "c968abea", + type: "dimension", + dim: 170 + }] +} diff --git a/config/ftbquests/normal/chapters/13b80431/8100db21.snbt b/config/ftbquests/normal/chapters/13b80431/8100db21.snbt new file mode 100644 index 00000000..631e0217 --- /dev/null +++ b/config/ftbquests/normal/chapters/13b80431/8100db21.snbt @@ -0,0 +1,18 @@ +{ + title: "Mysterium", + icon: "aoa3:mysterium_grass", + x: 19.0d, + y: 9.5d, + description: "5 x 6 frame of ancient rock with one rune of power, direction, space, reality, travel (right click power with realmstone)", + text: [ + "" + ], + dependencies: [ + "d1317694" + ], + tasks: [{ + uid: "a782376a", + type: "dimension", + dim: 817 + }] +} diff --git a/config/ftbquests/normal/chapters/13b80431/846c45bd.snbt b/config/ftbquests/normal/chapters/13b80431/846c45bd.snbt new file mode 100644 index 00000000..bdd4e675 --- /dev/null +++ b/config/ftbquests/normal/chapters/13b80431/846c45bd.snbt @@ -0,0 +1,18 @@ +{ + title: "Omothol", + icon: "abyssalcraft:stone 1 6", + x: 3.0d, + y: 9.5d, + description: "Use Cha'garoth r'lyehian gateway key", + text: [ + "" + ], + dependencies: [ + "45ad9145" + ], + tasks: [{ + uid: "326c7532", + type: "dimension", + dim: 52 + }] +} diff --git a/config/ftbquests/normal/chapters/13b80431/84b1e1d7.snbt b/config/ftbquests/normal/chapters/13b80431/84b1e1d7.snbt new file mode 100644 index 00000000..2366ef34 --- /dev/null +++ b/config/ftbquests/normal/chapters/13b80431/84b1e1d7.snbt @@ -0,0 +1,18 @@ +{ + title: "Ancient Cavern", + icon: "aoa3:ancient_rock", + x: 27.0d, + y: 0.5d, + description: "5 x 6 frame of ancient rock with one rune of power, direction, space, reality, travel (right click power with realmstone)", + text: [ + "" + ], + dependencies: [ + "1c0f8400" + ], + tasks: [{ + uid: "15850bec", + type: "dimension", + dim: 801 + }] +} diff --git a/config/ftbquests/normal/chapters/13b80431/87110977.snbt b/config/ftbquests/normal/chapters/13b80431/87110977.snbt new file mode 100644 index 00000000..f605fbe8 --- /dev/null +++ b/config/ftbquests/normal/chapters/13b80431/87110977.snbt @@ -0,0 +1,18 @@ +{ + title: "Barathos Desert", + icon: "aoa3:baron_ground", + x: 13.0d, + y: 2.0d, + description: "5 x 6 frame of ancient rock with one rune of power, direction, space, reality, travel (right click power with realmstone)", + text: [ + "" + ], + dependencies: [ + "21b905c6" + ], + tasks: [{ + uid: "a005729a", + type: "dimension", + dim: 802 + }] +} diff --git a/config/ftbquests/normal/chapters/13b80431/89945499.snbt b/config/ftbquests/normal/chapters/13b80431/89945499.snbt new file mode 100644 index 00000000..48dc1fad --- /dev/null +++ b/config/ftbquests/normal/chapters/13b80431/89945499.snbt @@ -0,0 +1,18 @@ +{ + title: "Lunalus Islands", + icon: "aoa3:lunasole_grass", + x: 23.0d, + y: 3.5d, + description: "5 x 6 frame of ancient rock with one rune of power, direction, space, reality, travel (right click power with realmstone)", + text: [ + "" + ], + dependencies: [ + "283b80c4" + ], + tasks: [{ + uid: "9257fa0a", + type: "dimension", + dim: 816 + }] +} diff --git a/config/ftbquests/normal/chapters/13b80431/8f6c3721.snbt b/config/ftbquests/normal/chapters/13b80431/8f6c3721.snbt new file mode 100644 index 00000000..3e33ba97 --- /dev/null +++ b/config/ftbquests/normal/chapters/13b80431/8f6c3721.snbt @@ -0,0 +1,18 @@ +{ + title: "Runador Fortress", + icon: "aoa3:runic_grass", + x: 23.0d, + y: 2.0d, + description: "5 x 6 frame of ancient rock with one rune of power, direction, space, reality, travel (right click power with realmstone)", + text: [ + "" + ], + dependencies: [ + "283b80c4" + ], + tasks: [{ + uid: "8e2b2167", + type: "dimension", + dim: 819 + }] +} diff --git a/config/ftbquests/normal/chapters/13b80431/8f9c8dfc.snbt b/config/ftbquests/normal/chapters/13b80431/8f9c8dfc.snbt new file mode 100644 index 00000000..d7acc056 --- /dev/null +++ b/config/ftbquests/normal/chapters/13b80431/8f9c8dfc.snbt @@ -0,0 +1,18 @@ +{ + title: "Luna", + icon: "advancedrocketry:moonturf", + x: 7.0d, + y: -1.0d, + description: "Launch a rocket", + text: [ + "" + ], + dependencies: [ + "347fb19a" + ], + tasks: [{ + uid: "331bdde3", + type: "dimension", + dim: 145 + }] +} diff --git a/config/ftbquests/normal/chapters/13b80431/91001823.snbt b/config/ftbquests/normal/chapters/13b80431/91001823.snbt new file mode 100644 index 00000000..60c94531 --- /dev/null +++ b/config/ftbquests/normal/chapters/13b80431/91001823.snbt @@ -0,0 +1,17 @@ +{ + title: "Haumea", + icon: "minecraft:mycelium", + x: 9.0d, + y: -1.0d, + text: [ + "" + ], + dependencies: [ + "8f9c8dfc" + ], + tasks: [{ + uid: "b29c4f16", + type: "dimension", + dim: 146 + }] +} diff --git a/config/ftbquests/normal/chapters/13b80431/93399105.snbt b/config/ftbquests/normal/chapters/13b80431/93399105.snbt new file mode 100644 index 00000000..8a5d2435 --- /dev/null +++ b/config/ftbquests/normal/chapters/13b80431/93399105.snbt @@ -0,0 +1,19 @@ +{ + title: "Alkemia", + icon: "contenttweaker:white_fuel", + x: 35.0d, + y: -1.0d, + description: "Travel using a warp core with the right artifact on a space station", + text: [ + "" + ], + dependencies: [ + "94b232d0", + "b1068391" + ], + tasks: [{ + uid: "0aff13b2", + type: "dimension", + dim: 174 + }] +} diff --git a/config/ftbquests/normal/chapters/13b80431/94b232d0.snbt b/config/ftbquests/normal/chapters/13b80431/94b232d0.snbt new file mode 100644 index 00000000..81b3df3a --- /dev/null +++ b/config/ftbquests/normal/chapters/13b80431/94b232d0.snbt @@ -0,0 +1,21 @@ +{ + title: "The Shyrelands", + icon: "aoa3:shyrelands_grass", + x: 33.0d, + y: -2.5d, + description: "5 x 6 frame of ancient rock with one rune of power, direction, space, reality, travel (right click power with realmstone)", + text: [ + "" + ], + dependencies: [ + "72c32dd9", + "94cbaa70", + "7b1d5320", + "6cadb2f0" + ], + tasks: [{ + uid: "ea67cc0d", + type: "dimension", + dim: 820 + }] +} diff --git a/config/ftbquests/normal/chapters/13b80431/94cbaa70.snbt b/config/ftbquests/normal/chapters/13b80431/94cbaa70.snbt new file mode 100644 index 00000000..fc8668c0 --- /dev/null +++ b/config/ftbquests/normal/chapters/13b80431/94cbaa70.snbt @@ -0,0 +1,18 @@ +{ + title: "Akathartos", + icon: "contenttweaker:recursion_darkness", + x: 31.0d, + y: 0.5d, + description: "Travel using a warp core with the right artifact on a space station", + text: [ + "" + ], + dependencies: [ + "634c203a" + ], + tasks: [{ + uid: "1f5b0702", + type: "dimension", + dim: 172 + }] +} diff --git a/config/ftbquests/normal/chapters/13b80431/a0ddcb75.snbt b/config/ftbquests/normal/chapters/13b80431/a0ddcb75.snbt new file mode 100644 index 00000000..ce71aecd --- /dev/null +++ b/config/ftbquests/normal/chapters/13b80431/a0ddcb75.snbt @@ -0,0 +1,20 @@ +{ + title: "Twilight Forest", + icon: "twilightforest:aurora_block", + x: -1.0d, + y: 0.5d, + description: "Drop a fluix lens into a 2x2 pool of water surrounded by flowers", + text: [ + "This 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. ", + "The 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.", + "In 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." + ], + dependencies: [ + "446239db" + ], + tasks: [{ + uid: "b0c7760a", + type: "dimension", + dim: 7 + }] +} diff --git a/config/ftbquests/normal/chapters/13b80431/a141ad53.snbt b/config/ftbquests/normal/chapters/13b80431/a141ad53.snbt new file mode 100644 index 00000000..467a4019 --- /dev/null +++ b/config/ftbquests/normal/chapters/13b80431/a141ad53.snbt @@ -0,0 +1,18 @@ +{ + title: "Iromine Woods", + icon: "aoa3:iromine_stone", + x: 19.0d, + y: 8.0d, + description: "5 x 6 frame of ancient rock with one rune of power, direction, space, reality, travel (right click power with realmstone)", + text: [ + "" + ], + dependencies: [ + "d1317694" + ], + tasks: [{ + uid: "4097b903", + type: "dimension", + dim: 813 + }] +} diff --git a/config/ftbquests/normal/chapters/13b80431/a2595568.snbt b/config/ftbquests/normal/chapters/13b80431/a2595568.snbt new file mode 100644 index 00000000..e70f70e5 --- /dev/null +++ b/config/ftbquests/normal/chapters/13b80431/a2595568.snbt @@ -0,0 +1,19 @@ +{ + title: "Taerrapiatta Wormhole", + icon: "minecraft:stone", + x: -1.0d, + y: -5.5d, + description: "Right click a warper item", + text: [ + "" + ], + dependencies: [ + "446239db" + ], + tasks: [{ + uid: "9e55d703", + type: "dimension", + disable_toast: true, + dim: 180 + }] +} diff --git a/config/ftbquests/normal/chapters/13b80431/a298df6a.snbt b/config/ftbquests/normal/chapters/13b80431/a298df6a.snbt new file mode 100644 index 00000000..3429ce45 --- /dev/null +++ b/config/ftbquests/normal/chapters/13b80431/a298df6a.snbt @@ -0,0 +1,20 @@ +{ + title: "Iceika Hills", + icon: "divinerpg:frozen_grass", + x: -1.0d, + y: 6.5d, + description: "Use a snow globe on a frame made out of snow blocks", + text: [ + "The frozen planet of Iceika is a testament to what the powers of wizardry can achieve in their most extreme version.", + "It 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.", + "A single spell was able to fully change its climate, turning it into a desolate, icy, land." + ], + dependencies: [ + "446239db" + ], + tasks: [{ + uid: "b997bb64", + type: "dimension", + dim: 425 + }] +} diff --git a/config/ftbquests/normal/chapters/13b80431/a6a99509.snbt b/config/ftbquests/normal/chapters/13b80431/a6a99509.snbt new file mode 100644 index 00000000..375a4ae0 --- /dev/null +++ b/config/ftbquests/normal/chapters/13b80431/a6a99509.snbt @@ -0,0 +1,18 @@ +{ + title: "The Betweenlands", + icon: "thebetweenlands:swamp_grass", + x: -1.0d, + y: 5.0d, + text: [ + "The betweenlands, not unlike the Erebus caves, do not apper at exist within the three dimensions of space senses can feel.", + "Because of 'slices' 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." + ], + dependencies: [ + "446239db" + ], + tasks: [{ + uid: "75c4bc92", + type: "dimension", + dim: 20 + }] +} diff --git a/config/ftbquests/normal/chapters/13b80431/abbf0ede.snbt b/config/ftbquests/normal/chapters/13b80431/abbf0ede.snbt new file mode 100644 index 00000000..40ea9a38 --- /dev/null +++ b/config/ftbquests/normal/chapters/13b80431/abbf0ede.snbt @@ -0,0 +1,18 @@ +{ + title: "Falacer", + icon: "minecraft:obsidian", + x: 9.0d, + y: 8.0d, + description: "Travel using a warp core on a space station", + text: [ + "" + ], + dependencies: [ + "8f9c8dfc" + ], + tasks: [{ + uid: "9d566cd3", + type: "dimension", + dim: 160 + }] +} diff --git a/config/ftbquests/normal/chapters/13b80431/b1068391.snbt b/config/ftbquests/normal/chapters/13b80431/b1068391.snbt new file mode 100644 index 00000000..2532ba71 --- /dev/null +++ b/config/ftbquests/normal/chapters/13b80431/b1068391.snbt @@ -0,0 +1,21 @@ +{ + title: "Mortum Hills", + icon: "divinerpg:mortum_grass", + x: 33.0d, + y: 0.5d, + description: "Use a twilight clock on a frame of skythern block", + text: [ + "" + ], + dependencies: [ + "72c32dd9", + "94cbaa70", + "7b1d5320", + "6cadb2f0" + ], + tasks: [{ + uid: "9b0a3631", + type: "dimension", + dim: 424 + }] +} diff --git a/config/ftbquests/normal/chapters/13b80431/b1927ef9.snbt b/config/ftbquests/normal/chapters/13b80431/b1927ef9.snbt new file mode 100644 index 00000000..d37544d6 --- /dev/null +++ b/config/ftbquests/normal/chapters/13b80431/b1927ef9.snbt @@ -0,0 +1,18 @@ +{ + title: "Haven Islands", + icon: "aoa3:haven_grass", + x: 19.0d, + y: 6.5d, + description: "5 x 6 frame of ancient rock with one rune of power, direction, space, reality, travel (right click power with realmstone)", + text: [ + "" + ], + dependencies: [ + "d1317694" + ], + tasks: [{ + uid: "d364eff9", + type: "dimension", + dim: 811 + }] +} diff --git a/config/ftbquests/normal/chapters/13b80431/b6338047.snbt b/config/ftbquests/normal/chapters/13b80431/b6338047.snbt new file mode 100644 index 00000000..c2ff54fe --- /dev/null +++ b/config/ftbquests/normal/chapters/13b80431/b6338047.snbt @@ -0,0 +1,19 @@ +{ + title: "The Emptiness", + icon: "thaumicaugmentation:stone 1 2", + x: -1.0d, + y: 12.5d, + description: "Use a voidseer caster gauntlet upgraded with an impetus conductor and charged with rifts on a fracture (find using a fracture locator)", + text: [ + "Not 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.", + "Likely, 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." + ], + dependencies: [ + "446239db" + ], + tasks: [{ + uid: "c5707234", + type: "dimension", + dim: 14676 + }] +} diff --git a/config/ftbquests/normal/chapters/13b80431/bafa5994.snbt b/config/ftbquests/normal/chapters/13b80431/bafa5994.snbt new file mode 100644 index 00000000..3de2c260 --- /dev/null +++ b/config/ftbquests/normal/chapters/13b80431/bafa5994.snbt @@ -0,0 +1,18 @@ +{ + title: "Dustopia", + icon: "aoa3:dustopia_grass", + x: 27.0d, + y: 5.0d, + description: "5 x 6 frame of ancient rock with one rune of power, direction, space, reality, travel (right click power with realmstone)", + text: [ + "" + ], + dependencies: [ + "1c0f8400" + ], + tasks: [{ + uid: "0ce93601", + type: "dimension", + dim: 808 + }] +} diff --git a/config/ftbquests/normal/chapters/13b80431/bf3c16fc.snbt b/config/ftbquests/normal/chapters/13b80431/bf3c16fc.snbt new file mode 100644 index 00000000..9870fd2f --- /dev/null +++ b/config/ftbquests/normal/chapters/13b80431/bf3c16fc.snbt @@ -0,0 +1,18 @@ +{ + title: "Osiris", + icon: "advancedrocketry:hotturf", + x: 9.0d, + y: 0.5d, + description: "Travel using a warp core on a space station", + text: [ + "" + ], + dependencies: [ + "8f9c8dfc" + ], + tasks: [{ + uid: "62ff3a80", + type: "dimension", + dim: 148 + }] +} diff --git a/config/ftbquests/normal/chapters/13b80431/c63147db.snbt b/config/ftbquests/normal/chapters/13b80431/c63147db.snbt new file mode 100644 index 00000000..782bf1ea --- /dev/null +++ b/config/ftbquests/normal/chapters/13b80431/c63147db.snbt @@ -0,0 +1,18 @@ +{ + title: "Crystevia Chasms", + icon: "aoa3:crystevia_stone", + x: 19.0d, + y: 5.0d, + description: "5 x 6 frame of ancient rock with one rune of power, direction, space, reality, travel (right click power with realmstone)", + text: [ + "" + ], + dependencies: [ + "d1317694" + ], + tasks: [{ + uid: "44d9a204", + type: "dimension", + dim: 806 + }] +} diff --git a/config/ftbquests/normal/chapters/13b80431/cd5ddb64.snbt b/config/ftbquests/normal/chapters/13b80431/cd5ddb64.snbt new file mode 100644 index 00000000..3720386d --- /dev/null +++ b/config/ftbquests/normal/chapters/13b80431/cd5ddb64.snbt @@ -0,0 +1,18 @@ +{ + title: "Gardencia", + icon: "aoa3:gardencia_grass", + x: 19.0d, + y: 2.0d, + description: "5 x 6 frame of ancient rock with one rune of power, direction, space, reality, travel (right click power with realmstone)", + text: [ + "" + ], + dependencies: [ + "d1317694" + ], + tasks: [{ + uid: "58337a60", + type: "dimension", + dim: 809 + }] +} diff --git a/config/ftbquests/normal/chapters/13b80431/chapter.snbt b/config/ftbquests/normal/chapters/13b80431/chapter.snbt new file mode 100644 index 00000000..4daddb68 --- /dev/null +++ b/config/ftbquests/normal/chapters/13b80431/chapter.snbt @@ -0,0 +1,12 @@ +{ + title: "The Book of Worlds", + icon: { + id: "thebetweenlands:swamp_talisman", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }, + always_invisible: false, + group: 0, + default_quest_shape: "" +} diff --git a/config/ftbquests/normal/chapters/13b80431/d1317694.snbt b/config/ftbquests/normal/chapters/13b80431/d1317694.snbt new file mode 100644 index 00000000..18b84037 --- /dev/null +++ b/config/ftbquests/normal/chapters/13b80431/d1317694.snbt @@ -0,0 +1,18 @@ +{ + title: "Myrmex", + icon: "randomthings:coloredgrass 1 3", + x: 17.0d, + y: -1.0d, + description: "Travel using a warp core with the right artifact on a space station", + text: [ + "" + ], + dependencies: [ + "596e3564" + ], + tasks: [{ + uid: "8df6dd4a", + type: "dimension", + dim: 164 + }] +} diff --git a/config/ftbquests/normal/chapters/13b80431/d5335d74.snbt b/config/ftbquests/normal/chapters/13b80431/d5335d74.snbt new file mode 100644 index 00000000..a6ef2636 --- /dev/null +++ b/config/ftbquests/normal/chapters/13b80431/d5335d74.snbt @@ -0,0 +1,18 @@ +{ + title: "Immortallis", + icon: "aoa3:archaic_squares_breakable", + x: 27.0d, + y: 2.0d, + description: "5 x 6 frame of ancient rock with one rune of power, direction, space, reality, travel (right click power with realmstone)", + text: [ + "" + ], + dependencies: [ + "1c0f8400" + ], + tasks: [{ + uid: "e2183d0f", + type: "dimension", + dim: 812 + }] +} diff --git a/config/ftbquests/normal/chapters/13b80431/dba2072c.snbt b/config/ftbquests/normal/chapters/13b80431/dba2072c.snbt new file mode 100644 index 00000000..4dbbde57 --- /dev/null +++ b/config/ftbquests/normal/chapters/13b80431/dba2072c.snbt @@ -0,0 +1,18 @@ +{ + title: "Celeve", + icon: "aoa3:celeve_grass", + x: 19.0d, + y: 3.5d, + description: "5 x 6 frame of ancient rock with one rune of power, direction, space, reality, travel (right click power with realmstone)", + text: [ + "" + ], + dependencies: [ + "d1317694" + ], + tasks: [{ + uid: "f93db49a", + type: "dimension", + dim: 804 + }] +} diff --git a/config/ftbquests/normal/chapters/13b80431/dc6304d0.snbt b/config/ftbquests/normal/chapters/13b80431/dc6304d0.snbt new file mode 100644 index 00000000..eedbebf1 --- /dev/null +++ b/config/ftbquests/normal/chapters/13b80431/dc6304d0.snbt @@ -0,0 +1,18 @@ +{ + title: "The Deeplands", + icon: "aoa3:deeplands_stone", + x: 13.0d, + y: 6.5d, + description: "5 x 6 frame of ancient rock with one rune of power, direction, space, reality, travel (right click power with realmstone)", + text: [ + "" + ], + dependencies: [ + "21b905c6" + ], + tasks: [{ + uid: "3e066f32", + type: "dimension", + dim: 807 + }] +} diff --git a/config/ftbquests/normal/chapters/13b80431/df1a2ab1.snbt b/config/ftbquests/normal/chapters/13b80431/df1a2ab1.snbt new file mode 100644 index 00000000..da0c7f5f --- /dev/null +++ b/config/ftbquests/normal/chapters/13b80431/df1a2ab1.snbt @@ -0,0 +1,20 @@ +{ + title: "Vibe Wormhole", + icon: "contenttweaker:vibrating_stone", + x: 1.0d, + y: -4.0d, + description: "Right click a warper item", + text: [ + "" + ], + dependencies: [ + "0207d863", + "582b1f83", + "a2595568" + ], + tasks: [{ + uid: "eda072af", + type: "dimension", + dim: 183 + }] +} diff --git a/config/ftbquests/normal/chapters/13b80431/e988d23f.snbt b/config/ftbquests/normal/chapters/13b80431/e988d23f.snbt new file mode 100644 index 00000000..388b8011 --- /dev/null +++ b/config/ftbquests/normal/chapters/13b80431/e988d23f.snbt @@ -0,0 +1,18 @@ +{ + title: "Creeponia Hills", + icon: "aoa3:creeponia_grass", + x: 13.0d, + y: 5.0d, + description: "5 x 6 frame of ancient rock with one rune of power, direction, space, reality, travel (right click power with realmstone)", + text: [ + "" + ], + dependencies: [ + "21b905c6" + ], + tasks: [{ + uid: "26ba15d1", + type: "dimension", + dim: 805 + }] +} diff --git a/config/ftbquests/normal/chapters/13b80431/fb5e5977.snbt b/config/ftbquests/normal/chapters/13b80431/fb5e5977.snbt new file mode 100644 index 00000000..92f84c44 --- /dev/null +++ b/config/ftbquests/normal/chapters/13b80431/fb5e5977.snbt @@ -0,0 +1,18 @@ +{ + title: "Apalachia Islands", + icon: "divinerpg:apalachia_grass", + x: 23.0d, + y: -2.5d, + description: "Use a twilight clock on a frame of wildwood block", + text: [ + "" + ], + dependencies: [ + "283b80c4" + ], + tasks: [{ + uid: "442d8f85", + type: "dimension", + dim: 422 + }] +} diff --git a/config/ftbquests/normal/chapters/1719b3b6/30a95bdb.snbt b/config/ftbquests/normal/chapters/1719b3b6/30a95bdb.snbt new file mode 100644 index 00000000..fa24c6ce --- /dev/null +++ b/config/ftbquests/normal/chapters/1719b3b6/30a95bdb.snbt @@ -0,0 +1,13 @@ +{ + title: "Chapter 9", + x: 8.0d, + y: 0.0d, + dependencies: [ + "c98b78df" + ], + tasks: [{ + uid: "106805cf", + type: "checkmark", + title: "Chapter 10" + }] +} diff --git a/config/ftbquests/normal/chapters/1719b3b6/3aabe0f8.snbt b/config/ftbquests/normal/chapters/1719b3b6/3aabe0f8.snbt new file mode 100644 index 00000000..b6fd4d51 --- /dev/null +++ b/config/ftbquests/normal/chapters/1719b3b6/3aabe0f8.snbt @@ -0,0 +1,13 @@ +{ + title: "Chapter 8", + x: 7.0d, + y: 0.0d, + dependencies: [ + "26216ac9" + ], + tasks: [{ + uid: "f05bc889", + type: "checkmark", + title: "Chapter 9" + }] +} diff --git a/config/ftbquests/normal/chapters/1719b3b6/50c02a7c.snbt b/config/ftbquests/normal/chapters/1719b3b6/50c02a7c.snbt new file mode 100644 index 00000000..da509ff2 --- /dev/null +++ b/config/ftbquests/normal/chapters/1719b3b6/50c02a7c.snbt @@ -0,0 +1,12 @@ +{ + x: 3.0d, + y: 0.0d, + dependencies: [ + "27829ce9" + ], + tasks: [{ + uid: "68338e2d", + type: "checkmark", + title: "Chapter 4" + }] +} diff --git a/config/ftbquests/normal/chapters/1719b3b6/781319c4.snbt b/config/ftbquests/normal/chapters/1719b3b6/781319c4.snbt new file mode 100644 index 00000000..18e3f8ae --- /dev/null +++ b/config/ftbquests/normal/chapters/1719b3b6/781319c4.snbt @@ -0,0 +1,13 @@ +{ + title: "Chapter 5", + x: 4.0d, + y: 0.0d, + dependencies: [ + "6f7c1c33" + ], + tasks: [{ + uid: "30683482", + type: "checkmark", + title: "Chapter 4" + }] +} diff --git a/config/ftbquests/normal/chapters/1719b3b6/7963f12a.snbt b/config/ftbquests/normal/chapters/1719b3b6/7963f12a.snbt new file mode 100644 index 00000000..df7d2ca1 --- /dev/null +++ b/config/ftbquests/normal/chapters/1719b3b6/7963f12a.snbt @@ -0,0 +1,12 @@ +{ + x: 5.0d, + y: 0.0d, + dependencies: [ + "4b46b0a3" + ], + tasks: [{ + uid: "51f63a9f", + type: "checkmark", + title: "Chapter 6" + }] +} diff --git a/config/ftbquests/normal/chapters/1719b3b6/940d934f.snbt b/config/ftbquests/normal/chapters/1719b3b6/940d934f.snbt new file mode 100644 index 00000000..088df000 --- /dev/null +++ b/config/ftbquests/normal/chapters/1719b3b6/940d934f.snbt @@ -0,0 +1,12 @@ +{ + x: 0.0d, + y: 0.0d, + dependencies: [ + "3c504fa7" + ], + tasks: [{ + uid: "6acd5d84", + type: "checkmark", + title: "Chapter 1" + }] +} diff --git a/config/ftbquests/normal/chapters/1719b3b6/chapter.snbt b/config/ftbquests/normal/chapters/1719b3b6/chapter.snbt new file mode 100644 index 00000000..984acc85 --- /dev/null +++ b/config/ftbquests/normal/chapters/1719b3b6/chapter.snbt @@ -0,0 +1,7 @@ +{ + title: "The big picture", + icon: "contenttweaker:material_part 1 183", + always_invisible: false, + group: 0, + default_quest_shape: "" +} diff --git a/config/ftbquests/normal/chapters/1719b3b6/d049ef67.snbt b/config/ftbquests/normal/chapters/1719b3b6/d049ef67.snbt new file mode 100644 index 00000000..9a1ebdb7 --- /dev/null +++ b/config/ftbquests/normal/chapters/1719b3b6/d049ef67.snbt @@ -0,0 +1,12 @@ +{ + x: 1.0d, + y: 0.0d, + dependencies: [ + "d4a82bd8" + ], + tasks: [{ + uid: "a51b334f", + type: "checkmark", + title: "Chapter 2" + }] +} diff --git a/config/ftbquests/normal/chapters/1719b3b6/f0e42f9a.snbt b/config/ftbquests/normal/chapters/1719b3b6/f0e42f9a.snbt new file mode 100644 index 00000000..391b4e58 --- /dev/null +++ b/config/ftbquests/normal/chapters/1719b3b6/f0e42f9a.snbt @@ -0,0 +1,12 @@ +{ + x: 6.0d, + y: 0.0d, + dependencies: [ + "c0aee385" + ], + tasks: [{ + uid: "37c2e874", + type: "checkmark", + title: "Chapter 7" + }] +} diff --git a/config/ftbquests/normal/chapters/1719b3b6/fbfe1bad.snbt b/config/ftbquests/normal/chapters/1719b3b6/fbfe1bad.snbt new file mode 100644 index 00000000..6ddbafa9 --- /dev/null +++ b/config/ftbquests/normal/chapters/1719b3b6/fbfe1bad.snbt @@ -0,0 +1,12 @@ +{ + x: 2.0d, + y: 0.0d, + dependencies: [ + "6eb0d0ee" + ], + tasks: [{ + uid: "f7a9b9bc", + type: "checkmark", + title: "Chapter 3" + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/00406064.snbt b/config/ftbquests/normal/chapters/37c824bb/00406064.snbt new file mode 100644 index 00000000..8f7446fa --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/00406064.snbt @@ -0,0 +1,20 @@ +{ + title: "Ultimate fabrication (I think...)", + x: 20.0d, + y: -4.5d, + text: [ + "Here's another table to build stuff!", + "I think it's gonna be the last one..." + ], + dependencies: [ + "d4a82bd8" + ], + hide: true, + tasks: [{ + uid: "32c99ba1", + type: "item", + items: [{ + item: "extendedcrafting:table_ultimate" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/008ca5f5.snbt b/config/ftbquests/normal/chapters/37c824bb/008ca5f5.snbt new file mode 100644 index 00000000..c636ee8b --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/008ca5f5.snbt @@ -0,0 +1,22 @@ +{ + x: 47.0d, + y: 1.5d, + text: [ + "From visiting Shyre territories, I've been able to piece a few things together.", + "1. Whoever is leading this empire has power over recursion, essentially being a god.", + "2. The creatures inhabiting Shyre planets are not opposed to their rulers and, as a matter of fact, they respect them, and even aid them.", + "3. The inhabitants of Barathos believe in a 'god of war', who has come into this world to bring a 'holy crusade'.", + "I don't want to jump to conclusions, but, I think, the empire is not an 'empire', but a religion..." + ], + dependencies: [ + "9bf70d52" + ], + hide: true, + tasks: [{ + uid: "1d440a09", + type: "item", + items: [{ + item: "contenttweaker:barathos_garnet" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/01c8feff.snbt b/config/ftbquests/normal/chapters/37c824bb/01c8feff.snbt new file mode 100644 index 00000000..39694c9e --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/01c8feff.snbt @@ -0,0 +1,15 @@ +{ + x: 51.5d, + y: 4.5d, + dependencies: [ + "a9322314" + ], + hide: true, + tasks: [{ + uid: "ec8b147e", + type: "item", + items: [{ + item: "contenttweaker:ender_dolomite" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/04bcb7b2.snbt b/config/ftbquests/normal/chapters/37c824bb/04bcb7b2.snbt new file mode 100644 index 00000000..52add690 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/04bcb7b2.snbt @@ -0,0 +1,20 @@ +{ + title: "Mythic Witchery!", + x: 66.5d, + y: 3.0d, + text: [ + "What have I learned, that witchery has some interactions with mythic powers that allow for higher manufacturing output.", + "Is it really worth it? Maybe?!?" + ], + dependencies: [ + "7dc9a073" + ], + hide: true, + tasks: [{ + uid: "db12e965", + type: "item", + items: [{ + item: "contenttweaker:mythic_machine_case" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/04f8d618.snbt b/config/ftbquests/normal/chapters/37c824bb/04f8d618.snbt new file mode 100644 index 00000000..2d242992 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/04f8d618.snbt @@ -0,0 +1,21 @@ +{ + title: "Better Agriculture", + x: 8.0d, + y: -3.0d, + text: [ + "Crop sticks are awesome! They allow me to grow plants in better ways, and to better keep track of their properties.", + "This should allow me to do simple cross-breeding, and to improve my thoughput.", + "" + ], + dependencies: [ + "171c54ed" + ], + hide: true, + tasks: [{ + uid: "24b54130", + type: "item", + items: [{ + item: "agricraft:crop_sticks" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/065a1dc6.snbt b/config/ftbquests/normal/chapters/37c824bb/065a1dc6.snbt new file mode 100644 index 00000000..979adaf1 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/065a1dc6.snbt @@ -0,0 +1,19 @@ +{ + x: 131.0d, + y: 1.5d, + dependencies: [ + "5558a424" + ], + tasks: [{ + uid: "810fa20a", + type: "item", + items: [{ + id: "erebus:wand_of_animation", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/06cbebf4.snbt b/config/ftbquests/normal/chapters/37c824bb/06cbebf4.snbt new file mode 100644 index 00000000..7ecf1277 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/06cbebf4.snbt @@ -0,0 +1,44 @@ +{ + title: "Tier 2 Mythical Resources", + x: 29.0d, + y: -1.5d, + description: "Do this ASAP", + text: [ + "More Mythic minerals, more Shyre matter!" + ], + dependencies: [ + "51d358d6" + ], + hide: true, + tasks: [{ + uid: "6cdd7618", + type: "item", + items: [{ + item: "divinerpg:bloodgem_block" + }] + }, + { + uid: "b87bb820", + type: "item", + items: [{ + item: "aoa3:emberstone_block" + }] + }, + { + uid: "aad3353d", + type: "item", + items: [{ + item: "divinerpg:netherite_block" + }] + }, + { + uid: "265fe839", + type: "item", + items: [{ + id: "modularmachinery:itemblueprint", + tag: { + dynamicmachine: "modularmachinery:mythical_resource_miner_tier2" + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/08020383.snbt b/config/ftbquests/normal/chapters/37c824bb/08020383.snbt new file mode 100644 index 00000000..354bd14e --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/08020383.snbt @@ -0,0 +1,25 @@ +{ + title: "Iromine Falls", + x: 62.0d, + y: -3.0d, + dependencies: [ + "6b833a3d" + ], + hide: true, + tasks: [{ + uid: "7acfd6b6", + type: "item", + items: [{ + item: "contenttweaker:iromine_cap" + }] + }, + { + uid: "d07db462", + type: "item", + items: [{ + item: "contenttweaker:iromine_callstone" + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/09a8bf21.snbt b/config/ftbquests/normal/chapters/37c824bb/09a8bf21.snbt new file mode 100644 index 00000000..d747b272 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/09a8bf21.snbt @@ -0,0 +1,36 @@ +{ + title: "The druids are here!", + x: 15.5d, + y: -6.0d, + text: [ + "This is freaky... I don't like it at all...", + "As I started reading the pages of the necronomicon, I became aware of something...", + "My destiny may be predetermined, and someone is responsible for it.", + "(No not Sainagh the pack author)", + "There 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...", + "Now that I have read the pages I know this, and I know where they come from. Thos bastards will pay!" + ], + dependencies: [ + "fb4a13e3" + ], + hide: true, + tasks: [{ + uid: "3e1bb059", + type: "item", + items: [{ + item: "thebetweenlands:druid_altar" + }] + }, + { + uid: "c9b07d4f", + type: "item", + items: [{ + id: "minecraft:spawn_egg", + tag: { + EntityTag: { + id: "thebetweenlands:dark_druid" + } + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/0a92f85c.snbt b/config/ftbquests/normal/chapters/37c824bb/0a92f85c.snbt new file mode 100644 index 00000000..04b02885 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/0a92f85c.snbt @@ -0,0 +1,18 @@ +{ + icon: "compactmachines3:machine 1 3", + x: 17.0d, + y: -3.0d, + text: [ + "There are a lot of multiblocks, and, unfortunately, they cause a fair amount of TPS lag.", + "Using compact machines is recommended!" + ], + dependencies: [ + "a13a0880" + ], + hide: true, + tasks: [{ + uid: "c3e08368", + type: "checkmark", + title: "Compact is better!" + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/0ae451c7.snbt b/config/ftbquests/normal/chapters/37c824bb/0ae451c7.snbt new file mode 100644 index 00000000..9b71f014 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/0ae451c7.snbt @@ -0,0 +1,16 @@ +{ + x: 71.0d, + y: -1.5d, + description: "Start Making this ASAP", + dependencies: [ + "40d98bd3" + ], + hide: true, + tasks: [{ + uid: "b17ad62b", + type: "item", + items: [{ + item: "contenttweaker:sacrifice_metal_clump" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/0b046ab8.snbt b/config/ftbquests/normal/chapters/37c824bb/0b046ab8.snbt new file mode 100644 index 00000000..26a3890e --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/0b046ab8.snbt @@ -0,0 +1,57 @@ +{ + x: 92.0d, + y: -3.0d, + description: "Time to start thinking about some crafting components!", + dependencies: [ + "8bb6d106" + ], + tasks: [{ + uid: "e20d4144", + type: "item", + items: [{ + item: "extendedcrafting:singularity_custom 1 666" + }] + }, + { + uid: "bfc90c50", + type: "item", + items: [{ + item: "extendedcrafting:singularity_custom 1 656" + }] + }, + { + uid: "73ce37d2", + type: "item", + items: [{ + item: "extendedcrafting:singularity_custom 1 657" + }] + }, + { + uid: "3c9afb57", + type: "item", + items: [{ + item: "extendedcrafting:singularity_custom 1 658" + }] + }, + { + uid: "4d2835b4", + type: "item", + items: [{ + item: "extendedcrafting:singularity_custom 1 659" + }] + }, + { + uid: "cd854d0d", + type: "item", + items: [{ + item: "extendedcrafting:singularity_custom 1 660" + }] + }, + { + uid: "db7af69f", + type: "item", + items: [{ + item: "extendedcrafting:singularity_custom 1 654" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/0bdb8ab8.snbt b/config/ftbquests/normal/chapters/37c824bb/0bdb8ab8.snbt new file mode 100644 index 00000000..0bf0bb7f --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/0bdb8ab8.snbt @@ -0,0 +1,30 @@ +{ + title: "Warp Speed", + x: 38.0d, + y: 0.0d, + text: [ + "Even though I now know that negative gravity and mass are possible, the strange properties of divine stars still do not make sense.", + "That said, I think I know what to try next.", + "Taking a distance from this planet has allowed me to observe phenomena impossible to see from its surface.", + "What if more stuff would become more evident after taking a distance from this solar system.", + "Also, 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.", + "To me to get speedy with dilithium!!" + ], + dependencies: [ + "71f69702" + ], + hide: true, + tasks: [{ + uid: "b9dc5b5e", + type: "item", + items: [{ + item: "libvulpes:productdust" + }] + }], + rewards: [{ + uid: "83866c7d", + type: "item", + item: "libvulpes:productdust", + count: 100 + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/0bf862fc.snbt b/config/ftbquests/normal/chapters/37c824bb/0bf862fc.snbt new file mode 100644 index 00000000..ce165eea --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/0bf862fc.snbt @@ -0,0 +1,24 @@ +{ + title: "The realmshifters", + x: 36.5d, + y: -7.5d, + text: [ + "The terra system is truly a wonderful world!", + "Thanks to the incredible powers provided by the resources here, civilizations evolved with incredible abilities!", + "Hator is the home planet of the realmshifters, beings able to bend and warp all dimensions of space as if it was nothing...", + "When the empire and the horde came, they used their powers to infiltrate their worlds. Unfortunately, their knowledge and affinity to alchemy was not enough, and they could achieve very little...", + "So they came to the bees for help, and they shared some of their knowledge on genetic manipulation.", + "But 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." + ], + dependencies: [ + "5fe7c4e5" + ], + hide: true, + tasks: [{ + uid: "3fe43c62", + type: "item", + items: [{ + item: "contenttweaker:pink_marble" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/0ccfe519.snbt b/config/ftbquests/normal/chapters/37c824bb/0ccfe519.snbt new file mode 100644 index 00000000..8b677e4e --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/0ccfe519.snbt @@ -0,0 +1,19 @@ +{ + title: "Entropy Acceleration", + x: 32.0d, + y: -1.5d, + text: [ + "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." + ], + dependencies: [ + "7382c725" + ], + hide: true, + tasks: [{ + uid: "96454dcc", + type: "item", + items: [{ + item: "torcherino:blocktorcherino" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/0d21a1b9.snbt b/config/ftbquests/normal/chapters/37c824bb/0d21a1b9.snbt new file mode 100644 index 00000000..9e41572c --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/0d21a1b9.snbt @@ -0,0 +1,29 @@ +{ + title: "A new contender?", + x: 24.5d, + y: 6.0d, + text: [ + "Well, terra is going through some serious power struggle!", + "But now that I am here, I gotta learn about who is leading this war, the Testificates deserve better!" + ], + dependencies: [ + "2dd42d58" + ], + hide: true, + tasks: [{ + uid: "7c24b9b9", + type: "item", + items: [{ + item: "contenttweaker:scorcher_eternal_flame" + }] + }, + { + uid: "74632c6d", + type: "item", + items: [{ + item: "divinerpg:slime_sword" + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/0e3c8c82.snbt b/config/ftbquests/normal/chapters/37c824bb/0e3c8c82.snbt new file mode 100644 index 00000000..719e1c97 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/0e3c8c82.snbt @@ -0,0 +1,16 @@ +{ + title: "Embrace the Arts!", + x: 80.0d, + y: 0.0d, + dependencies: [ + "62b05ac5" + ], + hide: true, + tasks: [{ + uid: "356aa3ee", + type: "item", + items: [{ + item: "extrabotany:blockorichalcos" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/0e71452d.snbt b/config/ftbquests/normal/chapters/37c824bb/0e71452d.snbt new file mode 100644 index 00000000..2d188803 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/0e71452d.snbt @@ -0,0 +1,41 @@ +{ + title: "I like big batteries and I cannot lie", + x: 12.5d, + y: 0.0d, + description: "Need to make some RF? All available ways will be in the enrgy sources tab!", + text: [ + "Now that I have better means of fabrication, I can start collecting larger amounts of energy.", + "From now on I expect I'll ned lots of it!" + ], + dependencies: [ + "8b210b51" + ], + hide: true, + tasks: [{ + uid: "55ee61cf", + type: "item", + items: [{ + id: "thermalexpansion:cell", + tag: { + Recv: 1000, + RSControl: 0b, + Facing: 3b, + Energy: 0, + SideCache: [B; + 2b, + 1b, + 1b, + 1b, + 1b, + 1b + ], + Level: 0b, + Send: 1000 + }, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/0efda3f8.snbt b/config/ftbquests/normal/chapters/37c824bb/0efda3f8.snbt new file mode 100644 index 00000000..43530106 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/0efda3f8.snbt @@ -0,0 +1,26 @@ +{ + title: "Spies!", + x: 20.0d, + y: 7.5d, + description: "Use in the nether!", + text: [ + "The twilight horde's influence over the happenings in this world is crazy! It appears their spies on Terra are based in the nether world.", + "They probably already communicated with their superiors about me, I have to cut communications at all costs!" + ], + dependencies: [ + "d4a82bd8" + ], + hide: true, + tasks: [{ + uid: "f4434266", + type: "item", + items: [{ + id: "divinerpg:call_of_the_watcher", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/0f49013c.snbt b/config/ftbquests/normal/chapters/37c824bb/0f49013c.snbt new file mode 100644 index 00000000..1a573b02 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/0f49013c.snbt @@ -0,0 +1,20 @@ +{ + x: 26.0d, + y: -13.5d, + text: [ + "Use only against mighty foes..." + ], + dependencies: [ + "74c81f2c" + ], + hide: true, + tasks: [{ + uid: "7fdad599", + type: "item", + items: [{ + item: "contenttweaker:shield_of_terra" + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/112ba74b.snbt b/config/ftbquests/normal/chapters/37c824bb/112ba74b.snbt new file mode 100644 index 00000000..12e7b0f2 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/112ba74b.snbt @@ -0,0 +1,13 @@ +{ + x: 6.5d, + y: 9.0d, + description: "The more you run around, the higher the chance of speeding up!", + dependencies: [ + "d8e398cb" + ], + hide: true, + tasks: [{ + uid: "283f4159", + type: "checkmark" + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/1135dd4b.snbt b/config/ftbquests/normal/chapters/37c824bb/1135dd4b.snbt new file mode 100644 index 00000000..9827f6f8 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/1135dd4b.snbt @@ -0,0 +1,15 @@ +{ + x: 105.5d, + y: 0.0d, + dependencies: [ + "a6dda290" + ], + hide: true, + tasks: [{ + uid: "3a15c8f5", + type: "item", + items: [{ + item: "contenttweaker:vethea_garnet" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/11887463.snbt b/config/ftbquests/normal/chapters/37c824bb/11887463.snbt new file mode 100644 index 00000000..f09de755 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/11887463.snbt @@ -0,0 +1,20 @@ +{ + x: 86.0d, + y: -1.5d, + dependencies: [ + "2e5c9fa5" + ], + hide: true, + tasks: [{ + uid: "700d6dcf", + type: "item", + items: [{ + id: "aoa3:immortallis_realmstone", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/11ba9e4c.snbt b/config/ftbquests/normal/chapters/37c824bb/11ba9e4c.snbt new file mode 100644 index 00000000..a9748dad --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/11ba9e4c.snbt @@ -0,0 +1,18 @@ +{ + icon: "contenttweaker:dark_soul_machine_chassis", + x: 42.5d, + y: -1.5d, + text: [ + "From now on, your attitude should be to automate (passive or autocraft) everything you see!", + "A passive supply of Dark Soul Machine Chassis, for example, would be most desirable at this point." + ], + dependencies: [ + "29d7bed0" + ], + tasks: [{ + uid: "d060cb4a", + type: "checkmark", + title: "*All-the-Things intensifies!", + icon: "thermalfoundation:material 1 295" + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/12059d50.snbt b/config/ftbquests/normal/chapters/37c824bb/12059d50.snbt new file mode 100644 index 00000000..5b1964c9 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/12059d50.snbt @@ -0,0 +1,15 @@ +{ + x: 99.5d, + y: 0.0d, + dependencies: [ + "a67d9b51" + ], + hide: true, + tasks: [{ + uid: "ed9cca30", + type: "item", + items: [{ + item: "divinerpg:quadrotic_lump" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/12326252.snbt b/config/ftbquests/normal/chapters/37c824bb/12326252.snbt new file mode 100644 index 00000000..f692d2f4 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/12326252.snbt @@ -0,0 +1,31 @@ +{ + title: "Deeplands Fall", + x: 45.5d, + y: 4.5d, + description: "Place a charging table on top of kror altar, and right click with the boulder dash.", + text: [ + "Interesting, the Shyre empire placed a master of recursion to protect a cave planet that barely has any useful resource...", + "Runium is useful, I guess, but it definitely isn't worth spending all this energy on, when it only possesses minor alchemical properties...", + "If you have the power to control space-time, wouldn't it be better to find a planet full of red matter?" + ], + dependencies: [ + "5a18d10d" + ], + hide: true, + tasks: [{ + uid: "f0abe6d7", + type: "item", + items: [{ + item: "contenttweaker:deepland_cap" + }] + }, + { + uid: "0fdbd99d", + type: "item", + items: [{ + item: "contenttweaker:deeplands_callstone" + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/1302d6db.snbt b/config/ftbquests/normal/chapters/37c824bb/1302d6db.snbt new file mode 100644 index 00000000..e5d44215 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/1302d6db.snbt @@ -0,0 +1,15 @@ +{ + x: 38.0d, + y: -7.5d, + dependencies: [ + "5fe7c4e5" + ], + hide: true, + tasks: [{ + uid: "49b06702", + type: "item", + items: [{ + item: "contenttweaker:travertine" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/13546cf6.snbt b/config/ftbquests/normal/chapters/37c824bb/13546cf6.snbt new file mode 100644 index 00000000..80df1026 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/13546cf6.snbt @@ -0,0 +1,24 @@ +{ + x: 87.5d, + y: -3.0d, + dependencies: [ + "c7b3082d" + ], + hide: true, + tasks: [{ + uid: "ff0775d3", + type: "item", + items: [{ + item: "contenttweaker:ancient_cavern_cap" + }] + }, + { + uid: "8e24634a", + type: "item", + items: [{ + item: "contenttweaker:terran_summoning" + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/13a9c435.snbt b/config/ftbquests/normal/chapters/37c824bb/13a9c435.snbt new file mode 100644 index 00000000..016221dc --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/13a9c435.snbt @@ -0,0 +1,20 @@ +{ + title: "Big laser, much rupee", + x: 35.0d, + y: -4.5d, + description: "Drops are custom!", + text: [ + "This laser is useful, it should provide a lot of very good minerals!" + ], + dependencies: [ + "72490c57" + ], + hide: true, + tasks: [{ + uid: "fee671f9", + type: "item", + items: [{ + item: "advancedrocketry:spacelaser" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/13f18f23.snbt b/config/ftbquests/normal/chapters/37c824bb/13f18f23.snbt new file mode 100644 index 00000000..e2059f82 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/13f18f23.snbt @@ -0,0 +1,24 @@ +{ + x: 93.5d, + y: -3.0d, + dependencies: [ + "df5af6a9" + ], + hide: true, + tasks: [{ + uid: "729a9fba", + type: "item", + items: [{ + item: "tconstruct:materials" + }] + }, + { + uid: "dbb15d06", + type: "item", + items: [{ + item: "minecraft:lava_bucket" + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/15768fe0.snbt b/config/ftbquests/normal/chapters/37c824bb/15768fe0.snbt new file mode 100644 index 00000000..7c8fb7a0 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/15768fe0.snbt @@ -0,0 +1,24 @@ +{ + x: 33.5d, + y: 1.5d, + dependencies: [ + "65ea6518" + ], + tasks: [{ + uid: "98f4c809", + type: "item", + items: [{ + id: "modularmachinery:itemblueprint", + tag: { + dynamicmachine: "modularmachinery:token_totem" + } + }] + }, + { + uid: "98185f32", + type: "item", + items: [{ + item: "contenttweaker:master_rune_box" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/15b973ca.snbt b/config/ftbquests/normal/chapters/37c824bb/15b973ca.snbt new file mode 100644 index 00000000..fdb282e3 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/15b973ca.snbt @@ -0,0 +1,15 @@ +{ + x: 29.0d, + y: -9.0d, + description: "Found in the temple in the deep dark.", + dependencies: [ + "f1e1204a" + ], + tasks: [{ + uid: "e5d664e4", + type: "item", + items: [{ + item: "contenttweaker:cursed_rock" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/16fa68b4.snbt b/config/ftbquests/normal/chapters/37c824bb/16fa68b4.snbt new file mode 100644 index 00000000..0fc6c59a --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/16fa68b4.snbt @@ -0,0 +1,28 @@ +{ + title: "Giant stuff", + x: 24.5d, + y: -21.0d, + description: "Found in the skies around the thornlands. ", + dependencies: [ + "62242ef6" + ], + hide: true, + tasks: [{ + uid: "41f691ac", + type: "item", + items: [{ + id: "twilightforest:lamp_of_cinders", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }], + rewards: [{ + uid: "61638b99", + type: "item", + item: "thaumadditions:mithrillium_ingot", + count: 8 + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/171c54ed.snbt b/config/ftbquests/normal/chapters/37c824bb/171c54ed.snbt new file mode 100644 index 00000000..e5d76ece --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/171c54ed.snbt @@ -0,0 +1,19 @@ +{ + title: "Engineering Time!", + x: 8.0d, + y: -1.5d, + text: [ + "Now that I can make alloys, I can finally produce and use electricity, this should allow me to improve my manufacturing capabilities!" + ], + dependencies: [ + "bc0ba902" + ], + hide: true, + tasks: [{ + uid: "e747cec0", + type: "item", + items: [{ + item: "immersiveengineering:metal_decoration0 1 5" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/178df081.snbt b/config/ftbquests/normal/chapters/37c824bb/178df081.snbt new file mode 100644 index 00000000..8f4f0638 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/178df081.snbt @@ -0,0 +1,16 @@ +{ + title: "WOW!", + x: 78.5d, + y: -3.0d, + dependencies: [ + "9e26752a" + ], + hide: true, + tasks: [{ + uid: "dedfaedd", + type: "item", + items: [{ + item: "tinymobfarm:ultimate_farm" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/1868ed5b.snbt b/config/ftbquests/normal/chapters/37c824bb/1868ed5b.snbt new file mode 100644 index 00000000..1bbfbbbc --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/1868ed5b.snbt @@ -0,0 +1,26 @@ +{ + title: "Shyre Tech", + x: 68.0d, + y: 1.5d, + dependencies: [ + "6304b450" + ], + hide: true, + tasks: [{ + uid: "249b7c35", + type: "item", + items: [{ + item: "contenttweaker:infusion_catalyst" + }] + }, + { + uid: "0e031ac6", + type: "item", + items: [{ + id: "modularmachinery:itemblueprint", + tag: { + dynamicmachine: "modularmachinery:infusinator" + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/1877f54d.snbt b/config/ftbquests/normal/chapters/37c824bb/1877f54d.snbt new file mode 100644 index 00000000..bd71bd16 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/1877f54d.snbt @@ -0,0 +1,15 @@ +{ + x: 30.5d, + y: -13.5d, + dependencies: [ + "a852a933" + ], + hide: true, + tasks: [{ + uid: "6c50ebb6", + type: "item", + items: [{ + item: "extrabotany:material 1 3" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/19113d45.snbt b/config/ftbquests/normal/chapters/37c824bb/19113d45.snbt new file mode 100644 index 00000000..b11fa4ee --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/19113d45.snbt @@ -0,0 +1,19 @@ +{ + title: "Quarries", + x: 20.0d, + y: -3.0d, + text: [ + "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." + ], + dependencies: [ + "d4a82bd8" + ], + hide: true, + tasks: [{ + uid: "b879ffc5", + type: "item", + items: [{ + item: "rftools:builder" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/19146f21.snbt b/config/ftbquests/normal/chapters/37c824bb/19146f21.snbt new file mode 100644 index 00000000..89ab20c1 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/19146f21.snbt @@ -0,0 +1,15 @@ +{ + x: 108.5d, + y: 3.0d, + dependencies: [ + "26216ac9" + ], + hide: true, + tasks: [{ + uid: "9d463e66", + type: "item", + items: [{ + item: "contenttweaker:recursion_solitude" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/1990d65b.snbt b/config/ftbquests/normal/chapters/37c824bb/1990d65b.snbt new file mode 100644 index 00000000..217e5cf8 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/1990d65b.snbt @@ -0,0 +1,30 @@ +{ + title: "Creeponia Falls", + x: 45.5d, + y: 3.0d, + description: "Use explosive gems on a creep altar", + text: [ + "I was right, life on Creeponia is artificial!", + "This is very depressing, imagine existing and living solely to be a suicide bomber..." + ], + dependencies: [ + "565c986d" + ], + hide: true, + tasks: [{ + uid: "0df87ac0", + type: "item", + items: [{ + item: "contenttweaker:creeponian_cap" + }] + }, + { + uid: "a8fc6502", + type: "item", + items: [{ + item: "contenttweaker:creeponia_callstone" + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/19a22093.snbt b/config/ftbquests/normal/chapters/37c824bb/19a22093.snbt new file mode 100644 index 00000000..21d90240 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/19a22093.snbt @@ -0,0 +1,29 @@ +{ + title: "A Rift", + x: -5.5d, + y: 0.0d, + description: "I don't want to overload you with knowledge, so important info will become available through checkmark quests and subtitles when it's needed. If you feel like something is wrong, let me know on discord!", + text: [ + "There it is, I found a way to use these higher dimensions to produce 'rifts' (spherical in shape) that allow to travel through space. Who knows what great advancements such a discovery would cause?!", + "Today is the day! I will be the first human to open a wormhole!" + ], + dependencies: [ + "2e74a705" + ], + tasks: [{ + uid: "e868e5bb", + type: "checkmark", + title: "First Day", + icon: "minecraft:grass" + }], + rewards: [{ + uid: "04a4359e", + type: "item", + item: { + id: "akashictome:tome", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + } + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/19cede5a.snbt b/config/ftbquests/normal/chapters/37c824bb/19cede5a.snbt new file mode 100644 index 00000000..01067c23 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/19cede5a.snbt @@ -0,0 +1,18 @@ +{ + x: 75.5d, + y: 3.0d, + text: [ + "This should come in handy for my fabrication needs..." + ], + dependencies: [ + "822903da" + ], + hide: true, + tasks: [{ + uid: "8daaea68", + type: "item", + items: [{ + item: "contenttweaker:runador_cap" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/19de026a.snbt b/config/ftbquests/normal/chapters/37c824bb/19de026a.snbt new file mode 100644 index 00000000..dbfd39fa --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/19de026a.snbt @@ -0,0 +1,19 @@ +{ + x: 27.5d, + y: -1.5d, + description: "Your first multiblock!", + dependencies: [ + "f2937072" + ], + hide: true, + tasks: [{ + uid: "ab9d0fb8", + type: "item", + items: [{ + id: "modularmachinery:itemblueprint", + tag: { + dynamicmachine: "modularmachinery:compression_engine" + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/1ac16e44.snbt b/config/ftbquests/normal/chapters/37c824bb/1ac16e44.snbt new file mode 100644 index 00000000..df482a23 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/1ac16e44.snbt @@ -0,0 +1,65 @@ +{ + title: "On the Medieval vibes", + x: 20.0d, + y: 0.0d, + description: "The book of creation has instructions on how to use projecte", + text: [ + "Mana appears to have a 'memory' for alchemical power, meaning that I can use it to create all remembered items at will." + ], + dependencies: [ + "ab2c32d7" + ], + hide: true, + tasks: [{ + uid: "2bec8da8", + type: "item", + items: [{ + id: "projecte:item.pe_philosophers_stone", + tag: {}, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }, + { + uid: "5c878a4e", + type: "item", + items: [{ + id: "projecte:item.pe_klein_star", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_nbt: 1b + }, + { + uid: "499d6e87", + type: "item", + items: [{ + item: "projecte:transmutation_table" + }] + }, + { + uid: "0b2aad3d", + type: "item", + items: [{ + item: "projecte:collector_mk1" + }] + }, + { + uid: "67b02cb2", + type: "item", + items: [{ + item: "projecte:relay_mk1" + }] + }, + { + uid: "51001b05", + type: "item", + items: [{ + item: "projecte:condenser_mk1" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/1af08a8c.snbt b/config/ftbquests/normal/chapters/37c824bb/1af08a8c.snbt new file mode 100644 index 00000000..2658783f --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/1af08a8c.snbt @@ -0,0 +1,15 @@ +{ + x: 71.0d, + y: -3.0d, + dependencies: [ + "0ae451c7" + ], + hide: true, + tasks: [{ + uid: "80cbc8d5", + type: "item", + items: [{ + item: "appliedenergistics2:spatial_io_port" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/1c3ecdc9.snbt b/config/ftbquests/normal/chapters/37c824bb/1c3ecdc9.snbt new file mode 100644 index 00000000..fc3be453 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/1c3ecdc9.snbt @@ -0,0 +1,16 @@ +{ + title: "Vox Ponds fall", + x: 62.0d, + y: -6.0d, + dependencies: [ + "65472f88" + ], + hide: true, + tasks: [{ + uid: "f6909f96", + type: "item", + items: [{ + item: "contenttweaker:voxponds_cap" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/1d305156.snbt b/config/ftbquests/normal/chapters/37c824bb/1d305156.snbt new file mode 100644 index 00000000..c646374e --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/1d305156.snbt @@ -0,0 +1,20 @@ +{ + title: "Interesting results", + x: 50.0d, + y: 3.0d, + text: [ + "Got my hands on some vibrating stone, and this stuff is awesome!", + "It's ability to interact with the aura field makes making Adaminite soo much easier!" + ], + dependencies: [ + "94262032" + ], + hide: true, + tasks: [{ + uid: "c58df932", + type: "item", + items: [{ + item: "contenttweaker:vibrating_stone" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/1df2d3a1.snbt b/config/ftbquests/normal/chapters/37c824bb/1df2d3a1.snbt new file mode 100644 index 00000000..010cbd22 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/1df2d3a1.snbt @@ -0,0 +1,21 @@ +{ + title: "Just Sugar, no Carbs", + x: 60.5d, + y: 1.5d, + dependencies: [ + "588d339b" + ], + hide: true, + tasks: [{ + uid: "be470b67", + type: "item", + items: [{ + id: "aoa3:candyland_realmstone", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/1e003445.snbt b/config/ftbquests/normal/chapters/37c824bb/1e003445.snbt new file mode 100644 index 00000000..3fe5c900 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/1e003445.snbt @@ -0,0 +1,21 @@ +{ + title: "Embracing Entropy", + x: 21.5d, + y: 9.0d, + text: [ + "Despite their relatively low presence on Terra, sky dragons, including the very annoying chaotic ones, hold some serious power!", + "When it comes to the Twilight Horde and the Shyre Empire, I'm starting to believe I'm dealing with quite literal deities...", + "Will this make me strong enough..." + ], + dependencies: [ + "2d07ae9d" + ], + hide: true, + tasks: [{ + uid: "702ce058", + type: "item", + items: [{ + item: "tinymobfarm:ultimate_farm" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/1e312a4c.snbt b/config/ftbquests/normal/chapters/37c824bb/1e312a4c.snbt new file mode 100644 index 00000000..d21d6a10 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/1e312a4c.snbt @@ -0,0 +1,17 @@ +{ + x: 71.0d, + y: -4.5d, + dependencies: [ + "1af08a8c" + ], + hide: true, + tasks: [{ + uid: "52390309", + type: "item", + items: [{ + item: "contenttweaker:nightmare_incense" + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/1e991479.snbt b/config/ftbquests/normal/chapters/37c824bb/1e991479.snbt new file mode 100644 index 00000000..312febb7 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/1e991479.snbt @@ -0,0 +1,15 @@ +{ + x: 90.5d, + y: 4.5d, + dependencies: [ + "e9bf652e" + ], + hide: true, + tasks: [{ + uid: "e6eb24c1", + type: "item", + items: [{ + item: "contenttweaker:imperfect_gem_of_the_cosmos" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/1f0e04a7.snbt b/config/ftbquests/normal/chapters/37c824bb/1f0e04a7.snbt new file mode 100644 index 00000000..80e72981 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/1f0e04a7.snbt @@ -0,0 +1,22 @@ +{ + title: "Master of the lower sky", + x: 20.0d, + y: -10.5d, + description: "Rare and quite hard to find bell-shaped islands with golden oaks. Break blocks after finishing dungeon.", + text: [ + "Mh, there is relatively little war happening on the skies above Terra", + "That was almost too easy...", + "Curious if it is because those who are involved in this war do not know of astral magic..." + ], + dependencies: [ + "56bc0b1a" + ], + hide: true, + tasks: [{ + uid: "b3a18e37", + type: "item", + items: [{ + item: "aether_legacy:dungeon_block 1 4" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/2041c646.snbt b/config/ftbquests/normal/chapters/37c824bb/2041c646.snbt new file mode 100644 index 00000000..0f6befd3 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/2041c646.snbt @@ -0,0 +1,15 @@ +{ + x: 98.0d, + y: -3.0d, + dependencies: [ + "a5804c1e" + ], + hide: true, + tasks: [{ + uid: "ddc10517", + type: "item", + items: [{ + item: "divinerpg:darven_lump" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/20b07e89.snbt b/config/ftbquests/normal/chapters/37c824bb/20b07e89.snbt new file mode 100644 index 00000000..8d296176 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/20b07e89.snbt @@ -0,0 +1,19 @@ +{ + title: "More Bloodmaster!", + x: 51.5d, + y: -1.5d, + text: [ + "See, material science is useful!" + ], + dependencies: [ + "25bd70ab" + ], + hide: true, + tasks: [{ + uid: "a6a1ef92", + type: "item", + items: [{ + item: "contenttweaker:material_part 1 31" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/20ec7210.snbt b/config/ftbquests/normal/chapters/37c824bb/20ec7210.snbt new file mode 100644 index 00000000..ba1ac0a0 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/20ec7210.snbt @@ -0,0 +1,15 @@ +{ + x: 111.5d, + y: 0.0d, + dependencies: [ + "7a4f143a" + ], + hide: true, + tasks: [{ + uid: "be71d55d", + type: "item", + items: [{ + item: "avaritia:resource 1 5" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/20f80355.snbt b/config/ftbquests/normal/chapters/37c824bb/20f80355.snbt new file mode 100644 index 00000000..8526769d --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/20f80355.snbt @@ -0,0 +1,26 @@ +{ + title: "Twilight Diserters", + x: 60.5d, + y: -1.5d, + text: [ + "The plot thickens...I guess?!?", + "Haven, 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.", + "I don't really understand their motifs, but who am I to ask?" + ], + dependencies: [ + "588d339b" + ], + hide: true, + tasks: [{ + uid: "c65c9c0b", + type: "item", + items: [{ + id: "aoa3:haven_realmstone", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/21aa3a2e.snbt b/config/ftbquests/normal/chapters/37c824bb/21aa3a2e.snbt new file mode 100644 index 00000000..a7129191 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/21aa3a2e.snbt @@ -0,0 +1,24 @@ +{ + x: 125.0d, + y: 1.5d, + dependencies: [ + "c5794c9e" + ], + hide: true, + tasks: [{ + uid: "270f7e1d", + type: "item", + items: [{ + id: "forge:bucketfilled", + tag: { + FluidName: "magnatar_stabilizer", + Amount: 1000 + }, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/223cdb68.snbt b/config/ftbquests/normal/chapters/37c824bb/223cdb68.snbt new file mode 100644 index 00000000..95815553 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/223cdb68.snbt @@ -0,0 +1,12 @@ +{ + x: 5.0d, + y: 7.5d, + dependencies: [ + "d8e398cb" + ], + hide: true, + tasks: [{ + uid: "cae6b8df", + type: "checkmark" + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/23cb5548.snbt b/config/ftbquests/normal/chapters/37c824bb/23cb5548.snbt new file mode 100644 index 00000000..a39e8f6e --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/23cb5548.snbt @@ -0,0 +1,16 @@ +{ + title: "Basic Fabrication (Again)", + x: 93.5d, + y: -1.5d, + dependencies: [ + "37ddedeb" + ], + hide: true, + tasks: [{ + uid: "9a5201ee", + type: "item", + items: [{ + item: "minecraft:crafting_table" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/23ff95f6.snbt b/config/ftbquests/normal/chapters/37c824bb/23ff95f6.snbt new file mode 100644 index 00000000..1405cd2d --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/23ff95f6.snbt @@ -0,0 +1,22 @@ +{ + title: "Energetic Manipulation", + x: 11.0d, + y: 1.5d, + description: "Used to craft machines from actually additions (see manufacturing and fabrication)", + text: [ + "Wow, if only humanity knew of this!", + "It seems like there are other energy storage optionsthat are way better than batteries.", + "Not only I can store energy in other ways, but I can easily transform between different types of energy, including lasers..." + ], + dependencies: [ + "8b210b51" + ], + hide: true, + tasks: [{ + uid: "c352f31f", + type: "item", + items: [{ + item: "actuallyadditions:block_misc 1 9" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/240b3181.snbt b/config/ftbquests/normal/chapters/37c824bb/240b3181.snbt new file mode 100644 index 00000000..77967a75 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/240b3181.snbt @@ -0,0 +1,33 @@ +{ + title: "Tools of the Dragons", + x: 53.0d, + y: 1.5d, + dependencies: [ + "2b6345ee" + ], + hide: true, + tasks: [{ + uid: "4429f273", + type: "item", + items: [{ + id: "iceandfire:dragonbone_sword_ice", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }, + { + uid: "420dac3c", + type: "item", + items: [{ + id: "iceandfire:dragonbone_sword_fire", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/241f6baf.snbt b/config/ftbquests/normal/chapters/37c824bb/241f6baf.snbt new file mode 100644 index 00000000..76885c2c --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/241f6baf.snbt @@ -0,0 +1,19 @@ +{ + title: "Compact Condensation", + x: 27.5d, + y: 6.0d, + text: [ + "More slots! Less blocks!" + ], + dependencies: [ + "7e9b9548" + ], + hide: true, + tasks: [{ + uid: "d26b7ab6", + type: "item", + items: [{ + item: "projectex:compressed_refined_link" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/2514a220.snbt b/config/ftbquests/normal/chapters/37c824bb/2514a220.snbt new file mode 100644 index 00000000..6a0772b3 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/2514a220.snbt @@ -0,0 +1,23 @@ +{ + x: 17.0d, + y: -10.5d, + description: "Craft the two parts of the altar of cha'garoth and right click in dreadland mountains at y=40.", + text: [ + "6 dimensions of space arent enough, in order to fully grasp these creatures I needed to gain access to more dimensions.", + "Luckily, at the cheap cheap cost of feeling the most depressing nihilism in my entire existance, I can now delve deeper...", + "I need to know more about my 'curse', and I finally have a lead!", + "In this dreaded lands, a creature of unspeakable evil whispered a word, that shook me like nothing ever had.", + "A single word, Recursion..." + ], + dependencies: [ + "fb4a13e3" + ], + hide: true, + tasks: [{ + uid: "8244e89d", + type: "item", + items: [{ + item: "abyssalcraft:dreadkey" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/2568905a.snbt b/config/ftbquests/normal/chapters/37c824bb/2568905a.snbt new file mode 100644 index 00000000..b848f5c1 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/2568905a.snbt @@ -0,0 +1,15 @@ +{ + x: 116.0d, + y: -1.5d, + dependencies: [ + "3acea339" + ], + hide: true, + tasks: [{ + uid: "5cfb0c96", + type: "item", + items: [{ + item: "contenttweaker:mortum_star" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/25bd70ab.snbt b/config/ftbquests/normal/chapters/37c824bb/25bd70ab.snbt new file mode 100644 index 00000000..f3e72f08 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/25bd70ab.snbt @@ -0,0 +1,27 @@ +{ + title: "Material Tinkering", + x: 50.0d, + y: 0.0d, + text: [ + "New minerals! New alloys!", + "More cool things to make! (after some automation)" + ], + dependencies: [ + "ea6a620f" + ], + hide: true, + tasks: [{ + uid: "7c1f320c", + type: "item", + items: [{ + item: "contenttweaker:jeweled_runium" + }] + }, + { + uid: "a678f51a", + type: "item", + items: [{ + item: "contenttweaker:material_part 1 69" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/26216ac9.snbt b/config/ftbquests/normal/chapters/37c824bb/26216ac9.snbt new file mode 100644 index 00000000..9e466101 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/26216ac9.snbt @@ -0,0 +1,16 @@ +{ + title: "For the few...", + x: 107.0d, + y: 0.0d, + dependencies: [ + "1135dd4b" + ], + hide: true, + tasks: [{ + uid: "0e5456dd", + type: "item", + items: [{ + item: "contenttweaker:dynatos_artifact" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/265867ff.snbt b/config/ftbquests/normal/chapters/37c824bb/265867ff.snbt new file mode 100644 index 00000000..9dfd2fd4 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/265867ff.snbt @@ -0,0 +1,21 @@ +{ + title: "A source?", + x: 36.5d, + y: 0.0d, + text: [ + "This is interesting, I was able to generate matter that holds mythic powers.", + "Stuff like this is likely what powers the shyre empire's massive military power.", + "Well, if they can use it, so can I!" + ], + dependencies: [ + "2b7a5fd7" + ], + hide: true, + tasks: [{ + uid: "c8d8f435", + type: "item", + items: [{ + item: "contenttweaker:divine_star" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/26e78c11.snbt b/config/ftbquests/normal/chapters/37c824bb/26e78c11.snbt new file mode 100644 index 00000000..fbddf665 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/26e78c11.snbt @@ -0,0 +1,16 @@ +{ + title: "Cooking (Again)", + x: 95.0d, + y: -1.5d, + dependencies: [ + "23cb5548" + ], + hide: true, + tasks: [{ + uid: "77aec33a", + type: "item", + items: [{ + item: "minecraft:furnace" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/2709f0d8.snbt b/config/ftbquests/normal/chapters/37c824bb/2709f0d8.snbt new file mode 100644 index 00000000..f3f99171 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/2709f0d8.snbt @@ -0,0 +1,15 @@ +{ + x: 71.0d, + y: -6.0d, + dependencies: [ + "1e312a4c" + ], + hide: true, + tasks: [{ + uid: "122a7fde", + type: "item", + items: [{ + item: "contenttweaker:sacrificial_shard" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/27267e36.snbt b/config/ftbquests/normal/chapters/37c824bb/27267e36.snbt new file mode 100644 index 00000000..479edcda --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/27267e36.snbt @@ -0,0 +1,20 @@ +{ + x: 86.0d, + y: 1.5d, + dependencies: [ + "2e5c9fa5" + ], + hide: true, + tasks: [{ + uid: "69b2b55e", + type: "item", + items: [{ + id: "aoa3:greckon_realmstone", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/27829ce9.snbt b/config/ftbquests/normal/chapters/37c824bb/27829ce9.snbt new file mode 100644 index 00000000..8a931724 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/27829ce9.snbt @@ -0,0 +1,58 @@ +{ + title: "Follow the Traces", + x: 42.5d, + y: 0.0d, + text: [ + "The Shyre Empire's ability to travel is strictly tied to the rocky material I've found in during my experiments with mythic excavation.", + "Different 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.", + "", + "Right click the power stone using a realmstone!" + ], + dependencies: [ + "782f8be1", + "29d7bed0" + ], + hide: true, + tasks: [{ + uid: "54ff2cd2", + type: "item", + items: [{ + item: "aoa3:carved_rune_power" + }] + }, + { + uid: "bbb8f6fd", + type: "item", + items: [{ + item: "aoa3:ancient_rock" + }] + }, + { + uid: "e7793e20", + type: "item", + items: [{ + item: "aoa3:carved_rune_direction" + }] + }, + { + uid: "3d6ef22e", + type: "item", + items: [{ + item: "aoa3:carved_rune_space" + }] + }, + { + uid: "0a4e6a32", + type: "item", + items: [{ + item: "aoa3:carved_rune_reality" + }] + }, + { + uid: "e3345b16", + type: "item", + items: [{ + item: "aoa3:carved_rune_travel" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/29d7bed0.snbt b/config/ftbquests/normal/chapters/37c824bb/29d7bed0.snbt new file mode 100644 index 00000000..df3443a4 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/29d7bed0.snbt @@ -0,0 +1,21 @@ +{ + title: "War to the Shyre Empire!", + x: 41.0d, + y: -1.5d, + text: [ + "Gravity makes sense, and I feel pretty good about myself!", + "The knowledge of the way they manipulate space-time to open their portals should allow me to take the fight to their territory!", + "*one man army vibes intensify*" + ], + dependencies: [ + "4cccf702" + ], + hide: true, + tasks: [{ + uid: "c1d382d4", + type: "item", + items: [{ + item: "contenttweaker:realmstone" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/29dba8e9.snbt b/config/ftbquests/normal/chapters/37c824bb/29dba8e9.snbt new file mode 100644 index 00000000..8574ebba --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/29dba8e9.snbt @@ -0,0 +1,16 @@ +{ + title: "Gardencia Falls", + x: 62.0d, + y: 4.5d, + dependencies: [ + "a720decf" + ], + hide: true, + tasks: [{ + uid: "761c4fae", + type: "item", + items: [{ + item: "contenttweaker:gardencia_cap" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/2a05bfba.snbt b/config/ftbquests/normal/chapters/37c824bb/2a05bfba.snbt new file mode 100644 index 00000000..dd6218f9 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/2a05bfba.snbt @@ -0,0 +1,22 @@ +{ + title: "Chickens aren't great... Let's fix them!", + x: 29.0d, + y: 3.0d, + description: "Automate Divinerpg and Advent of Ascension ores! (not the only way...)", + text: [ + "The ability of Terra chickens to resonate with various types of matter is quite remarkable, but in terms of uses, it's pretty underwhelming.", + "Thanks to a bit of astral magic, though, I can make my own modified chickens!", + "Was really getting tired of searching for ascended sapphire!" + ], + dependencies: [ + "51d358d6" + ], + hide: true, + tasks: [{ + uid: "7e16208b", + type: "item", + items: [{ + item: "contenttweaker:resplendent_ingot" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/2a7dce12.snbt b/config/ftbquests/normal/chapters/37c824bb/2a7dce12.snbt new file mode 100644 index 00000000..08bda6bc --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/2a7dce12.snbt @@ -0,0 +1,23 @@ +{ + x: 72.5d, + y: 3.0d, + description: "Same here, lots of it!", + dependencies: [ + "4b46b0a3" + ], + hide: true, + tasks: [{ + uid: "41b5e4c3", + type: "item", + items: [{ + item: "twilightforest:maze_wafer" + }] + }, + { + uid: "9e9eba70", + type: "item", + items: [{ + item: "contenttweaker:triple_compressed_wafer" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/2b0e537a.snbt b/config/ftbquests/normal/chapters/37c824bb/2b0e537a.snbt new file mode 100644 index 00000000..d8725ceb --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/2b0e537a.snbt @@ -0,0 +1,20 @@ +{ + title: "Cooking!", + x: 0.5d, + y: 0.0d, + description: "Quests are here to tell you what CAN be done, but the order is up to you!", + text: [ + "It seems like the soil here is abundant in coal, good to know, because now I can cook, and even smelt metal ore!" + ], + dependencies: [ + "aaa3246a" + ], + hide: true, + tasks: [{ + uid: "50286f60", + type: "item", + items: [{ + item: "minecraft:furnace" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/2b55fa28.snbt b/config/ftbquests/normal/chapters/37c824bb/2b55fa28.snbt new file mode 100644 index 00000000..f6c3de12 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/2b55fa28.snbt @@ -0,0 +1,24 @@ +{ + title: "Sp00ky", + x: 23.0d, + y: 4.5d, + description: "Found in the overworld", + text: [ + "The local fauna is interesting.", + "Now I know what happens after a pact with the (a) devil...", + "Testificates, 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.", + "They are now transformed into merciless monsters, which is quite sad...", + "The appeal of power is hard to resist, I won't lie..." + ], + dependencies: [ + "d4a82bd8" + ], + hide: true, + tasks: [{ + uid: "c660cb8b", + type: "item", + items: [{ + item: "aoa3:haunted_log" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/2b6345ee.snbt b/config/ftbquests/normal/chapters/37c824bb/2b6345ee.snbt new file mode 100644 index 00000000..48d399c9 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/2b6345ee.snbt @@ -0,0 +1,30 @@ +{ + title: "Energetic Manipulation", + x: 54.5d, + y: 0.0d, + text: [ + "No matter the scale of the war, it seems like everyone has the same motifs as on Earth.", + "Just like a certain western power in the early 2000s, it it all about resource control.", + "Many of the planets and planes under the control of the Shyre empire are composed of materials with interesting properties.", + "The affinity of these soils to the caotic, entropic effects I encountered on the upper sky of Terra is extremely interesting!", + "...and powerful, very powerful!" + ], + dependencies: [ + "c5eba600" + ], + hide: true, + tasks: [{ + uid: "eb7bd3b0", + type: "item", + items: [{ + item: "draconicevolution:fusion_crafting_core" + }] + }, + { + uid: "a62a3706", + type: "item", + items: [{ + item: "draconicevolution:crafting_injector" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/2b7a5fd7.snbt b/config/ftbquests/normal/chapters/37c824bb/2b7a5fd7.snbt new file mode 100644 index 00000000..f60b73aa --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/2b7a5fd7.snbt @@ -0,0 +1,36 @@ +{ + title: "Tier 6 Mythical Resources", + x: 36.5d, + y: 1.5d, + text: [ + "...And it is thanks to fusion that I can now mythically generate matter from the ayeraco." + ], + dependencies: [ + "f5231d80" + ], + hide: true, + tasks: [{ + uid: "fe2055dd", + type: "item", + items: [{ + item: "contenttweaker:ayeraco_stone" + }] + }, + { + uid: "e753430b", + type: "item", + items: [{ + id: "modularmachinery:itemblueprint", + tag: { + dynamicmachine: "modularmachinery:mythical_resource_miner_tier6" + } + }] + }, + { + uid: "b016660b", + type: "item", + items: [{ + item: "contenttweaker:plasma_wood" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/2b7fc5e5.snbt b/config/ftbquests/normal/chapters/37c824bb/2b7fc5e5.snbt new file mode 100644 index 00000000..23dbeccb --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/2b7fc5e5.snbt @@ -0,0 +1,23 @@ +{ + icon: "nuclearcraft:radaway", + x: -1.0d, + y: 1.5d, + description: "Beware of effects like weakness, hunger, poison! Radiation is a thing! Uranium, Thorium, Yellorium will poison you! There are tooltips for things that are radioactive!", + text: [ + "" + ], + dependencies: [ + "aaa3246a" + ], + hide: true, + tasks: [{ + uid: "b54b65c0", + type: "checkmark", + title: "Get poisoned!" + }], + rewards: [{ + uid: "fbae48e3", + type: "item", + item: "bigreactors:ingotyellorium" + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/2bb22d2a.snbt b/config/ftbquests/normal/chapters/37c824bb/2bb22d2a.snbt new file mode 100644 index 00000000..a0314953 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/2bb22d2a.snbt @@ -0,0 +1,22 @@ +{ + x: 33.5d, + y: -3.0d, + dependencies: [ + "920dcfaa" + ], + hide: true, + tasks: [{ + uid: "2d7faf92", + type: "item", + items: [{ + item: "nuclearcraft:fission_block" + }] + }, + { + uid: "30558e36", + type: "item", + items: [{ + item: "contenttweaker:meatballium_322" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/2bfc7028.snbt b/config/ftbquests/normal/chapters/37c824bb/2bfc7028.snbt new file mode 100644 index 00000000..62b13032 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/2bfc7028.snbt @@ -0,0 +1,40 @@ +{ + title: "Free the forest!", + x: 24.5d, + y: 4.5d, + description: "Extremely Useful...", + text: [ + "Exorcism does have its perks, in some way..." + ], + dependencies: [ + "2b55fa28" + ], + hide: true, + tasks: [{ + uid: "9d67498d", + type: "item", + items: [{ + item: "leshen:root_attack" + }], + ignore_damage: true, + ignore_nbt: 1b + }, + { + uid: "919512d9", + type: "item", + items: [{ + item: "divinerpg:arksiane_staff" + }], + ignore_damage: true, + ignore_nbt: 1b + }, + { + uid: "6a07ea74", + type: "item", + items: [{ + item: "divinerpg:evernight" + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/2c07072b.snbt b/config/ftbquests/normal/chapters/37c824bb/2c07072b.snbt new file mode 100644 index 00000000..7b13c208 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/2c07072b.snbt @@ -0,0 +1,18 @@ +{ + x: 27.5d, + y: -3.0d, + dependencies: [ + "19de026a" + ], + hide: true, + tasks: [{ + uid: "5ef30289", + type: "item", + items: [{ + id: "modularmachinery:itemblueprint", + tag: { + dynamicmachine: "modularmachinery:advanced_compression_engine" + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/2cbd9e92.snbt b/config/ftbquests/normal/chapters/37c824bb/2cbd9e92.snbt new file mode 100644 index 00000000..01349584 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/2cbd9e92.snbt @@ -0,0 +1,28 @@ +{ + title: "Digital Dismemberment", + x: 15.5d, + y: 3.0d, + description: "More info about deep mob learning is found on book of creation", + text: [ + "I may have a problem, the ability to manipulate souls is so freaking useful!", + "I have no remorse for what I am doing, but I feel like I should..." + ], + dependencies: [ + "6421dbb8" + ], + hide: true, + tasks: [{ + uid: "04c3bfe5", + type: "item", + items: [{ + item: "deepmoblearning:simulation_chamber" + }] + }, + { + uid: "4227bf74", + type: "item", + items: [{ + item: "deepmoblearning:extraction_chamber" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/2d07ae9d.snbt b/config/ftbquests/normal/chapters/37c824bb/2d07ae9d.snbt new file mode 100644 index 00000000..2c9c8030 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/2d07ae9d.snbt @@ -0,0 +1,21 @@ +{ + title: "Immense Power", + x: 20.0d, + y: 9.0d, + description: "Fount at multiples of 10'000 in the end.", + text: [ + "Well...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...", + "There are more dragons, and they really are unlikable..." + ], + dependencies: [ + "d4a82bd8" + ], + hide: true, + tasks: [{ + uid: "4e3ab6a1", + type: "item", + items: [{ + item: "draconicevolution:chaos_shard" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/2d867297.snbt b/config/ftbquests/normal/chapters/37c824bb/2d867297.snbt new file mode 100644 index 00000000..54fe444c --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/2d867297.snbt @@ -0,0 +1,20 @@ +{ + title: "Living Stone", + x: 32.0d, + y: -3.0d, + text: [ + "The power of blue matter allows for the use of alchemical items without the need of a user (I.E. me).", + "Of course, this is pretty handy!" + ], + dependencies: [ + "7382c725" + ], + hide: true, + tasks: [{ + uid: "22949962", + type: "item", + items: [{ + item: "projecte:dm_pedestal" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/2dc6b39f.snbt b/config/ftbquests/normal/chapters/37c824bb/2dc6b39f.snbt new file mode 100644 index 00000000..231ea728 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/2dc6b39f.snbt @@ -0,0 +1,25 @@ +{ + title: "The Proxima System", + x: 56.0d, + y: 0.0d, + text: [ + "Seems like, in order to figure out the true motifs behind this war, I gotta figure out what it truly is about.", + "Dimensional shards appear to be the end goal for both the Empire and the Horde, yet, other materials seem just as important.", + "From what I have seen so far, the more minerals and resources I get access to, the more powerful I become.", + "Meaning that, probably, the same applies to my enemies.", + "In that weird bank in Precasia, the bankers were talking about the proxima system.", + "If the coordinates I found are correct, this is the empire's next target", + "I guess I gotta beat them to it!" + ], + dependencies: [ + "2b6345ee" + ], + hide: true, + tasks: [{ + uid: "43b15add", + type: "item", + items: [{ + item: "contenttweaker:rhenia_artifact" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/2dd42d58.snbt b/config/ftbquests/normal/chapters/37c824bb/2dd42d58.snbt new file mode 100644 index 00000000..dabbb3e5 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/2dd42d58.snbt @@ -0,0 +1,26 @@ +{ + title: "A contender for the underworld", + x: 23.0d, + y: 6.0d, + description: "Use in the nether!", + text: [ + "From what I've 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. ", + "But I am the one that's supposed to be gaining power and influence..." + ], + dependencies: [ + "d4a82bd8" + ], + hide: true, + tasks: [{ + uid: "f767e4b3", + type: "item", + items: [{ + id: "divinerpg:infernal_flame", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/2e009fa1.snbt b/config/ftbquests/normal/chapters/37c824bb/2e009fa1.snbt new file mode 100644 index 00000000..518729e1 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/2e009fa1.snbt @@ -0,0 +1,27 @@ +{ + title: "Experiment #3", + x: 30.5d, + y: 4.5d, + text: [ + "Furatto, it seems, was the last succesfull battle of the testificates.", + "This planet, just like Taerrapiatta and Furatto, was under the control of the Shyre Empire, but got 'claimed' by the testificates.", + "The next wormhole, I was warned, is where only few dared to adventure, and where the retaliation war from Terra became nothing more than a few idealistic warriors trying to accomplish the impossible.", + "Note for the future, no more wormhole portals until I'm more powerful, I guess I'll have time to practice..." + ], + dependencies: [ + "7a4c072b" + ], + hide: true, + tasks: [{ + uid: "47cf409b", + type: "item", + items: [{ + id: "contenttweaker:furatto_warper", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/2e5c9fa5.snbt b/config/ftbquests/normal/chapters/37c824bb/2e5c9fa5.snbt new file mode 100644 index 00000000..9754a0f9 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/2e5c9fa5.snbt @@ -0,0 +1,16 @@ +{ + title: "Am I there yet?!?", + x: 86.0d, + y: 0.0d, + dependencies: [ + "c0aee385" + ], + hide: true, + tasks: [{ + uid: "9a3a1ce7", + type: "item", + items: [{ + item: "divinerpg:apalachia_block" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/2e74a705.snbt b/config/ftbquests/normal/chapters/37c824bb/2e74a705.snbt new file mode 100644 index 00000000..4d43b4b8 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/2e74a705.snbt @@ -0,0 +1,17 @@ +{ + title: "Powerful Knowledge", + x: -7.0d, + y: 0.0d, + description: "This is a checkmark quest, click on the white checkmark to complete it!", + text: [ + "The equations make sense, string theory is true! We indeed live in a universe that has more dimensions than we can perceive...", + "This means that it is *theoretically* possible to travel through these dimensions!", + "Time to start looking at some ways to prove this theory. Nobel prize here I come!!" + ], + tasks: [{ + uid: "b8e61294", + type: "checkmark", + title: "Entry 0", + icon: "enderio:block_infinity_fog" + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/2eaf183a.snbt b/config/ftbquests/normal/chapters/37c824bb/2eaf183a.snbt new file mode 100644 index 00000000..2759dcbf --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/2eaf183a.snbt @@ -0,0 +1,24 @@ +{ + icon: "contenttweaker:goldorth_golden_eye", + x: 0.5d, + y: -1.5d, + description: "There is a keybind (O by default) to show you favor", + text: [ + "I cannot believe it, but, well, gods are real, and here, they are quite active...", + "Depending on how you behave during the day, they may bless you at night.", + "", + "Mine and forage random drops from stone and wood to gain luck.", + "Use stone and diamond bowls on pixons to gain invisibility.", + "Kill mobs to gain strength.", + "Harvest crops to gain speed." + ], + dependencies: [ + "2b0e537a" + ], + hide: true, + tasks: [{ + uid: "b36bc7e5", + type: "checkmark", + title: "The gods!" + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/2f45d8fb.snbt b/config/ftbquests/normal/chapters/37c824bb/2f45d8fb.snbt new file mode 100644 index 00000000..4c3e2d4b --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/2f45d8fb.snbt @@ -0,0 +1,15 @@ +{ + x: 98.0d, + y: 0.0d, + dependencies: [ + "497fd6b9" + ], + hide: true, + tasks: [{ + uid: "69d64193", + type: "item", + items: [{ + item: "divinerpg:teaker_lump" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/2f489a6e.snbt b/config/ftbquests/normal/chapters/37c824bb/2f489a6e.snbt new file mode 100644 index 00000000..e229864f --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/2f489a6e.snbt @@ -0,0 +1,15 @@ +{ + x: 116.0d, + y: 1.5d, + dependencies: [ + "4a85f171" + ], + hide: true, + tasks: [{ + uid: "b9d2d63b", + type: "item", + items: [{ + item: "contenttweaker:shyrelands_garnet" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/2f54d294.snbt b/config/ftbquests/normal/chapters/37c824bb/2f54d294.snbt new file mode 100644 index 00000000..7ac72f68 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/2f54d294.snbt @@ -0,0 +1,20 @@ +{ + title: "Fabrication", + x: -2.5d, + y: 0.0d, + description: "Player upgrades are available in the Personal Augmentation tab! More quest pages will unlock as you keep going!", + text: [ + "Ok, I used some wood to build a basic worktable, and I've been able to put together some basic tools. " + ], + dependencies: [ + "3c504fa7" + ], + hide: true, + tasks: [{ + uid: "85133a58", + type: "item", + items: [{ + item: "minecraft:crafting_table" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/2fe16391.snbt b/config/ftbquests/normal/chapters/37c824bb/2fe16391.snbt new file mode 100644 index 00000000..9e43e2d1 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/2fe16391.snbt @@ -0,0 +1,15 @@ +{ + x: 36.5d, + y: -6.0d, + dependencies: [ + "5fe7c4e5" + ], + hide: true, + tasks: [{ + uid: "ded0e1ad", + type: "item", + items: [{ + item: "contenttweaker:feldspar" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/3011f9ed.snbt b/config/ftbquests/normal/chapters/37c824bb/3011f9ed.snbt new file mode 100644 index 00000000..437112f7 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/3011f9ed.snbt @@ -0,0 +1,27 @@ +{ + x: 17.0d, + y: -12.0d, + description: "Get to the center of omothol.", + text: [ + "I've finally met the master of my power, I think...", + "Delving even deeper, I found, well, a monster, a really powerful moster.", + "But this is my undeath that we are talking about, so I kicked its ass!", + "I feel, 'free', I think? The overwhelming feeling of imprisonment is gone, but what remains is I a deep sense of a lack of meaning in my life.", + "This Cthulhu shit really messed with my mind!", + "Oh yeah, and I'm still immortal, which, you know, its nice...", + "I think I found a purpose for my now apparently eternal life, at least for the forseeable future.", + "The 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.", + "This is a declaration of war to those that treat Terra as their resource-mining playground!" + ], + dependencies: [ + "fb4a13e3" + ], + hide: true, + tasks: [{ + uid: "1a771acf", + type: "item", + items: [{ + item: "abyssalcraft:gatekeeperessence" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/32cae22a.snbt b/config/ftbquests/normal/chapters/37c824bb/32cae22a.snbt new file mode 100644 index 00000000..55a6d63c --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/32cae22a.snbt @@ -0,0 +1,41 @@ +{ + title: "Plasmatic condenser", + x: 39.5d, + y: 3.0d, + description: "Radiation scrubbers FTW!", + text: [ + "My studies on plasma have led to an interesting discovery.", + "Blood magic, combined with some radioactivity, yields some interesting results.", + "This is not quite the cold fusion humanity has achieved, but it may have even greater potential!" + ], + dependencies: [ + "eee537a9" + ], + tasks: [{ + uid: "fa5b273d", + type: "item", + items: [{ + item: "contenttweaker:dark_soul_machine_chassis" + }] + }, + { + uid: "c46095bd", + type: "item", + items: [{ + id: "modularmachinery:itemblueprint", + tag: { + dynamicmachine: "modularmachinery:plasmatic_condenser" + } + }] + }, + { + uid: "331d3fa6", + type: "item", + items: [{ + id: "modularmachinery:itemblueprint", + tag: { + dynamicmachine: "modularmachinery:plasmatic_controller" + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/336f950f.snbt b/config/ftbquests/normal/chapters/37c824bb/336f950f.snbt new file mode 100644 index 00000000..6c3be6d1 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/336f950f.snbt @@ -0,0 +1,16 @@ +{ + x: 23.0d, + y: -9.0d, + description: "Use the unfathomatoble breaker to open the unfathomatoble gate in the deep dark.", + dependencies: [ + "7b03e812" + ], + hide: true, + tasks: [{ + uid: "58c35fb6", + type: "item", + items: [{ + item: "contenttweaker:demonic_manastone" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/340bb666.snbt b/config/ftbquests/normal/chapters/37c824bb/340bb666.snbt new file mode 100644 index 00000000..7bbf6da4 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/340bb666.snbt @@ -0,0 +1,28 @@ +{ + title: "Violence incites violence...", + x: 21.5d, + y: 6.0d, + dependencies: [ + "99c1ec92" + ], + hide: true, + tasks: [{ + uid: "e413c9b0", + type: "item", + items: [{ + item: "contenttweaker:king_bambambam_pelvis" + }] + }, + { + uid: "f56c8d77", + type: "item", + items: [{ + id: "aoa3:vulcammer_maul", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/35045c8c.snbt b/config/ftbquests/normal/chapters/37c824bb/35045c8c.snbt new file mode 100644 index 00000000..b496e4b4 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/35045c8c.snbt @@ -0,0 +1,24 @@ +{ + title: "Abyss Falls", + x: 45.5d, + y: -4.5d, + description: "Use a staring eye on illusion altar to summon elusive - To summon the shadowlord usee a book of shadows on a shadow altar", + text: [ + "Unexpectedly, I stumbled upon a very interesting piece of stage 5 politics...", + "The Horde and the Empire, as I've clearly seen on furatto, don't really have a problem at fighting each other at a larger scale.", + "Yet, on Terra, they do not, and it's because of dimensional shards...", + "Each civilization wants them so badly that they cannot risk escalating the conflict.", + "Good for me, 0% chance I would've survived if those damn chickens had been waiting for me on Terra!" + ], + dependencies: [ + "611a1c12" + ], + hide: true, + tasks: [{ + uid: "c393977a", + type: "item", + items: [{ + item: "contenttweaker:abyssal_cap" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/3547dd56.snbt b/config/ftbquests/normal/chapters/37c824bb/3547dd56.snbt new file mode 100644 index 00000000..4e28bcf8 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/3547dd56.snbt @@ -0,0 +1,16 @@ +{ + title: "High Atomic Number Fusion!", + x: 54.5d, + y: 4.5d, + dependencies: [ + "b4c55ec1" + ], + hide: true, + tasks: [{ + uid: "e2f23d20", + type: "item", + items: [{ + item: "contenttweaker:material_part 1 203" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/35a659d5.snbt b/config/ftbquests/normal/chapters/37c824bb/35a659d5.snbt new file mode 100644 index 00000000..87cb4f76 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/35a659d5.snbt @@ -0,0 +1,35 @@ +{ + title: "Compact Storage", + x: 8.0d, + y: 1.5d, + text: [ + "For the sake of organization, I started building 'drawers' that can hold a lot of a single item. I don't know what it is, but I have a feeling I will need these eventually..." + ], + dependencies: [ + "bc0ba902" + ], + hide: true, + tasks: [{ + uid: "b589d1e3", + type: "item", + items: [{ + id: "itemfilters:filter", + tag: { + display: { + Name: "Any drawerBasic" + } + }, + ForgeCaps: { + Parent: { + id: "ore", + data: "drawerBasic" + } + } + }] + }], + rewards: [{ + uid: "2044ec6b", + type: "item", + item: "contenttweaker:golden_steak" + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/35bae031.snbt b/config/ftbquests/normal/chapters/37c824bb/35bae031.snbt new file mode 100644 index 00000000..9f4c3c87 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/35bae031.snbt @@ -0,0 +1,24 @@ +{ + x: 98.0d, + y: -4.5d, + dependencies: [ + "2041c646" + ], + hide: true, + tasks: [{ + uid: "2ec14929", + type: "item", + items: [{ + item: "xreliquary:pyromancer_staff" + }], + ignore_damage: true, + ignore_nbt: 1b + }, + { + uid: "35abb171", + type: "item", + items: [{ + item: "minecraft:blaze_powder" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/35bc0f24.snbt b/config/ftbquests/normal/chapters/37c824bb/35bc0f24.snbt new file mode 100644 index 00000000..dd268ef4 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/35bc0f24.snbt @@ -0,0 +1,15 @@ +{ + x: 93.5d, + y: -4.5d, + description: "Can be automated uring hoppers, droppers, and a redstone clock", + dependencies: [ + "13f18f23" + ], + tasks: [{ + uid: "7423c552", + type: "item", + items: [{ + item: "divinerpg:teaker_lump" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/363c9df1.snbt b/config/ftbquests/normal/chapters/37c824bb/363c9df1.snbt new file mode 100644 index 00000000..3d0cea73 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/363c9df1.snbt @@ -0,0 +1,20 @@ +{ + x: 86.0d, + y: 3.0d, + dependencies: [ + "2e5c9fa5" + ], + hide: true, + tasks: [{ + uid: "763c20be", + type: "item", + items: [{ + id: "aoa3:dustopia_realmstone", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/3659c567.snbt b/config/ftbquests/normal/chapters/37c824bb/3659c567.snbt new file mode 100644 index 00000000..e22212ed --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/3659c567.snbt @@ -0,0 +1,16 @@ +{ + x: 21.5d, + y: -7.5d, + description: "Found in the pyramid in volcanic deserts.", + dependencies: [ + "7bd708c5" + ], + hide: true, + tasks: [{ + uid: "e45a1c6e", + type: "item", + items: [{ + item: "erebus:antlion_egg" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/3689fb85.snbt b/config/ftbquests/normal/chapters/37c824bb/3689fb85.snbt new file mode 100644 index 00000000..74b98ace --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/3689fb85.snbt @@ -0,0 +1,15 @@ +{ + x: 63.5d, + y: 6.0d, + dependencies: [ + "d99bf9d6" + ], + hide: true, + tasks: [{ + uid: "4317c670", + type: "item", + items: [{ + item: "contenttweaker:crystevia_garnet" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/36c9d8bc.snbt b/config/ftbquests/normal/chapters/37c824bb/36c9d8bc.snbt new file mode 100644 index 00000000..5bed1a51 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/36c9d8bc.snbt @@ -0,0 +1,24 @@ +{ + x: 102.5d, + y: -3.0d, + dependencies: [ + "458a752e" + ], + hide: true, + tasks: [{ + uid: "ab328eb6", + type: "item", + items: [{ + item: "minecraft:nether_star" + }] + }, + { + uid: "ae92f269", + type: "item", + items: [{ + item: "contenttweaker:dream_callstone" + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/37119c57.snbt b/config/ftbquests/normal/chapters/37c824bb/37119c57.snbt new file mode 100644 index 00000000..e9438de2 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/37119c57.snbt @@ -0,0 +1,17 @@ +{ + title: "Stronghold of Forgotten Spirits", + x: 24.5d, + y: -15.0d, + description: "Found in the stronghold in the dark forest.", + dependencies: [ + "62242ef6" + ], + hide: true, + tasks: [{ + uid: "ed38f98c", + type: "item", + items: [{ + item: "twilightforest:trophy 1 4" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/378f0fde.snbt b/config/ftbquests/normal/chapters/37c824bb/378f0fde.snbt new file mode 100644 index 00000000..91e25ff2 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/378f0fde.snbt @@ -0,0 +1,23 @@ +{ + x: 14.0d, + y: -9.0d, + description: "Use the staff of iceika to reach to top of the castle of the grand wizard!", + text: [ + "The power of wizardry is, well, seemingly unlimited.", + "Just like knowledge, an infinite process that tries to approximate reality in increasingly accurate ways, with this type of magic, the sky is the limit.", + "That said, the grand wizard that 'created' the land of Iceika may have flown too close to the sun, and paid the price for risking too much with their experiments.", + "If this is what supreme ice power looks like, I am curious to see what 'awakened' versions of the other branches of wizardry look like.", + "Definitely would be nice to learn how to change the climate of a planet.." + ], + dependencies: [ + "7063e03d" + ], + hide: true, + tasks: [{ + uid: "165f9c85", + type: "item", + items: [{ + item: "contenttweaker:soul_of_the_grand_wizard" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/3794928c.snbt b/config/ftbquests/normal/chapters/37c824bb/3794928c.snbt new file mode 100644 index 00000000..be870b18 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/3794928c.snbt @@ -0,0 +1,20 @@ +{ + title: "6th sense?", + x: 5.0d, + y: 3.0d, + description: "Mobs marked by swords are hunter mobs. if the swords are red, your level is too low, if they're green you can use them to level up. Savannahs are a good place to start!", + text: [ + "Some of the creatures here seem to possess some sort of 'protection'.", + "I don't know why, but I know this...", + "If I kill them, some of it seems to transfer to me.", + "If I absorb enough of it, I should be able to use it against them...or at least that's what my instict is telling me..." + ], + dependencies: [ + "d8e398cb" + ], + hide: true, + tasks: [{ + uid: "07f770e0", + type: "checkmark" + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/37ddedeb.snbt b/config/ftbquests/normal/chapters/37c824bb/37ddedeb.snbt new file mode 100644 index 00000000..c81ba6c1 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/37ddedeb.snbt @@ -0,0 +1,16 @@ +{ + x: 93.5d, + y: 0.0d, + dependencies: [ + "8bb6d106", + "e0b5358c" + ], + hide: true, + tasks: [{ + uid: "ca38fb75", + type: "item", + items: [{ + item: "divinerpg:nightmare_bed" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/38042ce8.snbt b/config/ftbquests/normal/chapters/37c824bb/38042ce8.snbt new file mode 100644 index 00000000..5142ad1e --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/38042ce8.snbt @@ -0,0 +1,21 @@ +{ + title: "I can't stop...", + x: 50.0d, + y: -7.5d, + dependencies: [ + "f05ce935" + ], + hide: true, + tasks: [{ + uid: "1d82859d", + type: "item", + items: [{ + id: "contenttweaker:evil_insight", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/3837a8ba.snbt b/config/ftbquests/normal/chapters/37c824bb/3837a8ba.snbt new file mode 100644 index 00000000..267b6877 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/3837a8ba.snbt @@ -0,0 +1,13 @@ +{ + x: 5.0d, + y: 9.0d, + description: "Use an extraction device to obtain drops from lava!", + dependencies: [ + "d8e398cb" + ], + hide: true, + tasks: [{ + uid: "cd57a48d", + type: "checkmark" + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/3844fe70.snbt b/config/ftbquests/normal/chapters/37c824bb/3844fe70.snbt new file mode 100644 index 00000000..7fd38d90 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/3844fe70.snbt @@ -0,0 +1,17 @@ +{ + title: "Into the Maze!", + x: 24.5d, + y: -12.0d, + description: "Found on the bottom level of the mazes in swamp biomes. The maze map may help you at finding it.", + dependencies: [ + "62242ef6" + ], + hide: true, + tasks: [{ + uid: "9e3d49aa", + type: "item", + items: [{ + item: "twilightforest:trophy 1 6" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/386fb9ee.snbt b/config/ftbquests/normal/chapters/37c824bb/386fb9ee.snbt new file mode 100644 index 00000000..c1203b9d --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/386fb9ee.snbt @@ -0,0 +1,16 @@ +{ + title: "Genetic Rampup", + x: 62.0d, + y: 0.0d, + dependencies: [ + "588d339b" + ], + hide: true, + tasks: [{ + uid: "5fe3ab4f", + type: "item", + items: [{ + item: "genetics:misc 1 3" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/3acea339.snbt b/config/ftbquests/normal/chapters/37c824bb/3acea339.snbt new file mode 100644 index 00000000..d6bf2979 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/3acea339.snbt @@ -0,0 +1,15 @@ +{ + x: 114.5d, + y: -1.5d, + dependencies: [ + "48d695d4" + ], + hide: true, + tasks: [{ + uid: "ca097234", + type: "item", + items: [{ + item: "contenttweaker:mortum_core" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/3b2cee95.snbt b/config/ftbquests/normal/chapters/37c824bb/3b2cee95.snbt new file mode 100644 index 00000000..3e184ead --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/3b2cee95.snbt @@ -0,0 +1,21 @@ +{ + title: "Interesting", + x: 75.5d, + y: -1.5d, + dependencies: [ + "9e26752a" + ], + hide: true, + tasks: [{ + uid: "1e24a1e3", + type: "item", + items: [{ + id: "woot:endershard", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/3b48e5dc.snbt b/config/ftbquests/normal/chapters/37c824bb/3b48e5dc.snbt new file mode 100644 index 00000000..09b9aa1a --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/3b48e5dc.snbt @@ -0,0 +1,33 @@ +{ + title: "Tools of the Master Naturalist", + x: 30.5d, + y: -7.5d, + dependencies: [ + "a852a933" + ], + hide: true, + tasks: [{ + uid: "fb847a15", + type: "item", + items: [{ + id: "botania:thundersword", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }, + { + uid: "67cebf23", + type: "item", + items: [{ + id: "divinerpg:arcanite_blade", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/3c175053.snbt b/config/ftbquests/normal/chapters/37c824bb/3c175053.snbt new file mode 100644 index 00000000..8cf75b15 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/3c175053.snbt @@ -0,0 +1,15 @@ +{ + x: 63.5d, + y: -3.0d, + dependencies: [ + "08020383" + ], + hide: true, + tasks: [{ + uid: "2cba4054", + type: "item", + items: [{ + item: "contenttweaker:iromine_garnet" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/3c504fa7.snbt b/config/ftbquests/normal/chapters/37c824bb/3c504fa7.snbt new file mode 100644 index 00000000..164eb4de --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/3c504fa7.snbt @@ -0,0 +1,32 @@ +{ + title: "Where the f*** am I?!?", + x: -4.0d, + y: 0.0d, + description: "Day 1 advice: mobs are dangerous, get wood, build a shelter, stay away from the surface, be careful while caving!", + text: [ + "The wormhole opened! But something went wrong! The rift started growing in size, and I touched it...", + "Now I am here... but where is here?", + "It seems like I landed on a planet that is similar to earth, the air is easily breathable, and there's life!", + "But the wormhole is now closed, so I'm stuck here...", + "The main priority now is to survive! I guess it's time to make some tools and to get some food. After what I've discovered, I WILL NOT DIE HERE!!" + ], + dependencies: [ + "19a22093", + "2e74a705", + "7238cf74", + "cb19f26c" + ], + tasks: [{ + uid: "75954b15", + type: "item", + items: [{ + item: "minecraft:stick" + }] + }], + rewards: [{ + uid: "32bda476", + type: "item", + item: "minecraft:potato", + count: 32 + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/3cdec289.snbt b/config/ftbquests/normal/chapters/37c824bb/3cdec289.snbt new file mode 100644 index 00000000..efaeacc5 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/3cdec289.snbt @@ -0,0 +1,18 @@ +{ + title: "This boline is special...", + x: 59.0d, + y: 1.5d, + dependencies: [ + "6f7c1c33" + ], + hide: true, + tasks: [{ + uid: "be90d82c", + type: "item", + items: [{ + item: "bewitchment:boline" + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/3d7ca4bb.snbt b/config/ftbquests/normal/chapters/37c824bb/3d7ca4bb.snbt new file mode 100644 index 00000000..02a51c1e --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/3d7ca4bb.snbt @@ -0,0 +1,19 @@ +{ + x: 24.5d, + y: -1.5d, + text: [ + "Seems like the same digitalization of space that happens with fluix crystals can be exploted in other ways.", + "Should make organization a bit easier." + ], + dependencies: [ + "829fbc56" + ], + hide: true, + tasks: [{ + uid: "fbdf3a66", + type: "item", + items: [{ + item: "compactmachines3:fieldprojector" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/3e20ce18.snbt b/config/ftbquests/normal/chapters/37c824bb/3e20ce18.snbt new file mode 100644 index 00000000..0cde7b6e --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/3e20ce18.snbt @@ -0,0 +1,16 @@ +{ + x: 96.5d, + y: -3.0d, + dependencies: [ + "a5804c1e" + ], + tasks: [{ + uid: "63be1911", + type: "item", + items: [{ + item: "industrialforegoing:mob_imprisonment_tool" + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/403aed43.snbt b/config/ftbquests/normal/chapters/37c824bb/403aed43.snbt new file mode 100644 index 00000000..9a6ba304 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/403aed43.snbt @@ -0,0 +1,28 @@ +{ + title: "The sky is free (sort of...)", + x: 24.5d, + y: 9.0d, + dependencies: [ + "810a95e8" + ], + hide: true, + tasks: [{ + uid: "c0217365", + type: "item", + items: [{ + item: "contenttweaker:ayeraco_scale" + }] + }, + { + uid: "b0424138", + type: "item", + items: [{ + id: "divinerpg:black_ender_sword", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/40d98bd3.snbt b/config/ftbquests/normal/chapters/37c824bb/40d98bd3.snbt new file mode 100644 index 00000000..6dea0778 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/40d98bd3.snbt @@ -0,0 +1,16 @@ +{ + title: "A new Age?", + x: 71.0d, + y: 0.0d, + dependencies: [ + "ad772ec0" + ], + hide: true, + tasks: [{ + uid: "a856b54b", + type: "item", + items: [{ + item: "contenttweaker:mythic_excavation_engine" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/41162c99.snbt b/config/ftbquests/normal/chapters/37c824bb/41162c99.snbt new file mode 100644 index 00000000..5d0cfb8c --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/41162c99.snbt @@ -0,0 +1,26 @@ +{ + icon: "contenttweaker:ender_feather", + x: 32.0d, + y: 4.5d, + text: [ + "Well, First time seeing the extent of the effects of this 'recursion'...", + "If whatever process that leads to recursion is not done correctly, the result is an extremely mighty 'berserk'...", + "And when the stakes are high, this can be used as a weapon...", + "Terra Chickens, thanks to the influence of dimensional shards, are able to 'absorb' matter.", + "This 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.", + "Chickens are similar, but they 'become what they absorb'.", + "Are there dimensional shards on earth? At home? That would explain why I can do such things...", + "Or maybe I'm overthinking it..." + ], + dependencies: [ + "2e009fa1" + ], + hide: true, + tasks: [{ + uid: "71ecb637", + type: "item", + items: [{ + item: "contenttweaker:ender_feather" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/4138225c.snbt b/config/ftbquests/normal/chapters/37c824bb/4138225c.snbt new file mode 100644 index 00000000..340242b7 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/4138225c.snbt @@ -0,0 +1,21 @@ +{ + title: "Experiment #5", + x: 69.5d, + y: 1.5d, + dependencies: [ + "5a0724e2" + ], + hide: true, + tasks: [{ + uid: "5dfb5503", + type: "item", + items: [{ + id: "contenttweaker:apichisi_warper", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/41d5741e.snbt b/config/ftbquests/normal/chapters/37c824bb/41d5741e.snbt new file mode 100644 index 00000000..d50f3999 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/41d5741e.snbt @@ -0,0 +1,15 @@ +{ + x: 89.0d, + y: -3.0d, + dependencies: [ + "13546cf6" + ], + hide: true, + tasks: [{ + uid: "320c684d", + type: "item", + items: [{ + item: "contenttweaker:ancient_cavern_garnet" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/41efdbff.snbt b/config/ftbquests/normal/chapters/37c824bb/41efdbff.snbt new file mode 100644 index 00000000..c2d1b7a6 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/41efdbff.snbt @@ -0,0 +1,45 @@ +{ + title: "Tools of the Master Witch", + x: 23.0d, + y: -7.5d, + dependencies: [ + "7b03e812" + ], + hide: true, + tasks: [{ + uid: "8f9ecd77", + type: "item", + items: [{ + id: "erebus:war_hammer", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }, + { + uid: "f0fce2e7", + type: "item", + items: [{ + id: "redstonearsenal:tool.bow_flux", + tag: { + Energy: 0 + }, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }, + { + uid: "ccf33095", + type: "item", + items: [{ + item: "erebus:spider_t_shirt" + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/427846dd.snbt b/config/ftbquests/normal/chapters/37c824bb/427846dd.snbt new file mode 100644 index 00000000..ae5ebaed --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/427846dd.snbt @@ -0,0 +1,20 @@ +{ + title: "Exploration", + x: 5.0d, + y: 0.0d, + description: "Go out and explore! The overworld is full of good stuff both above and below ground!", + text: [ + "Despite the abundance of monsters and other weird creatures, it seems like intelligent beings also live on this planet.", + "There are a lot of buildings randomly scattered around this land, so someone must have built them...", + "I need to find other intelligent beings, maybe they are like some of the other creatures I've seen, and can open a wormhole to get me out of here." + ], + dependencies: [ + "fb8062a2" + ], + hide: true, + tasks: [{ + uid: "1a752513", + type: "checkmark", + icon: "minecraft:compass" + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/42b83afd.snbt b/config/ftbquests/normal/chapters/37c824bb/42b83afd.snbt new file mode 100644 index 00000000..f3367caf --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/42b83afd.snbt @@ -0,0 +1,13 @@ +{ + x: 6.5d, + y: 1.5d, + description: "Break 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.", + dependencies: [ + "d8e398cb" + ], + hide: true, + tasks: [{ + uid: "b4cfa546", + type: "checkmark" + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/449974e8.snbt b/config/ftbquests/normal/chapters/37c824bb/449974e8.snbt new file mode 100644 index 00000000..847bacee --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/449974e8.snbt @@ -0,0 +1,16 @@ +{ + title: "Candyland Falls", + x: 62.0d, + y: 1.5d, + dependencies: [ + "1df2d3a1" + ], + hide: true, + tasks: [{ + uid: "9e00cb13", + type: "item", + items: [{ + item: "contenttweaker:candyland_cap" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/452a749f.snbt b/config/ftbquests/normal/chapters/37c824bb/452a749f.snbt new file mode 100644 index 00000000..4ee4b475 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/452a749f.snbt @@ -0,0 +1,40 @@ +{ + title: "More String Theory", + x: 81.5d, + y: -4.5d, + dependencies: [ + "c6d81490" + ], + hide: true, + tasks: [{ + uid: "7ed32fe4", + type: "item", + items: [{ + item: "contenttweaker:linear_accelerator_tube" + }] + }, + { + uid: "388af43d", + type: "item", + items: [{ + item: "contenttweaker:accelerator_tube" + }] + }, + { + uid: "7d551f94", + type: "item", + items: [{ + item: "contenttweaker:experiment_casing" + }] + }, + { + uid: "8f2e9e93", + type: "item", + items: [{ + id: "modularmachinery:itemblueprint", + tag: { + dynamicmachine: "modularmachinery:particle_accelerator" + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/458a752e.snbt b/config/ftbquests/normal/chapters/37c824bb/458a752e.snbt new file mode 100644 index 00000000..d3db3eff --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/458a752e.snbt @@ -0,0 +1,15 @@ +{ + x: 101.0d, + y: -3.0d, + dependencies: [ + "b5e0deda" + ], + hide: true, + tasks: [{ + uid: "003abbdd", + type: "item", + items: [{ + item: "divinerpg:arksiane_lump" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/4685e932.snbt b/config/ftbquests/normal/chapters/37c824bb/4685e932.snbt new file mode 100644 index 00000000..1ad205b0 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/4685e932.snbt @@ -0,0 +1,15 @@ +{ + x: 77.0d, + y: 1.5d, + dependencies: [ + "a34ce561" + ], + hide: true, + tasks: [{ + uid: "8adbfcf3", + type: "item", + items: [{ + item: "contenttweaker:lunalus_garnet" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/48d695d4.snbt b/config/ftbquests/normal/chapters/37c824bb/48d695d4.snbt new file mode 100644 index 00000000..f6f0cfab --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/48d695d4.snbt @@ -0,0 +1,15 @@ +{ + x: 113.0d, + y: -1.5d, + dependencies: [ + "20ec7210" + ], + hide: true, + tasks: [{ + uid: "fed60cdd", + type: "item", + items: [{ + item: "divinerpg:skythern_block" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/497fd6b9.snbt b/config/ftbquests/normal/chapters/37c824bb/497fd6b9.snbt new file mode 100644 index 00000000..472c82f5 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/497fd6b9.snbt @@ -0,0 +1,16 @@ +{ + title: "I love Hunger!", + x: 96.5d, + y: 0.0d, + dependencies: [ + "51c7f602" + ], + hide: true, + tasks: [{ + uid: "67c4c9b6", + type: "item", + items: [{ + item: "divinerpg:hammer_template" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/4a85f171.snbt b/config/ftbquests/normal/chapters/37c824bb/4a85f171.snbt new file mode 100644 index 00000000..04df3d10 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/4a85f171.snbt @@ -0,0 +1,15 @@ +{ + x: 114.5d, + y: 1.5d, + dependencies: [ + "a126cb7d" + ], + hide: true, + tasks: [{ + uid: "f07739bd", + type: "item", + items: [{ + item: "contenttweaker:reinforced_shyre_bricks" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/4b30cdc0.snbt b/config/ftbquests/normal/chapters/37c824bb/4b30cdc0.snbt new file mode 100644 index 00000000..54ab8519 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/4b30cdc0.snbt @@ -0,0 +1,14 @@ +{ + x: 93.5d, + y: 4.5d, + dependencies: [ + "831f26ca" + ], + tasks: [{ + uid: "869cced4", + type: "item", + items: [{ + item: "contenttweaker:big_slime" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/4b46b0a3.snbt b/config/ftbquests/normal/chapters/37c824bb/4b46b0a3.snbt new file mode 100644 index 00000000..36ad0e77 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/4b46b0a3.snbt @@ -0,0 +1,16 @@ +{ + title: "Power from Wildwood", + x: 72.5d, + y: 0.0d, + dependencies: [ + "40d98bd3" + ], + hide: true, + tasks: [{ + uid: "62e7fcbe", + type: "item", + items: [{ + item: "contenttweaker:wildwood_star" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/4c9112c1.snbt b/config/ftbquests/normal/chapters/37c824bb/4c9112c1.snbt new file mode 100644 index 00000000..ba37bc68 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/4c9112c1.snbt @@ -0,0 +1,15 @@ +{ + x: 63.5d, + y: 4.5d, + dependencies: [ + "29dba8e9" + ], + hide: true, + tasks: [{ + uid: "ea3ee20b", + type: "item", + items: [{ + item: "contenttweaker:gardencia_garnet" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/4cc405fd.snbt b/config/ftbquests/normal/chapters/37c824bb/4cc405fd.snbt new file mode 100644 index 00000000..1437b18e --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/4cc405fd.snbt @@ -0,0 +1,16 @@ +{ + title: "Extreme Fabrication", + x: 81.5d, + y: 0.0d, + dependencies: [ + "ef2aa05c" + ], + hide: true, + tasks: [{ + uid: "26b42316", + type: "item", + items: [{ + item: "avaritia:extreme_crafting_table" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/4cccf702.snbt b/config/ftbquests/normal/chapters/37c824bb/4cccf702.snbt new file mode 100644 index 00000000..f711cad7 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/4cccf702.snbt @@ -0,0 +1,24 @@ +{ + title: "A Point, THE Point", + x: 39.5d, + y: 0.0d, + text: [ + "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!" + ], + dependencies: [ + "eee537a9" + ], + hide: true, + tasks: [{ + uid: "c8a88590", + type: "item", + items: [{ + id: "contenttweaker:singularity_master", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/4d56eb45.snbt b/config/ftbquests/normal/chapters/37c824bb/4d56eb45.snbt new file mode 100644 index 00000000..084db67b --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/4d56eb45.snbt @@ -0,0 +1,21 @@ +{ + title: "Queen of Antlions", + x: 21.5d, + y: -7.5d, + text: [ + "Insect society is weird, and I don\'t like it!", + "Why does there always need to be a queen?!", + "Why, insects, why?!" + ], + dependencies: [ + "7bd708c5" + ], + hide: true, + tasks: [{ + uid: "bb002da4", + type: "item", + items: [{ + item: "erebus:antlion_egg" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/4da5cd99.snbt b/config/ftbquests/normal/chapters/37c824bb/4da5cd99.snbt new file mode 100644 index 00000000..73bea727 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/4da5cd99.snbt @@ -0,0 +1,28 @@ +{ + title: "A powerful fluid", + x: 57.5d, + y: 1.5d, + text: [ + "I do not know if this is going to be of any relevance, but myrmitite emits a strong aura of witchcraft" + ], + dependencies: [ + "ef7ba920" + ], + hide: true, + tasks: [{ + uid: "e817303d", + type: "item", + items: [{ + id: "forge:bucketfilled", + tag: { + FluidName: "cursed_myrmitite", + Amount: 1000 + }, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/4df9db35.snbt b/config/ftbquests/normal/chapters/37c824bb/4df9db35.snbt new file mode 100644 index 00000000..b3164f45 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/4df9db35.snbt @@ -0,0 +1,93 @@ +{ + title: "Tools of the Master Wizard", + x: 14.0d, + y: -7.5d, + dependencies: [ + "7063e03d" + ], + hide: true, + tasks: [{ + uid: "f8fc2e78", + type: "item", + items: [{ + id: "arcane_essentials:master_lightning_sword", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }, + { + uid: "909dcb56", + type: "item", + items: [{ + id: "arcane_essentials:master_fire_sword", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }, + { + uid: "bfdad8b0", + type: "item", + items: [{ + id: "arcane_essentials:master_healing_sword", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }, + { + uid: "a8644ffd", + type: "item", + items: [{ + id: "arcane_essentials:master_sorcery_sword", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }, + { + uid: "726d4d4c", + type: "item", + items: [{ + id: "arcane_essentials:master_nature_sword", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }, + { + uid: "f39a038f", + type: "item", + items: [{ + id: "arcane_essentials:master_ice_sword", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }, + { + uid: "81d14cc2", + type: "item", + items: [{ + id: "arcane_essentials:master_necromancy_sword", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/4e273e17.snbt b/config/ftbquests/normal/chapters/37c824bb/4e273e17.snbt new file mode 100644 index 00000000..88b91fe7 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/4e273e17.snbt @@ -0,0 +1,30 @@ +{ + title: "Tier 4 Mythical Resources", + x: 35.0d, + y: -1.5d, + text: [ + "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.", + "This form of magic, that I like to call mythic, holds a power of creation similar to alchemy, but it's more tricky to manage." + ], + dependencies: [ + "f5f8aeaf" + ], + hide: true, + tasks: [{ + uid: "3b8378f0", + type: "item", + items: [{ + item: "contenttweaker:nethersky_amber" + }] + }, + { + uid: "0d954dc5", + type: "item", + items: [{ + id: "modularmachinery:itemblueprint", + tag: { + dynamicmachine: "modularmachinery:mythical_resource_miner_tier4" + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/4ec61889.snbt b/config/ftbquests/normal/chapters/37c824bb/4ec61889.snbt new file mode 100644 index 00000000..933f61a8 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/4ec61889.snbt @@ -0,0 +1,15 @@ +{ + x: 63.5d, + y: -1.5d, + dependencies: [ + "f3b0d720" + ], + hide: true, + tasks: [{ + uid: "0211220e", + type: "item", + items: [{ + item: "contenttweaker:haven_garnet" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/4ed48e87.snbt b/config/ftbquests/normal/chapters/37c824bb/4ed48e87.snbt new file mode 100644 index 00000000..8cd3817c --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/4ed48e87.snbt @@ -0,0 +1,19 @@ +{ + title: "My servo is better than yours!", + x: 57.5d, + y: -1.5d, + text: [ + "This servo should allow me to fabricate machines in a more effective way..." + ], + dependencies: [ + "ef7ba920" + ], + hide: true, + tasks: [{ + uid: "b13cae51", + type: "item", + items: [{ + item: "contenttweaker:vibranium_servo" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/4f8ec82e.snbt b/config/ftbquests/normal/chapters/37c824bb/4f8ec82e.snbt new file mode 100644 index 00000000..347a7e39 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/4f8ec82e.snbt @@ -0,0 +1,32 @@ +{ + title: "...But I have Power!", + x: 50.0d, + y: -10.5d, + description: "And a great ass!", + text: [ + "At the cost of *major* PTSD from exploring a world void of any hope or resolution, I at least gained an extremely deep understanding of refraction of magical fields.", + "Forces like vis or demonic will can be 'bent' just like electrical and magnetic fields (and like gravity if you have enough sednanite).", + "This is going to allow me to optimize the processing of garnets into minerals." + ], + dependencies: [ + "b8757e78" + ], + hide: true, + tasks: [{ + uid: "f878e010", + type: "item", + items: [{ + item: "contenttweaker:warped_stone" + }] + }, + { + uid: "55b5f085", + type: "item", + items: [{ + id: "modularmachinery:itemblueprint", + tag: { + dynamicmachine: "modularmachinery:shadow_fracturer" + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/4fd41a6d.snbt b/config/ftbquests/normal/chapters/37c824bb/4fd41a6d.snbt new file mode 100644 index 00000000..9b748f30 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/4fd41a6d.snbt @@ -0,0 +1,19 @@ +{ + title: "Power from Entropy", + x: 77.0d, + y: -3.0d, + text: [ + "Woah! The using chaos makes good power, but I don't know if I want to mess with the second law of thermodynamics for this one..." + ], + dependencies: [ + "9e26752a" + ], + hide: true, + tasks: [{ + uid: "ff18675b", + type: "item", + items: [{ + item: "draconicevolution:reactor_core" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/50140e61.snbt b/config/ftbquests/normal/chapters/37c824bb/50140e61.snbt new file mode 100644 index 00000000..182601fc --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/50140e61.snbt @@ -0,0 +1,21 @@ +{ + title: "Elven Metallurgy", + x: 78.5d, + y: -1.5d, + dependencies: [ + "bf7f3ae9" + ], + hide: true, + tasks: [{ + uid: "32bc43ee", + type: "item", + items: [{ + id: "contenttweaker:ancient_elven_knowledge", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/50ac3b23.snbt b/config/ftbquests/normal/chapters/37c824bb/50ac3b23.snbt new file mode 100644 index 00000000..57a9294e --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/50ac3b23.snbt @@ -0,0 +1,18 @@ +{ + title: "Relic of a past warrior", + x: 56.0d, + y: 4.5d, + description: "Is that a One Piece reference?!?", + dependencies: [ + "2dc6b39f" + ], + tasks: [{ + uid: "b881a9f7", + type: "item", + items: [{ + item: "extrautils2:lawsword" + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/50f13437.snbt b/config/ftbquests/normal/chapters/37c824bb/50f13437.snbt new file mode 100644 index 00000000..c1af820d --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/50f13437.snbt @@ -0,0 +1,17 @@ +{ + title: "Master of the Haunted", + x: 15.5d, + y: -12.0d, + description: "Found on top of the wight fortress! rare in marsh biomes.", + dependencies: [ + "09a8bf21" + ], + hide: true, + tasks: [{ + uid: "73fad12b", + type: "item", + items: [{ + item: "contenttweaker:primordial_prism" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/5131b1f4.snbt b/config/ftbquests/normal/chapters/37c824bb/5131b1f4.snbt new file mode 100644 index 00000000..6d73ba2a --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/5131b1f4.snbt @@ -0,0 +1,16 @@ +{ + title: "Ex Nihilo, VIS!", + x: 65.0d, + y: -1.5d, + dependencies: [ + "6304b450" + ], + hide: true, + tasks: [{ + uid: "9c304514", + type: "item", + items: [{ + item: "contenttweaker:arc_reactor_coil" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/51572827.snbt b/config/ftbquests/normal/chapters/37c824bb/51572827.snbt new file mode 100644 index 00000000..f3e0d46f --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/51572827.snbt @@ -0,0 +1,16 @@ +{ + title: "String Theory Confirmed?!?", + x: 54.5d, + y: 1.5d, + dependencies: [ + "2b6345ee" + ], + hide: true, + tasks: [{ + uid: "1920a227", + type: "item", + items: [{ + item: "contenttweaker:magnetic_monopole" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/51609447.snbt b/config/ftbquests/normal/chapters/37c824bb/51609447.snbt new file mode 100644 index 00000000..84efd9f6 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/51609447.snbt @@ -0,0 +1,37 @@ +{ + title: "Space Garbage", + x: 35.0d, + y: -3.0d, + dependencies: [ + "72490c57" + ], + hide: true, + tasks: [{ + uid: "61ce2bf9", + type: "item", + items: [{ + item: "advancedrocketry:satellitebuilder" + }] + }, + { + uid: "679d8bb0", + type: "item", + items: [{ + item: "advancedrocketry:loader 1 1" + }] + }, + { + uid: "a4cd196a", + type: "item", + items: [{ + item: "advancedrocketry:satelliteidchip" + }] + }, + { + uid: "f24e1c4b", + type: "item", + items: [{ + item: "advancedrocketry:satellitecontrolcenter" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/51a95822.snbt b/config/ftbquests/normal/chapters/37c824bb/51a95822.snbt new file mode 100644 index 00000000..1d1a532c --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/51a95822.snbt @@ -0,0 +1,16 @@ +{ + title: "Am I strong enough?", + x: 83.0d, + y: -1.5d, + dependencies: [ + "dcea031b" + ], + hide: true, + tasks: [{ + uid: "80fa9842", + type: "item", + items: [{ + item: "contenttweaker:mythic_excavation_reactor" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/51c7f602.snbt b/config/ftbquests/normal/chapters/37c824bb/51c7f602.snbt new file mode 100644 index 00000000..faf94624 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/51c7f602.snbt @@ -0,0 +1,16 @@ +{ + title: "If you die in a dream...", + x: 95.0d, + y: 0.0d, + dependencies: [ + "37ddedeb" + ], + hide: true, + tasks: [{ + uid: "5a755dde", + type: "item", + items: [{ + item: "divinerpg:dirty_pearls" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/51d358d6.snbt b/config/ftbquests/normal/chapters/37c824bb/51d358d6.snbt new file mode 100644 index 00000000..d4b5eb8a --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/51d358d6.snbt @@ -0,0 +1,33 @@ +{ + title: "Basic Fission", + x: 29.0d, + y: 0.0d, + text: [ + "My experiments are really using a lot of power, and I think it's time to upgrade my generation infrastructure.", + "Yellorium, a mineral native to Terra, has some very interesting radioactive properties that I should be able to use to produce basic fission reactions." + ], + dependencies: [ + "f2937072" + ], + hide: true, + tasks: [{ + uid: "ae1f1741", + type: "item", + items: [{ + item: "bigreactors:reactorcontroller" + }] + }], + rewards: [{ + uid: "309dbc57", + type: "item", + item: { + id: "patchouli:guide_book", + tag: { + "patchouli:book": "bigreactors:erguide" + }, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + } + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/52356aae.snbt b/config/ftbquests/normal/chapters/37c824bb/52356aae.snbt new file mode 100644 index 00000000..0a2889e1 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/52356aae.snbt @@ -0,0 +1,21 @@ +{ + title: "A land of coral", + x: 74.0d, + y: 4.5d, + dependencies: [ + "e18a08ef" + ], + hide: true, + tasks: [{ + uid: "a5dbc0f7", + type: "item", + items: [{ + id: "aoa3:borean_realmstone", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/528715c1.snbt b/config/ftbquests/normal/chapters/37c824bb/528715c1.snbt new file mode 100644 index 00000000..72c87c40 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/528715c1.snbt @@ -0,0 +1,15 @@ +{ + x: 108.5d, + y: -3.0d, + dependencies: [ + "26216ac9" + ], + hide: true, + tasks: [{ + uid: "cc1da1ca", + type: "item", + items: [{ + item: "contenttweaker:recursion_fear" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/53778aa9.snbt b/config/ftbquests/normal/chapters/37c824bb/53778aa9.snbt new file mode 100644 index 00000000..9bdf062b --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/53778aa9.snbt @@ -0,0 +1,15 @@ +{ + x: 68.0d, + y: 3.0d, + dependencies: [ + "1868ed5b" + ], + hide: true, + tasks: [{ + uid: "2ff09511", + type: "item", + items: [{ + item: "contenttweaker:mythic_machine_case" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/53b729b3.snbt b/config/ftbquests/normal/chapters/37c824bb/53b729b3.snbt new file mode 100644 index 00000000..dffbadc6 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/53b729b3.snbt @@ -0,0 +1,15 @@ +{ + x: 38.0d, + y: -6.0d, + dependencies: [ + "5fe7c4e5" + ], + hide: true, + tasks: [{ + uid: "4befc4bb", + type: "item", + items: [{ + item: "contenttweaker:agate" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/54200b7e.snbt b/config/ftbquests/normal/chapters/37c824bb/54200b7e.snbt new file mode 100644 index 00000000..5e119b01 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/54200b7e.snbt @@ -0,0 +1,38 @@ +{ + x: 101.0d, + y: -4.5d, + dependencies: [ + "458a752e" + ], + hide: true, + tasks: [{ + uid: "839d2268", + type: "item", + items: [{ + item: "bewitchment:catechu_brown" + }] + }, + { + uid: "f62e2706", + type: "item", + items: [{ + item: "bewitchment:nether_brick_witches_altar" + }] + }, + { + uid: "3baacece", + type: "item", + items: [{ + item: "bewitchment:witches_cauldron" + }] + }, + { + uid: "b42c02f9", + type: "item", + items: [{ + item: "minecraft:water_bucket" + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/54ac9acb.snbt b/config/ftbquests/normal/chapters/37c824bb/54ac9acb.snbt new file mode 100644 index 00000000..2a17ad98 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/54ac9acb.snbt @@ -0,0 +1,25 @@ +{ + title: "Fundamentals of magic", + x: 3.5d, + y: 3.0d, + text: [ + "Magic is real, and there seems to be multiple forces playing a role in what effects magic.", + "From what I've seen so far, there seem to be two methods.", + "The 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.", + "This is done by bending 'fields' existing in higher dimensions, that allow for increased power.", + "There are different types of fields to tap magic energy from, but so far I've only become eable to discern the one that allows me to 'enchant' weapons and armor.", + "The second magic type, which I like to call Mythic, is more esotheric, and it reminds of the way deities were portrayed in folklore.", + "This allows for the 'breaking' 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" + ], + dependencies: [ + "e91b3a37" + ], + hide: true, + tasks: [{ + uid: "104b47d8", + type: "item", + items: [{ + item: "divinerpg:altar_of_corruption" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/55075fff.snbt b/config/ftbquests/normal/chapters/37c824bb/55075fff.snbt new file mode 100644 index 00000000..67e65ed1 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/55075fff.snbt @@ -0,0 +1,23 @@ +{ + x: 21.5d, + y: -4.5d, + description: "This way for your first dimensions!", + text: [ + "When doing magic, bad things may happen. In order to minimize negative effects to your world, the following order should be followed.", + "1. Start with blood magic, until unlocking the Ritual of Eldritch will. This will prevent flux from building up.", + "2. Start thaumcraft, until unlocking sanitizing soap. This will help out with temporary warp.", + "3. Go through abyssalcraft, craft the abyssal wasteland warpe cleanser to get you going, and automate dreadlands warp cleansers. With this, permanent warp will stop being a problem.", + "4. Now you are protected, feel free to right-click a Really Scary Vishroom!", + "When it comes to other magic mods, feel free to progress though them in whichever way you prefer :)", + "5. The omothol warp cleanser will completely eliminate the issue with warp!" + ], + dependencies: [ + "d4a82bd8" + ], + hide: true, + tasks: [{ + uid: "afc28deb", + type: "checkmark", + title: "Magic is Dangerous" + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/55107d93.snbt b/config/ftbquests/normal/chapters/37c824bb/55107d93.snbt new file mode 100644 index 00000000..d779d6ff --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/55107d93.snbt @@ -0,0 +1,34 @@ +{ + title: "Cold Fusion Baby!", + x: 51.5d, + y: 0.0d, + text: [ + "Took me long enough, but it's finally time to build a Tokamak!", + "Fusion is just a convenient way of making power, and the free gasses are nice too!" + ], + dependencies: [ + "25bd70ab" + ], + hide: true, + tasks: [{ + uid: "dde4a145", + type: "item", + items: [{ + item: "nuclearcraft:fusion_core" + }] + }, + { + uid: "05537ec5", + type: "item", + items: [{ + item: "nuclearcraft:fusion_connector" + }] + }, + { + uid: "6ee1134f", + type: "item", + items: [{ + item: "nuclearcraft:fusion_electromagnet_idle" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/5558a424.snbt b/config/ftbquests/normal/chapters/37c824bb/5558a424.snbt new file mode 100644 index 00000000..3745656c --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/5558a424.snbt @@ -0,0 +1,15 @@ +{ + x: 129.5d, + y: 0.0d, + dependencies: [ + "d06b3c57" + ], + hide: true, + tasks: [{ + uid: "9c8ee3c9", + type: "item", + items: [{ + item: "contenttweaker:material_part 1 183" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/558d1e08.snbt b/config/ftbquests/normal/chapters/37c824bb/558d1e08.snbt new file mode 100644 index 00000000..837d03df --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/558d1e08.snbt @@ -0,0 +1,22 @@ +{ + title: "Arcana", + x: 32.0d, + y: -7.5d, + dependencies: [ + "dd400df7" + ], + hide: true, + tasks: [{ + uid: "e9a9da4d", + type: "item", + items: [{ + item: "divinerpg:dungeon_tokens" + }] + }], + rewards: [{ + uid: "fae14dd5", + type: "item", + item: "projecte:collector_mk3", + count: 4 + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/565c986d.snbt b/config/ftbquests/normal/chapters/37c824bb/565c986d.snbt new file mode 100644 index 00000000..116b9ccf --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/565c986d.snbt @@ -0,0 +1,25 @@ +{ + title: "Life from Nitrate?!?", + x: 44.0d, + y: 3.0d, + text: [ + "Again, despite being my enemies, I have to appreciate the beauty and diversity of the empire. There's a whole civilization that evolved from nitrate!", + "This is very cool, although there is something that does not feel right about this..." + ], + dependencies: [ + "b2e50833" + ], + hide: true, + tasks: [{ + uid: "68ebd441", + type: "item", + items: [{ + id: "aoa3:creeponia_realmstone", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/56bc0b1a.snbt b/config/ftbquests/normal/chapters/37c824bb/56bc0b1a.snbt new file mode 100644 index 00000000..bf4b73ed --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/56bc0b1a.snbt @@ -0,0 +1,22 @@ +{ + title: "Warriors of the lower sky!", + x: 20.0d, + y: -6.0d, + text: [ + "Astral magic is so cool, yet, many of its users do not share my intents for liberation...", + "A group of testificates, long ago, has taken over some sky islands within Terra's atmosphere to experiment with artificial life.", + "Becuase of their crimes, Testificate history has decided to forget about them...", + "Unfortunately, the product of their work is still very much alive and dangerous." + ], + dependencies: [ + "774bc7f0" + ], + hide: true, + tasks: [{ + uid: "1bd78238", + type: "item", + items: [{ + item: "aether_legacy:skyroot_bucket" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/57d4086a.snbt b/config/ftbquests/normal/chapters/37c824bb/57d4086a.snbt new file mode 100644 index 00000000..2210f16a --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/57d4086a.snbt @@ -0,0 +1,17 @@ +{ + title: "A suspicion", + x: 48.5d, + y: 1.5d, + description: "Start making these, just an advice...", + dependencies: [ + "ea6a620f" + ], + hide: true, + tasks: [{ + uid: "090cc8e8", + type: "item", + items: [{ + item: "extendedcrafting:singularity 1 5" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/57dc7704.snbt b/config/ftbquests/normal/chapters/37c824bb/57dc7704.snbt new file mode 100644 index 00000000..c6db2f05 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/57dc7704.snbt @@ -0,0 +1,15 @@ +{ + x: 56.0d, + y: -1.5d, + dependencies: [ + "2b6345ee" + ], + hide: true, + tasks: [{ + uid: "12dce8ec", + type: "item", + items: [{ + item: "roost:roost" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/585aac50.snbt b/config/ftbquests/normal/chapters/37c824bb/585aac50.snbt new file mode 100644 index 00000000..75e695da --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/585aac50.snbt @@ -0,0 +1,38 @@ +{ + x: 101.0d, + y: 1.5d, + dependencies: [ + "b460c6ba" + ], + hide: true, + tasks: [{ + uid: "360dc751", + type: "item", + items: [{ + item: "bewitchment:athame" + }], + ignore_damage: true, + ignore_nbt: 1b + }, + { + uid: "69ae39c9", + type: "item", + items: [{ + item: "bewitchment:dragons_blood_sapling" + }] + }, + { + uid: "e16de20c", + type: "item", + items: [{ + item: "minecraft:dirt" + }] + }, + { + uid: "381b459f", + type: "item", + items: [{ + item: "minecraft:dye 1 15" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/5878f136.snbt b/config/ftbquests/normal/chapters/37c824bb/5878f136.snbt new file mode 100644 index 00000000..607945b6 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/5878f136.snbt @@ -0,0 +1,21 @@ +{ + title: "Asteroid World", + x: 74.0d, + y: 1.5d, + dependencies: [ + "e18a08ef" + ], + hide: true, + tasks: [{ + uid: "aab423ae", + type: "item", + items: [{ + id: "aoa3:lunalus_realmstone", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/588d339b.snbt b/config/ftbquests/normal/chapters/37c824bb/588d339b.snbt new file mode 100644 index 00000000..27f4d5f9 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/588d339b.snbt @@ -0,0 +1,16 @@ +{ + title: "Deeper skies!", + x: 60.5d, + y: 0.0d, + dependencies: [ + "6f7c1c33" + ], + hide: true, + tasks: [{ + uid: "13ebc28b", + type: "item", + items: [{ + item: "divinerpg:eden_block" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/594a73d8.snbt b/config/ftbquests/normal/chapters/37c824bb/594a73d8.snbt new file mode 100644 index 00000000..ffc83656 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/594a73d8.snbt @@ -0,0 +1,25 @@ +{ + title: "To the Icy Realm!", + x: 12.5d, + y: -6.0d, + text: [ + "It is weird, but after encountering ice wizardry, I became aware of a calling from the cold...", + "Someone has used this type of magic to open a wormhole, and I want to know who it is!" + ], + dependencies: [ + "7063e03d" + ], + hide: true, + tasks: [{ + uid: "e224a15a", + type: "item", + items: [{ + id: "divinerpg:snow_globe", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/5a0724e2.snbt b/config/ftbquests/normal/chapters/37c824bb/5a0724e2.snbt new file mode 100644 index 00000000..f9f55bc9 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/5a0724e2.snbt @@ -0,0 +1,22 @@ +{ + title: "The Arthropods made it here!", + x: 68.0d, + y: 0.0d, + text: [ + "Next up, Pixonia", + "", + "", + "" + ], + dependencies: [ + "6304b450" + ], + hide: true, + tasks: [{ + uid: "ef804f82", + type: "item", + items: [{ + item: "contenttweaker:pixonia_artifact" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/5a18d10d.snbt b/config/ftbquests/normal/chapters/37c824bb/5a18d10d.snbt new file mode 100644 index 00000000..0c56bf82 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/5a18d10d.snbt @@ -0,0 +1,26 @@ +{ + title: "Impossible Depths", + x: 44.0d, + y: 4.5d, + text: [ + "Here's another case of the Syre Empire's ability to manipulate space time.", + "Just like the Erebus caves, the Deeplands exist as a flat 2D section with no curvature.", + "In this case, unlike lelyetia, there seems to be a clear culprit, charged runium!" + ], + dependencies: [ + "b2e50833" + ], + hide: true, + tasks: [{ + uid: "284e6bf0", + type: "item", + items: [{ + id: "aoa3:deeplands_realmstone", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/5dca5abc.snbt b/config/ftbquests/normal/chapters/37c824bb/5dca5abc.snbt new file mode 100644 index 00000000..9852a1ff --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/5dca5abc.snbt @@ -0,0 +1,24 @@ +{ + title: "Am I Evil?", + x: 50.0d, + y: -1.5d, + text: [ + "All that abyssal damnation crap really put a toll on me...", + "Yes, I am gaining more control over recursion, but at what cost?", + "is my brain still in my control? Who is it that is thinking my thoughts?", + "I am still trying to save the testificates, but am I really going through that much effort for them?", + "Or am I just chasing power for the sake of it?", + "Am I a bad person?" + ], + dependencies: [ + "eef6edb3" + ], + hide: true, + tasks: [{ + uid: "be4a5fec", + type: "item", + items: [{ + item: "thaumicaugmentation:fracture_locator" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/5df53a9e.snbt b/config/ftbquests/normal/chapters/37c824bb/5df53a9e.snbt new file mode 100644 index 00000000..a3a37830 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/5df53a9e.snbt @@ -0,0 +1,21 @@ +{ + title: "Evil Crystals too!", + x: 60.5d, + y: 6.0d, + dependencies: [ + "588d339b" + ], + hide: true, + tasks: [{ + uid: "c3d0dd73", + type: "item", + items: [{ + id: "aoa3:crystevia_realmstone", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/5f2a38ad.snbt b/config/ftbquests/normal/chapters/37c824bb/5f2a38ad.snbt new file mode 100644 index 00000000..68229a42 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/5f2a38ad.snbt @@ -0,0 +1,26 @@ +{ + title: "Less Basic Fission", + x: 29.0d, + y: 1.5d, + description: "Best steam is from dynamos!", + text: [ + "Using the renmants of yellorite fission, I was able to fabricate casing to effectively compress steam.", + "" + ], + dependencies: [ + "51d358d6" + ], + hide: true, + tasks: [{ + uid: "fbd092f0", + type: "item", + items: [{ + item: "bigreactors:turbinecontroller" + }] + }], + rewards: [{ + uid: "d602c87c", + type: "item", + item: "bigreactors:blockludicrite" + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/5faf9b1c.snbt b/config/ftbquests/normal/chapters/37c824bb/5faf9b1c.snbt new file mode 100644 index 00000000..22b70481 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/5faf9b1c.snbt @@ -0,0 +1,23 @@ +{ + title: "Material Science Improvements", + x: 56.0d, + y: 3.0d, + dependencies: [ + "2dc6b39f" + ], + hide: true, + tasks: [{ + uid: "a63a72b5", + type: "item", + items: [{ + item: "contenttweaker:jeweled_runium" + }] + }, + { + uid: "864c308f", + type: "item", + items: [{ + item: "contenttweaker:material_part 1 69" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/5fd2e5f4.snbt b/config/ftbquests/normal/chapters/37c824bb/5fd2e5f4.snbt new file mode 100644 index 00000000..b0c90a8b --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/5fd2e5f4.snbt @@ -0,0 +1,15 @@ +{ + x: 77.0d, + y: 4.5d, + dependencies: [ + "c38582a9" + ], + hide: true, + tasks: [{ + uid: "bca2be8f", + type: "item", + items: [{ + item: "contenttweaker:borean_garnet" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/5fe7c4e5.snbt b/config/ftbquests/normal/chapters/37c824bb/5fe7c4e5.snbt new file mode 100644 index 00000000..ed60c63b --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/5fe7c4e5.snbt @@ -0,0 +1,27 @@ +{ + title: "Such Speed!", + x: 36.5d, + y: -4.5d, + text: [ + "Travelling through the universe takes time, lots of time.", + "If only I could travel at warp speed with my space station..." + ], + dependencies: [ + "bf4a8787" + ], + hide: true, + tasks: [{ + uid: "80cf8534", + type: "item", + items: [{ + item: "advancedrocketry:warpcore" + }] + }, + { + uid: "fb4f5d3b", + type: "item", + items: [{ + item: "advancedrocketry:warpmonitor" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/611a1c12.snbt b/config/ftbquests/normal/chapters/37c824bb/611a1c12.snbt new file mode 100644 index 00000000..d6479479 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/611a1c12.snbt @@ -0,0 +1,26 @@ +{ + title: "Corruption of a Planet", + x: 44.0d, + y: -4.5d, + text: [ + "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.", + "The very soil of this place is corrupted by what I assume were large scale experiments, yet, creatures still live there...", + "Not only that, this 'corruption' is used as a weapon...how annoying, and how gross!" + ], + dependencies: [ + "b2e50833" + ], + hide: true, + tasks: [{ + uid: "ca60050f", + type: "item", + items: [{ + id: "aoa3:abyss_realmstone", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/621d105a.snbt b/config/ftbquests/normal/chapters/37c824bb/621d105a.snbt new file mode 100644 index 00000000..e3661b53 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/621d105a.snbt @@ -0,0 +1,15 @@ +{ + x: 126.5d, + y: 1.5d, + dependencies: [ + "7f13ea6a" + ], + hide: true, + tasks: [{ + uid: "cf998639", + type: "item", + items: [{ + item: "contenttweaker:infinity_egg" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/62242ef6.snbt b/config/ftbquests/normal/chapters/37c824bb/62242ef6.snbt new file mode 100644 index 00000000..2c51d2eb --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/62242ef6.snbt @@ -0,0 +1,24 @@ +{ + title: "Eternal Dusk", + x: 24.5d, + y: -6.0d, + text: [ + "As I am becoming more well-versed in thaumaturgy, things are starting to make more sense...", + "Well, they make less sense, but I can 'feel' more...", + "And I now feel like crabs are part of something bigger...", + "They 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.", + "Someone brought them here, using a wormhole created using thaumic powers!", + "" + ], + dependencies: [ + "74c81f2c" + ], + hide: true, + tasks: [{ + uid: "e2420b92", + type: "item", + items: [{ + item: "contenttweaker:fluix_lens" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/62b05ac5.snbt b/config/ftbquests/normal/chapters/37c824bb/62b05ac5.snbt new file mode 100644 index 00000000..a331cae9 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/62b05ac5.snbt @@ -0,0 +1,16 @@ +{ + title: "Crystal Perfection", + x: 80.0d, + y: -1.5d, + dependencies: [ + "50140e61" + ], + hide: true, + tasks: [{ + uid: "74692b93", + type: "item", + items: [{ + item: "avaritia:resource" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/62b4b83f.snbt b/config/ftbquests/normal/chapters/37c824bb/62b4b83f.snbt new file mode 100644 index 00000000..4eec98b6 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/62b4b83f.snbt @@ -0,0 +1,28 @@ +{ + title: "Digital Matter", + x: 23.0d, + y: 0.0d, + text: [ + "The manufacturing ability I've 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", + "The knowledge of this science is hidden in asteroids, which were once part of the belt around Terra.", + "It seems like they were used to hide information about fluix in a place unreachable by most, no matter how powerful.", + "Fortunately for me, some of those asteroids made it back down." + ], + dependencies: [ + "d4a82bd8" + ], + hide: true, + tasks: [{ + uid: "c2ff5a22", + type: "item", + items: [{ + item: "appliedenergistics2:material 1 12" + }] + }], + rewards: [{ + uid: "3bb9cf0e", + type: "item", + item: "appliedenergistics2:material 1 12", + count: 32 + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/62de0c2d.snbt b/config/ftbquests/normal/chapters/37c824bb/62de0c2d.snbt new file mode 100644 index 00000000..09732fd2 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/62de0c2d.snbt @@ -0,0 +1,15 @@ +{ + x: 47.0d, + y: 3.0d, + dependencies: [ + "1990d65b" + ], + hide: true, + tasks: [{ + uid: "75273d35", + type: "item", + items: [{ + item: "contenttweaker:creeponia_garnet" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/62f35614.snbt b/config/ftbquests/normal/chapters/37c824bb/62f35614.snbt new file mode 100644 index 00000000..9b07271f --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/62f35614.snbt @@ -0,0 +1,16 @@ +{ + x: 30.5d, + y: -10.5d, + description: "Assemble the gaia arena and click the beacon with gaia spirit ingot", + dependencies: [ + "a852a933" + ], + hide: true, + tasks: [{ + uid: "d22879db", + type: "item", + items: [{ + item: "contenttweaker:greater_gaia_spirit" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/630280c4.snbt b/config/ftbquests/normal/chapters/37c824bb/630280c4.snbt new file mode 100644 index 00000000..b20a0ea9 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/630280c4.snbt @@ -0,0 +1,15 @@ +{ + x: 90.5d, + y: -1.5d, + dependencies: [ + "6fe26961" + ], + hide: true, + tasks: [{ + uid: "49fc4ecd", + type: "item", + items: [{ + item: "contenttweaker:enhanced_chaos_shard" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/6304b450.snbt b/config/ftbquests/normal/chapters/37c824bb/6304b450.snbt new file mode 100644 index 00000000..91ed7979 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/6304b450.snbt @@ -0,0 +1,16 @@ +{ + title: "Incredible Technology", + x: 66.5d, + y: 0.0d, + dependencies: [ + "e379bbf7" + ], + hide: true, + tasks: [{ + uid: "9abc5f38", + type: "item", + items: [{ + item: "contenttweaker:mythic_machine_case" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/63f5b204.snbt b/config/ftbquests/normal/chapters/37c824bb/63f5b204.snbt new file mode 100644 index 00000000..950ebc2e --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/63f5b204.snbt @@ -0,0 +1,20 @@ +{ + x: 102.5d, + y: -1.5d, + dependencies: [ + "36c9d8bc" + ], + hide: true, + tasks: [{ + uid: "75ff1d6a", + type: "item", + items: [{ + id: "contenttweaker:minor_vethea_binding", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/6421dbb8.snbt b/config/ftbquests/normal/chapters/37c824bb/6421dbb8.snbt new file mode 100644 index 00000000..a4d3617e --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/6421dbb8.snbt @@ -0,0 +1,22 @@ +{ + title: "This may be a little evil...", + x: 15.5d, + y: 1.5d, + description: "More info about woot is found on book of creation", + text: [ + "At this point I have no doubt I'm being manipulated in some way.", + "The same 'thing' that keeps me alive is driving me towards the making of stygian iron, which allows me to magically manipulate souls.", + "I know this power is wrong, but I can't help it! I have to figure out what's going on with me!" + ], + dependencies: [ + "8d6470f9" + ], + hide: true, + tasks: [{ + uid: "1e0c6179", + type: "item", + items: [{ + item: "woot:anvil" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/65281056.snbt b/config/ftbquests/normal/chapters/37c824bb/65281056.snbt new file mode 100644 index 00000000..dd33c8c9 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/65281056.snbt @@ -0,0 +1,35 @@ +{ + x: 99.5d, + y: 1.5d, + dependencies: [ + "12059d50" + ], + hide: true, + tasks: [{ + uid: "3bde9ec6", + type: "item", + items: [{ + id: "bloodmagic:sentient_sword", + tag: {} + }], + ignore_damage: true, + ignore_nbt: 1b + }, + { + uid: "b279f9ca", + type: "item", + items: [{ + id: "bloodmagic:soul_gem", + Damage: 4s, + tag: {} + }], + ignore_nbt: 1b + }, + { + uid: "5c8b8adb", + type: "item", + items: [{ + item: "bloodmagic:soul_forge" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/65472f88.snbt b/config/ftbquests/normal/chapters/37c824bb/65472f88.snbt new file mode 100644 index 00000000..4cc1bb2a --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/65472f88.snbt @@ -0,0 +1,21 @@ +{ + title: "Relics of a Forgotten World", + x: 60.5d, + y: -6.0d, + dependencies: [ + "588d339b" + ], + hide: true, + tasks: [{ + uid: "507da88b", + type: "item", + items: [{ + id: "aoa3:vox_ponds_realmstone", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/65ea6518.snbt b/config/ftbquests/normal/chapters/37c824bb/65ea6518.snbt new file mode 100644 index 00000000..25d56138 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/65ea6518.snbt @@ -0,0 +1,29 @@ +{ + title: "Tier 5 Mythical Resources", + x: 35.0d, + y: 0.0d, + text: [ + "I guess I'm going down the mythic rabbithole...nothing wrong with that...yet..." + ], + dependencies: [ + "4e273e17" + ], + hide: true, + tasks: [{ + uid: "c0f993c5", + type: "item", + items: [{ + item: "contenttweaker:crimson_quartz" + }] + }, + { + uid: "e62fdab0", + type: "item", + items: [{ + id: "modularmachinery:itemblueprint", + tag: { + dynamicmachine: "modularmachinery:mythical_resource_miner_tier5" + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/661ad555.snbt b/config/ftbquests/normal/chapters/37c824bb/661ad555.snbt new file mode 100644 index 00000000..2d4f050e --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/661ad555.snbt @@ -0,0 +1,16 @@ +{ + x: 2.0d, + y: -4.5d, + description: "Good way to test how much damage you do", + dependencies: [ + "fb8062a2" + ], + hide: true, + tasks: [{ + uid: "bff13718", + type: "item", + items: [{ + item: "testdummy:dummy" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/662df8b6.snbt b/config/ftbquests/normal/chapters/37c824bb/662df8b6.snbt new file mode 100644 index 00000000..1a171c93 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/662df8b6.snbt @@ -0,0 +1,16 @@ +{ + title: "Great Power at a Great Price", + x: 53.0d, + y: -1.5d, + dependencies: [ + "2b6345ee" + ], + hide: true, + tasks: [{ + uid: "aca84dd2", + type: "item", + items: [{ + item: "extendedcrafting:material 1 33" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/663ab2f1.snbt b/config/ftbquests/normal/chapters/37c824bb/663ab2f1.snbt new file mode 100644 index 00000000..3d2d6902 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/663ab2f1.snbt @@ -0,0 +1,99 @@ +{ + x: 126.5d, + y: -1.5d, + dependencies: [ + "7f13ea6a" + ], + hide: true, + tasks: [{ + uid: "e4458f11", + type: "item", + items: [{ + item: "rftoolsdim:dimension_builder" + }] + }, + { + uid: "f6163dfb", + type: "item", + items: [{ + item: "rftoolsdim:dimension_enscriber" + }] + }, + { + uid: "44511100", + type: "item", + items: [{ + item: "rftoolsdim:empty_dimension_tab" + }] + }, + { + uid: "5928602d", + type: "item", + items: [{ + item: "rftoolsdim:dimension_editor" + }] + }, + { + uid: "ab925850", + type: "item", + items: [{ + item: "rftoolsdim:dimlet_workbench" + }] + }, + { + uid: "3a46751c", + type: "item", + items: [{ + item: "rftoolsdim:activity_probe" + }] + }, + { + uid: "a6ba11ea", + type: "item", + items: [{ + item: "rftoolsdim:energy_extractor" + }] + }, + { + uid: "c5223edc", + type: "item", + items: [{ + item: "rftoolsdim:material_absorber" + }] + }, + { + uid: "852eb613", + type: "item", + items: [{ + item: "rftoolsdim:liquid_absorber" + }] + }, + { + uid: "af8e8571", + type: "item", + items: [{ + item: "rftoolsdim:biome_absorber" + }] + }, + { + uid: "8d1db7c7", + type: "item", + items: [{ + item: "rftoolsdim:terrain_absorber" + }] + }, + { + uid: "94963806", + type: "item", + items: [{ + item: "rftoolsdim:feature_absorber" + }] + }, + { + uid: "d3620e58", + type: "item", + items: [{ + item: "rftoolsdim:time_absorber" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/6640f93d.snbt b/config/ftbquests/normal/chapters/37c824bb/6640f93d.snbt new file mode 100644 index 00000000..0ff4cb60 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/6640f93d.snbt @@ -0,0 +1,21 @@ +{ + title: "Lelyetia Falls", + x: 45.5d, + y: -3.0d, + description: "Use the guardian's eye on graw altar", + text: [ + "The master of Lelyetia has been taken down, and the weird feeling I felt when I first eneterd is partially gone.", + "This land still holds some secrets, and I am set on figuring out what's going on!" + ], + dependencies: [ + "82cf056f" + ], + hide: true, + tasks: [{ + uid: "3dd85a3d", + type: "item", + items: [{ + item: "contenttweaker:lelyetian_cap" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/67565c27.snbt b/config/ftbquests/normal/chapters/37c824bb/67565c27.snbt new file mode 100644 index 00000000..22d2bb1d --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/67565c27.snbt @@ -0,0 +1,19 @@ +{ + icon: "iceandfire:fire_dragon_heart", + x: 2.0d, + y: 1.5d, + description: "1.2.5 dupes were the best!", + text: [ + "The circle within 1200 blocks of spawn is safe(r).", + "No dragons here!" + ], + dependencies: [ + "c4bd8574" + ], + hide: true, + tasks: [{ + uid: "b9883ffd", + type: "checkmark", + title: "We love our safe space!" + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/6847d49d.snbt b/config/ftbquests/normal/chapters/37c824bb/6847d49d.snbt new file mode 100644 index 00000000..ba43ee47 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/6847d49d.snbt @@ -0,0 +1,15 @@ +{ + x: 119.0d, + y: 0.0d, + dependencies: [ + "c98b78df" + ], + hide: true, + tasks: [{ + uid: "0676d12d", + type: "item", + items: [{ + item: "extendedcrafting:singularity_custom 1 999" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/68808aa0.snbt b/config/ftbquests/normal/chapters/37c824bb/68808aa0.snbt new file mode 100644 index 00000000..6378c025 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/68808aa0.snbt @@ -0,0 +1,16 @@ +{ + title: "Agents of Chaos", + x: 24.5d, + y: 1.5d, + dependencies: [ + "cb2dbf56" + ], + hide: true, + tasks: [{ + uid: "be340913", + type: "item", + items: [{ + item: "draconicevolution:dragon_heart" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/68ba6c49.snbt b/config/ftbquests/normal/chapters/37c824bb/68ba6c49.snbt new file mode 100644 index 00000000..51074908 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/68ba6c49.snbt @@ -0,0 +1,16 @@ +{ + x: 24.5d, + y: -22.5d, + description: "Found in the palace at the center of the thornlands.", + dependencies: [ + "16fa68b4" + ], + hide: true, + tasks: [{ + uid: "f74a56fe", + type: "item", + items: [{ + item: "contenttweaker:harbinger_crystal" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/69420a70.snbt b/config/ftbquests/normal/chapters/37c824bb/69420a70.snbt new file mode 100644 index 00000000..33781b71 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/69420a70.snbt @@ -0,0 +1,48 @@ +{ + title: "Demon Will Affinity", + x: 41.0d, + y: 3.0d, + text: [ + "This when magic starts turning into science! Imaginary gravity, in some way, is connected to blood magic!", + "Sednanite can now be used to more simply alloy demon will metal." + ], + dependencies: [ + "eee537a9" + ], + hide: true, + tasks: [{ + uid: "4718641c", + type: "item", + items: [{ + item: "contenttweaker:material_part 1 1" + }] + }, + { + uid: "8f4648a4", + type: "item", + items: [{ + item: "contenttweaker:material_part 1 7" + }] + }, + { + uid: "fcab12f9", + type: "item", + items: [{ + item: "contenttweaker:material_part 1 13" + }] + }, + { + uid: "daaacbec", + type: "item", + items: [{ + item: "contenttweaker:material_part 1 19" + }] + }, + { + uid: "5e8403cc", + type: "item", + items: [{ + item: "contenttweaker:material_part 1 25" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/69fe68b8.snbt b/config/ftbquests/normal/chapters/37c824bb/69fe68b8.snbt new file mode 100644 index 00000000..fafa4101 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/69fe68b8.snbt @@ -0,0 +1,17 @@ +{ + x: 92.0d, + y: 3.0d, + dependencies: [ + "e0b5358c" + ], + hide: true, + tasks: [{ + uid: "8ae35637", + type: "item", + items: [{ + item: "contenttweaker:horrific_callstone" + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/6b833a3d.snbt b/config/ftbquests/normal/chapters/37c824bb/6b833a3d.snbt new file mode 100644 index 00000000..f6cf6ad3 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/6b833a3d.snbt @@ -0,0 +1,22 @@ +{ + title: "Living Weapons", + x: 60.5d, + y: -3.0d, + description: "WARNING: You may want a good rapier, bow, and a katar...", + dependencies: [ + "588d339b" + ], + hide: true, + tasks: [{ + uid: "991abfee", + type: "item", + items: [{ + id: "aoa3:iromine_realmstone", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/6bccc77d.snbt b/config/ftbquests/normal/chapters/37c824bb/6bccc77d.snbt new file mode 100644 index 00000000..629b0f57 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/6bccc77d.snbt @@ -0,0 +1,14 @@ +{ + x: 51.5d, + y: 1.5d, + dependencies: [ + "55107d93" + ], + tasks: [{ + uid: "2051c1fe", + type: "item", + items: [{ + item: "contenttweaker:eden_refined_gem" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/6bea5b1f.snbt b/config/ftbquests/normal/chapters/37c824bb/6bea5b1f.snbt new file mode 100644 index 00000000..7537d56d --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/6bea5b1f.snbt @@ -0,0 +1,15 @@ +{ + x: 54.5d, + y: -6.0d, + dependencies: [ + "8152a747" + ], + hide: true, + tasks: [{ + uid: "d6d4e560", + type: "item", + items: [{ + item: "contenttweaker:recursive_powder" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/6c300b7b.snbt b/config/ftbquests/normal/chapters/37c824bb/6c300b7b.snbt new file mode 100644 index 00000000..4b97a9f4 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/6c300b7b.snbt @@ -0,0 +1,15 @@ +{ + x: 87.5d, + y: 0.0d, + dependencies: [ + "2e5c9fa5" + ], + hide: true, + tasks: [{ + uid: "25be456d", + type: "item", + items: [{ + item: "contenttweaker:skythern_core" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/6c409652.snbt b/config/ftbquests/normal/chapters/37c824bb/6c409652.snbt new file mode 100644 index 00000000..3b4f7b25 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/6c409652.snbt @@ -0,0 +1,16 @@ +{ + x: 29.0d, + y: -7.5d, + description: "Found in the pyramid in the deep dark.", + dependencies: [ + "f1e1204a" + ], + hide: true, + tasks: [{ + uid: "8b440ed7", + type: "item", + items: [{ + item: "contenttweaker:dimensional_ingot" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/6c63d65e.snbt b/config/ftbquests/normal/chapters/37c824bb/6c63d65e.snbt new file mode 100644 index 00000000..49caaaa0 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/6c63d65e.snbt @@ -0,0 +1,15 @@ +{ + x: 63.5d, + y: 1.5d, + dependencies: [ + "449974e8" + ], + hide: true, + tasks: [{ + uid: "fa90469a", + type: "item", + items: [{ + item: "contenttweaker:candyland_garnet" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/6eb0d0ee.snbt b/config/ftbquests/normal/chapters/37c824bb/6eb0d0ee.snbt new file mode 100644 index 00000000..2afb85fc --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/6eb0d0ee.snbt @@ -0,0 +1,28 @@ +{ + title: "Wormhole Experiments", + x: 30.5d, + y: 0.0d, + text: [ + "Corallus, the ruler of the seas, was also a scientist.", + "It seems like the shyre empire used him to perfect their wormhole technology.", + "I 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.", + "This type of science is way beyond my understanding, yet, I may be able to use its basic applications to open my own wormholes..." + ], + dependencies: [ + "51d358d6" + ], + hide: true, + tasks: [{ + uid: "2e64e6d4", + type: "item", + items: [{ + item: "contenttweaker:wormhole_catalyst" + }] + }], + rewards: [{ + uid: "0e7628ad", + type: "item", + item: "aoa3:corallus_statue", + count: 3 + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/6f7c1c33.snbt b/config/ftbquests/normal/chapters/37c824bb/6f7c1c33.snbt new file mode 100644 index 00000000..7a2b366a --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/6f7c1c33.snbt @@ -0,0 +1,26 @@ +{ + title: "Power from Eden", + x: 59.0d, + y: 0.0d, + text: [ + "Looking from the outside, as I've been doing so far, the Syre Empire should be much stronger than the Horde.", + "On paper, the Empire has more territories, more troops, and better control thanks to their transportation network...", + "Yet, for some reason, when it comes to the conflict on Terra, they are pretty evenly matched.", + "And I think I finally figured out a reason...the star I just crafted is trippy...", + "Visiting Lelyetia, it became apparent that, for someone with mastery over recursion, permanent space-time manipulation becomes possible.", + "If the existance of places like Lelyetia is a showcase of 'space-stretching' abilities, this recent discovery shows what becomes possible if you're a master at it...", + "Not only the Horde can deform space-time to create their own environments, they can up fold it like an origami!", + "The Eden realm I entered is just a 'fold' of the horde's territory, and if I want to reach the rest of their land, I will have 'jump' on next fold..." + ], + dependencies: [ + "ef7ba920" + ], + hide: true, + tasks: [{ + uid: "142c02f0", + type: "item", + items: [{ + item: "contenttweaker:eden_star" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/6fe26961.snbt b/config/ftbquests/normal/chapters/37c824bb/6fe26961.snbt new file mode 100644 index 00000000..1c0b47de --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/6fe26961.snbt @@ -0,0 +1,16 @@ +{ + title: "I'm not strong enough!", + x: 89.0d, + y: 0.0d, + dependencies: [ + "6c300b7b" + ], + hide: true, + tasks: [{ + uid: "080b22b1", + type: "item", + items: [{ + item: "contenttweaker:dream_cluster" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/702dd932.snbt b/config/ftbquests/normal/chapters/37c824bb/702dd932.snbt new file mode 100644 index 00000000..d71b6fcd --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/702dd932.snbt @@ -0,0 +1,21 @@ +{ + title: "Up & Down", + x: 38.0d, + y: -4.5d, + text: [ + "Space elevators...", + "Are they better than magic travel? Nope!", + "Are they cooler? Yup!" + ], + dependencies: [ + "bf4a8787" + ], + hide: true, + tasks: [{ + uid: "013317ef", + type: "item", + items: [{ + item: "advancedrocketry:spaceelevatorcontroller" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/7063e03d.snbt b/config/ftbquests/normal/chapters/37c824bb/7063e03d.snbt new file mode 100644 index 00000000..e045edd2 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/7063e03d.snbt @@ -0,0 +1,22 @@ +{ + title: "Playing with Wizardry", + x: 14.0d, + y: -6.0d, + text: [ + "Some of the creatures I've slayed seemed to be holding books that appear to have magical properties.", + "By 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.", + "Try to cast spells until they make sense?! What could go wrong?", + "Around Terra, some testificates also appear to hold knowledge of this art. Some of them use it to help, others to destroy..." + ], + dependencies: [ + "55075fff" + ], + hide: true, + tasks: [{ + uid: "c606e82b", + type: "item", + items: [{ + item: "ebwizardry:arcane_workbench" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/70c2a66c.snbt b/config/ftbquests/normal/chapters/37c824bb/70c2a66c.snbt new file mode 100644 index 00000000..e0810605 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/70c2a66c.snbt @@ -0,0 +1,17 @@ +{ + title: "Queen of Spiders", + x: 21.5d, + y: -9.0d, + description: "Found in a giant tree in the ulterior outback.", + dependencies: [ + "7bd708c5" + ], + hide: true, + tasks: [{ + uid: "75b83387", + type: "item", + items: [{ + item: "erebus:tarantula_egg" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/71023be3.snbt b/config/ftbquests/normal/chapters/37c824bb/71023be3.snbt new file mode 100644 index 00000000..bdea8df9 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/71023be3.snbt @@ -0,0 +1,21 @@ +{ + x: 78.5d, + y: 3.0d, + description: "Start making a few...", + dependencies: [ + "bf7f3ae9" + ], + hide: true, + tasks: [{ + uid: "1ca05be8", + type: "item", + items: [{ + id: "abyssalcraft:abyssalnomicon", + tag: { + PotEnergy: 100000.0f + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/7139f2a3.snbt b/config/ftbquests/normal/chapters/37c824bb/7139f2a3.snbt new file mode 100644 index 00000000..d1e39df2 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/7139f2a3.snbt @@ -0,0 +1,15 @@ +{ + x: 63.5d, + y: -4.5d, + dependencies: [ + "b0b1458d" + ], + hide: true, + tasks: [{ + uid: "e95f0db3", + type: "item", + items: [{ + item: "contenttweaker:mysterium_garnet" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/71678168.snbt b/config/ftbquests/normal/chapters/37c824bb/71678168.snbt new file mode 100644 index 00000000..ed24e257 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/71678168.snbt @@ -0,0 +1,22 @@ +{ + title: "Time for some beatings!", + x: 20.0d, + y: 1.5d, + description: "Throw it on the ground!", + text: [ + "I really feel bad about the state of Terra...", + "I have gained some power, so I'm going to use it to fight back oppressors!", + "I hate bullies, and the king of Trolls is definitely one of them!" + ], + dependencies: [ + "d4a82bd8" + ], + hide: true, + tasks: [{ + uid: "d3b7cffb", + type: "item", + items: [{ + item: "aoa3:troll_idol" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/71c3c11b.snbt b/config/ftbquests/normal/chapters/37c824bb/71c3c11b.snbt new file mode 100644 index 00000000..181ee62f --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/71c3c11b.snbt @@ -0,0 +1,21 @@ +{ + title: "Power through Sacrifice", + x: 27.5d, + y: -6.0d, + text: [ + "Sooooo, blood can be used for magic, who would have thought?!", + "By performing blood sacrifices, I can infuse objects with a little bit of my life essence.", + "By exploring this 'science' further, I believe I will find some more information about my strange inability to die..." + ], + dependencies: [ + "55075fff" + ], + hide: true, + tasks: [{ + uid: "2b27ee2a", + type: "item", + items: [{ + item: "bloodmagic:altar" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/71f69702.snbt b/config/ftbquests/normal/chapters/37c824bb/71f69702.snbt new file mode 100644 index 00000000..c66a8d59 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/71f69702.snbt @@ -0,0 +1,27 @@ +{ + title: "Luna", + x: 38.0d, + y: -1.5d, + text: [ + "I was able to reach Terra's moon, Luna.", + "And now things make more sense! Terra is the size of a gas giant, yet, it is able to stay solid thanks to strong fields generated by the dimensional shards located within its crust.", + "This is also the cause for the existance of asteroid belts and sky islands located within its atmosphere.", + "Dimensional shards, when looked at a macroscopic scale, produce negative gravity, this allowing for really cool phenomena." + ], + dependencies: [ + "72490c57" + ], + hide: true, + tasks: [{ + uid: "ed71ae0b", + type: "item", + items: [{ + item: "advancedrocketry:moonturf" + }] + }], + rewards: [{ + uid: "0b0959ed", + type: "item", + item: "advancedrocketry:moonturf_dark" + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/7238cf74.snbt b/config/ftbquests/normal/chapters/37c824bb/7238cf74.snbt new file mode 100644 index 00000000..4b69862c --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/7238cf74.snbt @@ -0,0 +1,20 @@ +{ + icon: "contenttweaker:rift_essence", + x: -5.5d, + y: 1.5d, + description: "This is a laggy pack, so try keeping large automation under control!", + text: [ + "This 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...", + "", + "*something something* there will be lag...", + "Thanks to Luctor for the quest suggestion!" + ], + dependencies: [ + "2e74a705" + ], + tasks: [{ + uid: "6b0a2b23", + type: "checkmark", + title: "The universe is shattering!" + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/72490c57.snbt b/config/ftbquests/normal/chapters/37c824bb/72490c57.snbt new file mode 100644 index 00000000..3157a9b1 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/72490c57.snbt @@ -0,0 +1,83 @@ +{ + title: "Searching for answers", + x: 36.5d, + y: -1.5d, + description: "Cuz rockets are cool", + text: [ + "The divine star was cool and all, but I cannot fully understand it. ", + "The shyre empire's wormhole capabilities seem to be driven by gravity, which, to us humans, is still a great mystery.", + "I think it's time to understand more about it...", + "And to do this, I believe it's important to discover how Terra's wacky gravity works by looking at it from a distance.", + "It's rocket time!", + "Thanks to Kdog0421 for the meme subtitles!" + ], + dependencies: [ + "265867ff" + ], + hide: true, + tasks: [{ + uid: "851fe795", + type: "item", + items: [{ + item: "advancedrocketry:rocketbuilder" + }] + }, + { + uid: "54d70d8d", + type: "item", + items: [{ + item: "advancedrocketry:launchpad" + }] + }, + { + uid: "d04aac36", + type: "item", + items: [{ + item: "advancedrocketry:structuretower" + }] + }, + { + uid: "72ff3b8c", + type: "item", + items: [{ + item: "advancedrocketry:advrocketmotor" + }] + }, + { + uid: "efa0e56d", + type: "item", + items: [{ + item: "advancedrocketry:fueltank" + }] + }, + { + uid: "5ac64bcf", + type: "item", + items: [{ + item: "advancedrocketry:guidancecomputer" + }] + }, + { + uid: "7ab59e72", + type: "item", + items: [{ + item: "advancedrocketry:seat" + }] + }, + { + uid: "6b806c89", + type: "item", + items: [{ + item: "advancedrocketry:fuelingstation" + }] + }, + { + uid: "93c1d063", + type: "item", + items: [{ + item: "libvulpes:linker" + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/72bc23eb.snbt b/config/ftbquests/normal/chapters/37c824bb/72bc23eb.snbt new file mode 100644 index 00000000..790fc130 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/72bc23eb.snbt @@ -0,0 +1,14 @@ +{ + x: 78.5d, + y: 1.5d, + dependencies: [ + "bf7f3ae9" + ], + tasks: [{ + uid: "1605a514", + type: "item", + items: [{ + item: "contenttweaker:apalachia_refined_gem" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/72f13da7.snbt b/config/ftbquests/normal/chapters/37c824bb/72f13da7.snbt new file mode 100644 index 00000000..e28c09bc --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/72f13da7.snbt @@ -0,0 +1,20 @@ +{ + title: "Am I Insane?", + x: 50.0d, + y: -3.0d, + dependencies: [ + "5dca5abc" + ], + hide: true, + tasks: [{ + uid: "27b53a97", + type: "item", + items: [{ + id: "thaumicaugmentation:research_notes", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/7311ee5c.snbt b/config/ftbquests/normal/chapters/37c824bb/7311ee5c.snbt new file mode 100644 index 00000000..d533ca72 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/7311ee5c.snbt @@ -0,0 +1,20 @@ +{ + title: "My new favorite bonsai", + x: 29.0d, + y: -3.0d, + text: [ + "Compact power flowers?! Yes please!", + "Similarly to the various tiers of EMC matter, there seem to be multiple tiers of these, and they appear to be tied to mythic powers..." + ], + dependencies: [ + "06cbebf4" + ], + hide: true, + tasks: [{ + uid: "92b54961", + type: "item", + items: [{ + item: "projectex:power_flower" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/7382c725.snbt b/config/ftbquests/normal/chapters/37c824bb/7382c725.snbt new file mode 100644 index 00000000..b4ece8f8 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/7382c725.snbt @@ -0,0 +1,20 @@ +{ + title: "Advanced Equivalency", + x: 32.0d, + y: 0.0d, + text: [ + "The druids from the Betweenlands do have some advanced knowledge of alchemy and equivalency.", + "Blue matter is a more powerful, and more expensive, version of red matter, which is pretty great." + ], + dependencies: [ + "6eb0d0ee" + ], + hide: true, + tasks: [{ + uid: "b47f5f13", + type: "item", + items: [{ + item: "contenttweaker:blue_matter" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/74c81f2c.snbt b/config/ftbquests/normal/chapters/37c824bb/74c81f2c.snbt new file mode 100644 index 00000000..a2dfe67e --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/74c81f2c.snbt @@ -0,0 +1,20 @@ +{ + title: "Good or Evil?", + x: 26.0d, + y: -6.0d, + text: [ + "Just like magnetism and gravity, the laws of nature allow for the existance of other 'fields', and some of them, vis and flux, hold magical properties.", + "Many of the beings I have met on Terra seem to be able to use either of the two. I've yet to fully figure out the nature of these fields, but they can be used for a variety of purposes, both constructive and destructive." + ], + dependencies: [ + "55075fff" + ], + hide: true, + tasks: [{ + uid: "3cb5462e", + type: "item", + items: [{ + item: "thaumcraft:arcane_workbench" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/74d9cee9.snbt b/config/ftbquests/normal/chapters/37c824bb/74d9cee9.snbt new file mode 100644 index 00000000..5cb2b108 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/74d9cee9.snbt @@ -0,0 +1,20 @@ +{ + title: "Forestry", + x: 9.5d, + y: 3.0d, + description: "Used to craft machines from forestry and gendustry (see manufacturing and fabrication)", + text: [ + "For some reason, the local vegetation seems to have an affinity for bronze, so I deviced a machine casing that should work very well at handling vegetation and farming." + ], + dependencies: [ + "8b210b51" + ], + hide: true, + tasks: [{ + uid: "36deead3", + type: "item", + items: [{ + item: "forestry:sturdy_machine" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/74fb2766.snbt b/config/ftbquests/normal/chapters/37c824bb/74fb2766.snbt new file mode 100644 index 00000000..5650f378 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/74fb2766.snbt @@ -0,0 +1,19 @@ +{ + title: "Custom Crystals", + x: 18.5d, + y: 3.0d, + text: [ + "The improved means of fabrications I have developed seem to be working well with one of the metals found in the Terra underground." + ], + dependencies: [ + "cff69a0b" + ], + hide: true, + tasks: [{ + uid: "37cb2f34", + type: "item", + items: [{ + item: "contenttweaker:crystalized_emberstone" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/75890369.snbt b/config/ftbquests/normal/chapters/37c824bb/75890369.snbt new file mode 100644 index 00000000..91141893 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/75890369.snbt @@ -0,0 +1,15 @@ +{ + x: 2.0d, + y: -1.5d, + dependencies: [ + "fb8062a2" + ], + hide: true, + tasks: [{ + uid: "1b339995", + type: "item", + items: [{ + item: "dimdoors:world_thread" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/774bc7f0.snbt b/config/ftbquests/normal/chapters/37c824bb/774bc7f0.snbt new file mode 100644 index 00000000..e211f119 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/774bc7f0.snbt @@ -0,0 +1,26 @@ +{ + title: "Sorcerers of the Skies", + x: 18.5d, + y: -6.0d, + text: [ + "Stars hold power, and a lot of it!", + "This 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.", + "This 'astral power' can travel through higher dimensions. Through these pathways, stars are connected to each other forming 'real' constellations.", + "Some of these constellations hold particular properties, and I'll do my best to take advantage of them." + ], + dependencies: [ + "55075fff" + ], + hide: true, + tasks: [{ + uid: "9baad869", + type: "item", + items: [{ + id: "astralsorcery:blockaltar", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/782f8be1.snbt b/config/ftbquests/normal/chapters/37c824bb/782f8be1.snbt new file mode 100644 index 00000000..d2f7ddf1 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/782f8be1.snbt @@ -0,0 +1,27 @@ +{ + title: "War to the Twilight Horde!", + x: 41.0d, + y: 1.5d, + text: [ + "Well well well...", + "In some way, the twilight horde and the shyre empire are similar, like two sides of the same coin.", + "The way the former uses gravity is, in some way more primal, more natural...", + "The way they travel is connected to astral magic in some way." + ], + dependencies: [ + "4cccf702" + ], + hide: true, + tasks: [{ + uid: "d4cb91f3", + type: "item", + items: [{ + id: "divinerpg:twilight_clock", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/78a3936b.snbt b/config/ftbquests/normal/chapters/37c824bb/78a3936b.snbt new file mode 100644 index 00000000..e635bd8a --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/78a3936b.snbt @@ -0,0 +1,16 @@ +{ + x: 69.5d, + y: 3.0d, + description: "NOT a vibrator!", + dependencies: [ + "4138225c" + ], + hide: true, + tasks: [{ + uid: "4ca02a14", + type: "item", + items: [{ + item: "contenttweaker:resonating_stone" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/78bcd476.snbt b/config/ftbquests/normal/chapters/37c824bb/78bcd476.snbt new file mode 100644 index 00000000..2126a743 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/78bcd476.snbt @@ -0,0 +1,15 @@ +{ + x: 66.5d, + y: -3.0d, + dependencies: [ + "6304b450" + ], + hide: true, + tasks: [{ + uid: "09285fb2", + type: "item", + items: [{ + item: "nuclearcraft:salt_fission_vessel" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/78f6396d.snbt b/config/ftbquests/normal/chapters/37c824bb/78f6396d.snbt new file mode 100644 index 00000000..bde230fd --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/78f6396d.snbt @@ -0,0 +1,22 @@ +{ + x: 95.0d, + y: -4.5d, + dependencies: [ + "13f18f23" + ], + hide: true, + tasks: [{ + uid: "bd9993c0", + type: "item", + items: [{ + item: "minecraft:redstone" + }] + }, + { + uid: "a9a1b9b7", + type: "item", + items: [{ + item: "minecraft:quartz" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/79161ace.snbt b/config/ftbquests/normal/chapters/37c824bb/79161ace.snbt new file mode 100644 index 00000000..eeab7d36 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/79161ace.snbt @@ -0,0 +1,21 @@ +{ + title: "Alien technology is cool!", + x: 12.5d, + y: 1.5d, + description: "Used to craft machines from enderIO (see manufacturing and fabrication)", + text: [ + "It seems like my unwanted connection with death has some other uses besides immortality.", + "This death energy can be used to make machines!" + ], + dependencies: [ + "8b210b51" + ], + hide: true, + tasks: [{ + uid: "72503da5", + type: "item", + items: [{ + item: "enderio:item_material" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/796ab2bc.snbt b/config/ftbquests/normal/chapters/37c824bb/796ab2bc.snbt new file mode 100644 index 00000000..a979841d --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/796ab2bc.snbt @@ -0,0 +1,15 @@ +{ + x: 84.5d, + y: -3.0d, + dependencies: [ + "f87d9def" + ], + hide: true, + tasks: [{ + uid: "18012fba", + type: "item", + items: [{ + item: "contenttweaker:anadrominomicom" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/7a4c072b.snbt b/config/ftbquests/normal/chapters/37c824bb/7a4c072b.snbt new file mode 100644 index 00000000..02f2c410 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/7a4c072b.snbt @@ -0,0 +1,27 @@ +{ + title: "Experiment #2", + x: 30.5d, + y: 3.0d, + text: [ + "This is good news! Some of the testificated dared to explore more! They all eventually ended up getting defeated, but some of the exhiles of Furatto learned a few more things about recursion.", + "This power allows for masters of this art to be essentially 'gods', having the ability to exist in multiple places at once, and to escape death.", + "I do wonder if I will ever be able to escape my own Recursion prison and be able to unlock such powers...", + "" + ], + dependencies: [ + "b22adae1" + ], + hide: true, + tasks: [{ + uid: "433d4e08", + type: "item", + items: [{ + id: "contenttweaker:diamerisma_warper", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/7a4f143a.snbt b/config/ftbquests/normal/chapters/37c824bb/7a4f143a.snbt new file mode 100644 index 00000000..6450205b --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/7a4f143a.snbt @@ -0,0 +1,28 @@ +{ + x: 110.0d, + y: 0.0d, + dependencies: [ + "dd32e62f", + "19146f21", + "a8414e77", + "528715c1" + ], + hide: true, + tasks: [{ + uid: "fd8a9f49", + type: "item", + items: [{ + item: "contenttweaker:infinity_furnace_bricks" + }] + }, + { + uid: "dbc39ac3", + type: "item", + items: [{ + id: "modularmachinery:itemblueprint", + tag: { + dynamicmachine: "modularmachinery:infinity_furnace" + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/7a779752.snbt b/config/ftbquests/normal/chapters/37c824bb/7a779752.snbt new file mode 100644 index 00000000..d82e4b38 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/7a779752.snbt @@ -0,0 +1,20 @@ +{ + title: "Am I the Highlander?", + x: 3.5d, + y: -3.0d, + text: [ + "It seems like I can gain some control over this 'undeath' power. ", + "By infusing stone with this weird powder, I can fast travel back to my point of 'death'." + ], + dependencies: [ + "e94d41bf" + ], + hide: true, + tasks: [{ + uid: "8eaca978", + type: "item", + items: [{ + item: "tombstone:decorative_grave_simple" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/7b03e812.snbt b/config/ftbquests/normal/chapters/37c824bb/7b03e812.snbt new file mode 100644 index 00000000..993044e5 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/7b03e812.snbt @@ -0,0 +1,32 @@ +{ + title: "Sons of Witches", + x: 23.0d, + y: -6.0d, + text: [ + "Some 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.", + "Time for me to start experimenting with Witchery." + ], + dependencies: [ + "55075fff" + ], + hide: true, + tasks: [{ + uid: "f931b388", + type: "item", + items: [{ + id: "itemfilters:filter", + tag: { + display: { + Name: "Any bewitchmentAltar" + } + }, + ForgeCaps: { + Parent: { + id: "ore", + data: "bewitchmentAltar" + } + } + }], + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/7bd708c5.snbt b/config/ftbquests/normal/chapters/37c824bb/7bd708c5.snbt new file mode 100644 index 00000000..f541dbf5 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/7bd708c5.snbt @@ -0,0 +1,22 @@ +{ + title: "Arthropods are here too!", + x: 21.5d, + y: -6.0d, + text: [ + "Wow, literally nobody living on Terra is actually from Terra.", + "Dimensional shards are desired by everything that becomes aware of them, it seems...", + "And apparently, bugs with mastery of witchery used it to create wormholes and fight for a piece of the pie.", + "And now I think I know how they did it, and I may be able to travel back to their world..." + ], + dependencies: [ + "7b03e812" + ], + hide: true, + tasks: [{ + uid: "98b9f927", + type: "item", + items: [{ + item: "erebus:gaean_keystone" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/7c342505.snbt b/config/ftbquests/normal/chapters/37c824bb/7c342505.snbt new file mode 100644 index 00000000..d96616be --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/7c342505.snbt @@ -0,0 +1,29 @@ +{ + title: "Now they know!!", + x: 21.5d, + y: 7.5d, + text: [ + "I guess I may have just interrupted an espionage mission.", + "Nice, I made someone who I don't know angry at me!" + ], + dependencies: [ + "0efda3f8" + ], + hide: true, + tasks: [{ + uid: "52a2179a", + type: "item", + items: [{ + item: "contenttweaker:watcher_eye" + }] + }, + { + uid: "46d0dfb8", + type: "item", + items: [{ + item: "divinerpg:crabclaw_maul" + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/7d4c3aa8.snbt b/config/ftbquests/normal/chapters/37c824bb/7d4c3aa8.snbt new file mode 100644 index 00000000..18b3042d --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/7d4c3aa8.snbt @@ -0,0 +1,14 @@ +{ + x: 6.5d, + y: 3.0d, + description: "Blank runes can be used on rune shrines to produce their respective counterparts. There are better ways of getting runes.", + dependencies: [ + "d8e398cb" + ], + hide: true, + tasks: [{ + uid: "93f0205f", + type: "checkmark", + title: "Runes!" + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/7d6a7467.snbt b/config/ftbquests/normal/chapters/37c824bb/7d6a7467.snbt new file mode 100644 index 00000000..6f3108f0 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/7d6a7467.snbt @@ -0,0 +1,25 @@ +{ + x: 30.5d, + y: -12.0d, + description: "Escape the dungeon of arcana using the gaia tesseract", + text: [ + "The fact that the names of Norse Mythology appear in botanical magic is, well, very interesting.", + "Did our ancestors know something we have forgotten?", + "I do not know why or how, but the power withn mana compelled me to the Dungeon of Arcana.", + "Knowing this, I started researching Norse legends for clues.", + "One word, somehow, resonated with me from these old texts...a revelation came to me", + "Asgard, once the realm of gods, has been defeated by the Twilight Horde, and turned into Arcana.", + "The ruins of this ancient seat of power is still there, and the key for it is the Tesseract..." + ], + dependencies: [ + "a852a933" + ], + hide: true, + tasks: [{ + uid: "966fd619", + type: "item", + items: [{ + item: "contenttweaker:terrasteel_crystal" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/7d6dd7b6.snbt b/config/ftbquests/normal/chapters/37c824bb/7d6dd7b6.snbt new file mode 100644 index 00000000..2b9a983d --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/7d6dd7b6.snbt @@ -0,0 +1,14 @@ +{ + x: 71.0d, + y: 3.0d, + dependencies: [ + "40d98bd3" + ], + tasks: [{ + uid: "c145e5ae", + type: "item", + items: [{ + item: "appliedenergistics2:part 1 341" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/7dc9a073.snbt b/config/ftbquests/normal/chapters/37c824bb/7dc9a073.snbt new file mode 100644 index 00000000..3fb2c048 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/7dc9a073.snbt @@ -0,0 +1,16 @@ +{ + title: "Mythic Witchery?", + x: 66.5d, + y: 1.5d, + dependencies: [ + "6304b450" + ], + hide: true, + tasks: [{ + uid: "23e10d64", + type: "item", + items: [{ + item: "contenttweaker:baphomet_altar_bricks" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/7e887504.snbt b/config/ftbquests/normal/chapters/37c824bb/7e887504.snbt new file mode 100644 index 00000000..c8492546 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/7e887504.snbt @@ -0,0 +1,18 @@ +{ + icon: "simplevoidworld:portal", + x: 17.0d, + y: -1.5d, + text: [ + "If I were you, I'd hold off on large automation until you unlock the void world...", + "Sorting systems are going to be easier to set up, and it'll be less laggy!" + ], + dependencies: [ + "a13a0880" + ], + hide: true, + tasks: [{ + uid: "573b896b", + type: "checkmark", + title: "Void Base FTW!" + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/7e9b9548.snbt b/config/ftbquests/normal/chapters/37c824bb/7e9b9548.snbt new file mode 100644 index 00000000..7cae88f2 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/7e9b9548.snbt @@ -0,0 +1,20 @@ +{ + title: "Alchemication Automation!", + x: 27.5d, + y: 4.5d, + text: [ + "Condensers are nice, but they take up a lot of space...", + "These are definitely better!" + ], + dependencies: [ + "ee89ff7a" + ], + hide: true, + tasks: [{ + uid: "d10fc92f", + type: "item", + items: [{ + item: "projectex:refined_link" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/7f13ea6a.snbt b/config/ftbquests/normal/chapters/37c824bb/7f13ea6a.snbt new file mode 100644 index 00000000..660306d3 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/7f13ea6a.snbt @@ -0,0 +1,15 @@ +{ + x: 126.5d, + y: 0.0d, + dependencies: [ + "c5794c9e" + ], + hide: true, + tasks: [{ + uid: "14c6bdf9", + type: "item", + items: [{ + item: "avaritia:resource 1 6" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/80146724.snbt b/config/ftbquests/normal/chapters/37c824bb/80146724.snbt new file mode 100644 index 00000000..2a27b44f --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/80146724.snbt @@ -0,0 +1,17 @@ +{ + title: "Fire!", + x: 24.5d, + y: -13.5d, + description: "Found in the center of the fire swamp biome.", + dependencies: [ + "62242ef6" + ], + hide: true, + tasks: [{ + uid: "11848325", + type: "item", + items: [{ + item: "twilightforest:trophy 1 2" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/810a95e8.snbt b/config/ftbquests/normal/chapters/37c824bb/810a95e8.snbt new file mode 100644 index 00000000..47e8f477 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/810a95e8.snbt @@ -0,0 +1,26 @@ +{ + title: "Battle for the Skies!", + x: 23.0d, + y: 9.0d, + description: "Use in the end!", + text: [ + "While the testificates did not dare messing with the dragons living in the asteroids around Terra, someone else definitely did!", + "These monsters from the Twilight Horde seem to have gained control over some of the regions in the asteroid belt, that said, there are places not even them dare to explore..." + ], + dependencies: [ + "d4a82bd8" + ], + hide: true, + tasks: [{ + uid: "9a16b6b9", + type: "item", + items: [{ + id: "divinerpg:horde_horn", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/8152a747.snbt b/config/ftbquests/normal/chapters/37c824bb/8152a747.snbt new file mode 100644 index 00000000..80d362ec --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/8152a747.snbt @@ -0,0 +1,18 @@ +{ + x: 54.5d, + y: -4.5d, + dependencies: [ + "8a1dd2db" + ], + hide: true, + tasks: [{ + uid: "3885f61f", + type: "item", + items: [{ + id: "botania:specialflower", + tag: { + type: "orechid" + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/81a64b76.snbt b/config/ftbquests/normal/chapters/37c824bb/81a64b76.snbt new file mode 100644 index 00000000..c44cd775 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/81a64b76.snbt @@ -0,0 +1,27 @@ +{ + title: "Laser Fabrication", + x: 23.0d, + y: -1.5d, + text: [ + "Time for some some lasers!", + "The assembly table should allow me to build some good logic processors and circuits." + ], + dependencies: [ + "d4a82bd8" + ], + hide: true, + tasks: [{ + uid: "e2c3e32b", + type: "item", + items: [{ + item: "buildcraftsilicon:assembly_table" + }] + }, + { + uid: "ff40379f", + type: "item", + items: [{ + item: "buildcraftsilicon:laser" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/822903da.snbt b/config/ftbquests/normal/chapters/37c824bb/822903da.snbt new file mode 100644 index 00000000..405b5541 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/822903da.snbt @@ -0,0 +1,21 @@ +{ + title: "Shyre Magic", + x: 74.0d, + y: 3.0d, + dependencies: [ + "e18a08ef" + ], + hide: true, + tasks: [{ + uid: "6a65bc64", + type: "item", + items: [{ + id: "aoa3:runandor_realmstone", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/829fbc56.snbt b/config/ftbquests/normal/chapters/37c824bb/829fbc56.snbt new file mode 100644 index 00000000..3605fe03 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/829fbc56.snbt @@ -0,0 +1,22 @@ +{ + title: "Advanced Storage", + x: 24.5d, + y: 0.0d, + description: "Better to build a base in the void world. At this point, you may want to take a peek at the logistics and organization tab.", + text: [ + "The power of fluix is great!", + "Centralized networks can be created around a controller block, which can handle storage and transportation.", + "In addition to this, it seems like I can embed more complex logic into pipe systems, making it even easier to manage my belongings." + ], + dependencies: [ + "62b4b83f" + ], + hide: true, + tasks: [{ + uid: "d2203e30", + type: "item", + items: [{ + item: "appliedenergistics2:controller" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/82cf056f.snbt b/config/ftbquests/normal/chapters/37c824bb/82cf056f.snbt new file mode 100644 index 00000000..264c8456 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/82cf056f.snbt @@ -0,0 +1,26 @@ +{ + title: "Folding Space-Time", + x: 44.0d, + y: -3.0d, + text: [ + "Not only Shyre tech can easily open wormholes, but it actually deform space-time, and make higher dimensions intersect.", + "Symilarly to the 'wolf gods' in arcana, some power over gravity and space-time allows for the land of Lelyetia to exist in a discontinuity in gravity.", + "Wonder if, given enough sednanite, I may be able to achieve something like this, to create a world that is not spherical..." + ], + dependencies: [ + "b2e50833" + ], + hide: true, + tasks: [{ + uid: "ed422de0", + type: "item", + items: [{ + id: "aoa3:lelyetia_realmstone", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/82fc456f.snbt b/config/ftbquests/normal/chapters/37c824bb/82fc456f.snbt new file mode 100644 index 00000000..b4f6a9ae --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/82fc456f.snbt @@ -0,0 +1,28 @@ +{ + title: "He controlled the seas", + x: 21.5d, + y: 4.5d, + dependencies: [ + "e30a0da4" + ], + hide: true, + tasks: [{ + uid: "c543b3c0", + type: "item", + items: [{ + item: "contenttweaker:corallus_polyp" + }] + }, + { + uid: "34ff871f", + type: "item", + items: [{ + id: "aoa3:tidal_greatblade", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/831f26ca.snbt b/config/ftbquests/normal/chapters/37c824bb/831f26ca.snbt new file mode 100644 index 00000000..030c78e6 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/831f26ca.snbt @@ -0,0 +1,16 @@ +{ + x: 92.0d, + y: 4.5d, + dependencies: [ + "e0b5358c" + ], + tasks: [{ + uid: "5dd21d62", + type: "item", + items: [{ + item: "contenttweaker:sticky_callstone" + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/849a639a.snbt b/config/ftbquests/normal/chapters/37c824bb/849a639a.snbt new file mode 100644 index 00000000..e0fa0a1b --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/849a639a.snbt @@ -0,0 +1,17 @@ +{ + title: "Corrupt Greatness", + x: 20.0d, + y: -9.0d, + description: "Large greek temples floating in the skies. Break blocks after finishing dungeon.", + dependencies: [ + "56bc0b1a" + ], + hide: true, + tasks: [{ + uid: "bcdafbe5", + type: "item", + items: [{ + item: "aether_legacy:dungeon_block 1 2" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/84b184a6.snbt b/config/ftbquests/normal/chapters/37c824bb/84b184a6.snbt new file mode 100644 index 00000000..9dffa2fe --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/84b184a6.snbt @@ -0,0 +1,13 @@ +{ + x: 6.5d, + y: 6.0d, + description: "The more you fish, the better the loot!", + dependencies: [ + "d8e398cb" + ], + hide: true, + tasks: [{ + uid: "40d9e442", + type: "checkmark" + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/84c4c5e5.snbt b/config/ftbquests/normal/chapters/37c824bb/84c4c5e5.snbt new file mode 100644 index 00000000..7bb7291f --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/84c4c5e5.snbt @@ -0,0 +1,16 @@ +{ + title: "Apalachia Falls", + x: 75.5d, + y: 0.0d, + dependencies: [ + "e18a08ef" + ], + hide: true, + tasks: [{ + uid: "f4a61698", + type: "item", + items: [{ + item: "contenttweaker:apalachia_core" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/85e4506e.snbt b/config/ftbquests/normal/chapters/37c824bb/85e4506e.snbt new file mode 100644 index 00000000..ac5e090c --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/85e4506e.snbt @@ -0,0 +1,20 @@ +{ + title: "Thermal Energy", + x: 9.5d, + y: 1.5d, + description: "Used to craft machines from thermal and industrial foregoing (see manufacturing and fabrication)", + text: [ + "I 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!" + ], + dependencies: [ + "8b210b51" + ], + hide: true, + tasks: [{ + uid: "0112a2f1", + type: "item", + items: [{ + item: "thermalexpansion:frame" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/861028bc.snbt b/config/ftbquests/normal/chapters/37c824bb/861028bc.snbt new file mode 100644 index 00000000..7e01f42a --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/861028bc.snbt @@ -0,0 +1,15 @@ +{ + x: 99.5d, + y: -3.0d, + dependencies: [ + "2041c646" + ], + hide: true, + tasks: [{ + uid: "91b7f4be", + type: "item", + items: [{ + item: "divinerpg:cermile_lump" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/86442c58.snbt b/config/ftbquests/normal/chapters/37c824bb/86442c58.snbt new file mode 100644 index 00000000..7c67edbc --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/86442c58.snbt @@ -0,0 +1,15 @@ +{ + x: 122.0d, + y: 0.0d, + dependencies: [ + "8b4dbc6b" + ], + hide: true, + tasks: [{ + uid: "c39dfcf6", + type: "item", + items: [{ + item: "contenttweaker:defined_ingot" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/864a2bd8.snbt b/config/ftbquests/normal/chapters/37c824bb/864a2bd8.snbt new file mode 100644 index 00000000..db9a6eb0 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/864a2bd8.snbt @@ -0,0 +1,15 @@ +{ + x: 48.5d, + y: 3.0d, + dependencies: [ + "ea6a620f" + ], + hide: true, + tasks: [{ + uid: "bf93832b", + type: "item", + items: [{ + item: "contenttweaker:lesser_mana_core" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/8686c714.snbt b/config/ftbquests/normal/chapters/37c824bb/8686c714.snbt new file mode 100644 index 00000000..2c57880a --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/8686c714.snbt @@ -0,0 +1,22 @@ +{ + x: 47.0d, + y: -3.0d, + text: [ + "...And once again, the answer is mythic excavation!", + "I found the compound responsible for Lelyetia's strange condition, fluctuatite, a mineral that seems to be part of most compounds in the land.", + "I don't have any fluctuatite in my own body, though, which is why I feel weird when I'm there.", + "Good news, I can make fluctuatite! Bad news, to achieve the folding of space-time I will need several planets worth of it, at least according to my math.", + "There's clearly not that much fluctuatite on Lelyetia, so I have to assume there are things I still do not know..." + ], + dependencies: [ + "6640f93d" + ], + hide: true, + tasks: [{ + uid: "7751e805", + type: "item", + items: [{ + item: "contenttweaker:lelyetia_garnet" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/8717f274.snbt b/config/ftbquests/normal/chapters/37c824bb/8717f274.snbt new file mode 100644 index 00000000..6602184e --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/8717f274.snbt @@ -0,0 +1,28 @@ +{ + title: "A mistake?", + x: 21.5d, + y: 3.0d, + dependencies: [ + "e5343127" + ], + hide: true, + tasks: [{ + uid: "8ba9fc26", + type: "item", + items: [{ + item: "contenttweaker:ancient_remnants" + }] + }, + { + uid: "0c010cad", + type: "item", + items: [{ + id: "divinerpg:bedrock_leggings", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/871e76a6.snbt b/config/ftbquests/normal/chapters/37c824bb/871e76a6.snbt new file mode 100644 index 00000000..fb1574a0 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/871e76a6.snbt @@ -0,0 +1,15 @@ +{ + x: 93.5d, + y: 3.0d, + dependencies: [ + "69fe68b8" + ], + hide: true, + tasks: [{ + uid: "a66aafd9", + type: "item", + items: [{ + item: "contenttweaker:cosmic_fracture" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/876831f2.snbt b/config/ftbquests/normal/chapters/37c824bb/876831f2.snbt new file mode 100644 index 00000000..c6d98fc9 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/876831f2.snbt @@ -0,0 +1,15 @@ +{ + x: 63.5d, + y: 3.0d, + dependencies: [ + "b8de447b" + ], + hide: true, + tasks: [{ + uid: "e9f2cbe3", + type: "item", + items: [{ + item: "contenttweaker:celeve_garnet" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/887a78b3.snbt b/config/ftbquests/normal/chapters/37c824bb/887a78b3.snbt new file mode 100644 index 00000000..d2c8f523 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/887a78b3.snbt @@ -0,0 +1,20 @@ +{ + title: "Life finds a way...", + x: 18.5d, + y: 4.5d, + text: [ + "My experiments paid off!", + "I was able to make seeds that work like chickens and bees; I should be able to use them to create minerals from scratch." + ], + dependencies: [ + "74fb2766" + ], + hide: true, + tasks: [{ + uid: "9891a785", + type: "item", + items: [{ + item: "mysticalagriculture:crafting 1 16" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/88fe69fd.snbt b/config/ftbquests/normal/chapters/37c824bb/88fe69fd.snbt new file mode 100644 index 00000000..4619e410 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/88fe69fd.snbt @@ -0,0 +1,36 @@ +{ + title: "Connecting the dots", + x: 26.0d, + y: 0.0d, + description: "Do this at your own risk...", + text: [ + "The realization that magic is real changes everything, and it seems like I can use it to serve my manufacturing needs.", + "This will require some experimentation...", + "After extensive observation on mythic remains, and thanks to the branches of magic I am now adept to, I was able to 'understand' mythic powers.", + "Well 'understanding' is a strong word, but it 'makes sense'.", + "The power of 'gods', beings that are able to subject reality itself to their control, seems to be 'guiding' the horde and the empire.", + "This power has no bounds, I cannot imagine what beings able to weild it may look like." + ], + dependencies: [ + "829fbc56" + ], + hide: true, + tasks: [{ + uid: "231249d0", + type: "item", + items: [{ + id: "contenttweaker:controller_manual", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }], + rewards: [{ + uid: "bf072be7", + type: "item", + item: "botania:blacklotus 1 1", + count: 16 + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/899414d7.snbt b/config/ftbquests/normal/chapters/37c824bb/899414d7.snbt new file mode 100644 index 00000000..cc0ece12 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/899414d7.snbt @@ -0,0 +1,15 @@ +{ + x: 77.0d, + y: 3.0d, + dependencies: [ + "19cede5a" + ], + hide: true, + tasks: [{ + uid: "46f91a1a", + type: "item", + items: [{ + item: "contenttweaker:runandor_garnet" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/89dd2028.snbt b/config/ftbquests/normal/chapters/37c824bb/89dd2028.snbt new file mode 100644 index 00000000..e2ab8185 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/89dd2028.snbt @@ -0,0 +1,15 @@ +{ + x: 116.0d, + y: 0.0d, + dependencies: [ + "dea01ded" + ], + hide: true, + tasks: [{ + uid: "af2609bf", + type: "item", + items: [{ + item: "contenttweaker:sacred_acorn" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/8a1dd2db.snbt b/config/ftbquests/normal/chapters/37c824bb/8a1dd2db.snbt new file mode 100644 index 00000000..0b10b06a --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/8a1dd2db.snbt @@ -0,0 +1,15 @@ +{ + x: 54.5d, + y: -3.0d, + dependencies: [ + "ca908556" + ], + hide: true, + tasks: [{ + uid: "90c987b5", + type: "item", + items: [{ + item: "contenttweaker:ragnarok_sigil" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/8a2affea.snbt b/config/ftbquests/normal/chapters/37c824bb/8a2affea.snbt new file mode 100644 index 00000000..360892b2 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/8a2affea.snbt @@ -0,0 +1,24 @@ +{ + title: "Imprisonment", + x: 11.0d, + y: -1.5d, + text: [ + "I can now capture and transport other creatures for my own purposes, I promise I will not abuse this..." + ], + dependencies: [ + "a4aedc8f" + ], + hide: true, + tasks: [{ + uid: "a07c371d", + type: "item", + items: [{ + id: "industrialforegoing:mob_imprisonment_tool", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/8b210b51.snbt b/config/ftbquests/normal/chapters/37c824bb/8b210b51.snbt new file mode 100644 index 00000000..d518abea --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/8b210b51.snbt @@ -0,0 +1,20 @@ +{ + title: "Better Fabrication", + x: 11.0d, + y: 0.0d, + description: "Don't know how a machine or a recipe works? Info will be found in the manufacturing and fabrication tab!", + text: [ + "YES! I can now build a better workbench, which should allow me to put together some machines to make my life easier!" + ], + dependencies: [ + "a4aedc8f" + ], + hide: true, + tasks: [{ + uid: "bb9d8083", + type: "item", + items: [{ + item: "extendedcrafting:table_basic" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/8b4dbc6b.snbt b/config/ftbquests/normal/chapters/37c824bb/8b4dbc6b.snbt new file mode 100644 index 00000000..937d4d1f --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/8b4dbc6b.snbt @@ -0,0 +1,15 @@ +{ + x: 120.5d, + y: 0.0d, + dependencies: [ + "6847d49d" + ], + hide: true, + tasks: [{ + uid: "ed66c182", + type: "item", + items: [{ + item: "contenttweaker:bright_matter" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/8bb6d106.snbt b/config/ftbquests/normal/chapters/37c824bb/8bb6d106.snbt new file mode 100644 index 00000000..594540ad --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/8bb6d106.snbt @@ -0,0 +1,16 @@ +{ + title: "A hint of what's coming...", + x: 92.0d, + y: -1.5d, + dependencies: [ + "fc10039f" + ], + hide: true, + tasks: [{ + uid: "66e1a9d6", + type: "item", + items: [{ + item: "divinerpg:mortum_block" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/8d6470f9.snbt b/config/ftbquests/normal/chapters/37c824bb/8d6470f9.snbt new file mode 100644 index 00000000..7b20e869 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/8d6470f9.snbt @@ -0,0 +1,20 @@ +{ + title: "More Fabrication!", + x: 15.5d, + y: 0.0d, + description: "Heads up! Quests will tell you what to do, figuring things out is up to you, and it's part of the fun!", + text: [ + "By upgrading my current way of building work tables, I should gain access to more complex machines!" + ], + dependencies: [ + "928b9f1a" + ], + hide: true, + tasks: [{ + uid: "e0b90d8b", + type: "item", + items: [{ + item: "extendedcrafting:table_advanced" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/8dc335d6.snbt b/config/ftbquests/normal/chapters/37c824bb/8dc335d6.snbt new file mode 100644 index 00000000..f1e158ea --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/8dc335d6.snbt @@ -0,0 +1,80 @@ +{ + x: 131.0d, + y: 0.0d, + dependencies: [ + "5558a424" + ], + hide: true, + tasks: [{ + uid: "73980a3f", + type: "item", + items: [{ + id: "avaritia:infinity_sword", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }, + { + uid: "d7c36816", + type: "item", + items: [{ + id: "avaritia:infinity_bow", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }, + { + uid: "c8e55513", + type: "item", + items: [{ + id: "avaritia:infinity_helmet", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }, + { + uid: "75d64118", + type: "item", + items: [{ + id: "avaritia:infinity_chestplate", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }, + { + uid: "bbe50c9a", + type: "item", + items: [{ + id: "avaritia:infinity_pants", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }, + { + uid: "5263364d", + type: "item", + items: [{ + id: "avaritia:infinity_boots", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/8ec265b7.snbt b/config/ftbquests/normal/chapters/37c824bb/8ec265b7.snbt new file mode 100644 index 00000000..a28b4264 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/8ec265b7.snbt @@ -0,0 +1,15 @@ +{ + x: 71.0d, + y: -7.5d, + dependencies: [ + "2709f0d8" + ], + hide: true, + tasks: [{ + uid: "341d851e", + type: "item", + items: [{ + item: "contenttweaker:weight_of_the_heart" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/8eda496f.snbt b/config/ftbquests/normal/chapters/37c824bb/8eda496f.snbt new file mode 100644 index 00000000..c586d206 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/8eda496f.snbt @@ -0,0 +1,17 @@ +{ + title: "Too Deep...", + x: 15.5d, + y: -10.5d, + description: "Found at the bottom of the sludgeon! Sludge plain clearing biome.", + dependencies: [ + "09a8bf21" + ], + hide: true, + tasks: [{ + uid: "00de32b0", + type: "item", + items: [{ + item: "contenttweaker:menacing_sludge" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/9002794e.snbt b/config/ftbquests/normal/chapters/37c824bb/9002794e.snbt new file mode 100644 index 00000000..485c49fd --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/9002794e.snbt @@ -0,0 +1,27 @@ +{ + x: 17.0d, + y: -9.0d, + description: "Perform the ritual of the sleeper within the abyssal wasteland.", + text: [ + "The 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...", + "That 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 'sections' of reality.", + "Thanks to these extremely evil, but extremely effective, powers, I've been able to open a portal that'll grant me access to more dimensions of space.", + "This evil, cursed, wasteland is impregnated of the magic that binds my undeath, I feel it in my bones..." + ], + dependencies: [ + "fb4a13e3" + ], + hide: true, + tasks: [{ + uid: "76656d7c", + type: "item", + items: [{ + id: "abyssalcraft:eoa", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/90e6901d.snbt b/config/ftbquests/normal/chapters/37c824bb/90e6901d.snbt new file mode 100644 index 00000000..d3a4c659 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/90e6901d.snbt @@ -0,0 +1,13 @@ +{ + x: 6.5d, + y: 4.5d, + description: "Hurt mobs sometimes drop items that heals you, the more you do it, the better the healing.", + dependencies: [ + "d8e398cb" + ], + hide: true, + tasks: [{ + uid: "f7396923", + type: "checkmark" + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/91a00073.snbt b/config/ftbquests/normal/chapters/37c824bb/91a00073.snbt new file mode 100644 index 00000000..af0f620f --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/91a00073.snbt @@ -0,0 +1,13 @@ +{ + x: 5.0d, + y: 10.5d, + description: "The creation forge allows you to summon minions!", + dependencies: [ + "d8e398cb" + ], + hide: true, + tasks: [{ + uid: "31032720", + type: "checkmark" + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/920dcfaa.snbt b/config/ftbquests/normal/chapters/37c824bb/920dcfaa.snbt new file mode 100644 index 00000000..b36ea106 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/920dcfaa.snbt @@ -0,0 +1,27 @@ +{ + title: "Proper Fission", + x: 33.5d, + y: 0.0d, + text: [ + "Yellorium is great and all, but I need some more proper fission sources!", + "And something tells me that using fission to generate compounds that are not as easy to find should make things better in the long run." + ], + dependencies: [ + "7382c725" + ], + hide: true, + tasks: [{ + uid: "8bcdef29", + type: "item", + items: [{ + item: "nuclearcraft:fission_controller_new_fixed" + }] + }, + { + uid: "f7763236", + type: "item", + items: [{ + item: "nuclearcraft:fission_block" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/923816df.snbt b/config/ftbquests/normal/chapters/37c824bb/923816df.snbt new file mode 100644 index 00000000..f97357c1 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/923816df.snbt @@ -0,0 +1,44 @@ +{ + x: 72.5d, + y: -1.5d, + dependencies: [ + "0ae451c7" + ], + hide: true, + tasks: [{ + uid: "2256f844", + type: "item", + items: [{ + item: "contenttweaker:sacrifice_metal_head" + }], + ignore_damage: true, + ignore_nbt: 1b + }, + { + uid: "1237de3e", + type: "item", + items: [{ + item: "contenttweaker:sacrifice_metal_chest" + }], + ignore_damage: true, + ignore_nbt: 1b + }, + { + uid: "fafe9a9b", + type: "item", + items: [{ + item: "contenttweaker:sacrifice_metal_legs" + }], + ignore_damage: true, + ignore_nbt: 1b + }, + { + uid: "075a88d6", + type: "item", + items: [{ + item: "contenttweaker:sacrifice_metal_feet" + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/928b9f1a.snbt b/config/ftbquests/normal/chapters/37c824bb/928b9f1a.snbt new file mode 100644 index 00000000..e89105d7 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/928b9f1a.snbt @@ -0,0 +1,28 @@ +{ + title: "Cali Approved!", + x: 14.0d, + y: 0.0d, + description: "Nether time! Blaze it!", + text: [ + "The testificates trust me enough to share some of their historical secrets.", + "At 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.", + "Obsidian seems to be a catalyst for magic, and if I light it up I may be able to reopen some of these portals.", + "I'll try to study this more in the hope that I may be able to use similar methods to get back home." + ], + dependencies: [ + "0e71452d" + ], + hide: true, + tasks: [{ + uid: "8d9c3f9f", + type: "item", + items: [{ + id: "minecraft:flint_and_steel", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/93198c8a.snbt b/config/ftbquests/normal/chapters/37c824bb/93198c8a.snbt new file mode 100644 index 00000000..78e85a42 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/93198c8a.snbt @@ -0,0 +1,21 @@ +{ + x: 57.5d, + y: -3.0d, + text: [ + "A good ass shuriken..." + ], + dependencies: [ + "ef7ba920" + ], + hide: true, + tasks: [{ + uid: "8ced2e17", + type: "item", + items: [{ + id: "tconstruct:knife_blade", + tag: { + Material: "chaotic_plustic" + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/941bdf2e.snbt b/config/ftbquests/normal/chapters/37c824bb/941bdf2e.snbt new file mode 100644 index 00000000..8f195913 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/941bdf2e.snbt @@ -0,0 +1,24 @@ +{ + title: "Really Compact Storage", + x: 23.0d, + y: -3.0d, + text: [ + "Neat! I'm now in the position to build some very efficient storage units!" + ], + dependencies: [ + "d4a82bd8" + ], + hide: true, + tasks: [{ + uid: "7e20eb41", + type: "item", + items: [{ + id: "dankstorage:dank_1", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/94262032.snbt b/config/ftbquests/normal/chapters/37c824bb/94262032.snbt new file mode 100644 index 00000000..37c0e3de --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/94262032.snbt @@ -0,0 +1,30 @@ +{ + title: "Experiment #4", + x: 50.0d, + y: 1.5d, + text: [ + "After kicking some major mythic ass, I think it's time for some wormholes of my own.", + "The testificates on Diamerisma let me know that the world of Vibe has something I may be looking for.", + "Every time a wormhole is opened, it is bound to a set of special locations scattered around the universe.", + "Each of this locations contains a special mineral, like dimensional shards on terra, that bends space time in such a way to 'bind' the wormhole singularity.", + "Most of these minerals are worthless, which is why my previous wormholes did not have any special resources, but Vibe contains something very interesting!", + "Vibrating stone is a naturally occuring time crystal, a state of matter able to vibrate without using energy.", + "" + ], + dependencies: [ + "25bd70ab" + ], + hide: true, + tasks: [{ + uid: "768c322f", + type: "item", + items: [{ + id: "contenttweaker:vibe_warper", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/9465fb6c.snbt b/config/ftbquests/normal/chapters/37c824bb/9465fb6c.snbt new file mode 100644 index 00000000..b7c3fa7c --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/9465fb6c.snbt @@ -0,0 +1,44 @@ +{ + x: 27.5d, + y: -9.0d, + description: "Use the vengeance and retaliation keys on top of the nether.", + dependencies: [ + "71c3c11b" + ], + hide: true, + tasks: [{ + uid: "d5f99086", + type: "item", + items: [{ + item: "contenttweaker:steadfast_crystal_cluster" + }] + }, + { + uid: "3642cf4b", + type: "item", + items: [{ + item: "contenttweaker:vengeful_crystal_cluster" + }] + }, + { + uid: "d8eeaa62", + type: "item", + items: [{ + item: "contenttweaker:demonic_crystal_cluster" + }] + }, + { + uid: "42eb26d1", + type: "item", + items: [{ + item: "contenttweaker:corrosive_crystal_cluster" + }] + }, + { + uid: "26c6c213", + type: "item", + items: [{ + item: "contenttweaker:destructive_crystal_cluster" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/94a43359.snbt b/config/ftbquests/normal/chapters/37c824bb/94a43359.snbt new file mode 100644 index 00000000..9ec32a47 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/94a43359.snbt @@ -0,0 +1,16 @@ +{ + title: "Great Power at a Medium price", + x: 68.0d, + y: -1.5d, + dependencies: [ + "5a0724e2" + ], + hide: true, + tasks: [{ + uid: "0a0a4d3a", + type: "item", + items: [{ + item: "extendedcrafting:material 1 32" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/954572fe.snbt b/config/ftbquests/normal/chapters/37c824bb/954572fe.snbt new file mode 100644 index 00000000..39bfb2dd --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/954572fe.snbt @@ -0,0 +1,20 @@ +{ + icon: "contenttweaker:fluix_lens", + x: 5.0d, + y: -3.0d, + text: [ + "The 'book of worlds' quests contain descriptions on how to reach each dimension, and the order of progression!", + "If you are unsure, follow the 'dimensional ascension' questline, it will guide you, sort of...", + "And if you're wondering about DivineRPG and Advent of Ascension, be reminded that this pack's progression starts when a normal kitchen sink pack's progression would end...", + "...So it will take a while until you get there." + ], + dependencies: [ + "427846dd" + ], + hide: true, + tasks: [{ + uid: "15c7b986", + type: "checkmark", + title: "How do I reach this dimension?!?" + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/96f2c77c.snbt b/config/ftbquests/normal/chapters/37c824bb/96f2c77c.snbt new file mode 100644 index 00000000..4ff1bbe3 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/96f2c77c.snbt @@ -0,0 +1,13 @@ +{ + x: 6.5d, + y: 10.5d, + description: "Dealing high damage increases the chance of crit hits and increases rage.", + dependencies: [ + "d8e398cb" + ], + hide: true, + tasks: [{ + uid: "554d41d9", + type: "checkmark" + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/9970ceca.snbt b/config/ftbquests/normal/chapters/37c824bb/9970ceca.snbt new file mode 100644 index 00000000..2cbaaca9 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/9970ceca.snbt @@ -0,0 +1,23 @@ +{ + title: "Secret Coordinates", + x: 38.0d, + y: 1.5d, + description: "In these planets, ores don't just spawn underground!", + text: [ + "This is quite interesting, the thaumic energy held in dragon remains hold some sort of code, coordinates...", + "...to a location just outside this solar system, there's no doubt about it!", + "It is clear that these coordinates are placed intentionally.", + "By travelling there I'll kill two birds with one stone! I can continue my research on gravity, and I can investigate what's going on at those coordinates." + ], + dependencies: [ + "0bdb8ab8" + ], + hide: true, + tasks: [{ + uid: "046e0bef", + type: "item", + items: [{ + item: "contenttweaker:sedna_artifact" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/99c1ec92.snbt b/config/ftbquests/normal/chapters/37c824bb/99c1ec92.snbt new file mode 100644 index 00000000..18ec580d --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/99c1ec92.snbt @@ -0,0 +1,21 @@ +{ + title: "Diserters", + x: 20.0d, + y: 6.0d, + description: "Drop in the nether!", + text: [ + "I still don't know much about the politics of this world, but from what I've heard, an officer from one of the factions involved in this conflict decided to disert and to attempt to take over regions of the nether world.", + "I 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." + ], + dependencies: [ + "d4a82bd8" + ], + hide: true, + tasks: [{ + uid: "61d0b5d8", + type: "item", + items: [{ + item: "aoa3:explosive_idol" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/9aaf1dad.snbt b/config/ftbquests/normal/chapters/37c824bb/9aaf1dad.snbt new file mode 100644 index 00000000..fa243ca9 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/9aaf1dad.snbt @@ -0,0 +1,27 @@ +{ + title: "Digital Space", + x: 24.5d, + y: -3.0d, + description: "This is a peaceful world, no mob spawns here!", + text: [ + "It seems like the power of fluix is greater than I expected.", + "Not only I can digitalize matter, but space as well!" + ], + dependencies: [ + "829fbc56" + ], + hide: true, + tasks: [{ + uid: "5f08be98", + type: "item", + items: [{ + item: "simplevoidworld:portal" + }] + }], + rewards: [{ + uid: "3a90db30", + type: "item", + item: "minecraft:bedrock", + count: 128 + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/9b13496c.snbt b/config/ftbquests/normal/chapters/37c824bb/9b13496c.snbt new file mode 100644 index 00000000..1fff9c7b --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/9b13496c.snbt @@ -0,0 +1,28 @@ +{ + title: "More Material Science Improvements", + x: 69.5d, + y: -1.5d, + text: [ + "More minerals, more ways to mix and match!", + "Time to build more crap!", + "Who would've thought that I'd be fighting gods using material science?" + ], + dependencies: [ + "ad772ec0" + ], + hide: true, + tasks: [{ + uid: "885cd89f", + type: "item", + items: [{ + item: "contenttweaker:jeweled_runium" + }] + }, + { + uid: "94d0e26d", + type: "item", + items: [{ + item: "contenttweaker:material_part 1 69" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/9b20f3b8.snbt b/config/ftbquests/normal/chapters/37c824bb/9b20f3b8.snbt new file mode 100644 index 00000000..57e8834c --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/9b20f3b8.snbt @@ -0,0 +1,24 @@ +{ + title: "Terra", + x: 5.0d, + y: -1.5d, + text: [ + "I found a village of intelligent creatures! They call themselves the testificates, and they are native to this planet, which they call Terra.", + "The 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's underground.", + "Then, war from outside came. This has something to do with the fact that the Universe's rarest mineral, dimensional shards, appear naturally, and ever since their discovery, the mightiest powers in the universe have fought to gain control over it.", + "Most of the creatures currently on Terra are not natives, instead they are here to fight. Some of them, I was told, are from 'nations' that have been able to take over entire galaxies!", + "I should be very careful about who I fight, I'm dealing with Kardashev type 3 civilizations that have powers beyond any human understanding. ", + "I feel very sorry for the testificates, to see your planet be invaded and become a battleground between type 5 civilizations is truly tragic..." + ], + dependencies: [ + "427846dd" + ], + hide: true, + tasks: [{ + uid: "a311c7ff", + type: "item", + items: [{ + item: "minecraft:emerald" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/9bf70d52.snbt b/config/ftbquests/normal/chapters/37c824bb/9bf70d52.snbt new file mode 100644 index 00000000..4a61a0e5 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/9bf70d52.snbt @@ -0,0 +1,21 @@ +{ + title: "Barathos falls", + x: 45.5d, + y: 1.5d, + description: "Baroness is summoned by using a warlock gem on a baroness altar - Use a hive egg on a hive spawner to summon the hive king", + text: [ + "Barathos' is a very religious planet, and their religion is NOT PEACEFUL!", + "And, of course, the avatars of the god of war are recursion masters..." + ], + dependencies: [ + "c48be49f" + ], + hide: true, + tasks: [{ + uid: "faf1e3fa", + type: "item", + items: [{ + item: "contenttweaker:barathos_cap" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/9d65ad82.snbt b/config/ftbquests/normal/chapters/37c824bb/9d65ad82.snbt new file mode 100644 index 00000000..02be28c8 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/9d65ad82.snbt @@ -0,0 +1,13 @@ +{ + x: 6.5d, + y: 7.5d, + description: "The more you mine, the better the random drops and luck.", + dependencies: [ + "d8e398cb" + ], + hide: true, + tasks: [{ + uid: "fa2284bc", + type: "checkmark" + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/9d684ff9.snbt b/config/ftbquests/normal/chapters/37c824bb/9d684ff9.snbt new file mode 100644 index 00000000..ccd1a181 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/9d684ff9.snbt @@ -0,0 +1,19 @@ +{ + x: 47.0d, + y: 4.5d, + text: [ + "I will say, I am very surprised that the Shyre empire has no knowledge of alchemy.", + "is it possible that it's something only humans can do?" + ], + dependencies: [ + "12326252" + ], + hide: true, + tasks: [{ + uid: "02798715", + type: "item", + items: [{ + item: "contenttweaker:deeplands_garnet" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/9e26752a.snbt b/config/ftbquests/normal/chapters/37c824bb/9e26752a.snbt new file mode 100644 index 00000000..3cb841cc --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/9e26752a.snbt @@ -0,0 +1,16 @@ +{ + title: "The Enemy Next Door...", + x: 77.0d, + y: 0.0d, + dependencies: [ + "84c4c5e5" + ], + hide: true, + tasks: [{ + uid: "e213b472", + type: "item", + items: [{ + item: "draconicevolution:chaos_shard" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/9e53318f.snbt b/config/ftbquests/normal/chapters/37c824bb/9e53318f.snbt new file mode 100644 index 00000000..25692c28 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/9e53318f.snbt @@ -0,0 +1,16 @@ +{ + x: 2.0d, + y: -3.0d, + description: "Found on the top floor of battle towers (the ones with spawners)", + dependencies: [ + "fb8062a2" + ], + hide: true, + tasks: [{ + uid: "3165fa5d", + type: "item", + items: [{ + item: "contenttweaker:golem_core" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/a0a15d86.snbt b/config/ftbquests/normal/chapters/37c824bb/a0a15d86.snbt new file mode 100644 index 00000000..770318dc --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/a0a15d86.snbt @@ -0,0 +1,17 @@ +{ + icon: "contenttweaker:sednanite_ore", + x: 42.5d, + y: 1.5d, + text: [ + "Many items have multiple ways to be obtained, but sometimes only one can lead to full automation. JEI is your friend!", + "For example, at this point you should have a passive production of sednanite." + ], + dependencies: [ + "782f8be1" + ], + tasks: [{ + uid: "7e59eb91", + type: "checkmark", + title: "Look and See..." + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/a0c1d511.snbt b/config/ftbquests/normal/chapters/37c824bb/a0c1d511.snbt new file mode 100644 index 00000000..64a333d0 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/a0c1d511.snbt @@ -0,0 +1,16 @@ +{ + title: "Signal from the Belt", + x: 80.0d, + y: 1.5d, + dependencies: [ + "0e3c8c82" + ], + hide: true, + tasks: [{ + uid: "4d323a72", + type: "item", + items: [{ + item: "contenttweaker:proxima_artifact" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/a126cb7d.snbt b/config/ftbquests/normal/chapters/37c824bb/a126cb7d.snbt new file mode 100644 index 00000000..d0523042 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/a126cb7d.snbt @@ -0,0 +1,20 @@ +{ + x: 113.0d, + y: 1.5d, + dependencies: [ + "20ec7210" + ], + hide: true, + tasks: [{ + uid: "9d445ea2", + type: "item", + items: [{ + id: "aoa3:shyrelands_realmstone", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/a13a0880.snbt b/config/ftbquests/normal/chapters/37c824bb/a13a0880.snbt new file mode 100644 index 00000000..e5392fe4 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/a13a0880.snbt @@ -0,0 +1,20 @@ +{ + title: "Luminous Underground", + x: 17.0d, + y: 0.0d, + text: [ + "The caves located in Terra's nether region are truly stunning, and truly dangerous!", + "The stone that illuminates these magma-filled caves appears to have magical properties way superior to obsidian." + ], + dependencies: [ + "8d6470f9" + ], + hide: true, + tasks: [{ + uid: "3a6a8446", + type: "item", + items: [{ + item: "minecraft:glowstone" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/a34ce561.snbt b/config/ftbquests/normal/chapters/37c824bb/a34ce561.snbt new file mode 100644 index 00000000..670ab417 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/a34ce561.snbt @@ -0,0 +1,24 @@ +{ + x: 75.5d, + y: 1.5d, + dependencies: [ + "5878f136" + ], + hide: true, + tasks: [{ + uid: "1e243397", + type: "item", + items: [{ + item: "contenttweaker:lunalus_cap" + }] + }, + { + uid: "f40dc723", + type: "item", + items: [{ + item: "contenttweaker:lunalus_callstone" + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/a3c15cd6.snbt b/config/ftbquests/normal/chapters/37c824bb/a3c15cd6.snbt new file mode 100644 index 00000000..a8c536f5 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/a3c15cd6.snbt @@ -0,0 +1,81 @@ +{ + title: "Tools of the Master Worshipper", + x: 17.0d, + y: -7.5d, + dependencies: [ + "fb4a13e3" + ], + hide: true, + tasks: [{ + uid: "42302118", + type: "item", + items: [{ + id: "abyssalcraft:soulreaper", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }, + { + uid: "3ff76d87", + type: "item", + items: [{ + id: "thebetweenlands:shockwave_sword", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }, + { + uid: "be576f6b", + type: "item", + items: [{ + id: "thebetweenlands:ancient_helmet", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }, + { + uid: "6f23cc05", + type: "item", + items: [{ + id: "thebetweenlands:ancient_chestplate", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }, + { + uid: "7d75adff", + type: "item", + items: [{ + id: "thebetweenlands:ancient_leggings", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }, + { + uid: "b9c9af6d", + type: "item", + items: [{ + id: "thebetweenlands:ancient_boots", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/a41c0350.snbt b/config/ftbquests/normal/chapters/37c824bb/a41c0350.snbt new file mode 100644 index 00000000..0e82b784 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/a41c0350.snbt @@ -0,0 +1,25 @@ +{ + x: 64.0d, + y: -1.5d, + text: [ + "Thicker and thicker!", + "Not only Haven was the birthplace of this universal war, but it is also where both superpowers started ascending to space-time manipulation", + "Before then, they were 'simply' intergalactic powers, but, after meeting, each started developing stronger powers to overcome the other.", + "The horde specialized on space-time folding, while the empire went on to master wormholes.", + "Despite using different methods, the two achieved very similar results, the ability to ignore space and distances, which allowed them to propagate through the universe at an even faster pace." + "...and the Haven asteroids is where the ancestral fathers of the Twilight horde first attempted to fold space-time, failing miserably and leaving it as a dead wasteland.", + "From these ruins, though, a group of Shyre officers, those that eventually became the four guardians, figured out how to perform simpler folds.", + "The empire never became as good as the horde at folding space-time, but it allowed them to create places like Lelyetia." + ], + dependencies: [ + "a7311d65" + ], + hide: true, + tasks: [{ + uid: "84e64b38", + type: "item", + items: [{ + item: "contenttweaker:haven_garnet" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/a45796c4.snbt b/config/ftbquests/normal/chapters/37c824bb/a45796c4.snbt new file mode 100644 index 00000000..742a3306 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/a45796c4.snbt @@ -0,0 +1,17 @@ +{ + title: "Inorganic Life", + x: 20.0d, + y: -7.5d, + description: "Found inside sky islands, there will be 3x3 entrances. Break blocks after finishing dungeon.", + dependencies: [ + "56bc0b1a" + ], + hide: true, + tasks: [{ + uid: "df17b2e5", + type: "item", + items: [{ + item: "aether_legacy:dungeon_block" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/a4aedc8f.snbt b/config/ftbquests/normal/chapters/37c824bb/a4aedc8f.snbt new file mode 100644 index 00000000..55a66093 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/a4aedc8f.snbt @@ -0,0 +1,25 @@ +{ + title: "Alien Materials", + x: 9.5d, + y: 0.0d, + description: "You gotta explore to unlock this! Multiple structures use blast bricks and coal coke!", + text: [ + "After spending some time here, I have really learned a lot, I think I can use this knowledge to improve my manufacturing capabilities." + ], + dependencies: [ + "bc0ba902" + ], + hide: true, + tasks: [{ + uid: "73e7667d", + type: "item", + items: [{ + id: "contenttweaker:alien_material_manual", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/a50d3409.snbt b/config/ftbquests/normal/chapters/37c824bb/a50d3409.snbt new file mode 100644 index 00000000..ceea6f39 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/a50d3409.snbt @@ -0,0 +1,14 @@ +{ + x: 93.5d, + y: 6.0d, + dependencies: [ + "cd0becc6" + ], + tasks: [{ + uid: "3801ab1b", + type: "item", + items: [{ + item: "contenttweaker:clunky_chunky_brick" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/a57f180d.snbt b/config/ftbquests/normal/chapters/37c824bb/a57f180d.snbt new file mode 100644 index 00000000..85358a70 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/a57f180d.snbt @@ -0,0 +1,26 @@ +{ + title: "Snowy Powers", + x: 12.5d, + y: -7.5d, + description: "Found in dungeons in the underground of iceika!", + text: [ + "Not only somebody was able to use wizardry to open wormholes, but this 'master of frost' seemingly subjugated an entire planet to their power, turning it into a desolate icy land." + ], + dependencies: [ + "594a73d8" + ], + hide: true, + tasks: [{ + uid: "c3e53228", + type: "item", + items: [{ + item: "divinerpg:snowflake" + }] + }], + rewards: [{ + uid: "53f079bd", + type: "item", + item: "projecte:item.pe_matter 1 1", + count: 4 + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/a5804c1e.snbt b/config/ftbquests/normal/chapters/37c824bb/a5804c1e.snbt new file mode 100644 index 00000000..79c90fea --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/a5804c1e.snbt @@ -0,0 +1,15 @@ +{ + x: 98.0d, + y: -1.5d, + dependencies: [ + "2f45d8fb" + ], + hide: true, + tasks: [{ + uid: "98abc27b", + type: "item", + items: [{ + item: "divinerpg:amthirmis_lump" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/a5b7ee06.snbt b/config/ftbquests/normal/chapters/37c824bb/a5b7ee06.snbt new file mode 100644 index 00000000..abc1c9b6 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/a5b7ee06.snbt @@ -0,0 +1,33 @@ +{ + title: "The Shyre Empire", + x: 23.0d, + y: 7.5d, + description: "Drop in the nether!", + text: [ + "Well... I've finally met one of Smash's superiors, and it's a lieutenant for the Shyre Empire, a multiplanetary civilization that has been able to spread through all regions of space thanks to their immense power.", + "I'm probably f**ked, but hey, I can't die, and I can only get stronger!", + "The main leader of the Shyre Empire on Terra is a genetically modified monster that was given many of the Wither's abilities.", + "" + ], + dependencies: [ + "d4a82bd8" + ], + hide: true, + tasks: [{ + uid: "354b6c5a", + type: "item", + items: [{ + item: "aoa3:nethengeic_callstone" + }] + }], + rewards: [{ + uid: "b4363631", + type: "item", + item: { + id: "ebwizardry:amulet_banishing", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + } + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/a67d9b51.snbt b/config/ftbquests/normal/chapters/37c824bb/a67d9b51.snbt new file mode 100644 index 00000000..bfc5b80d --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/a67d9b51.snbt @@ -0,0 +1,15 @@ +{ + x: 99.5d, + y: -1.5d, + dependencies: [ + "861028bc" + ], + hide: true, + tasks: [{ + uid: "ad6bcaef", + type: "item", + items: [{ + item: "divinerpg:pardimal_lump" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/a6dda290.snbt b/config/ftbquests/normal/chapters/37c824bb/a6dda290.snbt new file mode 100644 index 00000000..3469ca0c --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/a6dda290.snbt @@ -0,0 +1,15 @@ +{ + x: 104.0d, + y: 0.0d, + dependencies: [ + "ebb424f7" + ], + hide: true, + tasks: [{ + uid: "dec6f2cf", + type: "item", + items: [{ + item: "contenttweaker:nightmare_block" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/a720decf.snbt b/config/ftbquests/normal/chapters/37c824bb/a720decf.snbt new file mode 100644 index 00000000..74adb9bf --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/a720decf.snbt @@ -0,0 +1,21 @@ +{ + title: "More Evil Plants!", + x: 60.5d, + y: 4.5d, + dependencies: [ + "588d339b" + ], + hide: true, + tasks: [{ + uid: "13a2e0d4", + type: "item", + items: [{ + id: "aoa3:gardencia_realmstone", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/a7311d65.snbt b/config/ftbquests/normal/chapters/37c824bb/a7311d65.snbt new file mode 100644 index 00000000..f95167bc --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/a7311d65.snbt @@ -0,0 +1,25 @@ +{ + title: "Haven Falls", + x: 62.5d, + y: -1.5d, + text: [ + "The plot did thicken!", + "Finally, some info on the history of these two universal superpowers.", + "Apparently, both of them achieved Kardashev type 5 status thanks to their leader's study of recursion.", + "The hard step to achieve such a feat, accoding to the history of this land, is to obtain immortality.", + "Then, apparently it's just a matter of time until recursion 'levels-up' to allow for more universe-impacting abilities." + "At different points in time, the patriarchs of the horde and the empire discovered recursion, started expanding, and eventually ran into each other.", + "Haven was the home of their first battle, and ever since, the two have been at war." + ], + dependencies: [ + "20f80355" + ], + hide: true, + tasks: [{ + uid: "8532a5cf", + type: "item", + items: [{ + item: "contenttweaker:haven_cap" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/a8414e77.snbt b/config/ftbquests/normal/chapters/37c824bb/a8414e77.snbt new file mode 100644 index 00000000..d0df7d9f --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/a8414e77.snbt @@ -0,0 +1,15 @@ +{ + x: 108.5d, + y: -1.5d, + dependencies: [ + "26216ac9" + ], + hide: true, + tasks: [{ + uid: "d0bb93bd", + type: "item", + items: [{ + item: "contenttweaker:recursion_helplessness" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/a852a933.snbt b/config/ftbquests/normal/chapters/37c824bb/a852a933.snbt new file mode 100644 index 00000000..37740e89 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/a852a933.snbt @@ -0,0 +1,20 @@ +{ + title: "Natural Energy", + x: 30.5d, + y: -6.0d, + text: [ + "Flowers are awesome! And, of course, they can be used for magic!", + "Mana, the same 'thing' I found in the nether region of Terra, can also be produced and used by plants, this can definitely be used for my purposes!" + ], + dependencies: [ + "55075fff" + ], + hide: true, + tasks: [{ + uid: "05d5e145", + type: "item", + items: [{ + item: "botania:altar" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/a9322314.snbt b/config/ftbquests/normal/chapters/37c824bb/a9322314.snbt new file mode 100644 index 00000000..a3aca4bd --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/a9322314.snbt @@ -0,0 +1,17 @@ +{ + x: 51.5d, + y: 3.0d, + dependencies: [ + "1d305156" + ], + hide: true, + tasks: [{ + uid: "0e016ddc", + type: "item", + items: [{ + item: "contenttweaker:finem_warper" + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/a9d4e29c.snbt b/config/ftbquests/normal/chapters/37c824bb/a9d4e29c.snbt new file mode 100644 index 00000000..4f4d2a4a --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/a9d4e29c.snbt @@ -0,0 +1,17 @@ +{ + title: "Greatest of snakes", + x: 24.5d, + y: -9.0d, + description: "Found in the stone edge mazes.", + dependencies: [ + "62242ef6" + ], + hide: true, + tasks: [{ + uid: "0edd83c3", + type: "item", + items: [{ + item: "twilightforest:trophy" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/aa0b737a.snbt b/config/ftbquests/normal/chapters/37c824bb/aa0b737a.snbt new file mode 100644 index 00000000..3cbc752e --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/aa0b737a.snbt @@ -0,0 +1,27 @@ +{ + title: "Cool Chickens", + x: 9.5d, + y: -1.5d, + text: [ + "Chickens here are weird.", + "The testificates told me that they are also native to this planet, and they have a very special affinity for materials and elements.", + "Ink, for some reason, is a very effective way to reinforce iron, and it just so happens that some chickens produce it naturally." + ], + dependencies: [ + "a4aedc8f" + ], + hide: true, + tasks: [{ + uid: "b55fbd81", + type: "item", + items: [{ + item: "chickens:colored_egg" + }] + }], + rewards: [{ + uid: "b9738a6c", + type: "item", + item: "chickens:colored_egg", + count: 64 + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/aaa3246a.snbt b/config/ftbquests/normal/chapters/37c824bb/aaa3246a.snbt new file mode 100644 index 00000000..64e7258a --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/aaa3246a.snbt @@ -0,0 +1,22 @@ +{ + title: "Stone Age", + x: -1.0d, + y: 0.0d, + description: "Going right makes you progress through the pack, quests up and down are about what can be done (if you want to finish you'll have to do these eventually)", + text: [ + "I guess the stone that makes up the soil in this planet makes for decent tools...", + "I've always thought what it would be like to live like a caveman, I guess now I know...", + "This sucks!" + ], + dependencies: [ + "2f54d294" + ], + hide: true, + tasks: [{ + uid: "3316c288", + type: "item", + items: [{ + item: "minecraft:cobblestone" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/ab2c32d7.snbt b/config/ftbquests/normal/chapters/37c824bb/ab2c32d7.snbt new file mode 100644 index 00000000..b8a8d269 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/ab2c32d7.snbt @@ -0,0 +1,22 @@ +{ + title: "Mana?!?", + x: 18.5d, + y: 0.0d, + description: "Time to check out the book of creation tab.", + text: [ + "It seems like this universal war for resources is also taking place underground.", + "The NETHER region of terra posesses pure mana in the form of a metal.", + "Mana appears to be a pivotal material to enable more powerful means of magic, which is why it is so closely guarded." + ], + dependencies: [ + "a13a0880" + ], + hide: true, + tasks: [{ + uid: "d95d5350", + type: "item", + items: [{ + item: "thermalfoundation:storage 1 8" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/ab7a6efe.snbt b/config/ftbquests/normal/chapters/37c824bb/ab7a6efe.snbt new file mode 100644 index 00000000..5520cddb --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/ab7a6efe.snbt @@ -0,0 +1,17 @@ +{ + title: "Evil Trees", + x: 15.5d, + y: -7.5d, + description: "Found exploring the betweenlands surface!", + dependencies: [ + "09a8bf21" + ], + hide: true, + tasks: [{ + uid: "eaf6c60e", + type: "item", + items: [{ + item: "thebetweenlands:sapling_spirit_tree" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/ad772ec0.snbt b/config/ftbquests/normal/chapters/37c824bb/ad772ec0.snbt new file mode 100644 index 00000000..0a4f405e --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/ad772ec0.snbt @@ -0,0 +1,16 @@ +{ + title: "A new, unknown power", + x: 69.5d, + y: 0.0d, + dependencies: [ + "5a0724e2" + ], + hide: true, + tasks: [{ + uid: "ef534529", + type: "item", + items: [{ + item: "contenttweaker:pixonia_infusion_key" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/adc6884d.snbt b/config/ftbquests/normal/chapters/37c824bb/adc6884d.snbt new file mode 100644 index 00000000..ec114d8f --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/adc6884d.snbt @@ -0,0 +1,15 @@ +{ + x: 35.0d, + y: -6.0d, + dependencies: [ + "5fe7c4e5" + ], + hide: true, + tasks: [{ + uid: "f6d5a644", + type: "item", + items: [{ + item: "contenttweaker:metagabbro" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/ae478054.snbt b/config/ftbquests/normal/chapters/37c824bb/ae478054.snbt new file mode 100644 index 00000000..8e6e2ca9 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/ae478054.snbt @@ -0,0 +1,17 @@ +{ + x: 56.0d, + y: 1.5d, + dependencies: [ + "2dc6b39f" + ], + hide: true, + tasks: [{ + uid: "91ab6a17", + type: "item", + items: [{ + item: "abyssalcraft:dreadiumsamuraihelmet" + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/aea44b75.snbt b/config/ftbquests/normal/chapters/37c824bb/aea44b75.snbt new file mode 100644 index 00000000..7d2e9b3e --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/aea44b75.snbt @@ -0,0 +1,31 @@ +{ + title: "This is war", + x: 21.5d, + y: 1.5d, + text: [ + "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't even know!" + ], + dependencies: [ + "71678168" + ], + hide: true, + tasks: [{ + uid: "2f3b6d80", + type: "item", + items: [{ + item: "contenttweaker:smash_jaw" + }] + }, + { + uid: "f5a6ae2e", + type: "item", + items: [{ + id: "aoa3:limonite_sword", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/b0b1458d.snbt b/config/ftbquests/normal/chapters/37c824bb/b0b1458d.snbt new file mode 100644 index 00000000..579de2f7 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/b0b1458d.snbt @@ -0,0 +1,16 @@ +{ + title: "Mysterium falls", + x: 62.0d, + y: -4.5d, + dependencies: [ + "d100ea48" + ], + hide: true, + tasks: [{ + uid: "98cc70ab", + type: "item", + items: [{ + item: "contenttweaker:mysterium_cap" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/b1fa1eac.snbt b/config/ftbquests/normal/chapters/37c824bb/b1fa1eac.snbt new file mode 100644 index 00000000..97ab1341 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/b1fa1eac.snbt @@ -0,0 +1,16 @@ +{ + title: "Great Power at a Low (?) Price", + x: 75.5d, + y: -3.0d, + dependencies: [ + "9e26752a" + ], + hide: true, + tasks: [{ + uid: "04f5d56c", + type: "item", + items: [{ + item: "extendedcrafting:storage 1 4" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/b22adae1.snbt b/config/ftbquests/normal/chapters/37c824bb/b22adae1.snbt new file mode 100644 index 00000000..97162d7d --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/b22adae1.snbt @@ -0,0 +1,29 @@ +{ + title: "Experiment #1", + x: 30.5d, + y: 1.5d, + text: [ + "Have I finally found allies? Well, sort of...", + "During an earlier recursion of Corallus, it seems, some Testificates were able to get their hands on wormhole tech, and ran experiments very similar to mine.", + "These testificates, though, appear to have seen too much...", + "The world of Taerrapiatta is full of people that have witnessed the might of the shyre empire, and just seeing what thay can do has scarred them for life...", + "Well, I'm already scarred for life, sooo...", + "And, 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..." + ], + dependencies: [ + "6eb0d0ee" + ], + hide: true, + tasks: [{ + uid: "49a0f5b3", + type: "item", + items: [{ + id: "contenttweaker:taerrapiatta_warper", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/b261a50a.snbt b/config/ftbquests/normal/chapters/37c824bb/b261a50a.snbt new file mode 100644 index 00000000..1f017861 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/b261a50a.snbt @@ -0,0 +1,16 @@ +{ + x: 36.5d, + y: -10.5d, + description: "Automate essences ASAP!", + dependencies: [ + "5fe7c4e5" + ], + hide: true, + tasks: [{ + uid: "a68f1333", + type: "item", + items: [{ + item: "contenttweaker:fiery_pyrite" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/b2afea8c.snbt b/config/ftbquests/normal/chapters/37c824bb/b2afea8c.snbt new file mode 100644 index 00000000..b2d84505 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/b2afea8c.snbt @@ -0,0 +1,15 @@ +{ + x: 120.5d, + y: -1.5d, + dependencies: [ + "8b4dbc6b" + ], + hide: true, + tasks: [{ + uid: "8284bd34", + type: "item", + items: [{ + item: "avaritia:resource 1 5" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/b2c912e7.snbt b/config/ftbquests/normal/chapters/37c824bb/b2c912e7.snbt new file mode 100644 index 00000000..feb32653 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/b2c912e7.snbt @@ -0,0 +1,20 @@ +{ + x: 26.0d, + y: -12.0d, + description: "Found in the emptiness.", + dependencies: [ + "74c81f2c" + ], + hide: true, + tasks: [{ + uid: "54d03275", + type: "item", + items: [{ + id: "thaumicaugmentation:research_notes", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/b2e50833.snbt b/config/ftbquests/normal/chapters/37c824bb/b2e50833.snbt new file mode 100644 index 00000000..74055c07 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/b2e50833.snbt @@ -0,0 +1,24 @@ +{ + title: "Into the Twilit Skies!", + x: 44.0d, + y: 0.0d, + text: [ + "I've learnt something new about astral magic! It's power is originated by the influence of imaginary gravity spreading through space time!", + "Those that harness this power, including me, use this influence to effect the world around them.", + "Those in the twilight horde, though, can use this power directly for much more powerful uses, including the opening of wormholes!", + "By reverse-engineering this theory, I can now use it to reopen portals to their world!" + ], + dependencies: [ + "11ba9e4c", + "27829ce9", + "a0a15d86" + ], + hide: true, + tasks: [{ + uid: "0aa56804", + type: "item", + items: [{ + item: "divinerpg:divine_rock" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/b3969e7e.snbt b/config/ftbquests/normal/chapters/37c824bb/b3969e7e.snbt new file mode 100644 index 00000000..71eb3047 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/b3969e7e.snbt @@ -0,0 +1,15 @@ +{ + x: 83.0d, + y: 0.0d, + dependencies: [ + "51a95822" + ], + hide: true, + tasks: [{ + uid: "2bc0d151", + type: "item", + items: [{ + item: "contenttweaker:recursive_demantoid" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/b45d5e5c.snbt b/config/ftbquests/normal/chapters/37c824bb/b45d5e5c.snbt new file mode 100644 index 00000000..7e58fe8f --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/b45d5e5c.snbt @@ -0,0 +1,22 @@ +{ + title: "A true native!", + x: 23.0d, + y: 3.0d, + description: "T-shape of netherrack, with three wither skulls on top, but you already knew it...", + text: [ + "Nobody has a fully clean record, not even the Testificates.", + "At some point during their history, experiments on undeath and living matter led to the unleash of the Withers, a species of artificial skeletons.", + "Some 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." + ], + dependencies: [ + "d4a82bd8" + ], + hide: true, + tasks: [{ + uid: "d8743338", + type: "item", + items: [{ + item: "minecraft:skull 1 1" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/b460c6ba.snbt b/config/ftbquests/normal/chapters/37c824bb/b460c6ba.snbt new file mode 100644 index 00000000..2a3b958a --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/b460c6ba.snbt @@ -0,0 +1,15 @@ +{ + x: 101.0d, + y: 0.0d, + dependencies: [ + "12059d50" + ], + hide: true, + tasks: [{ + uid: "41b678c3", + type: "item", + items: [{ + item: "divinerpg:karos_lump" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/b4c55ec1.snbt b/config/ftbquests/normal/chapters/37c824bb/b4c55ec1.snbt new file mode 100644 index 00000000..2670c297 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/b4c55ec1.snbt @@ -0,0 +1,16 @@ +{ + title: "Draconic turbines!", + x: 54.5d, + y: 3.0d, + dependencies: [ + "51572827" + ], + hide: true, + tasks: [{ + uid: "13e60346", + type: "item", + items: [{ + item: "contenttweaker:highly_advanced_machine_casing" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/b5065e32.snbt b/config/ftbquests/normal/chapters/37c824bb/b5065e32.snbt new file mode 100644 index 00000000..0e43196e --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/b5065e32.snbt @@ -0,0 +1,26 @@ +{ + title: "Empower me!", + x: 14.0d, + y: 1.5d, + text: [ + "These alternative means of storing energy allow me to 'empower' things, this should be useful for manufacturing." + ], + dependencies: [ + "8d6470f9" + ], + hide: true, + tasks: [{ + uid: "099fbf05", + type: "item", + items: [{ + item: "actuallyadditions:block_empowerer" + }] + }, + { + uid: "7bbc59a9", + type: "item", + items: [{ + item: "actuallyadditions:block_display_stand" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/b5e0deda.snbt b/config/ftbquests/normal/chapters/37c824bb/b5e0deda.snbt new file mode 100644 index 00000000..26406d66 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/b5e0deda.snbt @@ -0,0 +1,15 @@ +{ + x: 101.0d, + y: -1.5d, + dependencies: [ + "b460c6ba" + ], + hide: true, + tasks: [{ + uid: "26b01233", + type: "item", + items: [{ + item: "divinerpg:heliosis_lump" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/b5fba6ef.snbt b/config/ftbquests/normal/chapters/37c824bb/b5fba6ef.snbt new file mode 100644 index 00000000..f3265a22 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/b5fba6ef.snbt @@ -0,0 +1,18 @@ +{ + title: "Some Protection", + x: 96.5d, + y: -1.5d, + dependencies: [ + "51c7f602", + "26e78c11", + "23cb5548" + ], + hide: true, + tasks: [{ + uid: "86ab98c9", + type: "item", + items: [{ + item: "minecraft:iron_ingot" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/b67041bf.snbt b/config/ftbquests/normal/chapters/37c824bb/b67041bf.snbt new file mode 100644 index 00000000..68cb8579 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/b67041bf.snbt @@ -0,0 +1,15 @@ +{ + x: 26.0d, + y: -15.0d, + dependencies: [ + "74c81f2c" + ], + hide: true, + tasks: [{ + uid: "bbbff127", + type: "item", + items: [{ + item: "contenttweaker:master_spell_focus" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/b76d22c2.snbt b/config/ftbquests/normal/chapters/37c824bb/b76d22c2.snbt new file mode 100644 index 00000000..f18ee5b8 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/b76d22c2.snbt @@ -0,0 +1,18 @@ +{ + x: 12.5d, + y: -1.5d, + description: "Looking for something in particular? more info in personal augmentation!", + dependencies: [ + "0e71452d" + ], + hide: true, + tasks: [{ + uid: "331a1f67", + type: "item", + items: [{ + item: "scannable:scanner" + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/b8757e78.snbt b/config/ftbquests/normal/chapters/37c824bb/b8757e78.snbt new file mode 100644 index 00000000..8b13e5aa --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/b8757e78.snbt @@ -0,0 +1,16 @@ +{ + title: "I am Evil", + x: 50.0d, + y: -9.0d, + dependencies: [ + "38042ce8" + ], + hide: true, + tasks: [{ + uid: "0ed6dc2e", + type: "item", + items: [{ + item: "contenttweaker:pure_warp" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/b8c76887.snbt b/config/ftbquests/normal/chapters/37c824bb/b8c76887.snbt new file mode 100644 index 00000000..dbb7e309 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/b8c76887.snbt @@ -0,0 +1,15 @@ +{ + x: 47.0d, + y: -4.5d, + dependencies: [ + "35045c8c" + ], + hide: true, + tasks: [{ + uid: "0aa550f8", + type: "item", + items: [{ + item: "contenttweaker:abyss_garnet" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/b8de447b.snbt b/config/ftbquests/normal/chapters/37c824bb/b8de447b.snbt new file mode 100644 index 00000000..b30b887b --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/b8de447b.snbt @@ -0,0 +1,16 @@ +{ + title: "Celeve Falls", + x: 62.0d, + y: 3.0d, + dependencies: [ + "d41586d6" + ], + hide: true, + tasks: [{ + uid: "81d76a5b", + type: "item", + items: [{ + item: "contenttweaker:celeve_cap" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/ba92865d.snbt b/config/ftbquests/normal/chapters/37c824bb/ba92865d.snbt new file mode 100644 index 00000000..7df55b48 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/ba92865d.snbt @@ -0,0 +1,16 @@ +{ + title: "Chaos", + x: 77.0d, + y: -1.5d, + dependencies: [ + "9e26752a" + ], + hide: true, + tasks: [{ + uid: "cbb4341d", + type: "item", + items: [{ + item: "draconicevolution:draconium_block 1 1" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/baffc43d.snbt b/config/ftbquests/normal/chapters/37c824bb/baffc43d.snbt new file mode 100644 index 00000000..6f1a8097 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/baffc43d.snbt @@ -0,0 +1,15 @@ +{ + x: 122.0d, + y: 1.5d, + dependencies: [ + "86442c58" + ], + hide: true, + tasks: [{ + uid: "05ece4e4", + type: "item", + items: [{ + item: "contenttweaker:definer_core" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/bbaa81a6.snbt b/config/ftbquests/normal/chapters/37c824bb/bbaa81a6.snbt new file mode 100644 index 00000000..f67bb8c3 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/bbaa81a6.snbt @@ -0,0 +1,25 @@ +{ + title: "This is big!", + x: 24.5d, + y: 7.5d, + dependencies: [ + "a5b7ee06" + ], + hide: true, + tasks: [{ + uid: "4afaba40", + type: "item", + items: [{ + item: "contenttweaker:nethengeic_bone" + }] + }, + { + uid: "1f64588a", + type: "item", + items: [{ + item: "twilightforest:seeker_bow" + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/bc0ba902.snbt b/config/ftbquests/normal/chapters/37c824bb/bc0ba902.snbt new file mode 100644 index 00000000..ba12cf76 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/bc0ba902.snbt @@ -0,0 +1,61 @@ +{ + title: "Alloys", + x: 8.0d, + y: 0.0d, + text: [ + "Finally at the bronze age! By building a smeltery, I can extract metal from ore more efficiently, and I can start making alloys!" + ], + dependencies: [ + "c016f84c" + ], + hide: true, + tasks: [{ + uid: "e50a4528", + type: "item", + items: [{ + item: "tconstruct:smeltery_controller" + }] + }, + { + uid: "b30d60eb", + type: "item", + items: [{ + item: "tconstruct:seared_tank" + }] + }, + { + uid: "684375aa", + type: "item", + items: [{ + item: "tconstruct:smeltery_io" + }] + }, + { + uid: "2336397d", + type: "item", + items: [{ + item: "tconstruct:casting" + }] + }, + { + uid: "0df71a15", + type: "item", + items: [{ + item: "tconstruct:casting 1 1" + }] + }, + { + uid: "b992e953", + type: "item", + items: [{ + item: "tconstruct:seared 1 3" + }] + }, + { + uid: "9e870d13", + type: "item", + items: [{ + item: "tconstruct:faucet" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/bc3bb76f.snbt b/config/ftbquests/normal/chapters/37c824bb/bc3bb76f.snbt new file mode 100644 index 00000000..c0922041 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/bc3bb76f.snbt @@ -0,0 +1,17 @@ +{ + title: "A fortress of solitude", + x: 24.5d, + y: -19.5d, + description: "Found on top of the large fortress on top of the ice wall.", + dependencies: [ + "62242ef6" + ], + hide: true, + tasks: [{ + uid: "8e8fb0ae", + type: "item", + items: [{ + item: "twilightforest:trophy 1 5" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/bd3e503c.snbt b/config/ftbquests/normal/chapters/37c824bb/bd3e503c.snbt new file mode 100644 index 00000000..b0c93dd4 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/bd3e503c.snbt @@ -0,0 +1,15 @@ +{ + x: 89.0d, + y: 3.0d, + dependencies: [ + "ef8cfe70" + ], + hide: true, + tasks: [{ + uid: "1073e46f", + type: "item", + items: [{ + item: "contenttweaker:dustopia_garnet" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/bd669e5e.snbt b/config/ftbquests/normal/chapters/37c824bb/bd669e5e.snbt new file mode 100644 index 00000000..7b12fd2b --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/bd669e5e.snbt @@ -0,0 +1,21 @@ +{ + title: "Tech Rampup", + x: 21.5d, + y: -1.5d, + description: "Used to craft machines from tech reborn (see manufacturing and fabrication)", + text: [ + "better fabrication, better machines!", + "The framing engineered using my upgraded table can be used to make machines that should be on par with Earth's current technology." + ], + dependencies: [ + "d4a82bd8" + ], + hide: true, + tasks: [{ + uid: "87fa12a8", + type: "item", + items: [{ + item: "techreborn:machine_frame" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/bd814cbc.snbt b/config/ftbquests/normal/chapters/37c824bb/bd814cbc.snbt new file mode 100644 index 00000000..fcb2fe73 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/bd814cbc.snbt @@ -0,0 +1,15 @@ +{ + x: 30.5d, + y: -16.5d, + description: "Use the arcane prison key", + dependencies: [ + "a852a933" + ], + tasks: [{ + uid: "51b6a326", + type: "item", + items: [{ + item: "contenttweaker:sympan_spirit" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/bddcf563.snbt b/config/ftbquests/normal/chapters/37c824bb/bddcf563.snbt new file mode 100644 index 00000000..b3254b7a --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/bddcf563.snbt @@ -0,0 +1,15 @@ +{ + x: 89.0d, + y: -1.5d, + dependencies: [ + "cc4958a5" + ], + hide: true, + tasks: [{ + uid: "6d97089d", + type: "item", + items: [{ + item: "contenttweaker:immortallis_garnet" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/bed0c158.snbt b/config/ftbquests/normal/chapters/37c824bb/bed0c158.snbt new file mode 100644 index 00000000..04e39248 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/bed0c158.snbt @@ -0,0 +1,16 @@ +{ + x: 20.0d, + y: -1.5d, + description: "Used to craft machines from nuclearcraft (see manufacturing and fabrication)", + dependencies: [ + "d4a82bd8" + ], + hide: true, + tasks: [{ + uid: "d625e3eb", + type: "item", + items: [{ + item: "nuclearcraft:part 1 10" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/bf4a8787.snbt b/config/ftbquests/normal/chapters/37c824bb/bf4a8787.snbt new file mode 100644 index 00000000..a75742e6 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/bf4a8787.snbt @@ -0,0 +1,32 @@ +{ + x: 36.5d, + y: -3.0d, + text: [ + "Rockets are cool and all, but for some more stable space experiments I feel like a space station would be more feasible." + ], + dependencies: [ + "72490c57" + ], + hide: true, + tasks: [{ + uid: "0da1ff7b", + type: "item", + items: [{ + item: "advancedrocketry:stationbuilder" + }] + }, + { + uid: "30367db9", + type: "item", + items: [{ + item: "advancedrocketry:spacestationchip" + }] + }, + { + uid: "48075279", + type: "item", + items: [{ + item: "advancedrocketry:loader 1 1" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/bf7f3ae9.snbt b/config/ftbquests/normal/chapters/37c824bb/bf7f3ae9.snbt new file mode 100644 index 00000000..bcbd5e1b --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/bf7f3ae9.snbt @@ -0,0 +1,16 @@ +{ + title: "A new Age!", + x: 78.5d, + y: 0.0d, + dependencies: [ + "9e26752a" + ], + hide: true, + tasks: [{ + uid: "8431b7c4", + type: "item", + items: [{ + item: "contenttweaker:mythic_excavation_computer" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/c016f84c.snbt b/config/ftbquests/normal/chapters/37c824bb/c016f84c.snbt new file mode 100644 index 00000000..d27fd784 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/c016f84c.snbt @@ -0,0 +1,67 @@ +{ + title: "Mix and Match", + x: 6.5d, + y: 0.0d, + description: "Search for tinker modifier in JEI for list of modifiers. Any material can be used for the tool forge!", + text: [ + "Modular is better! Now that I know I'm stuck here, at least for the forseeable future, I should start focusing on better tools and weapons." + ], + dependencies: [ + "427846dd" + ], + hide: true, + tasks: [{ + uid: "6cbda419", + type: "item", + items: [{ + item: "tconstruct:pattern" + }] + }, + { + uid: "7e9fd670", + type: "item", + items: [{ + id: "tconstruct:tooltables", + Damage: 2s, + tag: { + textureBlock: { + id: "minecraft:log", + Count: 1b, + Damage: 0s + } + } + }], + ignore_nbt: 1b + }, + { + uid: "aa7c87bf", + type: "item", + items: [{ + item: "tconstruct:tooltables 1 4" + }] + }, + { + uid: "7597b32f", + type: "item", + items: [{ + item: "tconstruct:tooltables 1 3" + }], + ignore_nbt: 1b + }, + { + uid: "d23feb71", + type: "item", + items: [{ + id: "tconstruct:toolforge", + tag: { + textureBlock: { + id: "enderio:block_alloy", + Count: 1b, + Damage: 0s + } + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/c0aee385.snbt b/config/ftbquests/normal/chapters/37c824bb/c0aee385.snbt new file mode 100644 index 00000000..9f6210b6 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/c0aee385.snbt @@ -0,0 +1,16 @@ +{ + title: "Power from Apalachia", + x: 84.5d, + y: 0.0d, + dependencies: [ + "b3969e7e" + ], + hide: true, + tasks: [{ + uid: "f90df673", + type: "item", + items: [{ + item: "contenttweaker:apalachia_star" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/c12f5795.snbt b/config/ftbquests/normal/chapters/37c824bb/c12f5795.snbt new file mode 100644 index 00000000..22f65662 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/c12f5795.snbt @@ -0,0 +1,23 @@ +{ + title: "Soul manipulation!", + x: 26.0d, + y: -1.5d, + text: [ + "This 'recursion prison' that prevents me from dying, combined with some blood magic, can be very beneficial!", + "Many of the creatures involved in this conflict, willingly or unwillingly, seem to be permeated by it. For most it's a small amount, much less than me.", + "Recursion seems to be directly tied to the soul, and thanks to the magic knowledge I now have, I can start using it.", + "It's nothing big, but I don't need essence to create living matter anymore!", + "This means of organic replication is much more involved than using the 'standard' essence method developed back on earth (which is what I've been using until now).", + "That said, on its upper end, it is much more effective!" + ], + dependencies: [ + "f2937072" + ], + tasks: [{ + uid: "53a3eb6d", + type: "item", + items: [{ + item: "soulshardsrespawn:soul_cage" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/c14a5a03.snbt b/config/ftbquests/normal/chapters/37c824bb/c14a5a03.snbt new file mode 100644 index 00000000..d10ca784 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/c14a5a03.snbt @@ -0,0 +1,17 @@ +{ + title: "Master of the Tower", + x: 24.5d, + y: -10.5d, + description: "Found in the large branching towers in the twilight forest.", + dependencies: [ + "62242ef6" + ], + hide: true, + tasks: [{ + uid: "7c40765a", + type: "item", + items: [{ + item: "twilightforest:trophy 1 1" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/c1863810.snbt b/config/ftbquests/normal/chapters/37c824bb/c1863810.snbt new file mode 100644 index 00000000..1904120f --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/c1863810.snbt @@ -0,0 +1,55 @@ +{ + title: "Tier 1 Mythical Resources", + x: 27.5d, + y: 1.5d, + description: "Do this ASAP, you'll thank me later... - NOTE: this will consume power even if it's not enough! OTHER NOTE: you need a total of 31 output slots!", + text: [ + "Combining litherite with some of the 'mythically charged' minerals, I was able do build a machine able to generate matter from Shyre creatures.", + "And apparently, a few extra goodies...", + "Mythic 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.", + "Wonder if they are maybe used to 'create' beings the same way I create stuff in my Mythical Void Resource Miner.", + "" + ], + dependencies: [ + "f2937072" + ], + hide: true, + tasks: [{ + uid: "4c615617", + type: "item", + items: [{ + item: "aoa3:limonite_block" + }] + }, + { + uid: "8bb0ed8c", + type: "item", + items: [{ + item: "aoa3:rosite_block" + }] + }, + { + uid: "6749bd14", + type: "item", + items: [{ + item: "divinerpg:rupee_block" + }] + }, + { + uid: "6a8db2bd", + type: "item", + items: [{ + item: "divinerpg:realmite_block" + }] + }, + { + uid: "1d2eafc0", + type: "item", + items: [{ + id: "modularmachinery:itemblueprint", + tag: { + dynamicmachine: "modularmachinery:mythical_resource_miner_tier1" + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/c257936e.snbt b/config/ftbquests/normal/chapters/37c824bb/c257936e.snbt new file mode 100644 index 00000000..f678778a --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/c257936e.snbt @@ -0,0 +1,20 @@ +{ + title: "Digital Minerals", + x: 18.5d, + y: -4.5d, + description: "Maybe start with quarries, these are expensive", + text: [ + "The alchemical powers of equivalency can be used to recreate the generation of minerals and plants, which means that I don't even need a quarry to excavate!" + ], + dependencies: [ + "d4a82bd8" + ], + hide: true, + tasks: [{ + uid: "55e5d6ef", + type: "item", + items: [{ + item: "environmentaltech:structure_frame_1" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/c2975712.snbt b/config/ftbquests/normal/chapters/37c824bb/c2975712.snbt new file mode 100644 index 00000000..df29f725 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/c2975712.snbt @@ -0,0 +1,25 @@ +{ + title: "The power of Terra", + x: 24.5d, + y: 3.0d, + dependencies: [ + "b45d5e5c" + ], + hide: true, + tasks: [{ + uid: "44dbf7f8", + type: "item", + items: [{ + item: "minecraft:nether_star" + }] + }, + { + uid: "4be61752", + type: "item", + items: [{ + item: "soulshardsrespawn:vile_sword" + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/c2c9c894.snbt b/config/ftbquests/normal/chapters/37c824bb/c2c9c894.snbt new file mode 100644 index 00000000..a1baf8b3 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/c2c9c894.snbt @@ -0,0 +1,16 @@ +{ + x: 26.0d, + y: 1.5d, + description: "Just in case you haven't noticed, this has a special use with blaze...", + dependencies: [ + "88fe69fd" + ], + hide: true, + tasks: [{ + uid: "54a6b37b", + type: "item", + items: [{ + item: "iceandfire:fire_dragon_heart" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/c38582a9.snbt b/config/ftbquests/normal/chapters/37c824bb/c38582a9.snbt new file mode 100644 index 00000000..89cb3eb6 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/c38582a9.snbt @@ -0,0 +1,24 @@ +{ + x: 75.5d, + y: 4.5d, + dependencies: [ + "52356aae" + ], + hide: true, + tasks: [{ + uid: "5deaf0a1", + type: "item", + items: [{ + item: "contenttweaker:borean_cap" + }] + }, + { + uid: "601eaf2e", + type: "item", + items: [{ + item: "contenttweaker:borean_callstone" + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/c48be49f.snbt b/config/ftbquests/normal/chapters/37c824bb/c48be49f.snbt new file mode 100644 index 00000000..1a7c8692 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/c48be49f.snbt @@ -0,0 +1,28 @@ +{ + title: "Warriors of the Baron Desert", + x: 44.0d, + y: 1.5d, + text: [ + "I gotta say, the Shyre Empire is extremely diverse, which I guess makes sense when it's ruled by immortal, recursive beings (or being?).", + "Barathos is a desert land of proud warriors. To their eyes, I look nothing more than a usurper to what they believe a righteous position of power.", + "Seems like, to become part of the empire, a civilization need to be considered 'powerful' by some sort of standard.", + "Guess the testificated did not fulfill these requirements... ", + "The fact that these almost omnipotent beings can choose what civilizations are worthy of existing is so sad...Kardashev was right I guess... Sad..." + ], + dependencies: [ + "b2e50833" + ], + hide: true, + tasks: [{ + uid: "348686c1", + type: "item", + items: [{ + id: "aoa3:barathos_realmstone", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/c4bd8574.snbt b/config/ftbquests/normal/chapters/37c824bb/c4bd8574.snbt new file mode 100644 index 00000000..4abd40a5 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/c4bd8574.snbt @@ -0,0 +1,19 @@ +{ + title: "Minerals", + x: 2.0d, + y: 0.0d, + description: "All natural occurring minerals are found in the Material Compenduum tab", + text: [ + "This planet's 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.", + "Some materials are harder than others, and some seem to have particular properties, I'll keep track of what I find to make sure I can figure out what to use them for..." + ], + dependencies: [ + "2b0e537a" + ], + hide: true, + tasks: [{ + uid: "6d4f1474", + type: "checkmark", + icon: "minecraft:iron_ore" + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/c50a530a.snbt b/config/ftbquests/normal/chapters/37c824bb/c50a530a.snbt new file mode 100644 index 00000000..5f8bf0af --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/c50a530a.snbt @@ -0,0 +1,30 @@ +{ + title: "Mythic Magic", + x: 3.5d, + y: 4.5d, + description: "With apologies to Sandman366", + text: [ + "Mythic magic is powerful, very powerful, yet it seems my mind may be simply too 'weak' to comprehend this.", + "Despite my inability to comprehend it, I feel extremely drawn to the remains from 'mythic creatures'. ", + "They are still permeated with the powers of this type of magic. ", + "Time to start experimenting with mythic remains. But i'll have to be careful, really careful, I don't know what could happen..." + ], + dependencies: [ + "54ac9acb" + ], + hide: true, + tasks: [{ + uid: "f65034a0", + type: "item", + items: [{ + item: "industrialforegoing:enchantment_aplicator" + }] + }, + { + uid: "58c369ba", + type: "item", + items: [{ + item: "industrialforegoing:enchantment_extractor" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/c5794c9e.snbt b/config/ftbquests/normal/chapters/37c824bb/c5794c9e.snbt new file mode 100644 index 00000000..c3b50be9 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/c5794c9e.snbt @@ -0,0 +1,36 @@ +{ + x: 125.0d, + y: 0.0d, + dependencies: [ + "e98f5dcf" + ], + hide: true, + tasks: [{ + uid: "146014fb", + type: "item", + items: [{ + item: "contenttweaker:dyson_collector" + }] + }, + { + uid: "7132b69c", + type: "item", + items: [{ + item: "contenttweaker:dyson_conduit" + }] + }, + { + uid: "8f004df3", + type: "item", + items: [{ + item: "contenttweaker:irradiator_casing" + }] + }, + { + uid: "08e4cb89", + type: "item", + items: [{ + item: "contenttweaker:miniature_pulsar" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/c5eba600.snbt b/config/ftbquests/normal/chapters/37c824bb/c5eba600.snbt new file mode 100644 index 00000000..c5c9163b --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/c5eba600.snbt @@ -0,0 +1,28 @@ +{ + title: "Draconic Tech", + x: 53.0d, + y: 0.0d, + text: [ + "Time for some major study time!", + "Vis, apparently, as a field, has macroscopic effects that can only be observed between planets.", + "For 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.", + "The physics and magic behind this phenomenon are yet unknown to me, but it's time to change that.", + "The good thing about being trapped in an endless cycle of undeath is that I can spend more time studying without feeling like I'm wasting my time." + ], + dependencies: [ + "55107d93" + ], + hide: true, + tasks: [{ + uid: "220e8c08", + type: "item", + items: [{ + id: "contenttweaker:draconic_key", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/c63d65a0.snbt b/config/ftbquests/normal/chapters/37c824bb/c63d65a0.snbt new file mode 100644 index 00000000..4c895c2b --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/c63d65a0.snbt @@ -0,0 +1,16 @@ +{ + x: 30.5d, + y: -9.0d, + description: "Assemble the gaia arena and click the beacon with terrasteel", + dependencies: [ + "a852a933" + ], + hide: true, + tasks: [{ + uid: "7d8f7dfa", + type: "item", + items: [{ + item: "botania:manaresource 1 5" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/c6d81490.snbt b/config/ftbquests/normal/chapters/37c824bb/c6d81490.snbt new file mode 100644 index 00000000..1f4e6db7 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/c6d81490.snbt @@ -0,0 +1,50 @@ +{ + title: "Neutrino Experiments", + x: 81.5d, + y: -3.0d, + dependencies: [ + "dcea031b" + ], + hide: true, + tasks: [{ + uid: "91f99435", + type: "item", + items: [{ + item: "contenttweaker:neutronium_cannon" + }] + }, + { + uid: "73ecc58e", + type: "item", + items: [{ + item: "contenttweaker:neutronium_casing" + }] + }, + { + uid: "ae809644", + type: "item", + items: [{ + item: "contenttweaker:neutronium_bombarder" + }] + }, + { + uid: "48d8bd01", + type: "item", + items: [{ + id: "modularmachinery:itemblueprint", + tag: { + dynamicmachine: "modularmachinery:neutronium_cannon" + } + }] + }, + { + uid: "0670f6e7", + type: "item", + items: [{ + id: "modularmachinery:itemblueprint", + tag: { + dynamicmachine: "modularmachinery:neutronium_bombarder" + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/c7523bbb.snbt b/config/ftbquests/normal/chapters/37c824bb/c7523bbb.snbt new file mode 100644 index 00000000..786f09c3 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/c7523bbb.snbt @@ -0,0 +1,23 @@ +{ + title: "EZ Neutrinos", + x: 80.0d, + y: -4.5d, + dependencies: [ + "452a749f" + ], + hide: true, + tasks: [{ + uid: "d6e32959", + type: "item", + items: [{ + item: "avaritia:resource 1 4" + }] + }, + { + uid: "f6567648", + type: "item", + items: [{ + item: "contenttweaker:muon_crystal" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/c7b3082d.snbt b/config/ftbquests/normal/chapters/37c824bb/c7b3082d.snbt new file mode 100644 index 00000000..ef86845e --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/c7b3082d.snbt @@ -0,0 +1,20 @@ +{ + x: 86.0d, + y: -3.0d, + dependencies: [ + "2e5c9fa5" + ], + hide: true, + tasks: [{ + uid: "50631955", + type: "item", + items: [{ + id: "aoa3:ancient_cavern_realmstone", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/c7c1b0dd.snbt b/config/ftbquests/normal/chapters/37c824bb/c7c1b0dd.snbt new file mode 100644 index 00000000..2496e5bd --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/c7c1b0dd.snbt @@ -0,0 +1,15 @@ +{ + x: 71.0d, + y: -9.0d, + dependencies: [ + "8ec265b7" + ], + hide: true, + tasks: [{ + uid: "4b6d8763", + type: "item", + items: [{ + item: "contenttweaker:cursed_sapphire" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/c8268e84.snbt b/config/ftbquests/normal/chapters/37c824bb/c8268e84.snbt new file mode 100644 index 00000000..1e459ac0 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/c8268e84.snbt @@ -0,0 +1,15 @@ +{ + x: 99.5d, + y: -4.5d, + dependencies: [ + "861028bc" + ], + hide: true, + tasks: [{ + uid: "d9348fd3", + type: "item", + items: [{ + item: "twilightforest:fiery_ingot" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/c8957675.snbt b/config/ftbquests/normal/chapters/37c824bb/c8957675.snbt new file mode 100644 index 00000000..c807a65a --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/c8957675.snbt @@ -0,0 +1,20 @@ +{ + x: 98.0d, + y: 1.5d, + dependencies: [ + "2f45d8fb" + ], + hide: true, + tasks: [{ + uid: "ce310dd4", + type: "item", + items: [{ + id: "divinerpg:teaker_hammer", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/c93b59ca.snbt b/config/ftbquests/normal/chapters/37c824bb/c93b59ca.snbt new file mode 100644 index 00000000..d074aced --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/c93b59ca.snbt @@ -0,0 +1,15 @@ +{ + x: 83.0d, + y: 1.5d, + dependencies: [ + "b3969e7e" + ], + hide: true, + tasks: [{ + uid: "54efb4b6", + type: "item", + items: [{ + item: "extendedcrafting:singularity_custom 1 653" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/c98b78df.snbt b/config/ftbquests/normal/chapters/37c824bb/c98b78df.snbt new file mode 100644 index 00000000..14930238 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/c98b78df.snbt @@ -0,0 +1,17 @@ +{ + title: "Supreme Power in the Universe", + x: 117.5d, + y: 0.0d, + dependencies: [ + "2568905a", + "2f489a6e" + ], + hide: true, + tasks: [{ + uid: "44cee758", + type: "item", + items: [{ + item: "contenttweaker:alkemia_artifact" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/ca2c4a6b.snbt b/config/ftbquests/normal/chapters/37c824bb/ca2c4a6b.snbt new file mode 100644 index 00000000..8968c3d4 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/ca2c4a6b.snbt @@ -0,0 +1,70 @@ +{ + title: "Tools of the Master Sorcerer", + x: 18.5d, + y: -7.5d, + description: "Why use a neromatic prime?", + dependencies: [ + "774bc7f0" + ], + hide: true, + tasks: [{ + uid: "934a2f50", + type: "item", + items: [{ + id: "aether_legacy:holy_sword", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }, + { + uid: "42f1f795", + type: "item", + items: [{ + id: "aether_legacy:ice_ring", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }, + { + uid: "85b2f9b6", + type: "item", + items: [{ + id: "aether_legacy:phoenix_gloves", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }, + { + uid: "9c408446", + type: "item", + items: [{ + id: "aether_legacy:ice_pendant", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }, + { + uid: "61796f61", + type: "item", + items: [{ + id: "astralsorcery:itemcape", + tag: { + astralsorcery: {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/ca5d2af3.snbt b/config/ftbquests/normal/chapters/37c824bb/ca5d2af3.snbt new file mode 100644 index 00000000..27487d17 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/ca5d2af3.snbt @@ -0,0 +1,17 @@ +{ + title: "Icy Rage", + x: 24.5d, + y: -18.0d, + description: "Found in the winter forest biome.", + dependencies: [ + "62242ef6" + ], + hide: true, + tasks: [{ + uid: "504df2ef", + type: "item", + items: [{ + item: "twilightforest:alpha_fur" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/ca81a428.snbt b/config/ftbquests/normal/chapters/37c824bb/ca81a428.snbt new file mode 100644 index 00000000..e9f2ac7d --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/ca81a428.snbt @@ -0,0 +1,27 @@ +{ + title: "All of the Molten Iron", + x: 72.5d, + y: 1.5d, + description: "Start early, this will take a while...", + text: [ + "Seems like large amounts of molten metal may be required in my future..." + ], + dependencies: [ + "4b46b0a3" + ], + hide: true, + tasks: [{ + uid: "4fbcc658", + type: "item", + items: [{ + item: "bloodmagic:blood_tank 1 13" + }] + }, + { + uid: "e3e629d5", + type: "item", + items: [{ + item: "minecraft:iron_ingot" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/ca908556.snbt b/config/ftbquests/normal/chapters/37c824bb/ca908556.snbt new file mode 100644 index 00000000..9ba8aef7 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/ca908556.snbt @@ -0,0 +1,15 @@ +{ + x: 54.5d, + y: -1.5d, + dependencies: [ + "2b6345ee" + ], + hide: true, + tasks: [{ + uid: "ca1d6453", + type: "item", + items: [{ + item: "contenttweaker:purity_offer" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/cab6d502.snbt b/config/ftbquests/normal/chapters/37c824bb/cab6d502.snbt new file mode 100644 index 00000000..c6685382 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/cab6d502.snbt @@ -0,0 +1,33 @@ +{ + title: "Wireless Energy?!?", + x: 23.0d, + y: -4.5d, + text: [ + "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." + ], + dependencies: [ + "d4a82bd8" + ], + hide: true, + tasks: [{ + uid: "bf2df530", + type: "item", + items: [{ + item: "fluxnetworks:fluxplug" + }] + }, + { + uid: "9f6f562b", + type: "item", + items: [{ + item: "fluxnetworks:fluxpoint" + }] + }, + { + uid: "c91c1f48", + type: "item", + items: [{ + item: "fluxnetworks:fluxcontroller" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/cb083f3f.snbt b/config/ftbquests/normal/chapters/37c824bb/cb083f3f.snbt new file mode 100644 index 00000000..21116d80 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/cb083f3f.snbt @@ -0,0 +1,46 @@ +{ + x: 24.5d, + y: -24.0d, + description: "Use the harbinger callstone.", + dependencies: [ + "68ba6c49" + ], + hide: true, + tasks: [{ + uid: "34ab5811", + type: "item", + items: [{ + item: "twilightforest:twilight_sapling 1 8" + }] + }, + { + uid: "b89bc47d", + type: "item", + items: [{ + item: "twilightforest:twilight_sapling 1 7" + }] + }, + { + uid: "8f1515b9", + type: "item", + items: [{ + item: "twilightforest:twilight_sapling 1 5" + }] + }, + { + uid: "c1cfd0af", + type: "item", + items: [{ + item: "twilightforest:twilight_sapling 1 6" + }] + }, + { + uid: "ffe05bee", + type: "item", + items: [{ + item: "contenttweaker:harbinger_callstone" + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/cb19f26c.snbt b/config/ftbquests/normal/chapters/37c824bb/cb19f26c.snbt new file mode 100644 index 00000000..bfb38f78 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/cb19f26c.snbt @@ -0,0 +1,23 @@ +{ + icon: "avaritia:cosmic_meatballs", + x: -5.5d, + y: -1.5d, + description: "This 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!", + text: [ + "I really aprreciate you for playing my pack <3" + ], + dependencies: [ + "2e74a705" + ], + tasks: [{ + uid: "4eb7106b", + type: "checkmark", + title: "Thanks for playing!" + }], + rewards: [{ + uid: "a8eace46", + type: "item", + item: "avaritia:cosmic_meatballs", + count: 3 + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/cb2dbf56.snbt b/config/ftbquests/normal/chapters/37c824bb/cb2dbf56.snbt new file mode 100644 index 00000000..09d27009 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/cb2dbf56.snbt @@ -0,0 +1,22 @@ +{ + title: "A Relic of Past Glory", + x: 23.0d, + y: 1.5d, + description: "Go to the end, duh!", + text: [ + "At some point during their history, the Testificates were able to travel all the way to the asteroids surrounding Terra.", + "There, though, they met something that they could not handle, and decided to seal the portals they had created to prevent more disasters.", + "There is a 100% chance I will reopen one of these portals..." + ], + dependencies: [ + "d4a82bd8" + ], + hide: true, + tasks: [{ + uid: "2104a825", + type: "item", + items: [{ + item: "minecraft:ender_eye" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/cbad40b7.snbt b/config/ftbquests/normal/chapters/37c824bb/cbad40b7.snbt new file mode 100644 index 00000000..c2e22719 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/cbad40b7.snbt @@ -0,0 +1,44 @@ +{ + title: "Life REALLY finds a way!", + x: 29.0d, + y: 4.5d, + text: [ + "Nesting pens are cool and all, but they are kinda slow...", + "Erebus materials make for very good (lag friendly) coops!" + ], + dependencies: [ + "51d358d6" + ], + hide: true, + tasks: [{ + uid: "86a6682a", + type: "item", + items: [{ + item: "erebus:planks_petrified_wood" + }] + }, + { + uid: "9c955ce0", + type: "item", + items: [{ + item: "erebus:amber_bricks" + }] + }, + { + uid: "fd23a781", + type: "item", + items: [{ + item: "erebus:fence_eucalyptus" + }] + }, + { + uid: "b72a27bf", + type: "item", + items: [{ + id: "modularmachinery:itemblueprint", + tag: { + dynamicmachine: "modularmachinery:mechanized_coop" + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/cc4958a5.snbt b/config/ftbquests/normal/chapters/37c824bb/cc4958a5.snbt new file mode 100644 index 00000000..2e465219 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/cc4958a5.snbt @@ -0,0 +1,24 @@ +{ + x: 87.5d, + y: -1.5d, + dependencies: [ + "11887463" + ], + hide: true, + tasks: [{ + uid: "d8824e8e", + type: "item", + items: [{ + item: "contenttweaker:immortallis_cap" + }] + }, + { + uid: "ced1387a", + type: "item", + items: [{ + item: "contenttweaker:immortallis_callstone" + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/cca6bef3.snbt b/config/ftbquests/normal/chapters/37c824bb/cca6bef3.snbt new file mode 100644 index 00000000..9374de75 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/cca6bef3.snbt @@ -0,0 +1,14 @@ +{ + x: 33.5d, + y: 3.0d, + dependencies: [ + "15768fe0" + ], + tasks: [{ + uid: "1babd095", + type: "item", + items: [{ + item: "contenttweaker:tier1_token" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/cd0becc6.snbt b/config/ftbquests/normal/chapters/37c824bb/cd0becc6.snbt new file mode 100644 index 00000000..012e4382 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/cd0becc6.snbt @@ -0,0 +1,16 @@ +{ + x: 92.0d, + y: 6.0d, + dependencies: [ + "e0b5358c" + ], + tasks: [{ + uid: "de6c2aed", + type: "item", + items: [{ + item: "contenttweaker:runic_key" + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/cd872ddc.snbt b/config/ftbquests/normal/chapters/37c824bb/cd872ddc.snbt new file mode 100644 index 00000000..84ab2ec7 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/cd872ddc.snbt @@ -0,0 +1,15 @@ +{ + x: 63.5d, + y: -6.0d, + dependencies: [ + "1c3ecdc9" + ], + hide: true, + tasks: [{ + uid: "1bc0dca9", + type: "item", + items: [{ + item: "contenttweaker:vox_ponds_garnet" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/cda57798.snbt b/config/ftbquests/normal/chapters/37c824bb/cda57798.snbt new file mode 100644 index 00000000..7e51dd61 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/cda57798.snbt @@ -0,0 +1,13 @@ +{ + x: 5.0d, + y: 4.5d, + description: "The more logs you harvest, the better stuff they may drop!", + dependencies: [ + "d8e398cb" + ], + hide: true, + tasks: [{ + uid: "b50906de", + type: "checkmark" + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/cf5bea73.snbt b/config/ftbquests/normal/chapters/37c824bb/cf5bea73.snbt new file mode 100644 index 00000000..ac6918f8 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/cf5bea73.snbt @@ -0,0 +1,30 @@ +{ + icon: { + id: "redstonearsenal:tool.hammer_flux", + tag: { + Energy: 0 + } + }, + x: -2.5d, + y: 1.5d, + description: "You will unlock more pages as you progress - Follow 'Dimensional Ascension' to progress through the pack! The other quests are for info and tutorials!", + text: [ + "There seems to be a lot of stuff to keep track of... I'll better start documenting my findings!", + "'Personal Augmentation' is to keep track of useful or powerful tools and gadgets.", + "The 'Energy Sources' manual will keep track of all the ways of making energy.", + "'Manufacturing and Fabrication' will be there to help me remember how to use machines.", + "If I ever need to automate a process or implement a logistical system, I will keep track of my findings in 'Logistics and Organization'.", + "If I come up with a way of producing resources autonomously, 'The Book of Creation' will keep track of these.", + "All the knowledge of magic will be held in the 'Magical Mastery' book.", + "'The book of Worlds' will be there to keep track of the places I visit!" + ], + dependencies: [ + "2f54d294" + ], + hide: true, + tasks: [{ + uid: "a2cc1db4", + type: "checkmark", + title: "How do quests work?" + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/cff69a0b.snbt b/config/ftbquests/normal/chapters/37c824bb/cff69a0b.snbt new file mode 100644 index 00000000..40971ce3 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/cff69a0b.snbt @@ -0,0 +1,27 @@ +{ + title: "BUZZwords", + x: 18.5d, + y: 1.5d, + description: "Gendustry is your friend! More info on book of creation", + text: [ + "Bees are very abundant on Terra, and they seem to be similar to chickens, having the ability to be 'bound' to elements, I should experiment on them!" + ], + dependencies: [ + "ab2c32d7" + ], + hide: true, + tasks: [{ + uid: "680a998d", + type: "item", + items: [{ + item: "forestry:bee_combs 1 5" + }] + }, + { + uid: "b7cf8df9", + type: "item", + items: [{ + item: "extrabees:honey_comb 1 11" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/chapter.snbt b/config/ftbquests/normal/chapters/37c824bb/chapter.snbt new file mode 100644 index 00000000..419eda37 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/chapter.snbt @@ -0,0 +1,7 @@ +{ + title: "Dimensional Ascension", + icon: "avaritia:cosmic_meatballs", + always_invisible: false, + group: 0, + default_quest_shape: "" +} diff --git a/config/ftbquests/normal/chapters/37c824bb/d06b3c57.snbt b/config/ftbquests/normal/chapters/37c824bb/d06b3c57.snbt new file mode 100644 index 00000000..aa609ff5 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/d06b3c57.snbt @@ -0,0 +1,36 @@ +{ + x: 128.0d, + y: 0.0d, + dependencies: [ + "7f13ea6a" + ], + hide: true, + tasks: [{ + uid: "85aec4e8", + type: "item", + items: [{ + item: "contenttweaker:miniature_black_hole" + }] + }, + { + uid: "a9ffe4f4", + type: "item", + items: [{ + item: "contenttweaker:horizon_stabilizer" + }] + }, + { + uid: "233abd34", + type: "item", + items: [{ + item: "contenttweaker:infinity_dyson_conduit" + }] + }, + { + uid: "b302d38f", + type: "item", + items: [{ + item: "contenttweaker:dyson_compressor" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/d100ea48.snbt b/config/ftbquests/normal/chapters/37c824bb/d100ea48.snbt new file mode 100644 index 00000000..7af6678e --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/d100ea48.snbt @@ -0,0 +1,21 @@ +{ + title: "What's going on here?", + x: 60.5d, + y: -4.5d, + dependencies: [ + "588d339b" + ], + hide: true, + tasks: [{ + uid: "4c986163", + type: "item", + items: [{ + id: "aoa3:mysterium_realmstone", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/d13fd68f.snbt b/config/ftbquests/normal/chapters/37c824bb/d13fd68f.snbt new file mode 100644 index 00000000..bce2f913 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/d13fd68f.snbt @@ -0,0 +1,13 @@ +{ + x: 5.0d, + y: 6.0d, + description: "Harvesting pixons with a bowl and using infusion stones at the infusion tables allows you to produce better enchantments. There are better ways.", + dependencies: [ + "d8e398cb" + ], + hide: true, + tasks: [{ + uid: "64d8e6f2", + type: "checkmark" + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/d1c5bef6.snbt b/config/ftbquests/normal/chapters/37c824bb/d1c5bef6.snbt new file mode 100644 index 00000000..2425cde2 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/d1c5bef6.snbt @@ -0,0 +1,43 @@ +{ + x: 66.5d, + y: -1.5d, + dependencies: [ + "6304b450" + ], + hide: true, + tasks: [{ + uid: "3ff835a1", + type: "item", + items: [{ + item: "contenttweaker:draconium_electromagnet" + }] + }, + { + uid: "481e9c44", + type: "item", + items: [{ + item: "contenttweaker:awakened_electromagnet" + }] + }, + { + uid: "c131a923", + type: "item", + items: [{ + item: "contenttweaker:mythic_coil_t1" + }] + }, + { + uid: "c9db6903", + type: "item", + items: [{ + item: "contenttweaker:mythic_coil_t2" + }] + }, + { + uid: "4919580a", + type: "item", + items: [{ + item: "contenttweaker:mythic_coil_t3" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/d275ab31.snbt b/config/ftbquests/normal/chapters/37c824bb/d275ab31.snbt new file mode 100644 index 00000000..ea883722 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/d275ab31.snbt @@ -0,0 +1,17 @@ +{ + x: 54.5d, + y: 6.0d, + dependencies: [ + "3547dd56" + ], + hide: true, + tasks: [{ + uid: "5ab8d4ac", + type: "item", + items: [{ + item: "xreliquary:magicbane" + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/d2fc995c.snbt b/config/ftbquests/normal/chapters/37c824bb/d2fc995c.snbt new file mode 100644 index 00000000..4ca76c03 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/d2fc995c.snbt @@ -0,0 +1,23 @@ +{ + x: 65.0d, + y: 1.5d, + dependencies: [ + "e379bbf7" + ], + tasks: [{ + uid: "6efd5c82", + type: "item", + items: [{ + item: "contenttweaker:wildwood_refined_gem" + }] + }, + { + uid: "7adbf80d", + type: "item", + items: [{ + item: "contenttweaker:wildwood_callstone" + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/d41586d6.snbt b/config/ftbquests/normal/chapters/37c824bb/d41586d6.snbt new file mode 100644 index 00000000..51f3c0eb --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/d41586d6.snbt @@ -0,0 +1,21 @@ +{ + title: "Crazy Evil", + x: 60.5d, + y: 3.0d, + dependencies: [ + "588d339b" + ], + hide: true, + tasks: [{ + uid: "2a383b0f", + type: "item", + items: [{ + id: "aoa3:celeve_realmstone", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/d4a82bd8.snbt b/config/ftbquests/normal/chapters/37c824bb/d4a82bd8.snbt new file mode 100644 index 00000000..dccd0732 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/d4a82bd8.snbt @@ -0,0 +1,20 @@ +{ + title: "Breakthrough", + x: 21.5d, + y: 0.0d, + description: "the magical mastery tab will provide info on how to progress through each magic mod!", + text: [ + "YES! Mana was indeed the key to more power! Now I can build even better and more powerful machines." + ], + dependencies: [ + "1ac16e44" + ], + hide: true, + tasks: [{ + uid: "a6f42a26", + type: "item", + items: [{ + item: "extendedcrafting:table_elite" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/d4ab5675.snbt b/config/ftbquests/normal/chapters/37c824bb/d4ab5675.snbt new file mode 100644 index 00000000..91fdea88 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/d4ab5675.snbt @@ -0,0 +1,20 @@ +{ + x: 47.0d, + y: -1.5d, + text: [ + "I was wrong, well, sort of...", + "The people of precasia do worship their masters, but not as gods, as avatars...", + "Their true deities are the Immortals... do I know the name of the leaders of the Empire?!" + ], + dependencies: [ + "f2f2e16d" + ], + hide: true, + tasks: [{ + uid: "1d352320", + type: "item", + items: [{ + item: "contenttweaker:precasia_garnet" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/d5fc0e74.snbt b/config/ftbquests/normal/chapters/37c824bb/d5fc0e74.snbt new file mode 100644 index 00000000..386acdb6 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/d5fc0e74.snbt @@ -0,0 +1,36 @@ +{ + x: 105.5d, + y: -1.5d, + dependencies: [ + "1135dd4b" + ], + hide: true, + tasks: [{ + uid: "2fa53101", + type: "item", + items: [{ + item: "contenttweaker:white_hole" + }] + }, + { + uid: "ccef61af", + type: "item", + items: [{ + item: "contenttweaker:collapser_casing" + }] + }, + { + uid: "5a0d8297", + type: "item", + items: [{ + item: "contenttweaker:collapser_conduit" + }] + }, + { + uid: "3394d73c", + type: "item", + items: [{ + item: "contenttweaker:gravity_inverter" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/d6edb2ab.snbt b/config/ftbquests/normal/chapters/37c824bb/d6edb2ab.snbt new file mode 100644 index 00000000..d0136020 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/d6edb2ab.snbt @@ -0,0 +1,16 @@ +{ + x: 17.0d, + y: -15.0d, + description: "Found in the shadow world below omothol.", + dependencies: [ + "fb4a13e3" + ], + hide: true, + tasks: [{ + uid: "805169fd", + type: "item", + items: [{ + item: "contenttweaker:aeldunari" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/d7229a53.snbt b/config/ftbquests/normal/chapters/37c824bb/d7229a53.snbt new file mode 100644 index 00000000..a87c1f39 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/d7229a53.snbt @@ -0,0 +1,20 @@ +{ + title: "Way better!", + x: 8.0d, + y: 3.0d, + description: "Getting your dynamos and machines to resonant tier is best!", + text: [ + "Resonant is much, much better than the prior tiers..." + ], + dependencies: [ + "85e4506e" + ], + hide: true, + tasks: [{ + uid: "90ea53ed", + type: "item", + items: [{ + item: "thermalfoundation:upgrade 1 3" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/d743369f.snbt b/config/ftbquests/normal/chapters/37c824bb/d743369f.snbt new file mode 100644 index 00000000..929d7a75 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/d743369f.snbt @@ -0,0 +1,70 @@ +{ + title: "Tools of the Master Thaumaturgist", + x: 26.0d, + y: -7.5d, + dependencies: [ + "74c81f2c" + ], + hide: true, + tasks: [{ + uid: "6930eff0", + type: "item", + items: [{ + id: "twilightforest:block_and_chain", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }, + { + uid: "fd81f889", + type: "item", + items: [{ + id: "twilightforest:minotaur_axe", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }, + { + uid: "014e1b50", + type: "item", + items: [{ + id: "twilightforest:giant_sword", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }, + { + uid: "7f4b5104", + type: "item", + items: [{ + item: "contenttweaker:master_spell_focus" + }] + }, + { + uid: "1b99a863", + type: "item", + items: [{ + id: "thaumicaugmentation:primal_cutter", + tag: { + infench: [{ + id: 5s, + lvl: 2s + }, + { + id: 2s, + lvl: 1s + }] + } + }], + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/d845f5bb.snbt b/config/ftbquests/normal/chapters/37c824bb/d845f5bb.snbt new file mode 100644 index 00000000..fb80ea91 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/d845f5bb.snbt @@ -0,0 +1,17 @@ +{ + x: 95.0d, + y: 4.5d, + dependencies: [ + "871e76a6", + "4b30cdc0", + "a50d3409" + ], + hide: true, + tasks: [{ + uid: "b864d5dc", + type: "item", + items: [{ + item: "contenttweaker:perfected_gem_of_the_cosmos" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/d87d19f7.snbt b/config/ftbquests/normal/chapters/37c824bb/d87d19f7.snbt new file mode 100644 index 00000000..5d2c22b4 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/d87d19f7.snbt @@ -0,0 +1,20 @@ +{ + title: "All of the bluefire!", + x: 59.0d, + y: -1.5d, + description: "Just thinking ahead...", + text: [ + "I think you want to work on this..." + ], + dependencies: [ + "6f7c1c33" + ], + hide: true, + tasks: [{ + uid: "bb95b724", + type: "item", + items: [{ + item: "extendedcrafting:singularity_custom 1 991" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/d8b01cac.snbt b/config/ftbquests/normal/chapters/37c824bb/d8b01cac.snbt new file mode 100644 index 00000000..b184e4b4 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/d8b01cac.snbt @@ -0,0 +1,14 @@ +{ + x: 84.5d, + y: 1.5d, + dependencies: [ + "c0aee385" + ], + tasks: [{ + uid: "9f95448d", + type: "item", + items: [{ + item: "aoa3:lotto_banner" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/d8b26acb.snbt b/config/ftbquests/normal/chapters/37c824bb/d8b26acb.snbt new file mode 100644 index 00000000..1ea6240b --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/d8b26acb.snbt @@ -0,0 +1,15 @@ +{ + x: 35.0d, + y: -7.5d, + dependencies: [ + "5fe7c4e5" + ], + hide: true, + tasks: [{ + uid: "6dda8282", + type: "item", + items: [{ + item: "contenttweaker:onyx" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/d8e398cb.snbt b/config/ftbquests/normal/chapters/37c824bb/d8e398cb.snbt new file mode 100644 index 00000000..a96d1198 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/d8e398cb.snbt @@ -0,0 +1,17 @@ +{ + x: 5.0d, + y: 1.5d, + description: "There are many skills and abilities that can be levelled up!", + text: [ + "" + ], + dependencies: [ + "fb8062a2" + ], + hide: true, + tasks: [{ + uid: "beeaae5e", + type: "checkmark", + title: "Skillful" + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/d99bf9d6.snbt b/config/ftbquests/normal/chapters/37c824bb/d99bf9d6.snbt new file mode 100644 index 00000000..ca41e1be --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/d99bf9d6.snbt @@ -0,0 +1,25 @@ +{ + title: "Crystevia Falls", + x: 62.0d, + y: 6.0d, + dependencies: [ + "5df53a9e" + ], + hide: true, + tasks: [{ + uid: "a7ed672d", + type: "item", + items: [{ + item: "contenttweaker:crystevia_cap" + }] + }, + { + uid: "4fd4245a", + type: "item", + items: [{ + item: "contenttweaker:crystevia_callstone" + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/da4d9a8f.snbt b/config/ftbquests/normal/chapters/37c824bb/da4d9a8f.snbt new file mode 100644 index 00000000..5a5e3fda --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/da4d9a8f.snbt @@ -0,0 +1,17 @@ +{ + title: "More Fire!", + x: 24.5d, + y: -16.5d, + description: "Found in the large tower at the center of the dark forest.", + dependencies: [ + "62242ef6" + ], + hide: true, + tasks: [{ + uid: "72a16567", + type: "item", + items: [{ + item: "twilightforest:trophy 1 3" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/da715a64.snbt b/config/ftbquests/normal/chapters/37c824bb/da715a64.snbt new file mode 100644 index 00000000..20693569 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/da715a64.snbt @@ -0,0 +1,16 @@ +{ + title: "Wildwood Falls", + x: 63.5d, + y: 0.0d, + dependencies: [ + "386fb9ee" + ], + hide: true, + tasks: [{ + uid: "c8d4900f", + type: "item", + items: [{ + item: "contenttweaker:wildwood_core" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/dc7b2c3f.snbt b/config/ftbquests/normal/chapters/37c824bb/dc7b2c3f.snbt new file mode 100644 index 00000000..c08fe023 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/dc7b2c3f.snbt @@ -0,0 +1,16 @@ +{ + x: 26.0d, + y: -10.5d, + description: "Found in the crimson portal towers in the overworld.", + dependencies: [ + "74c81f2c" + ], + hide: true, + tasks: [{ + uid: "1bd0b5d4", + type: "item", + items: [{ + item: "contenttweaker:crimson_gem" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/dcea031b.snbt b/config/ftbquests/normal/chapters/37c824bb/dcea031b.snbt new file mode 100644 index 00000000..f9fcae3b --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/dcea031b.snbt @@ -0,0 +1,16 @@ +{ + title: "Pure Neutrinos", + x: 81.5d, + y: -1.5d, + dependencies: [ + "4cc405fd" + ], + hide: true, + tasks: [{ + uid: "cd9797f7", + type: "item", + items: [{ + item: "avaritia:neutron_collector" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/dd32e62f.snbt b/config/ftbquests/normal/chapters/37c824bb/dd32e62f.snbt new file mode 100644 index 00000000..1a2fecd2 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/dd32e62f.snbt @@ -0,0 +1,15 @@ +{ + x: 108.5d, + y: 1.5d, + dependencies: [ + "26216ac9" + ], + hide: true, + tasks: [{ + uid: "12264261", + type: "item", + items: [{ + item: "contenttweaker:recursion_darkness" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/dd400df7.snbt b/config/ftbquests/normal/chapters/37c824bb/dd400df7.snbt new file mode 100644 index 00000000..64468120 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/dd400df7.snbt @@ -0,0 +1,21 @@ +{ + title: "The Infinite Fortress", + x: 32.0d, + y: -6.0d, + text: [ + "I do not understand why, but after becoming aware of botanical magic, things make more sense...", + "I can feel new things, including traces, traces left by some of the creatures roaming Terra, they came here through wormholes, just like me...", + "But now I can sense the 'scars' into spacetime they left while travelling here..." + ], + dependencies: [ + "a852a933" + ], + hide: true, + tasks: [{ + uid: "bb4a4506", + type: "item", + items: [{ + item: "divinerpg:arcana_portal_frame" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/dea01ded.snbt b/config/ftbquests/normal/chapters/37c824bb/dea01ded.snbt new file mode 100644 index 00000000..c495c916 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/dea01ded.snbt @@ -0,0 +1,17 @@ +{ + x: 114.5d, + y: 0.0d, + dependencies: [ + "dff679ed" + ], + hide: true, + tasks: [{ + uid: "9b2ca66e", + type: "item", + items: [{ + item: "contenttweaker:sacred_callstone" + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/df035751.snbt b/config/ftbquests/normal/chapters/37c824bb/df035751.snbt new file mode 100644 index 00000000..5e894e46 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/df035751.snbt @@ -0,0 +1,15 @@ +{ + x: 36.5d, + y: -9.0d, + dependencies: [ + "5fe7c4e5" + ], + hide: true, + tasks: [{ + uid: "f536c0e0", + type: "item", + items: [{ + item: "contenttweaker:serpentine" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/df5af6a9.snbt b/config/ftbquests/normal/chapters/37c824bb/df5af6a9.snbt new file mode 100644 index 00000000..38506a2a --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/df5af6a9.snbt @@ -0,0 +1,22 @@ +{ + x: 95.0d, + y: -3.0d, + dependencies: [ + "26e78c11" + ], + hide: true, + tasks: [{ + uid: "58a88fb2", + type: "item", + items: [{ + item: "appliedenergistics2:grindstone" + }] + }, + { + uid: "c5e5b262", + type: "item", + items: [{ + item: "appliedenergistics2:crank" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/dff679ed.snbt b/config/ftbquests/normal/chapters/37c824bb/dff679ed.snbt new file mode 100644 index 00000000..cb804f4b --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/dff679ed.snbt @@ -0,0 +1,18 @@ +{ + x: 113.0d, + y: 0.0d, + dependencies: [ + "4a85f171", + "3acea339" + ], + hide: true, + tasks: [{ + uid: "2ec502b6", + type: "item", + items: [{ + item: "contenttweaker:recursion_prison_key" + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/e055e0f1.snbt b/config/ftbquests/normal/chapters/37c824bb/e055e0f1.snbt new file mode 100644 index 00000000..8867b82f --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/e055e0f1.snbt @@ -0,0 +1,15 @@ +{ + x: 84.5d, + y: -1.5d, + dependencies: [ + "796ab2bc" + ], + hide: true, + tasks: [{ + uid: "47c86af3", + type: "item", + items: [{ + item: "contenttweaker:corrupted_aragonite" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/e0893191.snbt b/config/ftbquests/normal/chapters/37c824bb/e0893191.snbt new file mode 100644 index 00000000..31714ec9 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/e0893191.snbt @@ -0,0 +1,22 @@ +{ + x: 83.0d, + y: -4.5d, + dependencies: [ + "452a749f" + ], + hide: true, + tasks: [{ + uid: "1ebb50d1", + type: "item", + items: [{ + item: "contenttweaker:strings_crystal" + }] + }, + { + uid: "b98fb681", + type: "item", + items: [{ + item: "appliedenergistics2:creative_energy_cell" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/e0b5358c.snbt b/config/ftbquests/normal/chapters/37c824bb/e0b5358c.snbt new file mode 100644 index 00000000..82a93316 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/e0b5358c.snbt @@ -0,0 +1,17 @@ +{ + title: "Hardest wood in the Universe", + x: 92.0d, + y: 1.5d, + description: "And it's not even morning...", + dependencies: [ + "fc10039f" + ], + hide: true, + tasks: [{ + uid: "c993a17e", + type: "item", + items: [{ + item: "divinerpg:mortum_log" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/e18a08ef.snbt b/config/ftbquests/normal/chapters/37c824bb/e18a08ef.snbt new file mode 100644 index 00000000..25331f60 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/e18a08ef.snbt @@ -0,0 +1,16 @@ +{ + title: "A fold within a fold, within a fold", + x: 74.0d, + y: 0.0d, + dependencies: [ + "4b46b0a3" + ], + hide: true, + tasks: [{ + uid: "112cfbcf", + type: "item", + items: [{ + item: "divinerpg:wildwood_block" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/e19a7ecd.snbt b/config/ftbquests/normal/chapters/37c824bb/e19a7ecd.snbt new file mode 100644 index 00000000..8809f573 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/e19a7ecd.snbt @@ -0,0 +1,70 @@ +{ + title: "Tools of the Bloodmaster", + x: 27.5d, + y: -7.5d, + dependencies: [ + "71c3c11b" + ], + hide: true, + tasks: [{ + uid: "baabaafc", + type: "item", + items: [{ + id: "contenttweaker:bloodmaster_metal_head", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }, + { + uid: "b969dbcb", + type: "item", + items: [{ + id: "contenttweaker:bloodmaster_metal_chest", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }, + { + uid: "956d5e2d", + type: "item", + items: [{ + id: "contenttweaker:bloodmaster_metal_legs", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }, + { + uid: "9c89600d", + type: "item", + items: [{ + id: "contenttweaker:bloodmaster_metal_feet", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }, + { + uid: "0659cf42", + type: "item", + items: [{ + id: "bloodmagic:sentient_sword", + tag: {}, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/e30a0da4.snbt b/config/ftbquests/normal/chapters/37c824bb/e30a0da4.snbt new file mode 100644 index 00000000..55c97c11 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/e30a0da4.snbt @@ -0,0 +1,20 @@ +{ + title: "He controls the seas...", + x: 20.0d, + y: 4.5d, + description: "Belongs in the ocean!", + text: [ + "The 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..." + ], + dependencies: [ + "d4a82bd8" + ], + hide: true, + tasks: [{ + uid: "5c3feece", + type: "item", + items: [{ + item: "aoa3:amphibiyte_lung" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/e379bbf7.snbt b/config/ftbquests/normal/chapters/37c824bb/e379bbf7.snbt new file mode 100644 index 00000000..12f29b8c --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/e379bbf7.snbt @@ -0,0 +1,16 @@ +{ + title: "String Theory Findings", + x: 65.0d, + y: 0.0d, + dependencies: [ + "da715a64" + ], + hide: true, + tasks: [{ + uid: "ffd1fdd9", + type: "item", + items: [{ + item: "contenttweaker:magnetic_monopole" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/e43c6b3a.snbt b/config/ftbquests/normal/chapters/37c824bb/e43c6b3a.snbt new file mode 100644 index 00000000..5ad3f9e5 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/e43c6b3a.snbt @@ -0,0 +1,15 @@ +{ + x: 87.5d, + y: 1.5d, + dependencies: [ + "27267e36" + ], + hide: true, + tasks: [{ + uid: "d2a8b49d", + type: "item", + items: [{ + item: "contenttweaker:greckon_cap" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/e5343127.snbt b/config/ftbquests/normal/chapters/37c824bb/e5343127.snbt new file mode 100644 index 00000000..b2bb2db0 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/e5343127.snbt @@ -0,0 +1,28 @@ +{ + title: "The Twilight Horde", + x: 20.0d, + y: 3.0d, + description: "Use item!", + text: [ + "Animals are animals, no matter how powerful.", + "The primary istict of life is to spread, but what if this puts an enture planet under control?! Such is the power of some of these creatures...", + "They seem to be organized in some way, and the Testificates call them the Twilight Horde.", + "It seems like the Ancient Entity is powerful amongst them, if I eliminate it, some of its weaker followers could give up..." + ], + dependencies: [ + "d4a82bd8" + ], + hide: true, + tasks: [{ + uid: "7c384b7b", + type: "item", + items: [{ + id: "divinerpg:mysterious_clock", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/e6939636.snbt b/config/ftbquests/normal/chapters/37c824bb/e6939636.snbt new file mode 100644 index 00000000..b7e19da0 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/e6939636.snbt @@ -0,0 +1,20 @@ +{ + title: "Magic or Science?", + x: 12.5d, + y: 3.0d, + description: "Used to craft machines from extra utilities (see manufacturing and fabrication)", + text: [ + "The same magical affinity I used to make enchanted tables seems to allow for the making of machinery, this is very interesting!" + ], + dependencies: [ + "8b210b51" + ], + hide: true, + tasks: [{ + uid: "35a071e5", + type: "item", + items: [{ + item: "extrautils2:machine" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/e86dfb1e.snbt b/config/ftbquests/normal/chapters/37c824bb/e86dfb1e.snbt new file mode 100644 index 00000000..25561737 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/e86dfb1e.snbt @@ -0,0 +1,20 @@ +{ + x: 108.5d, + y: 0.0d, + dependencies: [ + "dd32e62f", + "19146f21", + "a8414e77", + "528715c1" + ], + hide: true, + tasks: [{ + uid: "871845df", + type: "item", + items: [{ + item: "contenttweaker:nightmare_callstone" + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/e91b3a37.snbt b/config/ftbquests/normal/chapters/37c824bb/e91b3a37.snbt new file mode 100644 index 00000000..0f4d400c --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/e91b3a37.snbt @@ -0,0 +1,24 @@ +{ + title: "Magic is Real!", + x: 3.5d, + y: 1.5d, + description: "Enchanting is important, and so are bedrock chunks!", + text: [ + "There is so much about the universe humanity is not aware of.", + "We have spent so many years trying to reject things such as magic and superstition in the name of 'science'.", + "But it appears that magic and science are just two faces of the same medals, and the existance of other dimensions seems to be the catalyst behind what I'd normally call 'miracles'.", + "Diamonds and obsidian seem to be catalysts for magic energy, which is going to allow me to enhance my tools.", + "I don't really know what prompted me to study this phenomenon, but, for some reason, paper has something to do with it..." + ], + dependencies: [ + "fb8062a2" + ], + hide: true, + tasks: [{ + uid: "2f2f1315", + type: "item", + items: [{ + item: "minecraft:enchanting_table" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/e94d41bf.snbt b/config/ftbquests/normal/chapters/37c824bb/e94d41bf.snbt new file mode 100644 index 00000000..12802c49 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/e94d41bf.snbt @@ -0,0 +1,25 @@ +{ + title: "Death is just another journey...", + x: 3.5d, + y: -1.5d, + text: [ + "What is going on? This is scary!", + "I thought I would be done for, I thought I was going to die...", + "Instead, everything turned dark, and a strange feeling came over me, and I suddenly woke up!", + "After killing some of the undead-looking creatures that roam this planet at night, I got my hands on this strange powder.", + "Touching it gave me a feeling similar to what I felt whenever I thought I would die.", + "It seems like I cannot die. Instead, I lose my ability to carry things, and I somehow manage to travel in some sort of 'ghostly shape' for a few hours after that.", + "Should I assume that someone, or something, wants me alive?!" + ], + dependencies: [ + "fb8062a2" + ], + hide: true, + tasks: [{ + uid: "bf12c07a", + type: "item", + items: [{ + item: "tombstone:crafting_ingredient 1 3" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/e9821235.snbt b/config/ftbquests/normal/chapters/37c824bb/e9821235.snbt new file mode 100644 index 00000000..7e9212e4 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/e9821235.snbt @@ -0,0 +1,63 @@ +{ + title: "TRUE Draconic Power", + x: 74.0d, + y: -1.5d, + dependencies: [ + "e18a08ef" + ], + hide: true, + tasks: [{ + uid: "9b601e34", + type: "item", + items: [{ + item: "draconicevolution:draconic_helm" + }], + ignore_damage: true, + ignore_nbt: 1b + }, + { + uid: "afb88722", + type: "item", + items: [{ + item: "draconicevolution:draconic_chest" + }], + ignore_damage: true, + ignore_nbt: 1b + }, + { + uid: "260a2085", + type: "item", + items: [{ + item: "draconicevolution:draconic_legs" + }], + ignore_damage: true, + ignore_nbt: 1b + }, + { + uid: "9b95f8b3", + type: "item", + items: [{ + item: "draconicevolution:draconic_boots" + }], + ignore_damage: true, + ignore_nbt: 1b + }, + { + uid: "1963461b", + type: "item", + items: [{ + item: "draconicevolution:draconic_sword" + }], + ignore_damage: true, + ignore_nbt: 1b + }, + { + uid: "6c54ddb9", + type: "item", + items: [{ + item: "draconicevolution:draconic_bow" + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/e98f5dcf.snbt b/config/ftbquests/normal/chapters/37c824bb/e98f5dcf.snbt new file mode 100644 index 00000000..d6eb5fd5 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/e98f5dcf.snbt @@ -0,0 +1,43 @@ +{ + x: 123.5d, + y: 0.0d, + dependencies: [ + "86442c58" + ], + hide: true, + tasks: [{ + uid: "8acd7482", + type: "item", + items: [{ + item: "contenttweaker:ultracapacitor_bank" + }] + }, + { + uid: "2de9e25e", + type: "item", + items: [{ + item: "contenttweaker:dyson_shell" + }] + }, + { + uid: "5a228417", + type: "item", + items: [{ + item: "contenttweaker:dyson_beam" + }] + }, + { + uid: "ba87c065", + type: "item", + items: [{ + item: "contenttweaker:dyson_capacitor" + }] + }, + { + uid: "5c707c53", + type: "item", + items: [{ + item: "contenttweaker:miniature_star" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/e9968631.snbt b/config/ftbquests/normal/chapters/37c824bb/e9968631.snbt new file mode 100644 index 00000000..d2c2fa48 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/e9968631.snbt @@ -0,0 +1,18 @@ +{ + icon: "contenttweaker:draconic_key", + x: 0.5d, + y: 1.5d, + description: "If you are unsure how to obtain or automate a given item, make sure to read the red text!", + text: [ + "" + ], + dependencies: [ + "2b0e537a" + ], + hide: true, + tasks: [{ + uid: "5e7b4c57", + type: "checkmark", + title: "Look at tooltips!" + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/e9a6d5a3.snbt b/config/ftbquests/normal/chapters/37c824bb/e9a6d5a3.snbt new file mode 100644 index 00000000..3e1e0e83 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/e9a6d5a3.snbt @@ -0,0 +1,33 @@ +{ + title: "This is awesome!", + x: 17.0d, + y: 1.5d, + text: [ + "Alchemical energy provided by fuels such as coal and redstone can also be converted to explosive power.", + "This catalyst should make mining very easy!" + ], + dependencies: [ + "a13a0880" + ], + hide: true, + tasks: [{ + uid: "57de7e07", + type: "item", + items: [{ + id: "projecte:item.pe_destruction_catalyst", + tag: {}, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }, + { + uid: "2b083b9d", + type: "item", + items: [{ + item: "minecraft:redstone" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/e9bf652e.snbt b/config/ftbquests/normal/chapters/37c824bb/e9bf652e.snbt new file mode 100644 index 00000000..579bd588 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/e9bf652e.snbt @@ -0,0 +1,17 @@ +{ + x: 90.5d, + y: 3.0d, + dependencies: [ + "f69db306" + ], + hide: true, + tasks: [{ + uid: "8b5be7e3", + type: "item", + items: [{ + item: "contenttweaker:tulite_flower" + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/ea5d9a3e.snbt b/config/ftbquests/normal/chapters/37c824bb/ea5d9a3e.snbt new file mode 100644 index 00000000..f8f9e0d5 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/ea5d9a3e.snbt @@ -0,0 +1,26 @@ +{ + x: 9.5d, + y: -3.0d, + text: [ + "I can put my chickens in a nesting pen, and they make eggs faster!" + ], + dependencies: [ + "a4aedc8f" + ], + hide: true, + tasks: [{ + uid: "fc93fb0d", + type: "item", + items: [{ + item: "hatchery:pen" + }], + ignore_nbt: 1b + }, + { + uid: "44fbc4bd", + type: "item", + items: [{ + item: "hatchery:animalnet" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/ea6a620f.snbt b/config/ftbquests/normal/chapters/37c824bb/ea6a620f.snbt new file mode 100644 index 00000000..11dbb50d --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/ea6a620f.snbt @@ -0,0 +1,23 @@ +{ + title: "Eden Falls", + x: 48.5d, + y: 0.0d, + text: [ + "The twilight horde is strange...they hold incredible power, and most of the beings I have encountered are naturally able to warp space-time, just as easily it would be for me to lift my hand.", + "I am truly fighting against higher dimensional beings!", + "Even their 'world' appears to exist in higer dimensions.", + "Yet, most of their 'soldiers' are no smarter than sheeps...", + "I 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..." + ], + dependencies: [ + "fc28e660" + ], + hide: true, + tasks: [{ + uid: "3e876364", + type: "item", + items: [{ + item: "contenttweaker:eden_core" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/eac3d81f.snbt b/config/ftbquests/normal/chapters/37c824bb/eac3d81f.snbt new file mode 100644 index 00000000..b591fde2 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/eac3d81f.snbt @@ -0,0 +1,34 @@ +{ + x: 17.0d, + y: -13.5d, + description: "Perform the ritual of shadows in the abyssal wastelands.", + text: [ + "While I'm at it, it's time to investigate the phenomenon of 'recursion', which apparently is the ability to 'perennially exist'.", + "This is what allows me to come back every time after I 'die'.", + "Many 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 deciced to give me recursion.", + "If 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...", + "Now at least I undertand why theres so many withers; apparently there are only 6 but they are able to exist 'everywhere they are summoned' thanks to the power of recursion.", + "The 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.", + "Draconium may be the key to mastering recursion, and free myself!" + ], + dependencies: [ + "fb4a13e3" + ], + hide: true, + tasks: [{ + uid: "5d07e16a", + type: "item", + items: [{ + id: "abyssalcraft:scroll", + Damage: 3s, + tag: {} + }] + }, + { + uid: "34e1db6d", + type: "item", + items: [{ + item: "abyssalcraft:odb" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/eb59e90c.snbt b/config/ftbquests/normal/chapters/37c824bb/eb59e90c.snbt new file mode 100644 index 00000000..51400667 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/eb59e90c.snbt @@ -0,0 +1,38 @@ +{ + title: "Existential Matter", + x: 45.5d, + y: 0.0d, + text: [ + "UU Matter, which is synthetically produced, has mythical properties.", + "This is nice because it will allow me to 'boost' my void resource miners!", + "I'm going to need a 'crucible' to refine this matter with alchemy, though..." + ], + dependencies: [ + "b2e50833" + ], + hide: true, + tasks: [{ + uid: "1ad274c1", + type: "item", + items: [{ + item: "techreborn:uumatter" + }] + }, + { + uid: "e1f066fe", + type: "item", + items: [{ + id: "modularmachinery:itemblueprint", + tag: { + dynamicmachine: "modularmachinery:spatial_crucible" + } + }] + }, + { + uid: "141416d1", + type: "item", + items: [{ + item: "appliedenergistics2:spatial_pylon" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/eba6d90e.snbt b/config/ftbquests/normal/chapters/37c824bb/eba6d90e.snbt new file mode 100644 index 00000000..b80f97f1 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/eba6d90e.snbt @@ -0,0 +1,16 @@ +{ + x: 30.5d, + y: -15.0d, + dependencies: [ + "a852a933" + ], + tasks: [{ + uid: "92b97662", + type: "item", + items: [{ + item: "extrabotany:treasurebox" + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/ebb424f7.snbt b/config/ftbquests/normal/chapters/37c824bb/ebb424f7.snbt new file mode 100644 index 00000000..a96afd1b --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/ebb424f7.snbt @@ -0,0 +1,20 @@ +{ + x: 102.5d, + y: 0.0d, + dependencies: [ + "63f5b204" + ], + hide: true, + tasks: [{ + uid: "c758e3ce", + type: "item", + items: [{ + id: "enderstorage:ender_pouch", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/ec5566cc.snbt b/config/ftbquests/normal/chapters/37c824bb/ec5566cc.snbt new file mode 100644 index 00000000..401d50bf --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/ec5566cc.snbt @@ -0,0 +1,16 @@ +{ + x: 24.5d, + y: -7.5d, + description: "Make this to find locations in the twilight forest.", + dependencies: [ + "62242ef6" + ], + hide: true, + tasks: [{ + uid: "af21604b", + type: "item", + items: [{ + item: "twilightforest:magic_map_empty" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/ee4b9366.snbt b/config/ftbquests/normal/chapters/37c824bb/ee4b9366.snbt new file mode 100644 index 00000000..ce1bce6e --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/ee4b9366.snbt @@ -0,0 +1,17 @@ +{ + x: 15.5d, + y: -1.5d, + dependencies: [ + "8d6470f9" + ], + hide: true, + tasks: [{ + uid: "994fee04", + type: "item", + items: [{ + item: "divinerpg:divine_shickaxe" + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/ee89ff7a.snbt b/config/ftbquests/normal/chapters/37c824bb/ee89ff7a.snbt new file mode 100644 index 00000000..3bc8daae --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/ee89ff7a.snbt @@ -0,0 +1,21 @@ +{ + title: "Mythic = Alchemy?", + x: 27.5d, + y: 3.0d, + text: [ + "This was unexpected!", + "Seems like mythic powers have some connection to alchemy.", + "Interfacing with my own EMC network should get easier..." + ], + dependencies: [ + "c1863810" + ], + hide: true, + tasks: [{ + uid: "56f015fd", + type: "item", + items: [{ + item: "projectex:personal_link" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/eeb8285b.snbt b/config/ftbquests/normal/chapters/37c824bb/eeb8285b.snbt new file mode 100644 index 00000000..839760fa --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/eeb8285b.snbt @@ -0,0 +1,17 @@ +{ + title: "Really Interesting results", + x: 50.0d, + y: 4.5d, + description: "It's easy now!", + dependencies: [ + "1d305156" + ], + hide: true, + tasks: [{ + uid: "38935652", + type: "item", + items: [{ + item: "thaumadditions:adaminite_block" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/eee537a9.snbt b/config/ftbquests/normal/chapters/37c824bb/eee537a9.snbt new file mode 100644 index 00000000..05c2ab36 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/eee537a9.snbt @@ -0,0 +1,21 @@ +{ + title: "Power in Metal", + x: 39.5d, + y: 1.5d, + text: [ + "Eureka! I found the missing link! Not only gravity can be positive or negative, it can also be imaginary, producing rotations around non-existing objects.", + "Metals like the one found on sedna, this cold, strange planet, produce motion that would be otherwise impossible at such distance from a star.", + "This allows the planet to orbit a point located somewhere near Sol, yet this motion would happen anyway even if the star wasn't there!" + ], + dependencies: [ + "9970ceca" + ], + hide: true, + tasks: [{ + uid: "beca7630", + type: "item", + items: [{ + item: "contenttweaker:material_part 1 54" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/eef6edb3.snbt b/config/ftbquests/normal/chapters/37c824bb/eef6edb3.snbt new file mode 100644 index 00000000..3f8bc7ca --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/eef6edb3.snbt @@ -0,0 +1,16 @@ +{ + title: "Eldrich Creation", + x: 48.5d, + y: -1.5d, + dependencies: [ + "25bd70ab" + ], + hide: true, + tasks: [{ + uid: "9f2d50c8", + type: "item", + items: [{ + item: "contenttweaker:tartarite_ore" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/ef2aa05c.snbt b/config/ftbquests/normal/chapters/37c824bb/ef2aa05c.snbt new file mode 100644 index 00000000..1f82adca --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/ef2aa05c.snbt @@ -0,0 +1,16 @@ +{ + title: "What is this?", + x: 81.5d, + y: 1.5d, + dependencies: [ + "a0c1d511" + ], + hide: true, + tasks: [{ + uid: "f86bff37", + type: "item", + items: [{ + item: "contenttweaker:unidentified_body" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/ef7ba920.snbt b/config/ftbquests/normal/chapters/37c824bb/ef7ba920.snbt new file mode 100644 index 00000000..6364e8d7 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/ef7ba920.snbt @@ -0,0 +1,22 @@ +{ + title: "The Myrmex Swarm", + x: 57.5d, + y: 0.0d, + text: [ + "The 'coordinates' keep guiding me forward! Another planet!", + "Unlike the rhenia, though, this one should be inhabited...by myrmitites...", + "These fuckers managed to colonize their own planet?! How?", + "At this point, I guess, nothing should surprise me..." + ], + dependencies: [ + "2dc6b39f" + ], + hide: true, + tasks: [{ + uid: "adc5a7ac", + type: "item", + items: [{ + item: "contenttweaker:myrmex_artifact" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/ef8cfe70.snbt b/config/ftbquests/normal/chapters/37c824bb/ef8cfe70.snbt new file mode 100644 index 00000000..ec5f508c --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/ef8cfe70.snbt @@ -0,0 +1,15 @@ +{ + x: 87.5d, + y: 3.0d, + dependencies: [ + "363c9df1" + ], + hide: true, + tasks: [{ + uid: "5d890997", + type: "item", + items: [{ + item: "contenttweaker:dustopia_cap" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/f05ce935.snbt b/config/ftbquests/normal/chapters/37c824bb/f05ce935.snbt new file mode 100644 index 00000000..fe4993ae --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/f05ce935.snbt @@ -0,0 +1,16 @@ +{ + title: "I have to Know", + x: 50.0d, + y: -6.0d, + dependencies: [ + "fbbd06c9" + ], + hide: true, + tasks: [{ + uid: "4bb97716", + type: "item", + items: [{ + item: "contenttweaker:lost_memory" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/f17cd064.snbt b/config/ftbquests/normal/chapters/37c824bb/f17cd064.snbt new file mode 100644 index 00000000..eba75b85 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/f17cd064.snbt @@ -0,0 +1,39 @@ +{ + title: "Tier 3 Mythical resources", + x: 30.5d, + y: -1.5d, + description: "Do it ASAP", + text: [ + "Minerals aren't the only things that hold shyre power, it seems.", + "I can sense that the ability to generate tools and weapons able to match shyre 'tech' is the key to defeating such powerful foes.", + "More experimentation!" + ], + dependencies: [ + "6eb0d0ee" + ], + hide: true, + tasks: [{ + uid: "ce296f48", + type: "item", + items: [{ + item: "divinerpg:purple_steel" + }] + }, + { + uid: "46424c17", + type: "item", + items: [{ + item: "divinerpg:bedrock_minibricks" + }] + }, + { + uid: "395ba349", + type: "item", + items: [{ + id: "modularmachinery:itemblueprint", + tag: { + dynamicmachine: "modularmachinery:mythical_resource_miner_tier3" + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/f1e1204a.snbt b/config/ftbquests/normal/chapters/37c824bb/f1e1204a.snbt new file mode 100644 index 00000000..84b2c895 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/f1e1204a.snbt @@ -0,0 +1,20 @@ +{ + title: "Even Deeper", + x: 29.0d, + y: -6.0d, + text: [ + "I'm not the first one to discover fluix, and it seems like its power was used to hit even more profound depths within Terra.", + "By using fluix as a catalyst, I can reopen the portal that was opened by the one that came before me..." + ], + dependencies: [ + "71c3c11b" + ], + hide: true, + tasks: [{ + uid: "9a1ea737", + type: "item", + items: [{ + item: "extrautils2:teleporter 1 1" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/f2937072.snbt b/config/ftbquests/normal/chapters/37c824bb/f2937072.snbt new file mode 100644 index 00000000..d9e9772e --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/f2937072.snbt @@ -0,0 +1,26 @@ +{ + title: "Technomancy", + x: 27.5d, + y: 0.0d, + text: [ + "My experiments paid off! Magic blocks and items can be used to produce machines to automate annoying magic rituals.", + "And so much more..." + ], + dependencies: [ + "88fe69fd" + ], + hide: true, + tasks: [{ + uid: "bf0f1018", + type: "item", + items: [{ + item: "modularmachinery:blockcontroller" + }] + }], + rewards: [{ + uid: "dd4d4bf8", + type: "item", + item: "modularmachinery:itemmodularium", + count: 16 + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/f2f2e16d.snbt b/config/ftbquests/normal/chapters/37c824bb/f2f2e16d.snbt new file mode 100644 index 00000000..73b17712 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/f2f2e16d.snbt @@ -0,0 +1,22 @@ +{ + title: "Precasia Falls", + x: 45.5d, + y: -1.5d, + description: "Tyrosaur is summoned with a bone horn - Right click the army block in the skeletar arena to summon the skeletal horde", + text: [ + "Screw you dinos! and skeletons!", + "The leaders of precasia are interesting. They are beings that clearly posess recursion, and they are worshipped as deities...", + "I may be connecting too many dots here, but is it possible that the characters of legends were simply knowledgeable about recursion?" + ], + dependencies: [ + "fe73cc08" + ], + hide: true, + tasks: [{ + uid: "fe20a7f0", + type: "item", + items: [{ + item: "contenttweaker:precasian_cap" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/f34f677c.snbt b/config/ftbquests/normal/chapters/37c824bb/f34f677c.snbt new file mode 100644 index 00000000..0394671d --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/f34f677c.snbt @@ -0,0 +1,24 @@ +{ + title: "Beeg Crafter!", + x: 39.5d, + y: -1.5d, + text: [ + "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.", + "I drew the blueprints of a machine able to use the powers of fluix to better manage mythic resource generation.", + "It's 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..." + ], + dependencies: [ + "4cccf702" + ], + hide: true, + tasks: [{ + uid: "308988db", + type: "item", + items: [{ + id: "modularmachinery:itemblueprint", + tag: { + dynamicmachine: "modularmachinery:me_mythic_assembler" + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/f363949a.snbt b/config/ftbquests/normal/chapters/37c824bb/f363949a.snbt new file mode 100644 index 00000000..5e0bb84a --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/f363949a.snbt @@ -0,0 +1,21 @@ +{ + x: 26.0d, + y: -9.0d, + description: "Dropped by crimson portals.", + dependencies: [ + "74c81f2c" + ], + hide: true, + tasks: [{ + uid: "88f57494", + type: "item", + items: [{ + id: "thaumcraft:primordial_pearl", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/f3b0d720.snbt b/config/ftbquests/normal/chapters/37c824bb/f3b0d720.snbt new file mode 100644 index 00000000..0b76e0df --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/f3b0d720.snbt @@ -0,0 +1,15 @@ +{ + x: 62.0d, + y: -1.5d, + dependencies: [ + "20f80355" + ], + hide: true, + tasks: [{ + uid: "abce130c", + type: "item", + items: [{ + item: "contenttweaker:haven_cap" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/f4e45f12.snbt b/config/ftbquests/normal/chapters/37c824bb/f4e45f12.snbt new file mode 100644 index 00000000..b45811a2 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/f4e45f12.snbt @@ -0,0 +1,40 @@ +{ + title: "Better than planes!", + x: 24.5d, + y: -4.5d, + text: [ + "Just a few weeks here, and I already surpassed human tech!", + "By exploiting the power of dimensional doors, I can now make my own wormholes in a controlled environment!", + "Physics is so much easier with so many resources available" + ], + dependencies: [ + "d4a82bd8" + ], + hide: true, + tasks: [{ + uid: "ec8d517f", + type: "item", + items: [{ + item: "rftools:matter_transmitter" + }] + }, + { + uid: "f2d5bbe1", + type: "item", + items: [{ + item: "rftools:matter_receiver" + }] + }, + { + uid: "2fba7a03", + type: "item", + items: [{ + id: "rftools:advanced_charged_porter", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/f5231d80.snbt b/config/ftbquests/normal/chapters/37c824bb/f5231d80.snbt new file mode 100644 index 00000000..a81c5e1c --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/f5231d80.snbt @@ -0,0 +1,33 @@ +{ + title: "Hot Fusion", + x: 35.0d, + y: 1.5d, + text: [ + "Well...now that I started playing with fission it is only natural that I'd eventually get to fusion, which should be a good, yet expensive, way of generating matter according to my needs." + ], + dependencies: [ + "65ea6518" + ], + hide: true, + tasks: [{ + uid: "d1713cbc", + type: "item", + items: [{ + item: "techreborn:fusion_control_computer" + }], + consume_items: false + }, + { + uid: "5b4f6163", + type: "item", + items: [{ + item: "techreborn:fusion_coil" + }] + }], + rewards: [{ + uid: "fcb50c21", + type: "item", + item: "nuclearcraft:ore 1 6", + count: 32 + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/f5f8aeaf.snbt b/config/ftbquests/normal/chapters/37c824bb/f5f8aeaf.snbt new file mode 100644 index 00000000..759268b3 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/f5f8aeaf.snbt @@ -0,0 +1,28 @@ +{ + title: "I may be losing it...", + x: 33.5d, + y: -1.5d, + text: [ + "It 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's time for some upgrades.", + "Blood Magic is a tricky art, but the knowledge of a blood master could grant me some of the power I am looking for!", + "Being absolutely and totally mentally scarred from all of this elder gods stuff, I at least know of recursion.", + "The machines I built using material impregnated with mythic energy, the miners, now make more sense.", + "The power of recursion, which keeps me immortal, is a mythic art, and I am slowly starting to understand it." + ], + dependencies: [ + "920dcfaa" + ], + hide: true, + tasks: [{ + uid: "222a83b4", + type: "item", + items: [{ + id: "contenttweaker:bloodmaster_tome", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/f69db306.snbt b/config/ftbquests/normal/chapters/37c824bb/f69db306.snbt new file mode 100644 index 00000000..0b3d3a1b --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/f69db306.snbt @@ -0,0 +1,15 @@ +{ + x: 90.5d, + y: 1.5d, + dependencies: [ + "fc10039f" + ], + hide: true, + tasks: [{ + uid: "6960d197", + type: "item", + items: [{ + item: "contenttweaker:skythern_refined_gem" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/f804ec0a.snbt b/config/ftbquests/normal/chapters/37c824bb/f804ec0a.snbt new file mode 100644 index 00000000..632f49d0 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/f804ec0a.snbt @@ -0,0 +1,16 @@ +{ + x: 71.0d, + y: 1.5d, + description: "You really should have automated this by now", + dependencies: [ + "40d98bd3" + ], + hide: true, + tasks: [{ + uid: "e1facf70", + type: "item", + items: [{ + item: "contenttweaker:greater_mana_core" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/f87d9def.snbt b/config/ftbquests/normal/chapters/37c824bb/f87d9def.snbt new file mode 100644 index 00000000..ec58acac --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/f87d9def.snbt @@ -0,0 +1,15 @@ +{ + x: 83.0d, + y: -3.0d, + dependencies: [ + "dcea031b" + ], + hide: true, + tasks: [{ + uid: "2da2ea54", + type: "item", + items: [{ + item: "contenttweaker:skotaninomicom" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/fb4a13e3.snbt b/config/ftbquests/normal/chapters/37c824bb/fb4a13e3.snbt new file mode 100644 index 00000000..4b37d7f9 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/fb4a13e3.snbt @@ -0,0 +1,28 @@ +{ + title: "Definitely a bad idea...", + x: 17.0d, + y: -6.0d, + text: [ + "A 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.", + "The words were unclear, yet one of them lingered in my memory. Just one word, Necronomicon!" + ], + dependencies: [ + "55075fff" + ], + hide: true, + tasks: [{ + uid: "486eb21f", + type: "item", + items: [{ + id: "abyssalcraft:necronomicon", + tag: { + PotEnergy: 0.0f + }, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/fb6de430.snbt b/config/ftbquests/normal/chapters/37c824bb/fb6de430.snbt new file mode 100644 index 00000000..194a91bd --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/fb6de430.snbt @@ -0,0 +1,20 @@ +{ + title: "F*ck radiation!", + x: 32.0d, + y: 1.5d, + text: [ + "Radiation bad, lets not make it!", + "" + ], + dependencies: [ + "7382c725" + ], + hide: true, + tasks: [{ + uid: "004ebc11", + type: "item", + items: [{ + item: "nuclearcraft:radiation_scrubber" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/fb8062a2.snbt b/config/ftbquests/normal/chapters/37c824bb/fb8062a2.snbt new file mode 100644 index 00000000..92ee570d --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/fb8062a2.snbt @@ -0,0 +1,27 @@ +{ + title: "Time to Fight!", + x: 3.5d, + y: 0.0d, + description: "DivineRPG has the best starting armor. No point bothering with vanilla.", + text: [ + "WOW! The creatures living here really do not like me!", + "It seems like evolution here happened in ways that are very different from Earth. There are so many different 'dominant species', which makes me wonder, is this what our planet looked like millions of years ago, before humanity started taking over?", + "This 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?!?" + ], + dependencies: [ + "c4bd8574" + ], + hide: true, + tasks: [{ + uid: "32b622c5", + type: "stat", + stat: "stat.mobKills", + value: 10 + }], + rewards: [{ + uid: "09553725", + type: "item", + item: "contenttweaker:aglio_olio_peperoncino_pasta", + count: 10 + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/fbbd06c9.snbt b/config/ftbquests/normal/chapters/37c824bb/fbbd06c9.snbt new file mode 100644 index 00000000..9fd21d49 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/fbbd06c9.snbt @@ -0,0 +1,21 @@ +{ + title: "I am Insane!", + x: 50.0d, + y: -4.5d, + dependencies: [ + "72f13da7" + ], + hide: true, + tasks: [{ + uid: "5c0a7388", + type: "item", + items: [{ + id: "contenttweaker:eldritch_flower", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/fbcef136.snbt b/config/ftbquests/normal/chapters/37c824bb/fbcef136.snbt new file mode 100644 index 00000000..6fac7fb9 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/fbcef136.snbt @@ -0,0 +1,18 @@ +{ + icon: "contenttweaker:dynatos_crystal", + x: 14.0d, + y: -1.5d, + text: [ + "Help will be there for those who seek it!", + "Getting stuff is hard (sometimes), that said, for those that are willing to search, things may get easier...", + "Or you can be a cheater and read TheGoodShit.zs" + ], + dependencies: [ + "8d6470f9" + ], + tasks: [{ + uid: "c0b2ee20", + type: "checkmark", + title: "Good Stuff" + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/fc099ac4.snbt b/config/ftbquests/normal/chapters/37c824bb/fc099ac4.snbt new file mode 100644 index 00000000..1edacb19 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/fc099ac4.snbt @@ -0,0 +1,17 @@ +{ + title: "Forbidden Experiments", + x: 15.5d, + y: -9.0d, + description: "Drop mummy bait in a betweenlands marsh or sludge plains biome!", + dependencies: [ + "09a8bf21" + ], + hide: true, + tasks: [{ + uid: "f58485e5", + type: "item", + items: [{ + item: "contenttweaker:dreadful_bone" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/fc10039f.snbt b/config/ftbquests/normal/chapters/37c824bb/fc10039f.snbt new file mode 100644 index 00000000..c74fc531 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/fc10039f.snbt @@ -0,0 +1,17 @@ +{ + title: "Power from Skythern", + x: 90.5d, + y: 0.0d, + dependencies: [ + "630280c4", + "6fe26961" + ], + hide: true, + tasks: [{ + uid: "82cbc6b9", + type: "item", + items: [{ + item: "contenttweaker:skythern_star" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/fc28e660.snbt b/config/ftbquests/normal/chapters/37c824bb/fc28e660.snbt new file mode 100644 index 00000000..6ceff698 --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/fc28e660.snbt @@ -0,0 +1,18 @@ +{ + x: 47.0d, + y: 0.0d, + description: "You may want to bring a way to escape...", + dependencies: [ + "eb59e90c" + ], + hide: true, + tasks: [{ + uid: "a7990646", + type: "item", + items: [{ + item: "contenttweaker:call_of_the_haunted" + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/fcef0c8a.snbt b/config/ftbquests/normal/chapters/37c824bb/fcef0c8a.snbt new file mode 100644 index 00000000..da0fef8d --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/fcef0c8a.snbt @@ -0,0 +1,15 @@ +{ + x: 89.0d, + y: 1.5d, + dependencies: [ + "e43c6b3a" + ], + hide: true, + tasks: [{ + uid: "5ce8babb", + type: "item", + items: [{ + item: "contenttweaker:greckon_garnet" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/37c824bb/fe73cc08.snbt b/config/ftbquests/normal/chapters/37c824bb/fe73cc08.snbt new file mode 100644 index 00000000..a9925f4b --- /dev/null +++ b/config/ftbquests/normal/chapters/37c824bb/fe73cc08.snbt @@ -0,0 +1,26 @@ +{ + title: "A Primordial World", + x: 44.0d, + y: -1.5d, + text: [ + "The Preistoric land of Precasia is one of the Shyre strongholds, yet, it does not feel like one...", + "Seems like the empire, due to some incredible power, maybe Recursion, the ruler up top has a way to keep every single one of their subordinates under some sort of spell.", + "The only other theory I have is that the inhabitants of the lands under the empire truly believe they have met their god, and actively worship it." + ], + dependencies: [ + "b2e50833" + ], + hide: true, + tasks: [{ + uid: "e29c3d78", + type: "item", + items: [{ + id: "aoa3:precasia_realmstone", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/023ed8fa.snbt b/config/ftbquests/normal/chapters/460cf8a6/023ed8fa.snbt new file mode 100644 index 00000000..8b4d119d --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/023ed8fa.snbt @@ -0,0 +1,17 @@ +{ + x: 2.5d, + y: 6.0d, + text: [ + "Spawns from Y=0 to Y=16" + ], + dependencies: [ + "06049c7f" + ], + tasks: [{ + uid: "2ca48825", + type: "item", + items: [{ + item: "minecraft:redstone" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/030554ce.snbt b/config/ftbquests/normal/chapters/460cf8a6/030554ce.snbt new file mode 100644 index 00000000..ccc57b32 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/030554ce.snbt @@ -0,0 +1,17 @@ +{ + x: 0.0d, + y: 3.0d, + text: [ + "Found only in mountainous biomes, but testificates seem to have lots of it!" + ], + dependencies: [ + "d707b772" + ], + tasks: [{ + uid: "7b3af1b3", + type: "item", + items: [{ + item: "minecraft:emerald" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/033c874b.snbt b/config/ftbquests/normal/chapters/460cf8a6/033c874b.snbt new file mode 100644 index 00000000..3b145b25 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/033c874b.snbt @@ -0,0 +1,19 @@ +{ + x: -1.0d, + y: 11.0d, + text: [ + "Can be Found Below Y=15", + "", + "- Written by Bluecat" + ], + dependencies: [ + "d707b772" + ], + tasks: [{ + uid: "09ceeba5", + type: "item", + items: [{ + item: "divinerpg:arlemite_ingot" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/058adf3f.snbt b/config/ftbquests/normal/chapters/460cf8a6/058adf3f.snbt new file mode 100644 index 00000000..1d98c485 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/058adf3f.snbt @@ -0,0 +1,17 @@ +{ + x: 6.0d, + y: 5.0d, + text: [ + "" + ], + dependencies: [ + "b8958680" + ], + tasks: [{ + uid: "e508bfd9", + type: "item", + items: [{ + item: "mysticalagriculture:crafting" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/06049c7f.snbt b/config/ftbquests/normal/chapters/460cf8a6/06049c7f.snbt new file mode 100644 index 00000000..c85dda5c --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/06049c7f.snbt @@ -0,0 +1,12 @@ +{ + x: 3.5d, + y: 0.0d, + dependencies: [ + "47707370" + ], + tasks: [{ + uid: "234702a6", + type: "checkmark", + title: "Nether Minerals" + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/0825bf96.snbt b/config/ftbquests/normal/chapters/460cf8a6/0825bf96.snbt new file mode 100644 index 00000000..4f2283b4 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/0825bf96.snbt @@ -0,0 +1,19 @@ +{ + x: 3.5d, + y: 6.0d, + text: [ + "Spawns From Y=0 to Y=127", + "", + "- Written by Bluecat" + ], + dependencies: [ + "06049c7f" + ], + tasks: [{ + uid: "344f4fba", + type: "item", + items: [{ + item: "minecraft:coal" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/08617f32.snbt b/config/ftbquests/normal/chapters/460cf8a6/08617f32.snbt new file mode 100644 index 00000000..e00372d4 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/08617f32.snbt @@ -0,0 +1,17 @@ +{ + x: 3.5d, + y: 4.0d, + text: [ + "Found between Y = 10 and Y = 40" + ], + dependencies: [ + "06049c7f" + ], + tasks: [{ + uid: "47de1774", + type: "item", + items: [{ + item: "thermalfoundation:material 1 894" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/0c2f0105.snbt b/config/ftbquests/normal/chapters/460cf8a6/0c2f0105.snbt new file mode 100644 index 00000000..1cf10890 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/0c2f0105.snbt @@ -0,0 +1,18 @@ +{ + title: "Planet Minerals", + x: 17.0d, + y: 0.0d, + text: [ + "As The Title Says!", + "", + "- Written By Bluecat" + ], + dependencies: [ + "47707370" + ], + tasks: [{ + uid: "24dd417a", + type: "checkmark", + title: "Planets" + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/0e2212fc.snbt b/config/ftbquests/normal/chapters/460cf8a6/0e2212fc.snbt new file mode 100644 index 00000000..b3d7fe0c --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/0e2212fc.snbt @@ -0,0 +1,17 @@ +{ + x: 15.5d, + y: 0.0d, + text: [ + "As The Title Says!", + "", + "- Written by Bluecat" + ], + dependencies: [ + "47707370" + ], + tasks: [{ + uid: "a3fb39c0", + type: "checkmark", + title: "Erebus Minerals" + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/0ea13a78.snbt b/config/ftbquests/normal/chapters/460cf8a6/0ea13a78.snbt new file mode 100644 index 00000000..9cc82b56 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/0ea13a78.snbt @@ -0,0 +1,17 @@ +{ + x: 1.0d, + y: 19.0d, + text: [ + "Found between Y = 10 and Y = 80 in sand" + ], + dependencies: [ + "d707b772" + ], + tasks: [{ + uid: "bb4ef51c", + type: "item", + items: [{ + item: "thermalfoundation:material 1 892" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/0f7a99b9.snbt b/config/ftbquests/normal/chapters/460cf8a6/0f7a99b9.snbt new file mode 100644 index 00000000..3cd78f94 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/0f7a99b9.snbt @@ -0,0 +1,20 @@ +{ + x: 24.5d, + y: 3.0d, + text: [ + "Ore is found in the Greckon dimension from Advent of Ascension.", + "Found from Y=28 to Y=58", + "", + "- Written by Bluecat" + ], + dependencies: [ + "9d6b5bc4" + ], + tasks: [{ + uid: "959ff278", + type: "item", + items: [{ + item: "aoa3:ghastly_ingot" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/0f992477.snbt b/config/ftbquests/normal/chapters/460cf8a6/0f992477.snbt new file mode 100644 index 00000000..aca99f9f --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/0f992477.snbt @@ -0,0 +1,17 @@ +{ + x: -1.0d, + y: 4.0d, + text: [ + "Found in Darklands biomes" + ], + dependencies: [ + "d707b772" + ], + tasks: [{ + uid: "892a8d43", + type: "item", + items: [{ + item: "abyssalcraft:abyingot" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/10b311cc.snbt b/config/ftbquests/normal/chapters/460cf8a6/10b311cc.snbt new file mode 100644 index 00000000..621dc36b --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/10b311cc.snbt @@ -0,0 +1,17 @@ +{ + x: 0.0d, + y: 19.0d, + text: [ + "Found between Y=5 and Y=16" + ], + dependencies: [ + "d707b772" + ], + tasks: [{ + uid: "0204de6d", + type: "item", + items: [{ + item: "thermalfoundation:material 1 134" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/142db056.snbt b/config/ftbquests/normal/chapters/460cf8a6/142db056.snbt new file mode 100644 index 00000000..c92a7254 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/142db056.snbt @@ -0,0 +1,20 @@ +{ + x: 20.0d, + y: 10.0d, + text: [ + "Found in the Creeponia Dimension from Advent of Ascension", + "Spawns Between Y=21 to Y=37", + "", + "- Written by Bluecat" + ], + dependencies: [ + "4ed812bb" + ], + tasks: [{ + uid: "6a5ee92f", + type: "item", + items: [{ + item: "aoa3:jewelyte" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/15049d40.snbt b/config/ftbquests/normal/chapters/460cf8a6/15049d40.snbt new file mode 100644 index 00000000..18f3702a --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/15049d40.snbt @@ -0,0 +1,17 @@ +{ + x: 7.0d, + y: 5.0d, + text: [ + "" + ], + dependencies: [ + "b8958680" + ], + tasks: [{ + uid: "fc7eb8f3", + type: "item", + items: [{ + item: "mysticalagriculture:crafting 1 5" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/15624e99.snbt b/config/ftbquests/normal/chapters/460cf8a6/15624e99.snbt new file mode 100644 index 00000000..d2661437 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/15624e99.snbt @@ -0,0 +1,20 @@ +{ + x: 21.5d, + y: 7.0d, + text: [ + "Ore is Found in the Crystevia Dimension near Crystevian Rock", + "Found between Y=5 to Y=114", + "", + "- Written by Bluecat" + ], + dependencies: [ + "c85088a1" + ], + tasks: [{ + uid: "e22e62bd", + type: "item", + items: [{ + item: "aoa3:red_gemstones" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/15cd8167.snbt b/config/ftbquests/normal/chapters/460cf8a6/15cd8167.snbt new file mode 100644 index 00000000..e5ac3e95 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/15cd8167.snbt @@ -0,0 +1,17 @@ +{ + x: -1.0d, + y: 9.0d, + text: [ + "Found below Y = 32 (only in some biomes), and as a chance drop from advent of ascension ores" + ], + dependencies: [ + "d707b772" + ], + tasks: [{ + uid: "3214d395", + type: "item", + items: [{ + item: "biomesoplenty:gem 1 6" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/15cfd670.snbt b/config/ftbquests/normal/chapters/460cf8a6/15cfd670.snbt new file mode 100644 index 00000000..f1a19ea1 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/15cfd670.snbt @@ -0,0 +1,20 @@ +{ + x: 2.5d, + y: 3.0d, + text: [ + "Found Under Lava Lakes in The Nether", + "If You Hold It Fire Spreads Around You!", + "", + "- Written by Bluecat" + ], + dependencies: [ + "06049c7f" + ], + tasks: [{ + uid: "6d248da6", + type: "item", + items: [{ + item: "railcraft:firestone_raw" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/16570b62.snbt b/config/ftbquests/normal/chapters/460cf8a6/16570b62.snbt new file mode 100644 index 00000000..4e112d3b --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/16570b62.snbt @@ -0,0 +1,17 @@ +{ + x: 1.0d, + y: 14.0d, + text: [ + "" + ], + dependencies: [ + "d707b772" + ], + tasks: [{ + uid: "75a5fddb", + type: "item", + items: [{ + item: "mysticalagriculture:crafting" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/17c38385.snbt b/config/ftbquests/normal/chapters/460cf8a6/17c38385.snbt new file mode 100644 index 00000000..7c4b019c --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/17c38385.snbt @@ -0,0 +1,20 @@ +{ + x: 24.5d, + y: 4.0d, + text: [ + "Obtained in the Greckon Dimension from Advent of Ascension", + "Round From Y=0 to Y=28", + "", + "- Written by Bluecat" + ], + dependencies: [ + "9d6b5bc4" + ], + tasks: [{ + uid: "e2346716", + type: "item", + items: [{ + item: "aoa3:ghoulish_ingot" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/17e8c221.snbt b/config/ftbquests/normal/chapters/460cf8a6/17e8c221.snbt new file mode 100644 index 00000000..c386f046 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/17e8c221.snbt @@ -0,0 +1,14 @@ +{ + x: 15.5d, + y: 3.0d, + dependencies: [ + "0e2212fc" + ], + tasks: [{ + uid: "a6a9e50d", + type: "item", + items: [{ + item: "erebus:materials 1 47" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/1816051e.snbt b/config/ftbquests/normal/chapters/460cf8a6/1816051e.snbt new file mode 100644 index 00000000..de6b4038 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/1816051e.snbt @@ -0,0 +1,19 @@ +{ + x: 4.5d, + y: 6.0d, + text: [ + "Found in the Nether on Netherrack Roofs / Clifs", + "", + "- Written by Bluecat" + ], + dependencies: [ + "06049c7f" + ], + tasks: [{ + uid: "bab6656d", + type: "item", + items: [{ + item: "minecraft:glowstone_dust" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/1929d9ae.snbt b/config/ftbquests/normal/chapters/460cf8a6/1929d9ae.snbt new file mode 100644 index 00000000..96c3ec5b --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/1929d9ae.snbt @@ -0,0 +1,20 @@ +{ + x: 20.0d, + y: 1.0d, + text: [ + "Found in Precasia Dimension from Advent of Ascension", + "Found between Y=0 to Y=41", + "", + "- Most Written by Bluecat" + ], + dependencies: [ + "4ed812bb" + ], + tasks: [{ + uid: "9ea86265", + type: "item", + items: [{ + item: "aoa3:footbone_fragment" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/19c9ad14.snbt b/config/ftbquests/normal/chapters/460cf8a6/19c9ad14.snbt new file mode 100644 index 00000000..b6c5012d --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/19c9ad14.snbt @@ -0,0 +1,22 @@ +{ + x: 0.0d, + y: 5.0d, + text: [ + "Found between y=9 and y=70", + "Can Be Found in a Treasure Box or a Shiny Box", + "Can Be Found in Loot Chests from Structures", + "Can Be Traded From a Metalloid for 15 Copper Coins", + "", + "- Most Written by Bluecat" + ], + dependencies: [ + "d707b772" + ], + tasks: [{ + uid: "216f8855", + type: "item", + items: [{ + item: "aoa3:limonite_ingot" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/1c116bdb.snbt b/config/ftbquests/normal/chapters/460cf8a6/1c116bdb.snbt new file mode 100644 index 00000000..a7e9bd52 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/1c116bdb.snbt @@ -0,0 +1,17 @@ +{ + x: 14.0d, + y: 5.0d, + text: [ + "" + ], + dependencies: [ + "83006eef" + ], + tasks: [{ + uid: "dab9bec9", + type: "item", + items: [{ + item: "thebetweenlands:items_misc 1 39" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/1cc901b8.snbt b/config/ftbquests/normal/chapters/460cf8a6/1cc901b8.snbt new file mode 100644 index 00000000..491009bf --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/1cc901b8.snbt @@ -0,0 +1,19 @@ +{ + x: 1.0d, + y: 12.0d, + text: [ + "Only Spawn Above Y=60", + "", + "- Written by Bluecat" + ], + dependencies: [ + "d707b772" + ], + tasks: [{ + uid: "9a6ae199", + type: "item", + items: [{ + item: "forestry:apatite" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/1ce4a063.snbt b/config/ftbquests/normal/chapters/460cf8a6/1ce4a063.snbt new file mode 100644 index 00000000..5da8fd21 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/1ce4a063.snbt @@ -0,0 +1,17 @@ +{ + x: 14.0d, + y: 3.0d, + text: [ + "" + ], + dependencies: [ + "83006eef" + ], + tasks: [{ + uid: "e6b95d5d", + type: "item", + items: [{ + item: "thebetweenlands:items_misc 1 18" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/1d4d7860.snbt b/config/ftbquests/normal/chapters/460cf8a6/1d4d7860.snbt new file mode 100644 index 00000000..6df6d209 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/1d4d7860.snbt @@ -0,0 +1,17 @@ +{ + x: 26.0d, + y: 0.0d, + text: [ + "As The Title Says!", + "", + "- Written By Bluecat" + ], + dependencies: [ + "47707370" + ], + tasks: [{ + uid: "927c082d", + type: "checkmark", + title: "Fifth Mythic Shell" + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/205a76b2.snbt b/config/ftbquests/normal/chapters/460cf8a6/205a76b2.snbt new file mode 100644 index 00000000..fa697d25 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/205a76b2.snbt @@ -0,0 +1,18 @@ +{ + x: 18.5d, + y: 2.0d, + text: [ + "Found in the wildwood dimension from DivineRPG", + "Can be crafted from wildwood souls from wildwood native mobs" + ], + dependencies: [ + "7a7b15fa" + ], + tasks: [{ + uid: "5a4e2753", + type: "item", + items: [{ + item: "divinerpg:wildwood_fragments" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/20bd350d.snbt b/config/ftbquests/normal/chapters/460cf8a6/20bd350d.snbt new file mode 100644 index 00000000..7d01b8f8 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/20bd350d.snbt @@ -0,0 +1,20 @@ +{ + x: 20.0d, + y: 11.0d, + text: [ + "From the Creeponia Dimension from Advent of Ascension", + "Spawns between Y=2 to Y=15", + "", + "- Written by Bluecat" + ], + dependencies: [ + "4ed812bb" + ], + tasks: [{ + uid: "86806fb8", + type: "item", + items: [{ + item: "aoa3:ornamyte" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/20ec4aa4.snbt b/config/ftbquests/normal/chapters/460cf8a6/20ec4aa4.snbt new file mode 100644 index 00000000..b536dec0 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/20ec4aa4.snbt @@ -0,0 +1,17 @@ +{ + x: 0.0d, + y: 10.0d, + text: [ + "Found below Y = 32 (only in some biomes), and as a chance drop from advent of ascension ores" + ], + dependencies: [ + "d707b772" + ], + tasks: [{ + uid: "b7be542a", + type: "item", + items: [{ + item: "biomesoplenty:gem 1 5" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/2184ec0e.snbt b/config/ftbquests/normal/chapters/460cf8a6/2184ec0e.snbt new file mode 100644 index 00000000..ae08a2bd --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/2184ec0e.snbt @@ -0,0 +1,17 @@ +{ + x: -1.0d, + y: 10.0d, + text: [ + "Found below Y = 32 (only in some biomes), and as a chance drop from advent of ascension ores" + ], + dependencies: [ + "d707b772" + ], + tasks: [{ + uid: "2b016060", + type: "item", + items: [{ + item: "biomesoplenty:gem 1 4" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/244247ed.snbt b/config/ftbquests/normal/chapters/460cf8a6/244247ed.snbt new file mode 100644 index 00000000..47688f67 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/244247ed.snbt @@ -0,0 +1,18 @@ +{ + x: 1.0d, + y: 3.0d, + text: [ + "Found in the coralium infested swamp.", + "Coralium Ore is craftable." + ], + dependencies: [ + "d707b772" + ], + tasks: [{ + uid: "3055d215", + type: "item", + items: [{ + item: "abyssalcraft:coralium" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/244df05b.snbt b/config/ftbquests/normal/chapters/460cf8a6/244df05b.snbt new file mode 100644 index 00000000..ed8765d3 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/244df05b.snbt @@ -0,0 +1,19 @@ +{ + x: 7.0d, + y: 3.0d, + text: [ + "Spawns Below Y=16", + "", + "- Written by Bluecat" + ], + dependencies: [ + "b8958680" + ], + tasks: [{ + uid: "c86b76ae", + type: "item", + items: [{ + item: "minecraft:diamond" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/26e2f711.snbt b/config/ftbquests/normal/chapters/460cf8a6/26e2f711.snbt new file mode 100644 index 00000000..25aa2171 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/26e2f711.snbt @@ -0,0 +1,14 @@ +{ + x: 21.5d, + y: 3.0d, + dependencies: [ + "c85088a1" + ], + tasks: [{ + uid: "d02d715c", + type: "item", + items: [{ + item: "contenttweaker:material_part 1 111" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/2751a04d.snbt b/config/ftbquests/normal/chapters/460cf8a6/2751a04d.snbt new file mode 100644 index 00000000..06024d7a --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/2751a04d.snbt @@ -0,0 +1,17 @@ +{ + x: 3.5d, + y: 1.0d, + text: [ + "Found in the nether" + ], + dependencies: [ + "06049c7f" + ], + tasks: [{ + uid: "e13237d5", + type: "item", + items: [{ + item: "tconstruct:ingots 1 1" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/27ea4b42.snbt b/config/ftbquests/normal/chapters/460cf8a6/27ea4b42.snbt new file mode 100644 index 00000000..d4c6a195 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/27ea4b42.snbt @@ -0,0 +1,14 @@ +{ + x: 23.0d, + y: 1.0d, + dependencies: [ + "57865bae" + ], + tasks: [{ + uid: "2ac382a8", + type: "item", + items: [{ + item: "contenttweaker:material_part 1 137" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/28c3099a.snbt b/config/ftbquests/normal/chapters/460cf8a6/28c3099a.snbt new file mode 100644 index 00000000..e777253e --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/28c3099a.snbt @@ -0,0 +1,19 @@ +{ + x: 0.0d, + y: 21.0d, + text: [ + "Spawns from Gravel Which Spawns Near Water", + "", + "- Written by Bluecat" + ], + dependencies: [ + "d707b772" + ], + tasks: [{ + uid: "8024b59e", + type: "item", + items: [{ + item: "minecraft:flint" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/2908e86d.snbt b/config/ftbquests/normal/chapters/460cf8a6/2908e86d.snbt new file mode 100644 index 00000000..dead1fb4 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/2908e86d.snbt @@ -0,0 +1,23 @@ +{ + x: 1.0d, + y: 5.0d, + text: [ + "Can be Traded From a Metalloid for 20 Copper Coins", + "Can be Harvested from lava at 40 Extraction, Stone at 85 Foraging and Logs at 95 Logging", + "Can be Found in Treasure Boxes and Shiny Boxes", + "Loot Chests from Structures may Have These", + "Rosite Ore Spawns in Y=15 to Y=49", + "", + "- Written by Bluecat" + ], + dependencies: [ + "d707b772" + ], + tasks: [{ + uid: "2ae3f1f7", + type: "item", + items: [{ + item: "aoa3:rosite_ingot" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/29f1e0c7.snbt b/config/ftbquests/normal/chapters/460cf8a6/29f1e0c7.snbt new file mode 100644 index 00000000..09762f78 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/29f1e0c7.snbt @@ -0,0 +1,20 @@ +{ + x: 0.0d, + y: 11.0d, + text: [ + "Found Between Y=5 and Y=17", + "Can be Dropped by a Cave Crawler and Caveclops", + "", + "- Written by Bluecat" + ], + dependencies: [ + "d707b772" + ], + tasks: [{ + uid: "a39b8334", + type: "item", + items: [{ + item: "divinerpg:realmite_ingot" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/2a2e5cb2.snbt b/config/ftbquests/normal/chapters/460cf8a6/2a2e5cb2.snbt new file mode 100644 index 00000000..f4a525bd --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/2a2e5cb2.snbt @@ -0,0 +1,17 @@ +{ + x: 14.0d, + y: 2.0d, + text: [ + "" + ], + dependencies: [ + "83006eef" + ], + tasks: [{ + uid: "afd84160", + type: "item", + items: [{ + item: "thebetweenlands:items_misc 1 19" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/2b3159c0.snbt b/config/ftbquests/normal/chapters/460cf8a6/2b3159c0.snbt new file mode 100644 index 00000000..1eccbee8 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/2b3159c0.snbt @@ -0,0 +1,17 @@ +{ + x: -1.0d, + y: 1.0d, + text: [ + "Found between Y=0 to Y=65" + ], + dependencies: [ + "d707b772" + ], + tasks: [{ + uid: "ad80f13d", + type: "item", + items: [{ + item: "minecraft:iron_ingot" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/2b5bebca.snbt b/config/ftbquests/normal/chapters/460cf8a6/2b5bebca.snbt new file mode 100644 index 00000000..8ee011b1 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/2b5bebca.snbt @@ -0,0 +1,17 @@ +{ + x: -1.0d, + y: 15.0d, + text: [ + "Found below Y = 32" + ], + dependencies: [ + "d707b772" + ], + tasks: [{ + uid: "ca6f5913", + type: "item", + items: [{ + item: "techreborn:ingot 1 23" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/2b817491.snbt b/config/ftbquests/normal/chapters/460cf8a6/2b817491.snbt new file mode 100644 index 00000000..d669950a --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/2b817491.snbt @@ -0,0 +1,17 @@ +{ + x: 1.0d, + y: 4.0d, + text: [ + "Found at every height" + ], + dependencies: [ + "d707b772" + ], + tasks: [{ + uid: "8e4e76e3", + type: "item", + items: [{ + item: "actuallyadditions:item_misc 1 5" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/2e58b8e0.snbt b/config/ftbquests/normal/chapters/460cf8a6/2e58b8e0.snbt new file mode 100644 index 00000000..b4e76ed6 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/2e58b8e0.snbt @@ -0,0 +1,20 @@ +{ + x: 21.5d, + y: 6.0d, + text: [ + "Ore is Found in the Crystevia Dimension near Crystevian Rock", + "Found between Y=5 to Y=114", + "", + "- Written by Bluecat" + ], + dependencies: [ + "c85088a1" + ], + tasks: [{ + uid: "73afa7e1", + type: "item", + items: [{ + item: "aoa3:purple_gemstones" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/2eb17b0b.snbt b/config/ftbquests/normal/chapters/460cf8a6/2eb17b0b.snbt new file mode 100644 index 00000000..5a0273b4 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/2eb17b0b.snbt @@ -0,0 +1,17 @@ +{ + x: 7.0d, + y: 1.0d, + text: [ + "" + ], + dependencies: [ + "b8958680" + ], + tasks: [{ + uid: "66ee058b", + type: "item", + items: [{ + item: "techreborn:ingot 1 15" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/2eda9740.snbt b/config/ftbquests/normal/chapters/460cf8a6/2eda9740.snbt new file mode 100644 index 00000000..f3f20b2e --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/2eda9740.snbt @@ -0,0 +1,17 @@ +{ + x: 0.0d, + y: 2.0d, + text: [ + "Found between y=0 and y=18" + ], + dependencies: [ + "d707b772" + ], + tasks: [{ + uid: "9b04b486", + type: "item", + items: [{ + item: "minecraft:diamond" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/2f1332e8.snbt b/config/ftbquests/normal/chapters/460cf8a6/2f1332e8.snbt new file mode 100644 index 00000000..be5ab06c --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/2f1332e8.snbt @@ -0,0 +1,14 @@ +{ + x: 21.5d, + y: 2.0d, + dependencies: [ + "c85088a1" + ], + tasks: [{ + uid: "25e926c2", + type: "item", + items: [{ + item: "contenttweaker:material_part 1 90" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/310b2fb6.snbt b/config/ftbquests/normal/chapters/460cf8a6/310b2fb6.snbt new file mode 100644 index 00000000..3058ec18 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/310b2fb6.snbt @@ -0,0 +1,22 @@ +{ + x: 20.0d, + y: 5.0d, + text: [ + "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", + "Spawn Between Y=23 to Y=36", + "", + "- Written by Bluecat" + ], + dependencies: [ + "4ed812bb" + ], + tasks: [{ + uid: "59f67b6b", + type: "item", + items: [{ + item: "aoa3:baronyte_ingot" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/3447fedf.snbt b/config/ftbquests/normal/chapters/460cf8a6/3447fedf.snbt new file mode 100644 index 00000000..b2765834 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/3447fedf.snbt @@ -0,0 +1,20 @@ +{ + x: 11.0d, + y: 1.0d, + text: [ + "Can Drop When using Holystone Tools", + "Ore Spawns in The Aether", + "", + "- Written by Bluecat" + ], + dependencies: [ + "f11cddba" + ], + tasks: [{ + uid: "f1564145", + type: "item", + items: [{ + item: "aether_legacy:ambrosium_shard" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/3551d755.snbt b/config/ftbquests/normal/chapters/460cf8a6/3551d755.snbt new file mode 100644 index 00000000..2769a116 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/3551d755.snbt @@ -0,0 +1,17 @@ +{ + x: -1.0d, + y: 20.0d, + text: [ + "" + ], + dependencies: [ + "d707b772" + ], + tasks: [{ + uid: "e33576fe", + type: "item", + items: [{ + item: "thermalfoundation:material 1 135" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/3a2486ab.snbt b/config/ftbquests/normal/chapters/460cf8a6/3a2486ab.snbt new file mode 100644 index 00000000..344b4eee --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/3a2486ab.snbt @@ -0,0 +1,20 @@ +{ + x: 21.5d, + y: 8.0d, + text: [ + "Ore is Found in the Crystevia Dimension near Crystevian Rock", + "Found between Y=5 to Y=114", + "", + "- Written by Bluecat" + ], + dependencies: [ + "c85088a1" + ], + tasks: [{ + uid: "75652e64", + type: "item", + items: [{ + item: "aoa3:white_gemstones" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/3b3a2ab9.snbt b/config/ftbquests/normal/chapters/460cf8a6/3b3a2ab9.snbt new file mode 100644 index 00000000..8cd23bea --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/3b3a2ab9.snbt @@ -0,0 +1,21 @@ +{ + x: 18.5d, + y: 4.0d, + text: [ + "Ore is Found in the Skythern Dimension", + "Can Be Crafted From Skythern Souls", + "Found Where Stone Is", + "", + "- Written by Bluecat" + ], + dependencies: [ + "7a7b15fa" + ], + tasks: [{ + uid: "08b72afa", + type: "item", + items: [{ + item: "divinerpg:skythern_fragments" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/3eb7d8b4.snbt b/config/ftbquests/normal/chapters/460cf8a6/3eb7d8b4.snbt new file mode 100644 index 00000000..269b2f62 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/3eb7d8b4.snbt @@ -0,0 +1,17 @@ +{ + x: 17.0d, + y: 5.0d, + text: [ + "Found below y=50 on Oi" + ], + dependencies: [ + "0c2f0105" + ], + tasks: [{ + uid: "d85d57f6", + type: "item", + items: [{ + item: "contenttweaker:feldspar" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/3fe41fb5.snbt b/config/ftbquests/normal/chapters/460cf8a6/3fe41fb5.snbt new file mode 100644 index 00000000..393fe63d --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/3fe41fb5.snbt @@ -0,0 +1,17 @@ +{ + x: 17.0d, + y: 2.0d, + text: [ + "Found below y=50 on Ptah" + ], + dependencies: [ + "0c2f0105" + ], + tasks: [{ + uid: "87cbf80e", + type: "item", + items: [{ + item: "contenttweaker:travertine" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/3ffbba20.snbt b/config/ftbquests/normal/chapters/460cf8a6/3ffbba20.snbt new file mode 100644 index 00000000..839ab94d --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/3ffbba20.snbt @@ -0,0 +1,14 @@ +{ + x: 21.5d, + y: 1.0d, + dependencies: [ + "c85088a1" + ], + tasks: [{ + uid: "d3e0d749", + type: "item", + items: [{ + item: "contenttweaker:material_part 1 104" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/404c3ae4.snbt b/config/ftbquests/normal/chapters/460cf8a6/404c3ae4.snbt new file mode 100644 index 00000000..beab192b --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/404c3ae4.snbt @@ -0,0 +1,20 @@ +{ + x: 20.0d, + y: 9.0d, + text: [ + "Found in the Creeponia Dimension from Advent of Ascension", + "Found Between Y=21 to Y=37", + "", + "- Written by Bluecat" + ], + dependencies: [ + "4ed812bb" + ], + tasks: [{ + uid: "030dafb9", + type: "item", + items: [{ + item: "aoa3:gemenyte" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/40e2d418.snbt b/config/ftbquests/normal/chapters/460cf8a6/40e2d418.snbt new file mode 100644 index 00000000..6877b7d5 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/40e2d418.snbt @@ -0,0 +1,20 @@ +{ + x: 2.5d, + y: 2.0d, + text: [ + "Found in the Nether", + "Found from Y=5 to Y=124", + "", + "- Written by Bluecat" + ], + dependencies: [ + "06049c7f" + ], + tasks: [{ + uid: "fb34eaf6", + type: "item", + items: [{ + item: "aoa3:emberstone_ingot" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/45109058.snbt b/config/ftbquests/normal/chapters/460cf8a6/45109058.snbt new file mode 100644 index 00000000..2505d0a1 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/45109058.snbt @@ -0,0 +1,17 @@ +{ + x: 17.0d, + y: 1.0d, + text: [ + "Found below y=50 on Osiris" + ], + dependencies: [ + "0c2f0105" + ], + tasks: [{ + uid: "b3dfbf25", + type: "item", + items: [{ + item: "contenttweaker:serpentine" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/4689f542.snbt b/config/ftbquests/normal/chapters/460cf8a6/4689f542.snbt new file mode 100644 index 00000000..53624d67 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/4689f542.snbt @@ -0,0 +1,17 @@ +{ + x: 8.0d, + y: 1.0d, + text: [ + "Found between Y=20 and Y=70" + ], + dependencies: [ + "b8958680" + ], + tasks: [{ + uid: "cffc94e7", + type: "item", + items: [{ + item: "thermalfoundation:material 1 134" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/474b147a.snbt b/config/ftbquests/normal/chapters/460cf8a6/474b147a.snbt new file mode 100644 index 00000000..3bd6fa93 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/474b147a.snbt @@ -0,0 +1,17 @@ +{ + x: 0.0d, + y: 9.0d, + text: [ + "Found below Y = 32 (only in some biomes), and as a chance drop from advent of ascension ores" + ], + dependencies: [ + "d707b772" + ], + tasks: [{ + uid: "5973979f", + type: "item", + items: [{ + item: "biomesoplenty:gem 1 2" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/47707370.snbt b/config/ftbquests/normal/chapters/460cf8a6/47707370.snbt new file mode 100644 index 00000000..14170978 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/47707370.snbt @@ -0,0 +1,15 @@ +{ + x: -2.0d, + y: 0.0d, + text: [ + "There are a ton of different minerals and metals to be found, here is how to get the all!" + ], + dependencies: [ + "c4bd8574" + ], + tasks: [{ + uid: "e325edac", + type: "checkmark", + title: "All of the minerals!" + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/49085e77.snbt b/config/ftbquests/normal/chapters/460cf8a6/49085e77.snbt new file mode 100644 index 00000000..61de6ca5 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/49085e77.snbt @@ -0,0 +1,18 @@ +{ + x: 1.0d, + y: 13.0d, + text: [ + "Found between Y = 5 and Y = 20", + "" + ], + dependencies: [ + "d707b772" + ], + tasks: [{ + uid: "e01c7e91", + type: "item", + items: [{ + item: "thermalfoundation:material 1 133" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/4a5121d0.snbt b/config/ftbquests/normal/chapters/460cf8a6/4a5121d0.snbt new file mode 100644 index 00000000..c152697e --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/4a5121d0.snbt @@ -0,0 +1,17 @@ +{ + x: 0.0d, + y: 17.0d, + text: [ + "" + ], + dependencies: [ + "d707b772" + ], + tasks: [{ + uid: "a236a137", + type: "item", + items: [{ + item: "techreborn:ingot 1 18" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/4b4e85f9.snbt b/config/ftbquests/normal/chapters/460cf8a6/4b4e85f9.snbt new file mode 100644 index 00000000..2994b9b9 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/4b4e85f9.snbt @@ -0,0 +1,20 @@ +{ + x: 8.0d, + y: 4.0d, + text: [ + "Can Spawn In the Nether and End", + "In RFTools Dimensions, Can Be Found Below Y=40", + "", + "- Written by Bluecat" + ], + dependencies: [ + "b8958680" + ], + tasks: [{ + uid: "81d4dfcc", + type: "item", + items: [{ + item: "rftools:dimensional_shard" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/4daa7c07.snbt b/config/ftbquests/normal/chapters/460cf8a6/4daa7c07.snbt new file mode 100644 index 00000000..f0a31601 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/4daa7c07.snbt @@ -0,0 +1,17 @@ +{ + x: 20.0d, + y: 8.0d, + text: [ + "" + ], + dependencies: [ + "4ed812bb" + ], + tasks: [{ + uid: "91f6870a", + type: "item", + items: [{ + item: "contenttweaker:material_part 1 63" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/4dcee7fa.snbt b/config/ftbquests/normal/chapters/460cf8a6/4dcee7fa.snbt new file mode 100644 index 00000000..a14404d1 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/4dcee7fa.snbt @@ -0,0 +1,19 @@ +{ + x: 9.5d, + y: 6.0d, + text: [ + "Obtained by a Void Ore Miner Teir 4+", + "", + "- Written by Bluecat" + ], + dependencies: [ + "858e8da8" + ], + tasks: [{ + uid: "7c360822", + type: "item", + items: [{ + item: "environmentaltech:ionite_crystal" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/4dfc1f61.snbt b/config/ftbquests/normal/chapters/460cf8a6/4dfc1f61.snbt new file mode 100644 index 00000000..76912464 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/4dfc1f61.snbt @@ -0,0 +1,19 @@ +{ + x: 12.5d, + y: 4.0d, + text: [ + "Only Found in a Goblin Stronghold", + "", + "- Written by Bluecat" + ], + dependencies: [ + "c3ccab1b" + ], + tasks: [{ + uid: "9e3c1a97", + type: "item", + items: [{ + item: "twilightforest:knightmetal_ingot" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/4ecb594b.snbt b/config/ftbquests/normal/chapters/460cf8a6/4ecb594b.snbt new file mode 100644 index 00000000..84e79101 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/4ecb594b.snbt @@ -0,0 +1,17 @@ +{ + x: -1.0d, + y: 19.0d, + text: [ + "Found at all heights in the overworld." + ], + dependencies: [ + "d707b772" + ], + tasks: [{ + uid: "f2f7b000", + type: "item", + items: [{ + item: "minecraft:quartz" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/4ed812bb.snbt b/config/ftbquests/normal/chapters/460cf8a6/4ed812bb.snbt new file mode 100644 index 00000000..f57207bc --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/4ed812bb.snbt @@ -0,0 +1,17 @@ +{ + x: 20.0d, + y: 0.0d, + text: [ + "As The Title Says!", + "", + "- Written by Bluecat" + ], + dependencies: [ + "47707370" + ], + tasks: [{ + uid: "976ff803", + type: "checkmark", + title: "First Mythic Shell" + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/4f020d5a.snbt b/config/ftbquests/normal/chapters/460cf8a6/4f020d5a.snbt new file mode 100644 index 00000000..c5385b42 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/4f020d5a.snbt @@ -0,0 +1,14 @@ +{ + x: 26.0d, + y: 2.0d, + dependencies: [ + "1d4d7860" + ], + tasks: [{ + uid: "a4798f94", + type: "item", + items: [{ + item: "aoa3:shyrestone_ingot" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/52966db9.snbt b/config/ftbquests/normal/chapters/460cf8a6/52966db9.snbt new file mode 100644 index 00000000..6db4997c --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/52966db9.snbt @@ -0,0 +1,17 @@ +{ + x: 7.0d, + y: 2.0d, + text: [ + "Found between Y = 10 and Y = 80" + ], + dependencies: [ + "b8958680" + ], + tasks: [{ + uid: "7a82e455", + type: "item", + items: [{ + item: "thermalfoundation:material 1 895" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/53f0d003.snbt b/config/ftbquests/normal/chapters/460cf8a6/53f0d003.snbt new file mode 100644 index 00000000..1af1481c --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/53f0d003.snbt @@ -0,0 +1,19 @@ +{ + title: "Jade", + x: 15.5d, + y: 1.0d, + text: [ + "" + ], + dependencies: [ + "0e2212fc" + ], + tasks: [{ + uid: "10bdb700", + type: "item", + items: [{ + item: "erebus:materials 1 1" + }], + consume_items: false + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/552fdb24.snbt b/config/ftbquests/normal/chapters/460cf8a6/552fdb24.snbt new file mode 100644 index 00000000..c47f24cb --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/552fdb24.snbt @@ -0,0 +1,33 @@ +{ + x: -1.0d, + y: 21.0d, + text: [ + "Found near bedrock.", + "Holding a resonating wand will illuminate regions above rock crystal ores" + ], + dependencies: [ + "d707b772" + ], + tasks: [{ + uid: "16180569", + type: "item", + items: [{ + id: "astralsorcery:itemrockcrystalsimple", + tag: { + astralsorcery: { + crystalProperties: { + collectiveCapability: 100, + size: 400, + fract: 0, + purity: 100, + sizeOverride: -1 + } + } + }, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/57865bae.snbt b/config/ftbquests/normal/chapters/460cf8a6/57865bae.snbt new file mode 100644 index 00000000..467ba4cf --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/57865bae.snbt @@ -0,0 +1,17 @@ +{ + x: 23.0d, + y: 0.0d, + text: [ + "As The Title Says!", + "", + "- Written By Bluecat" + ], + dependencies: [ + "47707370" + ], + tasks: [{ + uid: "d9a84c43", + type: "checkmark", + title: "Third Mythic Shell" + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/5b231f13.snbt b/config/ftbquests/normal/chapters/460cf8a6/5b231f13.snbt new file mode 100644 index 00000000..5da672c4 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/5b231f13.snbt @@ -0,0 +1,17 @@ +{ + x: 17.0d, + y: 4.0d, + text: [ + "Found below y=50 on Europa" + ], + dependencies: [ + "0c2f0105" + ], + tasks: [{ + uid: "8ac69c06", + type: "item", + items: [{ + item: "contenttweaker:metagabbro" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/5b6ca5f9.snbt b/config/ftbquests/normal/chapters/460cf8a6/5b6ca5f9.snbt new file mode 100644 index 00000000..4b9918c5 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/5b6ca5f9.snbt @@ -0,0 +1,17 @@ +{ + x: 4.5d, + y: 5.0d, + text: [ + "" + ], + dependencies: [ + "06049c7f" + ], + tasks: [{ + uid: "e63bb5eb", + type: "item", + items: [{ + item: "minecraft:dye 1 4" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/5c60a60f.snbt b/config/ftbquests/normal/chapters/460cf8a6/5c60a60f.snbt new file mode 100644 index 00000000..06ed1c37 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/5c60a60f.snbt @@ -0,0 +1,19 @@ +{ + x: 9.5d, + y: 5.0d, + text: [ + "Found From a Void Ore Miner Teir 3+", + "", + "- Written by Bluecat" + ], + dependencies: [ + "858e8da8" + ], + tasks: [{ + uid: "1a6d9cf6", + type: "item", + items: [{ + item: "environmentaltech:pladium_crystal" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/5cdaabf6.snbt b/config/ftbquests/normal/chapters/460cf8a6/5cdaabf6.snbt new file mode 100644 index 00000000..3710f3e2 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/5cdaabf6.snbt @@ -0,0 +1,17 @@ +{ + x: 20.0d, + y: 4.0d, + text: [ + "Spawns From Y=0 to Y=41" + ], + dependencies: [ + "4ed812bb" + ], + tasks: [{ + uid: "e89ed51c", + type: "item", + items: [{ + item: "aoa3:skullbone_fragment" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/5d1e0971.snbt b/config/ftbquests/normal/chapters/460cf8a6/5d1e0971.snbt new file mode 100644 index 00000000..3c4159d7 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/5d1e0971.snbt @@ -0,0 +1,17 @@ +{ + x: 3.5d, + y: 7.0d, + text: [ + "Found in the nether" + ], + dependencies: [ + "06049c7f" + ], + tasks: [{ + uid: "5fcb1f76", + type: "item", + items: [{ + item: "mysticalagriculture:crafting" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/5ef4f515.snbt b/config/ftbquests/normal/chapters/460cf8a6/5ef4f515.snbt new file mode 100644 index 00000000..99f4df40 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/5ef4f515.snbt @@ -0,0 +1,17 @@ +{ + x: 17.0d, + y: 9.0d, + text: [ + "Found in floating crystal clusters" + ], + dependencies: [ + "0c2f0105" + ], + tasks: [{ + uid: "b76a8ed7", + type: "item", + items: [{ + item: "contenttweaker:material_part 1 54" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/5f8e32dc.snbt b/config/ftbquests/normal/chapters/460cf8a6/5f8e32dc.snbt new file mode 100644 index 00000000..d78ba850 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/5f8e32dc.snbt @@ -0,0 +1,19 @@ +{ + x: 9.5d, + y: 3.0d, + text: [ + "Found From a Void Ore Miner", + "", + "- Written by Bluecat" + ], + dependencies: [ + "858e8da8" + ], + tasks: [{ + uid: "08010f94", + type: "item", + items: [{ + item: "environmentaltech:erodium_crystal" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/6086c533.snbt b/config/ftbquests/normal/chapters/460cf8a6/6086c533.snbt new file mode 100644 index 00000000..e594adef --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/6086c533.snbt @@ -0,0 +1,19 @@ +{ + x: 11.0d, + y: 3.0d, + text: [ + "Spawns in The Aether", + "", + "- Written by Bluecat" + ], + dependencies: [ + "f11cddba" + ], + tasks: [{ + uid: "757421a4", + type: "item", + items: [{ + item: "aether_legacy:enchanted_gravitite" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/60d06cf5.snbt b/config/ftbquests/normal/chapters/460cf8a6/60d06cf5.snbt new file mode 100644 index 00000000..c4774de5 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/60d06cf5.snbt @@ -0,0 +1,20 @@ +{ + x: 1.0d, + y: 18.0d, + text: [ + "Obtained by Smelting Cinnibar Ore", + "Found at Every Level", + "", + "- Written by Bluecat" + ], + dependencies: [ + "d707b772" + ], + tasks: [{ + uid: "142d4062", + type: "item", + items: [{ + item: "thaumcraft:quicksilver" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/61ac8b88.snbt b/config/ftbquests/normal/chapters/460cf8a6/61ac8b88.snbt new file mode 100644 index 00000000..326d3b09 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/61ac8b88.snbt @@ -0,0 +1,17 @@ +{ + x: 1.0d, + y: 15.0d, + text: [ + "Found below Y = 28" + ], + dependencies: [ + "d707b772" + ], + tasks: [{ + uid: "248743ce", + type: "item", + items: [{ + item: "nuclearcraft:ingot 1 6" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/6283e18b.snbt b/config/ftbquests/normal/chapters/460cf8a6/6283e18b.snbt new file mode 100644 index 00000000..7cc63579 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/6283e18b.snbt @@ -0,0 +1,19 @@ +{ + x: 12.5d, + y: 3.0d, + text: [ + "Found in 'Labyrinth', 'Hollow Hill', and 'Dark Tower' Chests", + "", + "- Written by Bluecat" + ], + dependencies: [ + "c3ccab1b" + ], + tasks: [{ + uid: "95708b7a", + type: "item", + items: [{ + item: "twilightforest:steeleaf_ingot" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/6385e578.snbt b/config/ftbquests/normal/chapters/460cf8a6/6385e578.snbt new file mode 100644 index 00000000..1220f50f --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/6385e578.snbt @@ -0,0 +1,17 @@ +{ + x: 4.5d, + y: 2.0d, + text: [ + "Found in the nether" + ], + dependencies: [ + "06049c7f" + ], + tasks: [{ + uid: "4d034503", + type: "item", + items: [{ + item: "divinerpg:bloodgem" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/699a8649.snbt b/config/ftbquests/normal/chapters/460cf8a6/699a8649.snbt new file mode 100644 index 00000000..6fc53baf --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/699a8649.snbt @@ -0,0 +1,20 @@ +{ + x: 20.0d, + y: 3.0d, + text: [ + "Spawn in the Precasia Dimension from Advent of Ascension", + "Spawns From Y=0 to Y=41", + "", + "- Written by Bluecat" + ], + dependencies: [ + "4ed812bb" + ], + tasks: [{ + uid: "43c5220a", + type: "item", + items: [{ + item: "aoa3:chestbone_fragment" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/69ad80a4.snbt b/config/ftbquests/normal/chapters/460cf8a6/69ad80a4.snbt new file mode 100644 index 00000000..4e5fd7d0 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/69ad80a4.snbt @@ -0,0 +1,17 @@ +{ + x: -1.0d, + y: 16.0d, + text: [ + "Found below Y = 24" + ], + dependencies: [ + "d707b772" + ], + tasks: [{ + uid: "076c505d", + type: "item", + items: [{ + item: "nuclearcraft:ingot 1 7" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/69e1aa05.snbt b/config/ftbquests/normal/chapters/460cf8a6/69e1aa05.snbt new file mode 100644 index 00000000..61333cc3 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/69e1aa05.snbt @@ -0,0 +1,17 @@ +{ + x: -1.0d, + y: 5.0d, + text: [ + "Found between y=5 and y=21" + ], + dependencies: [ + "d707b772" + ], + tasks: [{ + uid: "868ea7e8", + type: "item", + items: [{ + item: "aoa3:jade" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/6ad521c9.snbt b/config/ftbquests/normal/chapters/460cf8a6/6ad521c9.snbt new file mode 100644 index 00000000..14679231 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/6ad521c9.snbt @@ -0,0 +1,19 @@ +{ + x: 4.5d, + y: 4.0d, + text: [ + "Found between Y=0 to Y=65", + "", + "- Written by Bluecat" + ], + dependencies: [ + "06049c7f" + ], + tasks: [{ + uid: "873a1bb5", + type: "item", + items: [{ + item: "minecraft:iron_ingot" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/6e34a877.snbt b/config/ftbquests/normal/chapters/460cf8a6/6e34a877.snbt new file mode 100644 index 00000000..7163059c --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/6e34a877.snbt @@ -0,0 +1,24 @@ +{ + x: 1.0d, + y: 6.0d, + text: [ + "Can Spawn in Loot Chests from Structures", + "Can Be Found in a Gem Bag", + "Can Be Traded From a Metalloid for 40 Copper Coins", + "Can Be Dropped by a Bane", + "Mobs Killed by a Crystaneer Have A Chance of Dropping It", + "Ore Spawns Between Y=13 to Y=31", + "", + "- Written by Bluecat" + ], + dependencies: [ + "d707b772" + ], + tasks: [{ + uid: "9d4c6efe", + type: "item", + items: [{ + item: "aoa3:amethyst" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/6e6cd314.snbt b/config/ftbquests/normal/chapters/460cf8a6/6e6cd314.snbt new file mode 100644 index 00000000..e8c349f9 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/6e6cd314.snbt @@ -0,0 +1,29 @@ +{ + x: 6.0d, + y: 1.0d, + text: [ + "All Ore is Found Below Y=32", + "Specific Gemstones are Found in Their Own Biome", + "", + "Amber = Forest", + "Emerald = Moutain", + "Malachite = Swamp or Cold Biomes", + "Peridot = Plains", + "Ruby = Arid Biomes (Desert-Like)", + "Sapphire = Ocean", + "Tanzanite = Cold Biomes", + "Topaz = Lush Biomes (Jungle-Like)", + "", + "- Written by Bluecat" + ], + dependencies: [ + "b8958680" + ], + tasks: [{ + uid: "673a800d", + type: "item", + items: [{ + item: "biomesoplenty:gem" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/7470f2b7.snbt b/config/ftbquests/normal/chapters/460cf8a6/7470f2b7.snbt new file mode 100644 index 00000000..0fd4894b --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/7470f2b7.snbt @@ -0,0 +1,17 @@ +{ + x: -1.0d, + y: 13.0d, + text: [ + "Found between Y = 40 and Y = 75" + ], + dependencies: [ + "d707b772" + ], + tasks: [{ + uid: "366453bb", + type: "item", + items: [{ + item: "thermalfoundation:material 1 132" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/775cc568.snbt b/config/ftbquests/normal/chapters/460cf8a6/775cc568.snbt new file mode 100644 index 00000000..b85ff63c --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/775cc568.snbt @@ -0,0 +1,19 @@ +{ + x: 3.5d, + y: 5.0d, + text: [ + "Spawns Below Y=16", + "", + "- Written by Bluecat" + ], + dependencies: [ + "06049c7f" + ], + tasks: [{ + uid: "73c0e887", + type: "item", + items: [{ + item: "minecraft:diamond" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/786b0a6b.snbt b/config/ftbquests/normal/chapters/460cf8a6/786b0a6b.snbt new file mode 100644 index 00000000..de2acdb6 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/786b0a6b.snbt @@ -0,0 +1,17 @@ +{ + x: -1.0d, + y: 14.0d, + text: [ + "Found below Y = 32" + ], + dependencies: [ + "d707b772" + ], + tasks: [{ + uid: "11427fa8", + type: "item", + items: [{ + item: "immersiveengineering:metal 1 5" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/7980f217.snbt b/config/ftbquests/normal/chapters/460cf8a6/7980f217.snbt new file mode 100644 index 00000000..ce60092a --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/7980f217.snbt @@ -0,0 +1,20 @@ +{ + x: 2.5d, + y: 7.0d, + text: [ + "Can Spawn In the Nether and End", + "In RFTools Dimensions, Can Be Found Below Y=40", + "", + "- Written by Bluecat" + ], + dependencies: [ + "06049c7f" + ], + tasks: [{ + uid: "5bdb08f3", + type: "item", + items: [{ + item: "rftools:dimensional_shard" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/7a7b15fa.snbt b/config/ftbquests/normal/chapters/460cf8a6/7a7b15fa.snbt new file mode 100644 index 00000000..98e840eb --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/7a7b15fa.snbt @@ -0,0 +1,17 @@ +{ + x: 18.5d, + y: 0.0d, + text: [ + "As The Title Says!", + "", + "- Written By Bluecat" + ], + dependencies: [ + "47707370" + ], + tasks: [{ + uid: "dc64d69f", + type: "checkmark", + title: "Twilight Realms" + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/7cebc606.snbt b/config/ftbquests/normal/chapters/460cf8a6/7cebc606.snbt new file mode 100644 index 00000000..d561a6d7 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/7cebc606.snbt @@ -0,0 +1,17 @@ +{ + x: 4.5d, + y: 3.0d, + text: [ + "" + ], + dependencies: [ + "06049c7f" + ], + tasks: [{ + uid: "73a30c5f", + type: "item", + items: [{ + item: "techreborn:dust 1 11" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/7f58c773.snbt b/config/ftbquests/normal/chapters/460cf8a6/7f58c773.snbt new file mode 100644 index 00000000..5a917ff9 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/7f58c773.snbt @@ -0,0 +1,20 @@ +{ + x: 21.5d, + y: 4.0d, + text: [ + "Ore is Found in the Crystevia Dimension near Crystevian Rock", + "Found between Y=5 to Y=114", + "", + "- Written by Bluecat" + ], + dependencies: [ + "c85088a1" + ], + tasks: [{ + uid: "211d49e5", + type: "item", + items: [{ + item: "aoa3:blue_gemstones" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/83006eef.snbt b/config/ftbquests/normal/chapters/460cf8a6/83006eef.snbt new file mode 100644 index 00000000..10f448d3 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/83006eef.snbt @@ -0,0 +1,12 @@ +{ + title: "Betweenlands Minerals", + x: 14.0d, + y: 0.0d, + dependencies: [ + "47707370" + ], + tasks: [{ + uid: "b042314e", + type: "checkmark" + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/83afb703.snbt b/config/ftbquests/normal/chapters/460cf8a6/83afb703.snbt new file mode 100644 index 00000000..bd984d4b --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/83afb703.snbt @@ -0,0 +1,17 @@ +{ + x: 3.5d, + y: 3.0d, + text: [ + "Found in the nether" + ], + dependencies: [ + "06049c7f" + ], + tasks: [{ + uid: "c2989638", + type: "item", + items: [{ + item: "techreborn:dust 1 39" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/845fcfc3.snbt b/config/ftbquests/normal/chapters/460cf8a6/845fcfc3.snbt new file mode 100644 index 00000000..e2083582 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/845fcfc3.snbt @@ -0,0 +1,17 @@ +{ + x: 2.5d, + y: 4.0d, + text: [ + "" + ], + dependencies: [ + "06049c7f" + ], + tasks: [{ + uid: "d18f2578", + type: "item", + items: [{ + item: "techreborn:dust 1 50" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/855b020c.snbt b/config/ftbquests/normal/chapters/460cf8a6/855b020c.snbt new file mode 100644 index 00000000..db92ae67 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/855b020c.snbt @@ -0,0 +1,14 @@ +{ + x: 24.5d, + y: 5.0d, + dependencies: [ + "9d6b5bc4" + ], + tasks: [{ + uid: "8cbba769", + type: "item", + items: [{ + item: "contenttweaker:material_part 1 169" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/858e8da8.snbt b/config/ftbquests/normal/chapters/460cf8a6/858e8da8.snbt new file mode 100644 index 00000000..8338caf0 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/858e8da8.snbt @@ -0,0 +1,17 @@ +{ + x: 9.5d, + y: 0.0d, + text: [ + "As The Title Says!", + "", + "- Written by Bluecat" + ], + dependencies: [ + "47707370" + ], + tasks: [{ + uid: "e8d5671e", + type: "checkmark", + title: "Void Minerals" + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/89818f6b.snbt b/config/ftbquests/normal/chapters/460cf8a6/89818f6b.snbt new file mode 100644 index 00000000..37added4 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/89818f6b.snbt @@ -0,0 +1,14 @@ +{ + x: 14.0d, + y: 0.0d, + text: [ + "As The Title Says!" + "" + "- Written by Bluecat" + ], + tasks: [{ + uid: "74311bef", + type: "checkmark", + title: "Betweenlands Minerals" + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/89e50c43.snbt b/config/ftbquests/normal/chapters/460cf8a6/89e50c43.snbt new file mode 100644 index 00000000..a5e005c0 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/89e50c43.snbt @@ -0,0 +1,19 @@ +{ + x: 0.0d, + y: 4.0d, + text: [ + "Found below Y=30", + "", + "- Written by Bluecat" + ], + dependencies: [ + "d707b772" + ], + tasks: [{ + uid: "c4c4c107", + type: "item", + items: [{ + item: "abyssalcraft:nitre" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/8ac11481.snbt b/config/ftbquests/normal/chapters/460cf8a6/8ac11481.snbt new file mode 100644 index 00000000..3dd9a84e --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/8ac11481.snbt @@ -0,0 +1,14 @@ +{ + x: 23.0d, + y: 2.0d, + dependencies: [ + "57865bae" + ], + tasks: [{ + uid: "bc42010c", + type: "item", + items: [{ + item: "contenttweaker:material_part 1 151" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/8ae98aaa.snbt b/config/ftbquests/normal/chapters/460cf8a6/8ae98aaa.snbt new file mode 100644 index 00000000..410ea241 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/8ae98aaa.snbt @@ -0,0 +1,21 @@ +{ + x: 21.5d, + y: 11.0d, + text: [ + "Spawn in the Ironmine Dimension from Advent of Ascension", + "Spawns where Iro Stone Is", + "Spawns Below Y=64", + "", + "- Written by Bluecat" + ], + dependencies: [ + "c85088a1" + ], + tasks: [{ + uid: "542a054a", + type: "item", + items: [{ + item: "aoa3:lyon_ingot" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/8b9fffe8.snbt b/config/ftbquests/normal/chapters/460cf8a6/8b9fffe8.snbt new file mode 100644 index 00000000..19465422 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/8b9fffe8.snbt @@ -0,0 +1,19 @@ +{ + x: 2.5d, + y: 1.0d, + text: [ + "Found in the Nether", + "", + "- Written by Bluecat" + ], + dependencies: [ + "06049c7f" + ], + tasks: [{ + uid: "018207cb", + type: "item", + items: [{ + item: "minecraft:quartz" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/8bc3cca8.snbt b/config/ftbquests/normal/chapters/460cf8a6/8bc3cca8.snbt new file mode 100644 index 00000000..9dd8a450 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/8bc3cca8.snbt @@ -0,0 +1,21 @@ +{ + x: 14.0d, + y: 7.0d, + text: [ + "Spawns in The Betweenlands", + "Spawns Below Mud", + "Requires Purification in a Purifier", + "", + "- Written by Bluecat" + ], + dependencies: [ + "83006eef" + ], + tasks: [{ + uid: "5b87bd5c", + type: "item", + items: [{ + item: "thebetweenlands:crimson_middle_gem" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/8cbbde15.snbt b/config/ftbquests/normal/chapters/460cf8a6/8cbbde15.snbt new file mode 100644 index 00000000..0a26d6b5 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/8cbbde15.snbt @@ -0,0 +1,17 @@ +{ + x: 1.0d, + y: 10.0d, + text: [ + "Found below Y = 32 (only in some biomes), and as a chance drop from advent of ascension ores" + ], + dependencies: [ + "d707b772" + ], + tasks: [{ + uid: "66fbab38", + type: "item", + items: [{ + item: "biomesoplenty:gem 1 7" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/8e58f372.snbt b/config/ftbquests/normal/chapters/460cf8a6/8e58f372.snbt new file mode 100644 index 00000000..c3478cb0 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/8e58f372.snbt @@ -0,0 +1,17 @@ +{ + x: 4.5d, + y: 1.0d, + text: [ + "Found in the nether" + ], + dependencies: [ + "06049c7f" + ], + tasks: [{ + uid: "e7cefdc0", + type: "item", + items: [{ + item: "tconstruct:ingots" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/8fddc985.snbt b/config/ftbquests/normal/chapters/460cf8a6/8fddc985.snbt new file mode 100644 index 00000000..e9ebddd1 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/8fddc985.snbt @@ -0,0 +1,20 @@ +{ + x: 20.0d, + y: 7.0d, + text: [ + "Spawn in the Barathos Dimension from Advent of Ascension", + "Spawns Between Y=24 to Y=64", + "", + "- Written by Bluecat" + ], + dependencies: [ + "4ed812bb" + ], + tasks: [{ + uid: "acfe4e77", + type: "item", + items: [{ + item: "aoa3:varsium_ingot" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/915a6a77.snbt b/config/ftbquests/normal/chapters/460cf8a6/915a6a77.snbt new file mode 100644 index 00000000..d94cf325 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/915a6a77.snbt @@ -0,0 +1,23 @@ +{ + x: 18.5d, + y: 1.0d, + text: [ + "May be Dropped by The Sunstorm", + "Bunnies and Eden Cadillions Drop Eden Souls Which Can Be Used to Make These Fragments", + "Found in the Eden Dimension from DivineRPG", + "Found Anywhere with Stone", + "Although the Ore is Rainbow the Gem is Red", + "", + "- Written by Bluecat" + ], + dependencies: [ + "7a7b15fa" + ], + tasks: [{ + uid: "e8aa91a9", + type: "item", + items: [{ + item: "divinerpg:eden_fragments" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/917f7e87.snbt b/config/ftbquests/normal/chapters/460cf8a6/917f7e87.snbt new file mode 100644 index 00000000..a1ce3c4b --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/917f7e87.snbt @@ -0,0 +1,22 @@ +{ + x: 20.0d, + y: 6.0d, + text: [ + "Found in the Barathos Dimension from Advent of Ascension", + "Can be Found when Opening a Shiny Box", + "Can be Found in a Baron Castle", + "Found from Y=0 to Y=21", + "", + "- Written by Bluecat" + ], + dependencies: [ + "4ed812bb" + ], + tasks: [{ + uid: "7e2d484e", + type: "item", + items: [{ + item: "aoa3:blazium_ingot" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/91e922dc.snbt b/config/ftbquests/normal/chapters/460cf8a6/91e922dc.snbt new file mode 100644 index 00000000..4141f236 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/91e922dc.snbt @@ -0,0 +1,17 @@ +{ + x: 0.0d, + y: 15.0d, + text: [ + "Found below Y = 28" + ], + dependencies: [ + "d707b772" + ], + tasks: [{ + uid: "51a81a25", + type: "item", + items: [{ + item: "nuclearcraft:ingot 1 5" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/938b7b6d.snbt b/config/ftbquests/normal/chapters/460cf8a6/938b7b6d.snbt new file mode 100644 index 00000000..86a55a0c --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/938b7b6d.snbt @@ -0,0 +1,23 @@ +{ + x: 24.5d, + y: 2.0d, + text: [ + "Found in the Shyrelands Dimension from Advent of Ascension", + "Spawns from Y=65 to Y=104", + "Can be Dropped from 'Xxeus' and 'Stimulosus'" + "Can be Found in lootchests from 'Luxocron Dungeon', 'Ruined House', 'Shyre Mausoleum', and 'Shyre Shelter'", + "Can be Found in Shiny Boxes", + "", + "- Written by Bluecat" + ], + dependencies: [ + "1d4d7860" + ], + tasks: [{ + uid: "fc92bf38", + type: "item", + items: [{ + item: "aoa3:shyrestone_ingot" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/93cb5f22.snbt b/config/ftbquests/normal/chapters/460cf8a6/93cb5f22.snbt new file mode 100644 index 00000000..c5afc8e9 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/93cb5f22.snbt @@ -0,0 +1,17 @@ +{ + x: 14.0d, + y: 4.0d, + text: [ + "" + ], + dependencies: [ + "83006eef" + ], + tasks: [{ + uid: "d9b96096", + type: "item", + items: [{ + item: "thebetweenlands:items_misc 1 14" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/948c31fe.snbt b/config/ftbquests/normal/chapters/460cf8a6/948c31fe.snbt new file mode 100644 index 00000000..42691ad7 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/948c31fe.snbt @@ -0,0 +1,19 @@ +{ + x: 12.5d, + y: 1.0d, + text: [ + "Created by Combining a Liveroot, a Iron Ingot, and a Gold Nugget", + "", + "- Written by Bluecat" + ], + dependencies: [ + "c3ccab1b" + ], + tasks: [{ + uid: "ec01007c", + type: "item", + items: [{ + item: "twilightforest:ironwood_ingot" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/9544d8b0.snbt b/config/ftbquests/normal/chapters/460cf8a6/9544d8b0.snbt new file mode 100644 index 00000000..8ace721f --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/9544d8b0.snbt @@ -0,0 +1,17 @@ +{ + x: 0.0d, + y: 13.0d, + text: [ + "Found between Y = 5 and Y = 30" + ], + dependencies: [ + "d707b772" + ], + tasks: [{ + uid: "7225625a", + type: "item", + items: [{ + item: "thermalfoundation:material 1 131" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/958b4d41.snbt b/config/ftbquests/normal/chapters/460cf8a6/958b4d41.snbt new file mode 100644 index 00000000..67186572 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/958b4d41.snbt @@ -0,0 +1,17 @@ +{ + x: 9.5d, + y: 1.0d, + text: [ + "Obtained through the Void Resource Miner" + ], + dependencies: [ + "858e8da8" + ], + tasks: [{ + uid: "c2fc3c6b", + type: "item", + items: [{ + item: "environmentaltech:mica" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/9b05cece.snbt b/config/ftbquests/normal/chapters/460cf8a6/9b05cece.snbt new file mode 100644 index 00000000..7e699065 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/9b05cece.snbt @@ -0,0 +1,19 @@ +{ + x: 8.0d, + y: 2.0d, + text: [ + "Spawns from Y=0 to Y=65", + "", + "- Written by Bluecat" + ], + dependencies: [ + "b8958680" + ], + tasks: [{ + uid: "5b8caf0e", + type: "item", + items: [{ + item: "minecraft:iron_ingot" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/9bd447db.snbt b/config/ftbquests/normal/chapters/460cf8a6/9bd447db.snbt new file mode 100644 index 00000000..ed55e9b5 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/9bd447db.snbt @@ -0,0 +1,21 @@ +{ + x: 14.0d, + y: 9.0d, + text: [ + "Spawns in The Betweenlands", + "Spawns Below Mud", + "Requires Purification in a Purifier", + "", + "- Written by Bluecat" + ], + dependencies: [ + "83006eef" + ], + tasks: [{ + uid: "d6537941", + type: "item", + items: [{ + item: "thebetweenlands:green_middle_gem" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/9be6f004.snbt b/config/ftbquests/normal/chapters/460cf8a6/9be6f004.snbt new file mode 100644 index 00000000..55661ec1 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/9be6f004.snbt @@ -0,0 +1,19 @@ +{ + x: 9.5d, + y: 4.0d, + text: [ + "From a Void Ore Miner Teir 2+", + "", + "- Written by Bluecat" + ], + dependencies: [ + "858e8da8" + ], + tasks: [{ + uid: "f16da9e4", + type: "item", + items: [{ + item: "environmentaltech:kyronite_crystal" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/9cd4f67c.snbt b/config/ftbquests/normal/chapters/460cf8a6/9cd4f67c.snbt new file mode 100644 index 00000000..bcfefe92 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/9cd4f67c.snbt @@ -0,0 +1,20 @@ +{ + x: 20.0d, + y: 2.0d, + text: [ + "Found in Precasia from Advent of Ascension", + "Spawns Between Y=0 to Y=41", + "", + "- Written by Bluecat" + ], + dependencies: [ + "4ed812bb" + ], + tasks: [{ + uid: "2e3e0b93", + type: "item", + items: [{ + item: "aoa3:legbone_fragment" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/9d134373.snbt b/config/ftbquests/normal/chapters/460cf8a6/9d134373.snbt new file mode 100644 index 00000000..31c35a44 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/9d134373.snbt @@ -0,0 +1,17 @@ +{ + x: 0.0d, + y: 16.0d, + text: [ + "" + ], + dependencies: [ + "d707b772" + ], + tasks: [{ + uid: "0f5fe1d7", + type: "item", + items: [{ + item: "projectred-core:resource_item 1 105" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/9d6b5bc4.snbt b/config/ftbquests/normal/chapters/460cf8a6/9d6b5bc4.snbt new file mode 100644 index 00000000..a6722fdc --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/9d6b5bc4.snbt @@ -0,0 +1,17 @@ +{ + x: 24.5d, + y: 0.0d, + text: [ + "As The Title Says!", + "", + "- Written by Bluecat" + ], + dependencies: [ + "47707370" + ], + tasks: [{ + uid: "b98f7e4a", + type: "checkmark", + title: "Fourth Mythic Shell" + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/9d9901ad.snbt b/config/ftbquests/normal/chapters/460cf8a6/9d9901ad.snbt new file mode 100644 index 00000000..0ff2d37e --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/9d9901ad.snbt @@ -0,0 +1,20 @@ +{ + x: 1.0d, + y: 11.0d, + text: [ + "Found between Y=0 and Y=17", + "Will Be Dropped By 'The Eye'", + "", + "- Second Part Written by Bluecat" + ], + dependencies: [ + "d707b772" + ], + tasks: [{ + uid: "4ea31eaf", + type: "item", + items: [{ + item: "divinerpg:rupee_ingot" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/a0402c7f.snbt b/config/ftbquests/normal/chapters/460cf8a6/a0402c7f.snbt new file mode 100644 index 00000000..309727b0 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/a0402c7f.snbt @@ -0,0 +1,14 @@ +{ + x: 23.0d, + y: 3.0d, + dependencies: [ + "57865bae" + ], + tasks: [{ + uid: "df831d5b", + type: "item", + items: [{ + item: "contenttweaker:material_part 1 144" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/a0616a8b.snbt b/config/ftbquests/normal/chapters/460cf8a6/a0616a8b.snbt new file mode 100644 index 00000000..b28e35a0 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/a0616a8b.snbt @@ -0,0 +1,14 @@ +{ + x: 21.5d, + y: 13.0d, + dependencies: [ + "c85088a1" + ], + tasks: [{ + uid: "77ed3a8c", + type: "item", + items: [{ + item: "contenttweaker:cursed_sapphire" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/a099b1d8.snbt b/config/ftbquests/normal/chapters/460cf8a6/a099b1d8.snbt new file mode 100644 index 00000000..9378a923 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/a099b1d8.snbt @@ -0,0 +1,22 @@ +{ + x: 3.5d, + y: 2.0d, + text: [ + "Spawns in the Nether", + "Can Be Dropped from 'The Water' Which Spawns from Wildfires or in the Nether", + "The Ore Looks Like a Full block but it Requires Being Smelted", + "Destroyes Items Coming in Contact of It", + "", + "- Written by Bluecat" + ], + dependencies: [ + "06049c7f" + ], + tasks: [{ + uid: "e6833fb1", + type: "item", + items: [{ + item: "divinerpg:netherite_ingot" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/a1b48d6f.snbt b/config/ftbquests/normal/chapters/460cf8a6/a1b48d6f.snbt new file mode 100644 index 00000000..19fe91af --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/a1b48d6f.snbt @@ -0,0 +1,17 @@ +{ + x: 17.0d, + y: 12.0d, + text: [ + "Found inside special trees" + ], + dependencies: [ + "0c2f0105" + ], + tasks: [{ + uid: "3ecc3664", + type: "item", + items: [{ + item: "contenttweaker:material_part 1 118" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/a228f5c0.snbt b/config/ftbquests/normal/chapters/460cf8a6/a228f5c0.snbt new file mode 100644 index 00000000..588da03f --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/a228f5c0.snbt @@ -0,0 +1,17 @@ +{ + x: 0.0d, + y: 6.0d, + text: [ + "Found in rivers" + ], + dependencies: [ + "d707b772" + ], + tasks: [{ + uid: "ab80ec61", + type: "item", + items: [{ + item: "astralsorcery:itemcraftingcomponent" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/a2a670e4.snbt b/config/ftbquests/normal/chapters/460cf8a6/a2a670e4.snbt new file mode 100644 index 00000000..66a29f14 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/a2a670e4.snbt @@ -0,0 +1,17 @@ +{ + x: 1.0d, + y: 2.0d, + text: [ + "Found between y=1 and y=28" + ], + dependencies: [ + "d707b772" + ], + tasks: [{ + uid: "d86d2992", + type: "item", + items: [{ + item: "minecraft:dye 1 4" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/a2dce89a.snbt b/config/ftbquests/normal/chapters/460cf8a6/a2dce89a.snbt new file mode 100644 index 00000000..c120514d --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/a2dce89a.snbt @@ -0,0 +1,21 @@ +{ + x: 14.0d, + y: 8.0d, + text: [ + "Spawns in The Betweenlands", + "Spawns Below Mud", + "Requires Purification in a Purifier", + "", + "- Written by Bluecat" + ], + dependencies: [ + "83006eef" + ], + tasks: [{ + uid: "61ec3620", + type: "item", + items: [{ + item: "thebetweenlands:aqua_middle_gem" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/a3dc6c87.snbt b/config/ftbquests/normal/chapters/460cf8a6/a3dc6c87.snbt new file mode 100644 index 00000000..85384b63 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/a3dc6c87.snbt @@ -0,0 +1,14 @@ +{ + title: "Nether Minerals", + x: 3.5d, + y: 0.0d, + text: [ + "As The Title Says!" + "" + "- Written by Bluecat" + ], + tasks: [{ + uid: "a8dbd7d3", + type: "checkmark" + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/a6305f0c.snbt b/config/ftbquests/normal/chapters/460cf8a6/a6305f0c.snbt new file mode 100644 index 00000000..dca3b00c --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/a6305f0c.snbt @@ -0,0 +1,17 @@ +{ + x: 0.0d, + y: 14.0d, + text: [ + "" + ], + dependencies: [ + "d707b772" + ], + tasks: [{ + uid: "0a716566", + type: "item", + items: [{ + item: "mysticalagriculture:crafting 1 5" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/a6442b00.snbt b/config/ftbquests/normal/chapters/460cf8a6/a6442b00.snbt new file mode 100644 index 00000000..e98c0d50 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/a6442b00.snbt @@ -0,0 +1,19 @@ +{ + x: 9.5d, + y: 8.0d, + text: [ + "Created From a Void Ore Minter", + "", + "- Written by Bluecat" + ], + dependencies: [ + "858e8da8" + ], + tasks: [{ + uid: "47ed321a", + type: "item", + items: [{ + item: "environmentaltech:lonsdaleite_crystal" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/a654f9f2.snbt b/config/ftbquests/normal/chapters/460cf8a6/a654f9f2.snbt new file mode 100644 index 00000000..3239a042 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/a654f9f2.snbt @@ -0,0 +1,17 @@ +{ + x: 17.0d, + y: 7.0d, + text: [ + "Found below y=50 on Orcus" + ], + dependencies: [ + "0c2f0105" + ], + tasks: [{ + uid: "e62036fa", + type: "item", + items: [{ + item: "contenttweaker:onyx" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/a6ad9053.snbt b/config/ftbquests/normal/chapters/460cf8a6/a6ad9053.snbt new file mode 100644 index 00000000..cff1023e --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/a6ad9053.snbt @@ -0,0 +1,17 @@ +{ + x: 1.0d, + y: 7.0d, + text: [ + "Found between Y = 16 and Y = 42" + ], + dependencies: [ + "d707b772" + ], + tasks: [{ + uid: "088bb161", + type: "item", + items: [{ + item: "bewitchment:opal" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/a6eb7cff.snbt b/config/ftbquests/normal/chapters/460cf8a6/a6eb7cff.snbt new file mode 100644 index 00000000..17cc9877 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/a6eb7cff.snbt @@ -0,0 +1,21 @@ +{ + x: 20.0d, + y: 13.0d, + text: [ + "Found in the Abyss Dimension from Advent of Ascension", + "Dropped by 'Jawe'", + "Ore Generates Below Y=64", + "", + "- Written by Bluecat" + ], + dependencies: [ + "4ed812bb" + ], + tasks: [{ + uid: "23bf34a1", + type: "item", + items: [{ + item: "aoa3:bloodstone" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/a919207e.snbt b/config/ftbquests/normal/chapters/460cf8a6/a919207e.snbt new file mode 100644 index 00000000..d73c4217 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/a919207e.snbt @@ -0,0 +1,21 @@ +{ + x: 21.5d, + y: 12.0d, + text: [ + "Obtained from the Mysterium Dimension", + "Can be Found when Opening a Shiny Box", + "Ore Can be Found Below Y=100", + "", + "- Written by Bluecat" + ], + dependencies: [ + "c85088a1" + ], + tasks: [{ + uid: "9663f95e", + type: "item", + items: [{ + item: "aoa3:mystite_ingot" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/a9ae479f.snbt b/config/ftbquests/normal/chapters/460cf8a6/a9ae479f.snbt new file mode 100644 index 00000000..3abc0316 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/a9ae479f.snbt @@ -0,0 +1,14 @@ +{ + x: 20.0d, + y: 14.0d, + dependencies: [ + "4ed812bb" + ], + tasks: [{ + uid: "fe2c8e3e", + type: "item", + items: [{ + item: "contenttweaker:recursive_powder" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/ab2ca2d6.snbt b/config/ftbquests/normal/chapters/460cf8a6/ab2ca2d6.snbt new file mode 100644 index 00000000..83698c8a --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/ab2ca2d6.snbt @@ -0,0 +1,18 @@ +{ + x: 0.0d, + y: 1.0d, + text: [ + "Found between y=20 and y=96" + ], + dependencies: [ + "d707b772" + ], + hide: true, + tasks: [{ + uid: "824eed2f", + type: "item", + items: [{ + item: "thermalfoundation:material 1 129" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/abc67469.snbt b/config/ftbquests/normal/chapters/460cf8a6/abc67469.snbt new file mode 100644 index 00000000..5e3841b4 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/abc67469.snbt @@ -0,0 +1,22 @@ +{ + x: 21.5d, + y: 10.0d, + text: [ + "Found in The Haven Dimension from Advent of Ascension", + "Can be Dropped by 'Four Guardians'", + "Can Spawn in Chests in 'Guardian Tower'", + "Its Ore Can Spawn Between Y=30 to Y=69 in Haven Stone", + "", + "- Written by Bluecat" + ], + dependencies: [ + "c85088a1" + ], + tasks: [{ + uid: "1007ea4d", + type: "item", + items: [{ + item: "aoa3:crystallite" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/acb09f3e.snbt b/config/ftbquests/normal/chapters/460cf8a6/acb09f3e.snbt new file mode 100644 index 00000000..a0463b42 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/acb09f3e.snbt @@ -0,0 +1,17 @@ +{ + x: 1.0d, + y: 9.0d, + text: [ + "Found below Y = 32 (only in some biomes), and as a chance drop from advent of ascension ores" + ], + dependencies: [ + "d707b772" + ], + tasks: [{ + uid: "3437e3df", + type: "item", + items: [{ + item: "biomesoplenty:gem 1 3" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/aecceb27.snbt b/config/ftbquests/normal/chapters/460cf8a6/aecceb27.snbt new file mode 100644 index 00000000..be217b96 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/aecceb27.snbt @@ -0,0 +1,17 @@ +{ + x: 9.5d, + y: 2.0d, + text: [ + "Created from a Void Ore Miner" + ], + dependencies: [ + "858e8da8" + ], + tasks: [{ + uid: "040480d3", + type: "item", + items: [{ + item: "environmentaltech:litherite_crystal" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/afc309f9.snbt b/config/ftbquests/normal/chapters/460cf8a6/afc309f9.snbt new file mode 100644 index 00000000..8ff1a326 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/afc309f9.snbt @@ -0,0 +1,17 @@ +{ + x: 1.0d, + y: 8.0d, + text: [ + "Found below Y = 32 (only in some biomes), and as a chance drop from advent of ascension ores" + ], + dependencies: [ + "d707b772" + ], + tasks: [{ + uid: "3f7f8d12", + type: "item", + items: [{ + item: "biomesoplenty:gem 1 1" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/b04fb61e.snbt b/config/ftbquests/normal/chapters/460cf8a6/b04fb61e.snbt new file mode 100644 index 00000000..d211e2e4 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/b04fb61e.snbt @@ -0,0 +1,17 @@ +{ + x: 17.0d, + y: 10.0d, + text: [ + "Found in hard-to-see meteors" + ], + dependencies: [ + "0c2f0105" + ], + tasks: [{ + uid: "2f5a29f5", + type: "item", + items: [{ + item: "contenttweaker:material_part 1 76" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/b25a7a7d.snbt b/config/ftbquests/normal/chapters/460cf8a6/b25a7a7d.snbt new file mode 100644 index 00000000..9645a9fe --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/b25a7a7d.snbt @@ -0,0 +1,17 @@ +{ + x: 1.0d, + y: 21.0d, + text: [ + "Found below Y = 20" + ], + dependencies: [ + "d707b772" + ], + tasks: [{ + uid: "2e25de10", + type: "item", + items: [{ + item: "thermalfoundation:material 1 893" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/b4b10167.snbt b/config/ftbquests/normal/chapters/460cf8a6/b4b10167.snbt new file mode 100644 index 00000000..589b8b5c --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/b4b10167.snbt @@ -0,0 +1,20 @@ +{ + x: -1.0d, + y: 12.0d, + text: [ + "Below Y=8 in the Overworld", + "Every Level in the End and Nether", + "", + "- Written by Bluecat" + ], + dependencies: [ + "d707b772" + ], + tasks: [{ + uid: "479edea8", + type: "item", + items: [{ + item: "draconicevolution:draconium_dust" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/b6b3ae92.snbt b/config/ftbquests/normal/chapters/460cf8a6/b6b3ae92.snbt new file mode 100644 index 00000000..61e2fe97 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/b6b3ae92.snbt @@ -0,0 +1,14 @@ +{ + x: 24.5d, + y: 6.0d, + dependencies: [ + "9d6b5bc4" + ], + tasks: [{ + uid: "8f3c3a50", + type: "item", + items: [{ + item: "contenttweaker:imperfect_gem_of_the_cosmos" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/b8958680.snbt b/config/ftbquests/normal/chapters/460cf8a6/b8958680.snbt new file mode 100644 index 00000000..50e4b75d --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/b8958680.snbt @@ -0,0 +1,17 @@ +{ + x: 7.0d, + y: 0.0d, + text: [ + "Like The Title Says!", + "", + "- Written by Bluecat" + ], + dependencies: [ + "47707370" + ], + tasks: [{ + uid: "ee2ce69d", + type: "checkmark", + title: "End Minerals" + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/b9912f6c.snbt b/config/ftbquests/normal/chapters/460cf8a6/b9912f6c.snbt new file mode 100644 index 00000000..98d712f7 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/b9912f6c.snbt @@ -0,0 +1,17 @@ +{ + x: 14.0d, + y: 1.0d, + text: [ + "" + ], + dependencies: [ + "83006eef" + ], + tasks: [{ + uid: "434eb5f8", + type: "item", + items: [{ + item: "thebetweenlands:octine_ingot" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/bc4cd9d3.snbt b/config/ftbquests/normal/chapters/460cf8a6/bc4cd9d3.snbt new file mode 100644 index 00000000..e22ea1ce --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/bc4cd9d3.snbt @@ -0,0 +1,17 @@ +{ + x: 1.0d, + y: 1.0d, + text: [ + "Found between y=35 and y=65" + ], + dependencies: [ + "d707b772" + ], + tasks: [{ + uid: "46dc645b", + type: "item", + items: [{ + item: "thermalfoundation:material 1 128" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/be6ab02e.snbt b/config/ftbquests/normal/chapters/460cf8a6/be6ab02e.snbt new file mode 100644 index 00000000..d72ed534 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/be6ab02e.snbt @@ -0,0 +1,17 @@ +{ + x: -1.0d, + y: 18.0d, + text: [ + "Found between Y = 64 to Y = 120" + ], + dependencies: [ + "d707b772" + ], + tasks: [{ + uid: "7441d515", + type: "item", + items: [{ + item: "techreborn:dust 1 5" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/c004840f.snbt b/config/ftbquests/normal/chapters/460cf8a6/c004840f.snbt new file mode 100644 index 00000000..2ed27da7 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/c004840f.snbt @@ -0,0 +1,19 @@ +{ + x: 9.5d, + y: 7.0d, + text: [ + "Can be Produced by Void Ore Miner Teir 5+", + "", + "- Written by Bluecat" + ], + dependencies: [ + "858e8da8" + ], + tasks: [{ + uid: "02fe1a90", + type: "item", + items: [{ + item: "environmentaltech:aethium_crystal" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/c00e8ee6.snbt b/config/ftbquests/normal/chapters/460cf8a6/c00e8ee6.snbt new file mode 100644 index 00000000..ad1b4543 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/c00e8ee6.snbt @@ -0,0 +1,46 @@ +{ + x: 0.0d, + y: 22.0d, + text: [ + "Found in a rare overworld location..." + ], + dependencies: [ + "d707b772" + ], + tasks: [{ + uid: "da15ee5c", + type: "item", + items: [{ + item: "projectx:xycronium_crystal 1 1" + }], + consume_items: false + }, + { + uid: "1820a245", + type: "item", + items: [{ + item: "projectx:xycronium_crystal" + }] + }, + { + uid: "9fc9fa28", + type: "item", + items: [{ + item: "projectx:xycronium_crystal 1 2" + }] + }, + { + uid: "72d0af9e", + type: "item", + items: [{ + item: "projectx:xycronium_crystal 1 3" + }] + }, + { + uid: "45e29928", + type: "item", + items: [{ + item: "projectx:xycronium_crystal 1 4" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/c04a29db.snbt b/config/ftbquests/normal/chapters/460cf8a6/c04a29db.snbt new file mode 100644 index 00000000..54cd50cc --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/c04a29db.snbt @@ -0,0 +1,26 @@ +{ + x: 0.0d, + y: 6.0d, + text: [ + "Can Drop From 'Clunkhead' and 'Xxeus'", + "Can be Found in a Gem Bag", + "Can be found in Loot Chests in 'Luxocron Dungeon' and 'Zal Ship Ore Processing'"m + "It can also be found in Vanilla Loot Chests in Structures", + "Mobs Killed by the Crystaneer can also Drop These", + "Can be Bought from a Metalloid for 60 Copper Coins", + "Its Ore can be Found Between Y=4 to Y=11", + "", + "- Written by Bluecat" + + ], + dependencies: [ + "d707b772" + ], + tasks: [{ + uid: "06eb2a80", + type: "item", + items: [{ + item: "aoa3:sapphire" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/c0911f1f.snbt b/config/ftbquests/normal/chapters/460cf8a6/c0911f1f.snbt new file mode 100644 index 00000000..3380945f --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/c0911f1f.snbt @@ -0,0 +1,17 @@ +{ + x: -1.0d, + y: 17.0d, + text: [ + "" + ], + dependencies: [ + "d707b772" + ], + tasks: [{ + uid: "3a389994", + type: "item", + items: [{ + item: "thermalfoundation:material 1 771" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/c0a636a9.snbt b/config/ftbquests/normal/chapters/460cf8a6/c0a636a9.snbt new file mode 100644 index 00000000..209b54fd --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/c0a636a9.snbt @@ -0,0 +1,17 @@ +{ + x: 17.0d, + y: 8.0d, + text: [ + "Found on the surface of Hator." + ], + dependencies: [ + "0c2f0105" + ], + tasks: [{ + uid: "1f8d85d5", + type: "item", + items: [{ + item: "contenttweaker:fiery_pyrite" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/c121b040.snbt b/config/ftbquests/normal/chapters/460cf8a6/c121b040.snbt new file mode 100644 index 00000000..075d8cc4 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/c121b040.snbt @@ -0,0 +1,19 @@ +{ + x: 2.5d, + y: 5.0d, + text: [ + "Found from Y=0 to Y=35", + "", + "- Written by Bluecat" + ], + dependencies: [ + "06049c7f" + ], + tasks: [{ + uid: "3ad2e450", + type: "item", + items: [{ + item: "minecraft:gold_ingot" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/c3ccab1b.snbt b/config/ftbquests/normal/chapters/460cf8a6/c3ccab1b.snbt new file mode 100644 index 00000000..129b8436 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/c3ccab1b.snbt @@ -0,0 +1,17 @@ +{ + x: 12.5d, + y: 0.0d, + text: [ + "As The Title Says!", + "", + "- Written by Bluecat" + ], + dependencies: [ + "47707370" + ], + tasks: [{ + uid: "498b01f7", + type: "checkmark", + title: "Twilight Forest Minerals" + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/c4d3ea13.snbt b/config/ftbquests/normal/chapters/460cf8a6/c4d3ea13.snbt new file mode 100644 index 00000000..6b1269f6 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/c4d3ea13.snbt @@ -0,0 +1,17 @@ +{ + x: 3.5d, + y: 8.0d, + text: [ + "Found in the Elemental Chamber dungeon" + ], + dependencies: [ + "06049c7f" + ], + tasks: [{ + uid: "06d7bf26", + type: "item", + items: [{ + item: "thermalfoundation:material 1 136" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/c50a14e5.snbt b/config/ftbquests/normal/chapters/460cf8a6/c50a14e5.snbt new file mode 100644 index 00000000..12156c69 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/c50a14e5.snbt @@ -0,0 +1,17 @@ +{ + x: 11.0d, + y: 2.0d, + text: [ + "" + ], + dependencies: [ + "f11cddba" + ], + tasks: [{ + uid: "ed072edf", + type: "item", + items: [{ + item: "aether_legacy:zanite_gemstone" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/c5be62cf.snbt b/config/ftbquests/normal/chapters/460cf8a6/c5be62cf.snbt new file mode 100644 index 00000000..cf7740dd --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/c5be62cf.snbt @@ -0,0 +1,20 @@ +{ + x: 21.5d, + y: 9.0d, + text: [ + "Ore is Found in the Crystevia Dimension near Crystevian Rock", + "Found between Y=5 to Y=114", + "", + "- Written by Bluecat" + ], + dependencies: [ + "c85088a1" + ], + tasks: [{ + uid: "f5743838", + type: "item", + items: [{ + item: "aoa3:yellow_gemstones" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/c6c05306.snbt b/config/ftbquests/normal/chapters/460cf8a6/c6c05306.snbt new file mode 100644 index 00000000..d2432e5f --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/c6c05306.snbt @@ -0,0 +1,17 @@ +{ + x: 4.5d, + y: 7.0d, + text: [ + "Found in the nether" + ], + dependencies: [ + "06049c7f" + ], + tasks: [{ + uid: "7f559624", + type: "item", + items: [{ + item: "mysticalagriculture:crafting 1 5" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/c85088a1.snbt b/config/ftbquests/normal/chapters/460cf8a6/c85088a1.snbt new file mode 100644 index 00000000..f9f4cc15 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/c85088a1.snbt @@ -0,0 +1,17 @@ +{ + x: 21.5d, + y: 0.0d, + text: [ + "Like The Title Says!", + "", + "- Written by Bluecat" + ], + dependencies: [ + "47707370" + ], + tasks: [{ + uid: "63030225", + type: "checkmark", + title: "Second Mythic Shell" + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/cb7ca4ba.snbt b/config/ftbquests/normal/chapters/460cf8a6/cb7ca4ba.snbt new file mode 100644 index 00000000..0ef70439 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/cb7ca4ba.snbt @@ -0,0 +1,17 @@ +{ + x: 17.0d, + y: 3.0d, + text: [ + "Found below y=50 on Hator" + ], + dependencies: [ + "0c2f0105" + ], + tasks: [{ + uid: "23a7530d", + type: "item", + items: [{ + item: "contenttweaker:pink_marble" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/ccc2f87c.snbt b/config/ftbquests/normal/chapters/460cf8a6/ccc2f87c.snbt new file mode 100644 index 00000000..37d770a0 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/ccc2f87c.snbt @@ -0,0 +1,14 @@ +{ + x: 24.5d, + y: 1.0d, + dependencies: [ + "9d6b5bc4" + ], + tasks: [{ + uid: "1c5679d8", + type: "item", + items: [{ + item: "contenttweaker:material_part 1 159" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/cdd536d4.snbt b/config/ftbquests/normal/chapters/460cf8a6/cdd536d4.snbt new file mode 100644 index 00000000..e8c66cb1 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/cdd536d4.snbt @@ -0,0 +1,17 @@ +{ + x: 6.0d, + y: 2.0d, + text: [ + "" + ], + dependencies: [ + "b8958680" + ], + tasks: [{ + uid: "3cda8c89", + type: "item", + items: [{ + item: "techreborn:dust 1 48" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/ce57650a.snbt b/config/ftbquests/normal/chapters/460cf8a6/ce57650a.snbt new file mode 100644 index 00000000..e210e91f --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/ce57650a.snbt @@ -0,0 +1,17 @@ +{ + x: 1.0d, + y: 16.0d, + text: [ + "Found below y = 30" + ], + dependencies: [ + "d707b772" + ], + tasks: [{ + uid: "c5abe0a8", + type: "item", + items: [{ + item: "thermalfoundation:material 1 772" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/chapter.snbt b/config/ftbquests/normal/chapters/460cf8a6/chapter.snbt new file mode 100644 index 00000000..db69f630 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/chapter.snbt @@ -0,0 +1,7 @@ +{ + title: "Material Compenduum", + icon: "contenttweaker:unidentified_ingot", + always_invisible: false, + group: 0, + default_quest_shape: "" +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/d1bd606a.snbt b/config/ftbquests/normal/chapters/460cf8a6/d1bd606a.snbt new file mode 100644 index 00000000..29a5b340 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/d1bd606a.snbt @@ -0,0 +1,22 @@ +{ + x: 26.0d, + y: 3.0d, + text: [ + "Found in the Shyrelands Dimension by Advent of Ascension", + "Can be Dropped by Xxeus and Stimulosus", + "Can be found in Loot Chests in 'Luxocron Dungeon', 'Ruined House', 'Shyre Mausoleum' and 'Shyre Shelter'", + "The Ore Generates Between Y=64 to Y=104 Wherever There is Shyre Rock", + "", + "- Written by Bluecat" + ], + dependencies: [ + "1d4d7860" + ], + tasks: [{ + uid: "5227a9aa", + type: "item", + items: [{ + item: "aoa3:shyregem" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/d1db322d.snbt b/config/ftbquests/normal/chapters/460cf8a6/d1db322d.snbt new file mode 100644 index 00000000..b7ed8afb --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/d1db322d.snbt @@ -0,0 +1,21 @@ +{ + x: -1.0d, + y: 6.0d, + text: [ + "Can be Dropped by a Runic Guardian", + "Can be Obtained by Deep Cases", + "The Ore Generates Between Y=5 to Y=132", + "", + "- Written by Bluecat" + ], + dependencies: [ + "d707b772" + ], + tasks: [{ + uid: "4263a262", + type: "item", + items: [{ + item: "aoa3:runium_chunk" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/d3bdea3a.snbt b/config/ftbquests/normal/chapters/460cf8a6/d3bdea3a.snbt new file mode 100644 index 00000000..a93e46e3 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/d3bdea3a.snbt @@ -0,0 +1,14 @@ +{ + x: 23.0d, + y: 5.0d, + dependencies: [ + "57865bae" + ], + tasks: [{ + uid: "a9503805", + type: "item", + items: [{ + item: "contenttweaker:corrupted_aragonite" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/d3e4963e.snbt b/config/ftbquests/normal/chapters/460cf8a6/d3e4963e.snbt new file mode 100644 index 00000000..872682e4 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/d3e4963e.snbt @@ -0,0 +1,19 @@ +{ + x: 12.5d, + y: 2.0d, + text: [ + "Can be Crafted by Combining a Iron Ingot and Firey Blood", + "", + "- Written by Bluecat" + ], + dependencies: [ + "c3ccab1b" + ], + tasks: [{ + uid: "650d00ba", + type: "item", + items: [{ + item: "twilightforest:fiery_ingot" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/d525563a.snbt b/config/ftbquests/normal/chapters/460cf8a6/d525563a.snbt new file mode 100644 index 00000000..70562970 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/d525563a.snbt @@ -0,0 +1,21 @@ +{ + x: 23.0d, + y: 4.0d, + text: [ + "Come from the Runandor Dimension from Advent of Ascension", + "Can be Found in Shiny Boxes", + "The Ore Spawns Between Y=1 to Y=34 wherever there is Runic Bricks", + "", + "- Written by Bluecat" + ], + dependencies: [ + "57865bae" + ], + tasks: [{ + uid: "57e17ff6", + type: "item", + items: [{ + item: "aoa3:elecanium_ingot" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/d707b772.snbt b/config/ftbquests/normal/chapters/460cf8a6/d707b772.snbt new file mode 100644 index 00000000..826f9dc0 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/d707b772.snbt @@ -0,0 +1,17 @@ +{ + x: 0.0d, + y: 0.0d, + text: [ + "As the Title Says!", + "", + "- Written by Bluecat" + ], + dependencies: [ + "47707370" + ], + tasks: [{ + uid: "b62cd585", + type: "checkmark", + title: "Overworld Minerals" + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/d8019851.snbt b/config/ftbquests/normal/chapters/460cf8a6/d8019851.snbt new file mode 100644 index 00000000..19396c03 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/d8019851.snbt @@ -0,0 +1,21 @@ +{ + x: 18.5d, + y: 5.0d, + text: [ + "Found in the Mortum Dimension from DivineRPG", + "The Ore Spawns Wherever Twilight Stone is", + "Can be Crafted From Mortum Souls Which Drop from 'Mortum Cadillion', 'Basilisk', 'Demon of Darkness', 'Soul Stealer' and 'Twilight Archer'", + "", + "- Written by Bluecat" + ], + dependencies: [ + "7a7b15fa" + ], + tasks: [{ + uid: "fc20bd54", + type: "item", + items: [{ + item: "divinerpg:mortum_fragments" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/d93f2142.snbt b/config/ftbquests/normal/chapters/460cf8a6/d93f2142.snbt new file mode 100644 index 00000000..71daa76b --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/d93f2142.snbt @@ -0,0 +1,14 @@ +{ + x: 24.5d, + y: 2.0d, + dependencies: [ + "9d6b5bc4" + ], + tasks: [{ + uid: "7adb3899", + type: "item", + items: [{ + item: "contenttweaker:material_part 1 164" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/d9eb0b2f.snbt b/config/ftbquests/normal/chapters/460cf8a6/d9eb0b2f.snbt new file mode 100644 index 00000000..c639cf55 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/d9eb0b2f.snbt @@ -0,0 +1,17 @@ +{ + x: 17.0d, + y: 11.0d, + text: [ + "Found in myrmex nests" + ], + dependencies: [ + "0c2f0105" + ], + tasks: [{ + uid: "9bed2d21", + type: "item", + items: [{ + item: "contenttweaker:material_part 1 82" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/db13091a.snbt b/config/ftbquests/normal/chapters/460cf8a6/db13091a.snbt new file mode 100644 index 00000000..75f09255 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/db13091a.snbt @@ -0,0 +1,19 @@ +{ + x: 7.0d, + y: 4.0d, + text: [ + "Spawns From Y=0 to Y=127", + "", + "- Written by Bluecat" + ], + dependencies: [ + "b8958680" + ], + tasks: [{ + uid: "d1885568", + type: "item", + items: [{ + item: "minecraft:coal" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/e09aa9bc.snbt b/config/ftbquests/normal/chapters/460cf8a6/e09aa9bc.snbt new file mode 100644 index 00000000..08069ab1 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/e09aa9bc.snbt @@ -0,0 +1,19 @@ +{ + x: 6.0d, + y: 3.0d, + text: [ + "Found from Y=0 to Y=35", + "", + "- Written by Bluecat" + ], + dependencies: [ + "b8958680" + ], + tasks: [{ + uid: "bd93f687", + type: "item", + items: [{ + item: "minecraft:gold_ingot" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/e1fad155.snbt b/config/ftbquests/normal/chapters/460cf8a6/e1fad155.snbt new file mode 100644 index 00000000..3f0c566b --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/e1fad155.snbt @@ -0,0 +1,20 @@ +{ + x: 0.0d, + y: 18.0d, + text: [ + "Can Be Dropped from Furious Zombies", + "The Ore Can Be Found Wherever There is Stone, but is More Common at Higher Elevations", + "", + "- Written by Bluecat" + ], + dependencies: [ + "d707b772" + ], + tasks: [{ + uid: "8791185c", + type: "item", + items: [{ + item: "thaumcraft:amber" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/e3ef9f5f.snbt b/config/ftbquests/normal/chapters/460cf8a6/e3ef9f5f.snbt new file mode 100644 index 00000000..86b7ba0e --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/e3ef9f5f.snbt @@ -0,0 +1,22 @@ +{ + x: 20.0d, + y: 12.0d, + text: [ + "Found in the Deeplands Dimension by Advent of Ascension", + "Can be Dropped by 'Kror'", + "Can be Found in Deep Cases", + "Ore Can be Found Between Y=70 to Y=114 Wherever There is Deep Rock", + "", + "- Written by Bluecat" + ], + dependencies: [ + "4ed812bb" + ], + tasks: [{ + uid: "e1f57c76", + type: "item", + items: [{ + item: "aoa3:charged_runium_chunk" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/e45adce2.snbt b/config/ftbquests/normal/chapters/460cf8a6/e45adce2.snbt new file mode 100644 index 00000000..48602669 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/e45adce2.snbt @@ -0,0 +1,17 @@ +{ + x: -1.0d, + y: 3.0d, + text: [ + "Found between Y=0 and Y=18" + ], + dependencies: [ + "d707b772" + ], + tasks: [{ + uid: "5a6dcb63", + type: "item", + items: [{ + item: "minecraft:redstone" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/e45b2821.snbt b/config/ftbquests/normal/chapters/460cf8a6/e45b2821.snbt new file mode 100644 index 00000000..27ace594 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/e45b2821.snbt @@ -0,0 +1,14 @@ +{ + x: 15.5d, + y: 4.0d, + dependencies: [ + "0e2212fc" + ], + tasks: [{ + uid: "09ca436f", + type: "item", + items: [{ + item: "erebus:materials 1 7" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/e49ebfee.snbt b/config/ftbquests/normal/chapters/460cf8a6/e49ebfee.snbt new file mode 100644 index 00000000..8b8f709c --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/e49ebfee.snbt @@ -0,0 +1,19 @@ +{ + x: 8.0d, + y: 3.0d, + text: [ + "Found between Y=0 and Y=18", + "", + "- Written by Bluecat" + ], + dependencies: [ + "b8958680" + ], + tasks: [{ + uid: "7975c7e0", + type: "item", + items: [{ + item: "minecraft:redstone" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/e686ee54.snbt b/config/ftbquests/normal/chapters/460cf8a6/e686ee54.snbt new file mode 100644 index 00000000..69822f17 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/e686ee54.snbt @@ -0,0 +1,17 @@ +{ + x: 17.0d, + y: 6.0d, + text: [ + "Found below y=50 on Falacer" + ], + dependencies: [ + "0c2f0105" + ], + tasks: [{ + uid: "ae154cd2", + type: "item", + items: [{ + item: "contenttweaker:agate" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/e7715332.snbt b/config/ftbquests/normal/chapters/460cf8a6/e7715332.snbt new file mode 100644 index 00000000..9543006a --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/e7715332.snbt @@ -0,0 +1,18 @@ +{ + x: 15.5d, + y: 3.0d, + text: [ + "Spawns Between Y=5 to Y=112", + "Pronounced "Nice"", + "Spawns Lava When Destroyed", + "- Written by Bluecat" + ], + dependencies: [ + "0e2212fc" + ], + tasks: [{ + uid: "7f2481f0", + type: "checkmark", + icon: "erebus:gneiss_vent" + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/e80436bd.snbt b/config/ftbquests/normal/chapters/460cf8a6/e80436bd.snbt new file mode 100644 index 00000000..4b040f91 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/e80436bd.snbt @@ -0,0 +1,17 @@ +{ + x: 14.0d, + y: 6.0d, + text: [ + "" + ], + dependencies: [ + "83006eef" + ], + tasks: [{ + uid: "1c625ba2", + type: "item", + items: [{ + item: "thebetweenlands:items_misc 1 11" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/e86fa5de.snbt b/config/ftbquests/normal/chapters/460cf8a6/e86fa5de.snbt new file mode 100644 index 00000000..9ed436f7 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/e86fa5de.snbt @@ -0,0 +1,17 @@ +{ + x: 1.0d, + y: 17.0d, + text: [ + "Found between Y = 39 to Y = 40" + ], + dependencies: [ + "d707b772" + ], + tasks: [{ + uid: "88b1708c", + type: "item", + items: [{ + item: "techreborn:dust 1 23" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/ed42478d.snbt b/config/ftbquests/normal/chapters/460cf8a6/ed42478d.snbt new file mode 100644 index 00000000..42a51869 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/ed42478d.snbt @@ -0,0 +1,20 @@ +{ + x: 18.5d, + y: 3.0d, + text: [ + "Found in the Apalachia Dimension from DivineRPG", + "Can be Crafted From Apalachia Souls from Apalachia's Native Mobs", + "", + "- Written by Bluecat" + ], + dependencies: [ + "7a7b15fa" + ], + tasks: [{ + uid: "a8d0cbe5", + type: "item", + items: [{ + item: "divinerpg:apalachia_fragments" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/edb56589.snbt b/config/ftbquests/normal/chapters/460cf8a6/edb56589.snbt new file mode 100644 index 00000000..0e94b478 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/edb56589.snbt @@ -0,0 +1,17 @@ +{ + x: 6.0d, + y: 4.0d, + text: [ + "" + ], + dependencies: [ + "b8958680" + ], + tasks: [{ + uid: "e90cd81f", + type: "item", + items: [{ + item: "minecraft:dye 1 4" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/edd4c868.snbt b/config/ftbquests/normal/chapters/460cf8a6/edd4c868.snbt new file mode 100644 index 00000000..48f2c831 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/edd4c868.snbt @@ -0,0 +1,17 @@ +{ + x: 0.0d, + y: 7.0d, + text: [ + "Found between Y = 12 and Y = 42" + ], + dependencies: [ + "d707b772" + ], + tasks: [{ + uid: "65fda1a9", + type: "item", + items: [{ + item: "bewitchment:garnet" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/f057b8d2.snbt b/config/ftbquests/normal/chapters/460cf8a6/f057b8d2.snbt new file mode 100644 index 00000000..530b89a5 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/f057b8d2.snbt @@ -0,0 +1,14 @@ +{ + x: 15.5d, + y: 2.0d, + dependencies: [ + "0e2212fc" + ], + tasks: [{ + uid: "509d0a3f", + type: "item", + items: [{ + item: "erebus:materials 1 2" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/f11cddba.snbt b/config/ftbquests/normal/chapters/460cf8a6/f11cddba.snbt new file mode 100644 index 00000000..775f1d97 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/f11cddba.snbt @@ -0,0 +1,17 @@ +{ + x: 11.0d, + y: 0.0d, + text: [ + "As The Title Says!", + "", + "- Written by Bluecat" + ], + dependencies: [ + "47707370" + ], + tasks: [{ + uid: "8acc5877", + type: "checkmark", + title: "Aether Minerals" + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/f2086d2d.snbt b/config/ftbquests/normal/chapters/460cf8a6/f2086d2d.snbt new file mode 100644 index 00000000..2bf234ad --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/f2086d2d.snbt @@ -0,0 +1,17 @@ +{ + x: -1.0d, + y: 7.0d, + text: [ + "Found between Y = 12 and Y = 74" + ], + dependencies: [ + "d707b772" + ], + tasks: [{ + uid: "359405a5", + type: "item", + items: [{ + item: "appliedenergistics2:material" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/f31e51f0.snbt b/config/ftbquests/normal/chapters/460cf8a6/f31e51f0.snbt new file mode 100644 index 00000000..56e4eb11 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/f31e51f0.snbt @@ -0,0 +1,14 @@ +{ + x: 26.0d, + y: 1.0d, + dependencies: [ + "1d4d7860" + ], + tasks: [{ + uid: "e354da3f", + type: "item", + items: [{ + item: "contenttweaker:material_part 1 179" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/f4ba750d.snbt b/config/ftbquests/normal/chapters/460cf8a6/f4ba750d.snbt new file mode 100644 index 00000000..dd90f27e --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/f4ba750d.snbt @@ -0,0 +1,17 @@ +{ + x: -1.0d, + y: 8.0d, + text: [ + "Found between Y = 5 and Y = 30" + ], + dependencies: [ + "d707b772" + ], + tasks: [{ + uid: "68dc5a17", + type: "item", + items: [{ + item: "thermalfoundation:material 1 130" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/f596a821.snbt b/config/ftbquests/normal/chapters/460cf8a6/f596a821.snbt new file mode 100644 index 00000000..15caa7c1 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/f596a821.snbt @@ -0,0 +1,17 @@ +{ + x: 0.0d, + y: 8.0d, + text: [ + "Found between Y = 10 and Y = 120" + ], + dependencies: [ + "d707b772" + ], + tasks: [{ + uid: "fb36b2ca", + type: "item", + items: [{ + item: "bewitchment:salt" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/f5c1acad.snbt b/config/ftbquests/normal/chapters/460cf8a6/f5c1acad.snbt new file mode 100644 index 00000000..8019d1ba --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/f5c1acad.snbt @@ -0,0 +1,21 @@ +{ + x: 18.5d, + y: 4.0d, + text: [ + "Found in the Precasia Dimension", + "Can be Dropped from 'Iosaur', 'Kaiyu' and 'Skeletron'", + "The Ore Can be Found Between Y=0 to Y=41," + "", + "- Written by Bluecat" + ], + dependencies: [ + "4ed812bb" + ], + tasks: [{ + uid: "f0428ccb", + type: "item", + items: [{ + item: "aoa3:skullbone_fragment" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/f9e94a63.snbt b/config/ftbquests/normal/chapters/460cf8a6/f9e94a63.snbt new file mode 100644 index 00000000..79a42432 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/f9e94a63.snbt @@ -0,0 +1,17 @@ +{ + x: 0.0d, + y: 12.0d, + text: [ + "Found between Y=16 and Y=68" + ], + dependencies: [ + "d707b772" + ], + tasks: [{ + uid: "d301c99d", + type: "item", + items: [{ + item: "bigreactors:ingotyellorium" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/f9fd104e.snbt b/config/ftbquests/normal/chapters/460cf8a6/f9fd104e.snbt new file mode 100644 index 00000000..87df17b4 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/f9fd104e.snbt @@ -0,0 +1,18 @@ +{ + x: 0.0d, + y: 20.0d, + text: [ + "Only for the lucky ones!", + "and large world excavators..." + ], + dependencies: [ + "d707b772" + ], + tasks: [{ + uid: "c7e4cace", + type: "item", + items: [{ + item: "techreborn:ingot 1 14" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/fdf0a1a3.snbt b/config/ftbquests/normal/chapters/460cf8a6/fdf0a1a3.snbt new file mode 100644 index 00000000..67cda480 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/fdf0a1a3.snbt @@ -0,0 +1,19 @@ +{ + x: 1.0d, + y: 20.0d, + text: [ + "Spawns From Y=0 to Y=127", + "", + "- Written by Bluecat" + ], + dependencies: [ + "d707b772" + ], + tasks: [{ + uid: "7d3dc3ba", + type: "item", + items: [{ + item: "minecraft:coal" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/ffa438b3.snbt b/config/ftbquests/normal/chapters/460cf8a6/ffa438b3.snbt new file mode 100644 index 00000000..bb2b8f08 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/ffa438b3.snbt @@ -0,0 +1,20 @@ +{ + x: 21.5d, + y: 5.0d, + text: [ + "Ore is Found in the Crystevia Dimension near Crystevian Rock", + "Found between Y=5 to Y=114", + "", + "- Written by Bluecat" + ], + dependencies: [ + "c85088a1" + ], + tasks: [{ + uid: "89b70c6f", + type: "item", + items: [{ + item: "aoa3:green_gemstones" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/460cf8a6/ffec7594.snbt b/config/ftbquests/normal/chapters/460cf8a6/ffec7594.snbt new file mode 100644 index 00000000..0a2941b4 --- /dev/null +++ b/config/ftbquests/normal/chapters/460cf8a6/ffec7594.snbt @@ -0,0 +1,17 @@ +{ + x: -1.0d, + y: 2.0d, + text: [ + "Found between Y=0 and Y=35" + ], + dependencies: [ + "d707b772" + ], + tasks: [{ + uid: "5c2567be", + type: "item", + items: [{ + item: "minecraft:gold_ingot" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/4dc8eb8a/03b349bd.snbt b/config/ftbquests/normal/chapters/4dc8eb8a/03b349bd.snbt new file mode 100644 index 00000000..11f364f0 --- /dev/null +++ b/config/ftbquests/normal/chapters/4dc8eb8a/03b349bd.snbt @@ -0,0 +1,24 @@ +{ + x: 4.5d, + y: -1.0d, + text: [ + "At 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..." + ], + dependencies: [ + "23f7241d" + ], + tasks: [{ + uid: "d55a72c7", + type: "item", + items: [{ + item: "gendustry:mutatron" + }] + }, + { + uid: "a3deccb4", + type: "item", + items: [{ + item: "gendustry:mutagen_producer" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/4dc8eb8a/0400c016.snbt b/config/ftbquests/normal/chapters/4dc8eb8a/0400c016.snbt new file mode 100644 index 00000000..f40a1b1d --- /dev/null +++ b/config/ftbquests/normal/chapters/4dc8eb8a/0400c016.snbt @@ -0,0 +1,15 @@ +{ + x: 0.0d, + y: 3.5d, + text: [ + "Inferium, a magical material found pretty much everywhere, has strong affinity with both minerals and plants, allowing for the making of crops that yield small amounts of inorganic matter." + ], + dependencies: [ + "c5c58d79" + ], + tasks: [{ + uid: "e381f0e6", + type: "checkmark", + title: "A Green Revolution" + }] +} diff --git a/config/ftbquests/normal/chapters/4dc8eb8a/07318c9b.snbt b/config/ftbquests/normal/chapters/4dc8eb8a/07318c9b.snbt new file mode 100644 index 00000000..0130d1a0 --- /dev/null +++ b/config/ftbquests/normal/chapters/4dc8eb8a/07318c9b.snbt @@ -0,0 +1,17 @@ +{ + x: -4.5d, + y: 3.5d, + text: [ + "A nesting pen can increase the eggification of chickens. Not the best, but it'll do for a bit." + ], + dependencies: [ + "d5d3a2a5" + ], + tasks: [{ + uid: "d321ba96", + type: "item", + items: [{ + item: "hatchery:pen" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/4dc8eb8a/0854a9a4.snbt b/config/ftbquests/normal/chapters/4dc8eb8a/0854a9a4.snbt new file mode 100644 index 00000000..a8e4d835 --- /dev/null +++ b/config/ftbquests/normal/chapters/4dc8eb8a/0854a9a4.snbt @@ -0,0 +1,18 @@ +{ + x: 4.5d, + y: 6.5d, + text: [ + "Do I really need this many rocks?!", + "Well, I can make them from nothing..." + ], + dependencies: [ + "22246a67" + ], + tasks: [{ + uid: "4816789d", + type: "item", + items: [{ + item: "environmentaltech:void_res_miner_cont_1" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/4dc8eb8a/0854b7f4.snbt b/config/ftbquests/normal/chapters/4dc8eb8a/0854b7f4.snbt new file mode 100644 index 00000000..cedc40e5 --- /dev/null +++ b/config/ftbquests/normal/chapters/4dc8eb8a/0854b7f4.snbt @@ -0,0 +1,31 @@ +{ + x: -7.5d, + y: -1.0d, + text: [ + "Digital factories, digital monsters, real life essence!" + ], + dependencies: [ + "434f62fe" + ], + tasks: [{ + uid: "bbbddae9", + type: "item", + items: [{ + item: "woot:upgradeb 1 3" + }] + }, + { + uid: "825f10b0", + type: "item", + items: [{ + item: "woot:upgradeb 1 6" + }] + }, + { + uid: "29c728f4", + type: "item", + items: [{ + item: "woot:upgradeb 1 12" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/4dc8eb8a/08d93ee3.snbt b/config/ftbquests/normal/chapters/4dc8eb8a/08d93ee3.snbt new file mode 100644 index 00000000..19e55ac8 --- /dev/null +++ b/config/ftbquests/normal/chapters/4dc8eb8a/08d93ee3.snbt @@ -0,0 +1,18 @@ +{ + x: -4.5d, + y: -1.0d, + text: [ + "Boys! The plan is simple!", + "Use a lot of energy...make lots of mobs!" + ], + dependencies: [ + "dea6e5e5" + ], + tasks: [{ + uid: "86416072", + type: "item", + items: [{ + item: "enderio:block_powered_spawner" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/4dc8eb8a/099b957a.snbt b/config/ftbquests/normal/chapters/4dc8eb8a/099b957a.snbt new file mode 100644 index 00000000..a8598fd2 --- /dev/null +++ b/config/ftbquests/normal/chapters/4dc8eb8a/099b957a.snbt @@ -0,0 +1,30 @@ +{ + x: 4.5d, + y: 1.0d, + text: [ + "Bee genetics are surprisingle complex, not surprised they took over the universe!", + "The bee analyzer will help me to keep track of bee genes at the cost of a little honey." + ], + dependencies: [ + "23f7241d" + ], + tasks: [{ + uid: "7c973eb9", + type: "item", + items: [{ + id: "forestry:portable_alyzer", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }, + { + uid: "2585b1be", + type: "item", + items: [{ + item: "forestry:honey_drop" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/4dc8eb8a/0a3c0e74.snbt b/config/ftbquests/normal/chapters/4dc8eb8a/0a3c0e74.snbt new file mode 100644 index 00000000..6379c7ba --- /dev/null +++ b/config/ftbquests/normal/chapters/4dc8eb8a/0a3c0e74.snbt @@ -0,0 +1,14 @@ +{ + x: 0.0d, + y: -4.5d, + dependencies: [ + "6e3475c4" + ], + tasks: [{ + uid: "cebe539b", + type: "item", + items: [{ + item: "projecte:transmutation_table" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/4dc8eb8a/0ac66787.snbt b/config/ftbquests/normal/chapters/4dc8eb8a/0ac66787.snbt new file mode 100644 index 00000000..4620b284 --- /dev/null +++ b/config/ftbquests/normal/chapters/4dc8eb8a/0ac66787.snbt @@ -0,0 +1,20 @@ +{ + x: -4.5d, + y: 1.0d, + text: [ + "Want a synthetic source of flavorless food?", + "Then this may be what you need...", + "Oh and there's pink slime!" + ], + dependencies: [ + "dea6e5e5" + ], + tasks: [{ + uid: "2e45f560", + type: "item", + items: [{ + item: "industrialforegoing:mob_slaughter_factory" + }], + consume_items: false + }] +} diff --git a/config/ftbquests/normal/chapters/4dc8eb8a/0d2da217.snbt b/config/ftbquests/normal/chapters/4dc8eb8a/0d2da217.snbt new file mode 100644 index 00000000..f2786ef5 --- /dev/null +++ b/config/ftbquests/normal/chapters/4dc8eb8a/0d2da217.snbt @@ -0,0 +1,24 @@ +{ + x: 4.5d, + y: -3.5d, + text: [ + "Using a tome of arcana, emerald can be converted into experience bottles, this is awesome!" + ], + dependencies: [ + "24d437e6" + ], + tasks: [{ + uid: "a54856eb", + type: "item", + items: [{ + item: "minecraft:emerald" + }] + }, + { + uid: "20477ad6", + type: "item", + items: [{ + item: "minecraft:experience_bottle" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/4dc8eb8a/144c6313.snbt b/config/ftbquests/normal/chapters/4dc8eb8a/144c6313.snbt new file mode 100644 index 00000000..593999e7 --- /dev/null +++ b/config/ftbquests/normal/chapters/4dc8eb8a/144c6313.snbt @@ -0,0 +1,17 @@ +{ + x: 0.0d, + y: 5.5d, + text: [ + "Using crystals, inferium can be compacted into a better version, that has better affinity to more complex minerals." + ], + dependencies: [ + "c0e9c4e4" + ], + tasks: [{ + uid: "92f95cb1", + type: "item", + items: [{ + item: "mysticalagriculture:crafting 1 1" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/4dc8eb8a/18b6abac.snbt b/config/ftbquests/normal/chapters/4dc8eb8a/18b6abac.snbt new file mode 100644 index 00000000..915b62d2 --- /dev/null +++ b/config/ftbquests/normal/chapters/4dc8eb8a/18b6abac.snbt @@ -0,0 +1,17 @@ +{ + x: 10.5d, + y: 10.5d, + text: [ + "Better virtual minerals, better yield!" + ], + dependencies: [ + "d399de73" + ], + tasks: [{ + uid: "c73b179f", + type: "item", + items: [{ + item: "environmentaltech:void_ore_miner_cont_6" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/4dc8eb8a/1a203a70.snbt b/config/ftbquests/normal/chapters/4dc8eb8a/1a203a70.snbt new file mode 100644 index 00000000..4705a2a6 --- /dev/null +++ b/config/ftbquests/normal/chapters/4dc8eb8a/1a203a70.snbt @@ -0,0 +1,22 @@ +{ + x: -2.0d, + y: 7.5d, + text: [ + "Things get W I D E R!" + ], + dependencies: [ + "254d382b" + ], + tasks: [{ + uid: "6edb7c12", + type: "item", + items: [{ + id: "mysticalagriculture:watering_can", + Damage: 2s, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/4dc8eb8a/1ae929d9.snbt b/config/ftbquests/normal/chapters/4dc8eb8a/1ae929d9.snbt new file mode 100644 index 00000000..44a75c6b --- /dev/null +++ b/config/ftbquests/normal/chapters/4dc8eb8a/1ae929d9.snbt @@ -0,0 +1,65 @@ +{ + x: -4.5d, + y: -4.5d, + text: [ + "While 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.", + "Possible EMC farm candidates!" + ], + dependencies: [ + "f0ef01a2" + ], + tasks: [{ + uid: "68b4b187", + type: "item", + items: [{ + id: "forestry:ffarm", + tag: { + FarmBlock: 0 + } + }] + }, + { + uid: "f8fbe1a9", + type: "item", + items: [{ + id: "forestry:ffarm", + Damage: 2s, + tag: { + FarmBlock: 0 + } + }] + }, + { + uid: "f379c96a", + type: "item", + items: [{ + id: "forestry:ffarm", + Damage: 3s, + tag: { + FarmBlock: 0 + } + }] + }, + { + uid: "cd056077", + type: "item", + items: [{ + id: "forestry:ffarm", + Damage: 4s, + tag: { + FarmBlock: 0 + } + }] + }, + { + uid: "4b4f1ee8", + type: "item", + items: [{ + id: "forestry:ffarm", + Damage: 5s, + tag: { + FarmBlock: 0 + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/4dc8eb8a/1b4ee1ab.snbt b/config/ftbquests/normal/chapters/4dc8eb8a/1b4ee1ab.snbt new file mode 100644 index 00000000..afafcdae --- /dev/null +++ b/config/ftbquests/normal/chapters/4dc8eb8a/1b4ee1ab.snbt @@ -0,0 +1,37 @@ +{ + x: 3.5d, + y: -4.5d, + text: [ + "The akashic tome, in most situations, is a worse version of the philosopher stone, but its ability to replicate nether stars makes it very useful." + ], + dependencies: [ + "24d437e6" + ], + tasks: [{ + uid: "11767c32", + type: "item", + items: [{ + id: "xreliquary:alkahestry_tome", + Damage: 1001s, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }, + { + uid: "ff2a8b1d", + type: "item", + items: [{ + item: "minecraft:redstone" + }] + }, + { + uid: "acdf68a2", + type: "item", + items: [{ + item: "minecraft:nether_star" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/4dc8eb8a/1ef57a8d.snbt b/config/ftbquests/normal/chapters/4dc8eb8a/1ef57a8d.snbt new file mode 100644 index 00000000..7a8f20b8 --- /dev/null +++ b/config/ftbquests/normal/chapters/4dc8eb8a/1ef57a8d.snbt @@ -0,0 +1,30 @@ +{ + x: -8.5d, + y: 0.0d, + text: [ + "Thanks to the power of entropy manipulation, I can build one-block mobfarms with extremely high rates!" + ], + dependencies: [ + "50a10582" + ], + tasks: [{ + uid: "35ba8dd5", + type: "item", + items: [{ + item: "tinymobfarm:ultimate_farm" + }] + }, + { + uid: "9d0b2111", + type: "item", + items: [{ + id: "tinymobfarm:lasso", + tag: {}, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/4dc8eb8a/22246a67.snbt b/config/ftbquests/normal/chapters/4dc8eb8a/22246a67.snbt new file mode 100644 index 00000000..fcc8bde3 --- /dev/null +++ b/config/ftbquests/normal/chapters/4dc8eb8a/22246a67.snbt @@ -0,0 +1,33 @@ +{ + x: 3.5d, + y: 5.5d, + text: [ + "The igneous extruder passively produces rocks by using water and lava.", + "Upgrades can be used to reduce fluid usage." + ], + dependencies: [ + "9000a36b" + ], + tasks: [{ + uid: "444ca02c", + type: "item", + items: [{ + id: "thermalexpansion:machine", + Damage: 15s, + tag: { + RSControl: 0b, + Facing: 3b, + Energy: 0, + SideCache: [B; + 1b, + 1b, + 2b, + 2b, + 2b, + 2b + ], + Level: 0b + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/4dc8eb8a/23f7241d.snbt b/config/ftbquests/normal/chapters/4dc8eb8a/23f7241d.snbt new file mode 100644 index 00000000..c694f392 --- /dev/null +++ b/config/ftbquests/normal/chapters/4dc8eb8a/23f7241d.snbt @@ -0,0 +1,17 @@ +{ + x: 3.5d, + y: 0.0d, + text: [ + "bees are cool", + "bees are cool!", + "bees are cool!!!" + ], + dependencies: [ + "c5c58d79" + ], + tasks: [{ + uid: "9547ef43", + type: "checkmark", + title: "Apian Genetics" + }] +} diff --git a/config/ftbquests/normal/chapters/4dc8eb8a/24d437e6.snbt b/config/ftbquests/normal/chapters/4dc8eb8a/24d437e6.snbt new file mode 100644 index 00000000..557a79b9 --- /dev/null +++ b/config/ftbquests/normal/chapters/4dc8eb8a/24d437e6.snbt @@ -0,0 +1,16 @@ +{ + x: 3.5d, + y: -3.5d, + text: [ + "Alkahestry is a weird art, some may call it a pallid imitation of EMC alchemy, yet, it has its advantages.", + "The Tome of Arcana is pretty good too!" + ], + dependencies: [ + "c5c58d79" + ], + tasks: [{ + uid: "ccd8d2e5", + type: "checkmark", + title: "A good read" + }] +} diff --git a/config/ftbquests/normal/chapters/4dc8eb8a/254d382b.snbt b/config/ftbquests/normal/chapters/4dc8eb8a/254d382b.snbt new file mode 100644 index 00000000..d222b750 --- /dev/null +++ b/config/ftbquests/normal/chapters/4dc8eb8a/254d382b.snbt @@ -0,0 +1,22 @@ +{ + x: -2.0d, + y: 6.5d, + text: [ + "Things get W I D E R!" + ], + dependencies: [ + "ea0176f4" + ], + tasks: [{ + uid: "5bfbc1b0", + type: "item", + items: [{ + id: "mysticalagriculture:watering_can", + Damage: 1s, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/4dc8eb8a/27438cc4.snbt b/config/ftbquests/normal/chapters/4dc8eb8a/27438cc4.snbt new file mode 100644 index 00000000..a3d08f5b --- /dev/null +++ b/config/ftbquests/normal/chapters/4dc8eb8a/27438cc4.snbt @@ -0,0 +1,17 @@ +{ + x: 0.0d, + y: 6.5d, + text: [ + "Better essences, better materials!" + ], + dependencies: [ + "144c6313" + ], + tasks: [{ + uid: "8ed843d5", + type: "item", + items: [{ + item: "mysticalagriculture:crafting 1 2" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/4dc8eb8a/36441f77.snbt b/config/ftbquests/normal/chapters/4dc8eb8a/36441f77.snbt new file mode 100644 index 00000000..d083d463 --- /dev/null +++ b/config/ftbquests/normal/chapters/4dc8eb8a/36441f77.snbt @@ -0,0 +1,18 @@ +{ + x: 2.0d, + y: -4.5d, + text: [ + "Primal Mana is not the easiest resource to obtain, until it is...", + "And it can be made into EMC..." + ], + dependencies: [ + "6e3475c4" + ], + tasks: [{ + uid: "c38e05d9", + type: "item", + items: [{ + item: "contenttweaker:botanic_alchemic_catalyst" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/4dc8eb8a/3735e4e9.snbt b/config/ftbquests/normal/chapters/4dc8eb8a/3735e4e9.snbt new file mode 100644 index 00000000..be4c9093 --- /dev/null +++ b/config/ftbquests/normal/chapters/4dc8eb8a/3735e4e9.snbt @@ -0,0 +1,28 @@ +{ + x: -1.0d, + y: 7.5d, + text: [ + "The Moon Harvest blood ritual can be used to infuse life essence into plants, and crops too!" + ], + dependencies: [ + "0400c016" + ], + tasks: [{ + uid: "b4738aa4", + type: "item", + items: [{ + id: "bloodmagic:ritual_diviner", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_nbt: 1b + }, + { + uid: "28f42888", + type: "item", + items: [{ + item: "bloodmagic:ritual_controller" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/4dc8eb8a/434f62fe.snbt b/config/ftbquests/normal/chapters/4dc8eb8a/434f62fe.snbt new file mode 100644 index 00000000..bffb8d77 --- /dev/null +++ b/config/ftbquests/normal/chapters/4dc8eb8a/434f62fe.snbt @@ -0,0 +1,45 @@ +{ + x: -6.5d, + y: 0.0d, + text: [ + "Creating creatures and monsters is cool and all, but making them digitally is better (for chunks and fps).", + "Also, it seems like these factories can produce things that normally seem to only come from my sword!" + ], + dependencies: [ + "dbf8d1a9" + ], + tasks: [{ + uid: "27fe6774", + type: "item", + items: [{ + item: "woot:factory" + }] + }, + { + uid: "cabc2b20", + type: "item", + items: [{ + id: "woot:builder", + tag: { + tier: 0 + }, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }, + { + uid: "ac14b05d", + type: "item", + items: [{ + id: "woot:endershard", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/4dc8eb8a/436aaa2e.snbt b/config/ftbquests/normal/chapters/4dc8eb8a/436aaa2e.snbt new file mode 100644 index 00000000..a7c8c491 --- /dev/null +++ b/config/ftbquests/normal/chapters/4dc8eb8a/436aaa2e.snbt @@ -0,0 +1,47 @@ +{ + title: "Just an idea...", + x: 2.0d, + y: -5.5d, + text: [ + "At this point, it is clear that I need LOTS of EMC.", + "The torcherino can drastically increase crop growth...", + "The Harvest Goddess band can autoharverst sugarcane...", + "The pedestal allows for rings to function without the need of a player..." + ], + dependencies: [ + "dfafe997" + ], + tasks: [{ + uid: "aa5e99ef", + type: "item", + items: [{ + item: "projecte:dm_pedestal" + }] + }, + { + uid: "151a1bd8", + type: "item", + items: [{ + id: "projecte:item.pe_harvest_god", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }, + { + uid: "861f7b3a", + type: "item", + items: [{ + item: "minecraft:reeds" + }] + }, + { + uid: "c6f028e5", + type: "item", + items: [{ + item: "torcherino:blocktorcherino" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/4dc8eb8a/46974e36.snbt b/config/ftbquests/normal/chapters/4dc8eb8a/46974e36.snbt new file mode 100644 index 00000000..9752304e --- /dev/null +++ b/config/ftbquests/normal/chapters/4dc8eb8a/46974e36.snbt @@ -0,0 +1,32 @@ +{ + x: 4.5d, + y: 2.5d, + text: [ + "The glacial precipitator uses water to produce various ice-related items." + ], + dependencies: [ + "9000a36b" + ], + tasks: [{ + uid: "f1b88753", + type: "item", + items: [{ + id: "thermalexpansion:machine", + Damage: 14s, + tag: { + RSControl: 0b, + Facing: 3b, + Energy: 0, + SideCache: [B; + 1b, + 1b, + 2b, + 2b, + 2b, + 2b + ], + Level: 0b + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/4dc8eb8a/46c3ed22.snbt b/config/ftbquests/normal/chapters/4dc8eb8a/46c3ed22.snbt new file mode 100644 index 00000000..22ecf317 --- /dev/null +++ b/config/ftbquests/normal/chapters/4dc8eb8a/46c3ed22.snbt @@ -0,0 +1,24 @@ +{ + x: -5.5d, + y: -5.5d, + text: [ + "The obsidian electron tube is used to configure these large farms to produce peat, which I have no other way to automatically produce..." + ], + dependencies: [ + "1ae929d9" + ], + tasks: [{ + uid: "0c0ee346", + type: "item", + items: [{ + item: "forestry:thermionic_tubes 1 6" + }] + }, + { + uid: "0d58191b", + type: "item", + items: [{ + item: "forestry:bog_earth" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/4dc8eb8a/488cf5cd.snbt b/config/ftbquests/normal/chapters/4dc8eb8a/488cf5cd.snbt new file mode 100644 index 00000000..4b59caa2 --- /dev/null +++ b/config/ftbquests/normal/chapters/4dc8eb8a/488cf5cd.snbt @@ -0,0 +1,14 @@ +{ + x: -1.0d, + y: 10.5d, + dependencies: [ + "0400c016" + ], + tasks: [{ + uid: "f7570821", + type: "item", + items: [{ + item: "xreliquary:fertile_lilypad" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/4dc8eb8a/48e04be7.snbt b/config/ftbquests/normal/chapters/4dc8eb8a/48e04be7.snbt new file mode 100644 index 00000000..3f21fbb8 --- /dev/null +++ b/config/ftbquests/normal/chapters/4dc8eb8a/48e04be7.snbt @@ -0,0 +1,25 @@ +{ + title: "MK3 Power Flower", + x: 1.0d, + y: -6.5d, + text: [ + "Red Matter > Dark Matter" + ], + dependencies: [ + "832a0470" + ], + tasks: [{ + uid: "bcde23c6", + type: "item", + items: [{ + item: "projecte:collector_mk3" + }] + }, + { + uid: "1aa425d6", + type: "item", + items: [{ + item: "projecte:relay_mk3" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/4dc8eb8a/4d1a64aa.snbt b/config/ftbquests/normal/chapters/4dc8eb8a/4d1a64aa.snbt new file mode 100644 index 00000000..dace3433 --- /dev/null +++ b/config/ftbquests/normal/chapters/4dc8eb8a/4d1a64aa.snbt @@ -0,0 +1,14 @@ +{ + x: -1.0d, + y: 11.5d, + dependencies: [ + "0400c016" + ], + tasks: [{ + uid: "594ecbcd", + type: "item", + items: [{ + item: "actuallyadditions:block_greenhouse_glass" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/4dc8eb8a/4e33d924.snbt b/config/ftbquests/normal/chapters/4dc8eb8a/4e33d924.snbt new file mode 100644 index 00000000..575a616b --- /dev/null +++ b/config/ftbquests/normal/chapters/4dc8eb8a/4e33d924.snbt @@ -0,0 +1,14 @@ +{ + x: -1.0d, + y: -7.5d, + dependencies: [ + "5d1afb8c" + ], + tasks: [{ + uid: "775b7807", + type: "item", + items: [{ + item: "projectex:compressed_refined_link" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/4dc8eb8a/50a10582.snbt b/config/ftbquests/normal/chapters/4dc8eb8a/50a10582.snbt new file mode 100644 index 00000000..2fb50150 --- /dev/null +++ b/config/ftbquests/normal/chapters/4dc8eb8a/50a10582.snbt @@ -0,0 +1,32 @@ +{ + x: -7.5d, + y: 0.0d, + text: [ + "A simulation chamber that has been programmed with a data model consumes polymer clay to produce mob matter.", + "The loot fabricator uses pristine matter to produce mob drops." + ], + dependencies: [ + "434f62fe" + ], + tasks: [{ + uid: "42b40b35", + type: "item", + items: [{ + item: "deepmoblearning:simulation_chamber" + }] + }, + { + uid: "896a3d10", + type: "item", + items: [{ + item: "deepmoblearning:extraction_chamber" + }] + }, + { + uid: "d7ca145f", + type: "item", + items: [{ + item: "deepmoblearning:polymer_clay" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/4dc8eb8a/532af2c8.snbt b/config/ftbquests/normal/chapters/4dc8eb8a/532af2c8.snbt new file mode 100644 index 00000000..a4e0f155 --- /dev/null +++ b/config/ftbquests/normal/chapters/4dc8eb8a/532af2c8.snbt @@ -0,0 +1,17 @@ +{ + x: 7.5d, + y: 1.0d, + text: [ + "Can I make my bees Harder, Better, Faster, Stronger? Heck yeah I can!" + ], + dependencies: [ + "629b6d34" + ], + tasks: [{ + uid: "e7b312de", + type: "item", + items: [{ + item: "gendustry:imprinter" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/4dc8eb8a/53aae977.snbt b/config/ftbquests/normal/chapters/4dc8eb8a/53aae977.snbt new file mode 100644 index 00000000..a75adbe1 --- /dev/null +++ b/config/ftbquests/normal/chapters/4dc8eb8a/53aae977.snbt @@ -0,0 +1,52 @@ +{ + x: 7.5d, + y: 0.0d, + text: [ + "Instead of moving my bees around, I can just emulate biomes from the comfort of my home!" + ], + dependencies: [ + "f7af641f" + ], + tasks: [{ + uid: "e898ee96", + type: "item", + items: [{ + item: "gendustry:apiary.upgrade 1 17" + }] + }, + { + uid: "e358ea4f", + type: "item", + items: [{ + item: "gendustry:apiary.upgrade 1 20" + }] + }, + { + uid: "9c138896", + type: "item", + items: [{ + item: "gendustry:apiary.upgrade 1 13" + }] + }, + { + uid: "64a0e462", + type: "item", + items: [{ + item: "gendustry:apiary.upgrade 1 16" + }] + }, + { + uid: "ad5baf0d", + type: "item", + items: [{ + item: "gendustry:apiary.upgrade 1 18" + }] + }, + { + uid: "c11076c2", + type: "item", + items: [{ + item: "gendustry:apiary.upgrade 1 21" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/4dc8eb8a/5473d7b8.snbt b/config/ftbquests/normal/chapters/4dc8eb8a/5473d7b8.snbt new file mode 100644 index 00000000..f319e87a --- /dev/null +++ b/config/ftbquests/normal/chapters/4dc8eb8a/5473d7b8.snbt @@ -0,0 +1,14 @@ +{ + x: -6.5d, + y: 6.5d, + dependencies: [ + "782137a0" + ], + tasks: [{ + uid: "86c9269c", + type: "item", + items: [{ + item: "roost:breeder" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/4dc8eb8a/55a2005f.snbt b/config/ftbquests/normal/chapters/4dc8eb8a/55a2005f.snbt new file mode 100644 index 00000000..1c24170d --- /dev/null +++ b/config/ftbquests/normal/chapters/4dc8eb8a/55a2005f.snbt @@ -0,0 +1,44 @@ +{ + title: "MK1 Power Flower", + x: 1.0d, + y: -4.5d, + text: [ + "In order to endlessly produce matter using EMC, the knowledge of three devices is needed.", + "Firsly, 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.", + "Secondly, 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.", + "Finally, condensers can use EMC provided by adjacent relays and collectors to duplicate a given item.", + "A condenser, to remain accessible with maximum efficiency, still has five free faces, and so do relays...", + "" + ], + dependencies: [ + "6e3475c4" + ], + tasks: [{ + uid: "00dee206", + type: "item", + items: [{ + item: "projecte:collector_mk1" + }] + }, + { + uid: "239dd99f", + type: "item", + items: [{ + item: "projecte:relay_mk1" + }] + }, + { + uid: "c7de9200", + type: "item", + items: [{ + item: "projecte:condenser_mk1" + }] + }, + { + uid: "35126844", + type: "item", + items: [{ + item: "minecraft:glowstone" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/4dc8eb8a/5934d656.snbt b/config/ftbquests/normal/chapters/4dc8eb8a/5934d656.snbt new file mode 100644 index 00000000..b635cba4 --- /dev/null +++ b/config/ftbquests/normal/chapters/4dc8eb8a/5934d656.snbt @@ -0,0 +1,14 @@ +{ + x: -5.5d, + y: -1.0d, + dependencies: [ + "8ed7e9b3" + ], + tasks: [{ + uid: "d0c9820a", + type: "item", + items: [{ + item: "actuallyadditions:item_solidified_experience" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/4dc8eb8a/5bd4e98d.snbt b/config/ftbquests/normal/chapters/4dc8eb8a/5bd4e98d.snbt new file mode 100644 index 00000000..3a1c773a --- /dev/null +++ b/config/ftbquests/normal/chapters/4dc8eb8a/5bd4e98d.snbt @@ -0,0 +1,21 @@ +{ + x: 0.0d, + y: -6.5d, + dependencies: [ + "dfafe997" + ], + tasks: [{ + uid: "fbd356ff", + type: "item", + items: [{ + item: "projectex:personal_link" + }] + }, + { + uid: "61f31830", + type: "item", + items: [{ + item: "projectex:energy_link" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/4dc8eb8a/5d1afb8c.snbt b/config/ftbquests/normal/chapters/4dc8eb8a/5d1afb8c.snbt new file mode 100644 index 00000000..16b954b8 --- /dev/null +++ b/config/ftbquests/normal/chapters/4dc8eb8a/5d1afb8c.snbt @@ -0,0 +1,14 @@ +{ + x: -1.0d, + y: -6.5d, + dependencies: [ + "5bd4e98d" + ], + tasks: [{ + uid: "249b57e5", + type: "item", + items: [{ + item: "projectex:refined_link" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/4dc8eb8a/629b6d34.snbt b/config/ftbquests/normal/chapters/4dc8eb8a/629b6d34.snbt new file mode 100644 index 00000000..c2bafc02 --- /dev/null +++ b/config/ftbquests/normal/chapters/4dc8eb8a/629b6d34.snbt @@ -0,0 +1,31 @@ +{ + x: 5.5d, + y: 1.0d, + text: [ + "By consuming drones, which can be endlessly bred, I can isolate specific gene traits. Some of them (but just some) are very useful!" + ], + dependencies: [ + "099b957a" + ], + tasks: [{ + uid: "69800842", + type: "item", + items: [{ + item: "gendustry:sampler" + }] + }, + { + uid: "bd592497", + type: "item", + items: [{ + item: "gendustry:labware" + }] + }, + { + uid: "2be0bade", + type: "item", + items: [{ + item: "gendustry:gene_sample_blank" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/4dc8eb8a/643670d8.snbt b/config/ftbquests/normal/chapters/4dc8eb8a/643670d8.snbt new file mode 100644 index 00000000..ccb9238c --- /dev/null +++ b/config/ftbquests/normal/chapters/4dc8eb8a/643670d8.snbt @@ -0,0 +1,20 @@ +{ + x: 7.5d, + y: -1.0d, + text: [ + "Excess drones? More mana!" + ], + dependencies: [ + "23f7241d" + ], + tasks: [{ + uid: "b9cdb615", + type: "item", + items: [{ + id: "botania:specialflower", + tag: { + type: "beegonia" + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/4dc8eb8a/64a9070b.snbt b/config/ftbquests/normal/chapters/4dc8eb8a/64a9070b.snbt new file mode 100644 index 00000000..6bf2393d --- /dev/null +++ b/config/ftbquests/normal/chapters/4dc8eb8a/64a9070b.snbt @@ -0,0 +1,17 @@ +{ + x: 6.5d, + y: 6.5d, + text: [ + "Better virtual minerals, better yield!" + ], + dependencies: [ + "d399de73" + ], + tasks: [{ + uid: "17ecfe0c", + type: "item", + items: [{ + item: "environmentaltech:void_ore_miner_cont_2" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/4dc8eb8a/64f45972.snbt b/config/ftbquests/normal/chapters/4dc8eb8a/64f45972.snbt new file mode 100644 index 00000000..c0af6b1a --- /dev/null +++ b/config/ftbquests/normal/chapters/4dc8eb8a/64f45972.snbt @@ -0,0 +1,17 @@ +{ + x: -7.5d, + y: 1.0d, + text: [ + "Smaller digital factories, more life essence!" + ], + dependencies: [ + "50a10582" + ], + tasks: [{ + uid: "171a675c", + type: "item", + items: [{ + item: "deepmoblearningbm:digital_agonizer" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/4dc8eb8a/681eff11.snbt b/config/ftbquests/normal/chapters/4dc8eb8a/681eff11.snbt new file mode 100644 index 00000000..254659eb --- /dev/null +++ b/config/ftbquests/normal/chapters/4dc8eb8a/681eff11.snbt @@ -0,0 +1,65 @@ +{ + x: -1.0d, + y: 5.5d, + text: [ + "Sprinklers can increase a plant's growth speed by acting as automatic watering cans, when provided with water." + ], + dependencies: [ + "0400c016" + ], + tasks: [{ + uid: "6e9b108d", + type: "item", + items: [{ + id: "agricraft:water_channel_normal", + tag: { + agri_material_meta: 9, + agri_material: "forestry:planks.fireproof.0" + } + }], + ignore_nbt: 1b + }, + { + uid: "0827974e", + type: "item", + items: [{ + id: "agricraft:water_tank", + tag: { + agri_material_meta: 9, + agri_material: "extratrees:planks.fireproof.1" + } + }], + ignore_nbt: 1b + }, + { + uid: "b40b08cc", + type: "item", + items: [{ + id: "agricraft:water_channel_valve", + tag: { + agri_material_meta: 11, + agri_material: "chisel:planks-dark-oak" + } + }], + ignore_nbt: 1b + }, + { + uid: "9f0e81b1", + type: "item", + items: [{ + id: "agricraft:grate", + tag: { + agri_material_meta: 0, + agri_material: "twilightforest:trans_planks" + } + }], + ignore_nbt: 1b + }, + { + uid: "577a610e", + type: "item", + items: [{ + item: "agricraft:sprinkler" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/4dc8eb8a/6b5aa8e7.snbt b/config/ftbquests/normal/chapters/4dc8eb8a/6b5aa8e7.snbt new file mode 100644 index 00000000..46f4dcbc --- /dev/null +++ b/config/ftbquests/normal/chapters/4dc8eb8a/6b5aa8e7.snbt @@ -0,0 +1,18 @@ +{ + x: -5.5d, + y: 2.0d, + text: [ + "For some reason, draconic powers can be used to massively replicate a select set of powerful monsters...", + "This will come in handy later..." + ], + dependencies: [ + "dea6e5e5" + ], + tasks: [{ + uid: "7860af47", + type: "item", + items: [{ + item: "draconicevolution:draconic_spawner" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/4dc8eb8a/6cbd62c1.snbt b/config/ftbquests/normal/chapters/4dc8eb8a/6cbd62c1.snbt new file mode 100644 index 00000000..6755fa27 --- /dev/null +++ b/config/ftbquests/normal/chapters/4dc8eb8a/6cbd62c1.snbt @@ -0,0 +1,17 @@ +{ + x: 9.5d, + y: 9.5d, + text: [ + "Better virtual minerals, better yield!" + ], + dependencies: [ + "d399de73" + ], + tasks: [{ + uid: "ce996cb6", + type: "item", + items: [{ + item: "environmentaltech:void_ore_miner_cont_5" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/4dc8eb8a/6e3475c4.snbt b/config/ftbquests/normal/chapters/4dc8eb8a/6e3475c4.snbt new file mode 100644 index 00000000..da569a48 --- /dev/null +++ b/config/ftbquests/normal/chapters/4dc8eb8a/6e3475c4.snbt @@ -0,0 +1,17 @@ +{ + title: "Alchemical Brothers", + x: 0.0d, + y: -3.5d, + text: [ + "Alchemy is a great science, and it allows for the replication and conversion of objects that possess EMC.", + "This is the easiest way of making matter, but unfortnately, not everything has EMC..." + ], + dependencies: [ + "c5c58d79" + ], + tasks: [{ + uid: "68cc5de4", + type: "checkmark", + title: "Alchemical Exchange" + }] +} diff --git a/config/ftbquests/normal/chapters/4dc8eb8a/6e47dce8.snbt b/config/ftbquests/normal/chapters/4dc8eb8a/6e47dce8.snbt new file mode 100644 index 00000000..c566b451 --- /dev/null +++ b/config/ftbquests/normal/chapters/4dc8eb8a/6e47dce8.snbt @@ -0,0 +1,17 @@ +{ + x: -1.0d, + y: 4.5d, + text: [ + "The powers of inferium can also allow for the speeding up of plant growth, nice!" + ], + dependencies: [ + "0400c016" + ], + tasks: [{ + uid: "fba7247b", + type: "item", + items: [{ + item: "mysticalagriculture:growth_accelerator" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/4dc8eb8a/75ef7b9a.snbt b/config/ftbquests/normal/chapters/4dc8eb8a/75ef7b9a.snbt new file mode 100644 index 00000000..5f200f3d --- /dev/null +++ b/config/ftbquests/normal/chapters/4dc8eb8a/75ef7b9a.snbt @@ -0,0 +1,24 @@ +{ + x: -4.5d, + y: 4.5d, + text: [ + "A henhouse provided with hay can collect chicken drops in a radius around it." + ], + dependencies: [ + "d5d3a2a5" + ], + tasks: [{ + uid: "a5adff6f", + type: "item", + items: [{ + item: "chickens:henhouse" + }] + }, + { + uid: "cceb3cd1", + type: "item", + items: [{ + item: "minecraft:hay_block" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/4dc8eb8a/782137a0.snbt b/config/ftbquests/normal/chapters/4dc8eb8a/782137a0.snbt new file mode 100644 index 00000000..6f3ccd8f --- /dev/null +++ b/config/ftbquests/normal/chapters/4dc8eb8a/782137a0.snbt @@ -0,0 +1,14 @@ +{ + x: -5.5d, + y: 5.5d, + dependencies: [ + "d5d3a2a5" + ], + tasks: [{ + uid: "c15d8600", + type: "item", + items: [{ + item: "roost:roost" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/4dc8eb8a/79200758.snbt b/config/ftbquests/normal/chapters/4dc8eb8a/79200758.snbt new file mode 100644 index 00000000..856ee256 --- /dev/null +++ b/config/ftbquests/normal/chapters/4dc8eb8a/79200758.snbt @@ -0,0 +1,52 @@ +{ + x: -6.5d, + y: 1.0d, + text: [ + "Digital factories can be upgraded, weeeeeee!" + ], + dependencies: [ + "434f62fe" + ], + tasks: [{ + uid: "dc870e53", + type: "item", + items: [{ + item: "woot:upgrade" + }] + }, + { + uid: "b7989155", + type: "item", + items: [{ + item: "woot:upgrade 1 3" + }] + }, + { + uid: "b80eecb8", + type: "item", + items: [{ + item: "woot:upgrade 1 6" + }] + }, + { + uid: "94062cef", + type: "item", + items: [{ + item: "woot:upgrade 1 9" + }] + }, + { + uid: "d8cbce63", + type: "item", + items: [{ + item: "woot:upgrade 1 12" + }] + }, + { + uid: "464431d3", + type: "item", + items: [{ + item: "woot:upgradeb" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/4dc8eb8a/7ba1c910.snbt b/config/ftbquests/normal/chapters/4dc8eb8a/7ba1c910.snbt new file mode 100644 index 00000000..e73d2d2a --- /dev/null +++ b/config/ftbquests/normal/chapters/4dc8eb8a/7ba1c910.snbt @@ -0,0 +1,16 @@ +{ + x: -1.0d, + y: -5.5d, + dependencies: [ + "a871e672" + ], + tasks: [{ + uid: "c0486596", + type: "item", + items: [{ + item: "projectex:arcane_tablet" + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/4dc8eb8a/80c13176.snbt b/config/ftbquests/normal/chapters/4dc8eb8a/80c13176.snbt new file mode 100644 index 00000000..135c3220 --- /dev/null +++ b/config/ftbquests/normal/chapters/4dc8eb8a/80c13176.snbt @@ -0,0 +1,31 @@ +{ + title: "For the sake of your world, you should do this!", + x: -5.5d, + y: -2.0d, + text: [ + "Just gonna leave this here!" + ], + dependencies: [ + "a9eb1eb8" + ], + tasks: [{ + uid: "ba69b287", + type: "item", + items: [{ + item: "tinymobfarm:gold_farm" + }] + }, + { + uid: "bfc365cb", + type: "item", + items: [{ + id: "tinymobfarm:lasso", + tag: {}, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/4dc8eb8a/8238133e.snbt b/config/ftbquests/normal/chapters/4dc8eb8a/8238133e.snbt new file mode 100644 index 00000000..f2ffef24 --- /dev/null +++ b/config/ftbquests/normal/chapters/4dc8eb8a/8238133e.snbt @@ -0,0 +1,17 @@ +{ + x: -7.5d, + y: -3.5d, + text: [ + "Some plants don't need to be broken and replaced to produce drops, and this device takes advantage of this to harvest crops without the need for replanting." + ], + dependencies: [ + "f0ef01a2" + ], + tasks: [{ + uid: "03f0442e", + type: "item", + items: [{ + item: "industrialforegoing:plant_interactor" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/4dc8eb8a/832a0470.snbt b/config/ftbquests/normal/chapters/4dc8eb8a/832a0470.snbt new file mode 100644 index 00000000..e116f173 --- /dev/null +++ b/config/ftbquests/normal/chapters/4dc8eb8a/832a0470.snbt @@ -0,0 +1,25 @@ +{ + title: "MK2 Power Flower", + x: 1.0d, + y: -5.5d, + text: [ + "Better Relays, better Collectors, better EMC!" + ], + dependencies: [ + "55a2005f" + ], + tasks: [{ + uid: "b13b5fe2", + type: "item", + items: [{ + item: "projecte:collector_mk2" + }] + }, + { + uid: "10a0dea2", + type: "item", + items: [{ + item: "projecte:relay_mk2" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/4dc8eb8a/83576e9d.snbt b/config/ftbquests/normal/chapters/4dc8eb8a/83576e9d.snbt new file mode 100644 index 00000000..820b131f --- /dev/null +++ b/config/ftbquests/normal/chapters/4dc8eb8a/83576e9d.snbt @@ -0,0 +1,22 @@ +{ + x: -2.0d, + y: 8.5d, + text: [ + "Things get W I D E R!" + ], + dependencies: [ + "1a203a70" + ], + tasks: [{ + uid: "674e70eb", + type: "item", + items: [{ + id: "mysticalagriculture:watering_can", + Damage: 3s, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/4dc8eb8a/8ed7e9b3.snbt b/config/ftbquests/normal/chapters/4dc8eb8a/8ed7e9b3.snbt new file mode 100644 index 00000000..a309c030 --- /dev/null +++ b/config/ftbquests/normal/chapters/4dc8eb8a/8ed7e9b3.snbt @@ -0,0 +1,28 @@ +{ + x: -4.5d, + y: 0.0d, + text: [ + "Cursed earth, coming from withers, in absence of light, creates monsters at incredibly fast rates.", + "A 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.", + "This is a technique earth scientist developed after global warming almost wiped out humanity.", + "Essence is essentially undifferentiated stem cellular matter, produced from decaying corpses.", + "Stem cells can be made into anything... Well, almost anything..." + ], + dependencies: [ + "dea6e5e5" + ], + tasks: [{ + uid: "257b6fbe", + type: "item", + items: [{ + item: "industrialforegoing:mob_relocator" + }] + }, + { + uid: "c5445671", + type: "item", + items: [{ + item: "extrautils2:ingredients 1 10" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/4dc8eb8a/9000a36b.snbt b/config/ftbquests/normal/chapters/4dc8eb8a/9000a36b.snbt new file mode 100644 index 00000000..3af12154 --- /dev/null +++ b/config/ftbquests/normal/chapters/4dc8eb8a/9000a36b.snbt @@ -0,0 +1,16 @@ +{ + x: 3.5d, + y: 3.5d, + text: [ + "So many minerals...", + "If only there was a way to prevent mining trips every few hours..." + ], + dependencies: [ + "c5c58d79" + ], + tasks: [{ + uid: "fcfa0015", + type: "checkmark", + title: "We go diggin'" + }] +} diff --git a/config/ftbquests/normal/chapters/4dc8eb8a/92a6fa33.snbt b/config/ftbquests/normal/chapters/4dc8eb8a/92a6fa33.snbt new file mode 100644 index 00000000..92fcc4e6 --- /dev/null +++ b/config/ftbquests/normal/chapters/4dc8eb8a/92a6fa33.snbt @@ -0,0 +1,25 @@ +{ + x: -2.0d, + y: 4.5d, + text: [ + "Get water, put on plants, plants go *growing sound*" + ], + dependencies: [ + "0400c016" + ], + tasks: [{ + uid: "0a0604a4", + type: "item", + items: [{ + id: "thermalcultivation:watering_can", + tag: { + Water: 4000, + Mode: 0 + }, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/4dc8eb8a/99e435f5.snbt b/config/ftbquests/normal/chapters/4dc8eb8a/99e435f5.snbt new file mode 100644 index 00000000..5879413a --- /dev/null +++ b/config/ftbquests/normal/chapters/4dc8eb8a/99e435f5.snbt @@ -0,0 +1,23 @@ +{ + x: -2.0d, + y: 9.5d, + text: [ + "Can things get any better? Yes they can! ", + "If you know how to get CREATIVE..." + ], + dependencies: [ + "83576e9d" + ], + tasks: [{ + uid: "bef26a4c", + type: "item", + items: [{ + id: "mysticalagriculture:watering_can", + Damage: 4s, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/4dc8eb8a/9a240576.snbt b/config/ftbquests/normal/chapters/4dc8eb8a/9a240576.snbt new file mode 100644 index 00000000..be559fb3 --- /dev/null +++ b/config/ftbquests/normal/chapters/4dc8eb8a/9a240576.snbt @@ -0,0 +1,17 @@ +{ + x: -6.5d, + y: -1.0d, + text: [ + "Some stygian iron...and essence is now easy!" + ], + dependencies: [ + "dbf8d1a9" + ], + tasks: [{ + uid: "b9aa70c0", + type: "item", + items: [{ + item: "contenttweaker:concentrated_essence" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/4dc8eb8a/9ac0fb1f.snbt b/config/ftbquests/normal/chapters/4dc8eb8a/9ac0fb1f.snbt new file mode 100644 index 00000000..786f7fab --- /dev/null +++ b/config/ftbquests/normal/chapters/4dc8eb8a/9ac0fb1f.snbt @@ -0,0 +1,31 @@ +{ + x: 8.5d, + y: 1.0d, + text: [ + "At the cost of DNA and Protein, I can even make new bees from scratch, including hard-to-get princesses!" + ], + dependencies: [ + "629b6d34" + ], + tasks: [{ + uid: "764601b4", + type: "item", + items: [{ + item: "gendustry:liquifier" + }] + }, + { + uid: "b8395623", + type: "item", + items: [{ + item: "gendustry:extractor" + }] + }, + { + uid: "b173eb99", + type: "item", + items: [{ + item: "gendustry:replicator" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/4dc8eb8a/9bb117fa.snbt b/config/ftbquests/normal/chapters/4dc8eb8a/9bb117fa.snbt new file mode 100644 index 00000000..3ea15967 --- /dev/null +++ b/config/ftbquests/normal/chapters/4dc8eb8a/9bb117fa.snbt @@ -0,0 +1,16 @@ +{ + x: -4.5d, + y: 2.0d, + dependencies: [ + "dea6e5e5" + ], + tasks: [{ + uid: "b69d80ee", + type: "item", + items: [{ + item: "actuallyadditions:item_spawner_changer" + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/4dc8eb8a/9d67ec65.snbt b/config/ftbquests/normal/chapters/4dc8eb8a/9d67ec65.snbt new file mode 100644 index 00000000..786a0f44 --- /dev/null +++ b/config/ftbquests/normal/chapters/4dc8eb8a/9d67ec65.snbt @@ -0,0 +1,17 @@ +{ + x: 5.5d, + y: -1.0d, + text: [ + "No variance, no problem!" + ], + dependencies: [ + "03b349bd" + ], + tasks: [{ + uid: "821cd8ab", + type: "item", + items: [{ + item: "gendustry:mutatron_advanced" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/4dc8eb8a/9f09b9f8.snbt b/config/ftbquests/normal/chapters/4dc8eb8a/9f09b9f8.snbt new file mode 100644 index 00000000..e921f063 --- /dev/null +++ b/config/ftbquests/normal/chapters/4dc8eb8a/9f09b9f8.snbt @@ -0,0 +1,17 @@ +{ + x: -1.0d, + y: 9.5d, + text: [ + "Entropy manipulation is a powerful thing, and it works on plants too!" + ], + dependencies: [ + "0400c016" + ], + tasks: [{ + uid: "d68d326e", + type: "item", + items: [{ + item: "torcherino:blocktorcherino" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/4dc8eb8a/a54ba7bd.snbt b/config/ftbquests/normal/chapters/4dc8eb8a/a54ba7bd.snbt new file mode 100644 index 00000000..e3008123 --- /dev/null +++ b/config/ftbquests/normal/chapters/4dc8eb8a/a54ba7bd.snbt @@ -0,0 +1,45 @@ +{ + x: 9.5d, + y: 0.0d, + text: [ + "More apiary useful stuff!" + ], + dependencies: [ + "f7af641f" + ], + tasks: [{ + uid: "1b80a227", + type: "item", + items: [{ + item: "gendustry:apiary.upgrade 1 2" + }] + }, + { + uid: "486aa0c4", + type: "item", + items: [{ + item: "gendustry:apiary.upgrade 1 1" + }] + }, + { + uid: "a49a0442", + type: "item", + items: [{ + item: "gendustry:apiary.upgrade 1 3" + }] + }, + { + uid: "23883679", + type: "item", + items: [{ + item: "gendustry:apiary.upgrade" + }] + }, + { + uid: "ead5fbac", + type: "item", + items: [{ + item: "gendustry:apiary.upgrade 1 22" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/4dc8eb8a/a871e672.snbt b/config/ftbquests/normal/chapters/4dc8eb8a/a871e672.snbt new file mode 100644 index 00000000..351b2a33 --- /dev/null +++ b/config/ftbquests/normal/chapters/4dc8eb8a/a871e672.snbt @@ -0,0 +1,16 @@ +{ + x: -1.0d, + y: -4.5d, + dependencies: [ + "0a3c0e74" + ], + tasks: [{ + uid: "922b7489", + type: "item", + items: [{ + item: "projecte:item.pe_transmutation_tablet" + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/4dc8eb8a/a9eb1eb8.snbt b/config/ftbquests/normal/chapters/4dc8eb8a/a9eb1eb8.snbt new file mode 100644 index 00000000..e7805f3b --- /dev/null +++ b/config/ftbquests/normal/chapters/4dc8eb8a/a9eb1eb8.snbt @@ -0,0 +1,30 @@ +{ + x: -4.5d, + y: -2.0d, + text: [ + "Thaumic magic can be used to replicate monsters?!", + "No essence needed?!" + ], + dependencies: [ + "dea6e5e5" + ], + tasks: [{ + uid: "6d757668", + type: "item", + items: [{ + item: "thaumadditions:entity_summoner" + }] + }, + { + uid: "42d41b50", + type: "item", + items: [{ + id: "thaumadditions:dna_sample", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/4dc8eb8a/af0b796d.snbt b/config/ftbquests/normal/chapters/4dc8eb8a/af0b796d.snbt new file mode 100644 index 00000000..f3ff15b9 --- /dev/null +++ b/config/ftbquests/normal/chapters/4dc8eb8a/af0b796d.snbt @@ -0,0 +1,14 @@ +{ + x: 0.0d, + y: 7.5d, + dependencies: [ + "27438cc4" + ], + tasks: [{ + uid: "98b3cc2d", + type: "item", + items: [{ + item: "mysticalagriculture:crafting 1 3" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/4dc8eb8a/afdc99f5.snbt b/config/ftbquests/normal/chapters/4dc8eb8a/afdc99f5.snbt new file mode 100644 index 00000000..6c1cada9 --- /dev/null +++ b/config/ftbquests/normal/chapters/4dc8eb8a/afdc99f5.snbt @@ -0,0 +1,28 @@ +{ + x: 4.5d, + y: 4.5d, + text: [ + "A builder, programmed with a quarry card, is very good at ruining landscapes!" + ], + dependencies: [ + "9000a36b" + ], + tasks: [{ + uid: "32a627b9", + type: "item", + items: [{ + item: "rftools:builder" + }] + }], + rewards: [{ + uid: "28780849", + type: "item", + item: { + id: "rftools:shape_card", + Damage: 5s, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + } + }] +} diff --git a/config/ftbquests/normal/chapters/4dc8eb8a/b00da26c.snbt b/config/ftbquests/normal/chapters/4dc8eb8a/b00da26c.snbt new file mode 100644 index 00000000..af0983c2 --- /dev/null +++ b/config/ftbquests/normal/chapters/4dc8eb8a/b00da26c.snbt @@ -0,0 +1,20 @@ +{ + x: 6.5d, + y: -1.0d, + text: [ + "Pristine > Ignoble" + ], + dependencies: [ + "23f7241d" + ], + tasks: [{ + uid: "fa525174", + type: "item", + items: [{ + id: "botania:specialflower", + tag: { + type: "hibeescus" + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/4dc8eb8a/b419724a.snbt b/config/ftbquests/normal/chapters/4dc8eb8a/b419724a.snbt new file mode 100644 index 00000000..1d22cd35 --- /dev/null +++ b/config/ftbquests/normal/chapters/4dc8eb8a/b419724a.snbt @@ -0,0 +1,17 @@ +{ + x: -4.5d, + y: -6.5d, + text: [ + "Farming stations are a relatively expensive, but very versatile, way to automatically farm both crops and trees." + ], + dependencies: [ + "f0ef01a2" + ], + tasks: [{ + uid: "146576e7", + type: "item", + items: [{ + item: "enderio:block_farm_station" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/4dc8eb8a/b69b198e.snbt b/config/ftbquests/normal/chapters/4dc8eb8a/b69b198e.snbt new file mode 100644 index 00000000..c4dc8f3c --- /dev/null +++ b/config/ftbquests/normal/chapters/4dc8eb8a/b69b198e.snbt @@ -0,0 +1,14 @@ +{ + x: 0.0d, + y: -7.5d, + dependencies: [ + "5bd4e98d" + ], + tasks: [{ + uid: "2635be35", + type: "item", + items: [{ + item: "projectex:power_flower" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/4dc8eb8a/b7df1842.snbt b/config/ftbquests/normal/chapters/4dc8eb8a/b7df1842.snbt new file mode 100644 index 00000000..9666741e --- /dev/null +++ b/config/ftbquests/normal/chapters/4dc8eb8a/b7df1842.snbt @@ -0,0 +1,24 @@ +{ + x: -7.5d, + y: -2.0d, + text: [ + "A digital factory is the best way to make certain things, powerful things..." + ], + dependencies: [ + "434f62fe" + ], + tasks: [{ + uid: "248724c3", + type: "item", + items: [{ + item: "draconicevolution:dragon_heart" + }] + }, + { + uid: "5b2a98ab", + type: "item", + items: [{ + item: "draconicevolution:chaos_shard" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/4dc8eb8a/ba80a1ad.snbt b/config/ftbquests/normal/chapters/4dc8eb8a/ba80a1ad.snbt new file mode 100644 index 00000000..b050c5bf --- /dev/null +++ b/config/ftbquests/normal/chapters/4dc8eb8a/ba80a1ad.snbt @@ -0,0 +1,27 @@ +{ + x: 1.0d, + y: 4.5d, + text: [ + "Crop sticks can be used to duplicate or improve crops.", + "If crossing crop sticks are placed next to planted crop sticks, the plant will spread, sharing its stats.", + "If two or more planted crops are placed around double crop sticks, the resulting plant may come out with better stats.", + "The seed analyzer can be used to look at a given plant's stats. The maximum for each stat is 10." + ], + dependencies: [ + "0400c016" + ], + tasks: [{ + uid: "61ce18e8", + type: "item", + items: [{ + item: "agricraft:crop_sticks" + }] + }, + { + uid: "6bef05db", + type: "item", + items: [{ + item: "agricraft:seed_analyzer" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/4dc8eb8a/baefc605.snbt b/config/ftbquests/normal/chapters/4dc8eb8a/baefc605.snbt new file mode 100644 index 00000000..f778d3f7 --- /dev/null +++ b/config/ftbquests/normal/chapters/4dc8eb8a/baefc605.snbt @@ -0,0 +1,17 @@ +{ + x: 0.0d, + y: 9.5d, + text: [ + "Better essences, better materials!" + ], + dependencies: [ + "e620c660" + ], + tasks: [{ + uid: "042ff895", + type: "item", + items: [{ + item: "mysticalagradditions:insanium" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/4dc8eb8a/bbeff6bc.snbt b/config/ftbquests/normal/chapters/4dc8eb8a/bbeff6bc.snbt new file mode 100644 index 00000000..06e6f770 --- /dev/null +++ b/config/ftbquests/normal/chapters/4dc8eb8a/bbeff6bc.snbt @@ -0,0 +1,17 @@ +{ + x: 8.5d, + y: 8.5d, + text: [ + "Better virtual minerals, better yield!" + ], + dependencies: [ + "d399de73" + ], + tasks: [{ + uid: "1d526e2b", + type: "item", + items: [{ + item: "environmentaltech:void_ore_miner_cont_4" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/4dc8eb8a/be87f262.snbt b/config/ftbquests/normal/chapters/4dc8eb8a/be87f262.snbt new file mode 100644 index 00000000..70455707 --- /dev/null +++ b/config/ftbquests/normal/chapters/4dc8eb8a/be87f262.snbt @@ -0,0 +1,14 @@ +{ + x: -5.5d, + y: 1.0d, + dependencies: [ + "dea6e5e5" + ], + tasks: [{ + uid: "0939d879", + type: "item", + items: [{ + item: "rftools:spawner" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/4dc8eb8a/c0e9c4e4.snbt b/config/ftbquests/normal/chapters/4dc8eb8a/c0e9c4e4.snbt new file mode 100644 index 00000000..a2178cf6 --- /dev/null +++ b/config/ftbquests/normal/chapters/4dc8eb8a/c0e9c4e4.snbt @@ -0,0 +1,18 @@ +{ + x: 0.0d, + y: 4.5d, + text: [ + "Inferium is the base of this plant-based mineral farming, and it naturally can be produced by enchanted plants.", + "The higher the tier, the higher the yield!" + ], + dependencies: [ + "0400c016" + ], + tasks: [{ + uid: "d1c0d303", + type: "item", + items: [{ + item: "mysticalagriculture:crafting" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/4dc8eb8a/c1135e9e.snbt b/config/ftbquests/normal/chapters/4dc8eb8a/c1135e9e.snbt new file mode 100644 index 00000000..cbd995b7 --- /dev/null +++ b/config/ftbquests/normal/chapters/4dc8eb8a/c1135e9e.snbt @@ -0,0 +1,17 @@ +{ + x: 9.5d, + y: 1.0d, + text: [ + "Rock hives are a good source of princesses, if only there was a way to make an endless supply of them..." + ], + dependencies: [ + "629b6d34" + ], + tasks: [{ + uid: "5abef066", + type: "item", + items: [{ + item: "extrabees:hive 1 1" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/4dc8eb8a/c4d31833.snbt b/config/ftbquests/normal/chapters/4dc8eb8a/c4d31833.snbt new file mode 100644 index 00000000..2476f5a4 --- /dev/null +++ b/config/ftbquests/normal/chapters/4dc8eb8a/c4d31833.snbt @@ -0,0 +1,17 @@ +{ + x: 6.5d, + y: 0.0d, + text: [ + "Tired of moving princesses, well you don't have to!" + ], + dependencies: [ + "f7af641f" + ], + tasks: [{ + uid: "71f6afed", + type: "item", + items: [{ + item: "gendustry:apiary.upgrade 1 14" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/4dc8eb8a/c5c58d79.snbt b/config/ftbquests/normal/chapters/4dc8eb8a/c5c58d79.snbt new file mode 100644 index 00000000..fe3aae2b --- /dev/null +++ b/config/ftbquests/normal/chapters/4dc8eb8a/c5c58d79.snbt @@ -0,0 +1,17 @@ +{ + x: 0.0d, + y: 0.0d, + text: [ + "It is clear that, in order to achieve my goals, I need to CREATE!", + "Luckily, there are a lot of ways of generating matter using science, magic, and a combination of both.", + "I will keep track of the various methods to generate matter 'ex nihilo' in this chapter." + ], + dependencies: [ + "fb8062a2" + ], + tasks: [{ + uid: "d495dc96", + type: "checkmark", + title: "I need more! A lot More!" + }] +} diff --git a/config/ftbquests/normal/chapters/4dc8eb8a/c6c6cf4f.snbt b/config/ftbquests/normal/chapters/4dc8eb8a/c6c6cf4f.snbt new file mode 100644 index 00000000..f5c898b8 --- /dev/null +++ b/config/ftbquests/normal/chapters/4dc8eb8a/c6c6cf4f.snbt @@ -0,0 +1,25 @@ +{ + x: 5.5d, + y: 3.5d, + text: [ + "The quantum quarry produces ground drops from a hypothetical dimension, thus limiting the environmental impact of quarrying.", + "Specific biomes can be configured in the multiblock to target particular minerals or ground materials." + ], + dependencies: [ + "afdc99f5" + ], + tasks: [{ + uid: "2446d6c5", + type: "item", + items: [{ + item: "extrautils2:quarryproxy" + }] + }, + { + uid: "3d780ed4", + type: "item", + items: [{ + item: "extrautils2:quarry" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/4dc8eb8a/cd0a640a.snbt b/config/ftbquests/normal/chapters/4dc8eb8a/cd0a640a.snbt new file mode 100644 index 00000000..3875323f --- /dev/null +++ b/config/ftbquests/normal/chapters/4dc8eb8a/cd0a640a.snbt @@ -0,0 +1,41 @@ +{ + title: "Aevitas", + x: -1.0d, + y: 6.5d, + text: [ + "The power of the Aevitas constellation makes plant growth really fast, may need to look into it..." + ], + dependencies: [ + "0400c016" + ], + tasks: [{ + uid: "47cd3d5d", + type: "item", + items: [{ + id: "astralsorcery:itemtunedcelestialcrystal", + tag: { + astralsorcery: { + constellationName: "astralsorcery.constellation.aevitas", + crystalProperties: { + collectiveCapability: 100, + size: 900, + fract: 0, + purity: 100, + sizeOverride: -1 + } + } + }, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_nbt: 1b + }, + { + uid: "6f0d052c", + type: "item", + items: [{ + item: "astralsorcery:blockritualpedestal" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/4dc8eb8a/ce361f81.snbt b/config/ftbquests/normal/chapters/4dc8eb8a/ce361f81.snbt new file mode 100644 index 00000000..cbe18e70 --- /dev/null +++ b/config/ftbquests/normal/chapters/4dc8eb8a/ce361f81.snbt @@ -0,0 +1,21 @@ +{ + title: "Automatich Chickens", + x: -3.5d, + y: 4.5d, + text: [ + "The mechanized coop automatically produces chicken drops from their spawn eggs." + ], + dependencies: [ + "d5d3a2a5" + ], + tasks: [{ + uid: "4d126b43", + type: "item", + items: [{ + id: "modularmachinery:itemblueprint", + tag: { + dynamicmachine: "modularmachinery:mechanized_coop" + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/4dc8eb8a/chapter.snbt b/config/ftbquests/normal/chapters/4dc8eb8a/chapter.snbt new file mode 100644 index 00000000..2689b8fe --- /dev/null +++ b/config/ftbquests/normal/chapters/4dc8eb8a/chapter.snbt @@ -0,0 +1,7 @@ +{ + title: "The Book of Creation", + icon: "contenttweaker:botanic_alchemic_catalyst", + always_invisible: false, + group: 0, + default_quest_shape: "" +} diff --git a/config/ftbquests/normal/chapters/4dc8eb8a/d399de73.snbt b/config/ftbquests/normal/chapters/4dc8eb8a/d399de73.snbt new file mode 100644 index 00000000..699ee468 --- /dev/null +++ b/config/ftbquests/normal/chapters/4dc8eb8a/d399de73.snbt @@ -0,0 +1,18 @@ +{ + x: 5.5d, + y: 5.5d, + text: [ + "Let's make things more environmental (and lag) friendly!", + "And I can make litherite too!" + ], + dependencies: [ + "afdc99f5" + ], + tasks: [{ + uid: "6ac295eb", + type: "item", + items: [{ + item: "environmentaltech:void_ore_miner_cont_1" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/4dc8eb8a/d5d3a2a5.snbt b/config/ftbquests/normal/chapters/4dc8eb8a/d5d3a2a5.snbt new file mode 100644 index 00000000..2915b845 --- /dev/null +++ b/config/ftbquests/normal/chapters/4dc8eb8a/d5d3a2a5.snbt @@ -0,0 +1,15 @@ +{ + x: -3.5d, + y: 3.5d, + text: [ + "Genetically modified chickens, because why the f..k not..." + ], + dependencies: [ + "c5c58d79" + ], + tasks: [{ + uid: "7bf3863b", + type: "checkmark", + title: "Eggscellent" + }] +} diff --git a/config/ftbquests/normal/chapters/4dc8eb8a/dab949c1.snbt b/config/ftbquests/normal/chapters/4dc8eb8a/dab949c1.snbt new file mode 100644 index 00000000..80d450f7 --- /dev/null +++ b/config/ftbquests/normal/chapters/4dc8eb8a/dab949c1.snbt @@ -0,0 +1,17 @@ +{ + x: 6.5d, + y: 1.0d, + text: [ + "Need lots of a specific gene sample? No problem, they can be duplicated!" + ], + dependencies: [ + "629b6d34" + ], + tasks: [{ + uid: "34ec1d76", + type: "item", + items: [{ + item: "gendustry:transposer" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/4dc8eb8a/dbf8d1a9.snbt b/config/ftbquests/normal/chapters/4dc8eb8a/dbf8d1a9.snbt new file mode 100644 index 00000000..ff57e416 --- /dev/null +++ b/config/ftbquests/normal/chapters/4dc8eb8a/dbf8d1a9.snbt @@ -0,0 +1,17 @@ +{ + x: -5.5d, + y: 0.0d, + text: [ + "Creatures can be duplicated with this machine consuming essence, given the programmation provided by an Imprisonment Tool." + ], + dependencies: [ + "dea6e5e5" + ], + tasks: [{ + uid: "d325e148", + type: "item", + items: [{ + item: "industrialforegoing:mob_duplicator" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/4dc8eb8a/dea6e5e5.snbt b/config/ftbquests/normal/chapters/4dc8eb8a/dea6e5e5.snbt new file mode 100644 index 00000000..874c3a5a --- /dev/null +++ b/config/ftbquests/normal/chapters/4dc8eb8a/dea6e5e5.snbt @@ -0,0 +1,12 @@ +{ + x: -3.5d, + y: 0.0d, + dependencies: [ + "c5c58d79" + ], + tasks: [{ + uid: "e912f733", + type: "checkmark", + title: "Spawning Szn" + }] +} diff --git a/config/ftbquests/normal/chapters/4dc8eb8a/dfafe997.snbt b/config/ftbquests/normal/chapters/4dc8eb8a/dfafe997.snbt new file mode 100644 index 00000000..dc71d650 --- /dev/null +++ b/config/ftbquests/normal/chapters/4dc8eb8a/dfafe997.snbt @@ -0,0 +1,20 @@ +{ + title: "External Condensing", + x: 0.0d, + y: -5.5d, + text: [ + "While basic Condensers are very good when connected to Relays or Collectors, if items are fed into this baseline version, things get a bit awkward...", + "The upgraded Condenser is designed for item duplication from outside inputs (E.G. cobble gen, crop farms).", + "There are some very good farms that passively produce items with high EMC values..." + ], + dependencies: [ + "55a2005f" + ], + tasks: [{ + uid: "a17b67a0", + type: "item", + items: [{ + item: "projecte:condenser_mk2" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/4dc8eb8a/e620c660.snbt b/config/ftbquests/normal/chapters/4dc8eb8a/e620c660.snbt new file mode 100644 index 00000000..7a02d881 --- /dev/null +++ b/config/ftbquests/normal/chapters/4dc8eb8a/e620c660.snbt @@ -0,0 +1,17 @@ +{ + x: 0.0d, + y: 8.5d, + text: [ + "Better essences, better materials!" + ], + dependencies: [ + "af0b796d" + ], + tasks: [{ + uid: "087a8ba0", + type: "item", + items: [{ + item: "mysticalagriculture:crafting 1 4" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/4dc8eb8a/e6d92057.snbt b/config/ftbquests/normal/chapters/4dc8eb8a/e6d92057.snbt new file mode 100644 index 00000000..5e0505ab --- /dev/null +++ b/config/ftbquests/normal/chapters/4dc8eb8a/e6d92057.snbt @@ -0,0 +1,25 @@ +{ + x: -5.5d, + y: -3.5d, + text: [ + "The plant sower is used to plant up to 9 different types of plants.", + "The gatherer can automatically harvest plants, producing sludge as a byproduct." + ], + dependencies: [ + "f0ef01a2" + ], + tasks: [{ + uid: "81637fd0", + type: "item", + items: [{ + item: "industrialforegoing:crop_sower" + }] + }, + { + uid: "45d91177", + type: "item", + items: [{ + item: "industrialforegoing:crop_recolector" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/4dc8eb8a/e7733ea5.snbt b/config/ftbquests/normal/chapters/4dc8eb8a/e7733ea5.snbt new file mode 100644 index 00000000..0fab42c1 --- /dev/null +++ b/config/ftbquests/normal/chapters/4dc8eb8a/e7733ea5.snbt @@ -0,0 +1,18 @@ +{ + x: 4.5d, + y: 0.0d, + text: [ + "An apiary is used to get honey combs from bees (no really?!), but it's not a really good way of doing it.", + "You really should not use it!" + ], + dependencies: [ + "23f7241d" + ], + tasks: [{ + uid: "63922927", + type: "item", + items: [{ + item: "forestry:apiary" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/4dc8eb8a/e85ae8ec.snbt b/config/ftbquests/normal/chapters/4dc8eb8a/e85ae8ec.snbt new file mode 100644 index 00000000..e3a4395a --- /dev/null +++ b/config/ftbquests/normal/chapters/4dc8eb8a/e85ae8ec.snbt @@ -0,0 +1,17 @@ +{ + x: 7.5d, + y: 7.5d, + text: [ + "Better virtual minerals, better yield!" + ], + dependencies: [ + "d399de73" + ], + tasks: [{ + uid: "3525e68e", + type: "item", + items: [{ + item: "environmentaltech:void_ore_miner_cont_3" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/4dc8eb8a/e8798b14.snbt b/config/ftbquests/normal/chapters/4dc8eb8a/e8798b14.snbt new file mode 100644 index 00000000..444040b0 --- /dev/null +++ b/config/ftbquests/normal/chapters/4dc8eb8a/e8798b14.snbt @@ -0,0 +1,34 @@ +{ + x: 1.0d, + y: 5.5d, + text: [ + "Stone and nether essences can be used to create ores with Mythic properties.", + "One mineral makes one ore...", + "One ore makes multiple minerals...", + "Profit" + ], + dependencies: [ + "0400c016" + ], + tasks: [{ + uid: "8d012342", + type: "item", + items: [{ + item: "mysticalagriculture:stone_essence" + }] + }, + { + uid: "cefbcfd2", + type: "item", + items: [{ + item: "mysticalagriculture:nether_essence" + }] + }, + { + uid: "15161c05", + type: "item", + items: [{ + item: "thermalexpansion:augment 1 258" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/4dc8eb8a/e9c03eb7.snbt b/config/ftbquests/normal/chapters/4dc8eb8a/e9c03eb7.snbt new file mode 100644 index 00000000..fafdc400 --- /dev/null +++ b/config/ftbquests/normal/chapters/4dc8eb8a/e9c03eb7.snbt @@ -0,0 +1,45 @@ +{ + x: 8.5d, + y: 0.0d, + text: [ + "Wrong humidity, well no problem!" + ], + dependencies: [ + "f7af641f" + ], + tasks: [{ + uid: "cc4a971e", + type: "item", + items: [{ + item: "gendustry:apiary.upgrade 1 5" + }] + }, + { + uid: "b40ca12f", + type: "item", + items: [{ + item: "gendustry:apiary.upgrade 1 4" + }] + }, + { + uid: "40054bbf", + type: "item", + items: [{ + item: "gendustry:apiary.upgrade 1 7" + }] + }, + { + uid: "fd606870", + type: "item", + items: [{ + item: "gendustry:apiary.upgrade 1 10" + }] + }, + { + uid: "0aed6a39", + type: "item", + items: [{ + item: "gendustry:apiary.upgrade 1 6" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/4dc8eb8a/ea0176f4.snbt b/config/ftbquests/normal/chapters/4dc8eb8a/ea0176f4.snbt new file mode 100644 index 00000000..a280e476 --- /dev/null +++ b/config/ftbquests/normal/chapters/4dc8eb8a/ea0176f4.snbt @@ -0,0 +1,21 @@ +{ + x: -2.0d, + y: 5.5d, + text: [ + "No refills needed!" + ], + dependencies: [ + "92a6fa33" + ], + tasks: [{ + uid: "90bc9cba", + type: "item", + items: [{ + id: "mysticalagriculture:watering_can", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/4dc8eb8a/f0ef01a2.snbt b/config/ftbquests/normal/chapters/4dc8eb8a/f0ef01a2.snbt new file mode 100644 index 00000000..f3aba9bb --- /dev/null +++ b/config/ftbquests/normal/chapters/4dc8eb8a/f0ef01a2.snbt @@ -0,0 +1,16 @@ +{ + title: "r/notjusttrees", + x: -3.5d, + y: -3.5d, + text: [ + "Plants and trees are extremely useful, so I will need lots of ways to ensure a steady supply of vegetarian goodies." + ], + dependencies: [ + "c5c58d79" + ], + tasks: [{ + uid: "dcccc9f3", + type: "checkmark", + title: "r/trees" + }] +} diff --git a/config/ftbquests/normal/chapters/4dc8eb8a/f1e37069.snbt b/config/ftbquests/normal/chapters/4dc8eb8a/f1e37069.snbt new file mode 100644 index 00000000..013c76b9 --- /dev/null +++ b/config/ftbquests/normal/chapters/4dc8eb8a/f1e37069.snbt @@ -0,0 +1,18 @@ +{ + title: "Crops and Forestry??", + x: -3.5d, + y: -5.5d, + text: [ + "The emerald electron tube allows for the farming of crops!" + ], + dependencies: [ + "1ae929d9" + ], + tasks: [{ + uid: "518181e5", + type: "item", + items: [{ + item: "forestry:thermionic_tubes 1 9" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/4dc8eb8a/f4adfd79.snbt b/config/ftbquests/normal/chapters/4dc8eb8a/f4adfd79.snbt new file mode 100644 index 00000000..4b153a02 --- /dev/null +++ b/config/ftbquests/normal/chapters/4dc8eb8a/f4adfd79.snbt @@ -0,0 +1,33 @@ +{ + x: -6.5d, + y: -6.5d, + text: [ + "The 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)." + ], + dependencies: [ + "46c3ed22", + "fc490a5f" + ], + tasks: [{ + uid: "92b7afd4", + type: "item", + items: [{ + id: "thermalexpansion:machine", + Damage: 4s, + tag: { + RSControl: 0b, + Facing: 3b, + Energy: 0, + SideCache: [B; + 3b, + 1b, + 2b, + 2b, + 2b, + 2b + ], + Level: 0b + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/4dc8eb8a/f67dbcd6.snbt b/config/ftbquests/normal/chapters/4dc8eb8a/f67dbcd6.snbt new file mode 100644 index 00000000..0328a764 --- /dev/null +++ b/config/ftbquests/normal/chapters/4dc8eb8a/f67dbcd6.snbt @@ -0,0 +1,17 @@ +{ + x: -1.0d, + y: 8.5d, + text: [ + "the lamp of growth is a fairly inexpensive way of speeding up the growth of plants." + ], + dependencies: [ + "0400c016" + ], + tasks: [{ + uid: "4411ef1d", + type: "item", + items: [{ + item: "thaumcraft:lamp_growth" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/4dc8eb8a/f6c0599e.snbt b/config/ftbquests/normal/chapters/4dc8eb8a/f6c0599e.snbt new file mode 100644 index 00000000..50af50f5 --- /dev/null +++ b/config/ftbquests/normal/chapters/4dc8eb8a/f6c0599e.snbt @@ -0,0 +1,14 @@ +{ + x: -1.0d, + y: 12.5d, + dependencies: [ + "0400c016" + ], + tasks: [{ + uid: "44bf1e0e", + type: "item", + items: [{ + item: "openblocks:sprinkler" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/4dc8eb8a/f7af641f.snbt b/config/ftbquests/normal/chapters/4dc8eb8a/f7af641f.snbt new file mode 100644 index 00000000..4fef4576 --- /dev/null +++ b/config/ftbquests/normal/chapters/4dc8eb8a/f7af641f.snbt @@ -0,0 +1,17 @@ +{ + x: 5.5d, + y: 0.0d, + text: [ + "Technology makes everything better, waaaaaay better." + ], + dependencies: [ + "e7733ea5" + ], + tasks: [{ + uid: "b2293d20", + type: "item", + items: [{ + item: "gendustry:industrial_apiary" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/4dc8eb8a/fc490a5f.snbt b/config/ftbquests/normal/chapters/4dc8eb8a/fc490a5f.snbt new file mode 100644 index 00000000..f9840c79 --- /dev/null +++ b/config/ftbquests/normal/chapters/4dc8eb8a/fc490a5f.snbt @@ -0,0 +1,18 @@ +{ + x: -6.5d, + y: -4.5d, + text: [ + "The sludge refiner uses sludge to create various earthy materials, including some quite useful stuff!", + "Conductive powder is a very interesting byproduct..." + ], + dependencies: [ + "e6d92057" + ], + tasks: [{ + uid: "1baa1c8d", + type: "item", + items: [{ + item: "industrialforegoing:sludge_refiner" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/02835b00.snbt b/config/ftbquests/normal/chapters/69ffc090/02835b00.snbt new file mode 100644 index 00000000..2cc6adcb --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/02835b00.snbt @@ -0,0 +1,19 @@ +{ + x: 10.5d, + y: 6.0d, + dependencies: [ + "9bc97b9f" + ], + tasks: [{ + uid: "118e8cc0", + type: "item", + items: [{ + id: "abyssalcraft:drainstaff", + Damage: 2s, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/0456285e.snbt b/config/ftbquests/normal/chapters/69ffc090/0456285e.snbt new file mode 100644 index 00000000..618ce511 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/0456285e.snbt @@ -0,0 +1,14 @@ +{ + x: 8.5d, + y: 12.0d, + dependencies: [ + "a4fb9338" + ], + tasks: [{ + uid: "1760035f", + type: "item", + items: [{ + item: "abyssalcraft:crystallizer" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/0505ba9c.snbt b/config/ftbquests/normal/chapters/69ffc090/0505ba9c.snbt new file mode 100644 index 00000000..270f2d08 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/0505ba9c.snbt @@ -0,0 +1,14 @@ +{ + x: 7.5d, + y: -6.5d, + dependencies: [ + "6388f95d" + ], + tasks: [{ + uid: "7d632e3b", + type: "item", + items: [{ + item: "bewitchment:distillery" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/058fa902.snbt b/config/ftbquests/normal/chapters/69ffc090/058fa902.snbt new file mode 100644 index 00000000..16ef5213 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/058fa902.snbt @@ -0,0 +1,14 @@ +{ + x: -9.5d, + y: -9.5d, + dependencies: [ + "4ddf266a" + ], + tasks: [{ + uid: "c25ab6d3", + type: "item", + items: [{ + item: "thaumcraft:pedestal_eldritch" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/05933525.snbt b/config/ftbquests/normal/chapters/69ffc090/05933525.snbt new file mode 100644 index 00000000..810c4e0d --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/05933525.snbt @@ -0,0 +1,14 @@ +{ + x: 3.0d, + y: 8.0d, + dependencies: [ + "33e3e9d2" + ], + tasks: [{ + uid: "d54afefa", + type: "item", + items: [{ + item: "astralsorcery:blockattunementaltar" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/05d29f7c.snbt b/config/ftbquests/normal/chapters/69ffc090/05d29f7c.snbt new file mode 100644 index 00000000..1c1cae22 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/05d29f7c.snbt @@ -0,0 +1,14 @@ +{ + x: -7.5d, + y: -7.5d, + dependencies: [ + "51229b7e" + ], + tasks: [{ + uid: "1ec79d57", + type: "item", + items: [{ + item: "thaumcraft:hungry_chest" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/05efc190.snbt b/config/ftbquests/normal/chapters/69ffc090/05efc190.snbt new file mode 100644 index 00000000..db074908 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/05efc190.snbt @@ -0,0 +1,17 @@ +{ + x: -9.5d, + y: -10.5d, + dependencies: [ + "4ddf266a" + ], + tasks: [{ + uid: "8874dede", + type: "item", + items: [{ + id: "modularmachinery:itemblueprint", + tag: { + dynamicmachine: "modularmachinery:arcane_autoinfuser" + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/060d47fd.snbt b/config/ftbquests/normal/chapters/69ffc090/060d47fd.snbt new file mode 100644 index 00000000..588d267c --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/060d47fd.snbt @@ -0,0 +1,14 @@ +{ + x: -8.5d, + y: -4.5d, + dependencies: [ + "2d513652" + ], + tasks: [{ + uid: "8b361d6a", + type: "item", + items: [{ + item: "contenttweaker:shield_of_terra" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/0714e863.snbt b/config/ftbquests/normal/chapters/69ffc090/0714e863.snbt new file mode 100644 index 00000000..159ee6be --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/0714e863.snbt @@ -0,0 +1,22 @@ +{ + x: 2.0d, + y: -6.5d, + dependencies: [ + "69ead914" + ], + tasks: [{ + uid: "2d258ced", + type: "item", + items: [{ + id: "bloodmagic:bound_sword", + tag: { + Unbreakable: 1b + }, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/07a50cc3.snbt b/config/ftbquests/normal/chapters/69ffc090/07a50cc3.snbt new file mode 100644 index 00000000..55cec7e9 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/07a50cc3.snbt @@ -0,0 +1,14 @@ +{ + x: -2.0d, + y: 7.0d, + dependencies: [ + "ce9fcea0" + ], + tasks: [{ + uid: "f6986b2b", + type: "item", + items: [{ + item: "astralsorcery:blockmachine 1 1" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/07faaa84.snbt b/config/ftbquests/normal/chapters/69ffc090/07faaa84.snbt new file mode 100644 index 00000000..258e9019 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/07faaa84.snbt @@ -0,0 +1,17 @@ +{ + x: -6.5d, + y: -8.5d, + text: [ + "Despite the relative lack of concrete uses in golemancy (given other, better options), seals have use in higher arts (you'll see when you get there.)" + ], + dependencies: [ + "cabb54e0" + ], + tasks: [{ + uid: "08af62fe", + type: "item", + items: [{ + item: "thaumcraft:seal" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/081be4be.snbt b/config/ftbquests/normal/chapters/69ffc090/081be4be.snbt new file mode 100644 index 00000000..65a9458d --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/081be4be.snbt @@ -0,0 +1,14 @@ +{ + x: -10.5d, + y: -11.5d, + dependencies: [ + "ef400880" + ], + tasks: [{ + uid: "f20c5cf5", + type: "item", + items: [{ + item: "thaumicaugmentation:impetus_drainer" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/0924acd3.snbt b/config/ftbquests/normal/chapters/69ffc090/0924acd3.snbt new file mode 100644 index 00000000..9faae576 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/0924acd3.snbt @@ -0,0 +1,22 @@ +{ + x: 12.5d, + y: 5.0d, + dependencies: [ + "efcd8379" + ], + tasks: [{ + uid: "caa36eb2", + type: "item", + items: [{ + id: "abyssalcraft:abyssalnomicon", + tag: { + PotEnergy: 0.0f + }, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/0a5d1b3b.snbt b/config/ftbquests/normal/chapters/69ffc090/0a5d1b3b.snbt new file mode 100644 index 00000000..a041a5f5 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/0a5d1b3b.snbt @@ -0,0 +1,14 @@ +{ + x: -3.5d, + y: -9.5d, + dependencies: [ + "77d7a891" + ], + tasks: [{ + uid: "26bee23e", + type: "item", + items: [{ + item: "thaumicaugmentation:stone" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/0aedb977.snbt b/config/ftbquests/normal/chapters/69ffc090/0aedb977.snbt new file mode 100644 index 00000000..de061ca9 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/0aedb977.snbt @@ -0,0 +1,17 @@ +{ + x: -6.5d, + y: -5.5d, + text: [ + "Salis Mundus is a strange powder used to activate many thaumic devices. Use on specific blocks to change them into magic tools." + ], + dependencies: [ + "2d513652" + ], + tasks: [{ + uid: "24ca0a6a", + type: "item", + items: [{ + item: "thaumcraft:salis_mundus" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/0bdcc204.snbt b/config/ftbquests/normal/chapters/69ffc090/0bdcc204.snbt new file mode 100644 index 00000000..71874a98 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/0bdcc204.snbt @@ -0,0 +1,16 @@ +{ + x: -5.5d, + y: 5.0d, + dependencies: [ + "b998a825" + ], + tasks: [{ + uid: "4a14d394", + type: "item", + items: [{ + item: "projecte:item.pe_manual" + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/0c714c14.snbt b/config/ftbquests/normal/chapters/69ffc090/0c714c14.snbt new file mode 100644 index 00000000..89a8549d --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/0c714c14.snbt @@ -0,0 +1,67 @@ +{ + x: 6.5d, + y: 11.0d, + dependencies: [ + "ba8804a0" + ], + tasks: [{ + uid: "e3d5e4a9", + type: "item", + items: [{ + id: "abyssalcraft:tieredenergypedestal", + Damage: 3s, + tag: { + PotEnergy: 0.0f + } + }], + ignore_nbt: 1b + }, + { + uid: "d1e736ac", + type: "item", + items: [{ + id: "abyssalcraft:tieredsacrificialaltar", + Damage: 3s, + tag: { + PotEnergy: 0.0f + } + }], + ignore_nbt: 1b + }, + { + uid: "992a0795", + type: "item", + items: [{ + id: "abyssalcraft:tieredenergycollector", + Damage: 3s, + tag: { + PotEnergy: 0.0f + } + }], + ignore_nbt: 1b + }, + { + uid: "311a5b4f", + type: "item", + items: [{ + id: "abyssalcraft:tieredenergyrelay", + Damage: 3s, + tag: { + PotEnergy: 0.0f + } + }], + ignore_nbt: 1b + }, + { + uid: "b9258452", + type: "item", + items: [{ + id: "abyssalcraft:tieredenergycontainer", + Damage: 3s, + tag: { + PotEnergy: 0.0f + } + }], + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/0e2f5fe8.snbt b/config/ftbquests/normal/chapters/69ffc090/0e2f5fe8.snbt new file mode 100644 index 00000000..1fd405b0 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/0e2f5fe8.snbt @@ -0,0 +1,21 @@ +{ + x: 0.0d, + y: -13.5d, + dependencies: [ + "8082c3c1" + ], + tasks: [{ + uid: "fe4535d2", + type: "item", + items: [{ + id: "bloodmagic:blood_orb", + tag: { + orb: "bloodmagic:transcendent" + }, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/0ffe83ff.snbt b/config/ftbquests/normal/chapters/69ffc090/0ffe83ff.snbt new file mode 100644 index 00000000..75de5357 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/0ffe83ff.snbt @@ -0,0 +1,12 @@ +{ + x: 10.5d, + y: 0.0d, + dependencies: [ + "644a72fc" + ], + tasks: [{ + uid: "4b6d1b4e", + type: "checkmark", + title: "Wizardry" + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/116cd5d0.snbt b/config/ftbquests/normal/chapters/69ffc090/116cd5d0.snbt new file mode 100644 index 00000000..378f539d --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/116cd5d0.snbt @@ -0,0 +1,17 @@ +{ + x: -19.0d, + y: 0.0d, + dependencies: [ + "dae451c5" + ], + tasks: [{ + uid: "c38d2f4f", + type: "item", + items: [{ + id: "modularmachinery:itemblueprint", + tag: { + dynamicmachine: "modularmachinery:gaia_altar" + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/146e747d.snbt b/config/ftbquests/normal/chapters/69ffc090/146e747d.snbt new file mode 100644 index 00000000..70383ad8 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/146e747d.snbt @@ -0,0 +1,14 @@ +{ + x: 10.5d, + y: 7.0d, + dependencies: [ + "34a57df5" + ], + tasks: [{ + uid: "8cae30b4", + type: "item", + items: [{ + item: "contenttweaker:abyssal_wasteland_matter" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/1507ddb2.snbt b/config/ftbquests/normal/chapters/69ffc090/1507ddb2.snbt new file mode 100644 index 00000000..9c1b4fb3 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/1507ddb2.snbt @@ -0,0 +1,14 @@ +{ + x: -12.5d, + y: -7.5d, + dependencies: [ + "d31f3b74" + ], + tasks: [{ + uid: "a516de4d", + type: "item", + items: [{ + item: "thaumcraft:everfull_urn" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/17305df3.snbt b/config/ftbquests/normal/chapters/69ffc090/17305df3.snbt new file mode 100644 index 00000000..cc59f84b --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/17305df3.snbt @@ -0,0 +1,14 @@ +{ + x: -7.5d, + y: -11.5d, + dependencies: [ + "05d29f7c" + ], + tasks: [{ + uid: "6bcc5e28", + type: "item", + items: [{ + item: "thaumcraft:lamp_growth" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/17a35ffb.snbt b/config/ftbquests/normal/chapters/69ffc090/17a35ffb.snbt new file mode 100644 index 00000000..96f1dcab --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/17a35ffb.snbt @@ -0,0 +1,19 @@ +{ + x: -1.0d, + y: -6.5d, + dependencies: [ + "611fc915" + ], + tasks: [{ + uid: "baf10353", + type: "item", + items: [{ + id: "bloodmagic:soul_gem", + tag: {}, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/192e61bf.snbt b/config/ftbquests/normal/chapters/69ffc090/192e61bf.snbt new file mode 100644 index 00000000..b833ef7f --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/192e61bf.snbt @@ -0,0 +1,19 @@ +{ + x: -8.5d, + y: -9.5d, + dependencies: [ + "5268ce8f" + ], + tasks: [{ + uid: "72d0d7e9", + type: "item", + items: [{ + id: "thaumcraft:focus_2", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/1998301c.snbt b/config/ftbquests/normal/chapters/69ffc090/1998301c.snbt new file mode 100644 index 00000000..317fff23 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/1998301c.snbt @@ -0,0 +1,21 @@ +{ + x: 9.5d, + y: 12.0d, + dependencies: [ + "0456285e" + ], + tasks: [{ + uid: "19b07c54", + type: "item", + items: [{ + item: "abyssalcraft:crystalcluster 1 14" + }] + }, + { + uid: "fd42be38", + type: "item", + items: [{ + item: "abyssalcraft:crystalcluster 1 12" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/1abdffbd.snbt b/config/ftbquests/normal/chapters/69ffc090/1abdffbd.snbt new file mode 100644 index 00000000..d6388072 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/1abdffbd.snbt @@ -0,0 +1,17 @@ +{ + x: 5.5d, + y: 9.0d, + dependencies: [ + "5711f85e" + ], + tasks: [{ + uid: "f74f6636", + type: "item", + items: [{ + id: "modularmachinery:itemblueprint", + tag: { + dynamicmachine: "modularmachinery:lp_harvester" + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/1b9ce67a.snbt b/config/ftbquests/normal/chapters/69ffc090/1b9ce67a.snbt new file mode 100644 index 00000000..665ce0b3 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/1b9ce67a.snbt @@ -0,0 +1,14 @@ +{ + x: -1.0d, + y: 9.0d, + dependencies: [ + "6df819b5" + ], + tasks: [{ + uid: "a8c2d1f1", + type: "item", + items: [{ + item: "astralsorcery:blockstarlightinfuser" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/1bbad35b.snbt b/config/ftbquests/normal/chapters/69ffc090/1bbad35b.snbt new file mode 100644 index 00000000..a858623a --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/1bbad35b.snbt @@ -0,0 +1,17 @@ +{ + x: -5.5d, + y: 6.0d, + text: [ + "Alchemical coal can be obtained using equivalence conversion with a Philosopher Stone, or by infusing glowstone using a collector." + ], + dependencies: [ + "4a91c2a6" + ], + tasks: [{ + uid: "09c6bc68", + type: "item", + items: [{ + item: "projecte:item.pe_fuel" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/1bbbd972.snbt b/config/ftbquests/normal/chapters/69ffc090/1bbbd972.snbt new file mode 100644 index 00000000..5542a229 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/1bbbd972.snbt @@ -0,0 +1,14 @@ +{ + x: -5.5d, + y: 8.0d, + dependencies: [ + "b6d1dead" + ], + tasks: [{ + uid: "46fe6627", + type: "item", + items: [{ + item: "projecte:item.pe_fuel 1 2" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/1de45e0d.snbt b/config/ftbquests/normal/chapters/69ffc090/1de45e0d.snbt new file mode 100644 index 00000000..5f296244 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/1de45e0d.snbt @@ -0,0 +1,14 @@ +{ + x: 1.0d, + y: 10.0d, + dependencies: [ + "bb1c3ead" + ], + tasks: [{ + uid: "51166c17", + type: "item", + items: [{ + item: "astralsorcery:blockborehead" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/1fb833d7.snbt b/config/ftbquests/normal/chapters/69ffc090/1fb833d7.snbt new file mode 100644 index 00000000..3e5275b9 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/1fb833d7.snbt @@ -0,0 +1,19 @@ +{ + x: 8.5d, + y: 7.0d, + dependencies: [ + "c28370df" + ], + tasks: [{ + uid: "9490bc7e", + type: "item", + items: [{ + id: "abyssalcraft:corhelmetp", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/208d7fb0.snbt b/config/ftbquests/normal/chapters/69ffc090/208d7fb0.snbt new file mode 100644 index 00000000..34eb8fb2 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/208d7fb0.snbt @@ -0,0 +1,14 @@ +{ + x: 2.0d, + y: 10.0d, + dependencies: [ + "bb1c3ead" + ], + tasks: [{ + uid: "e6606e2b", + type: "item", + items: [{ + item: "astralsorcery:blockborehead 1 1" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/209f0427.snbt b/config/ftbquests/normal/chapters/69ffc090/209f0427.snbt new file mode 100644 index 00000000..e2be2370 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/209f0427.snbt @@ -0,0 +1,14 @@ +{ + x: -7.5d, + y: -13.5d, + dependencies: [ + "05d29f7c" + ], + tasks: [{ + uid: "c0b5a590", + type: "item", + items: [{ + item: "thaumadditions:entity_summoner" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/21c80937.snbt b/config/ftbquests/normal/chapters/69ffc090/21c80937.snbt new file mode 100644 index 00000000..f329f8bd --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/21c80937.snbt @@ -0,0 +1,14 @@ +{ + x: -11.5d, + y: -12.5d, + dependencies: [ + "8da72053" + ], + tasks: [{ + uid: "6b53d6e1", + type: "item", + items: [{ + item: "thaumcraft:mirror_essentia" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/22102ec2.snbt b/config/ftbquests/normal/chapters/69ffc090/22102ec2.snbt new file mode 100644 index 00000000..5a8038ab --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/22102ec2.snbt @@ -0,0 +1,14 @@ +{ + x: 3.0d, + y: 10.0d, + dependencies: [ + "bb1c3ead" + ], + tasks: [{ + uid: "59f0f6ab", + type: "item", + items: [{ + item: "astralsorcery:blockbore" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/22d279d6.snbt b/config/ftbquests/normal/chapters/69ffc090/22d279d6.snbt new file mode 100644 index 00000000..87372f87 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/22d279d6.snbt @@ -0,0 +1,12 @@ +{ + x: 6.0d, + y: 0.0d, + dependencies: [ + "644a72fc" + ], + tasks: [{ + uid: "12d8d651", + type: "checkmark", + title: "Alkahestry" + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/24a808f4.snbt b/config/ftbquests/normal/chapters/69ffc090/24a808f4.snbt new file mode 100644 index 00000000..42524637 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/24a808f4.snbt @@ -0,0 +1,21 @@ +{ + x: 7.5d, + y: 12.0d, + dependencies: [ + "a4fb9338" + ], + tasks: [{ + uid: "b61239e6", + type: "item", + items: [{ + item: "abyssalcraft:dreadaltartop" + }] + }, + { + uid: "51ec1730", + type: "item", + items: [{ + item: "abyssalcraft:dreadaltarbottom" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/280801a7.snbt b/config/ftbquests/normal/chapters/69ffc090/280801a7.snbt new file mode 100644 index 00000000..d492a389 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/280801a7.snbt @@ -0,0 +1,19 @@ +{ + x: 13.5d, + y: -3.0d, + dependencies: [ + "b04e38d1" + ], + tasks: [{ + uid: "722b2779", + type: "item", + items: [{ + id: "arcane_essentials:master_lightning_sword", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/28d1a1cb.snbt b/config/ftbquests/normal/chapters/69ffc090/28d1a1cb.snbt new file mode 100644 index 00000000..aa72424a --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/28d1a1cb.snbt @@ -0,0 +1,14 @@ +{ + x: -13.5d, + y: -6.5d, + dependencies: [ + "4f9ddd3d" + ], + tasks: [{ + uid: "889736d4", + type: "item", + items: [{ + item: "thaumcraft:metal_alchemical_advanced" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/29bb1be6.snbt b/config/ftbquests/normal/chapters/69ffc090/29bb1be6.snbt new file mode 100644 index 00000000..e2f2106e --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/29bb1be6.snbt @@ -0,0 +1,22 @@ +{ + x: -8.5d, + y: -6.5d, + text: [ + "The ability to see essentia is the main feature of these goggles, which should be worn at all times to ensure nothing bad happens." + ], + dependencies: [ + "74eed6cb" + ], + tasks: [{ + uid: "ca3e2b5e", + type: "item", + items: [{ + id: "thaumcraft:goggles", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/29d5d0eb.snbt b/config/ftbquests/normal/chapters/69ffc090/29d5d0eb.snbt new file mode 100644 index 00000000..d4450d41 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/29d5d0eb.snbt @@ -0,0 +1,22 @@ +{ + x: 0.0d, + y: 6.0d, + dependencies: [ + "fdc6f22d" + ], + tasks: [{ + uid: "3c4171c9", + type: "item", + items: [{ + id: "astralsorcery:itemwand", + tag: { + astralsorcery: {} + }, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/2b174166.snbt b/config/ftbquests/normal/chapters/69ffc090/2b174166.snbt new file mode 100644 index 00000000..9179b94a --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/2b174166.snbt @@ -0,0 +1,19 @@ +{ + x: 6.5d, + y: -7.5d, + dependencies: [ + "6388f95d" + ], + tasks: [{ + uid: "0a980a36", + type: "item", + items: [{ + id: "bewitchment:ritual_chalk", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/2b63ca4f.snbt b/config/ftbquests/normal/chapters/69ffc090/2b63ca4f.snbt new file mode 100644 index 00000000..071a0c16 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/2b63ca4f.snbt @@ -0,0 +1,17 @@ +{ + x: 9.5d, + y: -9.5d, + dependencies: [ + "7e904403" + ], + tasks: [{ + uid: "afb0dbd6", + type: "item", + items: [{ + id: "modularmachinery:itemblueprint", + tag: { + dynamicmachine: "modularmachinery:moloch_altar" + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/2d288fa2.snbt b/config/ftbquests/normal/chapters/69ffc090/2d288fa2.snbt new file mode 100644 index 00000000..942e44f5 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/2d288fa2.snbt @@ -0,0 +1,19 @@ +{ + x: -1.0d, + y: 5.0d, + description: "Doable??", + text: [ + "There are a lot of weapons that deal a lot of damage damage, and chaos protection is indeed available...", + "If only there were powerful spells and enchantments to help me..." + ], + dependencies: [ + "fdc6f22d" + ], + tasks: [{ + uid: "d141d15c", + type: "item", + items: [{ + item: "draconicevolution:chaos_shard" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/2d513652.snbt b/config/ftbquests/normal/chapters/69ffc090/2d513652.snbt new file mode 100644 index 00000000..72384499 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/2d513652.snbt @@ -0,0 +1,12 @@ +{ + x: -6.5d, + y: -4.5d, + dependencies: [ + "644a72fc" + ], + tasks: [{ + uid: "c2ad275d", + type: "checkmark", + title: "Thaumcraft" + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/2dfd7a99.snbt b/config/ftbquests/normal/chapters/69ffc090/2dfd7a99.snbt new file mode 100644 index 00000000..0372bc21 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/2dfd7a99.snbt @@ -0,0 +1,14 @@ +{ + x: -3.0d, + y: 8.0d, + dependencies: [ + "68d4d155" + ], + tasks: [{ + uid: "1cc4d67f", + type: "item", + items: [{ + item: "astralsorcery:blockmachine" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/2eb7fd2e.snbt b/config/ftbquests/normal/chapters/69ffc090/2eb7fd2e.snbt new file mode 100644 index 00000000..4d8bd41c --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/2eb7fd2e.snbt @@ -0,0 +1,19 @@ +{ + x: 12.5d, + y: -1.0d, + dependencies: [ + "a2854dc8" + ], + tasks: [{ + uid: "d6e2cfdc", + type: "item", + items: [{ + id: "ebwizardry:novice_fire_wand", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/2ec842db.snbt b/config/ftbquests/normal/chapters/69ffc090/2ec842db.snbt new file mode 100644 index 00000000..571dba4a --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/2ec842db.snbt @@ -0,0 +1,14 @@ +{ + x: 8.5d, + y: -5.5d, + dependencies: [ + "df9ffb75" + ], + tasks: [{ + uid: "c9464b3c", + type: "item", + items: [{ + item: "bewitchment:poppet" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/2fea900a.snbt b/config/ftbquests/normal/chapters/69ffc090/2fea900a.snbt new file mode 100644 index 00000000..3e3b67c3 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/2fea900a.snbt @@ -0,0 +1,14 @@ +{ + x: -13.5d, + y: -10.5d, + dependencies: [ + "8c9a42c4" + ], + tasks: [{ + uid: "14b82262", + type: "item", + items: [{ + item: "thaumcraft:jar_void" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/30a6b32a.snbt b/config/ftbquests/normal/chapters/69ffc090/30a6b32a.snbt new file mode 100644 index 00000000..bd691663 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/30a6b32a.snbt @@ -0,0 +1,14 @@ +{ + x: -10.5d, + y: -12.5d, + dependencies: [ + "081be4be" + ], + tasks: [{ + uid: "2db2c27a", + type: "item", + items: [{ + item: "thaumicaugmentation:arcane_terraformer" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/321d6f2d.snbt b/config/ftbquests/normal/chapters/69ffc090/321d6f2d.snbt new file mode 100644 index 00000000..a516ed1f --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/321d6f2d.snbt @@ -0,0 +1,12 @@ +{ + x: 15.5d, + y: 0.0d, + dependencies: [ + "3adbd63d" + ], + tasks: [{ + uid: "2f4da456", + type: "checkmark", + title: "Master" + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/326e53bf.snbt b/config/ftbquests/normal/chapters/69ffc090/326e53bf.snbt new file mode 100644 index 00000000..a425a389 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/326e53bf.snbt @@ -0,0 +1,14 @@ +{ + x: -19.5d, + y: -10.5d, + dependencies: [ + "8c9a42c4" + ], + tasks: [{ + uid: "9eee0fc7", + type: "item", + items: [{ + item: "thaumadditions:jar_mithminite" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/338a79bc.snbt b/config/ftbquests/normal/chapters/69ffc090/338a79bc.snbt new file mode 100644 index 00000000..d778447c --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/338a79bc.snbt @@ -0,0 +1,18 @@ +{ + x: 8.5d, + y: 6.0d, + dependencies: [ + "c693a278" + ], + tasks: [{ + uid: "4c8e7e6b", + type: "item", + items: [{ + id: "abyssalcraft:drainstaff", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/33e3e9d2.snbt b/config/ftbquests/normal/chapters/69ffc090/33e3e9d2.snbt new file mode 100644 index 00000000..7185c7f5 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/33e3e9d2.snbt @@ -0,0 +1,19 @@ +{ + x: 0.0d, + y: 8.0d, + dependencies: [ + "ce9fcea0" + ], + tasks: [{ + uid: "5295ce8e", + type: "item", + items: [{ + id: "astralsorcery:blockaltar", + Damage: 1s, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/34a57df5.snbt b/config/ftbquests/normal/chapters/69ffc090/34a57df5.snbt new file mode 100644 index 00000000..ed67a69b --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/34a57df5.snbt @@ -0,0 +1,14 @@ +{ + x: 9.5d, + y: 7.0d, + dependencies: [ + "c28370df" + ], + tasks: [{ + uid: "712b5e3c", + type: "item", + items: [{ + item: "abyssalcraft:essence" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/34b417e7.snbt b/config/ftbquests/normal/chapters/69ffc090/34b417e7.snbt new file mode 100644 index 00000000..79f614fb --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/34b417e7.snbt @@ -0,0 +1,14 @@ +{ + x: -14.5d, + y: -9.5d, + dependencies: [ + "f6664fb8" + ], + tasks: [{ + uid: "c8f10a6b", + type: "item", + items: [{ + item: "thaumadditions:mithrillium_smelter" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/37134854.snbt b/config/ftbquests/normal/chapters/69ffc090/37134854.snbt new file mode 100644 index 00000000..043a284c --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/37134854.snbt @@ -0,0 +1,22 @@ +{ + x: 8.5d, + y: 5.0d, + dependencies: [ + "c693a278" + ], + tasks: [{ + uid: "57aa8027", + type: "item", + items: [{ + id: "abyssalcraft:necronomicon", + tag: { + PotEnergy: 0.0f + }, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/37e15669.snbt b/config/ftbquests/normal/chapters/69ffc090/37e15669.snbt new file mode 100644 index 00000000..a09673a6 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/37e15669.snbt @@ -0,0 +1,19 @@ +{ + x: 12.5d, + y: 1.0d, + dependencies: [ + "a2854dc8" + ], + tasks: [{ + uid: "6a895af3", + type: "item", + items: [{ + id: "ebwizardry:novice_necromancy_wand", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/3adbd63d.snbt b/config/ftbquests/normal/chapters/69ffc090/3adbd63d.snbt new file mode 100644 index 00000000..e6e0ac9e --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/3adbd63d.snbt @@ -0,0 +1,19 @@ +{ + x: 12.5d, + y: 0.0d, + dependencies: [ + "a2854dc8" + ], + tasks: [{ + uid: "e506826b", + type: "item", + items: [{ + id: "ebwizardry:magic_wand", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/3c42ee09.snbt b/config/ftbquests/normal/chapters/69ffc090/3c42ee09.snbt new file mode 100644 index 00000000..64554736 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/3c42ee09.snbt @@ -0,0 +1,14 @@ +{ + x: 4.0d, + y: -5.5d, + dependencies: [ + "f6ca2329" + ], + tasks: [{ + uid: "70dbe516", + type: "item", + items: [{ + item: "contenttweaker:material_part 1 26" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/3cc185aa.snbt b/config/ftbquests/normal/chapters/69ffc090/3cc185aa.snbt new file mode 100644 index 00000000..a9330aaf --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/3cc185aa.snbt @@ -0,0 +1,14 @@ +{ + x: -5.5d, + y: 12.0d, + dependencies: [ + "f3008bdc" + ], + tasks: [{ + uid: "887ca0ff", + type: "item", + items: [{ + item: "contenttweaker:bright_matter" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/3d8b8e00.snbt b/config/ftbquests/normal/chapters/69ffc090/3d8b8e00.snbt new file mode 100644 index 00000000..c4bd482f --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/3d8b8e00.snbt @@ -0,0 +1,20 @@ +{ + x: -1.0d, + y: -9.5d, + dependencies: [ + "42ef1b6a" + ], + tasks: [{ + uid: "2a2088af", + type: "item", + items: [{ + id: "bloodmagic:soul_gem", + Damage: 3s, + tag: {}, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/3ee1ccc9.snbt b/config/ftbquests/normal/chapters/69ffc090/3ee1ccc9.snbt new file mode 100644 index 00000000..e40ee15e --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/3ee1ccc9.snbt @@ -0,0 +1,14 @@ +{ + x: -16.0d, + y: 0.0d, + dependencies: [ + "b0dff801" + ], + tasks: [{ + uid: "50a0382d", + type: "item", + items: [{ + item: "botania:alfheimportal" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/3f860eea.snbt b/config/ftbquests/normal/chapters/69ffc090/3f860eea.snbt new file mode 100644 index 00000000..34af16dc --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/3f860eea.snbt @@ -0,0 +1,19 @@ +{ + x: -13.0d, + y: 2.0d, + dependencies: [ + "edb013a2" + ], + tasks: [{ + uid: "50a910ee", + type: "item", + items: [{ + id: "botania:lens", + tag: {}, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/42ef1b6a.snbt b/config/ftbquests/normal/chapters/69ffc090/42ef1b6a.snbt new file mode 100644 index 00000000..6b977778 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/42ef1b6a.snbt @@ -0,0 +1,20 @@ +{ + x: -1.0d, + y: -8.5d, + dependencies: [ + "530f9ba7" + ], + tasks: [{ + uid: "ec85ed96", + type: "item", + items: [{ + id: "bloodmagic:soul_gem", + Damage: 2s, + tag: {}, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/4321f9dc.snbt b/config/ftbquests/normal/chapters/69ffc090/4321f9dc.snbt new file mode 100644 index 00000000..4d60973a --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/4321f9dc.snbt @@ -0,0 +1,14 @@ +{ + x: 9.5d, + y: 13.0d, + dependencies: [ + "bba04780" + ], + tasks: [{ + uid: "f3470ca5", + type: "item", + items: [{ + item: "contenttweaker:omothol_matter" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/4538cc86.snbt b/config/ftbquests/normal/chapters/69ffc090/4538cc86.snbt new file mode 100644 index 00000000..b5d37558 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/4538cc86.snbt @@ -0,0 +1,12 @@ +{ + x: 6.5d, + y: -4.5d, + dependencies: [ + "644a72fc" + ], + tasks: [{ + uid: "ef825f1f", + type: "checkmark", + title: "Bewitchment" + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/481ca5d2.snbt b/config/ftbquests/normal/chapters/69ffc090/481ca5d2.snbt new file mode 100644 index 00000000..507613e7 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/481ca5d2.snbt @@ -0,0 +1,29 @@ +{ + x: -1.0d, + y: 8.0d, + dependencies: [ + "60e57d31" + ], + tasks: [{ + uid: "9e060cf1", + type: "item", + items: [{ + id: "astralsorcery:itemskyresonator", + tag: { + astralsorcery: { + enhanced: 1b, + upgrades: [ + 0, + 1, + 2 + ] + } + }, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/4877d7a5.snbt b/config/ftbquests/normal/chapters/69ffc090/4877d7a5.snbt new file mode 100644 index 00000000..e63ccc10 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/4877d7a5.snbt @@ -0,0 +1,29 @@ +{ + x: -2.0d, + y: 9.0d, + dependencies: [ + "6df819b5" + ], + tasks: [{ + uid: "c38d46cf", + type: "item", + items: [{ + item: "astralsorcery:blockmapdrawingtable" + }] + }, + { + uid: "b53bcbd3", + type: "item", + items: [{ + id: "astralsorcery:iteminfusedglass", + tag: { + astralsorcery: {} + }, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/48e9fa30.snbt b/config/ftbquests/normal/chapters/69ffc090/48e9fa30.snbt new file mode 100644 index 00000000..534a4b24 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/48e9fa30.snbt @@ -0,0 +1,17 @@ +{ + x: -16.0d, + y: 1.0d, + dependencies: [ + "3ee1ccc9" + ], + tasks: [{ + uid: "9e7f5967", + type: "item", + items: [{ + id: "botania:specialflower", + tag: { + type: "loonium" + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/48f96f43.snbt b/config/ftbquests/normal/chapters/69ffc090/48f96f43.snbt new file mode 100644 index 00000000..73459e0b --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/48f96f43.snbt @@ -0,0 +1,14 @@ +{ + x: 9.5d, + y: 8.0d, + dependencies: [ + "c75bcc51" + ], + tasks: [{ + uid: "31f0fff7", + type: "item", + items: [{ + item: "abyssalcraft:transmutator" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/4a91c2a6.snbt b/config/ftbquests/normal/chapters/69ffc090/4a91c2a6.snbt new file mode 100644 index 00000000..78f0c0da --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/4a91c2a6.snbt @@ -0,0 +1,23 @@ +{ + x: -6.5d, + y: 6.0d, + text: [ + "The 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." + ], + dependencies: [ + "b998a825" + ], + tasks: [{ + uid: "c5131305", + type: "item", + items: [{ + id: "projecte:item.pe_philosophers_stone", + tag: {}, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/4ddf266a.snbt b/config/ftbquests/normal/chapters/69ffc090/4ddf266a.snbt new file mode 100644 index 00000000..45414737 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/4ddf266a.snbt @@ -0,0 +1,14 @@ +{ + x: -9.5d, + y: -7.5d, + dependencies: [ + "51229b7e" + ], + tasks: [{ + uid: "9c201dbf", + type: "item", + items: [{ + item: "thaumcraft:infusion_matrix" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/4e08f559.snbt b/config/ftbquests/normal/chapters/69ffc090/4e08f559.snbt new file mode 100644 index 00000000..26e82aa0 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/4e08f559.snbt @@ -0,0 +1,21 @@ +{ + x: -4.5d, + y: -7.5d, + dependencies: [ + "51229b7e" + ], + tasks: [{ + uid: "031714f8", + type: "item", + items: [{ + item: "thaumcraft:condenser" + }] + }, + { + uid: "5b20c33a", + type: "item", + items: [{ + item: "thaumcraft:condenser_lattice" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/4f9d757e.snbt b/config/ftbquests/normal/chapters/69ffc090/4f9d757e.snbt new file mode 100644 index 00000000..5f359720 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/4f9d757e.snbt @@ -0,0 +1,23 @@ +{ + x: -14.5d, + y: -7.5d, + dependencies: [ + "d31f3b74" + ], + tasks: [{ + uid: "803d861a", + type: "item", + items: [{ + id: "forge:bucketfilled", + tag: { + FluidName: "liquid_death", + Amount: 1000 + }, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/4f9ddd3d.snbt b/config/ftbquests/normal/chapters/69ffc090/4f9ddd3d.snbt new file mode 100644 index 00000000..87caddaf --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/4f9ddd3d.snbt @@ -0,0 +1,14 @@ +{ + x: -12.5d, + y: -6.5d, + dependencies: [ + "d31f3b74" + ], + tasks: [{ + uid: "a44214ba", + type: "item", + items: [{ + item: "thaumcraft:metal_alchemical" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/4fb28ed6.snbt b/config/ftbquests/normal/chapters/69ffc090/4fb28ed6.snbt new file mode 100644 index 00000000..ddad801f --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/4fb28ed6.snbt @@ -0,0 +1,14 @@ +{ + x: -5.5d, + y: -9.5d, + dependencies: [ + "910a30b8" + ], + tasks: [{ + uid: "c1650b14", + type: "item", + items: [{ + item: "thaumadditions:void_seed" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/5055a7b6.snbt b/config/ftbquests/normal/chapters/69ffc090/5055a7b6.snbt new file mode 100644 index 00000000..ed217ae1 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/5055a7b6.snbt @@ -0,0 +1,17 @@ +{ + x: 11.5d, + y: 1.0d, + dependencies: [ + "a2854dc8" + ], + tasks: [{ + uid: "5f92d03a", + type: "item", + items: [{ + id: "modularmachinery:itemblueprint", + tag: { + dynamicmachine: "modularmachinery:wizardry_combiner" + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/5078ca3f.snbt b/config/ftbquests/normal/chapters/69ffc090/5078ca3f.snbt new file mode 100644 index 00000000..1c51dcf0 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/5078ca3f.snbt @@ -0,0 +1,21 @@ +{ + x: 0.0d, + y: -11.5d, + dependencies: [ + "8082c3c1" + ], + tasks: [{ + uid: "0b77a79e", + type: "item", + items: [{ + id: "bloodmagic:blood_orb", + tag: { + orb: "bloodmagic:master" + }, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/51229b7e.snbt b/config/ftbquests/normal/chapters/69ffc090/51229b7e.snbt new file mode 100644 index 00000000..2e247c37 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/51229b7e.snbt @@ -0,0 +1,17 @@ +{ + x: -6.5d, + y: -6.5d, + text: [ + "Obtained by using a salis mundus on a bookshelf, this is the workbench of thaumic arts." + ], + dependencies: [ + "0aedb977" + ], + tasks: [{ + uid: "ec81063c", + type: "item", + items: [{ + item: "thaumcraft:arcane_workbench" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/512ac683.snbt b/config/ftbquests/normal/chapters/69ffc090/512ac683.snbt new file mode 100644 index 00000000..1fe33896 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/512ac683.snbt @@ -0,0 +1,14 @@ +{ + x: 9.5d, + y: -6.5d, + dependencies: [ + "9027acfd" + ], + tasks: [{ + uid: "5d513d95", + type: "item", + items: [{ + item: "bewitchment:brazier" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/5268ce8f.snbt b/config/ftbquests/normal/chapters/69ffc090/5268ce8f.snbt new file mode 100644 index 00000000..91f01d0a --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/5268ce8f.snbt @@ -0,0 +1,26 @@ +{ + x: -8.5d, + y: -7.5d, + dependencies: [ + "51229b7e" + ], + tasks: [{ + uid: "644d182c", + type: "item", + items: [{ + item: "thaumcraft:wand_workbench" + }] + }, + { + uid: "3881a863", + type: "item", + items: [{ + id: "thaumcraft:caster_basic", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/52dd1fa0.snbt b/config/ftbquests/normal/chapters/69ffc090/52dd1fa0.snbt new file mode 100644 index 00000000..0e359857 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/52dd1fa0.snbt @@ -0,0 +1,16 @@ +{ + x: -10.0d, + y: 1.0d, + dependencies: [ + "c9b5fe8a" + ], + tasks: [{ + uid: "617ad5d6", + type: "item", + items: [{ + item: "contenttweaker:gaia_tesseract" + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/530f9ba7.snbt b/config/ftbquests/normal/chapters/69ffc090/530f9ba7.snbt new file mode 100644 index 00000000..ab670917 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/530f9ba7.snbt @@ -0,0 +1,20 @@ +{ + x: -1.0d, + y: -7.5d, + dependencies: [ + "17a35ffb" + ], + tasks: [{ + uid: "e148943d", + type: "item", + items: [{ + id: "bloodmagic:soul_gem", + Damage: 1s, + tag: {}, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/53c540cc.snbt b/config/ftbquests/normal/chapters/69ffc090/53c540cc.snbt new file mode 100644 index 00000000..452e41a8 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/53c540cc.snbt @@ -0,0 +1,19 @@ +{ + x: 1.0d, + y: -4.5d, + dependencies: [ + "86e97a13" + ], + tasks: [{ + uid: "787229c1", + type: "item", + items: [{ + id: "guideapi:bloodmagic-guide", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/545a31c4.snbt b/config/ftbquests/normal/chapters/69ffc090/545a31c4.snbt new file mode 100644 index 00000000..b9563c55 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/545a31c4.snbt @@ -0,0 +1,17 @@ +{ + x: -9.5d, + y: -12.5d, + dependencies: [ + "05efc190" + ], + tasks: [{ + uid: "6d275010", + type: "item", + items: [{ + id: "modularmachinery:itemblueprint", + tag: { + dynamicmachine: "modularmachinery:arcane_autoworkbench" + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/559021bf.snbt b/config/ftbquests/normal/chapters/69ffc090/559021bf.snbt new file mode 100644 index 00000000..3773db23 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/559021bf.snbt @@ -0,0 +1,50 @@ +{ + x: -2.5d, + y: -9.5d, + dependencies: [ + "b150d084" + ], + tasks: [{ + uid: "43a6cb2c", + type: "item", + items: [{ + id: "thaumicenergistics:essentia_cell_1k", + tag: { + filter: {} + }, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }, + { + uid: "b1fed1a7", + type: "item", + items: [{ + item: "thaumicenergistics:essentia_terminal" + }] + }, + { + uid: "6baa848d", + type: "item", + items: [{ + item: "thaumicenergistics:essentia_import" + }] + }, + { + uid: "10ac309d", + type: "item", + items: [{ + item: "thaumicenergistics:essentia_export" + }] + }, + { + uid: "feaea696", + type: "item", + items: [{ + item: "thaumicenergistics:essentia_storage" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/5711f85e.snbt b/config/ftbquests/normal/chapters/69ffc090/5711f85e.snbt new file mode 100644 index 00000000..bd4e970c --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/5711f85e.snbt @@ -0,0 +1,17 @@ +{ + x: 5.5d, + y: 8.0d, + dependencies: [ + "932f74a6" + ], + tasks: [{ + uid: "a2ec6fac", + type: "item", + items: [{ + id: "modularmachinery:itemblueprint", + tag: { + dynamicmachine: "modularmachinery:pe_sterilizer" + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/58806f37.snbt b/config/ftbquests/normal/chapters/69ffc090/58806f37.snbt new file mode 100644 index 00000000..6a83e8e5 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/58806f37.snbt @@ -0,0 +1,21 @@ +{ + x: 2.0d, + y: -5.5d, + dependencies: [ + "59071feb" + ], + tasks: [{ + uid: "1d0c6c76", + type: "item", + items: [{ + item: "bloodmagic:demon_crystallizer" + }] + }, + { + uid: "819e8ea2", + type: "item", + items: [{ + item: "bloodmagic:demon_crucible" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/59071feb.snbt b/config/ftbquests/normal/chapters/69ffc090/59071feb.snbt new file mode 100644 index 00000000..4e06bcbf --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/59071feb.snbt @@ -0,0 +1,14 @@ +{ + x: 1.0d, + y: -5.5d, + dependencies: [ + "611fc915" + ], + tasks: [{ + uid: "028453fb", + type: "item", + items: [{ + item: "bloodmagic:soul_forge" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/59c719cf.snbt b/config/ftbquests/normal/chapters/69ffc090/59c719cf.snbt new file mode 100644 index 00000000..267d7993 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/59c719cf.snbt @@ -0,0 +1,19 @@ +{ + x: -14.5d, + y: -8.5d, + dependencies: [ + "ef8fc3ab" + ], + tasks: [{ + uid: "5ffda8a4", + type: "item", + items: [{ + id: "contenttweaker:abyssal_wasteland_warp_cleanser", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/59d6648a.snbt b/config/ftbquests/normal/chapters/69ffc090/59d6648a.snbt new file mode 100644 index 00000000..8927bc14 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/59d6648a.snbt @@ -0,0 +1,17 @@ +{ + x: -7.5d, + y: 6.0d, + text: [ + "Energy condensers can be used to replicate items with EMC value using the equivalence provided by Relays and Collectors." + ], + dependencies: [ + "b998a825" + ], + tasks: [{ + uid: "ed1e05e2", + type: "item", + items: [{ + item: "projecte:condenser_mk1" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/59f7255d.snbt b/config/ftbquests/normal/chapters/69ffc090/59f7255d.snbt new file mode 100644 index 00000000..57ceea2f --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/59f7255d.snbt @@ -0,0 +1,56 @@ +{ + x: 5.5d, + y: -5.5d, + dependencies: [ + "4538cc86" + ], + tasks: [{ + uid: "ce9dd0e6", + type: "item", + items: [{ + item: "bewitchment:aconitum" + }] + }, + { + uid: "bf99cffd", + type: "item", + items: [{ + item: "bewitchment:belladonna" + }] + }, + { + uid: "2f9b915b", + type: "item", + items: [{ + item: "bewitchment:garlic" + }] + }, + { + uid: "417b9a4e", + type: "item", + items: [{ + item: "bewitchment:hellebore" + }] + }, + { + uid: "fb776442", + type: "item", + items: [{ + item: "bewitchment:mandrake_root" + }] + }, + { + uid: "3f9ae986", + type: "item", + items: [{ + item: "bewitchment:white_sage" + }] + }, + { + uid: "5d77e3e4", + type: "item", + items: [{ + item: "bewitchment:wormwood" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/5a3fd002.snbt b/config/ftbquests/normal/chapters/69ffc090/5a3fd002.snbt new file mode 100644 index 00000000..5dec56d9 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/5a3fd002.snbt @@ -0,0 +1,14 @@ +{ + x: -14.5d, + y: -10.5d, + dependencies: [ + "8c9a42c4" + ], + tasks: [{ + uid: "8de37e62", + type: "item", + items: [{ + item: "thaumadditions:jar_brass" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/5b1dd86d.snbt b/config/ftbquests/normal/chapters/69ffc090/5b1dd86d.snbt new file mode 100644 index 00000000..b9e9c890 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/5b1dd86d.snbt @@ -0,0 +1,14 @@ +{ + x: -7.5d, + y: -14.5d, + dependencies: [ + "05d29f7c" + ], + tasks: [{ + uid: "3978a863", + type: "item", + items: [{ + item: "thaumictinkerer:transvector_interface" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/5c0e4e0c.snbt b/config/ftbquests/normal/chapters/69ffc090/5c0e4e0c.snbt new file mode 100644 index 00000000..bf4fa3e3 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/5c0e4e0c.snbt @@ -0,0 +1,14 @@ +{ + x: -7.5d, + y: -12.5d, + dependencies: [ + "05d29f7c" + ], + tasks: [{ + uid: "a1164e05", + type: "item", + items: [{ + item: "thaumcraft:turret 1 2" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/5c52c75c.snbt b/config/ftbquests/normal/chapters/69ffc090/5c52c75c.snbt new file mode 100644 index 00000000..f238bbbd --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/5c52c75c.snbt @@ -0,0 +1,17 @@ +{ + x: 9.5d, + y: -8.5d, + dependencies: [ + "7e904403" + ], + tasks: [{ + uid: "e59214cf", + type: "item", + items: [{ + id: "modularmachinery:itemblueprint", + tag: { + dynamicmachine: "modularmachinery:lilith_altar" + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/5f46b297.snbt b/config/ftbquests/normal/chapters/69ffc090/5f46b297.snbt new file mode 100644 index 00000000..11937fa2 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/5f46b297.snbt @@ -0,0 +1,43 @@ +{ + x: 2.0d, + y: -7.5d, + dependencies: [ + "7ab6ae24" + ], + tasks: [{ + uid: "ba99ba28", + type: "item", + items: [{ + id: "bloodmagic:ritual_diviner", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_nbt: 1b + }, + { + uid: "3677d910", + type: "item", + items: [{ + id: "bloodmagic:activation_crystal", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_nbt: 1b + }, + { + uid: "12666d86", + type: "item", + items: [{ + item: "bloodmagic:ritual_controller" + }] + }, + { + uid: "bc1db895", + type: "item", + items: [{ + item: "bloodmagic:ritual_stone" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/5f9873df.snbt b/config/ftbquests/normal/chapters/69ffc090/5f9873df.snbt new file mode 100644 index 00000000..df6f7ace --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/5f9873df.snbt @@ -0,0 +1,19 @@ +{ + x: 6.5d, + y: -9.5d, + dependencies: [ + "8ad50eaa" + ], + tasks: [{ + uid: "efd43720", + type: "item", + items: [{ + id: "bewitchment:fiery_chalk", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/604963c4.snbt b/config/ftbquests/normal/chapters/69ffc090/604963c4.snbt new file mode 100644 index 00000000..64a496a0 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/604963c4.snbt @@ -0,0 +1,21 @@ +{ + x: 7.5d, + y: -7.5d, + dependencies: [ + "0505ba9c" + ], + tasks: [{ + uid: "a52d1b3f", + type: "item", + items: [{ + item: "bewitchment:bottled_frostfire" + }] + }, + { + uid: "4d1653ce", + type: "item", + items: [{ + item: "bewitchment:bottled_hellfire" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/60e57d31.snbt b/config/ftbquests/normal/chapters/69ffc090/60e57d31.snbt new file mode 100644 index 00000000..bedc229e --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/60e57d31.snbt @@ -0,0 +1,22 @@ +{ + x: -1.0d, + y: 7.0d, + dependencies: [ + "ce9fcea0" + ], + tasks: [{ + uid: "b00425d8", + type: "item", + items: [{ + id: "astralsorcery:itemskyresonator", + tag: { + astralsorcery: {} + }, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/60ed274b.snbt b/config/ftbquests/normal/chapters/69ffc090/60ed274b.snbt new file mode 100644 index 00000000..83d75d96 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/60ed274b.snbt @@ -0,0 +1,14 @@ +{ + x: -14.0d, + y: -1.0d, + dependencies: [ + "8ba7525c" + ], + tasks: [{ + uid: "06f73bf2", + type: "item", + items: [{ + item: "botania:brewery" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/611fc915.snbt b/config/ftbquests/normal/chapters/69ffc090/611fc915.snbt new file mode 100644 index 00000000..f9031eeb --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/611fc915.snbt @@ -0,0 +1,17 @@ +{ + x: 0.0d, + y: -5.5d, + text: [ + "Rudimentary snares are used to inflict mobs with a debuff that allows them to drop fragments of their will." + ], + dependencies: [ + "86e97a13" + ], + tasks: [{ + uid: "a4c201c8", + type: "item", + items: [{ + item: "bloodmagic:soul_snare" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/61fef23b.snbt b/config/ftbquests/normal/chapters/69ffc090/61fef23b.snbt new file mode 100644 index 00000000..f158a918 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/61fef23b.snbt @@ -0,0 +1,14 @@ +{ + x: -11.0d, + y: 0.0d, + dependencies: [ + "c9b5fe8a" + ], + tasks: [{ + uid: "f725af04", + type: "item", + items: [{ + item: "botania:altar" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/62356329.snbt b/config/ftbquests/normal/chapters/69ffc090/62356329.snbt new file mode 100644 index 00000000..30456927 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/62356329.snbt @@ -0,0 +1,21 @@ +{ + x: 0.0d, + y: -9.5d, + dependencies: [ + "8082c3c1" + ], + tasks: [{ + uid: "0b1b918b", + type: "item", + items: [{ + id: "bloodmagic:blood_orb", + tag: { + orb: "bloodmagic:apprentice" + }, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/6388f95d.snbt b/config/ftbquests/normal/chapters/69ffc090/6388f95d.snbt new file mode 100644 index 00000000..94dd5a80 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/6388f95d.snbt @@ -0,0 +1,25 @@ +{ + x: 6.5d, + y: -6.5d, + dependencies: [ + "a10c8603" + ], + tasks: [{ + uid: "2173df90", + type: "item", + items: [{ + id: "itemfilters:filter", + tag: { + display: { + Name: "Any bewitchmentAltar" + } + }, + ForgeCaps: { + Parent: { + id: "ore", + data: "bewitchmentAltar" + } + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/644a72fc.snbt b/config/ftbquests/normal/chapters/69ffc090/644a72fc.snbt new file mode 100644 index 00000000..5075aa00 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/644a72fc.snbt @@ -0,0 +1,16 @@ +{ + x: 0.0d, + y: 0.0d, + text: [ + "There are many branches of the magic arts, and each of them has its own set of rules and powers.", + "All the knowledge required to succeed (and complete this pack) is available here." + ], + dependencies: [ + "d4a82bd8" + ], + tasks: [{ + uid: "7f33305b", + type: "checkmark", + title: "Magic is Real" + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/65f50287.snbt b/config/ftbquests/normal/chapters/69ffc090/65f50287.snbt new file mode 100644 index 00000000..10d411cd --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/65f50287.snbt @@ -0,0 +1,14 @@ +{ + x: 3.0d, + y: 9.0d, + dependencies: [ + "05933525" + ], + tasks: [{ + uid: "38bd1b63", + type: "item", + items: [{ + item: "astralsorcery:blockrituallink" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/6686bd37.snbt b/config/ftbquests/normal/chapters/69ffc090/6686bd37.snbt new file mode 100644 index 00000000..41a486b9 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/6686bd37.snbt @@ -0,0 +1,19 @@ +{ + x: 1.0d, + y: 5.0d, + dependencies: [ + "fdc6f22d" + ], + tasks: [{ + uid: "f138c638", + type: "item", + items: [{ + id: "astralsorcery:itemjournal", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/66e8ab7c.snbt b/config/ftbquests/normal/chapters/69ffc090/66e8ab7c.snbt new file mode 100644 index 00000000..fc9c97cf --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/66e8ab7c.snbt @@ -0,0 +1,21 @@ +{ + x: -10.5d, + y: -9.5d, + dependencies: [ + "b3098e1e" + ], + tasks: [{ + uid: "3fe7e069", + type: "item", + items: [{ + item: "thaumcraft:stabilizer" + }] + }, + { + uid: "2ca5f875", + type: "item", + items: [{ + item: "thaumcraft:inlay" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/67f1755c.snbt b/config/ftbquests/normal/chapters/69ffc090/67f1755c.snbt new file mode 100644 index 00000000..21dc230d --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/67f1755c.snbt @@ -0,0 +1,14 @@ +{ + x: 9.5d, + y: 11.0d, + dependencies: [ + "a4fb9338" + ], + tasks: [{ + uid: "71d700c9", + type: "item", + items: [{ + item: "abyssalcraft:essence 1 1" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/68018edb.snbt b/config/ftbquests/normal/chapters/69ffc090/68018edb.snbt new file mode 100644 index 00000000..2d946d9a --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/68018edb.snbt @@ -0,0 +1,19 @@ +{ + x: -8.5d, + y: -8.5d, + dependencies: [ + "5268ce8f" + ], + tasks: [{ + uid: "2e0c6986", + type: "item", + items: [{ + id: "thaumcraft:focus_1", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/68d4d155.snbt b/config/ftbquests/normal/chapters/69ffc090/68d4d155.snbt new file mode 100644 index 00000000..82fee290 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/68d4d155.snbt @@ -0,0 +1,19 @@ +{ + x: -3.0d, + y: 7.0d, + dependencies: [ + "ce9fcea0" + ], + tasks: [{ + uid: "fcf5fe40", + type: "item", + items: [{ + id: "astralsorcery:itemhandtelescope", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/69657d67.snbt b/config/ftbquests/normal/chapters/69ffc090/69657d67.snbt new file mode 100644 index 00000000..818155e1 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/69657d67.snbt @@ -0,0 +1,14 @@ +{ + x: -17.0d, + y: 0.0d, + dependencies: [ + "3ee1ccc9" + ], + tasks: [{ + uid: "b7a65616", + type: "item", + items: [{ + item: "botania:pylon 1 2" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/69ead914.snbt b/config/ftbquests/normal/chapters/69ffc090/69ead914.snbt new file mode 100644 index 00000000..e5f944e2 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/69ead914.snbt @@ -0,0 +1,19 @@ +{ + x: 1.0d, + y: -6.5d, + dependencies: [ + "59071feb" + ], + tasks: [{ + uid: "2ff9859a", + type: "item", + items: [{ + id: "bloodmagic:arcane_ashes", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/6b028e45.snbt b/config/ftbquests/normal/chapters/69ffc090/6b028e45.snbt new file mode 100644 index 00000000..f5cf6500 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/6b028e45.snbt @@ -0,0 +1,14 @@ +{ + x: -3.5d, + y: -7.5d, + dependencies: [ + "51229b7e" + ], + tasks: [{ + uid: "c100366a", + type: "item", + items: [{ + item: "thaumicaugmentation:fracture_locator" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/6b1e931d.snbt b/config/ftbquests/normal/chapters/69ffc090/6b1e931d.snbt new file mode 100644 index 00000000..88a12319 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/6b1e931d.snbt @@ -0,0 +1,17 @@ +{ + x: -4.5d, + y: -6.5d, + text: [ + "The inscription table is quite tedious to use, so having access to a lot of mother void walkers may be a good idea..." + ], + dependencies: [ + "a7893b64" + ], + tasks: [{ + uid: "7421d0ac", + type: "item", + items: [{ + item: "thaumcraft:curio 1 1" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/6c91841a.snbt b/config/ftbquests/normal/chapters/69ffc090/6c91841a.snbt new file mode 100644 index 00000000..af3ad017 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/6c91841a.snbt @@ -0,0 +1,14 @@ +{ + x: -9.5d, + y: -4.5d, + dependencies: [ + "2d513652" + ], + tasks: [{ + uid: "ee7d200d", + type: "item", + items: [{ + item: "contenttweaker:master_spell_focus" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/6dca3b26.snbt b/config/ftbquests/normal/chapters/69ffc090/6dca3b26.snbt new file mode 100644 index 00000000..72e6557b --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/6dca3b26.snbt @@ -0,0 +1,17 @@ +{ + x: -7.5d, + y: 8.0d, + dependencies: [ + "a9bc093f" + ], + tasks: [{ + uid: "27d2025a", + type: "item", + items: [{ + id: "modularmachinery:itemblueprint", + tag: { + dynamicmachine: "modularmachinery:botanic_condenser" + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/6df819b5.snbt b/config/ftbquests/normal/chapters/69ffc090/6df819b5.snbt new file mode 100644 index 00000000..72d276ee --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/6df819b5.snbt @@ -0,0 +1,19 @@ +{ + x: 0.0d, + y: 9.0d, + dependencies: [ + "33e3e9d2" + ], + tasks: [{ + uid: "3d81c621", + type: "item", + items: [{ + id: "astralsorcery:blockaltar", + Damage: 2s, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/7393064a.snbt b/config/ftbquests/normal/chapters/69ffc090/7393064a.snbt new file mode 100644 index 00000000..3259840d --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/7393064a.snbt @@ -0,0 +1,14 @@ +{ + x: -5.5d, + y: 10.0d, + dependencies: [ + "7b954431" + ], + tasks: [{ + uid: "7e56952d", + type: "item", + items: [{ + item: "projecte:item.pe_matter 1 1" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/74eed6cb.snbt b/config/ftbquests/normal/chapters/69ffc090/74eed6cb.snbt new file mode 100644 index 00000000..9ec7b3a5 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/74eed6cb.snbt @@ -0,0 +1,25 @@ +{ + x: -7.5d, + y: -6.5d, + text: [ + "The thaumometer has three main uses.", + "It allowsto see the presence of the two main thaumic fields, vis (good) and flux (bad).", + "It 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.", + "It shows its user the presence of essentia in a given block or machine." + ], + dependencies: [ + "51229b7e" + ], + tasks: [{ + uid: "99ac45ea", + type: "item", + items: [{ + id: "thaumcraft:thaumometer", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/75924b02.snbt b/config/ftbquests/normal/chapters/69ffc090/75924b02.snbt new file mode 100644 index 00000000..d111fc24 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/75924b02.snbt @@ -0,0 +1,14 @@ +{ + x: -12.5d, + y: -9.5d, + dependencies: [ + "f6664fb8" + ], + tasks: [{ + uid: "7b83ab09", + type: "item", + items: [{ + item: "thaumcraft:smelter_thaumium" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/75f3cf2f.snbt b/config/ftbquests/normal/chapters/69ffc090/75f3cf2f.snbt new file mode 100644 index 00000000..cb2a37fa --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/75f3cf2f.snbt @@ -0,0 +1,63 @@ +{ + x: 6.5d, + y: 7.0d, + dependencies: [ + "8d03d99d", + "83b00847" + ], + tasks: [{ + uid: "141b8905", + type: "item", + items: [{ + id: "abyssalcraft:energypedestal", + tag: { + PotEnergy: 0.0f + } + }], + ignore_nbt: 1b + }, + { + uid: "6b0142ad", + type: "item", + items: [{ + id: "abyssalcraft:energycollector", + tag: { + PotEnergy: 0.0f + } + }], + ignore_nbt: 1b + }, + { + uid: "a94514e6", + type: "item", + items: [{ + id: "abyssalcraft:sacrificialaltar", + tag: { + PotEnergy: 0.0f + } + }], + ignore_nbt: 1b + }, + { + uid: "e2015c67", + type: "item", + items: [{ + id: "abyssalcraft:energyrelay", + tag: { + PotEnergy: 0.0f + } + }], + ignore_nbt: 1b + }, + { + uid: "38dd1127", + type: "item", + items: [{ + id: "abyssalcraft:energycontainer", + tag: { + PotEnergy: 0.0f + } + }], + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/766ca10a.snbt b/config/ftbquests/normal/chapters/69ffc090/766ca10a.snbt new file mode 100644 index 00000000..869bb472 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/766ca10a.snbt @@ -0,0 +1,31 @@ +{ + x: 3.0d, + y: -7.5d, + dependencies: [ + "7ab6ae24" + ], + tasks: [{ + uid: "f63e46d0", + type: "item", + items: [{ + id: "bloodmagic:ritual_diviner", + Damage: 1s, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_nbt: 1b + }, + { + uid: "abef924e", + type: "item", + items: [{ + id: "bloodmagic:activation_crystal", + Damage: 1s, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/76b63338.snbt b/config/ftbquests/normal/chapters/69ffc090/76b63338.snbt new file mode 100644 index 00000000..e93a38bf --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/76b63338.snbt @@ -0,0 +1,21 @@ +{ + x: 0.0d, + y: -8.5d, + dependencies: [ + "8082c3c1" + ], + tasks: [{ + uid: "61b510f2", + type: "item", + items: [{ + id: "bloodmagic:blood_orb", + tag: { + orb: "bloodmagic:weak" + }, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/77d7a891.snbt b/config/ftbquests/normal/chapters/69ffc090/77d7a891.snbt new file mode 100644 index 00000000..7fa61194 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/77d7a891.snbt @@ -0,0 +1,41 @@ +{ + x: -3.5d, + y: -8.5d, + dependencies: [ + "6b028e45" + ], + tasks: [{ + uid: "82d01e72", + type: "item", + items: [{ + id: "thaumicaugmentation:augment_caster_rift_energy_storage", + ForgeCaps: { + Parent: { + augment: {}, + energy: { + energy: 0L + } + } + } + }], + ignore_damage: true, + ignore_nbt: 1b + }, + { + uid: "f48b416a", + type: "item", + items: [{ + id: "thaumicaugmentation:gauntlet", + Damage: 1s, + tag: { + color: 2498903 + }, + ForgeCaps: { + Parent: { + slots: 3 + } + } + }], + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/7822cadc.snbt b/config/ftbquests/normal/chapters/69ffc090/7822cadc.snbt new file mode 100644 index 00000000..fe182f36 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/7822cadc.snbt @@ -0,0 +1,21 @@ +{ + x: -7.5d, + y: -8.5d, + dependencies: [ + "05d29f7c" + ], + tasks: [{ + uid: "27505cd6", + type: "item", + items: [{ + item: "minecraft:obsidian" + }] + }, + { + uid: "6922f29f", + type: "item", + items: [{ + item: "minecraft:nether_brick" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/782fdb38.snbt b/config/ftbquests/normal/chapters/69ffc090/782fdb38.snbt new file mode 100644 index 00000000..b6f97120 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/782fdb38.snbt @@ -0,0 +1,19 @@ +{ + x: 12.5d, + y: -2.0d, + dependencies: [ + "a2854dc8" + ], + tasks: [{ + uid: "29efe745", + type: "item", + items: [{ + id: "ebwizardry:novice_ice_wand", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/79ba813f.snbt b/config/ftbquests/normal/chapters/69ffc090/79ba813f.snbt new file mode 100644 index 00000000..0a68122a --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/79ba813f.snbt @@ -0,0 +1,14 @@ +{ + x: -15.5d, + y: -8.5d, + dependencies: [ + "ef8fc3ab" + ], + tasks: [{ + uid: "a154d8c3", + type: "item", + items: [{ + item: "contenttweaker:dreading_warp_cleanser" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/7ab6ae24.snbt b/config/ftbquests/normal/chapters/69ffc090/7ab6ae24.snbt new file mode 100644 index 00000000..d3ef738e --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/7ab6ae24.snbt @@ -0,0 +1,14 @@ +{ + x: 1.0d, + y: -7.5d, + dependencies: [ + "8082c3c1" + ], + tasks: [{ + uid: "b010e142", + type: "item", + items: [{ + item: "bloodmagic:ritual_controller 1 1" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/7b71515a.snbt b/config/ftbquests/normal/chapters/69ffc090/7b71515a.snbt new file mode 100644 index 00000000..b7b36d51 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/7b71515a.snbt @@ -0,0 +1,14 @@ +{ + x: 8.5d, + y: 14.0d, + dependencies: [ + "8b9ec88a" + ], + tasks: [{ + uid: "eef4990f", + type: "item", + items: [{ + item: "abyssalcraft:materializer" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/7b954431.snbt b/config/ftbquests/normal/chapters/69ffc090/7b954431.snbt new file mode 100644 index 00000000..6c752a68 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/7b954431.snbt @@ -0,0 +1,14 @@ +{ + x: -5.5d, + y: 9.0d, + dependencies: [ + "1bbbd972" + ], + tasks: [{ + uid: "2949b7d5", + type: "item", + items: [{ + item: "projecte:item.pe_matter" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/7c56050f.snbt b/config/ftbquests/normal/chapters/69ffc090/7c56050f.snbt new file mode 100644 index 00000000..ffce421e --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/7c56050f.snbt @@ -0,0 +1,14 @@ +{ + x: 10.5d, + y: 11.0d, + dependencies: [ + "67f1755c" + ], + tasks: [{ + uid: "9b855892", + type: "item", + items: [{ + item: "contenttweaker:dreadlands_matter" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/7e904403.snbt b/config/ftbquests/normal/chapters/69ffc090/7e904403.snbt new file mode 100644 index 00000000..4593e573 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/7e904403.snbt @@ -0,0 +1,14 @@ +{ + x: 9.5d, + y: -7.5d, + dependencies: [ + "9027acfd" + ], + tasks: [{ + uid: "2440910f", + type: "item", + items: [{ + item: "bewitchment:sigil_table" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/7fb01a1f.snbt b/config/ftbquests/normal/chapters/69ffc090/7fb01a1f.snbt new file mode 100644 index 00000000..8c63a593 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/7fb01a1f.snbt @@ -0,0 +1,19 @@ +{ + x: 13.5d, + y: 2.0d, + dependencies: [ + "d968e7a0" + ], + tasks: [{ + uid: "46718e67", + type: "item", + items: [{ + id: "arcane_essentials:master_nature_sword", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/7fe17d4a.snbt b/config/ftbquests/normal/chapters/69ffc090/7fe17d4a.snbt new file mode 100644 index 00000000..75c0a3f6 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/7fe17d4a.snbt @@ -0,0 +1,23 @@ +{ + x: 7.5d, + y: -4.5d, + dependencies: [ + "4538cc86" + ], + tasks: [{ + uid: "ee341187", + type: "item", + items: [{ + id: "bewitchment:grimoire_magia", + tag: { + amount: 0, + maxAmount: 1000 + }, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/8082c3c1.snbt b/config/ftbquests/normal/chapters/69ffc090/8082c3c1.snbt new file mode 100644 index 00000000..4a9cd597 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/8082c3c1.snbt @@ -0,0 +1,14 @@ +{ + x: 0.0d, + y: -7.5d, + dependencies: [ + "d5f410b4" + ], + tasks: [{ + uid: "41abac84", + type: "item", + items: [{ + item: "bloodmagic:altar" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/83b00847.snbt b/config/ftbquests/normal/chapters/69ffc090/83b00847.snbt new file mode 100644 index 00000000..59b8b122 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/83b00847.snbt @@ -0,0 +1,14 @@ +{ + x: 6.5d, + y: 6.0d, + dependencies: [ + "c693a278" + ], + tasks: [{ + uid: "ab021f86", + type: "item", + items: [{ + item: "abyssalcraft:shoggothflesh" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/853e53c3.snbt b/config/ftbquests/normal/chapters/69ffc090/853e53c3.snbt new file mode 100644 index 00000000..61a3ac87 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/853e53c3.snbt @@ -0,0 +1,19 @@ +{ + x: 12.5d, + y: 3.0d, + dependencies: [ + "a2854dc8" + ], + tasks: [{ + uid: "bff5e980", + type: "item", + items: [{ + id: "ebwizardry:novice_sorcery_wand", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/86e97a13.snbt b/config/ftbquests/normal/chapters/69ffc090/86e97a13.snbt new file mode 100644 index 00000000..5f4d9905 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/86e97a13.snbt @@ -0,0 +1,12 @@ +{ + x: 0.0d, + y: -4.5d, + dependencies: [ + "644a72fc" + ], + tasks: [{ + uid: "9fb40158", + type: "checkmark", + title: "Blood magic" + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/86fbf8b6.snbt b/config/ftbquests/normal/chapters/69ffc090/86fbf8b6.snbt new file mode 100644 index 00000000..f0c5b98f --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/86fbf8b6.snbt @@ -0,0 +1,14 @@ +{ + x: -15.5d, + y: -10.5d, + dependencies: [ + "8c9a42c4" + ], + tasks: [{ + uid: "70b9eae6", + type: "item", + items: [{ + item: "thaumadditions:jar_thaumium" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/8ad50eaa.snbt b/config/ftbquests/normal/chapters/69ffc090/8ad50eaa.snbt new file mode 100644 index 00000000..4ffc9490 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/8ad50eaa.snbt @@ -0,0 +1,19 @@ +{ + x: 6.5d, + y: -8.5d, + dependencies: [ + "2b174166" + ], + tasks: [{ + uid: "b86e2fe2", + type: "item", + items: [{ + id: "bewitchment:focal_chalk", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/8b248d33.snbt b/config/ftbquests/normal/chapters/69ffc090/8b248d33.snbt new file mode 100644 index 00000000..582802b3 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/8b248d33.snbt @@ -0,0 +1,38 @@ +{ + x: 2.0d, + y: 8.0d, + dependencies: [ + "33e3e9d2" + ], + tasks: [{ + uid: "f2942365", + type: "item", + items: [{ + id: "astralsorcery:blocklens", + tag: { + astralsorcery: { + crystalProperties: { + collectiveCapability: 100, + size: 900, + fract: 0, + purity: 100, + sizeOverride: -1 + } + } + } + }], + ignore_nbt: 1b + }, + { + uid: "8451e49d", + type: "item", + items: [{ + id: "astralsorcery:itemlinkingtool", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/8b62df9b.snbt b/config/ftbquests/normal/chapters/69ffc090/8b62df9b.snbt new file mode 100644 index 00000000..31c705ad --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/8b62df9b.snbt @@ -0,0 +1,14 @@ +{ + x: 5.5d, + y: -7.5d, + dependencies: [ + "6388f95d" + ], + tasks: [{ + uid: "bd9bebd1", + type: "item", + items: [{ + item: "bewitchment:crystal_ball" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/8b9ec88a.snbt b/config/ftbquests/normal/chapters/69ffc090/8b9ec88a.snbt new file mode 100644 index 00000000..9423f69c --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/8b9ec88a.snbt @@ -0,0 +1,19 @@ +{ + x: 7.5d, + y: 13.0d, + dependencies: [ + "24a808f4" + ], + tasks: [{ + uid: "9bd56f82", + type: "item", + items: [{ + id: "abyssalcraft:gatewaykeyjzh", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/8ba7525c.snbt b/config/ftbquests/normal/chapters/69ffc090/8ba7525c.snbt new file mode 100644 index 00000000..c8e1b1d0 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/8ba7525c.snbt @@ -0,0 +1,14 @@ +{ + x: -14.0d, + y: 0.0d, + dependencies: [ + "e0902398" + ], + tasks: [{ + uid: "0bebe48c", + type: "item", + items: [{ + item: "botania:runealtar" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/8bea0d8a.snbt b/config/ftbquests/normal/chapters/69ffc090/8bea0d8a.snbt new file mode 100644 index 00000000..5cbb9530 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/8bea0d8a.snbt @@ -0,0 +1,14 @@ +{ + x: 1.0d, + y: 8.0d, + dependencies: [ + "33e3e9d2" + ], + tasks: [{ + uid: "c4230cf7", + type: "item", + items: [{ + item: "astralsorcery:blockcelestialgateway" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/8c9a42c4.snbt b/config/ftbquests/normal/chapters/69ffc090/8c9a42c4.snbt new file mode 100644 index 00000000..f765ae64 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/8c9a42c4.snbt @@ -0,0 +1,14 @@ +{ + x: -12.5d, + y: -10.5d, + dependencies: [ + "f6664fb8" + ], + tasks: [{ + uid: "3f6c356e", + type: "item", + items: [{ + item: "thaumcraft:jar_normal" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/8d03d99d.snbt b/config/ftbquests/normal/chapters/69ffc090/8d03d99d.snbt new file mode 100644 index 00000000..c2fb1272 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/8d03d99d.snbt @@ -0,0 +1,14 @@ +{ + x: 7.5d, + y: 6.0d, + dependencies: [ + "c693a278" + ], + tasks: [{ + uid: "f5b06bae", + type: "item", + items: [{ + item: "abyssalcraft:shadowgem" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/8d04833a.snbt b/config/ftbquests/normal/chapters/69ffc090/8d04833a.snbt new file mode 100644 index 00000000..047268af --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/8d04833a.snbt @@ -0,0 +1,14 @@ +{ + x: -13.0d, + y: -1.0d, + dependencies: [ + "e0902398" + ], + tasks: [{ + uid: "5efa1b75", + type: "item", + items: [{ + item: "botania:hourglass" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/8da72053.snbt b/config/ftbquests/normal/chapters/69ffc090/8da72053.snbt new file mode 100644 index 00000000..3297d910 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/8da72053.snbt @@ -0,0 +1,14 @@ +{ + x: -11.5d, + y: -10.5d, + dependencies: [ + "f6664fb8" + ], + tasks: [{ + uid: "223d6924", + type: "item", + items: [{ + item: "thaumcraft:tube" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/8e71319c.snbt b/config/ftbquests/normal/chapters/69ffc090/8e71319c.snbt new file mode 100644 index 00000000..bfcaf089 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/8e71319c.snbt @@ -0,0 +1,20 @@ +{ + x: -1.0d, + y: -10.5d, + dependencies: [ + "3d8b8e00" + ], + tasks: [{ + uid: "3a8ad6d7", + type: "item", + items: [{ + id: "bloodmagic:soul_gem", + Damage: 4s, + tag: {}, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/9027acfd.snbt b/config/ftbquests/normal/chapters/69ffc090/9027acfd.snbt new file mode 100644 index 00000000..d4e23986 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/9027acfd.snbt @@ -0,0 +1,14 @@ +{ + x: 8.5d, + y: -6.5d, + dependencies: [ + "6388f95d" + ], + tasks: [{ + uid: "d66ea22b", + type: "item", + items: [{ + item: "bewitchment:dragons_blood_resin" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/910a30b8.snbt b/config/ftbquests/normal/chapters/69ffc090/910a30b8.snbt new file mode 100644 index 00000000..5299cff1 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/910a30b8.snbt @@ -0,0 +1,14 @@ +{ + x: -5.5d, + y: -8.5d, + dependencies: [ + "dc8950c9" + ], + tasks: [{ + uid: "3403d429", + type: "item", + items: [{ + item: "thaumcraft:void_seed" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/922d2211.snbt b/config/ftbquests/normal/chapters/69ffc090/922d2211.snbt new file mode 100644 index 00000000..b70d3cc7 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/922d2211.snbt @@ -0,0 +1,19 @@ +{ + x: -16.5d, + y: -8.5d, + dependencies: [ + "ef8fc3ab" + ], + tasks: [{ + uid: "5bf6f8c1", + type: "item", + items: [{ + id: "contenttweaker:omothol_warp_cleanser", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/932f74a6.snbt b/config/ftbquests/normal/chapters/69ffc090/932f74a6.snbt new file mode 100644 index 00000000..2887fc5e --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/932f74a6.snbt @@ -0,0 +1,17 @@ +{ + x: 5.5d, + y: 7.0d, + dependencies: [ + "83b00847" + ], + tasks: [{ + uid: "9e803dd9", + type: "item", + items: [{ + id: "modularmachinery:itemblueprint", + tag: { + dynamicmachine: "modularmachinery:sterilized_altar" + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/980ad4ce.snbt b/config/ftbquests/normal/chapters/69ffc090/980ad4ce.snbt new file mode 100644 index 00000000..386285d3 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/980ad4ce.snbt @@ -0,0 +1,18 @@ +{ + x: -3.5d, + y: -10.5d, + dependencies: [ + "0a5d1b3b" + ], + tasks: [{ + uid: "a9a28d0a", + type: "item", + items: [{ + id: "thaumicaugmentation:research_notes", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/9af8696a.snbt b/config/ftbquests/normal/chapters/69ffc090/9af8696a.snbt new file mode 100644 index 00000000..f267058c --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/9af8696a.snbt @@ -0,0 +1,19 @@ +{ + x: 11.5d, + y: 6.0d, + dependencies: [ + "02835b00" + ], + tasks: [{ + uid: "92fe31c6", + type: "item", + items: [{ + id: "abyssalcraft:drainstaff", + Damage: 3s, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/9bb24dc6.snbt b/config/ftbquests/normal/chapters/69ffc090/9bb24dc6.snbt new file mode 100644 index 00000000..983aacd4 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/9bb24dc6.snbt @@ -0,0 +1,22 @@ +{ + x: 9.5d, + y: 5.0d, + dependencies: [ + "37134854" + ], + tasks: [{ + uid: "17b8da62", + type: "item", + items: [{ + id: "abyssalcraft:necronomicon_cor", + tag: { + PotEnergy: 0.0f + }, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/9bc97b9f.snbt b/config/ftbquests/normal/chapters/69ffc090/9bc97b9f.snbt new file mode 100644 index 00000000..8c6a8dd4 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/9bc97b9f.snbt @@ -0,0 +1,19 @@ +{ + x: 9.5d, + y: 6.0d, + dependencies: [ + "338a79bc" + ], + tasks: [{ + uid: "5c0d4ab4", + type: "item", + items: [{ + id: "abyssalcraft:drainstaff", + Damage: 1s, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/9c805aec.snbt b/config/ftbquests/normal/chapters/69ffc090/9c805aec.snbt new file mode 100644 index 00000000..eb693788 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/9c805aec.snbt @@ -0,0 +1,14 @@ +{ + x: -12.5d, + y: -11.5d, + dependencies: [ + "8da72053" + ], + tasks: [{ + uid: "64f3f648", + type: "item", + items: [{ + item: "thaumadditions:aspect_combiner" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/9ca0f8af.snbt b/config/ftbquests/normal/chapters/69ffc090/9ca0f8af.snbt new file mode 100644 index 00000000..14a66103 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/9ca0f8af.snbt @@ -0,0 +1,14 @@ +{ + x: -18.5d, + y: -10.5d, + dependencies: [ + "8c9a42c4" + ], + tasks: [{ + uid: "cbb53c36", + type: "item", + items: [{ + item: "thaumadditions:jar_adaminite" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/9d09c17a.snbt b/config/ftbquests/normal/chapters/69ffc090/9d09c17a.snbt new file mode 100644 index 00000000..0798b74e --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/9d09c17a.snbt @@ -0,0 +1,19 @@ +{ + x: 10.5d, + y: -1.0d, + dependencies: [ + "0ffe83ff" + ], + tasks: [{ + uid: "9df77aaf", + type: "item", + items: [{ + id: "ebwizardry:wizard_handbook", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/9dcd6805.snbt b/config/ftbquests/normal/chapters/69ffc090/9dcd6805.snbt new file mode 100644 index 00000000..7cb843bd --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/9dcd6805.snbt @@ -0,0 +1,26 @@ +{ + x: 2.0d, + y: 9.0d, + dependencies: [ + "8b248d33" + ], + tasks: [{ + uid: "4cd0e8cb", + type: "item", + items: [{ + id: "astralsorcery:blockprism", + tag: { + astralsorcery: { + crystalProperties: { + collectiveCapability: 100, + size: 900, + fract: 0, + purity: 100, + sizeOverride: -1 + } + } + } + }], + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/9dfb0e8b.snbt b/config/ftbquests/normal/chapters/69ffc090/9dfb0e8b.snbt new file mode 100644 index 00000000..8be1b09e --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/9dfb0e8b.snbt @@ -0,0 +1,19 @@ +{ + x: 8.5d, + y: 11.0d, + dependencies: [ + "a4fb9338" + ], + tasks: [{ + uid: "2082a012", + type: "item", + items: [{ + id: "abyssalcraft:dhelmet", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/9ec3383e.snbt b/config/ftbquests/normal/chapters/69ffc090/9ec3383e.snbt new file mode 100644 index 00000000..1c214a6c --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/9ec3383e.snbt @@ -0,0 +1,17 @@ +{ + x: 9.5d, + y: -10.5d, + dependencies: [ + "2b63ca4f" + ], + tasks: [{ + uid: "4a324fed", + type: "item", + items: [{ + id: "modularmachinery:itemblueprint", + tag: { + dynamicmachine: "modularmachinery:baphomet_altar" + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/a0ac0fec.snbt b/config/ftbquests/normal/chapters/69ffc090/a0ac0fec.snbt new file mode 100644 index 00000000..70901a5f --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/a0ac0fec.snbt @@ -0,0 +1,14 @@ +{ + x: -7.5d, + y: -9.5d, + dependencies: [ + "05d29f7c" + ], + tasks: [{ + uid: "f5bfad10", + type: "item", + items: [{ + item: "thaumcraft:bellows" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/a10c8603.snbt b/config/ftbquests/normal/chapters/69ffc090/a10c8603.snbt new file mode 100644 index 00000000..6546cd26 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/a10c8603.snbt @@ -0,0 +1,21 @@ +{ + x: 6.5d, + y: -5.5d, + dependencies: [ + "4538cc86" + ], + tasks: [{ + uid: "0c8c3758", + type: "item", + items: [{ + item: "bewitchment:witches_oven" + }] + }, + { + uid: "1c6bd965", + type: "item", + items: [{ + item: "bewitchment:empty_jar" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/a189153a.snbt b/config/ftbquests/normal/chapters/69ffc090/a189153a.snbt new file mode 100644 index 00000000..57453695 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/a189153a.snbt @@ -0,0 +1,20 @@ +{ + x: 7.5d, + y: 15.0d, + dependencies: [ + "d9dcce13" + ], + tasks: [{ + uid: "6e1d927a", + type: "item", + items: [{ + id: "abyssalcraft:staff", + tag: {}, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/a2076e91.snbt b/config/ftbquests/normal/chapters/69ffc090/a2076e91.snbt new file mode 100644 index 00000000..4a6b51d0 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/a2076e91.snbt @@ -0,0 +1,14 @@ +{ + x: 7.5d, + y: 9.0d, + dependencies: [ + "b05920ac" + ], + tasks: [{ + uid: "0c486444", + type: "item", + items: [{ + item: "abyssalcraft:psdl" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/a2854dc8.snbt b/config/ftbquests/normal/chapters/69ffc090/a2854dc8.snbt new file mode 100644 index 00000000..4eb80ea9 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/a2854dc8.snbt @@ -0,0 +1,14 @@ +{ + x: 11.5d, + y: 0.0d, + dependencies: [ + "0ffe83ff" + ], + tasks: [{ + uid: "2b74005c", + type: "item", + items: [{ + item: "ebwizardry:arcane_workbench" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/a49f7833.snbt b/config/ftbquests/normal/chapters/69ffc090/a49f7833.snbt new file mode 100644 index 00000000..b36553fd --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/a49f7833.snbt @@ -0,0 +1,19 @@ +{ + x: 13.5d, + y: -2.0d, + dependencies: [ + "782fdb38" + ], + tasks: [{ + uid: "1cfdb399", + type: "item", + items: [{ + id: "arcane_essentials:master_ice_sword", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/a4fb9338.snbt b/config/ftbquests/normal/chapters/69ffc090/a4fb9338.snbt new file mode 100644 index 00000000..62a957f7 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/a4fb9338.snbt @@ -0,0 +1,19 @@ +{ + x: 7.5d, + y: 11.0d, + dependencies: [ + "c779bec9" + ], + tasks: [{ + uid: "f33d54a8", + type: "item", + items: [{ + id: "abyssalcraft:gatewaykeydl", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/a6e4343f.snbt b/config/ftbquests/normal/chapters/69ffc090/a6e4343f.snbt new file mode 100644 index 00000000..292769ea --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/a6e4343f.snbt @@ -0,0 +1,14 @@ +{ + x: -7.5d, + y: -10.5d, + dependencies: [ + "05d29f7c" + ], + tasks: [{ + uid: "e6f3bd72", + type: "item", + items: [{ + item: "thaumcraft:lamp_fertility" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/a7893b64.snbt b/config/ftbquests/normal/chapters/69ffc090/a7893b64.snbt new file mode 100644 index 00000000..31d24d9e --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/a7893b64.snbt @@ -0,0 +1,29 @@ +{ + x: -5.5d, + y: -6.5d, + text: [ + "The scribing tools, when used on two adjacent wooden tables, allow for the creation of a research table, which is used to unlock thaumic knowledge through inscription on pieces of paper." + ], + dependencies: [ + "51229b7e" + ], + tasks: [{ + uid: "145668f5", + type: "item", + items: [{ + id: "thaumcraft:scribing_tools", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }, + { + uid: "e64a3188", + type: "item", + items: [{ + item: "thaumcraft:table_wood" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/a9bc093f.snbt b/config/ftbquests/normal/chapters/69ffc090/a9bc093f.snbt new file mode 100644 index 00000000..ec39b919 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/a9bc093f.snbt @@ -0,0 +1,14 @@ +{ + x: -7.5d, + y: 7.0d, + dependencies: [ + "59d6648a" + ], + tasks: [{ + uid: "9730c03d", + type: "item", + items: [{ + item: "projecte:condenser_mk2" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/aa29d36c.snbt b/config/ftbquests/normal/chapters/69ffc090/aa29d36c.snbt new file mode 100644 index 00000000..22ec3be3 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/aa29d36c.snbt @@ -0,0 +1,20 @@ +{ + x: -10.0d, + y: -1.0d, + dependencies: [ + "c9b5fe8a" + ], + tasks: [{ + uid: "b6f74a4d", + type: "item", + items: [{ + id: "botania:lexicon", + tag: {}, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/aa4761ca.snbt b/config/ftbquests/normal/chapters/69ffc090/aa4761ca.snbt new file mode 100644 index 00000000..3f2e9c70 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/aa4761ca.snbt @@ -0,0 +1,17 @@ +{ + x: -12.0d, + y: 0.0d, + dependencies: [ + "61fef23b" + ], + tasks: [{ + uid: "3e787faa", + type: "item", + items: [{ + id: "botania:specialflower", + tag: { + type: "puredaisy" + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/aa920bfa.snbt b/config/ftbquests/normal/chapters/69ffc090/aa920bfa.snbt new file mode 100644 index 00000000..7e56b268 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/aa920bfa.snbt @@ -0,0 +1,14 @@ +{ + x: -2.5d, + y: -8.5d, + dependencies: [ + "b150d084" + ], + tasks: [{ + uid: "7ff4d7e1", + type: "item", + items: [{ + item: "thaumicenergistics:infusion_provider" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/ad7f86b3.snbt b/config/ftbquests/normal/chapters/69ffc090/ad7f86b3.snbt new file mode 100644 index 00000000..35a04f2a --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/ad7f86b3.snbt @@ -0,0 +1,19 @@ +{ + title: "Unlock all Research", + x: -7.5d, + y: -4.5d, + text: [ + "The Really Scary Vishroom is really scary. It unlocks all Thaumcraft knowledge, at the cost of a lot of permanent warp!", + "having acces to at least the Dreading Warp Cleanser is a decent idea, having access to the Omothol Warp Cleanser is a very good idea." + ], + dependencies: [ + "2d513652" + ], + tasks: [{ + uid: "13a084b2", + type: "item", + items: [{ + item: "contenttweaker:magic_mushroom_dark" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/b04e38d1.snbt b/config/ftbquests/normal/chapters/69ffc090/b04e38d1.snbt new file mode 100644 index 00000000..5a93d2a0 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/b04e38d1.snbt @@ -0,0 +1,19 @@ +{ + x: 12.5d, + y: -3.0d, + dependencies: [ + "a2854dc8" + ], + tasks: [{ + uid: "9c3fed21", + type: "item", + items: [{ + id: "ebwizardry:novice_lightning_wand", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/b05920ac.snbt b/config/ftbquests/normal/chapters/69ffc090/b05920ac.snbt new file mode 100644 index 00000000..18ded9dc --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/b05920ac.snbt @@ -0,0 +1,14 @@ +{ + x: 7.5d, + y: 8.0d, + dependencies: [ + "c28370df" + ], + tasks: [{ + uid: "99a557b7", + type: "item", + items: [{ + item: "abyssalcraft:powerstonetracker" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/b0dff801.snbt b/config/ftbquests/normal/chapters/69ffc090/b0dff801.snbt new file mode 100644 index 00000000..efa38c30 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/b0dff801.snbt @@ -0,0 +1,14 @@ +{ + x: -15.0d, + y: 0.0d, + dependencies: [ + "8ba7525c" + ], + tasks: [{ + uid: "64e49b8e", + type: "item", + items: [{ + item: "botania:terraplate" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/b150d084.snbt b/config/ftbquests/normal/chapters/69ffc090/b150d084.snbt new file mode 100644 index 00000000..00183660 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/b150d084.snbt @@ -0,0 +1,14 @@ +{ + x: -2.5d, + y: -7.5d, + dependencies: [ + "51229b7e" + ], + tasks: [{ + uid: "87206882", + type: "item", + items: [{ + item: "thaumicenergistics:essentia_component_1k" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/b1741482.snbt b/config/ftbquests/normal/chapters/69ffc090/b1741482.snbt new file mode 100644 index 00000000..0efa8f7e --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/b1741482.snbt @@ -0,0 +1,21 @@ +{ + x: 0.0d, + y: -10.5d, + dependencies: [ + "8082c3c1" + ], + tasks: [{ + uid: "3c342192", + type: "item", + items: [{ + id: "bloodmagic:blood_orb", + tag: { + orb: "bloodmagic:magician" + }, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/b3098e1e.snbt b/config/ftbquests/normal/chapters/69ffc090/b3098e1e.snbt new file mode 100644 index 00000000..91fd61c7 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/b3098e1e.snbt @@ -0,0 +1,21 @@ +{ + x: -10.5d, + y: -8.5d, + dependencies: [ + "4ddf266a" + ], + tasks: [{ + uid: "8ea0b0a1", + type: "item", + items: [{ + item: "thaumcraft:candle_white" + }] + }, + { + uid: "6e966efc", + type: "item", + items: [{ + item: "minecraft:skull 1 2" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/b33a24a0.snbt b/config/ftbquests/normal/chapters/69ffc090/b33a24a0.snbt new file mode 100644 index 00000000..97e8c71c --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/b33a24a0.snbt @@ -0,0 +1,14 @@ +{ + x: 3.0d, + y: -6.5d, + dependencies: [ + "0714e863" + ], + tasks: [{ + uid: "6a4998e9", + type: "item", + items: [{ + item: "bloodmagic:blood_shard" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/b3c07bc4.snbt b/config/ftbquests/normal/chapters/69ffc090/b3c07bc4.snbt new file mode 100644 index 00000000..0356ebcd --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/b3c07bc4.snbt @@ -0,0 +1,17 @@ +{ + x: -19.0d, + y: -1.0d, + dependencies: [ + "dae451c5" + ], + tasks: [{ + uid: "4329e3f4", + type: "item", + items: [{ + id: "modularmachinery:itemblueprint", + tag: { + dynamicmachine: "modularmachinery:botanic_condenser" + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/b419f66e.snbt b/config/ftbquests/normal/chapters/69ffc090/b419f66e.snbt new file mode 100644 index 00000000..360f9dab --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/b419f66e.snbt @@ -0,0 +1,14 @@ +{ + x: 1.0d, + y: -8.5d, + dependencies: [ + "8082c3c1" + ], + tasks: [{ + uid: "7b9e2565", + type: "item", + items: [{ + item: "bloodmagic:blood_rune" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/b528d80d.snbt b/config/ftbquests/normal/chapters/69ffc090/b528d80d.snbt new file mode 100644 index 00000000..7a8b0d5f --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/b528d80d.snbt @@ -0,0 +1,19 @@ +{ + x: -6.5d, + y: 8.0d, + dependencies: [ + "e43dad77" + ], + tasks: [{ + uid: "6041843c", + type: "item", + items: [{ + id: "projecte:item.pe_transmutation_tablet", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/b6cef3f5.snbt b/config/ftbquests/normal/chapters/69ffc090/b6cef3f5.snbt new file mode 100644 index 00000000..fd093290 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/b6cef3f5.snbt @@ -0,0 +1,19 @@ +{ + x: 13.5d, + y: 4.0d, + dependencies: [ + "c2b7e7ec" + ], + tasks: [{ + uid: "b0df9b29", + type: "item", + items: [{ + id: "arcane_essentials:master_healing_sword", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/b6d1dead.snbt b/config/ftbquests/normal/chapters/69ffc090/b6d1dead.snbt new file mode 100644 index 00000000..539f9c5e --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/b6d1dead.snbt @@ -0,0 +1,14 @@ +{ + x: -5.5d, + y: 7.0d, + dependencies: [ + "1bbad35b" + ], + tasks: [{ + uid: "6937a6cc", + type: "item", + items: [{ + item: "projecte:item.pe_fuel 1 1" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/b7b4eac8.snbt b/config/ftbquests/normal/chapters/69ffc090/b7b4eac8.snbt new file mode 100644 index 00000000..5f299dda --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/b7b4eac8.snbt @@ -0,0 +1,14 @@ +{ + x: -4.5d, + y: -9.5d, + dependencies: [ + "c75c4650" + ], + tasks: [{ + uid: "cd94bc49", + type: "item", + items: [{ + item: "thaumadditions:puriflower" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/b898e42d.snbt b/config/ftbquests/normal/chapters/69ffc090/b898e42d.snbt new file mode 100644 index 00000000..2a83b39c --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/b898e42d.snbt @@ -0,0 +1,17 @@ +{ + x: 4.0d, + y: -6.5d, + dependencies: [ + "b33a24a0" + ], + tasks: [{ + uid: "85d4d0be", + type: "item", + items: [{ + id: "modularmachinery:itemblueprint", + tag: { + dynamicmachine: "modularmachinery:sentient_coagulator" + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/b975d007.snbt b/config/ftbquests/normal/chapters/69ffc090/b975d007.snbt new file mode 100644 index 00000000..5fcb52d9 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/b975d007.snbt @@ -0,0 +1,19 @@ +{ + x: 13.5d, + y: 1.0d, + dependencies: [ + "37e15669" + ], + tasks: [{ + uid: "afebe605", + type: "item", + items: [{ + id: "arcane_essentials:master_necromancy_sword", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/b998a825.snbt b/config/ftbquests/normal/chapters/69ffc090/b998a825.snbt new file mode 100644 index 00000000..5e99ac6e --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/b998a825.snbt @@ -0,0 +1,16 @@ +{ + x: -6.5d, + y: 5.0d, + text: [ + "Alchemy is so cool!", + "A lot of matter present in the universe, including light, has an 'Energy Matter Covalence' value, which is conserved, and that can be manipulated to convert items into other items, and to convert light into matter." + ], + dependencies: [ + "644a72fc" + ], + tasks: [{ + uid: "bfc57150", + type: "checkmark", + title: "Equivalency" + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/ba8804a0.snbt b/config/ftbquests/normal/chapters/69ffc090/ba8804a0.snbt new file mode 100644 index 00000000..3caa0729 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/ba8804a0.snbt @@ -0,0 +1,67 @@ +{ + x: 6.5d, + y: 10.0d, + dependencies: [ + "f1ae7c31" + ], + tasks: [{ + uid: "1d0b5beb", + type: "item", + items: [{ + id: "abyssalcraft:tieredenergypedestal", + Damage: 2s, + tag: { + PotEnergy: 0.0f + } + }], + ignore_nbt: 1b + }, + { + uid: "fdecf105", + type: "item", + items: [{ + id: "abyssalcraft:tieredsacrificialaltar", + Damage: 2s, + tag: { + PotEnergy: 0.0f + } + }], + ignore_nbt: 1b + }, + { + uid: "4afda53e", + type: "item", + items: [{ + id: "abyssalcraft:tieredenergycollector", + Damage: 2s, + tag: { + PotEnergy: 0.0f + } + }], + ignore_nbt: 1b + }, + { + uid: "cf94ff7f", + type: "item", + items: [{ + id: "abyssalcraft:tieredenergyrelay", + Damage: 2s, + tag: { + PotEnergy: 0.0f + } + }], + ignore_nbt: 1b + }, + { + uid: "f54a187f", + type: "item", + items: [{ + id: "abyssalcraft:tieredenergycontainer", + Damage: 2s, + tag: { + PotEnergy: 0.0f + } + }], + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/bb1c3ead.snbt b/config/ftbquests/normal/chapters/69ffc090/bb1c3ead.snbt new file mode 100644 index 00000000..817ee17a --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/bb1c3ead.snbt @@ -0,0 +1,19 @@ +{ + x: 0.0d, + y: 10.0d, + dependencies: [ + "6df819b5" + ], + tasks: [{ + uid: "3b6e54fb", + type: "item", + items: [{ + id: "astralsorcery:blockaltar", + Damage: 3s, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/bba04780.snbt b/config/ftbquests/normal/chapters/69ffc090/bba04780.snbt new file mode 100644 index 00000000..79e55eee --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/bba04780.snbt @@ -0,0 +1,14 @@ +{ + x: 8.5d, + y: 13.0d, + dependencies: [ + "8b9ec88a" + ], + tasks: [{ + uid: "8ecd5f1b", + type: "item", + items: [{ + item: "abyssalcraft:essence 1 2" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/be0cd953.snbt b/config/ftbquests/normal/chapters/69ffc090/be0cd953.snbt new file mode 100644 index 00000000..a890deee --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/be0cd953.snbt @@ -0,0 +1,18 @@ +{ + x: -8.5d, + y: 6.0d, + text: [ + "Energy collectors use light (glowstone is the best source) to generate equivalence, and to upgrade fuels.", + "The 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" + ], + dependencies: [ + "b998a825" + ], + tasks: [{ + uid: "8cb79683", + type: "item", + items: [{ + item: "projecte:collector_mk1" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/be2243f2.snbt b/config/ftbquests/normal/chapters/69ffc090/be2243f2.snbt new file mode 100644 index 00000000..d8a3d9aa --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/be2243f2.snbt @@ -0,0 +1,62 @@ +{ + x: 6.5d, + y: 8.0d, + dependencies: [ + "75f3cf2f" + ], + tasks: [{ + uid: "88a189c8", + type: "item", + items: [{ + id: "abyssalcraft:tieredenergypedestal", + tag: { + PotEnergy: 0.0f + } + }], + ignore_nbt: 1b + }, + { + uid: "6e10cfb4", + type: "item", + items: [{ + id: "abyssalcraft:tieredsacrificialaltar", + tag: { + PotEnergy: 0.0f + } + }], + ignore_nbt: 1b + }, + { + uid: "b6603e71", + type: "item", + items: [{ + id: "abyssalcraft:tieredenergycollector", + tag: { + PotEnergy: 0.0f + } + }], + ignore_nbt: 1b + }, + { + uid: "f8b8afb7", + type: "item", + items: [{ + id: "abyssalcraft:tieredenergyrelay", + tag: { + PotEnergy: 0.0f + } + }], + ignore_nbt: 1b + }, + { + uid: "d712c112", + type: "item", + items: [{ + id: "abyssalcraft:tieredenergycontainer", + tag: { + PotEnergy: 0.0f + } + }], + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/c28370df.snbt b/config/ftbquests/normal/chapters/69ffc090/c28370df.snbt new file mode 100644 index 00000000..46258f06 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/c28370df.snbt @@ -0,0 +1,19 @@ +{ + x: 7.5d, + y: 7.0d, + dependencies: [ + "8d03d99d" + ], + tasks: [{ + uid: "9df9d2cb", + type: "item", + items: [{ + id: "abyssalcraft:gatewaykey", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/c2b7e7ec.snbt b/config/ftbquests/normal/chapters/69ffc090/c2b7e7ec.snbt new file mode 100644 index 00000000..b239aed1 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/c2b7e7ec.snbt @@ -0,0 +1,19 @@ +{ + x: 12.5d, + y: 4.0d, + dependencies: [ + "a2854dc8" + ], + tasks: [{ + uid: "3c2cf9cd", + type: "item", + items: [{ + id: "ebwizardry:novice_healing_wand", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/c55b760c.snbt b/config/ftbquests/normal/chapters/69ffc090/c55b760c.snbt new file mode 100644 index 00000000..824b8ea9 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/c55b760c.snbt @@ -0,0 +1,14 @@ +{ + x: -16.5d, + y: -10.5d, + dependencies: [ + "8c9a42c4" + ], + tasks: [{ + uid: "f9cdb225", + type: "item", + items: [{ + item: "thaumadditions:jar_eldritch" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/c693a278.snbt b/config/ftbquests/normal/chapters/69ffc090/c693a278.snbt new file mode 100644 index 00000000..21a2d202 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/c693a278.snbt @@ -0,0 +1,12 @@ +{ + x: 6.5d, + y: 5.0d, + dependencies: [ + "644a72fc" + ], + tasks: [{ + uid: "d9d063fc", + type: "checkmark", + title: "Abyssalcraft" + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/c75bcc51.snbt b/config/ftbquests/normal/chapters/69ffc090/c75bcc51.snbt new file mode 100644 index 00000000..2c247008 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/c75bcc51.snbt @@ -0,0 +1,14 @@ +{ + x: 8.5d, + y: 8.0d, + dependencies: [ + "c28370df" + ], + tasks: [{ + uid: "1c8bafe7", + type: "item", + items: [{ + item: "abyssalcraft:stone 1 4" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/c75c4650.snbt b/config/ftbquests/normal/chapters/69ffc090/c75c4650.snbt new file mode 100644 index 00000000..dd0c9b11 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/c75c4650.snbt @@ -0,0 +1,15 @@ +{ + title: "Ritual of Eldritch Will", + x: -4.5d, + y: -8.5d, + dependencies: [ + "4e08f559" + ], + tasks: [{ + uid: "dd9408e0", + type: "item", + items: [{ + item: "bloodmagic:ritual_stone" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/c779bec9.snbt b/config/ftbquests/normal/chapters/69ffc090/c779bec9.snbt new file mode 100644 index 00000000..78226f6c --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/c779bec9.snbt @@ -0,0 +1,19 @@ +{ + x: 7.5d, + y: 10.0d, + dependencies: [ + "a2076e91" + ], + tasks: [{ + uid: "4f1a83db", + type: "item", + items: [{ + id: "abyssalcraft:eoa", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/c950387e.snbt b/config/ftbquests/normal/chapters/69ffc090/c950387e.snbt new file mode 100644 index 00000000..01dd41f4 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/c950387e.snbt @@ -0,0 +1,14 @@ +{ + x: -14.0d, + y: 1.0d, + dependencies: [ + "edb013a2" + ], + tasks: [{ + uid: "6f5f078f", + type: "item", + items: [{ + item: "botania:spreader 1 2" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/c9b5fe8a.snbt b/config/ftbquests/normal/chapters/69ffc090/c9b5fe8a.snbt new file mode 100644 index 00000000..3f2c9225 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/c9b5fe8a.snbt @@ -0,0 +1,12 @@ +{ + x: -10.0d, + y: 0.0d, + dependencies: [ + "644a72fc" + ], + tasks: [{ + uid: "3566677b", + type: "checkmark", + title: "Botania" + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/ca70027a.snbt b/config/ftbquests/normal/chapters/69ffc090/ca70027a.snbt new file mode 100644 index 00000000..a66cd6e1 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/ca70027a.snbt @@ -0,0 +1,21 @@ +{ + x: -11.5d, + y: -11.5d, + dependencies: [ + "8da72053" + ], + tasks: [{ + uid: "eebce047", + type: "item", + items: [{ + item: "thaumcraft:essentia_input" + }] + }, + { + uid: "986d8823", + type: "item", + items: [{ + item: "thaumcraft:essentia_output" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/ca8a20f8.snbt b/config/ftbquests/normal/chapters/69ffc090/ca8a20f8.snbt new file mode 100644 index 00000000..a2b36bf4 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/ca8a20f8.snbt @@ -0,0 +1,22 @@ +{ + x: -5.5d, + y: -10.5d, + dependencies: [ + "910a30b8" + ], + tasks: [{ + uid: "3d4eb82b", + type: "item", + items: [{ + id: "thaumicaugmentation:rift_seed", + Damage: 1s, + tag: { + flux: 100 + }, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/cabb54e0.snbt b/config/ftbquests/normal/chapters/69ffc090/cabb54e0.snbt new file mode 100644 index 00000000..f53c364b --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/cabb54e0.snbt @@ -0,0 +1,23 @@ +{ + x: -6.5d, + y: -7.5d, + text: [ + "Golemancy is a strange branch of thaumaturgy. While being very cool on paper (just like rats), it often fails at delivering its promises.", + "" + ], + dependencies: [ + "51229b7e" + ], + tasks: [{ + uid: "911c51d5", + type: "item", + items: [{ + id: "thaumcraft:golem_bell", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/cc8a7bb6.snbt b/config/ftbquests/normal/chapters/69ffc090/cc8a7bb6.snbt new file mode 100644 index 00000000..c57190bb --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/cc8a7bb6.snbt @@ -0,0 +1,12 @@ +{ + x: 13.5d, + y: 0.0d, + dependencies: [ + "3adbd63d" + ], + tasks: [{ + uid: "60b1f8ee", + type: "checkmark", + title: "Apprentice" + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/ccc6a374.snbt b/config/ftbquests/normal/chapters/69ffc090/ccc6a374.snbt new file mode 100644 index 00000000..f6b9cc24 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/ccc6a374.snbt @@ -0,0 +1,19 @@ +{ + x: 13.5d, + y: -1.0d, + dependencies: [ + "2eb7fd2e" + ], + tasks: [{ + uid: "bec7aa58", + type: "item", + items: [{ + id: "arcane_essentials:master_fire_sword", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/cda9e5ff.snbt b/config/ftbquests/normal/chapters/69ffc090/cda9e5ff.snbt new file mode 100644 index 00000000..97a69663 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/cda9e5ff.snbt @@ -0,0 +1,14 @@ +{ + x: -15.5d, + y: -9.5d, + dependencies: [ + "f6664fb8" + ], + tasks: [{ + uid: "e00cd32d", + type: "item", + items: [{ + item: "thaumadditions:adaminite_smelter" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/cdc66f45.snbt b/config/ftbquests/normal/chapters/69ffc090/cdc66f45.snbt new file mode 100644 index 00000000..4bbef2ec --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/cdc66f45.snbt @@ -0,0 +1,14 @@ +{ + x: -13.5d, + y: -8.5d, + dependencies: [ + "ce502a23" + ], + tasks: [{ + uid: "cf318a89", + type: "item", + items: [{ + item: "thaumcraft:spa" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/ce502a23.snbt b/config/ftbquests/normal/chapters/69ffc090/ce502a23.snbt new file mode 100644 index 00000000..d8612f99 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/ce502a23.snbt @@ -0,0 +1,14 @@ +{ + x: -11.5d, + y: -8.5d, + dependencies: [ + "d31f3b74" + ], + tasks: [{ + uid: "6d4430fc", + type: "item", + items: [{ + item: "thaumcraft:bath_salts" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/ce9fcea0.snbt b/config/ftbquests/normal/chapters/69ffc090/ce9fcea0.snbt new file mode 100644 index 00000000..39b7e615 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/ce9fcea0.snbt @@ -0,0 +1,18 @@ +{ + x: 0.0d, + y: 7.0d, + dependencies: [ + "29d5d0eb" + ], + tasks: [{ + uid: "ebfe5f02", + type: "item", + items: [{ + id: "astralsorcery:blockaltar", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/cebd787f.snbt b/config/ftbquests/normal/chapters/69ffc090/cebd787f.snbt new file mode 100644 index 00000000..b98747d8 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/cebd787f.snbt @@ -0,0 +1,31 @@ +{ + x: 4.0d, + y: 9.0d, + dependencies: [ + "ee84ea5f" + ], + tasks: [{ + uid: "271f26c7", + type: "item", + items: [{ + id: "astralsorcery:blockcelestialcollectorcrystal", + tag: { + astralsorcery: { + constellationName: "astralsorcery.constellation.discidia", + crystalProperties: { + collectiveCapability: 100, + size: 900, + fract: 0, + purity: 100, + sizeOverride: -1 + }, + collectorType: 1 + } + }, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/cede5748.snbt b/config/ftbquests/normal/chapters/69ffc090/cede5748.snbt new file mode 100644 index 00000000..bb0b1943 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/cede5748.snbt @@ -0,0 +1,14 @@ +{ + x: 5.5d, + y: -6.5d, + dependencies: [ + "4538cc86" + ], + tasks: [{ + uid: "11003f6a", + type: "item", + items: [{ + item: "bewitchment:witches_cauldron" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/chapter.snbt b/config/ftbquests/normal/chapters/69ffc090/chapter.snbt new file mode 100644 index 00000000..4e7b9d4c --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/chapter.snbt @@ -0,0 +1,7 @@ +{ + title: "On Magical Mastery", + icon: "thaumcraft:causality_collapser", + always_invisible: false, + group: 0, + default_quest_shape: "" +} diff --git a/config/ftbquests/normal/chapters/69ffc090/d031d682.snbt b/config/ftbquests/normal/chapters/69ffc090/d031d682.snbt new file mode 100644 index 00000000..83a51d3b --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/d031d682.snbt @@ -0,0 +1,21 @@ +{ + x: 0.0d, + y: -12.5d, + dependencies: [ + "8082c3c1" + ], + tasks: [{ + uid: "9c3d89d0", + type: "item", + items: [{ + id: "bloodmagic:blood_orb", + tag: { + orb: "bloodmagic:archmage" + }, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/d09734b0.snbt b/config/ftbquests/normal/chapters/69ffc090/d09734b0.snbt new file mode 100644 index 00000000..d7859c41 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/d09734b0.snbt @@ -0,0 +1,21 @@ +{ + x: -9.5d, + y: -8.5d, + dependencies: [ + "4ddf266a" + ], + tasks: [{ + uid: "b432e2ba", + type: "item", + items: [{ + item: "thaumcraft:matrix_speed" + }] + }, + { + uid: "da1a5589", + type: "item", + items: [{ + item: "thaumcraft:matrix_cost" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/d159e1d5.snbt b/config/ftbquests/normal/chapters/69ffc090/d159e1d5.snbt new file mode 100644 index 00000000..99522c3c --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/d159e1d5.snbt @@ -0,0 +1,14 @@ +{ + x: -16.5d, + y: -9.5d, + dependencies: [ + "f6664fb8" + ], + tasks: [{ + uid: "864b9bd7", + type: "item", + items: [{ + item: "thaumadditions:mithminite_smelter" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/d24cb98f.snbt b/config/ftbquests/normal/chapters/69ffc090/d24cb98f.snbt new file mode 100644 index 00000000..ebc32c51 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/d24cb98f.snbt @@ -0,0 +1,14 @@ +{ + x: -13.5d, + y: -9.5d, + dependencies: [ + "f6664fb8" + ], + tasks: [{ + uid: "06d60b3a", + type: "item", + items: [{ + item: "thaumcraft:smelter_void" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/d25ce8e3.snbt b/config/ftbquests/normal/chapters/69ffc090/d25ce8e3.snbt new file mode 100644 index 00000000..2219b16d --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/d25ce8e3.snbt @@ -0,0 +1,22 @@ +{ + x: 5.5d, + y: -8.5d, + dependencies: [ + "6388f95d" + ], + tasks: [{ + uid: "29f94fb4", + type: "item", + items: [{ + id: "patchouli:guide_book", + tag: { + "patchouli:book": "bewitchment:codex_infernalis" + }, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/d2f17427.snbt b/config/ftbquests/normal/chapters/69ffc090/d2f17427.snbt new file mode 100644 index 00000000..276d4d61 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/d2f17427.snbt @@ -0,0 +1,14 @@ +{ + x: 7.5d, + y: -8.5d, + dependencies: [ + "604963c4" + ], + tasks: [{ + uid: "ef883f7f", + type: "item", + items: [{ + item: "bewitchment:cold_iron_ingot" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/d31f3b74.snbt b/config/ftbquests/normal/chapters/69ffc090/d31f3b74.snbt new file mode 100644 index 00000000..e3de8662 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/d31f3b74.snbt @@ -0,0 +1,14 @@ +{ + x: -11.5d, + y: -7.5d, + dependencies: [ + "51229b7e" + ], + tasks: [{ + uid: "02f3e21d", + type: "item", + items: [{ + item: "thaumcraft:crucible" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/d3e329e9.snbt b/config/ftbquests/normal/chapters/69ffc090/d3e329e9.snbt new file mode 100644 index 00000000..7e3cc146 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/d3e329e9.snbt @@ -0,0 +1,12 @@ +{ + x: 14.5d, + y: 0.0d, + dependencies: [ + "3adbd63d" + ], + tasks: [{ + uid: "344bd00a", + type: "checkmark", + title: "Advanced" + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/d5f410b4.snbt b/config/ftbquests/normal/chapters/69ffc090/d5f410b4.snbt new file mode 100644 index 00000000..a1c181ef --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/d5f410b4.snbt @@ -0,0 +1,18 @@ +{ + x: 0.0d, + y: -6.5d, + dependencies: [ + "611fc915" + ], + tasks: [{ + uid: "522118ca", + type: "item", + items: [{ + id: "bloodmagic:monster_soul", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/d5f43d96.snbt b/config/ftbquests/normal/chapters/69ffc090/d5f43d96.snbt new file mode 100644 index 00000000..2370781d --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/d5f43d96.snbt @@ -0,0 +1,14 @@ +{ + x: -4.0d, + y: 7.0d, + dependencies: [ + "ce9fcea0" + ], + tasks: [{ + uid: "4c034fea", + type: "item", + items: [{ + item: "astralsorcery:blockwell" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/d74f08c8.snbt b/config/ftbquests/normal/chapters/69ffc090/d74f08c8.snbt new file mode 100644 index 00000000..de715a8b --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/d74f08c8.snbt @@ -0,0 +1,20 @@ +{ + x: 7.0d, + y: 0.0d, + dependencies: [ + "22d279d6" + ], + tasks: [{ + uid: "5f001f05", + type: "item", + items: [{ + id: "xreliquary:alkahestry_tome", + Damage: 1001s, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/d8a70b8c.snbt b/config/ftbquests/normal/chapters/69ffc090/d8a70b8c.snbt new file mode 100644 index 00000000..8ca27f03 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/d8a70b8c.snbt @@ -0,0 +1,14 @@ +{ + x: -1.0d, + y: -4.5d, + dependencies: [ + "86e97a13" + ], + tasks: [{ + uid: "255895ab", + type: "item", + items: [{ + item: "draconicevolution:celestial_manipulator" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/d91ed60d.snbt b/config/ftbquests/normal/chapters/69ffc090/d91ed60d.snbt new file mode 100644 index 00000000..67e744c1 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/d91ed60d.snbt @@ -0,0 +1,19 @@ +{ + x: 13.5d, + y: 3.0d, + dependencies: [ + "853e53c3" + ], + tasks: [{ + uid: "b593b1f7", + type: "item", + items: [{ + id: "arcane_essentials:master_sorcery_sword", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/d968e7a0.snbt b/config/ftbquests/normal/chapters/69ffc090/d968e7a0.snbt new file mode 100644 index 00000000..9c1d1222 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/d968e7a0.snbt @@ -0,0 +1,19 @@ +{ + x: 12.5d, + y: 2.0d, + dependencies: [ + "a2854dc8" + ], + tasks: [{ + uid: "e5235621", + type: "item", + items: [{ + id: "ebwizardry:novice_earth_wand", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/d9dcce13.snbt b/config/ftbquests/normal/chapters/69ffc090/d9dcce13.snbt new file mode 100644 index 00000000..a6347171 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/d9dcce13.snbt @@ -0,0 +1,14 @@ +{ + x: 7.5d, + y: 14.0d, + dependencies: [ + "8b9ec88a" + ], + tasks: [{ + uid: "07b2fb0b", + type: "item", + items: [{ + item: "abyssalcraft:gatekeeperessence" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/dae451c5.snbt b/config/ftbquests/normal/chapters/69ffc090/dae451c5.snbt new file mode 100644 index 00000000..a3092501 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/dae451c5.snbt @@ -0,0 +1,14 @@ +{ + x: -18.0d, + y: 0.0d, + dependencies: [ + "69657d67" + ], + tasks: [{ + uid: "635941c1", + type: "item", + items: [{ + item: "botania:manaresource 1 5" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/dbf384c7.snbt b/config/ftbquests/normal/chapters/69ffc090/dbf384c7.snbt new file mode 100644 index 00000000..677ce5b0 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/dbf384c7.snbt @@ -0,0 +1,17 @@ +{ + x: -9.5d, + y: -11.5d, + dependencies: [ + "05efc190" + ], + tasks: [{ + uid: "f9085a16", + type: "item", + items: [{ + id: "modularmachinery:itemblueprint", + tag: { + dynamicmachine: "modularmachinery:essentia_crystallizer" + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/dc8950c9.snbt b/config/ftbquests/normal/chapters/69ffc090/dc8950c9.snbt new file mode 100644 index 00000000..ea6c5bc1 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/dc8950c9.snbt @@ -0,0 +1,14 @@ +{ + x: -5.5d, + y: -7.5d, + dependencies: [ + "51229b7e" + ], + tasks: [{ + uid: "6b3ca945", + type: "item", + items: [{ + item: "thaumcraft:void_siphon" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/dd31c29e.snbt b/config/ftbquests/normal/chapters/69ffc090/dd31c29e.snbt new file mode 100644 index 00000000..5de9e2ac --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/dd31c29e.snbt @@ -0,0 +1,14 @@ +{ + x: -4.5d, + y: -4.5d, + dependencies: [ + "2d513652" + ], + tasks: [{ + uid: "534e2753", + type: "item", + items: [{ + item: "thaumcraft:curio 1 6" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/dd408f03.snbt b/config/ftbquests/normal/chapters/69ffc090/dd408f03.snbt new file mode 100644 index 00000000..a3fc15a2 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/dd408f03.snbt @@ -0,0 +1,25 @@ +{ + x: -9.5d, + y: -6.5d, + text: [ + "Knowledge of the thaumic arts, as most other things, does not come for free.", + "Interacting with specific beings, and exploring specific brances of knowledge, can cause a series of unwanted effects, called warp.", + "This meter will keep track of warp levels in the user. The higher the warp, the more bad stuff is going to happen.", + "That said, in some situations, having high warp may be beneficial, but that's up to you to decide." + ], + dependencies: [ + "74eed6cb" + ], + tasks: [{ + uid: "ef9b70f6", + type: "item", + items: [{ + id: "thaumcraft:sanity_checker", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/de75aafb.snbt b/config/ftbquests/normal/chapters/69ffc090/de75aafb.snbt new file mode 100644 index 00000000..b3ab1a48 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/de75aafb.snbt @@ -0,0 +1,14 @@ +{ + x: -13.5d, + y: -7.5d, + dependencies: [ + "d31f3b74" + ], + tasks: [{ + uid: "ccda11a1", + type: "item", + items: [{ + item: "thaumcraft:potion_sprayer" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/df323af9.snbt b/config/ftbquests/normal/chapters/69ffc090/df323af9.snbt new file mode 100644 index 00000000..c8ae6956 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/df323af9.snbt @@ -0,0 +1,17 @@ +{ + x: -8.5d, + y: 7.0d, + text: [ + "Energy relays are equivalency betteries that can be used to transfer EMC to condensers, or to recharge Klein Stars." + ], + dependencies: [ + "be0cd953" + ], + tasks: [{ + uid: "32514f1a", + type: "item", + items: [{ + item: "projecte:relay_mk1" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/df9ffb75.snbt b/config/ftbquests/normal/chapters/69ffc090/df9ffb75.snbt new file mode 100644 index 00000000..7842ffe9 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/df9ffb75.snbt @@ -0,0 +1,14 @@ +{ + x: 7.5d, + y: -5.5d, + dependencies: [ + "4538cc86" + ], + tasks: [{ + uid: "44035a54", + type: "item", + items: [{ + item: "bewitchment:spinning_wheel" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/e0902398.snbt b/config/ftbquests/normal/chapters/69ffc090/e0902398.snbt new file mode 100644 index 00000000..d176c9ce --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/e0902398.snbt @@ -0,0 +1,14 @@ +{ + x: -13.0d, + y: 0.0d, + dependencies: [ + "aa4761ca" + ], + tasks: [{ + uid: "fae2ca79", + type: "item", + items: [{ + item: "botania:pool" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/e3f614bb.snbt b/config/ftbquests/normal/chapters/69ffc090/e3f614bb.snbt new file mode 100644 index 00000000..95f0bb14 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/e3f614bb.snbt @@ -0,0 +1,14 @@ +{ + x: -8.5d, + y: -11.5d, + dependencies: [ + "5268ce8f" + ], + tasks: [{ + uid: "44d11739", + type: "item", + items: [{ + item: "thaumicaugmentation:autocaster_placer" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/e43dad77.snbt b/config/ftbquests/normal/chapters/69ffc090/e43dad77.snbt new file mode 100644 index 00000000..1cdfa32b --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/e43dad77.snbt @@ -0,0 +1,14 @@ +{ + x: -6.5d, + y: 7.0d, + dependencies: [ + "4a91c2a6" + ], + tasks: [{ + uid: "b9ef0ae3", + type: "item", + items: [{ + item: "projecte:transmutation_table" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/e488d1d3.snbt b/config/ftbquests/normal/chapters/69ffc090/e488d1d3.snbt new file mode 100644 index 00000000..0a7e4dd6 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/e488d1d3.snbt @@ -0,0 +1,22 @@ +{ + x: 10.5d, + y: 5.0d, + dependencies: [ + "9bb24dc6" + ], + tasks: [{ + uid: "6b2f862c", + type: "item", + items: [{ + id: "abyssalcraft:necronomicon_dre", + tag: { + PotEnergy: 0.0f + }, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/ec012390.snbt b/config/ftbquests/normal/chapters/69ffc090/ec012390.snbt new file mode 100644 index 00000000..6b10c3d1 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/ec012390.snbt @@ -0,0 +1,25 @@ +{ + x: -5.5d, + y: -4.5d, + text: [ + "The thaumonomicon is the magical guide to thaumic arts, and it holds all of its knowledge.", + "Each tab in the book refers to a different branch of the art.", + "Most of the knowledge in the book is hidden, and research needs to be performed to unlock such knowledge.", + "The requirements for each page are listed whenever they become available for discovery.", + "This knowledge can also be obtained through the chemicals held in Really Scary Vishrooms. They are indeed really scary, though, so be careful!" + ], + dependencies: [ + "2d513652" + ], + tasks: [{ + uid: "34e79160", + type: "item", + items: [{ + id: "thaumcraft:thaumonomicon", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/edb013a2.snbt b/config/ftbquests/normal/chapters/69ffc090/edb013a2.snbt new file mode 100644 index 00000000..f5abef42 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/edb013a2.snbt @@ -0,0 +1,14 @@ +{ + x: -13.0d, + y: 1.0d, + dependencies: [ + "e0902398" + ], + tasks: [{ + uid: "0c3e7db8", + type: "item", + items: [{ + item: "botania:spreader" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/ee84ea5f.snbt b/config/ftbquests/normal/chapters/69ffc090/ee84ea5f.snbt new file mode 100644 index 00000000..5ac466e7 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/ee84ea5f.snbt @@ -0,0 +1,14 @@ +{ + x: 4.0d, + y: 8.0d, + dependencies: [ + "33e3e9d2" + ], + tasks: [{ + uid: "9f34d629", + type: "item", + items: [{ + item: "astralsorcery:blockritualpedestal" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/ef400880.snbt b/config/ftbquests/normal/chapters/69ffc090/ef400880.snbt new file mode 100644 index 00000000..8e4f6948 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/ef400880.snbt @@ -0,0 +1,14 @@ +{ + x: -10.5d, + y: -10.5d, + dependencies: [ + "058fa902" + ], + tasks: [{ + uid: "467204e1", + type: "item", + items: [{ + item: "thaumicaugmentation:material 1 5" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/ef5354a3.snbt b/config/ftbquests/normal/chapters/69ffc090/ef5354a3.snbt new file mode 100644 index 00000000..c414f94b --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/ef5354a3.snbt @@ -0,0 +1,14 @@ +{ + x: -1.0d, + y: -5.5d, + dependencies: [ + "611fc915" + ], + tasks: [{ + uid: "eb50c8a6", + type: "item", + items: [{ + item: "bloodmagic:alchemy_table" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/ef6c1a56.snbt b/config/ftbquests/normal/chapters/69ffc090/ef6c1a56.snbt new file mode 100644 index 00000000..40828049 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/ef6c1a56.snbt @@ -0,0 +1,29 @@ +{ + x: -1.0d, + y: 6.0d, + dependencies: [ + "29d5d0eb" + ], + tasks: [{ + uid: "e82edc7c", + type: "item", + items: [{ + id: "astralsorcery:itemrockcrystalsimple", + tag: { + astralsorcery: { + crystalProperties: { + collectiveCapability: 100, + size: 400, + fract: 0, + purity: 100, + sizeOverride: -1 + } + } + }, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/ef8fc3ab.snbt b/config/ftbquests/normal/chapters/69ffc090/ef8fc3ab.snbt new file mode 100644 index 00000000..5cbd3e3c --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/ef8fc3ab.snbt @@ -0,0 +1,14 @@ +{ + x: -12.5d, + y: -8.5d, + dependencies: [ + "ce502a23" + ], + tasks: [{ + uid: "fb126477", + type: "item", + items: [{ + item: "thaumcraft:sanity_soap" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/efa368c4.snbt b/config/ftbquests/normal/chapters/69ffc090/efa368c4.snbt new file mode 100644 index 00000000..3c05af1b --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/efa368c4.snbt @@ -0,0 +1,19 @@ +{ + x: -8.5d, + y: -10.5d, + dependencies: [ + "5268ce8f" + ], + tasks: [{ + uid: "96471516", + type: "item", + items: [{ + id: "thaumcraft:focus_3", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/efc217e9.snbt b/config/ftbquests/normal/chapters/69ffc090/efc217e9.snbt new file mode 100644 index 00000000..3642bbdc --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/efc217e9.snbt @@ -0,0 +1,14 @@ +{ + x: 5.5d, + y: -4.5d, + dependencies: [ + "4538cc86" + ], + tasks: [{ + uid: "e10d3ef0", + type: "item", + items: [{ + item: "contenttweaker:manastone_dust" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/efcd8379.snbt b/config/ftbquests/normal/chapters/69ffc090/efcd8379.snbt new file mode 100644 index 00000000..9e71cc12 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/efcd8379.snbt @@ -0,0 +1,22 @@ +{ + x: 11.5d, + y: 5.0d, + dependencies: [ + "e488d1d3" + ], + tasks: [{ + uid: "4f4d98f6", + type: "item", + items: [{ + id: "abyssalcraft:necronomicon_omt", + tag: { + PotEnergy: 0.0f + }, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/efcfce39.snbt b/config/ftbquests/normal/chapters/69ffc090/efcfce39.snbt new file mode 100644 index 00000000..1a1a2e59 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/efcfce39.snbt @@ -0,0 +1,21 @@ +{ + x: -17.0d, + y: -1.0d, + dependencies: [ + "69657d67" + ], + tasks: [{ + uid: "0f7bab93", + type: "item", + items: [{ + item: "minecraft:obsidian" + }] + }, + { + uid: "b2c7a7d1", + type: "item", + items: [{ + item: "minecraft:lapis_block" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/f02f50e3.snbt b/config/ftbquests/normal/chapters/69ffc090/f02f50e3.snbt new file mode 100644 index 00000000..78fa75e2 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/f02f50e3.snbt @@ -0,0 +1,17 @@ +{ + x: -2.0d, + y: 10.0d, + dependencies: [ + "4877d7a5" + ], + tasks: [{ + uid: "d118d3bb", + type: "item", + items: [{ + id: "modularmachinery:itemblueprint", + tag: { + dynamicmachine: "modularmachinery:illuminated_enchanter" + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/f061aa41.snbt b/config/ftbquests/normal/chapters/69ffc090/f061aa41.snbt new file mode 100644 index 00000000..44426b65 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/f061aa41.snbt @@ -0,0 +1,19 @@ +{ + x: 6.5d, + y: -10.5d, + dependencies: [ + "5f9873df" + ], + tasks: [{ + uid: "7a49cec1", + type: "item", + items: [{ + id: "bewitchment:phasing_chalk", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/f1ae7c31.snbt b/config/ftbquests/normal/chapters/69ffc090/f1ae7c31.snbt new file mode 100644 index 00000000..e8dbd058 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/f1ae7c31.snbt @@ -0,0 +1,67 @@ +{ + x: 6.5d, + y: 9.0d, + dependencies: [ + "be2243f2" + ], + tasks: [{ + uid: "3dcf2b85", + type: "item", + items: [{ + id: "abyssalcraft:tieredenergypedestal", + Damage: 1s, + tag: { + PotEnergy: 0.0f + } + }], + ignore_nbt: 1b + }, + { + uid: "e4ce70c5", + type: "item", + items: [{ + id: "abyssalcraft:tieredsacrificialaltar", + Damage: 1s, + tag: { + PotEnergy: 0.0f + } + }], + ignore_nbt: 1b + }, + { + uid: "9e3e7d03", + type: "item", + items: [{ + id: "abyssalcraft:tieredenergycollector", + Damage: 1s, + tag: { + PotEnergy: 0.0f + } + }], + ignore_nbt: 1b + }, + { + uid: "99388697", + type: "item", + items: [{ + id: "abyssalcraft:tieredenergyrelay", + Damage: 1s, + tag: { + PotEnergy: 0.0f + } + }], + ignore_nbt: 1b + }, + { + uid: "ed891652", + type: "item", + items: [{ + id: "abyssalcraft:tieredenergycontainer", + Damage: 1s, + tag: { + PotEnergy: 0.0f + } + }], + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/f2982037.snbt b/config/ftbquests/normal/chapters/69ffc090/f2982037.snbt new file mode 100644 index 00000000..f9b0c772 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/f2982037.snbt @@ -0,0 +1,14 @@ +{ + x: -3.0d, + y: 9.0d, + dependencies: [ + "6df819b5" + ], + tasks: [{ + uid: "7721ae0e", + type: "item", + items: [{ + item: "astralsorcery:blockobservatory" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/f3008bdc.snbt b/config/ftbquests/normal/chapters/69ffc090/f3008bdc.snbt new file mode 100644 index 00000000..b487f569 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/f3008bdc.snbt @@ -0,0 +1,14 @@ +{ + x: -5.5d, + y: 11.0d, + dependencies: [ + "7393064a" + ], + tasks: [{ + uid: "e37db2d9", + type: "item", + items: [{ + item: "contenttweaker:blue_matter" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/f383d562.snbt b/config/ftbquests/normal/chapters/69ffc090/f383d562.snbt new file mode 100644 index 00000000..7e0b50bb --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/f383d562.snbt @@ -0,0 +1,17 @@ +{ + x: 5.5d, + y: 10.0d, + dependencies: [ + "1abdffbd" + ], + tasks: [{ + uid: "9d5bf588", + type: "item", + items: [{ + id: "modularmachinery:itemblueprint", + tag: { + dynamicmachine: "modularmachinery:empowered_monolith" + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/f48fe036.snbt b/config/ftbquests/normal/chapters/69ffc090/f48fe036.snbt new file mode 100644 index 00000000..0120aafd --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/f48fe036.snbt @@ -0,0 +1,14 @@ +{ + x: -15.0d, + y: 1.0d, + dependencies: [ + "edb013a2" + ], + tasks: [{ + uid: "9e7fd7df", + type: "item", + items: [{ + item: "botania:spreader 1 3" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/f5733678.snbt b/config/ftbquests/normal/chapters/69ffc090/f5733678.snbt new file mode 100644 index 00000000..e31537c8 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/f5733678.snbt @@ -0,0 +1,14 @@ +{ + x: 1.0d, + y: 7.0d, + dependencies: [ + "ce9fcea0" + ], + tasks: [{ + uid: "91830a62", + type: "item", + items: [{ + item: "astralsorcery:blockattunementrelay" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/f6134481.snbt b/config/ftbquests/normal/chapters/69ffc090/f6134481.snbt new file mode 100644 index 00000000..7b3b03ba --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/f6134481.snbt @@ -0,0 +1,14 @@ +{ + x: -17.5d, + y: -10.5d, + dependencies: [ + "8c9a42c4" + ], + tasks: [{ + uid: "758160f5", + type: "item", + items: [{ + item: "thaumadditions:jar_mithrillium" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/f6664fb8.snbt b/config/ftbquests/normal/chapters/69ffc090/f6664fb8.snbt new file mode 100644 index 00000000..51ba2a1d --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/f6664fb8.snbt @@ -0,0 +1,21 @@ +{ + x: -11.5d, + y: -9.5d, + dependencies: [ + "d31f3b74" + ], + tasks: [{ + uid: "1ec0d4bc", + type: "item", + items: [{ + item: "thaumcraft:smelter_basic" + }] + }, + { + uid: "239e63fb", + type: "item", + items: [{ + item: "thaumcraft:alembic" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/f6ca2329.snbt b/config/ftbquests/normal/chapters/69ffc090/f6ca2329.snbt new file mode 100644 index 00000000..aba5afed --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/f6ca2329.snbt @@ -0,0 +1,42 @@ +{ + x: 3.0d, + y: -5.5d, + dependencies: [ + "58806f37" + ], + tasks: [{ + uid: "e67e687f", + type: "item", + items: [{ + item: "bloodmagic:item_demon_crystal" + }] + }, + { + uid: "5b32dd34", + type: "item", + items: [{ + item: "bloodmagic:item_demon_crystal 1 1" + }] + }, + { + uid: "3b79d57d", + type: "item", + items: [{ + item: "bloodmagic:item_demon_crystal 1 2" + }] + }, + { + uid: "d9d153cc", + type: "item", + items: [{ + item: "bloodmagic:item_demon_crystal 1 3" + }] + }, + { + uid: "5a7457d8", + type: "item", + items: [{ + item: "bloodmagic:item_demon_crystal 1 4" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/f8a988fd.snbt b/config/ftbquests/normal/chapters/69ffc090/f8a988fd.snbt new file mode 100644 index 00000000..376ab838 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/f8a988fd.snbt @@ -0,0 +1,24 @@ +{ + x: -10.0d, + y: -2.0d, + dependencies: [ + "c9b5fe8a" + ], + tasks: [{ + uid: "262316d5", + type: "item", + items: [{ + id: "botania:lexicon", + tag: { + knowledge.minecraft: 1b, + knowledge.alfheim: 1b, + knowledge.relic: 1b + }, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/f93cea3e.snbt b/config/ftbquests/normal/chapters/69ffc090/f93cea3e.snbt new file mode 100644 index 00000000..aefdb0cf --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/f93cea3e.snbt @@ -0,0 +1,56 @@ +{ + x: 1.0d, + y: -9.5d, + dependencies: [ + "b419f66e" + ], + tasks: [{ + uid: "2e7f956b", + type: "item", + items: [{ + item: "bloodmagic:blood_rune 1 3" + }] + }, + { + uid: "ec01a009", + type: "item", + items: [{ + item: "bloodmagic:blood_rune 1 6" + }] + }, + { + uid: "60b5e038", + type: "item", + items: [{ + item: "bloodmagic:blood_rune 1 1" + }] + }, + { + uid: "ec1dd955", + type: "item", + items: [{ + item: "bloodmagic:blood_rune 1 2" + }] + }, + { + uid: "cb08d7b4", + type: "item", + items: [{ + item: "bloodmagic:blood_rune 1 4" + }] + }, + { + uid: "8fb0a3fc", + type: "item", + items: [{ + item: "bloodmagic:blood_rune 1 7" + }] + }, + { + uid: "7cb75c59", + type: "item", + items: [{ + item: "bloodmagic:blood_rune 1 8" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/f95cfcc3.snbt b/config/ftbquests/normal/chapters/69ffc090/f95cfcc3.snbt new file mode 100644 index 00000000..a7d44b31 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/f95cfcc3.snbt @@ -0,0 +1,14 @@ +{ + x: -13.0d, + y: -2.0d, + dependencies: [ + "e0902398" + ], + tasks: [{ + uid: "43226573", + type: "item", + items: [{ + item: "botania:teruterubozu" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/fb867daf.snbt b/config/ftbquests/normal/chapters/69ffc090/fb867daf.snbt new file mode 100644 index 00000000..111f5765 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/fb867daf.snbt @@ -0,0 +1,17 @@ +{ + x: 0.0d, + y: 11.0d, + dependencies: [ + "bb1c3ead" + ], + tasks: [{ + uid: "17c72ff8", + type: "item", + items: [{ + id: "modularmachinery:itemblueprint", + tag: { + dynamicmachine: "modularmachinery:auto_astral_altar" + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/69ffc090/fdc6f22d.snbt b/config/ftbquests/normal/chapters/69ffc090/fdc6f22d.snbt new file mode 100644 index 00000000..37ceb022 --- /dev/null +++ b/config/ftbquests/normal/chapters/69ffc090/fdc6f22d.snbt @@ -0,0 +1,12 @@ +{ + x: 0.0d, + y: 5.0d, + dependencies: [ + "644a72fc" + ], + tasks: [{ + uid: "969093a9", + type: "checkmark", + title: "Astral Sorcery" + }] +} diff --git a/config/ftbquests/normal/chapters/b1f75358/01c68c36.snbt b/config/ftbquests/normal/chapters/b1f75358/01c68c36.snbt new file mode 100644 index 00000000..4c25d8f6 --- /dev/null +++ b/config/ftbquests/normal/chapters/b1f75358/01c68c36.snbt @@ -0,0 +1,24 @@ +{ + x: 1.5d, + y: -1.0d, + text: [ + "Once again, I have recieved new Isotopes. Time to experiment for some new fuel" + ], + dependencies: [ + "1ad8e351" + ], + tasks: [{ + uid: "34dcaeab", + type: "item", + items: [{ + item: "nuclearcraft:californium" + }] + }, + { + uid: "8af4e5b7", + type: "item", + items: [{ + item: "nuclearcraft:californium 1 12" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/b1f75358/1ad8e351.snbt b/config/ftbquests/normal/chapters/b1f75358/1ad8e351.snbt new file mode 100644 index 00000000..21e8a492 --- /dev/null +++ b/config/ftbquests/normal/chapters/b1f75358/1ad8e351.snbt @@ -0,0 +1,17 @@ +{ + x: 0.0d, + y: -1.0d, + text: [ + "Well it seemed to last a little bit, and produce me more power. Unforunately it seems I'm back to the rabbit hole, trying to salvage what's left of this fuel." + ], + dependencies: [ + "7e8c82cd" + ], + tasks: [{ + uid: "a8aff475", + type: "item", + items: [{ + item: "nuclearcraft:depleted_fuel_berkelium" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/b1f75358/20ced27d.snbt b/config/ftbquests/normal/chapters/b1f75358/20ced27d.snbt new file mode 100644 index 00000000..5a57b7d2 --- /dev/null +++ b/config/ftbquests/normal/chapters/b1f75358/20ced27d.snbt @@ -0,0 +1,17 @@ +{ + x: 1.5d, + y: -2.5d, + text: [ + "Perfect, I've found the right combination of Isotopes once again through my own bumbling stupidity and produced a new fuel source. If this doesn't work I may have to give up." + ], + dependencies: [ + "01c68c36" + ], + tasks: [{ + uid: "8c5e2c91", + type: "item", + items: [{ + item: "nuclearcraft:fuel_californium 1 2" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/b1f75358/22f0217d.snbt b/config/ftbquests/normal/chapters/b1f75358/22f0217d.snbt new file mode 100644 index 00000000..ea264c81 --- /dev/null +++ b/config/ftbquests/normal/chapters/b1f75358/22f0217d.snbt @@ -0,0 +1,17 @@ +{ + x: -1.5d, + y: -8.5d, + text: [ + "Similar the using Uranium in the Isotope Seperator, if I use thorium I get another new fuel source, It seems to have different properties but will still explode if over heated too much." + ], + dependencies: [ + "4739218e" + ], + tasks: [{ + uid: "6c84c2cc", + type: "item", + items: [{ + item: "nuclearcraft:fuel_thorium" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/b1f75358/45c4d58e.snbt b/config/ftbquests/normal/chapters/b1f75358/45c4d58e.snbt new file mode 100644 index 00000000..6a7dcdd6 --- /dev/null +++ b/config/ftbquests/normal/chapters/b1f75358/45c4d58e.snbt @@ -0,0 +1,18 @@ +{ + x: 0.0d, + y: -2.5d, + text: [ + "It seems combining Chaos shards, and the depleted LEB-248 fuel from earlier, produces some sort of mini-verse which I can use to spawn monsters and harvest loot from them completely free!" + ], + dependencies: [ + "1ad8e351", + "2d288fa2" + ], + tasks: [{ + uid: "e24b8de7", + type: "item", + items: [{ + item: "tinymobfarm:ultimate_farm" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/b1f75358/46de9689.snbt b/config/ftbquests/normal/chapters/b1f75358/46de9689.snbt new file mode 100644 index 00000000..19d14abb --- /dev/null +++ b/config/ftbquests/normal/chapters/b1f75358/46de9689.snbt @@ -0,0 +1,25 @@ +{ + title: "Portable Battery?", + x: 0.0d, + y: -4.0d, + text: [ + "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." + ], + dependencies: [ + "d6c40044" + ], + tasks: [{ + uid: "d5dd4137", + type: "item", + items: [{ + item: "nuclearcraft:californium 1 4" + }] + }, + { + uid: "d71e964c", + type: "item", + items: [{ + item: "nuclearcraft:rtg_californium" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/b1f75358/4739218e.snbt b/config/ftbquests/normal/chapters/b1f75358/4739218e.snbt new file mode 100644 index 00000000..2935cbfd --- /dev/null +++ b/config/ftbquests/normal/chapters/b1f75358/4739218e.snbt @@ -0,0 +1,42 @@ +{ + x: -2.0d, + y: -10.5d, + shape: "gear", + description: "Apocalyptus", + dependencies: [ + "920dcfaa" + ], + tasks: [{ + uid: "9d6b1cb5", + type: "item", + title: "What do Koala's Eat after a nuclear Winter?", + items: [{ + id: "itemfilters:filter", + tag: { + display: { + Name: "Any ingotUranium" + } + }, + ForgeCaps: { + Parent: { + id: "ore", + data: "ingotUranium" + } + } + }] + }, + { + uid: "025ffac0", + type: "item", + items: [{ + item: "nuclearcraft:ingot 1 3" + }] + }, + { + uid: "5a04a550", + type: "item", + items: [{ + item: "nuclearcraft:fission_controller_new_fixed" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/b1f75358/51914cb4.snbt b/config/ftbquests/normal/chapters/b1f75358/51914cb4.snbt new file mode 100644 index 00000000..683f412e --- /dev/null +++ b/config/ftbquests/normal/chapters/b1f75358/51914cb4.snbt @@ -0,0 +1,17 @@ +{ + x: -3.5d, + y: -6.5d, + text: [ + "It appears running the depleted fuel through a Fuel Reprocessor seems to split it down further, allowing me to make more Isotopes of new fuels. (You can also use Blutonium in a Isotope separator to get this)" + ], + dependencies: [ + "b6a1c300" + ], + tasks: [{ + uid: "c1104df3", + type: "item", + items: [{ + item: "nuclearcraft:plutonium 1 4" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/b1f75358/6e38c1a1.snbt b/config/ftbquests/normal/chapters/b1f75358/6e38c1a1.snbt new file mode 100644 index 00000000..b978845f --- /dev/null +++ b/config/ftbquests/normal/chapters/b1f75358/6e38c1a1.snbt @@ -0,0 +1,17 @@ +{ + x: -2.5d, + y: -5.5d, + text: [ + "Reprocessing this New fuel gives me even more Isotopes, I wonder if I can combine them somehow." + ], + dependencies: [ + "7aaaa586" + ], + tasks: [{ + uid: "0291d1a7", + type: "item", + items: [{ + item: "nuclearcraft:plutonium 1 12" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/b1f75358/7aaaa586.snbt b/config/ftbquests/normal/chapters/b1f75358/7aaaa586.snbt new file mode 100644 index 00000000..f2ca5b81 --- /dev/null +++ b/config/ftbquests/normal/chapters/b1f75358/7aaaa586.snbt @@ -0,0 +1,17 @@ +{ + x: -2.5d, + y: -6.5d, + text: [ + "Running this fuel through a Fission Reactor once again depletes it, thought it generates me significantly more power." + ], + dependencies: [ + "b660e689" + ], + tasks: [{ + uid: "19587701", + type: "item", + items: [{ + item: "nuclearcraft:depleted_fuel_uranium 1 2" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/b1f75358/7e8c82cd.snbt b/config/ftbquests/normal/chapters/b1f75358/7e8c82cd.snbt new file mode 100644 index 00000000..d06ecb87 --- /dev/null +++ b/config/ftbquests/normal/chapters/b1f75358/7e8c82cd.snbt @@ -0,0 +1,17 @@ +{ + x: -1.5d, + y: -1.0d, + text: [ + "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." + ], + dependencies: [ + "f002661b" + ], + tasks: [{ + uid: "8a6c7954", + type: "item", + items: [{ + item: "nuclearcraft:fuel_berkelium" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/b1f75358/9fd77eb0.snbt b/config/ftbquests/normal/chapters/b1f75358/9fd77eb0.snbt new file mode 100644 index 00000000..85906ada --- /dev/null +++ b/config/ftbquests/normal/chapters/b1f75358/9fd77eb0.snbt @@ -0,0 +1,24 @@ +{ + x: -4.5d, + y: -1.0d, + text: [ + "Salvaging this depleted fuel, has once again given me new isotopes to work with." + ], + dependencies: [ + "d703a9f9" + ], + tasks: [{ + uid: "0ba06822", + type: "item", + items: [{ + item: "nuclearcraft:curium" + }] + }, + { + uid: "b48e8fb9", + type: "item", + items: [{ + item: "nuclearcraft:curium 1 8" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/b1f75358/a81c6e8e.snbt b/config/ftbquests/normal/chapters/b1f75358/a81c6e8e.snbt new file mode 100644 index 00000000..35b4750f --- /dev/null +++ b/config/ftbquests/normal/chapters/b1f75358/a81c6e8e.snbt @@ -0,0 +1,19 @@ +{ + title: "Down the Rabbit hole we go Alice!", + x: -4.5d, + y: -4.5d, + text: [ + "Eureka! Combining some of the Isotopes harvested from reprocessing the Depleted LEU-235 and HEU-233 I've managed to make a new fuel source." + ], + dependencies: [ + "6e38c1a1", + "51914cb4" + ], + tasks: [{ + uid: "3aecc90f", + type: "item", + items: [{ + item: "nuclearcraft:fuel_plutonium" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/b1f75358/ab1a11ff.snbt b/config/ftbquests/normal/chapters/b1f75358/ab1a11ff.snbt new file mode 100644 index 00000000..03a0e515 --- /dev/null +++ b/config/ftbquests/normal/chapters/b1f75358/ab1a11ff.snbt @@ -0,0 +1,17 @@ +{ + x: -3.0d, + y: -1.0d, + text: [ + "Combining some of these new Isotopes have yielded a new Fuel once again. Hopefully this one lasts." + ], + dependencies: [ + "9fd77eb0" + ], + tasks: [{ + uid: "5920b89e", + type: "item", + items: [{ + item: "nuclearcraft:fuel_curium" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/b1f75358/b660e689.snbt b/config/ftbquests/normal/chapters/b1f75358/b660e689.snbt new file mode 100644 index 00000000..29e2ad9d --- /dev/null +++ b/config/ftbquests/normal/chapters/b1f75358/b660e689.snbt @@ -0,0 +1,18 @@ +{ + x: -2.0d, + y: -7.5d, + text: [ + "It seems if I mix some of the Uranium-233 from the Depleted TBU fuel, with some Uranium-238 from Uranium Ingots in a Separator, I get a new fuel source." + ], + dependencies: [ + "c285e7e5", + "d4607fdd" + ], + tasks: [{ + uid: "4d455a16", + type: "item", + items: [{ + item: "nuclearcraft:fuel_uranium 1 2" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/b1f75358/b6a1c300.snbt b/config/ftbquests/normal/chapters/b1f75358/b6a1c300.snbt new file mode 100644 index 00000000..ce6c7bd1 --- /dev/null +++ b/config/ftbquests/normal/chapters/b1f75358/b6a1c300.snbt @@ -0,0 +1,17 @@ +{ + x: -3.0d, + y: -7.5d, + text: [ + "It appears running this new fuel source through a Fission reactor depletes it. Maybe there is More I can do with this..." + ], + dependencies: [ + "c285e7e5" + ], + tasks: [{ + uid: "5c65de30", + type: "item", + items: [{ + item: "nuclearcraft:depleted_fuel_uranium 1 4" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/b1f75358/b84a4807.snbt b/config/ftbquests/normal/chapters/b1f75358/b84a4807.snbt new file mode 100644 index 00000000..05c5f59e --- /dev/null +++ b/config/ftbquests/normal/chapters/b1f75358/b84a4807.snbt @@ -0,0 +1,24 @@ +{ + title: "Through the Looking Glass", + x: 3.0d, + y: -4.0d, + text: [ + "It seems I can melt down this Depleted fuel, and use it with other fluids i've encountered to create some sort of Unidentified Material? Must Investigate Further." + ], + dependencies: [ + "d6c40044" + ], + tasks: [{ + uid: "9f0de0f3", + type: "item", + items: [{ + id: "forge:bucketfilled", + tag: { + FluidName: "depleted_fuel_hecf_249", + Amount: 1000 + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/b1f75358/c285e7e5.snbt b/config/ftbquests/normal/chapters/b1f75358/c285e7e5.snbt new file mode 100644 index 00000000..ee363ec0 --- /dev/null +++ b/config/ftbquests/normal/chapters/b1f75358/c285e7e5.snbt @@ -0,0 +1,17 @@ +{ + x: -2.5d, + y: -8.5d, + text: [ + "It seems Using Uranium in a Isotope Separator allows me to split it down into individual components and reshape them into a new fuel source. I must be careful it seems radioactive and overheating it may cause it to explode." + ], + dependencies: [ + "4739218e" + ], + tasks: [{ + uid: "d3d4992e", + type: "item", + items: [{ + item: "nuclearcraft:fuel_uranium 1 4" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/b1f75358/c685bc6a.snbt b/config/ftbquests/normal/chapters/b1f75358/c685bc6a.snbt new file mode 100644 index 00000000..66332a8f --- /dev/null +++ b/config/ftbquests/normal/chapters/b1f75358/c685bc6a.snbt @@ -0,0 +1,17 @@ +{ + x: -3.0d, + y: -2.5d, + text: [ + "Alas, this fuel did not survive the process either, it did produce more power however. Maybe it will yield some more isotopes when reprocessed." + ], + dependencies: [ + "ab1a11ff" + ], + tasks: [{ + uid: "8ce291d7", + type: "item", + items: [{ + item: "nuclearcraft:depleted_fuel_curium" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/b1f75358/chapter.snbt b/config/ftbquests/normal/chapters/b1f75358/chapter.snbt new file mode 100644 index 00000000..ac78e8fc --- /dev/null +++ b/config/ftbquests/normal/chapters/b1f75358/chapter.snbt @@ -0,0 +1,10 @@ +{ + title: "Nuclear Craft Fuel", + icon: "nuclearcraft:depleted_fuel_californium 1 3", + description: [ + "Saves Brain Power" + ], + always_invisible: false, + group: 0, + default_quest_shape: "circle" +} diff --git a/config/ftbquests/normal/chapters/b1f75358/d09d2a0f.snbt b/config/ftbquests/normal/chapters/b1f75358/d09d2a0f.snbt new file mode 100644 index 00000000..0e76a236 --- /dev/null +++ b/config/ftbquests/normal/chapters/b1f75358/d09d2a0f.snbt @@ -0,0 +1,17 @@ +{ + x: -1.0d, + y: -7.5d, + text: [ + "Just as I thought, Running this fuel through a fission reactor just like the LEU-235 seems to deplete it. Hopefully there are more uses for this." + ], + dependencies: [ + "22f0217d" + ], + tasks: [{ + uid: "be3fe17f", + type: "item", + items: [{ + item: "nuclearcraft:depleted_fuel_thorium" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/b1f75358/d4607fdd.snbt b/config/ftbquests/normal/chapters/b1f75358/d4607fdd.snbt new file mode 100644 index 00000000..2dc56746 --- /dev/null +++ b/config/ftbquests/normal/chapters/b1f75358/d4607fdd.snbt @@ -0,0 +1,17 @@ +{ + x: -1.5d, + y: -6.5d, + text: [ + "Eureka! I can use the depleted fuel in the fuel reprocessor to gain Isotopes to create newer fuels, much like I did with the Depleted LEU-235." + ], + dependencies: [ + "d09d2a0f" + ], + tasks: [{ + uid: "562f859b", + type: "item", + items: [{ + item: "nuclearcraft:uranium" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/b1f75358/d6c40044.snbt b/config/ftbquests/normal/chapters/b1f75358/d6c40044.snbt new file mode 100644 index 00000000..afe69e1e --- /dev/null +++ b/config/ftbquests/normal/chapters/b1f75358/d6c40044.snbt @@ -0,0 +1,17 @@ +{ + x: 1.5d, + y: -4.0d, + text: [ + "It seems even this fuel was depleted as well, although it generated me a lot of power when used in a Sufficient Fission reaction chamber. Hopefully there is some use for this." + ], + dependencies: [ + "20ced27d" + ], + tasks: [{ + uid: "244c0f05", + type: "item", + items: [{ + item: "nuclearcraft:depleted_fuel_californium 1 2" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/b1f75358/d703a9f9.snbt b/config/ftbquests/normal/chapters/b1f75358/d703a9f9.snbt new file mode 100644 index 00000000..a84a6c8e --- /dev/null +++ b/config/ftbquests/normal/chapters/b1f75358/d703a9f9.snbt @@ -0,0 +1,17 @@ +{ + x: -4.5d, + y: -2.5d, + text: [ + "Failure, Once again. The fuel seems to deplete itself. Although I may be able to salvage isotopes again." + ], + dependencies: [ + "a81c6e8e" + ], + tasks: [{ + uid: "3f6db10a", + type: "item", + items: [{ + item: "nuclearcraft:depleted_fuel_plutonium" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/b1f75358/f002661b.snbt b/config/ftbquests/normal/chapters/b1f75358/f002661b.snbt new file mode 100644 index 00000000..ec8ae33b --- /dev/null +++ b/config/ftbquests/normal/chapters/b1f75358/f002661b.snbt @@ -0,0 +1,24 @@ +{ + x: -1.5d, + y: -2.5d, + text: [ + "I was right! I did get new Isotopes from that fuel, I should be able to make a newer fuel using some of these, that should last longer with any luck." + ], + dependencies: [ + "c685bc6a" + ], + tasks: [{ + uid: "4346fa60", + type: "item", + items: [{ + item: "nuclearcraft:berkelium 1 4" + }] + }, + { + uid: "f213a7aa", + type: "item", + items: [{ + item: "nuclearcraft:berkelium" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/018f82d1.snbt b/config/ftbquests/normal/chapters/bdbc09f0/018f82d1.snbt new file mode 100644 index 00000000..c6446b61 --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/018f82d1.snbt @@ -0,0 +1,42 @@ +{ + x: 0.0d, + y: -7.0d, + text: [ + "This reactor uses the fusion between gases to produce A TON of RF.", + "It is built with a controller in the middle. Out of each of the four 'arms' of the controller, at least one fusion connector should be placed.", + "Starting from the ends of the connectors, electromagnets (preferrably of the transparent variety) are placed in a square toroid (leaving the middle empty).", + "In order to properly function, the electromagnets require power (provided by RF) and cooling (using active fluid coolers).", + "In a fusion reactor, central symmetry around the controller should be mantained for optimal results!" + ], + dependencies: [ + "fac6a69a" + ], + tasks: [{ + uid: "b1514308", + type: "item", + items: [{ + item: "nuclearcraft:fusion_core" + }] + }, + { + uid: "5b0a9dec", + type: "item", + items: [{ + item: "nuclearcraft:fusion_connector" + }] + }, + { + uid: "c44c0b1a", + type: "item", + items: [{ + item: "nuclearcraft:fusion_electromagnet_idle" + }] + }, + { + uid: "6da79e3b", + type: "item", + items: [{ + item: "nuclearcraft:active_cooler" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/01bb19f8.snbt b/config/ftbquests/normal/chapters/bdbc09f0/01bb19f8.snbt new file mode 100644 index 00000000..77212329 --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/01bb19f8.snbt @@ -0,0 +1,17 @@ +{ + x: 6.0d, + y: -5.0d, + text: [ + "This device can be connected to a rotor of some sort to produce RF." + ], + dependencies: [ + "fac6a69a" + ], + tasks: [{ + uid: "d8800a9d", + type: "item", + items: [{ + item: "immersiveengineering:metal_device1 1 2" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/01c68c36.snbt b/config/ftbquests/normal/chapters/bdbc09f0/01c68c36.snbt new file mode 100644 index 00000000..c9303725 --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/01c68c36.snbt @@ -0,0 +1,25 @@ +{ + x: 4.0d, + y: -14.0d, + text: [ + "...and what does berkelium break into?!?", + "Californium Baby!" + ], + dependencies: [ + "1ad8e351" + ], + tasks: [{ + uid: "34dcaeab", + type: "item", + items: [{ + item: "nuclearcraft:californium" + }] + }, + { + uid: "8af4e5b7", + type: "item", + items: [{ + item: "nuclearcraft:californium 1 12" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/07313ae4.snbt b/config/ftbquests/normal/chapters/bdbc09f0/07313ae4.snbt new file mode 100644 index 00000000..7e724f09 --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/07313ae4.snbt @@ -0,0 +1,17 @@ +{ + x: -10.0d, + y: -2.0d, + text: [ + "More compactness!" + ], + dependencies: [ + "a757db38" + ], + tasks: [{ + uid: "ad9fee75", + type: "item", + items: [{ + item: "techreborn:solar_panel 1 4" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/0ba6e4b6.snbt b/config/ftbquests/normal/chapters/bdbc09f0/0ba6e4b6.snbt new file mode 100644 index 00000000..59ea534b --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/0ba6e4b6.snbt @@ -0,0 +1,24 @@ +{ + x: 6.0d, + y: -9.0d, + text: [ + "Time to get theoretical! It IS possible to make a nuclear fuel out of neptunium, but nobody ever succeeded..." + ], + dependencies: [ + "285dab3c" + ], + tasks: [{ + uid: "71b97836", + type: "item", + items: [{ + item: "nuclearcraft:neptunium 1 4" + }] + }, + { + uid: "8c074cea", + type: "item", + items: [{ + item: "nuclearcraft:neptunium" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/0e72d15f.snbt b/config/ftbquests/normal/chapters/bdbc09f0/0e72d15f.snbt new file mode 100644 index 00000000..a44d0e13 --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/0e72d15f.snbt @@ -0,0 +1,21 @@ +{ + title: "Arc Reactor", + x: -2.0d, + y: -7.0d, + text: [ + "The Arc Reactor passively produces RF, as well as Arc Residue." + ], + dependencies: [ + "fac6a69a" + ], + tasks: [{ + uid: "daae9a26", + type: "item", + items: [{ + id: "modularmachinery:itemblueprint", + tag: { + dynamicmachine: "modularmachinery:arc_reactor" + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/177d7078.snbt b/config/ftbquests/normal/chapters/bdbc09f0/177d7078.snbt new file mode 100644 index 00000000..74c3bf7a --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/177d7078.snbt @@ -0,0 +1,37 @@ +{ + title: "Fission Reactor", + x: 3.0d, + y: -7.0d, + description: "A fission reactor is a cuboid of casings (edges & corners excluded) with at least one port for power output. For more info about the inside see attached quests.", + text: [ + "Given a controller and casings around a cuboid, these reactors can be used for a variety of radioactive fuels.", + "Depending on the fuels used, there are different heat requirements the reactor will need to fulfill to avoid meltdowns.", + "The website https://leu-235.com/ is the recommended way of building these reactors.", + "Design by Uchiwars also works well for power gen!", + "https://imgur.com/gallery/vzBd16k" + ], + dependencies: [ + "fac6a69a" + ], + tasks: [{ + uid: "d4810392", + type: "item", + items: [{ + item: "nuclearcraft:fission_controller_new_fixed" + }] + }, + { + uid: "9d6237ac", + type: "item", + items: [{ + item: "nuclearcraft:fission_block" + }] + }, + { + uid: "bbabfbc2", + type: "item", + items: [{ + item: "nuclearcraft:fission_port" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/19629750.snbt b/config/ftbquests/normal/chapters/bdbc09f0/19629750.snbt new file mode 100644 index 00000000..f7ce528c --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/19629750.snbt @@ -0,0 +1,20 @@ +{ + x: -1.5d, + y: 8.0d, + text: [ + "Energy from lava..." + ], + dependencies: [ + "fac6a69a" + ], + tasks: [{ + uid: "6ae92655", + type: "item", + items: [{ + id: "extrautils2:machine", + tag: { + Type: "extrautils2:generator_lava" + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/1ad8e351.snbt b/config/ftbquests/normal/chapters/bdbc09f0/1ad8e351.snbt new file mode 100644 index 00000000..0dcf4506 --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/1ad8e351.snbt @@ -0,0 +1,18 @@ +{ + x: 5.0d, + y: -14.0d, + text: [ + "Here is something that no man on earth ever did. Safe fission of berkelium, and even produced some energy from it!", + "(for the record, this fission reaction is possible IRL, but only with nukes)" + ], + dependencies: [ + "7e8c82cd" + ], + tasks: [{ + uid: "a8aff475", + type: "item", + items: [{ + item: "nuclearcraft:depleted_fuel_berkelium" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/1b87cd20.snbt b/config/ftbquests/normal/chapters/bdbc09f0/1b87cd20.snbt new file mode 100644 index 00000000..83dd7078 --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/1b87cd20.snbt @@ -0,0 +1,20 @@ +{ + x: -0.5d, + y: 9.0d, + text: [ + "Get some dragon's breath, make power!" + ], + dependencies: [ + "fac6a69a" + ], + tasks: [{ + uid: "0ff11813", + type: "item", + items: [{ + id: "extrautils2:machine", + tag: { + Type: "extrautils2:generator_dragonsbreath" + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/1c3f1ee1.snbt b/config/ftbquests/normal/chapters/bdbc09f0/1c3f1ee1.snbt new file mode 100644 index 00000000..ea2db507 --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/1c3f1ee1.snbt @@ -0,0 +1,17 @@ +{ + x: -11.0d, + y: -4.0d, + text: [ + "I REALLY get it!" + ], + dependencies: [ + "621ed4bf" + ], + tasks: [{ + uid: "d84f603e", + type: "item", + items: [{ + item: "environmentaltech:solar_cont_6" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/2063fa50.snbt b/config/ftbquests/normal/chapters/bdbc09f0/2063fa50.snbt new file mode 100644 index 00000000..0d0c0996 --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/2063fa50.snbt @@ -0,0 +1,17 @@ +{ + x: -9.0d, + y: -4.0d, + text: [ + "OOOOOOOHHHHHHHH! I see..." + ], + dependencies: [ + "52312c9f" + ], + tasks: [{ + uid: "86d6c997", + type: "item", + items: [{ + item: "environmentaltech:solar_cont_4" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/20ced27d.snbt b/config/ftbquests/normal/chapters/bdbc09f0/20ced27d.snbt new file mode 100644 index 00000000..f5470a53 --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/20ced27d.snbt @@ -0,0 +1,17 @@ +{ + x: 3.0d, + y: -14.0d, + text: [ + "It worked for berkelium, might as well try with californium..." + ], + dependencies: [ + "01c68c36" + ], + tasks: [{ + uid: "8c5e2c91", + type: "item", + items: [{ + item: "nuclearcraft:fuel_californium 1 2" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/2182f766.snbt b/config/ftbquests/normal/chapters/bdbc09f0/2182f766.snbt new file mode 100644 index 00000000..ff2190aa --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/2182f766.snbt @@ -0,0 +1,20 @@ +{ + x: 0.5d, + y: 9.0d, + text: [ + "Cold, icy stuff is all you need for RF!" + ], + dependencies: [ + "fac6a69a" + ], + tasks: [{ + uid: "2fd48ef4", + type: "item", + items: [{ + id: "extrautils2:machine", + tag: { + Type: "extrautils2:generator_ice" + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/22806e68.snbt b/config/ftbquests/normal/chapters/bdbc09f0/22806e68.snbt new file mode 100644 index 00000000..883f7c64 --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/22806e68.snbt @@ -0,0 +1,18 @@ +{ + x: 6.0d, + y: 5.0d, + description: "Steam OP!", + text: [ + "All dynamos can be upgraded into steam, which in return can be used on extreme turbines..." + ], + dependencies: [ + "fac6a69a" + ], + tasks: [{ + uid: "b6df343f", + type: "item", + items: [{ + item: "thermalexpansion:augment 1 576" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/22f0217d.snbt b/config/ftbquests/normal/chapters/bdbc09f0/22f0217d.snbt new file mode 100644 index 00000000..9e9c621c --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/22f0217d.snbt @@ -0,0 +1,18 @@ +{ + x: 4.0d, + y: -8.0d, + description: "Many thanks to Dr Zoidberg for adding the fuel quests", + text: [ + "Uhhh, and thorium generates naturally as well, this planet is truly amazing!" + ], + dependencies: [ + "177d7078" + ], + tasks: [{ + uid: "6c84c2cc", + type: "item", + items: [{ + item: "nuclearcraft:fuel_thorium" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/234eda40.snbt b/config/ftbquests/normal/chapters/bdbc09f0/234eda40.snbt new file mode 100644 index 00000000..2bd9afd6 --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/234eda40.snbt @@ -0,0 +1,20 @@ +{ + x: 3.5d, + y: 8.0d, + text: [ + "Runs on potions, but let's be honest, you're only going to use water bottles..." + ], + dependencies: [ + "fac6a69a" + ], + tasks: [{ + uid: "e37c38d0", + type: "item", + items: [{ + id: "extrautils2:machine", + tag: { + Type: "extrautils2:generator_potion" + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/237dde3a.snbt b/config/ftbquests/normal/chapters/bdbc09f0/237dde3a.snbt new file mode 100644 index 00000000..46e052c1 --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/237dde3a.snbt @@ -0,0 +1,18 @@ +{ + x: -6.0d, + y: -2.0d, + text: [ + "Passive RF from the sun!", + "The more compact, the better!" + ], + dependencies: [ + "fac6a69a" + ], + tasks: [{ + uid: "ecd04ba4", + type: "item", + items: [{ + item: "techreborn:solar_panel" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/25064bc3.snbt b/config/ftbquests/normal/chapters/bdbc09f0/25064bc3.snbt new file mode 100644 index 00000000..cc5555ec --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/25064bc3.snbt @@ -0,0 +1,19 @@ +{ + x: 7.0d, + y: -1.0d, + dependencies: [ + "d954adc2" + ], + tasks: [{ + uid: "994ca285", + type: "item", + items: [{ + item: "thermalfoundation:material 1 892" + }] + }, + { + uid: "95f82332", + type: "fluid", + fluid: "refined_fuel" + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/2517b71e.snbt b/config/ftbquests/normal/chapters/bdbc09f0/2517b71e.snbt new file mode 100644 index 00000000..312f9fec --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/2517b71e.snbt @@ -0,0 +1,14 @@ +{ + x: -7.0d, + y: 4.0d, + dependencies: [ + "8c9b0b14" + ], + tasks: [{ + uid: "469e553c", + type: "item", + items: [{ + item: "enderio:block_franken_zombie_generator" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/26659035.snbt b/config/ftbquests/normal/chapters/bdbc09f0/26659035.snbt new file mode 100644 index 00000000..cab457d8 --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/26659035.snbt @@ -0,0 +1,20 @@ +{ + x: 2.5d, + y: 9.0d, + text: [ + "Finally a use for rotten flesh (and other things)" + ], + dependencies: [ + "fac6a69a" + ], + tasks: [{ + uid: "94e0828d", + type: "item", + items: [{ + id: "extrautils2:machine", + tag: { + Type: "extrautils2:generator_death" + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/285dab3c.snbt b/config/ftbquests/normal/chapters/bdbc09f0/285dab3c.snbt new file mode 100644 index 00000000..96485402 --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/285dab3c.snbt @@ -0,0 +1,14 @@ +{ + x: 5.0d, + y: -9.0d, + dependencies: [ + "b6a1c300" + ], + tasks: [{ + uid: "03d5f015", + type: "item", + items: [{ + item: "nuclearcraft:plutonium 1 8" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/28e9fd48.snbt b/config/ftbquests/normal/chapters/bdbc09f0/28e9fd48.snbt new file mode 100644 index 00000000..e9d3c8f9 --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/28e9fd48.snbt @@ -0,0 +1,14 @@ +{ + x: 8.0d, + y: -5.0d, + dependencies: [ + "dd95098f" + ], + tasks: [{ + uid: "7e05e946", + type: "item", + items: [{ + item: "immersiveengineering:wooden_device1 1 1" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/2cfb05df.snbt b/config/ftbquests/normal/chapters/bdbc09f0/2cfb05df.snbt new file mode 100644 index 00000000..f32f8393 --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/2cfb05df.snbt @@ -0,0 +1,18 @@ +{ + x: -6.0d, + y: 6.0d, + text: [ + "Generates RF by burning Peat", + "A dry peat bog placed in water can be tuned into peat fuel." + ], + dependencies: [ + "fac6a69a" + ], + tasks: [{ + uid: "85a2cc3a", + type: "item", + items: [{ + item: "cyclicmagic:peat_generator" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/32656408.snbt b/config/ftbquests/normal/chapters/bdbc09f0/32656408.snbt new file mode 100644 index 00000000..221f45dd --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/32656408.snbt @@ -0,0 +1,20 @@ +{ + x: -3.5d, + y: 9.0d, + text: [ + "Like the furnace generator, but faster!" + ], + dependencies: [ + "fac6a69a" + ], + tasks: [{ + uid: "88aeb0f7", + type: "item", + items: [{ + id: "extrautils2:machine", + tag: { + Type: "extrautils2:generator_overclock" + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/33b81434.snbt b/config/ftbquests/normal/chapters/bdbc09f0/33b81434.snbt new file mode 100644 index 00000000..953bf2eb --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/33b81434.snbt @@ -0,0 +1,20 @@ +{ + x: 1.5d, + y: 8.0d, + text: [ + "Food for power, the higher the calories, the better!" + ], + dependencies: [ + "fac6a69a" + ], + tasks: [{ + uid: "2c8e9d19", + type: "item", + items: [{ + id: "extrautils2:machine", + tag: { + Type: "extrautils2:generator_culinary" + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/3442b051.snbt b/config/ftbquests/normal/chapters/bdbc09f0/3442b051.snbt new file mode 100644 index 00000000..2ad2394c --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/3442b051.snbt @@ -0,0 +1,14 @@ +{ + x: 7.0d, + y: 1.0d, + dependencies: [ + "359c43c1" + ], + tasks: [{ + uid: "ea8ddea6", + type: "item", + items: [{ + item: "minecraft:redstone" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/34968af0.snbt b/config/ftbquests/normal/chapters/bdbc09f0/34968af0.snbt new file mode 100644 index 00000000..ee08f75a --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/34968af0.snbt @@ -0,0 +1,20 @@ +{ + x: 1.5d, + y: 9.0d, + text: [ + "Good enchantments make for a lot of RF, but bad ones are easier to make..." + ], + dependencies: [ + "fac6a69a" + ], + tasks: [{ + uid: "e1d4edb0", + type: "item", + items: [{ + id: "extrautils2:machine", + tag: { + Type: "extrautils2:generator_enchant" + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/359c43c1.snbt b/config/ftbquests/normal/chapters/bdbc09f0/359c43c1.snbt new file mode 100644 index 00000000..63a3a48d --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/359c43c1.snbt @@ -0,0 +1,24 @@ +{ + x: 6.0d, + y: 1.0d, + text: [ + "The enervation dynamo uses power-infused items (such as redstone) as fuel to produce RF." + ], + dependencies: [ + "fac6a69a" + ], + tasks: [{ + uid: "2efa8fb8", + type: "item", + items: [{ + id: "thermalexpansion:dynamo", + Damage: 4s, + tag: { + RSControl: 0b, + Facing: 1b, + Energy: 0, + Level: 0b + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/37c43388.snbt b/config/ftbquests/normal/chapters/bdbc09f0/37c43388.snbt new file mode 100644 index 00000000..9cb0bf05 --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/37c43388.snbt @@ -0,0 +1,17 @@ +{ + x: -6.0d, + y: -4.0d, + text: [ + "Seems like a solar panel with extra steps..." + ], + dependencies: [ + "fac6a69a" + ], + tasks: [{ + uid: "97761724", + type: "item", + items: [{ + item: "environmentaltech:solar_cont_1" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/3ce918d0.snbt b/config/ftbquests/normal/chapters/bdbc09f0/3ce918d0.snbt new file mode 100644 index 00000000..b8bd4d1c --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/3ce918d0.snbt @@ -0,0 +1,57 @@ +{ + title: "Yellorite Reactor", + x: 2.0d, + y: -7.0d, + text: [ + "The yellorite reactor uses yellorium to produce RF.", + "The reactor is a hollow cuboid made out of casings, including at least two access points (input & output), a power tap, and a controller.", + "A transparent version of casings can also be used.", + "In 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", + "Cooling (both fluids and blocks) can be added in the remaining hollow spaces." + ], + dependencies: [ + "fac6a69a" + ], + tasks: [{ + uid: "ba798fcb", + type: "item", + items: [{ + item: "bigreactors:reactorcontroller" + }] + }, + { + uid: "b3417750", + type: "item", + items: [{ + item: "bigreactors:reactorcasing" + }] + }, + { + uid: "cfbe6dae", + type: "item", + items: [{ + item: "bigreactors:reactorfuelrod" + }] + }, + { + uid: "b1f72eae", + type: "item", + items: [{ + item: "bigreactors:reactorcontrolrod" + }] + }, + { + uid: "e403715c", + type: "item", + items: [{ + item: "bigreactors:reactoraccessport" + }] + }, + { + uid: "277970ca", + type: "item", + items: [{ + item: "bigreactors:reactorpowertaprf" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/45be6c3a.snbt b/config/ftbquests/normal/chapters/bdbc09f0/45be6c3a.snbt new file mode 100644 index 00000000..5ee16da6 --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/45be6c3a.snbt @@ -0,0 +1,14 @@ +{ + x: -9.0d, + y: -5.0d, + dependencies: [ + "b9205f80" + ], + tasks: [{ + uid: "4b197030", + type: "item", + items: [{ + item: "environmentaltech:lightning_cont_4" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/46de9689.snbt b/config/ftbquests/normal/chapters/bdbc09f0/46de9689.snbt new file mode 100644 index 00000000..cc002815 --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/46de9689.snbt @@ -0,0 +1,18 @@ +{ + title: "Portable Battery?", + x: 4.0d, + y: -15.0d, + text: [ + "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." + ], + dependencies: [ + "d6c40044" + ], + tasks: [{ + uid: "d5dd4137", + type: "item", + items: [{ + item: "nuclearcraft:californium 1 4" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/48993b00.snbt b/config/ftbquests/normal/chapters/bdbc09f0/48993b00.snbt new file mode 100644 index 00000000..a7b2a13f --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/48993b00.snbt @@ -0,0 +1,27 @@ +{ + x: 6.0d, + y: 2.0d, + text: [ + "The numismatic dynamo takes various types of coins to produce RF.", + "How does it work?? I don't 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.", + "A piece of solidified gold yields no energy, but as soon as I turn it into a coin, POWER!", + "Almost as if this world 'remembers' what people value.. which is, of course, absurd..." + ], + dependencies: [ + "fac6a69a" + ], + tasks: [{ + uid: "4a885371", + type: "item", + items: [{ + id: "thermalexpansion:dynamo", + Damage: 5s, + tag: { + RSControl: 0b, + Facing: 1b, + Energy: 0, + Level: 0b + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/4fc5da01.snbt b/config/ftbquests/normal/chapters/bdbc09f0/4fc5da01.snbt new file mode 100644 index 00000000..8c08052c --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/4fc5da01.snbt @@ -0,0 +1,17 @@ +{ + x: 7.0d, + y: 2.0d, + text: [ + "This upgrade can be used to modify the numismatic dynamo into accepting gems as inputs." + ], + dependencies: [ + "48993b00" + ], + tasks: [{ + uid: "f65989f0", + type: "item", + items: [{ + item: "thermalexpansion:augment 1 720" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/51914cb4.snbt b/config/ftbquests/normal/chapters/bdbc09f0/51914cb4.snbt new file mode 100644 index 00000000..1d9fdc05 --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/51914cb4.snbt @@ -0,0 +1,17 @@ +{ + x: 5.0d, + y: -10.0d, + text: [ + "Yup, made some plutonium!" + ], + dependencies: [ + "b6a1c300" + ], + tasks: [{ + uid: "c1104df3", + type: "item", + items: [{ + item: "nuclearcraft:plutonium 1 4" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/52312c9f.snbt b/config/ftbquests/normal/chapters/bdbc09f0/52312c9f.snbt new file mode 100644 index 00000000..edcefe68 --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/52312c9f.snbt @@ -0,0 +1,17 @@ +{ + x: -8.0d, + y: -4.0d, + text: [ + "Oh!" + ], + dependencies: [ + "c546b6a2" + ], + tasks: [{ + uid: "2de31434", + type: "item", + items: [{ + item: "environmentaltech:solar_cont_3" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/528e0a07.snbt b/config/ftbquests/normal/chapters/bdbc09f0/528e0a07.snbt new file mode 100644 index 00000000..cfb22b8a --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/528e0a07.snbt @@ -0,0 +1,49 @@ +{ + x: 6.0d, + y: -6.0d, + dependencies: [ + "fac6a69a" + ], + tasks: [{ + uid: "df8333f4", + type: "item", + items: [{ + item: "immersiveengineering:metal_decoration0 1 5" + }] + }, + { + uid: "7ac84d21", + type: "item", + items: [{ + item: "immersiveengineering:metal_decoration0 1 7" + }] + }, + { + uid: "6cd27ec7", + type: "item", + items: [{ + item: "immersiveengineering:metal_decoration1 1 1" + }] + }, + { + uid: "cab25c83", + type: "item", + items: [{ + item: "immersiveengineering:metal_device1 1 6" + }] + }, + { + uid: "37f593aa", + type: "item", + items: [{ + item: "immersiveengineering:metal_decoration0 1 6" + }] + }, + { + uid: "100a99eb", + type: "item", + items: [{ + item: "immersiveengineering:metal_decoration0 1 3" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/5bc9bd8e.snbt b/config/ftbquests/normal/chapters/bdbc09f0/5bc9bd8e.snbt new file mode 100644 index 00000000..bddecb11 --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/5bc9bd8e.snbt @@ -0,0 +1,14 @@ +{ + x: 8.0d, + y: 2.0d, + dependencies: [ + "48993b00" + ], + tasks: [{ + uid: "add70cfa", + type: "item", + items: [{ + item: "minecraft:diamond" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/5de73712.snbt b/config/ftbquests/normal/chapters/bdbc09f0/5de73712.snbt new file mode 100644 index 00000000..529ad479 --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/5de73712.snbt @@ -0,0 +1,19 @@ +{ + title: "Salt Reactor", + x: 1.0d, + y: -7.0d, + description: "Are you really doing this??", + text: [ + "These are complex, like for real!" + ], + dependencies: [ + "fac6a69a" + ], + tasks: [{ + uid: "df0e787d", + type: "item", + items: [{ + item: "nuclearcraft:salt_fission_controller" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/60f9c26b.snbt b/config/ftbquests/normal/chapters/bdbc09f0/60f9c26b.snbt new file mode 100644 index 00000000..27255ec2 --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/60f9c26b.snbt @@ -0,0 +1,17 @@ +{ + x: -8.0d, + y: 3.0d, + text: [ + "More better solar panels!" + ], + dependencies: [ + "82e05103" + ], + tasks: [{ + uid: "e66787ba", + type: "item", + items: [{ + item: "nuclearcraft:solar_panel_du" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/61fd3e9d.snbt b/config/ftbquests/normal/chapters/bdbc09f0/61fd3e9d.snbt new file mode 100644 index 00000000..ee4030c2 --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/61fd3e9d.snbt @@ -0,0 +1,17 @@ +{ + x: -9.0d, + y: -1.0d, + text: [ + "Most Bettah!" + ], + dependencies: [ + "f352e4a2" + ], + tasks: [{ + uid: "a17db124", + type: "item", + items: [{ + item: "enderio:block_solar_panel 1 3" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/621ed4bf.snbt b/config/ftbquests/normal/chapters/bdbc09f0/621ed4bf.snbt new file mode 100644 index 00000000..dacc9f8f --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/621ed4bf.snbt @@ -0,0 +1,17 @@ +{ + x: -10.0d, + y: -4.0d, + text: [ + "Ok I get it." + ], + dependencies: [ + "2063fa50" + ], + tasks: [{ + uid: "71d1ba09", + type: "item", + items: [{ + item: "environmentaltech:solar_cont_5" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/6246f9d3.snbt b/config/ftbquests/normal/chapters/bdbc09f0/6246f9d3.snbt new file mode 100644 index 00000000..e0a0542b --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/6246f9d3.snbt @@ -0,0 +1,17 @@ +{ + x: -7.0d, + y: -1.0d, + text: [ + "Bettah!" + ], + dependencies: [ + "65007c1c" + ], + tasks: [{ + uid: "5366c868", + type: "item", + items: [{ + item: "enderio:block_solar_panel 1 1" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/6253c3dc.snbt b/config/ftbquests/normal/chapters/bdbc09f0/6253c3dc.snbt new file mode 100644 index 00000000..93134ddc --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/6253c3dc.snbt @@ -0,0 +1,39 @@ +{ + x: 7.0d, + y: -2.0d, + text: [ + "The dynamo can be upgraded to include cooling, thus highly increasing energy output, depending on coolant.", + "In order to accept cooling, upgraded compression dynamos have to be adjacent to the thermal mediator." + ], + dependencies: [ + "7ab44b83" + ], + tasks: [{ + uid: "fb3fa1c0", + type: "item", + items: [{ + item: "thermalexpansion:augment 1 656" + }] + }, + { + uid: "90ac21db", + type: "item", + items: [{ + id: "thermalexpansion:device", + Damage: 2s, + tag: { + RSControl: 0b, + Facing: 3b, + Energy: 0, + SideCache: [B; + 0b, + 1b, + 1b, + 1b, + 1b, + 1b + ] + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/64e13125.snbt b/config/ftbquests/normal/chapters/bdbc09f0/64e13125.snbt new file mode 100644 index 00000000..6abc32a2 --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/64e13125.snbt @@ -0,0 +1,19 @@ +{ + x: 6.0d, + y: -4.0d, + text: [ + "Generate RF by putting water and lava on opposite sides of the block.", + "Generation 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.", + "Three sources of lava and water each can be used if phantom energyfaces are available." + ], + dependencies: [ + "fac6a69a" + ], + tasks: [{ + uid: "0b1fdaca", + type: "item", + items: [{ + item: "immersiveengineering:metal_device1 1 3" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/65007c1c.snbt b/config/ftbquests/normal/chapters/bdbc09f0/65007c1c.snbt new file mode 100644 index 00000000..54e22fea --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/65007c1c.snbt @@ -0,0 +1,17 @@ +{ + x: -6.0d, + y: -1.0d, + text: [ + "Passive RF from the sun!" + ], + dependencies: [ + "fac6a69a" + ], + tasks: [{ + uid: "b1763e29", + type: "item", + items: [{ + item: "enderio:block_solar_panel" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/6651f3d4.snbt b/config/ftbquests/normal/chapters/bdbc09f0/6651f3d4.snbt new file mode 100644 index 00000000..42f4e5ed --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/6651f3d4.snbt @@ -0,0 +1,20 @@ +{ + x: -2.5d, + y: 9.0d, + text: [ + "You can use gunpowder, but TNT is better!" + ], + dependencies: [ + "fac6a69a" + ], + tasks: [{ + uid: "2fec7fde", + type: "item", + items: [{ + id: "extrautils2:machine", + tag: { + Type: "extrautils2:generator_tnt" + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/6a69409b.snbt b/config/ftbquests/normal/chapters/bdbc09f0/6a69409b.snbt new file mode 100644 index 00000000..758b2b7e --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/6a69409b.snbt @@ -0,0 +1,14 @@ +{ + x: -6.0d, + y: -5.0d, + dependencies: [ + "fac6a69a" + ], + tasks: [{ + uid: "3d2169d9", + type: "item", + items: [{ + item: "environmentaltech:lightning_cont_1" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/6c38c077.snbt b/config/ftbquests/normal/chapters/bdbc09f0/6c38c077.snbt new file mode 100644 index 00000000..1f64d367 --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/6c38c077.snbt @@ -0,0 +1,18 @@ +{ + x: 6.0d, + y: -11.0d, + text: [ + "More random radioactive isotopes?", + "More random radioactive isotopes!" + ], + dependencies: [ + "51914cb4" + ], + tasks: [{ + uid: "f55a8f96", + type: "item", + items: [{ + item: "nuclearcraft:fuel_mixed_oxide" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/6c98ef99.snbt b/config/ftbquests/normal/chapters/bdbc09f0/6c98ef99.snbt new file mode 100644 index 00000000..4b0f9066 --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/6c98ef99.snbt @@ -0,0 +1,17 @@ +{ + x: -7.0d, + y: -2.0d, + text: [ + "More compactness!" + ], + dependencies: [ + "237dde3a" + ], + tasks: [{ + uid: "4bf70073", + type: "item", + items: [{ + item: "techreborn:solar_panel 1 1" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/6e38c1a1.snbt b/config/ftbquests/normal/chapters/bdbc09f0/6e38c1a1.snbt new file mode 100644 index 00000000..f7980988 --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/6e38c1a1.snbt @@ -0,0 +1,17 @@ +{ + x: 3.0d, + y: -11.0d, + text: [ + "Reprocessing this New fuel gives me even more Isotopes, I wonder if I can combine them somehow." + ], + dependencies: [ + "7aaaa586" + ], + tasks: [{ + uid: "0291d1a7", + type: "item", + items: [{ + item: "nuclearcraft:plutonium 1 12" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/7aaaa586.snbt b/config/ftbquests/normal/chapters/bdbc09f0/7aaaa586.snbt new file mode 100644 index 00000000..d926d125 --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/7aaaa586.snbt @@ -0,0 +1,17 @@ +{ + x: 4.0d, + y: -11.0d, + text: [ + "And here's the other fissible plutonium isotope!" + ], + dependencies: [ + "b660e689" + ], + tasks: [{ + uid: "19587701", + type: "item", + items: [{ + item: "nuclearcraft:depleted_fuel_uranium 1 2" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/7ab44b83.snbt b/config/ftbquests/normal/chapters/bdbc09f0/7ab44b83.snbt new file mode 100644 index 00000000..d1176576 --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/7ab44b83.snbt @@ -0,0 +1,25 @@ +{ + x: 6.0d, + y: -2.0d, + text: [ + "The magmatic dynamo produces RF using lava.", + "A 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)." + ], + dependencies: [ + "fac6a69a" + ], + tasks: [{ + uid: "35acbed2", + type: "item", + items: [{ + id: "thermalexpansion:dynamo", + Damage: 1s, + tag: { + RSControl: 0b, + Facing: 1b, + Energy: 0, + Level: 0b + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/7d4647b7.snbt b/config/ftbquests/normal/chapters/bdbc09f0/7d4647b7.snbt new file mode 100644 index 00000000..4b38790e --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/7d4647b7.snbt @@ -0,0 +1,17 @@ +{ + x: -6.0d, + y: 1.0d, + text: [ + "This generator consumes seeds and meats to generate RF." + ], + dependencies: [ + "fac6a69a" + ], + tasks: [{ + uid: "6e73e983", + type: "item", + items: [{ + item: "actuallyadditions:block_bio_reactor" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/7e05f627.snbt b/config/ftbquests/normal/chapters/bdbc09f0/7e05f627.snbt new file mode 100644 index 00000000..961e5be6 --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/7e05f627.snbt @@ -0,0 +1,20 @@ +{ + x: -3.5d, + y: 8.0d, + text: [ + "Exactly as it sounds, energy from pink stuff!" + ], + dependencies: [ + "fac6a69a" + ], + tasks: [{ + uid: "b85ab41a", + type: "item", + items: [{ + id: "extrautils2:machine", + tag: { + Type: "extrautils2:generator_pink" + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/7e8c82cd.snbt b/config/ftbquests/normal/chapters/bdbc09f0/7e8c82cd.snbt new file mode 100644 index 00000000..bb6bc1db --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/7e8c82cd.snbt @@ -0,0 +1,17 @@ +{ + x: 5.0d, + y: -13.0d, + text: [ + "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." + ], + dependencies: [ + "f002661b" + ], + tasks: [{ + uid: "8a6c7954", + type: "item", + items: [{ + item: "nuclearcraft:fuel_berkelium" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/7f1ca12b.snbt b/config/ftbquests/normal/chapters/bdbc09f0/7f1ca12b.snbt new file mode 100644 index 00000000..85b35f00 --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/7f1ca12b.snbt @@ -0,0 +1,14 @@ +{ + x: 2.0d, + y: -9.0d, + dependencies: [ + "177d7078" + ], + tasks: [{ + uid: "85fdb680", + type: "item", + items: [{ + item: "contenttweaker:lefhm_fuel" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/8295886f.snbt b/config/ftbquests/normal/chapters/bdbc09f0/8295886f.snbt new file mode 100644 index 00000000..8a7b48d4 --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/8295886f.snbt @@ -0,0 +1,20 @@ +{ + x: -1.5d, + y: 9.0d, + text: [ + "RF from Nether Stars?!?" + ], + dependencies: [ + "fac6a69a" + ], + tasks: [{ + uid: "af1f2d25", + type: "item", + items: [{ + id: "extrautils2:machine", + tag: { + Type: "extrautils2:generator_netherstar" + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/82e05103.snbt b/config/ftbquests/normal/chapters/bdbc09f0/82e05103.snbt new file mode 100644 index 00000000..fd4178ef --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/82e05103.snbt @@ -0,0 +1,17 @@ +{ + x: -7.0d, + y: 3.0d, + text: [ + "More better solar panels!" + ], + dependencies: [ + "a1a7e7fd" + ], + tasks: [{ + uid: "282b9669", + type: "item", + items: [{ + item: "nuclearcraft:solar_panel_advanced" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/8b5bd7d2.snbt b/config/ftbquests/normal/chapters/bdbc09f0/8b5bd7d2.snbt new file mode 100644 index 00000000..cb53b27f --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/8b5bd7d2.snbt @@ -0,0 +1,14 @@ +{ + x: -7.0d, + y: -5.0d, + dependencies: [ + "6a69409b" + ], + tasks: [{ + uid: "2478afa9", + type: "item", + items: [{ + item: "environmentaltech:lightning_cont_2" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/8c344900.snbt b/config/ftbquests/normal/chapters/bdbc09f0/8c344900.snbt new file mode 100644 index 00000000..352142ae --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/8c344900.snbt @@ -0,0 +1,17 @@ +{ + x: -6.0d, + y: 5.0d, + text: [ + "Generate RF using Dew of the Void, which can be automated using a series of Vats." + ], + dependencies: [ + "fac6a69a" + ], + tasks: [{ + uid: "8e8404f5", + type: "item", + items: [{ + item: "enderio:block_ender_generator" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/8c9b0b14.snbt b/config/ftbquests/normal/chapters/bdbc09f0/8c9b0b14.snbt new file mode 100644 index 00000000..6b74d945 --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/8c9b0b14.snbt @@ -0,0 +1,17 @@ +{ + x: -6.0d, + y: 4.0d, + text: [ + "Nutrient Distillation for RF!" + ], + dependencies: [ + "fac6a69a" + ], + tasks: [{ + uid: "ffd031e2", + type: "item", + items: [{ + item: "enderio:block_zombie_generator" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/8dfd0d19.snbt b/config/ftbquests/normal/chapters/bdbc09f0/8dfd0d19.snbt new file mode 100644 index 00000000..a44d1c44 --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/8dfd0d19.snbt @@ -0,0 +1,32 @@ +{ + x: 0.0d, + y: 10.0d, + text: [ + "One of these placed around each of the 16 running generators will make A TON of RF." + ], + dependencies: [ + "9b9fad9e", + "7e05f627", + "2182f766", + "6651f3d4", + "34968af0", + "1b87cd20", + "33b81434", + "aa6a5686", + "32656408", + "234eda40", + "26659035", + "19629750", + "eed6b883", + "d3644d9d", + "8295886f", + "9826e25c" + ], + tasks: [{ + uid: "0569173a", + type: "item", + items: [{ + item: "extrautils2:rainbowgenerator" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/8ef7e926.snbt b/config/ftbquests/normal/chapters/bdbc09f0/8ef7e926.snbt new file mode 100644 index 00000000..d9d30901 --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/8ef7e926.snbt @@ -0,0 +1,22 @@ +{ + title: "Empowered Monolith", + x: -3.0d, + y: -7.0d, + text: [ + "Produces RF by consuming advanced eldritch structures (check JEI recipes).", + "Tartarite Monoliths are an easily renewable source." + ], + dependencies: [ + "fac6a69a" + ], + tasks: [{ + uid: "939cbb2f", + type: "item", + items: [{ + id: "modularmachinery:itemblueprint", + tag: { + dynamicmachine: "modularmachinery:empowered_monolith" + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/94b843db.snbt b/config/ftbquests/normal/chapters/bdbc09f0/94b843db.snbt new file mode 100644 index 00000000..e49b8ae2 --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/94b843db.snbt @@ -0,0 +1,17 @@ +{ + x: 7.0d, + y: -13.0d, + text: [ + "It will split!" + ], + dependencies: [ + "ce47f691" + ], + tasks: [{ + uid: "9fc0941d", + type: "item", + items: [{ + item: "nuclearcraft:depleted_fuel_americium 1 2" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/9826e25c.snbt b/config/ftbquests/normal/chapters/bdbc09f0/9826e25c.snbt new file mode 100644 index 00000000..5e169b31 --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/9826e25c.snbt @@ -0,0 +1,20 @@ +{ + x: 0.5d, + y: 8.0d, + text: [ + "Like the furnace generator, but worse!" + ], + dependencies: [ + "fac6a69a" + ], + tasks: [{ + uid: "a13c7a4c", + type: "item", + items: [{ + id: "extrautils2:machine", + tag: { + Type: "extrautils2:generator_survival" + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/9b9fad9e.snbt b/config/ftbquests/normal/chapters/bdbc09f0/9b9fad9e.snbt new file mode 100644 index 00000000..2e365b06 --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/9b9fad9e.snbt @@ -0,0 +1,20 @@ +{ + x: -0.5d, + y: 8.0d, + text: [ + "Any solid fuel will work in this bad boy!" + ], + dependencies: [ + "fac6a69a" + ], + tasks: [{ + uid: "3e2f6199", + type: "item", + items: [{ + id: "extrautils2:machine", + tag: { + Type: "extrautils2:generator" + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/9fd77eb0.snbt b/config/ftbquests/normal/chapters/bdbc09f0/9fd77eb0.snbt new file mode 100644 index 00000000..827d5231 --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/9fd77eb0.snbt @@ -0,0 +1,26 @@ +{ + x: 4.0d, + y: -12.0d, + text: [ + "Here on Terra, though, those radioactive scraps can be used to breed higher energy fuels.", + "The materials found here allow me to build more stable reactor casings, so I shouldn't have to detonate any nukes just to make new elements.", + "(Which is what the US did during the cold war BTW)" + ], + dependencies: [ + "d703a9f9" + ], + tasks: [{ + uid: "0ba06822", + type: "item", + items: [{ + item: "nuclearcraft:curium" + }] + }, + { + uid: "b48e8fb9", + type: "item", + items: [{ + item: "nuclearcraft:curium 1 8" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/a05e615a.snbt b/config/ftbquests/normal/chapters/bdbc09f0/a05e615a.snbt new file mode 100644 index 00000000..8fb0c7be --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/a05e615a.snbt @@ -0,0 +1,29 @@ +{ + x: -6.0d, + y: -3.0d, + description: "For those who are too cool for lag...", + text: [ + "Endergeic generators receive 'endergenic' pearls from a Pearl Injector, or an adjacent generator.", + "Receiving a pearl produces a burst of energy, but keeping a pearl consumes energy, so timing is everything!", + "Each generator will pass the endergeic hot potato to the next in line when receiving a redstone pulse.", + "With the right redstone timing and the right generator train, a lot of RF can be made.", + "or you can be boring and go on youtube and look up a tutorial..." + ], + dependencies: [ + "fac6a69a" + ], + tasks: [{ + uid: "e7ff77ce", + type: "item", + items: [{ + item: "rftools:endergenic" + }] + }, + { + uid: "53b8e031", + type: "item", + items: [{ + item: "rftools:pearl_injector" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/a08a7305.snbt b/config/ftbquests/normal/chapters/bdbc09f0/a08a7305.snbt new file mode 100644 index 00000000..8ae3bba3 --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/a08a7305.snbt @@ -0,0 +1,18 @@ +{ + x: 7.0d, + y: 0.0d, + text: [ + "The elemental catalyzer allows for increased output from the reactant dynamo.", + "This limits the types of inputs the dynamo can accept." + ], + dependencies: [ + "a407fb4d" + ], + tasks: [{ + uid: "77e4cf14", + type: "item", + items: [{ + item: "thermalexpansion:augment 1 688" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/a1a7e7fd.snbt b/config/ftbquests/normal/chapters/bdbc09f0/a1a7e7fd.snbt new file mode 100644 index 00000000..03d0af90 --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/a1a7e7fd.snbt @@ -0,0 +1,17 @@ +{ + x: -6.0d, + y: 3.0d, + text: [ + "More solar panels!" + ], + dependencies: [ + "fac6a69a" + ], + tasks: [{ + uid: "c1fe298a", + type: "item", + items: [{ + item: "nuclearcraft:solar_panel_basic" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/a407fb4d.snbt b/config/ftbquests/normal/chapters/bdbc09f0/a407fb4d.snbt new file mode 100644 index 00000000..73c11b12 --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/a407fb4d.snbt @@ -0,0 +1,24 @@ +{ + x: 6.0d, + y: 0.0d, + text: [ + "The reactant dynamo uses a combination of a fluid and an item to produce RF." + ], + dependencies: [ + "fac6a69a" + ], + tasks: [{ + uid: "53d84878", + type: "item", + items: [{ + id: "thermalexpansion:dynamo", + Damage: 3s, + tag: { + RSControl: 0b, + Facing: 1b, + Energy: 0, + Level: 0b + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/a757db38.snbt b/config/ftbquests/normal/chapters/bdbc09f0/a757db38.snbt new file mode 100644 index 00000000..5cb1b03d --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/a757db38.snbt @@ -0,0 +1,17 @@ +{ + x: -9.0d, + y: -2.0d, + text: [ + "More compactness!" + ], + dependencies: [ + "df821540" + ], + tasks: [{ + uid: "2683e485", + type: "item", + items: [{ + item: "techreborn:solar_panel 1 3" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/a81c6e8e.snbt b/config/ftbquests/normal/chapters/bdbc09f0/a81c6e8e.snbt new file mode 100644 index 00000000..372fc75d --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/a81c6e8e.snbt @@ -0,0 +1,19 @@ +{ + title: "Down the Rabbit hole we go Alice!", + x: 5.0d, + y: -11.0d, + text: [ + "Eureka! Now it's finally time for some serous breeding!" + ], + dependencies: [ + "6e38c1a1", + "51914cb4" + ], + tasks: [{ + uid: "3aecc90f", + type: "item", + items: [{ + item: "nuclearcraft:fuel_plutonium" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/a854addd.snbt b/config/ftbquests/normal/chapters/bdbc09f0/a854addd.snbt new file mode 100644 index 00000000..ba68f4d7 --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/a854addd.snbt @@ -0,0 +1,22 @@ +{ + x: 5.0d, + y: -7.0d, + description: "Moderators increase the efficiency of cells (more power, less fuel), but they also increase heat. They need to be placed next to cells.", + dependencies: [ + "177d7078" + ], + tasks: [{ + uid: "1c4ce85e", + type: "item", + items: [{ + item: "nuclearcraft:ingot_block 1 8" + }] + }, + { + uid: "b03cf23c", + type: "item", + items: [{ + item: "nuclearcraft:ingot_block 1 9" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/aa6a5686.snbt b/config/ftbquests/normal/chapters/bdbc09f0/aa6a5686.snbt new file mode 100644 index 00000000..9642e75c --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/aa6a5686.snbt @@ -0,0 +1,20 @@ +{ + x: 2.5d, + y: 8.0d, + text: [ + "Redstone+Lava=Profit" + ], + dependencies: [ + "fac6a69a" + ], + tasks: [{ + uid: "067f1e27", + type: "item", + items: [{ + id: "extrautils2:machine", + tag: { + Type: "extrautils2:generator_redstone" + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/aa79a5d4.snbt b/config/ftbquests/normal/chapters/bdbc09f0/aa79a5d4.snbt new file mode 100644 index 00000000..45e5af27 --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/aa79a5d4.snbt @@ -0,0 +1,14 @@ +{ + x: -10.0d, + y: -5.0d, + dependencies: [ + "45be6c3a" + ], + tasks: [{ + uid: "245635af", + type: "item", + items: [{ + item: "environmentaltech:lightning_cont_5" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/ab1a11ff.snbt b/config/ftbquests/normal/chapters/bdbc09f0/ab1a11ff.snbt new file mode 100644 index 00000000..5b7cd0e5 --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/ab1a11ff.snbt @@ -0,0 +1,18 @@ +{ + x: 3.0d, + y: -12.0d, + text: [ + "Yup! More unstable radiocative atoms go brrr, and no particle accelerators needed!", + "(The first atom of Curium was made in an accelerator)" + ], + dependencies: [ + "9fd77eb0" + ], + tasks: [{ + uid: "5920b89e", + type: "item", + items: [{ + item: "nuclearcraft:fuel_curium" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/b4992d03.snbt b/config/ftbquests/normal/chapters/bdbc09f0/b4992d03.snbt new file mode 100644 index 00000000..2006c901 --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/b4992d03.snbt @@ -0,0 +1,22 @@ +{ + x: 7.0d, + y: -7.0d, + description: "Active 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.", + dependencies: [ + "177d7078" + ], + tasks: [{ + uid: "aff07210", + type: "item", + items: [{ + item: "nuclearcraft:active_cooler" + }] + }, + { + uid: "afe07377", + type: "item", + items: [{ + item: "nuclearcraft:fission_port" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/b551a672.snbt b/config/ftbquests/normal/chapters/bdbc09f0/b551a672.snbt new file mode 100644 index 00000000..57acac4f --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/b551a672.snbt @@ -0,0 +1,113 @@ +{ + x: 6.0d, + y: -7.0d, + description: "Coolers lower heat to prevent things from exploding. Each cooler has a different rule (only works if next to block x).", + dependencies: [ + "177d7078" + ], + tasks: [{ + uid: "821bc5f9", + type: "item", + items: [{ + item: "nuclearcraft:cooler 1 1" + }] + }, + { + uid: "47870b6d", + type: "item", + items: [{ + item: "nuclearcraft:cooler 1 2" + }] + }, + { + uid: "cb7b5f1a", + type: "item", + items: [{ + item: "nuclearcraft:cooler 1 3" + }] + }, + { + uid: "eeb9191f", + type: "item", + items: [{ + item: "nuclearcraft:cooler 1 4" + }] + }, + { + uid: "07c3d779", + type: "item", + items: [{ + item: "nuclearcraft:cooler 1 6" + }] + }, + { + uid: "c710ac97", + type: "item", + items: [{ + item: "nuclearcraft:cooler 1 5" + }] + }, + { + uid: "f96576b0", + type: "item", + items: [{ + item: "nuclearcraft:cooler 1 7" + }] + }, + { + uid: "c9c66942", + type: "item", + items: [{ + item: "nuclearcraft:cooler 1 8" + }] + }, + { + uid: "2ae05205", + type: "item", + items: [{ + item: "nuclearcraft:cooler 1 9" + }] + }, + { + uid: "89908ec9", + type: "item", + items: [{ + item: "nuclearcraft:cooler 1 10" + }] + }, + { + uid: "71d0131b", + type: "item", + items: [{ + item: "nuclearcraft:cooler 1 11" + }] + }, + { + uid: "7d0f576e", + type: "item", + items: [{ + item: "nuclearcraft:cooler 1 12" + }] + }, + { + uid: "81d36001", + type: "item", + items: [{ + item: "nuclearcraft:cooler 1 13" + }] + }, + { + uid: "4c60bde6", + type: "item", + items: [{ + item: "nuclearcraft:cooler 1 14" + }] + }, + { + uid: "71d98df4", + type: "item", + items: [{ + item: "nuclearcraft:cooler 1 15" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/b660e689.snbt b/config/ftbquests/normal/chapters/bdbc09f0/b660e689.snbt new file mode 100644 index 00000000..e262f9e0 --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/b660e689.snbt @@ -0,0 +1,18 @@ +{ + x: 3.0d, + y: -10.0d, + text: [ + "More radioactive isotopes? Better uranium fuel!" + ], + dependencies: [ + "c285e7e5", + "d4607fdd" + ], + tasks: [{ + uid: "4d455a16", + type: "item", + items: [{ + item: "nuclearcraft:fuel_uranium 1 2" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/b6a1c300.snbt b/config/ftbquests/normal/chapters/bdbc09f0/b6a1c300.snbt new file mode 100644 index 00000000..3306e69e --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/b6a1c300.snbt @@ -0,0 +1,17 @@ +{ + x: 3.0d, + y: -9.0d, + text: [ + "On earth, depleted fission fuel can be rebred into other fissible isotopes, I assume the same can be done here..." + ], + dependencies: [ + "c285e7e5" + ], + tasks: [{ + uid: "5c65de30", + type: "item", + items: [{ + item: "nuclearcraft:depleted_fuel_uranium 1 4" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/b8473c52.snbt b/config/ftbquests/normal/chapters/bdbc09f0/b8473c52.snbt new file mode 100644 index 00000000..3dd1dc6d --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/b8473c52.snbt @@ -0,0 +1,24 @@ +{ + x: 7.0d, + y: -11.0d, + text: [ + "Now, americium time!" + ], + dependencies: [ + "fe51a0d4" + ], + tasks: [{ + uid: "3d7dc5a7", + type: "item", + items: [{ + item: "nuclearcraft:americium 1 4" + }] + }, + { + uid: "321d144a", + type: "item", + items: [{ + item: "nuclearcraft:americium 1 8" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/b8e39c26.snbt b/config/ftbquests/normal/chapters/bdbc09f0/b8e39c26.snbt new file mode 100644 index 00000000..5af99fe5 --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/b8e39c26.snbt @@ -0,0 +1,14 @@ +{ + x: -11.0d, + y: -5.0d, + dependencies: [ + "aa79a5d4" + ], + tasks: [{ + uid: "89cf5354", + type: "item", + items: [{ + item: "environmentaltech:lightning_cont_6" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/b9205f80.snbt b/config/ftbquests/normal/chapters/bdbc09f0/b9205f80.snbt new file mode 100644 index 00000000..8fff0f9f --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/b9205f80.snbt @@ -0,0 +1,14 @@ +{ + x: -8.0d, + y: -5.0d, + dependencies: [ + "8b5bd7d2" + ], + tasks: [{ + uid: "a4269538", + type: "item", + items: [{ + item: "environmentaltech:lightning_cont_3" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/b92c4911.snbt b/config/ftbquests/normal/chapters/bdbc09f0/b92c4911.snbt new file mode 100644 index 00000000..cd14a123 --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/b92c4911.snbt @@ -0,0 +1,39 @@ +{ + title: "Draconic Reactor", + x: -1.0d, + y: -7.0d, + text: [ + "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." + ], + dependencies: [ + "fac6a69a" + ], + tasks: [{ + uid: "46d46691", + type: "item", + items: [{ + item: "draconicevolution:reactor_core" + }] + }, + { + uid: "de808b2f", + type: "item", + items: [{ + item: "draconicevolution:reactor_component 1 1" + }] + }, + { + uid: "4e8ba419", + type: "item", + items: [{ + item: "draconicevolution:reactor_component" + }] + }, + { + uid: "c165e086", + type: "item", + items: [{ + item: "draconicevolution:flow_gate" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/ba10d732.snbt b/config/ftbquests/normal/chapters/bdbc09f0/ba10d732.snbt new file mode 100644 index 00000000..f04f86fa --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/ba10d732.snbt @@ -0,0 +1,63 @@ +{ + x: 2.0d, + y: -8.0d, + text: [ + "Yellorite reactors can be upgraded into accepting water, and producing steam instead of power.", + "Steam 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 & output for water) and a power tap.", + "A rotor bearing has to be included in the middle of one of the turbine's faces.", + "Starting from the bearing, any number of rotor shafts, blades, and coils (blocks of metals) can be used.", + "" + ], + dependencies: [ + "3ce918d0" + ], + tasks: [{ + uid: "672abf60", + type: "item", + items: [{ + item: "bigreactors:turbinecontroller" + }] + }, + { + uid: "549d82e0", + type: "item", + items: [{ + item: "bigreactors:turbinehousing" + }] + }, + { + uid: "d2f362b3", + type: "item", + items: [{ + item: "bigreactors:turbinefluidport" + }] + }, + { + uid: "267109d1", + type: "item", + items: [{ + item: "bigreactors:turbinepowertaprf" + }] + }, + { + uid: "cda26c96", + type: "item", + items: [{ + item: "bigreactors:turbinebearing" + }] + }, + { + uid: "8fb0f495", + type: "item", + items: [{ + item: "bigreactors:turbinerotorshaft" + }] + }, + { + uid: "3fee274b", + type: "item", + items: [{ + item: "bigreactors:turbinerotorblade" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/bb12833a.snbt b/config/ftbquests/normal/chapters/bdbc09f0/bb12833a.snbt new file mode 100644 index 00000000..a9c51a42 --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/bb12833a.snbt @@ -0,0 +1,17 @@ +{ + x: 6.0d, + y: -10.0d, + text: [ + "Just a mix of random radioactive elements, will it work?" + ], + dependencies: [ + "285dab3c" + ], + tasks: [{ + uid: "f294468f", + type: "item", + items: [{ + item: "nuclearcraft:fuel_mixed_oxide 1 1" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/bc3eb8a5.snbt b/config/ftbquests/normal/chapters/bdbc09f0/bc3eb8a5.snbt new file mode 100644 index 00000000..60b5c439 --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/bc3eb8a5.snbt @@ -0,0 +1,33 @@ +{ + title: "Dyson Sphere", + x: 0.0d, + y: -8.0d, + text: [ + "The Dyson Discharger uses Charged Dyson Capacitors to produce RF.", + "A single Dyson Sphere can charge Dyson Capacitors very quickly, so a really large number of Dischargers can be used from a single sphere.", + "This is essentially a creative generator with extra steps." + ], + dependencies: [ + "fac6a69a" + ], + tasks: [{ + uid: "c7cc9469", + type: "item", + items: [{ + id: "modularmachinery:itemblueprint", + tag: { + dynamicmachine: "modularmachinery:dyson_discharger" + } + }] + }, + { + uid: "dd1b646c", + type: "item", + items: [{ + id: "modularmachinery:itemblueprint", + tag: { + dynamicmachine: "modularmachinery:dyson_sphere" + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/bcdd4c7a.snbt b/config/ftbquests/normal/chapters/bdbc09f0/bcdd4c7a.snbt new file mode 100644 index 00000000..ead7b7a3 --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/bcdd4c7a.snbt @@ -0,0 +1,14 @@ +{ + x: 2.0d, + y: -10.0d, + dependencies: [ + "7f1ca12b" + ], + tasks: [{ + uid: "2eca3a90", + type: "item", + items: [{ + item: "contenttweaker:depleted_lefhm_fuel" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/bd3f539d.snbt b/config/ftbquests/normal/chapters/bdbc09f0/bd3f539d.snbt new file mode 100644 index 00000000..2bc388ad --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/bd3f539d.snbt @@ -0,0 +1,17 @@ +{ + x: -6.0d, + y: 2.0d, + text: [ + "Radioactive blocks placed next to this generator will yield RF until they are fully decayed." + ], + dependencies: [ + "fac6a69a" + ], + tasks: [{ + uid: "43430e72", + type: "item", + items: [{ + item: "nuclearcraft:decay_generator" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/bf035884.snbt b/config/ftbquests/normal/chapters/bdbc09f0/bf035884.snbt new file mode 100644 index 00000000..b70f7a1a --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/bf035884.snbt @@ -0,0 +1,25 @@ +{ + x: 6.0d, + y: -3.0d, + text: [ + "Generate RF by using a solid fuel and water.", + "Water can be automated using an Aqueous Accumulator, or an Infinite Water Source.", + "Fuels can be automated using EMC, or through a variety of other methods..." + ], + dependencies: [ + "fac6a69a" + ], + tasks: [{ + uid: "a944595f", + type: "item", + items: [{ + id: "thermalexpansion:dynamo", + tag: { + RSControl: 0b, + Facing: 1b, + Energy: 0, + Level: 0b + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/c01c53e5.snbt b/config/ftbquests/normal/chapters/bdbc09f0/c01c53e5.snbt new file mode 100644 index 00000000..7f6ff46a --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/c01c53e5.snbt @@ -0,0 +1,17 @@ +{ + x: 6.0d, + y: 3.0d, + text: [ + "Produce RF using protein, which is made with a Protein Reactor." + ], + dependencies: [ + "fac6a69a" + ], + tasks: [{ + uid: "54203bde", + type: "item", + items: [{ + item: "industrialforegoing:protein_generator" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/c285e7e5.snbt b/config/ftbquests/normal/chapters/bdbc09f0/c285e7e5.snbt new file mode 100644 index 00000000..1bebed27 --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/c285e7e5.snbt @@ -0,0 +1,18 @@ +{ + x: 3.0d, + y: -8.0d, + description: "Your first fission fuel! TSLEU-235 is also a thing! Same output, better power!", + text: [ + "The uranium found on Terra seems to behave the same as Earth, time to split some isotopes!" + ], + dependencies: [ + "177d7078" + ], + tasks: [{ + uid: "d3d4992e", + type: "item", + items: [{ + item: "nuclearcraft:fuel_uranium 1 4" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/c546b6a2.snbt b/config/ftbquests/normal/chapters/bdbc09f0/c546b6a2.snbt new file mode 100644 index 00000000..94d8ae09 --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/c546b6a2.snbt @@ -0,0 +1,17 @@ +{ + x: -7.0d, + y: -4.0d, + text: [ + "Really why do they need to be so complicated?!?" + ], + dependencies: [ + "37c43388" + ], + tasks: [{ + uid: "64f57023", + type: "item", + items: [{ + item: "environmentaltech:solar_cont_2" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/c685bc6a.snbt b/config/ftbquests/normal/chapters/bdbc09f0/c685bc6a.snbt new file mode 100644 index 00000000..adfc354f --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/c685bc6a.snbt @@ -0,0 +1,17 @@ +{ + x: 3.0d, + y: -13.0d, + text: [ + "And now, time to shit on earth's nuclear industry, the curium I made is safely fissible!" + ], + dependencies: [ + "ab1a11ff" + ], + tasks: [{ + uid: "8ce291d7", + type: "item", + items: [{ + item: "nuclearcraft:depleted_fuel_curium" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/c8a5d12f.snbt b/config/ftbquests/normal/chapters/bdbc09f0/c8a5d12f.snbt new file mode 100644 index 00000000..b2e763dc --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/c8a5d12f.snbt @@ -0,0 +1,15 @@ +{ + x: 4.0d, + y: -7.0d, + description: "Fuel 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.", + dependencies: [ + "177d7078" + ], + tasks: [{ + uid: "2aaa7348", + type: "item", + items: [{ + item: "nuclearcraft:cell_block" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/ce47f691.snbt b/config/ftbquests/normal/chapters/bdbc09f0/ce47f691.snbt new file mode 100644 index 00000000..a0f13e2d --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/ce47f691.snbt @@ -0,0 +1,17 @@ +{ + x: 7.0d, + y: -12.0d, + text: [ + "Will it split?" + ], + dependencies: [ + "b8473c52" + ], + tasks: [{ + uid: "e8adb839", + type: "item", + items: [{ + item: "nuclearcraft:fuel_americium 1 2" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/chapter.snbt b/config/ftbquests/normal/chapters/bdbc09f0/chapter.snbt new file mode 100644 index 00000000..9f0e678a --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/chapter.snbt @@ -0,0 +1,7 @@ +{ + title: "Energy Sources", + icon: "techreborn:part 1 39", + always_invisible: false, + group: 0, + default_quest_shape: "" +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/d09d2a0f.snbt b/config/ftbquests/normal/chapters/bdbc09f0/d09d2a0f.snbt new file mode 100644 index 00000000..eadba19f --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/d09d2a0f.snbt @@ -0,0 +1,17 @@ +{ + x: 4.0d, + y: -9.0d, + text: [ + "Thorium is not the best for energy throughput, but accelerating its decay should yield good isotopes to be further bred into more fuels!" + ], + dependencies: [ + "22f0217d" + ], + tasks: [{ + uid: "be3fe17f", + type: "item", + items: [{ + item: "nuclearcraft:depleted_fuel_thorium" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/d29f6687.snbt b/config/ftbquests/normal/chapters/bdbc09f0/d29f6687.snbt new file mode 100644 index 00000000..f9f3ac48 --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/d29f6687.snbt @@ -0,0 +1,17 @@ +{ + x: 6.0d, + y: 4.0d, + text: [ + "Produce RF using Biofuel, wich is made using a Bioreactor." + ], + dependencies: [ + "fac6a69a" + ], + tasks: [{ + uid: "a4e2cc61", + type: "item", + items: [{ + item: "industrialforegoing:biofuel_generator" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/d3644d9d.snbt b/config/ftbquests/normal/chapters/bdbc09f0/d3644d9d.snbt new file mode 100644 index 00000000..39a5e392 --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/d3644d9d.snbt @@ -0,0 +1,20 @@ +{ + x: 3.5d, + y: 9.0d, + text: [ + "Milk and slime? Gross..." + ], + dependencies: [ + "fac6a69a" + ], + tasks: [{ + uid: "98d0c1b9", + type: "item", + items: [{ + id: "extrautils2:machine", + tag: { + Type: "extrautils2:generator_slime" + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/d4607fdd.snbt b/config/ftbquests/normal/chapters/bdbc09f0/d4607fdd.snbt new file mode 100644 index 00000000..2ab547fd --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/d4607fdd.snbt @@ -0,0 +1,17 @@ +{ + x: 4.0d, + y: -10.0d, + text: [ + "Sweet, some unstable uranium isotope! Time to make this baby burn!" + ], + dependencies: [ + "d09d2a0f" + ], + tasks: [{ + uid: "562f859b", + type: "item", + items: [{ + item: "nuclearcraft:uranium" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/d6c40044.snbt b/config/ftbquests/normal/chapters/bdbc09f0/d6c40044.snbt new file mode 100644 index 00000000..59542b56 --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/d6c40044.snbt @@ -0,0 +1,28 @@ +{ + x: 3.0d, + y: -15.0d, + text: [ + "And californium works too!" + ], + dependencies: [ + "20ced27d" + ], + tasks: [{ + uid: "244c0f05", + type: "item", + items: [{ + id: "itemfilters:filter", + tag: { + display: { + Name: "Any depletedFuelHECf249" + } + }, + ForgeCaps: { + Parent: { + id: "ore", + data: "depletedFuelHECf249" + } + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/d703a9f9.snbt b/config/ftbquests/normal/chapters/bdbc09f0/d703a9f9.snbt new file mode 100644 index 00000000..70cf7740 --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/d703a9f9.snbt @@ -0,0 +1,19 @@ +{ + x: 5.0d, + y: -12.0d, + text: [ + "Plutonium, on earth, is generally used to make more efficient nuclear plans.", + "The best fission reaction happens using uranium, but plutonium is a pain in the ass to dispose of, so instead, it's better to run it through fission again.", + "With good reinforced fission casings, though, it still makes some *not horrible power" + ], + dependencies: [ + "a81c6e8e" + ], + tasks: [{ + uid: "3f6db10a", + type: "item", + items: [{ + item: "nuclearcraft:depleted_fuel_plutonium" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/d954adc2.snbt b/config/ftbquests/normal/chapters/bdbc09f0/d954adc2.snbt new file mode 100644 index 00000000..09a56cc2 --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/d954adc2.snbt @@ -0,0 +1,25 @@ +{ + x: 6.0d, + y: -1.0d, + text: [ + "The compression dynamy accepts a variety of fluid inputs to produce RF. ", + "Generally, the more steps it takes to obtain the fluid, the higher the energy output." + ], + dependencies: [ + "fac6a69a" + ], + tasks: [{ + uid: "146972cc", + type: "item", + items: [{ + id: "thermalexpansion:dynamo", + Damage: 2s, + tag: { + RSControl: 0b, + Facing: 1b, + Energy: 0, + Level: 0b + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/dc9ef23e.snbt b/config/ftbquests/normal/chapters/bdbc09f0/dc9ef23e.snbt new file mode 100644 index 00000000..c922109b --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/dc9ef23e.snbt @@ -0,0 +1,17 @@ +{ + x: -6.0d, + y: 0.0d, + text: [ + "This generator consumes leaves in a 7x7x7 range to produce RF." + ], + dependencies: [ + "fac6a69a" + ], + tasks: [{ + uid: "cc5efa62", + type: "item", + items: [{ + item: "actuallyadditions:block_leaf_generator" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/dd95098f.snbt b/config/ftbquests/normal/chapters/bdbc09f0/dd95098f.snbt new file mode 100644 index 00000000..6c5ad600 --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/dd95098f.snbt @@ -0,0 +1,18 @@ +{ + x: 7.0d, + y: -5.0d, + text: [ + "The simple flow of water can passively produce a small amount of RF from a water wheel connected to a dynamo.", + "The more flowing water, the higher the rate!" + ], + dependencies: [ + "01bb19f8" + ], + tasks: [{ + uid: "18ab62a8", + type: "item", + items: [{ + item: "immersiveengineering:wooden_device1" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/de7f5c0b.snbt b/config/ftbquests/normal/chapters/bdbc09f0/de7f5c0b.snbt new file mode 100644 index 00000000..59132e8c --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/de7f5c0b.snbt @@ -0,0 +1,17 @@ +{ + x: 7.0d, + y: -9.0d, + text: [ + "Time to change that!" + ], + dependencies: [ + "0ba6e4b6" + ], + tasks: [{ + uid: "8ab9046f", + type: "item", + items: [{ + item: "nuclearcraft:fuel_neptunium" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/df821540.snbt b/config/ftbquests/normal/chapters/bdbc09f0/df821540.snbt new file mode 100644 index 00000000..a2ec5d05 --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/df821540.snbt @@ -0,0 +1,17 @@ +{ + x: -8.0d, + y: -2.0d, + text: [ + "More compactness!" + ], + dependencies: [ + "6c98ef99" + ], + tasks: [{ + uid: "31d6470d", + type: "item", + items: [{ + item: "techreborn:solar_panel 1 2" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/e4537216.snbt b/config/ftbquests/normal/chapters/bdbc09f0/e4537216.snbt new file mode 100644 index 00000000..35da42c0 --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/e4537216.snbt @@ -0,0 +1,17 @@ +{ + x: -9.0d, + y: 3.0d, + text: [ + "More better solar panels!" + ], + dependencies: [ + "60f9c26b" + ], + tasks: [{ + uid: "f8176d2a", + type: "item", + items: [{ + item: "nuclearcraft:solar_panel_elite" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/eed6b883.snbt b/config/ftbquests/normal/chapters/bdbc09f0/eed6b883.snbt new file mode 100644 index 00000000..cd88d25e --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/eed6b883.snbt @@ -0,0 +1,20 @@ +{ + x: -2.5d, + y: 8.0d, + text: [ + "RF from ender pearls & ender eyers!" + ], + dependencies: [ + "fac6a69a" + ], + tasks: [{ + uid: "a4b0764e", + type: "item", + items: [{ + id: "extrautils2:machine", + tag: { + Type: "extrautils2:generator_ender" + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/f002661b.snbt b/config/ftbquests/normal/chapters/bdbc09f0/f002661b.snbt new file mode 100644 index 00000000..a70475d7 --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/f002661b.snbt @@ -0,0 +1,26 @@ +{ + x: 4.0d, + y: -13.0d, + text: [ + "Guess what? I made berkelium, and didn't have to blow up an entire arcipelago! The process is safe, and doesn't give birth to talking sponges!", + "Turns out that the Bikini Atoll experiments, thanks to some terran cooling, are not the only way of breeding this element!", + "" + ], + dependencies: [ + "c685bc6a" + ], + tasks: [{ + uid: "4346fa60", + type: "item", + items: [{ + item: "nuclearcraft:berkelium 1 4" + }] + }, + { + uid: "f213a7aa", + type: "item", + items: [{ + item: "nuclearcraft:berkelium" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/f0345e28.snbt b/config/ftbquests/normal/chapters/bdbc09f0/f0345e28.snbt new file mode 100644 index 00000000..0e32c281 --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/f0345e28.snbt @@ -0,0 +1,19 @@ +{ + x: 8.0d, + y: 0.0d, + dependencies: [ + "a407fb4d" + ], + tasks: [{ + uid: "fcbbbc48", + type: "item", + items: [{ + item: "minecraft:ghast_tear" + }] + }, + { + uid: "9a53d5dd", + type: "fluid", + fluid: "glowstone" + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/f352e4a2.snbt b/config/ftbquests/normal/chapters/bdbc09f0/f352e4a2.snbt new file mode 100644 index 00000000..5794a1ff --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/f352e4a2.snbt @@ -0,0 +1,17 @@ +{ + x: -8.0d, + y: -1.0d, + text: [ + "More Bettah!" + ], + dependencies: [ + "6246f9d3" + ], + tasks: [{ + uid: "f302bf35", + type: "item", + items: [{ + item: "enderio:block_solar_panel 1 2" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/f62851d6.snbt b/config/ftbquests/normal/chapters/bdbc09f0/f62851d6.snbt new file mode 100644 index 00000000..6fd27cb0 --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/f62851d6.snbt @@ -0,0 +1,19 @@ +{ + x: 8.0d, + y: -1.0d, + dependencies: [ + "d954adc2" + ], + tasks: [{ + uid: "2f277593", + type: "item", + items: [{ + item: "actuallyadditions:item_canola_seed" + }] + }, + { + uid: "c9641380", + type: "fluid", + fluid: "empoweredoil" + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/fac6a69a.snbt b/config/ftbquests/normal/chapters/bdbc09f0/fac6a69a.snbt new file mode 100644 index 00000000..c74ce576 --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/fac6a69a.snbt @@ -0,0 +1,17 @@ +{ + title: "Mo Powa Bebeh!", + x: 0.0d, + y: 0.0d, + text: [ + "Here is a list of all possible ways of producing RF.", + "Using all of them (but the endergenic) is encouraged!" + ], + dependencies: [ + "bc0ba902" + ], + tasks: [{ + uid: "aecdab97", + type: "checkmark", + title: "Mo Powa Bebeh" + }] +} diff --git a/config/ftbquests/normal/chapters/bdbc09f0/fe51a0d4.snbt b/config/ftbquests/normal/chapters/bdbc09f0/fe51a0d4.snbt new file mode 100644 index 00000000..a6314696 --- /dev/null +++ b/config/ftbquests/normal/chapters/bdbc09f0/fe51a0d4.snbt @@ -0,0 +1,18 @@ +{ + x: 7.0d, + y: -10.0d, + text: [ + "...and of course it worked! Terra may make things a bit too easy...", + "(or so that's what my players tell me sometimes)" + ], + dependencies: [ + "de7f5c0b" + ], + tasks: [{ + uid: "ed588c74", + type: "item", + items: [{ + item: "nuclearcraft:depleted_fuel_neptunium" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/006a5e9f.snbt b/config/ftbquests/normal/chapters/ddc89903/006a5e9f.snbt new file mode 100644 index 00000000..7f57bc2f --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/006a5e9f.snbt @@ -0,0 +1,14 @@ +{ + x: -11.0d, + y: 6.5d, + dependencies: [ + "fc5d626a" + ], + tasks: [{ + uid: "d4de0dce", + type: "item", + items: [{ + item: "integrateddynamics:part_audio_writer_item" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/0147a0ad.snbt b/config/ftbquests/normal/chapters/ddc89903/0147a0ad.snbt new file mode 100644 index 00000000..36c74ba3 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/0147a0ad.snbt @@ -0,0 +1,17 @@ +{ + x: 14.0d, + y: 0.5d, + text: [ + "Smart cables can carry up to 8 channels, and they display how many are being used." + ], + dependencies: [ + "468088c5" + ], + tasks: [{ + uid: "f0dfb3e6", + type: "item", + items: [{ + item: "appliedenergistics2:part 1 56" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/03073d9c.snbt b/config/ftbquests/normal/chapters/ddc89903/03073d9c.snbt new file mode 100644 index 00000000..b8caeb0f --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/03073d9c.snbt @@ -0,0 +1,35 @@ +{ + x: -14.0d, + y: -1.5d, + dependencies: [ + "4bfe0fef" + ], + tasks: [{ + uid: "baf170ce", + type: "item", + items: [{ + id: "buildcraftsilicon:plug_gate", + tag: { + gate: { + material: 2b, + modifier: 0b, + logic: 0b + } + } + }] + }, + { + uid: "c8184315", + type: "item", + items: [{ + id: "buildcraftsilicon:plug_gate", + tag: { + gate: { + material: 2b, + modifier: 0b, + logic: 1b + } + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/03940b3f.snbt b/config/ftbquests/normal/chapters/ddc89903/03940b3f.snbt new file mode 100644 index 00000000..cbf5b250 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/03940b3f.snbt @@ -0,0 +1,14 @@ +{ + x: -7.0d, + y: 9.5d, + dependencies: [ + "18a0c928" + ], + tasks: [{ + uid: "914004b5", + type: "item", + items: [{ + item: "thermaldynamics:duct_0 1 3" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/054263a6.snbt b/config/ftbquests/normal/chapters/ddc89903/054263a6.snbt new file mode 100644 index 00000000..458dbb27 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/054263a6.snbt @@ -0,0 +1,12 @@ +{ + x: -10.0d, + y: 0.5d, + dependencies: [ + "3f5fff5f" + ], + tasks: [{ + uid: "42ec34d1", + type: "checkmark", + title: "Automatic Crafters" + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/062aba4e.snbt b/config/ftbquests/normal/chapters/ddc89903/062aba4e.snbt new file mode 100644 index 00000000..26b8ede5 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/062aba4e.snbt @@ -0,0 +1,14 @@ +{ + x: 2.0d, + y: 8.5d, + dependencies: [ + "7ff83a05" + ], + tasks: [{ + uid: "888ca1e7", + type: "item", + items: [{ + item: "enderio:item_basic_item_filter" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/0670982c.snbt b/config/ftbquests/normal/chapters/ddc89903/0670982c.snbt new file mode 100644 index 00000000..43ef5fa0 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/0670982c.snbt @@ -0,0 +1,28 @@ +{ + x: -1.0d, + y: 7.5d, + dependencies: [ + "af9c5b71" + ], + tasks: [{ + uid: "63c3a6ec", + type: "item", + items: [{ + item: "buildcrafttransport:pipe_cobble_item" + }] + }, + { + uid: "e1c21f70", + type: "item", + items: [{ + item: "buildcrafttransport:pipe_stone_item" + }] + }, + { + uid: "7cd9896c", + type: "item", + items: [{ + item: "buildcrafttransport:pipe_quartz_item" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/06a57bec.snbt b/config/ftbquests/normal/chapters/ddc89903/06a57bec.snbt new file mode 100644 index 00000000..beac66bd --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/06a57bec.snbt @@ -0,0 +1,19 @@ +{ + x: -5.0d, + y: -12.0d, + dependencies: [ + "e3823ba7" + ], + tasks: [{ + uid: "9c839cf5", + type: "item", + items: [{ + id: "modularrouters:module", + Damage: 10s, + tag: { + Flags: 13b, + ModuleFilter: [] + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/06f393cb.snbt b/config/ftbquests/normal/chapters/ddc89903/06f393cb.snbt new file mode 100644 index 00000000..76d36a7e --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/06f393cb.snbt @@ -0,0 +1,28 @@ +{ + x: -4.0d, + y: 9.5d, + dependencies: [ + "39345c7d" + ], + tasks: [{ + uid: "08fe543e", + type: "item", + items: [{ + item: "draconicevolution:energy_crystal" + }] + }, + { + uid: "ba289d38", + type: "item", + items: [{ + item: "draconicevolution:energy_crystal 1 3" + }] + }, + { + uid: "635eb375", + type: "item", + items: [{ + item: "draconicevolution:energy_crystal 1 6" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/0768cd15.snbt b/config/ftbquests/normal/chapters/ddc89903/0768cd15.snbt new file mode 100644 index 00000000..909ec188 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/0768cd15.snbt @@ -0,0 +1,16 @@ +{ + title: "Item Management", + x: 0.0d, + y: 5.5d, + text: [ + "" + ], + dependencies: [ + "3f5fff5f" + ], + tasks: [{ + uid: "e0d12eba", + type: "checkmark", + title: "Transport" + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/077cbd1c.snbt b/config/ftbquests/normal/chapters/ddc89903/077cbd1c.snbt new file mode 100644 index 00000000..dfd6b50a --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/077cbd1c.snbt @@ -0,0 +1,14 @@ +{ + x: -13.0d, + y: -0.5d, + dependencies: [ + "374063f5" + ], + tasks: [{ + uid: "ccc9bd8c", + type: "item", + items: [{ + item: "rftools:crafter3" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/08ac2c9a.snbt b/config/ftbquests/normal/chapters/ddc89903/08ac2c9a.snbt new file mode 100644 index 00000000..89622021 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/08ac2c9a.snbt @@ -0,0 +1,14 @@ +{ + x: 14.0d, + y: 12.5d, + dependencies: [ + "87fda1d2" + ], + tasks: [{ + uid: "6248a049", + type: "item", + items: [{ + item: "cyclicmagic:block_vacuum" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/09e34d26.snbt b/config/ftbquests/normal/chapters/ddc89903/09e34d26.snbt new file mode 100644 index 00000000..41db131a --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/09e34d26.snbt @@ -0,0 +1,28 @@ +{ + x: 1.0d, + y: 14.5d, + dependencies: [ + "377b8892" + ], + tasks: [{ + uid: "dcd14de3", + type: "item", + items: [{ + item: "thermaldynamics:servo 1 4" + }] + }, + { + uid: "f82fc75c", + type: "item", + items: [{ + item: "thermaldynamics:filter 1 4" + }] + }, + { + uid: "77bc5bef", + type: "item", + items: [{ + item: "thermaldynamics:retriever 1 4" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/0a5a8f52.snbt b/config/ftbquests/normal/chapters/ddc89903/0a5a8f52.snbt new file mode 100644 index 00000000..1f199f41 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/0a5a8f52.snbt @@ -0,0 +1,14 @@ +{ + x: 8.0d, + y: -7.0d, + dependencies: [ + "d8cb2804" + ], + tasks: [{ + uid: "53cb12b2", + type: "item", + items: [{ + item: "techreborn:medium_voltage_su" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/0a78eae9.snbt b/config/ftbquests/normal/chapters/ddc89903/0a78eae9.snbt new file mode 100644 index 00000000..2573cfe9 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/0a78eae9.snbt @@ -0,0 +1,14 @@ +{ + x: -17.0d, + y: -7.5d, + dependencies: [ + "5098f04b" + ], + tasks: [{ + uid: "d76e4dd2", + type: "item", + items: [{ + item: "projectred-integration:gate 1 23" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/0afe7783.snbt b/config/ftbquests/normal/chapters/ddc89903/0afe7783.snbt new file mode 100644 index 00000000..7bcf2842 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/0afe7783.snbt @@ -0,0 +1,31 @@ +{ + x: 12.0d, + y: -0.5d, + text: [ + "ME storage busses use one channel to connect to an inventory. Any items contained in the inventory will become part of the network." + ], + dependencies: [ + "c886443f" + ], + tasks: [{ + uid: "2cbfa7fb", + type: "item", + items: [{ + item: "appliedenergistics2:part 1 220" + }] + }, + { + uid: "d4213253", + type: "item", + items: [{ + item: "appliedenergistics2:part 1 221" + }] + }, + { + uid: "cd619ed7", + type: "item", + items: [{ + item: "thaumicenergistics:essentia_storage" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/0b294bb0.snbt b/config/ftbquests/normal/chapters/ddc89903/0b294bb0.snbt new file mode 100644 index 00000000..1b6f2ca4 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/0b294bb0.snbt @@ -0,0 +1,14 @@ +{ + x: -20.0d, + y: 5.5d, + dependencies: [ + "fc5d626a" + ], + tasks: [{ + uid: "cedaff06", + type: "item", + items: [{ + item: "integrateddynamics:part_world_reader_item" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/0b4b4bbf.snbt b/config/ftbquests/normal/chapters/ddc89903/0b4b4bbf.snbt new file mode 100644 index 00000000..fe8d48df --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/0b4b4bbf.snbt @@ -0,0 +1,14 @@ +{ + x: -11.0d, + y: 0.5d, + dependencies: [ + "054263a6" + ], + tasks: [{ + uid: "f5881df4", + type: "item", + items: [{ + item: "buildcraftfactory:autoworkbench_item" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/0baedbfd.snbt b/config/ftbquests/normal/chapters/ddc89903/0baedbfd.snbt new file mode 100644 index 00000000..7fee41a4 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/0baedbfd.snbt @@ -0,0 +1,14 @@ +{ + x: 12.0d, + y: -2.5d, + dependencies: [ + "c886443f" + ], + tasks: [{ + uid: "14b9b985", + type: "item", + items: [{ + item: "appliedenergistics2:material 1 31" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/0bf17b44.snbt b/config/ftbquests/normal/chapters/ddc89903/0bf17b44.snbt new file mode 100644 index 00000000..45b8347e --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/0bf17b44.snbt @@ -0,0 +1,14 @@ +{ + x: -14.0d, + y: -7.5d, + dependencies: [ + "5098f04b" + ], + tasks: [{ + uid: "9dd75f9c", + type: "item", + items: [{ + item: "projectred-integration:gate 1 31" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/0c357fa7.snbt b/config/ftbquests/normal/chapters/ddc89903/0c357fa7.snbt new file mode 100644 index 00000000..21d7afe8 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/0c357fa7.snbt @@ -0,0 +1,14 @@ +{ + x: -16.0d, + y: 5.5d, + dependencies: [ + "fc5d626a" + ], + tasks: [{ + uid: "30937986", + type: "item", + items: [{ + item: "integrateddynamics:part_inventory_reader_item" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/0c57f1c4.snbt b/config/ftbquests/normal/chapters/ddc89903/0c57f1c4.snbt new file mode 100644 index 00000000..cbb3c8bb --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/0c57f1c4.snbt @@ -0,0 +1,16 @@ +{ + x: 18.0d, + y: -0.5d, + dependencies: [ + "c886443f" + ], + tasks: [{ + uid: "255da50a", + type: "item", + items: [{ + item: "thaumicenergistics:blank_knowledge_core" + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/0cb89ecd.snbt b/config/ftbquests/normal/chapters/ddc89903/0cb89ecd.snbt new file mode 100644 index 00000000..e5fd457e --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/0cb89ecd.snbt @@ -0,0 +1,14 @@ +{ + x: -3.0d, + y: 7.5d, + dependencies: [ + "6ae70f30" + ], + tasks: [{ + uid: "a5a365ca", + type: "item", + items: [{ + item: "randomthings:spectrecoil_redstone" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/0fc1d7a8.snbt b/config/ftbquests/normal/chapters/ddc89903/0fc1d7a8.snbt new file mode 100644 index 00000000..40b47a88 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/0fc1d7a8.snbt @@ -0,0 +1,14 @@ +{ + x: 17.0d, + y: -4.5d, + dependencies: [ + "c886443f" + ], + tasks: [{ + uid: "6bb5ee16", + type: "item", + items: [{ + item: "extendedcrafting:interface" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/0fc32133.snbt b/config/ftbquests/normal/chapters/ddc89903/0fc32133.snbt new file mode 100644 index 00000000..38d29067 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/0fc32133.snbt @@ -0,0 +1,14 @@ +{ + x: -16.0d, + y: -7.5d, + dependencies: [ + "5098f04b" + ], + tasks: [{ + uid: "9c39f2d5", + type: "item", + items: [{ + item: "projectred-integration:gate 1 24" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/1084ae17.snbt b/config/ftbquests/normal/chapters/ddc89903/1084ae17.snbt new file mode 100644 index 00000000..0b65e006 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/1084ae17.snbt @@ -0,0 +1,14 @@ +{ + x: -1.0d, + y: 14.5d, + dependencies: [ + "af9c5b71" + ], + tasks: [{ + uid: "18d317c5", + type: "item", + items: [{ + item: "buildcrafttransport:pipe_clay_item" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/10923436.snbt b/config/ftbquests/normal/chapters/ddc89903/10923436.snbt new file mode 100644 index 00000000..b387c78c --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/10923436.snbt @@ -0,0 +1,22 @@ +{ + x: -1.0d, + y: -6.0d, + text: [ + "Danks can be upgraded into storage units that can be plugged into digital storage systems. WAAAY better than barrels!" + ], + dependencies: [ + "3e43ff11" + ], + tasks: [{ + uid: "b6b93df2", + type: "item", + items: [{ + id: "dankstorage:dank_1", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/1098fc8a.snbt b/config/ftbquests/normal/chapters/ddc89903/1098fc8a.snbt new file mode 100644 index 00000000..97e42d7e --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/1098fc8a.snbt @@ -0,0 +1,14 @@ +{ + x: -13.0d, + y: -8.5d, + dependencies: [ + "5098f04b" + ], + tasks: [{ + uid: "ef82f8a3", + type: "item", + items: [{ + item: "projectred-integration:gate 1 22" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/1155189a.snbt b/config/ftbquests/normal/chapters/ddc89903/1155189a.snbt new file mode 100644 index 00000000..c3487f8e --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/1155189a.snbt @@ -0,0 +1,14 @@ +{ + x: -12.0d, + y: -5.5d, + dependencies: [ + "5098f04b" + ], + tasks: [{ + uid: "cc3855a4", + type: "item", + items: [{ + item: "projectred-integration:gate 1 10" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/116f439c.snbt b/config/ftbquests/normal/chapters/ddc89903/116f439c.snbt new file mode 100644 index 00000000..18f8facb --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/116f439c.snbt @@ -0,0 +1,35 @@ +{ + x: -5.0d, + y: 6.5d, + dependencies: [ + "e1ae6499" + ], + tasks: [{ + uid: "06b8d8c1", + type: "item", + items: [{ + item: "fluxnetworks:fluxplug" + }] + }, + { + uid: "08f5ae35", + type: "item", + items: [{ + item: "fluxnetworks:fluxpoint" + }] + }, + { + uid: "9a31fab5", + type: "item", + items: [{ + item: "fluxnetworks:fluxcontroller" + }] + }, + { + uid: "4b29273a", + type: "item", + items: [{ + item: "fluxnetworks:fluxstorage" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/11d64e48.snbt b/config/ftbquests/normal/chapters/ddc89903/11d64e48.snbt new file mode 100644 index 00000000..91f2ff6c --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/11d64e48.snbt @@ -0,0 +1,23 @@ +{ + x: 5.0d, + y: -8.0d, + dependencies: [ + "e6ef6e52" + ], + tasks: [{ + uid: "b15ecb9d", + type: "item", + items: [{ + id: "enderio:block_tank", + Damage: 1s, + tag: { + "enderio:data": { + tank: { + Empty: "", + Capacity: 32000 + } + } + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/13304078.snbt b/config/ftbquests/normal/chapters/ddc89903/13304078.snbt new file mode 100644 index 00000000..e35067d2 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/13304078.snbt @@ -0,0 +1,14 @@ +{ + x: -3.0d, + y: -9.0d, + dependencies: [ + "e3823ba7" + ], + tasks: [{ + uid: "6c166a4d", + type: "item", + items: [{ + item: "modularrouters:upgrade 1 2" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/138cf168.snbt b/config/ftbquests/normal/chapters/ddc89903/138cf168.snbt new file mode 100644 index 00000000..c34fcf53 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/138cf168.snbt @@ -0,0 +1,14 @@ +{ + x: -7.0d, + y: 6.5d, + dependencies: [ + "e1ae6499" + ], + tasks: [{ + uid: "09d4a16e", + type: "item", + items: [{ + item: "thermaldynamics:duct_0" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/13ca776b.snbt b/config/ftbquests/normal/chapters/ddc89903/13ca776b.snbt new file mode 100644 index 00000000..e3225c9d --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/13ca776b.snbt @@ -0,0 +1,14 @@ +{ + x: 2.0d, + y: 15.5d, + dependencies: [ + "062aba4e" + ], + tasks: [{ + uid: "f3ba0c2e", + type: "item", + items: [{ + item: "enderio:item_enchantment_filter_normal" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/14831b7e.snbt b/config/ftbquests/normal/chapters/ddc89903/14831b7e.snbt new file mode 100644 index 00000000..178da2f8 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/14831b7e.snbt @@ -0,0 +1,14 @@ +{ + x: 3.0d, + y: 6.5d, + dependencies: [ + "0768cd15" + ], + tasks: [{ + uid: "41563c74", + type: "item", + items: [{ + item: "actuallyadditions:block_laser_relay_item" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/148c0578.snbt b/config/ftbquests/normal/chapters/ddc89903/148c0578.snbt new file mode 100644 index 00000000..10b6f028 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/148c0578.snbt @@ -0,0 +1,26 @@ +{ + x: -13.0d, + y: -2.5d, + dependencies: [ + "5098f04b" + ], + tasks: [{ + uid: "2b0415ca", + type: "item", + items: [{ + id: "itemfilters:filter", + tag: { + display: { + Name: "Any projredInsulatedWire" + } + }, + ForgeCaps: { + Parent: { + id: "ore", + data: "projredInsulatedWire" + } + } + }], + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/153f7c0a.snbt b/config/ftbquests/normal/chapters/ddc89903/153f7c0a.snbt new file mode 100644 index 00000000..ee2ff496 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/153f7c0a.snbt @@ -0,0 +1,14 @@ +{ + x: 17.0d, + y: -0.5d, + dependencies: [ + "c886443f" + ], + tasks: [{ + uid: "390c922c", + type: "item", + items: [{ + item: "appliedenergistics2:molecular_assembler" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/15544e80.snbt b/config/ftbquests/normal/chapters/ddc89903/15544e80.snbt new file mode 100644 index 00000000..68b22f8a --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/15544e80.snbt @@ -0,0 +1,36 @@ +{ + x: 2.0d, + y: 16.5d, + dependencies: [ + "062aba4e", + "8cb8bef2" + ], + tasks: [{ + uid: "81343e5a", + type: "item", + items: [{ + item: "enderio:item_big_item_filter" + }] + }, + { + uid: "e5a5138d", + type: "item", + items: [{ + item: "enderio:item_big_advanced_item_filter" + }] + }, + { + uid: "84c0afd4", + type: "item", + items: [{ + item: "enderio:item_soul_filter_big" + }] + }, + { + uid: "01a489c4", + type: "item", + items: [{ + item: "enderio:item_enchantment_filter_big" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/1560299e.snbt b/config/ftbquests/normal/chapters/ddc89903/1560299e.snbt new file mode 100644 index 00000000..914e12c4 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/1560299e.snbt @@ -0,0 +1,14 @@ +{ + x: -12.0d, + y: -4.5d, + dependencies: [ + "5098f04b" + ], + tasks: [{ + uid: "11b8a902", + type: "item", + items: [{ + item: "projectred-integration:gate 1 17" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/18a0c928.snbt b/config/ftbquests/normal/chapters/ddc89903/18a0c928.snbt new file mode 100644 index 00000000..12e7af64 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/18a0c928.snbt @@ -0,0 +1,14 @@ +{ + x: -7.0d, + y: 8.5d, + dependencies: [ + "7b45ecfb" + ], + tasks: [{ + uid: "1f61d21a", + type: "item", + items: [{ + item: "thermaldynamics:duct_0 1 2" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/191541f2.snbt b/config/ftbquests/normal/chapters/ddc89903/191541f2.snbt new file mode 100644 index 00000000..5546e4fa --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/191541f2.snbt @@ -0,0 +1,21 @@ +{ + x: 1.0d, + y: 7.5d, + dependencies: [ + "694fd3a1" + ], + tasks: [{ + uid: "82688a9a", + type: "item", + items: [{ + item: "thermaldynamics:duct_32 1 2" + }] + }, + { + uid: "979ee6e0", + type: "item", + items: [{ + item: "thermaldynamics:duct_32 1 3" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/196ef489.snbt b/config/ftbquests/normal/chapters/ddc89903/196ef489.snbt new file mode 100644 index 00000000..beaf03fa --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/196ef489.snbt @@ -0,0 +1,14 @@ +{ + x: 7.0d, + y: -7.0d, + dependencies: [ + "d8cb2804" + ], + tasks: [{ + uid: "ae53a3e1", + type: "item", + items: [{ + item: "enderio:block_cap_bank 1 1" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/196f3446.snbt b/config/ftbquests/normal/chapters/ddc89903/196f3446.snbt new file mode 100644 index 00000000..74dfe099 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/196f3446.snbt @@ -0,0 +1,14 @@ +{ + x: 2.0d, + y: -7.0d, + dependencies: [ + "20e690fa" + ], + tasks: [{ + uid: "70fedf00", + type: "item", + items: [{ + item: "actuallyadditions:block_giant_chest_medium" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/1a4023ea.snbt b/config/ftbquests/normal/chapters/ddc89903/1a4023ea.snbt new file mode 100644 index 00000000..29a07565 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/1a4023ea.snbt @@ -0,0 +1,28 @@ +{ + x: -4.0d, + y: 10.5d, + dependencies: [ + "06f393cb" + ], + tasks: [{ + uid: "5dff2507", + type: "item", + items: [{ + item: "draconicevolution:energy_crystal 1 1" + }] + }, + { + uid: "5d57db60", + type: "item", + items: [{ + item: "draconicevolution:energy_crystal 1 4" + }] + }, + { + uid: "976a050e", + type: "item", + items: [{ + item: "draconicevolution:energy_crystal 1 7" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/1b51e771.snbt b/config/ftbquests/normal/chapters/ddc89903/1b51e771.snbt new file mode 100644 index 00000000..a88c37bf --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/1b51e771.snbt @@ -0,0 +1,21 @@ +{ + x: 1.0d, + y: 8.5d, + dependencies: [ + "191541f2" + ], + tasks: [{ + uid: "28a63cee", + type: "item", + items: [{ + item: "thermaldynamics:duct_32 1 4" + }] + }, + { + uid: "4d254fb5", + type: "item", + items: [{ + item: "thermaldynamics:duct_32 1 5" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/1b981452.snbt b/config/ftbquests/normal/chapters/ddc89903/1b981452.snbt new file mode 100644 index 00000000..51eff62a --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/1b981452.snbt @@ -0,0 +1,21 @@ +{ + x: 1.0d, + y: 9.5d, + dependencies: [ + "1b51e771" + ], + tasks: [{ + uid: "a011118f", + type: "item", + items: [{ + item: "thermaldynamics:duct_32 1 6" + }] + }, + { + uid: "c05ae18f", + type: "item", + items: [{ + item: "thermaldynamics:duct_32 1 7" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/1bad187c.snbt b/config/ftbquests/normal/chapters/ddc89903/1bad187c.snbt new file mode 100644 index 00000000..3cc85ad2 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/1bad187c.snbt @@ -0,0 +1,20 @@ +{ + x: 12.0d, + y: -5.5d, + dependencies: [ + "279d7e23" + ], + tasks: [{ + uid: "35a8a17e", + type: "item", + items: [{ + id: "xnet:netcable", + Damage: 4s, + tag: { + display: { + LocName: "tile.xnet.netcable_routing.name" + } + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/1c88fe27.snbt b/config/ftbquests/normal/chapters/ddc89903/1c88fe27.snbt new file mode 100644 index 00000000..bda2c0ba --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/1c88fe27.snbt @@ -0,0 +1,22 @@ +{ + x: -1.0d, + y: -9.0d, + text: [ + "The upgrades keep on coming!" + ], + dependencies: [ + "2791908f" + ], + tasks: [{ + uid: "d798b731", + type: "item", + items: [{ + id: "dankstorage:dank_4", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/1cc1f0c3.snbt b/config/ftbquests/normal/chapters/ddc89903/1cc1f0c3.snbt new file mode 100644 index 00000000..eccd0b0e --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/1cc1f0c3.snbt @@ -0,0 +1,35 @@ +{ + x: -9.0d, + y: 6.5d, + dependencies: [ + "e1ae6499" + ], + tasks: [{ + uid: "941323a4", + type: "item", + items: [{ + item: "immersiveengineering:connector" + }] + }, + { + uid: "c8083825", + type: "item", + items: [{ + item: "immersiveengineering:connector 1 1" + }] + }, + { + uid: "4c68e396", + type: "item", + items: [{ + item: "immersiveengineering:wirecoil" + }] + }, + { + uid: "9829599f", + type: "item", + items: [{ + item: "immersiveengineering:wirecoil 1 6" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/1e2ca7c9.snbt b/config/ftbquests/normal/chapters/ddc89903/1e2ca7c9.snbt new file mode 100644 index 00000000..bb9dd132 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/1e2ca7c9.snbt @@ -0,0 +1,14 @@ +{ + x: 2.0d, + y: 11.5d, + dependencies: [ + "062aba4e" + ], + tasks: [{ + uid: "0c00fdaf", + type: "item", + items: [{ + item: "enderio:item_existing_item_filter" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/1e3dc2fe.snbt b/config/ftbquests/normal/chapters/ddc89903/1e3dc2fe.snbt new file mode 100644 index 00000000..cdf2834c --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/1e3dc2fe.snbt @@ -0,0 +1,14 @@ +{ + x: -13.0d, + y: -3.5d, + dependencies: [ + "5098f04b" + ], + tasks: [{ + uid: "85fe7486", + type: "item", + items: [{ + item: "projectred-integration:gate 1 2" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/1eda60eb.snbt b/config/ftbquests/normal/chapters/ddc89903/1eda60eb.snbt new file mode 100644 index 00000000..2633f37e --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/1eda60eb.snbt @@ -0,0 +1,22 @@ +{ + x: -1.0d, + y: -10.0d, + text: [ + "The upgrades keep on coming!" + ], + dependencies: [ + "1c88fe27" + ], + tasks: [{ + uid: "ef58fe97", + type: "item", + items: [{ + id: "dankstorage:dank_5", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/1f69c255.snbt b/config/ftbquests/normal/chapters/ddc89903/1f69c255.snbt new file mode 100644 index 00000000..c39d0441 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/1f69c255.snbt @@ -0,0 +1,14 @@ +{ + x: -6.0d, + y: 11.5d, + dependencies: [ + "d3898cd8" + ], + tasks: [{ + uid: "0dc62412", + type: "item", + items: [{ + item: "enderio:item_endergy_conduit 1 10" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/1f802b7c.snbt b/config/ftbquests/normal/chapters/ddc89903/1f802b7c.snbt new file mode 100644 index 00000000..5af3c67c --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/1f802b7c.snbt @@ -0,0 +1,14 @@ +{ + x: 5.0d, + y: 9.5d, + dependencies: [ + "23968262" + ], + tasks: [{ + uid: "a33ec274", + type: "item", + items: [{ + item: "buildcrafttransport:pipe_iron_fluid" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/20e690fa.snbt b/config/ftbquests/normal/chapters/ddc89903/20e690fa.snbt new file mode 100644 index 00000000..b0634502 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/20e690fa.snbt @@ -0,0 +1,14 @@ +{ + x: 2.0d, + y: -6.0d, + dependencies: [ + "3e43ff11" + ], + tasks: [{ + uid: "c06880aa", + type: "item", + items: [{ + item: "actuallyadditions:block_giant_chest" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/2146e6c8.snbt b/config/ftbquests/normal/chapters/ddc89903/2146e6c8.snbt new file mode 100644 index 00000000..d33a8c09 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/2146e6c8.snbt @@ -0,0 +1,14 @@ +{ + x: 8.0d, + y: 7.5d, + dependencies: [ + "74b93bd2" + ], + tasks: [{ + uid: "8115f919", + type: "item", + items: [{ + item: "enderio:item_liquid_conduit 1 1" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/215701a3.snbt b/config/ftbquests/normal/chapters/ddc89903/215701a3.snbt new file mode 100644 index 00000000..f0a0ed1f --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/215701a3.snbt @@ -0,0 +1,14 @@ +{ + x: -17.0d, + y: 9.5d, + dependencies: [ + "fc5d626a" + ], + tasks: [{ + uid: "03095e31", + type: "item", + items: [{ + item: "integratedtunnels:part_exporter_world_block_item" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/21d27045.snbt b/config/ftbquests/normal/chapters/ddc89903/21d27045.snbt new file mode 100644 index 00000000..d5c5efc2 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/21d27045.snbt @@ -0,0 +1,14 @@ +{ + x: -11.0d, + y: -0.5d, + dependencies: [ + "054263a6" + ], + tasks: [{ + uid: "b4b8c4c0", + type: "item", + items: [{ + item: "rftools:crafter1" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/21e72e5b.snbt b/config/ftbquests/normal/chapters/ddc89903/21e72e5b.snbt new file mode 100644 index 00000000..362c9b2a --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/21e72e5b.snbt @@ -0,0 +1,14 @@ +{ + x: -14.0d, + y: 5.5d, + dependencies: [ + "fc5d626a" + ], + tasks: [{ + uid: "e9b710c3", + type: "item", + items: [{ + item: "integrateddynamics:part_extradimensional_reader_item" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/23968262.snbt b/config/ftbquests/normal/chapters/ddc89903/23968262.snbt new file mode 100644 index 00000000..65907cdd --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/23968262.snbt @@ -0,0 +1,21 @@ +{ + x: 5.0d, + y: 6.5d, + dependencies: [ + "df008ef0" + ], + tasks: [{ + uid: "3b2edb48", + type: "item", + items: [{ + item: "buildcrafttransport:pipe_wood_fluid" + }] + }, + { + uid: "e6440fbb", + type: "item", + items: [{ + item: "buildcraftcore:engine" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/2426874a.snbt b/config/ftbquests/normal/chapters/ddc89903/2426874a.snbt new file mode 100644 index 00000000..71e8b5a4 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/2426874a.snbt @@ -0,0 +1,14 @@ +{ + x: -11.0d, + y: 1.5d, + dependencies: [ + "054263a6" + ], + tasks: [{ + uid: "8dc9c830", + type: "item", + items: [{ + item: "projectred-expansion:machine2 1 11" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/247c39ec.snbt b/config/ftbquests/normal/chapters/ddc89903/247c39ec.snbt new file mode 100644 index 00000000..1134b026 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/247c39ec.snbt @@ -0,0 +1,21 @@ +{ + x: 2.0d, + y: 7.5d, + dependencies: [ + "7ff83a05" + ], + tasks: [{ + uid: "15a449e6", + type: "item", + items: [{ + item: "enderio:item_extract_speed_upgrade" + }] + }, + { + uid: "17a68d9e", + type: "item", + items: [{ + item: "enderio:item_extract_speed_downgrade" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/267490bc.snbt b/config/ftbquests/normal/chapters/ddc89903/267490bc.snbt new file mode 100644 index 00000000..3562586f --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/267490bc.snbt @@ -0,0 +1,14 @@ +{ + x: 11.0d, + y: 11.5d, + dependencies: [ + "87fda1d2" + ], + tasks: [{ + uid: "173e2323", + type: "item", + items: [{ + item: "actuallyadditions:block_fluid_placer" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/277455cb.snbt b/config/ftbquests/normal/chapters/ddc89903/277455cb.snbt new file mode 100644 index 00000000..b4565ee9 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/277455cb.snbt @@ -0,0 +1,28 @@ +{ + x: 5.0d, + y: 7.5d, + dependencies: [ + "23968262" + ], + tasks: [{ + uid: "0a38a033", + type: "item", + items: [{ + item: "buildcrafttransport:pipe_cobble_fluid" + }] + }, + { + uid: "d9a4e3f5", + type: "item", + items: [{ + item: "buildcrafttransport:pipe_stone_fluid" + }] + }, + { + uid: "e438e9e8", + type: "item", + items: [{ + item: "buildcrafttransport:pipe_quartz_fluid" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/2791908f.snbt b/config/ftbquests/normal/chapters/ddc89903/2791908f.snbt new file mode 100644 index 00000000..6bd75bb8 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/2791908f.snbt @@ -0,0 +1,22 @@ +{ + x: -1.0d, + y: -8.0d, + text: [ + "The upgrades keep on coming!" + ], + dependencies: [ + "8ade682e" + ], + tasks: [{ + uid: "95210d09", + type: "item", + items: [{ + id: "dankstorage:dank_3", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/279d7e23.snbt b/config/ftbquests/normal/chapters/ddc89903/279d7e23.snbt new file mode 100644 index 00000000..d16cd309 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/279d7e23.snbt @@ -0,0 +1,12 @@ +{ + title: "Xnet", + x: 10.0d, + y: -3.5d, + dependencies: [ + "3f5fff5f" + ], + tasks: [{ + uid: "33ddf804", + type: "checkmark" + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/28da3c78.snbt b/config/ftbquests/normal/chapters/ddc89903/28da3c78.snbt new file mode 100644 index 00000000..7e0ace03 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/28da3c78.snbt @@ -0,0 +1,14 @@ +{ + x: 5.0d, + y: 10.5d, + dependencies: [ + "23968262" + ], + tasks: [{ + uid: "edf2ab48", + type: "item", + items: [{ + item: "buildcrafttransport:pipe_diamond_fluid" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/29b80d31.snbt b/config/ftbquests/normal/chapters/ddc89903/29b80d31.snbt new file mode 100644 index 00000000..cb3b770a --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/29b80d31.snbt @@ -0,0 +1,12 @@ +{ + x: 7.0d, + y: -5.0d, + dependencies: [ + "3f5fff5f" + ], + tasks: [{ + uid: "7ae96d3d", + type: "checkmark", + title: "Energy Storage" + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/29f35bf4.snbt b/config/ftbquests/normal/chapters/ddc89903/29f35bf4.snbt new file mode 100644 index 00000000..2644901a --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/29f35bf4.snbt @@ -0,0 +1,14 @@ +{ + x: -1.0d, + y: 12.5d, + dependencies: [ + "af9c5b71" + ], + tasks: [{ + uid: "d2f36112", + type: "item", + items: [{ + item: "buildcrafttransport:pipe_obsidian_item" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/2b25a876.snbt b/config/ftbquests/normal/chapters/ddc89903/2b25a876.snbt new file mode 100644 index 00000000..cfe274a0 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/2b25a876.snbt @@ -0,0 +1,14 @@ +{ + x: 14.0d, + y: 2.5d, + dependencies: [ + "381a4121" + ], + tasks: [{ + uid: "85c552f5", + type: "item", + items: [{ + item: "appliedenergistics2:creative_energy_cell" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/2b34da2a.snbt b/config/ftbquests/normal/chapters/ddc89903/2b34da2a.snbt new file mode 100644 index 00000000..b3aed9b1 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/2b34da2a.snbt @@ -0,0 +1,14 @@ +{ + x: 14.0d, + y: -2.5d, + dependencies: [ + "c886443f" + ], + tasks: [{ + uid: "2cffa747", + type: "item", + items: [{ + item: "appliedenergistics2:material 1 26" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/2b7cd439.snbt b/config/ftbquests/normal/chapters/ddc89903/2b7cd439.snbt new file mode 100644 index 00000000..2c579413 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/2b7cd439.snbt @@ -0,0 +1,39 @@ +{ + x: 15.0d, + y: -5.5d, + dependencies: [ + "8da6d2ea" + ], + tasks: [{ + uid: "5b654523", + type: "item", + items: [{ + id: "extracells:storage.physical", + Damage: 1s, + tag: { + upgrades: {}, + config: {}, + fuzzyMode: "IGNORE_ALL" + }, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_nbt: 1b + }, + { + uid: "79752ec7", + type: "item", + items: [{ + id: "extracells:storage.fluid", + Damage: 5s, + tag: { + fuzzyMode: "IGNORE_ALL" + }, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/2ba6515b.snbt b/config/ftbquests/normal/chapters/ddc89903/2ba6515b.snbt new file mode 100644 index 00000000..07708db3 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/2ba6515b.snbt @@ -0,0 +1,12 @@ +{ + x: 4.0d, + y: -5.0d, + dependencies: [ + "3f5fff5f" + ], + tasks: [{ + uid: "deb77db2", + type: "checkmark", + title: "Fluid Storage" + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/2cc71b43.snbt b/config/ftbquests/normal/chapters/ddc89903/2cc71b43.snbt new file mode 100644 index 00000000..9c4fbdf1 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/2cc71b43.snbt @@ -0,0 +1,14 @@ +{ + x: -8.0d, + y: -7.0d, + dependencies: [ + "e3823ba7" + ], + tasks: [{ + uid: "cc948362", + type: "item", + items: [{ + item: "modularrouters:augment" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/2d27c4ef.snbt b/config/ftbquests/normal/chapters/ddc89903/2d27c4ef.snbt new file mode 100644 index 00000000..62410558 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/2d27c4ef.snbt @@ -0,0 +1,14 @@ +{ + x: -12.0d, + y: 10.5d, + dependencies: [ + "fc5d626a" + ], + tasks: [{ + uid: "30d56a56", + type: "item", + items: [{ + item: "integrateddynamics:part_connector_omni_directional_item" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/2db5fac7.snbt b/config/ftbquests/normal/chapters/ddc89903/2db5fac7.snbt new file mode 100644 index 00000000..d1314591 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/2db5fac7.snbt @@ -0,0 +1,48 @@ +{ + x: 15.0d, + y: -2.5d, + dependencies: [ + "d110f5ad" + ], + tasks: [{ + uid: "d9f64231", + type: "item", + items: [{ + id: "appliedenergistics2:storage_cell_16k", + tag: {}, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }, + { + uid: "e306fd7c", + type: "item", + items: [{ + id: "appliedenergistics2:fluid_storage_cell_16k", + tag: {}, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }, + { + uid: "d718ce5f", + type: "item", + items: [{ + id: "thaumicenergistics:essentia_cell_16k", + tag: { + filter: {} + }, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/2e52b7f6.snbt b/config/ftbquests/normal/chapters/ddc89903/2e52b7f6.snbt new file mode 100644 index 00000000..7e96dce7 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/2e52b7f6.snbt @@ -0,0 +1,14 @@ +{ + x: -12.0d, + y: -8.5d, + dependencies: [ + "5098f04b" + ], + tasks: [{ + uid: "67aaabbb", + type: "item", + items: [{ + item: "projectred-integration:gate 1 30" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/2e929193.snbt b/config/ftbquests/normal/chapters/ddc89903/2e929193.snbt new file mode 100644 index 00000000..b53f3b43 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/2e929193.snbt @@ -0,0 +1,14 @@ +{ + x: -13.0d, + y: 0.5d, + dependencies: [ + "054263a6" + ], + tasks: [{ + uid: "cdc72d97", + type: "item", + items: [{ + item: "extrautils2:analogcrafter" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/30ed9381.snbt b/config/ftbquests/normal/chapters/ddc89903/30ed9381.snbt new file mode 100644 index 00000000..23e7ebfc --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/30ed9381.snbt @@ -0,0 +1,14 @@ +{ + x: -16.0d, + y: 8.5d, + dependencies: [ + "fc5d626a" + ], + tasks: [{ + uid: "366dc575", + type: "item", + items: [{ + item: "integratedtunnels:part_importer_world_fluid_item" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/31072427.snbt b/config/ftbquests/normal/chapters/ddc89903/31072427.snbt new file mode 100644 index 00000000..ed0c7b95 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/31072427.snbt @@ -0,0 +1,14 @@ +{ + x: 0.0d, + y: -12.0d, + dependencies: [ + "c67428de" + ], + tasks: [{ + uid: "f5a4030d", + type: "item", + items: [{ + item: "ironchest:iron_chest 1 6" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/31342947.snbt b/config/ftbquests/normal/chapters/ddc89903/31342947.snbt new file mode 100644 index 00000000..3b301ddf --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/31342947.snbt @@ -0,0 +1,14 @@ +{ + x: 13.0d, + y: -1.5d, + dependencies: [ + "c886443f" + ], + tasks: [{ + uid: "d7a6cce0", + type: "item", + items: [{ + item: "appliedenergistics2:material 1 53" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/31a9357b.snbt b/config/ftbquests/normal/chapters/ddc89903/31a9357b.snbt new file mode 100644 index 00000000..a7511255 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/31a9357b.snbt @@ -0,0 +1,14 @@ +{ + x: -14.0d, + y: -6.5d, + dependencies: [ + "5098f04b" + ], + tasks: [{ + uid: "a32959bd", + type: "item", + items: [{ + item: "projectred-integration:gate 1 14" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/31e4e35c.snbt b/config/ftbquests/normal/chapters/ddc89903/31e4e35c.snbt new file mode 100644 index 00000000..287e519d --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/31e4e35c.snbt @@ -0,0 +1,14 @@ +{ + x: 2.0d, + y: 13.5d, + dependencies: [ + "062aba4e" + ], + tasks: [{ + uid: "28b3b006", + type: "item", + items: [{ + item: "enderio:item_power_item_filter" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/32184a9f.snbt b/config/ftbquests/normal/chapters/ddc89903/32184a9f.snbt new file mode 100644 index 00000000..c08bcd0f --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/32184a9f.snbt @@ -0,0 +1,14 @@ +{ + x: -8.0d, + y: 8.5d, + dependencies: [ + "83579900" + ], + tasks: [{ + uid: "a25b9c5b", + type: "item", + items: [{ + item: "techreborn:cable 1 7" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/33fa20de.snbt b/config/ftbquests/normal/chapters/ddc89903/33fa20de.snbt new file mode 100644 index 00000000..38a8e171 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/33fa20de.snbt @@ -0,0 +1,14 @@ +{ + x: 15.0d, + y: 5.5d, + dependencies: [ + "c886443f" + ], + tasks: [{ + uid: "df4ed399", + type: "item", + items: [{ + item: "thaumicenergistics:arcane_terminal" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/35609e1d.snbt b/config/ftbquests/normal/chapters/ddc89903/35609e1d.snbt new file mode 100644 index 00000000..1e24c6ff --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/35609e1d.snbt @@ -0,0 +1,15 @@ +{ + x: 8.0d, + y: -9.0d, + dependencies: [ + "48bcfc54", + "cdd5920b" + ], + tasks: [{ + uid: "2062e283", + type: "item", + items: [{ + item: "draconicevolution:particle_generator 1 2" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/358f64ee.snbt b/config/ftbquests/normal/chapters/ddc89903/358f64ee.snbt new file mode 100644 index 00000000..6f95502c --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/358f64ee.snbt @@ -0,0 +1,14 @@ +{ + x: 16.0d, + y: -4.5d, + dependencies: [ + "c886443f" + ], + tasks: [{ + uid: "cf43d750", + type: "item", + items: [{ + item: "ae2fc:dual_interface" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/35993d05.snbt b/config/ftbquests/normal/chapters/ddc89903/35993d05.snbt new file mode 100644 index 00000000..116c61c4 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/35993d05.snbt @@ -0,0 +1,14 @@ +{ + x: -13.0d, + y: -6.5d, + dependencies: [ + "5098f04b" + ], + tasks: [{ + uid: "941b34cf", + type: "item", + items: [{ + item: "projectred-integration:gate 1 12" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/35cee133.snbt b/config/ftbquests/normal/chapters/ddc89903/35cee133.snbt new file mode 100644 index 00000000..787d8439 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/35cee133.snbt @@ -0,0 +1,21 @@ +{ + x: -4.0d, + y: -9.0d, + dependencies: [ + "e3823ba7" + ], + tasks: [{ + uid: "283f851a", + type: "item", + items: [{ + id: "modularrouters:module", + Damage: 14s, + tag: { + Flags: 13b, + ModuleFilter: [], + MaxTransfer: 1000, + FluidDir: 0b + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/3688dee9.snbt b/config/ftbquests/normal/chapters/ddc89903/3688dee9.snbt new file mode 100644 index 00000000..fae9208d --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/3688dee9.snbt @@ -0,0 +1,19 @@ +{ + x: -6.0d, + y: -10.0d, + dependencies: [ + "e3823ba7" + ], + tasks: [{ + uid: "2f1d4c12", + type: "item", + items: [{ + id: "modularrouters:module", + Damage: 3s, + tag: { + Flags: 13b, + ModuleFilter: [] + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/373d0f7c.snbt b/config/ftbquests/normal/chapters/ddc89903/373d0f7c.snbt new file mode 100644 index 00000000..10fe4189 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/373d0f7c.snbt @@ -0,0 +1,14 @@ +{ + x: 15.0d, + y: 3.5d, + dependencies: [ + "c886443f" + ], + tasks: [{ + uid: "2f9c19f2", + type: "item", + items: [{ + item: "appliedenergistics2:part 1 520" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/374063f5.snbt b/config/ftbquests/normal/chapters/ddc89903/374063f5.snbt new file mode 100644 index 00000000..b46b296c --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/374063f5.snbt @@ -0,0 +1,14 @@ +{ + x: -12.0d, + y: -0.5d, + dependencies: [ + "21d27045" + ], + tasks: [{ + uid: "d4b392fa", + type: "item", + items: [{ + item: "rftools:crafter2" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/377b8892.snbt b/config/ftbquests/normal/chapters/ddc89903/377b8892.snbt new file mode 100644 index 00000000..959b6ad5 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/377b8892.snbt @@ -0,0 +1,28 @@ +{ + x: 1.0d, + y: 13.5d, + dependencies: [ + "55476dca" + ], + tasks: [{ + uid: "1ad40511", + type: "item", + items: [{ + item: "thermaldynamics:servo 1 3" + }] + }, + { + uid: "51ce980a", + type: "item", + items: [{ + item: "thermaldynamics:filter 1 3" + }] + }, + { + uid: "f3ce0c71", + type: "item", + items: [{ + item: "thermaldynamics:retriever 1 3" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/38057e6f.snbt b/config/ftbquests/normal/chapters/ddc89903/38057e6f.snbt new file mode 100644 index 00000000..f779276a --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/38057e6f.snbt @@ -0,0 +1,14 @@ +{ + x: -14.0d, + y: -4.5d, + dependencies: [ + "5098f04b" + ], + tasks: [{ + uid: "1897dfcc", + type: "item", + items: [{ + item: "projectred-integration:gate 1 18" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/381a4121.snbt b/config/ftbquests/normal/chapters/ddc89903/381a4121.snbt new file mode 100644 index 00000000..7c5096e3 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/381a4121.snbt @@ -0,0 +1,15 @@ +{ + x: 13.0d, + y: 2.5d, + dependencies: [ + "e72b62a2" + ], + tasks: [{ + uid: "daf8fb30", + type: "item", + items: [{ + id: "appliedenergistics2:dense_energy_cell", + tag: {} + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/3878a59a.snbt b/config/ftbquests/normal/chapters/ddc89903/3878a59a.snbt new file mode 100644 index 00000000..46110b0a --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/3878a59a.snbt @@ -0,0 +1,14 @@ +{ + x: -8.0d, + y: -12.0d, + dependencies: [ + "e3823ba7" + ], + tasks: [{ + uid: "a062ef5c", + type: "item", + items: [{ + item: "modularrouters:augment 1 5" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/39345c7d.snbt b/config/ftbquests/normal/chapters/ddc89903/39345c7d.snbt new file mode 100644 index 00000000..05288430 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/39345c7d.snbt @@ -0,0 +1,14 @@ +{ + x: -4.0d, + y: 8.5d, + dependencies: [ + "b2219c53" + ], + tasks: [{ + uid: "f6d4696f", + type: "item", + items: [{ + item: "actuallyadditions:block_laser_relay_extreme" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/393da999.snbt b/config/ftbquests/normal/chapters/ddc89903/393da999.snbt new file mode 100644 index 00000000..017ed113 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/393da999.snbt @@ -0,0 +1,14 @@ +{ + x: 2.0d, + y: -8.0d, + dependencies: [ + "196f3446" + ], + tasks: [{ + uid: "c4ab8752", + type: "item", + items: [{ + item: "actuallyadditions:block_giant_chest_large" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/3b1abc67.snbt b/config/ftbquests/normal/chapters/ddc89903/3b1abc67.snbt new file mode 100644 index 00000000..728be2c6 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/3b1abc67.snbt @@ -0,0 +1,15 @@ +{ + x: 11.0d, + y: 4.5d, + dependencies: [ + "96697d2c" + ], + tasks: [{ + uid: "3275973b", + type: "item", + items: [{ + id: "computercraft:turtle_expanded", + tag: {} + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/3be18798.snbt b/config/ftbquests/normal/chapters/ddc89903/3be18798.snbt new file mode 100644 index 00000000..a3c886aa --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/3be18798.snbt @@ -0,0 +1,14 @@ +{ + x: 11.0d, + y: -6.5d, + dependencies: [ + "279d7e23" + ], + tasks: [{ + uid: "dfe7b604", + type: "item", + items: [{ + item: "xnet:wireless_router" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/3c5d3e1d.snbt b/config/ftbquests/normal/chapters/ddc89903/3c5d3e1d.snbt new file mode 100644 index 00000000..4faef574 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/3c5d3e1d.snbt @@ -0,0 +1,14 @@ +{ + x: -6.0d, + y: 8.5d, + dependencies: [ + "e13543e0" + ], + tasks: [{ + uid: "6f178061", + type: "item", + items: [{ + item: "enderio:item_power_conduit 1 2" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/3c6a137d.snbt b/config/ftbquests/normal/chapters/ddc89903/3c6a137d.snbt new file mode 100644 index 00000000..9f21dace --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/3c6a137d.snbt @@ -0,0 +1,14 @@ +{ + x: 17.0d, + y: 0.5d, + dependencies: [ + "c886443f" + ], + tasks: [{ + uid: "a8c5afbb", + type: "item", + items: [{ + item: "enderio:item_me_conduit" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/3c9429b5.snbt b/config/ftbquests/normal/chapters/ddc89903/3c9429b5.snbt new file mode 100644 index 00000000..1d1eaea0 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/3c9429b5.snbt @@ -0,0 +1,21 @@ +{ + x: -4.0d, + y: -7.0d, + dependencies: [ + "e3823ba7" + ], + tasks: [{ + uid: "447a12d8", + type: "item", + items: [{ + id: "modularrouters:module", + Damage: 12s, + tag: { + Flags: 13b, + ModuleFilter: [], + SignalLevel: 15, + StrongSignal: 0b + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/3d405e7b.snbt b/config/ftbquests/normal/chapters/ddc89903/3d405e7b.snbt new file mode 100644 index 00000000..412dd40c --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/3d405e7b.snbt @@ -0,0 +1,14 @@ +{ + x: 12.0d, + y: 7.5d, + dependencies: [ + "87fda1d2" + ], + tasks: [{ + uid: "49a1ce2a", + type: "item", + items: [{ + item: "actuallyadditions:block_phantom_placer" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/3dadca14.snbt b/config/ftbquests/normal/chapters/ddc89903/3dadca14.snbt new file mode 100644 index 00000000..3ec1f508 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/3dadca14.snbt @@ -0,0 +1,14 @@ +{ + x: -6.0d, + y: 9.5d, + dependencies: [ + "3c5d3e1d" + ], + tasks: [{ + uid: "c6a44fa3", + type: "item", + items: [{ + item: "enderio:item_endergy_conduit 1 8" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/3df81551.snbt b/config/ftbquests/normal/chapters/ddc89903/3df81551.snbt new file mode 100644 index 00000000..a42df891 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/3df81551.snbt @@ -0,0 +1,19 @@ +{ + x: -4.0d, + y: -8.0d, + dependencies: [ + "e3823ba7" + ], + tasks: [{ + uid: "1212405b", + type: "item", + items: [{ + id: "modularrouters:module", + Damage: 13s, + tag: { + Flags: 13b, + ModuleFilter: [] + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/3e43ff11.snbt b/config/ftbquests/normal/chapters/ddc89903/3e43ff11.snbt new file mode 100644 index 00000000..323e0192 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/3e43ff11.snbt @@ -0,0 +1,12 @@ +{ + x: 0.0d, + y: -5.0d, + dependencies: [ + "3f5fff5f" + ], + tasks: [{ + uid: "2db86e58", + type: "checkmark", + title: "Item Storage" + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/3f3be7a3.snbt b/config/ftbquests/normal/chapters/ddc89903/3f3be7a3.snbt new file mode 100644 index 00000000..6b937df3 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/3f3be7a3.snbt @@ -0,0 +1,14 @@ +{ + x: -8.0d, + y: -10.0d, + dependencies: [ + "e3823ba7" + ], + tasks: [{ + uid: "27807437", + type: "item", + items: [{ + item: "modularrouters:augment 1 3" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/3f5fff5f.snbt b/config/ftbquests/normal/chapters/ddc89903/3f5fff5f.snbt new file mode 100644 index 00000000..31784da7 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/3f5fff5f.snbt @@ -0,0 +1,12 @@ +{ + x: 0.0d, + y: 0.5d, + dependencies: [ + "bc0ba902" + ], + tasks: [{ + uid: "1ba476fa", + type: "checkmark", + title: "Organization is Everything" + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/3fb08797.snbt b/config/ftbquests/normal/chapters/ddc89903/3fb08797.snbt new file mode 100644 index 00000000..8c473fb9 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/3fb08797.snbt @@ -0,0 +1,14 @@ +{ + x: 2.0d, + y: 12.5d, + dependencies: [ + "062aba4e" + ], + tasks: [{ + uid: "cd24d04e", + type: "item", + items: [{ + item: "enderio:item_mod_item_filter" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/3fb4c71e.snbt b/config/ftbquests/normal/chapters/ddc89903/3fb4c71e.snbt new file mode 100644 index 00000000..5d22c0d9 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/3fb4c71e.snbt @@ -0,0 +1,14 @@ +{ + x: 11.0d, + y: 10.5d, + dependencies: [ + "87fda1d2" + ], + tasks: [{ + uid: "de2b8f8b", + type: "item", + items: [{ + item: "actuallyadditions:block_phantomface" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/402b1844.snbt b/config/ftbquests/normal/chapters/ddc89903/402b1844.snbt new file mode 100644 index 00000000..ff8e76eb --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/402b1844.snbt @@ -0,0 +1,14 @@ +{ + x: -12.0d, + y: -3.5d, + dependencies: [ + "5098f04b" + ], + tasks: [{ + uid: "8d2494f2", + type: "item", + items: [{ + item: "projectred-integration:gate 1 3" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/40303484.snbt b/config/ftbquests/normal/chapters/ddc89903/40303484.snbt new file mode 100644 index 00000000..bce2df72 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/40303484.snbt @@ -0,0 +1,14 @@ +{ + x: 11.0d, + y: -5.5d, + dependencies: [ + "279d7e23" + ], + tasks: [{ + uid: "ea0af84d", + type: "item", + items: [{ + item: "xnet:router" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/42aca40e.snbt b/config/ftbquests/normal/chapters/ddc89903/42aca40e.snbt new file mode 100644 index 00000000..0e7a63e4 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/42aca40e.snbt @@ -0,0 +1,14 @@ +{ + x: 4.0d, + y: 6.5d, + dependencies: [ + "0768cd15" + ], + tasks: [{ + uid: "459a740d", + type: "item", + items: [{ + item: "tesslocator:basic_item_tesslocator" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/42b1065a.snbt b/config/ftbquests/normal/chapters/ddc89903/42b1065a.snbt new file mode 100644 index 00000000..af13f7ee --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/42b1065a.snbt @@ -0,0 +1,14 @@ +{ + x: 0.0d, + y: 6.5d, + dependencies: [ + "0768cd15" + ], + tasks: [{ + uid: "ac8206f4", + type: "item", + items: [{ + item: "enderstorage:ender_storage" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/43143540.snbt b/config/ftbquests/normal/chapters/ddc89903/43143540.snbt new file mode 100644 index 00000000..8b7f24d9 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/43143540.snbt @@ -0,0 +1,14 @@ +{ + x: -13.0d, + y: 6.5d, + dependencies: [ + "fc5d626a" + ], + tasks: [{ + uid: "49a6f0fb", + type: "item", + items: [{ + item: "integrateddynamics:part_redstone_writer_item" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/4317d513.snbt b/config/ftbquests/normal/chapters/ddc89903/4317d513.snbt new file mode 100644 index 00000000..0d5bafed --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/4317d513.snbt @@ -0,0 +1,14 @@ +{ + x: -8.0d, + y: -15.0d, + dependencies: [ + "e3823ba7" + ], + tasks: [{ + uid: "9ed4cb7a", + type: "item", + items: [{ + item: "modularrouters:augment 1 8" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/44205eb2.snbt b/config/ftbquests/normal/chapters/ddc89903/44205eb2.snbt new file mode 100644 index 00000000..3676c9ba --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/44205eb2.snbt @@ -0,0 +1,14 @@ +{ + x: -12.0d, + y: 6.5d, + dependencies: [ + "fc5d626a" + ], + tasks: [{ + uid: "c8208ff2", + type: "item", + items: [{ + item: "integrateddynamics:part_effect_writer_item" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/44f880d0.snbt b/config/ftbquests/normal/chapters/ddc89903/44f880d0.snbt new file mode 100644 index 00000000..f1a1d738 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/44f880d0.snbt @@ -0,0 +1,14 @@ +{ + x: 19.0d, + y: -6.5d, + dependencies: [ + "dbac367c" + ], + tasks: [{ + uid: "a5d5e726", + type: "item", + items: [{ + item: "extracpus:crafting_storage_1024k" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/45d6cc23.snbt b/config/ftbquests/normal/chapters/ddc89903/45d6cc23.snbt new file mode 100644 index 00000000..bcc9d1b5 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/45d6cc23.snbt @@ -0,0 +1,14 @@ +{ + x: 19.0d, + y: -2.5d, + dependencies: [ + "a2e193e6" + ], + tasks: [{ + uid: "b2f4023e", + type: "item", + items: [{ + item: "appliedenergistics2:crafting_storage_4k" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/468088c5.snbt b/config/ftbquests/normal/chapters/ddc89903/468088c5.snbt new file mode 100644 index 00000000..b65adba3 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/468088c5.snbt @@ -0,0 +1,17 @@ +{ + x: 13.0d, + y: 0.5d, + text: [ + "ME glass cables are the simplest way to transfer channels to make a AE2 network. They can carry up to 8 channels, but they do not display how many are currently used." + ], + dependencies: [ + "c886443f" + ], + tasks: [{ + uid: "269f3050", + type: "item", + items: [{ + item: "appliedenergistics2:part 1 16" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/46a67818.snbt b/config/ftbquests/normal/chapters/ddc89903/46a67818.snbt new file mode 100644 index 00000000..fd8b5e37 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/46a67818.snbt @@ -0,0 +1,14 @@ +{ + x: -11.0d, + y: -10.5d, + dependencies: [ + "61f2c8ed" + ], + tasks: [{ + uid: "5b438449", + type: "item", + items: [{ + item: "enderio:item_redstone_conduit" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/479f1590.snbt b/config/ftbquests/normal/chapters/ddc89903/479f1590.snbt new file mode 100644 index 00000000..5ec5b0f5 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/479f1590.snbt @@ -0,0 +1,14 @@ +{ + x: -3.0d, + y: -13.0d, + dependencies: [ + "e3823ba7" + ], + tasks: [{ + uid: "8e34a4e0", + type: "item", + items: [{ + item: "modularrouters:upgrade 1 6" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/482eff4b.snbt b/config/ftbquests/normal/chapters/ddc89903/482eff4b.snbt new file mode 100644 index 00000000..b6d00c1b --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/482eff4b.snbt @@ -0,0 +1,14 @@ +{ + x: -1.0d, + y: 13.5d, + dependencies: [ + "af9c5b71" + ], + tasks: [{ + uid: "8b0e650e", + type: "item", + items: [{ + item: "buildcrafttransport:pipe_void_item" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/48bcfc54.snbt b/config/ftbquests/normal/chapters/ddc89903/48bcfc54.snbt new file mode 100644 index 00000000..12dfae9c --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/48bcfc54.snbt @@ -0,0 +1,14 @@ +{ + x: 8.0d, + y: -8.0d, + dependencies: [ + "0a5a8f52" + ], + tasks: [{ + uid: "3a8cfcfb", + type: "item", + items: [{ + item: "techreborn:high_voltage_su" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/48c64ff4.snbt b/config/ftbquests/normal/chapters/ddc89903/48c64ff4.snbt new file mode 100644 index 00000000..53e4720b --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/48c64ff4.snbt @@ -0,0 +1,14 @@ +{ + x: -3.0d, + y: -8.0d, + dependencies: [ + "e3823ba7" + ], + tasks: [{ + uid: "2fdb40ed", + type: "item", + items: [{ + item: "modularrouters:upgrade 1 1" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/49d2cfb4.snbt b/config/ftbquests/normal/chapters/ddc89903/49d2cfb4.snbt new file mode 100644 index 00000000..1ba46f2c --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/49d2cfb4.snbt @@ -0,0 +1,19 @@ +{ + x: -5.0d, + y: -9.0d, + dependencies: [ + "e3823ba7" + ], + tasks: [{ + uid: "2eb9f342", + type: "item", + items: [{ + id: "modularrouters:module", + Damage: 7s, + tag: { + Flags: 13b, + ModuleFilter: [] + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/4a69e531.snbt b/config/ftbquests/normal/chapters/ddc89903/4a69e531.snbt new file mode 100644 index 00000000..25f772b6 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/4a69e531.snbt @@ -0,0 +1,28 @@ +{ + x: 1.0d, + y: -6.0d, + text: [ + "Barrels are a cheap way of storing a lot of a single item. Upgrades can increase or decrease their capacity, and they allow for 'void excess' functionality." + ], + dependencies: [ + "3e43ff11" + ], + tasks: [{ + uid: "f1a97c5e", + type: "item", + items: [{ + id: "itemfilters:filter", + tag: { + display: { + Name: "Any drawerBasic" + } + }, + ForgeCaps: { + Parent: { + id: "ore", + data: "drawerBasic" + } + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/4b0500eb.snbt b/config/ftbquests/normal/chapters/ddc89903/4b0500eb.snbt new file mode 100644 index 00000000..8a532118 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/4b0500eb.snbt @@ -0,0 +1,14 @@ +{ + x: -11.0d, + y: 7.5d, + dependencies: [ + "fc5d626a" + ], + tasks: [{ + uid: "14bfe953", + type: "item", + items: [{ + item: "integratedtunnels:part_interface_energy_item" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/4b1cc7a7.snbt b/config/ftbquests/normal/chapters/ddc89903/4b1cc7a7.snbt new file mode 100644 index 00000000..4fd38148 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/4b1cc7a7.snbt @@ -0,0 +1,14 @@ +{ + x: 12.0d, + y: 12.5d, + dependencies: [ + "87fda1d2" + ], + tasks: [{ + uid: "64bb37f1", + type: "item", + items: [{ + item: "actuallyadditions:block_ranged_collector" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/4b2d980b.snbt b/config/ftbquests/normal/chapters/ddc89903/4b2d980b.snbt new file mode 100644 index 00000000..ad20cfc6 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/4b2d980b.snbt @@ -0,0 +1,14 @@ +{ + x: 0.0d, + y: -8.0d, + dependencies: [ + "6bbe9614" + ], + tasks: [{ + uid: "1cc41cfb", + type: "item", + items: [{ + item: "ironchest:iron_chest" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/4b706d92.snbt b/config/ftbquests/normal/chapters/ddc89903/4b706d92.snbt new file mode 100644 index 00000000..99543d87 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/4b706d92.snbt @@ -0,0 +1,14 @@ +{ + x: 2.0d, + y: 14.5d, + dependencies: [ + "062aba4e" + ], + tasks: [{ + uid: "3c049b61", + type: "item", + items: [{ + item: "enderio:item_soul_filter_normal" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/4bfe0fef.snbt b/config/ftbquests/normal/chapters/ddc89903/4bfe0fef.snbt new file mode 100644 index 00000000..6fccc8e6 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/4bfe0fef.snbt @@ -0,0 +1,14 @@ +{ + x: -11.0d, + y: -1.5d, + dependencies: [ + "61f2c8ed" + ], + tasks: [{ + uid: "66600923", + type: "item", + items: [{ + item: "buildcrafttransport:pipe_structure" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/4cd5acd2.snbt b/config/ftbquests/normal/chapters/ddc89903/4cd5acd2.snbt new file mode 100644 index 00000000..916d61fe --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/4cd5acd2.snbt @@ -0,0 +1,14 @@ +{ + x: -15.0d, + y: 5.5d, + dependencies: [ + "fc5d626a" + ], + tasks: [{ + uid: "661358f4", + type: "item", + items: [{ + item: "integrateddynamics:part_fluid_reader_item" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/4d0ed206.snbt b/config/ftbquests/normal/chapters/ddc89903/4d0ed206.snbt new file mode 100644 index 00000000..79f2c6b5 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/4d0ed206.snbt @@ -0,0 +1,14 @@ +{ + x: -7.0d, + y: -9.0d, + dependencies: [ + "e3823ba7" + ], + tasks: [{ + uid: "104917c8", + type: "item", + items: [{ + item: "modularrouters:filter 1 2" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/4e1a448d.snbt b/config/ftbquests/normal/chapters/ddc89903/4e1a448d.snbt new file mode 100644 index 00000000..6b2bb8f8 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/4e1a448d.snbt @@ -0,0 +1,14 @@ +{ + x: 2.0d, + y: 10.5d, + dependencies: [ + "062aba4e" + ], + tasks: [{ + uid: "0adcab13", + type: "item", + items: [{ + item: "enderio:item_limited_item_filter" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/4e68b12c.snbt b/config/ftbquests/normal/chapters/ddc89903/4e68b12c.snbt new file mode 100644 index 00000000..f6ac44c2 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/4e68b12c.snbt @@ -0,0 +1,14 @@ +{ + x: 13.0d, + y: -2.5d, + dependencies: [ + "c886443f" + ], + tasks: [{ + uid: "68c61de1", + type: "item", + items: [{ + item: "appliedenergistics2:material 1 58" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/4f1db673.snbt b/config/ftbquests/normal/chapters/ddc89903/4f1db673.snbt new file mode 100644 index 00000000..a36a76ea --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/4f1db673.snbt @@ -0,0 +1,14 @@ +{ + x: -8.0d, + y: -13.0d, + dependencies: [ + "e3823ba7" + ], + tasks: [{ + uid: "43d5fa3b", + type: "item", + items: [{ + item: "modularrouters:augment 1 6" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/5098f04b.snbt b/config/ftbquests/normal/chapters/ddc89903/5098f04b.snbt new file mode 100644 index 00000000..24a77302 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/5098f04b.snbt @@ -0,0 +1,14 @@ +{ + x: -11.0d, + y: -2.5d, + dependencies: [ + "61f2c8ed" + ], + tasks: [{ + uid: "d715b450", + type: "item", + items: [{ + item: "projectred-transmission:wire" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/50a85645.snbt b/config/ftbquests/normal/chapters/ddc89903/50a85645.snbt new file mode 100644 index 00000000..6d1c60c1 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/50a85645.snbt @@ -0,0 +1,14 @@ +{ + x: 16.0d, + y: -0.5d, + dependencies: [ + "c886443f" + ], + tasks: [{ + uid: "cdf4d00a", + type: "item", + items: [{ + item: "appliedenergistics2:material 1 52" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/50dd05a3.snbt b/config/ftbquests/normal/chapters/ddc89903/50dd05a3.snbt new file mode 100644 index 00000000..742d62a1 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/50dd05a3.snbt @@ -0,0 +1,14 @@ +{ + x: -11.0d, + y: 10.5d, + dependencies: [ + "fc5d626a" + ], + tasks: [{ + uid: "b7dc9884", + type: "item", + items: [{ + item: "integrateddynamics:part_connector_mono_directional_item" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/536d6385.snbt b/config/ftbquests/normal/chapters/ddc89903/536d6385.snbt new file mode 100644 index 00000000..e4bf2f99 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/536d6385.snbt @@ -0,0 +1,14 @@ +{ + x: -12.0d, + y: 2.5d, + dependencies: [ + "054263a6" + ], + tasks: [{ + uid: "012cf5e4", + type: "item", + items: [{ + item: "extrautils2:crafter" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/54b93c73.snbt b/config/ftbquests/normal/chapters/ddc89903/54b93c73.snbt new file mode 100644 index 00000000..4ac5d2f2 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/54b93c73.snbt @@ -0,0 +1,14 @@ +{ + x: 16.0d, + y: 5.5d, + dependencies: [ + "c886443f" + ], + tasks: [{ + uid: "0f726b53", + type: "item", + items: [{ + item: "thaumicenergistics:essentia_terminal" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/54ee6739.snbt b/config/ftbquests/normal/chapters/ddc89903/54ee6739.snbt new file mode 100644 index 00000000..168dac56 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/54ee6739.snbt @@ -0,0 +1,14 @@ +{ + x: 4.0d, + y: -6.0d, + dependencies: [ + "2ba6515b" + ], + tasks: [{ + uid: "253794da", + type: "item", + items: [{ + item: "buildcraftfactory:tank" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/55476dca.snbt b/config/ftbquests/normal/chapters/ddc89903/55476dca.snbt new file mode 100644 index 00000000..e14e9cd6 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/55476dca.snbt @@ -0,0 +1,28 @@ +{ + x: 1.0d, + y: 12.5d, + dependencies: [ + "7d21a4b1" + ], + tasks: [{ + uid: "052fbf89", + type: "item", + items: [{ + item: "thermaldynamics:servo 1 2" + }] + }, + { + uid: "d7700957", + type: "item", + items: [{ + item: "thermaldynamics:filter 1 2" + }] + }, + { + uid: "d172ad4d", + type: "item", + items: [{ + item: "thermaldynamics:retriever 1 2" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/55a65108.snbt b/config/ftbquests/normal/chapters/ddc89903/55a65108.snbt new file mode 100644 index 00000000..037464ff --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/55a65108.snbt @@ -0,0 +1,14 @@ +{ + x: -14.0d, + y: -5.5d, + dependencies: [ + "5098f04b" + ], + tasks: [{ + uid: "3bf78303", + type: "item", + items: [{ + item: "projectred-integration:gate 1 8" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/5716bfe0.snbt b/config/ftbquests/normal/chapters/ddc89903/5716bfe0.snbt new file mode 100644 index 00000000..4a4f3e8b --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/5716bfe0.snbt @@ -0,0 +1,14 @@ +{ + x: 13.0d, + y: 3.5d, + dependencies: [ + "96697d2c" + ], + tasks: [{ + uid: "3c5623ce", + type: "item", + items: [{ + item: "computercraft:peripheral 1 4" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/57535e66.snbt b/config/ftbquests/normal/chapters/ddc89903/57535e66.snbt new file mode 100644 index 00000000..27ed037b --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/57535e66.snbt @@ -0,0 +1,14 @@ +{ + x: 14.0d, + y: 7.5d, + dependencies: [ + "87fda1d2" + ], + tasks: [{ + uid: "ac81caf2", + type: "item", + items: [{ + item: "actuallyadditions:block_directional_breaker" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/57fddb7b.snbt b/config/ftbquests/normal/chapters/ddc89903/57fddb7b.snbt new file mode 100644 index 00000000..22ffad46 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/57fddb7b.snbt @@ -0,0 +1,14 @@ +{ + x: 6.0d, + y: -8.0d, + dependencies: [ + "69bcc828" + ], + tasks: [{ + uid: "41f44217", + type: "item", + items: [{ + item: "nuclearcraft:water_source_dense" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/5a91f2a0.snbt b/config/ftbquests/normal/chapters/ddc89903/5a91f2a0.snbt new file mode 100644 index 00000000..f663633d --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/5a91f2a0.snbt @@ -0,0 +1,14 @@ +{ + x: -7.0d, + y: 10.5d, + dependencies: [ + "03940b3f" + ], + tasks: [{ + uid: "d1efff8b", + type: "item", + items: [{ + item: "thermaldynamics:duct_0 1 4" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/5af79f0d.snbt b/config/ftbquests/normal/chapters/ddc89903/5af79f0d.snbt new file mode 100644 index 00000000..9134d3aa --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/5af79f0d.snbt @@ -0,0 +1,14 @@ +{ + x: -14.0d, + y: -3.5d, + dependencies: [ + "5098f04b" + ], + tasks: [{ + uid: "945678d2", + type: "item", + items: [{ + item: "projectred-integration:gate" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/5b7a3b2c.snbt b/config/ftbquests/normal/chapters/ddc89903/5b7a3b2c.snbt new file mode 100644 index 00000000..4fe9b6fd --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/5b7a3b2c.snbt @@ -0,0 +1,14 @@ +{ + x: -3.0d, + y: -12.0d, + dependencies: [ + "e3823ba7" + ], + tasks: [{ + uid: "86c0beec", + type: "item", + items: [{ + item: "modularrouters:upgrade 1 5" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/5ce4e549.snbt b/config/ftbquests/normal/chapters/ddc89903/5ce4e549.snbt new file mode 100644 index 00000000..41ad76ec --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/5ce4e549.snbt @@ -0,0 +1,19 @@ +{ + x: -5.0d, + y: -13.0d, + dependencies: [ + "e3823ba7" + ], + tasks: [{ + uid: "a3732759", + type: "item", + items: [{ + id: "modularrouters:module", + Damage: 11s, + tag: { + Flags: 13b, + ModuleFilter: [] + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/5d257ac9.snbt b/config/ftbquests/normal/chapters/ddc89903/5d257ac9.snbt new file mode 100644 index 00000000..6b27adce --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/5d257ac9.snbt @@ -0,0 +1,24 @@ +{ + x: 15.0d, + y: -7.5d, + dependencies: [ + "f54a7b0b" + ], + tasks: [{ + uid: "3e319ca1", + type: "item", + items: [{ + id: "extracells:storage.physical", + Damage: 3s, + tag: { + upgrades: {}, + config: {}, + fuzzyMode: "IGNORE_ALL" + }, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/5d2e8ce9.snbt b/config/ftbquests/normal/chapters/ddc89903/5d2e8ce9.snbt new file mode 100644 index 00000000..f2415dfd --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/5d2e8ce9.snbt @@ -0,0 +1,14 @@ +{ + x: 11.0d, + y: 6.5d, + dependencies: [ + "87fda1d2" + ], + tasks: [{ + uid: "1279459c", + type: "item", + items: [{ + item: "extrautils2:user" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/5d5d164d.snbt b/config/ftbquests/normal/chapters/ddc89903/5d5d164d.snbt new file mode 100644 index 00000000..1b21bf35 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/5d5d164d.snbt @@ -0,0 +1,12 @@ +{ + x: 10.0d, + y: 0.5d, + dependencies: [ + "3f5fff5f" + ], + tasks: [{ + uid: "25a9e9e2", + type: "checkmark", + title: "Base Management" + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/5da7d299.snbt b/config/ftbquests/normal/chapters/ddc89903/5da7d299.snbt new file mode 100644 index 00000000..8d48755b --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/5da7d299.snbt @@ -0,0 +1,25 @@ +{ + x: 11.0d, + y: -0.5d, + text: [ + "The level emitter can be configured to output a signal whenever the quantity of a given item is above or below a threshold", + "Crafting cards can be added to make the level emitter produce a redstone signal whenever an item is being crafted." + ], + dependencies: [ + "c886443f" + ], + tasks: [{ + uid: "7a0589a9", + type: "item", + items: [{ + item: "appliedenergistics2:part 1 280" + }] + }, + { + uid: "2e0d7b79", + type: "item", + items: [{ + item: "appliedenergistics2:part 1 281" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/5e15a448.snbt b/config/ftbquests/normal/chapters/ddc89903/5e15a448.snbt new file mode 100644 index 00000000..1ecae311 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/5e15a448.snbt @@ -0,0 +1,14 @@ +{ + x: 0.0d, + y: -9.0d, + dependencies: [ + "4b2d980b" + ], + tasks: [{ + uid: "1e3f117d", + type: "item", + items: [{ + item: "ironchest:iron_chest 1 4" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/5e39a896.snbt b/config/ftbquests/normal/chapters/ddc89903/5e39a896.snbt new file mode 100644 index 00000000..00cc8111 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/5e39a896.snbt @@ -0,0 +1,14 @@ +{ + x: -14.0d, + y: -2.5d, + dependencies: [ + "5098f04b" + ], + tasks: [{ + uid: "7847ccea", + type: "item", + items: [{ + item: "projectred-transmission:wire 1 17" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/5ee7cb15.snbt b/config/ftbquests/normal/chapters/ddc89903/5ee7cb15.snbt new file mode 100644 index 00000000..a5975f9e --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/5ee7cb15.snbt @@ -0,0 +1,36 @@ +{ + icon: "packagedauto:packager", + x: 17.0d, + y: -1.5d, + dependencies: [ + "c886443f" + ], + tasks: [{ + uid: "4ec89545", + type: "item", + items: [{ + item: "packagedauto:encoder" + }] + }, + { + uid: "13eeca20", + type: "item", + items: [{ + item: "packagedauto:packager" + }] + }, + { + uid: "1caef10f", + type: "item", + items: [{ + item: "packagedauto:unpackager" + }] + }, + { + uid: "6b7ef201", + type: "item", + items: [{ + item: "packagedauto:packager_extension" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/5f34ae66.snbt b/config/ftbquests/normal/chapters/ddc89903/5f34ae66.snbt new file mode 100644 index 00000000..ad2209c5 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/5f34ae66.snbt @@ -0,0 +1,14 @@ +{ + x: 5.0d, + y: 8.5d, + dependencies: [ + "23968262" + ], + tasks: [{ + uid: "8eb5b5d7", + type: "item", + items: [{ + item: "buildcrafttransport:pipe_gold_fluid" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/60b5c702.snbt b/config/ftbquests/normal/chapters/ddc89903/60b5c702.snbt new file mode 100644 index 00000000..89b4129f --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/60b5c702.snbt @@ -0,0 +1,22 @@ +{ + x: -2.0d, + y: -6.0d, + text: [ + "The Black Hole Unit is a very efficient storage method that only accounts for one item. Is it better than a drawer tho?!" + ], + dependencies: [ + "3e43ff11" + ], + tasks: [{ + uid: "24f848b3", + type: "item", + items: [{ + id: "industrialforegoing:black_hole_unit", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/6111cf00.snbt b/config/ftbquests/normal/chapters/ddc89903/6111cf00.snbt new file mode 100644 index 00000000..98356f81 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/6111cf00.snbt @@ -0,0 +1,14 @@ +{ + x: -12.0d, + y: -2.5d, + dependencies: [ + "5098f04b" + ], + tasks: [{ + uid: "3c362e33", + type: "item", + items: [{ + item: "projectred-transmission:framed_wire" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/61f2c8ed.snbt b/config/ftbquests/normal/chapters/ddc89903/61f2c8ed.snbt new file mode 100644 index 00000000..123b77ae --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/61f2c8ed.snbt @@ -0,0 +1,13 @@ +{ + title: "Redstone Gadgetry", + x: -10.0d, + y: -1.5d, + dependencies: [ + "3f5fff5f" + ], + tasks: [{ + uid: "6a3cccab", + type: "checkmark", + title: "Redstone" + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/646eb6a4.snbt b/config/ftbquests/normal/chapters/ddc89903/646eb6a4.snbt new file mode 100644 index 00000000..d001a23c --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/646eb6a4.snbt @@ -0,0 +1,14 @@ +{ + x: 18.0d, + y: 0.5d, + dependencies: [ + "3c6a137d" + ], + tasks: [{ + uid: "61146f3e", + type: "item", + items: [{ + item: "enderio:item_me_conduit 1 1" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/66cad37f.snbt b/config/ftbquests/normal/chapters/ddc89903/66cad37f.snbt new file mode 100644 index 00000000..0d1f83e2 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/66cad37f.snbt @@ -0,0 +1,14 @@ +{ + x: -8.0d, + y: -14.0d, + dependencies: [ + "e3823ba7" + ], + tasks: [{ + uid: "51339afa", + type: "item", + items: [{ + item: "modularrouters:augment 1 7" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/6708a578.snbt b/config/ftbquests/normal/chapters/ddc89903/6708a578.snbt new file mode 100644 index 00000000..202ae042 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/6708a578.snbt @@ -0,0 +1,14 @@ +{ + x: 19.0d, + y: -7.5d, + dependencies: [ + "44f880d0" + ], + tasks: [{ + uid: "045099f0", + type: "item", + items: [{ + item: "extracpus:crafting_storage_4096k" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/691fc29d.snbt b/config/ftbquests/normal/chapters/ddc89903/691fc29d.snbt new file mode 100644 index 00000000..1cb8aff5 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/691fc29d.snbt @@ -0,0 +1,15 @@ +{ + x: 0.0d, + y: -6.0d, + dependencies: [ + "2f54d294", + "3e43ff11" + ], + tasks: [{ + uid: "46bbbd1f", + type: "item", + items: [{ + item: "minecraft:chest" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/694fd3a1.snbt b/config/ftbquests/normal/chapters/ddc89903/694fd3a1.snbt new file mode 100644 index 00000000..1d1c40c2 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/694fd3a1.snbt @@ -0,0 +1,21 @@ +{ + x: 1.0d, + y: 6.5d, + dependencies: [ + "0768cd15" + ], + tasks: [{ + uid: "ccf08156", + type: "item", + items: [{ + item: "thermaldynamics:duct_32" + }] + }, + { + uid: "72ef09ec", + type: "item", + items: [{ + item: "thermaldynamics:duct_32 1 1" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/696549d7.snbt b/config/ftbquests/normal/chapters/ddc89903/696549d7.snbt new file mode 100644 index 00000000..8b3956f5 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/696549d7.snbt @@ -0,0 +1,18 @@ +{ + x: -6.0d, + y: -7.0d, + dependencies: [ + "e3823ba7" + ], + tasks: [{ + uid: "0e133868", + type: "item", + items: [{ + id: "modularrouters:module", + tag: { + Flags: 13b, + ModuleFilter: [] + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/69bcc828.snbt b/config/ftbquests/normal/chapters/ddc89903/69bcc828.snbt new file mode 100644 index 00000000..60a0a66c --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/69bcc828.snbt @@ -0,0 +1,14 @@ +{ + x: 6.0d, + y: -6.0d, + dependencies: [ + "2ba6515b" + ], + tasks: [{ + uid: "e2e5c506", + type: "item", + items: [{ + item: "nuclearcraft:water_source" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/6ae70f30.snbt b/config/ftbquests/normal/chapters/ddc89903/6ae70f30.snbt new file mode 100644 index 00000000..9475a83d --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/6ae70f30.snbt @@ -0,0 +1,14 @@ +{ + x: -3.0d, + y: 6.5d, + dependencies: [ + "e1ae6499" + ], + tasks: [{ + uid: "f7b19b43", + type: "item", + items: [{ + item: "randomthings:spectrecoil_normal" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/6b506656.snbt b/config/ftbquests/normal/chapters/ddc89903/6b506656.snbt new file mode 100644 index 00000000..aec2ce8f --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/6b506656.snbt @@ -0,0 +1,14 @@ +{ + x: -3.0d, + y: -10.0d, + dependencies: [ + "e3823ba7" + ], + tasks: [{ + uid: "487bb526", + type: "item", + items: [{ + item: "modularrouters:upgrade 1 3" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/6b8aac98.snbt b/config/ftbquests/normal/chapters/ddc89903/6b8aac98.snbt new file mode 100644 index 00000000..2c4e5363 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/6b8aac98.snbt @@ -0,0 +1,14 @@ +{ + x: 11.0d, + y: 12.5d, + dependencies: [ + "87fda1d2" + ], + tasks: [{ + uid: "e6f4099d", + type: "item", + items: [{ + item: "openblocks:vacuum_hopper" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/6bb499e3.snbt b/config/ftbquests/normal/chapters/ddc89903/6bb499e3.snbt new file mode 100644 index 00000000..440de4ae --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/6bb499e3.snbt @@ -0,0 +1,14 @@ +{ + x: -2.0d, + y: 6.5d, + dependencies: [ + "e1ae6499" + ], + tasks: [{ + uid: "049ce086", + type: "item", + items: [{ + item: "tesslocator:basic_energy_tesslocator" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/6bbe9614.snbt b/config/ftbquests/normal/chapters/ddc89903/6bbe9614.snbt new file mode 100644 index 00000000..d6fec78c --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/6bbe9614.snbt @@ -0,0 +1,14 @@ +{ + x: 0.0d, + y: -7.0d, + dependencies: [ + "691fc29d" + ], + tasks: [{ + uid: "e1941213", + type: "item", + items: [{ + item: "ironchest:iron_chest 1 3" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/6bd942d5.snbt b/config/ftbquests/normal/chapters/ddc89903/6bd942d5.snbt new file mode 100644 index 00000000..bd48094e --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/6bd942d5.snbt @@ -0,0 +1,14 @@ +{ + x: -17.0d, + y: 8.5d, + dependencies: [ + "fc5d626a" + ], + tasks: [{ + uid: "a08674cc", + type: "item", + items: [{ + item: "integratedtunnels:part_importer_world_block_item" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/6be5a657.snbt b/config/ftbquests/normal/chapters/ddc89903/6be5a657.snbt new file mode 100644 index 00000000..b19dc5e4 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/6be5a657.snbt @@ -0,0 +1,14 @@ +{ + x: 17.0d, + y: -6.5d, + dependencies: [ + "c886443f" + ], + tasks: [{ + uid: "79225d2a", + type: "item", + items: [{ + item: "packagedexcrafting:ender_crafter" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/6c67d496.snbt b/config/ftbquests/normal/chapters/ddc89903/6c67d496.snbt new file mode 100644 index 00000000..4245d105 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/6c67d496.snbt @@ -0,0 +1,19 @@ +{ + x: -4.0d, + y: -11.0d, + dependencies: [ + "e3823ba7" + ], + tasks: [{ + uid: "06dab102", + type: "item", + items: [{ + id: "modularrouters:module", + Damage: 16s, + tag: { + Flags: 13b, + ModuleFilter: [] + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/6e40a0e3.snbt b/config/ftbquests/normal/chapters/ddc89903/6e40a0e3.snbt new file mode 100644 index 00000000..370487f9 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/6e40a0e3.snbt @@ -0,0 +1,15 @@ +{ + x: -12.0d, + y: -1.5d, + dependencies: [ + "4bfe0fef" + ], + tasks: [{ + uid: "3aa14784", + type: "item", + items: [{ + id: "buildcraftsilicon:plug_gate", + tag: {} + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/6e69ee75.snbt b/config/ftbquests/normal/chapters/ddc89903/6e69ee75.snbt new file mode 100644 index 00000000..a1a66dd8 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/6e69ee75.snbt @@ -0,0 +1,14 @@ +{ + x: 19.0d, + y: -4.5d, + dependencies: [ + "a2e193e6" + ], + tasks: [{ + uid: "0c84833a", + type: "item", + items: [{ + item: "appliedenergistics2:crafting_storage_64k" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/6f50e6d7.snbt b/config/ftbquests/normal/chapters/ddc89903/6f50e6d7.snbt new file mode 100644 index 00000000..aff687ca --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/6f50e6d7.snbt @@ -0,0 +1,12 @@ +{ + x: -6.0d, + y: -5.0d, + dependencies: [ + "3f5fff5f" + ], + tasks: [{ + uid: "b556f342", + type: "checkmark", + title: "Routers" + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/70be957c.snbt b/config/ftbquests/normal/chapters/ddc89903/70be957c.snbt new file mode 100644 index 00000000..7fdbe4da --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/70be957c.snbt @@ -0,0 +1,14 @@ +{ + x: -14.0d, + y: -8.5d, + dependencies: [ + "5098f04b" + ], + tasks: [{ + uid: "a7a3190a", + type: "item", + items: [{ + item: "projectred-integration:gate 1 32" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/715d70c6.snbt b/config/ftbquests/normal/chapters/ddc89903/715d70c6.snbt new file mode 100644 index 00000000..c678292b --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/715d70c6.snbt @@ -0,0 +1,35 @@ +{ + x: -13.0d, + y: -1.5d, + dependencies: [ + "4bfe0fef" + ], + tasks: [{ + uid: "63ad71c2", + type: "item", + items: [{ + id: "buildcraftsilicon:plug_gate", + tag: { + gate: { + material: 1b, + modifier: 0b, + logic: 0b + } + } + }] + }, + { + uid: "87abb482", + type: "item", + items: [{ + id: "buildcraftsilicon:plug_gate", + tag: { + gate: { + material: 1b, + modifier: 0b, + logic: 1b + } + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/71ad7a05.snbt b/config/ftbquests/normal/chapters/ddc89903/71ad7a05.snbt new file mode 100644 index 00000000..a4addb8f --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/71ad7a05.snbt @@ -0,0 +1,29 @@ +{ + x: 15.0d, + y: 1.5d, + dependencies: [ + "c886443f" + ], + tasks: [{ + uid: "36c8f3f2", + type: "item", + items: [{ + item: "appliedenergistics2:quantum_ring" + }] + }, + { + uid: "d902e508", + type: "item", + items: [{ + item: "appliedenergistics2:quantum_link" + }] + }, + { + uid: "c2140250", + type: "item", + items: [{ + item: "appliedenergistics2:material 1 48" + }], + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/7207e722.snbt b/config/ftbquests/normal/chapters/ddc89903/7207e722.snbt new file mode 100644 index 00000000..3c172a7a --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/7207e722.snbt @@ -0,0 +1,35 @@ +{ + x: -15.0d, + y: -1.5d, + dependencies: [ + "4bfe0fef" + ], + tasks: [{ + uid: "1085bb6b", + type: "item", + items: [{ + id: "buildcraftsilicon:plug_gate", + tag: { + gate: { + material: 3b, + modifier: 0b, + logic: 0b + } + } + }] + }, + { + uid: "53133180", + type: "item", + items: [{ + id: "buildcraftsilicon:plug_gate", + tag: { + gate: { + material: 3b, + modifier: 0b, + logic: 1b + } + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/72752bf4.snbt b/config/ftbquests/normal/chapters/ddc89903/72752bf4.snbt new file mode 100644 index 00000000..2fb566de --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/72752bf4.snbt @@ -0,0 +1,14 @@ +{ + x: -12.0d, + y: 5.5d, + dependencies: [ + "fc5d626a" + ], + tasks: [{ + uid: "23151fee", + type: "item", + items: [{ + item: "integrateddynamics:part_block_reader_item" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/731d107e.snbt b/config/ftbquests/normal/chapters/ddc89903/731d107e.snbt new file mode 100644 index 00000000..256390e7 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/731d107e.snbt @@ -0,0 +1,14 @@ +{ + x: 17.0d, + y: -3.5d, + dependencies: [ + "c886443f" + ], + tasks: [{ + uid: "88cc5a83", + type: "item", + items: [{ + item: "extracells:fluidcrafter" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/74b93bd2.snbt b/config/ftbquests/normal/chapters/ddc89903/74b93bd2.snbt new file mode 100644 index 00000000..43f9d13e --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/74b93bd2.snbt @@ -0,0 +1,14 @@ +{ + x: 8.0d, + y: 6.5d, + dependencies: [ + "df008ef0" + ], + tasks: [{ + uid: "7da125d4", + type: "item", + items: [{ + item: "enderio:item_liquid_conduit" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/7509435e.snbt b/config/ftbquests/normal/chapters/ddc89903/7509435e.snbt new file mode 100644 index 00000000..ba8e27e3 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/7509435e.snbt @@ -0,0 +1,14 @@ +{ + x: -1.0d, + y: 11.5d, + dependencies: [ + "af9c5b71" + ], + tasks: [{ + uid: "2e6c8bb3", + type: "item", + items: [{ + item: "buildcrafttransport:pipe_diamond_wood_item" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/7584ed63.snbt b/config/ftbquests/normal/chapters/ddc89903/7584ed63.snbt new file mode 100644 index 00000000..2807d1bb --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/7584ed63.snbt @@ -0,0 +1,14 @@ +{ + x: 16.0d, + y: 4.5d, + dependencies: [ + "c886443f" + ], + tasks: [{ + uid: "babf5b98", + type: "item", + items: [{ + item: "appliedenergistics2:part 1 521" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/774094e8.snbt b/config/ftbquests/normal/chapters/ddc89903/774094e8.snbt new file mode 100644 index 00000000..2d9ccd71 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/774094e8.snbt @@ -0,0 +1,19 @@ +{ + x: -6.0d, + y: -11.0d, + dependencies: [ + "e3823ba7" + ], + tasks: [{ + uid: "0219c0b9", + type: "item", + items: [{ + id: "modularrouters:module", + Damage: 4s, + tag: { + Flags: 13b, + ModuleFilter: [] + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/77aabc7f.snbt b/config/ftbquests/normal/chapters/ddc89903/77aabc7f.snbt new file mode 100644 index 00000000..15b732a1 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/77aabc7f.snbt @@ -0,0 +1,14 @@ +{ + x: 6.0d, + y: 6.5d, + dependencies: [ + "df008ef0" + ], + tasks: [{ + uid: "1e4c398a", + type: "item", + items: [{ + item: "enderstorage:ender_storage 1 1" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/77aec957.snbt b/config/ftbquests/normal/chapters/ddc89903/77aec957.snbt new file mode 100644 index 00000000..0716586c --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/77aec957.snbt @@ -0,0 +1,14 @@ +{ + x: -13.0d, + y: -4.5d, + dependencies: [ + "5098f04b" + ], + tasks: [{ + uid: "0f96582f", + type: "item", + items: [{ + item: "projectred-integration:gate 1 9" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/78d9b896.snbt b/config/ftbquests/normal/chapters/ddc89903/78d9b896.snbt new file mode 100644 index 00000000..33551e45 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/78d9b896.snbt @@ -0,0 +1,14 @@ +{ + x: -3.0d, + y: -14.0d, + dependencies: [ + "e3823ba7" + ], + tasks: [{ + uid: "ab720fcd", + type: "item", + items: [{ + item: "modularrouters:upgrade 1 7" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/78ecc968.snbt b/config/ftbquests/normal/chapters/ddc89903/78ecc968.snbt new file mode 100644 index 00000000..d21f093d --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/78ecc968.snbt @@ -0,0 +1,14 @@ +{ + x: 16.0d, + y: 12.5d, + dependencies: [ + "90115d29" + ], + tasks: [{ + uid: "9e9963db", + type: "item", + items: [{ + item: "randomthings:advanceditemcollector" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/79747c19.snbt b/config/ftbquests/normal/chapters/ddc89903/79747c19.snbt new file mode 100644 index 00000000..1906222f --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/79747c19.snbt @@ -0,0 +1,17 @@ +{ + x: 16.0d, + y: 0.5d, + text: [ + "Dense cables carry up to 32 channels, and they display how many are in use." + ], + dependencies: [ + "0147a0ad" + ], + tasks: [{ + uid: "d0ca7ca4", + type: "item", + items: [{ + item: "appliedenergistics2:part 1 76" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/7aaed208.snbt b/config/ftbquests/normal/chapters/ddc89903/7aaed208.snbt new file mode 100644 index 00000000..16a0d670 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/7aaed208.snbt @@ -0,0 +1,14 @@ +{ + x: 12.0d, + y: 3.5d, + dependencies: [ + "96697d2c" + ], + tasks: [{ + uid: "e7317932", + type: "item", + items: [{ + item: "computercraft:computer 1 16384" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/7b03ab69.snbt b/config/ftbquests/normal/chapters/ddc89903/7b03ab69.snbt new file mode 100644 index 00000000..f6fc37dd --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/7b03ab69.snbt @@ -0,0 +1,19 @@ +{ + x: -5.0d, + y: -8.0d, + dependencies: [ + "e3823ba7" + ], + tasks: [{ + uid: "58a48729", + type: "item", + items: [{ + id: "modularrouters:module", + Damage: 6s, + tag: { + Flags: 13b, + ModuleFilter: [] + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/7b2433a0.snbt b/config/ftbquests/normal/chapters/ddc89903/7b2433a0.snbt new file mode 100644 index 00000000..5f83bdf0 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/7b2433a0.snbt @@ -0,0 +1,14 @@ +{ + x: 12.0d, + y: 10.5d, + dependencies: [ + "87fda1d2" + ], + tasks: [{ + uid: "7727caf5", + type: "item", + items: [{ + item: "actuallyadditions:block_phantom_redstoneface" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/7b3049de.snbt b/config/ftbquests/normal/chapters/ddc89903/7b3049de.snbt new file mode 100644 index 00000000..d76d36cb --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/7b3049de.snbt @@ -0,0 +1,14 @@ +{ + x: 17.0d, + y: 2.5d, + dependencies: [ + "c886443f" + ], + tasks: [{ + uid: "7f3ca6e6", + type: "item", + items: [{ + item: "appliedenergistics2:part 1 341" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/7b45ecfb.snbt b/config/ftbquests/normal/chapters/ddc89903/7b45ecfb.snbt new file mode 100644 index 00000000..8b5b7352 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/7b45ecfb.snbt @@ -0,0 +1,14 @@ +{ + x: -7.0d, + y: 7.5d, + dependencies: [ + "138cf168" + ], + tasks: [{ + uid: "8f69c795", + type: "item", + items: [{ + item: "thermaldynamics:duct_0 1 1" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/7cbc0c3c.snbt b/config/ftbquests/normal/chapters/ddc89903/7cbc0c3c.snbt new file mode 100644 index 00000000..70692871 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/7cbc0c3c.snbt @@ -0,0 +1,30 @@ +{ + x: 1.0d, + y: -10.0d, + text: [ + "Drawer trim can be used to connect drawers to a controller without touching." + ], + dependencies: [ + "4a69e531" + ], + tasks: [{ + uid: "b405dc4d", + type: "item", + items: [{ + id: "itemfilters:filter", + tag: { + display: { + Name: "Any drawerTrim" + } + }, + ForgeCaps: { + Parent: { + id: "ore", + data: "drawerTrim" + } + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/7d21a4b1.snbt b/config/ftbquests/normal/chapters/ddc89903/7d21a4b1.snbt new file mode 100644 index 00000000..aec6939f --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/7d21a4b1.snbt @@ -0,0 +1,28 @@ +{ + x: 1.0d, + y: 11.5d, + dependencies: [ + "c3902da2" + ], + tasks: [{ + uid: "7b618a5a", + type: "item", + items: [{ + item: "thermaldynamics:servo 1 1" + }] + }, + { + uid: "40fca34c", + type: "item", + items: [{ + item: "thermaldynamics:filter 1 1" + }] + }, + { + uid: "26e049a8", + type: "item", + items: [{ + item: "thermaldynamics:retriever 1 1" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/7d5af0a0.snbt b/config/ftbquests/normal/chapters/ddc89903/7d5af0a0.snbt new file mode 100644 index 00000000..2e8f444d --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/7d5af0a0.snbt @@ -0,0 +1,14 @@ +{ + x: -19.0d, + y: 5.5d, + dependencies: [ + "fc5d626a" + ], + tasks: [{ + uid: "8ca4469d", + type: "item", + items: [{ + item: "integrateddynamics:part_redstone_reader_item" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/7dc41477.snbt b/config/ftbquests/normal/chapters/ddc89903/7dc41477.snbt new file mode 100644 index 00000000..a8543a78 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/7dc41477.snbt @@ -0,0 +1,14 @@ +{ + x: -8.0d, + y: -9.0d, + dependencies: [ + "e3823ba7" + ], + tasks: [{ + uid: "332f8375", + type: "item", + items: [{ + item: "modularrouters:augment 1 2" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/7e7cda67.snbt b/config/ftbquests/normal/chapters/ddc89903/7e7cda67.snbt new file mode 100644 index 00000000..ee22249f --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/7e7cda67.snbt @@ -0,0 +1,17 @@ +{ + x: 1.0d, + y: -7.0d, + text: [ + "The compacting drawer allows for multiple compacted version of an item (nuggets ingots blocks) to be extracted." + ], + dependencies: [ + "4a69e531" + ], + tasks: [{ + uid: "6c4f53fc", + type: "item", + items: [{ + item: "storagedrawers:compdrawers" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/7e8dbf9d.snbt b/config/ftbquests/normal/chapters/ddc89903/7e8dbf9d.snbt new file mode 100644 index 00000000..871dc884 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/7e8dbf9d.snbt @@ -0,0 +1,27 @@ +{ + x: 5.0d, + y: -6.0d, + dependencies: [ + "2ba6515b" + ], + tasks: [{ + uid: "139fdf8f", + type: "item", + items: [{ + id: "thermalexpansion:device", + tag: { + RSControl: 0b, + Facing: 3b, + Energy: 0, + SideCache: [B; + 0b, + 1b, + 0b, + 0b, + 0b, + 0b + ] + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/7ff83a05.snbt b/config/ftbquests/normal/chapters/ddc89903/7ff83a05.snbt new file mode 100644 index 00000000..2241224f --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/7ff83a05.snbt @@ -0,0 +1,14 @@ +{ + x: 2.0d, + y: 6.5d, + dependencies: [ + "0768cd15" + ], + tasks: [{ + uid: "cbb4da39", + type: "item", + items: [{ + item: "enderio:item_item_conduit" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/8168d1ca.snbt b/config/ftbquests/normal/chapters/ddc89903/8168d1ca.snbt new file mode 100644 index 00000000..3b2be74a --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/8168d1ca.snbt @@ -0,0 +1,14 @@ +{ + x: 6.0d, + y: -7.0d, + dependencies: [ + "69bcc828" + ], + tasks: [{ + uid: "ca9d99e7", + type: "item", + items: [{ + item: "nuclearcraft:water_source_compact" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/81750976.snbt b/config/ftbquests/normal/chapters/ddc89903/81750976.snbt new file mode 100644 index 00000000..c819e695 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/81750976.snbt @@ -0,0 +1,19 @@ +{ + x: -5.0d, + y: -11.0d, + dependencies: [ + "e3823ba7" + ], + tasks: [{ + uid: "4743afcf", + type: "item", + items: [{ + id: "modularrouters:module", + Damage: 9s, + tag: { + Flags: 13b, + ModuleFilter: [] + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/83579900.snbt b/config/ftbquests/normal/chapters/ddc89903/83579900.snbt new file mode 100644 index 00000000..d73b69ed --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/83579900.snbt @@ -0,0 +1,14 @@ +{ + x: -8.0d, + y: 7.5d, + dependencies: [ + "90f190f5" + ], + tasks: [{ + uid: "876e1799", + type: "item", + items: [{ + item: "techreborn:cable 1 6" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/85fc495f.snbt b/config/ftbquests/normal/chapters/ddc89903/85fc495f.snbt new file mode 100644 index 00000000..0fa2a8ac --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/85fc495f.snbt @@ -0,0 +1,14 @@ +{ + x: -8.0d, + y: -11.0d, + dependencies: [ + "e3823ba7" + ], + tasks: [{ + uid: "4786dded", + type: "item", + items: [{ + item: "modularrouters:augment 1 4" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/87889083.snbt b/config/ftbquests/normal/chapters/ddc89903/87889083.snbt new file mode 100644 index 00000000..484fe3fa --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/87889083.snbt @@ -0,0 +1,14 @@ +{ + x: -12.0d, + y: 1.5d, + dependencies: [ + "054263a6" + ], + tasks: [{ + uid: "eee4b170", + type: "item", + items: [{ + item: "techreborn:auto_crafting_table" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/87fda1d2.snbt b/config/ftbquests/normal/chapters/ddc89903/87fda1d2.snbt new file mode 100644 index 00000000..b2e1ed7c --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/87fda1d2.snbt @@ -0,0 +1,12 @@ +{ + x: 10.0d, + y: 5.5d, + dependencies: [ + "3f5fff5f" + ], + tasks: [{ + uid: "f637317a", + type: "checkmark", + title: "Interaction Machines" + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/8860ff36.snbt b/config/ftbquests/normal/chapters/ddc89903/8860ff36.snbt new file mode 100644 index 00000000..5bb132fd --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/8860ff36.snbt @@ -0,0 +1,14 @@ +{ + x: 16.0d, + y: -3.5d, + dependencies: [ + "c886443f" + ], + tasks: [{ + uid: "675905a7", + type: "item", + items: [{ + item: "appliedenergistics2:fluid_interface" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/88ad83b9.snbt b/config/ftbquests/normal/chapters/ddc89903/88ad83b9.snbt new file mode 100644 index 00000000..6d7a8d88 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/88ad83b9.snbt @@ -0,0 +1,14 @@ +{ + x: 16.0d, + y: -2.5d, + dependencies: [ + "c886443f" + ], + tasks: [{ + uid: "05a9aafd", + type: "item", + items: [{ + item: "appliedenergistics2:interface" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/8ade682e.snbt b/config/ftbquests/normal/chapters/ddc89903/8ade682e.snbt new file mode 100644 index 00000000..a870288a --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/8ade682e.snbt @@ -0,0 +1,22 @@ +{ + x: -1.0d, + y: -7.0d, + text: [ + "The upgrades keep on coming!" + ], + dependencies: [ + "10923436" + ], + tasks: [{ + uid: "e2fec420", + type: "item", + items: [{ + id: "dankstorage:dank_2", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/8c1591c5.snbt b/config/ftbquests/normal/chapters/ddc89903/8c1591c5.snbt new file mode 100644 index 00000000..c3465e68 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/8c1591c5.snbt @@ -0,0 +1,14 @@ +{ + x: 15.0d, + y: 7.5d, + dependencies: [ + "87fda1d2" + ], + tasks: [{ + uid: "d69a052b", + type: "item", + items: [{ + item: "actuallyadditions:block_phantom_breaker" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/8cb8bef2.snbt b/config/ftbquests/normal/chapters/ddc89903/8cb8bef2.snbt new file mode 100644 index 00000000..1d33f186 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/8cb8bef2.snbt @@ -0,0 +1,14 @@ +{ + x: 2.0d, + y: 9.5d, + dependencies: [ + "062aba4e" + ], + tasks: [{ + uid: "3f5d253b", + type: "item", + items: [{ + item: "enderio:item_advanced_item_filter" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/8ccef325.snbt b/config/ftbquests/normal/chapters/ddc89903/8ccef325.snbt new file mode 100644 index 00000000..467854c5 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/8ccef325.snbt @@ -0,0 +1,14 @@ +{ + x: 11.0d, + y: -3.5d, + dependencies: [ + "279d7e23" + ], + tasks: [{ + uid: "0bef2768", + type: "item", + items: [{ + item: "xnet:controller" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/8ceb2593.snbt b/config/ftbquests/normal/chapters/ddc89903/8ceb2593.snbt new file mode 100644 index 00000000..76e3088f --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/8ceb2593.snbt @@ -0,0 +1,14 @@ +{ + x: 0.0d, + y: -10.0d, + dependencies: [ + "5e15a448" + ], + tasks: [{ + uid: "dbfde902", + type: "item", + items: [{ + item: "ironchest:iron_chest 1 1" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/8d888801.snbt b/config/ftbquests/normal/chapters/ddc89903/8d888801.snbt new file mode 100644 index 00000000..ec19c983 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/8d888801.snbt @@ -0,0 +1,14 @@ +{ + x: 13.0d, + y: 7.5d, + dependencies: [ + "87fda1d2" + ], + tasks: [{ + uid: "39b40830", + type: "item", + items: [{ + item: "actuallyadditions:block_breaker" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/8da6d2ea.snbt b/config/ftbquests/normal/chapters/ddc89903/8da6d2ea.snbt new file mode 100644 index 00000000..5279e871 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/8da6d2ea.snbt @@ -0,0 +1,38 @@ +{ + x: 15.0d, + y: -4.5d, + dependencies: [ + "e14db201" + ], + tasks: [{ + uid: "5b9694dc", + type: "item", + items: [{ + id: "extracells:storage.physical", + tag: { + upgrades: {}, + config: {}, + fuzzyMode: "IGNORE_ALL" + }, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_nbt: 1b + }, + { + uid: "a993816d", + type: "item", + items: [{ + id: "extracells:storage.fluid", + Damage: 4s, + tag: { + fuzzyMode: "IGNORE_ALL" + }, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/8e325945.snbt b/config/ftbquests/normal/chapters/ddc89903/8e325945.snbt new file mode 100644 index 00000000..9316a726 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/8e325945.snbt @@ -0,0 +1,35 @@ +{ + x: 17.0d, + y: -5.5d, + dependencies: [ + "c886443f" + ], + tasks: [{ + uid: "be6211a9", + type: "item", + items: [{ + item: "packagedexcrafting:basic_crafter" + }] + }, + { + uid: "40f99468", + type: "item", + items: [{ + item: "packagedexcrafting:advanced_crafter" + }] + }, + { + uid: "43ba63c7", + type: "item", + items: [{ + item: "packagedexcrafting:elite_crafter" + }] + }, + { + uid: "3f93b8a2", + type: "item", + items: [{ + item: "packagedexcrafting:ultimate_crafter" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/8f070753.snbt b/config/ftbquests/normal/chapters/ddc89903/8f070753.snbt new file mode 100644 index 00000000..cb3a024d --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/8f070753.snbt @@ -0,0 +1,14 @@ +{ + x: -13.0d, + y: -7.5d, + dependencies: [ + "5098f04b" + ], + tasks: [{ + uid: "631057ac", + type: "item", + items: [{ + item: "projectred-integration:gate 1 20" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/90115d29.snbt b/config/ftbquests/normal/chapters/ddc89903/90115d29.snbt new file mode 100644 index 00000000..42f511b8 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/90115d29.snbt @@ -0,0 +1,14 @@ +{ + x: 15.0d, + y: 12.5d, + dependencies: [ + "87fda1d2" + ], + tasks: [{ + uid: "315249e5", + type: "item", + items: [{ + item: "randomthings:itemcollector" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/90f190f5.snbt b/config/ftbquests/normal/chapters/ddc89903/90f190f5.snbt new file mode 100644 index 00000000..d572b486 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/90f190f5.snbt @@ -0,0 +1,14 @@ +{ + x: -8.0d, + y: 6.5d, + dependencies: [ + "e1ae6499" + ], + tasks: [{ + uid: "7ed68362", + type: "item", + items: [{ + item: "techreborn:cable 1 5" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/92edae53.snbt b/config/ftbquests/normal/chapters/ddc89903/92edae53.snbt new file mode 100644 index 00000000..9f72ab1e --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/92edae53.snbt @@ -0,0 +1,14 @@ +{ + x: 13.0d, + y: 12.5d, + dependencies: [ + "87fda1d2" + ], + tasks: [{ + uid: "e1ece87e", + type: "item", + items: [{ + item: "enderio:block_vacuum_chest" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/93450d07.snbt b/config/ftbquests/normal/chapters/ddc89903/93450d07.snbt new file mode 100644 index 00000000..88301a01 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/93450d07.snbt @@ -0,0 +1,14 @@ +{ + x: 11.0d, + y: 9.5d, + dependencies: [ + "87fda1d2" + ], + tasks: [{ + uid: "d08f9bc0", + type: "item", + items: [{ + item: "draconicevolution:entity_detector" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/936f6a1f.snbt b/config/ftbquests/normal/chapters/ddc89903/936f6a1f.snbt new file mode 100644 index 00000000..3b190e30 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/936f6a1f.snbt @@ -0,0 +1,14 @@ +{ + x: -13.0d, + y: 8.5d, + dependencies: [ + "fc5d626a" + ], + tasks: [{ + uid: "54ee6732", + type: "item", + items: [{ + item: "integratedtunnels:part_importer_fluid_item" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/949dfe2d.snbt b/config/ftbquests/normal/chapters/ddc89903/949dfe2d.snbt new file mode 100644 index 00000000..07977f4d --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/949dfe2d.snbt @@ -0,0 +1,14 @@ +{ + x: 12.0d, + y: 11.5d, + dependencies: [ + "267490bc" + ], + tasks: [{ + uid: "9f203eda", + type: "item", + items: [{ + item: "actuallyadditions:block_fluid_collector" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/96697d2c.snbt b/config/ftbquests/normal/chapters/ddc89903/96697d2c.snbt new file mode 100644 index 00000000..51c9de8e --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/96697d2c.snbt @@ -0,0 +1,14 @@ +{ + x: 11.0d, + y: 3.5d, + dependencies: [ + "c8f3e8ce" + ], + tasks: [{ + uid: "9db55bf2", + type: "item", + items: [{ + item: "computercraft:computer" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/9711a1a5.snbt b/config/ftbquests/normal/chapters/ddc89903/9711a1a5.snbt new file mode 100644 index 00000000..2c58d117 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/9711a1a5.snbt @@ -0,0 +1,14 @@ +{ + x: -11.0d, + y: 8.5d, + dependencies: [ + "fc5d626a" + ], + tasks: [{ + uid: "68c8c2c2", + type: "item", + items: [{ + item: "integratedtunnels:part_importer_energy_item" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/9725d475.snbt b/config/ftbquests/normal/chapters/ddc89903/9725d475.snbt new file mode 100644 index 00000000..cec98704 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/9725d475.snbt @@ -0,0 +1,14 @@ +{ + x: -7.0d, + y: -8.0d, + dependencies: [ + "e3823ba7" + ], + tasks: [{ + uid: "c15393d6", + type: "item", + items: [{ + item: "modularrouters:filter 1 1" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/97f0acbb.snbt b/config/ftbquests/normal/chapters/ddc89903/97f0acbb.snbt new file mode 100644 index 00000000..12b0bcae --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/97f0acbb.snbt @@ -0,0 +1,17 @@ +{ + x: -2.0d, + y: -7.0d, + text: [ + "Alchemical chests are a fairly cheap but powerful storage option." + ], + dependencies: [ + "3e43ff11" + ], + tasks: [{ + uid: "16536f53", + type: "item", + items: [{ + item: "projecte:alchemical_chest" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/986c02ef.snbt b/config/ftbquests/normal/chapters/ddc89903/986c02ef.snbt new file mode 100644 index 00000000..3b20da27 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/986c02ef.snbt @@ -0,0 +1,14 @@ +{ + x: 5.0d, + y: 11.5d, + dependencies: [ + "23968262" + ], + tasks: [{ + uid: "60ad066f", + type: "item", + items: [{ + item: "buildcrafttransport:pipe_diamond_wood_fluid" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/99f35ecd.snbt b/config/ftbquests/normal/chapters/ddc89903/99f35ecd.snbt new file mode 100644 index 00000000..218330d5 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/99f35ecd.snbt @@ -0,0 +1,14 @@ +{ + x: -12.0d, + y: -6.5d, + dependencies: [ + "5098f04b" + ], + tasks: [{ + uid: "92f2af1c", + type: "item", + items: [{ + item: "projectred-integration:gate 1 13" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/9a397fa2.snbt b/config/ftbquests/normal/chapters/ddc89903/9a397fa2.snbt new file mode 100644 index 00000000..e998f062 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/9a397fa2.snbt @@ -0,0 +1,14 @@ +{ + x: 12.0d, + y: -1.5d, + dependencies: [ + "c886443f" + ], + tasks: [{ + uid: "786c1be6", + type: "item", + items: [{ + item: "appliedenergistics2:material 1 29" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/9a5f3f9c.snbt b/config/ftbquests/normal/chapters/ddc89903/9a5f3f9c.snbt new file mode 100644 index 00000000..52633b10 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/9a5f3f9c.snbt @@ -0,0 +1,19 @@ +{ + x: 4.0d, + y: -10.0d, + dependencies: [ + "af82d623" + ], + tasks: [{ + uid: "fbeb07f6", + type: "item", + items: [{ + id: "industrialforegoing:black_hole_tank", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/9b0ff1b2.snbt b/config/ftbquests/normal/chapters/ddc89903/9b0ff1b2.snbt new file mode 100644 index 00000000..6b79665d --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/9b0ff1b2.snbt @@ -0,0 +1,14 @@ +{ + x: -8.0d, + y: -8.0d, + dependencies: [ + "e3823ba7" + ], + tasks: [{ + uid: "077ed356", + type: "item", + items: [{ + item: "modularrouters:augment 1 1" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/9e8bf2e0.snbt b/config/ftbquests/normal/chapters/ddc89903/9e8bf2e0.snbt new file mode 100644 index 00000000..7876c0fa --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/9e8bf2e0.snbt @@ -0,0 +1,17 @@ +{ + x: 12.0d, + y: 1.5d, + dependencies: [ + "c886443f" + ], + tasks: [{ + uid: "d6ba07a2", + type: "item", + items: [{ + id: "appliedenergistics2:memory_card", + tag: {} + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/9ec8d164.snbt b/config/ftbquests/normal/chapters/ddc89903/9ec8d164.snbt new file mode 100644 index 00000000..bcc8b097 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/9ec8d164.snbt @@ -0,0 +1,14 @@ +{ + x: -16.0d, + y: -4.5d, + dependencies: [ + "5098f04b" + ], + tasks: [{ + uid: "46e84883", + type: "item", + items: [{ + item: "projectred-integration:gate 1 11" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/9f26751d.snbt b/config/ftbquests/normal/chapters/ddc89903/9f26751d.snbt new file mode 100644 index 00000000..71ef9fbd --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/9f26751d.snbt @@ -0,0 +1,14 @@ +{ + x: -15.0d, + y: -7.5d, + dependencies: [ + "5098f04b" + ], + tasks: [{ + uid: "ece02712", + type: "item", + items: [{ + item: "projectred-integration:gate 1 27" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/9ff5dd61.snbt b/config/ftbquests/normal/chapters/ddc89903/9ff5dd61.snbt new file mode 100644 index 00000000..ef7a87d7 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/9ff5dd61.snbt @@ -0,0 +1,26 @@ +{ + x: 13.0d, + y: -4.5d, + dependencies: [ + "279d7e23" + ], + tasks: [{ + uid: "5da4d95e", + type: "item", + items: [{ + id: "xnet:advanced_connector", + tag: { + display: { + LocName: "tile.xnet.advanced_connector_blue.name" + } + } + }] + }, + { + uid: "0b8313d8", + type: "item", + items: [{ + item: "xnet:connector_upgrade" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/a0471790.snbt b/config/ftbquests/normal/chapters/ddc89903/a0471790.snbt new file mode 100644 index 00000000..61313602 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/a0471790.snbt @@ -0,0 +1,14 @@ +{ + x: -17.0d, + y: -3.5d, + dependencies: [ + "5098f04b" + ], + tasks: [{ + uid: "3dfe98e5", + type: "item", + items: [{ + item: "projectred-integration:gate 1 5" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/a2e193e6.snbt b/config/ftbquests/normal/chapters/ddc89903/a2e193e6.snbt new file mode 100644 index 00000000..0654c151 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/a2e193e6.snbt @@ -0,0 +1,14 @@ +{ + x: 19.0d, + y: -0.5d, + dependencies: [ + "c886443f" + ], + tasks: [{ + uid: "6e750ca7", + type: "item", + items: [{ + item: "appliedenergistics2:crafting_unit" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/a35c2f5b.snbt b/config/ftbquests/normal/chapters/ddc89903/a35c2f5b.snbt new file mode 100644 index 00000000..abce4039 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/a35c2f5b.snbt @@ -0,0 +1,14 @@ +{ + x: 19.0d, + y: -3.5d, + dependencies: [ + "a2e193e6" + ], + tasks: [{ + uid: "8eedb26f", + type: "item", + items: [{ + item: "appliedenergistics2:crafting_storage_16k" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/a407b787.snbt b/config/ftbquests/normal/chapters/ddc89903/a407b787.snbt new file mode 100644 index 00000000..47bbea14 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/a407b787.snbt @@ -0,0 +1,14 @@ +{ + x: 16.0d, + y: -1.5d, + dependencies: [ + "c886443f" + ], + tasks: [{ + uid: "de85679a", + type: "item", + items: [{ + item: "packagedauto:recipe_holder" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/a70fc224.snbt b/config/ftbquests/normal/chapters/ddc89903/a70fc224.snbt new file mode 100644 index 00000000..f9cc8ba8 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/a70fc224.snbt @@ -0,0 +1,22 @@ +{ + icon: "wrcbe:material 1 3", + x: -11.0d, + y: -3.5d, + dependencies: [ + "5098f04b" + ], + tasks: [{ + uid: "373ae443", + type: "item", + items: [{ + item: "wrcbe:wireless_logic" + }] + }, + { + uid: "63ccb6ca", + type: "item", + items: [{ + item: "wrcbe:wireless_logic 1 1" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/a74d9b56.snbt b/config/ftbquests/normal/chapters/ddc89903/a74d9b56.snbt new file mode 100644 index 00000000..fc10f248 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/a74d9b56.snbt @@ -0,0 +1,29 @@ +{ + x: 11.0d, + y: 1.5d, + dependencies: [ + "c886443f" + ], + tasks: [{ + uid: "3410e19c", + type: "item", + items: [{ + item: "appliedenergistics2:wireless_access_point" + }] + }, + { + uid: "699ae904", + type: "item", + items: [{ + id: "wct:wct", + tag: { + InfinityEnergy: 0 + }, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/a7a33375.snbt b/config/ftbquests/normal/chapters/ddc89903/a7a33375.snbt new file mode 100644 index 00000000..31690956 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/a7a33375.snbt @@ -0,0 +1,84 @@ +{ + x: -12.0d, + y: -10.5d, + dependencies: [ + "46a67818" + ], + tasks: [{ + uid: "bcb33d78", + type: "item", + items: [{ + item: "enderio:item_redstone_not_filter" + }] + }, + { + uid: "5418b3d2", + type: "item", + items: [{ + item: "enderio:item_redstone_or_filter" + }] + }, + { + uid: "9f40b0e6", + type: "item", + items: [{ + item: "enderio:item_redstone_and_filter" + }] + }, + { + uid: "0b7c128b", + type: "item", + items: [{ + item: "enderio:item_redstone_nor_filter" + }] + }, + { + uid: "9ad783a5", + type: "item", + items: [{ + item: "enderio:item_redstone_nand_filter" + }] + }, + { + uid: "90bc0043", + type: "item", + items: [{ + item: "enderio:item_redstone_xor_filter" + }] + }, + { + uid: "71707ded", + type: "item", + items: [{ + item: "enderio:item_redstone_xnor_filter" + }] + }, + { + uid: "00c15c0b", + type: "item", + items: [{ + item: "enderio:item_redstone_toggle_filter" + }] + }, + { + uid: "f2858f9a", + type: "item", + items: [{ + item: "enderio:item_redstone_counting_filter" + }] + }, + { + uid: "af3e5765", + type: "item", + items: [{ + item: "enderio:item_redstone_sensor_filter" + }] + }, + { + uid: "ef412e25", + type: "item", + items: [{ + item: "enderio:item_redstone_timer_filter" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/a7eef1a2.snbt b/config/ftbquests/normal/chapters/ddc89903/a7eef1a2.snbt new file mode 100644 index 00000000..506c9bb5 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/a7eef1a2.snbt @@ -0,0 +1,14 @@ +{ + x: -17.0d, + y: -4.5d, + dependencies: [ + "5098f04b" + ], + tasks: [{ + uid: "70953cc9", + type: "item", + items: [{ + item: "projectred-integration:gate 1 33" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/a87e5964.snbt b/config/ftbquests/normal/chapters/ddc89903/a87e5964.snbt new file mode 100644 index 00000000..3b117cf8 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/a87e5964.snbt @@ -0,0 +1,14 @@ +{ + x: 7.0d, + y: 9.5d, + dependencies: [ + "e877f387" + ], + tasks: [{ + uid: "1060ee5c", + type: "item", + items: [{ + item: "thermaldynamics:duct_16 1 6" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/a8ae1886.snbt b/config/ftbquests/normal/chapters/ddc89903/a8ae1886.snbt new file mode 100644 index 00000000..a379ca1d --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/a8ae1886.snbt @@ -0,0 +1,17 @@ +{ + x: 1.0d, + y: -9.0d, + text: [ + "Controller slaves can be used to connect parts of a drawer network for additional inputs and outputs." + ], + dependencies: [ + "4a69e531" + ], + tasks: [{ + uid: "162a9ea8", + type: "item", + items: [{ + item: "storagedrawers:controllerslave" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/a951803b.snbt b/config/ftbquests/normal/chapters/ddc89903/a951803b.snbt new file mode 100644 index 00000000..317fa62f --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/a951803b.snbt @@ -0,0 +1,14 @@ +{ + x: -12.0d, + y: -7.5d, + dependencies: [ + "5098f04b" + ], + tasks: [{ + uid: "b1d32aaf", + type: "item", + items: [{ + item: "projectred-integration:gate 1 25" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/a9de84f4.snbt b/config/ftbquests/normal/chapters/ddc89903/a9de84f4.snbt new file mode 100644 index 00000000..6c1394ff --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/a9de84f4.snbt @@ -0,0 +1,28 @@ +{ + x: -11.0d, + y: 3.5d, + dependencies: [ + "fc5d626a" + ], + tasks: [{ + uid: "2740dc3d", + type: "item", + items: [{ + item: "integrateddynamics:variablestore" + }] + }, + { + uid: "77000aba", + type: "item", + items: [{ + item: "integrateddynamics:variable" + }] + }, + { + uid: "3ce49df1", + type: "item", + items: [{ + item: "integrateddynamics:portable_logic_programmer" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/ad1a61e9.snbt b/config/ftbquests/normal/chapters/ddc89903/ad1a61e9.snbt new file mode 100644 index 00000000..f5f2d2a8 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/ad1a61e9.snbt @@ -0,0 +1,14 @@ +{ + x: 13.0d, + y: 10.5d, + dependencies: [ + "87fda1d2" + ], + tasks: [{ + uid: "e55f06d6", + type: "item", + items: [{ + item: "actuallyadditions:block_phantom_liquiface" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/adb65dd2.snbt b/config/ftbquests/normal/chapters/ddc89903/adb65dd2.snbt new file mode 100644 index 00000000..32884d84 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/adb65dd2.snbt @@ -0,0 +1,14 @@ +{ + x: 19.0d, + y: -1.5d, + dependencies: [ + "a2e193e6" + ], + tasks: [{ + uid: "85ae6896", + type: "item", + items: [{ + item: "appliedenergistics2:crafting_storage_1k" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/af82d623.snbt b/config/ftbquests/normal/chapters/ddc89903/af82d623.snbt new file mode 100644 index 00000000..ec31a17b --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/af82d623.snbt @@ -0,0 +1,28 @@ +{ + x: 4.0d, + y: -9.0d, + dependencies: [ + "fe429362" + ], + tasks: [{ + uid: "a1d17b0a", + type: "item", + items: [{ + item: "railcraft:tank_steel_gauge" + }] + }, + { + uid: "46cd3c7d", + type: "item", + items: [{ + item: "railcraft:tank_steel_valve" + }] + }, + { + uid: "c122fb41", + type: "item", + items: [{ + item: "railcraft:tank_steel_wall" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/af9c5b71.snbt b/config/ftbquests/normal/chapters/ddc89903/af9c5b71.snbt new file mode 100644 index 00000000..ce32b418 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/af9c5b71.snbt @@ -0,0 +1,21 @@ +{ + x: -1.0d, + y: 6.5d, + dependencies: [ + "0768cd15" + ], + tasks: [{ + uid: "f25b7e8c", + type: "item", + items: [{ + item: "buildcrafttransport:pipe_wood_item" + }] + }, + { + uid: "cbda867f", + type: "item", + items: [{ + item: "buildcraftcore:engine" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/b0340be0.snbt b/config/ftbquests/normal/chapters/ddc89903/b0340be0.snbt new file mode 100644 index 00000000..235d615a --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/b0340be0.snbt @@ -0,0 +1,14 @@ +{ + x: -3.0d, + y: 8.5d, + dependencies: [ + "0cb89ecd" + ], + tasks: [{ + uid: "4890b35f", + type: "item", + items: [{ + item: "randomthings:spectrecoil_ender" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/b15eaf77.snbt b/config/ftbquests/normal/chapters/ddc89903/b15eaf77.snbt new file mode 100644 index 00000000..3f15c264 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/b15eaf77.snbt @@ -0,0 +1,14 @@ +{ + x: -13.0d, + y: -9.5d, + dependencies: [ + "5098f04b" + ], + tasks: [{ + uid: "43104704", + type: "item", + items: [{ + item: "projectred-integration:gate 1 16" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/b2219c53.snbt b/config/ftbquests/normal/chapters/ddc89903/b2219c53.snbt new file mode 100644 index 00000000..ad1e0dd5 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/b2219c53.snbt @@ -0,0 +1,14 @@ +{ + x: -4.0d, + y: 7.5d, + dependencies: [ + "e301a765" + ], + tasks: [{ + uid: "32a7f6ed", + type: "item", + items: [{ + item: "actuallyadditions:block_laser_relay_advanced" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/b2876532.snbt b/config/ftbquests/normal/chapters/ddc89903/b2876532.snbt new file mode 100644 index 00000000..386028f9 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/b2876532.snbt @@ -0,0 +1,14 @@ +{ + x: -16.0d, + y: -8.5d, + dependencies: [ + "5098f04b" + ], + tasks: [{ + uid: "de48e892", + type: "item", + items: [{ + item: "projectred-integration:gate 1 28" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/b39e35e8.snbt b/config/ftbquests/normal/chapters/ddc89903/b39e35e8.snbt new file mode 100644 index 00000000..162314e5 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/b39e35e8.snbt @@ -0,0 +1,14 @@ +{ + x: -7.0d, + y: 11.5d, + dependencies: [ + "5a91f2a0" + ], + tasks: [{ + uid: "401843aa", + type: "item", + items: [{ + item: "thermaldynamics:duct_0 1 5" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/b40a8a83.snbt b/config/ftbquests/normal/chapters/ddc89903/b40a8a83.snbt new file mode 100644 index 00000000..2100ec74 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/b40a8a83.snbt @@ -0,0 +1,14 @@ +{ + x: 11.0d, + y: 5.5d, + dependencies: [ + "87fda1d2" + ], + tasks: [{ + uid: "d064e572", + type: "item", + items: [{ + item: "extrautils2:scanner" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/b50312a9.snbt b/config/ftbquests/normal/chapters/ddc89903/b50312a9.snbt new file mode 100644 index 00000000..b57fcbd2 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/b50312a9.snbt @@ -0,0 +1,22 @@ +{ + x: -6.0d, + y: -8.0d, + dependencies: [ + "e3823ba7" + ], + tasks: [{ + uid: "4c8b0b0b", + type: "item", + items: [{ + id: "modularrouters:module", + Damage: 1s, + tag: { + Flags: 13b, + ModuleFilter: [], + Speed: 0.0f, + Pitch: 0.0f, + Yaw: 0.0f + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/b593655f.snbt b/config/ftbquests/normal/chapters/ddc89903/b593655f.snbt new file mode 100644 index 00000000..3913cdde --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/b593655f.snbt @@ -0,0 +1,14 @@ +{ + x: -8.0d, + y: 10.5d, + dependencies: [ + "c7a00db8" + ], + tasks: [{ + uid: "dfce4d57", + type: "item", + items: [{ + item: "techreborn:cable 1 8" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/b5c4f166.snbt b/config/ftbquests/normal/chapters/ddc89903/b5c4f166.snbt new file mode 100644 index 00000000..dd622084 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/b5c4f166.snbt @@ -0,0 +1,19 @@ +{ + x: -6.0d, + y: -9.0d, + dependencies: [ + "e3823ba7" + ], + tasks: [{ + uid: "1e7d2596", + type: "item", + items: [{ + id: "modularrouters:module", + Damage: 2s, + tag: { + Flags: 13b, + ModuleFilter: [] + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/b7020ac9.snbt b/config/ftbquests/normal/chapters/ddc89903/b7020ac9.snbt new file mode 100644 index 00000000..2eddbdf5 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/b7020ac9.snbt @@ -0,0 +1,19 @@ +{ + x: 12.0d, + y: -4.5d, + dependencies: [ + "279d7e23" + ], + tasks: [{ + uid: "d44b81f7", + type: "item", + items: [{ + id: "xnet:connector", + tag: { + display: { + LocName: "tile.xnet.connector_blue.name" + } + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/b7345ece.snbt b/config/ftbquests/normal/chapters/ddc89903/b7345ece.snbt new file mode 100644 index 00000000..9e12eceb --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/b7345ece.snbt @@ -0,0 +1,14 @@ +{ + x: -1.0d, + y: 8.5d, + dependencies: [ + "af9c5b71" + ], + tasks: [{ + uid: "e1914a96", + type: "item", + items: [{ + item: "buildcrafttransport:pipe_gold_item" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/b87cb812.snbt b/config/ftbquests/normal/chapters/ddc89903/b87cb812.snbt new file mode 100644 index 00000000..b7f19276 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/b87cb812.snbt @@ -0,0 +1,14 @@ +{ + x: 14.0d, + y: 1.5d, + dependencies: [ + "c886443f" + ], + tasks: [{ + uid: "dcd15c92", + type: "item", + items: [{ + item: "appliedenergistics2:part 1 460" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/b8952e11.snbt b/config/ftbquests/normal/chapters/ddc89903/b8952e11.snbt new file mode 100644 index 00000000..edb61870 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/b8952e11.snbt @@ -0,0 +1,14 @@ +{ + x: 4.0d, + y: -7.0d, + dependencies: [ + "54ee6739" + ], + tasks: [{ + uid: "879c4e53", + type: "item", + items: [{ + item: "openblocks:tank" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/b95f3739.snbt b/config/ftbquests/normal/chapters/ddc89903/b95f3739.snbt new file mode 100644 index 00000000..74d013aa --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/b95f3739.snbt @@ -0,0 +1,14 @@ +{ + x: -18.0d, + y: 5.5d, + dependencies: [ + "fc5d626a" + ], + tasks: [{ + uid: "69fe7b4c", + type: "item", + items: [{ + item: "integrateddynamics:part_network_reader_item" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/b9764055.snbt b/config/ftbquests/normal/chapters/ddc89903/b9764055.snbt new file mode 100644 index 00000000..29a7fc47 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/b9764055.snbt @@ -0,0 +1,28 @@ +{ + x: -4.0d, + y: 11.5d, + dependencies: [ + "1a4023ea" + ], + tasks: [{ + uid: "3a42536d", + type: "item", + items: [{ + item: "draconicevolution:energy_crystal 1 2" + }] + }, + { + uid: "aada40e9", + type: "item", + items: [{ + item: "draconicevolution:energy_crystal 1 5" + }] + }, + { + uid: "41af9998", + type: "item", + items: [{ + item: "draconicevolution:energy_crystal 1 8" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/b9882e4f.snbt b/config/ftbquests/normal/chapters/ddc89903/b9882e4f.snbt new file mode 100644 index 00000000..d5fa86a6 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/b9882e4f.snbt @@ -0,0 +1,14 @@ +{ + x: -13.0d, + y: -5.5d, + dependencies: [ + "5098f04b" + ], + tasks: [{ + uid: "711034ec", + type: "item", + items: [{ + item: "projectred-integration:gate 1 26" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/ba33acc4.snbt b/config/ftbquests/normal/chapters/ddc89903/ba33acc4.snbt new file mode 100644 index 00000000..2635119d --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/ba33acc4.snbt @@ -0,0 +1,14 @@ +{ + x: -7.0d, + y: -7.0d, + dependencies: [ + "e3823ba7" + ], + tasks: [{ + uid: "180bcc60", + type: "item", + items: [{ + item: "modularrouters:filter" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/ba40bc0c.snbt b/config/ftbquests/normal/chapters/ddc89903/ba40bc0c.snbt new file mode 100644 index 00000000..2c18a6d1 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/ba40bc0c.snbt @@ -0,0 +1,14 @@ +{ + x: -15.0d, + y: -4.5d, + dependencies: [ + "5098f04b" + ], + tasks: [{ + uid: "3a76dfc2", + type: "item", + items: [{ + item: "projectred-integration:gate 1 19" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/bbcd1637.snbt b/config/ftbquests/normal/chapters/ddc89903/bbcd1637.snbt new file mode 100644 index 00000000..e51bf316 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/bbcd1637.snbt @@ -0,0 +1,23 @@ +{ + x: 16.0d, + y: 1.5d, + dependencies: [ + "c886443f" + ], + tasks: [{ + uid: "b4fe6686", + type: "item", + items: [{ + item: "ae2stuff:wireless" + }] + }, + { + uid: "c4e32f5c", + type: "item", + items: [{ + item: "ae2stuff:wireless_kit" + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/bc1595ce.snbt b/config/ftbquests/normal/chapters/ddc89903/bc1595ce.snbt new file mode 100644 index 00000000..816dfb3b --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/bc1595ce.snbt @@ -0,0 +1,14 @@ +{ + x: 11.0d, + y: 7.5d, + dependencies: [ + "87fda1d2" + ], + tasks: [{ + uid: "e385c8aa", + type: "item", + items: [{ + item: "actuallyadditions:block_placer" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/bdd4cf91.snbt b/config/ftbquests/normal/chapters/ddc89903/bdd4cf91.snbt new file mode 100644 index 00000000..ce1f5589 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/bdd4cf91.snbt @@ -0,0 +1,14 @@ +{ + x: -11.0d, + y: 2.5d, + dependencies: [ + "054263a6" + ], + tasks: [{ + uid: "d12bf012", + type: "item", + items: [{ + item: "cyclicmagic:auto_crafter" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/bddfe7f3.snbt b/config/ftbquests/normal/chapters/ddc89903/bddfe7f3.snbt new file mode 100644 index 00000000..b49a42ec --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/bddfe7f3.snbt @@ -0,0 +1,14 @@ +{ + x: 7.0d, + y: 7.5d, + dependencies: [ + "d86c878a" + ], + tasks: [{ + uid: "800bab0f", + type: "item", + items: [{ + item: "thermaldynamics:duct_16 1 2" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/bec0e9a2.snbt b/config/ftbquests/normal/chapters/ddc89903/bec0e9a2.snbt new file mode 100644 index 00000000..38702fd9 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/bec0e9a2.snbt @@ -0,0 +1,14 @@ +{ + x: -1.0d, + y: 9.5d, + dependencies: [ + "af9c5b71" + ], + tasks: [{ + uid: "2c4943a9", + type: "item", + items: [{ + item: "buildcrafttransport:pipe_iron_item" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/bf92fba8.snbt b/config/ftbquests/normal/chapters/ddc89903/bf92fba8.snbt new file mode 100644 index 00000000..a21ef9b7 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/bf92fba8.snbt @@ -0,0 +1,14 @@ +{ + x: -15.0d, + y: -5.5d, + dependencies: [ + "5098f04b" + ], + tasks: [{ + uid: "d9fb659b", + type: "item", + items: [{ + item: "projectred-integration:gate 1 21" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/c221833c.snbt b/config/ftbquests/normal/chapters/ddc89903/c221833c.snbt new file mode 100644 index 00000000..93b48d13 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/c221833c.snbt @@ -0,0 +1,19 @@ +{ + x: -4.0d, + y: -10.0d, + dependencies: [ + "e3823ba7" + ], + tasks: [{ + uid: "f77b6ff3", + type: "item", + items: [{ + id: "modularrouters:module", + Damage: 15s, + tag: { + Flags: 13b, + ModuleFilter: [] + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/c2577676.snbt b/config/ftbquests/normal/chapters/ddc89903/c2577676.snbt new file mode 100644 index 00000000..981a9eb1 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/c2577676.snbt @@ -0,0 +1,14 @@ +{ + x: -14.0d, + y: 8.5d, + dependencies: [ + "fc5d626a" + ], + tasks: [{ + uid: "b3ec93c6", + type: "item", + items: [{ + item: "integratedtunnels:part_importer_world_energy_item" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/c3902da2.snbt b/config/ftbquests/normal/chapters/ddc89903/c3902da2.snbt new file mode 100644 index 00000000..ff442755 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/c3902da2.snbt @@ -0,0 +1,28 @@ +{ + x: 1.0d, + y: 10.5d, + dependencies: [ + "1b981452" + ], + tasks: [{ + uid: "64d22126", + type: "item", + items: [{ + item: "thermaldynamics:servo" + }] + }, + { + uid: "cdc4819a", + type: "item", + items: [{ + item: "thermaldynamics:filter" + }] + }, + { + uid: "87a149cd", + type: "item", + items: [{ + item: "thermaldynamics:retriever" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/c517c057.snbt b/config/ftbquests/normal/chapters/ddc89903/c517c057.snbt new file mode 100644 index 00000000..a8a13941 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/c517c057.snbt @@ -0,0 +1,24 @@ +{ + x: 11.0d, + y: -1.5d, + text: [ + "Toggle busses can be used to connect or disconnect a section of a AE2 network using redstone." + ], + dependencies: [ + "c886443f" + ], + tasks: [{ + uid: "c9637765", + type: "item", + items: [{ + item: "appliedenergistics2:part 1 100" + }] + }, + { + uid: "a52818e0", + type: "item", + items: [{ + item: "appliedenergistics2:part 1 80" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/c62d7ba0.snbt b/config/ftbquests/normal/chapters/ddc89903/c62d7ba0.snbt new file mode 100644 index 00000000..ba72216f --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/c62d7ba0.snbt @@ -0,0 +1,14 @@ +{ + x: -18.0d, + y: -3.5d, + dependencies: [ + "5098f04b" + ], + tasks: [{ + uid: "1c8d1de7", + type: "item", + items: [{ + item: "projectred-integration:gate 1 6" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/c6655fb2.snbt b/config/ftbquests/normal/chapters/ddc89903/c6655fb2.snbt new file mode 100644 index 00000000..bdbcba37 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/c6655fb2.snbt @@ -0,0 +1,28 @@ +{ + x: 13.0d, + y: -0.5d, + dependencies: [ + "c886443f" + ], + tasks: [{ + uid: "a467f472", + type: "item", + items: [{ + item: "appliedenergistics2:part 1 260" + }] + }, + { + uid: "fc071878", + type: "item", + items: [{ + item: "appliedenergistics2:part 1 261" + }] + }, + { + uid: "00de40a6", + type: "item", + items: [{ + item: "thaumicenergistics:essentia_export" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/c67428de.snbt b/config/ftbquests/normal/chapters/ddc89903/c67428de.snbt new file mode 100644 index 00000000..c388cefe --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/c67428de.snbt @@ -0,0 +1,14 @@ +{ + x: 0.0d, + y: -11.0d, + dependencies: [ + "8ceb2593" + ], + tasks: [{ + uid: "127eb53c", + type: "item", + items: [{ + item: "ironchest:iron_chest 1 2" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/c70539b0.snbt b/config/ftbquests/normal/chapters/ddc89903/c70539b0.snbt new file mode 100644 index 00000000..a516166c --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/c70539b0.snbt @@ -0,0 +1,16 @@ +{ + x: 13.0d, + y: 1.5d, + dependencies: [ + "c886443f" + ], + tasks: [{ + uid: "a07076d2", + type: "item", + items: [{ + item: "appliedenergistics2:network_tool" + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/c779b85d.snbt b/config/ftbquests/normal/chapters/ddc89903/c779b85d.snbt new file mode 100644 index 00000000..7d1dd7dc --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/c779b85d.snbt @@ -0,0 +1,14 @@ +{ + x: 18.0d, + y: -1.5d, + dependencies: [ + "c886443f" + ], + tasks: [{ + uid: "c9931f68", + type: "item", + items: [{ + item: "thaumicenergistics:arcane_assembler" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/c77af12b.snbt b/config/ftbquests/normal/chapters/ddc89903/c77af12b.snbt new file mode 100644 index 00000000..228262cf --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/c77af12b.snbt @@ -0,0 +1,14 @@ +{ + x: -13.0d, + y: 9.5d, + dependencies: [ + "fc5d626a" + ], + tasks: [{ + uid: "4fd6a61b", + type: "item", + items: [{ + item: "integratedtunnels:part_exporter_fluid_item" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/c78bd61a.snbt b/config/ftbquests/normal/chapters/ddc89903/c78bd61a.snbt new file mode 100644 index 00000000..2cfa2636 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/c78bd61a.snbt @@ -0,0 +1,14 @@ +{ + x: -3.0d, + y: -11.0d, + dependencies: [ + "e3823ba7" + ], + tasks: [{ + uid: "bcc5d597", + type: "item", + items: [{ + item: "modularrouters:upgrade 1 4" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/c7a00db8.snbt b/config/ftbquests/normal/chapters/ddc89903/c7a00db8.snbt new file mode 100644 index 00000000..ac760440 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/c7a00db8.snbt @@ -0,0 +1,14 @@ +{ + x: -8.0d, + y: 9.5d, + dependencies: [ + "32184a9f" + ], + tasks: [{ + uid: "c885b517", + type: "item", + items: [{ + item: "techreborn:cable 1 4" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/c841a84a.snbt b/config/ftbquests/normal/chapters/ddc89903/c841a84a.snbt new file mode 100644 index 00000000..b08c4485 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/c841a84a.snbt @@ -0,0 +1,48 @@ +{ + x: 15.0d, + y: -1.5d, + dependencies: [ + "d110f5ad" + ], + tasks: [{ + uid: "76b8909f", + type: "item", + items: [{ + id: "appliedenergistics2:storage_cell_4k", + tag: {}, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }, + { + uid: "d65aca4a", + type: "item", + items: [{ + id: "appliedenergistics2:fluid_storage_cell_4k", + tag: {}, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }, + { + uid: "3e38b36d", + type: "item", + items: [{ + id: "thaumicenergistics:essentia_cell_4k", + tag: { + filter: {} + }, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/c87f10e2.snbt b/config/ftbquests/normal/chapters/ddc89903/c87f10e2.snbt new file mode 100644 index 00000000..4e13d9f8 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/c87f10e2.snbt @@ -0,0 +1,14 @@ +{ + x: -13.0d, + y: 5.5d, + dependencies: [ + "fc5d626a" + ], + tasks: [{ + uid: "c5b5e2d0", + type: "item", + items: [{ + item: "integrateddynamics:part_entity_reader_item" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/c886443f.snbt b/config/ftbquests/normal/chapters/ddc89903/c886443f.snbt new file mode 100644 index 00000000..7b3a57e7 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/c886443f.snbt @@ -0,0 +1,19 @@ +{ + x: 12.0d, + y: 0.5d, + text: [ + "The ME controller is the heart of every AE2 system.", + "Each controller can output 8 (basic) to 32 (dense) channels from each side, depending on the tipe of ME cable used.", + "Only one controller is allowed for a given network. Multiple controllers can be combined to form multiblocks. The maximum size of a controller is a 7x7x7 cube where only the edges are blocks." + ], + dependencies: [ + "e421838d" + ], + tasks: [{ + uid: "4766179d", + type: "item", + items: [{ + item: "appliedenergistics2:controller" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/c8e933db.snbt b/config/ftbquests/normal/chapters/ddc89903/c8e933db.snbt new file mode 100644 index 00000000..f0eb27ea --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/c8e933db.snbt @@ -0,0 +1,19 @@ +{ + x: -4.0d, + y: -12.0d, + dependencies: [ + "e3823ba7" + ], + tasks: [{ + uid: "e98c97e8", + type: "item", + items: [{ + id: "modularrouters:module", + Damage: 17s, + tag: { + Flags: 13b, + ModuleFilter: [] + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/c8f3e8ce.snbt b/config/ftbquests/normal/chapters/ddc89903/c8f3e8ce.snbt new file mode 100644 index 00000000..1cf5fe78 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/c8f3e8ce.snbt @@ -0,0 +1,12 @@ +{ + x: 10.0d, + y: 3.5d, + dependencies: [ + "3f5fff5f" + ], + tasks: [{ + uid: "f6a87299", + type: "checkmark", + title: "Computers!" + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/c9e1baac.snbt b/config/ftbquests/normal/chapters/ddc89903/c9e1baac.snbt new file mode 100644 index 00000000..3a33cab6 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/c9e1baac.snbt @@ -0,0 +1,14 @@ +{ + x: -11.0d, + y: 9.5d, + dependencies: [ + "fc5d626a" + ], + tasks: [{ + uid: "d115b333", + type: "item", + items: [{ + item: "integratedtunnels:part_exporter_energy_item" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/ca0b25e0.snbt b/config/ftbquests/normal/chapters/ddc89903/ca0b25e0.snbt new file mode 100644 index 00000000..12d1e385 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/ca0b25e0.snbt @@ -0,0 +1,14 @@ +{ + x: -16.0d, + y: 9.5d, + dependencies: [ + "fc5d626a" + ], + tasks: [{ + uid: "ef655720", + type: "item", + items: [{ + item: "integratedtunnels:part_exporter_world_fluid_item" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/ca4c6d17.snbt b/config/ftbquests/normal/chapters/ddc89903/ca4c6d17.snbt new file mode 100644 index 00000000..c265aecc --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/ca4c6d17.snbt @@ -0,0 +1,17 @@ +{ + x: 1.0d, + y: -8.0d, + text: [ + "The drawer controller can be used to connect a network of touching drawers to be seen as a single inventory. Great for storage busses!" + ], + dependencies: [ + "4a69e531" + ], + tasks: [{ + uid: "c2f0fbbb", + type: "item", + items: [{ + item: "storagedrawers:controller" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/cca0d157.snbt b/config/ftbquests/normal/chapters/ddc89903/cca0d157.snbt new file mode 100644 index 00000000..1ed41c50 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/cca0d157.snbt @@ -0,0 +1,19 @@ +{ + x: 11.0d, + y: -4.5d, + dependencies: [ + "279d7e23" + ], + tasks: [{ + uid: "414998e7", + type: "item", + items: [{ + id: "xnet:netcable", + tag: { + display: { + LocName: "tile.xnet.netcable_blue.name" + } + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/cdd5920b.snbt b/config/ftbquests/normal/chapters/ddc89903/cdd5920b.snbt new file mode 100644 index 00000000..abedd3a4 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/cdd5920b.snbt @@ -0,0 +1,14 @@ +{ + x: 7.0d, + y: -9.0d, + dependencies: [ + "fb3f229c" + ], + tasks: [{ + uid: "31d79d20", + type: "item", + items: [{ + item: "enderio:block_cap_bank 1 3" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/cf02c70c.snbt b/config/ftbquests/normal/chapters/ddc89903/cf02c70c.snbt new file mode 100644 index 00000000..6d6c0c06 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/cf02c70c.snbt @@ -0,0 +1,14 @@ +{ + x: 9.0d, + y: 6.5d, + dependencies: [ + "df008ef0" + ], + tasks: [{ + uid: "3fcb890c", + type: "item", + items: [{ + item: "tesslocator:basic_fluid_tesslocator" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/cfc324c5.snbt b/config/ftbquests/normal/chapters/ddc89903/cfc324c5.snbt new file mode 100644 index 00000000..47e22104 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/cfc324c5.snbt @@ -0,0 +1,14 @@ +{ + x: -13.0d, + y: 2.5d, + dependencies: [ + "054263a6" + ], + tasks: [{ + uid: "7faee6fe", + type: "item", + items: [{ + item: "buildcraftsilicon:advanced_crafting_table" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/chapter.snbt b/config/ftbquests/normal/chapters/ddc89903/chapter.snbt new file mode 100644 index 00000000..27daf448 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/chapter.snbt @@ -0,0 +1,7 @@ +{ + title: "Logistics and Organization", + icon: "wrcbe:material 1 2", + always_invisible: false, + group: 0, + default_quest_shape: "" +} diff --git a/config/ftbquests/normal/chapters/ddc89903/d110f5ad.snbt b/config/ftbquests/normal/chapters/ddc89903/d110f5ad.snbt new file mode 100644 index 00000000..ef67d795 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/d110f5ad.snbt @@ -0,0 +1,14 @@ +{ + x: 15.0d, + y: 0.5d, + dependencies: [ + "c886443f" + ], + tasks: [{ + uid: "a1a19e0c", + type: "item", + items: [{ + item: "appliedenergistics2:drive" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/d1440cb1.snbt b/config/ftbquests/normal/chapters/ddc89903/d1440cb1.snbt new file mode 100644 index 00000000..7825556c --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/d1440cb1.snbt @@ -0,0 +1,14 @@ +{ + x: 15.0d, + y: 2.5d, + dependencies: [ + "c886443f" + ], + tasks: [{ + uid: "9fc8ce51", + type: "item", + items: [{ + item: "appliedenergistics2:part 1 360" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/d17bdc95.snbt b/config/ftbquests/normal/chapters/ddc89903/d17bdc95.snbt new file mode 100644 index 00000000..4d2e7470 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/d17bdc95.snbt @@ -0,0 +1,14 @@ +{ + x: 14.0d, + y: -3.5d, + dependencies: [ + "c886443f" + ], + tasks: [{ + uid: "e5ef2dd5", + type: "item", + items: [{ + item: "appliedenergistics2:material 1 30" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/d265227e.snbt b/config/ftbquests/normal/chapters/ddc89903/d265227e.snbt new file mode 100644 index 00000000..e7d21eb6 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/d265227e.snbt @@ -0,0 +1,22 @@ +{ + x: -1.0d, + y: -12.0d, + text: [ + "The upgrades keep on coming!" + ], + dependencies: [ + "f71e6f3b" + ], + tasks: [{ + uid: "74f84465", + type: "item", + items: [{ + id: "dankstorage:dank_7", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/d2be08c6.snbt b/config/ftbquests/normal/chapters/ddc89903/d2be08c6.snbt new file mode 100644 index 00000000..ed9017fe --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/d2be08c6.snbt @@ -0,0 +1,14 @@ +{ + x: -11.0d, + y: 5.5d, + dependencies: [ + "fc5d626a" + ], + tasks: [{ + uid: "a9aad764", + type: "item", + items: [{ + item: "integrateddynamics:part_audio_reader_item" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/d351a68a.snbt b/config/ftbquests/normal/chapters/ddc89903/d351a68a.snbt new file mode 100644 index 00000000..926258e6 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/d351a68a.snbt @@ -0,0 +1,14 @@ +{ + x: 8.0d, + y: 8.5d, + dependencies: [ + "2146e6c8" + ], + tasks: [{ + uid: "9d57194f", + type: "item", + items: [{ + item: "enderio:item_liquid_conduit 1 2" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/d3898cd8.snbt b/config/ftbquests/normal/chapters/ddc89903/d3898cd8.snbt new file mode 100644 index 00000000..e024ea14 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/d3898cd8.snbt @@ -0,0 +1,14 @@ +{ + x: -6.0d, + y: 10.5d, + dependencies: [ + "3dadca14" + ], + tasks: [{ + uid: "9c6dbae0", + type: "item", + items: [{ + item: "enderio:item_endergy_conduit 1 9" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/d3e5cd0a.snbt b/config/ftbquests/normal/chapters/ddc89903/d3e5cd0a.snbt new file mode 100644 index 00000000..30bff5b5 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/d3e5cd0a.snbt @@ -0,0 +1,14 @@ +{ + x: 5.0d, + y: 12.5d, + dependencies: [ + "23968262" + ], + tasks: [{ + uid: "01b3655d", + type: "item", + items: [{ + item: "buildcrafttransport:pipe_clay_fluid" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/d5a0a334.snbt b/config/ftbquests/normal/chapters/ddc89903/d5a0a334.snbt new file mode 100644 index 00000000..c229ec47 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/d5a0a334.snbt @@ -0,0 +1,14 @@ +{ + x: -3.0d, + y: -7.0d, + dependencies: [ + "e3823ba7" + ], + tasks: [{ + uid: "1c907759", + type: "item", + items: [{ + item: "modularrouters:upgrade" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/d5df2287.snbt b/config/ftbquests/normal/chapters/ddc89903/d5df2287.snbt new file mode 100644 index 00000000..f54f5ca7 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/d5df2287.snbt @@ -0,0 +1,14 @@ +{ + x: -16.0d, + y: -3.5d, + dependencies: [ + "5098f04b" + ], + tasks: [{ + uid: "5c2b8a70", + type: "item", + items: [{ + item: "projectred-integration:gate 1 1" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/d6fa22ba.snbt b/config/ftbquests/normal/chapters/ddc89903/d6fa22ba.snbt new file mode 100644 index 00000000..b79cf757 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/d6fa22ba.snbt @@ -0,0 +1,14 @@ +{ + x: -12.0d, + y: 8.5d, + dependencies: [ + "fc5d626a" + ], + tasks: [{ + uid: "39a9eb88", + type: "item", + items: [{ + item: "integratedtunnels:part_importer_item_item" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/d78ff315.snbt b/config/ftbquests/normal/chapters/ddc89903/d78ff315.snbt new file mode 100644 index 00000000..5ea0b3f4 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/d78ff315.snbt @@ -0,0 +1,19 @@ +{ + x: -5.0d, + y: -10.0d, + dependencies: [ + "e3823ba7" + ], + tasks: [{ + uid: "69ca520a", + type: "item", + items: [{ + id: "modularrouters:module", + Damage: 8s, + tag: { + Flags: 13b, + ModuleFilter: [] + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/d7ac0da0.snbt b/config/ftbquests/normal/chapters/ddc89903/d7ac0da0.snbt new file mode 100644 index 00000000..c1512e3c --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/d7ac0da0.snbt @@ -0,0 +1,14 @@ +{ + x: -12.0d, + y: 7.5d, + dependencies: [ + "fc5d626a" + ], + tasks: [{ + uid: "429fd988", + type: "item", + items: [{ + item: "integratedtunnels:part_interface_item_item" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/d7dec81c.snbt b/config/ftbquests/normal/chapters/ddc89903/d7dec81c.snbt new file mode 100644 index 00000000..81189c6a --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/d7dec81c.snbt @@ -0,0 +1,14 @@ +{ + x: 15.0d, + y: 4.5d, + dependencies: [ + "c886443f" + ], + tasks: [{ + uid: "3e5d925f", + type: "item", + items: [{ + item: "appliedenergistics2:part 1 480" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/d7ff42e6.snbt b/config/ftbquests/normal/chapters/ddc89903/d7ff42e6.snbt new file mode 100644 index 00000000..a4c14ac7 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/d7ff42e6.snbt @@ -0,0 +1,14 @@ +{ + x: -15.0d, + y: -8.5d, + dependencies: [ + "5098f04b" + ], + tasks: [{ + uid: "71771d58", + type: "item", + items: [{ + item: "projectred-integration:gate 1 29" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/d86c878a.snbt b/config/ftbquests/normal/chapters/ddc89903/d86c878a.snbt new file mode 100644 index 00000000..08f217d4 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/d86c878a.snbt @@ -0,0 +1,14 @@ +{ + x: 7.0d, + y: 6.5d, + dependencies: [ + "df008ef0" + ], + tasks: [{ + uid: "0a1af113", + type: "item", + items: [{ + item: "thermaldynamics:duct_16" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/d8b7da17.snbt b/config/ftbquests/normal/chapters/ddc89903/d8b7da17.snbt new file mode 100644 index 00000000..6e6e4326 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/d8b7da17.snbt @@ -0,0 +1,14 @@ +{ + x: 19.0d, + y: -8.5d, + dependencies: [ + "6708a578" + ], + tasks: [{ + uid: "be45a6f8", + type: "item", + items: [{ + item: "extracpus:crafting_storage_16384k" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/d8cb2804.snbt b/config/ftbquests/normal/chapters/ddc89903/d8cb2804.snbt new file mode 100644 index 00000000..2d6dd229 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/d8cb2804.snbt @@ -0,0 +1,37 @@ +{ + x: 7.0d, + y: -6.0d, + text: [ + "The thermal energy cell is the basic energy storage block. It can be upgraded into stronger versions using upgrade and conversion kits." + ], + dependencies: [ + "29b80d31" + ], + tasks: [{ + uid: "5eaa8de1", + type: "item", + items: [{ + id: "thermalexpansion:cell", + tag: { + Recv: 1000, + RSControl: 0b, + Facing: 3b, + Energy: 0, + SideCache: [B; + 2b, + 1b, + 1b, + 1b, + 1b, + 1b + ], + Level: 0b, + Send: 1000 + }, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/d979f34d.snbt b/config/ftbquests/normal/chapters/ddc89903/d979f34d.snbt new file mode 100644 index 00000000..c38d155c --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/d979f34d.snbt @@ -0,0 +1,14 @@ +{ + x: -11.0d, + y: 4.5d, + dependencies: [ + "fc5d626a" + ], + tasks: [{ + uid: "4e37f60a", + type: "item", + items: [{ + item: "integrateddynamics:cable" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/db45da11.snbt b/config/ftbquests/normal/chapters/ddc89903/db45da11.snbt new file mode 100644 index 00000000..ab6f309a --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/db45da11.snbt @@ -0,0 +1,14 @@ +{ + x: 16.0d, + y: 3.5d, + dependencies: [ + "c886443f" + ], + tasks: [{ + uid: "89897250", + type: "item", + items: [{ + item: "ae2fc:part_fluid_pattern_terminal" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/dbac367c.snbt b/config/ftbquests/normal/chapters/ddc89903/dbac367c.snbt new file mode 100644 index 00000000..78df963f --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/dbac367c.snbt @@ -0,0 +1,14 @@ +{ + x: 19.0d, + y: -5.5d, + dependencies: [ + "6e69ee75" + ], + tasks: [{ + uid: "ca5e7c39", + type: "item", + items: [{ + item: "extracpus:crafting_storage_256k" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/dd7d4126.snbt b/config/ftbquests/normal/chapters/ddc89903/dd7d4126.snbt new file mode 100644 index 00000000..fa36b68e --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/dd7d4126.snbt @@ -0,0 +1,48 @@ +{ + x: 15.0d, + y: -0.5d, + dependencies: [ + "d110f5ad" + ], + tasks: [{ + uid: "7d78d846", + type: "item", + items: [{ + id: "appliedenergistics2:storage_cell_1k", + tag: {}, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }, + { + uid: "77e05091", + type: "item", + items: [{ + id: "appliedenergistics2:fluid_storage_cell_1k", + tag: {}, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }, + { + uid: "87d65a56", + type: "item", + items: [{ + id: "thaumicenergistics:essentia_cell_1k", + tag: { + filter: {} + }, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/ddc27b29.snbt b/config/ftbquests/normal/chapters/ddc89903/ddc27b29.snbt new file mode 100644 index 00000000..5ad35b06 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/ddc27b29.snbt @@ -0,0 +1,14 @@ +{ + x: -15.0d, + y: 8.5d, + dependencies: [ + "fc5d626a" + ], + tasks: [{ + uid: "9eb4ef36", + type: "item", + items: [{ + item: "integratedtunnels:part_importer_world_item_item" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/decbd052.snbt b/config/ftbquests/normal/chapters/ddc89903/decbd052.snbt new file mode 100644 index 00000000..f308faa3 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/decbd052.snbt @@ -0,0 +1,14 @@ +{ + x: -12.0d, + y: 0.5d, + dependencies: [ + "054263a6" + ], + tasks: [{ + uid: "64f45c43", + type: "item", + items: [{ + item: "enderio:block_crafter" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/dee9b255.snbt b/config/ftbquests/normal/chapters/ddc89903/dee9b255.snbt new file mode 100644 index 00000000..5f5a5308 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/dee9b255.snbt @@ -0,0 +1,14 @@ +{ + x: -13.0d, + y: 7.5d, + dependencies: [ + "fc5d626a" + ], + tasks: [{ + uid: "25562b63", + type: "item", + items: [{ + item: "integratedtunnels:part_interface_fluid_item" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/df008ef0.snbt b/config/ftbquests/normal/chapters/ddc89903/df008ef0.snbt new file mode 100644 index 00000000..aa37dc44 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/df008ef0.snbt @@ -0,0 +1,12 @@ +{ + x: 6.0d, + y: 5.5d, + dependencies: [ + "3f5fff5f" + ], + tasks: [{ + uid: "3f1506c1", + type: "checkmark", + title: "Fluid management" + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/df6e3a0d.snbt b/config/ftbquests/normal/chapters/ddc89903/df6e3a0d.snbt new file mode 100644 index 00000000..b4fa4815 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/df6e3a0d.snbt @@ -0,0 +1,19 @@ +{ + x: 3.0d, + y: -6.0d, + dependencies: [ + "54ee6739" + ], + tasks: [{ + uid: "13fd6261", + type: "item", + items: [{ + id: "thermalexpansion:tank", + tag: { + RSControl: 0b, + Level: 0b + } + }], + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/e0634afb.snbt b/config/ftbquests/normal/chapters/ddc89903/e0634afb.snbt new file mode 100644 index 00000000..e8abeb06 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/e0634afb.snbt @@ -0,0 +1,14 @@ +{ + x: -15.0d, + y: -3.5d, + dependencies: [ + "5098f04b" + ], + tasks: [{ + uid: "787ea639", + type: "item", + items: [{ + item: "projectred-integration:gate 1 7" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/e13543e0.snbt b/config/ftbquests/normal/chapters/ddc89903/e13543e0.snbt new file mode 100644 index 00000000..7ea08475 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/e13543e0.snbt @@ -0,0 +1,14 @@ +{ + x: -6.0d, + y: 7.5d, + dependencies: [ + "f19c95c7" + ], + tasks: [{ + uid: "6f20695f", + type: "item", + items: [{ + item: "enderio:item_power_conduit 1 1" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/e14db201.snbt b/config/ftbquests/normal/chapters/ddc89903/e14db201.snbt new file mode 100644 index 00000000..912414f6 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/e14db201.snbt @@ -0,0 +1,48 @@ +{ + x: 15.0d, + y: -3.5d, + dependencies: [ + "d110f5ad" + ], + tasks: [{ + uid: "7048e761", + type: "item", + items: [{ + id: "appliedenergistics2:storage_cell_64k", + tag: {}, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }, + { + uid: "804c6e46", + type: "item", + items: [{ + id: "appliedenergistics2:fluid_storage_cell_64k", + tag: {}, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }, + { + uid: "96534b55", + type: "item", + items: [{ + id: "thaumicenergistics:essentia_cell_64k", + tag: { + filter: {} + }, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/e1ae6499.snbt b/config/ftbquests/normal/chapters/ddc89903/e1ae6499.snbt new file mode 100644 index 00000000..657ec0d5 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/e1ae6499.snbt @@ -0,0 +1,12 @@ +{ + x: -5.0d, + y: 5.5d, + dependencies: [ + "3f5fff5f" + ], + tasks: [{ + uid: "4bb74499", + type: "checkmark", + title: "Energy Management" + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/e26acc24.snbt b/config/ftbquests/normal/chapters/ddc89903/e26acc24.snbt new file mode 100644 index 00000000..7cf2df48 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/e26acc24.snbt @@ -0,0 +1,14 @@ +{ + x: 16.0d, + y: 2.5d, + dependencies: [ + "c886443f" + ], + tasks: [{ + uid: "a29b8752", + type: "item", + items: [{ + item: "appliedenergistics2:part 1 340" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/e301a765.snbt b/config/ftbquests/normal/chapters/ddc89903/e301a765.snbt new file mode 100644 index 00000000..18930963 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/e301a765.snbt @@ -0,0 +1,14 @@ +{ + x: -4.0d, + y: 6.5d, + dependencies: [ + "e1ae6499" + ], + tasks: [{ + uid: "bc9c5f87", + type: "item", + items: [{ + item: "actuallyadditions:block_laser_relay" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/e3823ba7.snbt b/config/ftbquests/normal/chapters/ddc89903/e3823ba7.snbt new file mode 100644 index 00000000..cbfc49ad --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/e3823ba7.snbt @@ -0,0 +1,14 @@ +{ + x: -6.0d, + y: -6.0d, + dependencies: [ + "6f50e6d7" + ], + tasks: [{ + uid: "8442e1f1", + type: "item", + items: [{ + item: "modularrouters:item_router" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/e421838d.snbt b/config/ftbquests/normal/chapters/ddc89903/e421838d.snbt new file mode 100644 index 00000000..c7b870f0 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/e421838d.snbt @@ -0,0 +1,17 @@ +{ + x: 11.0d, + y: 0.5d, + text: [ + "The energy acceptor is used to input energy into a basic (8 channels) AE2 network. For larger numbers of channels, the ME controller should be used." + ], + dependencies: [ + "5d5d164d" + ], + tasks: [{ + uid: "d067660e", + type: "item", + items: [{ + item: "appliedenergistics2:energy_acceptor" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/e45c11ca.snbt b/config/ftbquests/normal/chapters/ddc89903/e45c11ca.snbt new file mode 100644 index 00000000..567544ea --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/e45c11ca.snbt @@ -0,0 +1,28 @@ +{ + x: 14.0d, + y: -0.5d, + dependencies: [ + "c886443f" + ], + tasks: [{ + uid: "69fefb72", + type: "item", + items: [{ + item: "appliedenergistics2:part 1 240" + }] + }, + { + uid: "69201921", + type: "item", + items: [{ + item: "appliedenergistics2:part 1 241" + }] + }, + { + uid: "ef8c88b9", + type: "item", + items: [{ + item: "thaumicenergistics:essentia_import" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/e4cc4b15.snbt b/config/ftbquests/normal/chapters/ddc89903/e4cc4b15.snbt new file mode 100644 index 00000000..8c7f4a8d --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/e4cc4b15.snbt @@ -0,0 +1,14 @@ +{ + x: 14.0d, + y: -1.5d, + dependencies: [ + "c886443f" + ], + tasks: [{ + uid: "ed531a12", + type: "item", + items: [{ + item: "appliedenergistics2:material 1 27" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/e6ca9535.snbt b/config/ftbquests/normal/chapters/ddc89903/e6ca9535.snbt new file mode 100644 index 00000000..ebe81d34 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/e6ca9535.snbt @@ -0,0 +1,14 @@ +{ + x: 12.0d, + y: 9.5d, + dependencies: [ + "93450d07" + ], + tasks: [{ + uid: "364830b7", + type: "item", + items: [{ + item: "draconicevolution:entity_detector 1 1" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/e6ef6e52.snbt b/config/ftbquests/normal/chapters/ddc89903/e6ef6e52.snbt new file mode 100644 index 00000000..2ba77e9d --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/e6ef6e52.snbt @@ -0,0 +1,22 @@ +{ + x: 5.0d, + y: -7.0d, + dependencies: [ + "54ee6739" + ], + tasks: [{ + uid: "d4c09582", + type: "item", + items: [{ + id: "enderio:block_tank", + tag: { + "enderio:data": { + tank: { + Empty: "", + Capacity: 16000 + } + } + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/e6f57e98.snbt b/config/ftbquests/normal/chapters/ddc89903/e6f57e98.snbt new file mode 100644 index 00000000..abcf86da --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/e6f57e98.snbt @@ -0,0 +1,28 @@ +{ + x: -9.0d, + y: 8.5d, + dependencies: [ + "f38e931e" + ], + tasks: [{ + uid: "165609b8", + type: "item", + items: [{ + item: "immersiveengineering:connector 1 4" + }] + }, + { + uid: "d8127d28", + type: "item", + items: [{ + item: "immersiveengineering:connector 1 5" + }] + }, + { + uid: "5759e0da", + type: "item", + items: [{ + item: "immersiveengineering:wirecoil 1 2" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/e72b62a2.snbt b/config/ftbquests/normal/chapters/ddc89903/e72b62a2.snbt new file mode 100644 index 00000000..f53be46d --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/e72b62a2.snbt @@ -0,0 +1,15 @@ +{ + x: 12.0d, + y: 2.5d, + dependencies: [ + "c886443f" + ], + tasks: [{ + uid: "436d5da7", + type: "item", + items: [{ + id: "appliedenergistics2:energy_cell", + tag: {} + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/e72d0e07.snbt b/config/ftbquests/normal/chapters/ddc89903/e72d0e07.snbt new file mode 100644 index 00000000..c6196c6e --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/e72d0e07.snbt @@ -0,0 +1,14 @@ +{ + x: -12.0d, + y: 9.5d, + dependencies: [ + "fc5d626a" + ], + tasks: [{ + uid: "31c570b1", + type: "item", + items: [{ + item: "integratedtunnels:part_exporter_item_item" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/e877f387.snbt b/config/ftbquests/normal/chapters/ddc89903/e877f387.snbt new file mode 100644 index 00000000..2f335121 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/e877f387.snbt @@ -0,0 +1,14 @@ +{ + x: 7.0d, + y: 8.5d, + dependencies: [ + "bddfe7f3" + ], + tasks: [{ + uid: "5c28519c", + type: "item", + items: [{ + item: "thermaldynamics:duct_16 1 4" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/ea7ae649.snbt b/config/ftbquests/normal/chapters/ddc89903/ea7ae649.snbt new file mode 100644 index 00000000..c94fa593 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/ea7ae649.snbt @@ -0,0 +1,21 @@ +{ + x: 17.0d, + y: -2.5d, + dependencies: [ + "c886443f" + ], + tasks: [{ + uid: "b2562028", + type: "item", + items: [{ + item: "packagedexcrafting:combination_crafter" + }] + }, + { + uid: "5476bd08", + type: "item", + items: [{ + item: "packagedexcrafting:marked_pedestal" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/ea8d300a.snbt b/config/ftbquests/normal/chapters/ddc89903/ea8d300a.snbt new file mode 100644 index 00000000..eeadb50f --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/ea8d300a.snbt @@ -0,0 +1,14 @@ +{ + x: 3.0d, + y: 7.5d, + dependencies: [ + "14831b7e" + ], + tasks: [{ + uid: "d7f39bdf", + type: "item", + items: [{ + item: "actuallyadditions:block_laser_relay_item_whitelist" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/ebcebf4a.snbt b/config/ftbquests/normal/chapters/ddc89903/ebcebf4a.snbt new file mode 100644 index 00000000..a8e40adc --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/ebcebf4a.snbt @@ -0,0 +1,14 @@ +{ + x: 11.0d, + y: 8.5d, + dependencies: [ + "87fda1d2" + ], + tasks: [{ + uid: "4cd9c3d9", + type: "item", + items: [{ + item: "actuallyadditions:block_dropper" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/ef68fe53.snbt b/config/ftbquests/normal/chapters/ddc89903/ef68fe53.snbt new file mode 100644 index 00000000..4a3582e5 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/ef68fe53.snbt @@ -0,0 +1,14 @@ +{ + x: -15.0d, + y: 9.5d, + dependencies: [ + "fc5d626a" + ], + tasks: [{ + uid: "a1952236", + type: "item", + items: [{ + item: "integratedtunnels:part_exporter_world_item_item" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/f04a4a02.snbt b/config/ftbquests/normal/chapters/ddc89903/f04a4a02.snbt new file mode 100644 index 00000000..1f04e5a9 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/f04a4a02.snbt @@ -0,0 +1,14 @@ +{ + x: 20.0d, + y: -1.5d, + dependencies: [ + "adb65dd2" + ], + tasks: [{ + uid: "a85269b0", + type: "item", + items: [{ + item: "appliedenergistics2:crafting_accelerator" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/f04accc6.snbt b/config/ftbquests/normal/chapters/ddc89903/f04accc6.snbt new file mode 100644 index 00000000..8a211928 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/f04accc6.snbt @@ -0,0 +1,14 @@ +{ + x: -19.0d, + y: -3.5d, + dependencies: [ + "5098f04b" + ], + tasks: [{ + uid: "5f4a7e36", + type: "item", + items: [{ + item: "projectred-integration:gate 1 4" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/f19c95c7.snbt b/config/ftbquests/normal/chapters/ddc89903/f19c95c7.snbt new file mode 100644 index 00000000..118ef658 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/f19c95c7.snbt @@ -0,0 +1,14 @@ +{ + x: -6.0d, + y: 6.5d, + dependencies: [ + "e1ae6499" + ], + tasks: [{ + uid: "51fab8df", + type: "item", + items: [{ + item: "enderio:item_power_conduit" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/f2d8fa82.snbt b/config/ftbquests/normal/chapters/ddc89903/f2d8fa82.snbt new file mode 100644 index 00000000..38134c9e --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/f2d8fa82.snbt @@ -0,0 +1,15 @@ +{ + x: 12.0d, + y: 4.5d, + dependencies: [ + "3b1abc67" + ], + tasks: [{ + uid: "18da0338", + type: "item", + items: [{ + id: "computercraft:turtle_advanced", + tag: {} + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/f38e931e.snbt b/config/ftbquests/normal/chapters/ddc89903/f38e931e.snbt new file mode 100644 index 00000000..82ed8ae6 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/f38e931e.snbt @@ -0,0 +1,35 @@ +{ + x: -9.0d, + y: 7.5d, + dependencies: [ + "1cc1f0c3" + ], + tasks: [{ + uid: "206448f2", + type: "item", + items: [{ + item: "immersiveengineering:connector 1 2" + }] + }, + { + uid: "2059444d", + type: "item", + items: [{ + item: "immersiveengineering:connector 1 3" + }] + }, + { + uid: "46714728", + type: "item", + items: [{ + item: "immersiveengineering:wirecoil 1 1" + }] + }, + { + uid: "f92ce2c8", + type: "item", + items: [{ + item: "immersiveengineering:wirecoil 1 7" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/f4d477a1.snbt b/config/ftbquests/normal/chapters/ddc89903/f4d477a1.snbt new file mode 100644 index 00000000..2f7b8c6b --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/f4d477a1.snbt @@ -0,0 +1,14 @@ +{ + x: -14.0d, + y: 9.5d, + dependencies: [ + "fc5d626a" + ], + tasks: [{ + uid: "c61064aa", + type: "item", + items: [{ + item: "integratedtunnels:part_exporter_world_energy_item" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/f52c8639.snbt b/config/ftbquests/normal/chapters/ddc89903/f52c8639.snbt new file mode 100644 index 00000000..ab61a2e6 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/f52c8639.snbt @@ -0,0 +1,14 @@ +{ + x: -8.0d, + y: -16.0d, + dependencies: [ + "e3823ba7" + ], + tasks: [{ + uid: "da61bc9b", + type: "item", + items: [{ + item: "modularrouters:augment 1 9" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/f54a7b0b.snbt b/config/ftbquests/normal/chapters/ddc89903/f54a7b0b.snbt new file mode 100644 index 00000000..2a9277c8 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/f54a7b0b.snbt @@ -0,0 +1,39 @@ +{ + x: 15.0d, + y: -6.5d, + dependencies: [ + "2b7cd439" + ], + tasks: [{ + uid: "8dab4785", + type: "item", + items: [{ + id: "extracells:storage.fluid", + Damage: 6s, + tag: { + fuzzyMode: "IGNORE_ALL" + }, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_nbt: 1b + }, + { + uid: "29a5deaa", + type: "item", + items: [{ + id: "extracells:storage.physical", + Damage: 2s, + tag: { + upgrades: {}, + config: {}, + fuzzyMode: "IGNORE_ALL" + }, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/f71e6f3b.snbt b/config/ftbquests/normal/chapters/ddc89903/f71e6f3b.snbt new file mode 100644 index 00000000..76e9d40b --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/f71e6f3b.snbt @@ -0,0 +1,22 @@ +{ + x: -1.0d, + y: -11.0d, + text: [ + "The upgrades keep on coming!" + ], + dependencies: [ + "1eda60eb" + ], + tasks: [{ + uid: "9d5a9056", + type: "item", + items: [{ + id: "dankstorage:dank_6", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/f84daf06.snbt b/config/ftbquests/normal/chapters/ddc89903/f84daf06.snbt new file mode 100644 index 00000000..8415c032 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/f84daf06.snbt @@ -0,0 +1,14 @@ +{ + x: -17.0d, + y: 5.5d, + dependencies: [ + "fc5d626a" + ], + tasks: [{ + uid: "62a583d8", + type: "item", + items: [{ + item: "integrateddynamics:part_machine_reader_item" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/f8550888.snbt b/config/ftbquests/normal/chapters/ddc89903/f8550888.snbt new file mode 100644 index 00000000..85a7fad2 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/f8550888.snbt @@ -0,0 +1,14 @@ +{ + x: -1.0d, + y: 10.5d, + dependencies: [ + "af9c5b71" + ], + tasks: [{ + uid: "616c6020", + type: "item", + items: [{ + item: "buildcrafttransport:pipe_diamond_item" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/fa4c7f86.snbt b/config/ftbquests/normal/chapters/ddc89903/fa4c7f86.snbt new file mode 100644 index 00000000..a1ca72c1 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/fa4c7f86.snbt @@ -0,0 +1,14 @@ +{ + x: -7.0d, + y: -10.0d, + dependencies: [ + "e3823ba7" + ], + tasks: [{ + uid: "e5b83513", + type: "item", + items: [{ + item: "modularrouters:filter 1 3" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/faafc6a5.snbt b/config/ftbquests/normal/chapters/ddc89903/faafc6a5.snbt new file mode 100644 index 00000000..7f1a9909 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/faafc6a5.snbt @@ -0,0 +1,14 @@ +{ + x: -12.0d, + y: -9.5d, + dependencies: [ + "5098f04b" + ], + tasks: [{ + uid: "49c2bb4a", + type: "item", + items: [{ + item: "projectred-integration:gate 1 15" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/fb242b1c.snbt b/config/ftbquests/normal/chapters/ddc89903/fb242b1c.snbt new file mode 100644 index 00000000..0efc6f00 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/fb242b1c.snbt @@ -0,0 +1,19 @@ +{ + x: -5.0d, + y: -7.0d, + dependencies: [ + "e3823ba7" + ], + tasks: [{ + uid: "f0e9d418", + type: "item", + items: [{ + id: "modularrouters:module", + Damage: 5s, + tag: { + Flags: 13b, + ModuleFilter: [] + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/fb3f229c.snbt b/config/ftbquests/normal/chapters/ddc89903/fb3f229c.snbt new file mode 100644 index 00000000..8fcdc445 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/fb3f229c.snbt @@ -0,0 +1,14 @@ +{ + x: 7.0d, + y: -8.0d, + dependencies: [ + "196ef489" + ], + tasks: [{ + uid: "e0960fb9", + type: "item", + items: [{ + item: "enderio:block_cap_bank 1 2" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/fc5d626a.snbt b/config/ftbquests/normal/chapters/ddc89903/fc5d626a.snbt new file mode 100644 index 00000000..b19a256c --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/fc5d626a.snbt @@ -0,0 +1,12 @@ +{ + x: -10.0d, + y: 3.5d, + dependencies: [ + "3f5fff5f" + ], + tasks: [{ + uid: "28022ba4", + type: "checkmark", + title: "Intergrated Circuitry" + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/fd57a834.snbt b/config/ftbquests/normal/chapters/ddc89903/fd57a834.snbt new file mode 100644 index 00000000..25ac2683 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/fd57a834.snbt @@ -0,0 +1,14 @@ +{ + x: 17.0d, + y: 5.5d, + dependencies: [ + "c886443f" + ], + tasks: [{ + uid: "6b76ed50", + type: "item", + items: [{ + item: "thaumicenergistics:arcane_inscriber" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/fe05f11b.snbt b/config/ftbquests/normal/chapters/ddc89903/fe05f11b.snbt new file mode 100644 index 00000000..be03ac77 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/fe05f11b.snbt @@ -0,0 +1,14 @@ +{ + x: -6.0d, + y: 12.5d, + dependencies: [ + "1f69c255" + ], + tasks: [{ + uid: "e9b76498", + type: "item", + items: [{ + item: "enderio:item_endergy_conduit 1 11" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/fe429362.snbt b/config/ftbquests/normal/chapters/ddc89903/fe429362.snbt new file mode 100644 index 00000000..cc08e7a6 --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/fe429362.snbt @@ -0,0 +1,28 @@ +{ + x: 4.0d, + y: -8.0d, + dependencies: [ + "b8952e11" + ], + tasks: [{ + uid: "8a778b2d", + type: "item", + items: [{ + item: "railcraft:tank_iron_gauge" + }] + }, + { + uid: "57ffc968", + type: "item", + items: [{ + item: "railcraft:tank_iron_valve" + }] + }, + { + uid: "9b3294eb", + type: "item", + items: [{ + item: "railcraft:tank_iron_wall" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/ddc89903/ff7938ad.snbt b/config/ftbquests/normal/chapters/ddc89903/ff7938ad.snbt new file mode 100644 index 00000000..93977aec --- /dev/null +++ b/config/ftbquests/normal/chapters/ddc89903/ff7938ad.snbt @@ -0,0 +1,14 @@ +{ + x: 14.0d, + y: 10.5d, + dependencies: [ + "87fda1d2" + ], + tasks: [{ + uid: "67dcd670", + type: "item", + items: [{ + item: "actuallyadditions:block_phantom_energyface" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/e2446b49/08987512.snbt b/config/ftbquests/normal/chapters/e2446b49/08987512.snbt new file mode 100644 index 00000000..06ddce0a --- /dev/null +++ b/config/ftbquests/normal/chapters/e2446b49/08987512.snbt @@ -0,0 +1,14 @@ +{ + x: 7.0d, + y: -4.5d, + dependencies: [ + "1a9cfbb7" + ], + tasks: [{ + uid: "36b3d9d9", + type: "item", + items: [{ + item: "contenttweaker:burned_enchanted_feather" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/e2446b49/099a3bab.snbt b/config/ftbquests/normal/chapters/e2446b49/099a3bab.snbt new file mode 100644 index 00000000..254b9dc1 --- /dev/null +++ b/config/ftbquests/normal/chapters/e2446b49/099a3bab.snbt @@ -0,0 +1,22 @@ +{ + x: 5.5d, + y: -7.5d, + text: [ + "The Evertide Amulet uses EMC to produce endless water." + ], + dependencies: [ + "75e5d0b0" + ], + tasks: [{ + uid: "ac22062c", + type: "item", + items: [{ + id: "projecte:item.pe_evertide_amulet", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/e2446b49/0c84d037.snbt b/config/ftbquests/normal/chapters/e2446b49/0c84d037.snbt new file mode 100644 index 00000000..ac611a87 --- /dev/null +++ b/config/ftbquests/normal/chapters/e2446b49/0c84d037.snbt @@ -0,0 +1,19 @@ +{ + x: 8.5d, + y: -7.5d, + text: [ + "basic flight, at the cost of GP", + "Thanks to Tomato_Is_Life for the text!" + ], + dependencies: [ + "eb22a0d0" + ], + tasks: [{ + uid: "d96c69c4", + type: "item", + items: [{ + item: "extrautils2:angelring" + }], + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/e2446b49/0ce8e8ff.snbt b/config/ftbquests/normal/chapters/e2446b49/0ce8e8ff.snbt new file mode 100644 index 00000000..6232f2d1 --- /dev/null +++ b/config/ftbquests/normal/chapters/e2446b49/0ce8e8ff.snbt @@ -0,0 +1,24 @@ +{ + x: -8.0d, + y: 5.5d, + text: [ + "Many of the creatures I've encountered possess the power of decay.", + "I've yet to fully understand it, but this power allows them to 'poison' other beings by accelerating their decay and decomposition. Nasty stuff...", + "This rose, though, appears to counteract the effects of withering." + ], + dependencies: [ + "75e5d0b0" + ], + tasks: [{ + uid: "1807a2cc", + type: "item", + items: [{ + id: "xreliquary:witherless_rose", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/e2446b49/0d57f827.snbt b/config/ftbquests/normal/chapters/e2446b49/0d57f827.snbt new file mode 100644 index 00000000..27967b2f --- /dev/null +++ b/config/ftbquests/normal/chapters/e2446b49/0d57f827.snbt @@ -0,0 +1,22 @@ +{ + x: -14.0d, + y: -1.5d, + dependencies: [ + "6747dca2" + ], + tasks: [{ + uid: "d6eea406", + type: "item", + items: [{ + id: "thermalexpansion:capacitor", + Damage: 3s, + tag: { + Energy: 16000000 + }, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/e2446b49/0d9d62d1.snbt b/config/ftbquests/normal/chapters/e2446b49/0d9d62d1.snbt new file mode 100644 index 00000000..de8bb8d2 --- /dev/null +++ b/config/ftbquests/normal/chapters/e2446b49/0d9d62d1.snbt @@ -0,0 +1,22 @@ +{ + x: 5.5d, + y: 0.0d, + text: [ + "This alien planet sure has a lot of variety! Maybe a bit too much..", + "A backpack shouldbe very helpful for carrying all this crap." + ], + dependencies: [ + "75e5d0b0" + ], + tasks: [{ + uid: "3fcd5ce9", + type: "item", + items: [{ + id: "projectred-exploration:backpack", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/e2446b49/13c3490a.snbt b/config/ftbquests/normal/chapters/e2446b49/13c3490a.snbt new file mode 100644 index 00000000..473bfff9 --- /dev/null +++ b/config/ftbquests/normal/chapters/e2446b49/13c3490a.snbt @@ -0,0 +1,15 @@ +{ + x: 8.5d, + y: -4.5d, + dependencies: [ + "1a9cfbb7" + ], + tasks: [{ + uid: "3f532786", + type: "item", + items: [{ + item: "extrautils2:chickenring" + }], + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/e2446b49/1508d6dd.snbt b/config/ftbquests/normal/chapters/e2446b49/1508d6dd.snbt new file mode 100644 index 00000000..bb8ff681 --- /dev/null +++ b/config/ftbquests/normal/chapters/e2446b49/1508d6dd.snbt @@ -0,0 +1,19 @@ +{ + x: 5.5d, + y: 4.5d, + dependencies: [ + "75e5d0b0" + ], + tasks: [{ + uid: "3e99b0bf", + type: "item", + items: [{ + id: "aoa3:stone_bowl", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/e2446b49/16b8e0e6.snbt b/config/ftbquests/normal/chapters/e2446b49/16b8e0e6.snbt new file mode 100644 index 00000000..b5ccd62f --- /dev/null +++ b/config/ftbquests/normal/chapters/e2446b49/16b8e0e6.snbt @@ -0,0 +1,14 @@ +{ + x: -11.0d, + y: -3.0d, + dependencies: [ + "75e5d0b0" + ], + tasks: [{ + uid: "23d2a342", + type: "item", + items: [{ + item: "randomthings:imbuingstation" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/e2446b49/17b8c35f.snbt b/config/ftbquests/normal/chapters/e2446b49/17b8c35f.snbt new file mode 100644 index 00000000..04ecc053 --- /dev/null +++ b/config/ftbquests/normal/chapters/e2446b49/17b8c35f.snbt @@ -0,0 +1,20 @@ +{ + x: -14.0d, + y: 1.5d, + dependencies: [ + "19c3f021" + ], + tasks: [{ + uid: "1374eb7f", + type: "item", + items: [{ + id: "botania:manaringgreater", + tag: {}, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/e2446b49/188effe0.snbt b/config/ftbquests/normal/chapters/e2446b49/188effe0.snbt new file mode 100644 index 00000000..0ab9a07e --- /dev/null +++ b/config/ftbquests/normal/chapters/e2446b49/188effe0.snbt @@ -0,0 +1,16 @@ +{ + x: 7.0d, + y: -10.5d, + dependencies: [ + "85791ae8" + ], + tasks: [{ + uid: "6d87f780", + type: "item", + items: [{ + item: "scannable:module_range" + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/e2446b49/19c3f021.snbt b/config/ftbquests/normal/chapters/e2446b49/19c3f021.snbt new file mode 100644 index 00000000..99e1c9ec --- /dev/null +++ b/config/ftbquests/normal/chapters/e2446b49/19c3f021.snbt @@ -0,0 +1,20 @@ +{ + x: -12.5d, + y: 1.5d, + dependencies: [ + "b0db200d" + ], + tasks: [{ + uid: "126128cd", + type: "item", + items: [{ + id: "botania:manaring", + tag: {}, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/e2446b49/19d780c8.snbt b/config/ftbquests/normal/chapters/e2446b49/19d780c8.snbt new file mode 100644 index 00000000..7a81953c --- /dev/null +++ b/config/ftbquests/normal/chapters/e2446b49/19d780c8.snbt @@ -0,0 +1,23 @@ +{ + x: 10.0d, + y: -7.5d, + text: [ + "better flight, at the cost of EMC", + "Thanks to Tomato_Is_Life for the text!" + ], + dependencies: [ + "aaf5b5bd" + ], + tasks: [{ + uid: "3ce91cb1", + type: "item", + items: [{ + id: "projecte:item.pe_arcana_ring", + tag: { + Mode: 0b + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/e2446b49/1a9cfbb7.snbt b/config/ftbquests/normal/chapters/e2446b49/1a9cfbb7.snbt new file mode 100644 index 00000000..f673d3ae --- /dev/null +++ b/config/ftbquests/normal/chapters/e2446b49/1a9cfbb7.snbt @@ -0,0 +1,56 @@ +{ + x: 5.5d, + y: -3.0d, + text: [ + "Slime is gross, but it's a good way to get around.", + "Bouncing and gliding are fun!" + ], + dependencies: [ + "75e5d0b0" + ], + tasks: [{ + uid: "5acecf5d", + type: "item", + items: [{ + id: "itemfilters:filter", + tag: { + display: { + Name: "Any slimeSling" + } + }, + ForgeCaps: { + Parent: { + id: "ore", + data: "slimeSling" + } + } + }], + ignore_nbt: 1b + }, + { + uid: "bac163d5", + type: "item", + items: [{ + id: "itemfilters:filter", + tag: { + display: { + Name: "Any slimeBoots" + } + }, + ForgeCaps: { + Parent: { + id: "ore", + data: "slimeBoots" + } + } + }], + ignore_nbt: 1b + }, + { + uid: "e702e6ea", + type: "item", + items: [{ + item: "openblocks:hang_glider" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/e2446b49/2413b497.snbt b/config/ftbquests/normal/chapters/e2446b49/2413b497.snbt new file mode 100644 index 00000000..27ce9cf0 --- /dev/null +++ b/config/ftbquests/normal/chapters/e2446b49/2413b497.snbt @@ -0,0 +1,17 @@ +{ + x: 10.0d, + y: -1.5d, + text: [ + "I don't 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!" + ], + dependencies: [ + "f7a56ba0" + ], + tasks: [{ + uid: "627a8500", + type: "item", + items: [{ + item: "bhc:green_heart_canister" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/e2446b49/30468bc4.snbt b/config/ftbquests/normal/chapters/e2446b49/30468bc4.snbt new file mode 100644 index 00000000..5e39b7c7 --- /dev/null +++ b/config/ftbquests/normal/chapters/e2446b49/30468bc4.snbt @@ -0,0 +1,26 @@ +{ + x: 14.5d, + y: -4.5d, + text: [ + "Better Jetpacks!" + ], + dependencies: [ + "4066315d" + ], + tasks: [{ + uid: "226c8857", + type: "item", + items: [{ + id: "simplyjetpacks:itemjetpack", + Damage: 10s, + tag: { + Energy: 0, + JetpackParticle: 0 + }, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/e2446b49/30d00a47.snbt b/config/ftbquests/normal/chapters/e2446b49/30d00a47.snbt new file mode 100644 index 00000000..c10f2395 --- /dev/null +++ b/config/ftbquests/normal/chapters/e2446b49/30d00a47.snbt @@ -0,0 +1,26 @@ +{ + x: 13.0d, + y: -3.0d, + text: [ + "Better Jetpacks!" + ], + dependencies: [ + "62e5d8c5" + ], + tasks: [{ + uid: "2038716e", + type: "item", + items: [{ + id: "simplyjetpacks:itemjetpack", + Damage: 18s, + tag: { + Energy: 0, + JetpackParticle: 0 + }, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/e2446b49/33924152.snbt b/config/ftbquests/normal/chapters/e2446b49/33924152.snbt new file mode 100644 index 00000000..ae806f63 --- /dev/null +++ b/config/ftbquests/normal/chapters/e2446b49/33924152.snbt @@ -0,0 +1,19 @@ +{ + x: 11.5d, + y: -6.0d, + dependencies: [ + "eb22a0d0" + ], + tasks: [{ + uid: "f1ab01d0", + type: "item", + items: [{ + id: "botania:flighttiara", + tag: {}, + ForgeCaps: { + "thaumicaugmentation:elytra_harness_augment": {} + } + }], + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/e2446b49/373ad75e.snbt b/config/ftbquests/normal/chapters/e2446b49/373ad75e.snbt new file mode 100644 index 00000000..3766568c --- /dev/null +++ b/config/ftbquests/normal/chapters/e2446b49/373ad75e.snbt @@ -0,0 +1,15 @@ +{ + x: -17.0d, + y: -1.5d, + dependencies: [ + "b8a81023" + ], + tasks: [{ + uid: "7ca787ca", + type: "item", + items: [{ + item: "draconicevolution:draconium_capacitor 1 1" + }], + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/e2446b49/38599432.snbt b/config/ftbquests/normal/chapters/e2446b49/38599432.snbt new file mode 100644 index 00000000..ffff46b8 --- /dev/null +++ b/config/ftbquests/normal/chapters/e2446b49/38599432.snbt @@ -0,0 +1,14 @@ +{ + x: -11.0d, + y: -9.0d, + dependencies: [ + "75e5d0b0" + ], + tasks: [{ + uid: "ebb51ed0", + type: "item", + items: [{ + item: "randomthings:spectrelens" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/e2446b49/38903429.snbt b/config/ftbquests/normal/chapters/e2446b49/38903429.snbt new file mode 100644 index 00000000..3edbdb95 --- /dev/null +++ b/config/ftbquests/normal/chapters/e2446b49/38903429.snbt @@ -0,0 +1,23 @@ +{ + x: -11.0d, + y: 4.5d, + text: [ + "The goggles of revealing are used to observe many Thaumic phenomena.", + "Many of the thaumic fields, which are naturally intangible and impossible to observe, become evident while wearing these goggles." + ], + dependencies: [ + "75e5d0b0" + ], + tasks: [{ + uid: "2d3f6018", + type: "item", + items: [{ + id: "thaumcraft:goggles", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/e2446b49/3ae605f7.snbt b/config/ftbquests/normal/chapters/e2446b49/3ae605f7.snbt new file mode 100644 index 00000000..b0712340 --- /dev/null +++ b/config/ftbquests/normal/chapters/e2446b49/3ae605f7.snbt @@ -0,0 +1,23 @@ +{ + x: -12.5d, + y: 3.0d, + text: [ + "Exponential scaling!!!" + ], + dependencies: [ + "a2d48a1d" + ], + tasks: [{ + uid: "059f2e8e", + type: "item", + items: [{ + id: "projectex:colossal_star_omega", + tag: {}, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/e2446b49/4066315d.snbt b/config/ftbquests/normal/chapters/e2446b49/4066315d.snbt new file mode 100644 index 00000000..8a67d733 --- /dev/null +++ b/config/ftbquests/normal/chapters/e2446b49/4066315d.snbt @@ -0,0 +1,26 @@ +{ + x: 13.0d, + y: -4.5d, + text: [ + "Better Jetpacks!" + ], + dependencies: [ + "d9794ad1" + ], + tasks: [{ + uid: "755dbe32", + type: "item", + items: [{ + id: "simplyjetpacks:itemjetpack", + Damage: 9s, + tag: { + Energy: 0, + JetpackParticle: 0 + }, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/e2446b49/4e289eea.snbt b/config/ftbquests/normal/chapters/e2446b49/4e289eea.snbt new file mode 100644 index 00000000..c57a72eb --- /dev/null +++ b/config/ftbquests/normal/chapters/e2446b49/4e289eea.snbt @@ -0,0 +1,26 @@ +{ + x: -11.0d, + y: 0.0d, + text: [ + "can accelerate things, but at the cost of time, what will you use this for?", + "Thanks to Tomato_Is_Life for the text!" + ], + dependencies: [ + "75e5d0b0" + ], + tasks: [{ + uid: "34e7282f", + type: "item", + items: [{ + id: "randomthings:timeinabottle", + tag: { + timeData: {} + }, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/e2446b49/52c74b13.snbt b/config/ftbquests/normal/chapters/e2446b49/52c74b13.snbt new file mode 100644 index 00000000..ec0cd498 --- /dev/null +++ b/config/ftbquests/normal/chapters/e2446b49/52c74b13.snbt @@ -0,0 +1,16 @@ +{ + x: 1.0d, + y: 8.5d, + dependencies: [ + "ba1d282f" + ], + tasks: [{ + uid: "aece7a77", + type: "item", + items: [{ + item: "xreliquary:fortune_coin" + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/e2446b49/5fe8e880.snbt b/config/ftbquests/normal/chapters/e2446b49/5fe8e880.snbt new file mode 100644 index 00000000..69ef1f3a --- /dev/null +++ b/config/ftbquests/normal/chapters/e2446b49/5fe8e880.snbt @@ -0,0 +1,27 @@ +{ + title: "FEATHER FALLING IS CRAFTABLE", + x: 7.0d, + y: -6.0d, + dependencies: [ + "1a9cfbb7" + ], + tasks: [{ + uid: "1cfe8e3d", + type: "item", + items: [{ + id: "minecraft:diamond_boots", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }, + { + uid: "6713e6cb", + type: "item", + items: [{ + item: "simplyjetpacks:metaitemmods 1 42" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/e2446b49/5ff0a607.snbt b/config/ftbquests/normal/chapters/e2446b49/5ff0a607.snbt new file mode 100644 index 00000000..79f48e97 --- /dev/null +++ b/config/ftbquests/normal/chapters/e2446b49/5ff0a607.snbt @@ -0,0 +1,24 @@ +{ + x: -9.5d, + y: 5.5d, + text: [ + "The type of coal found on Terra is great! I can use it to make devices that very efficiently store material. I'll call them Danks...", + "The stronger the trim used to make danks, the better these devices work.", + "To be completely honest, anything less than gold is kinda mediocre..." + ], + dependencies: [ + "75e5d0b0" + ], + tasks: [{ + uid: "1e4fb954", + type: "item", + items: [{ + id: "danknull:dank_null_3", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/e2446b49/607a5950.snbt b/config/ftbquests/normal/chapters/e2446b49/607a5950.snbt new file mode 100644 index 00000000..531bad81 --- /dev/null +++ b/config/ftbquests/normal/chapters/e2446b49/607a5950.snbt @@ -0,0 +1,21 @@ +{ + x: -11.0d, + y: -1.5d, + dependencies: [ + "75e5d0b0" + ], + tasks: [{ + uid: "18feac46", + type: "item", + items: [{ + id: "thermalexpansion:capacitor", + tag: { + Energy: 1000000 + }, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/e2446b49/620b881d.snbt b/config/ftbquests/normal/chapters/e2446b49/620b881d.snbt new file mode 100644 index 00000000..ff4785d7 --- /dev/null +++ b/config/ftbquests/normal/chapters/e2446b49/620b881d.snbt @@ -0,0 +1,16 @@ +{ + x: 8.5d, + y: -10.5d, + dependencies: [ + "85791ae8" + ], + tasks: [{ + uid: "ef240b06", + type: "item", + items: [{ + item: "scannable:module_block" + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/e2446b49/6219b00a.snbt b/config/ftbquests/normal/chapters/e2446b49/6219b00a.snbt new file mode 100644 index 00000000..7cba8f7c --- /dev/null +++ b/config/ftbquests/normal/chapters/e2446b49/6219b00a.snbt @@ -0,0 +1,18 @@ +{ + x: 11.5d, + y: -1.5d, + text: [ + "Whenever the Twilight Horde first arrived to Terra, some Testificates tried to counteract their unstoppable advance by trying to magically augment themselves.", + "Some 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." + ], + dependencies: [ + "2413b497" + ], + tasks: [{ + uid: "511ffeb0", + type: "item", + items: [{ + item: "bhc:blue_heart_canister" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/e2446b49/62e5d8c5.snbt b/config/ftbquests/normal/chapters/e2446b49/62e5d8c5.snbt new file mode 100644 index 00000000..2681797f --- /dev/null +++ b/config/ftbquests/normal/chapters/e2446b49/62e5d8c5.snbt @@ -0,0 +1,26 @@ +{ + x: 11.5d, + y: -3.0d, + text: [ + "Better Jetpacks!" + ], + dependencies: [ + "aa7bb4df" + ], + tasks: [{ + uid: "3e6e496f", + type: "item", + items: [{ + id: "simplyjetpacks:itemjetpack", + Damage: 17s, + tag: { + Energy: 0, + JetpackParticle: 0 + }, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/e2446b49/65d9e865.snbt b/config/ftbquests/normal/chapters/e2446b49/65d9e865.snbt new file mode 100644 index 00000000..4baa5ce4 --- /dev/null +++ b/config/ftbquests/normal/chapters/e2446b49/65d9e865.snbt @@ -0,0 +1,14 @@ +{ + x: 5.5d, + y: -4.5d, + dependencies: [ + "1a9cfbb7" + ], + tasks: [{ + uid: "c6603b8d", + type: "item", + items: [{ + item: "cyclicmagic:glowing_chorus" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/e2446b49/667c1e9b.snbt b/config/ftbquests/normal/chapters/e2446b49/667c1e9b.snbt new file mode 100644 index 00000000..81e598c4 --- /dev/null +++ b/config/ftbquests/normal/chapters/e2446b49/667c1e9b.snbt @@ -0,0 +1,19 @@ +{ + x: 14.5d, + y: 0.0d, + dependencies: [ + "0d9d62d1" + ], + tasks: [{ + uid: "088097a8", + type: "item", + items: [{ + id: "extrabotany:masterhandbag", + ForgeCaps: { + Parent: [] + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/e2446b49/66816b15.snbt b/config/ftbquests/normal/chapters/e2446b49/66816b15.snbt new file mode 100644 index 00000000..0dab4396 --- /dev/null +++ b/config/ftbquests/normal/chapters/e2446b49/66816b15.snbt @@ -0,0 +1,15 @@ +{ + x: -11.0d, + y: -4.5d, + dependencies: [ + "75e5d0b0" + ], + tasks: [{ + uid: "8cdfc1f1", + type: "item", + items: [{ + id: "naturescompass:naturescompass", + tag: {} + }] + }] +} diff --git a/config/ftbquests/normal/chapters/e2446b49/6747dca2.snbt b/config/ftbquests/normal/chapters/e2446b49/6747dca2.snbt new file mode 100644 index 00000000..48cdc5ac --- /dev/null +++ b/config/ftbquests/normal/chapters/e2446b49/6747dca2.snbt @@ -0,0 +1,22 @@ +{ + x: -13.0d, + y: -1.5d, + dependencies: [ + "c1eb3c0d" + ], + tasks: [{ + uid: "0aefe674", + type: "item", + items: [{ + id: "thermalexpansion:capacitor", + Damage: 2s, + tag: { + Energy: 9000000 + }, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/e2446b49/67b26c75.snbt b/config/ftbquests/normal/chapters/e2446b49/67b26c75.snbt new file mode 100644 index 00000000..786ab011 --- /dev/null +++ b/config/ftbquests/normal/chapters/e2446b49/67b26c75.snbt @@ -0,0 +1,22 @@ +{ + x: 5.5d, + y: -6.0d, + text: [ + "The Volcanite Amulet converts EMC into endless lava." + ], + dependencies: [ + "75e5d0b0" + ], + tasks: [{ + uid: "6bfdb5e9", + type: "item", + items: [{ + id: "projecte:item.pe_volcanite_amulet", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/e2446b49/6ba72893.snbt b/config/ftbquests/normal/chapters/e2446b49/6ba72893.snbt new file mode 100644 index 00000000..b9ac4d3e --- /dev/null +++ b/config/ftbquests/normal/chapters/e2446b49/6ba72893.snbt @@ -0,0 +1,16 @@ +{ + x: -6.5d, + y: 7.0d, + dependencies: [ + "9b25b896" + ], + tasks: [{ + uid: "b2acdcda", + type: "item", + items: [{ + item: "rftools:charged_porter" + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/e2446b49/6dc1908a.snbt b/config/ftbquests/normal/chapters/e2446b49/6dc1908a.snbt new file mode 100644 index 00000000..b3c30ae5 --- /dev/null +++ b/config/ftbquests/normal/chapters/e2446b49/6dc1908a.snbt @@ -0,0 +1,27 @@ +{ + x: 5.5d, + y: 1.5d, + text: [ + "Building made easy!" + ], + dependencies: [ + "75e5d0b0" + ], + tasks: [{ + uid: "0007b311", + type: "item", + items: [{ + id: "buildinggadgets:buildingtool", + tag: { + blockstate: { + Name: "minecraft:air" + } + }, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/e2446b49/75e5d0b0.snbt b/config/ftbquests/normal/chapters/e2446b49/75e5d0b0.snbt new file mode 100644 index 00000000..8570d144 --- /dev/null +++ b/config/ftbquests/normal/chapters/e2446b49/75e5d0b0.snbt @@ -0,0 +1,23 @@ +{ + x: -2.0d, + y: 0.0d, + dependencies: [ + "2f54d294" + ], + tasks: [{ + uid: "a7d3dc16", + type: "checkmark", + title: "Things Could be Better" + }], + rewards: [{ + uid: "469ba093", + type: "item", + item: { + id: "botania:baublebox", + ForgeCaps: { + Parent: [], + "astralsorcery:cap_item_amulet_holder": {} + } + } + }] +} diff --git a/config/ftbquests/normal/chapters/e2446b49/7709b8c0.snbt b/config/ftbquests/normal/chapters/e2446b49/7709b8c0.snbt new file mode 100644 index 00000000..0d0dd51e --- /dev/null +++ b/config/ftbquests/normal/chapters/e2446b49/7709b8c0.snbt @@ -0,0 +1,22 @@ +{ + x: -15.0d, + y: -1.5d, + dependencies: [ + "0d57f827" + ], + tasks: [{ + uid: "37949338", + type: "item", + items: [{ + id: "thermalexpansion:capacitor", + Damage: 4s, + tag: { + Energy: 25000000 + }, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/e2446b49/80138997.snbt b/config/ftbquests/normal/chapters/e2446b49/80138997.snbt new file mode 100644 index 00000000..b68f098e --- /dev/null +++ b/config/ftbquests/normal/chapters/e2446b49/80138997.snbt @@ -0,0 +1,22 @@ +{ + x: 8.5d, + y: 0.0d, + text: [ + "Turns out gold is good for making bags... I'm not going to make any more more stupid questions..." + ], + dependencies: [ + "0d9d62d1" + ], + tasks: [{ + uid: "d5050de5", + type: "item", + items: [{ + id: "extrautils2:bagofholding", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/e2446b49/804a2208.snbt b/config/ftbquests/normal/chapters/e2446b49/804a2208.snbt new file mode 100644 index 00000000..62cba268 --- /dev/null +++ b/config/ftbquests/normal/chapters/e2446b49/804a2208.snbt @@ -0,0 +1,19 @@ +{ + x: -3.5d, + y: 5.5d, + dependencies: [ + "75e5d0b0" + ], + tasks: [{ + uid: "eb9865b9", + type: "item", + items: [{ + id: "projecte:item.pe_harvest_god", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/e2446b49/8191719d.snbt b/config/ftbquests/normal/chapters/e2446b49/8191719d.snbt new file mode 100644 index 00000000..a1bac363 --- /dev/null +++ b/config/ftbquests/normal/chapters/e2446b49/8191719d.snbt @@ -0,0 +1,24 @@ +{ + x: 1.0d, + y: 5.5d, + text: [ + "EZ mining!", + "Do not, DO NOT, hold while in my base!" + ], + dependencies: [ + "75e5d0b0" + ], + tasks: [{ + uid: "579fbbdd", + type: "item", + items: [{ + id: "projecte:item.pe_destruction_catalyst", + tag: {}, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/e2446b49/81de4779.snbt b/config/ftbquests/normal/chapters/e2446b49/81de4779.snbt new file mode 100644 index 00000000..6ad9f1df --- /dev/null +++ b/config/ftbquests/normal/chapters/e2446b49/81de4779.snbt @@ -0,0 +1,23 @@ +{ + x: 5.5d, + y: -1.5d, + text: [ + "The Heart Amulet is used to store Heart Canisters, which increase maximum health.", + "Ten of each type of Canister can be stored in the Amulet." + ], + dependencies: [ + "75e5d0b0" + ], + tasks: [{ + uid: "eb338fb9", + type: "item", + items: [{ + id: "bhc:heart_amulet", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/e2446b49/85791ae8.snbt b/config/ftbquests/normal/chapters/e2446b49/85791ae8.snbt new file mode 100644 index 00000000..8b98564e --- /dev/null +++ b/config/ftbquests/normal/chapters/e2446b49/85791ae8.snbt @@ -0,0 +1,16 @@ +{ + x: 5.5d, + y: -10.5d, + dependencies: [ + "75e5d0b0" + ], + tasks: [{ + uid: "dcac8661", + type: "item", + items: [{ + item: "scannable:scanner" + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/e2446b49/897b912d.snbt b/config/ftbquests/normal/chapters/e2446b49/897b912d.snbt new file mode 100644 index 00000000..25ef6b6c --- /dev/null +++ b/config/ftbquests/normal/chapters/e2446b49/897b912d.snbt @@ -0,0 +1,17 @@ +{ + x: 7.0d, + y: -3.0d, + dependencies: [ + "1a9cfbb7" + ], + tasks: [{ + uid: "9ee421d3", + type: "item", + items: [{ + id: "cyclicmagic:tool_launcher", + tag: {} + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/e2446b49/9b11009b.snbt b/config/ftbquests/normal/chapters/e2446b49/9b11009b.snbt new file mode 100644 index 00000000..0526705b --- /dev/null +++ b/config/ftbquests/normal/chapters/e2446b49/9b11009b.snbt @@ -0,0 +1,18 @@ +{ + x: -2.0d, + y: 5.5d, + dependencies: [ + "75e5d0b0" + ], + tasks: [{ + uid: "4e86a532", + type: "item", + items: [{ + id: "enderio:item_xp_transfer", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/e2446b49/9b25b896.snbt b/config/ftbquests/normal/chapters/e2446b49/9b25b896.snbt new file mode 100644 index 00000000..86e8cf9a --- /dev/null +++ b/config/ftbquests/normal/chapters/e2446b49/9b25b896.snbt @@ -0,0 +1,17 @@ +{ + x: -6.5d, + y: 5.5d, + dependencies: [ + "75e5d0b0" + ], + tasks: [{ + uid: "eb75b784", + type: "item", + items: [{ + id: "cyclicmagic:book_ender", + tag: {} + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/e2446b49/a1ae69b5.snbt b/config/ftbquests/normal/chapters/e2446b49/a1ae69b5.snbt new file mode 100644 index 00000000..a3649331 --- /dev/null +++ b/config/ftbquests/normal/chapters/e2446b49/a1ae69b5.snbt @@ -0,0 +1,19 @@ +{ + x: 5.5d, + y: -9.0d, + dependencies: [ + "75e5d0b0" + ], + tasks: [{ + uid: "b9f0a68d", + type: "item", + items: [{ + id: "projecte:item.pe_body_stone", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/e2446b49/a1afda90.snbt b/config/ftbquests/normal/chapters/e2446b49/a1afda90.snbt new file mode 100644 index 00000000..e66fc9f1 --- /dev/null +++ b/config/ftbquests/normal/chapters/e2446b49/a1afda90.snbt @@ -0,0 +1,19 @@ +{ + x: -12.5d, + y: 4.5d, + dependencies: [ + "38903429" + ], + tasks: [{ + uid: "b57f7821", + type: "item", + items: [{ + id: "thaumcraft:sanity_checker", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/e2446b49/a1b30634.snbt b/config/ftbquests/normal/chapters/e2446b49/a1b30634.snbt new file mode 100644 index 00000000..2d4ebf11 --- /dev/null +++ b/config/ftbquests/normal/chapters/e2446b49/a1b30634.snbt @@ -0,0 +1,19 @@ +{ + x: -5.0d, + y: 5.5d, + dependencies: [ + "75e5d0b0" + ], + tasks: [{ + uid: "16942ea5", + type: "item", + items: [{ + id: "thaumcraft:amulet_vis", + Damage: 1s, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/e2446b49/a2d48a1d.snbt b/config/ftbquests/normal/chapters/e2446b49/a2d48a1d.snbt new file mode 100644 index 00000000..0e50dee4 --- /dev/null +++ b/config/ftbquests/normal/chapters/e2446b49/a2d48a1d.snbt @@ -0,0 +1,23 @@ +{ + x: -11.0d, + y: 3.0d, + text: [ + "It holds EMC, but for what?, the higher the tier, the more it can hold.", + "Thanks to Tomato_Is_Life for the text!" + ], + dependencies: [ + "75e5d0b0" + ], + tasks: [{ + uid: "a81682b2", + type: "item", + items: [{ + id: "projecte:item.pe_klein_star", + tag: {}, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/e2446b49/a58c46c0.snbt b/config/ftbquests/normal/chapters/e2446b49/a58c46c0.snbt new file mode 100644 index 00000000..551c8d5c --- /dev/null +++ b/config/ftbquests/normal/chapters/e2446b49/a58c46c0.snbt @@ -0,0 +1,20 @@ +{ + x: 16.0d, + y: -3.0d, + dependencies: [ + "d7f53802" + ], + tasks: [{ + uid: "c298a99b", + type: "item", + items: [{ + id: "simplyjetpacks:itemjetpack", + Damage: 24s, + tag: { + Energy: 0, + JetpackParticle: 0 + } + }], + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/e2446b49/a7f6dd64.snbt b/config/ftbquests/normal/chapters/e2446b49/a7f6dd64.snbt new file mode 100644 index 00000000..ae9bc4ea --- /dev/null +++ b/config/ftbquests/normal/chapters/e2446b49/a7f6dd64.snbt @@ -0,0 +1,23 @@ +{ + x: -0.5d, + y: 5.5d, + text: [ + "Cold for EMC?" + ], + dependencies: [ + "75e5d0b0" + ], + tasks: [{ + uid: "e3aa1a1a", + type: "item", + items: [{ + id: "projecte:item.pe_zero_ring", + tag: {}, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/e2446b49/a816ff6f.snbt b/config/ftbquests/normal/chapters/e2446b49/a816ff6f.snbt new file mode 100644 index 00000000..62b7f151 --- /dev/null +++ b/config/ftbquests/normal/chapters/e2446b49/a816ff6f.snbt @@ -0,0 +1,16 @@ +{ + x: 5.5d, + y: 3.0d, + dependencies: [ + "75e5d0b0" + ], + tasks: [{ + uid: "05468c5a", + type: "item", + items: [{ + item: "projecte:item.pe_repair_talisman" + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/e2446b49/a8b1d924.snbt b/config/ftbquests/normal/chapters/e2446b49/a8b1d924.snbt new file mode 100644 index 00000000..17d740cf --- /dev/null +++ b/config/ftbquests/normal/chapters/e2446b49/a8b1d924.snbt @@ -0,0 +1,22 @@ +{ + x: -11.0d, + y: -6.0d, + text: [ + "Better than buckets, trust me!" + ], + dependencies: [ + "75e5d0b0" + ], + tasks: [{ + uid: "fa9c76e9", + type: "item", + items: [{ + id: "thermalexpansion:reservoir", + tag: {}, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/e2446b49/aa0350e9.snbt b/config/ftbquests/normal/chapters/e2446b49/aa0350e9.snbt new file mode 100644 index 00000000..9aa19e64 --- /dev/null +++ b/config/ftbquests/normal/chapters/e2446b49/aa0350e9.snbt @@ -0,0 +1,15 @@ +{ + x: 11.5d, + y: -7.5d, + dependencies: [ + "33924152" + ], + tasks: [{ + uid: "6e1093d6", + type: "item", + items: [{ + item: "extrabotany:coregod" + }], + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/e2446b49/aa7bb4df.snbt b/config/ftbquests/normal/chapters/e2446b49/aa7bb4df.snbt new file mode 100644 index 00000000..41462fc2 --- /dev/null +++ b/config/ftbquests/normal/chapters/e2446b49/aa7bb4df.snbt @@ -0,0 +1,26 @@ +{ + x: 10.0d, + y: -3.0d, + text: [ + "Elytra can be used to produce very basic jetpacks, which allow for slow flight." + ], + dependencies: [ + "f7ec2a26" + ], + tasks: [{ + uid: "029bd147", + type: "item", + items: [{ + id: "simplyjetpacks:itemjetpack", + Damage: 16s, + tag: { + Energy: 0, + JetpackParticle: 0 + }, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/e2446b49/aaf5b5bd.snbt b/config/ftbquests/normal/chapters/e2446b49/aaf5b5bd.snbt new file mode 100644 index 00000000..a69f4781 --- /dev/null +++ b/config/ftbquests/normal/chapters/e2446b49/aaf5b5bd.snbt @@ -0,0 +1,16 @@ +{ + x: 10.0d, + y: -6.0d, + dependencies: [ + "eb22a0d0" + ], + tasks: [{ + uid: "740b710a", + type: "item", + items: [{ + item: "projecte:item.pe_swrg" + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/e2446b49/ac6be728.snbt b/config/ftbquests/normal/chapters/e2446b49/ac6be728.snbt new file mode 100644 index 00000000..3c0bebe4 --- /dev/null +++ b/config/ftbquests/normal/chapters/e2446b49/ac6be728.snbt @@ -0,0 +1,21 @@ +{ + x: 10.0d, + y: 0.0d, + text: [ + "Alchemy is very powerful, so no surprises that alchemical bags are also OP." + ], + dependencies: [ + "0d9d62d1" + ], + tasks: [{ + uid: "0ec0e752", + type: "item", + items: [{ + id: "projecte:item.pe_alchemical_bag", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/e2446b49/ae708abc.snbt b/config/ftbquests/normal/chapters/e2446b49/ae708abc.snbt new file mode 100644 index 00000000..e443c8ef --- /dev/null +++ b/config/ftbquests/normal/chapters/e2446b49/ae708abc.snbt @@ -0,0 +1,23 @@ +{ + x: -12.5d, + y: -6.0d, + text: [ + "Way better!" + ], + dependencies: [ + "a8b1d924" + ], + tasks: [{ + uid: "a2ddb574", + type: "item", + items: [{ + id: "thermalexpansion:reservoir", + Damage: 1s, + tag: {}, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/e2446b49/af702f14.snbt b/config/ftbquests/normal/chapters/e2446b49/af702f14.snbt new file mode 100644 index 00000000..3862765b --- /dev/null +++ b/config/ftbquests/normal/chapters/e2446b49/af702f14.snbt @@ -0,0 +1,20 @@ +{ + x: 2.5d, + y: 8.5d, + text: [ + "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!" + ], + dependencies: [ + "ba1d282f" + ], + tasks: [{ + uid: "193ba1d2", + type: "item", + items: [{ + id: "botania:specialflower", + tag: { + type: "solegnolia" + } + }] + }] +} diff --git a/config/ftbquests/normal/chapters/e2446b49/b0db200d.snbt b/config/ftbquests/normal/chapters/e2446b49/b0db200d.snbt new file mode 100644 index 00000000..5976958d --- /dev/null +++ b/config/ftbquests/normal/chapters/e2446b49/b0db200d.snbt @@ -0,0 +1,20 @@ +{ + x: -11.0d, + y: 1.5d, + dependencies: [ + "75e5d0b0" + ], + tasks: [{ + uid: "bae793c3", + type: "item", + items: [{ + id: "botania:manatablet", + tag: {}, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/e2446b49/b8a81023.snbt b/config/ftbquests/normal/chapters/e2446b49/b8a81023.snbt new file mode 100644 index 00000000..24ac320c --- /dev/null +++ b/config/ftbquests/normal/chapters/e2446b49/b8a81023.snbt @@ -0,0 +1,15 @@ +{ + x: -16.0d, + y: -1.5d, + dependencies: [ + "7709b8c0" + ], + tasks: [{ + uid: "10811487", + type: "item", + items: [{ + item: "draconicevolution:draconium_capacitor" + }], + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/e2446b49/b955b8d2.snbt b/config/ftbquests/normal/chapters/e2446b49/b955b8d2.snbt new file mode 100644 index 00000000..37199279 --- /dev/null +++ b/config/ftbquests/normal/chapters/e2446b49/b955b8d2.snbt @@ -0,0 +1,19 @@ +{ + x: 7.0d, + y: 4.5d, + dependencies: [ + "1508d6dd" + ], + tasks: [{ + uid: "a68892e0", + type: "item", + items: [{ + id: "aoa3:diamond_bowl", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/e2446b49/ba1d282f.snbt b/config/ftbquests/normal/chapters/e2446b49/ba1d282f.snbt new file mode 100644 index 00000000..2a30c0e9 --- /dev/null +++ b/config/ftbquests/normal/chapters/e2446b49/ba1d282f.snbt @@ -0,0 +1,23 @@ +{ + x: 2.5d, + y: 7.0d, + text: [ + "This is better! Botanical magic and mana are way better at making magnets!" + ], + dependencies: [ + "dcc20126" + ], + tasks: [{ + uid: "3f318b4f", + type: "item", + items: [{ + id: "botania:magnetring", + tag: {}, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/e2446b49/ba70ec01.snbt b/config/ftbquests/normal/chapters/e2446b49/ba70ec01.snbt new file mode 100644 index 00000000..2c8b5b4b --- /dev/null +++ b/config/ftbquests/normal/chapters/e2446b49/ba70ec01.snbt @@ -0,0 +1,16 @@ +{ + x: -6.5d, + y: 8.5d, + dependencies: [ + "6ba72893" + ], + tasks: [{ + uid: "f6311936", + type: "item", + items: [{ + item: "rftools:advanced_charged_porter" + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/e2446b49/bdf3fa04.snbt b/config/ftbquests/normal/chapters/e2446b49/bdf3fa04.snbt new file mode 100644 index 00000000..d80cec09 --- /dev/null +++ b/config/ftbquests/normal/chapters/e2446b49/bdf3fa04.snbt @@ -0,0 +1,23 @@ +{ + x: -15.5d, + y: -6.0d, + text: [ + "Gosh I love repeating myself, BETTER!" + ], + dependencies: [ + "e8f6c4ae" + ], + tasks: [{ + uid: "be4e3ba6", + type: "item", + items: [{ + id: "thermalexpansion:reservoir", + Damage: 3s, + tag: {}, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/e2446b49/c0561248.snbt b/config/ftbquests/normal/chapters/e2446b49/c0561248.snbt new file mode 100644 index 00000000..5de24445 --- /dev/null +++ b/config/ftbquests/normal/chapters/e2446b49/c0561248.snbt @@ -0,0 +1,23 @@ +{ + x: 2.5d, + y: 10.0d, + text: [ + "Magnet goes hhhhhhhhhhhhh" + ], + dependencies: [ + "af702f14" + ], + tasks: [{ + uid: "21d14bf7", + type: "item", + items: [{ + id: "botania:magnetringgreater", + tag: {}, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/e2446b49/c12f26f4.snbt b/config/ftbquests/normal/chapters/e2446b49/c12f26f4.snbt new file mode 100644 index 00000000..f70cc7d1 --- /dev/null +++ b/config/ftbquests/normal/chapters/e2446b49/c12f26f4.snbt @@ -0,0 +1,23 @@ +{ + x: -17.0d, + y: -6.0d, + text: [ + "Just stop, it'll be BETTER for everyone!" + ], + dependencies: [ + "bdf3fa04" + ], + tasks: [{ + uid: "ed03fcd1", + type: "item", + items: [{ + id: "thermalexpansion:reservoir", + Damage: 4s, + tag: {}, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/e2446b49/c1eb3c0d.snbt b/config/ftbquests/normal/chapters/e2446b49/c1eb3c0d.snbt new file mode 100644 index 00000000..c2634a1d --- /dev/null +++ b/config/ftbquests/normal/chapters/e2446b49/c1eb3c0d.snbt @@ -0,0 +1,22 @@ +{ + x: -12.0d, + y: -1.5d, + dependencies: [ + "607a5950" + ], + tasks: [{ + uid: "3bf3a44a", + type: "item", + items: [{ + id: "thermalexpansion:capacitor", + Damage: 1s, + tag: { + Energy: 4000000 + }, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/e2446b49/c288fa65.snbt b/config/ftbquests/normal/chapters/e2446b49/c288fa65.snbt new file mode 100644 index 00000000..2554d39f --- /dev/null +++ b/config/ftbquests/normal/chapters/e2446b49/c288fa65.snbt @@ -0,0 +1,16 @@ +{ + x: 11.5d, + y: -10.5d, + dependencies: [ + "85791ae8" + ], + tasks: [{ + uid: "612d9d16", + type: "item", + items: [{ + item: "scannable:module_entity" + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/e2446b49/c517efee.snbt b/config/ftbquests/normal/chapters/e2446b49/c517efee.snbt new file mode 100644 index 00000000..2db1d9b0 --- /dev/null +++ b/config/ftbquests/normal/chapters/e2446b49/c517efee.snbt @@ -0,0 +1,15 @@ +{ + x: 11.5d, + y: 0.0d, + dependencies: [ + "0d9d62d1" + ], + tasks: [{ + uid: "4d2a345b", + type: "item", + items: [{ + item: "enderutilities:handybag" + }], + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/e2446b49/cbed3c93.snbt b/config/ftbquests/normal/chapters/e2446b49/cbed3c93.snbt new file mode 100644 index 00000000..91426eb0 --- /dev/null +++ b/config/ftbquests/normal/chapters/e2446b49/cbed3c93.snbt @@ -0,0 +1,15 @@ +{ + x: 1.0d, + y: 7.0d, + dependencies: [ + "ba1d282f" + ], + tasks: [{ + uid: "e63c2545", + type: "item", + items: [{ + item: "draconicevolution:magnet" + }], + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/e2446b49/cdb70dab.snbt b/config/ftbquests/normal/chapters/e2446b49/cdb70dab.snbt new file mode 100644 index 00000000..7b6536e9 --- /dev/null +++ b/config/ftbquests/normal/chapters/e2446b49/cdb70dab.snbt @@ -0,0 +1,26 @@ +{ + x: 10.0d, + y: -4.5d, + text: [ + "Elytra can be used to produce very basic jetpacks, which allow for slow flight." + ], + dependencies: [ + "f7ec2a26" + ], + tasks: [{ + uid: "53435d14", + type: "item", + items: [{ + id: "simplyjetpacks:itemjetpack", + Damage: 7s, + tag: { + Energy: 0, + JetpackParticle: 0 + }, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/e2446b49/cfef05cc.snbt b/config/ftbquests/normal/chapters/e2446b49/cfef05cc.snbt new file mode 100644 index 00000000..1fe8de7b --- /dev/null +++ b/config/ftbquests/normal/chapters/e2446b49/cfef05cc.snbt @@ -0,0 +1,22 @@ +{ + x: 4.0d, + y: 8.5d, + text: [ + "Faster! Higher!" + ], + dependencies: [ + "f46bc472" + ], + tasks: [{ + uid: "de854fa6", + type: "item", + items: [{ + id: "botania:speedupbelt", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/e2446b49/chapter.snbt b/config/ftbquests/normal/chapters/e2446b49/chapter.snbt new file mode 100644 index 00000000..cde411fc --- /dev/null +++ b/config/ftbquests/normal/chapters/e2446b49/chapter.snbt @@ -0,0 +1,15 @@ +{ + title: "Personal Augmentation", + icon: { + id: "projecte:item.pe_arcana_ring", + tag: { + Mode: 0b + }, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }, + always_invisible: false, + group: 0, + default_quest_shape: "" +} diff --git a/config/ftbquests/normal/chapters/e2446b49/d5a98ff0.snbt b/config/ftbquests/normal/chapters/e2446b49/d5a98ff0.snbt new file mode 100644 index 00000000..4dc05ab4 --- /dev/null +++ b/config/ftbquests/normal/chapters/e2446b49/d5a98ff0.snbt @@ -0,0 +1,22 @@ +{ + x: 7.0d, + y: 1.5d, + text: [ + "Building made easier! (according to Jørge)" + ], + dependencies: [ + "6dc1908a" + ], + tasks: [{ + uid: "f938193c", + type: "item", + items: [{ + id: "betterbuilderswands:wandunbreakable", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/e2446b49/d7f53802.snbt b/config/ftbquests/normal/chapters/e2446b49/d7f53802.snbt new file mode 100644 index 00000000..34ad8978 --- /dev/null +++ b/config/ftbquests/normal/chapters/e2446b49/d7f53802.snbt @@ -0,0 +1,26 @@ +{ + x: 14.5d, + y: -3.0d, + text: [ + "Better Jetpacks!" + ], + dependencies: [ + "30d00a47" + ], + tasks: [{ + uid: "72199d92", + type: "item", + items: [{ + id: "simplyjetpacks:itemjetpack", + Damage: 19s, + tag: { + Energy: 0, + JetpackParticle: 0 + }, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/e2446b49/d8f5266d.snbt b/config/ftbquests/normal/chapters/e2446b49/d8f5266d.snbt new file mode 100644 index 00000000..e476c881 --- /dev/null +++ b/config/ftbquests/normal/chapters/e2446b49/d8f5266d.snbt @@ -0,0 +1,20 @@ +{ + x: 16.0d, + y: -4.5d, + dependencies: [ + "30468bc4" + ], + tasks: [{ + uid: "f7c35320", + type: "item", + items: [{ + id: "simplyjetpacks:itemjetpack", + Damage: 15s, + tag: { + Energy: 0, + JetpackParticle: 0 + } + }], + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/e2446b49/d9794ad1.snbt b/config/ftbquests/normal/chapters/e2446b49/d9794ad1.snbt new file mode 100644 index 00000000..b59522a3 --- /dev/null +++ b/config/ftbquests/normal/chapters/e2446b49/d9794ad1.snbt @@ -0,0 +1,26 @@ +{ + x: 11.5d, + y: -4.5d, + text: [ + "Better Jetpacks!" + ], + dependencies: [ + "cdb70dab" + ], + tasks: [{ + uid: "08146363", + type: "item", + items: [{ + id: "simplyjetpacks:itemjetpack", + Damage: 8s, + tag: { + Energy: 0, + JetpackParticle: 0 + }, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/e2446b49/db14ac2c.snbt b/config/ftbquests/normal/chapters/e2446b49/db14ac2c.snbt new file mode 100644 index 00000000..339db47d --- /dev/null +++ b/config/ftbquests/normal/chapters/e2446b49/db14ac2c.snbt @@ -0,0 +1,15 @@ +{ + x: 13.0d, + y: 0.0d, + dependencies: [ + "0d9d62d1" + ], + tasks: [{ + uid: "f9fff512", + type: "item", + items: [{ + item: "enderutilities:handybag 1 1" + }], + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/e2446b49/dcc20126.snbt b/config/ftbquests/normal/chapters/e2446b49/dcc20126.snbt new file mode 100644 index 00000000..eef12437 --- /dev/null +++ b/config/ftbquests/normal/chapters/e2446b49/dcc20126.snbt @@ -0,0 +1,21 @@ +{ + x: 2.5d, + y: 5.5d, + text: [ + "The soul power of the so-called 'ender' 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..." + ], + dependencies: [ + "75e5d0b0" + ], + tasks: [{ + uid: "16d86532", + type: "item", + items: [{ + id: "enderio:item_magnet", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/e2446b49/e831332b.snbt b/config/ftbquests/normal/chapters/e2446b49/e831332b.snbt new file mode 100644 index 00000000..b897b02a --- /dev/null +++ b/config/ftbquests/normal/chapters/e2446b49/e831332b.snbt @@ -0,0 +1,14 @@ +{ + x: -11.0d, + y: -7.5d, + dependencies: [ + "75e5d0b0" + ], + tasks: [{ + uid: "791816cd", + type: "item", + items: [{ + item: "contenttweaker:reprocessed_cosmic_meatball" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/e2446b49/e8f6c4ae.snbt b/config/ftbquests/normal/chapters/e2446b49/e8f6c4ae.snbt new file mode 100644 index 00000000..655b9cef --- /dev/null +++ b/config/ftbquests/normal/chapters/e2446b49/e8f6c4ae.snbt @@ -0,0 +1,23 @@ +{ + x: -14.0d, + y: -6.0d, + text: [ + "At the cost of sounding like a broken record, better!" + ], + dependencies: [ + "ae708abc" + ], + tasks: [{ + uid: "4db49823", + type: "item", + items: [{ + id: "thermalexpansion:reservoir", + Damage: 2s, + tag: {}, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/e2446b49/eb22a0d0.snbt b/config/ftbquests/normal/chapters/e2446b49/eb22a0d0.snbt new file mode 100644 index 00000000..e070de5a --- /dev/null +++ b/config/ftbquests/normal/chapters/e2446b49/eb22a0d0.snbt @@ -0,0 +1,15 @@ +{ + x: 8.5d, + y: -6.0d, + dependencies: [ + "13c3490a" + ], + tasks: [{ + uid: "63a92ce3", + type: "item", + items: [{ + item: "extrautils2:chickenring 1 1" + }], + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/e2446b49/efa49399.snbt b/config/ftbquests/normal/chapters/e2446b49/efa49399.snbt new file mode 100644 index 00000000..b0c43964 --- /dev/null +++ b/config/ftbquests/normal/chapters/e2446b49/efa49399.snbt @@ -0,0 +1,16 @@ +{ + x: 10.0d, + y: -10.5d, + dependencies: [ + "85791ae8" + ], + tasks: [{ + uid: "13e740dc", + type: "item", + items: [{ + item: "scannable:module_fluid" + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/e2446b49/f46bc472.snbt b/config/ftbquests/normal/chapters/e2446b49/f46bc472.snbt new file mode 100644 index 00000000..d0985c1c --- /dev/null +++ b/config/ftbquests/normal/chapters/e2446b49/f46bc472.snbt @@ -0,0 +1,22 @@ +{ + x: 4.0d, + y: 7.0d, + text: [ + "I asked for more!" + ], + dependencies: [ + "f5d35f87" + ], + tasks: [{ + uid: "4f06545f", + type: "item", + items: [{ + id: "botania:supertravelbelt", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/e2446b49/f5088f28.snbt b/config/ftbquests/normal/chapters/e2446b49/f5088f28.snbt new file mode 100644 index 00000000..379b9684 --- /dev/null +++ b/config/ftbquests/normal/chapters/e2446b49/f5088f28.snbt @@ -0,0 +1,21 @@ +{ + x: 7.0d, + y: 0.0d, + dependencies: [ + "0d9d62d1" + ], + tasks: [{ + uid: "a13f083d", + type: "item", + items: [{ + id: "thermalexpansion:satchel", + tag: { + Accessible: 1b + }, + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/e2446b49/f5d35f87.snbt b/config/ftbquests/normal/chapters/e2446b49/f5d35f87.snbt new file mode 100644 index 00000000..142d3b58 --- /dev/null +++ b/config/ftbquests/normal/chapters/e2446b49/f5d35f87.snbt @@ -0,0 +1,23 @@ +{ + x: 4.0d, + y: 5.5d, + text: [ + "Higher jumping and faster running! who could've asked for more?", + "Thanks to Tomato_Is_Life for the text!" + ], + dependencies: [ + "75e5d0b0" + ], + tasks: [{ + uid: "5ace69f3", + type: "item", + items: [{ + id: "botania:travelbelt", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/e2446b49/f668a0c2.snbt b/config/ftbquests/normal/chapters/e2446b49/f668a0c2.snbt new file mode 100644 index 00000000..24f09374 --- /dev/null +++ b/config/ftbquests/normal/chapters/e2446b49/f668a0c2.snbt @@ -0,0 +1,17 @@ +{ + x: 7.0d, + y: -1.5d, + text: [ + "I'm 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..." + ], + dependencies: [ + "81de4779" + ], + tasks: [{ + uid: "ceb585bd", + type: "item", + items: [{ + item: "bhc:red_heart_canister" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/e2446b49/f7a56ba0.snbt b/config/ftbquests/normal/chapters/e2446b49/f7a56ba0.snbt new file mode 100644 index 00000000..5741b198 --- /dev/null +++ b/config/ftbquests/normal/chapters/e2446b49/f7a56ba0.snbt @@ -0,0 +1,17 @@ +{ + x: 8.5d, + y: -1.5d, + text: [ + "Some of the stronger creatures I met have 'more powerful' hearts, which can be used to further improve my stamina." + ], + dependencies: [ + "f668a0c2" + ], + tasks: [{ + uid: "cd0965ae", + type: "item", + items: [{ + item: "bhc:yellow_heart_canister" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/e2446b49/f7ec2a26.snbt b/config/ftbquests/normal/chapters/e2446b49/f7ec2a26.snbt new file mode 100644 index 00000000..fe1fe18a --- /dev/null +++ b/config/ftbquests/normal/chapters/e2446b49/f7ec2a26.snbt @@ -0,0 +1,23 @@ +{ + x: 8.5d, + y: -3.0d, + text: [ + "Elytra are used to glide from hights.", + "The manufacturing of these objects has long been forgotten, and the remaining ones are guarded in libraries that are considered sacred by Testificates." + ], + dependencies: [ + "1a9cfbb7" + ], + tasks: [{ + uid: "6d9b27f2", + type: "item", + items: [{ + id: "minecraft:elytra", + ForgeCaps: { + "astralsorcery:cap_item_amulet_holder": {} + } + }], + ignore_damage: true, + ignore_nbt: 1b + }] +} diff --git a/config/ftbquests/normal/chapters/e2446b49/fabcfc8a.snbt b/config/ftbquests/normal/chapters/e2446b49/fabcfc8a.snbt new file mode 100644 index 00000000..e5f8f78b --- /dev/null +++ b/config/ftbquests/normal/chapters/e2446b49/fabcfc8a.snbt @@ -0,0 +1,14 @@ +{ + x: -12.5d, + y: -7.5d, + dependencies: [ + "e831332b" + ], + tasks: [{ + uid: "0a332b29", + type: "item", + items: [{ + item: "environmentaltech:nano_cont_personal_1" + }] + }] +} diff --git a/config/ftbquests/normal/chapters/index.snbt b/config/ftbquests/normal/chapters/index.snbt new file mode 100644 index 00000000..6e6c30c4 --- /dev/null +++ b/config/ftbquests/normal/chapters/index.snbt @@ -0,0 +1,14 @@ +{ + index: [ + "37c824bb", + "e2446b49", + "bdbc09f0", + "0722378b", + "ddc89903", + "4dc8eb8a", + "69ffc090", + "460cf8a6", + "13b80431", + "1719b3b6" + ] +} diff --git a/config/ftbquests/normal/file.snbt b/config/ftbquests/normal/file.snbt new file mode 100644 index 00000000..aaeb1ca2 --- /dev/null +++ b/config/ftbquests/normal/file.snbt @@ -0,0 +1,17 @@ +{ + version: 9, + default_reward_team: false, + default_consume_items: false, + default_autoclaim_rewards: "disabled", + default_quest_shape: "circle", + default_quest_disable_jei: false, + emergency_items_cooldown: "5m", + drop_loot_crates: false, + loot_crate_no_drop: { + passive: 4000, + monster: 600, + boss: 0 + }, + disable_gui: false, + grid_scale: 0.5d +} diff --git a/config/ftbquests/normal/reward_tables/index.snbt b/config/ftbquests/normal/reward_tables/index.snbt new file mode 100644 index 00000000..55588071 --- /dev/null +++ b/config/ftbquests/normal/reward_tables/index.snbt @@ -0,0 +1,3 @@ +{ + index: [] +} diff --git a/config/ftbutilities.cfg b/config/ftbutilities.cfg new file mode 100644 index 00000000..aa9e5658 --- /dev/null +++ b/config/ftbutilities.cfg @@ -0,0 +1,221 @@ +# 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/gamestages.cfg b/config/gamestages.cfg new file mode 100644 index 00000000..1d5b3037 --- /dev/null +++ b/config/gamestages.cfg @@ -0,0 +1,12 @@ +# 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/gendustry/client.config b/config/gendustry/client.config new file mode 100644 index 00000000..046d6fde --- /dev/null +++ b/config/gendustry/client.config @@ -0,0 +1,28 @@ +# Configuration file + +display { + # Units to use when displaying power. Valid values: MJ, EU, RF, T + S:PowerShowUnits=RF +} + + +nei { + B:"Add Extractor Recipes"=true + B:"Add Imprinter Recipes"=true + B:"Add Liquifier Recipes"=true + B:"Add Mutagen Producer Recipes"=true + B:"Add Mutatron Recipes"=true + B:"Add Replicator Recipes"=true + B:"Add Sampler Recipes"=true + B:"Add Samples to Search"=true + B:"Add Transposer Recipes"=true +} + + +rendering { + # Higher = less particles + I:"Bee Effects Frequency"=2 + B:"Render Bee Effects"=true +} + + diff --git a/config/gendustry/readme.txt b/config/gendustry/readme.txt new file mode 100644 index 00000000..455f4f25 --- /dev/null +++ b/config/gendustry/readme.txt @@ -0,0 +1,2 @@ +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/gendustryjei.cfg b/config/gendustryjei.cfg new file mode 100644 index 00000000..602cc599 --- /dev/null +++ b/config/gendustryjei.cfg @@ -0,0 +1,33 @@ +# 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/getittogetherdrops.cfg b/config/getittogetherdrops.cfg new file mode 100644 index 00000000..61e4bacf --- /dev/null +++ b/config/getittogetherdrops.cfg @@ -0,0 +1,13 @@ +# 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/gravestone.cfg b/config/gravestone.cfg new file mode 100644 index 00000000..73fea056 --- /dev/null +++ b/config/gravestone.cfg @@ -0,0 +1,55 @@ +# 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/hammercore.cfg b/config/hammercore.cfg new file mode 100644 index 00000000..bd938dec --- /dev/null +++ b/config/hammercore.cfg @@ -0,0 +1,36 @@ +# 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/hammercore/tile_entity_tick_slip.json b/config/hammercore/tile_entity_tick_slip.json new file mode 100644 index 00000000..513bfe35 --- /dev/null +++ b/config/hammercore/tile_entity_tick_slip.json @@ -0,0 +1,3 @@ +{ + "modid:block_id": 5 +} \ No newline at end of file diff --git a/config/harvestcraft.cfg b/config/harvestcraft.cfg new file mode 100644 index 00000000..c6fee4b2 --- /dev/null +++ b/config/harvestcraft.cfg @@ -0,0 +1,388 @@ +# 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/harvestcraft_fruittree.cfg b/config/harvestcraft_fruittree.cfg new file mode 100644 index 00000000..9aa34cef --- /dev/null +++ b/config/harvestcraft_fruittree.cfg @@ -0,0 +1,1434 @@ +# 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/hatchery/hatchery.cfg b/config/hatchery/hatchery.cfg new file mode 100644 index 00000000..a18b502f --- /dev/null +++ b/config/hatchery/hatchery.cfg @@ -0,0 +1,48 @@ +# Configuration file + +client { + # If you feel the chickens may be dropping your FPS when in chicken pens, Cause of all that darn flapping try this. [default: true] + B:"Render Chicken Flaps"=true +} + + +"drop rates" { + # Configure the drop rate % of Eggs in the Nesting Pen. Only affects single pens. If two pens placed next to each other 100% chance to drop [range: 0 ~ 100, default: 40] + I:"Hatchery Egg Drop Rate"=40 +} + + +mechanics { + # Sets if players can throw eggs to hatch chickens. [default: true] + B:"Can Throw Eggs"=true + + # Nets will not grab anything but chickens! [default: false] + B:"Nets get only chickens"=false + + # Use only chicken feed in your feeders. No more Seeds allowed [default: false] + B:"Only Chicken feed"=false +} + + +"rooster spawn settings" { + # Only set for Vanilla Chickens, Will likly break some modded chickens. + # Not compatable with Chickens mod. + # WIP may not work completly as inteded + B:"Can only breed chickens with roosters"=false + I:"Rooster Spawn Chance Probability"=10 + I:"Rooster Spawn Group Maximum Size"=2 + I:"Rooster Spawn Group Minimum Size"=1 + + # Add a list of seeds that the rooster can eat/store and to use for breeding with. (The Items will also have to be a instance of ItemSeeds) + S:"Temptation items" < + + > +} + + +"special ai" { + # Replaces Default Mating, Gives an egg that must be hatched to get baby [default: true] + B:"Breeding gives Eggs"=true +} + + diff --git a/config/hatchery/lucky_egg.json b/config/hatchery/lucky_egg.json new file mode 100644 index 00000000..e71a9f93 --- /dev/null +++ b/config/hatchery/lucky_egg.json @@ -0,0 +1,301 @@ +{ + "minecraft:apple:0": { + "item": "minecraft:apple", + "minQty": 1, + "maxQty": 2, + "weight": 10 + }, + "minecraft:bone:0": { + "item": "minecraft:bone", + "minQty": 1, + "maxQty": 3, + "weight": 13 + }, + "minecraft:book:0": { + "item": "minecraft:book", + "minQty": 1, + "maxQty": 3, + "weight": 14 + }, + "minecraft:bread:0": { + "item": "minecraft:bread", + "qty": 1, + "weight": 10 + }, + "minecraft:cake:0": { + "item": "minecraft:cake", + "qty": 1, + "weight": 8 + }, + "minecraft:carrot:0": { + "item": "minecraft:carrot", + "qty": 1, + "weight": 12 + }, + "minecraft:coal:0": { + "item": "minecraft:coal", + "minQty": 1, + "maxQty": 3, + "weight": 15 + }, + "minecraft:fishing_rod:0": { + "item": "minecraft:fishing_rod", + "qty": 1, + "weight": 10 + }, + "minecraft:flint:0": { + "item": "minecraft:flint", + "minQty": 1, + "maxQty": 3, + "weight": 12 + }, + "minecraft:flower_pot:0": { + "item": "minecraft:flower_pot", + "qty": 1, + "weight": 10 + }, + "minecraft:gunpowder:0": { + "item": "minecraft:gunpowder", + "qty": 1, + "weight": 8 + }, + "minecraft:string:0": { + "item": "minecraft:string", + "minQty": 1, + "maxQty": 2, + "weight": 12 + }, + "minecraft:stick:0": { + "item": "minecraft:stick", + "minQty": 1, + "maxQty": 3, + "weight": 12 + }, + "minecraft:lead:0": { + "item": "minecraft:lead", + "qty": 1, + "weight": 6 + }, + "minecraft:bowl:0": { + "item": "minecraft:bowl", + "qty": 1, + "weight": 10 + }, + "minecraft:dye:0": { + "item": "minecraft:dye", + "minQty": 1, + "maxQty": 2, + "weight": 10 + }, + "minecraft:dye:1": { + "item": "minecraft:dye:1", + "minQty": 1, + "maxQty": 2, + "weight": 10 + }, + "minecraft:dye:2": { + "item": "minecraft:dye:2", + "minQty": 1, + "maxQty": 2, + "weight": 10 + }, + "minecraft:dye:3": { + "item": "minecraft:dye:3", + "minQty": 1, + "maxQty": 2, + "weight": 10 + }, + "minecraft:dye:4": { + "item": "minecraft:dye:4", + "minQty": 1, + "maxQty": 2, + "weight": 10 + }, + "minecraft:dye:5": { + "item": "minecraft:dye:5", + "minQty": 1, + "maxQty": 2, + "weight": 10 + }, + "minecraft:dye:6": { + "item": "minecraft:dye:6", + "minQty": 1, + "maxQty": 2, + "weight": 10 + }, + "minecraft:dye:7": { + "item": "minecraft:dye:7", + "minQty": 1, + "maxQty": 2, + "weight": 10 + }, + "minecraft:dye:8": { + "item": "minecraft:dye:8", + "minQty": 1, + "maxQty": 2, + "weight": 10 + }, + "minecraft:dye:9": { + "item": "minecraft:dye:9", + "minQty": 1, + "maxQty": 2, + "weight": 10 + }, + "minecraft:dye:10": { + "item": "minecraft:dye:10", + "minQty": 1, + "maxQty": 2, + "weight": 10 + }, + "minecraft:dye:11": { + "item": "minecraft:dye:11", + "minQty": 1, + "maxQty": 2, + "weight": 10 + }, + "minecraft:dye:12": { + "item": "minecraft:dye:12", + "minQty": 1, + "maxQty": 2, + "weight": 10 + }, + "minecraft:dye:13": { + "item": "minecraft:dye:13", + "minQty": 1, + "maxQty": 2, + "weight": 10 + }, + "minecraft:dye:14": { + "item": "minecraft:dye:14", + "minQty": 1, + "maxQty": 2, + "weight": 10 + }, + "minecraft:dye:15": { + "item": "minecraft:dye:15", + "minQty": 1, + "maxQty": 2, + "weight": 10 + }, + "minecraft:fire_charge:0": { + "item": "minecraft:fire_charge", + "qty": 1, + "weight": 10 + }, + "minecraft:sugar:0": { + "item": "minecraft:sugar", + "minQty": 1, + "maxQty": 2, + "weight": 10 + }, + "minecraft:arrow:0": { + "item": "minecraft:arrow", + "minQty": 1, + "maxQty": 3, + "weight": 10 + }, + "minecraft:clay_ball:0": { + "item": "minecraft:clay_ball", + "minQty": 1, + "maxQty": 3, + "weight": 10 + }, + "minecraft:glass_bottle:0": { + "item": "minecraft:glass_bottle", + "minQty": 1, + "maxQty": 3, + "weight": 10 + }, + "minecraft:fireworks:0": { + "item": "minecraft:fireworks", + "minQty": 1, + "maxQty": 2, + "weight": 10 + }, + "minecraft:rabbit_foot:0": { + "item": "minecraft:rabbit_foot", + "qty": 1, + "weight": 4 + }, + "minecraft:paper:0": { + "item": "minecraft:paper", + "minQty": 1, + "maxQty": 2, + "weight": 15 + }, + "minecraft:skull:0": { + "item": "minecraft:skull", + "qty": 1, + "weight": 15 + }, + "minecraft:record_11:0": { + "item": "minecraft:record_11", + "qty": 1, + "weight": 8 + }, + "minecraft:record_13:0": { + "item": "minecraft:record_13", + "qty": 1, + "weight": 8 + }, + "minecraft:record_cat:0": { + "item": "minecraft:record_cat", + "qty": 1, + "weight": 8 + }, + "minecraft:record_strad:0": { + "item": "minecraft:record_strad", + "qty": 1, + "weight": 8 + }, + "minecraft:record_ward:0": { + "item": "minecraft:record_ward", + "qty": 1, + "weight": 8 + }, + "minecraft:record_far:0": { + "item": "minecraft:record_far", + "qty": 1, + "weight": 8 + }, + "minecraft:name_tag:0": { + "item": "minecraft:name_tag", + "qty": 1, + "weight": 5 + }, + "minecraft:iron_ingot:0": { + "item": "minecraft:iron_ingot", + "qty": 1, + "weight": 4 + }, + "minecraft:gold_ingot:0": { + "item": "minecraft:gold_ingot", + "qty": 1, + "weight": 4 + }, + "minecraft:diamond:0": { + "item": "minecraft:diamond", + "qty": 1, + "weight": 1 + }, + "minecraft:emerald:0": { + "item": "minecraft:emerald", + "qty": 1, + "weight": 1 + }, + "minecraft:ender_pearl:0": { + "item": "minecraft:ender_pearl", + "qty": 1, + "weight": 2 + }, + "minecraft:golden_apple:0": { + "item": "minecraft:golden_apple", + "qty": 1, + "weight": 2 + }, + "avaritia:resource:7": { + "item": "avaritia:resource:7", + "qty": 1, + "weight": 1 + } +} \ No newline at end of file diff --git a/config/ice_and_fire.cfg b/config/ice_and_fire.cfg new file mode 100644 index 00000000..07de4490 --- /dev/null +++ b/config/ice_and_fire.cfg @@ -0,0 +1,495 @@ +# 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"=true + + # True if riding dragons should make the player take a 3rd person view automatically. [default: true] + B:"Auto 3rd person when riding dragon"=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 + > + + # 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 + > + + # 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"=true + + # 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"=10.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 + + # 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 + + # 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"=30 + + # 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"=false + + # 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"=128 + + # How many blocks away can dragons wander from their defined "home" position. [range: 1 ~ 10000, default: 40] + I:"Dragon Wander From Home Distance"=40 + + # 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 + + # Default attack strength of a dragonsteel sword. [range: 5.0 ~ 2.14748365E9, default: 25.0] + S:"Dragonsteel Sword Base Attack Strength"=25.0 + + # 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 + + # 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"=false + + # True if dragons fire/ice 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 + + # 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 + + # 1 out of this number chance per chunk for generation [range: 1 ~ 10000, default: 360] + I:"Generate Dragon Roost Chance"=360 + + # 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 + + # Hippogryph spawn weight. Lower = lower chance to spawn. [range: 1 ~ 10000, default: 2] + I:"Hippogryph Spawn Weight"=2 + + # 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 + + # 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 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 + + # 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"=20.0 + + # Whether or not sea serpents can break weak blocks in their way [default: true] + B:"Sea Serpent Griefing"=true + + # 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"=true + + # 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 + > + + # 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/ichunutil.cfg b/config/ichunutil.cfg new file mode 100644 index 00000000..c2ef4994 --- /dev/null +++ b/config/ichunutil.cfg @@ -0,0 +1,91 @@ +# 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=1 + + # 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=5 + } + + } + + worldportals { + + general { + I:maxRecursion=2 + I:maxRendersPerTick=10 + I:renderDistanceChunks=0 + I:stencilValue=47 + } + + } + +} + + diff --git a/config/ichunutil_keybinds.cfg b/config/ichunutil_keybinds.cfg new file mode 100644 index 00000000..81c46c46 --- /dev/null +++ b/config/ichunutil_keybinds.cfg @@ -0,0 +1,25 @@ +# 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/ido/ido.cfg b/config/ido/ido.cfg new file mode 100644 index 00000000..6cf694f1 --- /dev/null +++ b/config/ido/ido.cfg @@ -0,0 +1,20 @@ +# Configuration file + +########################################################################################################## +# mod features +#--------------------------------------------------------------------------------------------------------# +# Allows you to enable or disable parts of Ido +########################################################################################################## + +"mod features" { + # This allows you enable / disable crawling (Note: This breaks being able to crawl when swimming into one block tall spaces with no water if disabled) [default: true] + B:"Toggle Crawling"=true + + # This allows you enable / disable the changes to sneaking [default: true] + B:"Toggle Sneaking Change"=true + + # This allows you enable / disable swimming [default: true] + B:"Toggle Swimming"=true +} + + diff --git a/config/igwmod.cfg b/config/igwmod.cfg new file mode 100644 index 00000000..d286a293 --- /dev/null +++ b/config/igwmod.cfg @@ -0,0 +1,8 @@ +# 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/immersivecables.cfg b/config/immersivecables.cfg new file mode 100644 index 00000000..c76209ef --- /dev/null +++ b/config/immersivecables.cfg @@ -0,0 +1,41 @@ +# 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/immersiveengineering.cfg b/config/immersiveengineering.cfg new file mode 100644 index 00000000..445f6827 --- /dev/null +++ b/config/immersiveengineering.cfg @@ -0,0 +1,726 @@ +# 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=true + 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=38400 + + # 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=10.0 + + # The amount of base damage a single part of Buckshot inflicts + # Min: 0.0 + # Max: 1.7976931348623157E308 + D:bulletDamage_Buck=2.0 + + # The amount of base damage a Casull Cartridge inflicts + # Min: 0.0 + # Max: 1.7976931348623157E308 + D:bulletDamage_Casull=10.0 + + # The amount of base damage a DragonsBreath Cartridge inflicts + # Min: 0.0 + # Max: 1.7976931348623157E308 + D:bulletDamage_Dragon=3.0 + + # The amount of base damage a Homing Cartridge inflicts + # Min: 0.0 + # Max: 1.7976931348623157E308 + D:bulletDamage_Homing=10.0 + + # The amount of base damage a Phial Cartridge inflicts + # Min: 0.0 + # Max: 1.7976931348623157E308 + D:bulletDamage_Potion=1.0 + + # The amount of damage a silver bullet inflicts + # Min: 0.0 + # Max: 1.7976931348623157E308 + D:bulletDamage_Silver=10.0 + + # The amount of base damage a Wolfpack Cartridge inflicts + # Min: 0.0 + # Max: 1.7976931348623157E308 + D:bulletDamage_Wolfpack=6.0 + + # The amount of damage the sub-projectiles of the Wolfpack Cartridge inflict + # Min: 0.0 + # Max: 1.7976931348623157E308 + D:bulletDamage_WolfpackPart=4.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=800 + + # A modifier for the damage of all projectiles fired by the Railgun + # Min: 0.001 + # Max: 1.7976931348623157E308 + D:railgun_damage=1.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/incontrol/experience.json b/config/incontrol/experience.json new file mode 100644 index 00000000..0637a088 --- /dev/null +++ b/config/incontrol/experience.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/config/incontrol/loot.json b/config/incontrol/loot.json new file mode 100644 index 00000000..0637a088 --- /dev/null +++ b/config/incontrol/loot.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/config/incontrol/main.cfg b/config/incontrol/main.cfg new file mode 100644 index 00000000..4f42ccdd --- /dev/null +++ b/config/incontrol/main.cfg @@ -0,0 +1,14 @@ +# Configuration file + +########################################################################################################## +# general +#--------------------------------------------------------------------------------------------------------# +# General settings +########################################################################################################## + +general { + # The maximum range for finding the nearest player for the spawn rules [range: 0 ~ 2147483647, default: 100] + I:maxPlayerDistance=100 +} + + diff --git a/config/incontrol/potentialspawn.json b/config/incontrol/potentialspawn.json new file mode 100644 index 00000000..0637a088 --- /dev/null +++ b/config/incontrol/potentialspawn.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/config/incontrol/spawn.json b/config/incontrol/spawn.json new file mode 100644 index 00000000..397de7c7 --- /dev/null +++ b/config/incontrol/spawn.json @@ -0,0 +1,395 @@ +[ + { + "mob": ["minecraft:skeleton", + "minecraft:zombie", + "aoa3:ramradon", + "aoa3:emperor_beast", + "aoa3:paravite", + "aoa3:cave_creep", + "aoa3:rockbiter", + "aoa3:rock_crawler", + "aoa3:rock_critter", + "aoa3:anemia", + "aoa3:fiend", + "aoa3:baumba", + "aoa3:refluct", + "aoa3:zarg", + "aoa3:zorp"], + "gamestage":"ModularStage", + "result": "default", + "healthmultiply": 1.3, + "damagemultiply": 1, + "speedmultiply": 1 + }, + { + "mob": ["aoa3:bugeye", + "aoa3:nightfly", + "aoa3:night_reaper", + "aoa3:dicer", + "aoa3:charger", + "aoa3:desert_charger", + "aoa3:hill_charger", + "aoa3:sea_charger", + "aoa3:snow_charger", + "aoa3:chimera", + "aoa3:chomper", + "aoa3:furlion"], + "result": "default", + "healthmultiply": 1.3, + "gamestage":"ModularStage", + "damagemultiply": 1.1, + "speedmultiply": 1.2 + }, + { + "mob": ["aoa3:king_charger", + "aoa3:mother_void_walker", + "aoa3:sand_giant", + "aoa3:nethengeic_beast", + "aoa3:amphibiyte", + "aoa3:sabretooth", + "aoa3:kaiyu", + "aoa3:zhinx", + "aoa3:host", + "aoa3:arocknid", + "aoa3:bloodsucker", + "aoa3:flesh_eater", + "aoa3:jawe", + "aoa3:occulent", + "aoa3:angelica", + "aoa3:voliant", + "aoa3:nightwing", + "aoa3:arkzyne", + "aoa3:basilisk", + "aoa3:crusilisk", + "aoa3:devourer", + "aoa3:dusteiva", + "aoa3:duston", + "aoa3:dust_strider", + "aoa3:lost_soul", + "aoa3:lurker", + "aoa3:merkyre", + "aoa3:stalker", + "aoa3:fenix", + "aoa3:goldus", + "aoa3:embrake", + "aoa3:tharafly", + "aoa3:lelyetian_caster", + "aoa3:flye", + "aoa3:distorter"], + "result": "default", + "gamestage":"ModularStage", + "healthmultiply": 2, + "damagemultiply": 3, + "speedmultiply": 1 + }, + { + "mob": ["aoa3:bobo", + "aoa3:chocko", + "aoa3:happy", + "aoa3:jumbo", + "aoa3:koko", + "aoa3:kranky", + "aoa3:snappy", + "aoa3:sticky", + "aoa3:stitches", + "aoa3:tipsy", + "aoa3:eeo", + "aoa3:halycon", + "aoa3:dawnlight", + "aoa3:rainicorn", + "aoa3:airhead", + "aoa3:candy_corn", + "aoa3:cane_bug", + "aoa3:cherry_blaster", + "aoa3:gingerbird", + "aoa3:lollypopper", + "aoa3:archvine", + "aoa3:broccohead", + "aoa3:carrotop", + "aoa3:corny", + "aoa3:daysee", + "aoa3:flowerface", + "aoa3:pod_plant", + "aoa3:squasher", + "aoa3:sunny", + "aoa3:vine_wizard"], + "result": "default", + "healthmultiply": 4, + "damagemultiply": 5, + "speedmultiply": 1 + }, + { + "mob": ["aoa3:enforcer", + "aoa3:mechachron", + "aoa3:mechamaton", + "aoa3:mechyon", + "aoa3:polytom", + "aoa3:voltron", + "aoa3:ariel", + "aoa3:bouncer", + "aoa3:paladin", + "aoa3:rune_templar", + "aoa3:runicorn", + "aoa3:runicorn_rider", + "aoa3:runic_guardian", + "aoa3:runic_lifeform", + "aoa3:spectral_wizard", + "bewitchment:leonard", + "bewitchment:baphomet", + "bewitchment:shadow_person", + "bewitchment:demon", + "bewitchment:demoness", + "bewitchment:imp"], + "result": "default", + "healthmultiply": 10, + "damagemultiply": 4, + "speedmultiply": 1 + }, + { + "mob": ["aoa3:construct_flight", + "aoa3:construct_mind", + "aoa3:construct_range", + "aoa3:construct_resistance", + "aoa3:construct_speed", + "aoa3:construct_strength", + "aoa3:construct_terror", + "aoa3:fungat", + "aoa3:fungback", + "aoa3:fungik", + "aoa3:fungock", + "aoa3:runic_golem", + "aoa3:alarmo", + "aoa3:centinel", + "aoa3:destructor", + "aoa3:fischer", + "aoa3:gadgetoid", + "aoa3:slimer", + "aoa3:toxxulous", + "aoa3:amphibior", + "aoa3:angler", + "aoa3:mermage", + "aoa3:muncher", + "aoa3:neptuno", + "aoa3:faceless_floater", + "aoa3:grillface", + "aoa3:hunter", + "aoa3:shifter", + "aoa3:silencer", + "aoa3:coralon", + "aoa3:skull_creature", + "aoa3:valkyrie"], + "result": "default", + "healthmultiply": 5, + "damagemultiply": 4, + "speedmultiply": 1 + }, + { + "mob": ["aoa3:arcbeast", + "aoa3:arc_flower", + "aoa3:arcworm", + "aoa3:axiolight", + "aoa3:lightwalker", + "aoa3:luxocron", + "aoa3:sea_viper", + "aoa3:omnilight", + "aoa3:shyre_knight", + "aoa3:soulscorne", + "aoa3:soulvyre", + "aoa3:stimulo", + "aoa3:stimulosus"], + "result": "default", + "healthmultiply": 10, + "damagemultiply":20, + "speedmultiply": 1 + }, + { + "mob": ["twilightforest:minotaur", + "twilightforest:fire_beetle", + "twilightforest:slime_beetle", + "twilightforest:pinch_beetle", + "erebus:erebus.beetle", + "erebus:erebus.rhino_beetle", + "erebus:erebus.bombardier_beetle", + "erebus:erebus.titan_beetle", + "erebus:erebus.stag_beetle", + "erebus:erebus.tarantula", + "twilightforest:death_tome", + "twilightforest:kobold", + "tehbetweenlands:dark_druid", + "tehbetweenlands:swamp_hag", + "tehbetweenlands:wight", + "tehbetweenlands:lurker", + "tehbetweenlands:peat_mummy", + "tehbetweenlands:chiromaw", + "tehbetweenlands:large_sludge_worm"], + "result": "default", + "healthmultiply": 2, + "damagemultiply": 2, + "speedmultiply": 1 + }, + { + "mob": ["aoa3:elusive", + "aoa3:graw", + "aoa3:gyro", + "aoa3:harkos", + "aoa3:hive_king", + "aoa3:horon", + "aoa3:kajaros", + "aoa3:king_bambambam", + "aoa3:nethengeic_wither", + "aoa3:rockrider", + "aoa3:silverfoot", + "aoa3:visualent"], + "onjoin": true, + "result": "allow", + "healthmultiply": 5, + "damagemultiply": 5, + "speedmultiply": 1 + }, + { + "mob": ["twilightforest:naga", + "twilightforest:lich", + "twilightforest:ur_ghast", + "aoa3:corallus", + "twilightforest:minoshroom", + "twilightforest:knight_phantom", + "twilightforest:yeti_alpha", + "twilightforest:snow_queen", + "erebus:erebus.tarantula_mini_boss", + "erebus:erebus.antlion_mini_boss"], + "onjoin": true, + "result": "allow", + "healthmultiply": 3, + "damagemultiply": 3, + "speedmultiply": 1 + }, + { + "mob": ["aoa3:bane", + "aoa3:baroness", + "aoa3:coniferon", + "aoa3:creep", + "aoa3:crystocore", + "aoa3:tyrosaur", + "aoa3:flash", + "aoa3:goldorth", + "aoa3:guardian", + "aoa3:hydrolisk", + "aoa3:king_shroomus", + "aoa3:kror", + "aoa3:okazor", + "aoa3:raxxan", + "aoa3:shadowlord", + "aoa3:vinocorne", + "aoa3:voxxulon"], + "onjoin": true, + "result": "allow", + "healthmultiply": 5, + "damagemultiply": 7, + "speedmultiply": 1 + }, + { + "mob": ["aoa3:craexxeus", + "aoa3:mechbot", + "aoa3:dracyon", + "aoa3:xxeus", + "aoa3:clunkhead", + "aoa3:penumbra", + "aether_legacy:valkyrie", + "aether_legacy:valkyrie_queen", + "aether_legacy:mimic", + "abyssalcraft:shadowboss", + "abyssalcraft:jzaharminion", + "aoa3:sysker", + "aoa3:ghastus", + "aoa3:urv", + "aoa3:visage", + "aoa3:shavo", + "aoa3:skelekyte", + "aoa3:goldum", + "aoa3:reaver", + "aoa3:urioh", + "aoa3:skeledon", + "aoa3:mirage", + "aoa3:miskel", + "aoa3:klobber", + "aoa3:proshield"], + "onjoin": true, + "result": "allow", + "healthmultiply": 5, + "damagemultiply": 10, + "speedmultiply": 1 + }, + { + "mob": ["twilightforest:harbinger_cube", + "twilightforest:roving_cube", + "twilightforest:adherent", + "abyssalcraft:dragonboss", + "abyssalcraft:chagarothspawn", + "abyssalcraft:chagarothfist", + "abyssalcraft:chagaroth", + "abyssalcraft:dragonminion", + "thaumicaugmentation:primal_wisp"], + "onjoin": true, + "result": "allow", + "healthmultiply": 3, + "damagemultiply": 5, + "speedmultiply": 1 + }, + { + "mob": ["thaumicaugmentation:eldritch_guardian", + "thaumicaugmentation:eldritch_warden", + "thaumicaugmentation:eldritch_golem", + "thaumicaugmentation:primal_wisp"], + "onjoin": true, + "result": "allow", + "healthmultiply": 2, + "speedmultiply": 1, + "potion": ["minecraft:strength,999999,2", "minecraft:resistance,999999,1"] + }, + { + "mob": ["thaumcraft:eldritchwarden", + "thaumcraft:eldritchgolem", + "thaumcraft:cultistknight", + "thaumcraft:cultistleader", + "thaumcraft:cultistcleric", + "aoa3:skeletron"], + "onjoin": true, + "result": "allow", + "healthmultiply": 2, + "damagemultiply": 3, + "speedmultiply": 1 + }, + { + "passive": true, + "dimension": 170, + "onjoin": true, + "result": "allow", + "damagemultiply": 6, + "potion": "minecraft:strength,999999,50" + }, + { + "passive": true, + "dimension": 171, + "onjoin": true, + "result": "allow", + "damagemultiply": 6, + "potion": "minecraft:strength,999999,50" + }, + { + "passive": true, + "dimension": 172, + "onjoin": true, + "result": "allow", + "damagemultiply": 6, + "potion": "minecraft:strength,999999,50" + }, + { + "passive": true, + "dimension": 173, + "onjoin": true, + "result": "allow", + "damagemultiply": 6, + "potion": "minecraft:strength,999999,50" + } + +] \ No newline at end of file diff --git a/config/incontrol/summonaid.json b/config/incontrol/summonaid.json new file mode 100644 index 00000000..0637a088 --- /dev/null +++ b/config/incontrol/summonaid.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/config/industrialforegoing.cfg b/config/industrialforegoing.cfg new file mode 100644 index 00000000..150d021b --- /dev/null +++ b/config/industrialforegoing.cfg @@ -0,0 +1,1018 @@ +# 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 + > + + # 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/infinitylib.cfg b/config/infinitylib.cfg new file mode 100644 index 00000000..29c6ede3 --- /dev/null +++ b/config/infinitylib.cfg @@ -0,0 +1,8 @@ +# Configuration file + +debug { + # Set to true if you wish to enable debug mode [default: false] + B:debug=false +} + + diff --git a/config/integrateddynamics.cfg b/config/integrateddynamics.cfg new file mode 100644 index 00000000..7bdc2107 --- /dev/null +++ b/config/integrateddynamics.cfg @@ -0,0 +1,273 @@ +# 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=1 + + # 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/integrateddynamicscompat.cfg b/config/integrateddynamicscompat.cfg new file mode 100644 index 00000000..27f14135 --- /dev/null +++ b/config/integrateddynamicscompat.cfg @@ -0,0 +1,39 @@ +# 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 +} + + diff --git a/config/integratedtunnels.cfg b/config/integratedtunnels.cfg new file mode 100644 index 00000000..3f22ca7a --- /dev/null +++ b/config/integratedtunnels.cfg @@ -0,0 +1,123 @@ +# 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=10 + + # 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/integratedtunnelscompat.cfg b/config/integratedtunnelscompat.cfg new file mode 100644 index 00000000..5ae08f11 --- /dev/null +++ b/config/integratedtunnelscompat.cfg @@ -0,0 +1,18 @@ +# 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/ironbackpacks/blacklist.json b/config/ironbackpacks/blacklist.json new file mode 100644 index 00000000..d20bc043 --- /dev/null +++ b/config/ironbackpacks/blacklist.json @@ -0,0 +1,4 @@ +{ + "itemBlacklist": [], + "nbtBlacklist": [] +} \ No newline at end of file diff --git a/config/ironbackpacks/ironbackpacks.cfg b/config/ironbackpacks/ironbackpacks.cfg new file mode 100644 index 00000000..febbce5a --- /dev/null +++ b/config/ironbackpacks/ironbackpacks.cfg @@ -0,0 +1,66 @@ +# Configuration file + +general { + + upgrades { + # Enables the Damage Bar upgrade + B:enableDamageBar=true + + # Enables the Everlasting upgrade + B:enableEverlasting=true + + # Enables the Extra Upgrade upgrade + B:enableExtraUpgrade=true + + # Enables the Latch upgrade + B:enablePackLatch=true + } + + handholding { + # The maximum depth that can be used for Nesting Upgrades + # This restriction is here to protect against stupidly large NBT sizes. + # Min: 1 + # Max: 2147483647 + I:maxNests=1 + } + + sizes { + # Size of the basic backpack + # Min: 1 + # Max: 54 + I:sizeBasic=18 + + # Size of the iron backpack - storage emphasis + # Min: 1 + # Max: 54 + I:sizeDiamondStorage=54 + + # Size of the iron backpack - upgrade emphasis + # Min: 1 + # Max: 54 + I:sizeDiamondUpgrade=45 + + # Size of the iron backpack - storage emphasis + # Min: 1 + # Max: 54 + I:sizeGoldStorage=45 + + # Size of the iron backpack - upgrade emphasis + # Min: 1 + # Max: 54 + I:sizeGoldUpgrade=36 + + # Size of the iron backpack - storage emphasis + # Min: 1 + # Max: 54 + I:sizeIronStorage=36 + + # Size of the iron backpack - upgrade emphasis + # Min: 1 + # Max: 54 + I:sizeIronUpgrade=27 + } + +} + + diff --git a/config/ironchest.cfg b/config/ironchest.cfg new file mode 100644 index 00000000..1badb8f0 --- /dev/null +++ b/config/ironchest.cfg @@ -0,0 +1,10 @@ +# 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/itemblacklist.cfg b/config/itemblacklist.cfg new file mode 100644 index 00000000..1c4ed55e --- /dev/null +++ b/config/itemblacklist.cfg @@ -0,0 +1,17 @@ +# 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/itemstages.cfg b/config/itemstages.cfg new file mode 100644 index 00000000..aee9e09a --- /dev/null +++ b/config/itemstages.cfg @@ -0,0 +1,23 @@ +# 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/jei/bookmarks.ini b/config/jei/bookmarks.ini new file mode 100644 index 00000000..174f3390 --- /dev/null +++ b/config/jei/bookmarks.ini @@ -0,0 +1,40 @@ +T:{id:"tconstruct:toolforge",Count:1b,Damage:0s,tag:{textureBlock:{id:"enderio:block_alloy_endergy",Count:1b,Damage:4s}}} +T:{id:"techreborn:creative_solar_panel",Count:1b,Damage:0s} +T:{id:"divinerpg:divine_shickaxe",Count:1b,Damage:0s,tag:{RepairCost:1,ench:[{id:33,lvl:1s}]}} +T:{id:"contenttweaker:recursive_feather",Count:1b,Damage:0s} +O:fluid:strontium +O:fluid:rubidium +O:fluid:molten_phosphorus +O:fluid:xenon +O:fluid:bromine +O:fluid:selenium +O:fluid:molten_germanium +O:fluid:molten_gallium +O:fluid:molten_vanadium +O:fluid:titanium +O:fluid:molten_scandium +O:fluid:argon +O:fluid:chlorine +O:fluid:molten_silicon +O:fluid:neon +O:fluid:krypton +T:{id:"nuclearcraft:fluid_arsenic",Count:1b,Damage:0s} +O:fluid:zinc +O:fluid:copper +O:fluid:nickel +O:fluid:cobalt +O:fluid:iron +T:{id:"nuclearcraft:fluid_manganese",Count:1b,Damage:0s} +O:fluid:chrome +T:{id:"nuclearcraft:fluid_potassium",Count:1b,Damage:0s} +T:{id:"nuclearcraft:fluid_aluminum",Count:1b,Damage:0s} +O:fluid:magnesium +T:{id:"nuclearcraft:fluid_sodium",Count:1b,Damage:0s} +T:{id:"nuclearcraft:fluid_fluorine",Count:1b,Damage:0s} +T:{id:"nuclearcraft:fluid_oxygen",Count:1b,Damage:0s} +T:{id:"nuclearcraft:fluid_nitrogen",Count:1b,Damage:0s} +T:{id:"nuclearcraft:fluid_hard_carbon",Count:1b,Damage:0s} +T:{id:"nuclearcraft:fluid_boron",Count:1b,Damage:0s} +T:{id:"nuclearcraft:fluid_beryllium",Count:1b,Damage:0s} +T:{id:"nuclearcraft:fluid_helium",Count:1b,Damage:0s} +T:{id:"nuclearcraft:fluid_hydrogen",Count:1b,Damage:0s} diff --git a/config/jei/itemBlacklist.cfg b/config/jei/itemBlacklist.cfg new file mode 100644 index 00000000..705e74c8 --- /dev/null +++ b/config/jei/itemBlacklist.cfg @@ -0,0 +1,899 @@ +# Configuration file + +~CONFIG_VERSION: 0.1.0 + +########################################################################################################## +# advanced +#--------------------------------------------------------------------------------------------------------# +# Advanced config options to change the way JEI functions. +########################################################################################################## + +advanced { + S:itemBlacklist < + mysticalagriculture:wither_skeleton_seeds + openblocks:tank:binnie.juice.apricot; + openblocks:tank:steadfast_steel; + openblocks:tank:oil_dense_heat_2; + openblocks:tank:helium3; + openblocks:tank:cryotheum_nak; + openblocks:tank:tungsten; + openblocks:tank:binnie.liquor.pear; + openblocks:tank:beryllium; + mysticalagriculture:grains_of_infinity_seeds + openblocks:tank:depleted_fuel_heu_235_fluoride_flibe; + openblocks:tank:binnie.brandy.citrus; + openblocks:tank:candyte; + openblocks:tank:eternal_dragon_fire; + openblocks:tank:plutonium_fluoride_flibe; + openblocks:tank:yellorium; + openblocks:tank:for.honey; + openblocks:tank:lunar; + openblocks:tank:dragons_blood_plastic; + openblocks:tank:depleted_fuel_lea_242; + openblocks:tank:cloud_seed; + openblocks:tank:fuel_mixed_heavy_heat_2; + betterbuilderswands:wandstone + avaritia:singularity + openblocks:tank:binnie.spirit.gin; + openblocks:tank:lapis_nak; + openblocks:tank:depleted_fuel_leb_248; + openblocks:tank:water; + openblocks:tank:thorium_230_fluoride; + openblocks:tank:fuel_mixed_light_heat_1; + openblocks:tank:bosons; + openblocks:tank:binnie.juice.elderberry; + openblocks:tank:overworldian_fluid; + openblocks:tank:formic_acid; + openblocks:tank:binnie.liqueur.almond; + openblocks:tank:galactic_matter; + openblocks:tank:rubidium; + openblocks:tank:cryotheum_nak_hot; + openblocks:tank:binnie.liqueur.blackcurrant; + openblocks:tank:fluidoil; + openblocks:tank:fuel_lep_239_fluoride; + openblocks:tank:hint_of_insanity; + mysticalagriculture:rabbit_seeds + openblocks:tank:nickel; + openblocks:tank:depleted_fuel_hecf_249_fluoride_flibe; + openblocks:tank:steel; + openblocks:tank:binnie.juice.lime; + openblocks:tank:signalum; + openblocks:tank:californium_250_fluoride; + openblocks:tank:milk; + openblocks:tank:glowstone_nak_hot; + cyclicmagic:emerald_helmet + openblocks:tank:fuel_mixed_light_heat_2; + openblocks:tank:boron11; + openblocks:tank:neutron; + openblocks:tank:oxygen; + openblocks:tank:polonium; + agricraft:grate + openblocks:tank:sulfur_dioxide; + openblocks:tank:refinedobsidian; + openblocks:tank:zinc; + openblocks:tank:binnie.juice.pear; + openblocks:tank:binnie.whiskey; + openblocks:tank:fluidcompressedair; + openblocks:tank:binnie.whiskey.corn; + openblocks:tank:binnie.vodka; + openblocks:tank:knightslime; + openblocks:tank:binnie.wine.apricot; + openblocks:tank:depleted_fuel_lea_242_fluoride_flibe; + openblocks:tank:liquidhelium; + openblocks:tank:thorium_fluoride_flibe; + openblocks:tank:californium_252_fluoride_flibe; + openblocks:tank:fluidsodiumsulfide; + openblocks:tank:empoweredoil; + openblocks:tank:curium_243_fluoride_flibe; + openblocks:tank:molten_blood_infused_iron; + openblocks:tank:liquid_void; + openblocks:tank:binnie.beer.stout; + openblocks:tank:curium_246_fluoride_flibe; + openblocks:tank:hydrofluoric_acid; + openblocks:tank:binnie.juice.tomato; + openblocks:tank:quartz; + openblocks:tank:depleted_fuel_leb_248_fluoride_flibe; + openblocks:tank:stellar_alloy; + openblocks:tank:elecanium; + openblocks:tank:depleted_fuel_hep_239_fluoride_flibe; + openblocks:tank:fossile_refined_oil; + openblocks:tank:flibe; + openblocks:tank:pigiron; + openblocks:tank:depleted_fuel_hecm_245_fluoride; + contenttweaker:sub_block_holder_0:1 + openblocks:tank:fuel_lecf_251_fluoride; + openblocks:tank:binnie.mash.corn; + openblocks:tank:californium_249_fluoride_flibe; + openblocks:tank:liquid_lp; + mysticalagriculture:blitz_seeds + openblocks:tank:fuel_lep_239; + openblocks:tank:curium_243_fluoride; + openblocks:tank:binnie.liqueur.peach; + openblocks:tank:liquid_madness; + openblocks:tank:fluidnitrogen; + openblocks:tank:fuel_heb_248_fluoride_flibe; + contenttweaker:sub_block_holder_0:6 + openblocks:tank:binnie.beer.rye; + openblocks:tank:astralsorcery.liquidstarlight; + contenttweaker:sub_block_holder_0:4 + openblocks:tank:if.ore_fluid_raw; + contenttweaker:sub_block_holder_0:2 + contenttweaker:sub_block_holder_0:3 + openblocks:tank:fuel_heu_233_fluoride_flibe; + openblocks:tank:preheated_water; + openblocks:tank:hydrogen; + openblocks:tank:binnie.wine.cranberry; + openblocks:tank:steam; + openblocks:tank:depleted_fuel_hep_239; + openblocks:tank:depleted_fuel_lecm_245; + openblocks:tank:prudentium; + openblocks:tank:limonite; + openblocks:tank:oil_heavy_heat_2; + openblocks:tank:fluidcarbon; + openblocks:tank:fluoromethane; + openblocks:tank:depleted_fuel_hep_239_fluoride; + openblocks:tank:ethanol; + openblocks:tank:dense_plasma; + openblocks:tank:fuel_hecm_247_fluoride_flibe; + openblocks:tank:oil_heavy_heat_1; + openblocks:tank:ender_nak_hot; + openblocks:tank:americium_243_fluoride_flibe; + openblocks:tank:menrilresin; + openblocks:tank:fuel_hep_241; + openblocks:tank:blockfluidantimatter; + openblocks:tank:fluidnitrofuel; + openblocks:tank:depleted_fuel_lecf_249; + openblocks:tank:magnesium; + openblocks:tank:depleted_fuel_leu_235_fluoride; + openblocks:tank:vengeful_steel; + openblocks:tank:depleted_fuel_lecm_247_fluoride_flibe; + openblocks:tank:emerald; + openblocks:tank:nightly_water; + openblocks:tank:fuel_lecm_243_fluoride_flibe; + openblocks:tank:psi; + openblocks:tank:bef2; + openblocks:tank:binnie.juice.carrot; + openblocks:tank:uranium_235_fluoride_flibe; + openblocks:tank:berkelium_247_fluoride_flibe; + openblocks:tank:chrome; + openblocks:tank:depleted_fuel_lecm_247; + openblocks:tank:uranium_238_fluoride_flibe; + openblocks:tank:thorium; + openblocks:tank:ender_distillation; + openblocks:tank:binnie.brandy.cherry; + openblocks:tank:fluidpotassium; + openblocks:tank:nethengeic_fluid; + openblocks:tank:marshmallow; + openblocks:tank:fuel_hecm_245_fluoride; + openblocks:tank:depleted_fuel_hecm_245_fluoride_flibe; + openblocks:tank:candied_water; + openblocks:tank:molten_netherite; + openblocks:tank:plutonium_238_fluoride; + openblocks:tank:alugentum; + openblocks:tank:twilight_matter; + openblocks:tank:depleted_fuel_heb_248_fluoride; + openblocks:tank:chocolate_liquor; + openblocks:tank:energetic_silver; + openblocks:tank:fuel_lep_241_fluoride; + openblocks:tank:ethereal_fabric; + openblocks:tank:potassium_hydroxide_solution; + openblocks:tank:purifying_fluid; + openblocks:tank:pulsating_iron; + openblocks:tank:binnie.liqueur.melon; + openblocks:tank:superium; + openblocks:tank:if.ore_fluid_fermented; + openblocks:tank:crystalline_pink_slime; + openblocks:tank:honey; + openblocks:tank:plutonium_241; + openblocks:tank:berkelium_248_fluoride; + openblocks:tank:tough; + openblocks:tank:fuel_hecf_251; + openblocks:tank:oil_dense; + mysticalagriculture:basalz_seeds + openblocks:tank:ethene; + openblocks:tank:sand; + openblocks:tank:crystal_water; + openblocks:tank:binnie.liqueur.herbal; + openblocks:tank:fuel_lecm_243_fluoride; + openblocks:tank:brass; + openblocks:tank:binnie.wine.elderberry; + unlimitedchiselworks:chisel_stonebrick1_railcraft_brick_red_nether_0 + openblocks:tank:plutonium_242; + openblocks:tank:titanium; + openblocks:tank:brightsteel; + openblocks:tank:manyullyn; + openblocks:tank:electrum; + openblocks:tank:fuel_mixed_heavy_heat_1; + openblocks:tank:uranium_fluoride_flibe; + openblocks:tank:fuel_hecf_251_fluoride_flibe; + openblocks:tank:atomic_nuclei; + openblocks:tank:fluorine; + mysticalagriculture:ghast_seeds + openblocks:tank:uranium_233_fluoride; + openblocks:tank:bas; + openblocks:tank:lif; + openblocks:tank:fiery_essence; + openblocks:tank:coal; + openblocks:tank:americium_243_fluoride; + openblocks:tank:carbon_dioxide; + openblocks:tank:fuel_len_236; + openblocks:tank:alchemical_goo; + openblocks:tank:diamond; + openblocks:tank:neptunium_237_fluoride; + openblocks:tank:fuel_lecf_249_fluoride; + openblocks:tank:depleted_fuel_lecm_245_fluoride; + mysticalagriculture:guardian_seeds + openblocks:tank:primal_ogerite; + openblocks:tank:curium_247_fluoride_flibe; + openblocks:tank:low_quality_steam; + openblocks:tank:depleted_fuel_len_236_fluoride; + openblocks:tank:concrete; + openblocks:tank:blutonium; + openblocks:tank:vibranium; + openblocks:tank:potion_lingering; + openblocks:tank:vivid_alloy; + openblocks:tank:universal_matter; + openblocks:tank:binnie.bacteria; + openblocks:tank:binnie.whiskey.wheat; + openblocks:tank:mirion; + openblocks:tank:diamond_nak; + openblocks:tank:cosmic_matter; + openblocks:tank:cursed_myrmitite; + openblocks:tank:vityte; + openblocks:tank:rubber; + openblocks:tank:plasma; + openblocks:tank:mushroom_stew; + openblocks:tank:dragonsteel_ice; + mysticalagriculture:blaze_seeds + openblocks:tank:lving_gold_nak; + openblocks:tank:mystite; + openblocks:tank:koh; + openblocks:tank:mutagen; + openblocks:tank:fuel_heu_233_fluoride; + openblocks:tank:binnie.juice.red.grape; + openblocks:tank:depleted_fuel_hea_242_fluoride; + openblocks:tank:sugar; + openblocks:tank:juice; + openblocks:tank:xu_demonic_metal; + openblocks:tank:exhaust_steam; + openblocks:tank:oil_residue_heat_2; + openblocks:tank:binnie.tequila; + actuallyadditions:block_farmer + openblocks:tank:americium_242_fluoride; + openblocks:tank:fluidsulfuricacid; + openblocks:tank:blazium; + cyclicmagic:emerald_chestplate + mysticalagriculture:sheep_seeds + openblocks:tank:fluiddiesel; + openblocks:tank:depleted_fuel_lecm_243_fluoride; + openblocks:tank:binnie.turpentine; + openblocks:tank:infinity; + openblocks:tank:refinediron; + contenttweaker:ogerite_egg + openblocks:tank:advancedalloy; + openblocks:tank:fuel_len_236_fluoride; + openblocks:tank:purpleslime; + openblocks:tank:gold_nak; + openblocks:tank:oil_residue_heat_1; + openblocks:tank:halite_fluid; + openblocks:tank:dreadite; + openblocks:tank:calcium_sulfate_solution; + openblocks:tank:binnie.brandy.plum; + openblocks:tank:spicy_pyrotheum; + openblocks:tank:copper_nak; + openblocks:tank:binnie.wine.citrus; + openblocks:tank:myrmitite; + openblocks:tank:binnie.juice.apple; + openblocks:tank:fluidelectrolyzedwater; + openblocks:tank:refined_fuel; + openblocks:tank:fuel_light; + openblocks:tank:fuel_gaseous_heat_2; + openblocks:tank:binnie.brandy.grape; + mysticalagriculture:slime_seeds + openblocks:tank:binnie.mash.rye; + openblocks:tank:biocrude; + openblocks:tank:meat; + openblocks:tank:diborane; + openblocks:tank:depleted_fuel_hecf_251_fluoride_flibe; + openblocks:tank:fuel_heu_235_fluoride; + openblocks:tank:emberstone; + openblocks:tank:depleted_fuel_lecf_251_fluoride; + openblocks:tank:depleted_fuel_leu_233_fluoride_flibe; + openblocks:tank:berkelium_248_fluoride_flibe; + openblocks:tank:rocketfuel; + openblocks:tank:sludge; + openblocks:tank:liquidantimatter; + openblocks:tank:nak_hot; + openblocks:tank:fuel_gaseous_heat_1; + openblocks:tank:energetic_alloy; + openblocks:tank:arsenic; + openblocks:tank:fluidcarbonfiber; + openblocks:tank:magnesium_nak_hot; + openblocks:tank:binnie.wine.pineapple; + cyclicmagic:emerald_boots + openblocks:tank:depleted_fuel_lecm_247_fluoride; + openblocks:tank:depleted_fuel_lecm_243; + openblocks:tank:ludicrite; + openblocks:tank:uranium; + openblocks:tank:binnie.liquor.elderberry; + agricraft:water_channel_valve + openblocks:tank:inferium; + openblocks:tank:iridium; + cyclicmagic:emerald_spade + openblocks:tank:fuelcolumn; + actuallyadditions:block_coal_generator + openblocks:tank:binnie.liqueur.anise; + openblocks:tank:binnie.cider.apple; + openblocks:tank:redstone_alloy; + openblocks:tank:methanol; + openblocks:tank:depleted_fuel_hecf_251; + openblocks:tank:blood; + openblocks:tank:fuel_lea_242_fluoride; + openblocks:tank:liquid_pe; + openblocks:tank:varsium; + openblocks:tank:binnie.resin; + openblocks:tank:latex; + openblocks:tank:quartz_nak; + openblocks:tank:carbon_monoxide; + openblocks:tank:binnie.brandy.pear; + openblocks:tank:higgs; + openblocks:tank:depleted_fuel_hen_236_fluoride_flibe; + openblocks:tank:sap; + openblocks:tank:binnie.wine.plum; + openblocks:tank:eternal_fabric; + openblocks:tank:decomposed_matter; + openblocks:tank:shyre_weed_oil; + openblocks:tank:osmium; + openblocks:tank:energized_mulch; + openblocks:tank:fluidnitrogendioxide; + openblocks:tank:milkiest_chocolate; + openblocks:tank:californium_249_fluoride; + openblocks:tank:hydrated_gelatin; + openblocks:tank:binnie.juice.pineapple; + openblocks:tank:magnesium_nak; + openblocks:tank:binnie.wine.cherry; + openblocks:tank:hard_carbon; + openblocks:tank:depleted_fuel_leu_233; + openblocks:tank:fuel_lea_242_fluoride_flibe; + openblocks:tank:sic_vapor; + openblocks:tank:depleted_fuel_len_236; + openblocks:tank:binnie.beer.corn; + openblocks:tank:bio.ethanol; + openblocks:tank:plutonium_242_fluoride_flibe; + projectex:compressed_collector + openblocks:tank:depleted_fuel_tbu_fluoride; + openblocks:tank:cyanite; + openblocks:tank:glowstone_nak; + openblocks:tank:plutonium_239_fluoride_flibe; + openblocks:tank:shyrestone; + openblocks:tank:protein; + openblocks:tank:oxygen_difluoride; + openblocks:tank:binnie.wine.banana; + openblocks:tank:binnie.liqueur.chocolate; + openblocks:tank:binnie.beer.lager; + openblocks:tank:depleted_fuel_leu_235; + openblocks:tank:demonic_steel; + openblocks:tank:fuel_lecm_243; + openblocks:tank:naoh; + openblocks:tank:fuel_gaseous; + openblocks:tank:fuel_hecf_249_fluoride_flibe; + openblocks:tank:protons; + openblocks:tank:binnie.liquor.apricot; + openblocks:tank:binnie.juice.olive; + openblocks:tank:neptunium_236; + openblocks:tank:molten_arlemite; + openblocks:tank:cloud_seed_concentrated; + openblocks:tank:americium_242_fluoride_flibe; + openblocks:tank:rosite; + agricraft:water_tank + openblocks:tank:spatial_matter; + openblocks:tank:seed_oil; + openblocks:tank:depleted_fuel_lecm_243_fluoride_flibe; + openblocks:tank:redstone_nak; + openblocks:tank:molten_rupee; + openblocks:tank:fuel_lep_239_fluoride_flibe; + openblocks:tank:depleted_fuel_lep_239_fluoride; + openblocks:tank:liquidhelium_nak; + openblocks:tank:palladium; + openblocks:tank:platinum; + openblocks:tank:radaway; + openblocks:tank:syrup; + openblocks:tank:californium_252_fluoride; + openblocks:tank:fuel_lecm_245; + openblocks:tank:glass; + openblocks:tank:fuel_lecm_247; + openblocks:tank:rocket_fuel; + openblocks:tank:fuel_leu_235_fluoride_flibe; + openblocks:tank:depleted_fuel_lep_241_fluoride; + openblocks:tank:cryotheum; + openblocks:tank:refined_biofuel; + openblocks:tank:fuel_len_236_fluoride_flibe; + openblocks:tank:caesium; + openblocks:tank:vapor_of_levity; + openblocks:tank:short.mead; + openblocks:tank:liquidchorus; + openblocks:tank:depleted_fuel_lep_241; + openblocks:tank:molten_realmite; + openblocks:tank:californium_251_fluoride; + openblocks:tank:fluidcalcium; + openblocks:tank:lifeessence; + openblocks:tank:oil_dense_heat_1; + openblocks:tank:depleted_fuel_lep_241_fluoride_flibe; + agricraft:water_channel_full + openblocks:tank:redstone; + openblocks:tank:fuel_lecf_249; + openblocks:tank:binnie.liqueur.lemon; + openblocks:tank:neptunium_237; + openblocks:tank:conductive_iron; + openblocks:tank:ivorypsi; + openblocks:tank:uranium_233_fluoride_flibe; + openblocks:tank:fuel_hep_239; + openblocks:tank:fuel_hea_242; + openblocks:tank:obsidian; + openblocks:tank:binnie.wine.fortified; + openblocks:tank:crepuscular_water; + openblocks:tank:fuel_lecm_245_fluoride_flibe; + openblocks:tank:binnie.liqueur.coffee; + openblocks:tank:gaia; + openblocks:tank:manasteel; + contenttweaker:sub_block_holder_1:0 + openblocks:tank:blockfluiddirt; + openblocks:tank:neptunium_236_fluoride_flibe; + openblocks:tank:fuel_leb_248_fluoride_flibe; + openblocks:tank:depleted_fuel_hecm_243_fluoride; + openblocks:tank:bloodmaster_metal; + cyclicmagic:emerald_leggings + openblocks:tank:depleted_fuel_hecf_249; + openblocks:tank:sodium_fluoride_solution; + openblocks:tank:redstone_nak_hot; + contenttweaker:sub_block_holder_1:7 + contenttweaker:sub_block_holder_1:5 + contenttweaker:sub_block_holder_1:6 + contenttweaker:sub_block_holder_1:3 + immersiveengineering:metal_device1:13 + openblocks:tank:liquid_death; + contenttweaker:sub_block_holder_1:1 + openblocks:tank:nutrient_distillation; + openblocks:tank:fluidsodium; + openblocks:tank:americium_241_fluoride; + openblocks:tank:americium_243; + openblocks:tank:fluidheliumplasma; + openblocks:tank:depleted_fuel_hecm_243; + openblocks:tank:gravitrons; + openblocks:tank:fuel_light_heat_2; + openblocks:tank:binnie.liqueur.mint; + openblocks:tank:fuel_lecf_251_fluoride_flibe; + openblocks:tank:xu_enchanted_metal; + openblocks:tank:binnie.latex; + openblocks:tank:binnie.liqueur.cherry; + openblocks:tank:depleted_fuel_heb_248_fluoride_flibe; + openblocks:tank:binnie.juice.peach; + openblocks:tank:depleted_fuel_hea_242; + openblocks:tank:depleted_fuel_heb_248; + openblocks:tank:fluorite_water; + openblocks:tank:cocoa_butter; + openblocks:tank:crude_steel; + openblocks:tank:neptunium_236_fluoride; + openblocks:tank:fuel_light_heat_1; + openblocks:tank:fuel_tbu; + openblocks:tank:fuel_mixed_heavy; + projectex:collector + openblocks:tank:fluidnitrocarbon; + mysticalagriculture:cow_seeds + openblocks:tank:depleted_fuel_leu_235_fluoride_flibe; + openblocks:tank:fuel_hep_239_fluoride_flibe; + mysticalagriculture:spider_seeds + openblocks:tank:binnie.spirit.sugarcane; + openblocks:tank:soulshardsrespawn.corrupted; + openblocks:tank:binnie.beer.wheat; + openblocks:tank:fog; + openblocks:tank:binnie.liqueur.cinnamon; + openblocks:tank:muons; + openblocks:tank:hootch; + openblocks:tank:corrosive_steel; + openblocks:tank:stone; + openblocks:tank:dark_chocolate; + openblocks:tank:plutonium_239_fluoride; + openblocks:tank:depleted_fuel_hecf_249_fluoride; + openblocks:tank:dreaded_steel; + openblocks:tank:refined_oil; + openblocks:tank:fluidsodiumpersulfate; + openblocks:tank:nightmarish_matter; + openblocks:tank:fuel_tbu_fluoride_flibe; + openblocks:tank:fuel_hecm_243_fluoride; + openblocks:tank:helium; + openblocks:tank:alubrass; + openblocks:tank:twilight_fire; + openblocks:tank:pure_metal; + openblocks:tank:fuel_lecm_247_fluoride_flibe; + openblocks:tank:fuel_lecf_251; + openblocks:tank:berkelium_247_fluoride; + openblocks:tank:depleted_fuel_hea_242_fluoride_flibe; + openblocks:tank:binnie.ciderpear; + openblocks:tank:astral_water; + openblocks:tank:elementium; + openblocks:tank:aerial_moonshine; + openblocks:tank:high_pressure_steam; + openblocks:tank:fluidmercury; + openblocks:tank:californium_252; + mysticalagriculture:rubber_seeds + openblocks:tank:depleted_fuel_leu_233_fluoride; + appliedenergistics2:facade + openblocks:tank:binnie.juice.banana; + openblocks:tank:fluidchlorite; + openblocks:tank:fluidcalciumcarbonate; + openblocks:tank:fuel_hecm_243_fluoride_flibe; + openblocks:tank:moltenrefinedcoralium; + openblocks:tank:hyperdense_plasma; + openblocks:tank:sewage; + openblocks:tank:binnie.juice.grapefruit; + openblocks:tank:sodium_hydroxide_solution; + openblocks:tank:plutonium_241_fluoride; + openblocks:tank:liquid_uu_matter; + openblocks:tank:anti_venom; + openblocks:tank:depleted_fuel_hep_241; + openblocks:tank:depleted_fuel_hecm_247_fluoride_flibe; + openblocks:tank:sodium; + openblocks:tank:dragonsteel_fire; + openblocks:tank:binnie.liqueur.banana; + openblocks:tank:blueslime; + buildcraftsilicon:plug_facade + betterbuilderswands:wanddiamond + openblocks:tank:americium_241_fluoride_flibe; + openblocks:tank:thaumium; + openblocks:tank:depleted_fuel_lecm_245_fluoride_flibe; + openblocks:tank:fuel_lea_242; + openblocks:tank:quartz_nak_hot; + openblocks:tank:sulfur; + openblocks:tank:depleted_fuel_lecf_249_fluoride_flibe; + buildcraftbuilders:quarry + openblocks:tank:silver; + mysticalagriculture:manasteel_seeds + openblocks:tank:refined_life_essence; + openblocks:tank:potassium; + openblocks:tank:enderium; + openblocks:tank:binnie.juice.white.grape; + openblocks:tank:liquidhelium_nak_hot; + openblocks:tank:fluidwolframium; + openblocks:tank:binnie.juice.orange; + openblocks:tank:depleted_fuel_lep_239; + openblocks:tank:lead; + openblocks:tank:depleted_fuel_lep_239_fluoride_flibe; + openblocks:tank:swamp_water; + openblocks:tank:gelatin; + openblocks:tank:depleted_fuel_lea_242_fluoride; + openblocks:tank:amber; + openblocks:tank:neutrons; + chickens:spawn_egg:{ChickenType:{id:"contenttweaker:ogerite_chicken"}} + openblocks:tank:californium_251_fluoride_flibe; + openblocks:tank:fuel_hecm_247_fluoride; + openblocks:tank:electrumflux; + openblocks:tank:fuel_heb_248_fluoride; + openblocks:tank:fuel_leu_233_fluoride_flibe; + openblocks:tank:depleted_fuel_heu_233; + openblocks:tank:binnie.dna.raw; + openblocks:tank:binnie.sap; + openblocks:tank:boron_nitride_solution; + openblocks:tank:construction_alloy; + openblocks:tank:strontium; + openblocks:tank:fuel_lep_241; + openblocks:tank:fluidnitrodiesel; + openblocks:tank:iron; + openblocks:tank:depleted_fuel_hecf_251_fluoride; + openblocks:tank:depleted_fuel_hen_236; + openblocks:tank:fluidsulfur; + openblocks:tank:if.protein; + openblocks:tank:depleted_fuel_hen_236_fluoride; + openblocks:tank:curium_245_fluoride_flibe; + openblocks:tank:depleted_fuel_len_236_fluoride_flibe; + openblocks:tank:biofuel; + openblocks:tank:borax_solution; + openblocks:tank:nak; + openblocks:tank:gold_nak_hot; + openblocks:tank:ghastly; + mysticalagriculture:blizz_seeds + openblocks:tank:oil_distilled_heat_1; + openblocks:tank:californium_251; + openblocks:tank:liquiddna; + openblocks:tank:clay; + mysticalagriculture:elementium_seeds + openblocks:tank:sulfur_trioxide; + openblocks:tank:fuel_dense; + openblocks:tank:fluidbiofuel; + openblocks:tank:depleted_fuel_heu_235; + openblocks:tank:oil_distilled; + openblocks:tank:binnie.mash.grain; + openblocks:tank:fuel_leb_248_fluoride; + openblocks:tank:depleted_fuel_lecf_249_fluoride; + openblocks:tank:copper; + openblocks:tank:chaos; + openblocks:tank:mithril; + openblocks:tank:californium_250; + openblocks:tank:fuel_heu_235_fluoride_flibe; + openblocks:tank:refinedcanolaoil; + openblocks:tank:petrotheum; + openblocks:tank:fuel_hen_236_fluoride_flibe; + openblocks:tank:sulfuric_acid; + openblocks:tank:soularium; + mysticalagriculture:skeleton_seeds + openblocks:tank:binnie.beer.ale; + openblocks:tank:lymph_of_pixonia; + openblocks:tank:curium_247; + openblocks:tank:liquidcoralium; + openblocks:tank:lithium7; + openblocks:tank:plutonium_241_fluoride_flibe; + openblocks:tank:cobalt; + openblocks:tank:binnie.wine.carrot; + openblocks:tank:crystal; + openblocks:tank:fuel_lep_241_fluoride_flibe; + openblocks:tank:aerotheum; + mysticalagriculture:chicken_seeds + openblocks:tank:soulium; + openblocks:tank:rhenium; + openblocks:tank:binnie.rum.white; + openblocks:tank:ice; + openblocks:tank:boron; + unlimitedchiselworks:chisel_stonebrick_railcraft_brick_nether_0 + openblocks:tank:fuel_mixed_light; + openblocks:tank:curium_245; + openblocks:tank:depleted_fuel_hep_241_fluoride_flibe; + openblocks:tank:lapis_nak_hot; + openblocks:tank:baronyte; + openblocks:tank:sednanite; + projectex:alchemy_table + openblocks:tank:binnie.cider.peach; + openblocks:tank:curium_246; + openblocks:tank:binnie.bacteria.vector; + openblocks:tank:lithium6; + mysticalagriculture:creeper_seeds + openblocks:tank:binnie.liqueur.raspberry; + openblocks:tank:poison; + openblocks:tank:oil_distilled_heat_2; + openblocks:tank:fuel_dense_heat_2; + openblocks:tank:ghostly_matter; + openblocks:tank:tin_nak; + openblocks:tank:tin; + openblocks:tank:condensate_water; + openblocks:tank:aluminum; + openblocks:tank:manganese; + openblocks:tank:oil_heat_2; + openblocks:tank:americium_242; + openblocks:tank:intermedium; + openblocks:tank:fuel_leu_235; + openblocks:tank:plutonium_238_fluoride_flibe; + openblocks:tank:fuel_dense_heat_1; + openblocks:tank:constantan; + unlimitedchiselworks:chisel_stonebrick_railcraft_brick_red_nether_0 + openblocks:tank:smoldering_tar; + openblocks:tank:radaway_slow; + openblocks:tank:curium_243; + openblocks:tank:shallowbreath; + openblocks:tank:americium_241; + openblocks:tank:fuel_leb_248; + unlimitedchiselworks:chisel_stonebrick2_railcraft_brick_red_nether_0 + openblocks:tank:oil_heat_1; + openblocks:tank:fluidsilicon; + openblocks:tank:potion_splash; + openblocks:tank:abyssite; + openblocks:tank:fuel_heu_233; + openblocks:tank:fluctuatite; + contenttweaker:sub_block_holder_0:12 + openblocks:tank:invar; + contenttweaker:sub_block_holder_0:10 + openblocks:tank:base_essence; + openblocks:tank:stagnant_water; + openblocks:tank:uranium_235_fluoride; + openblocks:tank:creosote; + openblocks:tank:low_pressure_steam; + mysticalagriculture:enderman_seeds + openblocks:tank:dark_steel; + openblocks:tank:fuel_leu_233; + openblocks:tank:lava; + openblocks:tank:tree_oil; + openblocks:tank:binnie.bacteria.poly; + openblocks:tank:depleted_fuel_lecf_251_fluoride_flibe; + openblocks:tank:ebonypsi; + cyclicmagic:emerald_pickaxe + openblocks:tank:electrical_steel; + openblocks:tank:fluidberylium; + openblocks:tank:depleted_fuel_heu_233_fluoride; + openblocks:tank:binnie.liquor.fruit; + openblocks:tank:fluidnitrocoalfuel; + openblocks:tank:bronze; + openblocks:tank:oil_residue; + openblocks:tank:binnie.wine.sparkling; + openblocks:tank:fluidmethane; + openblocks:tank:berkelium_247; + openblocks:tank:depleted_fuel_hecm_243_fluoride_flibe; + openblocks:tank:binnie.liqueur.orange; + openblocks:tank:destructive_steel; + openblocks:tank:plantoil; + openblocks:tank:tar; + divinerpg:angelic_chestplate + openblocks:tank:californium_250_fluoride_flibe; + openblocks:tank:binnie.rum.dark; + openblocks:tank:berkelium_248; + openblocks:tank:fierymetal; + openblocks:tank:strings; + openblocks:tank:fuel_hecm_243; + openblocks:tank:lyon; + openblocks:tank:seed.oil; + openblocks:tank:depleted_fuel_hep_241_fluoride; + openblocks:tank:ogerite; + cyclicmagic:emerald_hoe + openblocks:tank:thorium_fluoride; + openblocks:tank:lapis; + divinerpg:angelic_helmet + openblocks:tank:depleted_fuel_heu_235_fluoride; + openblocks:tank:lithium; + divinerpg:angelic_boots + openblocks:tank:binnie.liquor.cherry; + openblocks:tank:corium; + openblocks:tank:fuel_hecm_245_fluoride_flibe; + openblocks:tank:ardite; + openblocks:tank:tin_nak_hot; + openblocks:tank:glowstone; + openblocks:tank:starmetal; + openblocks:tank:crystaloil; + openblocks:tank:lunastone; + openblocks:tank:fuel_hecm_245; + openblocks:tank:fluidhelium3; + openblocks:tank:emerald_nak; + openblocks:tank:alumite; + openblocks:tank:canolaoil; + openblocks:tank:supremium; + openblocks:tank:binnie.mash.wheat; + openblocks:tank:fuel_hea_242_fluoride; + openblocks:tank:refinedglowstone; + openblocks:tank:plutonium_238; + openblocks:tank:binnie.growth.medium; + openblocks:tank:chaotic_matter; + openblocks:tank:potassium_fluoride_solution; + openblocks:tank:binnie.juice; + openblocks:tank:resin; + openblocks:tank:potion; + openblocks:tank:fluiddeuterium; + openblocks:tank:seared_grave_stone; + openblocks:tank:enriched_canola_oil; + openblocks:tank:uranium_238; + openblocks:tank:ender; + openblocks:tank:fuel_heu_235; + openblocks:tank:ghoulish; + openblocks:tank:fuel_hep_241_fluoride; + openblocks:tank:binnie.wine.agave; + openblocks:tank:binnie.brandy.elderberry; + openblocks:tank:fuel_hecm_247; + projectex:relay + openblocks:tank:melodic_alloy; + openblocks:tank:binnie.juice.cranberry; + openblocks:tank:binnie.whiskey.rye; + openblocks:tank:fuel_lecm_245_fluoride; + openblocks:tank:fuel_hecf_249; + openblocks:tank:crude_oil; + openblocks:tank:neptunium_237_fluoride_flibe; + openblocks:tank:depleted_fuel_tbu_fluoride_flibe; + openblocks:tank:fuel_hea_242_fluoride_flibe; + openblocks:tank:fuel_hep_239_fluoride; + openblocks:tank:fuel_hen_236; + openblocks:tank:deuterium; + openblocks:tank:fluidhydrogen; + openblocks:tank:oil_heavy; + openblocks:tank:thorium_230; + openblocks:tank:fuel_heb_248; + openblocks:tank:fluidglyceryl; + openblocks:tank:iron_nak; + openblocks:tank:biodiesel; + openblocks:tank:binnie.liqueur.blackberry; + openblocks:tank:fluidtritium; + openblocks:tank:uranium_233; + mysticalagriculture:grains_of_infinity_crop + openblocks:tank:weakened_cryotheoum; + openblocks:tank:chalcedony; + openblocks:tank:plutonium_fluoride; + openblocks:tank:depleted_fuel_tbu; + openblocks:tank:binnie.wine.red; + openblocks:tank:moltendreadium; + openblocks:tank:fuel_leu_233_fluoride; + openblocks:tank:milk_chocolate; + openblocks:tank:fuel_hep_241_fluoride_flibe; + openblocks:tank:liquid_nitrogen; + openblocks:tank:moltenabyssalnite; + openblocks:tank:fire_water; + openblocks:tank:plutonium_242_fluoride; + openblocks:tank:binnie.spirit.neutral; + openblocks:tank:boric_acid; + divinerpg:angelic_leggings + openblocks:tank:fuel_tbu_fluoride; + openblocks:tank:netrino_plasma; + betterbuilderswands:wandiron + openblocks:tank:fluidhelium; + openblocks:tank:plutonium_239; + openblocks:tank:thorium_230_fluoride_flibe; + openblocks:tank:binnie.wine.white; + openblocks:tank:terrasteel; + openblocks:tank:depleted_fuel_heu_233_fluoride_flibe; + mysticalagriculture:grains_of_infinity_essence + openblocks:tank:fuel_leu_235_fluoride; + cyclicmagic:emerald_axe + mysticalagriculture:terrasteel_seeds + openblocks:tank:gold; + openblocks:tank:uranium_235; + mysticalagriculture:zombie_seeds + openblocks:tank:xu_evil_metal; + openblocks:tank:fiery_peat; + openblocks:tank:flux_goo; + openblocks:tank:emerald_nak_hot; + openblocks:tank:binnie.juice.lemon; + openblocks:tank:binnie.juice.cherry; + openblocks:tank:hot_spring_water; + openblocks:tank:biomass; + openblocks:tank:binnie.wine.tomato; + openblocks:tank:fuel_lecm_247_fluoride; + openblocks:tank:binnie.brandy.apple; + openblocks:tank:nitrogen; + openblocks:tank:binnie.liqueur.hazelnut; + openblocks:tank:liquid_sunshine; + openblocks:tank:binnie.fermented.potatoes; + openblocks:tank:essence; + openblocks:tank:uranium_238_fluoride; + openblocks:tank:ferroboron; + openblocks:tank:californium_249; + openblocks:tank:charger; + openblocks:tank:depleted_fuel_hecm_247_fluoride; + openblocks:tank:hint_of_divinity; + openblocks:tank:curium_246_fluoride; + openblocks:tank:binnie.brandy.fruit; + cyclicmagic:emerald_sword + openblocks:tank:boron10; + openblocks:tank:sunstruck_water; + openblocks:tank:ammonia; + openblocks:tank:mana; + openblocks:tank:magnatar_stabilizer; + openblocks:tank:fluidlithium; + openblocks:tank:alumina; + openblocks:tank:dimensional_essence; + openblocks:tank:copper_nak_hot; + openblocks:tank:plutonium; + openblocks:tank:curium_245_fluoride; + openblocks:tank:experience; + openblocks:tank:unsweetened_chocolate; + openblocks:tank:binnie.juice.plum; + openblocks:tank:curium_247_fluoride; + openblocks:tank:electrons; + openblocks:tank:fuel_hen_236_fluoride; + openblocks:tank:vibrant_alloy; + openblocks:tank:depleted_fuel_hecm_247; + openblocks:tank:liquid_life; + openblocks:tank:binnie.liquor.apple; + openblocks:tank:end_steel; + openblocks:tank:tritium; + openblocks:tank:diamond_nak_hot; + openblocks:tank:fuel_hecf_249_fluoride; + openblocks:tank:depleted_fuel_leb_248_fluoride; + openblocks:tank:dirt; + openblocks:tank:oil; + openblocks:tank:liquid_fertilizer; + openblocks:tank:pyrotheum; + openblocks:tank:iron_nak_hot; + openblocks:tank:beetle_juice; + openblocks:tank:uranium_fluoride; + openblocks:tank:enrichedlava; + openblocks:tank:binnie.brandy.apricot; + openblocks:tank:knightmetal; + openblocks:tank:xpjuice; + openblocks:tank:skeletal; + openblocks:tank:if.pink_slime; + mysticalagriculture:pig_seeds + openblocks:tank:fuel_hecf_251_fluoride; + openblocks:tank:luminous_lava; + openblocks:tank:depleted_fuel_lecf_251; + openblocks:tank:manganese_dioxide; + openblocks:tank:lumium; + openblocks:tank:crystalline_alloy; + openblocks:tank:fuel_lecf_249_fluoride_flibe; + openblocks:tank:ender_nak; + openblocks:tank:depleted_fuel_hecm_245; + > +} + + diff --git a/config/jei/jei.cfg b/config/jei/jei.cfg new file mode 100644 index 00000000..0be2d7b4 --- /dev/null +++ b/config/jei/jei.cfg @@ -0,0 +1,79 @@ +# Configuration file + +~CONFIG_VERSION: 0.4.0 + +########################################################################################################## +# advanced +#--------------------------------------------------------------------------------------------------------# +# Advanced config options to change the way JEI functions. +########################################################################################################## + +advanced { + # Move the JEI search bar to the bottom center of the screen. [default: false] + B:centerSearchBarEnabled=false + B:debugModeEnabled=false + + # Choose if JEI should give ingredients direct to the inventory (inventory) or pick them up with the mouse (mouse_pickup). + # [Default: mouse_pickup] + # [Valid: [inventory, mouse_pickup]] + S:giveMode=inventory + + # The maximum width of the ingredient list. [range: 4 ~ 100, default: 100] + I:maxColumns=100 + + # The maximum height of the recipe GUI. [range: 175 ~ 5000, default: 350] + I:maxRecipeGuiHeight=350 + + # How the mod name should be formatted in the tooltip for JEI GUIs. Leave blank to disable. [Default: blue italic] [Valid: [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 + + # Enable JEI memory usage optimizations. [default: true] + B:optimizeMemoryUsage=true +} + + +########################################################################################################## +# search +#--------------------------------------------------------------------------------------------------------# +# Options relating to the search bar. +########################################################################################################## + +search { + # Search mode for Colors (prefix: ^) + # [Default: disabled] + # [Valid: [enabled, require_prefix, disabled]] + S:colorSearchMode=DISABLED + + # Search mode for Creative Tab Names (prefix: %) + # [Default: disabled] + # [Valid: [enabled, require_prefix, disabled]] + S:creativeTabSearchMode=DISABLED + + # Search mode for Mod Names (prefix: @) + # [Default: require_prefix] + # [Valid: [enabled, require_prefix, disabled]] + S:modNameSearchMode=REQUIRE_PREFIX + + # Search mode for Ore Dictionary Names (prefix: $) + # [Default: disabled] + # [Valid: [enabled, require_prefix, disabled]] + S:oreDictSearchMode=require_prefix + + # Search mode for resources ids (prefix: &) + # [Default: disabled] + # [Valid: [enabled, require_prefix, disabled]] + S:resourceIdSearchMode=DISABLED + + # Search mode for Tooltips (prefix: #) + # [Default: enabled] + # [Valid: [enabled, require_prefix, disabled]] + S:tooltipSearchMode=ENABLED +} + + +searchadvancedtooltips { + # config.jei.searchAdvancedTooltips.search.comment [default: false] + B:search=false +} + + diff --git a/config/jei/searchColors.cfg b/config/jei/searchColors.cfg new file mode 100644 index 00000000..895f31ad --- /dev/null +++ b/config/jei/searchColors.cfg @@ -0,0 +1,53 @@ +# Configuration file + +~CONFIG_VERSION: 0.1.0 + +########################################################################################################## +# searchcolors +#--------------------------------------------------------------------------------------------------------# +# config.jei.searchColors.comment +########################################################################################################## + +searchcolors { + # config.jei.searchColors.searchColors.comment [Default: [White:EEEEEE, LightBlue:7492cc, Cyan:00EEEE, Blue:2222dd, LapisBlue:25418b, Teal:008080, Yellow:cacb58, GoldenYellow:EED700, Orange:d97634, Pink:D1899D, HotPink:FC0FC0, Magenta:b24bbb, Purple:813eb9, JadedPurple:43324f, EvilPurple:2e1649, Lavender:B57EDC, Indigo:480082, Sand:dbd3a0, Tan:bb9b63, LightBrown:A0522D, Brown:634b33, DarkBrown:3a2d13, LimeGreen:43b239, SlimeGreen:83cb73, Green:008000, DarkGreen:224d22, GrassGreen:548049, Red:963430, BrickRed:b0604b, NetherBrick:2a1516, Redstone:ce3e36, Black:181515, CharcoalGray:464646, IronGray:646464, Gray:808080, Silver:C0C0C0]] + S:searchColors < + White:EEEEEE + LightBlue:7492cc + Cyan:00EEEE + Blue:2222dd + LapisBlue:25418b + Teal:008080 + Yellow:cacb58 + GoldenYellow:EED700 + Orange:d97634 + Pink:D1899D + HotPink:FC0FC0 + Magenta:b24bbb + Purple:813eb9 + JadedPurple:43324f + EvilPurple:2e1649 + Lavender:B57EDC + Indigo:480082 + Sand:dbd3a0 + Tan:bb9b63 + LightBrown:A0522D + Brown:634b33 + DarkBrown:3a2d13 + LimeGreen:43b239 + SlimeGreen:83cb73 + Green:008000 + DarkGreen:224d22 + GrassGreen:548049 + Red:963430 + BrickRed:b0604b + NetherBrick:2a1516 + Redstone:ce3e36 + Black:181515 + CharcoalGray:464646 + IronGray:646464 + Gray:808080 + Silver:C0C0C0 + > +} + + diff --git a/config/jei/worldSettings.cfg b/config/jei/worldSettings.cfg new file mode 100644 index 00000000..037982a9 --- /dev/null +++ b/config/jei/worldSettings.cfg @@ -0,0 +1,683 @@ +# Configuration file + +~CONFIG_VERSION: 0.1.0 + +world-1356355984 { + B:bookmarkOverlayEnabled=true + B:cheatItemsEnabled=true + B:editEnabled=false + S:filterText=dynamo + B:overlayEnabled=true +} + + +world-1369488837 { + B:bookmarkOverlayEnabled=true + B:cheatItemsEnabled=false + B:editEnabled=false + S:filterText=replica + B:overlayEnabled=true +} + + +world-1422446049 { + B:bookmarkOverlayEnabled=true + B:cheatItemsEnabled=false + B:editEnabled=false + S:filterText= + B:overlayEnabled=true +} + + +world-1429650382 { + B:bookmarkOverlayEnabled=true + B:cheatItemsEnabled=false + B:editEnabled=false + S:filterText= + B:overlayEnabled=true +} + + +world-1431591077 { + B:bookmarkOverlayEnabled=true + B:cheatItemsEnabled=true + B:editEnabled=false + S:filterText=@adva pla + B:overlayEnabled=true +} + + +world-144299339 { + B:bookmarkOverlayEnabled=true + B:cheatItemsEnabled=true + B:editEnabled=false + S:filterText=ancien el + B:overlayEnabled=true +} + + +world-150694039 { + B:bookmarkOverlayEnabled=false + B:cheatItemsEnabled=false + B:editEnabled=false + S:filterText=transloca + B:overlayEnabled=true +} + + +world-1708459617 { + B:bookmarkOverlayEnabled=true + B:cheatItemsEnabled=true + B:editEnabled=false + S:filterText=compa + B:overlayEnabled=true +} + + +world-1725544666 { + B:bookmarkOverlayEnabled=true + B:cheatItemsEnabled=true + B:editEnabled=false + S:filterText=@elect spa + B:overlayEnabled=true +} + + +world-1736833647 { + B:bookmarkOverlayEnabled=true + B:cheatItemsEnabled=false + B:editEnabled=false + S:filterText= + B:overlayEnabled=true +} + + +world-1818722028 { + B:bookmarkOverlayEnabled=true + B:cheatItemsEnabled=false + B:editEnabled=false + S:filterText=rupee + B:overlayEnabled=true +} + + +world-1818778341 { + B:bookmarkOverlayEnabled=true + B:cheatItemsEnabled=false + B:editEnabled=false + S:filterText=warper + B:overlayEnabled=true +} + + +world-1845319893 { + B:bookmarkOverlayEnabled=true + B:cheatItemsEnabled=false + B:editEnabled=false + S:filterText=@cont garn + B:overlayEnabled=true +} + + +world-1909883461 { + B:bookmarkOverlayEnabled=true + B:cheatItemsEnabled=false + B:editEnabled=false + S:filterText=@natura sapl + B:overlayEnabled=true +} + + +world-2007616665 { + B:bookmarkOverlayEnabled=true + B:cheatItemsEnabled=false + B:editEnabled=false + S:filterText= + B:overlayEnabled=true +} + + +world-2093217000 { + B:bookmarkOverlayEnabled=true + B:cheatItemsEnabled=false + B:editEnabled=false + S:filterText= + B:overlayEnabled=true +} + + +world-2097775289 { + B:bookmarkOverlayEnabled=true + B:cheatItemsEnabled=true + B:editEnabled=false + S:filterText=buc + B:overlayEnabled=true +} + + +world-268969136 { + B:bookmarkOverlayEnabled=true + B:cheatItemsEnabled=false + B:editEnabled=false + S:filterText= + B:overlayEnabled=true +} + + +world-345657846 { + B:bookmarkOverlayEnabled=true + B:cheatItemsEnabled=true + B:editEnabled=false + S:filterText= + B:overlayEnabled=true +} + + +world-39809115 { + B:bookmarkOverlayEnabled=true + B:cheatItemsEnabled=false + B:editEnabled=false + S:filterText= + B:overlayEnabled=true +} + + +world-426767070 { + B:bookmarkOverlayEnabled=true + B:cheatItemsEnabled=false + B:editEnabled=false + S:filterText= + B:overlayEnabled=true +} + + +world-493895205 { + B:bookmarkOverlayEnabled=true + B:cheatItemsEnabled=false + B:editEnabled=false + S:filterText=methan + B:overlayEnabled=true +} + + +world-547553678 { + B:bookmarkOverlayEnabled=true + B:cheatItemsEnabled=true + B:editEnabled=false + S:filterText=warpe + B:overlayEnabled=true +} + + +world-647993437 { + B:bookmarkOverlayEnabled=true + B:cheatItemsEnabled=false + B:editEnabled=false + S:filterText=abyssalni + B:overlayEnabled=true +} + + +world-754345806 { + B:bookmarkOverlayEnabled=true + B:cheatItemsEnabled=true + B:editEnabled=false + S:filterText=buc + B:overlayEnabled=true +} + + +world-78688046 { + B:bookmarkOverlayEnabled=true + B:cheatItemsEnabled=false + B:editEnabled=false + S:filterText=astat + B:overlayEnabled=true +} + + +world-930840068 { + B:bookmarkOverlayEnabled=true + B:cheatItemsEnabled=false + B:editEnabled=false + S:filterText=@xnet + B:overlayEnabled=true +} + + +world-978757308 { + B:bookmarkOverlayEnabled=true + B:cheatItemsEnabled=false + B:editEnabled=false + S:filterText= + B:overlayEnabled=true +} + + +world102279 { + B:bookmarkOverlayEnabled=true + B:cheatItemsEnabled=false + B:editEnabled=false + S:filterText= + B:overlayEnabled=true +} + + +world102291 { + B:bookmarkOverlayEnabled=true + B:cheatItemsEnabled=false + B:editEnabled=false + S:filterText= + B:overlayEnabled=true +} + + +world102639547 { + B:bookmarkOverlayEnabled=true + B:cheatItemsEnabled=false + B:editEnabled=false + S:filterText=fisher + B:overlayEnabled=true +} + + +world114213595 { + B:bookmarkOverlayEnabled=true + B:cheatItemsEnabled=true + B:editEnabled=false + S:filterText=milk + B:overlayEnabled=true +} + + +world13100876 { + B:bookmarkOverlayEnabled=true + B:cheatItemsEnabled=true + B:editEnabled=false + S:filterText=mortu + B:overlayEnabled=true +} + + +world1462396430 { + B:bookmarkOverlayEnabled=true + B:cheatItemsEnabled=false + B:editEnabled=false + S:filterText= + B:overlayEnabled=true +} + + +world1544803905 { + S:filterText= + B:overlayEnabled=false +} + + +world1562412876 { + B:bookmarkOverlayEnabled=true + B:cheatItemsEnabled=true + B:editEnabled=false + S:filterText=dracon + B:overlayEnabled=true +} + + +world1690200562 { + B:bookmarkOverlayEnabled=true + B:cheatItemsEnabled=true + B:editEnabled=false + S:filterText=night + B:overlayEnabled=true +} + + +world1855637915 { + B:bookmarkOverlayEnabled=true + B:cheatItemsEnabled=false + B:editEnabled=false + S:filterText=candy + B:overlayEnabled=true +} + + +world1864483769 { + B:bookmarkOverlayEnabled=true + B:cheatItemsEnabled=false + B:editEnabled=false + S:filterText= + B:overlayEnabled=true +} + + +world1964955855 { + B:bookmarkOverlayEnabled=true + B:cheatItemsEnabled=false + B:editEnabled=false + S:filterText= + B:overlayEnabled=true +} + + +world1989908467 { + B:bookmarkOverlayEnabled=false + B:cheatItemsEnabled=false + B:editEnabled=false + S:filterText=ancient rem + B:overlayEnabled=true +} + + +world2010421946 { + B:bookmarkOverlayEnabled=true + B:cheatItemsEnabled=false + B:editEnabled=false + S:filterText= + B:overlayEnabled=true +} + + +world205705211 { + B:bookmarkOverlayEnabled=true + B:cheatItemsEnabled=true + B:editEnabled=false + S:filterText=u + B:overlayEnabled=true +} + + +world2081894290 { + B:bookmarkOverlayEnabled=true + B:cheatItemsEnabled=false + B:editEnabled=false + S:filterText= + B:overlayEnabled=true +} + + +world239371222 { + B:bookmarkOverlayEnabled=false + B:cheatItemsEnabled=false + B:editEnabled=false + S:filterText=condu + B:overlayEnabled=true +} + + +world242174270 { + B:bookmarkOverlayEnabled=true + B:cheatItemsEnabled=true + B:editEnabled=false + S:filterText=ore + B:overlayEnabled=true +} + + +world257009919 { + B:bookmarkOverlayEnabled=true + B:cheatItemsEnabled=false + B:editEnabled=false + S:filterText= + B:overlayEnabled=true +} + + +world260854024 { + B:bookmarkOverlayEnabled=true + B:cheatItemsEnabled=false + B:editEnabled=false + S:filterText= + B:overlayEnabled=true +} + + +world3051090 { + B:bookmarkOverlayEnabled=true + B:cheatItemsEnabled=true + B:editEnabled=false + S:filterText=bore + B:overlayEnabled=true +} + + +world3138864 { + B:bookmarkOverlayEnabled=true + B:cheatItemsEnabled=false + B:editEnabled=false + S:filterText= + B:overlayEnabled=true +} + + +world3145593 { + B:bookmarkOverlayEnabled=true + B:cheatItemsEnabled=false + B:editEnabled=false + S:filterText= + B:overlayEnabled=true +} + + +world3171257 { + B:bookmarkOverlayEnabled=true + B:cheatItemsEnabled=false + B:editEnabled=false + S:filterText=realms + B:overlayEnabled=true +} + + +world3203425 { + B:bookmarkOverlayEnabled=true + B:cheatItemsEnabled=true + B:editEnabled=false + S:filterText=star + B:overlayEnabled=true +} + + +world3253 { + B:bookmarkOverlayEnabled=true + B:cheatItemsEnabled=false + B:editEnabled=false + S:filterText= + B:overlayEnabled=true +} + + +world344200471 { + B:bookmarkOverlayEnabled=false + B:cheatItemsEnabled=true + B:editEnabled=false + S:filterText=void upg + B:overlayEnabled=true +} + + +world3556467 { + B:bookmarkOverlayEnabled=true + B:cheatItemsEnabled=false + B:editEnabled=false + S:filterText= + B:overlayEnabled=true +} + + +world3556498 { + B:bookmarkOverlayEnabled=false + B:cheatItemsEnabled=true + B:editEnabled=false + S:filterText=red matter + B:overlayEnabled=true +} + + +world3584 { + B:bookmarkOverlayEnabled=true + B:cheatItemsEnabled=true + B:editEnabled=false + S:filterText=sedna + B:overlayEnabled=true +} + + +world495519058 { + B:bookmarkOverlayEnabled=true + B:cheatItemsEnabled=true + B:editEnabled=false + S:filterText=warpe + B:overlayEnabled=true +} + + +world499822038 { + B:bookmarkOverlayEnabled=true + B:cheatItemsEnabled=false + B:editEnabled=false + S:filterText=wyvern + B:overlayEnabled=true +} + + +world752322716 { + B:bookmarkOverlayEnabled=true + B:cheatItemsEnabled=false + B:editEnabled=false + S:filterText=@cont garn + B:overlayEnabled=true +} + + +world753656264 { + B:bookmarkOverlayEnabled=true + B:cheatItemsEnabled=true + B:editEnabled=false + S:filterText=prim pris + B:overlayEnabled=true +} + + +world78 { + B:bookmarkOverlayEnabled=true + B:cheatItemsEnabled=false + B:editEnabled=false + S:filterText=me myt + B:overlayEnabled=true +} + + +world785103634 { + B:bookmarkOverlayEnabled=true + B:cheatItemsEnabled=true + B:editEnabled=false + S:filterText=night vi + B:overlayEnabled=true +} + + +world801240621 { + B:bookmarkOverlayEnabled=true + B:cheatItemsEnabled=true + B:editEnabled=false + S:filterText=ore + B:overlayEnabled=true +} + + +world801240622 { + B:bookmarkOverlayEnabled=true + B:cheatItemsEnabled=false + B:editEnabled=false + S:filterText= + B:overlayEnabled=true +} + + +world801240623 { + B:bookmarkOverlayEnabled=true + B:cheatItemsEnabled=false + B:editEnabled=false + S:filterText= + B:overlayEnabled=true +} + + +world856609915 { + B:bookmarkOverlayEnabled=true + B:cheatItemsEnabled=true + B:editEnabled=false + S:filterText=night vis + B:overlayEnabled=true +} + + +world856666516 { + B:bookmarkOverlayEnabled=true + B:cheatItemsEnabled=false + B:editEnabled=false + S:filterText= + B:overlayEnabled=true +} + + +world856673306 { + B:bookmarkOverlayEnabled=true + B:cheatItemsEnabled=true + B:editEnabled=false + S:filterText=sliver + B:overlayEnabled=true +} + + +world93650903 { + # Show the list of bookmarks next to open GUIs. + B:bookmarkOverlayEnabled=true + + # Give items instead of showing the recipe. + B:cheatItemsEnabled=false + + # Hide and unhide ingredients by clicking them in the list. + B:editEnabled=false + S:filterText=trip com + + # Show the list of ingredients next to open GUIs. + B:overlayEnabled=true +} + + +world93735680 { + B:bookmarkOverlayEnabled=true + B:cheatItemsEnabled=false + B:editEnabled=false + S:filterText= + B:overlayEnabled=true +} + + +world94750496 { + B:bookmarkOverlayEnabled=false + B:cheatItemsEnabled=false + B:editEnabled=false + S:filterText=unravel + B:overlayEnabled=true +} + + +world95945896 { + B:bookmarkOverlayEnabled=true + B:cheatItemsEnabled=false + B:editEnabled=false + S:filterText= + B:overlayEnabled=true +} + + +world96898 { + B:bookmarkOverlayEnabled=true + B:cheatItemsEnabled=false + B:editEnabled=false + S:filterText= + B:overlayEnabled=true +} + + diff --git a/config/jeibees.cfg b/config/jeibees.cfg new file mode 100644 index 00000000..53150bc8 --- /dev/null +++ b/config/jeibees.cfg @@ -0,0 +1,47 @@ +# 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/jeiintegration.cfg b/config/jeiintegration.cfg new file mode 100644 index 00000000..2c3b888d --- /dev/null +++ b/config/jeiintegration.cfg @@ -0,0 +1,60 @@ +# 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/jeivillagers.cfg b/config/jeivillagers.cfg new file mode 100644 index 00000000..ad088e54 --- /dev/null +++ b/config/jeivillagers.cfg @@ -0,0 +1,13 @@ +# 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/jeresources/jeresources.cfg b/config/jeresources/jeresources.cfg new file mode 100644 index 00000000..543db0b3 --- /dev/null +++ b/config/jeresources/jeresources.cfg @@ -0,0 +1,32 @@ +# Configuration file + +general { + # Blacklist dimensions from the JEI profiling scan + I:dimensionsBlacklist < + -11 + > + + # The build in compat code will not load and jsons will be loaded (requires MC restart) + B:diyData=true + + # Blacklist enchants from the JEI Enchants View + S:enchantsBlacklist < + flimflam + soulBound + > + + # Tabs added by JER are 'dungeon', 'enchantment', 'mob', 'villager', worldgen' and 'plant' + S:hiddenTabs < + > + + # Changes the amount of items per column in the JEI dungeon and mob views + I:itemsPerColumn=4 + + # Changes the amount of items per row in the JEI dungeon view + I:itemsPerRow=4 + + # Mainly for pack devs. Features include but not limited to avg. blocks per chuck, entity ids, ... + B:showDevData=false +} + + diff --git a/config/journeymap_ModInfo.cfg b/config/journeymap_ModInfo.cfg new file mode 100644 index 00000000..053f026a --- /dev/null +++ b/config/journeymap_ModInfo.cfg @@ -0,0 +1,10 @@ +// 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/journeymap_server.cfg b/config/journeymap_server.cfg new file mode 100644 index 00000000..1a89f063 --- /dev/null +++ b/config/journeymap_server.cfg @@ -0,0 +1,18 @@ +# 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/laser_drill_ores/actuallyadditions_ores.json b/config/laser_drill_ores/actuallyadditions_ores.json new file mode 100644 index 00000000..ce5ddffa --- /dev/null +++ b/config/laser_drill_ores/actuallyadditions_ores.json @@ -0,0 +1,15 @@ +[ + { + "item" : "oreQuartzBlack", + "color" : 15, + "rarity" : [ + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 0, + "depth_max": 255, + "weight": 6 + } + ] + } +] diff --git a/config/laser_drill_ores/aoa3_ores.json b/config/laser_drill_ores/aoa3_ores.json new file mode 100644 index 00000000..c66b2ae2 --- /dev/null +++ b/config/laser_drill_ores/aoa3_ores.json @@ -0,0 +1,431 @@ +[ + { + "item" : "aoa3:amethyst_ore", + "color" : 10, + "rarity" : [ + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 0, + "depth_max": 255, + "weight": 1 + } + ] + }, + { + "item" : "aoa3:baronyte_ore", + "color" : 14, + "rarity" : [ + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 0, + "depth_max": 255, + "weight": 1 + } + ] + }, + { + "item" : "aoa3:blazium_ore", + "color" : 1, + "rarity" : [ + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 0, + "depth_max": 255, + "weight": 1 + } + ] + }, + { + "item" : "aoa3:bloodstone_ore", + "color" : 14, + "rarity" : [ + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 0, + "depth_max": 255, + "weight": 1 + } + ] + }, + { + "item" : "aoa3:blue_crystal_ore", + "color" : 3, + "rarity" : [ + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 0, + "depth_max": 255, + "weight": 1 + } + ] + }, + { + "item" : "aoa3:charged_runium_ore", + "color" : 15, + "rarity" : [ + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 0, + "depth_max": 255, + "weight": 1 + } + ] + }, + { + "item" : "aoa3:chestbone_fragments_ore", + "color" : 12, + "rarity" : [ + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 0, + "depth_max": 255, + "weight": 1 + } + ] + }, + { + "item" : "aoa3:crystallite_ore", + "color" : 1, + "rarity" : [ + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 0, + "depth_max": 255, + "weight": 1 + } + ] + }, + { + "item" : "aoa3:elecanium_ore", + "color" : 11, + "rarity" : [ + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 0, + "depth_max": 255, + "weight": 1 + } + ] + }, + { + "item" : "aoa3:emberstone_ore", + "color" : 1, + "rarity" : [ + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 0, + "depth_max": 255, + "weight": 1 + } + ] + }, + { + "item" : "aoa3:footbone_fragments_ore", + "color" : 12, + "rarity" : [ + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 0, + "depth_max": 255, + "weight": 1 + } + ] + }, + { + "item" : "aoa3:gemenyte_ore", + "color" : 5, + "rarity" : [ + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 0, + "depth_max": 255, + "weight": 1 + } + ] + }, + { + "item" : "aoa3:ghastly_ore", + "color" : 0, + "rarity" : [ + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 0, + "depth_max": 255, + "weight": 1 + } + ] + }, + { + "item" : "aoa3:ghoulish_ore", + "color" : 2, + "rarity" : [ + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 0, + "depth_max": 255, + "weight": 1 + } + ] + }, + { + "item" : "aoa3:green_crystal_ore", + "color" : 13, + "rarity" : [ + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 0, + "depth_max": 255, + "weight": 1 + } + ] + }, + { + "item" : "aoa3:jade_ore", + "color" : 5, + "rarity" : [ + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 0, + "depth_max": 255, + "weight": 1 + } + ] + }, + { + "item" : "aoa3:jewelyte_ore", + "color" : 5, + "rarity" : [ + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 0, + "depth_max": 255, + "weight": 1 + } + ] + }, + { + "item" : "aoa3:legbone_fragments_ore", + "color" : 12, + "rarity" : [ + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 0, + "depth_max": 255, + "weight": 1 + } + ] + }, + { + "item" : "aoa3:limonite_ore", + "color" : 1, + "rarity" : [ + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 0, + "depth_max": 255, + "weight": 1 + } + ] + }, + { + "item" : "aoa3:lyon_ore", + "color" : 4, + "rarity" : [ + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 0, + "depth_max": 255, + "weight": 1 + } + ] + }, + { + "item" : "aoa3:mystite_ore", + "color" : 9, + "rarity" : [ + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 0, + "depth_max": 255, + "weight": 1 + } + ] + }, + { + "item" : "aoa3:ornamyte_ore", + "color" : 7, + "rarity" : [ + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 0, + "depth_max": 255, + "weight": 1 + } + ] + }, + { + "item" : "aoa3:purple_crystal_ore", + "color" : 10, + "rarity" : [ + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 0, + "depth_max": 255, + "weight": 1 + } + ] + }, + { + "item" : "aoa3:red_crystal_ore", + "color" : 14, + "rarity" : [ + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 0, + "depth_max": 255, + "weight": 1 + } + ] + }, + { + "item" : "aoa3:rosite_ore", + "color" : 1, + "rarity" : [ + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 0, + "depth_max": 255, + "weight": 1 + } + ] + }, + { + "item" : "aoa3:runium_ore", + "color" : 15, + "rarity" : [ + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 0, + "depth_max": 255, + "weight": 1 + } + ] + }, + { + "item" : "aoa3:sapphire_ore", + "color" : 11, + "rarity" : [ + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 0, + "depth_max": 255, + "weight": 1 + } + ] + }, + { + "item" : "aoa3:shyregem_ore", + "color" : 3, + "rarity" : [ + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 0, + "depth_max": 255, + "weight": 1 + } + ] + }, + { + "item" : "aoa3:shyrestone_ore", + "color" : 11, + "rarity" : [ + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 0, + "depth_max": 255, + "weight": 1 + } + ] + }, + { + "item" : "aoa3:skullbone_fragments_ore", + "color" : 12, + "rarity" : [ + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 0, + "depth_max": 255, + "weight": 1 + } + ] + }, + { + "item" : "aoa3:varsium_ore", + "color" : 1, + "rarity" : [ + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 0, + "depth_max": 255, + "weight": 1 + } + ] + }, + { + "item" : "aoa3:white_crystal_ore", + "color" : 0, + "rarity" : [ + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 0, + "depth_max": 255, + "weight": 1 + } + ] + }, + { + "item" : "aoa3:yellow_crystal_ore", + "color" : 4, + "rarity" : [ + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 0, + "depth_max": 255, + "weight": 1 + } + ] + } +] diff --git a/config/laser_drill_ores/appliedenergistics2_ores.json b/config/laser_drill_ores/appliedenergistics2_ores.json new file mode 100644 index 00000000..bd89c096 --- /dev/null +++ b/config/laser_drill_ores/appliedenergistics2_ores.json @@ -0,0 +1,35 @@ +[ + { + "item" : "oreCertusQuartz", + "color" : 8, + "rarity" : [ + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 20, + "depth_max": 63, + "weight": 3 + }, + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 0, + "depth_max": 255, + "weight": 1 + } + ] + }, + { + "item" : "oreChargedCertusQuartz", + "color" : 8, + "rarity" : [ + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 20, + "depth_max": 63, + "weight": 1 + } + ] + } +] diff --git a/config/laser_drill_ores/astralsorcery_ores.json b/config/laser_drill_ores/astralsorcery_ores.json new file mode 100644 index 00000000..89ffe507 --- /dev/null +++ b/config/laser_drill_ores/astralsorcery_ores.json @@ -0,0 +1,35 @@ +[ + { + "item" : "astralsorcery:blockcustomore:0", + "color" : 0, + "rarity" : [ + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 0, + "depth_max": 10, + "weight": 1 + } + ] + }, + { + "item" : "oreAquamarine", + "color" : 3, + "rarity" : [ + { + "whitelist": "minecraft:beach, minecraft:river, minecraft:ocean, minecraft:stone_beach, minecraft:cold_beach", + "blacklist": "", + "depth_min": 0, + "depth_max": 255, + "weight": 3 + }, + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 0, + "depth_max": 255, + "weight": 1 + } + ] + } +] diff --git a/config/laser_drill_ores/bewitchment_ores.json b/config/laser_drill_ores/bewitchment_ores.json new file mode 100644 index 00000000..4b584d39 --- /dev/null +++ b/config/laser_drill_ores/bewitchment_ores.json @@ -0,0 +1,54 @@ +[ + { + "item" : "bewitchment:amethyst_ore", + "color" : 10, + "rarity" : [ + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 0, + "depth_max": 255, + "weight": 1 + } + ] + }, + { + "item" : "bewitchment:garnet_ore", + "color" : 14, + "rarity" : [ + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 0, + "depth_max": 255, + "weight": 1 + } + ] + }, + { + "item" : "bewitchment:opal_ore", + "color" : 0, + "rarity" : [ + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 0, + "depth_max": 255, + "weight": 1 + } + ] + }, + { + "item" : "bewitchment:salt_ore", + "color" : 8, + "rarity" : [ + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 0, + "depth_max": 255, + "weight": 1 + } + ] + } +] diff --git a/config/laser_drill_ores/biomesoplenty_ores.json b/config/laser_drill_ores/biomesoplenty_ores.json new file mode 100644 index 00000000..ee37a2d8 --- /dev/null +++ b/config/laser_drill_ores/biomesoplenty_ores.json @@ -0,0 +1,119 @@ +[ + { + "item" : "biomesoplenty:biome_block:0", + "color" : 0, + "rarity" : [ + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 0, + "depth_max": 255, + "weight": 1 + } + ] + }, + { + "item" : "oreAmethyst", + "color" : 2, + "rarity" : [ + { + "whitelist": "minecraft:sky", + "blacklist": "", + "depth_min": 0, + "depth_max": 255, + "weight": 1 + } + ] + }, + { + "item" : "oreRuby", + "color" : 14, + "rarity" : [ + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 0, + "depth_max": 255, + "weight": 2 + } + ] + }, + { + "item" : "orePeridot", + "color" : 5, + "rarity" : [ + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 0, + "depth_max": 255, + "weight": 2 + } + ] + }, + { + "item" : "oreTopaz", + "color" : 1, + "rarity" : [ + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 0, + "depth_max": 255, + "weight": 1 + } + ] + }, + { + "item" : "oreTanzanite", + "color" : 10, + "rarity" : [ + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 0, + "depth_max": 255, + "weight": 1 + } + ] + }, + { + "item" : "oreMalachite", + "color" : 9, + "rarity" : [ + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 0, + "depth_max": 255, + "weight": 1 + } + ] + }, + { + "item" : "oreSapphire", + "color" : 11, + "rarity" : [ + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 0, + "depth_max": 255, + "weight": 2 + } + ] + }, + { + "item" : "oreAmber", + "color" : 1, + "rarity" : [ + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 0, + "depth_max": 255, + "weight": 1 + } + ] + } +] diff --git a/config/laser_drill_ores/cyclic_ores.json b/config/laser_drill_ores/cyclic_ores.json new file mode 100644 index 00000000..34813fba --- /dev/null +++ b/config/laser_drill_ores/cyclic_ores.json @@ -0,0 +1,184 @@ +[ + { + "item" : "cyclicmagic:nether_coal_ore", + "color" : 15, + "rarity" : [ + { + "whitelist": "minecraft:hell", + "blacklist": "", + "depth_min": 0, + "depth_max": 255, + "weight": 1 + } + ] + }, + { + "item" : "cyclicmagic:nether_iron_ore", + "color" : 12, + "rarity" : [ + { + "whitelist": "minecraft:hell", + "blacklist": "", + "depth_min": 0, + "depth_max": 255, + "weight": 1 + } + ] + }, + { + "item" : "cyclicmagic:nether_gold_ore", + "color" : 4, + "rarity" : [ + { + "whitelist": "minecraft:hell", + "blacklist": "", + "depth_min": 0, + "depth_max": 255, + "weight": 1 + } + ] + }, + { + "item" : "cyclicmagic:nether_redstone_ore", + "color" : 14, + "rarity" : [ + { + "whitelist": "minecraft:hell", + "blacklist": "", + "depth_min": 0, + "depth_max": 255, + "weight": 1 + } + ] + }, + { + "item" : "cyclicmagic:nether_lapis_ore", + "color" : 11, + "rarity" : [ + { + "whitelist": "minecraft:hell", + "blacklist": "", + "depth_min": 0, + "depth_max": 255, + "weight": 1 + } + ] + }, + { + "item" : "cyclicmagic:nether_diamond_ore", + "color" : 3, + "rarity" : [ + { + "whitelist": "minecraft:hell", + "blacklist": "", + "depth_min": 0, + "depth_max": 255, + "weight": 1 + } + ] + }, + { + "item" : "cyclicmagic:nether_emerald_ore", + "color" : 5, + "rarity" : [ + { + "whitelist": "minecraft:hell", + "blacklist": "", + "depth_min": 0, + "depth_max": 255, + "weight": 1 + } + ] + }, + { + "item" : "cyclicmagic:end_coal_ore", + "color" : 15, + "rarity" : [ + { + "whitelist": "minecraft:sky", + "blacklist": "", + "depth_min": 0, + "depth_max": 255, + "weight": 1 + } + ] + }, + { + "item" : "cyclicmagic:end_iron_ore", + "color" : 12, + "rarity" : [ + { + "whitelist": "minecraft:sky", + "blacklist": "", + "depth_min": 0, + "depth_max": 255, + "weight": 1 + } + ] + }, + { + "item" : "cyclicmagic:end_gold_ore", + "color" : 4, + "rarity" : [ + { + "whitelist": "minecraft:sky", + "blacklist": "", + "depth_min": 0, + "depth_max": 255, + "weight": 1 + } + ] + }, + { + "item" : "cyclicmagic:end_redstone_ore", + "color" : 14, + "rarity" : [ + { + "whitelist": "minecraft:sky", + "blacklist": "", + "depth_min": 0, + "depth_max": 255, + "weight": 1 + } + ] + }, + { + "item" : "cyclicmagic:end_lapis_ore", + "color" : 11, + "rarity" : [ + { + "whitelist": "minecraft:sky", + "blacklist": "", + "depth_min": 0, + "depth_max": 255, + "weight": 1 + } + ] + }, + { + "item" : "cyclicmagic:end_diamond_ore", + "color" : 3, + "rarity" : [ + { + "whitelist": "minecraft:sky", + "blacklist": "", + "depth_min": 0, + "depth_max": 255, + "weight": 1 + } + ] + }, + { + "item" : "cyclicmagic:end_emerald_ore", + "color" : 5, + "rarity" : [ + { + "whitelist": "minecraft:sky", + "blacklist": "", + "depth_min": 0, + "depth_max": 255, + "weight": 1 + } + ] + } +] diff --git a/config/laser_drill_ores/default_ores.json b/config/laser_drill_ores/default_ores.json new file mode 100644 index 00000000..be67b1c5 --- /dev/null +++ b/config/laser_drill_ores/default_ores.json @@ -0,0 +1,624 @@ +[ + { + "item" : "minecraft:coal_ore", + "color" : 15, + "rarity" : [ + { + "whitelist" : "", + "blacklist" : "minecraft:hell, minecraft:sky", + "depth_min": 5, + "depth_max": 132, + "weight" : 20 + }, + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 0, + "depth_max": 255, + "weight": 2 + } + ] + }, + { + "item" : "minecraft:iron_ore", + "color" : 12, + "rarity" : [ + { + "whitelist" : "", + "blacklist" : "minecraft:hell, minecraft:sky", + "depth_min": 5, + "depth_max": 68, + "weight" : 20 + }, + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 0, + "depth_max": 255, + "weight": 2 + } + ] + }, + { + "item" : "minecraft:redstone_ore", + "color" : 14, + "rarity" : [ + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 5, + "depth_max": 16, + "weight": 28 + }, + { + "whitelist" : "", + "blacklist" : "minecraft:hell, minecraft:sky", + "depth_min" : 0, + "depth_max": 255, + "weight": 3 + } + ] + }, + { + "item" : "minecraft:gold_ore", + "color" : 4, + "rarity" : [ + { + "whitelist" : "", + "blacklist" : "minecraft:hell, minecraft:sky", + "depth_min" : 5, + "depth_max": 32, + "weight": 6 + },{ + "whitelist" : "minecraft:mesa", + "blacklist" : "", + "depth_min" : 32, + "depth_max": 80, + "weight" : 16 + }, + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 0, + "depth_max": 255, + "weight": 1 + } + ] + }, + { + "item" : "minecraft:lapis_ore", + "color" : 11, + "rarity" : [ + { + "whitelist" : "", + "blacklist" : "minecraft:hell, minecraft:sky", + "depth_min" : 13, + "depth_max": 34, + "weight": 14 + }, + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 0, + "depth_max": 255, + "weight": 2 + } + ] + }, + { + "item" : "minecraft:emerald_ore", + "color" : 5, + "rarity" : [ + { + "whitelist" : "minecraft:extreme_hills, minecraft:extreme_hills_with_trees, minecraft:mutated_extreme_hills, minecraft:mutated_extreme_hills_with_tree", + "blacklist" : "", + "depth_min" : 5, + "depth_max" : 29, + "weight" : 8 + }, + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 0, + "depth_max": 255, + "weight": 1 + } + ] + }, + { + "item" : "minecraft:diamond_ore", + "color" : 3, + "rarity" : [ + { + "whitelist" : "", + "blacklist" : "minecraft:hell, minecraft:sky", + "depth_min" : 5, + "depth_max": 16, + "weight" : 4 + }, + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 0, + "depth_max": 255, + "weight": 1 + } + ] + }, + { + "item" : "minecraft:quartz_ore", + "color" : 0, + "rarity" : [ + { + "whitelist" : "minecraft:hell", + "blacklist" : "", + "depth_min" : 7, + "depth_max" : 117, + "weight" : 12 + }, + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 0, + "depth_max": 255, + "weight": 1 + } + ] + }, + { + "item" : "minecraft:glowstone", + "color" : 4, + "rarity" : [ + { + "whitelist" : "minecraft:hell", + "blacklist" : "", + "depth_min" : 7, + "depth_max" : 117, + "weight" : 8 + }, + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 0, + "depth_max": 255, + "weight": 1 + } + ] + }, + { + "item": "oreUranium", + "color": 5, + "rarity": [ + { + "whitelist": "minecraft:swamp, minecraft:swamp_hills", + "blacklist": "", + "depth_min": 5, + "depth_max": 29, + "weight": 5 + }, + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 0, + "depth_max": 255, + "weight": 1 + } + ] + }, + { + "item": "oreSulfur", + "color": 4, + "rarity": [ + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 5, + "depth_max": 10, + "weight": 6 + }, + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 0, + "depth_max": 255, + "weight": 1 + } + ] + }, + { + "item": "oreGalena", + "color": 10, + "rarity": [ + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 15, + "depth_max": 30, + "weight": 6 + }, + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 0, + "depth_max": 255, + "weight": 1 + } + ] + }, + { + "item": "oreIridium", + "color": 0, + "rarity": [ + { + "whitelist": "minecraft:sky", + "blacklist": "", + "depth_min": 5, + "depth_max": 68, + "weight": 8 + }, + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 0, + "depth_max": 255, + "weight": 1 + } + ] + }, + { + "item": "oreRuby", + "color": 14, + "rarity": [ + { + "whitelist": "minecraft:dark_forest, minecraft:dark_forest_hills", + "blacklist": "", + "depth_min": 30, + "depth_max": 70, + "weight": 6 + }, + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 0, + "depth_max": 255, + "weight": 1 + } + ] + }, + { + "item": "oreSapphire", + "color": 11, + "rarity": [ + { + "whitelist": "minecraft:dark_forest, minecraft:dark_forest_hills", + "blacklist": "", + "depth_min": 30, + "depth_max": 70, + "weight": 6 + }, + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 0, + "depth_max": 255, + "weight": 1 + } + ] + }, + { + "item": "orePeridot", + "color": 13, + "rarity": [ + { + "whitelist": "minecraft:dark_forest, minecraft:dark_forest_hills", + "blacklist": "", + "depth_min": 30, + "depth_max": 70, + "weight": 6 + }, + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 0, + "depth_max": 255, + "weight": 1 + } + ] + }, + { + "item": "oreSodalite", + "color": 11, + "rarity": [ + { + "whitelist": "minecraft:dark_forest, minecraft:dark_forest_hills", + "blacklist": "", + "depth_min": 30, + "depth_max": 70, + "weight": 6 + }, + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 0, + "depth_max": 255, + "weight": 1 + } + ] + }, + { + "item": "oreBauxite", + "color": 12, + "rarity": [ + { + "whitelist": "minecraft:dark_forest, minecraft:dark_forest_hills", + "blacklist": "", + "depth_min": 50, + "depth_max": 100, + "weight": 6 + } + ] + }, + { + "item": "orePyrite", + "color": 12, + "rarity": [ + { + "whitelist": "minecraft:taiga, minecraft:taiga_hills, minecraft:taiga_mountains", + "blacklist": "", + "depth_min": 50, + "depth_max": 100, + "weight": 6 + } + ] + }, + { + "item": "oreCinnabar", + "color": 14, + "rarity": [ + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 0, + "depth_max": 255, + "weight": 1 + } + ] + }, + { + "item": "oreTungsten", + "color": 15, + "rarity": [ + { + "whitelist": "minecraft:sky", + "blacklist": "", + "depth_min": 20, + "depth_max": 70, + "weight": 6 + } + ] + }, + { + "item": "oreSheldonite", + "color": 0, + "rarity": [ + { + "whitelist": "minecraft:sky", + "blacklist": "", + "depth_min": 20, + "depth_max": 70, + "weight": 2 + } + ] + }, + { + "item": "orePlatinum", + "color": 3, + "rarity": [ + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 5, + "depth_max": 16, + "weight": 2 + } + ] + }, + { + "item": "oreTetrahedrite", + "color": 14, + "rarity": [ + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 60, + "depth_max": 90, + "weight": 4 + } + ] + }, + { + "item": "oreTin", + "color": 8, + "rarity": [ + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 64, + "depth_max": 96, + "weight": 8 + }, + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 0, + "depth_max": 255, + "weight": 2 + } + ] + }, + { + "item": "oreLead", + "color": 10, + "rarity": [ + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 10, + "depth_max": 40, + "weight": 6 + }, + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 0, + "depth_max": 255, + "weight": 1 + } + ] + }, + { + "item": "oreSilver", + "color": 7, + "rarity": [ + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 10, + "depth_max": 40, + "weight": 5 + }, + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 0, + "depth_max": 255, + "weight": 1 + } + ] + }, + { + "item": "oreCopper", + "color": 1, + "rarity": [ + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 35, + "depth_max": 65, + "weight": 10 + }, + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 0, + "depth_max": 255, + "weight": 2 + } + ] + }, + { + "item": "oreAluminum", + "color": 12, + "rarity": [ + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 68, + "depth_max": 84, + "weight": 5 + } + ] + }, + { + "item": "oreNickel", + "color": 12, + "rarity": [ + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 5, + "depth_max": 68, + "weight": 4 + } + ] + }, + { + "item": "oreDraconium", + "color": 10, + "rarity": [ + { + "whitelist": "minecraft:sky", + "blacklist": "", + "depth_min": 5, + "depth_max": 68, + "weight": 10 + }, + { + "whitelist": "minecraft:hell", + "blacklist": "", + "depth_min": 5, + "depth_max": 68, + "weight": 4 + }, + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 5, + "depth_max": 68, + "weight": 1 + } + ] + }, + { + "item": "oreYellorium", + "color": 4, + "rarity": [ + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 16, + "depth_max": 68, + "weight": 3 + } + ] + }, + { + "item": "oreCobalt", + "color": 11, + "rarity": [ + { + "whitelist": "minecraft:hell", + "blacklist": "", + "depth_min": 34, + "depth_max": 96, + "weight": 8 + } + ] + }, + { + "item": "oreArdite", + "color": 4, + "rarity": [ + { + "whitelist": "minecraft:hell", + "blacklist": "", + "depth_min": 34, + "depth_max": 96, + "weight": 6 + } + ] + }, + { + "item": "oreCobalt", + "color": 3, + "rarity": [ + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 35, + "depth_max": 65, + "weight": 6 + } + ] + } +] \ No newline at end of file diff --git a/config/laser_drill_ores/forestry_ores.json b/config/laser_drill_ores/forestry_ores.json new file mode 100644 index 00000000..0035bb35 --- /dev/null +++ b/config/laser_drill_ores/forestry_ores.json @@ -0,0 +1,22 @@ +[ + { + "item" : "oreApatite", + "color" : 3, + "rarity" : [ + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 50, + "depth_max": 127, + "weight": 5 + }, + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 0, + "depth_max": 255, + "weight": 1 + } + ] + } +] diff --git a/config/laser_drill_ores/mysticalagriculture_ores.json b/config/laser_drill_ores/mysticalagriculture_ores.json new file mode 100644 index 00000000..4b84fe8f --- /dev/null +++ b/config/laser_drill_ores/mysticalagriculture_ores.json @@ -0,0 +1,80 @@ +[ + { + "item" : "oreInferium", + "color" : 4, + "rarity" : [ + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 0, + "depth_max": 255, + "weight": 4 + } + ] + }, + { + "item" : "oreProsperity", + "color" : 3, + "rarity" : [ + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 0, + "depth_max": 255, + "weight": 4 + } + ] + }, + { + "item" : "oreNetherInferium", + "color" : 4, + "rarity" : [ + { + "whitelist": "minecraft:hell", + "blacklist": "", + "depth_min": 0, + "depth_max": 255, + "weight": 4 + } + ] + }, + { + "item" : "oreNetherProsperity", + "color" : 3, + "rarity" : [ + { + "whitelist": "minecraft:hell", + "blacklist": "", + "depth_min": 0, + "depth_max": 255, + "weight": 4 + } + ] + }, + { + "item" : "oreEndInferium", + "color" : 4, + "rarity" : [ + { + "whitelist": "minecraft:sky", + "blacklist": "", + "depth_min": 0, + "depth_max": 255, + "weight": 4 + } + ] + }, + { + "item" : "oreEndProsperity", + "color" : 3, + "rarity" : [ + { + "whitelist": "minecraft:sky", + "blacklist": "", + "depth_min": 0, + "depth_max": 255, + "weight": 4 + } + ] + } +] diff --git a/config/laser_drill_ores/nuclearcraft_ores.json b/config/laser_drill_ores/nuclearcraft_ores.json new file mode 100644 index 00000000..3395b78b --- /dev/null +++ b/config/laser_drill_ores/nuclearcraft_ores.json @@ -0,0 +1,82 @@ +[ + { + "item" : "oreMagnesium", + "color" : 15, + "rarity" : [ + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 6, + "depth_max": 48, + "weight": 5 + }, + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 0, + "depth_max": 255, + "weight": 1 + } + ] + }, + { + "item" : "oreBoron", + "color" : 7, + "rarity" : [ + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 6, + "depth_max": 48, + "weight": 5 + }, + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 0, + "depth_max": 255, + "weight": 1 + } + ] + }, + { + "item" : "oreLithium", + "color" : 0, + "rarity" : [ + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 6, + "depth_max": 48, + "weight": 5 + }, + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 0, + "depth_max": 255, + "weight": 1 + } + ] + }, + { + "item" : "oreThorium", + "color" : 6, + "rarity" : [ + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 4, + "depth_max": 32, + "weight": 54 + }, + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 0, + "depth_max": 255, + "weight": 1 + } + ] + } +] diff --git a/config/laser_drill_ores/ore.json b/config/laser_drill_ores/ore.json new file mode 100644 index 00000000..bd0d34e1 --- /dev/null +++ b/config/laser_drill_ores/ore.json @@ -0,0 +1,456 @@ +[ + { + "item": "orePotash", + "color": 1, + "rarity": [ + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 0, + "depth_max": 255, + "weight": 15 + }, + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 0, + "depth_max": 60, + "weight": 25 + } + ] + }, + { + "item": "oreSulfur", + "color": 4, + "rarity": [ + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 0, + "depth_max": 255, + "weight": 5 + }, + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 0, + "depth_max": 15, + "weight": 20 + } + ] + }, + { + "item": "orePhosphorite", + "color": 12, + "rarity": [ + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 0, + "depth_max": 255, + "weight": 5 + }, + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 0, + "depth_max": 60, + "weight": 15 + } + ] + }, + { + "item": "oreTar", + "color": 15, + "rarity": [ + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 0, + "depth_max": 255, + "weight": 5 + }, + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 0, + "depth_max": 15, + "weight": 25 + } + ] + }, + { + "item": "oreManganese", + "color": 6, + "rarity": [ + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 0, + "depth_max": 255, + "weight": 10 + }, + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 0, + "depth_max": 100, + "weight": 20 + } + ] + }, + { + "item": "oreZinc", + "color": 4, + "rarity": [ + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 0, + "depth_max": 255, + "weight": 7 + }, + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 0, + "depth_max": 125, + "weight": 14 + } + ] + }, + { + "item": "orePrometheum", + "color": 13, + "rarity": [ + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 0, + "depth_max": 255, + "weight": 15 + }, + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 0, + "depth_max": 15, + "weight": 25 + } + ] + }, + { + "item": "oreDeepIron", + "color": 7, + "rarity": [ + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 0, + "depth_max": 255, + "weight": 10 + }, + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 50, + "depth_max": 120, + "weight": 20 + } + ] + }, + { + "item": "oreInfuscolium", + "color": 2, + "rarity": [ + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 0, + "depth_max": 255, + "weight": 25 + }, + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 70, + "depth_max": 140, + "weight": 30 + } + ] + }, + { + "item": "oreManganese", + "color": 6, + "rarity": [ + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 0, + "depth_max": 255, + "weight": 20 + } + ] + }, + { + "item": "oreOureclase", + "color": 2, + "rarity": [ + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 0, + "depth_max": 60, + "weight": 10 + } + ] + }, + { + "item": "oreAstralSilver", + "color": 0, + "rarity": [ + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 60, + "depth_max": 120, + "weight": 5 + } + ] + }, + { + "item": "oreCarmot", + "color": 4, + "rarity": [ + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 0, + "depth_max": 255, + "weight": 15 + } + ] + }, + { + "item": "oreRubracium", + "color": 14, + "rarity": [ + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 0, + "depth_max": 255, + "weight": 11 + } + ] + }, + { + "item": "oreOsmium", + "color": 11, + "rarity": [ + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 0, + "depth_max": 125, + "weight": 12 + } + ] + }, + { + "item": "oreLutetium", + "color": 4, + "rarity": [ + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 0, + "depth_max": 125, + "weight": 6 + } + ] + }, + { + "item": "oreOrichalcum", + "color": 5, + "rarity": [ + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 0, + "depth_max": 255, + "weight": 9 + } + ] + }, + { + "item": "oreAdamantine", + "color": 14, + "rarity": [ + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 0, + "depth_max": 255, + "weight": 3 + }, + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 0, + "depth_max": 30, + "weight": 10 + } + ] + }, + { + "item": "oreAtlarus", + "color": 14, + "rarity": [ + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 0, + "depth_max": 255, + "weight": 3 + }, + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 0, + "depth_max": 30, + "weight": 10 + } + ] + }, + { + "item": "oreIgnatius", + "color": 4, + "rarity": [ + { + "whitelist": "minecraft:hell", + "blacklist": "", + "depth_min": 0, + "depth_max": 255, + "weight": 14 + } + ] + }, + { + "item": "oreShadowIron", + "color": 4, + "rarity": [ + { + "whitelist": "minecraft:hell", + "blacklist": "", + "depth_min": 0, + "depth_max": 255, + "weight": 12 + } + ] + }, + { + "item": "oreLemurite", + "color": 0, + "rarity": [ + { + "whitelist": "minecraft:hell", + "blacklist": "", + "depth_min": 0, + "depth_max": 255, + "weight": 9 + } + ] + }, + { + "item": "oreAlduorite", + "color": 3, + "rarity": [ + { + "whitelist": "minecraft:hell", + "blacklist": "", + "depth_min": 0, + "depth_max": 255, + "weight": 7 + } + ] + }, + { + "item": "oreCeruclase", + "color": 11, + "rarity": [ + { + "whitelist": "minecraft:hell", + "blacklist": "", + "depth_min": 0, + "depth_max": 255, + "weight": 7 + } + ] + }, + { + "item": "oreMidasium", + "color": 1, + "rarity": [ + { + "whitelist": "minecraft:hell", + "blacklist": "", + "depth_min": 0, + "depth_max": 255, + "weight": 5 + } + ] + }, + { + "item": "oreVulcanite", + "color": 14, + "rarity": [ + { + "whitelist": "minecraft:hell", + "blacklist": "", + "depth_min": 0, + "depth_max": 255, + "weight": 7 + } + ] + }, + { + "item": "oreSanguinite", + "color": 1, + "rarity": [ + { + "whitelist": "minecraft:hell", + "blacklist": "", + "depth_min": 0, + "depth_max": 255, + "weight": 5 + } + ] + }, + { + "item": "oreEximite", + "color": 10, + "rarity": [ + { + "whitelist": "minecraft:sky", + "blacklist": "", + "depth_min": 0, + "depth_max": 255, + "weight": 25 + } + ] + }, + { + "item": "oreMeutoite", + "color": 7, + "rarity": [ + { + "whitelist": "minecraft:sky", + "blacklist": "", + "depth_min": 0, + "depth_max": 255, + "weight": 25 + } + ] + } +] \ No newline at end of file diff --git a/config/laser_drill_ores/rftools_ores.json b/config/laser_drill_ores/rftools_ores.json new file mode 100644 index 00000000..790e845b --- /dev/null +++ b/config/laser_drill_ores/rftools_ores.json @@ -0,0 +1,41 @@ +[ + { + "item" : "rftools:dimensional_shard_ore:0", + "color" : 0, + "rarity" : [ + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 0, + "depth_max": 255, + "weight": 1 + } + ] + }, + { + "item" : "rftools:dimensional_shard_ore:1", + "color" : 0, + "rarity" : [ + { + "whitelist": "minecraft:hell", + "blacklist": "", + "depth_min": 0, + "depth_max": 255, + "weight": 1 + } + ] + }, + { + "item" : "rftools:dimensional_shard_ore:2", + "color" : 0, + "rarity" : [ + { + "whitelist": "minecraft:sky", + "blacklist": "", + "depth_min": 0, + "depth_max": 255, + "weight": 1 + } + ] + } +] diff --git a/config/laser_drill_ores/thaumcraft_ores.json b/config/laser_drill_ores/thaumcraft_ores.json new file mode 100644 index 00000000..9b1b5b5c --- /dev/null +++ b/config/laser_drill_ores/thaumcraft_ores.json @@ -0,0 +1,28 @@ +[ + { + "item" : "thaumcraft:ore_amber", + "color" : 1, + "rarity" : [ + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 0, + "depth_max": 255, + "weight": 1 + } + ] + }, + { + "item" : "thaumcraft:ore_quartz", + "color" : 0, + "rarity" : [ + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 0, + "depth_max": 255, + "weight": 2 + } + ] + } +] diff --git a/config/laser_drill_ores/thermalfoundation_ores.json b/config/laser_drill_ores/thermalfoundation_ores.json new file mode 100644 index 00000000..47ace0c8 --- /dev/null +++ b/config/laser_drill_ores/thermalfoundation_ores.json @@ -0,0 +1,88 @@ +[ + { + "item" : "oreClathrateOilSand", + "color" : 15, + "rarity" : [ + { + "whitelist": "minecraft:desert, minecraft:desert_hills, minecraft:mutated_desert, minecraft:mesa, minecraft:mesa_rock, minecraft:mesa_clear_rock, minecraft:mutated_mesa, minecraft:mutated_mesa_rock", + "blacklist": "", + "depth_min": 40, + "depth_max": 85, + "weight": 3 + }, + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 0, + "depth_max": 255, + "weight": 1 + } + ] + }, + { + "item" : "oreClathrateOilShale", + "color" : 15, + "rarity" : [ + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 20, + "depth_max": 65, + "weight": 2 + }, + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 0, + "depth_max": 255, + "weight": 1 + } + ] + }, + { + "item" : "oreClathrateRedstone", + "color" : 14, + "rarity" : [ + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 4, + "depth_max": 20, + "weight": 3 + }, + { + "whitelist": "", + "blacklist": "minecraft:hell, minecraft:sky", + "depth_min": 0, + "depth_max": 255, + "weight": 1 + } + ] + }, + { + "item" : "oreClathrateGlowstone", + "color" : 4, + "rarity" : [ + { + "whitelist": "minecraft:hell", + "blacklist": "", + "depth_min": 0, + "depth_max": 255, + "weight": 2 + } + ] + }, + { + "item" : "oreClathrateEnder", + "color" : 13, + "rarity" : [ + { + "whitelist": "minecraft:sky", + "blacklist": "", + "depth_min": 0, + "depth_max": 255, + "weight": 2 + } + ] + } +] diff --git a/config/libvulpes.cfg b/config/libvulpes.cfg new file mode 100644 index 00000000..fb079115 --- /dev/null +++ b/config/libvulpes.cfg @@ -0,0 +1,11 @@ +# Configuration file + +general { + # How many power unit one EU makes + I:EUPowerMultiplier=7 + + # Powermultiplier on machines + I:PowerMultiplier=1 +} + + diff --git a/config/loliasm.cfg b/config/loliasm.cfg new file mode 100644 index 00000000..9bb37efe --- /dev/null +++ b/config/loliasm.cfg @@ -0,0 +1,325 @@ +# 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 + com.rwtema.extrautils2.backend.model.PassthruModelItem$4$1 + org.cyclops.cyclopscore.client.model.DynamicBaseModel + li.cil.oc.client.renderer.block.RobotModel$ItemModel$ + com.rwtema.extrautils2.items.ItemSnowglobe + buildcraft.lib.client.model.MutableQuad + com.elytradev.architecture.client.render.target.RenderTargetBaked + thaumcraft.client.lib.obj.MeshModel + com.rwtema.extrautils2.backend.model.Box + com.rwtema.careerbees.ProxyClient$ModelBark + appeng.client.render.model.ColorApplicatorBakedModel + codechicken.lib.render.buffer.BakingVertexBuffer + dan200.computercraft.client.render.ModelTransformer$BakedQuadBuilder + li.cil.oc.client.renderer.block.SmartBlockModelBase$$anonfun$bakeQuads$1 + 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=true + + # 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 + 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 + 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 { + B:crashReportImprovements=true + B:hideToastsAndContinuePlaying=true + B:returnToMainMenuAfterCrash=true + B:rewriteLoggingWithDeobfuscatedNames=true +} + + +mcfixes { + B:fixMC129057=true + B:fixMC129556=true + B:fixMC186052=true + B:fixMC30845=true + B:fixMC31681=true + B:fixMC88176=true + B:limitSkinDownloadingThreads=true + B:resolveMC2071=true +} + + +misc { + 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=false + + # 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 + B:removeExcessiveGCCalls=true + B:smoothDimensionChange=true + + # Strips the boring instanced Random object from SoundEventAccessors and uses ThreadLocalRandom instead - + B:stripInstancedRandomFromSoundEventAccessor=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=true +} + + +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 { + B:onDemandAnimatedTextures=true + + # Releases TextureAtlasSprite's framesTextureData. Won't touch custom TextureAtlasSprite implementations - + B:releaseSpriteFramesCache=true +} + + diff --git a/config/loliasm/methods-stable_39.csv b/config/loliasm/methods-stable_39.csv new file mode 100644 index 00000000..078c9a12 --- /dev/null +++ b/config/loliasm/methods-stable_39.csv @@ -0,0 +1,9655 @@ +searge,name,side,desc +func_100011_g,getIsPotionDurationMax,0, +func_100012_b,setPotionDurationMax,0, +func_100015_a,isKeyDown,0, +func_104002_bU,isNoDespawnRequired,2, +func_104055_i,setForceGamemode,1, +func_104056_am,getForceGamemode,2, +func_104112_b,flushToDisk,2, +func_104140_m,flushToDisk,2, +func_110121_a,isNotEmpty,0, +func_110124_au,getUniqueID,2, +func_110128_b,onBroken,2, +func_110131_b,removeFrameFromMap,2, +func_110132_b,removeInventoryChangeListener,2, +func_110133_a,setCustomName,2, +func_110134_a,addInventoryChangeListener,2, +func_110138_aP,getMaxHealth,2, +func_110139_bj,getAbsorptionAmount,2, +func_110140_aT,getAttributeMap,2, +func_110142_aN,getCombatTracker,2, +func_110143_aJ,getHealth,2, +func_110144_aD,getLastAttackedEntity,2, +func_110145_l,dismountEntity,2, +func_110146_f,updateDistance,2, +func_110147_ax,applyEntityAttributes,2, +func_110148_a,getEntityAttribute,2, +func_110149_m,setAbsorptionAmount,2, +func_110159_bB,updateLeashedState,2, +func_110160_i,clearLeashed,2, +func_110162_b,setLeashHolder,2, +func_110163_bv,enablePersistence,2, +func_110165_bF,recreateLeash,2, +func_110166_bE,getLeashHolder,2, +func_110167_bD,getLeashed,2, +func_110173_bK,isWithinHomeDistanceCurrentPosition,2, +func_110174_bM,getMaximumHomeDistance,2, +func_110175_bO,hasHome,2, +func_110177_bN,detachHome,2, +func_110182_bF,isAttacking,0, +func_110195_a,addGrowth,2, +func_110198_t,increaseTemper,2, +func_110199_f,openGUI,2, +func_110200_cJ,canMate,2, +func_110201_q,getMouthOpennessAngle,0, +func_110202_bQ,getHorseVariant,2, +func_110203_cN,getModifiedMovementSpeed,2, +func_110204_cc,isEatingHaystack,2, +func_110205_ce,isBreeding,2, +func_110206_u,setJumpPower,0, +func_110207_m,setChested,2, +func_110208_b,setHorseWatchableBoolean,2, +func_110209_cd,isRearing,2, +func_110210_cH,moveTail,2, +func_110212_cp,getVariantTexturePaths,0, +func_110215_cj,getHorseJumpStrength,2, +func_110216_r,spawnHorseParticles,0, +func_110219_q,setRearing,2, +func_110220_cK,makeHorseRear,2, +func_110223_p,getRearingAmount,0, +func_110226_cD,initHorseChest,2, +func_110227_p,setEatingHaystack,2, +func_110230_cF,resetTexturePrefix,2, +func_110232_cE,updateHorseSlots,2, +func_110233_w,getHorseWatchableBoolean,2, +func_110234_j,setHorseTamed,2, +func_110235_q,setHorseVariant,2, +func_110237_h,mountTo,2, +func_110238_s,setTemper,2, +func_110242_l,setBreeding,2, +func_110245_cM,getModifiedJumpStrength,2, +func_110246_bZ,isHorseJumping,2, +func_110247_cG,setHorseTexturePaths,0, +func_110248_bS,isTame,2, +func_110249_cI,openHorseMouth,2, +func_110250_a,getClosestHorse,2, +func_110251_o,setHorseSaddled,2, +func_110252_cg,getTemper,2, +func_110254_bY,getHorseSize,2, +func_110255_k,setHorseJumping,2, +func_110257_ck,isHorseSaddled,2, +func_110258_o,getGrassEatingAmount,0, +func_110263_g,setTamedBy,2, +func_110264_co,getHorseTexture,0, +func_110266_cB,eatingHorse,2, +func_110267_cL,getModifiedMaxHealth,2, +func_110297_a_,verifySellingItem,2, +func_110303_q,getLocationCape,0, +func_110304_a,getDownloadImageSkin,0, +func_110306_p,getLocationSkin,0, +func_110311_f,getLocationSkin,0, +func_110317_t,isRidingHorse,0, +func_110318_g,sendHorseJump,0, +func_110319_bJ,getHorseJumpPower,0, +func_110326_a,setOverlayMessage,0, +func_110430_a,setEntityActionState,2, +func_110432_I,getSession,0, +func_110434_K,getTextureManager,0, +func_110436_a,refreshResources,0, +func_110437_J,getProxy,0, +func_110438_M,getResourcePackRepository,0, +func_110441_Q,updateDisplayMode,0, +func_110442_L,getResourceManager,0, +func_110454_ao,getServerProxy,2, +func_110455_j,getOpPermissionLevel,2, +func_110462_b,getPackFormat,0, +func_110468_c,getFrameIndex,0, +func_110469_d,getFrameTime,0, +func_110470_b,frameHasTime,0, +func_110471_a,getFrameHeight,0, +func_110472_a,getFrameTimeSingle,0, +func_110473_c,getFrameCount,0, +func_110474_b,getFrameWidth,0, +func_110479_a,getTextureBlur,0, +func_110480_b,getTextureClamp,0, +func_110483_a,getSectionName,0, +func_110492_a,parseAnimationFrame,0, +func_110495_a,hasNoTime,0, +func_110496_c,getFrameIndex,0, +func_110497_b,getFrameTime,0, +func_110503_a,parseMetadataSection,0, +func_110504_a,registerMetadataSectionType,0, +func_110505_a,getGson,0, +func_110514_c,getResourcePack,0, +func_110515_d,getResourcePackName,0, +func_110516_a,updateResourcePack,0, +func_110517_b,closeResourcePack,0, +func_110518_a,bindTexturePackIcon,0, +func_110519_e,getTexturePackDescription,0, +func_110526_a,getMetadata,0, +func_110527_b,getInputStream,0, +func_110528_c,hasMetadata,0, +func_110536_a,getResource,0, +func_110537_b,getLocationMcmeta,0, +func_110538_a,addResourcePack,0, +func_110541_a,reloadResources,0, +func_110542_a,registerReloadListener,0, +func_110543_a,clearResources,0, +func_110544_b,notifyReloadListeners,0, +func_110545_a,reloadResourcePack,0, +func_110549_a,onResourceManagerReload,0, +func_110550_d,tick,0, +func_110551_a,loadTexture,0, +func_110552_b,getGlTextureId,0, +func_110564_a,updateDynamicTexture,0, +func_110565_c,getTextureData,0, +func_110569_e,initMissingImage,0, +func_110571_b,loadTextureAtlas,0, +func_110572_b,getAtlasSprite,0, +func_110577_a,bindTexture,0, +func_110578_a,getDynamicTextureLocation,0, +func_110579_a,loadTexture,0, +func_110580_a,loadTickableTexture,0, +func_110581_b,getTexture,0, +func_110586_a,getPackImage,0, +func_110587_b,getResourceDomains,0, +func_110589_b,resourceExists,0, +func_110590_a,getInputStream,0, +func_110591_a,getInputStreamByName,0, +func_110592_c,locationToName,0, +func_110593_b,hasResourceName,0, +func_110594_c,logNameNotLowercase,0, +func_110595_a,getRelativeName,0, +func_110596_a,readMetadata,0, +func_110599_c,getResourcePackZipFile,0, +func_110605_c,getResourceStream,0, +func_110609_b,getRepositoryEntriesAll,0, +func_110611_a,updateRepositoryEntriesAll,0, +func_110612_e,getDirResourcepacks,0, +func_110613_c,getRepositoryEntries,0, +func_110614_g,getResourcePackFiles,0, +func_110616_f,fixDirResourcepacks,0, +func_110623_a,getPath,2, +func_110624_b,getNamespace,2, +func_110646_a,getTextWithoutFormattingCodes,2, +func_110647_a,getOSType,0, +func_110667_a,getNumberOfTeams,2, +func_110668_a,spreadPositions,2, +func_110669_a,spread,2, +func_110670_a,createInitialPositions,2, +func_110671_a,setPlayerPositions,2, +func_110683_a,updateHorseRotation,0, +func_110738_j,isRidingHorse,0, +func_110775_a,getEntityTexture,0, +func_110776_a,bindTexture,0, +func_110827_b,renderLeash,0, +func_110828_a,interpolateValue,0, +func_110934_a,addSprite,0, +func_110935_a,getCurrentWidth,0, +func_110936_b,getCurrentHeight,0, +func_110966_b,setIconWidth,0, +func_110967_i,getOriginY,0, +func_110968_a,setFramesTextureData,0, +func_110969_c,setIconHeight,0, +func_110970_k,getFrameCount,0, +func_110971_a,initSprite,0, +func_110985_a,updateAnaglyph,0, +func_110986_a,readImageData,0, +func_110987_a,uploadTextureImage,0, +func_110988_a,uploadTexture,0, +func_110989_a,uploadTextureImageAllocate,0, +func_110990_a,copyToBuffer,0, +func_110991_a,allocateTexture,0, +func_110993_a,uploadTextureImageSubImpl,0, +func_110994_a,copyToBufferPos,0, +func_110995_a,uploadTextureImageSub,0, +func_110996_a,glGenTextures,0, +func_110997_a,setTextureClamped,0, +func_111092_a,getSpawnY,2, +func_111093_a,clamp,2, +func_111094_b,moveAway,2, +func_111095_a,normalize,2, +func_111096_b,getLength,2, +func_111097_a,randomize,2, +func_111098_b,isSafe,2, +func_111099_a,dist,2, +func_111104_a,setRandomEffect,2, +func_111108_a,getName,2, +func_111109_a,clampValue,2, +func_111110_b,getDefaultValue,2, +func_111111_c,getShouldWatch,2, +func_111112_a,setShouldWatch,2, +func_111116_f,getDescription,2, +func_111117_a,setDescription,2, +func_111121_a,applyModifier,2, +func_111122_c,getModifiers,2, +func_111123_a,getAttribute,2, +func_111124_b,removeModifier,2, +func_111125_b,getBaseValue,2, +func_111126_e,getAttributeValue,2, +func_111127_a,getModifier,2, +func_111128_a,setBaseValue,2, +func_111129_g,computeValue,2, +func_111130_a,getModifiersByOperation,2, +func_111131_f,flagForUpdate,2, +func_111146_a,getAllAttributes,2, +func_111147_b,applyAttributeModifiers,2, +func_111148_a,removeAttributeModifiers,2, +func_111150_b,registerAttribute,2, +func_111151_a,getAttributeInstance,2, +func_111152_a,getAttributeInstanceByName,2, +func_111160_c,getWatchedAttributes,2, +func_111161_b,getDirtyInstances,2, +func_111164_d,getAmount,2, +func_111165_e,isSaved,2, +func_111166_b,getName,2, +func_111167_a,getID,2, +func_111168_a,setSaved,2, +func_111169_c,getOperation,2, +func_111175_f,getTargetDistance,2, +func_111183_a,getAttributeModifierAmount,2, +func_111184_a,registerPotionAttributeModifier,2, +func_111185_a,applyAttributesModifiersToEntity,2, +func_111186_k,getAttributeModifierMap,0, +func_111187_a,removeAttributesModifiersFromEntity,2, +func_111190_b,sendMetadata,2, +func_111205_h,getItemAttributeModifiers,2, +func_111206_d,getByNameOrId,2, +func_111207_a,itemInteractionForEntity,2, +func_111225_m,getRelevantEnchantmentTypes,0, +func_111226_a,hasRelevantEnchantmentType,0, +func_111229_a,setRelevantEnchantmentTypes,2, +func_111238_b,isEnabled,0, +func_111257_a,writeBaseAttributeMapToNBT,2, +func_111258_a,applyModifiersToAttributeInstance,2, +func_111259_a,readAttributeModifierFromNBT,2, +func_111261_a,writeAttributeInstanceToNBT,2, +func_111262_a,writeAttributeModifierToNBT,2, +func_111269_d,getPathSearchRange,2, +func_111270_a,union,2, +func_111271_a,getUnicodePageLocation,0, +func_111272_d,readFontTexture,0, +func_111282_a,interactWithEntity,2, +func_111283_C,getAttributeModifiers,2, +func_111285_a,getUsername,0, +func_111286_b,getSessionID,0, +func_120011_ar,setGuiEnabled,1, +func_120016_a,createServerGui,1, +func_120018_d,getLogComponent,1, +func_120019_b,getStatsComponent,1, +func_120020_c,getPlayerListComponent,1, +func_120034_a,tick,1, +func_120035_a,mean,1, +func_130001_d,getCurrentMoonPhaseFactor,2, +func_130010_a,getOriginX,0, +func_130011_c,setLastAttackedEntity,2, +func_130014_f_,getEntityWorld,2, +func_130071_aq,getCurrentTimeMillis,2, +func_130072_d,getAnimationFrame,0, +func_130073_e,getFrameIndexSet,0, +func_130077_b,getPackName,0, +func_130098_m,hasAnimationMetadata,0, +func_130099_d,allocateFrameTextureData,0, +func_130102_n,resetSprite,0, +func_130103_l,clearFramesTextureData,0, +func_130105_g,getMinecraftStartTimeMillis,2, +func_135016_M,getLanguageManager,0, +func_135018_a,getLanguages,0, +func_135021_a,loadLocaleData,0, +func_135022_a,loadLocaleDataFiles,0, +func_135023_a,formatMessage,0, +func_135024_b,checkUnicode,0, +func_135025_a,isUnicode,0, +func_135026_c,translateKeyPrivate,0, +func_135028_a,loadLocaleData,0, +func_135034_a,getLanguageCode,0, +func_135035_b,isBidirectional,0, +func_135040_d,getLanguages,0, +func_135041_c,getCurrentLanguage,0, +func_135042_a,isCurrentLocaleUnicode,0, +func_135043_a,parseLanguageMetadata,0, +func_135044_b,isCurrentLanguageBidirectional,0, +func_135045_a,setCurrentLanguage,0, +func_135051_a,setLocale,0, +func_135052_a,format,0, +func_135055_a,getResourceDomains,0, +func_135056_b,getAllResources,0, +func_135058_a,getPackMetadata,0, +func_135063_a,replaceWith,0, +func_135064_c,tryTranslateKey,2, +func_135074_t,clearCustomName,2, +func_140005_i,switchToRealms,0, +func_142008_O,shouldSetPosAfterLoading,2, +func_142013_aG,getLastAttackedEntityTime,2, +func_142015_aE,getRevengeTimer,2, +func_142017_o,onLeashDistance,2, +func_142018_a,shouldAttackEntity,2, +func_142021_k,getServerBrand,0, +func_142049_d,removeAllModifiers,0, +func_142053_d,formatString,2, +func_142054_a,isSameTeam,2, +func_143004_u,markPlayerActive,2, +func_143006_e,setPlayerIdleTimeout,2, +func_143007_ar,getMaxPlayerIdleMinutes,2, +func_143009_a,readStructureBaseNBT,2, +func_143010_b,createStructureBaseNBT,2, +func_143011_b,readStructureFromNBT,2, +func_143012_a,writeStructureToNBT,2, +func_143016_a,registerVillagePieces,2, +func_143017_b,readFromNBT,2, +func_143018_f,getChunkPosZ,2, +func_143019_e,getChunkPosX,2, +func_143020_a,readStructureComponentsFromNBT,2, +func_143021_a,writeStructureComponentsToNBT,2, +func_143022_a,writeToNBT,2, +func_143025_a,getStructureName,2, +func_143026_a,setStructureStart,2, +func_143027_a,initializeStructureData,2, +func_143031_a,registerStructureComponent,2, +func_143032_b,getStructureComponent,2, +func_143033_a,getStructureStartName,2, +func_143034_b,registerStructure,2, +func_143035_a,getStructureStart,2, +func_143036_a,getStructureComponentName,2, +func_143041_a,getTagCompound,2, +func_143042_b,formatChunkCoords,2, +func_143043_a,writeInstance,2, +func_143045_a,registerScatteredFeaturePieces,2, +func_143046_a,registerStrongholdPieces,2, +func_143048_a,registerStructurePieces,2, +func_143049_a,registerNetherFortressPieces,2, +func_145747_a,sendMessage,2, +func_145748_c_,getDisplayName,2, +func_145749_h,getLastOutput,2, +func_145750_b,setLastOutput,2, +func_145751_f,getCommandBlockType,0, +func_145752_a,setCommand,2, +func_145753_i,getCommand,2, +func_145754_b,setName,2, +func_145755_a,trigger,2, +func_145756_e,updateCommand,2, +func_145757_a,fillInInfo,0, +func_145759_b,readDataFromNBT,2, +func_145760_g,getSuccessCount,2, +func_145769_d,setEntityId,2, +func_145770_h,isInRangeToRender3d,0, +func_145771_j,pushOutOfBlocks,2, +func_145773_az,doesEntityNotTriggerPressurePlate,2, +func_145775_I,doBlockCollisions,2, +func_145778_a,dropItemWithOffset,2, +func_145779_a,dropItem,2, +func_145782_y,getEntityId,2, +func_145797_a,setOwner,2, +func_145798_i,getOwner,2, +func_145799_b,setThrower,2, +func_145800_j,getThrower,2, +func_145806_a,setHurtEntities,2, +func_145807_e,getWorldObj,0, +func_145818_k_,hasCustomName,2, +func_145822_e,getCommandBlockLogic,2, +func_145828_a,addInfoToCrashReport,2, +func_145829_t,validate,2, +func_145830_o,hasWorld,2, +func_145831_w,getWorld,2, +func_145832_p,getBlockMetadata,2, +func_145833_n,getMaxRenderDistanceSquared,0, +func_145834_a,setWorld,2, +func_145835_a,getDistanceSq,0, +func_145836_u,updateContainingBlockInfo,2, +func_145837_r,isInvalid,2, +func_145838_q,getBlockType,2, +func_145839_a,readFromNBT,2, +func_145842_c,receiveClientEvent,2, +func_145843_s,invalidate,2, +func_145856_a,getRecord,2, +func_145857_a,setRecord,2, +func_145860_a,getProgress,0, +func_145866_f,clearPistonTileEntity,2, +func_145867_d,shouldPistonHeadBeRendered,2, +func_145868_b,isExtending,2, +func_145877_a,changePitch,2, +func_145881_a,getSpawnerBaseLogic,2, +func_145883_k,transferItemsOut,2, +func_145884_b,getSourceInventory,2, +func_145887_i,updateHopper,2, +func_145888_j,isOnTransferCooldown,2, +func_145891_a,pullItems,2, +func_145893_b,getInventoryAtPosition,2, +func_145894_a,canCombine,2, +func_145895_l,getInventoryForHopperTransfer,2, +func_145896_c,setTransferCooldown,2, +func_145898_a,putDropInInventoryAllSlots,2, +func_145903_a,setSkullRotation,2, +func_145904_a,getSkullType,2, +func_145906_b,getSkullRotation,0, +func_145911_b,getPlayer,2, +func_145912_a,setPlayer,2, +func_145913_a,setEditable,0, +func_145914_a,getIsEditable,2, +func_145920_a,setCustomName,2, +func_145934_k,canBrew,2, +func_145937_a,setName,2, +func_145940_l,brewPotions,2, +func_145948_k,canSmelt,2, +func_145949_j,smeltItem,2, +func_145950_i,isBurning,2, +func_145951_a,setCustomInventoryName,2, +func_145952_a,getItemBurnTime,2, +func_145954_b,isItemFuel,2, +func_145965_a,getFlowerPotItem,2, +func_145966_b,getFlowerPotData,2, +func_145969_a,openChest,2, +func_145970_b,closeChest,2, +func_145971_a,canBeUsed,2, +func_145979_i,checkForAdjacentChests,2, +func_145980_j,getChestType,2, +func_145993_a,getCommandBlockLogic,2, +func_145995_a,setOutputSignal,2, +func_145996_a,getOutputSignal,2, +func_145999_a,setName,2, +func_146000_x,addEffectsToPlayers,2, +func_146002_i,shouldBeamRender,0, +func_146003_y,updateSegmentColors,2, +func_146017_i,getDispenseSlot,2, +func_146019_a,addItemStack,2, +func_146031_a,setChestTileEntity,2, +func_146034_e,handleHookRetraction,2, +func_146065_b,dropItemOrSelf,2, +func_146066_aG,canDropLoot,2, +func_146068_u,getDropItem,2, +func_146069_a,multiplySize,2, +func_146070_a,setBreakDoorsAItask,2, +func_146071_k,setChildSize,2, +func_146072_bX,isBreakDoorsTaskSet,2, +func_146077_cc,explode,2, +func_146078_ca,hasIgnited,2, +func_146079_cb,ignite,2, +func_146082_f,setInLove,2, +func_146086_d,setHorseArmorStack,2, +func_146094_a,getUUID,2, +func_146097_a,dropItem,2, +func_146103_bH,getGameProfile,2, +func_146105_b,sendStatusMessage,2, +func_146107_m,getStatFileWriter,0, +func_146110_a,drawModalRectWithCustomSizedTexture,0, +func_146111_b,drawButtonForegroundLayer,0, +func_146113_a,playPressSound,0, +func_146114_a,getHoverState,0, +func_146115_a,isMouseOver,0, +func_146116_c,mousePressed,0, +func_146117_b,getButtonWidth,0, +func_146118_a,mouseReleased,0, +func_146119_b,mouseDragged,0, +func_146136_c,getOption,0, +func_146140_b,setSelected,0, +func_146141_c,isSelected,0, +func_146158_b,getChatGUI,0, +func_146159_a,drawLabel,0, +func_146160_b,drawLabelBackground,0, +func_146175_b,deleteFromCursor,0, +func_146176_q,getVisible,0, +func_146177_a,deleteWords,0, +func_146178_a,updateCursorCounter,0, +func_146179_b,getText,0, +func_146180_a,setText,0, +func_146181_i,getEnableBackgroundDrawing,0, +func_146182_d,moveCursorBy,0, +func_146183_a,getNthWordFromPos,0, +func_146184_c,setEnabled,0, +func_146185_a,setEnableBackgroundDrawing,0, +func_146186_n,getSelectionEnd,0, +func_146187_c,getNthWordFromCursor,0, +func_146188_c,drawSelectionBox,0, +func_146189_e,setVisible,0, +func_146190_e,setCursorPosition,0, +func_146191_b,writeText,0, +func_146192_a,mouseClicked,0, +func_146193_g,setTextColor,0, +func_146194_f,drawTextBox,0, +func_146195_b,setFocused,0, +func_146196_d,setCursorPositionZero,0, +func_146197_a,getNthWordFromPosWS,0, +func_146198_h,getCursorPosition,0, +func_146199_i,setSelectionPos,0, +func_146200_o,getWidth,0, +func_146201_a,textboxKeyTyped,0, +func_146202_e,setCursorPositionEnd,0, +func_146203_f,setMaxStringLength,0, +func_146204_h,setDisabledTextColour,0, +func_146205_d,setCanLoseFocus,0, +func_146206_l,isFocused,0, +func_146207_c,getSelectedText,0, +func_146208_g,getMaxStringLength,0, +func_146227_a,printChatMessage,0, +func_146228_f,getChatWidth,0, +func_146229_b,scroll,0, +func_146230_a,drawChat,0, +func_146231_a,clearChatMessages,0, +func_146232_i,getLineCount,0, +func_146233_a,calculateChatboxWidth,0, +func_146234_a,printChatMessageWithOptionalDeletion,0, +func_146236_a,getChatComponent,0, +func_146237_a,setChatLine,0, +func_146238_c,getSentMessages,0, +func_146239_a,addToSentMessages,0, +func_146240_d,resetScroll,0, +func_146241_e,getChatOpen,0, +func_146242_c,deleteChatLine,0, +func_146243_b,calculateChatboxHeight,0, +func_146244_h,getChatScale,0, +func_146245_b,refreshChat,0, +func_146246_g,getChatHeight,0, +func_146269_k,handleInput,0, +func_146270_b,drawWorldBackground,0, +func_146271_m,isCtrlKeyDown,0, +func_146272_n,isShiftKeyDown,0, +func_146273_a,mouseClickMove,0, +func_146274_d,handleMouseInput,0, +func_146275_d,setClipboardString,0, +func_146276_q_,drawDefaultBackground,0, +func_146277_j,getClipboardString,0, +func_146278_c,drawBackground,0, +func_146279_a,drawHoveringText,0, +func_146280_a,setWorldAndResolution,0, +func_146281_b,onGuiClosed,0, +func_146282_l,handleKeyboardInput,0, +func_146283_a,drawHoveringText,0, +func_146284_a,actionPerformed,0, +func_146285_a,renderToolTip,0, +func_146286_b,mouseReleased,0, +func_146314_g,calcSaveDirName,0, +func_146315_i,toggleMoreWorldOptions,0, +func_146316_a,showMoreWorldOptions,0, +func_146317_a,getUncollidingSaveDirName,0, +func_146318_a,recreateFromExistingWorld,0, +func_146319_h,updateDisplayState,0, +func_146350_a,setButtonDelay,0, +func_146358_g,disableSecurityWarning,0, +func_146359_e,copyLinkToClipboard,0, +func_146367_a,connect,0, +func_146375_g,onLayersChanged,0, +func_146382_i,hasSelectedLayer,0, +func_146383_a,setPreset,0, +func_146384_e,getPreset,0, +func_146402_a,getSentHistory,0, +func_146418_g,wakeFromSleep,0, +func_146421_a,registerPreset,0, +func_146426_g,updateButtonValidity,0, +func_146430_p,hasValidSelection,0, +func_146456_p,pageGetCurrent,0, +func_146457_a,pageSetCurrent,0, +func_146459_b,pageInsertIntoCurrent,0, +func_146460_c,keyTypedInTitle,0, +func_146461_i,addNewPage,0, +func_146462_a,sendBookToServer,0, +func_146463_b,keyTypedInBook,0, +func_146464_h,updateButtons,0, +func_146521_a,drawStatsScreen,0, +func_146527_c,drawSprite,0, +func_146531_b,drawButtonBackground,0, +func_146574_g,sendRespawnPacket,0, +func_146575_b,drawWinGameScreen,0, +func_146586_a,setDoneWorking,0, +func_146595_g,updateDisplayNames,0, +func_146789_i,getOldServerPinger,0, +func_146790_a,selectServer,0, +func_146791_a,connectToServer,0, +func_146792_q,refreshServerList,0, +func_146793_a,setHoveringText,0, +func_146794_g,createButtons,0, +func_146795_p,getServerList,0, +func_146796_h,connectToSelected,0, +func_146961_a,hasResourcePackEntry,0, +func_146962_b,getListContaining,0, +func_146963_h,getSelectedResourcePacks,0, +func_146964_g,getAvailableResourcePacks,0, +func_146975_c,getSlotAtPosition,0, +func_146976_a,drawGuiContainerBackgroundLayer,0, +func_146977_a,drawSlot,0, +func_146978_c,isPointInRegion,0, +func_146979_b,drawGuiContainerForegroundLayer,0, +func_146980_g,updateDragSplitting,0, +func_146981_a,isMouseOverSlot,0, +func_146982_a,drawItemStack,0, +func_146983_a,checkHotbarKeys,0, +func_147035_g,getMerchant,0, +func_147044_g,drawActivePotionEffects,0, +func_147046_a,drawEntityOnScreen,0, +func_147049_a,isMouseOverTab,0, +func_147050_b,setCurrentCreativeTab,0, +func_147051_a,drawTab,0, +func_147052_b,renderCreativeInventoryHoveringText,0, +func_147053_i,updateCreativeSearch,0, +func_147055_p,needsScrollBars,0, +func_147056_g,getSelectedTabIndex,0, +func_147068_g,tickBook,0, +func_147090_g,renameItem,0, +func_147096_v,getChatVisibility,2, +func_147097_b,sendTileEntityUpdate,2, +func_147099_x,getStatFile,2, +func_147100_a,handleClientSettings,2, +func_147104_D,getCurrentServerData,0, +func_147107_h,isFramerateLimitBelowMax,0, +func_147108_a,displayGuiScreen,0, +func_147109_W,getAmbientMusicType,0, +func_147110_a,getFramebuffer,0, +func_147111_S,isJava64bit,0, +func_147112_ai,middleClickMouse,0, +func_147113_T,isGamePaused,0, +func_147114_u,getConnection,0, +func_147115_a,sendClickBlockToController,0, +func_147116_af,clickMouse,0, +func_147117_R,getTextureMapBlocks,0, +func_147118_V,getSoundHandler,0, +func_147119_ah,updateFramebufferSize,0, +func_147121_ag,rightClickMouse,0, +func_147122_X,isJvm64bit,0, +func_147130_as,getMinecraftSessionService,2, +func_147132_au,refreshStatusNextTick,2, +func_147133_T,getResourcePackUrl,2, +func_147134_at,getServerStatusResponse,2, +func_147135_j,getDifficulty,2, +func_147137_ag,getNetworkSystem,2, +func_147139_a,setDifficultyForAllWorlds,2, +func_147149_a,saveToFile,2, +func_147152_a,getStackTrace,2, +func_147176_a,getChatComponentFromNthArg,2, +func_147178_a,getChatComponentFromNthArg,2, +func_147179_f,getItemByText,2, +func_147180_g,getBlockByText,2, +func_147203_d,getWittyComment,2, +func_147223_a,pingPendingNetworks,0, +func_147224_a,ping,0, +func_147225_b,tryCompatibilityPing,0, +func_147226_b,clearPendingNetworks,0, +func_147231_a,onDisconnect,2, +func_147234_a,handleBlockChange,2, +func_147235_a,handleSpawnObject,2, +func_147236_a,handleEntityStatus,2, +func_147237_a,handleSpawnPlayer,2, +func_147238_a,handleDestroyEntities,2, +func_147239_a,handleConfirmTransaction,2, +func_147240_a,handleCustomPayload,2, +func_147241_a,handleWindowItems,2, +func_147242_a,handleEntityEquipment,2, +func_147243_a,handleEntityAttach,2, +func_147244_a,handleEntityVelocity,2, +func_147245_a,handleWindowProperty,2, +func_147246_a,handleCollectItem,2, +func_147247_a,handleTeams,2, +func_147249_a,handleUpdateHealth,2, +func_147250_a,handleUpdateScore,2, +func_147251_a,handleChat,2, +func_147252_a,handleChangeGameState,2, +func_147253_a,handleDisconnect,2, +func_147254_a,handleDisplayObjective,2, +func_147256_a,handlePlayerListItem,2, +func_147257_a,handleHeldItemChange,2, +func_147259_a,handleEntityMovement,2, +func_147260_a,handleEntityEffect,2, +func_147261_a,handleBlockAction,2, +func_147262_a,handleRemoveEntityEffect,2, +func_147263_a,handleChunkData,2, +func_147264_a,handleMaps,2, +func_147265_a,handleOpenWindow,2, +func_147266_a,handleSetSlot,2, +func_147267_a,handleEntityHeadLook,2, +func_147268_a,handleSignEditorOpen,2, +func_147270_a,handlePlayerAbilities,2, +func_147271_a,handleSpawnPosition,2, +func_147272_a,handleKeepAlive,2, +func_147273_a,handleUpdateTileEntity,2, +func_147274_a,handleTabComplete,2, +func_147275_a,handleEntityTeleport,2, +func_147276_a,handleCloseWindow,2, +func_147277_a,handleEffect,2, +func_147278_a,handleUseBed,2, +func_147279_a,handleAnimation,2, +func_147280_a,handleRespawn,2, +func_147281_a,handleSpawnMob,2, +func_147282_a,handleJoinGame,2, +func_147283_a,handleExplosion,2, +func_147284_a,handleEntityMetadata,2, +func_147285_a,handleTimeUpdate,2, +func_147286_a,handleSpawnExperienceOrb,2, +func_147287_a,handleMultiBlockChange,2, +func_147288_a,handleSpawnPainting,2, +func_147289_a,handleParticles,2, +func_147290_a,handleEntityProperties,2, +func_147291_a,handleScoreboardObjective,2, +func_147292_a,handleSpawnGlobalEntity,2, +func_147293_a,handleStatistics,2, +func_147294_a,handleBlockBreakAnim,2, +func_147295_a,handleSetExperience,2, +func_147296_c,cleanup,0, +func_147297_a,sendPacket,0, +func_147298_b,getNetworkManager,0, +func_147311_a,processPing,2, +func_147312_a,processServerQuery,2, +func_147315_a,processEncryptionResponse,2, +func_147316_a,processLoginStart,2, +func_147317_d,getConnectionInfo,2, +func_147326_c,tryAcceptPlayer,2, +func_147338_a,processEnchantItem,2, +func_147339_a,processConfirmTransaction,2, +func_147340_a,processUseEntity,2, +func_147341_a,processTabComplete,2, +func_147342_a,processClientStatus,2, +func_147343_a,processUpdateSign,2, +func_147344_a,processCreativeInventoryAction,2, +func_147345_a,processPlayerDigging,2, +func_147346_a,processTryUseItem,2, +func_147347_a,processPlayer,2, +func_147348_a,processPlayerAbilities,2, +func_147349_a,processCustomPayload,2, +func_147351_a,processClickWindow,2, +func_147352_a,processClientSettings,2, +func_147353_a,processKeepAlive,2, +func_147354_a,processChatMessage,2, +func_147355_a,processHeldItemChange,2, +func_147356_a,processCloseWindow,2, +func_147357_a,processEntityAction,2, +func_147358_a,processInput,2, +func_147359_a,sendPacket,2, +func_147361_d,handleSlashCommand,2, +func_147362_b,getNetworkManager,2, +func_147363_d,currentTimeMillis,2, +func_147364_a,setPlayerLocation,2, +func_147383_a,processHandshake,2, +func_147388_a,handleDisconnect,2, +func_147389_a,handleEncryptionRequest,2, +func_147390_a,handleLoginSuccess,2, +func_147391_c,getSessionService,0, +func_147397_a,handleServerInfo,2, +func_147398_a,handlePong,2, +func_147407_a,setBase64EncodedIconData,0, +func_147409_e,getBase64EncodedIconData,0, +func_147413_a,set,0, +func_147414_b,saveSingleServer,0, +func_147442_i,setThunderStrength,0, +func_147447_a,rayTraceBlocks,2, +func_147448_a,addTileEntities,2, +func_147456_g,updateBlocks,2, +func_147457_a,markTileEntityForRemoval,2, +func_147458_c,markBlockRangeForRenderUpdate,2, +func_147467_a,playMoodSoundAndCheckLight,0, +func_147470_e,isFlammableWithin,2, +func_147485_a,fireBlockEvent,2, +func_147488_Z,sendQueuedBlockEvents,2, +func_147497_a,setRendererDispatcher,0, +func_147498_b,getFontRenderer,0, +func_147499_a,bindTexture,0, +func_147517_a,renderMob,0, +func_147525_a,getBuffer,0, +func_147543_a,setWorld,0, +func_147546_a,getRenderer,0, +func_147547_b,getRenderer,0, +func_147548_a,getFontRenderer,0, +func_147549_a,render,0, +func_147585_a,markBlockRangeForRenderUpdate,2, +func_147604_a,setFramebufferColor,0, +func_147605_b,createFramebuffer,0, +func_147606_d,unbindFramebufferTexture,0, +func_147607_a,setFramebufferFilter,0, +func_147608_a,deleteFramebuffer,0, +func_147609_e,unbindFramebuffer,0, +func_147610_a,bindFramebuffer,0, +func_147611_b,checkFramebufferComplete,0, +func_147612_c,bindFramebufferTexture,0, +func_147613_a,createBindFramebuffer,0, +func_147614_f,framebufferClear,0, +func_147615_c,framebufferRender,0, +func_147631_c,deleteGlTexture,0, +func_147633_a,setMipmapLevels,0, +func_147640_e,checkTextureUploaded,0, +func_147641_a,setBufferedImage,0, +func_147645_c,deleteTexture,0, +func_147647_b,bidiReorder,0, +func_147649_g,getXPosF,0, +func_147650_b,getSoundLocation,0, +func_147651_i,getZPosF,0, +func_147652_d,getRepeatDelay,0, +func_147653_e,getVolume,0, +func_147654_h,getYPosF,0, +func_147655_f,getPitch,0, +func_147656_j,getAttenuationType,0, +func_147657_c,canRepeat,0, +func_147667_k,isDonePlaying,0, +func_147681_a,playDelayedSound,0, +func_147682_a,playSound,0, +func_147683_b,stopSound,0, +func_147685_d,unloadSounds,0, +func_147687_e,resumeSounds,0, +func_147689_b,pauseSounds,0, +func_147690_c,stopSounds,0, +func_147691_a,setListener,0, +func_147692_c,isSoundPlaying,0, +func_147693_a,loadSoundResource,0, +func_147701_i,getMapItemRenderer,0, +func_147702_a,isShaderActive,0, +func_147704_a,updateShaderGroupSize,0, +func_147706_e,getShaderGroup,0, +func_147778_a,getAoBrightness,0, +func_147906_a,renderLivingLabel,0, +func_147942_a,deleteTexture,0, +func_147943_a,blendColors,0, +func_147944_a,blendColorComponent,0, +func_147947_a,uploadTextureSub,0, +func_147949_a,generateMipmapData,0, +func_147951_b,setTextureBlurred,0, +func_147953_a,processPixelValues,0, +func_147954_b,setTextureBlurMipmap,0, +func_147955_a,uploadTextureMipmap,0, +func_147962_a,getFrameTextureData,0, +func_147963_d,generateMipmaps,0, +func_147965_a,getFrameTextureData,0, +func_147969_b,getMipmapDimension,0, +func_147984_b,getShaderUniformOrDefault,0, +func_147985_d,markDirty,0, +func_147986_h,getProgram,0, +func_147987_b,parseUniform,0, +func_147988_a,deleteShader,0, +func_147989_e,getVertexShaderLoader,0, +func_147990_i,setupUniforms,0, +func_147991_a,getShaderUniform,0, +func_147992_a,addSamplerTexture,0, +func_147993_b,endShader,0, +func_147994_f,getFragmentShaderLoader,0, +func_147995_c,useShader,0, +func_147996_a,parseSampler,0, +func_148017_a,getFramebuffer,0, +func_148018_a,render,0, +func_148020_a,addFramebuffer,0, +func_148021_a,deleteShaderGroup,0, +func_148022_b,getShaderGroupName,0, +func_148023_a,addShader,0, +func_148024_c,resetProjectionMatrix,0, +func_148026_a,createBindFramebuffers,0, +func_148027_a,initTarget,0, +func_148028_c,initUniform,0, +func_148040_d,preRender,0, +func_148041_a,addAuxFramebuffer,0, +func_148042_a,render,0, +func_148043_c,getShaderManager,0, +func_148044_b,deleteShader,0, +func_148045_a,setProjectionMatrix,0, +func_148054_b,deleteShader,0, +func_148055_a,getShaderFilename,0, +func_148056_a,attachShader,0, +func_148057_a,loadShader,0, +func_148062_a,getShaderName,0, +func_148063_b,getShaderExtension,0, +func_148064_d,getLoadedShaders,0, +func_148065_c,getShaderMode,0, +func_148074_b,getStaticShaderLinkHelper,0, +func_148075_b,linkProgram,0, +func_148076_a,setNewStaticShaderLinkHelper,0, +func_148077_a,deleteShader,0, +func_148078_c,createProgram,0, +func_148081_a,set,0, +func_148082_k,uploadFloatMatrix,0, +func_148083_a,set,0, +func_148084_b,setUniformLocation,0, +func_148085_a,parseType,0, +func_148086_a,getShaderName,0, +func_148087_a,set,0, +func_148088_a,set,0, +func_148089_j,uploadFloat,0, +func_148090_a,set,0, +func_148091_i,uploadInt,0, +func_148092_b,setSafe,0, +func_148093_b,upload,0, +func_148094_a,set,0, +func_148095_a,set,0, +func_148096_h,markDirty,0, +func_148097_a,set,0, +func_148107_b,stringToBlendFactor,0, +func_148108_a,stringToBlendFunction,0, +func_148109_a,apply,0, +func_148110_a,parseBlendNode,0, +func_148111_b,isOpaque,0, +func_148121_k,bindAmountScrolled,0, +func_148122_a,setDimensions,0, +func_148123_a,drawBackground,0, +func_148124_c,getSlotIndexFromScreenCoords,0, +func_148125_i,getEnabled,0, +func_148127_b,getSize,0, +func_148128_a,drawScreen,0, +func_148129_a,drawListHeader,0, +func_148131_a,isSelected,0, +func_148132_a,clickedHeader,0, +func_148133_a,setHasListHeader,0, +func_148134_d,registerScrollButtons,0, +func_148135_f,getMaxScroll,0, +func_148136_c,overlayBackground,0, +func_148137_d,getScrollBarX,0, +func_148138_e,getContentHeight,0, +func_148139_c,getListWidth,0, +func_148140_g,setSlotXBoundsFromLeft,0, +func_148141_e,isMouseYWithinSlotBounds,0, +func_148142_b,renderDecorations,0, +func_148143_b,setEnabled,0, +func_148144_a,elementClicked,0, +func_148145_f,scrollBy,0, +func_148146_j,getSlotHeight,0, +func_148147_a,actionPerformed,0, +func_148148_g,getAmountScrolled,0, +func_148171_c,blitSlotIcon,0, +func_148173_e,blitSlotBg,0, +func_148179_a,mouseClicked,0, +func_148180_b,getListEntry,0, +func_148181_b,mouseReleased,0, +func_148182_a,createButton,0, +func_148192_c,setSelectedSlotIndex,0, +func_148193_k,getSelected,0, +func_148194_a,updateNetworkServers,0, +func_148195_a,updateOnlineServers,0, +func_148201_l,getList,0, +func_148202_k,getListHeader,0, +func_148209_a,renderStat,0, +func_148210_b,getHeaderDescriptionId,0, +func_148211_c,getSlotStat,0, +func_148212_h,sortByColumn,0, +func_148213_a,renderMouseHoverToolTip,0, +func_148224_c,drawItemBackground,0, +func_148225_a,drawItem,0, +func_148226_e,drawItemBackground,0, +func_148236_a,updateMapTexture,0, +func_148237_a,render,0, +func_148246_a,updateMapTexture,0, +func_148248_b,getMapRendererInstance,0, +func_148249_a,clearLoadedMaps,0, +func_148250_a,renderMap,0, +func_148254_d,getToken,0, +func_148255_b,getPlayerID,0, +func_148256_e,getProfile,0, +func_148259_a,saveScreenshot,0, +func_148260_a,saveScreenshot,0, +func_148262_d,denormalizeValue,0, +func_148263_a,setValueMax,0, +func_148264_f,snapToStep,0, +func_148266_c,normalizeValue,0, +func_148267_f,getValueMax,0, +func_148268_e,snapToStepClamp,0, +func_148277_b,mouseReleased,0, +func_148278_a,mousePressed,0, +func_148296_a,getServerData,0, +func_148297_b,prepareServerIcon,0, +func_148307_h,canMoveDown,0, +func_148308_f,canMoveLeft,0, +func_148309_e,canMoveRight,0, +func_148310_d,showHoverOverlay,0, +func_148311_a,getResourcePackDescription,0, +func_148312_b,getResourcePackName,0, +func_148313_c,bindResourcePackIcon,0, +func_148314_g,canMoveUp,0, +func_148318_i,getResourcePackEntry,0, +func_148328_e,canScroll,0, +func_148329_a,scrollTo,0, +func_148334_a,generateNewRandomName,0, +func_148335_a,reseedRandomGenerator,0, +func_148527_a,setRepositories,0, +func_148529_f,clearResourcePack,0, +func_148530_e,getServerResourcePack,0, +func_148537_a,sendPacketToAllPlayersInDimension,2, +func_148539_a,sendMessage,2, +func_148540_a,sendPacketToAllPlayers,2, +func_148542_a,allowUserToConnect,2, +func_148543_a,sendToAllNearExcept,2, +func_148544_a,sendMessage,2, +func_148545_a,createPlayerForUser,2, +func_148574_b,canReplaceExisting,0, +func_148586_a,getTypeInt,0, +func_148596_a,reloadSoundSystem,0, +func_148597_a,isSoundPlaying,0, +func_148599_a,playDelayedSound,0, +func_148602_b,stopSound,0, +func_148604_f,resumeAllSounds,0, +func_148605_d,updateAllSounds,0, +func_148608_i,loadSoundSystem,0, +func_148610_e,pauseAllSounds,0, +func_148611_c,playSound,0, +func_148612_a,getURLForSoundResource,0, +func_148613_b,unloadSoundSystem,0, +func_148614_c,stopAllSounds,0, +func_148615_a,setListener,0, +func_148633_c,getMaxDelay,0, +func_148634_b,getMinDelay,0, +func_148720_g,cloneEntry,0, +func_148721_a,getWeight,0, +func_148740_a,createUnderlyingMap,2, +func_148741_d,containsKey,2, +func_148742_b,getKeys,2, +func_148745_a,getByValue,2, +func_148746_a,put,2, +func_148747_b,get,2, +func_148754_a,getObjectById,2, +func_148757_b,getIDForObject,2, +func_148763_c,clearMap,0, +func_148821_a,glBlendFunc,0, +func_148822_b,isFramebufferEnabled,0, +func_148833_a,processPacket,2, +func_148837_a,readPacketData,2, +func_148840_b,writePacketData,2, +func_148845_c,getBreakerId,0, +func_148846_g,getProgress,0, +func_148853_f,getTileEntityType,0, +func_148857_g,getNbtCompound,0, +func_148864_h,getData2,0, +func_148868_c,getBlockType,0, +func_148869_g,getData1,0, +func_148888_e,wasAccepted,0, +func_148889_c,getWindowId,0, +func_148890_d,getActionNumber,0, +func_148897_h,getEntityId,0, +func_148898_f,getSlotCount,0, +func_148900_g,hasSlots,0, +func_148901_c,getWindowId,0, +func_148902_e,getGuiId,0, +func_148910_d,getItemStacks,0, +func_148911_c,getWindowId,0, +func_148915_c,getChatComponent,0, +func_148916_d,isSystem,2, +func_148928_d,getY,0, +func_148930_g,getPitch,0, +func_148931_f,getYaw,0, +func_148932_c,getX,0, +func_148933_e,getZ,0, +func_148941_i,getYaw,0, +func_148943_d,getEntityID,0, +func_148944_c,getDataManagerEntries,0, +func_148945_j,getPitch,0, +func_148961_h,getTitle,0, +func_148965_c,getEntityID,0, +func_148974_c,getStatisticMap,0, +func_148977_d,getAnimationType,0, +func_148978_c,getEntityID,0, +func_148985_c,getEntityID,0, +func_148986_g,getXPValue,0, +func_148993_l,getType,0, +func_148999_i,getSpeedZ,0, +func_149000_e,setSpeedY,2, +func_149001_c,getEntityID,0, +func_149002_g,setData,0, +func_149003_d,setSpeedX,2, +func_149004_h,getSpeedY,0, +func_149006_k,getYaw,0, +func_149007_f,setSpeedZ,2, +func_149008_j,getPitch,0, +func_149009_m,getData,0, +func_149010_g,getSpeedX,0, +func_149024_d,getEntityID,0, +func_149025_e,getEntityType,0, +func_149026_i,getVelocityX,0, +func_149027_c,getDataManagerEntries,0, +func_149028_l,getYaw,0, +func_149030_m,getPitch,0, +func_149031_k,getVelocityZ,0, +func_149032_n,getHeadPitch,0, +func_149033_j,getVelocityY,0, +func_149052_c,getEntityId,0, +func_149053_g,getType,0, +func_149060_h,isRotating,0, +func_149063_g,getPitch,0, +func_149065_a,getEntity,0, +func_149066_f,getYaw,0, +func_149080_f,getWorldType,0, +func_149081_d,getDifficulty,0, +func_149082_c,getDimensionID,0, +func_149083_e,getGameType,0, +func_149091_a,getPlayer,0, +func_149098_c,getEntityIDs,0, +func_149101_g,getFlySpeed,0, +func_149102_b,setFlying,2, +func_149103_f,isCreativeMode,2, +func_149104_a,setFlySpeed,2, +func_149105_e,isAllowFlying,2, +func_149106_d,isFlying,2, +func_149107_h,getWalkSpeed,0, +func_149108_a,setInvulnerable,2, +func_149109_c,setAllowFlying,2, +func_149110_b,setWalkSpeed,2, +func_149111_d,setCreativeMode,2, +func_149112_c,isInvulnerable,2, +func_149134_c,getId,0, +func_149137_d,getValue,0, +func_149138_c,getGameState,0, +func_149143_g,getY,0, +func_149144_d,getMotionY,0, +func_149145_h,getZ,0, +func_149146_i,getStrength,0, +func_149147_e,getMotionZ,0, +func_149148_f,getX,0, +func_149149_c,getMotionX,0, +func_149150_j,getAffectedBlockPositions,0, +func_149160_c,getOpCode,0, +func_149161_a,getEntity,0, +func_149165_c,getReason,0, +func_149169_c,getChannelName,0, +func_149173_d,getSlot,0, +func_149174_e,getStack,0, +func_149175_c,getWindowId,0, +func_149180_e,getValue,0, +func_149181_d,getProperty,0, +func_149182_c,getWindowId,0, +func_149188_c,getMapId,0, +func_149192_g,getDifficulty,0, +func_149193_h,getMaxPlayers,0, +func_149194_f,getDimension,0, +func_149195_d,isHardcoreMode,0, +func_149196_i,getWorldType,0, +func_149197_c,getPlayerId,0, +func_149198_e,getGameType,0, +func_149207_d,getX,0, +func_149208_g,getVolume,0, +func_149209_h,getPitch,0, +func_149210_f,getZ,0, +func_149211_e,getY,0, +func_149220_d,getXCoordinate,0, +func_149221_g,getXOffset,0, +func_149222_k,getParticleCount,0, +func_149223_i,getZOffset,0, +func_149224_h,getYOffset,0, +func_149225_f,getZCoordinate,0, +func_149226_e,getYCoordinate,0, +func_149227_j,getParticleSpeed,0, +func_149241_e,getSoundData,0, +func_149242_d,getSoundType,0, +func_149244_c,isSoundServerwide,0, +func_149271_f,getChunkZ,0, +func_149273_e,getChunkX,0, +func_149274_i,isFullChunk,2, +func_149276_g,getExtractedSize,0, +func_149289_c,getClientTime,2, +func_149294_c,getResponse,0, +func_149299_b,getVerifyToken,2, +func_149300_a,getSecretKey,2, +func_149304_c,getProfile,2, +func_149306_d,getDisplayName,0, +func_149307_h,getAction,0, +func_149308_i,getFriendlyFlags,0, +func_149309_f,getSuffix,0, +func_149310_g,getPlayers,0, +func_149311_e,getPrefix,0, +func_149312_c,getName,0, +func_149321_d,getObjectiveName,0, +func_149323_e,getScoreValue,0, +func_149324_c,getPlayerName,0, +func_149330_d,getFoodLevel,0, +func_149331_e,getSaturationLevel,0, +func_149332_c,getHealth,0, +func_149337_d,getObjectiveValue,0, +func_149338_e,getAction,0, +func_149339_c,getObjectiveName,0, +func_149353_d,getEntityID,0, +func_149354_c,getCollectedItemEntityID,0, +func_149365_d,getWorldTime,0, +func_149366_c,getTotalWorldTime,0, +func_149370_d,getName,0, +func_149371_c,getPosition,0, +func_149375_d,getEntityId,0, +func_149376_c,getDataManagerEntries,0, +func_149380_c,getYaw,0, +func_149381_a,getEntity,0, +func_149385_c,getHeldItemHotbarIndex,0, +func_149389_d,getEntityID,0, +func_149390_c,getItemStack,0, +func_149395_e,getLevel,0, +func_149396_d,getTotalExperience,0, +func_149397_c,getExperienceBar,0, +func_149402_e,getVehicleEntityId,0, +func_149403_d,getEntityId,0, +func_149409_f,getMotionZ,0, +func_149410_e,getMotionY,0, +func_149411_d,getMotionX,0, +func_149412_c,getEntityID,0, +func_149419_c,getMessage,2, +func_149426_d,getEntityId,0, +func_149427_e,getEffectId,0, +func_149428_f,getAmplifier,0, +func_149429_c,isMaxDuration,0, +func_149435_c,getStatus,2, +func_149439_c,getMessage,2, +func_149441_d,getSnapshots,0, +func_149442_c,getEntityId,0, +func_149447_h,getPitch,0, +func_149450_g,getYaw,0, +func_149451_c,getEntityId,0, +func_149460_c,getKey,2, +func_149465_i,isOnGround,2, +func_149483_b,setFlying,2, +func_149484_f,isCreativeMode,2, +func_149485_a,setFlySpeed,2, +func_149486_e,isAllowFlying,2, +func_149488_d,isFlying,2, +func_149490_a,setInvulnerable,2, +func_149491_c,setAllowFlying,2, +func_149492_b,setWalkSpeed,2, +func_149493_d,setCreativeMode,2, +func_149494_c,isInvulnerable,2, +func_149512_e,getAuxData,2, +func_149520_f,isColorsEnabled,2, +func_149521_d,getModelPartFlags,2, +func_149523_e,getChatVisibility,2, +func_149524_c,getLang,2, +func_149532_c,getWindowId,2, +func_149533_d,getUid,2, +func_149537_d,getButton,2, +func_149539_c,getWindowId,2, +func_149543_e,getUsedButton,2, +func_149544_d,getSlotId,2, +func_149546_g,getClickedItem,2, +func_149547_f,getActionNumber,2, +func_149548_c,getWindowId,2, +func_149559_c,getChannelName,2, +func_149564_a,getEntityFromWorld,2, +func_149565_c,getAction,2, +func_149594_c,getRequestedState,2, +func_149595_d,getProtocolVersion,2, +func_149603_c,getReason,0, +func_149607_e,getVerifyToken,0, +func_149608_d,getPublicKey,0, +func_149609_c,getServerId,0, +func_149614_c,getSlotId,2, +func_149617_f,isSneaking,2, +func_149618_e,isJumping,2, +func_149620_c,getStrafeSpeed,2, +func_149625_d,getStack,2, +func_149627_c,getSlotId,2, +func_149630_c,getMatches,0, +func_149634_a,getBlockFromItem,2, +func_149637_q,isBlockNormalCube,2, +func_149638_a,getExplosionResistance,2, +func_149645_b,getRenderType,2, +func_149647_a,setCreativeTab,2, +func_149649_H,disableStats,2, +func_149652_G,getEnableStats,2, +func_149653_t,getTickRandomly,2, +func_149656_h,getPushReaction,2, +func_149659_a,canDropFromExplosion,2, +func_149662_c,isOpaqueCube,2, +func_149663_c,setTranslationKey,2, +func_149666_a,getSubBlocks,0, +func_149667_c,isAssociatedBlock,2, +func_149671_p,registerBlocks,2, +func_149672_a,setSoundType,2, +func_149675_a,setTickRandomly,2, +func_149679_a,quantityDroppedWithBonus,2, +func_149680_a,isEqualTo,2, +func_149682_b,getIdFromBlock,2, +func_149684_b,getBlockFromName,2, +func_149686_d,isFullCube,2, +func_149688_o,getMaterial,2, +func_149698_L,requiresUpdates,2, +func_149700_E,canSilkHarvest,2, +func_149703_v,isCollidable,2, +func_149708_J,getCreativeTab,0, +func_149710_n,getUseNeighborBrightness,2, +func_149711_c,setHardness,2, +func_149713_g,setLightOpacity,2, +func_149715_a,setLightLevel,2, +func_149716_u,hasTileEntity,2, +func_149717_k,getLightOpacity,2, +func_149721_r,isNormalCube,2, +func_149722_s,setBlockUnbreakable,2, +func_149729_e,getBlockById,2, +func_149730_j,isFullBlock,2, +func_149732_F,getLocalizedName,2, +func_149738_a,tickRate,2, +func_149739_a,getTranslationKey,2, +func_149740_M,hasComparatorInputOverride,2, +func_149744_f,canProvidePower,2, +func_149745_a,quantityDropped,2, +func_149750_m,getLightValue,2, +func_149751_l,isTranslucent,0, +func_149752_b,setResistance,2, +func_149801_b,getLiquidHeightPercent,2, +func_149829_a,onStartFalling,2, +func_149843_e,init,2, +func_149865_P,getCrop,2, +func_149866_i,getSeed,2, +func_149915_a,createNewTileEntity,2, +func_149917_c,isEnabled,2, +func_149939_a,getDispensePosition,2, +func_149940_a,getBehavior,2, +func_150002_b,getTranslationKey,2, +func_150122_b,setGraphicsLevel,0, +func_150206_m,createDeepCopy,2, +func_150209_a,setHoverEvent,2, +func_150210_i,getHoverEvent,2, +func_150215_a,getColor,2, +func_150217_b,setItalic,2, +func_150218_j,getFormattingCode,0, +func_150221_a,setParentStyle,2, +func_150223_b,getBold,2, +func_150224_n,getParent,2, +func_150225_c,setStrikethrough,2, +func_150227_a,setBold,2, +func_150228_d,setUnderlined,2, +func_150229_g,isEmpty,2, +func_150232_l,createShallowCopy,2, +func_150233_f,getObfuscated,2, +func_150234_e,getUnderlined,2, +func_150235_h,getClickEvent,2, +func_150236_d,getStrikethrough,2, +func_150237_e,setObfuscated,2, +func_150238_a,setColor,2, +func_150241_a,setClickEvent,2, +func_150242_c,getItalic,2, +func_150253_a,getSiblings,2, +func_150254_d,getFormattedText,0, +func_150255_a,setStyle,2, +func_150256_b,getStyle,2, +func_150257_a,appendSibling,2, +func_150258_a,appendText,2, +func_150259_f,createCopy,2, +func_150260_c,getUnformattedText,2, +func_150261_e,getUnformattedComponentText,2, +func_150262_a,createDeepCopyIterator,2, +func_150265_g,getText,2, +func_150268_i,getKey,2, +func_150269_b,initializeFromFormat,2, +func_150270_g,ensureInitialized,2, +func_150271_j,getFormatArgs,2, +func_150272_a,getFormatArgumentAsComponent,2, +func_150284_a,create,2, +func_150285_a_,getString,2, +func_150286_g,getDouble,2, +func_150287_d,getInt,2, +func_150288_h,getFloat,2, +func_150289_e,getShort,2, +func_150290_f,getByte,2, +func_150291_c,getLong,2, +func_150292_c,getByteArray,2, +func_150295_c,getTagList,2, +func_150296_c,getKeySet,2, +func_150297_b,hasKey,2, +func_150298_a,writeEntry,2, +func_150299_b,getTagId,2, +func_150302_c,getIntArray,2, +func_150303_d,getTagType,2, +func_150304_a,set,2, +func_150305_b,getCompoundTagAt,2, +func_150306_c,getIntArrayAt,2, +func_150307_f,getStringTagAt,2, +func_150308_e,getFloatAt,2, +func_150309_d,getDoubleAt,2, +func_150502_a,bufToBytes,2, +func_150503_a,decipher,2, +func_150504_a,cipher,2, +func_150510_c,getLastUpdateTimeInMilliseconds,2, +func_150513_a,genDecorations,2, +func_150523_a,canGrowInto,2, +func_150526_a,placeLeafAt,2, +func_150533_a,getHeight,2, +func_150541_c,createCrown,2, +func_150559_j,isSnowyBiome,2, +func_150561_m,getTempCategory,2, +func_150562_l,getBiomeClass,2, +func_150567_a,getRandomTreeFeature,2, +func_150568_d,getBiome,2, +func_150619_a,generateBands,2, +func_150645_c,connectTo,2, +func_150649_b,canConnectTo,2, +func_150650_a,countAdjacentRails,2, +func_150651_b,removeSoftConnections,2, +func_150653_a,isConnectedToRail,2, +func_150663_a,writeTag,2, +func_150668_b,getValue,2, +func_150669_a,getAction,2, +func_150672_a,getValueByCanonicalName,2, +func_150673_b,getCanonicalName,2, +func_150674_a,shouldAllowInChat,2, +func_150684_a,getValueByCanonicalName,2, +func_150685_b,getCanonicalName,2, +func_150686_a,shouldAllowInChat,2, +func_150695_a,serializeChatStyle,2, +func_150696_a,componentToJson,2, +func_150699_a,jsonToComponent,2, +func_150701_a,getAction,2, +func_150702_b,getValue,2, +func_150718_a,closeChannel,2, +func_150719_a,setNetHandler,2, +func_150721_g,disableAutoRead,2, +func_150722_a,provideLocalClient,0, +func_150723_a,setConnectionState,2, +func_150724_d,isChannelOpen,2, +func_150727_a,enableEncryption,2, +func_150729_e,getNetHandler,2, +func_150730_f,getExitMessage,2, +func_150731_c,isLocalChannel,2, +func_150732_b,dispatchPacket,2, +func_150733_h,flushOutboundQueue,2, +func_150752_a,getFromPacket,2, +func_150759_c,getId,2, +func_150760_a,getById,2, +func_150786_a,writeCompoundTag,2, +func_150787_b,writeVarInt,2, +func_150788_a,writeItemStack,2, +func_150789_c,readString,2, +func_150790_a,getVarIntSize,2, +func_150791_c,readItemStack,2, +func_150792_a,readVarInt,2, +func_150793_b,readCompoundTag,2, +func_150802_k,isPopulated,2, +func_150803_c,recheckGaps,2, +func_150804_b,onTick,2, +func_150808_b,getBlockLightOpacity,2, +func_150809_p,checkLight,2, +func_150811_f,checkLight,2, +func_150813_a,addTileEntity,2, +func_150826_b,translateToFallback,2, +func_150827_a,getLastTranslationUpdateTimeInMilliseconds,2, +func_150835_j,getBlockTileEntity,2, +func_150857_a,isEmptyBlock,2, +func_150858_a,calculatePortalHeight,2, +func_150859_c,placePortalBlocks,2, +func_150860_b,isValid,2, +func_150869_b,matchEntitiesToTextComponent,2, +func_150871_b,increaseStat,2, +func_150873_a,unlockAchievement,2, +func_150876_a,sendStats,2, +func_150877_d,markAllDirty,2, +func_150878_c,getDirty,2, +func_150880_a,dumpJson,2, +func_150881_a,parseJson,2, +func_150882_a,readStatFile,2, +func_150883_b,saveStatFile,2, +func_150891_b,getIdFromItem,2, +func_150893_a,getDestroySpeed,2, +func_150895_a,getSubItems,0, +func_150897_b,canHarvestBlock,2, +func_150898_a,getItemFromBlock,2, +func_150899_d,getItemById,2, +func_150900_l,registerItems,2, +func_150902_a,addExplosionInfo,0, +func_150903_a,getExplosionTag,0, +func_150905_g,getHealAmount,2, +func_150906_h,getSaturationModifier,2, +func_150910_a,fillBucket,2, +func_150911_c,createMapDataPacket,2, +func_150912_a,loadMapData,0, +func_150927_i,getRecordNameLocal,0, +func_150930_a,isNBTValid,2, +func_150931_i,getAttackDamage,2, +func_150932_j,getToolMaterialName,2, +func_150943_a,setSubtypeNames,2, +func_150951_e,getStatName,2, +func_150952_k,getCriteria,2, +func_150954_l,getSerializableClazz,2, +func_150959_a,getItem,0, +func_150967_d,getUncookedSaturationModifier,2, +func_150970_e,getCookedHealAmount,2, +func_150972_b,getTranslationKey,2, +func_150973_i,canCook,2, +func_150974_a,byMetadata,2, +func_150975_c,getUncookedHealAmount,2, +func_150976_a,getMetadata,2, +func_150977_f,getCookedSaturationModifier,2, +func_150978_a,byItemStack,2, +func_150995_f,getRepairItem,2, +func_150997_a,getDestroySpeed,2, +func_150998_b,canHarvestBlock,2, +func_151000_E,getTextComponent,2, +func_151001_c,setStackDisplayName,2, +func_151003_a,getSerializableElement,2, +func_151176_b,getStatEntityKilledBy,2, +func_151177_a,getOneShotStat,2, +func_151178_a,init,2, +func_151179_e,initItemDepleteStats,2, +func_151180_a,mergeStatBases,2, +func_151181_c,initMiningStats,2, +func_151182_a,getStatKillEntity,2, +func_151187_b,getJsonSerializableValue,2, +func_151188_a,setIntegerValue,2, +func_151189_a,getIntegerValue,2, +func_151190_a,setJsonSerializableValue,2, +func_151200_h,getString,2, +func_151201_f,isJsonPrimitive,2, +func_151202_d,isJsonArray,2, +func_151203_m,getInt,2, +func_151204_g,hasField,2, +func_151205_a,isString,2, +func_151206_a,getString,2, +func_151207_m,getJsonArray,2, +func_151208_a,getInt,2, +func_151209_a,getBoolean,2, +func_151210_l,getJsonObject,2, +func_151211_a,isString,0, +func_151212_i,getBoolean,2, +func_151213_a,getJsonArray,2, +func_151214_t,getJsonArray,2, +func_151215_f,getInt,2, +func_151216_b,getBoolean,2, +func_151217_k,getFloat,2, +func_151218_a,getJsonObject,2, +func_151219_a,getString,2, +func_151220_d,getFloat,2, +func_151221_a,getFloat,2, +func_151222_d,toString,2, +func_151225_a,post,2, +func_151226_a,postMap,2, +func_151229_a,createNetCipherInstance,2, +func_151232_a,getName,2, +func_151235_d,isPowerOfTwo,2, +func_151236_b,smallestEncompassingPowerOfTwo,2, +func_151237_a,clamp,2, +func_151238_b,clampedLerp,2, +func_151239_c,log2,2, +func_151240_a,nextFloat,2, +func_151241_e,log2DeBruijn,2, +func_151244_d,getIcon,0, +func_151246_b,isNullOrEmpty,2, +func_151247_a,sendToTracking,2, +func_151248_b,sendToTrackingAndSelf,2, +func_151255_a,getStringBuffer,2, +func_151256_a,writeAndFlush,2, +func_151259_a,sendPacketToTrackedPlayers,2, +func_151260_c,createSpawnPacket,2, +func_151261_b,sendToTrackingAndSelf,2, +func_151265_a,addEndpoint,2, +func_151267_d,getServer,2, +func_151268_b,terminateEndpoints,2, +func_151269_c,networkTick,2, +func_151270_a,addLocalEndpoint,0, +func_151303_a,getName,2, +func_151304_b,getProtocol,2, +func_151315_a,setServerDescription,2, +func_151316_d,getFavicon,2, +func_151317_a,getServerDescription,2, +func_151318_b,getPlayers,2, +func_151319_a,setPlayers,2, +func_151320_a,setFavicon,2, +func_151321_a,setVersion,2, +func_151322_c,getVersion,2, +func_151330_a,setPlayers,2, +func_151331_c,getPlayers,2, +func_151332_a,getMaxPlayers,2, +func_151333_b,getOnlinePlayerCount,2, +func_151337_f,getBlock,2, +func_151338_e,getEventParameter,2, +func_151339_d,getEventID,2, +func_151351_a,getBlock,2, +func_151353_a,registerDispenserBehaviors,2, +func_151354_b,register,2, +func_151357_h,hasInfoNotice,0, +func_151358_j,enableInfoNotice,2, +func_151359_c,getInfoTranslationKey,0, +func_151367_b,onUserHurt,2, +func_151368_a,onEntityDamaged,2, +func_151372_b,getJsonKeys,0, +func_151373_a,addJsonKey,0, +func_151379_a,forException,0, +func_151380_a,prependJsonKey,0, +func_151381_b,setFilenameAndFlush,0, +func_151384_a,applyThornEnchantments,2, +func_151385_b,applyArthropodEnchantments,2, +func_151390_b,readFromBuf,0, +func_151391_a,writeToBuf,2, +func_151392_a,addPlayerToTeam,2, +func_151393_a,addSmeltingRecipeForBlock,2, +func_151394_a,addSmeltingRecipe,2, +func_151395_a,getSmeltingResult,2, +func_151396_a,addSmelting,2, +func_151397_a,compareItemStacks,2, +func_151398_b,getSmeltingExperience,2, +func_151408_c,getModifiers,2, +func_151409_a,getName,2, +func_151410_b,getBaseValue,2, +func_151426_a,getEnumChatVisibility,0, +func_151428_a,getChatVisibility,0, +func_151429_b,getResourceKey,0, +func_151440_a,setOptionKeyBinding,0, +func_151461_a,getChatComponent,0, +func_151462_b,setKeyCode,0, +func_151463_i,getKeyCode,0, +func_151464_g,getKeyDescription,0, +func_151466_e,getKeyCategory,0, +func_151467_c,getKeybinds,0, +func_151468_f,isPressed,0, +func_151469_h,getKeyCodeDefault,0, +func_151470_d,isKeyDown,0, +func_151475_a,setAttributeModifiers,2, +func_151499_f,getEatingGrassTimer,2, +func_151514_a,init,2, +func_151517_h,isDamageAbsolute,2, +func_151518_m,setDamageIsAbsolute,2, +func_151519_b,getDeathMessage,2, +func_151521_b,getDeathMessage,2, +func_151522_h,getDamageSrcDisplayName,2, +func_151523_a,byId,2, +func_151525_a,getId,2, +func_151526_b,getTranslationKey,2, +func_151535_h,toNBTTagIntArray,2, +func_151536_b,getLayerMaterialBlock,2, +func_151559_a,getRandomCropType,2, +func_151560_a,getRandomCropType,2, +func_151565_r,getMaterialMapColor,2, +func_151599_a,getRegion,2, +func_151600_a,getRegion,2, +func_151601_a,getValue,2, +func_151604_a,dot,2, +func_151605_a,getValue,2, +func_151606_a,add,2, +func_151607_a,fastFloor,2, +func_151616_a,biomesEqualOrMesaPlateau,2, +func_151617_b,selectModeOrRandom,2, +func_151618_b,isBiomeOceanic,2, +func_151619_a,selectRandom,2, +func_151624_d,getIntsHeatIce,2, +func_151625_e,getIntsSpecial,2, +func_151626_c,getIntsCoolWarm,2, +func_151630_c,riverFilter,2, +func_151631_c,isJungleCompatible,2, +func_151632_a,replaceIfNeighborOcean,2, +func_151633_d,isMesa,2, +func_151634_b,canBiomesBeNeighbors,2, +func_151635_b,replaceBiomeEdge,2, +func_151636_a,replaceBiomeEdgeIfNecessary,2, +func_151643_b,getMapColor,0, +func_151685_b,getRepairItem,2, +func_151686_a,addStats,2, +func_152104_k,isInventoryEmpty,2, +func_152105_l,isFull,2, +func_152106_a,setPlayerProfile,2, +func_152107_a,setType,2, +func_152108_a,getPlayerProfile,2, +func_152109_d,updatePlayerProfile,2, +func_152111_bt,sendEnterCombat,2, +func_152112_bu,sendEndCombat,2, +func_152114_e,isOwner,2, +func_152116_bZ,isChickenJockey,2, +func_152117_i,setChickenJockey,2, +func_152122_n,hasPlayerInfo,0, +func_152123_o,hasSkin,0, +func_152125_a,drawScaledCustomSizeModalRect,0, +func_152339_d,removeEntity,2, +func_152340_a,readImageToBuffer,0, +func_152342_ad,getSkinManager,0, +func_152343_a,addScheduledTask,0, +func_152344_a,addScheduledTask,2, +func_152345_ab,isCallingFromMinecraftThread,2, +func_152347_ac,getSessionService,0, +func_152348_aa,dispatchKeypresses,0, +func_152349_b,isUnicode,0, +func_152357_F,getOnlinePlayerProfiles,2, +func_152358_ax,getPlayerProfileCache,2, +func_152359_aw,getGameProfileRepository,2, +func_152368_aE,convertFiles,1, +func_152369_aG,sleepFiveSeconds,1, +func_152372_a,notifyListener,2, +func_152373_a,notifyCommandListener,2, +func_152374_a,notifyCommandListener,2, +func_152376_a,calcDamageByCreature,2, +func_152377_a,getModifierForCreature,2, +func_152378_a,getPlayerEntityByUUID,2, +func_152421_a,setSessionType,0, +func_152430_c,renderStreamIndicator,0, +func_152433_a,loadTextureFromServer,0, +func_152446_a,read,2, +func_152447_a,readType,2, +func_152448_b,readKey,2, +func_152449_a,readNBT,2, +func_152450_a,read,2, +func_152455_a,read,2, +func_152456_a,read,2, +func_152459_a,readGameProfileFromNBT,2, +func_152506_a,getOfflineProfile,2, +func_152583_a,copyFrom,0, +func_152584_a,setResourceMode,0, +func_152586_b,getResourceMode,0, +func_152589_a,getMotd,0, +func_152596_g,canSendCommands,2, +func_152597_c,removePlayerFromWhitelist,2, +func_152598_l,getWhitelistedPlayerNames,2, +func_152599_k,getWhitelistedPlayers,2, +func_152600_g,getOnlinePlayerProfiles,2, +func_152601_d,addWhitelistedPlayer,2, +func_152602_a,getPlayerStatsFile,2, +func_152603_m,getOppedPlayers,2, +func_152604_a,setGameType,0, +func_152605_a,addOp,2, +func_152606_n,getOppedPlayerNames,2, +func_152607_e,canJoin,2, +func_152608_h,getBannedPlayers,2, +func_152610_b,removeOp,2, +func_152611_a,setViewDistance,2, +func_152612_a,getPlayerByUsername,2, +func_152621_a,contains,2, +func_152622_a,setPlayerViewRadius,2, +func_152634_a,skinAvailable,0, +func_152640_f,getValue,2, +func_152641_a,onSerialization,2, +func_152643_b,constructProfile,2, +func_152644_a,getPermissionLevel,2, +func_152646_b,gameProfileFromJsonObject,2, +func_152647_b,getIPFromJson,2, +func_152648_b,toGameProfile,2, +func_152649_a,addEntry,2, +func_152651_a,addEntry,2, +func_152652_a,getProfileByUUID,2, +func_152653_b,getByUUID,2, +func_152654_a,getUsernames,2, +func_152655_a,getGameProfileForUsername,2, +func_152656_a,getEntriesWithLimit,2, +func_152657_b,load,2, +func_152658_c,save,2, +func_152668_a,getGameProfile,2, +func_152670_b,getExpirationDate,2, +func_152678_f,writeChanges,2, +func_152679_g,readSavedFile,1, +func_152680_h,removeExpired,2, +func_152681_a,getObjectKey,2, +func_152682_a,createEntry,2, +func_152683_b,getEntry,2, +func_152684_c,removeEntry,2, +func_152685_a,getKeys,2, +func_152686_a,setLanServer,2, +func_152687_a,addEntry,2, +func_152688_e,getValues,2, +func_152689_b,isLanServer,2, +func_152690_d,isEmpty,1, +func_152691_c,getSaveFile,1, +func_152692_d,hasEntry,2, +func_152700_a,getGameProfileFromName,2, +func_152702_a,isBanned,2, +func_152703_a,getBannedProfile,2, +func_152705_a,isWhitelisted,1, +func_152706_a,getByName,2, +func_152707_c,addressToString,2, +func_152708_a,isBanned,2, +func_152709_b,getBanEntry,2, +func_152710_d,convertWhitelist,1, +func_152711_b,mkdir,1, +func_152712_b,hasUnconvertableFiles,1, +func_152713_b,parseDate,1, +func_152714_a,tryConvert,1, +func_152715_c,hasUnconvertablePlayerFiles,1, +func_152717_a,lookupNames,2, +func_152718_c,convertOplist,1, +func_152721_a,readFile,1, +func_152722_b,convertIpBanlist,1, +func_152723_a,convertSaveFiles,1, +func_152724_a,convertUserBanlist,1, +func_152725_d,getPlayersDirectory,1, +func_152727_c,backupConverted,1, +func_152743_a,renamePlayerFile,1, +func_152744_a,getFileNameForProfile,1, +func_152753_a,fromJson,2, +func_152754_s,getJsonObject,2, +func_152764_a,parsePass,0, +func_152765_a,parseGroup,0, +func_152766_h,addOSData,2, +func_152767_b,addStatToSnooper,2, +func_152768_a,addClientStat,2, +func_152780_c,getInputStreamAssets,0, +func_152788_a,loadSkinFromCache,0, +func_152789_a,loadSkin,0, +func_152790_a,loadProfileTextures,0, +func_152792_a,loadSkin,0, +func_152805_a,getPackDescription,0, +func_153157_c,glGetShaderi,0, +func_153158_d,glGetShaderInfoLog,0, +func_153159_d,glUniform4,0, +func_153160_c,glUniformMatrix4,0, +func_153161_d,glUseProgram,0, +func_153162_d,glUniform4,0, +func_153163_f,glUniform1i,0, +func_153164_b,glGetAttribLocation,0, +func_153165_e,glGenFramebuffers,0, +func_153166_e,glGetProgramInfoLog,0, +func_153167_i,glCheckFramebufferStatus,0, +func_153168_a,glUniform1,0, +func_153169_a,glShaderSource,0, +func_153170_c,glCompileShader,0, +func_153171_g,glBindFramebuffer,0, +func_153172_c,getLogText,0, +func_153173_a,glUniformMatrix2,0, +func_153174_h,glDeleteFramebuffers,0, +func_153175_a,glGetProgrami,0, +func_153176_h,glBindRenderbuffer,0, +func_153177_b,glUniform2,0, +func_153178_b,glAttachShader,0, +func_153179_f,glLinkProgram,0, +func_153180_a,glDeleteShader,0, +func_153181_a,glUniform1,0, +func_153182_b,glUniform2,0, +func_153183_d,glCreateProgram,0, +func_153184_g,glDeleteRenderbuffers,0, +func_153185_f,glGenRenderbuffers,0, +func_153186_a,glRenderbufferStorage,0, +func_153187_e,glDeleteProgram,0, +func_153188_a,glFramebufferTexture2D,0, +func_153189_b,glUniformMatrix3,0, +func_153190_b,glFramebufferRenderbuffer,0, +func_153191_c,glUniform3,0, +func_153192_c,glUniform3,0, +func_153193_b,areShadersSupported,0, +func_153194_a,glGetUniformLocation,0, +func_153195_b,glCreateShader,0, +func_154311_a,setText,0, +func_154312_c,getYImage,0, +func_154313_b,setEnabled,0, +func_154314_d,getId,0, +func_154315_e,getEnabled,0, +func_154316_f,getPositionY,0, +func_154317_g,getRealmsButton,0, +func_154319_c,fontDrawShadow,0, +func_154320_j,buttons,0, +func_154321_a,getProxy,0, +func_154322_b,drawString,0, +func_154323_a,fontSplit,0, +func_154324_i,buttonsClear,0, +func_154325_a,drawCenteredString,0, +func_154326_c,getStringWidth,0, +func_154327_a,buttonsAdd,0, +func_154328_b,buttonsRemove,0, +func_154329_h,getFontHeight,0, +func_154331_x,getLastActiveTime,2, +func_154333_a,getName,0, +func_154334_a,isConvertible,0, +func_154335_d,isNewLevelIdAcceptable,0, +func_154336_c,getSizeOnDisk,0, +func_154337_m,getMouseX,0, +func_154338_k,getWidth,0, +func_154339_l,getMouseY,0, +func_154346_a,hasAcceptedEULA,1, +func_154347_a,loadEULAFile,1, +func_154348_b,createEULAFile,1, +func_154353_e,absFloor,0, +func_154354_b,roundUp,2, +func_164247_a,appendLine,1, +func_174791_d,getPositionVector,2, +func_174792_t_,sendCommandFeedback,2, +func_174793_f,getCommandSenderEntity,2, +func_174794_a,setCommandStat,2, +func_174805_g,setAlwaysRenderNameTag,2, +func_174806_f,getVectorForRotation,2, +func_174807_aT,getCommandStats,2, +func_174808_Z,createRunningParticles,2, +func_174809_b,isLiquidPresentInAABB,2, +func_174810_b,setSilent,2, +func_174811_aO,getHorizontalFacing,2, +func_174812_G,onKillCommand,2, +func_174813_aQ,getEntityBoundingBox,2, +func_174814_R,isSilent,2, +func_174815_a,applyEnchantments,2, +func_174816_a,canExplosionDestroyBlock,2, +func_174817_o,setCommandStats,2, +func_174818_b,getDistanceSq,2, +func_174820_d,replaceItemInInventory,2, +func_174821_h,setOutsideBorder,2, +func_174822_a,rayTrace,0, +func_174823_aP,getHoverEvent,2, +func_174824_e,getPositionEyes,2, +func_174826_a,setEntityBoundingBox,2, +func_174827_a,isSpectatedByPlayer,2, +func_174828_a,moveToBlockPosAndAngles,2, +func_174829_m,resetPositionToBB,2, +func_174830_Y,spawnRunningParticles,2, +func_174831_c,getDistanceSqToCenter,2, +func_174832_aS,isOutsideBorder,2, +func_174833_aM,getAlwaysRenderNameTag,2, +func_174845_l,init,0, +func_174846_a,setBlockPos,0, +func_174856_o,updateBoundingBox,2, +func_174857_n,getHangingPosition,2, +func_174859_a,updateFacingWithBoundingBox,2, +func_174862_a,createKnot,2, +func_174863_b,getKnotForPosition,2, +func_174864_a,setDisplayedItemWithUpdate,2, +func_174865_a,setRotation,2, +func_174866_q,getAnalogOutput,2, +func_174867_a,setPickupDelay,2, +func_174868_q,setNoPickupDelay,2, +func_174869_p,setDefaultPickupDelay,2, +func_174870_v,makeFakeItem,2, +func_174871_r,setInfinitePickupDelay,2, +func_174872_o,getAge,0, +func_174873_u,setNoDespawn,2, +func_174874_s,cannotPickup,2, +func_174875_k,getGuiID,2, +func_174876_a,createContainer,2, +func_174877_v,getPos,2, +func_174878_a,setPos,2, +func_174880_d,getStats,2, +func_174882_b,executeCommand,2, +func_174884_b,updateGameProfile,2, +func_174885_b,setField,2, +func_174886_c,closeInventory,2, +func_174887_a_,getField,2, +func_174888_l,clear,2, +func_174889_b,openInventory,2, +func_174890_g,getFieldCount,2, +func_174891_i,getLockCode,2, +func_174892_a,setLockCode,2, +func_174893_q_,isLocked,2, +func_174894_a,addItem,2, +func_174897_t,getDisplayTile,2, +func_174898_m,getMaximumSpeed,2, +func_174899_a,setDisplayTile,2, +func_174902_m,createFilledSlotsArray,2, +func_174903_a,isBurning,0, +func_174904_a,getCookTime,2, +func_174907_n,getBeamSegments,0, +func_174908_m,updateBeacon,2, +func_174910_a,setNeighbor,2, +func_174911_a,getAdjacentChest,2, +func_174912_b,isChestAt,2, +func_174914_o,mayTransfer,2, +func_174915_a,pullItemFromSlot,2, +func_174916_c,insertStack,2, +func_174917_b,isInventoryEmpty,2, +func_174918_a,putStackInInventoryAllSlots,2, +func_174919_a,isInventoryFull,2, +func_174920_a,canInsertItemInSlot,2, +func_174921_b,canExtractItemFromSlot,2, +func_174922_i,getWidth,2, +func_174923_h,getHeight,2, +func_174925_a,clearMatchingItems,2, +func_174926_d,getOffsetZ,0, +func_174927_b,getPistonState,2, +func_174928_c,getOffsetY,0, +func_174929_b,getOffsetX,0, +func_174930_e,getFacing,2, +func_174935_a,restoreLastBlurMipmap,0, +func_174936_b,setBlurMipmap,0, +func_174937_a,setBlurMipmapDirect,0, +func_174942_a,registerSprite,0, +func_174943_a,loadSprites,0, +func_174944_f,getMissingSprite,0, +func_174951_a,getMissingModel,0, +func_174952_b,getTextureMap,0, +func_174953_a,getModel,0, +func_174954_c,getBlockModelShapes,0, +func_174959_b,notifyLightSet,2, +func_174962_a,getViewVector,0, +func_174963_q,generateStars,0, +func_174964_o,generateSky2,0, +func_174965_a,cleanupDamagedBlocks,0, +func_174966_b,makeEntityOutlineShader,0, +func_174967_a,updateChunks,0, +func_174968_a,renderSky,0, +func_174969_t,postRenderDamagedBlocks,0, +func_174970_a,setupTerrain,0, +func_174971_n,updateDestroyBlockIcons,0, +func_174972_a,spawnParticle,0, +func_174974_b,spawnParticle0,0, +func_174975_c,renderEntityOutlineFramebuffer,0, +func_174976_a,renderSky,0, +func_174977_a,renderBlockLayer,0, +func_174978_c,getVisibleFacings,0, +func_174979_m,setDisplayListEntitiesDirty,0, +func_174980_p,generateSky,0, +func_174981_a,drawBlockDamageTexture,0, +func_174982_a,renderBlockLayer,0, +func_174984_a,fixTerrainFrustum,0, +func_174985_d,isRenderEntityOutlines,0, +func_174986_e,stopChunkUpdates,0, +func_175016_a,renderBlockBrightness,0, +func_175018_a,renderBlock,0, +func_175019_b,getBlockModelRenderer,0, +func_175020_a,renderBlockDamage,0, +func_175023_a,getBlockModelShapes,0, +func_175029_a,registerBlock,0, +func_175030_a,renderItemOverlays,0, +func_175031_a,registerBlock,0, +func_175037_a,getItemModelMesher,0, +func_175038_a,putQuadNormal,0, +func_175041_b,registerItems,0, +func_175042_a,renderItemIntoGUI,0, +func_175047_a,registerItem,0, +func_175048_a,registerItem,0, +func_175050_a,shouldRenderItemIn3D,0, +func_175063_a,drawStringWithShadow,0, +func_175064_b,getColorCode,0, +func_175065_a,drawString,0, +func_175066_a,loadEntityShader,0, +func_175068_a,renderWorldPass,0, +func_175069_a,loadShader,0, +func_175070_n,isDrawBlockOutline,0, +func_175071_c,switchUseShader,0, +func_175072_h,disableLightmap,0, +func_175085_a,getSoundMap,0, +func_175086_a,handleResourcePackStatus,2, +func_175087_a,handleAnimation,2, +func_175088_a,handleSpectate,2, +func_175089_a,setPlayerLocation,2, +func_175093_a,handleWorldBorder,2, +func_175094_a,handleCamera,2, +func_175095_a,handleResourcePack,2, +func_175096_a,handlePlayerListHeaderFooter,2, +func_175098_a,handleCombatEvent,2, +func_175099_a,handleTitle,2, +func_175101_a,handleServerDifficulty,2, +func_175102_a,getPlayerInfo,0, +func_175104_a,getPlayerInfo,0, +func_175105_e,getGameProfile,0, +func_175106_d,getPlayerInfoMap,0, +func_175108_a,triggerNote,2, +func_175109_g,initializeBannerData,0, +func_175110_d,getColorList,0, +func_175112_a,setItemValues,2, +func_175113_c,getPatterns,2, +func_175114_c,getPatternList,0, +func_175116_e,getPatternResourceLocation,0, +func_175117_e,removeBannerData,2, +func_175124_c,getCommandResultStats,2, +func_175131_l,getBlock,2, +func_175133_bi,resetPotionEffectMetadata,2, +func_175134_bD,getJumpUpwardsMotion,2, +func_175135_B,updatePotionMetadata,2, +func_175136_bO,markPotionsDirty,2, +func_175138_ci,getXPSeed,2, +func_175139_a,setRenderOffsetForSleep,2, +func_175140_cp,hasReducedDebug,0, +func_175141_a,openEditSign,2, +func_175142_cm,isAllowEdit,2, +func_175143_p,isInBed,2, +func_175144_cb,isUser,2, +func_175145_a,takeStat,2, +func_175146_a,canOpen,2, +func_175147_b,getOfflineUUID,2, +func_175148_a,isWearing,0, +func_175149_v,isSpectator,2, +func_175150_k,setReducedDebug,0, +func_175151_a,canPlayerEdit,2, +func_175154_l,getSkinType,0, +func_175155_b,getPlayerInfo,0, +func_175156_o,getFovModifier,0, +func_175158_f,setServerBrand,0, +func_175159_q,closeScreenAndDropStack,0, +func_175160_A,isCurrentViewEntity,0, +func_175161_p,onUpdateWalkingPlayer,0, +func_175162_d,isOpenBlockSpace,0, +func_175163_u,sendHorseInventory,0, +func_175173_a,sendAllWindowProperties,2, +func_175174_a,drawTexturedModalRect,0, +func_175175_a,drawTexturedModalRect,0, +func_175176_b,renderExpBar,0, +func_175177_a,setDefaultTitlesTimes,0, +func_175178_a,displayTitle,0, +func_175179_f,getFontRenderer,0, +func_175180_a,renderGameOverlay,0, +func_175181_h,getTabList,0, +func_175185_b,renderDemo,0, +func_175186_a,renderHorseJumpBar,0, +func_175187_g,getSpectatorGui,0, +func_175188_a,setOverlayMessage,0, +func_175202_a,addLine,0, +func_175203_a,setCentered,0, +func_175205_a,setValidator,0, +func_175206_d,getId,0, +func_175207_a,setGuiResponder,0, +func_175211_a,setWidth,0, +func_175212_b,setValue,0, +func_175213_c,buildDisplayString,0, +func_175217_d,getSliderPosition,0, +func_175218_a,setSliderValue,0, +func_175219_a,setSliderPosition,0, +func_175220_c,getSliderValue,0, +func_175221_e,getDisplayString,0, +func_175229_b,setLocked,0, +func_175230_c,isLocked,0, +func_175232_g,getHeight,0, +func_175237_a,renderDebugInfo,0, +func_175238_c,getDebugInfoRight,0, +func_175239_b,renderDebugInfoRight,0, +func_175240_a,bytesToMb,0, +func_175243_a,getPlayerName,0, +func_175244_b,setHeader,0, +func_175245_a,drawPing,0, +func_175246_a,updatePlayerList,0, +func_175247_a,drawScoreboardValues,0, +func_175248_a,setFooter,0, +func_175249_a,renderPlayerlist,0, +func_175257_a,onSpectatorMenuClosed,0, +func_175258_a,renderPage,0, +func_175259_b,onMouseScroll,0, +func_175260_a,onHotbarSelected,0, +func_175261_b,onMiddleClick,0, +func_175262_a,isMenuActive,0, +func_175263_a,renderSelectedItem,0, +func_175264_a,renderTooltip,0, +func_175265_c,getHotbarAlpha,0, +func_175266_a,renderSlot,0, +func_175272_a,handleComponentHover,0, +func_175273_b,onResize,0, +func_175274_a,setText,0, +func_175275_f,sendChatMessage,0, +func_175276_a,handleComponentClick,0, +func_175277_d,isKeyComboCtrlX,0, +func_175278_g,isKeyComboCtrlA,0, +func_175279_e,isKeyComboCtrlV,0, +func_175280_f,isKeyComboCtrlC,0, +func_175281_b,sendChatMessage,0, +func_175282_a,openWebLink,0, +func_175283_s,isAltKeyDown,0, +func_175288_g,markChanged,0, +func_175299_g,canSelectCurWorldType,0, +func_175304_a,updateButtonValidity,0, +func_175305_g,hasValidSelection,0, +func_175318_a,getText,0, +func_175319_a,setEntryValue,0, +func_175320_a,setEntryValue,0, +func_175321_a,setEntryValue,0, +func_175322_b,enterConfirmation,0, +func_175323_a,saveValues,0, +func_175324_a,loadValues,0, +func_175325_f,createPagedList,0, +func_175326_g,restoreDefaults,0, +func_175327_a,modifyFocusValue,0, +func_175328_i,updatePageControls,0, +func_175329_a,setConfirmationControls,0, +func_175330_b,getFormattedValue,0, +func_175331_h,exitConfirmation,0, +func_175354_a,registerPreset,0, +func_175355_a,getDifficultyText,0, +func_175358_a,getMessage,0, +func_175378_g,updateActivePotionEffects,0, +func_175381_h,getCookProgressScaled,0, +func_175382_i,getBurnLeftScaled,0, +func_175385_b,getClickedComponentAt,0, +func_175388_a,updateCmdOutput,0, +func_175391_a,moveServerUp,0, +func_175392_a,canMoveUp,0, +func_175393_b,moveServerDown,0, +func_175394_b,canMoveDown,0, +func_175396_E,getTabListDisplayName,2, +func_175397_a,loadResourcePack,2, +func_175398_C,getSpectatingEntity,2, +func_175399_e,setSpectatingEntity,2, +func_175400_cq,canPlayersAttack,2, +func_175402_q,getShowArms,2, +func_175403_w,getLeftLegRotation,0, +func_175404_u,getLeftArmRotation,0, +func_175405_c,setLeftArmRotation,2, +func_175406_a,damageArmorStand,2, +func_175407_x,getRightLegRotation,0, +func_175408_t,getBodyRotation,2, +func_175409_C,dropContents,2, +func_175410_n,isSmall,2, +func_175411_v,getRightArmRotation,0, +func_175412_z,playParticles,2, +func_175413_k,setShowArms,2, +func_175414_r,hasNoBasePlate,2, +func_175415_a,setHeadRotation,2, +func_175416_h,writePoseToNBT,2, +func_175417_e,setLeftLegRotation,2, +func_175418_s,getHeadRotation,2, +func_175419_y,readPoseFromNBT,2, +func_175420_a,setSmall,2, +func_175421_A,dropBlock,2, +func_175424_b,setBodyRotation,2, +func_175426_l,setNoBasePlate,2, +func_175427_f,setRightLegRotation,2, +func_175428_d,setRightArmRotation,2, +func_175445_a,updateEquipmentIfNeeded,2, +func_175446_cd,isAIDisabled,2, +func_175447_b,createNavigator,2, +func_175448_a,canEquipItem,2, +func_175449_a,setHomePosAndDistance,2, +func_175451_e,dealDamage,2, +func_175453_cd,getFireballStrength,2, +func_175454_a,setAttacking,2, +func_175456_n,applyEntityAI,2, +func_175457_ck,isAngry,2, +func_175463_b,setTargetedEntity,2, +func_175464_ck,getAttackDuration,2, +func_175466_co,getTargetedEntity,2, +func_175469_o,getSpikesAnimation,0, +func_175471_a,getTailAnimation,0, +func_175472_n,isMoving,2, +func_175474_cn,hasTargetedEntity,2, +func_175476_l,setMoving,2, +func_175477_p,getAttackAnimationScale,2, +func_175489_ck,getHeldBlockState,2, +func_175490_a,setHeldBlockState,2, +func_175493_co,incrementDroppedSkulls,2, +func_175495_n,isSpawnedByPlayer,2, +func_175496_a,setSpawnedByPlayer,2, +func_175500_n,onGrowingAdult,2, +func_175501_a,ageUp,2, +func_175505_a,consumeItemFromStack,2, +func_175509_cj,getFleeceColor,2, +func_175510_a,getRandomSheepColor,2, +func_175511_a,getDyeColorMixFromParents,2, +func_175512_b,setFleeceColor,2, +func_175513_a,getDyeRgb,0, +func_175515_b,setMovementSpeed,2, +func_175517_cu,checkLandingDelay,2, +func_175518_cr,enableJumpControl,2, +func_175520_cs,disableJumpControl,2, +func_175521_o,getJumpCompletion,0, +func_175525_a,isRabbitBreedingItem,2, +func_175528_cn,createEatingParticles,2, +func_175529_r,setRabbitType,2, +func_175530_ct,updateMoveTypeDuration,2, +func_175531_cl,getRabbitType,2, +func_175533_a,calculateRotationYaw,2, +func_175534_cv,isCarrotEaten,2, +func_175544_ck,setupTamedAI,2, +func_175546_cu,getCollarColor,2, +func_175547_a,setCollarColor,2, +func_175549_o,setIsWillingToMate,2, +func_175550_n,getIsWillingToMate,2, +func_175551_co,getVillagerInventory,2, +func_175552_ct,setAdditionalAItasks,2, +func_175553_cp,hasEnoughFoodToBreed,2, +func_175554_cu,populateBuyingList,2, +func_175555_cq,canAbondonItems,2, +func_175556_cs,isFarmItemInInventory,2, +func_175557_cr,wantsMoreFood,2, +func_175558_a,canVillagerPickupItem,2, +func_175559_s,hasEnoughItems,2, +func_175567_n,hasMovementVector,2, +func_175568_b,setMovementVector,2, +func_175569_a,isDateAroundHalloween,2, +func_175571_m,shouldTrackOutput,2, +func_175572_n,getCommandResultStats,2, +func_175573_a,setTrackOutput,2, +func_175574_a,tryOpenEditCommandBlock,2, +func_175576_a,getEntityFromUuid,2, +func_175577_aI,getNetworkCompressionThreshold,2, +func_175578_N,isAnvilFileSet,2, +func_175579_a,isBlockProtected,2, +func_175580_aG,getMaxWorldSize,2, +func_175581_ab,getResourcePackHash,2, +func_175582_h,createCommandManager,2, +func_175583_aK,getServerThread,1, +func_175584_a,setResourcePackFromWorld,2, +func_175586_a,callFromMainThread,2, +func_175587_aJ,getCurrentTime,1, +func_175593_aQ,getMaxTickTime,1, +func_175594_ao,setWindowIcon,0, +func_175597_ag,getItemRenderer,0, +func_175598_ae,getRenderManager,0, +func_175599_af,getRenderItem,0, +func_175600_c,getVersion,0, +func_175601_h,updateDisplay,0, +func_175602_ab,getBlockRendererDispatcher,0, +func_175603_A,scheduleResourcesRefresh,0, +func_175604_i,checkWindowResize,0, +func_175605_an,setInitialDisplayMode,0, +func_175606_aa,getRenderViewEntity,0, +func_175607_a,setRenderViewEntity,0, +func_175608_ak,registerMetadataSerializers,0, +func_175609_am,createDisplay,0, +func_175610_ah,getDebugFPS,0, +func_175623_d,isAirBlock,2, +func_175624_G,getWorldType,2, +func_175625_s,getTileEntity,2, +func_175626_b,getCombinedLight,0, +func_175627_a,getStrongPower,2, +func_175628_b,getLightFor,0, +func_175629_a,getLightForExt,0, +func_175636_b,isAnyPlayerWithinRangeAt,2, +func_175638_a,getRawLight,2, +func_175639_b,isAreaLoaded,2, +func_175640_z,isBlockPowered,2, +func_175641_c,addBlockEvent,2, +func_175642_b,getLightFor,2, +func_175643_b,init,2, +func_175644_a,getEntities,2, +func_175645_m,getHeight,2, +func_175646_b,markChunkDirty,2, +func_175647_a,getEntitiesWithinAABB,2, +func_175648_a,isAreaLoaded,2, +func_175649_E,getDifficultyForLocation,2, +func_175650_b,loadEntities,2, +func_175651_c,getRedstonePower,2, +func_175652_B,setSpawnPoint,2, +func_175653_a,setLightFor,2, +func_175654_a,updateBlockTick,2, +func_175655_b,destroyBlock,2, +func_175656_a,setBlockState,2, +func_175657_ab,getSkylightSubtracted,2, +func_175658_ac,getLastLightningBolt,0, +func_175659_aa,getDifficulty,2, +func_175660_a,isBlockModifiable,2, +func_175661_b,getPlayers,2, +func_175662_w,canBlockFreezeNoWater,2, +func_175663_a,isAreaLoaded,2, +func_175664_x,checkLight,2, +func_175665_u,isBlockFullCube,2, +func_175666_e,updateComparatorOutputLevel,2, +func_175667_e,isBlockLoaded,2, +func_175668_a,isBlockLoaded,2, +func_175669_a,playBroadcastSound,2, +func_175670_e,canBlockFreeze,2, +func_175671_l,getLightFromNeighbors,2, +func_175672_r,getTopSolidOrLiquidBlock,2, +func_175674_a,getEntitiesInAABBexcluding,2, +func_175675_v,canBlockFreezeWater,2, +func_175676_y,getStrongPower,2, +func_175677_d,isBlockNormalCube,2, +func_175678_i,canSeeSky,2, +func_175679_n,notifyLightSet,2, +func_175680_a,isChunkLoaded,2, +func_175681_c,unloadEntities,2, +func_175682_a,spawnParticle,0, +func_175684_a,scheduleUpdate,2, +func_175685_c,notifyNeighborsOfStateChange,2, +func_175687_A,getRedstonePowerFromNeighbors,2, +func_175688_a,spawnParticle,2, +func_175690_a,setTileEntity,2, +func_175691_a,isBlockTickPending,2, +func_175692_b,setSkylightSubtracted,2, +func_175693_T,getMapStorage,2, +func_175694_M,getSpawnPoint,2, +func_175695_a,notifyNeighborsOfStateExcept,2, +func_175696_F,isWater,2, +func_175697_a,isAreaLoaded,2, +func_175698_g,setBlockToAir,2, +func_175699_k,getLight,2, +func_175700_a,addTileEntity,2, +func_175701_a,isValid,2, +func_175702_c,setLastLightningBolt,2, +func_175704_b,markBlockRangeForRenderUpdate,2, +func_175705_a,getLightFromNeighborsFor,0, +func_175706_a,isAreaLoaded,2, +func_175707_a,isAreaLoaded,2, +func_175708_f,canSnowAt,2, +func_175709_b,isSidePowered,2, +func_175710_j,canBlockSeeSky,2, +func_175711_a,isAreaLoaded,2, +func_175712_a,getPendingBlockUpdates,2, +func_175713_t,removeTileEntity,2, +func_175714_ae,getVillageCollection,2, +func_175715_c,sendBlockBreakProgress,2, +func_175718_b,playEvent,2, +func_175719_a,extinguishFire,2, +func_175720_a,spawnParticle,2, +func_175721_c,getLight,2, +func_175722_b,notifyNeighborsRespectDebug,2, +func_175723_af,getWorldBorder,2, +func_175724_o,getLightBrightness,2, +func_175725_q,getPrecipitationHeight,2, +func_175726_f,getChunk,2, +func_175727_C,isRainingAt,2, +func_175732_a,canCreatureTypeSpawnHere,2, +func_175733_a,getEntityFromUuid,2, +func_175734_a,getSpawnListEntryForTypeAt,2, +func_175735_ai,canSpawnAnimals,2, +func_175736_a,adjustPosToNearbyEntity,2, +func_175737_aj,setDebugWorldSettings,2, +func_175738_ah,canSpawnNPCs,2, +func_175739_a,spawnParticle,2, +func_175744_a,fromColorIndex,2, +func_175745_c,lowercaseAlpha,2, +func_175746_b,getColorIndex,2, +func_175750_a,addBlockInfo,2, +func_175755_a,parseInt,2, +func_175756_a,parseDouble,2, +func_175757_a,parseBlockPos,2, +func_175760_a,parseLong,2, +func_175761_b,parseDouble,2, +func_175762_a,getListOfStringsMatchingLastWord,2, +func_175764_a,parseInt,2, +func_175765_c,parseDouble,2, +func_175766_b,parseLong,2, +func_175767_a,parseCoordinate,2, +func_175769_b,parseDouble,2, +func_175770_a,parseCoordinate,2, +func_175771_a,getTabCompletionCoordinate,2, +func_175783_e,getSlotForShortcut,2, +func_175786_a,tryExecute,2, +func_175787_b,notifyPostProcessAt,2, +func_175788_a,isValidForPostProcess,2, +func_175789_b,create,2, +func_175793_a,canReplaceBlock,2, +func_175794_a,generateStructure,2, +func_175795_b,isInsideStructure,2, +func_175796_a,isPositionInStructure,2, +func_175797_c,getStructureAt,2, +func_175798_a,isSwampHut,2, +func_175799_b,getMonsters,2, +func_175804_a,fillWithBlocks,2, +func_175807_a,getBlockStateFromPos,2, +func_175808_b,replaceAirAndLiquidDownwards,2, +func_175809_a,randomlyPlaceBlock,2, +func_175811_a,setBlockState,2, +func_175812_a,findStairs,2, +func_175813_a,findCrossing,2, +func_175814_a,findCorridorSize,2, +func_175817_a,spawnElder,2, +func_175818_a,doesChunkIntersect,2, +func_175819_a,generateBoxOnFillOnly,2, +func_175820_a,getRoomIndex,2, +func_175821_a,generateDefaultFloor,2, +func_175835_e,generateLowerWall,2, +func_175836_a,generateRoomGraph,2, +func_175837_c,generateEntranceWall,2, +func_175838_g,generateUpperWall,2, +func_175839_b,generateEntranceArchs,2, +func_175840_a,generateWing,2, +func_175841_d,generateRoofPiece,2, +func_175842_f,generateMiddleWall,2, +func_175847_a,getBiomeSpecificBlockState,2, +func_175848_a,findPieceBox,2, +func_175849_a,createPiece,2, +func_175850_a,createPiece,2, +func_175851_a,createPiece,2, +func_175852_a,createPiece,2, +func_175853_a,createPiece,2, +func_175854_a,createPiece,2, +func_175855_a,createPiece,2, +func_175856_a,findPieceBox,2, +func_175857_a,createPiece,2, +func_175858_a,createPiece,2, +func_175859_a,createPiece,2, +func_175860_a,createPiece,2, +func_175861_a,createPiece,2, +func_175862_a,createPiece,2, +func_175863_a,createPiece,2, +func_175864_a,createPiece,2, +func_175865_a,createPiece,2, +func_175866_a,createPiece,2, +func_175867_a,createPiece,2, +func_175868_a,createPiece,2, +func_175869_a,findPieceBox,2, +func_175870_a,generateAndAddPiece,2, +func_175871_a,generatePiece,2, +func_175872_a,createPiece,2, +func_175873_a,createPiece,2, +func_175874_a,createPiece,2, +func_175875_a,createPiece,2, +func_175876_a,createPiece,2, +func_175877_a,createPiece,2, +func_175878_a,createPiece,2, +func_175879_a,createPiece,2, +func_175880_a,createPiece,2, +func_175881_a,createPiece,2, +func_175882_a,createPiece,2, +func_175883_a,createPiece,2, +func_175884_a,createPiece,2, +func_175885_a,createPiece,2, +func_175887_b,findAndCreateBridgePieceFactory,2, +func_175896_b,getLength,2, +func_175897_a,getComponentToAddBoundingBox,2, +func_175898_b,isVecInside,2, +func_175899_a,createProper,2, +func_175900_c,getLayerMaterial,2, +func_175903_a,setBlockAndNotifyAdequately,2, +func_175904_e,setDecorationDefaults,2, +func_175914_a,setGeneratedBlock,2, +func_175921_a,setDirtAt,2, +func_175924_b,placeLeafAt,2, +func_175925_a,growLeavesLayerStrict,2, +func_175926_c,isSpaceAt,2, +func_175927_a,ensureDirtsUnderneath,2, +func_175928_b,growLeavesLayer,2, +func_175929_a,ensureGrowable,2, +func_175930_c,createCrown,2, +func_175933_b,placePodzolCircle,2, +func_175934_c,placePodzolAt,2, +func_175935_b,getGreatestDistance,2, +func_175936_a,checkBlockLine,2, +func_175937_a,limb,2, +func_175938_b,getLogAxis,2, +func_175939_d,generateLeafNodeBases,2, +func_175940_a,generateLeafNode,2, +func_175941_b,generateLeaves,2, +func_175942_c,generateTrunk,2, +func_175953_c,generateAndAddPiece,2, +func_175954_a,findAndCreatePieceFactory,2, +func_175955_b,generatePieceFromSmallDoor,2, +func_175957_a,setConnection,2, +func_175958_a,updateOpenings,2, +func_175959_a,findSource,2, +func_175960_c,countOpenings,2, +func_175961_b,isSpecial,2, +func_175968_a,create,2, +func_175969_a,fits,2, +func_175970_a,registerOceanMonumentPieces,2, +func_176052_a,getMapPacket,2, +func_176053_a,updateMapData,2, +func_176054_a,calculateMapCenter,2, +func_176055_c,checkDoorExistence,2, +func_176056_a,getNearestVillage,2, +func_176057_e,positionInList,2, +func_176058_f,isWoodDoor,2, +func_176059_d,addToNewDoorsList,2, +func_176060_a,addToVillagerPositionList,2, +func_176061_a,countBlocksCanSeeSky,2, +func_176062_a,fileNameForProvider,2, +func_176065_a,findAndCreateComponentFactory,2, +func_176066_d,generateAndAddComponent,2, +func_176067_c,generateComponent,2, +func_176069_e,generateAndAddRoadPiece,2, +func_176071_a,glBufferData,0, +func_176072_g,glBindBuffer,0, +func_176073_e,glGenBuffers,0, +func_176074_g,glDeleteBuffers,0, +func_176075_f,useVbo,0, +func_176101_a,getPacket,2, +func_176102_a,update,2, +func_176110_a,getImage,2, +func_176111_d,getRotation,2, +func_176112_b,getX,2, +func_176113_c,getY,2, +func_176118_b,setBorderLerpTarget,2, +func_176119_g,setHardcore,2, +func_176120_C,getBorderCenterX,2, +func_176121_c,setAllowCommands,2, +func_176122_j,setBorderWarningDistance,2, +func_176123_z,isDifficultyLocked,2, +func_176124_d,getBorderCenterX,2, +func_176125_f,setBorderDamagePerBlock,2, +func_176126_D,getBorderCenterZ,2, +func_176127_a,populateFromWorldSettings,2, +func_176128_f,setMapFeaturesEnabled,2, +func_176129_e,setBorderSafeZone,2, +func_176130_y,getDifficulty,2, +func_176131_J,getBorderWarningDistance,2, +func_176132_G,getBorderLerpTarget,2, +func_176133_A,getCleanWeatherTime,2, +func_176134_F,getBorderLerpTime,2, +func_176135_e,setBorderLerpTime,2, +func_176136_k,setBorderWarningTime,2, +func_176137_E,getBorderSize,2, +func_176138_H,getBorderSafeZone,2, +func_176139_K,getBorderWarningTime,2, +func_176140_I,getBorderDamagePerBlock,2, +func_176141_c,getBorderCenterZ,2, +func_176142_i,setCleanWeatherTime,2, +func_176143_a,setSpawn,2, +func_176144_a,setDifficulty,2, +func_176145_a,setBorderSize,2, +func_176159_a,openPoint,2, +func_176163_a,postProcess,2, +func_176194_O,getBlockState,2, +func_176195_g,getBlockHardness,2, +func_176196_c,canPlaceBlockAt,2, +func_176197_a,modifyAcceleration,2, +func_176198_a,canPlaceBlockOnSide,2, +func_176199_a,onEntityWalk,2, +func_176200_f,isReplaceable,2, +func_176201_c,getMetaFromState,2, +func_176203_a,getStateFromMeta,2, +func_176205_b,isPassable,2, +func_176206_d,onPlayerDestroy,2, +func_176208_a,onBlockHarvested,2, +func_176209_a,canCollideCheck,2, +func_176210_f,getStateId,2, +func_176211_b,getStrongPower,2, +func_176212_b,causesDownwardCurrent,2, +func_176213_c,onBlockAdded,2, +func_176214_u,causesSuffocation,2, +func_176215_a,registerBlock,2, +func_176216_a,onLanded,2, +func_176218_Q,getOffsetType,2, +func_176219_a,registerBlock,2, +func_176220_d,getStateById,2, +func_176221_a,getActualState,2, +func_176223_P,getDefaultState,2, +func_176224_k,fillWithRain,2, +func_176225_a,shouldSideBeRendered,0, +func_176226_b,dropBlockAsItem,2, +func_176232_d,getSaplingDropChance,2, +func_176233_b,getWoodType,2, +func_176234_a,dropApple,2, +func_176235_d,destroy,2, +func_176253_e,canConnectTo,2, +func_176260_a,calculateState,2, +func_176261_e,checkForDrop,2, +func_176262_b,notifyNeighbors,2, +func_176267_a,getPropertyFor,2, +func_176268_d,getNumGrownFaces,2, +func_176269_e,recheckGrownSides,2, +func_176281_b,getFacing,2, +func_176282_a,getMetaForFacing,2, +func_176286_e,notifyHook,2, +func_176287_c,isConnectedTo,2, +func_176288_d,updateState,2, +func_176311_e,tryAbsorb,2, +func_176312_d,absorb,2, +func_176314_e,checkAndDropBlock,2, +func_176316_e,checkForMove,2, +func_176317_b,getFacing,2, +func_176318_b,shouldBeExtended,2, +func_176319_a,doMove,2, +func_176322_b,getFacing,2, +func_176328_e,checkForDrop,2, +func_176329_d,canBlockStay,2, +func_176337_b,colorMultiplier,0, +func_176338_e,updateSurroundingRedstone,2, +func_176339_d,isPowerSourceAt,2, +func_176340_e,canConnectUpwardsTo,2, +func_176341_c,getAttachPosition,2, +func_176342_a,getMaxCurrentStrength,2, +func_176343_a,canConnectTo,2, +func_176344_d,notifyWireNeighborsOfStateChange,2, +func_176345_a,calculateCurrentChanges,2, +func_176346_d,canConnectUpwardsTo,2, +func_176352_d,activate,2, +func_176353_e,checkForDrop,2, +func_176354_d,canBlockStay,2, +func_176361_a,getFlowingBlock,2, +func_176363_b,getStaticBlock,2, +func_176364_g,shouldRenderSides,0, +func_176365_e,checkForMixing,2, +func_176368_m,getCanBlockBurn,2, +func_176369_e,isSurroundingBlockFlammable,2, +func_176370_f,updateLiquid,2, +func_176371_a,checkAdjacentBlock,2, +func_176372_g,isBlocked,2, +func_176373_h,canFlowInto,2, +func_176374_a,getSlopeDistance,2, +func_176375_a,tryFlowInto,2, +func_176376_e,getPossibleFlowDirections,2, +func_176377_d,canContainSilverfish,2, +func_176388_T,getGolemPattern,2, +func_176389_S,getGolemBasePattern,2, +func_176390_d,canDispenserPlace,2, +func_176391_l,getSnowmanPattern,2, +func_176392_j,getSnowmanBasePattern,2, +func_176397_f,calculateInputStrength,2, +func_176398_g,updateState,2, +func_176399_m,getTickDelay,2, +func_176400_h,notifyNeighbors,2, +func_176401_c,getPowerOnSide,2, +func_176402_i,isFacingTowardsRepeater,2, +func_176403_d,getDelay,2, +func_176404_e,shouldBePowered,2, +func_176405_b,isLocked,2, +func_176406_l,isPowered,2, +func_176407_c,getPowerOnSides,2, +func_176408_a,getActiveSignal,2, +func_176409_d,canBlockStay,2, +func_176414_j,getWitherBasePattern,2, +func_176415_b,canDispenserPlace,2, +func_176416_l,getWitherPattern,2, +func_176427_e,updateState,2, +func_176428_b,getFacing,2, +func_176431_a,insertRecord,2, +func_176438_e,setDefaultDirection,2, +func_176439_d,dispense,2, +func_176442_d,getTileEntity,2, +func_176445_e,setDefaultFacing,2, +func_176446_a,setState,2, +func_176450_d,updateColorAsync,2, +func_176453_o,isOcelotSittingOnChest,2, +func_176454_e,isDoubleChest,2, +func_176455_e,checkForSurroundingChests,2, +func_176456_n,isBelowSolidBlock,2, +func_176457_m,isBlocked,2, +func_176458_f,correctFacing,2, +func_176460_j,calculateOutput,2, +func_176461_a,findItemFrame,2, +func_176462_k,onStateChange,2, +func_176468_a,getSafeExitLocation,2, +func_176469_d,hasRoomForPlayer,2, +func_176470_e,getPlayerInBed,2, +func_176473_a,canGrow,2, +func_176474_b,grow,2, +func_176475_e,checkAndDropBlock,2, +func_176476_e,generateTree,2, +func_176477_a,isTypeAt,2, +func_176478_d,grow,2, +func_176481_j,getSeedItem,2, +func_176482_g,growStem,2, +func_176485_d,generateBigMushroom,2, +func_176487_g,grow,2, +func_176489_b,onHarvest,2, +func_176491_a,placeAt,2, +func_176494_l,getTypeProperty,2, +func_176495_j,getBlockType,2, +func_176499_e,canBlockStay,2, +func_176500_f,dropBlock,2, +func_176502_a_,onEndFalling,2, +func_176503_e,checkFallable,2, +func_176509_j,getItem,2, +func_176510_b,removeHalfBit,2, +func_176511_f,getFacing,2, +func_176512_a,toggleDoor,2, +func_176514_f,isOpen,2, +func_176515_e,combineMetadata,2, +func_176516_g,isOpen,2, +func_176517_h,getFacing,2, +func_176518_i,isTop,2, +func_176524_e,canConnectTo,2, +func_176529_d,hasCrops,2, +func_176530_e,hasWater,2, +func_176532_c,getFlammability,2, +func_176533_e,canNeighborCatchFire,2, +func_176534_d,getEncouragement,2, +func_176535_e,canCatchFire,2, +func_176536_a,catchOnFire,2, +func_176537_d,canDie,2, +func_176538_m,getNeighborEncouragement,2, +func_176548_d,trySpawnPortal,2, +func_176549_a,getMetaForAxis,2, +func_176551_l,getVariantProperty,2, +func_176552_j,isDouble,2, +func_176560_l,getShapeProperty,2, +func_176562_d,isRailBlock,2, +func_176563_d,isRailBlock,2, +func_176564_a,updateDir,2, +func_176566_a,findPoweredRailSignal,2, +func_176567_a,isSameRailWithPower,2, +func_176570_e,updatePoweredState,2, +func_176571_a,findMinecarts,2, +func_176572_a,getDectectionBox,2, +func_176575_a,setRedstoneStrength,2, +func_176576_e,getRedstoneStrength,2, +func_176577_m,canBePlacedOn,2, +func_176578_d,updateNeighbors,2, +func_176582_b,notifyNeighbors,2, +func_176583_e,checkForDrop,2, +func_176586_d,canBlockStay,2, +func_176588_d,canBlockStay,2, +func_176590_a,setWaterLevel,2, +func_176592_e,onNeighborChangeInternal,2, +func_176593_f,checkForDrop,2, +func_176594_d,canPlaceOn,2, +func_176595_b,canPlaceAt,2, +func_176597_g,shouldBeOff,2, +func_176598_a,isBurnedOut,2, +func_176604_a,makeAtlasSprite,0, +func_176610_l,getName,2, +func_176612_a,getMetadata,2, +func_176613_a,byMetadata,2, +func_176614_c,getTranslationKey,2, +func_176624_a,getMetadata,2, +func_176625_a,byMetadata,2, +func_176627_c,getTranslationKey,2, +func_176642_a,getMetadata,2, +func_176643_a,byMetadata,2, +func_176644_c,getTranslationKey,2, +func_176657_a,getMetadata,2, +func_176659_c,getTranslationKey,2, +func_176660_a,byMetadata,2, +func_176673_a,byMetadata,2, +func_176675_a,getMetadata,2, +func_176676_c,getTranslationKey,2, +func_176685_d,getTranslationKey,2, +func_176686_a,byMetadata,2, +func_176687_c,getMapColor,2, +func_176688_a,getMetadata,2, +func_176716_d,getPlane,2, +func_176717_a,byName,0, +func_176719_a,getName2,2, +func_176720_b,isVertical,2, +func_176722_c,isHorizontal,2, +func_176730_m,getDirectionVec,0, +func_176731_b,byHorizontalIndex,2, +func_176732_a,rotateAround,0, +func_176733_a,fromAngle,2, +func_176734_d,getOpposite,2, +func_176735_f,rotateYCCW,2, +func_176736_b,getHorizontalIndex,2, +func_176737_a,getFacingFromVector,0, +func_176738_p,rotateZ,0, +func_176739_a,byName,0, +func_176740_k,getAxis,2, +func_176741_a,random,2, +func_176742_j,getName2,2, +func_176743_c,getAxisDirection,2, +func_176744_n,rotateX,0, +func_176745_a,getIndex,2, +func_176746_e,rotateY,2, +func_176762_d,getTranslationKey,2, +func_176764_b,byMetadata,2, +func_176765_a,getMetadata,2, +func_176766_a,byDyeDamage,2, +func_176767_b,getDyeDamage,2, +func_176794_a,byMetadata,2, +func_176796_a,getMetadata,2, +func_176807_a,getMetadata,2, +func_176809_c,getTranslationKey,2, +func_176810_a,byMetadata,2, +func_176825_a,byMetadata,2, +func_176827_a,getMetadata,2, +func_176828_c,getTranslationKey,2, +func_176837_a,byMetadata,2, +func_176839_a,getMetadata,2, +func_176840_c,getTranslationKey,2, +func_176852_c,getFacing,2, +func_176853_a,byMetadata,2, +func_176855_a,getMetadata,2, +func_176856_a,forFacings,2, +func_176870_a,fromFacingAxis,2, +func_176878_a,forModelBlock,2, +func_176879_a,byMetadata,2, +func_176881_a,getMetadata,2, +func_176882_c,getTranslationKey,2, +func_176883_d,getModelBlock,2, +func_176895_a,byMetadata,2, +func_176896_a,getMetadata,2, +func_176915_a,getMetadata,2, +func_176916_a,byMetadata,2, +func_176918_c,getTranslationKey,2, +func_176924_a,byMetadata,2, +func_176925_a,getMetadata,2, +func_176927_c,getTranslationKey,2, +func_176936_a,getMeta,2, +func_176938_a,byMetadata,2, +func_176939_c,getTranslationKey,2, +func_176963_d,getTranslationKey,2, +func_176964_a,getBlockType,2, +func_176966_a,getTypes,0, +func_176967_a,getType,2, +func_176968_b,getMeta,2, +func_177015_a,getMetadata,2, +func_177016_a,byMetadata,2, +func_177018_c,isAscending,2, +func_177044_a,getMeta,2, +func_177045_a,byMetadata,2, +func_177053_a,readBufferedImage,0, +func_177054_c,anaglyphColor,0, +func_177059_a,registerSprites,0, +func_177066_a,getFramebufferRaw,0, +func_177067_a,renderName,0, +func_177068_d,getRenderManager,0, +func_177070_b,canRenderName,0, +func_177071_a,shouldRender,0, +func_177077_a,transformModelCount,0, +func_177078_a,getModelCount,0, +func_177082_d,getStackToRender,0, +func_177087_b,getMainModel,0, +func_177088_c,setScoreTeamColor,0, +func_177090_c,setDoRenderBrightness,0, +func_177091_f,unsetBrightness,0, +func_177092_a,setBrightness,0, +func_177093_a,renderLayers,0, +func_177094_a,addLayer,0, +func_177105_a,setLightmap,0, +func_177110_a,getPosition,0, +func_177137_d,setModelVisibilities,0, +func_177138_b,renderRightArm,0, +func_177139_c,renderLeftArm,0, +func_177141_a,doRenderLayer,0, +func_177142_b,shouldCombineTextures,0, +func_177177_a,initArmor,0, +func_177178_a,getArmorResource,0, +func_177181_a,getArmorResource,0, +func_177194_a,setModelVisible,0, +func_177219_e,isInterpolate,0, +func_177221_b,getSpawnerPosition,2, +func_177222_d,getMobRotation,0, +func_177223_e,getPrevMobRotation,0, +func_177226_a,withProperty,2, +func_177227_a,getPropertyKeys,2, +func_177228_b,getProperties,2, +func_177229_b,getValue,2, +func_177230_c,getBlock,2, +func_177231_a,cycleProperty,2, +func_177232_a,cyclePropertyValue,2, +func_177235_a,buildPropertyValueTable,2, +func_177236_b,getPropertiesWithValue,2, +func_177240_d,getResourcePackName,0, +func_177241_a,getResourceLocation,0, +func_177245_a,getInputStream,0, +func_177250_b,addBranchingBlocks,2, +func_177251_a,addBlockLine,2, +func_177252_d,getBlocksToDestroy,2, +func_177253_a,canMove,2, +func_177254_c,getBlocksToMove,2, +func_177255_a,reorderListAtCollision,2, +func_177262_a,incrementHeight,2, +func_177263_b,getColors,2, +func_177264_c,getHeight,0, +func_177319_a,setServerResourcePack,0, +func_177332_b,getSkinType,0, +func_177333_c,isSlimSkin,0, +func_177334_a,getDefaultSkin,0, +func_177335_a,getDefaultSkinLegacy,0, +func_177338_f,getSize,0, +func_177339_a,clear,0, +func_177340_e,getColorOffset,0, +func_177341_i,hasPosition,0, +func_177342_c,getNormalOffset,0, +func_177343_g,getElements,0, +func_177344_b,getUvOffsetById,0, +func_177345_h,getElementCount,0, +func_177346_d,hasColor,0, +func_177347_a,hasUvOffset,0, +func_177348_c,getElement,0, +func_177350_b,hasNormal,0, +func_177358_a,drawArrays,0, +func_177359_a,bindBuffer,0, +func_177361_b,unbindBuffer,0, +func_177362_c,deleteGlBuffers,0, +func_177367_b,getType,0, +func_177368_f,getSize,0, +func_177369_e,getIndex,0, +func_177370_d,getElementCount,0, +func_177372_a,isFirstOrUV,0, +func_177374_g,isPositionElement,0, +func_177375_c,getUsage,0, +func_177384_a,getDisplayName,0, +func_177395_a,getSize,0, +func_177396_b,getDisplayName,0, +func_177397_c,getGlConstant,0, +func_177409_g,setHasEntities,2, +func_177410_o,isLoaded,2, +func_177411_a,getBiome,2, +func_177412_p,getWorld,2, +func_177413_a,getLightFor,2, +func_177414_a,getEntitiesWithinAABBForEntity,2, +func_177415_c,setInhabitedTime,2, +func_177416_w,getInhabitedTime,2, +func_177417_c,markLoaded,0, +func_177419_t,isTerrainPopulated,2, +func_177420_a,setHeightMap,2, +func_177421_e,setLightPopulated,2, +func_177422_i,createNewTileEntity,2, +func_177423_u,isLightPopulated,2, +func_177424_a,getTileEntity,2, +func_177425_e,removeTileEntity,2, +func_177426_a,addTileEntity,2, +func_177427_f,setModified,2, +func_177429_s,getEntityLists,2, +func_177430_a,getEntitiesOfTypeWithinAABB,2, +func_177431_a,setLightFor,2, +func_177432_b,setLastSaveTime,2, +func_177433_f,getHeight,2, +func_177434_r,getTileEntityMap,2, +func_177435_g,getBlockState,2, +func_177436_a,setBlockState,2, +func_177437_b,getBlockLightOpacity,2, +func_177440_h,getPrecipitationHeight,2, +func_177441_y,setSkylightUpdated,2, +func_177442_v,getLowestHeight,2, +func_177443_a,getLightSubtracted,2, +func_177444_d,canSeeSky,2, +func_177445_q,getHeightMap,2, +func_177446_d,setTerrainPopulated,2, +func_177451_a,getPlayerByUUID,2, +func_177452_b,sendMessageToTeamOrAllPlayers,2, +func_177453_a,sendMessageToAllTeamMembers,2, +func_177458_a,getPossibleCreatures,2, +func_177461_b,getBlockStateFor,2, +func_177478_c,getNibbleIndex,2, +func_177479_b,isLowerNibble,2, +func_177480_a,getFromIndex,2, +func_177481_a,getData,2, +func_177482_a,setIndex,2, +func_177483_b,getCoordinateIndex,2, +func_177484_a,set,2, +func_177485_a,get,2, +func_177495_o,isNether,2, +func_177496_h,getSpawnCoordinate,2, +func_177497_p,getLightBrightnessTable,2, +func_177499_m,getBiomeProvider,2, +func_177500_n,doesWaterVaporize,2, +func_177501_r,createWorldBorder,2, +func_177507_b,getTileEntity,2, +func_177508_d,getPos,2, +func_177509_a,getBlockState,2, +func_177510_a,hasState,2, +func_177516_a,splitObjectName,2, +func_177517_b,parsePathString,0, +func_177518_c,getVariant,0, +func_177520_a,rotateVertex,0, +func_177521_b,combineXY,0, +func_177523_a,rotateFace,0, +func_177524_a,getModelRotation,0, +func_177525_a,matrix,0, +func_177552_f,getItemCameraTransforms,0, +func_177554_e,getParticleTexture,0, +func_177555_b,isAmbientOcclusion,0, +func_177556_c,isGui3d,0, +func_177569_a,registerVariant,0, +func_177570_a,setupModelRegistry,0, +func_177571_k,getItemsTextureLocations,0, +func_177572_j,loadSprites,0, +func_177573_e,getParentPath,0, +func_177574_i,loadModels,0, +func_177575_g,getVariantsTextureLocations,0, +func_177576_f,getParentLocation,0, +func_177577_b,loadVariantItemModels,0, +func_177578_a,bakeModel,0, +func_177580_d,getModelLocation,0, +func_177581_b,hasItemModel,0, +func_177582_d,makeItemModel,0, +func_177583_a,getItemLocation,0, +func_177585_a,getTextureLocations,0, +func_177586_a,getModelBlockDefinition,0, +func_177587_c,isCustomRenderer,0, +func_177588_f,bakeBlockModels,0, +func_177589_a,makeBakedQuad,0, +func_177590_d,loadItemModels,0, +func_177592_e,registerVariantNames,0, +func_177593_l,makeItemModels,0, +func_177594_c,loadModel,0, +func_177595_c,loadVariantModels,0, +func_177596_a,getVariantNames,0, +func_177597_h,loadModelsCheck,0, +func_177619_a,getValidStates,2, +func_177620_e,getAllowedValues,2, +func_177621_b,getBaseState,2, +func_177622_c,getBlock,2, +func_177623_d,getProperties,2, +func_177637_a,where,2, +func_177638_a,forBlock,2, +func_177642_a,forBlock,2, +func_177645_b,makeBakedModel,0, +func_177646_a,setTexture,0, +func_177648_a,addGeneralQuad,0, +func_177650_a,addFaceQuad,0, +func_177657_d,checkMissingPredicates,2, +func_177658_c,makePredicateArray,2, +func_177659_a,aisle,2, +func_177660_a,start,2, +func_177661_b,build,2, +func_177662_a,where,2, +func_177668_c,getUp,2, +func_177669_b,getForwards,2, +func_177670_a,translateOffset,2, +func_177675_b,first,0, +func_177676_a,build,0, +func_177677_a,add,0, +func_177681_a,match,2, +func_177682_a,checkPatternAt,2, +func_177683_a,translateOffset,2, +func_177684_c,getPalmLength,2, +func_177685_b,getThumbLength,2, +func_177690_b,onWarningDistanceChanged,2, +func_177691_a,onWarningTimeChanged,2, +func_177692_a,onTransitionStarted,2, +func_177693_a,onCenterChanged,2, +func_177694_a,onSizeChanged,2, +func_177695_c,onDamageBufferChanged,2, +func_177696_b,onDamageAmountChanged,2, +func_177699_b,getValueClass,2, +func_177700_c,getAllowedValues,2, +func_177701_a,getName,2, +func_177702_a,getName,2, +func_177706_a,create,2, +func_177707_a,create,2, +func_177708_a,create,2, +func_177709_a,create,2, +func_177712_a,create,2, +func_177713_a,create,2, +func_177714_a,create,2, +func_177716_a,create,2, +func_177719_a,create,2, +func_177721_g,getCenterZ,2, +func_177722_l,getSize,2, +func_177723_b,setWarningTime,2, +func_177724_b,setDamageBuffer,2, +func_177725_a,setSize,2, +func_177726_b,minX,2, +func_177727_n,getDamageAmount,2, +func_177728_d,maxX,2, +func_177729_b,getClosestDistance,2, +func_177730_a,contains,2, +func_177731_f,getCenterX,2, +func_177732_i,getTimeUntilTarget,2, +func_177733_e,maxZ,2, +func_177734_a,getStatus,2, +func_177735_k,getListeners,2, +func_177736_c,minZ,2, +func_177737_a,addListener,2, +func_177738_a,setTransition,2, +func_177739_c,setCenter,2, +func_177740_p,getWarningTime,2, +func_177741_h,getDiameter,2, +func_177742_m,getDamageBuffer,2, +func_177743_a,contains,2, +func_177744_c,setDamageAmount,2, +func_177745_a,getClosestDistance,2, +func_177746_a,contains,2, +func_177747_c,setWarningDistance,2, +func_177748_q,getWarningDistance,2, +func_177749_o,getResizeSpeed,0, +func_177750_a,setTransition,2, +func_177751_j,getTargetSize,2, +func_177766_a,getColor,0, +func_177774_c,getNameForObject,2, +func_177775_a,register,2, +func_177776_a,validateKey,2, +func_177855_a,setBlockState,2, +func_177856_a,getBlockState,2, +func_177863_a,setDefaults,2, +func_177864_b,build,2, +func_177865_a,jsonToFactory,2, +func_177951_i,distanceSq,2, +func_177952_p,getZ,2, +func_177954_c,distanceSq,2, +func_177955_d,crossProduct,2, +func_177956_o,getY,2, +func_177957_d,distanceSqToCenter,2, +func_177958_n,getX,2, +func_177963_a,add,2, +func_177964_d,north,2, +func_177965_g,east,2, +func_177967_a,offset,2, +func_177968_d,south,2, +func_177969_a,fromLong,2, +func_177970_e,south,2, +func_177971_a,add,2, +func_177972_a,offset,2, +func_177973_b,subtract,2, +func_177974_f,east,2, +func_177975_b,getAllInBoxMutable,2, +func_177976_e,west,2, +func_177977_b,down,2, +func_177978_c,north,2, +func_177979_c,down,2, +func_177980_a,getAllInBox,2, +func_177981_b,up,2, +func_177982_a,add,2, +func_177984_a,up,2, +func_177985_f,west,2, +func_177986_g,toLong,2, +func_177999_q,getBranchBase,2, +func_178001_a,renderChunkLayer,0, +func_178002_a,addRenderChunk,0, +func_178003_a,preRenderChunk,0, +func_178004_a,initialize,0, +func_178010_a,setupArrayPointers,0, +func_178012_a,drawTextureAt,0, +func_178013_b,canJoin,0, +func_178016_b,releaseComponent,0, +func_178018_a,clickTextField,0, +func_178019_b,releaseButton,0, +func_178021_b,getComponent2,0, +func_178022_a,getComponent1,0, +func_178023_a,clickButton,0, +func_178025_a,renderLabel,0, +func_178026_a,clickComponent,0, +func_178027_a,renderTextField,0, +func_178038_a,framebufferRenderExt,0, +func_178039_p,handleMouseInput,0, +func_178042_f,mouseY,0, +func_178043_a,renderSelected,0, +func_178044_e,width,0, +func_178045_g,mouseX,0, +func_178047_f,getMouseY,0, +func_178048_e,getWidth,0, +func_178049_g,getMouseX,0, +func_178051_a,blitIcon,0, +func_178054_a,renderIcon,0, +func_178055_t,populateEntries,0, +func_178056_g,getFocusedControl,0, +func_178057_f,getPageCount,0, +func_178058_a,createEntry,0, +func_178059_e,getPage,0, +func_178060_e,markVisibility,0, +func_178061_c,getComponent,0, +func_178062_a,onKeyPressed,0, +func_178063_a,createLabel,0, +func_178064_i,nextPage,0, +func_178065_a,createButton,0, +func_178066_a,setComponentVisibility,0, +func_178067_a,createSlider,0, +func_178068_a,createTextField,0, +func_178069_s,populateComponents,0, +func_178071_h,previousPage,0, +func_178080_a,register,0, +func_178081_c,getIndex,0, +func_178082_a,getParticleIcon,0, +func_178083_a,getModelManager,0, +func_178084_b,getMetadata,0, +func_178085_b,rebuildCache,0, +func_178086_a,register,0, +func_178087_a,getParticleIcon,0, +func_178088_b,getItemModel,0, +func_178089_a,getItemModel,0, +func_178099_a,renderItem,0, +func_178100_c,getMapAngleFromPitch,0, +func_178101_a,rotateArroundXAndY,0, +func_178108_a,renderSuffocationOverlay,0, +func_178113_a,getModelLocation,0, +func_178119_d,registerAllBlocks,0, +func_178120_a,getBlockStateMapper,0, +func_178121_a,registerBlockWithStateMapper,0, +func_178122_a,getTexture,0, +func_178123_a,registerBuiltInBlocks,0, +func_178124_c,reloadModels,0, +func_178125_b,getModelForState,0, +func_178126_b,getModelManager,0, +func_178130_a,putStateModelLocations,0, +func_178131_a,getPropertyString,0, +func_178132_a,getModelResourceLocation,0, +func_178144_a,calcRedstone,2, +func_178147_e,getLapisAmount,0, +func_178148_a,getEnchantmentList,2, +func_178157_a,getBaseCoordinate,0, +func_178158_a,createRenderChunks,0, +func_178159_a,setCountChunksXYZ,0, +func_178160_a,deleteGlResources,0, +func_178161_a,getRenderChunk,0, +func_178163_a,updateChunkPositions,0, +func_178170_b,getItemStackLimit,2, +func_178171_c,getSlotTexture,0, +func_178173_c_,isBucket,2, +func_178175_a,renderChestBrightness,0, +func_178176_a,getInstance,0, +func_178178_a,setVertexBuffer,0, +func_178180_c,getBuffer,0, +func_178181_a,getInstance,0, +func_178184_a,getVertexTranslations,0, +func_178203_a,getVertexBrightness,0, +func_178209_a,getVertexData,0, +func_178210_d,getFace,0, +func_178211_c,getTintIndex,0, +func_178212_b,hasTintIndex,0, +func_178217_e,remapQuad,0, +func_178235_a,setDefaultUvs,0, +func_178236_a,getFaceUvs,0, +func_178247_d,parsePositionTo,0, +func_178248_a,parseEnumFacing,0, +func_178249_e,parsePositionFrom,0, +func_178250_a,parseFacesCheck,0, +func_178251_a,parsePosition,0, +func_178252_c,parseAxis,0, +func_178253_b,parseFaces,0, +func_178255_b,parseAngle,0, +func_178256_a,parseRotation,0, +func_178262_a,renderModelBrightnessColor,0, +func_178264_a,renderModelBrightnessColorQuads,0, +func_178266_a,renderModelBrightness,0, +func_178267_a,renderModel,0, +func_178268_a,initAtlasSprites,0, +func_178269_a,getFluidHeight,0, +func_178270_a,renderFluid,0, +func_178273_a,getNeighbourInfo,0, +func_178291_a,parseRotation,0, +func_178292_b,parseUV,0, +func_178294_a,deserialize,0, +func_178295_k,hasParent,0, +func_178298_a,getElements,0, +func_178299_a,getParentFromMap,0, +func_178300_b,isTexturePresent,0, +func_178302_a,resolveTextureName,0, +func_178303_d,isResolved,0, +func_178304_d,startsWithHash,0, +func_178305_e,getParentLocation,0, +func_178307_a,deserialize,0, +func_178308_c,resolveTextureName,0, +func_178309_b,isAmbientOcclusion,0, +func_178310_f,getRootModel,0, +func_178311_c,isGui3d,0, +func_178312_b,checkModelHierarchy,0, +func_178325_a,getModelElements,0, +func_178326_c,getParent,0, +func_178328_a,getAmbientOcclusionEnabled,0, +func_178329_b,getTextures,0, +func_178331_a,parseFromReader,0, +func_178337_a,parseTintIndex,0, +func_178339_c,parseCullFace,0, +func_178340_b,parseTexture,0, +func_178345_c,getVertexRotatedRev,0, +func_178346_b,getVertexV,0, +func_178347_d,getVertexRotated,0, +func_178348_a,getVertexU,0, +func_178349_a,setUvs,0, +func_178358_a,parseVector3f,0, +func_178367_a,getFacing,0, +func_178369_d,isHorizontal,0, +func_178371_c,getYOffset,0, +func_178372_b,getXOffset,0, +func_178381_d,getAnchor,0, +func_178382_a,expand,0, +func_178383_a,getFacing,0, +func_178384_c,getMax,0, +func_178385_b,getMin,0, +func_178391_a,isTransparent,0, +func_178392_a,makeItemModel,0, +func_178393_a,getSpans,0, +func_178394_a,getBlockParts,0, +func_178395_a,createOrExpandSpan,0, +func_178396_a,checkTransition,0, +func_178397_a,getBlockParts,0, +func_178403_a,getPositionsDiv16,0, +func_178404_a,storeVertexData,0, +func_178406_a,rotateScale,0, +func_178407_a,rotatePart,0, +func_178408_a,applyFacing,0, +func_178410_a,getFacingFromVertexData,0, +func_178411_a,getMatrixIdentity,0, +func_178412_b,getFaceBrightness,0, +func_178413_a,getFaceShadeColor,0, +func_178414_a,makeBakedQuad,0, +func_178439_a,withSuffix,0, +func_178440_a,withName,0, +func_178441_a,build,0, +func_178442_a,ignore,0, +func_178446_a,putAllStateModelLocations,0, +func_178447_a,registerBlockStateMapper,0, +func_178448_a,registerBuiltInBlocks,0, +func_178459_a,getWorld,0, +func_178463_a,getBannerResourceLocation,0, +func_178473_b,freeRenderBuilder,0, +func_178474_a,processTask,0, +func_178475_b,getRegionRenderCacheBuilder,0, +func_178485_b,getTileEntities,0, +func_178486_a,setLayerUsed,0, +func_178487_c,getState,0, +func_178488_a,setVisibility,0, +func_178489_a,isEmpty,0, +func_178490_a,addTileEntity,0, +func_178491_b,isLayerEmpty,0, +func_178492_d,isLayerStarted,0, +func_178493_c,setLayerStarted,0, +func_178494_a,setState,0, +func_178495_a,isVisible,0, +func_178504_a,getDebugInfo,0, +func_178505_b,updateChunkNow,0, +func_178506_a,uploadVertexBuffer,0, +func_178507_a,updateChunkLater,0, +func_178509_c,updateTransparencyLater,0, +func_178510_a,uploadDisplayList,0, +func_178511_d,getNextChunkUpdate,0, +func_178512_a,freeRenderBuilder,0, +func_178513_e,clearChunkUpdates,0, +func_178514_b,stopChunkUpdates,0, +func_178515_c,allocateRenderBuilder,0, +func_178516_a,runChunkUploads,0, +func_178535_a,setStatus,0, +func_178536_b,getRenderChunk,0, +func_178537_h,isFinished,0, +func_178538_g,getType,0, +func_178539_a,addFinishRunnable,0, +func_178540_f,getLock,0, +func_178541_a,setRegionRenderCacheBuilder,0, +func_178542_e,finish,0, +func_178543_a,setCompiledChunk,0, +func_178544_c,getCompiledChunk,0, +func_178545_d,getRegionRenderCacheBuilder,0, +func_178546_a,getStatus,0, +func_178565_b,getVertexBufferByLayer,0, +func_178566_a,deleteGlResources,0, +func_178567_n,initModelviewMatrix,0, +func_178568_j,getPosition,0, +func_178569_m,needsUpdate,0, +func_178570_a,resortTransparency,0, +func_178571_g,getCompiledChunk,0, +func_178572_f,multModelviewMatrix,0, +func_178573_a,preRenderBlocks,0, +func_178574_d,makeCompileTaskChunk,0, +func_178575_a,setNeedsUpdate,0, +func_178577_a,setFrameIndex,0, +func_178578_b,finishCompileTask,0, +func_178579_c,getLockCompileTask,0, +func_178580_a,setCompiledChunk,0, +func_178581_b,rebuildChunk,0, +func_178582_e,makeCompileTaskTransparency,0, +func_178584_a,postRenderBlocks,0, +func_178585_h,stopCompileTask,0, +func_178600_a,getDisplayList,0, +func_178603_a,getNeighborIndexAtFace,0, +func_178604_a,floodFill,0, +func_178605_a,getIndex,0, +func_178606_a,setOpaqueCube,0, +func_178607_a,computeVisibility,0, +func_178608_c,getIndex,0, +func_178609_b,getVisibleFacings,0, +func_178610_a,addEdges,0, +func_178618_a,setAllVisible,0, +func_178619_a,setVisible,0, +func_178620_a,setManyVisible,0, +func_178621_a,isVisible,0, +func_178624_a,dot,0, +func_178627_a,isRenderShadow,0, +func_178628_a,setRenderPosition,0, +func_178629_b,setDebugBoundingBox,0, +func_178631_a,setPlayerViewY,0, +func_178632_c,setRenderOutlines,0, +func_178633_a,setRenderShadow,0, +func_178634_b,isDebugBoundingBox,0, +func_178635_a,shouldRender,0, +func_178641_d,exit,0, +func_178642_a,getItems,0, +func_178643_a,getItem,0, +func_178644_b,selectSlot,0, +func_178645_b,getSelectedItem,0, +func_178646_f,getCurrentPage,0, +func_178647_a,selectCategory,0, +func_178648_e,getSelectedSlot,0, +func_178650_c,getSelectedCategory,0, +func_178661_a,selectItem,0, +func_178662_A_,isEnabled,0, +func_178663_a,renderIcon,0, +func_178664_z_,getSpectatorName,0, +func_178669_a,getItems,0, +func_178670_b,getPrompt,0, +func_178680_a,getObject,0, +func_178681_b,getSelectedSlot,0, +func_178685_a,copyModelAngles,0, +func_178686_a,setModelAttributes,0, +func_178687_a,renderBanner,0, +func_178691_a,setRotationOffset,0, +func_178719_a,setVisible,0, +func_178727_b,renderDeadmau5Head,0, +func_178728_c,renderCape,0, +func_178765_a,draw,0, +func_178766_e,getRenderType,2, +func_178767_a,setRenderType,2, +func_178769_a,addBox,0, +func_178770_i,getNameTagVisibility,2, +func_178771_j,getDeathMessageVisibility,2, +func_178772_a,setNameTagVisibility,2, +func_178773_b,setDeathMessageVisibility,2, +func_178774_a,setColor,2, +func_178775_l,getColor,2, +func_178779_a,getThreadedIOInstance,2, +func_178780_a,render,0, +func_178782_a,getBlockPos,2, +func_178785_b,rotateYaw,2, +func_178786_a,subtract,2, +func_178787_e,add,2, +func_178788_d,subtract,2, +func_178789_a,rotatePitch,2, +func_178790_c,getRenderType,2, +func_178795_a,getByName,2, +func_178796_a,getRenderType,2, +func_178803_d,getRotationZ,0, +func_178805_e,getRotationYZ,0, +func_178806_a,projectViewFromEntity,0, +func_178807_f,getRotationXY,0, +func_178808_b,getRotationX,0, +func_178809_c,getRotationXZ,0, +func_178815_a,setLocked,2, +func_178816_g,isLocked,2, +func_178819_b,entityHasObjective,2, +func_178820_a,broadcastScoreUpdate,2, +func_178821_h,getDisplaySlotStrings,2, +func_178822_d,removeObjectiveFromEntity,2, +func_178824_a,getByName,2, +func_178825_a,getNames,2, +func_178835_l,getLastHealth,0, +func_178836_b,setLastHealth,0, +func_178837_g,getLocationSkin,0, +func_178838_a,setResponseTime,0, +func_178839_a,setGameType,0, +func_178841_j,loadPlayerTextures,0, +func_178843_c,setRenderVisibilityId,0, +func_178844_b,setHealthBlinkTime,0, +func_178845_a,getGameProfile,0, +func_178846_a,setLastHealthTime,0, +func_178847_n,getLastHealthTime,0, +func_178848_b,getGameType,0, +func_178850_i,getPlayerTeam,0, +func_178851_f,getSkinType,0, +func_178853_c,getResponseTime,0, +func_178854_k,getDisplayName,0, +func_178855_p,getRenderVisibilityId,0, +func_178856_e,hasLocationSkin,0, +func_178857_c,setDisplayHealth,0, +func_178858_o,getHealthBlinkTime,0, +func_178859_a,setDisplayName,0, +func_178860_m,getDisplayHealth,0, +func_178861_h,getLocationCape,0, +func_178874_a,deleteDisplayLists,0, +func_178876_d,getModelParts,0, +func_178877_a,switchModelPartEnabled,0, +func_178878_a,setModelPartEnabled,0, +func_178887_k,isSpectatorMode,0, +func_178889_l,getCurrentGameType,0, +func_178891_a,clickBlockCreative,0, +func_178893_a,isHittingPosition,0, +func_178902_a,createParticle,0, +func_178908_a,splitText,0, +func_178909_a,removeTextColorsIfConfigured,0, +func_178910_a,getX,0, +func_178912_b,getY,0, +func_178922_a,updateEffectLayer,0, +func_178923_d,tickParticle,0, +func_178926_a,emitParticleAtEntity,0, +func_178927_a,spawnEffectParticle,0, +func_178929_a,registerParticle,0, +func_178930_c,registerVanillaParticles,0, +func_178934_d,shouldStartVisible,0, +func_178935_b,getId,0, +func_178936_c,getCaption,0, +func_178940_a,getInitialValue,0, +func_178942_g,getInitalValue,0, +func_178943_e,getMinValue,0, +func_178944_f,getMaxValue,0, +func_178945_a,getFormatter,0, +func_178950_a,getFilter,0, +func_178962_a,putBrightness4,0, +func_178965_a,reset,0, +func_178966_f,getByteBuffer,0, +func_178968_d,putColor4,0, +func_178969_c,setTranslation,0, +func_178972_a,putColorRGBA,0, +func_178973_g,getVertexFormat,0, +func_178975_e,putNormal,0, +func_178977_d,finishDrawing,0, +func_178978_a,putColorMultiplier,0, +func_178979_i,getDrawMode,0, +func_178981_a,addVertexData,0, +func_178987_a,putPosition,0, +func_178989_h,getVertexCount,0, +func_178990_f,putColorRGB_F4,0, +func_178993_a,setVertexState,0, +func_178994_b,putColorRGB_F,0, +func_179013_a,getRawBuffer,0, +func_179014_c,getVertexCount,0, +func_179016_d,getVertexFormat,0, +func_179022_a,renderByItem,0, +func_179025_a,getVertexInformation,0, +func_179027_a,getFacing,0, +func_179038_a,getWorldRendererByLayer,0, +func_179039_a,getWorldRendererByLayerId,0, +func_179082_a,clearColor,0, +func_179083_b,viewport,0, +func_179084_k,disableBlend,0, +func_179085_a,enableLight,0, +func_179086_m,clear,0, +func_179087_a,enableTexGenCoord,0, +func_179088_q,enablePolygonOffset,0, +func_179089_o,enableCull,0, +func_179090_x,disableTexture2D,0, +func_179091_B,enableRescaleNormal,0, +func_179092_a,alphaFunc,0, +func_179093_d,setFog,0, +func_179094_E,pushMatrix,0, +func_179095_a,setFogDensity,0, +func_179096_D,loadIdentity,0, +func_179097_i,disableDepth,0, +func_179098_w,enableTexture2D,0, +func_179099_b,popAttrib,0, +func_179100_b,disableTexGenCoord,0, +func_179101_C,disableRescaleNormal,0, +func_179102_b,setFogStart,0, +func_179103_j,shadeModel,0, +func_179104_a,colorMaterial,0, +func_179105_a,texGen,0, +func_179106_n,disableFog,0, +func_179107_e,cullFace,0, +func_179108_z,enableNormalize,0, +func_179109_b,translate,0, +func_179110_a,multMatrix,0, +func_179111_a,getFloat,0, +func_179112_b,blendFunc,0, +func_179113_r,disablePolygonOffset,0, +func_179114_b,rotate,0, +func_179115_u,enableColorLogic,0, +func_179116_f,colorLogicOp,0, +func_179117_G,resetColor,0, +func_179118_c,disableAlpha,0, +func_179119_h,disableColorMaterial,0, +func_179120_a,tryBlendFuncSeparate,0, +func_179121_F,popMatrix,0, +func_179122_b,disableLight,0, +func_179123_a,pushAttrib,0, +func_179124_c,color,0, +func_179125_c,texGenCoord,0, +func_179126_j,enableDepth,0, +func_179127_m,enableFog,0, +func_179128_n,matrixMode,0, +func_179129_p,disableCull,0, +func_179130_a,ortho,0, +func_179131_c,color,0, +func_179132_a,depthMask,0, +func_179133_A,disableNormalize,0, +func_179134_v,disableColorLogic,0, +func_179135_a,colorMask,0, +func_179136_a,doPolygonOffset,0, +func_179137_b,translate,0, +func_179138_g,setActiveTexture,0, +func_179139_a,scale,0, +func_179140_f,disableLighting,0, +func_179141_d,enableAlpha,0, +func_179142_g,enableColorMaterial,0, +func_179143_c,depthFunc,0, +func_179144_i,bindTexture,0, +func_179145_e,enableLighting,0, +func_179146_y,generateTexture,0, +func_179147_l,enableBlend,0, +func_179148_o,callList,0, +func_179149_a,texGen,0, +func_179150_h,deleteTexture,0, +func_179151_a,clearDepth,0, +func_179152_a,scale,0, +func_179153_c,setFogEnd,0, +func_179198_a,setDisabled,0, +func_179199_a,setState,0, +func_179200_b,setEnabled,0, +func_179214_a,registerItemBlock,2, +func_179215_a,updateItemStackNBT,2, +func_179216_c,registerItemBlock,2, +func_179217_a,registerItem,2, +func_179218_a,onBlockDestroyed,2, +func_179219_a,registerItem,2, +func_179221_a,applyRandomRotations,2, +func_179222_a,canPlaceBlockOnSide,0, +func_179223_d,getBlock,2, +func_179224_a,setTileEntityNBT,2, +func_179225_h,getBaseColor,2, +func_179229_a,resolveContents,2, +func_179230_h,getGeneration,2, +func_179233_a,createEntity,2, +func_179234_a,applyBonemeal,2, +func_179235_a,placeDoor,2, +func_179237_a,merge,2, +func_179238_g,get,2, +func_179242_c,getName,0, +func_179244_a,getPacket,2, +func_179245_a,registerPacket,2, +func_179246_a,getPacketId,2, +func_179249_a,writeEnumValue,2, +func_179250_a,writeByteArray,2, +func_179251_a,readByteArray,2, +func_179252_a,writeUniqueId,2, +func_179253_g,readUniqueId,2, +func_179254_b,writeVarLong,2, +func_179255_a,writeBlockPos,2, +func_179256_a,writeTextComponent,2, +func_179257_a,readEnumValue,2, +func_179258_d,readTextComponent,2, +func_179259_c,readBlockPos,2, +func_179260_f,readVarLong,2, +func_179280_b,load,2, +func_179281_c,getValue,2, +func_179288_a,sendPacket,2, +func_179289_a,setCompressionThreshold,2, +func_179290_a,sendPacket,2, +func_179291_h,hasNoChannel,2, +func_179292_f,isEncrypted,0, +func_179293_l,handleDisconnection,2, +func_179299_a,setCompressionThreshold,2, +func_179303_a,setCompressionThreshold,2, +func_179318_a,cartesianProduct,2, +func_179319_b,createArray,2, +func_179321_a,cartesianProduct,2, +func_179322_b,toArray,2, +func_179323_b,arraysAsLists,2, +func_179326_d,getName,0, +func_179327_a,getPartMask,0, +func_179328_b,getPartId,0, +func_179329_c,getPartName,0, +func_179342_a,getParticleFromId,2, +func_179344_e,getShouldIgnoreRange,2, +func_179345_d,getArgumentCount,2, +func_179346_b,getParticleName,2, +func_179348_c,getParticleID,2, +func_179399_a,populateMap,2, +func_179400_b,createMap,2, +func_179412_a,getPrice,2, +func_179413_d,getZ,2, +func_179414_a,writeToNBT,2, +func_179415_b,getX,2, +func_179416_c,getY,2, +func_179422_b,endOfData,2, +func_179431_f,maxTargetRange,2, +func_179438_f,getFollowRange,2, +func_179445_a,isSuitableTarget,2, +func_179446_a,setEntityAttackTarget,2, +func_179462_f,notifyHurt,2, +func_179479_b,setExecutionChance,2, +func_179480_f,makeUpdate,2, +func_179487_f,getIsAboveDestination,2, +func_179488_a,shouldMoveTo,2, +func_179489_g,searchForDestination,2, +func_179506_a,getBlockDoor,2, +func_179512_a,getAttackReachSqr,2, +func_179516_a,facings,2, +func_179518_a,random,2, +func_179524_a,getOffset,2, +func_179532_b,getRemainingItems,2, +func_179543_a,getSubCompound,2, +func_179544_c,canDestroy,2, +func_179545_c,areItemsEqual,2, +func_179546_a,onItemUse,2, +func_179547_d,canPlaceOn,2, +func_179548_a,onBlockDestroyed,2, +func_179554_a,getRegisteredItem,2, +func_179628_a,getResult,2, +func_179629_b,getAmount,2, +func_179630_c,isRelative,2, +func_179634_c,getTypeNames,2, +func_179635_a,getTypeByName,2, +func_179636_a,getTypeID,2, +func_179637_b,getTypeName,2, +func_179647_f,getNamePredicates,2, +func_179648_b,getXpLevelPredicates,2, +func_179649_c,getGamemodePredicates,2, +func_179651_b,getArgument,2, +func_179652_a,matchOneEntity,2, +func_179653_a,getInt,2, +func_179654_a,getWorlds,2, +func_179655_b,isEntityTypeValid,2, +func_179656_b,matchEntities,2, +func_179658_a,getEntitiesFromPredicates,2, +func_179659_d,getTeamPredicates,2, +func_179660_a,filterResults,2, +func_179661_a,getAABB,2, +func_179662_g,getRotationsPredicates,2, +func_179663_a,getTypePredicates,2, +func_179664_b,getBlockPosFromArguments,2, +func_179665_h,hasArgument,2, +func_179667_a,setScoreBoardStat,2, +func_179668_a,readStatsFromNBT,2, +func_179669_a,removeScoreBoardStat,2, +func_179670_b,writeStatsToNBT,2, +func_179671_a,addAllStats,2, +func_179677_a,checkForStuck,2, +func_179679_a,getPathFinder,2, +func_179680_a,getPathToPos,2, +func_179683_a,isSafeToStandAt,2, +func_179684_h,getCanSwim,2, +func_179685_e,setAvoidSun,2, +func_179686_g,getEnterDoors,2, +func_179687_p,getPathablePosY,2, +func_179688_b,setBreakDoors,2, +func_179691_c,setEnterDoors,2, +func_179692_b,isPositionClear,2, +func_179693_d,setCanSwim,2, +func_179697_g,getOnGround,0, +func_179700_a,getHeader,0, +func_179701_b,getFooter,0, +func_179707_f,doesShowParticles,0, +func_179709_b,getTargetBlock,2, +func_179712_b,getHitVec,2, +func_179714_b,getFacing,2, +func_179715_a,getPosition,2, +func_179722_a,getPosition,2, +func_179727_a,getEntity,2, +func_179730_a,getProfile,0, +func_179731_a,getCompressionThreshold,0, +func_179734_a,setMapdataTo,0, +func_179742_g,getOnGround,0, +func_179744_h,isReducedDebugInfo,0, +func_179746_d,getSoundPos,0, +func_179748_k,getParticleArgs,0, +func_179749_a,getParticleType,0, +func_179750_b,isLongDistance,0, +func_179767_a,getEntries,0, +func_179768_b,getAction,0, +func_179777_a,getSignPosition,0, +func_179780_a,getEntity,0, +func_179783_a,getURL,0, +func_179784_b,getHash,0, +func_179788_a,apply,0, +func_179798_a,getBedPosition,0, +func_179800_a,getSpawnPos,0, +func_179803_e,getFadeOutTime,0, +func_179804_d,getDisplayTime,0, +func_179805_b,getMessage,0, +func_179806_c,getFadeInTime,0, +func_179807_a,getType,0, +func_179813_h,getColor,0, +func_179814_i,getNameTagVisibility,0, +func_179817_d,getRenderType,0, +func_179819_c,getUniqueId,0, +func_179821_b,getPosition,0, +func_179823_a,getPos,0, +func_179825_a,getBlockPosition,0, +func_179827_b,getBlockPosition,0, +func_179830_a,isDifficultyLocked,0, +func_179831_b,getDifficulty,0, +func_179834_f,getFlags,0, +func_179836_c,getFacing,0, +func_179837_b,getPosition,0, +func_179840_c,getWindowTitle,0, +func_179844_a,getChangedBlocks,0, +func_179846_b,getDistanceToInsideBlockSq,2, +func_179847_f,getInsideOffsetX,2, +func_179848_a,getDistanceToDoorBlockSq,2, +func_179849_a,setLastActivityTimestamp,2, +func_179850_c,isInsideSide,2, +func_179851_i,getIsDetachedFromVillageFlag,2, +func_179852_d,getDoorBlockPos,2, +func_179853_a,setIsDetachedFromVillageFlag,2, +func_179854_a,getFaceDirection,2, +func_179855_g,getInsideOffsetZ,2, +func_179856_e,getInsideBlockPos,2, +func_179860_f,isWoodDoor,2, +func_179861_a,isAreaClearAround,2, +func_179862_a,findRandomSpawnPos,2, +func_179863_c,getDoorInfo,2, +func_179864_e,getExistedDoor,2, +func_179865_b,getNearestDoor,2, +func_179866_a,isBlockPosWithinSqVillageRadius,2, +func_179867_a,findRandomSpawnPos,2, +func_179868_d,redirectOutputToLog,2, +func_179869_a,isRegistered,2, +func_179870_a,printToSYSOUT,0, +func_179882_a,logString,2, +func_179885_a,getLongProperty,1, +func_179917_d,getX,2, +func_179918_f,getZ,2, +func_179919_e,getY,2, +func_179920_a,setDirection,2, +func_179921_a,setSpeed,2, +func_179926_b,isNotColliding,2, +func_179960_c,getGameMode,2, +func_179961_d,getDisplayName,2, +func_179962_a,getProfile,2, +func_179963_b,getPing,2, +func_179969_a,byName,2, +func_179971_a,getNames,2, +func_179985_a,processComponent,2, +func_179986_j,getInsertion,2, +func_179989_a,setInsertion,2, +func_179992_g,getSelector,2, +func_179994_h,getObjective,2, +func_179995_g,getName,2, +func_179997_b,setValue,2, +func_180031_a,checkThreadAndEnqueue,2, +func_180065_d,canJump,2, +func_180066_a,setCanJump,2, +func_180067_c,getIsJumping,2, +func_180088_c,getBlockState,2, +func_180089_b,getOffset,2, +func_180090_a,getPos,2, +func_180109_a,getPlacementForEntity,2, +func_180120_a,getDistanceUntilEdge,2, +func_180123_a,isMatchingName,2, +func_180124_b,getEntityNameList,2, +func_180125_b,isRegistered,2, +func_180134_f,getCombatDuration,2, +func_180135_h,getFighter,2, +func_180136_u,isCreativePlayer,2, +func_180138_v,setIsThornsDamage,2, +func_180139_w,getIsThornsDamage,2, +func_180142_b,getPotionFromResourceLocation,2, +func_180157_a,toNBT,2, +func_180158_b,fromNBT,2, +func_180159_b,getLock,2, +func_180160_a,isEmpty,2, +func_180166_a,getRandomItem,2, +func_180168_b,getAdditionalDifficulty,2, +func_180169_a,calculateAdditionalDifficulty,2, +func_180170_c,getClampedAdditionalDifficulty,2, +func_180173_a,spawnItemStack,2, +func_180174_a,dropInventoryItems,2, +func_180175_a,dropInventoryItems,2, +func_180176_a,dropInventoryItems,2, +func_180179_a,reset,0, +func_180181_b,rgb,0, +func_180182_a,getRandomUUID,2, +func_180183_b,rgb,0, +func_180184_b,normalizeAngle,0, +func_180185_a,epsilonEquals,0, +func_180186_a,getPositionRandom,0, +func_180187_c,getCoordinateRandom,2, +func_180188_d,multiplyColor,0, +func_180192_a,downloadResourcePack,0, +func_180199_c,isBoolean,0, +func_180204_a,getItemName,2, +func_180213_a,createLookup,2, +func_180215_b,getByClass,2, +func_180233_c,isVisibleTo,2, +func_180235_c,removeBlock,2, +func_180237_b,tryHarvestBlock,2, +func_180238_e,cancelDestroyingBlock,2, +func_180239_c,survivalOrAdventure,2, +func_180244_a,markBlockForUpdate,2, +func_180245_a,updateVisibility,2, +func_180246_b,getPosition,0, +func_180248_a,scheduleHalt,1, +func_180254_e,getType,2, +func_180255_c,getInt,2, +func_180262_a,addGameRule,2, +func_180263_c,getInt,2, +func_180264_a,areSameType,2, +func_180266_a,placeInPortal,2, +func_180267_a,canCreatureTypeSpawnAtLocation,2, +func_180276_a,getBiome,2, +func_180283_a,getColorAtPos,0, +func_180284_a,getBiome,2, +func_180285_a,getColorAtPos,0, +func_180286_a,getGrassColorAtPos,0, +func_180287_b,getFoliageColorAtPos,0, +func_180288_c,getWaterColorAtPos,0, +func_180292_a,decorate,2, +func_180300_a,getBiome,2, +func_180303_b,getRemainingItems,2, +func_180305_b,getEnchantmentByLocation,2, +func_180320_f,getMaxTradeUses,2, +func_180321_e,getToolUses,2, +func_180322_j,getRewardsExp,2, +func_180328_a,getPosition,2, +func_180330_f,getZEnd,2, +func_180331_a,getBlock,2, +func_180332_e,getXEnd,2, +func_180333_d,getZStart,2, +func_180334_c,getXStart,2, +func_180342_d,clearAffectedBlockPositions,2, +func_180343_e,getAffectedBlockPositions,2, +func_180346_a,getBlock,2, +func_180359_a,hasRailAt,2, +func_180360_a,updateConnectedRails,2, +func_180361_d,hasNeighborRail,2, +func_180362_b,getBlockState,2, +func_180363_c,isConnectedTo,2, +func_180364_a,place,2, +func_180372_d,getParent,2, +func_180374_a,hasModifier,2, +func_180375_b,getAppliedModifiers,2, +func_180376_c,createInstance,2, +func_180383_a,getRegisteredBlock,2, +func_180421_g,getLookPosZ,2, +func_180422_f,getLookPosY,2, +func_180423_e,getLookPosX,2, +func_180424_b,getIsLooking,2, +func_180425_c,getPosition,2, +func_180426_a,setPositionAndRotationDirect,0, +func_180427_aV,isImmuneToExplosions,2, +func_180428_a,getExplosionResistance,2, +func_180429_a,playStepSound,2, +func_180430_e,fall,2, +func_180431_b,isEntityInvulnerable,2, +func_180432_n,copyDataFromOld,2, +func_180434_a,renderParticle,0, +func_180436_i,enableLightmap,0, +func_180437_a,renderCloudsCheck,0, +func_180438_a,getNightVisionBrightness,0, +func_180439_a,playEvent,2, +func_180440_a,broadcastSound,2, +func_180441_b,sendBlockBreakProgress,2, +func_180442_a,spawnParticle,2, +func_180443_s,preRenderDamagedBlocks,0, +func_180444_a,renderStars,0, +func_180445_c,renderCloudsFancy,0, +func_180446_a,renderEntities,0, +func_180447_b,renderClouds,0, +func_180448_r,renderSkyEnd,0, +func_180449_a,renderWorldBorder,0, +func_180450_b,renderItemAndEffectIntoGUI,0, +func_180452_a,setupGuiTransform,0, +func_180453_a,renderItemOverlayIntoGUI,0, +func_180454_a,renderItem,0, +func_180455_b,renderString,0, +func_180457_u,getDefaultDisplayTile,2, +func_180459_n,moveDerailedMinecart,2, +func_180460_a,moveAlongTrack,2, +func_180461_b,canExtractItem,2, +func_180462_a,canInsertItem,2, +func_180463_a,getSlotsForFace,2, +func_180464_a,handleEnableCompression,2, +func_180465_a,moveTowards,2, +func_180466_bG,handleJumpLava,2, +func_180467_a,getBedSpawnLocation,2, +func_180468_a,displayGui,2, +func_180469_a,trySleep,2, +func_180470_cg,getBedLocation,2, +func_180472_a,displayVillagerTradeGui,2, +func_180473_a,setSpawnPoint,2, +func_180474_b,renderPortal,0, +func_180475_a,renderScoreboard,0, +func_180476_e,renderPumpkinOverlay,0, +func_180477_d,renderPlayerStats,0, +func_180479_a,renderHotbar,0, +func_180480_a,renderVignette,0, +func_180481_a,setEquipmentBasedOnDifficulty,2, +func_180482_a,onInitialSpawn,2, +func_180483_b,setEnchantmentBasedOnDifficulty,2, +func_180484_a,getBlockPathWeight,2, +func_180485_d,isWithinHomeDistanceFromPosition,2, +func_180486_cf,getHomePosition,2, +func_180487_n,getParticleType,2, +func_180489_a,spawnParticles,0, +func_180494_b,getBiome,2, +func_180495_p,getBlockState,2, +func_180497_b,scheduleBlockUpdate,2, +func_180498_a,playEvent,2, +func_180500_c,checkLightFor,2, +func_180501_a,setBlockState,2, +func_180502_D,isBlockinHighHumidity,2, +func_180503_b,invalidateRegionAndSetBlock,0, +func_180504_m,getSpawnCoordinate,2, +func_180505_a,spawnParticle,2, +func_180507_a_,setResourcePack,2, +func_180510_a,drawSplashScreen,0, +func_180511_b,clickBlock,0, +func_180512_c,onPlayerDamageBlock,0, +func_180513_a,getNearestStructurePos,2, +func_180514_a,recreateStructures,2, +func_180518_a,setBlocksInChunk,2, +func_180521_a,skinAvailable,0, +func_180522_a,getCoordinateInfo,2, +func_180523_a,addBlockInfo,2, +func_180524_a,getTabCompletions,2, +func_180526_a,parseDouble,2, +func_180527_d,parseBoolean,2, +func_180528_a,parseInt,2, +func_180529_a,buildString,2, +func_180530_a,join,2, +func_180531_e,getDifficultyFromCommand,2, +func_180532_a,addBlockHitEffects,0, +func_180533_a,addBlockDestroyEffects,0, +func_180546_a,render,0, +func_180547_a,normalize,0, +func_180548_c,bindEntityTexture,0, +func_180565_e,unsetScoreTeamColor,0, +func_180597_a,cacheActiveRenderInfo,0, +func_180599_n,updateAnimationInterpolated,0, +func_180600_a,allocateTextureImpl,0, +func_180601_a,downloadResourcePack,0, +func_180608_a,getCenter,2, +func_180609_b,addDoorsAround,2, +func_180610_a,isValidDragMode,2, +func_180611_e,getTileEntity,2, +func_180614_a,onItemUse,2, +func_180615_a,tryPlace,2, +func_180616_a,tryPlaceContainedLiquid,2, +func_180617_a,spawnBonemealParticles,0, +func_180618_a,attachToFence,2, +func_180620_b,placeInExistingPortal,2, +func_180621_a,getRandomChunkPosition,2, +func_180622_a,genTerrainBlocks,2, +func_180623_a,pickRandomFlower,2, +func_180624_a,decorate,2, +func_180625_c,getFoliageColorAtPos,0, +func_180626_a,getTemperature,2, +func_180627_b,getGrassColorAtPos,0, +func_180628_b,generateBiomeTerrain,2, +func_180629_a,getBand,2, +func_180630_a,findBiomePosition,2, +func_180631_a,getBiome,2, +func_180632_j,setDefaultState,2, +func_180633_a,onBlockPlacedBy,2, +func_180634_a,onEntityCollision,2, +func_180635_a,spawnAsEntity,2, +func_180636_a,collisionRayTrace,2, +func_180637_b,dropXpOnBlockBreak,2, +func_180639_a,onBlockActivated,2, +func_180640_a,getSelectedBoundingBox,0, +func_180641_l,getComparatorInputOverride,2, +func_180642_a,getStateForPlacement,2, +func_180643_i,getSilkTouchDrop,2, +func_180645_a,randomTick,2, +func_180646_a,getCollisionBoundingBox,2, +func_180647_a,getPlayerRelativeBlockHardness,2, +func_180649_a,onBlockClicked,2, +func_180650_b,updateTick,2, +func_180651_a,damageDropped,2, +func_180652_a,onExplosionDestroy,2, +func_180653_a,dropBlockAsItemWithChance,2, +func_180655_c,randomDisplayTick,0, +func_180656_a,getWeakPower,2, +func_180657_a,harvestBlock,2, +func_180658_a,onFallenUpon,2, +func_180659_g,getMapColor,2, +func_180660_a,getItemDropped,2, +func_180661_e,createBlockState,2, +func_180663_b,breakBlock,2, +func_180664_k,getRenderLayer,0, +func_180666_a,updateState,2, +func_180669_e,computeRedstoneStrength,2, +func_180670_a,canUseBonemeal,2, +func_180671_f,canBlockStay,2, +func_180672_a,getGrowthChance,2, +func_180673_e,trySpawnGolem,2, +func_180674_e,getPoweredState,2, +func_180675_k,getUnpoweredState,2, +func_180676_d,getLockableContainer,2, +func_180677_d,updatePower,2, +func_180678_e,dropRecord,2, +func_180679_a,checkWitherSpawn,2, +func_180682_b,eatCake,2, +func_180683_d,checkFall,2, +func_180684_e,teleport,2, +func_180686_a,setFireInfo,2, +func_180688_d,triggerMixEffects,2, +func_180690_f,placeStaticBlock,2, +func_180691_e,spawnParticles,2, +func_180692_a,explode,2, +func_180694_a,playSound,2, +func_180697_b,findRailAt,2, +func_180698_a,getRadiusPredicates,2, +func_180699_d,getBlockPos,2, +func_180700_a,checkLightSide,2, +func_180701_a,recursiveGenerate,2, +func_180702_a,addTunnel,2, +func_180703_a,addRoom,2, +func_180704_a,addTunnel,2, +func_180705_a,addRoom,2, +func_180706_b,getNearestStructurePos,2, +func_180707_a,addTunnel,2, +func_180708_a,writeGameProfile,2, +func_180709_b,generate,2, +func_180710_a,setPlantType,2, +func_180711_a,generateSaplings,2, +func_180713_a,getTagFromJson,2, +func_180714_a,writeString,2, +func_180715_a,getLayerFromString,2, +func_180716_a,getLayersFromString,2, +func_180728_a,getBlockState,0, +func_180735_b,getBufferData,0, +func_180751_d,getScoreAction,0, +func_180755_e,getDuration,0, +func_180760_b,getBufferData,2, +func_180762_c,getAction,2, +func_180764_b,getAction,2, +func_180777_a,randomlyRareFillWithBlocks,2, +func_180779_c,chooseProfession,2, +func_180780_a,getBlockState,2, +func_180781_a,initializeAllBiomeGenerators,2, +func_180783_e,setDifficultyLocked,2, +func_180784_a,onBlockClicked,2, +func_180785_a,blockRemoving,2, +func_180793_a,affectEntity,2, +func_180794_a,onAttributeModified,2, +func_180798_a,renderDebugInfoLeft,0, +func_180799_ab,isInLava,2, +func_181012_aH,getTeleportDirection,2, +func_181013_g,setRenderYawOffset,2, +func_181014_aG,getLastPortalVec,2, +func_181015_d,setPortal,2, +func_181022_b,stopUseShader,0, +func_181023_a,updateTileEntities,0, +func_181026_s,hasMarker,2, +func_181027_m,setMarker,2, +func_181029_i,resetPlayersOverlayFooterHeader,0, +func_181030_a,resetFooterHeader,0, +func_181031_a,setSettingsModified,0, +func_181033_a,canDestroyBlock,2, +func_181034_q,shouldBroadcastRconToOps,2, +func_181035_ah,shouldUseNativeTransport,2, +func_181037_M,getProfileProperties,0, +func_181040_m,getIsHittingBlock,0, +func_181041_d,isOnLAN,0, +func_181043_b,getTabCompletionCoordinateXZ,2, +func_181057_v,getPlayers,2, +func_181058_b,getFormattedListOfPlayers,2, +func_181066_d,getColor,2, +func_181068_c,getMapColor,2, +func_181070_c,getMapColor,2, +func_181072_c,getMapColor,2, +func_181074_c,getMapColor,2, +func_181076_a,getFacingFromAxis,2, +func_181078_a,areItemStacksExactlyEqual,2, +func_181079_c,setPos,2, +func_181086_a,isInvalidNeighbor,2, +func_181087_e,hasInvalidNeighbor,2, +func_181088_a,canPlaceBlock,2, +func_181089_f,createPatternHelper,2, +func_181090_a,canAttachTo,2, +func_181091_e,checkCanSurvive,2, +func_181100_a,getHeight,2, +func_181101_b,getWidth,2, +func_181117_a,getFrontTopLeft,2, +func_181118_d,getWidth,2, +func_181119_e,getHeight,2, +func_181123_a,areNBTEquals,2, +func_181124_a,createNetworkManagerAndConnect,0, +func_181138_a,offset,2, +func_181140_a,removeEntity,2, +func_181147_e,shouldRenderClouds,0, +func_181148_f,isUsingNativeTransport,0, +func_181155_a,setActive,0, +func_181156_c,setPage,0, +func_181157_b,initializeClassLookup,2, +func_181159_b,atan2,2, +func_181160_c,pct,2, +func_181161_i,fastInvSqrt,2, +func_181162_h,frac,0, +func_181535_r,getMusicTicker,0, +func_181536_a,draw,0, +func_181537_a,setConnectedToRealms,0, +func_181538_aA,getCurrentAction,0, +func_181539_aj,getFrameTimer,0, +func_181540_al,isConnectedToRealms,0, +func_181544_b,setSeaLevel,2, +func_181545_F,getSeaLevel,2, +func_181550_a,updateBoundingBox,2, +func_181551_a,renderSelectedItem,0, +func_181552_c,getFrameColor,0, +func_181553_a,blendColors,0, +func_181554_e,renderLagometer,0, +func_181558_a,playMusic,0, +func_181559_a,renderChar,0, +func_181560_a,updateCameraAndRender,0, +func_181562_a,getRenderChunkOffset,0, +func_181564_a,renderItem,0, +func_181565_a,draw,0, +func_181617_a,runTask,2, +func_181623_g,canSpawnInBlock,2, +func_181624_a,isTwoByTwoOfType,2, +func_181627_a,createLoadingCache,2, +func_181631_a,crosSection,2, +func_181632_a,placeVine,2, +func_181638_a,placeTreeOfHeight,2, +func_181639_b,placeLogAt,2, +func_181642_b,placeLogAt,2, +func_181647_a,addVine,2, +func_181650_b,addHangingVine,2, +func_181651_a,addVine,2, +func_181652_a,placeCocoa,2, +func_181655_a,generateWaterBox,2, +func_181656_b,hasNaN,0, +func_181662_b,pos,0, +func_181663_c,normal,0, +func_181664_j,getBufferSize,0, +func_181665_a,getDistanceSq,0, +func_181666_a,color,0, +func_181667_k,nextVertexFormatIndex,0, +func_181668_a,begin,0, +func_181669_b,color,0, +func_181670_b,growBuffer,0, +func_181672_a,getVertexState,0, +func_181674_a,sortVertexData,0, +func_181675_d,endVertex,0, +func_181679_a,draw,0, +func_181681_a,getTransform,0, +func_181682_g,getAllTransforms,0, +func_181683_a,getTransform,0, +func_181687_c,hasCustomTransform,0, +func_181688_b,getTransform,0, +func_181689_a,applyTransform,0, +func_181701_a,getBlockPosOffset16,0, +func_181719_f,getIntegerSize,0, +func_181720_d,getOffset,0, +func_181721_a,addElement,0, +func_181722_a,bufferData,0, +func_181743_a,addForClass,2, +func_181746_c,getFrames,0, +func_181747_a,addFrame,0, +func_181748_a,getLagometerValue,0, +func_181749_a,getLastIndex,0, +func_181750_b,getIndex,0, +func_181751_b,parseIndex,0, +func_181756_a,getInteger,0, +func_181758_c,hsvToRGB,0, +func_183000_F,onlyOpsCanSetNbt,2, +func_183002_r,shouldBroadcastConsoleToOps,2, +func_183005_a,isThereOneNegativeScale,0, +func_183006_b,isMovePlayerPacketInvalid,2, +func_183013_b,writeChunkData,2, +func_183019_a,getResourcePackFormat,0, +func_183023_f,bypassesPlayerLimit,2, +func_183024_b,bypassesPlayerLimit,2, +func_183026_b,bypassesPlayerLimit,2, +func_183027_f,getPackFormat,0, +func_183028_i,deleteOldServerResourcesPacks,0, +func_183029_j,getCpu,0, +func_183500_a,setGuiSize,0, +func_183501_a,areRealmsNotificationsEnabled,0, +func_184044_a,renderHotbarItem,0, +func_184045_a,renderAttackIndicator,0, +func_184046_j,getBossOverlay,0, +func_184047_e,renderMountHealth,0, +func_184048_a,renderPotionEffects,0, +func_184051_a,renderBossHealth,0, +func_184052_a,render,0, +func_184053_e,shouldDarkenSky,0, +func_184054_d,shouldPlayEndBossMusic,0, +func_184055_a,read,0, +func_184056_f,shouldCreateFog,0, +func_184057_b,clearBossInfos,0, +func_184067_a,soundPlay,0, +func_184068_a,renderSubtitles,0, +func_184072_a,setCompletions,0, +func_184073_g,updateMode,0, +func_184074_h,nextMode,0, +func_184075_a,updateGui,0, +func_184076_j,updateAutoExec,0, +func_184077_i,updateConditional,0, +func_184087_a,updateCommandOutput,0, +func_184097_a,getDisplayString,0, +func_184098_a,handleMouseClick,0, +func_184102_h,getServer,2, +func_184103_al,getPlayerList,2, +func_184104_a,getTabCompletions,2, +func_184105_a,setPlayerList,2, +func_184106_y,isWorldIconSet,0, +func_184107_a,applyServerIconToResponse,2, +func_184108_a,getSpawnRadius,2, +func_184109_z,getWorldIconFile,0, +func_184113_aK,loadResourcePackSHA,1, +func_184117_aA,processKeyBinds,0, +func_184118_az,runTickKeyboard,0, +func_184119_a,storeTEInStack,0, +func_184121_ak,getRenderPartialTicks,0, +func_184122_c,processKeyF3,0, +func_184123_d,getVersionType,0, +func_184124_aB,runTickMouse,0, +func_184125_al,getBlockColors,0, +func_184126_aj,getDataFixer,0, +func_184133_a,playSound,2, +func_184134_a,playSound,2, +func_184135_a,sendPacketToServer,2, +func_184136_b,getNearestPlayerNotCreative,2, +func_184137_a,getClosestPlayer,2, +func_184138_a,notifyBlockUpdate,2, +func_184139_a,getNearestAttackablePlayer,2, +func_184141_c,getGroundAboveSeaLevel,2, +func_184142_a,getNearestAttackablePlayer,2, +func_184143_b,collidesWithAnyBlock,2, +func_184144_a,getCollisionBoxes,2, +func_184145_b,isUpdateScheduled,2, +func_184146_ak,getLootTableManager,2, +func_184147_l,tickPlayers,2, +func_184148_a,playSound,2, +func_184149_a,playRecord,2, +func_184150_a,getNearestAttackablePlayer,2, +func_184153_a,showBarrierParticles,0, +func_184154_a,refreshVisibleChunks,0, +func_184156_a,playSound,0, +func_184159_a,sendPacketWithinDistance,2, +func_184161_a,spawnParticle,2, +func_184162_i,playerCheckLight,2, +func_184163_y,getStructureTemplateManager,2, +func_184164_w,getPlayerChunkMap,2, +func_184165_i,canAddEntity,2, +func_184166_c,saveAdditionalData,2, +func_184167_a,setSuccessCount,2, +func_184172_bi,getAdjustedHorizontalFacing,2, +func_184173_H,decrementTimeUntilPortal,2, +func_184174_b,setDropItemsWhenDead,2, +func_184175_a,getRecursivePassengersByType,2, +func_184176_by,getSoundCategory,2, +func_184177_bl,getRenderBoundingBox,0, +func_184178_b,addTrackingPlayer,2, +func_184179_bs,getControllingPassenger,2, +func_184180_b,getRecursivePassengersByType,2, +func_184181_aa,getSplashSound,2, +func_184182_bu,getRecursivePassengers,2, +func_184183_bd,getRenderDistanceWeight,0, +func_184184_Z,getSwimSound,2, +func_184185_a,playSound,2, +func_184186_bw,canPassengerSteer,2, +func_184187_bx,getRidingEntity,2, +func_184188_bt,getPassengers,2, +func_184189_br,setPositionNonDirty,2, +func_184190_l,applyOrientationToEntity,0, +func_184191_r,isOnSameTeam,2, +func_184192_z,getPushReaction,2, +func_184193_aE,getArmorInventoryList,2, +func_184194_a,isOnScoreboardTeam,2, +func_184195_f,setGlowing,2, +func_184196_w,isPassenger,2, +func_184197_b,removeTag,2, +func_184198_c,writeToNBTAtomically,2, +func_184199_a,applyPlayerInteraction,2, +func_184200_o,addPassenger,2, +func_184201_a,setItemStackToSlot,2, +func_184202_aL,isGlowing,2, +func_184203_c,removeTrackingPlayer,2, +func_184204_a,changeDimension,2, +func_184205_a,startRiding,2, +func_184206_a,notifyDataManagerChange,2, +func_184207_aI,isBeingRidden,2, +func_184208_bv,getLowestRidingEntity,2, +func_184209_aF,getEquipmentAndArmor,2, +func_184210_p,dismountRidingEntity,2, +func_184211_a,addTag,2, +func_184212_Q,getDataManager,2, +func_184213_bq,ignoreItemEntityData,2, +func_184214_aD,getHeldEquipment,2, +func_184215_y,isRidingOrBeingRiddenBy,2, +func_184216_O,getTags,2, +func_184217_a,getMirroredYaw,2, +func_184218_aH,isRiding,2, +func_184219_q,canFitPassenger,2, +func_184220_m,startRiding,2, +func_184221_a,setUniqueId,2, +func_184222_aU,isNonBoss,2, +func_184223_x,isRidingSameEntity,2, +func_184224_h,setEntityInvulnerable,2, +func_184225_p,removePassenger,2, +func_184226_ay,removePassengers,2, +func_184227_b,setRenderDistanceWeight,0, +func_184228_n,canBeRidden,2, +func_184229_a,getRotatedYaw,2, +func_184230_a,processInitialInteract,2, +func_184231_a,updateFallState,2, +func_184232_k,updatePassenger,2, +func_184249_c,setConditionMet,2, +func_184250_a,setPowered,2, +func_184251_i,getMode,2, +func_184252_d,setSendToClient,2, +func_184253_b,setAuto,2, +func_184254_e,isAuto,2, +func_184255_d,isPowered,2, +func_184256_g,isConditionMet,2, +func_184257_h,isSendToClient,2, +func_184258_j,isConditional,2, +func_184263_a,create,2, +func_184264_v,getType,2, +func_184276_b,getLootTable,2, +func_184279_f,isBeaconEffect,2, +func_184281_d,fillWithLoot,2, +func_184282_c,checkLootAndWrite,2, +func_184283_b,checkLootAndRead,2, +func_184288_f,addLoot,2, +func_184289_a,setLootTable,2, +func_184292_a,getCaptureItems,2, +func_184293_a,setProfileCache,2, +func_184294_a,setSessionService,2, +func_184295_a,getAnimationProgress,0, +func_184300_h,triggerCooldown,2, +func_184301_a,getChunk,2, +func_184302_e,getSpawnPercent,0, +func_184303_j,findExitPosition,2, +func_184304_i,getParticleAmount,0, +func_184305_g,getCooldownPercent,0, +func_184306_a,teleportEntity,2, +func_184307_a,findSpawnpointInChunk,2, +func_184308_a,findHighestBlock,2, +func_184309_b,isSpawning,2, +func_184310_d,isCoolingDown,2, +func_184311_k,findExitPortal,2, +func_184312_b,createExitPortal,2, +func_184313_a,shouldRenderFace,0, +func_184319_a,getAABB,2, +func_184320_e,getExtendedProgress,2, +func_184321_a,getAABB,2, +func_184322_i,moveCollidedEntities,2, +func_184323_a,handleMoveVehicle,2, +func_184324_a,handleCooldown,2, +func_184325_a,handleUpdateBossInfo,2, +func_184326_a,processChunkUnload,2, +func_184327_a,handleSoundEffect,2, +func_184328_a,handleSetPassengers,2, +func_184329_a,handleCustomSound,2, +func_184330_a,handlePlayerPosLook,2, +func_184337_a,processTryUseItemOnBlock,2, +func_184338_a,processVehicleMove,2, +func_184339_a,processConfirmTeleport,2, +func_184340_a,processSteerBoat,2, +func_184341_b,isMoveVehiclePacketInvalid,2, +func_184342_d,captureCurrentPosition,2, +func_184364_b,getSound,0, +func_184365_d,getCategory,0, +func_184366_a,createAccessor,0, +func_184370_a,getMusicRecord,0, +func_184371_a,getMasterRecord,0, +func_184372_a,getRecordSoundRecord,0, +func_184373_n,createWorldIcon,0, +func_184375_a,playSoundToAllNearExcept,2, +func_184376_a,notifyBlockUpdate,2, +func_184377_a,playRecord,2, +func_184378_a,didBlockChange,2, +func_184382_g,getRenderedChunks,0, +func_184383_a,isOutlineActive,0, +func_184384_n,hasNoChunkUpdates,0, +func_184385_a,markBlocksForUpdate,0, +func_184389_a,getModelForState,0, +func_184391_a,renderItemAndEffectIntoGUI,0, +func_184392_a,renderItem,0, +func_184393_a,getItemModelWithOverrides,0, +func_184394_a,renderItemModel,0, +func_184396_a,getResourceLocation,0, +func_184397_a,generateMipmaps,0, +func_184398_a,getAccessor,0, +func_184399_a,setSoundLevel,0, +func_184400_b,removeListener,0, +func_184401_a,validateSoundResource,0, +func_184402_a,addListener,0, +func_184403_b,getFlowerItemStack,2, +func_184404_a,setName,2, +func_184405_a,setMode,2, +func_184406_a,setIgnoresEntities,2, +func_184408_a,setRotation,2, +func_184409_c,setSize,2, +func_184410_b,setMetadata,2, +func_184411_a,setMirror,2, +func_184412_n,load,2, +func_184414_b,setPosition,2, +func_184415_a,filterRelatedCornerBlocks,2, +func_184416_a,calculateEnclosingBoundingBox,2, +func_184417_l,detectSize,2, +func_184418_a,getNearbyCornerBlocks,2, +func_184419_m,save,2, +func_184429_b,getSlotFor,0, +func_184430_d,pickItem,2, +func_184431_b,stackEqualExact,2, +func_184432_b,canHarvestBlock,2, +func_184433_k,getBestHotbarSlot,2, +func_184434_a,setPickedItemStack,0, +func_184435_e,isHotbar,2, +func_184436_a,canMergeStacks,2, +func_184437_d,deleteStack,2, +func_184438_a,getDestroySpeed,2, +func_184441_l,getBoatGlide,2, +func_184442_a,updateInputs,0, +func_184443_x,controlBoat,2, +func_184444_v,getUnderwaterStatus,2, +func_184445_a,setPaddleState,2, +func_184446_u,checkInWater,2, +func_184447_s,tickLerp,2, +func_184448_a,getRowingTime,0, +func_184449_t,getBoatStatus,2, +func_184450_w,updateMotion,2, +func_184451_k,getWaterLevelAbove,2, +func_184453_r,getBoatType,2, +func_184454_a,applyYawToEntity,2, +func_184455_j,getItemBoat,2, +func_184457_a,getPaddleState,2, +func_184458_a,setBoatType,2, +func_184481_a,setOwner,2, +func_184482_a,setColor,2, +func_184483_a,setRadius,2, +func_184484_a,setPotion,2, +func_184485_d,setWaitTime,2, +func_184486_b,setDuration,2, +func_184487_c,setRadiusPerTick,2, +func_184488_a,setIgnoreRadius,2, +func_184489_o,getDuration,2, +func_184490_j,getRadius,2, +func_184491_a,setParticle,2, +func_184492_k,getColor,2, +func_184493_l,getParticle,2, +func_184494_w,getOwner,2, +func_184495_b,setRadiusOnUse,2, +func_184496_a,addEffect,2, +func_184497_n,shouldIgnoreRadius,2, +func_184514_c,xpToDurability,2, +func_184515_b,durabilityToXp,2, +func_184516_a,setBeamTarget,2, +func_184517_a,setShowBottom,2, +func_184518_j,getBeamTarget,2, +func_184519_a,onCrystalDestroyed,2, +func_184520_k,shouldShowBottom,2, +func_184523_o,playPlaceSound,2, +func_184527_k,bringInHookedEntity,2, +func_184530_a,setOrigin,2, +func_184531_j,getOrigin,0, +func_184534_a,setFuse,2, +func_184535_k,getFuseDataManager,2, +func_184536_l,getFuse,2, +func_184538_a,shoot,2, +func_184541_a,setItem,2, +func_184542_a,extinguishFires,2, +func_184543_l,getPotion,2, +func_184544_n,isLingering,2, +func_184547_a,shoot,2, +func_184548_a,arrowHit,2, +func_184549_a,onHit,2, +func_184550_j,getArrowStack,2, +func_184551_a,findEntityOnPath,2, +func_184555_a,setPotionEffect,2, +func_184556_b,spawnPotionParticles,2, +func_184557_n,getColor,2, +func_184558_a,addEffect,2, +func_184563_j,getParticleType,2, +func_184564_k,isFireballFiery,2, +func_184567_a,bulletHit,2, +func_184568_a,setDirection,2, +func_184569_a,selectNextMoveDirection,2, +func_184581_c,playHurtSound,2, +func_184582_a,getItemStackFromSlot,2, +func_184583_d,canBlockDamageSource,2, +func_184584_a,updateItemUse,2, +func_184585_cz,isActiveItemStackBlocking,2, +func_184586_b,getHeldItem,2, +func_184587_cr,isHandActive,2, +func_184588_d,getFallSound,2, +func_184589_d,removePotionEffect,2, +func_184590_k,damageShield,2, +func_184591_cq,getPrimaryHand,2, +func_184592_cb,getHeldItemOffhand,2, +func_184593_a,areAllPotionsAmbient,2, +func_184594_b,frostWalk,2, +func_184595_k,attemptTeleport,2, +func_184596_c,removeActivePotionEffect,2, +func_184597_cx,stopActiveHand,2, +func_184598_c,setActiveHand,2, +func_184599_cB,getTicksElytraFlying,0, +func_184600_cs,getActiveHand,2, +func_184601_bQ,getHurtSound,2, +func_184602_cy,resetActiveHand,2, +func_184603_cC,canBeHitWithPotion,2, +func_184604_a,canGoThroughtTrapDoorOnLadder,2, +func_184605_cv,getItemInUseCount,2, +func_184606_a_,playEquipSound,2, +func_184607_cu,getActiveItemStack,2, +func_184608_ct,updateActiveHand,2, +func_184609_a,swingArm,2, +func_184610_a,dropLoot,2, +func_184611_a,setHeldItem,2, +func_184612_cw,getItemInUseMaxCount,2, +func_184613_cA,isElytraFlying,2, +func_184614_ca,getHeldItemMainhand,2, +func_184615_bR,getDeathSound,2, +func_184616_r,updateElytra,2, +func_184636_a,getArmorByChance,2, +func_184638_cS,isLeftHanded,2, +func_184639_G,getAmbientSound,2, +func_184640_d,getSlotForItemStack,2, +func_184641_n,setLeftHanded,2, +func_184642_a,setDropChance,2, +func_184643_a,getPathPriority,2, +func_184644_a,setPathPriority,2, +func_184645_a,processInteract,2, +func_184646_p,setMoveStrafing,2, +func_184647_J,getLootTable,2, +func_184648_b,isItemStackInSlot,2, +func_184649_cE,getHorizontalFaceSpeed,2, +func_184650_s,createBodyHelper,2, +func_184651_r,initEntityAI,2, +func_184652_a,canBeLeashedTo,2, +func_184662_q,getHeadYOffset,2, +func_184663_l,getNearestPpIdx,2, +func_184664_cU,getFightManager,2, +func_184665_a,getHeadLookVec,2, +func_184666_a,findPath,2, +func_184667_a,getHeadPartYOffset,0, +func_184668_a,dropExperience,2, +func_184669_a,makePath,2, +func_184670_cT,getPhaseManager,2, +func_184671_o,initPathPoints,2, +func_184672_a,onCrystalDestroyed,2, +func_184684_db,getPeekTick,2, +func_184686_df,isClosed,2, +func_184688_a,getClientPeekAmount,0, +func_184689_o,tryTeleportToNewPosition,2, +func_184691_a,updateArmorModifier,2, +func_184692_dd,getOldAttachPos,0, +func_184693_dc,getClientTeleportInterp,0, +func_184694_g,setAttachmentPos,2, +func_184696_cZ,getAttachmentFacing,2, +func_184697_de,isAttachedToBlock,0, +func_184699_da,getAttachmentPos,2, +func_184709_cY,getSquishSound,2, +func_184710_cZ,getJumpSound,2, +func_184716_o,playEndermanSound,2, +func_184724_a,setSwingingArms,2, +func_184725_db,isSwingingArms,0, +func_184730_o,isDrinkingPotion,2, +func_184733_a,setArmsRaised,2, +func_184734_db,isArmsRaised,0, +func_184747_a,setPumpkinEquipped,2, +func_184748_o,isPumpkinEquipped,2, +func_184753_b,getOwnerId,2, +func_184754_b,setOwnerId,2, +func_184762_da,boost,2, +func_184770_cZ,startJumping,2, +func_184771_da,getJumpSound,2, +func_184772_dk,getRandomRabbitType,2, +func_184775_b,handleStartJump,2, +func_184776_b,canJump,2, +func_184777_r_,handleStopJump,2, +func_184779_b,setOwnerUniqueId,2, +func_184780_dh,getOwnerUniqueId,2, +func_184783_dl,getHorseArmorType,2, +func_184785_dv,getAngrySound,2, +func_184795_a,swapItem,2, +func_184796_b,isDisabled,2, +func_184797_a,setBit,2, +func_184808_cD,updateSize,2, +func_184809_a,displayGuiEditCommandCart,2, +func_184810_cG,spawnSweepParticles,2, +func_184811_cZ,getCooldownTracker,2, +func_184812_l_,isCreative,2, +func_184813_a,getDigSpeed,2, +func_184814_a,openBook,2, +func_184815_l,createCooldownTracker,2, +func_184816_a,dropItemAndGetStack,2, +func_184817_da,getLuck,2, +func_184818_cX,getCooldownPeriod,2, +func_184819_a,setPrimaryHand,2, +func_184820_o,updateCape,2, +func_184821_cY,resetCooldown,2, +func_184823_b,canHarvestBlock,2, +func_184824_a,displayGuiCommandBlock,2, +func_184825_o,getCooledAttackStrength,2, +func_184826_a,openGuiHorseInventory,2, +func_184833_s,isPlayerInfoSet,0, +func_184834_t,getLocationElytra,0, +func_184838_M,isRowingBoat,0, +func_184839_n,setPermissionLevel,0, +func_184840_I,getPermissionLevel,0, +func_184846_L,clearInvulnerableDimensionChange,2, +func_184847_M,setElytraFlying,2, +func_184848_d,addEntity,2, +func_184849_a,updateScorePoints,2, +func_184850_K,isInvulnerableDimensionChange,2, +func_184861_a,setVersionTooltip,0, +func_184862_a,postInit,0, +func_184863_a,selectWorld,0, +func_184870_b,getClickedComponentAt,0, +func_184876_a,getCoordinateInfo,2, +func_184878_a,getLastElement,2, +func_184879_a,getServer,2, +func_184881_a,execute,2, +func_184882_a,checkPermission,2, +func_184883_a,getTabCompletions,2, +func_184884_a,getEntity,2, +func_184885_b,getEntity,2, +func_184886_d,getPlayerName,2, +func_184887_a,entityToNBT,2, +func_184888_a,getPlayer,2, +func_184889_a,toSyntaxException,2, +func_184890_c,getEntityList,2, +func_184891_e,getEntityName,2, +func_184892_a,banIp,2, +func_184893_b,getProfilerResults,2, +func_184894_a,saveProfilerResults,2, +func_184895_a,appendProfilerResults,2, +func_184896_a,setDefaultGameType,2, +func_184897_a,getOverWorldGameRules,2, +func_184898_a,notifyGameRuleChange,2, +func_184899_a,getCommandMap,2, +func_184900_a,getSortedPossibleCommands,2, +func_184903_a,convertToObjective,2, +func_184904_b,getTriggerNames,2, +func_184905_a,removeObjective,2, +func_184906_o,applyPlayerOperation,2, +func_184907_n,testPlayerScore,2, +func_184908_a,addObjective,2, +func_184909_b,handleUserWildcards,2, +func_184910_b,addTeam,2, +func_184911_g,leaveTeam,2, +func_184912_l,resetPlayerScore,2, +func_184913_a,getScoreboard,2, +func_184914_m,enablePlayerTrigger,2, +func_184915_a,convertToTeam,2, +func_184916_f,joinTeam,2, +func_184917_h,emptyTeam,2, +func_184918_k,addPlayerScore,2, +func_184919_i,setDisplayObjective,2, +func_184920_j,listPlayers,2, +func_184921_d,removeTeam,2, +func_184922_e,listTeams,2, +func_184923_c,setTeamOption,2, +func_184924_a,applyPlayerTag,2, +func_184925_a,listObjectives,2, +func_184926_a,getObjectiveNames,2, +func_184927_a,getObjectiveNames,2, +func_184928_b,incrementAllWorldTimes,2, +func_184929_a,setAllWorldTimes,2, +func_184930_a,toggleRainfall,2, +func_184931_a,getWorldBorder,2, +func_184932_a,setCommandStatForSender,2, +func_184951_f,getTagPredicates,2, +func_184952_c,getScorePredicates,2, +func_184954_b,getName,2, +func_184955_a,getById,0, +func_184956_a,getId,2, +func_184979_a,byId,2, +func_184980_a,getName,2, +func_184981_a,getTypeFromString,2, +func_184982_b,getMetadata,2, +func_184993_a,setNextSpawnData,2, +func_184994_d,getCachedEntity,0, +func_184996_a,slotClick,2, +func_185000_c,broadcastData,2, +func_185004_b_,isValidBrewingFuel,2, +func_185017_b,getSoundEvent,2, +func_185040_i,hasCustomProperties,0, +func_185043_a,addPropertyOverride,2, +func_185045_a,getPropertyGetter,0, +func_185052_a,createArrow,2, +func_185054_a,appendHoverTextFromTileEntityTag,0, +func_185055_a,makeState,2, +func_185058_h_,isArrow,2, +func_185059_b,getArrowVelocity,2, +func_185060_a,findAmmo,2, +func_185061_a,turnBottleIntoItem,2, +func_185063_a,scaleMap,2, +func_185064_b,enableMapTracking,2, +func_185069_d,isUsable,2, +func_185070_a,setPotionEffect,2, +func_185071_a,setBlock,2, +func_185074_a,getBySound,0, +func_185075_h,getSound,0, +func_185078_a,applyEntityIdToItemStack,0, +func_185079_a,applyItemEntityDataToEntity,2, +func_185082_a,dispenseArmor,2, +func_185083_B_,getEquipmentSlot,0, +func_185085_a,apply,0, +func_185087_a,wobble,0, +func_185092_a,getSpawnToAngle,0, +func_185093_a,wobble,0, +func_185094_a,getFrameRotation,0, +func_185108_a,getById,2, +func_185110_a,getModeId,2, +func_185119_l,getHorizontalAngle,2, +func_185129_a,addAttributeModifier,2, +func_185132_d,areItemsEqualIgnoreDurability,2, +func_185136_b,isItemEqualIgnoreDurability,2, +func_185140_b,notifyOnSet,2, +func_185141_a,hasCooldown,2, +func_185142_b,removeCooldown,0, +func_185143_a,getCooldown,2, +func_185144_a,tick,2, +func_185145_a,setCooldown,2, +func_185146_c,notifyOnRemove,2, +func_185168_a,getPotionTypeForName,2, +func_185170_a,getEffects,2, +func_185172_c,hasInstantEffect,2, +func_185173_a,registerPotionType,2, +func_185174_b,getNamePrefixed,2, +func_185175_b,registerPotionTypes,2, +func_185181_a,getPotionColorFromEffectList,2, +func_185182_a,addPotionTooltip,0, +func_185183_a,getPotionColor,2, +func_185184_a,appendEffects,2, +func_185185_a,getEffectsFromTag,2, +func_185186_a,mergeEffects,2, +func_185187_c,getPotionTypeFromNBT,2, +func_185188_a,addPotionToItemStack,2, +func_185189_a,getEffectsFromStack,2, +func_185190_b,getFullEffectsFromItem,2, +func_185191_c,getPotionFromItem,2, +func_185192_b,getFullEffectsFromTag,2, +func_185193_a,addCustomPotionEffectToList,2, +func_185203_b,isItemConversionReagent,2, +func_185205_a,isReagent,2, +func_185206_b,hasItemConversions,2, +func_185207_a,init,2, +func_185208_a,hasConversions,2, +func_185209_c,hasTypeConversions,2, +func_185211_c,isTypeConversionReagent,2, +func_185212_d,doReaction,2, +func_185217_a,getRegisteredPotionType,2, +func_185257_f,registerEnchantments,2, +func_185258_b,getEnchantmentID,2, +func_185260_a,getEntityEquipment,2, +func_185261_e,isTreasureEnchantment,2, +func_185262_c,getEnchantmentByID,2, +func_185266_a,freezeNearby,2, +func_185270_a,getWeight,2, +func_185277_b,getNbt,2, +func_185278_a,toCompoundTag,2, +func_185282_a,removeIncompatible,2, +func_185283_h,getLootingModifier,2, +func_185284_a,getMaxEnchantmentLevel,2, +func_185287_i,getAquaAffinityModifier,2, +func_185291_a,getEnchantmentDatas,2, +func_185292_c,getRespirationModifier,2, +func_185293_e,getEfficiencyModifier,2, +func_185294_d,getDepthStriderModifier,2, +func_185295_a,getRegisteredEnchantment,2, +func_185314_a,getTypeName,2, +func_185315_c,getEnchantIncreasePerLevel,2, +func_185316_b,getMinimalEnchantability,2, +func_185327_a,getDistanceSq,2, +func_185328_a,parseGameTypeWithDefault,2, +func_185329_a,parseGameTypeWithDefault,2, +func_185331_a,isValidEmptySpawnBlock,2, +func_185332_f,getDistance,2, +func_185334_h,toImmutable,2, +func_185336_p,setY,2, +func_185339_c,retain,2, +func_185342_g,retain,0, +func_185344_t,release,2, +func_185345_c,retain,2, +func_185346_s,retain,2, +func_185352_i,ignorePlayerSpawnSuitability,2, +func_185353_n,getDefaultTemperature,2, +func_185354_a,registerBiome,2, +func_185355_j,getBaseHeight,2, +func_185356_b,getMutationForBiome,2, +func_185357_a,getBiomeForId,2, +func_185358_q,registerBiomes,2, +func_185359_l,getBiomeName,0, +func_185360_m,getHeightVariation,2, +func_185361_o,getWaterColor,0, +func_185362_a,getIdForBiome,2, +func_185363_b,isMutation,2, +func_185378_a,addDoublePlants,2, +func_185379_b,addMushrooms,2, +func_185395_b,setRainfall,2, +func_185396_a,setRainDisabled,2, +func_185398_c,setBaseHeight,2, +func_185399_a,setBaseBiome,2, +func_185400_d,setHeightVariation,2, +func_185402_a,setWaterColor,2, +func_185410_a,setTemperature,2, +func_185411_b,setSnowEnabled,2, +func_185426_a,getSpikesForWorld,2, +func_185428_a,getRegisteredBiome,2, +func_185467_w,getSoundType,2, +func_185471_a,withMirror,2, +func_185473_a,getItem,2, +func_185477_a,addCollisionBoxToList,2, +func_185481_k,isTopSolid,2, +func_185484_c,getPackedLightmapCoords,0, +func_185485_f,getAmbientOcclusionLightValue,0, +func_185492_a,addCollisionBoxToList,2, +func_185496_a,getBoundingBox,2, +func_185499_a,withRotation,2, +func_185503_a,rayTrace,2, +func_185507_b,playClickOnSound,2, +func_185508_c,playClickOffSound,2, +func_185514_i,canSustainBush,2, +func_185517_a,getType,2, +func_185524_e,getAgeProperty,2, +func_185525_y,isMaxAge,2, +func_185526_g,getMaxAge,2, +func_185527_x,getAge,2, +func_185528_e,withAge,2, +func_185529_b,getBonemealAgeIncrease,2, +func_185545_A,isAlternateInput,2, +func_185546_B,isDiode,2, +func_185547_C,isSameDiode,2, +func_185549_e,getTileDataItemStack,2, +func_185576_e,getInstrument,2, +func_185588_a,createTilePiston,2, +func_185589_c,getTilePistonAt,2, +func_185592_b,updateConnectedRails,2, +func_185601_a,growTreeRecursive,2, +func_185602_a,placeGrownFlower,2, +func_185603_a,generatePlant,2, +func_185604_a,areAllNeighborsEmpty,2, +func_185605_c,placeDeadFlower,2, +func_185606_b,canSurvive,2, +func_185608_b,canSurviveAt,2, +func_185615_a,playClickSound,2, +func_185616_e,checkPressed,2, +func_185617_b,playReleaseSound,2, +func_185633_i,getArmShape,2, +func_185646_a,canPush,2, +func_185654_e,getCloseSound,2, +func_185655_g,getOpenSound,2, +func_185661_e,getOrCreatePortalShape,2, +func_185666_i,getBoundingBoxIdx,2, +func_185674_a,getTypeForItem,2, +func_185675_i,isHalfSlab,0, +func_185679_b,turnIntoWater,2, +func_185680_c,countNeighbors,2, +func_185681_a,slightlyMelt,2, +func_185698_b,getSlopeFindDistance,2, +func_185699_x,getAABBIndex,2, +func_185704_d,isDifferentStairs,2, +func_185705_z,getCollEighthBlock,2, +func_185706_d,getStairsShape,2, +func_185707_y,getCollQuarterBlock,2, +func_185708_x,getCollisionBoxList,2, +func_185709_i,isBlockStairs,2, +func_185728_i,getBoundingBoxIndex,2, +func_185729_a,getBoundingBoxIndex,2, +func_185731_a,playSound,2, +func_185749_i,getAABBIndex,2, +func_185759_i,canFallThrough,2, +func_185763_a,getConnectedRails,2, +func_185800_a,toRotation,2, +func_185802_a,mirrorRotation,2, +func_185803_b,mirror,2, +func_185830_a,add,2, +func_185831_a,rotate,2, +func_185833_a,rotate,2, +func_185841_e,getPlaceSound,2, +func_185842_g,getFallSound,2, +func_185843_a,getVolume,2, +func_185844_d,getStepSound,2, +func_185845_c,getBreakSound,0, +func_185846_f,getHitSound,0, +func_185847_b,getPitch,2, +func_185886_a,getPropertyName,2, +func_185887_b,getBlockHardness,2, +func_185888_a,getComparatorInputOverride,2, +func_185889_a,getPackedLightmapCoords,0, +func_185890_d,getCollisionBoundingBox,2, +func_185891_c,getLightOpacity,2, +func_185892_j,getAmbientOcclusionLightValue,0, +func_185893_b,getStrongPower,2, +func_185894_c,shouldSideBeRendered,0, +func_185895_e,isTranslucent,0, +func_185896_q,isTopSolid,2, +func_185897_m,canProvidePower,2, +func_185898_k,isBlockNormalCube,2, +func_185899_b,getActualState,2, +func_185900_c,getBoundingBox,2, +func_185901_i,getRenderType,2, +func_185902_a,withMirror,2, +func_185903_a,getPlayerRelativeBlockHardness,2, +func_185904_a,getMaterial,2, +func_185905_o,getPushReaction,2, +func_185906_d,getLightValue,2, +func_185907_a,withRotation,2, +func_185908_a,addCollisionBoxToList,2, +func_185909_g,getMapColor,2, +func_185910_a,collisionRayTrace,2, +func_185911_a,getWeakPower,2, +func_185912_n,hasComparatorInputOverride,2, +func_185913_b,isFullBlock,2, +func_185914_p,isOpaqueCube,2, +func_185915_l,isNormalCube,2, +func_185916_f,useNeighborBrightness,2, +func_185917_h,isFullCube,2, +func_185918_c,getSelectedBoundingBox,0, +func_185919_a,validateProperty,2, +func_185920_a,getProperty,2, +func_185922_a,getFingerLength,2, +func_185927_a,matches,2, +func_185929_b,parseValue,2, +func_185931_b,populate,2, +func_185932_a,generateChunk,2, +func_185933_a,generateStructures,2, +func_185936_a,prepareHeights,2, +func_185937_b,buildSurfaces,2, +func_185938_a,getHeights,2, +func_185960_a,getIslandHeightValue,2, +func_185961_c,isIslandChunk,2, +func_185962_a,buildSurfaces,2, +func_185963_a,getHeights,2, +func_185976_a,setBlocksInChunk,2, +func_185977_a,replaceBiomeBlocks,2, +func_185978_a,generateHeightmap,2, +func_186008_a,onResize,2, +func_186009_b,write,2, +func_186010_a,read,0, +func_186011_b,getIndex,2, +func_186012_b,setBits,2, +func_186013_a,set,2, +func_186014_b,set,2, +func_186015_a,get,2, +func_186016_a,get,2, +func_186017_a,getDataForNBT,2, +func_186018_a,getSerializedSize,2, +func_186019_a,setDataFromNBT,2, +func_186025_d,provideChunk,2, +func_186026_b,getLoadedChunk,2, +func_186027_a,saveChunks,2, +func_186028_c,loadChunk,2, +func_186030_a,populate,2, +func_186031_y,getLastExtendedBlockStorage,2, +func_186032_a,getBlockState,2, +func_186033_a,read,0, +func_186034_a,populate,2, +func_186035_j,wasTicked,2, +func_186037_b,write,2, +func_186038_a,read,0, +func_186039_a,getBlockState,2, +func_186040_a,getSerializedSize,2, +func_186041_a,idFor,2, +func_186049_g,getData,2, +func_186050_a,readChunkEntity,2, +func_186051_a,readWorldEntity,2, +func_186052_a,spawnEntity,2, +func_186053_a,createEntityFromNBT,2, +func_186054_a,readWorldEntityPos,2, +func_186056_c,canDropChunk,2, +func_186057_q,onWorldSave,2, +func_186058_p,getDimensionType,2, +func_186059_r,onWorldUpdateEntities,2, +func_186060_c,createChunkGenerator,2, +func_186061_a,onPlayerAdded,2, +func_186062_b,onPlayerRemoved,2, +func_186063_s,getDragonFightManager,2, +func_186065_b,getName,2, +func_186067_c,getSuffix,2, +func_186068_a,getId,2, +func_186069_a,getById,2, +func_186070_d,createDimension,2, +func_186079_a,process,2, +func_186087_f,resetSpikeCrystals,2, +func_186088_a,getCompound,2, +func_186089_a,generateGateway,2, +func_186090_a,onCrystalDestroyed,2, +func_186091_h,findExitPortal,2, +func_186092_c,getNumAliveCrystals,2, +func_186093_a,respawnDragon,2, +func_186094_a,generatePortal,2, +func_186095_a,setRespawnState,2, +func_186096_a,processDragonDeath,2, +func_186097_l,spawnNewGateway,2, +func_186099_b,dragonUpdate,2, +func_186100_j,updatePlayers,2, +func_186101_k,findAliveCrystals,2, +func_186102_d,hasPreviouslyKilledDragon,2, +func_186103_i,loadChunks,2, +func_186104_g,hasDragonBeenKilled,2, +func_186105_b,tick,2, +func_186106_e,respawnDragon,2, +func_186125_a,generate,2, +func_186137_b,getBlockIndex,2, +func_186138_a,findGroundBlockIdx,2, +func_186142_a,setBeamTarget,2, +func_186143_a,setSpike,2, +func_186144_a,setCrystalInvulnerable,2, +func_186148_c,getRadius,2, +func_186149_d,getHeight,2, +func_186150_e,isGuarded,2, +func_186151_a,getCenterX,2, +func_186152_b,getCenterZ,2, +func_186153_f,getTopBoundingBox,2, +func_186154_a,doesStartInChunk,2, +func_186161_c,getComponents,2, +func_186162_a,create,2, +func_186164_a,setCoordBaseMode,2, +func_186165_e,getCoordBaseMode,2, +func_186167_a,generateChest,2, +func_186173_a,setup,2, +func_186174_h,setBoundingBoxFromTemplate,2, +func_186175_a,handleDataMarker,2, +func_186184_a,init,2, +func_186200_a,registerPieces,2, +func_186212_b,getMirror,2, +func_186213_g,getBoundingBox,2, +func_186214_a,setMirror,2, +func_186215_c,getRotation,2, +func_186216_b,getBoundingBoxFromChunk,2, +func_186217_a,copy,2, +func_186218_a,setChunk,2, +func_186219_f,getReplacedBlock,2, +func_186220_a,setRotation,2, +func_186221_e,getIgnoreEntities,2, +func_186222_a,setIgnoreEntities,2, +func_186223_a,setBoundingBox,2, +func_186224_i,setBoundingBoxFromChunk,2, +func_186225_a,setReplacedBlock,2, +func_186226_b,setIgnoreStructureBlock,2, +func_186227_h,getIgnoreStructureBlock,2, +func_186235_b,readTemplate,2, +func_186236_a,readTemplateFromJar,2, +func_186237_a,getTemplate,2, +func_186238_c,writeTemplate,2, +func_186239_a,readTemplateFromStream,2, +func_186252_a,setAuthor,2, +func_186253_b,addBlocksToWorld,2, +func_186254_a,takeBlocksFromWorld,2, +func_186255_a,takeEntitiesFromWorld,2, +func_186256_b,read,2, +func_186257_a,transformedSize,2, +func_186258_a,getDataBlocks,2, +func_186259_a,getSize,2, +func_186260_a,addBlocksToWorldChunk,2, +func_186261_b,getAuthor,2, +func_186262_a,calculateConnectedPos,2, +func_186263_a,addEntitiesToWorld,2, +func_186264_a,writeDoubles,2, +func_186266_a,transformedBlockPos,2, +func_186267_a,writeInts,2, +func_186268_a,transformedBlockPos,2, +func_186269_a,transformedVec3d,2, +func_186274_m,getPushReaction,2, +func_186281_c,distanceManhattan,2, +func_186282_b,createFromBuffer,0, +func_186283_a,cloneMove,2, +func_186289_a,getPriority,2, +func_186309_a,setPoint,2, +func_186310_f,getCurrentPos,2, +func_186311_b,read,0, +func_186315_a,init,2, +func_186316_c,setCanSwim,2, +func_186317_a,setCanEnterDoors,2, +func_186318_b,getStart,2, +func_186319_a,getPathNodeType,2, +func_186320_a,findPathOptions,2, +func_186321_b,setCanOpenDoors,2, +func_186322_e,getCanSwim,2, +func_186323_c,getCanEnterDoors,2, +func_186324_d,getCanOpenDoors,2, +func_186325_a,getPathPointToCoords,2, +func_186327_c,isFree,2, +func_186328_b,getWaterNode,2, +func_186329_a,getPathNodeType,2, +func_186330_a,getPathNodeType,2, +func_186331_a,getPathNodeType,2, +func_186332_a,getSafePoint,2, +func_186333_a,findPath,2, +func_186334_a,findPath,2, +func_186335_a,findPath,2, +func_186336_a,findPath,2, +func_186340_h,getStructureTemplateManager,2, +func_186343_L,isVersionSnapshot,0, +func_186344_K,getVersionId,0, +func_186345_a,setDimensionData,2, +func_186346_M,getVersionName,0, +func_186347_a,getDimensionData,2, +func_186352_b,getFile,2, +func_186353_a,getWorldData,2, +func_186355_l,markVersionInList,0, +func_186356_m,askToOpenWorld,0, +func_186357_i,getVersionName,0, +func_186361_a,getEffectiveWeight,2, +func_186362_a,serialize,2, +func_186363_a,addLoot,2, +func_186367_a,deserialize,2, +func_186370_a,deserialize,2, +func_186372_a,deserialize,2, +func_186373_a,register,2, +func_186374_a,getAll,2, +func_186375_a,register,2, +func_186449_b,generateLoot,2, +func_186452_a,createLootRoll,2, +func_186459_a,getEmptySlotsRandomized,2, +func_186460_a,fillInventory,2, +func_186462_a,generateLootForPools,2, +func_186463_a,shuffleItems,2, +func_186469_a,withLuck,2, +func_186470_a,withPlayer,2, +func_186471_a,build,2, +func_186472_a,withLootedEntity,2, +func_186473_a,withDamageSource,2, +func_186482_a,fromString,2, +func_186490_b,removeLootTable,2, +func_186491_f,getLuck,2, +func_186492_c,getKiller,2, +func_186493_a,getLootedEntity,2, +func_186494_a,getEntity,2, +func_186495_b,getKillerPlayer,2, +func_186496_a,addLootTable,2, +func_186497_e,getLootTableManager,2, +func_186507_b,generateFloat,2, +func_186509_a,getMin,2, +func_186510_a,isInRange,2, +func_186511_a,generateInt,2, +func_186512_b,getMax,2, +func_186517_b,loadLootTable,2, +func_186518_c,loadBuiltinLootTable,2, +func_186521_a,getLootTableFromLocation,2, +func_186522_a,reloadLootTables,2, +func_186529_a,getFunctionName,2, +func_186530_b,deserialize,2, +func_186531_b,getFunctionClass,2, +func_186532_a,serialize,2, +func_186553_a,apply,2, +func_186554_a,getConditions,2, +func_186581_a,getSerializerFor,2, +func_186582_a,registerFunction,2, +func_186583_a,getSerializerForName,2, +func_186586_a,deserialize,2, +func_186592_a,serialize,2, +func_186594_a,getOperationFromStr,2, +func_186595_a,getOperationFromInt,2, +func_186602_a,getLootTableLocation,2, +func_186603_b,deserialize,2, +func_186604_b,getConditionClass,2, +func_186605_a,serialize,2, +func_186618_a,testCondition,2, +func_186631_a,entityScoreMatch,2, +func_186638_a,testAllConditions,2, +func_186639_a,registerCondition,2, +func_186640_a,getSerializerFor,2, +func_186641_a,getSerializerForName,2, +func_186644_a,registerProperty,2, +func_186645_a,getSerializerFor,2, +func_186646_a,getSerializerForName,2, +func_186649_a,getName,2, +func_186650_a,serialize,2, +func_186651_b,getPropertyClass,2, +func_186652_a,deserialize,2, +func_186657_a,testProperty,2, +func_186660_b,intersectsWithYZ,2, +func_186661_a,isClosest,2, +func_186662_g,grow,2, +func_186663_b,collideWithYPlane,2, +func_186664_h,shrink,2, +func_186665_c,collideWithZPlane,2, +func_186666_e,setMaxY,2, +func_186667_c,intersectsWithXZ,2, +func_186668_a,intersects,2, +func_186669_d,intersectsWithXY,2, +func_186670_a,offset,2, +func_186671_a,collideWithXPlane,2, +func_186678_a,scale,2, +func_186679_c,squareDistanceTo,2, +func_186681_k,getCollisionRule,2, +func_186682_a,setCollisionRule,2, +func_186684_a,addDirtyRunnable,2, +func_186686_a,getByName,2, +func_186687_a,getNames,2, +func_186703_a,getBlockStateAtEntityViewpoint,0, +func_186704_a,updateKeyBindState,0, +func_186707_e,getValueMin,0, +func_186711_a,getSoundLevel,0, +func_186712_a,setSoundLevel,0, +func_186719_a,createScreenshot,0, +func_186720_a,colorMultiplier,0, +func_186722_a,registerBlockColorHandler,0, +func_186723_a,init,0, +func_186724_a,colorMultiplier,0, +func_186726_a,colorMultiplier,0, +func_186728_a,colorMultiplier,0, +func_186729_a,init,0, +func_186730_a,registerItemColorHandler,0, +func_186731_a,registerItemColorHandler,0, +func_186734_i,shouldDarkenSky,2, +func_186735_a,setPercent,2, +func_186736_g,getColor,2, +func_186737_d,getUniqueId,2, +func_186738_f,getPercent,2, +func_186739_a,setName,2, +func_186740_h,getOverlay,2, +func_186741_a,setDarkenSky,2, +func_186742_b,setPlayEndBossMusic,2, +func_186743_c,setCreateFog,2, +func_186744_e,getName,2, +func_186745_a,setColor,0, +func_186746_a,setOverlay,0, +func_186747_j,shouldPlayEndBossMusic,2, +func_186748_k,shouldCreateFog,2, +func_186757_c,getPlayers,2, +func_186758_d,setVisible,2, +func_186759_a,sendUpdate,2, +func_186760_a,addPlayer,2, +func_186761_b,removePlayer,2, +func_186765_a,updateFromPacket,0, +func_186768_j,isServerPack,0, +func_186769_f,loadServerIcon,0, +func_186774_a,joinWorld,0, +func_186776_b,deleteWorld,0, +func_186777_e,loadWorld,0, +func_186778_c,editWorld,0, +func_186779_d,recreateWorld,0, +func_186792_d,selectWorld,0, +func_186794_f,getSelectedWorld,0, +func_186795_e,refreshList,0, +func_186796_g,getGuiWorldSelection,0, +func_186801_a,getRandomObject,2, +func_186803_a,add,0, +func_186804_a,size,2, +func_186805_c,getValue,2, +func_186806_e,findEmpty,2, +func_186807_d,grow,2, +func_186808_c,add,2, +func_186809_c,nextId,2, +func_186810_b,size,2, +func_186811_d,hashObject,2, +func_186812_a,clear,0, +func_186813_a,get,2, +func_186814_a,put,2, +func_186815_a,getId,2, +func_186816_b,getIndex,2, +func_186823_a,refresh,0, +func_186824_a,getString,0, +func_186825_b,getStartTime,0, +func_186826_c,getLocation,0, +func_186831_a,getByName,2, +func_186832_a,getParticleNames,2, +func_186838_a,requestCompletions,0, +func_186839_b,getTargetBlockPos,0, +func_186840_a,setCompletions,0, +func_186841_a,complete,0, +func_186842_c,resetDidComplete,0, +func_186843_d,resetRequested,0, +func_186854_a,setUniqueId,2, +func_186855_b,hasUniqueId,2, +func_186856_d,getSize,2, +func_186857_a,getUniqueId,2, +func_186858_c,getIntAt,2, +func_186859_a,createPosTag,2, +func_186860_b,getUUIDFromTag,2, +func_186861_c,getPosFromTag,2, +func_186862_a,createUUIDTag,2, +func_186863_b,readVarIntArray,2, +func_186865_a,writeLongArray,2, +func_186873_b,readLongArray,0, +func_186875_a,writeVarIntArray,2, +func_186876_a,resolve,2, +func_186877_b,fromJsonLenient,2, +func_186879_b,getUniqueId,0, +func_186880_c,getX,0, +func_186881_e,getZ,0, +func_186882_d,getY,0, +func_186884_d,getZ,0, +func_186885_b,getX,0, +func_186886_c,getY,0, +func_186887_d,getZ,0, +func_186888_b,getX,0, +func_186889_c,getY,0, +func_186890_c,getUniqueId,0, +func_186891_e,getX,0, +func_186892_f,getY,0, +func_186893_g,getZ,0, +func_186895_b,getUniqueId,0, +func_186897_e,getY,0, +func_186898_d,getX,0, +func_186899_f,getZ,0, +func_186900_e,getColor,0, +func_186901_i,shouldCreateFog,0, +func_186902_b,getOperation,0, +func_186903_a,setFlags,2, +func_186904_f,getOverlay,0, +func_186905_j,getFlags,2, +func_186906_d,getPercent,0, +func_186907_c,getName,0, +func_186908_a,getUniqueId,0, +func_186909_g,shouldDarkenSky,0, +func_186910_h,shouldPlayEndBossMusic,0, +func_186920_a,getItem,0, +func_186922_b,getTicks,0, +func_186925_e,getZ,0, +func_186926_d,getY,0, +func_186927_f,getVolume,0, +func_186928_g,getPitch,0, +func_186929_b,getCategory,0, +func_186930_a,getSoundName,0, +func_186932_c,getX,0, +func_186940_a,getX,0, +func_186941_b,getZ,0, +func_186945_f,getWriteBuffer,2, +func_186946_a,getReadBuffer,0, +func_186951_c,getZ,0, +func_186952_a,getX,0, +func_186953_b,getY,0, +func_186955_b,getY,0, +func_186956_c,getZ,0, +func_186957_a,getX,0, +func_186958_e,getPitch,0, +func_186959_d,getYaw,0, +func_186965_f,getTeleportId,0, +func_186967_a,getEntity,0, +func_186968_a,getPotion,0, +func_186969_c,getEquipmentSlot,0, +func_186971_a,getPassengerIds,0, +func_186972_b,getEntityId,0, +func_186975_j,getCollisionRule,0, +func_186977_b,getCategory,0, +func_186978_a,getSound,0, +func_186981_d,getZ,0, +func_186982_b,getX,0, +func_186983_c,getY,0, +func_186984_g,getIsAmbient,0, +func_186987_a,getTeleportId,2, +func_186989_c,hasTargetBlock,2, +func_186991_f,getMainHand,2, +func_186993_f,getClickType,2, +func_186994_b,getHand,2, +func_186996_b,getY,2, +func_186997_a,getX,2, +func_186998_b,getPitch,2, +func_186999_a,getYaw,2, +func_187000_c,getZ,2, +func_187002_b,getY,2, +func_187003_c,getZ,2, +func_187004_a,getX,2, +func_187005_e,getPitch,2, +func_187006_d,getYaw,2, +func_187012_a,getLeft,2, +func_187014_b,getRight,2, +func_187017_b,getLines,2, +func_187018_a,getHand,2, +func_187020_f,getFacingZ,2, +func_187022_c,getHand,2, +func_187023_a,getPos,2, +func_187024_b,getDirection,2, +func_187025_e,getFacingY,2, +func_187026_d,getFacingX,2, +func_187028_a,getHand,2, +func_187040_a,pack,2, +func_187042_a,getMask,2, +func_187043_b,isSet,2, +func_187044_a,unpack,2, +func_187052_a,getAssetsIndex,0, +func_187054_b,renderMultipass,0, +func_187055_a,renderPaddle,0, +func_187056_a,makePaddle,0, +func_187062_a,render,0, +func_187072_a,getMainHand,0, +func_187073_a,postRenderArm,0, +func_187074_a,getArmForSide,0, +func_187097_a,interactWithEntity,0, +func_187098_a,windowClick,0, +func_187099_a,processRightClickBlock,0, +func_187100_a,pickItem,0, +func_187101_a,processRightClick,0, +func_187102_a,interactWithEntity,0, +func_187103_a,onPlayerDestroyBlock,0, +func_187106_i,getLocationElytra,0, +func_187108_a,setBoundingBox,0, +func_187109_b,setPosition,0, +func_187110_a,move,0, +func_187111_c,shouldDisableDepth,0, +func_187112_i,setExpired,0, +func_187113_k,isAlive,0, +func_187114_a,setMaxAge,0, +func_187115_a,setSize,0, +func_187116_l,getBoundingBox,0, +func_187117_a,setParticleTexture,0, +func_187118_j,resetPositionToBB,0, +func_187145_d,setColorFade,0, +func_187146_c,setColor,0, +func_187154_b,multiplyColor,0, +func_187155_a,getId,2, +func_187156_b,getSerializer,2, +func_187159_a,read,2, +func_187160_a,write,2, +func_187161_a,createKey,2, +func_187188_b,getSerializerId,2, +func_187189_a,registerSerializer,2, +func_187190_a,getSerializer,2, +func_187205_a,getKey,2, +func_187206_b,getValue,2, +func_187208_a,setDirty,2, +func_187209_c,isDirty,2, +func_187210_a,setValue,2, +func_187214_a,register,2, +func_187215_b,readEntries,2, +func_187216_a,writeEntries,2, +func_187217_b,setDirty,2, +func_187218_a,setEntryValues,0, +func_187219_c,getEntry,2, +func_187220_a,writeEntry,2, +func_187221_b,getDirty,2, +func_187222_c,setEntry,2, +func_187223_a,isDirty,2, +func_187224_a,setEntryValue,0, +func_187225_a,get,2, +func_187226_a,createKey,2, +func_187227_b,set,2, +func_187228_d,isEmpty,2, +func_187229_a,writeEntries,2, +func_187230_e,setClean,2, +func_187231_c,getAll,2, +func_187238_b,removeProperty,1, +func_187239_a,hasProperty,1, +func_187240_a,tickParticleList,0, +func_187242_a,changePlayerDimension,2, +func_187243_f,updatePermissionLevel,2, +func_187244_a,reloadWhitelist,2, +func_187245_a,sendPlayerPermissionLevel,2, +func_187246_z,loadPlayerBanList,1, +func_187247_w,saveIPBanList,1, +func_187248_x,savePlayerBanList,1, +func_187249_y,loadIPBanList,1, +func_187250_a,processRightClick,2, +func_187251_a,processRightClickBlock,2, +func_187252_a,setViewDistance,2, +func_187253_a,getPositionLong,2, +func_187254_a,updateServerPosition,0, +func_187259_a,setMaxRange,2, +func_187260_b,getTrackedEntity,2, +func_187261_c,resetPlayerVisibility,2, +func_187264_a,getPos,2, +func_187265_a,blockChanged,2, +func_187266_f,getChunk,2, +func_187267_a,sendPacket,2, +func_187268_a,providePlayerChunk,2, +func_187269_a,hasPlayerMatching,2, +func_187270_g,getClosestPlayerDistance,2, +func_187271_a,hasPlayerMatchingInRange,2, +func_187272_b,sendToPlayers,2, +func_187273_a,sendBlockEntity,2, +func_187274_e,isSentToPlayers,2, +func_187275_d,containsPlayer,2, +func_187276_a,addPlayer,2, +func_187277_b,removePlayer,2, +func_187278_c,sendToPlayer,2, +func_187279_c,updateChunkInhabitedTime,2, +func_187280_d,update,2, +func_187300_b,getChunkIterator,2, +func_187301_b,getEntry,2, +func_187302_c,getOrCreateEntry,2, +func_187304_a,entryChanged,2, +func_187305_b,removeEntry,2, +func_187306_e,markSortPending,2, +func_187307_d,getIndex,2, +func_187314_a,lightmap,0, +func_187315_a,tex,0, +func_187319_a,lookupProfile,2, +func_187320_a,setOnlineMode,2, +func_187321_d,isOnlineMode,2, +func_187373_a,apply,0, +func_187374_b,clean,0, +func_187397_v,glGetInteger,0, +func_187398_d,glBlendEquation,0, +func_187399_a,glTexEnvi,0, +func_187400_c,glColorPointer,0, +func_187401_a,blendFunc,0, +func_187402_b,glFog,0, +func_187403_b,glTexParameterf,0, +func_187404_a,glTexCoordPointer,0, +func_187405_c,glTexCoordPointer,0, +func_187406_e,glColorPointer,0, +func_187407_a,cullFace,0, +func_187408_a,enableBlendProfile,0, +func_187409_d,glPolygonMode,0, +func_187410_q,glEnableClientState,0, +func_187411_c,glGetTexLevelParameteri,0, +func_187412_c,glFogi,0, +func_187413_a,glReadPixels,0, +func_187414_b,glTexSubImage2D,0, +func_187415_K,glEndList,0, +func_187416_u,glGetString,0, +func_187417_n,disableOutlineMode,0, +func_187418_a,quatToGlMatrix,0, +func_187419_a,glTexImage2D,0, +func_187420_d,glVertexPointer,0, +func_187421_b,glTexParameteri,0, +func_187422_a,colorLogicOp,0, +func_187423_f,glNewList,0, +func_187424_a,glLightModel,0, +func_187425_g,glPixelStorei,0, +func_187426_b,glTexCoord2f,0, +func_187427_b,glVertexPointer,0, +func_187428_a,tryBlendFuncSeparate,0, +func_187429_p,glDisableClientState,0, +func_187430_a,setFog,0, +func_187431_e,enableOutlineMode,0, +func_187432_a,glNormal3f,0, +func_187433_a,glGetTexImage,0, +func_187434_L,glGetError,0, +func_187435_e,glVertex3f,0, +func_187436_a,glTexEnvf,0, +func_187437_J,glEnd,0, +func_187438_a,glLight,0, +func_187439_f,glDrawArrays,0, +func_187440_b,disableBlendProfile,0, +func_187441_d,glLineWidth,0, +func_187442_t,glGenLists,0, +func_187443_a,glCopyTexSubImage2D,0, +func_187444_a,rotate,0, +func_187445_a,glGetInteger,0, +func_187446_a,glNormalPointer,0, +func_187447_r,glBegin,0, +func_187448_b,glTexEnv,0, +func_187449_e,glDeleteLists,0, +func_187452_a,getPermissionLevel,2, +func_187453_a,transformFirstPerson,0, +func_187454_a,transformEatFirstPerson,0, +func_187455_a,renderArm,0, +func_187456_a,renderArmFirstPerson,0, +func_187457_a,renderItemInFirstPerson,0, +func_187458_c,rotateArm,0, +func_187459_b,transformSideFirstPerson,0, +func_187460_a,resetEquippedProgress,0, +func_187461_a,renderMapFirstPerson,0, +func_187462_a,renderItemSide,0, +func_187463_a,renderMapFirstPerson,0, +func_187464_b,setLightmap,0, +func_187465_a,renderMapFirstPersonSide,0, +func_187466_c,renderArms,0, +func_187473_a,convertMobOwnerIfNeeded,2, +func_187474_a,markBlocksForUpdate,0, +func_187477_a,freeCacheSlot,0, +func_187478_a,getResourceLocation,0, +func_187489_a,getPropertyName,0, +func_187490_a,removeName,0, +func_187491_a,updateVertexBrightness,0, +func_187492_a,renderQuadsSmooth,0, +func_187493_a,renderModel,0, +func_187494_a,fillQuadBounds,0, +func_187495_a,renderModelBrightnessColor,0, +func_187496_a,renderQuadsFlat,0, +func_187497_c,renderModelFlat,0, +func_187498_b,renderModelSmooth,0, +func_187502_a,registerSound,2, +func_187503_a,getSoundName,0, +func_187504_b,registerSounds,2, +func_187508_a,getSprite,0, +func_187510_a,getRegisteredSoundEvent,2, +func_187948_a,getName,2, +func_187949_b,getSoundCategoryNames,2, +func_187950_a,getByName,2, +func_187964_a,getItemOverrides,0, +func_187965_e,getOverrideLocations,0, +func_187966_f,getOverrides,0, +func_187967_g,createOverrides,0, +func_187998_b,parseMultipart,0, +func_187999_a,parseMapVariants,0, +func_188000_b,hasVariant,0, +func_188001_c,getMultipartData,0, +func_188002_b,hasMultipartData,0, +func_188003_a,getMultipartVariants,0, +func_188004_c,getVariant,0, +func_188006_a,rotateUV,0, +func_188007_a,makeRotatedUV,0, +func_188010_a,applyUVLock,0, +func_188011_a,rotateVertex,0, +func_188012_a,makeQuadVertexData,0, +func_188013_a,addUvRotation,0, +func_188014_a,getIndex,0, +func_188015_a,fillVertexData,0, +func_188021_a,applyOverride,0, +func_188025_a,makeMapResourceValues,0, +func_188026_a,getLocation,0, +func_188027_a,matchesItemStack,0, +func_188034_a,applyTransformSide,0, +func_188035_a,makeQuaternion,0, +func_188041_a,getResourceLocationBlock,0, +func_188042_a,parseModelRotation,0, +func_188043_b,getStringModel,0, +func_188044_d,parseUvLock,0, +func_188045_c,parseWeight,0, +func_188046_a,getModelLocation,0, +func_188047_d,getWeight,0, +func_188048_b,getRotation,0, +func_188049_c,isUvLock,0, +func_188054_f,initPickedUpAndDroppedStats,2, +func_188055_a,getBlockStats,2, +func_188056_d,getObjectsPickedUpStats,2, +func_188057_b,getObjectUseStats,2, +func_188058_e,getDroppedObjectStats,2, +func_188059_c,getObjectBreakStats,2, +func_188060_a,getCraftStats,2, +func_188114_a,getVariantList,0, +func_188118_a,getPredicate,0, +func_188123_a,makePredicate,0, +func_188133_a,getSelectors,0, +func_188135_c,getStateContainer,0, +func_188136_a,getSelectors,0, +func_188137_b,getVariants,0, +func_188138_a,setStateContainer,0, +func_188141_a,setAt,2, +func_188142_a,getAt,2, +func_188143_a,getBackingLongArray,2, +func_188144_b,size,2, +func_188158_a,getOrAndCondition,0, +func_188159_b,getWhenCondition,0, +func_188161_b,makePropertyValue,0, +func_188165_a,getVariantList,0, +func_188166_a,getPredicate,0, +func_188172_b,getItem,2, +func_188173_a,gsonDeserialize,2, +func_188174_a,deserializeClass,2, +func_188175_b,isNumber,2, +func_188176_a,gsonDeserialize,2, +func_188177_a,deserializeClass,2, +func_188178_a,gsonDeserialize,2, +func_188179_a,deserializeClass,2, +func_188180_i,getItem,2, +func_188181_b,getVariants,0, +func_188182_a,getBlockstateLocations,0, +func_188185_a,isGlobalRenderer,0, +func_188186_a,renderStateModel,0, +func_188190_a,renderSkull,0, +func_188204_a,renderBeamSegment,0, +func_188205_a,renderBeamSegment,0, +func_188206_a,renderBeacon,0, +func_188207_b,positiveModulo,0, +func_188208_f,hash,2, +func_188209_b,wrapDegrees,2, +func_188210_a,getRandomUUID,2, +func_188216_a,getFixVersion,2, +func_188217_a,fixTagCompound,2, +func_188219_a,addPassengerToVehicle,2, +func_188220_b,extractVehicle,2, +func_188224_a,updateLine,2, +func_188228_i,getDistanceSq,0, +func_188244_g,stopWorkerThreads,0, +func_188245_a,uploadChunk,0, +func_188247_f,hasNoChunkUpdates,0, +func_188248_h,hasNoFreeRenderBuilders,0, +func_188251_a,process,2, +func_188252_b,processFixes,2, +func_188253_c,processWalkers,2, +func_188254_a,getTypeList,2, +func_188255_a,registerVanillaWalker,2, +func_188256_a,registerFix,2, +func_188257_a,process,2, +func_188258_a,registerWalker,2, +func_188263_a,isChunkExisting,0, +func_188264_a,notifyToStop,0, +func_188266_a,process,2, +func_188267_a,getBlockEntityID,2, +func_188271_b,filteredProcess,2, +func_188276_a,registerFixes,2, +func_188277_a,processItemStack,2, +func_188278_b,processInventory,2, +func_188279_a,createFixer,2, +func_188280_f,getDistanceSq,0, +func_188281_o,needsImmediateUpdate,0, +func_188282_m,clearNeedsUpdate,0, +func_188283_p,getWorld,0, +func_188289_a,addPath,0, +func_188295_H_,isMultipass,0, +func_188296_a,renderEntityName,0, +func_188297_a,setRenderOutlines,0, +func_188298_c,getTeamColor,0, +func_188299_a,renderShadowSingle,0, +func_188300_b,renderMultipass,0, +func_188309_a,setupTranslation,0, +func_188311_a,setupRotation,0, +func_188319_a,renderCartContents,0, +func_188322_c,prepareScale,0, +func_188325_a,renderCrystalBeams,0, +func_188347_a,rotLerp,0, +func_188358_a,renderHeldItem,0, +func_188359_a,setModelSlotVisible,0, +func_188360_a,getModelFromSlot,0, +func_188361_a,renderArmorLayer,0, +func_188363_b,isLegSlot,0, +func_188364_a,renderEnchantedGlint,0, +func_188382_a,getAndSplit,2, +func_188383_a,getAndRemove,2, +func_188388_a,renderEntityStatic,0, +func_188389_a,renderMultipass,0, +func_188390_b,isRenderMultipass,0, +func_188391_a,renderEntity,0, +func_188397_a,getType,2, +func_188398_b,getResult,2, +func_188401_b,getDamageAfterMagicAbsorb,2, +func_188403_a,causeIndirectDamage,2, +func_188404_v,getDamageLocation,2, +func_188405_b,causeExplosionDamage,2, +func_188408_i,isBeneficial,0, +func_188409_a,getIdFromPotion,2, +func_188410_a,getPotionDurationString,0, +func_188411_k,registerPotions,2, +func_188412_a,getPotionById,2, +func_188413_j,setBeneficial,2, +func_188418_e,doesShowParticles,2, +func_188419_a,getPotion,2, +func_188422_a,getRegisteredMobEffect,2, +func_188429_b,createEntityByIDFromName,2, +func_188442_a,getTeamCollisionPredicate,2, +func_188443_a,withinRange,2, +func_188450_d,getName,2, +func_188451_a,fromString,2, +func_188452_c,getSlotIndex,2, +func_188453_a,getSlotType,2, +func_188454_b,getIndex,2, +func_188468_a,opposite,0, +func_188479_b,removeModifier,2, +func_188487_a,read,2, +func_188488_a,strafe,2, +func_188497_a,getRandPos,2, +func_188498_f,isBowInMainhand,2, +func_188508_a,isTempting,2, +func_188511_a,getTargetableArea,2, +func_188514_a,createSkeleton,2, +func_188515_a,createHorse,2, +func_188518_a,canPlaceBlock,2, +func_188525_d,enableControlFlag,2, +func_188526_c,disableControlFlag,2, +func_188527_a,setControlFlag,2, +func_188528_b,isControlFlagDisabled,2, +func_188532_a,makeFromResource,0, +func_188535_a,interpolateColor,0, +func_188536_b,getUnInterpolatedV,0, +func_188537_a,getUnInterpolatedU,0, +func_188538_a,loadSprite,0, +func_188539_a,loadSpriteFrames,0, +func_188543_d,getColorGamma,0, +func_188545_b,isFileExisting,0, +func_188546_a,getPackMcmeta,0, +func_188547_a,getFile,0, +func_188552_d,checkResourcePath,0, +func_188553_i,canUpdatePathOnTimeout,2, +func_188554_j,updatePath,2, +func_188555_b,canEntityStandOnPos,2, +func_188565_b,getResourcePackEntry,0, +func_188566_a,hasKey,0, +func_188567_j,getInsideDirection,2, +func_188568_a,hasKey,0, +func_188573_b,getHash,0, +func_188574_d,getTextureName,0, +func_188575_a,getByOrdinal,2, +func_188576_a,getByItem,2, +func_188577_b,isHorseArmor,2, +func_188578_c,getProtection,2, +func_188579_a,getOrdinal,2, +func_188580_a,getByItemStack,2, +func_188616_a,getQuads,0, +func_188617_f,getOverrides,0, +func_188618_c,isBuiltInRenderer,0, +func_188627_a,getRandomModel,0, +func_188631_b,getBlockstateLocation,0, +func_188632_a,loadMultipartMBD,0, +func_188633_a,addModelParentLocation,0, +func_188634_a,loadItemModel,0, +func_188635_i,bakeItemModels,0, +func_188636_a,loadModelBlockDefinition,0, +func_188637_e,loadMultipartVariantModels,0, +func_188638_a,loadVariantList,0, +func_188639_a,createRandomModelForVariantList,0, +func_188640_b,loadBlocks,0, +func_188644_a,addFaceQuads,0, +func_188645_a,addGeneralQuads,0, +func_188647_a,makeMultipartModel,0, +func_188648_a,putModel,0, +func_188650_g,getTargetLocation,2, +func_188651_f,getMaxRiseOrFall,2, +func_188652_i,getType,2, +func_188653_h,getYawFactor,2, +func_188654_a,getIsStationary,2, +func_188655_a,onCrystalDestroyed,2, +func_188656_a,getAdjustedDamage,2, +func_188657_b,doClientRenderEffects,2, +func_188658_e,removeAreaEffect,2, +func_188659_c,doLocalUpdate,2, +func_188660_d,initPhase,2, +func_188663_j,resetFlameCount,2, +func_188668_a,setTarget,2, +func_188674_a,strafePlayer,2, +func_188675_j,findNewTarget,2, +func_188676_k,navigateToNextPathNode,2, +func_188681_j,findNewTarget,2, +func_188682_k,navigateToNextPathNode,2, +func_188686_a,setTarget,2, +func_188687_j,findNewTarget,2, +func_188688_k,navigateToNextPathNode,2, +func_188695_j,findNewTarget,2, +func_188696_k,navigateToNextPathNode,2, +func_188700_a,getSounds,0, +func_188701_c,getSubtitle,0, +func_188704_a,getByName,0, +func_188712_c,getSubtitle,0, +func_188714_b,getLocation,0, +func_188715_a,addSound,0, +func_188719_a,getSoundLocation,0, +func_188721_b,getSoundAsOggLocation,0, +func_188722_g,getType,0, +func_188723_h,isStreaming,0, +func_188724_c,getVolume,0, +func_188725_d,getPitch,0, +func_188732_a,deserializeType,0, +func_188733_a,deserializeSounds,0, +func_188734_b,deserializeSound,0, +func_188735_a,create,2, +func_188736_a,createPhase,2, +func_188737_a,getConstructor,2, +func_188738_a,getById,2, +func_188739_c,getTotalPhases,2, +func_188740_b,getId,2, +func_188756_a,getCurrentPhase,2, +func_188757_b,getPhase,2, +func_188758_a,setPhase,2, +func_188768_a,getMusicLocation,0, +func_188769_a,getVolume,0, +func_188770_e,getClampedVolume,0, +func_188771_a,setVolume,0, +func_188772_d,getClampedPitch,0, +func_188773_b,removeListener,0, +func_188774_a,addListener,0, +func_188785_m,renderDirections,0, +func_188786_a,openFile,0, +func_188795_a,getByOrdinal,2, +func_188802_a,forwardsRaycast,2, +func_188803_a,rotateTowardsMovement,2, +func_189101_db,isSmallSlime,2, +func_189103_N,clearElytraFlying,2, +func_189104_c,generatePositions,2, +func_189210_b,getPosFromArguments,2, +func_189211_a,getCoordinate,2, +func_189213_a,onUpdate,0, +func_189214_a,getBrightnessForRender,0, +func_189404_a,setLootTable,2, +func_189416_e,getToughness,2, +func_189418_a,getContainer,2, +func_189419_a,createDispenser,2, +func_189423_a,readLongArray,0, +func_189424_c,readVarIntArray,2, +func_189425_b,readByteArray,2, +func_189427_a,getDamageAfterAbsorb,2, +func_189428_b,setAttackCooldown,2, +func_189507_a,immediateBlockTick,2, +func_189508_F,getPendingTileEntityAt,2, +func_189509_E,isOutsideBuildHeight,2, +func_189510_a,writeToNBT,2, +func_189511_e,writeToNBT,2, +func_189512_bd,getCachedUniqueIdString,2, +func_189515_b,writeToNBT,2, +func_189516_d,writeInternal,2, +func_189517_E_,getUpdateTag,2, +func_189518_D_,getUpdatePacket,2, +func_189520_a,stop,0, +func_189529_a,addDetail,2, +func_189530_b,writeToNBT,2, +func_189532_c,setPos,2, +func_189533_g,setPos,2, +func_189534_c,move,2, +func_189535_a,setPos,0, +func_189536_c,move,2, +func_189539_a,eventReceived,2, +func_189540_a,neighborChanged,2, +func_189541_b,updateState,2, +func_189542_i,getDepth,2, +func_189543_a,getFlow,2, +func_189544_a,getSlopeAngle,0, +func_189545_x,getRenderedDepth,2, +func_189546_a,neighborChanged,2, +func_189547_a,onBlockEventReceived,2, +func_189548_a,getLoadedChunks,2, +func_189549_a,queueUnload,2, +func_189551_b,writeToNBT,2, +func_189552_a,writeToNBT,2, +func_189553_b,getPathNodeTypeRaw,2, +func_189554_f,getTileEntityTags,0, +func_189555_a,extractChunkData,2, +func_189556_a,calculateChunkSize,2, +func_189559_a,setAreaTransparent,0, +func_189560_a,hasDirection,0, +func_189561_a,setDirection,0, +func_189562_a,setPosition,0, +func_189563_q,rebuildWorldView,0, +func_189565_a,create,0, +func_189566_q,getNodeProcessor,2, +func_189567_a,stop,0, +func_189646_b,addButton,0, +func_189648_am,isReducedDebug,0, +func_189649_b,getHeight,2, +func_189651_aD,getForward,0, +func_189652_ae,hasNoGravity,2, +func_189653_aC,getPitchYaw,0, +func_189654_d,setNoGravity,2, +func_189656_a,registerFixesFireworkRocket,2, +func_189657_a,registerFixesArrow,2, +func_189658_a,registerFixesArrow,2, +func_189659_b,registerFixesSpectralArrow,2, +func_189660_b,registerFixesTippedArrow,2, +func_189661_a,registerFixesThrowable,2, +func_189662_a,registerFixesSnowball,2, +func_189663_a,registerFixesEnderPearl,2, +func_189664_a,registerFixesEgg,2, +func_189665_a,registerFixesPotion,2, +func_189666_a,registerFixesExpBottle,2, +func_189667_a,rotate,2, +func_189668_a,mirror,2, +func_189669_a,registerFixesMinecart,2, +func_189670_a,registerFixesMinecartCommand,2, +func_189671_a,registerFixesMinecartFurnace,2, +func_189672_a,registerFixesMinecartMobSpawner,2, +func_189673_a,registerFixesMinecartEmpty,2, +func_189674_a,registerFixesMinecartTNT,2, +func_189675_a,registerFixesBrewingStand,2, +func_189676_a,registerFixesFurnace,2, +func_189677_a,registerFixesChest,2, +func_189678_a,registerFixes,2, +func_189679_b,registerFixesDropper,2, +func_189681_a,registerFixesMinecartChest,2, +func_189682_a,registerFixesMinecartHopper,2, +func_189683_a,registerFixesHopper,2, +func_189684_a,registerFixesMobSpawner,2, +func_189685_a,registerFixesPiston,2, +func_189686_f,createDownloadCallback,0, +func_189688_b,validateResourcePackUrl,0, +func_189692_a,drawNameplate,0, +func_189693_b,addChainedFilledBoxVertices,0, +func_189694_a,drawBoundingBox,0, +func_189695_b,renderFilledBox,0, +func_189696_b,renderFilledBox,0, +func_189697_a,drawSelectionBoundingBox,0, +func_189698_a,drawBoundingBox,0, +func_189699_a,registerFixesFlowerPot,2, +func_189700_k,getMode,2, +func_189701_a,usedBy,2, +func_189702_n,getIntegrity,0, +func_189703_e,setShowAir,2, +func_189704_J,updateBlockState,2, +func_189705_a,writeCoordinates,0, +func_189706_E,unloadStructure,2, +func_189707_H,showsAir,0, +func_189708_j,getMetadata,0, +func_189709_F,isStructureLoadable,2, +func_189710_f,setShowBoundingBox,2, +func_189711_e,getPosition,0, +func_189712_b,save,2, +func_189713_m,ignoresEntities,0, +func_189714_c,load,2, +func_189715_d,getName,2, +func_189716_h,getMirror,0, +func_189717_g,getStructureSize,0, +func_189718_a,setIntegrity,2, +func_189719_o,getSeed,0, +func_189720_a,createdBy,2, +func_189721_I,showsBoundingBox,0, +func_189722_G,isPowered,2, +func_189723_d,setPowered,2, +func_189724_l,nextMode,0, +func_189725_a,setSeed,2, +func_189726_i,getRotation,0, +func_189732_d,setParticleParam2,2, +func_189733_n,getParticleParam1,2, +func_189734_b,setParticleParam1,2, +func_189735_o,getParticleParam2,2, +func_189738_a,registerFixesItemFrame,2, +func_189739_a,canBeHooked,2, +func_189741_a,registerFixesFallingBlock,2, +func_189742_a,registerFixesItem,2, +func_189743_a,registerFixesFireball,2, +func_189744_a,registerFixesLargeFireball,2, +func_189745_a,registerFixesSmallFireball,2, +func_189746_a,registerFixesWitherSkull,2, +func_189747_a,registerFixesDragonFireball,2, +func_189748_bU,getLastDamageSource,2, +func_189749_co,getWaterSlowDown,2, +func_189752_a,registerFixesMob,2, +func_189754_b,registerFixesBat,2, +func_189755_b,registerFixesDragon,2, +func_189756_b,registerFixesGhast,2, +func_189757_b,registerFixesShulker,2, +func_189758_c,registerFixesSlime,2, +func_189759_b,registerFixesMagmaCube,2, +func_189761_b,registerFixesBlaze,2, +func_189762_b,registerFixesCreeper,2, +func_189763_b,registerFixesEnderman,2, +func_189764_b,registerFixesEndermite,2, +func_189765_b,registerFixesGiantZombie,2, +func_189766_b,registerFixesGuardian,2, +func_189767_b,registerFixesSilverfish,2, +func_189772_b,registerFixesSkeleton,2, +func_189774_d,registerFixesSpider,2, +func_189775_b,registerFixesCaveSpider,2, +func_189776_b,registerFixesWitch,2, +func_189779_d,registerFixesZombie,2, +func_189781_b,registerFixesPigZombie,2, +func_189782_b,registerFixesWither,2, +func_189783_b,registerFixesSnowman,2, +func_189784_b,registerFixesIronGolem,2, +func_189785_b,registerFixesVillager,2, +func_189787_b,registerFixesOcelot,2, +func_189788_b,registerFixesWolf,2, +func_189789_b,registerFixesChicken,2, +func_189790_b,registerFixesCow,2, +func_189791_c,registerFixesMooshroom,2, +func_189792_b,registerFixesPig,2, +func_189793_df,isStanding,2, +func_189794_p,setStanding,2, +func_189795_r,getStandingAnimationScale,0, +func_189796_de,playWarningSound,2, +func_189801_b,registerFixesRabbit,2, +func_189802_b,registerFixesSheep,2, +func_189803_b,registerFixesHorse,2, +func_189804_b,registerFixesSquid,2, +func_189805_a,registerFixesArmorStand,2, +func_189806_a,registerFixesPlayer,2, +func_189807_a,openEditStructure,2, +func_189808_dh,canUseCommandBlock,2, +func_189809_N,isAutoJumpEnabled,0, +func_189810_i,updateAutoJump,0, +func_189814_f,updateToggleAirButton,0, +func_189815_g,updateToggleBoundingBox,0, +func_189816_h,updateMirrorButton,0, +func_189817_c,parseCoordinate,0, +func_189819_b,parseIntegrity,0, +func_189820_b,sendToServer,0, +func_189821_a,parseSeed,0, +func_189822_a,updateEntitiesButton,0, +func_189823_j,updateMode,0, +func_189824_i,updateDirectionButtons,0, +func_189862_a,doTeleport,2, +func_189863_a,teleportEntityToCoordinates,2, +func_189865_a,getDustColor,0, +func_189868_a,registerFixes,2, +func_189869_j,hasFrostWalkerEnchantment,2, +func_189872_a,canEntitySpawn,2, +func_189873_a,registerFixesJukebox,2, +func_189874_a,trigger,2, +func_189876_x,getDustColor,0, +func_189884_a,canEntitySpawn,2, +func_189886_a,forMaterial,2, +func_189889_a,registerFixes,2, +func_189910_a,byId,2, +func_189914_a,generateMaybeBox,2, +func_189915_a,generateDoor,2, +func_189916_b,getSkyBrightness,2, +func_189917_F_,getPlanksBlock,2, +func_189918_a,isSupportingBox,2, +func_189919_b,getFenceBlock,2, +func_189921_a,placeSupport,2, +func_189922_a,placeCobWeb,2, +func_189923_b,placeSupportPillar,2, +func_189924_a,setStructureType,2, +func_189925_i,biomeDoor,2, +func_189926_a,placeTorch,2, +func_189927_a,createVillageDoor,2, +func_189935_b,addHelper,2, +func_189938_b,generateAndAddPiece,2, +func_189940_a,createRandomShaftPiece,2, +func_189941_a,remove,2, +func_189942_b,get,2, +func_189943_a,processBlock,2, +func_189946_a,setIntegrity,2, +func_189947_a,getRandom,2, +func_189948_f,getIntegrity,2, +func_189949_a,setSeed,2, +func_189950_a,setRandom,2, +func_189954_a,idFor,2, +func_189955_a,stateFor,2, +func_189956_a,addMapping,2, +func_189960_a,addBlocksToWorld,2, +func_189961_a,getZeroPositionWithTransform,2, +func_189962_a,addBlocksToWorld,2, +func_189964_i,getTarget,0, +func_189965_h,getClosedSet,0, +func_189966_g,getOpenSet,0, +func_189967_a,registerFixes,2, +func_189972_c,getCenter,0, +func_189973_a,intersects,0, +func_189984_a,fromPitchYaw,0, +func_189985_c,lengthSquared,0, +func_189986_a,fromPitchYaw,0, +func_189988_a,dataFix,0, +func_189991_a,getColor,0, +func_189992_e,getBlockState,2, +func_189995_a,getServerData,0, +func_190008_d,readBlockState,2, +func_190009_a,writeBlockState,2, +func_190010_a,getName,2, +func_190020_b,getMoveVector,0, +func_190052_a,drawNameplate,0, +func_190053_a,setLightmapDisabled,0, +func_190054_a,renderInvisibleBlocks,0, +func_190055_a,renderBox,0, +func_190056_a,prepare,0, +func_190060_a,render,0, +func_190066_a,addDistanceToPlayer,0, +func_190067_a,renderPathLine,0, +func_190073_a,renderDebug,0, +func_190074_a,shouldRender,0, +func_190075_b,toggleChunkBorders,0, +func_190076_a,renderDebugText,0, +func_190102_a,checkAndPerformAttack,2, +func_190105_f,alertOthers,2, +func_190112_b,validatePack,0, +func_190113_a,checkHash,0, +func_190115_a,getDownloadHeaders,0, +func_190200_a,create,2, +func_190201_b,setWorldCreate,2, +func_190202_a,offs,2, +func_190300_a,getTileEntity,2, +func_190301_b,isValidCharacterForName,0, +func_190516_a,setResponderEntryValue,0, +func_190517_e,setPreventProxyConnections,1, +func_190518_ac,getPreventProxyConnections,2, +func_190521_a,debugFeedbackTranslated,0, +func_190522_c,updateObservingBlocksAt,2, +func_190523_a,spawnAlwaysVisibleParticle,2, +func_190524_a,neighborChanged,2, +func_190525_a,getClosestPlayer,2, +func_190526_b,isChunkGeneratedAt,2, +func_190527_a,mayPlace,2, +func_190528_a,findNearestStructure,2, +func_190529_b,observedNeighborChanged,2, +func_190530_aW,getIsInvulnerable,2, +func_190531_bD,getFireImmuneTicks,2, +func_190533_a,registerFixes,2, +func_190536_a,onHit,2, +func_190537_j,restoreOwnerFromSave,2, +func_190538_a,getHitEntity,2, +func_190542_a,makeAreaOfEffectCloud,2, +func_190543_a,applySplash,2, +func_190544_c,isWaterSensitiveEntity,2, +func_190545_n,applyWater,2, +func_190547_a,setEnchantmentEffectsFromEntity,2, +func_190548_o,refreshColor,2, +func_190549_a,setCaster,2, +func_190550_a,getAnimationProgress,0, +func_190551_c,damage,2, +func_190552_j,getCaster,2, +func_190559_a,getKey,2, +func_190560_a,register,2, +func_190563_a,renderItemActivation,0, +func_190564_k,resetData,0, +func_190565_a,displayItemActivation,0, +func_190570_a,spawnParticle,2, +func_190571_b,spawnParticle0,0, +func_190572_a,calculateParticleLevel,0, +func_190574_b,addDataFixers,2, +func_190575_a,setCustomName,2, +func_190576_q,getItems,2, +func_190579_a,setDestroyedByCreativePlayer,2, +func_190580_f,saveToNbt,2, +func_190581_E,isDestroyedByCreativePlayer,2, +func_190582_F,shouldDrop,2, +func_190583_o,updateAnimation,2, +func_190584_a,getBoundingBox,2, +func_190585_a,getProgress,2, +func_190586_e,loadFromNbt,2, +func_190587_b,getBoundingBox,2, +func_190588_c,getTopBoundingBox,2, +func_190589_G,moveCollidedEntities,2, +func_190590_r,isCleared,2, +func_190591_p,getAnimationStatus,2, +func_190592_s,getColor,0, +func_190593_a,registerFixesShulkerBox,2, +func_190603_b,setExactPosition,2, +func_190604_d,getDeltaZ,2, +func_190605_a,fixEntityWithinPistonBase,2, +func_190606_j,getCollisionRelatedBlockState,2, +func_190607_a,moveByPositionAndProgress,2, +func_190608_c,getDeltaY,2, +func_190609_a,addCollissionAABBs,2, +func_190610_a,getMovementArea,2, +func_190611_b,getDeltaX,2, +func_190612_a,getMovement,2, +func_190614_a,setItemStack,2, +func_190615_l,getItem,2, +func_190616_d,getColor,2, +func_190618_C,updateFixedColor,2, +func_190619_l,getAngler,2, +func_190620_n,shoot,2, +func_190621_a,catchingFish,2, +func_190622_s,setHookedEntity,2, +func_190623_q,updateRotation,2, +func_190624_r,checkCollision,2, +func_190625_o,shouldStopFishing,2, +func_190626_a,init,2, +func_190628_d,checkTotemDeathProtection,2, +func_190629_c,blockUsingShield,2, +func_190630_a,hasItemInSlot,2, +func_190631_cK,attackable,2, +func_190634_dg,followLeashSpeed,2, +func_190636_a,setAggressive,2, +func_190639_o,isAggressive,0, +func_190641_b,registerFixesVindicator,2, +func_190645_o,getOwner,2, +func_190646_di,getBoundOrigin,2, +func_190647_dj,isCharging,2, +func_190648_a,setCharging,2, +func_190651_g,setBoundOrigin,2, +func_190653_a,setLimitedLife,2, +func_190656_b,getVexFlag,2, +func_190658_a,setOwner,2, +func_190660_a,setVexFlag,2, +func_190663_b,registerFixesVex,2, +func_190669_a,holdingSpawnEggOfClass,2, +func_190670_t_,getWorld,2, +func_190671_u_,getPos,2, +func_190672_a,finalizeMobSpawn,2, +func_190676_dC,getMaxTemper,2, +func_190677_dK,wearsArmor,2, +func_190678_b,handleEating,2, +func_190679_dD,followMother,2, +func_190680_a,playGallopSound,2, +func_190681_a,setOffspringAttributes,2, +func_190682_f,isArmor,2, +func_190683_c,registerFixesAbstractHorse,2, +func_190684_dE,canEatGrass,2, +func_190685_dA,canBeSaddled,2, +func_190686_di,getInventorySize,2, +func_190687_dF,makeMad,2, +func_190690_dh,isTrap,2, +func_190691_p,setTrap,2, +func_190692_b,registerFixesSkeletonHorse,2, +func_190693_b,registerFixesZombieHorse,2, +func_190694_b,registerFixesAbstractChestHorse,2, +func_190695_dh,hasChest,2, +func_190696_dl,getInventoryColumns,2, +func_190697_dk,playChestEquipSound,2, +func_190699_b,registerFixesDonkey,2, +func_190700_b,registerFixesMule,2, +func_190702_g,setColorByItem,2, +func_190704_dO,getColor,2, +func_190705_dT,setRandomStrength,2, +func_190706_p,setStrength,2, +func_190707_dL,getStrength,2, +func_190709_dP,leaveCaravan,2, +func_190710_o,setVariant,2, +func_190711_a,setColor,2, +func_190712_dQ,hasCaravanTrail,2, +func_190713_e,spit,2, +func_190714_x,setDidSpit,2, +func_190715_a,joinCaravan,2, +func_190716_dS,getCaravanHead,2, +func_190717_dN,hasColor,0, +func_190718_dR,inCaravan,2, +func_190719_dM,getVariant,2, +func_190726_a,getArrow,2, +func_190727_o,getStepSound,2, +func_190728_b,registerFixesStray,2, +func_190729_b,registerFixesWitherSkeleton,2, +func_190730_o,shouldBurnInDay,2, +func_190731_di,getStepSound,2, +func_190732_dj,getSkullDrop,2, +func_190733_a,setProfession,2, +func_190735_dq,getConversionProgress,2, +func_190736_dl,getProfession,2, +func_190737_b,registerFixesZombieVillager,2, +func_190738_dp,finishConversion,2, +func_190740_b,registerFixesHusk,2, +func_190741_do,spawnLingeringCloud,2, +func_190748_a,setWololoTarget,2, +func_190751_dj,getWololoTarget,2, +func_190759_b,registerFixesEvoker,2, +func_190765_dj,getFlopSound,2, +func_190767_di,setGhost,0, +func_190768_b,registerFixesElderGuardian,2, +func_190769_dn,getColor,0, +func_190772_a,getClickedSlot,2, +func_190773_I,playBrokenSound,2, +func_190774_a,bedInRange,2, +func_190775_a,interactOn,2, +func_190776_cN,destroyVanishingCursedItems,2, +func_190777_m,disableShield,2, +func_190791_b,convertArgToBlockStatePredicate,2, +func_190792_a,getValueHelper,2, +func_190793_a,getBlockState,2, +func_190794_a,convertArgToBlockState,2, +func_190795_c,getBlockStatePropertyValueMap,2, +func_190826_c,addArgument,2, +func_190854_a,avoidLlama,2, +func_190858_a,firstIsLeashed,2, +func_190863_f,findRandomPosition,2, +func_190864_f,getPosition,2, +func_190867_m,getCastWarmupTime,2, +func_190868_j,castSpell,2, +func_190869_f,getCastingTime,2, +func_190871_k,getSpellPrepareSound,2, +func_190872_i,getCastingInterval,2, +func_190876_a,spawnFangs,2, +func_190882_b,setUnseenMemoryTicks,2, +func_190888_a,addMerchantRecipe,2, +func_190894_a,setEntityId,2, +func_190895_g,getEntityId,2, +func_190896_a,setAll,0, +func_190900_b,onSwapCraft,2, +func_190901_a,onTake,2, +func_190903_i,getDefaultInstance,0, +func_190905_a,renderBiomePreviewMap,2, +func_190906_a,setupNewMap,2, +func_190907_h,getColor,0, +func_190908_h,getNamedIdFrom,2, +func_190909_a,getYOffset,2, +func_190910_a,makeBanner,2, +func_190912_e,isNatural,2, +func_190914_a,getDirectionFromEntityLiving,2, +func_190915_d,setAnimationsToGo,2, +func_190916_E,getCount,2, +func_190917_f,grow,2, +func_190918_g,shrink,2, +func_190919_e,removeSubCompound,2, +func_190920_e,setCount,2, +func_190921_D,getAnimationsToGo,2, +func_190923_F,updateEmptyState,2, +func_190924_f,setTranslatableName,2, +func_190925_c,getOrCreateSubCompound,2, +func_190926_b,isEmpty,2, +func_190932_c,getColor,2, +func_190933_c,matchPatterns,2, +func_190934_a,isExplorationMap,2, +func_190936_d,isCurse,2, +func_190938_b,hasBindingCurse,2, +func_190939_c,hasVanishingCurse,2, +func_190942_a,rotate,2, +func_190943_d,getFixedBiome,2, +func_190944_c,isFixedBiome,2, +func_190946_v,hasCustomBreakingProgress,0, +func_190948_a,addInformation,0, +func_190949_e,getOffset,2, +func_190951_a,canBePotted,2, +func_190952_a,getBlockByColor,2, +func_190953_b,getColoredItemStack,2, +func_190954_c,getColorFromBlock,0, +func_190955_b,getColorFromItem,0, +func_190956_e,getColor,0, +func_190960_d,startSignal,2, +func_190961_e,updateNeighborsInFront,2, +func_190962_b,observedNeighborChanged,2, +func_190970_b,turnToDirt,2, +func_190971_b,updateBlockState,2, +func_190972_g,getLiquidHeight,2, +func_190973_f,getBlockLiquidHeight,2, +func_190974_b,onBroken,2, +func_190993_b,getHashname,2, +func_190994_a,byHash,0, +func_190996_c,getPatterns,2, +func_190997_a,getFileName,0, +func_190998_f,getPatternItem,2, +func_190999_e,hasPatternItem,2, +func_191000_d,hasPattern,2, +func_191057_i,hasCustomBreakingProgress,0, +func_191058_s,causesSuffocation,2, +func_191059_e,getOffset,2, +func_191062_e,isChunkGeneratedAt,2, +func_191063_a,isChunkGeneratedAt,2, +func_191064_f,chunkExists,2, +func_191065_b,getRegionFileIfExists,2, +func_191066_m,hasSkyLight,2, +func_191068_a,setupChunkSeed,2, +func_191069_a,findNearestStructurePosBySpacing,2, +func_191070_b,getYPosForStructure,2, +func_191080_a,generateChest,2, +func_191081_a,loadTemplate,2, +func_191085_a,loadTemplate,2, +func_191086_a,generate,2, +func_191087_a,startHouseTower,2, +func_191088_b,recursiveChildren,2, +func_191090_b,addPiece,2, +func_191092_a,create,2, +func_191094_a,addTargetDecoration,2, +func_191095_a,updateDecorations,2, +func_191098_b,get1x2FrontEntrance,2, +func_191099_b,get1x1Secret,2, +func_191100_a,get1x2SideEntrance,2, +func_191101_d,get2x2,2, +func_191102_c,get1x2Secret,2, +func_191103_e,get2x2Secret,2, +func_191104_a,get1x1,2, +func_191109_a,isHouse,2, +func_191110_a,recursiveCorridor,2, +func_191111_a,cleanEdges,2, +func_191113_b,get1x2RoomDirection,2, +func_191114_a,isRoomId,2, +func_191115_b,setupThirdFloor,2, +func_191116_a,identifyRooms,2, +func_191123_a,createRoof,2, +func_191124_c,traverseTurn,2, +func_191125_a,createMansion,2, +func_191126_d,traverseInnerTurn,2, +func_191127_a,addRoom2x2,2, +func_191128_a,addRoom2x2Secret,2, +func_191129_a,addRoom1x1,2, +func_191130_a,traverseOuterWalls,2, +func_191131_b,traverseWallPiece,2, +func_191132_a,addRoom1x2,2, +func_191133_a,entrance,2, +func_191141_a,setIf,2, +func_191142_a,set,2, +func_191144_a,set,2, +func_191145_a,get,2, +func_191147_b,edgesTo,2, +func_191152_a,generateMansion,2, +func_191153_a,registerWoodlandMansionPieces,2, +func_191157_a,getZeroPositionWithTransform,2, +func_191158_a,registerFixes,2, +func_191159_a,byIcon,2, +func_191160_b,isRenderedOnFrame,0, +func_191161_d,getMapColor,2, +func_191162_c,hasMapColor,2, +func_191163_a,getIcon,2, +func_191179_b,getType,2, +func_191180_f,renderOnFrame,0, +func_191194_a,offset,2, +func_191195_a,contract,2, +func_191196_a,create,2, +func_191197_a,withSize,2, +func_191205_a,getMapInstanceIfExists,0, +func_191207_a,getData,0, +func_191208_c,getAmount,0, +func_191216_a,getArm,0, +func_191228_a,getModelVersion,0, +func_191235_a,getAddress,2, +func_191238_f,setBaseAirFriction,0, +func_191271_a,emitParticleAtEntity,0, +func_191273_b,positiveModulo,0, +func_191277_a,getVillagerProfession,2, +func_191281_a,saveAllItems,2, +func_191282_a,saveAllItems,2, +func_191283_b,loadAllItems,2, +func_191286_a,getPasses,0, +func_191287_c,getOffset,0, +func_191301_a,getKey,2, +func_191302_a,getTranslationName,2, +func_191303_a,register,2, +func_191304_a,newEntity,2, +func_191305_a,addSpawnInfo,2, +func_191306_a,getKey,2, +func_191324_b,notRiding,2, +func_191361_a,translateToHand,0, +func_191377_b,getLandPos,2, +func_191378_a,moveAboveSolid,2, +func_191379_a,generateRandomPos,2, +func_191380_b,isWaterDestination,2, +func_191382_c,fudgePath,0, +func_191384_a,validatePath,0, +func_191385_d,getFile,0, +func_191399_b,getResourcePack,0, +func_191401_d,loadStaticModels,0, +func_191420_l,isEmpty,2, +func_191500_a,intersect,2, +func_191503_g,isInsideWorldBorder,2, +func_191504_a,getCollisionBoxes,2, +func_191507_d,setFixedColor,2, +func_191508_b,getCustomColor,2, +func_191510_k,dealExplosionDamage,2, +func_191511_j,isAttachedToEntity,2, +func_191514_d,setupFogColor,0, +func_191515_a,getMinMaxPiecesAABB,2, +func_191516_a,setLureSpeed,2, +func_191517_b,setLuck,2, +func_191521_c,addItemStackToInventory,2, +func_191522_a,registerFixesPlayerMP,2, +func_191523_f,getFollowDistance,2, +func_191526_e,getSweepingDamageRatio,2, +func_191527_a,getSweepingDamageRatio,2, +func_191528_c,getFishingSpeedBonus,2, +func_191529_b,getFishingLuckBonus,2, +func_191531_b,getAllInBoxMutable,2, +func_191532_a,getAllInBox,2, +func_191553_a,addUpdate,0, +func_191556_a,renderDebugText,0, +func_191560_c,isCompatibleWith,2, +func_191742_a,addChatMessage,0, +func_191745_a,drawButton,0, +func_191746_c,setPosition,0, +func_191751_a,initTextureValues,0, +func_191752_c,setPosition,0, +func_191753_b,setStateTriggered,0, +func_191754_c,isStateTriggered,0, +func_191764_e,getCategory,0, +func_191770_c,setPosition,0, +func_191771_c,getList,0, +func_191772_a,getToolTipText,0, +func_191783_a,drawToast,0, +func_191788_b,clear,0, +func_191793_c,isMouseOver,0, +func_191794_b,getAdvancementGui,0, +func_191795_d,getTitle,0, +func_191796_a,drawIcon,0, +func_191797_b,scroll,0, +func_191798_a,drawTab,0, +func_191799_a,drawContents,0, +func_191800_a,addAdvancement,0, +func_191816_c,isMouseOver,0, +func_191817_b,draw,0, +func_191818_a,getFirstVisibleParent,0, +func_191819_a,drawConnectivity,0, +func_191820_c,getY,0, +func_191821_a,drawHover,0, +func_191822_a,addGuiAdvancement,0, +func_191823_d,getX,0, +func_191824_a,setAdvancementProgress,0, +func_191825_b,attachToParent,0, +func_191839_a,isVisible,0, +func_191842_a,render,0, +func_191845_a,init,0, +func_191846_c,nineInchSprite,0, +func_191856_a,init,0, +func_191859_a,keyPressed,0, +func_191861_a,render,0, +func_191862_a,mouseClicked,0, +func_191864_a,renderGhostRecipe,0, +func_191866_a,toggleVisibility,0, +func_191871_c,removed,0, +func_191874_a,slotClicked,0, +func_191876_c,renderTooltip,0, +func_191878_b,isVisible,0, +func_191880_f,isOffsetNextToMainGUI,0, +func_191927_a,getItemToolTip,0, +func_191928_b,rootAdvancementRemoved,0, +func_191929_d,nonRootAdvancementRemoved,0, +func_191930_a,advancementsCleared,2, +func_191931_a,rootAdvancementAdded,2, +func_191932_c,nonRootAdvancementAdded,2, +func_191933_a,onUpdateAdvancementProgress,0, +func_191934_b,renderWindow,0, +func_191935_f,getTab,0, +func_191936_c,renderInside,0, +func_191937_d,renderToolTips,0, +func_191938_e,getAdvancementGui,0, +func_191948_b,renderHoveredToolTip,0, +func_191949_aK,getAdvancementManager,2, +func_191952_z,getAdvancementManager,2, +func_191953_am,isOverWater,2, +func_191954_d,playFlySound,2, +func_191955_a,onInsideBlock,2, +func_191956_a,awardKillScore,2, +func_191957_ae,makeFlySound,2, +func_191958_b,moveRelative,2, +func_191960_a,getLanguage,0, +func_191961_a,renderModel,0, +func_191962_a,renderItemModelIntoGUI,0, +func_191965_a,renderModel,0, +func_191966_a,renderEffect,0, +func_191967_a,renderModel,0, +func_191969_a,renderQuad,0, +func_191970_a,renderQuads,0, +func_191971_c,add,2, +func_191973_d,addResource,2, +func_191975_a,placeItemBackInInventory,2, +func_191979_s,getLevels,2, +func_191980_a,handleRecipeBook,2, +func_191981_a,handleAdvancementInfo,2, +func_191982_f,getAdvancementManager,0, +func_191984_a,handleRecipeBookUpdate,2, +func_191985_a,handleRecipePlacement,2, +func_191986_a,travel,2, +func_191987_a,setPartying,0, +func_191989_p,setMoveForward,2, +func_191990_c,isPreventingPlayerRest,2, +func_191991_a,startConverting,2, +func_191993_do,getLoveCause,2, +func_191994_f,setEntityOnShoulder,2, +func_191995_du,canSitOnShoulder,2, +func_191997_m,setVariant,2, +func_191998_ds,getVariant,2, +func_191999_g,getImitatedSound,2, +func_192000_b,getPitch,2, +func_192001_dv,calculateFlapping,2, +func_192002_a,isFlying,2, +func_192003_a,getAmbientSound,2, +func_192004_dr,isPartying,0, +func_192005_a,playAmbientSound,2, +func_192006_b,playMimicSound,2, +func_192020_c,createSheepColor,2, +func_192021_a,unlockRecipes,2, +func_192022_b,resetRecipes,2, +func_192023_dk,getLeftShoulderEntity,2, +func_192024_a,onEnchant,2, +func_192025_dl,getRightShoulderEntity,2, +func_192026_k,spawnShoulderEntity,2, +func_192027_g,addShoulderEntity,2, +func_192028_j,playShoulderEntityAmbientSound,2, +func_192029_h,setLeftShoulderEntity,2, +func_192030_dh,spawnShoulderEntities,2, +func_192031_i,setRightShoulderEntity,2, +func_192035_E,getRecipeBook,0, +func_192037_E,getRecipeBook,2, +func_192038_E,awardTeamKillScores,2, +func_192039_O,getAdvancements,2, +func_192043_J_,recipesUpdated,0, +func_192044_a,handleHotbarSnapshots,0, +func_192054_h,getPlayerAdvancements,2, +func_192056_a,build,2, +func_192057_a,writeTo,2, +func_192058_a,resolveParent,2, +func_192059_a,deserialize,2, +func_192060_b,readFrom,2, +func_192067_g,getId,2, +func_192068_c,getDisplay,2, +func_192069_e,getChildren,2, +func_192070_b,getParent,2, +func_192071_a,addChild,2, +func_192072_d,getRewards,2, +func_192073_f,getCriteria,2, +func_192074_h,getRequirements,2, +func_192075_a,copy,2, +func_192083_a,loadAdvancements,2, +func_192084_a,getAdvancement,2, +func_192085_a,removeAll,0, +func_192086_a,setListener,0, +func_192087_a,clear,2, +func_192088_b,getRoots,2, +func_192089_c,getAdvancements,2, +func_192090_a,remove,0, +func_192099_a,update,2, +func_192100_b,fromNetwork,2, +func_192101_b,revokeCriterion,2, +func_192102_e,getCompletedCriteria,2, +func_192103_c,getPercent,0, +func_192104_a,serializeToNetwork,2, +func_192105_a,isDone,2, +func_192106_c,getCriterionProgress,2, +func_192107_d,getRemaningCriteria,2, +func_192108_b,hasProgress,2, +func_192109_a,grantCriterion,2, +func_192113_a,apply,2, +func_192118_a,register,2, +func_192119_a,get,2, +func_192120_a,getAll,2, +func_192140_a,serializeToNetwork,2, +func_192141_a,serializeToNetwork,2, +func_192142_c,criteriaFromNetwork,2, +func_192143_a,getCriterionInstance,2, +func_192144_b,criteriaFromJson,2, +func_192145_a,criterionFromJson,2, +func_192146_b,criterionFromNetwork,2, +func_192148_e,serialize,2, +func_192149_a,read,2, +func_192150_a,write,2, +func_192151_a,isObtained,2, +func_192152_a,fromDateTime,2, +func_192153_b,obtain,2, +func_192154_c,reset,2, +func_192158_a,getCriterionInstance,2, +func_192159_a,grantCriterion,2, +func_192163_a,getId,2, +func_192164_b,removeListener,2, +func_192165_a,addListener,2, +func_192166_a,deserializeInstance,2, +func_192167_a,removeAllListeners,2, +func_192168_a,trigger,2, +func_192173_a,trigger,2, +func_192180_a,trigger,2, +func_192183_a,trigger,2, +func_192190_a,trigger,2, +func_192193_a,trigger,2, +func_192200_a,trigger,2, +func_192208_a,trigger,2, +func_192211_a,trigger,2, +func_192215_a,trigger,2, +func_192220_a,trigger,2, +func_192225_a,trigger,2, +func_192229_a,trigger,2, +func_192234_a,trigger,2, +func_192239_a,trigger,2, +func_192244_a,getId,2, +func_192246_a,test,2, +func_192250_a,test,2, +func_192252_a,test,2, +func_192254_a,test,2, +func_192257_a,test,2, +func_192260_a,test,2, +func_192263_a,test,2, +func_192265_a,test,2, +func_192270_a,test,2, +func_192278_a,test,2, +func_192283_a,test,2, +func_192285_a,test,2, +func_192288_a,test,2, +func_192290_a,write,2, +func_192291_d,getFrame,2, +func_192292_a,setPosition,2, +func_192293_c,getBackground,0, +func_192294_a,deserialize,2, +func_192295_b,read,2, +func_192296_f,getY,0, +func_192297_a,getTitle,2, +func_192298_b,getIcon,0, +func_192299_e,getX,0, +func_192307_a,getName,2, +func_192308_a,byName,2, +func_192309_b,getIcon,0, +func_192316_a,moveSubtree,2, +func_192317_d,getLastChild,2, +func_192318_a,thirdWalk,2, +func_192319_a,secondWalk,2, +func_192320_a,firstWalk,2, +func_192321_c,getFirstChild,2, +func_192322_a,buildSubTree,2, +func_192323_a,layout,2, +func_192324_a,apportion,2, +func_192325_b,executeShifts,2, +func_192326_a,getAncestor,2, +func_192327_e,updatePosition,2, +func_192340_b,remove,2, +func_192341_a,isEmpty,2, +func_192342_a,trigger,2, +func_192343_a,add,2, +func_192346_b,removeListener,2, +func_192347_a,isEmpty,2, +func_192348_a,trigger,2, +func_192349_a,addListener,2, +func_192352_a,trigger,2, +func_192353_b,remove,2, +func_192354_a,isEmpty,2, +func_192355_a,add,2, +func_192358_b,remove,2, +func_192359_a,isEmpty,2, +func_192360_a,add,2, +func_192361_a,trigger,2, +func_192364_a,deserialize,2, +func_192365_a,test,2, +func_192381_a,isTeleportFriendlyBlock,2, +func_192385_j,getTreePos,2, +func_192388_b,addItem,2, +func_192389_a,slotChangedCraftingGrid,2, +func_192394_m,isAlignedRight,0, +func_192396_c,getDyeColorName,0, +func_192399_d,isDynamic,2, +func_192400_c,getIngredients,0, +func_192402_a,deserializeIngredients,2, +func_192403_f,getWidth,0, +func_192404_g,getHeight,0, +func_192405_a,deserializeItem,2, +func_192407_a,patternFromJson,2, +func_192408_a,deserializeKey,2, +func_192413_b,findMatchingRecipe,2, +func_192420_c,parseJsonRecipes,2, +func_192425_e,tryTouchWater,2, +func_192445_m,createNewDragon,2, +func_192447_a,deserialize,2, +func_192448_a,optionalBoolean,2, +func_192457_b,remove,2, +func_192458_a,isEmpty,2, +func_192459_a,trigger,2, +func_192460_a,add,2, +func_192463_a,test,2, +func_192464_a,deserialize,2, +func_192465_b,deserializeArray,2, +func_192469_b,remove,2, +func_192470_a,isEmpty,2, +func_192471_a,trigger,2, +func_192472_a,add,2, +func_192475_b,remove,2, +func_192476_a,isEmpty,2, +func_192477_a,add,2, +func_192478_a,trigger,2, +func_192481_a,deserialize,2, +func_192482_a,test,2, +func_192486_a,trigger,2, +func_192487_b,remove,2, +func_192488_a,isEmpty,2, +func_192489_a,add,2, +func_192492_a,deserialize,2, +func_192493_a,test,2, +func_192494_b,deserializeArray,2, +func_192501_b,remove,2, +func_192502_a,isEmpty,2, +func_192503_a,trigger,2, +func_192504_a,add,2, +func_192507_b,remove,2, +func_192508_a,isEmpty,2, +func_192510_a,add,2, +func_192513_a,testSquare,2, +func_192514_a,test,2, +func_192515_a,deserialize,2, +func_192519_b,remove,2, +func_192520_a,isEmpty,2, +func_192521_a,trigger,2, +func_192522_a,add,2, +func_192525_b,remove,2, +func_192527_a,isEmpty,2, +func_192528_a,add,2, +func_192531_b,remove,2, +func_192532_a,isEmpty,2, +func_192533_a,trigger,2, +func_192534_a,add,2, +func_192537_a,trigger,2, +func_192538_b,remove,2, +func_192539_a,isEmpty,2, +func_192540_a,add,2, +func_192543_a,trigger,2, +func_192544_b,remove,2, +func_192545_a,isEmpty,2, +func_192546_a,add,2, +func_192551_a,findAdvancement,2, +func_192552_c,testAdvancement,2, +func_192554_c,testCriterion,2, +func_192556_d,getRecipes,2, +func_192558_a,getPathNodeType,2, +func_192559_a,getPathNodeType,2, +func_192562_a,read,0, +func_192563_a,getHotbarSnapshot,0, +func_192564_b,write,0, +func_192572_a,writeResourceLocation,2, +func_192573_m,readTime,2, +func_192574_a,writeTime,2, +func_192575_l,readResourceLocation,2, +func_192576_a,say,0, +func_192582_a,byId,2, +func_192583_a,getId,2, +func_192590_c,getType,2, +func_192593_c,isGuiOpen,0, +func_192594_d,isFilteringCraftable,0, +func_192595_a,getRecipes,0, +func_192600_b,getAdvancementsToRemove,0, +func_192602_d,isFirstSync,0, +func_192603_a,getAdvancementsToAdd,0, +func_192604_c,getProgressUpdates,0, +func_192610_d,getMoveItemsFromGrid,2, +func_192611_c,readMoveItems,2, +func_192612_a,writeMoveItems,2, +func_192613_a,getContainerId,2, +func_192614_b,getUid,2, +func_192615_c,getMoveItemsToGrid,2, +func_192620_b,getForwardSpeed,2, +func_192624_c,isGuiOpen,2, +func_192625_d,isFilteringCraftable,2, +func_192633_a,updatePosition,0, +func_192634_a,drawEntry,0, +func_192635_a,renderButton,0, +func_192636_a,renderComponent,0, +func_192637_a,drawSlot,0, +func_192638_a,drawSelectionBox,0, +func_192639_a,updateItemPos,0, +func_192648_a,getX,0, +func_192650_a,getMax,0, +func_192651_a,draw,0, +func_192652_a,drawIcon,0, +func_192653_b,getY,0, +func_192654_a,isMouseOver,0, +func_192667_a,getId,0, +func_192681_a,get,0, +func_192682_a,clear,0, +func_192684_b,size,0, +func_192685_a,setRecipe,0, +func_192686_c,getRecipe,0, +func_192708_c,containsCraftableRecipes,0, +func_192709_a,add,0, +func_192711_b,getRecipes,0, +func_192717_a,copyValue,2, +func_192735_d,copy,2, +func_192738_c,shouldBeVisible,2, +func_192739_a,setPlayer,2, +func_192740_f,load,2, +func_192741_b,flushDirty,2, +func_192742_b,ensureVisibility,2, +func_192743_a,startProgress,2, +func_192744_b,revokeCriterion,2, +func_192745_a,dispose,2, +func_192746_d,hasCompletedChildrenOrSelf,2, +func_192747_a,getProgress,2, +func_192748_e,checkForAutomaticTriggers,2, +func_192749_b,save,2, +func_192750_a,grantCriterion,2, +func_192751_c,registerListeners,2, +func_192752_d,ensureAllVisible,2, +func_192777_a,loadBuiltInAdvancements,2, +func_192778_a,getAdvancement,2, +func_192779_a,reload,2, +func_192780_b,getAdvancements,2, +func_192781_c,loadCustomAdvancements,2, +func_192798_a,setListener,0, +func_192799_a,read,0, +func_192810_b,setFilteringCraftable,2, +func_192812_b,isGuiOpen,0, +func_192813_a,setGuiOpen,2, +func_192815_c,isFilteringCraftable,0, +func_192824_e,write,2, +func_192825_a,read,2, +func_192826_c,init,2, +func_192830_a,createPlayer,0, +func_192831_a,handleRecipePlacement,0, +func_192833_a,fromTag,0, +func_192834_a,createTag,0, +func_192836_a,putColor,0, +func_192838_a,renderByItem,0, +func_192839_a,getClassFromName,0, +func_192840_b,getValidTypeNames,2, +func_192841_a,render,0, +func_192854_a,render,0, +func_192855_a,render,0, +func_192861_b,getCustomBob,0, +func_192864_a,renderEntityOnShoulder,0, +func_192876_m,debugPathFinding,2, +func_192877_c,setCanFloat,2, +func_192878_b,setCanEnterDoors,2, +func_192879_a,setCanOpenDoors,2, +func_192880_g,canFloat,2, +func_192988_a,add,0, +func_192989_b,getMinecraft,0, +func_192990_a,getToast,0, +func_192991_a,drawToolTips,0, +func_192993_a,renderRepeating,0, +func_192994_a,render9Sprite,0, +func_192995_a,findOptimalLines,0, +func_192999_a,setVisible,0, +func_193001_a,recipesShown,0, +func_193003_g,updateCollections,0, +func_193006_a,setVisible,0, +func_193011_a,updateScreenPosition,0, +func_193013_a,placeRecipe,0, +func_193014_a,initVisuals,0, +func_193015_d,renderGhostRecipeTooltip,0, +func_193024_a,updateNarratorButton,0, +func_193026_g,onStatsUpdated,0, +func_193028_a,initLists,0, +func_193029_f,initButtons,0, +func_193030_aL,getFunctionManager,2, +func_193031_aM,reload,2, +func_193032_ao,getTutorial,0, +func_193033_an,getToastGui,0, +func_193037_A,getFunctionManager,2, +func_193047_k,getPaddleSound,2, +func_193048_a,getColor,2, +func_193049_f,getItemStack,2, +func_193050_e,isHeadPiece,0, +func_193051_a,setItemValues,2, +func_193052_a,setColor,2, +func_193054_a,setPartying,0, +func_193055_i,getRecipeUsed,2, +func_193056_a,setRecipeUsed,2, +func_193058_a,getFunction,2, +func_193059_f,reload,2, +func_193061_h,loadFunctions,2, +func_193062_a,getCommandManager,2, +func_193065_c,getMaxCommandChainLength,2, +func_193066_d,getFunctions,2, +func_193074_a,checkIfMoveItemMatch,2, +func_193076_bZ,getActivePotionMap,2, +func_193077_p,getArmPose,0, +func_193078_a,isAggressive,0, +func_193079_a,setAggressive,2, +func_193081_a,setSpellType,2, +func_193082_dl,isSpellcasting,2, +func_193083_dm,getSpellType,2, +func_193085_dn,getSpellTicks,2, +func_193086_dk,getSpellSound,2, +func_193096_dj,isAggressive,0, +func_193097_t,createArrowEntity,2, +func_193098_a,getRenderLocations,0, +func_193101_c,setTamedBy,2, +func_193102_a,unlockRecipes,2, +func_193103_a,removeRecipeHighlight,0, +func_193104_a,copyFrom,2, +func_193105_t,hasDisconnected,2, +func_193106_Q,getEnteredNetherPosition,2, +func_193115_c,isVisible,0, +func_193123_j,getDisplayText,2, +func_193124_g,getRequirementCount,0, +func_193126_d,getProgressText,0, +func_193128_g,getFirstProgressDate,2, +func_193140_d,getObtained,2, +func_193143_a,trigger,2, +func_193148_a,trigger,2, +func_193153_a,trigger,2, +func_193158_a,trigger,2, +func_193162_a,trigger,2, +func_193168_a,trigger,2, +func_193173_a,trigger,2, +func_193178_a,trigger,2, +func_193182_a,trigger,2, +func_193187_a,trigger,2, +func_193190_a,test,2, +func_193193_a,test,2, +func_193195_a,test,2, +func_193197_a,test,2, +func_193201_a,test,2, +func_193204_a,test,2, +func_193206_a,test,2, +func_193210_a,test,2, +func_193215_a,test,2, +func_193216_a,test,2, +func_193218_a,test,2, +func_193220_i,shouldAnnounceToChat,2, +func_193221_a,deserializeIcon,2, +func_193222_b,getDescription,2, +func_193223_h,shouldShowToast,0, +func_193224_j,isHidden,2, +func_193229_c,getFormat,2, +func_193231_b,remove,2, +func_193232_a,isEmpty,2, +func_193233_a,add,2, +func_193234_a,trigger,2, +func_193237_b,remove,2, +func_193238_a,isEmpty,2, +func_193239_a,add,2, +func_193240_a,trigger,2, +func_193244_w,reloadResources,2, +func_193245_a,update,0, +func_193246_a,onMouseHover,0, +func_193247_a,handleMovement,0, +func_193248_b,onStop,0, +func_193249_a,handleMouse,0, +func_193250_a,onHitBlock,0, +func_193251_c,openInventory,0, +func_193252_a,handleSetSlot,0, +func_193291_a,createKeybindComponent,0, +func_193292_a,setStep,0, +func_193293_a,handleMovement,0, +func_193294_a,onHitBlock,0, +func_193295_e,getMinecraft,0, +func_193296_a,openInventory,0, +func_193297_a,onMouseHover,0, +func_193299_a,handleMouse,0, +func_193300_b,stop,0, +func_193301_a,handleSetSlot,0, +func_193302_c,reload,0, +func_193303_d,update,0, +func_193307_a,getTutorial,0, +func_193308_a,getName,0, +func_193309_a,create,0, +func_193320_l,getSpellType,2, +func_193327_a,clearContainer,2, +func_193337_a,getFromId,2, +func_193349_f,getColorComponentValues,2, +func_193350_e,getColorValue,0, +func_193354_a,addContainer,2, +func_193355_a,addContainerRecipe,2, +func_193356_a,addMix,2, +func_193357_a,addMix,2, +func_193358_e,getGroup,0, +func_193361_a,deserializeIngredient,2, +func_193362_a,deserialize,2, +func_193363_a,deserialize,2, +func_193364_a,deserializeIngredients,2, +func_193365_a,getMatchingStacks,0, +func_193367_a,fromItem,2, +func_193368_a,fromItems,2, +func_193369_a,fromStacks,2, +func_193372_a,register,2, +func_193373_a,getRecipe,2, +func_193374_a,getRecipeById,2, +func_193375_a,getIDForRecipe,2, +func_193376_a,parseRecipeJson,2, +func_193377_a,init,2, +func_193379_a,register,2, +func_193382_c,isExceptBlockForAttachWithPiston,2, +func_193383_a,getBlockFaceShape,2, +func_193384_b,isExceptionBlockForAttaching,2, +func_193385_b,isHeadPiece,0, +func_193386_c,executeChain,2, +func_193387_a,execute,2, +func_193392_c,canAttachTo,2, +func_193393_b,attachesTo,2, +func_193394_e,isExcepBlockForAttachWithPiston,2, +func_193395_a,canAttachTo,2, +func_193396_c,isAcceptableNeighbor,2, +func_193397_e,isExceptBlockForAttaching,2, +func_193401_d,getBlockFaceShape,2, +func_193413_a,isInsideStructure,2, +func_193414_a,isInsideStructure,2, +func_193417_a,byName,2, +func_193418_a,test,2, +func_193421_a,deserialize,2, +func_193422_a,test,2, +func_193429_b,remove,2, +func_193430_a,isEmpty,2, +func_193431_a,add,2, +func_193432_a,trigger,2, +func_193438_b,remove,2, +func_193439_a,isEmpty,2, +func_193440_a,add,2, +func_193441_a,trigger,2, +func_193446_b,remove,2, +func_193447_a,isEmpty,2, +func_193448_a,trigger,2, +func_193449_a,add,2, +func_193452_a,test,2, +func_193453_a,test,2, +func_193454_a,deserialize,2, +func_193462_a,trigger,2, +func_193463_a,test,2, +func_193464_a,deserialize,2, +func_193469_a,test,2, +func_193470_a,test,2, +func_193471_a,deserialize,2, +func_193472_a,test,2, +func_193475_a,test,2, +func_193476_a,deserialize,2, +func_193477_a,test,2, +func_193478_a,test,2, +func_193481_b,remove,2, +func_193482_a,isEmpty,2, +func_193483_a,trigger,2, +func_193484_a,add,2, +func_193487_b,remove,2, +func_193488_a,isEmpty,2, +func_193489_a,trigger,2, +func_193490_a,add,2, +func_193493_a,trigger,2, +func_193494_b,remove,2, +func_193495_a,isEmpty,2, +func_193496_a,add,2, +func_193497_a,trigger,2, +func_193500_b,remove,2, +func_193501_a,isEmpty,2, +func_193502_a,add,2, +func_193503_b,trigger,2, +func_193506_b,remove,2, +func_193507_a,isEmpty,2, +func_193508_a,add,2, +func_193509_a,trigger,2, +func_193512_a,getPlayer,2, +func_193513_a,getPlayers,2, +func_193514_a,getAdvancements,2, +func_193515_a,addChildren,2, +func_193516_a,perform,2, +func_193517_a,getAdvancementNames,2, +func_193518_a,get,2, +func_193527_a,create,2, +func_193528_a,getEntries,2, +func_193531_b,getPlayers,2, +func_193532_a,perform,2, +func_193534_a,wrongUsage,2, +func_193535_a,performCriterion,2, +func_193536_a,byName,2, +func_193537_a,perform,2, +func_193543_a,fail,2, +func_193544_a,usage,2, +func_193546_a,success,2, +func_193547_a,byName,2, +func_193558_a,getBlockColor,2, +func_193577_a,getPathNodeType,2, +func_193578_a,checkNeighborBlocks,2, +func_193579_b,test,2, +func_193580_a,from,2, +func_193581_j,getTypeName,2, +func_193582_s,handleEscape,2, +func_193584_a,toArray,2, +func_193586_a,toArray,2, +func_193588_a,quoteAndEscape,2, +func_193589_a,toArray,2, +func_193590_a,setValueHelper,2, +func_193592_a,slice,2, +func_193593_f,readStruct,2, +func_193594_o,pop,2, +func_193595_h,readQuotedString,2, +func_193596_c,type,2, +func_193597_b,peek,2, +func_193598_n,peek,2, +func_193599_a,isAllowedInKey,2, +func_193600_j,readListTag,2, +func_193601_b,readKey,2, +func_193602_b,exception,2, +func_193603_a,readArray,2, +func_193604_b,expect,2, +func_193605_e,readList,2, +func_193606_k,readArrayTag,2, +func_193607_l,skipWhitespace,2, +func_193608_a,canRead,2, +func_193609_a,readSingleStruct,2, +func_193610_d,readValue,2, +func_193611_c,readTypedValue,2, +func_193612_g,canRead,2, +func_193613_m,hasElementSeparator,2, +func_193614_i,readString,2, +func_193626_b,getDisplayString,0, +func_193633_h,getKeybind,2, +func_193640_a,isActive,0, +func_193641_a,announceMode,0, +func_193642_b,clear,0, +func_193644_b,getDisplayedRecipes,0, +func_193648_b,getRecipe,2, +func_193651_b,setShowSelectionBox,0, +func_193652_b,getType,0, +func_193653_a,draw,0, +func_193656_a,setDisplayedText,0, +func_193657_a,addOrUpdate,0, +func_193664_a,addRecipeOutput,0, +func_193665_a,addOrUpdate,0, +func_193669_a,setProgress,0, +func_193670_a,hide,0, +func_193684_a,render,0, +func_193685_a,getToast,0, +func_193686_a,getVisibility,0, +func_193697_a,draw,0, +func_193712_c,getY,0, +func_193713_b,getX,0, +func_193716_a,pirateRecipe,0, +func_193721_a,renderTooltip,0, +func_193732_a,addListener,0, +func_193760_e,getRecipe,0, +func_193764_b,registerListeners,2, +func_193765_c,unregisterListeners,2, +func_193766_b,reload,2, +func_193767_b,hasErrored,2, +func_193769_a,preparePiece,0, +func_193770_a,getModelVersion,0, +func_193771_b,render,0, +func_193824_a,copyFrom,2, +func_193825_e,markNew,2, +func_193830_f,isUnlocked,2, +func_193831_b,lock,2, +func_193834_b,remove,2, +func_193835_a,add,2, +func_193837_a,fromJson,2, +func_193838_a,fromJson,2, +func_193839_a,fromJson,2, +func_193840_a,gsonDeserialize,2, +func_193841_a,fromJson,2, +func_193845_a,isHarderThan,2, +func_193847_a,renderPiece,0, +func_193918_a,startAnimation,0, +func_193919_e,updateVisibility,0, +func_193920_a,renderIcon,0, +func_193927_f,getOrderedRecipes,0, +func_193928_a,init,0, +func_193929_d,isOnlyOption,0, +func_193934_g,getScreen,0, +func_193935_c,getAdvancement,0, +func_193936_a,create,0, +func_193937_a,addGuiAdvancement,0, +func_193941_i,testClearCraftingGrid,0, +func_193942_g,updateStackedContents,0, +func_193943_a,getStackSize,0, +func_193945_a,setContainerRecipe,0, +func_193946_a,findSpot,0, +func_193948_e,recipesUpdated,0, +func_193949_f,updateTabs,0, +func_193950_a,handleRecipeClicked,0, +func_193951_a,setupGhostRecipe,0, +func_193954_a,clearCraftingGrid,0, +func_193955_c,hasClickedOutside,0, +func_193956_j,sendUpdateSettings,0, +func_193957_d,tick,0, +func_193967_b,getLastRecipeClicked,0, +func_193968_a,buttonClicked,0, +func_193971_a,getRecipeList,0, +func_193975_a,setFocused,0, +func_193976_p,isFocused,0, +func_193982_e,setSelectedTab,0, +func_193983_c,hasClickedOutside,0, +func_193986_ar,populateSearchTreeManager,0, +func_193987_a,getSearchTree,0, +func_193989_ak,getTickLength,0, +func_193997_a,withEntity,2, +func_193998_a,create,2, +func_193999_a,withPermissionLevel,2, +func_194000_i,computePositionVector,2, +func_194001_a,withSendCommandFeedback,2, +func_194007_a,getRecord,0, +func_194009_a,register,0, +func_194010_a,get,0, +func_194014_c,findSlotMatchingUnusedItem,0, +func_194015_p,getTimesChanged,0, +func_194016_a,fillStackedContents,0, +func_194018_a,fillStackedContents,0, +func_194019_a,execute,2, +func_194022_a,handleSelectAdvancementsTab,2, +func_194026_b,disconnect,2, +func_194027_a,handleSeenAdvancements,2, +func_194028_b,disconnect,2, +func_194032_h,countCompletedRequirements,0, +func_194038_a,search,0, +func_194040_a,recalculate,0, +func_194042_b,index,0, +func_194043_a,add,0, +func_194055_a,search,0, +func_194056_a,compare,0, +func_194057_a,add,0, +func_194058_a,generate,0, +func_194059_a,getString,0, +func_194060_b,printArray,0, +func_194070_a,hasPunchedTreesPreviously,0, +func_194071_a,didPlayerCraftedPlanks,0, +func_194072_f,getGameType,0, +func_194073_a,unlock,2, +func_194074_f,markSeen,2, +func_194075_d,getRecipeId,2, +func_194076_e,isNew,0, +func_194079_d,getRecipes,2, +func_194080_e,getDisplayedRecipes,2, +func_194081_a,sendPacket,2, +func_194082_a,newRecipeList,0, +func_194084_a,getItemStackTab,0, +func_194088_a,visit,0, +func_194089_c,toggleResidual,0, +func_194090_b,getMinIngredientCount,0, +func_194091_b,isSatisfied,0, +func_194092_a,tryPick,0, +func_194093_a,hasConnection,0, +func_194094_d,getSatisfiedIndex,0, +func_194095_d,getIndex,0, +func_194096_c,setSatisfied,0, +func_194097_a,getUniqueAvailIngredientItems,0, +func_194098_a,dfs,0, +func_194099_c,getVisitedIndex,0, +func_194100_b,hasResidual,0, +func_194101_b,hasVisited,0, +func_194102_b,tryPickAll,0, +func_194112_a,accountStack,0, +func_194113_b,pack,0, +func_194114_b,getBiggestCraftableStack,0, +func_194115_b,unpack,0, +func_194116_a,canCraft,0, +func_194117_b,increment,0, +func_194118_a,canCraft,0, +func_194119_a,clear,0, +func_194120_a,containsItem,0, +func_194121_a,getBiggestCraftableStack,0, +func_194122_a,tryTake,0, +func_194125_a,isInCreativeTab,0, +func_194127_a,isAdvanced,0, +func_194133_a,canFit,0, +func_194134_a,shrink,2, +func_194135_a,firstNonSpace,2, +func_194136_b,lastNonSpace,2, +func_194139_b,getValidItemStacksPacked,0, +func_194142_e,isExcepBlockForAttachWithPiston,2, +func_194143_e,isExcepBlockForAttachWithPiston,2, +func_194145_a,execute,2, +func_194151_e,getState,0, +func_194154_a,getTab,0, +func_194156_a,getPurpose,2, +func_194162_b,getAction,2, +func_194163_a,openedTab,0, +func_194164_a,closedScreen,0, +func_194165_c,getTab,2, +func_194169_a,playSound,0, +func_194184_c,getItem,0, +func_194187_a,addIngredient,0, +func_194188_a,render,0, +func_194191_a,render,0, +func_194192_a,updateLists,0, +func_194193_a,getLastClickedRecipe,0, +func_194194_a,init,0, +func_194195_a,recipesShown,0, +func_194196_a,mouseClicked,0, +func_194197_e,updateArrowButtons,0, +func_194198_d,updateButtonsForPage,0, +func_194199_b,getLastClickedRecipeList,0, +func_194200_c,setInvisible,0, +func_194207_b,getDisplayRecipes,0, +func_194208_a,getRecipes,0, +func_194209_a,isNotEmpty,0, +func_194210_a,canCraft,0, +func_194211_e,hasSingleResultItem,0, +func_194212_c,containsValidRecipes,0, +func_194213_a,isCraftable,0, +func_194214_a,updateKnownRecipes,0, +func_194220_a,setSelectedTab,2, +func_194222_a,execute,2, +func_194229_a,getAdvancementList,0, +func_194230_a,setSelectedTab,0, +func_70000_a,addServerStatsToSnooper,2, +func_70001_b,addServerTypeToSnooper,2, +func_70002_Q,isSnooperEnabled,2, +func_70003_b,canUseCommand,2, +func_70005_c_,getName,2, +func_70007_b,resetLog,1, +func_70008_c,getLogContents,1, +func_70011_f,getDistance,2, +func_70012_b,setLocationAndAngles,2, +func_70013_c,getBrightness,2, +func_70014_b,writeEntityToNBT,2, +func_70015_d,setFire,2, +func_70016_h,setVelocity,0, +func_70018_K,markVelocityChanged,2, +func_70020_e,readFromNBT,2, +func_70021_al,getParts,2, +func_70022_Q,getEntityString,2, +func_70024_g,addVelocity,2, +func_70026_G,isWet,2, +func_70027_ad,isBurning,2, +func_70028_i,isEntityEqual,2, +func_70029_a,setWorld,2, +func_70030_z,onEntityUpdate,2, +func_70031_b,setSprinting,2, +func_70032_d,getDistance,2, +func_70033_W,getYOffset,2, +func_70034_d,setRotationYawHead,2, +func_70037_a,readEntityFromNBT,2, +func_70038_c,isOffsetPositionInLiquid,2, +func_70039_c,writeToNBTOptional,2, +func_70040_Z,getLookVec,2, +func_70041_e_,canTriggerWalking,2, +func_70042_X,getMountedYOffset,2, +func_70044_A,setOnFireFromLava,2, +func_70045_F,isImmuneToFire,2, +func_70046_E,getCollisionBoundingBox,2, +func_70047_e,getEyeHeight,2, +func_70049_a,newFloatNBTList,2, +func_70050_g,setAir,2, +func_70051_ag,isSprinting,2, +func_70052_a,setFlag,2, +func_70055_a,isInsideOfMaterial,2, +func_70057_ab,performHurtAnimation,0, +func_70058_J,isNotColliding,2, +func_70065_x,preparePlayerToSpawn,0, +func_70066_B,extinguish,2, +func_70067_L,canBeCollidedWith,2, +func_70068_e,getDistanceSq,2, +func_70070_b,getBrightnessForRender,0, +func_70071_h_,onUpdate,2, +func_70072_I,handleWaterMovement,2, +func_70074_a,onKillEntity,2, +func_70075_an,canBeAttackedWithItem,2, +func_70076_C,outOfWorld,2, +func_70077_a,onStruckByLightning,2, +func_70079_am,getRotationYawHead,2, +func_70080_a,setPositionAndRotation,2, +func_70081_e,dealFireDamage,2, +func_70082_c,turn,0, +func_70083_f,getFlag,2, +func_70086_ai,getAir,2, +func_70087_a,newDoubleNBTList,2, +func_70088_a,entityInit,2, +func_70089_S,isEntityAlive,2, +func_70090_H,isInWater,2, +func_70091_d,move,2, +func_70092_e,getDistanceSq,2, +func_70093_af,isSneaking,2, +func_70094_T,isEntityInsideOpaqueBlock,2, +func_70095_a,setSneaking,2, +func_70097_a,attackEntityFrom,2, +func_70098_U,updateRidden,2, +func_70099_a,entityDropItem,2, +func_70100_b_,onCollideWithPlayer,2, +func_70101_b,setRotation,2, +func_70103_a,handleStatusUpdate,0, +func_70104_M,canBePushed,2, +func_70105_a,setSize,2, +func_70106_y,setDead,2, +func_70107_b,setPosition,2, +func_70108_f,applyEntityCollision,2, +func_70110_aj,setInWeb,2, +func_70111_Y,getCollisionBorderSize,2, +func_70112_a,isInRangeToRenderDist,0, +func_70114_g,getCollisionBox,2, +func_70184_a,onImpact,2, +func_70185_h,getGravityVelocity,2, +func_70186_c,shoot,2, +func_70227_a,onImpact,2, +func_70239_b,setDamage,2, +func_70240_a,setKnockbackStrength,2, +func_70241_g,getIsCritical,2, +func_70242_d,getDamage,2, +func_70243_d,setIsCritical,2, +func_70265_b,setTimeSinceHit,2, +func_70266_a,setDamageTaken,2, +func_70267_i,getForwardDirection,2, +func_70268_h,getTimeSinceHit,2, +func_70269_c,setForwardDirection,2, +func_70271_g,getDamageTaken,2, +func_70288_d,setAgeToCreativeDespawnTime,2, +func_70289_a,combineItems,2, +func_70296_d,markDirty,2, +func_70297_j_,getInventoryStackLimit,2, +func_70298_a,decrStackSize,2, +func_70299_a,setInventorySlotContents,2, +func_70300_a,isUsableByPlayer,2, +func_70301_a,getStackInSlot,2, +func_70302_i_,getSizeInventory,2, +func_70304_b,removeStackFromSlot,2, +func_70429_k,decrementAnimations,2, +func_70431_c,hasItemStack,2, +func_70432_d,storeItemStack,2, +func_70436_m,dropAllItems,2, +func_70437_b,setItemStack,2, +func_70440_f,armorItemInSlot,0, +func_70441_a,addItemStackToInventory,2, +func_70442_a,writeToNBT,2, +func_70443_b,readFromNBT,2, +func_70445_o,getItemStack,2, +func_70447_i,getFirstEmptyStack,2, +func_70448_g,getCurrentItem,2, +func_70449_g,damageArmor,2, +func_70451_h,getHotbarSize,2, +func_70452_e,storePartialItemStack,2, +func_70453_c,changeCurrentItem,0, +func_70455_b,copyInventory,2, +func_70463_b,getStackInRowAndColumn,2, +func_70468_h,getCurrentRecipe,2, +func_70469_d,inventoryResetNeededOnSlotChange,2, +func_70470_g,resetRecipeAndSlots,2, +func_70471_c,setCurrentRecipeIndex,2, +func_70486_a,loadInventoryFromNBT,2, +func_70487_g,saveInventoryToNBT,2, +func_70489_a,getPos,2, +func_70491_i,getDamage,2, +func_70492_c,setDamage,2, +func_70493_k,getRollingDirection,2, +func_70494_i,setRollingDirection,2, +func_70495_a,getPosOffset,0, +func_70496_j,getRollingAmplitude,2, +func_70497_h,setRollingAmplitude,2, +func_70515_d,explode,2, +func_70518_d,onValidSurface,2, +func_70526_d,getXpValue,2, +func_70527_a,getXPSplit,2, +func_70528_g,getTextureByXP,0, +func_70534_d,getRedColorF,0, +func_70535_g,getBlueColorF,0, +func_70536_a,setParticleTextureIndex,0, +func_70537_b,getFXLayer,0, +func_70538_b,setRBGColorF,0, +func_70541_f,multipleParticleScaleBy,0, +func_70542_f,getGreenColorF,0, +func_70543_e,multiplyVelocity,0, +func_70589_b,setBaseSpellTextureIndex,0, +func_70599_aP,getSoundVolume,2, +func_70601_bi,getCanSpawnHere,2, +func_70603_bj,getRenderSizeModifier,0, +func_70604_c,setRevengeTarget,2, +func_70605_aq,getMoveHelper,2, +func_70606_j,setHealth,2, +func_70608_bn,isPlayerSleeping,2, +func_70609_aI,onDeathUpdate,2, +func_70610_aX,isMovementBlocked,2, +func_70613_aW,isServerWorld,2, +func_70615_aA,eatGrassBonus,2, +func_70617_f_,isOnLadder,2, +func_70619_bc,updateAITasks,2, +func_70623_bb,despawnEntity,2, +func_70624_b,setAttackTarget,2, +func_70625_a,faceEntity,2, +func_70626_be,updateEntityActionState,2, +func_70627_aG,getTalkInterval,2, +func_70628_a,dropFewItems,2, +func_70629_bd,handleJumpWater,2, +func_70631_g_,isChild,2, +func_70634_a,setPositionAndUpdate,2, +func_70635_at,getEntitySenses,2, +func_70636_d,onLivingUpdate,2, +func_70637_d,setJumping,2, +func_70638_az,getAttackTarget,2, +func_70641_bl,getMaxSpawnedInChunk,2, +func_70642_aH,playLivingSound,2, +func_70643_av,getRevengeTarget,2, +func_70644_a,isPotionActive,2, +func_70645_a,onDeath,2, +func_70646_bf,getVerticalFaceSpeed,2, +func_70647_i,getSoundPitch,2, +func_70648_aU,canBreatheUnderwater,2, +func_70650_aV,ableToCauseSkullDrop,2, +func_70651_bq,getActivePotionEffects,2, +func_70652_k,attackEntityAsMob,2, +func_70653_a,knockBack,2, +func_70654_ax,getIdleTime,2, +func_70655_b,applyArmorCalculations,2, +func_70656_aK,spawnExplosionParticle,2, +func_70657_f,setMoveVertical,2, +func_70658_aO,getTotalArmorValue,2, +func_70659_e,setAIMoveSpeed,2, +func_70660_b,getActivePotionEffect,2, +func_70661_as,getNavigator,2, +func_70662_br,isEntityUndead,2, +func_70663_b,updateRotation,2, +func_70664_aZ,jump,2, +func_70665_d,damageEntity,2, +func_70668_bt,getCreatureAttribute,2, +func_70669_a,renderBrokenItemStack,2, +func_70670_a,onNewPotionEffect,2, +func_70671_ap,getLookHelper,2, +func_70672_c,applyPotionDamageCalculations,2, +func_70674_bp,clearActivePotions,2, +func_70675_k,damageArmor,2, +func_70676_i,getLook,2, +func_70678_g,getSwingProgress,0, +func_70679_bo,updatePotionEffects,2, +func_70681_au,getRNG,2, +func_70682_h,decreaseAirSupply,2, +func_70683_ar,getJumpHelper,2, +func_70684_aJ,isPlayer,2, +func_70685_l,canEntityBeSeen,2, +func_70686_a,canAttackClass,2, +func_70687_e,isPotionApplicable,2, +func_70688_c,onFinishedPotionEffect,2, +func_70689_ay,getAIMoveSpeed,2, +func_70690_d,addPotionEffect,2, +func_70691_i,heal,2, +func_70692_ba,canDespawn,2, +func_70693_a,getExperiencePoints,2, +func_70695_b,onChangedPotionEffect,2, +func_70781_l,hasPath,2, +func_70799_a,setSlimeSize,2, +func_70800_m,canDamagePlayer,2, +func_70802_j,createInstance,2, +func_70805_n,getAttackStrength,2, +func_70806_k,getJumpDelay,2, +func_70807_r,makesSoundOnJump,2, +func_70808_l,alterSquishAmount,2, +func_70809_q,getSlimeSize,2, +func_70814_o,isValidLightLevel,2, +func_70816_c,teleportToEntity,2, +func_70820_n,teleportRandomly,2, +func_70821_d,shouldAttackPlayer,2, +func_70823_r,isScreaming,2, +func_70825_j,teleportTo,2, +func_70829_a,setCreeperState,2, +func_70830_n,getPowered,2, +func_70831_j,getCreeperFlashIntensity,0, +func_70832_p,getCreeperState,2, +func_70835_c,becomeAngryAt,2, +func_70839_e,setBesideClimbableBlock,2, +func_70841_p,isBesideClimbableBlock,2, +func_70844_e,setOnFire,2, +func_70845_n,isCharged,2, +func_70849_f,setPlayerCreated,2, +func_70850_q,isPlayerCreated,2, +func_70851_e,setHoldingRose,2, +func_70852_n,getVillage,2, +func_70853_p,getHoldRoseTick,2, +func_70854_o,getAttackTimer,0, +func_70873_a,setGrowingAge,2, +func_70874_b,getGrowingAge,2, +func_70875_t,resetInLove,2, +func_70877_b,isBreedingItem,2, +func_70878_b,canMateWith,2, +func_70880_s,isInLove,2, +func_70890_k,getHeadRotationAngleX,0, +func_70892_o,getSheared,2, +func_70893_e,setSheared,2, +func_70894_j,getHeadRotationPointY,0, +func_70900_e,setSaddled,2, +func_70901_n,getSaddled,2, +func_70902_q,getOwner,2, +func_70903_f,setTamed,2, +func_70904_g,setSitting,2, +func_70906_o,isSitting,2, +func_70907_r,getAISit,2, +func_70908_e,playTameEffect,2, +func_70909_n,isTamed,2, +func_70912_b,setTameSkin,2, +func_70913_u,getTameSkin,2, +func_70915_j,getShadingWhileWet,0, +func_70916_h,setAngry,2, +func_70917_k,getInterestedAngle,0, +func_70918_i,setBegging,2, +func_70919_bu,isAngry,2, +func_70920_v,getTailRotation,0, +func_70921_u,isWolfWet,0, +func_70922_bv,isBegging,2, +func_70923_f,getShakeAngle,0, +func_70930_a,setRecipes,0, +func_70931_l_,getCustomer,2, +func_70932_a_,setCustomer,2, +func_70933_a,useRecipe,2, +func_70934_b,getRecipes,2, +func_70938_b,setProfession,2, +func_70939_f,setPlaying,2, +func_70940_q,isTrading,2, +func_70941_o,isMating,2, +func_70945_p,isPlaying,2, +func_70946_n,getProfession,2, +func_70947_e,setMating,2, +func_70965_a,attackEntityFromPart,2, +func_70969_j,updateDragonEnderCrystal,2, +func_70970_a,collideWithEntities,2, +func_70971_b,attackEntitiesInList,2, +func_70972_a,destroyBlocksInAABB,2, +func_70973_b,simplifyAngle,2, +func_70974_a,getMovementOffsets,2, +func_70996_bM,shouldHeal,2, +func_70999_a,wakeUpPlayer,2, +func_71000_j,addMovementStat,2, +func_71001_a,onItemPickup,2, +func_71004_bE,respawnPlayer,0, +func_71005_bN,getInventoryEnderChest,2, +func_71007_a,displayGUIChest,2, +func_71009_b,onCriticalHit,2, +func_71015_k,addMountedMovementStat,2, +func_71016_p,sendPlayerAbilities,2, +func_71019_a,dropItem,2, +func_71020_j,addExhaustion,2, +func_71023_q,addExperience,2, +func_71024_bL,getFoodStats,2, +func_71026_bH,isPlayerFullyAsleep,2, +func_71029_a,addStat,2, +func_71033_a,setGameType,2, +func_71036_o,onItemUseFinish,2, +func_71037_bA,getScore,2, +func_71040_bB,dropItem,2, +func_71043_e,canEat,2, +func_71044_o,collideWithPlayer,2, +func_71047_c,onEnchantmentCritical,2, +func_71050_bK,xpBarCap,2, +func_71051_bG,getBedOrientationInDegrees,0, +func_71053_j,closeScreen,2, +func_71059_n,attackTargetEntityWithCurrentItem,2, +func_71060_bI,getSleepTimer,0, +func_71061_d_,doWaterSplashEffect,2, +func_71064_a,addStat,2, +func_71110_a,sendAllContents,2, +func_71111_a,sendSlotContents,2, +func_71112_a,sendWindowProperty,2, +func_71113_k,updateHeldItem,2, +func_71114_r,getPlayerIP,2, +func_71116_b,addSelfToInternalCraftingInventory,2, +func_71117_bO,getNextWindowId,2, +func_71118_n,setPlayerHealthUpdated,2, +func_71120_a,sendContainerToPlayer,2, +func_71121_q,getServerWorld,2, +func_71122_b,handleFalling,2, +func_71123_m,mountEntityAndWakeUp,2, +func_71127_g,onUpdateEntity,2, +func_71128_l,closeContainer,2, +func_71150_b,setPlayerSPHealth,0, +func_71152_a,setXPStats,0, +func_71165_d,sendChatMessage,0, +func_71187_D,getCommandManager,2, +func_71188_g,setAllowPvp,2, +func_71189_e,setHostname,1, +func_71190_q,updateTimeLightAndEntities,2, +func_71191_d,setBuildLimit,2, +func_71192_d,setUserMessage,2, +func_71193_K,allowSpawnMonsters,2, +func_71194_c,canCreateBonusChest,2, +func_71195_b_,getUserMessage,0, +func_71197_b,init,2, +func_71198_k,logDebug,1, +func_71199_h,isHardcore,2, +func_71200_ad,serverIsInRunLoop,0, +func_71201_j,logSevere,1, +func_71204_b,setDemo,2, +func_71205_p,setMOTD,2, +func_71206_a,shareToLAN,2, +func_71207_Z,getBuildLimit,2, +func_71208_b,setServerPort,1, +func_71209_f,getFile,2, +func_71211_k,getServerHostname,1, +func_71213_z,getOnlinePlayerNames,2, +func_71214_G,getServerOwner,2, +func_71215_F,getServerPort,1, +func_71216_a_,outputPercentRemaining,2, +func_71217_p,tick,2, +func_71218_a,getWorld,2, +func_71219_W,isPVPEnabled,2, +func_71220_V,getCanSpawnNPCs,2, +func_71221_J,getWorldName,0, +func_71222_d,initialWorldChunkLoad,2, +func_71223_ag,enableProfiling,2, +func_71224_l,setServerOwner,2, +func_71225_e,canStructuresSpawn,2, +func_71228_a,finalTick,2, +func_71229_d,setOnlineMode,2, +func_71230_b,addServerInfoToCrashReport,2, +func_71231_X,isFlightAllowed,2, +func_71233_x,getCurrentPlayerCount,2, +func_71234_u,getPort,1, +func_71235_a,setGameType,2, +func_71236_h,logWarning,2, +func_71237_c,convertMapIfNeeded,2, +func_71238_n,getDataDirectory,2, +func_71239_B,isDebuggingEnabled,1, +func_71240_o,systemExitNow,2, +func_71241_aa,isServerStopped,2, +func_71242_L,isDemo,2, +func_71243_i,clearCurrentTask,2, +func_71244_g,logInfo,1, +func_71245_h,setAllowFlight,2, +func_71246_n,setWorldName,0, +func_71247_a,loadAllWorlds,2, +func_71249_w,getMinecraftVersion,2, +func_71250_E,getKeyPair,2, +func_71251_e,setCanSpawnAnimals,2, +func_71252_i,handleRConCommand,1, +func_71253_a,setKeyPair,2, +func_71254_M,getActiveAnvilConverter,2, +func_71255_r,getAllowNether,2, +func_71256_s,startServerThread,2, +func_71257_f,setCanSpawnNPCs,2, +func_71258_A,getPlugins,1, +func_71259_af,getTickCounter,2, +func_71260_j,stopServer,2, +func_71261_m,setFolderName,2, +func_71262_S,isDedicatedServer,2, +func_71263_m,initiateShutdown,2, +func_71264_H,isSinglePlayer,2, +func_71265_f,getGameType,2, +func_71266_T,isServerInOnlineMode,2, +func_71267_a,saveAllWorlds,2, +func_71268_U,getCanSpawnAnimals,2, +func_71270_I,getFolderName,2, +func_71273_Y,getMOTD,2, +func_71274_v,getMotd,1, +func_71275_y,getMaxPlayers,2, +func_71277_t,getHostname,1, +func_71278_l,isServerRunning,2, +func_71279_ae,getGuiEnabled,2, +func_71326_a,saveProperties,1, +func_71327_a,getIntProperty,1, +func_71328_a,setProperty,1, +func_71329_c,getSettingsFilename,1, +func_71330_a,getStringProperty,1, +func_71331_a,addPendingCommand,1, +func_71332_a,getBooleanProperty,1, +func_71333_ah,executePendingCommands,1, +func_71344_c,getPublic,0, +func_71351_a,setServerData,0, +func_71352_k,toggleFullscreen,0, +func_71353_a,loadWorld,0, +func_71354_a,setDimensionAndSpawnPlayer,0, +func_71355_q,isDemo,0, +func_71356_B,isSingleplayer,0, +func_71359_d,getSaveLoader,0, +func_71361_d,checkGLError,0, +func_71363_D,stopIntegratedServer,0, +func_71364_i,setIngameNotInFocus,0, +func_71366_a,displayDebugInfo,0, +func_71369_N,getGLMaximumTextureSize,0, +func_71370_a,resize,0, +func_71371_a,launchIntegratedServer,0, +func_71372_G,isFullScreen,0, +func_71375_t,isFancyGraphicsEnabled,0, +func_71377_b,displayCrashReport,0, +func_71378_E,getPlayerUsageSnooper,0, +func_71379_u,isAmbientOcclusionEnabled,0, +func_71381_h,setIngameFocus,0, +func_71382_s,isGuiEnabled,0, +func_71383_b,updateDebugProfilerName,0, +func_71384_a,init,0, +func_71385_j,displayInGameMenu,0, +func_71386_F,getSystemTime,0, +func_71387_A,isIntegratedServerRunning,0, +func_71389_H,startTimerHackThread,0, +func_71396_d,addGraphicsAndWorldToCrashReport,0, +func_71398_f,freeMemory,0, +func_71400_g,shutdown,0, +func_71401_C,getIntegratedServer,0, +func_71403_a,loadWorld,0, +func_71404_a,crashed,0, +func_71405_e,shutdownMinecraftApplet,0, +func_71407_l,runTick,0, +func_71410_x,getMinecraft,0, +func_71411_J,runGameLoop,0, +func_71497_f,getFile,0, +func_71498_d,getCauseStackTraceOrString,2, +func_71499_a,addCrashSectionThrowable,2, +func_71501_a,getDescription,2, +func_71502_e,getCompleteReport,2, +func_71503_h,getWittyComment,2, +func_71504_g,populateEnvironment,2, +func_71505_b,getCrashCause,2, +func_71506_a,getSectionsInStringBuilder,2, +func_71507_a,addCrashSection,2, +func_71514_a,getAliases,2, +func_71517_b,getName,2, +func_71518_a,getUsage,2, +func_71521_c,getCommandSenderAsPlayer,2, +func_71523_a,doesStringStartWith,2, +func_71527_a,joinNiceString,2, +func_71529_a,setCommandListener,2, +func_71530_a,getListOfStringsMatchingLastWord,2, +func_71539_b,getGameModeFromCommand,2, +func_71555_a,getCommands,2, +func_71556_a,executeCommand,2, +func_71557_a,getPossibleCommands,2, +func_71559_a,dropFirstString,2, +func_71560_a,registerCommand,2, +func_71565_a,filterAllowedCharacters,2, +func_71566_a,isAllowedCharacter,2, +func_71575_a,getCrashReport,2, +func_72314_b,grow,2, +func_72316_a,calculateXOffset,2, +func_72317_d,offset,2, +func_72318_a,contains,2, +func_72320_b,getAverageEdgeLength,2, +func_72321_a,expand,2, +func_72322_c,calculateZOffset,2, +func_72323_b,calculateYOffset,2, +func_72326_a,intersects,2, +func_72327_a,calculateIntercept,2, +func_72352_l,getMaxPlayers,2, +func_72354_b,updateTimeAndWeatherForPlayer,2, +func_72355_a,initializeConnectionToPlayer,2, +func_72358_d,serverUpdateMovingPlayer,2, +func_72363_f,getBannedIPs,2, +func_72364_a,setPlayerManager,2, +func_72365_p,getServerInstance,2, +func_72367_e,playerLoggedOut,2, +func_72368_a,recreatePlayerEntity,2, +func_72369_d,getOnlinePlayerNames,2, +func_72371_a,setWhiteListEnabled,2, +func_72372_a,getEntityViewDistance,2, +func_72373_m,getAvailablePlayerDat,2, +func_72374_b,onTick,2, +func_72375_a,preparePlayer,2, +func_72377_c,playerLoggedIn,2, +func_72378_q,getHostPlayerData,2, +func_72380_a,readPlayerDataFromFile,2, +func_72381_a,setPlayerGameTypeBasedOnOther,2, +func_72382_j,getPlayersMatchingAddress,2, +func_72383_n,isWhiteListEnabled,1, +func_72385_f,syncPlayerInventory,2, +func_72387_b,setCommandsAllowedForAll,0, +func_72389_g,saveAllPlayerData,2, +func_72391_b,writePlayerData,2, +func_72392_r,removeAllPlayers,2, +func_72394_k,getCurrentPlayerCount,2, +func_72395_o,getViewDistance,2, +func_72417_t,loadOpsList,1, +func_72418_v,readWhiteList,1, +func_72419_u,saveOpsList,1, +func_72421_w,saveWhiteList,1, +func_72429_b,getIntermediateWithXValue,2, +func_72430_b,dotProduct,2, +func_72431_c,crossProduct,0, +func_72432_b,normalize,2, +func_72433_c,length,2, +func_72434_d,getIntermediateWithZValue,2, +func_72435_c,getIntermediateWithYValue,2, +func_72436_e,squareDistanceTo,2, +func_72438_d,distanceTo,2, +func_72441_c,add,2, +func_72444_a,subtractReverse,2, +func_72591_c,getRequestId,1, +func_72592_a,getRandomChallenge,1, +func_72593_a,hasExpired,1, +func_72594_b,getChallengeValue,1, +func_72601_a,registerSocket,1, +func_72602_a,startThread,1, +func_72603_d,getNumberOfPlayers,1, +func_72604_a,closeSocket,1, +func_72605_a,closeServerSocket_do,1, +func_72606_c,logWarning,1, +func_72607_a,logDebug,1, +func_72608_b,closeServerSocket,1, +func_72609_b,logInfo,1, +func_72610_d,logSevere,1, +func_72611_e,closeAllSockets,1, +func_72612_a,closeAllSockets_do,1, +func_72613_c,isRunning,1, +func_72620_a,sendResponsePacket,1, +func_72621_a,parseIncomingPacket,1, +func_72622_d,sendAuthChallenge,1, +func_72623_a,stopWithException,1, +func_72624_b,createQueryResponse,1, +func_72625_a,getRequestID,1, +func_72626_g,initQuerySystem,1, +func_72627_c,verifyClientAuth,1, +func_72628_f,cleanQueryClientsMap,1, +func_72645_g,cleanClientThreadsMap,1, +func_72646_f,initClientThreadList,1, +func_72653_g,closeSocket,1, +func_72654_a,sendResponse,1, +func_72655_a,sendMultipacketResponse,1, +func_72656_f,sendLoginFailedResponse,1, +func_72661_a,getBytesAsString,1, +func_72662_b,getRemainingBytesAsLEInt,1, +func_72663_a,getByteAsHexString,1, +func_72664_c,getBytesAsBEint,1, +func_72665_b,getBytesAsLEInt,1, +func_72667_a,writeInt,1, +func_72668_a,writeShort,1, +func_72669_b,reset,1, +func_72670_a,writeByteArray,1, +func_72671_a,writeString,1, +func_72672_a,toByteArray,1, +func_72683_a,addPlayer,2, +func_72684_a,overlaps,2, +func_72685_d,updateMovingPlayer,2, +func_72686_a,getFurthestViewableBlock,2, +func_72688_a,getWorldServer,2, +func_72693_b,tick,2, +func_72694_a,isPlayerWatchingChunk,2, +func_72695_c,removePlayer,2, +func_72703_a,onEntityAdded,2, +func_72709_b,onEntityRemoved,2, +func_72712_a,loadRenderers,0, +func_72720_a,createBindEntityOutlineFbs,0, +func_72721_a,hasCloudFog,0, +func_72723_d,getDebugInfoEntities,0, +func_72728_f,deleteAllDisplayLists,0, +func_72731_b,drawSelectionBox,0, +func_72732_a,setWorldAndLoadRenderers,0, +func_72734_e,updateClouds,0, +func_72735_c,getDebugInfoRenders,0, +func_72785_a,track,2, +func_72786_a,track,2, +func_72787_a,removePlayerFromTrackers,2, +func_72788_a,tick,2, +func_72790_b,untrack,2, +func_72791_a,track,2, +func_72800_K,getHeight,2, +func_72806_N,isEmpty,0, +func_72819_i,getThunderStrength,2, +func_72820_D,getWorldTime,2, +func_72823_a,setData,2, +func_72824_f,getCloudColour,0, +func_72826_c,getCelestialAngle,2, +func_72827_u,getProviderName,0, +func_72829_c,checkBlockCollision,2, +func_72833_a,getSkyColor,0, +func_72835_b,tick,2, +func_72838_d,spawnEntity,2, +func_72839_b,getEntitiesWithinAABBExcludingEntity,2, +func_72841_b,getUniqueDataId,2, +func_72842_a,getBlockDensity,2, +func_72843_D,setRandomSeed,2, +func_72847_b,onEntityRemoved,2, +func_72848_b,removeEventListener,0, +func_72853_d,getMoonPhase,0, +func_72854_c,updateAllPlayersSleepingFlag,2, +func_72855_b,checkNoEntityCollision,2, +func_72857_a,findNearestEntityWithinAABB,2, +func_72860_G,getSaveHandler,2, +func_72863_F,getChunkProvider,2, +func_72866_a,updateEntityWithOptionalForce,2, +func_72867_j,getRainStrength,2, +func_72870_g,updateEntity,2, +func_72872_a,getEntitiesWithinAABB,2, +func_72875_a,isMaterialInBB,2, +func_72876_a,createExplosion,2, +func_72877_b,setWorldTime,2, +func_72880_h,getStarBrightness,0, +func_72882_A,sendQuittingDisconnectingPacket,0, +func_72885_a,newExplosion,2, +func_72890_a,getClosestPlayerToEntity,2, +func_72891_a,setAllowedSpawnTypes,2, +func_72894_k,setRainStrength,0, +func_72896_J,isRaining,2, +func_72897_h,joinEntityInSurroundings,0, +func_72900_e,removeEntity,2, +func_72901_a,rayTraceBlocks,2, +func_72905_C,getSeed,2, +func_72906_B,checkSessionLock,2, +func_72907_a,countEntities,2, +func_72910_y,getLoadedEntityList,0, +func_72911_I,isThundering,2, +func_72912_H,getWorldInfo,2, +func_72914_a,addWorldInfoToCrashReport,2, +func_72916_c,isSpawnChunk,2, +func_72917_a,checkNoEntityCollision,2, +func_72918_a,handleMaterialAcceleration,2, +func_72919_O,getHorizon,0, +func_72920_a,getPendingBlockUpdates,2, +func_72923_a,onEntityAdded,2, +func_72924_a,getPlayerEntityByName,2, +func_72929_e,getCelestialAngleRadians,2, +func_72933_a,rayTraceBlocks,2, +func_72935_r,isDaytime,2, +func_72939_s,updateEntities,2, +func_72940_L,getActualHeight,2, +func_72942_c,addWeatherEffect,2, +func_72943_a,loadData,2, +func_72947_a,calculateInitialWeather,2, +func_72948_g,getFogColor,0, +func_72953_d,containsAnyLiquid,2, +func_72954_a,addEventListener,2, +func_72955_a,tickUpdates,2, +func_72959_q,getBiomeProvider,2, +func_72960_a,setEntityState,2, +func_72963_a,initialize,2, +func_72964_e,getChunk,2, +func_72966_v,calculateInitialSkylight,2, +func_72967_a,calculateSkylightSubtracted,2, +func_72970_h,createChunkProvider,2, +func_72971_b,getSunBrightness,0, +func_72973_f,removeEntityDangerously,2, +func_72974_f,setInitialSpawnLocation,0, +func_72975_g,markBlocksDirtyVertical,2, +func_72979_l,updateWeather,2, +func_72981_t,getDebugLoadedEntities,0, +func_73022_a,removeAllEntities,0, +func_73025_a,doPreChunk,0, +func_73027_a,addEntityToWorld,0, +func_73028_b,removeEntityFromWorld,0, +func_73029_E,doVoidFogParticles,0, +func_73031_a,invalidateBlockReceiveRegion,0, +func_73039_n,getEntityTracker,2, +func_73041_k,flush,2, +func_73042_a,saveLevel,2, +func_73044_a,saveAllChunks,2, +func_73045_a,getEntityByID,2, +func_73046_m,getMinecraftServer,2, +func_73047_i,createBonusChest,2, +func_73051_P,resetRainAndThunder,2, +func_73052_b,createSpawnPosition,2, +func_73053_d,wakeAllPlayers,2, +func_73056_e,areAllPlayersAsleep,2, +func_73075_a,updateBlockRemoving,2, +func_73076_a,setGameType,2, +func_73077_b,initializeGameType,2, +func_73080_a,setWorld,2, +func_73081_b,getGameType,2, +func_73083_d,isCreative,2, +func_73101_e,sendDemoReminder,2, +func_73106_e,getPartialBlockDamage,0, +func_73107_a,setPartialBlockDamage,0, +func_73117_b,updatePlayerEntity,2, +func_73118_a,removeFromTrackedPlayers,2, +func_73119_a,sendDestroyEntityPacketToTrackedPlayers,2, +func_73121_d,isPlayerWatchingThisChunk,2, +func_73122_a,updatePlayerList,2, +func_73123_c,removeTrackedPlayerSymmetric,2, +func_73125_b,updatePlayerEntities,2, +func_73148_d,makeString,2, +func_73149_a,chunkExists,2, +func_73152_e,getLoadedChunkCount,2, +func_73156_b,tick,2, +func_73157_c,canSave,2, +func_73158_c,loadChunk,0, +func_73234_b,unloadChunk,0, +func_73239_e,loadChunkFromFile,2, +func_73240_a,queueUnloadAll,2, +func_73242_b,saveChunkData,2, +func_73243_a,saveChunkExtraData,2, +func_73660_a,update,2, +func_73665_c,getPropertiesFile,1, +func_73666_a,generateNewProperties,1, +func_73667_a,setProperty,1, +func_73668_b,saveProperties,1, +func_73669_a,getIntProperty,1, +func_73670_a,getBooleanProperty,1, +func_73671_a,getStringProperty,1, +func_73680_d,getBanEndDate,2, +func_73682_e,hasBanExpired,2, +func_73686_f,getBanReason,2, +func_73718_a,setLoadingProgress,2, +func_73719_c,displayLoadingString,2, +func_73720_a,displaySavingString,2, +func_73721_b,resetProgressAndMessage,0, +func_73722_d,displayString,0, +func_73728_b,drawVerticalLine,0, +func_73729_b,drawTexturedModalRect,0, +func_73730_a,drawHorizontalLine,0, +func_73731_b,drawString,0, +func_73732_a,drawCenteredString,0, +func_73733_a,drawGradientRect,0, +func_73734_a,drawRect,0, +func_73831_a,updateTick,0, +func_73833_a,setRecordPlayingMessage,0, +func_73834_c,getUpdateCounter,0, +func_73863_a,drawScreen,0, +func_73864_a,mouseClicked,0, +func_73866_w_,initGui,0, +func_73868_f,doesGuiPauseGame,0, +func_73869_a,keyTyped,0, +func_73876_c,updateScreen,0, +func_73878_a,confirmClicked,0, +func_73968_a,rotateAndBlurSkybox,0, +func_73969_a,addSingleplayerMultiplayerButtons,0, +func_73970_b,drawPanorama,0, +func_73971_c,renderSkybox,0, +func_73972_b,addDemoButtons,0, +func_74275_a,updateTimer,0, +func_74290_a,getTimestampedPNGFileForDirectory,0, +func_74296_a,getOptionFloatValue,0, +func_74297_c,getKeyBinding,0, +func_74298_c,getKeyDisplayString,0, +func_74299_a,getTranslation,0, +func_74300_a,loadOptions,0, +func_74303_b,saveOptions,0, +func_74304_a,setOptionFloatValue,0, +func_74305_a,parseFloat,0, +func_74306_a,setOptionValue,0, +func_74308_b,getOptionOrdinalValue,0, +func_74372_a,grabMouseCursor,0, +func_74373_b,ungrabMouseCursor,0, +func_74374_c,mouseXYChange,0, +func_74378_d,getTranslation,0, +func_74379_a,byOrdinal,0, +func_74380_a,isFloat,0, +func_74381_c,getOrdinal,0, +func_74382_b,isBoolean,0, +func_74428_b,processReceivedPackets,2, +func_74430_c,getRemoteAddress,2, +func_74505_d,unpressKey,0, +func_74506_a,unPressAllKeys,0, +func_74507_a,onTick,0, +func_74508_b,resetKeyBindingArrayAndHash,0, +func_74510_a,setKeyBindState,0, +func_74517_a,setColorBuffer,0, +func_74518_a,disableStandardItemLighting,0, +func_74519_b,enableStandardItemLighting,0, +func_74520_c,enableGUIStandardItemLighting,0, +func_74521_a,setColorBuffer,0, +func_74523_b,deleteDisplayLists,0, +func_74524_c,createDirectByteBuffer,0, +func_74526_a,generateDisplayLists,0, +func_74527_f,createDirectIntBuffer,0, +func_74529_h,createDirectFloatBuffer,0, +func_74539_c,getChatLineID,0, +func_74540_b,getUpdatedCounter,0, +func_74583_a,updateRenderInfo,0, +func_74732_a,getId,2, +func_74734_a,write,2, +func_74737_b,copy,2, +func_74742_a,appendTag,2, +func_74744_a,removeTag,2, +func_74745_c,tagCount,2, +func_74757_a,setBoolean,2, +func_74759_k,getIntArray,2, +func_74760_g,getFloat,2, +func_74762_e,getInteger,2, +func_74763_f,getLong,2, +func_74764_b,hasKey,2, +func_74765_d,getShort,2, +func_74767_n,getBoolean,2, +func_74768_a,setInteger,2, +func_74769_h,getDouble,2, +func_74770_j,getByteArray,2, +func_74771_c,getByte,2, +func_74772_a,setLong,2, +func_74773_a,setByteArray,2, +func_74774_a,setByte,2, +func_74775_l,getCompoundTag,2, +func_74776_a,setFloat,2, +func_74777_a,setShort,2, +func_74778_a,setString,2, +func_74779_i,getString,2, +func_74780_a,setDouble,2, +func_74781_a,getTag,2, +func_74782_a,setTag,2, +func_74783_a,setIntArray,2, +func_74793_a,safeWrite,0, +func_74794_a,read,2, +func_74795_b,write,0, +func_74796_a,readCompressed,2, +func_74797_a,read,0, +func_74799_a,writeCompressed,2, +func_74800_a,write,2, +func_74803_a,translateKeyFormat,2, +func_74805_b,translateKey,2, +func_74808_a,getInstance,2, +func_74837_a,translateToLocalFormatted,2, +func_74838_a,translateToLocal,2, +func_74844_a,getErrorObjects,2, +func_74860_a,isLiquidInStructureBoundingBox,2, +func_74861_a,buildComponent,2, +func_74862_a,getYWithOffset,2, +func_74865_a,getXWithOffset,2, +func_74871_b,clearCurrentPositionBlocksUpwards,2, +func_74873_b,getZWithOffset,2, +func_74874_b,getBoundingBox,2, +func_74875_a,addComponentParts,2, +func_74877_c,getComponentType,2, +func_74878_a,fillWithAir,2, +func_74882_a,fillWithRandomizedBlocks,2, +func_74883_a,findIntersecting,2, +func_74889_b,getAverageGroundLevel,2, +func_74891_a,getNextComponentNN,2, +func_74893_a,spawnVillagers,2, +func_74894_b,getNextComponentPP,2, +func_74895_a,canVillageGoDeeper,2, +func_74935_a,offsetToAverageGroundLevel,2, +func_74960_a,getTotalWeight,2, +func_74961_b,getNextComponentX,2, +func_74963_a,getNextComponentNormal,2, +func_74964_a,isAboveGround,2, +func_74965_c,getNextComponentZ,2, +func_74986_a,getNextComponentNormal,2, +func_74987_c,getNextComponentZ,2, +func_74988_a,getRandomDoor,2, +func_74989_b,getNextComponentX,2, +func_74990_a,placeDoor,2, +func_74991_a,canStrongholdGoDeeper,2, +func_75047_a,canSpawnStructureAtCoords,2, +func_75049_b,getStructureStart,2, +func_75059_a,getSpawnList,2, +func_75062_a,selectBlocks,2, +func_75067_a,markAvailableHeight,2, +func_75068_a,generateStructure,2, +func_75069_d,isSizeableStructure,2, +func_75070_a,setRandomHeight,2, +func_75071_a,getBoundingBox,2, +func_75072_c,updateBoundingBox,2, +func_75079_a,updatePieceWeight,2, +func_75084_a,getStructureVillageWeightedPieceList,2, +func_75085_a,canSpawnMoreVillagePiecesOfType,2, +func_75086_a,canSpawnMoreVillagePieces,2, +func_75091_a,writeCapabilitiesToNBT,2, +func_75092_a,setFlySpeed,0, +func_75093_a,getFlySpeed,2, +func_75094_b,getWalkSpeed,2, +func_75095_b,readCapabilitiesFromNBT,2, +func_75112_a,readNBT,2, +func_75113_a,addExhaustion,2, +func_75114_a,setFoodLevel,2, +func_75115_e,getSaturationLevel,2, +func_75116_a,getFoodLevel,2, +func_75117_b,writeNBT,2, +func_75118_a,onUpdate,2, +func_75119_b,setFoodSaturationLevel,0, +func_75121_c,needFood,2, +func_75122_a,addStats,2, +func_75128_a,setCanCraft,2, +func_75129_b,getCanCraft,2, +func_75130_a,onCraftMatrixChanged,2, +func_75132_a,addListener,2, +func_75134_a,onContainerClosed,2, +func_75135_a,mergeItemStack,2, +func_75136_a,getNextTransactionID,0, +func_75137_b,updateProgressBar,0, +func_75138_a,getInventory,2, +func_75139_a,getSlot,2, +func_75140_a,enchantItem,2, +func_75141_a,putStackInSlot,2, +func_75142_b,detectAndSendChanges,2, +func_75145_c,canInteractWith,2, +func_75146_a,addSlotToContainer,2, +func_75147_a,getSlotFromInventory,2, +func_75174_d,getMerchantInventory,2, +func_75175_c,setCurrentRecipeIndex,2, +func_75189_a,canSpawnMoreStructuresOfType,2, +func_75190_a,canSpawnMoreStructures,2, +func_75198_a,prepareStructurePieces,2, +func_75202_c,canAddStructurePieces,2, +func_75208_c,onCrafting,2, +func_75209_a,decrStackSize,2, +func_75210_a,onCrafting,2, +func_75211_c,getStack,2, +func_75214_a,isItemValid,2, +func_75215_d,putStack,2, +func_75216_d,getHasStack,2, +func_75217_a,isHere,2, +func_75218_e,onSlotChanged,2, +func_75219_a,getSlotStackLimit,2, +func_75220_a,onSlotChange,2, +func_75230_a,doTrade,2, +func_75243_a_,canHoldPotion,2, +func_75246_d,updateTask,2, +func_75247_h,getMutexBits,2, +func_75248_a,setMutexBits,2, +func_75249_e,startExecuting,2, +func_75250_a,shouldExecute,2, +func_75251_c,resetTask,2, +func_75252_g,isInterruptible,2, +func_75253_b,shouldContinueExecuting,2, +func_75270_a,setSitting,2, +func_75277_f,isRunning,2, +func_75295_a,canEasilyReach,2, +func_75296_a,isSuitableTarget,2, +func_75366_f,findPossibleShelter,2, +func_75382_a,hasTemptationItemInHand,2, +func_75388_i,spawnBaby,2, +func_75389_f,getNearbyMate,2, +func_75412_a,findNearestDoor,2, +func_75413_a,doesDoorListContain,2, +func_75414_f,resizeDoorList,2, +func_75446_f,checkSufficientDoorsPresentForNewVillager,2, +func_75447_i,giveBirth,2, +func_75461_b,findRandomTargetBlockAwayFrom,2, +func_75462_c,findRandomTargetBlock,2, +func_75463_a,findRandomTarget,2, +func_75464_a,findRandomTargetBlockTowards,2, +func_75466_d,resetDoorOpeningRestrictionCounter,2, +func_75468_f,getDoorOpeningRestrictionCounter,2, +func_75470_e,incrementDoorOpeningRestrictionCounter,2, +func_75473_b,getLastActivityTimestamp,2, +func_75474_b,getDistanceSquared,2, +func_75484_a,setPath,2, +func_75485_k,canNavigate,2, +func_75487_m,removeSunnyPath,2, +func_75488_a,getPathToXYZ,2, +func_75489_a,setSpeed,2, +func_75492_a,tryMoveToXYZ,2, +func_75493_a,isDirectPathBetweenPoints,2, +func_75494_a,getPathToEntityLiving,2, +func_75497_a,tryMoveToEntityLiving,2, +func_75499_g,clearPath,2, +func_75500_f,noPath,2, +func_75501_e,onUpdateNavigation,2, +func_75502_i,getEntityPosition,2, +func_75505_d,getPath,2, +func_75506_l,isInLiquid,2, +func_75508_h,pathFollow,2, +func_75522_a,canSee,2, +func_75523_a,clearSensingCache,2, +func_75528_a,tick,2, +func_75529_b,trySetupSiege,2, +func_75530_c,spawnZombie,2, +func_75540_b,getVillageList,2, +func_75543_d,dropOldestVillagerPosition,2, +func_75544_a,tick,2, +func_75545_e,addNewDoorsToVillageOrCreateVillage,2, +func_75549_c,removeAnnihilatedVillages,2, +func_75557_k,removeDeadAndOutOfRangeDoors,2, +func_75558_f,getVillageDoorInfoList,2, +func_75560_a,tick,2, +func_75561_d,getTicksSinceLastDoorAdding,2, +func_75562_e,getNumVillagers,2, +func_75565_j,removeDeadAndOldAgressors,2, +func_75566_g,isAnnihilated,2, +func_75567_c,getNumVillageDoors,2, +func_75568_b,getVillageRadius,2, +func_75571_b,findNearestVillageAggressor,2, +func_75572_i,updateNumVillagers,2, +func_75573_l,updateVillageRadiusAndCenter,2, +func_75575_a,addOrRenewAgressor,2, +func_75576_a,addVillageDoorInfo,2, +func_75579_h,updateNumIronGolems,2, +func_75598_a,getCreatureClass,2, +func_75599_d,getPeacefulCreature,2, +func_75601_b,getMaxNumberOfCreature,2, +func_75615_a,createEntityFromNBT,2, +func_75616_a,createEntityByID,0, +func_75621_b,getEntityString,2, +func_75638_b,getSpeed,2, +func_75639_a,limitAngle,2, +func_75640_a,isUpdating,2, +func_75641_c,onUpdateMoveHelper,2, +func_75642_a,setMoveTo,2, +func_75649_a,onUpdateLook,2, +func_75650_a,setLookPosition,2, +func_75651_a,setLookPositionWithEntity,2, +func_75652_a,updateRotation,2, +func_75660_a,setJumping,2, +func_75661_b,doJump,2, +func_75664_a,updateRenderAngles,2, +func_75665_a,computeAngleWithBound,2, +func_75734_a,waitForFinish,2, +func_75735_a,queueIO,2, +func_75736_b,processQueue,2, +func_75742_a,getOrLoadData,2, +func_75743_a,getUniqueDataId,2, +func_75744_a,saveAllData,2, +func_75745_a,setData,2, +func_75746_b,loadIdCounts,2, +func_75747_a,saveData,2, +func_75752_b,readPlayerData,2, +func_75753_a,writePlayerData,2, +func_75754_f,getAvailablePlayerDat,2, +func_75755_a,saveWorldInfoWithPlayer,2, +func_75756_e,getPlayerNBTManager,2, +func_75757_d,loadWorldInfo,2, +func_75758_b,getMapFileFromName,2, +func_75759_a,flush,2, +func_75761_a,saveWorldInfo,2, +func_75762_c,checkSessionLock,2, +func_75763_a,getChunkLoader,2, +func_75765_b,getWorldDirectory,2, +func_75766_h,setSessionLock,2, +func_75773_a,canContinue,2, +func_75774_a,onUpdateTasks,2, +func_75775_b,canUse,2, +func_75776_a,addTask,2, +func_75777_a,areTasksCompatible,2, +func_75783_h,getCheatsEnabled,0, +func_75784_e,getLastTimePlayed,0, +func_75785_d,requiresConversion,0, +func_75786_a,getFileName,0, +func_75788_b,getDisplayName,0, +func_75789_g,isHardcoreModeEnabled,0, +func_75790_f,getEnumGameType,0, +func_75799_b,getSaveList,0, +func_75800_d,flushCache,0, +func_75801_b,isOldMapFormat,2, +func_75802_e,deleteWorldDirectory,0, +func_75803_c,getWorldInfo,2, +func_75804_a,getSaveLoader,2, +func_75805_a,convertMapFormat,2, +func_75806_a,renameWorld,0, +func_75807_a,deleteFiles,0, +func_75809_f,createFile,2, +func_75810_a,addRegionFilesToCollection,2, +func_75811_a,convertChunks,2, +func_75812_c,getSaveVersion,2, +func_75813_a,convertFile,2, +func_75814_c,writeNextIO,2, +func_75815_a,loadChunk,2, +func_75816_a,saveChunk,2, +func_75817_a,chunkTick,2, +func_75818_b,flush,2, +func_75819_b,saveExtraChunkData,2, +func_75820_a,writeChunkToNBT,2, +func_75822_a,checkedReadChunkFromNBT,2, +func_75823_a,readChunkFromNBT,2, +func_75824_a,addChunkToPending,2, +func_75829_a,distanceTo,2, +func_75830_a,makeHash,2, +func_75831_a,isAssigned,2, +func_75832_b,distanceToSquared,2, +func_75843_a,format,0, +func_75844_c,dequeue,2, +func_75845_e,isPathEmpty,2, +func_75846_b,sortForward,2, +func_75847_a,sortBack,2, +func_75848_a,clearPath,2, +func_75849_a,addPoint,2, +func_75850_a,changeDistance,2, +func_75853_a,createPath,2, +func_75870_c,getFinalPathPoint,2, +func_75871_b,setCurrentPathLength,2, +func_75872_c,setCurrentPathIndex,2, +func_75873_e,getCurrentPathIndex,2, +func_75874_d,getCurrentPathLength,2, +func_75875_a,incrementPathIndex,2, +func_75876_a,isSamePath,2, +func_75877_a,getPathPointFromIndex,2, +func_75878_a,getPosition,2, +func_75879_b,isFinished,2, +func_75881_a,getVectorFromIndex,2, +func_75885_a,cipherOperation,2, +func_75886_a,createTheCipherInstance,2, +func_75887_a,decryptSharedKey,2, +func_75889_b,decryptData,2, +func_75890_a,createNewSharedKey,0, +func_75891_b,generateKeyPair,2, +func_75893_a,digestOperation,2, +func_75894_a,encryptData,0, +func_75895_a,getServerIdHash,2, +func_75896_a,decodePublicKey,2, +func_75902_a,nextInt,2, +func_75903_a,initChunkSeed,2, +func_75904_a,getInts,2, +func_75905_a,initWorldGenSeed,2, +func_75915_a,magnify,2, +func_75918_d,initCraftableStats,2, +func_75924_a,replaceAllSimilarBlocks,2, +func_75925_c,initStats,2, +func_75966_h,initIndependentStat,2, +func_75968_a,format,0, +func_75971_g,registerStat,2, +func_76030_b,getValue,2, +func_76031_a,getHash,2, +func_76036_e,removeEntry,2, +func_76037_b,containsItem,2, +func_76038_a,addKey,2, +func_76040_a,insert,2, +func_76041_a,lookup,2, +func_76043_a,getSlotIndex,2, +func_76044_g,computeHash,2, +func_76045_c,lookupEntry,2, +func_76046_c,clearMap,2, +func_76047_h,grow,2, +func_76048_a,copyTo,2, +func_76049_d,removeObject,2, +func_76056_b,setSpawnY,0, +func_76057_l,getLastTimePlayed,0, +func_76058_a,setSpawnX,0, +func_76059_o,isRaining,2, +func_76060_a,setGameType,2, +func_76061_m,isThundering,2, +func_76062_a,setWorldName,2, +func_76063_b,getSeed,2, +func_76064_a,updateTagCompound,2, +func_76065_j,getWorldName,2, +func_76067_t,getTerrainType,2, +func_76068_b,setWorldTime,2, +func_76069_a,setThundering,2, +func_76070_v,isInitialized,2, +func_76071_n,getThunderTime,2, +func_76072_h,getPlayerNBTTagCompound,2, +func_76073_f,getWorldTime,2, +func_76074_e,getSpawnZ,2, +func_76075_d,getSpawnY,2, +func_76077_q,getGameType,2, +func_76078_e,setSaveVersion,2, +func_76079_c,getSpawnX,2, +func_76080_g,setRainTime,2, +func_76082_a,cloneNBTCompound,2, +func_76083_p,getRainTime,2, +func_76084_b,setRaining,2, +func_76085_a,setTerrainType,2, +func_76086_u,areCommandsAllowed,2, +func_76087_c,setSpawnZ,0, +func_76088_k,getSaveVersion,2, +func_76089_r,isMapFeaturesEnabled,2, +func_76090_f,setThunderTime,2, +func_76091_d,setServerInitialized,2, +func_76092_g,getSizeOnDisk,0, +func_76093_s,isHardcoreModeEnabled,2, +func_76123_f,ceil,2, +func_76124_d,lfloor,2, +func_76125_a,clamp,2, +func_76126_a,sin,2, +func_76127_a,average,2, +func_76128_c,floor,2, +func_76129_c,sqrt,2, +func_76130_a,abs,2, +func_76131_a,clamp,2, +func_76132_a,absMax,2, +func_76133_a,sqrt,2, +func_76134_b,cos,2, +func_76135_e,abs,2, +func_76136_a,getInt,2, +func_76137_a,intFloorDiv,0, +func_76138_g,wrapDegrees,2, +func_76140_b,fastFloor,0, +func_76141_d,floor,2, +func_76142_g,wrapDegrees,2, +func_76143_f,ceil,2, +func_76179_a,buildPostString,2, +func_76181_a,getSuitableLanPort,0, +func_76184_a,readFromNBT,2, +func_76185_a,markDirty,2, +func_76186_a,setDirty,2, +func_76188_b,isDirty,2, +func_76191_a,updateVisiblePlayers,2, +func_76217_h,getCanBurn,2, +func_76218_k,isOpaque,2, +func_76219_n,setNoPushMobility,2, +func_76220_a,isSolid,2, +func_76221_f,setRequiresTool,2, +func_76222_j,isReplaceable,2, +func_76223_p,setTranslucent,2, +func_76224_d,isLiquid,2, +func_76225_o,setImmovableMobility,2, +func_76226_g,setBurning,2, +func_76228_b,blocksLight,2, +func_76229_l,isToolNotRequired,2, +func_76230_c,blocksMovement,2, +func_76231_i,setReplaceable,2, +func_76271_a,getRandomItem,2, +func_76272_a,getTotalWeight,2, +func_76273_a,getRandomItem,2, +func_76304_a,generateNoiseOctaves,2, +func_76305_a,generateNoiseOctaves,2, +func_76308_a,populateNoiseArray,2, +func_76309_a,grad2,2, +func_76310_a,grad,2, +func_76311_b,lerp,2, +func_76316_a,onInventoryChanged,2, +func_76317_a,clearProfiling,2, +func_76318_c,endStartSection,2, +func_76319_b,endSection,2, +func_76320_a,startSection,2, +func_76321_b,getProfilingData,2, +func_76322_c,getNameOfLastSection,2, +func_76329_a,getColor,0, +func_76333_a,smooth,0, +func_76337_a,ticksToElapsedTime,0, +func_76338_a,stripControlCodes,0, +func_76340_b,getSecond,2, +func_76341_a,getFirst,2, +func_76345_d,getHungerDamage,2, +func_76346_g,getTrueSource,2, +func_76347_k,isFireDamage,2, +func_76348_h,setDamageBypassesArmor,2, +func_76349_b,setProjectile,2, +func_76350_n,isDifficultyScaled,2, +func_76351_m,setDifficultyScaled,2, +func_76352_a,isProjectile,2, +func_76353_a,causeArrowDamage,2, +func_76354_b,causeIndirectMagicDamage,2, +func_76355_l,getDamageType,2, +func_76356_a,causeThrownDamage,2, +func_76357_e,canHarmInCreative,2, +func_76358_a,causeMobDamage,2, +func_76359_i,setDamageAllowedInCreativeMode,2, +func_76361_j,setFireDamage,2, +func_76362_a,causeFireballDamage,2, +func_76363_c,isUnblockable,2, +func_76364_f,getImmediateSource,2, +func_76365_a,causePlayerDamage,2, +func_76390_b,setPotionName,2, +func_76392_e,getStatusIconIndex,0, +func_76393_a,getName,2, +func_76394_a,performEffect,2, +func_76397_a,isReady,2, +func_76398_f,isBadEffect,0, +func_76399_b,setIconIndex,2, +func_76400_d,hasStatusIcon,0, +func_76401_j,getLiquidColor,2, +func_76403_b,isInstant,2, +func_76404_a,setEffectiveness,2, +func_76445_a,getIntCache,2, +func_76446_a,resetIntCache,2, +func_76452_a,combine,2, +func_76453_d,getEffectName,2, +func_76454_e,deincrementDuration,2, +func_76455_a,onUpdate,2, +func_76457_b,performEffect,2, +func_76458_c,getAmplifier,2, +func_76459_b,getDuration,2, +func_76463_a,startSnooper,2, +func_76465_c,getCurrentStats,0, +func_76467_g,addJvmArgsToSnooper,2, +func_76468_d,isSnooperRunning,2, +func_76470_e,stopSnooper,2, +func_76471_b,addMemoryStatsToSnooper,2, +func_76489_a,generateLeafNodeList,2, +func_76490_a,layerSize,2, +func_76493_c,leafNodeNeedsBase,2, +func_76495_b,leafSize,2, +func_76497_e,validTreeLocation,2, +func_76543_b,pickMobSpawner,2, +func_76549_c,getChunkInputStream,2, +func_76550_a,createOrLoadRegionFile,2, +func_76551_a,clearRegionFileReferences,2, +func_76552_d,getChunkOutputStream,2, +func_76556_a,generateLightBrightnessTable,2, +func_76557_i,getAverageGroundLevel,2, +func_76558_a,setWorld,2, +func_76559_b,getMoonPhase,2, +func_76560_a,calcSunriseSunsetColors,0, +func_76561_g,isSkyColored,0, +func_76562_b,getFogColor,0, +func_76563_a,calculateCelestialAngle,2, +func_76565_k,getVoidFogYFactor,0, +func_76566_a,canCoordinateBeSpawn,2, +func_76567_e,canRespawnHere,2, +func_76568_b,doesXZShowFog,0, +func_76569_d,isSurfaceWorld,2, +func_76571_f,getCloudHeight,0, +func_76572_b,init,2, +func_76581_a,set,2, +func_76582_a,get,2, +func_76587_i,getBlockStorageArray,2, +func_76590_a,generateHeightMap,0, +func_76594_o,enqueueRelightChecks,2, +func_76595_e,propagateSkylightOcclusion,2, +func_76599_g,checkSkylightNeighborHeight,2, +func_76600_a,isAtLocation,2, +func_76601_a,needsSaving,2, +func_76602_a,setStorageArrays,2, +func_76603_b,generateSkylightMap,2, +func_76605_m,getBiomeArray,2, +func_76606_c,isEmptyBetween,2, +func_76608_a,removeEntityAtIndex,2, +func_76609_d,updateSkylightNeighborHeight,2, +func_76611_b,getHeightValue,2, +func_76612_a,addEntity,2, +func_76613_n,resetRelightChecks,2, +func_76615_h,relightBlock,2, +func_76616_a,setBiomeArray,2, +func_76617_a,getRandomWithSeed,2, +func_76621_g,isEmpty,2, +func_76622_b,removeEntity,2, +func_76623_d,onUnload,2, +func_76625_h,getTopFilledSegment,2, +func_76630_e,markDirty,2, +func_76631_c,onLoad,2, +func_76632_l,getPos,2, +func_76657_c,setSkyLight,2, +func_76659_c,setBlockLight,2, +func_76661_k,getBlockLight,2, +func_76662_d,getYLocation,2, +func_76663_a,isEmpty,2, +func_76666_d,setSkyLight,2, +func_76670_c,getSkyLight,2, +func_76671_l,getSkyLight,2, +func_76672_e,recalculateRefCounts,2, +func_76674_d,getBlockLight,2, +func_76675_b,needsRandomTick,2, +func_76677_d,setBlockLight,2, +func_76686_a,get,2, +func_76690_a,convertToAnvilFormat,2, +func_76691_a,load,2, +func_76704_a,getChunkDataInputStream,2, +func_76705_d,outOfBounds,2, +func_76706_a,write,2, +func_76707_e,getOffset,2, +func_76708_c,close,2, +func_76709_c,isChunkSaved,2, +func_76710_b,getChunkDataOutputStream,2, +func_76711_a,setOffset,2, +func_76712_a,write,2, +func_76713_b,setChunkTimestamp,2, +func_76727_i,getRainfall,2, +func_76729_a,createBiomeDecorator,2, +func_76730_b,getRandomWorldGenForGrass,2, +func_76731_a,getSkyColorByTemp,0, +func_76736_e,isHighHumidity,2, +func_76738_d,canRain,2, +func_76741_f,getSpawningChance,2, +func_76746_c,getEnableSnow,2, +func_76747_a,getSpawnableList,2, +func_76793_b,genStandardOre2,2, +func_76795_a,genStandardOre1,2, +func_76797_b,generateOres,2, +func_76838_a,cleanupCache,2, +func_76839_e,getCachedBiomes,2, +func_76840_a,getEntry,2, +func_76885_a,getBiome,2, +func_76931_a,getBiomes,2, +func_76932_a,getBiomesToSpawnIn,2, +func_76933_b,getBiomes,2, +func_76937_a,getBiomesForGeneration,2, +func_76938_b,cleanupCache,2, +func_76939_a,getTemperatureAtHeight,2, +func_76940_a,areBiomesViable,2, +func_76975_c,renderShadow,0, +func_76977_a,renderEntityOnFire,0, +func_76978_a,renderOffsetAABB,0, +func_76979_b,doRenderShadowAndFire,0, +func_76982_b,getWorldFromRenderManager,0, +func_76983_a,getFontRendererFromRenderManager,0, +func_76986_a,doRender,0, +func_77008_a,setLightmap,0, +func_77010_a,renderPainting,0, +func_77030_a,getColorMultiplier,0, +func_77034_a,interpolateRotation,0, +func_77036_a,renderModel,0, +func_77037_a,getDeathMaxRotation,0, +func_77039_a,renderLivingAt,0, +func_77040_d,getSwingProgress,0, +func_77041_b,preRenderCallback,0, +func_77043_a,applyRotations,0, +func_77044_a,handleRotationFloat,0, +func_77124_a,setCanBeCreated,2, +func_77125_e,isVersioned,2, +func_77126_d,canBeCreated,0, +func_77127_a,getName,2, +func_77128_b,getTranslationKey,0, +func_77129_f,setVersioned,2, +func_77130_a,byName,2, +func_77131_c,getVersion,2, +func_77132_a,getWorldTypeForGeneratorVersion,2, +func_77142_a,getByName,0, +func_77144_e,isSurvivalOrAdventure,2, +func_77145_d,isCreative,2, +func_77146_a,getByID,2, +func_77147_a,configurePlayerCapabilities,2, +func_77148_a,getID,2, +func_77149_b,getName,2, +func_77158_f,getHardcoreEnabled,2, +func_77159_a,enableBonusChest,2, +func_77160_d,getSeed,2, +func_77161_a,getGameTypeById,2, +func_77162_e,getGameType,2, +func_77163_i,areCommandsAllowed,2, +func_77164_g,isMapFeaturesEnabled,2, +func_77165_h,getTerrainType,2, +func_77166_b,enableCommands,0, +func_77167_c,isBonusChestEnabled,2, +func_77176_a,setScheduledTime,2, +func_77191_a,performWorldGenSpawning,2, +func_77192_a,findChunksForSpawning,2, +func_77201_a,readRecipiesFromTags,2, +func_77202_a,getRecipiesAsTags,2, +func_77203_a,canRecipeBeUsed,2, +func_77272_a,asLong,2, +func_77277_b,getPlayerKnockbackMap,2, +func_77278_a,doExplosionA,2, +func_77279_a,doExplosionB,2, +func_77316_c,getTranslatedName,2, +func_77317_b,getMaxEnchantability,2, +func_77318_a,calcModifierDamage,2, +func_77319_d,getMinLevel,2, +func_77320_a,getName,2, +func_77321_a,getMinEnchantability,2, +func_77322_b,setName,2, +func_77324_c,getRarity,2, +func_77325_b,getMaxLevel,2, +func_77326_a,canApplyTogether,2, +func_77390_a,readFromTags,2, +func_77394_a,getItemToBuy,2, +func_77395_g,writeToTags,2, +func_77396_b,getSecondItemToBuy,2, +func_77397_d,getItemToSell,2, +func_77398_c,hasSecondItemToBuy,2, +func_77399_f,incrementToolUses,2, +func_77444_a,readStat,2, +func_77466_a,getFoliageColorPine,0, +func_77467_a,setFoliageBiomeColorizer,0, +func_77468_c,getFoliageColorBasic,0, +func_77469_b,getFoliageColorBirch,0, +func_77470_a,getFoliageColor,0, +func_77472_b,setClientActiveTexture,0, +func_77473_a,setActiveTexture,0, +func_77474_a,initializeTextures,0, +func_77475_a,setLightmapTextureCoords,0, +func_77479_a,setGrassBiomeColorizer,0, +func_77480_a,getGrassColor,0, +func_77487_a,getServerMotd,0, +func_77488_b,getServerIpPort,0, +func_77489_c,updateLastSeen,0, +func_77493_a,calculateModifier,2, +func_77501_a,getKnockbackModifier,2, +func_77504_a,addRandomEnchantment,2, +func_77506_a,getEnchantmentLevel,2, +func_77508_a,getEnchantmentModifierDamage,2, +func_77513_b,buildEnchantmentList,2, +func_77514_a,calcItemStackEnchantability,2, +func_77516_a,applyEnchantmentModifierArray,2, +func_77518_a,applyEnchantmentModifier,2, +func_77523_b,getAdFromPingResponse,0, +func_77524_a,getMotdFromPingResponse,0, +func_77525_a,getPingResponse,0, +func_77551_a,addServer,0, +func_77552_b,setWasNotUpdated,0, +func_77553_a,getWasUpdated,0, +func_77554_c,getLanServers,0, +func_77557_a,canEnchantItem,2, +func_77569_a,matches,2, +func_77571_b,getRecipeOutput,2, +func_77572_b,getCraftingResult,2, +func_77573_a,checkMatch,2, +func_77599_b,getSmeltingList,2, +func_77602_a,instance,2, +func_77612_l,getMaxDamage,2, +func_77613_e,getRarity,2, +func_77614_k,getHasSubtypes,2, +func_77615_a,onPlayerStoppedUsing,2, +func_77616_k,isEnchantable,2, +func_77619_b,getItemEnchantability,2, +func_77621_a,rayTrace,2, +func_77622_d,onCreated,2, +func_77624_a,addInformation,0, +func_77625_d,setMaxStackSize,2, +func_77626_a,getMaxItemUseDuration,2, +func_77627_a,setHasSubtypes,2, +func_77629_n_,shouldRotateAroundWhenRendering,0, +func_77634_r,hasContainerItem,2, +func_77636_d,hasEffect,0, +func_77637_a,setCreativeTab,2, +func_77639_j,getItemStackLimit,2, +func_77640_w,getCreativeTab,0, +func_77642_a,setContainerItem,2, +func_77643_m_,isMap,2, +func_77644_a,hitEntity,2, +func_77645_m,isDamageable,2, +func_77647_b,getMetadata,2, +func_77651_p,getShareTag,2, +func_77653_i,getItemStackDisplayName,2, +func_77654_b,onItemUseFinish,2, +func_77655_b,setTranslationKey,2, +func_77656_e,setMaxDamage,2, +func_77657_g,getUnlocalizedNameInefficiently,2, +func_77658_a,getTranslationKey,2, +func_77659_a,onItemRightClick,2, +func_77661_b,getItemUseAction,2, +func_77662_d,isFull3D,0, +func_77663_a,onUpdate,2, +func_77664_n,setFull3D,2, +func_77667_c,getTranslationKey,2, +func_77668_q,getContainerItem,2, +func_77828_a,validBookTagContents,2, +func_77840_a,spawnCreature,2, +func_77842_f,getMaterialName,2, +func_77845_h,isWolfsFavoriteMeat,2, +func_77848_i,setAlwaysEdible,2, +func_77849_c,onFoodEaten,2, +func_77861_e,getToolMaterialName,2, +func_77872_a,updateMapData,2, +func_77873_a,getMapData,2, +func_77942_o,hasTagCompound,2, +func_77945_a,updateAnimation,2, +func_77946_l,copy,2, +func_77948_v,isItemEnchanted,2, +func_77950_b,onItemUseFinish,2, +func_77951_h,isItemDamaged,2, +func_77952_i,getItemDamage,2, +func_77953_t,getRarity,2, +func_77955_b,writeToNBT,2, +func_77956_u,isItemEnchantable,2, +func_77957_a,useItemRightClick,2, +func_77958_k,getMaxDamage,2, +func_77959_d,isItemStackEqual,2, +func_77960_j,getMetadata,2, +func_77961_a,hitEntity,2, +func_77962_s,hasEffect,0, +func_77964_b,setItemDamage,2, +func_77966_a,addEnchantment,2, +func_77969_a,isItemEqual,2, +func_77970_a,areItemStackTagsEqual,2, +func_77972_a,damageItem,2, +func_77973_b,getItem,2, +func_77974_b,onPlayerStoppedUsing,2, +func_77975_n,getItemUseAction,2, +func_77976_d,getMaxStackSize,2, +func_77977_a,getTranslationKey,2, +func_77978_p,getTagCompound,2, +func_77979_a,splitStack,2, +func_77980_a,onCrafting,2, +func_77981_g,getHasSubtypes,2, +func_77982_d,setTagCompound,2, +func_77983_a,setTagInfo,2, +func_77984_f,isItemStackDamageable,2, +func_77985_e,isStackable,2, +func_77986_q,getEnchantmentTagList,2, +func_77988_m,getMaxItemUseDuration,2, +func_77989_b,areItemStacksEqual,2, +func_77995_e,getEnchantability,2, +func_77996_d,getHarvestLevel,2, +func_77997_a,getMaxUses,2, +func_77998_b,getEfficiency,2, +func_78000_c,getAttackDamage,2, +func_78013_b,getTabLabel,0, +func_78014_h,setNoTitle,2, +func_78015_f,getBackgroundImageName,0, +func_78016_d,createIcon,0, +func_78017_i,hasScrollbar,0, +func_78018_a,displayAllRelevantItems,0, +func_78019_g,drawInForegroundOfTab,0, +func_78020_k,getColumn,0, +func_78021_a,getIndex,0, +func_78022_j,setNoScrollbar,2, +func_78023_l,isOnTopRow,0, +func_78024_c,getTranslationKey,0, +func_78025_a,setBackgroundImageName,2, +func_78044_b,getDamageReductionAmount,2, +func_78045_a,getEnchantability,2, +func_78046_a,getDurability,2, +func_78084_a,getTextureOffset,0, +func_78085_a,setTextureOffset,0, +func_78086_a,setLivingAnimations,0, +func_78087_a,setRotationAngles,0, +func_78088_a,render,0, +func_78164_a,renderSign,0, +func_78172_a,triangleWave,0, +func_78214_a,updateRotations,0, +func_78231_a,renderAll,0, +func_78235_a,flipFace,0, +func_78240_a,setTexturePosition,0, +func_78244_a,setBoxName,0, +func_78255_a,renderStringAtPos,0, +func_78256_a,getStringWidth,0, +func_78257_a,loadGlyphTexture,0, +func_78259_e,sizeStringToWidth,0, +func_78260_a,getBidiFlag,0, +func_78262_a,trimStringToWidth,0, +func_78263_a,getCharWidth,0, +func_78264_a,setUnicodeFlag,0, +func_78265_b,resetStyles,0, +func_78266_a,renderDefaultChar,0, +func_78267_b,getWordWrappedHeight,0, +func_78268_b,renderSplitString,0, +func_78269_a,trimStringToWidth,0, +func_78270_c,isFormatSpecial,0, +func_78271_c,listFormattedStringToWidth,0, +func_78272_b,isFormatColor,0, +func_78273_d,trimStringNewline,0, +func_78274_b,renderStringAligned,0, +func_78275_b,setBidiFlag,0, +func_78276_b,drawString,0, +func_78277_a,renderUnicodeChar,0, +func_78279_b,drawSplitString,0, +func_78280_d,wrapFormattedStringToWidth,0, +func_78282_e,getFormatFromString,0, +func_78324_d,getScaledHeight_double,0, +func_78325_e,getScaleFactor,0, +func_78326_a,getScaledWidth,0, +func_78327_c,getScaledWidth_double,0, +func_78328_b,getScaledHeight,0, +func_78381_a,draw,0, +func_78432_a,parseUserSkin,0, +func_78433_b,setAreaOpaque,0, +func_78440_a,renderItemInFirstPerson,0, +func_78441_a,updateEquippedItem,0, +func_78442_d,renderFireInFirstPerson,0, +func_78447_b,renderOverlays,0, +func_78448_c,renderWaterOverlayTexture,0, +func_78464_a,updateRenderer,0, +func_78466_h,updateFogColor,0, +func_78467_g,orientCamera,0, +func_78468_a,setupFog,0, +func_78469_a,setFogColorBuffer,0, +func_78470_f,updateTorchFlicker,0, +func_78471_a,renderWorld,0, +func_78472_g,updateLightmap,0, +func_78473_a,getMouseOver,0, +func_78474_d,renderRainSnow,0, +func_78475_f,applyBobbing,0, +func_78476_b,renderHand,0, +func_78477_e,updateFovModifierHand,0, +func_78478_c,setupOverlayRendering,0, +func_78479_a,setupCameraTransform,0, +func_78481_a,getFOVModifier,0, +func_78482_e,hurtCameraEffect,0, +func_78484_h,addRainParticles,0, +func_78546_a,isBoundingBoxInFrustum,0, +func_78547_a,setPosition,0, +func_78548_b,isBoxInFrustum,0, +func_78553_b,isBoxInFrustum,0, +func_78558_a,getInstance,0, +func_78560_b,init,0, +func_78713_a,getEntityRenderObject,0, +func_78714_a,getDistanceToCamera,0, +func_78715_a,getEntityClassRenderObject,0, +func_78716_a,getFontRenderer,0, +func_78717_a,setWorld,0, +func_78745_b,flipPlayer,0, +func_78746_a,setGameType,0, +func_78747_a,isSpectator,0, +func_78748_a,setPlayerCapabilities,0, +func_78749_i,extendedReach,0, +func_78750_j,syncCurrentPlayItem,0, +func_78752_a,sendPacketDropItem,0, +func_78755_b,shouldDrawHUD,0, +func_78756_a,sendEnchantPacket,0, +func_78757_d,getBlockReachDistance,0, +func_78758_h,isInCreativeMode,0, +func_78761_a,sendSlotPacket,0, +func_78762_g,isNotCreative,0, +func_78763_f,gameIsSurvivalOrAdventure,0, +func_78764_a,attackEntity,0, +func_78765_e,updateController,0, +func_78766_c,onStoppedUsingItem,0, +func_78767_c,resetBlockRemoving,0, +func_78784_a,setTextureOffset,0, +func_78785_a,render,0, +func_78786_a,addBox,0, +func_78787_b,setTextureSize,0, +func_78788_d,compileDisplayList,0, +func_78789_a,addBox,0, +func_78790_a,addBox,0, +func_78791_b,renderWithRotation,0, +func_78792_a,addChild,0, +func_78793_a,setRotationPoint,0, +func_78794_c,postRender,0, +func_78822_a,doPlace,2, +func_78823_a,isValid,2, +func_78836_a,getNBTCompound,0, +func_78837_a,getServerDataFromNBTCompound,0, +func_78849_a,addServerData,0, +func_78850_a,getServerData,0, +func_78851_b,removeServerData,0, +func_78853_a,loadServerList,0, +func_78855_b,saveServerList,0, +func_78856_c,countServers,0, +func_78857_a,swapServers,0, +func_78860_a,fromString,0, +func_78861_a,getIP,0, +func_78862_a,getInt,0, +func_78863_b,getServerAddress,0, +func_78864_b,getPort,0, +func_78868_a,updateEffects,0, +func_78869_b,getStatistics,0, +func_78870_a,clearEffects,0, +func_78872_b,renderLitParticles,0, +func_78873_a,addEffect,0, +func_78874_a,renderParticles,0, +func_78880_d,getZSize,2, +func_78882_c,getYSize,2, +func_78883_b,getXSize,2, +func_78884_a,intersectsWith,2, +func_78885_a,intersectsWith,2, +func_78886_a,offset,2, +func_78887_a,getNewBoundingBox,2, +func_78888_b,expandTo,2, +func_78898_a,updatePlayerMoveState,0, +func_78909_a,getColorIndex,0, +func_78914_f,noColor,0, +func_80003_ah,getPlayerUsageSnooper,0, +func_80006_f,getUniqueID,0, +func_82010_a,registerTickable,1, +func_82142_c,setInvisible,2, +func_82143_as,getMaxFallHeight,2, +func_82145_z,getMaxInPortalTime,2, +func_82147_ab,getPortalCooldown,2, +func_82149_j,copyLocationAndAnglesFrom,2, +func_82150_aj,isInvisible,2, +func_82160_b,dropEquipment,2, +func_82166_i,getArmSwingAnimationEnd,2, +func_82167_n,collideWithEntity,2, +func_82168_bl,updateArmSwingProgress,2, +func_82171_bF,canBeSteered,2, +func_82187_q,setLookingForHome,2, +func_82194_d,getWorld,2, +func_82195_e,attackDragonFrom,2, +func_82196_d,attackEntityWithRangedAttack,2, +func_82197_f,setDrinkingPotion,2, +func_82203_t,getWatchedTargetId,2, +func_82204_b,rotlerp,2, +func_82205_o,isArmored,2, +func_82206_m,ignite,2, +func_82207_a,getHeadYRotation,0, +func_82208_v,getHeadY,2, +func_82209_a,launchWitherSkullToCoords,2, +func_82210_r,getHeadXRotation,0, +func_82211_c,updateWatchedTargetId,2, +func_82212_n,getInvulTime,2, +func_82213_w,getHeadZ,2, +func_82214_u,getHeadX,2, +func_82215_s,setInvulTime,2, +func_82216_a,launchWitherSkullToEntity,2, +func_82227_f,setChild,2, +func_82230_o,isConverting,2, +func_82235_h,getIsBatHanging,2, +func_82236_f,setIsBatHanging,2, +func_82242_a,addExperienceLevel,2, +func_82243_bO,getArmorVisibility,2, +func_82245_bX,isSpawnForced,2, +func_82329_d,getWidthPixels,2, +func_82330_g,getHeightPixels,2, +func_82333_j,getRotation,2, +func_82334_a,setDisplayedItem,2, +func_82335_i,getDisplayedItem,2, +func_82336_g,setItemRotation,2, +func_82338_g,setAlphaF,0, +func_82341_c,getMotionFactor,2, +func_82342_d,isInvulnerable,2, +func_82343_e,setInvulnerable,2, +func_82356_Z,isCommandBlockEnabled,2, +func_82357_ak,getSpawnProtectionSize,1, +func_82358_a,isUsernameIndex,2, +func_82362_a,getRequiredPermissionLevel,2, +func_82370_a,getUsernameIndex,2, +func_82377_a,matchesMultiplePlayers,2, +func_82378_b,isSelector,2, +func_82381_h,getArgumentMap,2, +func_82386_a,matchOnePlayer,2, +func_82400_a,getRenderYaw,0, +func_82402_b,renderItem,0, +func_82422_c,transformHeldFull3DItemLayer,0, +func_82448_a,transferEntityToWorld,2, +func_82482_a,dispense,2, +func_82485_a,playDispenseSound,2, +func_82486_a,doDispense,2, +func_82487_b,dispenseStack,2, +func_82488_a,getWorldEventDataFrom,2, +func_82489_a,spawnDispenseParticles,2, +func_82498_a,getProjectileInaccuracy,2, +func_82499_a,getProjectileEntity,2, +func_82500_b,getProjectileVelocity,2, +func_82566_a,setWorldsForAll,2, +func_82568_a,getMapInfo,2, +func_82571_y,getGeneratorOptions,2, +func_82572_b,setWorldTotalTime,2, +func_82573_f,getWorldTotalTime,2, +func_82574_x,getGameRulesInstance,2, +func_82580_o,removeTag,2, +func_82581_a,createCrashReport,2, +func_82582_d,isEmpty,2, +func_82594_a,getObject,2, +func_82595_a,putObject,2, +func_82599_e,getZOffset,2, +func_82600_a,byIndex,2, +func_82601_c,getXOffset,2, +func_82615_a,getX,2, +func_82616_c,getZ,2, +func_82617_b,getY,2, +func_82618_k,getWorld,2, +func_82644_b,getWorldFeatures,2, +func_82645_d,updateLayers,2, +func_82647_a,setBiome,2, +func_82648_a,getBiome,2, +func_82649_e,getDefaultFlatGenerator,2, +func_82650_c,getFlatLayers,2, +func_82651_a,createFlatGeneratorFromString,2, +func_82656_d,getMinY,2, +func_82657_a,getLayerCount,2, +func_82658_c,getFillBlockMeta,2, +func_82660_d,setMinY,2, +func_82667_a,getMonsters,2, +func_82683_b,setDefaultPlayerReputation,2, +func_82684_a,getPlayerReputation,2, +func_82685_c,getNearestTargetPlayer,2, +func_82686_i,isMatingSeason,2, +func_82687_d,isPlayerReputationTooLow,2, +func_82688_a,modifyPlayerReputation,2, +func_82689_b,writeVillageDataToNBT,2, +func_82690_a,readVillageDataFromNBT,2, +func_82691_a,setWorld,2, +func_82692_h,endMatingSeason,2, +func_82705_e,getAnimal,2, +func_82712_a,getDouble,2, +func_82713_a,getDouble,2, +func_82714_a,getInt,2, +func_82715_a,getInt,2, +func_82716_a,nextDouble,2, +func_82719_a,writeCustomPotionEffectToNBT,2, +func_82720_e,getIsAmbient,2, +func_82722_b,readCustomPotionEffectFromNBT,2, +func_82725_o,isMagicDamage,2, +func_82726_p,setMagicDamage,2, +func_82734_g,getChunksLowestHorizon,2, +func_82736_K,getGameRules,2, +func_82737_E,getTotalWorldTime,2, +func_82738_a,setTotalWorldTime,0, +func_82742_i,resetUpdateEntityTick,2, +func_82743_f,getCreationCloudUpdateTick,0, +func_82744_b,setCloudUpdateTick,0, +func_82747_f,getId,2, +func_82749_j,getGeneratorOptions,2, +func_82750_a,setGeneratorOptions,2, +func_82752_c,hasLimitedInteractions,2, +func_82753_a,setPriority,2, +func_82756_a,getString,2, +func_82757_a,setValue,2, +func_82758_b,getBoolean,2, +func_82763_b,getRules,2, +func_82764_b,setOrCreateGameRule,2, +func_82765_e,hasRule,2, +func_82766_b,getBoolean,2, +func_82767_a,getString,2, +func_82768_a,readFromNBT,2, +func_82770_a,writeToNBT,2, +func_82781_a,getEnchantments,2, +func_82782_a,setEnchantments,2, +func_82783_a,increaseMaxTradeUses,2, +func_82784_g,isRecipeDisabled,2, +func_82785_h,compensateToolUses,0, +func_82787_a,findMatchingResult,2, +func_82788_x,canItemEditBlocks,2, +func_82789_a,getIsRepairable,2, +func_82812_d,getArmorMaterial,2, +func_82813_b,setColor,2, +func_82814_b,getColor,2, +func_82815_c,removeColor,2, +func_82816_b_,hasColor,2, +func_82833_r,getDisplayName,2, +func_82835_x,canEditBlocks,2, +func_82836_z,getItemFrame,2, +func_82837_s,hasDisplayName,2, +func_82838_A,getRepairCost,2, +func_82839_y,isOnItemFrame,2, +func_82840_a,getTooltip,0, +func_82841_c,setRepairCost,2, +func_82842_a,setItemFrame,2, +func_82846_b,transferStackInSlot,2, +func_82847_b,removeListener,0, +func_82848_d,updateRepairOutput,2, +func_82850_a,updateItemName,2, +func_82869_a,canTakeStack,2, +func_82877_b,setPlayerWalkSpeed,0, +func_82879_c,sendSettingsToServer,0, +func_82883_a,getUnicodeFlag,0, +func_83015_S,getCurrentDate,2, +func_85029_a,addEntityCrashInfo,2, +func_85031_j,hitByEntity,2, +func_85033_bc,collideWithNearbyEntities,2, +func_85034_r,setArrowCountInEntity,2, +func_85035_bI,getArrowCountInEntity,2, +func_85036_m,setCombatTask,2, +func_85039_t,addScore,2, +func_85040_s,setScore,2, +func_85052_h,getThrower,2, +func_85054_d,searchForOtherItemsNearby,2, +func_85055_a,makeCrashReport,2, +func_85056_g,getCategory,2, +func_85057_a,makeCategoryDepth,2, +func_85058_a,makeCategory,2, +func_85069_a,firstTwoElementsOfStackTraceMatch,2, +func_85070_b,trimStackTraceEntriesFromBottom,2, +func_85072_a,appendToStringBuilder,2, +func_85073_a,getPrunedStackTrace,2, +func_85074_a,getCoordinateInfo,0, +func_85089_a,getKey,2, +func_85090_b,getValue,2, +func_85094_b,renderDebugBoundingBox,0, +func_85118_a,addToCrashReport,2, +func_85144_b,getCacheSizes,2, +func_85151_d,getLowerChestInventory,2, +func_85156_a,removeTask,2, +func_85158_p,setAdventureModeExempt,2, +func_85172_a,sendLeashedEntitiesInChunk,2, +func_85176_s,getDefaultTeleporter,2, +func_85181_a,getRandomModelBox,0, +func_85188_a,makePortal,2, +func_85189_a,removeStalePortalLocations,2, +func_90010_a,isPartOfLargeChest,2, +func_90011_a,createChild,2, +func_90020_K,getLimitFramerate,0, +func_90033_f,canLoadWorld,0, +func_90035_a,getClassFromID,0, +func_90036_a,getFireAspectModifier,2, +func_90999_ad,canRenderOnFire,0, +func_92034_a,createParticle,0, +func_92035_a,createBall,0, +func_92036_a,createBurst,0, +func_92037_i,isFarFromCamera,0, +func_92038_a,createShaped,0, +func_92043_f,setTwinkle,0, +func_92045_e,setTrail,0, +func_92058_a,setItem,2, +func_92059_d,getItem,2, +func_92087_a,causeThornsDamage,2, +func_92088_a,makeFireworks,0, +func_92089_a,canApply,2, +func_92092_a,getBlastDamageReduction,2, +func_92093_a,getFireTimeForEntity,2, +func_92094_a,shouldHit,2, +func_92095_b,getDamage,2, +func_92097_a,negateDamage,2, +func_92099_a,getEnchantedItem,2, +func_92110_g,getEnchantments,2, +func_92111_a,getEnchantedItemStack,2, +func_92115_a,addEnchantment,2, +func_94041_b,isItemValidForSlot,2, +func_94053_h,nextTextureIndexX,0, +func_94059_bO,getAlwaysRenderNameTagForRender,0, +func_94060_bK,getAttackingEntity,2, +func_94061_f,setNoAI,2, +func_94083_c,getTntPlacedBy,2, +func_94085_r,getDefaultDisplayTileOffset,2, +func_94086_l,setDisplayTileOffset,2, +func_94095_a,killMinecart,2, +func_94096_e,setHasDisplayTile,2, +func_94099_q,getDisplayTileOffset,2, +func_94100_s,hasDisplayTile,2, +func_94101_h,applyDrag,2, +func_94103_c,explodeCart,2, +func_94104_d,getFuseTicks,0, +func_94105_c,ignite,2, +func_94107_f,setMinecartPowered,2, +func_94108_c,isMinecartPowered,2, +func_94182_a,addSlot,0, +func_94183_a,getStitchHolder,0, +func_94184_a,getAllStitchSlots,0, +func_94185_c,getOriginY,0, +func_94186_b,getOriginX,0, +func_94194_d,rotate,0, +func_94195_e,isRotated,0, +func_94196_a,setNewDimension,0, +func_94197_a,getWidth,0, +func_94199_b,getHeight,0, +func_94206_g,getMinV,0, +func_94207_b,getInterpolatedV,0, +func_94209_e,getMinU,0, +func_94210_h,getMaxV,0, +func_94211_a,getIconWidth,0, +func_94212_f,getMaxU,0, +func_94214_a,getInterpolatedU,0, +func_94215_i,getIconName,0, +func_94216_b,getIconHeight,0, +func_94217_a,copyFrom,0, +func_94219_l,updateAnimation,0, +func_94248_c,updateAnimations,0, +func_94277_a,bindTexture,0, +func_94305_f,doStitch,0, +func_94309_g,getStichSlots,0, +func_94310_b,allocateSlot,0, +func_94311_c,expandAndAllocateSlot,0, +func_94520_b,isKeyTranslated,2, +func_94522_b,canTranslate,2, +func_94525_a,computeStackSize,2, +func_94526_b,calcRedstoneFromInventory,2, +func_94527_a,canAddItemToSlot,2, +func_94529_b,extractDragMode,2, +func_94530_a,canMergeSlot,2, +func_94531_b,canDragIntoSlot,2, +func_94532_c,getDragEvent,2, +func_94533_d,resetDrag,2, +func_94534_d,getQuickcraftMask,0, +func_94539_a,causeExplosionDamage,2, +func_94540_d,setExplosion,2, +func_94541_c,isExplosion,2, +func_94542_g,resetFallSuffix,2, +func_94544_f,getBestCombatEntry,2, +func_94545_a,calculateFallSuffix,2, +func_94547_a,trackDamage,2, +func_94548_b,getFallSuffix,2, +func_94549_h,reset,2, +func_94550_c,getBestAttacker,2, +func_94559_f,isLivingDamageSrc,2, +func_94560_a,getDamageSrc,2, +func_94561_i,getDamageAmount,2, +func_94562_g,getFallSuffix,2, +func_94563_c,getDamage,2, +func_94613_c,getExplosivePlacedBy,2, +func_95999_t,getCustomNameTag,2, +func_96092_aw,isPushedByWater,2, +func_96094_a,setCustomNameTag,2, +func_96095_a,onActivatorRailPass,2, +func_96096_ay,isIgnited,2, +func_96107_aA,getXPos,2, +func_96108_aC,getZPos,2, +func_96109_aB,getYPos,2, +func_96110_f,setBlocked,2, +func_96111_ay,getBlocked,2, +func_96112_aD,captureDroppedItems,2, +func_96122_a,canAttackPlayer,2, +func_96123_co,getWorldScoreboard,2, +func_96124_cp,getTeam,2, +func_96296_a,getValidValues,2, +func_96297_d,getFriendlyName,2, +func_96300_b,getValueByName,2, +func_96301_b,isFancyStyling,2, +func_96302_c,isColor,2, +func_96333_a,joinNiceStringFromCollection,2, +func_96441_U,getScoreboard,2, +func_96443_a,setWorldScoreboard,0, +func_96456_a,sendScoreboard,2, +func_96496_a,teamsToNbt,2, +func_96497_d,fillInDisplaySlots,2, +func_96498_a,readTeams,2, +func_96499_a,setScoreboard,2, +func_96500_c,readScores,2, +func_96501_b,readObjectives,2, +func_96502_a,loadTeamPlayers,2, +func_96503_e,scoresToNbt,2, +func_96504_c,readDisplayConfig,2, +func_96505_b,objectivesToNbt,2, +func_96508_e,getTeam,2, +func_96509_i,getPlayersTeam,2, +func_96510_d,getObjectivesForEntity,2, +func_96511_d,removeTeam,2, +func_96512_b,removePlayerFromTeam,2, +func_96513_c,broadcastTeamRemove,2, +func_96514_c,getScoreObjectives,2, +func_96516_a,broadcastScoreUpdate,2, +func_96517_b,getObjectiveDisplaySlot,2, +func_96518_b,getObjective,2, +func_96519_k,removeObjective,2, +func_96520_a,getObjectivesFromCriteria,2, +func_96522_a,onScoreObjectiveAdded,2, +func_96523_a,broadcastTeamCreated,2, +func_96524_g,removePlayerFromTeams,2, +func_96525_g,getTeams,2, +func_96526_d,getObjectiveNames,2, +func_96527_f,createTeam,2, +func_96528_e,getScores,2, +func_96529_a,getOrCreateScore,2, +func_96530_a,setObjectiveInDisplaySlot,2, +func_96531_f,getTeamNames,2, +func_96532_b,onObjectiveDisplayNameChanged,2, +func_96533_c,onScoreObjectiveRemoved,2, +func_96534_i,getSortedScores,2, +func_96535_a,addScoreObjective,2, +func_96536_a,onScoreUpdated,2, +func_96537_j,getObjectiveDisplaySlotNumber,2, +func_96538_b,broadcastTeamInfoUpdate,2, +func_96539_a,getObjectiveInDisplaySlot,2, +func_96546_g,sendDisplaySlotRemovalPackets,2, +func_96548_f,getDestroyPackets,2, +func_96549_e,addObjective,2, +func_96550_d,getCreatePackets,2, +func_96551_b,markSaveDataDirty,2, +func_96552_h,getObjectiveDisplaySlotCount,2, +func_96559_d,getYOffset,2, +func_96560_a,getScoreMap,2, +func_96631_a,attemptDamageItem,2, +func_96636_a,getName,2, +func_96637_b,isReadOnly,2, +func_96645_d,getObjective,2, +func_96646_b,decreaseScore,2, +func_96647_c,setScorePoints,2, +func_96648_a,incrementScore,2, +func_96649_a,increaseScore,2, +func_96650_f,getScoreScoreboard,2, +func_96652_c,getScorePoints,2, +func_96653_e,getPlayerName,2, +func_96660_a,setAllowFriendlyFire,2, +func_96661_b,getName,2, +func_96662_c,setSuffix,2, +func_96663_f,getSuffix,2, +func_96664_a,setDisplayName,2, +func_96665_g,getAllowFriendlyFire,2, +func_96666_b,setPrefix,2, +func_96667_a,formatPlayerName,2, +func_96668_e,getPrefix,2, +func_96669_c,getDisplayName,2, +func_96670_d,getMembershipCollection,2, +func_96678_d,getDisplayName,2, +func_96679_b,getName,2, +func_96680_c,getCriteria,2, +func_96681_a,setDisplayName,2, +func_96682_a,getScoreboard,0, +func_98034_c,isInvisibleToPlayer,0, +func_98042_n,setTransferTicker,2, +func_98043_aE,canTransfer,2, +func_98052_bS,canPickUpLoot,2, +func_98053_h,setCanPickUpLoot,2, +func_98054_a,setScaleForAge,2, +func_98055_j,setScale,2, +func_98150_a,getAtlasSprite,0, +func_98267_a,broadcastEvent,2, +func_98268_b,setDelayToMin,2, +func_98270_a,readFromNBT,2, +func_98271_a,getSpawnerWorld,2, +func_98273_j,resetTimer,2, +func_98278_g,updateSpawner,2, +func_98279_f,isActivated,2, +func_98297_h,getSeeFriendlyInvisiblesEnabled,2, +func_98298_a,setFriendlyFlags,0, +func_98299_i,getFriendlyFlags,2, +func_98300_b,setSeeFriendlyInvisiblesEnabled,2, +func_98306_d,readGlyphSizes,0, +func_99999_d,run,0, diff --git a/config/lootcapacitortooltips.cfg b/config/lootcapacitortooltips.cfg new file mode 100644 index 00000000..d24b3183 --- /dev/null +++ b/config/lootcapacitortooltips.cfg @@ -0,0 +1,11 @@ +# 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/loottweaker.cfg b/config/loottweaker.cfg new file mode 100644 index 00000000..f0b8809c --- /dev/null +++ b/config/loottweaker.cfg @@ -0,0 +1,23 @@ +# 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/lunatriuscore.cfg b/config/lunatriuscore.cfg new file mode 100644 index 00000000..07ca53b1 --- /dev/null +++ b/config/lunatriuscore.cfg @@ -0,0 +1,8 @@ +# Configuration file + +versioncheck { + # Should the mod check for updates? + B:checkForUpdates=true +} + + diff --git a/config/magicbees.cfg b/config/magicbees.cfg new file mode 100644 index 00000000..27c5c7fb --- /dev/null +++ b/config/magicbees.cfg @@ -0,0 +1,63 @@ +# 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/matc.cfg b/config/matc.cfg new file mode 100644 index 00000000..f51e0186 --- /dev/null +++ b/config/matc.cfg @@ -0,0 +1,43 @@ +# 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/mcjtylib.cfg b/config/mcjtylib.cfg new file mode 100644 index 00000000..87d8906b --- /dev/null +++ b/config/mcjtylib.cfg @@ -0,0 +1,242 @@ +# 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/microblocks.cfg b/config/microblocks.cfg new file mode 100644 index 00000000..7ecfe4bf --- /dev/null +++ b/config/microblocks.cfg @@ -0,0 +1,80 @@ +#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 +"minecraft:concrete":0-15 +"divinerpg:aquatonic_bricks" +"divinerpg:lava_bricks" +"divinerpg:arlemite_bricks" +"divinerpg:darkstone_bricks" +"divinerpg:diamond_bricks" +"divinerpg:gold_bricks" +"divinerpg:green_bricks" +"divinerpg:iron_bricks" +"divinerpg:lapis_lazuli_bricks" +"divinerpg:milk_stone_bricks" +"divinerpg:netherite_bricks" +"divinerpg:pink_bricks" +"divinerpg:purple_bricks" +"divinerpg:realmite_bricks" +"divinerpg:redstone_bricks" +"divinerpg:eden_bricks" +"divinerpg:wildwood_bricks" +"divinerpg:apalachia_bricks" +"divinerpg:skythern_bricks" +"divinerpg:mortum_bricks" +"divinerpg:minibricks" +"divinerpg:arlemite_minibricks" +"divinerpg:bedrock_minibricks" +"divinerpg:netherite_minibricks" +"divinerpg:realmite_minibricks" +"divinerpg:bloodgem_minibricks" +"divinerpg:rupee_minibricks" +"divinerpg:icy_bricks" +"contenttweaker:rainbow_bricks" +"aoa3:runic_stone" +"aoa3:baron_bricks" +"aoa3:black_bricks" +"aoa3:bloodstone_bricks" +"aoa3:blue_bricks" +"aoa3:brown_bricks" +"aoa3:coral_bricks" +"aoa3:creeponia_bricks" +"aoa3:crystallite_bricks" +"aoa3:crystevia_bricks" +"aoa3:cyan_bricks" +"aoa3:dark_bricks" +"aoa3:dark_blue_bricks" +"aoa3:dark_grey_bricks" +"aoa3:darkwash_bricks" +"aoa3:gardencia_bricks" +"aoa3:greckon_bricks" +"aoa3:green_bricks" +"aoa3:grey_bricks" +"aoa3:haunted_bricks" +"aoa3:iro_dotted_bricks" +"aoa3:iro_striped_bricks" +"aoa3:lelyetia_bricks" +"aoa3:lime_bricks" +"aoa3:lunar_bricks" +"aoa3:magenta_bricks" +"aoa3:black_mysterium_bricks" +"aoa3:green_mysterium_bricks" +"aoa3:orange_bricks" +"aoa3:pink_bricks" +"aoa3:purple_bricks" +"aoa3:red_bricks" +"aoa3:rosidian_bricks" +"aoa3:runic_construct_bricks" +"aoa3:skeletal_bricks" +"aoa3:white_bricks" +"aoa3:whitewash_bricks" +"aoa3:yellow_bricks" +"abyssalcraft:darkstone_brick"@0-2 +"abyssalcraft:abybrick"@0-2 +"abyssalcraft:dreadbrick"@0-2 +"abyssalcraft:abydreadbrick"@0-2 +"abyssalcraft:cstonebrick"@0-2 +"abyssalcraft:ethaxiumbrick"@0-2 +"abyssalcraft:darkethaxiumbrick"@0-2 diff --git a/config/mightyenderchicken.cfg b/config/mightyenderchicken.cfg new file mode 100644 index 00000000..69506910 --- /dev/null +++ b/config/mightyenderchicken.cfg @@ -0,0 +1,145 @@ +# 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=1 + + # 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/moartinkers.cfg b/config/moartinkers.cfg new file mode 100644 index 00000000..21384170 --- /dev/null +++ b/config/moartinkers.cfg @@ -0,0 +1,200 @@ +# 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"=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 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/mobpc.cfg b/config/mobpc.cfg new file mode 100644 index 00000000..46d77770 --- /dev/null +++ b/config/mobpc.cfg @@ -0,0 +1,22 @@ +# 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/modularmachinery/machinery/Arcane_Autoworkbench.json b/config/modularmachinery/machinery/Arcane_Autoworkbench.json new file mode 100644 index 00000000..f267dcb5 --- /dev/null +++ b/config/modularmachinery/machinery/Arcane_Autoworkbench.json @@ -0,0 +1,549 @@ +{ + "registryname": "arcane_autoworkbench", + "localizedname": "Arcane Autoworkbench", + "color": 582078, + "modifiers": [ + { + "elements": "thaumadditions:mithminite_block@0", + "x": 0, + "y": 1, + "z": 3, + "description": "Mithminite instead of Adaminite to increase speed", + "modifier": { + "io": "output", + "target": "duration", + "operation": 1, + "multiplier": 0.2 + } + } + ], + "parts": [ + { + "x": -2, + "y": 0, + "z": 2, + "elements": [ + "thaumcraft:plank_silverwood@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 0, + "elements": [ + "thaumcraft:metal_thaumium@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 0, + "elements": [ + "thaumcraft:metal_thaumium@0" + ] + }, + { + "x": 0, + "y": 2, + "z": 3, + "elements": [ + "thaumcraft:arcane_workbench@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 0, + "elements": [ + "thaumcraft:metal_thaumium@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 2, + "elements": [ + "thaumcraft:plank_silverwood@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 4, + "elements": [ + "thaumcraft:metal_thaumium@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 2, + "elements": [ + "thaumcraft:plank_silverwood@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 0, + "elements": [ + "thaumcraft:metal_thaumium@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 4, + "elements": [ + "thaumcraft:plank_silverwood@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 0, + "elements": [ + "thaumcraft:stone_arcane@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 2, + "elements": [ + "thaumcraft:plank_silverwood@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 0, + "elements": [ + "thaumcraft:stone_arcane@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 4, + "elements": [ + "thaumcraft:plank_silverwood@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 6, + "elements": [ + "thaumcraft:stone_arcane@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 2, + "elements": [ + "thaumcraft:plank_silverwood@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 4, + "elements": [ + "thaumcraft:plank_silverwood@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 6, + "elements": [ + "thaumcraft:metal_thaumium@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 4, + "elements": [ + "thaumcraft:plank_silverwood@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 2, + "elements": [ + "thaumcraft:metal_thaumium@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 6, + "elements": [ + "thaumcraft:metal_thaumium@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 6, + "elements": [ + "thaumcraft:metal_thaumium@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 4, + "elements": [ + "thaumcraft:plank_silverwood@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 6, + "elements": [ + "thaumcraft:metal_thaumium@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 4, + "elements": [ + "thaumcraft:metal_thaumium@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 6, + "elements": [ + "thaumcraft:metal_thaumium@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 6, + "elements": [ + "thaumcraft:stone_arcane@0" + ] + }, + { + "x": -3, + "y": 1, + "z": 0, + "elements": [ + "thaumcraft:stone_arcane@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 2, + "elements": [ + "thaumadditions:chiseled_amber_block@0" + ] + }, + { + "x": -3, + "y": 1, + "z": 6, + "elements": [ + "thaumcraft:stone_arcane@0" + ] + }, + { + "x": 3, + "y": 1, + "z": 0, + "elements": [ + "thaumcraft:stone_arcane@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 4, + "elements": [ + "thaumadditions:chiseled_amber_block@0" + ] + }, + { + "x": 3, + "y": 1, + "z": 6, + "elements": [ + "thaumcraft:stone_arcane@0" + ] + }, + { + "x": -3, + "y": 2, + "z": 0, + "elements": [ + "thaumcraft:stone_arcane@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 1, + "elements": [ + "thaumcraft:metal_thaumium@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 1, + "elements": [ + "modularmachinery:blockinputbus@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 1, + "elements": [ + "thaumcraft:plank_silverwood@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 3, + "elements": [ + "thaumcraft:metal_thaumium@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 1, + "elements": [ + "modularmachinery:blockinputbus" + ] + }, + { + "x": 3, + "y": 2, + "z": 0, + "elements": [ + "thaumcraft:stone_arcane@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 3, + "elements": [ + "modularmachinery:blockinputbus@0" + ] + }, + { + "x": -3, + "y": 2, + "z": 6, + "elements": [ + "thaumcraft:stone_arcane@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 1, + "elements": [ + "thaumcraft:plank_silverwood@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 3, + "elements": [ + "thaumcraft:plank_silverwood@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 5, + "elements": [ + "thaumcraft:metal_thaumium@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 1, + "elements": [ + "modularmachinery:blockinputbus@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 3, + "elements": [ + "modularmachinery:blockenergyinputhatch@3" + ] + }, + { + "x": -2, + "y": 0, + "z": 5, + "elements": [ + "modularmachinery:blockinputbus@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 3, + "elements": [ + "thaumcraft:plank_silverwood@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 1, + "elements": [ + "thaumcraft:metal_thaumium@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 5, + "elements": [ + "thaumcraft:plank_silverwood@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 5, + "elements": [ + "modularmachinery:blockoutputbus@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 3, + "elements": [ + "modularmachinery:blockinputbus@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 5, + "elements": [ + "thaumcraft:plank_silverwood@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 3, + "elements": [ + "thaumcraft:metal_thaumium@0" + ] + }, + { + "x": 3, + "y": 2, + "z": 6, + "elements": [ + "thaumcraft:stone_arcane@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 5, + "elements": [ + "modularmachinery:blockinputbus@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 5, + "elements": [ + "thaumcraft:metal_thaumium@0" + ] + }, + { + "x": -3, + "y": 3, + "z": 0, + "elements": [ + "thaumcraft:paving_stone_travel@0" + ] + }, + { + "x": 3, + "y": 3, + "z": 0, + "elements": [ + "thaumcraft:paving_stone_travel@0" + ] + }, + { + "x": -3, + "y": 3, + "z": 6, + "elements": [ + "thaumcraft:paving_stone_travel@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 3, + "elements": [ + "thaumadditions:chiseled_amber_block@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 3, + "elements": [ + "thaumadditions:adaminite_block@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 3, + "elements": [ + "thaumadditions:chiseled_amber_block@0" + ] + }, + { + "x": 3, + "y": 3, + "z": 6, + "elements": [ + "thaumcraft:paving_stone_travel@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 2, + "elements": [ + "thaumcraft:metal_thaumium@0" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/advanced_compression_engine.json b/config/modularmachinery/machinery/advanced_compression_engine.json new file mode 100644 index 00000000..2850e4ff --- /dev/null +++ b/config/modularmachinery/machinery/advanced_compression_engine.json @@ -0,0 +1,430 @@ +{ + "registryname": "advanced_compression_engine", + "localizedname": "Advanced Compression Engine", + "color": "b0b0b0", + "parts": [ + { + "x": -1, + "y": 0, + "z": 0, + "elements": [ + "chisel:blocksteel@5" + ] + }, + { + "x": 1, + "y": 0, + "z": 0, + "elements": [ + "chisel:blocksteel@5" + ] + }, + { + "x": -1, + "y": 0, + "z": 2, + "elements": [ + "chisel:blocksteel@5" + ] + }, + { + "x": 0, + "y": 0, + "z": 2, + "elements": [ + "bigreactors:blockcyanite@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 2, + "elements": [ + "chisel:blocksteel@5" + ] + }, + { + "x": -1, + "y": 0, + "z": 4, + "elements": [ + "contenttweaker:titanium_iridium_coil@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 4, + "elements": [ + "bigreactors:blockcyanite@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 4, + "elements": [ + "contenttweaker:titanium_iridium_coil@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 0, + "elements": [ + "chisel:blocksteel@5" + ] + }, + { + "x": 0, + "y": -1, + "z": 0, + "elements": [ + "chisel:blocksteel@5" + ] + }, + { + "x": -1, + "y": 1, + "z": 0, + "elements": [ + "chisel:blocksteel@5" + ] + }, + { + "x": 0, + "y": 1, + "z": 0, + "elements": [ + "chisel:blocksteel@5" + ] + }, + { + "x": -1, + "y": -1, + "z": 0, + "elements": [ + "chisel:blocksteel@5" + ] + }, + { + "x": -1, + "y": 1, + "z": 2, + "elements": [ + "chisel:blocksteel@5" + ] + }, + { + "x": 1, + "y": 1, + "z": 0, + "elements": [ + "chisel:blocksteel@5" + ] + }, + { + "x": 0, + "y": 1, + "z": 2, + "elements": [ + "chisel:blocksteel@5" + ] + }, + { + "x": -1, + "y": -1, + "z": 1, + "elements": [ + "chisel:blocksteel@3" + ] + }, + { + "x": 0, + "y": -1, + "z": 1, + "elements": [ + "modularmachinery:blockfluidinputhatch" + ] + }, + { + "x": -1, + "y": 1, + "z": 4, + "elements": [ + "contenttweaker:titanium_iridium_coil@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 2, + "elements": [ + "chisel:blocksteel@5" + ] + }, + { + "x": 0, + "y": 1, + "z": 4, + "elements": [ + "contenttweaker:titanium_iridium_coil@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 1, + "elements": [ + "chisel:blocksteel@3" + ] + }, + { + "x": -1, + "y": -1, + "z": 3, + "elements": [ + "contenttweaker:titanium_iridium_coil@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 3, + "elements": [ + "contenttweaker:titanium_iridium_coil@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 4, + "elements": [ + "contenttweaker:titanium_iridium_coil@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 3, + "elements": [ + "contenttweaker:titanium_iridium_coil@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 5, + "elements": [ + "chisel:blocksteel@5" + ] + }, + { + "x": 0, + "y": -1, + "z": 5, + "elements": [ + "chisel:blocksteel@5" + ] + }, + { + "x": 1, + "y": -1, + "z": 5, + "elements": [ + "chisel:blocksteel@5" + ] + }, + { + "x": -1, + "y": 0, + "z": 1, + "elements": [ + "techreborn:machine_casing@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 1, + "elements": [ + "bigreactors:blockcyanite@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 1, + "elements": [ + "techreborn:machine_casing@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 3, + "elements": [ + "contenttweaker:titanium_iridium_coil@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 3, + "elements": [ + "bigreactors:blockcyanite@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 3, + "elements": [ + "contenttweaker:titanium_iridium_coil@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 5, + "elements": [ + "modularmachinery:blockfluidoutputhatch" + ] + }, + { + "x": 0, + "y": 0, + "z": 5, + "elements": [ + "chisel:blocksteel@5" + ] + }, + { + "x": 1, + "y": 0, + "z": 5, + "elements": [ + "modularmachinery:blockfluidinputhatch" + ] + }, + { + "x": -1, + "y": 1, + "z": 1, + "elements": [ + "chisel:blocksteel@3" + ] + }, + { + "x": 0, + "y": 1, + "z": 1, + "elements": [ + "chisel:blocksteel@3" + ] + }, + { + "x": -1, + "y": 1, + "z": 3, + "elements": [ + "contenttweaker:titanium_iridium_coil@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 1, + "elements": [ + "chisel:blocksteel@3" + ] + }, + { + "x": 0, + "y": 1, + "z": 3, + "elements": [ + "contenttweaker:titanium_iridium_coil@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 2, + "elements": [ + "chisel:blocksteel@5" + ] + }, + { + "x": 0, + "y": -1, + "z": 2, + "elements": [ + "chisel:blocksteel@5" + ] + }, + { + "x": -1, + "y": 1, + "z": 5, + "elements": [ + "chisel:blocksteel@5" + ] + }, + { + "x": 1, + "y": 1, + "z": 3, + "elements": [ + "contenttweaker:titanium_iridium_coil@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 5, + "elements": [ + "chisel:blocksteel@5" + ] + }, + { + "x": 1, + "y": -1, + "z": 2, + "elements": [ + "chisel:blocksteel@5" + ] + }, + { + "x": -1, + "y": -1, + "z": 4, + "elements": [ + "contenttweaker:titanium_iridium_coil@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 4, + "elements": [ + "contenttweaker:titanium_iridium_coil@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 5, + "elements": [ + "chisel:blocksteel@5" + ] + }, + { + "x": 1, + "y": -1, + "z": 4, + "elements": [ + "contenttweaker:titanium_iridium_coil@0" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/alloy_furnace.json b/config/modularmachinery/machinery/alloy_furnace.json new file mode 100644 index 00000000..6c82099a --- /dev/null +++ b/config/modularmachinery/machinery/alloy_furnace.json @@ -0,0 +1,173 @@ +{ + "registryname": "alloy_furnace", + "localizedname": "Alloy Smelter", + "parts": [ + { + "x": -1, + "y": -1, + "z": 0, + "elements": "modularmachinery:blockcasing@4" + }, + { + "x": 0, + "y": -1, + "z": 0, + "elements": "modularmachinery:blockcasing@2" + }, + { + "x": 1, + "y": -1, + "z": 0, + "elements": "modularmachinery:blockcasing@4" + }, + { + "x": -1, + "y": -1, + "z": 1, + "elements": "modularmachinery:blockcasing@2" + }, + { + "x": 1, + "y": -1, + "z": 1, + "elements": "modularmachinery:blockcasing@2" + }, + { + "x": -1, + "y": -1, + "z": 2, + "elements": "modularmachinery:blockcasing@4" + }, + { + "x": 1, + "y": -1, + "z": 2, + "elements": "modularmachinery:blockcasing@4" + }, + { + "x": 0, + "y": -1, + "z": 2, + "elements": "modularmachinery:blockcasing@2" + }, + { + "x": 0, + "y": -1, + "z": 1, + "elements": "modularmachinery:blockcasing@0" + }, + + + { + "x": -1, + "y": 0, + "z": 2, + "elements": "modularmachinery:blockcasing@4" + }, + { + "x": 1, + "y": 0, + "z": 2, + "elements": "modularmachinery:blockcasing@4" + }, + { + "x": -1, + "y": 0, + "z": 0, + "elements": "modularmachinery:blockcasing@4" + }, + { + "x": 1, + "y": 0, + "z": 0, + "elements": "modularmachinery:blockcasing@4" + }, + + { + "x": 1, + "y": 0, + "z": 1, + "elements": [ + "modularmachinery:blockinputbus" + ] + }, + { + "x": -1, + "y": 0, + "z": 1, + "elements": [ + "modularmachinery:blockoutputbus" + ] + }, + { + "x": 0, + "y": 0, + "z": 2, + "elements": [ + "modularmachinery:blockenergyinputhatch" + ] + }, + { + "x": 0, + "y": 0, + "z": 1, + "elements": "minecraft:lava" + }, + + + { + "x": -1, + "y": 1, + "z": 0, + "elements": "modularmachinery:blockcasing@4" + }, + { + "x": 0, + "y": 1, + "z": 0, + "elements": "modularmachinery:blockcasing@2" + }, + { + "x": 1, + "y": 1, + "z": 0, + "elements": "modularmachinery:blockcasing@4" + }, + { + "x": -1, + "y": 1, + "z": 1, + "elements": "modularmachinery:blockcasing@2" + }, + { + "x": 1, + "y": 1, + "z": 1, + "elements": "modularmachinery:blockcasing@2" + }, + { + "x": -1, + "y": 1, + "z": 2, + "elements": "modularmachinery:blockcasing@4" + }, + { + "x": 1, + "y": 1, + "z": 2, + "elements": "modularmachinery:blockcasing@4" + }, + { + "x": 0, + "y": 1, + "z": 2, + "elements": "modularmachinery:blockcasing@2" + }, + { + "x": 0, + "y": 1, + "z": 1, + "elements": "modularmachinery:blockcasing@0" + } + ] +} \ No newline at end of file diff --git a/config/modularmachinery/machinery/arc_reactor.json b/config/modularmachinery/machinery/arc_reactor.json new file mode 100644 index 00000000..a5700c28 --- /dev/null +++ b/config/modularmachinery/machinery/arc_reactor.json @@ -0,0 +1,902 @@ +{ + "registryname": "arc_reactor", + "localizedname": "Arc Reactor", + "color": "b0b0b0", + "parts": [ + { + "x": -1, + "y": 0, + "z": 0, + "elements": [ + "techreborn:machine_frame@2" + ] + }, + { + "x": 1, + "y": 2, + "z": 1, + "elements": [ + "techreborn:machine_frame@2" + ] + }, + { + "x": 1, + "y": 0, + "z": 0, + "elements": [ + "techreborn:machine_frame@2" + ] + }, + { + "x": 2, + "y": 2, + "z": 1, + "elements": [ + "contenttweaker:arc_reactor_coil@0" + ] + }, + { + "x": 3, + "y": 2, + "z": 1, + "elements": [ + "immersiveengineering:metal_decoration0@0" + ] + }, + { + "x": -2, + "y": 3, + "z": 1, + "elements": [ + "techreborn:reinforced_glass@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 0, + "elements": [ + "techreborn:reinforced_glass@0" + ] + }, + { + "x": -1, + "y": 3, + "z": 1, + "elements": [ + "techreborn:reinforced_glass@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 0, + "elements": [ + "techreborn:reinforced_glass@0" + ] + }, + { + "x": 0, + "y": 3, + "z": 1, + "elements": [ + "contenttweaker:mythic_machine_case@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 0, + "elements": [ + "techreborn:reinforced_glass@0" + ] + }, + { + "x": 1, + "y": 3, + "z": 1, + "elements": [ + "techreborn:reinforced_glass@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 0, + "elements": [ + "techreborn:reinforced_glass@0" + ] + }, + { + "x": 2, + "y": 3, + "z": 1, + "elements": [ + "techreborn:reinforced_glass@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 0, + "elements": [ + "techreborn:reinforced_glass@0" + ] + }, + { + "x": -3, + "y": 2, + "z": 0, + "elements": [ + "techreborn:reinforced_glass@0" + ] + }, + { + "x": -1, + "y": 4, + "z": 1, + "elements": [ + "techreborn:machine_frame@2" + ] + }, + { + "x": -2, + "y": 2, + "z": 0, + "elements": [ + "contenttweaker:arc_reactor_coil@0" + ] + }, + { + "x": 0, + "y": 4, + "z": 1, + "elements": [ + "contenttweaker:mythic_machine_case@0" + ] + }, + { + "x": -1, + "y": 2, + "z": 0, + "elements": [ + "techreborn:machine_frame@2" + ] + }, + { + "x": 1, + "y": 4, + "z": 1, + "elements": [ + "techreborn:machine_frame@2" + ] + }, + { + "x": 0, + "y": 2, + "z": 0, + "elements": [ + "techreborn:machine_frame@2" + ] + }, + { + "x": 1, + "y": 2, + "z": 0, + "elements": [ + "techreborn:machine_frame@2" + ] + }, + { + "x": 2, + "y": 2, + "z": 0, + "elements": [ + "contenttweaker:arc_reactor_coil@0" + ] + }, + { + "x": -2, + "y": 2, + "z": 4, + "elements": [ + "techreborn:reinforced_glass@0" + ] + }, + { + "x": 3, + "y": 2, + "z": 0, + "elements": [ + "techreborn:reinforced_glass@0" + ] + }, + { + "x": 2, + "y": 2, + "z": -2, + "elements": [ + "techreborn:reinforced_glass@0" + ] + }, + { + "x": -1, + "y": 2, + "z": 4, + "elements": [ + "techreborn:reinforced_glass@0" + ] + }, + { + "x": 1, + "y": 2, + "z": -2, + "elements": [ + "techreborn:reinforced_glass@0" + ] + }, + { + "x": 0, + "y": 2, + "z": 4, + "elements": [ + "immersiveengineering:metal_decoration0@0" + ] + }, + { + "x": 0, + "y": 2, + "z": -2, + "elements": [ + "immersiveengineering:metal_decoration0@0" + ] + }, + { + "x": 1, + "y": 2, + "z": 4, + "elements": [ + "techreborn:reinforced_glass@0" + ] + }, + { + "x": -1, + "y": 2, + "z": -2, + "elements": [ + "techreborn:reinforced_glass@0" + ] + }, + { + "x": 2, + "y": 2, + "z": 4, + "elements": [ + "techreborn:reinforced_glass@0" + ] + }, + { + "x": -2, + "y": 2, + "z": -2, + "elements": [ + "techreborn:reinforced_glass@0" + ] + }, + { + "x": -2, + "y": 3, + "z": 0, + "elements": [ + "techreborn:reinforced_glass@0" + ] + }, + { + "x": -1, + "y": 3, + "z": 0, + "elements": [ + "techreborn:reinforced_glass@0" + ] + }, + { + "x": 0, + "y": 3, + "z": 0, + "elements": [ + "techreborn:reinforced_glass@0" + ] + }, + { + "x": 1, + "y": 3, + "z": 0, + "elements": [ + "techreborn:reinforced_glass@0" + ] + }, + { + "x": 2, + "y": 3, + "z": 0, + "elements": [ + "techreborn:reinforced_glass@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 3, + "elements": [ + "immersiveengineering:metal_decoration0@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 3, + "elements": [ + "techreborn:reinforced_glass@0" + ] + }, + { + "x": 2, + "y": 3, + "z": -1, + "elements": [ + "immersiveengineering:metal_decoration0@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 3, + "elements": [ + "techreborn:reinforced_glass@0" + ] + }, + { + "x": 1, + "y": 3, + "z": -1, + "elements": [ + "techreborn:reinforced_glass@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 3, + "elements": [ + "techreborn:reinforced_glass@0" + ] + }, + { + "x": 0, + "y": 3, + "z": -1, + "elements": [ + "techreborn:reinforced_glass@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 3, + "elements": [ + "immersiveengineering:metal_decoration0@0" + ] + }, + { + "x": -1, + "y": 3, + "z": -1, + "elements": [ + "techreborn:reinforced_glass@0" + ] + }, + { + "x": -2, + "y": 3, + "z": -1, + "elements": [ + "immersiveengineering:metal_decoration0@0" + ] + }, + { + "x": -1, + "y": 4, + "z": 0, + "elements": [ + "techreborn:machine_frame@2" + ] + }, + { + "x": 0, + "y": 4, + "z": 0, + "elements": [ + "techreborn:machine_frame@2" + ] + }, + { + "x": 1, + "y": 4, + "z": 0, + "elements": [ + "techreborn:machine_frame@2" + ] + }, + { + "x": -3, + "y": 2, + "z": 3, + "elements": [ + "techreborn:reinforced_glass@0" + ] + }, + { + "x": -2, + "y": 2, + "z": 3, + "elements": [ + "contenttweaker:arc_reactor_coil@0" + ] + }, + { + "x": 3, + "y": 2, + "z": -1, + "elements": [ + "techreborn:reinforced_glass@0" + ] + }, + { + "x": 2, + "y": 2, + "z": -1, + "elements": [ + "contenttweaker:arc_reactor_coil@0" + ] + }, + { + "x": -1, + "y": 2, + "z": 3, + "elements": [ + "contenttweaker:arc_reactor_coil@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 2, + "elements": [ + "techreborn:machine_frame@2" + ] + }, + { + "x": 1, + "y": 2, + "z": -1, + "elements": [ + "contenttweaker:arc_reactor_coil@0" + ] + }, + { + "x": 0, + "y": 2, + "z": 3, + "elements": [ + "contenttweaker:arc_reactor_coil@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 2, + "elements": [ + "modularmachinery:blockoutputbus" + ] + }, + { + "x": 0, + "y": 2, + "z": -1, + "elements": [ + "contenttweaker:arc_reactor_coil@0" + ] + }, + { + "x": 1, + "y": 2, + "z": 3, + "elements": [ + "contenttweaker:arc_reactor_coil@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 2, + "elements": [ + "techreborn:machine_frame@2" + ] + }, + { + "x": 2, + "y": 2, + "z": 3, + "elements": [ + "contenttweaker:arc_reactor_coil@0" + ] + }, + { + "x": -1, + "y": 2, + "z": -1, + "elements": [ + "contenttweaker:arc_reactor_coil@0" + ] + }, + { + "x": -2, + "y": 2, + "z": -1, + "elements": [ + "contenttweaker:arc_reactor_coil@0" + ] + }, + { + "x": 3, + "y": 2, + "z": 3, + "elements": [ + "techreborn:reinforced_glass@0" + ] + }, + { + "x": -3, + "y": 2, + "z": -1, + "elements": [ + "techreborn:reinforced_glass@0" + ] + }, + { + "x": -2, + "y": 3, + "z": 3, + "elements": [ + "immersiveengineering:metal_decoration0@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 2, + "elements": [ + "techreborn:reinforced_glass@0" + ] + }, + { + "x": 2, + "y": 1, + "z": -1, + "elements": [ + "immersiveengineering:metal_decoration0@0" + ] + }, + { + "x": -1, + "y": 3, + "z": 3, + "elements": [ + "techreborn:reinforced_glass@0" + ] + }, + { + "x": 1, + "y": 1, + "z": -1, + "elements": [ + "techreborn:reinforced_glass@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 2, + "elements": [ + "techreborn:reinforced_glass@0" + ] + }, + { + "x": 0, + "y": 3, + "z": 3, + "elements": [ + "techreborn:reinforced_glass@0" + ] + }, + { + "x": 0, + "y": 1, + "z": -1, + "elements": [ + "techreborn:reinforced_glass@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 2, + "elements": [ + "techreborn:reinforced_glass@0" + ] + }, + { + "x": 1, + "y": 3, + "z": 3, + "elements": [ + "techreborn:reinforced_glass@0" + ] + }, + { + "x": -1, + "y": 1, + "z": -1, + "elements": [ + "techreborn:reinforced_glass@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 2, + "elements": [ + "techreborn:reinforced_glass@0" + ] + }, + { + "x": 2, + "y": 3, + "z": 3, + "elements": [ + "immersiveengineering:metal_decoration0@0" + ] + }, + { + "x": -2, + "y": 1, + "z": -1, + "elements": [ + "immersiveengineering:metal_decoration0@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 2, + "elements": [ + "techreborn:reinforced_glass@0" + ] + }, + { + "x": -3, + "y": 2, + "z": 2, + "elements": [ + "techreborn:reinforced_glass@0" + ] + }, + { + "x": -2, + "y": 2, + "z": 2, + "elements": [ + "contenttweaker:arc_reactor_coil@0" + ] + }, + { + "x": -1, + "y": 2, + "z": 2, + "elements": [ + "techreborn:machine_frame@2" + ] + }, + { + "x": -1, + "y": 0, + "z": 1, + "elements": [ + "modularmachinery:blockenergyoutputhatch" + ] + }, + { + "x": 0, + "y": 2, + "z": 2, + "elements": [ + "techreborn:machine_frame@2" + ] + }, + { + "x": 0, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:mythic_machine_case@0" + ] + }, + { + "x": 1, + "y": 2, + "z": 2, + "elements": [ + "techreborn:machine_frame@2" + ] + }, + { + "x": 1, + "y": 0, + "z": 1, + "elements": [ + "modularmachinery:blockenergyoutputhatch" + ] + }, + { + "x": 2, + "y": 2, + "z": 2, + "elements": [ + "contenttweaker:arc_reactor_coil@0" + ] + }, + { + "x": 3, + "y": 2, + "z": 2, + "elements": [ + "techreborn:reinforced_glass@0" + ] + }, + { + "x": -2, + "y": 3, + "z": 2, + "elements": [ + "techreborn:reinforced_glass@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 1, + "elements": [ + "techreborn:reinforced_glass@0" + ] + }, + { + "x": -1, + "y": 3, + "z": 2, + "elements": [ + "techreborn:reinforced_glass@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 1, + "elements": [ + "techreborn:reinforced_glass@0" + ] + }, + { + "x": 0, + "y": 3, + "z": 2, + "elements": [ + "techreborn:reinforced_glass@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 1, + "elements": [ + "contenttweaker:mythic_machine_case@0" + ] + }, + { + "x": 1, + "y": 3, + "z": 2, + "elements": [ + "techreborn:reinforced_glass@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 1, + "elements": [ + "techreborn:reinforced_glass@0" + ] + }, + { + "x": 2, + "y": 3, + "z": 2, + "elements": [ + "techreborn:reinforced_glass@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 1, + "elements": [ + "techreborn:reinforced_glass@0" + ] + }, + { + "x": -3, + "y": 2, + "z": 1, + "elements": [ + "immersiveengineering:metal_decoration0@0" + ] + }, + { + "x": -1, + "y": 4, + "z": 2, + "elements": [ + "techreborn:machine_frame@2" + ] + }, + { + "x": -2, + "y": 2, + "z": 1, + "elements": [ + "contenttweaker:arc_reactor_coil@0" + ] + }, + { + "x": 0, + "y": 4, + "z": 2, + "elements": [ + "techreborn:machine_frame@2" + ] + }, + { + "x": -1, + "y": 2, + "z": 1, + "elements": [ + "techreborn:machine_frame@2" + ] + }, + { + "x": 1, + "y": 4, + "z": 2, + "elements": [ + "techreborn:machine_frame@2" + ] + }, + { + "x": 0, + "y": 2, + "z": 1, + "elements": [ + "contenttweaker:mythic_machine_case@0" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/arcane_autoinfuser.json b/config/modularmachinery/machinery/arcane_autoinfuser.json new file mode 100644 index 00000000..28b07168 --- /dev/null +++ b/config/modularmachinery/machinery/arcane_autoinfuser.json @@ -0,0 +1,597 @@ +{ + "registryname": "arcane_autoinfuser", + "localizedname": "Arcane Autoinfuser", + "color": 582078, + "modifiers": [ + { + "elements": "thaumadditions:adaminite_block", + "x": 0, + "y": 0, + "z": 4, + "description": "Replace middle block to increase machine speed", + "modifier": { + "io": "output", + "target": "duration", + "operation": 1, + "multiplier": 0.2 + } + } + ], + "parts": [ + { + "x": -2, + "y": 0, + "z": 2, + "elements": [ + "thaumcraft:metal_void@0" + ] + }, + { + "x": -1, + "y": 2, + "z": 3, + "elements": [ + "thaumcraft:infusion_matrix@0" + ] + }, + { + "x": -4, + "y": 0, + "z": 4, + "elements": [ + "modularmachinery:blockoutputbus" + ] + }, + { + "x": -1, + "y": 0, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 2, + "elements": [ + "thaumcraft:stone_arcane@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 4, + "elements": [ + "thaumcraft:metal_void@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 2, + "elements": [ + "thaumcraft:stone_arcane@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 4, + "elements": [ + "thaumcraft:stone_arcane@0" + ] + }, + { + "x": -1, + "y": 2, + "z": 5, + "elements": [ + "thaumcraft:infusion_matrix@0" + ] + }, + { + "x": 1, + "y": 2, + "z": 3, + "elements": [ + "thaumcraft:infusion_matrix@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 2, + "elements": [ + "thaumcraft:stone_arcane@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 4, + "elements": [ + "thaumcraft:stone_arcane@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 6, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 2, + "elements": [ + "thaumcraft:metal_void@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 4, + "elements": [ + "thaumcraft:stone_arcane@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 6, + "elements": [ + "thaumcraft:metal_void@0" + ] + }, + { + "x": 1, + "y": 2, + "z": 5, + "elements": [ + "thaumcraft:infusion_matrix@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 4, + "elements": [ + "thaumcraft:stone_arcane@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 2, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 6, + "elements": [ + "thaumcraft:stone_arcane@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 6, + "elements": [ + "thaumcraft:stone_arcane@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 4, + "elements": [ + "thaumcraft:stone_arcane@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 6, + "elements": [ + "thaumcraft:stone_arcane@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 4, + "elements": [ + "thaumcraft:metal_void@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 8, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 4, + "y": 0, + "z": 4, + "elements": [ + "modularmachinery:blockinputbus" + ] + }, + { + "x": 0, + "y": 0, + "z": 8, + "elements": [ + "modularmachinery:blockenergyinputhatch" + ] + }, + { + "x": 2, + "y": 0, + "z": 6, + "elements": [ + "thaumcraft:metal_void@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 8, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 6, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 1, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": -4, + "y": 0, + "z": 3, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 1, + "elements": [ + "thaumcraft:metal_void@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 3, + "elements": [ + "thaumcraft:metal_void@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 1, + "elements": [ + "thaumcraft:metal_void@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 3, + "elements": [ + "thaumcraft:stone_arcane@0" + ] + }, + { + "x": -4, + "y": 0, + "z": 5, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 1, + "elements": [ + "thaumcraft:metal_void@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 3, + "elements": [ + "thaumcraft:stone_arcane@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 5, + "elements": [ + "thaumcraft:metal_void@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 1, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 3, + "elements": [ + "thaumcraft:stone_arcane@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 5, + "elements": [ + "thaumcraft:stone_arcane@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 3, + "elements": [ + "thaumcraft:stone_arcane@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 5, + "elements": [ + "thaumcraft:stone_arcane@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 5, + "elements": [ + "thaumcraft:stone_arcane@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 7, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 3, + "elements": [ + "thaumcraft:stone_arcane@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 5, + "elements": [ + "thaumcraft:stone_arcane@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 3, + "elements": [ + "thaumcraft:metal_void@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 7, + "elements": [ + "thaumcraft:metal_void@0" + ] + }, + { + "x": 4, + "y": 0, + "z": 3, + "elements": [ + "modularmachinery:blockinputbus" + ] + }, + { + "x": 0, + "y": 0, + "z": 7, + "elements": [ + "thaumcraft:metal_void@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 5, + "elements": [ + "thaumcraft:stone_arcane@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 7, + "elements": [ + "thaumcraft:metal_void@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 5, + "elements": [ + "thaumcraft:metal_void@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 7, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 4, + "y": 0, + "z": 5, + "elements": [ + "modularmachinery:blockinputbus" + ] + }, + { + "x": -1, + "y": 1, + "z": 1, + "elements": [ + "thaumcraft:pedestal_arcane@0" + ] + }, + { + "x": -3, + "y": 1, + "z": 3, + "elements": [ + "thaumcraft:pedestal_arcane@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 3, + "elements": [ + "thaumadditions:mithrillium_block@0" + ] + }, + { + "x": -3, + "y": 1, + "z": 5, + "elements": [ + "thaumcraft:pedestal_arcane@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 1, + "elements": [ + "thaumcraft:pedestal_arcane@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 5, + "elements": [ + "thaumadditions:mithrillium_block@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 3, + "elements": [ + "thaumadditions:mithrillium_block@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 7, + "elements": [ + "thaumcraft:pedestal_arcane@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 5, + "elements": [ + "thaumadditions:mithrillium_block@0" + ] + }, + { + "x": 3, + "y": 1, + "z": 3, + "elements": [ + "thaumcraft:pedestal_arcane@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 7, + "elements": [ + "thaumcraft:pedestal_arcane@0" + ] + }, + { + "x": 3, + "y": 1, + "z": 5, + "elements": [ + "thaumcraft:pedestal_arcane@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 2, + "elements": [ + "modularmachinery:blockcasing@0" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/auto_altar.json b/config/modularmachinery/machinery/auto_altar.json new file mode 100644 index 00000000..52c647c6 --- /dev/null +++ b/config/modularmachinery/machinery/auto_altar.json @@ -0,0 +1,605 @@ +{ + "registryname": "auto_astral_altar", + "localizedname": "Automatic Starlight Altar", + "color": "f0eee6", + "modifiers": [ + { + "elements": "libvulpes:advstructuremachine", + "x": 0, + "y": 0, + "z": 3, + "description": "Replace block behind energy hatch for faster recipes", + "modifier": { + "io": "output", + "target": "duration", + "operation": 1, + "multiplier": 0.05 + } + } + ], + "parts": [ + { + "x": -1, + "y": 0, + "z": 0, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -2, + "y": 0, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@1" + ] + }, + { + "x": -4, + "y": 0, + "z": 4, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 1, + "y": 0, + "z": 0, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -1, + "y": 0, + "z": 2, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -3, + "y": 0, + "z": 4, + "elements": [ + "modularmachinery:blockinputbus" + ] + }, + { + "x": 0, + "y": 0, + "z": 2, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -2, + "y": 0, + "z": 4, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 1, + "y": 0, + "z": 2, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -1, + "y": 0, + "z": 4, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -3, + "y": 0, + "z": 6, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 2, + "y": 0, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@1" + ] + }, + { + "x": 0, + "y": 0, + "z": 4, + "elements": [ + "modularmachinery:blockenergyinputhatch" + ] + }, + { + "x": -2, + "y": 0, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@1" + ] + }, + { + "x": 3, + "y": 0, + "z": 2, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 1, + "y": 0, + "z": 4, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -1, + "y": 0, + "z": 6, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 2, + "y": 0, + "z": 4, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 0, + "y": 0, + "z": 6, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 3, + "y": 0, + "z": 4, + "elements": [ + "modularmachinery:blockinputbus" + ] + }, + { + "x": 1, + "y": 0, + "z": 6, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -1, + "y": 0, + "z": 8, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 4, + "y": 0, + "z": 4, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 2, + "y": 0, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@1" + ] + }, + { + "x": 0, + "y": 0, + "z": 8, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 3, + "y": 0, + "z": 6, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 1, + "y": 0, + "z": 8, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -2, + "y": 1, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@2" + ] + }, + { + "x": 2, + "y": 1, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@2" + ] + }, + { + "x": -2, + "y": 1, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@2" + ] + }, + { + "x": 0, + "y": 1, + "z": 4, + "elements": [ + "astralsorcery:blockaltar@3" + ] + }, + { + "x": 2, + "y": 1, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@2" + ] + }, + { + "x": -3, + "y": 0, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@1" + ] + }, + { + "x": -2, + "y": 2, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@2" + ] + }, + { + "x": -2, + "y": 0, + "z": 1, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -4, + "y": 0, + "z": 3, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -1, + "y": 0, + "z": 1, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -3, + "y": 0, + "z": 3, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 0, + "y": 0, + "z": 1, + "elements": [ + "modularmachinery:blockoutputbus" + ] + }, + { + "x": -2, + "y": 0, + "z": 3, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -4, + "y": 0, + "z": 5, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 1, + "y": 0, + "z": 1, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -1, + "y": 0, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@1" + ] + }, + { + "x": -3, + "y": 0, + "z": 5, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 2, + "y": 2, + "z": 2, + "elements": [ + "astralsorcery:blockblackmarble@2" + ] + }, + { + "x": -2, + "y": 2, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@2" + ] + }, + { + "x": 2, + "y": 0, + "z": 1, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 0, + "y": 0, + "z": 3, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -2, + "y": 0, + "z": 5, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 3, + "y": 0, + "z": 1, + "elements": [ + "astralsorcery:blockblackmarble@1" + ] + }, + { + "x": 1, + "y": 0, + "z": 3, + "elements": [ + "astralsorcery:blockblackmarble@1" + ] + }, + { + "x": -1, + "y": 0, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@1" + ] + }, + { + "x": -3, + "y": 0, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@1" + ] + }, + { + "x": 2, + "y": 0, + "z": 3, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 0, + "y": 0, + "z": 5, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -2, + "y": 0, + "z": 7, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 3, + "y": 0, + "z": 3, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 1, + "y": 0, + "z": 5, + "elements": [ + "astralsorcery:blockblackmarble@1" + ] + }, + { + "x": 2, + "y": 2, + "z": 6, + "elements": [ + "astralsorcery:blockblackmarble@2" + ] + }, + { + "x": -1, + "y": 0, + "z": 7, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 4, + "y": 0, + "z": 3, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 2, + "y": 0, + "z": 5, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 0, + "y": 0, + "z": 7, + "elements": [ + "modularmachinery:blockinputbus" + ] + }, + { + "x": 3, + "y": 0, + "z": 5, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 1, + "y": 0, + "z": 7, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 4, + "y": 0, + "z": 5, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 2, + "y": 0, + "z": 7, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 3, + "y": 0, + "z": 7, + "elements": [ + "astralsorcery:blockblackmarble@1" + ] + }, + { + "x": -2, + "y": 3, + "z": 2, + "elements": [ + "astralsorcery:blockinfusedwood@5" + ] + }, + { + "x": 2, + "y": 3, + "z": 2, + "elements": [ + "astralsorcery:blockinfusedwood@5" + ] + }, + { + "x": -2, + "y": 3, + "z": 6, + "elements": [ + "astralsorcery:blockinfusedwood@5" + ] + }, + { + "x": 2, + "y": 3, + "z": 6, + "elements": [ + "astralsorcery:blockinfusedwood@5" + ] + }, + { + "x": -3, + "y": 0, + "z": 2, + "elements": [ + "astralsorcery:blockmarble@1" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/baphomet_altar.json b/config/modularmachinery/machinery/baphomet_altar.json new file mode 100644 index 00000000..b0f69dc0 --- /dev/null +++ b/config/modularmachinery/machinery/baphomet_altar.json @@ -0,0 +1,78 @@ +{ + "registryname": "baphomet_altar", + "localizedname": "Baphomet Altar", + "color": "170309", + "parts": [ + { + "x": -1, + "y": 0, + "z": 0, + "elements": [ + "contenttweaker:baphomet_altar_bricks@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 1, + "elements": [ + "modularmachinery:blockoutputbus@6" + ] + }, + { + "x": 0, + "y": 1, + "z": 1, + "elements": [ + "bewitchment:nether_brick_baphomet_statue@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:baphomet_altar_bricks@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 0, + "elements": [ + "contenttweaker:baphomet_altar_bricks@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:baphomet_altar_bricks@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 1, + "elements": [ + "modularmachinery:blockinputbus@6" + ] + }, + { + "x": 0, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:baphomet_altar_bricks@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:baphomet_altar_bricks@0" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/blood_reprocessor.json b/config/modularmachinery/machinery/blood_reprocessor.json new file mode 100644 index 00000000..7801b884 --- /dev/null +++ b/config/modularmachinery/machinery/blood_reprocessor.json @@ -0,0 +1,502 @@ +{ + "registryname": "blood_reprocessor", + "localizedname": "Blood Reprocessor", + "color": "313d57", + "parts": [ + { + "x": 0, + "y": -2, + "z": -3, + "elements": [ + "bloodmagic:demon_brick_1@2" + ] + }, + { + "x": -3, + "y": -2, + "z": 1, + "elements": [ + "bloodmagic:demon_brick_1@2" + ] + }, + { + "x": -2, + "y": 0, + "z": 2, + "elements": [ + "bloodmagic:blood_rune@10" + ] + }, + { + "x": -1, + "y": -2, + "z": -3, + "elements": [ + "bloodmagic:demon_brick_1@2" + ] + }, + { + "x": -3, + "y": -2, + "z": -1, + "elements": [ + "bloodmagic:demon_brick_1@2" + ] + }, + { + "x": -2, + "y": -2, + "z": -3, + "elements": [ + "bloodmagic:demon_brick_1@2" + ] + }, + { + "x": -3, + "y": -2, + "z": 3, + "elements": [ + "bloodmagic:demon_brick_1@2" + ] + }, + { + "x": -3, + "y": -2, + "z": -3, + "elements": [ + "bloodmagic:demon_brick_1@2" + ] + }, + { + "x": -2, + "y": -2, + "z": 3, + "elements": [ + "bloodmagic:demon_brick_1@2" + ] + }, + { + "x": -2, + "y": 0, + "z": -2, + "elements": [ + "bloodmagic:blood_rune@10" + ] + }, + { + "x": -1, + "y": -2, + "z": 3, + "elements": [ + "bloodmagic:demon_brick_1@2" + ] + }, + { + "x": 2, + "y": 0, + "z": 2, + "elements": [ + "bloodmagic:blood_rune@10" + ] + }, + { + "x": 0, + "y": -2, + "z": 3, + "elements": [ + "bloodmagic:demon_brick_1@2" + ] + }, + { + "x": 3, + "y": -2, + "z": 1, + "elements": [ + "bloodmagic:demon_brick_1@2" + ] + }, + { + "x": 1, + "y": -2, + "z": 3, + "elements": [ + "bloodmagic:demon_brick_1@2" + ] + }, + { + "x": 2, + "y": -2, + "z": 3, + "elements": [ + "bloodmagic:demon_brick_1@2" + ] + }, + { + "x": 3, + "y": -2, + "z": 3, + "elements": [ + "bloodmagic:demon_brick_1@2" + ] + }, + { + "x": 2, + "y": -1, + "z": 0, + "elements": [ + "bloodmagic:demon_brick_1@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 0, + "elements": [ + "bloodmagic:demon_brick_1@4" + ] + }, + { + "x": 2, + "y": -1, + "z": -2, + "elements": [ + "bloodmagic:demon_brick_1@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 0, + "elements": [ + "bloodmagic:demon_brick_1@4" + ] + }, + { + "x": 1, + "y": -1, + "z": -2, + "elements": [ + "bloodmagic:demon_brick_1@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 0, + "elements": [ + "bloodmagic:demon_brick_1@4" + ] + }, + { + "x": -2, + "y": -1, + "z": 0, + "elements": [ + "bloodmagic:demon_brick_1@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 1, + "elements": [ + "bloodmagic:demon_brick_1@0" + ] + }, + { + "x": 0, + "y": -1, + "z": -2, + "elements": [ + "bloodmagic:demon_brick_1@0" + ] + }, + { + "x": -3, + "y": -1, + "z": 3, + "elements": [ + "bloodmagic:blood_rune@10" + ] + }, + { + "x": -1, + "y": -1, + "z": -2, + "elements": [ + "bloodmagic:demon_brick_1@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 1, + "elements": [ + "bloodmagic:demon_brick_1@4" + ] + }, + { + "x": -2, + "y": -1, + "z": -2, + "elements": [ + "bloodmagic:demon_brick_1@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 1, + "elements": [ + "bloodmagic:demon_brick_1@4" + ] + }, + { + "x": 1, + "y": -1, + "z": 1, + "elements": [ + "bloodmagic:demon_brick_1@4" + ] + }, + { + "x": 2, + "y": -1, + "z": 1, + "elements": [ + "bloodmagic:demon_brick_1@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 3, + "elements": [ + "bloodmagic:blood_rune@10" + ] + }, + { + "x": 3, + "y": -2, + "z": 0, + "elements": [ + "bloodmagic:demon_brick_1@2" + ] + }, + { + "x": 3, + "y": -2, + "z": -2, + "elements": [ + "bloodmagic:demon_brick_1@2" + ] + }, + { + "x": 0, + "y": -2, + "z": 0, + "elements": [ + "modularmachinery:blockfluidoutputhatch@7" + ] + }, + { + "x": 2, + "y": -2, + "z": -2, + "elements": [ + "modularmachinery:blockfluidinputhatch@7" + ] + }, + { + "x": -3, + "y": -2, + "z": 0, + "elements": [ + "bloodmagic:demon_brick_1@2" + ] + }, + { + "x": -3, + "y": -2, + "z": 2, + "elements": [ + "bloodmagic:demon_brick_1@2" + ] + }, + { + "x": -2, + "y": -2, + "z": -2, + "elements": [ + "modularmachinery:blockfluidinputhatch@7" + ] + }, + { + "x": -3, + "y": -2, + "z": -2, + "elements": [ + "bloodmagic:demon_brick_1@2" + ] + }, + { + "x": -2, + "y": -2, + "z": 2, + "elements": [ + "modularmachinery:blockfluidinputhatch@7" + ] + }, + { + "x": 2, + "y": -2, + "z": 2, + "elements": [ + "modularmachinery:blockfluidinputhatch@7" + ] + }, + { + "x": 3, + "y": -2, + "z": 2, + "elements": [ + "bloodmagic:demon_brick_1@2" + ] + }, + { + "x": 2, + "y": -1, + "z": -1, + "elements": [ + "bloodmagic:demon_brick_1@0" + ] + }, + { + "x": 3, + "y": -1, + "z": -3, + "elements": [ + "bloodmagic:blood_rune@10" + ] + }, + { + "x": 1, + "y": -1, + "z": -1, + "elements": [ + "bloodmagic:demon_brick_1@4" + ] + }, + { + "x": 0, + "y": -1, + "z": -1, + "elements": [ + "bloodmagic:demon_brick_1@4" + ] + }, + { + "x": -1, + "y": -1, + "z": -1, + "elements": [ + "bloodmagic:demon_brick_1@4" + ] + }, + { + "x": -2, + "y": -1, + "z": -1, + "elements": [ + "bloodmagic:demon_brick_1@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 2, + "elements": [ + "bloodmagic:demon_brick_1@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 2, + "elements": [ + "bloodmagic:demon_brick_1@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 2, + "elements": [ + "bloodmagic:demon_brick_1@0" + ] + }, + { + "x": -3, + "y": -1, + "z": -3, + "elements": [ + "bloodmagic:blood_rune@10" + ] + }, + { + "x": 1, + "y": -1, + "z": 2, + "elements": [ + "bloodmagic:demon_brick_1@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 2, + "elements": [ + "bloodmagic:demon_brick_1@0" + ] + }, + { + "x": 3, + "y": -2, + "z": -1, + "elements": [ + "bloodmagic:demon_brick_1@2" + ] + }, + { + "x": 3, + "y": -2, + "z": -3, + "elements": [ + "bloodmagic:demon_brick_1@2" + ] + }, + { + "x": 2, + "y": -2, + "z": -3, + "elements": [ + "bloodmagic:demon_brick_1@2" + ] + }, + { + "x": 1, + "y": -2, + "z": -3, + "elements": [ + "bloodmagic:demon_brick_1@2" + ] + }, + { + "x": 2, + "y": 0, + "z": -2, + "elements": [ + "bloodmagic:blood_rune@10" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/bloodmaster_crucible.json b/config/modularmachinery/machinery/bloodmaster_crucible.json new file mode 100644 index 00000000..b6a26761 --- /dev/null +++ b/config/modularmachinery/machinery/bloodmaster_crucible.json @@ -0,0 +1,198 @@ +{ + "registryname": "bloodmaster_crucible", + "localizedname": "Bloodmaster Crucible", + "color": "383836", + "parts": [ + { + "x": -1, + "y": 0, + "z": 1, + "elements": [ + "abyssalcraft:dreadbrick@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 2, + "elements": [ + "abyssalcraft:dreadbrick@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 2, + "elements": [ + "modularmachinery:blockinputbus" + ] + }, + { + "x": 0, + "y": 2, + "z": 2, + "elements": [ + "abyssalcraft:psdl@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 1, + "elements": [ + "abyssalcraft:dreadbrick@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:bloodmaster_block" + ] + }, + { + "x": -1, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:bloodmaster_block" + ] + }, + { + "x": 0, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:bloodmaster_block" + ] + }, + { + "x": 1, + "y": 0, + "z": 1, + "elements": [ + "abyssalcraft:dreadbrick@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:bloodmaster_block" + ] + }, + { + "x": -1, + "y": -1, + "z": 2, + "elements": [ + "abyssalcraft:dreadbrick@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 3, + "elements": [ + "abyssalcraft:dreadbrick@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 3, + "elements": [ + "abyssalcraft:dreadbrick@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 2, + "elements": [ + "abyssalcraft:dreadbrick@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 1, + "elements": [ + "abyssalcraft:dreadbrick@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 2, + "elements": [ + "contenttweaker:bloodmaster_block" + ] + }, + { + "x": 0, + "y": 0, + "z": 3, + "elements": [ + "contenttweaker:bloodmaster_block" + ] + }, + { + "x": 1, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:bloodmaster_block" + ] + }, + { + "x": 1, + "y": -1, + "z": 2, + "elements": [ + "abyssalcraft:dreadbrick@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 2, + "elements": [ + "modularmachinery:blockinputbus" + ] + }, + { + "x": 0, + "y": -1, + "z": 3, + "elements": [ + "abyssalcraft:dreadbrick@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 4, + "elements": [ + "modularmachinery:blockfluidinputhatch" + ] + }, + { + "x": 1, + "y": 0, + "z": 3, + "elements": [ + "abyssalcraft:dreadbrick@0" + ] + }, + { + "x": 0, + "y": -2, + "z": 2, + "elements": [ + "modularmachinery:blockfluidoutputhatch" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/botanic_condenser.json b/config/modularmachinery/machinery/botanic_condenser.json new file mode 100644 index 00000000..0ce70888 --- /dev/null +++ b/config/modularmachinery/machinery/botanic_condenser.json @@ -0,0 +1,229 @@ +{ + "registryname": "botanic_condenser", + "localizedname": "Botanic Condenser", + "color": "14022b", + "modifiers": [ + { + "elements": "extrabotany:manabarrel", + "x": 0, + "y": 1, + "z": 1, + "description": "Replace top Middle block for increased output", + "modifier": { + "io": "output", + "target": "item", + "operation": 1, + "multiplier": 15 + } + } + ], + "parts": [ + { + "x": -1, + "y": 0, + "z": 0, + "elements": [ + "minecraft:obsidian@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 1, + "elements": [ + "modularmachinery:blockfluidinputhatch" + ] + }, + { + "x": 0, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:gaia_spirit_block@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 0, + "elements": [ + "minecraft:obsidian@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 2, + "elements": [ + "minecraft:obsidian@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 1, + "elements": [ + "modularmachinery:blockfluidinputhatch" + ] + }, + { + "x": 0, + "y": 0, + "z": 2, + "elements": [ + "minecraft:obsidian@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 2, + "elements": [ + "minecraft:obsidian@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 0, + "elements": [ + "minecraft:glowstone@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 0, + "elements": [ + "minecraft:obsidian@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 0, + "elements": [ + "minecraft:glowstone@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 0, + "elements": [ + "minecraft:glowstone@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 0, + "elements": [ + "minecraft:obsidian@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 1, + "elements": [ + "minecraft:obsidian@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 1, + "elements": [ + "minecraft:obsidian@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 0, + "elements": [ + "minecraft:glowstone@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 2, + "elements": [ + "minecraft:glowstone@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 2, + "elements": [ + "minecraft:obsidian@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 1, + "elements": [ + "minecraft:obsidian@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 1, + "elements": [ + "minecraft:obsidian@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 2, + "elements": [ + "minecraft:glowstone@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 1, + "elements": [ + "modularmachinery:blockoutputbus" + ] + }, + { + "x": -1, + "y": -1, + "z": 2, + "elements": [ + "minecraft:glowstone@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 2, + "elements": [ + "minecraft:obsidian@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 1, + "elements": [ + "minecraft:obsidian@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 2, + "elements": [ + "minecraft:glowstone@0" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/carminite_empowerer.json b/config/modularmachinery/machinery/carminite_empowerer.json new file mode 100644 index 00000000..c179b1d9 --- /dev/null +++ b/config/modularmachinery/machinery/carminite_empowerer.json @@ -0,0 +1,221 @@ +{ + "registryname": "carminite_empowerer", + "localizedname": "Carminite Empowerer", + "color": "cf132f", + "modifiers": [ + { + "elements": "twilightforest:magic_log_core@2", + "x": 0, + "y": 1, + "z": 1, + "description": "replace top Middle Carminite Block for faster recipes", + "modifier": { + "io": "output", + "target": "duration", + "operation": 1, + "multiplier": 0.2 + } + } + ], + "parts": [ + { + "x": -1, + "y": 0, + "z": 0, + "elements": [ + "twilightforest:tower_device@12" + ] + }, + { + "x": -1, + "y": 0, + "z": 1, + "elements": [ + "modularmachinery:blockoutputbus" + ] + }, + { + "x": 1, + "y": 0, + "z": 0, + "elements": [ + "twilightforest:tower_device@12" + ] + }, + { + "x": -1, + "y": 0, + "z": 2, + "elements": [ + "twilightforest:tower_device@12" + ] + }, + { + "x": 1, + "y": 0, + "z": 1, + "elements": [ + "modularmachinery:blockinputbus" + ] + }, + { + "x": 0, + "y": 0, + "z": 2, + "elements": [ + "modularmachinery:blockenergyinputhatch" + ] + }, + { + "x": 1, + "y": 0, + "z": 2, + "elements": [ + "twilightforest:tower_device@12" + ] + }, + { + "x": 1, + "y": -1, + "z": 0, + "elements": [ + "twilightforest:block_storage@4" + ] + }, + { + "x": 0, + "y": -1, + "z": 0, + "elements": [ + "twilightforest:block_storage@4" + ] + }, + { + "x": -1, + "y": 1, + "z": 0, + "elements": [ + "twilightforest:block_storage@4" + ] + }, + { + "x": -1, + "y": -1, + "z": 0, + "elements": [ + "twilightforest:block_storage@4" + ] + }, + { + "x": 0, + "y": 1, + "z": 0, + "elements": [ + "twilightforest:block_storage@4" + ] + }, + { + "x": -1, + "y": 1, + "z": 1, + "elements": [ + "twilightforest:block_storage@4" + ] + }, + { + "x": 0, + "y": 1, + "z": 1, + "elements": [ + "twilightforest:block_storage@4" + ] + }, + { + "x": 1, + "y": 1, + "z": 0, + "elements": [ + "twilightforest:block_storage@4" + ] + }, + { + "x": -1, + "y": 1, + "z": 2, + "elements": [ + "twilightforest:block_storage@4" + ] + }, + { + "x": 0, + "y": 1, + "z": 2, + "elements": [ + "twilightforest:block_storage@4" + ] + }, + { + "x": 1, + "y": 1, + "z": 1, + "elements": [ + "twilightforest:block_storage@4" + ] + }, + { + "x": -1, + "y": -1, + "z": 1, + "elements": [ + "twilightforest:block_storage@4" + ] + }, + { + "x": 1, + "y": 1, + "z": 2, + "elements": [ + "twilightforest:block_storage@4" + ] + }, + { + "x": 0, + "y": -1, + "z": 1, + "elements": [ + "modularmagic:blockaspectproviderinput@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 2, + "elements": [ + "twilightforest:block_storage@4" + ] + }, + { + "x": 0, + "y": -1, + "z": 2, + "elements": [ + "twilightforest:block_storage@4" + ] + }, + { + "x": 1, + "y": -1, + "z": 1, + "elements": [ + "twilightforest:block_storage@4" + ] + }, + { + "x": 1, + "y": -1, + "z": 2, + "elements": [ + "twilightforest:block_storage@4" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/chaotic_condensator.json b/config/modularmachinery/machinery/chaotic_condensator.json new file mode 100644 index 00000000..b3f6325f --- /dev/null +++ b/config/modularmachinery/machinery/chaotic_condensator.json @@ -0,0 +1,838 @@ +{ + "registryname": "chaotic_condenser", + "localizedname": "Chaotic Condenser", + "color": "7332c2", + "parts": [ + { + "x": -1, + "y": 0, + "z": 0, + "elements": [ + "minecraft:glass@0" + ] + }, + { + "x": 1, + "y": 2, + "z": 1, + "elements": [ + "draconicevolution:draconium_block@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 2, + "y": 2, + "z": 1, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 0, + "elements": [ + "minecraft:glass@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 4, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": -2, + "y": -2, + "z": 3, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 4, + "elements": [ + "minecraft:glass@0" + ] + }, + { + "x": -1, + "y": -2, + "z": 3, + "elements": [ + "draconicevolution:draconium_block@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 4, + "elements": [ + "modularmachinery:blockoutputbus@0" + ] + }, + { + "x": 0, + "y": -2, + "z": 3, + "elements": [ + "draconicevolution:draconium_block@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 4, + "elements": [ + "minecraft:glass@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 4, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 1, + "y": -2, + "z": 3, + "elements": [ + "draconicevolution:draconium_block@0" + ] + }, + { + "x": 2, + "y": -2, + "z": 3, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 0, + "elements": [ + "minecraft:glass@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 0, + "elements": [ + "minecraft:glass@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 0, + "elements": [ + "minecraft:glass@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 0, + "elements": [ + "minecraft:glass@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 0, + "elements": [ + "minecraft:glass@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 0, + "elements": [ + "minecraft:glass@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 4, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 3, + "elements": [ + "minecraft:glass@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 4, + "elements": [ + "minecraft:glass@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 4, + "elements": [ + "minecraft:glass@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 4, + "elements": [ + "minecraft:glass@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 4, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 3, + "elements": [ + "minecraft:glass@0" + ] + }, + { + "x": 2, + "y": -2, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": -2, + "y": 2, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 1, + "y": -2, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 0, + "y": -2, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": -1, + "y": 2, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 0, + "y": 2, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": -1, + "y": -2, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": -2, + "y": -2, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 1, + "y": 2, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": -2, + "y": 2, + "z": 4, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 2, + "y": 2, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 3, + "elements": [ + "minecraft:glass@0" + ] + }, + { + "x": -1, + "y": 2, + "z": 4, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 0, + "y": 2, + "z": 4, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": -2, + "y": -2, + "z": 2, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": -1, + "y": -2, + "z": 2, + "elements": [ + "draconicevolution:draconium_block@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 3, + "elements": [ + "draconicevolution:draconic_block@0" + ] + }, + { + "x": 1, + "y": 2, + "z": 4, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 0, + "y": -2, + "z": 2, + "elements": [ + "modularmachinery:blockenergyinputhatch@7" + ] + }, + { + "x": 2, + "y": 2, + "z": 4, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 3, + "elements": [ + "minecraft:glass@0" + ] + }, + { + "x": 1, + "y": -2, + "z": 2, + "elements": [ + "draconicevolution:draconium_block@0" + ] + }, + { + "x": 2, + "y": -2, + "z": 2, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 3, + "elements": [ + "minecraft:glass@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 2, + "elements": [ + "minecraft:glass@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 2, + "elements": [ + "draconicevolution:draconic_block@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 3, + "elements": [ + "minecraft:glass@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 2, + "elements": [ + "minecraft:glass@0" + ] + }, + { + "x": -2, + "y": 2, + "z": 3, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 2, + "elements": [ + "modularmachinery:blockenergyinputhatch@7" + ] + }, + { + "x": -1, + "y": 2, + "z": 3, + "elements": [ + "draconicevolution:draconium_block@0" + ] + }, + { + "x": 0, + "y": 2, + "z": 3, + "elements": [ + "draconicevolution:draconium_block@0" + ] + }, + { + "x": -2, + "y": -2, + "z": 1, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 2, + "elements": [ + "draconicevolution:draconic_block@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 2, + "elements": [ + "draconicevolution:draconium_block@1" + ] + }, + { + "x": 1, + "y": 2, + "z": 3, + "elements": [ + "draconicevolution:draconium_block@0" + ] + }, + { + "x": -1, + "y": -2, + "z": 1, + "elements": [ + "draconicevolution:draconium_block@0" + ] + }, + { + "x": 0, + "y": -2, + "z": 1, + "elements": [ + "draconicevolution:draconium_block@0" + ] + }, + { + "x": 2, + "y": 2, + "z": 3, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 2, + "elements": [ + "draconicevolution:draconic_block@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 2, + "elements": [ + "modularmachinery:blockenergyinputhatch@7" + ] + }, + { + "x": 1, + "y": -2, + "z": 1, + "elements": [ + "draconicevolution:draconium_block@0" + ] + }, + { + "x": 2, + "y": -2, + "z": 1, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 2, + "elements": [ + "minecraft:glass@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 1, + "elements": [ + "minecraft:glass@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 2, + "elements": [ + "draconicevolution:draconic_block@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 2, + "elements": [ + "minecraft:glass@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 1, + "elements": [ + "minecraft:glass@0" + ] + }, + { + "x": -2, + "y": 2, + "z": 2, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 1, + "elements": [ + "minecraft:glass@0" + ] + }, + { + "x": -1, + "y": 2, + "z": 2, + "elements": [ + "draconicevolution:draconium_block@0" + ] + }, + { + "x": 0, + "y": 2, + "z": 2, + "elements": [ + "modularmachinery:blockenergyinputhatch@7" + ] + }, + { + "x": 0, + "y": 0, + "z": 1, + "elements": [ + "draconicevolution:draconic_block@0" + ] + }, + { + "x": 1, + "y": 2, + "z": 2, + "elements": [ + "draconicevolution:draconium_block@0" + ] + }, + { + "x": 2, + "y": 2, + "z": 2, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 1, + "elements": [ + "minecraft:glass@0" + ] + }, + { + "x": -2, + "y": -2, + "z": 4, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": -1, + "y": -2, + "z": 4, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 0, + "y": -2, + "z": 4, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 1, + "y": -2, + "z": 4, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 2, + "y": -2, + "z": 4, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 1, + "elements": [ + "minecraft:glass@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 1, + "elements": [ + "minecraft:glass@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 4, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 4, + "elements": [ + "minecraft:glass@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 4, + "elements": [ + "minecraft:glass@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 4, + "elements": [ + "minecraft:glass@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 4, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": -2, + "y": 2, + "z": 1, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": -1, + "y": 2, + "z": 1, + "elements": [ + "draconicevolution:draconium_block@0" + ] + }, + { + "x": 0, + "y": 2, + "z": 1, + "elements": [ + "draconicevolution:draconium_block@0" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/cold_iron_forge.json b/config/modularmachinery/machinery/cold_iron_forge.json new file mode 100644 index 00000000..2544aa11 --- /dev/null +++ b/config/modularmachinery/machinery/cold_iron_forge.json @@ -0,0 +1,118 @@ +{ + "registryname": "cold_iron_forge", + "localizedname": "Cold Iron Forge", + "color": "383836", + "parts": [ + { + "x": -1, + "y": 0, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 1, + "elements": [ + "modularmachinery:blockoutputbus" + ] + }, + { + "x": 0, + "y": 1, + "z": 1, + "elements": [ + "erebus:planks_petrified_wood@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 1, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 2, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 2, + "elements": [ + "bewitchment:block_of_cold_iron_moon@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 1, + "elements": [ + "bewitchment:block_of_cold_iron_moon@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 1, + "elements": [ + "modularmachinery:blockinputbus" + ] + }, + { + "x": 0, + "y": 0, + "z": 2, + "elements": [ + "modularmachinery:blockinputbus" + ] + }, + { + "x": 1, + "y": 0, + "z": 2, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 1, + "elements": [ + "bewitchment:block_of_cold_iron_moon@0" + ] + }, + { + "x": 0, + "y": 2, + "z": 1, + "elements": [ + "erebus:planks_petrified_wood@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 0, + "elements": [ + "bewitchment:block_of_cold_iron_moon@0" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/compression-engine.json b/config/modularmachinery/machinery/compression-engine.json new file mode 100644 index 00000000..22483c5a --- /dev/null +++ b/config/modularmachinery/machinery/compression-engine.json @@ -0,0 +1,430 @@ +{ + "registryname": "compression_engine", + "localizedname": "Compression Engine", + "color": "b0b0b0", + "parts": [ + { + "x": -1, + "y": 0, + "z": 0, + "elements": [ + "chisel:blocksteel@5" + ] + }, + { + "x": 1, + "y": 0, + "z": 0, + "elements": [ + "chisel:blocksteel@5" + ] + }, + { + "x": -1, + "y": 0, + "z": 2, + "elements": [ + "chisel:blocksteel@5" + ] + }, + { + "x": 0, + "y": 0, + "z": 2, + "elements": [ + "tconstruct:metal@5" + ] + }, + { + "x": 1, + "y": 0, + "z": 2, + "elements": [ + "chisel:blocksteel@5" + ] + }, + { + "x": -1, + "y": 0, + "z": 4, + "elements": [ + "contenttweaker:titanium_iridium_coil@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 4, + "elements": [ + "tconstruct:metal@5" + ] + }, + { + "x": 1, + "y": 0, + "z": 4, + "elements": [ + "contenttweaker:titanium_iridium_coil@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 0, + "elements": [ + "chisel:blocksteel@5" + ] + }, + { + "x": 0, + "y": -1, + "z": 0, + "elements": [ + "chisel:blocksteel@5" + ] + }, + { + "x": -1, + "y": 1, + "z": 0, + "elements": [ + "chisel:blocksteel@5" + ] + }, + { + "x": 0, + "y": 1, + "z": 0, + "elements": [ + "chisel:blocksteel@5" + ] + }, + { + "x": -1, + "y": -1, + "z": 0, + "elements": [ + "chisel:blocksteel@5" + ] + }, + { + "x": -1, + "y": 1, + "z": 2, + "elements": [ + "chisel:blocksteel@5" + ] + }, + { + "x": 1, + "y": 1, + "z": 0, + "elements": [ + "chisel:blocksteel@5" + ] + }, + { + "x": 0, + "y": 1, + "z": 2, + "elements": [ + "chisel:blocksteel@5" + ] + }, + { + "x": -1, + "y": -1, + "z": 1, + "elements": [ + "chisel:blocksteel@3" + ] + }, + { + "x": 0, + "y": -1, + "z": 1, + "elements": [ + "modularmachinery:blockfluidinputhatch" + ] + }, + { + "x": -1, + "y": 1, + "z": 4, + "elements": [ + "contenttweaker:titanium_iridium_coil@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 2, + "elements": [ + "chisel:blocksteel@5" + ] + }, + { + "x": 0, + "y": 1, + "z": 4, + "elements": [ + "contenttweaker:titanium_iridium_coil@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 1, + "elements": [ + "chisel:blocksteel@3" + ] + }, + { + "x": -1, + "y": -1, + "z": 3, + "elements": [ + "contenttweaker:titanium_iridium_coil@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 3, + "elements": [ + "contenttweaker:titanium_iridium_coil@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 4, + "elements": [ + "contenttweaker:titanium_iridium_coil@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 3, + "elements": [ + "contenttweaker:titanium_iridium_coil@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 5, + "elements": [ + "chisel:blocksteel@5" + ] + }, + { + "x": 0, + "y": -1, + "z": 5, + "elements": [ + "chisel:blocksteel@5" + ] + }, + { + "x": 1, + "y": -1, + "z": 5, + "elements": [ + "chisel:blocksteel@5" + ] + }, + { + "x": -1, + "y": 0, + "z": 1, + "elements": [ + "techreborn:machine_casing@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 1, + "elements": [ + "tconstruct:metal@5" + ] + }, + { + "x": 1, + "y": 0, + "z": 1, + "elements": [ + "techreborn:machine_casing@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 3, + "elements": [ + "contenttweaker:titanium_iridium_coil@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 3, + "elements": [ + "tconstruct:metal@5" + ] + }, + { + "x": 1, + "y": 0, + "z": 3, + "elements": [ + "contenttweaker:titanium_iridium_coil@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 5, + "elements": [ + "chisel:blocksteel@5" + ] + }, + { + "x": 0, + "y": 0, + "z": 5, + "elements": [ + "modularmachinery:blockenergyoutputhatch@2" + ] + }, + { + "x": 1, + "y": 0, + "z": 5, + "elements": [ + "chisel:blocksteel@5" + ] + }, + { + "x": -1, + "y": 1, + "z": 1, + "elements": [ + "chisel:blocksteel@3" + ] + }, + { + "x": 0, + "y": 1, + "z": 1, + "elements": [ + "chisel:blocksteel@3" + ] + }, + { + "x": -1, + "y": 1, + "z": 3, + "elements": [ + "contenttweaker:titanium_iridium_coil@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 1, + "elements": [ + "chisel:blocksteel@3" + ] + }, + { + "x": 0, + "y": 1, + "z": 3, + "elements": [ + "contenttweaker:titanium_iridium_coil@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 2, + "elements": [ + "chisel:blocksteel@5" + ] + }, + { + "x": 0, + "y": -1, + "z": 2, + "elements": [ + "chisel:blocksteel@5" + ] + }, + { + "x": -1, + "y": 1, + "z": 5, + "elements": [ + "chisel:blocksteel@5" + ] + }, + { + "x": 1, + "y": 1, + "z": 3, + "elements": [ + "contenttweaker:titanium_iridium_coil@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 5, + "elements": [ + "chisel:blocksteel@5" + ] + }, + { + "x": 1, + "y": -1, + "z": 2, + "elements": [ + "chisel:blocksteel@5" + ] + }, + { + "x": -1, + "y": -1, + "z": 4, + "elements": [ + "contenttweaker:titanium_iridium_coil@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 4, + "elements": [ + "contenttweaker:titanium_iridium_coil@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 5, + "elements": [ + "chisel:blocksteel@5" + ] + }, + { + "x": 1, + "y": -1, + "z": 4, + "elements": [ + "contenttweaker:titanium_iridium_coil@0" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/compression_turbine.json b/config/modularmachinery/machinery/compression_turbine.json new file mode 100644 index 00000000..a9f5b551 --- /dev/null +++ b/config/modularmachinery/machinery/compression_turbine.json @@ -0,0 +1,1158 @@ +{ + "registryname": "compression_turbine", + "localizedname": "Extreme Pressure Turbine", + "color": 878787, + "parts": [ + { + "x": -1, + "y": 0, + "z": 0, + "elements": [ + "techreborn:machine_frame@2" + ] + }, + { + "x": 2, + "y": 4, + "z": 2, + "elements": [ + "contenttweaker:highly_advanced_machine_casing@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 0, + "elements": [ + "techreborn:machine_frame@2" + ] + }, + { + "x": 2, + "y": 2, + "z": 1, + "elements": [ + "contenttweaker:highly_advanced_machine_casing@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 0, + "elements": [ + "techreborn:machine_frame@2" + ] + }, + { + "x": 2, + "y": 0, + "z": 0, + "elements": [ + "techreborn:machine_frame@2" + ] + }, + { + "x": -2, + "y": 0, + "z": 4, + "elements": [ + "techreborn:machine_frame@2" + ] + }, + { + "x": -1, + "y": 0, + "z": 4, + "elements": [ + "techreborn:machine_frame@2" + ] + }, + { + "x": 0, + "y": 0, + "z": 4, + "elements": [ + "modularmachinery:blockfluidoutputhatch" + ] + }, + { + "x": 1, + "y": 0, + "z": 4, + "elements": [ + "techreborn:machine_frame@2" + ] + }, + { + "x": 2, + "y": 0, + "z": 4, + "elements": [ + "techreborn:machine_frame@2" + ] + }, + { + "x": -2, + "y": 5, + "z": 2, + "elements": [ + "contenttweaker:highly_advanced_machine_casing@0" + ] + }, + { + "x": -2, + "y": 3, + "z": 1, + "elements": [ + "techreborn:fusion_coil@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:highly_advanced_machine_casing@0" + ] + }, + { + "x": 0, + "y": 5, + "z": 2, + "elements": [ + "bigreactors:turbinerotorshaft@0" + ] + }, + { + "x": 0, + "y": 3, + "z": 1, + "elements": [ + "draconicevolution:draconic_block@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:highly_advanced_machine_casing@0" + ] + }, + { + "x": 2, + "y": 5, + "z": 2, + "elements": [ + "contenttweaker:highly_advanced_machine_casing@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:highly_advanced_machine_casing@0" + ] + }, + { + "x": 2, + "y": 3, + "z": 1, + "elements": [ + "techreborn:fusion_coil@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:highly_advanced_machine_casing@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 4, + "elements": [ + "contenttweaker:highly_advanced_machine_casing@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:highly_advanced_machine_casing@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 4, + "elements": [ + "contenttweaker:highly_advanced_machine_casing@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 4, + "elements": [ + "contenttweaker:highly_advanced_machine_casing@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 4, + "elements": [ + "contenttweaker:highly_advanced_machine_casing@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 4, + "elements": [ + "contenttweaker:highly_advanced_machine_casing@0" + ] + }, + { + "x": -2, + "y": 6, + "z": 2, + "elements": [ + "techreborn:machine_frame@2" + ] + }, + { + "x": -2, + "y": 4, + "z": 1, + "elements": [ + "contenttweaker:highly_advanced_machine_casing@0" + ] + }, + { + "x": -1, + "y": 6, + "z": 2, + "elements": [ + "techreborn:machine_casing@0" + ] + }, + { + "x": -2, + "y": 2, + "z": 0, + "elements": [ + "contenttweaker:highly_advanced_machine_casing@0" + ] + }, + { + "x": 0, + "y": 6, + "z": 2, + "elements": [ + "modularmachinery:blockenergyoutputhatch" + ] + }, + { + "x": 1, + "y": 6, + "z": 2, + "elements": [ + "techreborn:machine_casing@0" + ] + }, + { + "x": -1, + "y": 2, + "z": 0, + "elements": [ + "contenttweaker:highly_advanced_machine_casing@0" + ] + }, + { + "x": 2, + "y": 6, + "z": 2, + "elements": [ + "techreborn:machine_frame@2" + ] + }, + { + "x": 0, + "y": 2, + "z": 0, + "elements": [ + "contenttweaker:highly_advanced_machine_casing@0" + ] + }, + { + "x": 2, + "y": 4, + "z": 1, + "elements": [ + "contenttweaker:highly_advanced_machine_casing@0" + ] + }, + { + "x": 1, + "y": 2, + "z": 0, + "elements": [ + "contenttweaker:highly_advanced_machine_casing@0" + ] + }, + { + "x": -2, + "y": 2, + "z": 4, + "elements": [ + "contenttweaker:highly_advanced_machine_casing@0" + ] + }, + { + "x": 2, + "y": 2, + "z": 0, + "elements": [ + "contenttweaker:highly_advanced_machine_casing@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 3, + "elements": [ + "techreborn:machine_frame@2" + ] + }, + { + "x": -1, + "y": 2, + "z": 4, + "elements": [ + "contenttweaker:highly_advanced_machine_casing@0" + ] + }, + { + "x": 0, + "y": 2, + "z": 4, + "elements": [ + "contenttweaker:highly_advanced_machine_casing@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 3, + "elements": [ + "techreborn:machine_casing@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 3, + "elements": [ + "techreborn:machine_casing@0" + ] + }, + { + "x": 1, + "y": 2, + "z": 4, + "elements": [ + "contenttweaker:highly_advanced_machine_casing@0" + ] + }, + { + "x": 2, + "y": 2, + "z": 4, + "elements": [ + "contenttweaker:highly_advanced_machine_casing@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 3, + "elements": [ + "techreborn:machine_casing@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 3, + "elements": [ + "techreborn:machine_frame@2" + ] + }, + { + "x": -2, + "y": 5, + "z": 1, + "elements": [ + "contenttweaker:highly_advanced_machine_casing@0" + ] + }, + { + "x": -2, + "y": 3, + "z": 0, + "elements": [ + "techreborn:fusion_coil@0" + ] + }, + { + "x": -1, + "y": 3, + "z": 0, + "elements": [ + "techreborn:fusion_coil@0" + ] + }, + { + "x": 0, + "y": 3, + "z": 0, + "elements": [ + "techreborn:fusion_coil@0" + ] + }, + { + "x": 2, + "y": 5, + "z": 1, + "elements": [ + "contenttweaker:highly_advanced_machine_casing@0" + ] + }, + { + "x": 1, + "y": 3, + "z": 0, + "elements": [ + "techreborn:fusion_coil@0" + ] + }, + { + "x": -2, + "y": 3, + "z": 4, + "elements": [ + "techreborn:fusion_coil@0" + ] + }, + { + "x": 2, + "y": 3, + "z": 0, + "elements": [ + "techreborn:fusion_coil@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 3, + "elements": [ + "contenttweaker:highly_advanced_machine_casing@0" + ] + }, + { + "x": -1, + "y": 3, + "z": 4, + "elements": [ + "techreborn:fusion_coil@0" + ] + }, + { + "x": 0, + "y": 3, + "z": 4, + "elements": [ + "techreborn:fusion_coil@0" + ] + }, + { + "x": 1, + "y": 3, + "z": 4, + "elements": [ + "techreborn:fusion_coil@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 3, + "elements": [ + "nuclearcraft:turbine_rotor_blade_sic_sic_cmc@2" + ] + }, + { + "x": 2, + "y": 3, + "z": 4, + "elements": [ + "techreborn:fusion_coil@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 3, + "elements": [ + "contenttweaker:highly_advanced_machine_casing@0" + ] + }, + { + "x": -2, + "y": 6, + "z": 1, + "elements": [ + "techreborn:machine_frame@2" + ] + }, + { + "x": -2, + "y": 4, + "z": 0, + "elements": [ + "contenttweaker:highly_advanced_machine_casing@0" + ] + }, + { + "x": -1, + "y": 6, + "z": 1, + "elements": [ + "techreborn:machine_casing@0" + ] + }, + { + "x": -1, + "y": 4, + "z": 0, + "elements": [ + "contenttweaker:highly_advanced_machine_casing@0" + ] + }, + { + "x": 0, + "y": 6, + "z": 1, + "elements": [ + "techreborn:machine_casing@0" + ] + }, + { + "x": 1, + "y": 6, + "z": 1, + "elements": [ + "techreborn:machine_casing@0" + ] + }, + { + "x": 0, + "y": 4, + "z": 0, + "elements": [ + "contenttweaker:highly_advanced_machine_casing@0" + ] + }, + { + "x": 2, + "y": 6, + "z": 1, + "elements": [ + "techreborn:machine_frame@2" + ] + }, + { + "x": 1, + "y": 4, + "z": 0, + "elements": [ + "contenttweaker:highly_advanced_machine_casing@0" + ] + }, + { + "x": -2, + "y": 4, + "z": 4, + "elements": [ + "contenttweaker:highly_advanced_machine_casing@0" + ] + }, + { + "x": 2, + "y": 4, + "z": 0, + "elements": [ + "contenttweaker:highly_advanced_machine_casing@0" + ] + }, + { + "x": -2, + "y": 2, + "z": 3, + "elements": [ + "contenttweaker:highly_advanced_machine_casing@0" + ] + }, + { + "x": -1, + "y": 4, + "z": 4, + "elements": [ + "contenttweaker:highly_advanced_machine_casing@0" + ] + }, + { + "x": 0, + "y": 4, + "z": 4, + "elements": [ + "contenttweaker:highly_advanced_machine_casing@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 2, + "elements": [ + "modularmachinery:blockfluidinputhatch" + ] + }, + { + "x": 1, + "y": 4, + "z": 4, + "elements": [ + "contenttweaker:highly_advanced_machine_casing@0" + ] + }, + { + "x": 0, + "y": 2, + "z": 3, + "elements": [ + "nuclearcraft:turbine_rotor_blade_sic_sic_cmc@2" + ] + }, + { + "x": -1, + "y": 0, + "z": 2, + "elements": [ + "techreborn:machine_casing@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 2, + "elements": [ + "techreborn:machine_casing@0" + ] + }, + { + "x": 2, + "y": 4, + "z": 4, + "elements": [ + "contenttweaker:highly_advanced_machine_casing@0" + ] + }, + { + "x": 2, + "y": 2, + "z": 3, + "elements": [ + "contenttweaker:highly_advanced_machine_casing@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 2, + "elements": [ + "techreborn:machine_casing@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 2, + "elements": [ + "modularmachinery:blockfluidinputhatch" + ] + }, + { + "x": -2, + "y": 5, + "z": 0, + "elements": [ + "contenttweaker:highly_advanced_machine_casing@0" + ] + }, + { + "x": -1, + "y": 5, + "z": 0, + "elements": [ + "contenttweaker:highly_advanced_machine_casing@0" + ] + }, + { + "x": 0, + "y": 5, + "z": 0, + "elements": [ + "contenttweaker:highly_advanced_machine_casing@0" + ] + }, + { + "x": 1, + "y": 5, + "z": 0, + "elements": [ + "contenttweaker:highly_advanced_machine_casing@0" + ] + }, + { + "x": 2, + "y": 5, + "z": 0, + "elements": [ + "contenttweaker:highly_advanced_machine_casing@0" + ] + }, + { + "x": -2, + "y": 5, + "z": 4, + "elements": [ + "contenttweaker:highly_advanced_machine_casing@0" + ] + }, + { + "x": -2, + "y": 3, + "z": 3, + "elements": [ + "techreborn:fusion_coil@0" + ] + }, + { + "x": -1, + "y": 5, + "z": 4, + "elements": [ + "contenttweaker:highly_advanced_machine_casing@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:highly_advanced_machine_casing@0" + ] + }, + { + "x": 0, + "y": 5, + "z": 4, + "elements": [ + "contenttweaker:highly_advanced_machine_casing@0" + ] + }, + { + "x": 1, + "y": 5, + "z": 4, + "elements": [ + "contenttweaker:highly_advanced_machine_casing@0" + ] + }, + { + "x": 0, + "y": 3, + "z": 3, + "elements": [ + "draconicevolution:draconic_block@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 2, + "elements": [ + "nuclearcraft:turbine_rotor_blade_sic_sic_cmc@2" + ] + }, + { + "x": 2, + "y": 5, + "z": 4, + "elements": [ + "contenttweaker:highly_advanced_machine_casing@0" + ] + }, + { + "x": 2, + "y": 3, + "z": 3, + "elements": [ + "techreborn:fusion_coil@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 2, + "elements": [ + "nuclearcraft:turbine_rotor_blade_sic_sic_cmc@2" + ] + }, + { + "x": 2, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:highly_advanced_machine_casing@0" + ] + }, + { + "x": -2, + "y": 6, + "z": 0, + "elements": [ + "techreborn:machine_frame@2" + ] + }, + { + "x": -1, + "y": 6, + "z": 0, + "elements": [ + "techreborn:machine_frame@2" + ] + }, + { + "x": 0, + "y": 6, + "z": 0, + "elements": [ + "techreborn:machine_frame@2" + ] + }, + { + "x": 1, + "y": 6, + "z": 0, + "elements": [ + "techreborn:machine_frame@2" + ] + }, + { + "x": 2, + "y": 6, + "z": 0, + "elements": [ + "techreborn:machine_frame@2" + ] + }, + { + "x": -2, + "y": 6, + "z": 4, + "elements": [ + "techreborn:machine_frame@2" + ] + }, + { + "x": -2, + "y": 4, + "z": 3, + "elements": [ + "contenttweaker:highly_advanced_machine_casing@0" + ] + }, + { + "x": -1, + "y": 6, + "z": 4, + "elements": [ + "techreborn:machine_frame@2" + ] + }, + { + "x": -2, + "y": 2, + "z": 2, + "elements": [ + "contenttweaker:highly_advanced_machine_casing@0" + ] + }, + { + "x": 0, + "y": 6, + "z": 4, + "elements": [ + "techreborn:machine_frame@2" + ] + }, + { + "x": 1, + "y": 6, + "z": 4, + "elements": [ + "techreborn:machine_frame@2" + ] + }, + { + "x": -2, + "y": 0, + "z": 1, + "elements": [ + "techreborn:machine_frame@2" + ] + }, + { + "x": -1, + "y": 2, + "z": 2, + "elements": [ + "nuclearcraft:turbine_rotor_blade_sic_sic_cmc@2" + ] + }, + { + "x": 2, + "y": 6, + "z": 4, + "elements": [ + "techreborn:machine_frame@2" + ] + }, + { + "x": -1, + "y": 0, + "z": 1, + "elements": [ + "techreborn:machine_casing@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 1, + "elements": [ + "techreborn:machine_casing@0" + ] + }, + { + "x": 2, + "y": 4, + "z": 3, + "elements": [ + "contenttweaker:highly_advanced_machine_casing@0" + ] + }, + { + "x": 1, + "y": 2, + "z": 2, + "elements": [ + "nuclearcraft:turbine_rotor_blade_sic_sic_cmc@2" + ] + }, + { + "x": 2, + "y": 2, + "z": 2, + "elements": [ + "contenttweaker:highly_advanced_machine_casing@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 1, + "elements": [ + "techreborn:machine_casing@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 1, + "elements": [ + "techreborn:machine_frame@2" + ] + }, + { + "x": -2, + "y": 5, + "z": 3, + "elements": [ + "contenttweaker:highly_advanced_machine_casing@0" + ] + }, + { + "x": -2, + "y": 3, + "z": 2, + "elements": [ + "techreborn:fusion_coil@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 1, + "elements": [ + "contenttweaker:highly_advanced_machine_casing@0" + ] + }, + { + "x": -1, + "y": 3, + "z": 2, + "elements": [ + "draconicevolution:draconic_block@0" + ] + }, + { + "x": 0, + "y": 3, + "z": 2, + "elements": [ + "draconicevolution:draconic_block@0" + ] + }, + { + "x": 2, + "y": 5, + "z": 3, + "elements": [ + "contenttweaker:highly_advanced_machine_casing@0" + ] + }, + { + "x": 1, + "y": 3, + "z": 2, + "elements": [ + "draconicevolution:draconic_block@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 1, + "elements": [ + "nuclearcraft:turbine_rotor_blade_sic_sic_cmc@2" + ] + }, + { + "x": 2, + "y": 3, + "z": 2, + "elements": [ + "techreborn:fusion_coil@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 1, + "elements": [ + "contenttweaker:highly_advanced_machine_casing@0" + ] + }, + { + "x": -2, + "y": 6, + "z": 3, + "elements": [ + "techreborn:machine_frame@2" + ] + }, + { + "x": -2, + "y": 4, + "z": 2, + "elements": [ + "contenttweaker:highly_advanced_machine_casing@0" + ] + }, + { + "x": -1, + "y": 6, + "z": 3, + "elements": [ + "techreborn:machine_casing@0" + ] + }, + { + "x": -2, + "y": 2, + "z": 1, + "elements": [ + "contenttweaker:highly_advanced_machine_casing@0" + ] + }, + { + "x": 0, + "y": 6, + "z": 3, + "elements": [ + "techreborn:machine_casing@0" + ] + }, + { + "x": 1, + "y": 6, + "z": 3, + "elements": [ + "techreborn:machine_casing@0" + ] + }, + { + "x": 0, + "y": 4, + "z": 2, + "elements": [ + "bigreactors:turbinerotorshaft@0" + ] + }, + { + "x": 2, + "y": 6, + "z": 3, + "elements": [ + "techreborn:machine_frame@2" + ] + }, + { + "x": 0, + "y": 2, + "z": 1, + "elements": [ + "nuclearcraft:turbine_rotor_blade_sic_sic_cmc@2" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/corrupted_library.json b/config/modularmachinery/machinery/corrupted_library.json new file mode 100644 index 00000000..64cf443d --- /dev/null +++ b/config/modularmachinery/machinery/corrupted_library.json @@ -0,0 +1,294 @@ +{ + "registryname": "corrupted_library", + "localizedname": "Corrupted Library", + "color": "8199a3", + "parts": [ + { + "x": -1, + "y": 0, + "z": 0, + "elements": [ + "bloodmagic:demon_brick_1@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 1, + "elements": [ + "divinerpg:raw_arcanium@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 2, + "elements": [ + "modularmachinery:blockoutputbus" + ] + }, + { + "x": 0, + "y": 0, + "z": 1, + "elements": [ + "divinerpg:raw_arcanium@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 0, + "elements": [ + "bloodmagic:demon_brick_1@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 0, + "elements": [ + "bloodmagic:demon_brick_1@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 2, + "elements": [ + "divinerpg:raw_arcanium@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 3, + "elements": [ + "bloodmagic:demon_brick_1@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 1, + "elements": [ + "divinerpg:raw_arcanium@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 2, + "elements": [ + "divinerpg:raw_arcanium@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 0, + "elements": [ + "bloodmagic:demon_brick_1@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 3, + "elements": [ + "divinerpg:raw_arcanium@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 4, + "elements": [ + "bloodmagic:demon_brick_1@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 1, + "elements": [ + "bloodmagic:demon_brick_1@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 3, + "elements": [ + "divinerpg:raw_arcanium@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 4, + "elements": [ + "modularmachinery:blockfluidinputhatch" + ] + }, + { + "x": 1, + "y": 0, + "z": 2, + "elements": [ + "divinerpg:raw_arcanium@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 2, + "elements": [ + "modularmachinery:blockinputbus" + ] + }, + { + "x": 0, + "y": 0, + "z": 4, + "elements": [ + "modularmachinery:blockenergyinputhatch" + ] + }, + { + "x": 1, + "y": 0, + "z": 3, + "elements": [ + "divinerpg:raw_arcanium@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 4, + "elements": [ + "modularmachinery:blockfluidinputhatch" + ] + }, + { + "x": 2, + "y": 0, + "z": 3, + "elements": [ + "bloodmagic:demon_brick_1@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 4, + "elements": [ + "bloodmagic:demon_brick_1@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 1, + "elements": [ + "divinerpg:workshop_bookcase@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 2, + "elements": [ + "divinerpg:workshop_bookcase@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 3, + "elements": [ + "divinerpg:workshop_bookcase@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 2, + "elements": [ + "divinerpg:altar_of_corruption" + ] + }, + { + "x": -2, + "y": 1, + "z": 4, + "elements": [ + "divinerpg:frosted_allure@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 1, + "elements": [ + "divinerpg:workshop_bookcase@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 4, + "elements": [ + "divinerpg:workshop_bookcase@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 4, + "elements": [ + "divinerpg:workshop_bookcase@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 2, + "elements": [ + "divinerpg:workshop_bookcase@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 4, + "elements": [ + "divinerpg:workshop_bookcase@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 3, + "elements": [ + "divinerpg:workshop_bookcase@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 4, + "elements": [ + "divinerpg:frosted_allure@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 1, + "elements": [ + "bloodmagic:demon_brick_1@0" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/creation_altar.json b/config/modularmachinery/machinery/creation_altar.json new file mode 100644 index 00000000..9ae5846b --- /dev/null +++ b/config/modularmachinery/machinery/creation_altar.json @@ -0,0 +1,726 @@ +{ + "registryname": "creation_altar", + "localizedname": "Creation Altar", + "color": "220242", + "parts": [ + { + "x": -2, + "y": 0, + "z": 2, + "elements": [ + "botania:alfheimportal@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 0, + "elements": [ + "thaumcraft:metal_void@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 0, + "elements": [ + "thaumcraft:plank_silverwood@0" + ] + }, + { + "x": 0, + "y": 2, + "z": 3, + "elements": [ + "avaritia:block_resource@2" + ] + }, + { + "x": 1, + "y": 0, + "z": 0, + "elements": [ + "thaumcraft:metal_void@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 2, + "elements": [ + "botania:alfheimportal@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 4, + "elements": [ + "thaumcraft:metal_void@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 2, + "elements": [ + "modularmachinery:blockenergyinputhatch@7" + ] + }, + { + "x": 2, + "y": 0, + "z": 0, + "elements": [ + "thaumcraft:plank_silverwood@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 4, + "elements": [ + "botania:alfheimportal@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 0, + "elements": [ + "thaumcraft:plank_silverwood@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 2, + "elements": [ + "botania:alfheimportal@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 0, + "elements": [ + "thaumcraft:plank_silverwood@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 4, + "elements": [ + "botania:alfheimportal@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 6, + "elements": [ + "thaumcraft:plank_silverwood@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 2, + "elements": [ + "botania:alfheimportal@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 4, + "elements": [ + "modularmachinery:blockenergyinputhatch@7" + ] + }, + { + "x": -2, + "y": 0, + "z": 6, + "elements": [ + "thaumcraft:plank_silverwood@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 4, + "elements": [ + "botania:alfheimportal@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 2, + "elements": [ + "thaumcraft:metal_void@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 6, + "elements": [ + "thaumcraft:metal_void@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 6, + "elements": [ + "thaumcraft:metal_void@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 4, + "elements": [ + "botania:alfheimportal@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 6, + "elements": [ + "thaumcraft:metal_void@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 4, + "elements": [ + "thaumcraft:metal_void@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 6, + "elements": [ + "thaumcraft:plank_silverwood@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 6, + "elements": [ + "thaumcraft:plank_silverwood@0" + ] + }, + { + "x": -3, + "y": 1, + "z": 0, + "elements": [ + "bloodmagic:blood_rune@5" + ] + }, + { + "x": -2, + "y": 1, + "z": 0, + "elements": [ + "bloodmagic:blood_rune@5" + ] + }, + { + "x": -2, + "y": 1, + "z": 2, + "elements": [ + "thaumcraft:plank_silverwood@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:stone_of_the_wizard@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 2, + "elements": [ + "bloodmagic:blood_rune@5" + ] + }, + { + "x": 2, + "y": 1, + "z": 0, + "elements": [ + "bloodmagic:blood_rune@5" + ] + }, + { + "x": -2, + "y": 1, + "z": 4, + "elements": [ + "thaumcraft:plank_silverwood@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 4, + "elements": [ + "contenttweaker:stone_of_the_wizard@0" + ] + }, + { + "x": -3, + "y": 1, + "z": 6, + "elements": [ + "bloodmagic:blood_rune@5" + ] + }, + { + "x": 1, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:stone_of_the_wizard@0" + ] + }, + { + "x": 3, + "y": 1, + "z": 0, + "elements": [ + "bloodmagic:blood_rune@5" + ] + }, + { + "x": 0, + "y": 1, + "z": 4, + "elements": [ + "bloodmagic:blood_rune@5" + ] + }, + { + "x": 2, + "y": 1, + "z": 2, + "elements": [ + "thaumcraft:plank_silverwood@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 6, + "elements": [ + "bloodmagic:blood_rune@5" + ] + }, + { + "x": 1, + "y": 1, + "z": 4, + "elements": [ + "contenttweaker:stone_of_the_wizard@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 4, + "elements": [ + "thaumcraft:plank_silverwood@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 6, + "elements": [ + "bloodmagic:blood_rune@5" + ] + }, + { + "x": 3, + "y": 1, + "z": 6, + "elements": [ + "bloodmagic:blood_rune@5" + ] + }, + { + "x": -3, + "y": 2, + "z": 0, + "elements": [ + "extrabotany:blockorichalcos@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 1, + "elements": [ + "thaumcraft:plank_silverwood@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 1, + "elements": [ + "modularmachinery:blockfluidinputhatch@7" + ] + }, + { + "x": -1, + "y": 0, + "z": 1, + "elements": [ + "botania:alfheimportal@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 3, + "elements": [ + "thaumcraft:metal_void@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 1, + "elements": [ + "modularmachinery:blockinputbus@6" + ] + }, + { + "x": 3, + "y": 2, + "z": 0, + "elements": [ + "extrabotany:blockorichalcos@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 3, + "elements": [ + "modularmachinery:blockfluidinputhatch@7" + ] + }, + { + "x": -3, + "y": 2, + "z": 6, + "elements": [ + "extrabotany:blockorichalcos@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 1, + "elements": [ + "botania:alfheimportal@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 3, + "elements": [ + "modularmachinery:blockenergyinputhatch@7" + ] + }, + { + "x": -3, + "y": 0, + "z": 5, + "elements": [ + "thaumcraft:plank_silverwood@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 1, + "elements": [ + "modularmachinery:blockfluidinputhatch@7" + ] + }, + { + "x": 0, + "y": 0, + "z": 3, + "elements": [ + "modularmachinery:blockoutputbus@6" + ] + }, + { + "x": -2, + "y": 0, + "z": 5, + "elements": [ + "modularmachinery:blockfluidinputhatch@7" + ] + }, + { + "x": 1, + "y": 0, + "z": 3, + "elements": [ + "modularmachinery:blockenergyinputhatch@7" + ] + }, + { + "x": 3, + "y": 0, + "z": 1, + "elements": [ + "thaumcraft:plank_silverwood@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 5, + "elements": [ + "botania:alfheimportal@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 5, + "elements": [ + "modularmachinery:blockinputbus@6" + ] + }, + { + "x": 2, + "y": 0, + "z": 3, + "elements": [ + "modularmachinery:blockfluidinputhatch@7" + ] + }, + { + "x": 1, + "y": 0, + "z": 5, + "elements": [ + "botania:alfheimportal@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 3, + "elements": [ + "thaumcraft:metal_void@0" + ] + }, + { + "x": 3, + "y": 2, + "z": 6, + "elements": [ + "extrabotany:blockorichalcos@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 5, + "elements": [ + "modularmachinery:blockfluidinputhatch@7" + ] + }, + { + "x": 3, + "y": 0, + "z": 5, + "elements": [ + "thaumcraft:plank_silverwood@0" + ] + }, + { + "x": -3, + "y": 1, + "z": 1, + "elements": [ + "bloodmagic:blood_rune@5" + ] + }, + { + "x": -2, + "y": 1, + "z": 1, + "elements": [ + "thaumcraft:plank_silverwood@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 1, + "elements": [ + "thaumcraft:plank_silverwood@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 1, + "elements": [ + "thaumcraft:plank_silverwood@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 3, + "elements": [ + "thaumcraft:plank_silverwood@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 3, + "elements": [ + "bloodmagic:blood_rune@5" + ] + }, + { + "x": -3, + "y": 1, + "z": 5, + "elements": [ + "bloodmagic:blood_rune@5" + ] + }, + { + "x": 1, + "y": 1, + "z": 1, + "elements": [ + "thaumcraft:plank_silverwood@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 3, + "elements": [ + "extrabotany:blockorichalcos@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 1, + "elements": [ + "thaumcraft:plank_silverwood@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 5, + "elements": [ + "thaumcraft:plank_silverwood@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 5, + "elements": [ + "thaumcraft:plank_silverwood@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 3, + "elements": [ + "bloodmagic:blood_rune@5" + ] + }, + { + "x": 3, + "y": 1, + "z": 1, + "elements": [ + "bloodmagic:blood_rune@5" + ] + }, + { + "x": 0, + "y": 1, + "z": 5, + "elements": [ + "thaumcraft:plank_silverwood@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 3, + "elements": [ + "thaumcraft:plank_silverwood@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 5, + "elements": [ + "thaumcraft:plank_silverwood@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 5, + "elements": [ + "thaumcraft:plank_silverwood@0" + ] + }, + { + "x": 3, + "y": 1, + "z": 5, + "elements": [ + "bloodmagic:blood_rune@5" + ] + }, + { + "x": -3, + "y": 0, + "z": 2, + "elements": [ + "thaumcraft:metal_void@0" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/dimensional_stabilizer.json b/config/modularmachinery/machinery/dimensional_stabilizer.json new file mode 100644 index 00000000..91363f29 --- /dev/null +++ b/config/modularmachinery/machinery/dimensional_stabilizer.json @@ -0,0 +1,221 @@ +{ + "registryname": "dimensional_stabilizer", + "localizedname": "Dimensional Stabilizer", + "color": "000000", + "modifiers": [ + { + "elements": "bloodmagic:blood_rune@8", + "x": 0, + "y": 1, + "z": 0, + "description": "Replace block above controller to increase speed", + "modifier": { + "io": "output", + "target": "duration", + "operation": 1, + "multiplier": 0.02 + } + } + ], + "parts": [ + { + "x": -1, + "y": 0, + "z": 0, + "elements": [ + "dimdoors:fabric@14" + ] + }, + { + "x": -1, + "y": 0, + "z": 1, + "elements": [ + "dimdoors:fabric@14" + ] + }, + { + "x": 1, + "y": 0, + "z": 0, + "elements": [ + "dimdoors:fabric@14" + ] + }, + { + "x": -1, + "y": 0, + "z": 2, + "elements": [ + "dimdoors:fabric@14" + ] + }, + { + "x": 1, + "y": 0, + "z": 1, + "elements": [ + "dimdoors:fabric@14" + ] + }, + { + "x": 0, + "y": 0, + "z": 2, + "elements": [ + "modularmachinery:blockoutputbus@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 2, + "elements": [ + "dimdoors:fabric@14" + ] + }, + { + "x": 1, + "y": -1, + "z": 0, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": 0, + "y": -1, + "z": 0, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": -1, + "y": 1, + "z": 0, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": -1, + "y": -1, + "z": 0, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": 0, + "y": 1, + "z": 0, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": -1, + "y": 1, + "z": 1, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": 0, + "y": 1, + "z": 1, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": 1, + "y": 1, + "z": 0, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": -1, + "y": 1, + "z": 2, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": 0, + "y": 1, + "z": 2, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": 1, + "y": 1, + "z": 1, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": -1, + "y": -1, + "z": 1, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": 1, + "y": 1, + "z": 2, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": 0, + "y": -1, + "z": 1, + "elements": [ + "modularmachinery:blockfluidinputhatch" + ] + }, + { + "x": -1, + "y": -1, + "z": 2, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": 0, + "y": -1, + "z": 2, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": 1, + "y": -1, + "z": 1, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": 1, + "y": -1, + "z": 2, + "elements": [ + "dimdoors:fabric@15" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/dragonfire_crucible.json b/config/modularmachinery/machinery/dragonfire_crucible.json new file mode 100644 index 00000000..2eeee8eb --- /dev/null +++ b/config/modularmachinery/machinery/dragonfire_crucible.json @@ -0,0 +1,693 @@ +{ + "registryname": "dragonfire_crucible", + "localizedname": "Dragonfire Crucible", + "color": "494d52", + "modifiers": [ + { + "elements": "thaumadditions:adaminite_block", + "x": 0, + "y": 0, + "z": -2, + "description": "Replace bottom middle block on wall in front of controller \n to increase machine speed", + "modifier": { + "io": "output", + "target": "duration", + "operation": 1, + "multiplier": 0.15 + } + } + ], + "parts": [ + { + "x": -2, + "y": 0, + "z": 2, + "elements": [ + "modularmachinery:blockinputbus" + ] + }, + { + "x": -1, + "y": 0, + "z": 0, + "elements": [ + "iceandfire:dragonforge_ice_brick@0" + ] + }, + { + "x": 1, + "y": 0, + "z": -2, + "elements": [ + "iceandfire:dragonforge_fire_brick@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 0, + "elements": [ + "iceandfire:dragonforge_ice_brick@0" + ] + }, + { + "x": 0, + "y": 0, + "z": -2, + "elements": [ + "iceandfire:dragonforge_fire_brick@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 0, + "elements": [ + "iceandfire:dragonforge_ice_brick@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 2, + "elements": [ + "iceandfire:dragonforge_fire_brick@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 4, + "elements": [ + "iceandfire:dragonforge_fire_brick@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 2, + "elements": [ + "modularmachinery:blockoutputbus" + ] + }, + { + "x": 2, + "y": 0, + "z": 0, + "elements": [ + "iceandfire:dragonforge_ice_brick@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 4, + "elements": [ + "iceandfire:dragonforge_ice_brick@0" + ] + }, + { + "x": -1, + "y": 0, + "z": -2, + "elements": [ + "iceandfire:dragonforge_fire_brick@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 0, + "elements": [ + "iceandfire:dragonforge_fire_brick@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 2, + "elements": [ + "iceandfire:dragonforge_fire_brick@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 0, + "elements": [ + "iceandfire:dragonforge_fire_brick@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 4, + "elements": [ + "iceandfire:dragonforge_ice_brick@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 2, + "elements": [ + "modularmachinery:blockinputbus" + ] + }, + { + "x": 0, + "y": 0, + "z": 4, + "elements": [ + "modularmachinery:blockfluidinputhatch" + ] + }, + { + "x": 1, + "y": 0, + "z": 4, + "elements": [ + "iceandfire:dragonforge_ice_brick@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 2, + "elements": [ + "iceandfire:dragonforge_fire_brick@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 6, + "elements": [ + "iceandfire:dragonforge_fire_brick@0" + ] + }, + { + "x": 4, + "y": 0, + "z": 2, + "elements": [ + "iceandfire:dragonforge_fire_brick@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 6, + "elements": [ + "iceandfire:dragonforge_fire_brick@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 4, + "elements": [ + "iceandfire:dragonforge_ice_brick@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 6, + "elements": [ + "iceandfire:dragonforge_fire_brick@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 4, + "elements": [ + "iceandfire:dragonforge_fire_brick@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 0, + "elements": [ + "iceandfire:dragonforge_fire_brick@0" + ] + }, + { + "x": -4, + "y": 1, + "z": 2, + "elements": [ + "iceandfire:dragonforge_ice_brick@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 0, + "elements": [ + "iceandfire:dragon_bone_block@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 2, + "elements": [ + "iceandfire:dragon_bone_block@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 0, + "elements": [ + "iceandfire:dragonforge_fire_brick@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 4, + "elements": [ + "iceandfire:dragonforge_fire_brick@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 4, + "elements": [ + "iceandfire:dragon_bone_block@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 2, + "elements": [ + "iceandfire:dragon_bone_block@0" + ] + }, + { + "x": 0, + "y": 3, + "z": -2, + "elements": [ + "iceandfire:dragonforge_fire_core_disabled@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 6, + "elements": [ + "iceandfire:dragonforge_ice_brick@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 4, + "elements": [ + "iceandfire:dragonforge_fire_brick@0" + ] + }, + { + "x": 4, + "y": 1, + "z": 2, + "elements": [ + "iceandfire:dragonforge_ice_brick@0" + ] + }, + { + "x": -2, + "y": 2, + "z": 0, + "elements": [ + "iceandfire:dragonforge_ice_core_disabled@0" + ] + }, + { + "x": -4, + "y": 2, + "z": 2, + "elements": [ + "iceandfire:dragonforge_ice_brick@0" + ] + }, + { + "x": -4, + "y": 0, + "z": 1, + "elements": [ + "iceandfire:dragonforge_fire_brick@0" + ] + }, + { + "x": 2, + "y": 0, + "z": -1, + "elements": [ + "iceandfire:dragonforge_fire_brick@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 1, + "elements": [ + "iceandfire:dragonforge_ice_brick@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 1, + "elements": [ + "iceandfire:dragonforge_ice_brick@0" + ] + }, + { + "x": -4, + "y": 0, + "z": 3, + "elements": [ + "iceandfire:dragonforge_fire_brick@0" + ] + }, + { + "x": 1, + "y": 0, + "z": -1, + "elements": [ + "iceandfire:dragonforge_ice_brick@0" + ] + }, + { + "x": 0, + "y": 0, + "z": -1, + "elements": [ + "iceandfire:dragonforge_fire_brick@0" + ] + }, + { + "x": 2, + "y": 2, + "z": 0, + "elements": [ + "iceandfire:dragonforge_ice_core_disabled@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 1, + "elements": [ + "iceandfire:dragonforge_ice_brick@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 3, + "elements": [ + "iceandfire:dragonforge_ice_brick@0" + ] + }, + { + "x": -2, + "y": 2, + "z": 4, + "elements": [ + "iceandfire:dragonforge_ice_core_disabled@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 1, + "elements": [ + "iceandfire:dragonforge_fire_brick@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 3, + "elements": [ + "iceandfire:dragonforge_ice_brick@0" + ] + }, + { + "x": -1, + "y": 0, + "z": -1, + "elements": [ + "iceandfire:dragonforge_ice_brick@0" + ] + }, + { + "x": -2, + "y": 0, + "z": -1, + "elements": [ + "iceandfire:dragonforge_fire_brick@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 1, + "elements": [ + "iceandfire:dragonforge_ice_brick@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 3, + "elements": [ + "iceandfire:dragonforge_ice_brick@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 1, + "elements": [ + "iceandfire:dragonforge_ice_brick@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 3, + "elements": [ + "iceandfire:dragonforge_fire_brick@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 5, + "elements": [ + "iceandfire:dragonforge_fire_brick@0" + ] + }, + { + "x": 0, + "y": 2, + "z": -2, + "elements": [ + "iceandfire:dragonforge_ice_brick@0" + ] + }, + { + "x": 0, + "y": 2, + "z": 6, + "elements": [ + "iceandfire:dragonforge_ice_brick@0" + ] + }, + { + "x": 2, + "y": 2, + "z": 4, + "elements": [ + "iceandfire:dragonforge_ice_core_disabled@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 3, + "elements": [ + "iceandfire:dragonforge_ice_brick@0" + ] + }, + { + "x": 4, + "y": 2, + "z": 2, + "elements": [ + "iceandfire:dragonforge_ice_brick@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 1, + "elements": [ + "iceandfire:dragonforge_ice_brick@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 5, + "elements": [ + "iceandfire:dragonforge_ice_brick@0" + ] + }, + { + "x": 4, + "y": 0, + "z": 1, + "elements": [ + "iceandfire:dragonforge_fire_brick@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 5, + "elements": [ + "iceandfire:dragonforge_fire_brick@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 3, + "elements": [ + "iceandfire:dragonforge_ice_brick@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 5, + "elements": [ + "iceandfire:dragonforge_ice_brick@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 3, + "elements": [ + "iceandfire:dragonforge_ice_brick@0" + ] + }, + { + "x": 4, + "y": 0, + "z": 3, + "elements": [ + "iceandfire:dragonforge_fire_brick@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 5, + "elements": [ + "iceandfire:dragonforge_fire_brick@0" + ] + }, + { + "x": -4, + "y": 3, + "z": 2, + "elements": [ + "iceandfire:dragonforge_fire_core_disabled@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 1, + "elements": [ + "iceandfire:dragon_bone_block@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 3, + "elements": [ + "iceandfire:dragon_bone_block@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 1, + "elements": [ + "iceandfire:dragon_bone_block@0" + ] + }, + { + "x": 0, + "y": 1, + "z": -2, + "elements": [ + "iceandfire:dragonforge_ice_brick@0" + ] + }, + { + "x": 0, + "y": 3, + "z": 6, + "elements": [ + "iceandfire:dragonforge_fire_core_disabled@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 3, + "elements": [ + "iceandfire:dragon_bone_block@0" + ] + }, + { + "x": 4, + "y": 3, + "z": 2, + "elements": [ + "iceandfire:dragonforge_fire_core_disabled@0" + ] + }, + { + "x": -4, + "y": 0, + "z": 2, + "elements": [ + "iceandfire:dragonforge_fire_brick@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 2, + "elements": [ + "iceandfire:dragonforge_fire_brick@0" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/dragonfire_forge.json b/config/modularmachinery/machinery/dragonfire_forge.json new file mode 100644 index 00000000..9ca3f4a4 --- /dev/null +++ b/config/modularmachinery/machinery/dragonfire_forge.json @@ -0,0 +1,341 @@ +{ + "registryname": "dragonfire_forge", + "localizedname": "Dragonfire Forge", + "color": "494d52", + "modifiers": [ + { + "elements": "thaumadditions:mithminite_smelter", + "x": 0, + "y": 0, + "z": 3, + "description": "Replace bottom middle ice brick on wall opposite of controller \n to increase output BY A LOT \n you should do this", + "modifier": { + "io": "output", + "target": "fluid", + "operation": 1, + "multiplier": 8 + } + } + ], + "parts": [ + { + "x": -1, + "y": 0, + "z": 0, + "elements": [ + "iceandfire:dragonforge_fire_brick@0" + ] + }, + { + "x": 0, + "y": 0, + "z": -1, + "elements": [ + "iceandfire:dragonforge_ice_brick@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 1, + "elements": [ + "iceandfire:dragonforge_fire_brick@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 2, + "elements": [ + "iceandfire:dragonforge_ice_brick@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 1, + "elements": [ + "modularmachinery:blockinputbus" + ] + }, + { + "x": 1, + "y": 0, + "z": 0, + "elements": [ + "iceandfire:dragonforge_fire_brick@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 0, + "elements": [ + "iceandfire:dragonforge_ice_brick@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 2, + "elements": [ + "iceandfire:dragonforge_fire_brick@0" + ] + }, + { + "x": 1, + "y": 2, + "z": 2, + "elements": [ + "iceandfire:dragon_bone_block@0" + ] + }, + { + "x": -1, + "y": 0, + "z": -1, + "elements": [ + "iceandfire:dragonforge_ice_brick@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 1, + "elements": [ + "iceandfire:dragonforge_fire_brick@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 2, + "elements": [ + "modularmachinery:blockfluidoutputhatch" + ] + }, + { + "x": 2, + "y": 0, + "z": 0, + "elements": [ + "iceandfire:dragonforge_ice_brick@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 3, + "elements": [ + "iceandfire:dragonforge_ice_brick@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 1, + "elements": [ + "iceandfire:dragonforge_ice_brick@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 3, + "elements": [ + "iceandfire:dragonforge_ice_brick@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 2, + "elements": [ + "iceandfire:dragonforge_fire_brick@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 2, + "elements": [ + "iceandfire:dragonforge_ice_brick@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 3, + "elements": [ + "iceandfire:dragonforge_ice_brick@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 0, + "elements": [ + "iceandfire:dragonforge_ice_brick@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 0, + "elements": [ + "iceandfire:dragon_bone_block@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 1, + "elements": [ + "iceandfire:dragonforge_ice_brick@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 2, + "elements": [ + "iceandfire:dragonforge_ice_brick@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 0, + "elements": [ + "iceandfire:dragon_bone_block@0" + ] + }, + { + "x": 1, + "y": 1, + "z": -1, + "elements": [ + "iceandfire:dragonforge_ice_brick@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 2, + "elements": [ + "iceandfire:dragon_bone_block@0" + ] + }, + { + "x": 0, + "y": 1, + "z": -1, + "elements": [ + "iceandfire:dragonforge_ice_brick@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 0, + "elements": [ + "iceandfire:dragonforge_ice_brick@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 3, + "elements": [ + "iceandfire:dragonforge_ice_brick@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 3, + "elements": [ + "iceandfire:dragonforge_ice_brick@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 2, + "elements": [ + "iceandfire:dragon_bone_block@0" + ] + }, + { + "x": -1, + "y": 1, + "z": -1, + "elements": [ + "iceandfire:dragonforge_ice_brick@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 1, + "elements": [ + "iceandfire:dragonforge_ice_brick@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 3, + "elements": [ + "iceandfire:dragonforge_ice_brick@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 2, + "elements": [ + "iceandfire:dragonforge_ice_brick@0" + ] + }, + { + "x": -1, + "y": 2, + "z": 0, + "elements": [ + "iceandfire:dragon_bone_block@0" + ] + }, + { + "x": 1, + "y": 0, + "z": -1, + "elements": [ + "iceandfire:dragonforge_ice_brick@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 1, + "elements": [ + "iceandfire:dragonforge_ice_brick@0" + ] + }, + { + "x": -1, + "y": 2, + "z": 2, + "elements": [ + "iceandfire:dragon_bone_block@0" + ] + }, + { + "x": 1, + "y": 2, + "z": 0, + "elements": [ + "iceandfire:dragon_bone_block@0" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/dreading_crucible.json b/config/modularmachinery/machinery/dreading_crucible.json new file mode 100644 index 00000000..c9afd0b1 --- /dev/null +++ b/config/modularmachinery/machinery/dreading_crucible.json @@ -0,0 +1,206 @@ +{ + "registryname": "dreading_crucible", + "localizedname": "Dreading Crucible", + "color": "660aa3", + "parts": [ + { + "x": 3, + "y": -1, + "z": 0, + "elements": [ + "contenttweaker:dreaded_steel_block" + ] + }, + { + "x": 3, + "y": -1, + "z": -1, + "elements": [ + "minecraft:end_bricks@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 0, + "elements": [ + "enderio:block_alloy@8" + ] + }, + { + "x": 1, + "y": -1, + "z": 0, + "elements": [ + "enderio:block_alloy@8" + ] + }, + { + "x": 1, + "y": -1, + "z": -1, + "elements": [ + "modularmachinery:blockinputbus" + ] + }, + { + "x": 0, + "y": -1, + "z": 0, + "elements": [ + "contenttweaker:dreaded_steel_block" + ] + }, + { + "x": 0, + "y": -1, + "z": -1, + "elements": [ + "enderio:block_alloy@8" + ] + }, + { + "x": -1, + "y": -1, + "z": 0, + "elements": [ + "enderio:block_alloy@8" + ] + }, + { + "x": -3, + "y": -1, + "z": 1, + "elements": [ + "minecraft:end_bricks@0" + ] + }, + { + "x": 1, + "y": -1, + "z": -3, + "elements": [ + "minecraft:end_bricks@0" + ] + }, + { + "x": 0, + "y": -1, + "z": -2, + "elements": [ + "enderio:block_alloy@8" + ] + }, + { + "x": -2, + "y": -1, + "z": 0, + "elements": [ + "enderio:block_alloy@8" + ] + }, + { + "x": -1, + "y": -1, + "z": -1, + "elements": [ + "modularmachinery:blockinputbus" + ] + }, + { + "x": 0, + "y": -1, + "z": -3, + "elements": [ + "contenttweaker:dreaded_steel_block" + ] + }, + { + "x": -3, + "y": -1, + "z": 0, + "elements": [ + "contenttweaker:dreaded_steel_block" + ] + }, + { + "x": -1, + "y": -1, + "z": 1, + "elements": [ + "modularmachinery:blockenergyinputhatch" + ] + }, + { + "x": -1, + "y": -1, + "z": -3, + "elements": [ + "minecraft:end_bricks@0" + ] + }, + { + "x": -3, + "y": -1, + "z": -1, + "elements": [ + "minecraft:end_bricks@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 1, + "elements": [ + "enderio:block_alloy@8" + ] + }, + { + "x": -1, + "y": -1, + "z": 3, + "elements": [ + "minecraft:end_bricks@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 2, + "elements": [ + "enderio:block_alloy@8" + ] + }, + { + "x": 1, + "y": -1, + "z": 1, + "elements": [ + "modularmachinery:blockfluidoutputhatch" + ] + }, + { + "x": 0, + "y": -1, + "z": 3, + "elements": [ + "contenttweaker:dreaded_steel_block" + ] + }, + { + "x": 1, + "y": -1, + "z": 3, + "elements": [ + "minecraft:end_bricks@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 1, + "elements": [ + "minecraft:end_bricks@0" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/dyson_compressor.json b/config/modularmachinery/machinery/dyson_compressor.json new file mode 100644 index 00000000..e363573d --- /dev/null +++ b/config/modularmachinery/machinery/dyson_compressor.json @@ -0,0 +1,1494 @@ +{ + "registryname": "dyson_compressor", + "localizedname": "Dyson Compressor", + "color": "590b7a", + "parts": [ + { + "x": -1, + "y": 0, + "z": 0, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 0, + "elements": [ + "thaumicaugmentation:starfield_glass@1" + ] + }, + { + "x": 1, + "y": 0, + "z": 0, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 0, + "elements": [ + "thaumicaugmentation:starfield_glass@1" + ] + }, + { + "x": 2, + "y": 0, + "z": 0, + "elements": [ + "thaumicaugmentation:starfield_glass@1" + ] + }, + { + "x": -6, + "y": 0, + "z": 8, + "elements": [ + "thaumicaugmentation:starfield_glass@1" + ] + }, + { + "x": 0, + "y": 2, + "z": 5, + "elements": [ + "contenttweaker:horizon_stabilizer@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 0, + "elements": [ + "thaumicaugmentation:starfield_glass@1" + ] + }, + { + "x": -1, + "y": 0, + "z": 4, + "elements": [ + "contenttweaker:horizon_stabilizer@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, + "y": 0, + "z": 8, + "elements": [ + "contenttweaker:horizon_stabilizer@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 8, + "elements": [ + "contenttweaker:horizon_stabilizer@0" + ] + }, + { + "x": 0, + "y": -2, + "z": 7, + "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, + "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, + "elements": [ + "contenttweaker:horizon_stabilizer@0" + ] + }, + { + "x": 1, + "y": -2, + "z": 6, + "elements": [ + "contenttweaker:horizon_stabilizer@0" + ] + }, + { + "x": 6, + "y": 0, + "z": 3, + "elements": [ + "thaumicaugmentation:starfield_glass@1" + ] + }, + { + "x": 0, + "y": 0, + "z": 11, + "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, + "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, + "elements": [ + "contenttweaker:horizon_stabilizer@0" + ] + }, + { + "x": -5, + "y": -1, + "z": 10, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -4, + "y": 1, + "z": 11, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -4, + "y": -1, + "z": 10, + "elements": [ + "modularmachinery:blockenergyinputhatch@7" + ] + }, + { + "x": -3, + "y": 1, + "z": 11, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 5, + "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, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 6, + "y": -1, + "z": 6, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 4, + "y": 1, + "z": 11, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 4, + "y": -1, + "z": 10, + "elements": [ + "modularmachinery:blockenergyinputhatch@7" + ] + }, + { + "x": 5, + "y": -1, + "z": 10, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -5, + "y": 0, + "z": 2, + "elements": [ + "thaumicaugmentation:starfield_glass@1" + ] + }, + { + "x": -4, + "y": 0, + "z": 2, + "elements": [ + "thaumicaugmentation:starfield_glass@1" + ] + }, + { + "x": -6, + "y": 0, + "z": 6, + "elements": [ + "thaumicaugmentation:starfield_glass@1" + ] + }, + { + "x": -5, + "y": 0, + "z": 6, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "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, + "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, + "elements": [ + "contenttweaker:miniature_black_hole@0" + ] + }, + { + "x": -4, + "y": 0, + "z": 10, + "elements": [ + "thaumicaugmentation:starfield_glass@1" + ] + }, + { + "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, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 10, + "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" + ] + }, + { + "x": 0, + "y": 0, + "z": 1, + "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, + "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, + "elements": [ + "contenttweaker:horizon_stabilizer@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 5, + "elements": [ + "contenttweaker:horizon_stabilizer@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 9, + "elements": [ + "contenttweaker:dyson_compressor@0" + ] + }, + { + "x": 6, + "y": 0, + "z": 5, + "elements": [ + "thaumicaugmentation:starfield_glass@1" + ] + }, + { + "x": 5, + "y": 0, + "z": 9, + "elements": [ + "thaumicaugmentation:starfield_glass@1" + ] + }, + { + "x": 6, + "y": 0, + "z": 9, + "elements": [ + "thaumicaugmentation:starfield_glass@1" + ] + }, + { + "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": 5, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -6, + "y": -1, + "z": 4, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -6, + "y": 1, + "z": 9, + "elements": [ + "contenttweaker:infinity_dyson_conduit@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, + "elements": [ + "contenttweaker:horizon_stabilizer@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 8, + "elements": [ + "contenttweaker:horizon_stabilizer@0" + ] + }, + { + "x": -3, + "y": -1, + "z": 12, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 6, + "y": 1, + "z": 5, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 6, + "y": -1, + "z": 4, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 12, + "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": 5, + "y": 1, + "z": 9, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 12, + "elements": [ + "contenttweaker:infinity_dyson_conduit@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, + "z": 8, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 12, + "elements": [ + "contenttweaker:infinity_dyson_conduit@0" + ] + }, + { + "x": -6, + "y": 0, + "z": 4, + "elements": [ + "thaumicaugmentation:starfield_glass@1" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/dyson_discharger.json b/config/modularmachinery/machinery/dyson_discharger.json new file mode 100644 index 00000000..ed727a20 --- /dev/null +++ b/config/modularmachinery/machinery/dyson_discharger.json @@ -0,0 +1,38 @@ +{ + "registryname": "dyson_discharger", + "localizedname": "Dyson Discharger", + "color": "eb5ed5", + "parts": [ + { + "x": 0, + "y": -4, + "z": 0, + "elements": [ + "modularmachinery:blockinputbus@0" + ] + }, + { + "x": 0, + "y": -3, + "z": 0, + "elements": [ + "modularmachinery:blockenergyoutputhatch@7" + ] + }, + { + "x": 0, + "y": -2, + "z": 0, + "elements": [ + "modularmachinery:blockoutputbus@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@0" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/dyson_irradiator.json b/config/modularmachinery/machinery/dyson_irradiator.json new file mode 100644 index 00000000..a1174c36 --- /dev/null +++ b/config/modularmachinery/machinery/dyson_irradiator.json @@ -0,0 +1,2486 @@ +{ + "registryname": "dyson_irradiator", + "localizedname": "Dyson Irradiator", + "color": "eb5ed5", + "parts": [ + { + "x": -1, + "y": 0, + "z": 0, + "elements": [ + "modularmagic:blockaspectproviderinput@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 0, + "elements": [ + "modularmachinery:blockoutputbus@6" + ] + }, + { + "x": 1, + "y": 0, + "z": 0, + "elements": [ + "modularmagic:blockgridproviderinput@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 0, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 0, + "elements": [ + "modularmachinery:blockoutputbus@6" + ] + }, + { + "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, + "z": 0, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 8, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -2, + "y": -2, + "z": 7, + "elements": [ + "extrautils2:decorativeglass@3" + ] + }, + { + "x": -9, + "y": 0, + "z": 16, + "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": [ + "modularmachinery:blockinputbus@6" + ] + }, + { + "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" + ] + }, + { + "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, + "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": [ + "modularmachinery:blockfluidinputhatch@7" + ] + }, + { + "x": -9, + "y": 0, + "z": 12, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 4, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 12, + "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" + ] + }, + { + "x": -1, + "y": 2, + "z": 13, + "elements": [ + "extrautils2:decorativeglass@3" + ] + }, + { + "x": 0, + "y": 2, + "z": 13, + "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, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 20, + "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, + "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": [ + "modularmachinery:blockinputbus@6" + ] + }, + { + "x": 3, + "y": 0, + "z": 20, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 4, + "y": 0, + "z": 20, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 5, + "y": 0, + "z": 20, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -10, + "y": 1, + "z": 12, + "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" + ] + }, + { + "x": 1, + "y": -3, + "z": 10, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 11, + "elements": [ + "extrautils2:decorativeglass@3" + ] + }, + { + "x": 2, + "y": -3, + "z": 10, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "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": 10, + "y": -1, + "z": 11, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -9, + "y": 0, + "z": 3, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -8, + "y": 0, + "z": 3, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -10, + "y": 0, + "z": 11, + "elements": [ + "modularmachinery:blockfluidinputhatch@7" + ] + }, + { + "x": -9, + "y": 0, + "z": 11, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 3, + "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, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -7, + "y": 0, + "z": 19, + "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, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 19, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 19, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 19, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 9, + "y": 0, + "z": 11, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 19, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 10, + "y": 0, + "z": 11, + "elements": [ + "modularmachinery:blockinputbus@6" + ] + }, + { + "x": 5, + "y": 0, + "z": 19, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 6, + "y": 0, + "z": 19, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 7, + "y": 0, + "z": 19, + "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, + "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" + ] + }, + { + "x": 2, + "y": 3, + "z": 12, + "elements": [ + "extrautils2:decorativeglass@3" + ] + }, + { + "x": 0, + "y": -3, + "z": 9, + "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, + "y": -1, + "z": 10, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": 2, + "y": -3, + "z": 9, + "elements": [ + "extrautils2:decorativeglass@3" + ] + }, + { + "x": 10, + "y": 1, + "z": 11, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 10, + "y": -1, + "z": 10, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -8, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -7, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": -10, + "y": 0, + "z": 10, + "elements": [ + "modularmachinery:blockfluidinputhatch@7" + ] + }, + { + "x": -9, + "y": 0, + "z": 10, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": -8, + "y": 0, + "z": 10, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": -7, + "y": 0, + "z": 10, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "x": -6, + "y": 0, + "z": 10, + "elements": [ + "contenttweaker:dyson_conduit@0" + ] + }, + { + "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, + "z": 11, + "elements": [ + "extrautils2:decorativeglass@3" + ] + }, + { + "x": -3, + "y": 0, + "z": 10, + "elements": [ + "contenttweaker:dyson_collector@0" + ] + }, + { + "x": -3, + "y": -2, + "z": 9, + "elements": [ + "extrautils2:decorativeglass@3" + ] + }, + { + "x": 7, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 8, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 10, + "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": [ + "modularmachinery:blockinputbus@6" + ] + }, + { + "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": [ + "modularmachinery:blockfluidinputhatch@7" + ] + }, + { + "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": [ + "modularmachinery:blockinputbus@6" + ] + }, + { + "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": [ + "modularmachinery:blockfluidinputhatch@7" + ] + }, + { + "x": -9, + "y": 0, + "z": 8, + "elements": [ + "contenttweaker:irradiator_casing@0" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/dyson_sphere.json b/config/modularmachinery/machinery/dyson_sphere.json new file mode 100644 index 00000000..a02436fa --- /dev/null +++ b/config/modularmachinery/machinery/dyson_sphere.json @@ -0,0 +1,1878 @@ +{ + "registryname": "dyson_sphere", + "localizedname": "Dyson Sphere", + "color": "eb5ed5", + "parts": [ + { + "x": -8, + "y": 0, + "z": 8, + "elements": [ + "modularmachinery:blockinputbus" + ] + }, + { + "x": -1, + "y": 0, + "z": 0, + "elements": [ + "contenttweaker:ultracapacitor_bank@0" + ] + }, + { + "x": -7, + "y": 0, + "z": 8, + "elements": [ + "contenttweaker:ultracapacitor_bank@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 0, + "elements": [ + "contenttweaker:ultracapacitor_bank@0" + ] + }, + { + "x": -6, + "y": 0, + "z": 8, + "elements": [ + "contenttweaker:dyson_beam@0" + ] + }, + { + "x": -5, + "y": 0, + "z": 8, + "elements": [ + "contenttweaker:dyson_beam@0" + ] + }, + { + "x": -4, + "y": 0, + "z": 8, + "elements": [ + "contenttweaker:dyson_beam@0" + ] + }, + { + "x": -3, + "y": 2, + "z": 9, + "elements": [ + "extrautils2:decorativeglass@3" + ] + }, + { + "x": -3, + "y": 0, + "z": 8, + "elements": [ + "contenttweaker:dyson_shell@0" + ] + }, + { + "x": -3, + "y": -2, + "z": 7, + "elements": [ + "extrautils2:decorativeglass@3" + ] + }, + { + "x": 0, + "y": 0, + "z": 8, + "elements": [ + "contenttweaker:miniature_star@0" + ] + }, + { + "x": 3, + "y": 2, + "z": 9, + "elements": [ + "extrautils2:decorativeglass@3" + ] + }, + { + "x": 3, + "y": 0, + "z": 8, + "elements": [ + "contenttweaker:dyson_shell@0" + ] + }, + { + "x": 4, + "y": 0, + "z": 8, + "elements": [ + "contenttweaker:dyson_beam@0" + ] + }, + { + "x": 3, + "y": -2, + "z": 7, + "elements": [ + "extrautils2:decorativeglass@3" + ] + }, + { + "x": 5, + "y": 0, + "z": 8, + "elements": [ + "contenttweaker:dyson_beam@0" + ] + }, + { + "x": 6, + "y": 0, + "z": 8, + "elements": [ + "contenttweaker:dyson_beam@0" + ] + }, + { + "x": 7, + "y": 0, + "z": 8, + "elements": [ + "contenttweaker:ultracapacitor_bank@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 16, + "elements": [ + "contenttweaker:ultracapacitor_bank@0" + ] + }, + { + "x": 8, + "y": 0, + "z": 8, + "elements": [ + "modularmachinery:blockoutputbus" + ] + }, + { + "x": 0, + "y": 0, + "z": 16, + "elements": [ + "modularmachinery:blockinputbus" + ] + }, + { + "x": 1, + "y": 0, + "z": 16, + "elements": [ + "contenttweaker:ultracapacitor_bank@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 0, + "elements": [ + "contenttweaker:ultracapacitor_bank@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 0, + "elements": [ + "contenttweaker:ultracapacitor_bank@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:ultracapacitor_bank@0" + ] + }, + { + "x": -9, + "y": 1, + "z": 8, + "elements": [ + "contenttweaker:ultracapacitor_bank@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:ultracapacitor_bank@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 0, + "elements": [ + "contenttweaker:ultracapacitor_bank@0" + ] + }, + { + "x": -8, + "y": 1, + "z": 8, + "elements": [ + "contenttweaker:ultracapacitor_bank@0" + ] + }, + { + "x": -8, + "y": -1, + "z": 7, + "elements": [ + "contenttweaker:ultracapacitor_bank@0" + ] + }, + { + "x": -7, + "y": 1, + "z": 8, + "elements": [ + "contenttweaker:ultracapacitor_bank@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:ultracapacitor_bank@0" + ] + }, + { + "x": -3, + "y": 1, + "z": 8, + "elements": [ + "contenttweaker:dyson_shell@0" + ] + }, + { + "x": -2, + "y": 3, + "z": 9, + "elements": [ + "extrautils2:decorativeglass@3" + ] + }, + { + "x": -3, + "y": -1, + "z": 7, + "elements": [ + "extrautils2:decorativeglass@3" + ] + }, + { + "x": -1, + "y": 3, + "z": 9, + "elements": [ + "extrautils2:decorativeglass@3" + ] + }, + { + "x": 0, + "y": 3, + "z": 9, + "elements": [ + "contenttweaker:dyson_shell@0" + ] + }, + { + "x": 1, + "y": 3, + "z": 9, + "elements": [ + "extrautils2:decorativeglass@3" + ] + }, + { + "x": -2, + "y": -3, + "z": 6, + "elements": [ + "extrautils2:decorativeglass@3" + ] + }, + { + "x": -1, + "y": -3, + "z": 6, + "elements": [ + "extrautils2:decorativeglass@3" + ] + }, + { + "x": 2, + "y": 3, + "z": 9, + "elements": [ + "extrautils2:decorativeglass@3" + ] + }, + { + "x": 0, + "y": -3, + "z": 6, + "elements": [ + "contenttweaker:dyson_shell@0" + ] + }, + { + "x": 3, + "y": 1, + "z": 8, + "elements": [ + "contenttweaker:dyson_shell@0" + ] + }, + { + "x": 1, + "y": -3, + "z": 6, + "elements": [ + "extrautils2:decorativeglass@3" + ] + }, + { + "x": 3, + "y": -1, + "z": 7, + "elements": [ + "extrautils2:decorativeglass@3" + ] + }, + { + "x": 2, + "y": -3, + "z": 6, + "elements": [ + "extrautils2:decorativeglass@3" + ] + }, + { + "x": 7, + "y": 1, + "z": 8, + "elements": [ + "contenttweaker:ultracapacitor_bank@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 16, + "elements": [ + "contenttweaker:ultracapacitor_bank@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 16, + "elements": [ + "contenttweaker:ultracapacitor_bank@0" + ] + }, + { + "x": 8, + "y": 1, + "z": 8, + "elements": [ + "contenttweaker:ultracapacitor_bank@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 15, + "elements": [ + "contenttweaker:ultracapacitor_bank@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 16, + "elements": [ + "contenttweaker:ultracapacitor_bank@0" + ] + }, + { + "x": 9, + "y": 1, + "z": 8, + "elements": [ + "contenttweaker:ultracapacitor_bank@0" + ] + }, + { + "x": 8, + "y": -1, + "z": 7, + "elements": [ + "contenttweaker:ultracapacitor_bank@0" + ] + }, + { + "x": -9, + "y": 0, + "z": 7, + "elements": [ + "contenttweaker:ultracapacitor_bank@0" + ] + }, + { + "x": -8, + "y": 0, + "z": 7, + "elements": [ + "contenttweaker:ultracapacitor_bank@0" + ] + }, + { + "x": -7, + "y": 0, + "z": 7, + "elements": [ + "contenttweaker:ultracapacitor_bank@0" + ] + }, + { + "x": -3, + "y": 2, + "z": 8, + "elements": [ + "contenttweaker:dyson_shell@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 7, + "elements": [ + "contenttweaker:dyson_shell@0" + ] + }, + { + "x": -3, + "y": -2, + "z": 6, + "elements": [ + "extrautils2:decorativeglass@3" + ] + }, + { + "x": 3, + "y": 2, + "z": 8, + "elements": [ + "contenttweaker:dyson_shell@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 7, + "elements": [ + "contenttweaker:dyson_shell@0" + ] + }, + { + "x": 3, + "y": -2, + "z": 6, + "elements": [ + "extrautils2:decorativeglass@3" + ] + }, + { + "x": 7, + "y": 0, + "z": 7, + "elements": [ + "contenttweaker:ultracapacitor_bank@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 15, + "elements": [ + "contenttweaker:ultracapacitor_bank@0" + ] + }, + { + "x": 8, + "y": 0, + "z": 7, + "elements": [ + "contenttweaker:ultracapacitor_bank@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 15, + "elements": [ + "contenttweaker:ultracapacitor_bank@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 15, + "elements": [ + "contenttweaker:ultracapacitor_bank@0" + ] + }, + { + "x": 9, + "y": 0, + "z": 7, + "elements": [ + "contenttweaker:ultracapacitor_bank@0" + ] + }, + { + "x": -8, + "y": 1, + "z": 7, + "elements": [ + "contenttweaker:ultracapacitor_bank@0" + ] + }, + { + "x": -3, + "y": 1, + "z": 7, + "elements": [ + "extrautils2:decorativeglass@3" + ] + }, + { + "x": -2, + "y": 3, + "z": 8, + "elements": [ + "contenttweaker:dyson_shell@0" + ] + }, + { + "x": -3, + "y": -1, + "z": 6, + "elements": [ + "extrautils2:decorativeglass@3" + ] + }, + { + "x": -1, + "y": 3, + "z": 8, + "elements": [ + "contenttweaker:dyson_shell@0" + ] + }, + { + "x": 0, + "y": 3, + "z": 8, + "elements": [ + "contenttweaker:dyson_shell@0" + ] + }, + { + "x": 1, + "y": 3, + "z": 8, + "elements": [ + "contenttweaker:dyson_shell@0" + ] + }, + { + "x": 2, + "y": 3, + "z": 8, + "elements": [ + "contenttweaker:dyson_shell@0" + ] + }, + { + "x": 3, + "y": 1, + "z": 7, + "elements": [ + "extrautils2:decorativeglass@3" + ] + }, + { + "x": 3, + "y": -1, + "z": 6, + "elements": [ + "extrautils2:decorativeglass@3" + ] + }, + { + "x": 0, + "y": 1, + "z": 15, + "elements": [ + "contenttweaker:ultracapacitor_bank@0" + ] + }, + { + "x": 8, + "y": 1, + "z": 7, + "elements": [ + "contenttweaker:ultracapacitor_bank@0" + ] + }, + { + "x": -3, + "y": 2, + "z": 7, + "elements": [ + "extrautils2:decorativeglass@3" + ] + }, + { + "x": -3, + "y": 0, + "z": 6, + "elements": [ + "contenttweaker:dyson_shell@0" + ] + }, + { + "x": -2, + "y": -2, + "z": 5, + "elements": [ + "extrautils2:decorativeglass@3" + ] + }, + { + "x": -1, + "y": -2, + "z": 5, + "elements": [ + "extrautils2:decorativeglass@3" + ] + }, + { + "x": 0, + "y": -2, + "z": 5, + "elements": [ + "contenttweaker:dyson_shell@0" + ] + }, + { + "x": 3, + "y": 2, + "z": 7, + "elements": [ + "extrautils2:decorativeglass@3" + ] + }, + { + "x": 1, + "y": -2, + "z": 5, + "elements": [ + "extrautils2:decorativeglass@3" + ] + }, + { + "x": 3, + "y": 0, + "z": 6, + "elements": [ + "contenttweaker:dyson_shell@0" + ] + }, + { + "x": 2, + "y": -2, + "z": 5, + "elements": [ + "extrautils2:decorativeglass@3" + ] + }, + { + "x": 0, + "y": 0, + "z": 14, + "elements": [ + "contenttweaker:dyson_beam@0" + ] + }, + { + "x": -3, + "y": 1, + "z": 6, + "elements": [ + "extrautils2:decorativeglass@3" + ] + }, + { + "x": -2, + "y": 3, + "z": 7, + "elements": [ + "extrautils2:decorativeglass@3" + ] + }, + { + "x": -1, + "y": 3, + "z": 7, + "elements": [ + "extrautils2:decorativeglass@3" + ] + }, + { + "x": 0, + "y": 3, + "z": 7, + "elements": [ + "contenttweaker:dyson_shell@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 5, + "elements": [ + "extrautils2:decorativeglass@3" + ] + }, + { + "x": 1, + "y": 3, + "z": 7, + "elements": [ + "extrautils2:decorativeglass@3" + ] + }, + { + "x": -1, + "y": -1, + "z": 5, + "elements": [ + "extrautils2:decorativeglass@3" + ] + }, + { + "x": 0, + "y": -1, + "z": 5, + "elements": [ + "contenttweaker:dyson_shell@0" + ] + }, + { + "x": 2, + "y": 3, + "z": 7, + "elements": [ + "extrautils2:decorativeglass@3" + ] + }, + { + "x": 1, + "y": -1, + "z": 5, + "elements": [ + "extrautils2:decorativeglass@3" + ] + }, + { + "x": 3, + "y": 1, + "z": 6, + "elements": [ + "extrautils2:decorativeglass@3" + ] + }, + { + "x": 2, + "y": -1, + "z": 5, + "elements": [ + "extrautils2:decorativeglass@3" + ] + }, + { + "x": -3, + "y": 2, + "z": 6, + "elements": [ + "extrautils2:decorativeglass@3" + ] + }, + { + "x": -2, + "y": 0, + "z": 5, + "elements": [ + "contenttweaker:dyson_shell@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 5, + "elements": [ + "contenttweaker:dyson_shell@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 5, + "elements": [ + "contenttweaker:dyson_shell@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 5, + "elements": [ + "contenttweaker:dyson_shell@0" + ] + }, + { + "x": 3, + "y": 2, + "z": 6, + "elements": [ + "extrautils2:decorativeglass@3" + ] + }, + { + "x": 2, + "y": 0, + "z": 5, + "elements": [ + "contenttweaker:dyson_shell@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 13, + "elements": [ + "contenttweaker:dyson_beam@0" + ] + }, + { + "x": -2, + "y": 3, + "z": 6, + "elements": [ + "extrautils2:decorativeglass@3" + ] + }, + { + "x": -2, + "y": 1, + "z": 5, + "elements": [ + "extrautils2:decorativeglass@3" + ] + }, + { + "x": -1, + "y": 3, + "z": 6, + "elements": [ + "extrautils2:decorativeglass@3" + ] + }, + { + "x": 0, + "y": 3, + "z": 6, + "elements": [ + "contenttweaker:dyson_shell@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 5, + "elements": [ + "extrautils2:decorativeglass@3" + ] + }, + { + "x": 1, + "y": 3, + "z": 6, + "elements": [ + "extrautils2:decorativeglass@3" + ] + }, + { + "x": 0, + "y": 1, + "z": 5, + "elements": [ + "contenttweaker:dyson_shell@0" + ] + }, + { + "x": 2, + "y": 3, + "z": 6, + "elements": [ + "extrautils2:decorativeglass@3" + ] + }, + { + "x": 1, + "y": 1, + "z": 5, + "elements": [ + "extrautils2:decorativeglass@3" + ] + }, + { + "x": 2, + "y": 1, + "z": 5, + "elements": [ + "extrautils2:decorativeglass@3" + ] + }, + { + "x": -2, + "y": 2, + "z": 5, + "elements": [ + "extrautils2:decorativeglass@3" + ] + }, + { + "x": -1, + "y": 2, + "z": 5, + "elements": [ + "extrautils2:decorativeglass@3" + ] + }, + { + "x": 0, + "y": 2, + "z": 5, + "elements": [ + "contenttweaker:dyson_shell@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 4, + "elements": [ + "contenttweaker:dyson_beam@0" + ] + }, + { + "x": 1, + "y": 2, + "z": 5, + "elements": [ + "extrautils2:decorativeglass@3" + ] + }, + { + "x": 2, + "y": 2, + "z": 5, + "elements": [ + "extrautils2:decorativeglass@3" + ] + }, + { + "x": -2, + "y": -2, + "z": 11, + "elements": [ + "extrautils2:decorativeglass@3" + ] + }, + { + "x": -1, + "y": -2, + "z": 11, + "elements": [ + "extrautils2:decorativeglass@3" + ] + }, + { + "x": 0, + "y": 0, + "z": 12, + "elements": [ + "contenttweaker:dyson_beam@0" + ] + }, + { + "x": 0, + "y": -2, + "z": 11, + "elements": [ + "contenttweaker:dyson_shell@0" + ] + }, + { + "x": 1, + "y": -2, + "z": 11, + "elements": [ + "extrautils2:decorativeglass@3" + ] + }, + { + "x": 2, + "y": -2, + "z": 11, + "elements": [ + "extrautils2:decorativeglass@3" + ] + }, + { + "x": -2, + "y": -1, + "z": 11, + "elements": [ + "extrautils2:decorativeglass@3" + ] + }, + { + "x": -2, + "y": -3, + "z": 10, + "elements": [ + "extrautils2:decorativeglass@3" + ] + }, + { + "x": -1, + "y": -1, + "z": 11, + "elements": [ + "extrautils2:decorativeglass@3" + ] + }, + { + "x": -1, + "y": -3, + "z": 10, + "elements": [ + "extrautils2:decorativeglass@3" + ] + }, + { + "x": 0, + "y": -1, + "z": 11, + "elements": [ + "contenttweaker:dyson_shell@0" + ] + }, + { + "x": 0, + "y": -3, + "z": 10, + "elements": [ + "contenttweaker:dyson_shell@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 11, + "elements": [ + "extrautils2:decorativeglass@3" + ] + }, + { + "x": 2, + "y": -1, + "z": 11, + "elements": [ + "extrautils2:decorativeglass@3" + ] + }, + { + "x": 1, + "y": -3, + "z": 10, + "elements": [ + "extrautils2:decorativeglass@3" + ] + }, + { + "x": 2, + "y": -3, + "z": 10, + "elements": [ + "extrautils2:decorativeglass@3" + ] + }, + { + "x": 0, + "y": 0, + "z": 3, + "elements": [ + "contenttweaker:dyson_beam@0" + ] + }, + { + "x": -3, + "y": -2, + "z": 10, + "elements": [ + "extrautils2:decorativeglass@3" + ] + }, + { + "x": -2, + "y": 0, + "z": 11, + "elements": [ + "contenttweaker:dyson_shell@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 11, + "elements": [ + "contenttweaker:dyson_shell@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 11, + "elements": [ + "contenttweaker:dyson_shell@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 11, + "elements": [ + "contenttweaker:dyson_shell@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 11, + "elements": [ + "contenttweaker:dyson_shell@0" + ] + }, + { + "x": 3, + "y": -2, + "z": 10, + "elements": [ + "extrautils2:decorativeglass@3" + ] + }, + { + "x": -3, + "y": -1, + "z": 10, + "elements": [ + "extrautils2:decorativeglass@3" + ] + }, + { + "x": -2, + "y": 1, + "z": 11, + "elements": [ + "extrautils2:decorativeglass@3" + ] + }, + { + "x": -1, + "y": 1, + "z": 11, + "elements": [ + "extrautils2:decorativeglass@3" + ] + }, + { + "x": 0, + "y": 1, + "z": 11, + "elements": [ + "contenttweaker:dyson_shell@0" + ] + }, + { + "x": -2, + "y": -3, + "z": 9, + "elements": [ + "extrautils2:decorativeglass@3" + ] + }, + { + "x": -1, + "y": -3, + "z": 9, + "elements": [ + "extrautils2:decorativeglass@3" + ] + }, + { + "x": 1, + "y": 1, + "z": 11, + "elements": [ + "extrautils2:decorativeglass@3" + ] + }, + { + "x": 0, + "y": -3, + "z": 9, + "elements": [ + "contenttweaker:dyson_shell@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 11, + "elements": [ + "extrautils2:decorativeglass@3" + ] + }, + { + "x": 1, + "y": -3, + "z": 9, + "elements": [ + "extrautils2:decorativeglass@3" + ] + }, + { + "x": 3, + "y": -1, + "z": 10, + "elements": [ + "extrautils2:decorativeglass@3" + ] + }, + { + "x": 2, + "y": -3, + "z": 9, + "elements": [ + "extrautils2:decorativeglass@3" + ] + }, + { + "x": 0, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:dyson_beam@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 10, + "elements": [ + "contenttweaker:dyson_shell@0" + ] + }, + { + "x": -2, + "y": 2, + "z": 11, + "elements": [ + "extrautils2:decorativeglass@3" + ] + }, + { + "x": -3, + "y": -2, + "z": 9, + "elements": [ + "extrautils2:decorativeglass@3" + ] + }, + { + "x": -1, + "y": 2, + "z": 11, + "elements": [ + "extrautils2:decorativeglass@3" + ] + }, + { + "x": 0, + "y": 2, + "z": 11, + "elements": [ + "contenttweaker:dyson_shell@0" + ] + }, + { + "x": 1, + "y": 2, + "z": 11, + "elements": [ + "extrautils2:decorativeglass@3" + ] + }, + { + "x": 2, + "y": 2, + "z": 11, + "elements": [ + "extrautils2:decorativeglass@3" + ] + }, + { + "x": 3, + "y": 0, + "z": 10, + "elements": [ + "contenttweaker:dyson_shell@0" + ] + }, + { + "x": 3, + "y": -2, + "z": 9, + "elements": [ + "extrautils2:decorativeglass@3" + ] + }, + { + "x": 0, + "y": 1, + "z": -1, + "elements": [ + "contenttweaker:ultracapacitor_bank@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 1, + "elements": [ + "contenttweaker:ultracapacitor_bank@0" + ] + }, + { + "x": -8, + "y": -1, + "z": 9, + "elements": [ + "contenttweaker:ultracapacitor_bank@0" + ] + }, + { + "x": -3, + "y": 1, + "z": 10, + "elements": [ + "extrautils2:decorativeglass@3" + ] + }, + { + "x": -3, + "y": -1, + "z": 9, + "elements": [ + "extrautils2:decorativeglass@3" + ] + }, + { + "x": -2, + "y": -3, + "z": 8, + "elements": [ + "contenttweaker:dyson_shell@0" + ] + }, + { + "x": -1, + "y": -3, + "z": 8, + "elements": [ + "contenttweaker:dyson_shell@0" + ] + }, + { + "x": 0, + "y": -3, + "z": 8, + "elements": [ + "contenttweaker:dyson_shell@0" + ] + }, + { + "x": 3, + "y": 1, + "z": 10, + "elements": [ + "extrautils2:decorativeglass@3" + ] + }, + { + "x": 1, + "y": -3, + "z": 8, + "elements": [ + "contenttweaker:dyson_shell@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 9, + "elements": [ + "extrautils2:decorativeglass@3" + ] + }, + { + "x": 2, + "y": -3, + "z": 8, + "elements": [ + "contenttweaker:dyson_shell@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 17, + "elements": [ + "contenttweaker:ultracapacitor_bank@0" + ] + }, + { + "x": 8, + "y": -1, + "z": 9, + "elements": [ + "contenttweaker:ultracapacitor_bank@0" + ] + }, + { + "x": 1, + "y": 0, + "z": -1, + "elements": [ + "contenttweaker:ultracapacitor_bank@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:ultracapacitor_bank@0" + ] + }, + { + "x": -9, + "y": 0, + "z": 9, + "elements": [ + "contenttweaker:ultracapacitor_bank@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:ultracapacitor_bank@0" + ] + }, + { + "x": -8, + "y": 0, + "z": 9, + "elements": [ + "contenttweaker:ultracapacitor_bank@0" + ] + }, + { + "x": -1, + "y": 0, + "z": -1, + "elements": [ + "contenttweaker:ultracapacitor_bank@0" + ] + }, + { + "x": -7, + "y": 0, + "z": 9, + "elements": [ + "contenttweaker:ultracapacitor_bank@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:ultracapacitor_bank@0" + ] + }, + { + "x": -3, + "y": 2, + "z": 10, + "elements": [ + "extrautils2:decorativeglass@3" + ] + }, + { + "x": -3, + "y": 0, + "z": 9, + "elements": [ + "contenttweaker:dyson_shell@0" + ] + }, + { + "x": -3, + "y": -2, + "z": 8, + "elements": [ + "contenttweaker:dyson_shell@0" + ] + }, + { + "x": 3, + "y": 2, + "z": 10, + "elements": [ + "extrautils2:decorativeglass@3" + ] + }, + { + "x": 3, + "y": 0, + "z": 9, + "elements": [ + "contenttweaker:dyson_shell@0" + ] + }, + { + "x": 3, + "y": -2, + "z": 8, + "elements": [ + "contenttweaker:dyson_shell@0" + ] + }, + { + "x": 7, + "y": 0, + "z": 9, + "elements": [ + "contenttweaker:ultracapacitor_bank@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 17, + "elements": [ + "contenttweaker:ultracapacitor_bank@0" + ] + }, + { + "x": 8, + "y": 0, + "z": 9, + "elements": [ + "contenttweaker:ultracapacitor_bank@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 17, + "elements": [ + "contenttweaker:ultracapacitor_bank@0" + ] + }, + { + "x": 9, + "y": 0, + "z": 9, + "elements": [ + "contenttweaker:ultracapacitor_bank@0" + ] + }, + { + "x": 0, + "y": -1, + "z": -1, + "elements": [ + "contenttweaker:ultracapacitor_bank@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 1, + "elements": [ + "contenttweaker:ultracapacitor_bank@0" + ] + }, + { + "x": -9, + "y": -1, + "z": 8, + "elements": [ + "contenttweaker:ultracapacitor_bank@0" + ] + }, + { + "x": -8, + "y": 1, + "z": 9, + "elements": [ + "contenttweaker:ultracapacitor_bank@0" + ] + }, + { + "x": -8, + "y": -1, + "z": 8, + "elements": [ + "contenttweaker:ultracapacitor_bank@0" + ] + }, + { + "x": -7, + "y": -1, + "z": 8, + "elements": [ + "contenttweaker:ultracapacitor_bank@0" + ] + }, + { + "x": -3, + "y": 1, + "z": 9, + "elements": [ + "extrautils2:decorativeglass@3" + ] + }, + { + "x": -2, + "y": 3, + "z": 10, + "elements": [ + "extrautils2:decorativeglass@3" + ] + }, + { + "x": -3, + "y": -1, + "z": 8, + "elements": [ + "contenttweaker:dyson_shell@0" + ] + }, + { + "x": -1, + "y": 3, + "z": 10, + "elements": [ + "extrautils2:decorativeglass@3" + ] + }, + { + "x": 0, + "y": 3, + "z": 10, + "elements": [ + "contenttweaker:dyson_shell@0" + ] + }, + { + "x": 1, + "y": 3, + "z": 10, + "elements": [ + "extrautils2:decorativeglass@3" + ] + }, + { + "x": -2, + "y": -3, + "z": 7, + "elements": [ + "extrautils2:decorativeglass@3" + ] + }, + { + "x": -1, + "y": -3, + "z": 7, + "elements": [ + "extrautils2:decorativeglass@3" + ] + }, + { + "x": 2, + "y": 3, + "z": 10, + "elements": [ + "extrautils2:decorativeglass@3" + ] + }, + { + "x": 0, + "y": -3, + "z": 7, + "elements": [ + "contenttweaker:dyson_shell@0" + ] + }, + { + "x": 3, + "y": 1, + "z": 9, + "elements": [ + "extrautils2:decorativeglass@3" + ] + }, + { + "x": 1, + "y": -3, + "z": 7, + "elements": [ + "extrautils2:decorativeglass@3" + ] + }, + { + "x": 3, + "y": -1, + "z": 8, + "elements": [ + "contenttweaker:dyson_shell@0" + ] + }, + { + "x": 2, + "y": -3, + "z": 7, + "elements": [ + "extrautils2:decorativeglass@3" + ] + }, + { + "x": 0, + "y": 1, + "z": 17, + "elements": [ + "contenttweaker:ultracapacitor_bank@0" + ] + }, + { + "x": 8, + "y": 1, + "z": 9, + "elements": [ + "contenttweaker:ultracapacitor_bank@0" + ] + }, + { + "x": 7, + "y": -1, + "z": 8, + "elements": [ + "contenttweaker:ultracapacitor_bank@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 16, + "elements": [ + "contenttweaker:ultracapacitor_bank@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 16, + "elements": [ + "contenttweaker:ultracapacitor_bank@0" + ] + }, + { + "x": 8, + "y": -1, + "z": 8, + "elements": [ + "contenttweaker:ultracapacitor_bank@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 16, + "elements": [ + "contenttweaker:ultracapacitor_bank@0" + ] + }, + { + "x": 9, + "y": -1, + "z": 8, + "elements": [ + "contenttweaker:ultracapacitor_bank@0" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/empowered_monolith.json b/config/modularmachinery/machinery/empowered_monolith.json new file mode 100644 index 00000000..1230e781 --- /dev/null +++ b/config/modularmachinery/machinery/empowered_monolith.json @@ -0,0 +1,438 @@ +{ + "registryname": "empowered_monolith", + "localizedname": "Empowered Monolith", + "color": "011112", + "parts": [ + { + "x": -1, + "y": 0, + "z": 0, + "elements": [ + "abyssalcraft:stone@7" + ] + }, + { + "x": -2, + "y": 0, + "z": 2, + "elements": [ + "abyssalcraft:darkethaxiumbrick@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 0, + "elements": [ + "abyssalcraft:stone@7" + ] + }, + { + "x": -1, + "y": 0, + "z": 2, + "elements": [ + "abyssalcraft:darkethaxiumbrick@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 4, + "elements": [ + "abyssalcraft:stone@7" + ] + }, + { + "x": 0, + "y": 2, + "z": 3, + "elements": [ + "minecraft:beacon@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 2, + "elements": [ + "abyssalcraft:darkethaxiumbrick@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 4, + "elements": [ + "abyssalcraft:darkethaxiumbrick@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 2, + "elements": [ + "abyssalcraft:darkethaxiumbrick@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 4, + "elements": [ + "abyssalcraft:darkethaxiumbrick@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 2, + "elements": [ + "abyssalcraft:darkethaxiumbrick@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 4, + "elements": [ + "abyssalcraft:darkethaxiumbrick@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 2, + "elements": [ + "abyssalcraft:stone@7" + ] + }, + { + "x": 1, + "y": 0, + "z": 4, + "elements": [ + "abyssalcraft:darkethaxiumbrick@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 6, + "elements": [ + "abyssalcraft:stone@7" + ] + }, + { + "x": 2, + "y": 0, + "z": 4, + "elements": [ + "abyssalcraft:darkethaxiumbrick@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 6, + "elements": [ + "modularmachinery:blockenergyoutputhatch" + ] + }, + { + "x": 3, + "y": 0, + "z": 4, + "elements": [ + "abyssalcraft:stone@7" + ] + }, + { + "x": 1, + "y": 0, + "z": 6, + "elements": [ + "abyssalcraft:stone@7" + ] + }, + { + "x": -2, + "y": 1, + "z": 2, + "elements": [ + "abyssalcraft:tieredsacrificialaltar@3" + ] + }, + { + "x": -1, + "y": 1, + "z": 2, + "elements": [ + "abyssalcraft:ingotblock@3" + ] + }, + { + "x": 0, + "y": 1, + "z": 2, + "elements": [ + "abyssalcraft:ingotblock@3" + ] + }, + { + "x": -2, + "y": 1, + "z": 4, + "elements": [ + "abyssalcraft:tieredsacrificialaltar@3" + ] + }, + { + "x": -1, + "y": 1, + "z": 4, + "elements": [ + "abyssalcraft:ingotblock@3" + ] + }, + { + "x": 1, + "y": 1, + "z": 2, + "elements": [ + "abyssalcraft:ingotblock@3" + ] + }, + { + "x": 0, + "y": 1, + "z": 4, + "elements": [ + "abyssalcraft:ingotblock@3" + ] + }, + { + "x": 2, + "y": 1, + "z": 2, + "elements": [ + "abyssalcraft:tieredsacrificialaltar@3" + ] + }, + { + "x": 1, + "y": 1, + "z": 4, + "elements": [ + "abyssalcraft:ingotblock@3" + ] + }, + { + "x": 2, + "y": 1, + "z": 4, + "elements": [ + "abyssalcraft:tieredsacrificialaltar@3" + ] + }, + { + "x": -2, + "y": 0, + "z": 1, + "elements": [ + "abyssalcraft:stone@7" + ] + }, + { + "x": -1, + "y": 0, + "z": 1, + "elements": [ + "abyssalcraft:darkethaxiumbrick@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 3, + "elements": [ + "modularmachinery:blockfluidinputhatch" + ] + }, + { + "x": 0, + "y": 0, + "z": 1, + "elements": [ + "abyssalcraft:darkethaxiumbrick@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 3, + "elements": [ + "abyssalcraft:darkethaxiumbrick@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 1, + "elements": [ + "abyssalcraft:darkethaxiumbrick@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 3, + "elements": [ + "abyssalcraft:darkethaxiumbrick@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 1, + "elements": [ + "abyssalcraft:stone@7" + ] + }, + { + "x": 0, + "y": 0, + "z": 3, + "elements": [ + "modularmachinery:blockinputbus" + ] + }, + { + "x": -2, + "y": 0, + "z": 5, + "elements": [ + "abyssalcraft:stone@7" + ] + }, + { + "x": 1, + "y": 0, + "z": 3, + "elements": [ + "abyssalcraft:darkethaxiumbrick@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 5, + "elements": [ + "abyssalcraft:darkethaxiumbrick@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 3, + "elements": [ + "abyssalcraft:darkethaxiumbrick@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 5, + "elements": [ + "abyssalcraft:darkethaxiumbrick@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 3, + "elements": [ + "modularmachinery:blockfluidinputhatch" + ] + }, + { + "x": 1, + "y": 0, + "z": 5, + "elements": [ + "abyssalcraft:darkethaxiumbrick@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 5, + "elements": [ + "abyssalcraft:stone@7" + ] + }, + { + "x": -1, + "y": 1, + "z": 1, + "elements": [ + "abyssalcraft:tieredsacrificialaltar@3" + ] + }, + { + "x": -1, + "y": 1, + "z": 3, + "elements": [ + "abyssalcraft:ingotblock@3" + ] + }, + { + "x": 1, + "y": 1, + "z": 1, + "elements": [ + "abyssalcraft:tieredsacrificialaltar@3" + ] + }, + { + "x": 0, + "y": 1, + "z": 3, + "elements": [ + "abyssalcraft:ingotblock@1" + ] + }, + { + "x": 1, + "y": 1, + "z": 3, + "elements": [ + "abyssalcraft:ingotblock@3" + ] + }, + { + "x": -1, + "y": 1, + "z": 5, + "elements": [ + "abyssalcraft:tieredsacrificialaltar@3" + ] + }, + { + "x": 1, + "y": 1, + "z": 5, + "elements": [ + "abyssalcraft:tieredsacrificialaltar@3" + ] + }, + { + "x": -3, + "y": 0, + "z": 2, + "elements": [ + "abyssalcraft:stone@7" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/ender_stone_crucible.json b/config/modularmachinery/machinery/ender_stone_crucible.json new file mode 100644 index 00000000..5d40efd3 --- /dev/null +++ b/config/modularmachinery/machinery/ender_stone_crucible.json @@ -0,0 +1,102 @@ +{ + "registryname": "ender_stone_crucible", + "localizedname": "Ender Stone Crucible", + "color": "cc74bc", + "parts": [ + { + "x": -1, + "y": 0, + "z": 0, + "elements": [ + "divinerpg:ender_stone_lamp@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 0, + "elements": [ + "minecraft:obsidian@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 1, + "elements": [ + "chisel:purpur2@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 2, + "elements": [ + "minecraft:obsidian@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 1, + "elements": [ + "modularmachinery:blockinputbus" + ] + }, + { + "x": 1, + "y": 0, + "z": 0, + "elements": [ + "divinerpg:ender_stone_lamp@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 2, + "elements": [ + "divinerpg:ender_stone_lamp@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 1, + "elements": [ + "chisel:purpur2@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 2, + "elements": [ + "modularmachinery:blockfluidoutputhatch" + ] + }, + { + "x": 1, + "y": 1, + "z": 2, + "elements": [ + "minecraft:obsidian@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 2, + "elements": [ + "divinerpg:ender_stone_lamp@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 0, + "elements": [ + "minecraft:obsidian@0" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/essentia_crystallizer.json b/config/modularmachinery/machinery/essentia_crystallizer.json new file mode 100644 index 00000000..7c8d9d87 --- /dev/null +++ b/config/modularmachinery/machinery/essentia_crystallizer.json @@ -0,0 +1,93 @@ +{ + "registryname": "essentia_crystallizer", + "localizedname": "Essentia Crystallizer", + "color": 582078, + "modifiers": [ + { + "elements": "contenttweaker:vibrating_stone@0", + "x": 0, + "y": 0, + "z": 1, + "description": "Replace middle block to increase item output", + "modifier": { + "io": "output", + "target": "item", + "operation": 1, + "multiplier": 4 + } + } + ], + "parts": [ + { + "x": -1, + "y": 0, + "z": 0, + "elements": [ + "thaumadditions:mithrillium_block@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 1, + "elements": [ + "modularmachinery:blockoutputbus" + ] + }, + { + "x": 0, + "y": 1, + "z": 1, + "elements": [ + "thaumcraft:crucible@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 1, + "elements": [ + "thaumcraft:metal_void@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 0, + "elements": [ + "thaumadditions:mithrillium_block@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 2, + "elements": [ + "thaumadditions:mithrillium_block@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 1, + "elements": [ + "modularmachinery:blockinputbus" + ] + }, + { + "x": 0, + "y": 0, + "z": 2, + "elements": [ + "modularmachinery:blockinputbus" + ] + }, + { + "x": 1, + "y": 0, + "z": 2, + "elements": [ + "thaumadditions:mithrillium_block@0" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/essentia_solidifier.json b/config/modularmachinery/machinery/essentia_solidifier.json new file mode 100644 index 00000000..1d32e83e --- /dev/null +++ b/config/modularmachinery/machinery/essentia_solidifier.json @@ -0,0 +1,102 @@ +{ + "registryname": "essentia_solidifier", + "localizedname": "Essentia Solidifier", + "color": "4b2c7d", + "parts": [ + { + "x": 1, + "y": 1, + "z": 0, + "elements": [ + "thaumadditions:crystal_block" + ] + }, + { + "x": -1, + "y": 1, + "z": 2, + "elements": [ + "thaumadditions:crystal_block" + ] + }, + { + "x": -1, + "y": 0, + "z": 1, + "elements": [ + "thaumcraft:metal_thaumium@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 0, + "elements": [ + "thaumadditions:brass_plated_silverwood@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 2, + "elements": [ + "thaumadditions:brass_plated_silverwood@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 1, + "elements": [ + "modularmachinery:blockoutputbus" + ] + }, + { + "x": 1, + "y": 0, + "z": 0, + "elements": [ + "thaumadditions:brass_plated_silverwood@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 2, + "elements": [ + "thaumadditions:crystal_block" + ] + }, + { + "x": 0, + "y": 0, + "z": 2, + "elements": [ + "modularmagic:blockaspectproviderinput@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 1, + "elements": [ + "thaumcraft:metal_thaumium@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 2, + "elements": [ + "thaumadditions:brass_plated_silverwood@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 0, + "elements": [ + "thaumadditions:crystal_block" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/gaia_altar.json b/config/modularmachinery/machinery/gaia_altar.json new file mode 100644 index 00000000..77264767 --- /dev/null +++ b/config/modularmachinery/machinery/gaia_altar.json @@ -0,0 +1,373 @@ +{ + "registryname": "gaia_altar", + "localizedname": "Gaia Altar", + "color": "3297c9", + "modifiers": [ + { + "elements": "contenttweaker:plasma_wood", + "x": 0, + "y": 0, + "z": 3, + "description": "Replace elementium for faster recipes", + "modifier": { + "io": "output", + "target": "duration", + "operation": 1, + "multiplier": 0.15 + } + } + ], + "parts": [ + { + "x": -1, + "y": 0, + "z": 0, + "elements": [ + "botania:dreamwood@5" + ] + }, + { + "x": -1, + "y": 0, + "z": 1, + "elements": [ + "botania:dreamwood@5" + ] + }, + { + "x": -2, + "y": 0, + "z": 2, + "elements": [ + "botania:dreamwood@5" + ] + }, + { + "x": -3, + "y": 0, + "z": 3, + "elements": [ + "modularmachinery:blockoutputbus" + ] + }, + { + "x": 0, + "y": 0, + "z": 1, + "elements": [ + "botania:storage@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 0, + "elements": [ + "botania:dreamwood@5" + ] + }, + { + "x": -1, + "y": 0, + "z": 2, + "elements": [ + "botania:dreamwood@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 3, + "elements": [ + "botania:storage@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 4, + "elements": [ + "botania:dreamwood@5" + ] + }, + { + "x": 1, + "y": 0, + "z": 1, + "elements": [ + "botania:dreamwood@5" + ] + }, + { + "x": 0, + "y": 0, + "z": 2, + "elements": [ + "botania:dreamwood@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 3, + "elements": [ + "botania:dreamwood@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 4, + "elements": [ + "botania:dreamwood@5" + ] + }, + { + "x": 2, + "y": 0, + "z": 1, + "elements": [ + "botania:dreamwood@5" + ] + }, + { + "x": 0, + "y": 0, + "z": 3, + "elements": [ + "botania:storage@2" + ] + }, + { + "x": -1, + "y": 0, + "z": 4, + "elements": [ + "botania:dreamwood@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 5, + "elements": [ + "botania:dreamwood@5" + ] + }, + { + "x": 1, + "y": 0, + "z": 2, + "elements": [ + "botania:dreamwood@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 2, + "elements": [ + "botania:dreamwood@5" + ] + }, + { + "x": 0, + "y": 0, + "z": 4, + "elements": [ + "botania:dreamwood@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 5, + "elements": [ + "botania:dreamwood@5" + ] + }, + { + "x": 1, + "y": 0, + "z": 3, + "elements": [ + "botania:dreamwood@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 2, + "elements": [ + "botania:dreamwood@5" + ] + }, + { + "x": 0, + "y": 0, + "z": 5, + "elements": [ + "botania:storage@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 6, + "elements": [ + "botania:dreamwood@5" + ] + }, + { + "x": 1, + "y": 0, + "z": 4, + "elements": [ + "botania:dreamwood@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 3, + "elements": [ + "botania:storage@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 3, + "elements": [ + "modularmachinery:blockinputbus" + ] + }, + { + "x": 0, + "y": 0, + "z": 6, + "elements": [ + "modularmachinery:blockenergyinputhatch" + ] + }, + { + "x": 1, + "y": 0, + "z": 5, + "elements": [ + "botania:dreamwood@5" + ] + }, + { + "x": 2, + "y": 0, + "z": 4, + "elements": [ + "botania:dreamwood@5" + ] + }, + { + "x": 1, + "y": 0, + "z": 6, + "elements": [ + "botania:dreamwood@5" + ] + }, + { + "x": 2, + "y": 0, + "z": 5, + "elements": [ + "botania:dreamwood@5" + ] + }, + { + "x": 3, + "y": 0, + "z": 4, + "elements": [ + "botania:dreamwood@5" + ] + }, + { + "x": -2, + "y": 1, + "z": 1, + "elements": [ + "contenttweaker:gaia_spirit_block" + ] + }, + { + "x": 0, + "y": 1, + "z": 1, + "elements": [ + "botania:pylon@2" + ] + }, + { + "x": -2, + "y": 1, + "z": 3, + "elements": [ + "botania:pylon@2" + ] + }, + { + "x": 2, + "y": 1, + "z": 1, + "elements": [ + "contenttweaker:gaia_spirit_block" + ] + }, + { + "x": -2, + "y": 1, + "z": 5, + "elements": [ + "contenttweaker:gaia_spirit_block" + ] + }, + { + "x": 0, + "y": 1, + "z": 5, + "elements": [ + "botania:pylon@2" + ] + }, + { + "x": 2, + "y": 1, + "z": 3, + "elements": [ + "botania:pylon@2" + ] + }, + { + "x": 2, + "y": 1, + "z": 5, + "elements": [ + "contenttweaker:gaia_spirit_block" + ] + }, + { + "x": -2, + "y": 0, + "z": 1, + "elements": [ + "botania:dreamwood@5" + ] + }, + { + "x": -3, + "y": 0, + "z": 2, + "elements": [ + "botania:dreamwood@5" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/gravitational_collapser.json b/config/modularmachinery/machinery/gravitational_collapser.json new file mode 100644 index 00000000..aa87c64f --- /dev/null +++ b/config/modularmachinery/machinery/gravitational_collapser.json @@ -0,0 +1,566 @@ +{ + "registryname": "gravitational_collapser", + "localizedname": "Gravitational Collapser", + "color": "bababa", + "parts": [ + { + "x": -2, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:collapser_casing@0" + ] + }, + { + "x": -4, + "y": 0, + "z": 4, + "elements": [ + "modularmachinery:blockinputbus@6" + ] + }, + { + "x": -1, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:collapser_casing@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 4, + "elements": [ + "contenttweaker:collapser_casing@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 2, + "elements": [ + "modularmachinery:blockenergyinputhatch@7" + ] + }, + { + "x": -2, + "y": 0, + "z": 4, + "elements": [ + "modularmachinery:blockenergyinputhatch@7" + ] + }, + { + "x": 1, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:collapser_casing@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 4, + "elements": [ + "modularmachinery:blockenergyinputhatch@7" + ] + }, + { + "x": 2, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:collapser_casing@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 4, + "elements": [ + "modularmachinery:blockoutputbus@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 6, + "elements": [ + "contenttweaker:collapser_casing@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 4, + "elements": [ + "modularmachinery:blockenergyinputhatch@7" + ] + }, + { + "x": -1, + "y": 0, + "z": 6, + "elements": [ + "contenttweaker:collapser_casing@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 6, + "elements": [ + "modularmachinery:blockenergyinputhatch@7" + ] + }, + { + "x": 2, + "y": 0, + "z": 4, + "elements": [ + "modularmachinery:blockenergyinputhatch@7" + ] + }, + { + "x": 1, + "y": 0, + "z": 6, + "elements": [ + "contenttweaker:collapser_casing@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 4, + "elements": [ + "contenttweaker:collapser_casing@0" + ] + }, + { + "x": 4, + "y": 0, + "z": 4, + "elements": [ + "modularmachinery:blockinputbus@6" + ] + }, + { + "x": 0, + "y": 0, + "z": 8, + "elements": [ + "modularmachinery:blockinputbus@6" + ] + }, + { + "x": 2, + "y": 0, + "z": 6, + "elements": [ + "contenttweaker:collapser_casing@0" + ] + }, + { + "x": 0, + "y": 3, + "z": 1, + "elements": [ + "contenttweaker:gravity_inverter@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:collapser_conduit@0" + ] + }, + { + "x": -4, + "y": 1, + "z": 4, + "elements": [ + "contenttweaker:collapser_conduit@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:collapser_casing@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 4, + "elements": [ + "contenttweaker:collapser_casing@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 4, + "elements": [ + "contenttweaker:collapser_casing@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 4, + "elements": [ + "contenttweaker:gravity_inverter@0" + ] + }, + { + "x": 0, + "y": 3, + "z": 7, + "elements": [ + "contenttweaker:gravity_inverter@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 4, + "elements": [ + "contenttweaker:collapser_casing@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 6, + "elements": [ + "contenttweaker:collapser_casing@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 4, + "elements": [ + "contenttweaker:collapser_casing@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 8, + "elements": [ + "contenttweaker:collapser_conduit@0" + ] + }, + { + "x": 4, + "y": 1, + "z": 4, + "elements": [ + "contenttweaker:collapser_conduit@0" + ] + }, + { + "x": 0, + "y": 2, + "z": 0, + "elements": [ + "contenttweaker:collapser_conduit@0" + ] + }, + { + "x": -4, + "y": 2, + "z": 4, + "elements": [ + "contenttweaker:collapser_conduit@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:collapser_casing@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 3, + "elements": [ + "contenttweaker:collapser_casing@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:collapser_casing@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 3, + "elements": [ + "contenttweaker:collapser_casing@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:collapser_casing@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 3, + "elements": [ + "modularmachinery:blockenergyinputhatch@7" + ] + }, + { + "x": -3, + "y": 0, + "z": 5, + "elements": [ + "contenttweaker:collapser_casing@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 3, + "elements": [ + "modularmachinery:blockenergyinputhatch@7" + ] + }, + { + "x": -2, + "y": 0, + "z": 5, + "elements": [ + "contenttweaker:collapser_casing@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 3, + "elements": [ + "modularmachinery:blockenergyinputhatch@7" + ] + }, + { + "x": -1, + "y": 0, + "z": 5, + "elements": [ + "modularmachinery:blockenergyinputhatch@7" + ] + }, + { + "x": 0, + "y": 0, + "z": 5, + "elements": [ + "modularmachinery:blockenergyinputhatch@7" + ] + }, + { + "x": 2, + "y": 0, + "z": 3, + "elements": [ + "contenttweaker:collapser_casing@0" + ] + }, + { + "x": 0, + "y": 2, + "z": 8, + "elements": [ + "contenttweaker:collapser_conduit@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 5, + "elements": [ + "modularmachinery:blockenergyinputhatch@7" + ] + }, + { + "x": 4, + "y": 2, + "z": 4, + "elements": [ + "contenttweaker:collapser_conduit@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 3, + "elements": [ + "contenttweaker:collapser_casing@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 7, + "elements": [ + "contenttweaker:collapser_casing@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 7, + "elements": [ + "contenttweaker:collapser_casing@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 5, + "elements": [ + "contenttweaker:collapser_casing@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 7, + "elements": [ + "contenttweaker:collapser_casing@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 5, + "elements": [ + "contenttweaker:collapser_casing@0" + ] + }, + { + "x": -4, + "y": 3, + "z": 4, + "elements": [ + "contenttweaker:collapser_conduit@0" + ] + }, + { + "x": 0, + "y": 3, + "z": 0, + "elements": [ + "contenttweaker:collapser_conduit@0" + ] + }, + { + "x": -3, + "y": 3, + "z": 4, + "elements": [ + "contenttweaker:gravity_inverter@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 3, + "elements": [ + "contenttweaker:collapser_casing@0" + ] + }, + { + "x": 0, + "y": 3, + "z": 4, + "elements": [ + "contenttweaker:white_hole@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 3, + "elements": [ + "contenttweaker:collapser_casing@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 5, + "elements": [ + "contenttweaker:collapser_casing@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 3, + "elements": [ + "contenttweaker:collapser_casing@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 5, + "elements": [ + "contenttweaker:collapser_casing@0" + ] + }, + { + "x": 3, + "y": 3, + "z": 4, + "elements": [ + "contenttweaker:gravity_inverter@0" + ] + }, + { + "x": 0, + "y": 3, + "z": 8, + "elements": [ + "contenttweaker:collapser_conduit@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 5, + "elements": [ + "contenttweaker:collapser_casing@0" + ] + }, + { + "x": 4, + "y": 3, + "z": 4, + "elements": [ + "contenttweaker:collapser_conduit@0" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/gravitite_enchanter.json b/config/modularmachinery/machinery/gravitite_enchanter.json new file mode 100644 index 00000000..e55c58bb --- /dev/null +++ b/config/modularmachinery/machinery/gravitite_enchanter.json @@ -0,0 +1,221 @@ +{ + "registryname": "gravitite_enchanter", + "localizedname": "Gravitite Enchanter", + "color": "cc6cc1", + "modifiers": [ + { + "elements": "nuclearcraft:block_depleted_curium", + "x": 0, + "y": 1, + "z": 1, + "description": "Replace top middle block \n to reduce fluid use", + "modifier": { + "io": "input", + "target": "fluid", + "operation": 1, + "multiplier": 0.05 + } + } + ], + "parts": [ + { + "x": -1, + "y": 0, + "z": 0, + "elements": [ + "aether_legacy:enchanted_gravitite@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 1, + "elements": [ + "modularmachinery:blockoutputbus" + ] + }, + { + "x": 1, + "y": 0, + "z": 0, + "elements": [ + "aether_legacy:enchanted_gravitite@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 2, + "elements": [ + "aether_legacy:enchanted_gravitite@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 2, + "elements": [ + "modularmachinery:blockfluidinputhatch" + ] + }, + { + "x": 1, + "y": 0, + "z": 1, + "elements": [ + "modularmachinery:blockinputbus" + ] + }, + { + "x": 1, + "y": 0, + "z": 2, + "elements": [ + "aether_legacy:enchanted_gravitite@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 0, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 0, + "y": -1, + "z": 0, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -1, + "y": 1, + "z": 0, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -1, + "y": -1, + "z": 0, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 0, + "y": 1, + "z": 0, + "elements": [ + "aether_legacy:dungeon_block@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 1, + "elements": [ + "aether_legacy:dungeon_block@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 0, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -1, + "y": 1, + "z": 2, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 0, + "y": 1, + "z": 1, + "elements": [ + "aether_legacy:dungeon_block@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 1, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 0, + "y": 1, + "z": 2, + "elements": [ + "aether_legacy:dungeon_block@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 1, + "elements": [ + "aether_legacy:dungeon_block@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 1, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -1, + "y": -1, + "z": 2, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 1, + "y": 1, + "z": 2, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 0, + "y": -1, + "z": 2, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 1, + "y": -1, + "z": 1, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 1, + "y": -1, + "z": 2, + "elements": [ + "astralsorcery:blockmarble@1" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/herne_altar.json b/config/modularmachinery/machinery/herne_altar.json new file mode 100644 index 00000000..954ccdb1 --- /dev/null +++ b/config/modularmachinery/machinery/herne_altar.json @@ -0,0 +1,78 @@ +{ + "registryname": "herne_altar", + "localizedname": "Herne Altar", + "color": "2b2b2b", + "parts": [ + { + "x": -1, + "y": 0, + "z": 0, + "elements": [ + "abyssalcraft:darkethaxiumbrick@1" + ] + }, + { + "x": -1, + "y": 0, + "z": 1, + "elements": [ + "modularmachinery:blockfluidinputhatch@7" + ] + }, + { + "x": 0, + "y": 1, + "z": 1, + "elements": [ + "bewitchment:stone_herne_statue@1" + ] + }, + { + "x": 0, + "y": 0, + "z": 1, + "elements": [ + "abyssalcraft:darkethaxiumbrick@1" + ] + }, + { + "x": 1, + "y": 0, + "z": 0, + "elements": [ + "abyssalcraft:darkethaxiumbrick@1" + ] + }, + { + "x": -1, + "y": 0, + "z": 2, + "elements": [ + "abyssalcraft:darkethaxiumbrick@1" + ] + }, + { + "x": 1, + "y": 0, + "z": 1, + "elements": [ + "modularmachinery:blockfluidinputhatch@7" + ] + }, + { + "x": 0, + "y": 0, + "z": 2, + "elements": [ + "modularmachinery:blockoutputbus@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 2, + "elements": [ + "abyssalcraft:darkethaxiumbrick@1" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/high_impulse_accelerator.json b/config/modularmachinery/machinery/high_impulse_accelerator.json new file mode 100644 index 00000000..e72579da --- /dev/null +++ b/config/modularmachinery/machinery/high_impulse_accelerator.json @@ -0,0 +1,598 @@ +{ + "registryname": "high_impulse_accelerator", + "localizedname": "High Impulse Accelerator", + "color": "382e2d", + "parts": [ + { + "x": -2, + "y": 0, + "z": 2, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 0, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 0, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 0, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 2, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 2, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 0, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 0, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": -4, + "y": 0, + "z": 0, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 2, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 0, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 2, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": 4, + "y": 0, + "z": 0, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": -5, + "y": 0, + "z": 0, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": -6, + "y": 0, + "z": 0, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 2, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": 5, + "y": 0, + "z": 0, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": 4, + "y": 0, + "z": 2, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": 6, + "y": 0, + "z": 0, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": 5, + "y": 0, + "z": 2, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": 6, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": 6, + "y": -1, + "z": 0, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": -6, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": -6, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": -6, + "y": -1, + "z": 1, + "elements": [ + "modularmachinery:blockfluidinputhatch" + ] + }, + { + "x": -5, + "y": -1, + "z": 1, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockenergyinputhatch" + ] + }, + { + "x": -4, + "y": -1, + "z": 1, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:neutronium_bombarder@0" + ] + }, + { + "x": -3, + "y": -1, + "z": 1, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 1, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 1, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 1, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 1, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": -6, + "y": -1, + "z": 0, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 1, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 1, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": 6, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": 4, + "y": -1, + "z": 1, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": 6, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": 5, + "y": -1, + "z": 1, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": 6, + "y": -1, + "z": 1, + "elements": [ + "modularmachinery:blockfluidoutputhatch" + ] + }, + { + "x": -6, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:neutronium_cannon@0" + ] + }, + { + "x": -5, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:linear_accelerator_tube@0" + ] + }, + { + "x": -4, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:linear_accelerator_tube@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:linear_accelerator_tube@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:linear_accelerator_tube@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:linear_accelerator_tube@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:linear_accelerator_tube@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:linear_accelerator_tube@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:linear_accelerator_tube@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:linear_accelerator_tube@0" + ] + }, + { + "x": 4, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:linear_accelerator_tube@0" + ] + }, + { + "x": 5, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:linear_accelerator_tube@0" + ] + }, + { + "x": 6, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:neutronium_cannon@0" + ] + }, + { + "x": -6, + "y": 1, + "z": 1, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": -5, + "y": 1, + "z": 1, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": -4, + "y": 1, + "z": 1, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": -3, + "y": 1, + "z": 1, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": -6, + "y": -1, + "z": 2, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 1, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 1, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 1, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 1, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 1, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": 3, + "y": 1, + "z": 1, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": 4, + "y": 1, + "z": 1, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": 5, + "y": 1, + "z": 1, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": 6, + "y": 1, + "z": 1, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": 6, + "y": -1, + "z": 2, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": -6, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": -5, + "y": 0, + "z": 2, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": -4, + "y": 0, + "z": 2, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 2, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/high_impulse_accelerator.txt b/config/modularmachinery/machinery/high_impulse_accelerator.txt new file mode 100644 index 00000000..2fd3159b --- /dev/null +++ b/config/modularmachinery/machinery/high_impulse_accelerator.txt @@ -0,0 +1,222 @@ +{ + "registryname": "high_impulse_accelerator", + "localizedname": "High Impulse Accelerator", + "color": "382e2d", + "parts": [ + { + "x": 2, + "y": 2, + "z": 0, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 0, + "elements": [ + "modularmachinery:blockfluidoutputhatch" + ] + }, + { + "x": -1, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": 1, + "y": 2, + "z": 1, + "elements": [ + "contenttweaker:linear_accelerator_tube@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 0, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 0, + "elements": [ + "modularmachinery:blockfluidinputhatch" + ] + }, + { + "x": -1, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": 2, + "y": 2, + "z": 1, + "elements": [ + "contenttweaker:neutronium_cannon@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 2, + "elements": [ + "modularmachinery:blockenergyinputhatch" + ] + }, + { + "x": 2, + "y": 0, + "z": 0, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": 2, + "y": 2, + "z": 2, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": -2, + "y": 3, + "z": 1, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 1, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": 2, + "y": 3, + "z": 1, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 1, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": -2, + "y": 2, + "z": 0, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": -2, + "y": 2, + "z": 1, + "elements": [ + "contenttweaker:neutronium_cannon@0" + ] + }, + { + "x": -1, + "y": 2, + "z": 1, + "elements": [ + "contenttweaker:linear_accelerator_tube@0" + ] + }, + { + "x": -2, + "y": 2, + "z": 2, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": 0, + "y": 2, + "z": 1, + "elements": [ + "contenttweaker:neutronium_bombarder@0" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/illuminated_enchanter.json b/config/modularmachinery/machinery/illuminated_enchanter.json new file mode 100644 index 00000000..e8d893cc --- /dev/null +++ b/config/modularmachinery/machinery/illuminated_enchanter.json @@ -0,0 +1,686 @@ +{ + "registryname": "illuminated_enchanter", + "localizedname": "Illuminated Enchanter", + "color": "e8e7e6", + "parts": [ + { + "x": -1, + "y": 0, + "z": 0, + "elements": [ + "modularmachinery:blockinputbus@2" + ] + }, + { + "x": -2, + "y": 0, + "z": 2, + "elements": [ + "astralsorcery:blockinfusedwood@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 0, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -3, + "y": 0, + "z": 4, + "elements": [ + "modularmachinery:blockinputbus@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 0, + "elements": [ + "modularmachinery:blockinputbus@2" + ] + }, + { + "x": -1, + "y": 0, + "z": 2, + "elements": [ + "astralsorcery:blockinfusedwood@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 0, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -3, + "y": 0, + "z": 0, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -4, + "y": 0, + "z": 6, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 0, + "y": 0, + "z": 2, + "elements": [ + "astralsorcery:blockinfusedwood@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 4, + "elements": [ + "astralsorcery:blockinfusedwood@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 0, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -4, + "y": 0, + "z": 0, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -3, + "y": 0, + "z": 6, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 1, + "y": 0, + "z": 2, + "elements": [ + "astralsorcery:blockinfusedwood@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 4, + "elements": [ + "astralsorcery:blockinfusedwood@0" + ] + }, + { + "x": 4, + "y": 0, + "z": 0, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -2, + "y": 0, + "z": 6, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 0, + "y": 0, + "z": 4, + "elements": [ + "astralsorcery:blockinfusedwood@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 2, + "elements": [ + "astralsorcery:blockinfusedwood@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 2, + "elements": [ + "modularmachinery:blockinputbus@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 6, + "elements": [ + "modularmachinery:blockenergyinputhatch" + ] + }, + { + "x": 1, + "y": 0, + "z": 4, + "elements": [ + "astralsorcery:blockinfusedwood@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 6, + "elements": [ + "modularmachinery:blockoutputbus" + ] + }, + { + "x": 2, + "y": 0, + "z": 4, + "elements": [ + "astralsorcery:blockinfusedwood@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 4, + "elements": [ + "modularmachinery:blockinputbus@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 6, + "elements": [ + "modularmachinery:blockfluidinputhatch" + ] + }, + { + "x": 2, + "y": 0, + "z": 6, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 3, + "y": 0, + "z": 6, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 4, + "y": 0, + "z": 6, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -3, + "y": 1, + "z": 0, + "elements": [ + "astralsorcery:blockmarble@2" + ] + }, + { + "x": 3, + "y": 1, + "z": 0, + "elements": [ + "astralsorcery:blockmarble@2" + ] + }, + { + "x": -3, + "y": 1, + "z": 6, + "elements": [ + "astralsorcery:blockmarble@2" + ] + }, + { + "x": 3, + "y": 1, + "z": 6, + "elements": [ + "astralsorcery:blockmarble@2" + ] + }, + { + "x": -3, + "y": 2, + "z": 0, + "elements": [ + "astralsorcery:blockmarble@2" + ] + }, + { + "x": 4, + "y": 0, + "z": -1, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 3, + "y": 0, + "z": -1, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -4, + "y": 0, + "z": 1, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 2, + "y": 0, + "z": -1, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -3, + "y": 0, + "z": 1, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -2, + "y": 0, + "z": 1, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -3, + "y": 0, + "z": 3, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 1, + "elements": [ + "astralsorcery:blockinfusedwood@0" + ] + }, + { + "x": 3, + "y": 2, + "z": 0, + "elements": [ + "astralsorcery:blockmarble@2" + ] + }, + { + "x": -4, + "y": 0, + "z": 5, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -3, + "y": 2, + "z": 6, + "elements": [ + "astralsorcery:blockmarble@2" + ] + }, + { + "x": 0, + "y": 0, + "z": 1, + "elements": [ + "astralsorcery:blockinfusedwood@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 3, + "elements": [ + "astralsorcery:blockinfusedwood@0" + ] + }, + { + "x": -2, + "y": 0, + "z": -1, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -3, + "y": 0, + "z": 5, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 1, + "y": 0, + "z": 1, + "elements": [ + "astralsorcery:blockinfusedwood@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 3, + "elements": [ + "astralsorcery:blockinfusedwood@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 1, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -3, + "y": 0, + "z": -1, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -2, + "y": 0, + "z": 5, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -4, + "y": 0, + "z": 7, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 0, + "y": 0, + "z": 3, + "elements": [ + "astralsorcery:blockinfusedwood@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 1, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -4, + "y": 0, + "z": -1, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -3, + "y": 0, + "z": 7, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -1, + "y": 0, + "z": 5, + "elements": [ + "astralsorcery:blockinfusedwood@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 3, + "elements": [ + "astralsorcery:blockinfusedwood@0" + ] + }, + { + "x": 4, + "y": 0, + "z": 1, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -2, + "y": 0, + "z": 7, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 0, + "y": 0, + "z": 5, + "elements": [ + "astralsorcery:blockinfusedwood@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 3, + "elements": [ + "astralsorcery:blockinfusedwood@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 3, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 5, + "elements": [ + "astralsorcery:blockinfusedwood@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 5, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 3, + "y": 2, + "z": 6, + "elements": [ + "astralsorcery:blockmarble@2" + ] + }, + { + "x": 3, + "y": 0, + "z": 5, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 2, + "y": 0, + "z": 7, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 4, + "y": 0, + "z": 5, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 3, + "y": 0, + "z": 7, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": 4, + "y": 0, + "z": 7, + "elements": [ + "astralsorcery:blockmarble@1" + ] + }, + { + "x": -3, + "y": 3, + "z": 0, + "elements": [ + "minecraft:sea_lantern@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 1, + "elements": [ + "astralsorcery:blockbore@0" + ] + }, + { + "x": 3, + "y": 3, + "z": 0, + "elements": [ + "minecraft:sea_lantern@0" + ] + }, + { + "x": -3, + "y": 3, + "z": 6, + "elements": [ + "minecraft:sea_lantern@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 1, + "elements": [ + "astralsorcery:blockbore@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 5, + "elements": [ + "astralsorcery:blockbore@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 3, + "elements": [ + "astralsorcery:blockmapdrawingtable@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 5, + "elements": [ + "astralsorcery:blockbore@0" + ] + }, + { + "x": 3, + "y": 3, + "z": 6, + "elements": [ + "minecraft:sea_lantern@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 2, + "elements": [ + "modularmachinery:blockinputbus@0" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/infinity_furnace.json b/config/modularmachinery/machinery/infinity_furnace.json new file mode 100644 index 00000000..dbd5aeda --- /dev/null +++ b/config/modularmachinery/machinery/infinity_furnace.json @@ -0,0 +1,206 @@ +{ + "registryname": "infinity_furnace", + "localizedname": "Infinity Furnace", + "color": "ffffff", + "parts": [ + { + "x": -1, + "y": 0, + "z": 0, + "elements": [ + "contenttweaker:infinity_furnace_bricks@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 1, + "elements": [ + "casings_item" + ] + }, + { + "x": 1, + "y": 0, + "z": 0, + "elements": [ + "contenttweaker:infinity_furnace_bricks@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:infinity_furnace_bricks@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 1, + "elements": [ + "casings_item" + ] + }, + { + "x": 0, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:infinity_furnace_bricks@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:infinity_furnace_bricks@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 0, + "elements": [ + "contenttweaker:infinity_furnace_bricks@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 0, + "elements": [ + "contenttweaker:infinity_furnace_bricks@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:infinity_furnace_bricks@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 0, + "elements": [ + "contenttweaker:infinity_furnace_bricks@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:infinity_furnace_bricks@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 1, + "elements": [ + "contenttweaker:infinity_furnace_bricks@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 1, + "elements": [ + "contenttweaker:infinity_furnace_bricks@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:infinity_furnace_bricks@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:infinity_furnace_bricks@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:infinity_furnace_bricks@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 1, + "elements": [ + "contenttweaker:infinity_furnace_bricks@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 1, + "elements": [ + "contenttweaker:infinity_furnace_bricks@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:infinity_furnace_bricks@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 1, + "elements": [ + "modularmachinery:blockfluidinputhatch" + ] + }, + { + "x": -1, + "y": -1, + "z": 2, + "elements": [ + "contenttweaker:infinity_furnace_bricks@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 2, + "elements": [ + "contenttweaker:infinity_furnace_bricks@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 1, + "elements": [ + "contenttweaker:infinity_furnace_bricks@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 2, + "elements": [ + "contenttweaker:infinity_furnace_bricks@0" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/infusinator.json b/config/modularmachinery/machinery/infusinator.json new file mode 100644 index 00000000..1cbeb863 --- /dev/null +++ b/config/modularmachinery/machinery/infusinator.json @@ -0,0 +1,214 @@ +{ + "registryname": "infusinator", + "localizedname": "Infusinator", + "color": "82e8bc", + "parts": [ + { + "x": -1, + "y": 0, + "z": 0, + "elements": [ + "aoa3:mystite_block@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 1, + "elements": [ + "modularmachinery:blockoutputbus" + ] + }, + { + "x": 1, + "y": 0, + "z": 0, + "elements": [ + "aoa3:mystite_block@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 2, + "elements": [ + "aoa3:mystite_block@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:infusion_catalyst@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 2, + "elements": [ + "modularmachinery:blockenergyinputhatch" + ] + }, + { + "x": 1, + "y": 0, + "z": 1, + "elements": [ + "modularmachinery:blockinputbus" + ] + }, + { + "x": 1, + "y": 0, + "z": 2, + "elements": [ + "aoa3:mystite_block@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 0, + "elements": [ + "contenttweaker:mythic_machine_case@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:mythic_machine_case@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 0, + "elements": [ + "aoa3:mystite_block@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 0, + "elements": [ + "aoa3:mystite_block@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 0, + "elements": [ + "contenttweaker:mythic_machine_case@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 1, + "elements": [ + "aoa3:mystite_block@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:mythic_machine_case@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:mythic_machine_case@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 1, + "elements": [ + "contenttweaker:infusion_catalyst@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 1, + "elements": [ + "aoa3:mystite_block@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 2, + "elements": [ + "aoa3:mystite_block@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 1, + "elements": [ + "aoa3:mystite_block@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 2, + "elements": [ + "contenttweaker:mythic_machine_case@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 1, + "elements": [ + "contenttweaker:infusion_catalyst@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:mythic_machine_case@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 2, + "elements": [ + "aoa3:mystite_block@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 1, + "elements": [ + "aoa3:mystite_block@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 2, + "elements": [ + "contenttweaker:mythic_machine_case@0" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/iron_centrifuge.json b/config/modularmachinery/machinery/iron_centrifuge.json new file mode 100644 index 00000000..195ba341 --- /dev/null +++ b/config/modularmachinery/machinery/iron_centrifuge.json @@ -0,0 +1,170 @@ +{ + "registryname": "iron_centrifuge", + "localizedname": "Iron Reinforced Centrifuge", + "color": "a8a8a8", + "parts": [ + { + "x": -1, + "y": -1, + "z": 0, + "elements": "casings_all" + }, + { + "x": 0, + "y": -1, + "z": 0, + "elements": "casings_all" + }, + { + "x": 1, + "y": -1, + "z": 0, + "elements": "casings_all" + }, + + { + "x": -1, + "y": -1, + "z": 1, + "elements": "casings_all" + }, + + { + "x": 0, + "y": -1, + "z": 1, + "elements": "casings_all" + }, + { + "x": 1, + "y": -1, + "z": 1, + "elements": "casings_all" + }, + + { + "x": -1, + "y": -1, + "z": 2, + "elements": "casings_all" + }, + { + "x": 0, + "y": -1, + "z": 2, + "elements": "casings_all" + }, + { + "x": 1, + "y": -1, + "z": 2, + "elements": "casings_all" + }, + { + "x": 0, + "y": 1, + "z": 2, + "elements": "minecraft:iron_block" + }, + { + "x": 0, + "y": 1, + "z": 0, + "elements": "minecraft:iron_block" + }, + { + "x": -1, + "y": 1, + "z": 1, + "elements": "minecraft:iron_block" + }, + { + "x": 1, + "y": 1, + "z": 1, + "elements": "minecraft:iron_block" + }, + { + "x": 1, + "y": 1, + "z": 2, + "elements": "minecraft:iron_bars" + }, + { + "x": -1, + "y": 1, + "z": 2, + "elements": "minecraft:iron_bars" + }, + { + "x": 1, + "y": 1, + "z": 0, + "elements": "minecraft:iron_bars" + }, + { + "x": -1, + "y": 1, + "z": 0, + "elements": "minecraft:iron_bars" + }, + { + "x": 0, + "y": 1, + "z": 1, + "elements": "minecraft:glass" + }, + + + + { + "x": 0, + "y": 0, + "z": 2, + "elements": "minecraft:iron_block" + }, + { + "x": -1, + "y": 0, + "z": 1, + "elements": "minecraft:iron_block" + }, + { + "x": 1, + "y": 0, + "z": 1, + "elements": "minecraft:iron_block" + }, + { + "x": 1, + "y": 0, + "z": 2, + "elements": "minecraft:iron_bars" + }, + { + "x": -1, + "y": 0, + "z": 2, + "elements": "minecraft:iron_bars" + }, + { + "x": 1, + "y": 0, + "z": 0, + "elements": "minecraft:iron_bars" + }, + { + "x": -1, + "y": 0, + "z": 0, + "elements": "minecraft:iron_bars" + }, + { + "x": 0, + "y": 0, + "z": 1, + "elements": "minecraft:water" + } + + ] +} \ No newline at end of file diff --git a/config/modularmachinery/machinery/lilith_altar.json b/config/modularmachinery/machinery/lilith_altar.json new file mode 100644 index 00000000..36725ad7 --- /dev/null +++ b/config/modularmachinery/machinery/lilith_altar.json @@ -0,0 +1,78 @@ +{ + "registryname": "lilith_altar", + "localizedname": "Lilith Altar", + "color": "2b2d30", + "parts": [ + { + "x": -1, + "y": 0, + "z": 0, + "elements": [ + "contenttweaker:lilith_altar_bricks@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 1, + "elements": [ + "modularmachinery:blockoutputbus" + ] + }, + { + "x": 0, + "y": 1, + "z": 1, + "elements": [ + "bewitchment:scorned_brick_lilith_statue@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:lilith_altar_bricks@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 0, + "elements": [ + "contenttweaker:lilith_altar_bricks@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:lilith_altar_bricks@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 1, + "elements": [ + "modularmachinery:blockfluidinputhatch@2" + ] + }, + { + "x": 0, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:lilith_altar_bricks@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:lilith_altar_bricks@0" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/lp_harvester.json b/config/modularmachinery/machinery/lp_harvester.json new file mode 100644 index 00000000..f41b7507 --- /dev/null +++ b/config/modularmachinery/machinery/lp_harvester.json @@ -0,0 +1,334 @@ +{ + "registryname": "lp_harvester", + "localizedname": "LP Harvester", + "color": "011112", + "parts": [ + { + "x": -1, + "y": 0, + "z": 0, + "elements": [ + "abyssalcraft:stone@7" + ] + }, + { + "x": -1, + "y": 0, + "z": 1, + "elements": [ + "abyssalcraft:dreadbrick@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 2, + "elements": [ + "abyssalcraft:dreadbrick@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 3, + "elements": [ + "modularmachinery:blockfluidoutputhatch" + ] + }, + { + "x": 0, + "y": 0, + "z": 1, + "elements": [ + "abyssalcraft:dreadbrick@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 0, + "elements": [ + "abyssalcraft:stone@7" + ] + }, + { + "x": -1, + "y": 0, + "z": 2, + "elements": [ + "abyssalcraft:abybrick@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 3, + "elements": [ + "abyssalcraft:dreadbrick@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 4, + "elements": [ + "abyssalcraft:stone@7" + ] + }, + { + "x": 1, + "y": 0, + "z": 1, + "elements": [ + "abyssalcraft:dreadbrick@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 2, + "elements": [ + "abyssalcraft:abybrick@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 3, + "elements": [ + "abyssalcraft:abybrick@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 4, + "elements": [ + "abyssalcraft:dreadbrick@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 1, + "elements": [ + "abyssalcraft:stone@7" + ] + }, + { + "x": 0, + "y": 0, + "z": 3, + "elements": [ + "abyssalcraft:abybrick@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 4, + "elements": [ + "abyssalcraft:abybrick@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 5, + "elements": [ + "abyssalcraft:stone@7" + ] + }, + { + "x": 1, + "y": 0, + "z": 2, + "elements": [ + "abyssalcraft:abybrick@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 2, + "elements": [ + "abyssalcraft:dreadbrick@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 4, + "elements": [ + "abyssalcraft:abybrick@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 5, + "elements": [ + "abyssalcraft:dreadbrick@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 3, + "elements": [ + "abyssalcraft:abybrick@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 2, + "elements": [ + "abyssalcraft:stone@7" + ] + }, + { + "x": 0, + "y": 0, + "z": 5, + "elements": [ + "abyssalcraft:dreadbrick@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 6, + "elements": [ + "abyssalcraft:stone@7" + ] + }, + { + "x": 1, + "y": 0, + "z": 4, + "elements": [ + "abyssalcraft:abybrick@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 3, + "elements": [ + "abyssalcraft:dreadbrick@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 3, + "elements": [ + "modularmachinery:blockinputbus" + ] + }, + { + "x": 0, + "y": 0, + "z": 6, + "elements": [ + "abyssalcraft:stone@7" + ] + }, + { + "x": 1, + "y": 0, + "z": 5, + "elements": [ + "abyssalcraft:dreadbrick@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 4, + "elements": [ + "abyssalcraft:dreadbrick@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 6, + "elements": [ + "abyssalcraft:stone@7" + ] + }, + { + "x": 2, + "y": 0, + "z": 5, + "elements": [ + "abyssalcraft:stone@7" + ] + }, + { + "x": 3, + "y": 0, + "z": 4, + "elements": [ + "abyssalcraft:stone@7" + ] + }, + { + "x": 0, + "y": 1, + "z": 1, + "elements": [ + "abyssalcraft:tieredenergypedestal@1" + ] + }, + { + "x": -2, + "y": 1, + "z": 3, + "elements": [ + "abyssalcraft:tieredenergypedestal@1" + ] + }, + { + "x": 0, + "y": 1, + "z": 3, + "elements": [ + "abyssalcraft:tieredenergycontainer@2" + ] + }, + { + "x": 0, + "y": 1, + "z": 5, + "elements": [ + "abyssalcraft:tieredenergypedestal@1" + ] + }, + { + "x": 2, + "y": 1, + "z": 3, + "elements": [ + "abyssalcraft:tieredenergypedestal@1" + ] + }, + { + "x": -2, + "y": 0, + "z": 1, + "elements": [ + "abyssalcraft:stone@7" + ] + }, + { + "x": -3, + "y": 0, + "z": 2, + "elements": [ + "abyssalcraft:stone@7" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/me_mythic_assembler.json b/config/modularmachinery/machinery/me_mythic_assembler.json new file mode 100644 index 00000000..09957552 --- /dev/null +++ b/config/modularmachinery/machinery/me_mythic_assembler.json @@ -0,0 +1,2102 @@ +{ + "registryname": "me_mythic_assembler", + "localizedname": "ME Mythic Assembler", + "color": "590b7a", + "parts": [ + { + "x": -1, + "y": 0, + "z": 0, + "elements": [ + "modularmachinery:blockinputbus@6" + ] + }, + { + "x": 1, + "y": 2, + "z": 1, + "elements": [ + "appliedenergistics2:spatial_pylon@0" + ] + }, + { + "x": 2, + "y": 2, + "z": 1, + "elements": [ + "extendedcrafting:storage@3" + ] + }, + { + "x": 1, + "y": 0, + "z": 0, + "elements": [ + "modularmachinery:blockoutputbus@6" + ] + }, + { + "x": -2, + "y": -6, + "z": 5, + "elements": [ + "advancedrocketry:metal0@1" + ] + }, + { + "x": -1, + "y": -6, + "z": 5, + "elements": [ + "advancedrocketry:metal0@1" + ] + }, + { + "x": 0, + "y": -6, + "z": 5, + "elements": [ + "advancedrocketry:metal0@1" + ] + }, + { + "x": 1, + "y": -6, + "z": 5, + "elements": [ + "advancedrocketry:metal0@1" + ] + }, + { + "x": 2, + "y": -6, + "z": 5, + "elements": [ + "advancedrocketry:metal0@1" + ] + }, + { + "x": 0, + "y": 5, + "z": 2, + "elements": [ + "chisel:futura@4" + ] + }, + { + "x": 1, + "y": -1, + "z": 0, + "elements": [ + "extendedcrafting:storage@3" + ] + }, + { + "x": 0, + "y": -1, + "z": 0, + "elements": [ + "extracpus:crafting_storage_16384k@2" + ] + }, + { + "x": -1, + "y": 1, + "z": 0, + "elements": [ + "extendedcrafting:storage@3" + ] + }, + { + "x": 0, + "y": 1, + "z": 0, + "elements": [ + "extracpus:crafting_storage_16384k@2" + ] + }, + { + "x": -1, + "y": -1, + "z": 0, + "elements": [ + "extendedcrafting:storage@3" + ] + }, + { + "x": 1, + "y": 1, + "z": 0, + "elements": [ + "extendedcrafting:storage@3" + ] + }, + { + "x": -3, + "y": -7, + "z": 4, + "elements": [ + "advancedrocketry:metal0@1" + ] + }, + { + "x": -2, + "y": -7, + "z": 4, + "elements": [ + "contenttweaker:dark_soul_machine_chassis@0" + ] + }, + { + "x": -1, + "y": -7, + "z": 4, + "elements": [ + "modularmachinery:blockenergyinputhatch@7" + ] + }, + { + "x": 0, + "y": -7, + "z": 4, + "elements": [ + "modularmachinery:blockenergyinputhatch@7" + ] + }, + { + "x": 1, + "y": -7, + "z": 4, + "elements": [ + "modularmachinery:blockenergyinputhatch@7" + ] + }, + { + "x": 2, + "y": -7, + "z": 4, + "elements": [ + "contenttweaker:dark_soul_machine_chassis@0" + ] + }, + { + "x": 3, + "y": -7, + "z": 4, + "elements": [ + "advancedrocketry:metal0@1" + ] + }, + { + "x": 0, + "y": 4, + "z": 1, + "elements": [ + "thaumadditions:mithminite_block@0" + ] + }, + { + "x": -2, + "y": -6, + "z": 4, + "elements": [ + "advancedrocketry:metal0@1" + ] + }, + { + "x": -1, + "y": -6, + "z": 4, + "elements": [ + "advancedrocketry:concrete@0" + ] + }, + { + "x": 0, + "y": -6, + "z": 4, + "elements": [ + "advancedrocketry:concrete@0" + ] + }, + { + "x": 1, + "y": -6, + "z": 4, + "elements": [ + "advancedrocketry:concrete@0" + ] + }, + { + "x": 2, + "y": -6, + "z": 4, + "elements": [ + "advancedrocketry:metal0@1" + ] + }, + { + "x": 0, + "y": 5, + "z": 1, + "elements": [ + "thaumadditions:mithminite_block@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 6, + "elements": [ + "extendedcrafting:storage@3" + ] + }, + { + "x": -3, + "y": -7, + "z": 3, + "elements": [ + "advancedrocketry:metal0@1" + ] + }, + { + "x": 0, + "y": -1, + "z": 6, + "elements": [ + "extracpus:crafting_storage_16384k@2" + ] + }, + { + "x": -2, + "y": -7, + "z": 3, + "elements": [ + "contenttweaker:dark_soul_machine_chassis@0" + ] + }, + { + "x": -1, + "y": -5, + "z": 4, + "elements": [ + "draconicevolution:draconium_block@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 6, + "elements": [ + "extendedcrafting:storage@3" + ] + }, + { + "x": -1, + "y": -7, + "z": 3, + "elements": [ + "modularmachinery:blockenergyinputhatch@7" + ] + }, + { + "x": 0, + "y": -5, + "z": 4, + "elements": [ + "techreborn:fusion_coil@0" + ] + }, + { + "x": 0, + "y": -7, + "z": 3, + "elements": [ + "chisel:futura@4" + ] + }, + { + "x": 1, + "y": -5, + "z": 4, + "elements": [ + "draconicevolution:draconium_block@0" + ] + }, + { + "x": 1, + "y": -7, + "z": 3, + "elements": [ + "modularmachinery:blockenergyinputhatch@7" + ] + }, + { + "x": 2, + "y": -7, + "z": 3, + "elements": [ + "contenttweaker:dark_soul_machine_chassis@0" + ] + }, + { + "x": 3, + "y": -7, + "z": 3, + "elements": [ + "advancedrocketry:metal0@1" + ] + }, + { + "x": 0, + "y": 6, + "z": 1, + "elements": [ + "thaumadditions:mithminite_block@0" + ] + }, + { + "x": -2, + "y": -2, + "z": 5, + "elements": [ + "extendedcrafting:storage@3" + ] + }, + { + "x": -1, + "y": 0, + "z": 6, + "elements": [ + "modularmachinery:blockfluidinputhatch@7" + ] + }, + { + "x": -1, + "y": -2, + "z": 5, + "elements": [ + "appliedenergistics2:spatial_pylon@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 6, + "elements": [ + "extracells:fluidcrafter@0" + ] + }, + { + "x": -2, + "y": -6, + "z": 3, + "elements": [ + "advancedrocketry:metal0@1" + ] + }, + { + "x": 0, + "y": -2, + "z": 5, + "elements": [ + "appliedenergistics2:spatial_pylon@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 6, + "elements": [ + "modularmachinery:blockfluidinputhatch@7" + ] + }, + { + "x": -1, + "y": -6, + "z": 3, + "elements": [ + "advancedrocketry:concrete@0" + ] + }, + { + "x": 0, + "y": -4, + "z": 4, + "elements": [ + "techreborn:fusion_coil@0" + ] + }, + { + "x": 1, + "y": -2, + "z": 5, + "elements": [ + "appliedenergistics2:spatial_pylon@0" + ] + }, + { + "x": 0, + "y": -6, + "z": 3, + "elements": [ + "chisel:futura@4" + ] + }, + { + "x": 2, + "y": -2, + "z": 5, + "elements": [ + "extendedcrafting:storage@3" + ] + }, + { + "x": 1, + "y": -6, + "z": 3, + "elements": [ + "advancedrocketry:concrete@0" + ] + }, + { + "x": 2, + "y": -6, + "z": 3, + "elements": [ + "advancedrocketry:metal0@1" + ] + }, + { + "x": -2, + "y": -1, + "z": 5, + "elements": [ + "appliedenergistics2:spatial_pylon@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 6, + "elements": [ + "extendedcrafting:storage@3" + ] + }, + { + "x": 0, + "y": 1, + "z": 6, + "elements": [ + "extracpus:crafting_storage_16384k@2" + ] + }, + { + "x": -1, + "y": -1, + "z": 5, + "elements": [ + "nuclearcraft:salt_fission_glass@0" + ] + }, + { + "x": -3, + "y": -7, + "z": 2, + "elements": [ + "advancedrocketry:metal0@1" + ] + }, + { + "x": 0, + "y": -1, + "z": 5, + "elements": [ + "nuclearcraft:salt_fission_glass@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 6, + "elements": [ + "extendedcrafting:storage@3" + ] + }, + { + "x": -2, + "y": -7, + "z": 2, + "elements": [ + "contenttweaker:dark_soul_machine_chassis@0" + ] + }, + { + "x": -1, + "y": -5, + "z": 3, + "elements": [ + "techreborn:fusion_coil@0" + ] + }, + { + "x": 0, + "y": -3, + "z": 4, + "elements": [ + "techreborn:fusion_coil@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 5, + "elements": [ + "nuclearcraft:salt_fission_glass@0" + ] + }, + { + "x": -1, + "y": -7, + "z": 2, + "elements": [ + "modularmachinery:blockenergyinputhatch@7" + ] + }, + { + "x": 0, + "y": -5, + "z": 3, + "elements": [ + "chisel:futura@4" + ] + }, + { + "x": 2, + "y": -1, + "z": 5, + "elements": [ + "appliedenergistics2:spatial_pylon@0" + ] + }, + { + "x": 0, + "y": -7, + "z": 2, + "elements": [ + "modularmachinery:blockenergyinputhatch@7" + ] + }, + { + "x": 1, + "y": -5, + "z": 3, + "elements": [ + "techreborn:fusion_coil@0" + ] + }, + { + "x": 1, + "y": -7, + "z": 2, + "elements": [ + "modularmachinery:blockenergyinputhatch@7" + ] + }, + { + "x": 2, + "y": -7, + "z": 2, + "elements": [ + "contenttweaker:dark_soul_machine_chassis@0" + ] + }, + { + "x": 3, + "y": -7, + "z": 2, + "elements": [ + "advancedrocketry:metal0@1" + ] + }, + { + "x": -2, + "y": 0, + "z": 5, + "elements": [ + "appliedenergistics2:spatial_pylon@0" + ] + }, + { + "x": -2, + "y": -2, + "z": 4, + "elements": [ + "appliedenergistics2:spatial_pylon@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 5, + "elements": [ + "nuclearcraft:salt_fission_glass@0" + ] + }, + { + "x": -1, + "y": -2, + "z": 4, + "elements": [ + "nuclearcraft:salt_fission_glass@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 5, + "elements": [ + "chisel:futura@4" + ] + }, + { + "x": -2, + "y": -6, + "z": 2, + "elements": [ + "advancedrocketry:metal0@1" + ] + }, + { + "x": -1, + "y": -4, + "z": 3, + "elements": [ + "techreborn:fusion_coil@0" + ] + }, + { + "x": 0, + "y": -2, + "z": 4, + "elements": [ + "nuclearcraft:salt_fission_glass@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 5, + "elements": [ + "nuclearcraft:salt_fission_glass@0" + ] + }, + { + "x": -1, + "y": -6, + "z": 2, + "elements": [ + "advancedrocketry:concrete@0" + ] + }, + { + "x": 0, + "y": -4, + "z": 3, + "elements": [ + "chisel:futura@4" + ] + }, + { + "x": 2, + "y": 0, + "z": 5, + "elements": [ + "appliedenergistics2:spatial_pylon@0" + ] + }, + { + "x": 1, + "y": -2, + "z": 4, + "elements": [ + "nuclearcraft:salt_fission_glass@0" + ] + }, + { + "x": 0, + "y": -6, + "z": 2, + "elements": [ + "advancedrocketry:concrete@0" + ] + }, + { + "x": 2, + "y": -2, + "z": 4, + "elements": [ + "appliedenergistics2:spatial_pylon@0" + ] + }, + { + "x": 1, + "y": -4, + "z": 3, + "elements": [ + "techreborn:fusion_coil@0" + ] + }, + { + "x": 1, + "y": -6, + "z": 2, + "elements": [ + "advancedrocketry:concrete@0" + ] + }, + { + "x": 2, + "y": -6, + "z": 2, + "elements": [ + "advancedrocketry:metal0@1" + ] + }, + { + "x": 2, + "y": -7, + "z": 0, + "elements": [ + "advancedrocketry:metal0@1" + ] + }, + { + "x": 1, + "y": -7, + "z": 0, + "elements": [ + "advancedrocketry:metal0@1" + ] + }, + { + "x": 0, + "y": -7, + "z": 0, + "elements": [ + "advancedrocketry:metal0@1" + ] + }, + { + "x": -1, + "y": -7, + "z": 0, + "elements": [ + "advancedrocketry:metal0@1" + ] + }, + { + "x": -2, + "y": -7, + "z": 0, + "elements": [ + "advancedrocketry:metal0@1" + ] + }, + { + "x": -2, + "y": 1, + "z": 5, + "elements": [ + "appliedenergistics2:spatial_pylon@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 4, + "elements": [ + "nuclearcraft:salt_fission_glass@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 5, + "elements": [ + "nuclearcraft:salt_fission_glass@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 5, + "elements": [ + "nuclearcraft:salt_fission_glass@0" + ] + }, + { + "x": -3, + "y": -7, + "z": 1, + "elements": [ + "advancedrocketry:metal0@1" + ] + }, + { + "x": -1, + "y": -3, + "z": 3, + "elements": [ + "techreborn:fusion_coil@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 5, + "elements": [ + "nuclearcraft:salt_fission_glass@0" + ] + }, + { + "x": -2, + "y": -7, + "z": 1, + "elements": [ + "contenttweaker:dark_soul_machine_chassis@0" + ] + }, + { + "x": -1, + "y": -5, + "z": 2, + "elements": [ + "draconicevolution:draconium_block@0" + ] + }, + { + "x": 0, + "y": -3, + "z": 3, + "elements": [ + "chisel:futura@4" + ] + }, + { + "x": 2, + "y": 1, + "z": 5, + "elements": [ + "appliedenergistics2:spatial_pylon@0" + ] + }, + { + "x": -1, + "y": -7, + "z": 1, + "elements": [ + "contenttweaker:dark_soul_machine_chassis@0" + ] + }, + { + "x": 0, + "y": -5, + "z": 2, + "elements": [ + "techreborn:fusion_coil@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 4, + "elements": [ + "nuclearcraft:salt_fission_glass@0" + ] + }, + { + "x": 1, + "y": -3, + "z": 3, + "elements": [ + "techreborn:fusion_coil@0" + ] + }, + { + "x": 0, + "y": -7, + "z": 1, + "elements": [ + "contenttweaker:dark_soul_machine_chassis@0" + ] + }, + { + "x": 1, + "y": -5, + "z": 2, + "elements": [ + "draconicevolution:draconium_block@0" + ] + }, + { + "x": 1, + "y": -7, + "z": 1, + "elements": [ + "contenttweaker:dark_soul_machine_chassis@0" + ] + }, + { + "x": 2, + "y": -7, + "z": 1, + "elements": [ + "contenttweaker:dark_soul_machine_chassis@0" + ] + }, + { + "x": 3, + "y": -7, + "z": 1, + "elements": [ + "advancedrocketry:metal0@1" + ] + }, + { + "x": -6, + "y": 0, + "z": 4, + "elements": [ + "techreborn:fusion_coil@0" + ] + }, + { + "x": -5, + "y": 0, + "z": 4, + "elements": [ + "techreborn:fusion_coil@0" + ] + }, + { + "x": -4, + "y": 0, + "z": 4, + "elements": [ + "techreborn:fusion_coil@0" + ] + }, + { + "x": -2, + "y": 2, + "z": 5, + "elements": [ + "extendedcrafting:storage@3" + ] + }, + { + "x": -2, + "y": 0, + "z": 4, + "elements": [ + "nuclearcraft:salt_fission_glass@0" + ] + }, + { + "x": -1, + "y": 2, + "z": 5, + "elements": [ + "appliedenergistics2:spatial_pylon@0" + ] + }, + { + "x": 0, + "y": 2, + "z": 5, + "elements": [ + "appliedenergistics2:spatial_pylon@0" + ] + }, + { + "x": -2, + "y": -2, + "z": 3, + "elements": [ + "appliedenergistics2:spatial_pylon@0" + ] + }, + { + "x": -1, + "y": -2, + "z": 3, + "elements": [ + "nuclearcraft:salt_fission_glass@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 4, + "elements": [ + "chisel:futura@4" + ] + }, + { + "x": 1, + "y": 2, + "z": 5, + "elements": [ + "appliedenergistics2:spatial_pylon@0" + ] + }, + { + "x": -2, + "y": -6, + "z": 1, + "elements": [ + "advancedrocketry:metal0@1" + ] + }, + { + "x": 0, + "y": -2, + "z": 3, + "elements": [ + "chisel:futura@4" + ] + }, + { + "x": 2, + "y": 2, + "z": 5, + "elements": [ + "extendedcrafting:storage@3" + ] + }, + { + "x": -1, + "y": -6, + "z": 1, + "elements": [ + "advancedrocketry:metal0@1" + ] + }, + { + "x": 0, + "y": -4, + "z": 2, + "elements": [ + "techreborn:fusion_coil@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 4, + "elements": [ + "nuclearcraft:salt_fission_glass@0" + ] + }, + { + "x": 1, + "y": -2, + "z": 3, + "elements": [ + "nuclearcraft:salt_fission_glass@0" + ] + }, + { + "x": 0, + "y": -6, + "z": 1, + "elements": [ + "advancedrocketry:metal0@1" + ] + }, + { + "x": 2, + "y": -2, + "z": 3, + "elements": [ + "appliedenergistics2:spatial_pylon@0" + ] + }, + { + "x": 4, + "y": 0, + "z": 4, + "elements": [ + "techreborn:fusion_coil@0" + ] + }, + { + "x": 1, + "y": -6, + "z": 1, + "elements": [ + "advancedrocketry:metal0@1" + ] + }, + { + "x": 5, + "y": 0, + "z": 4, + "elements": [ + "techreborn:fusion_coil@0" + ] + }, + { + "x": 2, + "y": -6, + "z": 1, + "elements": [ + "advancedrocketry:metal0@1" + ] + }, + { + "x": 6, + "y": 0, + "z": 4, + "elements": [ + "techreborn:fusion_coil@0" + ] + }, + { + "x": -6, + "y": -1, + "z": 3, + "elements": [ + "techreborn:fusion_coil@0" + ] + }, + { + "x": -5, + "y": -1, + "z": 3, + "elements": [ + "techreborn:fusion_coil@0" + ] + }, + { + "x": -4, + "y": -1, + "z": 3, + "elements": [ + "techreborn:fusion_coil@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 4, + "elements": [ + "nuclearcraft:salt_fission_glass@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 3, + "elements": [ + "nuclearcraft:salt_fission_glass@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 3, + "elements": [ + "chisel:futura@4" + ] + }, + { + "x": 0, + "y": -3, + "z": 2, + "elements": [ + "techreborn:fusion_coil@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 4, + "elements": [ + "nuclearcraft:salt_fission_glass@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 3, + "elements": [ + "nuclearcraft:salt_fission_glass@0" + ] + }, + { + "x": 4, + "y": -1, + "z": 3, + "elements": [ + "techreborn:fusion_coil@0" + ] + }, + { + "x": 5, + "y": -1, + "z": 3, + "elements": [ + "techreborn:fusion_coil@0" + ] + }, + { + "x": 6, + "y": -1, + "z": 3, + "elements": [ + "techreborn:fusion_coil@0" + ] + }, + { + "x": -6, + "y": 0, + "z": 3, + "elements": [ + "chisel:futura@4" + ] + }, + { + "x": -5, + "y": 0, + "z": 3, + "elements": [ + "chisel:futura@4" + ] + }, + { + "x": -4, + "y": 0, + "z": 3, + "elements": [ + "chisel:futura@4" + ] + }, + { + "x": -3, + "y": 0, + "z": 3, + "elements": [ + "chisel:futura@4" + ] + }, + { + "x": -2, + "y": 2, + "z": 4, + "elements": [ + "appliedenergistics2:spatial_pylon@0" + ] + }, + { + "x": 0, + "y": 4, + "z": 5, + "elements": [ + "thaumadditions:mithminite_block@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 3, + "elements": [ + "chisel:futura@4" + ] + }, + { + "x": -1, + "y": 2, + "z": 4, + "elements": [ + "nuclearcraft:salt_fission_glass@0" + ] + }, + { + "x": 0, + "y": 2, + "z": 4, + "elements": [ + "nuclearcraft:salt_fission_glass@0" + ] + }, + { + "x": -2, + "y": -2, + "z": 2, + "elements": [ + "appliedenergistics2:spatial_pylon@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 3, + "elements": [ + "chisel:futura@4" + ] + }, + { + "x": -1, + "y": -2, + "z": 2, + "elements": [ + "nuclearcraft:salt_fission_glass@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 3, + "elements": [ + "chisel:futura@4" + ] + }, + { + "x": 1, + "y": 2, + "z": 4, + "elements": [ + "nuclearcraft:salt_fission_glass@0" + ] + }, + { + "x": 0, + "y": -2, + "z": 2, + "elements": [ + "nuclearcraft:salt_fission_glass@0" + ] + }, + { + "x": 2, + "y": 2, + "z": 4, + "elements": [ + "appliedenergistics2:spatial_pylon@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 3, + "elements": [ + "chisel:futura@4" + ] + }, + { + "x": 2, + "y": 0, + "z": 3, + "elements": [ + "chisel:futura@4" + ] + }, + { + "x": 1, + "y": -2, + "z": 2, + "elements": [ + "nuclearcraft:salt_fission_glass@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 3, + "elements": [ + "chisel:futura@4" + ] + }, + { + "x": 2, + "y": -2, + "z": 2, + "elements": [ + "appliedenergistics2:spatial_pylon@0" + ] + }, + { + "x": 4, + "y": 0, + "z": 3, + "elements": [ + "chisel:futura@4" + ] + }, + { + "x": 5, + "y": 0, + "z": 3, + "elements": [ + "chisel:futura@4" + ] + }, + { + "x": 6, + "y": 0, + "z": 3, + "elements": [ + "chisel:futura@4" + ] + }, + { + "x": -6, + "y": 1, + "z": 3, + "elements": [ + "techreborn:fusion_coil@0" + ] + }, + { + "x": -5, + "y": 1, + "z": 3, + "elements": [ + "techreborn:fusion_coil@0" + ] + }, + { + "x": -4, + "y": 1, + "z": 3, + "elements": [ + "techreborn:fusion_coil@0" + ] + }, + { + "x": 0, + "y": 5, + "z": 5, + "elements": [ + "thaumadditions:mithminite_block@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 3, + "elements": [ + "nuclearcraft:salt_fission_glass@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 2, + "elements": [ + "nuclearcraft:salt_fission_glass@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 3, + "elements": [ + "chisel:futura@4" + ] + }, + { + "x": 2, + "y": 1, + "z": 3, + "elements": [ + "nuclearcraft:salt_fission_glass@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 2, + "elements": [ + "nuclearcraft:salt_fission_glass@0" + ] + }, + { + "x": 4, + "y": 1, + "z": 3, + "elements": [ + "techreborn:fusion_coil@0" + ] + }, + { + "x": 5, + "y": 1, + "z": 3, + "elements": [ + "techreborn:fusion_coil@0" + ] + }, + { + "x": 6, + "y": 1, + "z": 3, + "elements": [ + "techreborn:fusion_coil@0" + ] + }, + { + "x": -6, + "y": 0, + "z": 2, + "elements": [ + "techreborn:fusion_coil@0" + ] + }, + { + "x": -5, + "y": 0, + "z": 2, + "elements": [ + "techreborn:fusion_coil@0" + ] + }, + { + "x": -4, + "y": 0, + "z": 2, + "elements": [ + "techreborn:fusion_coil@0" + ] + }, + { + "x": 0, + "y": 6, + "z": 5, + "elements": [ + "thaumadditions:mithminite_block@0" + ] + }, + { + "x": -2, + "y": 2, + "z": 3, + "elements": [ + "appliedenergistics2:spatial_pylon@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 2, + "elements": [ + "nuclearcraft:salt_fission_glass@0" + ] + }, + { + "x": -1, + "y": 2, + "z": 3, + "elements": [ + "nuclearcraft:salt_fission_glass@0" + ] + }, + { + "x": 0, + "y": 2, + "z": 3, + "elements": [ + "chisel:futura@4" + ] + }, + { + "x": -2, + "y": -2, + "z": 1, + "elements": [ + "extendedcrafting:storage@3" + ] + }, + { + "x": 0, + "y": 0, + "z": 2, + "elements": [ + "chisel:futura@4" + ] + }, + { + "x": 1, + "y": 2, + "z": 3, + "elements": [ + "nuclearcraft:salt_fission_glass@0" + ] + }, + { + "x": -1, + "y": -2, + "z": 1, + "elements": [ + "appliedenergistics2:spatial_pylon@0" + ] + }, + { + "x": 0, + "y": -2, + "z": 1, + "elements": [ + "appliedenergistics2:spatial_pylon@0" + ] + }, + { + "x": 2, + "y": 2, + "z": 3, + "elements": [ + "appliedenergistics2:spatial_pylon@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 2, + "elements": [ + "nuclearcraft:salt_fission_glass@0" + ] + }, + { + "x": 1, + "y": -2, + "z": 1, + "elements": [ + "appliedenergistics2:spatial_pylon@0" + ] + }, + { + "x": 2, + "y": -2, + "z": 1, + "elements": [ + "extendedcrafting:storage@3" + ] + }, + { + "x": 4, + "y": 0, + "z": 2, + "elements": [ + "techreborn:fusion_coil@0" + ] + }, + { + "x": 5, + "y": 0, + "z": 2, + "elements": [ + "techreborn:fusion_coil@0" + ] + }, + { + "x": 6, + "y": 0, + "z": 2, + "elements": [ + "techreborn:fusion_coil@0" + ] + }, + { + "x": 0, + "y": 5, + "z": 4, + "elements": [ + "chisel:futura@4" + ] + }, + { + "x": -2, + "y": 1, + "z": 2, + "elements": [ + "nuclearcraft:salt_fission_glass@0" + ] + }, + { + "x": 0, + "y": 3, + "z": 3, + "elements": [ + "chisel:futura@4" + ] + }, + { + "x": -2, + "y": -1, + "z": 1, + "elements": [ + "appliedenergistics2:spatial_pylon@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 1, + "elements": [ + "nuclearcraft:salt_fission_glass@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 1, + "elements": [ + "nuclearcraft:salt_fission_glass@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 2, + "elements": [ + "nuclearcraft:salt_fission_glass@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 1, + "elements": [ + "nuclearcraft:salt_fission_glass@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 1, + "elements": [ + "appliedenergistics2:spatial_pylon@0" + ] + }, + { + "x": -2, + "y": -7, + "z": 6, + "elements": [ + "advancedrocketry:metal0@1" + ] + }, + { + "x": -1, + "y": -7, + "z": 6, + "elements": [ + "advancedrocketry:metal0@1" + ] + }, + { + "x": 0, + "y": -7, + "z": 6, + "elements": [ + "advancedrocketry:metal0@1" + ] + }, + { + "x": 1, + "y": -7, + "z": 6, + "elements": [ + "advancedrocketry:metal0@1" + ] + }, + { + "x": 2, + "y": -7, + "z": 6, + "elements": [ + "advancedrocketry:metal0@1" + ] + }, + { + "x": -2, + "y": 4, + "z": 3, + "elements": [ + "thaumadditions:mithminite_block@0" + ] + }, + { + "x": -2, + "y": 2, + "z": 2, + "elements": [ + "appliedenergistics2:spatial_pylon@0" + ] + }, + { + "x": 0, + "y": 4, + "z": 3, + "elements": [ + "chisel:futura@4" + ] + }, + { + "x": -2, + "y": 0, + "z": 1, + "elements": [ + "appliedenergistics2:spatial_pylon@0" + ] + }, + { + "x": -1, + "y": 2, + "z": 2, + "elements": [ + "nuclearcraft:salt_fission_glass@0" + ] + }, + { + "x": 0, + "y": 2, + "z": 2, + "elements": [ + "nuclearcraft:salt_fission_glass@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 1, + "elements": [ + "nuclearcraft:salt_fission_glass@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 1, + "elements": [ + "chisel:futura@4" + ] + }, + { + "x": 2, + "y": 4, + "z": 3, + "elements": [ + "thaumadditions:mithminite_block@0" + ] + }, + { + "x": 1, + "y": 2, + "z": 2, + "elements": [ + "nuclearcraft:salt_fission_glass@0" + ] + }, + { + "x": 2, + "y": 2, + "z": 2, + "elements": [ + "appliedenergistics2:spatial_pylon@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 1, + "elements": [ + "nuclearcraft:salt_fission_glass@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 1, + "elements": [ + "appliedenergistics2:spatial_pylon@0" + ] + }, + { + "x": -2, + "y": 5, + "z": 3, + "elements": [ + "thaumadditions:mithminite_block@0" + ] + }, + { + "x": -1, + "y": 5, + "z": 3, + "elements": [ + "chisel:futura@4" + ] + }, + { + "x": 0, + "y": 5, + "z": 3, + "elements": [ + "chisel:futura@4" + ] + }, + { + "x": -2, + "y": 1, + "z": 1, + "elements": [ + "appliedenergistics2:spatial_pylon@0" + ] + }, + { + "x": 1, + "y": 5, + "z": 3, + "elements": [ + "chisel:futura@4" + ] + }, + { + "x": -1, + "y": 1, + "z": 1, + "elements": [ + "nuclearcraft:salt_fission_glass@0" + ] + }, + { + "x": 2, + "y": 5, + "z": 3, + "elements": [ + "thaumadditions:mithminite_block@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 1, + "elements": [ + "nuclearcraft:salt_fission_glass@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 1, + "elements": [ + "nuclearcraft:salt_fission_glass@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 1, + "elements": [ + "appliedenergistics2:spatial_pylon@0" + ] + }, + { + "x": -3, + "y": -7, + "z": 5, + "elements": [ + "advancedrocketry:metal0@1" + ] + }, + { + "x": -2, + "y": -7, + "z": 5, + "elements": [ + "contenttweaker:dark_soul_machine_chassis@0" + ] + }, + { + "x": -1, + "y": -7, + "z": 5, + "elements": [ + "contenttweaker:dark_soul_machine_chassis@0" + ] + }, + { + "x": 0, + "y": -7, + "z": 5, + "elements": [ + "contenttweaker:dark_soul_machine_chassis@0" + ] + }, + { + "x": 1, + "y": -7, + "z": 5, + "elements": [ + "contenttweaker:dark_soul_machine_chassis@0" + ] + }, + { + "x": 2, + "y": -7, + "z": 5, + "elements": [ + "contenttweaker:dark_soul_machine_chassis@0" + ] + }, + { + "x": 3, + "y": -7, + "z": 5, + "elements": [ + "advancedrocketry:metal0@1" + ] + }, + { + "x": -2, + "y": 6, + "z": 3, + "elements": [ + "thaumadditions:mithminite_block@0" + ] + }, + { + "x": -2, + "y": 2, + "z": 1, + "elements": [ + "extendedcrafting:storage@3" + ] + }, + { + "x": -1, + "y": 2, + "z": 1, + "elements": [ + "appliedenergistics2:spatial_pylon@0" + ] + }, + { + "x": 2, + "y": 6, + "z": 3, + "elements": [ + "thaumadditions:mithminite_block@0" + ] + }, + { + "x": 0, + "y": 2, + "z": 1, + "elements": [ + "appliedenergistics2:spatial_pylon@0" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/mechanized_coop.json b/config/modularmachinery/machinery/mechanized_coop.json new file mode 100644 index 00000000..63d16eb7 --- /dev/null +++ b/config/modularmachinery/machinery/mechanized_coop.json @@ -0,0 +1,358 @@ +{ + "registryname": "mechanized_coop", + "localizedname": "Mechanized Coop", + "color": "612b27", + "parts": [ + { + "x": 2, + "y": 2, + "z": 0, + "elements": [ + "erebus:amber_bricks@0" + ] + }, + { + "x": -2, + "y": 2, + "z": 4, + "elements": [ + "erebus:amber_bricks@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 2, + "elements": [ + "modularmachinery:blockoutputbus" + ] + }, + { + "x": -1, + "y": 0, + "z": 0, + "elements": [ + "erebus:planks_petrified_wood@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 1, + "elements": [ + "erebus:planks_petrified_wood@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 0, + "elements": [ + "erebus:planks_petrified_wood@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 2, + "elements": [ + "erebus:planks_petrified_wood@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 3, + "elements": [ + "erebus:planks_petrified_wood@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 1, + "elements": [ + "erebus:planks_petrified_wood@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 0, + "elements": [ + "erebus:planks_petrified_wood@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 3, + "elements": [ + "erebus:planks_petrified_wood@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 4, + "elements": [ + "erebus:planks_petrified_wood@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 2, + "elements": [ + "erebus:planks_petrified_wood@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 1, + "elements": [ + "erebus:planks_petrified_wood@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 0, + "elements": [ + "erebus:planks_petrified_wood@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 4, + "elements": [ + "erebus:planks_petrified_wood@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 3, + "elements": [ + "erebus:planks_petrified_wood@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 2, + "elements": [ + "erebus:planks_petrified_wood@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 1, + "elements": [ + "erebus:planks_petrified_wood@0" + ] + }, + { + "x": 2, + "y": 2, + "z": 4, + "elements": [ + "erebus:amber_bricks@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 2, + "elements": [ + "modularmachinery:blockinputbus" + ] + }, + { + "x": 0, + "y": 0, + "z": 4, + "elements": [ + "erebus:planks_petrified_wood@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 3, + "elements": [ + "erebus:planks_petrified_wood@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 4, + "elements": [ + "erebus:planks_petrified_wood@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 3, + "elements": [ + "erebus:planks_petrified_wood@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 4, + "elements": [ + "erebus:planks_petrified_wood@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 0, + "elements": [ + "erebus:planks_petrified_wood@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 0, + "elements": [ + "erebus:fence_eucalyptus@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 1, + "elements": [ + "erebus:fence_eucalyptus@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 2, + "elements": [ + "erebus:fence_eucalyptus@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 0, + "elements": [ + "erebus:fence_eucalyptus@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 0, + "elements": [ + "erebus:fence_eucalyptus@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 3, + "elements": [ + "erebus:fence_eucalyptus@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 0, + "elements": [ + "erebus:planks_petrified_wood@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 4, + "elements": [ + "erebus:planks_petrified_wood@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 4, + "elements": [ + "erebus:fence_eucalyptus@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 1, + "elements": [ + "erebus:fence_eucalyptus@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 4, + "elements": [ + "erebus:fence_eucalyptus@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 2, + "elements": [ + "erebus:fence_eucalyptus@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 4, + "elements": [ + "erebus:fence_eucalyptus@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 3, + "elements": [ + "erebus:fence_eucalyptus@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 4, + "elements": [ + "erebus:planks_petrified_wood@0" + ] + }, + { + "x": -2, + "y": 2, + "z": 0, + "elements": [ + "erebus:amber_bricks@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 1, + "elements": [ + "erebus:planks_petrified_wood@0" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/mechanized_essentia_smeltery.json b/config/modularmachinery/machinery/mechanized_essentia_smeltery.json new file mode 100644 index 00000000..3e2b4f9e --- /dev/null +++ b/config/modularmachinery/machinery/mechanized_essentia_smeltery.json @@ -0,0 +1,78 @@ +{ + "registryname": "mechanized_essentia_smeltery", + "localizedname": "Mechanized Essentia Smeltery", + "color": "4b2c7d", + "parts": [ + { + "x": -1, + "y": 0, + "z": 0, + "elements": [ + "thaumadditions:brass_plated_silverwood@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 1, + "elements": [ + "thaumcraft:metal_void@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 1, + "elements": [ + "thaumadditions:mithrillium_smelter" + ] + }, + { + "x": 0, + "y": 0, + "z": 1, + "elements": [ + "modularmachinery:blockinputbus" + ] + }, + { + "x": 1, + "y": 0, + "z": 0, + "elements": [ + "thaumadditions:brass_plated_silverwood@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 2, + "elements": [ + "thaumadditions:brass_plated_silverwood@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 1, + "elements": [ + "thaumcraft:metal_void@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 2, + "elements": [ + "modularmagic:blockaspectprovideroutput@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 2, + "elements": [ + "thaumadditions:brass_plated_silverwood@0" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/moloch_altar.json b/config/modularmachinery/machinery/moloch_altar.json new file mode 100644 index 00000000..8063bf1a --- /dev/null +++ b/config/modularmachinery/machinery/moloch_altar.json @@ -0,0 +1,78 @@ +{ + "registryname": "moloch_altar", + "localizedname": "Moloch Altar", + "color": "cfc129", + "parts": [ + { + "x": -1, + "y": 0, + "z": 0, + "elements": [ + "contenttweaker:moloch_altar_bricks@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 1, + "elements": [ + "modularmachinery:blockoutputbus@2" + ] + }, + { + "x": 0, + "y": 1, + "z": 1, + "elements": [ + "bewitchment:gold_moloch_statue@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:moloch_altar_bricks@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 0, + "elements": [ + "contenttweaker:moloch_altar_bricks@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:moloch_altar_bricks@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 1, + "elements": [ + "modularmachinery:blockfluidinputhatch@2" + ] + }, + { + "x": 0, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:moloch_altar_bricks@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:moloch_altar_bricks@0" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/mythic_accelerator.json b/config/modularmachinery/machinery/mythic_accelerator.json new file mode 100644 index 00000000..022fbd22 --- /dev/null +++ b/config/modularmachinery/machinery/mythic_accelerator.json @@ -0,0 +1,646 @@ +{ + "registryname": "mythic_accelerator", + "localizedname": "Mythic Accelerator", + "color": "382e2d", + "parts": [ + { + "x": -1, + "y": 0, + "z": 0, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 0, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 2, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 2, + "elements": [ + "modularmachinery:blockfluidinputhatch" + ] + }, + { + "x": -3, + "y": 0, + "z": 0, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": -4, + "y": 0, + "z": 0, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 2, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 0, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": 4, + "y": 0, + "z": 0, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": -5, + "y": 0, + "z": 0, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": 5, + "y": 0, + "z": 0, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": 4, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": 5, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": 5, + "y": -1, + "z": 0, + "elements": [ + "contenttweaker:mythic_machine_case@0" + ] + }, + { + "x": -5, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:mythic_machine_case@0" + ] + }, + { + "x": 4, + "y": -1, + "z": 0, + "elements": [ + "contenttweaker:mythic_machine_case@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 0, + "elements": [ + "contenttweaker:mythic_machine_case@0" + ] + }, + { + "x": -4, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:mythic_machine_case@0" + ] + }, + { + "x": -3, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:mythic_machine_case@0" + ] + }, + { + "x": -5, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:mythic_machine_case@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 0, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": -5, + "y": -1, + "z": 1, + "elements": [ + "contenttweaker:mythic_machine_case@0" + ] + }, + { + "x": -4, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:mythic_machine_case@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 0, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 0, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": -4, + "y": -1, + "z": 1, + "elements": [ + "modularmachinery:blockfluidoutputhatch" + ] + }, + { + "x": -3, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:mythic_machine_case@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 0, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 0, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": -3, + "y": -1, + "z": 1, + "elements": [ + "contenttweaker:mythic_machine_case@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 2, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 0, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 2, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 1, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": -3, + "y": -1, + "z": 0, + "elements": [ + "contenttweaker:mythic_machine_case@0" + ] + }, + { + "x": -4, + "y": -1, + "z": 0, + "elements": [ + "contenttweaker:mythic_machine_case@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 2, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": 3, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:mythic_machine_case@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 1, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": 4, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:mythic_machine_case@0" + ] + }, + { + "x": -5, + "y": -1, + "z": 0, + "elements": [ + "contenttweaker:mythic_machine_case@0" + ] + }, + { + "x": 3, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:mythic_machine_case@0" + ] + }, + { + "x": 5, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:mythic_machine_case@0" + ] + }, + { + "x": 4, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:mythic_machine_case@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 1, + "elements": [ + "contenttweaker:mythic_machine_case@0" + ] + }, + { + "x": 5, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:mythic_machine_case@0" + ] + }, + { + "x": 4, + "y": -1, + "z": 1, + "elements": [ + "modularmachinery:blockenergyinputhatch" + ] + }, + { + "x": 5, + "y": -1, + "z": 1, + "elements": [ + "contenttweaker:mythic_machine_case@0" + ] + }, + { + "x": -5, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:mythic_excavation_reactor@0" + ] + }, + { + "x": -4, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": 4, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": 5, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:mythic_excavation_reactor@0" + ] + }, + { + "x": -5, + "y": 1, + "z": 1, + "elements": [ + "contenttweaker:mythic_machine_case@0" + ] + }, + { + "x": -4, + "y": 1, + "z": 1, + "elements": [ + "contenttweaker:mythic_machine_case@0" + ] + }, + { + "x": -3, + "y": 1, + "z": 1, + "elements": [ + "contenttweaker:mythic_machine_case@0" + ] + }, + { + "x": -5, + "y": -1, + "z": 2, + "elements": [ + "contenttweaker:mythic_machine_case@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 1, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": -4, + "y": -1, + "z": 2, + "elements": [ + "contenttweaker:mythic_machine_case@0" + ] + }, + { + "x": -3, + "y": -1, + "z": 2, + "elements": [ + "contenttweaker:mythic_machine_case@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 1, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 2, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 2, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": 3, + "y": 1, + "z": 1, + "elements": [ + "contenttweaker:mythic_machine_case@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 2, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": 4, + "y": 1, + "z": 1, + "elements": [ + "contenttweaker:mythic_machine_case@0" + ] + }, + { + "x": 5, + "y": 1, + "z": 1, + "elements": [ + "contenttweaker:mythic_machine_case@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 2, + "elements": [ + "contenttweaker:mythic_machine_case@0" + ] + }, + { + "x": 4, + "y": -1, + "z": 2, + "elements": [ + "contenttweaker:mythic_machine_case@0" + ] + }, + { + "x": 5, + "y": -1, + "z": 2, + "elements": [ + "contenttweaker:mythic_machine_case@0" + ] + }, + { + "x": -5, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": -4, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/mythic_accelerator.txt b/config/modularmachinery/machinery/mythic_accelerator.txt new file mode 100644 index 00000000..0bd692f6 --- /dev/null +++ b/config/modularmachinery/machinery/mythic_accelerator.txt @@ -0,0 +1,294 @@ +{ + "registryname": "mythic_accelerator", + "localizedname": "Mythic Accelerator", + "color": "382e2d", + "parts": [ + { + "x": -1, + "y": 0, + "z": 0, + "elements": [ + "contenttweaker:mythic_machine_case@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:mythic_machine_case@0" + ] + }, + { + "x": 0, + "y": 2, + "z": 2, + "elements": [ + "contenttweaker:mythic_machine_case@0" + ] + }, + { + "x": 1, + "y": 2, + "z": 1, + "elements": [ + "contenttweaker:mythic_machine_case@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 0, + "elements": [ + "contenttweaker:mythic_machine_case@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:mythic_machine_case@0" + ] + }, + { + "x": 1, + "y": 2, + "z": 2, + "elements": [ + "contenttweaker:mythic_machine_case@0" + ] + }, + { + "x": 3, + "y": 2, + "z": 0, + "elements": [ + "contenttweaker:mythic_machine_case@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:mythic_machine_case@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 2, + "elements": [ + "modularmachinery:blockenergyinputhatch" + ] + }, + { + "x": 3, + "y": 2, + "z": 1, + "elements": [ + "contenttweaker:mythic_machine_case@0" + ] + }, + { + "x": 4, + "y": 2, + "z": 0, + "elements": [ + "contenttweaker:mythic_machine_case@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:mythic_machine_case@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 0, + "elements": [ + "contenttweaker:mythic_machine_case@0" + ] + }, + { + "x": 3, + "y": 2, + "z": 2, + "elements": [ + "contenttweaker:mythic_machine_case@0" + ] + }, + { + "x": 5, + "y": 2, + "z": 0, + "elements": [ + "contenttweaker:mythic_machine_case@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:mythic_machine_case@0" + ] + }, + { + "x": 4, + "y": 0, + "z": 0, + "elements": [ + "modularmachinery:blockfluidinputhatch" + ] + }, + { + "x": 4, + "y": 2, + "z": 2, + "elements": [ + "contenttweaker:mythic_machine_case@0" + ] + }, + { + "x": 5, + "y": 2, + "z": 1, + "elements": [ + "contenttweaker:mythic_machine_case@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:mythic_machine_case@0" + ] + }, + { + "x": 5, + "y": 0, + "z": 0, + "elements": [ + "contenttweaker:mythic_machine_case@0" + ] + }, + { + "x": 5, + "y": 2, + "z": 2, + "elements": [ + "contenttweaker:mythic_machine_case@0" + ] + }, + { + "x": 4, + "y": 0, + "z": 2, + "elements": [ + "modularmachinery:blockfluidoutputhatch" + ] + }, + { + "x": 5, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:mythic_machine_case@0" + ] + }, + { + "x": 5, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:mythic_machine_case@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 1, + "elements": [ + "contenttweaker:mythic_excavation_reactor@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 1, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 1, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": 3, + "y": 1, + "z": 1, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": 4, + "y": 1, + "z": 1, + "elements": [ + "contenttweaker:mythic_excavation_reactor@0" + ] + }, + { + "x": -1, + "y": 2, + "z": 0, + "elements": [ + "contenttweaker:mythic_machine_case@0" + ] + }, + { + "x": 0, + "y": 2, + "z": 0, + "elements": [ + "contenttweaker:mythic_machine_case@0" + ] + }, + { + "x": -1, + "y": 2, + "z": 1, + "elements": [ + "contenttweaker:mythic_machine_case@0" + ] + }, + { + "x": -1, + "y": 2, + "z": 2, + "elements": [ + "contenttweaker:mythic_machine_case@0" + ] + }, + { + "x": 1, + "y": 2, + "z": 0, + "elements": [ + "contenttweaker:mythic_machine_case@0" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/mythic_excavation_computer.json b/config/modularmachinery/machinery/mythic_excavation_computer.json new file mode 100644 index 00000000..a36f6394 --- /dev/null +++ b/config/modularmachinery/machinery/mythic_excavation_computer.json @@ -0,0 +1,197 @@ +{ + "registryname": "mythic_excavation_computer_multiblock", + "localizedname": "Mythic Excavation Reactor", + "color": 878787, + "modifiers": [ + { + "elements": "avaritia:block_resource@0", + "x": 0, + "y": 6, + "z": 1, + "description": "Replace top block for reduced energy cost", + "modifier": { + "io": "input", + "target": "energy", + "operation": 1, + "multiplier": 0.2 + } + } + ], + "parts": [ + { + "x": -1, + "y": 0, + "z": 0, + "elements": [ + "enderio:block_alloy_endergy@3" + ] + }, + { + "x": -1, + "y": 0, + "z": 1, + "elements": [ + "modularmachinery:blockinputbus" + ] + }, + { + "x": 0, + "y": 1, + "z": 1, + "elements": [ + "contenttweaker:mythic_excavation_computer@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 2, + "elements": [ + "enderio:block_alloy_endergy@3" + ] + }, + { + "x": 0, + "y": 0, + "z": 1, + "elements": [ + "enderio:block_alloy_endergy@3" + ] + }, + { + "x": 1, + "y": 0, + "z": 0, + "elements": [ + "enderio:block_alloy_endergy@3" + ] + }, + { + "x": 0, + "y": 1, + "z": 2, + "elements": [ + "enderio:block_alloy_endergy@3" + ] + }, + { + "x": 1, + "y": 1, + "z": 1, + "elements": [ + "enderio:block_alloy_endergy@3" + ] + }, + { + "x": 0, + "y": 0, + "z": 2, + "elements": [ + "modularmachinery:blockenergyinputhatch" + ] + }, + { + "x": 1, + "y": 0, + "z": 1, + "elements": [ + "modularmachinery:blockoutputbus" + ] + }, + { + "x": 1, + "y": 0, + "z": 2, + "elements": [ + "enderio:block_alloy_endergy@3" + ] + }, + { + "x": 0, + "y": 5, + "z": 0, + "elements": [ + "enderio:block_alloy_endergy@3" + ] + }, + { + "x": 0, + "y": 6, + "z": 1, + "elements": [ + "enderio:block_alloy_endergy@3" + ] + }, + { + "x": -1, + "y": 5, + "z": 1, + "elements": [ + "enderio:block_alloy_endergy@3" + ] + }, + { + "x": 0, + "y": 5, + "z": 1, + "elements": [ + "contenttweaker:mythic_excavation_reactor@0" + ] + }, + { + "x": 0, + "y": 4, + "z": 1, + "elements": [ + "contenttweaker:mythic_excavation_computer@0" + ] + }, + { + "x": 0, + "y": 5, + "z": 2, + "elements": [ + "enderio:block_alloy_endergy@3" + ] + }, + { + "x": 1, + "y": 5, + "z": 1, + "elements": [ + "enderio:block_alloy_endergy@3" + ] + }, + { + "x": 0, + "y": 3, + "z": 1, + "elements": [ + "contenttweaker:mythic_excavation_computer@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 0, + "elements": [ + "enderio:block_alloy_endergy@3" + ] + }, + { + "x": -1, + "y": 1, + "z": 1, + "elements": [ + "enderio:block_alloy_endergy@3" + ] + }, + { + "x": 0, + "y": 2, + "z": 1, + "elements": [ + "contenttweaker:mythic_excavation_computer@0" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/mythic_porocessor_muon_extractor.json b/config/modularmachinery/machinery/mythic_porocessor_muon_extractor.json new file mode 100644 index 00000000..5de8ae48 --- /dev/null +++ b/config/modularmachinery/machinery/mythic_porocessor_muon_extractor.json @@ -0,0 +1,270 @@ +{ + "registryname": "mythic_processor_muon_extractor", + "localizedname": "Mythic Processor: Muon Extractor", + "color": "464f47", + "parts": [ + { + "x": -1, + "y": 0, + "z": 0, + "elements": [ + "nuclearcraft:fission_block@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 1, + "elements": [ + "nuclearcraft:fission_block@0" + ] + }, + { + "x": 0, + "y": 2, + "z": 2, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": 1, + "y": 2, + "z": 1, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 1, + "elements": [ + "modularmachinery:blockenergyinputhatch" + ] + }, + { + "x": 1, + "y": 0, + "z": 0, + "elements": [ + "nuclearcraft:fission_block@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 2, + "elements": [ + "nuclearcraft:fission_block@0" + ] + }, + { + "x": 1, + "y": 2, + "z": 2, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 1, + "elements": [ + "nuclearcraft:fission_block@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 2, + "elements": [ + "modularmachinery:blockinputbus" + ] + }, + { + "x": 1, + "y": 0, + "z": 2, + "elements": [ + "nuclearcraft:fission_block@0" + ] + }, + { + "x": -1, + "y": 3, + "z": 0, + "elements": [ + "nuclearcraft:fission_block@0" + ] + }, + { + "x": 0, + "y": 3, + "z": 0, + "elements": [ + "contenttweaker:muon_extractor" + ] + }, + { + "x": -1, + "y": 3, + "z": 1, + "elements": [ + "nuclearcraft:fission_block@0" + ] + }, + { + "x": 0, + "y": 3, + "z": 1, + "elements": [ + "contenttweaker:mythic_coil_t2@0" + ] + }, + { + "x": 1, + "y": 3, + "z": 0, + "elements": [ + "nuclearcraft:fission_block@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": -1, + "y": 3, + "z": 2, + "elements": [ + "nuclearcraft:fission_block@0" + ] + }, + { + "x": 0, + "y": 3, + "z": 2, + "elements": [ + "modularmachinery:blockoutputbus" + ] + }, + { + "x": 1, + "y": 3, + "z": 1, + "elements": [ + "nuclearcraft:fission_block@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 1, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": 1, + "y": 3, + "z": 2, + "elements": [ + "nuclearcraft:fission_block@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 1, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": -1, + "y": 2, + "z": 0, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": -1, + "y": 2, + "z": 1, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": 0, + "y": 2, + "z": 0, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": -1, + "y": 2, + "z": 2, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + }, + { + "x": 1, + "y": 2, + "z": 0, + "elements": [ + "contenttweaker:awakened_electromagnet@0" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/mythic_processor_alloy_furnace.json b/config/modularmachinery/machinery/mythic_processor_alloy_furnace.json new file mode 100644 index 00000000..570ace1f --- /dev/null +++ b/config/modularmachinery/machinery/mythic_processor_alloy_furnace.json @@ -0,0 +1,291 @@ +{ + "registryname": "mythic_processor_alloy_furnace", + "localizedname": "Mythic Processor: Alloy Furnace", + "color": "464f47", + "modifiers": [ + { + "elements": "contenttweaker:mythic_coil_t2@0", + "x": 0, + "y": 3, + "z": 1, + "description": "Multiplies amounts processed by 4", + "modifiers": [{ + "io": "output", + "target": "item", + "operation": 1, + "multiplier": 4 + }, + { + "io": "input", + "target": "duration", + "operation": 1, + "multiplier": 4 + }] + } + ], + "parts": [ + { + "x": -1, + "y": 0, + "z": 1, + "elements": [ + "nuclearcraft:fission_block@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 0, + "elements": [ + "nuclearcraft:fission_block@0" + ] + }, + { + "x": 1, + "y": 2, + "z": 1, + "elements": [ + "contenttweaker:draconium_electromagnet@0" + ] + }, + { + "x": 0, + "y": 2, + "z": 2, + "elements": [ + "contenttweaker:draconium_electromagnet@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 2, + "elements": [ + "nuclearcraft:fission_block@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 1, + "elements": [ + "modularmachinery:blockenergyinputhatch" + ] + }, + { + "x": 1, + "y": 0, + "z": 0, + "elements": [ + "nuclearcraft:fission_block@0" + ] + }, + { + "x": 1, + "y": 2, + "z": 2, + "elements": [ + "contenttweaker:draconium_electromagnet@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 2, + "elements": [ + "modularmachinery:blockinputbus" + ] + }, + { + "x": 1, + "y": 0, + "z": 1, + "elements": [ + "nuclearcraft:fission_block@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 2, + "elements": [ + "nuclearcraft:fission_block@0" + ] + }, + { + "x": -1, + "y": 3, + "z": 0, + "elements": [ + "nuclearcraft:fission_block@0" + ] + }, + { + "x": -1, + "y": 3, + "z": 1, + "elements": [ + "nuclearcraft:fission_block@0" + ] + }, + { + "x": 0, + "y": 3, + "z": 0, + "elements": [ + "thermalexpansion:machine@3" + ] + }, + { + "x": -1, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:draconium_electromagnet@0" + ] + }, + { + "x": -1, + "y": 3, + "z": 2, + "elements": [ + "nuclearcraft:fission_block@0" + ] + }, + { + "x": 1, + "y": 3, + "z": 0, + "elements": [ + "nuclearcraft:fission_block@0" + ] + }, + { + "x": 0, + "y": 3, + "z": 1, + "elements": [ + "contenttweaker:mythic_coil_t1@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:draconium_electromagnet@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 1, + "elements": [ + "contenttweaker:draconium_electromagnet@0" + ] + }, + { + "x": 1, + "y": 3, + "z": 1, + "elements": [ + "nuclearcraft:fission_block@0" + ] + }, + { + "x": 0, + "y": 3, + "z": 2, + "elements": [ + "modularmachinery:blockoutputbus" + ] + }, + { + "x": 1, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:draconium_electromagnet@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:draconium_electromagnet@0" + ] + }, + { + "x": 1, + "y": 3, + "z": 2, + "elements": [ + "nuclearcraft:fission_block@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 1, + "elements": [ + "contenttweaker:draconium_electromagnet@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:draconium_electromagnet@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:draconium_electromagnet@0" + ] + }, + { + "x": -1, + "y": 2, + "z": 0, + "elements": [ + "contenttweaker:draconium_electromagnet@0" + ] + }, + { + "x": 0, + "y": 2, + "z": 0, + "elements": [ + "contenttweaker:draconium_electromagnet@0" + ] + }, + { + "x": -1, + "y": 2, + "z": 1, + "elements": [ + "contenttweaker:draconium_electromagnet@0" + ] + }, + { + "x": 1, + "y": 2, + "z": 0, + "elements": [ + "contenttweaker:draconium_electromagnet@0" + ] + }, + { + "x": -1, + "y": 2, + "z": 2, + "elements": [ + "contenttweaker:draconium_electromagnet@0" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/mythic_processor_compactor.json b/config/modularmachinery/machinery/mythic_processor_compactor.json new file mode 100644 index 00000000..5c9895f3 --- /dev/null +++ b/config/modularmachinery/machinery/mythic_processor_compactor.json @@ -0,0 +1,291 @@ +{ + "registryname": "mythic_processor_compactor", + "localizedname": "Mythic Processor: Compactor", + "color": "464f47", + "modifiers": [ + { + "elements": "contenttweaker:mythic_coil_t2@0", + "x": 0, + "y": 3, + "z": 1, + "description": "Multiplies amounts processed by 4", + "modifiers": [{ + "io": "output", + "target": "item", + "operation": 1, + "multiplier": 4 + }, + { + "io": "input", + "target": "duration", + "operation": 1, + "multiplier": 4 + }] + } + ], + "parts": [ + { + "x": -1, + "y": 0, + "z": 1, + "elements": [ + "nuclearcraft:fission_block@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 0, + "elements": [ + "nuclearcraft:fission_block@0" + ] + }, + { + "x": 0, + "y": 2, + "z": 2, + "elements": [ + "contenttweaker:draconium_electromagnet@0" + ] + }, + { + "x": 1, + "y": 2, + "z": 1, + "elements": [ + "contenttweaker:draconium_electromagnet@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 2, + "elements": [ + "nuclearcraft:fission_block@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 1, + "elements": [ + "modularmachinery:blockenergyinputhatch" + ] + }, + { + "x": 1, + "y": 0, + "z": 0, + "elements": [ + "nuclearcraft:fission_block@0" + ] + }, + { + "x": 1, + "y": 2, + "z": 2, + "elements": [ + "contenttweaker:draconium_electromagnet@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 2, + "elements": [ + "modularmachinery:blockinputbus" + ] + }, + { + "x": 1, + "y": 0, + "z": 1, + "elements": [ + "nuclearcraft:fission_block@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 2, + "elements": [ + "nuclearcraft:fission_block@0" + ] + }, + { + "x": -1, + "y": 3, + "z": 0, + "elements": [ + "nuclearcraft:fission_block@0" + ] + }, + { + "x": -1, + "y": 3, + "z": 1, + "elements": [ + "nuclearcraft:fission_block@0" + ] + }, + { + "x": 0, + "y": 3, + "z": 0, + "elements": [ + "thermalexpansion:machine@5" + ] + }, + { + "x": -1, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:draconium_electromagnet@0" + ] + }, + { + "x": 1, + "y": 3, + "z": 0, + "elements": [ + "nuclearcraft:fission_block@0" + ] + }, + { + "x": -1, + "y": 3, + "z": 2, + "elements": [ + "nuclearcraft:fission_block@0" + ] + }, + { + "x": 0, + "y": 3, + "z": 1, + "elements": [ + "contenttweaker:mythic_coil_t1@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:draconium_electromagnet@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 1, + "elements": [ + "contenttweaker:draconium_electromagnet@0" + ] + }, + { + "x": 1, + "y": 3, + "z": 1, + "elements": [ + "nuclearcraft:fission_block@0" + ] + }, + { + "x": 0, + "y": 3, + "z": 2, + "elements": [ + "modularmachinery:blockoutputbus" + ] + }, + { + "x": 1, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:draconium_electromagnet@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:draconium_electromagnet@0" + ] + }, + { + "x": 1, + "y": 3, + "z": 2, + "elements": [ + "nuclearcraft:fission_block@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:draconium_electromagnet@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 1, + "elements": [ + "contenttweaker:draconium_electromagnet@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:draconium_electromagnet@0" + ] + }, + { + "x": -1, + "y": 2, + "z": 0, + "elements": [ + "contenttweaker:draconium_electromagnet@0" + ] + }, + { + "x": 0, + "y": 2, + "z": 0, + "elements": [ + "contenttweaker:draconium_electromagnet@0" + ] + }, + { + "x": -1, + "y": 2, + "z": 1, + "elements": [ + "contenttweaker:draconium_electromagnet@0" + ] + }, + { + "x": 1, + "y": 2, + "z": 0, + "elements": [ + "contenttweaker:draconium_electromagnet@0" + ] + }, + { + "x": -1, + "y": 2, + "z": 2, + "elements": [ + "contenttweaker:draconium_electromagnet@0" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/mythic_processor_empowerer.json b/config/modularmachinery/machinery/mythic_processor_empowerer.json new file mode 100644 index 00000000..99aa3369 --- /dev/null +++ b/config/modularmachinery/machinery/mythic_processor_empowerer.json @@ -0,0 +1,291 @@ +{ + "registryname": "mythic_processor_empowerer", + "localizedname": "Mythic Processor: Empowerer", + "color": "464f47", + "modifiers": [ + { + "elements": "contenttweaker:mythic_coil_t2@0", + "x": 0, + "y": 3, + "z": 1, + "description": "Multiplies amounts processed by 4", + "modifiers": [{ + "io": "output", + "target": "item", + "operation": 1, + "multiplier": 4 + }, + { + "io": "input", + "target": "duration", + "operation": 1, + "multiplier": 4 + }] + } + ], + "parts": [ + { + "x": -1, + "y": 0, + "z": 0, + "elements": [ + "nuclearcraft:fission_block@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 1, + "elements": [ + "nuclearcraft:fission_block@0" + ] + }, + { + "x": 0, + "y": 2, + "z": 2, + "elements": [ + "contenttweaker:draconium_electromagnet@0" + ] + }, + { + "x": 1, + "y": 2, + "z": 1, + "elements": [ + "contenttweaker:draconium_electromagnet@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 1, + "elements": [ + "modularmachinery:blockenergyinputhatch" + ] + }, + { + "x": 1, + "y": 0, + "z": 0, + "elements": [ + "nuclearcraft:fission_block@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 2, + "elements": [ + "nuclearcraft:fission_block@0" + ] + }, + { + "x": 1, + "y": 2, + "z": 2, + "elements": [ + "contenttweaker:draconium_electromagnet@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 1, + "elements": [ + "nuclearcraft:fission_block@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 2, + "elements": [ + "modularmachinery:blockinputbus" + ] + }, + { + "x": 1, + "y": 0, + "z": 2, + "elements": [ + "nuclearcraft:fission_block@0" + ] + }, + { + "x": -1, + "y": 3, + "z": 0, + "elements": [ + "nuclearcraft:fission_block@0" + ] + }, + { + "x": 0, + "y": 3, + "z": 0, + "elements": [ + "thermalexpansion:machine@9" + ] + }, + { + "x": -1, + "y": 3, + "z": 1, + "elements": [ + "nuclearcraft:fission_block@0" + ] + }, + { + "x": 0, + "y": 3, + "z": 1, + "elements": [ + "contenttweaker:mythic_coil_t1@0" + ] + }, + { + "x": 1, + "y": 3, + "z": 0, + "elements": [ + "nuclearcraft:fission_block@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:draconium_electromagnet@0" + ] + }, + { + "x": -1, + "y": 3, + "z": 2, + "elements": [ + "nuclearcraft:fission_block@0" + ] + }, + { + "x": 0, + "y": 3, + "z": 2, + "elements": [ + "modularmachinery:blockoutputbus" + ] + }, + { + "x": 1, + "y": 3, + "z": 1, + "elements": [ + "nuclearcraft:fission_block@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:draconium_electromagnet@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 1, + "elements": [ + "contenttweaker:draconium_electromagnet@0" + ] + }, + { + "x": 1, + "y": 3, + "z": 2, + "elements": [ + "nuclearcraft:fission_block@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:draconium_electromagnet@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:draconium_electromagnet@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:draconium_electromagnet@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 1, + "elements": [ + "contenttweaker:draconium_electromagnet@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:draconium_electromagnet@0" + ] + }, + { + "x": -1, + "y": 2, + "z": 0, + "elements": [ + "contenttweaker:draconium_electromagnet@0" + ] + }, + { + "x": -1, + "y": 2, + "z": 1, + "elements": [ + "contenttweaker:draconium_electromagnet@0" + ] + }, + { + "x": 0, + "y": 2, + "z": 0, + "elements": [ + "contenttweaker:draconium_electromagnet@0" + ] + }, + { + "x": -1, + "y": 2, + "z": 2, + "elements": [ + "contenttweaker:draconium_electromagnet@0" + ] + }, + { + "x": 1, + "y": 2, + "z": 0, + "elements": [ + "contenttweaker:draconium_electromagnet@0" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/mythic_processor_furnace.json b/config/modularmachinery/machinery/mythic_processor_furnace.json new file mode 100644 index 00000000..74b733de --- /dev/null +++ b/config/modularmachinery/machinery/mythic_processor_furnace.json @@ -0,0 +1,270 @@ +{ + "registryname": "mythic_processor_furnace", + "localizedname": "Mythic Processor: Furnace", + "color": "464f47", + "parts": [ + { + "x": -1, + "y": 0, + "z": 0, + "elements": [ + "nuclearcraft:fission_block@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 1, + "elements": [ + "nuclearcraft:fission_block@0" + ] + }, + { + "x": 0, + "y": 2, + "z": 2, + "elements": [ + "contenttweaker:draconium_electromagnet@0" + ] + }, + { + "x": 1, + "y": 2, + "z": 1, + "elements": [ + "contenttweaker:draconium_electromagnet@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 1, + "elements": [ + "modularmachinery:blockenergyinputhatch" + ] + }, + { + "x": 1, + "y": 0, + "z": 0, + "elements": [ + "nuclearcraft:fission_block@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 2, + "elements": [ + "nuclearcraft:fission_block@0" + ] + }, + { + "x": 1, + "y": 2, + "z": 2, + "elements": [ + "contenttweaker:draconium_electromagnet@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 1, + "elements": [ + "nuclearcraft:fission_block@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 2, + "elements": [ + "modularmachinery:blockinputbus" + ] + }, + { + "x": 1, + "y": 0, + "z": 2, + "elements": [ + "nuclearcraft:fission_block@0" + ] + }, + { + "x": -1, + "y": 3, + "z": 0, + "elements": [ + "nuclearcraft:fission_block@0" + ] + }, + { + "x": 0, + "y": 3, + "z": 0, + "elements": [ + "thermalexpansion:machine@0" + ] + }, + { + "x": -1, + "y": 3, + "z": 1, + "elements": [ + "nuclearcraft:fission_block@0" + ] + }, + { + "x": 0, + "y": 3, + "z": 1, + "elements": [ + "contenttweaker:mythic_coil_t1@0" + ] + }, + { + "x": 1, + "y": 3, + "z": 0, + "elements": [ + "nuclearcraft:fission_block@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:draconium_electromagnet@0" + ] + }, + { + "x": -1, + "y": 3, + "z": 2, + "elements": [ + "nuclearcraft:fission_block@0" + ] + }, + { + "x": 0, + "y": 3, + "z": 2, + "elements": [ + "modularmachinery:blockoutputbus" + ] + }, + { + "x": 1, + "y": 3, + "z": 1, + "elements": [ + "nuclearcraft:fission_block@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:draconium_electromagnet@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 1, + "elements": [ + "contenttweaker:draconium_electromagnet@0" + ] + }, + { + "x": 1, + "y": 3, + "z": 2, + "elements": [ + "nuclearcraft:fission_block@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:draconium_electromagnet@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:draconium_electromagnet@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:draconium_electromagnet@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 1, + "elements": [ + "contenttweaker:draconium_electromagnet@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:draconium_electromagnet@0" + ] + }, + { + "x": -1, + "y": 2, + "z": 0, + "elements": [ + "contenttweaker:draconium_electromagnet@0" + ] + }, + { + "x": -1, + "y": 2, + "z": 1, + "elements": [ + "contenttweaker:draconium_electromagnet@0" + ] + }, + { + "x": 0, + "y": 2, + "z": 0, + "elements": [ + "contenttweaker:draconium_electromagnet@0" + ] + }, + { + "x": -1, + "y": 2, + "z": 2, + "elements": [ + "contenttweaker:draconium_electromagnet@0" + ] + }, + { + "x": 1, + "y": 2, + "z": 0, + "elements": [ + "contenttweaker:draconium_electromagnet@0" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/mythic_processor_gearworking_die.json b/config/modularmachinery/machinery/mythic_processor_gearworking_die.json new file mode 100644 index 00000000..977b0b67 --- /dev/null +++ b/config/modularmachinery/machinery/mythic_processor_gearworking_die.json @@ -0,0 +1,291 @@ +{ + "registryname": "mythic_processor_gearworking_die", + "localizedname": "Mythic Processor: Gearworking Die", + "color": "464f47", + "modifiers": [ + { + "elements": "contenttweaker:mythic_coil_t2@0", + "x": 0, + "y": 3, + "z": 1, + "description": "Multiplies amounts processed by 4", + "modifiers": [{ + "io": "output", + "target": "item", + "operation": 1, + "multiplier": 4 + }, + { + "io": "input", + "target": "duration", + "operation": 1, + "multiplier": 4 + }] + } + ], + "parts": [ + { + "x": -1, + "y": 0, + "z": 0, + "elements": [ + "nuclearcraft:fission_block@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 1, + "elements": [ + "nuclearcraft:fission_block@0" + ] + }, + { + "x": 1, + "y": 2, + "z": 1, + "elements": [ + "contenttweaker:draconium_electromagnet@0" + ] + }, + { + "x": 0, + "y": 2, + "z": 2, + "elements": [ + "contenttweaker:draconium_electromagnet@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 2, + "elements": [ + "nuclearcraft:fission_block@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 1, + "elements": [ + "modularmachinery:blockenergyinputhatch" + ] + }, + { + "x": 1, + "y": 0, + "z": 0, + "elements": [ + "nuclearcraft:fission_block@0" + ] + }, + { + "x": 1, + "y": 2, + "z": 2, + "elements": [ + "contenttweaker:draconium_electromagnet@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 2, + "elements": [ + "modularmachinery:blockinputbus" + ] + }, + { + "x": 1, + "y": 0, + "z": 1, + "elements": [ + "nuclearcraft:fission_block@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 2, + "elements": [ + "nuclearcraft:fission_block@0" + ] + }, + { + "x": -1, + "y": 3, + "z": 0, + "elements": [ + "nuclearcraft:fission_block@0" + ] + }, + { + "x": -1, + "y": 3, + "z": 1, + "elements": [ + "nuclearcraft:fission_block@0" + ] + }, + { + "x": 0, + "y": 3, + "z": 0, + "elements": [ + "thermalexpansion:machine@11" + ] + }, + { + "x": -1, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:draconium_electromagnet@0" + ] + }, + { + "x": -1, + "y": 3, + "z": 2, + "elements": [ + "nuclearcraft:fission_block@0" + ] + }, + { + "x": 1, + "y": 3, + "z": 0, + "elements": [ + "nuclearcraft:fission_block@0" + ] + }, + { + "x": 0, + "y": 3, + "z": 1, + "elements": [ + "contenttweaker:mythic_coil_t1@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:draconium_electromagnet@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 1, + "elements": [ + "contenttweaker:draconium_electromagnet@0" + ] + }, + { + "x": 1, + "y": 3, + "z": 1, + "elements": [ + "nuclearcraft:fission_block@0" + ] + }, + { + "x": 0, + "y": 3, + "z": 2, + "elements": [ + "modularmachinery:blockoutputbus" + ] + }, + { + "x": 1, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:draconium_electromagnet@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:draconium_electromagnet@0" + ] + }, + { + "x": 1, + "y": 3, + "z": 2, + "elements": [ + "nuclearcraft:fission_block@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 1, + "elements": [ + "contenttweaker:draconium_electromagnet@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:draconium_electromagnet@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:draconium_electromagnet@0" + ] + }, + { + "x": -1, + "y": 2, + "z": 0, + "elements": [ + "contenttweaker:draconium_electromagnet@0" + ] + }, + { + "x": 0, + "y": 2, + "z": 0, + "elements": [ + "contenttweaker:draconium_electromagnet@0" + ] + }, + { + "x": -1, + "y": 2, + "z": 1, + "elements": [ + "contenttweaker:draconium_electromagnet@0" + ] + }, + { + "x": 1, + "y": 2, + "z": 0, + "elements": [ + "contenttweaker:draconium_electromagnet@0" + ] + }, + { + "x": -1, + "y": 2, + "z": 2, + "elements": [ + "contenttweaker:draconium_electromagnet@0" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/mythic_processor_pulverizer.json b/config/modularmachinery/machinery/mythic_processor_pulverizer.json new file mode 100644 index 00000000..d81feed6 --- /dev/null +++ b/config/modularmachinery/machinery/mythic_processor_pulverizer.json @@ -0,0 +1,291 @@ +{ + "registryname": "mythic_processor_pulverizer", + "localizedname": "Mythic Processor: Pulverizer", + "color": "464f47", + "modifiers": [ + { + "elements": "contenttweaker:mythic_coil_t2@0", + "x": 0, + "y": 3, + "z": 1, + "description": "Multiplies amounts processed by 4", + "modifiers": [{ + "io": "output", + "target": "item", + "operation": 1, + "multiplier": 4 + }, + { + "io": "input", + "target": "duration", + "operation": 1, + "multiplier": 4 + }] + } + ], + "parts": [ + { + "x": -1, + "y": 0, + "z": 0, + "elements": [ + "nuclearcraft:fission_block@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 1, + "elements": [ + "nuclearcraft:fission_block@0" + ] + }, + { + "x": 0, + "y": 2, + "z": 2, + "elements": [ + "contenttweaker:draconium_electromagnet@0" + ] + }, + { + "x": 1, + "y": 2, + "z": 1, + "elements": [ + "contenttweaker:draconium_electromagnet@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 1, + "elements": [ + "modularmachinery:blockenergyinputhatch" + ] + }, + { + "x": 1, + "y": 0, + "z": 0, + "elements": [ + "nuclearcraft:fission_block@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 2, + "elements": [ + "nuclearcraft:fission_block@0" + ] + }, + { + "x": 1, + "y": 2, + "z": 2, + "elements": [ + "contenttweaker:draconium_electromagnet@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 1, + "elements": [ + "nuclearcraft:fission_block@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 2, + "elements": [ + "modularmachinery:blockinputbus" + ] + }, + { + "x": 1, + "y": 0, + "z": 2, + "elements": [ + "nuclearcraft:fission_block@0" + ] + }, + { + "x": -1, + "y": 3, + "z": 0, + "elements": [ + "nuclearcraft:fission_block@0" + ] + }, + { + "x": 0, + "y": 3, + "z": 0, + "elements": [ + "thermalexpansion:machine@1" + ] + }, + { + "x": -1, + "y": 3, + "z": 1, + "elements": [ + "nuclearcraft:fission_block@0" + ] + }, + { + "x": 0, + "y": 3, + "z": 1, + "elements": [ + "contenttweaker:mythic_coil_t1@0" + ] + }, + { + "x": 1, + "y": 3, + "z": 0, + "elements": [ + "nuclearcraft:fission_block@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:draconium_electromagnet@0" + ] + }, + { + "x": -1, + "y": 3, + "z": 2, + "elements": [ + "nuclearcraft:fission_block@0" + ] + }, + { + "x": 0, + "y": 3, + "z": 2, + "elements": [ + "modularmachinery:blockoutputbus" + ] + }, + { + "x": 1, + "y": 3, + "z": 1, + "elements": [ + "nuclearcraft:fission_block@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:draconium_electromagnet@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 1, + "elements": [ + "contenttweaker:draconium_electromagnet@0" + ] + }, + { + "x": 1, + "y": 3, + "z": 2, + "elements": [ + "nuclearcraft:fission_block@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:draconium_electromagnet@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:draconium_electromagnet@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:draconium_electromagnet@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 1, + "elements": [ + "contenttweaker:draconium_electromagnet@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:draconium_electromagnet@0" + ] + }, + { + "x": -1, + "y": 2, + "z": 0, + "elements": [ + "contenttweaker:draconium_electromagnet@0" + ] + }, + { + "x": -1, + "y": 2, + "z": 1, + "elements": [ + "contenttweaker:draconium_electromagnet@0" + ] + }, + { + "x": 0, + "y": 2, + "z": 0, + "elements": [ + "contenttweaker:draconium_electromagnet@0" + ] + }, + { + "x": -1, + "y": 2, + "z": 2, + "elements": [ + "contenttweaker:draconium_electromagnet@0" + ] + }, + { + "x": 1, + "y": 2, + "z": 0, + "elements": [ + "contenttweaker:draconium_electromagnet@0" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/mythical_resource_crucible.json b/config/modularmachinery/machinery/mythical_resource_crucible.json new file mode 100644 index 00000000..2dfdb265 --- /dev/null +++ b/config/modularmachinery/machinery/mythical_resource_crucible.json @@ -0,0 +1,662 @@ +{ + "registryname": "mythical_resource_crucible", + "localizedname": "Mythical Resource Crucible", + "color": "611a15", + "parts": [ + { + "x": -1, + "y": 0, + "z": 0, + "elements": [ + "divinerpg:netherite_minibricks@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 0, + "elements": [ + "divinerpg:netherite_minibricks@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 2, + "elements": [ + "divinerpg:netherite_minibricks@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 2, + "elements": [ + "modularmachinery:blockfluidoutputhatch" + ] + }, + { + "x": -3, + "y": 0, + "z": 0, + "elements": [ + "divinerpg:netherite_minibricks@0" + ] + }, + { + "x": -4, + "y": 0, + "z": 0, + "elements": [ + "twilightforest:block_storage@1" + ] + }, + { + "x": 1, + "y": 0, + "z": 2, + "elements": [ + "divinerpg:netherite_minibricks@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 0, + "elements": [ + "divinerpg:netherite_minibricks@0" + ] + }, + { + "x": 4, + "y": 0, + "z": 0, + "elements": [ + "twilightforest:block_storage@1" + ] + }, + { + "x": -5, + "y": 0, + "z": 0, + "elements": [ + "divinerpg:netherite_minibricks@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 2, + "elements": [ + "divinerpg:netherite_minibricks@0" + ] + }, + { + "x": 5, + "y": 0, + "z": 0, + "elements": [ + "divinerpg:netherite_minibricks@0" + ] + }, + { + "x": 4, + "y": 0, + "z": 2, + "elements": [ + "twilightforest:block_storage@1" + ] + }, + { + "x": 5, + "y": 0, + "z": 2, + "elements": [ + "divinerpg:netherite_minibricks@0" + ] + }, + { + "x": 5, + "y": -1, + "z": 0, + "elements": [ + "divinerpg:bedrock_minibricks@0" + ] + }, + { + "x": -5, + "y": 1, + "z": 0, + "elements": [ + "divinerpg:bedrock_minibricks@0" + ] + }, + { + "x": 4, + "y": -1, + "z": 0, + "elements": [ + "divinerpg:bedrock_minibricks@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 0, + "elements": [ + "divinerpg:bedrock_minibricks@0" + ] + }, + { + "x": -4, + "y": 1, + "z": 0, + "elements": [ + "divinerpg:bedrock_minibricks@0" + ] + }, + { + "x": -3, + "y": 1, + "z": 0, + "elements": [ + "divinerpg:bedrock_minibricks@0" + ] + }, + { + "x": -5, + "y": 1, + "z": 2, + "elements": [ + "divinerpg:bedrock_minibricks@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 0, + "elements": [ + "divinerpg:bedrock_minibricks@0" + ] + }, + { + "x": -5, + "y": -1, + "z": 1, + "elements": [ + "divinerpg:bedrock_minibricks@0" + ] + }, + { + "x": -4, + "y": 1, + "z": 2, + "elements": [ + "divinerpg:bedrock_minibricks@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 0, + "elements": [ + "divinerpg:bedrock_minibricks@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 0, + "elements": [ + "divinerpg:bedrock_minibricks@0" + ] + }, + { + "x": -4, + "y": -1, + "z": 1, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": -3, + "y": 1, + "z": 2, + "elements": [ + "divinerpg:bedrock_minibricks@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 0, + "elements": [ + "divinerpg:bedrock_minibricks@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 0, + "elements": [ + "divinerpg:bedrock_minibricks@0" + ] + }, + { + "x": -3, + "y": -1, + "z": 1, + "elements": [ + "divinerpg:bedrock_minibricks@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 2, + "elements": [ + "divinerpg:bedrock_minibricks@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 0, + "elements": [ + "divinerpg:bedrock_minibricks@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 2, + "elements": [ + "divinerpg:bedrock_minibricks@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 1, + "elements": [ + "divinerpg:bedrock_minibricks@0" + ] + }, + { + "x": -3, + "y": -1, + "z": 0, + "elements": [ + "divinerpg:bedrock_minibricks@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 1, + "elements": [ + "modularmachinery:blockenergyinputhatch" + ] + }, + { + "x": -4, + "y": -1, + "z": 0, + "elements": [ + "divinerpg:bedrock_minibricks@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 2, + "elements": [ + "divinerpg:bedrock_minibricks@0" + ] + }, + { + "x": 3, + "y": 1, + "z": 0, + "elements": [ + "divinerpg:bedrock_minibricks@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 1, + "elements": [ + "divinerpg:bedrock_minibricks@0" + ] + }, + { + "x": 4, + "y": 1, + "z": 0, + "elements": [ + "divinerpg:bedrock_minibricks@0" + ] + }, + { + "x": -5, + "y": -1, + "z": 0, + "elements": [ + "divinerpg:bedrock_minibricks@0" + ] + }, + { + "x": 3, + "y": 1, + "z": 2, + "elements": [ + "divinerpg:bedrock_minibricks@0" + ] + }, + { + "x": 5, + "y": 1, + "z": 0, + "elements": [ + "divinerpg:bedrock_minibricks@0" + ] + }, + { + "x": 4, + "y": 1, + "z": 2, + "elements": [ + "divinerpg:bedrock_minibricks@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 1, + "elements": [ + "divinerpg:bedrock_minibricks@0" + ] + }, + { + "x": 5, + "y": 1, + "z": 2, + "elements": [ + "divinerpg:bedrock_minibricks@0" + ] + }, + { + "x": 4, + "y": -1, + "z": 1, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": 5, + "y": -1, + "z": 1, + "elements": [ + "divinerpg:bedrock_minibricks@0" + ] + }, + { + "x": -5, + "y": 0, + "z": 1, + "elements": [ + "modularmachinery:blockinputbus" + ] + }, + { + "x": -4, + "y": 0, + "z": 1, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": -3, + "y": 0, + "z": 1, + "elements": [ + "divinerpg:netherite_minibricks@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 1, + "elements": [ + "divinerpg:netherite_minibricks@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 1, + "elements": [ + "divinerpg:netherite_minibricks@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 1, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": 1, + "y": 0, + "z": 1, + "elements": [ + "divinerpg:netherite_minibricks@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 1, + "elements": [ + "divinerpg:netherite_minibricks@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 1, + "elements": [ + "divinerpg:netherite_minibricks@0" + ] + }, + { + "x": 4, + "y": 0, + "z": 1, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": 5, + "y": 0, + "z": 1, + "elements": [ + "modularmachinery:blockinputbus" + ] + }, + { + "x": -5, + "y": 1, + "z": 1, + "elements": [ + "divinerpg:bedrock_minibricks@0" + ] + }, + { + "x": -4, + "y": 1, + "z": 1, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": -3, + "y": 1, + "z": 1, + "elements": [ + "divinerpg:bedrock_minibricks@0" + ] + }, + { + "x": -5, + "y": -1, + "z": 2, + "elements": [ + "divinerpg:bedrock_minibricks@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 1, + "elements": [ + "divinerpg:bedrock_minibricks@0" + ] + }, + { + "x": -4, + "y": -1, + "z": 2, + "elements": [ + "divinerpg:bedrock_minibricks@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 1, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": -3, + "y": -1, + "z": 2, + "elements": [ + "divinerpg:bedrock_minibricks@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 1, + "elements": [ + "divinerpg:bedrock_minibricks@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 2, + "elements": [ + "divinerpg:bedrock_minibricks@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 2, + "elements": [ + "divinerpg:bedrock_minibricks@0" + ] + }, + { + "x": 3, + "y": 1, + "z": 1, + "elements": [ + "divinerpg:bedrock_minibricks@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 2, + "elements": [ + "divinerpg:bedrock_minibricks@0" + ] + }, + { + "x": 4, + "y": 1, + "z": 1, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": 5, + "y": 1, + "z": 1, + "elements": [ + "divinerpg:bedrock_minibricks@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 2, + "elements": [ + "divinerpg:bedrock_minibricks@0" + ] + }, + { + "x": 4, + "y": -1, + "z": 2, + "elements": [ + "divinerpg:bedrock_minibricks@0" + ] + }, + { + "x": 5, + "y": -1, + "z": 2, + "elements": [ + "divinerpg:bedrock_minibricks@0" + ] + }, + { + "x": -5, + "y": 0, + "z": 2, + "elements": [ + "divinerpg:netherite_minibricks@0" + ] + }, + { + "x": -4, + "y": 0, + "z": 2, + "elements": [ + "twilightforest:block_storage@1" + ] + }, + { + "x": -3, + "y": 0, + "z": 2, + "elements": [ + "divinerpg:netherite_minibricks@0" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/neutronium_bombarder.json b/config/modularmachinery/machinery/neutronium_bombarder.json new file mode 100644 index 00000000..f4bd115c --- /dev/null +++ b/config/modularmachinery/machinery/neutronium_bombarder.json @@ -0,0 +1,294 @@ +{ + "registryname": "neutronium_bombarder", + "localizedname": "Neutronium Bombarder", + "color": "382e2d", + "parts": [ + { + "x": -2, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:neutronium_bombarder@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 0, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 2, + "elements": [ + "modularmachinery:blockinputbus" + ] + }, + { + "x": 0, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:neutronium_bombarder@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 0, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 2, + "elements": [ + "modularmachinery:blockfluidoutputhatch" + ] + }, + { + "x": 1, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:neutronium_bombarder@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 1, + "elements": [ + "modularmachinery:blockfluidinputhatch" + ] + }, + { + "x": 1, + "y": 0, + "z": 2, + "elements": [ + "modularmachinery:blockinputbus" + ] + }, + { + "x": 2, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 0, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 0, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 0, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 1, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 0, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 1, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 0, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 1, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 2, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:neutronium_bombarder@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 1, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 1, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 2, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 1, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 2, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 1, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 2, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 2, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 1, + "elements": [ + "modularmachinery:blockfluidinputhatch" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/neutronium_cannon.json b/config/modularmachinery/machinery/neutronium_cannon.json new file mode 100644 index 00000000..046f0fea --- /dev/null +++ b/config/modularmachinery/machinery/neutronium_cannon.json @@ -0,0 +1,222 @@ +{ + "registryname": "neutronium_cannon", + "localizedname": "Neutronium Cannon", + "color": "382e2d", + "parts": [ + { + "x": -1, + "y": 0, + "z": 0, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 0, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 3, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": -1, + "y": -2, + "z": 1, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": -1, + "y": -2, + "z": 2, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 3, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": -1, + "y": -2, + "z": 3, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": 1, + "y": -2, + "z": 1, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 3, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": 0, + "y": -2, + "z": 3, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": 1, + "y": -2, + "z": 2, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": 1, + "y": -2, + "z": 3, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 0, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockfluidoutputhatch@2" + ] + }, + { + "x": -1, + "y": -1, + "z": 0, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 1, + "elements": [ + "contenttweaker:neutronium_cannon@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 2, + "elements": [ + "contenttweaker:neutronium_cannon@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 3, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 3, + "elements": [ + "modularmachinery:blockinputbus@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 3, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": 1, + "y": -2, + "z": 0, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": 0, + "y": -2, + "z": 0, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": -1, + "y": -2, + "z": 0, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/particle_accelerator.json b/config/modularmachinery/machinery/particle_accelerator.json new file mode 100644 index 00000000..d55a7398 --- /dev/null +++ b/config/modularmachinery/machinery/particle_accelerator.json @@ -0,0 +1,1686 @@ +{ + "registryname": "particle_accelerator", + "localizedname": "Particle Accelerator", + "color": "382e2d", + "parts": [ + { + "x": -7, + "y": 0, + "z": 0, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 8, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": 7, + "y": 0, + "z": 0, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 8, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 8, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 8, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 8, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": 7, + "y": -1, + "z": 0, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": -7, + "y": 1, + "z": 0, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 0, + "elements": [ + "contenttweaker:experiment_casing@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:experiment_casing@0" + ] + }, + { + "x": -4, + "y": -1, + "z": 7, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": -7, + "y": -1, + "z": 0, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": -3, + "y": -1, + "z": 7, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 8, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": 7, + "y": 1, + "z": 0, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 7, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 8, + "elements": [ + "contenttweaker:experiment_casing@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 8, + "elements": [ + "contenttweaker:experiment_casing@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 7, + "elements": [ + "contenttweaker:experiment_casing@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 8, + "elements": [ + "contenttweaker:experiment_casing@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 8, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 7, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 7, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": 4, + "y": -1, + "z": 7, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": -4, + "y": 0, + "z": 7, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 7, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 7, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 7, + "elements": [ + "contenttweaker:experiment_casing@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 7, + "elements": [ + "contenttweaker:linear_accelerator_tube@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 7, + "elements": [ + "contenttweaker:experiment_casing@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 7, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 7, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": 4, + "y": 0, + "z": 7, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": -5, + "y": -1, + "z": 6, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": -4, + "y": 1, + "z": 7, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": -4, + "y": -1, + "z": 6, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": -3, + "y": 1, + "z": 7, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 7, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": 2, + "y": 1, + "z": -6, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": 1, + "y": 1, + "z": -6, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 7, + "elements": [ + "contenttweaker:experiment_casing@0" + ] + }, + { + "x": 0, + "y": 1, + "z": -6, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 6, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": -1, + "y": 1, + "z": -6, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": -2, + "y": 1, + "z": -6, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 7, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": 3, + "y": 1, + "z": 7, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": 4, + "y": 1, + "z": 7, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": 4, + "y": -1, + "z": 6, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": 5, + "y": -1, + "z": 6, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": -5, + "y": 0, + "z": 6, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": -4, + "y": 0, + "z": 6, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": 2, + "y": 0, + "z": -6, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": 1, + "y": 0, + "z": -6, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": 0, + "y": 0, + "z": -6, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 6, + "elements": [ + "contenttweaker:linear_accelerator_tube@0" + ] + }, + { + "x": -1, + "y": 0, + "z": -6, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": -2, + "y": 0, + "z": -6, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": 4, + "y": 0, + "z": 6, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": 5, + "y": 0, + "z": 6, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": -6, + "y": -1, + "z": 5, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": -5, + "y": 1, + "z": 6, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": -5, + "y": -1, + "z": 5, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": -4, + "y": 1, + "z": 6, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": 4, + "y": 1, + "z": -5, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": 3, + "y": 1, + "z": -5, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": 2, + "y": -1, + "z": -6, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": 2, + "y": 1, + "z": -5, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": 1, + "y": -1, + "z": -6, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": 0, + "y": -1, + "z": -6, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 6, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": -1, + "y": -1, + "z": -6, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 5, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": -2, + "y": -1, + "z": -6, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": -2, + "y": 1, + "z": -5, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": -3, + "y": 1, + "z": -5, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": -4, + "y": 1, + "z": -5, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": 4, + "y": 1, + "z": 6, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": 5, + "y": 1, + "z": 6, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": 5, + "y": -1, + "z": 5, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": 6, + "y": -1, + "z": 5, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": -6, + "y": 0, + "z": 5, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": -5, + "y": 0, + "z": 5, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": 4, + "y": 0, + "z": -5, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": 3, + "y": 0, + "z": -5, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": 2, + "y": 0, + "z": -5, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 5, + "elements": [ + "contenttweaker:linear_accelerator_tube@0" + ] + }, + { + "x": -2, + "y": 0, + "z": -5, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": -3, + "y": 0, + "z": -5, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": -4, + "y": 0, + "z": -5, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": 5, + "y": 0, + "z": 5, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": 6, + "y": 0, + "z": 5, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": -6, + "y": 1, + "z": 5, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": -6, + "y": -1, + "z": 4, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": -5, + "y": 1, + "z": 5, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": 5, + "y": 1, + "z": -4, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": 4, + "y": -1, + "z": -5, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": 4, + "y": 1, + "z": -4, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": 3, + "y": -1, + "z": -5, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": 2, + "y": -1, + "z": -5, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 5, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 4, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": -2, + "y": -1, + "z": -5, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": -3, + "y": -1, + "z": -5, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": -4, + "y": -1, + "z": -5, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": -4, + "y": 1, + "z": -4, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": -5, + "y": 1, + "z": -4, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": 5, + "y": 1, + "z": 5, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": 6, + "y": 1, + "z": 5, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": 6, + "y": -1, + "z": 4, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": -6, + "y": 0, + "z": 4, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": 5, + "y": 0, + "z": -4, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": 4, + "y": 0, + "z": -4, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 4, + "elements": [ + "contenttweaker:linear_accelerator_tube@0" + ] + }, + { + "x": -4, + "y": 0, + "z": -4, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": -5, + "y": 0, + "z": -4, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": 6, + "y": 0, + "z": 4, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": -7, + "y": -1, + "z": 3, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": -6, + "y": 1, + "z": 4, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": 6, + "y": 1, + "z": -3, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": 5, + "y": -1, + "z": -4, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": -6, + "y": -1, + "z": 3, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": 5, + "y": 1, + "z": -3, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": 4, + "y": -1, + "z": -4, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 4, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 3, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": -4, + "y": -1, + "z": -4, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": -5, + "y": -1, + "z": -4, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": -5, + "y": 1, + "z": -3, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": -6, + "y": 1, + "z": -3, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": 6, + "y": 1, + "z": 4, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": 6, + "y": -1, + "z": 3, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": 7, + "y": -1, + "z": 3, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": -7, + "y": 0, + "z": 3, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": 6, + "y": 0, + "z": -3, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": -6, + "y": 0, + "z": 3, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": 5, + "y": 0, + "z": -3, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 3, + "elements": [ + "contenttweaker:linear_accelerator_tube@0" + ] + }, + { + "x": -5, + "y": 0, + "z": -3, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": -6, + "y": 0, + "z": -3, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": 6, + "y": 0, + "z": 3, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": 7, + "y": 0, + "z": 3, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": -7, + "y": 1, + "z": 3, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": 6, + "y": -1, + "z": -3, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": -7, + "y": -1, + "z": 2, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": -6, + "y": 1, + "z": 3, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": 6, + "y": 1, + "z": -2, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": 5, + "y": -1, + "z": -3, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 3, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 2, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": -5, + "y": -1, + "z": -3, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": -6, + "y": -1, + "z": -3, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": -6, + "y": 1, + "z": -2, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": 6, + "y": 1, + "z": 3, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": 7, + "y": 1, + "z": 3, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": 7, + "y": -1, + "z": 2, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": -7, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": 6, + "y": 0, + "z": -2, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:linear_accelerator_tube@0" + ] + }, + { + "x": -6, + "y": 0, + "z": -2, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": 7, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": -8, + "y": -1, + "z": 1, + "elements": [ + "modularmachinery:blockfluidoutputhatch" + ] + }, + { + "x": -7, + "y": 1, + "z": 2, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": 7, + "y": 1, + "z": -1, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": 6, + "y": -1, + "z": -2, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": -7, + "y": -1, + "z": 1, + "elements": [ + "contenttweaker:experiment_casing@0" + ] + }, + { + "x": 6, + "y": 1, + "z": -1, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": -6, + "y": -1, + "z": 1, + "elements": [ + "modularmachinery:blockfluidoutputhatch" + ] + }, + { + "x": 0, + "y": 1, + "z": 2, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 1, + "elements": [ + "contenttweaker:experiment_casing@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 1, + "elements": [ + "modularmachinery:blockenergyinputhatch" + ] + }, + { + "x": 1, + "y": -1, + "z": 1, + "elements": [ + "contenttweaker:experiment_casing@0" + ] + }, + { + "x": -6, + "y": -1, + "z": -2, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": -6, + "y": 1, + "z": -1, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": -7, + "y": 1, + "z": -1, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": 7, + "y": 1, + "z": 2, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": 7, + "y": -1, + "z": 1, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 9, + "elements": [ + "contenttweaker:experiment_casing@0" + ] + }, + { + "x": -8, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:experiment_casing@0" + ] + }, + { + "x": 7, + "y": 0, + "z": -1, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": -7, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": 6, + "y": 0, + "z": -1, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": -6, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:experiment_casing@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 1, + "elements": [ + "modularmachinery:blockfluidinputhatch" + ] + }, + { + "x": 0, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:linear_accelerator_tube@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 1, + "elements": [ + "modularmachinery:blockfluidinputhatch" + ] + }, + { + "x": -6, + "y": 0, + "z": -1, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": -7, + "y": 0, + "z": -1, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": 7, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 9, + "elements": [ + "contenttweaker:experiment_casing@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 9, + "elements": [ + "contenttweaker:experiment_casing@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 9, + "elements": [ + "contenttweaker:experiment_casing@0" + ] + }, + { + "x": 7, + "y": -1, + "z": -1, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": -8, + "y": 1, + "z": 1, + "elements": [ + "contenttweaker:experiment_casing@0" + ] + }, + { + "x": -7, + "y": 1, + "z": 1, + "elements": [ + "contenttweaker:experiment_casing@0" + ] + }, + { + "x": 6, + "y": -1, + "z": -1, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": -6, + "y": 1, + "z": 1, + "elements": [ + "contenttweaker:experiment_casing@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 1, + "elements": [ + "contenttweaker:experiment_casing@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 1, + "elements": [ + "modularmachinery:blockenergyinputhatch" + ] + }, + { + "x": 1, + "y": 1, + "z": 1, + "elements": [ + "contenttweaker:experiment_casing@0" + ] + }, + { + "x": -6, + "y": -1, + "z": -1, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": -7, + "y": -1, + "z": -1, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": 7, + "y": 1, + "z": 1, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 8, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 9, + "elements": [ + "contenttweaker:experiment_casing@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 8, + "elements": [ + "contenttweaker:experiment_casing@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 8, + "elements": [ + "contenttweaker:experiment_casing@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 8, + "elements": [ + "contenttweaker:experiment_casing@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 8, + "elements": [ + "nuclearcraft:electromagnet_supercooler_idle@0" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/particle_accelerator.txt b/config/modularmachinery/machinery/particle_accelerator.txt new file mode 100644 index 00000000..00967ef1 --- /dev/null +++ b/config/modularmachinery/machinery/particle_accelerator.txt @@ -0,0 +1,478 @@ +{ + "registryname": "particle_accelerator", + "localizedname": "Particle Accelerator", + "color": "382e2d", + "parts": [ + { + "x": -1, + "y": 0, + "z": 0, + "elements": [ + "contenttweaker:experiment_casing@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 0, + "elements": [ + "contenttweaker:experiment_casing@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:experiment_casing@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:linear_accelerator_tube@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:experiment_casing@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 4, + "elements": [ + "contenttweaker:linear_accelerator_tube@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 6, + "elements": [ + "contenttweaker:experiment_casing@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 8, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 6, + "elements": [ + "contenttweaker:linear_accelerator_tube@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 8, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 6, + "elements": [ + "contenttweaker:experiment_casing@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 10, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 12, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 12, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 8, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 8, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 12, + "elements": [ + "contenttweaker:experiment_casing@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 10, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 14, + "elements": [ + "contenttweaker:experiment_casing@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 12, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 12, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 0, + "elements": [ + "contenttweaker:experiment_casing@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:experiment_casing@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:experiment_casing@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 1, + "elements": [ + "contenttweaker:experiment_casing@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 1, + "elements": [ + "modularmachinery:blockenergyinputhatch" + ] + }, + { + "x": 1, + "y": -1, + "z": 1, + "elements": [ + "contenttweaker:experiment_casing@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 6, + "elements": [ + "contenttweaker:experiment_casing@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 7, + "elements": [ + "contenttweaker:experiment_casing@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 12, + "elements": [ + "contenttweaker:experiment_casing@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 14, + "elements": [ + "modularmachinery:blockfluidoutputhatch" + ] + }, + { + "x": 0, + "y": -1, + "z": 13, + "elements": [ + "contenttweaker:experiment_casing@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 1, + "elements": [ + "modularmachinery:blockfluidinputhatch" + ] + }, + { + "x": 1, + "y": 0, + "z": 1, + "elements": [ + "modularmachinery:blockfluidinputhatch" + ] + }, + { + "x": 0, + "y": 0, + "z": 3, + "elements": [ + "contenttweaker:linear_accelerator_tube@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 5, + "elements": [ + "contenttweaker:linear_accelerator_tube@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 7, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 7, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 9, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 7, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 7, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 11, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 7, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 13, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 9, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 13, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 13, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 13, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 11, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 13, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 1, + "elements": [ + "contenttweaker:experiment_casing@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 1, + "elements": [ + "contenttweaker:experiment_casing@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 1, + "elements": [ + "contenttweaker:experiment_casing@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 2, + "elements": [ + "contenttweaker:experiment_casing@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 7, + "elements": [ + "contenttweaker:experiment_casing@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 6, + "elements": [ + "contenttweaker:experiment_casing@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 13, + "elements": [ + "contenttweaker:experiment_casing@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 12, + "elements": [ + "contenttweaker:experiment_casing@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 14, + "elements": [ + "modularmachinery:blockfluidoutputhatch" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/pe_sterilizer.json b/config/modularmachinery/machinery/pe_sterilizer.json new file mode 100644 index 00000000..e5f478ab --- /dev/null +++ b/config/modularmachinery/machinery/pe_sterilizer.json @@ -0,0 +1,398 @@ +{ + "registryname": "pe_sterilizer", + "localizedname": "PE Sterilizer", + "color": "011112", + "parts": [ + { + "x": -1, + "y": 0, + "z": 0, + "elements": [ + "abyssalcraft:stone@7" + ] + }, + { + "x": -2, + "y": 0, + "z": 2, + "elements": [ + "abyssalcraft:abybrick@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 0, + "elements": [ + "abyssalcraft:stone@7" + ] + }, + { + "x": -3, + "y": 0, + "z": 4, + "elements": [ + "abyssalcraft:stone@7" + ] + }, + { + "x": -1, + "y": 0, + "z": 2, + "elements": [ + "abyssalcraft:abybrick@0" + ] + }, + { + "x": 0, + "y": 2, + "z": 3, + "elements": [ + "abyssalcraft:tieredenergycontainer@1" + ] + }, + { + "x": -2, + "y": 0, + "z": 4, + "elements": [ + "abyssalcraft:abybrick@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 2, + "elements": [ + "abyssalcraft:abybrick@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 4, + "elements": [ + "abyssalcraft:abybrick@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 2, + "elements": [ + "abyssalcraft:abybrick@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 4, + "elements": [ + "abyssalcraft:abybrick@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 2, + "elements": [ + "abyssalcraft:abybrick@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 6, + "elements": [ + "abyssalcraft:stone@7" + ] + }, + { + "x": 3, + "y": 0, + "z": 2, + "elements": [ + "abyssalcraft:stone@7" + ] + }, + { + "x": 1, + "y": 0, + "z": 4, + "elements": [ + "abyssalcraft:abybrick@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 6, + "elements": [ + "abyssalcraft:stone@7" + ] + }, + { + "x": 2, + "y": 0, + "z": 4, + "elements": [ + "abyssalcraft:abybrick@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 6, + "elements": [ + "abyssalcraft:stone@7" + ] + }, + { + "x": 3, + "y": 0, + "z": 4, + "elements": [ + "abyssalcraft:stone@7" + ] + }, + { + "x": 0, + "y": 1, + "z": 0, + "elements": [ + "abyssalcraft:decorativestatue@0" + ] + }, + { + "x": -3, + "y": 1, + "z": 4, + "elements": [ + "abyssalcraft:decorativestatue@4" + ] + }, + { + "x": 0, + "y": 1, + "z": 2, + "elements": [ + "abyssalcraft:abybrick@1" + ] + }, + { + "x": 0, + "y": 1, + "z": 4, + "elements": [ + "abyssalcraft:abybrick@1" + ] + }, + { + "x": -1, + "y": 1, + "z": 6, + "elements": [ + "abyssalcraft:decorativestatue@5" + ] + }, + { + "x": 3, + "y": 1, + "z": 4, + "elements": [ + "abyssalcraft:decorativestatue@3" + ] + }, + { + "x": 1, + "y": 1, + "z": 6, + "elements": [ + "abyssalcraft:decorativestatue@2" + ] + }, + { + "x": -2, + "y": 0, + "z": 1, + "elements": [ + "abyssalcraft:stone@7" + ] + }, + { + "x": -3, + "y": 0, + "z": 3, + "elements": [ + "modularmachinery:blockfluidoutputhatch" + ] + }, + { + "x": -1, + "y": 0, + "z": 1, + "elements": [ + "abyssalcraft:abybrick@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 3, + "elements": [ + "abyssalcraft:abybrick@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 1, + "elements": [ + "abyssalcraft:abybrick@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 3, + "elements": [ + "abyssalcraft:abybrick@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 1, + "elements": [ + "abyssalcraft:abybrick@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 5, + "elements": [ + "abyssalcraft:stone@7" + ] + }, + { + "x": 2, + "y": 0, + "z": 1, + "elements": [ + "abyssalcraft:stone@7" + ] + }, + { + "x": 0, + "y": 0, + "z": 3, + "elements": [ + "abyssalcraft:abybrick@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 5, + "elements": [ + "abyssalcraft:abybrick@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 3, + "elements": [ + "abyssalcraft:abybrick@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 5, + "elements": [ + "abyssalcraft:abybrick@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 3, + "elements": [ + "abyssalcraft:abybrick@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 3, + "elements": [ + "modularmachinery:blockinputbus" + ] + }, + { + "x": 1, + "y": 0, + "z": 5, + "elements": [ + "abyssalcraft:abybrick@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 5, + "elements": [ + "abyssalcraft:stone@7" + ] + }, + { + "x": -2, + "y": 1, + "z": 1, + "elements": [ + "abyssalcraft:decorativestatue@6" + ] + }, + { + "x": -1, + "y": 1, + "z": 3, + "elements": [ + "abyssalcraft:abybrick@1" + ] + }, + { + "x": 2, + "y": 1, + "z": 1, + "elements": [ + "abyssalcraft:decorativestatue@1" + ] + }, + { + "x": 0, + "y": 1, + "z": 3, + "elements": [ + "abyssalcraft:abybrick@1" + ] + }, + { + "x": 1, + "y": 1, + "z": 3, + "elements": [ + "abyssalcraft:abybrick@1" + ] + }, + { + "x": -3, + "y": 0, + "z": 2, + "elements": [ + "abyssalcraft:stone@7" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/plasmatic_condenser.json b/config/modularmachinery/machinery/plasmatic_condenser.json new file mode 100644 index 00000000..703187c5 --- /dev/null +++ b/config/modularmachinery/machinery/plasmatic_condenser.json @@ -0,0 +1,2150 @@ +{ + "registryname": "plasmatic_condenser", + "localizedname": "Plasmatic Condenser", + "color": "330909", + "parts": [ + { + "x": -1, + "y": 0, + "z": 0, + "elements": [ + "contenttweaker:bloodmaster_block" + ] + }, + { + "x": 2, + "y": 4, + "z": 2, + "elements": [ + "contenttweaker:bloodmaster_block" + ] + }, + { + "x": 1, + "y": 2, + "z": 1, + "elements": [ + "nuclearcraft:block_depleted_plutonium@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 0, + "elements": [ + "contenttweaker:bloodmaster_block" + ] + }, + { + "x": 2, + "y": 2, + "z": 1, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 0, + "elements": [ + "contenttweaker:bloodmaster_block" + ] + }, + { + "x": 3, + "y": 2, + "z": 1, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 0, + "elements": [ + "contenttweaker:bloodmaster_block" + ] + }, + { + "x": -4, + "y": 2, + "z": 9, + "elements": [ + "bloodmagic:demon_brick_2@13" + ] + }, + { + "x": 4, + "y": 2, + "z": 1, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": 5, + "y": 2, + "z": 1, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": -3, + "y": 2, + "z": 9, + "elements": [ + "bloodmagic:demon_brick_2@13" + ] + }, + { + "x": 6, + "y": 2, + "z": 1, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": -2, + "y": 2, + "z": 9, + "elements": [ + "bloodmagic:demon_brick_2@13" + ] + }, + { + "x": 7, + "y": 2, + "z": 1, + "elements": [ + "bloodmagic:demon_brick_2@13" + ] + }, + { + "x": -1, + "y": 2, + "z": 9, + "elements": [ + "bloodmagic:demon_brick_2@13" + ] + }, + { + "x": 0, + "y": 2, + "z": 9, + "elements": [ + "casings_item" + ] + }, + { + "x": 1, + "y": 2, + "z": 9, + "elements": [ + "bloodmagic:demon_brick_2@13" + ] + }, + { + "x": 2, + "y": 2, + "z": 9, + "elements": [ + "bloodmagic:demon_brick_2@13" + ] + }, + { + "x": 3, + "y": 2, + "z": 9, + "elements": [ + "bloodmagic:demon_brick_2@13" + ] + }, + { + "x": 4, + "y": 2, + "z": 9, + "elements": [ + "bloodmagic:demon_brick_2@13" + ] + }, + { + "x": -7, + "y": 3, + "z": 1, + "elements": [ + "bloodmagic:demon_brick_2@13" + ] + }, + { + "x": -2, + "y": 1, + "z": 0, + "elements": [ + "bloodmagic:demon_brick_2@13" + ] + }, + { + "x": -1, + "y": 3, + "z": 1, + "elements": [ + "nuclearcraft:block_depleted_plutonium@0" + ] + }, + { + "x": 0, + "y": 3, + "z": 1, + "elements": [ + "nuclearcraft:block_depleted_plutonium@0" + ] + }, + { + "x": 1, + "y": 3, + "z": 1, + "elements": [ + "nuclearcraft:block_depleted_plutonium@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 0, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 0, + "elements": [ + "bloodmagic:demon_brick_2@13" + ] + }, + { + "x": 7, + "y": 3, + "z": 1, + "elements": [ + "bloodmagic:demon_brick_2@13" + ] + }, + { + "x": -1, + "y": 3, + "z": 9, + "elements": [ + "bloodmagic:demon_brick_2@13" + ] + }, + { + "x": 0, + "y": 3, + "z": 9, + "elements": [ + "bloodmagic:demon_brick_2@13" + ] + }, + { + "x": 1, + "y": 3, + "z": 9, + "elements": [ + "bloodmagic:demon_brick_2@13" + ] + }, + { + "x": 0, + "y": 1, + "z": 8, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": -7, + "y": 2, + "z": 0, + "elements": [ + "bloodmagic:demon_brick_2@13" + ] + }, + { + "x": -2, + "y": 4, + "z": 1, + "elements": [ + "contenttweaker:bloodmaster_block" + ] + }, + { + "x": -2, + "y": 2, + "z": 0, + "elements": [ + "bloodmagic:demon_brick_2@13" + ] + }, + { + "x": -1, + "y": 4, + "z": 1, + "elements": [ + "contenttweaker:dark_soul_machine_chassis@0" + ] + }, + { + "x": 0, + "y": 4, + "z": 1, + "elements": [ + "contenttweaker:dark_soul_machine_chassis@0" + ] + }, + { + "x": -1, + "y": 2, + "z": 0, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": 1, + "y": 4, + "z": 1, + "elements": [ + "contenttweaker:dark_soul_machine_chassis@0" + ] + }, + { + "x": 0, + "y": 2, + "z": 0, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": 2, + "y": 4, + "z": 1, + "elements": [ + "contenttweaker:bloodmaster_block" + ] + }, + { + "x": 1, + "y": 2, + "z": 0, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": -6, + "y": 2, + "z": 8, + "elements": [ + "bloodmagic:demon_brick_2@13" + ] + }, + { + "x": 2, + "y": 2, + "z": 0, + "elements": [ + "bloodmagic:demon_brick_2@13" + ] + }, + { + "x": -5, + "y": 2, + "z": 8, + "elements": [ + "bloodmagic:demon_brick_2@13" + ] + }, + { + "x": -4, + "y": 2, + "z": 8, + "elements": [ + "bloodmagic:demon_brick_2@13" + ] + }, + { + "x": 7, + "y": 2, + "z": 0, + "elements": [ + "bloodmagic:demon_brick_2@13" + ] + }, + { + "x": -1, + "y": 2, + "z": 8, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": 0, + "y": 2, + "z": 8, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": 1, + "y": 2, + "z": 8, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": 4, + "y": 2, + "z": 8, + "elements": [ + "bloodmagic:demon_brick_2@13" + ] + }, + { + "x": 5, + "y": 2, + "z": 8, + "elements": [ + "bloodmagic:demon_brick_2@13" + ] + }, + { + "x": 6, + "y": 2, + "z": 8, + "elements": [ + "bloodmagic:demon_brick_2@13" + ] + }, + { + "x": -2, + "y": 3, + "z": 0, + "elements": [ + "bloodmagic:demon_brick_2@13" + ] + }, + { + "x": 0, + "y": 3, + "z": 0, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": 2, + "y": 3, + "z": 0, + "elements": [ + "bloodmagic:demon_brick_2@13" + ] + }, + { + "x": 0, + "y": 3, + "z": 8, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 7, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": 1, + "y": 3, + "z": -5, + "elements": [ + "bloodmagic:demon_brick_2@13" + ] + }, + { + "x": 0, + "y": 3, + "z": -5, + "elements": [ + "bloodmagic:demon_brick_2@13" + ] + }, + { + "x": -1, + "y": 3, + "z": -5, + "elements": [ + "bloodmagic:demon_brick_2@13" + ] + }, + { + "x": -2, + "y": 4, + "z": 0, + "elements": [ + "contenttweaker:bloodmaster_block" + ] + }, + { + "x": -1, + "y": 4, + "z": 0, + "elements": [ + "contenttweaker:bloodmaster_block" + ] + }, + { + "x": 0, + "y": 4, + "z": 0, + "elements": [ + "contenttweaker:bloodmaster_block" + ] + }, + { + "x": 1, + "y": 4, + "z": 0, + "elements": [ + "contenttweaker:bloodmaster_block" + ] + }, + { + "x": 2, + "y": 4, + "z": 0, + "elements": [ + "contenttweaker:bloodmaster_block" + ] + }, + { + "x": -6, + "y": 2, + "z": 7, + "elements": [ + "bloodmagic:demon_brick_2@13" + ] + }, + { + "x": 4, + "y": 2, + "z": -5, + "elements": [ + "bloodmagic:demon_brick_2@13" + ] + }, + { + "x": 3, + "y": 2, + "z": -5, + "elements": [ + "bloodmagic:demon_brick_2@13" + ] + }, + { + "x": -1, + "y": 2, + "z": 7, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": 2, + "y": 2, + "z": -5, + "elements": [ + "bloodmagic:demon_brick_2@13" + ] + }, + { + "x": 1, + "y": 2, + "z": -5, + "elements": [ + "bloodmagic:demon_brick_2@13" + ] + }, + { + "x": 0, + "y": 2, + "z": 7, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": 0, + "y": 2, + "z": -5, + "elements": [ + "casings_item" + ] + }, + { + "x": 1, + "y": 2, + "z": 7, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": -1, + "y": 2, + "z": -5, + "elements": [ + "bloodmagic:demon_brick_2@13" + ] + }, + { + "x": -2, + "y": 2, + "z": -5, + "elements": [ + "bloodmagic:demon_brick_2@13" + ] + }, + { + "x": -3, + "y": 2, + "z": -5, + "elements": [ + "bloodmagic:demon_brick_2@13" + ] + }, + { + "x": -4, + "y": 2, + "z": -5, + "elements": [ + "bloodmagic:demon_brick_2@13" + ] + }, + { + "x": 6, + "y": 2, + "z": 7, + "elements": [ + "bloodmagic:demon_brick_2@13" + ] + }, + { + "x": 0, + "y": 3, + "z": 7, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": 1, + "y": 1, + "z": -5, + "elements": [ + "bloodmagic:demon_brick_2@13" + ] + }, + { + "x": 0, + "y": 1, + "z": 6, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": 0, + "y": 1, + "z": -5, + "elements": [ + "bloodmagic:demon_brick_2@13" + ] + }, + { + "x": 0, + "y": 3, + "z": -4, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": -1, + "y": 1, + "z": -5, + "elements": [ + "bloodmagic:demon_brick_2@13" + ] + }, + { + "x": -7, + "y": 2, + "z": 6, + "elements": [ + "bloodmagic:demon_brick_2@13" + ] + }, + { + "x": -6, + "y": 2, + "z": 6, + "elements": [ + "bloodmagic:demon_brick_2@13" + ] + }, + { + "x": 6, + "y": 2, + "z": -4, + "elements": [ + "bloodmagic:demon_brick_2@13" + ] + }, + { + "x": 5, + "y": 2, + "z": -4, + "elements": [ + "bloodmagic:demon_brick_2@13" + ] + }, + { + "x": 4, + "y": 2, + "z": -4, + "elements": [ + "bloodmagic:demon_brick_2@13" + ] + }, + { + "x": -1, + "y": 2, + "z": 6, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": 1, + "y": 2, + "z": -4, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": 0, + "y": 2, + "z": 6, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": 0, + "y": 2, + "z": -4, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": 1, + "y": 2, + "z": 6, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": -1, + "y": 2, + "z": -4, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": -4, + "y": 2, + "z": -4, + "elements": [ + "bloodmagic:demon_brick_2@13" + ] + }, + { + "x": -5, + "y": 2, + "z": -4, + "elements": [ + "bloodmagic:demon_brick_2@13" + ] + }, + { + "x": 6, + "y": 2, + "z": 6, + "elements": [ + "bloodmagic:demon_brick_2@13" + ] + }, + { + "x": -6, + "y": 2, + "z": -4, + "elements": [ + "bloodmagic:demon_brick_2@13" + ] + }, + { + "x": 7, + "y": 2, + "z": 6, + "elements": [ + "bloodmagic:demon_brick_2@13" + ] + }, + { + "x": 0, + "y": 3, + "z": 6, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 5, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": 0, + "y": 1, + "z": -4, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": 0, + "y": 3, + "z": -3, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": -7, + "y": 2, + "z": 5, + "elements": [ + "bloodmagic:demon_brick_2@13" + ] + }, + { + "x": 6, + "y": 2, + "z": -3, + "elements": [ + "bloodmagic:demon_brick_2@13" + ] + }, + { + "x": -2, + "y": 0, + "z": 4, + "elements": [ + "contenttweaker:bloodmaster_block" + ] + }, + { + "x": -1, + "y": 2, + "z": 5, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": 1, + "y": 2, + "z": -3, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": 0, + "y": 2, + "z": 5, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": -1, + "y": 0, + "z": 4, + "elements": [ + "contenttweaker:bloodmaster_block" + ] + }, + { + "x": 0, + "y": 0, + "z": 4, + "elements": [ + "contenttweaker:bloodmaster_block" + ] + }, + { + "x": 0, + "y": 2, + "z": -3, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": 1, + "y": 2, + "z": 5, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": -1, + "y": 2, + "z": -3, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 4, + "elements": [ + "contenttweaker:bloodmaster_block" + ] + }, + { + "x": 2, + "y": 0, + "z": 4, + "elements": [ + "contenttweaker:bloodmaster_block" + ] + }, + { + "x": -6, + "y": 2, + "z": -3, + "elements": [ + "bloodmagic:demon_brick_2@13" + ] + }, + { + "x": 7, + "y": 2, + "z": 5, + "elements": [ + "bloodmagic:demon_brick_2@13" + ] + }, + { + "x": -2, + "y": 1, + "z": 4, + "elements": [ + "bloodmagic:demon_brick_2@13" + ] + }, + { + "x": 0, + "y": 3, + "z": 5, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 4, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": 0, + "y": 1, + "z": -3, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": 0, + "y": 3, + "z": -2, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 4, + "elements": [ + "bloodmagic:demon_brick_2@13" + ] + }, + { + "x": -7, + "y": 2, + "z": 4, + "elements": [ + "bloodmagic:demon_brick_2@13" + ] + }, + { + "x": 7, + "y": 2, + "z": -2, + "elements": [ + "bloodmagic:demon_brick_2@13" + ] + }, + { + "x": 6, + "y": 2, + "z": -2, + "elements": [ + "bloodmagic:demon_brick_2@13" + ] + }, + { + "x": -2, + "y": 2, + "z": 4, + "elements": [ + "bloodmagic:demon_brick_2@13" + ] + }, + { + "x": -2, + "y": 0, + "z": 3, + "elements": [ + "contenttweaker:bloodmaster_block" + ] + }, + { + "x": -1, + "y": 2, + "z": 4, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": 1, + "y": 2, + "z": -2, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": 0, + "y": 2, + "z": 4, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": -1, + "y": 0, + "z": 3, + "elements": [ + "modularmachinery:blockfluidinputhatch" + ] + }, + { + "x": 0, + "y": 0, + "z": 3, + "elements": [ + "contenttweaker:dark_soul_machine_chassis@0" + ] + }, + { + "x": 0, + "y": 2, + "z": -2, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": 1, + "y": 2, + "z": 4, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": -1, + "y": 2, + "z": -2, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": 2, + "y": 2, + "z": 4, + "elements": [ + "bloodmagic:demon_brick_2@13" + ] + }, + { + "x": 1, + "y": 0, + "z": 3, + "elements": [ + "modularmachinery:blockfluidinputhatch" + ] + }, + { + "x": 2, + "y": 0, + "z": 3, + "elements": [ + "contenttweaker:bloodmaster_block" + ] + }, + { + "x": -6, + "y": 2, + "z": -2, + "elements": [ + "bloodmagic:demon_brick_2@13" + ] + }, + { + "x": 7, + "y": 2, + "z": 4, + "elements": [ + "bloodmagic:demon_brick_2@13" + ] + }, + { + "x": -7, + "y": 2, + "z": -2, + "elements": [ + "bloodmagic:demon_brick_2@13" + ] + }, + { + "x": -7, + "y": 1, + "z": 3, + "elements": [ + "bloodmagic:demon_brick_2@13" + ] + }, + { + "x": -2, + "y": 3, + "z": 4, + "elements": [ + "bloodmagic:demon_brick_2@13" + ] + }, + { + "x": 0, + "y": 3, + "z": 4, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 3, + "elements": [ + "nuclearcraft:block_depleted_plutonium@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 3, + "elements": [ + "nuclearcraft:block_depleted_plutonium@0" + ] + }, + { + "x": 0, + "y": 1, + "z": -2, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": 0, + "y": 3, + "z": -1, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": 2, + "y": 3, + "z": 4, + "elements": [ + "bloodmagic:demon_brick_2@13" + ] + }, + { + "x": 1, + "y": 1, + "z": 3, + "elements": [ + "nuclearcraft:block_depleted_plutonium@0" + ] + }, + { + "x": 7, + "y": 1, + "z": 3, + "elements": [ + "bloodmagic:demon_brick_2@13" + ] + }, + { + "x": -7, + "y": 2, + "z": 3, + "elements": [ + "bloodmagic:demon_brick_2@13" + ] + }, + { + "x": -6, + "y": 2, + "z": 3, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": 7, + "y": 2, + "z": -1, + "elements": [ + "bloodmagic:demon_brick_2@13" + ] + }, + { + "x": -5, + "y": 2, + "z": 3, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": -4, + "y": 2, + "z": 3, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": -3, + "y": 2, + "z": 3, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": -2, + "y": 4, + "z": 4, + "elements": [ + "contenttweaker:bloodmaster_block" + ] + }, + { + "x": -2, + "y": 2, + "z": 3, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": -1, + "y": 4, + "z": 4, + "elements": [ + "contenttweaker:bloodmaster_block" + ] + }, + { + "x": 0, + "y": 4, + "z": 4, + "elements": [ + "contenttweaker:bloodmaster_block" + ] + }, + { + "x": -2, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:bloodmaster_block" + ] + }, + { + "x": -1, + "y": 2, + "z": 3, + "elements": [ + "nuclearcraft:block_depleted_plutonium@0" + ] + }, + { + "x": 1, + "y": 2, + "z": -1, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": 1, + "y": 4, + "z": 4, + "elements": [ + "contenttweaker:bloodmaster_block" + ] + }, + { + "x": 0, + "y": 2, + "z": 3, + "elements": [ + "nuclearcraft:block_depleted_plutonium@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:dark_soul_machine_chassis@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 2, + "elements": [ + "modularmachinery:blockfluidinputhatch" + ] + }, + { + "x": 0, + "y": 2, + "z": -1, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": 2, + "y": 4, + "z": 4, + "elements": [ + "contenttweaker:bloodmaster_block" + ] + }, + { + "x": 1, + "y": 2, + "z": 3, + "elements": [ + "nuclearcraft:block_depleted_plutonium@0" + ] + }, + { + "x": -1, + "y": 2, + "z": -1, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": 2, + "y": 2, + "z": 3, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:dark_soul_machine_chassis@0" + ] + }, + { + "x": 3, + "y": 2, + "z": 3, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:bloodmaster_block" + ] + }, + { + "x": 4, + "y": 2, + "z": 3, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": 5, + "y": 2, + "z": 3, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": 6, + "y": 2, + "z": 3, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": 7, + "y": 2, + "z": 3, + "elements": [ + "bloodmagic:demon_brick_2@13" + ] + }, + { + "x": -7, + "y": 2, + "z": -1, + "elements": [ + "bloodmagic:demon_brick_2@13" + ] + }, + { + "x": -7, + "y": 3, + "z": 3, + "elements": [ + "bloodmagic:demon_brick_2@13" + ] + }, + { + "x": -7, + "y": 1, + "z": 2, + "elements": [ + "bloodmagic:demon_brick_2@13" + ] + }, + { + "x": -6, + "y": 1, + "z": 2, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": -5, + "y": 1, + "z": 2, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": -4, + "y": 1, + "z": 2, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": -3, + "y": 1, + "z": 2, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 2, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": -1, + "y": 3, + "z": 3, + "elements": [ + "nuclearcraft:block_depleted_plutonium@0" + ] + }, + { + "x": 0, + "y": 3, + "z": 3, + "elements": [ + "nuclearcraft:block_depleted_plutonium@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 2, + "elements": [ + "nuclearcraft:block_depleted_plutonium@0" + ] + }, + { + "x": 1, + "y": 3, + "z": 3, + "elements": [ + "nuclearcraft:block_depleted_plutonium@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 2, + "elements": [ + "nuclearcraft:block_depleted_plutonium@0" + ] + }, + { + "x": 0, + "y": 1, + "z": -1, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 2, + "elements": [ + "nuclearcraft:block_depleted_plutonium@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 2, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": 3, + "y": 1, + "z": 2, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": 4, + "y": 1, + "z": 2, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": 5, + "y": 1, + "z": 2, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": 7, + "y": 3, + "z": 3, + "elements": [ + "bloodmagic:demon_brick_2@13" + ] + }, + { + "x": 6, + "y": 1, + "z": 2, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": 7, + "y": 1, + "z": 2, + "elements": [ + "bloodmagic:demon_brick_2@13" + ] + }, + { + "x": -7, + "y": 2, + "z": 2, + "elements": [ + "casings_item" + ] + }, + { + "x": -6, + "y": 2, + "z": 2, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": -5, + "y": 2, + "z": 2, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": -4, + "y": 2, + "z": 2, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": -3, + "y": 2, + "z": 2, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": -2, + "y": 4, + "z": 3, + "elements": [ + "contenttweaker:bloodmaster_block" + ] + }, + { + "x": -2, + "y": 2, + "z": 2, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": -1, + "y": 4, + "z": 3, + "elements": [ + "contenttweaker:dark_soul_machine_chassis@0" + ] + }, + { + "x": 0, + "y": 4, + "z": 3, + "elements": [ + "contenttweaker:dark_soul_machine_chassis@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:bloodmaster_block" + ] + }, + { + "x": -1, + "y": 2, + "z": 2, + "elements": [ + "nuclearcraft:block_depleted_plutonium@0" + ] + }, + { + "x": 1, + "y": 4, + "z": 3, + "elements": [ + "contenttweaker:dark_soul_machine_chassis@0" + ] + }, + { + "x": 0, + "y": 2, + "z": 2, + "elements": [ + "nuclearcraft:block_depleted_plutonium@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 1, + "elements": [ + "modularmachinery:blockfluidinputhatch" + ] + }, + { + "x": 0, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:dark_soul_machine_chassis@0" + ] + }, + { + "x": 2, + "y": 4, + "z": 3, + "elements": [ + "contenttweaker:bloodmaster_block" + ] + }, + { + "x": 1, + "y": 2, + "z": 2, + "elements": [ + "nuclearcraft:block_depleted_plutonium@0" + ] + }, + { + "x": 2, + "y": 2, + "z": 2, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": 1, + "y": 0, + "z": 1, + "elements": [ + "modularmachinery:blockfluidinputhatch" + ] + }, + { + "x": 3, + "y": 2, + "z": 2, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": 2, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:bloodmaster_block" + ] + }, + { + "x": 4, + "y": 2, + "z": 2, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": 5, + "y": 2, + "z": 2, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": 6, + "y": 2, + "z": 2, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": 7, + "y": 2, + "z": 2, + "elements": [ + "casings_item" + ] + }, + { + "x": -7, + "y": 3, + "z": 2, + "elements": [ + "bloodmagic:demon_brick_2@13" + ] + }, + { + "x": -7, + "y": 1, + "z": 1, + "elements": [ + "bloodmagic:demon_brick_2@13" + ] + }, + { + "x": -6, + "y": 3, + "z": 2, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": -5, + "y": 3, + "z": 2, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": -4, + "y": 3, + "z": 2, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": -3, + "y": 3, + "z": 2, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": -2, + "y": 3, + "z": 2, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": -1, + "y": 3, + "z": 2, + "elements": [ + "nuclearcraft:block_depleted_plutonium@0" + ] + }, + { + "x": 0, + "y": 3, + "z": 2, + "elements": [ + "nuclearcraft:block_depleted_plutonium@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 1, + "elements": [ + "nuclearcraft:block_depleted_plutonium@0" + ] + }, + { + "x": 1, + "y": 3, + "z": 2, + "elements": [ + "nuclearcraft:block_depleted_plutonium@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 1, + "elements": [ + "nuclearcraft:block_depleted_plutonium@0" + ] + }, + { + "x": 2, + "y": 3, + "z": 2, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 1, + "elements": [ + "nuclearcraft:block_depleted_plutonium@0" + ] + }, + { + "x": 3, + "y": 3, + "z": 2, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": 4, + "y": 3, + "z": 2, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": 5, + "y": 3, + "z": 2, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": 6, + "y": 3, + "z": 2, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": 7, + "y": 3, + "z": 2, + "elements": [ + "bloodmagic:demon_brick_2@13" + ] + }, + { + "x": 7, + "y": 1, + "z": 1, + "elements": [ + "bloodmagic:demon_brick_2@13" + ] + }, + { + "x": -1, + "y": 1, + "z": 9, + "elements": [ + "bloodmagic:demon_brick_2@13" + ] + }, + { + "x": 0, + "y": 1, + "z": 9, + "elements": [ + "bloodmagic:demon_brick_2@13" + ] + }, + { + "x": 1, + "y": 1, + "z": 9, + "elements": [ + "bloodmagic:demon_brick_2@13" + ] + }, + { + "x": -7, + "y": 2, + "z": 1, + "elements": [ + "bloodmagic:demon_brick_2@13" + ] + }, + { + "x": -6, + "y": 2, + "z": 1, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": -5, + "y": 2, + "z": 1, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": -4, + "y": 2, + "z": 1, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": -3, + "y": 2, + "z": 1, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": -2, + "y": 4, + "z": 2, + "elements": [ + "contenttweaker:bloodmaster_block" + ] + }, + { + "x": -2, + "y": 2, + "z": 1, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": -1, + "y": 4, + "z": 2, + "elements": [ + "contenttweaker:dark_soul_machine_chassis@0" + ] + }, + { + "x": 0, + "y": 4, + "z": 2, + "elements": [ + "contenttweaker:dark_soul_machine_chassis@0" + ] + }, + { + "x": -1, + "y": 2, + "z": 1, + "elements": [ + "nuclearcraft:block_depleted_plutonium@0" + ] + }, + { + "x": 1, + "y": 4, + "z": 2, + "elements": [ + "contenttweaker:dark_soul_machine_chassis@0" + ] + }, + { + "x": 0, + "y": 2, + "z": 1, + "elements": [ + "nuclearcraft:block_depleted_plutonium@0" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/plasmatic_controller.json b/config/modularmachinery/machinery/plasmatic_controller.json new file mode 100644 index 00000000..07503c55 --- /dev/null +++ b/config/modularmachinery/machinery/plasmatic_controller.json @@ -0,0 +1,998 @@ +{ + "registryname": "plasmatic_controller", + "localizedname": "Plasmatic Controller", + "color": "330909", + "parts": [ + { + "x": -1, + "y": 0, + "z": 0, + "elements": [ + "contenttweaker:bloodmaster_block" + ] + }, + { + "x": 2, + "y": 4, + "z": 2, + "elements": [ + "contenttweaker:bloodmaster_block" + ] + }, + { + "x": 1, + "y": 2, + "z": 1, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": -2, + "y": 0, + "z": 0, + "elements": [ + "contenttweaker:bloodmaster_block" + ] + }, + { + "x": 2, + "y": 2, + "z": 1, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 0, + "elements": [ + "contenttweaker:bloodmaster_block" + ] + }, + { + "x": 2, + "y": 0, + "z": 0, + "elements": [ + "contenttweaker:bloodmaster_block" + ] + }, + { + "x": -2, + "y": 0, + "z": 4, + "elements": [ + "contenttweaker:bloodmaster_block" + ] + }, + { + "x": -1, + "y": 0, + "z": 4, + "elements": [ + "contenttweaker:bloodmaster_block" + ] + }, + { + "x": 0, + "y": 0, + "z": 4, + "elements": [ + "contenttweaker:bloodmaster_block" + ] + }, + { + "x": 1, + "y": 0, + "z": 4, + "elements": [ + "contenttweaker:bloodmaster_block" + ] + }, + { + "x": 2, + "y": 0, + "z": 4, + "elements": [ + "contenttweaker:bloodmaster_block" + ] + }, + { + "x": -2, + "y": 3, + "z": 1, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 0, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": -1, + "y": 3, + "z": 1, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": 0, + "y": 3, + "z": 1, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": -1, + "y": 1, + "z": 0, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": 1, + "y": 3, + "z": 1, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": 0, + "y": 1, + "z": 0, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": 2, + "y": 3, + "z": 1, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 0, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 4, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 0, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 4, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 4, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 4, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 4, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": -2, + "y": 4, + "z": 1, + "elements": [ + "contenttweaker:bloodmaster_block" + ] + }, + { + "x": -2, + "y": 2, + "z": 0, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": -1, + "y": 4, + "z": 1, + "elements": [ + "modularmachinery:blockfluidoutputhatch" + ] + }, + { + "x": 0, + "y": 4, + "z": 1, + "elements": [ + "contenttweaker:dark_soul_machine_chassis@0" + ] + }, + { + "x": -1, + "y": 2, + "z": 0, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": 1, + "y": 4, + "z": 1, + "elements": [ + "modularmachinery:blockfluidoutputhatch" + ] + }, + { + "x": 0, + "y": 2, + "z": 0, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": 2, + "y": 4, + "z": 1, + "elements": [ + "contenttweaker:bloodmaster_block" + ] + }, + { + "x": 1, + "y": 2, + "z": 0, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": -2, + "y": 2, + "z": 4, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": 2, + "y": 2, + "z": 0, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 3, + "elements": [ + "contenttweaker:bloodmaster_block" + ] + }, + { + "x": -1, + "y": 2, + "z": 4, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": 0, + "y": 2, + "z": 4, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 3, + "elements": [ + "modularmachinery:blockenergyinputhatch" + ] + }, + { + "x": 0, + "y": 0, + "z": 3, + "elements": [ + "contenttweaker:dark_soul_machine_chassis@0" + ] + }, + { + "x": 1, + "y": 2, + "z": 4, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": 2, + "y": 2, + "z": 4, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 3, + "elements": [ + "modularmachinery:blockenergyinputhatch" + ] + }, + { + "x": 2, + "y": 0, + "z": 3, + "elements": [ + "contenttweaker:bloodmaster_block" + ] + }, + { + "x": -2, + "y": 3, + "z": 0, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": -1, + "y": 3, + "z": 0, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": 0, + "y": 3, + "z": 0, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": 1, + "y": 3, + "z": 0, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": -2, + "y": 3, + "z": 4, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": 2, + "y": 3, + "z": 0, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 3, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": -1, + "y": 3, + "z": 4, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": 0, + "y": 3, + "z": 4, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 3, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": 1, + "y": 3, + "z": 4, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 3, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": 2, + "y": 3, + "z": 4, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 3, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": 2, + "y": 1, + "z": 3, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": -2, + "y": 4, + "z": 0, + "elements": [ + "contenttweaker:bloodmaster_block" + ] + }, + { + "x": -1, + "y": 4, + "z": 0, + "elements": [ + "contenttweaker:bloodmaster_block" + ] + }, + { + "x": 0, + "y": 4, + "z": 0, + "elements": [ + "contenttweaker:bloodmaster_block" + ] + }, + { + "x": 1, + "y": 4, + "z": 0, + "elements": [ + "contenttweaker:bloodmaster_block" + ] + }, + { + "x": -2, + "y": 4, + "z": 4, + "elements": [ + "contenttweaker:bloodmaster_block" + ] + }, + { + "x": 2, + "y": 4, + "z": 0, + "elements": [ + "contenttweaker:bloodmaster_block" + ] + }, + { + "x": -2, + "y": 2, + "z": 3, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": -1, + "y": 4, + "z": 4, + "elements": [ + "contenttweaker:bloodmaster_block" + ] + }, + { + "x": 0, + "y": 4, + "z": 4, + "elements": [ + "contenttweaker:bloodmaster_block" + ] + }, + { + "x": -2, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:bloodmaster_block" + ] + }, + { + "x": -1, + "y": 2, + "z": 3, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": 1, + "y": 4, + "z": 4, + "elements": [ + "contenttweaker:bloodmaster_block" + ] + }, + { + "x": 0, + "y": 2, + "z": 3, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": -1, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:dark_soul_machine_chassis@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 2, + "elements": [ + "modularmachinery:blockenergyinputhatch" + ] + }, + { + "x": 2, + "y": 4, + "z": 4, + "elements": [ + "contenttweaker:bloodmaster_block" + ] + }, + { + "x": 1, + "y": 2, + "z": 3, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": 2, + "y": 2, + "z": 3, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:dark_soul_machine_chassis@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:bloodmaster_block" + ] + }, + { + "x": -2, + "y": 3, + "z": 3, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 2, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": -1, + "y": 3, + "z": 3, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": 0, + "y": 3, + "z": 3, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": -1, + "y": 1, + "z": 2, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": 1, + "y": 3, + "z": 3, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": 0, + "y": 1, + "z": 2, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": 2, + "y": 3, + "z": 3, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 2, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": 2, + "y": 1, + "z": 2, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": -2, + "y": 4, + "z": 3, + "elements": [ + "contenttweaker:bloodmaster_block" + ] + }, + { + "x": -2, + "y": 2, + "z": 2, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": -1, + "y": 4, + "z": 3, + "elements": [ + "modularmachinery:blockfluidoutputhatch" + ] + }, + { + "x": 0, + "y": 4, + "z": 3, + "elements": [ + "contenttweaker:dark_soul_machine_chassis@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:bloodmaster_block" + ] + }, + { + "x": -1, + "y": 2, + "z": 2, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": 1, + "y": 4, + "z": 3, + "elements": [ + "modularmachinery:blockfluidoutputhatch" + ] + }, + { + "x": 0, + "y": 2, + "z": 2, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": -1, + "y": 0, + "z": 1, + "elements": [ + "modularmachinery:blockenergyinputhatch" + ] + }, + { + "x": 0, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:dark_soul_machine_chassis@0" + ] + }, + { + "x": 2, + "y": 4, + "z": 3, + "elements": [ + "contenttweaker:bloodmaster_block" + ] + }, + { + "x": 1, + "y": 2, + "z": 2, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": 2, + "y": 2, + "z": 2, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 1, + "elements": [ + "modularmachinery:blockenergyinputhatch" + ] + }, + { + "x": 2, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:bloodmaster_block" + ] + }, + { + "x": -2, + "y": 3, + "z": 2, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 1, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": -1, + "y": 3, + "z": 2, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": 0, + "y": 3, + "z": 2, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": -1, + "y": 1, + "z": 1, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": 1, + "y": 3, + "z": 2, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": 0, + "y": 1, + "z": 1, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": 2, + "y": 3, + "z": 2, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 1, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": 2, + "y": 1, + "z": 1, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": -2, + "y": 4, + "z": 2, + "elements": [ + "contenttweaker:bloodmaster_block" + ] + }, + { + "x": -2, + "y": 2, + "z": 1, + "elements": [ + "nuclearcraft:fusion_electromagnet_transparent_idle@0" + ] + }, + { + "x": -1, + "y": 4, + "z": 2, + "elements": [ + "contenttweaker:dark_soul_machine_chassis@0" + ] + }, + { + "x": 0, + "y": 4, + "z": 2, + "elements": [ + "modularmachinery:blockfluidoutputhatch" + ] + }, + { + "x": -1, + "y": 2, + "z": 1, + "elements": [ + "dimdoors:fabric@15" + ] + }, + { + "x": 1, + "y": 4, + "z": 2, + "elements": [ + "contenttweaker:dark_soul_machine_chassis@0" + ] + }, + { + "x": 0, + "y": 2, + "z": 1, + "elements": [ + "dimdoors:fabric@15" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/power_transformer.json b/config/modularmachinery/machinery/power_transformer.json new file mode 100644 index 00000000..00933aca --- /dev/null +++ b/config/modularmachinery/machinery/power_transformer.json @@ -0,0 +1,204 @@ +{ + "registryname": "transformer", + "localizedname": "Power Transformer", + "parts": [ + { + "x": 1, + "y": -1, + "z": 0, + "elements": "minecraft:stonebrick@0" + }, + { + "x": 0, + "y": -1, + "z": 0, + "elements": "minecraft:stonebrick@0" + }, + { + "x": -1, + "y": -1, + "z": 0, + "elements": "minecraft:stonebrick@0" + }, + + { + "x": 1, + "y": -1, + "z": 1, + "elements": "minecraft:stonebrick@0" + }, + { + "x": 0, + "y": -1, + "z": 1, + "elements": "minecraft:stonebrick@0" + }, + { + "x": -1, + "y": -1, + "z": 1, + "elements": "minecraft:stonebrick@0" + }, + + { + "x": 1, + "y": -1, + "z": 2, + "elements": "minecraft:stonebrick@0" + }, + { + "x": 0, + "y": -1, + "z": 2, + "elements": "minecraft:stonebrick@0" + }, + { + "x": -1, + "y": -1, + "z": 2, + "elements": "minecraft:stonebrick@0" + }, + + { + "x": -1, + "y": 0, + "z": 1, + "elements": "modularmachinery:blockenergyoutputhatch" + }, + { + "x": 1, + "y": 0, + "z": 1, + "elements": "modularmachinery:blockenergyinputhatch" + }, + { + "x": 0, + "y": 0, + "z": 2, + "elements": "casings_decorative" + }, + { + "x": -1, + "y": 0, + "z": 0, + "elements": "minecraft:iron_bars" + }, + { + "x": 1, + "y": 0, + "z": 0, + "elements": "minecraft:iron_bars" + }, + { + "x": -1, + "y": 0, + "z": 2, + "elements": "minecraft:iron_bars" + }, + { + "x": 1, + "y": 0, + "z": 2, + "elements": "minecraft:iron_bars" + }, + + { + "x": 0, + "y": 0, + "z": 1, + "elements": "minecraft:redstone_block" + }, + { + "x": 0, + "y": 1, + "z": 1, + "elements": "minecraft:redstone_block" + }, + { + "x": 0, + "y": 2, + "z": 1, + "elements": "minecraft:redstone_block" + }, + { + "x": 0, + "y": 3, + "z": 1, + "elements": "minecraft:iron_block" + }, + + { + "x": 0, + "y": 1, + "z": 0, + "elements": "minecraft:iron_bars" + }, + { + "x": 0, + "y": 2, + "z": 0, + "elements": "minecraft:iron_bars" + }, + { + "x": 0, + "y": 3, + "z": 0, + "elements": "minecraft:iron_bars" + }, + + { + "x": 1, + "y": 1, + "z": 1, + "elements": "minecraft:iron_bars" + }, + { + "x": 1, + "y": 2, + "z": 1, + "elements": "minecraft:iron_bars" + }, + { + "x": 1, + "y": 3, + "z": 1, + "elements": "minecraft:iron_bars" + }, + { + "x": -1, + "y": 1, + "z": 1, + "elements": "minecraft:iron_bars" + }, + { + "x": -1, + "y": 2, + "z": 1, + "elements": "minecraft:iron_bars" + }, + { + "x": -1, + "y": 3, + "z": 1, + "elements": "minecraft:iron_bars" + }, + { + "x": 0, + "y": 1, + "z": 2, + "elements": "minecraft:iron_bars" + }, + { + "x": 0, + "y": 2, + "z": 2, + "elements": "minecraft:iron_bars" + }, + { + "x": 0, + "y": 3, + "z": 2, + "elements": "minecraft:iron_bars" + } + ] +} \ No newline at end of file diff --git a/config/modularmachinery/machinery/quark_decomposer.json b/config/modularmachinery/machinery/quark_decomposer.json new file mode 100644 index 00000000..f2143075 --- /dev/null +++ b/config/modularmachinery/machinery/quark_decomposer.json @@ -0,0 +1,846 @@ +{ + "registryname": "quark_decomposer", + "localizedname": "Quark Decomposer", + "color": "382e2d", + "parts": [ + { + "x": -3, + "y": 0, + "z": 0, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 0, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockfluidoutputhatch@2" + ] + }, + { + "x": 4, + "y": -1, + "z": -4, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 0, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": -4, + "y": 1, + "z": 4, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": 4, + "y": 1, + "z": -3, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": 3, + "y": -1, + "z": -4, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockfluidinputhatch@2" + ] + }, + { + "x": -3, + "y": 1, + "z": 4, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": 3, + "y": 1, + "z": -3, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": 2, + "y": -1, + "z": -4, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": -4, + "y": -1, + "z": 3, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 4, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": 2, + "y": 1, + "z": -3, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": -3, + "y": -1, + "z": 3, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 3, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": -2, + "y": -1, + "z": -4, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": -2, + "y": 1, + "z": -3, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 4, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": -3, + "y": -1, + "z": -4, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": -3, + "y": 1, + "z": -3, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": 3, + "y": 1, + "z": 4, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": -4, + "y": -1, + "z": -4, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 3, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": -4, + "y": 1, + "z": -3, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": 4, + "y": 1, + "z": 4, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 3, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": 4, + "y": -1, + "z": 3, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": 3, + "y": 0, + "z": -3, + "elements": [ + "contenttweaker:experiment_casing@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 3, + "elements": [ + "contenttweaker:experiment_casing@0" + ] + }, + { + "x": 2, + "y": 0, + "z": -3, + "elements": [ + "contenttweaker:neutronium_cannon@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 3, + "elements": [ + "contenttweaker:neutronium_cannon@0" + ] + }, + { + "x": 1, + "y": 0, + "z": -3, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 3, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": 0, + "y": 0, + "z": -3, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 3, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": -1, + "y": 0, + "z": -3, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 3, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": -2, + "y": 0, + "z": -3, + "elements": [ + "contenttweaker:neutronium_cannon@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 3, + "elements": [ + "contenttweaker:neutronium_cannon@0" + ] + }, + { + "x": -3, + "y": 0, + "z": -3, + "elements": [ + "contenttweaker:experiment_casing@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 3, + "elements": [ + "contenttweaker:experiment_casing@0" + ] + }, + { + "x": 4, + "y": -1, + "z": -3, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": -4, + "y": 1, + "z": 3, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": 4, + "y": 1, + "z": -2, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": 3, + "y": -1, + "z": -3, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": -3, + "y": 1, + "z": 3, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": 3, + "y": 1, + "z": -2, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": 2, + "y": -1, + "z": -3, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": -4, + "y": -1, + "z": 2, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 3, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": 2, + "y": 1, + "z": -2, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": -3, + "y": -1, + "z": 2, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 2, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": -2, + "y": -1, + "z": -3, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": -2, + "y": 1, + "z": -2, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 3, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": -3, + "y": -1, + "z": -3, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": -3, + "y": 1, + "z": -2, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": 3, + "y": 1, + "z": 3, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": -4, + "y": -1, + "z": -3, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 2, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": -4, + "y": 1, + "z": -2, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": 4, + "y": 1, + "z": 3, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 2, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": 4, + "y": -1, + "z": 2, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": 3, + "y": 0, + "z": -2, + "elements": [ + "contenttweaker:neutronium_cannon@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:neutronium_cannon@0" + ] + }, + { + "x": -3, + "y": 0, + "z": -2, + "elements": [ + "contenttweaker:neutronium_cannon@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:neutronium_cannon@0" + ] + }, + { + "x": 4, + "y": -1, + "z": -2, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": -4, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": 3, + "y": -1, + "z": -2, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": -3, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": 2, + "y": -1, + "z": -2, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 1, + "elements": [ + "modularmachinery:blockfluidinputhatch@2" + ] + }, + { + "x": -2, + "y": -1, + "z": -2, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 1, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": -3, + "y": -1, + "z": -2, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 1, + "elements": [ + "modularmachinery:blockfluidoutputhatch@2" + ] + }, + { + "x": 3, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": -4, + "y": -1, + "z": -2, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": 4, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": 3, + "y": 0, + "z": -1, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": -3, + "y": 0, + "z": -1, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 1, + "elements": [ + "contenttweaker:accelerator_tube@0" + ] + }, + { + "x": 1, + "y": -1, + "z": -1, + "elements": [ + "modularmachinery:blockfluidoutputhatch@2" + ] + }, + { + "x": 0, + "y": -1, + "z": -1, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": 4, + "y": 1, + "z": -4, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": -1, + "y": -1, + "z": -1, + "elements": [ + "modularmachinery:blockfluidinputhatch@2" + ] + }, + { + "x": 3, + "y": 1, + "z": -4, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": -4, + "y": -1, + "z": 4, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": 2, + "y": 1, + "z": -4, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": -3, + "y": -1, + "z": 4, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 4, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": -2, + "y": 1, + "z": -4, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": -3, + "y": 1, + "z": -4, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 4, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": -4, + "y": 1, + "z": -4, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 4, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + }, + { + "x": 4, + "y": -1, + "z": 4, + "elements": [ + "contenttweaker:neutronium_casing@0" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/sentient_coagulator.json b/config/modularmachinery/machinery/sentient_coagulator.json new file mode 100644 index 00000000..9eef1913 --- /dev/null +++ b/config/modularmachinery/machinery/sentient_coagulator.json @@ -0,0 +1,206 @@ +{ + "registryname": "sentient_coagulator", + "localizedname": "Sentient Coagulator", + "color": "383836", + "parts": [ + { + "x": -1, + "y": 0, + "z": 0, + "elements": [ + "bloodmagic:blood_rune@7" + ] + }, + { + "x": -1, + "y": 0, + "z": 1, + "elements": [ + "bloodmagic:blood_rune@9" + ] + }, + { + "x": 1, + "y": 0, + "z": 0, + "elements": [ + "bloodmagic:blood_rune@7" + ] + }, + { + "x": -1, + "y": 0, + "z": 2, + "elements": [ + "bloodmagic:blood_rune@7" + ] + }, + { + "x": 1, + "y": 0, + "z": 1, + "elements": [ + "bloodmagic:blood_rune@9" + ] + }, + { + "x": 0, + "y": 0, + "z": 2, + "elements": [ + "modularmachinery:blockoutputbus" + ] + }, + { + "x": 1, + "y": 0, + "z": 2, + "elements": [ + "bloodmagic:blood_rune@7" + ] + }, + { + "x": 1, + "y": -1, + "z": 0, + "elements": [ + "bloodmagic:blood_rune@8" + ] + }, + { + "x": 0, + "y": -1, + "z": 0, + "elements": [ + "bloodmagic:blood_rune@5" + ] + }, + { + "x": -1, + "y": 1, + "z": 0, + "elements": [ + "bloodmagic:blood_rune@8" + ] + }, + { + "x": -1, + "y": -1, + "z": 0, + "elements": [ + "bloodmagic:blood_rune@8" + ] + }, + { + "x": 0, + "y": 1, + "z": 0, + "elements": [ + "bloodmagic:blood_rune@5" + ] + }, + { + "x": -1, + "y": 1, + "z": 1, + "elements": [ + "bloodmagic:blood_rune@5" + ] + }, + { + "x": 0, + "y": 1, + "z": 1, + "elements": [ + "bloodmagic:blood_rune@9" + ] + }, + { + "x": 1, + "y": 1, + "z": 0, + "elements": [ + "bloodmagic:blood_rune@8" + ] + }, + { + "x": -1, + "y": 1, + "z": 2, + "elements": [ + "bloodmagic:blood_rune@8" + ] + }, + { + "x": 0, + "y": 1, + "z": 2, + "elements": [ + "bloodmagic:blood_rune@5" + ] + }, + { + "x": 1, + "y": 1, + "z": 1, + "elements": [ + "bloodmagic:blood_rune@5" + ] + }, + { + "x": -1, + "y": -1, + "z": 1, + "elements": [ + "bloodmagic:blood_rune@5" + ] + }, + { + "x": 1, + "y": 1, + "z": 2, + "elements": [ + "bloodmagic:blood_rune@8" + ] + }, + { + "x": 0, + "y": -1, + "z": 1, + "elements": [ + "modularmachinery:blockfluidinputhatch" + ] + }, + { + "x": -1, + "y": -1, + "z": 2, + "elements": [ + "bloodmagic:blood_rune@8" + ] + }, + { + "x": 0, + "y": -1, + "z": 2, + "elements": [ + "bloodmagic:blood_rune@5" + ] + }, + { + "x": 1, + "y": -1, + "z": 1, + "elements": [ + "bloodmagic:blood_rune@5" + ] + }, + { + "x": 1, + "y": -1, + "z": 2, + "elements": [ + "bloodmagic:blood_rune@8" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/shadow_fracturer.json b/config/modularmachinery/machinery/shadow_fracturer.json new file mode 100644 index 00000000..0f8a6c1c --- /dev/null +++ b/config/modularmachinery/machinery/shadow_fracturer.json @@ -0,0 +1,454 @@ +{ + "registryname": "shadow_fracturer", + "localizedname": "Shadow Fracturer", + "color": "382e2d", + "parts": [ + { + "x": -2, + "y": 0, + "z": 2, + "elements": [ + "modularmachinery:blockfluidinputhatch" + ] + }, + { + "x": -1, + "y": 0, + "z": 0, + "elements": [ + "bloodarsenal:blood_infused_wooden_planks@0" + ] + }, + { + "x": 0, + "y": 2, + "z": 3, + "elements": [ + "bloodarsenal:blood_infused_wooden_planks@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 0, + "elements": [ + "bloodarsenal:blood_infused_wooden_planks@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 2, + "elements": [ + "abyssalcraft:darkethaxiumbrick@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 2, + "elements": [ + "contenttweaker:warped_stone@0" + ] + }, + { + "x": 0, + "y": -2, + "z": 1, + "elements": [ + "bloodarsenal:blood_infused_wooden_planks@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 2, + "elements": [ + "abyssalcraft:darkethaxiumbrick@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 4, + "elements": [ + "bloodarsenal:blood_infused_wooden_planks@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 2, + "elements": [ + "modularmachinery:blockfluidinputhatch" + ] + }, + { + "x": 0, + "y": 0, + "z": 4, + "elements": [ + "modularmachinery:blockinputbus" + ] + }, + { + "x": 1, + "y": 0, + "z": 4, + "elements": [ + "bloodarsenal:blood_infused_wooden_planks@0" + ] + }, + { + "x": 0, + "y": -2, + "z": 3, + "elements": [ + "bloodarsenal:blood_infused_wooden_planks@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 0, + "elements": [ + "bloodarsenal:blood_infused_wooden_planks@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 0, + "elements": [ + "bloodarsenal:blood_infused_wooden_planks@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 2, + "elements": [ + "bloodarsenal:blood_infused_wooden_planks@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 2, + "elements": [ + "bewitchment:block_of_opal@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 2, + "elements": [ + "soulshardsrespawn:soul_cage" + ] + }, + { + "x": -1, + "y": -1, + "z": 1, + "elements": [ + "bewitchment:block_of_opal@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 1, + "elements": [ + "bewitchment:block_of_opal@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 2, + "elements": [ + "bewitchment:block_of_opal@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 4, + "elements": [ + "bloodarsenal:blood_infused_wooden_planks@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 2, + "elements": [ + "bloodarsenal:blood_infused_wooden_planks@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 1, + "elements": [ + "bewitchment:block_of_opal@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 3, + "elements": [ + "bewitchment:block_of_opal@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 3, + "elements": [ + "bewitchment:block_of_opal@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 3, + "elements": [ + "bewitchment:block_of_opal@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 1, + "elements": [ + "bloodarsenal:blood_infused_wooden_planks@0" + ] + }, + { + "x": -1, + "y": 2, + "z": 2, + "elements": [ + "bloodarsenal:blood_infused_wooden_planks@0" + ] + }, + { + "x": 0, + "y": 2, + "z": 2, + "elements": [ + "bloodarsenal:blood_infused_wooden_planks@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 1, + "elements": [ + "bewitchment:block_of_opal@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 1, + "elements": [ + "abyssalcraft:darkethaxiumbrick@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 3, + "elements": [ + "bloodarsenal:blood_infused_wooden_planks@0" + ] + }, + { + "x": 1, + "y": 2, + "z": 2, + "elements": [ + "bloodarsenal:blood_infused_wooden_planks@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 1, + "elements": [ + "bewitchment:block_of_opal@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 3, + "elements": [ + "bewitchment:block_of_opal@0" + ] + }, + { + "x": -1, + "y": -2, + "z": 2, + "elements": [ + "bloodarsenal:blood_infused_wooden_planks@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 1, + "elements": [ + "bloodarsenal:blood_infused_wooden_planks@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 3, + "elements": [ + "abyssalcraft:darkethaxiumbrick@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 3, + "elements": [ + "bewitchment:block_of_opal@0" + ] + }, + { + "x": 0, + "y": -2, + "z": 2, + "elements": [ + "modularmachinery:blockoutputbus" + ] + }, + { + "x": 1, + "y": -2, + "z": 2, + "elements": [ + "bloodarsenal:blood_infused_wooden_planks@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 3, + "elements": [ + "bloodarsenal:blood_infused_wooden_planks@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 1, + "elements": [ + "bewitchment:block_of_opal@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 1, + "elements": [ + "bewitchment:block_of_opal@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 2, + "elements": [ + "bloodarsenal:blood_infused_wooden_planks@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 3, + "elements": [ + "bewitchment:block_of_opal@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 1, + "elements": [ + "bewitchment:block_of_opal@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 3, + "elements": [ + "bewitchment:block_of_opal@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 2, + "elements": [ + "bewitchment:block_of_opal@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 2, + "elements": [ + "abyssalcraft:darkethaxiumbrick@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 3, + "elements": [ + "bewitchment:block_of_opal@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 2, + "elements": [ + "bewitchment:block_of_opal@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 4, + "elements": [ + "bloodarsenal:blood_infused_wooden_planks@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 2, + "elements": [ + "bloodarsenal:blood_infused_wooden_planks@0" + ] + }, + { + "x": 0, + "y": 2, + "z": 1, + "elements": [ + "bloodarsenal:blood_infused_wooden_planks@0" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/spatial_crucible.json b/config/modularmachinery/machinery/spatial_crucible.json new file mode 100644 index 00000000..f269739a --- /dev/null +++ b/config/modularmachinery/machinery/spatial_crucible.json @@ -0,0 +1,366 @@ +{ + "registryname": "spatial_crucible", + "localizedname": "Spatial Crucible", + "color": "7332c2", + "parts": [ + { + "x": -2, + "y": 0, + "z": 2, + "elements": [ + "draconicevolution:draconium_block@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 1, + "elements": [ + "bewitchment:block_of_garnet@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 0, + "elements": [ + "draconicevolution:draconium_block@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 3, + "elements": [ + "draconicevolution:draconium_block@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 0, + "elements": [ + "draconicevolution:draconium_block@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 0, + "elements": [ + "draconicevolution:draconium_block@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 2, + "elements": [ + "modularmachinery:blockinputbus" + ] + }, + { + "x": 0, + "y": 0, + "z": 1, + "elements": [ + "modularmachinery:blockfluidinputhatch" + ] + }, + { + "x": -2, + "y": 0, + "z": 4, + "elements": [ + "draconicevolution:draconium_block@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 3, + "elements": [ + "bewitchment:block_of_garnet@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 1, + "elements": [ + "bewitchment:block_of_garnet@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 0, + "elements": [ + "draconicevolution:draconium_block@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 2, + "elements": [ + "modularmachinery:blockenergyinputhatch" + ] + }, + { + "x": -1, + "y": 0, + "z": 4, + "elements": [ + "draconicevolution:draconium_block@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 1, + "elements": [ + "draconicevolution:draconium_block@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 3, + "elements": [ + "modularmachinery:blockfluidoutputhatch" + ] + }, + { + "x": 1, + "y": 0, + "z": 2, + "elements": [ + "modularmachinery:blockinputbus" + ] + }, + { + "x": 0, + "y": 0, + "z": 4, + "elements": [ + "draconicevolution:draconium_block@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 3, + "elements": [ + "bewitchment:block_of_garnet@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 2, + "elements": [ + "draconicevolution:draconium_block@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 4, + "elements": [ + "draconicevolution:draconium_block@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 3, + "elements": [ + "draconicevolution:draconium_block@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 4, + "elements": [ + "draconicevolution:draconium_block@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 0, + "elements": [ + "appliedenergistics2:spatial_pylon@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 1, + "elements": [ + "appliedenergistics2:spatial_pylon@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 0, + "elements": [ + "appliedenergistics2:spatial_pylon@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 2, + "elements": [ + "appliedenergistics2:spatial_pylon@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 1, + "elements": [ + "bewitchment:dragons_blood_resin_block@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 0, + "elements": [ + "appliedenergistics2:spatial_pylon@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 3, + "elements": [ + "appliedenergistics2:spatial_pylon@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 1, + "elements": [ + "bewitchment:dragons_blood_resin_block@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 2, + "elements": [ + "bewitchment:dragons_blood_resin_block@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 2, + "elements": [ + "bewitchment:dragons_blood_resin_block@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 3, + "elements": [ + "bewitchment:dragons_blood_resin_block@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 1, + "elements": [ + "bewitchment:dragons_blood_resin_block@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 1, + "elements": [ + "appliedenergistics2:spatial_pylon@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 4, + "elements": [ + "appliedenergistics2:spatial_pylon@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 3, + "elements": [ + "bewitchment:dragons_blood_resin_block@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 2, + "elements": [ + "bewitchment:dragons_blood_resin_block@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 2, + "elements": [ + "appliedenergistics2:spatial_pylon@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 4, + "elements": [ + "appliedenergistics2:spatial_pylon@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 3, + "elements": [ + "bewitchment:dragons_blood_resin_block@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 3, + "elements": [ + "appliedenergistics2:spatial_pylon@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 4, + "elements": [ + "appliedenergistics2:spatial_pylon@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 1, + "elements": [ + "draconicevolution:draconium_block@0" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/sterilized_altar.json b/config/modularmachinery/machinery/sterilized_altar.json new file mode 100644 index 00000000..898db7a5 --- /dev/null +++ b/config/modularmachinery/machinery/sterilized_altar.json @@ -0,0 +1,390 @@ +{ + "registryname": "sterilized_altar", + "localizedname": "Sterilized Sacrificial Altar", + "color": "011112", + "parts": [ + { + "x": -1, + "y": 0, + "z": 0, + "elements": [ + "abyssalcraft:stone@7" + ] + }, + { + "x": -1, + "y": 0, + "z": 1, + "elements": [ + "abyssalcraft:abybrick@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 2, + "elements": [ + "abyssalcraft:abybrick@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 3, + "elements": [ + "modularmachinery:blockoutputbus" + ] + }, + { + "x": 0, + "y": 0, + "z": 1, + "elements": [ + "abyssalcraft:abybrick@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 0, + "elements": [ + "abyssalcraft:stone@7" + ] + }, + { + "x": -1, + "y": 0, + "z": 2, + "elements": [ + "abyssalcraft:abybrick@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 3, + "elements": [ + "abyssalcraft:abybrick@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 4, + "elements": [ + "abyssalcraft:stone@7" + ] + }, + { + "x": 1, + "y": 0, + "z": 1, + "elements": [ + "abyssalcraft:abybrick@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 2, + "elements": [ + "abyssalcraft:abybrick@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 3, + "elements": [ + "abyssalcraft:abybrick@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 4, + "elements": [ + "abyssalcraft:abybrick@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 1, + "elements": [ + "abyssalcraft:stone@7" + ] + }, + { + "x": 0, + "y": 0, + "z": 3, + "elements": [ + "abyssalcraft:abybrick@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 4, + "elements": [ + "abyssalcraft:abybrick@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 5, + "elements": [ + "abyssalcraft:stone@7" + ] + }, + { + "x": 1, + "y": 0, + "z": 2, + "elements": [ + "abyssalcraft:abybrick@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 2, + "elements": [ + "abyssalcraft:abybrick@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 4, + "elements": [ + "abyssalcraft:abybrick@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 5, + "elements": [ + "abyssalcraft:abybrick@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 3, + "elements": [ + "abyssalcraft:abybrick@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 2, + "elements": [ + "abyssalcraft:stone@7" + ] + }, + { + "x": 0, + "y": 0, + "z": 5, + "elements": [ + "abyssalcraft:abybrick@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 6, + "elements": [ + "modularmachinery:blockfluidinputhatch" + ] + }, + { + "x": 1, + "y": 0, + "z": 4, + "elements": [ + "abyssalcraft:abybrick@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 3, + "elements": [ + "abyssalcraft:abybrick@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 3, + "elements": [ + "modularmachinery:blockinputbus" + ] + }, + { + "x": 0, + "y": 0, + "z": 6, + "elements": [ + "modularmachinery:blockenergyinputhatch" + ] + }, + { + "x": 1, + "y": 0, + "z": 5, + "elements": [ + "abyssalcraft:abybrick@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 4, + "elements": [ + "abyssalcraft:abybrick@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 6, + "elements": [ + "modularmachinery:blockfluidinputhatch" + ] + }, + { + "x": 2, + "y": 0, + "z": 5, + "elements": [ + "abyssalcraft:stone@7" + ] + }, + { + "x": 3, + "y": 0, + "z": 4, + "elements": [ + "abyssalcraft:stone@7" + ] + }, + { + "x": -1, + "y": 1, + "z": 1, + "elements": [ + "abyssalcraft:tieredenergypedestal@1" + ] + }, + { + "x": -2, + "y": 1, + "z": 2, + "elements": [ + "abyssalcraft:tieredenergypedestal@1" + ] + }, + { + "x": 0, + "y": 1, + "z": 2, + "elements": [ + "abyssalcraft:tieredenergycontainer@1" + ] + }, + { + "x": 1, + "y": 1, + "z": 1, + "elements": [ + "abyssalcraft:tieredenergypedestal@1" + ] + }, + { + "x": -1, + "y": 1, + "z": 3, + "elements": [ + "abyssalcraft:tieredenergycontainer@1" + ] + }, + { + "x": -2, + "y": 1, + "z": 4, + "elements": [ + "abyssalcraft:tieredenergypedestal@1" + ] + }, + { + "x": 0, + "y": 1, + "z": 4, + "elements": [ + "abyssalcraft:tieredenergycontainer@1" + ] + }, + { + "x": 1, + "y": 1, + "z": 3, + "elements": [ + "abyssalcraft:tieredenergycontainer@1" + ] + }, + { + "x": 2, + "y": 1, + "z": 2, + "elements": [ + "abyssalcraft:tieredenergypedestal@1" + ] + }, + { + "x": -1, + "y": 1, + "z": 5, + "elements": [ + "abyssalcraft:tieredenergypedestal@1" + ] + }, + { + "x": 1, + "y": 1, + "z": 5, + "elements": [ + "abyssalcraft:tieredenergypedestal@1" + ] + }, + { + "x": 2, + "y": 1, + "z": 4, + "elements": [ + "abyssalcraft:tieredenergypedestal@1" + ] + }, + { + "x": -2, + "y": 0, + "z": 1, + "elements": [ + "abyssalcraft:stone@7" + ] + }, + { + "x": -3, + "y": 0, + "z": 2, + "elements": [ + "abyssalcraft:stone@7" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/terrestrial_cauldron.json b/config/modularmachinery/machinery/terrestrial_cauldron.json new file mode 100644 index 00000000..2e08f1c8 --- /dev/null +++ b/config/modularmachinery/machinery/terrestrial_cauldron.json @@ -0,0 +1,334 @@ +{ + "registryname": "terrestrial_cauldron", + "localizedname": "Terrestrial Cauldron", + "color": "2e2d2c", + "parts": [ + { + "x": -1, + "y": 0, + "z": 0, + "elements": [ + "bewitchment:block_of_cold_iron@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 1, + "elements": [ + "modularmachinery:blockoutputbus" + ] + }, + { + "x": -2, + "y": 0, + "z": 2, + "elements": [ + "bewitchment:block_of_cold_iron@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 1, + "elements": [ + "bewitchment:scorned_bricks@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 0, + "elements": [ + "bewitchment:block_of_cold_iron@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 0, + "elements": [ + "bewitchment:block_of_cold_iron_symbol@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 2, + "elements": [ + "bewitchment:scorned_bricks@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 3, + "elements": [ + "bewitchment:block_of_cold_iron@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 1, + "elements": [ + "modularmachinery:blockinputbus" + ] + }, + { + "x": 0, + "y": 0, + "z": 2, + "elements": [ + "bewitchment:scorned_bricks@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 0, + "elements": [ + "bewitchment:block_of_cold_iron_symbol@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 3, + "elements": [ + "modularmachinery:blockfluidinputhatch" + ] + }, + { + "x": -2, + "y": 0, + "z": 4, + "elements": [ + "bewitchment:block_of_cold_iron_symbol@0" + ] + }, + { + "x": 0, + "y": 2, + "z": 4, + "elements": [ + "bewitchment:crying_scorned_bricks@0" + ] + }, + { + "x": 2, + "y": 2, + "z": 2, + "elements": [ + "bewitchment:mossy_scorned_bricks@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 1, + "elements": [ + "bewitchment:block_of_cold_iron@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 3, + "elements": [ + "bewitchment:scorned_bricks@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 4, + "elements": [ + "bewitchment:block_of_cold_iron@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 2, + "elements": [ + "bewitchment:scorned_bricks@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 2, + "elements": [ + "bewitchment:block_of_cold_iron@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 4, + "elements": [ + "bewitchment:block_of_cold_iron@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 3, + "elements": [ + "modularmachinery:blockfluidinputhatch" + ] + }, + { + "x": 1, + "y": 0, + "z": 4, + "elements": [ + "bewitchment:block_of_cold_iron@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 3, + "elements": [ + "bewitchment:block_of_cold_iron@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 4, + "elements": [ + "bewitchment:block_of_cold_iron_symbol@0" + ] + }, + { + "x": 0, + "y": 3, + "z": 0, + "elements": [ + "bewitchment:witches_cauldron@0" + ] + }, + { + "x": -2, + "y": 3, + "z": 2, + "elements": [ + "bewitchment:witches_cauldron@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 0, + "elements": [ + "bewitchment:crying_scorned_bricks@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 2, + "elements": [ + "bewitchment:mossy_scorned_bricks@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 1, + "elements": [ + "bewitchment:crying_scorned_bricks@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 2, + "elements": [ + "bewitchment:mossy_scorned_bricks@0" + ] + }, + { + "x": 0, + "y": 3, + "z": 4, + "elements": [ + "bewitchment:witches_cauldron@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 2, + "elements": [ + "bewitchment:block_of_cold_iron_pentacle@0" + ] + }, + { + "x": 2, + "y": 3, + "z": 2, + "elements": [ + "bewitchment:witches_cauldron@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 3, + "elements": [ + "bewitchment:crying_scorned_bricks@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 2, + "elements": [ + "bewitchment:mossy_scorned_bricks@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 4, + "elements": [ + "bewitchment:crying_scorned_bricks@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 2, + "elements": [ + "bewitchment:mossy_scorned_bricks@0" + ] + }, + { + "x": -2, + "y": 2, + "z": 2, + "elements": [ + "bewitchment:mossy_scorned_bricks@0" + ] + }, + { + "x": 0, + "y": 2, + "z": 0, + "elements": [ + "bewitchment:crying_scorned_bricks@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 1, + "elements": [ + "bewitchment:block_of_cold_iron@0" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/thaumic_replicator.json b/config/modularmachinery/machinery/thaumic_replicator.json new file mode 100644 index 00000000..ce0ae098 --- /dev/null +++ b/config/modularmachinery/machinery/thaumic_replicator.json @@ -0,0 +1,214 @@ +{ + "registryname": "thaumic_replicator", + "localizedname": "Thaumic Replicator", + "color": "ffffff", + "parts": [ + { + "x": -1, + "y": 0, + "z": 0, + "elements": [ + "thaumadditions:taintwood_planks@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 1, + "elements": [ + "modularmachinery:blockfluidinputhatch@7" + ] + }, + { + "x": 0, + "y": 0, + "z": 1, + "elements": [ + "thaumadditions:adaminite_block@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 0, + "elements": [ + "thaumadditions:taintwood_planks@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 2, + "elements": [ + "thaumadditions:taintwood_planks@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 1, + "elements": [ + "modularmachinery:blockfluidinputhatch@7" + ] + }, + { + "x": 0, + "y": 0, + "z": 2, + "elements": [ + "modularmachinery:blockfluidoutputhatch@7" + ] + }, + { + "x": 1, + "y": 0, + "z": 2, + "elements": [ + "thaumadditions:taintwood_planks@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 0, + "elements": [ + "thaumadditions:taintwood_planks@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 0, + "elements": [ + "twilightforest:castle_brick@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 0, + "elements": [ + "thaumadditions:taintwood_planks@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 0, + "elements": [ + "thaumadditions:taintwood_planks@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 0, + "elements": [ + "twilightforest:castle_brick@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 1, + "elements": [ + "twilightforest:castle_brick@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 1, + "elements": [ + "modularmachinery:blockinputbus@6" + ] + }, + { + "x": 1, + "y": 1, + "z": 0, + "elements": [ + "thaumadditions:taintwood_planks@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 2, + "elements": [ + "thaumadditions:taintwood_planks@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 2, + "elements": [ + "twilightforest:castle_brick@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 1, + "elements": [ + "twilightforest:castle_brick@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 1, + "elements": [ + "twilightforest:castle_brick@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 2, + "elements": [ + "thaumadditions:taintwood_planks@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 1, + "elements": [ + "modularmagic:blockaspectproviderinput@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 2, + "elements": [ + "thaumadditions:taintwood_planks@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 2, + "elements": [ + "twilightforest:castle_brick@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 1, + "elements": [ + "twilightforest:castle_brick@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 2, + "elements": [ + "thaumadditions:taintwood_planks@0" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/token_totem.json b/config/modularmachinery/machinery/token_totem.json new file mode 100644 index 00000000..a9e66c4b --- /dev/null +++ b/config/modularmachinery/machinery/token_totem.json @@ -0,0 +1,534 @@ +{ + "registryname": "token_totem", + "localizedname": "Token Totem", + "color": "363636", + "parts": [ + { + "x": -2, + "y": 0, + "z": 0, + "elements": [ + "bloodmagic:decorative_brick@3" + ] + }, + { + "x": -1, + "y": 0, + "z": 2, + "elements": [ + "aoa3:ancient_rock@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 2, + "elements": [ + "extendedcrafting:storage@6" + ] + }, + { + "x": 2, + "y": 0, + "z": 0, + "elements": [ + "bloodmagic:decorative_brick@3" + ] + }, + { + "x": -2, + "y": 0, + "z": 4, + "elements": [ + "bloodmagic:decorative_brick@3" + ] + }, + { + "x": 2, + "y": 2, + "z": 3, + "elements": [ + "bloodmagic:decorative_brick@3" + ] + }, + { + "x": 1, + "y": 0, + "z": 2, + "elements": [ + "aoa3:ancient_rock@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 4, + "elements": [ + "bloodmagic:decorative_brick@3" + ] + }, + { + "x": -2, + "y": 5, + "z": 0, + "elements": [ + "extendedcrafting:storage@6" + ] + }, + { + "x": -3, + "y": 5, + "z": 2, + "elements": [ + "extendedcrafting:storage@6" + ] + }, + { + "x": -2, + "y": 3, + "z": 1, + "elements": [ + "extendedcrafting:storage@6" + ] + }, + { + "x": 2, + "y": -1, + "z": 0, + "elements": [ + "extendedcrafting:storage@6" + ] + }, + { + "x": 0, + "y": 5, + "z": 2, + "elements": [ + "contenttweaker:master_rune_box@0" + ] + }, + { + "x": 2, + "y": 5, + "z": 0, + "elements": [ + "extendedcrafting:storage@6" + ] + }, + { + "x": 1, + "y": -1, + "z": 0, + "elements": [ + "aoa3:carved_rune_space@0" + ] + }, + { + "x": -2, + "y": 5, + "z": 4, + "elements": [ + "extendedcrafting:storage@6" + ] + }, + { + "x": 0, + "y": -1, + "z": 0, + "elements": [ + "aoa3:carved_rune_space@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 0, + "elements": [ + "bloodmagic:decorative_brick@3" + ] + }, + { + "x": -1, + "y": -1, + "z": 0, + "elements": [ + "aoa3:carved_rune_space@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 0, + "elements": [ + "extendedcrafting:storage@6" + ] + }, + { + "x": -2, + "y": -1, + "z": 1, + "elements": [ + "aoa3:carved_rune_space@0" + ] + }, + { + "x": 3, + "y": 5, + "z": 2, + "elements": [ + "extendedcrafting:storage@6" + ] + }, + { + "x": 1, + "y": 1, + "z": 0, + "elements": [ + "bloodmagic:decorative_brick@3" + ] + }, + { + "x": 2, + "y": 5, + "z": 4, + "elements": [ + "extendedcrafting:storage@6" + ] + }, + { + "x": 0, + "y": 1, + "z": 2, + "elements": [ + "thaumadditions:dawn_totem@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 1, + "elements": [ + "modularmachinery:blockenergyoutputhatch" + ] + }, + { + "x": 0, + "y": -1, + "z": 1, + "elements": [ + "modularmachinery:blockenergyoutputhatch" + ] + }, + { + "x": -2, + "y": -1, + "z": 3, + "elements": [ + "aoa3:carved_rune_space@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 4, + "elements": [ + "bloodmagic:decorative_brick@3" + ] + }, + { + "x": 2, + "y": 3, + "z": 3, + "elements": [ + "extendedcrafting:storage@6" + ] + }, + { + "x": 1, + "y": -1, + "z": 1, + "elements": [ + "modularmachinery:blockenergyoutputhatch" + ] + }, + { + "x": -1, + "y": -1, + "z": 3, + "elements": [ + "modularmachinery:blockenergyoutputhatch" + ] + }, + { + "x": 0, + "y": -1, + "z": 3, + "elements": [ + "modularmachinery:blockenergyoutputhatch" + ] + }, + { + "x": 1, + "y": 1, + "z": 4, + "elements": [ + "bloodmagic:decorative_brick@3" + ] + }, + { + "x": 2, + "y": -1, + "z": 1, + "elements": [ + "aoa3:carved_rune_space@0" + ] + }, + { + "x": 0, + "y": 5, + "z": -1, + "elements": [ + "extendedcrafting:storage@6" + ] + }, + { + "x": 1, + "y": -1, + "z": 3, + "elements": [ + "modularmachinery:blockenergyoutputhatch" + ] + }, + { + "x": 2, + "y": -1, + "z": 3, + "elements": [ + "aoa3:carved_rune_space@0" + ] + }, + { + "x": 1, + "y": 2, + "z": 0, + "elements": [ + "bloodmagic:decorative_brick@3" + ] + }, + { + "x": 0, + "y": 2, + "z": 2, + "elements": [ + "thaumadditions:dawn_totem@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 1, + "elements": [ + "aoa3:ancient_rock@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 1, + "elements": [ + "aoa3:ancient_rock@0" + ] + }, + { + "x": -1, + "y": 2, + "z": 4, + "elements": [ + "bloodmagic:decorative_brick@3" + ] + }, + { + "x": 1, + "y": 0, + "z": 1, + "elements": [ + "aoa3:ancient_rock@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 3, + "elements": [ + "aoa3:ancient_rock@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 3, + "elements": [ + "aoa3:ancient_rock@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 3, + "elements": [ + "aoa3:ancient_rock@0" + ] + }, + { + "x": 1, + "y": 3, + "z": 0, + "elements": [ + "extendedcrafting:storage@6" + ] + }, + { + "x": -2, + "y": 1, + "z": 1, + "elements": [ + "bloodmagic:decorative_brick@3" + ] + }, + { + "x": 0, + "y": 3, + "z": 2, + "elements": [ + "thaumadditions:dawn_totem@0" + ] + }, + { + "x": 0, + "y": 5, + "z": 5, + "elements": [ + "extendedcrafting:storage@6" + ] + }, + { + "x": -2, + "y": 1, + "z": 3, + "elements": [ + "bloodmagic:decorative_brick@3" + ] + }, + { + "x": -1, + "y": 3, + "z": 4, + "elements": [ + "extendedcrafting:storage@6" + ] + }, + { + "x": -2, + "y": -1, + "z": 2, + "elements": [ + "aoa3:carved_rune_space@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 1, + "elements": [ + "bloodmagic:decorative_brick@3" + ] + }, + { + "x": -1, + "y": -1, + "z": 2, + "elements": [ + "modularmachinery:blockenergyoutputhatch" + ] + }, + { + "x": 0, + "y": -1, + "z": 2, + "elements": [ + "extendedcrafting:storage@6" + ] + }, + { + "x": -2, + "y": -1, + "z": 4, + "elements": [ + "extendedcrafting:storage@6" + ] + }, + { + "x": 2, + "y": 1, + "z": 3, + "elements": [ + "bloodmagic:decorative_brick@3" + ] + }, + { + "x": 1, + "y": -1, + "z": 2, + "elements": [ + "modularmachinery:blockenergyoutputhatch" + ] + }, + { + "x": -1, + "y": -1, + "z": 4, + "elements": [ + "aoa3:carved_rune_space@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 4, + "elements": [ + "modularmachinery:blockinputbus" + ] + }, + { + "x": 2, + "y": -1, + "z": 2, + "elements": [ + "aoa3:carved_rune_space@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 4, + "elements": [ + "aoa3:carved_rune_space@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 4, + "elements": [ + "extendedcrafting:storage@6" + ] + }, + { + "x": -2, + "y": 2, + "z": 1, + "elements": [ + "bloodmagic:decorative_brick@3" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/valonite_gateway.json b/config/modularmachinery/machinery/valonite_gateway.json new file mode 100644 index 00000000..12ab5a43 --- /dev/null +++ b/config/modularmachinery/machinery/valonite_gateway.json @@ -0,0 +1,245 @@ +{ + "registryname": "valonite_gateway", + "localizedname": "Valonite Gateway", + "color": "ecbdf2", + "modifiers": [ + { + "elements": "abyssalcraft:ethaxiumbrick@2", + "x": 0, + "y": 0, + "z": 2, + "description": "replace center block for faster recipes", + "modifier": { + "io": "output", + "target": "duration", + "operation": 1, + "multiplier": 0.2 + } + } + ], + "parts": [ + { + "x": -1, + "y": 0, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 1, + "elements": [ + "thebetweenlands:betweenstone@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 2, + "elements": [ + "modularmachinery:blockoutputbus" + ] + }, + { + "x": -1, + "y": 2, + "z": 3, + "elements": [ + "thebetweenlands:valonite_block@0" + ] + }, + { + "x": 1, + "y": 2, + "z": 1, + "elements": [ + "thebetweenlands:valonite_block@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 1, + "elements": [ + "thebetweenlands:betweenstone@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 0, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 2, + "elements": [ + "thebetweenlands:betweenstone@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 3, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 1, + "elements": [ + "thebetweenlands:betweenstone@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 2, + "elements": [ + "thebetweenlands:betweenstone@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 3, + "elements": [ + "thebetweenlands:betweenstone@0" + ] + }, + { + "x": 1, + "y": 2, + "z": 3, + "elements": [ + "thebetweenlands:valonite_block@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 1, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 3, + "elements": [ + "thebetweenlands:betweenstone@0" + ] + }, + { + "x": -1, + "y": 0, + "z": 4, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 2, + "elements": [ + "thebetweenlands:betweenstone@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 2, + "elements": [ + "modularmachinery:blockinputbus" + ] + }, + { + "x": 0, + "y": 0, + "z": 4, + "elements": [ + "modularmachinery:blockfluidinputhatch" + ] + }, + { + "x": 1, + "y": 0, + "z": 3, + "elements": [ + "thebetweenlands:betweenstone@0" + ] + }, + { + "x": 1, + "y": 0, + "z": 4, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 3, + "elements": [ + "modularmachinery:blockcasing@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 1, + "elements": [ + "thebetweenlands:pitstone@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 1, + "elements": [ + "thebetweenlands:pitstone@0" + ] + }, + { + "x": -1, + "y": 1, + "z": 3, + "elements": [ + "thebetweenlands:pitstone@0" + ] + }, + { + "x": 1, + "y": 1, + "z": 3, + "elements": [ + "thebetweenlands:pitstone@0" + ] + }, + { + "x": -1, + "y": 2, + "z": 1, + "elements": [ + "thebetweenlands:valonite_block@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 1, + "elements": [ + "modularmachinery:blockcasing@0" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/variables/casings.var.json b/config/modularmachinery/machinery/variables/casings.var.json new file mode 100644 index 00000000..d35e9b2d --- /dev/null +++ b/config/modularmachinery/machinery/variables/casings.var.json @@ -0,0 +1,26 @@ +{ + "casings_all": [ + "modularmachinery:blockcasing", + "modularmachinery:blockinputbus", + "modularmachinery:blockenergyinputhatch", + "modularmachinery:blockfluidinputhatch", + "modularmachinery:blockoutputbus", + "modularmachinery:blockenergyoutputhatch", + "modularmachinery:blockfluidoutputhatch" + ], + "casings_decorative": [ + "modularmachinery:blockcasing" + ], + "casings_fluid": [ + "modularmachinery:blockfluidinputhatch", + "modularmachinery:blockfluidoutputhatch" + ], + "casings_energy": [ + "modularmachinery:blockenergyinputhatch", + "modularmachinery:blockenergyoutputhatch" + ], + "casings_item": [ + "modularmachinery:blockinputbus", + "modularmachinery:blockoutputbus" + ] +} \ No newline at end of file diff --git a/config/modularmachinery/machinery/void_mythical_resource_miner_T1.json b/config/modularmachinery/machinery/void_mythical_resource_miner_T1.json new file mode 100644 index 00000000..4c8f1773 --- /dev/null +++ b/config/modularmachinery/machinery/void_mythical_resource_miner_T1.json @@ -0,0 +1,430 @@ +{ + "registryname": "mythical_resource_miner_tier1", + "localizedname": "Tier 1 Mythical Void Resource Miner", + "color": "383836", + "parts": [ + { + "x": -2, + "y": 0, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_1@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_1@0" + ] + }, + { + "x": -2, + "y": 0, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_1@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_1@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_1@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_1@0" + ] + }, + { + "x": -3, + "y": 1, + "z": 0, + "elements": [ + "aoa3:limonite_block@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 0, + "elements": [ + "divinerpg:realmite_block@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockoutputbus" + ] + }, + { + "x": 2, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_1@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockenergyinputhatch" + ] + }, + { + "x": -2, + "y": 1, + "z": 2, + "elements": [ + "aoa3:rosite_block@0" + ] + }, + { + "x": 1, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_1@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockoutputbus" + ] + }, + { + "x": -3, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_1@0" + ] + }, + { + "x": 0, + "y": -1, + "z": -2, + "elements": [ + "divinerpg:realmite_block@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 0, + "elements": [ + "divinerpg:realmite_block@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_1@0" + ] + }, + { + "x": -1, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_1@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 1, + "elements": [ + "divinerpg:rupee_block@0" + ] + }, + { + "x": -3, + "y": -1, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_1@0" + ] + }, + { + "x": 3, + "y": 1, + "z": 0, + "elements": [ + "aoa3:limonite_block@0" + ] + }, + { + "x": -2, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_1@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 1, + "elements": [ + "modularmachinery:blockoutputbus" + ] + }, + { + "x": 2, + "y": 1, + "z": 2, + "elements": [ + "aoa3:rosite_block@0" + ] + }, + { + "x": 0, + "y": 1, + "z": -3, + "elements": [ + "aoa3:limonite_block@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 1, + "elements": [ + "divinerpg:rupee_block@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_1@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_1@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_1@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_1@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_1@0" + ] + }, + { + "x": 0, + "y": 0, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_1@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_1@0" + ] + }, + { + "x": 3, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_1@0" + ] + }, + { + "x": 2, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_1@0" + ] + }, + { + "x": 1, + "y": -1, + "z": -1, + "elements": [ + "divinerpg:rupee_block@0" + ] + }, + { + "x": 0, + "y": -1, + "z": -1, + "elements": [ + "modularmachinery:blockoutputbus" + ] + }, + { + "x": 2, + "y": 1, + "z": -2, + "elements": [ + "aoa3:rosite_block@0" + ] + }, + { + "x": 1, + "y": -1, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_1@0" + ] + }, + { + "x": -1, + "y": -1, + "z": -1, + "elements": [ + "divinerpg:rupee_block@0" + ] + }, + { + "x": 0, + "y": -1, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_1@0" + ] + }, + { + "x": -2, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_1@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_1@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 3, + "elements": [ + "aoa3:limonite_block@0" + ] + }, + { + "x": -1, + "y": -1, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_1@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_1@0" + ] + }, + { + "x": -3, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_1@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 2, + "elements": [ + "divinerpg:realmite_block@0" + ] + }, + { + "x": -2, + "y": 1, + "z": -2, + "elements": [ + "aoa3:rosite_block@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_1@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_1@0" + ] + }, + { + "x": 2, + "y": 0, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_1@0" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/void_mythical_resource_miner_T10.json b/config/modularmachinery/machinery/void_mythical_resource_miner_T10.json new file mode 100644 index 00000000..b7aed248 --- /dev/null +++ b/config/modularmachinery/machinery/void_mythical_resource_miner_T10.json @@ -0,0 +1,430 @@ +{ + "registryname": "mythical_resource_miner_tier10", + "localizedname": "Creeponia Mythical Void Resource Miner", + "color": "383836", + "parts": [ + { + "x": -2, + "y": 0, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": -2, + "y": 0, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": -3, + "y": 1, + "z": 0, + "elements": [ + "aoa3:creeponia_bricks@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 0, + "elements": [ + "tconstruct:brownstone@8" + ] + }, + { + "x": 1, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockfluidinputhatch" + ] + }, + { + "x": 0, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockenergyinputhatch" + ] + }, + { + "x": 2, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:creeponian_cap@0" + ] + }, + { + "x": -3, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockfluidinputhatch" + ] + }, + { + "x": 1, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 0, + "elements": [ + "tconstruct:brownstone@8" + ] + }, + { + "x": -2, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 0, + "y": -1, + "z": -2, + "elements": [ + "tconstruct:brownstone@8" + ] + }, + { + "x": -3, + "y": -1, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 1, + "elements": [ + "tconstruct:brownstone@8" + ] + }, + { + "x": -1, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 3, + "y": 1, + "z": 0, + "elements": [ + "aoa3:creeponia_bricks@0" + ] + }, + { + "x": -2, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 1, + "elements": [ + "modularmachinery:blockoutputbus" + ] + }, + { + "x": 0, + "y": 1, + "z": -3, + "elements": [ + "aoa3:creeponia_bricks@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:creeponian_cap@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 1, + "elements": [ + "tconstruct:brownstone@8" + ] + }, + { + "x": 0, + "y": -1, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 0, + "y": 0, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 3, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 2, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 1, + "y": -1, + "z": -1, + "elements": [ + "tconstruct:brownstone@8" + ] + }, + { + "x": 0, + "y": -1, + "z": -1, + "elements": [ + "modularmachinery:blockoutputbus" + ] + }, + { + "x": 2, + "y": 1, + "z": -2, + "elements": [ + "contenttweaker:creeponian_cap@0" + ] + }, + { + "x": -1, + "y": -1, + "z": -1, + "elements": [ + "tconstruct:brownstone@8" + ] + }, + { + "x": 1, + "y": -1, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": -2, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 0, + "y": -1, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 3, + "elements": [ + "aoa3:creeponia_bricks@0" + ] + }, + { + "x": -3, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": -1, + "y": -1, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 2, + "elements": [ + "tconstruct:brownstone@8" + ] + }, + { + "x": -2, + "y": 1, + "z": -2, + "elements": [ + "contenttweaker:creeponian_cap@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 2, + "y": 0, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/void_mythical_resource_miner_T11.json b/config/modularmachinery/machinery/void_mythical_resource_miner_T11.json new file mode 100644 index 00000000..8d2c0483 --- /dev/null +++ b/config/modularmachinery/machinery/void_mythical_resource_miner_T11.json @@ -0,0 +1,430 @@ +{ + "registryname": "mythical_resource_miner_tier11", + "localizedname": "Deeplands Mythical Void Resource Miner", + "color": "383836", + "parts": [ + { + "x": -2, + "y": 0, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": -2, + "y": 0, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": -3, + "y": 1, + "z": 0, + "elements": [ + "aoa3:black_mushroom@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 0, + "elements": [ + "abyssalcraft:ingotblock@1" + ] + }, + { + "x": 1, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockfluidinputhatch" + ] + }, + { + "x": 0, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockenergyinputhatch" + ] + }, + { + "x": 2, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:deepland_cap@0" + ] + }, + { + "x": -3, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockfluidinputhatch" + ] + }, + { + "x": 1, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 0, + "elements": [ + "abyssalcraft:ingotblock@1" + ] + }, + { + "x": -2, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 0, + "y": -1, + "z": -2, + "elements": [ + "abyssalcraft:ingotblock@1" + ] + }, + { + "x": -3, + "y": -1, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 1, + "elements": [ + "abyssalcraft:ingotblock@1" + ] + }, + { + "x": -1, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 3, + "y": 1, + "z": 0, + "elements": [ + "aoa3:black_mushroom@0" + ] + }, + { + "x": -2, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 1, + "elements": [ + "modularmachinery:blockoutputbus" + ] + }, + { + "x": 2, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:deepland_cap@0" + ] + }, + { + "x": 0, + "y": 1, + "z": -3, + "elements": [ + "aoa3:black_mushroom@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 1, + "elements": [ + "abyssalcraft:ingotblock@1" + ] + }, + { + "x": 0, + "y": -1, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 0, + "y": 0, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 3, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 2, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 1, + "y": -1, + "z": -1, + "elements": [ + "abyssalcraft:ingotblock@1" + ] + }, + { + "x": 0, + "y": -1, + "z": -1, + "elements": [ + "modularmachinery:blockoutputbus" + ] + }, + { + "x": 2, + "y": 1, + "z": -2, + "elements": [ + "contenttweaker:deepland_cap@0" + ] + }, + { + "x": -1, + "y": -1, + "z": -1, + "elements": [ + "abyssalcraft:ingotblock@1" + ] + }, + { + "x": 1, + "y": -1, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": -2, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 0, + "y": -1, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 3, + "elements": [ + "aoa3:black_mushroom@0" + ] + }, + { + "x": -3, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": -1, + "y": -1, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 2, + "elements": [ + "abyssalcraft:ingotblock@1" + ] + }, + { + "x": -2, + "y": 1, + "z": -2, + "elements": [ + "contenttweaker:deepland_cap@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 2, + "y": 0, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/void_mythical_resource_miner_T12.json b/config/modularmachinery/machinery/void_mythical_resource_miner_T12.json new file mode 100644 index 00000000..aa9cce89 --- /dev/null +++ b/config/modularmachinery/machinery/void_mythical_resource_miner_T12.json @@ -0,0 +1,430 @@ +{ + "registryname": "mythical_resource_miner_tier12", + "localizedname": "Abyss Mythical Void Resource Miner", + "color": "383836", + "parts": [ + { + "x": -2, + "y": 0, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": -2, + "y": 0, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": -3, + "y": 1, + "z": 0, + "elements": [ + "aoa3:bloodstone_bricks@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 0, + "elements": [ + "contenttweaker:bloodmaster_block" + ] + }, + { + "x": 1, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockfluidinputhatch" + ] + }, + { + "x": 0, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockenergyinputhatch" + ] + }, + { + "x": 2, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:abyssal_cap@0" + ] + }, + { + "x": -3, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockfluidinputhatch" + ] + }, + { + "x": 1, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 0, + "elements": [ + "contenttweaker:bloodmaster_block" + ] + }, + { + "x": -2, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 0, + "y": -1, + "z": -2, + "elements": [ + "contenttweaker:bloodmaster_block" + ] + }, + { + "x": -3, + "y": -1, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 1, + "elements": [ + "contenttweaker:bloodmaster_block" + ] + }, + { + "x": -1, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 3, + "y": 1, + "z": 0, + "elements": [ + "aoa3:bloodstone_bricks@0" + ] + }, + { + "x": -2, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_4" + ] + }, + { + "x": 0, + "y": -1, + "z": 1, + "elements": [ + "modularmachinery:blockoutputbus" + ] + }, + { + "x": 2, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:abyssal_cap@0" + ] + }, + { + "x": 0, + "y": 1, + "z": -3, + "elements": [ + "aoa3:bloodstone_bricks@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 1, + "elements": [ + "contenttweaker:bloodmaster_block" + ] + }, + { + "x": 0, + "y": -1, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 0, + "y": 0, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 3, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 2, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 1, + "y": -1, + "z": -1, + "elements": [ + "contenttweaker:bloodmaster_block" + ] + }, + { + "x": 0, + "y": -1, + "z": -1, + "elements": [ + "modularmachinery:blockoutputbus" + ] + }, + { + "x": 2, + "y": 1, + "z": -2, + "elements": [ + "contenttweaker:abyssal_cap@0" + ] + }, + { + "x": -1, + "y": -1, + "z": -1, + "elements": [ + "contenttweaker:bloodmaster_block" + ] + }, + { + "x": 1, + "y": -1, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": -2, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 0, + "y": -1, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 3, + "elements": [ + "aoa3:bloodstone_bricks@0" + ] + }, + { + "x": -3, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": -1, + "y": -1, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 2, + "elements": [ + "contenttweaker:bloodmaster_block" + ] + }, + { + "x": -2, + "y": 1, + "z": -2, + "elements": [ + "contenttweaker:abyssal_cap@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 2, + "y": 0, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/void_mythical_resource_miner_T13.json b/config/modularmachinery/machinery/void_mythical_resource_miner_T13.json new file mode 100644 index 00000000..bc525a49 --- /dev/null +++ b/config/modularmachinery/machinery/void_mythical_resource_miner_T13.json @@ -0,0 +1,430 @@ +{ + "registryname": "mythical_resource_miner_tier13", + "localizedname": "Candyland Mythical Void Resource Miner", + "color": "383836", + "parts": [ + { + "x": -2, + "y": 0, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": -2, + "y": 0, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": -3, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:candyland_cap@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 0, + "elements": [ + "forestry:planks.1@6" + ] + }, + { + "x": 1, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockfluidinputhatch" + ] + }, + { + "x": 0, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockenergyinputhatch" + ] + }, + { + "x": 2, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:candy_block@0" + ] + }, + { + "x": -3, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockfluidinputhatch" + ] + }, + { + "x": 1, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 0, + "elements": [ + "forestry:planks.1@6" + ] + }, + { + "x": 0, + "y": -1, + "z": -2, + "elements": [ + "forestry:planks.1@6" + ] + }, + { + "x": -3, + "y": -1, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": -1, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 1, + "elements": [ + "forestry:planks.1@6" + ] + }, + { + "x": 3, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:candyland_cap@0" + ] + }, + { + "x": -2, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 1, + "elements": [ + "modularmachinery:blockoutputbus" + ] + }, + { + "x": 0, + "y": 1, + "z": -3, + "elements": [ + "contenttweaker:candyland_cap@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:candy_block@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 1, + "elements": [ + "forestry:planks.1@6" + ] + }, + { + "x": 0, + "y": -1, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 0, + "y": 0, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 3, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 2, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 1, + "y": -1, + "z": -1, + "elements": [ + "forestry:planks.1@6" + ] + }, + { + "x": 0, + "y": -1, + "z": -1, + "elements": [ + "modularmachinery:blockoutputbus" + ] + }, + { + "x": 2, + "y": 1, + "z": -2, + "elements": [ + "contenttweaker:candy_block@0" + ] + }, + { + "x": -1, + "y": -1, + "z": -1, + "elements": [ + "forestry:planks.1@6" + ] + }, + { + "x": 1, + "y": -1, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": -2, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 0, + "y": -1, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 3, + "elements": [ + "contenttweaker:candyland_cap@0" + ] + }, + { + "x": -3, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": -1, + "y": -1, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 2, + "elements": [ + "forestry:planks.1@6" + ] + }, + { + "x": -2, + "y": 1, + "z": -2, + "elements": [ + "contenttweaker:candy_block@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 2, + "y": 0, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/void_mythical_resource_miner_T2.json b/config/modularmachinery/machinery/void_mythical_resource_miner_T2.json new file mode 100644 index 00000000..64962c9d --- /dev/null +++ b/config/modularmachinery/machinery/void_mythical_resource_miner_T2.json @@ -0,0 +1,430 @@ +{ + "registryname": "mythical_resource_miner_tier2", + "localizedname": "Tier 2 Mythical Void Resource Miner", + "color": "383836", + "parts": [ + { + "x": -2, + "y": 0, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_1@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_1@0" + ] + }, + { + "x": -2, + "y": 0, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_1@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_1@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_1@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_1@0" + ] + }, + { + "x": -3, + "y": 1, + "z": 0, + "elements": [ + "divinerpg:bloodgem_block@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 0, + "elements": [ + "aoa3:emberstone_block@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockoutputbus" + ] + }, + { + "x": 2, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_1@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockenergyinputhatch" + ] + }, + { + "x": -2, + "y": 1, + "z": 2, + "elements": [ + "divinerpg:netherite_block@0" + ] + }, + { + "x": -3, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_1@0" + ] + }, + { + "x": 1, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_1@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockoutputbus" + ] + }, + { + "x": -2, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_1@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 0, + "elements": [ + "aoa3:emberstone_block@0" + ] + }, + { + "x": 0, + "y": -1, + "z": -2, + "elements": [ + "aoa3:emberstone_block@0" + ] + }, + { + "x": -3, + "y": -1, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_1@0" + ] + }, + { + "x": -1, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_1@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 1, + "elements": [ + "aoa3:emberstone_block@0" + ] + }, + { + "x": 3, + "y": 1, + "z": 0, + "elements": [ + "divinerpg:bloodgem_block@0" + ] + }, + { + "x": -2, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_1@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 1, + "elements": [ + "modularmachinery:blockoutputbus" + ] + }, + { + "x": 0, + "y": 1, + "z": -3, + "elements": [ + "divinerpg:bloodgem_block@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 2, + "elements": [ + "divinerpg:netherite_block@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_1@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 1, + "elements": [ + "aoa3:emberstone_block@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_1@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_1@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_1@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_1@0" + ] + }, + { + "x": 0, + "y": 0, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_1@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_1@0" + ] + }, + { + "x": 3, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_1@0" + ] + }, + { + "x": 2, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_1@0" + ] + }, + { + "x": 1, + "y": -1, + "z": -1, + "elements": [ + "aoa3:emberstone_block@0" + ] + }, + { + "x": 0, + "y": -1, + "z": -1, + "elements": [ + "modularmachinery:blockoutputbus" + ] + }, + { + "x": 2, + "y": 1, + "z": -2, + "elements": [ + "divinerpg:netherite_block@0" + ] + }, + { + "x": 1, + "y": -1, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_1@0" + ] + }, + { + "x": -1, + "y": -1, + "z": -1, + "elements": [ + "aoa3:emberstone_block@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_1@0" + ] + }, + { + "x": -2, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_1@0" + ] + }, + { + "x": 0, + "y": -1, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_1@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 3, + "elements": [ + "divinerpg:bloodgem_block@0" + ] + }, + { + "x": -3, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_1@0" + ] + }, + { + "x": -1, + "y": -1, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_1@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_1@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 2, + "elements": [ + "aoa3:emberstone_block@0" + ] + }, + { + "x": -2, + "y": 1, + "z": -2, + "elements": [ + "divinerpg:netherite_block@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_1@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_1@0" + ] + }, + { + "x": 2, + "y": 0, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_1@0" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/void_mythical_resource_miner_T21.json b/config/modularmachinery/machinery/void_mythical_resource_miner_T21.json new file mode 100644 index 00000000..86991fc5 --- /dev/null +++ b/config/modularmachinery/machinery/void_mythical_resource_miner_T21.json @@ -0,0 +1,430 @@ +{ + "registryname": "mythical_resource_miner_tier21", + "localizedname": "Borean Mythical Void Resource Miner", + "color": "383836", + "parts": [ + { + "x": -2, + "y": 0, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": -2, + "y": 0, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": -3, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:runador_cap@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 0, + "elements": [ + "aoa3:runic_construct_bricks@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockfluidinputhatch" + ] + }, + { + "x": 0, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockenergyinputhatch" + ] + }, + { + "x": 2, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:mythic_excavation_computer@0" + ] + }, + { + "x": -3, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockfluidinputhatch" + ] + }, + { + "x": 1, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 0, + "elements": [ + "aoa3:runic_construct_bricks@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 0, + "y": -1, + "z": -2, + "elements": [ + "aoa3:runic_construct_bricks@0" + ] + }, + { + "x": -3, + "y": -1, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": -1, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 1, + "elements": [ + "contenttweaker:mythic_excavation_engine@0" + ] + }, + { + "x": 3, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:runador_cap@0" + ] + }, + { + "x": -2, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 1, + "elements": [ + "modularmachinery:blockoutputbus" + ] + }, + { + "x": 0, + "y": 1, + "z": -3, + "elements": [ + "contenttweaker:runador_cap@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:mythic_excavation_computer@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 1, + "elements": [ + "contenttweaker:mythic_excavation_engine@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 0, + "y": 0, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 3, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 2, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 1, + "y": -1, + "z": -1, + "elements": [ + "contenttweaker:mythic_excavation_engine@0" + ] + }, + { + "x": 0, + "y": -1, + "z": -1, + "elements": [ + "modularmachinery:blockoutputbus" + ] + }, + { + "x": 2, + "y": 1, + "z": -2, + "elements": [ + "contenttweaker:mythic_excavation_computer@0" + ] + }, + { + "x": -1, + "y": -1, + "z": -1, + "elements": [ + "contenttweaker:mythic_excavation_engine@0" + ] + }, + { + "x": 1, + "y": -1, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": -2, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 0, + "y": -1, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 3, + "elements": [ + "contenttweaker:runador_cap@0" + ] + }, + { + "x": -3, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": -1, + "y": -1, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 2, + "elements": [ + "aoa3:runic_construct_bricks@0" + ] + }, + { + "x": -2, + "y": 1, + "z": -2, + "elements": [ + "contenttweaker:mythic_excavation_computer@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 2, + "y": 0, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/void_mythical_resource_miner_T22.json b/config/modularmachinery/machinery/void_mythical_resource_miner_T22.json new file mode 100644 index 00000000..e1a3d609 --- /dev/null +++ b/config/modularmachinery/machinery/void_mythical_resource_miner_T22.json @@ -0,0 +1,430 @@ +{ + "registryname": "mythical_resource_miner_tier22", + "localizedname": "Runandor Mythical Void Resource Miner", + "color": "383836", + "parts": [ + { + "x": -2, + "y": 0, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": -2, + "y": 0, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": -3, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:lunalus_cap@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 0, + "elements": [ + "aoa3:lunar_bricks@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockfluidinputhatch" + ] + }, + { + "x": 0, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockenergyinputhatch" + ] + }, + { + "x": 2, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:mythic_excavation_computer@0" + ] + }, + { + "x": -3, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockfluidinputhatch" + ] + }, + { + "x": 1, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 0, + "elements": [ + "aoa3:lunar_bricks@0" + ] + }, + { + "x": 0, + "y": -1, + "z": -2, + "elements": [ + "aoa3:lunar_bricks@0" + ] + }, + { + "x": -3, + "y": -1, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": -1, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 1, + "elements": [ + "contenttweaker:mythic_excavation_engine@0" + ] + }, + { + "x": 3, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:lunalus_cap@0" + ] + }, + { + "x": -2, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 1, + "elements": [ + "modularmachinery:blockoutputbus" + ] + }, + { + "x": 0, + "y": 1, + "z": -3, + "elements": [ + "contenttweaker:lunalus_cap@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:mythic_excavation_computer@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 1, + "elements": [ + "contenttweaker:mythic_excavation_engine@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 0, + "y": 0, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 3, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 2, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 1, + "y": -1, + "z": -1, + "elements": [ + "contenttweaker:mythic_excavation_engine@0" + ] + }, + { + "x": 0, + "y": -1, + "z": -1, + "elements": [ + "modularmachinery:blockoutputbus" + ] + }, + { + "x": 2, + "y": 1, + "z": -2, + "elements": [ + "contenttweaker:mythic_excavation_computer@0" + ] + }, + { + "x": -1, + "y": -1, + "z": -1, + "elements": [ + "contenttweaker:mythic_excavation_engine@0" + ] + }, + { + "x": 1, + "y": -1, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": -2, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 0, + "y": -1, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 3, + "elements": [ + "contenttweaker:lunalus_cap@0" + ] + }, + { + "x": -3, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": -1, + "y": -1, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 2, + "elements": [ + "aoa3:lunar_bricks@0" + ] + }, + { + "x": -2, + "y": 1, + "z": -2, + "elements": [ + "contenttweaker:mythic_excavation_computer@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 2, + "y": 0, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/void_mythical_resource_miner_T23.json b/config/modularmachinery/machinery/void_mythical_resource_miner_T23.json new file mode 100644 index 00000000..a1ddeb3f --- /dev/null +++ b/config/modularmachinery/machinery/void_mythical_resource_miner_T23.json @@ -0,0 +1,430 @@ +{ + "registryname": "mythical_resource_miner_tier23", + "localizedname": "Lunalus Mythical Void Resource Miner", + "color": "383836", + "parts": [ + { + "x": -2, + "y": 0, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": -2, + "y": 0, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": -3, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:borean_cap@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 0, + "elements": [ + "aoa3:coral_bricks@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockfluidinputhatch" + ] + }, + { + "x": 2, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockenergyinputhatch" + ] + }, + { + "x": -2, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:mythic_excavation_computer@0" + ] + }, + { + "x": 1, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockfluidinputhatch" + ] + }, + { + "x": -3, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 0, + "y": -1, + "z": -2, + "elements": [ + "aoa3:coral_bricks@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 0, + "elements": [ + "aoa3:coral_bricks@0" + ] + }, + { + "x": -1, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 1, + "elements": [ + "contenttweaker:mythic_excavation_engine@0" + ] + }, + { + "x": -3, + "y": -1, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 3, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:borean_cap@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 1, + "elements": [ + "modularmachinery:blockoutputbus" + ] + }, + { + "x": -2, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 0, + "y": 1, + "z": -3, + "elements": [ + "contenttweaker:borean_cap@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:mythic_excavation_computer@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 1, + "elements": [ + "contenttweaker:mythic_excavation_engine@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 0, + "y": 0, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 3, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 2, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 1, + "y": -1, + "z": -1, + "elements": [ + "contenttweaker:mythic_excavation_engine@0" + ] + }, + { + "x": 0, + "y": -1, + "z": -1, + "elements": [ + "modularmachinery:blockoutputbus" + ] + }, + { + "x": 2, + "y": 1, + "z": -2, + "elements": [ + "contenttweaker:mythic_excavation_computer@0" + ] + }, + { + "x": 1, + "y": -1, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": -1, + "y": -1, + "z": -1, + "elements": [ + "contenttweaker:mythic_excavation_engine@0" + ] + }, + { + "x": 0, + "y": -1, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": -2, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 3, + "elements": [ + "contenttweaker:borean_cap@0" + ] + }, + { + "x": -1, + "y": -1, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": -3, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 2, + "elements": [ + "aoa3:coral_bricks@0" + ] + }, + { + "x": -2, + "y": 1, + "z": -2, + "elements": [ + "contenttweaker:mythic_excavation_computer@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 2, + "y": 0, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/void_mythical_resource_miner_T24.json b/config/modularmachinery/machinery/void_mythical_resource_miner_T24.json new file mode 100644 index 00000000..ace29c40 --- /dev/null +++ b/config/modularmachinery/machinery/void_mythical_resource_miner_T24.json @@ -0,0 +1,430 @@ +{ + "registryname": "mythical_resource_miner_tier24", + "localizedname": "Ancient Cavern Mythical Void Resource Miner", + "color": "383836", + "parts": [ + { + "x": -2, + "y": 0, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": -2, + "y": 0, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 0, + "elements": [ + "contenttweaker:chaotic_bricks@0" + ] + }, + { + "x": -3, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:ancient_cavern_cap@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockfluidinputhatch@7" + ] + }, + { + "x": 0, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockenergyinputhatch@7" + ] + }, + { + "x": 2, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": -3, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockfluidinputhatch@7" + ] + }, + { + "x": 1, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:mythic_excavation_reactor@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 0, + "elements": [ + "contenttweaker:chaotic_bricks@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 0, + "y": -1, + "z": -2, + "elements": [ + "contenttweaker:chaotic_bricks@0" + ] + }, + { + "x": -3, + "y": -1, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 1, + "elements": [ + "contenttweaker:chaotic_bricks@0" + ] + }, + { + "x": -1, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": -2, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 1, + "elements": [ + "modularmachinery:blockoutputbus@6" + ] + }, + { + "x": 3, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:ancient_cavern_cap@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 1, + "elements": [ + "contenttweaker:chaotic_bricks@0" + ] + }, + { + "x": 0, + "y": 1, + "z": -3, + "elements": [ + "contenttweaker:ancient_cavern_cap@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:mythic_excavation_reactor@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 0, + "y": 0, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 3, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 2, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 1, + "y": -1, + "z": -1, + "elements": [ + "contenttweaker:chaotic_bricks@0" + ] + }, + { + "x": 0, + "y": -1, + "z": -1, + "elements": [ + "modularmachinery:blockoutputbus@6" + ] + }, + { + "x": -1, + "y": -1, + "z": -1, + "elements": [ + "contenttweaker:chaotic_bricks@0" + ] + }, + { + "x": 1, + "y": -1, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 2, + "y": 1, + "z": -2, + "elements": [ + "contenttweaker:mythic_excavation_reactor@0" + ] + }, + { + "x": -2, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 0, + "y": -1, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": -3, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": -1, + "y": -1, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 3, + "elements": [ + "contenttweaker:ancient_cavern_cap@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 2, + "elements": [ + "contenttweaker:chaotic_bricks@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": -2, + "y": 1, + "z": -2, + "elements": [ + "contenttweaker:mythic_excavation_reactor@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 2, + "y": 0, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/void_mythical_resource_miner_T25.json b/config/modularmachinery/machinery/void_mythical_resource_miner_T25.json new file mode 100644 index 00000000..89f786ce --- /dev/null +++ b/config/modularmachinery/machinery/void_mythical_resource_miner_T25.json @@ -0,0 +1,430 @@ +{ + "registryname": "mythical_resource_miner_tier25", + "localizedname": "Immortallis Mythical Void Resource Miner", + "color": "383836", + "parts": [ + { + "x": -2, + "y": 0, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": -2, + "y": 0, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 0, + "elements": [ + "contenttweaker:chaotic_bricks@0" + ] + }, + { + "x": -3, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:immortallis_cap@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockfluidinputhatch@7" + ] + }, + { + "x": 0, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockenergyinputhatch@7" + ] + }, + { + "x": 2, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": -3, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockfluidinputhatch@7" + ] + }, + { + "x": 1, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:mythic_excavation_reactor@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 0, + "elements": [ + "contenttweaker:chaotic_bricks@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 0, + "y": -1, + "z": -2, + "elements": [ + "contenttweaker:chaotic_bricks@0" + ] + }, + { + "x": -3, + "y": -1, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 1, + "elements": [ + "contenttweaker:chaotic_bricks@0" + ] + }, + { + "x": -1, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": -2, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 1, + "elements": [ + "modularmachinery:blockoutputbus@6" + ] + }, + { + "x": 3, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:immortallis_cap@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 1, + "elements": [ + "contenttweaker:chaotic_bricks@0" + ] + }, + { + "x": 0, + "y": 1, + "z": -3, + "elements": [ + "contenttweaker:immortallis_cap@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:mythic_excavation_reactor@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 0, + "y": 0, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 3, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 2, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 1, + "y": -1, + "z": -1, + "elements": [ + "contenttweaker:chaotic_bricks@0" + ] + }, + { + "x": 0, + "y": -1, + "z": -1, + "elements": [ + "modularmachinery:blockoutputbus@6" + ] + }, + { + "x": -1, + "y": -1, + "z": -1, + "elements": [ + "contenttweaker:chaotic_bricks@0" + ] + }, + { + "x": 1, + "y": -1, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 2, + "y": 1, + "z": -2, + "elements": [ + "contenttweaker:mythic_excavation_reactor@0" + ] + }, + { + "x": -2, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 0, + "y": -1, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": -3, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": -1, + "y": -1, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 3, + "elements": [ + "contenttweaker:immortallis_cap@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 2, + "elements": [ + "contenttweaker:chaotic_bricks@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": -2, + "y": 1, + "z": -2, + "elements": [ + "contenttweaker:mythic_excavation_reactor@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 2, + "y": 0, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/void_mythical_resource_miner_T26.json b/config/modularmachinery/machinery/void_mythical_resource_miner_T26.json new file mode 100644 index 00000000..bc534a3a --- /dev/null +++ b/config/modularmachinery/machinery/void_mythical_resource_miner_T26.json @@ -0,0 +1,430 @@ +{ + "registryname": "mythical_resource_miner_tier26", + "localizedname": "Greckon Mythical Void Resource Miner", + "color": "383836", + "parts": [ + { + "x": -2, + "y": 0, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": -2, + "y": 0, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 0, + "elements": [ + "contenttweaker:chaotic_bricks@0" + ] + }, + { + "x": -3, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:greckon_cap@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockfluidinputhatch@7" + ] + }, + { + "x": 0, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockenergyinputhatch@7" + ] + }, + { + "x": 2, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": -3, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockfluidinputhatch@7" + ] + }, + { + "x": 1, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:mythic_excavation_reactor@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 0, + "elements": [ + "contenttweaker:chaotic_bricks@0" + ] + }, + { + "x": 0, + "y": -1, + "z": -2, + "elements": [ + "contenttweaker:chaotic_bricks@0" + ] + }, + { + "x": -3, + "y": -1, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": -1, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 1, + "elements": [ + "contenttweaker:chaotic_bricks@0" + ] + }, + { + "x": -2, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 1, + "elements": [ + "modularmachinery:blockoutputbus@6" + ] + }, + { + "x": 3, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:greckon_cap@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 1, + "elements": [ + "contenttweaker:chaotic_bricks@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:mythic_excavation_reactor@0" + ] + }, + { + "x": 0, + "y": 1, + "z": -3, + "elements": [ + "contenttweaker:greckon_cap@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 0, + "y": 0, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 3, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 2, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 1, + "y": -1, + "z": -1, + "elements": [ + "contenttweaker:chaotic_bricks@0" + ] + }, + { + "x": 0, + "y": -1, + "z": -1, + "elements": [ + "modularmachinery:blockoutputbus@6" + ] + }, + { + "x": -1, + "y": -1, + "z": -1, + "elements": [ + "contenttweaker:chaotic_bricks@0" + ] + }, + { + "x": 1, + "y": -1, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 2, + "y": 1, + "z": -2, + "elements": [ + "contenttweaker:mythic_excavation_reactor@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": -2, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 0, + "y": -1, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": -3, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": -1, + "y": -1, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 3, + "elements": [ + "contenttweaker:greckon_cap@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 2, + "elements": [ + "contenttweaker:chaotic_bricks@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": -2, + "y": 1, + "z": -2, + "elements": [ + "contenttweaker:mythic_excavation_reactor@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 2, + "y": 0, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/void_mythical_resource_miner_T27.json b/config/modularmachinery/machinery/void_mythical_resource_miner_T27.json new file mode 100644 index 00000000..7fa91e76 --- /dev/null +++ b/config/modularmachinery/machinery/void_mythical_resource_miner_T27.json @@ -0,0 +1,430 @@ +{ + "registryname": "mythical_resource_miner_tier27", + "localizedname": "Dustopia Mythical Void Resource Miner", + "color": "383836", + "parts": [ + { + "x": -2, + "y": 0, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": -2, + "y": 0, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 0, + "elements": [ + "contenttweaker:chaotic_bricks@0" + ] + }, + { + "x": -3, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:dustopia_cap@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockfluidinputhatch@7" + ] + }, + { + "x": 0, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockenergyinputhatch@7" + ] + }, + { + "x": 2, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": -3, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockfluidinputhatch@7" + ] + }, + { + "x": 1, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:mythic_excavation_reactor@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 0, + "elements": [ + "contenttweaker:chaotic_bricks@0" + ] + }, + { + "x": 0, + "y": -1, + "z": -2, + "elements": [ + "contenttweaker:chaotic_bricks@0" + ] + }, + { + "x": -3, + "y": -1, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": -1, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 1, + "elements": [ + "contenttweaker:chaotic_bricks@0" + ] + }, + { + "x": -2, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 1, + "elements": [ + "modularmachinery:blockoutputbus@6" + ] + }, + { + "x": 3, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:dustopia_cap@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 1, + "elements": [ + "contenttweaker:chaotic_bricks@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:mythic_excavation_reactor@0" + ] + }, + { + "x": 0, + "y": 1, + "z": -3, + "elements": [ + "contenttweaker:dustopia_cap@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 0, + "y": 0, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 3, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 2, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 1, + "y": -1, + "z": -1, + "elements": [ + "contenttweaker:chaotic_bricks@0" + ] + }, + { + "x": 0, + "y": -1, + "z": -1, + "elements": [ + "modularmachinery:blockoutputbus@6" + ] + }, + { + "x": -1, + "y": -1, + "z": -1, + "elements": [ + "contenttweaker:chaotic_bricks@0" + ] + }, + { + "x": 1, + "y": -1, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 2, + "y": 1, + "z": -2, + "elements": [ + "contenttweaker:mythic_excavation_reactor@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": -2, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 0, + "y": -1, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": -3, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": -1, + "y": -1, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 3, + "elements": [ + "contenttweaker:dustopia_cap@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 2, + "elements": [ + "contenttweaker:chaotic_bricks@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": -2, + "y": 1, + "z": -2, + "elements": [ + "contenttweaker:mythic_excavation_reactor@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 2, + "y": 0, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/void_mythical_resource_miner_T28.json b/config/modularmachinery/machinery/void_mythical_resource_miner_T28.json new file mode 100644 index 00000000..fbbf6d83 --- /dev/null +++ b/config/modularmachinery/machinery/void_mythical_resource_miner_T28.json @@ -0,0 +1,430 @@ +{ + "registryname": "mythical_resource_miner_tier28", + "localizedname": "Vethea Mythical Void Resource Miner", + "color": "383836", + "parts": [ + { + "x": -2, + "y": 0, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": -2, + "y": 0, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": -3, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:mythic_excavation_reactor@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 0, + "elements": [ + "contenttweaker:nightmare_block@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockfluidinputhatch@7" + ] + }, + { + "x": 0, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockenergyinputhatch@7" + ] + }, + { + "x": 2, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:mythic_excavation_reactor@0" + ] + }, + { + "x": -3, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockfluidinputhatch@7" + ] + }, + { + "x": 1, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 0, + "elements": [ + "contenttweaker:nightmare_block@0" + ] + }, + { + "x": 0, + "y": -1, + "z": -2, + "elements": [ + "contenttweaker:nightmare_block@0" + ] + }, + { + "x": -3, + "y": -1, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 1, + "elements": [ + "contenttweaker:nightmare_block@0" + ] + }, + { + "x": -1, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 3, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:mythic_excavation_reactor@0" + ] + }, + { + "x": -2, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 1, + "elements": [ + "modularmachinery:blockoutputbus@6" + ] + }, + { + "x": 0, + "y": 1, + "z": -3, + "elements": [ + "contenttweaker:mythic_excavation_reactor@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:mythic_excavation_reactor@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 1, + "elements": [ + "contenttweaker:nightmare_block@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 0, + "y": 0, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 3, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 2, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 1, + "y": -1, + "z": -1, + "elements": [ + "contenttweaker:nightmare_block@0" + ] + }, + { + "x": 0, + "y": -1, + "z": -1, + "elements": [ + "modularmachinery:blockoutputbus@6" + ] + }, + { + "x": 2, + "y": 1, + "z": -2, + "elements": [ + "contenttweaker:mythic_excavation_reactor@0" + ] + }, + { + "x": -1, + "y": -1, + "z": -1, + "elements": [ + "contenttweaker:nightmare_block@0" + ] + }, + { + "x": 1, + "y": -1, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": -2, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 0, + "y": -1, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 3, + "elements": [ + "contenttweaker:mythic_excavation_reactor@0" + ] + }, + { + "x": -3, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": -1, + "y": -1, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 2, + "elements": [ + "contenttweaker:nightmare_block@0" + ] + }, + { + "x": -2, + "y": 1, + "z": -2, + "elements": [ + "contenttweaker:mythic_excavation_reactor@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 2, + "y": 0, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/void_mythical_resource_miner_T29.json b/config/modularmachinery/machinery/void_mythical_resource_miner_T29.json new file mode 100644 index 00000000..a9a3f47b --- /dev/null +++ b/config/modularmachinery/machinery/void_mythical_resource_miner_T29.json @@ -0,0 +1,430 @@ +{ + "registryname": "mythical_resource_miner_tier29", + "localizedname": "Shyrelands Mythical Void Resource Miner", + "color": "383836", + "parts": [ + { + "x": -2, + "y": 0, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": -2, + "y": 0, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": -3, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:mythic_excavation_reactor@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 0, + "elements": [ + "contenttweaker:reinforced_shyre_bricks@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockfluidinputhatch@7" + ] + }, + { + "x": 0, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockenergyinputhatch@7" + ] + }, + { + "x": 2, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:mythic_excavation_reactor@0" + ] + }, + { + "x": -3, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockfluidinputhatch@7" + ] + }, + { + "x": 1, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 0, + "elements": [ + "contenttweaker:reinforced_shyre_bricks@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 0, + "y": -1, + "z": -2, + "elements": [ + "contenttweaker:reinforced_shyre_bricks@0" + ] + }, + { + "x": -3, + "y": -1, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 1, + "elements": [ + "contenttweaker:reinforced_shyre_bricks@0" + ] + }, + { + "x": -1, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 3, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:mythic_excavation_reactor@0" + ] + }, + { + "x": -2, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 1, + "elements": [ + "modularmachinery:blockoutputbus@6" + ] + }, + { + "x": 0, + "y": 1, + "z": -3, + "elements": [ + "contenttweaker:mythic_excavation_reactor@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:mythic_excavation_reactor@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 1, + "elements": [ + "contenttweaker:reinforced_shyre_bricks@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 0, + "y": 0, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 3, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 2, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 1, + "y": -1, + "z": -1, + "elements": [ + "contenttweaker:reinforced_shyre_bricks@0" + ] + }, + { + "x": 0, + "y": -1, + "z": -1, + "elements": [ + "modularmachinery:blockoutputbus@6" + ] + }, + { + "x": 2, + "y": 1, + "z": -2, + "elements": [ + "contenttweaker:mythic_excavation_reactor@0" + ] + }, + { + "x": -1, + "y": -1, + "z": -1, + "elements": [ + "contenttweaker:reinforced_shyre_bricks@0" + ] + }, + { + "x": 1, + "y": -1, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": -2, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 0, + "y": -1, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 3, + "elements": [ + "contenttweaker:mythic_excavation_reactor@0" + ] + }, + { + "x": -3, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": -1, + "y": -1, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 2, + "elements": [ + "contenttweaker:reinforced_shyre_bricks@0" + ] + }, + { + "x": -2, + "y": 1, + "z": -2, + "elements": [ + "contenttweaker:mythic_excavation_reactor@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + }, + { + "x": 2, + "y": 0, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_6@0" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/void_mythical_resource_miner_T3.json b/config/modularmachinery/machinery/void_mythical_resource_miner_T3.json new file mode 100644 index 00000000..0d0b779b --- /dev/null +++ b/config/modularmachinery/machinery/void_mythical_resource_miner_T3.json @@ -0,0 +1,430 @@ +{ + "registryname": "mythical_resource_miner_tier3", + "localizedname": "Tier 3 Mythical Void Resource Miner", + "color": "383836", + "parts": [ + { + "x": -2, + "y": 0, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_2@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_2@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_2@0" + ] + }, + { + "x": -2, + "y": 0, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_2@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_2@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_2@0" + ] + }, + { + "x": -3, + "y": 1, + "z": 0, + "elements": [ + "divinerpg:ender_watcher_pumpkin@3" + ] + }, + { + "x": 2, + "y": -1, + "z": 0, + "elements": [ + "divinerpg:purple_steel@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockfluidinputhatch" + ] + }, + { + "x": 0, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockenergyinputhatch" + ] + }, + { + "x": 2, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_2@0" + ] + }, + { + "x": 1, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_2@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockfluidinputhatch" + ] + }, + { + "x": -3, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_2@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 2, + "elements": [ + "divinerpg:bedrock_minibricks@0" + ] + }, + { + "x": 0, + "y": -1, + "z": -2, + "elements": [ + "divinerpg:purple_steel@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 0, + "elements": [ + "divinerpg:purple_steel@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_2@0" + ] + }, + { + "x": -1, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_2@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 1, + "elements": [ + "divinerpg:purple_steel@0" + ] + }, + { + "x": -3, + "y": -1, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_2@0" + ] + }, + { + "x": -2, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_2@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 1, + "elements": [ + "modularmachinery:blockoutputbus" + ] + }, + { + "x": 3, + "y": 1, + "z": 0, + "elements": [ + "divinerpg:ender_watcher_pumpkin@1" + ] + }, + { + "x": 2, + "y": 1, + "z": 2, + "elements": [ + "divinerpg:bedrock_minibricks@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 1, + "elements": [ + "divinerpg:purple_steel@0" + ] + }, + { + "x": 0, + "y": 1, + "z": -3, + "elements": [ + "divinerpg:ender_watcher_pumpkin@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_2@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_2@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_2@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_2@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_2@0" + ] + }, + { + "x": 0, + "y": 0, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_2@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_2@0" + ] + }, + { + "x": 3, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_2@0" + ] + }, + { + "x": 2, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_2@0" + ] + }, + { + "x": 1, + "y": -1, + "z": -1, + "elements": [ + "divinerpg:purple_steel@0" + ] + }, + { + "x": 0, + "y": -1, + "z": -1, + "elements": [ + "modularmachinery:blockoutputbus" + ] + }, + { + "x": 2, + "y": 1, + "z": -2, + "elements": [ + "divinerpg:bedrock_minibricks@0" + ] + }, + { + "x": 1, + "y": -1, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_2@0" + ] + }, + { + "x": -1, + "y": -1, + "z": -1, + "elements": [ + "divinerpg:purple_steel@0" + ] + }, + { + "x": 0, + "y": -1, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_2@0" + ] + }, + { + "x": -2, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_2@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_2@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 3, + "elements": [ + "divinerpg:ender_watcher_pumpkin@2" + ] + }, + { + "x": -1, + "y": -1, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_2@0" + ] + }, + { + "x": -3, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_2@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_2@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 2, + "elements": [ + "divinerpg:purple_steel@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_2@0" + ] + }, + { + "x": -2, + "y": 1, + "z": -2, + "elements": [ + "divinerpg:bedrock_minibricks@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_2@0" + ] + }, + { + "x": 2, + "y": 0, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_2@0" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/void_mythical_resource_miner_T4.json b/config/modularmachinery/machinery/void_mythical_resource_miner_T4.json new file mode 100644 index 00000000..df477449 --- /dev/null +++ b/config/modularmachinery/machinery/void_mythical_resource_miner_T4.json @@ -0,0 +1,430 @@ +{ + "registryname": "mythical_resource_miner_tier4", + "localizedname": "Tier 4 Mythical Void Resource Miner", + "color": "383836", + "parts": [ + { + "x": -2, + "y": 0, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_2@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_2@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_2@0" + ] + }, + { + "x": -2, + "y": 0, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_2@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_2@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_2@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 0, + "elements": [ + "bewitchment:block_of_cold_iron_sun@0" + ] + }, + { + "x": -3, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:nethersky_amber@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockfluidinputhatch" + ] + }, + { + "x": 0, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockenergyinputhatch" + ] + }, + { + "x": 2, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_2@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 2, + "elements": [ + "minecraft:beacon@0" + ] + }, + { + "x": -3, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_2@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockfluidinputhatch" + ] + }, + { + "x": 1, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_2@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_2@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 0, + "elements": [ + "bewitchment:block_of_cold_iron_sun@0" + ] + }, + { + "x": 0, + "y": -1, + "z": -2, + "elements": [ + "bewitchment:block_of_cold_iron_sun@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 1, + "elements": [ + "bewitchment:block_of_cold_iron_sun@0" + ] + }, + { + "x": -3, + "y": -1, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_2@0" + ] + }, + { + "x": -1, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_2@0" + ] + }, + { + "x": 3, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:nethersky_amber@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 1, + "elements": [ + "modularmachinery:blockoutputbus" + ] + }, + { + "x": -2, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_2@0" + ] + }, + { + "x": 0, + "y": 1, + "z": -3, + "elements": [ + "contenttweaker:nethersky_amber@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 2, + "elements": [ + "minecraft:beacon@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 1, + "elements": [ + "bewitchment:block_of_cold_iron_sun@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_2@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_2@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_2@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_2@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_2@0" + ] + }, + { + "x": 0, + "y": 0, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_2@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_2@0" + ] + }, + { + "x": 3, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_2@0" + ] + }, + { + "x": 2, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_2@0" + ] + }, + { + "x": 1, + "y": -1, + "z": -1, + "elements": [ + "bewitchment:block_of_cold_iron_sun@0" + ] + }, + { + "x": 0, + "y": -1, + "z": -1, + "elements": [ + "modularmachinery:blockoutputbus" + ] + }, + { + "x": 2, + "y": 1, + "z": -2, + "elements": [ + "minecraft:beacon@0" + ] + }, + { + "x": -1, + "y": -1, + "z": -1, + "elements": [ + "bewitchment:block_of_cold_iron_sun@0" + ] + }, + { + "x": 1, + "y": -1, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_2@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_2@0" + ] + }, + { + "x": -2, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_2@0" + ] + }, + { + "x": 0, + "y": -1, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_2@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 3, + "elements": [ + "contenttweaker:nethersky_amber@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_2@0" + ] + }, + { + "x": -3, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_2@0" + ] + }, + { + "x": -1, + "y": -1, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_2@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 2, + "elements": [ + "bewitchment:block_of_cold_iron_sun@0" + ] + }, + { + "x": -2, + "y": 1, + "z": -2, + "elements": [ + "minecraft:beacon@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_2@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_2@0" + ] + }, + { + "x": 2, + "y": 0, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_2@0" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/void_mythical_resource_miner_T5.json b/config/modularmachinery/machinery/void_mythical_resource_miner_T5.json new file mode 100644 index 00000000..f21518bb --- /dev/null +++ b/config/modularmachinery/machinery/void_mythical_resource_miner_T5.json @@ -0,0 +1,430 @@ +{ + "registryname": "mythical_resource_miner_tier5", + "localizedname": "Tier 5 Mythical Void Resource Miner", + "color": "383836", + "parts": [ + { + "x": -2, + "y": 0, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_3@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_3@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_3@0" + ] + }, + { + "x": -2, + "y": 0, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_3@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_3@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_3@0" + ] + }, + { + "x": -3, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:crimson_quartz@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 0, + "elements": [ + "bloodmagic:demon_light@3" + ] + }, + { + "x": 1, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockfluidinputhatch" + ] + }, + { + "x": 0, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockenergyinputhatch" + ] + }, + { + "x": 2, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_3@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:dark_mithrillium_block" + ] + }, + { + "x": -3, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_3@0" + ] + }, + { + "x": 1, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_3@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockfluidinputhatch" + ] + }, + { + "x": -2, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_3@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 0, + "elements": [ + "bloodmagic:demon_light@3" + ] + }, + { + "x": 0, + "y": -1, + "z": -2, + "elements": [ + "bloodmagic:demon_light@3" + ] + }, + { + "x": -3, + "y": -1, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_3@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 1, + "elements": [ + "bloodmagic:demon_light@3" + ] + }, + { + "x": -1, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_3@0" + ] + }, + { + "x": 3, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:crimson_quartz@0" + ] + }, + { + "x": -2, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_3@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 1, + "elements": [ + "modularmachinery:blockoutputbus" + ] + }, + { + "x": 2, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:dark_mithrillium_block" + ] + }, + { + "x": 0, + "y": 1, + "z": -3, + "elements": [ + "contenttweaker:crimson_quartz@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_3@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 1, + "elements": [ + "bloodmagic:demon_light@3" + ] + }, + { + "x": 0, + "y": -1, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_3@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_3@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_3@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_3@0" + ] + }, + { + "x": 0, + "y": 0, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_3@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_3@0" + ] + }, + { + "x": 3, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_3@0" + ] + }, + { + "x": 2, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_3@0" + ] + }, + { + "x": 1, + "y": -1, + "z": -1, + "elements": [ + "bloodmagic:demon_light@3" + ] + }, + { + "x": 0, + "y": -1, + "z": -1, + "elements": [ + "modularmachinery:blockoutputbus" + ] + }, + { + "x": 2, + "y": 1, + "z": -2, + "elements": [ + "contenttweaker:dark_mithrillium_block" + ] + }, + { + "x": 1, + "y": -1, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_3@0" + ] + }, + { + "x": -1, + "y": -1, + "z": -1, + "elements": [ + "bloodmagic:demon_light@3" + ] + }, + { + "x": 0, + "y": -1, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_3@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_3@0" + ] + }, + { + "x": -2, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_3@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 3, + "elements": [ + "contenttweaker:crimson_quartz@0" + ] + }, + { + "x": -1, + "y": -1, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_3@0" + ] + }, + { + "x": -3, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_3@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_3@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 2, + "elements": [ + "bloodmagic:demon_light@3" + ] + }, + { + "x": -2, + "y": 1, + "z": -2, + "elements": [ + "contenttweaker:dark_mithrillium_block" + ] + }, + { + "x": 1, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_3@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_3@0" + ] + }, + { + "x": 2, + "y": 0, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_3@0" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/void_mythical_resource_miner_T6.json b/config/modularmachinery/machinery/void_mythical_resource_miner_T6.json new file mode 100644 index 00000000..24d36876 --- /dev/null +++ b/config/modularmachinery/machinery/void_mythical_resource_miner_T6.json @@ -0,0 +1,430 @@ +{ + "registryname": "mythical_resource_miner_tier6", + "localizedname": "Tier 6 Mythical Void Resource Miner", + "color": "383836", + "parts": [ + { + "x": -2, + "y": 0, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_3@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_3@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_3@0" + ] + }, + { + "x": -2, + "y": 0, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_3@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_3@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_3@0" + ] + }, + { + "x": -3, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:plasma_wood@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 0, + "elements": [ + "mysticalagradditions:special@1" + ] + }, + { + "x": 1, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockfluidinputhatch" + ] + }, + { + "x": 0, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockenergyinputhatch" + ] + }, + { + "x": 2, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_3@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:ayeraco_stone@0" + ] + }, + { + "x": -3, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_3@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockfluidinputhatch" + ] + }, + { + "x": 1, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_3@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 0, + "elements": [ + "mysticalagradditions:special@1" + ] + }, + { + "x": -2, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_3@0" + ] + }, + { + "x": 0, + "y": -1, + "z": -2, + "elements": [ + "mysticalagradditions:special@1" + ] + }, + { + "x": -3, + "y": -1, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_3@0" + ] + }, + { + "x": -1, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_3@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 1, + "elements": [ + "mysticalagradditions:special@1" + ] + }, + { + "x": 3, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:plasma_wood@0" + ] + }, + { + "x": -2, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_3@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 1, + "elements": [ + "modularmachinery:blockoutputbus" + ] + }, + { + "x": 2, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:ayeraco_stone@0" + ] + }, + { + "x": 0, + "y": 1, + "z": -3, + "elements": [ + "contenttweaker:plasma_wood@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_3@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 1, + "elements": [ + "mysticalagradditions:special@1" + ] + }, + { + "x": 0, + "y": -1, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_3@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_3@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_3@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_3@0" + ] + }, + { + "x": 0, + "y": 0, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_3@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_3@0" + ] + }, + { + "x": 3, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_3@0" + ] + }, + { + "x": 2, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_3@0" + ] + }, + { + "x": 1, + "y": -1, + "z": -1, + "elements": [ + "mysticalagradditions:special@1" + ] + }, + { + "x": 0, + "y": -1, + "z": -1, + "elements": [ + "modularmachinery:blockoutputbus" + ] + }, + { + "x": 2, + "y": 1, + "z": -2, + "elements": [ + "contenttweaker:ayeraco_stone@0" + ] + }, + { + "x": -1, + "y": -1, + "z": -1, + "elements": [ + "mysticalagradditions:special@1" + ] + }, + { + "x": 1, + "y": -1, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_3@0" + ] + }, + { + "x": -2, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_3@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_3@0" + ] + }, + { + "x": 0, + "y": -1, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_3@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 3, + "elements": [ + "contenttweaker:plasma_wood@0" + ] + }, + { + "x": -3, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_3@0" + ] + }, + { + "x": -1, + "y": -1, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_3@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_3@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 2, + "elements": [ + "mysticalagradditions:special@1" + ] + }, + { + "x": -2, + "y": 1, + "z": -2, + "elements": [ + "contenttweaker:ayeraco_stone@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_3@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_3@0" + ] + }, + { + "x": 2, + "y": 0, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_3@0" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/void_mythical_resource_miner_T7.json b/config/modularmachinery/machinery/void_mythical_resource_miner_T7.json new file mode 100644 index 00000000..44e707b0 --- /dev/null +++ b/config/modularmachinery/machinery/void_mythical_resource_miner_T7.json @@ -0,0 +1,430 @@ +{ + "registryname": "mythical_resource_miner_tier7", + "localizedname": "Precasia Mythical Void Resource Miner", + "color": "383836", + "parts": [ + { + "x": -2, + "y": 0, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": -2, + "y": 0, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": -3, + "y": 1, + "z": 0, + "elements": [ + "aoa3:skeletal_bricks@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 0, + "elements": [ + "mysticalagriculture:ingot_storage@6" + ] + }, + { + "x": 1, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockfluidinputhatch" + ] + }, + { + "x": 0, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockenergyinputhatch" + ] + }, + { + "x": 2, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:precasian_cap@0" + ] + }, + { + "x": -3, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockfluidinputhatch" + ] + }, + { + "x": 1, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 0, + "elements": [ + "mysticalagriculture:ingot_storage@6" + ] + }, + { + "x": 0, + "y": -1, + "z": -2, + "elements": [ + "mysticalagriculture:ingot_storage@6" + ] + }, + { + "x": -1, + "y": -1, + "z": 1, + "elements": [ + "mysticalagriculture:ingot_storage@6" + ] + }, + { + "x": -3, + "y": -1, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": -1, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 3, + "y": 1, + "z": 0, + "elements": [ + "aoa3:skeletal_bricks@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 1, + "elements": [ + "modularmachinery:blockoutputbus" + ] + }, + { + "x": -2, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 0, + "y": 1, + "z": -3, + "elements": [ + "aoa3:skeletal_bricks@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:precasian_cap@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 1, + "elements": [ + "mysticalagriculture:ingot_storage@6" + ] + }, + { + "x": 0, + "y": -1, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 0, + "y": 0, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 3, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 2, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 1, + "y": -1, + "z": -1, + "elements": [ + "mysticalagriculture:ingot_storage@6" + ] + }, + { + "x": 0, + "y": -1, + "z": -1, + "elements": [ + "modularmachinery:blockoutputbus" + ] + }, + { + "x": 2, + "y": 1, + "z": -2, + "elements": [ + "contenttweaker:precasian_cap@0" + ] + }, + { + "x": -1, + "y": -1, + "z": -1, + "elements": [ + "mysticalagriculture:ingot_storage@6" + ] + }, + { + "x": 1, + "y": -1, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": -2, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 0, + "y": -1, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 3, + "elements": [ + "aoa3:skeletal_bricks@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": -3, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": -1, + "y": -1, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 2, + "elements": [ + "mysticalagriculture:ingot_storage@6" + ] + }, + { + "x": -2, + "y": 1, + "z": -2, + "elements": [ + "contenttweaker:precasian_cap@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 2, + "y": 0, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/void_mythical_resource_miner_T8.json b/config/modularmachinery/machinery/void_mythical_resource_miner_T8.json new file mode 100644 index 00000000..fa5d9c80 --- /dev/null +++ b/config/modularmachinery/machinery/void_mythical_resource_miner_T8.json @@ -0,0 +1,430 @@ +{ + "registryname": "mythical_resource_miner_tier8", + "localizedname": "Lelyetia Mythical Void Resource Miner", + "color": "383836", + "parts": [ + { + "x": -2, + "y": 0, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": -2, + "y": 0, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": -3, + "y": 1, + "z": 0, + "elements": [ + "aoa3:lelyetia_bricks@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 0, + "elements": [ + "botania:quartztypesunny@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockfluidinputhatch" + ] + }, + { + "x": 0, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockenergyinputhatch" + ] + }, + { + "x": 2, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:lelyetian_cap@0" + ] + }, + { + "x": -3, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockfluidinputhatch" + ] + }, + { + "x": 1, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 0, + "elements": [ + "botania:quartztypesunny@0" + ] + }, + { + "x": 0, + "y": -1, + "z": -2, + "elements": [ + "botania:quartztypesunny@0" + ] + }, + { + "x": -1, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": -3, + "y": -1, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 1, + "elements": [ + "botania:quartztypesunny@0" + ] + }, + { + "x": 3, + "y": 1, + "z": 0, + "elements": [ + "aoa3:lelyetia_bricks@0" + ] + }, + { + "x": -2, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 1, + "elements": [ + "modularmachinery:blockoutputbus" + ] + }, + { + "x": 0, + "y": 1, + "z": -3, + "elements": [ + "aoa3:lelyetia_bricks@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:lelyetian_cap@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 1, + "elements": [ + "botania:quartztypesunny@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 0, + "y": 0, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 3, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 2, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 1, + "y": -1, + "z": -1, + "elements": [ + "botania:quartztypesunny@0" + ] + }, + { + "x": 0, + "y": -1, + "z": -1, + "elements": [ + "modularmachinery:blockoutputbus" + ] + }, + { + "x": 2, + "y": 1, + "z": -2, + "elements": [ + "contenttweaker:lelyetian_cap@0" + ] + }, + { + "x": -1, + "y": -1, + "z": -1, + "elements": [ + "botania:quartztypesunny@0" + ] + }, + { + "x": 1, + "y": -1, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": -2, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 0, + "y": -1, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 3, + "elements": [ + "aoa3:lelyetia_bricks@0" + ] + }, + { + "x": -3, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": -1, + "y": -1, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 2, + "elements": [ + "botania:quartztypesunny@0" + ] + }, + { + "x": -2, + "y": 1, + "z": -2, + "elements": [ + "contenttweaker:lelyetian_cap@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 2, + "y": 0, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/void_mythical_resource_miner_T9.json b/config/modularmachinery/machinery/void_mythical_resource_miner_T9.json new file mode 100644 index 00000000..e56edd75 --- /dev/null +++ b/config/modularmachinery/machinery/void_mythical_resource_miner_T9.json @@ -0,0 +1,430 @@ +{ + "registryname": "mythical_resource_miner_tier9", + "localizedname": "Barathos Mythical Void Resource Miner", + "color": "383836", + "parts": [ + { + "x": -2, + "y": 0, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": -2, + "y": 0, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": -3, + "y": 1, + "z": 0, + "elements": [ + "aoa3:baron_bricks@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 0, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 1, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockfluidinputhatch" + ] + }, + { + "x": 0, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockenergyinputhatch" + ] + }, + { + "x": 2, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:barathos_cap@0" + ] + }, + { + "x": -3, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockfluidinputhatch" + ] + }, + { + "x": 1, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 0, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -2, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 0, + "y": -1, + "z": -2, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -3, + "y": -1, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 1, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -1, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 3, + "y": 1, + "z": 0, + "elements": [ + "aoa3:baron_bricks@0" + ] + }, + { + "x": -2, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 1, + "elements": [ + "modularmachinery:blockoutputbus" + ] + }, + { + "x": 0, + "y": 1, + "z": -3, + "elements": [ + "aoa3:baron_bricks@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:barathos_cap@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 1, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 0, + "y": -1, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 0, + "y": 0, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 3, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 2, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 1, + "y": -1, + "z": -1, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 0, + "y": -1, + "z": -1, + "elements": [ + "modularmachinery:blockoutputbus" + ] + }, + { + "x": 2, + "y": 1, + "z": -2, + "elements": [ + "contenttweaker:barathos_cap@0" + ] + }, + { + "x": -1, + "y": -1, + "z": -1, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": 1, + "y": -1, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": -2, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 0, + "y": -1, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 3, + "elements": [ + "aoa3:baron_bricks@0" + ] + }, + { + "x": -3, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": -1, + "y": -1, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 2, + "elements": [ + "enderio:block_alloy@6" + ] + }, + { + "x": -2, + "y": 1, + "z": -2, + "elements": [ + "contenttweaker:barathos_cap@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + }, + { + "x": 2, + "y": 0, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_4@0" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/void_mythical_resource_miner_t14.json b/config/modularmachinery/machinery/void_mythical_resource_miner_t14.json new file mode 100644 index 00000000..dc56f380 --- /dev/null +++ b/config/modularmachinery/machinery/void_mythical_resource_miner_t14.json @@ -0,0 +1,430 @@ +{ + "registryname": "mythical_resource_miner_tier14", + "localizedname": "Celeve Mythical Void Resource Miner", + "color": "383836", + "parts": [ + { + "x": -2, + "y": 0, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": -2, + "y": 0, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": -3, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:celian_block@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 0, + "elements": [ + "actuallyadditions:block_crystal_empowered@5" + ] + }, + { + "x": 1, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockfluidinputhatch" + ] + }, + { + "x": 0, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockenergyinputhatch" + ] + }, + { + "x": 2, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:celeve_cap@0" + ] + }, + { + "x": -3, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockfluidinputhatch" + ] + }, + { + "x": 1, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 0, + "elements": [ + "actuallyadditions:block_crystal_empowered@5" + ] + }, + { + "x": 0, + "y": -1, + "z": -2, + "elements": [ + "actuallyadditions:block_crystal_empowered@5" + ] + }, + { + "x": -3, + "y": -1, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": -1, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 1, + "elements": [ + "actuallyadditions:block_crystal_empowered@5" + ] + }, + { + "x": 3, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:celian_block@0" + ] + }, + { + "x": -2, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 1, + "elements": [ + "modularmachinery:blockoutputbus" + ] + }, + { + "x": 0, + "y": 1, + "z": -3, + "elements": [ + "contenttweaker:celian_block@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:celeve_cap@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 1, + "elements": [ + "actuallyadditions:block_crystal_empowered@5" + ] + }, + { + "x": 0, + "y": -1, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 0, + "y": 0, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 3, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 2, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 1, + "y": -1, + "z": -1, + "elements": [ + "actuallyadditions:block_crystal_empowered@5" + ] + }, + { + "x": 0, + "y": -1, + "z": -1, + "elements": [ + "modularmachinery:blockoutputbus" + ] + }, + { + "x": 2, + "y": 1, + "z": -2, + "elements": [ + "contenttweaker:celeve_cap@0" + ] + }, + { + "x": -1, + "y": -1, + "z": -1, + "elements": [ + "actuallyadditions:block_crystal_empowered@5" + ] + }, + { + "x": 1, + "y": -1, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": -2, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 0, + "y": -1, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 3, + "elements": [ + "contenttweaker:celian_block@0" + ] + }, + { + "x": -3, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": -1, + "y": -1, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 2, + "elements": [ + "actuallyadditions:block_crystal_empowered@5" + ] + }, + { + "x": -2, + "y": 1, + "z": -2, + "elements": [ + "contenttweaker:celeve_cap@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 2, + "y": 0, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/void_mythical_resource_miner_t15.json b/config/modularmachinery/machinery/void_mythical_resource_miner_t15.json new file mode 100644 index 00000000..f5778667 --- /dev/null +++ b/config/modularmachinery/machinery/void_mythical_resource_miner_t15.json @@ -0,0 +1,430 @@ +{ + "registryname": "mythical_resource_miner_tier15", + "localizedname": "Gardencia Mythical Void Resource Miner", + "color": "383836", + "parts": [ + { + "x": -2, + "y": 0, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": -2, + "y": 0, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": -3, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:gardencia_cap@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 0, + "elements": [ + "mysticalagradditions:storage@1" + ] + }, + { + "x": 1, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockfluidinputhatch" + ] + }, + { + "x": 0, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockenergyinputhatch" + ] + }, + { + "x": 2, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:garden_block@0" + ] + }, + { + "x": -3, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockfluidinputhatch" + ] + }, + { + "x": 1, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 0, + "elements": [ + "mysticalagradditions:storage@1" + ] + }, + { + "x": -2, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 0, + "y": -1, + "z": -2, + "elements": [ + "mysticalagradditions:storage@1" + ] + }, + { + "x": -3, + "y": -1, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 1, + "elements": [ + "mysticalagradditions:storage@1" + ] + }, + { + "x": -1, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 3, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:gardencia_cap@0" + ] + }, + { + "x": -2, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 1, + "elements": [ + "modularmachinery:blockoutputbus" + ] + }, + { + "x": 2, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:garden_block@0" + ] + }, + { + "x": 0, + "y": 1, + "z": -3, + "elements": [ + "contenttweaker:gardencia_cap@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 1, + "elements": [ + "mysticalagradditions:storage@1" + ] + }, + { + "x": 0, + "y": -1, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 0, + "y": 0, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 3, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 2, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 1, + "y": -1, + "z": -1, + "elements": [ + "mysticalagradditions:storage@1" + ] + }, + { + "x": 0, + "y": -1, + "z": -1, + "elements": [ + "modularmachinery:blockoutputbus" + ] + }, + { + "x": 2, + "y": 1, + "z": -2, + "elements": [ + "contenttweaker:garden_block@0" + ] + }, + { + "x": -1, + "y": -1, + "z": -1, + "elements": [ + "mysticalagradditions:storage@1" + ] + }, + { + "x": 1, + "y": -1, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": -2, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 0, + "y": -1, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 3, + "elements": [ + "contenttweaker:gardencia_cap@0" + ] + }, + { + "x": -3, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": -1, + "y": -1, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 2, + "elements": [ + "mysticalagradditions:storage@1" + ] + }, + { + "x": -2, + "y": 1, + "z": -2, + "elements": [ + "contenttweaker:garden_block@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 2, + "y": 0, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/void_mythical_resource_miner_t16.json b/config/modularmachinery/machinery/void_mythical_resource_miner_t16.json new file mode 100644 index 00000000..fc03886a --- /dev/null +++ b/config/modularmachinery/machinery/void_mythical_resource_miner_t16.json @@ -0,0 +1,430 @@ +{ + "registryname": "mythical_resource_miner_tier16", + "localizedname": "Crystevia Mythical Void Resource Miner", + "color": "383836", + "parts": [ + { + "x": -2, + "y": 0, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": -2, + "y": 0, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": -3, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:crystevian_crystal@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 0, + "elements": [ + "extratrees:planks.1@2" + ] + }, + { + "x": 1, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockfluidinputhatch" + ] + }, + { + "x": 0, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockenergyinputhatch" + ] + }, + { + "x": 2, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:crystevia_cap@0" + ] + }, + { + "x": -3, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockfluidinputhatch" + ] + }, + { + "x": 1, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 0, + "elements": [ + "extratrees:planks.1@2" + ] + }, + { + "x": -2, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 0, + "y": -1, + "z": -2, + "elements": [ + "extratrees:planks.1@2" + ] + }, + { + "x": -3, + "y": -1, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 1, + "elements": [ + "extratrees:planks.1@2" + ] + }, + { + "x": -1, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 3, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:crystevian_crystal@0" + ] + }, + { + "x": -2, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 1, + "elements": [ + "modularmachinery:blockoutputbus" + ] + }, + { + "x": 0, + "y": 1, + "z": -3, + "elements": [ + "contenttweaker:crystevian_crystal@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:crystevia_cap@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 1, + "elements": [ + "extratrees:planks.1@2" + ] + }, + { + "x": 0, + "y": -1, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 0, + "y": 0, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 3, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 2, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 1, + "y": -1, + "z": -1, + "elements": [ + "extratrees:planks.1@2" + ] + }, + { + "x": 0, + "y": -1, + "z": -1, + "elements": [ + "modularmachinery:blockoutputbus" + ] + }, + { + "x": 2, + "y": 1, + "z": -2, + "elements": [ + "contenttweaker:crystevia_cap@0" + ] + }, + { + "x": -1, + "y": -1, + "z": -1, + "elements": [ + "extratrees:planks.1@2" + ] + }, + { + "x": 1, + "y": -1, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": -2, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 0, + "y": -1, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 3, + "elements": [ + "contenttweaker:crystevian_crystal@0" + ] + }, + { + "x": -3, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": -1, + "y": -1, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 2, + "elements": [ + "extratrees:planks.1@2" + ] + }, + { + "x": -2, + "y": 1, + "z": -2, + "elements": [ + "contenttweaker:crystevia_cap@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 2, + "y": 0, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/void_mythical_resource_miner_t17.json b/config/modularmachinery/machinery/void_mythical_resource_miner_t17.json new file mode 100644 index 00000000..cc574da3 --- /dev/null +++ b/config/modularmachinery/machinery/void_mythical_resource_miner_t17.json @@ -0,0 +1,430 @@ +{ + "registryname": "mythical_resource_miner_tier17", + "localizedname": "Haven Mythical Void Resource Miner", + "color": "383836", + "parts": [ + { + "x": -2, + "y": 0, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": -2, + "y": 0, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": -3, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:haven_block@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 0, + "elements": [ + "divinerpg:eden_bricks@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockfluidinputhatch" + ] + }, + { + "x": 0, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockenergyinputhatch" + ] + }, + { + "x": 2, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:haven_cap@0" + ] + }, + { + "x": -3, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockfluidinputhatch" + ] + }, + { + "x": 1, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 0, + "elements": [ + "divinerpg:eden_bricks@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 0, + "y": -1, + "z": -2, + "elements": [ + "divinerpg:eden_bricks@0" + ] + }, + { + "x": -3, + "y": -1, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 1, + "elements": [ + "divinerpg:eden_bricks@0" + ] + }, + { + "x": -1, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 3, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:haven_block@0" + ] + }, + { + "x": -2, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 1, + "elements": [ + "modularmachinery:blockoutputbus" + ] + }, + { + "x": 2, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:haven_cap@0" + ] + }, + { + "x": 0, + "y": 1, + "z": -3, + "elements": [ + "contenttweaker:haven_block@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 1, + "elements": [ + "divinerpg:eden_bricks@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 0, + "y": 0, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 3, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 2, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 1, + "y": -1, + "z": -1, + "elements": [ + "divinerpg:eden_bricks@0" + ] + }, + { + "x": 0, + "y": -1, + "z": -1, + "elements": [ + "modularmachinery:blockoutputbus" + ] + }, + { + "x": 2, + "y": 1, + "z": -2, + "elements": [ + "contenttweaker:haven_cap@0" + ] + }, + { + "x": -1, + "y": -1, + "z": -1, + "elements": [ + "divinerpg:eden_bricks@0" + ] + }, + { + "x": 1, + "y": -1, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": -2, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 0, + "y": -1, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 3, + "elements": [ + "contenttweaker:haven_block@0" + ] + }, + { + "x": -3, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": -1, + "y": -1, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 2, + "elements": [ + "divinerpg:eden_bricks@0" + ] + }, + { + "x": -2, + "y": 1, + "z": -2, + "elements": [ + "contenttweaker:haven_cap@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 2, + "y": 0, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/void_mythical_resource_miner_t18.json b/config/modularmachinery/machinery/void_mythical_resource_miner_t18.json new file mode 100644 index 00000000..daf7d14e --- /dev/null +++ b/config/modularmachinery/machinery/void_mythical_resource_miner_t18.json @@ -0,0 +1,430 @@ +{ + "registryname": "mythical_resource_miner_tier18", + "localizedname": "Iromine Mythical Void Resource Miner", + "color": "383836", + "parts": [ + { + "x": -2, + "y": 0, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": -2, + "y": 0, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": -3, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:iromine_block@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 0, + "elements": [ + "extrautils2:simpledecorative@2" + ] + }, + { + "x": 1, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockfluidinputhatch" + ] + }, + { + "x": 0, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockenergyinputhatch" + ] + }, + { + "x": 2, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:iromine_cap@0" + ] + }, + { + "x": -3, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockfluidinputhatch" + ] + }, + { + "x": 1, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 0, + "elements": [ + "extrautils2:simpledecorative@2" + ] + }, + { + "x": -2, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 0, + "y": -1, + "z": -2, + "elements": [ + "extrautils2:simpledecorative@2" + ] + }, + { + "x": -3, + "y": -1, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 1, + "elements": [ + "extrautils2:simpledecorative@2" + ] + }, + { + "x": -1, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 3, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:iromine_block@0" + ] + }, + { + "x": -2, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 1, + "elements": [ + "modularmachinery:blockoutputbus" + ] + }, + { + "x": 0, + "y": 1, + "z": -3, + "elements": [ + "contenttweaker:iromine_block@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:iromine_cap@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 1, + "elements": [ + "extrautils2:simpledecorative@2" + ] + }, + { + "x": 0, + "y": -1, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 0, + "y": 0, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 3, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 2, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 1, + "y": -1, + "z": -1, + "elements": [ + "extrautils2:simpledecorative@2" + ] + }, + { + "x": 0, + "y": -1, + "z": -1, + "elements": [ + "modularmachinery:blockoutputbus" + ] + }, + { + "x": 2, + "y": 1, + "z": -2, + "elements": [ + "contenttweaker:iromine_cap@0" + ] + }, + { + "x": -1, + "y": -1, + "z": -1, + "elements": [ + "extrautils2:simpledecorative@2" + ] + }, + { + "x": 1, + "y": -1, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": -2, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 0, + "y": -1, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 3, + "elements": [ + "contenttweaker:iromine_block@0" + ] + }, + { + "x": -3, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": -1, + "y": -1, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 2, + "elements": [ + "extrautils2:simpledecorative@2" + ] + }, + { + "x": -2, + "y": 1, + "z": -2, + "elements": [ + "contenttweaker:iromine_cap@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 2, + "y": 0, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/void_mythical_resource_miner_t19.json b/config/modularmachinery/machinery/void_mythical_resource_miner_t19.json new file mode 100644 index 00000000..f1f07fb7 --- /dev/null +++ b/config/modularmachinery/machinery/void_mythical_resource_miner_t19.json @@ -0,0 +1,430 @@ +{ + "registryname": "mythical_resource_miner_tier19", + "localizedname": "Mysterium Mythical Void Resource Miner", + "color": "383836", + "parts": [ + { + "x": -2, + "y": 0, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": -2, + "y": 0, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": -3, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:mysterium_block@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 0, + "elements": [ + "erebus:dark_capped_mushroom_block@14" + ] + }, + { + "x": 1, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockfluidinputhatch" + ] + }, + { + "x": 0, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockenergyinputhatch" + ] + }, + { + "x": 2, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": -2, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:mysterium_cap@0" + ] + }, + { + "x": -3, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockfluidinputhatch" + ] + }, + { + "x": 1, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 0, + "elements": [ + "erebus:dark_capped_mushroom_block@14" + ] + }, + { + "x": -2, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 0, + "y": -1, + "z": -2, + "elements": [ + "erebus:dark_capped_mushroom_block@14" + ] + }, + { + "x": -3, + "y": -1, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 1, + "elements": [ + "erebus:dark_capped_mushroom_block@14" + ] + }, + { + "x": -1, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 3, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:mysterium_block@0" + ] + }, + { + "x": -2, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 1, + "elements": [ + "modularmachinery:blockoutputbus" + ] + }, + { + "x": 0, + "y": 1, + "z": -3, + "elements": [ + "contenttweaker:mysterium_block@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:mysterium_cap@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 1, + "elements": [ + "erebus:dark_capped_mushroom_block@14" + ] + }, + { + "x": 0, + "y": -1, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 0, + "y": 0, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 3, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 2, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 1, + "y": -1, + "z": -1, + "elements": [ + "erebus:dark_capped_mushroom_block@14" + ] + }, + { + "x": 0, + "y": -1, + "z": -1, + "elements": [ + "modularmachinery:blockoutputbus" + ] + }, + { + "x": 2, + "y": 1, + "z": -2, + "elements": [ + "contenttweaker:mysterium_cap@0" + ] + }, + { + "x": -1, + "y": -1, + "z": -1, + "elements": [ + "erebus:dark_capped_mushroom_block@14" + ] + }, + { + "x": 1, + "y": -1, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": -2, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 0, + "y": -1, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 3, + "elements": [ + "contenttweaker:mysterium_block@0" + ] + }, + { + "x": -3, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": -1, + "y": -1, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 2, + "elements": [ + "erebus:dark_capped_mushroom_block@14" + ] + }, + { + "x": -2, + "y": 1, + "z": -2, + "elements": [ + "contenttweaker:mysterium_cap@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 2, + "y": 0, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/void_mythical_resource_miner_t20.json b/config/modularmachinery/machinery/void_mythical_resource_miner_t20.json new file mode 100644 index 00000000..a90188b7 --- /dev/null +++ b/config/modularmachinery/machinery/void_mythical_resource_miner_t20.json @@ -0,0 +1,430 @@ +{ + "registryname": "mythical_resource_miner_tier20", + "localizedname": "Vox Ponds Mythical Void Resource Miner", + "color": "383836", + "parts": [ + { + "x": -2, + "y": 0, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": -2, + "y": 0, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 2, + "y": 0, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": -3, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:vox_block@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 0, + "elements": [ + "nuclearcraft:block_depleted_americium@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockfluidinputhatch" + ] + }, + { + "x": 2, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockenergyinputhatch" + ] + }, + { + "x": -2, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:voxponds_cap@0" + ] + }, + { + "x": -3, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 1, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 0, + "elements": [ + "modularmachinery:blockfluidinputhatch" + ] + }, + { + "x": 0, + "y": -1, + "z": -2, + "elements": [ + "nuclearcraft:block_depleted_americium@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 0, + "elements": [ + "nuclearcraft:block_depleted_americium@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": -3, + "y": -1, + "z": 0, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": -1, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 1, + "elements": [ + "nuclearcraft:block_depleted_americium@0" + ] + }, + { + "x": 3, + "y": 1, + "z": 0, + "elements": [ + "contenttweaker:vox_block@0" + ] + }, + { + "x": -2, + "y": -1, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 1, + "elements": [ + "modularmachinery:blockoutputbus" + ] + }, + { + "x": 0, + "y": 1, + "z": -3, + "elements": [ + "contenttweaker:vox_block@0" + ] + }, + { + "x": 2, + "y": 1, + "z": 2, + "elements": [ + "contenttweaker:voxponds_cap@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 1, + "elements": [ + "nuclearcraft:block_depleted_americium@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 1, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 0, + "y": 0, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 3, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 3, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 2, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 1, + "y": -1, + "z": -1, + "elements": [ + "nuclearcraft:block_depleted_americium@0" + ] + }, + { + "x": 0, + "y": -1, + "z": -1, + "elements": [ + "modularmachinery:blockoutputbus" + ] + }, + { + "x": 2, + "y": 1, + "z": -2, + "elements": [ + "contenttweaker:voxponds_cap@0" + ] + }, + { + "x": 1, + "y": -1, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": -1, + "y": -1, + "z": -1, + "elements": [ + "nuclearcraft:block_depleted_americium@0" + ] + }, + { + "x": 0, + "y": -1, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": -2, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 3, + "elements": [ + "contenttweaker:vox_block@0" + ] + }, + { + "x": -3, + "y": -1, + "z": -1, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": -1, + "y": -1, + "z": -3, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 2, + "elements": [ + "nuclearcraft:block_depleted_americium@0" + ] + }, + { + "x": -2, + "y": 1, + "z": -2, + "elements": [ + "contenttweaker:voxponds_cap@0" + ] + }, + { + "x": 1, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 2, + "y": -1, + "z": 2, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + }, + { + "x": 2, + "y": 0, + "z": -2, + "elements": [ + "environmentaltech:structure_frame_5@0" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/machinery/wizardry_combiner.json b/config/modularmachinery/machinery/wizardry_combiner.json new file mode 100644 index 00000000..9bd7d920 --- /dev/null +++ b/config/modularmachinery/machinery/wizardry_combiner.json @@ -0,0 +1,502 @@ +{ + "registryname": "wizardry_combiner", + "localizedname": "Wizardry Combiner", + "color": "636363", + "parts": [ + { + "x": -3, + "y": -2, + "z": 1, + "elements": [ + "minecraft:stonebrick@0" + ] + }, + { + "x": -2, + "y": 0, + "z": 2, + "elements": [ + "ebwizardry:crystal_block@3" + ] + }, + { + "x": 0, + "y": -2, + "z": -3, + "elements": [ + "minecraft:stonebrick@0" + ] + }, + { + "x": -2, + "y": -2, + "z": -1, + "elements": [ + "ebwizardry:crystal_ore@0" + ] + }, + { + "x": -2, + "y": -2, + "z": 1, + "elements": [ + "ebwizardry:crystal_ore@0" + ] + }, + { + "x": -1, + "y": -2, + "z": -3, + "elements": [ + "minecraft:stonebrick@0" + ] + }, + { + "x": -3, + "y": -2, + "z": -1, + "elements": [ + "minecraft:stonebrick@0" + ] + }, + { + "x": -3, + "y": 0, + "z": 0, + "elements": [ + "minecraft:stonebrick@0" + ] + }, + { + "x": -1, + "y": -2, + "z": 1, + "elements": [ + "minecraft:stonebrick@0" + ] + }, + { + "x": 0, + "y": -2, + "z": 1, + "elements": [ + "minecraft:stonebrick@0" + ] + }, + { + "x": 3, + "y": 0, + "z": 0, + "elements": [ + "minecraft:stonebrick@0" + ] + }, + { + "x": -2, + "y": 0, + "z": -2, + "elements": [ + "ebwizardry:crystal_block@4" + ] + }, + { + "x": 2, + "y": 0, + "z": 2, + "elements": [ + "ebwizardry:crystal_block@0" + ] + }, + { + "x": -1, + "y": -2, + "z": 3, + "elements": [ + "minecraft:stonebrick@0" + ] + }, + { + "x": 1, + "y": -2, + "z": 1, + "elements": [ + "minecraft:stonebrick@0" + ] + }, + { + "x": 0, + "y": -2, + "z": 3, + "elements": [ + "minecraft:stonebrick@0" + ] + }, + { + "x": 2, + "y": -2, + "z": 1, + "elements": [ + "ebwizardry:crystal_ore@0" + ] + }, + { + "x": 1, + "y": -2, + "z": 3, + "elements": [ + "minecraft:stonebrick@0" + ] + }, + { + "x": 3, + "y": -2, + "z": 1, + "elements": [ + "minecraft:stonebrick@0" + ] + }, + { + "x": 3, + "y": -1, + "z": 0, + "elements": [ + "minecraft:stonebrick@0" + ] + }, + { + "x": -3, + "y": 1, + "z": 0, + "elements": [ + "ebwizardry:crystal_block@7" + ] + }, + { + "x": 1, + "y": -1, + "z": 0, + "elements": [ + "ebwizardry:crystal_block@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 0, + "elements": [ + "minecraft:stonebrick@0" + ] + }, + { + "x": 2, + "y": -1, + "z": -2, + "elements": [ + "minecraft:stonebrick@0" + ] + }, + { + "x": -1, + "y": -1, + "z": 0, + "elements": [ + "ebwizardry:crystal_block@0" + ] + }, + { + "x": -3, + "y": -1, + "z": 0, + "elements": [ + "minecraft:stonebrick@0" + ] + }, + { + "x": -2, + "y": -1, + "z": -2, + "elements": [ + "minecraft:stonebrick@0" + ] + }, + { + "x": 0, + "y": -1, + "z": 1, + "elements": [ + "ebwizardry:crystal_block@0" + ] + }, + { + "x": 3, + "y": 1, + "z": 0, + "elements": [ + "ebwizardry:crystal_block@6" + ] + }, + { + "x": 0, + "y": 1, + "z": -3, + "elements": [ + "ebwizardry:crystal_block@1" + ] + }, + { + "x": 0, + "y": -1, + "z": 3, + "elements": [ + "minecraft:stonebrick@0" + ] + }, + { + "x": 3, + "y": -2, + "z": 0, + "elements": [ + "minecraft:stonebrick@0" + ] + }, + { + "x": 2, + "y": -2, + "z": 0, + "elements": [ + "ebwizardry:crystal_ore@0" + ] + }, + { + "x": 1, + "y": -2, + "z": 0, + "elements": [ + "modularmachinery:blockinputbus" + ] + }, + { + "x": 0, + "y": -2, + "z": 0, + "elements": [ + "minecraft:stonebrick@0" + ] + }, + { + "x": 2, + "y": -2, + "z": -2, + "elements": [ + "minecraft:stonebrick@0" + ] + }, + { + "x": 1, + "y": -2, + "z": -2, + "elements": [ + "ebwizardry:crystal_ore@0" + ] + }, + { + "x": -1, + "y": -2, + "z": 0, + "elements": [ + "modularmachinery:blockenergyinputhatch" + ] + }, + { + "x": 0, + "y": -2, + "z": -2, + "elements": [ + "ebwizardry:crystal_ore@0" + ] + }, + { + "x": -2, + "y": -2, + "z": 0, + "elements": [ + "ebwizardry:crystal_ore@0" + ] + }, + { + "x": -3, + "y": -2, + "z": 0, + "elements": [ + "minecraft:stonebrick@0" + ] + }, + { + "x": -1, + "y": -2, + "z": -2, + "elements": [ + "ebwizardry:crystal_ore@0" + ] + }, + { + "x": -2, + "y": -2, + "z": -2, + "elements": [ + "minecraft:stonebrick@0" + ] + }, + { + "x": 0, + "y": 0, + "z": -3, + "elements": [ + "minecraft:stonebrick@0" + ] + }, + { + "x": -2, + "y": -2, + "z": 2, + "elements": [ + "minecraft:stonebrick@0" + ] + }, + { + "x": -1, + "y": -2, + "z": 2, + "elements": [ + "ebwizardry:crystal_ore@0" + ] + }, + { + "x": 0, + "y": 0, + "z": 3, + "elements": [ + "minecraft:stonebrick@0" + ] + }, + { + "x": 0, + "y": -2, + "z": 2, + "elements": [ + "ebwizardry:crystal_ore@0" + ] + }, + { + "x": 1, + "y": -2, + "z": 2, + "elements": [ + "ebwizardry:crystal_ore@0" + ] + }, + { + "x": 2, + "y": -2, + "z": 2, + "elements": [ + "minecraft:stonebrick@0" + ] + }, + { + "x": 0, + "y": -1, + "z": -1, + "elements": [ + "ebwizardry:crystal_block@0" + ] + }, + { + "x": 0, + "y": -1, + "z": -3, + "elements": [ + "minecraft:stonebrick@0" + ] + }, + { + "x": -2, + "y": -1, + "z": 2, + "elements": [ + "minecraft:stonebrick@0" + ] + }, + { + "x": 0, + "y": 1, + "z": 3, + "elements": [ + "ebwizardry:crystal_block@5" + ] + }, + { + "x": 2, + "y": -1, + "z": 2, + "elements": [ + "minecraft:stonebrick@0" + ] + }, + { + "x": 3, + "y": -2, + "z": -1, + "elements": [ + "minecraft:stonebrick@0" + ] + }, + { + "x": 2, + "y": -2, + "z": -1, + "elements": [ + "ebwizardry:crystal_ore@0" + ] + }, + { + "x": 1, + "y": -2, + "z": -1, + "elements": [ + "minecraft:stonebrick@0" + ] + }, + { + "x": 0, + "y": -2, + "z": -1, + "elements": [ + "modularmachinery:blockoutputbus" + ] + }, + { + "x": 2, + "y": 0, + "z": -2, + "elements": [ + "ebwizardry:crystal_block@2" + ] + }, + { + "x": 1, + "y": -2, + "z": -3, + "elements": [ + "minecraft:stonebrick@0" + ] + }, + { + "x": -1, + "y": -2, + "z": -1, + "elements": [ + "minecraft:stonebrick@0" + ] + } + ]} \ No newline at end of file diff --git a/config/modularmachinery/modularmachinery.cfg b/config/modularmachinery/modularmachinery.cfg new file mode 100644 index 00000000..debf4242 --- /dev/null +++ b/config/modularmachinery/modularmachinery.cfg @@ -0,0 +1,207 @@ +# Configuration file + +display { + + energy { + # Available options: 'FE', 'IC2_EU', 'GT_EU' - Default: FE - Set this to one of those 3 types to have GUI, recipe preview and energy be displayed in that type of energy in ALL ModularMachinery things. [default: FE] + S:Display_Energy_Type=FE + + # Set to true, if the standard 'energy' FE (or RF) should be displayed in the tooltip of the energy hatch along with its transmission rates. [default: true] + B:FE_RF_Tooltip=true + + # Set to true, if GT's energy EU should be displayed in the tooltip of the energy hatch. Will only have effect if GregTech (community edition) is installed. [default: true] + B:GT_EU_Tooltip=true + + # Set to true, if IC2's energy EU should be displayed in the tooltip of the energy hatch. Will only have effect if IC2 is installed. [default: true] + B:IC2_EU_Tooltip=true + } + +} + + +energyhatch { + + size { + # Energy storage size of the energy hatch. [range: 0 ~ 9223372036854775807, default: 32768] + S:BIG=327680 + + # Energy storage size of the energy hatch. [range: 0 ~ 9223372036854775807, default: 131072] + S:HUGE=1310720 + + # Energy storage size of the energy hatch. [range: 0 ~ 9223372036854775807, default: 524288] + S:LUDICROUS=5242880 + + # Energy storage size of the energy hatch. [range: 0 ~ 9223372036854775807, default: 8192] + S:NORMAL=81920 + + # Energy storage size of the energy hatch. [range: 0 ~ 9223372036854775807, default: 16384] + S:REINFORCED=163840 + + # Energy storage size of the energy hatch. [range: 0 ~ 9223372036854775807, default: 4096] + S:SMALL=40960 + + # Energy storage size of the energy hatch. [range: 0 ~ 9223372036854775807, default: 2048] + S:TINY=20480 + + # Energy storage size of the energy hatch. [range: 0 ~ 9223372036854775807, default: 2097152] + S:ULTIMATE=20097152 + } + + limit { + # Defines the transfer limit for RF/FE things. IC2's transfer limit is defined by the voltage tier. [range: 1 ~ 9223372036854775806, default: 32768] + S:BIG=81920 + + # Defines the transfer limit for RF/FE things. IC2's transfer limit is defined by the voltage tier. [range: 1 ~ 9223372036854775806, default: 131072] + S:HUGE=327680 + + # Defines the transfer limit for RF/FE things. IC2's transfer limit is defined by the voltage tier. [range: 1 ~ 9223372036854775806, default: 524288] + S:LUDICROUS=13107200 + + # Defines the transfer limit for RF/FE things. IC2's transfer limit is defined by the voltage tier. [range: 1 ~ 9223372036854775806, default: 8192] + S:NORMAL=10240 + + # Defines the transfer limit for RF/FE things. IC2's transfer limit is defined by the voltage tier. [range: 1 ~ 9223372036854775806, default: 16384] + S:REINFORCED=20480 + + # Defines the transfer limit for RF/FE things. IC2's transfer limit is defined by the voltage tier. [range: 1 ~ 9223372036854775806, default: 4096] + S:SMALL=5120 + + # Defines the transfer limit for RF/FE things. IC2's transfer limit is defined by the voltage tier. [range: 1 ~ 9223372036854775806, default: 2048] + S:TINY=1280 + + # Defines the transfer limit for RF/FE things. IC2's transfer limit is defined by the voltage tier. [range: 1 ~ 9223372036854775806, default: 2097152] + S:ULTIMATE=14200241 + } + + tier { + # Defines the IC2 output-voltage tier. Only affects the power the output hatches will output power as. 0 = 'ULV' = 8 EU/t, 1 = 'LV' = 32 EU/t, 2 = 'MV' = 128 EU/t, ... [range: 0 ~ 12, default: 4] + I:BIG=4 + + # Defines the IC2 output-voltage tier. Only affects the power the output hatches will output power as. 0 = 'ULV' = 8 EU/t, 1 = 'LV' = 32 EU/t, 2 = 'MV' = 128 EU/t, ... [range: 0 ~ 12, default: 5] + I:HUGE=5 + + # Defines the IC2 output-voltage tier. Only affects the power the output hatches will output power as. 0 = 'ULV' = 8 EU/t, 1 = 'LV' = 32 EU/t, 2 = 'MV' = 128 EU/t, ... [range: 0 ~ 12, default: 6] + I:LUDICROUS=6 + + # Defines the IC2 output-voltage tier. Only affects the power the output hatches will output power as. 0 = 'ULV' = 8 EU/t, 1 = 'LV' = 32 EU/t, 2 = 'MV' = 128 EU/t, ... [range: 0 ~ 12, default: 2] + I:NORMAL=2 + + # Defines the IC2 output-voltage tier. Only affects the power the output hatches will output power as. 0 = 'ULV' = 8 EU/t, 1 = 'LV' = 32 EU/t, 2 = 'MV' = 128 EU/t, ... [range: 0 ~ 12, default: 3] + I:REINFORCED=3 + + # Defines the IC2 output-voltage tier. Only affects the power the output hatches will output power as. 0 = 'ULV' = 8 EU/t, 1 = 'LV' = 32 EU/t, 2 = 'MV' = 128 EU/t, ... [range: 0 ~ 12, default: 2] + I:SMALL=2 + + # Defines the IC2 output-voltage tier. Only affects the power the output hatches will output power as. 0 = 'ULV' = 8 EU/t, 1 = 'LV' = 32 EU/t, 2 = 'MV' = 128 EU/t, ... [range: 0 ~ 12, default: 1] + I:TINY=1 + + # Defines the IC2 output-voltage tier. Only affects the power the output hatches will output power as. 0 = 'ULV' = 8 EU/t, 1 = 'LV' = 32 EU/t, 2 = 'MV' = 128 EU/t, ... [range: 0 ~ 12, default: 6] + I:ULTIMATE=6 + } + + gtvoltage { + # Defines the GT voltage tier. Affects both input and output hatches of this tier. [range: 0 ~ 8, default: 4] + I:BIG=4 + + # Defines the GT voltage tier. Affects both input and output hatches of this tier. [range: 0 ~ 8, default: 5] + I:HUGE=5 + + # Defines the GT voltage tier. Affects both input and output hatches of this tier. [range: 0 ~ 8, default: 6] + I:LUDICROUS=6 + + # Defines the GT voltage tier. Affects both input and output hatches of this tier. [range: 0 ~ 8, default: 2] + I:NORMAL=2 + + # Defines the GT voltage tier. Affects both input and output hatches of this tier. [range: 0 ~ 8, default: 3] + I:REINFORCED=3 + + # Defines the GT voltage tier. Affects both input and output hatches of this tier. [range: 0 ~ 8, default: 2] + I:SMALL=2 + + # Defines the GT voltage tier. Affects both input and output hatches of this tier. [range: 0 ~ 8, default: 1] + I:TINY=1 + + # Defines the GT voltage tier. Affects both input and output hatches of this tier. [range: 0 ~ 8, default: 6] + I:ULTIMATE=6 + } + + gtamperage { + # Defines the GT amperage. Affects both output amperage as well as maximum input amperage. [range: 1 ~ 16, default: 2] + I:BIG=2 + + # Defines the GT amperage. Affects both output amperage as well as maximum input amperage. [range: 1 ~ 16, default: 2] + I:HUGE=2 + + # Defines the GT amperage. Affects both output amperage as well as maximum input amperage. [range: 1 ~ 16, default: 2] + I:LUDICROUS=2 + + # Defines the GT amperage. Affects both output amperage as well as maximum input amperage. [range: 1 ~ 16, default: 2] + I:NORMAL=2 + + # Defines the GT amperage. Affects both output amperage as well as maximum input amperage. [range: 1 ~ 16, default: 2] + I:REINFORCED=2 + + # Defines the GT amperage. Affects both output amperage as well as maximum input amperage. [range: 1 ~ 16, default: 2] + I:SMALL=2 + + # Defines the GT amperage. Affects both output amperage as well as maximum input amperage. [range: 1 ~ 16, default: 2] + I:TINY=2 + + # Defines the GT amperage. Affects both output amperage as well as maximum input amperage. [range: 1 ~ 16, default: 2] + I:ULTIMATE=2 + } + +} + + +fluidhatch { + + tiny { + # Defines the tank size for the size-type of fluid hatch. [range: 1 ~ 2147483647, default: 100] + I:size=100 + } + + small { + # Defines the tank size for the size-type of fluid hatch. [range: 1 ~ 2147483647, default: 400] + I:size=400 + } + + normal { + # Defines the tank size for the size-type of fluid hatch. [range: 1 ~ 2147483647, default: 1000] + I:size=1000 + } + + reinforced { + # Defines the tank size for the size-type of fluid hatch. [range: 1 ~ 2147483647, default: 2000] + I:size=2000 + } + + big { + # Defines the tank size for the size-type of fluid hatch. [range: 1 ~ 2147483647, default: 4500] + I:size=4500 + } + + huge { + # Defines the tank size for the size-type of fluid hatch. [range: 1 ~ 2147483647, default: 8000] + I:size=8000 + } + + ludicrous { + # Defines the tank size for the size-type of fluid hatch. [range: 1 ~ 2147483647, default: 16000] + I:size=16000 + } + + vacuum { + # Defines the tank size for the size-type of fluid hatch. [range: 1 ~ 2147483647, default: 32000] + I:size=35000 + } + +} + + +general { + # Defines the _default_ color for machine casings as items or blocks. (Hex color without alpha) Has to be defined both server and clientside! [default: FF4900] + S:general-casing-color=FF4900 +} + + diff --git a/config/modularmachinery/recipes/alloy_smelter_diamond.json b/config/modularmachinery/recipes/alloy_smelter_diamond.json new file mode 100644 index 00000000..6a8dd1d5 --- /dev/null +++ b/config/modularmachinery/recipes/alloy_smelter_diamond.json @@ -0,0 +1,30 @@ +{ + "machine": "alloy_furnace", + "registryName": "alloy_furnace_diamond", + "recipeTime": 5, + "requirements": [ + { + "type": "modularmachinery:energy", + "io-type": "input", + "energyPerTick": 100 + }, + { + "type": "modularmachinery:item", + "io-type": "output", + "item": "minecraft:diamond", + "amount": 1 + }, + { + "type": "modularmachinery:item", + "io-type": "input", + "item": "minecraft:coal", + "amount": 32 + }, + { + "type": "modularmachinery:item", + "io-type": "input", + "item": "minecraft:tnt", + "amount": 8 + } + ] +} \ No newline at end of file diff --git a/config/modularmachinery/recipes/alloy_smelter_furnaces.adapter.json b/config/modularmachinery/recipes/alloy_smelter_furnaces.adapter.json new file mode 100644 index 00000000..6a3eca47 --- /dev/null +++ b/config/modularmachinery/recipes/alloy_smelter_furnaces.adapter.json @@ -0,0 +1,24 @@ +{ + "machine": "alloy_furnace", + "adapter": "minecraft:furnace", + "modifiers": [ + { + "target": "modularmachinery:item", + "io": "output", + "operation": 1, + "multiplier": 3.0 + }, + { + "target": "modularmachinery:item", + "io": "input", + "operation": 1, + "multiplier": 3.0 + }, + { + "target": "modularmachinery:duration", + "io": "input", + "operation": 0, + "multiplier": 40 + } + ] +} \ No newline at end of file diff --git a/config/modularmachinery/recipes/centrifuge_centrifuge_blaze_powder.json b/config/modularmachinery/recipes/centrifuge_centrifuge_blaze_powder.json new file mode 100644 index 00000000..1e62d627 --- /dev/null +++ b/config/modularmachinery/recipes/centrifuge_centrifuge_blaze_powder.json @@ -0,0 +1,32 @@ +{ + "machine": "iron_centrifuge", + "registryName": "iron_centrifuge_centrifuge_blaze_powder", + "recipeTime": 60, + "requirements": [ + { + "type": "modularmachinery:energy", + "io-type": "input", + "energyPerTick": 16 + }, + { + "type": "modularmachinery:item", + "io-type": "output", + "item": "minecraft:gunpowder", + "amount": 1, + "chance": 0.95 + }, + { + "type": "modularmachinery:item", + "io-type": "output", + "item": "minecraft:glowstone_dust", + "amount": 1, + "chance": 0.4 + }, + { + "type": "modularmachinery:item", + "io-type": "input", + "item": "minecraft:blaze_powder", + "amount": 1 + } + ] +} \ No newline at end of file diff --git a/config/modularmachinery/recipes/centrifuge_centrifuge_grass.json b/config/modularmachinery/recipes/centrifuge_centrifuge_grass.json new file mode 100644 index 00000000..9104aa75 --- /dev/null +++ b/config/modularmachinery/recipes/centrifuge_centrifuge_grass.json @@ -0,0 +1,80 @@ +{ + "machine": "iron_centrifuge", + "registryName": "iron_centrifuge_centrifuge_grass", + "recipeTime": 120, + "requirements": [ + { + "type": "modularmachinery:energy", + "io-type": "input", + "energyPerTick": 16 + }, + { + "type": "modularmachinery:item", + "io-type": "input", + "item": "minecraft:grass", + "amount": 1 + }, + { + "type": "modularmachinery:item", + "io-type": "output", + "item": "minecraft:dirt", + "amount": 1 + }, + { + "type": "modularmachinery:item", + "io-type": "output", + "item": "minecraft:wheat_seeds", + "amount": 1, + "chance": 0.7 + }, + { + "type": "modularmachinery:item", + "io-type": "output", + "item": "minecraft:dye@3", + "amount": 1, + "chance": 0.05 + }, + { + "type": "modularmachinery:item", + "io-type": "output", + "item": "minecraft:pumpkin_seeds", + "amount": 1, + "chance": 0.1 + }, + { + "type": "modularmachinery:item", + "io-type": "output", + "item": "minecraft:melon_seeds", + "amount": 1, + "chance": 0.1 + }, + { + "type": "modularmachinery:item", + "io-type": "output", + "item": "minecraft:clay_ball", + "amount": 1, + "chance": 0.4 + }, + { + "type": "modularmachinery:item", + "io-type": "output", + "item": "minecraft:brown_mushroom", + "amount": 1, + "chance": 0.3 + }, + { + "type": "modularmachinery:item", + "io-type": "output", + "item": "minecraft:red_mushroom", + "amount": 1, + "chance": 0.3 + }, + { + "type": "modularmachinery:item", + "io-type": "output", + "item": "minecraft:nether_wart", + "amount": 1, + "chance": 0.01 + } + ] +} \ No newline at end of file diff --git a/config/modularmachinery/recipes/centrifuge_centrifuge_magma_cream.json b/config/modularmachinery/recipes/centrifuge_centrifuge_magma_cream.json new file mode 100644 index 00000000..98a88b7f --- /dev/null +++ b/config/modularmachinery/recipes/centrifuge_centrifuge_magma_cream.json @@ -0,0 +1,32 @@ +{ + "machine": "iron_centrifuge", + "registryName": "iron_centrifuge_centrifuge_magma_cream", + "recipeTime": 60, + "requirements": [ + { + "type": "modularmachinery:energy", + "io-type": "input", + "energyPerTick": 16 + }, + { + "type": "modularmachinery:item", + "io-type": "output", + "item": "minecraft:slime_ball", + "amount": 1, + "chance": 0.95 + }, + { + "type": "modularmachinery:item", + "io-type": "output", + "item": "minecraft:blaze_powder", + "amount": 1, + "chance": 0.95 + }, + { + "type": "modularmachinery:item", + "io-type": "input", + "item": "minecraft:magma_cream", + "amount": 1 + } + ] +} \ No newline at end of file diff --git a/config/modularmachinery/recipes/centrifuge_centrifuge_wool.json b/config/modularmachinery/recipes/centrifuge_centrifuge_wool.json new file mode 100644 index 00000000..2c5b708f --- /dev/null +++ b/config/modularmachinery/recipes/centrifuge_centrifuge_wool.json @@ -0,0 +1,45 @@ +{ + "machine": "iron_centrifuge", + "registryName": "iron_centrifuge_centrifuge_wool", + "recipeTime": 60, + "requirements": [ + { + "type": "modularmachinery:energy", + "io-type": "input", + "energyPerTick": 16 + }, + { + "type": "modularmachinery:item", + "io-type": "output", + "item": "minecraft:string", + "amount": 2 + }, + { + "type": "modularmachinery:item", + "io-type": "output", + "item": "minecraft:string", + "amount": 2, + "chance": 0.75 + }, + { + "type": "modularmachinery:item", + "io-type": "output", + "item": "minecraft:string", + "amount": 1, + "chance": 0.4 + }, + { + "type": "modularmachinery:item", + "io-type": "output", + "item": "minecraft:string", + "amount": 1, + "chance": 0.2 + }, + { + "type": "modularmachinery:item", + "io-type": "input", + "item": "minecraft:wool", + "amount": 1 + } + ] +} \ No newline at end of file diff --git a/config/modularmachinery/recipes/centrifuge_wash_glowstone.json b/config/modularmachinery/recipes/centrifuge_wash_glowstone.json new file mode 100644 index 00000000..1adcfe14 --- /dev/null +++ b/config/modularmachinery/recipes/centrifuge_wash_glowstone.json @@ -0,0 +1,25 @@ +{ + "machine": "iron_centrifuge", + "registryName": "iron_centrifuge_wash_glowstone", + "recipeTime": 120, + "requirements": [ + { + "type": "modularmachinery:energy", + "io-type": "input", + "energyPerTick": 16 + }, + { + "type": "modularmachinery:item", + "io-type": "output", + "item": "minecraft:gunpowder", + "amount": 1, + "chance": 0.6 + }, + { + "type": "modularmachinery:item", + "io-type": "input", + "item": "ore:dustGlowstone", + "amount": 1 + } + ] +} \ No newline at end of file diff --git a/config/modularmachinery/recipes/centrifuge_wash_redstone.json b/config/modularmachinery/recipes/centrifuge_wash_redstone.json new file mode 100644 index 00000000..40ce93df --- /dev/null +++ b/config/modularmachinery/recipes/centrifuge_wash_redstone.json @@ -0,0 +1,25 @@ +{ + "machine": "iron_centrifuge", + "registryName": "iron_centrifuge_wash_redstone", + "recipeTime": 180, + "requirements": [ + { + "type": "modularmachinery:energy", + "io-type": "input", + "energyPerTick": 16 + }, + { + "type": "modularmachinery:item", + "io-type": "output", + "item": "minecraft:gunpowder", + "amount": 1, + "chance": 0.6 + }, + { + "type": "modularmachinery:item", + "io-type": "input", + "item": "ore:dustRedstone", + "amount": 1 + } + ] +} \ No newline at end of file diff --git a/config/modularmachinery/recipes/mythic_procesor_furnaces.adapter.json b/config/modularmachinery/recipes/mythic_procesor_furnaces.adapter.json new file mode 100644 index 00000000..b227cbd8 --- /dev/null +++ b/config/modularmachinery/recipes/mythic_procesor_furnaces.adapter.json @@ -0,0 +1,24 @@ +{ + "machine": "mythic_processor_furnace", + "adapter": "minecraft:furnace", + "modifiers": [ + { + "target": "modularmachinery:item", + "io": "output", + "operation": 1, + "multiplier": 2.0 + }, + { + "target": "modularmachinery:item", + "io": "input", + "operation": 1, + "multiplier": 2.0 + }, + { + "target": "modularmachinery:duration", + "io": "input", + "operation": 1, + "multiplier": 0.5 + } + ] +} \ No newline at end of file diff --git a/config/modularmachinery/recipes/mythic_processor_furnace_diamond.json b/config/modularmachinery/recipes/mythic_processor_furnace_diamond.json new file mode 100644 index 00000000..6a2b1a1d --- /dev/null +++ b/config/modularmachinery/recipes/mythic_processor_furnace_diamond.json @@ -0,0 +1,30 @@ +{ + "machine": "mythic_processor_furnace", + "registryName": "mythic_processor_furnace_diamond", + "recipeTime": 5, + "requirements": [ + { + "type": "modularmachinery:energy", + "io-type": "input", + "energyPerTick": 100 + }, + { + "type": "modularmachinery:item", + "io-type": "output", + "item": "minecraft:diamond", + "amount": 1 + }, + { + "type": "modularmachinery:item", + "io-type": "input", + "item": "minecraft:coal", + "amount": 32 + }, + { + "type": "modularmachinery:item", + "io-type": "input", + "item": "minecraft:tnt", + "amount": 8 + } + ] +} \ No newline at end of file diff --git a/config/modularmachinery/recipes/power_transformer_energy_transform.json b/config/modularmachinery/recipes/power_transformer_energy_transform.json new file mode 100644 index 00000000..83e9e2a9 --- /dev/null +++ b/config/modularmachinery/recipes/power_transformer_energy_transform.json @@ -0,0 +1,17 @@ +{ + "machine": "transformer", + "registryName": "transformer_energy_transform", + "recipeTime": 1, + "requirements": [ + { + "type": "modularmachinery:energy", + "io-type": "input", + "energyPerTick": 128 + }, + { + "type": "modularmachinery:energy", + "io-type": "output", + "energyPerTick": 128 + } + ] +} \ No newline at end of file diff --git a/config/modularrouters.cfg b/config/modularrouters.cfg new file mode 100644 index 00000000..3971daf7 --- /dev/null +++ b/config/modularrouters.cfg @@ -0,0 +1,152 @@ +# 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/moresoundconfig.cfg b/config/moresoundconfig.cfg new file mode 100644 index 00000000..00e3a2dd --- /dev/null +++ b/config/moresoundconfig.cfg @@ -0,0 +1,9 @@ +# Configuration file + +general { + S:activeSoundDevice= + I:contextFrequency=44100 + I:contextRefresh=60 +} + + diff --git a/config/morpheus.cfg b/config/morpheus.cfg new file mode 100644 index 00000000..566d8e29 --- /dev/null +++ b/config/morpheus.cfg @@ -0,0 +1,19 @@ +# 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/multipart.cfg b/config/multipart.cfg new file mode 100644 index 00000000..b60c6bef --- /dev/null +++ b/config/multipart.cfg @@ -0,0 +1,22 @@ +#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/mysticalagradditions.cfg b/config/mysticalagradditions.cfg new file mode 100644 index 00000000..0f21954c --- /dev/null +++ b/config/mysticalagradditions.cfg @@ -0,0 +1,40 @@ +# 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/mysticalagriculture.cfg b/config/mysticalagriculture.cfg new file mode 100644 index 00000000..995e22bb --- /dev/null +++ b/config/mysticalagriculture.cfg @@ -0,0 +1,562 @@ +# 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/mysticalagriculture_recipes.cfg b/config/mysticalagriculture_recipes.cfg new file mode 100644 index 00000000..b65a9c78 --- /dev/null +++ b/config/mysticalagriculture_recipes.cfg @@ -0,0 +1,374 @@ +# 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/natura.cfg b/config/natura.cfg new file mode 100644 index 00000000..4dc41e91 --- /dev/null +++ b/config/natura.cfg @@ -0,0 +1,137 @@ +# 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/naturescompass.cfg b/config/naturescompass.cfg new file mode 100644 index 00000000..42838b0b --- /dev/null +++ b/config/naturescompass.cfg @@ -0,0 +1,36 @@ +# 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/nuclearcraft.cfg b/config/nuclearcraft.cfg new file mode 100644 index 00000000..9113cb89 --- /dev/null +++ b/config/nuclearcraft.cfg @@ -0,0 +1,1793 @@ +# 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 + 1.1 + 1.25 + > + + # Multiplier for the heat required to cool hot coolant. + D:heat_exchanger_coolant_mult=125.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=5 + + # 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 + 2 + 200 + 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 + > + + # 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 < + > + + # 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=0.5 + + # Multiplier for the fraction of stored fluid that heaters will spread to adjacent components. + D:salt_fission_heater_spread_ratio=0.5 +} + + +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 < + 16.0 + 4.0 + 4.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/ocxnetdriver.cfg b/config/ocxnetdriver.cfg new file mode 100644 index 00000000..f3711254 --- /dev/null +++ b/config/ocxnetdriver.cfg @@ -0,0 +1,14 @@ +# 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/openblocks.cfg b/config/openblocks.cfg new file mode 100644 index 00000000..82562980 --- /dev/null +++ b/config/openblocks.cfg @@ -0,0 +1,512 @@ +# 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=20 + + # 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/opencomputers/default.recipes b/config/opencomputers/default.recipes new file mode 100644 index 00000000..e2ed1dfd --- /dev/null +++ b/config/opencomputers/default.recipes @@ -0,0 +1,695 @@ +# Do not change this file, it is rewritten each time you start the game. +# Instead, use the user.recipes file to edit recipes by redefining them there. + +analyzer { + input: [[torchRedstoneActive, "", ""] + ["oc:materialTransistor", nuggetGold, ""] + ["oc:materialCircuitBoardPrinted", nuggetGold, ""]] +} +hoverboots { + input: [[iron_nugget, "oc:hoverUpgrade2", iron_nugget] + [leather, "oc:droneCase1", leather] + [iron_nugget, "oc:capacitor", iron_nugget]] +} +manual { + type: shapeless + input: [book, "oc:circuitChip1"] +} +nanomachines { + input: [["oc:chamelium", "oc:wlanCard2", "oc:chamelium"] + ["oc:cpu2", "oc:materialAcid", "oc:ram1"] + ["oc:chamelium", "oc:capacitor", "oc:chamelium"]] +} +texturepicker { + input: [[dyeBlack, dyeRed, dyeGreen] + [dyeBlue, "oc:analyzer", dyePurple] + [dyeYellow, dyeMagenta, dyeWhite]] +} +wrench { + input: [[ingotIron, "", ingotIron] + ["", "oc:circuitChip2", ""], + ["", ingotIron, ""]] +} +lootdisks: [ + { + name: "opencomputers:openos" + type: shapeless + input: ["oc:floppy", "oc:manual"] + }, + { + name: "opencomputers:oppm" + type: shapeless + input: ["oc:floppy", "oc:materialInterweb"] + } +] +luabios { + type: shapeless + input: ["oc:eeprom", "oc:manual"] +} + +dronecase1 { + input: [["oc:stoneEndstone", compass, "oc:stoneEndstone"] + ["oc:circuitChip1", "oc:microcontrollerCase1", "oc:circuitChip1"] + ["oc:stoneEndstone", "oc:componentBus2", "oc:stoneEndstone"]] +} +dronecase2 { + input: [["oc:stoneEndstone", compass, "oc:stoneEndstone"] + ["oc:circuitChip2", "oc:microcontrollerCase2", "oc:circuitChip2"] + ["oc:stoneEndstone", "oc:componentBus3", "oc:stoneEndstone"]] +} +microcontrollercase1 { + input: [[iron_nugget, "oc:circuitChip1", iron_nugget] + [redstone, chest, redstone] + [iron_nugget, "oc:materialCircuitBoardPrinted", iron_nugget]] +} +microcontrollercase2 { + input: [[nuggetGold, "oc:circuitChip3", nuggetGold] + [blockRedstone, chest, blockRedstone] + [nuggetGold, "oc:materialCircuitBoardPrinted", nuggetGold]] +} +terminal { + input: [[iron_nugget, "oc:solarGeneratorUpgrade", iron_nugget] + ["oc:circuitChip3", "oc:screen2", "oc:wlanCard2"] + [iron_nugget, "oc:keyboard", iron_nugget]] +} +tabletcase1 { + input: [[ingotGold, button, ingotGold] + ["oc:componentBus1", "oc:screen2", "oc:circuitChip3"] + [ingotGold, "oc:materialCircuitBoardPrinted", ingotGold]] +} +tabletcase2 { + input: [["oc:circuitChip2", button, ingotGold] + ["oc:componentBus3", "oc:screen2", "oc:circuitChip3"] + ["oc:circuitChip2", "oc:materialCircuitBoardPrinted", ingotGold]] +} + +diskdrivemountable { + input: [[obsidian, "oc:circuitChip1", obsidian] + [fenceIron, "oc:diskDrive", fenceIron] + [obsidian, "oc:materialCircuitBoardPrinted", obsidian]] +} +server1 { + input: [[ingotIron, "oc:ram2", ingotIron] + ["oc:circuitChip1", "oc:componentBus1", "oc:circuitChip1"] + [obsidian, "oc:materialCircuitBoardPrinted", obsidian]] +} +server2 { + input: [[ingotGold, "oc:ram4", ingotGold] + ["oc:circuitChip2", "oc:componentBus2", "oc:circuitChip2"] + [obsidian, "oc:materialCircuitBoardPrinted", obsidian]] +} +server3 { + input: [[gemDiamond, "oc:ram6", gemDiamond] + ["oc:circuitChip3", "oc:componentBus3", "oc:circuitChip3"] + [obsidian, "oc:materialCircuitBoardPrinted", obsidian]] +} +terminalserver { + input: [[obsidian, "oc:wlanCard", obsidian] + ["oc:wlanCard", "oc:circuitChip2", "oc:wlanCard2"] + [obsidian, "oc:materialCircuitBoardPrinted", obsidian]] +} + +ram1 { + input: [["oc:circuitChip1", iron_nugget, "oc:circuitChip1"] + ["", "oc:materialCircuitBoardPrinted", ""]] +} +ram2 { + input: [["oc:circuitChip1", "oc:circuitChip2", "oc:circuitChip1"] + ["", "oc:materialCircuitBoardPrinted", ""]] +} +ram3 { + input: [["oc:circuitChip2", iron_nugget, "oc:circuitChip2"] + ["", "oc:materialCircuitBoardPrinted", ""]] +} +ram4 { + input: [["oc:circuitChip2", "oc:circuitChip3", "oc:circuitChip2"] + ["", "oc:materialCircuitBoardPrinted", ""]] +} +ram5 { + input: [["oc:circuitChip3", iron_nugget, "oc:circuitChip3"] + ["", "oc:materialCircuitBoardPrinted", ""]] +} +ram6 { + input: [["oc:circuitChip3", "oc:circuitChip3", "oc:circuitChip3"] + ["oc:circuitChip2", "oc:materialCircuitBoardPrinted", "oc:circuitChip2"]] +} + +eeprom { + input: [[nuggetGold, "oc:materialTransistor", nuggetGold] + [paper, "oc:circuitChip1", paper] + [nuggetGold, torchRedstoneActive, nuggetGold]] +} +floppy { + input: [[iron_nugget, lever, iron_nugget] + [paper, "oc:materialDisk", paper] + [iron_nugget, paper, iron_nugget]] +} +hdd1 { + input: [["oc:circuitChip1", "oc:materialDisk", ingotIron] + ["oc:materialCircuitBoardPrinted", "oc:materialDisk", craftingPiston] + ["oc:circuitChip1", "oc:materialDisk", ingotIron]] +} +hdd2 { + input: [["oc:circuitChip2", "oc:materialDisk", ingotGold] + ["oc:materialCircuitBoardPrinted", "oc:materialDisk", craftingPiston] + ["oc:circuitChip2", "oc:materialDisk", ingotGold]] +} +hdd3 { + input: [["oc:circuitChip3", "oc:materialDisk", gemDiamond] + ["oc:materialCircuitBoardPrinted", "oc:materialDisk", craftingPiston] + ["oc:circuitChip3", "oc:materialDisk", gemDiamond]] +} + +datacard1 { + input: [[iron_nugget, "oc:materialALU", "oc:circuitChip2"] + ["", "oc:materialCard", ""]] +} +datacard2 { + input: [[nuggetGold, "oc:cpu1", "oc:circuitChip3"] + ["", "oc:materialCard", ""]] +} +datacard3 { + input: [[chipDiamond, "oc:cpu2", "oc:ram5"] + ["", "oc:materialCard", ""]] +} +graphicscard1 { + input: [["oc:circuitChip1", "oc:materialALU", "oc:ram1"] + ["", "oc:materialCard", ""]] +} +graphicscard2 { + input: [["oc:circuitChip2", "oc:materialALU", "oc:ram3"] + ["", "oc:materialCard", ""]] +} +graphicscard3 { + input: [["oc:circuitChip3", "oc:materialALU", "oc:ram5"] + ["", "oc:materialCard", ""]] +} +internetcard { + input: [["oc:materialInterweb", "oc:circuitChip2", torchRedstoneActive] + ["", "oc:materialCard", obsidian]] +} +redstonecard1 { + input: [[torchRedstoneActive, "oc:circuitChip1", ""] + ["", "oc:materialCard", ""]] +} +redstonecard2 { + input: [[blockRedstone, "oc:circuitChip2", materialEnderPearl] + ["", "oc:materialCard", ""]] +} +lancard { + input: [["oc:cable", "oc:circuitChip1", ""] + ["", "oc:materialCard", ""]] +} +wlancard1 { + input: [[torchRedstoneActive, "oc:circuitChip1", torchRedstoneActive] + ["", "oc:materialCard", ""]] +} +wlancard2 { + input: [[materialEnderPearl, "oc:circuitChip2", ""] + ["", "oc:materialCard", ""]] +} +linkedcard { + input: [[eyeOfEnder, "", eyeOfEnder] + ["oc:lanCard", "oc:materialInterweb", "oc:lanCard"] + ["oc:circuitChip3", "", "oc:circuitChip3"]] + output: 2 # Note: all resulting cards are linked to each other. +} + +abstractbuscard { + input: [[{block="StargateTech2:block.busCable"}, {item="StargateTech2:naquadah", subID=3}, ""] + ["", "oc:materialCard", ""]] +} +worldsensorcard { + input: [[{item="galacticraftcore:sensor_lens"}, "oc:circuitChip2", ""] + ["", "oc:materialCard", ""]] +} + +angelupgrade { + input: [[ingotIron, materialEnderPearl, ingotIron] + ["oc:circuitChip1", pistonStickyBase, "oc:circuitChip1"] + [ingotIron, materialEnderPearl, ingotIron]] +} +batteryupgrade1 { + input: [[iron_nugget, nuggetGold, iron_nugget] + [fenceIron, "oc:capacitor", fenceIron] + [iron_nugget, nuggetGold, iron_nugget]] +} +batteryupgrade2 { + input: [[iron_nugget, "oc:capacitor", iron_nugget] + [fenceIron, nuggetGold, fenceIron] + [iron_nugget, "oc:capacitor", iron_nugget]] +} +batteryupgrade3 { + input: [[iron_nugget, "oc:capacitor", iron_nugget] + ["oc:capacitor", chipDiamond, "oc:capacitor"] + [iron_nugget, "oc:capacitor", iron_nugget]] +} +chunkloaderupgrade { + input: [[ingotGold, blockGlass, ingotGold] + ["oc:circuitChip3", eyeOfEnder, "oc:circuitChip3"] + [obsidian, "oc:materialCircuitBoardPrinted", obsidian]] +} +craftingupgrade { + input: [[ingotIron, "", ingotIron] + ["oc:circuitChip1", workbench, "oc:circuitChip1"] + [ingotIron, "oc:materialCircuitBoardPrinted", ingotIron]] +} +databaseupgrade1 { + input: [[ingotIron, "oc:analyzer", ingotIron] + ["oc:circuitChip1", "oc:hdd1", "oc:circuitChip1"] + [ingotIron, "oc:materialCircuitBoardPrinted", ingotIron]] +} +databaseupgrade2 { + input: [[ingotIron, "oc:analyzer", ingotIron] + ["oc:circuitChip2", "oc:hdd2", "oc:circuitChip2"] + [ingotIron, "oc:materialCircuitBoardPrinted", ingotIron]] +} +databaseupgrade3 { + input: [[ingotIron, "oc:analyzer", ingotIron] + ["oc:circuitChip3", "oc:hdd3", "oc:circuitChip3"] + [ingotIron, "oc:materialCircuitBoardPrinted", ingotIron]] +} +experienceupgrade { + input: [[ingotGold, "", ingotGold] + ["oc:circuitChip2", emerald, "oc:circuitChip2"] + [ingotGold, "oc:materialCircuitBoardPrinted", ingotGold]] +} +generatorupgrade { + input: [[ingotIron, "", ingotIron] + ["oc:circuitChip1", craftingPiston, "oc:circuitChip1"] + [ingotIron, "oc:materialCircuitBoardPrinted", ingotIron]] +} +hoverupgrade1 { + input: [[feather, "oc:circuitChip1", feather] + [iron_nugget, leather, iron_nugget] + [feather, "oc:materialCircuitBoardPrinted", feather]] +} +hoverupgrade2 { + input: [["oc:stoneEndstone", "oc:circuitChip2", "oc:stoneEndstone"] + [nuggetGold, ingotIron, nuggetGold] + ["oc:stoneEndstone", "oc:materialCircuitBoardPrinted", "oc:stoneEndstone"]] +} +inventoryupgrade { + input: [[plankWood, hopper, plankWood] + [dropper, chest, craftingPiston] + [plankWood, "oc:circuitChip1", plankWood]] +} +inventorycontrollerupgrade { + input: [[ingotGold, "oc:analyzer", ingotGold] + [dropper, "oc:circuitChip2", craftingPiston] + [ingotGold, "oc:materialCircuitBoardPrinted", ingotGold]] +} +mfu { + input: [["oc:chamelium", gemLapis, "oc:chamelium"] + ["oc:linkedCard", "oc:adapter", "oc:linkedCard"] + ["oc:chamelium", gemLapis, "oc:chamelium"]] +} +leashupgrade { + input: [[ingotIron, {item="minecraft:lead"}, ingotIron] + [{item="minecraft:lead"}, "oc:materialCU", {item="minecraft:lead"}] + [ingotIron, {item="minecraft:lead"}, ingotIron]] +} +navigationupgrade { + input: [[ingotGold, compass, ingotGold] + ["oc:circuitChip2", {item=filled_map, subID=any}, "oc:circuitChip2"] + [ingotGold, potion, ingotGold]] +} +pistonupgrade { + input: [[ingotIron, craftingPiston, ingotIron] + [stickWood, "oc:circuitChip1", stickWood] + [ingotIron, "oc:materialCircuitBoardPrinted", ingotIron]] +} +signupgrade { + input: [[ingotIron, dyeBlack, ingotIron] + ["oc:circuitChip1", stickWood, "oc:circuitChip1"] + [ingotIron, pistonStickyBase, ingotIron]] +} +solargeneratorupgrade { + input: [[blockGlass, blockGlass, blockGlass] + ["oc:circuitChip3", blockLapis, "oc:circuitChip3"] + [ingotIron, "oc:materialCircuitBoardPrinted", ingotIron]] +} +tankupgrade { + input: [[plankWood, fenceIron, plankWood] + [dispenser, cauldron, craftingPiston] + [plankWood, "oc:circuitChip1", plankWood]] +} +tankcontrollerupgrade { + input: [[ingotGold, glassBottle, ingotGold] + [dispenser, "oc:circuitChip2", craftingPiston] + [ingotGold, "oc:materialCircuitBoardPrinted", ingotGold]] +} +tractorbeamupgrade { + input: [[ingotGold, craftingPiston, ingotGold] + [ingotIron, "oc:capacitor", ingotIron] + [ingotGold, "oc:circuitChip3", ingotGold]] +} +tradingupgrade { + input: [[ingotGold, chest, ingotGold] + [emerald, "oc:circuitChip2", emerald] + [dropper, "oc:materialCircuitBoardPrinted", craftingPiston]] +} + +cardcontainer1 { + input: [[ingotIron, "oc:circuitChip1", ingotIron] + [craftingPiston, chest, ""] + [ingotIron, "oc:materialCard", ingotIron]] +} +cardcontainer2 { + input: [[ingotIron, "oc:circuitChip2", ingotIron] + [craftingPiston, chest, ""] + [ingotIron, "oc:materialCard", ingotIron]] +} +cardcontainer3 { + input: [[ingotGold, "oc:circuitChip2", ingotGold] + [craftingPiston, chest, ""] + [ingotGold, "oc:materialCard", ingotGold]] +} +upgradecontainer1 { + input: [[ingotIron, "oc:circuitChip1", ingotIron] + [craftingPiston, chest, ""] + [ingotIron, "oc:materialCircuitBoardPrinted", ingotIron]] +} +upgradecontainer2 { + input: [[ingotIron, "oc:circuitChip2", ingotIron] + [craftingPiston, chest, ""] + [ingotIron, "oc:materialCircuitBoardPrinted", ingotIron]] +} +upgradecontainer3 { + input: [[ingotGold, "oc:circuitChip2", ingotGold] + [craftingPiston, chest, ""] + [ingotGold, "oc:materialCircuitBoardPrinted", ingotGold]] +} + +ingotiron { + type: shapeless + input: [iron_nugget, iron_nugget, iron_nugget, + iron_nugget, iron_nugget, iron_nugget, + iron_nugget, iron_nugget, iron_nugget] +} +chipdiamond { + type: shapeless + input: ["oc:materialCuttingWire", gemDiamond] + output: 6 +} +gemDiamond = false + +cuttingwire { + input: [[stickWood, nuggetIron, stickWood]] +} +acid { + type: shapeless + input: [bucketWater, sugar, slimeball, fermentedSpiderEye, bone] +} +disk { + input: [["", iron_nugget, ""] + [iron_nugget, "", iron_nugget] + ["", iron_nugget, ""]] +} +chamelium { + input: [[gravel, redstone, gravel], + [redstone, {item=coal, subID=1}, redstone], + [gravel, {item="minecraft:water_bucket"}, gravel]] + output: 16 +} +chameliumblock { + input: [["oc:chamelium", "oc:chamelium", "oc:chamelium"], + ["oc:chamelium", "oc:chamelium", "oc:chamelium"], + ["oc:chamelium", "oc:chamelium", "oc:chamelium"]] +} +endstone { + input: [[materialEnderPearl, "oc:chameliumBlock", materialEnderPearl] + ["oc:chameliumBlock", materialEnderPearl, "oc:chameliumBlock"] + [materialEnderPearl, "oc:chameliumBlock", materialEnderPearl]] + output: 4 +} +inkcartridgeempty { + input: [[iron_nugget, dispenser, iron_nugget], + ["oc:materialTransistor", bucket, "oc:materialTransistor"], + [iron_nugget, "oc:materialCircuitBoardPrinted", iron_nugget]] +} +inkcartridge { + type: shapeless + input: [dyeCyan, dyeMagenta, dyeYellow, dyeBlack, "oc:inkCartridgeEmpty"] +} + +buttongroup { + input: [[button, button, button] + [button, button, button]] +} +arrowkeys { + input: [["", button, ""] + [button, button, button]] +} +numpad { + input: [[button, button, button] + [button, button, button] + [button, button, button]] +} + +transistor { + input: [[ingotIron, ingotIron, ingotIron] + [nuggetGold, paper, nuggetGold] + ["", redstone, ""]] + output: 8 +} +chip1 { + input: [[iron_nugget, iron_nugget, iron_nugget] + [redstone, "oc:materialTransistor", redstone] + [iron_nugget, iron_nugget, iron_nugget]] + output: 8 +} +chip2 { + input: [[nuggetGold, nuggetGold, nuggetGold] + [redstone, "oc:materialTransistor", redstone] + [nuggetGold, nuggetGold, nuggetGold]] + output: 4 +} +chip3 { + input: [[chipDiamond, chipDiamond, chipDiamond] + [redstone, "oc:materialTransistor", redstone] + [chipDiamond, chipDiamond, chipDiamond]] + output: 2 +} +alu { + input: [[iron_nugget, redstone, iron_nugget] + ["oc:materialTransistor", "oc:circuitChip1", "oc:materialTransistor"] + [iron_nugget, "oc:materialTransistor", iron_nugget]] +} +apu1 { + input: [[nuggetGold, "oc:circuitChip1", nuggetGold] + ["oc:cpu2", "oc:componentBus1", "oc:graphicsCard1"] + [nuggetGold, "oc:circuitChip1", nuggetGold]] +} +apu2 { + input: [[chipDiamond, "oc:circuitChip2", chipDiamond] + ["oc:cpu3", "oc:componentBus2", "oc:graphicsCard2"] + [chipDiamond, "oc:circuitChip2", chipDiamond]] +} +componentbus1 { + input: [[iron_nugget, redstone, iron_nugget] + ["oc:circuitChip1", "oc:materialCU", ""] + [iron_nugget, "oc:materialCircuitBoardPrinted", iron_nugget]] +} +componentbus2 { + input: [[nuggetGold, redstone, nuggetGold] + ["oc:circuitChip2", "oc:materialCU", ""] + [nuggetGold, "oc:materialCircuitBoardPrinted", nuggetGold]] +} +componentbus3 { + input: [[chipDiamond, redstone, chipDiamond] + ["oc:circuitChip3", "oc:materialCU", ""] + [chipDiamond, "oc:materialCircuitBoardPrinted", chipDiamond]] +} +cpu1 { + input: [[iron_nugget, redstone, iron_nugget] + ["oc:circuitChip1", "oc:materialCU", "oc:circuitChip1"] + [iron_nugget, "oc:materialALU", iron_nugget]] +} +cpu2 { + input: [[nuggetGold, redstone, nuggetGold] + ["oc:circuitChip2", "oc:materialCU", "oc:circuitChip2"] + [nuggetGold, "oc:materialALU", nuggetGold]] +} +cpu3 { + input: [[chipDiamond, redstone, chipDiamond] + ["oc:circuitChip3", "oc:materialCU", "oc:circuitChip3"] + [chipDiamond, "oc:materialALU", chipDiamond]] +} +cu { + input: [[nuggetGold, redstone, nuggetGold] + ["oc:materialTransistor", clock, "oc:materialTransistor"] + [nuggetGold, "oc:materialTransistor", nuggetGold]] +} + +rawcircuitboard { + type: shapeless + input: [ingotGold, clay, dyeGreen] + output: 8 +} +circuitboard = false +printedcircuitboard { + type: furnace + input: "oc:materialCircuitBoardRaw" +} +card { + input: [[iron_nugget, "", ""] + [iron_nugget, "oc:materialCircuitBoardPrinted", ""] + [iron_nugget, nuggetGold, ""]] +} + +interweb { + input: [[string, string, string] + [string, materialEnderPearl, string] + [string, string, string]] +} + +adapter { + input: [[ingotIron, "oc:cable", ingotIron] + ["oc:cable", "oc:circuitChip1", "oc:cable"] + [ingotIron, "oc:materialCircuitBoardPrinted", ingotIron]] +} +assembler { + input: [[ingotIron, workbench, ingotIron] + [craftingPiston, "oc:circuitChip2", craftingPiston] + [ingotIron, "oc:materialCircuitBoardPrinted", ingotIron]] +} +cable { + input: [["", iron_nugget, ""] + [iron_nugget, redstone, iron_nugget] + ["", iron_nugget, ""]] + output: 4 +} +luaBios { + type: shapeless + input: ["oc:eeprom", "oc:manual"] +} +carpetedcapacitor { + type: shapeless + input: [carpet, "oc:capacitor"] +} +capacitor { + input: [[ingotIron, "oc:materialTransistor", ingotIron] + [nuggetGold, paper, nuggetGold] + [ingotIron, "oc:materialCircuitBoardPrinted", ingotIron]] +} +charger { + input: [[ingotIron, ingotGold, ingotIron] + ["oc:capacitor", "oc:circuitChip2", "oc:capacitor"] + [ingotIron, "oc:materialCircuitBoardPrinted", ingotIron]] +} +case1 { + input: [[ingotIron, "oc:circuitChip1", ingotIron] + [fenceIron, chest, fenceIron] + [ingotIron, "oc:materialCircuitBoardPrinted", ingotIron]] +} +case2 { + input: [[ingotGold, "oc:circuitChip2", ingotGold] + [fenceIron, chest, fenceIron] + [ingotGold, "oc:materialCircuitBoardPrinted", ingotGold]] +} +case3 { + input: [[gemDiamond, "oc:circuitChip3", gemDiamond] + [fenceIron, chest, fenceIron] + [gemDiamond, "oc:materialCircuitBoardPrinted", gemDiamond]] +} +disassembler { + input: [["oc:materialCU", paneGlass, "oc:analyzer"] + [craftingPiston, "", obsidian] + [ingotIron, bucketLava, ingotIron]] +} +diskdrive { + input: [[ingotIron, "oc:circuitChip1", ingotIron] + [craftingPiston, stickWood, ""] + [ingotIron, "oc:materialCircuitBoardPrinted", ingotIron]] +} +geolyzer { + input: [[ingotGold, compass, ingotGold] + [eyeOfEnder, "oc:circuitChip2", eyeOfEnder] + [ingotGold, "oc:materialCircuitBoardPrinted", ingotGold]] +} +hologram1 { + input: [["oc:circuitChip2", paneGlass, "oc:circuitChip2"] + ["oc:materialCircuitBoardPrinted", chipDiamond, "oc:materialCircuitBoardPrinted"] + [obsidian, yellowDust, obsidian]] +} +hologram2 { + input: [["oc:circuitChip3", blockGlass, "oc:circuitChip3"] + ["oc:materialCircuitBoardPrinted", gemDiamond, "oc:materialCircuitBoardPrinted"] + [obsidian, blazePowder, obsidian]] +} +keyboard { + input: [["oc:materialButtonGroup", "oc:materialButtonGroup", "oc:materialButtonGroup"] + ["oc:materialButtonGroup", "oc:materialArrowKey", "oc:materialNumPad"]] +} +motionsensor { + input: [[ingotGold, daylightDetector, ingotGold] + [daylightDetector, "oc:cpu2", daylightDetector] + [ingotGold, "oc:materialCircuitBoardPrinted", ingotGold]] +} +netsplitter { + input: [[ingotIron, "oc:cable", ingotIron] + ["oc:cable", craftingPiston, "oc:cable"] + [ingotIron, "oc:materialCircuitBoardPrinted", ingotIron]] +} +printer { + input: [[ingotIron, hopper, ingotIron] + [craftingPiston, "oc:circuitChip3", craftingPiston] + [ingotIron, "oc:materialCircuitBoardPrinted", ingotIron]] +} +powerconverter { + input: [[ingotIron, "oc:cable", ingotIron] + [ingotGold, "oc:circuitChip1", ingotGold] + [ingotIron, "oc:materialCircuitBoardPrinted", ingotIron]] +} +powerdistributor { + input: [[ingotIron, ingotGold, ingotIron] + ["oc:cable", "oc:circuitChip1", "oc:cable"] + [ingotIron, "oc:materialCircuitBoardPrinted", ingotIron]] +} +rack { + input: [[gemDiamond, "oc:wlanCard2", gemDiamond] + [fenceIron, chest, fenceIron] + ["oc:relay", "oc:materialCircuitBoardPrinted", "oc:powerDistributor"]] +} +raid { + input: [[iron_nugget, "oc:cpu3", iron_nugget] + ["oc:ram1", "oc:diskDrive", "oc:ram1"] + [iron_nugget, "oc:circuitChip2", iron_nugget]] +} +redstone { + input: [[ingotIron, "oc:circuitChip3", ingotIron] + [blockRedstone, "oc:redstoneCard1", blockRedstone] + [ingotIron, "oc:materialCircuitBoardPrinted", ingotIron]] +} +relay { + input: [[ingotIron, "oc:cable", ingotIron] + ["oc:cable", "oc:lanCard", "oc:cable"] + [ingotIron, "oc:materialCircuitBoardPrinted", ingotIron]] +} +screen1 { + input: [[ingotIron, redstone, ingotIron] + [redstone, "oc:circuitChip1", blockGlass] + [ingotIron, redstone, ingotIron]] +} +screen2 { + input: [[ingotGold, dyeRed, ingotGold] + [dyeGreen, "oc:circuitChip2", blockGlass] + [ingotGold, dyeBlue, ingotGold]] +} +screen3 { + input: [[obsidian, yellowDust, obsidian] + [yellowDust, "oc:circuitChip3", blockGlass] + [obsidian, yellowDust, obsidian]] +} +transposer { + input: [[ingotIron, "oc:inventoryControllerUpgrade", ingotIron] + [hopper, bucket, hopper] + [ingotIron, "oc:tankControllerUpgrade", ingotIron]] + output: 4 +} +waypoint { + input: [[ingotIron, "oc:circuitChip1", ingotIron] + ["oc:materialTransistor", "oc:materialInterweb", "oc:materialTransistor"], + [ingotIron, "oc:materialCircuitBoardPrinted", ingotIron]] +} diff --git a/config/opencomputers/gregtech.recipes b/config/opencomputers/gregtech.recipes new file mode 100644 index 00000000..1c3a4513 --- /dev/null +++ b/config/opencomputers/gregtech.recipes @@ -0,0 +1,353 @@ +# Do not change this file, it is rewritten each time you start the game. +# Instead, use the user.recipes file to edit recipes by redefining them there. + +# Note that there is support for a number of GregTech machines, by using the +# appropriate `type` specifier. Available types are: +# - gt_alloySmelter : Alloy Smelter Recipe +# - gt_assembler : Circuit Assembler Machine +# - gt_bender : Plate Bending Machine Recipe +# - gt_canner : Canning Machine Recipe +# - gt_chemical : Chemical Recipe +# - gt_cnc : CNC-Machine Recipe +# - gt_cutter : Cutter Recipe +# - gt_fluidCanner : Fluid Canner Recipe +# - gt_formingPress : Forming Press Recipe +# - gt_lathe : Lathe Machine Recipe +# - gt_laserEngraver: Laser Engraver Recipe +# - gt_wiremill : Wiremill Recipe +# +# For these types, there a few more options for inputs and outputs. A full +# recipe using all these options would look like this: +# name { +# type: gt_??? +# input: ["primaryInput", "possiblyOptionalSecondaryInput"] +# count: [1, 2] # would mean 1 of primary, 2 of secondary +# output: 2 # size of primary output stack +# eu: EU consumed for the operation +# time: time it takes to complete the operation, in ticks. +# # The following are usually optional. +# secondaryOutput: ["secondaryOutput1", "secondaryOutput2"] # Max number depends on machine. +# secondaryOutputCount: [2, 2] # Like `count` to `input`. +# inputFluid: {name="water", amount="500"} +# outputFluid: {name="lava"} # defaults to amount = 1000 +# } + +include file("hardmode.recipes") + +analyzer { + # 32762 = Portable Scanner + input: [["oc:materialTransistor", torchRedstoneActive, "oc:materialTransistor"] + ["oc:circuitChip2", {item="gt.metaitem.01", subID=32762}, "oc:circuitChip2"] + [screwAluminium, craftingToolScrewdriver, screwAluminium]] +} + +server1 { + input: [["oc:circuitChip1", "oc:ram4", "oc:circuitChip1"] + ["oc:circuitChip2", "oc:case1", "oc:circuitChip2"] + [craftingToolScrewdriver, "oc:materialCircuitBoardPrinted", craftingToolWrench]] +} +server2 { + input: [["oc:circuitChip2", "oc:ram5", "oc:circuitChip2"] + ["oc:circuitChip3", "oc:case2", "oc:circuitChip3"] + [craftingToolScrewdriver, "oc:materialCircuitBoardPrinted", craftingToolWrench]] +} +server3 { + input: [["oc:circuitChip3", "oc:ram6", "oc:circuitChip3"] + ["oc:circuitChip3", "oc:case3", "oc:circuitChip3"] + [craftingToolScrewdriver, "oc:materialCircuitBoardPrinted", craftingToolWrench]] +} + +ram1 { + type: gt_assembler + input: ["oc:circuitChip1", "oc:materialCircuitBoardPrinted"] + count: [3, 3] + eu: 32 + time: 250 +} +ram2 { + input: [["oc:circuitChip1", "oc:circuitChip1", "oc:circuitChip1"] + ["oc:ram1", "oc:materialCircuitBoardPrinted", "oc:ram1"] + ["", craftingToolWrench, ""]] +} +ram3 { + input: [["oc:circuitChip2", "oc:circuitChip2", "oc:circuitChip2"] + ["oc:ram2", "oc:materialCircuitBoardPrinted", "oc:ram2"] + [circuitElite, craftingToolWrench, circuitElite]] +} +ram4 { + input: [["oc:circuitChip2", "oc:circuitChip2", "oc:circuitChip2"] + ["oc:ram3", "oc:materialCircuitBoardPrinted", "oc:ram3"] + [circuitElite, craftingToolWrench, circuitElite]] +} +ram5 { + input: [["oc:circuitChip3", "oc:circuitChip3", "oc:circuitChip3"] + ["oc:ram4", "oc:materialCircuitBoardPrinted", "oc:ram4"] + [circuitUltimate, craftingToolWrench, circuitUltimate]] +} +ram6 { + input: [["oc:circuitChip3", "oc:circuitChip3", "oc:circuitChip3"] + ["oc:ram5", "oc:materialCircuitBoardPrinted", "oc:ram5"] + [circuitUltimate, craftingToolWrench, circuitUltimate]] +} + +floppy { + input: [[screwAluminium, lever, screwAluminium] + [plateAluminium, "oc:materialDisk", plateAluminium] + [screwAluminium, craftingToolScrewdriver, screwAluminium]] +} +hdd1 { + input: [["oc:ram1", "oc:materialDisk", "oc:ram1"] + ["oc:ram1", "oc:materialDisk", "oc:ram1"] + [screwAluminium, craftingToolScrewdriver, "oc:circuitChip2"]] +} +hdd2 { + input: [["oc:hdd1", "oc:materialCircuitBoardPrinted" , "oc:hdd1"] + ["oc:circuitChip2", screwTitanium, "oc:circuitChip2"] + [screwTitanium, craftingToolScrewdriver, screwTitanium]] +} +hdd3 { + input: [["oc:hdd2", "oc:materialCircuitBoardPrinted", "oc:hdd2"] + ["oc:circuitChip3", screwTungstenSteel, "oc:circuitChip3"] + [screwTungstenSteel , craftingToolScrewdriver, screwTungstenSteel]] +} + +# graphicsCard1 { fallback to default } +# graphicsCard2 { fallback to default } +# graphicsCard3 { fallback to default } +redstonecard { + input: [[screwStainlessSteel , "oc:circuitChip2" , screwStainlessSteel] + ["comparator", "oc:materialCard", diode] + [screwStainlessSteel , craftingToolScrewdriver, screwStainlessSteel]] +} +lancard { + input: [[screwStainlessSteel , "oc:circuitChip2" , screwStainlessSteel] + ["oc:cable", "oc:materialCard", "oc:cable"] + [screwStainlessSteel , craftingToolScrewdriver, screwStainlessSteel]] +} +wlancard1 { + input: [[screwAluminium , "oc:circuitChip2" , screwAluminium] + [torchRedstoneActive, "oc:lanCard", torchRedstoneActive] + [screwAluminium , craftingToolScrewdriver, screwAluminium]] +} +wlancard2 { + input: [[screwTitanium , "oc:circuitChip3" , screwTitanium] + [materialEnderPearl, "oc:lanCard", materialEnderPearl] + [screwTitanium , craftingToolScrewdriver, screwTitanium]] +} + +craftingupgrade { + # 1 = LV Casing + input: [[screwStainlessSteel, "oc:materialCircuitBoardPrinted" , screwStainlessSteel] + ["oc:circuitChip2", {block="gt.blockcasings", subID=1}, "oc:circuitChip2"] + [screwStainlessSteel, craftingToolScrewdriver, screwStainlessSteel]] +} +generatorupgrade { + input: [[screwStainlessSteel, "oc:materialCircuitBoardPrinted" , screwStainlessSteel] + ["oc:circuitChip2", craftingGenerator, "oc:circuitChip2"] + [screwStainlessSteel, craftingToolScrewdriver, screwStainlessSteel]] +} +navigationupgrade { + # 2 = MV Casing + input: [[{block="gt.blockcasings", subID=2}, compass, screwStainlessSteel] + ["oc:circuitChip3", {item=filled_map, subID=any}, "oc:circuitChip3"] + [screwStainlessSteel, potion, craftingToolScrewdriver]] +} +signupgrade { + input: [[screwAluminium, dyeBlack, screwAluminium] + ["oc:circuitChip1", stickWood, "oc:circuitChip1"] + [screwAluminium, craftingToolScrewdriver, screwAluminium]] +} +solargeneratorupgrade { + # 32750 = Solar Panel + input: [[screwTitanium, "", screwTitanium] + ["oc:circuitChip3", {item="gt.metaitem.01", subID=32750} , "oc:circuitChip3"] + [screwTitanium, craftingToolScrewdriver, screwTitanium]] +} + +cuttingwire { + input: [[stickWood, ingotTin, stickWood] + ["", craftingToolWireCutter, ""]] +} +disk { + input: [["", plateAluminium, ""] + [plateAluminium, "", plateAluminium] + ["", plateAluminium, ""]] +} + +# buttonGroup { fallback to default } +# arrowKeys { fallback to default } +# numPad { fallback to default } + +transistor { + type: gt_assembler + input: [redstone, stickIron] + count: [1, 3] + eu: 16 + time: 500 + output: 6 +} +chip1 { + type: gt_assembler + input: ["ic2.itemPartCircuit", "oc:materialTransistor"] + count: [1, 4] + eu: 25 + time: 480 + output: 4 +} +chip2 { + type: gt_assembler + input: ["ic2.itemPartCircuitAdv", "oc:materialTransistor"] + count: [1, 8] + eu: 25 + time: 640 + output: 4 +} +chip3 { + type: gt_assembler + input: [circuitData, "oc:materialTransistor"] + count: [1, 16] + eu: 25 + time: 800 + output: 4 +} +alu { + type: gt_assembler + input: [comparator, "oc:circuitChip1"] + count: [3, 1] + eu: 24 + time: 500 + output: 1 +} +cpu1 { + input: [["oc:circuitChip2", "oc:materialALU", "oc:circuitChip2"] + [plateAluminium, "oc:materialCU", plateAluminium] + [screwAluminium, craftingToolScrewdriver, screwAluminium]] +} +cpu2 { + input: [["oc:circuitChip2", plateStainlessSteel, "oc:circuitChip2"] + ["oc:ram3", "oc:cpu1", "oc:ram3"] + ["oc:circuitChip2", craftingToolScrewdriver, "oc:circuitChip2"]] +} +cpu3 { + input: [["oc:circuitChip3", plateTitanium, "oc:circuitChip3"] + ["oc:ram5", "oc:cpu2", "oc:ram5"] + ["oc:circuitChip3", craftingToolScrewdriver, "oc:circuitChip3"]] +} +cu { + type: gt_assembler + input: [circuitElite, "oc:materialTransistor"] + count: [1, 6] + eu: 32 + time: 750 + output: 3 +} + +# rawCircuitBoard { fallback to default } +circuitboard { + type: furnace + input: "oc:materialCircuitBoardRaw" +} +printedcircuitboard { + type:shaped + input: [[dustTinyGold, cellSulfuricAcid] + ["oc:materialCircuitBoard", dustTinyGold]] +} +card { + input: [[stickIron, "oc:circuitChip2", "oc:materialTransistor"] + [stickIron, "oc:materialCircuitBoardPrinted", "oc:materialCircuitBoardPrinted"] + [craftingToolScrewdriver, nuggetGold, nuggetGold]] +} + +adapter { + input: [["oc:cable", "oc:circuitChip1", "oc:cable"] + ["", {block="gt.blockcasings", subID=1}, ""] + ["oc:materialCircuitBoardPrinted", "oc:cable", craftingToolWrench]] +} +cable { + type: gt_assembler + input: [craftingWireCopper, dustEmerald] + count: [8, 1] + eu: 32 + time: 64 + output: 8 +} +carpetedcapacitor { + type: shapeless + input: [carpet, "oc:capacitor"] +} +capacitor { + # 7 = CESU + input: [["", {item="ic2.blockElectric", subID=7}, ""] + [{block="gt.blockcasings", subID=1}, "oc:materialTransistor", {block="gt.blockcasings", subID=1}] + ["oc:materialCircuitBoardPrinted", craftingToolWrench, "oc:materialCircuitBoardPrinted"]] +} +charger { + # 2 = Chargepad (MFE) + input: [["", plateStainlessSteel, ""] + [{item="ic2.blockChargepad", subID=2}, {block="gt.blockcasings", subID=3}, {item="ic2.blockChargepad", subID=2}] + ["oc:circuitChip3", craftingToolWrench, "oc:materialCircuitBoardPrinted"]] +} +case1 { + input: [[screwAluminium, "oc:materialCircuitBoardPrinted", craftingToolWrench] + ["ic2.reactorVentSpread", {block="gt.blockcasings", subID=1}, "ic2.reactorVentSpread"] + [screwAluminium, "oc:circuitChip1", craftingToolScrewdriver]] +} +case2 { + input: [[screwStainlessSteel , "oc:materialCircuitBoardPrinted", craftingToolWrench] + [{item="ic2.reactorVentGold", subID=1}, "oc:case1", {item="ic2.reactorVentGold", subID=1}] + [screwStainlessSteel, "oc:circuitChip2", craftingToolScrewdriver]] +} +case3 { + input: [[screwTitanium , "oc:materialCircuitBoardPrinted", craftingToolWrench] + [{item="ic2.reactorVentDiamond", subID=1}, "oc:case2", {item="ic2.reactorVentDiamond", subID=1}] + [screwTitanium, "oc:circuitChip3", craftingToolScrewdriver]] +} +diskdrive { + input: [["", "oc:circuitChip2", ""] + [craftingPiston, {block="gt.blockcasings", subID=1}, craftingLensWhite] + ["oc:circuitChip2", craftingToolWrench, "oc:circuitChip2"]] +} +# keyboard { fallback to default } +powerconverter { + # 4 = MV Transformer + input: [["", "oc:circuitChip2", ""] + [plateAluminium, {item="ic2.blockElectric", subID=4}, plateAluminium] + ["oc:materialCircuitBoardPrinted", craftingToolWrench, "oc:materialCircuitBoardPrinted"]] +} +powerdistributor { + # 7 = CESU + input: [["", plateAluminium, ""] + [{item="ic2.blockElectric", subID=7}, {block="gt.blockcasings", subID=2}, circuitMaster] + ["oc:materialCircuitBoardPrinted", plateAluminium, craftingToolWrench]] +} +rack { + input: [[craftingToolScrewdriver, "oc:wlanCard2", craftingToolWrench] + [{item="ic2.reactorVentDiamond", subID=1}, chest, {item="ic2.reactorVentDiamond", subID=1}] + ["oc:relay", "oc:materialCircuitBoardPrinted","oc:powerDistributor"]] +} +redstone { + # 32731 = Activity Detector + input: [[plateRedstone, "oc:materialCircuitBoardPrinted", plateRedstone] + [{item="gt.metaitem.01", subID=32731}, {block="gt.blockcasings", subID=2}, "oc:redstoneCard1"] + ["oc:circuitChip2", "oc:materialCircuitBoardPrinted", "oc:circuitChip2"]] +} +relay { + input: [["", "oc:lanCard", ""] + ["oc:cable", {block="gt.blockcasings", subID=2}, "oc:cable"] + ["oc:materialCircuitBoardPrinted", craftingToolWrench, "oc:materialCircuitBoardPrinted"]] +} +screen1 { + input: [[plateAluminium, plateAluminium, craftingToolWrench] + [redstone, "oc:materialTransistor", paneGlass] + [plateAluminium, plateAluminium, craftingToolScrewdriver]] +} +screen2 { + input: [[plateStainlessSteel, screwStainlessSteel, craftingToolWrench] + ["oc:circuitChip2", "oc:screen1", {item="gt.metaitem.01", subID=32740}] + [plateStainlessSteel, screwStainlessSteel, craftingToolScrewdriver]] +} +screen3 { + input: [[plateTitanium, "oc:materialCircuitBoardPrinted", craftingToolWrench] + ["oc:circuitChip3", "oc:screen2", "oc:circuitChip3"] + [plateTitanium, "oc:materialCircuitBoardPrinted", craftingToolScrewdriver]] +} diff --git a/config/opencomputers/hardmode.recipes b/config/opencomputers/hardmode.recipes new file mode 100644 index 00000000..14cc0646 --- /dev/null +++ b/config/opencomputers/hardmode.recipes @@ -0,0 +1,411 @@ +# Do not change this file, it is rewritten each time you start the game. +# Instead, use the user.recipes file to edit recipes by redefining them there. + +include file("default.recipes") + +analyzer { + input: [["", torchRedstoneActive, ""] + ["oc:materialTransistor", "oc:circuitChip1", nuggetGold] + ["oc:materialTransistor", "oc:materialCircuitBoardPrinted", nuggetGold]] +} +terminal { + input: [[iron_nugget, "oc:solarGeneratorUpgrade", iron_nugget] + ["oc:circuitChip3", "oc:screen2", "oc:wlanCard2"] + [iron_nugget, "oc:keyboard", iron_nugget]] +} + +server1 { + input: [["oc:circuitChip1", "oc:ram4", "oc:circuitChip1"] + ["oc:circuitChip2", "oc:case1", "oc:circuitChip2"] + ["oc:materialCircuitBoardPrinted", "oc:materialCircuitBoardPrinted", "oc:materialCircuitBoardPrinted"]] +} +server2 { + input: [["oc:circuitChip2", "oc:ram5", "oc:circuitChip2"] + ["oc:circuitChip3", "oc:case2", "oc:circuitChip3"] + ["oc:materialCircuitBoardPrinted", "oc:materialCircuitBoardPrinted", "oc:materialCircuitBoardPrinted"]] +} +server3 { + input: [["oc:circuitChip3", "oc:ram6", "oc:circuitChip3"] + ["oc:circuitChip3", "oc:case3", "oc:circuitChip3"] + ["oc:materialCircuitBoardPrinted", "oc:materialCircuitBoardPrinted", "oc:materialCircuitBoardPrinted"]] +} + +ram1 { + input: [["oc:circuitChip1", "oc:circuitChip1", "oc:circuitChip1"] + ["oc:materialCircuitBoardPrinted", "oc:materialCircuitBoardPrinted", "oc:materialCircuitBoardPrinted"]] +} +ram2 { + input: [["oc:circuitChip1", "oc:circuitChip1", "oc:circuitChip1"] + ["oc:ram1", "oc:materialCircuitBoardPrinted", "oc:ram1"]] +} +ram3 { + input: [["oc:circuitChip2", "oc:circuitChip2", "oc:circuitChip2"] + ["oc:ram2", "oc:materialCircuitBoardPrinted", "oc:ram2"]] +} +ram4 { + input: [["oc:circuitChip2", "oc:circuitChip2", "oc:circuitChip2"] + ["oc:ram3", "oc:materialCircuitBoardPrinted", "oc:ram3"]] +} +ram5 { + input: [["oc:circuitChip3", "oc:circuitChip3", "oc:circuitChip3"] + ["oc:ram4", "oc:materialCircuitBoardPrinted", "oc:ram4"]] +} +ram6 { + input: [["oc:circuitChip3", "oc:circuitChip3", "oc:circuitChip3"] + ["oc:ram5", "oc:materialCircuitBoardPrinted", "oc:ram5"]] +} + +floppy { + input: [[iron_nugget, lever, iron_nugget] + ["oc:materialCircuitBoard", "oc:materialDisk", "oc:materialCircuitBoard"] + [iron_nugget, paper, iron_nugget]] +} +hdd1 { + input: [["oc:circuitChip1", "oc:materialDisk", ingotIron] + ["oc:materialCircuitBoardPrinted", "oc:materialDisk", craftingPiston] + ["oc:circuitChip1", "oc:materialDisk", ingotIron]] +} +hdd2 { + input: [[ingotGold, "oc:hdd1", ingotGold] + ["oc:circuitChip2", "oc:materialCircuitBoardPrinted", "oc:circuitChip2"] + [ingotGold, "oc:hdd1", ingotGold]] +} +hdd3 { + input: [["oc:circuitChip3", "oc:hdd2", "oc:circuitChip3"] + ["oc:ram1", "oc:materialCircuitBoardPrinted", "oc:ram1"] + ["oc:circuitChip3", "oc:hdd2", "oc:circuitChip3"]] +} + +abstractbuscard { + input: [[{block="StargateTech2:block.busCable"}, {item="StargateTech2:naquadah", subID=3}, ""] + ["", "oc:materialCard", ""]] +} +datacard2 { + input: [[nuggetGold, "oc:cpu1", "oc:circuitChip3"] + ["", "oc:dataCard1", ""]] +} +datacard3 { + input: [[gemDiamond, "oc:cpu2", "oc:ram5"] + ["", "oc:dataCard2", ""]] +} +graphicscard1 { + input: [["oc:circuitChip1", "oc:materialALU", "oc:ram1"] + ["", "oc:materialCard", ""]] +} +graphicscard2 { + input: [["oc:circuitChip2", "oc:circuitChip2", "oc:ram3"] + ["", "oc:graphicsCard1", ""]] +} +graphicscard3 { + input: [["oc:circuitChip3", "oc:circuitChip3", "oc:ram5"] + ["", "oc:graphicsCard2", ""]] +} +internetcard { + input: [["oc:materialInterweb", "oc:circuitChip3", torchRedstoneActive] + ["", "oc:wlanCard2", obsidian]] +} +redstonecard1 { + input: [[torchRedstoneActive, "oc:circuitChip1", ""] + ["", "oc:materialCard", ""]] +} +redstonecard2 { + input: [[blockRedstone, "oc:circuitChip2", materialEnderPearl] + ["", "oc:redstoneCard1", ""]] +} +lancard { + input: [["oc:cable", "oc:circuitChip1", ""] + ["", "oc:materialCard", ""]] +} +wlancard1 { + input: [[torchRedstoneActive, "oc:circuitChip1", torchRedstoneActive] + ["", "oc:lanCard", ""]] +} +wlancard2 { + input: [[materialEnderPearl, "oc:circuitChip2", ""] + ["", "oc:lanCard", ""]] +} +linkedcard { + input: [[eyeOfEnder, "", eyeOfEnder] + ["oc:wlanCard2", "oc:materialInterweb", "oc:wlanCard2"] + ["oc:circuitChip3", "", "oc:circuitChip3"]] + output: 2 # Note: all resulting cards are linked to each other. +} + +batteryupgrade1 { + input: [[ingotIron, nuggetGold, ingotIron] + ["oc:materialTransistor", "oc:capacitor", "oc:materialTransistor"] + [ingotIron, nuggetGold, ingotIron]] +} +batteryupgrade2 { + input: [[ingotGold, "oc:capacitor", ingotGold] + ["oc:materialTransistor", nuggetGold, "oc:materialTransistor"] + [ingotGold, "oc:capacitor", ingotGold]] +} +batteryupgrade3 { + input: [[gemDiamond, "oc:capacitor", gemDiamond] + ["oc:materialTransistor", "oc:capacitor", "oc:materialTransistor"] + [gemDiamond, "oc:capacitor", gemDiamond]] +} +craftingupgrade { + input: [[ingotIron, craftingPiston, ingotIron] + ["oc:circuitChip1", workbench, "oc:circuitChip1"] + [ingotIron, "oc:materialCircuitBoardPrinted", ingotIron]] +} +experienceupgrade { + input: [[ingotGold, "oc:analyzer", ingotGold] + ["oc:circuitChip3", emerald, "oc:circuitChip3"] + [ingotGold, "oc:materialCircuitBoardPrinted", ingotGold]] +} +generatorupgrade { + input: [[ingotIron, "", ingotIron] + ["oc:circuitChip1", craftingPiston, "oc:circuitChip1"] + ["oc:materialCircuitBoardPrinted", ingotIron, "oc:materialCircuitBoardPrinted"]] +} +inventoryupgrade { + input: [[ingotIron, hopper, ingotIron] + [dispenser, chest, craftingPiston] + [ingotIron, "oc:circuitChip1", ingotIron]] +} +inventorycontrollerupgrade { + input: [[ingotGold, "oc:circuitChip2", ingotGold] + [dispenser, "oc:inventoryUpgrade", craftingPiston] + [ingotGold, "oc:materialCircuitBoardPrinted", ingotGold]] +} +navigationupgrade { + input: [[ingotGold, compass, ingotGold] + ["oc:circuitChip3", {item=filled_map, subID=any}, "oc:circuitChip3"] + [ingotGold, potion, ingotGold]] +} +signupgrade { + input: [[ingotIron, dyeBlack, ingotIron] + ["oc:circuitChip1", stickWood, "oc:circuitChip1"] + [ingotIron, pistonStickyBase, ingotIron]] +} +solargeneratorupgrade { + input: [[blockGlass, blockGlass, blockGlass] + ["oc:circuitChip3", "oc:generatorUpgrade", "oc:circuitChip3"]] +} +tradingupgrade { + input: [["oc:circuitChip2", chest, "oc:circuitChip2"] + [emerald, "oc:circuitChip2", emerald] + [dropper, "oc:materialCircuitBoardPrinted", craftingPiston]] +} + +cuttingwire { + input: [[stickWood, iron_nugget, stickWood]] +} +disk { + input: [["", iron_nugget, ""] + [iron_nugget, "", iron_nugget] + ["", iron_nugget, ""]] +} + +buttongroup { + input: [[button, button, button] + [button, button, button]] +} +arrowkeys { + input: [["", button, ""] + [button, button, button]] +} +numpad { + input: [[button, button, button] + [button, button, button] + [button, button, button]] +} + +transistor { + input: [[iron_nugget, iron_nugget, iron_nugget] + [nuggetGold, paper, nuggetGold] + ["", redstone, ""]] +} +chip1 { + input: [[iron_nugget, "", iron_nugget] + ["oc:materialTransistor", nuggetGold, "oc:materialTransistor"] + [iron_nugget, "", iron_nugget]] +} +chip2 { + input: [[nuggetGold, {item=dyePowder, subID=4} , nuggetGold] + ["oc:circuitChip1", netherquartz, "oc:circuitChip1"] + [nuggetGold, {item=dyePowder, subID=4}, nuggetGold]] +} +chip3 { + input: [[yellowDust, comparator, yellowDust] + ["oc:circuitChip2", gemDiamond, "oc:circuitChip2"] + [yellowDust, comparator, yellowDust]] +} +alu { + input: [[diode, torchRedstoneActive, diode] + ["oc:materialTransistor", "oc:materialTransistor", "oc:materialTransistor"] + [iron_nugget, redstone, iron_nugget]] +} +apu2 { + input: [[gemDiamond, "oc:circuitChip2", gemDiamond] + ["oc:cpu3", "oc:componentBus2", "oc:graphicsCard2"] + [gemDiamond, "oc:circuitChip2", gemDiamond]] +} +componentbus1 { + input: [[iron_nugget, redstone, iron_nugget] + ["oc:circuitChip1", "oc:materialCU", ""] + [iron_nugget, "oc:materialCircuitBoardPrinted", iron_nugget]] +} +componentbus2 { + input: [[nuggetGold, "oc:ram3", nuggetGold] + ["oc:circuitChip2", "oc:componentBus1", ""] + [nuggetGold, "oc:materialCircuitBoardPrinted", nuggetGold]] +} +componentbus3 { + input: [[gemDiamond, "oc:ram5", gemDiamond] + ["oc:circuitChip3", "oc:componentBus2", ""] + [gemDiamond, "oc:materialCircuitBoardPrinted", gemDiamond]] +} +cpu1 { + input: [[iron_nugget, redstone, iron_nugget] + ["oc:circuitChip1", "oc:materialCU", "oc:circuitChip1"] + [iron_nugget, "oc:materialALU", iron_nugget]] +} +cpu2 { + input: [[nuggetGold, "oc:ram3", nuggetGold] + ["oc:circuitChip2", "oc:cpu1", "oc:circuitChip2"] + [nuggetGold, "oc:ram3", nuggetGold]] +} +cpu3 { + input: [[gemDiamond, "oc:ram5", gemDiamond] + ["oc:circuitChip3", "oc:cpu2", "oc:circuitChip3"] + [gemDiamond, "oc:ram5", gemDiamond]] +} +cu { + input: [[nuggetGold, torchRedstoneActive, nuggetGold] + ["oc:materialTransistor", clock, "oc:materialTransistor"] + [nuggetGold, redstone, nuggetGold]] +} + +rawcircuitboard { + type: shapeless + input: ["oc:materialCuttingWire", clay, dyeGreen] +} +circuitboard { + type: furnace + input: "oc:materialCircuitBoardRaw" +} +printedcircuitboard { + type: shapeless + input: ["oc:materialCircuitBoard", nuggetGold, "oc:materialAcid"] + output: 1 +} +card { + input: [[iron_nugget, "oc:circuitChip1", "oc:materialTransistor"] + [iron_nugget, "oc:materialCircuitBoardPrinted", "oc:materialCircuitBoardPrinted"] + [iron_nugget, nuggetGold, nuggetGold]] +} + +interweb { + input: [[string, materialEnderPearl, string] + [materialEnderPearl, string, materialEnderPearl] + [string, materialEnderPearl, string]] +} + +adapter { + input: [[ingotIron, "oc:cable", ingotIron] + ["oc:cable", "oc:circuitChip1", "oc:cable"] + [ingotIron, "oc:materialCircuitBoardPrinted", ingotIron]] +} +cable { + input: [["", iron_nugget, ""] + [iron_nugget, redstone, iron_nugget] + ["", iron_nugget, ""]] + output: 4 +} +carpetedcapacitor { + type: shapeless + input: [carpet, "oc:capacitor"] +} +capacitor { + input: [[ingotIron, "oc:materialTransistor", ingotIron] + [nuggetGold, paper, nuggetGold] + [ingotIron, "oc:materialCircuitBoardPrinted", ingotIron]] +} +charger { + input: [[ingotIron, ingotGold, ingotIron] + ["oc:capacitor", "oc:circuitChip2", "oc:capacitor"] + [ingotIron, "oc:materialCircuitBoardPrinted", ingotIron]] +} +case1 { + input: [[ingotIron, "oc:circuitChip1", ingotIron] + [fenceIron, chest, fenceIron] + [ingotIron, "oc:materialCircuitBoardPrinted", ingotIron]] +} +case2 { + input: [[ingotGold, "oc:circuitChip2", ingotGold] + ["oc:circuitChip2", "oc:case1", "oc:circuitChip2"] + [ingotGold, "oc:materialCircuitBoardPrinted", ingotGold]] +} +case3 { + input: [[gemDiamond, "oc:circuitChip3", gemDiamond] + ["oc:circuitChip3", "oc:case2", "oc:circuitChip3"] + [gemDiamond, "oc:materialCircuitBoardPrinted", gemDiamond]] +} +diskdrive { + input: [[ingotIron, "oc:circuitChip1", ingotIron] + [craftingPiston, stickWood, ""] + [ingotIron, "oc:materialCircuitBoardPrinted", ingotIron]] +} +geolyzer { + input: [[ingotGold, "oc:analyzer", ingotGold] + [eyeOfEnder, "oc:circuitChip2", eyeOfEnder] + [ingotGold, "oc:materialCircuitBoardPrinted", ingotGold]] +} +hologram1 { + input: [["oc:circuitChip2", paneGlass, "oc:circuitChip2"] + ["oc:materialCircuitBoardPrinted", gemDiamond, "oc:materialCircuitBoardPrinted"] + [obsidian, yellowDust, obsidian]] +} +hologram2 { + input: [["oc:circuitChip3", blockGlass, "oc:circuitChip3"] + ["oc:materialCircuitBoardPrinted", blockDiamond, "oc:materialCircuitBoardPrinted"] + [obsidian, blazePowder, obsidian]] +} +keyboard { + input: [["oc:materialButtonGroup", "oc:materialButtonGroup", "oc:materialButtonGroup"] + ["oc:materialButtonGroup", "oc:materialArrowKey", "oc:materialNumPad"]] +} +powerconverter { + input: [[ingotIron, "oc:cable", ingotIron] + [ingotGold, "oc:circuitChip1", ingotGold] + [ingotIron, "oc:materialCircuitBoardPrinted", ingotIron]] +} +powerdistributor { + input: [[ingotIron, ingotGold, ingotIron] + ["oc:cable", "oc:circuitChip1", "oc:cable"] + [ingotIron, "oc:materialCircuitBoardPrinted", ingotIron]] +} +rack { + input: [["oc:circuitChip3", "oc:wlanCard2", "oc:circuitChip3"] + [fenceIron, chest, fenceIron] + ["oc:relay", "oc:materialCircuitBoardPrinted","oc:powerDistributor"]] +} +redstone { + input: [[ingotIron, "oc:circuitChip3", ingotIron] + [blockRedstone, "oc:redstoneCard1", blockRedstone] + [ingotIron, "oc:materialCircuitBoardPrinted", ingotIron]] +} +relay { + input: [[ingotIron, "oc:cable", ingotIron] + ["oc:cable", "oc:lanCard", "oc:cable"] + [ingotIron, "oc:materialCircuitBoardPrinted", ingotIron]] +} +screen1 { + input: [[ingotIron, ingotIron, blockGlass] + [redstone, "oc:materialTransistor", blockGlass] + [ingotIron, ingotIron, blockGlass]] +} +screen2 { + input: [[ingotGold, dyeRed, ingotGold] + ["oc:circuitChip2", dyeGreen, "oc:screen1"] + [ingotGold, dyeBlue, ingotGold]] +} +screen3 { + input: [[obsidian, "oc:materialCircuitBoardPrinted", "oc:circuitChip3"] + [blazeRod, netherquartz, "oc:screen2"] + [obsidian, "oc:materialCircuitBoardPrinted", "oc:circuitChip3"]] +} diff --git a/config/opencomputers/peaceful.recipes b/config/opencomputers/peaceful.recipes new file mode 100644 index 00000000..83b57cd2 --- /dev/null +++ b/config/opencomputers/peaceful.recipes @@ -0,0 +1,79 @@ +include file("default.recipes") + +redstonecard2 { + input: [[blockRedstone, "oc:circuitChip2", gemDiamond] + ["", "oc:materialCard", ""]] +} +wlancard1 { + input: [[torchRedstoneActive, "oc:circuitChip1", torchRedstoneActive] + ["", "oc:materialCard", ""]] +} +wlancard2 { + input: [[gemDiamond, "oc:circuitChip2", ""] + ["", "oc:materialCard", ""]] +} +linkedcard { + input: [[gemDiamond, "", gemDiamond] + ["oc:lanCard", "oc:materialInterweb", "oc:lanCard"] + ["oc:circuitChip3", "", "oc:circuitChip3"]] + output: 2 # Note: all resulting cards are linked to each other. +} + +angelupgrade { + input: [[ingotIron, gemDiamond, ingotIron] + ["oc:circuitChip1", pistonStickyBase, "oc:circuitChip1"] + [ingotIron, gemDiamond, ingotIron]] +} +chunkloaderupgrade { + input: [[ingotGold, blockGlass, ingotGold] + ["oc:circuitChip3", gemDiamond, "oc:circuitChip3"] + [obsidian, "oc:materialCircuitBoardPrinted", obsidian]] +} +inventoryupgrade { + input: [[plankWood, hopper, plankWood] + [dropper, chest, craftingPiston] + [plankWood, "oc:circuitChip1", plankWood]] +} +inventorycontrollerupgrade { + input: [[ingotGold, "oc:analyzer", ingotGold] + [dropper, "oc:circuitChip2", craftingPiston] + [ingotGold, "oc:materialCircuitBoardPrinted", ingotGold]] +} +signupgrade { + input: [[ingotIron, dyeBlack, ingotIron] + ["oc:circuitChip1", stickWood, "oc:circuitChip1"] + [ingotIron, craftingPiston, ingotIron]] +} +tankupgrade { + input: [[plankWood, fenceIron, plankWood] + [dropper, cauldron, craftingPiston] + [plankWood, "oc:circuitChip1", plankWood]] +} +tankcontrollerupgrade { + input: [[ingotGold, glassBottle, ingotGold] + [dropper, "oc:circuitChip2", craftingPiston] + [ingotGold, "oc:materialCircuitBoardPrinted", ingotGold]] +} + +inkcartridgeempty { + input: [[iron_nugget, dropper, iron_nugget], + ["oc:materialTransistor", bucket, "oc:materialTransistor"], + [iron_nugget, "oc:materialCircuitBoardPrinted", iron_nugget]] +} + +interweb { + input: [[redstone, {block="minecraft:wool", subID=9}, redstone] + [{block="minecraft:wool", subID=9}, gemDiamond, {block="minecraft:wool", subID=9}] + [redstone, {block="minecraft:wool", subID=9}, redstone]] +} + +geolyzer { + input: [[ingotGold, compass, ingotGold] + [gemDiamond, "oc:circuitChip2", gemDiamond] + [ingotGold, "oc:materialCircuitBoardPrinted", ingotGold]] +} +hologram2 { + input: [["oc:circuitChip3", blockGlass, "oc:circuitChip3"] + ["oc:materialCircuitBoardPrinted", blockDiamond, "oc:materialCircuitBoardPrinted"] + [obsidian, yellowDust, obsidian]] +} diff --git a/config/opencomputers/settings.conf b/config/opencomputers/settings.conf new file mode 100644 index 00000000..b7290847 --- /dev/null +++ b/config/opencomputers/settings.conf @@ -0,0 +1,1640 @@ +# OpenComputers configuration. This file uses typesafe config's HOCON syntax. +# Try setting your syntax highlighting to Ruby, to help readability. At least +# in Sublime Text that works really well. Note that this file is overwritten +# whenever you start the game! Changes to the comments may vanish. +# Note that all mentions of 'KB' or 'kilobyte' mean 1024 bytes. +opencomputers { + + # Chunkloader Upgrade settings. + chunkloader { + + # This is a list of blacklisted dimensions. Chunkloaders may only be activated + # in dimensions that aren't present in this list. + dimBlacklist=[] + + # This is a list of whitelisted dimensions. Chunkloaders may only be activated + # in dimensions that are present in this list. If this list is empty, + # chunkloaders may be activated to all dimensions not blacklisted. Note that the + # blacklist is always applied, so if an entry is present in both the + # whitelist and the blacklist, the blacklist will win. + dimWhitelist=[] + } + + # Client side settings, presentation and performance related stuff. + client { + + # The radius in which computer beeps can be heard. + beepRadius=16 + + # The sample rate used for generating beeps of computers' internal + # speakers. Use custom values at your own responsibility here; if it + # breaks OC you'll get no support. Some potentially reasonable + # lower values are 16000 or even 8000 (which was the old default, but + # leads to artifacting on certain frequencies). + beepSampleRate=44100 + + # The base volume of beeps generated by computers. This may be in a + # range of [0, 127], where 0 means mute (the sound will not even be + # generated), and 127 means maximum amplitude / volume. + beepVolume=32 + + # Whether to emit particle effects around players via nanomachines. This + # includes the basic particles giving a rough indication of the current + # power level of the nanomachines as well as particles emitted by the + # particle effect behaviors. + enableNanomachinePfx=true + + # This is the scaling of the individual chars rendered on screens. This + # is set to slightly overscale per default, to avoid gaps between fully + # filled chars to appear (i.e. the block symbol that is used for cursor + # blinking for example) on less accurate hardware. + fontCharScale=1.01 + + # Which font renderer to use. Defaults to `hexfont` if invalid. + # Possible values: + # - hexfont: the (since 1.3.2) default font renderer. Font in .hex format + # capable of rendering many unicode glyphs. + # The used font data can be swapped out using resource packs, + # but is harder to work with, since it involves binary data. + # - texture: the old, font-texture based font renderer that was used + # in OC versions prior to 1.3.2. This will allow overriding + # the font texture as before. Keep in mind that this renderer + # is slightly less efficient than the new one, and more + # importantly, can only render code page 437 (as opposed to... + # a *lot* of unicode). + fontRenderer=hexfont + + # The distance at which to start fading out the hologram (as with + # hologramRenderDistance). This is purely cosmetic, to avoid image + # disappearing instantly when moving too far away from a projector. + # It does not affect performance. Holograms are transparent anyway. + hologramFadeStartDistance=48 + + # This controls how often holograms 'flicker'. This is the chance that it + # flickers for *each frame*, meaning if you're running at high FPS you + # may want to lower this a bit, to avoid it flickering too much. + hologramFlickerFrequency=0.025 + + # The maximum render distance of a hologram projected by a highest tier + # hologram projector when at maximum scale. Render distance is scaled + # down with the actual scale of the hologram. + hologramRenderDistance=64 + + # The maximum distance at which to render text on screens. Rendering text + # can be pretty expensive, so if you have a lot of screens you'll want to + # avoid huge numbers here. Note that this setting is client-sided, and + # only has an impact on render performance on clients. + maxScreenTextRenderDistance=20 + + # The color of monochrome text (i.e. displayed when in 1-bit color depth, + # e.g. tier one screens / GPUs, or higher tier set to 1-bit color depth). + # Defaults to white, feel free to make it some other color, tho! + monochromeColor="0xFFFFFF" + + # Position of the power indicator for nanomachines, by default left to the + # player's health, specified by negative values. Values in [0, 1) will be + # treated as relative positions, values in [1, inf) will be treated as + # absolute positions. + nanomachineHudPos=[ + -1, + -1 + ] + + # Render robots' names as a label above them when near them + robotLabels=true + + # The distance at which to start fading out the text on screens. This is + # purely cosmetic, to avoid text disappearing instantly when moving too + # far away from a screen. This should have no measurable impact on + # performance. Note that this needs OpenGL 1.4 to work, otherwise text + # will always just instantly disappear when moving away from the screen + # displaying it. + screenTextFadeStartDistance=15 + + # The volume multiplier applied to sounds from this mod like the computer + # running noise. Disable sounds by setting this to zero. + soundVolume=1 + + # If you prefer the text on the screens to be aliased (you know, *not* + # anti-aliased / smoothed) turn this option off. + textAntiAlias=true + + # Whether to apply linear filtering for text displayed on screens when the + # screen has to be scaled down - i.e. the text is rendered at a resolution + # lower than their native one, e.g. when the GUI scale is less than one or + # when looking at a far away screen. This leads to smoother text for + # scaled down text but results in characters not perfectly connecting + # anymore (for example for box drawing characters. Look it up on + # Wikipedia.) + textLinearFiltering=false + } + + # Computer related settings, concerns server performance and security. + computer { + + # The provided call budgets by the three tiers of CPU and memory. Higher + # budgets mean that more direct calls can be performed per tick. You can + # raise this to increase the "speed" of computers at the cost of higher + # real CPU time. Lower this to lower the load Lua executors put on your + # machine / server, at the cost of slower computers. This list must + # contain exactly three entries, or it will be ignored. + callBudgets=[ + 0.5, + 1, + 1.5 + ] + + # This determines whether computers can only be used by players that are + # registered as users on them. Per default a newly placed computer has no + # users. Whenever there are no users the computer is free for all. Users + # can be managed via the Lua API (computer.addUser, computer.removeUser, + # computer.users). If this is true, the following interactions are only + # possible for users: + # - input via the keyboard and touch screen. + # - inventory management. + # - breaking the computer block. + # If this is set to false, all computers will always be usable by all + # players, no matter the contents of the user list. Note that operators + # are treated as if they were in the user list of every computer, i.e. no + # restrictions apply to them. + # See also: `maxUsers` and `maxUsernameLength`. + canComputersBeOwned=true + + # The number of components the different CPU tiers support. This list + # must contain exactly four entries, or it will be ignored. + cpuComponentCount=[ + 8, + 12, + 16, + 1024 + ] + + # The maximum size of the byte array that can be stored on EEPROMs as configuration data. + eepromDataSize=256 + + # The maximum size of the byte array that can be stored on EEPROMs as executable data.. + eepromSize=4096 + + # Whether to delete all contents in the /tmp file system when performing + # a 'soft' reboot (i.e. via `computer.shutdown(true)`). The tmpfs will + # always be erased when the computer is completely powered off, even if + # it crashed. This setting is purely for software-triggered reboots. + eraseTmpOnReboot=false + + # The time in milliseconds that scheduled computers are forced to wait + # before executing more code. This avoids computers to "busy idle", + # leading to artificially high CPU load. If you're worried about + # performance on your server, increase this number a little (it should + # never exceed 50, a single tick, though) to reduce CPU load even more. + executionDelay=12 + + # Settings specific to the Lua architecture. + lua { + + # Whether to allow loading precompiled bytecode via Lua's `load` + # function, or related functions (`loadfile`, `dofile`). Enable this + # only if you absolutely trust all users on your server and all Lua + # code you run. This can be a MASSIVE SECURITY RISK, since precompiled + # code can easily be used for exploits, running arbitrary code on the + # real server! I cannot stress this enough: only enable this is you + # know what you're doing. + allowBytecode=false + + # Whether to allow user defined __gc callbacks, i.e. __gc callbacks + # defined *inside* the sandbox. Since garbage collection callbacks + # are not sandboxed (hooks are disabled while they run), this is not + # recommended. + allowGC=false + + # Whether to make the Lua 5.3 architecture the default architecture. + # If enabled, a crafted CPU will first be the Lua 5.3 architecture. + defaultLua53=true + + # Whether to make the Lua 5.3 architecture available. If enabled, you + # can reconfigure any CPU to use the Lua 5.3 architecture. + enableLua53=true + + # The total maximum amount of memory a Lua machine may use for user + # programs. The total amount made available by components cannot + # exceed this. The default is 64*1024*1024. Keep in mind that this does + # not include memory reserved for built-in code such as `machine.lua`. + # IMPORTANT: DO NOT MESS WITH THIS UNLESS YOU KNOW WHAT YOU'RE DOING. + # IN PARTICULAR, DO NOT REPORT ISSUES AFTER MESSING WITH THIS! + maxTotalRam=67108864 + + # This setting allows you to fine-tune how RAM sizes are scaled internally + # on 64 Bit machines (i.e. when the Minecraft server runs in a 64 Bit VM). + # Why is this even necessary? Because objects consume more memory in a 64 + # Bit environment than in a 32 Bit one, due to pointers and possibly some + # integer types being twice as large. It's actually impossible to break + # this down to a single number, so this is really just a rough guess. If + # you notice this doesn't match what some Lua program would use on 32 bit, + # feel free to play with this and report your findings! + # Note that the values *displayed* to Lua via `computer.totalMemory` and + # `computer.freeMemory` will be scaled by the inverse, so that they always + # correspond to the "apparent" sizes of the installed memory modules. For + # example, when running a computer with a 64KB RAM module, even if it's + # scaled up to 96KB, `computer.totalMemory` will return 64KB, and if there + # are really 45KB free, `computer.freeMemory` will return 32KB. + ramScaleFor64Bit=1.8 + + # The sizes of the six levels of RAM, in kilobytes. This list must + # contain exactly six entries, or it will be ignored. Note that while + # there are six levels of RAM, they still fall into the three tiers of + # items (level 1, 2 = tier 1, level 3, 4 = tier 2, level 5, 6 = tier 3). + ramSizes=[ + 192, + 256, + 384, + 512, + 768, + 1024 + ] + } + + # The maximum depth a machine will queue signals before dropping them + # A machine state should be pulling signals via computer.pullSignal + # As the machine receives signals they are queued for pulling, and + # this maximum defines the max queue size. All signals recieved when + # the queue is full are discarded. Note that clipboard text creates + # a signal for each line of text. Thus client are limited to pasting + # text of this many lines. The default (and minimum) is 256 + maxSignalQueueSize=256 + + # Sanity check for username length for users registered with computers. We + # store the actual user names instead of a hash to allow iterating the + # list of registered users on the Lua side. + # See also: `canComputersBeOwned`. + maxUsernameLength=32 + + # The maximum number of users that can be registered with a single + # computer. This is used to avoid computers allocating unchecked amounts + # of memory by registering an unlimited number of users. See also: + # `canComputersBeOwned`. + maxUsers=16 + + # The time in seconds to wait after a computer has been restored before it + # continues to run. This is meant to allow the world around the computer + # to settle, avoiding issues such as components in neighboring chunks + # being removed and then re-connected and other odd things that might + # happen. + startupDelay=0.25 + + # The overall number of threads to use to drive computers. Whenever a + # computer should run, for example because a signal should be processed or + # some sleep timer expired it is queued for execution by a worker thread. + # The higher the number of worker threads, the less likely it will be that + # computers block each other from running, but the higher the host + # system's load may become. + threads=4 + + # The time in seconds a program may run without yielding before it is + # forcibly aborted. This is used to avoid stupidly written or malicious + # programs blocking other computers by locking down the executor threads. + # Note that changing this won't have any effect on computers that are + # already running - they'll have to be rebooted for this to take effect. + timeout=5 + } + + # Settings that are intended for debugging issues, not for normal use. + # You usually don't want to touch these unless asked to do so by a developer. + debug { + + # On some platforms the native library can crash the game, so there are + # a few checks in place to avoid trying to load it in those cases. This + # is Windows XP and Windows Server 2003, right. If you think it might + # work nonetheless (newer builds of Server2k3 e.g.) you might want to + # try setting this to `true`. Use this at your own risk. If the game + # crashes as a result of setting this to `true` DO NOT REPORT IT. + alwaysTryNative=false + + # Enable debug card functionality. This may also be of use for custom + # maps, so it is enabled by default. If you run a server where people + # may cheat in items but should not have op/admin-like rights, you may + # want to set this to false or `deny`. Set this to `whitelist` if you + # want to enable whitelisting of debug card users (managed by command + # /oc_debugWhitelist). This will *not* remove the card, it will just + # make all functions it provides error out. + debugCardAccess=allow + + # Prevent OC calling Lua's os.setlocale method to ensure number + # formatting is the same on all systems it is run on. Use this if you + # suspect this might mess with some other part of Java (this affects + # the native C locale). + disableLocaleChanging=false + + # Disable memory limit enforcement. This means Lua states can + # theoretically use as much memory as they want. Only relevant when + # using the native library. + disableMemoryLimit=false + + # Disable computer state persistence. This means that computers will + # automatically be rebooted when loaded after being unloaded, instead + # of resuming with their exection (it also means the state is not even + # saved). Only relevant when using the native library. + disablePersistence=false + + # Disable user data support. This means any otherwise supported + # userdata (implementing the Value interface) will not be pushed + # to the Lua state. + disableUserdata=false + + # Force the buffered file system to be case insensitive. This makes it + # impossible to have multiple files whose names only differ in their + # capitalization, which is commonly the case on Windows, for example. + # This only takes effect when bufferChanges is set to true. + forceCaseInsensitiveFS=false + + # Forces the use of the LuaJ fallback instead of the native libraries. + # Use this if you have concerns using native libraries or experience + # issues with the native library. + forceLuaJ=false + + # Force loading one specific library, to avoid trying to load any + # others. Use this if you get warnings in the log or are told to do + # so for debugging purposes ;-) + forceNativeLibWithName="" + + # Pass along IDs of items and fluids when converting them to a table + # representation for Lua. + insertIdsInConverters=false + + # This setting is meant for debugging errors that occur in Lua callbacks. + # Per default, if an error occurs and it has a message set, only the + # message is pushed back to Lua, and that's it. If you encounter weird + # errors or are developing an addon you'll want the stacktrace for those + # errors. Enabling this setting will log them to the game log. This is + # disabled per default to avoid spamming the log with inconsequentual + # exceptions such as IllegalArgumentExceptions and the like. + logCallbackErrors=false + + # Logs the full error when a native library fails to load. This is + # disabled by default to avoid spamming the log, since libraries are + # iterated until one works, so it's very likely for some to fail. Use + # this in case all libraries fail to load even though you'd expect one + # to work. + logFullNativeLibLoadErrors=false + + # Logs information about malformed glyphs (i.e. glyphs that deviate in + # width from what wcwidth says). + logHexFontErrors=false + + # Used to suppress log spam for OpenGL errors on derpy drivers. I'm + # quite certain the code in the font render is valid, display list + # compatible OpenGL, but it seems to cause 'invalid operation' errors + # when executed as a display list. I'd be happy to be proven wrong, + # since it'd restore some of my trust into AMD drivers... + logOpenGLErrors=false + + # Extract the native library with Lua into the system's temporary + # directory instead of the game directory (e.g. /tmp on Linux). The + # default is to extract into the game directory, to avoid issues when + # the temporary directory is mounted as noexec (meaning the lib cannot + # be loaded). There is also less of a chance of conflicts when running + # multiple servers or server and client on the same machine. + nativeInTmpDir=false + + # Due to a bug in Minecraft's lighting code there's an issue where + # lighting does not properly update near light emitting blocks that are + # fully solid - like screens, for example. This can be annoying when + # using other blocks that dynamically change their brightness (e.g. for + # the addon mod OpenLights). Enable this to force light emitting blocks + # in oc to periodically (every two seconds) do an update. This should + # not have an overly noticeable impact on performance, but it's disabled + # by default because it is unnecessary in *most* cases. + periodicallyForceLightUpdate=false + + # Whether to always register the LuaJ architecture - even if the native + # library is available. In that case it is possible to switch between + # the two like any other registered architecture. + registerLuaJArchitecture=false + + # This is meant for debugging errors. Enabling this has a high impact + # on computers' save and load performance, so you should not enable + # this unless you're asked to. + verbosePersistenceErrors=false + } + + # File system related settings, performance and and balancing. + filesystem { + + # Whether persistent file systems such as disk drives should be + # 'buffered', and only written to disk when the world is saved. This + # applies to all hard drives. The advantage of having this enabled is that + # data will never go 'out of sync' with the computer's state if the game + # crashes. The price is slightly higher memory consumption, since all + # loaded files have to be kept in memory (loaded as in when the hard drive + # is in a computer). + bufferChanges=true + + # The base 'cost' of a single file or directory on a limited file system, + # such as hard drives. When computing the used space we add this cost to + # the real size of each file (and folders, which are zero sized + # otherwise). This is to ensure that users cannot spam the file system + # with an infinite number of files and/or folders. Note that the size + # returned via the API will always be the real file size, however. + fileCost=512 + + # The size of writable floppy disks, in kilobytes. + floppySize=512 + + # Number of physical platters to pretend a disk has in unmanaged mode. This + # controls seek times, in how it emulates sectors overlapping (thus sharing + # a common head position for access). + hddPlatterCounts=[ + 2, + 4, + 8 + ] + + # The sizes of the three tiers of hard drives, in kilobytes. This list + # must contain exactly three entries, or it will be ignored. + hddSizes=[ + 1024, + 2048, + 4096 + ] + + # The maximum number of file handles any single computer may have open at + # a time. Note that this is *per filesystem*. Also note that this is only + # enforced by the filesystem node - if an add-on decides to be fancy it + # may well ignore this. Since file systems are usually 'virtual' this will + # usually not have any real impact on performance and won't be noticeable + # on the host operating system. + maxHandles=16 + + # The maximum block size that can be read in one 'read' call on a file + # system. This is used to limit the amount of memory a call from a user + # program can cause to be allocated on the host side: when 'read' is, + # called a byte array with the specified size has to be allocated. So if + # this weren't limited, a Lua program could trigger massive memory + # allocations regardless of the amount of RAM installed in the computer it + # runs on. As a side effect this pretty much determines the read + # performance of file systems. + maxReadBuffer=2048 + + # When skipping more than this number of sectors in unmanaged mode, the + # pause specified in sectorSeekTime will be enforced. We use this instead + # of linear scaling for movement because those values would have to be + # really small, which is hard to conceptualize and configure. + sectorSeekThreshold=128 + + # The time to pause when the head movement threshold is exceeded. + sectorSeekTime=0.1 + + # The size of the /tmp filesystem that each computer gets for free. If + # set to a non-positive value the tmp file system will not be created. + tmpSize=64 + } + hologram { + + # Whether the hologram block should provide light. It'll also emit light + # when off, because having state-based light in MC is... painful. + emitLight=true + + # This controls the maximum scales of holograms, by tier. + # The size at scale 1 is 3x2x3 blocks, at scale 3 the hologram will + # span up to 9x6x9 blocks. Unlike most other `client' settings, this + # value is only used for validation *on the server*, with the effects + # only being visible on the client. + # Warning: very large values may lead to rendering and/or performance + # issues due to the high view distance! Increase at your own peril. + maxScale=[ + 3, + 4 + ] + + # This controls the maximum translation of holograms, by tier. + # The scale is in "hologram sizes", i.e. scale 1 allows offsetting a + # hologram once by its own size. + maxTranslation=[ + 0.25, + 0.5 + ] + + # The delay forced on computers between calls to `hologram.setRaw`, in + # seconds. Lower this if you want faster updates, raise this if you're + # worried about bandwidth use; in *normal* use-cases this will never be + # an issue. When abused, `setRaw` can be used to generate network traffic + # due to changed data being sent to clients. With the default settings, + # the *worst case* is ~30KB/s/client. Again, for normal use-cases this + # is actually barely noticeable. + setRawDelay=0.2 + } + + # Settings for mod integration (the mod previously known as OpenComponents). + integration { + buildcraft { + + # Cost to convert a loot disk to another in the BuildCraft programming table. + programmingTableCost=5000 + } + + # The name to use for the global fake player needed for some mod + # interactions. + fakePlayerName="[OpenComputers]" + + # The UUID to use for the global fake player needed for some mod + # interactions. + fakePlayerUuid="7e506b5d-2ccb-4ac4-a249-5624925b0c67" + + # A list of mods (by mod id) for which support should NOT be enabled. Use + # this to disable support for mods you feel should not be controllable via + # computers (such as magic related mods, which is why Thaumcraft is on this + # list by default.) + modBlacklist=[ + Thaumcraft, + thaumicenergistics + ] + + # A list of tile entities by class name that should NOT be accessible via + # the Adapter block. Add blocks here that can lead to crashes or deadlocks + # (and report them, please!) + peripheralBlacklist=[ + "net.minecraft.tileentity.TileEntityCommandBlock" + ] + + # Vanilla integration related settings. + vanilla { + + # Whether to allow the item stack converter to push NBT data in + # compressed format (GZIP'ed). This can be useful for pushing this + # data back to other callbacks. However, given a sophisticated + # enough software (Lua script) it is possible to decode this data, + # and get access to things that should be considered implementation + # detail / private (mods may keep "secret" data in such NBT tags). + # The recommended method is to use the database component instead. + allowItemStackNBTTags=false + + # Whether to enable the command block driver. Enabling this allows + # computers to set and execute commands via command blocks next to + # adapter blocks. The commands are run using OC's general fake player. + enableCommandBlockDriver=false + + # Whether to enable the inventory driver. This driver allows interacting + # with inventories adjacent to adapters in a way similar to what the + # inventory controller upgrade allows when built into a robot or placed + # inside an adapter. It is therefore considered to be somewhat cheaty by + # some, and disabled by default. If you don't care about that, feel free + # to enable this driver. + enableInventoryDriver=false + + # Whether to enable the tank driver. This driver is like the inventory + # driver, just for fluid tanks, and is disabled by default with the same + # reasoning as the inventory driver - using a tank controller upgrade in + # an adapter has pretty much the same effect. + enableTankDriver=false + } + } + + # Internet settings, security related. + internet { + + # This is a list of blacklisted domain names. If an HTTP request is made + # or a socket connection is opened the target address will be compared + # to the addresses / address ranges in this list. It it is present in this + # list, the request will be denied. + # Entries are either domain names (www.example.com) or IP addresses in + # string format (10.0.0.3), optionally in CIDR notation to make it easier + # to define address ranges (1.0.0.0/8). Domains are resolved to their + # actual IP once on startup, future requests are resolved and compared + # to the resolved addresses. + # By default all local addresses are blocked. This is only meant as a + # thin layer of security, to avoid average users hosting a game on their + # local machine having players access services in their local network. + # Server hosters are expected to configure their network outside of the + # mod's context in an appropriate manner, e.g. using a system firewall. + blacklist=[ + "127.0.0.0/8", + "10.0.0.0/8", + "192.168.0.0/16", + "172.16.0.0/12" + ] + + # Whether to allow HTTP requests via internet cards. When enabled, + # the `request` method on internet card components becomes available. + enableHttp=true + + # Whether to allow adding custom headers to HTTP requests. + enableHttpHeaders=true + + # Whether to allow TCP connections via internet cards. When enabled, + # the `connect` method on internet card components becomes available. + enableTcp=true + + # The maximum concurrent TCP connections *each* internet card can have + # open at a time. + maxTcpConnections=4 + + # The time in seconds to wait for a response to a request before timing + # out and returning an error message. If this is zero (the default) the + # request will never time out. + requestTimeout=0 + + # The number of threads used for processing host name lookups and HTTP + # requests in the background. The more there are, the more concurrent + # connections can potentially be opened by computers, and the less likely + # they are to delay each other. + threads=4 + + # This is a list of whitelisted domain names. Requests may only be made + # to addresses that are present in this list. If this list is empty, + # requests may be made to all addresses not blacklisted. Note that the + # blacklist is always applied, so if an entry is present in both the + # whitelist and the blacklist, the blacklist will win. + # Entries are of the same format as in the blacklist. Examples: + # "gist.github.com", "www.pastebin.com" + whitelist=[] + } + + # Other settings that you might find useful to tweak. + misc { + + # Allow robots to get a table representation of item stacks using the + # inventory controller upgrade? (i.e. whether the getStackInSlot method + # of said upgrade is enabled or not). Also applies to tank controller + # upgrade and it's fluid getter method. + allowItemStackInspection=true + + # List of item descriptors of assembler template base items to blacklist, + # i.e. for disabling the assembler template for. Entries must be of the + # format 'itemid@damage', were the damage is optional. + # Examples: 'OpenComputers:case3', 'minecraft:stonebrick@1' + assemblerBlacklist=[] + + # Hard limit for size of byte arrays passed to data card callbacks. If this + # limit is exceeded, the call fails and does nothing. + dataCardHardLimit=1048576 + + # Soft limit for size of byte arrays passed to data card callbacks. If this + # limit is exceeded, a longer sleep is enforced (see dataCardTimeout). + dataCardSoftLimit=8192 + + # Time in seconds to pause a calling machine when the soft limit for a data + # card callback is exceeded. + dataCardTimeout=1 + + # By default the disassembler can only be used to disassemble items from + # OpenComputers itself (or objects whitelisted via the API). If you'd + # like to allow the disassembler to work on all kinds of items, even from + # other mods, set this to true. + disassembleAllTheThings=false + + # The probability that an item breaks when disassembled. This chance + # applies *per extracted item*. For example, if an item was crafted from + # three other items and gets disassembled, each of those three items has + # this chance of breaking in the process. + disassemblerBreakChance=0.05 + + # Names of items / blocks that are blacklisted. Recipes containing these + # as inputs will be ignored by the disassembler. + disassemblerInputBlacklist=[ + "minecraft:fire" + ] + + # Controls how noisy results from the Geolyzer are. This is the maximum + # deviation from the original value at the maximum vertical distance + # from the geolyzer. Noise increases linearly with the euclidean distance + # to the Geolyzer. + geolyzerNoise=2 + + # The range, in blocks, in which the Geolyzer can scan blocks. Note that + # it uses the maximum-distance, not the euclidean one, i.e. it can scan + # in a cube surrounding it with twice this value as its edge length. + geolyzerRange=32 + + # Whether to give a new player a free copy of the manual. This will only + # happen one time per game, not per world, not per death. Once. If this + # is still too much for your taste, disable it here ;-) + giveManualToNewPlayers=true + + # Whether to not show your special thinger (if you have one you know it). + hideOwnSpecial=false + + # Whether to pass along the name of the user that caused an input signals + # to the computer (mouse and keyboard signals). If you feel this breaks + # the game's immersion, disable it. + # Note: also applies to the motion sensor. + inputUsername=true + + # The probability (or rather, weighted chance) that a program disk is + # spawned as loot in a treasure chest. For reference, iron ingots have + # a value of 10, gold ingots a value of 5 and and diamonds a value of 3. + # This is the chance *that* a disk is created. Which disk that will be + # is decided in an extra roll of the dice. + lootProbability=5 + + # Whether to allow loot disk cycling by crafting them with a wrench. + lootRecrafting=true + + # The maximum length of a string that may be pasted. This is used to limit + # the size of the data sent to the server when the user tries to paste a + # string from the clipboard (Shift+Ins on a screen with a keyboard). + maxClipboard=1024 + + # The maximum number of "data parts" a network packet is allowed to have. + # When sending a network message, from Lua this may look like so: + # component.modem.broadcast(port, "first", true, "third", 123) + # This limits how many arguments can be passed and are wrapped into a + # packet. This limit mostly serves as a protection for lower-tier + # computers, to avoid them getting nuked by more powerful computers. + maxNetworkPacketParts=8 + + # The maximum size of network packets to allow sending via network cards. + # This has *nothing to do* with real network traffic, it's just a limit + # for the network cards, mostly to reduce the chance of computer with a + # lot of RAM killing those with less by sending huge packets. This does + # not apply to HTTP traffic. + maxNetworkPacketSize=8192 + + # The maximum number of ports a single network card can have opened at + # any given time. + # Note that the order for this list is: Wired Network Card -> Tier 1 Wireless + # Network Card -> Tier 2 Wireless Network Card + maxOpenPorts=[ + 16, + 1, + 16 + ] + + # The maximum height of multi-block screens, in blocks. This is limited to + # avoid excessive computations for merging screens. If you really need + # bigger screens it's probably safe to bump this quite a bit before you + # notice anything, since at least incremental updates should be very + # efficient (i.e. when adding/removing a single screen). + maxScreenHeight=6 + + # The maximum width of multi-block screens, in blocks. + # See also: `maxScreenHeight`. + maxScreenWidth=8 + + # The maximum distance a wireless message can be sent. In other words, + # this is the maximum signal strength a wireless network card supports. + # This is used to limit the search range in which to check for modems, + # which may or may not lead to performance issues for ridiculous ranges - + # like, you know, more than the loaded area. + # See also: `wirelessCostPerRange`. + # These values are for the tier 1 and 2 wireless cards, in that order. + maxWirelessRange=[ + 16, + 400 + ] + + # Radius the MFU is able to operate in + mfuRange=3 + + # Probablility that at certain celebratory times crafting an OC item will + # spawn a present in the crafting player's inventory. Set to zero to + # disable. + presentChance=0.05 + + # Enforced delay when changing a redstone emitting component's output, + # such as the redstone card and redstone I/O block. Lowering this can + # have very negative impact on server TPS, so beware. + redstoneDelay=0.1 + + # The general upgrade tier of the switch built into server racks, i.e. how + # upgraded server racks' switching logic is. Prior to the introduction of + # this setting (1.5.15) this was always none. This applies to all + # properties, i.e. througput, frequency and buffer size. + # Valid values are: 0 = none, 1 = tier 1, 2 = tier 2, 3 = tier 3. + serverRackSwitchTier=1 + + # The number of remote terminals supported by each server tier. + terminalsPerTier=[ + 2, + 4, + 8 + ] + + # Override for the worker threads' thread priority. If set to a value + # lower than 1 it will use the default value, which is half-way between + # the system minimum and normal priority. Valid values may differ between + # Java versions, but usually the minimum value (lowest priority) is 1, + # the normal value is 5 and the maximum value is 10. If a manual value is + # given it is automatically capped at the maximum. + # USE THIS WITH GREAT CARE. Using a high priority for worker threads may + # avoid issues with computers timing out, but can also lead to higher + # server load. AGAIN, USE WITH CARE! + threadPriority=-1 + + # The maximum range between the drone/robot and a villager for a trade to + # be performed by the trading upgrade + tradingRange=8 + + # Whether to perform an update check and informing local players and OPs + # if a new version is available (contacts Github once the first player + # joins a server / the first map in single player is opened). + updateCheck=true + } + + # Nanomachine related values. Note that most of these are relative, as + # they scale with the number of total effects controlled by nanomachines, + # which may very much vary depending on other mods used together with OC. + # To configure this, you'll need to know how this works a bit more in- + # depth, so here goes: there are three layers, the behavior layer, the + # connector layer, and the input layer. The behavior layer consists of + # one node for each behavior provided by registered providers (by default + # these will be potion effects and a few other things). The connector + # layer merely serves to mix things up a little. The input layer is made + # up from nodes that can be triggered by the nanomachines. Each connector + # node has behavior nodes it outputs to, and gets signals from input nodes. + # Behavior nodes get signals from both the connector and the input layers. + # Reconfiguring builds up random connections. Some behaviors change what + # they do based on the number of active inputs (e.g. potion effects will + # increase their amplification value). + nanomachines { + + # Time in seconds it takes for the nanomachines to process a command + # and send a response. + commandDelay=1 + + # The distance in blocks that nanomachines can communicate within. If + # a message comes from further away, it'll be ignored. When responding, + # the response will only be sent this far. + commandRange=2 + + # The relative number of connectors based on the number of available + # behaviors (see triggerQuota). + connectorQuota=0.2 + + # Radius in blocks of the disintegration behavior for each active input. + disintegrationRange=1 + + # How much damage the hungry behavior should deal to the player when the + # nanomachine controller runs out of energy. + hungryDamage=5 + + # How much energy the hungry behavior should restore when damaging the + # player. + hungryEnergyRestored=50 + + # Range of the item magnet behavior added for each active input. + magnetRange=8 + + # The maximum number of inputs for each node of the "neural network" + # nanomachines connect to. I.e. each behavior node and connector node + # may only have up to this many inputs. + maxInputs=2 + + # Hard maximum number of active inputs. This is mainly to avoid people + # bumping other nanomachines' inputs to max, killing them in a matter + # of (milli)seconds. + maxInputsActive=4 + + # The maximum number of outputs for each node (see maxInputs). + maxOutputs=2 + + # Whitelisted potions, i.e. potions that will be used for the potion + # behaviors nanomachines may trigger. This can contain strings or numbers. + # In the case of strings, it has to be the internal name of the potion, + # in case of a number it has to be the potion ID. Add any potion effects + # to make use of here, since they will all be disabled by default. + potionWhitelist=[ + speed, + haste, + strength, + "jump_boost", + resistance, + "fire_resistance", + "water_breathing", + "night_vision", + absorption, + blindness, + nausea, + "mining_fatigue", + "instant_damage", + hunger, + slowness, + poison, + weakness, + wither + ] + + # How many input nodes may be active at the same time before negative + # effects are applied to the player. + safeInputsActive=2 + + # The relative amount of triggers available based on the number of + # available behaviors (such as different potion effects). For example, + # if there are a total of 10 behaviors available, 0.5 means there will + # be 5 trigger inputs, triggers being the inputs that can be activated + # via nanomachines. + triggerQuota=0.4 + } + + # Power settings, buffer sizes and power consumption. + power { + + # The amount of energy the robot assembler can apply per tick. This + # controls the speed at which robots are assembled, basically. + assemblerTickAmount=50 + + # Default "buffer" sizes, i.e. how much energy certain blocks can store. + buffer { + + # The amount of energy an access point can store. + accessPoint=600 + + # The amount of energy a capacitor can store when installed as an + # upgrade into a robot. + batteryUpgrades=[ + 10000, + 15000, + 20000 + ] + + # The amount of energy a single capacitor can store. + capacitor=1600 + + # The amount of bonus energy a capacitor can store for each other + # capacitor it shares a face with. This bonus applies to both of the + # involved capacitors. It reaches a total of two blocks, where the + # bonus is halved for the second neighbor. So three capacitors in a + # row will give a total of 8.8k storage with default values: + # (1.6 + 0.8 + 0.4)k + (0.8 + 1.6 + 0.8)k + (0.4 + 0.8 + 1.6)k + capacitorAdjacencyBonus=800 + + # The amount of energy a computer can store. This allows you to get a + # computer up and running without also having to build a capacitor. + computer=500 + + # The amount of energy a converter can store. This allows directly + # connecting a converter to a distributor, without having to have a + # capacitor on the side of the converter. + converter=1000 + + # The amount of energy each face of a distributor can store. This + # allows connecting two power distributors directly. If the buffer + # capacity between the two distributors is zero, they won't be able + # to exchange energy. This basically controls the bandwidth. You can + # add capacitors between two distributors to increase this bandwidth. + distributor=500 + + # The amount of energy a drone can store in its internal buffer. + drone=5000 + + # The internal buffer size of the hover boots. + hoverBoots=15000 + + # The amount of energy a microcontroller can store in its internal + # buffer. + mcu=1000 + + # Amount of energy stored by nanomachines. Yeah, I also don't know + # where all that energy is stored. It's quite fascinating. + nanomachines=100000 + + # The amount of energy robots can store in their internal buffer. + robot=20000 + + # The amount a tablet can store in its internal buffer. + tablet=10000 + } + + # Carpeted Capacitor settings + # Carpeted Capacitors generate power when sheep or ocelots walk on them + # Power is generated when at least 2 of a type of animal are present. + # A single sheep and a single ocelot generates no power. Note that a + # computer constantly flashing the screen from white to black drains + # approximately 36 units of power per second. Thus, as an example with the + # default values, it would take 12 carpeted capacitors and 24 sheep + # (2 each) to keep the charge rate. Or, 6 carpeted capacitors and 12 + # ocelots to do the same. Values are: units of power per carpeted + # capacitor per second with 2 animals of a type. + carpetedCapacitors { + + # Chance one animal (per capacitor) will take some damage per minute + # Damage chance is only dealt when power is generated + damageChance=0.001 + + # power generated from ocelots + ocelotPower=6 + + # power generated from sheep + sheepPower=3 + } + + # The amount of energy a Charger transfers to each adjacent robot per tick + # if a maximum strength redstone signal is set. Chargers load robots with + # a controllable speed, based on the maximum strength of redstone signals + # going into the block. So if a redstone signal of eight is set, it'll + # charge robots at roughly half speed. + chargerChargeRate=100 + + # The amount of energy a Charger transfers into a tablet, if present, per + # tick. This is also based on configured charge speed, as for robots. + chargerChargeRateTablet=10 + + # Default "costs", i.e. how much energy certain operations consume. + cost { + + # The cost of a single packet sent via StargateTech 2's abstract bus. + abstractBusPacket=1 + + # The amount of energy the chunkloader upgrade draws per tick while + # it is enabled, i.e. actually loading a chunk. + chunkloaderCost=0.06 + + # The amount of energy a computer consumes per tick when running. + computer=0.5 + + # Cost for asymmetric operations on the data card, such as ECDH and ECDSA + # Per-byte cost for ECDSA operation is controlled by `complex` value, + # because data is hashed with SHA256 before signing/verifying + dataCardAsymmetric=10 + + # Cost for complex operations on the data card, such as SHA256, inflate/deflate and SecureRandom. + dataCardComplex=6 + + # Per-byte cost for complex operations + dataCardComplexByte=0.1 + + # Cost for simple operations on the data card, such as MD5 or AES + dataCardSimple=1 + + # Per-byte cost for simple operations + dataCardSimpleByte=0.01 + + # Cost for trivial operations on the data card, such as CRC32 or Base64 + dataCardTrivial=0.2 + + # Per-byte cost for trivial operations + dataCardTrivialByte=0.005 + + # The amount of energy it takes to extract one ingredient from an + # item that is being disassembled. For example, if an item that was + # crafted from three other items gets disassembled, a total of 15000 + # energy will be required by default. + # Note that this is consumed over time, and each time this amount is + # reached *one* ingredient gets ejected (unless it breaks, see the + # disassemblerBreakChance setting). + disassemblerPerItem=2000 + + # The amount of energy a drone consumes per tick when running. + drone=0.4 + + # The base energy cost for assembling a drone. + droneAssemblyBase=25000 + + # The additional amount of energy required to assemble a + # drone for each point of complexity. + droneAssemblyComplexity=15000 + + # Energy it costs to re-program an EEPROM. This is deliberately + # expensive, to discourage frequent re-writing of EEPROMs. + eepromWrite=50 + + # How much energy is consumed when the Geolyzer scans a block. + geolyzerScan=10 + + # Energy it takes to clear a basic screen using the fill command with + # 'space' as the fill char. + # Note: internally this is adjusted to a cost per pixel, and applied + # as such, so this also implicitly defines the cost for higher tier + # screens. + gpuClear=0.1 + + # Energy it takes to copy half of a basic screen via the copy command. + # Note: internally this is adjusted to a cost per pixel, and applied + # as such, so this also implicitly defines the cost for higher tier + # screens. + gpuCopy=0.25 + + # Energy it takes to change a basic screen with the fill command. + # Note: internally this is adjusted to a cost per pixel, and applied + # as such, so this also implicitly defines the cost for higher tier + # screens. + gpuFill=1 + + # Energy it takes to change *every* 'pixel' via the set command of a + # basic screen via the `set` command. + # Note: internally this is adjusted to a cost per pixel, and applied + # as such, so this also implicitly defines the cost for higher tier + # screens. + gpuSet=2 + + # Energy it takes read one kilobyte from a file system. Note that non + # I/O operations on file systems such as `list` or `getFreeSpace` do + # *not* consume power. Note that this very much determines how much + # energy you need in store to start a computer, since you need enough + # to have the computer read all the libraries, which is around 60KB + # at the time of writing. + # Note: internally this is adjusted to a cost per byte, and applied + # as such. It's just specified per kilobyte to be more intuitive. + hddRead=0.1 + + # Energy it takes to write one kilobyte to a file system. + # Note: internally this is adjusted to a cost per byte, and applied + # as such. It's just specified per kilobyte to be more intuitive. + hddWrite=0.25 + + # The amount of energy a hologram projetor consumes per tick. This + # is the cost if every column is lit. If not a single voxel is + # displayed the hologram projector will not drain energy. + hologram=0.2 + + # The amount of energy consumed when the hover boots absorb some fall + # velocity (i.e. when falling from something higher than three blocks). + hoverBootAbsorb=10 + + # The amount of energy consumed when jumping with the hover boots. Only + # applies when the jump boost is applied, i.e. when not sneaking. + hoverBootJump=10 + + # The amount of energy consumed *per second* when moving around while + # wearing the hover boots. This is compensate for the step assist, which + # does not consume energy on a per-use basis. When standing still or + # moving very slowly this also does not trigger. + hoverBootMove=1 + + # Energy consumed by a MFU per tick while connected. + # Similarly to `wirelessCostPerRange`, this is multiplied with the distance to the bound block. + mfuRelay=1 + + # Amount of energy a microcontroller consumes per tick while running. + microcontroller=0.1 + + # The base energy cost for assembling a microcontroller. + microcontrollerAssemblyBase=10000 + + # The additional amount of energy required to assemble a + # microcontroller for each point of complexity. + microcontrollerAssemblyComplexity=10000 + + # Energy consumed per tick per active input node by nanomachines. + nanomachineInput=0.5 + + # Energy consumed when reconfiguring nanomachines. + nanomachinesReconfigure=5000 + + # The amount of energy pushing blocks with the piston upgrade costs. + pistonPush=20 + + # How much energy is required for a single 3D print. + printerModel=100 + + # The amount of energy a robot consumes per tick when running. This is + # per default less than a normal computer uses because... well... they + # are better optimized? It balances out due to the cost for movement, + # interaction and whatnot, and the fact that robots cannot connect to + # component networks directly, so they are no replacements for normal + # computers. + robot=0.25 + + # The base energy cost for assembling a robot. + robotAssemblyBase=50000 + + # The additional amount of energy required to assemble a robot for + # each point of complexity. + robotAssemblyComplexity=10000 + + # The conversion rate of exhaustion from using items to energy + # consumed. Zero means exhaustion does not require energy, one is a + # one to one conversion. For example, breaking a block generates 0.025 + # exhaustion, attacking an entity generates 0.3 exhaustion. + robotExhaustion=10 + + # The amount of energy it takes a robot to move a single block. + robotMove=15 + + # The amount of energy it takes a robot to perform a 90 degree turn. + robotTurn=2.5 + + # The amount of energy a screen consumes per tick. For each lit pixel + # (each character that is not blank) this cost increases linearly: + # for basic screens, if all pixels are lit the cost per tick will be + # this value. Higher tier screens can become even more expensive to + # run, due to their higher resolution. If a screen cannot consume the + # defined amount of energy it will stop rendering the text that + # should be displayed on it. It will *not* forget that text, however, + # so when enough power is available again it will restore the + # previously displayed text (with any changes possibly made in the + # meantime). Note that for multi-block screens *each* screen that is + # part of it will consume this amount of energy per tick. + screen=0.05 + + # The actual cost per tick for computers and robots is multiplied + # with this value if they are currently in a "sleeping" state. They + # enter this state either by calling `os.sleep()` or by pulling + # signals. Note that this does not apply in the tick they resume, so + # you can't fake sleep by calling `os.sleep(0)`. + sleepFactor=0.1 + + # The base energy cost for assembling a tablet. + tabletAssemblyBase=20000 + + # The additional amount of energy required to assemble a tablet for + # each point of complexity. + tabletAssemblyComplexity=5000 + + # Energy required for one transposer operation (regardless of the number + # of items / fluid volume moved). + transposer=1 + + # The amount of energy it costs to send a wireless message with signal + # strength one, which means the signal reaches one block. This is + # scaled up linearly, so for example to send a signal 400 blocks a + # signal strength of 400 is required, costing a total of + # 400 * `wirelessCostPerRange`. In other words, the higher this value, + # the higher the cost of wireless messages. + # See also: `maxWirelessRange`. + # These values are for the tier 1 and 2 wireless cards, in that order. + wirelessCostPerRange=[ + 0.05, + 0.05 + ] + } + + # The amount of energy the disassembler can apply per tick. This + # controls the speed at which items are disassembled, basically. + disassemblerTickAmount=25 + + # The energy efficiency of the generator upgrade. At 1.0 this will + # generate as much energy as you'd get by burning the fuel in a BuildCraft + # Stirling Engine (1MJ per fuel value / burn ticks). To discourage fully + # autonomous robots the efficiency of generators is slighly reduced by + # default. + generatorEfficiency=0.8 + + # Whether to ignore any power requirements. Whenever something requires + # power to function, it will try to get the amount of energy it needs from + # the buffer of its connector node, and in case it fails it won't perform + # the action / trigger a shutdown / whatever. Setting this to `true` will + # simply make the check 'is there enough energy' succeed unconditionally. + # Note that buffers are still filled and emptied following the usual + # rules, there just is no failure case anymore. The converter will however + # not accept power from other mods. + ignorePower=false + + # If you don't want OpenComputers to accept power from one or more of the + # supported power mods, for example because it doesn't suit the vision + # of your mod pack, you can disable support for them here. To stop + # OpenComputers accepting power from a mod, enter its mod id here, e.g. + # `BuildCraftAPI|power`, `IC2`, `factorization`, ... + modBlacklist=[] + + # The amount of energy the printer can apply per tick. This controls + # the speed at which prints are completed, basically. + printerTickAmount=1 + + # The rate at which different blocks accept external power. All of these + # values are in OC energy / tick. + rate { + accessPoint=10 + assembler=100 + case=[ + 5, + 10, + 20 + ] + charger=200 + disassembler=50 + powerConverter=500 + serverRack=50 + } + + # The energy efficiency of the solar generator upgrade. At 1.0 this will + # generate as much energy as you'd get by burning fuel in a BuildCraft + # Stirling Engine . To discourage fully autonomous robots the efficiency + # of solar generators is greatly reduced by default. + solarGeneratorEfficiency=0.2 + + # This determines how often continuous power sinks try to actually try to + # consume energy from the network. This includes computers, robots and + # screens. This also controls how frequent distributors revalidate their + # global state and secondary distributors, as well as how often the power + # converter queries sources for energy (for now: only BuildCraft). If set + # to 1, this would query every tick. The default queries every 10 ticks, + # or in other words twice per second. + # Higher values mean more responsive power consumption, but slightly more + # work per tick (shouldn't be that noticeable, though). Note that this + # has no influence on the actual amount of energy required by computers + # and screens. The power cost is directly scaled up accordingly: + # `tickFrequency * cost`. + tickFrequency=10 + + # Power values for different power systems. For reference, the value of + # OC's internal energy type is 1000. I.e. the conversion ratios are the + # values here divided by 1000. This is mainly to avoid small floating + # point numbers in the config, due to potential loss of precision. + value { + AppliedEnergistics2=200 + Factorization=13 + + # same as RedstoneFlux + ForgeEnergy=100 + Galacticraft=48 + IndustrialCraft2=400 + Mekanism=1333.33 + PowerAdvantage=31.25 + RedstoneFlux=100 + + # / 11256, same as AE2 + RotaryCraft=200 + } + } + + # 3D printer related stuff. + printer { + + # Whether Chamelium is edible or not. When eaten, it gives a (short) + # invisibility buff, and (slightly longer) blindness debuff. + chameliumEdible=true + + # The extra material cost involved for printing a model with a customized + # redstone output, i.e. something in [1, 14]. + customRedstoneCost=300 + + # The amount by which a printers ink buffer gets filled for a single + # cartridge. Tweak this if you think printing is too cheap or expensive. + # Note: the amount a single dye adds is this divided by 10. + inkValue=50000 + + # The amount by which a printers material buffer gets filled for a single + # chamelium. Tweak this if you think printing is too cheap or expensive. + materialValue=2000 + + # The maximum light level a printed block can emit. This defaults to + # a value similar to that of a redstone torch, because by default the + # material prints are made of contains redstone, but no glowstone. + # Prints' light level can further be boosted by crafting them with + # glowstone dust. This is merely the maximum light level that can be + # achieved directly when printing them. + maxBaseLightLevel=8 + + # The maximum number of shape for a state of a 3D print allowed. This is + # for the individual states (off and on), so it is possible to have up to + # this many shapes *per state* (the reasoning being that only one state + # will ever be visible at a time). + maxShapes=24 + + # By what (linear) factor the cost of a print increases if one or both of + # its states are non-collidable (i.e. entities can move through them). + # This only influences the chamelium cost. + noclipMultiplier=2 + + # Whether to enable print opacity, i.e. make prints have shadows. If + # enabled, prints will have an opacity that is estimated from their + # sampled fill rate. This is disabled by default, because MC's lighting + # computation is apparently not very happy with multiple blocks with + # dynamic opacity sitting next to each other, and since all prints share + # the same block type, this can lead to weird shadows on prints. If you + # don't care about that and prefer them to be not totally shadowless, + # enable this. + printsHaveOpacity=false + + # How much of the material used to print a model is refunded when using + # the model to refuel a printer. This the value the original material + # cost is multiplied with, so 1 is a full refund, 0 disables the + # functionality (won't be able to put prints into the material input). + recycleRate=0.75 + } + + # Robot related settings, what they may do and general balancing. + robot { + + # Whether robots may 'activate' blocks in the world. This includes + # pressing buttons and flipping levers, for example. Disable this if it + # causes problems with some mod (but let me know!) or if you think this + # feature is too over-powered. + allowActivateBlocks=true + + # Whether robots may use items for a specifiable duration. This allows + # robots to use items such as bows, for which the right mouse button has + # to be held down for a longer period of time. For robots this works + # slightly different: the item is told it was used for the specified + # duration immediately, but the robot will not resume execution until the + # time that the item was supposedly being used has elapsed. This way + # robots cannot rapidly fire critical shots with a bow, for example. + allowUseItemsWithDuration=true + + # Whether robots may damage players if they get in their way. This + # includes all 'player' entities, which may be more than just real players + # in the game. + canAttackPlayers=false + + # Allows fine-tuning of delays for robot actions. + delays { + + # The time in seconds to pause execution after an item was + # successfully dropped from a robot's inventory. + drop=0.5 + + # This is the *ratio* of the time a player would require to harvest a + # block. Note that robots cannot break blocks they cannot harvest. So + # the time a robot is forced to sleep after harvesting a block is + # breakTime * harvestRatio + # Breaking a block will always at least take one tick, 0.05 seconds. + harvestRatio=1 + + # The time in seconds to pause execution after a robot issued a + # successful move command. Note that this essentially determines how + # fast robots can move around, since this also determines the length + # of the move animation. + move=0.4 + + # The time in seconds to pause execution after a robot successfully + # placed an item from its inventory. + place=0.4 + + # The time in seconds to pause execution after a robot successfully + # picked up an item after triggering a suck command. + suck=0.5 + + # The time in seconds to pause execution after a robot successfully + # swung a tool (or it's 'hands' if nothing is equipped). Successful in + # this case means that it hit something, i.e. it attacked an entity or + # extinguishing fires. + # When breaking blocks the normal harvest time scaled with the + # `harvestRatio` (see below) applies. + swing=0.4 + + # The time in seconds to pause execution after a robot turned either + # left or right. Note that this essentially determines hw fast robots + # can turn around, since this also determines the length of the turn + # animation. + turn=0.4 + + # The time in seconds to pause execution after a robot successfully + # used an equipped tool (or it's 'hands' if nothing is equipped). + # Successful in this case means that it either used the equipped item, + # for example a splash potion, or that it activated a block, for + # example by pushing a button. + # Note that if an item is used for a specific amount of time, like + # when shooting a bow, the maximum of this and the duration of the + # item use is taken. + use=0.4 + } + + # The rate at which items used as tools by robots take damage. A value of + # one means that items lose durability as quickly as when they are used by + # a real player. A value of zero means they will not lose any durability + # at all. This only applies to items that can actually be damaged (such as + # swords, pickaxes, axes and shovels). + # Note that this actually is the *chance* of an item losing durability + # when it is used. Or in other words, it's the inverse chance that the + # item will be automatically repaired for the damage it just took + # immediately after it was used. + itemDamageRate=0.1 + + # Limit robot flight height, based on the following rules: + # - Robots may only move if the start or target position is valid (e.g. + # to allow building bridges). + # - The position below a robot is always valid (can always move down). + # - Positions up to above a block are valid (limited + # flight capabilities). + # - Any position that has an adjacent block with a solid face towards the + # position is valid (robots can "climb"). + # Set this to 256 to allow robots to fly whereever, as was the case + # before the 1.5 update. Consider using drones for cases where you need + # unlimited flight capabilities instead! + limitFlightHeight=8 + + # The name format to use for robots. The substring '$player$' is + # replaced with the name of the player that owns the robot, so for the + # first robot placed this will be the name of the player that placed it. + # This is transitive, i.e. when a robot in turn places a robot, that + # robot's owner, too, will be the owner of the placing robot. + # The substring $random$ will be replaced with a random number in the + # interval [1, 0xFFFFFF], which may be useful if you need to differentiate + # individual robots. + # If a robot is placed by something that is not a player, e.g. by some + # block from another mod, the name will default to 'OpenComputers'. + nameFormat="$player$.robot" + + # Determines whether robots are a pretty cool guy. Ususally cobwebs are + # the bane of anything using a tool other than a sword or shears. This is + # an utter pain in the part you sit on, because it makes robots meant to + # dig holes utterly useless: the poor things couldn't break cobwebs in + # mining shafts with their golden pick axes. So, if this setting is true, + # we check for cobwebs and allow robots to break 'em anyway, no matter + # their current tool. After all, the hardness value of cobweb can only + # rationally explained by Steve's fear of spiders, anyway. + notAfraidOfSpiders=true + + # The 'range' of robots when swinging an equipped tool (left click). This + # is the distance to the center of block the robot swings the tool in to + # the side the tool is swung towards. I.e. for the collision check, which + # is performed via ray tracing, this determines the end point of the ray + # like so: `block_center + unit_vector_towards_side * swingRange` + # This defaults to a value just below 0.5 to ensure the robots will not + # hit anything that's actually outside said block. + swingRange=0.49 + + # The maximum flight height with upgrades, tier one and tier two of the + # hover upgrade, respectively. + upgradeFlightHeight=[ + 64, + 256 + ] + + # The 'range' of robots when using an equipped tool (right click) or when + # placing items from their inventory. See `robot.swingRange`. This + # defaults to a value large enough to allow robots to detect 'farmland', + # i.e. tilled dirt, so that they can plant seeds. + useAndPlaceRange=0.65 + + # Controls the UUID robots are given. You can either specify a fixed UUID + # here or use the two provided variables: + # - $random$, which will assign each robot a random UUID. + # - $player$, which assigns to each placed robot the UUID of the player + # that placed it (note: if robots are placed by fake players, i.e. + # other mods' blocks, they will get that mods' fake player's profile!) + # Note that if no player UUID is available this will be the same as + # $random$. + uuidFormat="$player$" + + # This controls how fast robots gain experience, and how that experience + # alters the stats. + xp { + + # This controls how much experience a robot gains for each successful + # action it performs. "Actions" only include the following: swinging a + # tool and killing something or destroying a block and placing a block + # successfully. Note that a call to `swing` or `use` while "bare handed" + # will *not* gain a robot any experience. + actionXp=0.05 + + # The required amount per level is computed like this: + # xp(level) = baseValue + (level * constantGrowth) ^ exponentialGrowth + baseValue=50 + + # This is the amount of additional energy that fits into a robots + # internal buffer for each level it gains. So with the default values, + # at maximum level (30) a robot will have an internal buffer size of + # two hundred thousand. + bufferPerLevel=5000 + + # The required amount per level is computed like this: + # xp(level) = baseValue + (level * constantGrowth) ^ exponentialGrowth + constantGrowth=8 + + # This determines how much "exhaustion" contributes to a robots + # experience. This is additive to the "action" xp, so digging a block + # will per default give 0.05 + 0.025 [exhaustion] * 1.0 = 0.075 XP. + exhaustionXpRate=1 + + # The required amount per level is computed like this: + # xp(level) = baseValue + (level * constantGrowth) ^ exponentialGrowth + exponentialGrowth=2 + + # The increase in block harvest speed a robot gains per level. The time + # it takes to break a block is computed as actualTime * (1 - bonus). + # For example at level 20, with a bonus of 0.4 instead of taking 0.3 + # seconds to break a stone block with a diamond pick axe it only takes + # 0.12 seconds. + harvestSpeedBoostPerLevel=0.02 + + # This determines how much experience a robot gets for each real XP orb + # an ore it harvested would have dropped. For example, coal is worth + # two real experience points, redstone is worth 5. + oreXpRate=4 + + # The additional "efficiency" a robot gains in using tools with each + # level. This basically increases the chances of a tool not losing + # durability when used, relative to the base rate. So for example, a + # robot with level 15 gets a 0.15 bonus, with the default damage rate + # that would lead to a damage rate of 0.1 * (1 - 0.15) = 0.085. + toolEfficiencyPerLevel=0.01 + } + } + + # Switch and access point network message forwarding logic related stuff. + switch { + + # This is the size of the queue of a not upgraded switch. Increasing it + # avoids packets being dropped when many messages are sent in a single + # burst. + defaultMaxQueueSize=20 + + # The base number of packets that get relayed in one 'cycle'. The + # cooldown between cycles is determined by the delay. + defaultRelayAmount=1 + + # The delay a switch has by default between relaying packets (in ticks). + # WARNING: lowering this value will result in higher maximum CPU load, + # and may in extreme cases cause server lag. + defaultRelayDelay=5 + + # This is the amount by which the queue size increases per tier of the + # hard drive installed in the switch. + queueSizeUpgrade=10 + + # The number of additional packets that get relayed per cycle, based on + # the tier of RAM installed in the switch. For built-in RAM this + # increases by one per half-tier, for third-party ram this increases by + # two per item tier. + relayAmountUpgrade=1 + + # The amount of ticks the delay is *reduced* by per tier of the CPU + # inserted into a switch. + relayDelayUpgrade=1.5 + } + + # The version of OC this config was generated by. This is used to allow the + # mod to reset parts of the config when their meaning changed across + # versions, so that the user does not have to delete it. + version="1.7.5.192" + +} \ No newline at end of file diff --git a/config/opencomputers/user.recipes b/config/opencomputers/user.recipes new file mode 100644 index 00000000..69c4632b --- /dev/null +++ b/config/opencomputers/user.recipes @@ -0,0 +1,20 @@ +# To use different sets of recipes, include other recipe files in the order of +# priority to use the recipes defined in them. The last include has the highest +# priority (i.e. included recipes simply replace the current definition for all +# already known recipes). + +# To disable a recipe, assign a boolean value to it. For example, to disable +# the recipe for the transistor: `transistor = false`. This will disable the +# recipe and hide the item in the creative tab and NEI. If you assign `true`, +# the recipe will still be disabled, but not hidden in the creative tab/NEI. + +include file("default.recipes") +#include file("hardmode.recipes") +#include file("gregtech.recipes") +#include file("peaceful.recipes") +#include file("your_custom.recipes") + +# You can also specify custom recipes in this file directly. Have a look at the +# default.recipes file to get an idea how recipes have to be structured. You'll +# want to define your recipes after all includes, to avoid those overwriting +# your recipes. \ No newline at end of file diff --git a/config/openmods.cfg b/config/openmods.cfg new file mode 100644 index 00000000..0bb06f08 --- /dev/null +++ b/config/openmods.cfg @@ -0,0 +1,29 @@ +# 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/overpoweredarmorbar.cfg b/config/overpoweredarmorbar.cfg new file mode 100644 index 00000000..afebb7ca --- /dev/null +++ b/config/overpoweredarmorbar.cfg @@ -0,0 +1,21 @@ +# 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/p455w0rdsLib.cfg b/config/p455w0rdsLib.cfg new file mode 100644 index 00000000..5ad0b87a --- /dev/null +++ b/config/p455w0rdsLib.cfg @@ -0,0 +1,32 @@ +# 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/packagedauto.cfg b/config/packagedauto.cfg new file mode 100644 index 00000000..acf2ed0a --- /dev/null +++ b/config/packagedauto.cfg @@ -0,0 +1,80 @@ +# Configuration file + +blocks { + + encoder { + # How many pattern slots should the Package Recipe Encoder have. + I:pattern_slots=20 + } + + packager { + # Should the Packager not require exact inputs only when it will not be ambiguous which package to make. + 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 + + # Should the Packager not require exact inputs. Overrides check_disjoint. + 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 { + # Should the Packager Extension not require exact inputs only when it will not be ambiguous which package to make. + 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 + + # Should the Packager Extension not require exact inputs. Overrides check_disjoint. + 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/packagedexcrafting.cfg b/config/packagedexcrafting.cfg new file mode 100644 index 00000000..37c41e74 --- /dev/null +++ b/config/packagedexcrafting.cfg @@ -0,0 +1,109 @@ +# 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/particleculling.cfg b/config/particleculling.cfg new file mode 100644 index 00000000..8c67c91d --- /dev/null +++ b/config/particleculling.cfg @@ -0,0 +1,30 @@ +# 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/patchouli.cfg b/config/patchouli.cfg new file mode 100644 index 00000000..2abcc60e --- /dev/null +++ b/config/patchouli.cfg @@ -0,0 +1,23 @@ +# 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/performant.cfg b/config/performant.cfg new file mode 100644 index 00000000..e521f3a6 --- /dev/null +++ b/config/performant.cfg @@ -0,0 +1,59 @@ +# 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/phosphor.json b/config/phosphor.json new file mode 100644 index 00000000..3af625ca --- /dev/null +++ b/config/phosphor.json @@ -0,0 +1,5 @@ +{ + "enable_illegal_thread_access_warnings": true, + "enable_phosphor": true, + "show_patreon_message": false +} \ No newline at end of file diff --git a/config/pillar.cfg b/config/pillar.cfg new file mode 100644 index 00000000..e22ad3ec --- /dev/null +++ b/config/pillar.cfg @@ -0,0 +1,20 @@ +# 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 + + # [range: 0.0 ~ 3.4028235E38, default: 1.0] + S:"Rarity Multiplier"=1.0 +} + + diff --git a/config/placebo.cfg b/config/placebo.cfg new file mode 100644 index 00000000..875413a4 --- /dev/null +++ b/config/placebo.cfg @@ -0,0 +1,11 @@ +# 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 +} + + diff --git a/config/planarartifice.cfg b/config/planarartifice.cfg new file mode 100644 index 00000000..45cdb11d --- /dev/null +++ b/config/planarartifice.cfg @@ -0,0 +1,51 @@ +# 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/plethora-core.cfg b/config/plethora-core.cfg new file mode 100644 index 00000000..9165675c --- /dev/null +++ b/config/plethora-core.cfg @@ -0,0 +1,662 @@ +# 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/plethora.cfg b/config/plethora.cfg new file mode 100644 index 00000000..bdfc1574 --- /dev/null +++ b/config/plethora.cfg @@ -0,0 +1,156 @@ +# 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/plustic.cfg b/config/plustic.cfg new file mode 100644 index 00000000..ac63c65f --- /dev/null +++ b/config/plustic.cfg @@ -0,0 +1,350 @@ +# 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"=true + + # 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"=true + + # 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"=true + + # 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"=true + 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"=true + + # 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"=false + + # 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/portalgun.cfg b/config/portalgun.cfg new file mode 100644 index 00000000..a8f1e7d4 --- /dev/null +++ b/config/portalgun.cfg @@ -0,0 +1,68 @@ +# 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/projectex.cfg b/config/projectex.cfg new file mode 100644 index 00000000..f89e8e23 --- /dev/null +++ b/config/projectex.cfg @@ -0,0 +1,307 @@ +# 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=20000000 + + # 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/projectx.cfg b/config/projectx.cfg new file mode 100644 index 00000000..fcb5ce72 --- /dev/null +++ b/config/projectx.cfg @@ -0,0 +1,74 @@ +# 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/railcraft/blocks.cfg b/config/railcraft/blocks.cfg new file mode 100644 index 00000000..e49d90c8 --- /dev/null +++ b/config/railcraft/blocks.cfg @@ -0,0 +1,427 @@ +# Configuration file + +########################################################################################################## +# blocks +#--------------------------------------------------------------------------------------------------------# +# Here you can disable entire blocks. +# Changing these will have adverse effects on existing worlds. +# For the list of which sub-blocks are on each ID see the sub-block section below. +########################################################################################################## + +blocks { + B:actuator=true + B:admin_steam_producer=true + B:anvil=true + B:battery_nickel_iron=true + B:battery_nickel_zinc=true + B:battery_zinc_carbon=true + B:battery_zinc_silver=true + B:blast_furnace=true + B:boiler_firebox_fluid=true + B:boiler_firebox_solid=true + B:boiler_tank_pressure_high=true + B:boiler_tank_pressure_low=true + B:brick_abyssal=true + B:brick_andesite=true + B:brick_bleachedbone=true + B:brick_bloodstained=true + B:brick_diorite=true + B:brick_frostbound=true + B:brick_granite=true + B:brick_infernal=true + B:brick_nether=true + B:brick_pearlized=true + B:brick_quarried=true + B:brick_red_nether=true + B:brick_red_sandy=true + B:brick_sandy=true + B:charge_feeder=true + B:charge_trap=true + B:chest_metals=true + B:chest_void=true + B:coke_oven=true + B:coke_oven_red=true + B:detector=true + B:equipment=true + B:fluid.creosote=true + B:fluid.steam=true + B:flux_transformer=true + B:force_track_emitter=true + B:frame=true + B:generic=true + B:glass=true + B:lantern=true + B:logbook=true + B:manipulator=true + B:metal=true + B:ore=true + B:ore_magic=true + B:ore_metal=true + B:ore_metal_poor=true + B:post=true + B:post_metal=true + B:post_metal_platform=true + B:reinforced_concrete=true + B:ritual=true + B:rock_crusher=true + B:signal=true + B:signal_box=true + B:signal_dual=true + B:slab=true + B:stair=true + B:steam_oven=true + B:steam_turbine=true + B:tank_iron_gauge=true + B:tank_iron_valve=true + B:tank_iron_wall=true + B:tank_steel_gauge=true + B:tank_steel_valve=true + B:tank_steel_wall=true + B:tank_water=true + B:track_elevator=true + B:track_flex_abandoned=true + B:track_flex_electric=true + B:track_flex_high_speed=true + B:track_flex_hs_electric=true + B:track_flex_reinforced=true + B:track_flex_strap_iron=true + B:track_force=true + B:track_outfitted=true + B:trade_station=true + B:wall=true + B:wire=true + B:worldlogic=true + B:worldspike=true + B:worldspike_point=true +} + + +########################################################################################################## +# subblocks +#--------------------------------------------------------------------------------------------------------# +# Here is were you can enable/disable various sub-blocks. +# Railcraft will attempt to compensate for any missing component by providing alternatives (usually). +########################################################################################################## + +subblocks { + B:activator=true + B:actuator_lever=true + B:actuator_motor=true + B:actuator_routing=true + B:booster=true + B:brick_abyssal_block=true + B:brick_abyssal_brick=true + B:brick_abyssal_cobble=true + B:brick_abyssal_etched=true + B:brick_abyssal_fitted=true + B:brick_abyssal_ornate=true + B:brick_andesite_block=true + B:brick_andesite_brick=true + B:brick_andesite_cobble=true + B:brick_andesite_etched=true + B:brick_andesite_fitted=true + B:brick_andesite_ornate=true + B:brick_bleachedbone_block=true + B:brick_bleachedbone_brick=true + B:brick_bleachedbone_cobble=true + B:brick_bleachedbone_etched=true + B:brick_bleachedbone_fitted=true + B:brick_bleachedbone_ornate=true + B:brick_bloodstained_block=true + B:brick_bloodstained_brick=true + B:brick_bloodstained_cobble=true + B:brick_bloodstained_etched=true + B:brick_bloodstained_fitted=true + B:brick_bloodstained_ornate=true + B:brick_diorite_block=true + B:brick_diorite_brick=true + B:brick_diorite_cobble=true + B:brick_diorite_etched=true + B:brick_diorite_fitted=true + B:brick_diorite_ornate=true + B:brick_frostbound_block=true + B:brick_frostbound_brick=true + B:brick_frostbound_cobble=true + B:brick_frostbound_etched=true + B:brick_frostbound_fitted=true + B:brick_frostbound_ornate=true + B:brick_granite_block=true + B:brick_granite_brick=true + B:brick_granite_cobble=true + B:brick_granite_etched=true + B:brick_granite_fitted=true + B:brick_granite_ornate=true + B:brick_infernal_block=true + B:brick_infernal_brick=true + B:brick_infernal_cobble=true + B:brick_infernal_etched=true + B:brick_infernal_fitted=true + B:brick_infernal_ornate=true + B:brick_nether_block=true + B:brick_nether_brick=true + B:brick_nether_cobble=true + B:brick_nether_etched=true + B:brick_nether_fitted=true + B:brick_nether_ornate=true + B:brick_pearlized_block=true + B:brick_pearlized_brick=true + B:brick_pearlized_cobble=true + B:brick_pearlized_etched=true + B:brick_pearlized_fitted=true + B:brick_pearlized_ornate=true + B:brick_quarried_block=true + B:brick_quarried_brick=true + B:brick_quarried_cobble=true + B:brick_quarried_etched=true + B:brick_quarried_fitted=true + B:brick_quarried_ornate=true + B:brick_red_nether_block=true + B:brick_red_nether_brick=true + B:brick_red_nether_cobble=true + B:brick_red_nether_etched=true + B:brick_red_nether_fitted=true + B:brick_red_nether_ornate=true + B:brick_red_sandy_block=true + B:brick_red_sandy_brick=true + B:brick_red_sandy_cobble=true + B:brick_red_sandy_etched=true + B:brick_red_sandy_fitted=true + B:brick_red_sandy_ornate=true + B:brick_sandy_block=true + B:brick_sandy_brick=true + B:brick_sandy_cobble=true + B:brick_sandy_etched=true + B:brick_sandy_fitted=true + B:brick_sandy_ornate=true + B:buffer=true + B:charge_feeder_admin=true + B:charge_feeder_ic2=true + B:control=true + B:coupler=true + B:delayed=true + B:detector=true + B:detector_advanced=true + B:detector_age=true + B:detector_animal=true + B:detector_any=true + B:detector_empty=true + B:detector_item=true + B:detector_locomotive=true + B:detector_mob=true + B:detector_player=true + B:detector_routing=true + B:detector_sheep=true + B:detector_tank=true + B:detector_train=true + B:detector_villager=true + B:disembarking=true + B:dumping=true + B:embarking=true + B:equipment_feed_station=true + B:equipment_rolling_manual=true + B:equipment_rolling_powered=true + B:equipment_smoker=true + B:gated=true + B:generic_brass=true + B:generic_bronze=true + B:generic_coke=true + B:generic_concrete=true + B:generic_copper=true + B:generic_creosote=true + B:generic_crushed_obsidian=true + B:generic_invar=true + B:generic_lead=true + B:generic_nickel=true + B:generic_silver=true + B:generic_steel=true + B:generic_stone_abyssal=true + B:generic_stone_quarried=true + B:generic_tin=true + B:generic_zinc=true + B:junction=true + B:launcher=true + B:locking=true + B:locomotive=true + B:manipulator_dispenser_cart=true + B:manipulator_dispenser_train=true + B:manipulator_loader_fluid=true + B:manipulator_loader_ic2=true + B:manipulator_loader_item=true + B:manipulator_loader_item_advanced=true + B:manipulator_loader_rf=true + B:manipulator_unloader_fluid=true + B:manipulator_unloader_ic2=true + B:manipulator_unloader_item=true + B:manipulator_unloader_item_advanced=true + B:manipulator_unloader_rf=true + B:messenger=true + B:metal_brass=true + B:metal_bronze=true + B:metal_copper=true + B:metal_invar=true + B:metal_lead=true + B:metal_nickel=true + B:metal_silver=true + B:metal_steel=true + B:metal_tin=true + B:metal_zinc=true + B:one_way=true + B:ore_dark_diamond=true + B:ore_dark_emerald=true + B:ore_dark_lapis=true + B:ore_magic_firestone=true + B:ore_metal_copper=true + B:ore_metal_lead=true + B:ore_metal_nickel=true + B:ore_metal_poor_copper=true + B:ore_metal_poor_gold=true + B:ore_metal_poor_iron=true + B:ore_metal_poor_lead=true + B:ore_metal_poor_nickel=true + B:ore_metal_poor_silver=true + B:ore_metal_poor_tin=true + B:ore_metal_poor_zinc=true + B:ore_metal_silver=true + B:ore_metal_tin=true + B:ore_metal_zinc=true + B:ore_saltpeter=true + B:ore_sulfur=true + B:priming=true + B:reinforced_concrete_black=true + B:reinforced_concrete_blue=true + B:reinforced_concrete_brown=true + B:reinforced_concrete_cyan=true + B:reinforced_concrete_gray=true + B:reinforced_concrete_green=true + B:reinforced_concrete_light_blue=true + B:reinforced_concrete_light_gray=true + B:reinforced_concrete_lime=true + B:reinforced_concrete_magenta=true + B:reinforced_concrete_orange=true + B:reinforced_concrete_pink=true + B:reinforced_concrete_purple=true + B:reinforced_concrete_red=true + B:reinforced_concrete_white=true + B:reinforced_concrete_yellow=true + B:routing=true + B:signal_block=true + B:signal_box_analog=true + B:signal_box_capacitor=true + B:signal_box_controller=true + B:signal_box_interlock=true + B:signal_box_receiver=true + B:signal_box_relay=true + B:signal_box_sequencer=true + B:signal_distant=true + B:signal_dual_block=true + B:signal_dual_distant=true + B:signal_dual_token=true + B:signal_token=true + B:tank_iron_gauge_black=true + B:tank_iron_gauge_blue=true + B:tank_iron_gauge_brown=true + B:tank_iron_gauge_cyan=true + B:tank_iron_gauge_gray=true + B:tank_iron_gauge_green=true + B:tank_iron_gauge_light_blue=true + B:tank_iron_gauge_light_gray=true + B:tank_iron_gauge_lime=true + B:tank_iron_gauge_magenta=true + B:tank_iron_gauge_orange=true + B:tank_iron_gauge_pink=true + B:tank_iron_gauge_purple=true + B:tank_iron_gauge_red=true + B:tank_iron_gauge_white=true + B:tank_iron_gauge_yellow=true + B:tank_iron_valve_black=true + B:tank_iron_valve_blue=true + B:tank_iron_valve_brown=true + B:tank_iron_valve_cyan=true + B:tank_iron_valve_gray=true + B:tank_iron_valve_green=true + B:tank_iron_valve_light_blue=true + B:tank_iron_valve_light_gray=true + B:tank_iron_valve_lime=true + B:tank_iron_valve_magenta=true + B:tank_iron_valve_orange=true + B:tank_iron_valve_pink=true + B:tank_iron_valve_purple=true + B:tank_iron_valve_red=true + B:tank_iron_valve_white=true + B:tank_iron_valve_yellow=true + B:tank_iron_wall_black=true + B:tank_iron_wall_blue=true + B:tank_iron_wall_brown=true + B:tank_iron_wall_cyan=true + B:tank_iron_wall_gray=true + B:tank_iron_wall_green=true + B:tank_iron_wall_light_blue=true + B:tank_iron_wall_light_gray=true + B:tank_iron_wall_lime=true + B:tank_iron_wall_magenta=true + B:tank_iron_wall_orange=true + B:tank_iron_wall_pink=true + B:tank_iron_wall_purple=true + B:tank_iron_wall_red=true + B:tank_iron_wall_white=true + B:tank_iron_wall_yellow=true + B:tank_steel_gauge_black=true + B:tank_steel_gauge_blue=true + B:tank_steel_gauge_brown=true + B:tank_steel_gauge_cyan=true + B:tank_steel_gauge_gray=true + B:tank_steel_gauge_green=true + B:tank_steel_gauge_light_blue=true + B:tank_steel_gauge_light_gray=true + B:tank_steel_gauge_lime=true + B:tank_steel_gauge_magenta=true + B:tank_steel_gauge_orange=true + B:tank_steel_gauge_pink=true + B:tank_steel_gauge_purple=true + B:tank_steel_gauge_red=true + B:tank_steel_gauge_white=true + B:tank_steel_gauge_yellow=true + B:tank_steel_valve_black=true + B:tank_steel_valve_blue=true + B:tank_steel_valve_brown=true + B:tank_steel_valve_cyan=true + B:tank_steel_valve_gray=true + B:tank_steel_valve_green=true + B:tank_steel_valve_light_blue=true + B:tank_steel_valve_light_gray=true + B:tank_steel_valve_lime=true + B:tank_steel_valve_magenta=true + B:tank_steel_valve_orange=true + B:tank_steel_valve_pink=true + B:tank_steel_valve_purple=true + B:tank_steel_valve_red=true + B:tank_steel_valve_white=true + B:tank_steel_valve_yellow=true + B:tank_steel_wall_black=true + B:tank_steel_wall_blue=true + B:tank_steel_wall_brown=true + B:tank_steel_wall_cyan=true + B:tank_steel_wall_gray=true + B:tank_steel_wall_green=true + B:tank_steel_wall_light_blue=true + B:tank_steel_wall_light_gray=true + B:tank_steel_wall_lime=true + B:tank_steel_wall_magenta=true + B:tank_steel_wall_orange=true + B:tank_steel_wall_pink=true + B:tank_steel_wall_purple=true + B:tank_steel_wall_red=true + B:tank_steel_wall_white=true + B:tank_steel_wall_yellow=true + B:throttle=true + B:transition=true + B:turnout=true + B:whistle=true + B:worldspike_admin=true + B:worldspike_passive=true + B:worldspike_personal=true + B:worldspike_standard=true + B:wye=true +} + + diff --git a/config/railcraft/client.cfg b/config/railcraft/client.cfg new file mode 100644 index 00000000..6f24f780 --- /dev/null +++ b/config/railcraft/client.cfg @@ -0,0 +1,17 @@ +# Configuration file + +client { + # change to '{t}=false' to disable Ghost Train rendering + B:enableGhostTrain=true + + # change to '{t}=false' to disable Polar Express (snow) rendering + B:enablePolarExpress=true + + # + # change '14' to a number ranging from '0' to '15' to represent the dynamic lighting of the locomotive when Dynamic Lights mod is present. + # If it is '0' then locomotive lightning will be disabled. + # + I:locomotiveLightLevel=14 +} + + diff --git a/config/railcraft/entities.cfg b/config/railcraft/entities.cfg new file mode 100644 index 00000000..b97df3f7 --- /dev/null +++ b/config/railcraft/entities.cfg @@ -0,0 +1,40 @@ +# Configuration file + +########################################################################################################## +# entities +#--------------------------------------------------------------------------------------------------------# +# Disable individual entities here. +########################################################################################################## + +entities { + B:bore=true + B:cart_bed=true + B:cart_cargo=true + B:cart_chest_metals=true + B:cart_chest_void=true + B:cart_gift=true + B:cart_ic2_batbox=true + B:cart_ic2_cesu=true + B:cart_ic2_mfe=true + B:cart_ic2_mfsu=true + B:cart_jukebox=true + B:cart_pumpkin=true + B:cart_redstone_flux=true + B:cart_spawner=true + B:cart_tank=true + B:cart_tnt_wood=true + B:cart_trade_station=true + B:cart_work=true + B:cart_worldspike_admin=true + B:cart_worldspike_personal=true + B:cart_worldspike_standard=true + B:locomotive_creative=true + B:locomotive_electric=true + B:locomotive_steam_solid=true + B:mow_track_layer=true + B:mow_track_relayer=true + B:mow_track_remover=true + B:mow_undercutter=true +} + + diff --git a/config/railcraft/items.cfg b/config/railcraft/items.cfg new file mode 100644 index 00000000..4800eec1 --- /dev/null +++ b/config/railcraft/items.cfg @@ -0,0 +1,87 @@ +# Configuration file + +########################################################################################################## +# items +#--------------------------------------------------------------------------------------------------------# +# Many items can be disabled by setting them to 'false'. +# This is not true for all items, so some experimentation may be needed. +# Some disabled items will cause a substitute to be used in crafting recipes. +########################################################################################################## + +items { + B:armor_boots_steel=true + B:armor_chestplate_steel=true + B:armor_goggles=true + B:armor_helmet_steel=true + B:armor_leggings_steel=true + B:armor_overalls=true + B:backpack_apothecary_t1=true + B:backpack_apothecary_t2=true + B:backpack_iceman_t1=true + B:backpack_iceman_t2=true + B:backpack_signalman_t1=true + B:backpack_signalman_t2=true + B:backpack_trackman_t1=true + B:backpack_trackman_t2=true + B:bleached_clay=true + B:borehead_bronze=true + B:borehead_diamond=true + B:borehead_iron=true + B:borehead_steel=true + B:charge=true + B:circuit=true + B:concrete=true + B:dust=true + B:filter_bee=true + B:filter_bee_genome=true + B:filter_blank=true + B:filter_ore_dict=true + B:filter_type=true + B:firestone_cracked=true + B:firestone_cut=true + B:firestone_raw=true + B:firestone_refined=true + B:fluid_bottle_creosote=true + B:fluid_bottle_steam=true + B:fuel_coke=true + B:gear=true + B:ic2_upgrade_lapotron=true + B:ingot=true + B:nugget=true + B:plate=true + B:rail=true + B:railbed=true + B:rebar=true + B:routing_table=true + B:routing_ticket=true + B:routing_ticket_gold=true + B:signal_lamp=true + B:tie=true + B:tool_axe_steel=true + B:tool_charge_meter=true + B:tool_crowbar_diamond=true + B:tool_crowbar_iron=true + B:tool_crowbar_seasons=true + B:tool_crowbar_steel=true + B:tool_hoe_steel=true + B:tool_magnifying_glass=true + B:tool_notepad=true + B:tool_pickaxe_steel=true + B:tool_shears_steel=true + B:tool_shovel_steel=true + B:tool_signal_label=true + B:tool_signal_surveyor=true + B:tool_signal_tuner=true + B:tool_spike_maul_iron=true + B:tool_spike_maul_steel=true + B:tool_stone_carver=true + B:tool_sword_steel=true + B:tool_whistle_tuner=true + B:track_kit=true + B:track_parts=true + B:turbine_blade=true + B:turbine_disk=true + B:turbine_rotor=true +} + + diff --git a/config/railcraft/modules.cfg b/config/railcraft/modules.cfg new file mode 100644 index 00000000..d5614adb --- /dev/null +++ b/config/railcraft/modules.cfg @@ -0,0 +1,105 @@ +# Configuration file + +########################################################################################################## +# modules +#--------------------------------------------------------------------------------------------------------# +# Disabling these Modules can greatly change how the mod functions. +# For example, disabling the Train Module will prevent you from linking carts. +# Disabling the Locomotive Module will remove the extra drag added to Trains. +# Disabling the World Module will disable all world gen. +# Railcraft will attempt to compensate for disabled Modules on a best effort basis. +# It will define alternate recipes and crafting paths, but the system is far from flawless. +# Unexpected behavior, bugs, or crashes may occur. Please report any issues so they can be fixed. +# +########################################################################################################## + +modules { + # tunnel bore, maintenance carts, feed station, trade station, detectors + B:"railcraft:automation"=true + + # railcraft custom carts + B:"railcraft:carts"=true + + # all things charge + B:"railcraft:charge"=true + + # worldspikes, worldspike carts + B:"railcraft:chunk_loading"=true + + # emblems + B:"railcraft:emblem"=true + + # assorted stuff including elevator track and (anti)grief + B:"railcraft:extras"=true + + # coke oven, blast furnace, rolling machine, rock crusher, etc... + B:"railcraft:factory"=true + + # forestry integration + B:"railcraft:forestry"=true + + # industrial craft integration + B:"railcraft:ic2"=true + + # locomotives, locomotive related tracks, train drag + B:"railcraft:locomotives"=true + + # firestone, waterstone, icestone + B:"railcraft:magic"=true + + # redstone flux cart + B:"railcraft:redstone_flux"=true + + # metals, fluids, raw materials + B:"railcraft:resources"=true + + # routing tables, tickets, detectors, etc... + B:"railcraft:routing"=true + + # christmas, halloween + B:"railcraft:seasonal"=true + + # signals, signal boxes + B:"railcraft:signals"=true + + # engines, boilers, steam traps + B:"railcraft:steam"=true + + # glass, posts, stairs, slabs, lanterns, walls + B:"railcraft:structures"=true + + # thaumcraft integration + B:"railcraft:thaumcraft"=true + + # track kits, outfitted track + B:"railcraft:tracks"=true + + # abandoned tracks + B:"railcraft:tracks|abandoned"=true + + # electric tracks + B:"railcraft:tracks|electric"=true + + # high speed tracks + B:"railcraft:tracks|high_speed"=true + + # high speed electric tracks + B:"railcraft:tracks|high_speed_electric"=true + + # reinforced tracks + B:"railcraft:tracks|reinforced"=true + + # strap iron tracks + B:"railcraft:tracks|strap_iron"=true + + # cart linking, train dispenser, coupler track kit + B:"railcraft:train"=true + + # loaders, cargo cart, tank cart, multiblock tanks + B:"railcraft:transport"=true + + # world gen, ores, villages + B:"railcraft:world"=true +} + + diff --git a/config/railcraft/ores/mine_copper.cfg b/config/railcraft/ores/mine_copper.cfg new file mode 100644 index 00000000..f6d5774d --- /dev/null +++ b/config/railcraft/ores/mine_copper.cfg @@ -0,0 +1,176 @@ +# Configuration file + +########################################################################################################## +# ore +#--------------------------------------------------------------------------------------------------------# +# Copy this file to add your own ore spawns or deleted it to disable spawning. +# Setting railcraft.config->worldgen.generateDefaultConfigs to true will reset the entire folder to defaults. +########################################################################################################## + +ore { + # The number of ore blocks generated during each successful event. Each chunk generally gets 216 generation events, but not all events result in ore spawn due to chance settings and noise fields. [range: 1 ~ 16, default: 8] + I:blockCount=8 + + # The y level that the mine will generate at. Generally you should keep this below 220 for vanilla height worlds. If your sea level is the normal 63, its usually best to stay below 50 as well due to the topsoil. [range: 10 ~ 2147483647, default: 60] + I:depth=60 + + # The scale of the gaussian distribution used to spread the mine vertically, how tall it is. Note that it spreads above and blow the y level equally, so a value of 3 is roughly 6 blocks tall. [range: 1 ~ 20, default: 3] + I:range=3 + + # The seed used to create the noise map. Generally it is set to the atomic number of the element being generated, but it can be anything you want. Should be unique for each generator or your mines will generate in the same places, which can be desirable if you want to mix ores like Iron and Nickel. [range: 0 ~ 2147483647, default: 29] + I:seed=29 + + # The generation type, can be either 'DIFFUSE' or 'MINE'. [default: MINE] + S:type=MINE + + # The generator weight, larger weights generate later. You can use this to sort what order stuff is generated. [range: 0 ~ 2147483647, default: 100] + I:weight=100 + + ########################################################################################################## + # retrogen + #--------------------------------------------------------------------------------------------------------# + # Retrogen settings. You must have the Railcraft-Retrogen mod installed for these to do anything. + ########################################################################################################## + + retrogen { + # Whether retrogen should be enabled on this generator. [default: false] + B:retrogen=false + + # The marker used to indicate whether a chunk has generated this ore. Generally this should be unique each time you run retrogen. [default: RCRGMARK] + S:retrogenMarker=RCRGMARK + } + + ########################################################################################################## + # dimensions + #--------------------------------------------------------------------------------------------------------# + # Control which dimensions the generator is allowed to generate in. + # Generally they still require stone to generate in regardless, though this may become a config option in the future. + # The system is permissive and will allow any dimension not blacklisted to be generated in. + ########################################################################################################## + + dimensions { + # Dimension IDs to disallow generation in. [default: [-1], [1]] + S:dimensionBlacklist < + -1 + 1 + > + + # Dimension IDs to allow generation in. Overrides blacklists. [default: [0]] + S:dimensionWhitelist < + 0 + > + + # World Provider classes to disallow generation in. [default: [net.minecraft.world.WorldProviderHell], [net.minecraft.world.WorldProviderEnd]] + S:worldProvidersBlacklist < + net.minecraft.world.WorldProviderHell + net.minecraft.world.WorldProviderEnd + > + } + + ########################################################################################################## + # biomes + #--------------------------------------------------------------------------------------------------------# + # Expects fully qualified Biome registry names. + # See Biome.java in Minecraft/Forge for the names. + # Format: :. + # ':all' can be used to specify all Biomes from a specific mod. + ########################################################################################################## + + biomes { + # Biome registry names where the ore will will not generate. Takes priority over the whitelist and types. [default: ] + S:blacklist < + > + + # Biome registry names where the ore will generate. Takes priority over types. [default: ] + S:whitelist < + > + } + + ########################################################################################################## + # biomestypes + #--------------------------------------------------------------------------------------------------------# + # Biome Dictionary types can be found in BiomeDictionary.java in Forge. + # You can use 'ALL' to specify all types. + ########################################################################################################## + + biomestypes { + # Biome Dictionary types where the ore will will not generate. Takes priority over the whitelist. [default: ] + S:blacklist < + > + + # Biome Dictionary types where the ore will generate. [default: [ALL]] + S:whitelist < + ALL + > + } + + ########################################################################################################## + # rich + #--------------------------------------------------------------------------------------------------------# + # Biomes where the ore will generator more richly. + ########################################################################################################## + + rich { + # Biome Dictionary types where the ore will generator more richly. You can use 'ALL' to specify all types. [default: [MOUNTAIN], [MESA], [HILLS]] + S:biomeTypes < + MOUNTAIN + MESA + HILLS + > + + # Biomes where the ore will generator more richly. Expects fully qualified Biome registry names. ':all' can be used to specify all Biomes from a specific mod. [default: [minecraft:mesa]] + S:biomes < + minecraft:mesa + > + } + + ########################################################################################################## + # ore + #--------------------------------------------------------------------------------------------------------# + # The ore blocks to be generated. Format: :# + ########################################################################################################## + + ore { + # The ore block generated in the core of the mine. [default: railcraft:ore_metal#0] + S:core=railcraft:ore_metal#0 + + # The ore block generated on the fringe of the mine. [default: railcraft:ore_metal_poor#2] + S:fringe=railcraft:ore_metal_poor#2 + } + + scale { + # The scale of the noise map used to determine the boundaries of the mine. Very small changes can have drastic effects. Smaller numbers result in larger mines. Recommended to not change this. [range: 1.0E-6 ~ 1.0, default: 0.0018] + S:cloud=0.0018 + + # The scale of the noise map used to create the veins. Very small changes can have drastic effects. Smaller numbers result in larger veins. Recommended to not change this. [range: 1.0E-6 ~ 1.0, default: 0.015] + S:vein=0.015 + } + + limits { + # The limit of noise of the cloud layer above which core ore is generated. Lower numbers result in larger core areas. [range: 0.0 ~ 1.0, default: 0.9] + S:core=0.9 + + # The limit of noise of the cloud layer above which fringe ore is generated. Lower numbers result in larger, more common, fringe areas. [range: 0.0 ~ 1.0, default: 0.7] + S:fringe=0.7 + + # The limit of noise of the cloud layer above which core ore is generated in rich biomes. Lower numbers result in larger rich areas. [range: 0.0 ~ 1.0, default: 0.8] + S:rich=0.8 + + # The limit of noise of the vein layer below which ore is generated. Larger numbers result in larger veins. [range: 0.0 ~ 1.0, default: 0.25] + S:vein=0.25 + } + + chances { + # The percent chance that a generate event in a core area will result in ore spawning. [range: 0.0 ~ 1.0, default: 1.0] + S:coreGen=1.0 + + # The percent chance that a generate event in a core area will result in core ore spawning instead of fringe ore. Applied after coreGen. [range: 0.0 ~ 1.0, default: 0.2] + S:coreOre=0.2 + + # The percent chance that a generate event in a fringe area will result in ore spawning. [range: 0.0 ~ 1.0, default: 0.3] + S:fringeGen=0.3 + } + +} + + diff --git a/config/railcraft/ores/mine_gold.cfg b/config/railcraft/ores/mine_gold.cfg new file mode 100644 index 00000000..dab37a40 --- /dev/null +++ b/config/railcraft/ores/mine_gold.cfg @@ -0,0 +1,176 @@ +# Configuration file + +########################################################################################################## +# ore +#--------------------------------------------------------------------------------------------------------# +# Copy this file to add your own ore spawns or deleted it to disable spawning. +# Setting railcraft.config->worldgen.generateDefaultConfigs to true will reset the entire folder to defaults. +########################################################################################################## + +ore { + # The number of ore blocks generated during each successful event. Each chunk generally gets 216 generation events, but not all events result in ore spawn due to chance settings and noise fields. [range: 1 ~ 16, default: 1] + I:blockCount=1 + + # The y level that the mine will generate at. Generally you should keep this below 220 for vanilla height worlds. If your sea level is the normal 63, its usually best to stay below 50 as well due to the topsoil. [range: 10 ~ 2147483647, default: 15] + I:depth=15 + + # The scale of the gaussian distribution used to spread the mine vertically, how tall it is. Note that it spreads above and blow the y level equally, so a value of 3 is roughly 6 blocks tall. [range: 1 ~ 20, default: 1] + I:range=1 + + # The seed used to create the noise map. Generally it is set to the atomic number of the element being generated, but it can be anything you want. Should be unique for each generator or your mines will generate in the same places, which can be desirable if you want to mix ores like Iron and Nickel. [range: 0 ~ 2147483647, default: 79] + I:seed=79 + + # The generation type, can be either 'DIFFUSE' or 'MINE'. [default: MINE] + S:type=MINE + + # The generator weight, larger weights generate later. You can use this to sort what order stuff is generated. [range: 0 ~ 2147483647, default: 100] + I:weight=100 + + ########################################################################################################## + # retrogen + #--------------------------------------------------------------------------------------------------------# + # Retrogen settings. You must have the Railcraft-Retrogen mod installed for these to do anything. + ########################################################################################################## + + retrogen { + # Whether retrogen should be enabled on this generator. [default: false] + B:retrogen=false + + # The marker used to indicate whether a chunk has generated this ore. Generally this should be unique each time you run retrogen. [default: RCRGMARK] + S:retrogenMarker=RCRGMARK + } + + ########################################################################################################## + # dimensions + #--------------------------------------------------------------------------------------------------------# + # Control which dimensions the generator is allowed to generate in. + # Generally they still require stone to generate in regardless, though this may become a config option in the future. + # The system is permissive and will allow any dimension not blacklisted to be generated in. + ########################################################################################################## + + dimensions { + # Dimension IDs to disallow generation in. [default: [-1], [1]] + S:dimensionBlacklist < + -1 + 1 + > + + # Dimension IDs to allow generation in. Overrides blacklists. [default: [0]] + S:dimensionWhitelist < + 0 + > + + # World Provider classes to disallow generation in. [default: [net.minecraft.world.WorldProviderHell], [net.minecraft.world.WorldProviderEnd]] + S:worldProvidersBlacklist < + net.minecraft.world.WorldProviderHell + net.minecraft.world.WorldProviderEnd + > + } + + ########################################################################################################## + # biomes + #--------------------------------------------------------------------------------------------------------# + # Expects fully qualified Biome registry names. + # See Biome.java in Minecraft/Forge for the names. + # Format: :. + # ':all' can be used to specify all Biomes from a specific mod. + ########################################################################################################## + + biomes { + # Biome registry names where the ore will will not generate. Takes priority over the whitelist and types. [default: ] + S:blacklist < + > + + # Biome registry names where the ore will generate. Takes priority over types. [default: ] + S:whitelist < + > + } + + ########################################################################################################## + # biomestypes + #--------------------------------------------------------------------------------------------------------# + # Biome Dictionary types can be found in BiomeDictionary.java in Forge. + # You can use 'ALL' to specify all types. + ########################################################################################################## + + biomestypes { + # Biome Dictionary types where the ore will will not generate. Takes priority over the whitelist. [default: ] + S:blacklist < + > + + # Biome Dictionary types where the ore will generate. [default: [ALL]] + S:whitelist < + ALL + > + } + + ########################################################################################################## + # rich + #--------------------------------------------------------------------------------------------------------# + # Biomes where the ore will generator more richly. + ########################################################################################################## + + rich { + # Biome Dictionary types where the ore will generator more richly. You can use 'ALL' to specify all types. [default: [MOUNTAIN], [MESA], [HILLS]] + S:biomeTypes < + MOUNTAIN + MESA + HILLS + > + + # Biomes where the ore will generator more richly. Expects fully qualified Biome registry names. ':all' can be used to specify all Biomes from a specific mod. [default: [minecraft:mesa]] + S:biomes < + minecraft:mesa + > + } + + ########################################################################################################## + # ore + #--------------------------------------------------------------------------------------------------------# + # The ore blocks to be generated. Format: :# + ########################################################################################################## + + ore { + # The ore block generated in the core of the mine. [default: minecraft:gold_ore#0] + S:core=minecraft:gold_ore#0 + + # The ore block generated on the fringe of the mine. [default: railcraft:ore_metal_poor#1] + S:fringe=railcraft:ore_metal_poor#1 + } + + scale { + # The scale of the noise map used to determine the boundaries of the mine. Very small changes can have drastic effects. Smaller numbers result in larger mines. Recommended to not change this. [range: 1.0E-6 ~ 1.0, default: 0.0018] + S:cloud=0.0018 + + # The scale of the noise map used to create the veins. Very small changes can have drastic effects. Smaller numbers result in larger veins. Recommended to not change this. [range: 1.0E-6 ~ 1.0, default: 0.015] + S:vein=0.015 + } + + limits { + # The limit of noise of the cloud layer above which core ore is generated. Lower numbers result in larger core areas. [range: 0.0 ~ 1.0, default: 0.9] + S:core=0.9 + + # The limit of noise of the cloud layer above which fringe ore is generated. Lower numbers result in larger, more common, fringe areas. [range: 0.0 ~ 1.0, default: 0.7] + S:fringe=0.7 + + # The limit of noise of the cloud layer above which core ore is generated in rich biomes. Lower numbers result in larger rich areas. [range: 0.0 ~ 1.0, default: 0.8] + S:rich=0.8 + + # The limit of noise of the vein layer below which ore is generated. Larger numbers result in larger veins. [range: 0.0 ~ 1.0, default: 0.25] + S:vein=0.25 + } + + chances { + # The percent chance that a generate event in a core area will result in ore spawning. [range: 0.0 ~ 1.0, default: 1.0] + S:coreGen=1.0 + + # The percent chance that a generate event in a core area will result in core ore spawning instead of fringe ore. Applied after coreGen. [range: 0.0 ~ 1.0, default: 0.2] + S:coreOre=0.2 + + # The percent chance that a generate event in a fringe area will result in ore spawning. [range: 0.0 ~ 1.0, default: 0.3] + S:fringeGen=0.3 + } + +} + + diff --git a/config/railcraft/ores/mine_iron.cfg b/config/railcraft/ores/mine_iron.cfg new file mode 100644 index 00000000..e57df59f --- /dev/null +++ b/config/railcraft/ores/mine_iron.cfg @@ -0,0 +1,176 @@ +# Configuration file + +########################################################################################################## +# ore +#--------------------------------------------------------------------------------------------------------# +# Copy this file to add your own ore spawns or deleted it to disable spawning. +# Setting railcraft.config->worldgen.generateDefaultConfigs to true will reset the entire folder to defaults. +########################################################################################################## + +ore { + # The number of ore blocks generated during each successful event. Each chunk generally gets 216 generation events, but not all events result in ore spawn due to chance settings and noise fields. [range: 1 ~ 16, default: 16] + I:blockCount=16 + + # The y level that the mine will generate at. Generally you should keep this below 220 for vanilla height worlds. If your sea level is the normal 63, its usually best to stay below 50 as well due to the topsoil. [range: 10 ~ 2147483647, default: 40] + I:depth=40 + + # The scale of the gaussian distribution used to spread the mine vertically, how tall it is. Note that it spreads above and blow the y level equally, so a value of 3 is roughly 6 blocks tall. [range: 1 ~ 20, default: 4] + I:range=4 + + # The seed used to create the noise map. Generally it is set to the atomic number of the element being generated, but it can be anything you want. Should be unique for each generator or your mines will generate in the same places, which can be desirable if you want to mix ores like Iron and Nickel. [range: 0 ~ 2147483647, default: 26] + I:seed=26 + + # The generation type, can be either 'DIFFUSE' or 'MINE'. [default: MINE] + S:type=MINE + + # The generator weight, larger weights generate later. You can use this to sort what order stuff is generated. [range: 0 ~ 2147483647, default: 100] + I:weight=100 + + ########################################################################################################## + # retrogen + #--------------------------------------------------------------------------------------------------------# + # Retrogen settings. You must have the Railcraft-Retrogen mod installed for these to do anything. + ########################################################################################################## + + retrogen { + # Whether retrogen should be enabled on this generator. [default: false] + B:retrogen=false + + # The marker used to indicate whether a chunk has generated this ore. Generally this should be unique each time you run retrogen. [default: RCRGMARK] + S:retrogenMarker=RCRGMARK + } + + ########################################################################################################## + # dimensions + #--------------------------------------------------------------------------------------------------------# + # Control which dimensions the generator is allowed to generate in. + # Generally they still require stone to generate in regardless, though this may become a config option in the future. + # The system is permissive and will allow any dimension not blacklisted to be generated in. + ########################################################################################################## + + dimensions { + # Dimension IDs to disallow generation in. [default: [-1], [1]] + S:dimensionBlacklist < + -1 + 1 + > + + # Dimension IDs to allow generation in. Overrides blacklists. [default: [0]] + S:dimensionWhitelist < + 0 + > + + # World Provider classes to disallow generation in. [default: [net.minecraft.world.WorldProviderHell], [net.minecraft.world.WorldProviderEnd]] + S:worldProvidersBlacklist < + net.minecraft.world.WorldProviderHell + net.minecraft.world.WorldProviderEnd + > + } + + ########################################################################################################## + # biomes + #--------------------------------------------------------------------------------------------------------# + # Expects fully qualified Biome registry names. + # See Biome.java in Minecraft/Forge for the names. + # Format: :. + # ':all' can be used to specify all Biomes from a specific mod. + ########################################################################################################## + + biomes { + # Biome registry names where the ore will will not generate. Takes priority over the whitelist and types. [default: ] + S:blacklist < + > + + # Biome registry names where the ore will generate. Takes priority over types. [default: ] + S:whitelist < + > + } + + ########################################################################################################## + # biomestypes + #--------------------------------------------------------------------------------------------------------# + # Biome Dictionary types can be found in BiomeDictionary.java in Forge. + # You can use 'ALL' to specify all types. + ########################################################################################################## + + biomestypes { + # Biome Dictionary types where the ore will will not generate. Takes priority over the whitelist. [default: ] + S:blacklist < + > + + # Biome Dictionary types where the ore will generate. [default: [ALL]] + S:whitelist < + ALL + > + } + + ########################################################################################################## + # rich + #--------------------------------------------------------------------------------------------------------# + # Biomes where the ore will generator more richly. + ########################################################################################################## + + rich { + # Biome Dictionary types where the ore will generator more richly. You can use 'ALL' to specify all types. [default: [MOUNTAIN], [MESA], [HILLS]] + S:biomeTypes < + MOUNTAIN + MESA + HILLS + > + + # Biomes where the ore will generator more richly. Expects fully qualified Biome registry names. ':all' can be used to specify all Biomes from a specific mod. [default: [minecraft:mesa]] + S:biomes < + minecraft:mesa + > + } + + ########################################################################################################## + # ore + #--------------------------------------------------------------------------------------------------------# + # The ore blocks to be generated. Format: :# + ########################################################################################################## + + ore { + # The ore block generated in the core of the mine. [default: minecraft:iron_ore#0] + S:core=minecraft:iron_ore#0 + + # The ore block generated on the fringe of the mine. [default: railcraft:ore_metal_poor#0] + S:fringe=railcraft:ore_metal_poor#0 + } + + scale { + # The scale of the noise map used to determine the boundaries of the mine. Very small changes can have drastic effects. Smaller numbers result in larger mines. Recommended to not change this. [range: 1.0E-6 ~ 1.0, default: 0.0018] + S:cloud=0.0018 + + # The scale of the noise map used to create the veins. Very small changes can have drastic effects. Smaller numbers result in larger veins. Recommended to not change this. [range: 1.0E-6 ~ 1.0, default: 0.015] + S:vein=0.015 + } + + limits { + # The limit of noise of the cloud layer above which core ore is generated. Lower numbers result in larger core areas. [range: 0.0 ~ 1.0, default: 0.9] + S:core=0.9 + + # The limit of noise of the cloud layer above which fringe ore is generated. Lower numbers result in larger, more common, fringe areas. [range: 0.0 ~ 1.0, default: 0.7] + S:fringe=0.7 + + # The limit of noise of the cloud layer above which core ore is generated in rich biomes. Lower numbers result in larger rich areas. [range: 0.0 ~ 1.0, default: 0.8] + S:rich=0.8 + + # The limit of noise of the vein layer below which ore is generated. Larger numbers result in larger veins. [range: 0.0 ~ 1.0, default: 0.25] + S:vein=0.25 + } + + chances { + # The percent chance that a generate event in a core area will result in ore spawning. [range: 0.0 ~ 1.0, default: 1.0] + S:coreGen=1.0 + + # The percent chance that a generate event in a core area will result in core ore spawning instead of fringe ore. Applied after coreGen. [range: 0.0 ~ 1.0, default: 0.2] + S:coreOre=0.2 + + # The percent chance that a generate event in a fringe area will result in ore spawning. [range: 0.0 ~ 1.0, default: 0.3] + S:fringeGen=0.3 + } + +} + + diff --git a/config/railcraft/ores/mine_lead.cfg b/config/railcraft/ores/mine_lead.cfg new file mode 100644 index 00000000..71099f4a --- /dev/null +++ b/config/railcraft/ores/mine_lead.cfg @@ -0,0 +1,176 @@ +# Configuration file + +########################################################################################################## +# ore +#--------------------------------------------------------------------------------------------------------# +# Copy this file to add your own ore spawns or deleted it to disable spawning. +# Setting railcraft.config->worldgen.generateDefaultConfigs to true will reset the entire folder to defaults. +########################################################################################################## + +ore { + # The number of ore blocks generated during each successful event. Each chunk generally gets 216 generation events, but not all events result in ore spawn due to chance settings and noise fields. [range: 1 ~ 16, default: 6] + I:blockCount=6 + + # The y level that the mine will generate at. Generally you should keep this below 220 for vanilla height worlds. If your sea level is the normal 63, its usually best to stay below 50 as well due to the topsoil. [range: 10 ~ 2147483647, default: 30] + I:depth=30 + + # The scale of the gaussian distribution used to spread the mine vertically, how tall it is. Note that it spreads above and blow the y level equally, so a value of 3 is roughly 6 blocks tall. [range: 1 ~ 20, default: 3] + I:range=3 + + # The seed used to create the noise map. Generally it is set to the atomic number of the element being generated, but it can be anything you want. Should be unique for each generator or your mines will generate in the same places, which can be desirable if you want to mix ores like Iron and Nickel. [range: 0 ~ 2147483647, default: 82] + I:seed=82 + + # The generation type, can be either 'DIFFUSE' or 'MINE'. [default: MINE] + S:type=MINE + + # The generator weight, larger weights generate later. You can use this to sort what order stuff is generated. [range: 0 ~ 2147483647, default: 100] + I:weight=100 + + ########################################################################################################## + # retrogen + #--------------------------------------------------------------------------------------------------------# + # Retrogen settings. You must have the Railcraft-Retrogen mod installed for these to do anything. + ########################################################################################################## + + retrogen { + # Whether retrogen should be enabled on this generator. [default: false] + B:retrogen=false + + # The marker used to indicate whether a chunk has generated this ore. Generally this should be unique each time you run retrogen. [default: RCRGMARK] + S:retrogenMarker=RCRGMARK + } + + ########################################################################################################## + # dimensions + #--------------------------------------------------------------------------------------------------------# + # Control which dimensions the generator is allowed to generate in. + # Generally they still require stone to generate in regardless, though this may become a config option in the future. + # The system is permissive and will allow any dimension not blacklisted to be generated in. + ########################################################################################################## + + dimensions { + # Dimension IDs to disallow generation in. [default: [-1], [1]] + S:dimensionBlacklist < + -1 + 1 + > + + # Dimension IDs to allow generation in. Overrides blacklists. [default: [0]] + S:dimensionWhitelist < + 0 + > + + # World Provider classes to disallow generation in. [default: [net.minecraft.world.WorldProviderHell], [net.minecraft.world.WorldProviderEnd]] + S:worldProvidersBlacklist < + net.minecraft.world.WorldProviderHell + net.minecraft.world.WorldProviderEnd + > + } + + ########################################################################################################## + # biomes + #--------------------------------------------------------------------------------------------------------# + # Expects fully qualified Biome registry names. + # See Biome.java in Minecraft/Forge for the names. + # Format: :. + # ':all' can be used to specify all Biomes from a specific mod. + ########################################################################################################## + + biomes { + # Biome registry names where the ore will will not generate. Takes priority over the whitelist and types. [default: ] + S:blacklist < + > + + # Biome registry names where the ore will generate. Takes priority over types. [default: ] + S:whitelist < + > + } + + ########################################################################################################## + # biomestypes + #--------------------------------------------------------------------------------------------------------# + # Biome Dictionary types can be found in BiomeDictionary.java in Forge. + # You can use 'ALL' to specify all types. + ########################################################################################################## + + biomestypes { + # Biome Dictionary types where the ore will will not generate. Takes priority over the whitelist. [default: ] + S:blacklist < + > + + # Biome Dictionary types where the ore will generate. [default: [ALL]] + S:whitelist < + ALL + > + } + + ########################################################################################################## + # rich + #--------------------------------------------------------------------------------------------------------# + # Biomes where the ore will generator more richly. + ########################################################################################################## + + rich { + # Biome Dictionary types where the ore will generator more richly. You can use 'ALL' to specify all types. [default: [MOUNTAIN], [MESA], [HILLS]] + S:biomeTypes < + MOUNTAIN + MESA + HILLS + > + + # Biomes where the ore will generator more richly. Expects fully qualified Biome registry names. ':all' can be used to specify all Biomes from a specific mod. [default: [minecraft:mesa]] + S:biomes < + minecraft:mesa + > + } + + ########################################################################################################## + # ore + #--------------------------------------------------------------------------------------------------------# + # The ore blocks to be generated. Format: :# + ########################################################################################################## + + ore { + # The ore block generated in the core of the mine. [default: railcraft:ore_metal#2] + S:core=railcraft:ore_metal#2 + + # The ore block generated on the fringe of the mine. [default: railcraft:ore_metal_poor#4] + S:fringe=railcraft:ore_metal_poor#4 + } + + scale { + # The scale of the noise map used to determine the boundaries of the mine. Very small changes can have drastic effects. Smaller numbers result in larger mines. Recommended to not change this. [range: 1.0E-6 ~ 1.0, default: 0.0018] + S:cloud=0.0018 + + # The scale of the noise map used to create the veins. Very small changes can have drastic effects. Smaller numbers result in larger veins. Recommended to not change this. [range: 1.0E-6 ~ 1.0, default: 0.015] + S:vein=0.015 + } + + limits { + # The limit of noise of the cloud layer above which core ore is generated. Lower numbers result in larger core areas. [range: 0.0 ~ 1.0, default: 0.9] + S:core=0.9 + + # The limit of noise of the cloud layer above which fringe ore is generated. Lower numbers result in larger, more common, fringe areas. [range: 0.0 ~ 1.0, default: 0.7] + S:fringe=0.7 + + # The limit of noise of the cloud layer above which core ore is generated in rich biomes. Lower numbers result in larger rich areas. [range: 0.0 ~ 1.0, default: 0.8] + S:rich=0.8 + + # The limit of noise of the vein layer below which ore is generated. Larger numbers result in larger veins. [range: 0.0 ~ 1.0, default: 0.25] + S:vein=0.25 + } + + chances { + # The percent chance that a generate event in a core area will result in ore spawning. [range: 0.0 ~ 1.0, default: 1.0] + S:coreGen=1.0 + + # The percent chance that a generate event in a core area will result in core ore spawning instead of fringe ore. Applied after coreGen. [range: 0.0 ~ 1.0, default: 0.2] + S:coreOre=0.2 + + # The percent chance that a generate event in a fringe area will result in ore spawning. [range: 0.0 ~ 1.0, default: 0.3] + S:fringeGen=0.3 + } + +} + + diff --git a/config/railcraft/ores/mine_nickel.cfg b/config/railcraft/ores/mine_nickel.cfg new file mode 100644 index 00000000..fd6c9b4f --- /dev/null +++ b/config/railcraft/ores/mine_nickel.cfg @@ -0,0 +1,176 @@ +# Configuration file + +########################################################################################################## +# ore +#--------------------------------------------------------------------------------------------------------# +# Copy this file to add your own ore spawns or deleted it to disable spawning. +# Setting railcraft.config->worldgen.generateDefaultConfigs to true will reset the entire folder to defaults. +########################################################################################################## + +ore { + # The number of ore blocks generated during each successful event. Each chunk generally gets 216 generation events, but not all events result in ore spawn due to chance settings and noise fields. [range: 1 ~ 16, default: 4] + I:blockCount=4 + + # The y level that the mine will generate at. Generally you should keep this below 220 for vanilla height worlds. If your sea level is the normal 63, its usually best to stay below 50 as well due to the topsoil. [range: 10 ~ 2147483647, default: 40] + I:depth=40 + + # The scale of the gaussian distribution used to spread the mine vertically, how tall it is. Note that it spreads above and blow the y level equally, so a value of 3 is roughly 6 blocks tall. [range: 1 ~ 20, default: 6] + I:range=6 + + # The seed used to create the noise map. Generally it is set to the atomic number of the element being generated, but it can be anything you want. Should be unique for each generator or your mines will generate in the same places, which can be desirable if you want to mix ores like Iron and Nickel. [range: 0 ~ 2147483647, default: 26] + I:seed=26 + + # The generation type, can be either 'DIFFUSE' or 'MINE'. [default: MINE] + S:type=MINE + + # The generator weight, larger weights generate later. You can use this to sort what order stuff is generated. [range: 0 ~ 2147483647, default: 101] + I:weight=101 + + ########################################################################################################## + # retrogen + #--------------------------------------------------------------------------------------------------------# + # Retrogen settings. You must have the Railcraft-Retrogen mod installed for these to do anything. + ########################################################################################################## + + retrogen { + # Whether retrogen should be enabled on this generator. [default: false] + B:retrogen=false + + # The marker used to indicate whether a chunk has generated this ore. Generally this should be unique each time you run retrogen. [default: RCRGMARK] + S:retrogenMarker=RCRGMARK + } + + ########################################################################################################## + # dimensions + #--------------------------------------------------------------------------------------------------------# + # Control which dimensions the generator is allowed to generate in. + # Generally they still require stone to generate in regardless, though this may become a config option in the future. + # The system is permissive and will allow any dimension not blacklisted to be generated in. + ########################################################################################################## + + dimensions { + # Dimension IDs to disallow generation in. [default: [-1], [1]] + S:dimensionBlacklist < + -1 + 1 + > + + # Dimension IDs to allow generation in. Overrides blacklists. [default: [0]] + S:dimensionWhitelist < + 0 + > + + # World Provider classes to disallow generation in. [default: [net.minecraft.world.WorldProviderHell], [net.minecraft.world.WorldProviderEnd]] + S:worldProvidersBlacklist < + net.minecraft.world.WorldProviderHell + net.minecraft.world.WorldProviderEnd + > + } + + ########################################################################################################## + # biomes + #--------------------------------------------------------------------------------------------------------# + # Expects fully qualified Biome registry names. + # See Biome.java in Minecraft/Forge for the names. + # Format: :. + # ':all' can be used to specify all Biomes from a specific mod. + ########################################################################################################## + + biomes { + # Biome registry names where the ore will will not generate. Takes priority over the whitelist and types. [default: ] + S:blacklist < + > + + # Biome registry names where the ore will generate. Takes priority over types. [default: ] + S:whitelist < + > + } + + ########################################################################################################## + # biomestypes + #--------------------------------------------------------------------------------------------------------# + # Biome Dictionary types can be found in BiomeDictionary.java in Forge. + # You can use 'ALL' to specify all types. + ########################################################################################################## + + biomestypes { + # Biome Dictionary types where the ore will will not generate. Takes priority over the whitelist. [default: ] + S:blacklist < + > + + # Biome Dictionary types where the ore will generate. [default: [ALL]] + S:whitelist < + ALL + > + } + + ########################################################################################################## + # rich + #--------------------------------------------------------------------------------------------------------# + # Biomes where the ore will generator more richly. + ########################################################################################################## + + rich { + # Biome Dictionary types where the ore will generator more richly. You can use 'ALL' to specify all types. [default: [MOUNTAIN], [MESA], [HILLS]] + S:biomeTypes < + MOUNTAIN + MESA + HILLS + > + + # Biomes where the ore will generator more richly. Expects fully qualified Biome registry names. ':all' can be used to specify all Biomes from a specific mod. [default: [minecraft:mesa]] + S:biomes < + minecraft:mesa + > + } + + ########################################################################################################## + # ore + #--------------------------------------------------------------------------------------------------------# + # The ore blocks to be generated. Format: :# + ########################################################################################################## + + ore { + # The ore block generated in the core of the mine. [default: railcraft:ore_metal#4] + S:core=railcraft:ore_metal#4 + + # The ore block generated on the fringe of the mine. [default: railcraft:ore_metal_poor#6] + S:fringe=railcraft:ore_metal_poor#6 + } + + scale { + # The scale of the noise map used to determine the boundaries of the mine. Very small changes can have drastic effects. Smaller numbers result in larger mines. Recommended to not change this. [range: 1.0E-6 ~ 1.0, default: 0.0018] + S:cloud=0.0018 + + # The scale of the noise map used to create the veins. Very small changes can have drastic effects. Smaller numbers result in larger veins. Recommended to not change this. [range: 1.0E-6 ~ 1.0, default: 0.015] + S:vein=0.015 + } + + limits { + # The limit of noise of the cloud layer above which core ore is generated. Lower numbers result in larger core areas. [range: 0.0 ~ 1.0, default: 0.9] + S:core=0.9 + + # The limit of noise of the cloud layer above which fringe ore is generated. Lower numbers result in larger, more common, fringe areas. [range: 0.0 ~ 1.0, default: 0.7] + S:fringe=0.7 + + # The limit of noise of the cloud layer above which core ore is generated in rich biomes. Lower numbers result in larger rich areas. [range: 0.0 ~ 1.0, default: 0.8] + S:rich=0.8 + + # The limit of noise of the vein layer below which ore is generated. Larger numbers result in larger veins. [range: 0.0 ~ 1.0, default: 0.25] + S:vein=0.25 + } + + chances { + # The percent chance that a generate event in a core area will result in ore spawning. [range: 0.0 ~ 1.0, default: 1.0] + S:coreGen=1.0 + + # The percent chance that a generate event in a core area will result in core ore spawning instead of fringe ore. Applied after coreGen. [range: 0.0 ~ 1.0, default: 0.2] + S:coreOre=0.2 + + # The percent chance that a generate event in a fringe area will result in ore spawning. [range: 0.0 ~ 1.0, default: 0.3] + S:fringeGen=0.3 + } + +} + + diff --git a/config/railcraft/ores/mine_silver.cfg b/config/railcraft/ores/mine_silver.cfg new file mode 100644 index 00000000..3f7fcc96 --- /dev/null +++ b/config/railcraft/ores/mine_silver.cfg @@ -0,0 +1,176 @@ +# Configuration file + +########################################################################################################## +# ore +#--------------------------------------------------------------------------------------------------------# +# Copy this file to add your own ore spawns or deleted it to disable spawning. +# Setting railcraft.config->worldgen.generateDefaultConfigs to true will reset the entire folder to defaults. +########################################################################################################## + +ore { + # The number of ore blocks generated during each successful event. Each chunk generally gets 216 generation events, but not all events result in ore spawn due to chance settings and noise fields. [range: 1 ~ 16, default: 2] + I:blockCount=2 + + # The y level that the mine will generate at. Generally you should keep this below 220 for vanilla height worlds. If your sea level is the normal 63, its usually best to stay below 50 as well due to the topsoil. [range: 10 ~ 2147483647, default: 20] + I:depth=20 + + # The scale of the gaussian distribution used to spread the mine vertically, how tall it is. Note that it spreads above and blow the y level equally, so a value of 3 is roughly 6 blocks tall. [range: 1 ~ 20, default: 2] + I:range=2 + + # The seed used to create the noise map. Generally it is set to the atomic number of the element being generated, but it can be anything you want. Should be unique for each generator or your mines will generate in the same places, which can be desirable if you want to mix ores like Iron and Nickel. [range: 0 ~ 2147483647, default: 47] + I:seed=47 + + # The generation type, can be either 'DIFFUSE' or 'MINE'. [default: MINE] + S:type=MINE + + # The generator weight, larger weights generate later. You can use this to sort what order stuff is generated. [range: 0 ~ 2147483647, default: 100] + I:weight=100 + + ########################################################################################################## + # retrogen + #--------------------------------------------------------------------------------------------------------# + # Retrogen settings. You must have the Railcraft-Retrogen mod installed for these to do anything. + ########################################################################################################## + + retrogen { + # Whether retrogen should be enabled on this generator. [default: false] + B:retrogen=false + + # The marker used to indicate whether a chunk has generated this ore. Generally this should be unique each time you run retrogen. [default: RCRGMARK] + S:retrogenMarker=RCRGMARK + } + + ########################################################################################################## + # dimensions + #--------------------------------------------------------------------------------------------------------# + # Control which dimensions the generator is allowed to generate in. + # Generally they still require stone to generate in regardless, though this may become a config option in the future. + # The system is permissive and will allow any dimension not blacklisted to be generated in. + ########################################################################################################## + + dimensions { + # Dimension IDs to disallow generation in. [default: [-1], [1]] + S:dimensionBlacklist < + -1 + 1 + > + + # Dimension IDs to allow generation in. Overrides blacklists. [default: [0]] + S:dimensionWhitelist < + 0 + > + + # World Provider classes to disallow generation in. [default: [net.minecraft.world.WorldProviderHell], [net.minecraft.world.WorldProviderEnd]] + S:worldProvidersBlacklist < + net.minecraft.world.WorldProviderHell + net.minecraft.world.WorldProviderEnd + > + } + + ########################################################################################################## + # biomes + #--------------------------------------------------------------------------------------------------------# + # Expects fully qualified Biome registry names. + # See Biome.java in Minecraft/Forge for the names. + # Format: :. + # ':all' can be used to specify all Biomes from a specific mod. + ########################################################################################################## + + biomes { + # Biome registry names where the ore will will not generate. Takes priority over the whitelist and types. [default: ] + S:blacklist < + > + + # Biome registry names where the ore will generate. Takes priority over types. [default: ] + S:whitelist < + > + } + + ########################################################################################################## + # biomestypes + #--------------------------------------------------------------------------------------------------------# + # Biome Dictionary types can be found in BiomeDictionary.java in Forge. + # You can use 'ALL' to specify all types. + ########################################################################################################## + + biomestypes { + # Biome Dictionary types where the ore will will not generate. Takes priority over the whitelist. [default: ] + S:blacklist < + > + + # Biome Dictionary types where the ore will generate. [default: [ALL]] + S:whitelist < + ALL + > + } + + ########################################################################################################## + # rich + #--------------------------------------------------------------------------------------------------------# + # Biomes where the ore will generator more richly. + ########################################################################################################## + + rich { + # Biome Dictionary types where the ore will generator more richly. You can use 'ALL' to specify all types. [default: [MOUNTAIN], [MESA], [HILLS]] + S:biomeTypes < + MOUNTAIN + MESA + HILLS + > + + # Biomes where the ore will generator more richly. Expects fully qualified Biome registry names. ':all' can be used to specify all Biomes from a specific mod. [default: [minecraft:mesa]] + S:biomes < + minecraft:mesa + > + } + + ########################################################################################################## + # ore + #--------------------------------------------------------------------------------------------------------# + # The ore blocks to be generated. Format: :# + ########################################################################################################## + + ore { + # The ore block generated in the core of the mine. [default: railcraft:ore_metal#3] + S:core=railcraft:ore_metal#3 + + # The ore block generated on the fringe of the mine. [default: railcraft:ore_metal_poor#5] + S:fringe=railcraft:ore_metal_poor#5 + } + + scale { + # The scale of the noise map used to determine the boundaries of the mine. Very small changes can have drastic effects. Smaller numbers result in larger mines. Recommended to not change this. [range: 1.0E-6 ~ 1.0, default: 0.0018] + S:cloud=0.0018 + + # The scale of the noise map used to create the veins. Very small changes can have drastic effects. Smaller numbers result in larger veins. Recommended to not change this. [range: 1.0E-6 ~ 1.0, default: 0.015] + S:vein=0.015 + } + + limits { + # The limit of noise of the cloud layer above which core ore is generated. Lower numbers result in larger core areas. [range: 0.0 ~ 1.0, default: 0.9] + S:core=0.9 + + # The limit of noise of the cloud layer above which fringe ore is generated. Lower numbers result in larger, more common, fringe areas. [range: 0.0 ~ 1.0, default: 0.7] + S:fringe=0.7 + + # The limit of noise of the cloud layer above which core ore is generated in rich biomes. Lower numbers result in larger rich areas. [range: 0.0 ~ 1.0, default: 0.8] + S:rich=0.8 + + # The limit of noise of the vein layer below which ore is generated. Larger numbers result in larger veins. [range: 0.0 ~ 1.0, default: 0.25] + S:vein=0.25 + } + + chances { + # The percent chance that a generate event in a core area will result in ore spawning. [range: 0.0 ~ 1.0, default: 1.0] + S:coreGen=1.0 + + # The percent chance that a generate event in a core area will result in core ore spawning instead of fringe ore. Applied after coreGen. [range: 0.0 ~ 1.0, default: 0.2] + S:coreOre=0.2 + + # The percent chance that a generate event in a fringe area will result in ore spawning. [range: 0.0 ~ 1.0, default: 0.3] + S:fringeGen=0.3 + } + +} + + diff --git a/config/railcraft/ores/mine_tin.cfg b/config/railcraft/ores/mine_tin.cfg new file mode 100644 index 00000000..6b97d5d6 --- /dev/null +++ b/config/railcraft/ores/mine_tin.cfg @@ -0,0 +1,176 @@ +# Configuration file + +########################################################################################################## +# ore +#--------------------------------------------------------------------------------------------------------# +# Copy this file to add your own ore spawns or deleted it to disable spawning. +# Setting railcraft.config->worldgen.generateDefaultConfigs to true will reset the entire folder to defaults. +########################################################################################################## + +ore { + # The number of ore blocks generated during each successful event. Each chunk generally gets 216 generation events, but not all events result in ore spawn due to chance settings and noise fields. [range: 1 ~ 16, default: 4] + I:blockCount=4 + + # The y level that the mine will generate at. Generally you should keep this below 220 for vanilla height worlds. If your sea level is the normal 63, its usually best to stay below 50 as well due to the topsoil. [range: 10 ~ 2147483647, default: 50] + I:depth=50 + + # The scale of the gaussian distribution used to spread the mine vertically, how tall it is. Note that it spreads above and blow the y level equally, so a value of 3 is roughly 6 blocks tall. [range: 1 ~ 20, default: 2] + I:range=2 + + # The seed used to create the noise map. Generally it is set to the atomic number of the element being generated, but it can be anything you want. Should be unique for each generator or your mines will generate in the same places, which can be desirable if you want to mix ores like Iron and Nickel. [range: 0 ~ 2147483647, default: 50] + I:seed=50 + + # The generation type, can be either 'DIFFUSE' or 'MINE'. [default: MINE] + S:type=MINE + + # The generator weight, larger weights generate later. You can use this to sort what order stuff is generated. [range: 0 ~ 2147483647, default: 100] + I:weight=100 + + ########################################################################################################## + # retrogen + #--------------------------------------------------------------------------------------------------------# + # Retrogen settings. You must have the Railcraft-Retrogen mod installed for these to do anything. + ########################################################################################################## + + retrogen { + # Whether retrogen should be enabled on this generator. [default: false] + B:retrogen=false + + # The marker used to indicate whether a chunk has generated this ore. Generally this should be unique each time you run retrogen. [default: RCRGMARK] + S:retrogenMarker=RCRGMARK + } + + ########################################################################################################## + # dimensions + #--------------------------------------------------------------------------------------------------------# + # Control which dimensions the generator is allowed to generate in. + # Generally they still require stone to generate in regardless, though this may become a config option in the future. + # The system is permissive and will allow any dimension not blacklisted to be generated in. + ########################################################################################################## + + dimensions { + # Dimension IDs to disallow generation in. [default: [-1], [1]] + S:dimensionBlacklist < + -1 + 1 + > + + # Dimension IDs to allow generation in. Overrides blacklists. [default: [0]] + S:dimensionWhitelist < + 0 + > + + # World Provider classes to disallow generation in. [default: [net.minecraft.world.WorldProviderHell], [net.minecraft.world.WorldProviderEnd]] + S:worldProvidersBlacklist < + net.minecraft.world.WorldProviderHell + net.minecraft.world.WorldProviderEnd + > + } + + ########################################################################################################## + # biomes + #--------------------------------------------------------------------------------------------------------# + # Expects fully qualified Biome registry names. + # See Biome.java in Minecraft/Forge for the names. + # Format: :. + # ':all' can be used to specify all Biomes from a specific mod. + ########################################################################################################## + + biomes { + # Biome registry names where the ore will will not generate. Takes priority over the whitelist and types. [default: ] + S:blacklist < + > + + # Biome registry names where the ore will generate. Takes priority over types. [default: ] + S:whitelist < + > + } + + ########################################################################################################## + # biomestypes + #--------------------------------------------------------------------------------------------------------# + # Biome Dictionary types can be found in BiomeDictionary.java in Forge. + # You can use 'ALL' to specify all types. + ########################################################################################################## + + biomestypes { + # Biome Dictionary types where the ore will will not generate. Takes priority over the whitelist. [default: ] + S:blacklist < + > + + # Biome Dictionary types where the ore will generate. [default: [ALL]] + S:whitelist < + ALL + > + } + + ########################################################################################################## + # rich + #--------------------------------------------------------------------------------------------------------# + # Biomes where the ore will generator more richly. + ########################################################################################################## + + rich { + # Biome Dictionary types where the ore will generator more richly. You can use 'ALL' to specify all types. [default: [MOUNTAIN], [MESA], [HILLS]] + S:biomeTypes < + MOUNTAIN + MESA + HILLS + > + + # Biomes where the ore will generator more richly. Expects fully qualified Biome registry names. ':all' can be used to specify all Biomes from a specific mod. [default: [minecraft:mesa]] + S:biomes < + minecraft:mesa + > + } + + ########################################################################################################## + # ore + #--------------------------------------------------------------------------------------------------------# + # The ore blocks to be generated. Format: :# + ########################################################################################################## + + ore { + # The ore block generated in the core of the mine. [default: railcraft:ore_metal#1] + S:core=railcraft:ore_metal#1 + + # The ore block generated on the fringe of the mine. [default: railcraft:ore_metal_poor#3] + S:fringe=railcraft:ore_metal_poor#3 + } + + scale { + # The scale of the noise map used to determine the boundaries of the mine. Very small changes can have drastic effects. Smaller numbers result in larger mines. Recommended to not change this. [range: 1.0E-6 ~ 1.0, default: 0.0018] + S:cloud=0.0018 + + # The scale of the noise map used to create the veins. Very small changes can have drastic effects. Smaller numbers result in larger veins. Recommended to not change this. [range: 1.0E-6 ~ 1.0, default: 0.015] + S:vein=0.015 + } + + limits { + # The limit of noise of the cloud layer above which core ore is generated. Lower numbers result in larger core areas. [range: 0.0 ~ 1.0, default: 0.9] + S:core=0.9 + + # The limit of noise of the cloud layer above which fringe ore is generated. Lower numbers result in larger, more common, fringe areas. [range: 0.0 ~ 1.0, default: 0.7] + S:fringe=0.7 + + # The limit of noise of the cloud layer above which core ore is generated in rich biomes. Lower numbers result in larger rich areas. [range: 0.0 ~ 1.0, default: 0.8] + S:rich=0.8 + + # The limit of noise of the vein layer below which ore is generated. Larger numbers result in larger veins. [range: 0.0 ~ 1.0, default: 0.25] + S:vein=0.25 + } + + chances { + # The percent chance that a generate event in a core area will result in ore spawning. [range: 0.0 ~ 1.0, default: 1.0] + S:coreGen=1.0 + + # The percent chance that a generate event in a core area will result in core ore spawning instead of fringe ore. Applied after coreGen. [range: 0.0 ~ 1.0, default: 0.2] + S:coreOre=0.2 + + # The percent chance that a generate event in a fringe area will result in ore spawning. [range: 0.0 ~ 1.0, default: 0.3] + S:fringeGen=0.3 + } + +} + + diff --git a/config/railcraft/ores/mine_zinc.cfg b/config/railcraft/ores/mine_zinc.cfg new file mode 100644 index 00000000..a9d7ede1 --- /dev/null +++ b/config/railcraft/ores/mine_zinc.cfg @@ -0,0 +1,176 @@ +# Configuration file + +########################################################################################################## +# ore +#--------------------------------------------------------------------------------------------------------# +# Copy this file to add your own ore spawns or deleted it to disable spawning. +# Setting railcraft.config->worldgen.generateDefaultConfigs to true will reset the entire folder to defaults. +########################################################################################################## + +ore { + # The number of ore blocks generated during each successful event. Each chunk generally gets 216 generation events, but not all events result in ore spawn due to chance settings and noise fields. [range: 1 ~ 16, default: 4] + I:blockCount=4 + + # The y level that the mine will generate at. Generally you should keep this below 220 for vanilla height worlds. If your sea level is the normal 63, its usually best to stay below 50 as well due to the topsoil. [range: 10 ~ 2147483647, default: 30] + I:depth=30 + + # The scale of the gaussian distribution used to spread the mine vertically, how tall it is. Note that it spreads above and blow the y level equally, so a value of 3 is roughly 6 blocks tall. [range: 1 ~ 20, default: 4] + I:range=4 + + # The seed used to create the noise map. Generally it is set to the atomic number of the element being generated, but it can be anything you want. Should be unique for each generator or your mines will generate in the same places, which can be desirable if you want to mix ores like Iron and Nickel. [range: 0 ~ 2147483647, default: 82] + I:seed=82 + + # The generation type, can be either 'DIFFUSE' or 'MINE'. [default: MINE] + S:type=MINE + + # The generator weight, larger weights generate later. You can use this to sort what order stuff is generated. [range: 0 ~ 2147483647, default: 101] + I:weight=101 + + ########################################################################################################## + # retrogen + #--------------------------------------------------------------------------------------------------------# + # Retrogen settings. You must have the Railcraft-Retrogen mod installed for these to do anything. + ########################################################################################################## + + retrogen { + # Whether retrogen should be enabled on this generator. [default: false] + B:retrogen=false + + # The marker used to indicate whether a chunk has generated this ore. Generally this should be unique each time you run retrogen. [default: RCRGMARK] + S:retrogenMarker=RCRGMARK + } + + ########################################################################################################## + # dimensions + #--------------------------------------------------------------------------------------------------------# + # Control which dimensions the generator is allowed to generate in. + # Generally they still require stone to generate in regardless, though this may become a config option in the future. + # The system is permissive and will allow any dimension not blacklisted to be generated in. + ########################################################################################################## + + dimensions { + # Dimension IDs to disallow generation in. [default: [-1], [1]] + S:dimensionBlacklist < + -1 + 1 + > + + # Dimension IDs to allow generation in. Overrides blacklists. [default: [0]] + S:dimensionWhitelist < + 0 + > + + # World Provider classes to disallow generation in. [default: [net.minecraft.world.WorldProviderHell], [net.minecraft.world.WorldProviderEnd]] + S:worldProvidersBlacklist < + net.minecraft.world.WorldProviderHell + net.minecraft.world.WorldProviderEnd + > + } + + ########################################################################################################## + # biomes + #--------------------------------------------------------------------------------------------------------# + # Expects fully qualified Biome registry names. + # See Biome.java in Minecraft/Forge for the names. + # Format: :. + # ':all' can be used to specify all Biomes from a specific mod. + ########################################################################################################## + + biomes { + # Biome registry names where the ore will will not generate. Takes priority over the whitelist and types. [default: ] + S:blacklist < + > + + # Biome registry names where the ore will generate. Takes priority over types. [default: ] + S:whitelist < + > + } + + ########################################################################################################## + # biomestypes + #--------------------------------------------------------------------------------------------------------# + # Biome Dictionary types can be found in BiomeDictionary.java in Forge. + # You can use 'ALL' to specify all types. + ########################################################################################################## + + biomestypes { + # Biome Dictionary types where the ore will will not generate. Takes priority over the whitelist. [default: ] + S:blacklist < + > + + # Biome Dictionary types where the ore will generate. [default: [ALL]] + S:whitelist < + ALL + > + } + + ########################################################################################################## + # rich + #--------------------------------------------------------------------------------------------------------# + # Biomes where the ore will generator more richly. + ########################################################################################################## + + rich { + # Biome Dictionary types where the ore will generator more richly. You can use 'ALL' to specify all types. [default: [MOUNTAIN], [MESA], [HILLS]] + S:biomeTypes < + MOUNTAIN + MESA + HILLS + > + + # Biomes where the ore will generator more richly. Expects fully qualified Biome registry names. ':all' can be used to specify all Biomes from a specific mod. [default: [minecraft:mesa]] + S:biomes < + minecraft:mesa + > + } + + ########################################################################################################## + # ore + #--------------------------------------------------------------------------------------------------------# + # The ore blocks to be generated. Format: :# + ########################################################################################################## + + ore { + # The ore block generated in the core of the mine. [default: railcraft:ore_metal#5] + S:core=railcraft:ore_metal#5 + + # The ore block generated on the fringe of the mine. [default: railcraft:ore_metal_poor#7] + S:fringe=railcraft:ore_metal_poor#7 + } + + scale { + # The scale of the noise map used to determine the boundaries of the mine. Very small changes can have drastic effects. Smaller numbers result in larger mines. Recommended to not change this. [range: 1.0E-6 ~ 1.0, default: 0.0018] + S:cloud=0.0018 + + # The scale of the noise map used to create the veins. Very small changes can have drastic effects. Smaller numbers result in larger veins. Recommended to not change this. [range: 1.0E-6 ~ 1.0, default: 0.015] + S:vein=0.015 + } + + limits { + # The limit of noise of the cloud layer above which core ore is generated. Lower numbers result in larger core areas. [range: 0.0 ~ 1.0, default: 0.9] + S:core=0.9 + + # The limit of noise of the cloud layer above which fringe ore is generated. Lower numbers result in larger, more common, fringe areas. [range: 0.0 ~ 1.0, default: 0.7] + S:fringe=0.7 + + # The limit of noise of the cloud layer above which core ore is generated in rich biomes. Lower numbers result in larger rich areas. [range: 0.0 ~ 1.0, default: 0.8] + S:rich=0.8 + + # The limit of noise of the vein layer below which ore is generated. Larger numbers result in larger veins. [range: 0.0 ~ 1.0, default: 0.25] + S:vein=0.25 + } + + chances { + # The percent chance that a generate event in a core area will result in ore spawning. [range: 0.0 ~ 1.0, default: 1.0] + S:coreGen=1.0 + + # The percent chance that a generate event in a core area will result in core ore spawning instead of fringe ore. Applied after coreGen. [range: 0.0 ~ 1.0, default: 0.2] + S:coreOre=0.2 + + # The percent chance that a generate event in a fringe area will result in ore spawning. [range: 0.0 ~ 1.0, default: 0.3] + S:fringeGen=0.3 + } + +} + + diff --git a/config/railcraft/railcraft.cfg b/config/railcraft/railcraft.cfg new file mode 100644 index 00000000..de68014b --- /dev/null +++ b/config/railcraft/railcraft.cfg @@ -0,0 +1,653 @@ +# Configuration file + +charge { + # + # change to 'printDebug=true' to enabled Charge Network debug spam + # + B:printDebug=false +} + + +########################################################################################################## +# enchantments +#--------------------------------------------------------------------------------------------------------# +# Enchantments can be disabled here. +# +########################################################################################################## + +enchantments { + # Enabled enchantments. [default: [wrecking], [implosion], [destruction], [smack]] + S:enchantments < + wrecking + implosion + destruction + smack + > +} + + +########################################################################################################## +# fluids +#--------------------------------------------------------------------------------------------------------# +# You can control whether Railcraft defines specific Fluids here. +# However, be aware that if you disable a Fluid that is not defined by another mod,you may suffer errors and unexpected behavior. +########################################################################################################## + +fluids { + B:creosote=true + B:steam=true +} + + +general { + # + # change to 'play.sounds=false' to prevent all mod sounds from playing + # + B:play.sounds=true +} + + +########################################################################################################## +# recipes +#--------------------------------------------------------------------------------------------------------# +# You can add or remove various recipes here +########################################################################################################## + +recipes { + + minecraft { + + furnace { + # + # change to 'creosote=true' to add smelting recipes for Creosote Oil to the vanilla furnace + # + B:creosote=false + } + + } + + railcraft { + + track { + # + # change to 'useAltRecipes=true' to use track recipes more similar to vanilla minecraft + # + B:useAltRecipes=false + } + + alloy { + # + # change to 'enableAltBrass=true' to forcibly enable a recipe to craft Brass Ingots from Zinc and Copper Ingots, regardless of whether the Factory Module is enabled + # + B:enableAltBrass=false + + # + # change to 'enableAltBronze=true' to forcibly enable a recipe to craft Bronze Ingots from Tin and Copper Ingots, regardless of whether the Factory Module is enabled + # + B:enableAltBronze=false + + # + # change to 'enableAltInvar=true' to forcibly enable a recipe to craft Invar Ingots from Iron and Nickel Ingots, regardless of whether the Factory Module is enabled + # + B:enableAltInvar=false + + # + # change to 'enableAltSteel=true' to forcibly enable a recipe to craft Steel Nuggets by smelting Iron Nuggets in a normal furnace, regardless of whether the Factory Module is enabled + # + B:enableAltSteel=false + + # + # change to 'enableHarderBrass=true' if you want Brass recipes to supply 3 Brass instead of 4 + # + B:enableHarderBrass=false + + # + # change to 'enableHarderBronze=true' if you want Bronze recipes to supply 3 Bronze instead of 4 + # + B:enableHarderBronze=false + } + + rockcrusher { + # + # change to 'ores=false' to prevent the game from crushing ores into dusts (only available if IC2 installed) + # + B:ores=true + } + + misc { + # + # set the output of the coal coke and stick recipe for torches, setting to 0 will disable' + # min=0, default=8, max=32 + # + I:coal_coke.torches=8 + + # + # set the output of the creosote and wool recipe for torches, setting to 0 will disable' + # min=0, default=6, max=16 + # + I:creosote.torches=6 + + # + # change to 'gunpowder=false' to disable the sulfur, saltpeter, charcoal dust recipe for gunpowder + # + B:gunpowder=true + } + + cart { + # + # change to 'bronze=false' to disable the bronze recipe for minecarts + # + B:bronze=true + + # + # change to 'steel=false' to disable the steel recipe for minecarts + # + B:steel=true + + # + # change to 'vanilla.furnace=false' to disable the Furnace Minecart recipe + # + B:vanilla.furnace=true + } + + } + + ic2 { + + macerator { + # + # change to 'blaze=false' to disable the IC2 Macerator recipe for Blaze Powder + # + B:blaze=true + + # + # change to 'bones=false' to disable the IC2 Macerator recipe for Bonemeal + # + B:bones=true + + # + # change to 'charcoal=false' to disable the IC2 Macerator recipe for Charcoal Dust + # + B:charcoal=true + + # + # change to 'cobble=false' to disable the IC2 Macerator recipes involving Cobblestone + # + B:cobble=true + + # + # change to 'crushed.obsidian=false' to disable the IC2 Macerator recipe from Obsidian to Crushed Obsidian + # + B:crushed.obsidian=true + + # + # change to 'dirt=false' to disable the IC2 Macerator recipe for Dirt + # + B:dirt=true + + # + # change to 'ender=false' to disable the IC2 Macerator recipe for Ender Powder + # + B:ender=true + + # + # change to 'obsidian=false' to disable any IC2 Macerator recipe with Obsidian input; overridden by the crushed obsidian setting + # + B:obsidian=true + + # + # change to 'ores=false' to disable the IC2 Macerator recipes for Ore Dusts + # + B:ores=true + + # + # change to 'slag=false' to disable the IC2 Macerator recipe for Slag Dust + # + B:slag=true + } + + } + + forestry { + + misc { + # + # change to 'brass.casing=false' to disable the brass recipe for Forestry Sturdy Casing + # + B:brass.casing=true + + # + # change to 'fertilizer=false' to disable the saltpeter recipe for Forestry Fertilizer + # + B:fertilizer=true + } + + carpenter { + # + # change to 'block_creosote=false' to disable the Carpenter Creosote Block recipe + # + B:block_creosote=true + + # + # change to 'ties=false' to disable the Carpenter Tie recipe + # + B:ties=true + + # + # change to 'torches=false' to disable the Carpenter Creosote Torch recipe + # + B:torches=true + } + + } + +} + + +########################################################################################################## +# tweaks +#--------------------------------------------------------------------------------------------------------# +# Here you can change the behavior of various things +########################################################################################################## + +tweaks { + + blocks { + + cart_dispenser { + # + # set the minimum number of seconds between cart dispensing, default=0 + # + I:delay=0 + } + + metal_tank { + # + # Change to 'allow.stacking=false' to disable the stacking of Iron Tanks + # + B:allow.stacking=true + + # + # Allows you to set how many buckets (1000 milliBuckets) of fluid each iron tank block can carry, min=1, default=16, max=1600 + # + I:capacity.per.block=16 + + # + # Allows you to set the max Iron Tank base dimension, valid values are 3, 5, 7, and 9 + # + I:maxsize=9 + } + + water_tank { + # + # The base rate of water in milliBuckets that can be gathered from the local environment, applied every 16 ticks to every block that can see the sky, min=0, default=4, max=1000 + # + I:environmental.generation=4 + } + + signals { + # + # change to 'printDebug=true' to log debug info for Signal Blocks + # + B:printDebug=false + + # + # measured in tick, smaller numbers update more often, resulting in more sensitive signals, but cost more cpu power, default = 4 + # + I:update.interval=4 + } + + charge { + # + # adjust the losses for the Charge network, min=0.2, default=1.0, max=10.0 + # + D:lossMultiplier=1.0 + } + + boiler { + # + # adjust the heat value of BioFuel in a Boiler, min=0.2, default=1.0, max=10.0 + # + D:biofuelMultiplier=1.0 + + # + # adjust the heat value of Fuel in a Boiler, min=0.2, default=1.0, max=10.0 + # + D:fuelMultiplier=1.0 + } + + } + + steam { + # + # adjust the amount of fuel used to create Steam, min=0.2, default=1.0, max=6.0 + # + D:fuelPerSteamMultiplier=1.0 + } + + itemsbottle { + # + # change to 'handleBottles=false' to prevent railcraft from attaching capabilities to bottles, default=true + # + B:handleBottles=true + + water { + # + # adjust to make the water bottles contain only 333 milli-bucket water, default=false + # + B:nerfWaterBottle=false + } + + } + + tracks { + + speed { + # + # add entity names to exclude them from explosions caused by high speed collisions + # + S:entities.excluded < + > + + # + # change 'max.speed' to limit max speed on high speed rails, useful if your computer can't keep up with chunk loading, min=0.6, default=0.8, max=1.2 + # + D:max.speed=0.800000011920929 + } + + launch { + # + # change the value to your desired max launch rail force, min=5, default=30, max=50 + # + I:force.max=30 + } + + } + + routing { + # + # change to 'ops.only=true' to limit the editing of Golden Tickets to server admins only + # + B:ops.only=false + } + + carts { + + general { + # + # change to 'breakOnDrop=true' to restore vanilla behavior + # + B:breakOnDrop=false + + # + # change to 'cartsInvulnerableFromMonsters=false' to allow monster fired projectiles to damage carts + # + B:cartsInvulnerableFromMonsters=true + + # + # change to 'collideWithItems=true' to restore minecart collisions with dropped items, ignored if 'register.collision.handler=false' + # + B:collideWithItems=false + + # + # change the value to your desired minecart stack size, vanilla=1, default=3, max=64 + # + I:maxStackSize=3 + + # + # change to 'printLinkingDebug=true' to log debug info for Cart Linking + # + B:printLinkingDebug=false + + # + # change to 'register.collision.handler=false' to use a minecart collision handler from a different mod or vanilla behavior + # + B:register.collision.handler=true + + # + # change to 'solid.carts=false' to return minecarts to vanilla player vs cart collision behavior + # in vanilla minecarts are ghost like can be walked through + # but making carts solid also makes them hard to push by hand + # this setting is ignored if aren't using the Railcraft Collision Handler + # + B:solid.carts=true + } + + basic { + # + # change to 'adjustDrag=false' to give basic carts the original vanilla drag values, after changing you may need to replace the carts to see any change in game + # + B:adjustDrag=true + } + + chest { + # + # change to 'allowFluidContainers=true' to allow fluid containers in Chest and Cargo Carts + # + B:allowFluidContainers=false + + # These items cannot be placed in Chest or Cargo carts. + # Entry Format: :[#[-]] || + # Regular expressions in the item name are supported. [default: [minecraft:.*_shulker_box], [minecraft:.*_bucket], [forge:bucketfilled], [ic2:.*bat((pack)|(tery))], [ic2:.*_crystal], [ic2:jetpack_electric], [ic2:energy_pack], [ic2:lappack], [ic2:te#68-75]] + S:cargoBlacklist < + minecraft:.*_shulker_box + minecraft:.*_bucket + forge:bucketfilled + ic2:.*bat((pack)|(tery)) + ic2:.*_crystal + ic2:jetpack_electric + ic2:energy_pack + ic2:lappack + ic2:te#68-75 + > + } + + bore { + # + # change to 'destroyBlocks=true' to cause the Bore to destroy the blocks it mines instead of dropping them + # + B:destroyBlocks=false + + # + # change to 'mineAllBlocks=false' to enable mining checks, use true setting with caution, especially on servers + # + B:mineAllBlocks=true + + # + # add block ids to 'mineableBlocks' in a common separated list to define non-vanilla blocks mineable by the tunnel bore + # ignored if 'tweaks.carts.bore.mineAllBlocks=true' + # metadata sensitive entries can be defined in the form ':[#]' + # Example:mineableBlocks= { minecraft:stone, minecraft:stonebrick#3 } + # + S:mineableBlocks={} + + # + # adjust the speed at which the Bore mines blocks, min=0.1, default=1.0, max=50.0 + # + D:miningSpeed=1.0 + } + + locomotive { + # + # change to 'damageMobs=false' to disable Locomotive damage on mobs, they will still knockback mobs + # + B:damageMobs=true + + # + # controls how much power locomotives have and how many carts they can pull + # be warned, longer trains have a greater chance for glitches + # as such it HIGHLY recommended you do not change this + # + I:horsepower=15 + + steam { + # + # adjust the multiplier used when calculating fuel use, min=0.2, default=3.0, max=12.0 + # + D:efficiencyMultiplier=3.0 + } + + } + + tank { + # + # change the value to your desired Tank Cart capacity in buckets, min=4, default=32, max=512, ignored if 'tweaks.minecarts.tank.useCustomValues=false' + # + I:capacity=32 + + # + # change the value to your desired Tank Cart fill rate in milli-buckets per tick, min=4, default=32, max=2048 + # there are 1000 milli-buckets in a bucket, ignored if 'tweaks.minecarts.tank.useCustomValues=false' + # + I:fillrate=32 + + # + # change to 'useCustomValues=true' to adjust the Tank Cart's capacity and fill rate + # + B:useCustomValues=false + } + + hopper { + # + # change to 'transferCooldown=false' to revert fix for MC-65029 and restore the incorrect vanilla behavior, i.e. no transfer cooldown + # + B:transferCooldown=true + } + + } + +} + + +########################################################################################################## +# worldgen +#--------------------------------------------------------------------------------------------------------# +# You can control which Ores/Features generate in the world here. +# If wish to disable world gen entirely it is recommended +# that you disable the World Module in 'modules.cfg' instead. +# Before disabling Railcraft metal ore gen, you should be aware +# that is does not spawn like vanilla ore. It forms localized clouds +# in distinct regions rather than a uniform spread. +# It also consists of two types of ore, standard and poor. +# Poor ore forms throughout the cloud, standard ore only forms in the core of the cloud. +# These are referred to as Railcraft Ore Mines. +# The configs for these mines are now found in '/config/railcraft/ore' +# You can even add your own generators with blocks from other mods. +########################################################################################################## + +worldgen { + # + # Generate default config files for ore generation. Resets to false after game load. This will overwrite existing files. + # + B:generateDefaultConfigs=false + + generate { + # spawns beneath the sea in spheres + B:abyssal.geodes=false + + # spawns on lava sea floor in Nether + B:firestone=true + + # spawns on the surface in forests + B:quarried.stone=true + + # spawns beneath surface of deserts, regenerates via bedrock layer block + B:saltpeter=true + + # Spawns a copy of mines in the sky for easy configuration testing + B:skyGen=false + + # spawns near lava layer in mountains + B:sulfur=true + + # villager careers and professions + B:village.villager=true + + # village building + B:village.workshop=true + } + + tweak { + # + # chance that vanilla ore gen (Iron, Gold) will spawn ore uniformly throughout the world, set to zero to disable, min=0, default=100, max=100 + # + I:vanillaOreGenChance=100 + } + +} + + +########################################################################################################## +# worldspikes +#--------------------------------------------------------------------------------------------------------# +# Settings for Worldspikes +########################################################################################################## + +worldspikes { + # Controls which Worldspikes are craftable, they will still be available via Creative [default: [standard], [personal], [passive]] + S:craftableWorldspikes < + standard + personal + passive + > + + # + # change to 'delete.worldspikes=true' to delete every Worldspike or Worldspike Cart in the world. + # Value resets to false after each session. + # To disable Worldspikes completely, disable the ChunkLoading Module from 'modules.cfg' + # + B:delete.worldspikes=false + + # + # change to interact.with.pipes=false to prevent pipes, tubes, or various other things from interacting with Worldspikes + # + B:interact.with.pipes=true + + # + # change to 'print.debug=true' to log debug info for Worldspikes + # + B:print.debug=false + + # + # change to print.locations=true to print Worldspike locations to the log on startup + # + B:print.locations=false + + ########################################################################################################## + # fuel + #--------------------------------------------------------------------------------------------------------# + # the number of hours that an item will power a Worldspike or Worldspike Cart + # this is an approximation only, actual duration is affected by number of chunks loaded and tick rate + # if the list is empty, Worldspikes will not require fuel + # Entry Format: :[#[-]]= || =Regular expressions in the item name are supported. + ########################################################################################################## + + fuel { + # [default: [railcraft:dust#0=2], [minecraft:ender_pearl=4], [railcraft:dust#6=8], [railcraft:dust#7=12]] + S:passive < + railcraft:dust#0=2 + minecraft:ender_pearl=4 + railcraft:dust#6=8 + railcraft:dust#7=12 + > + + # [default: [railcraft:dust#0=2], [minecraft:ender_pearl=4], [railcraft:dust#6=8], [railcraft:dust#7=12]] + S:personal < + railcraft:dust#0=2 + minecraft:ender_pearl=4 + railcraft:dust#6=8 + railcraft:dust#7=12 + > + + # [default: [railcraft:dust#0=2], [minecraft:ender_pearl=4], [railcraft:dust#6=8], [railcraft:dust#7=12]] + S:standard < + railcraft:dust#0=2 + minecraft:ender_pearl=4 + railcraft:dust#6=8 + railcraft:dust#7=12 + > + } + +} + + diff --git a/config/randompatches.cfg b/config/randompatches.cfg new file mode 100644 index 00000000..77e43b06 --- /dev/null +++ b/config/randompatches.cfg @@ -0,0 +1,272 @@ +# 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/randomthings.cfg b/config/randomthings.cfg new file mode 100644 index 00000000..20721d10 --- /dev/null +++ b/config/randomthings.cfg @@ -0,0 +1,104 @@ +# 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/reachfix.cfg b/config/reachfix.cfg new file mode 100644 index 00000000..70badce8 --- /dev/null +++ b/config/reachfix.cfg @@ -0,0 +1,15 @@ +# Configuration file + +general { + B:enabled=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/recipestages.cfg b/config/recipestages.cfg new file mode 100644 index 00000000..b12cef37 --- /dev/null +++ b/config/recipestages.cfg @@ -0,0 +1,11 @@ +# 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/renderlib.cfg b/config/renderlib.cfg new file mode 100644 index 00000000..cb5d2cf0 --- /dev/null +++ b/config/renderlib.cfg @@ -0,0 +1,44 @@ +# Configuration file + +general { + # 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 < + > + 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 { + # Better debugging of OpenGL errors. (Requires OpenGL 4.3!) + 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 + } + +} + + diff --git a/config/rftools/dimensions.cfg b/config/rftools/dimensions.cfg new file mode 100644 index 00000000..62081e3b --- /dev/null +++ b/config/rftools/dimensions.cfg @@ -0,0 +1,628 @@ +# Configuration file + +########################################################################################################## +# dimletconstruction +#--------------------------------------------------------------------------------------------------------# +# Dimlet construction related settings +########################################################################################################## + +dimletconstruction { + # Maximum RF storage that the dimlet workbench can hold + I:dimletWorkbenchMaxRF=100000 + + # RF that the dimlet workbench needs for extracting one dimlet + I:dimletWorkbenchRFPerOperation=800 + + # RF per tick that the the dimlet workbench can receive + I:dimletWorkbenchRFPerTick=1000 + + # Amount of ticks needed to fully absorb a biome essence + I:maxBiomeAbsorbtion=5000 + + # Amount of blocks needed to fully absorb material essence + I:maxBlockAbsorbtion=128 + + # Amount of ticks needed to fully absorb a feature essence + I:maxFeatureAbsorbtion=5000 + + # Amount of liquid blocks needed to fully absorb liquid essence + I:maxLiquidAbsorbtion=128 + + # Amount of ticks needed to fully absorb a terrain essence + I:maxTerrainAbsorbtion=5000 + + # Amount of ticks needed to absorb the correct time + I:maxTimeAbsorbtion=10 +} + + +########################################################################################################## +# dimlets +#--------------------------------------------------------------------------------------------------------# +# Dimlet related settings +########################################################################################################## + +dimlets { + # Rarity factor for level 0 + D:level0=500.0 + + # Rarity factor for level 1 + D:level1=250.0 + + # Rarity factor for level 2 + D:level2=150.0 + + # Rarity factor for level 3 + D:level3=90.0 + + # Rarity factor for level 4 + D:level4=40.0 + + # Rarity factor for level 5 + D:level5=20.0 + + # Rarity factor for level 6 + D:level6=1.0 + + # Whether the rarity factor of each given rarity should be multiplied by the number of items in it + B:rarityScalesBySize=true +} + + +########################################################################################################## +# general +#--------------------------------------------------------------------------------------------------------# +# Dimension related settings +########################################################################################################## + +general { + # Behaviour when sleeping in an RFTools dimension: 0 = do nothing, 1 = explode, 2 = set spawn + I:bedBehaviour=0 + + # How much stronger mobs should be if spawned in a dimension with the brutal mobs dimlet + D:brutalMobsFactor=5.0 + + # If this is enabled then the dimension builder needs a correct owner before you can create dimensions with it + B:dimensionBuilderNeedsOwner=false + + # If this is enabled the /rftdim safedel command will also delete the DIM folder. If false then this has to be done manually + B:dimensionFolderIsDeletedWithSafeDel=true + + # RF per tick/per block for the dimension screen module + I:dimensionRFPerTick=6 + + # How much of the tick cost of the world is applied to the PFG cost, as a ratio from 0 to 1 + D:dynamicPhaseCostAmount=0.05000000074505806 + + # If this is enabled then a dimension editor can delete a dimension that is owned by the same player as the dimension editor's player. This works by sending over a block of TNT + B:editorCanDeleteDimensions=false + + # Enable the dimension builder recipe. + B:enableDimensionBuilderRecipe=true + + # Enable dynamic scaling of the Phase Field Generator cost based on world tick cost + B:enableDynamicPhaseCost=false + + # The chance that you get a dimlet parcel when killing an enderman. Set to 0 to disable + D:endermanDimletPartDrop=0.019999999552965164 + + # The maximum amount of dimensions per player. This requires that dimensions are build with an owned builder (dimensionBuilderNeedsOwner must be set). -1 means no maximum + I:maxDimensionsPerPlayer=-1 + + # Amount of injections needed to get a fully absorbed mob essence + I:maxMobInjections=10 + + # The maximum amount of dimlet parts you get out of a dimlet parcel + I:maxParcelContents=6 + + # The minimum amount of dimlet parts you get out of a dimlet parcel + I:minParcelContents=3 + + # If this is enabled (non-craftable) owner dimlets are required to construct dimension tabs. This is useful on servers where you want to limit the amount of dimensions a player can make + B:ownerDimletsNeeded=false + + # If this is enabled then regular players can delete their own dimensions using the /rftdim safedel command + B:playersCanDeleteDimensions=false + + # Randomize the seed when the dimension is created + B:randomizeSeed=false + + # If this flag is true the player will respawn in the rftools dimension when he dies (unless power runs out) + B:respawnRfToolsDimension=false + + # The RFTools dimension provider id (-1 means try to find one automatically) + I:rftoolsProviderId=900 + + # Dimension to respawn in after you get kicked out of an RFTools dimension + I:spawnDimension=0 + + # How much stronger mobs should be if spawned in a dimension with the strong mobs dimlet + D:strongMobsFactor=2.0 + + # Set this to true if you want to make sure RFTools can only create void dimensions + B:voidOnly=false +} + + +########################################################################################################## +# lostcity +#--------------------------------------------------------------------------------------------------------# +# Settings related to the Lost City dimlet +########################################################################################################## + +lostcity { + # The chance that a chunk can possibly contain a bridge. There actually being a bridge also depends on the presence of adjacent bridges and other conditions [range: 0.0 ~ 1.0, default: 0.7] + S:bridgeChance=0.7 + + # The chance that a chunk can possibly be the top-left chunk of 2x2 building. There actually being a 2x2 building also depends on the condition of those other chunks [range: 0.0 ~ 1.0, default: 0.03] + S:building2x2Chance=0.03 + + # The chance that a chunk in a city will have a building. Otherwise it will be a street [range: 0.0 ~ 1.0, default: 0.3] + S:buildingChance=0.3 + + # The chance that a doorway will be generated at a side of a building (on any level). Only when possible [range: 0.0 ~ 1.0, default: 0.6] + S:buildingDoorwayChance=0.6 + + # The maximum number of cellars (below ground). 0 means no cellar [range: 0 ~ 7, default: 4] + I:buildingMaxCellars=4 + + # A cap for the amount of floors a city can have (above ground) [range: 0 ~ 30, default: 9] + I:buildingMaxFloors=9 + + # The amount of floors of a building is equal to: MINFLOORS + random(MINFLOORS_CHANCE + (cityFactor + .1f) * (MAXFLOORS_CHANCE - MINFLOORS_CHANCE)) [range: 1 ~ 30, default: 6] + I:buildingMaxFloorsChance=6 + + # The minimum number of cellars (below ground). 0 means no cellar [range: 0 ~ 7, default: 0] + I:buildingMinCellars=0 + + # The minimum number of floors (above ground) for a building (0 means the first floor only) [range: 0 ~ 30, default: 0] + I:buildingMinFloors=0 + + # The amount of floors of a building is equal to: MINFLOORS + random(MINFLOORS_CHANCE + (cityFactor + .1f) * (MAXFLOORS_CHANCE - MINFLOORS_CHANCE)) [range: 1 ~ 30, default: 4] + I:buildingMinFloorsChance=4 + + # The chance this chunk will be the center of a city [range: 0.0 ~ 1.0, default: 0.02] + S:cityChance=0.02 + + # The maximum radius of a city [range: 1 ~ 2000, default: 128] + I:cityMaxRadius=128 + + # The minimum radius of a city [range: 1 ~ 1000, default: 50] + I:cityMinRadius=50 + + # The center and radius of a city define a sphere. This thresshold indicates from which point a city is considered a city. This is important for calculating where cities are based on overlapping city circles (where the city thressholds are added) [range: 0.0 ~ 1.0, default: 0.2] + S:cityThresshold=0.2 + + # The chance that a chunk can possibly contain a corridor. There actually being a corridor also depends on the presence of adjacent corridors [range: 0.0 ~ 1.0, default: 0.7] + S:corridorChance=0.7 + + # The chance that a 2x2 building will be a data center [range: 0.0 ~ 1.0, default: 0.1] + S:dataCenterChance=0.1 + + # A factor that determines how much debris will overflow from nearby damaged chunks. Bigger numbers mean less debris [range: 1 ~ 10000, default: 200] + I:debrisToNearbyChunkFactor=200 + + # When a section of blocks in in an explosion the generator will count the number of blocks that are connected. The number of connections divided by the total number of blocks in a connected section is compared with this number. If it is smaller then the section of blocks is destroyed or moved down with gravity [range: 0.0 ~ 1.0, default: 0.05] + S:destroyLoneBlocksFactor=0.05 + + # When a section of blocks is to be moved or destroyed this chance gives the chance of remval (as opposed to moving with gravity) [range: 0.0 ~ 1.0, default: 0.4] + S:destroyOrMoveChance=0.4 + + # A section of blocks that is about to be moved or destroyed is always destroyed if it is smaller then this size [range: 1 ~ 5000, default: 50] + I:destroySmallSectionsSize=50 + + # The chance that a chunk will contain an explosion [range: 0.0 ~ 1.0, default: 0.005] + S:explosionChance=0.005 + + # The maximum height of an explosion [range: 1 ~ 256, default: 120] + I:explosionMaxHeight=120 + + # The maximum radius of an explosion [range: 1 ~ 3000, default: 80] + I:explosionMaxRadius=80 + + # The minimum height of an explosion [range: 1 ~ 256, default: 70] + I:explosionMinHeight=70 + + # The minimum radius of an explosion [range: 1 ~ 1000, default: 17] + I:explosionMinRadius=17 + + # The chance that a street section contains a fountain [range: 0.0 ~ 1.0, default: 0.05] + S:fountainChance=0.05 + + # The chance that a 2x2 building will be a library [range: 0.0 ~ 1.0, default: 0.1] + S:libraryChance=0.1 + + # The chance that a chunk will contain a mini explosion [range: 0.0 ~ 1.0, default: 0.07] + S:miniExplosionChance=0.07 + + # The maximum height of a mini explosion [range: 1 ~ 256, default: 100] + I:miniExplosionMaxHeight=100 + + # The maximum radius of a mini explosion [range: 1 ~ 3000, default: 15] + I:miniExplosionMaxRadius=15 + + # The minimum height of a mini explosion [range: 1 ~ 256, default: 60] + I:miniExplosionMinHeight=60 + + # The minimum radius of a mini explosion [range: 1 ~ 1000, default: 5] + I:miniExplosionMinRadius=5 + + # The chance that a brick will be cracked [range: 0.0 ~ 1.0, default: 0.06] + S:styleChanceCracked=0.06 + + # The chance that a brick will be mossy [range: 0.0 ~ 1.0, default: 0.05] + S:styleChanceMossy=0.05 + + # The chance that a block on the outside of a building will be covered with a vine [range: 0.0 ~ 1.0, default: 0.009] + S:vineChance=0.009 + + # How much lower the water level is compared to the ground level (63) [range: 1 ~ 30, default: 8] + I:waterLevelOffset=8 +} + + +########################################################################################################## +# machines +#--------------------------------------------------------------------------------------------------------# +# Machine related settings +########################################################################################################## + +machines { + # Maximum RF storage that the dimension builder can hold + I:dimensionBuilderMaxRF=10000000 + + # RF per tick that the dimension builder can receive + I:dimensionBuilderRFPerTick=50000 + + # Maximum RF storage that the dimension editor can hold + I:dimensionEditorMaxRF=5000000 + + # RF per tick that the dimension editor can receive + I:dimensionEditorRFPerTick=50000 + + # Maximum RF storage that the dimlet workbench can hold + I:dimletWorkbenchMaxRF=32000 + + # RF that the dimlet workbench needs for extracting one dimlet + I:dimletWorkbenchRFPerOperation=200 + + # RF per tick that the the dimlet workbench can receive + I:dimletWorkbenchRFPerTick=80 + + # Maximum RF storage that the energy extractor can hold + I:energyExtractorMaxRF=50000 + + # RF per tick that the energy extractor can send + I:energyExtractorRFPerTick=1000 +} + + +########################################################################################################## +# mobs +#--------------------------------------------------------------------------------------------------------# +# Mob related settings +########################################################################################################## + +mobs { + I:default.chance=6 + I:default.maxentity=10 + I:default.maxgroup=3 + I:default.mingroup=1 + I:"minecraft:bat.chance"=10 + I:"minecraft:bat.maxentity"=20 + I:"minecraft:bat.maxgroup"=8 + I:"minecraft:bat.mingroup"=8 + I:"minecraft:blaze.chance"=20 + I:"minecraft:blaze.maxentity"=20 + I:"minecraft:blaze.maxgroup"=4 + I:"minecraft:blaze.mingroup"=2 + I:"minecraft:cave_spider.chance"=100 + I:"minecraft:cave_spider.maxentity"=60 + I:"minecraft:cave_spider.maxgroup"=8 + I:"minecraft:cave_spider.mingroup"=8 + I:"minecraft:chicken.chance"=10 + I:"minecraft:chicken.maxentity"=40 + I:"minecraft:chicken.maxgroup"=4 + I:"minecraft:chicken.mingroup"=3 + I:"minecraft:cow.chance"=10 + I:"minecraft:cow.maxentity"=40 + I:"minecraft:cow.maxgroup"=4 + I:"minecraft:cow.mingroup"=3 + I:"minecraft:creeper.chance"=100 + I:"minecraft:creeper.maxentity"=60 + I:"minecraft:creeper.maxgroup"=8 + I:"minecraft:creeper.mingroup"=8 + I:"minecraft:ender_dragon.chance"=4 + I:"minecraft:ender_dragon.maxentity"=4 + I:"minecraft:ender_dragon.maxgroup"=2 + I:"minecraft:ender_dragon.mingroup"=1 + I:"minecraft:enderman.chance"=20 + I:"minecraft:enderman.maxentity"=20 + I:"minecraft:enderman.maxgroup"=4 + I:"minecraft:enderman.mingroup"=2 + I:"minecraft:endermite.chance"=6 + I:"minecraft:endermite.maxentity"=10 + I:"minecraft:endermite.maxgroup"=4 + I:"minecraft:endermite.mingroup"=2 + I:"minecraft:ghast.chance"=20 + I:"minecraft:ghast.maxentity"=20 + I:"minecraft:ghast.maxgroup"=4 + I:"minecraft:ghast.mingroup"=2 + I:"minecraft:guardian.chance"=8 + I:"minecraft:guardian.maxentity"=7 + I:"minecraft:guardian.maxgroup"=3 + I:"minecraft:guardian.mingroup"=1 + I:"minecraft:horse.chance"=10 + I:"minecraft:horse.maxentity"=40 + I:"minecraft:horse.maxgroup"=4 + I:"minecraft:horse.mingroup"=3 + I:"minecraft:magma_cube.chance"=50 + I:"minecraft:magma_cube.maxentity"=30 + I:"minecraft:magma_cube.maxgroup"=4 + I:"minecraft:magma_cube.mingroup"=2 + I:"minecraft:mooshroom.chance"=10 + I:"minecraft:mooshroom.maxentity"=40 + I:"minecraft:mooshroom.maxgroup"=4 + I:"minecraft:mooshroom.mingroup"=3 + I:"minecraft:ocelot.chance"=5 + I:"minecraft:ocelot.maxentity"=20 + I:"minecraft:ocelot.maxgroup"=3 + I:"minecraft:ocelot.mingroup"=2 + I:"minecraft:pig.chance"=10 + I:"minecraft:pig.maxentity"=40 + I:"minecraft:pig.maxgroup"=4 + I:"minecraft:pig.mingroup"=3 + I:"minecraft:rabbit.chance"=10 + I:"minecraft:rabbit.maxentity"=20 + I:"minecraft:rabbit.maxgroup"=4 + I:"minecraft:rabbit.mingroup"=3 + I:"minecraft:sheep.chance"=10 + I:"minecraft:sheep.maxentity"=40 + I:"minecraft:sheep.maxgroup"=4 + I:"minecraft:sheep.mingroup"=3 + I:"minecraft:silverfish.chance"=6 + I:"minecraft:silverfish.maxentity"=10 + I:"minecraft:silverfish.maxgroup"=4 + I:"minecraft:silverfish.mingroup"=2 + I:"minecraft:skeleton.chance"=100 + I:"minecraft:skeleton.maxentity"=60 + I:"minecraft:skeleton.maxgroup"=8 + I:"minecraft:skeleton.mingroup"=8 + I:"minecraft:slime.chance"=50 + I:"minecraft:slime.maxentity"=30 + I:"minecraft:slime.maxgroup"=4 + I:"minecraft:slime.mingroup"=2 + I:"minecraft:snowman.chance"=50 + I:"minecraft:snowman.maxentity"=30 + I:"minecraft:snowman.maxgroup"=4 + I:"minecraft:snowman.mingroup"=2 + I:"minecraft:spider.chance"=100 + I:"minecraft:spider.maxentity"=60 + I:"minecraft:spider.maxgroup"=8 + I:"minecraft:spider.mingroup"=8 + I:"minecraft:squid.chance"=10 + I:"minecraft:squid.maxentity"=40 + I:"minecraft:squid.maxgroup"=4 + I:"minecraft:squid.mingroup"=3 + I:"minecraft:villager.chance"=10 + I:"minecraft:villager.maxentity"=20 + I:"minecraft:villager.maxgroup"=4 + I:"minecraft:villager.mingroup"=3 + I:"minecraft:villager_golem.chance"=20 + I:"minecraft:villager_golem.maxentity"=6 + I:"minecraft:villager_golem.maxgroup"=2 + I:"minecraft:villager_golem.mingroup"=1 + I:"minecraft:witch.chance"=10 + I:"minecraft:witch.maxentity"=20 + I:"minecraft:witch.maxgroup"=1 + I:"minecraft:witch.mingroup"=1 + I:"minecraft:wither.chance"=5 + I:"minecraft:wither.maxentity"=5 + I:"minecraft:wither.maxgroup"=2 + I:"minecraft:wither.mingroup"=1 + I:"minecraft:wolf.chance"=10 + I:"minecraft:wolf.maxentity"=20 + I:"minecraft:wolf.maxgroup"=4 + I:"minecraft:wolf.mingroup"=3 + I:"minecraft:zombie.chance"=100 + I:"minecraft:zombie.maxentity"=60 + I:"minecraft:zombie.maxgroup"=8 + I:"minecraft:zombie.mingroup"=8 + I:"minecraft:zombie_pigman.chance"=20 + I:"minecraft:zombie_pigman.maxentity"=10 + I:"minecraft:zombie_pigman.maxgroup"=4 + I:"minecraft:zombie_pigman.mingroup"=2 +} + + +########################################################################################################## +# oresaplenty +#--------------------------------------------------------------------------------------------------------# +# Settings for the OresAPlenty dimlet +########################################################################################################## + +oresaplenty { + I:extraCoalCount=22 + I:extraCoalMaxHeight=128 + I:extraCoalMinHeight=0 + I:extraCoalSize=40 + I:extraDiamondCount=2 + I:extraDiamondMaxHeight=16 + I:extraDiamondMinHeight=0 + I:extraDiamondSize=20 + I:extraEmeraldCount=1 + I:extraEmeraldMaxHeight=32 + I:extraEmeraldMinHeight=0 + I:extraEmeraldSize=16 + I:extraGoldCount=3 + I:extraGoldMaxHeight=32 + I:extraGoldMinHeight=0 + I:extraGoldSize=20 + I:extraIronCount=20 + I:extraIronMaxHeight=64 + I:extraIronMinHeight=0 + I:extraIronSize=20 + I:extraLapisCount=2 + I:extraLapisMaxHeight=16 + I:extraLapisMinHeight=0 + I:extraLapisSize=20 + I:extraRedstoneCount=10 + I:extraRedstoneMaxHeight=16 + I:extraRedstoneMinHeight=0 + I:extraRedstoneSize=20 +} + + +########################################################################################################## +# power +#--------------------------------------------------------------------------------------------------------# +# Power related settings +########################################################################################################## + +power { + # If the dimension turns out to be more expensive after creation you get a factor of the actual cost extra to the RF/tick maintenance cost. If this is 0 there is no such cost. If this is 1 then you get the full cost + D:afterCreationCostFactor=0.10000000149011612 + + # Difficulty level for the dimension system. -1 means dimensions don't consume power. 0 means that you will not get killed but kicked out of the dimension when it runs out of power. 1 means certain death + I:difficulty=1 + + # The internal RF buffer for every dimension + I:dimensionPower=40000000 + + # The zero level at which power warning signs are starting to happen. This is only used for lighting level. No other debuffs occur at this level. + I:dimensionPowerWarn0=6000000 + + # The first level at which power warning signs are starting to happen + I:dimensionPowerWarn1=4000000 + + # The second level at which power warning signs are starting to become worse + I:dimensionPowerWarn2=1000000 + + # The third level at which power warning signs are starting to be very bad + I:dimensionPowerWarn3=500000 + + # The level at which the teleportation system will consider a destination to be dangerous + I:dimensionPowerWarnTP=500000 + + # If this flag is true RFTools will freeze all entities and machines in a dimension when the power runs out + B:freezeUnpoweredDimension=true + + # Percentage to add or subtract to the maintenance cost of all dimlets (100 would double the cost, -100 would set the cost to almost zero (complete zero is not allowed)) + D:maintenanceCostPercentage=0.0 + + # Bonus dimlets can never get the maintenance cost of a dimension below this percentage of the nominal cost without bonus dimlets + I:minimumCostPercentage=10 + + # RF per tick that the phased field generator item will consume + I:phasedFieldConsumePerTick=100 + + # If true you will get some debufs when the PFG is in use. If false there will be no debufs + B:phasedFieldGeneratorDebuf=true + + # In this range the PFG will keep entities active (set to 0 to disable this feature) + I:phasedFieldGeneratorRange=5 + + # Maximum RF storage that the phased field generator item can hold + I:phasedFieldMaxRF=1000000 + + # RF per tick that the phased field generator item can receive + I:phasedFieldRFPerTick=1000 + + # If this flag is true all spawns will be disabled in an unpowered dimension + B:preventSpawnUnpoweredDimension=true +} + + +########################################################################################################## +# worldgen +#--------------------------------------------------------------------------------------------------------# +# Worldgen related settings +########################################################################################################## + +worldgen { + # The height of the bedrock layer that is generated at the bottom of some world types. Set to 0 to disable this and get default bedrock generation + I:bedrockLayer=1 + + # Maximum height of the caverns. 0=64, 1=128, 2=196, 3=256 + I:cavernHeightLimit=1 + + # The chance that you get a dimlet parcel in a dungeon chest + I:dimletParcelRarity=2 + + # The chance for a dungeon to spawn in a chunk. Higher numbers mean less chance (1 in 'dungeonChance' chance) + I:dungeonChance=200 + + # The maximum number of random dimlets that can be generated in rftools dungeons (set to 0 to disable this) + I:enableDimletsInRFToolsDungeons=2 + + # If true then item frames in rftools dungeons will contain dimlets. Otherwise they will contain dimlet parts + B:enableDimletsInRFToolsFrames=true + + # Set this to true if you want terrains with dimlet 'normal' to generate like the overworld (i.e. amplified if the overworld is amplified) + B:normalTerrainInheritsOverworld=false + + # Maximum y level for dimensional shard ores + I:oreMaximumHeight=40 + + # Maximum number of veins for dimensional shard ores + I:oreMaximumVeinCount=3 + + # Maximum vein size of dimensional shard ores + I:oreMaximumVeinSize=8 + + # Minimum y level for dimensional shard ores + I:oreMinimumHeight=2 + + # Minimum vein size of dimensional shard ores + I:oreMinimumVeinSize=5 + + # The chance that a non-stone block is selected for the main terrain + D:randomBaseBlockChance=0.30000001192092896 + + # The chance that a random biome controller is selected + D:randomControllerChance=0.4000000059604645 + + # The chance that an effect gets randomly selected in worldgen (poison, regeneration, ...) + D:randomEffectChance=0.10000000149011612 + + # The chance that extra specific mobs will spawn + D:randomExtraMobsChance=0.4000000059604645 + + # The chance that every specific feature gets randomly selected in worldgen (tendrils, caves, lakes, oregen, ...) + D:randomFeatureChance=0.4000000059604645 + + # The chance that random blocks are selected for landscape features (tendrils, canyons, ...) + D:randomFeatureMaterialChance=0.4000000059604645 + + # The chance that random fluid liquids are selected for lakes + D:randomLakeFluidChance=0.20000000298023224 + + # The chance that a non-water block is selected for oceans and seas + D:randomOceanLiquidChance=0.20000000298023224 + + # The chance that random fluid liquids are selected for liquid orbs + D:randomOrbFluidChance=0.20000000298023224 + + # The chance that random blocks are selected for extra oregen feature + D:randomOregenMaterialChance=0.20000000298023224 + + # The chance that special sky features are selected + D:randomSpecialSkyChance=0.5 + + # The chance that default time features are selected + D:randomSpecialTimeChance=0.5 + + # The chance that every specific structure gets randomly selected in worldgen (village, nether fortress, ...) + D:randomStructureChance=0.20000000298023224 + + # The chance that default weather features are selected + D:randomWeatherChance=0.800000011920929 + + # The number of uncraftable dimlets that will always be generated in rftools dungeons (set to 0 to disable this, this value is independ from enableDimletsInRFToolsDungeons) + I:uncraftableDimletsInRFToolsDungeons=2 + + # The chance for a volcano to spawn in a chunk (with the volcano feature dimlet). Higher numbers mean less chance (1 in 'volcanoChance' chance) + I:volcanoChance=60 +} + + diff --git a/config/rftools/dimlets.json b/config/rftools/dimlets.json new file mode 100644 index 00000000..7896fce5 --- /dev/null +++ b/config/rftools/dimlets.json @@ -0,0 +1,1201 @@ +[ + "Everything below this line will be regenerated from defaults every time. Remove this line if you do not want that", + { + "filter": { + "name": "owner", + "type": "special" + }, + "settings": { + "rarity": 0, + "create": 0, + "maintain": 0, + "ticks": 0, + "worldgen": false, + "dimlet": true + } + }, + { + "filter": { + "name": "cheater", + "type": "special" + }, + "settings": { + "rarity": 0, + "create": 0, + "maintain": 0, + "ticks": 0, + "worldgen": false, + "dimlet": true + } + }, + { + "filter": { + "name": "noanimals", + "type": "special" + }, + "settings": { + "rarity": 2, + "create": 5000, + "maintain": 40, + "ticks": 10, + "worldgen": false, + "dimlet": true + } + }, + { + "filter": { + "name": "spawn", + "type": "special" + }, + "settings": { + "rarity": 2, + "create": 10000, + "maintain": 300, + "ticks": 100, + "worldgen": false, + "dimlet": true + } + }, + { + "filter": { + "name": "seed", + "type": "special" + }, + "settings": { + "rarity": 2, + "create": 1000, + "maintain": 0, + "ticks": 100, + "worldgen": false, + "dimlet": true + } + }, + { + "filter": { + "name": "seed", + "type": "special" + }, + "settings": { + "rarity": 2, + "create": 1000, + "maintain": 0, + "ticks": 100, + "worldgen": false, + "dimlet": true + } + }, + { + "filter": { + "name": "peaceful", + "type": "special" + }, + "settings": { + "rarity": 5, + "create": 50000, + "maintain": 30000, + "ticks": 900, + "worldgen": false, + "dimlet": true + } + }, + { + "filter": { + "name": "efficiency", + "type": "special" + }, + "settings": { + "rarity": 5, + "create": 100000, + "maintain": -20, + "ticks": 900, + "worldgen": false, + "dimlet": true + } + }, + { + "filter": { + "name": "mediocreefficiency", + "type": "special" + }, + "settings": { + "rarity": 4, + "create": 100000, + "maintain": -5, + "ticks": 400, + "worldgen": false, + "dimlet": true + } + }, + { + "filter": { + "type": "digit" + }, + "settings": { + "rarity": 0, + "create": 0, + "maintain": 0, + "ticks": 0, + "worldgen": false, + "dimlet": true + } + }, + { + "filter": { + "mod": "tconstruct", + "name": [ + "ore", + "metal" + ], + "type": "material", + "property": { + "type": "COBALT" + } + }, + "settings": { + "rarity": 5, + "create": 80000, + "maintain": 20000, + "ticks": 1000, + "worldgen": true, + "dimlet": true + } + }, + { + "filter": { + "mod": "tconstruct", + "name": [ + "ore", + "metal" + ], + "type": "material", + "property": { + "type": "ARDITE" + } + }, + "settings": { + "rarity": 5, + "create": 80000, + "maintain": 20000, + "ticks": 1000, + "worldgen": true, + "dimlet": true + } + }, + { + "filter": { + "mod": "minecraft", + "name": "stone", + "type": "material" + }, + "settings": { + "rarity": 0, + "create": 5, + "maintain": 1, + "ticks": 1, + "worldgen": true, + "dimlet": true + } + }, + { + "filter": { + "mod": "tconstruct", + "name": "metal", + "type": "material", + "property": { + "type": "KNIGHTSLIME" + } + }, + "settings": { + "worldgen": false, + "dimlet": false + } + }, + { + "filter": { + "mod": "tconstruct", + "name": "metal", + "type": "material", + "property": { + "type": "MANYULLYN" + } + }, + "settings": { + "rarity": 5, + "create": 80000, + "maintain": 20000, + "ticks": 1000, + "worldgen": true, + "dimlet": true + } + }, + { + "filter": { + "mod": "tconstruct", + "name": [ + "ore", + "metal" + ], + "type": "material" + }, + "settings": { + "rarity": 4, + "create": 30000, + "maintain": 10000, + "ticks": 500, + "worldgen": true, + "dimlet": true + } + }, + { + "filter": { + "mod": "biomesoplenty", + "name": [ + "hard_sand", + "crag_rock", + "dried_dirt", + "dirt", + "hard_dirt", + "planks_0", + "stone", + "log_0", + "log_2", + "log_1", + "ash_block", + "ash_stone", + "hard_ice", + "mud", + "log_3" + ], + "type": "material" + }, + "settings": { + "rarity": 2, + "create": 100, + "maintain": 30, + "ticks": 10, + "worldgen": true, + "dimlet": true + } + }, + { + "filter": { + "mod": "biomesoplenty", + "name": "sand", + "type": "material" + }, + "settings": { + "rarity": 2, + "create": 100, + "maintain": 30, + "ticks": 10, + "worldgen": false, + "dimlet": false + } + }, + { + "filter": { + "mod": "flatcoloredblocks", + "name": "flatcoloredblock_glowing.*", + "type": "material" + }, + "settings": { + "rarity": 4, + "create": 500, + "maintain": 500, + "ticks": 100, + "worldgen": false, + "dimlet": true + } + }, + { + "filter": { + "mod": "flatcoloredblocks", + "name": "flatcoloredblock.*", + "type": "material" + }, + "settings": { + "rarity": 2, + "create": 100, + "maintain": 50, + "ticks": 10, + "worldgen": false, + "dimlet": true + } + }, + { + "filter": { + "mod": "biomesoplenty", + "name": [ + "gem_block", + "gem_ore" + ], + "type": "material" + }, + "settings": { + "rarity": 3, + "create": 2000, + "maintain": 1000, + "ticks": 90, + "worldgen": true, + "dimlet": true + } + }, + { + "filter": { + "mod": "thaumcraft", + "name": [ + "ore_cinnabar", + "ore_amber" + ], + "type": "material" + }, + "settings": { + "rarity": 3, + "create": 2000, + "maintain": 1000, + "ticks": 90, + "worldgen": true, + "dimlet": true + } + }, + { + "filter": { + "mod": "thaumcraft", + "name": [ + "translucent", + "log", + "stone" + ], + "type": "material" + }, + "settings": { + "rarity": 4, + "create": 4000, + "maintain": 3000, + "ticks": 200, + "worldgen": true, + "dimlet": true + } + }, + { + "filter": { + "name": [ + "red_sandstone", + "cobblestone", + "dirt", + "netherrack", + "sandstone", + "nether_brick", + "stonebrick" + ], + "type": "material" + }, + "settings": { + "rarity": 0, + "create": 3, + "maintain": 1, + "ticks": 10, + "worldgen": true, + "dimlet": true + } + }, + { + "filter": { + "name": "end_stone", + "type": "material" + }, + "settings": { + "rarity": 4, + "create": 1000, + "maintain": 1000, + "ticks": 100, + "worldgen": true, + "dimlet": true + } + }, + { + "filter": { + "name": "bedrock", + "type": "material" + }, + "settings": { + "rarity": 4, + "create": 1000, + "maintain": 300, + "ticks": 50, + "worldgen": true, + "dimlet": true + } + }, + { + "filter": { + "name": [ + "glass", + "packed_ice", + "stained_glass" + ], + "type": "material" + }, + "settings": { + "rarity": 3, + "create": 100, + "maintain": 100, + "ticks": 50, + "worldgen": true, + "dimlet": true + } + }, + { + "filter": { + "name": "wool", + "type": "material" + }, + "settings": { + "rarity": 4, + "create": 300, + "maintain": 500, + "ticks": 100, + "worldgen": true, + "dimlet": true + } + }, + { + "filter": { + "name": [ + "stained_hardened_clay", + "hardened_clay", + "clay" + ], + "type": "material" + }, + "settings": { + "rarity": 2, + "create": 100, + "maintain": 100, + "ticks": 50, + "worldgen": true, + "dimlet": true + } + }, + { + "filter": { + "name": "slime_block", + "type": "material" + }, + "settings": { + "rarity": 5, + "create": 1000, + "maintain": 1000, + "ticks": 500, + "worldgen": false, + "dimlet": true + } + }, + { + "filter": { + "name": [ + "prismarine", + "log", + "purpur_block", + "log2", + "planks", + "end_bricks" + ], + "type": "material" + }, + "settings": { + "rarity": 2, + "create": 100, + "maintain": 100, + "ticks": 50, + "worldgen": true, + "dimlet": true + } + }, + { + "filter": { + "mod": "rftoolsdim", + "name": "dimensional_.*_block", + "type": "material" + }, + "settings": { + "rarity": 3, + "create": 200, + "maintain": 100, + "ticks": 50, + "worldgen": true, + "dimlet": true + } + }, + { + "filter": { + "name": [ + "dimensional_shard_ore", + "emerald_ore", + "diamond_ore", + "glowstone" + ], + "type": "material" + }, + "settings": { + "rarity": 5, + "create": 40000, + "maintain": 10000, + "ticks": 800, + "worldgen": true, + "dimlet": true + } + }, + { + "filter": { + "name": [ + "lapis_ore", + "gold_ore", + "quartz_ore" + ], + "type": "material" + }, + "settings": { + "rarity": 4, + "create": 20000, + "maintain": 3500, + "ticks": 400, + "worldgen": true, + "dimlet": true + } + }, + { + "filter": { + "name": [ + "coal_ore", + "redstone_ore", + "iron_ore" + ], + "type": "material" + }, + "settings": { + "rarity": 3, + "create": 8000, + "maintain": 1400, + "ticks": 300, + "worldgen": true, + "dimlet": true + } + }, + { + "filter": { + "name": ".*_ore", + "type": "material" + }, + "settings": { + "rarity": 4, + "create": 2000, + "maintain": 1000, + "ticks": 500, + "worldgen": true, + "dimlet": true + } + }, + { + "filter": { + "name": [ + "emerald_block", + "diamond_block" + ], + "type": "material" + }, + "settings": { + "rarity": 5, + "create": 80000, + "maintain": 20000, + "ticks": 1000, + "worldgen": true, + "dimlet": true + } + }, + { + "filter": { + "name": [ + "obsidian", + "gold_block", + "quartz_block", + "lapis_block" + ], + "type": "material" + }, + "settings": { + "rarity": 5, + "create": 30000, + "maintain": 9000, + "ticks": 500, + "worldgen": true, + "dimlet": true + } + }, + { + "filter": { + "name": [ + "redstone_block", + "iron_block", + "coal_block" + ], + "type": "material" + }, + "settings": { + "rarity": 4, + "create": 15000, + "maintain": 6000, + "ticks": 300, + "worldgen": true, + "dimlet": true + } + }, + { + "filter": { + "type": "material" + }, + "settings": { + "worldgen": false, + "dimlet": false + } + }, + { + "filter": { + "name": "water", + "type": "liquid" + }, + "settings": { + "rarity": 0, + "create": 10, + "maintain": 10, + "ticks": 10, + "worldgen": true, + "dimlet": true + } + }, + { + "filter": { + "mod": "tconstruct", + "name": [ + "purpleslime", + "molten_knightslime" + ], + "type": "liquid" + }, + "settings": { + "worldgen": false, + "dimlet": false + } + }, + { + "filter": { + "mod": [ + "tconstruct", + "buildcraft|energy", + "pneumaticcraft" + ], + "type": "liquid" + }, + "settings": { + "rarity": 5, + "create": 3000, + "maintain": 3000, + "ticks": 100, + "worldgen": true, + "dimlet": true + } + }, + { + "filter": { + "mod": "thaumcraft", + "name": "purifying_fluid", + "type": "liquid" + }, + "settings": { + "rarity": 5, + "create": 4000, + "maintain": 4000, + "ticks": 500, + "worldgen": false, + "dimlet": true + } + }, + { + "filter": { + "mod": "thaumcraft", + "type": "liquid" + }, + "settings": { + "rarity": 3, + "create": 1000, + "maintain": 800, + "ticks": 50, + "worldgen": true, + "dimlet": true + } + }, + { + "filter": { + "mod": "biomesoplenty", + "type": "liquid" + }, + "settings": { + "rarity": 3, + "create": 1000, + "maintain": 500, + "ticks": 50, + "worldgen": true, + "dimlet": true + } + }, + { + "filter": { + "name": "lava", + "type": "liquid" + }, + "settings": { + "rarity": 5, + "create": 3000, + "maintain": 2000, + "ticks": 100, + "worldgen": true, + "dimlet": true + } + }, + { + "filter": { + "name": "water", + "type": "liquid" + }, + "settings": { + "rarity": 0, + "create": 10, + "maintain": 5, + "ticks": 5, + "worldgen": true, + "dimlet": true + } + }, + { + "filter": { + "type": "liquid" + }, + "settings": { + "rarity": 5, + "create": 10000, + "maintain": 10000, + "ticks": 1000, + "worldgen": false, + "dimlet": true + } + }, + { + "filter": { + "name": "default", + "type": "mob" + }, + "settings": { + "rarity": 0, + "create": 100, + "maintain": 1, + "ticks": 100, + "worldgen": true, + "dimlet": true + } + }, + { + "filter": { + "mod": "biomesoplenty", + "type": "mob" + }, + "settings": { + "rarity": 3, + "create": 2000, + "maintain": 1000, + "ticks": 400, + "worldgen": true, + "dimlet": true + } + }, + { + "filter": { + "mod": "tconstruct", + "type": "mob" + }, + "settings": { + "rarity": 5, + "create": 2000, + "maintain": 1000, + "ticks": 400, + "worldgen": true, + "dimlet": true + } + }, + { + "filter": { + "mod": [ + "pneumaticcraft", + "buildcraft|robotics" + ], + "type": "mob" + }, + "settings": { + "worldgen": false, + "dimlet": false + } + }, + { + "filter": { + "mod": "thaumcraft", + "name": "Turret.*", + "type": "mob" + }, + "settings": { + "worldgen": false, + "dimlet": false + } + }, + { + "filter": { + "mod": "thaumcraft", + "name": [ + "Tainted.*", + "brainyzombie" + ], + "type": "mob" + }, + "settings": { + "rarity": 4, + "create": 4000, + "maintain": 5000, + "ticks": 700, + "worldgen": true, + "dimlet": true + } + }, + { + "filter": { + "mod": "thaumcraft", + "type": "mob" + }, + "settings": { + "rarity": 5, + "create": 4000, + "maintain": 5000, + "ticks": 700, + "worldgen": true, + "dimlet": true + } + }, + { + "filter": { + "name": [ + "skeleton", + "lavaslime", + "endermite", + "zombie", + "silverfish", + "spider", + "creeper", + "cavespider" + ], + "type": "mob" + }, + "settings": { + "rarity": 2, + "create": 300, + "maintain": 100, + "ticks": 200, + "worldgen": true, + "dimlet": true + } + }, + { + "filter": { + "name": [ + "snowman", + "chicken", + "wolf", + "ozelot", + "cow", + "slime", + "pig", + "horse", + "bat", + "rabbit", + "mushroomcow", + "squid", + "sheep" + ], + "type": "mob" + }, + "settings": { + "rarity": 3, + "create": 500, + "maintain": 200, + "ticks": 300, + "worldgen": true, + "dimlet": true + } + }, + { + "filter": { + "name": [ + "blaze", + "pigzombie", + "witch", + "ghast" + ], + "type": "mob" + }, + "settings": { + "rarity": 3, + "create": 6000, + "maintain": 3000, + "ticks": 700, + "worldgen": true, + "dimlet": true + } + }, + { + "filter": { + "name": [ + "villager", + "villagergolem", + "guardian", + "enderman" + ], + "type": "mob" + }, + "settings": { + "rarity": 4, + "create": 10000, + "maintain": 5000, + "ticks": 800, + "worldgen": true, + "dimlet": true + } + }, + { + "filter": { + "name": "witherboss", + "type": "mob" + }, + "settings": { + "rarity": 6, + "create": 8000, + "maintain": 8000, + "ticks": 900, + "worldgen": true, + "dimlet": true + } + }, + { + "filter": { + "name": "enderdragon", + "type": "mob" + }, + "settings": { + "rarity": 6, + "create": 10000, + "maintain": 10000, + "ticks": 900, + "worldgen": false, + "dimlet": true + } + }, + { + "filter": { + "type": "mob" + }, + "settings": { + "rarity": 5, + "create": 1000, + "maintain": 1000, + "ticks": 200, + "worldgen": false, + "dimlet": true + } + }, + { + "filter": { + "type": "patreon" + }, + "settings": { + "rarity": 2, + "create": 10, + "maintain": 0, + "ticks": 1, + "worldgen": false, + "dimlet": true + } + }, + { + "filter": { + "type": "sky" + }, + "settings": { + "rarity": 0, + "create": 100, + "maintain": 1, + "ticks": 1, + "worldgen": true, + "dimlet": true + } + }, + { + "filter": { + "type": "structure" + }, + "settings": { + "rarity": 3, + "create": 600, + "maintain": 100, + "ticks": 900, + "worldgen": true, + "dimlet": true + } + }, + { + "filter": { + "type": "terrain" + }, + "settings": { + "rarity": 0, + "create": 100, + "maintain": 1, + "ticks": 1, + "worldgen": true, + "dimlet": true + } + }, + { + "filter": { + "type": "time" + }, + "settings": { + "rarity": 2, + "create": 300, + "maintain": 20, + "ticks": 10, + "worldgen": true, + "dimlet": true + } + }, + { + "filter": { + "type": "weather" + }, + "settings": { + "rarity": 1, + "create": 100, + "maintain": 50, + "ticks": 10, + "worldgen": true, + "dimlet": true + } + }, + { + "filter": { + "type": "special" + }, + "settings": { + "rarity": 5, + "create": 1000, + "maintain": 1000, + "ticks": 1000, + "worldgen": false, + "dimlet": true + } + }, + { + "filter": { + "name": "oresaplenty", + "type": "feature" + }, + "settings": { + "rarity": 5, + "create": 10000, + "maintain": 20000, + "ticks": 1000, + "worldgen": true, + "dimlet": true + } + }, + { + "filter": { + "type": "feature" + }, + "settings": { + "rarity": 0, + "create": 100, + "maintain": 1, + "ticks": 1, + "worldgen": true, + "dimlet": true + } + }, + { + "filter": { + "type": "effect" + }, + "settings": { + "rarity": 3, + "create": 200, + "maintain": 0, + "ticks": 100, + "worldgen": true, + "dimlet": true + } + }, + { + "filter": { + "name": "minecraft:sky", + "type": "biome" + }, + "settings": { + "rarity": 5, + "create": 5000, + "maintain": 10000, + "ticks": 100, + "worldgen": false, + "dimlet": true + } + }, + { + "filter": { + "type": "biome" + }, + "settings": { + "rarity": 1, + "create": 100, + "maintain": 0, + "ticks": 1, + "worldgen": true, + "dimlet": true + } + }, + { + "filter": { + "type": "controller" + }, + "settings": { + "rarity": 1, + "create": 100, + "maintain": 0, + "ticks": 1, + "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/rftools/rftools.cfg b/config/rftools/rftools.cfg new file mode 100644 index 00000000..55d60c9f --- /dev/null +++ b/config/rftools/rftools.cfg @@ -0,0 +1,2014 @@ +# Configuration file + +########################################################################################################## +# blockprotector +#--------------------------------------------------------------------------------------------------------# +# Settings for the block protector machine +########################################################################################################## + +blockprotector { + # Maximum RF storage that the block protector can hold [range: 0 ~ 2147483647, default: 500000] + I:blockProtectorMaxRF=500000 + + # RF per tick that the block protector can receive [range: 0 ~ 2147483647, default: 20000] + I:blockProtectorRFPerTick=20000 + + # Whether the block protector should exist [default: true] + B:enabled=true + + # The maximum distance between the protector and the protected blocks (on one axis) [range: 0 ~ 1000000, default: 10] + I:maxProtectDistance=10 + + # The RF that is consumed to protect a block right next to the explosion with a radius of 8 (standard TNT). Further distances will reduce power usage, bigger radius will increase power usage. [range: 0 ~ 2147483647, default: 10000] + I:rfForExplosionProtection=10000 + + # The RF that is consumed to protect against a single harvest attempt [range: 0 ~ 2147483647, default: 2000] + I:rfForHarvestAttempt=2000 + + # Amount of passive RF/tick used for every protected block [range: 0 ~ 2147483647, default: 5] + I:rfPerProtectedBlock=5 +} + + +########################################################################################################## +# booster +#--------------------------------------------------------------------------------------------------------# +# Settings for the booster +########################################################################################################## + +booster { + # Maximum RF storage that the booster can hold [range: 0 ~ 2147483647, default: 200000] + I:boosterMaxRF=200000 + + # RF per tick that the the booster can receive [range: 0 ~ 2147483647, default: 1000] + I:boosterRFPerTick=1000 + + # Multiplier for the module to calculate RF consumption for a single usage [range: 0.0 ~ 1.0E9, default: 500000.0] + S:energyMultiplier=500000.0 +} + + +########################################################################################################## +# builder +#--------------------------------------------------------------------------------------------------------# +# Settings for the builder +########################################################################################################## + +builder { + # Maximum RF storage that the builder can hold [range: 0 ~ 2147483647, default: 1000000] + I:builderMaxRF=5000000 + + # RF per tick that the builder can receive [range: 0 ~ 2147483647, default: 20000] + I:builderRFPerTick=90000 + + # RF per entity move operation for the builder [range: 0 ~ 2147483647, default: 5000] + I:builderRfPerEntity=8000 + + # Base RF per block operation for the builder when used as a pump [range: 0 ~ 2147483647, default: 300] + I:builderRfPerLiquid=600 + + # RF per block operation for the builder when used to build [range: 0 ~ 2147483647, default: 500] + I:builderRfPerOperation=1000 + + # RF per player move operation for the builder [range: 0 ~ 2147483647, default: 40000] + I:builderRfPerPlayer=60000 + + # Base RF per block operation for the builder when used as a quarry or voider (actual cost depends on hardness of block) [range: 0 ~ 2147483647, default: 300] + I:builderRfPerQuarry=600 + + # RF per block that is skipped (used when a filter is added to the builder) [range: 0 ~ 2147483647, default: 50] + I:builderRfPerSkipped=50 + + # If true we allow the clearing quarry cards to be crafted (these can be heavier on the server) [default: true] + B:clearingQuarryAllowed=true + + # The cost of collecting an item (builder 'collect items' mode)) [range: 0 ~ 2147483647, default: 20] + I:collectRFPerItem=40 + + # The RF/t per area to keep checking for items in a given area (builder 'collect items' mode)) [range: 0.0 ~ 1000000.0, default: 0.5] + S:collectRFPerTickPerArea=0.5 + + # The cost of collecting 1 XP level (builder 'collect items' mode)) [range: 0.0 ~ 1000000.0, default: 2.0] + S:collectRFPerXP=2.0 + + # How many ticks we wait before collecting again (with the builder 'collect items' mode) [range: 0 ~ 2147483647, default: 10] + I:collectTimer=10 + + # How much more expensive a move accross dimensions is [range: 0.0 ~ 1000000.0, default: 5.0] + S:dimensionCostFactor=5.0 + + # The RF per operation of the builder is multiplied with this factor when using the fortune quarry shape card [range: 0.0 ~ 1000000.0, default: 2.0] + S:fortunequarryShapeCardFactor=2.0 + + # Maximum dimension of the shape when a shape card is used in the builder [range: 0 ~ 2147483647, default: 512] + I:maxBuilderDimension=512 + + # Maximum offset of the shape when a shape card is used in the builder [range: 0 ~ 2147483647, default: 260] + I:maxBuilderOffset=260 + + # Maximum dimension for the space chamber [range: 0 ~ 100000, default: 128] + I:maxSpaceChamberDimension=128 + + # If true we go back to the old (wrong) sphere/cylinder calculation for the builder/shield [default: false] + B:oldSphereCylinderShape=false + + # If true we allow quarry cards to be crafted [default: true] + B:quarryAllowed=true + + # The base speed (number of blocks per tick) of the quarry [range: 0 ~ 2147483647, default: 8] + I:quarryBaseSpeed=8 + + # If true the quarry will chunkload a chunk at a time. If false the quarry will stop if a chunk is not loaded [default: true] + B:quarryChunkloads=true + + # Multiply the infusion factor with this value and add that to the quarry base speed [range: 0 ~ 2147483647, default: 20] + I:quarryInfusionSpeedFactor=20 + + # Use this block for the builder to replace with [default: minecraft:dirt] + S:quarryReplacE=minecraft:dirt + + # If true the quarry will also quarry tile entities. Otherwise it just ignores them [default: true] + B:quarryTileEntities=true + + # If true we allow shape cards to be crafted. Note that in order to use the quarry system you must also enable this [default: true] + B:shapeCardAllowed=true + + # If true a holo hud with current progress is shown above the builder [default: true] + B:showProgressHud=true + + # The RF per operation of the builder is multiplied with this factor when using the silk quarry shape card [range: 0.0 ~ 1000000.0, default: 3.0] + S:silkquarryShapeCardFactor=3.0 + + # Can Tile Entities be moved? 'forbidden' means never, 'whitelist' means only whitelisted, 'blacklist' means all except blacklisted, 'allowed' means all (MOVE_FORBIDDEN,MOVE_WHITELIST,MOVE_BLACKLIST,MOVE_ALLOWED) [default: MOVE_WHITELIST] + S:tileEntityMode=MOVE_WHITELIST + + # The RF per operation of the builder is multiplied with this factor when using the void shape card [range: 0.0 ~ 1000000.0, default: 0.5] + S:voidShapeCardFactor=0.5 +} + + +########################################################################################################## +# coalgen +#--------------------------------------------------------------------------------------------------------# +# Settings for the coal generator +########################################################################################################## + +coalgen { + # Whether the coal generator should exist [default: true] + B:enabled=true + + # Amount of RF generated per tick [range: 0 ~ 2147483647, default: 60] + I:generatePerTick=60 + + # RF per tick that the generator can charge items with [range: 0 ~ 2147483647, default: 1000] + I:generatorChargePerTick=1000 + + # Maximum RF storage that the generator can hold [range: 0 ~ 2147483647, default: 500000] + I:generatorMaxRF=500000 + + # RF per tick that the generator can send [range: 0 ~ 2147483647, default: 2000] + I:generatorRFPerTick=2000 + + # Amount of ticks generated per coal [range: 0 ~ 2147483647, default: 600] + I:ticksPerCoal=600 +} + + +########################################################################################################## +# crafter +#--------------------------------------------------------------------------------------------------------# +# Settings for the crafter +########################################################################################################## + +crafter { + # Maximum RF storage that the crafter can hold [range: 0 ~ 2147483647, default: 50000] + I:crafterMaxRF=50000 + + # RF per tick that the crafter can receive [range: 0 ~ 2147483647, default: 500] + I:crafterRFPerTick=500 + + # Whether the crafter should exist [default: true] + B:enabled=true + + # Amount of RF used per crafting operation [range: 0 ~ 2147483647, default: 100] + I:rfPerOperation=100 + + # How many operations to do at once in fast mode [range: 0 ~ 2147483647, default: 5] + I:speedOperations=5 +} + + +########################################################################################################## +# elevator +#--------------------------------------------------------------------------------------------------------# +# Settings for the elevator +########################################################################################################## + +elevator { + # The volume for the elevator sound (1.0 is default, 0.0 is off) [range: 0.0 ~ 1.0, default: 1.0] + S:baseElevatorVolume=1.0 + + # Maximum RF storage that the generator can hold [range: 0 ~ 2147483647, default: 150000] + I:elevatorMaximumRF=150000 + + # RF per tick that the evelator block can receive [range: 0 ~ 2147483647, default: 1000] + I:elevatorRFPerTick=1000 + + # Relative volume of the elevator looping sound. With 1.0 the looping sound has equal loudness as the elevator base volume [range: 0.0 ~ 1.0, default: 1.0] + S:loopVolumeFactor=1.0 + + # Maximum platform size that can be moved [range: 0 ~ 10000, default: 11] + I:maxPlatformSize=11 + + # Distance from the end at which speed will start going down again [range: 0.0 ~ 1.0E9, default: 2.0] + S:maxSpeedDistanceEnd=2.0 + + # Distance from the start at which maximum speed is reached [range: 0.0 ~ 1.0E9, default: 5.0] + S:maxSpeedDistanceStart=5.0 + + # Maximum elevator speed [range: 0.0 ~ 1.0E9, default: 0.3] + S:maximumSpeed=0.3 + + # Mimumum elevator speed [range: 0.0 ~ 1.0E9, default: 0.1] + S:minimumSpeed=0.1 + + # Amount of RF used per height level when moving [range: 0 ~ 2147483647, default: 500] + I:rfPerHeightUnit=500 +} + + +########################################################################################################## +# endergenic +#--------------------------------------------------------------------------------------------------------# +# Settings for the endergenic generator +########################################################################################################## + +endergenic { + # The amount of particles to spawn whenever a pearl is lost (use 0 to disable) [range: 0 ~ 1000, default: 10] + I:endergenicBadParticles=10 + + # The chance (in 1/10 percent, so 1000 = 100%) that an endergenic pearl is lost while trying to hold it [range: 0 ~ 1000, default: 5] + I:endergenicChanceLost=5 + + # The amount of particles to spawn whenever energy is generated (use 0 to disable) [range: 0 ~ 1000, default: 10] + I:endergenicGoodParticles=10 + + # The amount of RF that every endergenic will keep itself (so that it can hold pearls) [range: 0 ~ 2147483647, default: 2000] + I:endergenicKeepRf=2000 + + # The amount of RF that is consumed every tick to hold the endergenic pearl [range: 0 ~ 2147483647, default: 500] + I:endergenicRfHolding=500 + + # The amount of RF per tick that this generator can give from its internal buffer to adjacent blocks [range: 0 ~ 2147483647, default: 20000] + I:endergenicRfOutput=20000 + + # Multiplier for power generation [range: 0.0 ~ 1.0E9, default: 2.0] + S:powergenFactor=2.0 +} + + +########################################################################################################## +# environmental +#--------------------------------------------------------------------------------------------------------# +# Settings for the environmental controller +########################################################################################################## + +environmental { + # Set to true to make the blindness module work on players [default: false] + B:blindnessAvailable=false + + # RF per tick/per block for the blindness module [range: 0.0 ~ 1.0E9, default: 0.01] + S:blindnessRFPerTick=0.01 + + # Maximum RF storage that the environmental controller can hold [range: 0 ~ 2147483647, default: 500000] + I:environmentalMaxRF=2147483 + + # The minimum RF/tick usage that an active controller consumes [range: 0 ~ 2147483647, default: 5] + I:environmentalMinRFUsage=5000 + + # RF per tick that the the environmental controller can receive [range: 0 ~ 2147483647, default: 20000] + I:environmentalRFPerTick=2147483647 + + # RF per tick/per block for the feather falling plus module [range: 0.0 ~ 1.0E9, default: 0.003] + S:featherfallingPlusRFPerTick=0.3 + + # RF per tick/per block for the feather falling module [range: 0.0 ~ 1.0E9, default: 0.001] + S:featherfallingRFPerTick=0.1 + + # RF per tick/per block for the flight module [range: 0.0 ~ 1.0E9, default: 0.004] + S:flightRFPerTick=100.0 + + # RF per tick/per block for the glowing module [range: 0.0 ~ 1.0E9, default: 0.001] + S:glowingRFPerTick=0.001 + + # RF per tick/per block for the haste plus module [range: 0.0 ~ 1.0E9, default: 0.003] + S:hastePlusRFPerTick=0.003 + + # RF per tick/per block for the haste module [range: 0.0 ~ 1.0E9, default: 0.001] + S:hasteRFPerTick=0.001 + + # RF per tick/per block for the luck module [range: 0.0 ~ 1.0E9, default: 0.002] + S:luckRFPerTick=2.0 + + # When the environmental controller is used on mobs the power usage is multiplied with this [range: 0.0 ~ 1.0E8, default: 2.0] + S:mobsPowerMultiplier=2.0 + + # RF per tick/per block for the night vision module [range: 0.0 ~ 1.0E9, default: 0.001] + S:nightvisionRFPerTick=0.001 + + # RF per tick/per block for the noTeleport module [range: 0.0 ~ 1.0E9, default: 0.002] + S:noTeleportRFPerTick=0.002 + + # RF per tick/per block for the peaceful module [range: 0.0 ~ 1.0E9, default: 0.001] + S:peacefulRFPerTick=100.0 + + # Set to true to make the poison module work on players [default: false] + B:poisonAvailable=false + + # RF per tick/per block for the poison module [range: 0.0 ~ 1.0E9, default: 0.02] + S:poisonRFPerTick=2.0 + + # RF per tick/per block for the regeneration plus module [range: 0.0 ~ 1.0E9, default: 0.0045] + S:regenerationPlusRFPerTick=45.0 + + # RF per tick/per block for the regeneration module [range: 0.0 ~ 1.0E9, default: 0.0015] + S:regenerationRFPerTick=15.0 + + # RF per tick/per block for the saturation plus module [range: 0.0 ~ 1.0E9, default: 0.003] + S:saturationPlusRFPerTick=30.0 + + # RF per tick/per block for the saturation module [range: 0.0 ~ 1.0E9, default: 0.001] + S:saturationRFPerTick=10.0 + + # Set to true to make the slowness module work on players [default: false] + B:slownessAvailable=false + + # RF per tick/per block for the slowness module [range: 0.0 ~ 1.0E9, default: 0.012] + S:slownessRFPerTick=0.12 + + # RF per tick/per block for the speed plus module [range: 0.0 ~ 1.0E9, default: 0.003] + S:speedPlusRFPerTick=3.0 + + # RF per tick/per block for the speed module [range: 0.0 ~ 1.0E9, default: 0.001] + S:speedRFPerTick=0.01 + + # RF per tick/per block for the wather breathing module [range: 0.0 ~ 1.0E9, default: 0.001] + S:watherBreathingRFPerTick=0.001 + + # Set to true to make the weakness module work on players [default: false] + B:weaknessAvailable=true + + # RF per tick/per block for the weakness module [range: 0.0 ~ 1.0E9, default: 0.01] + S:weaknessRFPerTick=0.01 +} + + +########################################################################################################## +# general +#--------------------------------------------------------------------------------------------------------# +# General settings +########################################################################################################## + +general { + # Oregen for dimensional shards in case RFTools Dimensions is present [default: [-1], [1]] + S:dimensionalShardOregenWithDimensions < + -1 + 1 + > + + # Oregen for dimensional shards in case RFTools Dimensions is not present [default: [-1], [1]] + S:dimensionalShardOregenWithoutDimensions < + -1 + 1 + > + + # Craftability of dimensional shards if RFTools Dimension is present: 0=not, 1=easy, 2=hard [range: 0 ~ 2, default: 0] + I:dimensionalShardRecipeWithDimensions=0 + + # Craftability of dimensional shards if RFTools Dimension is not present: 0=not, 1=easy, 2=hard [range: 0 ~ 2, default: 2] + I:dimensionalShardRecipeWithoutDimensions=2 + + # Amount of injections needed to get a fully absorbed mob essence [range: 0 ~ 10000, default: 10] + I:maxMobInjections=10 + + # Maximum y level for dimensional shard ores [range: 0 ~ 255, default: 40] + I:oreMaximumHeight=40 + + # Maximum number of veins for dimensional shard ores [range: 0 ~ 10000, default: 3] + I:oreMaximumVeinCount=3 + + # Maximum vein size of dimensional shard ores [range: 0 ~ 10000, default: 8] + I:oreMaximumVeinSize=8 + + # Minimum y level for dimensional shard ores [range: 0 ~ 255, default: 2] + I:oreMinimumHeight=2 + + # Minimum vein size of dimensional shard ores [range: 0 ~ 10000, default: 5] + I:oreMinimumVeinSize=5 + + # Set to true to enable retrogen [default: true] + B:retrogen=true + + # The ID for the RFTools villager. -1 means disable, 0 means to automatically assigns an id, any other number will use that as fixed id [range: -1 ~ 2147483647, default: 0] + I:villagerId=0 +} + + +########################################################################################################## +# infuser +#--------------------------------------------------------------------------------------------------------# +# Settings for the infuser +########################################################################################################## + +infuser { + # Amount of RF used per tick while infusing [range: 0 ~ 2147483647, default: 600] + I:generatePerTick=600 + + # Maximum RF storage that the infuser can hold [range: 0 ~ 2147483647, default: 60000] + I:infuserMaxRF=60000 + + # RF per tick that the infuser can receive [range: 0 ~ 2147483647, default: 600] + I:infuserRFPerTick=600 +} + + +########################################################################################################## +# livingmatter +#--------------------------------------------------------------------------------------------------------# +# Blocks and items that are seen as living for the spawner +########################################################################################################## + +livingmatter { + S:living.0 < + B + minecraft:leaves + 0.5 + > + S:living.1 < + B + minecraft:leaves2 + 0.5 + > + S:living.10 < + B + minecraft:red_mushroom + 0.4 + > + S:living.11 < + B + minecraft:pumpkin + 0.9 + > + S:living.12 < + B + minecraft:vine + 0.4 + > + S:living.13 < + B + minecraft:waterlily + 0.4 + > + S:living.14 < + B + minecraft:cocoa + 0.8 + > + S:living.15 < + I + minecraft:apple + 1.0 + > + S:living.16 < + I + minecraft:wheat + 1.1 + > + S:living.17 < + I + minecraft:wheat_seeds + 0.4 + > + S:living.18 < + I + minecraft:potato + 1.5 + > + S:living.19 < + I + minecraft:carrot + 1.5 + > + S:living.2 < + B + minecraft:sapling + 0.5 + > + S:living.20 < + I + minecraft:pumpkin_seeds + 0.4 + > + S:living.21 < + I + minecraft:melon_seeds + 0.4 + > + S:living.22 < + I + minecraft:beef + 1.5 + > + S:living.23 < + I + minecraft:porkchop + 1.5 + > + S:living.24 < + I + minecraft:mutton + 1.5 + > + S:living.25 < + I + minecraft:chicken + 1.5 + > + S:living.26 < + I + minecraft:rabbit + 1.2 + > + S:living.27 < + I + minecraft:rabbit_foot + 1.0 + > + S:living.28 < + I + minecraft:rabbit_hide + 0.5 + > + S:living.29 < + I + minecraft:beetroot + 0.8 + > + S:living.3 < + B + minecraft:hay_block + 1.5 + > + S:living.30 < + I + minecraft:beetroot_seeds + 0.4 + > + S:living.31 < + I + minecraft:chorus_fruit + 1.5 + > + S:living.32 < + I + minecraft:fish + 1.5 + > + S:living.33 < + I + minecraft:reeds + 1.0 + > + S:living.4 < + B + minecraft:melon_block + 1.0 + > + S:living.5 < + B + minecraft:cactus + 0.4 + > + S:living.6 < + B + minecraft:red_flower + 0.3 + > + S:living.7 < + B + minecraft:yellow_flower + 0.3 + > + S:living.8 < + B + minecraft:chorus_flower + 1.1 + > + S:living.9 < + B + minecraft:brown_mushroom + 0.4 + > +} + + +########################################################################################################## +# mobspawnamounts +#--------------------------------------------------------------------------------------------------------# +# Amount of materials needed to spawn mobs +########################################################################################################## + +mobspawnamounts { + S:StraySkeleton.spawnamount.0 < + I + minecraft:bone + 0 + 0.1 + > + S:StraySkeleton.spawnamount.1 < + B + minecraft:netherrack + 0 + 0.5 + > + S:StraySkeleton.spawnamount.2 < + L + + 0 + 20.0 + > + S:WitherSkeleton.spawnamount.0 < + I + minecraft:bone + 0 + 0.1 + > + S:WitherSkeleton.spawnamount.1 < + B + minecraft:netherrack + 0 + 0.5 + > + S:WitherSkeleton.spawnamount.2 < + L + + 0 + 30.0 + > + S:"minecraft:bat.spawnamount.0" < + I + minecraft:feather + 0 + 0.1 + > + S:"minecraft:bat.spawnamount.1" < + B + minecraft:dirt + 0 + 0.2 + > + S:"minecraft:bat.spawnamount.2" < + L + + 0 + 10.0 + > + S:"minecraft:blaze.spawnamount.0" < + I + minecraft:blaze_rod + 0 + 0.1 + > + S:"minecraft:blaze.spawnamount.1" < + B + minecraft:netherrack + 0 + 0.5 + > + S:"minecraft:blaze.spawnamount.2" < + L + + 0 + 30.0 + > + S:"minecraft:cave_spider.spawnamount.0" < + I + minecraft:string + 0 + 0.1 + > + S:"minecraft:cave_spider.spawnamount.1" < + B + minecraft:dirt + 0 + 0.2 + > + S:"minecraft:cave_spider.spawnamount.2" < + L + + 0 + 10.0 + > + S:"minecraft:chicken.spawnamount.0" < + I + minecraft:feather + 0 + 0.1 + > + S:"minecraft:chicken.spawnamount.1" < + B + minecraft:dirt + 0 + 0.2 + > + S:"minecraft:chicken.spawnamount.2" < + L + + 0 + 15.0 + > + S:"minecraft:cow.spawnamount.0" < + I + minecraft:leather + 0 + 0.1 + > + S:"minecraft:cow.spawnamount.1" < + B + minecraft:dirt + 0 + 0.2 + > + S:"minecraft:cow.spawnamount.2" < + L + + 0 + 20.0 + > + S:"minecraft:creeper.spawnamount.0" < + I + minecraft:gunpowder + 0 + 0.1 + > + S:"minecraft:creeper.spawnamount.1" < + B + minecraft:dirt + 0 + 0.5 + > + S:"minecraft:creeper.spawnamount.2" < + L + + 0 + 20.0 + > + S:"minecraft:ender_dragon.spawnamount.0" < + I + minecraft:experience_bottle + 0 + 0.1 + > + S:"minecraft:ender_dragon.spawnamount.1" < + B + minecraft:end_stone + 0 + 100.0 + > + S:"minecraft:ender_dragon.spawnamount.2" < + L + + 0 + 200.0 + > + S:"minecraft:enderman.spawnamount.0" < + I + minecraft:ender_pearl + 0 + 0.1 + > + S:"minecraft:enderman.spawnamount.1" < + B + minecraft:end_stone + 0 + 0.5 + > + S:"minecraft:enderman.spawnamount.2" < + L + + 0 + 40.0 + > + S:"minecraft:endermite.spawnamount.0" < + I + minecraft:ender_pearl + 0 + 0.05 + > + S:"minecraft:endermite.spawnamount.1" < + B + minecraft:end_stone + 0 + 0.2 + > + S:"minecraft:endermite.spawnamount.2" < + L + + 0 + 10.0 + > + S:"minecraft:ghast.spawnamount.0" < + I + minecraft:ghast_tear + 0 + 0.1 + > + S:"minecraft:ghast.spawnamount.1" < + B + minecraft:netherrack + 0 + 1.0 + > + S:"minecraft:ghast.spawnamount.2" < + L + + 0 + 50.0 + > + S:"minecraft:guardian.spawnamount.0" < + I + minecraft:prismarine_shard + 0 + 0.1 + > + S:"minecraft:guardian.spawnamount.1" < + B + minecraft:dirt + 0 + 0.2 + > + S:"minecraft:guardian.spawnamount.2" < + L + + 0 + 30.0 + > + S:"minecraft:horse.spawnamount.0" < + I + minecraft:leather + 0 + 0.1 + > + S:"minecraft:horse.spawnamount.1" < + B + minecraft:dirt + 0 + 0.5 + > + S:"minecraft:horse.spawnamount.2" < + L + + 0 + 30.0 + > + S:"minecraft:magma_cube.spawnamount.0" < + I + minecraft:magma_cream + 0 + 0.1 + > + S:"minecraft:magma_cube.spawnamount.1" < + B + minecraft:netherrack + 0 + 0.2 + > + S:"minecraft:magma_cube.spawnamount.2" < + L + + 0 + 10.0 + > + S:"minecraft:mooshroom.spawnamount.0" < + I + minecraft:leather + 0 + 0.1 + > + S:"minecraft:mooshroom.spawnamount.1" < + B + minecraft:dirt + 0 + 1.0 + > + S:"minecraft:mooshroom.spawnamount.2" < + L + + 0 + 20.0 + > + S:"minecraft:ocelot.spawnamount.0" < + I + minecraft:fish + 0 + 0.1 + > + S:"minecraft:ocelot.spawnamount.1" < + B + minecraft:dirt + 0 + 1.0 + > + S:"minecraft:ocelot.spawnamount.2" < + L + + 0 + 20.0 + > + S:"minecraft:pig.spawnamount.0" < + I + minecraft:leather + 0 + 0.1 + > + S:"minecraft:pig.spawnamount.1" < + B + minecraft:dirt + 0 + 0.2 + > + S:"minecraft:pig.spawnamount.2" < + L + + 0 + 20.0 + > + S:"minecraft:polar_bear.spawnamount.0" < + I + minecraft:fish + 0 + 0.1 + > + S:"minecraft:polar_bear.spawnamount.1" < + B + minecraft:dirt + 0 + 0.2 + > + S:"minecraft:polar_bear.spawnamount.2" < + L + + 0 + 20.0 + > + S:"minecraft:rabbit.spawnamount.0" < + I + minecraft:rabbit_stew + 0 + 0.1 + > + S:"minecraft:rabbit.spawnamount.1" < + B + minecraft:dirt + 0 + 0.2 + > + S:"minecraft:rabbit.spawnamount.2" < + L + + 0 + 10.0 + > + S:"minecraft:sheep.spawnamount.0" < + B + minecraft:wool + 0 + 0.1 + > + S:"minecraft:sheep.spawnamount.1" < + B + minecraft:dirt + 0 + 0.2 + > + S:"minecraft:sheep.spawnamount.2" < + L + + 0 + 20.0 + > + S:"minecraft:shulker.spawnamount.0" < + I + minecraft:ender_pearl + 0 + 0.1 + > + S:"minecraft:shulker.spawnamount.1" < + B + minecraft:end_stone + 0 + 0.2 + > + S:"minecraft:shulker.spawnamount.2" < + L + + 0 + 20.0 + > + S:"minecraft:silverfish.spawnamount.0" < + I + minecraft:iron_ingot + 0 + 0.05 + > + S:"minecraft:silverfish.spawnamount.1" < + B + minecraft:dirt + 0 + 0.2 + > + S:"minecraft:silverfish.spawnamount.2" < + L + + 0 + 10.0 + > + S:"minecraft:skeleton.spawnamount.0" < + I + minecraft:bone + 0 + 0.1 + > + S:"minecraft:skeleton.spawnamount.1" < + B + minecraft:dirt + 0 + 0.5 + > + S:"minecraft:skeleton.spawnamount.2" < + L + + 0 + 20.0 + > + S:"minecraft:slime.spawnamount.0" < + I + minecraft:slime_ball + 0 + 0.1 + > + S:"minecraft:slime.spawnamount.1" < + B + minecraft:dirt + 0 + 0.5 + > + S:"minecraft:slime.spawnamount.2" < + L + + 0 + 15.0 + > + S:"minecraft:snowman.spawnamount.0" < + I + minecraft:snowball + 0 + 0.1 + > + S:"minecraft:snowman.spawnamount.1" < + B + minecraft:dirt + 0 + 1.0 + > + S:"minecraft:snowman.spawnamount.2" < + L + + 0 + 15.0 + > + S:"minecraft:spider.spawnamount.0" < + I + minecraft:string + 0 + 0.1 + > + S:"minecraft:spider.spawnamount.1" < + B + minecraft:dirt + 0 + 0.2 + > + S:"minecraft:spider.spawnamount.2" < + L + + 0 + 15.0 + > + S:"minecraft:squid.spawnamount.0" < + I + minecraft:dye + 0 + 0.1 + > + S:"minecraft:squid.spawnamount.1" < + B + minecraft:dirt + 0 + 0.5 + > + S:"minecraft:squid.spawnamount.2" < + L + + 0 + 10.0 + > + S:"minecraft:stray.spawnamount.0" < + I + minecraft:bone + 0 + 0.1 + > + S:"minecraft:stray.spawnamount.1" < + B + minecraft:netherrack + 0 + 0.5 + > + S:"minecraft:stray.spawnamount.2" < + L + + 0 + 20.0 + > + S:"minecraft:villager.spawnamount.0" < + I + minecraft:book + 0 + 0.1 + > + S:"minecraft:villager.spawnamount.1" < + B + minecraft:dirt + 0 + 5.0 + > + S:"minecraft:villager.spawnamount.2" < + L + + 0 + 30.0 + > + S:"minecraft:villager_golem.spawnamount.0" < + I + minecraft:iron_ingot + 0 + 0.1 + > + S:"minecraft:villager_golem.spawnamount.1" < + B + minecraft:dirt + 0 + 6.0 + > + S:"minecraft:villager_golem.spawnamount.2" < + B + minecraft:red_flower + 0 + 0.5 + > + S:"minecraft:witch.spawnamount.0" < + I + minecraft:glass_bottle + 0 + 0.1 + > + S:"minecraft:witch.spawnamount.1" < + B + minecraft:dirt + 0 + 1.0 + > + S:"minecraft:witch.spawnamount.2" < + L + + 0 + 30.0 + > + S:"minecraft:wither.spawnamount.0" < + I + minecraft:nether_star + 0 + 0.1 + > + S:"minecraft:wither.spawnamount.1" < + B + minecraft:soul_sand + 0 + 0.5 + > + S:"minecraft:wither.spawnamount.2" < + L + + 0 + 100.0 + > + S:"minecraft:wither_skeleton.spawnamount.0" < + I + minecraft:bone + 0 + 0.1 + > + S:"minecraft:wither_skeleton.spawnamount.1" < + B + minecraft:netherrack + 0 + 0.5 + > + S:"minecraft:wither_skeleton.spawnamount.2" < + L + + 0 + 30.0 + > + S:"minecraft:wolf.spawnamount.0" < + I + minecraft:bone + 0 + 0.1 + > + S:"minecraft:wolf.spawnamount.1" < + B + minecraft:dirt + 0 + 0.5 + > + S:"minecraft:wolf.spawnamount.2" < + L + + 0 + 20.0 + > + S:"minecraft:zombie.spawnamount.0" < + I + minecraft:rotten_flesh + 0 + 0.1 + > + S:"minecraft:zombie.spawnamount.1" < + B + minecraft:dirt + 0 + 0.2 + > + S:"minecraft:zombie.spawnamount.2" < + L + + 0 + 20.0 + > + S:"minecraft:zombie_pigman.spawnamount.0" < + I + minecraft:gold_nugget + 0 + 0.1 + > + S:"minecraft:zombie_pigman.spawnamount.1" < + B + minecraft:netherrack + 0 + 0.5 + > + S:"minecraft:zombie_pigman.spawnamount.2" < + L + + 0 + 20.0 + > +} + + +########################################################################################################## +# mobspawnrf +#--------------------------------------------------------------------------------------------------------# +# Amount of RF needed to spawn mobs +########################################################################################################## + +mobspawnrf { + I:StraySkeleton=800 + I:WitherSkeleton=1500 + I:"minecraft:bat"=100 + I:"minecraft:blaze"=1000 + I:"minecraft:cave_spider"=500 + I:"minecraft:chicken"=500 + I:"minecraft:cow"=800 + I:"minecraft:creeper"=800 + I:"minecraft:ender_dragon"=100000 + I:"minecraft:enderman"=2000 + I:"minecraft:endermite"=400 + I:"minecraft:ghast"=2000 + I:"minecraft:guardian"=1000 + I:"minecraft:horse"=1000 + I:"minecraft:magma_cube"=600 + I:"minecraft:mooshroom"=800 + I:"minecraft:ocelot"=800 + I:"minecraft:pig"=800 + I:"minecraft:polar_bear"=1500 + I:"minecraft:rabbit"=300 + I:"minecraft:sheep"=800 + I:"minecraft:shulker"=600 + I:"minecraft:silverfish"=400 + I:"minecraft:skeleton"=800 + I:"minecraft:slime"=600 + I:"minecraft:snowman"=600 + I:"minecraft:spider"=500 + I:"minecraft:squid"=500 + I:"minecraft:stray"=800 + I:"minecraft:villager"=2000 + I:"minecraft:villager_golem"=2000 + I:"minecraft:witch"=1200 + I:"minecraft:wither"=20000 + I:"minecraft:wither_skeleton"=1500 + I:"minecraft:wolf"=800 + I:"minecraft:zombie"=800 + I:"minecraft:zombie_pigman"=1200 +} + + +########################################################################################################## +# networkmonitor +#--------------------------------------------------------------------------------------------------------# +# Settings for the network monitor item +########################################################################################################## + +networkmonitor { + # Whether the network monitor should exist [default: true] + B:enabled=true + + # Time (in seconds) to hilight a block in the world [range: 0 ~ 2147483647, default: 5] + I:hilightTime=5 + + # Maximum amount of blocks to show in monitor (do NOT increase above 1800!) [range: 0 ~ 1800, default: 500] + I:maximumBlocks=500 +} + + +########################################################################################################## +# powercell +#--------------------------------------------------------------------------------------------------------# +# Settings for the powercell +########################################################################################################## + +powercell { + # How much better is the advanced cell with RF and RF/t [range: 0 ~ 2147483647, default: 4] + I:advancedFactor=4 + + # The maximum cost factor for extracting energy out of a powercell for blocks in other dimensions or farther away then 10000 blocks [range: 0.0 ~ 1.0E9, default: 1.1] + S:powerCellCostFactor=1.1 + + # At this distance the cost factor will be maximum. This value is also used when power is extracted from cells in different dimensions [range: 0.0 ~ 1.0E9, default: 10000.0] + S:powerCellDistanceCap=10000.0 + + # As soon as powercells are not connected this value will be taken as the minimum distance to base the cost factor from [range: 0.0 ~ 1.0E9, default: 100.0] + S:powerCellMinDistance=100.0 + + # A multiplier for the distance if RFTools dimensions are involved. If both sides are RFTools dimensions then this multiplier is done twice [range: 0.0 ~ 1.0E9, default: 0.5] + S:powerCellRFToolsDimensionAdvantage=0.5 + + # RF per tick that the powrcell can charge items with [range: 0 ~ 2147483647, default: 30000] + I:powercellChargePerTick=30000 + + # Maximum RF storage that a single cell can hold [range: 0 ~ 2147483647, default: 1000000] + I:rfPerNormalCell=1000000 + + # Base amount of RF/tick that can be extracted/inserted in this block [range: 0 ~ 2147483647, default: 5000] + I:rfPerTick=5000 + + # How much worse is the simple cell with RF and RF/t [range: 0 ~ 2147483647, default: 4] + I:simpleFactor=4 +} + + +########################################################################################################## +# scanner +#--------------------------------------------------------------------------------------------------------# +# Settings for the scanner, composer, and projector +########################################################################################################## + +scanner { + # The volume for the projector sound (0.0 is off) [range: 0.0 ~ 1.0, default: 0.4] + S:baseProjectorVolume=0.4 + + # The amount of milliseconds before the client will remove shape render data that hasn't been used. Decreasing this will free memory faster at the cost of having to update shape renders more often [range: 100 ~ 1000000, default: 10000] + I:clientRenderDataTimeout=10000 + + # Height of the beacon in case beacons are used [range: 0 ~ 2147483647, default: 30] + I:locatorBeaconHeight=30 + + # Maximum amount of entities in a single block to show markers/beacons for [range: 0 ~ 2147483647, default: 10] + I:locatorEntitySafety=10 + + # Additional amount of RF per 16x16x16 subchunk needed for a filtered scan [range: 0.0 ~ 1.0E9, default: 0.5] + S:locatorFilterCost=0.5 + + # Maximum amount of 16x16 chunks we support for energy scanning [range: 0 ~ 2147483647, default: 25] + I:locatorMaxEnergyChunks=9 + + # Maximum RF storage that the locator can hold [range: 0 ~ 2147483647, default: 2000000] + I:locatorMaxRF=2000000 + + # RF per tick that the locator can receive [range: 0 ~ 2147483647, default: 20000] + I:locatorRFPerTick=20000 + + # Fixed amount of RF needed for a scan [range: 0 ~ 2147483647, default: 5000] + I:locatorUsePerTickBase=5000 + + # Base amount of RF needed for a scan per 16x16x16 subchunk [range: 0.0 ~ 1.0E9, default: 0.1] + S:locatorUsePerTickChunk=0.1 + + # Additional amount of RF per 16x16x16 subchunk needed for a scan for low energy [range: 0.0 ~ 1.0E9, default: 5.0] + S:locatorUsePerTickEnergy=5.0 + + # Additional amount of RF per 16x16x16 subchunk needed for a scan for hostile entities [range: 0.0 ~ 1.0E9, default: 1.0] + S:locatorUsePerTickHostile=1.0 + + # Additional amount of RF per 16x16x16 subchunk needed for a scan for passive entities [range: 0.0 ~ 1.0E9, default: 0.5] + S:locatorUsePerTickPassive=0.5 + + # Additional amount of RF per 16x16x16 subchunk needed for a scan for players [range: 0.0 ~ 1.0E9, default: 2.0] + S:locatorUsePerTickPlayer=2.0 + + # Maximum dimension of the shape when a scanner/projector card is used [range: 0 ~ 10000, default: 512] + I:maxScannerDimension=64 + + # Maximum offset of the shape when a shape card is used in the scanner/projector [range: 0 ~ 2147483647, default: 2048] + I:maxScannerOffset=2048 + + # The amount of 'surface area' that the server will send to the client for the projector. Increasing this will increase the speed at which projections are ready but also increase the load for server and client [range: 100 ~ 10000000, default: 40000] + I:planeSurfacePerTick=40000 + + # The amount of milliseconds that a scanline 'flash' will exist on the client [range: 10 ~ 1000000, default: 400] + I:projectorFlashTimeout=400 + + # Maximum RF storage that the projector can hold [range: 0 ~ 2147483647, default: 500000] + I:projectorMaxRF=500000 + + # RF per tick that the projector can receive [range: 0 ~ 2147483647, default: 10000] + I:projectorRFPerTick=10000 + + # RF/t for the projector while it is in use [range: 0 ~ 2147483647, default: 1000] + I:projectorUsePerTick=1000 + + # Amount of RF needed per tick during the scan for a remote scanner [range: 0 ~ 2147483647, default: 2000] + I:remoteScannerUsePerTick=2000 + + # Maximum RF storage that the scanner can hold [range: 0 ~ 2147483647, default: 500000] + I:scannerMaxRF=500000 + + # RF per tick that the scanner can receive [range: 0 ~ 2147483647, default: 20000] + I:scannerRFPerTick=20000 + + # Amount of RF needed per tick during the scan [range: 0 ~ 2147483647, default: 1000] + I:scannerUsePerTick=1000 + + # The amount of surface area the scanner will scan in a tick. Increasing this will increase the speed of the scanner but cause more strain on the server [range: 100 ~ 1073741824, default: 262144] + I:surfaceAreaPerTick=262144 + + # Number of ticks between every scan of the locator [range: 0 ~ 2147483647, default: 40] + I:ticksPerLocatorScan=40 + + # Use VBO for rendering shapecard views. Otherwise display lists [default: true] + B:useVBO=true +} + + +########################################################################################################## +# screen +#--------------------------------------------------------------------------------------------------------# +# Settings for the screen system +########################################################################################################## + +screen { + # Additional characters that should be supported by the truetype system [default: ] + S:additionalCharacters= + + # RF per tick/per block for the button module [range: 0 ~ 2147483647, default: 9] + I:buttonRFPerTick=9 + + # RF per tick/per block for the clock module [range: 0 ~ 2147483647, default: 1] + I:clockRFPerTick=1 + + # RF per tick/per block for the computer module [range: 0 ~ 2147483647, default: 4] + I:computerRFPerTick=4 + + # RF per tick/per block for the counter plus module [range: 0 ~ 2147483647, default: 30] + I:counterPlusRFPerTick=30 + + # RF per tick/per block for the counter module [range: 0 ~ 2147483647, default: 4] + I:counterRFPerTick=4 + + # RF per tick/per block for the dimension module [range: 0 ~ 2147483647, default: 6] + I:dimensionRFPerTick=6 + + # RF per tick/per block for the dump module [range: 0 ~ 2147483647, default: 0] + I:dumpRFPerTick=0 + + # RF per tick/per block for the elevator button module [range: 0 ~ 2147483647, default: 0] + I:elevatorButtonRFPerTick=0 + + # RF per tick/per block for the energy plus module [range: 0 ~ 2147483647, default: 30] + I:energyPlusRFPerTick=30 + + # RF per tick/per block for the energy module [range: 0 ~ 2147483647, default: 4] + I:energyRFPerTick=4 + + # RF per tick/per block for the fluid plus module [range: 0 ~ 2147483647, default: 30] + I:fluidPlusRFPerTick=30 + + # RF per tick/per block for the fluid module [range: 0 ~ 2147483647, default: 4] + I:fluidRFPerTick=4 + + # The default truetype font to use [default: rftools:fonts/ubuntu.ttf] + S:fontName=rftools:fonts/ubuntu.ttf + + # The size of the font [range: 0.0 ~ 1000000.0, default: 40.0] + S:fontSize=40.0 + + # RF per tick/per block for the itemstack plus module [range: 0 ~ 2147483647, default: 30] + I:itemstackPlusRFPerTick=30 + + # RF per tick/per block for the itemstack module [range: 0 ~ 2147483647, default: 4] + I:itemstackRFPerTick=4 + + # RF per tick/per block for the machine information module [range: 0 ~ 2147483647, default: 4] + I:machineInfoRFPerTick=4 + + # RF per tick/per block for the redstone module [range: 0 ~ 2147483647, default: 4] + I:redstoneRFPerTick=4 + + # Maximum RF storage that the screen controller can hold [range: 0 ~ 2147483647, default: 60000] + I:screenControllerMaxRF=60000 + + # RF per tick that the the screen controller can receive [range: 0 ~ 2147483647, default: 1000] + I:screenControllerRFPerTick=1000 + + # How many times the screen will update. Higher numbers make the screens less accurate but better for network bandwidth [range: 0 ~ 2147483647, default: 500] + I:screenRefreshTiming=500 + + # RF per tick/per block for the storage control module [range: 0 ~ 2147483647, default: 0] + I:storageControlRFPerTick=0 + + # RF per tick/per block for the text module [range: 0 ~ 2147483647, default: 0] + I:textRFPerTick=0 + + # Set to true for TrueType font, set to false for vanilla font [default: true] + B:useTruetype=true +} + + +########################################################################################################## +# security +#--------------------------------------------------------------------------------------------------------# +# Settings for the block security system +########################################################################################################## + +security { + # Whether anything related to the block security system should exist [default: true] + B:enabled=true +} + + +########################################################################################################## +# shield +#--------------------------------------------------------------------------------------------------------# +# Settings for the shield system +########################################################################################################## + +shield { + # Set this to false if you don't want invisible shield rendering mode to be possible [default: true] + B:allowInvisibleShield=true + + # Set this to true if you have a corrupted world due to a bad camo block in the shield system. Load your world, remove the offending block from the shield, exit MC and then set this back to false [default: false] + B:disableShieldBlocksToUncorruptWorld=false + + # The looting kill bonus [range: 0 ~ 256, default: 3] + I:lootingKillBonus=3 + + # Maximum distance at which you can add disjoint shield sections to a composed shield [range: 0 ~ 10000, default: 64] + I:maxDisjointShieldDistance=64 + + # Maximum dimension of the shape when a shape card is used [range: 0 ~ 1000000, default: 256] + I:maxShieldDimension=256 + + # Maximum offset of the shape when a shape card is used [range: 0 ~ 100000, default: 128] + I:maxShieldOffset=128 + + # Amount of dimensional shards per looting kill. Remember that this is per block that does damage [range: 0 ~ 256, default: 2] + I:shardsPerLootingKill=2 + + # The amount of damage to do for a single spike on one entity [range: 0.0 ~ 1.0E9, default: 5.0] + S:shieldDamage=5.0 + + # Maximum RF storage that the shield block can hold [range: 0 ~ 2147483647, default: 200000] + I:shieldMaxRF=200000 + + # Maximum size (in blocks) of a tier 1 shield [range: 0 ~ 1000000, default: 256] + I:shieldMaxSize=256 + + # RF per tick that the shield block can receive [range: 0 ~ 2147483647, default: 5000] + I:shieldRFPerTick=5000 + + # Base amount of RF/tick for every 10 blocks in the shield (while active) [range: 0 ~ 2147483647, default: 8] + I:shieldRfBase=8 + + # RF/tick for every 10 blocks added in case of camo mode [range: 0 ~ 2147483647, default: 2] + I:shieldRfCamo=2 + + # The amount of RF to consume for a single spike of damage for one entity [range: 0 ~ 2147483647, default: 1000] + I:shieldRfDamage=1000 + + # The amount of RF to consume for a single spike of damage for one entity (used in case of player-type damage) [range: 0 ~ 2147483647, default: 2000] + I:shieldRfDamagePlayer=2000 + + # RF/tick for every 10 block addeds in case of shield mode [range: 0 ~ 2147483647, default: 2] + I:shieldRfShield=2 +} + + +########################################################################################################## +# spawner +#--------------------------------------------------------------------------------------------------------# +# Settings for the spawner system +########################################################################################################## + +spawner { + # The amount of blocks that the matter beamer will use send in one operation (every 20 ticks) + I:beamerBlocksPerSend=1 + + # Maximum RF storage that the matter beamer can hold + I:beamerMaxRF=200000 + + # RF per tick that the matter beamer can receive + I:beamerRFPerTick=1000 + + # RF per tick that the matter beamer will use for sending over a single object + I:beamerRfPerSend=2000 + + # The maximum distance that a laser can travel between the beamer and the spawner + I:maxBeamDistance=8 + + # The maximum amount of energized matter that this spawner can store (per type) + I:spawnerMaxMatterStorage=6400 + + # Maximum RF storage that the spawner can hold + I:spawnerMaxRF=200000 + + # RF per tick that the spawner can receive + I:spawnerRFPerTick=2000 +} + + +########################################################################################################## +# storage +#--------------------------------------------------------------------------------------------------------# +# Settings for the modular storage system +########################################################################################################## + +storage { + # If true we automatically set the focus on the search field when opening the GUI for the modular storage. Set to false if you don't want that [default: false] + B:autofocusSearch=false + + # [default: [extrabiomes.blocks.BlockCustomFlower=Flowers], [crazypants.enderio.material.ItemMachinePart=Technical], [net.minecraft.block.BlockPistonBase=Technical], [com.rwtema.extrautils.tileentity.transfernodes.BlockTransferPipe=Technical], [net.minecraft.block.BlockWood=null], [powercrystals.minefactoryreloaded.item.ItemPortaSpawner=Technical], [thermalfoundation.block.BlockOre=Ores], [mcjty.rftools.items.screenmodules=Modules], [net.minecraft.block.BlockRail=Technical], [net.minecraft.item.ItemShears=Tools], [net.minecraft.block.BlockRailPowered=Technical], [net.minecraft.block.BlockJukebox=Technical], [mcjty.rftools.blocks.teleporter.MatterBoosterBlock=Machines], [crazypants.enderio.material.ItemCapacitor=Technical], [powercrystals.minefactoryreloaded.item.ItemLaserFocus=Technical], [crazypants.enderio.fluid.ItemBucketEio=Buckets], [biomesoplenty.common.items.ItemBOPBucket=Buckets], [net.minecraft.block.BlockCommandBlock=Technical], [mcjty.rftools.items.dimensionmonitor.DimensionMonitorItem=Technical], [net.minecraft.block.BlockRedstoneLight=Technical], [net.minecraft.item.ItemFood=Food], [crazypants.enderio.conduit.facade.BlockConduitFacade=Technical], [mcjty.rftools.blocks.spaceprojector.SpaceChamberBlock=Machines], [powercrystals.minefactoryreloaded.item.base.ItemFactoryBucket=Buckets], [crazypants.enderio.conduit.BlockConduitBundle=Technical], [powercrystals.minefactoryreloaded.block=Machines], [net.minecraft.block.BlockPotato=Food], [crazypants.enderio.rail.BlockEnderRail=Technical], [crazypants.enderio.machine=Machines], [thermalexpansion.block.device.ItemBlockDevice=Machines], [mcjty.rftools.items.teleportprobe.ChargedPorterItem=Technical], [com.rwtema.extrautils.block.BlockEnderthermicPump=Machines], [net.minecraft.block.BlockPressurePlate=Technical], [net.minecraft.block.BlockFlower=Flowers], [mcjty.rftools.items.dimlets.KnownDimlet=Dimlets], [mcjty.rftools.items.teleportprobe.TeleportProbeItem=Technical], [crazypants.enderio.item.ItemMagnet=Technical], [mcjty.rftools.items.devdelight.DevelopersDelightItem=Technical], [mcjty.rftools.items.parts.MediocreEfficiencyEssenceItem=Dimlet Parts], [thermalexpansion.item.tool.ItemIgniter=Technical], [mcjty.rftools.items.smartwrench.SmartWrenchItem=Technical], [mcjty.rftools.items.parts.DimletTypeControllerItem=Dimlet Parts], [crazypants.enderio.block.BlockDarkSteelPressurePlate=Technical], [net.minecraft.block.BlockButtonStone=Technical], [mcjty.rftools.items.parts.PeaceEssenceItem=Dimlet Parts], [mcjty.rftools.items.envmodules=Modules], [net.minecraft.block.BlockDropper=Technical], [crazypants.enderio.conduit.redstone.ItemRedstoneConduit=Technical], [mcjty.rftools.blocks.MachineBase=Machines], [crazypants.enderio.conduit.item.filter.ItemBasicItemFilter=Technical], [crazypants.enderio.item.ItemConduitProbe=Technical], [thermalexpansion.item.tool.ItemMultimeter=Technical], [net.minecraft.item.ItemFlintAndSteel=Tools], [net.minecraft.block.BlockTripWireHook=Technical], [net.minecraft.block.BlockDispenser=Technical], [net.minecraft.block.BlockLever=Technical], [mcjty.rftools.blocks.MachineFrame=Machines], [crazypants.enderio.conduit.item.ItemItemConduit=Technical], [mcjty.rftools.items.parts.DimletEnergyModuleItem=Dimlet Parts], [thermalexpansion.block.machine=Machines], [crazypants.enderio.conduit.item.filter.ItemExistingItemFilter=Technical], [net.minecraft.item.ItemBow=Weapons], [net.minecraft.block.BlockRedstoneWire=Technical], [net.minecraft.block.BlockTripWire=Technical], [mcjty.rftools.items.manual.RFToolsDimensionManualItem=Books], [com.rwtema.extrautils.tileentity.enderquarry.BlockEnderQuarry=Machines], [codechicken.microblock.ItemSaw=Tools], [net.minecraft.block.BlockWorkbench=Technical], [biomesoplenty.common.blocks.BlockBOPFlower=Flowers], [biomesoplenty.common.itemblocks.ItemBlockFlower=Flowers], [powercrystals.minefactoryreloaded.item.ItemLogicUpgradeCard=Technical], [net.minecraft.block.BlockHopper=Technical], [net.minecraft.item.ItemPotion=Potions], [net.minecraft.item.ItemBook=Books], [net.minecraft.item.ItemBucket=Buckets], [mcjty.rftools.items.parts.DimletMemoryUnitItem=Dimlet Parts], [powercrystals.minefactoryreloaded.item.tool.ItemRedNetMeter=Technical], [mcjty.rftools.blocks.shield.ShieldTemplateBlock=Machines], [net.minecraft.block.BlockRedstoneTorch=Technical], [mcjty.lib.container.GenericBlock=Machines], [com.rwtema.extrautils.tileentity.enderquarry.BlockEnderMarkers=Technical], [net.minecraft.item.ItemRecord=Records], [crazypants.enderio.conduit.gas.ItemGasConduit=Technical], [mcjty.rftools.blocks.spaceprojector.SpaceChamberCardItem=Technical], [crazypants.enderio.conduit.liquid.ItemLiquidConduit=Technical], [powercrystals.minefactoryreloaded.item.tool.ItemXpExtractor=Technical], [net.minecraft.item.ItemArmor=Armor], [net.minecraft.block.BlockOre=Ores], [buildcraft.builders=Machines], [mcjty.rftools.blocks.teleporter.DestinationAnalyzerBlock=Machines], [com.rwtema.extrautils.tileentity.generators.BlockGenerator=Machines], [crazypants.enderio.conduit.item.ItemExtractSpeedUpgrade=Technical], [mcjty.rftools.items.parts.SyringeItem=Dimlet Parts], [net.minecraft.block.BlockRedstoneComparator=Technical], [mcjty.rftools.items.parts.EfficiencyEssenceItem=Dimlet Parts], [thermalexpansion.block.cell=Machines], [net.minecraft.item.ItemRedstone=Technical], [net.minecraft.block.BlockNote=Technical], [mcjty.rftools.items.manual.RFToolsManualItem=Books], [crazypants.enderio.conduit.power.ItemPowerConduit=Technical], [mcjty.rftools.items.storage=Modules], [mcjty.rftools.items.dimlets.RealizedDimensionTab=Dimlets], [crazypants.enderio.machine.spawner.ItemBrokenSpawner=Machines], [cofh.core.item.ItemBucket=Buckets], [net.minecraft.item.ItemMinecart=Technical], [net.minecraft.item.ItemSkull=Skulls], [mcjty.rftools.items.dimlets.EmptyDimensionTab=Dimlets], [mcjty.rftools.items.dimlets.UnknownDimlet=Dimlets], [crazypants.enderio.item.skull=Skulls], [net.minecraft.block.BlockFurnace=Technical], [net.minecraft.block.BlockPressurePlateWeighted=Technical], [powercrystals.minefactoryreloaded.item.ItemSafariNet=Technical], [net.minecraft.block.BlockRailDetector=Technical], [net.minecraft.block.BlockRedstoneRepeater=Technical], [mcjty.rftools.items.dimlets.DimletTemplate=Dimlets], [mcjty.rftools.items.dimensionmonitor.PhasedFieldGeneratorItem=Technical], [net.minecraft.block.BlockSapling=Saplings], [net.minecraft.block.BlockDaylightDetector=Technical], [cofh.thermalexpansion.block.device=Machines], [codechicken.microblock.ItemMicroPart=Microblocks], [crazypants.enderio.conduit.item.filter.ItemModItemFilter=Technical], [mcjty.rftools.items.manual.RFToolsShapeManualItem=Books], [net.minecraft.item.ItemSword=Weapons], [powercrystals.minefactoryreloaded.item.gun.ItemSafariNetLauncher=Technical], [net.minecraft.item.ItemTool=Tools], [thermalexpansion.item.tool.ItemWrench=Technical], [net.minecraft.block.BlockCake=Food], [mcjty.rftools.items.parts.DimletControlCircuitItem=Dimlet Parts], [net.minecraft.block.BlockCarrot=Food], [biomesoplenty.common.itemblocks.ItemBlockFlower2=Flowers], [thermalexpansion.block.dynamo.ItemBlockDynamo=Machines], [thermalexpansion.item.ItemCapacitor=Technical], [biomesoplenty.common.blocks.BlockBOPFlower2=Flowers], [codechicken.chunkloader.ItemChunkLoader=Machines], [powercrystals.minefactoryreloaded.item.tool.ItemRedNetMemoryCard=Technical], [net.minecraft.block.BlockTNT=Technical], [net.minecraft.item.ItemHoe=Tools], [mcjty.rftools.items.netmonitor.NetworkMonitorItem=Technical], [com.rwtema.extrautils.tileentity.enderquarry.BlockQuarryUpgrades=Technical]] + S:categories < + extrabiomes.blocks.BlockCustomFlower=Flowers + crazypants.enderio.material.ItemMachinePart=Technical + net.minecraft.block.BlockPistonBase=Technical + com.rwtema.extrautils.tileentity.transfernodes.BlockTransferPipe=Technical + net.minecraft.block.BlockWood=null + powercrystals.minefactoryreloaded.item.ItemPortaSpawner=Technical + thermalfoundation.block.BlockOre=Ores + mcjty.rftools.items.screenmodules=Modules + net.minecraft.block.BlockRail=Technical + net.minecraft.item.ItemShears=Tools + net.minecraft.block.BlockRailPowered=Technical + net.minecraft.block.BlockJukebox=Technical + mcjty.rftools.blocks.teleporter.MatterBoosterBlock=Machines + crazypants.enderio.material.ItemCapacitor=Technical + powercrystals.minefactoryreloaded.item.ItemLaserFocus=Technical + crazypants.enderio.fluid.ItemBucketEio=Buckets + biomesoplenty.common.items.ItemBOPBucket=Buckets + net.minecraft.block.BlockCommandBlock=Technical + mcjty.rftools.items.dimensionmonitor.DimensionMonitorItem=Technical + net.minecraft.block.BlockRedstoneLight=Technical + net.minecraft.item.ItemFood=Food + crazypants.enderio.conduit.facade.BlockConduitFacade=Technical + mcjty.rftools.blocks.spaceprojector.SpaceChamberBlock=Machines + powercrystals.minefactoryreloaded.item.base.ItemFactoryBucket=Buckets + crazypants.enderio.conduit.BlockConduitBundle=Technical + powercrystals.minefactoryreloaded.block=Machines + net.minecraft.block.BlockPotato=Food + crazypants.enderio.rail.BlockEnderRail=Technical + crazypants.enderio.machine=Machines + thermalexpansion.block.device.ItemBlockDevice=Machines + mcjty.rftools.items.teleportprobe.ChargedPorterItem=Technical + com.rwtema.extrautils.block.BlockEnderthermicPump=Machines + net.minecraft.block.BlockPressurePlate=Technical + net.minecraft.block.BlockFlower=Flowers + mcjty.rftools.items.dimlets.KnownDimlet=Dimlets + mcjty.rftools.items.teleportprobe.TeleportProbeItem=Technical + crazypants.enderio.item.ItemMagnet=Technical + mcjty.rftools.items.devdelight.DevelopersDelightItem=Technical + mcjty.rftools.items.parts.MediocreEfficiencyEssenceItem=Dimlet Parts + thermalexpansion.item.tool.ItemIgniter=Technical + mcjty.rftools.items.smartwrench.SmartWrenchItem=Technical + mcjty.rftools.items.parts.DimletTypeControllerItem=Dimlet Parts + crazypants.enderio.block.BlockDarkSteelPressurePlate=Technical + net.minecraft.block.BlockButtonStone=Technical + mcjty.rftools.items.parts.PeaceEssenceItem=Dimlet Parts + mcjty.rftools.items.envmodules=Modules + net.minecraft.block.BlockDropper=Technical + crazypants.enderio.conduit.redstone.ItemRedstoneConduit=Technical + mcjty.rftools.blocks.MachineBase=Machines + crazypants.enderio.conduit.item.filter.ItemBasicItemFilter=Technical + crazypants.enderio.item.ItemConduitProbe=Technical + thermalexpansion.item.tool.ItemMultimeter=Technical + net.minecraft.item.ItemFlintAndSteel=Tools + net.minecraft.block.BlockTripWireHook=Technical + net.minecraft.block.BlockDispenser=Technical + net.minecraft.block.BlockLever=Technical + mcjty.rftools.blocks.MachineFrame=Machines + crazypants.enderio.conduit.item.ItemItemConduit=Technical + mcjty.rftools.items.parts.DimletEnergyModuleItem=Dimlet Parts + thermalexpansion.block.machine=Machines + crazypants.enderio.conduit.item.filter.ItemExistingItemFilter=Technical + net.minecraft.item.ItemBow=Weapons + net.minecraft.block.BlockRedstoneWire=Technical + net.minecraft.block.BlockTripWire=Technical + mcjty.rftools.items.manual.RFToolsDimensionManualItem=Books + com.rwtema.extrautils.tileentity.enderquarry.BlockEnderQuarry=Machines + codechicken.microblock.ItemSaw=Tools + net.minecraft.block.BlockWorkbench=Technical + biomesoplenty.common.blocks.BlockBOPFlower=Flowers + biomesoplenty.common.itemblocks.ItemBlockFlower=Flowers + powercrystals.minefactoryreloaded.item.ItemLogicUpgradeCard=Technical + net.minecraft.block.BlockHopper=Technical + net.minecraft.item.ItemPotion=Potions + net.minecraft.item.ItemBook=Books + net.minecraft.item.ItemBucket=Buckets + mcjty.rftools.items.parts.DimletMemoryUnitItem=Dimlet Parts + powercrystals.minefactoryreloaded.item.tool.ItemRedNetMeter=Technical + mcjty.rftools.blocks.shield.ShieldTemplateBlock=Machines + net.minecraft.block.BlockRedstoneTorch=Technical + mcjty.lib.container.GenericBlock=Machines + com.rwtema.extrautils.tileentity.enderquarry.BlockEnderMarkers=Technical + net.minecraft.item.ItemRecord=Records + crazypants.enderio.conduit.gas.ItemGasConduit=Technical + mcjty.rftools.blocks.spaceprojector.SpaceChamberCardItem=Technical + crazypants.enderio.conduit.liquid.ItemLiquidConduit=Technical + powercrystals.minefactoryreloaded.item.tool.ItemXpExtractor=Technical + net.minecraft.item.ItemArmor=Armor + net.minecraft.block.BlockOre=Ores + buildcraft.builders=Machines + mcjty.rftools.blocks.teleporter.DestinationAnalyzerBlock=Machines + com.rwtema.extrautils.tileentity.generators.BlockGenerator=Machines + crazypants.enderio.conduit.item.ItemExtractSpeedUpgrade=Technical + mcjty.rftools.items.parts.SyringeItem=Dimlet Parts + net.minecraft.block.BlockRedstoneComparator=Technical + mcjty.rftools.items.parts.EfficiencyEssenceItem=Dimlet Parts + thermalexpansion.block.cell=Machines + net.minecraft.item.ItemRedstone=Technical + net.minecraft.block.BlockNote=Technical + mcjty.rftools.items.manual.RFToolsManualItem=Books + crazypants.enderio.conduit.power.ItemPowerConduit=Technical + mcjty.rftools.items.storage=Modules + mcjty.rftools.items.dimlets.RealizedDimensionTab=Dimlets + crazypants.enderio.machine.spawner.ItemBrokenSpawner=Machines + cofh.core.item.ItemBucket=Buckets + net.minecraft.item.ItemMinecart=Technical + net.minecraft.item.ItemSkull=Skulls + mcjty.rftools.items.dimlets.EmptyDimensionTab=Dimlets + mcjty.rftools.items.dimlets.UnknownDimlet=Dimlets + crazypants.enderio.item.skull=Skulls + net.minecraft.block.BlockFurnace=Technical + net.minecraft.block.BlockPressurePlateWeighted=Technical + powercrystals.minefactoryreloaded.item.ItemSafariNet=Technical + net.minecraft.block.BlockRailDetector=Technical + net.minecraft.block.BlockRedstoneRepeater=Technical + mcjty.rftools.items.dimlets.DimletTemplate=Dimlets + mcjty.rftools.items.dimensionmonitor.PhasedFieldGeneratorItem=Technical + net.minecraft.block.BlockSapling=Saplings + net.minecraft.block.BlockDaylightDetector=Technical + cofh.thermalexpansion.block.device=Machines + codechicken.microblock.ItemMicroPart=Microblocks + crazypants.enderio.conduit.item.filter.ItemModItemFilter=Technical + mcjty.rftools.items.manual.RFToolsShapeManualItem=Books + net.minecraft.item.ItemSword=Weapons + powercrystals.minefactoryreloaded.item.gun.ItemSafariNetLauncher=Technical + net.minecraft.item.ItemTool=Tools + thermalexpansion.item.tool.ItemWrench=Technical + net.minecraft.block.BlockCake=Food + mcjty.rftools.items.parts.DimletControlCircuitItem=Dimlet Parts + net.minecraft.block.BlockCarrot=Food + biomesoplenty.common.itemblocks.ItemBlockFlower2=Flowers + thermalexpansion.block.dynamo.ItemBlockDynamo=Machines + thermalexpansion.item.ItemCapacitor=Technical + biomesoplenty.common.blocks.BlockBOPFlower2=Flowers + codechicken.chunkloader.ItemChunkLoader=Machines + powercrystals.minefactoryreloaded.item.tool.ItemRedNetMemoryCard=Technical + net.minecraft.block.BlockTNT=Technical + net.minecraft.item.ItemHoe=Tools + mcjty.rftools.items.netmonitor.NetworkMonitorItem=Technical + com.rwtema.extrautils.tileentity.enderquarry.BlockQuarryUpgrades=Technical + > + + # If true we clear the search field when opening the GUI for the modular storage. Set to false if you don't want that [default: true] + B:clearSearchOnOpen=true + + # Background color for group lines [range: 0 ~ 2147483647, default: -1123021] + I:groupBackground=-1123021 + + # Foreground color for group lines [range: 0 ~ 2147483647, default: -16777216] + I:groupForeground=-16777216 + + # The height for the smallest style modular storage GUI [range: 0 ~ 1000000, default: 236] + I:modularStorageGuiHeight1=236 + + # The height for the middle style modular storage GUI [range: 0 ~ 1000000, default: 320] + I:modularStorageGuiHeight2=320 + + # The height for the tallest style modular storage GUI [range: 0 ~ 1000000, default: 490] + I:modularStorageGuiHeight3=490 + + # RF/tick to share an inventory to all dimensions [range: 0 ~ 2147483647, default: 50] + I:remoteShareGlobal=50 + + # RF/tick to share an inventory to the same dimension [range: 0 ~ 2147483647, default: 10] + I:remoteShareLocal=10 + + # Maximum RF storage that the remote storage block can hold [range: 0 ~ 2147483647, default: 100000] + I:remoteStorageMaxRF=100000 + + # RF per tick that the remote storage block can receive [range: 0 ~ 2147483647, default: 300] + I:remoteStorageRFPerTick=300 + + # Extra RF per usage per storage tier [range: 0 ~ 2147483647, default: 100] + I:tabletExtraRFUsage=100 + + # Maximum RF storage that the storage tablet can hold [range: 0 ~ 2147483647, default: 20000] + I:tabletMaxRF=20000 + + # RF per tick that the storage tablet can receive [range: 0 ~ 2147483647, default: 500] + I:tabletRFPerTick=500 + + # RF per usage of the storage tablet [range: 0 ~ 2147483647, default: 100] + I:tabletRFUsage=100 + + # RF per usage of the storage tablet when used in combation with the scanner module [range: 0 ~ 2147483647, default: 100] + I:tabletRFUsageScanner=100 +} + + +########################################################################################################## +# storagemonitor +#--------------------------------------------------------------------------------------------------------# +# Settings for the storage scanner machine +########################################################################################################## + +storagemonitor { + # If this is true then opening the storage scanner GUI will automatically select the starred inventory view [default: true] + B:hilightStarredOnGuiOpen=true + + # Time (in seconds) to hilight a block in the world [range: 0 ~ 2147483647, default: 5] + I:hilightTime=5 + + # If this is true then requesting items from the storage scanner will go straight into the player inventory and not the output slot [default: true] + B:requestStraightToInventory=true + + # Amount of RF used to insert an item [range: 0 ~ 2147483647, default: 20] + I:rfPerInsert=20 + + # Amount of RF used to request an item [range: 0 ~ 2147483647, default: 100] + I:rfPerRequest=100 + + # Maximum RF storage that the storage scanner can hold [range: 0 ~ 2147483647, default: 50000] + I:scannerMaxRF=50000 + + # RF per tick that the storage scanner can receive [range: 0 ~ 2147483647, default: 500] + I:scannerRFPerTick=500 + + # If this is true then XNet is required (if present) to be able to connect storages to a storage scanner [default: false] + B:xnetRequired=false +} + + +########################################################################################################## +# teleporter +#--------------------------------------------------------------------------------------------------------# +# Settings for the teleportation system +########################################################################################################## + +teleporter { + # Maximum RF storage that the advanced charged porter item can hold (note that teleporting this way uses 50% more RF then with a matter transmitter) [range: 0 ~ 2147483647, default: 1000000] + I:advancedChargedPorterMaxRF=1000000 + + # The speed bonus for the advanced charged porter (compared to the normal one) [range: 0 ~ 2147483647, default: 4] + I:advancedSpeedBonus=4 + + # Comma separated list of dimension ids that the teleportation system can't teleport to [default: ] + S:blacklistedTeleportationDestinations= + + # Comma separated list of dimension ids that the teleportation system can't teleport from [default: ] + S:blacklistedTeleportationSources= + + # Maximum RF storage that the charged porter item can hold (note that teleporting this way uses 50% more RF then with a matter transmitter) [range: 0 ~ 2147483647, default: 200000] + I:chargedPorterMaxRF=200000 + + # RF per tick that the the charged porter item can receive [range: 0 ~ 2147483647, default: 2000] + I:chargedPorterRFPerTick=2000 + + # The amount of ticks that a matter transmitter with destination checker will wait before checking a receiver in case the chunk is not loaded (-1 to disable this check completely) [range: -1 ~ 2147483647, default: -1] + I:checkUnloadedChunk=-1 + + # The amount of ticks that a matter transmitter with destination checker will wait before checking a receiver in case the world is not loaded (-1 to disable this check completely) [range: -1 ~ 2147483647, default: -1] + I:checkUnloadedWorld=-1 + + # Maximum RF storage that the dialing device can hold [range: 0 ~ 2147483647, default: 50000] + I:dialerMaxRF=50000 + + # RF per tick that the dialing device can receive [range: 0 ~ 2147483647, default: 100] + I:dialerRFPerTick=100 + + # The horizontal range the dialing device uses to check for transmitters. These are the transmitters the dialing device will be able to control [range: 0 ~ 2147483647, default: 10] + I:horizontalDialerRange=10 + + # If this is true then all usages of the teleport system are logged [default: false] + B:logTeleportUsages=false + + # If this is true then the RFTools teleportation system cannot be used to travel in the same dimension [default: false] + B:preventInterdimensionalTeleports=false + + # Maximum RF storage that the matter receiver can hold [range: 0 ~ 2147483647, default: 100000] + I:receiverMaxRF=100000 + + # RF per tick that the matter receiver can receive [range: 0 ~ 2147483647, default: 500] + I:receiverRFPerTick=500 + + # This is the amount of RF that is consumed at a boosted transmitter in case the receiver doesn't have enough power [range: 0 ~ 2147483647, default: 20000] + I:rfBoostedTeleport=20000 + + # The amount of RF that is consumed by the matter transmitter when a dial is active [range: 0 ~ 2147483647, default: 10] + I:rfDialedConnectionPerTick=10 + + # The amount of RF/tick an idle dialed transmitter consumes [range: 0 ~ 2147483647, default: 0] + I:rfMatterIdleTick=0 + + # The amount of RF consumed when the dialing device checks for the capabilities of a receiver ('Check' button) [range: 0 ~ 2147483647, default: 5000] + I:rfPerCheck=5000 + + # The amount of RF consumed when dialing a transmitter to another receiver [range: 0 ~ 2147483647, default: 1000] + I:rfPerDial=1000 + + # This is the amount of RF that is consumed at the receiving side for every teleport. This RF is only consumed when the teleportation actually happens [range: 0 ~ 2147483647, default: 5000] + I:rfPerTeleportReceiver=5000 + + # The amount of RF that is consumed by a matter transmitter when the player goes to stand in the teleportation beam allowing the teleportation process to start. This version is for a teleportation to another dimension and in this case 'rfStartTeleportDist' is not used. This value also acts as the maximum rf that can be consumed for a local teleport [range: 0 ~ 2147483647, default: 100000] + I:rfStartTeleportDim=100000 + + # For every unit in distance this value is added to the initial RF cost for starting the teleportation. This value is not used when teleporting to another dimension [range: 0 ~ 2147483647, default: 10] + I:rfStartTeleportDist=10 + + # The amount of RF that is consumed by a matter transmitter when the player goes to stand in the teleportation beam allowing the teleportation process to start. This value is used for a teleport in the same dimension. In addition to this value the 'rfStartTeleportDist' is also added per traveled distance [range: 0 ~ 2147483647, default: 5000] + I:rfStartTeleportLocal=5000 + + # For the duration of the teleport process this value represents the amount of RF that is consumed by the matter transmitter for every tick [range: 0 ~ 2147483647, default: 500] + I:rfTeleportPerTick=500 + + # The base time used for a teleportation to another dimension. The 'timeTeleportDist' value is not used [range: 0 ~ 2147483647, default: 50] + I:timeTeleportBaseDim=50 + + # The base time used for a teleportation for a local teleport. The 'timeTeleportDist' value is added per distance traveled [range: 0 ~ 2147483647, default: 5] + I:timeTeleportBaseLocal=5 + + # The amount of time that is added depending on distance for a local teleport. This value is in militicks which means that 1000 is one tick and one tick is 1/20 of a second [range: 0 ~ 2147483647, default: 10] + I:timeTeleportDist=10 + + # Maximum RF storage that the matter transmitter can hold. This should be at least equal to 'rfStartTeleportDim' [range: 0 ~ 2147483647, default: 200000] + I:transmitterMaxRF=200000 + + # RF per tick that the matter transmitter can receive. It is recommended to keep this at least equal to 'rfTeleportPerTick' [range: 0 ~ 2147483647, default: 1000] + I:transmitterRFPerTick=1000 + + # The vertical range the dialing device uses to check for transmitters [range: 0 ~ 2147483647, default: 5] + I:verticalDialerRange=5 + + # The volume for the teleporting sound (1.0 is default) [range: 0.0 ~ 1.0, default: 1.0] + S:volumeTeleport=1.0 + + # The volume for the error sound when teleportation fails (1.0 is default) [range: 0.0 ~ 1.0, default: 1.0] + S:volumeTeleportError=1.0 + + # Set this to false to disable the 'whoosh' message on teleport [default: true] + B:whooshMessage=true +} + + diff --git a/config/roost.cfg b/config/roost.cfg new file mode 100644 index 00000000..a9a5fb86 --- /dev/null +++ b/config/roost.cfg @@ -0,0 +1,18 @@ +# 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/salwayseat.cfg b/config/salwayseat.cfg new file mode 100644 index 00000000..a73d320b --- /dev/null +++ b/config/salwayseat.cfg @@ -0,0 +1,15 @@ +# 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/scannable.cfg b/config/scannable.cfg new file mode 100644 index 00000000..92f4b3e7 --- /dev/null +++ b/config/scannable.cfg @@ -0,0 +1,201 @@ +# 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/sci4me/Torcherino.cfg b/config/sci4me/Torcherino.cfg new file mode 100644 index 00000000..63fe0be6 --- /dev/null +++ b/config/sci4me/Torcherino.cfg @@ -0,0 +1,29 @@ +# Configuration file + +blacklist { + # modid:unlocalized [default: ] + S:blacklistedBlocks < + > + + # Fully qualified class name [default: ] + S:blacklistedTiles < + extrautils2:rainbowgenerator:0 + > +} + + +general { + # Is the recipe for the Compressed Torcherino enabled? [default: false] + B:compressedTorcherino=false + + # Is the recipe for the Double Compressed Torcherino enabled? Only takes effect if Compressed Torcherinos are enabled. [default: false] + B:doubleCompressedTorcherino=false + + # (For Server Owners) Is it logged when someone places a Torcherino? [default: false] + B:logPlacement=true + + # Is the recipe for Torcherino extremely OP? [default: true] + B:overPoweredRecipe=true +} + + diff --git a/config/silverfish.cfg b/config/silverfish.cfg new file mode 100644 index 00000000..4bfc5d1e --- /dev/null +++ b/config/silverfish.cfg @@ -0,0 +1,14 @@ +# 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/simple_trophies.cfg b/config/simple_trophies.cfg new file mode 100644 index 00000000..f657223d --- /dev/null +++ b/config/simple_trophies.cfg @@ -0,0 +1,44 @@ +# 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/simplevoidworld.cfg b/config/simplevoidworld.cfg new file mode 100644 index 00000000..879bea60 --- /dev/null +++ b/config/simplevoidworld.cfg @@ -0,0 +1,23 @@ +# 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/simplyjetpacks-client.cfg b/config/simplyjetpacks-client.cfg new file mode 100644 index 00000000..f48941d9 --- /dev/null +++ b/config/simplyjetpacks-client.cfg @@ -0,0 +1,68 @@ +# 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/simplyjetpacks.cfg b/config/simplyjetpacks.cfg new file mode 100644 index 00000000..4a662fdb --- /dev/null +++ b/config/simplyjetpacks.cfg @@ -0,0 +1,611 @@ +# 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"=850 + + # 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"=850 + + # 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"=3000000 + + # 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"=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 - 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/simplyjetpacks/client.cfg b/config/simplyjetpacks/client.cfg new file mode 100644 index 00000000..bc1e684b --- /dev/null +++ b/config/simplyjetpacks/client.cfg @@ -0,0 +1,78 @@ +# Configuration file + +~CONFIG_VERSION: 1.12.2-2.2.20.0 + +aesthetics { + # When enabled, worn Jetpacks and Fluxpacks will have a 3D armor model. Otherwise, flat textures will be used. + B:enableArmor3DModels=true +} + + +controls { + # 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:customControls=false + + # The name of the Descend key when Custom Controls are enabled. + S:descendKey=LSHIFT + + # 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:doubleTapSprintInAir=true + + # The name of the Fly key when Custom Controls are enabled. + S:flyKey=SPACE + + # Invert Hover Mode sneaking behavior. + B:invertHoverSneakingBehavior=false +} + + +gui { + # The HUD display will be shifted horizontally by this value. This value may be negative. + I:HUDOffsetX=0 + + # The HUD display will be shifted vertically by this value. This value may be negative. + I:HUDOffsetY=-2 + + # How large the HUD will be rendered. + D:HUDScale=1.0 + + # Change the text color in the HUD. (Note: Color is in Integer form) + I:HUDTextColor=15658734 + + # When enabled, a HUD that displays the energy level of the currently worn Jetpack or Fluxpack will show. + B:enableEnergyHUD=true + + # When enabled, the HUD that displays the states (engine/hover/charger) of the currently worn Jetpack or Fluxpack will show. + B:enableStateHUD=true + + # When enabled, switching Jetpacks or Fluxpacks on or off, or changing their modes will display a status message above the inventory bar. + B:enableStateMessages=true + + # When enabled, item details are only shown in the tooltip when holding Shift. + B:holdShiftForDetails=true + + # Change the position of the HUD. + S:hudPosition=TOP_LEFT + + # When enabled, only the energy amounts themselves will be rendered on the energy HUD. + B:minimalEnergyHUD=false + + # When enabled, the energy HUD will display the exact amount of RF rather than just a percentage. + B:showExactEnergyInHUD=false + + # When enabled, the HUD will display even when the chat window is opened. + B:showHUDWhileChatting=true +} + + +misc { + B:joinAdvancements=true +} + + +sounds { + # When enabled, jetpacks will make sounds when used. + B:jetpackSounds=true +} + + diff --git a/config/simplyjetpacks/common.cfg b/config/simplyjetpacks/common.cfg new file mode 100644 index 00000000..cf8aac9b --- /dev/null +++ b/config/simplyjetpacks/common.cfg @@ -0,0 +1,1033 @@ +# Configuration file + +~CONFIG_VERSION: 1.12.2-2.2.20.0 + +integration { + # When enabled, Simply Jetpacks will register its EnderIO Jetpacks and Fluxpacks. + B:enableIntegrationEIO=true + + # When enabled, Simply Jetpacks will register its Immersive Engineering Jetpacks. + B:enableIntegrationIE=true + + # When enabled, Simply Jetpacks will register its Mekanism Jetpacks. + B:enableIntegrationMek=false + + # When enabled, Simply Jetpacks will register its Redstone Arsenal Tier5 Jetpack recipes. + B:enableIntegrationRA=true + + # When enabled, Simply Jetpacks will register its Redstone Repository Tier5 JetPlate recipes. + B:enableIntegrationRR=false + + # When enabled, Simply Jetpacks will register Thermal Dynamics items for thruster recipes. + B:enableIntegrationTD=true + + # When enabled, Simply Jetpacks will register its Thermal Expansion Jetpacks and Fluxpacks. + B:enableIntegrationTE=true + + # When enabled, Simply Jetpacks will register its Vanilla Jetpacks. + B:enableIntegrationVanilla=true + + # When set to a value between 0-100, changes the energy efficiency bonus of the Enderium Armored Jetplate (Example: 80 uses energy at 80% rate). + I:gelidEnderiumEnergyUsageBonus=80 +} + + +items { + # hen 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:addRAItemsIfNotInstalled=true + + # Enable the Fuel Efficiency enchantment. + B:enableFuelEfficiencyEnchantment=true +} + + +misc { + # When enabled, you will get several advancements when joining a world for the first time. + B:joinAdvancements=true +} + + +tuning { + + simplyjetpacks { + + jetpack_creative { + # The vertical acceleration of this Jetpack when flying, every tick, this amount of vertical speed will be added until maximum speed is reached. + D:accelVertical=0.15 + + # How well this Jetpack/Fluxpack can protect the user from damage, if armored. The higher the value, the stronger the armor will be. + I:armorReduction=12 + + # When enabled, this Jetpack will be able to activate Charger Mode. + B:chargerMode=true + + # When enabled, this Jetpack will be able to activate Hover Mode automatically when the wearer is about to die from a fall. + B:emergencyHoverMode=true + + # The enchantability of this Jetpack/Fluxpack. If set to 0, no enchantments can be applied. + I:enchantability=20 + + # The maximum amount of energy that this pack can hold. + I:energyCapacity=200000 + + # The amount of energy that can be inserted into this Jetpack/Fluxpack per tick from external sources. + I:energyPerTickIn=0 + + # The amount of energy that can be extracted from this Jetpack/Fluxpack per tick by external sources. Also determines how quickly Jetpacks/Fluxpacks can charge other items. + I:energyPerTickOut=50000 + + # The speed of this Jetpack when flying sideways. This is mostly noticeable in Hover Mode. + D:speedSideways=0.21 + + # The maximum vertical speed of this Jetpack when flying. + D:speedVertical=0.9 + + # The maximum vertical speed of this Jetpack when flying in Hover Mode. + D:speedVerticalHover=0.45 + + # The maximum vertical speed of this Jetpack when slowly descending in Hover Mode. + D:speedVerticalHoverSlow=0.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:sprintSpeedModifier=2.5 + } + + fluxpack_creative { + # How well this Jetpack/Fluxpack can protect the user from damage, if armored. The higher the value, the stronger the armor will be. + I:armorReduction=8 + + # The enchantability of this Jetpack/Fluxpack. If set to 0, no enchantments can be applied. + I:enchantability=10 + + # The maximum amount of energy that this pack can hold. + I:energyCapacity=200000 + + # The amount of energy that can be inserted into this Jetpack/Fluxpack per tick from external sources. + I:energyPerTickIn=0 + + # The amount of energy that can be extracted from this Jetpack/Fluxpack per tick by external sources. Also determines how quickly Jetpacks/Fluxpacks can charge other items. + I:energyPerTickOut=50000 + } + + jetpack_potato { + } + + } + + vanilla { + + jetpack_vanilla1 { + # The vertical acceleration of this Jetpack when flying, every tick, this amount of vertical speed will be added until maximum speed is reached. + D:accelVertical=0.1 + + # How much energy is lost from this Jetpack/Fluxpack when the user is hit, if armored. + I:armorEnergyPerHit=80 + + # How well this Jetpack/Fluxpack can protect the user from damage, if armored. The higher the value, the stronger the armor will be. + I:armorReduction=5 + + # When enabled, this Jetpack will be able to activate Charger Mode. + B:chargerMode=false + + # When enabled, this Jetpack will be able to activate Hover Mode automatically when the wearer is about to die from a fall. + B:emergencyHoverMode=false + + # The enchantability of this Jetpack/Fluxpack. If set to 0, no enchantments can be applied. + I:enchantability=4 + + # The maximum amount of energy that this pack can hold. + I:energyCapacity=80000 + + # The amount of energy that can be inserted into this Jetpack/Fluxpack per tick from external sources. + I:energyPerTickIn=400 + + # The amount of energy that this Jetpack/Fluxpack uses every tick, when being used. + I:energyUsage=32 + + # The speed of this Jetpack when flying sideways. This is mostly noticeable in Hover Mode. + D:speedSideways=0.0 + + # The maximum vertical speed of this Jetpack when flying. + D:speedVertical=0.22 + + # The maximum vertical speed of this Jetpack when flying in Hover Mode. + D:speedVerticalHover=0.18 + + # The maximum vertical speed of this Jetpack when slowly descending in Hover Mode. + D:speedVerticalHoverSlow=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:sprintEnergyModifier=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:sprintSpeedModifier=1.0 + } + + jetpack_vanilla2 { + # The vertical acceleration of this Jetpack when flying, every tick, this amount of vertical speed will be added until maximum speed is reached. + D:accelVertical=0.12 + + # How much energy is lost from this Jetpack/Fluxpack when the user is hit, if armored. + I:armorEnergyPerHit=80 + + # How well this Jetpack/Fluxpack can protect the user from damage, if armored. The higher the value, the stronger the armor will be. + I:armorReduction=6 + + # When enabled, this Jetpack will be able to activate Charger Mode. + B:chargerMode=false + + # When enabled, this Jetpack will be able to activate Hover Mode automatically when the wearer is about to die from a fall. + B:emergencyHoverMode=false + + # The enchantability of this Jetpack/Fluxpack. If set to 0, no enchantments can be applied. + I:enchantability=8 + + # The maximum amount of energy that this pack can hold. + I:energyCapacity=400000 + + # The amount of energy that can be inserted into this Jetpack/Fluxpack per tick from external sources. + I:energyPerTickIn=2000 + + # The amount of energy that this Jetpack/Fluxpack uses every tick, when being used. + I:energyUsage=50 + + # The speed of this Jetpack when flying sideways. This is mostly noticeable in Hover Mode. + D:speedSideways=0.1 + + # The maximum vertical speed of this Jetpack when flying. + D:speedVertical=0.4 + + # The maximum vertical speed of this Jetpack when flying in Hover Mode. + D:speedVerticalHover=0.2 + + # The maximum vertical speed of this Jetpack when slowly descending in Hover Mode. + D:speedVerticalHoverSlow=0.1 + + # 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:sprintEnergyModifier=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:sprintSpeedModifier=1.0 + } + + jetpack_vanilla3 { + # The vertical acceleration of this Jetpack when flying, every tick, this amount of vertical speed will be added until maximum speed is reached. + D:accelVertical=0.14 + + # How much energy is lost from this Jetpack/Fluxpack when the user is hit, if armored. + I:armorEnergyPerHit=160 + + # How well this Jetpack/Fluxpack can protect the user from damage, if armored. The higher the value, the stronger the armor will be. + I:armorReduction=8 + + # When enabled, this Jetpack will be able to activate Charger Mode. + B:chargerMode=false + + # When enabled, this Jetpack will be able to activate Hover Mode automatically when the wearer is about to die from a fall. + B:emergencyHoverMode=true + + # The enchantability of this Jetpack/Fluxpack. If set to 0, no enchantments can be applied. + I:enchantability=17 + + # The maximum amount of energy that this pack can hold. + I:energyCapacity=20000000 + + # The amount of energy that can be inserted into this Jetpack/Fluxpack per tick from external sources. + I:energyPerTickIn=50000 + + # The amount of energy that this Jetpack/Fluxpack uses every tick, when being used. + I:energyUsage=450 + + # The speed of this Jetpack when flying sideways. This is mostly noticeable in Hover Mode. + D:speedSideways=0.19 + + # The maximum vertical speed of this Jetpack when flying. + D:speedVertical=0.8 + + # The maximum vertical speed of this Jetpack when flying in Hover Mode. + D:speedVerticalHover=0.4 + + # The maximum vertical speed of this Jetpack when slowly descending in Hover Mode. + D:speedVerticalHoverSlow=0.005 + + # 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:sprintEnergyModifier=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:sprintSpeedModifier=1.8 + } + + } + + enderio { + + jetpack_eio1 { + # The vertical acceleration of this Jetpack when flying, every tick, this amount of vertical speed will be added until maximum speed is reached. + D:accelVertical=0.1 + + # How much energy is lost from this Jetpack/Fluxpack when the user is hit, if armored. + I:armorEnergyPerHit=80 + + # How well this Jetpack/Fluxpack can protect the user from damage, if armored. The higher the value, the stronger the armor will be. + I:armorReduction=5 + + # When enabled, this Jetpack will be able to activate Charger Mode. + B:chargerMode=false + + # When enabled, this Jetpack will be able to activate Hover Mode automatically when the wearer is about to die from a fall. + B:emergencyHoverMode=false + + # The enchantability of this Jetpack/Fluxpack. If set to 0, no enchantments can be applied. + I:enchantability=4 + + # The maximum amount of energy that this pack can hold. + I:energyCapacity=80000 + + # The amount of energy that can be inserted into this Jetpack/Fluxpack per tick from external sources. + I:energyPerTickIn=400 + + # The amount of energy that this Jetpack/Fluxpack uses every tick, when being used. + I:energyUsage=32 + + # The speed of this Jetpack when flying sideways. This is mostly noticeable in Hover Mode. + D:speedSideways=0.0 + + # The maximum vertical speed of this Jetpack when flying. + D:speedVertical=0.22 + + # The maximum vertical speed of this Jetpack when flying in Hover Mode. + D:speedVerticalHover=0.18 + + # The maximum vertical speed of this Jetpack when slowly descending in Hover Mode. + D:speedVerticalHoverSlow=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:sprintEnergyModifier=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:sprintSpeedModifier=1.0 + } + + jetpack_eio2 { + # The vertical acceleration of this Jetpack when flying, every tick, this amount of vertical speed will be added until maximum speed is reached. + D:accelVertical=0.12 + + # How much energy is lost from this Jetpack/Fluxpack when the user is hit, if armored. + I:armorEnergyPerHit=100 + + # How well this Jetpack/Fluxpack can protect the user from damage, if armored. The higher the value, the stronger the armor will be. + I:armorReduction=6 + + # When enabled, this Jetpack will be able to activate Charger Mode. + B:chargerMode=false + + # When enabled, this Jetpack will be able to activate Hover Mode automatically when the wearer is about to die from a fall. + B:emergencyHoverMode=false + + # The enchantability of this Jetpack/Fluxpack. If set to 0, no enchantments can be applied. + I:enchantability=8 + + # The maximum amount of energy that this pack can hold. + I:energyCapacity=400000 + + # The amount of energy that can be inserted into this Jetpack/Fluxpack per tick from external sources. + I:energyPerTickIn=2000 + + # The amount of energy that this Jetpack/Fluxpack uses every tick, when being used. + I:energyUsage=50 + + # The speed of this Jetpack when flying sideways. This is mostly noticeable in Hover Mode. + D:speedSideways=0.08 + + # The maximum vertical speed of this Jetpack when flying. + D:speedVertical=0.3 + + # The maximum vertical speed of this Jetpack when flying in Hover Mode. + D:speedVerticalHover=0.18 + + # The maximum vertical speed of this Jetpack when slowly descending in Hover Mode. + D:speedVerticalHoverSlow=0.1 + + # 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:sprintEnergyModifier=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:sprintSpeedModifier=1.0 + } + + jetpack_eio3 { + # The vertical acceleration of this Jetpack when flying, every tick, this amount of vertical speed will be added until maximum speed is reached. + D:accelVertical=0.13 + + # How much energy is lost from this Jetpack/Fluxpack when the user is hit, if armored. + I:armorEnergyPerHit=120 + + # How well this Jetpack/Fluxpack can protect the user from damage, if armored. The higher the value, the stronger the armor will be. + I:armorReduction=7 + + # When enabled, this Jetpack will be able to activate Charger Mode. + B:chargerMode=false + + # When enabled, this Jetpack will be able to activate Hover Mode automatically when the wearer is about to die from a fall. + B:emergencyHoverMode=true + + # The enchantability of this Jetpack/Fluxpack. If set to 0, no enchantments can be applied. + I:enchantability=13 + + # The maximum amount of energy that this pack can hold. + I:energyCapacity=4000000 + + # The amount of energy that can be inserted into this Jetpack/Fluxpack per tick from external sources. + I:energyPerTickIn=20000 + + # The amount of energy that this Jetpack/Fluxpack uses every tick, when being used. + I:energyUsage=200 + + # The speed of this Jetpack when flying sideways. This is mostly noticeable in Hover Mode. + D:speedSideways=0.14 + + # The maximum vertical speed of this Jetpack when flying. + D:speedVertical=0.48 + + # The maximum vertical speed of this Jetpack when flying in Hover Mode. + D:speedVerticalHover=0.34 + + # The maximum vertical speed of this Jetpack when slowly descending in Hover Mode. + D:speedVerticalHoverSlow=0.03 + + # 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:sprintEnergyModifier=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:sprintSpeedModifier=1.3 + } + + jetpack_eio4 { + # The vertical acceleration of this Jetpack when flying, every tick, this amount of vertical speed will be added until maximum speed is reached. + D:accelVertical=0.14 + + # How much energy is lost from this Jetpack/Fluxpack when the user is hit, if armored. + I:armorEnergyPerHit=160 + + # How well this Jetpack/Fluxpack can protect the user from damage, if armored. The higher the value, the stronger the armor will be. + I:armorReduction=8 + + # When enabled, this Jetpack will be able to activate Charger Mode. + B:chargerMode=false + + # When enabled, this Jetpack will be able to activate Hover Mode automatically when the wearer is about to die from a fall. + B:emergencyHoverMode=true + + # The enchantability of this Jetpack/Fluxpack. If set to 0, no enchantments can be applied. + I:enchantability=17 + + # The maximum amount of energy that this pack can hold. + I:energyCapacity=20000000 + + # The amount of energy that can be inserted into this Jetpack/Fluxpack per tick from external sources. + I:energyPerTickIn=50000 + + # The amount of energy that this Jetpack/Fluxpack uses every tick, when being used. + I:energyUsage=450 + + # The speed of this Jetpack when flying sideways. This is mostly noticeable in Hover Mode. + D:speedSideways=0.19 + + # The maximum vertical speed of this Jetpack when flying. + D:speedVertical=0.8 + + # The maximum vertical speed of this Jetpack when flying in Hover Mode. + D:speedVerticalHover=0.4 + + # The maximum vertical speed of this Jetpack when slowly descending in Hover Mode. + D:speedVerticalHoverSlow=0.005 + + # 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:sprintEnergyModifier=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:sprintSpeedModifier=1.8 + } + + jetpack_eio5 { + # The vertical acceleration of this Jetpack when flying, every tick, this amount of vertical speed will be added until maximum speed is reached. + D:accelVertical=0.15 + + # How much energy is lost from this Jetpack/Fluxpack when the user is hit, if armored. + I:armorEnergyPerHit=240 + + # How well this Jetpack/Fluxpack can protect the user from damage, if armored. The higher the value, the stronger the armor will be. + I:armorReduction=12 + + # When enabled, this Jetpack will be able to activate Charger Mode. + B:chargerMode=true + + # When enabled, this Jetpack will be able to activate Hover Mode automatically when the wearer is about to die from a fall. + B:emergencyHoverMode=true + + # The enchantability of this Jetpack/Fluxpack. If set to 0, no enchantments can be applied. + I:enchantability=20 + + # The maximum amount of energy that this pack can hold. + I:energyCapacity=60000000 + + # The amount of energy that can be inserted into this Jetpack/Fluxpack per tick from external sources. + I:energyPerTickIn=200000 + + # The amount of energy that can be extracted from this Jetpack/Fluxpack per tick by external sources. Also determines how quickly Jetpacks/Fluxpacks can charge other items. + I:energyPerTickOut=32000 + + # The amount of energy that this Jetpack/Fluxpack uses every tick, when being used. + I:energyUsage=850 + + # The speed of this Jetpack when flying sideways. This is mostly noticeable in Hover Mode. + D:speedSideways=0.21 + + # The maximum vertical speed of this Jetpack when flying. + D:speedVertical=0.9 + + # The maximum vertical speed of this Jetpack when flying in Hover Mode. + D:speedVerticalHover=0.45 + + # The maximum vertical speed of this Jetpack when slowly descending in Hover Mode. + D:speedVerticalHoverSlow=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:sprintEnergyModifier=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:sprintSpeedModifier=2.4 + } + + fluxpack_eio1 { + # How much energy is lost from this Jetpack/Fluxpack when the user is hit, if armored. + I:armorEnergyPerHit=60 + + # How well this Jetpack/Fluxpack can protect the user from damage, if armored. The higher the value, the stronger the armor will be. + I:armorReduction=4 + + # The enchantability of this Jetpack/Fluxpack. If set to 0, no enchantments can be applied. + I:enchantability=4 + + # The maximum amount of energy that this pack can hold. + I:energyCapacity=800000 + + # The amount of energy that can be inserted into this Jetpack/Fluxpack per tick from external sources. + I:energyPerTickIn=800 + + # The amount of energy that can be extracted from this Jetpack/Fluxpack per tick by external sources. Also determines how quickly Jetpacks/Fluxpacks can charge other items. + I:energyPerTickOut=800 + } + + fluxpack_eio2 { + # How much energy is lost from this Jetpack/Fluxpack when the user is hit, if armored. + I:armorEnergyPerHit=100 + + # How well this Jetpack/Fluxpack can protect the user from damage, if armored. The higher the value, the stronger the armor will be. + I:armorReduction=6 + + # The enchantability of this Jetpack/Fluxpack. If set to 0, no enchantments can be applied. + I:enchantability=6 + + # The maximum amount of energy that this pack can hold. + I:energyCapacity=4000000 + + # The amount of energy that can be inserted into this Jetpack/Fluxpack per tick from external sources. + I:energyPerTickIn=4000 + + # The amount of energy that can be extracted from this Jetpack/Fluxpack per tick by external sources. Also determines how quickly Jetpacks/Fluxpacks can charge other items. + I:energyPerTickOut=4000 + } + + fluxpack_eio3 { + # How much energy is lost from this Jetpack/Fluxpack when the user is hit, if armored. + I:armorEnergyPerHit=140 + + # How well this Jetpack/Fluxpack can protect the user from damage, if armored. The higher the value, the stronger the armor will be. + I:armorReduction=7 + + # The enchantability of this Jetpack/Fluxpack. If set to 0, no enchantments can be applied. + I:enchantability=8 + + # The maximum amount of energy that this pack can hold. + I:energyCapacity=20000000 + + # The amount of energy that can be inserted into this Jetpack/Fluxpack per tick from external sources. + I:energyPerTickIn=20000 + + # The amount of energy that can be extracted from this Jetpack/Fluxpack per tick by external sources. Also determines how quickly Jetpacks/Fluxpacks can charge other items. + I:energyPerTickOut=20000 + } + + } + + te { + + jetpack_te1 { + # The vertical acceleration of this Jetpack when flying, every tick, this amount of vertical speed will be added until maximum speed is reached. + D:accelVertical=0.1 + + # How much energy is lost from this Jetpack/Fluxpack when the user is hit, if armored. + I:armorEnergyPerHit=80 + + # How well this Jetpack/Fluxpack can protect the user from damage, if armored. The higher the value, the stronger the armor will be. + I:armorReduction=5 + + # When enabled, this Jetpack will be able to activate Charger Mode. + B:chargerMode=false + + # When enabled, this Jetpack will be able to activate Hover Mode automatically when the wearer is about to die from a fall. + B:emergencyHoverMode=false + + # The enchantability of this Jetpack/Fluxpack. If set to 0, no enchantments can be applied. + I:enchantability=4 + + # The maximum amount of energy that this pack can hold. + I:energyCapacity=800000 + + # The amount of energy that can be inserted into this Jetpack/Fluxpack per tick from external sources. + I:energyPerTickIn=1500 + + # The amount of energy that this Jetpack/Fluxpack uses every tick, when being used. + I:energyUsage=32 + + # The speed of this Jetpack when flying sideways. This is mostly noticeable in Hover Mode. + D:speedSideways=0.0 + + # The maximum vertical speed of this Jetpack when flying. + D:speedVertical=0.22 + + # The maximum vertical speed of this Jetpack when flying in Hover Mode. + D:speedVerticalHover=0.18 + + # The maximum vertical speed of this Jetpack when slowly descending in Hover Mode. + D:speedVerticalHoverSlow=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:sprintEnergyModifier=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:sprintSpeedModifier=1.0 + } + + jetpack_te2 { + # The vertical acceleration of this Jetpack when flying, every tick, this amount of vertical speed will be added until maximum speed is reached. + D:accelVertical=0.12 + + # How much energy is lost from this Jetpack/Fluxpack when the user is hit, if armored. + I:armorEnergyPerHit=80 + + # How well this Jetpack/Fluxpack can protect the user from damage, if armored. The higher the value, the stronger the armor will be. + I:armorReduction=6 + + # When enabled, this Jetpack will be able to activate Charger Mode. + B:chargerMode=false + + # When enabled, this Jetpack will be able to activate Hover Mode automatically when the wearer is about to die from a fall. + B:emergencyHoverMode=false + + # The enchantability of this Jetpack/Fluxpack. If set to 0, no enchantments can be applied. + I:enchantability=8 + + # The maximum amount of energy that this pack can hold. + I:energyCapacity=3000000 + + # The amount of energy that can be inserted into this Jetpack/Fluxpack per tick from external sources. + I:energyPerTickIn=8000 + + # The amount of energy that this Jetpack/Fluxpack uses every tick, when being used. + I:energyUsage=50 + + # The speed of this Jetpack when flying sideways. This is mostly noticeable in Hover Mode. + D:speedSideways=0.08 + + # The maximum vertical speed of this Jetpack when flying. + D:speedVertical=0.3 + + # The maximum vertical speed of this Jetpack when flying in Hover Mode. + D:speedVerticalHover=0.18 + + # The maximum vertical speed of this Jetpack when slowly descending in Hover Mode. + D:speedVerticalHoverSlow=0.1 + + # 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:sprintEnergyModifier=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:sprintSpeedModifier=1.0 + } + + jetpack_te3 { + # The vertical acceleration of this Jetpack when flying, every tick, this amount of vertical speed will be added until maximum speed is reached. + D:accelVertical=0.13 + + # How much energy is lost from this Jetpack/Fluxpack when the user is hit, if armored. + I:armorEnergyPerHit=120 + + # How well this Jetpack/Fluxpack can protect the user from damage, if armored. The higher the value, the stronger the armor will be. + I:armorReduction=7 + + # When enabled, this Jetpack will be able to activate Charger Mode. + B:chargerMode=false + + # When enabled, this Jetpack will be able to activate Hover Mode automatically when the wearer is about to die from a fall. + B:emergencyHoverMode=true + + # The enchantability of this Jetpack/Fluxpack. If set to 0, no enchantments can be applied. + I:enchantability=13 + + # The maximum amount of energy that this pack can hold. + I:energyCapacity=6000000 + + # The amount of energy that can be inserted into this Jetpack/Fluxpack per tick from external sources. + I:energyPerTickIn=15000 + + # The amount of energy that this Jetpack/Fluxpack uses every tick, when being used. + I:energyUsage=200 + + # The speed of this Jetpack when flying sideways. This is mostly noticeable in Hover Mode. + D:speedSideways=0.14 + + # The maximum vertical speed of this Jetpack when flying. + D:speedVertical=0.48 + + # The maximum vertical speed of this Jetpack when flying in Hover Mode. + D:speedVerticalHover=0.34 + + # The maximum vertical speed of this Jetpack when slowly descending in Hover Mode. + D:speedVerticalHoverSlow=0.03 + + # 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:sprintEnergyModifier=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:sprintSpeedModifier=1.3 + } + + jetpack_te4 { + # The vertical acceleration of this Jetpack when flying, every tick, this amount of vertical speed will be added until maximum speed is reached. + D:accelVertical=0.14 + + # How much energy is lost from this Jetpack/Fluxpack when the user is hit, if armored. + I:armorEnergyPerHit=160 + + # How well this Jetpack/Fluxpack can protect the user from damage, if armored. The higher the value, the stronger the armor will be. + I:armorReduction=8 + + # When enabled, this Jetpack will be able to activate Charger Mode. + B:chargerMode=false + + # When enabled, this Jetpack will be able to activate Hover Mode automatically when the wearer is about to die from a fall. + B:emergencyHoverMode=true + + # The enchantability of this Jetpack/Fluxpack. If set to 0, no enchantments can be applied. + I:enchantability=17 + + # The maximum amount of energy that this pack can hold. + I:energyCapacity=25000000 + + # The amount of energy that can be inserted into this Jetpack/Fluxpack per tick from external sources. + I:energyPerTickIn=20000 + + # The amount of energy that this Jetpack/Fluxpack uses every tick, when being used. + I:energyUsage=450 + + # The speed of this Jetpack when flying sideways. This is mostly noticeable in Hover Mode. + D:speedSideways=0.19 + + # The maximum vertical speed of this Jetpack when flying. + D:speedVertical=0.8 + + # The maximum vertical speed of this Jetpack when flying in Hover Mode. + D:speedVerticalHover=0.4 + + # The maximum vertical speed of this Jetpack when slowly descending in Hover Mode. + D:speedVerticalHoverSlow=0.005 + + # 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:sprintEnergyModifier=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:sprintSpeedModifier=1.8 + } + + jetpack_te5 { + # The vertical acceleration of this Jetpack when flying, every tick, this amount of vertical speed will be added until maximum speed is reached. + D:accelVertical=0.15 + + # How much energy is lost from this Jetpack/Fluxpack when the user is hit, if armored. + I:armorEnergyPerHit=240 + + # How well this Jetpack/Fluxpack can protect the user from damage, if armored. The higher the value, the stronger the armor will be. + I:armorReduction=12 + + # When enabled, this Jetpack will be able to activate Charger Mode. + B:chargerMode=true + + # When enabled, this Jetpack will be able to activate Hover Mode automatically when the wearer is about to die from a fall. + B:emergencyHoverMode=true + + # The enchantability of this Jetpack/Fluxpack. If set to 0, no enchantments can be applied. + I:enchantability=20 + + # The maximum amount of energy that this pack can hold. + I:energyCapacity=50000000 + + # The amount of energy that can be inserted into this Jetpack/Fluxpack per tick from external sources. + I:energyPerTickIn=30000 + + # The amount of energy that can be extracted from this Jetpack/Fluxpack per tick by external sources. Also determines how quickly Jetpacks/Fluxpacks can charge other items. + I:energyPerTickOut=30000 + + # The amount of energy that this Jetpack/Fluxpack uses every tick, when being used. + I:energyUsage=850 + + # The speed of this Jetpack when flying sideways. This is mostly noticeable in Hover Mode. + D:speedSideways=0.21 + + # The maximum vertical speed of this Jetpack when flying. + D:speedVertical=0.9 + + # The maximum vertical speed of this Jetpack when flying in Hover Mode. + D:speedVerticalHover=0.45 + + # The maximum vertical speed of this Jetpack when slowly descending in Hover Mode. + D:speedVerticalHoverSlow=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:sprintEnergyModifier=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:sprintSpeedModifier=2.4 + } + + fluxpack_te1 { + # How much energy is lost from this Jetpack/Fluxpack when the user is hit, if armored. + I:armorEnergyPerHit=60 + + # How well this Jetpack/Fluxpack can protect the user from damage, if armored. The higher the value, the stronger the armor will be. + I:armorReduction=4 + + # The enchantability of this Jetpack/Fluxpack. If set to 0, no enchantments can be applied. + I:enchantability=4 + + # The maximum amount of energy that this pack can hold. + I:energyCapacity=1500000 + + # The amount of energy that can be inserted into this Jetpack/Fluxpack per tick from external sources. + I:energyPerTickIn=800 + + # The amount of energy that can be extracted from this Jetpack/Fluxpack per tick by external sources. Also determines how quickly Jetpacks/Fluxpacks can charge other items. + I:energyPerTickOut=800 + } + + fluxpack_te2 { + # How much energy is lost from this Jetpack/Fluxpack when the user is hit, if armored. + I:armorEnergyPerHit=100 + + # How well this Jetpack/Fluxpack can protect the user from damage, if armored. The higher the value, the stronger the armor will be. + I:armorReduction=6 + + # The enchantability of this Jetpack/Fluxpack. If set to 0, no enchantments can be applied. + I:enchantability=6 + + # The maximum amount of energy that this pack can hold. + I:energyCapacity=12000000 + + # The amount of energy that can be inserted into this Jetpack/Fluxpack per tick from external sources. + I:energyPerTickIn=6000 + + # The amount of energy that can be extracted from this Jetpack/Fluxpack per tick by external sources. Also determines how quickly Jetpacks/Fluxpacks can charge other items. + I:energyPerTickOut=6000 + } + + fluxpack_te3 { + # How much energy is lost from this Jetpack/Fluxpack when the user is hit, if armored. + I:armorEnergyPerHit=140 + + # How well this Jetpack/Fluxpack can protect the user from damage, if armored. The higher the value, the stronger the armor will be. + I:armorReduction=7 + + # The enchantability of this Jetpack/Fluxpack. If set to 0, no enchantments can be applied. + I:enchantability=8 + + # The maximum amount of energy that this pack can hold. + I:energyCapacity=40000000 + + # The amount of energy that can be inserted into this Jetpack/Fluxpack per tick from external sources. + I:energyPerTickIn=20000 + + # The amount of energy that can be extracted from this Jetpack/Fluxpack per tick by external sources. Also determines how quickly Jetpacks/Fluxpacks can charge other items. + I:energyPerTickOut=20000 + } + + fluxpack_te4 { + # How much energy is lost from this Jetpack/Fluxpack when the user is hit, if armored. + I:armorEnergyPerHit=160 + + # How well this Jetpack/Fluxpack can protect the user from damage, if armored. The higher the value, the stronger the armor will be. + I:armorReduction=7 + + # The enchantability of this Jetpack/Fluxpack. If set to 0, no enchantments can be applied. + I:enchantability=10 + + # The maximum amount of energy that this pack can hold. + I:energyCapacity=80000000 + + # The amount of energy that can be inserted into this Jetpack/Fluxpack per tick from external sources. + I:energyPerTickIn=32000 + + # The amount of energy that can be extracted from this Jetpack/Fluxpack per tick by external sources. Also determines how quickly Jetpacks/Fluxpacks can charge other items. + I:energyPerTickOut=32000 + } + + } + + ie { + + jetpack_ie1 { + # The vertical acceleration of this Jetpack when flying, every tick, this amount of vertical speed will be added until maximum speed is reached. + D:accelVertical=0.1 + + # How much energy is lost from this Jetpack/Fluxpack when the user is hit, if armored. + I:armorEnergyPerHit=80 + + # How well this Jetpack/Fluxpack can protect the user from damage, if armored. The higher the value, the stronger the armor will be. + I:armorReduction=5 + + # When enabled, this Jetpack will be able to activate Charger Mode. + B:chargerMode=false + + # When enabled, this Jetpack will be able to activate Hover Mode automatically when the wearer is about to die from a fall. + B:emergencyHoverMode=false + + # The enchantability of this Jetpack/Fluxpack. If set to 0, no enchantments can be applied. + I:enchantability=4 + + # The maximum amount of energy that this pack can hold. + I:energyCapacity=80000 + + # The amount of energy that can be inserted into this Jetpack/Fluxpack per tick from external sources. + I:energyPerTickIn=400 + + # The amount of energy that this Jetpack/Fluxpack uses every tick, when being used. + I:energyUsage=32 + + # The speed of this Jetpack when flying sideways. This is mostly noticeable in Hover Mode. + D:speedSideways=0.0 + + # The maximum vertical speed of this Jetpack when flying. + D:speedVertical=0.22 + + # The maximum vertical speed of this Jetpack when flying in Hover Mode. + D:speedVerticalHover=0.18 + + # The maximum vertical speed of this Jetpack when slowly descending in Hover Mode. + D:speedVerticalHoverSlow=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:sprintEnergyModifier=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:sprintSpeedModifier=1.0 + } + + jetpack_ie2 { + # The vertical acceleration of this Jetpack when flying, every tick, this amount of vertical speed will be added until maximum speed is reached. + D:accelVertical=0.12 + + # How much energy is lost from this Jetpack/Fluxpack when the user is hit, if armored. + I:armorEnergyPerHit=100 + + # How well this Jetpack/Fluxpack can protect the user from damage, if armored. The higher the value, the stronger the armor will be. + I:armorReduction=6 + + # When enabled, this Jetpack will be able to activate Charger Mode. + B:chargerMode=false + + # When enabled, this Jetpack will be able to activate Hover Mode automatically when the wearer is about to die from a fall. + B:emergencyHoverMode=false + + # The enchantability of this Jetpack/Fluxpack. If set to 0, no enchantments can be applied. + I:enchantability=8 + + # The maximum amount of energy that this pack can hold. + I:energyCapacity=400000 + + # The amount of energy that can be inserted into this Jetpack/Fluxpack per tick from external sources. + I:energyPerTickIn=2000 + + # The amount of energy that this Jetpack/Fluxpack uses every tick, when being used. + I:energyUsage=50 + + # The speed of this Jetpack when flying sideways. This is mostly noticeable in Hover Mode. + D:speedSideways=0.08 + + # The maximum vertical speed of this Jetpack when flying. + D:speedVertical=0.3 + + # The maximum vertical speed of this Jetpack when flying in Hover Mode. + D:speedVerticalHover=0.18 + + # The maximum vertical speed of this Jetpack when slowly descending in Hover Mode. + D:speedVerticalHoverSlow=0.1 + + # 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:sprintEnergyModifier=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:sprintSpeedModifier=1.0 + } + + jetpack_ie3 { + # The vertical acceleration of this Jetpack when flying, every tick, this amount of vertical speed will be added until maximum speed is reached. + D:accelVertical=0.13 + + # How much energy is lost from this Jetpack/Fluxpack when the user is hit, if armored. + I:armorEnergyPerHit=120 + + # How well this Jetpack/Fluxpack can protect the user from damage, if armored. The higher the value, the stronger the armor will be. + I:armorReduction=7 + + # When enabled, this Jetpack will be able to activate Charger Mode. + B:chargerMode=false + + # When enabled, this Jetpack will be able to activate Hover Mode automatically when the wearer is about to die from a fall. + B:emergencyHoverMode=true + + # The enchantability of this Jetpack/Fluxpack. If set to 0, no enchantments can be applied. + I:enchantability=13 + + # The maximum amount of energy that this pack can hold. + I:energyCapacity=4000000 + + # The amount of energy that can be inserted into this Jetpack/Fluxpack per tick from external sources. + I:energyPerTickIn=20000 + + # The amount of energy that this Jetpack/Fluxpack uses every tick, when being used. + I:energyUsage=200 + + # The speed of this Jetpack when flying sideways. This is mostly noticeable in Hover Mode. + D:speedSideways=0.14 + + # The maximum vertical speed of this Jetpack when flying. + D:speedVertical=0.48 + + # The maximum vertical speed of this Jetpack when flying in Hover Mode. + D:speedVerticalHover=0.34 + + # The maximum vertical speed of this Jetpack when slowly descending in Hover Mode. + D:speedVerticalHoverSlow=0.03 + + # 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:sprintEnergyModifier=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:sprintSpeedModifier=1.3 + } + + } + +} + + diff --git a/config/snad.cfg b/config/snad.cfg new file mode 100644 index 00000000..93188871 --- /dev/null +++ b/config/snad.cfg @@ -0,0 +1,7 @@ +# Configuration file + +"general configs" { + I:"Speed Increase Multiplier"=2 +} + + diff --git a/config/solcarrot.cfg b/config/solcarrot.cfg new file mode 100644 index 00000000..4cce0b48 --- /dev/null +++ b/config/solcarrot.cfg @@ -0,0 +1,52 @@ +# 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 + > + + # 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=2 + + # 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/soulshardsrespawn/multiblock.json b/config/soulshardsrespawn/multiblock.json new file mode 100644 index 00000000..0d1adab8 --- /dev/null +++ b/config/soulshardsrespawn/multiblock.json @@ -0,0 +1,32 @@ +{ + "catalyst": { + "item": "minecraft:diamond", + "data": 0 + }, + "shape": [ + "OQO", + "QGQ", + "OQO" + ], + "origin": { + "x": 1, + "y": 1 + }, + "definition": { + "O": { + "states": [ + "minecraft:obsidian" + ] + }, + "Q": { + "states": [ + "minecraft:quartz_block" + ] + }, + "G": { + "states": [ + "minecraft:glowstone" + ] + } + } +} \ No newline at end of file diff --git a/config/soulshardsrespawn/soulshardsrespawn.cfg b/config/soulshardsrespawn/soulshardsrespawn.cfg new file mode 100644 index 00000000..e86456f6 --- /dev/null +++ b/config/soulshardsrespawn/soulshardsrespawn.cfg @@ -0,0 +1,3589 @@ +# Configuration file + +balance { + # The amount of souls to absorb from Mob Spawners. [range: 0 ~ 2147483647, default: 200] + I:absorptionBonus=200 + + # Adds a shapeless recipe that allows shards to be reset fresh. [default: true] + B:addShardResetRecipe=true + + # Allows boss mobs to be spawned by cages. Some bosses (like the Ender Dragon) have custom logic which causes them to not work properly when spawned. [default: false] + B:allowBossSpawns=false + + # Allows fake players to grow Shards in their inventories. [default: false] + B:allowFakePlayers=false + + # Allows shards of the same entity to be combined in an anvil for a direct kill addition. [default: true] + B:allowShardCombination=true + + # Allow shards to absorb Mob Spawners of the same entity type. [default: true] + B:allowSpawnerAbsorption=true + + # Mobs spawned via the cage should count toward shard kills. [default: false] + B:countCageBornForShard=false + + # Mobs spawned via the cage will drop experience. [default: true] + B:dropExperience=true + + # The maximum amount of cage born mobs that a cage can have in a 16 block radius before shutting off. [range: 0 ~ 256, default: 30] + I:spawnCap=30 +} + + +client { + # Displays a durability bar for how full the shard is compared to the max tier available. [default: true] + B:displayDurabilityBar=true + + # Displays a shard for every enabled entity in the creative tab. [default: false] + B:explodeCreativeTab=false + + # Adds blacklisted entities to the creative tab if "explodeCreativeTab" is true. [default: false] + B:ignoreBlacklistForTab=false +} + + +compat { + + bloodmagic { + # Requires each mob spawned to cost LP. [default: false] + B:spawnsRequireLP=false + } + + chickens { + # Runs some horribly hacky code to differentiate between the different chicken types. [default: true] + B:differentiateBetweenChickens=true + } + +} + + +########################################################################################################## +# entity_list +#--------------------------------------------------------------------------------------------------------# +# Enabling boss mobs is not supported. If they work, great. If not, oh well. +########################################################################################################## + +entity_list { + # Allows the gathering and spawning of abyssalcraft.abygolem [default: true] + B:"abyssalcraft:abygolem"=true + + # Allows the gathering and spawning of abyssalcraft.abyssalzombie [default: true] + B:"abyssalcraft:abyssalzombie"=true + + # Allows the gathering and spawning of abyssalcraft.antiabyssalzombie [default: true] + B:"abyssalcraft:antiabyssalzombie"=true + + # Allows the gathering and spawning of abyssalcraft.antibat [default: true] + B:"abyssalcraft:antibat"=true + + # Allows the gathering and spawning of abyssalcraft.antichicken [default: true] + B:"abyssalcraft:antichicken"=true + + # Allows the gathering and spawning of abyssalcraft.anticow [default: true] + B:"abyssalcraft:anticow"=true + + # Allows the gathering and spawning of abyssalcraft.anticreeper [default: true] + B:"abyssalcraft:anticreeper"=true + + # Allows the gathering and spawning of abyssalcraft.antighoul [default: true] + B:"abyssalcraft:antighoul"=true + + # Allows the gathering and spawning of abyssalcraft.antipig [default: true] + B:"abyssalcraft:antipig"=true + + # Allows the gathering and spawning of abyssalcraft.antiplayer [default: true] + B:"abyssalcraft:antiplayer"=true + + # Allows the gathering and spawning of abyssalcraft.antiskeleton [default: true] + B:"abyssalcraft:antiskeleton"=true + + # Allows the gathering and spawning of abyssalcraft.antispider [default: true] + B:"abyssalcraft:antispider"=true + + # Allows the gathering and spawning of abyssalcraft.antizombie [default: true] + B:"abyssalcraft:antizombie"=true + + # Allows the gathering and spawning of abyssalcraft.chagaroth [default: true] + B:"abyssalcraft:chagaroth"=true + + # Allows the gathering and spawning of abyssalcraft.chagarothfist [default: true] + B:"abyssalcraft:chagarothfist"=true + + # Allows the gathering and spawning of abyssalcraft.chagarothspawn [default: true] + B:"abyssalcraft:chagarothspawn"=true + + # Allows the gathering and spawning of abyssalcraft.coraliumsquid [default: true] + B:"abyssalcraft:coraliumsquid"=true + + # Allows the gathering and spawning of abyssalcraft.demonchicken [default: true] + B:"abyssalcraft:demonchicken"=true + + # Allows the gathering and spawning of abyssalcraft.demoncow [default: true] + B:"abyssalcraft:demoncow"=true + + # Allows the gathering and spawning of abyssalcraft.demonpig [default: true] + B:"abyssalcraft:demonpig"=true + + # Allows the gathering and spawning of abyssalcraft.demonsheep [default: true] + B:"abyssalcraft:demonsheep"=true + + # Allows the gathering and spawning of abyssalcraft.depthsghoul [default: true] + B:"abyssalcraft:depthsghoul"=true + + # Allows the gathering and spawning of abyssalcraft.dragonboss [default: true] + B:"abyssalcraft:dragonboss"=true + + # Allows the gathering and spawning of abyssalcraft.dragonminion [default: true] + B:"abyssalcraft:dragonminion"=true + + # Allows the gathering and spawning of abyssalcraft.dreadgolem [default: true] + B:"abyssalcraft:dreadgolem"=true + + # Allows the gathering and spawning of abyssalcraft.dreadguard [default: true] + B:"abyssalcraft:dreadguard"=true + + # Allows the gathering and spawning of abyssalcraft.dreadling [default: true] + B:"abyssalcraft:dreadling"=true + + # Allows the gathering and spawning of abyssalcraft.dreadspawn [default: true] + B:"abyssalcraft:dreadspawn"=true + + # Allows the gathering and spawning of abyssalcraft.evilchicken [default: true] + B:"abyssalcraft:evilchicken"=true + + # Allows the gathering and spawning of abyssalcraft.evilcow [default: true] + B:"abyssalcraft:evilcow"=true + + # Allows the gathering and spawning of abyssalcraft.evilpig [default: true] + B:"abyssalcraft:evilpig"=true + + # Allows the gathering and spawning of abyssalcraft.evilsheep [default: true] + B:"abyssalcraft:evilsheep"=true + + # Allows the gathering and spawning of abyssalcraft.greaterdreadspawn [default: true] + B:"abyssalcraft:greaterdreadspawn"=true + + # Allows the gathering and spawning of abyssalcraft.gskeleton [default: true] + B:"abyssalcraft:gskeleton"=true + + # Allows the gathering and spawning of abyssalcraft.Jzahar [default: true] + B:"abyssalcraft:jzahar"=true + + # Allows the gathering and spawning of abyssalcraft.jzaharminion [default: true] + B:"abyssalcraft:jzaharminion"=true + + # Allows the gathering and spawning of abyssalcraft.lesserdreadbeast [default: true] + B:"abyssalcraft:lesserdreadbeast"=true + + # Allows the gathering and spawning of abyssalcraft.lessershoggoth [default: true] + B:"abyssalcraft:lessershoggoth"=true + + # Allows the gathering and spawning of abyssalcraft.omotholghoul [default: true] + B:"abyssalcraft:omotholghoul"=true + + # Allows the gathering and spawning of abyssalcraft.remnant [default: true] + B:"abyssalcraft:remnant"=true + + # Allows the gathering and spawning of abyssalcraft.shadowbeast [default: true] + B:"abyssalcraft:shadowbeast"=true + + # Allows the gathering and spawning of abyssalcraft.shadowboss [default: true] + B:"abyssalcraft:shadowboss"=true + + # Allows the gathering and spawning of abyssalcraft.shadowcreature [default: true] + B:"abyssalcraft:shadowcreature"=true + + # Allows the gathering and spawning of abyssalcraft.shadowmonster [default: true] + B:"abyssalcraft:shadowmonster"=true + + # Allows the gathering and spawning of abyssalcraft.shuboffspring [default: true] + B:"abyssalcraft:shuboffspring"=true + + # Allows the gathering and spawning of aechor_plant [default: true] + B:"aether_legacy:aechor_plant"=true + + # Allows the gathering and spawning of aerbunny [default: true] + B:"aether_legacy:aerbunny"=true + + # Allows the gathering and spawning of aerwhale [default: true] + B:"aether_legacy:aerwhale"=true + + # Allows the gathering and spawning of cockatrice [default: true] + B:"aether_legacy:cockatrice"=true + + # Allows the gathering and spawning of fire_ball [default: true] + B:"aether_legacy:fire_ball"=true + + # Allows the gathering and spawning of fire_minion [default: true] + B:"aether_legacy:fire_minion"=true + + # Allows the gathering and spawning of flying_cow [default: true] + B:"aether_legacy:flying_cow"=true + + # Allows the gathering and spawning of ice_ball [default: true] + B:"aether_legacy:ice_ball"=true + + # Allows the gathering and spawning of mimic [default: true] + B:"aether_legacy:mimic"=true + + # Allows the gathering and spawning of mini_cloud [default: true] + B:"aether_legacy:mini_cloud"=true + + # Allows the gathering and spawning of moa [default: true] + B:"aether_legacy:moa"=true + + # Allows the gathering and spawning of phyg [default: true] + B:"aether_legacy:phyg"=true + + # Allows the gathering and spawning of sentry [default: true] + B:"aether_legacy:sentry"=true + + # Allows the gathering and spawning of sheepuff [default: true] + B:"aether_legacy:sheepuff"=true + + # Allows the gathering and spawning of slider [default: true] + B:"aether_legacy:slider"=true + + # Allows the gathering and spawning of sun_spirit [default: true] + B:"aether_legacy:sun_spirit"=true + + # Allows the gathering and spawning of swet [default: true] + B:"aether_legacy:swet"=true + + # Allows the gathering and spawning of thunder_ball [default: true] + B:"aether_legacy:thunder_ball"=true + + # Allows the gathering and spawning of valkyrie [default: true] + B:"aether_legacy:valkyrie"=true + + # Allows the gathering and spawning of valkyrie_queen [default: true] + B:"aether_legacy:valkyrie_queen"=true + + # Allows the gathering and spawning of whirlwind [default: true] + B:"aether_legacy:whirlwind"=true + + # Allows the gathering and spawning of zephyr [default: true] + B:"aether_legacy:zephyr"=true + + # Allows the gathering and spawning of aoa3.abyssal_lottoman [default: true] + B:"aoa3:abyssal_lottoman"=true + + # Allows the gathering and spawning of aoa3.airhead [default: true] + B:"aoa3:airhead"=true + + # Allows the gathering and spawning of aoa3.alarmo [default: true] + B:"aoa3:alarmo"=true + + # Allows the gathering and spawning of aoa3.alluricorn [default: true] + B:"aoa3:alluricorn"=true + + # Allows the gathering and spawning of aoa3.ambient_pixon [default: true] + B:"aoa3:ambient_pixon"=true + + # Allows the gathering and spawning of aoa3.amphibior [default: true] + B:"aoa3:amphibior"=true + + # Allows the gathering and spawning of aoa3.amphibiyte [default: true] + B:"aoa3:amphibiyte"=true + + # Allows the gathering and spawning of aoa3.ancient_golem [default: true] + B:"aoa3:ancient_golem"=true + + # Allows the gathering and spawning of aoa3.anemia [default: true] + B:"aoa3:anemia"=true + + # Allows the gathering and spawning of aoa3.angelica [default: true] + B:"aoa3:angelica"=true + + # Allows the gathering and spawning of aoa3.angler [default: true] + B:"aoa3:angler"=true + + # Allows the gathering and spawning of aoa3.anima_master [default: true] + B:"aoa3:anima_master"=true + + # Allows the gathering and spawning of aoa3.apparition [default: true] + B:"aoa3:apparition"=true + + # Allows the gathering and spawning of aoa3.arc_flower [default: true] + B:"aoa3:arc_flower"=true + + # Allows the gathering and spawning of aoa3.arc_wizard [default: true] + B:"aoa3:arc_wizard"=true + + # Allows the gathering and spawning of aoa3.arcbeast [default: true] + B:"aoa3:arcbeast"=true + + # Allows the gathering and spawning of aoa3.archvine [default: true] + B:"aoa3:archvine"=true + + # Allows the gathering and spawning of aoa3.arcworm [default: true] + B:"aoa3:arcworm"=true + + # Allows the gathering and spawning of aoa3.ariel [default: true] + B:"aoa3:ariel"=true + + # Allows the gathering and spawning of aoa3.arkback [default: true] + B:"aoa3:arkback"=true + + # Allows the gathering and spawning of aoa3.arkzyne [default: true] + B:"aoa3:arkzyne"=true + + # Allows the gathering and spawning of aoa3.arocknid [default: true] + B:"aoa3:arocknid"=true + + # Allows the gathering and spawning of aoa3.assassin [default: true] + B:"aoa3:assassin"=true + + # Allows the gathering and spawning of aoa3.augury_master [default: true] + B:"aoa3:augury_master"=true + + # Allows the gathering and spawning of aoa3.automaton [default: true] + B:"aoa3:automaton"=true + + # Allows the gathering and spawning of aoa3.axiolight [default: true] + B:"aoa3:axiolight"=true + + # Allows the gathering and spawning of aoa3.bane [default: true] + B:"aoa3:bane"=true + + # Allows the gathering and spawning of aoa3.bane_big [default: true] + B:"aoa3:bane_big"=true + + # Allows the gathering and spawning of aoa3.bane_clone [default: true] + B:"aoa3:bane_clone"=true + + # Allows the gathering and spawning of aoa3.banshee [default: true] + B:"aoa3:banshee"=true + + # Allows the gathering and spawning of aoa3.baron_lottoman [default: true] + B:"aoa3:baron_lottoman"=true + + # Allows the gathering and spawning of aoa3.baroness [default: true] + B:"aoa3:baroness"=true + + # Allows the gathering and spawning of aoa3.basilisk [default: true] + B:"aoa3:basilisk"=true + + # Allows the gathering and spawning of aoa3.baumba [default: true] + B:"aoa3:baumba"=true + + # Allows the gathering and spawning of aoa3.black_ursa [default: true] + B:"aoa3:black_ursa"=true + + # Allows the gathering and spawning of aoa3.blissard [default: true] + B:"aoa3:blissard"=true + + # Allows the gathering and spawning of aoa3.bloodlust [default: true] + B:"aoa3:bloodlust"=true + + # Allows the gathering and spawning of aoa3.bloodmist [default: true] + B:"aoa3:bloodmist"=true + + # Allows the gathering and spawning of aoa3.bloodsucker [default: true] + B:"aoa3:bloodsucker"=true + + # Allows the gathering and spawning of aoa3.blooming_pixon [default: true] + B:"aoa3:blooming_pixon"=true + + # Allows the gathering and spawning of aoa3.blue_flower [default: true] + B:"aoa3:blue_flower"=true + + # Allows the gathering and spawning of aoa3.blue_guardian [default: true] + B:"aoa3:blue_guardian"=true + + # Allows the gathering and spawning of aoa3.blue_rune_templar [default: true] + B:"aoa3:blue_rune_templar"=true + + # Allows the gathering and spawning of aoa3.blue_runic_lifeform [default: true] + B:"aoa3:blue_runic_lifeform"=true + + # Allows the gathering and spawning of aoa3.bobo [default: true] + B:"aoa3:bobo"=true + + # Allows the gathering and spawning of aoa3.bomb_carrier [default: true] + B:"aoa3:bomb_carrier"=true + + # Allows the gathering and spawning of aoa3.bone_creature [default: true] + B:"aoa3:bone_creature"=true + + # Allows the gathering and spawning of aoa3.bone_creeper [default: true] + B:"aoa3:bone_creeper"=true + + # Allows the gathering and spawning of aoa3.boneback [default: true] + B:"aoa3:boneback"=true + + # Allows the gathering and spawning of aoa3.boreic_lottoman [default: true] + B:"aoa3:boreic_lottoman"=true + + # Allows the gathering and spawning of aoa3.bouncer [default: true] + B:"aoa3:bouncer"=true + + # Allows the gathering and spawning of aoa3.broccohead [default: true] + B:"aoa3:broccohead"=true + + # Allows the gathering and spawning of aoa3.brute [default: true] + B:"aoa3:brute"=true + + # Allows the gathering and spawning of aoa3.bugeye [default: true] + B:"aoa3:bugeye"=true + + # Allows the gathering and spawning of aoa3.bush_baby [default: true] + B:"aoa3:bush_baby"=true + + # Allows the gathering and spawning of aoa3.butchery_master [default: true] + B:"aoa3:butchery_master"=true + + # Allows the gathering and spawning of aoa3.candied_lottoman [default: true] + B:"aoa3:candied_lottoman"=true + + # Allows the gathering and spawning of aoa3.candy_corny [default: true] + B:"aoa3:candy_corny"=true + + # Allows the gathering and spawning of aoa3.cane_bug [default: true] + B:"aoa3:cane_bug"=true + + # Allows the gathering and spawning of aoa3.carrotop [default: true] + B:"aoa3:carrotop"=true + + # Allows the gathering and spawning of aoa3.case_construct [default: true] + B:"aoa3:case_construct"=true + + # Allows the gathering and spawning of aoa3.cave_creep [default: true] + B:"aoa3:cave_creep"=true + + # Allows the gathering and spawning of aoa3.cave_creepoid [default: true] + B:"aoa3:cave_creepoid"=true + + # Allows the gathering and spawning of aoa3.celevian_lottoman [default: true] + B:"aoa3:celevian_lottoman"=true + + # Allows the gathering and spawning of aoa3.centinel [default: true] + B:"aoa3:centinel"=true + + # Allows the gathering and spawning of aoa3.charger [default: true] + B:"aoa3:charger"=true + + # Allows the gathering and spawning of aoa3.cherry_barrager [default: true] + B:"aoa3:cherry_barrager"=true + + # Allows the gathering and spawning of aoa3.cherry_blaster [default: true] + B:"aoa3:cherry_blaster"=true + + # Allows the gathering and spawning of aoa3.chimera [default: true] + B:"aoa3:chimera"=true + + # Allows the gathering and spawning of aoa3.chocko [default: true] + B:"aoa3:chocko"=true + + # Allows the gathering and spawning of aoa3.chomper [default: true] + B:"aoa3:chomper"=true + + # Allows the gathering and spawning of aoa3.clown [default: true] + B:"aoa3:clown"=true + + # Allows the gathering and spawning of aoa3.clunkhead [default: true] + B:"aoa3:clunkhead"=true + + # Allows the gathering and spawning of aoa3.compeer [default: true] + B:"aoa3:compeer"=true + + # Allows the gathering and spawning of aoa3.coniferon [default: true] + B:"aoa3:coniferon"=true + + # Allows the gathering and spawning of aoa3.construct_flight [default: true] + B:"aoa3:construct_flight"=true + + # Allows the gathering and spawning of aoa3.construct_mind [default: true] + B:"aoa3:construct_mind"=true + + # Allows the gathering and spawning of aoa3.construct_of_servility [default: true] + B:"aoa3:construct_of_servility"=true + + # Allows the gathering and spawning of aoa3.construct_range [default: true] + B:"aoa3:construct_range"=true + + # Allows the gathering and spawning of aoa3.construct_resistance [default: true] + B:"aoa3:construct_resistance"=true + + # Allows the gathering and spawning of aoa3.construct_speed [default: true] + B:"aoa3:construct_speed"=true + + # Allows the gathering and spawning of aoa3.construct_strength [default: true] + B:"aoa3:construct_strength"=true + + # Allows the gathering and spawning of aoa3.construct_terror [default: true] + B:"aoa3:construct_terror"=true + + # Allows the gathering and spawning of aoa3.corallus [default: true] + B:"aoa3:corallus"=true + + # Allows the gathering and spawning of aoa3.corallus_shot [default: true] + B:"aoa3:corallus_shot"=true + + # Allows the gathering and spawning of aoa3.coralon [default: true] + B:"aoa3:coralon"=true + + # Allows the gathering and spawning of aoa3.coratee [default: true] + B:"aoa3:coratee"=true + + # Allows the gathering and spawning of aoa3.corby [default: true] + B:"aoa3:corby"=true + + # Allows the gathering and spawning of aoa3.corny [default: true] + B:"aoa3:corny"=true + + # Allows the gathering and spawning of aoa3.corrupted_traveller [default: true] + B:"aoa3:corrupted_traveller"=true + + # Allows the gathering and spawning of aoa3.cotton_candor [default: true] + B:"aoa3:cotton_candor"=true + + # Allows the gathering and spawning of aoa3.craexxeus [default: true] + B:"aoa3:craexxeus"=true + + # Allows the gathering and spawning of aoa3.craggy [default: true] + B:"aoa3:craggy"=true + + # Allows the gathering and spawning of aoa3.creation_master [default: true] + B:"aoa3:creation_master"=true + + # Allows the gathering and spawning of aoa3.creep [default: true] + B:"aoa3:creep"=true + + # Allows the gathering and spawning of aoa3.creep_banker [default: true] + B:"aoa3:creep_banker"=true + + # Allows the gathering and spawning of aoa3.creep_cow [default: true] + B:"aoa3:creep_cow"=true + + # Allows the gathering and spawning of aoa3.creeperlock [default: true] + B:"aoa3:creeperlock"=true + + # Allows the gathering and spawning of aoa3.creepird [default: true] + B:"aoa3:creepird"=true + + # Allows the gathering and spawning of aoa3.creeponia_lottoman [default: true] + B:"aoa3:creeponia_lottoman"=true + + # Allows the gathering and spawning of aoa3.creepuple [default: true] + B:"aoa3:creepuple"=true + + # Allows the gathering and spawning of aoa3.crusilisk [default: true] + B:"aoa3:crusilisk"=true + + # Allows the gathering and spawning of aoa3.cryptid [default: true] + B:"aoa3:cryptid"=true + + # Allows the gathering and spawning of aoa3.crystal_lottoman [default: true] + B:"aoa3:crystal_lottoman"=true + + # Allows the gathering and spawning of aoa3.crystal_trader [default: true] + B:"aoa3:crystal_trader"=true + + # Allows the gathering and spawning of aoa3.crystocore [default: true] + B:"aoa3:crystocore"=true + + # Allows the gathering and spawning of aoa3.cyclops [default: true] + B:"aoa3:cyclops"=true + + # Allows the gathering and spawning of aoa3.dark_beast [default: true] + B:"aoa3:dark_beast"=true + + # Allows the gathering and spawning of aoa3.dawnlight [default: true] + B:"aoa3:dawnlight"=true + + # Allows the gathering and spawning of aoa3.daysee [default: true] + B:"aoa3:daysee"=true + + # Allows the gathering and spawning of aoa3.dead_tree [default: true] + B:"aoa3:dead_tree"=true + + # Allows the gathering and spawning of aoa3.death_hunter [default: true] + B:"aoa3:death_hunter"=true + + # Allows the gathering and spawning of aoa3.deinotherium [default: true] + B:"aoa3:deinotherium"=true + + # Allows the gathering and spawning of aoa3.demon_reaper [default: true] + B:"aoa3:demon_reaper"=true + + # Allows the gathering and spawning of aoa3.desert_charger [default: true] + B:"aoa3:desert_charger"=true + + # Allows the gathering and spawning of aoa3.destructor [default: true] + B:"aoa3:destructor"=true + + # Allows the gathering and spawning of aoa3.devourer [default: true] + B:"aoa3:devourer"=true + + # Allows the gathering and spawning of aoa3.dicer [default: true] + B:"aoa3:dicer"=true + + # Allows the gathering and spawning of aoa3.diocus [default: true] + B:"aoa3:diocus"=true + + # Allows the gathering and spawning of aoa3.distorter [default: true] + B:"aoa3:distorter"=true + + # Allows the gathering and spawning of aoa3.doubler [default: true] + B:"aoa3:doubler"=true + + # Allows the gathering and spawning of aoa3.dracyon [default: true] + B:"aoa3:dracyon"=true + + # Allows the gathering and spawning of aoa3.draggy [default: true] + B:"aoa3:draggy"=true + + # Allows the gathering and spawning of aoa3.dungeon_keeper [default: true] + B:"aoa3:dungeon_keeper"=true + + # Allows the gathering and spawning of aoa3.dust_strider [default: true] + B:"aoa3:dust_strider"=true + + # Allows the gathering and spawning of aoa3.dusteiva [default: true] + B:"aoa3:dusteiva"=true + + # Allows the gathering and spawning of aoa3.duston [default: true] + B:"aoa3:duston"=true + + # Allows the gathering and spawning of aoa3.dustopian_lottoman [default: true] + B:"aoa3:dustopian_lottoman"=true + + # Allows the gathering and spawning of aoa3.dweller [default: true] + B:"aoa3:dweller"=true + + # Allows the gathering and spawning of aoa3.dyrehorn [default: true] + B:"aoa3:dyrehorn"=true + + # Allows the gathering and spawning of aoa3.echodar [default: true] + B:"aoa3:echodar"=true + + # Allows the gathering and spawning of aoa3.eeo [default: true] + B:"aoa3:eeo"=true + + # Allows the gathering and spawning of aoa3.eilosapien [default: true] + B:"aoa3:eilosapien"=true + + # Allows the gathering and spawning of aoa3.elite_skele_hopper [default: true] + B:"aoa3:elite_skele_hopper"=true + + # Allows the gathering and spawning of aoa3.elite_skele_pig [default: true] + B:"aoa3:elite_skele_pig"=true + + # Allows the gathering and spawning of aoa3.elite_skeleman [default: true] + B:"aoa3:elite_skeleman"=true + + # Allows the gathering and spawning of aoa3.elkanyne [default: true] + B:"aoa3:elkanyne"=true + + # Allows the gathering and spawning of aoa3.elusive [default: true] + B:"aoa3:elusive"=true + + # Allows the gathering and spawning of aoa3.elusive_clone [default: true] + B:"aoa3:elusive_clone"=true + + # Allows the gathering and spawning of aoa3.embrake [default: true] + B:"aoa3:embrake"=true + + # Allows the gathering and spawning of aoa3.emperor_beast [default: true] + B:"aoa3:emperor_beast"=true + + # Allows the gathering and spawning of aoa3.ender_carrier [default: true] + B:"aoa3:ender_carrier"=true + + # Allows the gathering and spawning of aoa3.enforcer [default: true] + B:"aoa3:enforcer"=true + + # Allows the gathering and spawning of aoa3.everbeast [default: true] + B:"aoa3:everbeast"=true + + # Allows the gathering and spawning of aoa3.exohead [default: true] + B:"aoa3:exohead"=true + + # Allows the gathering and spawning of aoa3.exoid [default: true] + B:"aoa3:exoid"=true + + # Allows the gathering and spawning of aoa3.expedition_master [default: true] + B:"aoa3:expedition_master"=true + + # Allows the gathering and spawning of aoa3.explodot [default: true] + B:"aoa3:explodot"=true + + # Allows the gathering and spawning of aoa3.explosives_expert [default: true] + B:"aoa3:explosives_expert"=true + + # Allows the gathering and spawning of aoa3.extraction_master [default: true] + B:"aoa3:extraction_master"=true + + # Allows the gathering and spawning of aoa3.eye_creature [default: true] + B:"aoa3:eye_creature"=true + + # Allows the gathering and spawning of aoa3.faceless_floater [default: true] + B:"aoa3:faceless_floater"=true + + # Allows the gathering and spawning of aoa3.faceless_runner [default: true] + B:"aoa3:faceless_runner"=true + + # Allows the gathering and spawning of aoa3.fake_pigman [default: true] + B:"aoa3:fake_pigman"=true + + # Allows the gathering and spawning of aoa3.fake_zorp [default: true] + B:"aoa3:fake_zorp"=true + + # Allows the gathering and spawning of aoa3.fenix [default: true] + B:"aoa3:fenix"=true + + # Allows the gathering and spawning of aoa3.fiend [default: true] + B:"aoa3:fiend"=true + + # Allows the gathering and spawning of aoa3.fischer [default: true] + B:"aoa3:fischer"=true + + # Allows the gathering and spawning of aoa3.fishix [default: true] + B:"aoa3:fishix"=true + + # Allows the gathering and spawning of aoa3.flamewalker [default: true] + B:"aoa3:flamewalker"=true + + # Allows the gathering and spawning of aoa3.flash [default: true] + B:"aoa3:flash"=true + + # Allows the gathering and spawning of aoa3.flesh_eater [default: true] + B:"aoa3:flesh_eater"=true + + # Allows the gathering and spawning of aoa3.floro_lottoman [default: true] + B:"aoa3:floro_lottoman"=true + + # Allows the gathering and spawning of aoa3.flowerface [default: true] + B:"aoa3:flowerface"=true + + # Allows the gathering and spawning of aoa3.flye [default: true] + B:"aoa3:flye"=true + + # Allows the gathering and spawning of aoa3.foraging_master [default: true] + B:"aoa3:foraging_master"=true + + # Allows the gathering and spawning of aoa3.friendly_creeper [default: true] + B:"aoa3:friendly_creeper"=true + + # Allows the gathering and spawning of aoa3.fungat [default: true] + B:"aoa3:fungat"=true + + # Allows the gathering and spawning of aoa3.fungback [default: true] + B:"aoa3:fungback"=true + + # Allows the gathering and spawning of aoa3.fungik [default: true] + B:"aoa3:fungik"=true + + # Allows the gathering and spawning of aoa3.fungock [default: true] + B:"aoa3:fungock"=true + + # Allows the gathering and spawning of aoa3.fungung [default: true] + B:"aoa3:fungung"=true + + # Allows the gathering and spawning of aoa3.furlion [default: true] + B:"aoa3:furlion"=true + + # Allows the gathering and spawning of aoa3.gadgetoid [default: true] + B:"aoa3:gadgetoid"=true + + # Allows the gathering and spawning of aoa3.ghastus [default: true] + B:"aoa3:ghastus"=true + + # Allows the gathering and spawning of aoa3.ghost [default: true] + B:"aoa3:ghost"=true + + # Allows the gathering and spawning of aoa3.ghostine_ancient [default: true] + B:"aoa3:ghostine_ancient"=true + + # Allows the gathering and spawning of aoa3.ghostly_bugeye [default: true] + B:"aoa3:ghostly_bugeye"=true + + # Allows the gathering and spawning of aoa3.ghostly_charger [default: true] + B:"aoa3:ghostly_charger"=true + + # Allows the gathering and spawning of aoa3.ghostly_cyclops [default: true] + B:"aoa3:ghostly_cyclops"=true + + # Allows the gathering and spawning of aoa3.ghostly_goblin [default: true] + B:"aoa3:ghostly_goblin"=true + + # Allows the gathering and spawning of aoa3.ghostly_night_reaper [default: true] + B:"aoa3:ghostly_night_reaper"=true + + # Allows the gathering and spawning of aoa3.ghostly_sasquatch [default: true] + B:"aoa3:ghostly_sasquatch"=true + + # Allows the gathering and spawning of aoa3.giant_snail [default: true] + B:"aoa3:giant_snail"=true + + # Allows the gathering and spawning of aoa3.gingerbird [default: true] + B:"aoa3:gingerbird"=true + + # Allows the gathering and spawning of aoa3.gingerbread_man [default: true] + B:"aoa3:gingerbread_man"=true + + # Allows the gathering and spawning of aoa3.glaring_pixon [default: true] + B:"aoa3:glaring_pixon"=true + + # Allows the gathering and spawning of aoa3.gleaming_pixon [default: true] + B:"aoa3:gleaming_pixon"=true + + # Allows the gathering and spawning of aoa3.glistening_pixon [default: true] + B:"aoa3:glistening_pixon"=true + + # Allows the gathering and spawning of aoa3.glowing_pixon [default: true] + B:"aoa3:glowing_pixon"=true + + # Allows the gathering and spawning of aoa3.gnawer [default: true] + B:"aoa3:gnawer"=true + + # Allows the gathering and spawning of aoa3.goalby [default: true] + B:"aoa3:goalby"=true + + # Allows the gathering and spawning of aoa3.goblin [default: true] + B:"aoa3:goblin"=true + + # Allows the gathering and spawning of aoa3.golden_lottoman [default: true] + B:"aoa3:golden_lottoman"=true + + # Allows the gathering and spawning of aoa3.goldorth [default: true] + B:"aoa3:goldorth"=true + + # Allows the gathering and spawning of aoa3.goldum [default: true] + B:"aoa3:goldum"=true + + # Allows the gathering and spawning of aoa3.goldus [default: true] + B:"aoa3:goldus"=true + + # Allows the gathering and spawning of aoa3.goofer [default: true] + B:"aoa3:goofer"=true + + # Allows the gathering and spawning of aoa3.gorb_arms_dealer [default: true] + B:"aoa3:gorb_arms_dealer"=true + + # Allows the gathering and spawning of aoa3.gorb_citizen [default: true] + B:"aoa3:gorb_citizen"=true + + # Allows the gathering and spawning of aoa3.gorb_engineer [default: true] + B:"aoa3:gorb_engineer"=true + + # Allows the gathering and spawning of aoa3.graw [default: true] + B:"aoa3:graw"=true + + # Allows the gathering and spawning of aoa3.green_flower [default: true] + B:"aoa3:green_flower"=true + + # Allows the gathering and spawning of aoa3.green_guardian [default: true] + B:"aoa3:green_guardian"=true + + # Allows the gathering and spawning of aoa3.green_rune_templar [default: true] + B:"aoa3:green_rune_templar"=true + + # Allows the gathering and spawning of aoa3.green_runic_lifeform [default: true] + B:"aoa3:green_runic_lifeform"=true + + # Allows the gathering and spawning of aoa3.grillface [default: true] + B:"aoa3:grillface"=true + + # Allows the gathering and spawning of aoa3.grobbler [default: true] + B:"aoa3:grobbler"=true + + # Allows the gathering and spawning of aoa3.grocculate [default: true] + B:"aoa3:grocculate"=true + + # Allows the gathering and spawning of aoa3.grunt [default: true] + B:"aoa3:grunt"=true + + # Allows the gathering and spawning of aoa3.gyro [default: true] + B:"aoa3:gyro"=true + + # Allows the gathering and spawning of aoa3.hag [default: true] + B:"aoa3:hag"=true + + # Allows the gathering and spawning of aoa3.halycon [default: true] + B:"aoa3:halycon"=true + + # Allows the gathering and spawning of aoa3.harkos [default: true] + B:"aoa3:harkos"=true + + # Allows the gathering and spawning of aoa3.hauling_master [default: true] + B:"aoa3:hauling_master"=true + + # Allows the gathering and spawning of aoa3.haunted_lottoman [default: true] + B:"aoa3:haunted_lottoman"=true + + # Allows the gathering and spawning of aoa3.headless_destroyer [default: true] + B:"aoa3:headless_destroyer"=true + + # Allows the gathering and spawning of aoa3.headless_hunter [default: true] + B:"aoa3:headless_hunter"=true + + # Allows the gathering and spawning of aoa3.healing_golem [default: true] + B:"aoa3:healing_golem"=true + + # Allows the gathering and spawning of aoa3.hellcat [default: true] + B:"aoa3:hellcat"=true + + # Allows the gathering and spawning of aoa3.hellquin [default: true] + B:"aoa3:hellquin"=true + + # Allows the gathering and spawning of aoa3.hellspot [default: true] + B:"aoa3:hellspot"=true + + # Allows the gathering and spawning of aoa3.hiding_fungi [default: true] + B:"aoa3:hiding_fungi"=true + + # Allows the gathering and spawning of aoa3.hill_charger [default: true] + B:"aoa3:hill_charger"=true + + # Allows the gathering and spawning of aoa3.hive_king [default: true] + B:"aoa3:hive_king"=true + + # Allows the gathering and spawning of aoa3.hive_soldier [default: true] + B:"aoa3:hive_soldier"=true + + # Allows the gathering and spawning of aoa3.hive_worker [default: true] + B:"aoa3:hive_worker"=true + + # Allows the gathering and spawning of aoa3.horndron [default: true] + B:"aoa3:horndron"=true + + # Allows the gathering and spawning of aoa3.horntail [default: true] + B:"aoa3:horntail"=true + + # Allows the gathering and spawning of aoa3.horon [default: true] + B:"aoa3:horon"=true + + # Allows the gathering and spawning of aoa3.host [default: true] + B:"aoa3:host"=true + + # Allows the gathering and spawning of aoa3.hunch [default: true] + B:"aoa3:hunch"=true + + # Allows the gathering and spawning of aoa3.hunter [default: true] + B:"aoa3:hunter"=true + + # Allows the gathering and spawning of aoa3.hunter_master [default: true] + B:"aoa3:hunter_master"=true + + # Allows the gathering and spawning of aoa3.hydrolisk [default: true] + B:"aoa3:hydrolisk"=true + + # Allows the gathering and spawning of aoa3.hydrolon [default: true] + B:"aoa3:hydrolon"=true + + # Allows the gathering and spawning of aoa3.ice_giant [default: true] + B:"aoa3:ice_giant"=true + + # Allows the gathering and spawning of aoa3.infernal [default: true] + B:"aoa3:infernal"=true + + # Allows the gathering and spawning of aoa3.infusion_master [default: true] + B:"aoa3:infusion_master"=true + + # Allows the gathering and spawning of aoa3.inmate_x [default: true] + B:"aoa3:inmate_x"=true + + # Allows the gathering and spawning of aoa3.inmate_y [default: true] + B:"aoa3:inmate_y"=true + + # Allows the gathering and spawning of aoa3.innervation_master [default: true] + B:"aoa3:innervation_master"=true + + # Allows the gathering and spawning of aoa3.iosaur [default: true] + B:"aoa3:iosaur"=true + + # Allows the gathering and spawning of aoa3.irkling [default: true] + B:"aoa3:irkling"=true + + # Allows the gathering and spawning of aoa3.jawe [default: true] + B:"aoa3:jawe"=true + + # Allows the gathering and spawning of aoa3.jumbo [default: true] + B:"aoa3:jumbo"=true + + # Allows the gathering and spawning of aoa3.kaiyu [default: true] + B:"aoa3:kaiyu"=true + + # Allows the gathering and spawning of aoa3.kajaros [default: true] + B:"aoa3:kajaros"=true + + # Allows the gathering and spawning of aoa3.keeler [default: true] + B:"aoa3:keeler"=true + + # Allows the gathering and spawning of aoa3.king_bambambam [default: true] + B:"aoa3:king_bambambam"=true + + # Allows the gathering and spawning of aoa3.king_charger [default: true] + B:"aoa3:king_charger"=true + + # Allows the gathering and spawning of aoa3.king_creeper [default: true] + B:"aoa3:king_creeper"=true + + # Allows the gathering and spawning of aoa3.king_shroomus [default: true] + B:"aoa3:king_shroomus"=true + + # Allows the gathering and spawning of aoa3.klobber [default: true] + B:"aoa3:klobber"=true + + # Allows the gathering and spawning of aoa3.koko [default: true] + B:"aoa3:koko"=true + + # Allows the gathering and spawning of aoa3.kranky [default: true] + B:"aoa3:kranky"=true + + # Allows the gathering and spawning of aoa3.kror [default: true] + B:"aoa3:kror"=true + + # Allows the gathering and spawning of aoa3.leafy_giant [default: true] + B:"aoa3:leafy_giant"=true + + # Allows the gathering and spawning of aoa3.lelyetian_banker [default: true] + B:"aoa3:lelyetian_banker"=true + + # Allows the gathering and spawning of aoa3.lelyetian_caster [default: true] + B:"aoa3:lelyetian_caster"=true + + # Allows the gathering and spawning of aoa3.lelyetian_lottoman [default: true] + B:"aoa3:lelyetian_lottoman"=true + + # Allows the gathering and spawning of aoa3.lelyetian_trader [default: true] + B:"aoa3:lelyetian_trader"=true + + # Allows the gathering and spawning of aoa3.lelyetian_warrior [default: true] + B:"aoa3:lelyetian_warrior"=true + + # Allows the gathering and spawning of aoa3.lightwalker [default: true] + B:"aoa3:lightwalker"=true + + # Allows the gathering and spawning of aoa3.linger [default: true] + B:"aoa3:linger"=true + + # Allows the gathering and spawning of aoa3.little_bam [default: true] + B:"aoa3:little_bam"=true + + # Allows the gathering and spawning of aoa3.living_fungi [default: true] + B:"aoa3:living_fungi"=true + + # Allows the gathering and spawning of aoa3.logging_master [default: true] + B:"aoa3:logging_master"=true + + # Allows the gathering and spawning of aoa3.lollypopper [default: true] + B:"aoa3:lollypopper"=true + + # Allows the gathering and spawning of aoa3.lost_soul [default: true] + B:"aoa3:lost_soul"=true + + # Allows the gathering and spawning of aoa3.lottoman [default: true] + B:"aoa3:lottoman"=true + + # Allows the gathering and spawning of aoa3.lunar_lottoman [default: true] + B:"aoa3:lunar_lottoman"=true + + # Allows the gathering and spawning of aoa3.lunarcher [default: true] + B:"aoa3:lunarcher"=true + + # Allows the gathering and spawning of aoa3.lurker [default: true] + B:"aoa3:lurker"=true + + # Allows the gathering and spawning of aoa3.luxocron [default: true] + B:"aoa3:luxocron"=true + + # Allows the gathering and spawning of aoa3.magical_creeper [default: true] + B:"aoa3:magical_creeper"=true + + # Allows the gathering and spawning of aoa3.magicke [default: true] + B:"aoa3:magicke"=true + + # Allows the gathering and spawning of aoa3.mecha_cyclops [default: true] + B:"aoa3:mecha_cyclops"=true + + # Allows the gathering and spawning of aoa3.mecha_skellox [default: true] + B:"aoa3:mecha_skellox"=true + + # Allows the gathering and spawning of aoa3.mechachron [default: true] + B:"aoa3:mechachron"=true + + # Allows the gathering and spawning of aoa3.mechamaton [default: true] + B:"aoa3:mechamaton"=true + + # Allows the gathering and spawning of aoa3.mechbot [default: true] + B:"aoa3:mechbot"=true + + # Allows the gathering and spawning of aoa3.mechyon [default: true] + B:"aoa3:mechyon"=true + + # Allows the gathering and spawning of aoa3.meganeuropsis [default: true] + B:"aoa3:meganeuropsis"=true + + # Allows the gathering and spawning of aoa3.merkyre [default: true] + B:"aoa3:merkyre"=true + + # Allows the gathering and spawning of aoa3.mermage [default: true] + B:"aoa3:mermage"=true + + # Allows the gathering and spawning of aoa3.metalloid [default: true] + B:"aoa3:metalloid"=true + + # Allows the gathering and spawning of aoa3.mirage [default: true] + B:"aoa3:mirage"=true + + # Allows the gathering and spawning of aoa3.miskel [default: true] + B:"aoa3:miskel"=true + + # Allows the gathering and spawning of aoa3.modulo [default: true] + B:"aoa3:modulo"=true + + # Allows the gathering and spawning of aoa3.mother_void_walker [default: true] + B:"aoa3:mother_void_walker"=true + + # Allows the gathering and spawning of aoa3.muckopede [default: true] + B:"aoa3:muckopede"=true + + # Allows the gathering and spawning of aoa3.muncher [default: true] + B:"aoa3:muncher"=true + + # Allows the gathering and spawning of aoa3.mushroom_spider [default: true] + B:"aoa3:mushroom_spider"=true + + # Allows the gathering and spawning of aoa3.mystic_lottoman [default: true] + B:"aoa3:mystic_lottoman"=true + + # Allows the gathering and spawning of aoa3.natura [default: true] + B:"aoa3:natura"=true + + # Allows the gathering and spawning of aoa3.naturalist [default: true] + B:"aoa3:naturalist"=true + + # Allows the gathering and spawning of aoa3.neptuno [default: true] + B:"aoa3:neptuno"=true + + # Allows the gathering and spawning of aoa3.nethengeic_beast [default: true] + B:"aoa3:nethengeic_beast"=true + + # Allows the gathering and spawning of aoa3.nethengeic_wither [default: true] + B:"aoa3:nethengeic_wither"=true + + # Allows the gathering and spawning of aoa3.night_reaper [default: true] + B:"aoa3:night_reaper"=true + + # Allows the gathering and spawning of aoa3.night_watcher [default: true] + B:"aoa3:night_watcher"=true + + # Allows the gathering and spawning of aoa3.nightfly [default: true] + B:"aoa3:nightfly"=true + + # Allows the gathering and spawning of aoa3.nightmare_spider [default: true] + B:"aoa3:nightmare_spider"=true + + # Allows the gathering and spawning of aoa3.nightwing [default: true] + B:"aoa3:nightwing"=true + + # Allows the gathering and spawning of aoa3.nipper [default: true] + B:"aoa3:nipper"=true + + # Allows the gathering and spawning of aoa3.nospike [default: true] + B:"aoa3:nospike"=true + + # Allows the gathering and spawning of aoa3.occulent [default: true] + B:"aoa3:occulent"=true + + # Allows the gathering and spawning of aoa3.okazor [default: true] + B:"aoa3:okazor"=true + + # Allows the gathering and spawning of aoa3.omnilight [default: true] + B:"aoa3:omnilight"=true + + # Allows the gathering and spawning of aoa3.opteryx [default: true] + B:"aoa3:opteryx"=true + + # Allows the gathering and spawning of aoa3.orange_flower [default: true] + B:"aoa3:orange_flower"=true + + # Allows the gathering and spawning of aoa3.orbiter [default: true] + B:"aoa3:orbiter"=true + + # Allows the gathering and spawning of aoa3.orbling [default: true] + B:"aoa3:orbling"=true + + # Allows the gathering and spawning of aoa3.paladin [default: true] + B:"aoa3:paladin"=true + + # Allows the gathering and spawning of aoa3.parasect [default: true] + B:"aoa3:parasect"=true + + # Allows the gathering and spawning of aoa3.paravite [default: true] + B:"aoa3:paravite"=true + + # Allows the gathering and spawning of aoa3.penguin [default: true] + B:"aoa3:penguin"=true + + # Allows the gathering and spawning of aoa3.penumbra [default: true] + B:"aoa3:penumbra"=true + + # Allows the gathering and spawning of aoa3.peppermint_snail [default: true] + B:"aoa3:peppermint_snail"=true + + # Allows the gathering and spawning of aoa3.phantom [default: true] + B:"aoa3:phantom"=true + + # Allows the gathering and spawning of aoa3.pigotron [default: true] + B:"aoa3:pigotron"=true + + # Allows the gathering and spawning of aoa3.pincher [default: true] + B:"aoa3:pincher"=true + + # Allows the gathering and spawning of aoa3.plateosaur [default: true] + B:"aoa3:plateosaur"=true + + # Allows the gathering and spawning of aoa3.pod_plant [default: true] + B:"aoa3:pod_plant"=true + + # Allows the gathering and spawning of aoa3.polar_ursa [default: true] + B:"aoa3:polar_ursa"=true + + # Allows the gathering and spawning of aoa3.polytom [default: true] + B:"aoa3:polytom"=true + + # Allows the gathering and spawning of aoa3.portal_master [default: true] + B:"aoa3:portal_master"=true + + # Allows the gathering and spawning of aoa3.precasian_lottoman [default: true] + B:"aoa3:precasian_lottoman"=true + + # Allows the gathering and spawning of aoa3.primitive_carrotop [default: true] + B:"aoa3:primitive_carrotop"=true + + # Allows the gathering and spawning of aoa3.primordial_banker [default: true] + B:"aoa3:primordial_banker"=true + + # Allows the gathering and spawning of aoa3.primordial_guide [default: true] + B:"aoa3:primordial_guide"=true + + # Allows the gathering and spawning of aoa3.primordial_merchant [default: true] + B:"aoa3:primordial_merchant"=true + + # Allows the gathering and spawning of aoa3.primordial_spellbinder [default: true] + B:"aoa3:primordial_spellbinder"=true + + # Allows the gathering and spawning of aoa3.primordial_wizard [default: true] + B:"aoa3:primordial_wizard"=true + + # Allows the gathering and spawning of aoa3.professor [default: true] + B:"aoa3:professor"=true + + # Allows the gathering and spawning of aoa3.proshield [default: true] + B:"aoa3:proshield"=true + + # Allows the gathering and spawning of aoa3.purple_flower [default: true] + B:"aoa3:purple_flower"=true + + # Allows the gathering and spawning of aoa3.quickpocket [default: true] + B:"aoa3:quickpocket"=true + + # Allows the gathering and spawning of aoa3.radiant_pixon [default: true] + B:"aoa3:radiant_pixon"=true + + # Allows the gathering and spawning of aoa3.rainicorn [default: true] + B:"aoa3:rainicorn"=true + + # Allows the gathering and spawning of aoa3.rammerhead [default: true] + B:"aoa3:rammerhead"=true + + # Allows the gathering and spawning of aoa3.rammerhorn [default: true] + B:"aoa3:rammerhorn"=true + + # Allows the gathering and spawning of aoa3.ramradon [default: true] + B:"aoa3:ramradon"=true + + # Allows the gathering and spawning of aoa3.rawbone [default: true] + B:"aoa3:rawbone"=true + + # Allows the gathering and spawning of aoa3.raxxan [default: true] + B:"aoa3:raxxan"=true + + # Allows the gathering and spawning of aoa3.realmshifter [default: true] + B:"aoa3:realmshifter"=true + + # Allows the gathering and spawning of aoa3.reaper_twins [default: true] + B:"aoa3:reaper_twins"=true + + # Allows the gathering and spawning of aoa3.reaver [default: true] + B:"aoa3:reaver"=true + + # Allows the gathering and spawning of aoa3.red_guardian [default: true] + B:"aoa3:red_guardian"=true + + # Allows the gathering and spawning of aoa3.red_rune_templar [default: true] + B:"aoa3:red_rune_templar"=true + + # Allows the gathering and spawning of aoa3.red_runic_lifeform [default: true] + B:"aoa3:red_runic_lifeform"=true + + # Allows the gathering and spawning of aoa3.refluct [default: true] + B:"aoa3:refluct"=true + + # Allows the gathering and spawning of aoa3.rock_crawler [default: true] + B:"aoa3:rock_crawler"=true + + # Allows the gathering and spawning of aoa3.rock_critter [default: true] + B:"aoa3:rock_critter"=true + + # Allows the gathering and spawning of aoa3.rock_rider [default: true] + B:"aoa3:rock_rider"=true + + # Allows the gathering and spawning of aoa3.rockbiter [default: true] + B:"aoa3:rockbiter"=true + + # Allows the gathering and spawning of aoa3.rocky_lottoman [default: true] + B:"aoa3:rocky_lottoman"=true + + # Allows the gathering and spawning of aoa3.roloscope [default: true] + B:"aoa3:roloscope"=true + + # Allows the gathering and spawning of aoa3.rosid [default: true] + B:"aoa3:rosid"=true + + # Allows the gathering and spawning of aoa3.runation_master [default: true] + B:"aoa3:runation_master"=true + + # Allows the gathering and spawning of aoa3.runic_golem [default: true] + B:"aoa3:runic_golem"=true + + # Allows the gathering and spawning of aoa3.runic_guardian [default: true] + B:"aoa3:runic_guardian"=true + + # Allows the gathering and spawning of aoa3.runic_lottoman [default: true] + B:"aoa3:runic_lottoman"=true + + # Allows the gathering and spawning of aoa3.runicorn [default: true] + B:"aoa3:runicorn"=true + + # Allows the gathering and spawning of aoa3.runicorn_rider [default: true] + B:"aoa3:runicorn_rider"=true + + # Allows the gathering and spawning of aoa3.sabretooth [default: true] + B:"aoa3:sabretooth"=true + + # Allows the gathering and spawning of aoa3.sand_giant [default: true] + B:"aoa3:sand_giant"=true + + # Allows the gathering and spawning of aoa3.sand_golem [default: true] + B:"aoa3:sand_golem"=true + + # Allows the gathering and spawning of aoa3.sasquatch [default: true] + B:"aoa3:sasquatch"=true + + # Allows the gathering and spawning of aoa3.scrubby [default: true] + B:"aoa3:scrubby"=true + + # Allows the gathering and spawning of aoa3.sea_charger [default: true] + B:"aoa3:sea_charger"=true + + # Allows the gathering and spawning of aoa3.sea_skeleton [default: true] + B:"aoa3:sea_skeleton"=true + + # Allows the gathering and spawning of aoa3.sea_spider [default: true] + B:"aoa3:sea_spider"=true + + # Allows the gathering and spawning of aoa3.sea_troll [default: true] + B:"aoa3:sea_troll"=true + + # Allows the gathering and spawning of aoa3.sea_viper [default: true] + B:"aoa3:sea_viper"=true + + # Allows the gathering and spawning of aoa3.seeker [default: true] + B:"aoa3:seeker"=true + + # Allows the gathering and spawning of aoa3.shaddy [default: true] + B:"aoa3:shaddy"=true + + # Allows the gathering and spawning of aoa3.shade [default: true] + B:"aoa3:shade"=true + + # Allows the gathering and spawning of aoa3.shadow [default: true] + B:"aoa3:shadow"=true + + # Allows the gathering and spawning of aoa3.shadow_stalker [default: true] + B:"aoa3:shadow_stalker"=true + + # Allows the gathering and spawning of aoa3.shadowlord [default: true] + B:"aoa3:shadowlord"=true + + # Allows the gathering and spawning of aoa3.shavo [default: true] + B:"aoa3:shavo"=true + + # Allows the gathering and spawning of aoa3.shifter [default: true] + B:"aoa3:shifter"=true + + # Allows the gathering and spawning of aoa3.shik [default: true] + B:"aoa3:shik"=true + + # Allows the gathering and spawning of aoa3.shining_pixon [default: true] + B:"aoa3:shining_pixon"=true + + # Allows the gathering and spawning of aoa3.shyre_archer [default: true] + B:"aoa3:shyre_archer"=true + + # Allows the gathering and spawning of aoa3.shyre_banker [default: true] + B:"aoa3:shyre_banker"=true + + # Allows the gathering and spawning of aoa3.shyre_knight [default: true] + B:"aoa3:shyre_knight"=true + + # Allows the gathering and spawning of aoa3.shyre_troll [default: true] + B:"aoa3:shyre_troll"=true + + # Allows the gathering and spawning of aoa3.shyrelands_lottoman [default: true] + B:"aoa3:shyrelands_lottoman"=true + + # Allows the gathering and spawning of aoa3.silencer [default: true] + B:"aoa3:silencer"=true + + # Allows the gathering and spawning of aoa3.silverfoot [default: true] + B:"aoa3:silverfoot"=true + + # Allows the gathering and spawning of aoa3.skele_elder [default: true] + B:"aoa3:skele_elder"=true + + # Allows the gathering and spawning of aoa3.skele_hopper [default: true] + B:"aoa3:skele_hopper"=true + + # Allows the gathering and spawning of aoa3.skele_pig [default: true] + B:"aoa3:skele_pig"=true + + # Allows the gathering and spawning of aoa3.skeledon [default: true] + B:"aoa3:skeledon"=true + + # Allows the gathering and spawning of aoa3.skelekyte [default: true] + B:"aoa3:skelekyte"=true + + # Allows the gathering and spawning of aoa3.skeleman [default: true] + B:"aoa3:skeleman"=true + + # Allows the gathering and spawning of aoa3.skeletal_cowman [default: true] + B:"aoa3:skeletal_cowman"=true + + # Allows the gathering and spawning of aoa3.skeletron [default: true] + B:"aoa3:skeletron"=true + + # Allows the gathering and spawning of aoa3.skellox [default: true] + B:"aoa3:skellox"=true + + # Allows the gathering and spawning of aoa3.skipper [default: true] + B:"aoa3:skipper"=true + + # Allows the gathering and spawning of aoa3.skolle [default: true] + B:"aoa3:skolle"=true + + # Allows the gathering and spawning of aoa3.skull_creature [default: true] + B:"aoa3:skull_creature"=true + + # Allows the gathering and spawning of aoa3.slimer [default: true] + B:"aoa3:slimer"=true + + # Allows the gathering and spawning of aoa3.smash [default: true] + B:"aoa3:smash"=true + + # Allows the gathering and spawning of aoa3.snappy [default: true] + B:"aoa3:snappy"=true + + # Allows the gathering and spawning of aoa3.snow_charger [default: true] + B:"aoa3:snow_charger"=true + + # Allows the gathering and spawning of aoa3.soulscorne [default: true] + B:"aoa3:soulscorne"=true + + # Allows the gathering and spawning of aoa3.soulvyre [default: true] + B:"aoa3:soulvyre"=true + + # Allows the gathering and spawning of aoa3.spearmint_snail [default: true] + B:"aoa3:spearmint_snail"=true + + # Allows the gathering and spawning of aoa3.spectral_wizard [default: true] + B:"aoa3:spectral_wizard"=true + + # Allows the gathering and spawning of aoa3.sphinx [default: true] + B:"aoa3:sphinx"=true + + # Allows the gathering and spawning of aoa3.spikeback [default: true] + B:"aoa3:spikeback"=true + + # Allows the gathering and spawning of aoa3.spinoledon [default: true] + B:"aoa3:spinoledon"=true + + # Allows the gathering and spawning of aoa3.spinux [default: true] + B:"aoa3:spinux"=true + + # Allows the gathering and spawning of aoa3.spirit_guardian [default: true] + B:"aoa3:spirit_guardian"=true + + # Allows the gathering and spawning of aoa3.spirit_protector [default: true] + B:"aoa3:spirit_protector"=true + + # Allows the gathering and spawning of aoa3.spraggy [default: true] + B:"aoa3:spraggy"=true + + # Allows the gathering and spawning of aoa3.squasher [default: true] + B:"aoa3:squasher"=true + + # Allows the gathering and spawning of aoa3.squiggler [default: true] + B:"aoa3:squiggler"=true + + # Allows the gathering and spawning of aoa3.stalker [default: true] + B:"aoa3:stalker"=true + + # Allows the gathering and spawning of aoa3.stalker_prime [default: true] + B:"aoa3:stalker_prime"=true + + # Allows the gathering and spawning of aoa3.sticky [default: true] + B:"aoa3:sticky"=true + + # Allows the gathering and spawning of aoa3.stimulo [default: true] + B:"aoa3:stimulo"=true + + # Allows the gathering and spawning of aoa3.stimulosus [default: true] + B:"aoa3:stimulosus"=true + + # Allows the gathering and spawning of aoa3.stinger [default: true] + B:"aoa3:stinger"=true + + # Allows the gathering and spawning of aoa3.stitches [default: true] + B:"aoa3:stitches"=true + + # Allows the gathering and spawning of aoa3.stone_giant [default: true] + B:"aoa3:stone_giant"=true + + # Allows the gathering and spawning of aoa3.store_keeper [default: true] + B:"aoa3:store_keeper"=true + + # Allows the gathering and spawning of aoa3.strong_skele_hopper [default: true] + B:"aoa3:strong_skele_hopper"=true + + # Allows the gathering and spawning of aoa3.strong_skele_pig [default: true] + B:"aoa3:strong_skele_pig"=true + + # Allows the gathering and spawning of aoa3.strong_skeleman [default: true] + B:"aoa3:strong_skeleman"=true + + # Allows the gathering and spawning of aoa3.sugarface [default: true] + B:"aoa3:sugarface"=true + + # Allows the gathering and spawning of aoa3.sunny [default: true] + B:"aoa3:sunny"=true + + # Allows the gathering and spawning of aoa3.surveyor [default: true] + B:"aoa3:surveyor"=true + + # Allows the gathering and spawning of aoa3.swamp_charger [default: true] + B:"aoa3:swamp_charger"=true + + # Allows the gathering and spawning of aoa3.sysker [default: true] + B:"aoa3:sysker"=true + + # Allows the gathering and spawning of aoa3.terradon [default: true] + B:"aoa3:terradon"=true + + # Allows the gathering and spawning of aoa3.terrestrial [default: true] + B:"aoa3:terrestrial"=true + + # Allows the gathering and spawning of aoa3.tharafly [default: true] + B:"aoa3:tharafly"=true + + # Allows the gathering and spawning of aoa3.tipsy [default: true] + B:"aoa3:tipsy"=true + + # Allows the gathering and spawning of aoa3.token_collector [default: true] + B:"aoa3:token_collector"=true + + # Allows the gathering and spawning of aoa3.tortione [default: true] + B:"aoa3:tortione"=true + + # Allows the gathering and spawning of aoa3.toxic_lottoman [default: true] + B:"aoa3:toxic_lottoman"=true + + # Allows the gathering and spawning of aoa3.toxxulous [default: true] + B:"aoa3:toxxulous"=true + + # Allows the gathering and spawning of aoa3.toy_merchant [default: true] + B:"aoa3:toy_merchant"=true + + # Allows the gathering and spawning of aoa3.tracker [default: true] + B:"aoa3:tracker"=true + + # Allows the gathering and spawning of aoa3.tree_spirit [default: true] + B:"aoa3:tree_spirit"=true + + # Allows the gathering and spawning of aoa3.trickster [default: true] + B:"aoa3:trickster"=true + + # Allows the gathering and spawning of aoa3.trickster_clone [default: true] + B:"aoa3:trickster_clone"=true + + # Allows the gathering and spawning of aoa3.triclops [default: true] + B:"aoa3:triclops"=true + + # Allows the gathering and spawning of aoa3.troll_trader [default: true] + B:"aoa3:troll_trader"=true + + # Allows the gathering and spawning of aoa3.trotter [default: true] + B:"aoa3:trotter"=true + + # Allows the gathering and spawning of aoa3.twinkling_lottoman [default: true] + B:"aoa3:twinkling_lottoman"=true + + # Allows the gathering and spawning of aoa3.tyrosaur [default: true] + B:"aoa3:tyrosaur"=true + + # Allows the gathering and spawning of aoa3.undead_herald [default: true] + B:"aoa3:undead_herald"=true + + # Allows the gathering and spawning of aoa3.undead_troll [default: true] + B:"aoa3:undead_troll"=true + + # Allows the gathering and spawning of aoa3.urioh [default: true] + B:"aoa3:urioh"=true + + # Allows the gathering and spawning of aoa3.urka [default: true] + B:"aoa3:urka"=true + + # Allows the gathering and spawning of aoa3.urv [default: true] + B:"aoa3:urv"=true + + # Allows the gathering and spawning of aoa3.valkyrie [default: true] + B:"aoa3:valkyrie"=true + + # Allows the gathering and spawning of aoa3.vertebron [default: true] + B:"aoa3:vertebron"=true + + # Allows the gathering and spawning of aoa3.vine_wizard [default: true] + B:"aoa3:vine_wizard"=true + + # Allows the gathering and spawning of aoa3.vinocorne [default: true] + B:"aoa3:vinocorne"=true + + # Allows the gathering and spawning of aoa3.visage [default: true] + B:"aoa3:visage"=true + + # Allows the gathering and spawning of aoa3.visualent [default: true] + B:"aoa3:visualent"=true + + # Allows the gathering and spawning of aoa3.visular [default: true] + B:"aoa3:visular"=true + + # Allows the gathering and spawning of aoa3.visulon [default: true] + B:"aoa3:visulon"=true + + # Allows the gathering and spawning of aoa3.void_charger [default: true] + B:"aoa3:void_charger"=true + + # Allows the gathering and spawning of aoa3.void_walker [default: true] + B:"aoa3:void_walker"=true + + # Allows the gathering and spawning of aoa3.volar [default: true] + B:"aoa3:volar"=true + + # Allows the gathering and spawning of aoa3.voliant [default: true] + B:"aoa3:voliant"=true + + # Allows the gathering and spawning of aoa3.voltron [default: true] + B:"aoa3:voltron"=true + + # Allows the gathering and spawning of aoa3.voxxulon [default: true] + B:"aoa3:voxxulon"=true + + # Allows the gathering and spawning of aoa3.waggy [default: true] + B:"aoa3:waggy"=true + + # Allows the gathering and spawning of aoa3.walker [default: true] + B:"aoa3:walker"=true + + # Allows the gathering and spawning of aoa3.warclops [default: true] + B:"aoa3:warclops"=true + + # Allows the gathering and spawning of aoa3.web_reaper [default: true] + B:"aoa3:web_reaper"=true + + # Allows the gathering and spawning of aoa3.wickett [default: true] + B:"aoa3:wickett"=true + + # Allows the gathering and spawning of aoa3.winged_creeper [default: true] + B:"aoa3:winged_creeper"=true + + # Allows the gathering and spawning of aoa3.wither_wizard [default: true] + B:"aoa3:wither_wizard"=true + + # Allows the gathering and spawning of aoa3.withering_lottoman [default: true] + B:"aoa3:withering_lottoman"=true + + # Allows the gathering and spawning of aoa3.wood_giant [default: true] + B:"aoa3:wood_giant"=true + + # Allows the gathering and spawning of aoa3.xxeus [default: true] + B:"aoa3:xxeus"=true + + # Allows the gathering and spawning of aoa3.yellow_flower [default: true] + B:"aoa3:yellow_flower"=true + + # Allows the gathering and spawning of aoa3.yellow_guardian [default: true] + B:"aoa3:yellow_guardian"=true + + # Allows the gathering and spawning of aoa3.yellow_rune_templar [default: true] + B:"aoa3:yellow_rune_templar"=true + + # Allows the gathering and spawning of aoa3.yellow_runic_lifeform [default: true] + B:"aoa3:yellow_runic_lifeform"=true + + # Allows the gathering and spawning of aoa3.yeti [default: true] + B:"aoa3:yeti"=true + + # Allows the gathering and spawning of aoa3.zal_banker [default: true] + B:"aoa3:zal_banker"=true + + # Allows the gathering and spawning of aoa3.zal_child [default: true] + B:"aoa3:zal_child"=true + + # Allows the gathering and spawning of aoa3.zal_citizen [default: true] + B:"aoa3:zal_citizen"=true + + # Allows the gathering and spawning of aoa3.zal_grocer [default: true] + B:"aoa3:zal_grocer"=true + + # Allows the gathering and spawning of aoa3.zal_herbalist [default: true] + B:"aoa3:zal_herbalist"=true + + # Allows the gathering and spawning of aoa3.zal_spellbinder [default: true] + B:"aoa3:zal_spellbinder"=true + + # Allows the gathering and spawning of aoa3.zal_vendor [default: true] + B:"aoa3:zal_vendor"=true + + # Allows the gathering and spawning of aoa3.zarg [default: true] + B:"aoa3:zarg"=true + + # Allows the gathering and spawning of aoa3.zhinx [default: true] + B:"aoa3:zhinx"=true + + # Allows the gathering and spawning of aoa3.zorp [default: true] + B:"aoa3:zorp"=true + + # Allows the gathering and spawning of EntityFlare [default: true] + B:"astralsorcery:entityflare"=true + + # Allows the gathering and spawning of EntityLiquidSpark [default: true] + B:"astralsorcery:entityliquidspark"=true + + # Allows the gathering and spawning of EntitySpectralTool [default: true] + B:"astralsorcery:entityspectraltool"=true + + # Allows the gathering and spawning of Battletower Golem [default: true] + B:"battletowers:golem"=true + + # Allows the gathering and spawning of bewitchment.bafometyr [default: true] + B:"bewitchment:bafometyr"=true + + # Allows the gathering and spawning of bewitchment.baphomet [default: true] + B:"bewitchment:baphomet"=true + + # Allows the gathering and spawning of bewitchment.black_dog [default: true] + B:"bewitchment:black_dog"=true + + # Allows the gathering and spawning of bewitchment.cambion [default: true] + B:"bewitchment:cambion"=true + + # Allows the gathering and spawning of bewitchment.cleaver [default: true] + B:"bewitchment:cleaver"=true + + # Allows the gathering and spawning of bewitchment.demon [default: true] + B:"bewitchment:demon"=true + + # Allows the gathering and spawning of bewitchment.demoness [default: true] + B:"bewitchment:demoness"=true + + # Allows the gathering and spawning of bewitchment.druden [default: true] + B:"bewitchment:druden"=true + + # Allows the gathering and spawning of bewitchment.feuerwurm [default: true] + B:"bewitchment:feuerwurm"=true + + # Allows the gathering and spawning of bewitchment.ghost [default: true] + B:"bewitchment:ghost"=true + + # Allows the gathering and spawning of bewitchment.hellhound [default: true] + B:"bewitchment:hellhound"=true + + # Allows the gathering and spawning of bewitchment.imp [default: true] + B:"bewitchment:imp"=true + + # Allows the gathering and spawning of bewitchment.leonard [default: true] + B:"bewitchment:leonard"=true + + # Allows the gathering and spawning of bewitchment.lizard [default: true] + B:"bewitchment:lizard"=true + + # Allows the gathering and spawning of bewitchment.owl [default: true] + B:"bewitchment:owl"=true + + # Allows the gathering and spawning of bewitchment.raven [default: true] + B:"bewitchment:raven"=true + + # Allows the gathering and spawning of bewitchment.shadow_person [default: true] + B:"bewitchment:shadow_person"=true + + # Allows the gathering and spawning of bewitchment.snake [default: true] + B:"bewitchment:snake"=true + + # Allows the gathering and spawning of bewitchment.toad [default: true] + B:"bewitchment:toad"=true + + # Allows the gathering and spawning of bewitchment.werewolf [default: true] + B:"bewitchment:werewolf"=true + + # Allows the gathering and spawning of wasp [default: true] + B:"biomesoplenty:wasp"=true + + # Allows the gathering and spawning of corrupted_chicken [default: true] + B:"bloodmagic:corrupted_chicken"=true + + # Allows the gathering and spawning of corrupted_sheep [default: true] + B:"bloodmagic:corrupted_sheep"=true + + # Allows the gathering and spawning of corrupted_spider [default: true] + B:"bloodmagic:corrupted_spider"=true + + # Allows the gathering and spawning of corrupted_zombie [default: true] + B:"bloodmagic:corrupted_zombie"=true + + # Allows the gathering and spawning of mimic [default: true] + B:"bloodmagic:mimic"=true + + # Allows the gathering and spawning of sentient_specter [default: true] + B:"bloodmagic:sentient_specter"=true + + # Allows the gathering and spawning of botania:doppleganger [default: true] + B:"botania:doppleganger"=true + + # Allows the gathering and spawning of botania:pinkWither [default: true] + B:"botania:pink_wither"=true + + # Allows the gathering and spawning of botania:pixie [default: true] + B:"botania:pixie"=true + + # Allows the gathering and spawning of chickenschicken [default: true] + B:"chickens:chickenschicken"=true + + # Allows the gathering and spawning of turtle_player [default: true] + B:"computercraft:turtle_player"=true + + # Allows the gathering and spawning of cyclicmagic_robot [default: true] + B:"cyclicmagic:robot"=true + + # Allows the gathering and spawning of deepmoblearning.glitch [default: true] + B:"deepmoblearning:glitch"=true + + # Allows the gathering and spawning of deepmoblearning.trial_cave_spider [default: true] + B:"deepmoblearning:trial_cave_spider"=true + + # Allows the gathering and spawning of deepmoblearning.trial_enderman [default: true] + B:"deepmoblearning:trial_enderman"=true + + # Allows the gathering and spawning of deepmoblearning.trial_slime [default: true] + B:"deepmoblearning:trial_slime"=true + + # Allows the gathering and spawning of deepmoblearning.trial_spider [default: true] + B:"deepmoblearning:trial_spider"=true + + # Allows the gathering and spawning of monoliths [default: true] + B:"dimdoors:mob_monolith"=true + + # Allows the gathering and spawning of divinerpg.acid_hag [default: true] + B:"divinerpg:acid_hag"=true + + # Allows the gathering and spawning of divinerpg.advanced_cori [default: true] + B:"divinerpg:advanced_cori"=true + + # Allows the gathering and spawning of divinerpg.alicanto [default: true] + B:"divinerpg:alicanto"=true + + # Allows the gathering and spawning of divinerpg.ancient_entity [default: true] + B:"divinerpg:ancient_entity"=true + + # Allows the gathering and spawning of divinerpg.angry_bunny [default: true] + B:"divinerpg:angry_bunny"=true + + # Allows the gathering and spawning of divinerpg.apalachia_cadillion [default: true] + B:"divinerpg:apalachia_cadillion"=true + + # Allows the gathering and spawning of divinerpg.apalachia_golem [default: true] + B:"divinerpg:apalachia_golem"=true + + # Allows the gathering and spawning of divinerpg.apalachia_tomo [default: true] + B:"divinerpg:apalachia_tomo"=true + + # Allows the gathering and spawning of divinerpg.arid_warrior [default: true] + B:"divinerpg:arid_warrior"=true + + # Allows the gathering and spawning of divinerpg.ayeraco_blue [default: true] + B:"divinerpg:ayeraco_blue"=true + + # Allows the gathering and spawning of divinerpg.ayeraco_green [default: true] + B:"divinerpg:ayeraco_green"=true + + # Allows the gathering and spawning of divinerpg.ayeraco_purple [default: true] + B:"divinerpg:ayeraco_purple"=true + + # Allows the gathering and spawning of divinerpg.ayeraco_red [default: true] + B:"divinerpg:ayeraco_red"=true + + # Allows the gathering and spawning of divinerpg.ayeraco_yellow [default: true] + B:"divinerpg:ayeraco_yellow"=true + + # Allows the gathering and spawning of divinerpg.basilisk [default: true] + B:"divinerpg:basilisk"=true + + # Allows the gathering and spawning of divinerpg.behemoth [default: true] + B:"divinerpg:behemoth"=true + + # Allows the gathering and spawning of divinerpg.biphron [default: true] + B:"divinerpg:biphron"=true + + # Allows the gathering and spawning of divinerpg.bohemite [default: true] + B:"divinerpg:bohemite"=true + + # Allows the gathering and spawning of divinerpg.brown_grizzle [default: true] + B:"divinerpg:brown_grizzle"=true + + # Allows the gathering and spawning of divinerpg.bunny [default: true] + B:"divinerpg:bunny"=true + + # Allows the gathering and spawning of divinerpg.captain_merik [default: true] + B:"divinerpg:captain_merik"=true + + # Allows the gathering and spawning of divinerpg.cave_crawler [default: true] + B:"divinerpg:cave_crawler"=true + + # Allows the gathering and spawning of divinerpg.caveclops [default: true] + B:"divinerpg:caveclops"=true + + # Allows the gathering and spawning of divinerpg.crab [default: true] + B:"divinerpg:crab"=true + + # Allows the gathering and spawning of divinerpg.crypt_keeper [default: true] + B:"divinerpg:crypt_keeper"=true + + # Allows the gathering and spawning of divinerpg.cyclops [default: true] + B:"divinerpg:cyclops"=true + + # Allows the gathering and spawning of divinerpg.cymesoid [default: true] + B:"divinerpg:cymesoid"=true + + # Allows the gathering and spawning of divinerpg.datticon [default: true] + B:"divinerpg:datticon"=true + + # Allows the gathering and spawning of divinerpg.death_hound [default: true] + B:"divinerpg:death_hound"=true + + # Allows the gathering and spawning of divinerpg.deathcryx [default: true] + B:"divinerpg:deathcryx"=true + + # Allows the gathering and spawning of divinerpg.demon_of_darkness [default: true] + B:"divinerpg:demon_of_darkness"=true + + # Allows the gathering and spawning of divinerpg.densos [default: true] + B:"divinerpg:densos"=true + + # Allows the gathering and spawning of divinerpg.desert_crawler [default: true] + B:"divinerpg:desert_crawler"=true + + # Allows the gathering and spawning of divinerpg.dissiment [default: true] + B:"divinerpg:dissiment"=true + + # Allows the gathering and spawning of divinerpg.dramix [default: true] + B:"divinerpg:dramix"=true + + # Allows the gathering and spawning of divinerpg.dreamwrecker [default: true] + B:"divinerpg:dreamwrecker"=true + + # Allows the gathering and spawning of divinerpg.dungeon_constructor [default: true] + B:"divinerpg:dungeon_constructor"=true + + # Allows the gathering and spawning of divinerpg.dungeon_demon [default: true] + B:"divinerpg:dungeon_demon"=true + + # Allows the gathering and spawning of divinerpg.dungeon_prisoner [default: true] + B:"divinerpg:dungeon_prisoner"=true + + # Allows the gathering and spawning of divinerpg.duo [default: true] + B:"divinerpg:duo"=true + + # Allows the gathering and spawning of divinerpg.eden_cadillion [default: true] + B:"divinerpg:eden_cadillion"=true + + # Allows the gathering and spawning of divinerpg.eden_tomo [default: true] + B:"divinerpg:eden_tomo"=true + + # Allows the gathering and spawning of divinerpg.ehu [default: true] + B:"divinerpg:ehu"=true + + # Allows the gathering and spawning of divinerpg.enchanted_archer [default: true] + B:"divinerpg:enchanted_archer"=true + + # Allows the gathering and spawning of divinerpg.enchanted_warrior [default: true] + B:"divinerpg:enchanted_warrior"=true + + # Allows the gathering and spawning of divinerpg.ender_spider [default: true] + B:"divinerpg:ender_spider"=true + + # Allows the gathering and spawning of divinerpg.ender_triplets [default: true] + B:"divinerpg:ender_triplets"=true + + # Allows the gathering and spawning of divinerpg.ender_watcher [default: true] + B:"divinerpg:ender_watcher"=true + + # Allows the gathering and spawning of divinerpg.ent [default: true] + B:"divinerpg:ent"=true + + # Allows the gathering and spawning of divinerpg.enthralled_dramcryx [default: true] + B:"divinerpg:enthralled_dramcryx"=true + + # Allows the gathering and spawning of divinerpg.epiphite [default: true] + B:"divinerpg:epiphite"=true + + # Allows the gathering and spawning of divinerpg.eternal_archer [default: true] + B:"divinerpg:eternal_archer"=true + + # Allows the gathering and spawning of divinerpg.experienced_cori [default: true] + B:"divinerpg:experienced_cori"=true + + # Allows the gathering and spawning of divinerpg.fake_vhraak [default: true] + B:"divinerpg:fake_vhraak"=true + + # Allows the gathering and spawning of divinerpg.fractite [default: true] + B:"divinerpg:fractite"=true + + # Allows the gathering and spawning of divinerpg.frost [default: true] + B:"divinerpg:frost"=true + + # Allows the gathering and spawning of divinerpg.frost_archer [default: true] + B:"divinerpg:frost_archer"=true + + # Allows the gathering and spawning of divinerpg.frosty [default: true] + B:"divinerpg:frosty"=true + + # Allows the gathering and spawning of divinerpg.fyracryx [default: true] + B:"divinerpg:fyracryx"=true + + # Allows the gathering and spawning of divinerpg.galroid [default: true] + B:"divinerpg:galroid"=true + + # Allows the gathering and spawning of divinerpg.glacide [default: true] + B:"divinerpg:glacide"=true + + # Allows the gathering and spawning of divinerpg.glacon [default: true] + B:"divinerpg:glacon"=true + + # Allows the gathering and spawning of divinerpg.golem_of_rejuvenation [default: true] + B:"divinerpg:golem_of_rejuvenation"=true + + # Allows the gathering and spawning of divinerpg.gorgosion [default: true] + B:"divinerpg:gorgosion"=true + + # Allows the gathering and spawning of divinerpg.greenfeet [default: true] + B:"divinerpg:greenfeet"=true + + # Allows the gathering and spawning of divinerpg.hastreus [default: true] + B:"divinerpg:hastreus"=true + + # Allows the gathering and spawning of divinerpg.helio [default: true] + B:"divinerpg:helio"=true + + # Allows the gathering and spawning of divinerpg.hell_pig [default: true] + B:"divinerpg:hell_pig"=true + + # Allows the gathering and spawning of divinerpg.hell_spider [default: true] + B:"divinerpg:hell_spider"=true + + # Allows the gathering and spawning of divinerpg.hive_queen [default: true] + B:"divinerpg:hive_queen"=true + + # Allows the gathering and spawning of divinerpg.hive_soldier [default: true] + B:"divinerpg:hive_soldier"=true + + # Allows the gathering and spawning of divinerpg.hover_stinger [default: true] + B:"divinerpg:hover_stinger"=true + + # Allows the gathering and spawning of divinerpg.husk [default: true] + B:"divinerpg:husk"=true + + # Allows the gathering and spawning of divinerpg.jack_o_man [default: true] + B:"divinerpg:jack_o_man"=true + + # Allows the gathering and spawning of divinerpg.jungle_bat [default: true] + B:"divinerpg:jungle_bat"=true + + # Allows the gathering and spawning of divinerpg.jungle_dramcryx [default: true] + B:"divinerpg:jungle_dramcryx"=true + + # Allows the gathering and spawning of divinerpg.jungle_spider [default: true] + B:"divinerpg:jungle_spider"=true + + # Allows the gathering and spawning of divinerpg.karos [default: true] + B:"divinerpg:karos"=true + + # Allows the gathering and spawning of divinerpg.karot [default: true] + B:"divinerpg:karot"=true + + # Allows the gathering and spawning of divinerpg.kazari [default: true] + B:"divinerpg:kazari"=true + + # Allows the gathering and spawning of divinerpg.kazrotic [default: true] + B:"divinerpg:kazrotic"=true + + # Allows the gathering and spawning of divinerpg.king_crab [default: true] + B:"divinerpg:king_crab"=true + + # Allows the gathering and spawning of divinerpg.king_of_scorchers [default: true] + B:"divinerpg:king_of_scorchers"=true + + # Allows the gathering and spawning of divinerpg.kobblin [default: true] + B:"divinerpg:kobblin"=true + + # Allows the gathering and spawning of divinerpg.lady_luna [default: true] + B:"divinerpg:lady_luna"=true + + # Allows the gathering and spawning of divinerpg.leorna [default: true] + B:"divinerpg:leorna"=true + + # Allows the gathering and spawning of divinerpg.lheiva [default: true] + B:"divinerpg:lheiva"=true + + # Allows the gathering and spawning of divinerpg.liopleurodon [default: true] + B:"divinerpg:liopleurodon"=true + + # Allows the gathering and spawning of divinerpg.livestock_merchant [default: true] + B:"divinerpg:livestock_merchant"=true + + # Allows the gathering and spawning of divinerpg.living_statue [default: true] + B:"divinerpg:living_statue"=true + + # Allows the gathering and spawning of divinerpg.lord_vatticus [default: true] + B:"divinerpg:lord_vatticus"=true + + # Allows the gathering and spawning of divinerpg.lorga [default: true] + B:"divinerpg:lorga"=true + + # Allows the gathering and spawning of divinerpg.lorga_flight [default: true] + B:"divinerpg:lorga_flight"=true + + # Allows the gathering and spawning of divinerpg.madivel [default: true] + B:"divinerpg:madivel"=true + + # Allows the gathering and spawning of divinerpg.mage [default: true] + B:"divinerpg:mage"=true + + # Allows the gathering and spawning of divinerpg.mandragora [default: true] + B:"divinerpg:mandragora"=true + + # Allows the gathering and spawning of divinerpg.megalith [default: true] + B:"divinerpg:megalith"=true + + # Allows the gathering and spawning of divinerpg.miner [default: true] + B:"divinerpg:miner"=true + + # Allows the gathering and spawning of divinerpg.moon_wolf [default: true] + B:"divinerpg:moon_wolf"=true + + # Allows the gathering and spawning of divinerpg.mortum_cadillion [default: true] + B:"divinerpg:mortum_cadillion"=true + + # Allows the gathering and spawning of divinerpg.mysterious_man_layer_1 [default: true] + B:"divinerpg:mysterious_man_layer_1"=true + + # Allows the gathering and spawning of divinerpg.mysterious_man_layer_2 [default: true] + B:"divinerpg:mysterious_man_layer_2"=true + + # Allows the gathering and spawning of divinerpg.mysterious_man_layer_3 [default: true] + B:"divinerpg:mysterious_man_layer_3"=true + + # Allows the gathering and spawning of divinerpg.mystic [default: true] + B:"divinerpg:mystic"=true + + # Allows the gathering and spawning of divinerpg.parasecta [default: true] + B:"divinerpg:parasecta"=true + + # Allows the gathering and spawning of divinerpg.paratiku [default: true] + B:"divinerpg:paratiku"=true + + # Allows the gathering and spawning of divinerpg.pumpkin_spider [default: true] + B:"divinerpg:pumpkin_spider"=true + + # Allows the gathering and spawning of divinerpg.quadro [default: true] + B:"divinerpg:quadro"=true + + # Allows the gathering and spawning of divinerpg.raglok [default: true] + B:"divinerpg:raglok"=true + + # Allows the gathering and spawning of divinerpg.rainbour [default: true] + B:"divinerpg:rainbour"=true + + # Allows the gathering and spawning of divinerpg.razorback [default: true] + B:"divinerpg:razorback"=true + + # Allows the gathering and spawning of divinerpg.reyvor [default: true] + B:"divinerpg:reyvor"=true + + # Allows the gathering and spawning of divinerpg.roamer [default: true] + B:"divinerpg:roamer"=true + + # Allows the gathering and spawning of divinerpg.rollum [default: true] + B:"divinerpg:rollum"=true + + # Allows the gathering and spawning of divinerpg.rotatick [default: true] + B:"divinerpg:rotatick"=true + + # Allows the gathering and spawning of divinerpg.saguaro_worm [default: true] + B:"divinerpg:saguaro_worm"=true + + # Allows the gathering and spawning of divinerpg.samek [default: true] + B:"divinerpg:samek"=true + + # Allows the gathering and spawning of divinerpg.scorcher [default: true] + B:"divinerpg:scorcher"=true + + # Allows the gathering and spawning of divinerpg.seimer [default: true] + B:"divinerpg:seimer"=true + + # Allows the gathering and spawning of divinerpg.shadahier [default: true] + B:"divinerpg:shadahier"=true + + # Allows the gathering and spawning of divinerpg.shark [default: true] + B:"divinerpg:shark"=true + + # Allows the gathering and spawning of divinerpg.skythern_archer [default: true] + B:"divinerpg:skythern_archer"=true + + # Allows the gathering and spawning of divinerpg.skythern_fiend [default: true] + B:"divinerpg:skythern_fiend"=true + + # Allows the gathering and spawning of divinerpg.skythern_golem [default: true] + B:"divinerpg:skythern_golem"=true + + # Allows the gathering and spawning of divinerpg.smelter [default: true] + B:"divinerpg:smelter"=true + + # Allows the gathering and spawning of divinerpg.snapper [default: true] + B:"divinerpg:snapper"=true + + # Allows the gathering and spawning of divinerpg.sorcerer [default: true] + B:"divinerpg:sorcerer"=true + + # Allows the gathering and spawning of divinerpg.soul_fiend [default: true] + B:"divinerpg:soul_fiend"=true + + # Allows the gathering and spawning of divinerpg.soul_spider [default: true] + B:"divinerpg:soul_spider"=true + + # Allows the gathering and spawning of divinerpg.soul_stealer [default: true] + B:"divinerpg:soul_stealer"=true + + # Allows the gathering and spawning of divinerpg.spellbinder [default: true] + B:"divinerpg:spellbinder"=true + + # Allows the gathering and spawning of divinerpg.stone_golem [default: true] + B:"divinerpg:stone_golem"=true + + # Allows the gathering and spawning of divinerpg.sun_archer [default: true] + B:"divinerpg:sun_archer"=true + + # Allows the gathering and spawning of divinerpg.sunstorm [default: true] + B:"divinerpg:sunstorm"=true + + # Allows the gathering and spawning of divinerpg.temple_guardian [default: true] + B:"divinerpg:temple_guardian"=true + + # Allows the gathering and spawning of divinerpg.termasect [default: true] + B:"divinerpg:termasect"=true + + # Allows the gathering and spawning of divinerpg.termid [default: true] + B:"divinerpg:termid"=true + + # Allows the gathering and spawning of divinerpg.the_eye [default: true] + B:"divinerpg:the_eye"=true + + # Allows the gathering and spawning of divinerpg.the_grue [default: true] + B:"divinerpg:the_grue"=true + + # Allows the gathering and spawning of divinerpg.the_hunger [default: true] + B:"divinerpg:the_hunger"=true + + # Allows the gathering and spawning of divinerpg.the_watcher [default: true] + B:"divinerpg:the_watcher"=true + + # Allows the gathering and spawning of divinerpg.tocaxin [default: true] + B:"divinerpg:tocaxin"=true + + # Allows the gathering and spawning of divinerpg.twilight_archer [default: true] + B:"divinerpg:twilight_archer"=true + + # Allows the gathering and spawning of divinerpg.twilight_demon [default: true] + B:"divinerpg:twilight_demon"=true + + # Allows the gathering and spawning of divinerpg.twins [default: true] + B:"divinerpg:twins"=true + + # Allows the gathering and spawning of divinerpg.vamacheron [default: true] + B:"divinerpg:vamacheron"=true + + # Allows the gathering and spawning of divinerpg.verek [default: true] + B:"divinerpg:verek"=true + + # Allows the gathering and spawning of divinerpg.vermenous [default: true] + B:"divinerpg:vermenous"=true + + # Allows the gathering and spawning of divinerpg.vhraak [default: true] + B:"divinerpg:vhraak"=true + + # Allows the gathering and spawning of divinerpg.war_general [default: true] + B:"divinerpg:war_general"=true + + # Allows the gathering and spawning of divinerpg.weak_cori [default: true] + B:"divinerpg:weak_cori"=true + + # Allows the gathering and spawning of divinerpg.whale [default: true] + B:"divinerpg:whale"=true + + # Allows the gathering and spawning of divinerpg.white_grizzle [default: true] + B:"divinerpg:white_grizzle"=true + + # Allows the gathering and spawning of divinerpg.wildfire [default: true] + B:"divinerpg:wildfire"=true + + # Allows the gathering and spawning of divinerpg.wildwood_cadillion [default: true] + B:"divinerpg:wildwood_cadillion"=true + + # Allows the gathering and spawning of divinerpg.wildwood_golem [default: true] + B:"divinerpg:wildwood_golem"=true + + # Allows the gathering and spawning of divinerpg.wildwood_tomo [default: true] + B:"divinerpg:wildwood_tomo"=true + + # Allows the gathering and spawning of divinerpg.workshop_merchant [default: true] + B:"divinerpg:workshop_merchant"=true + + # Allows the gathering and spawning of divinerpg.workshop_tinkerer [default: true] + B:"divinerpg:workshop_tinkerer"=true + + # Allows the gathering and spawning of divinerpg.wraith [default: true] + B:"divinerpg:wraith"=true + + # Allows the gathering and spawning of divinerpg.wreck [default: true] + B:"divinerpg:wreck"=true + + # Allows the gathering and spawning of divinerpg.zelus [default: true] + B:"divinerpg:zelus"=true + + # Allows the gathering and spawning of divinerpg.zone [default: true] + B:"divinerpg:zone"=true + + # Allows the gathering and spawning of divinerpg.zoragon [default: true] + B:"divinerpg:zoragon"=true + + # Allows the gathering and spawning of draconicevolution:ChaosGuardian [default: true] + B:"draconicevolution:chaosguardian"=true + + # Allows the gathering and spawning of draconicevolution:EnderEnergyManipulator [default: true] + B:"draconicevolution:enderenergymanipulator"=true + + # Allows the gathering and spawning of draconicevolution:GuardianCrystal [default: true] + B:"draconicevolution:guardiancrystal"=true + + # Allows the gathering and spawning of ebwizardry:blaze_minion [default: true] + B:"ebwizardry:blaze_minion"=true + + # Allows the gathering and spawning of ebwizardry:decoy [default: true] + B:"ebwizardry:decoy"=true + + # Allows the gathering and spawning of ebwizardry:evil_wizard [default: true] + B:"ebwizardry:evil_wizard"=true + + # Allows the gathering and spawning of ebwizardry:husk_minion [default: true] + B:"ebwizardry:husk_minion"=true + + # Allows the gathering and spawning of ebwizardry:ice_giant [default: true] + B:"ebwizardry:ice_giant"=true + + # Allows the gathering and spawning of ebwizardry:ice_wraith [default: true] + B:"ebwizardry:ice_wraith"=true + + # Allows the gathering and spawning of ebwizardry:lightning_wraith [default: true] + B:"ebwizardry:lightning_wraith"=true + + # Allows the gathering and spawning of ebwizardry:magic_slime [default: true] + B:"ebwizardry:magic_slime"=true + + # Allows the gathering and spawning of ebwizardry:phoenix [default: true] + B:"ebwizardry:phoenix"=true + + # Allows the gathering and spawning of ebwizardry:remnant [default: true] + B:"ebwizardry:remnant"=true + + # Allows the gathering and spawning of ebwizardry:shadow_wraith [default: true] + B:"ebwizardry:shadow_wraith"=true + + # Allows the gathering and spawning of ebwizardry:silverfish_minion [default: true] + B:"ebwizardry:silverfish_minion"=true + + # Allows the gathering and spawning of ebwizardry:skeleton_minion [default: true] + B:"ebwizardry:skeleton_minion"=true + + # Allows the gathering and spawning of ebwizardry:spider_minion [default: true] + B:"ebwizardry:spider_minion"=true + + # Allows the gathering and spawning of ebwizardry:spirit_horse [default: true] + B:"ebwizardry:spirit_horse"=true + + # Allows the gathering and spawning of ebwizardry:spirit_wolf [default: true] + B:"ebwizardry:spirit_wolf"=true + + # Allows the gathering and spawning of ebwizardry:storm_elemental [default: true] + B:"ebwizardry:storm_elemental"=true + + # Allows the gathering and spawning of ebwizardry:stray_minion [default: true] + B:"ebwizardry:stray_minion"=true + + # Allows the gathering and spawning of ebwizardry:vex_minion [default: true] + B:"ebwizardry:vex_minion"=true + + # Allows the gathering and spawning of ebwizardry:wither_skeleton_minion [default: true] + B:"ebwizardry:wither_skeleton_minion"=true + + # Allows the gathering and spawning of ebwizardry:wizard [default: true] + B:"ebwizardry:wizard"=true + + # Allows the gathering and spawning of ebwizardry:zombie_minion [default: true] + B:"ebwizardry:zombie_minion"=true + + # Allows the gathering and spawning of enderutilities.endermanfighter [default: true] + B:"enderutilities:endermanfighter"=true + + # Allows the gathering and spawning of erebus.animated_bamboo_crate [default: true] + B:"erebus:erebus.animated_bamboo_crate"=true + + # Allows the gathering and spawning of erebus.animated_block [default: true] + B:"erebus:erebus.animated_block"=true + + # Allows the gathering and spawning of erebus.animated_chest [default: true] + B:"erebus:erebus.animated_chest"=true + + # Allows the gathering and spawning of erebus.antlion [default: true] + B:"erebus:erebus.antlion"=true + + # Allows the gathering and spawning of erebus.antlion_boss [default: true] + B:"erebus:erebus.antlion_boss"=true + + # Allows the gathering and spawning of erebus.antlion_mini_boss [default: true] + B:"erebus:erebus.antlion_mini_boss"=true + + # Allows the gathering and spawning of erebus.bed_bug [default: true] + B:"erebus:erebus.bed_bug"=true + + # Allows the gathering and spawning of erebus.beetle [default: true] + B:"erebus:erebus.beetle"=true + + # Allows the gathering and spawning of erebus.beetle_larva [default: true] + B:"erebus:erebus.beetle_larva"=true + + # Allows the gathering and spawning of erebus.black_ant [default: true] + B:"erebus:erebus.black_ant"=true + + # Allows the gathering and spawning of erebus.black_widow [default: true] + B:"erebus:erebus.black_widow"=true + + # Allows the gathering and spawning of erebus.bog_maw [default: true] + B:"erebus:erebus.bog_maw"=true + + # Allows the gathering and spawning of erebus.bombardier_beetle [default: true] + B:"erebus:erebus.bombardier_beetle"=true + + # Allows the gathering and spawning of erebus.bombardier_beetle_larva [default: true] + B:"erebus:erebus.bombardier_beetle_larva"=true + + # Allows the gathering and spawning of erebus.bot_fly [default: true] + B:"erebus:erebus.bot_fly"=true + + # Allows the gathering and spawning of erebus.bot_fly_larva [default: true] + B:"erebus:erebus.bot_fly_larva"=true + + # Allows the gathering and spawning of erebus.centipede [default: true] + B:"erebus:erebus.centipede"=true + + # Allows the gathering and spawning of erebus.chameleon_tick [default: true] + B:"erebus:erebus.chameleon_tick"=true + + # Allows the gathering and spawning of erebus.cicada [default: true] + B:"erebus:erebus.cicada"=true + + # Allows the gathering and spawning of erebus.crop_weevil [default: true] + B:"erebus:erebus.crop_weevil"=true + + # Allows the gathering and spawning of erebus.crushroom [default: true] + B:"erebus:erebus.crushroom"=true + + # Allows the gathering and spawning of erebus.dragon_fly [default: true] + B:"erebus:erebus.dragon_fly"=true + + # Allows the gathering and spawning of erebus.fire_ant [default: true] + B:"erebus:erebus.fire_ant"=true + + # Allows the gathering and spawning of erebus.fire_ant_soldier [default: true] + B:"erebus:erebus.fire_ant_soldier"=true + + # Allows the gathering and spawning of erebus.fly [default: true] + B:"erebus:erebus.fly"=true + + # Allows the gathering and spawning of erebus.fungal_weevil [default: true] + B:"erebus:erebus.fungal_weevil"=true + + # Allows the gathering and spawning of erebus.gas_vent [default: true] + B:"erebus:erebus.gas_vent"=true + + # Allows the gathering and spawning of erebus.glow_worm [default: true] + B:"erebus:erebus.glow_worm"=true + + # Allows the gathering and spawning of erebus.grasshopper [default: true] + B:"erebus:erebus.grasshopper"=true + + # Allows the gathering and spawning of erebus.honey_pot_ant [default: true] + B:"erebus:erebus.honey_pot_ant"=true + + # Allows the gathering and spawning of erebus.jumping_spider [default: true] + B:"erebus:erebus.jumping_spider"=true + + # Allows the gathering and spawning of erebus.lava_web_spider [default: true] + B:"erebus:erebus.lava_web_spider"=true + + # Allows the gathering and spawning of erebus.locust [default: true] + B:"erebus:erebus.locust"=true + + # Allows the gathering and spawning of erebus.magma_crawler [default: true] + B:"erebus:erebus.magma_crawler"=true + + # Allows the gathering and spawning of erebus.midge_swarm [default: true] + B:"erebus:erebus.midge_swarm"=true + + # Allows the gathering and spawning of erebus.money_spider [default: true] + B:"erebus:erebus.money_spider"=true + + # Allows the gathering and spawning of erebus.mosquito [default: true] + B:"erebus:erebus.mosquito"=true + + # Allows the gathering and spawning of erebus.moth [default: true] + B:"erebus:erebus.moth"=true + + # Allows the gathering and spawning of erebus.pond_skater [default: true] + B:"erebus:erebus.pond_skater"=true + + # Allows the gathering and spawning of erebus.praying_mantis [default: true] + B:"erebus:erebus.praying_mantis"=true + + # Allows the gathering and spawning of erebus.punchroom [default: true] + B:"erebus:erebus.punchroom"=true + + # Allows the gathering and spawning of erebus.rhino_beetle [default: true] + B:"erebus:erebus.rhino_beetle"=true + + # Allows the gathering and spawning of erebus.scorpion [default: true] + B:"erebus:erebus.scorpion"=true + + # Allows the gathering and spawning of erebus.scytodes [default: true] + B:"erebus:erebus.scytodes"=true + + # Allows the gathering and spawning of erebus.solifuge [default: true] + B:"erebus:erebus.solifuge"=true + + # Allows the gathering and spawning of erebus.solifuge_small [default: true] + B:"erebus:erebus.solifuge_small"=true + + # Allows the gathering and spawning of erebus.stag_beetle [default: true] + B:"erebus:erebus.stag_beetle"=true + + # Allows the gathering and spawning of erebus.tarantula [default: true] + B:"erebus:erebus.tarantula"=true + + # Allows the gathering and spawning of erebus.tarantula_baby [default: true] + B:"erebus:erebus.tarantula_baby"=true + + # Allows the gathering and spawning of erebus.tarantula_mini_boss [default: true] + B:"erebus:erebus.tarantula_mini_boss"=true + + # Allows the gathering and spawning of erebus.titan_beetle [default: true] + B:"erebus:erebus.titan_beetle"=true + + # Allows the gathering and spawning of erebus.umber_golem [default: true] + B:"erebus:erebus.umber_golem"=true + + # Allows the gathering and spawning of erebus.umber_golem_idol [default: true] + B:"erebus:erebus.umber_golem_idol"=true + + # Allows the gathering and spawning of erebus.velvet_worm [default: true] + B:"erebus:erebus.velvet_worm"=true + + # Allows the gathering and spawning of erebus.wasp [default: true] + B:"erebus:erebus.wasp"=true + + # Allows the gathering and spawning of erebus.woodlouse [default: true] + B:"erebus:erebus.woodlouse"=true + + # Allows the gathering and spawning of erebus.worker_bee [default: true] + B:"erebus:erebus.worker_bee"=true + + # Allows the gathering and spawning of erebus.zombie_ant [default: true] + B:"erebus:erebus.zombie_ant"=true + + # Allows the gathering and spawning of erebus.zombie_ant_soldier [default: true] + B:"erebus:erebus.zombie_ant_soldier"=true + + # Allows the gathering and spawning of extrabotany:darkpixie [default: true] + B:"extrabotany:darkpixie"=true + + # Allows the gathering and spawning of extrabotany:gaiaIII [default: true] + B:"extrabotany:gaiaiii"=true + + # Allows the gathering and spawning of extrabotany:petpixie [default: true] + B:"extrabotany:petpixie"=true + + # Allows the gathering and spawning of extrabotany:skullminion [default: true] + B:"extrabotany:skullminion"=true + + # Allows the gathering and spawning of extrabotany:voidherrscher [default: true] + B:"extrabotany:voidherrscher"=true + + # Allows the gathering and spawning of butterflyGE [default: true] + B:"forestry:butterflyge"=true + + # Allows the gathering and spawning of Rooster [default: true] + B:"hatchery:roosterentity"=true + + # Allows the gathering and spawning of amphithere [default: true] + B:"iceandfire:amphithere"=true + + # Allows the gathering and spawning of cyclops [default: true] + B:"iceandfire:cyclops"=true + + # Allows the gathering and spawning of deathworm [default: true] + B:"iceandfire:deathworm"=true + + # Allows the gathering and spawning of dragonegg [default: true] + B:"iceandfire:dragonegg"=true + + # Allows the gathering and spawning of dragonskull [default: true] + B:"iceandfire:dragonskull"=true + + # Allows the gathering and spawning of dread_beast [default: true] + B:"iceandfire:dread_beast"=true + + # Allows the gathering and spawning of dread_ghoul [default: true] + B:"iceandfire:dread_ghoul"=true + + # Allows the gathering and spawning of dread_horse [default: true] + B:"iceandfire:dread_horse"=true + + # Allows the gathering and spawning of dread_knight [default: true] + B:"iceandfire:dread_knight"=true + + # Allows the gathering and spawning of dread_lich [default: true] + B:"iceandfire:dread_lich"=true + + # Allows the gathering and spawning of dread_scuttler [default: true] + B:"iceandfire:dread_scuttler"=true + + # Allows the gathering and spawning of dread_thrall [default: true] + B:"iceandfire:dread_thrall"=true + + # Allows the gathering and spawning of firedragon [default: true] + B:"iceandfire:firedragon"=true + + # Allows the gathering and spawning of gorgon [default: true] + B:"iceandfire:gorgon"=true + + # Allows the gathering and spawning of hippocampus [default: true] + B:"iceandfire:hippocampus"=true + + # Allows the gathering and spawning of hippogryph [default: true] + B:"iceandfire:hippogryph"=true + + # Allows the gathering and spawning of icedragon [default: true] + B:"iceandfire:icedragon"=true + + # Allows the gathering and spawning of if_cockatrice [default: true] + B:"iceandfire:if_cockatrice"=true + + # Allows the gathering and spawning of if_hydra [default: true] + B:"iceandfire:if_hydra"=true + + # Allows the gathering and spawning of if_mob_skull [default: true] + B:"iceandfire:if_mob_skull"=true + + # Allows the gathering and spawning of if_pixie [default: true] + B:"iceandfire:if_pixie"=true + + # Allows the gathering and spawning of if_troll [default: true] + B:"iceandfire:if_troll"=true + + # Allows the gathering and spawning of myrmex_egg [default: true] + B:"iceandfire:myrmex_egg"=true + + # Allows the gathering and spawning of myrmex_queen [default: true] + B:"iceandfire:myrmex_queen"=true + + # Allows the gathering and spawning of myrmex_royal [default: true] + B:"iceandfire:myrmex_royal"=true + + # Allows the gathering and spawning of myrmex_sentinel [default: true] + B:"iceandfire:myrmex_sentinel"=true + + # Allows the gathering and spawning of myrmex_soldier [default: true] + B:"iceandfire:myrmex_soldier"=true + + # Allows the gathering and spawning of myrmex_swarmer [default: true] + B:"iceandfire:myrmex_swarmer"=true + + # Allows the gathering and spawning of myrmex_worker [default: true] + B:"iceandfire:myrmex_worker"=true + + # Allows the gathering and spawning of seaserpent [default: true] + B:"iceandfire:seaserpent"=true + + # Allows the gathering and spawning of siren [default: true] + B:"iceandfire:siren"=true + + # Allows the gathering and spawning of snowvillager [default: true] + B:"iceandfire:snowvillager"=true + + # Allows the gathering and spawning of stonestatue [default: true] + B:"iceandfire:stonestatue"=true + + # Allows the gathering and spawning of stymphalianbird [default: true] + B:"iceandfire:stymphalianbird"=true + + # Allows the gathering and spawning of pink_slime [default: true] + B:"industrialforegoing:pink_slime"=true + + # Allows the gathering and spawning of howler [default: true] + B:"leshen:howler"=true + + # Allows the gathering and spawning of leshen [default: true] + B:"leshen:leshen"=true + + # Allows the gathering and spawning of summoned_spider [default: true] + B:"leshen:leshen_spider"=true + + # Allows the gathering and spawning of summoned_wolf [default: true] + B:"leshen:leshen_wolf"=true + + # Allows the gathering and spawning of ent_ChaosChicken [default: true] + B:"mightyenderchicken:ent_chaoschicken"=true + + # Allows the gathering and spawning of ent_EnderChicken [default: true] + B:"mightyenderchicken:ent_enderchicken"=true + + # Allows the gathering and spawning of ArmorStand [default: false] + B:"minecraft:armor_stand"=false + + # Allows the gathering and spawning of Bat [default: true] + B:"minecraft:bat"=true + + # Allows the gathering and spawning of Blaze [default: true] + B:"minecraft:blaze"=true + + # Allows the gathering and spawning of CaveSpider [default: true] + B:"minecraft:cave_spider"=true + + # Allows the gathering and spawning of Chicken [default: true] + B:"minecraft:chicken"=true + + # Allows the gathering and spawning of Cow [default: true] + B:"minecraft:cow"=true + + # Allows the gathering and spawning of Creeper [default: true] + B:"minecraft:creeper"=true + + # Allows the gathering and spawning of Donkey [default: true] + B:"minecraft:donkey"=true + + # Allows the gathering and spawning of ElderGuardian [default: false] + B:"minecraft:elder_guardian"=false + + # Allows the gathering and spawning of EnderDragon [default: false] + B:"minecraft:ender_dragon"=false + + # Allows the gathering and spawning of Enderman [default: true] + B:"minecraft:enderman"=true + + # Allows the gathering and spawning of Endermite [default: true] + B:"minecraft:endermite"=true + + # Allows the gathering and spawning of EvocationIllager [default: true] + B:"minecraft:evocation_illager"=true + + # Allows the gathering and spawning of Ghast [default: true] + B:"minecraft:ghast"=true + + # Allows the gathering and spawning of Giant [default: true] + B:"minecraft:giant"=true + + # Allows the gathering and spawning of Guardian [default: true] + B:"minecraft:guardian"=true + + # Allows the gathering and spawning of Horse [default: true] + B:"minecraft:horse"=true + + # Allows the gathering and spawning of Husk [default: true] + B:"minecraft:husk"=true + + # Allows the gathering and spawning of IllusionIllager [default: true] + B:"minecraft:illusion_illager"=true + + # Allows the gathering and spawning of Llama [default: true] + B:"minecraft:llama"=true + + # Allows the gathering and spawning of LavaSlime [default: true] + B:"minecraft:magma_cube"=true + + # Allows the gathering and spawning of MushroomCow [default: true] + B:"minecraft:mooshroom"=true + + # Allows the gathering and spawning of Mule [default: true] + B:"minecraft:mule"=true + + # Allows the gathering and spawning of Ozelot [default: true] + B:"minecraft:ocelot"=true + + # Allows the gathering and spawning of Parrot [default: true] + B:"minecraft:parrot"=true + + # Allows the gathering and spawning of Pig [default: true] + B:"minecraft:pig"=true + + # Allows the gathering and spawning of PolarBear [default: true] + B:"minecraft:polar_bear"=true + + # Allows the gathering and spawning of Rabbit [default: true] + B:"minecraft:rabbit"=true + + # Allows the gathering and spawning of Sheep [default: true] + B:"minecraft:sheep"=true + + # Allows the gathering and spawning of Shulker [default: true] + B:"minecraft:shulker"=true + + # Allows the gathering and spawning of Silverfish [default: true] + B:"minecraft:silverfish"=true + + # Allows the gathering and spawning of Skeleton [default: true] + B:"minecraft:skeleton"=true + + # Allows the gathering and spawning of SkeletonHorse [default: true] + B:"minecraft:skeleton_horse"=true + + # Allows the gathering and spawning of Slime [default: true] + B:"minecraft:slime"=true + + # Allows the gathering and spawning of SnowMan [default: true] + B:"minecraft:snowman"=true + + # Allows the gathering and spawning of Spider [default: true] + B:"minecraft:spider"=true + + # Allows the gathering and spawning of Squid [default: true] + B:"minecraft:squid"=true + + # Allows the gathering and spawning of Stray [default: true] + B:"minecraft:stray"=true + + # Allows the gathering and spawning of Vex [default: true] + B:"minecraft:vex"=true + + # Allows the gathering and spawning of Villager [default: true] + B:"minecraft:villager"=true + + # Allows the gathering and spawning of VillagerGolem [default: true] + B:"minecraft:villager_golem"=true + + # Allows the gathering and spawning of VindicationIllager [default: true] + B:"minecraft:vindication_illager"=true + + # Allows the gathering and spawning of Witch [default: true] + B:"minecraft:witch"=true + + # Allows the gathering and spawning of WitherBoss [default: false] + B:"minecraft:wither"=false + + # Allows the gathering and spawning of WitherSkeleton [default: true] + B:"minecraft:wither_skeleton"=true + + # Allows the gathering and spawning of Wolf [default: true] + B:"minecraft:wolf"=true + + # Allows the gathering and spawning of Zombie [default: true] + B:"minecraft:zombie"=true + + # Allows the gathering and spawning of ZombieHorse [default: true] + B:"minecraft:zombie_horse"=true + + # Allows the gathering and spawning of PigZombie [default: true] + B:"minecraft:zombie_pigman"=true + + # Allows the gathering and spawning of ZombieVillager [default: true] + B:"minecraft:zombie_villager"=true + + # Allows the gathering and spawning of imp [default: true] + B:"natura:imp"=true + + # Allows the gathering and spawning of nitrocreeper [default: true] + B:"natura:nitrocreeper"=true + + # Allows the gathering and spawning of nuclearcraft.feral_ghoul [default: true] + B:"nuclearcraft:feral_ghoul"=true + + # Allows the gathering and spawning of openblocks.luggage [default: true] + B:"openblocks:luggage"=true + + # Allows the gathering and spawning of openblocks.mini_me [default: true] + B:"openblocks:mini_me"=true + + # Allows the gathering and spawning of plethora:fakePlayer [default: true] + B:"plethora:fakeplayer"=true + + # Allows the gathering and spawning of BlindBandit [default: true] + B:"plustic:blindbandit"=true + + # Allows the gathering and spawning of SupremeLeader [default: true] + B:"plustic:supremeleader"=true + + # Allows the gathering and spawning of goldenChicken [default: true] + B:"randomthings:goldenchicken"=true + + # Allows the gathering and spawning of spirit [default: true] + B:"randomthings:spirit"=true + + # Allows the gathering and spawning of tconstruct.blueslime [default: true] + B:"tconstruct:blueslime"=true + + # Allows the gathering and spawning of Dummy [default: true] + B:"testdummy:dummy"=true + + # Allows the gathering and spawning of tfspellpack:carminite_ghastling_minion [default: true] + B:"tfspellpack:carminite_ghastling_minion"=true + + # Allows the gathering and spawning of tfspellpack:cave_troll_minion [default: true] + B:"tfspellpack:cave_troll_minion"=true + + # Allows the gathering and spawning of tfspellpack:druid_mage [default: true] + B:"tfspellpack:druid_mage"=true + + # Allows the gathering and spawning of tfspellpack:fire_beetle_minion [default: true] + B:"tfspellpack:fire_beetle_minion"=true + + # Allows the gathering and spawning of tfspellpack:redcap_goblin_minion [default: true] + B:"tfspellpack:redcap_goblin_minion"=true + + # Allows the gathering and spawning of tfspellpack:redcap_sapper_minion [default: true] + B:"tfspellpack:redcap_sapper_minion"=true + + # Allows the gathering and spawning of tfspellpack:skeleton_druid_minion [default: true] + B:"tfspellpack:skeleton_druid_minion"=true + + # Allows the gathering and spawning of tfspellpack:slime_beetle_minion [default: true] + B:"tfspellpack:slime_beetle_minion"=true + + # Allows the gathering and spawning of tfspellpack:snow_guardian_minion [default: true] + B:"tfspellpack:snow_guardian_minion"=true + + # Allows the gathering and spawning of tfspellpack:stable_ice_core_minion [default: true] + B:"tfspellpack:stable_ice_core_minion"=true + + # Allows the gathering and spawning of tfspellpack:twilight_wraith_minion [default: true] + B:"tfspellpack:twilight_wraith_minion"=true + + # Allows the gathering and spawning of tfspellpack:unstable_ice_core_minion [default: true] + B:"tfspellpack:unstable_ice_core_minion"=true + B:"tg:observer"=true + + # Allows the gathering and spawning of thaumadditions.blue_wolf [default: true] + B:"thaumadditions:blue_wolf"=true + + # Allows the gathering and spawning of thaumadditions.chester [default: true] + B:"thaumadditions:chester"=true + + # Allows the gathering and spawning of ArcaneBore [default: true] + B:"thaumcraft:arcanebore"=true + + # Allows the gathering and spawning of BrainyZombie [default: true] + B:"thaumcraft:brainyzombie"=true + + # Allows the gathering and spawning of CultistCleric [default: true] + B:"thaumcraft:cultistcleric"=true + + # Allows the gathering and spawning of CultistKnight [default: true] + B:"thaumcraft:cultistknight"=true + + # Allows the gathering and spawning of CultistLeader [default: true] + B:"thaumcraft:cultistleader"=true + + # Allows the gathering and spawning of CultistPortalGreater [default: true] + B:"thaumcraft:cultistportalgreater"=true + + # Allows the gathering and spawning of CultistPortalLesser [default: true] + B:"thaumcraft:cultistportallesser"=true + + # Allows the gathering and spawning of EldritchCrab [default: true] + B:"thaumcraft:eldritchcrab"=true + + # Allows the gathering and spawning of EldritchGolem [default: true] + B:"thaumcraft:eldritchgolem"=true + + # Allows the gathering and spawning of EldritchGuardian [default: true] + B:"thaumcraft:eldritchguardian"=true + + # Allows the gathering and spawning of EldritchWarden [default: true] + B:"thaumcraft:eldritchwarden"=true + + # Allows the gathering and spawning of Firebat [default: true] + B:"thaumcraft:firebat"=true + + # Allows the gathering and spawning of GiantBrainyZombie [default: true] + B:"thaumcraft:giantbrainyzombie"=true + + # Allows the gathering and spawning of Golem [default: true] + B:"thaumcraft:golem"=true + + # Allows the gathering and spawning of InhabitedZombie [default: true] + B:"thaumcraft:inhabitedzombie"=true + + # Allows the gathering and spawning of MindSpider [default: true] + B:"thaumcraft:mindspider"=true + + # Allows the gathering and spawning of Pech [default: true] + B:"thaumcraft:pech"=true + + # Allows the gathering and spawning of Spellbat [default: true] + B:"thaumcraft:spellbat"=true + + # Allows the gathering and spawning of Taintacle [default: true] + B:"thaumcraft:taintacle"=true + + # Allows the gathering and spawning of TaintacleGiant [default: true] + B:"thaumcraft:taintaclegiant"=true + + # Allows the gathering and spawning of TaintacleTiny [default: true] + B:"thaumcraft:taintacletiny"=true + + # Allows the gathering and spawning of TaintCrawler [default: true] + B:"thaumcraft:taintcrawler"=true + + # Allows the gathering and spawning of TaintSeed [default: true] + B:"thaumcraft:taintseed"=true + + # Allows the gathering and spawning of TaintSeedPrime [default: true] + B:"thaumcraft:taintseedprime"=true + + # Allows the gathering and spawning of TaintSwarm [default: true] + B:"thaumcraft:taintswarm"=true + + # Allows the gathering and spawning of ThaumSlime [default: true] + B:"thaumcraft:thaumslime"=true + + # Allows the gathering and spawning of TurretAdvanced [default: true] + B:"thaumcraft:turretadvanced"=true + + # Allows the gathering and spawning of TurretBasic [default: true] + B:"thaumcraft:turretbasic"=true + + # Allows the gathering and spawning of Wisp [default: true] + B:"thaumcraft:wisp"=true + + # Allows the gathering and spawning of thaumicaugmentation.autocaster [default: true] + B:"thaumicaugmentation:autocaster"=true + + # Allows the gathering and spawning of thaumicaugmentation.autocaster_eldritch [default: true] + B:"thaumicaugmentation:autocaster_eldritch"=true + + # Allows the gathering and spawning of thaumicaugmentation.celestial_observer [default: true] + B:"thaumicaugmentation:celestial_observer"=true + + # Allows the gathering and spawning of thaumicaugmentation.eldritch_golem [default: true] + B:"thaumicaugmentation:eldritch_golem"=true + + # Allows the gathering and spawning of thaumicaugmentation.eldritch_guardian [default: true] + B:"thaumicaugmentation:eldritch_guardian"=true + + # Allows the gathering and spawning of thaumicaugmentation.eldritch_warden [default: true] + B:"thaumicaugmentation:eldritch_warden"=true + + # Allows the gathering and spawning of thaumicaugmentation.primal_wisp [default: true] + B:"thaumicaugmentation:primal_wisp"=true + + # Allows the gathering and spawning of thaumicaugmentation.shield_focus [default: true] + B:"thaumicaugmentation:shield_focus"=true + + # Allows the gathering and spawning of thebetweenlands.anadia [default: true] + B:"thebetweenlands:anadia"=true + + # Allows the gathering and spawning of thebetweenlands.angler [default: true] + B:"thebetweenlands:angler"=true + + # Allows the gathering and spawning of thebetweenlands.ash_sprite [default: true] + B:"thebetweenlands:ash_sprite"=true + + # Allows the gathering and spawning of thebetweenlands.barrishee [default: true] + B:"thebetweenlands:barrishee"=true + B:"thebetweenlands:blind_cave_fish"=true + + # Allows the gathering and spawning of thebetweenlands.blood_snail [default: true] + B:"thebetweenlands:blood_snail"=true + + # Allows the gathering and spawning of thebetweenlands.boulder_sprite [default: true] + B:"thebetweenlands:boulder_sprite"=true + + # Allows the gathering and spawning of thebetweenlands.bubbler_crab [default: true] + B:"thebetweenlands:bubbler_crab"=true + + # Allows the gathering and spawning of thebetweenlands.cave_fish [default: true] + B:"thebetweenlands:cave_fish"=true + + # Allows the gathering and spawning of thebetweenlands.cc_ground_spawner [default: true] + B:"thebetweenlands:cc_ground_spawner"=true + + # Allows the gathering and spawning of thebetweenlands.chiromaw [default: true] + B:"thebetweenlands:chiromaw"=true + + # Allows the gathering and spawning of thebetweenlands.chiromaw_greebling_rider [default: true] + B:"thebetweenlands:chiromaw_greebling_rider"=true + + # Allows the gathering and spawning of thebetweenlands.chiromaw_hatchling [default: true] + B:"thebetweenlands:chiromaw_hatchling"=true + + # Allows the gathering and spawning of thebetweenlands.chiromaw_matriarch [default: true] + B:"thebetweenlands:chiromaw_matriarch"=true + + # Allows the gathering and spawning of thebetweenlands.chiromaw_tame [default: true] + B:"thebetweenlands:chiromaw_tame"=true + + # Allows the gathering and spawning of thebetweenlands.crypt_crawler [default: true] + B:"thebetweenlands:crypt_crawler"=true + + # Allows the gathering and spawning of thebetweenlands.dark_druid [default: true] + B:"thebetweenlands:dark_druid"=true + + # Allows the gathering and spawning of thebetweenlands.draeton_chiromaw_tamed [default: true] + B:"thebetweenlands:draeton_chiromaw_tamed"=true + + # Allows the gathering and spawning of thebetweenlands.draeton_dragonfly [default: true] + B:"thebetweenlands:draeton_dragonfly"=true + + # Allows the gathering and spawning of thebetweenlands.draeton_firefly [default: true] + B:"thebetweenlands:draeton_firefly"=true + + # Allows the gathering and spawning of thebetweenlands.dragonfly [default: true] + B:"thebetweenlands:dragonfly"=true + + # Allows the gathering and spawning of thebetweenlands.dreadful_mummy [default: true] + B:"thebetweenlands:dreadful_mummy"=true + + # Allows the gathering and spawning of thebetweenlands.emberling [default: true] + B:"thebetweenlands:emberling"=true + + # Allows the gathering and spawning of thebetweenlands.emberling_shaman [default: true] + B:"thebetweenlands:emberling_shaman"=true + + # Allows the gathering and spawning of thebetweenlands.firefly [default: true] + B:"thebetweenlands:firefly"=true + + # Allows the gathering and spawning of thebetweenlands.flame_jet [default: true] + B:"thebetweenlands:flame_jet"=true + + # Allows the gathering and spawning of thebetweenlands.fortress_boss [default: true] + B:"thebetweenlands:fortress_boss"=true + + # Allows the gathering and spawning of thebetweenlands.fortress_boss_blockade [default: true] + B:"thebetweenlands:fortress_boss_blockade"=true + + # Allows the gathering and spawning of thebetweenlands.fortress_boss_spawner [default: true] + B:"thebetweenlands:fortress_boss_spawner"=true + + # Allows the gathering and spawning of thebetweenlands.fortress_boss_turret [default: true] + B:"thebetweenlands:fortress_boss_turret"=true + + # Allows the gathering and spawning of thebetweenlands.freshwater_urchin [default: true] + B:"thebetweenlands:freshwater_urchin"=true + + # Allows the gathering and spawning of thebetweenlands.frog [default: true] + B:"thebetweenlands:frog"=true + + # Allows the gathering and spawning of thebetweenlands.gas_cloud [default: true] + B:"thebetweenlands:gas_cloud"=true + + # Allows the gathering and spawning of thebetweenlands.gecko [default: true] + B:"thebetweenlands:gecko"=true + + # Allows the gathering and spawning of thebetweenlands.greebling [default: true] + B:"thebetweenlands:greebling"=true + + # Allows the gathering and spawning of thebetweenlands.greebling_coracle [default: true] + B:"thebetweenlands:greebling_coracle"=true + + # Allows the gathering and spawning of thebetweenlands.jellyfish [default: true] + B:"thebetweenlands:jellyfish"=true + + # Allows the gathering and spawning of thebetweenlands.jellyfish_cave [default: true] + B:"thebetweenlands:jellyfish_cave"=true + + # Allows the gathering and spawning of thebetweenlands.large_sludge_worm [default: true] + B:"thebetweenlands:large_sludge_worm"=true + + # Allows the gathering and spawning of thebetweenlands.leech [default: true] + B:"thebetweenlands:leech"=true + + # Allows the gathering and spawning of thebetweenlands.lurker [default: true] + B:"thebetweenlands:lurker"=true + + # Allows the gathering and spawning of thebetweenlands.mire_snail [default: true] + B:"thebetweenlands:mire_snail"=true + + # Allows the gathering and spawning of thebetweenlands.mire_snail_egg [default: true] + B:"thebetweenlands:mire_snail_egg"=true + + # Allows the gathering and spawning of thebetweenlands.mist_brige [default: true] + B:"thebetweenlands:mist_brige"=true + + # Allows the gathering and spawning of thebetweenlands.moving_spawner_hole [default: true] + B:"thebetweenlands:moving_spawner_hole"=true + + # Allows the gathering and spawning of thebetweenlands.mummy_arm [default: true] + B:"thebetweenlands:mummy_arm"=true + + # Allows the gathering and spawning of thebetweenlands.olm [default: true] + B:"thebetweenlands:olm"=true + + # Allows the gathering and spawning of thebetweenlands.peat_mummy [default: true] + B:"thebetweenlands:peat_mummy"=true + + # Allows the gathering and spawning of thebetweenlands.pyrad [default: true] + B:"thebetweenlands:pyrad"=true + + # Allows the gathering and spawning of thebetweenlands.rock_snot [default: true] + B:"thebetweenlands:rock_snot"=true + + # Allows the gathering and spawning of thebetweenlands.root_sprite [default: true] + B:"thebetweenlands:root_sprite"=true + + # Allows the gathering and spawning of thebetweenlands.shambler [default: true] + B:"thebetweenlands:shambler"=true + + # Allows the gathering and spawning of thebetweenlands.silt_crab [default: true] + B:"thebetweenlands:silt_crab"=true + + # Allows the gathering and spawning of thebetweenlands.sludge [default: true] + B:"thebetweenlands:sludge"=true + + # Allows the gathering and spawning of thebetweenlands.sludge_menace [default: true] + B:"thebetweenlands:sludge_menace"=true + + # Allows the gathering and spawning of thebetweenlands.small_sludge_worm [default: true] + B:"thebetweenlands:small_sludge_worm"=true + + # Allows the gathering and spawning of thebetweenlands.smoll_sludge [default: true] + B:"thebetweenlands:smoll_sludge"=true + + # Allows the gathering and spawning of thebetweenlands.spirit_tree_face_large [default: true] + B:"thebetweenlands:spirit_tree_face_large"=true + + # Allows the gathering and spawning of thebetweenlands.spirit_tree_face_small [default: true] + B:"thebetweenlands:spirit_tree_face_small"=true + + # Allows the gathering and spawning of thebetweenlands.splodeshroom [default: true] + B:"thebetweenlands:splodeshroom"=true + + # Allows the gathering and spawning of thebetweenlands.sporeling [default: true] + B:"thebetweenlands:sporeling"=true + + # Allows the gathering and spawning of thebetweenlands.stalker [default: true] + B:"thebetweenlands:stalker"=true + + # Allows the gathering and spawning of thebetweenlands.swamp_hag [default: true] + B:"thebetweenlands:swamp_hag"=true + + # Allows the gathering and spawning of thebetweenlands.swarm [default: true] + B:"thebetweenlands:swarm"=true + + # Allows the gathering and spawning of thebetweenlands.tamed_spirit_tree_face [default: true] + B:"thebetweenlands:tamed_spirit_tree_face"=true + + # Allows the gathering and spawning of thebetweenlands.tar_beast [default: true] + B:"thebetweenlands:tar_beast"=true + + # Allows the gathering and spawning of thebetweenlands.tarminion [default: true] + B:"thebetweenlands:tarminion"=true + + # Allows the gathering and spawning of thebetweenlands.termite [default: true] + B:"thebetweenlands:termite"=true + + # Allows the gathering and spawning of thebetweenlands.tiny_sludge_worm [default: true] + B:"thebetweenlands:tiny_sludge_worm"=true + + # Allows the gathering and spawning of thebetweenlands.tiny_sludge_worm_helper [default: true] + B:"thebetweenlands:tiny_sludge_worm_helper"=true + + # Allows the gathering and spawning of thebetweenlands.tiny_worm_egg_sac [default: true] + B:"thebetweenlands:tiny_worm_egg_sac"=true + + # Allows the gathering and spawning of thebetweenlands.toad [default: true] + B:"thebetweenlands:toad"=true + + # Allows the gathering and spawning of thebetweenlands.triggered_falling_block [default: true] + B:"thebetweenlands:triggered_falling_block"=true + + # Allows the gathering and spawning of thebetweenlands.triggered_sludge_wall_jet [default: true] + B:"thebetweenlands:triggered_sludge_wall_jet"=true + + # Allows the gathering and spawning of thebetweenlands.wall_lamprey [default: true] + B:"thebetweenlands:wall_lamprey"=true + + # Allows the gathering and spawning of thebetweenlands.wall_living_root [default: true] + B:"thebetweenlands:wall_living_root"=true + + # Allows the gathering and spawning of thebetweenlands.wight [default: true] + B:"thebetweenlands:wight"=true + + # Allows the gathering and spawning of thebetweenlands.wild_emberling [default: true] + B:"thebetweenlands:wild_emberling"=true + + # Allows the gathering and spawning of thebetweenlands.worm_ground_spawner [default: true] + B:"thebetweenlands:worm_ground_spawner"=true + + # Allows the gathering and spawning of thermalfoundation.basalz [default: true] + B:"thermalfoundation:basalz"=true + + # Allows the gathering and spawning of thermalfoundation.blitz [default: true] + B:"thermalfoundation:blitz"=true + + # Allows the gathering and spawning of thermalfoundation.blizz [default: true] + B:"thermalfoundation:blizz"=true + + # Allows the gathering and spawning of twilightforest.adherent [default: true] + B:"twilightforest:adherent"=true + + # Allows the gathering and spawning of twilightforest.armored_giant [default: true] + B:"twilightforest:armored_giant"=true + + # Allows the gathering and spawning of twilightforest.bighorn_sheep [default: true] + B:"twilightforest:bighorn_sheep"=true + + # Allows the gathering and spawning of twilightforest.blockchain_goblin [default: true] + B:"twilightforest:blockchain_goblin"=true + + # Allows the gathering and spawning of twilightforest.boggard [default: true] + B:"twilightforest:boggard"=true + + # Allows the gathering and spawning of twilightforest.bunny [default: true] + B:"twilightforest:bunny"=true + + # Allows the gathering and spawning of twilightforest.castle_guardian [default: true] + B:"twilightforest:castle_guardian"=true + + # Allows the gathering and spawning of twilightforest.death_tome [default: true] + B:"twilightforest:death_tome"=true + + # Allows the gathering and spawning of twilightforest.deer [default: true] + B:"twilightforest:deer"=true + + # Allows the gathering and spawning of twilightforest.fire_beetle [default: true] + B:"twilightforest:fire_beetle"=true + + # Allows the gathering and spawning of twilightforest.firefly [default: true] + B:"twilightforest:firefly"=true + + # Allows the gathering and spawning of twilightforest.giant_miner [default: true] + B:"twilightforest:giant_miner"=true + + # Allows the gathering and spawning of twilightforest.goblin_knight_lower [default: true] + B:"twilightforest:goblin_knight_lower"=true + + # Allows the gathering and spawning of twilightforest.goblin_knight_upper [default: true] + B:"twilightforest:goblin_knight_upper"=true + + # Allows the gathering and spawning of twilightforest.harbinger_cube [default: true] + B:"twilightforest:harbinger_cube"=true + + # Allows the gathering and spawning of twilightforest.hedge_spider [default: true] + B:"twilightforest:hedge_spider"=true + + # Allows the gathering and spawning of twilightforest.helmet_crab [default: true] + B:"twilightforest:helmet_crab"=true + + # Allows the gathering and spawning of twilightforest.hostile_wolf [default: true] + B:"twilightforest:hostile_wolf"=true + + # Allows the gathering and spawning of twilightforest.hydra [default: true] + B:"twilightforest:hydra"=true + + # Allows the gathering and spawning of twilightforest.hydra_head [default: true] + B:"twilightforest:hydra_head"=true + + # Allows the gathering and spawning of twilightforest.ice_crystal [default: true] + B:"twilightforest:ice_crystal"=true + + # Allows the gathering and spawning of twilightforest.king_spider [default: true] + B:"twilightforest:king_spider"=true + + # Allows the gathering and spawning of twilightforest.knight_phantom [default: true] + B:"twilightforest:knight_phantom"=true + + # Allows the gathering and spawning of twilightforest.kobold [default: true] + B:"twilightforest:kobold"=true + + # Allows the gathering and spawning of twilightforest.lich [default: true] + B:"twilightforest:lich"=true + + # Allows the gathering and spawning of twilightforest.lich_minion [default: true] + B:"twilightforest:lich_minion"=true + + # Allows the gathering and spawning of twilightforest.loyal_zombie [default: true] + B:"twilightforest:loyal_zombie"=true + + # Allows the gathering and spawning of twilightforest.maze_slime [default: true] + B:"twilightforest:maze_slime"=true + + # Allows the gathering and spawning of twilightforest.mini_ghast [default: true] + B:"twilightforest:mini_ghast"=true + + # Allows the gathering and spawning of twilightforest.minoshroom [default: true] + B:"twilightforest:minoshroom"=true + + # Allows the gathering and spawning of twilightforest.minotaur [default: true] + B:"twilightforest:minotaur"=true + + # Allows the gathering and spawning of twilightforest.mist_wolf [default: true] + B:"twilightforest:mist_wolf"=true + + # Allows the gathering and spawning of twilightforest.mosquito_swarm [default: true] + B:"twilightforest:mosquito_swarm"=true + + # Allows the gathering and spawning of twilightforest.naga [default: true] + B:"twilightforest:naga"=true + + # Allows the gathering and spawning of twilightforest.penguin [default: true] + B:"twilightforest:penguin"=true + + # Allows the gathering and spawning of twilightforest.pinch_beetle [default: true] + B:"twilightforest:pinch_beetle"=true + + # Allows the gathering and spawning of twilightforest.quest_ram [default: true] + B:"twilightforest:quest_ram"=true + + # Allows the gathering and spawning of twilightforest.raven [default: true] + B:"twilightforest:raven"=true + + # Allows the gathering and spawning of twilightforest.redcap [default: true] + B:"twilightforest:redcap"=true + + # Allows the gathering and spawning of twilightforest.redcap_sapper [default: true] + B:"twilightforest:redcap_sapper"=true + + # Allows the gathering and spawning of twilightforest.rising_zombie [default: true] + B:"twilightforest:rising_zombie"=true + + # Allows the gathering and spawning of twilightforest.roving_cube [default: true] + B:"twilightforest:roving_cube"=true + + # Allows the gathering and spawning of twilightforest.skeleton_druid [default: true] + B:"twilightforest:skeleton_druid"=true + + # Allows the gathering and spawning of twilightforest.slime_beetle [default: true] + B:"twilightforest:slime_beetle"=true + + # Allows the gathering and spawning of twilightforest.snow_guardian [default: true] + B:"twilightforest:snow_guardian"=true + + # Allows the gathering and spawning of twilightforest.snow_queen [default: true] + B:"twilightforest:snow_queen"=true + + # Allows the gathering and spawning of twilightforest.squirrel [default: true] + B:"twilightforest:squirrel"=true + + # Allows the gathering and spawning of twilightforest.stable_ice_core [default: true] + B:"twilightforest:stable_ice_core"=true + + # Allows the gathering and spawning of twilightforest.swarm_spider [default: true] + B:"twilightforest:swarm_spider"=true + + # Allows the gathering and spawning of twilightforest.tiny_bird [default: true] + B:"twilightforest:tiny_bird"=true + + # Allows the gathering and spawning of twilightforest.tower_broodling [default: true] + B:"twilightforest:tower_broodling"=true + + # Allows the gathering and spawning of twilightforest.tower_ghast [default: true] + B:"twilightforest:tower_ghast"=true + + # Allows the gathering and spawning of twilightforest.tower_golem [default: true] + B:"twilightforest:tower_golem"=true + + # Allows the gathering and spawning of twilightforest.tower_termite [default: true] + B:"twilightforest:tower_termite"=true + + # Allows the gathering and spawning of twilightforest.troll [default: true] + B:"twilightforest:troll"=true + + # Allows the gathering and spawning of twilightforest.unstable_ice_core [default: true] + B:"twilightforest:unstable_ice_core"=true + + # Allows the gathering and spawning of twilightforest.ur_ghast [default: true] + B:"twilightforest:ur_ghast"=true + + # Allows the gathering and spawning of twilightforest.wild_boar [default: true] + B:"twilightforest:wild_boar"=true + + # Allows the gathering and spawning of twilightforest.winter_wolf [default: true] + B:"twilightforest:winter_wolf"=true + + # Allows the gathering and spawning of twilightforest.wraith [default: true] + B:"twilightforest:wraith"=true + + # Allows the gathering and spawning of twilightforest.yeti [default: true] + B:"twilightforest:yeti"=true + + # Allows the gathering and spawning of twilightforest.yeti_alpha [default: true] + B:"twilightforest:yeti_alpha"=true + B:"zmonsters:armoredarachas"=true + B:"zmonsters:basilisk"=true + B:"zmonsters:botchling"=true + B:"zmonsters:chomper"=true + B:"zmonsters:dormantchomper"=true + B:"zmonsters:ekimarra"=true + B:"zmonsters:fleder"=true + B:"zmonsters:garkain"=true + B:"zmonsters:housebane"=true + B:"zmonsters:humanspider"=true + B:"zmonsters:katakan"=true + B:"zmonsters:lycanrow"=true + B:"zmonsters:lycanrowoffspring"=true + B:"zmonsters:nekker"=true + B:"zmonsters:nekkerwarrior"=true + B:"zmonsters:striga"=true + B:"zmonsters:swamper"=true + B:"zmonsters:transformedbotchling"=true +} + + +server { + # Requires the shard owner to be online. The owner is the first person to obtain a kill with the shard. [default: false] + B:requireOwnerOnline=false + + # Requires a redstone signal to activate cages regardless of tier. [default: false] + B:requireRedstoneSignal=false +} + + diff --git a/config/soulshardsrespawn/tiers.json b/config/soulshardsrespawn/tiers.json new file mode 100644 index 00000000..7307cc37 --- /dev/null +++ b/config/soulshardsrespawn/tiers.json @@ -0,0 +1,50 @@ +[ + { + "killRequirement": 0, + "checkPlayer": true, + "checkLight": false, + "checkRedstone": false, + "spawnAmount": 0, + "cooldown": 0 + }, + { + "killRequirement": 64, + "checkPlayer": true, + "checkLight": true, + "checkRedstone": false, + "spawnAmount": 2, + "cooldown": 400 + }, + { + "killRequirement": 128, + "checkPlayer": true, + "checkLight": true, + "checkRedstone": false, + "spawnAmount": 4, + "cooldown": 200 + }, + { + "killRequirement": 256, + "checkPlayer": false, + "checkLight": true, + "checkRedstone": false, + "spawnAmount": 4, + "cooldown": 100 + }, + { + "killRequirement": 512, + "checkPlayer": false, + "checkLight": false, + "checkRedstone": false, + "spawnAmount": 4, + "cooldown": 100 + }, + { + "killRequirement": 1024, + "checkPlayer": false, + "checkLight": false, + "checkRedstone": true, + "spawnAmount": 6, + "cooldown": 40 + } +] \ No newline at end of file diff --git a/config/splash.properties b/config/splash.properties new file mode 100644 index 00000000..1ff7cbe7 --- /dev/null +++ b/config/splash.properties @@ -0,0 +1,17 @@ +#Splash screen properties +#Wed Oct 05 21:26:45 PDT 2022 +background=0xFFFFFF +memoryGood=0x78CB34 +font=0x0 +barBackground=0xFFFFFF +barBorder=0xC0C0C0 +memoryLow=0xE42F2F +rotate=false +memoryWarn=0xE6E84A +showMemory=true +enabled=true +bar=0xCB3D35 +resourcePackPath=resources +logoOffset=0 +forgeTexture=fml\:textures/gui/forge.png +fontTexture=textures/font/ascii.png diff --git a/config/sstow/ShardTiers.json b/config/sstow/ShardTiers.json new file mode 100644 index 00000000..d2f6c765 --- /dev/null +++ b/config/sstow/ShardTiers.json @@ -0,0 +1,56 @@ +{ + "0": { + "minKills": 0, + "maxKills": 63, + "checkPlayer": true, + "checkLight": false, + "checkRedstone": false, + "spawnAmount": 0, + "cooldown": 0 + }, + "1": { + "minKills": 64, + "maxKills": 127, + "checkPlayer": true, + "checkLight": true, + "checkRedstone": false, + "spawnAmount": 2, + "cooldown": 20 + }, + "2": { + "minKills": 128, + "maxKills": 255, + "checkPlayer": true, + "checkLight": true, + "checkRedstone": false, + "spawnAmount": 4, + "cooldown": 10 + }, + "3": { + "minKills": 256, + "maxKills": 511, + "checkPlayer": false, + "checkLight": true, + "checkRedstone": false, + "spawnAmount": 4, + "cooldown": 5 + }, + "4": { + "minKills": 512, + "maxKills": 1023, + "checkPlayer": false, + "checkLight": true, + "checkRedstone": false, + "spawnAmount": 4, + "cooldown": 5 + }, + "5": { + "minKills": 1024, + "maxKills": 1024, + "checkPlayer": false, + "checkLight": false, + "checkRedstone": true, + "spawnAmount": 6, + "cooldown": 2 + } +} \ No newline at end of file diff --git a/config/sstow/SoulShards.cfg b/config/sstow/SoulShards.cfg new file mode 100644 index 00000000..d0b36bb1 --- /dev/null +++ b/config/sstow/SoulShards.cfg @@ -0,0 +1,1257 @@ +# Configuration file + +balancing { + # Allows shards with the same entity type to be combined in an anvil. It is a direct addition and mainly intended for co-op play. [default: true] + B:allowShardCombination=true + + # Allows Shards to absorb spawners of the same entity type. [default: true] + B:allowSpawnerAbsorption=true + + # Enables a convenience recipe that allows you to reset the stats of a Soul Shard. [default: true] + B:convenienceReset=true + + # The cooldown time set in "ShardTiers.json" should use seconds instead of ticks. Allows finer control over tiers. + # 1 second = 20 ticks + # I suggest not changing this unless you have edited the configs. [default: true] + B:cooldownUsesSeconds=true + + # Count mobs spawned by a Soul Cage towards Shard kills. [default: true] + B:countCageBornForShard=true + + # Allows bosses to be spawned. This is probably the worst thing you can do to your instance. [default: false] + B:enableBosses=false + + # Mobs spawned via a Soul Cage will drop experience upon death. [default: true] + B:enableExperienceDrop=true + + # Forces Soul Cages to require a Redstone signal in order to spawn entities. [default: false] + B:forceRedstoneRequirement=false + + # Requires the player who put the shard into the Soul Cage to be online for it to be active. [default: false] + B:requireOwnerOnline=false + + # Amount of souls to add when absorbing a spawner. [range: 0 ~ 1024, default: 200] + I:spawnerAbsorptionBonus=200 +} + + +client { + # Adds a Shard for each enabled mob to the creative tab. [default: false] + B:addShardsForAllMobs=false + + # Adds A shards for mobs even if they are blacklisted [default: false] + B:ignoreBlacklistForTab=false +} + + +compatibility { + # The type of spawning mechanic to use for the Soul Cage. + # Valid values: + # VANILLA - The standard spawning mechanic. + # BLOODMAGIC - Requires 100 LP per mob spawned. + # HARDMODE - Reduces the contained souls of the shard by 1 for each mob spawned. Does not reduce tier. Recommended to disable "countCageBornForShard". + S:compatibilityType=VANILLA + + # Adds a Tinkers Construct modifier for Soul Stealer. [default: true] + B:enableSoulStealerModifier=true + + # Amount of LP required for each mob spawned. + # If this amount is not contained in the LP network, a nausea effect will be applied to the player and the Soul Cage will stop functioning. [range: 0 ~ 2147483647, default: 250] + I:lpPerMob=250 +} + + +debug { + # If enabled, additional information will be logged to console. Mostly timing information. [default: false] + B:debugLogging=false + + # Allows disabled entities to still be spawned by the cage. They are, however, still not obtainable on a shard. [default: false] + B:enableBlacklistedSpawning=false +} + + +enchantments { + # Amount of bonus kills to provide per enchantment level. [range: 1 ~ 5, default: 1] + I:soulStealerBonus=1 + + # ID for the Soul Stealer enchantment. If you have Enchantment ID conflicts, change this. [range: 63 ~ 256, default: 70] + I:soulStealerID=70 + + # Weight of the Soul Stealer enchantment. Higher values make it more common. [range: 1 ~ 10, default: 3] + I:soulStealerWeight=3 +} + + +########################################################################################################## +# entity list +#--------------------------------------------------------------------------------------------------------# +# Set an entity to false to disable it's ability to be spawned. +########################################################################################################## + +"entity list" { + B:"abyssalcraft:abygolem"=true + B:"abyssalcraft:abyssalzombie"=true + B:"abyssalcraft:antiabyssalzombie"=true + B:"abyssalcraft:antibat"=true + B:"abyssalcraft:antichicken"=true + B:"abyssalcraft:anticow"=true + B:"abyssalcraft:anticreeper"=true + B:"abyssalcraft:antighoul"=true + B:"abyssalcraft:antipig"=true + B:"abyssalcraft:antiplayer"=true + B:"abyssalcraft:antiskeleton"=true + B:"abyssalcraft:antispider"=true + B:"abyssalcraft:antizombie"=true + B:"abyssalcraft:chagaroth"=true + B:"abyssalcraft:chagarothfist"=true + B:"abyssalcraft:chagarothspawn"=true + B:"abyssalcraft:coraliumsquid"=true + B:"abyssalcraft:demonchicken"=true + B:"abyssalcraft:demoncow"=true + B:"abyssalcraft:demonpig"=true + B:"abyssalcraft:demonsheep"=true + B:"abyssalcraft:depthsghoul"=true + B:"abyssalcraft:dragonboss"=true + B:"abyssalcraft:dragonminion"=true + B:"abyssalcraft:dreadgolem"=true + B:"abyssalcraft:dreadguard"=true + B:"abyssalcraft:dreadling"=true + B:"abyssalcraft:dreadspawn"=true + B:"abyssalcraft:evilchicken"=true + B:"abyssalcraft:evilcow"=true + B:"abyssalcraft:evilpig"=true + B:"abyssalcraft:evilsheep"=true + B:"abyssalcraft:greaterdreadspawn"=true + B:"abyssalcraft:gskeleton"=true + B:"abyssalcraft:jzahar"=true + B:"abyssalcraft:jzaharminion"=true + B:"abyssalcraft:lesserdreadbeast"=true + B:"abyssalcraft:lessershoggoth"=true + B:"abyssalcraft:omotholghoul"=true + B:"abyssalcraft:remnant"=true + B:"abyssalcraft:shadowbeast"=true + B:"abyssalcraft:shadowboss"=true + B:"abyssalcraft:shadowcreature"=true + B:"abyssalcraft:shadowmonster"=true + B:"abyssalcraft:shuboffspring"=true + B:"aether_legacy:aechor_plant"=true + B:"aether_legacy:aerbunny"=true + B:"aether_legacy:aerwhale"=true + B:"aether_legacy:cockatrice"=true + B:"aether_legacy:fire_ball"=true + B:"aether_legacy:fire_minion"=true + B:"aether_legacy:flying_cow"=true + B:"aether_legacy:ice_ball"=true + B:"aether_legacy:mimic"=true + B:"aether_legacy:mini_cloud"=true + B:"aether_legacy:moa"=true + B:"aether_legacy:phyg"=true + B:"aether_legacy:sentry"=true + B:"aether_legacy:sheepuff"=true + B:"aether_legacy:slider"=true + B:"aether_legacy:sun_spirit"=true + B:"aether_legacy:swet"=true + B:"aether_legacy:thunder_ball"=true + B:"aether_legacy:valkyrie"=true + B:"aether_legacy:valkyrie_queen"=true + B:"aether_legacy:whirlwind"=true + B:"aether_legacy:zephyr"=true + B:"aoa3:abyssal_lottoman"=true + B:"aoa3:airhead"=true + B:"aoa3:alarmo"=true + B:"aoa3:alluricorn"=true + B:"aoa3:ambient_pixon"=true + B:"aoa3:amphibior"=true + B:"aoa3:amphibiyte"=true + B:"aoa3:ancient_golem"=true + B:"aoa3:anemia"=true + B:"aoa3:angelica"=true + B:"aoa3:angler"=true + B:"aoa3:anima_master"=true + B:"aoa3:apparition"=true + B:"aoa3:arc_flower"=true + B:"aoa3:arc_wizard"=true + B:"aoa3:arcbeast"=true + B:"aoa3:archvine"=true + B:"aoa3:arcworm"=true + B:"aoa3:ariel"=true + B:"aoa3:arkback"=true + B:"aoa3:arkzyne"=true + B:"aoa3:arocknid"=true + B:"aoa3:assassin"=true + B:"aoa3:augury_master"=true + B:"aoa3:automaton"=true + B:"aoa3:axiolight"=true + B:"aoa3:bane"=true + B:"aoa3:bane_big"=true + B:"aoa3:bane_clone"=true + B:"aoa3:banshee"=true + B:"aoa3:baron_lottoman"=true + B:"aoa3:baroness"=true + B:"aoa3:basilisk"=true + B:"aoa3:baumba"=true + B:"aoa3:black_ursa"=true + B:"aoa3:blissard"=true + B:"aoa3:bloodlust"=true + B:"aoa3:bloodmist"=true + B:"aoa3:bloodsucker"=true + B:"aoa3:blooming_pixon"=true + B:"aoa3:blue_automaton"=true + B:"aoa3:blue_flower"=true + B:"aoa3:blue_guardian"=true + B:"aoa3:blue_rune_templar"=true + B:"aoa3:blue_runic_lifeform"=true + B:"aoa3:bobo"=true + B:"aoa3:bomb_carrier"=true + B:"aoa3:bone_creature"=true + B:"aoa3:bone_creeper"=true + B:"aoa3:boneback"=true + B:"aoa3:boreic_lottoman"=true + B:"aoa3:bouncer"=true + B:"aoa3:broccohead"=true + B:"aoa3:brute"=true + B:"aoa3:bugeye"=true + B:"aoa3:bush_baby"=true + B:"aoa3:butchery_master"=true + B:"aoa3:candied_lottoman"=true + B:"aoa3:candy_corny"=true + B:"aoa3:cane_bug"=true + B:"aoa3:carrotop"=true + B:"aoa3:case_construct"=true + B:"aoa3:cave_creep"=true + B:"aoa3:cave_creepoid"=true + B:"aoa3:celevian_lottoman"=true + B:"aoa3:centinel"=true + B:"aoa3:charger"=true + B:"aoa3:cherry_barrager"=true + B:"aoa3:cherry_blaster"=true + B:"aoa3:chimera"=true + B:"aoa3:chocko"=true + B:"aoa3:chomper"=true + B:"aoa3:clown"=true + B:"aoa3:clunkhead"=true + B:"aoa3:compeer"=true + B:"aoa3:coniferon"=true + B:"aoa3:construct_flight"=true + B:"aoa3:construct_mind"=true + B:"aoa3:construct_of_servility"=true + B:"aoa3:construct_range"=true + B:"aoa3:construct_resistance"=true + B:"aoa3:construct_speed"=true + B:"aoa3:construct_strength"=true + B:"aoa3:construct_terror"=true + B:"aoa3:corallus"=true + B:"aoa3:corallus_shot"=true + B:"aoa3:coralon"=true + B:"aoa3:coratee"=true + B:"aoa3:corby"=true + B:"aoa3:corny"=true + B:"aoa3:corrupted_traveller"=true + B:"aoa3:cotton_candor"=true + B:"aoa3:craexxeus"=true + B:"aoa3:craggy"=true + B:"aoa3:creation_master"=true + B:"aoa3:creep"=true + B:"aoa3:creep_banker"=true + B:"aoa3:creep_cow"=true + B:"aoa3:creeperlock"=true + B:"aoa3:creepird"=true + B:"aoa3:creeponia_lottoman"=true + B:"aoa3:creepuple"=true + B:"aoa3:crusilisk"=true + B:"aoa3:cryptid"=true + B:"aoa3:crystal_lottoman"=true + B:"aoa3:crystal_trader"=true + B:"aoa3:crystocore"=true + B:"aoa3:cyclops"=true + B:"aoa3:dark_beast"=true + B:"aoa3:dawnlight"=true + B:"aoa3:daysee"=true + B:"aoa3:dead_tree"=true + B:"aoa3:death_hunter"=true + B:"aoa3:deinotherium"=true + B:"aoa3:demon_reaper"=true + B:"aoa3:desert_charger"=true + B:"aoa3:destructor"=true + B:"aoa3:devourer"=true + B:"aoa3:dicer"=true + B:"aoa3:diocus"=true + B:"aoa3:distorter"=true + B:"aoa3:doubler"=true + B:"aoa3:dracyon"=true + B:"aoa3:draggy"=true + B:"aoa3:dungeon_keeper"=true + B:"aoa3:dust_strider"=true + B:"aoa3:dusteiva"=true + B:"aoa3:duston"=true + B:"aoa3:dustopian_lottoman"=true + B:"aoa3:dweller"=true + B:"aoa3:dyrehorn"=true + B:"aoa3:echodar"=true + B:"aoa3:eeo"=true + B:"aoa3:eilosapien"=true + B:"aoa3:elite_skele_hopper"=true + B:"aoa3:elite_skele_pig"=true + B:"aoa3:elite_skeleman"=true + B:"aoa3:elkanyne"=true + B:"aoa3:elusive"=true + B:"aoa3:elusive_clone"=true + B:"aoa3:embrake"=true + B:"aoa3:emperor_beast"=true + B:"aoa3:ender_carrier"=true + B:"aoa3:enforcer"=true + B:"aoa3:everbeast"=true + B:"aoa3:exohead"=true + B:"aoa3:exoid"=true + B:"aoa3:expedition_master"=true + B:"aoa3:explodot"=true + B:"aoa3:explosives_expert"=true + B:"aoa3:extraction_master"=true + B:"aoa3:eye_creature"=true + B:"aoa3:faceless_floater"=true + B:"aoa3:faceless_runner"=true + B:"aoa3:fake_pigman"=true + B:"aoa3:fake_zorp"=true + B:"aoa3:fenix"=true + B:"aoa3:fiend"=true + B:"aoa3:fischer"=true + B:"aoa3:fishix"=true + B:"aoa3:flamewalker"=true + B:"aoa3:flash"=true + B:"aoa3:flesh_eater"=true + B:"aoa3:floro_lottoman"=true + B:"aoa3:flowerface"=true + B:"aoa3:flye"=true + B:"aoa3:foraging_master"=true + B:"aoa3:friendly_creeper"=true + B:"aoa3:fungat"=true + B:"aoa3:fungback"=true + B:"aoa3:fungik"=true + B:"aoa3:fungock"=true + B:"aoa3:fungung"=true + B:"aoa3:furlion"=true + B:"aoa3:gadgetoid"=true + B:"aoa3:ghastus"=true + B:"aoa3:ghost"=true + B:"aoa3:ghostine_ancient"=true + B:"aoa3:ghostly_bugeye"=true + B:"aoa3:ghostly_charger"=true + B:"aoa3:ghostly_cyclops"=true + B:"aoa3:ghostly_goblin"=true + B:"aoa3:ghostly_night_reaper"=true + B:"aoa3:ghostly_sasquatch"=true + B:"aoa3:giant_snail"=true + B:"aoa3:gingerbird"=true + B:"aoa3:gingerbread_man"=true + B:"aoa3:glaring_pixon"=true + B:"aoa3:gleaming_pixon"=true + B:"aoa3:glistening_pixon"=true + B:"aoa3:glowing_pixon"=true + B:"aoa3:gnawer"=true + B:"aoa3:goalby"=true + B:"aoa3:goblin"=true + B:"aoa3:golden_lottoman"=true + B:"aoa3:goldorth"=true + B:"aoa3:goldum"=true + B:"aoa3:goldus"=true + B:"aoa3:goofer"=true + B:"aoa3:gorb_arms_dealer"=true + B:"aoa3:gorb_citizen"=true + B:"aoa3:gorb_engineer"=true + B:"aoa3:graw"=true + B:"aoa3:green_automaton"=true + B:"aoa3:green_flower"=true + B:"aoa3:green_guardian"=true + B:"aoa3:green_rune_templar"=true + B:"aoa3:green_runic_lifeform"=true + B:"aoa3:grillface"=true + B:"aoa3:grobbler"=true + B:"aoa3:grocculate"=true + B:"aoa3:grunt"=true + B:"aoa3:gyro"=true + B:"aoa3:hag"=true + B:"aoa3:halycon"=true + B:"aoa3:harkos"=true + B:"aoa3:hauling_master"=true + B:"aoa3:haunted_lottoman"=true + B:"aoa3:headless_destroyer"=true + B:"aoa3:headless_hunter"=true + B:"aoa3:healing_golem"=true + B:"aoa3:hellcat"=true + B:"aoa3:hellquin"=true + B:"aoa3:hellspot"=true + B:"aoa3:hiding_fungi"=true + B:"aoa3:hill_charger"=true + B:"aoa3:hive_king"=true + B:"aoa3:hive_soldier"=true + B:"aoa3:hive_worker"=true + B:"aoa3:horndron"=true + B:"aoa3:horntail"=true + B:"aoa3:horon"=true + B:"aoa3:host"=true + B:"aoa3:hunch"=true + B:"aoa3:hunter"=true + B:"aoa3:hunter_master"=true + B:"aoa3:hydrolisk"=true + B:"aoa3:hydrolon"=true + B:"aoa3:ice_giant"=true + B:"aoa3:infernal"=true + B:"aoa3:infusion_master"=true + B:"aoa3:inmate_x"=true + B:"aoa3:inmate_y"=true + B:"aoa3:innervation_master"=true + B:"aoa3:iosaur"=true + B:"aoa3:irkling"=true + B:"aoa3:jawe"=true + B:"aoa3:jumbo"=true + B:"aoa3:kaiyu"=true + B:"aoa3:kajaros"=true + B:"aoa3:keeler"=true + B:"aoa3:king_bambambam"=true + B:"aoa3:king_charger"=true + B:"aoa3:king_creeper"=true + B:"aoa3:king_shroomus"=true + B:"aoa3:klobber"=true + B:"aoa3:koko"=true + B:"aoa3:kranky"=true + B:"aoa3:kror"=true + B:"aoa3:leafy_giant"=true + B:"aoa3:lelyetian_banker"=true + B:"aoa3:lelyetian_caster"=true + B:"aoa3:lelyetian_lottoman"=true + B:"aoa3:lelyetian_trader"=true + B:"aoa3:lelyetian_warrior"=true + B:"aoa3:lightwalker"=true + B:"aoa3:linger"=true + B:"aoa3:little_bam"=true + B:"aoa3:living_fungi"=true + B:"aoa3:logging_master"=true + B:"aoa3:lollypopper"=true + B:"aoa3:lost_soul"=true + B:"aoa3:lottoman"=true + B:"aoa3:lunar_lottoman"=true + B:"aoa3:lunarcher"=true + B:"aoa3:lurker"=true + B:"aoa3:luxocron"=true + B:"aoa3:magical_creeper"=true + B:"aoa3:magicke"=true + B:"aoa3:mecha_cyclops"=true + B:"aoa3:mecha_skellox"=true + B:"aoa3:mechachron"=true + B:"aoa3:mechamaton"=true + B:"aoa3:mechbot"=true + B:"aoa3:mechyon"=true + B:"aoa3:meganeuropsis"=true + B:"aoa3:merkyre"=true + B:"aoa3:mermage"=true + B:"aoa3:metalloid"=true + B:"aoa3:mirage"=true + B:"aoa3:miskel"=true + B:"aoa3:modulo"=true + B:"aoa3:mother_void_walker"=true + B:"aoa3:muckopede"=true + B:"aoa3:muncher"=true + B:"aoa3:mushroom_spider"=true + B:"aoa3:mystic_lottoman"=true + B:"aoa3:natura"=true + B:"aoa3:naturalist"=true + B:"aoa3:neptuno"=true + B:"aoa3:nethengeic_beast"=true + B:"aoa3:nethengeic_wither"=true + B:"aoa3:night_reaper"=true + B:"aoa3:night_watcher"=true + B:"aoa3:nightfly"=true + B:"aoa3:nightmare_spider"=true + B:"aoa3:nightwing"=true + B:"aoa3:nipper"=true + B:"aoa3:nospike"=true + B:"aoa3:occulent"=true + B:"aoa3:okazor"=true + B:"aoa3:omnilight"=true + B:"aoa3:opteryx"=true + B:"aoa3:orange_flower"=true + B:"aoa3:orbiter"=true + B:"aoa3:orbling"=true + B:"aoa3:paladin"=true + B:"aoa3:parasect"=true + B:"aoa3:paravite"=true + B:"aoa3:penguin"=true + B:"aoa3:penumbra"=true + B:"aoa3:peppermint_snail"=true + B:"aoa3:phantom"=true + B:"aoa3:pigotron"=true + B:"aoa3:pincher"=true + B:"aoa3:plateosaur"=true + B:"aoa3:pod_plant"=true + B:"aoa3:polar_ursa"=true + B:"aoa3:polytom"=true + B:"aoa3:portal_master"=true + B:"aoa3:precasian_lottoman"=true + B:"aoa3:primitive_carrotop"=true + B:"aoa3:primordial_banker"=true + B:"aoa3:primordial_guide"=true + B:"aoa3:primordial_merchant"=true + B:"aoa3:primordial_spellbinder"=true + B:"aoa3:primordial_wizard"=true + B:"aoa3:professor"=true + B:"aoa3:proshield"=true + B:"aoa3:purple_automaton"=true + B:"aoa3:purple_flower"=true + B:"aoa3:quickpocket"=true + B:"aoa3:radiant_pixon"=true + B:"aoa3:rainicorn"=true + B:"aoa3:rammerhead"=true + B:"aoa3:rammerhorn"=true + B:"aoa3:ramradon"=true + B:"aoa3:rawbone"=true + B:"aoa3:raxxan"=true + B:"aoa3:realmshifter"=true + B:"aoa3:reaper_twins"=true + B:"aoa3:reaver"=true + B:"aoa3:red_automaton"=true + B:"aoa3:red_guardian"=true + B:"aoa3:red_rune_templar"=true + B:"aoa3:red_runic_lifeform"=true + B:"aoa3:refluct"=true + B:"aoa3:rock_crawler"=true + B:"aoa3:rock_critter"=true + B:"aoa3:rock_rider"=true + B:"aoa3:rockbiter"=true + B:"aoa3:rocky_lottoman"=true + B:"aoa3:roloscope"=true + B:"aoa3:rosid"=true + B:"aoa3:runation_master"=true + B:"aoa3:runic_golem"=true + B:"aoa3:runic_guardian"=true + B:"aoa3:runic_lottoman"=true + B:"aoa3:runicorn"=true + B:"aoa3:runicorn_rider"=true + B:"aoa3:sabretooth"=true + B:"aoa3:sand_giant"=true + B:"aoa3:sand_golem"=true + B:"aoa3:sasquatch"=true + B:"aoa3:scrubby"=true + B:"aoa3:sea_charger"=true + B:"aoa3:sea_skeleton"=true + B:"aoa3:sea_spider"=true + B:"aoa3:sea_troll"=true + B:"aoa3:sea_viper"=true + B:"aoa3:seeker"=true + B:"aoa3:shaddy"=true + B:"aoa3:shade"=true + B:"aoa3:shadow"=true + B:"aoa3:shadow_stalker"=true + B:"aoa3:shadowlord"=true + B:"aoa3:shavo"=true + B:"aoa3:shifter"=true + B:"aoa3:shik"=true + B:"aoa3:shining_pixon"=true + B:"aoa3:shyre_archer"=true + B:"aoa3:shyre_banker"=true + B:"aoa3:shyre_knight"=true + B:"aoa3:shyre_troll"=true + B:"aoa3:shyrelands_lottoman"=true + B:"aoa3:silencer"=true + B:"aoa3:silverfoot"=true + B:"aoa3:skele_elder"=true + B:"aoa3:skele_hopper"=true + B:"aoa3:skele_pig"=true + B:"aoa3:skeledon"=true + B:"aoa3:skelekyte"=true + B:"aoa3:skeleman"=true + B:"aoa3:skeletal_cowman"=true + B:"aoa3:skeletron"=true + B:"aoa3:skellox"=true + B:"aoa3:skipper"=true + B:"aoa3:skolle"=true + B:"aoa3:skull_creature"=true + B:"aoa3:slimer"=true + B:"aoa3:smash"=true + B:"aoa3:snappy"=true + B:"aoa3:snow_charger"=true + B:"aoa3:soulscorne"=true + B:"aoa3:soulvyre"=true + B:"aoa3:spearmint_snail"=true + B:"aoa3:spectral_wizard"=true + B:"aoa3:sphinx"=true + B:"aoa3:spikeback"=true + B:"aoa3:spinoledon"=true + B:"aoa3:spinux"=true + B:"aoa3:spirit_guardian"=true + B:"aoa3:spirit_protector"=true + B:"aoa3:spraggy"=true + B:"aoa3:squasher"=true + B:"aoa3:squiggler"=true + B:"aoa3:stalker"=true + B:"aoa3:stalker_prime"=true + B:"aoa3:sticky"=true + B:"aoa3:stimulo"=true + B:"aoa3:stimulosus"=true + B:"aoa3:stinger"=true + B:"aoa3:stitches"=true + B:"aoa3:stone_giant"=true + B:"aoa3:store_keeper"=true + B:"aoa3:strong_skele_hopper"=true + B:"aoa3:strong_skele_pig"=true + B:"aoa3:strong_skeleman"=true + B:"aoa3:sugarface"=true + B:"aoa3:sunny"=true + B:"aoa3:surveyor"=true + B:"aoa3:swamp_charger"=true + B:"aoa3:sysker"=true + B:"aoa3:terradon"=true + B:"aoa3:terrestrial"=true + B:"aoa3:tharafly"=true + B:"aoa3:tipsy"=true + B:"aoa3:token_collector"=true + B:"aoa3:tortione"=true + B:"aoa3:toxic_lottoman"=true + B:"aoa3:toxxulous"=true + B:"aoa3:toy_merchant"=true + B:"aoa3:tracker"=true + B:"aoa3:tree_spirit"=true + B:"aoa3:trickster"=true + B:"aoa3:trickster_clone"=true + B:"aoa3:triclops"=true + B:"aoa3:troll_trader"=true + B:"aoa3:trotter"=true + B:"aoa3:twinkling_lottoman"=true + B:"aoa3:tyrosaur"=true + B:"aoa3:undead_herald"=true + B:"aoa3:undead_troll"=true + B:"aoa3:urioh"=true + B:"aoa3:urka"=true + B:"aoa3:urv"=true + B:"aoa3:valkyrie"=true + B:"aoa3:vertebron"=true + B:"aoa3:vine_wizard"=true + B:"aoa3:vinocorne"=true + B:"aoa3:visage"=true + B:"aoa3:visualent"=true + B:"aoa3:visular"=true + B:"aoa3:visulon"=true + B:"aoa3:void_charger"=true + B:"aoa3:void_walker"=true + B:"aoa3:volar"=true + B:"aoa3:voliant"=true + B:"aoa3:voltron"=true + B:"aoa3:voxxulon"=true + B:"aoa3:waggy"=true + B:"aoa3:walker"=true + B:"aoa3:warclops"=true + B:"aoa3:web_reaper"=true + B:"aoa3:wickett"=true + B:"aoa3:winged_creeper"=true + B:"aoa3:wither_wizard"=true + B:"aoa3:withering_lottoman"=true + B:"aoa3:wood_giant"=true + B:"aoa3:xxeus"=true + B:"aoa3:yellow_automaton"=true + B:"aoa3:yellow_flower"=true + B:"aoa3:yellow_guardian"=true + B:"aoa3:yellow_rune_templar"=true + B:"aoa3:yellow_runic_lifeform"=true + B:"aoa3:yeti"=true + B:"aoa3:zal_banker"=true + B:"aoa3:zal_child"=true + B:"aoa3:zal_citizen"=true + B:"aoa3:zal_grocer"=true + B:"aoa3:zal_herbalist"=true + B:"aoa3:zal_spellbinder"=true + B:"aoa3:zal_vendor"=true + B:"aoa3:zarg"=true + B:"aoa3:zhinx"=true + B:"aoa3:zorp"=true + B:"astralsorcery:entityflare"=true + B:"astralsorcery:entityliquidspark"=true + B:"astralsorcery:entityspectraltool"=true + B:"atum:assassin"=true + B:"atum:barbarian"=true + B:"atum:bonestorm"=true + B:"atum:brigand"=true + B:"atum:camel"=true + B:"atum:desert_rabbit"=true + B:"atum:desert_wolf"=true + B:"atum:forsaken"=true + B:"atum:mummy"=true + B:"atum:nomad"=true + B:"atum:pharaoh"=true + B:"atum:scarab"=true + B:"atum:stoneguard"=true + B:"atum:stonewarden"=true + B:"atum:sunspeaker"=true + B:"atum:tarantula"=true + B:"atum:warlord"=true + B:"atum:wraith"=true + B:"battletowers:golem"=true + B:"bewitchment:bafometyr"=true + B:"bewitchment:baphomet"=true + B:"bewitchment:black_dog"=true + B:"bewitchment:cambion"=true + B:"bewitchment:cleaver"=true + B:"bewitchment:demon"=true + B:"bewitchment:demoness"=true + B:"bewitchment:druden"=true + B:"bewitchment:feuerwurm"=true + B:"bewitchment:ghost"=true + B:"bewitchment:hellhound"=true + B:"bewitchment:imp"=true + B:"bewitchment:leonard"=true + B:"bewitchment:lizard"=true + B:"bewitchment:owl"=true + B:"bewitchment:raven"=true + B:"bewitchment:shadow_person"=true + B:"bewitchment:snake"=true + B:"bewitchment:toad"=true + B:"bewitchment:werewolf"=true + B:"biomesoplenty:wasp"=true + B:"bloodmagic:corrupted_chicken"=true + B:"bloodmagic:corrupted_sheep"=true + B:"bloodmagic:corrupted_spider"=true + B:"bloodmagic:corrupted_zombie"=true + B:"bloodmagic:mimic"=true + B:"bloodmagic:sentient_specter"=true + B:"botania:doppleganger"=true + B:"botania:pink_wither"=true + B:"botania:pixie"=true + B:"chickens:chickenschicken"=true + B:"cyclicmagic:robot"=true + B:"deepmoblearning:glitch"=true + B:"deepmoblearning:trial_cave_spider"=true + B:"deepmoblearning:trial_enderman"=true + B:"deepmoblearning:trial_slime"=true + B:"deepmoblearning:trial_spider"=true + B:"dimdoors:mob_monolith"=true + B:"divinerpg:acid_hag"=true + B:"divinerpg:advanced_cori"=true + B:"divinerpg:alicanto"=true + B:"divinerpg:ancient_entity"=true + B:"divinerpg:angry_bunny"=true + B:"divinerpg:apalachia_cadillion"=true + B:"divinerpg:apalachia_golem"=true + B:"divinerpg:apalachia_tomo"=true + B:"divinerpg:arid_warrior"=true + B:"divinerpg:ayeraco_blue"=true + B:"divinerpg:ayeraco_green"=true + B:"divinerpg:ayeraco_purple"=true + B:"divinerpg:ayeraco_red"=true + B:"divinerpg:ayeraco_yellow"=true + B:"divinerpg:basilisk"=true + B:"divinerpg:behemoth"=true + B:"divinerpg:biphron"=true + B:"divinerpg:bohemite"=true + B:"divinerpg:brown_grizzle"=true + B:"divinerpg:bunny"=true + B:"divinerpg:captain_merik"=true + B:"divinerpg:cave_crawler"=true + B:"divinerpg:caveclops"=true + B:"divinerpg:crab"=true + B:"divinerpg:crypt_keeper"=true + B:"divinerpg:cyclops"=true + B:"divinerpg:cymesoid"=true + B:"divinerpg:datticon"=true + B:"divinerpg:death_hound"=true + B:"divinerpg:deathcryx"=true + B:"divinerpg:demon_of_darkness"=true + B:"divinerpg:densos"=true + B:"divinerpg:desert_crawler"=true + B:"divinerpg:dissiment"=true + B:"divinerpg:dramix"=true + B:"divinerpg:dreamwrecker"=true + B:"divinerpg:dungeon_constructor"=true + B:"divinerpg:dungeon_demon"=true + B:"divinerpg:dungeon_prisoner"=true + B:"divinerpg:duo"=true + B:"divinerpg:eden_cadillion"=true + B:"divinerpg:eden_tomo"=true + B:"divinerpg:ehu"=true + B:"divinerpg:enchanted_archer"=true + B:"divinerpg:enchanted_warrior"=true + B:"divinerpg:ender_spider"=true + B:"divinerpg:ender_triplets"=true + B:"divinerpg:ender_watcher"=true + B:"divinerpg:ent"=true + B:"divinerpg:enthralled_dramcryx"=true + B:"divinerpg:epiphite"=true + B:"divinerpg:eternal_archer"=true + B:"divinerpg:experienced_cori"=true + B:"divinerpg:fake_vhraak"=true + B:"divinerpg:fractite"=true + B:"divinerpg:frost"=true + B:"divinerpg:frost_archer"=true + B:"divinerpg:frosty"=true + B:"divinerpg:fyracryx"=true + B:"divinerpg:galroid"=true + B:"divinerpg:glacide"=true + B:"divinerpg:glacon"=true + B:"divinerpg:golem_of_rejuvenation"=true + B:"divinerpg:gorgosion"=true + B:"divinerpg:greenfeet"=true + B:"divinerpg:hastreus"=true + B:"divinerpg:helio"=true + B:"divinerpg:hell_pig"=true + B:"divinerpg:hell_spider"=true + B:"divinerpg:hive_queen"=true + B:"divinerpg:hive_soldier"=true + B:"divinerpg:hover_stinger"=true + B:"divinerpg:husk"=true + B:"divinerpg:jack_o_man"=true + B:"divinerpg:jungle_bat"=true + B:"divinerpg:jungle_dramcryx"=true + B:"divinerpg:jungle_spider"=true + B:"divinerpg:karos"=true + B:"divinerpg:karot"=true + B:"divinerpg:kazari"=true + B:"divinerpg:kazrotic"=true + B:"divinerpg:king_crab"=true + B:"divinerpg:king_of_scorchers"=true + B:"divinerpg:kobblin"=true + B:"divinerpg:lady_luna"=true + B:"divinerpg:leorna"=true + B:"divinerpg:lheiva"=true + B:"divinerpg:liopleurodon"=true + B:"divinerpg:livestock_merchant"=true + B:"divinerpg:living_statue"=true + B:"divinerpg:lord_vatticus"=true + B:"divinerpg:lorga"=true + B:"divinerpg:lorga_flight"=true + B:"divinerpg:madivel"=true + B:"divinerpg:mage"=true + B:"divinerpg:mandragora"=true + B:"divinerpg:megalith"=true + B:"divinerpg:miner"=true + B:"divinerpg:moon_wolf"=true + B:"divinerpg:mortum_cadillion"=true + B:"divinerpg:mysterious_man_layer_1"=true + B:"divinerpg:mysterious_man_layer_2"=true + B:"divinerpg:mysterious_man_layer_3"=true + B:"divinerpg:mystic"=true + B:"divinerpg:parasecta"=true + B:"divinerpg:paratiku"=true + B:"divinerpg:pumpkin_spider"=true + B:"divinerpg:quadro"=true + B:"divinerpg:raglok"=true + B:"divinerpg:rainbour"=true + B:"divinerpg:razorback"=true + B:"divinerpg:reyvor"=true + B:"divinerpg:roamer"=true + B:"divinerpg:rollum"=true + B:"divinerpg:rotatick"=true + B:"divinerpg:saguaro_worm"=true + B:"divinerpg:samek"=true + B:"divinerpg:scorcher"=true + B:"divinerpg:seimer"=true + B:"divinerpg:shadahier"=true + B:"divinerpg:shark"=true + B:"divinerpg:skythern_archer"=true + B:"divinerpg:skythern_fiend"=true + B:"divinerpg:skythern_golem"=true + B:"divinerpg:smelter"=true + B:"divinerpg:snapper"=true + B:"divinerpg:sorcerer"=true + B:"divinerpg:soul_fiend"=true + B:"divinerpg:soul_spider"=true + B:"divinerpg:soul_stealer"=true + B:"divinerpg:spellbinder"=true + B:"divinerpg:stone_golem"=true + B:"divinerpg:sun_archer"=true + B:"divinerpg:sunstorm"=true + B:"divinerpg:temple_guardian"=true + B:"divinerpg:termasect"=true + B:"divinerpg:termid"=true + B:"divinerpg:the_eye"=true + B:"divinerpg:the_grue"=true + B:"divinerpg:the_hunger"=true + B:"divinerpg:the_watcher"=true + B:"divinerpg:tocaxin"=true + B:"divinerpg:twilight_archer"=true + B:"divinerpg:twilight_demon"=true + B:"divinerpg:twins"=true + B:"divinerpg:vamacheron"=true + B:"divinerpg:verek"=true + B:"divinerpg:vermenous"=true + B:"divinerpg:vhraak"=true + B:"divinerpg:war_general"=true + B:"divinerpg:weak_cori"=true + B:"divinerpg:whale"=true + B:"divinerpg:white_grizzle"=true + B:"divinerpg:wildfire"=true + B:"divinerpg:wildwood_cadillion"=true + B:"divinerpg:wildwood_golem"=true + B:"divinerpg:wildwood_tomo"=true + B:"divinerpg:workshop_merchant"=true + B:"divinerpg:workshop_tinkerer"=true + B:"divinerpg:wraith"=true + B:"divinerpg:wreck"=true + B:"divinerpg:zelus"=true + B:"divinerpg:zone"=true + B:"divinerpg:zoragon"=true + B:"draconicevolution:chaosguardian"=true + B:"ebwizardry:blaze_minion"=true + B:"ebwizardry:decoy"=true + B:"ebwizardry:evil_wizard"=true + B:"ebwizardry:husk_minion"=true + B:"ebwizardry:ice_giant"=true + B:"ebwizardry:ice_wraith"=true + B:"ebwizardry:lightning_wraith"=true + B:"ebwizardry:magic_slime"=true + B:"ebwizardry:phoenix"=true + B:"ebwizardry:shadow_wraith"=true + B:"ebwizardry:silverfish_minion"=true + B:"ebwizardry:skeleton_minion"=true + B:"ebwizardry:spider_minion"=true + B:"ebwizardry:spirit_horse"=true + B:"ebwizardry:spirit_wolf"=true + B:"ebwizardry:storm_elemental"=true + B:"ebwizardry:stray_minion"=true + B:"ebwizardry:vex_minion"=true + B:"ebwizardry:wither_skeleton_minion"=true + B:"ebwizardry:wizard"=true + B:"ebwizardry:zombie_minion"=true + B:"erebus:erebus.animated_bamboo_crate"=true + B:"erebus:erebus.animated_block"=true + B:"erebus:erebus.animated_chest"=true + B:"erebus:erebus.antlion"=true + B:"erebus:erebus.antlion_boss"=true + B:"erebus:erebus.antlion_mini_boss"=true + B:"erebus:erebus.bed_bug"=true + B:"erebus:erebus.beetle"=true + B:"erebus:erebus.beetle_larva"=true + B:"erebus:erebus.black_ant"=true + B:"erebus:erebus.black_widow"=true + B:"erebus:erebus.bog_maw"=true + B:"erebus:erebus.bombardier_beetle"=true + B:"erebus:erebus.bombardier_beetle_larva"=true + B:"erebus:erebus.bot_fly"=true + B:"erebus:erebus.bot_fly_larva"=true + B:"erebus:erebus.centipede"=true + B:"erebus:erebus.chameleon_tick"=true + B:"erebus:erebus.cicada"=true + B:"erebus:erebus.crop_weevil"=true + B:"erebus:erebus.crushroom"=true + B:"erebus:erebus.dragon_fly"=true + B:"erebus:erebus.fire_ant"=true + B:"erebus:erebus.fire_ant_soldier"=true + B:"erebus:erebus.fly"=true + B:"erebus:erebus.fungal_weevil"=true + B:"erebus:erebus.gas_vent"=true + B:"erebus:erebus.glow_worm"=true + B:"erebus:erebus.grasshopper"=true + B:"erebus:erebus.honey_pot_ant"=true + B:"erebus:erebus.jumping_spider"=true + B:"erebus:erebus.lava_web_spider"=true + B:"erebus:erebus.locust"=true + B:"erebus:erebus.magma_crawler"=true + B:"erebus:erebus.midge_swarm"=true + B:"erebus:erebus.money_spider"=true + B:"erebus:erebus.mosquito"=true + B:"erebus:erebus.moth"=true + B:"erebus:erebus.pond_skater"=true + B:"erebus:erebus.praying_mantis"=true + B:"erebus:erebus.punchroom"=true + B:"erebus:erebus.rhino_beetle"=true + B:"erebus:erebus.scorpion"=true + B:"erebus:erebus.scytodes"=true + B:"erebus:erebus.solifuge"=true + B:"erebus:erebus.solifuge_small"=true + B:"erebus:erebus.stag_beetle"=true + B:"erebus:erebus.tarantula"=true + B:"erebus:erebus.tarantula_baby"=true + B:"erebus:erebus.tarantula_mini_boss"=true + B:"erebus:erebus.titan_beetle"=true + B:"erebus:erebus.umber_golem"=true + B:"erebus:erebus.umber_golem_idol"=true + B:"erebus:erebus.velvet_worm"=true + B:"erebus:erebus.wasp"=true + B:"erebus:erebus.woodlouse"=true + B:"erebus:erebus.worker_bee"=true + B:"erebus:erebus.zombie_ant"=true + B:"erebus:erebus.zombie_ant_soldier"=true + B:"forestry:butterflyge"=true + B:"iceandfire:amphithere"=true + B:"iceandfire:cyclops"=true + B:"iceandfire:deathworm"=true + B:"iceandfire:dragonegg"=true + B:"iceandfire:dragonskull"=true + B:"iceandfire:dread_beast"=true + B:"iceandfire:dread_ghoul"=true + B:"iceandfire:dread_horse"=true + B:"iceandfire:dread_knight"=true + B:"iceandfire:dread_lich"=true + B:"iceandfire:dread_scuttler"=true + B:"iceandfire:dread_thrall"=true + B:"iceandfire:firedragon"=true + B:"iceandfire:gorgon"=true + B:"iceandfire:hippocampus"=true + B:"iceandfire:hippogryph"=true + B:"iceandfire:icedragon"=true + B:"iceandfire:if_cockatrice"=true + B:"iceandfire:if_hydra"=true + B:"iceandfire:if_mob_skull"=true + B:"iceandfire:if_pixie"=true + B:"iceandfire:if_troll"=true + B:"iceandfire:myrmex_egg"=true + B:"iceandfire:myrmex_queen"=true + B:"iceandfire:myrmex_royal"=true + B:"iceandfire:myrmex_sentinel"=true + B:"iceandfire:myrmex_soldier"=true + B:"iceandfire:myrmex_swarmer"=true + B:"iceandfire:myrmex_worker"=true + B:"iceandfire:seaserpent"=true + B:"iceandfire:siren"=true + B:"iceandfire:snowvillager"=true + B:"iceandfire:stonestatue"=true + B:"iceandfire:stymphalianbird"=true + B:"industrialforegoing:pink_slime"=true + B:"mahoutsukai:fae"=true + B:"mahoutsukai:familiar_entity"=true + B:"mahoutsukai:kodoku_entity"=true + B:"mekanism:babyskeleton"=true + B:"mekanism:robit"=true + B:"minecraft:bat"=true + B:"minecraft:blaze"=true + B:"minecraft:cave_spider"=true + B:"minecraft:chicken"=true + B:"minecraft:cow"=true + B:"minecraft:creeper"=true + B:"minecraft:donkey"=true + B:"minecraft:elder_guardian"=true + B:"minecraft:ender_dragon"=true + B:"minecraft:enderman"=true + B:"minecraft:endermite"=true + B:"minecraft:evocation_illager"=true + B:"minecraft:ghast"=true + B:"minecraft:giant"=true + B:"minecraft:guardian"=true + B:"minecraft:horse"=true + B:"minecraft:husk"=true + B:"minecraft:illusion_illager"=true + B:"minecraft:llama"=true + B:"minecraft:magma_cube"=true + B:"minecraft:mooshroom"=true + B:"minecraft:mule"=true + B:"minecraft:ocelot"=true + B:"minecraft:parrot"=true + B:"minecraft:pig"=true + B:"minecraft:polar_bear"=true + B:"minecraft:rabbit"=true + B:"minecraft:sheep"=true + B:"minecraft:shulker"=true + B:"minecraft:silverfish"=true + B:"minecraft:skeleton"=true + B:"minecraft:skeleton_horse"=true + B:"minecraft:slime"=true + B:"minecraft:snowman"=true + B:"minecraft:spider"=true + B:"minecraft:squid"=true + B:"minecraft:stray"=true + B:"minecraft:vex"=true + B:"minecraft:villager"=true + B:"minecraft:villager_golem"=true + B:"minecraft:vindication_illager"=true + B:"minecraft:witch"=true + B:"minecraft:wither"=true + B:"minecraft:wither_skeleton"=true + B:"minecraft:wolf"=true + B:"minecraft:zombie"=true + B:"minecraft:zombie_horse"=true + B:"minecraft:zombie_pigman"=true + B:"minecraft:zombie_villager"=true + B:"nuclearcraft:feral_ghoul"=true + B:"openblocks:luggage"=true + B:"openblocks:mini_me"=true + B:"plustic:blindbandit"=true + B:"plustic:supremeleader"=true + B:"randomthings:goldenchicken"=true + B:"randomthings:spirit"=true + B:"tconstruct:blueslime"=true + B:"tfspellpack:carminite_ghastling_minion"=true + B:"tfspellpack:cave_troll_minion"=true + B:"tfspellpack:druid_mage"=true + B:"tfspellpack:fire_beetle_minion"=true + B:"tfspellpack:redcap_goblin_minion"=true + B:"tfspellpack:redcap_sapper_minion"=true + B:"tfspellpack:skeleton_druid_minion"=true + B:"tfspellpack:slime_beetle_minion"=true + B:"tfspellpack:snow_guardian_minion"=true + B:"tfspellpack:stable_ice_core_minion"=true + B:"tfspellpack:twilight_wraith_minion"=true + B:"tfspellpack:unstable_ice_core_minion"=true + B:"tg:observer"=true + B:"thaumadditions:blue_wolf"=true + B:"thaumadditions:chester"=true + B:"thaumcraft:arcanebore"=true + B:"thaumcraft:brainyzombie"=true + B:"thaumcraft:cultistcleric"=true + B:"thaumcraft:cultistknight"=true + B:"thaumcraft:cultistleader"=true + B:"thaumcraft:cultistportalgreater"=true + B:"thaumcraft:cultistportallesser"=true + B:"thaumcraft:eldritchcrab"=true + B:"thaumcraft:eldritchgolem"=true + B:"thaumcraft:eldritchguardian"=true + B:"thaumcraft:eldritchwarden"=true + B:"thaumcraft:firebat"=true + B:"thaumcraft:giantbrainyzombie"=true + B:"thaumcraft:golem"=true + B:"thaumcraft:inhabitedzombie"=true + B:"thaumcraft:mindspider"=true + B:"thaumcraft:pech"=true + B:"thaumcraft:spellbat"=true + B:"thaumcraft:taintacle"=true + B:"thaumcraft:taintaclegiant"=true + B:"thaumcraft:taintacletiny"=true + B:"thaumcraft:taintcrawler"=true + B:"thaumcraft:taintseed"=true + B:"thaumcraft:taintseedprime"=true + B:"thaumcraft:taintswarm"=true + B:"thaumcraft:thaumslime"=true + B:"thaumcraft:turretadvanced"=true + B:"thaumcraft:turretbasic"=true + B:"thaumcraft:wisp"=true + B:"thebetweenlands:angler"=true + B:"thebetweenlands:ash_sprite"=true + B:"thebetweenlands:barrishee"=true + B:"thebetweenlands:blind_cave_fish"=true + B:"thebetweenlands:blood_snail"=true + B:"thebetweenlands:boulder_sprite"=true + B:"thebetweenlands:cc_ground_spawner"=true + B:"thebetweenlands:chiromaw"=true + B:"thebetweenlands:chiromaw_greebling_rider"=true + B:"thebetweenlands:chiromaw_hatchling"=true + B:"thebetweenlands:chiromaw_matriarch"=true + B:"thebetweenlands:chiromaw_tame"=true + B:"thebetweenlands:crypt_crawler"=true + B:"thebetweenlands:dark_druid"=true + B:"thebetweenlands:draeton_chiromaw_tamed"=true + B:"thebetweenlands:draeton_dragonfly"=true + B:"thebetweenlands:draeton_firefly"=true + B:"thebetweenlands:dragonfly"=true + B:"thebetweenlands:dreadful_mummy"=true + B:"thebetweenlands:emberling"=true + B:"thebetweenlands:emberling_shaman"=true + B:"thebetweenlands:firefly"=true + B:"thebetweenlands:flame_jet"=true + B:"thebetweenlands:fortress_boss"=true + B:"thebetweenlands:fortress_boss_blockade"=true + B:"thebetweenlands:fortress_boss_spawner"=true + B:"thebetweenlands:fortress_boss_turret"=true + B:"thebetweenlands:frog"=true + B:"thebetweenlands:gas_cloud"=true + B:"thebetweenlands:gecko"=true + B:"thebetweenlands:greebling"=true + B:"thebetweenlands:large_sludge_worm"=true + B:"thebetweenlands:leech"=true + B:"thebetweenlands:lurker"=true + B:"thebetweenlands:mire_snail"=true + B:"thebetweenlands:mire_snail_egg"=true + B:"thebetweenlands:moving_spawner_hole"=true + B:"thebetweenlands:mummy_arm"=true + B:"thebetweenlands:peat_mummy"=true + B:"thebetweenlands:pyrad"=true + B:"thebetweenlands:root_sprite"=true + B:"thebetweenlands:shambler"=true + B:"thebetweenlands:silt_crab"=true + B:"thebetweenlands:sludge"=true + B:"thebetweenlands:sludge_menace"=true + B:"thebetweenlands:small_sludge_worm"=true + B:"thebetweenlands:smoll_sludge"=true + B:"thebetweenlands:spirit_tree_face_large"=true + B:"thebetweenlands:spirit_tree_face_small"=true + B:"thebetweenlands:splodeshroom"=true + B:"thebetweenlands:sporeling"=true + B:"thebetweenlands:stalker"=true + B:"thebetweenlands:swamp_hag"=true + B:"thebetweenlands:swarm"=true + B:"thebetweenlands:tamed_spirit_tree_face"=true + B:"thebetweenlands:tar_beast"=true + B:"thebetweenlands:tarminion"=true + B:"thebetweenlands:termite"=true + B:"thebetweenlands:tiny_sludge_worm"=true + B:"thebetweenlands:tiny_sludge_worm_helper"=true + B:"thebetweenlands:tiny_worm_egg_sac"=true + B:"thebetweenlands:toad"=true + B:"thebetweenlands:triggered_falling_block"=true + B:"thebetweenlands:triggered_sludge_wall_jet"=true + B:"thebetweenlands:wall_lamprey"=true + B:"thebetweenlands:wall_living_root"=true + B:"thebetweenlands:wight"=true + B:"thebetweenlands:wild_emberling"=true + B:"thebetweenlands:worm_ground_spawner"=true + B:"thermalfoundation:basalz"=true + B:"thermalfoundation:blitz"=true + B:"thermalfoundation:blizz"=true + B:"twilightforest:adherent"=true + B:"twilightforest:armored_giant"=true + B:"twilightforest:bighorn_sheep"=true + B:"twilightforest:blockchain_goblin"=true + B:"twilightforest:boggard"=true + B:"twilightforest:bunny"=true + B:"twilightforest:castle_guardian"=true + B:"twilightforest:death_tome"=true + B:"twilightforest:deer"=true + B:"twilightforest:fire_beetle"=true + B:"twilightforest:firefly"=true + B:"twilightforest:giant_miner"=true + B:"twilightforest:goblin_knight_lower"=true + B:"twilightforest:goblin_knight_upper"=true + B:"twilightforest:harbinger_cube"=true + B:"twilightforest:hedge_spider"=true + B:"twilightforest:helmet_crab"=true + B:"twilightforest:hostile_wolf"=true + B:"twilightforest:hydra"=true + B:"twilightforest:hydra_head"=true + B:"twilightforest:ice_crystal"=true + B:"twilightforest:king_spider"=true + B:"twilightforest:knight_phantom"=true + B:"twilightforest:kobold"=true + B:"twilightforest:lich"=true + B:"twilightforest:lich_minion"=true + B:"twilightforest:loyal_zombie"=true + B:"twilightforest:maze_slime"=true + B:"twilightforest:mini_ghast"=true + B:"twilightforest:minoshroom"=true + B:"twilightforest:minotaur"=true + B:"twilightforest:mist_wolf"=true + B:"twilightforest:mosquito_swarm"=true + B:"twilightforest:naga"=true + B:"twilightforest:penguin"=true + B:"twilightforest:pinch_beetle"=true + B:"twilightforest:quest_ram"=true + B:"twilightforest:raven"=true + B:"twilightforest:redcap"=true + B:"twilightforest:redcap_sapper"=true + B:"twilightforest:rising_zombie"=true + B:"twilightforest:roving_cube"=true + B:"twilightforest:skeleton_druid"=true + B:"twilightforest:slime_beetle"=true + B:"twilightforest:snow_guardian"=true + B:"twilightforest:snow_queen"=true + B:"twilightforest:squirrel"=true + B:"twilightforest:stable_ice_core"=true + B:"twilightforest:swarm_spider"=true + B:"twilightforest:tiny_bird"=true + B:"twilightforest:tower_broodling"=true + B:"twilightforest:tower_ghast"=true + B:"twilightforest:tower_golem"=true + B:"twilightforest:tower_termite"=true + B:"twilightforest:troll"=true + B:"twilightforest:unstable_ice_core"=true + B:"twilightforest:ur_ghast"=true + B:"twilightforest:wild_boar"=true + B:"twilightforest:winter_wolf"=true + B:"twilightforest:wraith"=true + B:"twilightforest:yeti"=true + B:"twilightforest:yeti_alpha"=true +} + + +general { + # Displays a durability bar on the shard as an indicator on how close to maxed it is [default: true] + B:displayDurabilityBar=true + + # Max amount of mobs spawned by a given spawner in a 16 block radius. [range: 0 ~ 256, default: 30] + I:spawnCap=30 +} + + diff --git a/config/stackie.cfg b/config/stackie.cfg new file mode 100644 index 00000000..599f7f09 --- /dev/null +++ b/config/stackie.cfg @@ -0,0 +1,49 @@ +# 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/storagecabinet.cfg b/config/storagecabinet.cfg new file mode 100644 index 00000000..35c5399b --- /dev/null +++ b/config/storagecabinet.cfg @@ -0,0 +1,14 @@ +# 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/storagedrawers.cfg b/config/storagedrawers.cfg new file mode 100644 index 00000000..59bbbcb1 --- /dev/null +++ b/config/storagedrawers.cfg @@ -0,0 +1,123 @@ +# 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:enabled=true + I:range=12 + } + + trim { + B:enabled=true + I:recipeOutput=4 + } + + controllerslave { + B:enabled=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 + B:enableThaumcraft=true + 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 + > + + # 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/supersoundmuffler.cfg b/config/supersoundmuffler.cfg new file mode 100644 index 00000000..000f6655 --- /dev/null +++ b/config/supersoundmuffler.cfg @@ -0,0 +1,8 @@ +# 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/surge.cfg b/config/surge.cfg new file mode 100644 index 00000000..bc99bf42 --- /dev/null +++ b/config/surge.cfg @@ -0,0 +1,38 @@ +# 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/tconstruct.cfg b/config/tconstruct.cfg new file mode 100644 index 00000000..2312719c --- /dev/null +++ b/config/tconstruct.cfg @@ -0,0 +1,165 @@ +# 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 < + 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/teamreborn/configData.nbt b/config/teamreborn/configData.nbt new file mode 100644 index 00000000..6741e836 Binary files /dev/null and b/config/teamreborn/configData.nbt differ diff --git a/config/teamreborn/reborncore/client.cfg b/config/teamreborn/reborncore/client.cfg new file mode 100644 index 00000000..988d64f6 --- /dev/null +++ b/config/teamreborn/reborncore/client.cfg @@ -0,0 +1,17 @@ +# Configuration file + +config { + # Show Stack Info HUD [Default=true] + B:"Show Stack Info HUD"=true + + # Screen corner for HUD, 0 is top left, 1 is top right, 2 is bottom right and 3 is bottom left [Default=0] + I:"Stack Info Corner"=0 + + # X padding for HUD [Default=2] + I:"Stack Info X"=2 + + # Y padding for HUD [Default=7] + I:"Stack Info Y"=7 +} + + diff --git a/config/teamreborn/reborncore/misc.cfg b/config/teamreborn/reborncore/misc.cfg new file mode 100644 index 00000000..e13058ed --- /dev/null +++ b/config/teamreborn/reborncore/misc.cfg @@ -0,0 +1,23 @@ +# Configuration file + +config { + # AutoUpdates none user chnaged config values, when the mod default changes. [Default=true] + B:"Config Updater"=true + + # Disable this is you don't want seasonal easter eggs [Default=true] + B:"Enable Seasonal Easter Eggs"=true + + # Enable version checker [Default=true] + B:"Version Check"=true + + # Wrench required to pick machine. If not wrenched than machine frame will drop instead. [Default=true] + B:"Wrench Required"=true +} + + +debug { + # Contains some debug tools to help fix issues with ores [Default=false] + B:"Enable Debug tools for ores"=false +} + + diff --git a/config/teamreborn/reborncore/power.cfg b/config/teamreborn/reborncore/power.cfg new file mode 100644 index 00000000..c97afb0f --- /dev/null +++ b/config/teamreborn/reborncore/power.cfg @@ -0,0 +1,14 @@ +# Configuration file + +config { + # The Amount of FU to output from EU [Default=4] + I:"EU - FU ratio"=4 + + # Whether energy blocks will accept and emit Forge Energy (FE/RF/etc) [Default=true] + B:"Enable FE support"=true + + # When enabled machines that try to insert power into a machine with a lower tier will smoke [Default=false] + B:"Energy smoking"=false +} + + diff --git a/config/teamreborn/reborncore/selected_energy.json b/config/teamreborn/reborncore/selected_energy.json new file mode 100644 index 00000000..7c161d74 --- /dev/null +++ b/config/teamreborn/reborncore/selected_energy.json @@ -0,0 +1 @@ +FE \ No newline at end of file diff --git a/config/teamreborn/reborncore/upgrades.cfg b/config/teamreborn/reborncore/upgrades.cfg new file mode 100644 index 00000000..241f467b --- /dev/null +++ b/config/teamreborn/reborncore/upgrades.cfg @@ -0,0 +1,10 @@ +# Configuration file + +config { + # Whether to use an alternative, exponential scaling algorithm like IC2. + # With the exponential scaling algorithm (true), processing time will be determined by (1 - OverclockerSpeed)^NumberOfOverclockers. + # Without the algorithm (false), processing time is determined by (1 - OverclockerSpeed*NumberOfOverclockers), with a minimum of 1% processing time. [Default=false] + B:"Use Exponential Machine Speed Scaling"=false +} + + diff --git a/config/teamreborn/techreborn/compat.cfg b/config/teamreborn/techreborn/compat.cfg new file mode 100644 index 00000000..880d408c --- /dev/null +++ b/config/teamreborn/techreborn/compat.cfg @@ -0,0 +1,118 @@ +# Configuration file + +appliedenergistics2 { + B:EnableQuartzGrinderRecipes=true + B:EnableQuartzIndustrialGrinderRecipes=true +} + + +buildcraft { + # Allow BuildCraft fuels to be used in fuel generators [Default=true] + B:EnableBuildcraftFuels=true + + # Enable distillation tower recipes related to BuildCraft fuels [Default=true] + B:EnableDistillationTowerBuildCraftRecipes=true + + # Buildcraft's quarry will require an advanced circuit and diamond drill if enabled [Default=true] + B:ExpensiveQuarryRecipe=false +} + + +forestry { + # Enable distillation tower recipes envolving Forestry fuels [Default=true] + B:EnableDistillationTowerForestryRecipes=true + + # Allow Forestry fuels to be used in the fuel generators [Default=true] + B:EnableForestryFuels=true +} + + +general { + # Drop red and yellow garnets and peridot from any harvested oreRuby, oreSapphire, oreSphalerite. False will also disable drop from TechReborn ores. [Default=true] + B:secondaryGemDrops=true +} + + +immersive_engineering { + # Enable compressor recipes related to Immersive Engineering content [Default=true] + B:EnableCompressorImmersiveEngineeringRecipes=true + + # Allow Immersive Engineering fuels to be used in the fuel generators [Default=true] + B:EnableImmersiveEngineeringFuels=true +} + + +industrial_foregoing { + # Allow Industrial Foregoing fuels to be used in the fuel generators [Default=true] + B:EnableIndustrialForegoingFuels=true +} + + +jei { + # Show Scrapbox loot in JEI [Default=false] + B:ShowScrabpox=true +} + + +modules { + B:AppliedEnergisticsCompat=true + + # Should the compat module 'BaublesCompat' be loaded + B:BaublesCompat=true + + # Should the compat module 'BuildCraftBuildersCompat' be loaded + B:BuildCraftBuildersCompat=true + + # Should the compat module 'BuildCraftEnergyCompat' be loaded + B:BuildCraftEnergyCompat=true + + # Should the compat module 'CompatOpenComputers' be loaded + B:CompatOpenComputers=true + + # Should the compat module 'CraftTweakerCompat' be loaded + B:CraftTweakerCompat=true + + # Should the compat module 'ForestryCompat' be loaded + B:ForestryCompat=true + + # Should the compat module 'ImmersiveEngineeringCompat' be loaded + B:ImmersiveEngineeringCompat=true + + # Should the compat module 'IndustrialForegoingCompat' be loaded + B:IndustrialForegoingCompat=true + + # Should the compat module 'RailcraftCompat' be loaded + B:RailcraftCompat=true + + # Should the compat module 'ThermalExpansionCompat' be loaded + B:ThermalExpansionCompat=true +} + + +railcraft { + # Disable rolling machine rail related recipes when Railcraft is installed [Default=true] + B:DisableRailRelatedRollingMachineRecipes=true + + # Allow Railcraft fuels to be used in the fuel generators (i.e. Creosote) [Default=true] + B:EnableRailcraftFuels=true +} + + +theoneprobe { + # Display machine info in The One Probe's HUD [Default=true] + B:EnableTOPSupport=true +} + + +thermal_expansion { + # Disable induction smelter recipes that bypass the use of the blast furnace (i.e. tungsten ingots) [Default=true] + B:DisableInductionSmelterRecipesBypassingBlastFurnace=true + + # Enable distillation tower recipes related to ThermalExpansion content [Default=true] + B:EnableDistillationTowerThermalExpansionRecipes=true + + # Allow Thermal Expansion fuels to be used in the fuel generators [Default=true] + B:EnableThermalExpansionFuels=true +} + + diff --git a/config/teamreborn/techreborn/generators.cfg b/config/teamreborn/techreborn/generators.cfg new file mode 100644 index 00000000..df39fff1 --- /dev/null +++ b/config/teamreborn/techreborn/generators.cfg @@ -0,0 +1,173 @@ +# Configuration file + +diesel_generator { + # Diesel Generator Max Energy (Value in EU) [Default=10000] + I:DieselGeneratorMaxEnergy=10000 + + # Diesel Generator Max Output (Value in EU) [Default=32] + I:DieselGeneratorMaxOutput=32 + + # Diesel Generator Tank Capacity [Default=10000] + I:DieselGeneratorTankCapacity=10000 +} + + +dragon_egg_siphoner { + # Dragon Egg Siphoner Energy Per Tick (Value in EU) [Default=4] + I:DragonEggSiphonerEnergyPerTick=4 + + # Dragon Egg Siphoner Max Energy (Value in EU) [Default=1000] + I:DragonEggSiphonerMaxEnergy=1000 + + # Dragon Egg Siphoner Max Output (Value in EU) [Default=128] + I:DragonEggSiphonerMaxOutput=128 +} + + +gas_turbine { + # Gas Turbine Max Energy (Value in EU) [Default=10000] + I:GasTurbineMaxEnergy=10000 + + # Gas Turbine Max Output (Value in EU) [Default=32] + I:GasTurbineMaxOutput=32 + + # Gas Turbine Tank Capacity [Default=10000] + I:GasTurbineTankCapacity=10000 +} + + +generator { + # Solid Fuel Generator Energy Output Amount (Value in EU) [Default=10] + I:GeneratorEnergyOutput=10 + + # Solid Fuel Generator Max Energy (Value in EU) [Default=10000] + I:GeneratorMaxEnergy=10000 + + # Solid Fuel Generator Max Output (Value in EU) [Default=32] + I:GeneratorMaxOutput=32 +} + + +lightning_rod { + # Base amount of energy per strike (Value in EU) [Default=262144] + I:LightningRodBaseStrikeEnergy=262144 + + # Chance of lightning striking a rod (Range: 0-70) [Default=24] + I:LightningRodChanceOfStrike=24 + + # Lightning Rod Max Energy (Value in EU) [Default=100000000] + I:LightningRodMaxEnergy=100000000 + + # Lightning Rod Max Output (Value in EU) [Default=2048] + I:LightningRodMaxOutput=2048 +} + + +plasma_generator { + # Plasma Generator Max Energy (Value in EU) [Default=5.0E8] + D:PlasmaGeneratorMaxEnergy=5.0E8 + + # Plasma Generator Max Output (Value in EU) [Default=2048] + I:PlasmaGeneratorMaxOutput=2048 + + # Plasma Generator Tank Capacity [Default=10000] + I:PlasmaGeneratorTankCapacity=10000 +} + + +semifluid_generator { + # Semifluid Generator Max Energy (Value in EU) [Default=10000] + I:SemifluidGeneratorMaxEnergy=10000 + + # Semifluid Generator Max Output (Value in EU) [Default=32] + I:SemifluidGeneratorMaxOutput=32 + + # Semifluid Generator Tank Capacity [Default=10000] + I:SemifluidGeneratorTankCapacity=10000 +} + + +solarpaneladvanced { + # Generation rate during day for Advanced Solar Panel (Value in EU) [Default=64] + I:advancedDayRate=64 + + # Generation rate during night for Advanced Solar Panel (Value in EU) [Default=8] + I:advancedNightRate=8 +} + + +solarpanelbasic { + # Generation rate during day for Basic Solar Panel (Value in EU) [Default=1] + I:basicDayRate=1 + + # Generation rate during night for Basic Solar Panel (Value in EU) [Default=0] + I:basicNightRate=0 +} + + +solarpanelhybrid { + # Generation rate during day for Hybrid Solar Panel (Value in EU) [Default=8] + I:hybridDayRate=8 + + # Generation rate during night for Hybrid Solar Panel (Value in EU) [Default=1] + I:hybridNightRate=1 +} + + +solarpanelquantum { + # Generation rate during day for Quantum Solar Panel (Value in EU) [Default=4096] + I:quantumDayRate=4096 + + # Generation rate during night for Quantum Solar Panel (Value in EU) [Default=512] + I:quantumNightRate=512 +} + + +solarpanelultimate { + # Generation rate during day for Ultimate Solar Panel (Value in EU) [Default=512] + I:ultimateDayRate=512 + + # Generation rate during night for Ultimate Solar Panel (Value in EU) [Default=64] + I:ultimateNightRate=64 +} + + +thermal_generator { + # Thermal Generator Max Energy (Value in EU) [Default=10000] + I:ThermalGeneratorMaxEnergy=10000 + + # Thermal Generator Max Output (Value in EU) [Default=32] + I:ThermalGeneratorMaxOutput=32 + + # Thermal Generator Tank Capacity [Default=10000] + I:ThermalGeneratorTankCapacity=10000 +} + + +water_mill { + # Water Mill Energy Multiplier [Default=0.1] + D:WaterMillEnergyPerTick=0.1 + + # Water Mill Max Energy (Value in EU) [Default=1000] + I:WaterMillMaxEnergy=1000 + + # Water Mill Max Output (Value in EU) [Default=32] + I:WaterMillMaxOutput=32 +} + + +wind_mill { + # Wind Mill Energy Per Tick (Value in EU) [Default=2] + I:WindMillEnergyPerTick=2 + + # Wind Mill Max Energy (Value in EU) [Default=10000] + I:WindMillMaxEnergy=10000 + + # Wind Mill Max Output (Value in EU) [Default=128] + I:WindMillMaxOutput=128 + + # Wind Mill Thunder Multiplier [Default=1.25] + D:WindMillThunderMultiplier=1.25 +} + + diff --git a/config/teamreborn/techreborn/items.cfg b/config/teamreborn/techreborn/items.cfg new file mode 100644 index 00000000..f38c7b73 --- /dev/null +++ b/config/teamreborn/techreborn/items.cfg @@ -0,0 +1,83 @@ +# Configuration file + +cloacking_device { + # Cloacking device energy usesage (Value in FE) [Default=10] + I:ClockingDeviceEnergyUsage=10 +} + + +power { + # Energy Capacity for Clocking Device (FE) [Default=40000000] + I:CloakingDeviceCharge=40000000 + + # Energy Capacity for Lithium Batpack (FE) [Default=16000000] + I:LithiumBatpackCharge=16000000 + + # Energy Capacity for Advanced Chainsaw (FE) [Default=4000000] + I:advancedChainsawCharge=4000000 + + # Energy Capacity for Advanced Drill (FE) [Default=4000000] + I:advancedDrillCharge=4000000 + + # Energy Capacity for Advanced Jachammer (FE) [Default=4000000] + I:advancedJackhammerCharge=4000000 + + # Energy Capacity for Diamond Chainsaw (FE) [Default=400000] + I:diamondChainsawCharge=400000 + + # Energy Capacity for Diamond Drill (FE) [Default=400000] + I:diamondDrillCharge=400000 + + # Energy Capacity for Diamond Jackhammer (FE) [Default=400000] + I:diamondJackhammerCharge=400000 + + # Energy Capacity for Energy Crystal (FE) [Default=4000000] + I:energyCrystalMaxCharge=4000000 + + # Energy Capacity for Iron Chainsaw (FE) [Default=40000] + I:ironChainsawCharge=40000 + + # Energy Capacity for Iron Drill (FE) [Default=40000] + I:ironDrillCharge=40000 + + # Energy Capacity for Lapotron Crystal (FE) [Default=40000000] + I:lapotronCrystalMaxCharge=40000000 + + # Energy Capacity for Lapotron Pack (FE) [Default=400000000] + I:lapotronPackCharge=400000000 + + # Energy Capacity for Lapotronic Orb (FE) [Default=400000000] + I:lapotronicOrbMaxCharge=400000000 + + # Energy Capacity for Nano Saber (FE) [Default=640000] + I:nanoSaberCharge=640000 + + # Energy Capacity for Omni Tool (FE) [Default=20000] + I:omniToolCharge=20000 + + # Energy Capacity for Rock Cutter (FE) [Default=400000] + I:rockCutterCharge=400000 + + # Energy Capacity for Steel Jackhammer (FE) [Default=40000] + I:steelJackhammerCharge=40000 +} + + +stats { + # Damage value for the Nano Saber (when active) [Default=20] + I:nanoSaberDamage=20 +} + + +upgrades { + # Energy storage upgrade extra power [Default=40000.0] + D:energy_storage=40000.0 + + # Overclocker upgrade power multipiler [Default=0.75] + D:overclocker_power=0.75 + + # Overclocker upgrade speed multipiler [Default=0.25] + D:overclocker_speed=0.25 +} + + diff --git a/config/teamreborn/techreborn/machines.cfg b/config/teamreborn/techreborn/machines.cfg new file mode 100644 index 00000000..4687c53f --- /dev/null +++ b/config/teamreborn/techreborn/machines.cfg @@ -0,0 +1,350 @@ +# Configuration file + +aesu { + # AESU Max Energy (Value in EU) [Default=100000000] + I:AesuMaxEnergy=100000000 + + # AESU Max Input (Value in EU) [Default=16192] + I:AesuMaxInput=16192 + + # AESU Max Output (Value in EU) [Default=16192] + I:AesuMaxOutput=16192 +} + + +alloy_smelter { + # Alloy Smelter Max Energy (Value in EU) [Default=10000] + I:AlloySmelterMaxEnergy=10000 + + # Alloy Smelter Max Input (Value in EU) [Default=32] + I:AlloySmelterMaxInput=32 +} + + +assembling_machine { + # Assembling Machine Max Energy (Value in EU) [Default=10000] + I:AssemblingMachineMaxEnergy=10000 + + # Assembling Machine Max Input (Value in EU) [Default=32] + I:AssemblingMachineMaxInput=32 +} + + +autocrafter { + # AutoCrafting Table Max Input (Value in EU) [Default=32] + I:AutoCrafterInput=32 + + # AutoCrafting Table Max Energy (Value in EU) [Default=10000] + I:AutoCrafterMaxEnergy=10000 +} + + +centrifuge { + # Centrifuge Max Energy (Value in EU) [Default=10000] + I:CentrifugeMaxEnergy=10000 + + # Centrifuge Max Input (Value in EU) [Default=32] + I:CentrifugeMaxInput=32 +} + + +charge_bench { + # Charge Bench Max Energy (Value in EU) [Default=100000000] + I:ChargeBenchMaxEnergy=100000000 + + # Charge Bench Max Input (Value in EU) [Default=512] + I:ChargeBenchMaxInput=512 + + # Charge Bench Max Output (Value in EU) [Default=512] + I:ChargeBenchMaxOutput=512 +} + + +chemical_reactor { + # Chemical Reactor Max Energy (Value in EU) [Default=10000] + I:ChemicalReactorMaxEnergy=10000 + + # Chemical Reactor Max Input (Value in EU) [Default=128] + I:ChemicalReactorMaxInput=128 +} + + +chunk_loader { + # Chunk Loader Max Energy (Value in EU) [Default=10000] + I:ChunkLoaderMaxEnergy=10000 + + # Chunk Loader Max Input (Value in EU) [Default=32] + I:ChunkLoaderMaxInput=32 +} + + +compressor { + # Compressor Max Input (Value in EU) [Default=32] + I:CompressorInput=32 + + # Compressor Max Energy (Value in EU) [Default=10000] + I:CompressorMaxEnergy=10000 +} + + +digital_chest { + # Maximum amount of items a Digital Chest can store [Default=32768] + I:DigitalChestMaxStorage=32768 +} + + +distillation_tower { + # Distillation Tower Max Energy (Value in EU) [Default=10000] + I:DistillationTowerMaxEnergy=10000 + + # Distillation Tower Max Input (Value in EU) [Default=128] + I:DistillationTowerMaxInput=128 +} + + +electric_furnace { + # Electric Furnace Max Input (Value in EU) [Default=32] + I:ElectricFurnaceInput=32 + + # Electric Furnace Max Energy (Value in EU) [Default=1000] + I:ElectricFurnaceMaxEnergy=1000 +} + + +extractor { + # Extractor Max Input (Value in EU) [Default=32] + I:ExtractorInput=32 + + # Extractor Max Energy (Value in EU) [Default=10000] + I:ExtractorMaxEnergy=10000 +} + + +fluidreplicator { + # Fluid Replicator Max Energy (Value in EU) [Default=400000] + I:FluidReplicatorMaxEnergy=400000 + + # Fluid Replicator Max Input (Value in EU) [Default=256] + I:FluidReplicatorMaxInput=256 +} + + +fusion_reactor { + # Fusion Reactor Max Coil size (Radius) [Default=50] + I:FusionReactorMaxCoilSize=50 + + # Fusion Reactor Max Energy (Value in EU) [Default=100000000] + I:FusionReactorMaxEnergy=100000000 + + # Fusion Reactor Max Input (Value in EU) [Default=8192] + I:FusionReactorMaxInput=8192 + + # Fusion Reactor Max Output (Value in EU) [Default=1000000] + I:FusionReactorMaxOutput=1000000 +} + + +grinder { + # Grinder Max Input (Value in EU) [Default=32] + I:GrinderInput=32 + + # Grinder Max Energy (Value in EU) [Default=10000] + I:GrinderMaxEnergy=10000 +} + + +idsu { + # IDSU Max Energy (Value in EU) [Default=100000000] + I:IdsuMaxEnergy=100000000 + + # IDSU Max Input (Value in EU) [Default=8192] + I:IdsuMaxInput=8192 + + # IDSU Max Output (Value in EU) [Default=8192] + I:IdsuMaxOutput=8192 +} + + +implosion_compressor { + # Implosion Compressor Max Energy (Value in EU) [Default=64000] + I:ImplosionCompressorMaxEnergy=64000 + + # Implosion Compressor Max Input (Value in EU) [Default=64] + I:ImplosionCompressorMaxInput=64 +} + + +industrial_electrolyzer { + # Industrial Electrolyzer Max Energy (Value in EU) [Default=10000] + I:IndustrialElectrolyzerMaxEnergy=10000 + + # Industrial Electrolyzer Max Input (Value in EU) [Default=128] + I:IndustrialElectrolyzerMaxInput=128 +} + + +industrial_furnace { + # Industrial Blast Furnace Max Energy (Value in EU) [Default=40000] + I:IndustrialFurnaceMaxEnergy=40000 + + # Industrial Blast Furnace Max Input (Value in EU) [Default=128] + I:IndustrialFurnaceMaxInput=128 +} + + +industrial_grinder { + # Industrial Grinder Max Energy (Value in EU) [Default=10000] + I:IndustrialGrinderMaxEnergy=10000 + + # Industrial Grinder Max Input (Value in EU) [Default=128] + I:IndustrialGrinderMaxInput=128 +} + + +industrial_sawmill { + # Industrial Sawmill Max Energy (Value in EU) [Default=10000] + I:IndustrialSawmillMaxEnergy=10000 + + # Industrial Sawmill Max Input (Value in EU) [Default=128] + I:IndustrialSawmillMaxInput=128 +} + + +lesu { + # LESU Extra I/O Multiplier [Default=8] + I:LesuExtraIO=8 + + # LESU Max Energy Per Block (Value in EU) [Default=1000000] + I:LesuMaxEnergyPerBlock=1000000 + + # LESU Base Output (Value in EU) [Default=16] + I:LesuMaxOutput=16 +} + + +matter_fabricator { + # Matter Fabricator EU per amplifier unit, multiply this with the rate for total EU [Default=5] + I:MatterFabricatorEnergyPerAmp=5 + + # Matter Fabricator Fabrication Rate, amount of amplifier units per UUM [Default=6000] + I:MatterFabricatorFabricationRate=6000 + + # Matter Fabricator Max Energy (Value in EU) [Default=10000000] + I:MatterFabricatorMaxEnergy=10000000 + + # Matter Fabricator Max Input (Value in EU) [Default=8192] + I:MatterFabricatorMaxInput=8192 +} + + +plate_bending_machine { + # Plate Bending Machine Max Input (Value in EU) [Default=32] + I:PlateBendingMachineInput=32 + + # Plate Bending Machine Max Energy (Value in EU) [Default=10000] + I:PlateBendingMachineMaxEnergy=10000 +} + + +player_detector { + # Player Detector Energy Consumption per second (Value in EU) [Default=10] + I:PlayerDetectorEUPerSecond=10 + + # Player Detector Max Energy (Value in EU) [Default=10000] + I:PlayerDetectorMaxEnergy=10000 + + # Player Detector Max Input (Value in EU) [Default=32] + I:PlayerDetectorMaxInput=32 +} + + +pump { + # Pump cost for one block of fluid (Value in EU) [Default=20] + I:PumpEUCost=20 + + # Pump max input (Value in EU) [Default=32] + I:PumpInput=32 + + # Pump max energy (Value in EU) [Default=1000] + I:PumpMaxEnergy=1000 +} + + +quantum_chest { + # Maximum amount of items a Quantum Chest can store [Default=2147483647] + I:QuantumChestMaxStorage=2147483647 +} + + +quantum_tank { + # Maximum amount of millibuckets a Quantum Tank can store [Default=2147483647] + I:QuantumTankMaxStorage=2147483647 +} + + +recycler { + # Recycler Max Input (Value in EU) [Default=32] + I:RecyclerInput=32 + + # Recycler Max Energy (Value in EU) [Default=1000] + I:RecyclerMaxEnergy=1000 + + # When enabled and when ic2 is installed the recycler will make ic2 scrap [Default=false] + B:produceIC2Scrap=false +} + + +rolling_machine { + # Rolling Machine Energy Per Tick (Value in EU) [Default=5] + I:RollingMachineEnergyPerTick=5 + + # Rolling Machine Run Time [Default=250] + I:RollingMachineEnergyRunTime=250 + + # Rolling Machine Max Energy (Value in EU) [Default=10000] + I:RollingMachineMaxEnergy=10000 + + # Rolling Machine Max Input (Value in EU) [Default=32] + I:RollingMachineMaxInput=32 +} + + +scrapboxinator { + # Scrapboxinator Max Energy (Value in EU) [Default=1000] + I:ScrapboxinatorMaxEnergy=1000 + + # Scrapboxinator Max Input (Value in EU) [Default=32] + I:ScrapboxinatorMaxInput=32 +} + + +solid_canning_machine { + # Solid Canning Machine Max Energy (Value in EU) [Default=10000] + I:SolidCanningMachineMaxEnergy=10000 + + # Solid Canning Machine Max Input (Value in EU) [Default=32] + I:SolidCanningMachineMaxInput=32 +} + + +vacuumfreezer { + # Vacuum Freezer requires big multiblock [Default=false] + B:VacuumFreezerBigMultiblock=false + + # Vacuum Freezer Max Input (Value in EU) [Default=64] + I:VacuumFreezerInput=64 + + # Vacuum Freezer Max Energy (Value in EU) [Default=64000] + I:VacuumFreezerMaxEnergy=64000 +} + + +wire_mill { + # Wire Mill Max Input (Value in EU) [Default=32] + I:WireMillInput=32 + + # Wire Mill Max Energy (Value in EU) [Default=10000] + I:WireMillMaxEnergy=10000 +} + + diff --git a/config/teamreborn/techreborn/misc.cfg b/config/teamreborn/techreborn/misc.cfg new file mode 100644 index 00000000..8a32c5fa --- /dev/null +++ b/config/teamreborn/techreborn/misc.cfg @@ -0,0 +1,158 @@ +# Configuration file + +blocks { + # Chance to get Aluminium dust from Sodalite Ore [Default=0.5] + D:aluminiumDropChance=0.5 + + # Maximum quantity of Cinnabar dust per Cinnabar ore [Default=2] + I:cinnabarMaxQuantity=2 + + # Minimum quantity of Cinnabar dust per Cinnabar ore [Default=1] + I:cinnabarMinQuatity=1 + + # Chance to get Peridot from Sapphire Ore [Default=0.125] + D:peridotDropChance=0.125 + + # Maximum quantity of Pyrite dust per Pyrite ore [Default=2] + I:pyriteMaxQuantity=2 + + # Minimum quantity of Pyrite dust per Pyrite ore [Default=1] + I:pyriteMinQuatity=1 + + # Chance to get Red Garnet from Ruby Ore [Default=0.125] + D:redGarnetDropChance=0.125 + + # Chance to get Redstone from Cinnabar Ore [Default=0.25] + D:redstoneDropChance=0.25 + + # Maximum quantity of Ruby gems per Ruby ore [Default=2] + I:rubyMaxQuantity=2 + + # Minimum quantity of Ruby gems per Ruby ore [Default=1] + I:rubyMinQuatity=1 + + # Maximum quantity of Sapphire gems per Sapphire ore [Default=2] + I:sapphireMaxQuantity=2 + + # Minimum quantity of Sapphire gems per Sapphire ore [Default=1] + I:sapphireMinQuantity=1 + + # Maximum quantity of Sodalite dust per Sodalite ore [Default=2] + I:sodaliteMaxQuantity=2 + + # Minimum quantity of Sodalite dust per Sodalite ore [Default=1] + I:sodaliteMinQuatity=1 + + # Maximum quantity of Sphalerite dust per Sphalerite ore [Default=2] + I:sphaleriteMaxQuantity=2 + + # Minimum quantity of Sphalerite dust per Sphalerite ore [Default=1] + I:sphaleriteMinQuatity=1 + + # Chance to get Yellow Garnet gem from Sphalerite Ore [Default=0.125] + D:yellowGarnetDropChance=0.125 +} + + +cable { + # When true cables will provide EU support instead of FE [Default=true] + B:EU_cables_when_IC2_power_enabled=true + + # Set to true to allow cable to do damge to enties that come in contact with it [default: true] + B:copper_do_damage=true + + # Cable transfer rate [range: 0 ~ 2147483647, default: 128] + I:copper_transfer_rate=128 + + # Set to true to allow cable to do damge to enties that come in contact with it [default: false] + B:glassfiber_do_damage=false + + # Cable transfer rate [range: 0 ~ 2147483647, default: 8192] + I:glassfiber_transfer_rate=8192 + + # Set to true to allow cable to do damge to enties that come in contact with it [default: true] + B:gold_do_damage=true + + # Cable transfer rate [range: 0 ~ 2147483647, default: 512] + I:gold_transfer_rate=512 + + # Set to true to allow cable to do damge to enties that come in contact with it [default: true] + B:hv_do_damage=true + + # Cable transfer rate [range: 0 ~ 2147483647, default: 2048] + I:hv_transfer_rate=2048 + + # Set to true to allow cable to do damge to enties that come in contact with it [default: false] + B:insulatedcopper_do_damage=false + + # Cable transfer rate [range: 0 ~ 2147483647, default: 128] + I:insulatedcopper_transfer_rate=128 + + # Set to true to allow cable to do damge to enties that come in contact with it [default: false] + B:insulatedgold_do_damage=false + + # Cable transfer rate [range: 0 ~ 2147483647, default: 512] + I:insulatedgold_transfer_rate=512 + + # Set to true to allow cable to do damge to enties that come in contact with it [default: false] + B:insulatedhv_do_damage=false + + # Cable transfer rate [range: 0 ~ 2147483647, default: 2048] + I:insulatedhv_transfer_rate=2048 + + # Set to true to allow cable to do damge to enties that come in contact with it [default: false] + B:superconductor_do_damage=false + + # Cable transfer rate [range: 0 ~ 2147483647, default: 536870911] + I:superconductor_transfer_rate=536870911 + + # Set to true to allow cable to do damge to enties that come in contact with it [default: true] + B:tin_do_damage=true + + # Cable transfer rate [range: 0 ~ 2147483647, default: 32] + I:tin_transfer_rate=32 + + # When true an uninsulated cable will cause damage to entities [Default=true] + B:uninsulatedElectrocutionDamage=true + + # When true an uninsulated cable will create a spark when an entity touches it [Default=true] + B:uninsulatedElectrocutionParticles=true + + # When true an uninsulated cable will create a spark sound when an entity touches it [Default=true] + B:uninsulatedElectrocutionSound=true +} + + +general { + # Dispensers will open scrapboxes [Default=true] + B:DispenserScrapbox=true + + # Input from dots side, output from other sides, like in IC2. [Default=false] + B:IC2TransformersStyle=false + + # Enable Gem armor and tools [Default=true] + B:enableGemTools=true + + # Allow refunding items used to craft the manual [Default=true] + B:manualRefund=true +} + + +misc { + # Set to true to render the end ores with a stone background [Default=false] + B:endOreStone=false +} + + +nuke { + # Should the nuke explode, set to false to prevent block damage [Default=true] + B:enabled=true + + # Nuke fuse time (ticks) [Default=400] + I:fusetime=400 + + # Nuke explision radius [Default=40] + I:radius=40 +} + + diff --git a/config/teamreborn/techreborn/ores.json b/config/teamreborn/techreborn/ores.json new file mode 100644 index 00000000..61f21cef --- /dev/null +++ b/config/teamreborn/techreborn/ores.json @@ -0,0 +1,181 @@ +{ + "generateTechRebornFeatures": true, + "generateOres": true, + "retroGenOres": false, + "overworldOresInModdedDims": true, + "overworldOres": [ + { + "blockName": "tile.techreborn.ore", + "blockNiceName": "Galena", + "meta": 0, + "veinSize": 8, + "veinsPerChunk": 16, + "minYHeight": 10, + "maxYHeight": 60, + "shouldSpawn": true + }, + { + "blockName": "tile.techreborn.ore", + "blockNiceName": "Iridium", + "meta": 1, + "veinSize": 3, + "veinsPerChunk": 3, + "minYHeight": 5, + "maxYHeight": 60, + "shouldSpawn": true + }, + { + "blockName": "tile.techreborn.ore", + "blockNiceName": "Ruby", + "meta": 2, + "veinSize": 6, + "veinsPerChunk": 3, + "minYHeight": 10, + "maxYHeight": 60, + "shouldSpawn": false + }, + { + "blockName": "tile.techreborn.ore", + "blockNiceName": "Sapphire", + "meta": 3, + "veinSize": 6, + "veinsPerChunk": 3, + "minYHeight": 10, + "maxYHeight": 60, + "shouldSpawn": false + }, + { + "blockName": "tile.techreborn.ore", + "blockNiceName": "Bauxite", + "meta": 4, + "veinSize": 6, + "veinsPerChunk": 10, + "minYHeight": 10, + "maxYHeight": 60, + "shouldSpawn": false + }, + { + "blockName": "tile.techreborn.ore", + "blockNiceName": "Lead", + "meta": 12, + "veinSize": 6, + "veinsPerChunk": 16, + "minYHeight": 20, + "maxYHeight": 60, + "shouldSpawn": false + }, + { + "blockName": "tile.techreborn.ore", + "blockNiceName": "Silver", + "meta": 13, + "veinSize": 6, + "veinsPerChunk": 16, + "minYHeight": 20, + "maxYHeight": 60, + "shouldSpawn": false + }, + { + "blockName": "tile.techreborn.ore2", + "blockNiceName": "Copper", + "meta": 0, + "veinSize": 8, + "veinsPerChunk": 16, + "minYHeight": 20, + "maxYHeight": 60, + "shouldSpawn": false + }, + { + "blockName": "tile.techreborn.ore2", + "blockNiceName": "Tin", + "meta": 1, + "veinSize": 8, + "veinsPerChunk": 16, + "minYHeight": 20, + "maxYHeight": 60, + "shouldSpawn": false + } + ], + "neatherOres": [ + { + "blockName": "tile.techreborn.ore", + "blockNiceName": "Pyrite", + "meta": 5, + "veinSize": 6, + "veinsPerChunk": 3, + "minYHeight": 10, + "maxYHeight": 126, + "shouldSpawn": true + }, + { + "blockName": "tile.techreborn.ore", + "blockNiceName": "Cinnabar", + "meta": 6, + "veinSize": 6, + "veinsPerChunk": 3, + "minYHeight": 10, + "maxYHeight": 126, + "shouldSpawn": true + }, + { + "blockName": "tile.techreborn.ore", + "blockNiceName": "Sphalerite", + "meta": 7, + "veinSize": 6, + "veinsPerChunk": 3, + "minYHeight": 10, + "maxYHeight": 126, + "shouldSpawn": true + } + ], + "endOres": [ + { + "blockName": "tile.techreborn.ore", + "blockNiceName": "Tungsten", + "meta": 8, + "veinSize": 6, + "veinsPerChunk": 3, + "minYHeight": 10, + "maxYHeight": 250, + "shouldSpawn": true + }, + { + "blockName": "tile.techreborn.ore", + "blockNiceName": "Sheldonite", + "meta": 9, + "veinSize": 6, + "veinsPerChunk": 3, + "minYHeight": 10, + "maxYHeight": 250, + "shouldSpawn": true + }, + { + "blockName": "tile.techreborn.ore", + "blockNiceName": "Peridot", + "meta": 10, + "veinSize": 6, + "veinsPerChunk": 3, + "minYHeight": 10, + "maxYHeight": 250, + "shouldSpawn": true + }, + { + "blockName": "tile.techreborn.ore", + "blockNiceName": "Sodalite", + "meta": 11, + "veinSize": 6, + "veinsPerChunk": 3, + "minYHeight": 10, + "maxYHeight": 250, + "shouldSpawn": true + } + ], + "rubberTreeConfig": { + "shouldSpawn": true, + "chance": 75, + "clusterSize": 7, + "sapRarity": 10, + "spireHeight": 4, + "treeBaseHeight": 5, + "rubberTreeBiomeBlacklist": [] + } +} \ No newline at end of file diff --git a/config/teamreborn/techreborn/recipes.cfg b/config/teamreborn/techreborn/recipes.cfg new file mode 100644 index 00000000..6e30c7ba --- /dev/null +++ b/config/teamreborn/techreborn/recipes.cfg @@ -0,0 +1,32 @@ +# Configuration file + +crafting { + # Enables the new thermal expansion compatible cell recipe [Default=true] + B:cellRecipe=true +} + + +ic2 { + # Changes a lot of recipes and hides blocks to integrate TechReborn into IC2 [Default=false] + B:deduplicate=false + + # Enter the ic2 profile name here (Experimental or Classic) [Default=Experimental] + S:ic2_profile=Experimental +} + + +railcraft { + # When true TechReborn will remove Railcraft's Iron Nugget to steel nugget recipe. [Default=false] + B:disableRailcraftNugget=false +} + + +sawmill { + # Set to true to disable sawmill recipes from loading. [Default=false] + B:disableRecipes=false + + # Number of planks the saw mill will ouput [Default=4] + I:plankCount=4 +} + + diff --git a/config/teamreborn/techreborn/world.cfg b/config/teamreborn/techreborn/world.cfg new file mode 100644 index 00000000..d027a436 --- /dev/null +++ b/config/teamreborn/techreborn/world.cfg @@ -0,0 +1,32 @@ +# Configuration file + +loot { + # When true TechReborn will add ingots, machine frames and circuits to The End loot chests. [Default=true] + B:enableEndLoot=true + + # When true TechReborn will add ingots, machine frames and circuits to Nether loot chests. [Default=true] + B:enableNetherLoot=true + + # When true TechReborn will add ingots, machine frames and circuits to OverWorld loot chests. [Default=true] + B:enableOverworldLoot=true +} + + +oil_lakes { + # Enable the generation of underground oil lakes [Default=true] + B:enable=true + + # Max height of underground lakes [Default=48] + I:maxHeight=48 + + # The chance to spawn in a chunk, smaller is more common [Default=30] + I:rareity=30 +} + + +village { + # When true TechReborn will add Rubber tree farm to villages. [Default=true] + B:enableRubberTreePlantation=true +} + + diff --git a/config/teslacorelib.cfg b/config/teslacorelib.cfg new file mode 100644 index 00000000..29db8fc6 --- /dev/null +++ b/config/teslacorelib.cfg @@ -0,0 +1,71 @@ +# 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/tesslocator.cfg b/config/tesslocator.cfg new file mode 100644 index 00000000..03e4c21c --- /dev/null +++ b/config/tesslocator.cfg @@ -0,0 +1,62 @@ +# 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/tfspellpack.cfg b/config/tfspellpack.cfg new file mode 100644 index 00000000..1e96453e --- /dev/null +++ b/config/tfspellpack.cfg @@ -0,0 +1,23 @@ +# 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/thaumadditions.cfg b/config/thaumadditions.cfg new file mode 100644 index 00000000..c0e9e094 --- /dev/null +++ b/config/thaumadditions.cfg @@ -0,0 +1,33 @@ +# 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/thaumcraft_graphics.cfg b/config/thaumcraft_graphics.cfg new file mode 100644 index 00000000..ea70a99c --- /dev/null +++ b/config/thaumcraft_graphics.cfg @@ -0,0 +1,31 @@ +# 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/thaumcraft_misc.cfg b/config/thaumcraft_misc.cfg new file mode 100644 index 00000000..7a350e42 --- /dev/null +++ b/config/thaumcraft_misc.cfg @@ -0,0 +1,31 @@ +# 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/thaumcraft_world.cfg b/config/thaumcraft_world.cfg new file mode 100644 index 00000000..833b26aa --- /dev/null +++ b/config/thaumcraft_world.cfg @@ -0,0 +1,65 @@ +# 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/thaumicaugmentation.cfg b/config/thaumicaugmentation.cfg new file mode 100644 index 00000000..c4b88f0c --- /dev/null +++ b/config/thaumicaugmentation.cfg @@ -0,0 +1,454 @@ +# Configuration file + +client { + # 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 + 111=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/thaumicenergistics.cfg b/config/thaumicenergistics.cfg new file mode 100644 index 00000000..7bc5cd46 --- /dev/null +++ b/config/thaumicenergistics.cfg @@ -0,0 +1,65 @@ +# 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: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/thaumicjei.cfg b/config/thaumicjei.cfg new file mode 100644 index 00000000..1b47c071 --- /dev/null +++ b/config/thaumicjei.cfg @@ -0,0 +1,21 @@ +# 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/thaumicjei_itemstack_aspects.json b/config/thaumicjei_itemstack_aspects.json new file mode 100644 index 00000000..16206cfe --- /dev/null +++ b/config/thaumicjei_itemstack_aspects.json @@ -0,0 +1,101573 @@ +[ + { + "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/thaumictinkerer.cfg b/config/thaumictinkerer.cfg new file mode 100644 index 00000000..3787e995 --- /dev/null +++ b/config/thaumictinkerer.cfg @@ -0,0 +1,46 @@ +# Configuration file + +general { + # 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 + + # 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"=4 +} + + diff --git a/config/thebetweenlands/config.cfg b/config/thebetweenlands/config.cfg new file mode 100644 index 00000000..d01b5242 --- /dev/null +++ b/config/thebetweenlands/config.cfg @@ -0,0 +1,417 @@ +# Configuration file + +compatibility { + # If fluids from other mods should show in BL buckets in the creative tab or in JEI + B:show_non_bl_fluids=true + + # If true, non BL items will show in the JEI recipe for middle gems + B:show_non_bl_gem_recipes=true +} + + +debug { + # A list of biomes used during generation. Ignored if empty + S:biome_list < + > + + # If true, enables debug mode with additional features for testing or development + B:debug_mode=false + + # If true, enables the model loader debug logger + B:debug_model_loader=false + + # If true, enables the recipe overrides debug logger + B:debug_recipe_overrides=false + + # If true, mod will dump the packed model textures on startup + B:dump_packed_textures=false +} + + +general { + # If true, the main menu will be replaced by the Betweenlands main menu + B:bl_main_menu=false + + # After how many seconds caving rope should despawn after the player is no longer connected + # Min: 0 + # Max: 107374182 + I:caving_rope_despawn_time=1200 + + # Adds an indicator next to the crosshair that shows whether the player is connected to the caving rope and how much rope is left + B:caving_rope_indicator=true + + # Zone in which the decay bar is shown on the HUD. + # 0: Hotbar + # 1: Top left + # 2: Top right + # 3: Bottom right + # 4: Bottom left + # 5: Center left + # 6: Center top + # 7: Center right + # 8: Center bottom + # Min: 0 + # Max: 8 + I:decay_bar_zone=0 + + # X offset of the decay bar relative to the decay zone + I:decay_bar_zone_offset_x=0 + + # Y offset of the decay bar relative to the decay zone + I:decay_bar_zone_offset_y=0 + + # List of dimension IDs where decay should also be enabled if decay is enabled + I:decay_dimension_list < + 821 + > + + # A list of items that can heal decay. Syntax is "modid:itemname:meta/decay/saturation", meta can be * for wildcard, if no meta is provided 0 is used + S:decay_food_list < + > + + # Minimum player health when absolute decay is applied + # Min: 0.0 + # Max: 3.4028234663852886E38 + D:decay_min_health=6.0 + + # Minimum player health percentage when percentual decay is applied + # Min: 0.0 + # Max: 3.4028234663852886E38 + D:decay_min_health_percent=0.15000000596046448 + + # Whether the decay health reduction should be percentual + B:decay_percentage=false + + # Horizontal spacing between equipment items + # Min: -32 + # Max: 32 + I:equipment_horziontal_spacing=8 + + # Change this to 1 or 0 to change on which side of the hotbar the equipment is shown + # Min: 0 + # Max: 1 + I:equipment_hotbar_side=0 + + # Vertical spacing between equipment items + # Min: -32 + # Max: 32 + I:equipment_vertical_spacing=-13 + + # Whether equipment should be shown on the HUD + B:equipment_visible=true + + # Zone in which the equipment items are shown on the HUD. + # 0: Hotbar + # 1: Top left + # 2: Top right + # 3: Bottom right + # 4: Bottom left + # 5: Center left + # 6: Center top + # 7: Center right + # 8: Center bottom + # Min: 0 + # Max: 8 + I:equipment_zone=0 + + # X offset of the equipment items relative to the equipment zone + I:equipment_zone_offset_x=0 + + # Y offset of the equipment items relative to the equipment zone + I:equipment_zone_offset_y=0 + + # A list of items that should not be able to fertilize plants in the dimension. Syntax is "modid:itemname:meta", meta can be * for wildcard, if no meta is provided 0 is used + S:fertilizer_blacklist < + > + + # A list of items that should be allowed to fertilize plants in the dimension. Syntax is "modid:itemname:meta", meta can be * for wildcard, if no meta is provided 0 is used + S:fertilizer_whitelist < + > + + # A list of items that should not be able to create fire in the dimension. Syntax is "modid:itemname:meta", meta can be * for wildcard, if no meta is provided 0 is used + S:fire_tool_blacklist < + > + + # A list of items that should be allowed to create fire in the dimension. Syntax is "modid:itemname:meta", meta can be * for wildcard, if no meta is provided 0 is used + S:fire_tool_whitelist < + > + + # Whether the item usage tooltip ("Used In: Infuser, Compost Bin" etc.) should be shown + B:item_usage_tooltip=true + + # A list of blocks that should not be broken by the moving walls. Syntax is "modid:blockname:meta", meta can be * for wildcard, if no meta is provided 0 is used + S:moving_wall_blacklist < + tombmanygraves:grave_block + > + + # Whether the online fan art gallery picture frame should be enabled and be allowed to download fan art that has been manually picked by the developers to be shown in the gallery picture frame + B:online_gallery=true + + # If true, Betweenlands recipes that conflict with any oredict'd recipes will take priority over the oredict'd recipes (should be true unless you intend to fix the recipes yourself with another mod) + B:override_any_conflicting_recipes=true + + # If true, Betweenlands recipes that conflict with oredict'd vanilla recipes will take priority over the vanilla recipes (should be true unless you intend to fix the recipes yourself with another mod) + B:override_conflicting_vanilla_recipes=true + + # A list of items that should not be allowed in the lurker skin pouch. Syntax is "modid:itemname:meta", meta can be * for wildcard, if no meta is provided 0 is used + S:pouch_blacklist < + > + + # Whether rotten food should turn back into normal food when leaving the dimension + B:reverse_rotten_food=true + + # A list of items that should turn into Rotten Food in the dimension. Syntax is "modid:itemname:meta", meta can be * for wildcard, if no meta is provided 0 is used + S:rotten_food_blacklist < + > + + # A list of items that should be whitelisted from rotting in the dimension. Syntax is "modid:itemname:meta", meta can be * for wildcard, if no meta is provided 0 is used + S:rotten_food_whitelist < + > + + # If true, the camera perspective will be switch to rowboat when you enter a rowboat, otherwise first-person + B:rowboat_view=true + + # A list of items that should turn into Tainted Potions in the dimension. Syntax is "modid:itemname:meta", meta can be * for wildcard, if no meta is provided 0 is used + S:tainting_blacklist < + > + + # A list of items that should be whitelisted from turning into Tainted Potions in the dimension. Syntax is "modid:itemname:meta", meta can be * for wildcard, if no meta is provided 0 is used + S:tainting_whitelist < + > + + # A list of items that should be weakened in the dimension. Syntax is "modid:itemname:meta", meta can be * for wildcard, if no meta is provided 0 is used + S:tool_weakness_blacklist < + > + + # A list of items that should not be weakened in the dimension. Syntax is "modid:itemname:meta", meta can be * for wildcard, if no meta is provided 0 is used + S:tool_weakness_whitelist < + > + + # A list of items that should turn into damp torches when placed in the dimension. Syntax is "modid:itemname:meta", meta can be * for wildcard, if no meta is provided 0 is used + S:torch_blacklist < + > + + # A list of items that should not turn into damp torches when placed in the dimension. Syntax is "modid:itemname:meta", meta can be * for wildcard, if no meta is provided 0 is used + S:torch_whitelist < + > + + # Whether the tool corrosion mechanics should be active in the dimension + B:use_corrosion=true + + # Whether the player decay mechanics should be active in the dimension + B:use_decay=true + + # Whether fertilizers (e.g. Bonemeal) should be blacklisted from working in the dimension + B:use_fertilizer_blacklist=true + + # Whether fire tools (e.g. Flint and Steel) should be blacklisted from working in the dimension + B:use_fire_tool_blacklist=true + + # If true the food sickness system will be enabled in the Betweenlands + B:use_food_sickness=true + + # If true the food sickness system will be enabled outside the Betweenlands + B:use_food_sickness_outside_betweenlands=false + + # Whether potions should turn into tainted potions in the dimension + B:use_potion_blacklist=true + + # Whether food from the overworld should rot when going into the dimension + B:use_rotten_food=true + + # Whether overworld tools should be weakened in the dimension + B:use_tool_weakness=true + + # Whether torches should turn into damp torches in the dimension + B:use_torch_blacklist=true +} + + +mob_spawning { + # The maximum amount of naturally spawned entities in the Betweenlands per world + # Min: 0 + # Max: 2147483647 + I:hard_entity_limit=600 + + # The maximum amount of naturally spawned entities per loaded area (in most cases this means per player) + # Min: 0 + # Max: 2147483647 + I:max_entities_per_loaded_area=250 +} + + +online_event_overrides { + # Check interval in seconds + # Min: 60 + # Max: 107374182 + I:check_interval=1800 + + # Default time in seconds before an event that no longer has an override resets its state + # Min: 0 + # Max: 107374182 + I:default_remote_reset_time=180 + + # How many times a connection can fail before the '(Default) Remote Reset Time' starts counting down and how many times 'Failed Recheck Interval' is used before falling back to 'Check Interval' + # Min: 0 + # Max: 2147483647 + I:failed_recheck_count=3 + + # Recheck interval in seconds if previous check has failed + # Min: 10 + # Max: 107374182 + I:failed_recheck_interval=60 + + # If true this allows the developers to remotely enable certain environment events (such as the seasonal events for example) over a file hosted on our repository (https://raw.githubusercontent.com/Angry-Pixel/The-Betweenlands/environment_event_overrides/overrides.json). If you do not wish to use this feature it can be fully disabled by setting this to false + B:online_event_overrides_enabled=true +} + + +rendering { + # Whether the shaders should only be active in the Betweenlands dimension (if they are enabled) + B:dimension_shader_only=false + + # Some blocks glow in the dark (eg Life Crystal Ore) which doesn't work in some cases. If you run into problems like broken textures for such blocks then set this to false + B:fullbright_blocks=true + + # Shader rendering priority. Some other mods are not compatible with Betweenlands shaders (e.g. LadyLib/Dissolution) due to order conflicts. If you run into such an incompatibility try using a different priority. However rendering the shader earlier may introduce other rendering artifacts so this should be left as default if there are no conflicts. + # 0: Late (Default) + # 1: Normal + # 2: Early + # Min: 0 + # Max: 2 + I:shader_priority=0 + + # Whether clouds should be rendered in sky rifts + B:sky_rift_clouds=true + + # Only works when shaders are enabled. Determines the resolution of the shader sky texture. Bigger resolutions may have a bad impact on performance + # Min: 16 + # Max: 2147483647 + I:sky_texture_resolution=1024 + + # Some features in the Betweenlands use shaders for special effects. If you don't have a dedicated graphics card or want to use other mods with shaders you should set this to false. May have an impact on performance depending on your computer. Forces FBOs to be enabled + B:use_shader=false + + # Min: 0 + # Max: 100 + I:wisp_quality=50 +} + + +world_and_dimension { + # If true, the Rift will appear whenever a player joins the dimension for the first time + B:activate_rift_on_first_join=true + + # Minimum duration in seconds the rift should stay active when a player joins the dimension for the first time. See 'Activate Rift On First Join' + # Min: 0 + # Max: 107374182 + I:activate_rift_on_first_join_duration=1800 + + # Min: 0 + # Max: 100 + I:dimension_brightness=75 + I:dimension_id=20 + + # Higher numbers decrease rate + # Min: 2 + # Max: 2147483647 + I:druid_circle_frequency=2147483647 + + # If true seasonal events will occur during special periods during a year + B:enable_seasonal_events=true + + # Whether custom portals that teleport to the End should create a Portal Tree in the End + B:generate_portal_in_end=false + + # Life Crystal Chance (lower values = higher chance + # Min: 0 + # Max: 2147483647 + I:ore_gen_chance_life_crystal=35 + + # Lyestone block chance + # Min: 0 + # Max: 2147483647 + I:ore_gen_chance_lyestone=5 + + # Bone ore block chance + # Min: 0 + # Max: 2147483647 + I:ore_gen_count_bone=11 + + # Limestone block chance + # Min: 0 + # Max: 2147483647 + I:ore_gen_count_limestone=100 + + # Octine ore block chance + # Min: 0 + # Max: 2147483647 + I:ore_gen_count_octine=6 + + # Scabyst block chance + # Min: 0 + # Max: 2147483647 + I:ore_gen_count_scabyst=6 + + # Sulfur ore block chance + # Min: 0 + # Max: 2147483647 + I:ore_gen_count_sulfur=14 + + # Swamp dirt block chance (caves) + # Min: 0 + # Max: 2147483647 + I:ore_gen_count_swamp_dirt=25 + + # Syrmorite ore block chance + # Min: 0 + # Max: 2147483647 + I:ore_gen_count_syrmorite=7 + + # Valonite block chance + # Min: 0 + # Max: 2147483647 + I:ore_gen_count_valonite=5 + + # The biome search range used to find a suitable biome when a portal is generated. If you find that a suitable biome isn't found reliably enough this can be increased at the cost of taking more time to generate portals + # Min: 16 + # Max: 2147483647 + I:portal_biome_search_range=256 + + # The return dimension that is used when creating a portal in the Betweenlands dimension and entering it for the first time + I:portal_default_return_dimension=0 + + # Custom saplings or blocks can be specified here to work with the Swamp Talisman. Syntax is "modid:blockname:meta/dim", meta can be * for wildcard, if no meta is provided 0 is used. The dimension ("dim") specifies to which dimension the portal will lead to + S:portal_dimension_targets < + > + + # Betweenlands portals will only work in these dimensions + I:portal_dimension_whitelist < + 0 + -1 + > + + # The maximum link distance in blocks between two portals + I:portal_max_link_dist=1500 + + # A list of unsafe biomes for the portal to try avoid generating in + S:portal_unsafe_biomes < + minecraft:ocean + minecraft:river + minecraft:frozen_ocean + minecraft:frozen_river + minecraft:mushroom_island_shore + minecraft:beaches + minecraft:deep_ocean + minecraft:stone_beach + minecraft:cold_beach + > + + # If true, the players will directly start out in the Betweenlands instead of the Overworld + B:start_in_betweenlands=false + + # If "Start in Betweenlands" is enabled: whether a portal should be generated at the spawn and the players should spawn in it + B:start_in_portal=false +} + + diff --git a/config/thebetweenlands/config_version b/config/thebetweenlands/config_version new file mode 100644 index 00000000..afaf360d --- /dev/null +++ b/config/thebetweenlands/config_version @@ -0,0 +1 @@ +1.0.0 \ No newline at end of file diff --git a/config/thermalsolars.cfg b/config/thermalsolars.cfg new file mode 100644 index 00000000..77afa034 --- /dev/null +++ b/config/thermalsolars.cfg @@ -0,0 +1,137 @@ +# 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/tickdynamic.cfg b/config/tickdynamic.cfg new file mode 100644 index 00000000..c9204748 --- /dev/null +++ b/config/tickdynamic.cfg @@ -0,0 +1,773 @@ +# 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/tinker_ore_dict_melting_cache.dat b/config/tinker_ore_dict_melting_cache.dat new file mode 100644 index 00000000..5c47eda7 Binary files /dev/null and b/config/tinker_ore_dict_melting_cache.dat differ diff --git a/config/tinkersaether.cfg b/config/tinkersaether.cfg new file mode 100644 index 00000000..1baf447d --- /dev/null +++ b/config/tinkersaether.cfg @@ -0,0 +1,74 @@ +# 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/tinkersoredictcache.cfg b/config/tinkersoredictcache.cfg new file mode 100644 index 00000000..0f2692fb --- /dev/null +++ b/config/tinkersoredictcache.cfg @@ -0,0 +1,7 @@ +# Configuration file + +general { + B:disableOreDictMelting=false +} + + diff --git a/config/tinymobfarm.cfg b/config/tinymobfarm.cfg new file mode 100644 index 00000000..9d57dc96 --- /dev/null +++ b/config/tinymobfarm.cfg @@ -0,0 +1,21 @@ +# 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/tombstone.cfg b/config/tombstone.cfg new file mode 100644 index 00000000..09c94728 --- /dev/null +++ b/config/tombstone.cfg @@ -0,0 +1,783 @@ +# Configuration file + +########################################################################################################## +# alignment +#--------------------------------------------------------------------------------------------------------# +# Options related to player's alignment +########################################################################################################## + +alignment { + # Chance for killing a raider + # Min: 0 + # Max: 100 + I:chanceKillRaider=30 + + # Chance for tablet of cupidity + # Min: 0 + # Max: 100 + 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 + + # Dust of Vanishing + B:allowDustOfVanishing=true + + # Familiar Receptacle + B:allowFamiliarReceptacle=true + + # Grave's Key + B:allowGraveKey=true + + # Lost Tablet + B:allowLostTablet=true + + # Scroll of Feather Falling + B:allowScrollOfFeatherFall=true + + # Scroll of Knowledge + B:allowScrollOfKnowledge=true + + # Scroll of Lightning Resistance + B:allowScrollOfLightningResistance=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: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=LOW + + # 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 + + # 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: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: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 + + # The creatures that can't be captured in receptacle + S:blackListCapturableSouls < + > + + # 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 Ânkh of Pray + # Min: 0 + # Max: 60 + I:cooldownResetperk=20 + + # The cooldown in hours to pray with the Ânkh 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 other than Tablet of Cupidity + # Min: 30 + # Max: 1200 + I:tabletCooldown=60 + + # Maximum uses of a tablet + # Min: 1 + # Max: 20 + I:tabletMaxUse=10 + + # Cooldown in second after using a Tablet of Cupidity + # Min: 300 + # Max: 3600 + I:tabletOfCupidityCooldown=900 + + # Time in minutes to check if a soul appears on a grave + # Min: 10 + # 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 + + # Duration of applied effects in seconds + # Min: 1 + # Max: 2147483647 + I:durationPlagueBringer=5 + + # 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 + + # Max level for Magic Siphon + # Min: 1 + # Max: 10 + I:maxLevelMagicSiphon=5 + + # Max level for Plague Bringer + # Min: 1 + # Max: 10 + I:maxLevelPlagueBringer=3 + + # The wearer is also affected by the effect if his alignment is not bad + B:nerfPlagueBringer=true + + # Shadow Step is only active while sneaking + B:nerfShadowStep=false + + # Allows Plague Bringer at enchanting table + B:plagueBringerEnchantingTable=false + + # Restricts the effect of Shadow Step to players + B:restrictShadowStepToPlayer=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 + + # Cooldown in minutes to use the perk Tomb Raider + # Min: 0 + # Max: 1440 + I:cooldownTombRaiding=60 + I:decayTime=-1 + + # Required level in Knowledge of Death to craft Familiar Receptacle + # Min: 0 + # Max: 20 + 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 + + # Whether to cancel the Ghostly Shape effect on breaking a block or opening a chest + B:nerfGhostlyShape=false + S:noGraveLocation < + 0, 0, 0, -10000, 20 + > + I:percentLossOnDeath=0 + + # The Halloween features also happen outside the dates of the event + B:persistantHalloween=false + B:playerGraveAccess=true + B:preventDeathOutsideWorld=false + B:pvpMode=true + B:restoreEffectsOnDeath=false + + # Scroll duration + # Min: 1200 + # Max: 120000 + I:scrollDuration=12000 + 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 { + # Chance on 1000 to receive a decorative grave on undead boss + # Min: 0 + # Max: 1000 + 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 + + # The magic items from Tombstone can only be found as creature loot if the player is the killer + B:dropOnlyOnPlayerKill=true + + # Defines the allowed loottables having a chance to contain a magic item from Tombstone + 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: 10 + # Max: 2147483647 + I:undeadBossLifeForDrop=100 + + # Allows the undeads to have a low chance to drop their skull + B:undeadCanDropSkull=true +} + + +########################################################################################################## +# 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 + + # Allows players with bad alignment and the perk tomb raider to steal items on abandoned graves + 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 + + # Whether graves should be allowed to bypass anti-griefing rules + B:gravesByPassGriefingRules=true + + # Whether to handle player death + B:handlePlayerDeath=true + + # Whether to handle player experience + 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 + + # 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 + + # Whether to require a Grave's Key to access graves + B:playerGraveAccess=true + + # Prevents death outside of world borders + B:preventDeathOutsideWorld=true + + # Enables PvP mode, which allows players to open graves of players they kill + 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 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 (%) + # Min: 0 + # 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 + + # Enables to backup automatically dead familiars + 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/torchmaster.cfg b/config/torchmaster.cfg new file mode 100644 index 00000000..f4c4378b --- /dev/null +++ b/config/torchmaster.cfg @@ -0,0 +1,123 @@ +# 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/translocators.cfg b/config/translocators.cfg new file mode 100644 index 00000000..3f69eca3 --- /dev/null +++ b/config/translocators.cfg @@ -0,0 +1,10 @@ +#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/twilightforest.cfg b/config/twilightforest.cfg new file mode 100644 index 00000000..69b18ad6 --- /dev/null +++ b/config/twilightforest.cfg @@ -0,0 +1,288 @@ +# 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=true + + # 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 < + > + + # Blocks generating as stalactites in medium and large hills + S:mediumHill < + > + + # Blocks generating as stalactites in all hills + S:smallHill < + > + + # 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/unidict/IntegrationModule.cfg b/config/unidict/IntegrationModule.cfg new file mode 100644 index 00000000..acc9569f --- /dev/null +++ b/config/unidict/IntegrationModule.cfg @@ -0,0 +1,34 @@ +# Configuration file + +integrations { + B:AbyssalCraft=true + B:ActuallyAdditions=true + B:AdvancedRocketry=true + B:AdvancedSolarPanels=true + B:AppliedEnergistics2=true + B:AstralSorcery=true + B:BaseMetals=true + B:BloodMagic=true + B:Chickens=true + B:Crafting=true + B:DraconicEvolution=true + B:Embers=true + B:EnderIo=true + B:Forestry=true + B:ForgeCraft=true + B:Furnace=true + B:GadgetryCore=true + B:GadgetryMachines=true + B:ImmersiveEngineering=true + B:IndustrialCraft2=true + B:IndustrialCraft2Classic=true + B:IndustrialForegoing=true + B:Magneticraft=true + B:Mekanism=true + B:Railcraft=true + B:TechReborn=true + B:ThermalExpansion=true + B:Villager=true +} + + diff --git a/config/unidict/ModConfigModule.cfg b/config/unidict/ModConfigModule.cfg new file mode 100644 index 00000000..b5df7519 --- /dev/null +++ b/config/unidict/ModConfigModule.cfg @@ -0,0 +1,8 @@ +# Configuration file + +modconfigs { + B:Nuclearcraft=true + B:Tconstruct=true +} + + diff --git a/config/unidict/UniDict.cfg b/config/unidict/UniDict.cfg new file mode 100644 index 00000000..ff22e445 --- /dev/null +++ b/config/unidict/UniDict.cfg @@ -0,0 +1,270 @@ +# Configuration file + +~CONFIG_VERSION: 1.12.2-3.0.10 + +dump { + # Enable this to keep track of all the entries. + # The output file will be saved in "config\unidict\dump" folder. + # Once the file is generated, you must delete it to re-generate. [default: false] + B:entriesDump=false + + # Enable this to keep track of all the kinds. + # The output file will be saved in "config\unidict\dump" folder. + # Once the file is generated, you must delete it to re-generate. [default: false] + B:kindsDump=false + + # Enable this to keep track of all the unified entries. + # The output file will be saved in "config\unidict\dump" folder. + # Once the file is generated, you must delete it to re-generate. [default: false] + B:unifiedEntriesDump=false +} + + +general { + # Automatically hide items in JEI [default: true] + B:autoHideInJEI=false + + # Entries listed here won't be hidden in JEI. + # Only works if keepOneEntry is false. [default: ] + S:autoHideInJEIEntryBlackList < + > + + # ItemStack names listed here won't be hidden in JEI + # Example Format: minecraft:iron_ingot#0 [default: ] + S:autoHideInJEIItemBlackList < + > + + # Kinds listed here won't be hidden in JEI. + # Only works if keepOneEntry is false. [default: [ore]] + S:autoHideInJEIKindBlackList < + ore + > + + # Resources listed here won't be hidden in JEI. + # Only works if keepOneEntry is false. [default: ] + S:autoHideInJEIResourceBlackList < + > + + # ItemStacks that you want to be ignored/not unified. + # Example Format: minecraft:iron_ingot#0 [default: ] + S:itemStacksNamesToIgnore < + bigreactors:ingotyellorium + > + + # Keep only one entry per ore dictionary entry [default: false] + B:keepOneEntry=false + + # Enable this if you want the keepOneEntry blacklist to became a whitelist. + # Note: This doesn't applies for "S:keepOneEntryModBlackList" [default: false] + B:keepOneEntryBlackListsAsWhiteLists=false + + # Entries blacklisted from keepOneEntry will not be hidden in JEI if enabled. [default: false] + B:keepOneEntryDisableHideFromJEI=false + + # Entries listed here will be blacklisted in keepOneEntry. + # Must be the exact entry name. [default: ] + S:keepOneEntryEntryBlackList < + > + + # Kinds listed here will be blacklisted in keepOneEntry. + # Must be the exact kind name. [default: ] + S:keepOneEntryKindBlackList < + > + + # Mods listed here will be blacklisted in keepOneEntry. + # Must be the exact modID. [default: ] + S:keepOneEntryModBlackList < + > + + # Enable this if you have mods that depend on UniDict but you don't like the unification. [default: false] + B:libraryMode=false + + # If Enabled, the ingredients of all the new recipes created by Crafting Integration will be registered as ItemStacks. + # Enable this if you don't like the cycling through possibilities in JEI. [default: false] + B:registerNewCraftingIngredientsAsItemStacks=false + + # This allows to the user to add/remove entries before the unification happen. + # This is mainly useful to avoid trying to unify certain things. + # + # Format to Add entries to the OreDictionary: + # weirdStone+minecraft:stone#1 + # The example above will register Granite as weirdStone. + # + # Format to Remove entries from the OreDictionary: + # weirdStone-minecraft:stone#1 + # The example above will remove Granite from weirdStone. [default: ] + S:userOreDictEntries < + > +} + + +inputreplacement { + # Enabling this will remove all non-standard items from inputs of the Furnace. [default: false] + B:furnace=false + + # Enabling this will remove all non-standard items from inputs of Mekanism Machine Recipes. [default: false] + B:mekanism=false +} + + +integrations { + # This controls if duplicates are removed in Immersive Engineering Integration. [default: true] + B:ieIntegrationDuplicateRemoval=true +} + + +modules { + # Integration Module. + # If false all of the Integrations will be disabled. + # [default: true] + B:integration=true + + # Mod Config Module. + # If false UniDict will not modify other mods' configs to achieve unification. + # [default: true] + B:modConfig=true +} + + +resources { + # What kind of children do you want to make standard + # [default: [ore], [dustTiny], [dustSmall], [chunk], [dust], [nugget], [ingot], [block], [plate], [gear], [rod]] + S:childrenOfMetals < + ore + dustTiny + dustSmall + chunk + dust + nugget + ingot + block + plate + gear + rod + > + + # Here you can put a list to custom unifications. + # Must be in this format "ResourceName:kind1|kind2|...". [default: [Obsidian:dustTiny|dust], [Stone:dust], [Obsidian:dust|dustSmall], [Coal:dust|dustSmall], [Sulfur:dust|dustSmall], [Salt:dust]] + S:customUnifiedResources < + Obsidian:dustTiny|dust + Stone:dust + Obsidian:dust|dustSmall + Coal:dust|dustSmall + Sulfur:dust|dustSmall + Salt:dust + > + + # Enabling this allows you to specify the "owner" of each entry. + # It also will make "S:ownerOfEveryThing" be ignored for this entry. + # example: "ingotIron" + # [default: false] + B:enableSpecificEntrySort=false + + # Enabling this allows you to specify the "owner" of each kind. + # It also will make "S:ownerOfEveryThing" be ignored for this kind. + # example: "ore" + # [default: false] + B:enableSpecificKindSort=false + + # Input ItemStack (item registry names) that you don't want the Furnace Integration to mess with. + # Format: + # minecraft:iron_ingot#0 [default: []] + S:furnaceInputsToIgnore < + + > + + # Output ItemStacks (item registry names) that you don't want the Furnace Integration to mess with. + # Format: + # minecraft:iron_ingot#0 [default: []] + S:furnaceOutputsToIgnore < + + > + + # Crafting Integration will ignore recipes created by the ModIds listed below. + # [default: [oreshrubs]] + S:ignoreModIdRecipes < + oreshrubs + > + + # List of Metals to unify. + # Note 1: This will only work for "metals" + # Note 2: If your "metal" doesn't have an ingot form, check the "S:customUnifiedResources" option. + # [default: [Iron], [Gold], [Copper], [Tin], [Silver], [Lead], [Nickel], [Platinum], [Zinc], [Aluminium], [Aluminum], [Alumina], [Chromium], [Chrome], [Uranium], [Iridium], [Osmium], [Bronze], [Steel], [Brass], [Invar], [Electrum], [Cupronickel], [Constantan]] + S:metalsToUnify < + Iron + Gold + Copper + Tin + Silver + Lead + Nickel + Platinum + Zinc + Aluminium + Aluminum + Alumina + Chromium + Chrome + Uranium + Iridium + Osmium + Bronze + Steel + Brass + Invar + Electrum + Cupronickel + Constantan + Titanium + Sednanite + Rhenium + Ogerite + Myrmitite + > + + # All the entries will be sorted according to the modID list below + # Must be the exact ModID. + # [default: [minecraft], [thermalfoundation], [substratum], [ic2], [mekanism], [immersiveengineering], [techreborn]] + S:ownerOfEveryThing < + minecraft + thermalfoundation + substratum + ic2 + mekanism + immersiveengineering + techreborn + > + + # Recipe names that you don't want the Crafting Integration to mess with. [default: [minecraft:iron_nugget], [minecraft:iron_block], [minecraft:iron_ingot_from_block], [minecraft:iron_ingot_from_nuggets], [minecraft:gold_nugget], [minecraft:gold_ingot_from_block], [minecraft:gold_ingot_from_nuggets], [minecraft:gold_block]] + S:recipeToIgnoreList < + minecraft:iron_nugget + minecraft:iron_block + minecraft:iron_ingot_from_block + minecraft:iron_ingot_from_nuggets + minecraft:gold_nugget + minecraft:gold_ingot_from_block + minecraft:gold_ingot_from_nuggets + minecraft:gold_block + > + + # Recipe names that you want to be removed. + # Note: This will be executed after Crafting Integration. + # Note 2: If there is a space on the end of the recipe, then the recipe name must stay in "recipename", this is ONLY required when there is a space on the end " " [default: ] + S:recipeToRemoveList < + > + + # Resources to be black-listed. + # This exists to avoid duplicates. + # This affects the API. [default: [Aluminium], [Alumina], [Chrome], [Redstone]] + S:resourceBlackList < + Aluminium + Alumina + Chrome + Redstone + > + + # This controls whether the recipes in recipeToRemoveList are treated as regular expressions (Regex). [default: false] + B:treatRecipeToRemoveAsRegex=false +} + + diff --git a/config/unlimitedchiselworks.cfg b/config/unlimitedchiselworks.cfg new file mode 100644 index 00000000..838114fb --- /dev/null +++ b/config/unlimitedchiselworks.cfg @@ -0,0 +1,92 @@ +# 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/unloader.cfg b/config/unloader.cfg new file mode 100644 index 00000000..58c5cd78 --- /dev/null +++ b/config/unloader.cfg @@ -0,0 +1,20 @@ +# 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/valkyrielib/main.cfg b/config/valkyrielib/main.cfg new file mode 100644 index 00000000..de2b39a0 --- /dev/null +++ b/config/valkyrielib/main.cfg @@ -0,0 +1,28 @@ +# Configuration file + +valkyrielib { + + guide { + # Should the guide be given to the player on first spawn? [default: true] + B:first_login_guide_spawn=true + } + + multiblocks { + # Protect the players multiblocks allowing only the owner to break them. [default: true] + B:multiblock_protection=true + } + + modifiers { + # Is Module Enabled? [default: true] + B:enabled=true + } + + supporters { + } + + testing { + } + +} + + diff --git a/config/vanillafix.cfg b/config/vanillafix.cfg new file mode 100644 index 00000000..d5c2a90c --- /dev/null +++ b/config/vanillafix.cfg @@ -0,0 +1,26 @@ +# 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/vanillafix/config_version b/config/vanillafix/config_version new file mode 100644 index 00000000..56a6051c --- /dev/null +++ b/config/vanillafix/config_version @@ -0,0 +1 @@ +1 \ No newline at end of file diff --git a/config/vanillafix/methods-stable_39.csv b/config/vanillafix/methods-stable_39.csv new file mode 100644 index 00000000..078c9a12 --- /dev/null +++ b/config/vanillafix/methods-stable_39.csv @@ -0,0 +1,9655 @@ +searge,name,side,desc +func_100011_g,getIsPotionDurationMax,0, +func_100012_b,setPotionDurationMax,0, +func_100015_a,isKeyDown,0, +func_104002_bU,isNoDespawnRequired,2, +func_104055_i,setForceGamemode,1, +func_104056_am,getForceGamemode,2, +func_104112_b,flushToDisk,2, +func_104140_m,flushToDisk,2, +func_110121_a,isNotEmpty,0, +func_110124_au,getUniqueID,2, +func_110128_b,onBroken,2, +func_110131_b,removeFrameFromMap,2, +func_110132_b,removeInventoryChangeListener,2, +func_110133_a,setCustomName,2, +func_110134_a,addInventoryChangeListener,2, +func_110138_aP,getMaxHealth,2, +func_110139_bj,getAbsorptionAmount,2, +func_110140_aT,getAttributeMap,2, +func_110142_aN,getCombatTracker,2, +func_110143_aJ,getHealth,2, +func_110144_aD,getLastAttackedEntity,2, +func_110145_l,dismountEntity,2, +func_110146_f,updateDistance,2, +func_110147_ax,applyEntityAttributes,2, +func_110148_a,getEntityAttribute,2, +func_110149_m,setAbsorptionAmount,2, +func_110159_bB,updateLeashedState,2, +func_110160_i,clearLeashed,2, +func_110162_b,setLeashHolder,2, +func_110163_bv,enablePersistence,2, +func_110165_bF,recreateLeash,2, +func_110166_bE,getLeashHolder,2, +func_110167_bD,getLeashed,2, +func_110173_bK,isWithinHomeDistanceCurrentPosition,2, +func_110174_bM,getMaximumHomeDistance,2, +func_110175_bO,hasHome,2, +func_110177_bN,detachHome,2, +func_110182_bF,isAttacking,0, +func_110195_a,addGrowth,2, +func_110198_t,increaseTemper,2, +func_110199_f,openGUI,2, +func_110200_cJ,canMate,2, +func_110201_q,getMouthOpennessAngle,0, +func_110202_bQ,getHorseVariant,2, +func_110203_cN,getModifiedMovementSpeed,2, +func_110204_cc,isEatingHaystack,2, +func_110205_ce,isBreeding,2, +func_110206_u,setJumpPower,0, +func_110207_m,setChested,2, +func_110208_b,setHorseWatchableBoolean,2, +func_110209_cd,isRearing,2, +func_110210_cH,moveTail,2, +func_110212_cp,getVariantTexturePaths,0, +func_110215_cj,getHorseJumpStrength,2, +func_110216_r,spawnHorseParticles,0, +func_110219_q,setRearing,2, +func_110220_cK,makeHorseRear,2, +func_110223_p,getRearingAmount,0, +func_110226_cD,initHorseChest,2, +func_110227_p,setEatingHaystack,2, +func_110230_cF,resetTexturePrefix,2, +func_110232_cE,updateHorseSlots,2, +func_110233_w,getHorseWatchableBoolean,2, +func_110234_j,setHorseTamed,2, +func_110235_q,setHorseVariant,2, +func_110237_h,mountTo,2, +func_110238_s,setTemper,2, +func_110242_l,setBreeding,2, +func_110245_cM,getModifiedJumpStrength,2, +func_110246_bZ,isHorseJumping,2, +func_110247_cG,setHorseTexturePaths,0, +func_110248_bS,isTame,2, +func_110249_cI,openHorseMouth,2, +func_110250_a,getClosestHorse,2, +func_110251_o,setHorseSaddled,2, +func_110252_cg,getTemper,2, +func_110254_bY,getHorseSize,2, +func_110255_k,setHorseJumping,2, +func_110257_ck,isHorseSaddled,2, +func_110258_o,getGrassEatingAmount,0, +func_110263_g,setTamedBy,2, +func_110264_co,getHorseTexture,0, +func_110266_cB,eatingHorse,2, +func_110267_cL,getModifiedMaxHealth,2, +func_110297_a_,verifySellingItem,2, +func_110303_q,getLocationCape,0, +func_110304_a,getDownloadImageSkin,0, +func_110306_p,getLocationSkin,0, +func_110311_f,getLocationSkin,0, +func_110317_t,isRidingHorse,0, +func_110318_g,sendHorseJump,0, +func_110319_bJ,getHorseJumpPower,0, +func_110326_a,setOverlayMessage,0, +func_110430_a,setEntityActionState,2, +func_110432_I,getSession,0, +func_110434_K,getTextureManager,0, +func_110436_a,refreshResources,0, +func_110437_J,getProxy,0, +func_110438_M,getResourcePackRepository,0, +func_110441_Q,updateDisplayMode,0, +func_110442_L,getResourceManager,0, +func_110454_ao,getServerProxy,2, +func_110455_j,getOpPermissionLevel,2, +func_110462_b,getPackFormat,0, +func_110468_c,getFrameIndex,0, +func_110469_d,getFrameTime,0, +func_110470_b,frameHasTime,0, +func_110471_a,getFrameHeight,0, +func_110472_a,getFrameTimeSingle,0, +func_110473_c,getFrameCount,0, +func_110474_b,getFrameWidth,0, +func_110479_a,getTextureBlur,0, +func_110480_b,getTextureClamp,0, +func_110483_a,getSectionName,0, +func_110492_a,parseAnimationFrame,0, +func_110495_a,hasNoTime,0, +func_110496_c,getFrameIndex,0, +func_110497_b,getFrameTime,0, +func_110503_a,parseMetadataSection,0, +func_110504_a,registerMetadataSectionType,0, +func_110505_a,getGson,0, +func_110514_c,getResourcePack,0, +func_110515_d,getResourcePackName,0, +func_110516_a,updateResourcePack,0, +func_110517_b,closeResourcePack,0, +func_110518_a,bindTexturePackIcon,0, +func_110519_e,getTexturePackDescription,0, +func_110526_a,getMetadata,0, +func_110527_b,getInputStream,0, +func_110528_c,hasMetadata,0, +func_110536_a,getResource,0, +func_110537_b,getLocationMcmeta,0, +func_110538_a,addResourcePack,0, +func_110541_a,reloadResources,0, +func_110542_a,registerReloadListener,0, +func_110543_a,clearResources,0, +func_110544_b,notifyReloadListeners,0, +func_110545_a,reloadResourcePack,0, +func_110549_a,onResourceManagerReload,0, +func_110550_d,tick,0, +func_110551_a,loadTexture,0, +func_110552_b,getGlTextureId,0, +func_110564_a,updateDynamicTexture,0, +func_110565_c,getTextureData,0, +func_110569_e,initMissingImage,0, +func_110571_b,loadTextureAtlas,0, +func_110572_b,getAtlasSprite,0, +func_110577_a,bindTexture,0, +func_110578_a,getDynamicTextureLocation,0, +func_110579_a,loadTexture,0, +func_110580_a,loadTickableTexture,0, +func_110581_b,getTexture,0, +func_110586_a,getPackImage,0, +func_110587_b,getResourceDomains,0, +func_110589_b,resourceExists,0, +func_110590_a,getInputStream,0, +func_110591_a,getInputStreamByName,0, +func_110592_c,locationToName,0, +func_110593_b,hasResourceName,0, +func_110594_c,logNameNotLowercase,0, +func_110595_a,getRelativeName,0, +func_110596_a,readMetadata,0, +func_110599_c,getResourcePackZipFile,0, +func_110605_c,getResourceStream,0, +func_110609_b,getRepositoryEntriesAll,0, +func_110611_a,updateRepositoryEntriesAll,0, +func_110612_e,getDirResourcepacks,0, +func_110613_c,getRepositoryEntries,0, +func_110614_g,getResourcePackFiles,0, +func_110616_f,fixDirResourcepacks,0, +func_110623_a,getPath,2, +func_110624_b,getNamespace,2, +func_110646_a,getTextWithoutFormattingCodes,2, +func_110647_a,getOSType,0, +func_110667_a,getNumberOfTeams,2, +func_110668_a,spreadPositions,2, +func_110669_a,spread,2, +func_110670_a,createInitialPositions,2, +func_110671_a,setPlayerPositions,2, +func_110683_a,updateHorseRotation,0, +func_110738_j,isRidingHorse,0, +func_110775_a,getEntityTexture,0, +func_110776_a,bindTexture,0, +func_110827_b,renderLeash,0, +func_110828_a,interpolateValue,0, +func_110934_a,addSprite,0, +func_110935_a,getCurrentWidth,0, +func_110936_b,getCurrentHeight,0, +func_110966_b,setIconWidth,0, +func_110967_i,getOriginY,0, +func_110968_a,setFramesTextureData,0, +func_110969_c,setIconHeight,0, +func_110970_k,getFrameCount,0, +func_110971_a,initSprite,0, +func_110985_a,updateAnaglyph,0, +func_110986_a,readImageData,0, +func_110987_a,uploadTextureImage,0, +func_110988_a,uploadTexture,0, +func_110989_a,uploadTextureImageAllocate,0, +func_110990_a,copyToBuffer,0, +func_110991_a,allocateTexture,0, +func_110993_a,uploadTextureImageSubImpl,0, +func_110994_a,copyToBufferPos,0, +func_110995_a,uploadTextureImageSub,0, +func_110996_a,glGenTextures,0, +func_110997_a,setTextureClamped,0, +func_111092_a,getSpawnY,2, +func_111093_a,clamp,2, +func_111094_b,moveAway,2, +func_111095_a,normalize,2, +func_111096_b,getLength,2, +func_111097_a,randomize,2, +func_111098_b,isSafe,2, +func_111099_a,dist,2, +func_111104_a,setRandomEffect,2, +func_111108_a,getName,2, +func_111109_a,clampValue,2, +func_111110_b,getDefaultValue,2, +func_111111_c,getShouldWatch,2, +func_111112_a,setShouldWatch,2, +func_111116_f,getDescription,2, +func_111117_a,setDescription,2, +func_111121_a,applyModifier,2, +func_111122_c,getModifiers,2, +func_111123_a,getAttribute,2, +func_111124_b,removeModifier,2, +func_111125_b,getBaseValue,2, +func_111126_e,getAttributeValue,2, +func_111127_a,getModifier,2, +func_111128_a,setBaseValue,2, +func_111129_g,computeValue,2, +func_111130_a,getModifiersByOperation,2, +func_111131_f,flagForUpdate,2, +func_111146_a,getAllAttributes,2, +func_111147_b,applyAttributeModifiers,2, +func_111148_a,removeAttributeModifiers,2, +func_111150_b,registerAttribute,2, +func_111151_a,getAttributeInstance,2, +func_111152_a,getAttributeInstanceByName,2, +func_111160_c,getWatchedAttributes,2, +func_111161_b,getDirtyInstances,2, +func_111164_d,getAmount,2, +func_111165_e,isSaved,2, +func_111166_b,getName,2, +func_111167_a,getID,2, +func_111168_a,setSaved,2, +func_111169_c,getOperation,2, +func_111175_f,getTargetDistance,2, +func_111183_a,getAttributeModifierAmount,2, +func_111184_a,registerPotionAttributeModifier,2, +func_111185_a,applyAttributesModifiersToEntity,2, +func_111186_k,getAttributeModifierMap,0, +func_111187_a,removeAttributesModifiersFromEntity,2, +func_111190_b,sendMetadata,2, +func_111205_h,getItemAttributeModifiers,2, +func_111206_d,getByNameOrId,2, +func_111207_a,itemInteractionForEntity,2, +func_111225_m,getRelevantEnchantmentTypes,0, +func_111226_a,hasRelevantEnchantmentType,0, +func_111229_a,setRelevantEnchantmentTypes,2, +func_111238_b,isEnabled,0, +func_111257_a,writeBaseAttributeMapToNBT,2, +func_111258_a,applyModifiersToAttributeInstance,2, +func_111259_a,readAttributeModifierFromNBT,2, +func_111261_a,writeAttributeInstanceToNBT,2, +func_111262_a,writeAttributeModifierToNBT,2, +func_111269_d,getPathSearchRange,2, +func_111270_a,union,2, +func_111271_a,getUnicodePageLocation,0, +func_111272_d,readFontTexture,0, +func_111282_a,interactWithEntity,2, +func_111283_C,getAttributeModifiers,2, +func_111285_a,getUsername,0, +func_111286_b,getSessionID,0, +func_120011_ar,setGuiEnabled,1, +func_120016_a,createServerGui,1, +func_120018_d,getLogComponent,1, +func_120019_b,getStatsComponent,1, +func_120020_c,getPlayerListComponent,1, +func_120034_a,tick,1, +func_120035_a,mean,1, +func_130001_d,getCurrentMoonPhaseFactor,2, +func_130010_a,getOriginX,0, +func_130011_c,setLastAttackedEntity,2, +func_130014_f_,getEntityWorld,2, +func_130071_aq,getCurrentTimeMillis,2, +func_130072_d,getAnimationFrame,0, +func_130073_e,getFrameIndexSet,0, +func_130077_b,getPackName,0, +func_130098_m,hasAnimationMetadata,0, +func_130099_d,allocateFrameTextureData,0, +func_130102_n,resetSprite,0, +func_130103_l,clearFramesTextureData,0, +func_130105_g,getMinecraftStartTimeMillis,2, +func_135016_M,getLanguageManager,0, +func_135018_a,getLanguages,0, +func_135021_a,loadLocaleData,0, +func_135022_a,loadLocaleDataFiles,0, +func_135023_a,formatMessage,0, +func_135024_b,checkUnicode,0, +func_135025_a,isUnicode,0, +func_135026_c,translateKeyPrivate,0, +func_135028_a,loadLocaleData,0, +func_135034_a,getLanguageCode,0, +func_135035_b,isBidirectional,0, +func_135040_d,getLanguages,0, +func_135041_c,getCurrentLanguage,0, +func_135042_a,isCurrentLocaleUnicode,0, +func_135043_a,parseLanguageMetadata,0, +func_135044_b,isCurrentLanguageBidirectional,0, +func_135045_a,setCurrentLanguage,0, +func_135051_a,setLocale,0, +func_135052_a,format,0, +func_135055_a,getResourceDomains,0, +func_135056_b,getAllResources,0, +func_135058_a,getPackMetadata,0, +func_135063_a,replaceWith,0, +func_135064_c,tryTranslateKey,2, +func_135074_t,clearCustomName,2, +func_140005_i,switchToRealms,0, +func_142008_O,shouldSetPosAfterLoading,2, +func_142013_aG,getLastAttackedEntityTime,2, +func_142015_aE,getRevengeTimer,2, +func_142017_o,onLeashDistance,2, +func_142018_a,shouldAttackEntity,2, +func_142021_k,getServerBrand,0, +func_142049_d,removeAllModifiers,0, +func_142053_d,formatString,2, +func_142054_a,isSameTeam,2, +func_143004_u,markPlayerActive,2, +func_143006_e,setPlayerIdleTimeout,2, +func_143007_ar,getMaxPlayerIdleMinutes,2, +func_143009_a,readStructureBaseNBT,2, +func_143010_b,createStructureBaseNBT,2, +func_143011_b,readStructureFromNBT,2, +func_143012_a,writeStructureToNBT,2, +func_143016_a,registerVillagePieces,2, +func_143017_b,readFromNBT,2, +func_143018_f,getChunkPosZ,2, +func_143019_e,getChunkPosX,2, +func_143020_a,readStructureComponentsFromNBT,2, +func_143021_a,writeStructureComponentsToNBT,2, +func_143022_a,writeToNBT,2, +func_143025_a,getStructureName,2, +func_143026_a,setStructureStart,2, +func_143027_a,initializeStructureData,2, +func_143031_a,registerStructureComponent,2, +func_143032_b,getStructureComponent,2, +func_143033_a,getStructureStartName,2, +func_143034_b,registerStructure,2, +func_143035_a,getStructureStart,2, +func_143036_a,getStructureComponentName,2, +func_143041_a,getTagCompound,2, +func_143042_b,formatChunkCoords,2, +func_143043_a,writeInstance,2, +func_143045_a,registerScatteredFeaturePieces,2, +func_143046_a,registerStrongholdPieces,2, +func_143048_a,registerStructurePieces,2, +func_143049_a,registerNetherFortressPieces,2, +func_145747_a,sendMessage,2, +func_145748_c_,getDisplayName,2, +func_145749_h,getLastOutput,2, +func_145750_b,setLastOutput,2, +func_145751_f,getCommandBlockType,0, +func_145752_a,setCommand,2, +func_145753_i,getCommand,2, +func_145754_b,setName,2, +func_145755_a,trigger,2, +func_145756_e,updateCommand,2, +func_145757_a,fillInInfo,0, +func_145759_b,readDataFromNBT,2, +func_145760_g,getSuccessCount,2, +func_145769_d,setEntityId,2, +func_145770_h,isInRangeToRender3d,0, +func_145771_j,pushOutOfBlocks,2, +func_145773_az,doesEntityNotTriggerPressurePlate,2, +func_145775_I,doBlockCollisions,2, +func_145778_a,dropItemWithOffset,2, +func_145779_a,dropItem,2, +func_145782_y,getEntityId,2, +func_145797_a,setOwner,2, +func_145798_i,getOwner,2, +func_145799_b,setThrower,2, +func_145800_j,getThrower,2, +func_145806_a,setHurtEntities,2, +func_145807_e,getWorldObj,0, +func_145818_k_,hasCustomName,2, +func_145822_e,getCommandBlockLogic,2, +func_145828_a,addInfoToCrashReport,2, +func_145829_t,validate,2, +func_145830_o,hasWorld,2, +func_145831_w,getWorld,2, +func_145832_p,getBlockMetadata,2, +func_145833_n,getMaxRenderDistanceSquared,0, +func_145834_a,setWorld,2, +func_145835_a,getDistanceSq,0, +func_145836_u,updateContainingBlockInfo,2, +func_145837_r,isInvalid,2, +func_145838_q,getBlockType,2, +func_145839_a,readFromNBT,2, +func_145842_c,receiveClientEvent,2, +func_145843_s,invalidate,2, +func_145856_a,getRecord,2, +func_145857_a,setRecord,2, +func_145860_a,getProgress,0, +func_145866_f,clearPistonTileEntity,2, +func_145867_d,shouldPistonHeadBeRendered,2, +func_145868_b,isExtending,2, +func_145877_a,changePitch,2, +func_145881_a,getSpawnerBaseLogic,2, +func_145883_k,transferItemsOut,2, +func_145884_b,getSourceInventory,2, +func_145887_i,updateHopper,2, +func_145888_j,isOnTransferCooldown,2, +func_145891_a,pullItems,2, +func_145893_b,getInventoryAtPosition,2, +func_145894_a,canCombine,2, +func_145895_l,getInventoryForHopperTransfer,2, +func_145896_c,setTransferCooldown,2, +func_145898_a,putDropInInventoryAllSlots,2, +func_145903_a,setSkullRotation,2, +func_145904_a,getSkullType,2, +func_145906_b,getSkullRotation,0, +func_145911_b,getPlayer,2, +func_145912_a,setPlayer,2, +func_145913_a,setEditable,0, +func_145914_a,getIsEditable,2, +func_145920_a,setCustomName,2, +func_145934_k,canBrew,2, +func_145937_a,setName,2, +func_145940_l,brewPotions,2, +func_145948_k,canSmelt,2, +func_145949_j,smeltItem,2, +func_145950_i,isBurning,2, +func_145951_a,setCustomInventoryName,2, +func_145952_a,getItemBurnTime,2, +func_145954_b,isItemFuel,2, +func_145965_a,getFlowerPotItem,2, +func_145966_b,getFlowerPotData,2, +func_145969_a,openChest,2, +func_145970_b,closeChest,2, +func_145971_a,canBeUsed,2, +func_145979_i,checkForAdjacentChests,2, +func_145980_j,getChestType,2, +func_145993_a,getCommandBlockLogic,2, +func_145995_a,setOutputSignal,2, +func_145996_a,getOutputSignal,2, +func_145999_a,setName,2, +func_146000_x,addEffectsToPlayers,2, +func_146002_i,shouldBeamRender,0, +func_146003_y,updateSegmentColors,2, +func_146017_i,getDispenseSlot,2, +func_146019_a,addItemStack,2, +func_146031_a,setChestTileEntity,2, +func_146034_e,handleHookRetraction,2, +func_146065_b,dropItemOrSelf,2, +func_146066_aG,canDropLoot,2, +func_146068_u,getDropItem,2, +func_146069_a,multiplySize,2, +func_146070_a,setBreakDoorsAItask,2, +func_146071_k,setChildSize,2, +func_146072_bX,isBreakDoorsTaskSet,2, +func_146077_cc,explode,2, +func_146078_ca,hasIgnited,2, +func_146079_cb,ignite,2, +func_146082_f,setInLove,2, +func_146086_d,setHorseArmorStack,2, +func_146094_a,getUUID,2, +func_146097_a,dropItem,2, +func_146103_bH,getGameProfile,2, +func_146105_b,sendStatusMessage,2, +func_146107_m,getStatFileWriter,0, +func_146110_a,drawModalRectWithCustomSizedTexture,0, +func_146111_b,drawButtonForegroundLayer,0, +func_146113_a,playPressSound,0, +func_146114_a,getHoverState,0, +func_146115_a,isMouseOver,0, +func_146116_c,mousePressed,0, +func_146117_b,getButtonWidth,0, +func_146118_a,mouseReleased,0, +func_146119_b,mouseDragged,0, +func_146136_c,getOption,0, +func_146140_b,setSelected,0, +func_146141_c,isSelected,0, +func_146158_b,getChatGUI,0, +func_146159_a,drawLabel,0, +func_146160_b,drawLabelBackground,0, +func_146175_b,deleteFromCursor,0, +func_146176_q,getVisible,0, +func_146177_a,deleteWords,0, +func_146178_a,updateCursorCounter,0, +func_146179_b,getText,0, +func_146180_a,setText,0, +func_146181_i,getEnableBackgroundDrawing,0, +func_146182_d,moveCursorBy,0, +func_146183_a,getNthWordFromPos,0, +func_146184_c,setEnabled,0, +func_146185_a,setEnableBackgroundDrawing,0, +func_146186_n,getSelectionEnd,0, +func_146187_c,getNthWordFromCursor,0, +func_146188_c,drawSelectionBox,0, +func_146189_e,setVisible,0, +func_146190_e,setCursorPosition,0, +func_146191_b,writeText,0, +func_146192_a,mouseClicked,0, +func_146193_g,setTextColor,0, +func_146194_f,drawTextBox,0, +func_146195_b,setFocused,0, +func_146196_d,setCursorPositionZero,0, +func_146197_a,getNthWordFromPosWS,0, +func_146198_h,getCursorPosition,0, +func_146199_i,setSelectionPos,0, +func_146200_o,getWidth,0, +func_146201_a,textboxKeyTyped,0, +func_146202_e,setCursorPositionEnd,0, +func_146203_f,setMaxStringLength,0, +func_146204_h,setDisabledTextColour,0, +func_146205_d,setCanLoseFocus,0, +func_146206_l,isFocused,0, +func_146207_c,getSelectedText,0, +func_146208_g,getMaxStringLength,0, +func_146227_a,printChatMessage,0, +func_146228_f,getChatWidth,0, +func_146229_b,scroll,0, +func_146230_a,drawChat,0, +func_146231_a,clearChatMessages,0, +func_146232_i,getLineCount,0, +func_146233_a,calculateChatboxWidth,0, +func_146234_a,printChatMessageWithOptionalDeletion,0, +func_146236_a,getChatComponent,0, +func_146237_a,setChatLine,0, +func_146238_c,getSentMessages,0, +func_146239_a,addToSentMessages,0, +func_146240_d,resetScroll,0, +func_146241_e,getChatOpen,0, +func_146242_c,deleteChatLine,0, +func_146243_b,calculateChatboxHeight,0, +func_146244_h,getChatScale,0, +func_146245_b,refreshChat,0, +func_146246_g,getChatHeight,0, +func_146269_k,handleInput,0, +func_146270_b,drawWorldBackground,0, +func_146271_m,isCtrlKeyDown,0, +func_146272_n,isShiftKeyDown,0, +func_146273_a,mouseClickMove,0, +func_146274_d,handleMouseInput,0, +func_146275_d,setClipboardString,0, +func_146276_q_,drawDefaultBackground,0, +func_146277_j,getClipboardString,0, +func_146278_c,drawBackground,0, +func_146279_a,drawHoveringText,0, +func_146280_a,setWorldAndResolution,0, +func_146281_b,onGuiClosed,0, +func_146282_l,handleKeyboardInput,0, +func_146283_a,drawHoveringText,0, +func_146284_a,actionPerformed,0, +func_146285_a,renderToolTip,0, +func_146286_b,mouseReleased,0, +func_146314_g,calcSaveDirName,0, +func_146315_i,toggleMoreWorldOptions,0, +func_146316_a,showMoreWorldOptions,0, +func_146317_a,getUncollidingSaveDirName,0, +func_146318_a,recreateFromExistingWorld,0, +func_146319_h,updateDisplayState,0, +func_146350_a,setButtonDelay,0, +func_146358_g,disableSecurityWarning,0, +func_146359_e,copyLinkToClipboard,0, +func_146367_a,connect,0, +func_146375_g,onLayersChanged,0, +func_146382_i,hasSelectedLayer,0, +func_146383_a,setPreset,0, +func_146384_e,getPreset,0, +func_146402_a,getSentHistory,0, +func_146418_g,wakeFromSleep,0, +func_146421_a,registerPreset,0, +func_146426_g,updateButtonValidity,0, +func_146430_p,hasValidSelection,0, +func_146456_p,pageGetCurrent,0, +func_146457_a,pageSetCurrent,0, +func_146459_b,pageInsertIntoCurrent,0, +func_146460_c,keyTypedInTitle,0, +func_146461_i,addNewPage,0, +func_146462_a,sendBookToServer,0, +func_146463_b,keyTypedInBook,0, +func_146464_h,updateButtons,0, +func_146521_a,drawStatsScreen,0, +func_146527_c,drawSprite,0, +func_146531_b,drawButtonBackground,0, +func_146574_g,sendRespawnPacket,0, +func_146575_b,drawWinGameScreen,0, +func_146586_a,setDoneWorking,0, +func_146595_g,updateDisplayNames,0, +func_146789_i,getOldServerPinger,0, +func_146790_a,selectServer,0, +func_146791_a,connectToServer,0, +func_146792_q,refreshServerList,0, +func_146793_a,setHoveringText,0, +func_146794_g,createButtons,0, +func_146795_p,getServerList,0, +func_146796_h,connectToSelected,0, +func_146961_a,hasResourcePackEntry,0, +func_146962_b,getListContaining,0, +func_146963_h,getSelectedResourcePacks,0, +func_146964_g,getAvailableResourcePacks,0, +func_146975_c,getSlotAtPosition,0, +func_146976_a,drawGuiContainerBackgroundLayer,0, +func_146977_a,drawSlot,0, +func_146978_c,isPointInRegion,0, +func_146979_b,drawGuiContainerForegroundLayer,0, +func_146980_g,updateDragSplitting,0, +func_146981_a,isMouseOverSlot,0, +func_146982_a,drawItemStack,0, +func_146983_a,checkHotbarKeys,0, +func_147035_g,getMerchant,0, +func_147044_g,drawActivePotionEffects,0, +func_147046_a,drawEntityOnScreen,0, +func_147049_a,isMouseOverTab,0, +func_147050_b,setCurrentCreativeTab,0, +func_147051_a,drawTab,0, +func_147052_b,renderCreativeInventoryHoveringText,0, +func_147053_i,updateCreativeSearch,0, +func_147055_p,needsScrollBars,0, +func_147056_g,getSelectedTabIndex,0, +func_147068_g,tickBook,0, +func_147090_g,renameItem,0, +func_147096_v,getChatVisibility,2, +func_147097_b,sendTileEntityUpdate,2, +func_147099_x,getStatFile,2, +func_147100_a,handleClientSettings,2, +func_147104_D,getCurrentServerData,0, +func_147107_h,isFramerateLimitBelowMax,0, +func_147108_a,displayGuiScreen,0, +func_147109_W,getAmbientMusicType,0, +func_147110_a,getFramebuffer,0, +func_147111_S,isJava64bit,0, +func_147112_ai,middleClickMouse,0, +func_147113_T,isGamePaused,0, +func_147114_u,getConnection,0, +func_147115_a,sendClickBlockToController,0, +func_147116_af,clickMouse,0, +func_147117_R,getTextureMapBlocks,0, +func_147118_V,getSoundHandler,0, +func_147119_ah,updateFramebufferSize,0, +func_147121_ag,rightClickMouse,0, +func_147122_X,isJvm64bit,0, +func_147130_as,getMinecraftSessionService,2, +func_147132_au,refreshStatusNextTick,2, +func_147133_T,getResourcePackUrl,2, +func_147134_at,getServerStatusResponse,2, +func_147135_j,getDifficulty,2, +func_147137_ag,getNetworkSystem,2, +func_147139_a,setDifficultyForAllWorlds,2, +func_147149_a,saveToFile,2, +func_147152_a,getStackTrace,2, +func_147176_a,getChatComponentFromNthArg,2, +func_147178_a,getChatComponentFromNthArg,2, +func_147179_f,getItemByText,2, +func_147180_g,getBlockByText,2, +func_147203_d,getWittyComment,2, +func_147223_a,pingPendingNetworks,0, +func_147224_a,ping,0, +func_147225_b,tryCompatibilityPing,0, +func_147226_b,clearPendingNetworks,0, +func_147231_a,onDisconnect,2, +func_147234_a,handleBlockChange,2, +func_147235_a,handleSpawnObject,2, +func_147236_a,handleEntityStatus,2, +func_147237_a,handleSpawnPlayer,2, +func_147238_a,handleDestroyEntities,2, +func_147239_a,handleConfirmTransaction,2, +func_147240_a,handleCustomPayload,2, +func_147241_a,handleWindowItems,2, +func_147242_a,handleEntityEquipment,2, +func_147243_a,handleEntityAttach,2, +func_147244_a,handleEntityVelocity,2, +func_147245_a,handleWindowProperty,2, +func_147246_a,handleCollectItem,2, +func_147247_a,handleTeams,2, +func_147249_a,handleUpdateHealth,2, +func_147250_a,handleUpdateScore,2, +func_147251_a,handleChat,2, +func_147252_a,handleChangeGameState,2, +func_147253_a,handleDisconnect,2, +func_147254_a,handleDisplayObjective,2, +func_147256_a,handlePlayerListItem,2, +func_147257_a,handleHeldItemChange,2, +func_147259_a,handleEntityMovement,2, +func_147260_a,handleEntityEffect,2, +func_147261_a,handleBlockAction,2, +func_147262_a,handleRemoveEntityEffect,2, +func_147263_a,handleChunkData,2, +func_147264_a,handleMaps,2, +func_147265_a,handleOpenWindow,2, +func_147266_a,handleSetSlot,2, +func_147267_a,handleEntityHeadLook,2, +func_147268_a,handleSignEditorOpen,2, +func_147270_a,handlePlayerAbilities,2, +func_147271_a,handleSpawnPosition,2, +func_147272_a,handleKeepAlive,2, +func_147273_a,handleUpdateTileEntity,2, +func_147274_a,handleTabComplete,2, +func_147275_a,handleEntityTeleport,2, +func_147276_a,handleCloseWindow,2, +func_147277_a,handleEffect,2, +func_147278_a,handleUseBed,2, +func_147279_a,handleAnimation,2, +func_147280_a,handleRespawn,2, +func_147281_a,handleSpawnMob,2, +func_147282_a,handleJoinGame,2, +func_147283_a,handleExplosion,2, +func_147284_a,handleEntityMetadata,2, +func_147285_a,handleTimeUpdate,2, +func_147286_a,handleSpawnExperienceOrb,2, +func_147287_a,handleMultiBlockChange,2, +func_147288_a,handleSpawnPainting,2, +func_147289_a,handleParticles,2, +func_147290_a,handleEntityProperties,2, +func_147291_a,handleScoreboardObjective,2, +func_147292_a,handleSpawnGlobalEntity,2, +func_147293_a,handleStatistics,2, +func_147294_a,handleBlockBreakAnim,2, +func_147295_a,handleSetExperience,2, +func_147296_c,cleanup,0, +func_147297_a,sendPacket,0, +func_147298_b,getNetworkManager,0, +func_147311_a,processPing,2, +func_147312_a,processServerQuery,2, +func_147315_a,processEncryptionResponse,2, +func_147316_a,processLoginStart,2, +func_147317_d,getConnectionInfo,2, +func_147326_c,tryAcceptPlayer,2, +func_147338_a,processEnchantItem,2, +func_147339_a,processConfirmTransaction,2, +func_147340_a,processUseEntity,2, +func_147341_a,processTabComplete,2, +func_147342_a,processClientStatus,2, +func_147343_a,processUpdateSign,2, +func_147344_a,processCreativeInventoryAction,2, +func_147345_a,processPlayerDigging,2, +func_147346_a,processTryUseItem,2, +func_147347_a,processPlayer,2, +func_147348_a,processPlayerAbilities,2, +func_147349_a,processCustomPayload,2, +func_147351_a,processClickWindow,2, +func_147352_a,processClientSettings,2, +func_147353_a,processKeepAlive,2, +func_147354_a,processChatMessage,2, +func_147355_a,processHeldItemChange,2, +func_147356_a,processCloseWindow,2, +func_147357_a,processEntityAction,2, +func_147358_a,processInput,2, +func_147359_a,sendPacket,2, +func_147361_d,handleSlashCommand,2, +func_147362_b,getNetworkManager,2, +func_147363_d,currentTimeMillis,2, +func_147364_a,setPlayerLocation,2, +func_147383_a,processHandshake,2, +func_147388_a,handleDisconnect,2, +func_147389_a,handleEncryptionRequest,2, +func_147390_a,handleLoginSuccess,2, +func_147391_c,getSessionService,0, +func_147397_a,handleServerInfo,2, +func_147398_a,handlePong,2, +func_147407_a,setBase64EncodedIconData,0, +func_147409_e,getBase64EncodedIconData,0, +func_147413_a,set,0, +func_147414_b,saveSingleServer,0, +func_147442_i,setThunderStrength,0, +func_147447_a,rayTraceBlocks,2, +func_147448_a,addTileEntities,2, +func_147456_g,updateBlocks,2, +func_147457_a,markTileEntityForRemoval,2, +func_147458_c,markBlockRangeForRenderUpdate,2, +func_147467_a,playMoodSoundAndCheckLight,0, +func_147470_e,isFlammableWithin,2, +func_147485_a,fireBlockEvent,2, +func_147488_Z,sendQueuedBlockEvents,2, +func_147497_a,setRendererDispatcher,0, +func_147498_b,getFontRenderer,0, +func_147499_a,bindTexture,0, +func_147517_a,renderMob,0, +func_147525_a,getBuffer,0, +func_147543_a,setWorld,0, +func_147546_a,getRenderer,0, +func_147547_b,getRenderer,0, +func_147548_a,getFontRenderer,0, +func_147549_a,render,0, +func_147585_a,markBlockRangeForRenderUpdate,2, +func_147604_a,setFramebufferColor,0, +func_147605_b,createFramebuffer,0, +func_147606_d,unbindFramebufferTexture,0, +func_147607_a,setFramebufferFilter,0, +func_147608_a,deleteFramebuffer,0, +func_147609_e,unbindFramebuffer,0, +func_147610_a,bindFramebuffer,0, +func_147611_b,checkFramebufferComplete,0, +func_147612_c,bindFramebufferTexture,0, +func_147613_a,createBindFramebuffer,0, +func_147614_f,framebufferClear,0, +func_147615_c,framebufferRender,0, +func_147631_c,deleteGlTexture,0, +func_147633_a,setMipmapLevels,0, +func_147640_e,checkTextureUploaded,0, +func_147641_a,setBufferedImage,0, +func_147645_c,deleteTexture,0, +func_147647_b,bidiReorder,0, +func_147649_g,getXPosF,0, +func_147650_b,getSoundLocation,0, +func_147651_i,getZPosF,0, +func_147652_d,getRepeatDelay,0, +func_147653_e,getVolume,0, +func_147654_h,getYPosF,0, +func_147655_f,getPitch,0, +func_147656_j,getAttenuationType,0, +func_147657_c,canRepeat,0, +func_147667_k,isDonePlaying,0, +func_147681_a,playDelayedSound,0, +func_147682_a,playSound,0, +func_147683_b,stopSound,0, +func_147685_d,unloadSounds,0, +func_147687_e,resumeSounds,0, +func_147689_b,pauseSounds,0, +func_147690_c,stopSounds,0, +func_147691_a,setListener,0, +func_147692_c,isSoundPlaying,0, +func_147693_a,loadSoundResource,0, +func_147701_i,getMapItemRenderer,0, +func_147702_a,isShaderActive,0, +func_147704_a,updateShaderGroupSize,0, +func_147706_e,getShaderGroup,0, +func_147778_a,getAoBrightness,0, +func_147906_a,renderLivingLabel,0, +func_147942_a,deleteTexture,0, +func_147943_a,blendColors,0, +func_147944_a,blendColorComponent,0, +func_147947_a,uploadTextureSub,0, +func_147949_a,generateMipmapData,0, +func_147951_b,setTextureBlurred,0, +func_147953_a,processPixelValues,0, +func_147954_b,setTextureBlurMipmap,0, +func_147955_a,uploadTextureMipmap,0, +func_147962_a,getFrameTextureData,0, +func_147963_d,generateMipmaps,0, +func_147965_a,getFrameTextureData,0, +func_147969_b,getMipmapDimension,0, +func_147984_b,getShaderUniformOrDefault,0, +func_147985_d,markDirty,0, +func_147986_h,getProgram,0, +func_147987_b,parseUniform,0, +func_147988_a,deleteShader,0, +func_147989_e,getVertexShaderLoader,0, +func_147990_i,setupUniforms,0, +func_147991_a,getShaderUniform,0, +func_147992_a,addSamplerTexture,0, +func_147993_b,endShader,0, +func_147994_f,getFragmentShaderLoader,0, +func_147995_c,useShader,0, +func_147996_a,parseSampler,0, +func_148017_a,getFramebuffer,0, +func_148018_a,render,0, +func_148020_a,addFramebuffer,0, +func_148021_a,deleteShaderGroup,0, +func_148022_b,getShaderGroupName,0, +func_148023_a,addShader,0, +func_148024_c,resetProjectionMatrix,0, +func_148026_a,createBindFramebuffers,0, +func_148027_a,initTarget,0, +func_148028_c,initUniform,0, +func_148040_d,preRender,0, +func_148041_a,addAuxFramebuffer,0, +func_148042_a,render,0, +func_148043_c,getShaderManager,0, +func_148044_b,deleteShader,0, +func_148045_a,setProjectionMatrix,0, +func_148054_b,deleteShader,0, +func_148055_a,getShaderFilename,0, +func_148056_a,attachShader,0, +func_148057_a,loadShader,0, +func_148062_a,getShaderName,0, +func_148063_b,getShaderExtension,0, +func_148064_d,getLoadedShaders,0, +func_148065_c,getShaderMode,0, +func_148074_b,getStaticShaderLinkHelper,0, +func_148075_b,linkProgram,0, +func_148076_a,setNewStaticShaderLinkHelper,0, +func_148077_a,deleteShader,0, +func_148078_c,createProgram,0, +func_148081_a,set,0, +func_148082_k,uploadFloatMatrix,0, +func_148083_a,set,0, +func_148084_b,setUniformLocation,0, +func_148085_a,parseType,0, +func_148086_a,getShaderName,0, +func_148087_a,set,0, +func_148088_a,set,0, +func_148089_j,uploadFloat,0, +func_148090_a,set,0, +func_148091_i,uploadInt,0, +func_148092_b,setSafe,0, +func_148093_b,upload,0, +func_148094_a,set,0, +func_148095_a,set,0, +func_148096_h,markDirty,0, +func_148097_a,set,0, +func_148107_b,stringToBlendFactor,0, +func_148108_a,stringToBlendFunction,0, +func_148109_a,apply,0, +func_148110_a,parseBlendNode,0, +func_148111_b,isOpaque,0, +func_148121_k,bindAmountScrolled,0, +func_148122_a,setDimensions,0, +func_148123_a,drawBackground,0, +func_148124_c,getSlotIndexFromScreenCoords,0, +func_148125_i,getEnabled,0, +func_148127_b,getSize,0, +func_148128_a,drawScreen,0, +func_148129_a,drawListHeader,0, +func_148131_a,isSelected,0, +func_148132_a,clickedHeader,0, +func_148133_a,setHasListHeader,0, +func_148134_d,registerScrollButtons,0, +func_148135_f,getMaxScroll,0, +func_148136_c,overlayBackground,0, +func_148137_d,getScrollBarX,0, +func_148138_e,getContentHeight,0, +func_148139_c,getListWidth,0, +func_148140_g,setSlotXBoundsFromLeft,0, +func_148141_e,isMouseYWithinSlotBounds,0, +func_148142_b,renderDecorations,0, +func_148143_b,setEnabled,0, +func_148144_a,elementClicked,0, +func_148145_f,scrollBy,0, +func_148146_j,getSlotHeight,0, +func_148147_a,actionPerformed,0, +func_148148_g,getAmountScrolled,0, +func_148171_c,blitSlotIcon,0, +func_148173_e,blitSlotBg,0, +func_148179_a,mouseClicked,0, +func_148180_b,getListEntry,0, +func_148181_b,mouseReleased,0, +func_148182_a,createButton,0, +func_148192_c,setSelectedSlotIndex,0, +func_148193_k,getSelected,0, +func_148194_a,updateNetworkServers,0, +func_148195_a,updateOnlineServers,0, +func_148201_l,getList,0, +func_148202_k,getListHeader,0, +func_148209_a,renderStat,0, +func_148210_b,getHeaderDescriptionId,0, +func_148211_c,getSlotStat,0, +func_148212_h,sortByColumn,0, +func_148213_a,renderMouseHoverToolTip,0, +func_148224_c,drawItemBackground,0, +func_148225_a,drawItem,0, +func_148226_e,drawItemBackground,0, +func_148236_a,updateMapTexture,0, +func_148237_a,render,0, +func_148246_a,updateMapTexture,0, +func_148248_b,getMapRendererInstance,0, +func_148249_a,clearLoadedMaps,0, +func_148250_a,renderMap,0, +func_148254_d,getToken,0, +func_148255_b,getPlayerID,0, +func_148256_e,getProfile,0, +func_148259_a,saveScreenshot,0, +func_148260_a,saveScreenshot,0, +func_148262_d,denormalizeValue,0, +func_148263_a,setValueMax,0, +func_148264_f,snapToStep,0, +func_148266_c,normalizeValue,0, +func_148267_f,getValueMax,0, +func_148268_e,snapToStepClamp,0, +func_148277_b,mouseReleased,0, +func_148278_a,mousePressed,0, +func_148296_a,getServerData,0, +func_148297_b,prepareServerIcon,0, +func_148307_h,canMoveDown,0, +func_148308_f,canMoveLeft,0, +func_148309_e,canMoveRight,0, +func_148310_d,showHoverOverlay,0, +func_148311_a,getResourcePackDescription,0, +func_148312_b,getResourcePackName,0, +func_148313_c,bindResourcePackIcon,0, +func_148314_g,canMoveUp,0, +func_148318_i,getResourcePackEntry,0, +func_148328_e,canScroll,0, +func_148329_a,scrollTo,0, +func_148334_a,generateNewRandomName,0, +func_148335_a,reseedRandomGenerator,0, +func_148527_a,setRepositories,0, +func_148529_f,clearResourcePack,0, +func_148530_e,getServerResourcePack,0, +func_148537_a,sendPacketToAllPlayersInDimension,2, +func_148539_a,sendMessage,2, +func_148540_a,sendPacketToAllPlayers,2, +func_148542_a,allowUserToConnect,2, +func_148543_a,sendToAllNearExcept,2, +func_148544_a,sendMessage,2, +func_148545_a,createPlayerForUser,2, +func_148574_b,canReplaceExisting,0, +func_148586_a,getTypeInt,0, +func_148596_a,reloadSoundSystem,0, +func_148597_a,isSoundPlaying,0, +func_148599_a,playDelayedSound,0, +func_148602_b,stopSound,0, +func_148604_f,resumeAllSounds,0, +func_148605_d,updateAllSounds,0, +func_148608_i,loadSoundSystem,0, +func_148610_e,pauseAllSounds,0, +func_148611_c,playSound,0, +func_148612_a,getURLForSoundResource,0, +func_148613_b,unloadSoundSystem,0, +func_148614_c,stopAllSounds,0, +func_148615_a,setListener,0, +func_148633_c,getMaxDelay,0, +func_148634_b,getMinDelay,0, +func_148720_g,cloneEntry,0, +func_148721_a,getWeight,0, +func_148740_a,createUnderlyingMap,2, +func_148741_d,containsKey,2, +func_148742_b,getKeys,2, +func_148745_a,getByValue,2, +func_148746_a,put,2, +func_148747_b,get,2, +func_148754_a,getObjectById,2, +func_148757_b,getIDForObject,2, +func_148763_c,clearMap,0, +func_148821_a,glBlendFunc,0, +func_148822_b,isFramebufferEnabled,0, +func_148833_a,processPacket,2, +func_148837_a,readPacketData,2, +func_148840_b,writePacketData,2, +func_148845_c,getBreakerId,0, +func_148846_g,getProgress,0, +func_148853_f,getTileEntityType,0, +func_148857_g,getNbtCompound,0, +func_148864_h,getData2,0, +func_148868_c,getBlockType,0, +func_148869_g,getData1,0, +func_148888_e,wasAccepted,0, +func_148889_c,getWindowId,0, +func_148890_d,getActionNumber,0, +func_148897_h,getEntityId,0, +func_148898_f,getSlotCount,0, +func_148900_g,hasSlots,0, +func_148901_c,getWindowId,0, +func_148902_e,getGuiId,0, +func_148910_d,getItemStacks,0, +func_148911_c,getWindowId,0, +func_148915_c,getChatComponent,0, +func_148916_d,isSystem,2, +func_148928_d,getY,0, +func_148930_g,getPitch,0, +func_148931_f,getYaw,0, +func_148932_c,getX,0, +func_148933_e,getZ,0, +func_148941_i,getYaw,0, +func_148943_d,getEntityID,0, +func_148944_c,getDataManagerEntries,0, +func_148945_j,getPitch,0, +func_148961_h,getTitle,0, +func_148965_c,getEntityID,0, +func_148974_c,getStatisticMap,0, +func_148977_d,getAnimationType,0, +func_148978_c,getEntityID,0, +func_148985_c,getEntityID,0, +func_148986_g,getXPValue,0, +func_148993_l,getType,0, +func_148999_i,getSpeedZ,0, +func_149000_e,setSpeedY,2, +func_149001_c,getEntityID,0, +func_149002_g,setData,0, +func_149003_d,setSpeedX,2, +func_149004_h,getSpeedY,0, +func_149006_k,getYaw,0, +func_149007_f,setSpeedZ,2, +func_149008_j,getPitch,0, +func_149009_m,getData,0, +func_149010_g,getSpeedX,0, +func_149024_d,getEntityID,0, +func_149025_e,getEntityType,0, +func_149026_i,getVelocityX,0, +func_149027_c,getDataManagerEntries,0, +func_149028_l,getYaw,0, +func_149030_m,getPitch,0, +func_149031_k,getVelocityZ,0, +func_149032_n,getHeadPitch,0, +func_149033_j,getVelocityY,0, +func_149052_c,getEntityId,0, +func_149053_g,getType,0, +func_149060_h,isRotating,0, +func_149063_g,getPitch,0, +func_149065_a,getEntity,0, +func_149066_f,getYaw,0, +func_149080_f,getWorldType,0, +func_149081_d,getDifficulty,0, +func_149082_c,getDimensionID,0, +func_149083_e,getGameType,0, +func_149091_a,getPlayer,0, +func_149098_c,getEntityIDs,0, +func_149101_g,getFlySpeed,0, +func_149102_b,setFlying,2, +func_149103_f,isCreativeMode,2, +func_149104_a,setFlySpeed,2, +func_149105_e,isAllowFlying,2, +func_149106_d,isFlying,2, +func_149107_h,getWalkSpeed,0, +func_149108_a,setInvulnerable,2, +func_149109_c,setAllowFlying,2, +func_149110_b,setWalkSpeed,2, +func_149111_d,setCreativeMode,2, +func_149112_c,isInvulnerable,2, +func_149134_c,getId,0, +func_149137_d,getValue,0, +func_149138_c,getGameState,0, +func_149143_g,getY,0, +func_149144_d,getMotionY,0, +func_149145_h,getZ,0, +func_149146_i,getStrength,0, +func_149147_e,getMotionZ,0, +func_149148_f,getX,0, +func_149149_c,getMotionX,0, +func_149150_j,getAffectedBlockPositions,0, +func_149160_c,getOpCode,0, +func_149161_a,getEntity,0, +func_149165_c,getReason,0, +func_149169_c,getChannelName,0, +func_149173_d,getSlot,0, +func_149174_e,getStack,0, +func_149175_c,getWindowId,0, +func_149180_e,getValue,0, +func_149181_d,getProperty,0, +func_149182_c,getWindowId,0, +func_149188_c,getMapId,0, +func_149192_g,getDifficulty,0, +func_149193_h,getMaxPlayers,0, +func_149194_f,getDimension,0, +func_149195_d,isHardcoreMode,0, +func_149196_i,getWorldType,0, +func_149197_c,getPlayerId,0, +func_149198_e,getGameType,0, +func_149207_d,getX,0, +func_149208_g,getVolume,0, +func_149209_h,getPitch,0, +func_149210_f,getZ,0, +func_149211_e,getY,0, +func_149220_d,getXCoordinate,0, +func_149221_g,getXOffset,0, +func_149222_k,getParticleCount,0, +func_149223_i,getZOffset,0, +func_149224_h,getYOffset,0, +func_149225_f,getZCoordinate,0, +func_149226_e,getYCoordinate,0, +func_149227_j,getParticleSpeed,0, +func_149241_e,getSoundData,0, +func_149242_d,getSoundType,0, +func_149244_c,isSoundServerwide,0, +func_149271_f,getChunkZ,0, +func_149273_e,getChunkX,0, +func_149274_i,isFullChunk,2, +func_149276_g,getExtractedSize,0, +func_149289_c,getClientTime,2, +func_149294_c,getResponse,0, +func_149299_b,getVerifyToken,2, +func_149300_a,getSecretKey,2, +func_149304_c,getProfile,2, +func_149306_d,getDisplayName,0, +func_149307_h,getAction,0, +func_149308_i,getFriendlyFlags,0, +func_149309_f,getSuffix,0, +func_149310_g,getPlayers,0, +func_149311_e,getPrefix,0, +func_149312_c,getName,0, +func_149321_d,getObjectiveName,0, +func_149323_e,getScoreValue,0, +func_149324_c,getPlayerName,0, +func_149330_d,getFoodLevel,0, +func_149331_e,getSaturationLevel,0, +func_149332_c,getHealth,0, +func_149337_d,getObjectiveValue,0, +func_149338_e,getAction,0, +func_149339_c,getObjectiveName,0, +func_149353_d,getEntityID,0, +func_149354_c,getCollectedItemEntityID,0, +func_149365_d,getWorldTime,0, +func_149366_c,getTotalWorldTime,0, +func_149370_d,getName,0, +func_149371_c,getPosition,0, +func_149375_d,getEntityId,0, +func_149376_c,getDataManagerEntries,0, +func_149380_c,getYaw,0, +func_149381_a,getEntity,0, +func_149385_c,getHeldItemHotbarIndex,0, +func_149389_d,getEntityID,0, +func_149390_c,getItemStack,0, +func_149395_e,getLevel,0, +func_149396_d,getTotalExperience,0, +func_149397_c,getExperienceBar,0, +func_149402_e,getVehicleEntityId,0, +func_149403_d,getEntityId,0, +func_149409_f,getMotionZ,0, +func_149410_e,getMotionY,0, +func_149411_d,getMotionX,0, +func_149412_c,getEntityID,0, +func_149419_c,getMessage,2, +func_149426_d,getEntityId,0, +func_149427_e,getEffectId,0, +func_149428_f,getAmplifier,0, +func_149429_c,isMaxDuration,0, +func_149435_c,getStatus,2, +func_149439_c,getMessage,2, +func_149441_d,getSnapshots,0, +func_149442_c,getEntityId,0, +func_149447_h,getPitch,0, +func_149450_g,getYaw,0, +func_149451_c,getEntityId,0, +func_149460_c,getKey,2, +func_149465_i,isOnGround,2, +func_149483_b,setFlying,2, +func_149484_f,isCreativeMode,2, +func_149485_a,setFlySpeed,2, +func_149486_e,isAllowFlying,2, +func_149488_d,isFlying,2, +func_149490_a,setInvulnerable,2, +func_149491_c,setAllowFlying,2, +func_149492_b,setWalkSpeed,2, +func_149493_d,setCreativeMode,2, +func_149494_c,isInvulnerable,2, +func_149512_e,getAuxData,2, +func_149520_f,isColorsEnabled,2, +func_149521_d,getModelPartFlags,2, +func_149523_e,getChatVisibility,2, +func_149524_c,getLang,2, +func_149532_c,getWindowId,2, +func_149533_d,getUid,2, +func_149537_d,getButton,2, +func_149539_c,getWindowId,2, +func_149543_e,getUsedButton,2, +func_149544_d,getSlotId,2, +func_149546_g,getClickedItem,2, +func_149547_f,getActionNumber,2, +func_149548_c,getWindowId,2, +func_149559_c,getChannelName,2, +func_149564_a,getEntityFromWorld,2, +func_149565_c,getAction,2, +func_149594_c,getRequestedState,2, +func_149595_d,getProtocolVersion,2, +func_149603_c,getReason,0, +func_149607_e,getVerifyToken,0, +func_149608_d,getPublicKey,0, +func_149609_c,getServerId,0, +func_149614_c,getSlotId,2, +func_149617_f,isSneaking,2, +func_149618_e,isJumping,2, +func_149620_c,getStrafeSpeed,2, +func_149625_d,getStack,2, +func_149627_c,getSlotId,2, +func_149630_c,getMatches,0, +func_149634_a,getBlockFromItem,2, +func_149637_q,isBlockNormalCube,2, +func_149638_a,getExplosionResistance,2, +func_149645_b,getRenderType,2, +func_149647_a,setCreativeTab,2, +func_149649_H,disableStats,2, +func_149652_G,getEnableStats,2, +func_149653_t,getTickRandomly,2, +func_149656_h,getPushReaction,2, +func_149659_a,canDropFromExplosion,2, +func_149662_c,isOpaqueCube,2, +func_149663_c,setTranslationKey,2, +func_149666_a,getSubBlocks,0, +func_149667_c,isAssociatedBlock,2, +func_149671_p,registerBlocks,2, +func_149672_a,setSoundType,2, +func_149675_a,setTickRandomly,2, +func_149679_a,quantityDroppedWithBonus,2, +func_149680_a,isEqualTo,2, +func_149682_b,getIdFromBlock,2, +func_149684_b,getBlockFromName,2, +func_149686_d,isFullCube,2, +func_149688_o,getMaterial,2, +func_149698_L,requiresUpdates,2, +func_149700_E,canSilkHarvest,2, +func_149703_v,isCollidable,2, +func_149708_J,getCreativeTab,0, +func_149710_n,getUseNeighborBrightness,2, +func_149711_c,setHardness,2, +func_149713_g,setLightOpacity,2, +func_149715_a,setLightLevel,2, +func_149716_u,hasTileEntity,2, +func_149717_k,getLightOpacity,2, +func_149721_r,isNormalCube,2, +func_149722_s,setBlockUnbreakable,2, +func_149729_e,getBlockById,2, +func_149730_j,isFullBlock,2, +func_149732_F,getLocalizedName,2, +func_149738_a,tickRate,2, +func_149739_a,getTranslationKey,2, +func_149740_M,hasComparatorInputOverride,2, +func_149744_f,canProvidePower,2, +func_149745_a,quantityDropped,2, +func_149750_m,getLightValue,2, +func_149751_l,isTranslucent,0, +func_149752_b,setResistance,2, +func_149801_b,getLiquidHeightPercent,2, +func_149829_a,onStartFalling,2, +func_149843_e,init,2, +func_149865_P,getCrop,2, +func_149866_i,getSeed,2, +func_149915_a,createNewTileEntity,2, +func_149917_c,isEnabled,2, +func_149939_a,getDispensePosition,2, +func_149940_a,getBehavior,2, +func_150002_b,getTranslationKey,2, +func_150122_b,setGraphicsLevel,0, +func_150206_m,createDeepCopy,2, +func_150209_a,setHoverEvent,2, +func_150210_i,getHoverEvent,2, +func_150215_a,getColor,2, +func_150217_b,setItalic,2, +func_150218_j,getFormattingCode,0, +func_150221_a,setParentStyle,2, +func_150223_b,getBold,2, +func_150224_n,getParent,2, +func_150225_c,setStrikethrough,2, +func_150227_a,setBold,2, +func_150228_d,setUnderlined,2, +func_150229_g,isEmpty,2, +func_150232_l,createShallowCopy,2, +func_150233_f,getObfuscated,2, +func_150234_e,getUnderlined,2, +func_150235_h,getClickEvent,2, +func_150236_d,getStrikethrough,2, +func_150237_e,setObfuscated,2, +func_150238_a,setColor,2, +func_150241_a,setClickEvent,2, +func_150242_c,getItalic,2, +func_150253_a,getSiblings,2, +func_150254_d,getFormattedText,0, +func_150255_a,setStyle,2, +func_150256_b,getStyle,2, +func_150257_a,appendSibling,2, +func_150258_a,appendText,2, +func_150259_f,createCopy,2, +func_150260_c,getUnformattedText,2, +func_150261_e,getUnformattedComponentText,2, +func_150262_a,createDeepCopyIterator,2, +func_150265_g,getText,2, +func_150268_i,getKey,2, +func_150269_b,initializeFromFormat,2, +func_150270_g,ensureInitialized,2, +func_150271_j,getFormatArgs,2, +func_150272_a,getFormatArgumentAsComponent,2, +func_150284_a,create,2, +func_150285_a_,getString,2, +func_150286_g,getDouble,2, +func_150287_d,getInt,2, +func_150288_h,getFloat,2, +func_150289_e,getShort,2, +func_150290_f,getByte,2, +func_150291_c,getLong,2, +func_150292_c,getByteArray,2, +func_150295_c,getTagList,2, +func_150296_c,getKeySet,2, +func_150297_b,hasKey,2, +func_150298_a,writeEntry,2, +func_150299_b,getTagId,2, +func_150302_c,getIntArray,2, +func_150303_d,getTagType,2, +func_150304_a,set,2, +func_150305_b,getCompoundTagAt,2, +func_150306_c,getIntArrayAt,2, +func_150307_f,getStringTagAt,2, +func_150308_e,getFloatAt,2, +func_150309_d,getDoubleAt,2, +func_150502_a,bufToBytes,2, +func_150503_a,decipher,2, +func_150504_a,cipher,2, +func_150510_c,getLastUpdateTimeInMilliseconds,2, +func_150513_a,genDecorations,2, +func_150523_a,canGrowInto,2, +func_150526_a,placeLeafAt,2, +func_150533_a,getHeight,2, +func_150541_c,createCrown,2, +func_150559_j,isSnowyBiome,2, +func_150561_m,getTempCategory,2, +func_150562_l,getBiomeClass,2, +func_150567_a,getRandomTreeFeature,2, +func_150568_d,getBiome,2, +func_150619_a,generateBands,2, +func_150645_c,connectTo,2, +func_150649_b,canConnectTo,2, +func_150650_a,countAdjacentRails,2, +func_150651_b,removeSoftConnections,2, +func_150653_a,isConnectedToRail,2, +func_150663_a,writeTag,2, +func_150668_b,getValue,2, +func_150669_a,getAction,2, +func_150672_a,getValueByCanonicalName,2, +func_150673_b,getCanonicalName,2, +func_150674_a,shouldAllowInChat,2, +func_150684_a,getValueByCanonicalName,2, +func_150685_b,getCanonicalName,2, +func_150686_a,shouldAllowInChat,2, +func_150695_a,serializeChatStyle,2, +func_150696_a,componentToJson,2, +func_150699_a,jsonToComponent,2, +func_150701_a,getAction,2, +func_150702_b,getValue,2, +func_150718_a,closeChannel,2, +func_150719_a,setNetHandler,2, +func_150721_g,disableAutoRead,2, +func_150722_a,provideLocalClient,0, +func_150723_a,setConnectionState,2, +func_150724_d,isChannelOpen,2, +func_150727_a,enableEncryption,2, +func_150729_e,getNetHandler,2, +func_150730_f,getExitMessage,2, +func_150731_c,isLocalChannel,2, +func_150732_b,dispatchPacket,2, +func_150733_h,flushOutboundQueue,2, +func_150752_a,getFromPacket,2, +func_150759_c,getId,2, +func_150760_a,getById,2, +func_150786_a,writeCompoundTag,2, +func_150787_b,writeVarInt,2, +func_150788_a,writeItemStack,2, +func_150789_c,readString,2, +func_150790_a,getVarIntSize,2, +func_150791_c,readItemStack,2, +func_150792_a,readVarInt,2, +func_150793_b,readCompoundTag,2, +func_150802_k,isPopulated,2, +func_150803_c,recheckGaps,2, +func_150804_b,onTick,2, +func_150808_b,getBlockLightOpacity,2, +func_150809_p,checkLight,2, +func_150811_f,checkLight,2, +func_150813_a,addTileEntity,2, +func_150826_b,translateToFallback,2, +func_150827_a,getLastTranslationUpdateTimeInMilliseconds,2, +func_150835_j,getBlockTileEntity,2, +func_150857_a,isEmptyBlock,2, +func_150858_a,calculatePortalHeight,2, +func_150859_c,placePortalBlocks,2, +func_150860_b,isValid,2, +func_150869_b,matchEntitiesToTextComponent,2, +func_150871_b,increaseStat,2, +func_150873_a,unlockAchievement,2, +func_150876_a,sendStats,2, +func_150877_d,markAllDirty,2, +func_150878_c,getDirty,2, +func_150880_a,dumpJson,2, +func_150881_a,parseJson,2, +func_150882_a,readStatFile,2, +func_150883_b,saveStatFile,2, +func_150891_b,getIdFromItem,2, +func_150893_a,getDestroySpeed,2, +func_150895_a,getSubItems,0, +func_150897_b,canHarvestBlock,2, +func_150898_a,getItemFromBlock,2, +func_150899_d,getItemById,2, +func_150900_l,registerItems,2, +func_150902_a,addExplosionInfo,0, +func_150903_a,getExplosionTag,0, +func_150905_g,getHealAmount,2, +func_150906_h,getSaturationModifier,2, +func_150910_a,fillBucket,2, +func_150911_c,createMapDataPacket,2, +func_150912_a,loadMapData,0, +func_150927_i,getRecordNameLocal,0, +func_150930_a,isNBTValid,2, +func_150931_i,getAttackDamage,2, +func_150932_j,getToolMaterialName,2, +func_150943_a,setSubtypeNames,2, +func_150951_e,getStatName,2, +func_150952_k,getCriteria,2, +func_150954_l,getSerializableClazz,2, +func_150959_a,getItem,0, +func_150967_d,getUncookedSaturationModifier,2, +func_150970_e,getCookedHealAmount,2, +func_150972_b,getTranslationKey,2, +func_150973_i,canCook,2, +func_150974_a,byMetadata,2, +func_150975_c,getUncookedHealAmount,2, +func_150976_a,getMetadata,2, +func_150977_f,getCookedSaturationModifier,2, +func_150978_a,byItemStack,2, +func_150995_f,getRepairItem,2, +func_150997_a,getDestroySpeed,2, +func_150998_b,canHarvestBlock,2, +func_151000_E,getTextComponent,2, +func_151001_c,setStackDisplayName,2, +func_151003_a,getSerializableElement,2, +func_151176_b,getStatEntityKilledBy,2, +func_151177_a,getOneShotStat,2, +func_151178_a,init,2, +func_151179_e,initItemDepleteStats,2, +func_151180_a,mergeStatBases,2, +func_151181_c,initMiningStats,2, +func_151182_a,getStatKillEntity,2, +func_151187_b,getJsonSerializableValue,2, +func_151188_a,setIntegerValue,2, +func_151189_a,getIntegerValue,2, +func_151190_a,setJsonSerializableValue,2, +func_151200_h,getString,2, +func_151201_f,isJsonPrimitive,2, +func_151202_d,isJsonArray,2, +func_151203_m,getInt,2, +func_151204_g,hasField,2, +func_151205_a,isString,2, +func_151206_a,getString,2, +func_151207_m,getJsonArray,2, +func_151208_a,getInt,2, +func_151209_a,getBoolean,2, +func_151210_l,getJsonObject,2, +func_151211_a,isString,0, +func_151212_i,getBoolean,2, +func_151213_a,getJsonArray,2, +func_151214_t,getJsonArray,2, +func_151215_f,getInt,2, +func_151216_b,getBoolean,2, +func_151217_k,getFloat,2, +func_151218_a,getJsonObject,2, +func_151219_a,getString,2, +func_151220_d,getFloat,2, +func_151221_a,getFloat,2, +func_151222_d,toString,2, +func_151225_a,post,2, +func_151226_a,postMap,2, +func_151229_a,createNetCipherInstance,2, +func_151232_a,getName,2, +func_151235_d,isPowerOfTwo,2, +func_151236_b,smallestEncompassingPowerOfTwo,2, +func_151237_a,clamp,2, +func_151238_b,clampedLerp,2, +func_151239_c,log2,2, +func_151240_a,nextFloat,2, +func_151241_e,log2DeBruijn,2, +func_151244_d,getIcon,0, +func_151246_b,isNullOrEmpty,2, +func_151247_a,sendToTracking,2, +func_151248_b,sendToTrackingAndSelf,2, +func_151255_a,getStringBuffer,2, +func_151256_a,writeAndFlush,2, +func_151259_a,sendPacketToTrackedPlayers,2, +func_151260_c,createSpawnPacket,2, +func_151261_b,sendToTrackingAndSelf,2, +func_151265_a,addEndpoint,2, +func_151267_d,getServer,2, +func_151268_b,terminateEndpoints,2, +func_151269_c,networkTick,2, +func_151270_a,addLocalEndpoint,0, +func_151303_a,getName,2, +func_151304_b,getProtocol,2, +func_151315_a,setServerDescription,2, +func_151316_d,getFavicon,2, +func_151317_a,getServerDescription,2, +func_151318_b,getPlayers,2, +func_151319_a,setPlayers,2, +func_151320_a,setFavicon,2, +func_151321_a,setVersion,2, +func_151322_c,getVersion,2, +func_151330_a,setPlayers,2, +func_151331_c,getPlayers,2, +func_151332_a,getMaxPlayers,2, +func_151333_b,getOnlinePlayerCount,2, +func_151337_f,getBlock,2, +func_151338_e,getEventParameter,2, +func_151339_d,getEventID,2, +func_151351_a,getBlock,2, +func_151353_a,registerDispenserBehaviors,2, +func_151354_b,register,2, +func_151357_h,hasInfoNotice,0, +func_151358_j,enableInfoNotice,2, +func_151359_c,getInfoTranslationKey,0, +func_151367_b,onUserHurt,2, +func_151368_a,onEntityDamaged,2, +func_151372_b,getJsonKeys,0, +func_151373_a,addJsonKey,0, +func_151379_a,forException,0, +func_151380_a,prependJsonKey,0, +func_151381_b,setFilenameAndFlush,0, +func_151384_a,applyThornEnchantments,2, +func_151385_b,applyArthropodEnchantments,2, +func_151390_b,readFromBuf,0, +func_151391_a,writeToBuf,2, +func_151392_a,addPlayerToTeam,2, +func_151393_a,addSmeltingRecipeForBlock,2, +func_151394_a,addSmeltingRecipe,2, +func_151395_a,getSmeltingResult,2, +func_151396_a,addSmelting,2, +func_151397_a,compareItemStacks,2, +func_151398_b,getSmeltingExperience,2, +func_151408_c,getModifiers,2, +func_151409_a,getName,2, +func_151410_b,getBaseValue,2, +func_151426_a,getEnumChatVisibility,0, +func_151428_a,getChatVisibility,0, +func_151429_b,getResourceKey,0, +func_151440_a,setOptionKeyBinding,0, +func_151461_a,getChatComponent,0, +func_151462_b,setKeyCode,0, +func_151463_i,getKeyCode,0, +func_151464_g,getKeyDescription,0, +func_151466_e,getKeyCategory,0, +func_151467_c,getKeybinds,0, +func_151468_f,isPressed,0, +func_151469_h,getKeyCodeDefault,0, +func_151470_d,isKeyDown,0, +func_151475_a,setAttributeModifiers,2, +func_151499_f,getEatingGrassTimer,2, +func_151514_a,init,2, +func_151517_h,isDamageAbsolute,2, +func_151518_m,setDamageIsAbsolute,2, +func_151519_b,getDeathMessage,2, +func_151521_b,getDeathMessage,2, +func_151522_h,getDamageSrcDisplayName,2, +func_151523_a,byId,2, +func_151525_a,getId,2, +func_151526_b,getTranslationKey,2, +func_151535_h,toNBTTagIntArray,2, +func_151536_b,getLayerMaterialBlock,2, +func_151559_a,getRandomCropType,2, +func_151560_a,getRandomCropType,2, +func_151565_r,getMaterialMapColor,2, +func_151599_a,getRegion,2, +func_151600_a,getRegion,2, +func_151601_a,getValue,2, +func_151604_a,dot,2, +func_151605_a,getValue,2, +func_151606_a,add,2, +func_151607_a,fastFloor,2, +func_151616_a,biomesEqualOrMesaPlateau,2, +func_151617_b,selectModeOrRandom,2, +func_151618_b,isBiomeOceanic,2, +func_151619_a,selectRandom,2, +func_151624_d,getIntsHeatIce,2, +func_151625_e,getIntsSpecial,2, +func_151626_c,getIntsCoolWarm,2, +func_151630_c,riverFilter,2, +func_151631_c,isJungleCompatible,2, +func_151632_a,replaceIfNeighborOcean,2, +func_151633_d,isMesa,2, +func_151634_b,canBiomesBeNeighbors,2, +func_151635_b,replaceBiomeEdge,2, +func_151636_a,replaceBiomeEdgeIfNecessary,2, +func_151643_b,getMapColor,0, +func_151685_b,getRepairItem,2, +func_151686_a,addStats,2, +func_152104_k,isInventoryEmpty,2, +func_152105_l,isFull,2, +func_152106_a,setPlayerProfile,2, +func_152107_a,setType,2, +func_152108_a,getPlayerProfile,2, +func_152109_d,updatePlayerProfile,2, +func_152111_bt,sendEnterCombat,2, +func_152112_bu,sendEndCombat,2, +func_152114_e,isOwner,2, +func_152116_bZ,isChickenJockey,2, +func_152117_i,setChickenJockey,2, +func_152122_n,hasPlayerInfo,0, +func_152123_o,hasSkin,0, +func_152125_a,drawScaledCustomSizeModalRect,0, +func_152339_d,removeEntity,2, +func_152340_a,readImageToBuffer,0, +func_152342_ad,getSkinManager,0, +func_152343_a,addScheduledTask,0, +func_152344_a,addScheduledTask,2, +func_152345_ab,isCallingFromMinecraftThread,2, +func_152347_ac,getSessionService,0, +func_152348_aa,dispatchKeypresses,0, +func_152349_b,isUnicode,0, +func_152357_F,getOnlinePlayerProfiles,2, +func_152358_ax,getPlayerProfileCache,2, +func_152359_aw,getGameProfileRepository,2, +func_152368_aE,convertFiles,1, +func_152369_aG,sleepFiveSeconds,1, +func_152372_a,notifyListener,2, +func_152373_a,notifyCommandListener,2, +func_152374_a,notifyCommandListener,2, +func_152376_a,calcDamageByCreature,2, +func_152377_a,getModifierForCreature,2, +func_152378_a,getPlayerEntityByUUID,2, +func_152421_a,setSessionType,0, +func_152430_c,renderStreamIndicator,0, +func_152433_a,loadTextureFromServer,0, +func_152446_a,read,2, +func_152447_a,readType,2, +func_152448_b,readKey,2, +func_152449_a,readNBT,2, +func_152450_a,read,2, +func_152455_a,read,2, +func_152456_a,read,2, +func_152459_a,readGameProfileFromNBT,2, +func_152506_a,getOfflineProfile,2, +func_152583_a,copyFrom,0, +func_152584_a,setResourceMode,0, +func_152586_b,getResourceMode,0, +func_152589_a,getMotd,0, +func_152596_g,canSendCommands,2, +func_152597_c,removePlayerFromWhitelist,2, +func_152598_l,getWhitelistedPlayerNames,2, +func_152599_k,getWhitelistedPlayers,2, +func_152600_g,getOnlinePlayerProfiles,2, +func_152601_d,addWhitelistedPlayer,2, +func_152602_a,getPlayerStatsFile,2, +func_152603_m,getOppedPlayers,2, +func_152604_a,setGameType,0, +func_152605_a,addOp,2, +func_152606_n,getOppedPlayerNames,2, +func_152607_e,canJoin,2, +func_152608_h,getBannedPlayers,2, +func_152610_b,removeOp,2, +func_152611_a,setViewDistance,2, +func_152612_a,getPlayerByUsername,2, +func_152621_a,contains,2, +func_152622_a,setPlayerViewRadius,2, +func_152634_a,skinAvailable,0, +func_152640_f,getValue,2, +func_152641_a,onSerialization,2, +func_152643_b,constructProfile,2, +func_152644_a,getPermissionLevel,2, +func_152646_b,gameProfileFromJsonObject,2, +func_152647_b,getIPFromJson,2, +func_152648_b,toGameProfile,2, +func_152649_a,addEntry,2, +func_152651_a,addEntry,2, +func_152652_a,getProfileByUUID,2, +func_152653_b,getByUUID,2, +func_152654_a,getUsernames,2, +func_152655_a,getGameProfileForUsername,2, +func_152656_a,getEntriesWithLimit,2, +func_152657_b,load,2, +func_152658_c,save,2, +func_152668_a,getGameProfile,2, +func_152670_b,getExpirationDate,2, +func_152678_f,writeChanges,2, +func_152679_g,readSavedFile,1, +func_152680_h,removeExpired,2, +func_152681_a,getObjectKey,2, +func_152682_a,createEntry,2, +func_152683_b,getEntry,2, +func_152684_c,removeEntry,2, +func_152685_a,getKeys,2, +func_152686_a,setLanServer,2, +func_152687_a,addEntry,2, +func_152688_e,getValues,2, +func_152689_b,isLanServer,2, +func_152690_d,isEmpty,1, +func_152691_c,getSaveFile,1, +func_152692_d,hasEntry,2, +func_152700_a,getGameProfileFromName,2, +func_152702_a,isBanned,2, +func_152703_a,getBannedProfile,2, +func_152705_a,isWhitelisted,1, +func_152706_a,getByName,2, +func_152707_c,addressToString,2, +func_152708_a,isBanned,2, +func_152709_b,getBanEntry,2, +func_152710_d,convertWhitelist,1, +func_152711_b,mkdir,1, +func_152712_b,hasUnconvertableFiles,1, +func_152713_b,parseDate,1, +func_152714_a,tryConvert,1, +func_152715_c,hasUnconvertablePlayerFiles,1, +func_152717_a,lookupNames,2, +func_152718_c,convertOplist,1, +func_152721_a,readFile,1, +func_152722_b,convertIpBanlist,1, +func_152723_a,convertSaveFiles,1, +func_152724_a,convertUserBanlist,1, +func_152725_d,getPlayersDirectory,1, +func_152727_c,backupConverted,1, +func_152743_a,renamePlayerFile,1, +func_152744_a,getFileNameForProfile,1, +func_152753_a,fromJson,2, +func_152754_s,getJsonObject,2, +func_152764_a,parsePass,0, +func_152765_a,parseGroup,0, +func_152766_h,addOSData,2, +func_152767_b,addStatToSnooper,2, +func_152768_a,addClientStat,2, +func_152780_c,getInputStreamAssets,0, +func_152788_a,loadSkinFromCache,0, +func_152789_a,loadSkin,0, +func_152790_a,loadProfileTextures,0, +func_152792_a,loadSkin,0, +func_152805_a,getPackDescription,0, +func_153157_c,glGetShaderi,0, +func_153158_d,glGetShaderInfoLog,0, +func_153159_d,glUniform4,0, +func_153160_c,glUniformMatrix4,0, +func_153161_d,glUseProgram,0, +func_153162_d,glUniform4,0, +func_153163_f,glUniform1i,0, +func_153164_b,glGetAttribLocation,0, +func_153165_e,glGenFramebuffers,0, +func_153166_e,glGetProgramInfoLog,0, +func_153167_i,glCheckFramebufferStatus,0, +func_153168_a,glUniform1,0, +func_153169_a,glShaderSource,0, +func_153170_c,glCompileShader,0, +func_153171_g,glBindFramebuffer,0, +func_153172_c,getLogText,0, +func_153173_a,glUniformMatrix2,0, +func_153174_h,glDeleteFramebuffers,0, +func_153175_a,glGetProgrami,0, +func_153176_h,glBindRenderbuffer,0, +func_153177_b,glUniform2,0, +func_153178_b,glAttachShader,0, +func_153179_f,glLinkProgram,0, +func_153180_a,glDeleteShader,0, +func_153181_a,glUniform1,0, +func_153182_b,glUniform2,0, +func_153183_d,glCreateProgram,0, +func_153184_g,glDeleteRenderbuffers,0, +func_153185_f,glGenRenderbuffers,0, +func_153186_a,glRenderbufferStorage,0, +func_153187_e,glDeleteProgram,0, +func_153188_a,glFramebufferTexture2D,0, +func_153189_b,glUniformMatrix3,0, +func_153190_b,glFramebufferRenderbuffer,0, +func_153191_c,glUniform3,0, +func_153192_c,glUniform3,0, +func_153193_b,areShadersSupported,0, +func_153194_a,glGetUniformLocation,0, +func_153195_b,glCreateShader,0, +func_154311_a,setText,0, +func_154312_c,getYImage,0, +func_154313_b,setEnabled,0, +func_154314_d,getId,0, +func_154315_e,getEnabled,0, +func_154316_f,getPositionY,0, +func_154317_g,getRealmsButton,0, +func_154319_c,fontDrawShadow,0, +func_154320_j,buttons,0, +func_154321_a,getProxy,0, +func_154322_b,drawString,0, +func_154323_a,fontSplit,0, +func_154324_i,buttonsClear,0, +func_154325_a,drawCenteredString,0, +func_154326_c,getStringWidth,0, +func_154327_a,buttonsAdd,0, +func_154328_b,buttonsRemove,0, +func_154329_h,getFontHeight,0, +func_154331_x,getLastActiveTime,2, +func_154333_a,getName,0, +func_154334_a,isConvertible,0, +func_154335_d,isNewLevelIdAcceptable,0, +func_154336_c,getSizeOnDisk,0, +func_154337_m,getMouseX,0, +func_154338_k,getWidth,0, +func_154339_l,getMouseY,0, +func_154346_a,hasAcceptedEULA,1, +func_154347_a,loadEULAFile,1, +func_154348_b,createEULAFile,1, +func_154353_e,absFloor,0, +func_154354_b,roundUp,2, +func_164247_a,appendLine,1, +func_174791_d,getPositionVector,2, +func_174792_t_,sendCommandFeedback,2, +func_174793_f,getCommandSenderEntity,2, +func_174794_a,setCommandStat,2, +func_174805_g,setAlwaysRenderNameTag,2, +func_174806_f,getVectorForRotation,2, +func_174807_aT,getCommandStats,2, +func_174808_Z,createRunningParticles,2, +func_174809_b,isLiquidPresentInAABB,2, +func_174810_b,setSilent,2, +func_174811_aO,getHorizontalFacing,2, +func_174812_G,onKillCommand,2, +func_174813_aQ,getEntityBoundingBox,2, +func_174814_R,isSilent,2, +func_174815_a,applyEnchantments,2, +func_174816_a,canExplosionDestroyBlock,2, +func_174817_o,setCommandStats,2, +func_174818_b,getDistanceSq,2, +func_174820_d,replaceItemInInventory,2, +func_174821_h,setOutsideBorder,2, +func_174822_a,rayTrace,0, +func_174823_aP,getHoverEvent,2, +func_174824_e,getPositionEyes,2, +func_174826_a,setEntityBoundingBox,2, +func_174827_a,isSpectatedByPlayer,2, +func_174828_a,moveToBlockPosAndAngles,2, +func_174829_m,resetPositionToBB,2, +func_174830_Y,spawnRunningParticles,2, +func_174831_c,getDistanceSqToCenter,2, +func_174832_aS,isOutsideBorder,2, +func_174833_aM,getAlwaysRenderNameTag,2, +func_174845_l,init,0, +func_174846_a,setBlockPos,0, +func_174856_o,updateBoundingBox,2, +func_174857_n,getHangingPosition,2, +func_174859_a,updateFacingWithBoundingBox,2, +func_174862_a,createKnot,2, +func_174863_b,getKnotForPosition,2, +func_174864_a,setDisplayedItemWithUpdate,2, +func_174865_a,setRotation,2, +func_174866_q,getAnalogOutput,2, +func_174867_a,setPickupDelay,2, +func_174868_q,setNoPickupDelay,2, +func_174869_p,setDefaultPickupDelay,2, +func_174870_v,makeFakeItem,2, +func_174871_r,setInfinitePickupDelay,2, +func_174872_o,getAge,0, +func_174873_u,setNoDespawn,2, +func_174874_s,cannotPickup,2, +func_174875_k,getGuiID,2, +func_174876_a,createContainer,2, +func_174877_v,getPos,2, +func_174878_a,setPos,2, +func_174880_d,getStats,2, +func_174882_b,executeCommand,2, +func_174884_b,updateGameProfile,2, +func_174885_b,setField,2, +func_174886_c,closeInventory,2, +func_174887_a_,getField,2, +func_174888_l,clear,2, +func_174889_b,openInventory,2, +func_174890_g,getFieldCount,2, +func_174891_i,getLockCode,2, +func_174892_a,setLockCode,2, +func_174893_q_,isLocked,2, +func_174894_a,addItem,2, +func_174897_t,getDisplayTile,2, +func_174898_m,getMaximumSpeed,2, +func_174899_a,setDisplayTile,2, +func_174902_m,createFilledSlotsArray,2, +func_174903_a,isBurning,0, +func_174904_a,getCookTime,2, +func_174907_n,getBeamSegments,0, +func_174908_m,updateBeacon,2, +func_174910_a,setNeighbor,2, +func_174911_a,getAdjacentChest,2, +func_174912_b,isChestAt,2, +func_174914_o,mayTransfer,2, +func_174915_a,pullItemFromSlot,2, +func_174916_c,insertStack,2, +func_174917_b,isInventoryEmpty,2, +func_174918_a,putStackInInventoryAllSlots,2, +func_174919_a,isInventoryFull,2, +func_174920_a,canInsertItemInSlot,2, +func_174921_b,canExtractItemFromSlot,2, +func_174922_i,getWidth,2, +func_174923_h,getHeight,2, +func_174925_a,clearMatchingItems,2, +func_174926_d,getOffsetZ,0, +func_174927_b,getPistonState,2, +func_174928_c,getOffsetY,0, +func_174929_b,getOffsetX,0, +func_174930_e,getFacing,2, +func_174935_a,restoreLastBlurMipmap,0, +func_174936_b,setBlurMipmap,0, +func_174937_a,setBlurMipmapDirect,0, +func_174942_a,registerSprite,0, +func_174943_a,loadSprites,0, +func_174944_f,getMissingSprite,0, +func_174951_a,getMissingModel,0, +func_174952_b,getTextureMap,0, +func_174953_a,getModel,0, +func_174954_c,getBlockModelShapes,0, +func_174959_b,notifyLightSet,2, +func_174962_a,getViewVector,0, +func_174963_q,generateStars,0, +func_174964_o,generateSky2,0, +func_174965_a,cleanupDamagedBlocks,0, +func_174966_b,makeEntityOutlineShader,0, +func_174967_a,updateChunks,0, +func_174968_a,renderSky,0, +func_174969_t,postRenderDamagedBlocks,0, +func_174970_a,setupTerrain,0, +func_174971_n,updateDestroyBlockIcons,0, +func_174972_a,spawnParticle,0, +func_174974_b,spawnParticle0,0, +func_174975_c,renderEntityOutlineFramebuffer,0, +func_174976_a,renderSky,0, +func_174977_a,renderBlockLayer,0, +func_174978_c,getVisibleFacings,0, +func_174979_m,setDisplayListEntitiesDirty,0, +func_174980_p,generateSky,0, +func_174981_a,drawBlockDamageTexture,0, +func_174982_a,renderBlockLayer,0, +func_174984_a,fixTerrainFrustum,0, +func_174985_d,isRenderEntityOutlines,0, +func_174986_e,stopChunkUpdates,0, +func_175016_a,renderBlockBrightness,0, +func_175018_a,renderBlock,0, +func_175019_b,getBlockModelRenderer,0, +func_175020_a,renderBlockDamage,0, +func_175023_a,getBlockModelShapes,0, +func_175029_a,registerBlock,0, +func_175030_a,renderItemOverlays,0, +func_175031_a,registerBlock,0, +func_175037_a,getItemModelMesher,0, +func_175038_a,putQuadNormal,0, +func_175041_b,registerItems,0, +func_175042_a,renderItemIntoGUI,0, +func_175047_a,registerItem,0, +func_175048_a,registerItem,0, +func_175050_a,shouldRenderItemIn3D,0, +func_175063_a,drawStringWithShadow,0, +func_175064_b,getColorCode,0, +func_175065_a,drawString,0, +func_175066_a,loadEntityShader,0, +func_175068_a,renderWorldPass,0, +func_175069_a,loadShader,0, +func_175070_n,isDrawBlockOutline,0, +func_175071_c,switchUseShader,0, +func_175072_h,disableLightmap,0, +func_175085_a,getSoundMap,0, +func_175086_a,handleResourcePackStatus,2, +func_175087_a,handleAnimation,2, +func_175088_a,handleSpectate,2, +func_175089_a,setPlayerLocation,2, +func_175093_a,handleWorldBorder,2, +func_175094_a,handleCamera,2, +func_175095_a,handleResourcePack,2, +func_175096_a,handlePlayerListHeaderFooter,2, +func_175098_a,handleCombatEvent,2, +func_175099_a,handleTitle,2, +func_175101_a,handleServerDifficulty,2, +func_175102_a,getPlayerInfo,0, +func_175104_a,getPlayerInfo,0, +func_175105_e,getGameProfile,0, +func_175106_d,getPlayerInfoMap,0, +func_175108_a,triggerNote,2, +func_175109_g,initializeBannerData,0, +func_175110_d,getColorList,0, +func_175112_a,setItemValues,2, +func_175113_c,getPatterns,2, +func_175114_c,getPatternList,0, +func_175116_e,getPatternResourceLocation,0, +func_175117_e,removeBannerData,2, +func_175124_c,getCommandResultStats,2, +func_175131_l,getBlock,2, +func_175133_bi,resetPotionEffectMetadata,2, +func_175134_bD,getJumpUpwardsMotion,2, +func_175135_B,updatePotionMetadata,2, +func_175136_bO,markPotionsDirty,2, +func_175138_ci,getXPSeed,2, +func_175139_a,setRenderOffsetForSleep,2, +func_175140_cp,hasReducedDebug,0, +func_175141_a,openEditSign,2, +func_175142_cm,isAllowEdit,2, +func_175143_p,isInBed,2, +func_175144_cb,isUser,2, +func_175145_a,takeStat,2, +func_175146_a,canOpen,2, +func_175147_b,getOfflineUUID,2, +func_175148_a,isWearing,0, +func_175149_v,isSpectator,2, +func_175150_k,setReducedDebug,0, +func_175151_a,canPlayerEdit,2, +func_175154_l,getSkinType,0, +func_175155_b,getPlayerInfo,0, +func_175156_o,getFovModifier,0, +func_175158_f,setServerBrand,0, +func_175159_q,closeScreenAndDropStack,0, +func_175160_A,isCurrentViewEntity,0, +func_175161_p,onUpdateWalkingPlayer,0, +func_175162_d,isOpenBlockSpace,0, +func_175163_u,sendHorseInventory,0, +func_175173_a,sendAllWindowProperties,2, +func_175174_a,drawTexturedModalRect,0, +func_175175_a,drawTexturedModalRect,0, +func_175176_b,renderExpBar,0, +func_175177_a,setDefaultTitlesTimes,0, +func_175178_a,displayTitle,0, +func_175179_f,getFontRenderer,0, +func_175180_a,renderGameOverlay,0, +func_175181_h,getTabList,0, +func_175185_b,renderDemo,0, +func_175186_a,renderHorseJumpBar,0, +func_175187_g,getSpectatorGui,0, +func_175188_a,setOverlayMessage,0, +func_175202_a,addLine,0, +func_175203_a,setCentered,0, +func_175205_a,setValidator,0, +func_175206_d,getId,0, +func_175207_a,setGuiResponder,0, +func_175211_a,setWidth,0, +func_175212_b,setValue,0, +func_175213_c,buildDisplayString,0, +func_175217_d,getSliderPosition,0, +func_175218_a,setSliderValue,0, +func_175219_a,setSliderPosition,0, +func_175220_c,getSliderValue,0, +func_175221_e,getDisplayString,0, +func_175229_b,setLocked,0, +func_175230_c,isLocked,0, +func_175232_g,getHeight,0, +func_175237_a,renderDebugInfo,0, +func_175238_c,getDebugInfoRight,0, +func_175239_b,renderDebugInfoRight,0, +func_175240_a,bytesToMb,0, +func_175243_a,getPlayerName,0, +func_175244_b,setHeader,0, +func_175245_a,drawPing,0, +func_175246_a,updatePlayerList,0, +func_175247_a,drawScoreboardValues,0, +func_175248_a,setFooter,0, +func_175249_a,renderPlayerlist,0, +func_175257_a,onSpectatorMenuClosed,0, +func_175258_a,renderPage,0, +func_175259_b,onMouseScroll,0, +func_175260_a,onHotbarSelected,0, +func_175261_b,onMiddleClick,0, +func_175262_a,isMenuActive,0, +func_175263_a,renderSelectedItem,0, +func_175264_a,renderTooltip,0, +func_175265_c,getHotbarAlpha,0, +func_175266_a,renderSlot,0, +func_175272_a,handleComponentHover,0, +func_175273_b,onResize,0, +func_175274_a,setText,0, +func_175275_f,sendChatMessage,0, +func_175276_a,handleComponentClick,0, +func_175277_d,isKeyComboCtrlX,0, +func_175278_g,isKeyComboCtrlA,0, +func_175279_e,isKeyComboCtrlV,0, +func_175280_f,isKeyComboCtrlC,0, +func_175281_b,sendChatMessage,0, +func_175282_a,openWebLink,0, +func_175283_s,isAltKeyDown,0, +func_175288_g,markChanged,0, +func_175299_g,canSelectCurWorldType,0, +func_175304_a,updateButtonValidity,0, +func_175305_g,hasValidSelection,0, +func_175318_a,getText,0, +func_175319_a,setEntryValue,0, +func_175320_a,setEntryValue,0, +func_175321_a,setEntryValue,0, +func_175322_b,enterConfirmation,0, +func_175323_a,saveValues,0, +func_175324_a,loadValues,0, +func_175325_f,createPagedList,0, +func_175326_g,restoreDefaults,0, +func_175327_a,modifyFocusValue,0, +func_175328_i,updatePageControls,0, +func_175329_a,setConfirmationControls,0, +func_175330_b,getFormattedValue,0, +func_175331_h,exitConfirmation,0, +func_175354_a,registerPreset,0, +func_175355_a,getDifficultyText,0, +func_175358_a,getMessage,0, +func_175378_g,updateActivePotionEffects,0, +func_175381_h,getCookProgressScaled,0, +func_175382_i,getBurnLeftScaled,0, +func_175385_b,getClickedComponentAt,0, +func_175388_a,updateCmdOutput,0, +func_175391_a,moveServerUp,0, +func_175392_a,canMoveUp,0, +func_175393_b,moveServerDown,0, +func_175394_b,canMoveDown,0, +func_175396_E,getTabListDisplayName,2, +func_175397_a,loadResourcePack,2, +func_175398_C,getSpectatingEntity,2, +func_175399_e,setSpectatingEntity,2, +func_175400_cq,canPlayersAttack,2, +func_175402_q,getShowArms,2, +func_175403_w,getLeftLegRotation,0, +func_175404_u,getLeftArmRotation,0, +func_175405_c,setLeftArmRotation,2, +func_175406_a,damageArmorStand,2, +func_175407_x,getRightLegRotation,0, +func_175408_t,getBodyRotation,2, +func_175409_C,dropContents,2, +func_175410_n,isSmall,2, +func_175411_v,getRightArmRotation,0, +func_175412_z,playParticles,2, +func_175413_k,setShowArms,2, +func_175414_r,hasNoBasePlate,2, +func_175415_a,setHeadRotation,2, +func_175416_h,writePoseToNBT,2, +func_175417_e,setLeftLegRotation,2, +func_175418_s,getHeadRotation,2, +func_175419_y,readPoseFromNBT,2, +func_175420_a,setSmall,2, +func_175421_A,dropBlock,2, +func_175424_b,setBodyRotation,2, +func_175426_l,setNoBasePlate,2, +func_175427_f,setRightLegRotation,2, +func_175428_d,setRightArmRotation,2, +func_175445_a,updateEquipmentIfNeeded,2, +func_175446_cd,isAIDisabled,2, +func_175447_b,createNavigator,2, +func_175448_a,canEquipItem,2, +func_175449_a,setHomePosAndDistance,2, +func_175451_e,dealDamage,2, +func_175453_cd,getFireballStrength,2, +func_175454_a,setAttacking,2, +func_175456_n,applyEntityAI,2, +func_175457_ck,isAngry,2, +func_175463_b,setTargetedEntity,2, +func_175464_ck,getAttackDuration,2, +func_175466_co,getTargetedEntity,2, +func_175469_o,getSpikesAnimation,0, +func_175471_a,getTailAnimation,0, +func_175472_n,isMoving,2, +func_175474_cn,hasTargetedEntity,2, +func_175476_l,setMoving,2, +func_175477_p,getAttackAnimationScale,2, +func_175489_ck,getHeldBlockState,2, +func_175490_a,setHeldBlockState,2, +func_175493_co,incrementDroppedSkulls,2, +func_175495_n,isSpawnedByPlayer,2, +func_175496_a,setSpawnedByPlayer,2, +func_175500_n,onGrowingAdult,2, +func_175501_a,ageUp,2, +func_175505_a,consumeItemFromStack,2, +func_175509_cj,getFleeceColor,2, +func_175510_a,getRandomSheepColor,2, +func_175511_a,getDyeColorMixFromParents,2, +func_175512_b,setFleeceColor,2, +func_175513_a,getDyeRgb,0, +func_175515_b,setMovementSpeed,2, +func_175517_cu,checkLandingDelay,2, +func_175518_cr,enableJumpControl,2, +func_175520_cs,disableJumpControl,2, +func_175521_o,getJumpCompletion,0, +func_175525_a,isRabbitBreedingItem,2, +func_175528_cn,createEatingParticles,2, +func_175529_r,setRabbitType,2, +func_175530_ct,updateMoveTypeDuration,2, +func_175531_cl,getRabbitType,2, +func_175533_a,calculateRotationYaw,2, +func_175534_cv,isCarrotEaten,2, +func_175544_ck,setupTamedAI,2, +func_175546_cu,getCollarColor,2, +func_175547_a,setCollarColor,2, +func_175549_o,setIsWillingToMate,2, +func_175550_n,getIsWillingToMate,2, +func_175551_co,getVillagerInventory,2, +func_175552_ct,setAdditionalAItasks,2, +func_175553_cp,hasEnoughFoodToBreed,2, +func_175554_cu,populateBuyingList,2, +func_175555_cq,canAbondonItems,2, +func_175556_cs,isFarmItemInInventory,2, +func_175557_cr,wantsMoreFood,2, +func_175558_a,canVillagerPickupItem,2, +func_175559_s,hasEnoughItems,2, +func_175567_n,hasMovementVector,2, +func_175568_b,setMovementVector,2, +func_175569_a,isDateAroundHalloween,2, +func_175571_m,shouldTrackOutput,2, +func_175572_n,getCommandResultStats,2, +func_175573_a,setTrackOutput,2, +func_175574_a,tryOpenEditCommandBlock,2, +func_175576_a,getEntityFromUuid,2, +func_175577_aI,getNetworkCompressionThreshold,2, +func_175578_N,isAnvilFileSet,2, +func_175579_a,isBlockProtected,2, +func_175580_aG,getMaxWorldSize,2, +func_175581_ab,getResourcePackHash,2, +func_175582_h,createCommandManager,2, +func_175583_aK,getServerThread,1, +func_175584_a,setResourcePackFromWorld,2, +func_175586_a,callFromMainThread,2, +func_175587_aJ,getCurrentTime,1, +func_175593_aQ,getMaxTickTime,1, +func_175594_ao,setWindowIcon,0, +func_175597_ag,getItemRenderer,0, +func_175598_ae,getRenderManager,0, +func_175599_af,getRenderItem,0, +func_175600_c,getVersion,0, +func_175601_h,updateDisplay,0, +func_175602_ab,getBlockRendererDispatcher,0, +func_175603_A,scheduleResourcesRefresh,0, +func_175604_i,checkWindowResize,0, +func_175605_an,setInitialDisplayMode,0, +func_175606_aa,getRenderViewEntity,0, +func_175607_a,setRenderViewEntity,0, +func_175608_ak,registerMetadataSerializers,0, +func_175609_am,createDisplay,0, +func_175610_ah,getDebugFPS,0, +func_175623_d,isAirBlock,2, +func_175624_G,getWorldType,2, +func_175625_s,getTileEntity,2, +func_175626_b,getCombinedLight,0, +func_175627_a,getStrongPower,2, +func_175628_b,getLightFor,0, +func_175629_a,getLightForExt,0, +func_175636_b,isAnyPlayerWithinRangeAt,2, +func_175638_a,getRawLight,2, +func_175639_b,isAreaLoaded,2, +func_175640_z,isBlockPowered,2, +func_175641_c,addBlockEvent,2, +func_175642_b,getLightFor,2, +func_175643_b,init,2, +func_175644_a,getEntities,2, +func_175645_m,getHeight,2, +func_175646_b,markChunkDirty,2, +func_175647_a,getEntitiesWithinAABB,2, +func_175648_a,isAreaLoaded,2, +func_175649_E,getDifficultyForLocation,2, +func_175650_b,loadEntities,2, +func_175651_c,getRedstonePower,2, +func_175652_B,setSpawnPoint,2, +func_175653_a,setLightFor,2, +func_175654_a,updateBlockTick,2, +func_175655_b,destroyBlock,2, +func_175656_a,setBlockState,2, +func_175657_ab,getSkylightSubtracted,2, +func_175658_ac,getLastLightningBolt,0, +func_175659_aa,getDifficulty,2, +func_175660_a,isBlockModifiable,2, +func_175661_b,getPlayers,2, +func_175662_w,canBlockFreezeNoWater,2, +func_175663_a,isAreaLoaded,2, +func_175664_x,checkLight,2, +func_175665_u,isBlockFullCube,2, +func_175666_e,updateComparatorOutputLevel,2, +func_175667_e,isBlockLoaded,2, +func_175668_a,isBlockLoaded,2, +func_175669_a,playBroadcastSound,2, +func_175670_e,canBlockFreeze,2, +func_175671_l,getLightFromNeighbors,2, +func_175672_r,getTopSolidOrLiquidBlock,2, +func_175674_a,getEntitiesInAABBexcluding,2, +func_175675_v,canBlockFreezeWater,2, +func_175676_y,getStrongPower,2, +func_175677_d,isBlockNormalCube,2, +func_175678_i,canSeeSky,2, +func_175679_n,notifyLightSet,2, +func_175680_a,isChunkLoaded,2, +func_175681_c,unloadEntities,2, +func_175682_a,spawnParticle,0, +func_175684_a,scheduleUpdate,2, +func_175685_c,notifyNeighborsOfStateChange,2, +func_175687_A,getRedstonePowerFromNeighbors,2, +func_175688_a,spawnParticle,2, +func_175690_a,setTileEntity,2, +func_175691_a,isBlockTickPending,2, +func_175692_b,setSkylightSubtracted,2, +func_175693_T,getMapStorage,2, +func_175694_M,getSpawnPoint,2, +func_175695_a,notifyNeighborsOfStateExcept,2, +func_175696_F,isWater,2, +func_175697_a,isAreaLoaded,2, +func_175698_g,setBlockToAir,2, +func_175699_k,getLight,2, +func_175700_a,addTileEntity,2, +func_175701_a,isValid,2, +func_175702_c,setLastLightningBolt,2, +func_175704_b,markBlockRangeForRenderUpdate,2, +func_175705_a,getLightFromNeighborsFor,0, +func_175706_a,isAreaLoaded,2, +func_175707_a,isAreaLoaded,2, +func_175708_f,canSnowAt,2, +func_175709_b,isSidePowered,2, +func_175710_j,canBlockSeeSky,2, +func_175711_a,isAreaLoaded,2, +func_175712_a,getPendingBlockUpdates,2, +func_175713_t,removeTileEntity,2, +func_175714_ae,getVillageCollection,2, +func_175715_c,sendBlockBreakProgress,2, +func_175718_b,playEvent,2, +func_175719_a,extinguishFire,2, +func_175720_a,spawnParticle,2, +func_175721_c,getLight,2, +func_175722_b,notifyNeighborsRespectDebug,2, +func_175723_af,getWorldBorder,2, +func_175724_o,getLightBrightness,2, +func_175725_q,getPrecipitationHeight,2, +func_175726_f,getChunk,2, +func_175727_C,isRainingAt,2, +func_175732_a,canCreatureTypeSpawnHere,2, +func_175733_a,getEntityFromUuid,2, +func_175734_a,getSpawnListEntryForTypeAt,2, +func_175735_ai,canSpawnAnimals,2, +func_175736_a,adjustPosToNearbyEntity,2, +func_175737_aj,setDebugWorldSettings,2, +func_175738_ah,canSpawnNPCs,2, +func_175739_a,spawnParticle,2, +func_175744_a,fromColorIndex,2, +func_175745_c,lowercaseAlpha,2, +func_175746_b,getColorIndex,2, +func_175750_a,addBlockInfo,2, +func_175755_a,parseInt,2, +func_175756_a,parseDouble,2, +func_175757_a,parseBlockPos,2, +func_175760_a,parseLong,2, +func_175761_b,parseDouble,2, +func_175762_a,getListOfStringsMatchingLastWord,2, +func_175764_a,parseInt,2, +func_175765_c,parseDouble,2, +func_175766_b,parseLong,2, +func_175767_a,parseCoordinate,2, +func_175769_b,parseDouble,2, +func_175770_a,parseCoordinate,2, +func_175771_a,getTabCompletionCoordinate,2, +func_175783_e,getSlotForShortcut,2, +func_175786_a,tryExecute,2, +func_175787_b,notifyPostProcessAt,2, +func_175788_a,isValidForPostProcess,2, +func_175789_b,create,2, +func_175793_a,canReplaceBlock,2, +func_175794_a,generateStructure,2, +func_175795_b,isInsideStructure,2, +func_175796_a,isPositionInStructure,2, +func_175797_c,getStructureAt,2, +func_175798_a,isSwampHut,2, +func_175799_b,getMonsters,2, +func_175804_a,fillWithBlocks,2, +func_175807_a,getBlockStateFromPos,2, +func_175808_b,replaceAirAndLiquidDownwards,2, +func_175809_a,randomlyPlaceBlock,2, +func_175811_a,setBlockState,2, +func_175812_a,findStairs,2, +func_175813_a,findCrossing,2, +func_175814_a,findCorridorSize,2, +func_175817_a,spawnElder,2, +func_175818_a,doesChunkIntersect,2, +func_175819_a,generateBoxOnFillOnly,2, +func_175820_a,getRoomIndex,2, +func_175821_a,generateDefaultFloor,2, +func_175835_e,generateLowerWall,2, +func_175836_a,generateRoomGraph,2, +func_175837_c,generateEntranceWall,2, +func_175838_g,generateUpperWall,2, +func_175839_b,generateEntranceArchs,2, +func_175840_a,generateWing,2, +func_175841_d,generateRoofPiece,2, +func_175842_f,generateMiddleWall,2, +func_175847_a,getBiomeSpecificBlockState,2, +func_175848_a,findPieceBox,2, +func_175849_a,createPiece,2, +func_175850_a,createPiece,2, +func_175851_a,createPiece,2, +func_175852_a,createPiece,2, +func_175853_a,createPiece,2, +func_175854_a,createPiece,2, +func_175855_a,createPiece,2, +func_175856_a,findPieceBox,2, +func_175857_a,createPiece,2, +func_175858_a,createPiece,2, +func_175859_a,createPiece,2, +func_175860_a,createPiece,2, +func_175861_a,createPiece,2, +func_175862_a,createPiece,2, +func_175863_a,createPiece,2, +func_175864_a,createPiece,2, +func_175865_a,createPiece,2, +func_175866_a,createPiece,2, +func_175867_a,createPiece,2, +func_175868_a,createPiece,2, +func_175869_a,findPieceBox,2, +func_175870_a,generateAndAddPiece,2, +func_175871_a,generatePiece,2, +func_175872_a,createPiece,2, +func_175873_a,createPiece,2, +func_175874_a,createPiece,2, +func_175875_a,createPiece,2, +func_175876_a,createPiece,2, +func_175877_a,createPiece,2, +func_175878_a,createPiece,2, +func_175879_a,createPiece,2, +func_175880_a,createPiece,2, +func_175881_a,createPiece,2, +func_175882_a,createPiece,2, +func_175883_a,createPiece,2, +func_175884_a,createPiece,2, +func_175885_a,createPiece,2, +func_175887_b,findAndCreateBridgePieceFactory,2, +func_175896_b,getLength,2, +func_175897_a,getComponentToAddBoundingBox,2, +func_175898_b,isVecInside,2, +func_175899_a,createProper,2, +func_175900_c,getLayerMaterial,2, +func_175903_a,setBlockAndNotifyAdequately,2, +func_175904_e,setDecorationDefaults,2, +func_175914_a,setGeneratedBlock,2, +func_175921_a,setDirtAt,2, +func_175924_b,placeLeafAt,2, +func_175925_a,growLeavesLayerStrict,2, +func_175926_c,isSpaceAt,2, +func_175927_a,ensureDirtsUnderneath,2, +func_175928_b,growLeavesLayer,2, +func_175929_a,ensureGrowable,2, +func_175930_c,createCrown,2, +func_175933_b,placePodzolCircle,2, +func_175934_c,placePodzolAt,2, +func_175935_b,getGreatestDistance,2, +func_175936_a,checkBlockLine,2, +func_175937_a,limb,2, +func_175938_b,getLogAxis,2, +func_175939_d,generateLeafNodeBases,2, +func_175940_a,generateLeafNode,2, +func_175941_b,generateLeaves,2, +func_175942_c,generateTrunk,2, +func_175953_c,generateAndAddPiece,2, +func_175954_a,findAndCreatePieceFactory,2, +func_175955_b,generatePieceFromSmallDoor,2, +func_175957_a,setConnection,2, +func_175958_a,updateOpenings,2, +func_175959_a,findSource,2, +func_175960_c,countOpenings,2, +func_175961_b,isSpecial,2, +func_175968_a,create,2, +func_175969_a,fits,2, +func_175970_a,registerOceanMonumentPieces,2, +func_176052_a,getMapPacket,2, +func_176053_a,updateMapData,2, +func_176054_a,calculateMapCenter,2, +func_176055_c,checkDoorExistence,2, +func_176056_a,getNearestVillage,2, +func_176057_e,positionInList,2, +func_176058_f,isWoodDoor,2, +func_176059_d,addToNewDoorsList,2, +func_176060_a,addToVillagerPositionList,2, +func_176061_a,countBlocksCanSeeSky,2, +func_176062_a,fileNameForProvider,2, +func_176065_a,findAndCreateComponentFactory,2, +func_176066_d,generateAndAddComponent,2, +func_176067_c,generateComponent,2, +func_176069_e,generateAndAddRoadPiece,2, +func_176071_a,glBufferData,0, +func_176072_g,glBindBuffer,0, +func_176073_e,glGenBuffers,0, +func_176074_g,glDeleteBuffers,0, +func_176075_f,useVbo,0, +func_176101_a,getPacket,2, +func_176102_a,update,2, +func_176110_a,getImage,2, +func_176111_d,getRotation,2, +func_176112_b,getX,2, +func_176113_c,getY,2, +func_176118_b,setBorderLerpTarget,2, +func_176119_g,setHardcore,2, +func_176120_C,getBorderCenterX,2, +func_176121_c,setAllowCommands,2, +func_176122_j,setBorderWarningDistance,2, +func_176123_z,isDifficultyLocked,2, +func_176124_d,getBorderCenterX,2, +func_176125_f,setBorderDamagePerBlock,2, +func_176126_D,getBorderCenterZ,2, +func_176127_a,populateFromWorldSettings,2, +func_176128_f,setMapFeaturesEnabled,2, +func_176129_e,setBorderSafeZone,2, +func_176130_y,getDifficulty,2, +func_176131_J,getBorderWarningDistance,2, +func_176132_G,getBorderLerpTarget,2, +func_176133_A,getCleanWeatherTime,2, +func_176134_F,getBorderLerpTime,2, +func_176135_e,setBorderLerpTime,2, +func_176136_k,setBorderWarningTime,2, +func_176137_E,getBorderSize,2, +func_176138_H,getBorderSafeZone,2, +func_176139_K,getBorderWarningTime,2, +func_176140_I,getBorderDamagePerBlock,2, +func_176141_c,getBorderCenterZ,2, +func_176142_i,setCleanWeatherTime,2, +func_176143_a,setSpawn,2, +func_176144_a,setDifficulty,2, +func_176145_a,setBorderSize,2, +func_176159_a,openPoint,2, +func_176163_a,postProcess,2, +func_176194_O,getBlockState,2, +func_176195_g,getBlockHardness,2, +func_176196_c,canPlaceBlockAt,2, +func_176197_a,modifyAcceleration,2, +func_176198_a,canPlaceBlockOnSide,2, +func_176199_a,onEntityWalk,2, +func_176200_f,isReplaceable,2, +func_176201_c,getMetaFromState,2, +func_176203_a,getStateFromMeta,2, +func_176205_b,isPassable,2, +func_176206_d,onPlayerDestroy,2, +func_176208_a,onBlockHarvested,2, +func_176209_a,canCollideCheck,2, +func_176210_f,getStateId,2, +func_176211_b,getStrongPower,2, +func_176212_b,causesDownwardCurrent,2, +func_176213_c,onBlockAdded,2, +func_176214_u,causesSuffocation,2, +func_176215_a,registerBlock,2, +func_176216_a,onLanded,2, +func_176218_Q,getOffsetType,2, +func_176219_a,registerBlock,2, +func_176220_d,getStateById,2, +func_176221_a,getActualState,2, +func_176223_P,getDefaultState,2, +func_176224_k,fillWithRain,2, +func_176225_a,shouldSideBeRendered,0, +func_176226_b,dropBlockAsItem,2, +func_176232_d,getSaplingDropChance,2, +func_176233_b,getWoodType,2, +func_176234_a,dropApple,2, +func_176235_d,destroy,2, +func_176253_e,canConnectTo,2, +func_176260_a,calculateState,2, +func_176261_e,checkForDrop,2, +func_176262_b,notifyNeighbors,2, +func_176267_a,getPropertyFor,2, +func_176268_d,getNumGrownFaces,2, +func_176269_e,recheckGrownSides,2, +func_176281_b,getFacing,2, +func_176282_a,getMetaForFacing,2, +func_176286_e,notifyHook,2, +func_176287_c,isConnectedTo,2, +func_176288_d,updateState,2, +func_176311_e,tryAbsorb,2, +func_176312_d,absorb,2, +func_176314_e,checkAndDropBlock,2, +func_176316_e,checkForMove,2, +func_176317_b,getFacing,2, +func_176318_b,shouldBeExtended,2, +func_176319_a,doMove,2, +func_176322_b,getFacing,2, +func_176328_e,checkForDrop,2, +func_176329_d,canBlockStay,2, +func_176337_b,colorMultiplier,0, +func_176338_e,updateSurroundingRedstone,2, +func_176339_d,isPowerSourceAt,2, +func_176340_e,canConnectUpwardsTo,2, +func_176341_c,getAttachPosition,2, +func_176342_a,getMaxCurrentStrength,2, +func_176343_a,canConnectTo,2, +func_176344_d,notifyWireNeighborsOfStateChange,2, +func_176345_a,calculateCurrentChanges,2, +func_176346_d,canConnectUpwardsTo,2, +func_176352_d,activate,2, +func_176353_e,checkForDrop,2, +func_176354_d,canBlockStay,2, +func_176361_a,getFlowingBlock,2, +func_176363_b,getStaticBlock,2, +func_176364_g,shouldRenderSides,0, +func_176365_e,checkForMixing,2, +func_176368_m,getCanBlockBurn,2, +func_176369_e,isSurroundingBlockFlammable,2, +func_176370_f,updateLiquid,2, +func_176371_a,checkAdjacentBlock,2, +func_176372_g,isBlocked,2, +func_176373_h,canFlowInto,2, +func_176374_a,getSlopeDistance,2, +func_176375_a,tryFlowInto,2, +func_176376_e,getPossibleFlowDirections,2, +func_176377_d,canContainSilverfish,2, +func_176388_T,getGolemPattern,2, +func_176389_S,getGolemBasePattern,2, +func_176390_d,canDispenserPlace,2, +func_176391_l,getSnowmanPattern,2, +func_176392_j,getSnowmanBasePattern,2, +func_176397_f,calculateInputStrength,2, +func_176398_g,updateState,2, +func_176399_m,getTickDelay,2, +func_176400_h,notifyNeighbors,2, +func_176401_c,getPowerOnSide,2, +func_176402_i,isFacingTowardsRepeater,2, +func_176403_d,getDelay,2, +func_176404_e,shouldBePowered,2, +func_176405_b,isLocked,2, +func_176406_l,isPowered,2, +func_176407_c,getPowerOnSides,2, +func_176408_a,getActiveSignal,2, +func_176409_d,canBlockStay,2, +func_176414_j,getWitherBasePattern,2, +func_176415_b,canDispenserPlace,2, +func_176416_l,getWitherPattern,2, +func_176427_e,updateState,2, +func_176428_b,getFacing,2, +func_176431_a,insertRecord,2, +func_176438_e,setDefaultDirection,2, +func_176439_d,dispense,2, +func_176442_d,getTileEntity,2, +func_176445_e,setDefaultFacing,2, +func_176446_a,setState,2, +func_176450_d,updateColorAsync,2, +func_176453_o,isOcelotSittingOnChest,2, +func_176454_e,isDoubleChest,2, +func_176455_e,checkForSurroundingChests,2, +func_176456_n,isBelowSolidBlock,2, +func_176457_m,isBlocked,2, +func_176458_f,correctFacing,2, +func_176460_j,calculateOutput,2, +func_176461_a,findItemFrame,2, +func_176462_k,onStateChange,2, +func_176468_a,getSafeExitLocation,2, +func_176469_d,hasRoomForPlayer,2, +func_176470_e,getPlayerInBed,2, +func_176473_a,canGrow,2, +func_176474_b,grow,2, +func_176475_e,checkAndDropBlock,2, +func_176476_e,generateTree,2, +func_176477_a,isTypeAt,2, +func_176478_d,grow,2, +func_176481_j,getSeedItem,2, +func_176482_g,growStem,2, +func_176485_d,generateBigMushroom,2, +func_176487_g,grow,2, +func_176489_b,onHarvest,2, +func_176491_a,placeAt,2, +func_176494_l,getTypeProperty,2, +func_176495_j,getBlockType,2, +func_176499_e,canBlockStay,2, +func_176500_f,dropBlock,2, +func_176502_a_,onEndFalling,2, +func_176503_e,checkFallable,2, +func_176509_j,getItem,2, +func_176510_b,removeHalfBit,2, +func_176511_f,getFacing,2, +func_176512_a,toggleDoor,2, +func_176514_f,isOpen,2, +func_176515_e,combineMetadata,2, +func_176516_g,isOpen,2, +func_176517_h,getFacing,2, +func_176518_i,isTop,2, +func_176524_e,canConnectTo,2, +func_176529_d,hasCrops,2, +func_176530_e,hasWater,2, +func_176532_c,getFlammability,2, +func_176533_e,canNeighborCatchFire,2, +func_176534_d,getEncouragement,2, +func_176535_e,canCatchFire,2, +func_176536_a,catchOnFire,2, +func_176537_d,canDie,2, +func_176538_m,getNeighborEncouragement,2, +func_176548_d,trySpawnPortal,2, +func_176549_a,getMetaForAxis,2, +func_176551_l,getVariantProperty,2, +func_176552_j,isDouble,2, +func_176560_l,getShapeProperty,2, +func_176562_d,isRailBlock,2, +func_176563_d,isRailBlock,2, +func_176564_a,updateDir,2, +func_176566_a,findPoweredRailSignal,2, +func_176567_a,isSameRailWithPower,2, +func_176570_e,updatePoweredState,2, +func_176571_a,findMinecarts,2, +func_176572_a,getDectectionBox,2, +func_176575_a,setRedstoneStrength,2, +func_176576_e,getRedstoneStrength,2, +func_176577_m,canBePlacedOn,2, +func_176578_d,updateNeighbors,2, +func_176582_b,notifyNeighbors,2, +func_176583_e,checkForDrop,2, +func_176586_d,canBlockStay,2, +func_176588_d,canBlockStay,2, +func_176590_a,setWaterLevel,2, +func_176592_e,onNeighborChangeInternal,2, +func_176593_f,checkForDrop,2, +func_176594_d,canPlaceOn,2, +func_176595_b,canPlaceAt,2, +func_176597_g,shouldBeOff,2, +func_176598_a,isBurnedOut,2, +func_176604_a,makeAtlasSprite,0, +func_176610_l,getName,2, +func_176612_a,getMetadata,2, +func_176613_a,byMetadata,2, +func_176614_c,getTranslationKey,2, +func_176624_a,getMetadata,2, +func_176625_a,byMetadata,2, +func_176627_c,getTranslationKey,2, +func_176642_a,getMetadata,2, +func_176643_a,byMetadata,2, +func_176644_c,getTranslationKey,2, +func_176657_a,getMetadata,2, +func_176659_c,getTranslationKey,2, +func_176660_a,byMetadata,2, +func_176673_a,byMetadata,2, +func_176675_a,getMetadata,2, +func_176676_c,getTranslationKey,2, +func_176685_d,getTranslationKey,2, +func_176686_a,byMetadata,2, +func_176687_c,getMapColor,2, +func_176688_a,getMetadata,2, +func_176716_d,getPlane,2, +func_176717_a,byName,0, +func_176719_a,getName2,2, +func_176720_b,isVertical,2, +func_176722_c,isHorizontal,2, +func_176730_m,getDirectionVec,0, +func_176731_b,byHorizontalIndex,2, +func_176732_a,rotateAround,0, +func_176733_a,fromAngle,2, +func_176734_d,getOpposite,2, +func_176735_f,rotateYCCW,2, +func_176736_b,getHorizontalIndex,2, +func_176737_a,getFacingFromVector,0, +func_176738_p,rotateZ,0, +func_176739_a,byName,0, +func_176740_k,getAxis,2, +func_176741_a,random,2, +func_176742_j,getName2,2, +func_176743_c,getAxisDirection,2, +func_176744_n,rotateX,0, +func_176745_a,getIndex,2, +func_176746_e,rotateY,2, +func_176762_d,getTranslationKey,2, +func_176764_b,byMetadata,2, +func_176765_a,getMetadata,2, +func_176766_a,byDyeDamage,2, +func_176767_b,getDyeDamage,2, +func_176794_a,byMetadata,2, +func_176796_a,getMetadata,2, +func_176807_a,getMetadata,2, +func_176809_c,getTranslationKey,2, +func_176810_a,byMetadata,2, +func_176825_a,byMetadata,2, +func_176827_a,getMetadata,2, +func_176828_c,getTranslationKey,2, +func_176837_a,byMetadata,2, +func_176839_a,getMetadata,2, +func_176840_c,getTranslationKey,2, +func_176852_c,getFacing,2, +func_176853_a,byMetadata,2, +func_176855_a,getMetadata,2, +func_176856_a,forFacings,2, +func_176870_a,fromFacingAxis,2, +func_176878_a,forModelBlock,2, +func_176879_a,byMetadata,2, +func_176881_a,getMetadata,2, +func_176882_c,getTranslationKey,2, +func_176883_d,getModelBlock,2, +func_176895_a,byMetadata,2, +func_176896_a,getMetadata,2, +func_176915_a,getMetadata,2, +func_176916_a,byMetadata,2, +func_176918_c,getTranslationKey,2, +func_176924_a,byMetadata,2, +func_176925_a,getMetadata,2, +func_176927_c,getTranslationKey,2, +func_176936_a,getMeta,2, +func_176938_a,byMetadata,2, +func_176939_c,getTranslationKey,2, +func_176963_d,getTranslationKey,2, +func_176964_a,getBlockType,2, +func_176966_a,getTypes,0, +func_176967_a,getType,2, +func_176968_b,getMeta,2, +func_177015_a,getMetadata,2, +func_177016_a,byMetadata,2, +func_177018_c,isAscending,2, +func_177044_a,getMeta,2, +func_177045_a,byMetadata,2, +func_177053_a,readBufferedImage,0, +func_177054_c,anaglyphColor,0, +func_177059_a,registerSprites,0, +func_177066_a,getFramebufferRaw,0, +func_177067_a,renderName,0, +func_177068_d,getRenderManager,0, +func_177070_b,canRenderName,0, +func_177071_a,shouldRender,0, +func_177077_a,transformModelCount,0, +func_177078_a,getModelCount,0, +func_177082_d,getStackToRender,0, +func_177087_b,getMainModel,0, +func_177088_c,setScoreTeamColor,0, +func_177090_c,setDoRenderBrightness,0, +func_177091_f,unsetBrightness,0, +func_177092_a,setBrightness,0, +func_177093_a,renderLayers,0, +func_177094_a,addLayer,0, +func_177105_a,setLightmap,0, +func_177110_a,getPosition,0, +func_177137_d,setModelVisibilities,0, +func_177138_b,renderRightArm,0, +func_177139_c,renderLeftArm,0, +func_177141_a,doRenderLayer,0, +func_177142_b,shouldCombineTextures,0, +func_177177_a,initArmor,0, +func_177178_a,getArmorResource,0, +func_177181_a,getArmorResource,0, +func_177194_a,setModelVisible,0, +func_177219_e,isInterpolate,0, +func_177221_b,getSpawnerPosition,2, +func_177222_d,getMobRotation,0, +func_177223_e,getPrevMobRotation,0, +func_177226_a,withProperty,2, +func_177227_a,getPropertyKeys,2, +func_177228_b,getProperties,2, +func_177229_b,getValue,2, +func_177230_c,getBlock,2, +func_177231_a,cycleProperty,2, +func_177232_a,cyclePropertyValue,2, +func_177235_a,buildPropertyValueTable,2, +func_177236_b,getPropertiesWithValue,2, +func_177240_d,getResourcePackName,0, +func_177241_a,getResourceLocation,0, +func_177245_a,getInputStream,0, +func_177250_b,addBranchingBlocks,2, +func_177251_a,addBlockLine,2, +func_177252_d,getBlocksToDestroy,2, +func_177253_a,canMove,2, +func_177254_c,getBlocksToMove,2, +func_177255_a,reorderListAtCollision,2, +func_177262_a,incrementHeight,2, +func_177263_b,getColors,2, +func_177264_c,getHeight,0, +func_177319_a,setServerResourcePack,0, +func_177332_b,getSkinType,0, +func_177333_c,isSlimSkin,0, +func_177334_a,getDefaultSkin,0, +func_177335_a,getDefaultSkinLegacy,0, +func_177338_f,getSize,0, +func_177339_a,clear,0, +func_177340_e,getColorOffset,0, +func_177341_i,hasPosition,0, +func_177342_c,getNormalOffset,0, +func_177343_g,getElements,0, +func_177344_b,getUvOffsetById,0, +func_177345_h,getElementCount,0, +func_177346_d,hasColor,0, +func_177347_a,hasUvOffset,0, +func_177348_c,getElement,0, +func_177350_b,hasNormal,0, +func_177358_a,drawArrays,0, +func_177359_a,bindBuffer,0, +func_177361_b,unbindBuffer,0, +func_177362_c,deleteGlBuffers,0, +func_177367_b,getType,0, +func_177368_f,getSize,0, +func_177369_e,getIndex,0, +func_177370_d,getElementCount,0, +func_177372_a,isFirstOrUV,0, +func_177374_g,isPositionElement,0, +func_177375_c,getUsage,0, +func_177384_a,getDisplayName,0, +func_177395_a,getSize,0, +func_177396_b,getDisplayName,0, +func_177397_c,getGlConstant,0, +func_177409_g,setHasEntities,2, +func_177410_o,isLoaded,2, +func_177411_a,getBiome,2, +func_177412_p,getWorld,2, +func_177413_a,getLightFor,2, +func_177414_a,getEntitiesWithinAABBForEntity,2, +func_177415_c,setInhabitedTime,2, +func_177416_w,getInhabitedTime,2, +func_177417_c,markLoaded,0, +func_177419_t,isTerrainPopulated,2, +func_177420_a,setHeightMap,2, +func_177421_e,setLightPopulated,2, +func_177422_i,createNewTileEntity,2, +func_177423_u,isLightPopulated,2, +func_177424_a,getTileEntity,2, +func_177425_e,removeTileEntity,2, +func_177426_a,addTileEntity,2, +func_177427_f,setModified,2, +func_177429_s,getEntityLists,2, +func_177430_a,getEntitiesOfTypeWithinAABB,2, +func_177431_a,setLightFor,2, +func_177432_b,setLastSaveTime,2, +func_177433_f,getHeight,2, +func_177434_r,getTileEntityMap,2, +func_177435_g,getBlockState,2, +func_177436_a,setBlockState,2, +func_177437_b,getBlockLightOpacity,2, +func_177440_h,getPrecipitationHeight,2, +func_177441_y,setSkylightUpdated,2, +func_177442_v,getLowestHeight,2, +func_177443_a,getLightSubtracted,2, +func_177444_d,canSeeSky,2, +func_177445_q,getHeightMap,2, +func_177446_d,setTerrainPopulated,2, +func_177451_a,getPlayerByUUID,2, +func_177452_b,sendMessageToTeamOrAllPlayers,2, +func_177453_a,sendMessageToAllTeamMembers,2, +func_177458_a,getPossibleCreatures,2, +func_177461_b,getBlockStateFor,2, +func_177478_c,getNibbleIndex,2, +func_177479_b,isLowerNibble,2, +func_177480_a,getFromIndex,2, +func_177481_a,getData,2, +func_177482_a,setIndex,2, +func_177483_b,getCoordinateIndex,2, +func_177484_a,set,2, +func_177485_a,get,2, +func_177495_o,isNether,2, +func_177496_h,getSpawnCoordinate,2, +func_177497_p,getLightBrightnessTable,2, +func_177499_m,getBiomeProvider,2, +func_177500_n,doesWaterVaporize,2, +func_177501_r,createWorldBorder,2, +func_177507_b,getTileEntity,2, +func_177508_d,getPos,2, +func_177509_a,getBlockState,2, +func_177510_a,hasState,2, +func_177516_a,splitObjectName,2, +func_177517_b,parsePathString,0, +func_177518_c,getVariant,0, +func_177520_a,rotateVertex,0, +func_177521_b,combineXY,0, +func_177523_a,rotateFace,0, +func_177524_a,getModelRotation,0, +func_177525_a,matrix,0, +func_177552_f,getItemCameraTransforms,0, +func_177554_e,getParticleTexture,0, +func_177555_b,isAmbientOcclusion,0, +func_177556_c,isGui3d,0, +func_177569_a,registerVariant,0, +func_177570_a,setupModelRegistry,0, +func_177571_k,getItemsTextureLocations,0, +func_177572_j,loadSprites,0, +func_177573_e,getParentPath,0, +func_177574_i,loadModels,0, +func_177575_g,getVariantsTextureLocations,0, +func_177576_f,getParentLocation,0, +func_177577_b,loadVariantItemModels,0, +func_177578_a,bakeModel,0, +func_177580_d,getModelLocation,0, +func_177581_b,hasItemModel,0, +func_177582_d,makeItemModel,0, +func_177583_a,getItemLocation,0, +func_177585_a,getTextureLocations,0, +func_177586_a,getModelBlockDefinition,0, +func_177587_c,isCustomRenderer,0, +func_177588_f,bakeBlockModels,0, +func_177589_a,makeBakedQuad,0, +func_177590_d,loadItemModels,0, +func_177592_e,registerVariantNames,0, +func_177593_l,makeItemModels,0, +func_177594_c,loadModel,0, +func_177595_c,loadVariantModels,0, +func_177596_a,getVariantNames,0, +func_177597_h,loadModelsCheck,0, +func_177619_a,getValidStates,2, +func_177620_e,getAllowedValues,2, +func_177621_b,getBaseState,2, +func_177622_c,getBlock,2, +func_177623_d,getProperties,2, +func_177637_a,where,2, +func_177638_a,forBlock,2, +func_177642_a,forBlock,2, +func_177645_b,makeBakedModel,0, +func_177646_a,setTexture,0, +func_177648_a,addGeneralQuad,0, +func_177650_a,addFaceQuad,0, +func_177657_d,checkMissingPredicates,2, +func_177658_c,makePredicateArray,2, +func_177659_a,aisle,2, +func_177660_a,start,2, +func_177661_b,build,2, +func_177662_a,where,2, +func_177668_c,getUp,2, +func_177669_b,getForwards,2, +func_177670_a,translateOffset,2, +func_177675_b,first,0, +func_177676_a,build,0, +func_177677_a,add,0, +func_177681_a,match,2, +func_177682_a,checkPatternAt,2, +func_177683_a,translateOffset,2, +func_177684_c,getPalmLength,2, +func_177685_b,getThumbLength,2, +func_177690_b,onWarningDistanceChanged,2, +func_177691_a,onWarningTimeChanged,2, +func_177692_a,onTransitionStarted,2, +func_177693_a,onCenterChanged,2, +func_177694_a,onSizeChanged,2, +func_177695_c,onDamageBufferChanged,2, +func_177696_b,onDamageAmountChanged,2, +func_177699_b,getValueClass,2, +func_177700_c,getAllowedValues,2, +func_177701_a,getName,2, +func_177702_a,getName,2, +func_177706_a,create,2, +func_177707_a,create,2, +func_177708_a,create,2, +func_177709_a,create,2, +func_177712_a,create,2, +func_177713_a,create,2, +func_177714_a,create,2, +func_177716_a,create,2, +func_177719_a,create,2, +func_177721_g,getCenterZ,2, +func_177722_l,getSize,2, +func_177723_b,setWarningTime,2, +func_177724_b,setDamageBuffer,2, +func_177725_a,setSize,2, +func_177726_b,minX,2, +func_177727_n,getDamageAmount,2, +func_177728_d,maxX,2, +func_177729_b,getClosestDistance,2, +func_177730_a,contains,2, +func_177731_f,getCenterX,2, +func_177732_i,getTimeUntilTarget,2, +func_177733_e,maxZ,2, +func_177734_a,getStatus,2, +func_177735_k,getListeners,2, +func_177736_c,minZ,2, +func_177737_a,addListener,2, +func_177738_a,setTransition,2, +func_177739_c,setCenter,2, +func_177740_p,getWarningTime,2, +func_177741_h,getDiameter,2, +func_177742_m,getDamageBuffer,2, +func_177743_a,contains,2, +func_177744_c,setDamageAmount,2, +func_177745_a,getClosestDistance,2, +func_177746_a,contains,2, +func_177747_c,setWarningDistance,2, +func_177748_q,getWarningDistance,2, +func_177749_o,getResizeSpeed,0, +func_177750_a,setTransition,2, +func_177751_j,getTargetSize,2, +func_177766_a,getColor,0, +func_177774_c,getNameForObject,2, +func_177775_a,register,2, +func_177776_a,validateKey,2, +func_177855_a,setBlockState,2, +func_177856_a,getBlockState,2, +func_177863_a,setDefaults,2, +func_177864_b,build,2, +func_177865_a,jsonToFactory,2, +func_177951_i,distanceSq,2, +func_177952_p,getZ,2, +func_177954_c,distanceSq,2, +func_177955_d,crossProduct,2, +func_177956_o,getY,2, +func_177957_d,distanceSqToCenter,2, +func_177958_n,getX,2, +func_177963_a,add,2, +func_177964_d,north,2, +func_177965_g,east,2, +func_177967_a,offset,2, +func_177968_d,south,2, +func_177969_a,fromLong,2, +func_177970_e,south,2, +func_177971_a,add,2, +func_177972_a,offset,2, +func_177973_b,subtract,2, +func_177974_f,east,2, +func_177975_b,getAllInBoxMutable,2, +func_177976_e,west,2, +func_177977_b,down,2, +func_177978_c,north,2, +func_177979_c,down,2, +func_177980_a,getAllInBox,2, +func_177981_b,up,2, +func_177982_a,add,2, +func_177984_a,up,2, +func_177985_f,west,2, +func_177986_g,toLong,2, +func_177999_q,getBranchBase,2, +func_178001_a,renderChunkLayer,0, +func_178002_a,addRenderChunk,0, +func_178003_a,preRenderChunk,0, +func_178004_a,initialize,0, +func_178010_a,setupArrayPointers,0, +func_178012_a,drawTextureAt,0, +func_178013_b,canJoin,0, +func_178016_b,releaseComponent,0, +func_178018_a,clickTextField,0, +func_178019_b,releaseButton,0, +func_178021_b,getComponent2,0, +func_178022_a,getComponent1,0, +func_178023_a,clickButton,0, +func_178025_a,renderLabel,0, +func_178026_a,clickComponent,0, +func_178027_a,renderTextField,0, +func_178038_a,framebufferRenderExt,0, +func_178039_p,handleMouseInput,0, +func_178042_f,mouseY,0, +func_178043_a,renderSelected,0, +func_178044_e,width,0, +func_178045_g,mouseX,0, +func_178047_f,getMouseY,0, +func_178048_e,getWidth,0, +func_178049_g,getMouseX,0, +func_178051_a,blitIcon,0, +func_178054_a,renderIcon,0, +func_178055_t,populateEntries,0, +func_178056_g,getFocusedControl,0, +func_178057_f,getPageCount,0, +func_178058_a,createEntry,0, +func_178059_e,getPage,0, +func_178060_e,markVisibility,0, +func_178061_c,getComponent,0, +func_178062_a,onKeyPressed,0, +func_178063_a,createLabel,0, +func_178064_i,nextPage,0, +func_178065_a,createButton,0, +func_178066_a,setComponentVisibility,0, +func_178067_a,createSlider,0, +func_178068_a,createTextField,0, +func_178069_s,populateComponents,0, +func_178071_h,previousPage,0, +func_178080_a,register,0, +func_178081_c,getIndex,0, +func_178082_a,getParticleIcon,0, +func_178083_a,getModelManager,0, +func_178084_b,getMetadata,0, +func_178085_b,rebuildCache,0, +func_178086_a,register,0, +func_178087_a,getParticleIcon,0, +func_178088_b,getItemModel,0, +func_178089_a,getItemModel,0, +func_178099_a,renderItem,0, +func_178100_c,getMapAngleFromPitch,0, +func_178101_a,rotateArroundXAndY,0, +func_178108_a,renderSuffocationOverlay,0, +func_178113_a,getModelLocation,0, +func_178119_d,registerAllBlocks,0, +func_178120_a,getBlockStateMapper,0, +func_178121_a,registerBlockWithStateMapper,0, +func_178122_a,getTexture,0, +func_178123_a,registerBuiltInBlocks,0, +func_178124_c,reloadModels,0, +func_178125_b,getModelForState,0, +func_178126_b,getModelManager,0, +func_178130_a,putStateModelLocations,0, +func_178131_a,getPropertyString,0, +func_178132_a,getModelResourceLocation,0, +func_178144_a,calcRedstone,2, +func_178147_e,getLapisAmount,0, +func_178148_a,getEnchantmentList,2, +func_178157_a,getBaseCoordinate,0, +func_178158_a,createRenderChunks,0, +func_178159_a,setCountChunksXYZ,0, +func_178160_a,deleteGlResources,0, +func_178161_a,getRenderChunk,0, +func_178163_a,updateChunkPositions,0, +func_178170_b,getItemStackLimit,2, +func_178171_c,getSlotTexture,0, +func_178173_c_,isBucket,2, +func_178175_a,renderChestBrightness,0, +func_178176_a,getInstance,0, +func_178178_a,setVertexBuffer,0, +func_178180_c,getBuffer,0, +func_178181_a,getInstance,0, +func_178184_a,getVertexTranslations,0, +func_178203_a,getVertexBrightness,0, +func_178209_a,getVertexData,0, +func_178210_d,getFace,0, +func_178211_c,getTintIndex,0, +func_178212_b,hasTintIndex,0, +func_178217_e,remapQuad,0, +func_178235_a,setDefaultUvs,0, +func_178236_a,getFaceUvs,0, +func_178247_d,parsePositionTo,0, +func_178248_a,parseEnumFacing,0, +func_178249_e,parsePositionFrom,0, +func_178250_a,parseFacesCheck,0, +func_178251_a,parsePosition,0, +func_178252_c,parseAxis,0, +func_178253_b,parseFaces,0, +func_178255_b,parseAngle,0, +func_178256_a,parseRotation,0, +func_178262_a,renderModelBrightnessColor,0, +func_178264_a,renderModelBrightnessColorQuads,0, +func_178266_a,renderModelBrightness,0, +func_178267_a,renderModel,0, +func_178268_a,initAtlasSprites,0, +func_178269_a,getFluidHeight,0, +func_178270_a,renderFluid,0, +func_178273_a,getNeighbourInfo,0, +func_178291_a,parseRotation,0, +func_178292_b,parseUV,0, +func_178294_a,deserialize,0, +func_178295_k,hasParent,0, +func_178298_a,getElements,0, +func_178299_a,getParentFromMap,0, +func_178300_b,isTexturePresent,0, +func_178302_a,resolveTextureName,0, +func_178303_d,isResolved,0, +func_178304_d,startsWithHash,0, +func_178305_e,getParentLocation,0, +func_178307_a,deserialize,0, +func_178308_c,resolveTextureName,0, +func_178309_b,isAmbientOcclusion,0, +func_178310_f,getRootModel,0, +func_178311_c,isGui3d,0, +func_178312_b,checkModelHierarchy,0, +func_178325_a,getModelElements,0, +func_178326_c,getParent,0, +func_178328_a,getAmbientOcclusionEnabled,0, +func_178329_b,getTextures,0, +func_178331_a,parseFromReader,0, +func_178337_a,parseTintIndex,0, +func_178339_c,parseCullFace,0, +func_178340_b,parseTexture,0, +func_178345_c,getVertexRotatedRev,0, +func_178346_b,getVertexV,0, +func_178347_d,getVertexRotated,0, +func_178348_a,getVertexU,0, +func_178349_a,setUvs,0, +func_178358_a,parseVector3f,0, +func_178367_a,getFacing,0, +func_178369_d,isHorizontal,0, +func_178371_c,getYOffset,0, +func_178372_b,getXOffset,0, +func_178381_d,getAnchor,0, +func_178382_a,expand,0, +func_178383_a,getFacing,0, +func_178384_c,getMax,0, +func_178385_b,getMin,0, +func_178391_a,isTransparent,0, +func_178392_a,makeItemModel,0, +func_178393_a,getSpans,0, +func_178394_a,getBlockParts,0, +func_178395_a,createOrExpandSpan,0, +func_178396_a,checkTransition,0, +func_178397_a,getBlockParts,0, +func_178403_a,getPositionsDiv16,0, +func_178404_a,storeVertexData,0, +func_178406_a,rotateScale,0, +func_178407_a,rotatePart,0, +func_178408_a,applyFacing,0, +func_178410_a,getFacingFromVertexData,0, +func_178411_a,getMatrixIdentity,0, +func_178412_b,getFaceBrightness,0, +func_178413_a,getFaceShadeColor,0, +func_178414_a,makeBakedQuad,0, +func_178439_a,withSuffix,0, +func_178440_a,withName,0, +func_178441_a,build,0, +func_178442_a,ignore,0, +func_178446_a,putAllStateModelLocations,0, +func_178447_a,registerBlockStateMapper,0, +func_178448_a,registerBuiltInBlocks,0, +func_178459_a,getWorld,0, +func_178463_a,getBannerResourceLocation,0, +func_178473_b,freeRenderBuilder,0, +func_178474_a,processTask,0, +func_178475_b,getRegionRenderCacheBuilder,0, +func_178485_b,getTileEntities,0, +func_178486_a,setLayerUsed,0, +func_178487_c,getState,0, +func_178488_a,setVisibility,0, +func_178489_a,isEmpty,0, +func_178490_a,addTileEntity,0, +func_178491_b,isLayerEmpty,0, +func_178492_d,isLayerStarted,0, +func_178493_c,setLayerStarted,0, +func_178494_a,setState,0, +func_178495_a,isVisible,0, +func_178504_a,getDebugInfo,0, +func_178505_b,updateChunkNow,0, +func_178506_a,uploadVertexBuffer,0, +func_178507_a,updateChunkLater,0, +func_178509_c,updateTransparencyLater,0, +func_178510_a,uploadDisplayList,0, +func_178511_d,getNextChunkUpdate,0, +func_178512_a,freeRenderBuilder,0, +func_178513_e,clearChunkUpdates,0, +func_178514_b,stopChunkUpdates,0, +func_178515_c,allocateRenderBuilder,0, +func_178516_a,runChunkUploads,0, +func_178535_a,setStatus,0, +func_178536_b,getRenderChunk,0, +func_178537_h,isFinished,0, +func_178538_g,getType,0, +func_178539_a,addFinishRunnable,0, +func_178540_f,getLock,0, +func_178541_a,setRegionRenderCacheBuilder,0, +func_178542_e,finish,0, +func_178543_a,setCompiledChunk,0, +func_178544_c,getCompiledChunk,0, +func_178545_d,getRegionRenderCacheBuilder,0, +func_178546_a,getStatus,0, +func_178565_b,getVertexBufferByLayer,0, +func_178566_a,deleteGlResources,0, +func_178567_n,initModelviewMatrix,0, +func_178568_j,getPosition,0, +func_178569_m,needsUpdate,0, +func_178570_a,resortTransparency,0, +func_178571_g,getCompiledChunk,0, +func_178572_f,multModelviewMatrix,0, +func_178573_a,preRenderBlocks,0, +func_178574_d,makeCompileTaskChunk,0, +func_178575_a,setNeedsUpdate,0, +func_178577_a,setFrameIndex,0, +func_178578_b,finishCompileTask,0, +func_178579_c,getLockCompileTask,0, +func_178580_a,setCompiledChunk,0, +func_178581_b,rebuildChunk,0, +func_178582_e,makeCompileTaskTransparency,0, +func_178584_a,postRenderBlocks,0, +func_178585_h,stopCompileTask,0, +func_178600_a,getDisplayList,0, +func_178603_a,getNeighborIndexAtFace,0, +func_178604_a,floodFill,0, +func_178605_a,getIndex,0, +func_178606_a,setOpaqueCube,0, +func_178607_a,computeVisibility,0, +func_178608_c,getIndex,0, +func_178609_b,getVisibleFacings,0, +func_178610_a,addEdges,0, +func_178618_a,setAllVisible,0, +func_178619_a,setVisible,0, +func_178620_a,setManyVisible,0, +func_178621_a,isVisible,0, +func_178624_a,dot,0, +func_178627_a,isRenderShadow,0, +func_178628_a,setRenderPosition,0, +func_178629_b,setDebugBoundingBox,0, +func_178631_a,setPlayerViewY,0, +func_178632_c,setRenderOutlines,0, +func_178633_a,setRenderShadow,0, +func_178634_b,isDebugBoundingBox,0, +func_178635_a,shouldRender,0, +func_178641_d,exit,0, +func_178642_a,getItems,0, +func_178643_a,getItem,0, +func_178644_b,selectSlot,0, +func_178645_b,getSelectedItem,0, +func_178646_f,getCurrentPage,0, +func_178647_a,selectCategory,0, +func_178648_e,getSelectedSlot,0, +func_178650_c,getSelectedCategory,0, +func_178661_a,selectItem,0, +func_178662_A_,isEnabled,0, +func_178663_a,renderIcon,0, +func_178664_z_,getSpectatorName,0, +func_178669_a,getItems,0, +func_178670_b,getPrompt,0, +func_178680_a,getObject,0, +func_178681_b,getSelectedSlot,0, +func_178685_a,copyModelAngles,0, +func_178686_a,setModelAttributes,0, +func_178687_a,renderBanner,0, +func_178691_a,setRotationOffset,0, +func_178719_a,setVisible,0, +func_178727_b,renderDeadmau5Head,0, +func_178728_c,renderCape,0, +func_178765_a,draw,0, +func_178766_e,getRenderType,2, +func_178767_a,setRenderType,2, +func_178769_a,addBox,0, +func_178770_i,getNameTagVisibility,2, +func_178771_j,getDeathMessageVisibility,2, +func_178772_a,setNameTagVisibility,2, +func_178773_b,setDeathMessageVisibility,2, +func_178774_a,setColor,2, +func_178775_l,getColor,2, +func_178779_a,getThreadedIOInstance,2, +func_178780_a,render,0, +func_178782_a,getBlockPos,2, +func_178785_b,rotateYaw,2, +func_178786_a,subtract,2, +func_178787_e,add,2, +func_178788_d,subtract,2, +func_178789_a,rotatePitch,2, +func_178790_c,getRenderType,2, +func_178795_a,getByName,2, +func_178796_a,getRenderType,2, +func_178803_d,getRotationZ,0, +func_178805_e,getRotationYZ,0, +func_178806_a,projectViewFromEntity,0, +func_178807_f,getRotationXY,0, +func_178808_b,getRotationX,0, +func_178809_c,getRotationXZ,0, +func_178815_a,setLocked,2, +func_178816_g,isLocked,2, +func_178819_b,entityHasObjective,2, +func_178820_a,broadcastScoreUpdate,2, +func_178821_h,getDisplaySlotStrings,2, +func_178822_d,removeObjectiveFromEntity,2, +func_178824_a,getByName,2, +func_178825_a,getNames,2, +func_178835_l,getLastHealth,0, +func_178836_b,setLastHealth,0, +func_178837_g,getLocationSkin,0, +func_178838_a,setResponseTime,0, +func_178839_a,setGameType,0, +func_178841_j,loadPlayerTextures,0, +func_178843_c,setRenderVisibilityId,0, +func_178844_b,setHealthBlinkTime,0, +func_178845_a,getGameProfile,0, +func_178846_a,setLastHealthTime,0, +func_178847_n,getLastHealthTime,0, +func_178848_b,getGameType,0, +func_178850_i,getPlayerTeam,0, +func_178851_f,getSkinType,0, +func_178853_c,getResponseTime,0, +func_178854_k,getDisplayName,0, +func_178855_p,getRenderVisibilityId,0, +func_178856_e,hasLocationSkin,0, +func_178857_c,setDisplayHealth,0, +func_178858_o,getHealthBlinkTime,0, +func_178859_a,setDisplayName,0, +func_178860_m,getDisplayHealth,0, +func_178861_h,getLocationCape,0, +func_178874_a,deleteDisplayLists,0, +func_178876_d,getModelParts,0, +func_178877_a,switchModelPartEnabled,0, +func_178878_a,setModelPartEnabled,0, +func_178887_k,isSpectatorMode,0, +func_178889_l,getCurrentGameType,0, +func_178891_a,clickBlockCreative,0, +func_178893_a,isHittingPosition,0, +func_178902_a,createParticle,0, +func_178908_a,splitText,0, +func_178909_a,removeTextColorsIfConfigured,0, +func_178910_a,getX,0, +func_178912_b,getY,0, +func_178922_a,updateEffectLayer,0, +func_178923_d,tickParticle,0, +func_178926_a,emitParticleAtEntity,0, +func_178927_a,spawnEffectParticle,0, +func_178929_a,registerParticle,0, +func_178930_c,registerVanillaParticles,0, +func_178934_d,shouldStartVisible,0, +func_178935_b,getId,0, +func_178936_c,getCaption,0, +func_178940_a,getInitialValue,0, +func_178942_g,getInitalValue,0, +func_178943_e,getMinValue,0, +func_178944_f,getMaxValue,0, +func_178945_a,getFormatter,0, +func_178950_a,getFilter,0, +func_178962_a,putBrightness4,0, +func_178965_a,reset,0, +func_178966_f,getByteBuffer,0, +func_178968_d,putColor4,0, +func_178969_c,setTranslation,0, +func_178972_a,putColorRGBA,0, +func_178973_g,getVertexFormat,0, +func_178975_e,putNormal,0, +func_178977_d,finishDrawing,0, +func_178978_a,putColorMultiplier,0, +func_178979_i,getDrawMode,0, +func_178981_a,addVertexData,0, +func_178987_a,putPosition,0, +func_178989_h,getVertexCount,0, +func_178990_f,putColorRGB_F4,0, +func_178993_a,setVertexState,0, +func_178994_b,putColorRGB_F,0, +func_179013_a,getRawBuffer,0, +func_179014_c,getVertexCount,0, +func_179016_d,getVertexFormat,0, +func_179022_a,renderByItem,0, +func_179025_a,getVertexInformation,0, +func_179027_a,getFacing,0, +func_179038_a,getWorldRendererByLayer,0, +func_179039_a,getWorldRendererByLayerId,0, +func_179082_a,clearColor,0, +func_179083_b,viewport,0, +func_179084_k,disableBlend,0, +func_179085_a,enableLight,0, +func_179086_m,clear,0, +func_179087_a,enableTexGenCoord,0, +func_179088_q,enablePolygonOffset,0, +func_179089_o,enableCull,0, +func_179090_x,disableTexture2D,0, +func_179091_B,enableRescaleNormal,0, +func_179092_a,alphaFunc,0, +func_179093_d,setFog,0, +func_179094_E,pushMatrix,0, +func_179095_a,setFogDensity,0, +func_179096_D,loadIdentity,0, +func_179097_i,disableDepth,0, +func_179098_w,enableTexture2D,0, +func_179099_b,popAttrib,0, +func_179100_b,disableTexGenCoord,0, +func_179101_C,disableRescaleNormal,0, +func_179102_b,setFogStart,0, +func_179103_j,shadeModel,0, +func_179104_a,colorMaterial,0, +func_179105_a,texGen,0, +func_179106_n,disableFog,0, +func_179107_e,cullFace,0, +func_179108_z,enableNormalize,0, +func_179109_b,translate,0, +func_179110_a,multMatrix,0, +func_179111_a,getFloat,0, +func_179112_b,blendFunc,0, +func_179113_r,disablePolygonOffset,0, +func_179114_b,rotate,0, +func_179115_u,enableColorLogic,0, +func_179116_f,colorLogicOp,0, +func_179117_G,resetColor,0, +func_179118_c,disableAlpha,0, +func_179119_h,disableColorMaterial,0, +func_179120_a,tryBlendFuncSeparate,0, +func_179121_F,popMatrix,0, +func_179122_b,disableLight,0, +func_179123_a,pushAttrib,0, +func_179124_c,color,0, +func_179125_c,texGenCoord,0, +func_179126_j,enableDepth,0, +func_179127_m,enableFog,0, +func_179128_n,matrixMode,0, +func_179129_p,disableCull,0, +func_179130_a,ortho,0, +func_179131_c,color,0, +func_179132_a,depthMask,0, +func_179133_A,disableNormalize,0, +func_179134_v,disableColorLogic,0, +func_179135_a,colorMask,0, +func_179136_a,doPolygonOffset,0, +func_179137_b,translate,0, +func_179138_g,setActiveTexture,0, +func_179139_a,scale,0, +func_179140_f,disableLighting,0, +func_179141_d,enableAlpha,0, +func_179142_g,enableColorMaterial,0, +func_179143_c,depthFunc,0, +func_179144_i,bindTexture,0, +func_179145_e,enableLighting,0, +func_179146_y,generateTexture,0, +func_179147_l,enableBlend,0, +func_179148_o,callList,0, +func_179149_a,texGen,0, +func_179150_h,deleteTexture,0, +func_179151_a,clearDepth,0, +func_179152_a,scale,0, +func_179153_c,setFogEnd,0, +func_179198_a,setDisabled,0, +func_179199_a,setState,0, +func_179200_b,setEnabled,0, +func_179214_a,registerItemBlock,2, +func_179215_a,updateItemStackNBT,2, +func_179216_c,registerItemBlock,2, +func_179217_a,registerItem,2, +func_179218_a,onBlockDestroyed,2, +func_179219_a,registerItem,2, +func_179221_a,applyRandomRotations,2, +func_179222_a,canPlaceBlockOnSide,0, +func_179223_d,getBlock,2, +func_179224_a,setTileEntityNBT,2, +func_179225_h,getBaseColor,2, +func_179229_a,resolveContents,2, +func_179230_h,getGeneration,2, +func_179233_a,createEntity,2, +func_179234_a,applyBonemeal,2, +func_179235_a,placeDoor,2, +func_179237_a,merge,2, +func_179238_g,get,2, +func_179242_c,getName,0, +func_179244_a,getPacket,2, +func_179245_a,registerPacket,2, +func_179246_a,getPacketId,2, +func_179249_a,writeEnumValue,2, +func_179250_a,writeByteArray,2, +func_179251_a,readByteArray,2, +func_179252_a,writeUniqueId,2, +func_179253_g,readUniqueId,2, +func_179254_b,writeVarLong,2, +func_179255_a,writeBlockPos,2, +func_179256_a,writeTextComponent,2, +func_179257_a,readEnumValue,2, +func_179258_d,readTextComponent,2, +func_179259_c,readBlockPos,2, +func_179260_f,readVarLong,2, +func_179280_b,load,2, +func_179281_c,getValue,2, +func_179288_a,sendPacket,2, +func_179289_a,setCompressionThreshold,2, +func_179290_a,sendPacket,2, +func_179291_h,hasNoChannel,2, +func_179292_f,isEncrypted,0, +func_179293_l,handleDisconnection,2, +func_179299_a,setCompressionThreshold,2, +func_179303_a,setCompressionThreshold,2, +func_179318_a,cartesianProduct,2, +func_179319_b,createArray,2, +func_179321_a,cartesianProduct,2, +func_179322_b,toArray,2, +func_179323_b,arraysAsLists,2, +func_179326_d,getName,0, +func_179327_a,getPartMask,0, +func_179328_b,getPartId,0, +func_179329_c,getPartName,0, +func_179342_a,getParticleFromId,2, +func_179344_e,getShouldIgnoreRange,2, +func_179345_d,getArgumentCount,2, +func_179346_b,getParticleName,2, +func_179348_c,getParticleID,2, +func_179399_a,populateMap,2, +func_179400_b,createMap,2, +func_179412_a,getPrice,2, +func_179413_d,getZ,2, +func_179414_a,writeToNBT,2, +func_179415_b,getX,2, +func_179416_c,getY,2, +func_179422_b,endOfData,2, +func_179431_f,maxTargetRange,2, +func_179438_f,getFollowRange,2, +func_179445_a,isSuitableTarget,2, +func_179446_a,setEntityAttackTarget,2, +func_179462_f,notifyHurt,2, +func_179479_b,setExecutionChance,2, +func_179480_f,makeUpdate,2, +func_179487_f,getIsAboveDestination,2, +func_179488_a,shouldMoveTo,2, +func_179489_g,searchForDestination,2, +func_179506_a,getBlockDoor,2, +func_179512_a,getAttackReachSqr,2, +func_179516_a,facings,2, +func_179518_a,random,2, +func_179524_a,getOffset,2, +func_179532_b,getRemainingItems,2, +func_179543_a,getSubCompound,2, +func_179544_c,canDestroy,2, +func_179545_c,areItemsEqual,2, +func_179546_a,onItemUse,2, +func_179547_d,canPlaceOn,2, +func_179548_a,onBlockDestroyed,2, +func_179554_a,getRegisteredItem,2, +func_179628_a,getResult,2, +func_179629_b,getAmount,2, +func_179630_c,isRelative,2, +func_179634_c,getTypeNames,2, +func_179635_a,getTypeByName,2, +func_179636_a,getTypeID,2, +func_179637_b,getTypeName,2, +func_179647_f,getNamePredicates,2, +func_179648_b,getXpLevelPredicates,2, +func_179649_c,getGamemodePredicates,2, +func_179651_b,getArgument,2, +func_179652_a,matchOneEntity,2, +func_179653_a,getInt,2, +func_179654_a,getWorlds,2, +func_179655_b,isEntityTypeValid,2, +func_179656_b,matchEntities,2, +func_179658_a,getEntitiesFromPredicates,2, +func_179659_d,getTeamPredicates,2, +func_179660_a,filterResults,2, +func_179661_a,getAABB,2, +func_179662_g,getRotationsPredicates,2, +func_179663_a,getTypePredicates,2, +func_179664_b,getBlockPosFromArguments,2, +func_179665_h,hasArgument,2, +func_179667_a,setScoreBoardStat,2, +func_179668_a,readStatsFromNBT,2, +func_179669_a,removeScoreBoardStat,2, +func_179670_b,writeStatsToNBT,2, +func_179671_a,addAllStats,2, +func_179677_a,checkForStuck,2, +func_179679_a,getPathFinder,2, +func_179680_a,getPathToPos,2, +func_179683_a,isSafeToStandAt,2, +func_179684_h,getCanSwim,2, +func_179685_e,setAvoidSun,2, +func_179686_g,getEnterDoors,2, +func_179687_p,getPathablePosY,2, +func_179688_b,setBreakDoors,2, +func_179691_c,setEnterDoors,2, +func_179692_b,isPositionClear,2, +func_179693_d,setCanSwim,2, +func_179697_g,getOnGround,0, +func_179700_a,getHeader,0, +func_179701_b,getFooter,0, +func_179707_f,doesShowParticles,0, +func_179709_b,getTargetBlock,2, +func_179712_b,getHitVec,2, +func_179714_b,getFacing,2, +func_179715_a,getPosition,2, +func_179722_a,getPosition,2, +func_179727_a,getEntity,2, +func_179730_a,getProfile,0, +func_179731_a,getCompressionThreshold,0, +func_179734_a,setMapdataTo,0, +func_179742_g,getOnGround,0, +func_179744_h,isReducedDebugInfo,0, +func_179746_d,getSoundPos,0, +func_179748_k,getParticleArgs,0, +func_179749_a,getParticleType,0, +func_179750_b,isLongDistance,0, +func_179767_a,getEntries,0, +func_179768_b,getAction,0, +func_179777_a,getSignPosition,0, +func_179780_a,getEntity,0, +func_179783_a,getURL,0, +func_179784_b,getHash,0, +func_179788_a,apply,0, +func_179798_a,getBedPosition,0, +func_179800_a,getSpawnPos,0, +func_179803_e,getFadeOutTime,0, +func_179804_d,getDisplayTime,0, +func_179805_b,getMessage,0, +func_179806_c,getFadeInTime,0, +func_179807_a,getType,0, +func_179813_h,getColor,0, +func_179814_i,getNameTagVisibility,0, +func_179817_d,getRenderType,0, +func_179819_c,getUniqueId,0, +func_179821_b,getPosition,0, +func_179823_a,getPos,0, +func_179825_a,getBlockPosition,0, +func_179827_b,getBlockPosition,0, +func_179830_a,isDifficultyLocked,0, +func_179831_b,getDifficulty,0, +func_179834_f,getFlags,0, +func_179836_c,getFacing,0, +func_179837_b,getPosition,0, +func_179840_c,getWindowTitle,0, +func_179844_a,getChangedBlocks,0, +func_179846_b,getDistanceToInsideBlockSq,2, +func_179847_f,getInsideOffsetX,2, +func_179848_a,getDistanceToDoorBlockSq,2, +func_179849_a,setLastActivityTimestamp,2, +func_179850_c,isInsideSide,2, +func_179851_i,getIsDetachedFromVillageFlag,2, +func_179852_d,getDoorBlockPos,2, +func_179853_a,setIsDetachedFromVillageFlag,2, +func_179854_a,getFaceDirection,2, +func_179855_g,getInsideOffsetZ,2, +func_179856_e,getInsideBlockPos,2, +func_179860_f,isWoodDoor,2, +func_179861_a,isAreaClearAround,2, +func_179862_a,findRandomSpawnPos,2, +func_179863_c,getDoorInfo,2, +func_179864_e,getExistedDoor,2, +func_179865_b,getNearestDoor,2, +func_179866_a,isBlockPosWithinSqVillageRadius,2, +func_179867_a,findRandomSpawnPos,2, +func_179868_d,redirectOutputToLog,2, +func_179869_a,isRegistered,2, +func_179870_a,printToSYSOUT,0, +func_179882_a,logString,2, +func_179885_a,getLongProperty,1, +func_179917_d,getX,2, +func_179918_f,getZ,2, +func_179919_e,getY,2, +func_179920_a,setDirection,2, +func_179921_a,setSpeed,2, +func_179926_b,isNotColliding,2, +func_179960_c,getGameMode,2, +func_179961_d,getDisplayName,2, +func_179962_a,getProfile,2, +func_179963_b,getPing,2, +func_179969_a,byName,2, +func_179971_a,getNames,2, +func_179985_a,processComponent,2, +func_179986_j,getInsertion,2, +func_179989_a,setInsertion,2, +func_179992_g,getSelector,2, +func_179994_h,getObjective,2, +func_179995_g,getName,2, +func_179997_b,setValue,2, +func_180031_a,checkThreadAndEnqueue,2, +func_180065_d,canJump,2, +func_180066_a,setCanJump,2, +func_180067_c,getIsJumping,2, +func_180088_c,getBlockState,2, +func_180089_b,getOffset,2, +func_180090_a,getPos,2, +func_180109_a,getPlacementForEntity,2, +func_180120_a,getDistanceUntilEdge,2, +func_180123_a,isMatchingName,2, +func_180124_b,getEntityNameList,2, +func_180125_b,isRegistered,2, +func_180134_f,getCombatDuration,2, +func_180135_h,getFighter,2, +func_180136_u,isCreativePlayer,2, +func_180138_v,setIsThornsDamage,2, +func_180139_w,getIsThornsDamage,2, +func_180142_b,getPotionFromResourceLocation,2, +func_180157_a,toNBT,2, +func_180158_b,fromNBT,2, +func_180159_b,getLock,2, +func_180160_a,isEmpty,2, +func_180166_a,getRandomItem,2, +func_180168_b,getAdditionalDifficulty,2, +func_180169_a,calculateAdditionalDifficulty,2, +func_180170_c,getClampedAdditionalDifficulty,2, +func_180173_a,spawnItemStack,2, +func_180174_a,dropInventoryItems,2, +func_180175_a,dropInventoryItems,2, +func_180176_a,dropInventoryItems,2, +func_180179_a,reset,0, +func_180181_b,rgb,0, +func_180182_a,getRandomUUID,2, +func_180183_b,rgb,0, +func_180184_b,normalizeAngle,0, +func_180185_a,epsilonEquals,0, +func_180186_a,getPositionRandom,0, +func_180187_c,getCoordinateRandom,2, +func_180188_d,multiplyColor,0, +func_180192_a,downloadResourcePack,0, +func_180199_c,isBoolean,0, +func_180204_a,getItemName,2, +func_180213_a,createLookup,2, +func_180215_b,getByClass,2, +func_180233_c,isVisibleTo,2, +func_180235_c,removeBlock,2, +func_180237_b,tryHarvestBlock,2, +func_180238_e,cancelDestroyingBlock,2, +func_180239_c,survivalOrAdventure,2, +func_180244_a,markBlockForUpdate,2, +func_180245_a,updateVisibility,2, +func_180246_b,getPosition,0, +func_180248_a,scheduleHalt,1, +func_180254_e,getType,2, +func_180255_c,getInt,2, +func_180262_a,addGameRule,2, +func_180263_c,getInt,2, +func_180264_a,areSameType,2, +func_180266_a,placeInPortal,2, +func_180267_a,canCreatureTypeSpawnAtLocation,2, +func_180276_a,getBiome,2, +func_180283_a,getColorAtPos,0, +func_180284_a,getBiome,2, +func_180285_a,getColorAtPos,0, +func_180286_a,getGrassColorAtPos,0, +func_180287_b,getFoliageColorAtPos,0, +func_180288_c,getWaterColorAtPos,0, +func_180292_a,decorate,2, +func_180300_a,getBiome,2, +func_180303_b,getRemainingItems,2, +func_180305_b,getEnchantmentByLocation,2, +func_180320_f,getMaxTradeUses,2, +func_180321_e,getToolUses,2, +func_180322_j,getRewardsExp,2, +func_180328_a,getPosition,2, +func_180330_f,getZEnd,2, +func_180331_a,getBlock,2, +func_180332_e,getXEnd,2, +func_180333_d,getZStart,2, +func_180334_c,getXStart,2, +func_180342_d,clearAffectedBlockPositions,2, +func_180343_e,getAffectedBlockPositions,2, +func_180346_a,getBlock,2, +func_180359_a,hasRailAt,2, +func_180360_a,updateConnectedRails,2, +func_180361_d,hasNeighborRail,2, +func_180362_b,getBlockState,2, +func_180363_c,isConnectedTo,2, +func_180364_a,place,2, +func_180372_d,getParent,2, +func_180374_a,hasModifier,2, +func_180375_b,getAppliedModifiers,2, +func_180376_c,createInstance,2, +func_180383_a,getRegisteredBlock,2, +func_180421_g,getLookPosZ,2, +func_180422_f,getLookPosY,2, +func_180423_e,getLookPosX,2, +func_180424_b,getIsLooking,2, +func_180425_c,getPosition,2, +func_180426_a,setPositionAndRotationDirect,0, +func_180427_aV,isImmuneToExplosions,2, +func_180428_a,getExplosionResistance,2, +func_180429_a,playStepSound,2, +func_180430_e,fall,2, +func_180431_b,isEntityInvulnerable,2, +func_180432_n,copyDataFromOld,2, +func_180434_a,renderParticle,0, +func_180436_i,enableLightmap,0, +func_180437_a,renderCloudsCheck,0, +func_180438_a,getNightVisionBrightness,0, +func_180439_a,playEvent,2, +func_180440_a,broadcastSound,2, +func_180441_b,sendBlockBreakProgress,2, +func_180442_a,spawnParticle,2, +func_180443_s,preRenderDamagedBlocks,0, +func_180444_a,renderStars,0, +func_180445_c,renderCloudsFancy,0, +func_180446_a,renderEntities,0, +func_180447_b,renderClouds,0, +func_180448_r,renderSkyEnd,0, +func_180449_a,renderWorldBorder,0, +func_180450_b,renderItemAndEffectIntoGUI,0, +func_180452_a,setupGuiTransform,0, +func_180453_a,renderItemOverlayIntoGUI,0, +func_180454_a,renderItem,0, +func_180455_b,renderString,0, +func_180457_u,getDefaultDisplayTile,2, +func_180459_n,moveDerailedMinecart,2, +func_180460_a,moveAlongTrack,2, +func_180461_b,canExtractItem,2, +func_180462_a,canInsertItem,2, +func_180463_a,getSlotsForFace,2, +func_180464_a,handleEnableCompression,2, +func_180465_a,moveTowards,2, +func_180466_bG,handleJumpLava,2, +func_180467_a,getBedSpawnLocation,2, +func_180468_a,displayGui,2, +func_180469_a,trySleep,2, +func_180470_cg,getBedLocation,2, +func_180472_a,displayVillagerTradeGui,2, +func_180473_a,setSpawnPoint,2, +func_180474_b,renderPortal,0, +func_180475_a,renderScoreboard,0, +func_180476_e,renderPumpkinOverlay,0, +func_180477_d,renderPlayerStats,0, +func_180479_a,renderHotbar,0, +func_180480_a,renderVignette,0, +func_180481_a,setEquipmentBasedOnDifficulty,2, +func_180482_a,onInitialSpawn,2, +func_180483_b,setEnchantmentBasedOnDifficulty,2, +func_180484_a,getBlockPathWeight,2, +func_180485_d,isWithinHomeDistanceFromPosition,2, +func_180486_cf,getHomePosition,2, +func_180487_n,getParticleType,2, +func_180489_a,spawnParticles,0, +func_180494_b,getBiome,2, +func_180495_p,getBlockState,2, +func_180497_b,scheduleBlockUpdate,2, +func_180498_a,playEvent,2, +func_180500_c,checkLightFor,2, +func_180501_a,setBlockState,2, +func_180502_D,isBlockinHighHumidity,2, +func_180503_b,invalidateRegionAndSetBlock,0, +func_180504_m,getSpawnCoordinate,2, +func_180505_a,spawnParticle,2, +func_180507_a_,setResourcePack,2, +func_180510_a,drawSplashScreen,0, +func_180511_b,clickBlock,0, +func_180512_c,onPlayerDamageBlock,0, +func_180513_a,getNearestStructurePos,2, +func_180514_a,recreateStructures,2, +func_180518_a,setBlocksInChunk,2, +func_180521_a,skinAvailable,0, +func_180522_a,getCoordinateInfo,2, +func_180523_a,addBlockInfo,2, +func_180524_a,getTabCompletions,2, +func_180526_a,parseDouble,2, +func_180527_d,parseBoolean,2, +func_180528_a,parseInt,2, +func_180529_a,buildString,2, +func_180530_a,join,2, +func_180531_e,getDifficultyFromCommand,2, +func_180532_a,addBlockHitEffects,0, +func_180533_a,addBlockDestroyEffects,0, +func_180546_a,render,0, +func_180547_a,normalize,0, +func_180548_c,bindEntityTexture,0, +func_180565_e,unsetScoreTeamColor,0, +func_180597_a,cacheActiveRenderInfo,0, +func_180599_n,updateAnimationInterpolated,0, +func_180600_a,allocateTextureImpl,0, +func_180601_a,downloadResourcePack,0, +func_180608_a,getCenter,2, +func_180609_b,addDoorsAround,2, +func_180610_a,isValidDragMode,2, +func_180611_e,getTileEntity,2, +func_180614_a,onItemUse,2, +func_180615_a,tryPlace,2, +func_180616_a,tryPlaceContainedLiquid,2, +func_180617_a,spawnBonemealParticles,0, +func_180618_a,attachToFence,2, +func_180620_b,placeInExistingPortal,2, +func_180621_a,getRandomChunkPosition,2, +func_180622_a,genTerrainBlocks,2, +func_180623_a,pickRandomFlower,2, +func_180624_a,decorate,2, +func_180625_c,getFoliageColorAtPos,0, +func_180626_a,getTemperature,2, +func_180627_b,getGrassColorAtPos,0, +func_180628_b,generateBiomeTerrain,2, +func_180629_a,getBand,2, +func_180630_a,findBiomePosition,2, +func_180631_a,getBiome,2, +func_180632_j,setDefaultState,2, +func_180633_a,onBlockPlacedBy,2, +func_180634_a,onEntityCollision,2, +func_180635_a,spawnAsEntity,2, +func_180636_a,collisionRayTrace,2, +func_180637_b,dropXpOnBlockBreak,2, +func_180639_a,onBlockActivated,2, +func_180640_a,getSelectedBoundingBox,0, +func_180641_l,getComparatorInputOverride,2, +func_180642_a,getStateForPlacement,2, +func_180643_i,getSilkTouchDrop,2, +func_180645_a,randomTick,2, +func_180646_a,getCollisionBoundingBox,2, +func_180647_a,getPlayerRelativeBlockHardness,2, +func_180649_a,onBlockClicked,2, +func_180650_b,updateTick,2, +func_180651_a,damageDropped,2, +func_180652_a,onExplosionDestroy,2, +func_180653_a,dropBlockAsItemWithChance,2, +func_180655_c,randomDisplayTick,0, +func_180656_a,getWeakPower,2, +func_180657_a,harvestBlock,2, +func_180658_a,onFallenUpon,2, +func_180659_g,getMapColor,2, +func_180660_a,getItemDropped,2, +func_180661_e,createBlockState,2, +func_180663_b,breakBlock,2, +func_180664_k,getRenderLayer,0, +func_180666_a,updateState,2, +func_180669_e,computeRedstoneStrength,2, +func_180670_a,canUseBonemeal,2, +func_180671_f,canBlockStay,2, +func_180672_a,getGrowthChance,2, +func_180673_e,trySpawnGolem,2, +func_180674_e,getPoweredState,2, +func_180675_k,getUnpoweredState,2, +func_180676_d,getLockableContainer,2, +func_180677_d,updatePower,2, +func_180678_e,dropRecord,2, +func_180679_a,checkWitherSpawn,2, +func_180682_b,eatCake,2, +func_180683_d,checkFall,2, +func_180684_e,teleport,2, +func_180686_a,setFireInfo,2, +func_180688_d,triggerMixEffects,2, +func_180690_f,placeStaticBlock,2, +func_180691_e,spawnParticles,2, +func_180692_a,explode,2, +func_180694_a,playSound,2, +func_180697_b,findRailAt,2, +func_180698_a,getRadiusPredicates,2, +func_180699_d,getBlockPos,2, +func_180700_a,checkLightSide,2, +func_180701_a,recursiveGenerate,2, +func_180702_a,addTunnel,2, +func_180703_a,addRoom,2, +func_180704_a,addTunnel,2, +func_180705_a,addRoom,2, +func_180706_b,getNearestStructurePos,2, +func_180707_a,addTunnel,2, +func_180708_a,writeGameProfile,2, +func_180709_b,generate,2, +func_180710_a,setPlantType,2, +func_180711_a,generateSaplings,2, +func_180713_a,getTagFromJson,2, +func_180714_a,writeString,2, +func_180715_a,getLayerFromString,2, +func_180716_a,getLayersFromString,2, +func_180728_a,getBlockState,0, +func_180735_b,getBufferData,0, +func_180751_d,getScoreAction,0, +func_180755_e,getDuration,0, +func_180760_b,getBufferData,2, +func_180762_c,getAction,2, +func_180764_b,getAction,2, +func_180777_a,randomlyRareFillWithBlocks,2, +func_180779_c,chooseProfession,2, +func_180780_a,getBlockState,2, +func_180781_a,initializeAllBiomeGenerators,2, +func_180783_e,setDifficultyLocked,2, +func_180784_a,onBlockClicked,2, +func_180785_a,blockRemoving,2, +func_180793_a,affectEntity,2, +func_180794_a,onAttributeModified,2, +func_180798_a,renderDebugInfoLeft,0, +func_180799_ab,isInLava,2, +func_181012_aH,getTeleportDirection,2, +func_181013_g,setRenderYawOffset,2, +func_181014_aG,getLastPortalVec,2, +func_181015_d,setPortal,2, +func_181022_b,stopUseShader,0, +func_181023_a,updateTileEntities,0, +func_181026_s,hasMarker,2, +func_181027_m,setMarker,2, +func_181029_i,resetPlayersOverlayFooterHeader,0, +func_181030_a,resetFooterHeader,0, +func_181031_a,setSettingsModified,0, +func_181033_a,canDestroyBlock,2, +func_181034_q,shouldBroadcastRconToOps,2, +func_181035_ah,shouldUseNativeTransport,2, +func_181037_M,getProfileProperties,0, +func_181040_m,getIsHittingBlock,0, +func_181041_d,isOnLAN,0, +func_181043_b,getTabCompletionCoordinateXZ,2, +func_181057_v,getPlayers,2, +func_181058_b,getFormattedListOfPlayers,2, +func_181066_d,getColor,2, +func_181068_c,getMapColor,2, +func_181070_c,getMapColor,2, +func_181072_c,getMapColor,2, +func_181074_c,getMapColor,2, +func_181076_a,getFacingFromAxis,2, +func_181078_a,areItemStacksExactlyEqual,2, +func_181079_c,setPos,2, +func_181086_a,isInvalidNeighbor,2, +func_181087_e,hasInvalidNeighbor,2, +func_181088_a,canPlaceBlock,2, +func_181089_f,createPatternHelper,2, +func_181090_a,canAttachTo,2, +func_181091_e,checkCanSurvive,2, +func_181100_a,getHeight,2, +func_181101_b,getWidth,2, +func_181117_a,getFrontTopLeft,2, +func_181118_d,getWidth,2, +func_181119_e,getHeight,2, +func_181123_a,areNBTEquals,2, +func_181124_a,createNetworkManagerAndConnect,0, +func_181138_a,offset,2, +func_181140_a,removeEntity,2, +func_181147_e,shouldRenderClouds,0, +func_181148_f,isUsingNativeTransport,0, +func_181155_a,setActive,0, +func_181156_c,setPage,0, +func_181157_b,initializeClassLookup,2, +func_181159_b,atan2,2, +func_181160_c,pct,2, +func_181161_i,fastInvSqrt,2, +func_181162_h,frac,0, +func_181535_r,getMusicTicker,0, +func_181536_a,draw,0, +func_181537_a,setConnectedToRealms,0, +func_181538_aA,getCurrentAction,0, +func_181539_aj,getFrameTimer,0, +func_181540_al,isConnectedToRealms,0, +func_181544_b,setSeaLevel,2, +func_181545_F,getSeaLevel,2, +func_181550_a,updateBoundingBox,2, +func_181551_a,renderSelectedItem,0, +func_181552_c,getFrameColor,0, +func_181553_a,blendColors,0, +func_181554_e,renderLagometer,0, +func_181558_a,playMusic,0, +func_181559_a,renderChar,0, +func_181560_a,updateCameraAndRender,0, +func_181562_a,getRenderChunkOffset,0, +func_181564_a,renderItem,0, +func_181565_a,draw,0, +func_181617_a,runTask,2, +func_181623_g,canSpawnInBlock,2, +func_181624_a,isTwoByTwoOfType,2, +func_181627_a,createLoadingCache,2, +func_181631_a,crosSection,2, +func_181632_a,placeVine,2, +func_181638_a,placeTreeOfHeight,2, +func_181639_b,placeLogAt,2, +func_181642_b,placeLogAt,2, +func_181647_a,addVine,2, +func_181650_b,addHangingVine,2, +func_181651_a,addVine,2, +func_181652_a,placeCocoa,2, +func_181655_a,generateWaterBox,2, +func_181656_b,hasNaN,0, +func_181662_b,pos,0, +func_181663_c,normal,0, +func_181664_j,getBufferSize,0, +func_181665_a,getDistanceSq,0, +func_181666_a,color,0, +func_181667_k,nextVertexFormatIndex,0, +func_181668_a,begin,0, +func_181669_b,color,0, +func_181670_b,growBuffer,0, +func_181672_a,getVertexState,0, +func_181674_a,sortVertexData,0, +func_181675_d,endVertex,0, +func_181679_a,draw,0, +func_181681_a,getTransform,0, +func_181682_g,getAllTransforms,0, +func_181683_a,getTransform,0, +func_181687_c,hasCustomTransform,0, +func_181688_b,getTransform,0, +func_181689_a,applyTransform,0, +func_181701_a,getBlockPosOffset16,0, +func_181719_f,getIntegerSize,0, +func_181720_d,getOffset,0, +func_181721_a,addElement,0, +func_181722_a,bufferData,0, +func_181743_a,addForClass,2, +func_181746_c,getFrames,0, +func_181747_a,addFrame,0, +func_181748_a,getLagometerValue,0, +func_181749_a,getLastIndex,0, +func_181750_b,getIndex,0, +func_181751_b,parseIndex,0, +func_181756_a,getInteger,0, +func_181758_c,hsvToRGB,0, +func_183000_F,onlyOpsCanSetNbt,2, +func_183002_r,shouldBroadcastConsoleToOps,2, +func_183005_a,isThereOneNegativeScale,0, +func_183006_b,isMovePlayerPacketInvalid,2, +func_183013_b,writeChunkData,2, +func_183019_a,getResourcePackFormat,0, +func_183023_f,bypassesPlayerLimit,2, +func_183024_b,bypassesPlayerLimit,2, +func_183026_b,bypassesPlayerLimit,2, +func_183027_f,getPackFormat,0, +func_183028_i,deleteOldServerResourcesPacks,0, +func_183029_j,getCpu,0, +func_183500_a,setGuiSize,0, +func_183501_a,areRealmsNotificationsEnabled,0, +func_184044_a,renderHotbarItem,0, +func_184045_a,renderAttackIndicator,0, +func_184046_j,getBossOverlay,0, +func_184047_e,renderMountHealth,0, +func_184048_a,renderPotionEffects,0, +func_184051_a,renderBossHealth,0, +func_184052_a,render,0, +func_184053_e,shouldDarkenSky,0, +func_184054_d,shouldPlayEndBossMusic,0, +func_184055_a,read,0, +func_184056_f,shouldCreateFog,0, +func_184057_b,clearBossInfos,0, +func_184067_a,soundPlay,0, +func_184068_a,renderSubtitles,0, +func_184072_a,setCompletions,0, +func_184073_g,updateMode,0, +func_184074_h,nextMode,0, +func_184075_a,updateGui,0, +func_184076_j,updateAutoExec,0, +func_184077_i,updateConditional,0, +func_184087_a,updateCommandOutput,0, +func_184097_a,getDisplayString,0, +func_184098_a,handleMouseClick,0, +func_184102_h,getServer,2, +func_184103_al,getPlayerList,2, +func_184104_a,getTabCompletions,2, +func_184105_a,setPlayerList,2, +func_184106_y,isWorldIconSet,0, +func_184107_a,applyServerIconToResponse,2, +func_184108_a,getSpawnRadius,2, +func_184109_z,getWorldIconFile,0, +func_184113_aK,loadResourcePackSHA,1, +func_184117_aA,processKeyBinds,0, +func_184118_az,runTickKeyboard,0, +func_184119_a,storeTEInStack,0, +func_184121_ak,getRenderPartialTicks,0, +func_184122_c,processKeyF3,0, +func_184123_d,getVersionType,0, +func_184124_aB,runTickMouse,0, +func_184125_al,getBlockColors,0, +func_184126_aj,getDataFixer,0, +func_184133_a,playSound,2, +func_184134_a,playSound,2, +func_184135_a,sendPacketToServer,2, +func_184136_b,getNearestPlayerNotCreative,2, +func_184137_a,getClosestPlayer,2, +func_184138_a,notifyBlockUpdate,2, +func_184139_a,getNearestAttackablePlayer,2, +func_184141_c,getGroundAboveSeaLevel,2, +func_184142_a,getNearestAttackablePlayer,2, +func_184143_b,collidesWithAnyBlock,2, +func_184144_a,getCollisionBoxes,2, +func_184145_b,isUpdateScheduled,2, +func_184146_ak,getLootTableManager,2, +func_184147_l,tickPlayers,2, +func_184148_a,playSound,2, +func_184149_a,playRecord,2, +func_184150_a,getNearestAttackablePlayer,2, +func_184153_a,showBarrierParticles,0, +func_184154_a,refreshVisibleChunks,0, +func_184156_a,playSound,0, +func_184159_a,sendPacketWithinDistance,2, +func_184161_a,spawnParticle,2, +func_184162_i,playerCheckLight,2, +func_184163_y,getStructureTemplateManager,2, +func_184164_w,getPlayerChunkMap,2, +func_184165_i,canAddEntity,2, +func_184166_c,saveAdditionalData,2, +func_184167_a,setSuccessCount,2, +func_184172_bi,getAdjustedHorizontalFacing,2, +func_184173_H,decrementTimeUntilPortal,2, +func_184174_b,setDropItemsWhenDead,2, +func_184175_a,getRecursivePassengersByType,2, +func_184176_by,getSoundCategory,2, +func_184177_bl,getRenderBoundingBox,0, +func_184178_b,addTrackingPlayer,2, +func_184179_bs,getControllingPassenger,2, +func_184180_b,getRecursivePassengersByType,2, +func_184181_aa,getSplashSound,2, +func_184182_bu,getRecursivePassengers,2, +func_184183_bd,getRenderDistanceWeight,0, +func_184184_Z,getSwimSound,2, +func_184185_a,playSound,2, +func_184186_bw,canPassengerSteer,2, +func_184187_bx,getRidingEntity,2, +func_184188_bt,getPassengers,2, +func_184189_br,setPositionNonDirty,2, +func_184190_l,applyOrientationToEntity,0, +func_184191_r,isOnSameTeam,2, +func_184192_z,getPushReaction,2, +func_184193_aE,getArmorInventoryList,2, +func_184194_a,isOnScoreboardTeam,2, +func_184195_f,setGlowing,2, +func_184196_w,isPassenger,2, +func_184197_b,removeTag,2, +func_184198_c,writeToNBTAtomically,2, +func_184199_a,applyPlayerInteraction,2, +func_184200_o,addPassenger,2, +func_184201_a,setItemStackToSlot,2, +func_184202_aL,isGlowing,2, +func_184203_c,removeTrackingPlayer,2, +func_184204_a,changeDimension,2, +func_184205_a,startRiding,2, +func_184206_a,notifyDataManagerChange,2, +func_184207_aI,isBeingRidden,2, +func_184208_bv,getLowestRidingEntity,2, +func_184209_aF,getEquipmentAndArmor,2, +func_184210_p,dismountRidingEntity,2, +func_184211_a,addTag,2, +func_184212_Q,getDataManager,2, +func_184213_bq,ignoreItemEntityData,2, +func_184214_aD,getHeldEquipment,2, +func_184215_y,isRidingOrBeingRiddenBy,2, +func_184216_O,getTags,2, +func_184217_a,getMirroredYaw,2, +func_184218_aH,isRiding,2, +func_184219_q,canFitPassenger,2, +func_184220_m,startRiding,2, +func_184221_a,setUniqueId,2, +func_184222_aU,isNonBoss,2, +func_184223_x,isRidingSameEntity,2, +func_184224_h,setEntityInvulnerable,2, +func_184225_p,removePassenger,2, +func_184226_ay,removePassengers,2, +func_184227_b,setRenderDistanceWeight,0, +func_184228_n,canBeRidden,2, +func_184229_a,getRotatedYaw,2, +func_184230_a,processInitialInteract,2, +func_184231_a,updateFallState,2, +func_184232_k,updatePassenger,2, +func_184249_c,setConditionMet,2, +func_184250_a,setPowered,2, +func_184251_i,getMode,2, +func_184252_d,setSendToClient,2, +func_184253_b,setAuto,2, +func_184254_e,isAuto,2, +func_184255_d,isPowered,2, +func_184256_g,isConditionMet,2, +func_184257_h,isSendToClient,2, +func_184258_j,isConditional,2, +func_184263_a,create,2, +func_184264_v,getType,2, +func_184276_b,getLootTable,2, +func_184279_f,isBeaconEffect,2, +func_184281_d,fillWithLoot,2, +func_184282_c,checkLootAndWrite,2, +func_184283_b,checkLootAndRead,2, +func_184288_f,addLoot,2, +func_184289_a,setLootTable,2, +func_184292_a,getCaptureItems,2, +func_184293_a,setProfileCache,2, +func_184294_a,setSessionService,2, +func_184295_a,getAnimationProgress,0, +func_184300_h,triggerCooldown,2, +func_184301_a,getChunk,2, +func_184302_e,getSpawnPercent,0, +func_184303_j,findExitPosition,2, +func_184304_i,getParticleAmount,0, +func_184305_g,getCooldownPercent,0, +func_184306_a,teleportEntity,2, +func_184307_a,findSpawnpointInChunk,2, +func_184308_a,findHighestBlock,2, +func_184309_b,isSpawning,2, +func_184310_d,isCoolingDown,2, +func_184311_k,findExitPortal,2, +func_184312_b,createExitPortal,2, +func_184313_a,shouldRenderFace,0, +func_184319_a,getAABB,2, +func_184320_e,getExtendedProgress,2, +func_184321_a,getAABB,2, +func_184322_i,moveCollidedEntities,2, +func_184323_a,handleMoveVehicle,2, +func_184324_a,handleCooldown,2, +func_184325_a,handleUpdateBossInfo,2, +func_184326_a,processChunkUnload,2, +func_184327_a,handleSoundEffect,2, +func_184328_a,handleSetPassengers,2, +func_184329_a,handleCustomSound,2, +func_184330_a,handlePlayerPosLook,2, +func_184337_a,processTryUseItemOnBlock,2, +func_184338_a,processVehicleMove,2, +func_184339_a,processConfirmTeleport,2, +func_184340_a,processSteerBoat,2, +func_184341_b,isMoveVehiclePacketInvalid,2, +func_184342_d,captureCurrentPosition,2, +func_184364_b,getSound,0, +func_184365_d,getCategory,0, +func_184366_a,createAccessor,0, +func_184370_a,getMusicRecord,0, +func_184371_a,getMasterRecord,0, +func_184372_a,getRecordSoundRecord,0, +func_184373_n,createWorldIcon,0, +func_184375_a,playSoundToAllNearExcept,2, +func_184376_a,notifyBlockUpdate,2, +func_184377_a,playRecord,2, +func_184378_a,didBlockChange,2, +func_184382_g,getRenderedChunks,0, +func_184383_a,isOutlineActive,0, +func_184384_n,hasNoChunkUpdates,0, +func_184385_a,markBlocksForUpdate,0, +func_184389_a,getModelForState,0, +func_184391_a,renderItemAndEffectIntoGUI,0, +func_184392_a,renderItem,0, +func_184393_a,getItemModelWithOverrides,0, +func_184394_a,renderItemModel,0, +func_184396_a,getResourceLocation,0, +func_184397_a,generateMipmaps,0, +func_184398_a,getAccessor,0, +func_184399_a,setSoundLevel,0, +func_184400_b,removeListener,0, +func_184401_a,validateSoundResource,0, +func_184402_a,addListener,0, +func_184403_b,getFlowerItemStack,2, +func_184404_a,setName,2, +func_184405_a,setMode,2, +func_184406_a,setIgnoresEntities,2, +func_184408_a,setRotation,2, +func_184409_c,setSize,2, +func_184410_b,setMetadata,2, +func_184411_a,setMirror,2, +func_184412_n,load,2, +func_184414_b,setPosition,2, +func_184415_a,filterRelatedCornerBlocks,2, +func_184416_a,calculateEnclosingBoundingBox,2, +func_184417_l,detectSize,2, +func_184418_a,getNearbyCornerBlocks,2, +func_184419_m,save,2, +func_184429_b,getSlotFor,0, +func_184430_d,pickItem,2, +func_184431_b,stackEqualExact,2, +func_184432_b,canHarvestBlock,2, +func_184433_k,getBestHotbarSlot,2, +func_184434_a,setPickedItemStack,0, +func_184435_e,isHotbar,2, +func_184436_a,canMergeStacks,2, +func_184437_d,deleteStack,2, +func_184438_a,getDestroySpeed,2, +func_184441_l,getBoatGlide,2, +func_184442_a,updateInputs,0, +func_184443_x,controlBoat,2, +func_184444_v,getUnderwaterStatus,2, +func_184445_a,setPaddleState,2, +func_184446_u,checkInWater,2, +func_184447_s,tickLerp,2, +func_184448_a,getRowingTime,0, +func_184449_t,getBoatStatus,2, +func_184450_w,updateMotion,2, +func_184451_k,getWaterLevelAbove,2, +func_184453_r,getBoatType,2, +func_184454_a,applyYawToEntity,2, +func_184455_j,getItemBoat,2, +func_184457_a,getPaddleState,2, +func_184458_a,setBoatType,2, +func_184481_a,setOwner,2, +func_184482_a,setColor,2, +func_184483_a,setRadius,2, +func_184484_a,setPotion,2, +func_184485_d,setWaitTime,2, +func_184486_b,setDuration,2, +func_184487_c,setRadiusPerTick,2, +func_184488_a,setIgnoreRadius,2, +func_184489_o,getDuration,2, +func_184490_j,getRadius,2, +func_184491_a,setParticle,2, +func_184492_k,getColor,2, +func_184493_l,getParticle,2, +func_184494_w,getOwner,2, +func_184495_b,setRadiusOnUse,2, +func_184496_a,addEffect,2, +func_184497_n,shouldIgnoreRadius,2, +func_184514_c,xpToDurability,2, +func_184515_b,durabilityToXp,2, +func_184516_a,setBeamTarget,2, +func_184517_a,setShowBottom,2, +func_184518_j,getBeamTarget,2, +func_184519_a,onCrystalDestroyed,2, +func_184520_k,shouldShowBottom,2, +func_184523_o,playPlaceSound,2, +func_184527_k,bringInHookedEntity,2, +func_184530_a,setOrigin,2, +func_184531_j,getOrigin,0, +func_184534_a,setFuse,2, +func_184535_k,getFuseDataManager,2, +func_184536_l,getFuse,2, +func_184538_a,shoot,2, +func_184541_a,setItem,2, +func_184542_a,extinguishFires,2, +func_184543_l,getPotion,2, +func_184544_n,isLingering,2, +func_184547_a,shoot,2, +func_184548_a,arrowHit,2, +func_184549_a,onHit,2, +func_184550_j,getArrowStack,2, +func_184551_a,findEntityOnPath,2, +func_184555_a,setPotionEffect,2, +func_184556_b,spawnPotionParticles,2, +func_184557_n,getColor,2, +func_184558_a,addEffect,2, +func_184563_j,getParticleType,2, +func_184564_k,isFireballFiery,2, +func_184567_a,bulletHit,2, +func_184568_a,setDirection,2, +func_184569_a,selectNextMoveDirection,2, +func_184581_c,playHurtSound,2, +func_184582_a,getItemStackFromSlot,2, +func_184583_d,canBlockDamageSource,2, +func_184584_a,updateItemUse,2, +func_184585_cz,isActiveItemStackBlocking,2, +func_184586_b,getHeldItem,2, +func_184587_cr,isHandActive,2, +func_184588_d,getFallSound,2, +func_184589_d,removePotionEffect,2, +func_184590_k,damageShield,2, +func_184591_cq,getPrimaryHand,2, +func_184592_cb,getHeldItemOffhand,2, +func_184593_a,areAllPotionsAmbient,2, +func_184594_b,frostWalk,2, +func_184595_k,attemptTeleport,2, +func_184596_c,removeActivePotionEffect,2, +func_184597_cx,stopActiveHand,2, +func_184598_c,setActiveHand,2, +func_184599_cB,getTicksElytraFlying,0, +func_184600_cs,getActiveHand,2, +func_184601_bQ,getHurtSound,2, +func_184602_cy,resetActiveHand,2, +func_184603_cC,canBeHitWithPotion,2, +func_184604_a,canGoThroughtTrapDoorOnLadder,2, +func_184605_cv,getItemInUseCount,2, +func_184606_a_,playEquipSound,2, +func_184607_cu,getActiveItemStack,2, +func_184608_ct,updateActiveHand,2, +func_184609_a,swingArm,2, +func_184610_a,dropLoot,2, +func_184611_a,setHeldItem,2, +func_184612_cw,getItemInUseMaxCount,2, +func_184613_cA,isElytraFlying,2, +func_184614_ca,getHeldItemMainhand,2, +func_184615_bR,getDeathSound,2, +func_184616_r,updateElytra,2, +func_184636_a,getArmorByChance,2, +func_184638_cS,isLeftHanded,2, +func_184639_G,getAmbientSound,2, +func_184640_d,getSlotForItemStack,2, +func_184641_n,setLeftHanded,2, +func_184642_a,setDropChance,2, +func_184643_a,getPathPriority,2, +func_184644_a,setPathPriority,2, +func_184645_a,processInteract,2, +func_184646_p,setMoveStrafing,2, +func_184647_J,getLootTable,2, +func_184648_b,isItemStackInSlot,2, +func_184649_cE,getHorizontalFaceSpeed,2, +func_184650_s,createBodyHelper,2, +func_184651_r,initEntityAI,2, +func_184652_a,canBeLeashedTo,2, +func_184662_q,getHeadYOffset,2, +func_184663_l,getNearestPpIdx,2, +func_184664_cU,getFightManager,2, +func_184665_a,getHeadLookVec,2, +func_184666_a,findPath,2, +func_184667_a,getHeadPartYOffset,0, +func_184668_a,dropExperience,2, +func_184669_a,makePath,2, +func_184670_cT,getPhaseManager,2, +func_184671_o,initPathPoints,2, +func_184672_a,onCrystalDestroyed,2, +func_184684_db,getPeekTick,2, +func_184686_df,isClosed,2, +func_184688_a,getClientPeekAmount,0, +func_184689_o,tryTeleportToNewPosition,2, +func_184691_a,updateArmorModifier,2, +func_184692_dd,getOldAttachPos,0, +func_184693_dc,getClientTeleportInterp,0, +func_184694_g,setAttachmentPos,2, +func_184696_cZ,getAttachmentFacing,2, +func_184697_de,isAttachedToBlock,0, +func_184699_da,getAttachmentPos,2, +func_184709_cY,getSquishSound,2, +func_184710_cZ,getJumpSound,2, +func_184716_o,playEndermanSound,2, +func_184724_a,setSwingingArms,2, +func_184725_db,isSwingingArms,0, +func_184730_o,isDrinkingPotion,2, +func_184733_a,setArmsRaised,2, +func_184734_db,isArmsRaised,0, +func_184747_a,setPumpkinEquipped,2, +func_184748_o,isPumpkinEquipped,2, +func_184753_b,getOwnerId,2, +func_184754_b,setOwnerId,2, +func_184762_da,boost,2, +func_184770_cZ,startJumping,2, +func_184771_da,getJumpSound,2, +func_184772_dk,getRandomRabbitType,2, +func_184775_b,handleStartJump,2, +func_184776_b,canJump,2, +func_184777_r_,handleStopJump,2, +func_184779_b,setOwnerUniqueId,2, +func_184780_dh,getOwnerUniqueId,2, +func_184783_dl,getHorseArmorType,2, +func_184785_dv,getAngrySound,2, +func_184795_a,swapItem,2, +func_184796_b,isDisabled,2, +func_184797_a,setBit,2, +func_184808_cD,updateSize,2, +func_184809_a,displayGuiEditCommandCart,2, +func_184810_cG,spawnSweepParticles,2, +func_184811_cZ,getCooldownTracker,2, +func_184812_l_,isCreative,2, +func_184813_a,getDigSpeed,2, +func_184814_a,openBook,2, +func_184815_l,createCooldownTracker,2, +func_184816_a,dropItemAndGetStack,2, +func_184817_da,getLuck,2, +func_184818_cX,getCooldownPeriod,2, +func_184819_a,setPrimaryHand,2, +func_184820_o,updateCape,2, +func_184821_cY,resetCooldown,2, +func_184823_b,canHarvestBlock,2, +func_184824_a,displayGuiCommandBlock,2, +func_184825_o,getCooledAttackStrength,2, +func_184826_a,openGuiHorseInventory,2, +func_184833_s,isPlayerInfoSet,0, +func_184834_t,getLocationElytra,0, +func_184838_M,isRowingBoat,0, +func_184839_n,setPermissionLevel,0, +func_184840_I,getPermissionLevel,0, +func_184846_L,clearInvulnerableDimensionChange,2, +func_184847_M,setElytraFlying,2, +func_184848_d,addEntity,2, +func_184849_a,updateScorePoints,2, +func_184850_K,isInvulnerableDimensionChange,2, +func_184861_a,setVersionTooltip,0, +func_184862_a,postInit,0, +func_184863_a,selectWorld,0, +func_184870_b,getClickedComponentAt,0, +func_184876_a,getCoordinateInfo,2, +func_184878_a,getLastElement,2, +func_184879_a,getServer,2, +func_184881_a,execute,2, +func_184882_a,checkPermission,2, +func_184883_a,getTabCompletions,2, +func_184884_a,getEntity,2, +func_184885_b,getEntity,2, +func_184886_d,getPlayerName,2, +func_184887_a,entityToNBT,2, +func_184888_a,getPlayer,2, +func_184889_a,toSyntaxException,2, +func_184890_c,getEntityList,2, +func_184891_e,getEntityName,2, +func_184892_a,banIp,2, +func_184893_b,getProfilerResults,2, +func_184894_a,saveProfilerResults,2, +func_184895_a,appendProfilerResults,2, +func_184896_a,setDefaultGameType,2, +func_184897_a,getOverWorldGameRules,2, +func_184898_a,notifyGameRuleChange,2, +func_184899_a,getCommandMap,2, +func_184900_a,getSortedPossibleCommands,2, +func_184903_a,convertToObjective,2, +func_184904_b,getTriggerNames,2, +func_184905_a,removeObjective,2, +func_184906_o,applyPlayerOperation,2, +func_184907_n,testPlayerScore,2, +func_184908_a,addObjective,2, +func_184909_b,handleUserWildcards,2, +func_184910_b,addTeam,2, +func_184911_g,leaveTeam,2, +func_184912_l,resetPlayerScore,2, +func_184913_a,getScoreboard,2, +func_184914_m,enablePlayerTrigger,2, +func_184915_a,convertToTeam,2, +func_184916_f,joinTeam,2, +func_184917_h,emptyTeam,2, +func_184918_k,addPlayerScore,2, +func_184919_i,setDisplayObjective,2, +func_184920_j,listPlayers,2, +func_184921_d,removeTeam,2, +func_184922_e,listTeams,2, +func_184923_c,setTeamOption,2, +func_184924_a,applyPlayerTag,2, +func_184925_a,listObjectives,2, +func_184926_a,getObjectiveNames,2, +func_184927_a,getObjectiveNames,2, +func_184928_b,incrementAllWorldTimes,2, +func_184929_a,setAllWorldTimes,2, +func_184930_a,toggleRainfall,2, +func_184931_a,getWorldBorder,2, +func_184932_a,setCommandStatForSender,2, +func_184951_f,getTagPredicates,2, +func_184952_c,getScorePredicates,2, +func_184954_b,getName,2, +func_184955_a,getById,0, +func_184956_a,getId,2, +func_184979_a,byId,2, +func_184980_a,getName,2, +func_184981_a,getTypeFromString,2, +func_184982_b,getMetadata,2, +func_184993_a,setNextSpawnData,2, +func_184994_d,getCachedEntity,0, +func_184996_a,slotClick,2, +func_185000_c,broadcastData,2, +func_185004_b_,isValidBrewingFuel,2, +func_185017_b,getSoundEvent,2, +func_185040_i,hasCustomProperties,0, +func_185043_a,addPropertyOverride,2, +func_185045_a,getPropertyGetter,0, +func_185052_a,createArrow,2, +func_185054_a,appendHoverTextFromTileEntityTag,0, +func_185055_a,makeState,2, +func_185058_h_,isArrow,2, +func_185059_b,getArrowVelocity,2, +func_185060_a,findAmmo,2, +func_185061_a,turnBottleIntoItem,2, +func_185063_a,scaleMap,2, +func_185064_b,enableMapTracking,2, +func_185069_d,isUsable,2, +func_185070_a,setPotionEffect,2, +func_185071_a,setBlock,2, +func_185074_a,getBySound,0, +func_185075_h,getSound,0, +func_185078_a,applyEntityIdToItemStack,0, +func_185079_a,applyItemEntityDataToEntity,2, +func_185082_a,dispenseArmor,2, +func_185083_B_,getEquipmentSlot,0, +func_185085_a,apply,0, +func_185087_a,wobble,0, +func_185092_a,getSpawnToAngle,0, +func_185093_a,wobble,0, +func_185094_a,getFrameRotation,0, +func_185108_a,getById,2, +func_185110_a,getModeId,2, +func_185119_l,getHorizontalAngle,2, +func_185129_a,addAttributeModifier,2, +func_185132_d,areItemsEqualIgnoreDurability,2, +func_185136_b,isItemEqualIgnoreDurability,2, +func_185140_b,notifyOnSet,2, +func_185141_a,hasCooldown,2, +func_185142_b,removeCooldown,0, +func_185143_a,getCooldown,2, +func_185144_a,tick,2, +func_185145_a,setCooldown,2, +func_185146_c,notifyOnRemove,2, +func_185168_a,getPotionTypeForName,2, +func_185170_a,getEffects,2, +func_185172_c,hasInstantEffect,2, +func_185173_a,registerPotionType,2, +func_185174_b,getNamePrefixed,2, +func_185175_b,registerPotionTypes,2, +func_185181_a,getPotionColorFromEffectList,2, +func_185182_a,addPotionTooltip,0, +func_185183_a,getPotionColor,2, +func_185184_a,appendEffects,2, +func_185185_a,getEffectsFromTag,2, +func_185186_a,mergeEffects,2, +func_185187_c,getPotionTypeFromNBT,2, +func_185188_a,addPotionToItemStack,2, +func_185189_a,getEffectsFromStack,2, +func_185190_b,getFullEffectsFromItem,2, +func_185191_c,getPotionFromItem,2, +func_185192_b,getFullEffectsFromTag,2, +func_185193_a,addCustomPotionEffectToList,2, +func_185203_b,isItemConversionReagent,2, +func_185205_a,isReagent,2, +func_185206_b,hasItemConversions,2, +func_185207_a,init,2, +func_185208_a,hasConversions,2, +func_185209_c,hasTypeConversions,2, +func_185211_c,isTypeConversionReagent,2, +func_185212_d,doReaction,2, +func_185217_a,getRegisteredPotionType,2, +func_185257_f,registerEnchantments,2, +func_185258_b,getEnchantmentID,2, +func_185260_a,getEntityEquipment,2, +func_185261_e,isTreasureEnchantment,2, +func_185262_c,getEnchantmentByID,2, +func_185266_a,freezeNearby,2, +func_185270_a,getWeight,2, +func_185277_b,getNbt,2, +func_185278_a,toCompoundTag,2, +func_185282_a,removeIncompatible,2, +func_185283_h,getLootingModifier,2, +func_185284_a,getMaxEnchantmentLevel,2, +func_185287_i,getAquaAffinityModifier,2, +func_185291_a,getEnchantmentDatas,2, +func_185292_c,getRespirationModifier,2, +func_185293_e,getEfficiencyModifier,2, +func_185294_d,getDepthStriderModifier,2, +func_185295_a,getRegisteredEnchantment,2, +func_185314_a,getTypeName,2, +func_185315_c,getEnchantIncreasePerLevel,2, +func_185316_b,getMinimalEnchantability,2, +func_185327_a,getDistanceSq,2, +func_185328_a,parseGameTypeWithDefault,2, +func_185329_a,parseGameTypeWithDefault,2, +func_185331_a,isValidEmptySpawnBlock,2, +func_185332_f,getDistance,2, +func_185334_h,toImmutable,2, +func_185336_p,setY,2, +func_185339_c,retain,2, +func_185342_g,retain,0, +func_185344_t,release,2, +func_185345_c,retain,2, +func_185346_s,retain,2, +func_185352_i,ignorePlayerSpawnSuitability,2, +func_185353_n,getDefaultTemperature,2, +func_185354_a,registerBiome,2, +func_185355_j,getBaseHeight,2, +func_185356_b,getMutationForBiome,2, +func_185357_a,getBiomeForId,2, +func_185358_q,registerBiomes,2, +func_185359_l,getBiomeName,0, +func_185360_m,getHeightVariation,2, +func_185361_o,getWaterColor,0, +func_185362_a,getIdForBiome,2, +func_185363_b,isMutation,2, +func_185378_a,addDoublePlants,2, +func_185379_b,addMushrooms,2, +func_185395_b,setRainfall,2, +func_185396_a,setRainDisabled,2, +func_185398_c,setBaseHeight,2, +func_185399_a,setBaseBiome,2, +func_185400_d,setHeightVariation,2, +func_185402_a,setWaterColor,2, +func_185410_a,setTemperature,2, +func_185411_b,setSnowEnabled,2, +func_185426_a,getSpikesForWorld,2, +func_185428_a,getRegisteredBiome,2, +func_185467_w,getSoundType,2, +func_185471_a,withMirror,2, +func_185473_a,getItem,2, +func_185477_a,addCollisionBoxToList,2, +func_185481_k,isTopSolid,2, +func_185484_c,getPackedLightmapCoords,0, +func_185485_f,getAmbientOcclusionLightValue,0, +func_185492_a,addCollisionBoxToList,2, +func_185496_a,getBoundingBox,2, +func_185499_a,withRotation,2, +func_185503_a,rayTrace,2, +func_185507_b,playClickOnSound,2, +func_185508_c,playClickOffSound,2, +func_185514_i,canSustainBush,2, +func_185517_a,getType,2, +func_185524_e,getAgeProperty,2, +func_185525_y,isMaxAge,2, +func_185526_g,getMaxAge,2, +func_185527_x,getAge,2, +func_185528_e,withAge,2, +func_185529_b,getBonemealAgeIncrease,2, +func_185545_A,isAlternateInput,2, +func_185546_B,isDiode,2, +func_185547_C,isSameDiode,2, +func_185549_e,getTileDataItemStack,2, +func_185576_e,getInstrument,2, +func_185588_a,createTilePiston,2, +func_185589_c,getTilePistonAt,2, +func_185592_b,updateConnectedRails,2, +func_185601_a,growTreeRecursive,2, +func_185602_a,placeGrownFlower,2, +func_185603_a,generatePlant,2, +func_185604_a,areAllNeighborsEmpty,2, +func_185605_c,placeDeadFlower,2, +func_185606_b,canSurvive,2, +func_185608_b,canSurviveAt,2, +func_185615_a,playClickSound,2, +func_185616_e,checkPressed,2, +func_185617_b,playReleaseSound,2, +func_185633_i,getArmShape,2, +func_185646_a,canPush,2, +func_185654_e,getCloseSound,2, +func_185655_g,getOpenSound,2, +func_185661_e,getOrCreatePortalShape,2, +func_185666_i,getBoundingBoxIdx,2, +func_185674_a,getTypeForItem,2, +func_185675_i,isHalfSlab,0, +func_185679_b,turnIntoWater,2, +func_185680_c,countNeighbors,2, +func_185681_a,slightlyMelt,2, +func_185698_b,getSlopeFindDistance,2, +func_185699_x,getAABBIndex,2, +func_185704_d,isDifferentStairs,2, +func_185705_z,getCollEighthBlock,2, +func_185706_d,getStairsShape,2, +func_185707_y,getCollQuarterBlock,2, +func_185708_x,getCollisionBoxList,2, +func_185709_i,isBlockStairs,2, +func_185728_i,getBoundingBoxIndex,2, +func_185729_a,getBoundingBoxIndex,2, +func_185731_a,playSound,2, +func_185749_i,getAABBIndex,2, +func_185759_i,canFallThrough,2, +func_185763_a,getConnectedRails,2, +func_185800_a,toRotation,2, +func_185802_a,mirrorRotation,2, +func_185803_b,mirror,2, +func_185830_a,add,2, +func_185831_a,rotate,2, +func_185833_a,rotate,2, +func_185841_e,getPlaceSound,2, +func_185842_g,getFallSound,2, +func_185843_a,getVolume,2, +func_185844_d,getStepSound,2, +func_185845_c,getBreakSound,0, +func_185846_f,getHitSound,0, +func_185847_b,getPitch,2, +func_185886_a,getPropertyName,2, +func_185887_b,getBlockHardness,2, +func_185888_a,getComparatorInputOverride,2, +func_185889_a,getPackedLightmapCoords,0, +func_185890_d,getCollisionBoundingBox,2, +func_185891_c,getLightOpacity,2, +func_185892_j,getAmbientOcclusionLightValue,0, +func_185893_b,getStrongPower,2, +func_185894_c,shouldSideBeRendered,0, +func_185895_e,isTranslucent,0, +func_185896_q,isTopSolid,2, +func_185897_m,canProvidePower,2, +func_185898_k,isBlockNormalCube,2, +func_185899_b,getActualState,2, +func_185900_c,getBoundingBox,2, +func_185901_i,getRenderType,2, +func_185902_a,withMirror,2, +func_185903_a,getPlayerRelativeBlockHardness,2, +func_185904_a,getMaterial,2, +func_185905_o,getPushReaction,2, +func_185906_d,getLightValue,2, +func_185907_a,withRotation,2, +func_185908_a,addCollisionBoxToList,2, +func_185909_g,getMapColor,2, +func_185910_a,collisionRayTrace,2, +func_185911_a,getWeakPower,2, +func_185912_n,hasComparatorInputOverride,2, +func_185913_b,isFullBlock,2, +func_185914_p,isOpaqueCube,2, +func_185915_l,isNormalCube,2, +func_185916_f,useNeighborBrightness,2, +func_185917_h,isFullCube,2, +func_185918_c,getSelectedBoundingBox,0, +func_185919_a,validateProperty,2, +func_185920_a,getProperty,2, +func_185922_a,getFingerLength,2, +func_185927_a,matches,2, +func_185929_b,parseValue,2, +func_185931_b,populate,2, +func_185932_a,generateChunk,2, +func_185933_a,generateStructures,2, +func_185936_a,prepareHeights,2, +func_185937_b,buildSurfaces,2, +func_185938_a,getHeights,2, +func_185960_a,getIslandHeightValue,2, +func_185961_c,isIslandChunk,2, +func_185962_a,buildSurfaces,2, +func_185963_a,getHeights,2, +func_185976_a,setBlocksInChunk,2, +func_185977_a,replaceBiomeBlocks,2, +func_185978_a,generateHeightmap,2, +func_186008_a,onResize,2, +func_186009_b,write,2, +func_186010_a,read,0, +func_186011_b,getIndex,2, +func_186012_b,setBits,2, +func_186013_a,set,2, +func_186014_b,set,2, +func_186015_a,get,2, +func_186016_a,get,2, +func_186017_a,getDataForNBT,2, +func_186018_a,getSerializedSize,2, +func_186019_a,setDataFromNBT,2, +func_186025_d,provideChunk,2, +func_186026_b,getLoadedChunk,2, +func_186027_a,saveChunks,2, +func_186028_c,loadChunk,2, +func_186030_a,populate,2, +func_186031_y,getLastExtendedBlockStorage,2, +func_186032_a,getBlockState,2, +func_186033_a,read,0, +func_186034_a,populate,2, +func_186035_j,wasTicked,2, +func_186037_b,write,2, +func_186038_a,read,0, +func_186039_a,getBlockState,2, +func_186040_a,getSerializedSize,2, +func_186041_a,idFor,2, +func_186049_g,getData,2, +func_186050_a,readChunkEntity,2, +func_186051_a,readWorldEntity,2, +func_186052_a,spawnEntity,2, +func_186053_a,createEntityFromNBT,2, +func_186054_a,readWorldEntityPos,2, +func_186056_c,canDropChunk,2, +func_186057_q,onWorldSave,2, +func_186058_p,getDimensionType,2, +func_186059_r,onWorldUpdateEntities,2, +func_186060_c,createChunkGenerator,2, +func_186061_a,onPlayerAdded,2, +func_186062_b,onPlayerRemoved,2, +func_186063_s,getDragonFightManager,2, +func_186065_b,getName,2, +func_186067_c,getSuffix,2, +func_186068_a,getId,2, +func_186069_a,getById,2, +func_186070_d,createDimension,2, +func_186079_a,process,2, +func_186087_f,resetSpikeCrystals,2, +func_186088_a,getCompound,2, +func_186089_a,generateGateway,2, +func_186090_a,onCrystalDestroyed,2, +func_186091_h,findExitPortal,2, +func_186092_c,getNumAliveCrystals,2, +func_186093_a,respawnDragon,2, +func_186094_a,generatePortal,2, +func_186095_a,setRespawnState,2, +func_186096_a,processDragonDeath,2, +func_186097_l,spawnNewGateway,2, +func_186099_b,dragonUpdate,2, +func_186100_j,updatePlayers,2, +func_186101_k,findAliveCrystals,2, +func_186102_d,hasPreviouslyKilledDragon,2, +func_186103_i,loadChunks,2, +func_186104_g,hasDragonBeenKilled,2, +func_186105_b,tick,2, +func_186106_e,respawnDragon,2, +func_186125_a,generate,2, +func_186137_b,getBlockIndex,2, +func_186138_a,findGroundBlockIdx,2, +func_186142_a,setBeamTarget,2, +func_186143_a,setSpike,2, +func_186144_a,setCrystalInvulnerable,2, +func_186148_c,getRadius,2, +func_186149_d,getHeight,2, +func_186150_e,isGuarded,2, +func_186151_a,getCenterX,2, +func_186152_b,getCenterZ,2, +func_186153_f,getTopBoundingBox,2, +func_186154_a,doesStartInChunk,2, +func_186161_c,getComponents,2, +func_186162_a,create,2, +func_186164_a,setCoordBaseMode,2, +func_186165_e,getCoordBaseMode,2, +func_186167_a,generateChest,2, +func_186173_a,setup,2, +func_186174_h,setBoundingBoxFromTemplate,2, +func_186175_a,handleDataMarker,2, +func_186184_a,init,2, +func_186200_a,registerPieces,2, +func_186212_b,getMirror,2, +func_186213_g,getBoundingBox,2, +func_186214_a,setMirror,2, +func_186215_c,getRotation,2, +func_186216_b,getBoundingBoxFromChunk,2, +func_186217_a,copy,2, +func_186218_a,setChunk,2, +func_186219_f,getReplacedBlock,2, +func_186220_a,setRotation,2, +func_186221_e,getIgnoreEntities,2, +func_186222_a,setIgnoreEntities,2, +func_186223_a,setBoundingBox,2, +func_186224_i,setBoundingBoxFromChunk,2, +func_186225_a,setReplacedBlock,2, +func_186226_b,setIgnoreStructureBlock,2, +func_186227_h,getIgnoreStructureBlock,2, +func_186235_b,readTemplate,2, +func_186236_a,readTemplateFromJar,2, +func_186237_a,getTemplate,2, +func_186238_c,writeTemplate,2, +func_186239_a,readTemplateFromStream,2, +func_186252_a,setAuthor,2, +func_186253_b,addBlocksToWorld,2, +func_186254_a,takeBlocksFromWorld,2, +func_186255_a,takeEntitiesFromWorld,2, +func_186256_b,read,2, +func_186257_a,transformedSize,2, +func_186258_a,getDataBlocks,2, +func_186259_a,getSize,2, +func_186260_a,addBlocksToWorldChunk,2, +func_186261_b,getAuthor,2, +func_186262_a,calculateConnectedPos,2, +func_186263_a,addEntitiesToWorld,2, +func_186264_a,writeDoubles,2, +func_186266_a,transformedBlockPos,2, +func_186267_a,writeInts,2, +func_186268_a,transformedBlockPos,2, +func_186269_a,transformedVec3d,2, +func_186274_m,getPushReaction,2, +func_186281_c,distanceManhattan,2, +func_186282_b,createFromBuffer,0, +func_186283_a,cloneMove,2, +func_186289_a,getPriority,2, +func_186309_a,setPoint,2, +func_186310_f,getCurrentPos,2, +func_186311_b,read,0, +func_186315_a,init,2, +func_186316_c,setCanSwim,2, +func_186317_a,setCanEnterDoors,2, +func_186318_b,getStart,2, +func_186319_a,getPathNodeType,2, +func_186320_a,findPathOptions,2, +func_186321_b,setCanOpenDoors,2, +func_186322_e,getCanSwim,2, +func_186323_c,getCanEnterDoors,2, +func_186324_d,getCanOpenDoors,2, +func_186325_a,getPathPointToCoords,2, +func_186327_c,isFree,2, +func_186328_b,getWaterNode,2, +func_186329_a,getPathNodeType,2, +func_186330_a,getPathNodeType,2, +func_186331_a,getPathNodeType,2, +func_186332_a,getSafePoint,2, +func_186333_a,findPath,2, +func_186334_a,findPath,2, +func_186335_a,findPath,2, +func_186336_a,findPath,2, +func_186340_h,getStructureTemplateManager,2, +func_186343_L,isVersionSnapshot,0, +func_186344_K,getVersionId,0, +func_186345_a,setDimensionData,2, +func_186346_M,getVersionName,0, +func_186347_a,getDimensionData,2, +func_186352_b,getFile,2, +func_186353_a,getWorldData,2, +func_186355_l,markVersionInList,0, +func_186356_m,askToOpenWorld,0, +func_186357_i,getVersionName,0, +func_186361_a,getEffectiveWeight,2, +func_186362_a,serialize,2, +func_186363_a,addLoot,2, +func_186367_a,deserialize,2, +func_186370_a,deserialize,2, +func_186372_a,deserialize,2, +func_186373_a,register,2, +func_186374_a,getAll,2, +func_186375_a,register,2, +func_186449_b,generateLoot,2, +func_186452_a,createLootRoll,2, +func_186459_a,getEmptySlotsRandomized,2, +func_186460_a,fillInventory,2, +func_186462_a,generateLootForPools,2, +func_186463_a,shuffleItems,2, +func_186469_a,withLuck,2, +func_186470_a,withPlayer,2, +func_186471_a,build,2, +func_186472_a,withLootedEntity,2, +func_186473_a,withDamageSource,2, +func_186482_a,fromString,2, +func_186490_b,removeLootTable,2, +func_186491_f,getLuck,2, +func_186492_c,getKiller,2, +func_186493_a,getLootedEntity,2, +func_186494_a,getEntity,2, +func_186495_b,getKillerPlayer,2, +func_186496_a,addLootTable,2, +func_186497_e,getLootTableManager,2, +func_186507_b,generateFloat,2, +func_186509_a,getMin,2, +func_186510_a,isInRange,2, +func_186511_a,generateInt,2, +func_186512_b,getMax,2, +func_186517_b,loadLootTable,2, +func_186518_c,loadBuiltinLootTable,2, +func_186521_a,getLootTableFromLocation,2, +func_186522_a,reloadLootTables,2, +func_186529_a,getFunctionName,2, +func_186530_b,deserialize,2, +func_186531_b,getFunctionClass,2, +func_186532_a,serialize,2, +func_186553_a,apply,2, +func_186554_a,getConditions,2, +func_186581_a,getSerializerFor,2, +func_186582_a,registerFunction,2, +func_186583_a,getSerializerForName,2, +func_186586_a,deserialize,2, +func_186592_a,serialize,2, +func_186594_a,getOperationFromStr,2, +func_186595_a,getOperationFromInt,2, +func_186602_a,getLootTableLocation,2, +func_186603_b,deserialize,2, +func_186604_b,getConditionClass,2, +func_186605_a,serialize,2, +func_186618_a,testCondition,2, +func_186631_a,entityScoreMatch,2, +func_186638_a,testAllConditions,2, +func_186639_a,registerCondition,2, +func_186640_a,getSerializerFor,2, +func_186641_a,getSerializerForName,2, +func_186644_a,registerProperty,2, +func_186645_a,getSerializerFor,2, +func_186646_a,getSerializerForName,2, +func_186649_a,getName,2, +func_186650_a,serialize,2, +func_186651_b,getPropertyClass,2, +func_186652_a,deserialize,2, +func_186657_a,testProperty,2, +func_186660_b,intersectsWithYZ,2, +func_186661_a,isClosest,2, +func_186662_g,grow,2, +func_186663_b,collideWithYPlane,2, +func_186664_h,shrink,2, +func_186665_c,collideWithZPlane,2, +func_186666_e,setMaxY,2, +func_186667_c,intersectsWithXZ,2, +func_186668_a,intersects,2, +func_186669_d,intersectsWithXY,2, +func_186670_a,offset,2, +func_186671_a,collideWithXPlane,2, +func_186678_a,scale,2, +func_186679_c,squareDistanceTo,2, +func_186681_k,getCollisionRule,2, +func_186682_a,setCollisionRule,2, +func_186684_a,addDirtyRunnable,2, +func_186686_a,getByName,2, +func_186687_a,getNames,2, +func_186703_a,getBlockStateAtEntityViewpoint,0, +func_186704_a,updateKeyBindState,0, +func_186707_e,getValueMin,0, +func_186711_a,getSoundLevel,0, +func_186712_a,setSoundLevel,0, +func_186719_a,createScreenshot,0, +func_186720_a,colorMultiplier,0, +func_186722_a,registerBlockColorHandler,0, +func_186723_a,init,0, +func_186724_a,colorMultiplier,0, +func_186726_a,colorMultiplier,0, +func_186728_a,colorMultiplier,0, +func_186729_a,init,0, +func_186730_a,registerItemColorHandler,0, +func_186731_a,registerItemColorHandler,0, +func_186734_i,shouldDarkenSky,2, +func_186735_a,setPercent,2, +func_186736_g,getColor,2, +func_186737_d,getUniqueId,2, +func_186738_f,getPercent,2, +func_186739_a,setName,2, +func_186740_h,getOverlay,2, +func_186741_a,setDarkenSky,2, +func_186742_b,setPlayEndBossMusic,2, +func_186743_c,setCreateFog,2, +func_186744_e,getName,2, +func_186745_a,setColor,0, +func_186746_a,setOverlay,0, +func_186747_j,shouldPlayEndBossMusic,2, +func_186748_k,shouldCreateFog,2, +func_186757_c,getPlayers,2, +func_186758_d,setVisible,2, +func_186759_a,sendUpdate,2, +func_186760_a,addPlayer,2, +func_186761_b,removePlayer,2, +func_186765_a,updateFromPacket,0, +func_186768_j,isServerPack,0, +func_186769_f,loadServerIcon,0, +func_186774_a,joinWorld,0, +func_186776_b,deleteWorld,0, +func_186777_e,loadWorld,0, +func_186778_c,editWorld,0, +func_186779_d,recreateWorld,0, +func_186792_d,selectWorld,0, +func_186794_f,getSelectedWorld,0, +func_186795_e,refreshList,0, +func_186796_g,getGuiWorldSelection,0, +func_186801_a,getRandomObject,2, +func_186803_a,add,0, +func_186804_a,size,2, +func_186805_c,getValue,2, +func_186806_e,findEmpty,2, +func_186807_d,grow,2, +func_186808_c,add,2, +func_186809_c,nextId,2, +func_186810_b,size,2, +func_186811_d,hashObject,2, +func_186812_a,clear,0, +func_186813_a,get,2, +func_186814_a,put,2, +func_186815_a,getId,2, +func_186816_b,getIndex,2, +func_186823_a,refresh,0, +func_186824_a,getString,0, +func_186825_b,getStartTime,0, +func_186826_c,getLocation,0, +func_186831_a,getByName,2, +func_186832_a,getParticleNames,2, +func_186838_a,requestCompletions,0, +func_186839_b,getTargetBlockPos,0, +func_186840_a,setCompletions,0, +func_186841_a,complete,0, +func_186842_c,resetDidComplete,0, +func_186843_d,resetRequested,0, +func_186854_a,setUniqueId,2, +func_186855_b,hasUniqueId,2, +func_186856_d,getSize,2, +func_186857_a,getUniqueId,2, +func_186858_c,getIntAt,2, +func_186859_a,createPosTag,2, +func_186860_b,getUUIDFromTag,2, +func_186861_c,getPosFromTag,2, +func_186862_a,createUUIDTag,2, +func_186863_b,readVarIntArray,2, +func_186865_a,writeLongArray,2, +func_186873_b,readLongArray,0, +func_186875_a,writeVarIntArray,2, +func_186876_a,resolve,2, +func_186877_b,fromJsonLenient,2, +func_186879_b,getUniqueId,0, +func_186880_c,getX,0, +func_186881_e,getZ,0, +func_186882_d,getY,0, +func_186884_d,getZ,0, +func_186885_b,getX,0, +func_186886_c,getY,0, +func_186887_d,getZ,0, +func_186888_b,getX,0, +func_186889_c,getY,0, +func_186890_c,getUniqueId,0, +func_186891_e,getX,0, +func_186892_f,getY,0, +func_186893_g,getZ,0, +func_186895_b,getUniqueId,0, +func_186897_e,getY,0, +func_186898_d,getX,0, +func_186899_f,getZ,0, +func_186900_e,getColor,0, +func_186901_i,shouldCreateFog,0, +func_186902_b,getOperation,0, +func_186903_a,setFlags,2, +func_186904_f,getOverlay,0, +func_186905_j,getFlags,2, +func_186906_d,getPercent,0, +func_186907_c,getName,0, +func_186908_a,getUniqueId,0, +func_186909_g,shouldDarkenSky,0, +func_186910_h,shouldPlayEndBossMusic,0, +func_186920_a,getItem,0, +func_186922_b,getTicks,0, +func_186925_e,getZ,0, +func_186926_d,getY,0, +func_186927_f,getVolume,0, +func_186928_g,getPitch,0, +func_186929_b,getCategory,0, +func_186930_a,getSoundName,0, +func_186932_c,getX,0, +func_186940_a,getX,0, +func_186941_b,getZ,0, +func_186945_f,getWriteBuffer,2, +func_186946_a,getReadBuffer,0, +func_186951_c,getZ,0, +func_186952_a,getX,0, +func_186953_b,getY,0, +func_186955_b,getY,0, +func_186956_c,getZ,0, +func_186957_a,getX,0, +func_186958_e,getPitch,0, +func_186959_d,getYaw,0, +func_186965_f,getTeleportId,0, +func_186967_a,getEntity,0, +func_186968_a,getPotion,0, +func_186969_c,getEquipmentSlot,0, +func_186971_a,getPassengerIds,0, +func_186972_b,getEntityId,0, +func_186975_j,getCollisionRule,0, +func_186977_b,getCategory,0, +func_186978_a,getSound,0, +func_186981_d,getZ,0, +func_186982_b,getX,0, +func_186983_c,getY,0, +func_186984_g,getIsAmbient,0, +func_186987_a,getTeleportId,2, +func_186989_c,hasTargetBlock,2, +func_186991_f,getMainHand,2, +func_186993_f,getClickType,2, +func_186994_b,getHand,2, +func_186996_b,getY,2, +func_186997_a,getX,2, +func_186998_b,getPitch,2, +func_186999_a,getYaw,2, +func_187000_c,getZ,2, +func_187002_b,getY,2, +func_187003_c,getZ,2, +func_187004_a,getX,2, +func_187005_e,getPitch,2, +func_187006_d,getYaw,2, +func_187012_a,getLeft,2, +func_187014_b,getRight,2, +func_187017_b,getLines,2, +func_187018_a,getHand,2, +func_187020_f,getFacingZ,2, +func_187022_c,getHand,2, +func_187023_a,getPos,2, +func_187024_b,getDirection,2, +func_187025_e,getFacingY,2, +func_187026_d,getFacingX,2, +func_187028_a,getHand,2, +func_187040_a,pack,2, +func_187042_a,getMask,2, +func_187043_b,isSet,2, +func_187044_a,unpack,2, +func_187052_a,getAssetsIndex,0, +func_187054_b,renderMultipass,0, +func_187055_a,renderPaddle,0, +func_187056_a,makePaddle,0, +func_187062_a,render,0, +func_187072_a,getMainHand,0, +func_187073_a,postRenderArm,0, +func_187074_a,getArmForSide,0, +func_187097_a,interactWithEntity,0, +func_187098_a,windowClick,0, +func_187099_a,processRightClickBlock,0, +func_187100_a,pickItem,0, +func_187101_a,processRightClick,0, +func_187102_a,interactWithEntity,0, +func_187103_a,onPlayerDestroyBlock,0, +func_187106_i,getLocationElytra,0, +func_187108_a,setBoundingBox,0, +func_187109_b,setPosition,0, +func_187110_a,move,0, +func_187111_c,shouldDisableDepth,0, +func_187112_i,setExpired,0, +func_187113_k,isAlive,0, +func_187114_a,setMaxAge,0, +func_187115_a,setSize,0, +func_187116_l,getBoundingBox,0, +func_187117_a,setParticleTexture,0, +func_187118_j,resetPositionToBB,0, +func_187145_d,setColorFade,0, +func_187146_c,setColor,0, +func_187154_b,multiplyColor,0, +func_187155_a,getId,2, +func_187156_b,getSerializer,2, +func_187159_a,read,2, +func_187160_a,write,2, +func_187161_a,createKey,2, +func_187188_b,getSerializerId,2, +func_187189_a,registerSerializer,2, +func_187190_a,getSerializer,2, +func_187205_a,getKey,2, +func_187206_b,getValue,2, +func_187208_a,setDirty,2, +func_187209_c,isDirty,2, +func_187210_a,setValue,2, +func_187214_a,register,2, +func_187215_b,readEntries,2, +func_187216_a,writeEntries,2, +func_187217_b,setDirty,2, +func_187218_a,setEntryValues,0, +func_187219_c,getEntry,2, +func_187220_a,writeEntry,2, +func_187221_b,getDirty,2, +func_187222_c,setEntry,2, +func_187223_a,isDirty,2, +func_187224_a,setEntryValue,0, +func_187225_a,get,2, +func_187226_a,createKey,2, +func_187227_b,set,2, +func_187228_d,isEmpty,2, +func_187229_a,writeEntries,2, +func_187230_e,setClean,2, +func_187231_c,getAll,2, +func_187238_b,removeProperty,1, +func_187239_a,hasProperty,1, +func_187240_a,tickParticleList,0, +func_187242_a,changePlayerDimension,2, +func_187243_f,updatePermissionLevel,2, +func_187244_a,reloadWhitelist,2, +func_187245_a,sendPlayerPermissionLevel,2, +func_187246_z,loadPlayerBanList,1, +func_187247_w,saveIPBanList,1, +func_187248_x,savePlayerBanList,1, +func_187249_y,loadIPBanList,1, +func_187250_a,processRightClick,2, +func_187251_a,processRightClickBlock,2, +func_187252_a,setViewDistance,2, +func_187253_a,getPositionLong,2, +func_187254_a,updateServerPosition,0, +func_187259_a,setMaxRange,2, +func_187260_b,getTrackedEntity,2, +func_187261_c,resetPlayerVisibility,2, +func_187264_a,getPos,2, +func_187265_a,blockChanged,2, +func_187266_f,getChunk,2, +func_187267_a,sendPacket,2, +func_187268_a,providePlayerChunk,2, +func_187269_a,hasPlayerMatching,2, +func_187270_g,getClosestPlayerDistance,2, +func_187271_a,hasPlayerMatchingInRange,2, +func_187272_b,sendToPlayers,2, +func_187273_a,sendBlockEntity,2, +func_187274_e,isSentToPlayers,2, +func_187275_d,containsPlayer,2, +func_187276_a,addPlayer,2, +func_187277_b,removePlayer,2, +func_187278_c,sendToPlayer,2, +func_187279_c,updateChunkInhabitedTime,2, +func_187280_d,update,2, +func_187300_b,getChunkIterator,2, +func_187301_b,getEntry,2, +func_187302_c,getOrCreateEntry,2, +func_187304_a,entryChanged,2, +func_187305_b,removeEntry,2, +func_187306_e,markSortPending,2, +func_187307_d,getIndex,2, +func_187314_a,lightmap,0, +func_187315_a,tex,0, +func_187319_a,lookupProfile,2, +func_187320_a,setOnlineMode,2, +func_187321_d,isOnlineMode,2, +func_187373_a,apply,0, +func_187374_b,clean,0, +func_187397_v,glGetInteger,0, +func_187398_d,glBlendEquation,0, +func_187399_a,glTexEnvi,0, +func_187400_c,glColorPointer,0, +func_187401_a,blendFunc,0, +func_187402_b,glFog,0, +func_187403_b,glTexParameterf,0, +func_187404_a,glTexCoordPointer,0, +func_187405_c,glTexCoordPointer,0, +func_187406_e,glColorPointer,0, +func_187407_a,cullFace,0, +func_187408_a,enableBlendProfile,0, +func_187409_d,glPolygonMode,0, +func_187410_q,glEnableClientState,0, +func_187411_c,glGetTexLevelParameteri,0, +func_187412_c,glFogi,0, +func_187413_a,glReadPixels,0, +func_187414_b,glTexSubImage2D,0, +func_187415_K,glEndList,0, +func_187416_u,glGetString,0, +func_187417_n,disableOutlineMode,0, +func_187418_a,quatToGlMatrix,0, +func_187419_a,glTexImage2D,0, +func_187420_d,glVertexPointer,0, +func_187421_b,glTexParameteri,0, +func_187422_a,colorLogicOp,0, +func_187423_f,glNewList,0, +func_187424_a,glLightModel,0, +func_187425_g,glPixelStorei,0, +func_187426_b,glTexCoord2f,0, +func_187427_b,glVertexPointer,0, +func_187428_a,tryBlendFuncSeparate,0, +func_187429_p,glDisableClientState,0, +func_187430_a,setFog,0, +func_187431_e,enableOutlineMode,0, +func_187432_a,glNormal3f,0, +func_187433_a,glGetTexImage,0, +func_187434_L,glGetError,0, +func_187435_e,glVertex3f,0, +func_187436_a,glTexEnvf,0, +func_187437_J,glEnd,0, +func_187438_a,glLight,0, +func_187439_f,glDrawArrays,0, +func_187440_b,disableBlendProfile,0, +func_187441_d,glLineWidth,0, +func_187442_t,glGenLists,0, +func_187443_a,glCopyTexSubImage2D,0, +func_187444_a,rotate,0, +func_187445_a,glGetInteger,0, +func_187446_a,glNormalPointer,0, +func_187447_r,glBegin,0, +func_187448_b,glTexEnv,0, +func_187449_e,glDeleteLists,0, +func_187452_a,getPermissionLevel,2, +func_187453_a,transformFirstPerson,0, +func_187454_a,transformEatFirstPerson,0, +func_187455_a,renderArm,0, +func_187456_a,renderArmFirstPerson,0, +func_187457_a,renderItemInFirstPerson,0, +func_187458_c,rotateArm,0, +func_187459_b,transformSideFirstPerson,0, +func_187460_a,resetEquippedProgress,0, +func_187461_a,renderMapFirstPerson,0, +func_187462_a,renderItemSide,0, +func_187463_a,renderMapFirstPerson,0, +func_187464_b,setLightmap,0, +func_187465_a,renderMapFirstPersonSide,0, +func_187466_c,renderArms,0, +func_187473_a,convertMobOwnerIfNeeded,2, +func_187474_a,markBlocksForUpdate,0, +func_187477_a,freeCacheSlot,0, +func_187478_a,getResourceLocation,0, +func_187489_a,getPropertyName,0, +func_187490_a,removeName,0, +func_187491_a,updateVertexBrightness,0, +func_187492_a,renderQuadsSmooth,0, +func_187493_a,renderModel,0, +func_187494_a,fillQuadBounds,0, +func_187495_a,renderModelBrightnessColor,0, +func_187496_a,renderQuadsFlat,0, +func_187497_c,renderModelFlat,0, +func_187498_b,renderModelSmooth,0, +func_187502_a,registerSound,2, +func_187503_a,getSoundName,0, +func_187504_b,registerSounds,2, +func_187508_a,getSprite,0, +func_187510_a,getRegisteredSoundEvent,2, +func_187948_a,getName,2, +func_187949_b,getSoundCategoryNames,2, +func_187950_a,getByName,2, +func_187964_a,getItemOverrides,0, +func_187965_e,getOverrideLocations,0, +func_187966_f,getOverrides,0, +func_187967_g,createOverrides,0, +func_187998_b,parseMultipart,0, +func_187999_a,parseMapVariants,0, +func_188000_b,hasVariant,0, +func_188001_c,getMultipartData,0, +func_188002_b,hasMultipartData,0, +func_188003_a,getMultipartVariants,0, +func_188004_c,getVariant,0, +func_188006_a,rotateUV,0, +func_188007_a,makeRotatedUV,0, +func_188010_a,applyUVLock,0, +func_188011_a,rotateVertex,0, +func_188012_a,makeQuadVertexData,0, +func_188013_a,addUvRotation,0, +func_188014_a,getIndex,0, +func_188015_a,fillVertexData,0, +func_188021_a,applyOverride,0, +func_188025_a,makeMapResourceValues,0, +func_188026_a,getLocation,0, +func_188027_a,matchesItemStack,0, +func_188034_a,applyTransformSide,0, +func_188035_a,makeQuaternion,0, +func_188041_a,getResourceLocationBlock,0, +func_188042_a,parseModelRotation,0, +func_188043_b,getStringModel,0, +func_188044_d,parseUvLock,0, +func_188045_c,parseWeight,0, +func_188046_a,getModelLocation,0, +func_188047_d,getWeight,0, +func_188048_b,getRotation,0, +func_188049_c,isUvLock,0, +func_188054_f,initPickedUpAndDroppedStats,2, +func_188055_a,getBlockStats,2, +func_188056_d,getObjectsPickedUpStats,2, +func_188057_b,getObjectUseStats,2, +func_188058_e,getDroppedObjectStats,2, +func_188059_c,getObjectBreakStats,2, +func_188060_a,getCraftStats,2, +func_188114_a,getVariantList,0, +func_188118_a,getPredicate,0, +func_188123_a,makePredicate,0, +func_188133_a,getSelectors,0, +func_188135_c,getStateContainer,0, +func_188136_a,getSelectors,0, +func_188137_b,getVariants,0, +func_188138_a,setStateContainer,0, +func_188141_a,setAt,2, +func_188142_a,getAt,2, +func_188143_a,getBackingLongArray,2, +func_188144_b,size,2, +func_188158_a,getOrAndCondition,0, +func_188159_b,getWhenCondition,0, +func_188161_b,makePropertyValue,0, +func_188165_a,getVariantList,0, +func_188166_a,getPredicate,0, +func_188172_b,getItem,2, +func_188173_a,gsonDeserialize,2, +func_188174_a,deserializeClass,2, +func_188175_b,isNumber,2, +func_188176_a,gsonDeserialize,2, +func_188177_a,deserializeClass,2, +func_188178_a,gsonDeserialize,2, +func_188179_a,deserializeClass,2, +func_188180_i,getItem,2, +func_188181_b,getVariants,0, +func_188182_a,getBlockstateLocations,0, +func_188185_a,isGlobalRenderer,0, +func_188186_a,renderStateModel,0, +func_188190_a,renderSkull,0, +func_188204_a,renderBeamSegment,0, +func_188205_a,renderBeamSegment,0, +func_188206_a,renderBeacon,0, +func_188207_b,positiveModulo,0, +func_188208_f,hash,2, +func_188209_b,wrapDegrees,2, +func_188210_a,getRandomUUID,2, +func_188216_a,getFixVersion,2, +func_188217_a,fixTagCompound,2, +func_188219_a,addPassengerToVehicle,2, +func_188220_b,extractVehicle,2, +func_188224_a,updateLine,2, +func_188228_i,getDistanceSq,0, +func_188244_g,stopWorkerThreads,0, +func_188245_a,uploadChunk,0, +func_188247_f,hasNoChunkUpdates,0, +func_188248_h,hasNoFreeRenderBuilders,0, +func_188251_a,process,2, +func_188252_b,processFixes,2, +func_188253_c,processWalkers,2, +func_188254_a,getTypeList,2, +func_188255_a,registerVanillaWalker,2, +func_188256_a,registerFix,2, +func_188257_a,process,2, +func_188258_a,registerWalker,2, +func_188263_a,isChunkExisting,0, +func_188264_a,notifyToStop,0, +func_188266_a,process,2, +func_188267_a,getBlockEntityID,2, +func_188271_b,filteredProcess,2, +func_188276_a,registerFixes,2, +func_188277_a,processItemStack,2, +func_188278_b,processInventory,2, +func_188279_a,createFixer,2, +func_188280_f,getDistanceSq,0, +func_188281_o,needsImmediateUpdate,0, +func_188282_m,clearNeedsUpdate,0, +func_188283_p,getWorld,0, +func_188289_a,addPath,0, +func_188295_H_,isMultipass,0, +func_188296_a,renderEntityName,0, +func_188297_a,setRenderOutlines,0, +func_188298_c,getTeamColor,0, +func_188299_a,renderShadowSingle,0, +func_188300_b,renderMultipass,0, +func_188309_a,setupTranslation,0, +func_188311_a,setupRotation,0, +func_188319_a,renderCartContents,0, +func_188322_c,prepareScale,0, +func_188325_a,renderCrystalBeams,0, +func_188347_a,rotLerp,0, +func_188358_a,renderHeldItem,0, +func_188359_a,setModelSlotVisible,0, +func_188360_a,getModelFromSlot,0, +func_188361_a,renderArmorLayer,0, +func_188363_b,isLegSlot,0, +func_188364_a,renderEnchantedGlint,0, +func_188382_a,getAndSplit,2, +func_188383_a,getAndRemove,2, +func_188388_a,renderEntityStatic,0, +func_188389_a,renderMultipass,0, +func_188390_b,isRenderMultipass,0, +func_188391_a,renderEntity,0, +func_188397_a,getType,2, +func_188398_b,getResult,2, +func_188401_b,getDamageAfterMagicAbsorb,2, +func_188403_a,causeIndirectDamage,2, +func_188404_v,getDamageLocation,2, +func_188405_b,causeExplosionDamage,2, +func_188408_i,isBeneficial,0, +func_188409_a,getIdFromPotion,2, +func_188410_a,getPotionDurationString,0, +func_188411_k,registerPotions,2, +func_188412_a,getPotionById,2, +func_188413_j,setBeneficial,2, +func_188418_e,doesShowParticles,2, +func_188419_a,getPotion,2, +func_188422_a,getRegisteredMobEffect,2, +func_188429_b,createEntityByIDFromName,2, +func_188442_a,getTeamCollisionPredicate,2, +func_188443_a,withinRange,2, +func_188450_d,getName,2, +func_188451_a,fromString,2, +func_188452_c,getSlotIndex,2, +func_188453_a,getSlotType,2, +func_188454_b,getIndex,2, +func_188468_a,opposite,0, +func_188479_b,removeModifier,2, +func_188487_a,read,2, +func_188488_a,strafe,2, +func_188497_a,getRandPos,2, +func_188498_f,isBowInMainhand,2, +func_188508_a,isTempting,2, +func_188511_a,getTargetableArea,2, +func_188514_a,createSkeleton,2, +func_188515_a,createHorse,2, +func_188518_a,canPlaceBlock,2, +func_188525_d,enableControlFlag,2, +func_188526_c,disableControlFlag,2, +func_188527_a,setControlFlag,2, +func_188528_b,isControlFlagDisabled,2, +func_188532_a,makeFromResource,0, +func_188535_a,interpolateColor,0, +func_188536_b,getUnInterpolatedV,0, +func_188537_a,getUnInterpolatedU,0, +func_188538_a,loadSprite,0, +func_188539_a,loadSpriteFrames,0, +func_188543_d,getColorGamma,0, +func_188545_b,isFileExisting,0, +func_188546_a,getPackMcmeta,0, +func_188547_a,getFile,0, +func_188552_d,checkResourcePath,0, +func_188553_i,canUpdatePathOnTimeout,2, +func_188554_j,updatePath,2, +func_188555_b,canEntityStandOnPos,2, +func_188565_b,getResourcePackEntry,0, +func_188566_a,hasKey,0, +func_188567_j,getInsideDirection,2, +func_188568_a,hasKey,0, +func_188573_b,getHash,0, +func_188574_d,getTextureName,0, +func_188575_a,getByOrdinal,2, +func_188576_a,getByItem,2, +func_188577_b,isHorseArmor,2, +func_188578_c,getProtection,2, +func_188579_a,getOrdinal,2, +func_188580_a,getByItemStack,2, +func_188616_a,getQuads,0, +func_188617_f,getOverrides,0, +func_188618_c,isBuiltInRenderer,0, +func_188627_a,getRandomModel,0, +func_188631_b,getBlockstateLocation,0, +func_188632_a,loadMultipartMBD,0, +func_188633_a,addModelParentLocation,0, +func_188634_a,loadItemModel,0, +func_188635_i,bakeItemModels,0, +func_188636_a,loadModelBlockDefinition,0, +func_188637_e,loadMultipartVariantModels,0, +func_188638_a,loadVariantList,0, +func_188639_a,createRandomModelForVariantList,0, +func_188640_b,loadBlocks,0, +func_188644_a,addFaceQuads,0, +func_188645_a,addGeneralQuads,0, +func_188647_a,makeMultipartModel,0, +func_188648_a,putModel,0, +func_188650_g,getTargetLocation,2, +func_188651_f,getMaxRiseOrFall,2, +func_188652_i,getType,2, +func_188653_h,getYawFactor,2, +func_188654_a,getIsStationary,2, +func_188655_a,onCrystalDestroyed,2, +func_188656_a,getAdjustedDamage,2, +func_188657_b,doClientRenderEffects,2, +func_188658_e,removeAreaEffect,2, +func_188659_c,doLocalUpdate,2, +func_188660_d,initPhase,2, +func_188663_j,resetFlameCount,2, +func_188668_a,setTarget,2, +func_188674_a,strafePlayer,2, +func_188675_j,findNewTarget,2, +func_188676_k,navigateToNextPathNode,2, +func_188681_j,findNewTarget,2, +func_188682_k,navigateToNextPathNode,2, +func_188686_a,setTarget,2, +func_188687_j,findNewTarget,2, +func_188688_k,navigateToNextPathNode,2, +func_188695_j,findNewTarget,2, +func_188696_k,navigateToNextPathNode,2, +func_188700_a,getSounds,0, +func_188701_c,getSubtitle,0, +func_188704_a,getByName,0, +func_188712_c,getSubtitle,0, +func_188714_b,getLocation,0, +func_188715_a,addSound,0, +func_188719_a,getSoundLocation,0, +func_188721_b,getSoundAsOggLocation,0, +func_188722_g,getType,0, +func_188723_h,isStreaming,0, +func_188724_c,getVolume,0, +func_188725_d,getPitch,0, +func_188732_a,deserializeType,0, +func_188733_a,deserializeSounds,0, +func_188734_b,deserializeSound,0, +func_188735_a,create,2, +func_188736_a,createPhase,2, +func_188737_a,getConstructor,2, +func_188738_a,getById,2, +func_188739_c,getTotalPhases,2, +func_188740_b,getId,2, +func_188756_a,getCurrentPhase,2, +func_188757_b,getPhase,2, +func_188758_a,setPhase,2, +func_188768_a,getMusicLocation,0, +func_188769_a,getVolume,0, +func_188770_e,getClampedVolume,0, +func_188771_a,setVolume,0, +func_188772_d,getClampedPitch,0, +func_188773_b,removeListener,0, +func_188774_a,addListener,0, +func_188785_m,renderDirections,0, +func_188786_a,openFile,0, +func_188795_a,getByOrdinal,2, +func_188802_a,forwardsRaycast,2, +func_188803_a,rotateTowardsMovement,2, +func_189101_db,isSmallSlime,2, +func_189103_N,clearElytraFlying,2, +func_189104_c,generatePositions,2, +func_189210_b,getPosFromArguments,2, +func_189211_a,getCoordinate,2, +func_189213_a,onUpdate,0, +func_189214_a,getBrightnessForRender,0, +func_189404_a,setLootTable,2, +func_189416_e,getToughness,2, +func_189418_a,getContainer,2, +func_189419_a,createDispenser,2, +func_189423_a,readLongArray,0, +func_189424_c,readVarIntArray,2, +func_189425_b,readByteArray,2, +func_189427_a,getDamageAfterAbsorb,2, +func_189428_b,setAttackCooldown,2, +func_189507_a,immediateBlockTick,2, +func_189508_F,getPendingTileEntityAt,2, +func_189509_E,isOutsideBuildHeight,2, +func_189510_a,writeToNBT,2, +func_189511_e,writeToNBT,2, +func_189512_bd,getCachedUniqueIdString,2, +func_189515_b,writeToNBT,2, +func_189516_d,writeInternal,2, +func_189517_E_,getUpdateTag,2, +func_189518_D_,getUpdatePacket,2, +func_189520_a,stop,0, +func_189529_a,addDetail,2, +func_189530_b,writeToNBT,2, +func_189532_c,setPos,2, +func_189533_g,setPos,2, +func_189534_c,move,2, +func_189535_a,setPos,0, +func_189536_c,move,2, +func_189539_a,eventReceived,2, +func_189540_a,neighborChanged,2, +func_189541_b,updateState,2, +func_189542_i,getDepth,2, +func_189543_a,getFlow,2, +func_189544_a,getSlopeAngle,0, +func_189545_x,getRenderedDepth,2, +func_189546_a,neighborChanged,2, +func_189547_a,onBlockEventReceived,2, +func_189548_a,getLoadedChunks,2, +func_189549_a,queueUnload,2, +func_189551_b,writeToNBT,2, +func_189552_a,writeToNBT,2, +func_189553_b,getPathNodeTypeRaw,2, +func_189554_f,getTileEntityTags,0, +func_189555_a,extractChunkData,2, +func_189556_a,calculateChunkSize,2, +func_189559_a,setAreaTransparent,0, +func_189560_a,hasDirection,0, +func_189561_a,setDirection,0, +func_189562_a,setPosition,0, +func_189563_q,rebuildWorldView,0, +func_189565_a,create,0, +func_189566_q,getNodeProcessor,2, +func_189567_a,stop,0, +func_189646_b,addButton,0, +func_189648_am,isReducedDebug,0, +func_189649_b,getHeight,2, +func_189651_aD,getForward,0, +func_189652_ae,hasNoGravity,2, +func_189653_aC,getPitchYaw,0, +func_189654_d,setNoGravity,2, +func_189656_a,registerFixesFireworkRocket,2, +func_189657_a,registerFixesArrow,2, +func_189658_a,registerFixesArrow,2, +func_189659_b,registerFixesSpectralArrow,2, +func_189660_b,registerFixesTippedArrow,2, +func_189661_a,registerFixesThrowable,2, +func_189662_a,registerFixesSnowball,2, +func_189663_a,registerFixesEnderPearl,2, +func_189664_a,registerFixesEgg,2, +func_189665_a,registerFixesPotion,2, +func_189666_a,registerFixesExpBottle,2, +func_189667_a,rotate,2, +func_189668_a,mirror,2, +func_189669_a,registerFixesMinecart,2, +func_189670_a,registerFixesMinecartCommand,2, +func_189671_a,registerFixesMinecartFurnace,2, +func_189672_a,registerFixesMinecartMobSpawner,2, +func_189673_a,registerFixesMinecartEmpty,2, +func_189674_a,registerFixesMinecartTNT,2, +func_189675_a,registerFixesBrewingStand,2, +func_189676_a,registerFixesFurnace,2, +func_189677_a,registerFixesChest,2, +func_189678_a,registerFixes,2, +func_189679_b,registerFixesDropper,2, +func_189681_a,registerFixesMinecartChest,2, +func_189682_a,registerFixesMinecartHopper,2, +func_189683_a,registerFixesHopper,2, +func_189684_a,registerFixesMobSpawner,2, +func_189685_a,registerFixesPiston,2, +func_189686_f,createDownloadCallback,0, +func_189688_b,validateResourcePackUrl,0, +func_189692_a,drawNameplate,0, +func_189693_b,addChainedFilledBoxVertices,0, +func_189694_a,drawBoundingBox,0, +func_189695_b,renderFilledBox,0, +func_189696_b,renderFilledBox,0, +func_189697_a,drawSelectionBoundingBox,0, +func_189698_a,drawBoundingBox,0, +func_189699_a,registerFixesFlowerPot,2, +func_189700_k,getMode,2, +func_189701_a,usedBy,2, +func_189702_n,getIntegrity,0, +func_189703_e,setShowAir,2, +func_189704_J,updateBlockState,2, +func_189705_a,writeCoordinates,0, +func_189706_E,unloadStructure,2, +func_189707_H,showsAir,0, +func_189708_j,getMetadata,0, +func_189709_F,isStructureLoadable,2, +func_189710_f,setShowBoundingBox,2, +func_189711_e,getPosition,0, +func_189712_b,save,2, +func_189713_m,ignoresEntities,0, +func_189714_c,load,2, +func_189715_d,getName,2, +func_189716_h,getMirror,0, +func_189717_g,getStructureSize,0, +func_189718_a,setIntegrity,2, +func_189719_o,getSeed,0, +func_189720_a,createdBy,2, +func_189721_I,showsBoundingBox,0, +func_189722_G,isPowered,2, +func_189723_d,setPowered,2, +func_189724_l,nextMode,0, +func_189725_a,setSeed,2, +func_189726_i,getRotation,0, +func_189732_d,setParticleParam2,2, +func_189733_n,getParticleParam1,2, +func_189734_b,setParticleParam1,2, +func_189735_o,getParticleParam2,2, +func_189738_a,registerFixesItemFrame,2, +func_189739_a,canBeHooked,2, +func_189741_a,registerFixesFallingBlock,2, +func_189742_a,registerFixesItem,2, +func_189743_a,registerFixesFireball,2, +func_189744_a,registerFixesLargeFireball,2, +func_189745_a,registerFixesSmallFireball,2, +func_189746_a,registerFixesWitherSkull,2, +func_189747_a,registerFixesDragonFireball,2, +func_189748_bU,getLastDamageSource,2, +func_189749_co,getWaterSlowDown,2, +func_189752_a,registerFixesMob,2, +func_189754_b,registerFixesBat,2, +func_189755_b,registerFixesDragon,2, +func_189756_b,registerFixesGhast,2, +func_189757_b,registerFixesShulker,2, +func_189758_c,registerFixesSlime,2, +func_189759_b,registerFixesMagmaCube,2, +func_189761_b,registerFixesBlaze,2, +func_189762_b,registerFixesCreeper,2, +func_189763_b,registerFixesEnderman,2, +func_189764_b,registerFixesEndermite,2, +func_189765_b,registerFixesGiantZombie,2, +func_189766_b,registerFixesGuardian,2, +func_189767_b,registerFixesSilverfish,2, +func_189772_b,registerFixesSkeleton,2, +func_189774_d,registerFixesSpider,2, +func_189775_b,registerFixesCaveSpider,2, +func_189776_b,registerFixesWitch,2, +func_189779_d,registerFixesZombie,2, +func_189781_b,registerFixesPigZombie,2, +func_189782_b,registerFixesWither,2, +func_189783_b,registerFixesSnowman,2, +func_189784_b,registerFixesIronGolem,2, +func_189785_b,registerFixesVillager,2, +func_189787_b,registerFixesOcelot,2, +func_189788_b,registerFixesWolf,2, +func_189789_b,registerFixesChicken,2, +func_189790_b,registerFixesCow,2, +func_189791_c,registerFixesMooshroom,2, +func_189792_b,registerFixesPig,2, +func_189793_df,isStanding,2, +func_189794_p,setStanding,2, +func_189795_r,getStandingAnimationScale,0, +func_189796_de,playWarningSound,2, +func_189801_b,registerFixesRabbit,2, +func_189802_b,registerFixesSheep,2, +func_189803_b,registerFixesHorse,2, +func_189804_b,registerFixesSquid,2, +func_189805_a,registerFixesArmorStand,2, +func_189806_a,registerFixesPlayer,2, +func_189807_a,openEditStructure,2, +func_189808_dh,canUseCommandBlock,2, +func_189809_N,isAutoJumpEnabled,0, +func_189810_i,updateAutoJump,0, +func_189814_f,updateToggleAirButton,0, +func_189815_g,updateToggleBoundingBox,0, +func_189816_h,updateMirrorButton,0, +func_189817_c,parseCoordinate,0, +func_189819_b,parseIntegrity,0, +func_189820_b,sendToServer,0, +func_189821_a,parseSeed,0, +func_189822_a,updateEntitiesButton,0, +func_189823_j,updateMode,0, +func_189824_i,updateDirectionButtons,0, +func_189862_a,doTeleport,2, +func_189863_a,teleportEntityToCoordinates,2, +func_189865_a,getDustColor,0, +func_189868_a,registerFixes,2, +func_189869_j,hasFrostWalkerEnchantment,2, +func_189872_a,canEntitySpawn,2, +func_189873_a,registerFixesJukebox,2, +func_189874_a,trigger,2, +func_189876_x,getDustColor,0, +func_189884_a,canEntitySpawn,2, +func_189886_a,forMaterial,2, +func_189889_a,registerFixes,2, +func_189910_a,byId,2, +func_189914_a,generateMaybeBox,2, +func_189915_a,generateDoor,2, +func_189916_b,getSkyBrightness,2, +func_189917_F_,getPlanksBlock,2, +func_189918_a,isSupportingBox,2, +func_189919_b,getFenceBlock,2, +func_189921_a,placeSupport,2, +func_189922_a,placeCobWeb,2, +func_189923_b,placeSupportPillar,2, +func_189924_a,setStructureType,2, +func_189925_i,biomeDoor,2, +func_189926_a,placeTorch,2, +func_189927_a,createVillageDoor,2, +func_189935_b,addHelper,2, +func_189938_b,generateAndAddPiece,2, +func_189940_a,createRandomShaftPiece,2, +func_189941_a,remove,2, +func_189942_b,get,2, +func_189943_a,processBlock,2, +func_189946_a,setIntegrity,2, +func_189947_a,getRandom,2, +func_189948_f,getIntegrity,2, +func_189949_a,setSeed,2, +func_189950_a,setRandom,2, +func_189954_a,idFor,2, +func_189955_a,stateFor,2, +func_189956_a,addMapping,2, +func_189960_a,addBlocksToWorld,2, +func_189961_a,getZeroPositionWithTransform,2, +func_189962_a,addBlocksToWorld,2, +func_189964_i,getTarget,0, +func_189965_h,getClosedSet,0, +func_189966_g,getOpenSet,0, +func_189967_a,registerFixes,2, +func_189972_c,getCenter,0, +func_189973_a,intersects,0, +func_189984_a,fromPitchYaw,0, +func_189985_c,lengthSquared,0, +func_189986_a,fromPitchYaw,0, +func_189988_a,dataFix,0, +func_189991_a,getColor,0, +func_189992_e,getBlockState,2, +func_189995_a,getServerData,0, +func_190008_d,readBlockState,2, +func_190009_a,writeBlockState,2, +func_190010_a,getName,2, +func_190020_b,getMoveVector,0, +func_190052_a,drawNameplate,0, +func_190053_a,setLightmapDisabled,0, +func_190054_a,renderInvisibleBlocks,0, +func_190055_a,renderBox,0, +func_190056_a,prepare,0, +func_190060_a,render,0, +func_190066_a,addDistanceToPlayer,0, +func_190067_a,renderPathLine,0, +func_190073_a,renderDebug,0, +func_190074_a,shouldRender,0, +func_190075_b,toggleChunkBorders,0, +func_190076_a,renderDebugText,0, +func_190102_a,checkAndPerformAttack,2, +func_190105_f,alertOthers,2, +func_190112_b,validatePack,0, +func_190113_a,checkHash,0, +func_190115_a,getDownloadHeaders,0, +func_190200_a,create,2, +func_190201_b,setWorldCreate,2, +func_190202_a,offs,2, +func_190300_a,getTileEntity,2, +func_190301_b,isValidCharacterForName,0, +func_190516_a,setResponderEntryValue,0, +func_190517_e,setPreventProxyConnections,1, +func_190518_ac,getPreventProxyConnections,2, +func_190521_a,debugFeedbackTranslated,0, +func_190522_c,updateObservingBlocksAt,2, +func_190523_a,spawnAlwaysVisibleParticle,2, +func_190524_a,neighborChanged,2, +func_190525_a,getClosestPlayer,2, +func_190526_b,isChunkGeneratedAt,2, +func_190527_a,mayPlace,2, +func_190528_a,findNearestStructure,2, +func_190529_b,observedNeighborChanged,2, +func_190530_aW,getIsInvulnerable,2, +func_190531_bD,getFireImmuneTicks,2, +func_190533_a,registerFixes,2, +func_190536_a,onHit,2, +func_190537_j,restoreOwnerFromSave,2, +func_190538_a,getHitEntity,2, +func_190542_a,makeAreaOfEffectCloud,2, +func_190543_a,applySplash,2, +func_190544_c,isWaterSensitiveEntity,2, +func_190545_n,applyWater,2, +func_190547_a,setEnchantmentEffectsFromEntity,2, +func_190548_o,refreshColor,2, +func_190549_a,setCaster,2, +func_190550_a,getAnimationProgress,0, +func_190551_c,damage,2, +func_190552_j,getCaster,2, +func_190559_a,getKey,2, +func_190560_a,register,2, +func_190563_a,renderItemActivation,0, +func_190564_k,resetData,0, +func_190565_a,displayItemActivation,0, +func_190570_a,spawnParticle,2, +func_190571_b,spawnParticle0,0, +func_190572_a,calculateParticleLevel,0, +func_190574_b,addDataFixers,2, +func_190575_a,setCustomName,2, +func_190576_q,getItems,2, +func_190579_a,setDestroyedByCreativePlayer,2, +func_190580_f,saveToNbt,2, +func_190581_E,isDestroyedByCreativePlayer,2, +func_190582_F,shouldDrop,2, +func_190583_o,updateAnimation,2, +func_190584_a,getBoundingBox,2, +func_190585_a,getProgress,2, +func_190586_e,loadFromNbt,2, +func_190587_b,getBoundingBox,2, +func_190588_c,getTopBoundingBox,2, +func_190589_G,moveCollidedEntities,2, +func_190590_r,isCleared,2, +func_190591_p,getAnimationStatus,2, +func_190592_s,getColor,0, +func_190593_a,registerFixesShulkerBox,2, +func_190603_b,setExactPosition,2, +func_190604_d,getDeltaZ,2, +func_190605_a,fixEntityWithinPistonBase,2, +func_190606_j,getCollisionRelatedBlockState,2, +func_190607_a,moveByPositionAndProgress,2, +func_190608_c,getDeltaY,2, +func_190609_a,addCollissionAABBs,2, +func_190610_a,getMovementArea,2, +func_190611_b,getDeltaX,2, +func_190612_a,getMovement,2, +func_190614_a,setItemStack,2, +func_190615_l,getItem,2, +func_190616_d,getColor,2, +func_190618_C,updateFixedColor,2, +func_190619_l,getAngler,2, +func_190620_n,shoot,2, +func_190621_a,catchingFish,2, +func_190622_s,setHookedEntity,2, +func_190623_q,updateRotation,2, +func_190624_r,checkCollision,2, +func_190625_o,shouldStopFishing,2, +func_190626_a,init,2, +func_190628_d,checkTotemDeathProtection,2, +func_190629_c,blockUsingShield,2, +func_190630_a,hasItemInSlot,2, +func_190631_cK,attackable,2, +func_190634_dg,followLeashSpeed,2, +func_190636_a,setAggressive,2, +func_190639_o,isAggressive,0, +func_190641_b,registerFixesVindicator,2, +func_190645_o,getOwner,2, +func_190646_di,getBoundOrigin,2, +func_190647_dj,isCharging,2, +func_190648_a,setCharging,2, +func_190651_g,setBoundOrigin,2, +func_190653_a,setLimitedLife,2, +func_190656_b,getVexFlag,2, +func_190658_a,setOwner,2, +func_190660_a,setVexFlag,2, +func_190663_b,registerFixesVex,2, +func_190669_a,holdingSpawnEggOfClass,2, +func_190670_t_,getWorld,2, +func_190671_u_,getPos,2, +func_190672_a,finalizeMobSpawn,2, +func_190676_dC,getMaxTemper,2, +func_190677_dK,wearsArmor,2, +func_190678_b,handleEating,2, +func_190679_dD,followMother,2, +func_190680_a,playGallopSound,2, +func_190681_a,setOffspringAttributes,2, +func_190682_f,isArmor,2, +func_190683_c,registerFixesAbstractHorse,2, +func_190684_dE,canEatGrass,2, +func_190685_dA,canBeSaddled,2, +func_190686_di,getInventorySize,2, +func_190687_dF,makeMad,2, +func_190690_dh,isTrap,2, +func_190691_p,setTrap,2, +func_190692_b,registerFixesSkeletonHorse,2, +func_190693_b,registerFixesZombieHorse,2, +func_190694_b,registerFixesAbstractChestHorse,2, +func_190695_dh,hasChest,2, +func_190696_dl,getInventoryColumns,2, +func_190697_dk,playChestEquipSound,2, +func_190699_b,registerFixesDonkey,2, +func_190700_b,registerFixesMule,2, +func_190702_g,setColorByItem,2, +func_190704_dO,getColor,2, +func_190705_dT,setRandomStrength,2, +func_190706_p,setStrength,2, +func_190707_dL,getStrength,2, +func_190709_dP,leaveCaravan,2, +func_190710_o,setVariant,2, +func_190711_a,setColor,2, +func_190712_dQ,hasCaravanTrail,2, +func_190713_e,spit,2, +func_190714_x,setDidSpit,2, +func_190715_a,joinCaravan,2, +func_190716_dS,getCaravanHead,2, +func_190717_dN,hasColor,0, +func_190718_dR,inCaravan,2, +func_190719_dM,getVariant,2, +func_190726_a,getArrow,2, +func_190727_o,getStepSound,2, +func_190728_b,registerFixesStray,2, +func_190729_b,registerFixesWitherSkeleton,2, +func_190730_o,shouldBurnInDay,2, +func_190731_di,getStepSound,2, +func_190732_dj,getSkullDrop,2, +func_190733_a,setProfession,2, +func_190735_dq,getConversionProgress,2, +func_190736_dl,getProfession,2, +func_190737_b,registerFixesZombieVillager,2, +func_190738_dp,finishConversion,2, +func_190740_b,registerFixesHusk,2, +func_190741_do,spawnLingeringCloud,2, +func_190748_a,setWololoTarget,2, +func_190751_dj,getWololoTarget,2, +func_190759_b,registerFixesEvoker,2, +func_190765_dj,getFlopSound,2, +func_190767_di,setGhost,0, +func_190768_b,registerFixesElderGuardian,2, +func_190769_dn,getColor,0, +func_190772_a,getClickedSlot,2, +func_190773_I,playBrokenSound,2, +func_190774_a,bedInRange,2, +func_190775_a,interactOn,2, +func_190776_cN,destroyVanishingCursedItems,2, +func_190777_m,disableShield,2, +func_190791_b,convertArgToBlockStatePredicate,2, +func_190792_a,getValueHelper,2, +func_190793_a,getBlockState,2, +func_190794_a,convertArgToBlockState,2, +func_190795_c,getBlockStatePropertyValueMap,2, +func_190826_c,addArgument,2, +func_190854_a,avoidLlama,2, +func_190858_a,firstIsLeashed,2, +func_190863_f,findRandomPosition,2, +func_190864_f,getPosition,2, +func_190867_m,getCastWarmupTime,2, +func_190868_j,castSpell,2, +func_190869_f,getCastingTime,2, +func_190871_k,getSpellPrepareSound,2, +func_190872_i,getCastingInterval,2, +func_190876_a,spawnFangs,2, +func_190882_b,setUnseenMemoryTicks,2, +func_190888_a,addMerchantRecipe,2, +func_190894_a,setEntityId,2, +func_190895_g,getEntityId,2, +func_190896_a,setAll,0, +func_190900_b,onSwapCraft,2, +func_190901_a,onTake,2, +func_190903_i,getDefaultInstance,0, +func_190905_a,renderBiomePreviewMap,2, +func_190906_a,setupNewMap,2, +func_190907_h,getColor,0, +func_190908_h,getNamedIdFrom,2, +func_190909_a,getYOffset,2, +func_190910_a,makeBanner,2, +func_190912_e,isNatural,2, +func_190914_a,getDirectionFromEntityLiving,2, +func_190915_d,setAnimationsToGo,2, +func_190916_E,getCount,2, +func_190917_f,grow,2, +func_190918_g,shrink,2, +func_190919_e,removeSubCompound,2, +func_190920_e,setCount,2, +func_190921_D,getAnimationsToGo,2, +func_190923_F,updateEmptyState,2, +func_190924_f,setTranslatableName,2, +func_190925_c,getOrCreateSubCompound,2, +func_190926_b,isEmpty,2, +func_190932_c,getColor,2, +func_190933_c,matchPatterns,2, +func_190934_a,isExplorationMap,2, +func_190936_d,isCurse,2, +func_190938_b,hasBindingCurse,2, +func_190939_c,hasVanishingCurse,2, +func_190942_a,rotate,2, +func_190943_d,getFixedBiome,2, +func_190944_c,isFixedBiome,2, +func_190946_v,hasCustomBreakingProgress,0, +func_190948_a,addInformation,0, +func_190949_e,getOffset,2, +func_190951_a,canBePotted,2, +func_190952_a,getBlockByColor,2, +func_190953_b,getColoredItemStack,2, +func_190954_c,getColorFromBlock,0, +func_190955_b,getColorFromItem,0, +func_190956_e,getColor,0, +func_190960_d,startSignal,2, +func_190961_e,updateNeighborsInFront,2, +func_190962_b,observedNeighborChanged,2, +func_190970_b,turnToDirt,2, +func_190971_b,updateBlockState,2, +func_190972_g,getLiquidHeight,2, +func_190973_f,getBlockLiquidHeight,2, +func_190974_b,onBroken,2, +func_190993_b,getHashname,2, +func_190994_a,byHash,0, +func_190996_c,getPatterns,2, +func_190997_a,getFileName,0, +func_190998_f,getPatternItem,2, +func_190999_e,hasPatternItem,2, +func_191000_d,hasPattern,2, +func_191057_i,hasCustomBreakingProgress,0, +func_191058_s,causesSuffocation,2, +func_191059_e,getOffset,2, +func_191062_e,isChunkGeneratedAt,2, +func_191063_a,isChunkGeneratedAt,2, +func_191064_f,chunkExists,2, +func_191065_b,getRegionFileIfExists,2, +func_191066_m,hasSkyLight,2, +func_191068_a,setupChunkSeed,2, +func_191069_a,findNearestStructurePosBySpacing,2, +func_191070_b,getYPosForStructure,2, +func_191080_a,generateChest,2, +func_191081_a,loadTemplate,2, +func_191085_a,loadTemplate,2, +func_191086_a,generate,2, +func_191087_a,startHouseTower,2, +func_191088_b,recursiveChildren,2, +func_191090_b,addPiece,2, +func_191092_a,create,2, +func_191094_a,addTargetDecoration,2, +func_191095_a,updateDecorations,2, +func_191098_b,get1x2FrontEntrance,2, +func_191099_b,get1x1Secret,2, +func_191100_a,get1x2SideEntrance,2, +func_191101_d,get2x2,2, +func_191102_c,get1x2Secret,2, +func_191103_e,get2x2Secret,2, +func_191104_a,get1x1,2, +func_191109_a,isHouse,2, +func_191110_a,recursiveCorridor,2, +func_191111_a,cleanEdges,2, +func_191113_b,get1x2RoomDirection,2, +func_191114_a,isRoomId,2, +func_191115_b,setupThirdFloor,2, +func_191116_a,identifyRooms,2, +func_191123_a,createRoof,2, +func_191124_c,traverseTurn,2, +func_191125_a,createMansion,2, +func_191126_d,traverseInnerTurn,2, +func_191127_a,addRoom2x2,2, +func_191128_a,addRoom2x2Secret,2, +func_191129_a,addRoom1x1,2, +func_191130_a,traverseOuterWalls,2, +func_191131_b,traverseWallPiece,2, +func_191132_a,addRoom1x2,2, +func_191133_a,entrance,2, +func_191141_a,setIf,2, +func_191142_a,set,2, +func_191144_a,set,2, +func_191145_a,get,2, +func_191147_b,edgesTo,2, +func_191152_a,generateMansion,2, +func_191153_a,registerWoodlandMansionPieces,2, +func_191157_a,getZeroPositionWithTransform,2, +func_191158_a,registerFixes,2, +func_191159_a,byIcon,2, +func_191160_b,isRenderedOnFrame,0, +func_191161_d,getMapColor,2, +func_191162_c,hasMapColor,2, +func_191163_a,getIcon,2, +func_191179_b,getType,2, +func_191180_f,renderOnFrame,0, +func_191194_a,offset,2, +func_191195_a,contract,2, +func_191196_a,create,2, +func_191197_a,withSize,2, +func_191205_a,getMapInstanceIfExists,0, +func_191207_a,getData,0, +func_191208_c,getAmount,0, +func_191216_a,getArm,0, +func_191228_a,getModelVersion,0, +func_191235_a,getAddress,2, +func_191238_f,setBaseAirFriction,0, +func_191271_a,emitParticleAtEntity,0, +func_191273_b,positiveModulo,0, +func_191277_a,getVillagerProfession,2, +func_191281_a,saveAllItems,2, +func_191282_a,saveAllItems,2, +func_191283_b,loadAllItems,2, +func_191286_a,getPasses,0, +func_191287_c,getOffset,0, +func_191301_a,getKey,2, +func_191302_a,getTranslationName,2, +func_191303_a,register,2, +func_191304_a,newEntity,2, +func_191305_a,addSpawnInfo,2, +func_191306_a,getKey,2, +func_191324_b,notRiding,2, +func_191361_a,translateToHand,0, +func_191377_b,getLandPos,2, +func_191378_a,moveAboveSolid,2, +func_191379_a,generateRandomPos,2, +func_191380_b,isWaterDestination,2, +func_191382_c,fudgePath,0, +func_191384_a,validatePath,0, +func_191385_d,getFile,0, +func_191399_b,getResourcePack,0, +func_191401_d,loadStaticModels,0, +func_191420_l,isEmpty,2, +func_191500_a,intersect,2, +func_191503_g,isInsideWorldBorder,2, +func_191504_a,getCollisionBoxes,2, +func_191507_d,setFixedColor,2, +func_191508_b,getCustomColor,2, +func_191510_k,dealExplosionDamage,2, +func_191511_j,isAttachedToEntity,2, +func_191514_d,setupFogColor,0, +func_191515_a,getMinMaxPiecesAABB,2, +func_191516_a,setLureSpeed,2, +func_191517_b,setLuck,2, +func_191521_c,addItemStackToInventory,2, +func_191522_a,registerFixesPlayerMP,2, +func_191523_f,getFollowDistance,2, +func_191526_e,getSweepingDamageRatio,2, +func_191527_a,getSweepingDamageRatio,2, +func_191528_c,getFishingSpeedBonus,2, +func_191529_b,getFishingLuckBonus,2, +func_191531_b,getAllInBoxMutable,2, +func_191532_a,getAllInBox,2, +func_191553_a,addUpdate,0, +func_191556_a,renderDebugText,0, +func_191560_c,isCompatibleWith,2, +func_191742_a,addChatMessage,0, +func_191745_a,drawButton,0, +func_191746_c,setPosition,0, +func_191751_a,initTextureValues,0, +func_191752_c,setPosition,0, +func_191753_b,setStateTriggered,0, +func_191754_c,isStateTriggered,0, +func_191764_e,getCategory,0, +func_191770_c,setPosition,0, +func_191771_c,getList,0, +func_191772_a,getToolTipText,0, +func_191783_a,drawToast,0, +func_191788_b,clear,0, +func_191793_c,isMouseOver,0, +func_191794_b,getAdvancementGui,0, +func_191795_d,getTitle,0, +func_191796_a,drawIcon,0, +func_191797_b,scroll,0, +func_191798_a,drawTab,0, +func_191799_a,drawContents,0, +func_191800_a,addAdvancement,0, +func_191816_c,isMouseOver,0, +func_191817_b,draw,0, +func_191818_a,getFirstVisibleParent,0, +func_191819_a,drawConnectivity,0, +func_191820_c,getY,0, +func_191821_a,drawHover,0, +func_191822_a,addGuiAdvancement,0, +func_191823_d,getX,0, +func_191824_a,setAdvancementProgress,0, +func_191825_b,attachToParent,0, +func_191839_a,isVisible,0, +func_191842_a,render,0, +func_191845_a,init,0, +func_191846_c,nineInchSprite,0, +func_191856_a,init,0, +func_191859_a,keyPressed,0, +func_191861_a,render,0, +func_191862_a,mouseClicked,0, +func_191864_a,renderGhostRecipe,0, +func_191866_a,toggleVisibility,0, +func_191871_c,removed,0, +func_191874_a,slotClicked,0, +func_191876_c,renderTooltip,0, +func_191878_b,isVisible,0, +func_191880_f,isOffsetNextToMainGUI,0, +func_191927_a,getItemToolTip,0, +func_191928_b,rootAdvancementRemoved,0, +func_191929_d,nonRootAdvancementRemoved,0, +func_191930_a,advancementsCleared,2, +func_191931_a,rootAdvancementAdded,2, +func_191932_c,nonRootAdvancementAdded,2, +func_191933_a,onUpdateAdvancementProgress,0, +func_191934_b,renderWindow,0, +func_191935_f,getTab,0, +func_191936_c,renderInside,0, +func_191937_d,renderToolTips,0, +func_191938_e,getAdvancementGui,0, +func_191948_b,renderHoveredToolTip,0, +func_191949_aK,getAdvancementManager,2, +func_191952_z,getAdvancementManager,2, +func_191953_am,isOverWater,2, +func_191954_d,playFlySound,2, +func_191955_a,onInsideBlock,2, +func_191956_a,awardKillScore,2, +func_191957_ae,makeFlySound,2, +func_191958_b,moveRelative,2, +func_191960_a,getLanguage,0, +func_191961_a,renderModel,0, +func_191962_a,renderItemModelIntoGUI,0, +func_191965_a,renderModel,0, +func_191966_a,renderEffect,0, +func_191967_a,renderModel,0, +func_191969_a,renderQuad,0, +func_191970_a,renderQuads,0, +func_191971_c,add,2, +func_191973_d,addResource,2, +func_191975_a,placeItemBackInInventory,2, +func_191979_s,getLevels,2, +func_191980_a,handleRecipeBook,2, +func_191981_a,handleAdvancementInfo,2, +func_191982_f,getAdvancementManager,0, +func_191984_a,handleRecipeBookUpdate,2, +func_191985_a,handleRecipePlacement,2, +func_191986_a,travel,2, +func_191987_a,setPartying,0, +func_191989_p,setMoveForward,2, +func_191990_c,isPreventingPlayerRest,2, +func_191991_a,startConverting,2, +func_191993_do,getLoveCause,2, +func_191994_f,setEntityOnShoulder,2, +func_191995_du,canSitOnShoulder,2, +func_191997_m,setVariant,2, +func_191998_ds,getVariant,2, +func_191999_g,getImitatedSound,2, +func_192000_b,getPitch,2, +func_192001_dv,calculateFlapping,2, +func_192002_a,isFlying,2, +func_192003_a,getAmbientSound,2, +func_192004_dr,isPartying,0, +func_192005_a,playAmbientSound,2, +func_192006_b,playMimicSound,2, +func_192020_c,createSheepColor,2, +func_192021_a,unlockRecipes,2, +func_192022_b,resetRecipes,2, +func_192023_dk,getLeftShoulderEntity,2, +func_192024_a,onEnchant,2, +func_192025_dl,getRightShoulderEntity,2, +func_192026_k,spawnShoulderEntity,2, +func_192027_g,addShoulderEntity,2, +func_192028_j,playShoulderEntityAmbientSound,2, +func_192029_h,setLeftShoulderEntity,2, +func_192030_dh,spawnShoulderEntities,2, +func_192031_i,setRightShoulderEntity,2, +func_192035_E,getRecipeBook,0, +func_192037_E,getRecipeBook,2, +func_192038_E,awardTeamKillScores,2, +func_192039_O,getAdvancements,2, +func_192043_J_,recipesUpdated,0, +func_192044_a,handleHotbarSnapshots,0, +func_192054_h,getPlayerAdvancements,2, +func_192056_a,build,2, +func_192057_a,writeTo,2, +func_192058_a,resolveParent,2, +func_192059_a,deserialize,2, +func_192060_b,readFrom,2, +func_192067_g,getId,2, +func_192068_c,getDisplay,2, +func_192069_e,getChildren,2, +func_192070_b,getParent,2, +func_192071_a,addChild,2, +func_192072_d,getRewards,2, +func_192073_f,getCriteria,2, +func_192074_h,getRequirements,2, +func_192075_a,copy,2, +func_192083_a,loadAdvancements,2, +func_192084_a,getAdvancement,2, +func_192085_a,removeAll,0, +func_192086_a,setListener,0, +func_192087_a,clear,2, +func_192088_b,getRoots,2, +func_192089_c,getAdvancements,2, +func_192090_a,remove,0, +func_192099_a,update,2, +func_192100_b,fromNetwork,2, +func_192101_b,revokeCriterion,2, +func_192102_e,getCompletedCriteria,2, +func_192103_c,getPercent,0, +func_192104_a,serializeToNetwork,2, +func_192105_a,isDone,2, +func_192106_c,getCriterionProgress,2, +func_192107_d,getRemaningCriteria,2, +func_192108_b,hasProgress,2, +func_192109_a,grantCriterion,2, +func_192113_a,apply,2, +func_192118_a,register,2, +func_192119_a,get,2, +func_192120_a,getAll,2, +func_192140_a,serializeToNetwork,2, +func_192141_a,serializeToNetwork,2, +func_192142_c,criteriaFromNetwork,2, +func_192143_a,getCriterionInstance,2, +func_192144_b,criteriaFromJson,2, +func_192145_a,criterionFromJson,2, +func_192146_b,criterionFromNetwork,2, +func_192148_e,serialize,2, +func_192149_a,read,2, +func_192150_a,write,2, +func_192151_a,isObtained,2, +func_192152_a,fromDateTime,2, +func_192153_b,obtain,2, +func_192154_c,reset,2, +func_192158_a,getCriterionInstance,2, +func_192159_a,grantCriterion,2, +func_192163_a,getId,2, +func_192164_b,removeListener,2, +func_192165_a,addListener,2, +func_192166_a,deserializeInstance,2, +func_192167_a,removeAllListeners,2, +func_192168_a,trigger,2, +func_192173_a,trigger,2, +func_192180_a,trigger,2, +func_192183_a,trigger,2, +func_192190_a,trigger,2, +func_192193_a,trigger,2, +func_192200_a,trigger,2, +func_192208_a,trigger,2, +func_192211_a,trigger,2, +func_192215_a,trigger,2, +func_192220_a,trigger,2, +func_192225_a,trigger,2, +func_192229_a,trigger,2, +func_192234_a,trigger,2, +func_192239_a,trigger,2, +func_192244_a,getId,2, +func_192246_a,test,2, +func_192250_a,test,2, +func_192252_a,test,2, +func_192254_a,test,2, +func_192257_a,test,2, +func_192260_a,test,2, +func_192263_a,test,2, +func_192265_a,test,2, +func_192270_a,test,2, +func_192278_a,test,2, +func_192283_a,test,2, +func_192285_a,test,2, +func_192288_a,test,2, +func_192290_a,write,2, +func_192291_d,getFrame,2, +func_192292_a,setPosition,2, +func_192293_c,getBackground,0, +func_192294_a,deserialize,2, +func_192295_b,read,2, +func_192296_f,getY,0, +func_192297_a,getTitle,2, +func_192298_b,getIcon,0, +func_192299_e,getX,0, +func_192307_a,getName,2, +func_192308_a,byName,2, +func_192309_b,getIcon,0, +func_192316_a,moveSubtree,2, +func_192317_d,getLastChild,2, +func_192318_a,thirdWalk,2, +func_192319_a,secondWalk,2, +func_192320_a,firstWalk,2, +func_192321_c,getFirstChild,2, +func_192322_a,buildSubTree,2, +func_192323_a,layout,2, +func_192324_a,apportion,2, +func_192325_b,executeShifts,2, +func_192326_a,getAncestor,2, +func_192327_e,updatePosition,2, +func_192340_b,remove,2, +func_192341_a,isEmpty,2, +func_192342_a,trigger,2, +func_192343_a,add,2, +func_192346_b,removeListener,2, +func_192347_a,isEmpty,2, +func_192348_a,trigger,2, +func_192349_a,addListener,2, +func_192352_a,trigger,2, +func_192353_b,remove,2, +func_192354_a,isEmpty,2, +func_192355_a,add,2, +func_192358_b,remove,2, +func_192359_a,isEmpty,2, +func_192360_a,add,2, +func_192361_a,trigger,2, +func_192364_a,deserialize,2, +func_192365_a,test,2, +func_192381_a,isTeleportFriendlyBlock,2, +func_192385_j,getTreePos,2, +func_192388_b,addItem,2, +func_192389_a,slotChangedCraftingGrid,2, +func_192394_m,isAlignedRight,0, +func_192396_c,getDyeColorName,0, +func_192399_d,isDynamic,2, +func_192400_c,getIngredients,0, +func_192402_a,deserializeIngredients,2, +func_192403_f,getWidth,0, +func_192404_g,getHeight,0, +func_192405_a,deserializeItem,2, +func_192407_a,patternFromJson,2, +func_192408_a,deserializeKey,2, +func_192413_b,findMatchingRecipe,2, +func_192420_c,parseJsonRecipes,2, +func_192425_e,tryTouchWater,2, +func_192445_m,createNewDragon,2, +func_192447_a,deserialize,2, +func_192448_a,optionalBoolean,2, +func_192457_b,remove,2, +func_192458_a,isEmpty,2, +func_192459_a,trigger,2, +func_192460_a,add,2, +func_192463_a,test,2, +func_192464_a,deserialize,2, +func_192465_b,deserializeArray,2, +func_192469_b,remove,2, +func_192470_a,isEmpty,2, +func_192471_a,trigger,2, +func_192472_a,add,2, +func_192475_b,remove,2, +func_192476_a,isEmpty,2, +func_192477_a,add,2, +func_192478_a,trigger,2, +func_192481_a,deserialize,2, +func_192482_a,test,2, +func_192486_a,trigger,2, +func_192487_b,remove,2, +func_192488_a,isEmpty,2, +func_192489_a,add,2, +func_192492_a,deserialize,2, +func_192493_a,test,2, +func_192494_b,deserializeArray,2, +func_192501_b,remove,2, +func_192502_a,isEmpty,2, +func_192503_a,trigger,2, +func_192504_a,add,2, +func_192507_b,remove,2, +func_192508_a,isEmpty,2, +func_192510_a,add,2, +func_192513_a,testSquare,2, +func_192514_a,test,2, +func_192515_a,deserialize,2, +func_192519_b,remove,2, +func_192520_a,isEmpty,2, +func_192521_a,trigger,2, +func_192522_a,add,2, +func_192525_b,remove,2, +func_192527_a,isEmpty,2, +func_192528_a,add,2, +func_192531_b,remove,2, +func_192532_a,isEmpty,2, +func_192533_a,trigger,2, +func_192534_a,add,2, +func_192537_a,trigger,2, +func_192538_b,remove,2, +func_192539_a,isEmpty,2, +func_192540_a,add,2, +func_192543_a,trigger,2, +func_192544_b,remove,2, +func_192545_a,isEmpty,2, +func_192546_a,add,2, +func_192551_a,findAdvancement,2, +func_192552_c,testAdvancement,2, +func_192554_c,testCriterion,2, +func_192556_d,getRecipes,2, +func_192558_a,getPathNodeType,2, +func_192559_a,getPathNodeType,2, +func_192562_a,read,0, +func_192563_a,getHotbarSnapshot,0, +func_192564_b,write,0, +func_192572_a,writeResourceLocation,2, +func_192573_m,readTime,2, +func_192574_a,writeTime,2, +func_192575_l,readResourceLocation,2, +func_192576_a,say,0, +func_192582_a,byId,2, +func_192583_a,getId,2, +func_192590_c,getType,2, +func_192593_c,isGuiOpen,0, +func_192594_d,isFilteringCraftable,0, +func_192595_a,getRecipes,0, +func_192600_b,getAdvancementsToRemove,0, +func_192602_d,isFirstSync,0, +func_192603_a,getAdvancementsToAdd,0, +func_192604_c,getProgressUpdates,0, +func_192610_d,getMoveItemsFromGrid,2, +func_192611_c,readMoveItems,2, +func_192612_a,writeMoveItems,2, +func_192613_a,getContainerId,2, +func_192614_b,getUid,2, +func_192615_c,getMoveItemsToGrid,2, +func_192620_b,getForwardSpeed,2, +func_192624_c,isGuiOpen,2, +func_192625_d,isFilteringCraftable,2, +func_192633_a,updatePosition,0, +func_192634_a,drawEntry,0, +func_192635_a,renderButton,0, +func_192636_a,renderComponent,0, +func_192637_a,drawSlot,0, +func_192638_a,drawSelectionBox,0, +func_192639_a,updateItemPos,0, +func_192648_a,getX,0, +func_192650_a,getMax,0, +func_192651_a,draw,0, +func_192652_a,drawIcon,0, +func_192653_b,getY,0, +func_192654_a,isMouseOver,0, +func_192667_a,getId,0, +func_192681_a,get,0, +func_192682_a,clear,0, +func_192684_b,size,0, +func_192685_a,setRecipe,0, +func_192686_c,getRecipe,0, +func_192708_c,containsCraftableRecipes,0, +func_192709_a,add,0, +func_192711_b,getRecipes,0, +func_192717_a,copyValue,2, +func_192735_d,copy,2, +func_192738_c,shouldBeVisible,2, +func_192739_a,setPlayer,2, +func_192740_f,load,2, +func_192741_b,flushDirty,2, +func_192742_b,ensureVisibility,2, +func_192743_a,startProgress,2, +func_192744_b,revokeCriterion,2, +func_192745_a,dispose,2, +func_192746_d,hasCompletedChildrenOrSelf,2, +func_192747_a,getProgress,2, +func_192748_e,checkForAutomaticTriggers,2, +func_192749_b,save,2, +func_192750_a,grantCriterion,2, +func_192751_c,registerListeners,2, +func_192752_d,ensureAllVisible,2, +func_192777_a,loadBuiltInAdvancements,2, +func_192778_a,getAdvancement,2, +func_192779_a,reload,2, +func_192780_b,getAdvancements,2, +func_192781_c,loadCustomAdvancements,2, +func_192798_a,setListener,0, +func_192799_a,read,0, +func_192810_b,setFilteringCraftable,2, +func_192812_b,isGuiOpen,0, +func_192813_a,setGuiOpen,2, +func_192815_c,isFilteringCraftable,0, +func_192824_e,write,2, +func_192825_a,read,2, +func_192826_c,init,2, +func_192830_a,createPlayer,0, +func_192831_a,handleRecipePlacement,0, +func_192833_a,fromTag,0, +func_192834_a,createTag,0, +func_192836_a,putColor,0, +func_192838_a,renderByItem,0, +func_192839_a,getClassFromName,0, +func_192840_b,getValidTypeNames,2, +func_192841_a,render,0, +func_192854_a,render,0, +func_192855_a,render,0, +func_192861_b,getCustomBob,0, +func_192864_a,renderEntityOnShoulder,0, +func_192876_m,debugPathFinding,2, +func_192877_c,setCanFloat,2, +func_192878_b,setCanEnterDoors,2, +func_192879_a,setCanOpenDoors,2, +func_192880_g,canFloat,2, +func_192988_a,add,0, +func_192989_b,getMinecraft,0, +func_192990_a,getToast,0, +func_192991_a,drawToolTips,0, +func_192993_a,renderRepeating,0, +func_192994_a,render9Sprite,0, +func_192995_a,findOptimalLines,0, +func_192999_a,setVisible,0, +func_193001_a,recipesShown,0, +func_193003_g,updateCollections,0, +func_193006_a,setVisible,0, +func_193011_a,updateScreenPosition,0, +func_193013_a,placeRecipe,0, +func_193014_a,initVisuals,0, +func_193015_d,renderGhostRecipeTooltip,0, +func_193024_a,updateNarratorButton,0, +func_193026_g,onStatsUpdated,0, +func_193028_a,initLists,0, +func_193029_f,initButtons,0, +func_193030_aL,getFunctionManager,2, +func_193031_aM,reload,2, +func_193032_ao,getTutorial,0, +func_193033_an,getToastGui,0, +func_193037_A,getFunctionManager,2, +func_193047_k,getPaddleSound,2, +func_193048_a,getColor,2, +func_193049_f,getItemStack,2, +func_193050_e,isHeadPiece,0, +func_193051_a,setItemValues,2, +func_193052_a,setColor,2, +func_193054_a,setPartying,0, +func_193055_i,getRecipeUsed,2, +func_193056_a,setRecipeUsed,2, +func_193058_a,getFunction,2, +func_193059_f,reload,2, +func_193061_h,loadFunctions,2, +func_193062_a,getCommandManager,2, +func_193065_c,getMaxCommandChainLength,2, +func_193066_d,getFunctions,2, +func_193074_a,checkIfMoveItemMatch,2, +func_193076_bZ,getActivePotionMap,2, +func_193077_p,getArmPose,0, +func_193078_a,isAggressive,0, +func_193079_a,setAggressive,2, +func_193081_a,setSpellType,2, +func_193082_dl,isSpellcasting,2, +func_193083_dm,getSpellType,2, +func_193085_dn,getSpellTicks,2, +func_193086_dk,getSpellSound,2, +func_193096_dj,isAggressive,0, +func_193097_t,createArrowEntity,2, +func_193098_a,getRenderLocations,0, +func_193101_c,setTamedBy,2, +func_193102_a,unlockRecipes,2, +func_193103_a,removeRecipeHighlight,0, +func_193104_a,copyFrom,2, +func_193105_t,hasDisconnected,2, +func_193106_Q,getEnteredNetherPosition,2, +func_193115_c,isVisible,0, +func_193123_j,getDisplayText,2, +func_193124_g,getRequirementCount,0, +func_193126_d,getProgressText,0, +func_193128_g,getFirstProgressDate,2, +func_193140_d,getObtained,2, +func_193143_a,trigger,2, +func_193148_a,trigger,2, +func_193153_a,trigger,2, +func_193158_a,trigger,2, +func_193162_a,trigger,2, +func_193168_a,trigger,2, +func_193173_a,trigger,2, +func_193178_a,trigger,2, +func_193182_a,trigger,2, +func_193187_a,trigger,2, +func_193190_a,test,2, +func_193193_a,test,2, +func_193195_a,test,2, +func_193197_a,test,2, +func_193201_a,test,2, +func_193204_a,test,2, +func_193206_a,test,2, +func_193210_a,test,2, +func_193215_a,test,2, +func_193216_a,test,2, +func_193218_a,test,2, +func_193220_i,shouldAnnounceToChat,2, +func_193221_a,deserializeIcon,2, +func_193222_b,getDescription,2, +func_193223_h,shouldShowToast,0, +func_193224_j,isHidden,2, +func_193229_c,getFormat,2, +func_193231_b,remove,2, +func_193232_a,isEmpty,2, +func_193233_a,add,2, +func_193234_a,trigger,2, +func_193237_b,remove,2, +func_193238_a,isEmpty,2, +func_193239_a,add,2, +func_193240_a,trigger,2, +func_193244_w,reloadResources,2, +func_193245_a,update,0, +func_193246_a,onMouseHover,0, +func_193247_a,handleMovement,0, +func_193248_b,onStop,0, +func_193249_a,handleMouse,0, +func_193250_a,onHitBlock,0, +func_193251_c,openInventory,0, +func_193252_a,handleSetSlot,0, +func_193291_a,createKeybindComponent,0, +func_193292_a,setStep,0, +func_193293_a,handleMovement,0, +func_193294_a,onHitBlock,0, +func_193295_e,getMinecraft,0, +func_193296_a,openInventory,0, +func_193297_a,onMouseHover,0, +func_193299_a,handleMouse,0, +func_193300_b,stop,0, +func_193301_a,handleSetSlot,0, +func_193302_c,reload,0, +func_193303_d,update,0, +func_193307_a,getTutorial,0, +func_193308_a,getName,0, +func_193309_a,create,0, +func_193320_l,getSpellType,2, +func_193327_a,clearContainer,2, +func_193337_a,getFromId,2, +func_193349_f,getColorComponentValues,2, +func_193350_e,getColorValue,0, +func_193354_a,addContainer,2, +func_193355_a,addContainerRecipe,2, +func_193356_a,addMix,2, +func_193357_a,addMix,2, +func_193358_e,getGroup,0, +func_193361_a,deserializeIngredient,2, +func_193362_a,deserialize,2, +func_193363_a,deserialize,2, +func_193364_a,deserializeIngredients,2, +func_193365_a,getMatchingStacks,0, +func_193367_a,fromItem,2, +func_193368_a,fromItems,2, +func_193369_a,fromStacks,2, +func_193372_a,register,2, +func_193373_a,getRecipe,2, +func_193374_a,getRecipeById,2, +func_193375_a,getIDForRecipe,2, +func_193376_a,parseRecipeJson,2, +func_193377_a,init,2, +func_193379_a,register,2, +func_193382_c,isExceptBlockForAttachWithPiston,2, +func_193383_a,getBlockFaceShape,2, +func_193384_b,isExceptionBlockForAttaching,2, +func_193385_b,isHeadPiece,0, +func_193386_c,executeChain,2, +func_193387_a,execute,2, +func_193392_c,canAttachTo,2, +func_193393_b,attachesTo,2, +func_193394_e,isExcepBlockForAttachWithPiston,2, +func_193395_a,canAttachTo,2, +func_193396_c,isAcceptableNeighbor,2, +func_193397_e,isExceptBlockForAttaching,2, +func_193401_d,getBlockFaceShape,2, +func_193413_a,isInsideStructure,2, +func_193414_a,isInsideStructure,2, +func_193417_a,byName,2, +func_193418_a,test,2, +func_193421_a,deserialize,2, +func_193422_a,test,2, +func_193429_b,remove,2, +func_193430_a,isEmpty,2, +func_193431_a,add,2, +func_193432_a,trigger,2, +func_193438_b,remove,2, +func_193439_a,isEmpty,2, +func_193440_a,add,2, +func_193441_a,trigger,2, +func_193446_b,remove,2, +func_193447_a,isEmpty,2, +func_193448_a,trigger,2, +func_193449_a,add,2, +func_193452_a,test,2, +func_193453_a,test,2, +func_193454_a,deserialize,2, +func_193462_a,trigger,2, +func_193463_a,test,2, +func_193464_a,deserialize,2, +func_193469_a,test,2, +func_193470_a,test,2, +func_193471_a,deserialize,2, +func_193472_a,test,2, +func_193475_a,test,2, +func_193476_a,deserialize,2, +func_193477_a,test,2, +func_193478_a,test,2, +func_193481_b,remove,2, +func_193482_a,isEmpty,2, +func_193483_a,trigger,2, +func_193484_a,add,2, +func_193487_b,remove,2, +func_193488_a,isEmpty,2, +func_193489_a,trigger,2, +func_193490_a,add,2, +func_193493_a,trigger,2, +func_193494_b,remove,2, +func_193495_a,isEmpty,2, +func_193496_a,add,2, +func_193497_a,trigger,2, +func_193500_b,remove,2, +func_193501_a,isEmpty,2, +func_193502_a,add,2, +func_193503_b,trigger,2, +func_193506_b,remove,2, +func_193507_a,isEmpty,2, +func_193508_a,add,2, +func_193509_a,trigger,2, +func_193512_a,getPlayer,2, +func_193513_a,getPlayers,2, +func_193514_a,getAdvancements,2, +func_193515_a,addChildren,2, +func_193516_a,perform,2, +func_193517_a,getAdvancementNames,2, +func_193518_a,get,2, +func_193527_a,create,2, +func_193528_a,getEntries,2, +func_193531_b,getPlayers,2, +func_193532_a,perform,2, +func_193534_a,wrongUsage,2, +func_193535_a,performCriterion,2, +func_193536_a,byName,2, +func_193537_a,perform,2, +func_193543_a,fail,2, +func_193544_a,usage,2, +func_193546_a,success,2, +func_193547_a,byName,2, +func_193558_a,getBlockColor,2, +func_193577_a,getPathNodeType,2, +func_193578_a,checkNeighborBlocks,2, +func_193579_b,test,2, +func_193580_a,from,2, +func_193581_j,getTypeName,2, +func_193582_s,handleEscape,2, +func_193584_a,toArray,2, +func_193586_a,toArray,2, +func_193588_a,quoteAndEscape,2, +func_193589_a,toArray,2, +func_193590_a,setValueHelper,2, +func_193592_a,slice,2, +func_193593_f,readStruct,2, +func_193594_o,pop,2, +func_193595_h,readQuotedString,2, +func_193596_c,type,2, +func_193597_b,peek,2, +func_193598_n,peek,2, +func_193599_a,isAllowedInKey,2, +func_193600_j,readListTag,2, +func_193601_b,readKey,2, +func_193602_b,exception,2, +func_193603_a,readArray,2, +func_193604_b,expect,2, +func_193605_e,readList,2, +func_193606_k,readArrayTag,2, +func_193607_l,skipWhitespace,2, +func_193608_a,canRead,2, +func_193609_a,readSingleStruct,2, +func_193610_d,readValue,2, +func_193611_c,readTypedValue,2, +func_193612_g,canRead,2, +func_193613_m,hasElementSeparator,2, +func_193614_i,readString,2, +func_193626_b,getDisplayString,0, +func_193633_h,getKeybind,2, +func_193640_a,isActive,0, +func_193641_a,announceMode,0, +func_193642_b,clear,0, +func_193644_b,getDisplayedRecipes,0, +func_193648_b,getRecipe,2, +func_193651_b,setShowSelectionBox,0, +func_193652_b,getType,0, +func_193653_a,draw,0, +func_193656_a,setDisplayedText,0, +func_193657_a,addOrUpdate,0, +func_193664_a,addRecipeOutput,0, +func_193665_a,addOrUpdate,0, +func_193669_a,setProgress,0, +func_193670_a,hide,0, +func_193684_a,render,0, +func_193685_a,getToast,0, +func_193686_a,getVisibility,0, +func_193697_a,draw,0, +func_193712_c,getY,0, +func_193713_b,getX,0, +func_193716_a,pirateRecipe,0, +func_193721_a,renderTooltip,0, +func_193732_a,addListener,0, +func_193760_e,getRecipe,0, +func_193764_b,registerListeners,2, +func_193765_c,unregisterListeners,2, +func_193766_b,reload,2, +func_193767_b,hasErrored,2, +func_193769_a,preparePiece,0, +func_193770_a,getModelVersion,0, +func_193771_b,render,0, +func_193824_a,copyFrom,2, +func_193825_e,markNew,2, +func_193830_f,isUnlocked,2, +func_193831_b,lock,2, +func_193834_b,remove,2, +func_193835_a,add,2, +func_193837_a,fromJson,2, +func_193838_a,fromJson,2, +func_193839_a,fromJson,2, +func_193840_a,gsonDeserialize,2, +func_193841_a,fromJson,2, +func_193845_a,isHarderThan,2, +func_193847_a,renderPiece,0, +func_193918_a,startAnimation,0, +func_193919_e,updateVisibility,0, +func_193920_a,renderIcon,0, +func_193927_f,getOrderedRecipes,0, +func_193928_a,init,0, +func_193929_d,isOnlyOption,0, +func_193934_g,getScreen,0, +func_193935_c,getAdvancement,0, +func_193936_a,create,0, +func_193937_a,addGuiAdvancement,0, +func_193941_i,testClearCraftingGrid,0, +func_193942_g,updateStackedContents,0, +func_193943_a,getStackSize,0, +func_193945_a,setContainerRecipe,0, +func_193946_a,findSpot,0, +func_193948_e,recipesUpdated,0, +func_193949_f,updateTabs,0, +func_193950_a,handleRecipeClicked,0, +func_193951_a,setupGhostRecipe,0, +func_193954_a,clearCraftingGrid,0, +func_193955_c,hasClickedOutside,0, +func_193956_j,sendUpdateSettings,0, +func_193957_d,tick,0, +func_193967_b,getLastRecipeClicked,0, +func_193968_a,buttonClicked,0, +func_193971_a,getRecipeList,0, +func_193975_a,setFocused,0, +func_193976_p,isFocused,0, +func_193982_e,setSelectedTab,0, +func_193983_c,hasClickedOutside,0, +func_193986_ar,populateSearchTreeManager,0, +func_193987_a,getSearchTree,0, +func_193989_ak,getTickLength,0, +func_193997_a,withEntity,2, +func_193998_a,create,2, +func_193999_a,withPermissionLevel,2, +func_194000_i,computePositionVector,2, +func_194001_a,withSendCommandFeedback,2, +func_194007_a,getRecord,0, +func_194009_a,register,0, +func_194010_a,get,0, +func_194014_c,findSlotMatchingUnusedItem,0, +func_194015_p,getTimesChanged,0, +func_194016_a,fillStackedContents,0, +func_194018_a,fillStackedContents,0, +func_194019_a,execute,2, +func_194022_a,handleSelectAdvancementsTab,2, +func_194026_b,disconnect,2, +func_194027_a,handleSeenAdvancements,2, +func_194028_b,disconnect,2, +func_194032_h,countCompletedRequirements,0, +func_194038_a,search,0, +func_194040_a,recalculate,0, +func_194042_b,index,0, +func_194043_a,add,0, +func_194055_a,search,0, +func_194056_a,compare,0, +func_194057_a,add,0, +func_194058_a,generate,0, +func_194059_a,getString,0, +func_194060_b,printArray,0, +func_194070_a,hasPunchedTreesPreviously,0, +func_194071_a,didPlayerCraftedPlanks,0, +func_194072_f,getGameType,0, +func_194073_a,unlock,2, +func_194074_f,markSeen,2, +func_194075_d,getRecipeId,2, +func_194076_e,isNew,0, +func_194079_d,getRecipes,2, +func_194080_e,getDisplayedRecipes,2, +func_194081_a,sendPacket,2, +func_194082_a,newRecipeList,0, +func_194084_a,getItemStackTab,0, +func_194088_a,visit,0, +func_194089_c,toggleResidual,0, +func_194090_b,getMinIngredientCount,0, +func_194091_b,isSatisfied,0, +func_194092_a,tryPick,0, +func_194093_a,hasConnection,0, +func_194094_d,getSatisfiedIndex,0, +func_194095_d,getIndex,0, +func_194096_c,setSatisfied,0, +func_194097_a,getUniqueAvailIngredientItems,0, +func_194098_a,dfs,0, +func_194099_c,getVisitedIndex,0, +func_194100_b,hasResidual,0, +func_194101_b,hasVisited,0, +func_194102_b,tryPickAll,0, +func_194112_a,accountStack,0, +func_194113_b,pack,0, +func_194114_b,getBiggestCraftableStack,0, +func_194115_b,unpack,0, +func_194116_a,canCraft,0, +func_194117_b,increment,0, +func_194118_a,canCraft,0, +func_194119_a,clear,0, +func_194120_a,containsItem,0, +func_194121_a,getBiggestCraftableStack,0, +func_194122_a,tryTake,0, +func_194125_a,isInCreativeTab,0, +func_194127_a,isAdvanced,0, +func_194133_a,canFit,0, +func_194134_a,shrink,2, +func_194135_a,firstNonSpace,2, +func_194136_b,lastNonSpace,2, +func_194139_b,getValidItemStacksPacked,0, +func_194142_e,isExcepBlockForAttachWithPiston,2, +func_194143_e,isExcepBlockForAttachWithPiston,2, +func_194145_a,execute,2, +func_194151_e,getState,0, +func_194154_a,getTab,0, +func_194156_a,getPurpose,2, +func_194162_b,getAction,2, +func_194163_a,openedTab,0, +func_194164_a,closedScreen,0, +func_194165_c,getTab,2, +func_194169_a,playSound,0, +func_194184_c,getItem,0, +func_194187_a,addIngredient,0, +func_194188_a,render,0, +func_194191_a,render,0, +func_194192_a,updateLists,0, +func_194193_a,getLastClickedRecipe,0, +func_194194_a,init,0, +func_194195_a,recipesShown,0, +func_194196_a,mouseClicked,0, +func_194197_e,updateArrowButtons,0, +func_194198_d,updateButtonsForPage,0, +func_194199_b,getLastClickedRecipeList,0, +func_194200_c,setInvisible,0, +func_194207_b,getDisplayRecipes,0, +func_194208_a,getRecipes,0, +func_194209_a,isNotEmpty,0, +func_194210_a,canCraft,0, +func_194211_e,hasSingleResultItem,0, +func_194212_c,containsValidRecipes,0, +func_194213_a,isCraftable,0, +func_194214_a,updateKnownRecipes,0, +func_194220_a,setSelectedTab,2, +func_194222_a,execute,2, +func_194229_a,getAdvancementList,0, +func_194230_a,setSelectedTab,0, +func_70000_a,addServerStatsToSnooper,2, +func_70001_b,addServerTypeToSnooper,2, +func_70002_Q,isSnooperEnabled,2, +func_70003_b,canUseCommand,2, +func_70005_c_,getName,2, +func_70007_b,resetLog,1, +func_70008_c,getLogContents,1, +func_70011_f,getDistance,2, +func_70012_b,setLocationAndAngles,2, +func_70013_c,getBrightness,2, +func_70014_b,writeEntityToNBT,2, +func_70015_d,setFire,2, +func_70016_h,setVelocity,0, +func_70018_K,markVelocityChanged,2, +func_70020_e,readFromNBT,2, +func_70021_al,getParts,2, +func_70022_Q,getEntityString,2, +func_70024_g,addVelocity,2, +func_70026_G,isWet,2, +func_70027_ad,isBurning,2, +func_70028_i,isEntityEqual,2, +func_70029_a,setWorld,2, +func_70030_z,onEntityUpdate,2, +func_70031_b,setSprinting,2, +func_70032_d,getDistance,2, +func_70033_W,getYOffset,2, +func_70034_d,setRotationYawHead,2, +func_70037_a,readEntityFromNBT,2, +func_70038_c,isOffsetPositionInLiquid,2, +func_70039_c,writeToNBTOptional,2, +func_70040_Z,getLookVec,2, +func_70041_e_,canTriggerWalking,2, +func_70042_X,getMountedYOffset,2, +func_70044_A,setOnFireFromLava,2, +func_70045_F,isImmuneToFire,2, +func_70046_E,getCollisionBoundingBox,2, +func_70047_e,getEyeHeight,2, +func_70049_a,newFloatNBTList,2, +func_70050_g,setAir,2, +func_70051_ag,isSprinting,2, +func_70052_a,setFlag,2, +func_70055_a,isInsideOfMaterial,2, +func_70057_ab,performHurtAnimation,0, +func_70058_J,isNotColliding,2, +func_70065_x,preparePlayerToSpawn,0, +func_70066_B,extinguish,2, +func_70067_L,canBeCollidedWith,2, +func_70068_e,getDistanceSq,2, +func_70070_b,getBrightnessForRender,0, +func_70071_h_,onUpdate,2, +func_70072_I,handleWaterMovement,2, +func_70074_a,onKillEntity,2, +func_70075_an,canBeAttackedWithItem,2, +func_70076_C,outOfWorld,2, +func_70077_a,onStruckByLightning,2, +func_70079_am,getRotationYawHead,2, +func_70080_a,setPositionAndRotation,2, +func_70081_e,dealFireDamage,2, +func_70082_c,turn,0, +func_70083_f,getFlag,2, +func_70086_ai,getAir,2, +func_70087_a,newDoubleNBTList,2, +func_70088_a,entityInit,2, +func_70089_S,isEntityAlive,2, +func_70090_H,isInWater,2, +func_70091_d,move,2, +func_70092_e,getDistanceSq,2, +func_70093_af,isSneaking,2, +func_70094_T,isEntityInsideOpaqueBlock,2, +func_70095_a,setSneaking,2, +func_70097_a,attackEntityFrom,2, +func_70098_U,updateRidden,2, +func_70099_a,entityDropItem,2, +func_70100_b_,onCollideWithPlayer,2, +func_70101_b,setRotation,2, +func_70103_a,handleStatusUpdate,0, +func_70104_M,canBePushed,2, +func_70105_a,setSize,2, +func_70106_y,setDead,2, +func_70107_b,setPosition,2, +func_70108_f,applyEntityCollision,2, +func_70110_aj,setInWeb,2, +func_70111_Y,getCollisionBorderSize,2, +func_70112_a,isInRangeToRenderDist,0, +func_70114_g,getCollisionBox,2, +func_70184_a,onImpact,2, +func_70185_h,getGravityVelocity,2, +func_70186_c,shoot,2, +func_70227_a,onImpact,2, +func_70239_b,setDamage,2, +func_70240_a,setKnockbackStrength,2, +func_70241_g,getIsCritical,2, +func_70242_d,getDamage,2, +func_70243_d,setIsCritical,2, +func_70265_b,setTimeSinceHit,2, +func_70266_a,setDamageTaken,2, +func_70267_i,getForwardDirection,2, +func_70268_h,getTimeSinceHit,2, +func_70269_c,setForwardDirection,2, +func_70271_g,getDamageTaken,2, +func_70288_d,setAgeToCreativeDespawnTime,2, +func_70289_a,combineItems,2, +func_70296_d,markDirty,2, +func_70297_j_,getInventoryStackLimit,2, +func_70298_a,decrStackSize,2, +func_70299_a,setInventorySlotContents,2, +func_70300_a,isUsableByPlayer,2, +func_70301_a,getStackInSlot,2, +func_70302_i_,getSizeInventory,2, +func_70304_b,removeStackFromSlot,2, +func_70429_k,decrementAnimations,2, +func_70431_c,hasItemStack,2, +func_70432_d,storeItemStack,2, +func_70436_m,dropAllItems,2, +func_70437_b,setItemStack,2, +func_70440_f,armorItemInSlot,0, +func_70441_a,addItemStackToInventory,2, +func_70442_a,writeToNBT,2, +func_70443_b,readFromNBT,2, +func_70445_o,getItemStack,2, +func_70447_i,getFirstEmptyStack,2, +func_70448_g,getCurrentItem,2, +func_70449_g,damageArmor,2, +func_70451_h,getHotbarSize,2, +func_70452_e,storePartialItemStack,2, +func_70453_c,changeCurrentItem,0, +func_70455_b,copyInventory,2, +func_70463_b,getStackInRowAndColumn,2, +func_70468_h,getCurrentRecipe,2, +func_70469_d,inventoryResetNeededOnSlotChange,2, +func_70470_g,resetRecipeAndSlots,2, +func_70471_c,setCurrentRecipeIndex,2, +func_70486_a,loadInventoryFromNBT,2, +func_70487_g,saveInventoryToNBT,2, +func_70489_a,getPos,2, +func_70491_i,getDamage,2, +func_70492_c,setDamage,2, +func_70493_k,getRollingDirection,2, +func_70494_i,setRollingDirection,2, +func_70495_a,getPosOffset,0, +func_70496_j,getRollingAmplitude,2, +func_70497_h,setRollingAmplitude,2, +func_70515_d,explode,2, +func_70518_d,onValidSurface,2, +func_70526_d,getXpValue,2, +func_70527_a,getXPSplit,2, +func_70528_g,getTextureByXP,0, +func_70534_d,getRedColorF,0, +func_70535_g,getBlueColorF,0, +func_70536_a,setParticleTextureIndex,0, +func_70537_b,getFXLayer,0, +func_70538_b,setRBGColorF,0, +func_70541_f,multipleParticleScaleBy,0, +func_70542_f,getGreenColorF,0, +func_70543_e,multiplyVelocity,0, +func_70589_b,setBaseSpellTextureIndex,0, +func_70599_aP,getSoundVolume,2, +func_70601_bi,getCanSpawnHere,2, +func_70603_bj,getRenderSizeModifier,0, +func_70604_c,setRevengeTarget,2, +func_70605_aq,getMoveHelper,2, +func_70606_j,setHealth,2, +func_70608_bn,isPlayerSleeping,2, +func_70609_aI,onDeathUpdate,2, +func_70610_aX,isMovementBlocked,2, +func_70613_aW,isServerWorld,2, +func_70615_aA,eatGrassBonus,2, +func_70617_f_,isOnLadder,2, +func_70619_bc,updateAITasks,2, +func_70623_bb,despawnEntity,2, +func_70624_b,setAttackTarget,2, +func_70625_a,faceEntity,2, +func_70626_be,updateEntityActionState,2, +func_70627_aG,getTalkInterval,2, +func_70628_a,dropFewItems,2, +func_70629_bd,handleJumpWater,2, +func_70631_g_,isChild,2, +func_70634_a,setPositionAndUpdate,2, +func_70635_at,getEntitySenses,2, +func_70636_d,onLivingUpdate,2, +func_70637_d,setJumping,2, +func_70638_az,getAttackTarget,2, +func_70641_bl,getMaxSpawnedInChunk,2, +func_70642_aH,playLivingSound,2, +func_70643_av,getRevengeTarget,2, +func_70644_a,isPotionActive,2, +func_70645_a,onDeath,2, +func_70646_bf,getVerticalFaceSpeed,2, +func_70647_i,getSoundPitch,2, +func_70648_aU,canBreatheUnderwater,2, +func_70650_aV,ableToCauseSkullDrop,2, +func_70651_bq,getActivePotionEffects,2, +func_70652_k,attackEntityAsMob,2, +func_70653_a,knockBack,2, +func_70654_ax,getIdleTime,2, +func_70655_b,applyArmorCalculations,2, +func_70656_aK,spawnExplosionParticle,2, +func_70657_f,setMoveVertical,2, +func_70658_aO,getTotalArmorValue,2, +func_70659_e,setAIMoveSpeed,2, +func_70660_b,getActivePotionEffect,2, +func_70661_as,getNavigator,2, +func_70662_br,isEntityUndead,2, +func_70663_b,updateRotation,2, +func_70664_aZ,jump,2, +func_70665_d,damageEntity,2, +func_70668_bt,getCreatureAttribute,2, +func_70669_a,renderBrokenItemStack,2, +func_70670_a,onNewPotionEffect,2, +func_70671_ap,getLookHelper,2, +func_70672_c,applyPotionDamageCalculations,2, +func_70674_bp,clearActivePotions,2, +func_70675_k,damageArmor,2, +func_70676_i,getLook,2, +func_70678_g,getSwingProgress,0, +func_70679_bo,updatePotionEffects,2, +func_70681_au,getRNG,2, +func_70682_h,decreaseAirSupply,2, +func_70683_ar,getJumpHelper,2, +func_70684_aJ,isPlayer,2, +func_70685_l,canEntityBeSeen,2, +func_70686_a,canAttackClass,2, +func_70687_e,isPotionApplicable,2, +func_70688_c,onFinishedPotionEffect,2, +func_70689_ay,getAIMoveSpeed,2, +func_70690_d,addPotionEffect,2, +func_70691_i,heal,2, +func_70692_ba,canDespawn,2, +func_70693_a,getExperiencePoints,2, +func_70695_b,onChangedPotionEffect,2, +func_70781_l,hasPath,2, +func_70799_a,setSlimeSize,2, +func_70800_m,canDamagePlayer,2, +func_70802_j,createInstance,2, +func_70805_n,getAttackStrength,2, +func_70806_k,getJumpDelay,2, +func_70807_r,makesSoundOnJump,2, +func_70808_l,alterSquishAmount,2, +func_70809_q,getSlimeSize,2, +func_70814_o,isValidLightLevel,2, +func_70816_c,teleportToEntity,2, +func_70820_n,teleportRandomly,2, +func_70821_d,shouldAttackPlayer,2, +func_70823_r,isScreaming,2, +func_70825_j,teleportTo,2, +func_70829_a,setCreeperState,2, +func_70830_n,getPowered,2, +func_70831_j,getCreeperFlashIntensity,0, +func_70832_p,getCreeperState,2, +func_70835_c,becomeAngryAt,2, +func_70839_e,setBesideClimbableBlock,2, +func_70841_p,isBesideClimbableBlock,2, +func_70844_e,setOnFire,2, +func_70845_n,isCharged,2, +func_70849_f,setPlayerCreated,2, +func_70850_q,isPlayerCreated,2, +func_70851_e,setHoldingRose,2, +func_70852_n,getVillage,2, +func_70853_p,getHoldRoseTick,2, +func_70854_o,getAttackTimer,0, +func_70873_a,setGrowingAge,2, +func_70874_b,getGrowingAge,2, +func_70875_t,resetInLove,2, +func_70877_b,isBreedingItem,2, +func_70878_b,canMateWith,2, +func_70880_s,isInLove,2, +func_70890_k,getHeadRotationAngleX,0, +func_70892_o,getSheared,2, +func_70893_e,setSheared,2, +func_70894_j,getHeadRotationPointY,0, +func_70900_e,setSaddled,2, +func_70901_n,getSaddled,2, +func_70902_q,getOwner,2, +func_70903_f,setTamed,2, +func_70904_g,setSitting,2, +func_70906_o,isSitting,2, +func_70907_r,getAISit,2, +func_70908_e,playTameEffect,2, +func_70909_n,isTamed,2, +func_70912_b,setTameSkin,2, +func_70913_u,getTameSkin,2, +func_70915_j,getShadingWhileWet,0, +func_70916_h,setAngry,2, +func_70917_k,getInterestedAngle,0, +func_70918_i,setBegging,2, +func_70919_bu,isAngry,2, +func_70920_v,getTailRotation,0, +func_70921_u,isWolfWet,0, +func_70922_bv,isBegging,2, +func_70923_f,getShakeAngle,0, +func_70930_a,setRecipes,0, +func_70931_l_,getCustomer,2, +func_70932_a_,setCustomer,2, +func_70933_a,useRecipe,2, +func_70934_b,getRecipes,2, +func_70938_b,setProfession,2, +func_70939_f,setPlaying,2, +func_70940_q,isTrading,2, +func_70941_o,isMating,2, +func_70945_p,isPlaying,2, +func_70946_n,getProfession,2, +func_70947_e,setMating,2, +func_70965_a,attackEntityFromPart,2, +func_70969_j,updateDragonEnderCrystal,2, +func_70970_a,collideWithEntities,2, +func_70971_b,attackEntitiesInList,2, +func_70972_a,destroyBlocksInAABB,2, +func_70973_b,simplifyAngle,2, +func_70974_a,getMovementOffsets,2, +func_70996_bM,shouldHeal,2, +func_70999_a,wakeUpPlayer,2, +func_71000_j,addMovementStat,2, +func_71001_a,onItemPickup,2, +func_71004_bE,respawnPlayer,0, +func_71005_bN,getInventoryEnderChest,2, +func_71007_a,displayGUIChest,2, +func_71009_b,onCriticalHit,2, +func_71015_k,addMountedMovementStat,2, +func_71016_p,sendPlayerAbilities,2, +func_71019_a,dropItem,2, +func_71020_j,addExhaustion,2, +func_71023_q,addExperience,2, +func_71024_bL,getFoodStats,2, +func_71026_bH,isPlayerFullyAsleep,2, +func_71029_a,addStat,2, +func_71033_a,setGameType,2, +func_71036_o,onItemUseFinish,2, +func_71037_bA,getScore,2, +func_71040_bB,dropItem,2, +func_71043_e,canEat,2, +func_71044_o,collideWithPlayer,2, +func_71047_c,onEnchantmentCritical,2, +func_71050_bK,xpBarCap,2, +func_71051_bG,getBedOrientationInDegrees,0, +func_71053_j,closeScreen,2, +func_71059_n,attackTargetEntityWithCurrentItem,2, +func_71060_bI,getSleepTimer,0, +func_71061_d_,doWaterSplashEffect,2, +func_71064_a,addStat,2, +func_71110_a,sendAllContents,2, +func_71111_a,sendSlotContents,2, +func_71112_a,sendWindowProperty,2, +func_71113_k,updateHeldItem,2, +func_71114_r,getPlayerIP,2, +func_71116_b,addSelfToInternalCraftingInventory,2, +func_71117_bO,getNextWindowId,2, +func_71118_n,setPlayerHealthUpdated,2, +func_71120_a,sendContainerToPlayer,2, +func_71121_q,getServerWorld,2, +func_71122_b,handleFalling,2, +func_71123_m,mountEntityAndWakeUp,2, +func_71127_g,onUpdateEntity,2, +func_71128_l,closeContainer,2, +func_71150_b,setPlayerSPHealth,0, +func_71152_a,setXPStats,0, +func_71165_d,sendChatMessage,0, +func_71187_D,getCommandManager,2, +func_71188_g,setAllowPvp,2, +func_71189_e,setHostname,1, +func_71190_q,updateTimeLightAndEntities,2, +func_71191_d,setBuildLimit,2, +func_71192_d,setUserMessage,2, +func_71193_K,allowSpawnMonsters,2, +func_71194_c,canCreateBonusChest,2, +func_71195_b_,getUserMessage,0, +func_71197_b,init,2, +func_71198_k,logDebug,1, +func_71199_h,isHardcore,2, +func_71200_ad,serverIsInRunLoop,0, +func_71201_j,logSevere,1, +func_71204_b,setDemo,2, +func_71205_p,setMOTD,2, +func_71206_a,shareToLAN,2, +func_71207_Z,getBuildLimit,2, +func_71208_b,setServerPort,1, +func_71209_f,getFile,2, +func_71211_k,getServerHostname,1, +func_71213_z,getOnlinePlayerNames,2, +func_71214_G,getServerOwner,2, +func_71215_F,getServerPort,1, +func_71216_a_,outputPercentRemaining,2, +func_71217_p,tick,2, +func_71218_a,getWorld,2, +func_71219_W,isPVPEnabled,2, +func_71220_V,getCanSpawnNPCs,2, +func_71221_J,getWorldName,0, +func_71222_d,initialWorldChunkLoad,2, +func_71223_ag,enableProfiling,2, +func_71224_l,setServerOwner,2, +func_71225_e,canStructuresSpawn,2, +func_71228_a,finalTick,2, +func_71229_d,setOnlineMode,2, +func_71230_b,addServerInfoToCrashReport,2, +func_71231_X,isFlightAllowed,2, +func_71233_x,getCurrentPlayerCount,2, +func_71234_u,getPort,1, +func_71235_a,setGameType,2, +func_71236_h,logWarning,2, +func_71237_c,convertMapIfNeeded,2, +func_71238_n,getDataDirectory,2, +func_71239_B,isDebuggingEnabled,1, +func_71240_o,systemExitNow,2, +func_71241_aa,isServerStopped,2, +func_71242_L,isDemo,2, +func_71243_i,clearCurrentTask,2, +func_71244_g,logInfo,1, +func_71245_h,setAllowFlight,2, +func_71246_n,setWorldName,0, +func_71247_a,loadAllWorlds,2, +func_71249_w,getMinecraftVersion,2, +func_71250_E,getKeyPair,2, +func_71251_e,setCanSpawnAnimals,2, +func_71252_i,handleRConCommand,1, +func_71253_a,setKeyPair,2, +func_71254_M,getActiveAnvilConverter,2, +func_71255_r,getAllowNether,2, +func_71256_s,startServerThread,2, +func_71257_f,setCanSpawnNPCs,2, +func_71258_A,getPlugins,1, +func_71259_af,getTickCounter,2, +func_71260_j,stopServer,2, +func_71261_m,setFolderName,2, +func_71262_S,isDedicatedServer,2, +func_71263_m,initiateShutdown,2, +func_71264_H,isSinglePlayer,2, +func_71265_f,getGameType,2, +func_71266_T,isServerInOnlineMode,2, +func_71267_a,saveAllWorlds,2, +func_71268_U,getCanSpawnAnimals,2, +func_71270_I,getFolderName,2, +func_71273_Y,getMOTD,2, +func_71274_v,getMotd,1, +func_71275_y,getMaxPlayers,2, +func_71277_t,getHostname,1, +func_71278_l,isServerRunning,2, +func_71279_ae,getGuiEnabled,2, +func_71326_a,saveProperties,1, +func_71327_a,getIntProperty,1, +func_71328_a,setProperty,1, +func_71329_c,getSettingsFilename,1, +func_71330_a,getStringProperty,1, +func_71331_a,addPendingCommand,1, +func_71332_a,getBooleanProperty,1, +func_71333_ah,executePendingCommands,1, +func_71344_c,getPublic,0, +func_71351_a,setServerData,0, +func_71352_k,toggleFullscreen,0, +func_71353_a,loadWorld,0, +func_71354_a,setDimensionAndSpawnPlayer,0, +func_71355_q,isDemo,0, +func_71356_B,isSingleplayer,0, +func_71359_d,getSaveLoader,0, +func_71361_d,checkGLError,0, +func_71363_D,stopIntegratedServer,0, +func_71364_i,setIngameNotInFocus,0, +func_71366_a,displayDebugInfo,0, +func_71369_N,getGLMaximumTextureSize,0, +func_71370_a,resize,0, +func_71371_a,launchIntegratedServer,0, +func_71372_G,isFullScreen,0, +func_71375_t,isFancyGraphicsEnabled,0, +func_71377_b,displayCrashReport,0, +func_71378_E,getPlayerUsageSnooper,0, +func_71379_u,isAmbientOcclusionEnabled,0, +func_71381_h,setIngameFocus,0, +func_71382_s,isGuiEnabled,0, +func_71383_b,updateDebugProfilerName,0, +func_71384_a,init,0, +func_71385_j,displayInGameMenu,0, +func_71386_F,getSystemTime,0, +func_71387_A,isIntegratedServerRunning,0, +func_71389_H,startTimerHackThread,0, +func_71396_d,addGraphicsAndWorldToCrashReport,0, +func_71398_f,freeMemory,0, +func_71400_g,shutdown,0, +func_71401_C,getIntegratedServer,0, +func_71403_a,loadWorld,0, +func_71404_a,crashed,0, +func_71405_e,shutdownMinecraftApplet,0, +func_71407_l,runTick,0, +func_71410_x,getMinecraft,0, +func_71411_J,runGameLoop,0, +func_71497_f,getFile,0, +func_71498_d,getCauseStackTraceOrString,2, +func_71499_a,addCrashSectionThrowable,2, +func_71501_a,getDescription,2, +func_71502_e,getCompleteReport,2, +func_71503_h,getWittyComment,2, +func_71504_g,populateEnvironment,2, +func_71505_b,getCrashCause,2, +func_71506_a,getSectionsInStringBuilder,2, +func_71507_a,addCrashSection,2, +func_71514_a,getAliases,2, +func_71517_b,getName,2, +func_71518_a,getUsage,2, +func_71521_c,getCommandSenderAsPlayer,2, +func_71523_a,doesStringStartWith,2, +func_71527_a,joinNiceString,2, +func_71529_a,setCommandListener,2, +func_71530_a,getListOfStringsMatchingLastWord,2, +func_71539_b,getGameModeFromCommand,2, +func_71555_a,getCommands,2, +func_71556_a,executeCommand,2, +func_71557_a,getPossibleCommands,2, +func_71559_a,dropFirstString,2, +func_71560_a,registerCommand,2, +func_71565_a,filterAllowedCharacters,2, +func_71566_a,isAllowedCharacter,2, +func_71575_a,getCrashReport,2, +func_72314_b,grow,2, +func_72316_a,calculateXOffset,2, +func_72317_d,offset,2, +func_72318_a,contains,2, +func_72320_b,getAverageEdgeLength,2, +func_72321_a,expand,2, +func_72322_c,calculateZOffset,2, +func_72323_b,calculateYOffset,2, +func_72326_a,intersects,2, +func_72327_a,calculateIntercept,2, +func_72352_l,getMaxPlayers,2, +func_72354_b,updateTimeAndWeatherForPlayer,2, +func_72355_a,initializeConnectionToPlayer,2, +func_72358_d,serverUpdateMovingPlayer,2, +func_72363_f,getBannedIPs,2, +func_72364_a,setPlayerManager,2, +func_72365_p,getServerInstance,2, +func_72367_e,playerLoggedOut,2, +func_72368_a,recreatePlayerEntity,2, +func_72369_d,getOnlinePlayerNames,2, +func_72371_a,setWhiteListEnabled,2, +func_72372_a,getEntityViewDistance,2, +func_72373_m,getAvailablePlayerDat,2, +func_72374_b,onTick,2, +func_72375_a,preparePlayer,2, +func_72377_c,playerLoggedIn,2, +func_72378_q,getHostPlayerData,2, +func_72380_a,readPlayerDataFromFile,2, +func_72381_a,setPlayerGameTypeBasedOnOther,2, +func_72382_j,getPlayersMatchingAddress,2, +func_72383_n,isWhiteListEnabled,1, +func_72385_f,syncPlayerInventory,2, +func_72387_b,setCommandsAllowedForAll,0, +func_72389_g,saveAllPlayerData,2, +func_72391_b,writePlayerData,2, +func_72392_r,removeAllPlayers,2, +func_72394_k,getCurrentPlayerCount,2, +func_72395_o,getViewDistance,2, +func_72417_t,loadOpsList,1, +func_72418_v,readWhiteList,1, +func_72419_u,saveOpsList,1, +func_72421_w,saveWhiteList,1, +func_72429_b,getIntermediateWithXValue,2, +func_72430_b,dotProduct,2, +func_72431_c,crossProduct,0, +func_72432_b,normalize,2, +func_72433_c,length,2, +func_72434_d,getIntermediateWithZValue,2, +func_72435_c,getIntermediateWithYValue,2, +func_72436_e,squareDistanceTo,2, +func_72438_d,distanceTo,2, +func_72441_c,add,2, +func_72444_a,subtractReverse,2, +func_72591_c,getRequestId,1, +func_72592_a,getRandomChallenge,1, +func_72593_a,hasExpired,1, +func_72594_b,getChallengeValue,1, +func_72601_a,registerSocket,1, +func_72602_a,startThread,1, +func_72603_d,getNumberOfPlayers,1, +func_72604_a,closeSocket,1, +func_72605_a,closeServerSocket_do,1, +func_72606_c,logWarning,1, +func_72607_a,logDebug,1, +func_72608_b,closeServerSocket,1, +func_72609_b,logInfo,1, +func_72610_d,logSevere,1, +func_72611_e,closeAllSockets,1, +func_72612_a,closeAllSockets_do,1, +func_72613_c,isRunning,1, +func_72620_a,sendResponsePacket,1, +func_72621_a,parseIncomingPacket,1, +func_72622_d,sendAuthChallenge,1, +func_72623_a,stopWithException,1, +func_72624_b,createQueryResponse,1, +func_72625_a,getRequestID,1, +func_72626_g,initQuerySystem,1, +func_72627_c,verifyClientAuth,1, +func_72628_f,cleanQueryClientsMap,1, +func_72645_g,cleanClientThreadsMap,1, +func_72646_f,initClientThreadList,1, +func_72653_g,closeSocket,1, +func_72654_a,sendResponse,1, +func_72655_a,sendMultipacketResponse,1, +func_72656_f,sendLoginFailedResponse,1, +func_72661_a,getBytesAsString,1, +func_72662_b,getRemainingBytesAsLEInt,1, +func_72663_a,getByteAsHexString,1, +func_72664_c,getBytesAsBEint,1, +func_72665_b,getBytesAsLEInt,1, +func_72667_a,writeInt,1, +func_72668_a,writeShort,1, +func_72669_b,reset,1, +func_72670_a,writeByteArray,1, +func_72671_a,writeString,1, +func_72672_a,toByteArray,1, +func_72683_a,addPlayer,2, +func_72684_a,overlaps,2, +func_72685_d,updateMovingPlayer,2, +func_72686_a,getFurthestViewableBlock,2, +func_72688_a,getWorldServer,2, +func_72693_b,tick,2, +func_72694_a,isPlayerWatchingChunk,2, +func_72695_c,removePlayer,2, +func_72703_a,onEntityAdded,2, +func_72709_b,onEntityRemoved,2, +func_72712_a,loadRenderers,0, +func_72720_a,createBindEntityOutlineFbs,0, +func_72721_a,hasCloudFog,0, +func_72723_d,getDebugInfoEntities,0, +func_72728_f,deleteAllDisplayLists,0, +func_72731_b,drawSelectionBox,0, +func_72732_a,setWorldAndLoadRenderers,0, +func_72734_e,updateClouds,0, +func_72735_c,getDebugInfoRenders,0, +func_72785_a,track,2, +func_72786_a,track,2, +func_72787_a,removePlayerFromTrackers,2, +func_72788_a,tick,2, +func_72790_b,untrack,2, +func_72791_a,track,2, +func_72800_K,getHeight,2, +func_72806_N,isEmpty,0, +func_72819_i,getThunderStrength,2, +func_72820_D,getWorldTime,2, +func_72823_a,setData,2, +func_72824_f,getCloudColour,0, +func_72826_c,getCelestialAngle,2, +func_72827_u,getProviderName,0, +func_72829_c,checkBlockCollision,2, +func_72833_a,getSkyColor,0, +func_72835_b,tick,2, +func_72838_d,spawnEntity,2, +func_72839_b,getEntitiesWithinAABBExcludingEntity,2, +func_72841_b,getUniqueDataId,2, +func_72842_a,getBlockDensity,2, +func_72843_D,setRandomSeed,2, +func_72847_b,onEntityRemoved,2, +func_72848_b,removeEventListener,0, +func_72853_d,getMoonPhase,0, +func_72854_c,updateAllPlayersSleepingFlag,2, +func_72855_b,checkNoEntityCollision,2, +func_72857_a,findNearestEntityWithinAABB,2, +func_72860_G,getSaveHandler,2, +func_72863_F,getChunkProvider,2, +func_72866_a,updateEntityWithOptionalForce,2, +func_72867_j,getRainStrength,2, +func_72870_g,updateEntity,2, +func_72872_a,getEntitiesWithinAABB,2, +func_72875_a,isMaterialInBB,2, +func_72876_a,createExplosion,2, +func_72877_b,setWorldTime,2, +func_72880_h,getStarBrightness,0, +func_72882_A,sendQuittingDisconnectingPacket,0, +func_72885_a,newExplosion,2, +func_72890_a,getClosestPlayerToEntity,2, +func_72891_a,setAllowedSpawnTypes,2, +func_72894_k,setRainStrength,0, +func_72896_J,isRaining,2, +func_72897_h,joinEntityInSurroundings,0, +func_72900_e,removeEntity,2, +func_72901_a,rayTraceBlocks,2, +func_72905_C,getSeed,2, +func_72906_B,checkSessionLock,2, +func_72907_a,countEntities,2, +func_72910_y,getLoadedEntityList,0, +func_72911_I,isThundering,2, +func_72912_H,getWorldInfo,2, +func_72914_a,addWorldInfoToCrashReport,2, +func_72916_c,isSpawnChunk,2, +func_72917_a,checkNoEntityCollision,2, +func_72918_a,handleMaterialAcceleration,2, +func_72919_O,getHorizon,0, +func_72920_a,getPendingBlockUpdates,2, +func_72923_a,onEntityAdded,2, +func_72924_a,getPlayerEntityByName,2, +func_72929_e,getCelestialAngleRadians,2, +func_72933_a,rayTraceBlocks,2, +func_72935_r,isDaytime,2, +func_72939_s,updateEntities,2, +func_72940_L,getActualHeight,2, +func_72942_c,addWeatherEffect,2, +func_72943_a,loadData,2, +func_72947_a,calculateInitialWeather,2, +func_72948_g,getFogColor,0, +func_72953_d,containsAnyLiquid,2, +func_72954_a,addEventListener,2, +func_72955_a,tickUpdates,2, +func_72959_q,getBiomeProvider,2, +func_72960_a,setEntityState,2, +func_72963_a,initialize,2, +func_72964_e,getChunk,2, +func_72966_v,calculateInitialSkylight,2, +func_72967_a,calculateSkylightSubtracted,2, +func_72970_h,createChunkProvider,2, +func_72971_b,getSunBrightness,0, +func_72973_f,removeEntityDangerously,2, +func_72974_f,setInitialSpawnLocation,0, +func_72975_g,markBlocksDirtyVertical,2, +func_72979_l,updateWeather,2, +func_72981_t,getDebugLoadedEntities,0, +func_73022_a,removeAllEntities,0, +func_73025_a,doPreChunk,0, +func_73027_a,addEntityToWorld,0, +func_73028_b,removeEntityFromWorld,0, +func_73029_E,doVoidFogParticles,0, +func_73031_a,invalidateBlockReceiveRegion,0, +func_73039_n,getEntityTracker,2, +func_73041_k,flush,2, +func_73042_a,saveLevel,2, +func_73044_a,saveAllChunks,2, +func_73045_a,getEntityByID,2, +func_73046_m,getMinecraftServer,2, +func_73047_i,createBonusChest,2, +func_73051_P,resetRainAndThunder,2, +func_73052_b,createSpawnPosition,2, +func_73053_d,wakeAllPlayers,2, +func_73056_e,areAllPlayersAsleep,2, +func_73075_a,updateBlockRemoving,2, +func_73076_a,setGameType,2, +func_73077_b,initializeGameType,2, +func_73080_a,setWorld,2, +func_73081_b,getGameType,2, +func_73083_d,isCreative,2, +func_73101_e,sendDemoReminder,2, +func_73106_e,getPartialBlockDamage,0, +func_73107_a,setPartialBlockDamage,0, +func_73117_b,updatePlayerEntity,2, +func_73118_a,removeFromTrackedPlayers,2, +func_73119_a,sendDestroyEntityPacketToTrackedPlayers,2, +func_73121_d,isPlayerWatchingThisChunk,2, +func_73122_a,updatePlayerList,2, +func_73123_c,removeTrackedPlayerSymmetric,2, +func_73125_b,updatePlayerEntities,2, +func_73148_d,makeString,2, +func_73149_a,chunkExists,2, +func_73152_e,getLoadedChunkCount,2, +func_73156_b,tick,2, +func_73157_c,canSave,2, +func_73158_c,loadChunk,0, +func_73234_b,unloadChunk,0, +func_73239_e,loadChunkFromFile,2, +func_73240_a,queueUnloadAll,2, +func_73242_b,saveChunkData,2, +func_73243_a,saveChunkExtraData,2, +func_73660_a,update,2, +func_73665_c,getPropertiesFile,1, +func_73666_a,generateNewProperties,1, +func_73667_a,setProperty,1, +func_73668_b,saveProperties,1, +func_73669_a,getIntProperty,1, +func_73670_a,getBooleanProperty,1, +func_73671_a,getStringProperty,1, +func_73680_d,getBanEndDate,2, +func_73682_e,hasBanExpired,2, +func_73686_f,getBanReason,2, +func_73718_a,setLoadingProgress,2, +func_73719_c,displayLoadingString,2, +func_73720_a,displaySavingString,2, +func_73721_b,resetProgressAndMessage,0, +func_73722_d,displayString,0, +func_73728_b,drawVerticalLine,0, +func_73729_b,drawTexturedModalRect,0, +func_73730_a,drawHorizontalLine,0, +func_73731_b,drawString,0, +func_73732_a,drawCenteredString,0, +func_73733_a,drawGradientRect,0, +func_73734_a,drawRect,0, +func_73831_a,updateTick,0, +func_73833_a,setRecordPlayingMessage,0, +func_73834_c,getUpdateCounter,0, +func_73863_a,drawScreen,0, +func_73864_a,mouseClicked,0, +func_73866_w_,initGui,0, +func_73868_f,doesGuiPauseGame,0, +func_73869_a,keyTyped,0, +func_73876_c,updateScreen,0, +func_73878_a,confirmClicked,0, +func_73968_a,rotateAndBlurSkybox,0, +func_73969_a,addSingleplayerMultiplayerButtons,0, +func_73970_b,drawPanorama,0, +func_73971_c,renderSkybox,0, +func_73972_b,addDemoButtons,0, +func_74275_a,updateTimer,0, +func_74290_a,getTimestampedPNGFileForDirectory,0, +func_74296_a,getOptionFloatValue,0, +func_74297_c,getKeyBinding,0, +func_74298_c,getKeyDisplayString,0, +func_74299_a,getTranslation,0, +func_74300_a,loadOptions,0, +func_74303_b,saveOptions,0, +func_74304_a,setOptionFloatValue,0, +func_74305_a,parseFloat,0, +func_74306_a,setOptionValue,0, +func_74308_b,getOptionOrdinalValue,0, +func_74372_a,grabMouseCursor,0, +func_74373_b,ungrabMouseCursor,0, +func_74374_c,mouseXYChange,0, +func_74378_d,getTranslation,0, +func_74379_a,byOrdinal,0, +func_74380_a,isFloat,0, +func_74381_c,getOrdinal,0, +func_74382_b,isBoolean,0, +func_74428_b,processReceivedPackets,2, +func_74430_c,getRemoteAddress,2, +func_74505_d,unpressKey,0, +func_74506_a,unPressAllKeys,0, +func_74507_a,onTick,0, +func_74508_b,resetKeyBindingArrayAndHash,0, +func_74510_a,setKeyBindState,0, +func_74517_a,setColorBuffer,0, +func_74518_a,disableStandardItemLighting,0, +func_74519_b,enableStandardItemLighting,0, +func_74520_c,enableGUIStandardItemLighting,0, +func_74521_a,setColorBuffer,0, +func_74523_b,deleteDisplayLists,0, +func_74524_c,createDirectByteBuffer,0, +func_74526_a,generateDisplayLists,0, +func_74527_f,createDirectIntBuffer,0, +func_74529_h,createDirectFloatBuffer,0, +func_74539_c,getChatLineID,0, +func_74540_b,getUpdatedCounter,0, +func_74583_a,updateRenderInfo,0, +func_74732_a,getId,2, +func_74734_a,write,2, +func_74737_b,copy,2, +func_74742_a,appendTag,2, +func_74744_a,removeTag,2, +func_74745_c,tagCount,2, +func_74757_a,setBoolean,2, +func_74759_k,getIntArray,2, +func_74760_g,getFloat,2, +func_74762_e,getInteger,2, +func_74763_f,getLong,2, +func_74764_b,hasKey,2, +func_74765_d,getShort,2, +func_74767_n,getBoolean,2, +func_74768_a,setInteger,2, +func_74769_h,getDouble,2, +func_74770_j,getByteArray,2, +func_74771_c,getByte,2, +func_74772_a,setLong,2, +func_74773_a,setByteArray,2, +func_74774_a,setByte,2, +func_74775_l,getCompoundTag,2, +func_74776_a,setFloat,2, +func_74777_a,setShort,2, +func_74778_a,setString,2, +func_74779_i,getString,2, +func_74780_a,setDouble,2, +func_74781_a,getTag,2, +func_74782_a,setTag,2, +func_74783_a,setIntArray,2, +func_74793_a,safeWrite,0, +func_74794_a,read,2, +func_74795_b,write,0, +func_74796_a,readCompressed,2, +func_74797_a,read,0, +func_74799_a,writeCompressed,2, +func_74800_a,write,2, +func_74803_a,translateKeyFormat,2, +func_74805_b,translateKey,2, +func_74808_a,getInstance,2, +func_74837_a,translateToLocalFormatted,2, +func_74838_a,translateToLocal,2, +func_74844_a,getErrorObjects,2, +func_74860_a,isLiquidInStructureBoundingBox,2, +func_74861_a,buildComponent,2, +func_74862_a,getYWithOffset,2, +func_74865_a,getXWithOffset,2, +func_74871_b,clearCurrentPositionBlocksUpwards,2, +func_74873_b,getZWithOffset,2, +func_74874_b,getBoundingBox,2, +func_74875_a,addComponentParts,2, +func_74877_c,getComponentType,2, +func_74878_a,fillWithAir,2, +func_74882_a,fillWithRandomizedBlocks,2, +func_74883_a,findIntersecting,2, +func_74889_b,getAverageGroundLevel,2, +func_74891_a,getNextComponentNN,2, +func_74893_a,spawnVillagers,2, +func_74894_b,getNextComponentPP,2, +func_74895_a,canVillageGoDeeper,2, +func_74935_a,offsetToAverageGroundLevel,2, +func_74960_a,getTotalWeight,2, +func_74961_b,getNextComponentX,2, +func_74963_a,getNextComponentNormal,2, +func_74964_a,isAboveGround,2, +func_74965_c,getNextComponentZ,2, +func_74986_a,getNextComponentNormal,2, +func_74987_c,getNextComponentZ,2, +func_74988_a,getRandomDoor,2, +func_74989_b,getNextComponentX,2, +func_74990_a,placeDoor,2, +func_74991_a,canStrongholdGoDeeper,2, +func_75047_a,canSpawnStructureAtCoords,2, +func_75049_b,getStructureStart,2, +func_75059_a,getSpawnList,2, +func_75062_a,selectBlocks,2, +func_75067_a,markAvailableHeight,2, +func_75068_a,generateStructure,2, +func_75069_d,isSizeableStructure,2, +func_75070_a,setRandomHeight,2, +func_75071_a,getBoundingBox,2, +func_75072_c,updateBoundingBox,2, +func_75079_a,updatePieceWeight,2, +func_75084_a,getStructureVillageWeightedPieceList,2, +func_75085_a,canSpawnMoreVillagePiecesOfType,2, +func_75086_a,canSpawnMoreVillagePieces,2, +func_75091_a,writeCapabilitiesToNBT,2, +func_75092_a,setFlySpeed,0, +func_75093_a,getFlySpeed,2, +func_75094_b,getWalkSpeed,2, +func_75095_b,readCapabilitiesFromNBT,2, +func_75112_a,readNBT,2, +func_75113_a,addExhaustion,2, +func_75114_a,setFoodLevel,2, +func_75115_e,getSaturationLevel,2, +func_75116_a,getFoodLevel,2, +func_75117_b,writeNBT,2, +func_75118_a,onUpdate,2, +func_75119_b,setFoodSaturationLevel,0, +func_75121_c,needFood,2, +func_75122_a,addStats,2, +func_75128_a,setCanCraft,2, +func_75129_b,getCanCraft,2, +func_75130_a,onCraftMatrixChanged,2, +func_75132_a,addListener,2, +func_75134_a,onContainerClosed,2, +func_75135_a,mergeItemStack,2, +func_75136_a,getNextTransactionID,0, +func_75137_b,updateProgressBar,0, +func_75138_a,getInventory,2, +func_75139_a,getSlot,2, +func_75140_a,enchantItem,2, +func_75141_a,putStackInSlot,2, +func_75142_b,detectAndSendChanges,2, +func_75145_c,canInteractWith,2, +func_75146_a,addSlotToContainer,2, +func_75147_a,getSlotFromInventory,2, +func_75174_d,getMerchantInventory,2, +func_75175_c,setCurrentRecipeIndex,2, +func_75189_a,canSpawnMoreStructuresOfType,2, +func_75190_a,canSpawnMoreStructures,2, +func_75198_a,prepareStructurePieces,2, +func_75202_c,canAddStructurePieces,2, +func_75208_c,onCrafting,2, +func_75209_a,decrStackSize,2, +func_75210_a,onCrafting,2, +func_75211_c,getStack,2, +func_75214_a,isItemValid,2, +func_75215_d,putStack,2, +func_75216_d,getHasStack,2, +func_75217_a,isHere,2, +func_75218_e,onSlotChanged,2, +func_75219_a,getSlotStackLimit,2, +func_75220_a,onSlotChange,2, +func_75230_a,doTrade,2, +func_75243_a_,canHoldPotion,2, +func_75246_d,updateTask,2, +func_75247_h,getMutexBits,2, +func_75248_a,setMutexBits,2, +func_75249_e,startExecuting,2, +func_75250_a,shouldExecute,2, +func_75251_c,resetTask,2, +func_75252_g,isInterruptible,2, +func_75253_b,shouldContinueExecuting,2, +func_75270_a,setSitting,2, +func_75277_f,isRunning,2, +func_75295_a,canEasilyReach,2, +func_75296_a,isSuitableTarget,2, +func_75366_f,findPossibleShelter,2, +func_75382_a,hasTemptationItemInHand,2, +func_75388_i,spawnBaby,2, +func_75389_f,getNearbyMate,2, +func_75412_a,findNearestDoor,2, +func_75413_a,doesDoorListContain,2, +func_75414_f,resizeDoorList,2, +func_75446_f,checkSufficientDoorsPresentForNewVillager,2, +func_75447_i,giveBirth,2, +func_75461_b,findRandomTargetBlockAwayFrom,2, +func_75462_c,findRandomTargetBlock,2, +func_75463_a,findRandomTarget,2, +func_75464_a,findRandomTargetBlockTowards,2, +func_75466_d,resetDoorOpeningRestrictionCounter,2, +func_75468_f,getDoorOpeningRestrictionCounter,2, +func_75470_e,incrementDoorOpeningRestrictionCounter,2, +func_75473_b,getLastActivityTimestamp,2, +func_75474_b,getDistanceSquared,2, +func_75484_a,setPath,2, +func_75485_k,canNavigate,2, +func_75487_m,removeSunnyPath,2, +func_75488_a,getPathToXYZ,2, +func_75489_a,setSpeed,2, +func_75492_a,tryMoveToXYZ,2, +func_75493_a,isDirectPathBetweenPoints,2, +func_75494_a,getPathToEntityLiving,2, +func_75497_a,tryMoveToEntityLiving,2, +func_75499_g,clearPath,2, +func_75500_f,noPath,2, +func_75501_e,onUpdateNavigation,2, +func_75502_i,getEntityPosition,2, +func_75505_d,getPath,2, +func_75506_l,isInLiquid,2, +func_75508_h,pathFollow,2, +func_75522_a,canSee,2, +func_75523_a,clearSensingCache,2, +func_75528_a,tick,2, +func_75529_b,trySetupSiege,2, +func_75530_c,spawnZombie,2, +func_75540_b,getVillageList,2, +func_75543_d,dropOldestVillagerPosition,2, +func_75544_a,tick,2, +func_75545_e,addNewDoorsToVillageOrCreateVillage,2, +func_75549_c,removeAnnihilatedVillages,2, +func_75557_k,removeDeadAndOutOfRangeDoors,2, +func_75558_f,getVillageDoorInfoList,2, +func_75560_a,tick,2, +func_75561_d,getTicksSinceLastDoorAdding,2, +func_75562_e,getNumVillagers,2, +func_75565_j,removeDeadAndOldAgressors,2, +func_75566_g,isAnnihilated,2, +func_75567_c,getNumVillageDoors,2, +func_75568_b,getVillageRadius,2, +func_75571_b,findNearestVillageAggressor,2, +func_75572_i,updateNumVillagers,2, +func_75573_l,updateVillageRadiusAndCenter,2, +func_75575_a,addOrRenewAgressor,2, +func_75576_a,addVillageDoorInfo,2, +func_75579_h,updateNumIronGolems,2, +func_75598_a,getCreatureClass,2, +func_75599_d,getPeacefulCreature,2, +func_75601_b,getMaxNumberOfCreature,2, +func_75615_a,createEntityFromNBT,2, +func_75616_a,createEntityByID,0, +func_75621_b,getEntityString,2, +func_75638_b,getSpeed,2, +func_75639_a,limitAngle,2, +func_75640_a,isUpdating,2, +func_75641_c,onUpdateMoveHelper,2, +func_75642_a,setMoveTo,2, +func_75649_a,onUpdateLook,2, +func_75650_a,setLookPosition,2, +func_75651_a,setLookPositionWithEntity,2, +func_75652_a,updateRotation,2, +func_75660_a,setJumping,2, +func_75661_b,doJump,2, +func_75664_a,updateRenderAngles,2, +func_75665_a,computeAngleWithBound,2, +func_75734_a,waitForFinish,2, +func_75735_a,queueIO,2, +func_75736_b,processQueue,2, +func_75742_a,getOrLoadData,2, +func_75743_a,getUniqueDataId,2, +func_75744_a,saveAllData,2, +func_75745_a,setData,2, +func_75746_b,loadIdCounts,2, +func_75747_a,saveData,2, +func_75752_b,readPlayerData,2, +func_75753_a,writePlayerData,2, +func_75754_f,getAvailablePlayerDat,2, +func_75755_a,saveWorldInfoWithPlayer,2, +func_75756_e,getPlayerNBTManager,2, +func_75757_d,loadWorldInfo,2, +func_75758_b,getMapFileFromName,2, +func_75759_a,flush,2, +func_75761_a,saveWorldInfo,2, +func_75762_c,checkSessionLock,2, +func_75763_a,getChunkLoader,2, +func_75765_b,getWorldDirectory,2, +func_75766_h,setSessionLock,2, +func_75773_a,canContinue,2, +func_75774_a,onUpdateTasks,2, +func_75775_b,canUse,2, +func_75776_a,addTask,2, +func_75777_a,areTasksCompatible,2, +func_75783_h,getCheatsEnabled,0, +func_75784_e,getLastTimePlayed,0, +func_75785_d,requiresConversion,0, +func_75786_a,getFileName,0, +func_75788_b,getDisplayName,0, +func_75789_g,isHardcoreModeEnabled,0, +func_75790_f,getEnumGameType,0, +func_75799_b,getSaveList,0, +func_75800_d,flushCache,0, +func_75801_b,isOldMapFormat,2, +func_75802_e,deleteWorldDirectory,0, +func_75803_c,getWorldInfo,2, +func_75804_a,getSaveLoader,2, +func_75805_a,convertMapFormat,2, +func_75806_a,renameWorld,0, +func_75807_a,deleteFiles,0, +func_75809_f,createFile,2, +func_75810_a,addRegionFilesToCollection,2, +func_75811_a,convertChunks,2, +func_75812_c,getSaveVersion,2, +func_75813_a,convertFile,2, +func_75814_c,writeNextIO,2, +func_75815_a,loadChunk,2, +func_75816_a,saveChunk,2, +func_75817_a,chunkTick,2, +func_75818_b,flush,2, +func_75819_b,saveExtraChunkData,2, +func_75820_a,writeChunkToNBT,2, +func_75822_a,checkedReadChunkFromNBT,2, +func_75823_a,readChunkFromNBT,2, +func_75824_a,addChunkToPending,2, +func_75829_a,distanceTo,2, +func_75830_a,makeHash,2, +func_75831_a,isAssigned,2, +func_75832_b,distanceToSquared,2, +func_75843_a,format,0, +func_75844_c,dequeue,2, +func_75845_e,isPathEmpty,2, +func_75846_b,sortForward,2, +func_75847_a,sortBack,2, +func_75848_a,clearPath,2, +func_75849_a,addPoint,2, +func_75850_a,changeDistance,2, +func_75853_a,createPath,2, +func_75870_c,getFinalPathPoint,2, +func_75871_b,setCurrentPathLength,2, +func_75872_c,setCurrentPathIndex,2, +func_75873_e,getCurrentPathIndex,2, +func_75874_d,getCurrentPathLength,2, +func_75875_a,incrementPathIndex,2, +func_75876_a,isSamePath,2, +func_75877_a,getPathPointFromIndex,2, +func_75878_a,getPosition,2, +func_75879_b,isFinished,2, +func_75881_a,getVectorFromIndex,2, +func_75885_a,cipherOperation,2, +func_75886_a,createTheCipherInstance,2, +func_75887_a,decryptSharedKey,2, +func_75889_b,decryptData,2, +func_75890_a,createNewSharedKey,0, +func_75891_b,generateKeyPair,2, +func_75893_a,digestOperation,2, +func_75894_a,encryptData,0, +func_75895_a,getServerIdHash,2, +func_75896_a,decodePublicKey,2, +func_75902_a,nextInt,2, +func_75903_a,initChunkSeed,2, +func_75904_a,getInts,2, +func_75905_a,initWorldGenSeed,2, +func_75915_a,magnify,2, +func_75918_d,initCraftableStats,2, +func_75924_a,replaceAllSimilarBlocks,2, +func_75925_c,initStats,2, +func_75966_h,initIndependentStat,2, +func_75968_a,format,0, +func_75971_g,registerStat,2, +func_76030_b,getValue,2, +func_76031_a,getHash,2, +func_76036_e,removeEntry,2, +func_76037_b,containsItem,2, +func_76038_a,addKey,2, +func_76040_a,insert,2, +func_76041_a,lookup,2, +func_76043_a,getSlotIndex,2, +func_76044_g,computeHash,2, +func_76045_c,lookupEntry,2, +func_76046_c,clearMap,2, +func_76047_h,grow,2, +func_76048_a,copyTo,2, +func_76049_d,removeObject,2, +func_76056_b,setSpawnY,0, +func_76057_l,getLastTimePlayed,0, +func_76058_a,setSpawnX,0, +func_76059_o,isRaining,2, +func_76060_a,setGameType,2, +func_76061_m,isThundering,2, +func_76062_a,setWorldName,2, +func_76063_b,getSeed,2, +func_76064_a,updateTagCompound,2, +func_76065_j,getWorldName,2, +func_76067_t,getTerrainType,2, +func_76068_b,setWorldTime,2, +func_76069_a,setThundering,2, +func_76070_v,isInitialized,2, +func_76071_n,getThunderTime,2, +func_76072_h,getPlayerNBTTagCompound,2, +func_76073_f,getWorldTime,2, +func_76074_e,getSpawnZ,2, +func_76075_d,getSpawnY,2, +func_76077_q,getGameType,2, +func_76078_e,setSaveVersion,2, +func_76079_c,getSpawnX,2, +func_76080_g,setRainTime,2, +func_76082_a,cloneNBTCompound,2, +func_76083_p,getRainTime,2, +func_76084_b,setRaining,2, +func_76085_a,setTerrainType,2, +func_76086_u,areCommandsAllowed,2, +func_76087_c,setSpawnZ,0, +func_76088_k,getSaveVersion,2, +func_76089_r,isMapFeaturesEnabled,2, +func_76090_f,setThunderTime,2, +func_76091_d,setServerInitialized,2, +func_76092_g,getSizeOnDisk,0, +func_76093_s,isHardcoreModeEnabled,2, +func_76123_f,ceil,2, +func_76124_d,lfloor,2, +func_76125_a,clamp,2, +func_76126_a,sin,2, +func_76127_a,average,2, +func_76128_c,floor,2, +func_76129_c,sqrt,2, +func_76130_a,abs,2, +func_76131_a,clamp,2, +func_76132_a,absMax,2, +func_76133_a,sqrt,2, +func_76134_b,cos,2, +func_76135_e,abs,2, +func_76136_a,getInt,2, +func_76137_a,intFloorDiv,0, +func_76138_g,wrapDegrees,2, +func_76140_b,fastFloor,0, +func_76141_d,floor,2, +func_76142_g,wrapDegrees,2, +func_76143_f,ceil,2, +func_76179_a,buildPostString,2, +func_76181_a,getSuitableLanPort,0, +func_76184_a,readFromNBT,2, +func_76185_a,markDirty,2, +func_76186_a,setDirty,2, +func_76188_b,isDirty,2, +func_76191_a,updateVisiblePlayers,2, +func_76217_h,getCanBurn,2, +func_76218_k,isOpaque,2, +func_76219_n,setNoPushMobility,2, +func_76220_a,isSolid,2, +func_76221_f,setRequiresTool,2, +func_76222_j,isReplaceable,2, +func_76223_p,setTranslucent,2, +func_76224_d,isLiquid,2, +func_76225_o,setImmovableMobility,2, +func_76226_g,setBurning,2, +func_76228_b,blocksLight,2, +func_76229_l,isToolNotRequired,2, +func_76230_c,blocksMovement,2, +func_76231_i,setReplaceable,2, +func_76271_a,getRandomItem,2, +func_76272_a,getTotalWeight,2, +func_76273_a,getRandomItem,2, +func_76304_a,generateNoiseOctaves,2, +func_76305_a,generateNoiseOctaves,2, +func_76308_a,populateNoiseArray,2, +func_76309_a,grad2,2, +func_76310_a,grad,2, +func_76311_b,lerp,2, +func_76316_a,onInventoryChanged,2, +func_76317_a,clearProfiling,2, +func_76318_c,endStartSection,2, +func_76319_b,endSection,2, +func_76320_a,startSection,2, +func_76321_b,getProfilingData,2, +func_76322_c,getNameOfLastSection,2, +func_76329_a,getColor,0, +func_76333_a,smooth,0, +func_76337_a,ticksToElapsedTime,0, +func_76338_a,stripControlCodes,0, +func_76340_b,getSecond,2, +func_76341_a,getFirst,2, +func_76345_d,getHungerDamage,2, +func_76346_g,getTrueSource,2, +func_76347_k,isFireDamage,2, +func_76348_h,setDamageBypassesArmor,2, +func_76349_b,setProjectile,2, +func_76350_n,isDifficultyScaled,2, +func_76351_m,setDifficultyScaled,2, +func_76352_a,isProjectile,2, +func_76353_a,causeArrowDamage,2, +func_76354_b,causeIndirectMagicDamage,2, +func_76355_l,getDamageType,2, +func_76356_a,causeThrownDamage,2, +func_76357_e,canHarmInCreative,2, +func_76358_a,causeMobDamage,2, +func_76359_i,setDamageAllowedInCreativeMode,2, +func_76361_j,setFireDamage,2, +func_76362_a,causeFireballDamage,2, +func_76363_c,isUnblockable,2, +func_76364_f,getImmediateSource,2, +func_76365_a,causePlayerDamage,2, +func_76390_b,setPotionName,2, +func_76392_e,getStatusIconIndex,0, +func_76393_a,getName,2, +func_76394_a,performEffect,2, +func_76397_a,isReady,2, +func_76398_f,isBadEffect,0, +func_76399_b,setIconIndex,2, +func_76400_d,hasStatusIcon,0, +func_76401_j,getLiquidColor,2, +func_76403_b,isInstant,2, +func_76404_a,setEffectiveness,2, +func_76445_a,getIntCache,2, +func_76446_a,resetIntCache,2, +func_76452_a,combine,2, +func_76453_d,getEffectName,2, +func_76454_e,deincrementDuration,2, +func_76455_a,onUpdate,2, +func_76457_b,performEffect,2, +func_76458_c,getAmplifier,2, +func_76459_b,getDuration,2, +func_76463_a,startSnooper,2, +func_76465_c,getCurrentStats,0, +func_76467_g,addJvmArgsToSnooper,2, +func_76468_d,isSnooperRunning,2, +func_76470_e,stopSnooper,2, +func_76471_b,addMemoryStatsToSnooper,2, +func_76489_a,generateLeafNodeList,2, +func_76490_a,layerSize,2, +func_76493_c,leafNodeNeedsBase,2, +func_76495_b,leafSize,2, +func_76497_e,validTreeLocation,2, +func_76543_b,pickMobSpawner,2, +func_76549_c,getChunkInputStream,2, +func_76550_a,createOrLoadRegionFile,2, +func_76551_a,clearRegionFileReferences,2, +func_76552_d,getChunkOutputStream,2, +func_76556_a,generateLightBrightnessTable,2, +func_76557_i,getAverageGroundLevel,2, +func_76558_a,setWorld,2, +func_76559_b,getMoonPhase,2, +func_76560_a,calcSunriseSunsetColors,0, +func_76561_g,isSkyColored,0, +func_76562_b,getFogColor,0, +func_76563_a,calculateCelestialAngle,2, +func_76565_k,getVoidFogYFactor,0, +func_76566_a,canCoordinateBeSpawn,2, +func_76567_e,canRespawnHere,2, +func_76568_b,doesXZShowFog,0, +func_76569_d,isSurfaceWorld,2, +func_76571_f,getCloudHeight,0, +func_76572_b,init,2, +func_76581_a,set,2, +func_76582_a,get,2, +func_76587_i,getBlockStorageArray,2, +func_76590_a,generateHeightMap,0, +func_76594_o,enqueueRelightChecks,2, +func_76595_e,propagateSkylightOcclusion,2, +func_76599_g,checkSkylightNeighborHeight,2, +func_76600_a,isAtLocation,2, +func_76601_a,needsSaving,2, +func_76602_a,setStorageArrays,2, +func_76603_b,generateSkylightMap,2, +func_76605_m,getBiomeArray,2, +func_76606_c,isEmptyBetween,2, +func_76608_a,removeEntityAtIndex,2, +func_76609_d,updateSkylightNeighborHeight,2, +func_76611_b,getHeightValue,2, +func_76612_a,addEntity,2, +func_76613_n,resetRelightChecks,2, +func_76615_h,relightBlock,2, +func_76616_a,setBiomeArray,2, +func_76617_a,getRandomWithSeed,2, +func_76621_g,isEmpty,2, +func_76622_b,removeEntity,2, +func_76623_d,onUnload,2, +func_76625_h,getTopFilledSegment,2, +func_76630_e,markDirty,2, +func_76631_c,onLoad,2, +func_76632_l,getPos,2, +func_76657_c,setSkyLight,2, +func_76659_c,setBlockLight,2, +func_76661_k,getBlockLight,2, +func_76662_d,getYLocation,2, +func_76663_a,isEmpty,2, +func_76666_d,setSkyLight,2, +func_76670_c,getSkyLight,2, +func_76671_l,getSkyLight,2, +func_76672_e,recalculateRefCounts,2, +func_76674_d,getBlockLight,2, +func_76675_b,needsRandomTick,2, +func_76677_d,setBlockLight,2, +func_76686_a,get,2, +func_76690_a,convertToAnvilFormat,2, +func_76691_a,load,2, +func_76704_a,getChunkDataInputStream,2, +func_76705_d,outOfBounds,2, +func_76706_a,write,2, +func_76707_e,getOffset,2, +func_76708_c,close,2, +func_76709_c,isChunkSaved,2, +func_76710_b,getChunkDataOutputStream,2, +func_76711_a,setOffset,2, +func_76712_a,write,2, +func_76713_b,setChunkTimestamp,2, +func_76727_i,getRainfall,2, +func_76729_a,createBiomeDecorator,2, +func_76730_b,getRandomWorldGenForGrass,2, +func_76731_a,getSkyColorByTemp,0, +func_76736_e,isHighHumidity,2, +func_76738_d,canRain,2, +func_76741_f,getSpawningChance,2, +func_76746_c,getEnableSnow,2, +func_76747_a,getSpawnableList,2, +func_76793_b,genStandardOre2,2, +func_76795_a,genStandardOre1,2, +func_76797_b,generateOres,2, +func_76838_a,cleanupCache,2, +func_76839_e,getCachedBiomes,2, +func_76840_a,getEntry,2, +func_76885_a,getBiome,2, +func_76931_a,getBiomes,2, +func_76932_a,getBiomesToSpawnIn,2, +func_76933_b,getBiomes,2, +func_76937_a,getBiomesForGeneration,2, +func_76938_b,cleanupCache,2, +func_76939_a,getTemperatureAtHeight,2, +func_76940_a,areBiomesViable,2, +func_76975_c,renderShadow,0, +func_76977_a,renderEntityOnFire,0, +func_76978_a,renderOffsetAABB,0, +func_76979_b,doRenderShadowAndFire,0, +func_76982_b,getWorldFromRenderManager,0, +func_76983_a,getFontRendererFromRenderManager,0, +func_76986_a,doRender,0, +func_77008_a,setLightmap,0, +func_77010_a,renderPainting,0, +func_77030_a,getColorMultiplier,0, +func_77034_a,interpolateRotation,0, +func_77036_a,renderModel,0, +func_77037_a,getDeathMaxRotation,0, +func_77039_a,renderLivingAt,0, +func_77040_d,getSwingProgress,0, +func_77041_b,preRenderCallback,0, +func_77043_a,applyRotations,0, +func_77044_a,handleRotationFloat,0, +func_77124_a,setCanBeCreated,2, +func_77125_e,isVersioned,2, +func_77126_d,canBeCreated,0, +func_77127_a,getName,2, +func_77128_b,getTranslationKey,0, +func_77129_f,setVersioned,2, +func_77130_a,byName,2, +func_77131_c,getVersion,2, +func_77132_a,getWorldTypeForGeneratorVersion,2, +func_77142_a,getByName,0, +func_77144_e,isSurvivalOrAdventure,2, +func_77145_d,isCreative,2, +func_77146_a,getByID,2, +func_77147_a,configurePlayerCapabilities,2, +func_77148_a,getID,2, +func_77149_b,getName,2, +func_77158_f,getHardcoreEnabled,2, +func_77159_a,enableBonusChest,2, +func_77160_d,getSeed,2, +func_77161_a,getGameTypeById,2, +func_77162_e,getGameType,2, +func_77163_i,areCommandsAllowed,2, +func_77164_g,isMapFeaturesEnabled,2, +func_77165_h,getTerrainType,2, +func_77166_b,enableCommands,0, +func_77167_c,isBonusChestEnabled,2, +func_77176_a,setScheduledTime,2, +func_77191_a,performWorldGenSpawning,2, +func_77192_a,findChunksForSpawning,2, +func_77201_a,readRecipiesFromTags,2, +func_77202_a,getRecipiesAsTags,2, +func_77203_a,canRecipeBeUsed,2, +func_77272_a,asLong,2, +func_77277_b,getPlayerKnockbackMap,2, +func_77278_a,doExplosionA,2, +func_77279_a,doExplosionB,2, +func_77316_c,getTranslatedName,2, +func_77317_b,getMaxEnchantability,2, +func_77318_a,calcModifierDamage,2, +func_77319_d,getMinLevel,2, +func_77320_a,getName,2, +func_77321_a,getMinEnchantability,2, +func_77322_b,setName,2, +func_77324_c,getRarity,2, +func_77325_b,getMaxLevel,2, +func_77326_a,canApplyTogether,2, +func_77390_a,readFromTags,2, +func_77394_a,getItemToBuy,2, +func_77395_g,writeToTags,2, +func_77396_b,getSecondItemToBuy,2, +func_77397_d,getItemToSell,2, +func_77398_c,hasSecondItemToBuy,2, +func_77399_f,incrementToolUses,2, +func_77444_a,readStat,2, +func_77466_a,getFoliageColorPine,0, +func_77467_a,setFoliageBiomeColorizer,0, +func_77468_c,getFoliageColorBasic,0, +func_77469_b,getFoliageColorBirch,0, +func_77470_a,getFoliageColor,0, +func_77472_b,setClientActiveTexture,0, +func_77473_a,setActiveTexture,0, +func_77474_a,initializeTextures,0, +func_77475_a,setLightmapTextureCoords,0, +func_77479_a,setGrassBiomeColorizer,0, +func_77480_a,getGrassColor,0, +func_77487_a,getServerMotd,0, +func_77488_b,getServerIpPort,0, +func_77489_c,updateLastSeen,0, +func_77493_a,calculateModifier,2, +func_77501_a,getKnockbackModifier,2, +func_77504_a,addRandomEnchantment,2, +func_77506_a,getEnchantmentLevel,2, +func_77508_a,getEnchantmentModifierDamage,2, +func_77513_b,buildEnchantmentList,2, +func_77514_a,calcItemStackEnchantability,2, +func_77516_a,applyEnchantmentModifierArray,2, +func_77518_a,applyEnchantmentModifier,2, +func_77523_b,getAdFromPingResponse,0, +func_77524_a,getMotdFromPingResponse,0, +func_77525_a,getPingResponse,0, +func_77551_a,addServer,0, +func_77552_b,setWasNotUpdated,0, +func_77553_a,getWasUpdated,0, +func_77554_c,getLanServers,0, +func_77557_a,canEnchantItem,2, +func_77569_a,matches,2, +func_77571_b,getRecipeOutput,2, +func_77572_b,getCraftingResult,2, +func_77573_a,checkMatch,2, +func_77599_b,getSmeltingList,2, +func_77602_a,instance,2, +func_77612_l,getMaxDamage,2, +func_77613_e,getRarity,2, +func_77614_k,getHasSubtypes,2, +func_77615_a,onPlayerStoppedUsing,2, +func_77616_k,isEnchantable,2, +func_77619_b,getItemEnchantability,2, +func_77621_a,rayTrace,2, +func_77622_d,onCreated,2, +func_77624_a,addInformation,0, +func_77625_d,setMaxStackSize,2, +func_77626_a,getMaxItemUseDuration,2, +func_77627_a,setHasSubtypes,2, +func_77629_n_,shouldRotateAroundWhenRendering,0, +func_77634_r,hasContainerItem,2, +func_77636_d,hasEffect,0, +func_77637_a,setCreativeTab,2, +func_77639_j,getItemStackLimit,2, +func_77640_w,getCreativeTab,0, +func_77642_a,setContainerItem,2, +func_77643_m_,isMap,2, +func_77644_a,hitEntity,2, +func_77645_m,isDamageable,2, +func_77647_b,getMetadata,2, +func_77651_p,getShareTag,2, +func_77653_i,getItemStackDisplayName,2, +func_77654_b,onItemUseFinish,2, +func_77655_b,setTranslationKey,2, +func_77656_e,setMaxDamage,2, +func_77657_g,getUnlocalizedNameInefficiently,2, +func_77658_a,getTranslationKey,2, +func_77659_a,onItemRightClick,2, +func_77661_b,getItemUseAction,2, +func_77662_d,isFull3D,0, +func_77663_a,onUpdate,2, +func_77664_n,setFull3D,2, +func_77667_c,getTranslationKey,2, +func_77668_q,getContainerItem,2, +func_77828_a,validBookTagContents,2, +func_77840_a,spawnCreature,2, +func_77842_f,getMaterialName,2, +func_77845_h,isWolfsFavoriteMeat,2, +func_77848_i,setAlwaysEdible,2, +func_77849_c,onFoodEaten,2, +func_77861_e,getToolMaterialName,2, +func_77872_a,updateMapData,2, +func_77873_a,getMapData,2, +func_77942_o,hasTagCompound,2, +func_77945_a,updateAnimation,2, +func_77946_l,copy,2, +func_77948_v,isItemEnchanted,2, +func_77950_b,onItemUseFinish,2, +func_77951_h,isItemDamaged,2, +func_77952_i,getItemDamage,2, +func_77953_t,getRarity,2, +func_77955_b,writeToNBT,2, +func_77956_u,isItemEnchantable,2, +func_77957_a,useItemRightClick,2, +func_77958_k,getMaxDamage,2, +func_77959_d,isItemStackEqual,2, +func_77960_j,getMetadata,2, +func_77961_a,hitEntity,2, +func_77962_s,hasEffect,0, +func_77964_b,setItemDamage,2, +func_77966_a,addEnchantment,2, +func_77969_a,isItemEqual,2, +func_77970_a,areItemStackTagsEqual,2, +func_77972_a,damageItem,2, +func_77973_b,getItem,2, +func_77974_b,onPlayerStoppedUsing,2, +func_77975_n,getItemUseAction,2, +func_77976_d,getMaxStackSize,2, +func_77977_a,getTranslationKey,2, +func_77978_p,getTagCompound,2, +func_77979_a,splitStack,2, +func_77980_a,onCrafting,2, +func_77981_g,getHasSubtypes,2, +func_77982_d,setTagCompound,2, +func_77983_a,setTagInfo,2, +func_77984_f,isItemStackDamageable,2, +func_77985_e,isStackable,2, +func_77986_q,getEnchantmentTagList,2, +func_77988_m,getMaxItemUseDuration,2, +func_77989_b,areItemStacksEqual,2, +func_77995_e,getEnchantability,2, +func_77996_d,getHarvestLevel,2, +func_77997_a,getMaxUses,2, +func_77998_b,getEfficiency,2, +func_78000_c,getAttackDamage,2, +func_78013_b,getTabLabel,0, +func_78014_h,setNoTitle,2, +func_78015_f,getBackgroundImageName,0, +func_78016_d,createIcon,0, +func_78017_i,hasScrollbar,0, +func_78018_a,displayAllRelevantItems,0, +func_78019_g,drawInForegroundOfTab,0, +func_78020_k,getColumn,0, +func_78021_a,getIndex,0, +func_78022_j,setNoScrollbar,2, +func_78023_l,isOnTopRow,0, +func_78024_c,getTranslationKey,0, +func_78025_a,setBackgroundImageName,2, +func_78044_b,getDamageReductionAmount,2, +func_78045_a,getEnchantability,2, +func_78046_a,getDurability,2, +func_78084_a,getTextureOffset,0, +func_78085_a,setTextureOffset,0, +func_78086_a,setLivingAnimations,0, +func_78087_a,setRotationAngles,0, +func_78088_a,render,0, +func_78164_a,renderSign,0, +func_78172_a,triangleWave,0, +func_78214_a,updateRotations,0, +func_78231_a,renderAll,0, +func_78235_a,flipFace,0, +func_78240_a,setTexturePosition,0, +func_78244_a,setBoxName,0, +func_78255_a,renderStringAtPos,0, +func_78256_a,getStringWidth,0, +func_78257_a,loadGlyphTexture,0, +func_78259_e,sizeStringToWidth,0, +func_78260_a,getBidiFlag,0, +func_78262_a,trimStringToWidth,0, +func_78263_a,getCharWidth,0, +func_78264_a,setUnicodeFlag,0, +func_78265_b,resetStyles,0, +func_78266_a,renderDefaultChar,0, +func_78267_b,getWordWrappedHeight,0, +func_78268_b,renderSplitString,0, +func_78269_a,trimStringToWidth,0, +func_78270_c,isFormatSpecial,0, +func_78271_c,listFormattedStringToWidth,0, +func_78272_b,isFormatColor,0, +func_78273_d,trimStringNewline,0, +func_78274_b,renderStringAligned,0, +func_78275_b,setBidiFlag,0, +func_78276_b,drawString,0, +func_78277_a,renderUnicodeChar,0, +func_78279_b,drawSplitString,0, +func_78280_d,wrapFormattedStringToWidth,0, +func_78282_e,getFormatFromString,0, +func_78324_d,getScaledHeight_double,0, +func_78325_e,getScaleFactor,0, +func_78326_a,getScaledWidth,0, +func_78327_c,getScaledWidth_double,0, +func_78328_b,getScaledHeight,0, +func_78381_a,draw,0, +func_78432_a,parseUserSkin,0, +func_78433_b,setAreaOpaque,0, +func_78440_a,renderItemInFirstPerson,0, +func_78441_a,updateEquippedItem,0, +func_78442_d,renderFireInFirstPerson,0, +func_78447_b,renderOverlays,0, +func_78448_c,renderWaterOverlayTexture,0, +func_78464_a,updateRenderer,0, +func_78466_h,updateFogColor,0, +func_78467_g,orientCamera,0, +func_78468_a,setupFog,0, +func_78469_a,setFogColorBuffer,0, +func_78470_f,updateTorchFlicker,0, +func_78471_a,renderWorld,0, +func_78472_g,updateLightmap,0, +func_78473_a,getMouseOver,0, +func_78474_d,renderRainSnow,0, +func_78475_f,applyBobbing,0, +func_78476_b,renderHand,0, +func_78477_e,updateFovModifierHand,0, +func_78478_c,setupOverlayRendering,0, +func_78479_a,setupCameraTransform,0, +func_78481_a,getFOVModifier,0, +func_78482_e,hurtCameraEffect,0, +func_78484_h,addRainParticles,0, +func_78546_a,isBoundingBoxInFrustum,0, +func_78547_a,setPosition,0, +func_78548_b,isBoxInFrustum,0, +func_78553_b,isBoxInFrustum,0, +func_78558_a,getInstance,0, +func_78560_b,init,0, +func_78713_a,getEntityRenderObject,0, +func_78714_a,getDistanceToCamera,0, +func_78715_a,getEntityClassRenderObject,0, +func_78716_a,getFontRenderer,0, +func_78717_a,setWorld,0, +func_78745_b,flipPlayer,0, +func_78746_a,setGameType,0, +func_78747_a,isSpectator,0, +func_78748_a,setPlayerCapabilities,0, +func_78749_i,extendedReach,0, +func_78750_j,syncCurrentPlayItem,0, +func_78752_a,sendPacketDropItem,0, +func_78755_b,shouldDrawHUD,0, +func_78756_a,sendEnchantPacket,0, +func_78757_d,getBlockReachDistance,0, +func_78758_h,isInCreativeMode,0, +func_78761_a,sendSlotPacket,0, +func_78762_g,isNotCreative,0, +func_78763_f,gameIsSurvivalOrAdventure,0, +func_78764_a,attackEntity,0, +func_78765_e,updateController,0, +func_78766_c,onStoppedUsingItem,0, +func_78767_c,resetBlockRemoving,0, +func_78784_a,setTextureOffset,0, +func_78785_a,render,0, +func_78786_a,addBox,0, +func_78787_b,setTextureSize,0, +func_78788_d,compileDisplayList,0, +func_78789_a,addBox,0, +func_78790_a,addBox,0, +func_78791_b,renderWithRotation,0, +func_78792_a,addChild,0, +func_78793_a,setRotationPoint,0, +func_78794_c,postRender,0, +func_78822_a,doPlace,2, +func_78823_a,isValid,2, +func_78836_a,getNBTCompound,0, +func_78837_a,getServerDataFromNBTCompound,0, +func_78849_a,addServerData,0, +func_78850_a,getServerData,0, +func_78851_b,removeServerData,0, +func_78853_a,loadServerList,0, +func_78855_b,saveServerList,0, +func_78856_c,countServers,0, +func_78857_a,swapServers,0, +func_78860_a,fromString,0, +func_78861_a,getIP,0, +func_78862_a,getInt,0, +func_78863_b,getServerAddress,0, +func_78864_b,getPort,0, +func_78868_a,updateEffects,0, +func_78869_b,getStatistics,0, +func_78870_a,clearEffects,0, +func_78872_b,renderLitParticles,0, +func_78873_a,addEffect,0, +func_78874_a,renderParticles,0, +func_78880_d,getZSize,2, +func_78882_c,getYSize,2, +func_78883_b,getXSize,2, +func_78884_a,intersectsWith,2, +func_78885_a,intersectsWith,2, +func_78886_a,offset,2, +func_78887_a,getNewBoundingBox,2, +func_78888_b,expandTo,2, +func_78898_a,updatePlayerMoveState,0, +func_78909_a,getColorIndex,0, +func_78914_f,noColor,0, +func_80003_ah,getPlayerUsageSnooper,0, +func_80006_f,getUniqueID,0, +func_82010_a,registerTickable,1, +func_82142_c,setInvisible,2, +func_82143_as,getMaxFallHeight,2, +func_82145_z,getMaxInPortalTime,2, +func_82147_ab,getPortalCooldown,2, +func_82149_j,copyLocationAndAnglesFrom,2, +func_82150_aj,isInvisible,2, +func_82160_b,dropEquipment,2, +func_82166_i,getArmSwingAnimationEnd,2, +func_82167_n,collideWithEntity,2, +func_82168_bl,updateArmSwingProgress,2, +func_82171_bF,canBeSteered,2, +func_82187_q,setLookingForHome,2, +func_82194_d,getWorld,2, +func_82195_e,attackDragonFrom,2, +func_82196_d,attackEntityWithRangedAttack,2, +func_82197_f,setDrinkingPotion,2, +func_82203_t,getWatchedTargetId,2, +func_82204_b,rotlerp,2, +func_82205_o,isArmored,2, +func_82206_m,ignite,2, +func_82207_a,getHeadYRotation,0, +func_82208_v,getHeadY,2, +func_82209_a,launchWitherSkullToCoords,2, +func_82210_r,getHeadXRotation,0, +func_82211_c,updateWatchedTargetId,2, +func_82212_n,getInvulTime,2, +func_82213_w,getHeadZ,2, +func_82214_u,getHeadX,2, +func_82215_s,setInvulTime,2, +func_82216_a,launchWitherSkullToEntity,2, +func_82227_f,setChild,2, +func_82230_o,isConverting,2, +func_82235_h,getIsBatHanging,2, +func_82236_f,setIsBatHanging,2, +func_82242_a,addExperienceLevel,2, +func_82243_bO,getArmorVisibility,2, +func_82245_bX,isSpawnForced,2, +func_82329_d,getWidthPixels,2, +func_82330_g,getHeightPixels,2, +func_82333_j,getRotation,2, +func_82334_a,setDisplayedItem,2, +func_82335_i,getDisplayedItem,2, +func_82336_g,setItemRotation,2, +func_82338_g,setAlphaF,0, +func_82341_c,getMotionFactor,2, +func_82342_d,isInvulnerable,2, +func_82343_e,setInvulnerable,2, +func_82356_Z,isCommandBlockEnabled,2, +func_82357_ak,getSpawnProtectionSize,1, +func_82358_a,isUsernameIndex,2, +func_82362_a,getRequiredPermissionLevel,2, +func_82370_a,getUsernameIndex,2, +func_82377_a,matchesMultiplePlayers,2, +func_82378_b,isSelector,2, +func_82381_h,getArgumentMap,2, +func_82386_a,matchOnePlayer,2, +func_82400_a,getRenderYaw,0, +func_82402_b,renderItem,0, +func_82422_c,transformHeldFull3DItemLayer,0, +func_82448_a,transferEntityToWorld,2, +func_82482_a,dispense,2, +func_82485_a,playDispenseSound,2, +func_82486_a,doDispense,2, +func_82487_b,dispenseStack,2, +func_82488_a,getWorldEventDataFrom,2, +func_82489_a,spawnDispenseParticles,2, +func_82498_a,getProjectileInaccuracy,2, +func_82499_a,getProjectileEntity,2, +func_82500_b,getProjectileVelocity,2, +func_82566_a,setWorldsForAll,2, +func_82568_a,getMapInfo,2, +func_82571_y,getGeneratorOptions,2, +func_82572_b,setWorldTotalTime,2, +func_82573_f,getWorldTotalTime,2, +func_82574_x,getGameRulesInstance,2, +func_82580_o,removeTag,2, +func_82581_a,createCrashReport,2, +func_82582_d,isEmpty,2, +func_82594_a,getObject,2, +func_82595_a,putObject,2, +func_82599_e,getZOffset,2, +func_82600_a,byIndex,2, +func_82601_c,getXOffset,2, +func_82615_a,getX,2, +func_82616_c,getZ,2, +func_82617_b,getY,2, +func_82618_k,getWorld,2, +func_82644_b,getWorldFeatures,2, +func_82645_d,updateLayers,2, +func_82647_a,setBiome,2, +func_82648_a,getBiome,2, +func_82649_e,getDefaultFlatGenerator,2, +func_82650_c,getFlatLayers,2, +func_82651_a,createFlatGeneratorFromString,2, +func_82656_d,getMinY,2, +func_82657_a,getLayerCount,2, +func_82658_c,getFillBlockMeta,2, +func_82660_d,setMinY,2, +func_82667_a,getMonsters,2, +func_82683_b,setDefaultPlayerReputation,2, +func_82684_a,getPlayerReputation,2, +func_82685_c,getNearestTargetPlayer,2, +func_82686_i,isMatingSeason,2, +func_82687_d,isPlayerReputationTooLow,2, +func_82688_a,modifyPlayerReputation,2, +func_82689_b,writeVillageDataToNBT,2, +func_82690_a,readVillageDataFromNBT,2, +func_82691_a,setWorld,2, +func_82692_h,endMatingSeason,2, +func_82705_e,getAnimal,2, +func_82712_a,getDouble,2, +func_82713_a,getDouble,2, +func_82714_a,getInt,2, +func_82715_a,getInt,2, +func_82716_a,nextDouble,2, +func_82719_a,writeCustomPotionEffectToNBT,2, +func_82720_e,getIsAmbient,2, +func_82722_b,readCustomPotionEffectFromNBT,2, +func_82725_o,isMagicDamage,2, +func_82726_p,setMagicDamage,2, +func_82734_g,getChunksLowestHorizon,2, +func_82736_K,getGameRules,2, +func_82737_E,getTotalWorldTime,2, +func_82738_a,setTotalWorldTime,0, +func_82742_i,resetUpdateEntityTick,2, +func_82743_f,getCreationCloudUpdateTick,0, +func_82744_b,setCloudUpdateTick,0, +func_82747_f,getId,2, +func_82749_j,getGeneratorOptions,2, +func_82750_a,setGeneratorOptions,2, +func_82752_c,hasLimitedInteractions,2, +func_82753_a,setPriority,2, +func_82756_a,getString,2, +func_82757_a,setValue,2, +func_82758_b,getBoolean,2, +func_82763_b,getRules,2, +func_82764_b,setOrCreateGameRule,2, +func_82765_e,hasRule,2, +func_82766_b,getBoolean,2, +func_82767_a,getString,2, +func_82768_a,readFromNBT,2, +func_82770_a,writeToNBT,2, +func_82781_a,getEnchantments,2, +func_82782_a,setEnchantments,2, +func_82783_a,increaseMaxTradeUses,2, +func_82784_g,isRecipeDisabled,2, +func_82785_h,compensateToolUses,0, +func_82787_a,findMatchingResult,2, +func_82788_x,canItemEditBlocks,2, +func_82789_a,getIsRepairable,2, +func_82812_d,getArmorMaterial,2, +func_82813_b,setColor,2, +func_82814_b,getColor,2, +func_82815_c,removeColor,2, +func_82816_b_,hasColor,2, +func_82833_r,getDisplayName,2, +func_82835_x,canEditBlocks,2, +func_82836_z,getItemFrame,2, +func_82837_s,hasDisplayName,2, +func_82838_A,getRepairCost,2, +func_82839_y,isOnItemFrame,2, +func_82840_a,getTooltip,0, +func_82841_c,setRepairCost,2, +func_82842_a,setItemFrame,2, +func_82846_b,transferStackInSlot,2, +func_82847_b,removeListener,0, +func_82848_d,updateRepairOutput,2, +func_82850_a,updateItemName,2, +func_82869_a,canTakeStack,2, +func_82877_b,setPlayerWalkSpeed,0, +func_82879_c,sendSettingsToServer,0, +func_82883_a,getUnicodeFlag,0, +func_83015_S,getCurrentDate,2, +func_85029_a,addEntityCrashInfo,2, +func_85031_j,hitByEntity,2, +func_85033_bc,collideWithNearbyEntities,2, +func_85034_r,setArrowCountInEntity,2, +func_85035_bI,getArrowCountInEntity,2, +func_85036_m,setCombatTask,2, +func_85039_t,addScore,2, +func_85040_s,setScore,2, +func_85052_h,getThrower,2, +func_85054_d,searchForOtherItemsNearby,2, +func_85055_a,makeCrashReport,2, +func_85056_g,getCategory,2, +func_85057_a,makeCategoryDepth,2, +func_85058_a,makeCategory,2, +func_85069_a,firstTwoElementsOfStackTraceMatch,2, +func_85070_b,trimStackTraceEntriesFromBottom,2, +func_85072_a,appendToStringBuilder,2, +func_85073_a,getPrunedStackTrace,2, +func_85074_a,getCoordinateInfo,0, +func_85089_a,getKey,2, +func_85090_b,getValue,2, +func_85094_b,renderDebugBoundingBox,0, +func_85118_a,addToCrashReport,2, +func_85144_b,getCacheSizes,2, +func_85151_d,getLowerChestInventory,2, +func_85156_a,removeTask,2, +func_85158_p,setAdventureModeExempt,2, +func_85172_a,sendLeashedEntitiesInChunk,2, +func_85176_s,getDefaultTeleporter,2, +func_85181_a,getRandomModelBox,0, +func_85188_a,makePortal,2, +func_85189_a,removeStalePortalLocations,2, +func_90010_a,isPartOfLargeChest,2, +func_90011_a,createChild,2, +func_90020_K,getLimitFramerate,0, +func_90033_f,canLoadWorld,0, +func_90035_a,getClassFromID,0, +func_90036_a,getFireAspectModifier,2, +func_90999_ad,canRenderOnFire,0, +func_92034_a,createParticle,0, +func_92035_a,createBall,0, +func_92036_a,createBurst,0, +func_92037_i,isFarFromCamera,0, +func_92038_a,createShaped,0, +func_92043_f,setTwinkle,0, +func_92045_e,setTrail,0, +func_92058_a,setItem,2, +func_92059_d,getItem,2, +func_92087_a,causeThornsDamage,2, +func_92088_a,makeFireworks,0, +func_92089_a,canApply,2, +func_92092_a,getBlastDamageReduction,2, +func_92093_a,getFireTimeForEntity,2, +func_92094_a,shouldHit,2, +func_92095_b,getDamage,2, +func_92097_a,negateDamage,2, +func_92099_a,getEnchantedItem,2, +func_92110_g,getEnchantments,2, +func_92111_a,getEnchantedItemStack,2, +func_92115_a,addEnchantment,2, +func_94041_b,isItemValidForSlot,2, +func_94053_h,nextTextureIndexX,0, +func_94059_bO,getAlwaysRenderNameTagForRender,0, +func_94060_bK,getAttackingEntity,2, +func_94061_f,setNoAI,2, +func_94083_c,getTntPlacedBy,2, +func_94085_r,getDefaultDisplayTileOffset,2, +func_94086_l,setDisplayTileOffset,2, +func_94095_a,killMinecart,2, +func_94096_e,setHasDisplayTile,2, +func_94099_q,getDisplayTileOffset,2, +func_94100_s,hasDisplayTile,2, +func_94101_h,applyDrag,2, +func_94103_c,explodeCart,2, +func_94104_d,getFuseTicks,0, +func_94105_c,ignite,2, +func_94107_f,setMinecartPowered,2, +func_94108_c,isMinecartPowered,2, +func_94182_a,addSlot,0, +func_94183_a,getStitchHolder,0, +func_94184_a,getAllStitchSlots,0, +func_94185_c,getOriginY,0, +func_94186_b,getOriginX,0, +func_94194_d,rotate,0, +func_94195_e,isRotated,0, +func_94196_a,setNewDimension,0, +func_94197_a,getWidth,0, +func_94199_b,getHeight,0, +func_94206_g,getMinV,0, +func_94207_b,getInterpolatedV,0, +func_94209_e,getMinU,0, +func_94210_h,getMaxV,0, +func_94211_a,getIconWidth,0, +func_94212_f,getMaxU,0, +func_94214_a,getInterpolatedU,0, +func_94215_i,getIconName,0, +func_94216_b,getIconHeight,0, +func_94217_a,copyFrom,0, +func_94219_l,updateAnimation,0, +func_94248_c,updateAnimations,0, +func_94277_a,bindTexture,0, +func_94305_f,doStitch,0, +func_94309_g,getStichSlots,0, +func_94310_b,allocateSlot,0, +func_94311_c,expandAndAllocateSlot,0, +func_94520_b,isKeyTranslated,2, +func_94522_b,canTranslate,2, +func_94525_a,computeStackSize,2, +func_94526_b,calcRedstoneFromInventory,2, +func_94527_a,canAddItemToSlot,2, +func_94529_b,extractDragMode,2, +func_94530_a,canMergeSlot,2, +func_94531_b,canDragIntoSlot,2, +func_94532_c,getDragEvent,2, +func_94533_d,resetDrag,2, +func_94534_d,getQuickcraftMask,0, +func_94539_a,causeExplosionDamage,2, +func_94540_d,setExplosion,2, +func_94541_c,isExplosion,2, +func_94542_g,resetFallSuffix,2, +func_94544_f,getBestCombatEntry,2, +func_94545_a,calculateFallSuffix,2, +func_94547_a,trackDamage,2, +func_94548_b,getFallSuffix,2, +func_94549_h,reset,2, +func_94550_c,getBestAttacker,2, +func_94559_f,isLivingDamageSrc,2, +func_94560_a,getDamageSrc,2, +func_94561_i,getDamageAmount,2, +func_94562_g,getFallSuffix,2, +func_94563_c,getDamage,2, +func_94613_c,getExplosivePlacedBy,2, +func_95999_t,getCustomNameTag,2, +func_96092_aw,isPushedByWater,2, +func_96094_a,setCustomNameTag,2, +func_96095_a,onActivatorRailPass,2, +func_96096_ay,isIgnited,2, +func_96107_aA,getXPos,2, +func_96108_aC,getZPos,2, +func_96109_aB,getYPos,2, +func_96110_f,setBlocked,2, +func_96111_ay,getBlocked,2, +func_96112_aD,captureDroppedItems,2, +func_96122_a,canAttackPlayer,2, +func_96123_co,getWorldScoreboard,2, +func_96124_cp,getTeam,2, +func_96296_a,getValidValues,2, +func_96297_d,getFriendlyName,2, +func_96300_b,getValueByName,2, +func_96301_b,isFancyStyling,2, +func_96302_c,isColor,2, +func_96333_a,joinNiceStringFromCollection,2, +func_96441_U,getScoreboard,2, +func_96443_a,setWorldScoreboard,0, +func_96456_a,sendScoreboard,2, +func_96496_a,teamsToNbt,2, +func_96497_d,fillInDisplaySlots,2, +func_96498_a,readTeams,2, +func_96499_a,setScoreboard,2, +func_96500_c,readScores,2, +func_96501_b,readObjectives,2, +func_96502_a,loadTeamPlayers,2, +func_96503_e,scoresToNbt,2, +func_96504_c,readDisplayConfig,2, +func_96505_b,objectivesToNbt,2, +func_96508_e,getTeam,2, +func_96509_i,getPlayersTeam,2, +func_96510_d,getObjectivesForEntity,2, +func_96511_d,removeTeam,2, +func_96512_b,removePlayerFromTeam,2, +func_96513_c,broadcastTeamRemove,2, +func_96514_c,getScoreObjectives,2, +func_96516_a,broadcastScoreUpdate,2, +func_96517_b,getObjectiveDisplaySlot,2, +func_96518_b,getObjective,2, +func_96519_k,removeObjective,2, +func_96520_a,getObjectivesFromCriteria,2, +func_96522_a,onScoreObjectiveAdded,2, +func_96523_a,broadcastTeamCreated,2, +func_96524_g,removePlayerFromTeams,2, +func_96525_g,getTeams,2, +func_96526_d,getObjectiveNames,2, +func_96527_f,createTeam,2, +func_96528_e,getScores,2, +func_96529_a,getOrCreateScore,2, +func_96530_a,setObjectiveInDisplaySlot,2, +func_96531_f,getTeamNames,2, +func_96532_b,onObjectiveDisplayNameChanged,2, +func_96533_c,onScoreObjectiveRemoved,2, +func_96534_i,getSortedScores,2, +func_96535_a,addScoreObjective,2, +func_96536_a,onScoreUpdated,2, +func_96537_j,getObjectiveDisplaySlotNumber,2, +func_96538_b,broadcastTeamInfoUpdate,2, +func_96539_a,getObjectiveInDisplaySlot,2, +func_96546_g,sendDisplaySlotRemovalPackets,2, +func_96548_f,getDestroyPackets,2, +func_96549_e,addObjective,2, +func_96550_d,getCreatePackets,2, +func_96551_b,markSaveDataDirty,2, +func_96552_h,getObjectiveDisplaySlotCount,2, +func_96559_d,getYOffset,2, +func_96560_a,getScoreMap,2, +func_96631_a,attemptDamageItem,2, +func_96636_a,getName,2, +func_96637_b,isReadOnly,2, +func_96645_d,getObjective,2, +func_96646_b,decreaseScore,2, +func_96647_c,setScorePoints,2, +func_96648_a,incrementScore,2, +func_96649_a,increaseScore,2, +func_96650_f,getScoreScoreboard,2, +func_96652_c,getScorePoints,2, +func_96653_e,getPlayerName,2, +func_96660_a,setAllowFriendlyFire,2, +func_96661_b,getName,2, +func_96662_c,setSuffix,2, +func_96663_f,getSuffix,2, +func_96664_a,setDisplayName,2, +func_96665_g,getAllowFriendlyFire,2, +func_96666_b,setPrefix,2, +func_96667_a,formatPlayerName,2, +func_96668_e,getPrefix,2, +func_96669_c,getDisplayName,2, +func_96670_d,getMembershipCollection,2, +func_96678_d,getDisplayName,2, +func_96679_b,getName,2, +func_96680_c,getCriteria,2, +func_96681_a,setDisplayName,2, +func_96682_a,getScoreboard,0, +func_98034_c,isInvisibleToPlayer,0, +func_98042_n,setTransferTicker,2, +func_98043_aE,canTransfer,2, +func_98052_bS,canPickUpLoot,2, +func_98053_h,setCanPickUpLoot,2, +func_98054_a,setScaleForAge,2, +func_98055_j,setScale,2, +func_98150_a,getAtlasSprite,0, +func_98267_a,broadcastEvent,2, +func_98268_b,setDelayToMin,2, +func_98270_a,readFromNBT,2, +func_98271_a,getSpawnerWorld,2, +func_98273_j,resetTimer,2, +func_98278_g,updateSpawner,2, +func_98279_f,isActivated,2, +func_98297_h,getSeeFriendlyInvisiblesEnabled,2, +func_98298_a,setFriendlyFlags,0, +func_98299_i,getFriendlyFlags,2, +func_98300_b,setSeeFriendlyInvisiblesEnabled,2, +func_98306_d,readGlyphSizes,0, +func_99999_d,run,0, diff --git a/config/waila/theme/dark.json b/config/waila/theme/dark.json new file mode 100644 index 00000000..36839919 --- /dev/null +++ b/config/waila/theme/dark.json @@ -0,0 +1,7 @@ +{ + "name": "cfg.theme.dark", + "background": "#131313", + "gradientTop": "#383838", + "gradientBottom": "#242424", + "font": "#A0A0A0" +} \ No newline at end of file diff --git a/config/waila/theme/vanilla.json b/config/waila/theme/vanilla.json new file mode 100644 index 00000000..29864f69 --- /dev/null +++ b/config/waila/theme/vanilla.json @@ -0,0 +1,7 @@ +{ + "name": "cfg.theme.vanilla", + "background": "#100010", + "gradientTop": "#5000FF", + "gradientBottom": "#28007F", + "font": "#A0A0A0" +} \ No newline at end of file diff --git a/config/waila/waila.cfg b/config/waila/waila.cfg new file mode 100644 index 00000000..36fd67fa --- /dev/null +++ b/config/waila/waila.cfg @@ -0,0 +1,155 @@ +# Configuration file + +client { + # The amount of time in milliseconds (1000ms = 1s) between queries to the server for Tile Entity and Entity data. There is an enforced minimum of 250 (or every 1/4 of a second). + I:waila.cfg.ratelimiter=250 +} + + +general { + I:waila.cfg.alpha=80 + I:waila.cfg.bgcolor=-15728624 + S:waila.cfg.blocknameformat=\u00A7f%s + S:waila.cfg.entitynameformat=\u00A7f%s + S:waila.cfg.fluidnameformat=\u00A7f%s + I:waila.cfg.fontcolor=-6250336 + I:waila.cfg.gradient1=-11534081 + I:waila.cfg.gradient2=-14155649 + I:waila.cfg.heartsperline=20 + B:waila.cfg.hidefromdebug=false + B:waila.cfg.hidefromlist=true + B:waila.cfg.keybind=true + B:waila.cfg.liquid=false + I:waila.cfg.maxhpbeforetext=40 + B:waila.cfg.metadata=false + S:waila.cfg.metadataformat=\u00A77[%s@%d] + S:waila.cfg.modnameformat=\u00A79\u00A7o%s + B:waila.cfg.newfilters=true + I:waila.cfg.posx=5000 + I:waila.cfg.posy=100 + I:waila.cfg.scale=100 + B:waila.cfg.shiftblock=false + B:waila.cfg.shiftents=false + B:waila.cfg.show=true + B:waila.cfg.showitem=true + B:waila.cfg.showmode=true + B:waila.cfg.tts=false +} + + +########################################################################################################## +# modules +#--------------------------------------------------------------------------------------------------------# +# Those are the config keys defined in modules. +# Server side, it is used to enforce keys client side using the next section. +########################################################################################################## + +modules { + B:bloodarsenal.blood_capacitor=true + B:bloodarsenal.stasis_plate=true + B:bloodmagic.array=true + B:bloodmagic.bloodAltar=true + B:bloodmagic.bloodTank=true + B:bloodmagic.ritualController=true + B:bloodmagic.teleposer=true + B:capability.energyinfo=true + B:capability.tankinfo=true + B:darkutils.filter.type=true + B:darkutils.sneaky.owner=true + B:darkutils.timer.time=true + B:general.showcrop=true + B:general.showents=true + B:general.showhp=true + B:general.showstates=false + B:harvestability.currentlyharvestable=true + B:harvestability.currentlyharvestable.sneakingonly=false + B:harvestability.effectivetool=true + B:harvestability.effectivetool.sneakingonly=false + B:harvestability.harvestlevel=true + B:harvestability.harvestlevel.sneakingonly=false + B:harvestability.harvestlevelnum=false + B:harvestability.harvestlevelnum.sneakingonly=false + B:harvestability.minimal=false + B:harvestability.oresonly=false + B:harvestability.shearability=true + B:harvestability.shearability.sneakingonly=false + B:harvestability.silktouchability=true + B:harvestability.silktouchability.sneakingonly=false + B:harvestability.toolrequiredonly=true + B:harvestability.unharvestableonly=false + B:oc.address=true + B:oc.componentName=true + B:oc.energy=true + B:soulshardstow.displayOwner=false + B:tconstruct.casting=true + B:tconstruct.progress=true + B:tconstruct.tank=true + B:vanilla.comparator=true + B:vanilla.furnacedisplay=true + B:vanilla.jukebox=true + B:vanilla.leverstate=true + B:vanilla.redstone=true + B:vanilla.repeater=true + B:vanilla.silverfish=true + B:vanilla.spawntype=true +} + + +########################################################################################################## +# server_forcing +#--------------------------------------------------------------------------------------------------------# +# Any key set to true here will ensure that the client is using the configuration set in the 'module' section above. +# This is useful for enforcing false to 'cheating' keys like silverfish. +########################################################################################################## + +server_forcing { + B:bloodarsenal.blood_capacitor=false + B:bloodarsenal.stasis_plate=false + B:bloodmagic.array=false + B:bloodmagic.bloodAltar=false + B:bloodmagic.bloodTank=false + B:bloodmagic.ritualController=false + B:bloodmagic.teleposer=false + B:capability.energyinfo=false + B:capability.tankinfo=false + B:darkutils.filter.type=false + B:darkutils.sneaky.owner=false + B:darkutils.timer.time=false + B:general.showcrop=false + B:general.showents=false + B:general.showhp=false + B:general.showstates=false + B:harvestability.currentlyharvestable=false + B:harvestability.currentlyharvestable.sneakingonly=false + B:harvestability.effectivetool=false + B:harvestability.effectivetool.sneakingonly=false + B:harvestability.harvestlevel=false + B:harvestability.harvestlevel.sneakingonly=false + B:harvestability.harvestlevelnum=false + B:harvestability.harvestlevelnum.sneakingonly=false + B:harvestability.minimal=false + B:harvestability.oresonly=false + B:harvestability.shearability=false + B:harvestability.shearability.sneakingonly=false + B:harvestability.silktouchability=false + B:harvestability.silktouchability.sneakingonly=false + B:harvestability.toolrequiredonly=false + B:harvestability.unharvestableonly=false + B:oc.address=false + B:oc.componentName=false + B:oc.energy=false + B:soulshardstow.displayOwner=false + B:tconstruct.casting=false + B:tconstruct.progress=false + B:tconstruct.tank=false + B:vanilla.comparator=false + B:vanilla.furnacedisplay=false + B:vanilla.jukebox=false + B:vanilla.leverstate=false + B:vanilla.redstone=false + B:vanilla.repeater=false + B:vanilla.silverfish=false + B:vanilla.spawntype=false +} + + diff --git a/config/wailaharvestability.cfg b/config/wailaharvestability.cfg new file mode 100644 index 00000000..b75527dc --- /dev/null +++ b/config/wailaharvestability.cfg @@ -0,0 +1,12 @@ +# 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/woot/custom_drops.json b/config/woot/custom_drops.json new file mode 100644 index 00000000..7bfa32f3 --- /dev/null +++ b/config/woot/custom_drops.json @@ -0,0 +1,137 @@ +{ + "version": 1, + "mobs": [ + { + "mobName": "minecraft:ender_dragon", + "drops": [ + { + "drop": { + "item": "minecraft:dragon_egg" + }, + "sizes": [ 1, 1, 1, 1 ], + "chances": [ 100, 100, 100, 100 ] + }, + { + "drop": { + "item": "minecraft:dragon_breath" + }, + "sizes": [ 2, 4, 6, 8 ], + "chances": [ 100, 100, 100, 100 ] + }, + { + "drop": { + "item": "draconicevolution:dragon_heart" + }, + "sizes": [ 1, 1, 1, 1 ], + "chances": [ 20, 40, 60, 80 ] + }, + { + "drop": { + "item": "draconicevolution:draconium_dust" + }, + "sizes": [ 30, 40, 50, 60 ], + "chances": [ 20, 40, 60, 80 ] + }, + { + "drop": { + "item": "quark:enderdragon_scale" + }, + "sizes": [ 1, 1, 1, 1 ], + "chances": [ 100, 100, 100, 100 ] + }, + { + "drop": { + "item": "bhc:green_heart" + }, + "sizes": [ 1, 1, 1, 1 ], + "chances": [ 10, 40, 60, 80 ] + } + ] + }, + { + "mobName": "draconicevolution:chaosguardian", + "drops": [ + { + "drop": { + "item": "draconicevolution:chaos_shard", + "data": 2 + }, + "sizes": [ 1, 1, 1, 1 ], + "chances": [ 10, 20, 30, 40 ] + }, + { + "drop": { + "item": "draconicevolution:dragon_heart" + }, + "sizes": [ 1, 1, 1, 1 ], + "chances": [ 10, 20, 33, 66 ] + }, + { + "drop": { + "item": "draconicevolution:draconium_dust" + }, + "sizes": [ 50, 50, 50, 100 ], + "chances": [ 10, 15, 20, 25 ] + } + ] + }, + { + "mobName": "erebus:erebus.antlion_boss", + "drops": [ + { + "drop": { + "item": "erebus:materials", + "data": 64 + }, + "sizes": [ 1, 1, 1, 1 ], + "chances": [ 100, 100, 100, 100] + }, + { + "drop": { + "item": "erebus:war_hammer" + }, + "sizes": [ 1, 1, 1, 1 ], + "chances": [ 100, 100, 100, 100] + }, + { + "drop": { + "item": "erebus:antlion_egg" + }, + "sizes": [ 1, 1, 1, 1 ], + "chances": [ 100, 100, 100, 100] + } + ] + }, + { + "mobName": "erebus:erebus.tarantula_mini_boss", + "drops": [ + { + "drop": { + "item": "erebus:tarantula_egg" + }, + "sizes": [ 1, 1, 1, 1 ], + "chances": [ 100, 100, 100, 100] + }, + { + "drop": { + "item": "erebus:spider_t_shirt" + }, + "sizes": [ 1, 1, 1, 1 ], + "chances": [ 100, 100, 100, 100] + } + ] + }, + { + "mobName": "thaumcraft:wisp", + "drops": [ + { + "drop": { + "item": "thaumcraft:crystal_essence" + }, + "sizes": [ 1, 1, 1, 1 ], + "chances": [ 100, 100, 100, 100 ] + } + ] + } + ] +} \ No newline at end of file diff --git a/config/woot/factory_config.json b/config/woot/factory_config.json new file mode 100644 index 00000000..2d927838 --- /dev/null +++ b/config/woot/factory_config.json @@ -0,0 +1,228 @@ +{ + "version": 1, + "mobconfigs": [ + { + "mobName": "minecraft:villager", + "configs": [ + { + "tag": "factory_tier", + "value": 3 + } + ] + }, + { + "mobName": "minecraft:wither_skeleton", + "configs": [ + { + "tag": "spawn_units", + "value": 40 + }, + { + "tag": "factory_tier", + "value": 3 + } + ] + }, + { + "mobName": "minecraft:magma_cube", + "configs": [ + { + "tag": "factory_tier", + "value": 2 + } + ] + }, + { + "mobName": "minecraft:enderman", + "configs": [ + { + "tag": "factory_tier", + "value": 3 + } + ] + }, + { + "mobName": "minecraft:ender_dragon", + "configs": [ + { + "tag": "death_xp", + "value": 500 + }, + { + "tag": "spawn_units", + "value": 500 + }, + { + "tag": "factory_tier", + "value": 4 + }, + { + "tag": "spawn_ticks", + "value": 12000 + }, + { + "tag": "mass_1_param", + "value": 2 + }, + { + "tag": "mass_2_param", + "value": 3 + }, + { + "tag": "mass_3_param", + "value": 4 + }, + { + "tag": "mass_fx", + "value": 2 + } + ] + }, + { + "mobName": "draconicevolution:chaosguardian", + "configs": [ + { + "tag": "death_xp", + "value": 5000 + }, + { + "tag": "spawn_units", + "value": 5000 + }, + { + "tag": "factory_tier", + "value": 4 + }, + { + "tag": "spawn_ticks", + "value": 12000 + }, + { + "tag": "mass_1_param", + "value": 1 + }, + { + "tag": "mass_2_param", + "value": 1 + }, + { + "tag": "mass_3_param", + "value": 2 + }, + { + "tag": "mass_fx", + "value": 2 + } + ] + }, + { + "mobName": "minecraft:wither", + "configs": [ + { + "tag": "factory_tier", + "value": 4 + }, + { + "tag": "spawn_units", + "value": 500 + }, + { + "tag": "spawn_ticks", + "value": 1200 + }, + { + "tag": "mass_1_param", + "value": 2 + }, + { + "tag": "mass_2_param", + "value": 3 + }, + { + "tag": "mass_3_param", + "value": 4 + }, + { + "tag": "mass_fx", + "value": 2 + } + ] + }, + { + "mobName": "minecraft:villager_golem", + "configs": [ + { + "tag": "factory_tier", + "value": 3 + } + ] + }, + { + "mobName": "minecraft:guardian", + "configs": [ + { + "tag": "factory_tier", + "value": 3 + } + ] + }, + { + "mobName": "minecraft:blaze", + "configs": [ + { + "tag": "factory_tier", + "value": 2 + } + ] + }, + { + "mobName": "minecraft:witch", + "configs": [ + { + "tag": "factory_tier", + "value": 2 + } + ] + }, + { + "mobName": "minecraft:ghast", + "configs": [ + { + "tag": "factory_tier", + "value": 2 + } + ] + }, + { + "mobName": "minecraft:zombie_pigman", + "configs": [ + { + "tag": "factory_tier", + "value": 2 + } + ] + } + ], + "entitymodblacklist": [ + "botania" + ], + "entityblacklist": [ + "twilightforest:naga", + "twilightforest:minoshroom", + "twilightforest:hydra", + "twilightforest:ur_ghast", + "twilightforest:yeti_alpha", + "twilightforest:snow_queen", + "twilightforest:giant_miner", + "twilightforest:armored_giant" + ], + "entitywhitelist": [ + ], + "itemmodblacklist": [ + ], + "itemblacklist": [ + ], + "entitygenerateonlylist": [ + ] +} + diff --git a/config/woot/factory_ingredients.json b/config/woot/factory_ingredients.json new file mode 100644 index 00000000..cb5c6421 --- /dev/null +++ b/config/woot/factory_ingredients.json @@ -0,0 +1,40 @@ +{ + "version": 1, + "ingredients": [ + { + "mobName": "minecraft:wither", + "items": [ + { + "item": "minecraft:soul_sand", + "count": 4 + }, + { + "item": "minecraft:skull", + "data": 1, + "count": 3 + } + ], + "fluids": [] + }, + { + "mobName": "minecraft:ender_dragon", + "items": [ + { + "item": "minecraft:end_crystal", + "count": 4 + } + ], + "fluids": [] + }, + { + "mobName": "draconicevolution:chaosguardian", + "items": [ + { + "item": "draconicevolution:awakened_core", + "count": 1 + } + ], + "fluids": [ ] + } + ] +} \ No newline at end of file diff --git a/config/woot/woot.cfg b/config/woot/woot.cfg new file mode 100644 index 00000000..87a3a739 --- /dev/null +++ b/config/woot/woot.cfg @@ -0,0 +1,323 @@ +# Configuration file + +client { + # Render the layout as colors + B:simpleLayout=false +} + + +factory { + # Allow the shard based recipe to be used for factory block creation + B:allowShardRecipe=true + + # Allow the factory to generate XP shards + B:allowXpGeneration=true + + # Default XP to generate for a killed mob + I:deathXp=1 + + # Default tier to assign mobs to + I:factoryTier=-1 + + # Default number of mobs to kill to program the ender shard + I:killCount=1 + + # Function to apply to generate the power cost when more than one mob spawned. (0-linear), (1-powers of 2), (2-powers of 3) + I:massFx=0 + + # Default number of mobs to spawn + I:numMobs=1 + + # Percentage drop rate of Tier II shard + I:r2ShardDrop=15 + + # Percentage drop rate of Tier III shard + I:r3ShardDrop=8 + + # Percentage drop rate of Tier IV shard + I:r4ShardDrop=5 + + # Default number of ticks to spawn a mob + I:spawnTicks=320 + + # Default units for spawning a mob + I:spawnUnits=1 + + # Maximum units for a Tier I factory + I:t1UnitsMax=20 + + # Maximum units for a Tier II factory + I:t2UnitsMax=40 + + # Maximum units for a Tier III factory + I:t3UnitsMax=60 + + # Maximum units for a Tier IV factory + I:t4CostMax=65535 +} + + +factorymoduspport { + # Pass the IMC recipe additions to EnderIO + B:EnderIOIMC=true + + # Allow the factory to support BloodMagic Ritual Of The Cloned Soul + B:allowBmCrystal=true + + # Allow the factory to support BloodMagic Ritual Of The Mechanical Altar + B:allowBmLeAltar=true + + # Allow the factory to support BloodMagic Ritual Of The Sanguine Urn + B:allowBmLeTank=true + + # Allow the factory to support EvilCraft Blood Generation + B:allowEcBlood=true +} + + +factorypower { + # Power cost per spawn unit + I:powerPerSpawnUnit=1 + + # Factory needs at least the power per tick or power is consumed and thrown away + B:strictPower=false + + # Maximum power stored in a Tier I cell + I:t1PowerMax=100000 + + # Receive power limit for a Tier I cell + I:t1PowerRxTick=1000 + + # Default power cost per tick of a Tier I factory + I:t1PowerTick=80 + + # Maximum power stored in a Tier II cell + I:t2PowerMax=1000000 + + # Receive power limit for a Tier II cell + I:t2PowerRxTick=10000 + + # Default power cost per tick of a Tier II factory + I:t2PowerTick=160 + + # Maximum power stored in a Tier III cell + I:t3PowerMax=10000000 + + # Receive power limit for a Tier III cell + I:t3PowerRxTick=2147483647 + + # Default power cost per tick of a Tier III factory + I:t3PowerTick=240 + + # Default power cost per tick of a Tier IV factory + I:t4PowerTick=320 + + # Limit the power requirements of Tier I to be 1 RF/tick + B:tier1lowpower=false + + # Limit the power requirements of Tier II to be 1 RF/tick + B:tier2lowpower=false + + # Limit the power requirements of Tier III to be 1 RF/tick + B:tier3lowpower=false + + # Limit the power requirements of Tier IV to be 1 RF/tick + B:tier4lowpower=false +} + + +general { + # Add vanilla recipes to duplicate most anvil ones + B:allowAnvilVanillaCrafting=false + + # Percentage chance of headhunter I enchant dropping a skull + I:headhunter1DropChance=30 + + # Percentage chance of headhunter II enchant dropping a skull + I:headhunter2DropChance=50 + + # Percentage chance of headhunter III enchant dropping a skull + I:headhunter3DropChance=80 + + # Number of ticks between fake kills + I:learnTicks=20 + + # Number of mobs to kill to learn from - higher is more accurate + I:sampleSize=500 + + # Dimension id of Tartarus + I:tartarusId=418 +} + + +upgrades { + # Percentage of mob health given to the BloodMagic Crystal I upgrade + I:bmCrystal1Param=25 + + # Default power cost per tick of a BloodMagic Crystal I upgrade + I:bmCrystal1PowerTick=80 + + # Percentage of mob health given to the BloodMagic Crystal II upgrade + I:bmCrystal2Param=60 + + # Default power cost per tick of a BloodMagic Crystal II upgrade + I:bmCrystal2PowerTick=160 + + # Percentage of mob health given to the BloodMagic Crystal III upgrade + I:bmCrystal3Param=100 + + # Default power cost per tick of a BloodMagic Crystal III upgrade + I:bmCrystal3PowerTick=240 + + # Percentage of sacrifice amount for a BloodMagic LifeEssence Altar I upgrade + I:bmLeAltar1Param=50 + + # Default power cost per tick of a BloodMagic LifeEssence Altar I upgrade + I:bmLeAltar1PowerTick=80 + + # Percentage of sacrifice amount for a BloodMagic LifeEssence Altar II upgrade + I:bmLeAltar2Param=75 + + # Default power cost per tick of a BloodMagic LifeEssence Altar II upgrade + I:bmLeAltar2PowerTick=160 + + # Percentage of sacrifice amount for a BloodMagic LifeEssence Altar III upgrade + I:bmLeAltar3Param=100 + + # Default power cost per tick of a BloodMagic LifeEssence Altar III upgrade + I:bmLeAltar3PowerTick=240 + + # Number of sacrifice runes for a BloodMagic LifeEssence Tank III upgrade + I:bmLeTank13Param=24 + + # Number of sacrifice runes for a BloodMagic LifeEssence Tank I upgrade + I:bmLeTank1Param=4 + + # Default power cost per tick of a BloodMagic LifeEssence Tank III upgrade + I:bmLeTank1PowerTick=80 + + # Number of sacrifice runes for a BloodMagic LifeEssence Tank II upgrade + I:bmLeTank2Param=16 + + # Default chance to generate a skull for Decapitate I upgrade + I:decap1Param=20 + + # Default power cost per tick of a Decapitate I upgrade + I:decap1PowerTick=80 + + # Default chance to generate a skull for Decapitate II upgrade + I:decap2Param=40 + + # Default power cost per tick of a Decapitate II upgrade + I:decap2PowerTick=160 + + # Default chance to generate a skull for Decapitate III upgrade + I:decap3Param=80 + + # Default power cost per tick of a Decapitate III upgrade + I:decap3PowerTick=240 + + # mb per HP for the EvilCraft Blood Tank I upgrade + I:ecBlood1Param=20 + + # Default power cost per tick of a EvilCraft Blood Tank I upgrade + I:ecBlood1PowerTick=80 + + # mb per HP for the EvilCraft Blood Tank II upgrade + I:ecBlood2Param=40 + + # Default power cost per tick of a EvilCraft Blood Tank II upgrade + I:ecBlood2PowerTick=160 + + # mb per HP for the EvilCraft Blood Tank III upgrade + I:ecBlood3Param=60 + + # Default power cost per tick of a EvilCraft Blood Tank III upgrade + I:ecBlood3PowerTick=240 + + # Percentage of power saved for a Efficiency I upgrade + I:eff1Param=15 + + # Default power cost per tick of a Efficiency I upgrade + I:eff1PowerTick=1 + + # Percentage of power saved for a Efficiency II upgrade + I:eff2Param=25 + + # Default power cost per tick of a Efficiency II upgrade + I:eff2PowerTick=2 + + # Percentage of power saved for a Efficiency III upgrade + I:eff3Param=30 + + # Default power cost per tick of a Efficiency III upgrade + I:eff3PowerTick=4 + I:looting1Param=1 + + # Default power cost per tick of a Looting I upgrade + I:looting1PowerTick=80 + I:looting2Param=2 + + # Default power cost per tick of a Looting II upgrade + I:looting2PowerTick=160 + I:looting3Param=3 + + # Default power cost per tick of a Looting III upgrade + I:looting3PowerTick=240 + + # Default number of mobs to spawn for Mass I upgrade + I:mass1Param=2 + + # Default power cost per tick of a Mass I upgrade + I:mass1PowerTick=80 + + # Default number of mobs to spawn for Mass II upgrade + I:mass2Param=4 + + # Default power cost per tick of a Mass II upgrade + I:mass2PowerTick=160 + + # Default number of mobs to spawn for Mass III upgrade + I:mass3Param=6 + + # Default power cost per tick of a Mass III upgrade + I:mass3PowerTick=240 + + # Percentage reduction in spawn time for Rate I upgrade + I:rate1Param=20 + + # Default power cost per tick of a Rate I upgrade + I:rate1PowerTick=80 + + # Percentage reduction in spawn time for Rate II upgrade + I:rate2Param=50 + + # Default power cost per tick of a Rate II upgrade + I:rate2PowerTick=160 + + # Percentage reduction in spawn time for Rate III upgrade + I:rate3Param=75 + + # Default power cost per tick of a Rate III upgrade + I:rate3PowerTick=240 + + # Percentage of XP generated for XP I upgrade + I:xp1Param=100 + + # Default power cost per tick of a XP I upgrade + I:xp1PowerTick=80 + + # Percentage of XP generated for XP II upgrade + I:xp2Param=140 + + # Default power cost per tick of a XP II upgrade + I:xp2PowerTick=160 + + # Percentage of XP generated for XP III upgrade + I:xp3Param=180 + + # Default power cost per tick of a XP III upgrade + I:xp3PowerTick=240 +} + + diff --git a/config/xnet/xnet.cfg b/config/xnet/xnet.cfg new file mode 100644 index 00000000..c084904a --- /dev/null +++ b/config/xnet/xnet.cfg @@ -0,0 +1,80 @@ +# Configuration file + +########################################################################################################## +# general +#--------------------------------------------------------------------------------------------------------# +# General settings +########################################################################################################## + +general { + # Range for a tier 1 antenna [range: 0 ~ 1000000000, default: 100] + I:antennaTier1Range=100 + + # Range for a tier 2 antenna [range: 0 ~ 1000000000, default: 500] + I:antennaTier2Range=500 + + # Power usage for the controller per active channel [range: 0 ~ 1000000000, default: 1] + I:controllerChannelRFT=1 + + # Maximum RF the controller can store [range: 1 ~ 1000000000, default: 100000] + I:controllerMaxRF=100000 + + # Power usage for the controller per operation performed by one of the channels [range: 0 ~ 1000000000, default: 2] + I:controllerOperationRFT=2 + + # Power usage for the controller regardless of what it is doing [range: 0 ~ 1000000000, default: 0] + I:controllerRFPerTick=0 + + # Maximum RF the controller can receive per tick [range: 1 ~ 1000000000, default: 1000] + I:controllerRfPerTick=1000 + + # Maximum fluid per operation that an advanced connector can input or output [range: 1 ~ 1000000000, default: 5000] + I:maxFluidRateAdvanced=5000 + + # Maximum fluid per operation that a normal connector can input or output [range: 1 ~ 1000000000, default: 1000] + I:maxFluidRateNormal=1000 + + # Maximum number of published channels that a routing channel can support [range: 1 ~ 1000000000, default: 32] + I:maxPublishedChannels=32 + + # Maximum RF the advanced connector can store [range: 1 ~ 1000000000, default: 500000] + I:maxRfAdvancedConnector=500000 + + # Maximum RF the normal connector can store [range: 1 ~ 1000000000, default: 50000] + I:maxRfConnector=50000 + + # Maximum RF/rate that an advanced connector can input or output [range: 1 ~ 1000000000, default: 100000] + I:maxRfRateAdvanced=100000 + + # Maximum RF/rate that a normal connector can input or output [range: 1 ~ 1000000000, default: 10000] + I:maxRfRateNormal=10000 + + # If true then cables are also shown when sneaking even if they are not in a facade [default: true] + B:showNonFacadedCablesWhileSneaking=true + + # This is a list of blocks that XNet considers to be 'unsided' meaning that it doesn't matter from what side you access things. This is currently only used to help with pasting channels [default: [minecraft:chest], [minecraft:trapped_chest], [rftools:modular_storage], [rftools:storage_scanner], [rftools:pearl_injector]] + S:unsidedBlocks < + minecraft:chest + minecraft:trapped_chest + rftools:modular_storage + rftools:storage_scanner + rftools:pearl_injector + > + + # Maximum RF per tick the wireless router (tier 1) needs to publish a channel [range: 0 ~ 1000000000, default: 20] + I:wireless1RfPerChannel=20 + + # Maximum RF per tick the wireless router (tier 2) needs to publish a channel [range: 0 ~ 1000000000, default: 50] + I:wireless2RfPerChannel=50 + + # Maximum RF per tick the wireless router (infinite tier) needs to publish a channel [range: 0 ~ 1000000000, default: 200] + I:wirelessInfRfPerChannel=200 + + # Maximum RF the wireless router can store [range: 1 ~ 1000000000, default: 100000] + I:wirelessRouterMaxRF=100000 + + # Maximum RF the wireless router can receive per tick [range: 1 ~ 1000000000, default: 5000] + I:wirelessRouterRfPerTick=5000 +} + + diff --git a/config/xreliquary.cfg b/config/xreliquary.cfg new file mode 100644 index 00000000..02a48930 --- /dev/null +++ b/config/xreliquary.cfg @@ -0,0 +1,1199 @@ +# 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/pillar/_template.json b/pillar/_template.json new file mode 100644 index 00000000..f65a4a66 --- /dev/null +++ b/pillar/_template.json @@ -0,0 +1,35 @@ +// =================================================================== +// 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/abyss_abyss_abyss.json b/pillar/abyss_abyss_abyss.json new file mode 100644 index 00000000..5f4d0af7 --- /dev/null +++ b/pillar/abyss_abyss_abyss.json @@ -0,0 +1,30 @@ + +{ + "generatorType": "ANYWHERE", + "minY": 90, + "maxY": 170, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [800], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "abyssalcraft:ingotblock", + "fillingMetadata": 2, + "fillingType": "AIR", + + "rarity": 1000 +} \ No newline at end of file diff --git a/pillar/abyss_dungeon.json b/pillar/abyss_dungeon.json new file mode 100644 index 00000000..1a5c085c --- /dev/null +++ b/pillar/abyss_dungeon.json @@ -0,0 +1,30 @@ + +{ + "generatorType": "SKY", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [800], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 600 +} \ No newline at end of file diff --git a/pillar/abyssal_dragon_nest.json b/pillar/abyssal_dragon_nest.json new file mode 100644 index 00000000..89abc482 --- /dev/null +++ b/pillar/abyssal_dragon_nest.json @@ -0,0 +1,30 @@ + +{ + "generatorType": "SURFACE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [53], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 900 +} \ No newline at end of file diff --git a/pillar/aether_temple.json b/pillar/aether_temple.json new file mode 100644 index 00000000..be920039 --- /dev/null +++ b/pillar/aether_temple.json @@ -0,0 +1,29 @@ +{ + "generatorType": "SURFACE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [0], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 2200 +} \ No newline at end of file diff --git a/pillar/all_the_parasecta.json b/pillar/all_the_parasecta.json new file mode 100644 index 00000000..3da55114 --- /dev/null +++ b/pillar/all_the_parasecta.json @@ -0,0 +1,29 @@ +{ + "generatorType": "ANYWHERE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [171], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 190 +} \ No newline at end of file diff --git a/pillar/amaranth_wood_villager_house.json b/pillar/amaranth_wood_villager_house.json new file mode 100644 index 00000000..fb2dcc93 --- /dev/null +++ b/pillar/amaranth_wood_villager_house.json @@ -0,0 +1,30 @@ + +{ + "generatorType": "SURFACE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [0], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 2000 +} \ No newline at end of file diff --git a/pillar/ancient_rock_cube.json b/pillar/ancient_rock_cube.json new file mode 100644 index 00000000..e5afca50 --- /dev/null +++ b/pillar/ancient_rock_cube.json @@ -0,0 +1,29 @@ +{ + "generatorType": "ANYWHERE", + "minY": 0, + "maxY": 30, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [0], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 3000 +} \ No newline at end of file diff --git a/pillar/apalachia_dungeon.json b/pillar/apalachia_dungeon.json new file mode 100644 index 00000000..205e041b --- /dev/null +++ b/pillar/apalachia_dungeon.json @@ -0,0 +1,29 @@ +{ + "generatorType": "ANYWHERE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [422], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 500 +} \ No newline at end of file diff --git a/pillar/arcana_cheater_pillar.json b/pillar/arcana_cheater_pillar.json new file mode 100644 index 00000000..13575bd1 --- /dev/null +++ b/pillar/arcana_cheater_pillar.json @@ -0,0 +1,29 @@ +{ + "generatorType": "ANYWHERE", + "minY": 21, + "maxY": 30, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [426], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 100 +} \ No newline at end of file diff --git a/pillar/arcana_tomb_overworld.json b/pillar/arcana_tomb_overworld.json new file mode 100644 index 00000000..0ba91a48 --- /dev/null +++ b/pillar/arcana_tomb_overworld.json @@ -0,0 +1,29 @@ +{ + "generatorType": "ANYWHERE", + "minY": 1, + "maxY": 40, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [0], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 1700 +} \ No newline at end of file diff --git a/pillar/barathos_dungeon.json b/pillar/barathos_dungeon.json new file mode 100644 index 00000000..ecbec7ac --- /dev/null +++ b/pillar/barathos_dungeon.json @@ -0,0 +1,29 @@ +{ + "generatorType": "SURFACE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [802], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 600 +} \ No newline at end of file diff --git a/pillar/betweenlands_dungeon.json b/pillar/betweenlands_dungeon.json new file mode 100644 index 00000000..086f6161 --- /dev/null +++ b/pillar/betweenlands_dungeon.json @@ -0,0 +1,29 @@ +{ + "generatorType": "ANYWHERE", + "minY": 160, + "maxY": 190, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [50], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 1800 +} \ No newline at end of file diff --git a/pillar/big_bouncy_castle.json b/pillar/big_bouncy_castle.json new file mode 100644 index 00000000..c02b9a81 --- /dev/null +++ b/pillar/big_bouncy_castle.json @@ -0,0 +1,29 @@ +{ + "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/bloodsucker_void.json b/pillar/bloodsucker_void.json new file mode 100644 index 00000000..c3befec1 --- /dev/null +++ b/pillar/bloodsucker_void.json @@ -0,0 +1,29 @@ +{ + "generatorType": "SURFACE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [182], + "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/blue_farmer_hut.json b/pillar/blue_farmer_hut.json new file mode 100644 index 00000000..e3828cd2 --- /dev/null +++ b/pillar/blue_farmer_hut.json @@ -0,0 +1,30 @@ + +{ + "generatorType": "SURFACE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [0], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 700 +} \ No newline at end of file diff --git a/pillar/blue_nether_struct.json b/pillar/blue_nether_struct.json new file mode 100644 index 00000000..1c0cca2d --- /dev/null +++ b/pillar/blue_nether_struct.json @@ -0,0 +1,30 @@ + +{ + "generatorType": "ANYWHERE", + "minY": 32, + "maxY": 100, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [-1], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 400 +} \ No newline at end of file diff --git a/pillar/borean_dungeon.json b/pillar/borean_dungeon.json new file mode 100644 index 00000000..79064cc5 --- /dev/null +++ b/pillar/borean_dungeon.json @@ -0,0 +1,29 @@ +{ + "generatorType": "NONE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [814], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 700 +} \ No newline at end of file diff --git a/pillar/boys_tree.json b/pillar/boys_tree.json new file mode 100644 index 00000000..bd8cfbd9 --- /dev/null +++ b/pillar/boys_tree.json @@ -0,0 +1,29 @@ +{ + "generatorType": "SURFACE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [183], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 600 +} \ No newline at end of file diff --git a/pillar/casa_degli_orrori.json b/pillar/casa_degli_orrori.json new file mode 100644 index 00000000..c02b9a81 --- /dev/null +++ b/pillar/casa_degli_orrori.json @@ -0,0 +1,29 @@ +{ + "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/celeve_donut.json b/pillar/celeve_donut.json new file mode 100644 index 00000000..d7ab5088 --- /dev/null +++ b/pillar/celeve_donut.json @@ -0,0 +1,29 @@ +{ + "generatorType": "ANYWHERE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [804], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 500 +} \ No newline at end of file diff --git a/pillar/cheater_nether_pillar.json b/pillar/cheater_nether_pillar.json new file mode 100644 index 00000000..d7df92c7 --- /dev/null +++ b/pillar/cheater_nether_pillar.json @@ -0,0 +1,29 @@ +{ + "generatorType": "ANYWHERE", + "minY": 128, + "maxY": 150, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [-1], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "minecraft:netherrack", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 200 +} \ No newline at end of file diff --git a/pillar/cherry_apiarist_hut.json b/pillar/cherry_apiarist_hut.json new file mode 100644 index 00000000..2d65c5a6 --- /dev/null +++ b/pillar/cherry_apiarist_hut.json @@ -0,0 +1,30 @@ + +{ + "generatorType": "SURFACE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [181], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 200 +} \ No newline at end of file diff --git a/pillar/cocobolo_shrine.json b/pillar/cocobolo_shrine.json new file mode 100644 index 00000000..bd3ac45a --- /dev/null +++ b/pillar/cocobolo_shrine.json @@ -0,0 +1,29 @@ +{ + "generatorType": "SURFACE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [183], + "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/copper_cloud.json b/pillar/copper_cloud.json new file mode 100644 index 00000000..7751c1fb --- /dev/null +++ b/pillar/copper_cloud.json @@ -0,0 +1,30 @@ + +{ + "generatorType": "SKY", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [171], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 30 +} \ No newline at end of file diff --git a/pillar/corallus_altar.json b/pillar/corallus_altar.json new file mode 100644 index 00000000..530cf67d --- /dev/null +++ b/pillar/corallus_altar.json @@ -0,0 +1,30 @@ + +{ + "generatorType": "SURFACE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [181], + "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/creeponia_dungeon.json b/pillar/creeponia_dungeon.json new file mode 100644 index 00000000..ad4a37fb --- /dev/null +++ b/pillar/creeponia_dungeon.json @@ -0,0 +1,30 @@ + +{ + "generatorType": "NONE", + "minY": 125, + "maxY": 200, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [805], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 700 +} \ No newline at end of file diff --git a/pillar/crimson_tower_ov.json b/pillar/crimson_tower_ov.json new file mode 100644 index 00000000..be3af346 --- /dev/null +++ b/pillar/crimson_tower_ov.json @@ -0,0 +1,30 @@ + +{ + "generatorType": "SURFACE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [0], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "minecraft:cobblestone", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 2048 +} \ No newline at end of file diff --git a/pillar/crystevia_dungeon.json b/pillar/crystevia_dungeon.json new file mode 100644 index 00000000..7dc3ffad --- /dev/null +++ b/pillar/crystevia_dungeon.json @@ -0,0 +1,29 @@ +{ + "generatorType": "NONE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [806], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 1000 +} \ No newline at end of file diff --git a/pillar/cyclops_creation_fortress.json b/pillar/cyclops_creation_fortress.json new file mode 100644 index 00000000..a3513c5c --- /dev/null +++ b/pillar/cyclops_creation_fortress.json @@ -0,0 +1,29 @@ +{ + "generatorType": "ANYWHERE", + "minY": 100, + "maxY": 140, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [150], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "minecraft:stained_hardened_clay", + "fillingMetadata": 3, + "fillingType": "AIR", + + "rarity": 800 +} \ No newline at end of file diff --git a/pillar/dark_star_monument.json b/pillar/dark_star_monument.json new file mode 100644 index 00000000..e3356e48 --- /dev/null +++ b/pillar/dark_star_monument.json @@ -0,0 +1,29 @@ +{ + "generatorType": "ANYWHERE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [4], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 800 +} \ No newline at end of file diff --git a/pillar/deep_cheater_pillar.json b/pillar/deep_cheater_pillar.json new file mode 100644 index 00000000..35528b55 --- /dev/null +++ b/pillar/deep_cheater_pillar.json @@ -0,0 +1,29 @@ +{ + "generatorType": "ANYWHERE", + "minY": 60, + "maxY": 100, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [-11325], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 200 +} \ No newline at end of file diff --git a/pillar/deep_cube.json b/pillar/deep_cube.json new file mode 100644 index 00000000..a37df6c0 --- /dev/null +++ b/pillar/deep_cube.json @@ -0,0 +1,30 @@ + +{ + "generatorType": "SURFACE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [0], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "minecraft:cobblestone", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 1200 +} \ No newline at end of file diff --git a/pillar/deep_dark_anemia.json b/pillar/deep_dark_anemia.json new file mode 100644 index 00000000..ad1807a6 --- /dev/null +++ b/pillar/deep_dark_anemia.json @@ -0,0 +1,30 @@ + +{ + "generatorType": "ANYWHERE", + "minY": 63, + "maxY": 100, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [-11325], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "minecraft:mossy_cobblestone", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 1800 +} \ No newline at end of file diff --git a/pillar/deep_dark_pyramid.json b/pillar/deep_dark_pyramid.json new file mode 100644 index 00000000..ad1807a6 --- /dev/null +++ b/pillar/deep_dark_pyramid.json @@ -0,0 +1,30 @@ + +{ + "generatorType": "ANYWHERE", + "minY": 63, + "maxY": 100, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [-11325], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "minecraft:mossy_cobblestone", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 1800 +} \ No newline at end of file diff --git a/pillar/deeplands_dungeon.json b/pillar/deeplands_dungeon.json new file mode 100644 index 00000000..62eedb31 --- /dev/null +++ b/pillar/deeplands_dungeon.json @@ -0,0 +1,30 @@ + +{ + "generatorType": "NONE", + "minY": 20, + "maxY": 40, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [807], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 1000 +} \ No newline at end of file diff --git a/pillar/deeplands_sign.json b/pillar/deeplands_sign.json new file mode 100644 index 00000000..66f0bb80 --- /dev/null +++ b/pillar/deeplands_sign.json @@ -0,0 +1,30 @@ + +{ + "generatorType": "NONE", + "minY": 20, + "maxY": 40, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [807], + "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/demonic_prison_deep.json b/pillar/demonic_prison_deep.json new file mode 100644 index 00000000..ad1807a6 --- /dev/null +++ b/pillar/demonic_prison_deep.json @@ -0,0 +1,30 @@ + +{ + "generatorType": "ANYWHERE", + "minY": 63, + "maxY": 100, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [-11325], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "minecraft:mossy_cobblestone", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 1800 +} \ No newline at end of file diff --git a/pillar/dilithium_ore_haumea.json b/pillar/dilithium_ore_haumea.json new file mode 100644 index 00000000..aadb34af --- /dev/null +++ b/pillar/dilithium_ore_haumea.json @@ -0,0 +1,29 @@ +{ + "generatorType": "ANYWHERE", + "minY": 0, + "maxY": 50, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [146], + "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/direhome.json b/pillar/direhome.json new file mode 100644 index 00000000..d53f0ae7 --- /dev/null +++ b/pillar/direhome.json @@ -0,0 +1,29 @@ +{ + "generatorType": "ANYWHERE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [-1], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 2000 +} \ No newline at end of file diff --git a/pillar/dragon_desert_temple.json b/pillar/dragon_desert_temple.json new file mode 100644 index 00000000..8393c8fa --- /dev/null +++ b/pillar/dragon_desert_temple.json @@ -0,0 +1,29 @@ +{ + "generatorType": "SURFACE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [184], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 3000 +} \ No newline at end of file diff --git a/pillar/dragons_planet_nest.json b/pillar/dragons_planet_nest.json new file mode 100644 index 00000000..af796bea --- /dev/null +++ b/pillar/dragons_planet_nest.json @@ -0,0 +1,29 @@ +{ + "generatorType": "ANYWHERE", + "minY": 100, + "maxY": 140, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [150], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "minecraft:stained_hardened_clay", + "fillingMetadata": 6, + "fillingType": "AIR", + + "rarity": 600 +} \ No newline at end of file diff --git a/pillar/dustopia_dungeon.json b/pillar/dustopia_dungeon.json new file mode 100644 index 00000000..987e6566 --- /dev/null +++ b/pillar/dustopia_dungeon.json @@ -0,0 +1,29 @@ +{ + "generatorType": "SURFACE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [808], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 800 +} \ No newline at end of file diff --git a/pillar/eden_dungeon.json b/pillar/eden_dungeon.json new file mode 100644 index 00000000..e6118d59 --- /dev/null +++ b/pillar/eden_dungeon.json @@ -0,0 +1,29 @@ +{ + "generatorType": "ANYWHERE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [420], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 1000 +} \ No newline at end of file diff --git a/pillar/elytra_overworld.json b/pillar/elytra_overworld.json new file mode 100644 index 00000000..e46a34e2 --- /dev/null +++ b/pillar/elytra_overworld.json @@ -0,0 +1,30 @@ + +{ + "generatorType": "SURFACE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [0], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "minecraft:dirt", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 800 +} \ No newline at end of file diff --git a/pillar/end_airtightseal.json b/pillar/end_airtightseal.json new file mode 100644 index 00000000..03607d3d --- /dev/null +++ b/pillar/end_airtightseal.json @@ -0,0 +1,30 @@ + +{ + "generatorType": "SKY", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [1], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 1000 +} \ No newline at end of file diff --git a/pillar/end_shulker_altar.json b/pillar/end_shulker_altar.json new file mode 100644 index 00000000..1ffd3def --- /dev/null +++ b/pillar/end_shulker_altar.json @@ -0,0 +1,30 @@ + +{ + "generatorType": "SKY", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [1], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 500 +} \ No newline at end of file diff --git a/pillar/ender_chicken_dolomite_egg.json b/pillar/ender_chicken_dolomite_egg.json new file mode 100644 index 00000000..94ed7a07 --- /dev/null +++ b/pillar/ender_chicken_dolomite_egg.json @@ -0,0 +1,29 @@ +{ + "generatorType": "ANYWHERE", + "minY": -1, + "maxY": -1, + "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": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 350 +} \ No newline at end of file diff --git a/pillar/ender_chicken_monolith.json b/pillar/ender_chicken_monolith.json new file mode 100644 index 00000000..28287c11 --- /dev/null +++ b/pillar/ender_chicken_monolith.json @@ -0,0 +1,29 @@ +{ + "generatorType": "SURFACE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [182], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 1800 +} \ No newline at end of file diff --git a/pillar/enthralled_cave.json b/pillar/enthralled_cave.json new file mode 100644 index 00000000..9f61e0b7 --- /dev/null +++ b/pillar/enthralled_cave.json @@ -0,0 +1,29 @@ +{ + "generatorType": "ANYWHERE", + "minY": 1, + "maxY": 40, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [0], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 500 +} \ No newline at end of file diff --git a/pillar/eucalyptus_wood_villager_house.json b/pillar/eucalyptus_wood_villager_house.json new file mode 100644 index 00000000..fb2dcc93 --- /dev/null +++ b/pillar/eucalyptus_wood_villager_house.json @@ -0,0 +1,30 @@ + +{ + "generatorType": "SURFACE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [0], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 2000 +} \ No newline at end of file diff --git a/pillar/explosive_furnace.json b/pillar/explosive_furnace.json new file mode 100644 index 00000000..161c7777 --- /dev/null +++ b/pillar/explosive_furnace.json @@ -0,0 +1,29 @@ +{ + "generatorType": "SURFACE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [180], + "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/fission_remnants.json b/pillar/fission_remnants.json new file mode 100644 index 00000000..b6efca5c --- /dev/null +++ b/pillar/fission_remnants.json @@ -0,0 +1,30 @@ + +{ + "generatorType": "SURFACE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [183], + "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/flying_saucer.json b/pillar/flying_saucer.json new file mode 100644 index 00000000..7df34a05 --- /dev/null +++ b/pillar/flying_saucer.json @@ -0,0 +1,29 @@ +{ + "generatorType": "ANYWHERE", + "minY": 80, + "maxY": 160, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [182], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 500 +} \ No newline at end of file diff --git a/pillar/fountain1.json b/pillar/fountain1.json new file mode 100644 index 00000000..c0ab08d4 --- /dev/null +++ b/pillar/fountain1.json @@ -0,0 +1,29 @@ +{ + "generatorType": "ANYWHERE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [804], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 200 +} \ No newline at end of file diff --git a/pillar/fountain2.json b/pillar/fountain2.json new file mode 100644 index 00000000..b9390992 --- /dev/null +++ b/pillar/fountain2.json @@ -0,0 +1,29 @@ +{ + "generatorType": "ANYWHERE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [804], + "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/fountain3.json b/pillar/fountain3.json new file mode 100644 index 00000000..deda4856 --- /dev/null +++ b/pillar/fountain3.json @@ -0,0 +1,29 @@ +{ + "generatorType": "ANYWHERE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [804], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 800 +} \ No newline at end of file diff --git a/pillar/fountain4.json b/pillar/fountain4.json new file mode 100644 index 00000000..c0ab08d4 --- /dev/null +++ b/pillar/fountain4.json @@ -0,0 +1,29 @@ +{ + "generatorType": "ANYWHERE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [804], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 200 +} \ No newline at end of file diff --git a/pillar/fountain5.json b/pillar/fountain5.json new file mode 100644 index 00000000..0c76d8d6 --- /dev/null +++ b/pillar/fountain5.json @@ -0,0 +1,29 @@ +{ + "generatorType": "ANYWHERE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [804], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 600 +} \ No newline at end of file diff --git a/pillar/fountain6.json b/pillar/fountain6.json new file mode 100644 index 00000000..deda4856 --- /dev/null +++ b/pillar/fountain6.json @@ -0,0 +1,29 @@ +{ + "generatorType": "ANYWHERE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [804], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 800 +} \ No newline at end of file diff --git a/pillar/gardencia_dungeon.json b/pillar/gardencia_dungeon.json new file mode 100644 index 00000000..449cf51f --- /dev/null +++ b/pillar/gardencia_dungeon.json @@ -0,0 +1,29 @@ +{ + "generatorType": "SURFACE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [809], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 900 +} \ No newline at end of file diff --git a/pillar/ghast_ghastly.json b/pillar/ghast_ghastly.json new file mode 100644 index 00000000..e1a9d001 --- /dev/null +++ b/pillar/ghast_ghastly.json @@ -0,0 +1,29 @@ +{ + "generatorType": "SURFACE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [173], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 200 +} \ No newline at end of file diff --git a/pillar/ghost_disk_dungeon.json b/pillar/ghost_disk_dungeon.json new file mode 100644 index 00000000..c02b9a81 --- /dev/null +++ b/pillar/ghost_disk_dungeon.json @@ -0,0 +1,29 @@ +{ + "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/gold_cloud.json b/pillar/gold_cloud.json new file mode 100644 index 00000000..f775e48b --- /dev/null +++ b/pillar/gold_cloud.json @@ -0,0 +1,30 @@ + +{ + "generatorType": "SKY", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [171], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 100 +} \ No newline at end of file diff --git a/pillar/graw_tree.json b/pillar/graw_tree.json new file mode 100644 index 00000000..17aa79af --- /dev/null +++ b/pillar/graw_tree.json @@ -0,0 +1,29 @@ +{ + "generatorType": "SURFACE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [171], + "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/greckon_dungeon.json b/pillar/greckon_dungeon.json new file mode 100644 index 00000000..e0a6f385 --- /dev/null +++ b/pillar/greckon_dungeon.json @@ -0,0 +1,29 @@ +{ + "generatorType": "ANYWHERE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [810], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 3000 +} \ No newline at end of file diff --git a/pillar/gryphon_altar.json b/pillar/gryphon_altar.json new file mode 100644 index 00000000..834accea --- /dev/null +++ b/pillar/gryphon_altar.json @@ -0,0 +1,29 @@ +{ + "generatorType": "SURFACE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [0], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 1100 +} \ No newline at end of file diff --git a/pillar/gummy_worm_z.json b/pillar/gummy_worm_z.json new file mode 100644 index 00000000..a9e848ba --- /dev/null +++ b/pillar/gummy_worm_z.json @@ -0,0 +1,29 @@ +{ + "generatorType": "SURFACE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [803], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 500 +} \ No newline at end of file diff --git a/pillar/harbinger_castle.json b/pillar/harbinger_castle.json new file mode 100644 index 00000000..f423e8e5 --- /dev/null +++ b/pillar/harbinger_castle.json @@ -0,0 +1,29 @@ +{ + "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": "chisel:arcane_stone", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 100 +} \ No newline at end of file diff --git a/pillar/haunted_tree.json b/pillar/haunted_tree.json new file mode 100644 index 00000000..8915b7a3 --- /dev/null +++ b/pillar/haunted_tree.json @@ -0,0 +1,29 @@ +{ + "generatorType": "SURFACE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [0], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "minecraft:dirt", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 1900 +} \ No newline at end of file diff --git a/pillar/haven_dungeon.json b/pillar/haven_dungeon.json new file mode 100644 index 00000000..9020a871 --- /dev/null +++ b/pillar/haven_dungeon.json @@ -0,0 +1,29 @@ +{ + "generatorType": "ANYWHERE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [811], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 600 +} \ No newline at end of file diff --git a/pillar/historian_bee_hut.json b/pillar/historian_bee_hut.json new file mode 100644 index 00000000..6dc02f9a --- /dev/null +++ b/pillar/historian_bee_hut.json @@ -0,0 +1,29 @@ +{ + "generatorType": "ANYWHERE", + "minY": 100, + "maxY": 150, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [163], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "projectred-exploration:stone", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 5000 +} \ No newline at end of file diff --git a/pillar/hopseed_wood_villager_house.json b/pillar/hopseed_wood_villager_house.json new file mode 100644 index 00000000..fb2dcc93 --- /dev/null +++ b/pillar/hopseed_wood_villager_house.json @@ -0,0 +1,30 @@ + +{ + "generatorType": "SURFACE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [0], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 2000 +} \ No newline at end of file diff --git a/pillar/host_emerald.json b/pillar/host_emerald.json new file mode 100644 index 00000000..23211016 --- /dev/null +++ b/pillar/host_emerald.json @@ -0,0 +1,29 @@ +{ + "generatorType": "SURFACE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [182], + "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/iceika_cheater_pillar.json b/pillar/iceika_cheater_pillar.json new file mode 100644 index 00000000..82752b62 --- /dev/null +++ b/pillar/iceika_cheater_pillar.json @@ -0,0 +1,29 @@ +{ + "generatorType": "SURFACE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [425], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 200 +} \ No newline at end of file diff --git a/pillar/immortallis_dungeon.json b/pillar/immortallis_dungeon.json new file mode 100644 index 00000000..c02b9a81 --- /dev/null +++ b/pillar/immortallis_dungeon.json @@ -0,0 +1,29 @@ +{ + "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/iromine_dungeon.json b/pillar/iromine_dungeon.json new file mode 100644 index 00000000..5b35da0c --- /dev/null +++ b/pillar/iromine_dungeon.json @@ -0,0 +1,29 @@ +{ + "generatorType": "NONE", + "minY": 100, + "maxY": 200, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [813], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 1700 +} \ No newline at end of file diff --git a/pillar/jack_tower.json b/pillar/jack_tower.json new file mode 100644 index 00000000..1b2ac3b5 --- /dev/null +++ b/pillar/jack_tower.json @@ -0,0 +1,29 @@ +{ + "generatorType": "SURFACE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [183], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 900 +} \ No newline at end of file diff --git a/pillar/law_hut.json b/pillar/law_hut.json new file mode 100644 index 00000000..9cde7048 --- /dev/null +++ b/pillar/law_hut.json @@ -0,0 +1,29 @@ +{ + "generatorType": "ANYWHERE", + "minY": 100, + "maxY": 150, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [163], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "projectred-exploration:stone", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 4000 +} \ No newline at end of file diff --git a/pillar/lelyetia_dungeon.json b/pillar/lelyetia_dungeon.json new file mode 100644 index 00000000..3e766d0b --- /dev/null +++ b/pillar/lelyetia_dungeon.json @@ -0,0 +1,29 @@ +{ + "generatorType": "ANYWHERE", + "minY": 1, + "maxY": 50, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [815], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 100 +} \ No newline at end of file diff --git a/pillar/limbo_monolith.json b/pillar/limbo_monolith.json new file mode 100644 index 00000000..577cf896 --- /dev/null +++ b/pillar/limbo_monolith.json @@ -0,0 +1,30 @@ + +{ + "generatorType": "ANYWHERE", + "minY": 129, + "maxY": 140, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [-1], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "bloodmagic:demon_extras", + "fillingMetadata": 10, + "fillingType": "AIR", + + "rarity": 300 +} \ No newline at end of file diff --git a/pillar/lollypop_y.json b/pillar/lollypop_y.json new file mode 100644 index 00000000..a9e848ba --- /dev/null +++ b/pillar/lollypop_y.json @@ -0,0 +1,29 @@ +{ + "generatorType": "SURFACE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [803], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 500 +} \ No newline at end of file diff --git a/pillar/loot_tables/sedna_loot.json b/pillar/loot_tables/sedna_loot.json new file mode 100644 index 00000000..d4dd2514 --- /dev/null +++ b/pillar/loot_tables/sedna_loot.json @@ -0,0 +1,51 @@ +{ + "pools": [ + { + "name": "main", + "entries": [ + { + "entryName": "extendedcrafting:singularity", + "weight": 6, + "quality": 0, + "type": "item", + "functions": [ + { + "count": { + "min": 2.0, + "max": 5.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "extendedcrafting:singularity" + } + ], + "rolls": { + "min": 2.0, + "max": 3.0 + } + }, + { + "name": "pool2", + "entries": [ + { + "entryName": "thaumcraft:sapling_silverwood", + "weight": 1, + "quality": 0, + "type": "item", + "functions": [ + { + "count": { + "min": 1.0, + "max": 1.0 + }, + "function": "minecraft:set_count" + } + ], + "name": "thaumcraft:sapling_silverwood" + } + ], + "rolls": 1.0 + } + ] + } \ No newline at end of file diff --git a/pillar/lost_unidentified_object.json b/pillar/lost_unidentified_object.json new file mode 100644 index 00000000..9e8650e9 --- /dev/null +++ b/pillar/lost_unidentified_object.json @@ -0,0 +1,30 @@ + +{ + "generatorType": "SKY", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [166], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 169 +} \ No newline at end of file diff --git a/pillar/lunalus_dungeon.json b/pillar/lunalus_dungeon.json new file mode 100644 index 00000000..c1aa8f0c --- /dev/null +++ b/pillar/lunalus_dungeon.json @@ -0,0 +1,29 @@ +{ + "generatorType": "NONE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [816], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 1500 +} \ No newline at end of file diff --git a/pillar/maple_wood_villager_house.json b/pillar/maple_wood_villager_house.json new file mode 100644 index 00000000..fb2dcc93 --- /dev/null +++ b/pillar/maple_wood_villager_house.json @@ -0,0 +1,30 @@ + +{ + "generatorType": "SURFACE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [0], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 2000 +} \ No newline at end of file diff --git a/pillar/medieval_nether_tower.json b/pillar/medieval_nether_tower.json new file mode 100644 index 00000000..6fc8de6c --- /dev/null +++ b/pillar/medieval_nether_tower.json @@ -0,0 +1,29 @@ +{ + "generatorType": "SURFACE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [0], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 1600 +} \ No newline at end of file diff --git a/pillar/medium_menger.json b/pillar/medium_menger.json new file mode 100644 index 00000000..24022028 --- /dev/null +++ b/pillar/medium_menger.json @@ -0,0 +1,30 @@ + +{ + "generatorType": "UNDERWATER", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [170], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 100 +} \ No newline at end of file diff --git a/pillar/mini_menger.json b/pillar/mini_menger.json new file mode 100644 index 00000000..41c6bd3a --- /dev/null +++ b/pillar/mini_menger.json @@ -0,0 +1,30 @@ + +{ + "generatorType": "UNDERWATER", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [170], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 20 +} \ No newline at end of file diff --git a/pillar/mitch_taint.json b/pillar/mitch_taint.json new file mode 100644 index 00000000..bd8cfbd9 --- /dev/null +++ b/pillar/mitch_taint.json @@ -0,0 +1,29 @@ +{ + "generatorType": "SURFACE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [183], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 600 +} \ No newline at end of file diff --git a/pillar/moon_structure_1.json b/pillar/moon_structure_1.json new file mode 100644 index 00000000..c7432498 --- /dev/null +++ b/pillar/moon_structure_1.json @@ -0,0 +1,29 @@ +{ + "generatorType": "SURFACE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [145], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 500 +} \ No newline at end of file diff --git a/pillar/moon_structure_2.json b/pillar/moon_structure_2.json new file mode 100644 index 00000000..c7432498 --- /dev/null +++ b/pillar/moon_structure_2.json @@ -0,0 +1,29 @@ +{ + "generatorType": "SURFACE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [145], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 500 +} \ No newline at end of file diff --git a/pillar/moon_structure_3.json b/pillar/moon_structure_3.json new file mode 100644 index 00000000..c7432498 --- /dev/null +++ b/pillar/moon_structure_3.json @@ -0,0 +1,29 @@ +{ + "generatorType": "SURFACE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [145], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 500 +} \ No newline at end of file diff --git a/pillar/moon_structure_4.json b/pillar/moon_structure_4.json new file mode 100644 index 00000000..c7432498 --- /dev/null +++ b/pillar/moon_structure_4.json @@ -0,0 +1,29 @@ +{ + "generatorType": "SURFACE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [145], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 500 +} \ No newline at end of file diff --git a/pillar/moon_structure_5.json b/pillar/moon_structure_5.json new file mode 100644 index 00000000..c7432498 --- /dev/null +++ b/pillar/moon_structure_5.json @@ -0,0 +1,29 @@ +{ + "generatorType": "SURFACE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [145], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 500 +} \ No newline at end of file diff --git a/pillar/moon_structure_6.json b/pillar/moon_structure_6.json new file mode 100644 index 00000000..c7432498 --- /dev/null +++ b/pillar/moon_structure_6.json @@ -0,0 +1,29 @@ +{ + "generatorType": "SURFACE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [145], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 500 +} \ No newline at end of file diff --git a/pillar/moon_structure_dyson.json b/pillar/moon_structure_dyson.json new file mode 100644 index 00000000..de0f7baf --- /dev/null +++ b/pillar/moon_structure_dyson.json @@ -0,0 +1,29 @@ +{ + "generatorType": "SURFACE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [145], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 1500 +} \ No newline at end of file diff --git a/pillar/moon_structure_mill.json b/pillar/moon_structure_mill.json new file mode 100644 index 00000000..de0f7baf --- /dev/null +++ b/pillar/moon_structure_mill.json @@ -0,0 +1,29 @@ +{ + "generatorType": "SURFACE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [145], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 1500 +} \ No newline at end of file diff --git a/pillar/moon_structure_puzzle.json b/pillar/moon_structure_puzzle.json new file mode 100644 index 00000000..a8aae91c --- /dev/null +++ b/pillar/moon_structure_puzzle.json @@ -0,0 +1,29 @@ +{ + "generatorType": "SURFACE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [145], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 2500 +} \ No newline at end of file diff --git a/pillar/myrmex_ores.json b/pillar/myrmex_ores.json new file mode 100644 index 00000000..a4e450b8 --- /dev/null +++ b/pillar/myrmex_ores.json @@ -0,0 +1,29 @@ +{ + "generatorType": "SURFACE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [164], + "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/myrmex_tree.json b/pillar/myrmex_tree.json new file mode 100644 index 00000000..872b2174 --- /dev/null +++ b/pillar/myrmex_tree.json @@ -0,0 +1,29 @@ +{ + "generatorType": "ANYWHERE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [164], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 200 +} \ No newline at end of file diff --git a/pillar/mysterium_dungeon_1.json b/pillar/mysterium_dungeon_1.json new file mode 100644 index 00000000..74b396fa --- /dev/null +++ b/pillar/mysterium_dungeon_1.json @@ -0,0 +1,29 @@ +{ + "generatorType": "ANYWHERE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [817], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 1000 +} \ No newline at end of file diff --git a/pillar/mysterium_dungeon_2.json b/pillar/mysterium_dungeon_2.json new file mode 100644 index 00000000..74b396fa --- /dev/null +++ b/pillar/mysterium_dungeon_2.json @@ -0,0 +1,29 @@ +{ + "generatorType": "ANYWHERE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [817], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 1000 +} \ No newline at end of file diff --git a/pillar/mysterium_dungeon_3.json b/pillar/mysterium_dungeon_3.json new file mode 100644 index 00000000..74b396fa --- /dev/null +++ b/pillar/mysterium_dungeon_3.json @@ -0,0 +1,29 @@ +{ + "generatorType": "ANYWHERE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [817], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 1000 +} \ No newline at end of file diff --git a/pillar/mysterium_dungeon_4.json b/pillar/mysterium_dungeon_4.json new file mode 100644 index 00000000..74b396fa --- /dev/null +++ b/pillar/mysterium_dungeon_4.json @@ -0,0 +1,29 @@ +{ + "generatorType": "ANYWHERE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [817], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 1000 +} \ No newline at end of file diff --git a/pillar/nether_bone_structure.json b/pillar/nether_bone_structure.json new file mode 100644 index 00000000..4abc5c35 --- /dev/null +++ b/pillar/nether_bone_structure.json @@ -0,0 +1,29 @@ +{ + "generatorType": "ANYWHERE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [-1], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 1800 +} \ No newline at end of file diff --git a/pillar/nighmare_dungeon.json b/pillar/nighmare_dungeon.json new file mode 100644 index 00000000..c02b9a81 --- /dev/null +++ b/pillar/nighmare_dungeon.json @@ -0,0 +1,29 @@ +{ + "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/ogerite_tree.json b/pillar/ogerite_tree.json new file mode 100644 index 00000000..038d7a5f --- /dev/null +++ b/pillar/ogerite_tree.json @@ -0,0 +1,29 @@ +{ + "generatorType": "SURFACE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [165], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 500 +} \ No newline at end of file diff --git a/pillar/ores_europa.json b/pillar/ores_europa.json new file mode 100644 index 00000000..ff36238f --- /dev/null +++ b/pillar/ores_europa.json @@ -0,0 +1,29 @@ +{ + "generatorType": "ANYWHERE", + "minY": 0, + "maxY": 50, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [151], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 500 +} \ No newline at end of file diff --git a/pillar/ores_falacer.json b/pillar/ores_falacer.json new file mode 100644 index 00000000..d09d2bed --- /dev/null +++ b/pillar/ores_falacer.json @@ -0,0 +1,29 @@ +{ + "generatorType": "ANYWHERE", + "minY": 0, + "maxY": 50, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [160], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 500 +} \ No newline at end of file diff --git a/pillar/ores_hator.json b/pillar/ores_hator.json new file mode 100644 index 00000000..f365a92e --- /dev/null +++ b/pillar/ores_hator.json @@ -0,0 +1,29 @@ +{ + "generatorType": "ANYWHERE", + "minY": 0, + "maxY": 50, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [150], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 500 +} \ No newline at end of file diff --git a/pillar/ores_oi.json b/pillar/ores_oi.json new file mode 100644 index 00000000..d8e4b586 --- /dev/null +++ b/pillar/ores_oi.json @@ -0,0 +1,29 @@ +{ + "generatorType": "ANYWHERE", + "minY": 0, + "maxY": 50, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [152], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 500 +} \ No newline at end of file diff --git a/pillar/ores_orcus.json b/pillar/ores_orcus.json new file mode 100644 index 00000000..b0046580 --- /dev/null +++ b/pillar/ores_orcus.json @@ -0,0 +1,29 @@ +{ + "generatorType": "ANYWHERE", + "minY": 0, + "maxY": 50, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [161], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 500 +} \ No newline at end of file diff --git a/pillar/ores_osiris.json b/pillar/ores_osiris.json new file mode 100644 index 00000000..0901b37d --- /dev/null +++ b/pillar/ores_osiris.json @@ -0,0 +1,29 @@ +{ + "generatorType": "ANYWHERE", + "minY": 0, + "maxY": 50, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [148], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 500 +} \ No newline at end of file diff --git a/pillar/ores_ptah.json b/pillar/ores_ptah.json new file mode 100644 index 00000000..6e32a949 --- /dev/null +++ b/pillar/ores_ptah.json @@ -0,0 +1,29 @@ +{ + "generatorType": "ANYWHERE", + "minY": 0, + "maxY": 50, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [149], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 500 +} \ No newline at end of file diff --git a/pillar/orichalchos_tree.json b/pillar/orichalchos_tree.json new file mode 100644 index 00000000..0f4af68b --- /dev/null +++ b/pillar/orichalchos_tree.json @@ -0,0 +1,29 @@ +{ + "generatorType": "ANYWHERE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [816], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 1000 +} \ No newline at end of file diff --git a/pillar/overworld_furnace.json b/pillar/overworld_furnace.json new file mode 100644 index 00000000..912321cc --- /dev/null +++ b/pillar/overworld_furnace.json @@ -0,0 +1,29 @@ +{ + "generatorType": "SURFACE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [0], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 500 +} \ No newline at end of file diff --git a/pillar/pixon_runes.json b/pillar/pixon_runes.json new file mode 100644 index 00000000..eb70f600 --- /dev/null +++ b/pillar/pixon_runes.json @@ -0,0 +1,29 @@ +{ + "generatorType": "SURFACE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [181], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 1000 +} \ No newline at end of file diff --git a/pillar/pixonia_dungeon.json b/pillar/pixonia_dungeon.json new file mode 100644 index 00000000..83da5508 --- /dev/null +++ b/pillar/pixonia_dungeon.json @@ -0,0 +1,29 @@ +{ + "generatorType": "SURFACE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [165], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "minecraft:dirt", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 800 +} \ No newline at end of file diff --git a/pillar/platinum_cloud.json b/pillar/platinum_cloud.json new file mode 100644 index 00000000..0b922016 --- /dev/null +++ b/pillar/platinum_cloud.json @@ -0,0 +1,30 @@ + +{ + "generatorType": "SKY", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [171], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 5000 +} \ No newline at end of file diff --git a/pillar/plutonium_sedna.json b/pillar/plutonium_sedna.json new file mode 100644 index 00000000..d6c3b25d --- /dev/null +++ b/pillar/plutonium_sedna.json @@ -0,0 +1,29 @@ +{ + "generatorType": "ANYWHERE", + "minY": 0, + "maxY": 50, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [147], + "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/precasia_dungeon.json b/pillar/precasia_dungeon.json new file mode 100644 index 00000000..62ce1543 --- /dev/null +++ b/pillar/precasia_dungeon.json @@ -0,0 +1,29 @@ +{ + "generatorType": "SURFACE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [818], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 1000 +} \ No newline at end of file diff --git a/pillar/pumpkin_spider_tower.json b/pillar/pumpkin_spider_tower.json new file mode 100644 index 00000000..60c39aa4 --- /dev/null +++ b/pillar/pumpkin_spider_tower.json @@ -0,0 +1,29 @@ +{ + "generatorType": "SURFACE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [0], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 1000 +} \ No newline at end of file diff --git a/pillar/purple_crystal.json b/pillar/purple_crystal.json new file mode 100644 index 00000000..9356346f --- /dev/null +++ b/pillar/purple_crystal.json @@ -0,0 +1,29 @@ +{ + "generatorType": "ANYWHERE", + "minY": 20, + "maxY": 100, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [806], + "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/purple_lava_fountain_3.json b/pillar/purple_lava_fountain_3.json new file mode 100644 index 00000000..bc28367f --- /dev/null +++ b/pillar/purple_lava_fountain_3.json @@ -0,0 +1,29 @@ +{ + "generatorType": "ANYWHERE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [-1], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 800 +} \ No newline at end of file diff --git a/pillar/pyrite_dungeon.json b/pillar/pyrite_dungeon.json new file mode 100644 index 00000000..2effdf11 --- /dev/null +++ b/pillar/pyrite_dungeon.json @@ -0,0 +1,29 @@ +{ + "generatorType": "ANYWHERE", + "minY": 100, + "maxY": 200, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [150], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "minecraft:stained_hardened_clay", + "fillingMetadata": 1, + "fillingType": "AIR", + + "rarity": 4000 +} \ No newline at end of file diff --git a/pillar/realmshifter_hut_planet.json b/pillar/realmshifter_hut_planet.json new file mode 100644 index 00000000..6cf6cebd --- /dev/null +++ b/pillar/realmshifter_hut_planet.json @@ -0,0 +1,29 @@ +{ + "generatorType": "ANYWHERE", + "minY": 100, + "maxY": 140, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [150], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "minecraft:stained_hardened_clay", + "fillingMetadata": 8, + "fillingType": "AIR", + + "rarity": 600 +} \ No newline at end of file diff --git a/pillar/recursion_dark_struct.json b/pillar/recursion_dark_struct.json new file mode 100644 index 00000000..8d7f7ad2 --- /dev/null +++ b/pillar/recursion_dark_struct.json @@ -0,0 +1,30 @@ + +{ + "generatorType": "SURFACE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [172], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "minecraft:dirt", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 512 +} \ No newline at end of file diff --git a/pillar/recursion_fear_struct.json b/pillar/recursion_fear_struct.json new file mode 100644 index 00000000..031a9f82 --- /dev/null +++ b/pillar/recursion_fear_struct.json @@ -0,0 +1,29 @@ +{ + "generatorType": "SURFACE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [173], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "minecraft:dirt", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 512 +} \ No newline at end of file diff --git a/pillar/recursion_help_struct.json b/pillar/recursion_help_struct.json new file mode 100644 index 00000000..da6ebef5 --- /dev/null +++ b/pillar/recursion_help_struct.json @@ -0,0 +1,30 @@ + +{ + "generatorType": "UNDERWATER", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [170], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 512 +} \ No newline at end of file diff --git a/pillar/recursion_prison_arena.json b/pillar/recursion_prison_arena.json new file mode 100644 index 00000000..c02b9a81 --- /dev/null +++ b/pillar/recursion_prison_arena.json @@ -0,0 +1,29 @@ +{ + "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/recursion_temple_final.json b/pillar/recursion_temple_final.json new file mode 100644 index 00000000..c02b9a81 --- /dev/null +++ b/pillar/recursion_temple_final.json @@ -0,0 +1,29 @@ +{ + "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/red_crystal.json b/pillar/red_crystal.json new file mode 100644 index 00000000..2e9d064b --- /dev/null +++ b/pillar/red_crystal.json @@ -0,0 +1,29 @@ +{ + "generatorType": "ANYWHERE", + "minY": 20, + "maxY": 60, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [806], + "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/redwood_altar.json b/pillar/redwood_altar.json new file mode 100644 index 00000000..e68f0392 --- /dev/null +++ b/pillar/redwood_altar.json @@ -0,0 +1,30 @@ + +{ + "generatorType": "SURFACE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [0], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 1800 +} \ No newline at end of file diff --git a/pillar/redwood_apiarist_hut.json b/pillar/redwood_apiarist_hut.json new file mode 100644 index 00000000..1f90c045 --- /dev/null +++ b/pillar/redwood_apiarist_hut.json @@ -0,0 +1,30 @@ + +{ + "generatorType": "SURFACE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [180], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 200 +} \ No newline at end of file diff --git a/pillar/rhenia_meteor.json b/pillar/rhenia_meteor.json new file mode 100644 index 00000000..c54a053d --- /dev/null +++ b/pillar/rhenia_meteor.json @@ -0,0 +1,29 @@ +{ + "generatorType": "SURFACE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [163], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 500 +} \ No newline at end of file diff --git a/pillar/runandor_dungeon.json b/pillar/runandor_dungeon.json new file mode 100644 index 00000000..28e39691 --- /dev/null +++ b/pillar/runandor_dungeon.json @@ -0,0 +1,29 @@ +{ + "generatorType": "SURFACE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [819], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 1000 +} \ No newline at end of file diff --git a/pillar/runic_outpost.json b/pillar/runic_outpost.json new file mode 100644 index 00000000..90edc068 --- /dev/null +++ b/pillar/runic_outpost.json @@ -0,0 +1,29 @@ +{ + "generatorType": "SURFACE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [819], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 700 +} \ No newline at end of file diff --git a/pillar/runicorn_base.json b/pillar/runicorn_base.json new file mode 100644 index 00000000..b651c62c --- /dev/null +++ b/pillar/runicorn_base.json @@ -0,0 +1,29 @@ +{ + "generatorType": "SURFACE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [819], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 800 +} \ No newline at end of file diff --git a/pillar/sakura_wood_villager_house.json b/pillar/sakura_wood_villager_house.json new file mode 100644 index 00000000..fb2dcc93 --- /dev/null +++ b/pillar/sakura_wood_villager_house.json @@ -0,0 +1,30 @@ + +{ + "generatorType": "SURFACE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [0], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 2000 +} \ No newline at end of file diff --git a/pillar/samurai_bee_hut.json b/pillar/samurai_bee_hut.json new file mode 100644 index 00000000..69cecab2 --- /dev/null +++ b/pillar/samurai_bee_hut.json @@ -0,0 +1,29 @@ +{ + "generatorType": "ANYWHERE", + "minY": 100, + "maxY": 150, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [163], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "projectred-exploration:stone", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 2000 +} \ No newline at end of file diff --git a/pillar/scorcher_hill.json b/pillar/scorcher_hill.json new file mode 100644 index 00000000..35edd7ab --- /dev/null +++ b/pillar/scorcher_hill.json @@ -0,0 +1,29 @@ +{ + "generatorType": "SURFACE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [181], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 600 +} \ No newline at end of file diff --git a/pillar/seasonal_apiarist_hut.json b/pillar/seasonal_apiarist_hut.json new file mode 100644 index 00000000..cdabca54 --- /dev/null +++ b/pillar/seasonal_apiarist_hut.json @@ -0,0 +1,30 @@ + +{ + "generatorType": "SURFACE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [183], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 200 +} \ No newline at end of file diff --git a/pillar/sedna_crystal.json b/pillar/sedna_crystal.json new file mode 100644 index 00000000..0679f74a --- /dev/null +++ b/pillar/sedna_crystal.json @@ -0,0 +1,29 @@ +{ + "generatorType": "ANYWHERE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [147], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 200 +} \ No newline at end of file diff --git a/pillar/sedna_struct.json b/pillar/sedna_struct.json new file mode 100644 index 00000000..f248056b --- /dev/null +++ b/pillar/sedna_struct.json @@ -0,0 +1,30 @@ + +{ + "generatorType": "SURFACE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [147], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 800 +} \ No newline at end of file diff --git a/pillar/silver_cloud.json b/pillar/silver_cloud.json new file mode 100644 index 00000000..1cc78ce9 --- /dev/null +++ b/pillar/silver_cloud.json @@ -0,0 +1,30 @@ + +{ + "generatorType": "SKY", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [171], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 50 +} \ No newline at end of file diff --git a/pillar/silverbell_wood_villager_house.json b/pillar/silverbell_wood_villager_house.json new file mode 100644 index 00000000..fb2dcc93 --- /dev/null +++ b/pillar/silverbell_wood_villager_house.json @@ -0,0 +1,30 @@ + +{ + "generatorType": "SURFACE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [0], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 2000 +} \ No newline at end of file diff --git a/pillar/sky_stone_island_with_guardian_2.json b/pillar/sky_stone_island_with_guardian_2.json new file mode 100644 index 00000000..50b0c46a --- /dev/null +++ b/pillar/sky_stone_island_with_guardian_2.json @@ -0,0 +1,29 @@ +{ + "generatorType": "ANYWHERE", + "minY": 100, + "maxY": 180, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [0], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 3500 +} \ No newline at end of file diff --git a/pillar/skythern_dungeon.json b/pillar/skythern_dungeon.json new file mode 100644 index 00000000..9490d326 --- /dev/null +++ b/pillar/skythern_dungeon.json @@ -0,0 +1,29 @@ +{ + "generatorType": "NONE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [423], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 1000 +} \ No newline at end of file diff --git a/pillar/sour_candy_x.json b/pillar/sour_candy_x.json new file mode 100644 index 00000000..a9e848ba --- /dev/null +++ b/pillar/sour_candy_x.json @@ -0,0 +1,29 @@ +{ + "generatorType": "SURFACE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [803], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 500 +} \ No newline at end of file diff --git a/pillar/spider_nest.json b/pillar/spider_nest.json new file mode 100644 index 00000000..92db60ee --- /dev/null +++ b/pillar/spider_nest.json @@ -0,0 +1,29 @@ +{ + "generatorType": "ANYWHERE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [181], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 500 +} \ No newline at end of file diff --git a/pillar/spider_stump.json b/pillar/spider_stump.json new file mode 100644 index 00000000..8d11cad2 --- /dev/null +++ b/pillar/spider_stump.json @@ -0,0 +1,30 @@ + +{ + "generatorType": "SURFACE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [181], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 150 +} \ No newline at end of file diff --git a/pillar/structures/abyss_abyss_abyss.nbt b/pillar/structures/abyss_abyss_abyss.nbt new file mode 100644 index 00000000..9d0f2b74 Binary files /dev/null and b/pillar/structures/abyss_abyss_abyss.nbt differ diff --git a/pillar/structures/abyss_dungeon.nbt b/pillar/structures/abyss_dungeon.nbt new file mode 100644 index 00000000..37b35ff3 Binary files /dev/null and b/pillar/structures/abyss_dungeon.nbt differ diff --git a/pillar/structures/abyssal_dragon_nest.nbt b/pillar/structures/abyssal_dragon_nest.nbt new file mode 100644 index 00000000..5a701911 Binary files /dev/null and b/pillar/structures/abyssal_dragon_nest.nbt differ diff --git a/pillar/structures/aether_temple.nbt b/pillar/structures/aether_temple.nbt new file mode 100644 index 00000000..83908d56 Binary files /dev/null and b/pillar/structures/aether_temple.nbt differ diff --git a/pillar/structures/all_the_parasecta.nbt b/pillar/structures/all_the_parasecta.nbt new file mode 100644 index 00000000..d2c2f668 Binary files /dev/null and b/pillar/structures/all_the_parasecta.nbt differ diff --git a/pillar/structures/amaranth_wood_villager_house.nbt b/pillar/structures/amaranth_wood_villager_house.nbt new file mode 100644 index 00000000..707a2207 Binary files /dev/null and b/pillar/structures/amaranth_wood_villager_house.nbt differ diff --git a/pillar/structures/ancient_rock_cube.nbt b/pillar/structures/ancient_rock_cube.nbt new file mode 100644 index 00000000..39ea7e25 Binary files /dev/null and b/pillar/structures/ancient_rock_cube.nbt differ diff --git a/pillar/structures/apalachia_dungeon.nbt b/pillar/structures/apalachia_dungeon.nbt new file mode 100644 index 00000000..7fc22a53 Binary files /dev/null and b/pillar/structures/apalachia_dungeon.nbt differ diff --git a/pillar/structures/arcana_cheater_pillar.nbt b/pillar/structures/arcana_cheater_pillar.nbt new file mode 100644 index 00000000..ab0a86bd Binary files /dev/null and b/pillar/structures/arcana_cheater_pillar.nbt differ diff --git a/pillar/structures/arcana_tomb_overworld.nbt b/pillar/structures/arcana_tomb_overworld.nbt new file mode 100644 index 00000000..5f1064e0 Binary files /dev/null and b/pillar/structures/arcana_tomb_overworld.nbt differ diff --git a/pillar/structures/barathos_dungeon.nbt b/pillar/structures/barathos_dungeon.nbt new file mode 100644 index 00000000..b461ee20 Binary files /dev/null and b/pillar/structures/barathos_dungeon.nbt differ diff --git a/pillar/structures/betweenlands_dungeon.nbt b/pillar/structures/betweenlands_dungeon.nbt new file mode 100644 index 00000000..33ef54a2 Binary files /dev/null and b/pillar/structures/betweenlands_dungeon.nbt differ diff --git a/pillar/structures/big_bouncy_castle.nbt b/pillar/structures/big_bouncy_castle.nbt new file mode 100644 index 00000000..7f696b39 Binary files /dev/null and b/pillar/structures/big_bouncy_castle.nbt differ diff --git a/pillar/structures/bloodsucker_void.nbt b/pillar/structures/bloodsucker_void.nbt new file mode 100644 index 00000000..4696ab29 Binary files /dev/null and b/pillar/structures/bloodsucker_void.nbt differ diff --git a/pillar/structures/blue_farmer_hut.nbt b/pillar/structures/blue_farmer_hut.nbt new file mode 100644 index 00000000..5875cb60 Binary files /dev/null and b/pillar/structures/blue_farmer_hut.nbt differ diff --git a/pillar/structures/blue_nether_struct.nbt b/pillar/structures/blue_nether_struct.nbt new file mode 100644 index 00000000..b7ade82a Binary files /dev/null and b/pillar/structures/blue_nether_struct.nbt differ diff --git a/pillar/structures/borean_dungeon.nbt b/pillar/structures/borean_dungeon.nbt new file mode 100644 index 00000000..c71fbaef Binary files /dev/null and b/pillar/structures/borean_dungeon.nbt differ diff --git a/pillar/structures/boys_tree.nbt b/pillar/structures/boys_tree.nbt new file mode 100644 index 00000000..32f9fe48 Binary files /dev/null and b/pillar/structures/boys_tree.nbt differ diff --git a/pillar/structures/casa_degli_orrori.nbt b/pillar/structures/casa_degli_orrori.nbt new file mode 100644 index 00000000..a3bfbc98 Binary files /dev/null and b/pillar/structures/casa_degli_orrori.nbt differ diff --git a/pillar/structures/celeve_donut.nbt b/pillar/structures/celeve_donut.nbt new file mode 100644 index 00000000..69df2352 Binary files /dev/null and b/pillar/structures/celeve_donut.nbt differ diff --git a/pillar/structures/cheater_nether_pillar.nbt b/pillar/structures/cheater_nether_pillar.nbt new file mode 100644 index 00000000..b223f61c Binary files /dev/null and b/pillar/structures/cheater_nether_pillar.nbt differ diff --git a/pillar/structures/cherry_apiarist_hut.nbt b/pillar/structures/cherry_apiarist_hut.nbt new file mode 100644 index 00000000..28ccd36e Binary files /dev/null and b/pillar/structures/cherry_apiarist_hut.nbt differ diff --git a/pillar/structures/cocobolo_shrine.nbt b/pillar/structures/cocobolo_shrine.nbt new file mode 100644 index 00000000..c503a488 Binary files /dev/null and b/pillar/structures/cocobolo_shrine.nbt differ diff --git a/pillar/structures/copper_cloud.nbt b/pillar/structures/copper_cloud.nbt new file mode 100644 index 00000000..70cd6005 Binary files /dev/null and b/pillar/structures/copper_cloud.nbt differ diff --git a/pillar/structures/corallus_altar.nbt b/pillar/structures/corallus_altar.nbt new file mode 100644 index 00000000..824912db Binary files /dev/null and b/pillar/structures/corallus_altar.nbt differ diff --git a/pillar/structures/creeponia_dungeon.nbt b/pillar/structures/creeponia_dungeon.nbt new file mode 100644 index 00000000..c4ed3754 Binary files /dev/null and b/pillar/structures/creeponia_dungeon.nbt differ diff --git a/pillar/structures/crimson_tower_ov.nbt b/pillar/structures/crimson_tower_ov.nbt new file mode 100644 index 00000000..c8ba8d68 Binary files /dev/null and b/pillar/structures/crimson_tower_ov.nbt differ diff --git a/pillar/structures/crystevia_dungeon.nbt b/pillar/structures/crystevia_dungeon.nbt new file mode 100644 index 00000000..837f3b17 Binary files /dev/null and b/pillar/structures/crystevia_dungeon.nbt differ diff --git a/pillar/structures/cyclops_creation_fortress.nbt b/pillar/structures/cyclops_creation_fortress.nbt new file mode 100644 index 00000000..d0401e98 Binary files /dev/null and b/pillar/structures/cyclops_creation_fortress.nbt differ diff --git a/pillar/structures/dark_star_monument.nbt b/pillar/structures/dark_star_monument.nbt new file mode 100644 index 00000000..6995c21a Binary files /dev/null and b/pillar/structures/dark_star_monument.nbt differ diff --git a/pillar/structures/deep_cheater_pillar.nbt b/pillar/structures/deep_cheater_pillar.nbt new file mode 100644 index 00000000..ea24a518 Binary files /dev/null and b/pillar/structures/deep_cheater_pillar.nbt differ diff --git a/pillar/structures/deep_cube.nbt b/pillar/structures/deep_cube.nbt new file mode 100644 index 00000000..071f5a6c Binary files /dev/null and b/pillar/structures/deep_cube.nbt differ diff --git a/pillar/structures/deep_dark_anemia.nbt b/pillar/structures/deep_dark_anemia.nbt new file mode 100644 index 00000000..c89a9afb Binary files /dev/null and b/pillar/structures/deep_dark_anemia.nbt differ diff --git a/pillar/structures/deep_dark_pyramid.nbt b/pillar/structures/deep_dark_pyramid.nbt new file mode 100644 index 00000000..9d6a7bff Binary files /dev/null and b/pillar/structures/deep_dark_pyramid.nbt differ diff --git a/pillar/structures/deeplands_dungeon.nbt b/pillar/structures/deeplands_dungeon.nbt new file mode 100644 index 00000000..699363c9 Binary files /dev/null and b/pillar/structures/deeplands_dungeon.nbt differ diff --git a/pillar/structures/deeplands_sign.nbt b/pillar/structures/deeplands_sign.nbt new file mode 100644 index 00000000..52a51007 Binary files /dev/null and b/pillar/structures/deeplands_sign.nbt differ diff --git a/pillar/structures/demonic_prison_deep.nbt b/pillar/structures/demonic_prison_deep.nbt new file mode 100644 index 00000000..0fb8f8b2 Binary files /dev/null and b/pillar/structures/demonic_prison_deep.nbt differ diff --git a/pillar/structures/dilithium_ore_haumea.nbt b/pillar/structures/dilithium_ore_haumea.nbt new file mode 100644 index 00000000..6de088ef Binary files /dev/null and b/pillar/structures/dilithium_ore_haumea.nbt differ diff --git a/pillar/structures/direhome.nbt b/pillar/structures/direhome.nbt new file mode 100644 index 00000000..eb532ebf Binary files /dev/null and b/pillar/structures/direhome.nbt differ diff --git a/pillar/structures/dragon_desert_temple.nbt b/pillar/structures/dragon_desert_temple.nbt new file mode 100644 index 00000000..de99aa0b Binary files /dev/null and b/pillar/structures/dragon_desert_temple.nbt differ diff --git a/pillar/structures/dragons_planet_nest.nbt b/pillar/structures/dragons_planet_nest.nbt new file mode 100644 index 00000000..74f6bb6e Binary files /dev/null and b/pillar/structures/dragons_planet_nest.nbt differ diff --git a/pillar/structures/dustopia_dungeon.nbt b/pillar/structures/dustopia_dungeon.nbt new file mode 100644 index 00000000..f9f78f71 Binary files /dev/null and b/pillar/structures/dustopia_dungeon.nbt differ diff --git a/pillar/structures/eden_dungeon.nbt b/pillar/structures/eden_dungeon.nbt new file mode 100644 index 00000000..e65d3801 Binary files /dev/null and b/pillar/structures/eden_dungeon.nbt differ diff --git a/pillar/structures/elytra_overworld.nbt b/pillar/structures/elytra_overworld.nbt new file mode 100644 index 00000000..5fe953fa Binary files /dev/null and b/pillar/structures/elytra_overworld.nbt differ diff --git a/pillar/structures/end_airtightseal.nbt b/pillar/structures/end_airtightseal.nbt new file mode 100644 index 00000000..8b099e9f Binary files /dev/null and b/pillar/structures/end_airtightseal.nbt differ diff --git a/pillar/structures/end_shulker_altar.nbt b/pillar/structures/end_shulker_altar.nbt new file mode 100644 index 00000000..7bd0da33 Binary files /dev/null and b/pillar/structures/end_shulker_altar.nbt differ diff --git a/pillar/structures/ender_chicken_dolomite_egg.nbt b/pillar/structures/ender_chicken_dolomite_egg.nbt new file mode 100644 index 00000000..a774b522 Binary files /dev/null and b/pillar/structures/ender_chicken_dolomite_egg.nbt differ diff --git a/pillar/structures/ender_chicken_monolith.nbt b/pillar/structures/ender_chicken_monolith.nbt new file mode 100644 index 00000000..bd56b152 Binary files /dev/null and b/pillar/structures/ender_chicken_monolith.nbt differ diff --git a/pillar/structures/enthralled_cave.nbt b/pillar/structures/enthralled_cave.nbt new file mode 100644 index 00000000..76dbe3c3 Binary files /dev/null and b/pillar/structures/enthralled_cave.nbt differ diff --git a/pillar/structures/eucalyptus_wood_villager_house.nbt b/pillar/structures/eucalyptus_wood_villager_house.nbt new file mode 100644 index 00000000..84f07a4d Binary files /dev/null and b/pillar/structures/eucalyptus_wood_villager_house.nbt differ diff --git a/pillar/structures/explosive_furnace.nbt b/pillar/structures/explosive_furnace.nbt new file mode 100644 index 00000000..83ae592d Binary files /dev/null and b/pillar/structures/explosive_furnace.nbt differ diff --git a/pillar/structures/fission_remnants.nbt b/pillar/structures/fission_remnants.nbt new file mode 100644 index 00000000..10e45dd8 Binary files /dev/null and b/pillar/structures/fission_remnants.nbt differ diff --git a/pillar/structures/flying_saucer.nbt b/pillar/structures/flying_saucer.nbt new file mode 100644 index 00000000..402d4ba0 Binary files /dev/null and b/pillar/structures/flying_saucer.nbt differ diff --git a/pillar/structures/fountain1.nbt b/pillar/structures/fountain1.nbt new file mode 100644 index 00000000..1e970e80 Binary files /dev/null and b/pillar/structures/fountain1.nbt differ diff --git a/pillar/structures/fountain2.nbt b/pillar/structures/fountain2.nbt new file mode 100644 index 00000000..67ff3e77 Binary files /dev/null and b/pillar/structures/fountain2.nbt differ diff --git a/pillar/structures/fountain3.nbt b/pillar/structures/fountain3.nbt new file mode 100644 index 00000000..cb1a1f9d Binary files /dev/null and b/pillar/structures/fountain3.nbt differ diff --git a/pillar/structures/fountain4.nbt b/pillar/structures/fountain4.nbt new file mode 100644 index 00000000..a35f742d Binary files /dev/null and b/pillar/structures/fountain4.nbt differ diff --git a/pillar/structures/fountain5.nbt b/pillar/structures/fountain5.nbt new file mode 100644 index 00000000..1bbfd632 Binary files /dev/null and b/pillar/structures/fountain5.nbt differ diff --git a/pillar/structures/fountain6.nbt b/pillar/structures/fountain6.nbt new file mode 100644 index 00000000..82823db7 Binary files /dev/null and b/pillar/structures/fountain6.nbt differ diff --git a/pillar/structures/gardencia_dungeon.nbt b/pillar/structures/gardencia_dungeon.nbt new file mode 100644 index 00000000..da4b7c59 Binary files /dev/null and b/pillar/structures/gardencia_dungeon.nbt differ diff --git a/pillar/structures/ghast_ghastly.nbt b/pillar/structures/ghast_ghastly.nbt new file mode 100644 index 00000000..c145c8fe Binary files /dev/null and b/pillar/structures/ghast_ghastly.nbt differ diff --git a/pillar/structures/ghost_disk_dungeon.nbt b/pillar/structures/ghost_disk_dungeon.nbt new file mode 100644 index 00000000..9e9276eb Binary files /dev/null and b/pillar/structures/ghost_disk_dungeon.nbt differ diff --git a/pillar/structures/gold_cloud.nbt b/pillar/structures/gold_cloud.nbt new file mode 100644 index 00000000..5f0473e3 Binary files /dev/null and b/pillar/structures/gold_cloud.nbt differ diff --git a/pillar/structures/graw_tree.nbt b/pillar/structures/graw_tree.nbt new file mode 100644 index 00000000..f97dcac3 Binary files /dev/null and b/pillar/structures/graw_tree.nbt differ diff --git a/pillar/structures/greckon_dungeon.nbt b/pillar/structures/greckon_dungeon.nbt new file mode 100644 index 00000000..a685ebf8 Binary files /dev/null and b/pillar/structures/greckon_dungeon.nbt differ diff --git a/pillar/structures/gryphon_altar.nbt b/pillar/structures/gryphon_altar.nbt new file mode 100644 index 00000000..583fcd97 Binary files /dev/null and b/pillar/structures/gryphon_altar.nbt differ diff --git a/pillar/structures/gummy_worm_z.nbt b/pillar/structures/gummy_worm_z.nbt new file mode 100644 index 00000000..135706d6 Binary files /dev/null and b/pillar/structures/gummy_worm_z.nbt differ diff --git a/pillar/structures/harbinger_castle.nbt b/pillar/structures/harbinger_castle.nbt new file mode 100644 index 00000000..d33810b3 Binary files /dev/null and b/pillar/structures/harbinger_castle.nbt differ diff --git a/pillar/structures/haunted_tree.nbt b/pillar/structures/haunted_tree.nbt new file mode 100644 index 00000000..87022441 Binary files /dev/null and b/pillar/structures/haunted_tree.nbt differ diff --git a/pillar/structures/haven_dungeon.nbt b/pillar/structures/haven_dungeon.nbt new file mode 100644 index 00000000..d2fab3f1 Binary files /dev/null and b/pillar/structures/haven_dungeon.nbt differ diff --git a/pillar/structures/historian_bee_hut.nbt b/pillar/structures/historian_bee_hut.nbt new file mode 100644 index 00000000..d0510a95 Binary files /dev/null and b/pillar/structures/historian_bee_hut.nbt differ diff --git a/pillar/structures/hopseed_wood_villager_house.nbt b/pillar/structures/hopseed_wood_villager_house.nbt new file mode 100644 index 00000000..1b72634b Binary files /dev/null and b/pillar/structures/hopseed_wood_villager_house.nbt differ diff --git a/pillar/structures/host_emerald.nbt b/pillar/structures/host_emerald.nbt new file mode 100644 index 00000000..d8cadf26 Binary files /dev/null and b/pillar/structures/host_emerald.nbt differ diff --git a/pillar/structures/iceika_cheater_pillar.nbt b/pillar/structures/iceika_cheater_pillar.nbt new file mode 100644 index 00000000..2b6e053c Binary files /dev/null and b/pillar/structures/iceika_cheater_pillar.nbt differ diff --git a/pillar/structures/immortallis_dungeon.nbt b/pillar/structures/immortallis_dungeon.nbt new file mode 100644 index 00000000..228888ba Binary files /dev/null and b/pillar/structures/immortallis_dungeon.nbt differ diff --git a/pillar/structures/iromine_dungeon.nbt b/pillar/structures/iromine_dungeon.nbt new file mode 100644 index 00000000..b6010939 Binary files /dev/null and b/pillar/structures/iromine_dungeon.nbt differ diff --git a/pillar/structures/jack_tower.nbt b/pillar/structures/jack_tower.nbt new file mode 100644 index 00000000..25e20eab Binary files /dev/null and b/pillar/structures/jack_tower.nbt differ diff --git a/pillar/structures/law_hut.nbt b/pillar/structures/law_hut.nbt new file mode 100644 index 00000000..8f07441e Binary files /dev/null and b/pillar/structures/law_hut.nbt differ diff --git a/pillar/structures/lelyetia_dungeon.nbt b/pillar/structures/lelyetia_dungeon.nbt new file mode 100644 index 00000000..6cf3a466 Binary files /dev/null and b/pillar/structures/lelyetia_dungeon.nbt differ diff --git a/pillar/structures/limbo_monolith.nbt b/pillar/structures/limbo_monolith.nbt new file mode 100644 index 00000000..64cfb714 Binary files /dev/null and b/pillar/structures/limbo_monolith.nbt differ diff --git a/pillar/structures/lollypop_y.nbt b/pillar/structures/lollypop_y.nbt new file mode 100644 index 00000000..cf4dd9d0 Binary files /dev/null and b/pillar/structures/lollypop_y.nbt differ diff --git a/pillar/structures/lost_unidentified_object.nbt b/pillar/structures/lost_unidentified_object.nbt new file mode 100644 index 00000000..44170b53 Binary files /dev/null and b/pillar/structures/lost_unidentified_object.nbt differ diff --git a/pillar/structures/lunalus_dungeon.nbt b/pillar/structures/lunalus_dungeon.nbt new file mode 100644 index 00000000..0e5361f8 Binary files /dev/null and b/pillar/structures/lunalus_dungeon.nbt differ diff --git a/pillar/structures/maple_wood_villager_house.nbt b/pillar/structures/maple_wood_villager_house.nbt new file mode 100644 index 00000000..c6c66b7a Binary files /dev/null and b/pillar/structures/maple_wood_villager_house.nbt differ diff --git a/pillar/structures/medieval_nether_tower.nbt b/pillar/structures/medieval_nether_tower.nbt new file mode 100644 index 00000000..03f34689 Binary files /dev/null and b/pillar/structures/medieval_nether_tower.nbt differ diff --git a/pillar/structures/medium_menger.nbt b/pillar/structures/medium_menger.nbt new file mode 100644 index 00000000..f844b9fa Binary files /dev/null and b/pillar/structures/medium_menger.nbt differ diff --git a/pillar/structures/mini_menger.nbt b/pillar/structures/mini_menger.nbt new file mode 100644 index 00000000..0633757a Binary files /dev/null and b/pillar/structures/mini_menger.nbt differ diff --git a/pillar/structures/mitch_taint.nbt b/pillar/structures/mitch_taint.nbt new file mode 100644 index 00000000..04508cea Binary files /dev/null and b/pillar/structures/mitch_taint.nbt differ diff --git a/pillar/structures/moon_structure_1.nbt b/pillar/structures/moon_structure_1.nbt new file mode 100644 index 00000000..bfdc13f3 Binary files /dev/null and b/pillar/structures/moon_structure_1.nbt differ diff --git a/pillar/structures/moon_structure_2.nbt b/pillar/structures/moon_structure_2.nbt new file mode 100644 index 00000000..a602678a Binary files /dev/null and b/pillar/structures/moon_structure_2.nbt differ diff --git a/pillar/structures/moon_structure_3.nbt b/pillar/structures/moon_structure_3.nbt new file mode 100644 index 00000000..fd13072c Binary files /dev/null and b/pillar/structures/moon_structure_3.nbt differ diff --git a/pillar/structures/moon_structure_4.nbt b/pillar/structures/moon_structure_4.nbt new file mode 100644 index 00000000..c52458ba Binary files /dev/null and b/pillar/structures/moon_structure_4.nbt differ diff --git a/pillar/structures/moon_structure_5.nbt b/pillar/structures/moon_structure_5.nbt new file mode 100644 index 00000000..fe65239a Binary files /dev/null and b/pillar/structures/moon_structure_5.nbt differ diff --git a/pillar/structures/moon_structure_6.nbt b/pillar/structures/moon_structure_6.nbt new file mode 100644 index 00000000..a3cfd684 Binary files /dev/null and b/pillar/structures/moon_structure_6.nbt differ diff --git a/pillar/structures/moon_structure_dyson.nbt b/pillar/structures/moon_structure_dyson.nbt new file mode 100644 index 00000000..0e5fa31f Binary files /dev/null and b/pillar/structures/moon_structure_dyson.nbt differ diff --git a/pillar/structures/moon_structure_mill.nbt b/pillar/structures/moon_structure_mill.nbt new file mode 100644 index 00000000..c61e9bf1 Binary files /dev/null and b/pillar/structures/moon_structure_mill.nbt differ diff --git a/pillar/structures/moon_structure_puzzle.nbt b/pillar/structures/moon_structure_puzzle.nbt new file mode 100644 index 00000000..d0864195 Binary files /dev/null and b/pillar/structures/moon_structure_puzzle.nbt differ diff --git a/pillar/structures/myrmex_ores.nbt b/pillar/structures/myrmex_ores.nbt new file mode 100644 index 00000000..fa1c5d82 Binary files /dev/null and b/pillar/structures/myrmex_ores.nbt differ diff --git a/pillar/structures/myrmex_tree.nbt b/pillar/structures/myrmex_tree.nbt new file mode 100644 index 00000000..f6fcac61 Binary files /dev/null and b/pillar/structures/myrmex_tree.nbt differ diff --git a/pillar/structures/mysterium_dungeon_1.nbt b/pillar/structures/mysterium_dungeon_1.nbt new file mode 100644 index 00000000..2c606d04 Binary files /dev/null and b/pillar/structures/mysterium_dungeon_1.nbt differ diff --git a/pillar/structures/mysterium_dungeon_2.nbt b/pillar/structures/mysterium_dungeon_2.nbt new file mode 100644 index 00000000..1d766ff2 Binary files /dev/null and b/pillar/structures/mysterium_dungeon_2.nbt differ diff --git a/pillar/structures/mysterium_dungeon_3.nbt b/pillar/structures/mysterium_dungeon_3.nbt new file mode 100644 index 00000000..d891996c Binary files /dev/null and b/pillar/structures/mysterium_dungeon_3.nbt differ diff --git a/pillar/structures/mysterium_dungeon_4.nbt b/pillar/structures/mysterium_dungeon_4.nbt new file mode 100644 index 00000000..696c2802 Binary files /dev/null and b/pillar/structures/mysterium_dungeon_4.nbt differ diff --git a/pillar/structures/nether_bone_structure.nbt b/pillar/structures/nether_bone_structure.nbt new file mode 100644 index 00000000..c558adc3 Binary files /dev/null and b/pillar/structures/nether_bone_structure.nbt differ diff --git a/pillar/structures/nighmare_dungeon.nbt b/pillar/structures/nighmare_dungeon.nbt new file mode 100644 index 00000000..b08da34a Binary files /dev/null and b/pillar/structures/nighmare_dungeon.nbt differ diff --git a/pillar/structures/ogerite_tree.nbt b/pillar/structures/ogerite_tree.nbt new file mode 100644 index 00000000..495bb9b2 Binary files /dev/null and b/pillar/structures/ogerite_tree.nbt differ diff --git a/pillar/structures/ores_europa.nbt b/pillar/structures/ores_europa.nbt new file mode 100644 index 00000000..6e1cd203 Binary files /dev/null and b/pillar/structures/ores_europa.nbt differ diff --git a/pillar/structures/ores_falacer.nbt b/pillar/structures/ores_falacer.nbt new file mode 100644 index 00000000..62724e00 Binary files /dev/null and b/pillar/structures/ores_falacer.nbt differ diff --git a/pillar/structures/ores_hator.nbt b/pillar/structures/ores_hator.nbt new file mode 100644 index 00000000..10188d84 Binary files /dev/null and b/pillar/structures/ores_hator.nbt differ diff --git a/pillar/structures/ores_oi.nbt b/pillar/structures/ores_oi.nbt new file mode 100644 index 00000000..33d2d228 Binary files /dev/null and b/pillar/structures/ores_oi.nbt differ diff --git a/pillar/structures/ores_orcus.nbt b/pillar/structures/ores_orcus.nbt new file mode 100644 index 00000000..d1778f15 Binary files /dev/null and b/pillar/structures/ores_orcus.nbt differ diff --git a/pillar/structures/ores_osiris.nbt b/pillar/structures/ores_osiris.nbt new file mode 100644 index 00000000..c6f3803d Binary files /dev/null and b/pillar/structures/ores_osiris.nbt differ diff --git a/pillar/structures/ores_ptah.nbt b/pillar/structures/ores_ptah.nbt new file mode 100644 index 00000000..ab8e1fcf Binary files /dev/null and b/pillar/structures/ores_ptah.nbt differ diff --git a/pillar/structures/orichalchos_tree.nbt b/pillar/structures/orichalchos_tree.nbt new file mode 100644 index 00000000..c572c71b Binary files /dev/null and b/pillar/structures/orichalchos_tree.nbt differ diff --git a/pillar/structures/overworld_furnace.nbt b/pillar/structures/overworld_furnace.nbt new file mode 100644 index 00000000..c06f31d3 Binary files /dev/null and b/pillar/structures/overworld_furnace.nbt differ diff --git a/pillar/structures/pixon_runes.nbt b/pillar/structures/pixon_runes.nbt new file mode 100644 index 00000000..5aace3b8 Binary files /dev/null and b/pillar/structures/pixon_runes.nbt differ diff --git a/pillar/structures/pixonia_dungeon.nbt b/pillar/structures/pixonia_dungeon.nbt new file mode 100644 index 00000000..c88ee710 Binary files /dev/null and b/pillar/structures/pixonia_dungeon.nbt differ diff --git a/pillar/structures/platinum_cloud.nbt b/pillar/structures/platinum_cloud.nbt new file mode 100644 index 00000000..28691d0a Binary files /dev/null and b/pillar/structures/platinum_cloud.nbt differ diff --git a/pillar/structures/plutonium_sedna.nbt b/pillar/structures/plutonium_sedna.nbt new file mode 100644 index 00000000..38bd07f8 Binary files /dev/null and b/pillar/structures/plutonium_sedna.nbt differ diff --git a/pillar/structures/precasia_dungeon.nbt b/pillar/structures/precasia_dungeon.nbt new file mode 100644 index 00000000..b01e4c71 Binary files /dev/null and b/pillar/structures/precasia_dungeon.nbt differ diff --git a/pillar/structures/pumpkin_spider_tower.nbt b/pillar/structures/pumpkin_spider_tower.nbt new file mode 100644 index 00000000..6a7de942 Binary files /dev/null and b/pillar/structures/pumpkin_spider_tower.nbt differ diff --git a/pillar/structures/purple_crystal.nbt b/pillar/structures/purple_crystal.nbt new file mode 100644 index 00000000..8acab5b3 Binary files /dev/null and b/pillar/structures/purple_crystal.nbt differ diff --git a/pillar/structures/purple_lava_fountain_3.nbt b/pillar/structures/purple_lava_fountain_3.nbt new file mode 100644 index 00000000..2e22c853 Binary files /dev/null and b/pillar/structures/purple_lava_fountain_3.nbt differ diff --git a/pillar/structures/pyrite_dungeon.nbt b/pillar/structures/pyrite_dungeon.nbt new file mode 100644 index 00000000..2aa1ebaa Binary files /dev/null and b/pillar/structures/pyrite_dungeon.nbt differ diff --git a/pillar/structures/realmshifter_hut_planet.nbt b/pillar/structures/realmshifter_hut_planet.nbt new file mode 100644 index 00000000..77cfac40 Binary files /dev/null and b/pillar/structures/realmshifter_hut_planet.nbt differ diff --git a/pillar/structures/recursion_dark_struct.nbt b/pillar/structures/recursion_dark_struct.nbt new file mode 100644 index 00000000..b31c38c9 Binary files /dev/null and b/pillar/structures/recursion_dark_struct.nbt differ diff --git a/pillar/structures/recursion_fear_struct.nbt b/pillar/structures/recursion_fear_struct.nbt new file mode 100644 index 00000000..755cb0e3 Binary files /dev/null and b/pillar/structures/recursion_fear_struct.nbt differ diff --git a/pillar/structures/recursion_help_struct.nbt b/pillar/structures/recursion_help_struct.nbt new file mode 100644 index 00000000..b16a9492 Binary files /dev/null and b/pillar/structures/recursion_help_struct.nbt differ diff --git a/pillar/structures/recursion_prison_arena.nbt b/pillar/structures/recursion_prison_arena.nbt new file mode 100644 index 00000000..89754593 Binary files /dev/null and b/pillar/structures/recursion_prison_arena.nbt differ diff --git a/pillar/structures/recursion_temple_final.nbt b/pillar/structures/recursion_temple_final.nbt new file mode 100644 index 00000000..ed0578a0 Binary files /dev/null and b/pillar/structures/recursion_temple_final.nbt differ diff --git a/pillar/structures/red_crystal.nbt b/pillar/structures/red_crystal.nbt new file mode 100644 index 00000000..ca316e79 Binary files /dev/null and b/pillar/structures/red_crystal.nbt differ diff --git a/pillar/structures/redwood_altar.nbt b/pillar/structures/redwood_altar.nbt new file mode 100644 index 00000000..b4438009 Binary files /dev/null and b/pillar/structures/redwood_altar.nbt differ diff --git a/pillar/structures/redwood_apiarist_hut.nbt b/pillar/structures/redwood_apiarist_hut.nbt new file mode 100644 index 00000000..5f8d5519 Binary files /dev/null and b/pillar/structures/redwood_apiarist_hut.nbt differ diff --git a/pillar/structures/rhenia_meteor.nbt b/pillar/structures/rhenia_meteor.nbt new file mode 100644 index 00000000..80c31e5e Binary files /dev/null and b/pillar/structures/rhenia_meteor.nbt differ diff --git a/pillar/structures/runandor_dungeon.nbt b/pillar/structures/runandor_dungeon.nbt new file mode 100644 index 00000000..c30b6e21 Binary files /dev/null and b/pillar/structures/runandor_dungeon.nbt differ diff --git a/pillar/structures/runic_outpost.nbt b/pillar/structures/runic_outpost.nbt new file mode 100644 index 00000000..be6f34ab Binary files /dev/null and b/pillar/structures/runic_outpost.nbt differ diff --git a/pillar/structures/runicorn_base.nbt b/pillar/structures/runicorn_base.nbt new file mode 100644 index 00000000..4fc7c959 Binary files /dev/null and b/pillar/structures/runicorn_base.nbt differ diff --git a/pillar/structures/sakura_wood_villager_house.nbt b/pillar/structures/sakura_wood_villager_house.nbt new file mode 100644 index 00000000..c7844c80 Binary files /dev/null and b/pillar/structures/sakura_wood_villager_house.nbt differ diff --git a/pillar/structures/samurai_bee_hut.nbt b/pillar/structures/samurai_bee_hut.nbt new file mode 100644 index 00000000..a531aa2f Binary files /dev/null and b/pillar/structures/samurai_bee_hut.nbt differ diff --git a/pillar/structures/scorcher_hill.nbt b/pillar/structures/scorcher_hill.nbt new file mode 100644 index 00000000..46ac69bc Binary files /dev/null and b/pillar/structures/scorcher_hill.nbt differ diff --git a/pillar/structures/seasonal_apiarist_hut.nbt b/pillar/structures/seasonal_apiarist_hut.nbt new file mode 100644 index 00000000..0659d930 Binary files /dev/null and b/pillar/structures/seasonal_apiarist_hut.nbt differ diff --git a/pillar/structures/sedna_crystal.nbt b/pillar/structures/sedna_crystal.nbt new file mode 100644 index 00000000..457947de Binary files /dev/null and b/pillar/structures/sedna_crystal.nbt differ diff --git a/pillar/structures/sedna_struct.nbt b/pillar/structures/sedna_struct.nbt new file mode 100644 index 00000000..7c3c1082 Binary files /dev/null and b/pillar/structures/sedna_struct.nbt differ diff --git a/pillar/structures/silver_cloud.nbt b/pillar/structures/silver_cloud.nbt new file mode 100644 index 00000000..e7c54da4 Binary files /dev/null and b/pillar/structures/silver_cloud.nbt differ diff --git a/pillar/structures/silverbell_wood_villager_house.nbt b/pillar/structures/silverbell_wood_villager_house.nbt new file mode 100644 index 00000000..79d4204c Binary files /dev/null and b/pillar/structures/silverbell_wood_villager_house.nbt differ diff --git a/pillar/structures/sky_stone_island_with_guardian_2.nbt b/pillar/structures/sky_stone_island_with_guardian_2.nbt new file mode 100644 index 00000000..e2d725b7 Binary files /dev/null and b/pillar/structures/sky_stone_island_with_guardian_2.nbt differ diff --git a/pillar/structures/skythern_dungeon.nbt b/pillar/structures/skythern_dungeon.nbt new file mode 100644 index 00000000..4d83409c Binary files /dev/null and b/pillar/structures/skythern_dungeon.nbt differ diff --git a/pillar/structures/sour_candy_x.nbt b/pillar/structures/sour_candy_x.nbt new file mode 100644 index 00000000..32a67f4f Binary files /dev/null and b/pillar/structures/sour_candy_x.nbt differ diff --git a/pillar/structures/spider_nest.nbt b/pillar/structures/spider_nest.nbt new file mode 100644 index 00000000..efd404c5 Binary files /dev/null and b/pillar/structures/spider_nest.nbt differ diff --git a/pillar/structures/spider_stump.nbt b/pillar/structures/spider_stump.nbt new file mode 100644 index 00000000..46112c69 Binary files /dev/null and b/pillar/structures/spider_stump.nbt differ diff --git a/pillar/structures/super_coop.nbt b/pillar/structures/super_coop.nbt new file mode 100644 index 00000000..2567492d Binary files /dev/null and b/pillar/structures/super_coop.nbt differ diff --git a/pillar/structures/taint_tower.nbt b/pillar/structures/taint_tower.nbt new file mode 100644 index 00000000..aa812dc5 Binary files /dev/null and b/pillar/structures/taint_tower.nbt differ diff --git a/pillar/structures/tentacle_island.nbt b/pillar/structures/tentacle_island.nbt new file mode 100644 index 00000000..cd0a2c7f Binary files /dev/null and b/pillar/structures/tentacle_island.nbt differ diff --git a/pillar/structures/tiger_wood_villager_house.nbt b/pillar/structures/tiger_wood_villager_house.nbt new file mode 100644 index 00000000..86c67647 Binary files /dev/null and b/pillar/structures/tiger_wood_villager_house.nbt differ diff --git a/pillar/structures/too_many_ayeracos.nbt b/pillar/structures/too_many_ayeracos.nbt new file mode 100644 index 00000000..3ad0fd79 Binary files /dev/null and b/pillar/structures/too_many_ayeracos.nbt differ diff --git a/pillar/structures/troll_fire.nbt b/pillar/structures/troll_fire.nbt new file mode 100644 index 00000000..323aac5b Binary files /dev/null and b/pillar/structures/troll_fire.nbt differ diff --git a/pillar/structures/twilight_monolith.nbt b/pillar/structures/twilight_monolith.nbt new file mode 100644 index 00000000..c5dc9c1c Binary files /dev/null and b/pillar/structures/twilight_monolith.nbt differ diff --git a/pillar/structures/twilightforest_dungeon.nbt b/pillar/structures/twilightforest_dungeon.nbt new file mode 100644 index 00000000..a7eb1978 Binary files /dev/null and b/pillar/structures/twilightforest_dungeon.nbt differ diff --git a/pillar/structures/ultimate_sword.nbt b/pillar/structures/ultimate_sword.nbt new file mode 100644 index 00000000..38daab90 Binary files /dev/null and b/pillar/structures/ultimate_sword.nbt differ diff --git a/pillar/structures/undead_herald_tower.nbt b/pillar/structures/undead_herald_tower.nbt new file mode 100644 index 00000000..5084c380 Binary files /dev/null and b/pillar/structures/undead_herald_tower.nbt differ diff --git a/pillar/structures/vethea_dungeon.nbt b/pillar/structures/vethea_dungeon.nbt new file mode 100644 index 00000000..3bedb9d7 Binary files /dev/null and b/pillar/structures/vethea_dungeon.nbt differ diff --git a/pillar/structures/vibrating_stone_pillar1.nbt b/pillar/structures/vibrating_stone_pillar1.nbt new file mode 100644 index 00000000..bb0e7b30 Binary files /dev/null and b/pillar/structures/vibrating_stone_pillar1.nbt differ diff --git a/pillar/structures/vibrating_stone_pillar2.nbt b/pillar/structures/vibrating_stone_pillar2.nbt new file mode 100644 index 00000000..b252b9d4 Binary files /dev/null and b/pillar/structures/vibrating_stone_pillar2.nbt differ diff --git a/pillar/structures/vibrating_stone_pillar3.nbt b/pillar/structures/vibrating_stone_pillar3.nbt new file mode 100644 index 00000000..903888fd Binary files /dev/null and b/pillar/structures/vibrating_stone_pillar3.nbt differ diff --git a/pillar/structures/vox_dungeon.nbt b/pillar/structures/vox_dungeon.nbt new file mode 100644 index 00000000..a5a7f679 Binary files /dev/null and b/pillar/structures/vox_dungeon.nbt differ diff --git a/pillar/structures/warper_final_bee1.nbt b/pillar/structures/warper_final_bee1.nbt new file mode 100644 index 00000000..3d1a85db Binary files /dev/null and b/pillar/structures/warper_final_bee1.nbt differ diff --git a/pillar/structures/warper_final_bee2.nbt b/pillar/structures/warper_final_bee2.nbt new file mode 100644 index 00000000..baef65f6 Binary files /dev/null and b/pillar/structures/warper_final_bee2.nbt differ diff --git a/pillar/structures/warper_final_bee3.nbt b/pillar/structures/warper_final_bee3.nbt new file mode 100644 index 00000000..541cc628 Binary files /dev/null and b/pillar/structures/warper_final_bee3.nbt differ diff --git a/pillar/structures/warper_final_bee4.nbt b/pillar/structures/warper_final_bee4.nbt new file mode 100644 index 00000000..0c84f205 Binary files /dev/null and b/pillar/structures/warper_final_bee4.nbt differ diff --git a/pillar/structures/warper_final_bee5.nbt b/pillar/structures/warper_final_bee5.nbt new file mode 100644 index 00000000..a8d76d6e Binary files /dev/null and b/pillar/structures/warper_final_bee5.nbt differ diff --git a/pillar/structures/watcher_castle.nbt b/pillar/structures/watcher_castle.nbt new file mode 100644 index 00000000..17fa913c Binary files /dev/null and b/pillar/structures/watcher_castle.nbt differ diff --git a/pillar/structures/wildwood_dungeon.nbt b/pillar/structures/wildwood_dungeon.nbt new file mode 100644 index 00000000..209673d5 Binary files /dev/null and b/pillar/structures/wildwood_dungeon.nbt differ diff --git a/pillar/structures/willow_wood_villager_house.nbt b/pillar/structures/willow_wood_villager_house.nbt new file mode 100644 index 00000000..48203c67 Binary files /dev/null and b/pillar/structures/willow_wood_villager_house.nbt differ diff --git a/pillar/structures/wither_pyramid.nbt b/pillar/structures/wither_pyramid.nbt new file mode 100644 index 00000000..a6e8cfc2 Binary files /dev/null and b/pillar/structures/wither_pyramid.nbt differ diff --git a/pillar/structures/wizard_castle.nbt b/pillar/structures/wizard_castle.nbt new file mode 100644 index 00000000..f3702997 Binary files /dev/null and b/pillar/structures/wizard_castle.nbt differ diff --git a/pillar/structures/wizard_dome.nbt b/pillar/structures/wizard_dome.nbt new file mode 100644 index 00000000..349635b7 Binary files /dev/null and b/pillar/structures/wizard_dome.nbt differ diff --git a/pillar/structures/wizard_home_overworld.nbt b/pillar/structures/wizard_home_overworld.nbt new file mode 100644 index 00000000..ab02877e Binary files /dev/null and b/pillar/structures/wizard_home_overworld.nbt differ diff --git a/pillar/structures/wolf_fortress.nbt b/pillar/structures/wolf_fortress.nbt new file mode 100644 index 00000000..940af837 Binary files /dev/null and b/pillar/structures/wolf_fortress.nbt differ diff --git a/pillar/structures/woodland_apiarist_hut.nbt b/pillar/structures/woodland_apiarist_hut.nbt new file mode 100644 index 00000000..ed50fbac Binary files /dev/null and b/pillar/structures/woodland_apiarist_hut.nbt differ diff --git a/pillar/structures/xycronium_tree.nbt b/pillar/structures/xycronium_tree.nbt new file mode 100644 index 00000000..e4455c78 Binary files /dev/null and b/pillar/structures/xycronium_tree.nbt differ diff --git a/pillar/structures/zombie_house.nbt b/pillar/structures/zombie_house.nbt new file mode 100644 index 00000000..a090c791 Binary files /dev/null and b/pillar/structures/zombie_house.nbt differ diff --git a/pillar/super_coop.json b/pillar/super_coop.json new file mode 100644 index 00000000..0f7923a4 --- /dev/null +++ b/pillar/super_coop.json @@ -0,0 +1,29 @@ +{ + "generatorType": "SURFACE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [0], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "minecraft:dirt", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 3000 +} \ No newline at end of file diff --git a/pillar/taint_tower.json b/pillar/taint_tower.json new file mode 100644 index 00000000..bd8cfbd9 --- /dev/null +++ b/pillar/taint_tower.json @@ -0,0 +1,29 @@ +{ + "generatorType": "SURFACE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [183], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 600 +} \ No newline at end of file diff --git a/pillar/tentacle_island.json b/pillar/tentacle_island.json new file mode 100644 index 00000000..1f0ff21d --- /dev/null +++ b/pillar/tentacle_island.json @@ -0,0 +1,29 @@ +{ + "generatorType": "ANYWHERE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [811], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 500 +} \ No newline at end of file diff --git a/pillar/tiger_wood_villager_house.json b/pillar/tiger_wood_villager_house.json new file mode 100644 index 00000000..fb2dcc93 --- /dev/null +++ b/pillar/tiger_wood_villager_house.json @@ -0,0 +1,30 @@ + +{ + "generatorType": "SURFACE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [0], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 2000 +} \ No newline at end of file diff --git a/pillar/too_many_ayeracos.json b/pillar/too_many_ayeracos.json new file mode 100644 index 00000000..01104f7a --- /dev/null +++ b/pillar/too_many_ayeracos.json @@ -0,0 +1,30 @@ + +{ + "generatorType": "ANYWHERE", + "minY": 100, + "maxY": 150, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [172], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 60 +} \ No newline at end of file diff --git a/pillar/troll_fire.json b/pillar/troll_fire.json new file mode 100644 index 00000000..912321cc --- /dev/null +++ b/pillar/troll_fire.json @@ -0,0 +1,29 @@ +{ + "generatorType": "SURFACE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [0], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 500 +} \ No newline at end of file diff --git a/pillar/twilight_monolith.json b/pillar/twilight_monolith.json new file mode 100644 index 00000000..09eaa5e5 --- /dev/null +++ b/pillar/twilight_monolith.json @@ -0,0 +1,29 @@ +{ + "generatorType": "SURFACE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [182], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 800 +} \ No newline at end of file diff --git a/pillar/twilightforest_dungeon.json b/pillar/twilightforest_dungeon.json new file mode 100644 index 00000000..699ad386 --- /dev/null +++ b/pillar/twilightforest_dungeon.json @@ -0,0 +1,29 @@ +{ + "generatorType": "ANYWHERE", + "minY": 100, + "maxY": 190, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [7], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 2800 +} \ No newline at end of file diff --git a/pillar/ultimate_sword.json b/pillar/ultimate_sword.json new file mode 100644 index 00000000..7c611a46 --- /dev/null +++ b/pillar/ultimate_sword.json @@ -0,0 +1,29 @@ +{ + "generatorType": "ANYWHERE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [808], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 500 +} \ No newline at end of file diff --git a/pillar/undead_herald_tower.json b/pillar/undead_herald_tower.json new file mode 100644 index 00000000..205e041b --- /dev/null +++ b/pillar/undead_herald_tower.json @@ -0,0 +1,29 @@ +{ + "generatorType": "ANYWHERE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [422], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 500 +} \ No newline at end of file diff --git a/pillar/vethea_dungeon.json b/pillar/vethea_dungeon.json new file mode 100644 index 00000000..c02b9a81 --- /dev/null +++ b/pillar/vethea_dungeon.json @@ -0,0 +1,29 @@ +{ + "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/vibrating_stone_pillar1.json b/pillar/vibrating_stone_pillar1.json new file mode 100644 index 00000000..2be7b979 --- /dev/null +++ b/pillar/vibrating_stone_pillar1.json @@ -0,0 +1,29 @@ +{ + "generatorType": "SURFACE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [183], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 200 +} \ No newline at end of file diff --git a/pillar/vibrating_stone_pillar2.json b/pillar/vibrating_stone_pillar2.json new file mode 100644 index 00000000..2be7b979 --- /dev/null +++ b/pillar/vibrating_stone_pillar2.json @@ -0,0 +1,29 @@ +{ + "generatorType": "SURFACE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [183], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 200 +} \ No newline at end of file diff --git a/pillar/vibrating_stone_pillar3.json b/pillar/vibrating_stone_pillar3.json new file mode 100644 index 00000000..2be7b979 --- /dev/null +++ b/pillar/vibrating_stone_pillar3.json @@ -0,0 +1,29 @@ +{ + "generatorType": "SURFACE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [183], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 200 +} \ No newline at end of file diff --git a/pillar/vox_dungeon.json b/pillar/vox_dungeon.json new file mode 100644 index 00000000..e14b6107 --- /dev/null +++ b/pillar/vox_dungeon.json @@ -0,0 +1,29 @@ +{ + "generatorType": "SURFACE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [821], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 1000 +} \ No newline at end of file diff --git a/pillar/warper_final_bee1.json b/pillar/warper_final_bee1.json new file mode 100644 index 00000000..226e789c --- /dev/null +++ b/pillar/warper_final_bee1.json @@ -0,0 +1,29 @@ +{ + "generatorType": "SURFACE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [184], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 500 +} \ No newline at end of file diff --git a/pillar/warper_final_bee2.json b/pillar/warper_final_bee2.json new file mode 100644 index 00000000..226e789c --- /dev/null +++ b/pillar/warper_final_bee2.json @@ -0,0 +1,29 @@ +{ + "generatorType": "SURFACE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [184], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 500 +} \ No newline at end of file diff --git a/pillar/warper_final_bee3.json b/pillar/warper_final_bee3.json new file mode 100644 index 00000000..226e789c --- /dev/null +++ b/pillar/warper_final_bee3.json @@ -0,0 +1,29 @@ +{ + "generatorType": "SURFACE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [184], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 500 +} \ No newline at end of file diff --git a/pillar/warper_final_bee4.json b/pillar/warper_final_bee4.json new file mode 100644 index 00000000..226e789c --- /dev/null +++ b/pillar/warper_final_bee4.json @@ -0,0 +1,29 @@ +{ + "generatorType": "SURFACE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [184], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 500 +} \ No newline at end of file diff --git a/pillar/warper_final_bee5.json b/pillar/warper_final_bee5.json new file mode 100644 index 00000000..226e789c --- /dev/null +++ b/pillar/warper_final_bee5.json @@ -0,0 +1,29 @@ +{ + "generatorType": "SURFACE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [184], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 500 +} \ No newline at end of file diff --git a/pillar/watcher_castle.json b/pillar/watcher_castle.json new file mode 100644 index 00000000..d172a06b --- /dev/null +++ b/pillar/watcher_castle.json @@ -0,0 +1,30 @@ + +{ + "generatorType": "SURFACE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [180], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 600 +} \ No newline at end of file diff --git a/pillar/wildwood_dungeon.json b/pillar/wildwood_dungeon.json new file mode 100644 index 00000000..1d4d2d4d --- /dev/null +++ b/pillar/wildwood_dungeon.json @@ -0,0 +1,29 @@ +{ + "generatorType": "NONE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [421], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 3000 +} \ No newline at end of file diff --git a/pillar/willow_wood_villager_house.json b/pillar/willow_wood_villager_house.json new file mode 100644 index 00000000..fb2dcc93 --- /dev/null +++ b/pillar/willow_wood_villager_house.json @@ -0,0 +1,30 @@ + +{ + "generatorType": "SURFACE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [0], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 2000 +} \ No newline at end of file diff --git a/pillar/wither_pyramid.json b/pillar/wither_pyramid.json new file mode 100644 index 00000000..1d3bb5af --- /dev/null +++ b/pillar/wither_pyramid.json @@ -0,0 +1,29 @@ +{ + "generatorType": "SURFACE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [180], + "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/wizard_castle.json b/pillar/wizard_castle.json new file mode 100644 index 00000000..481175dd --- /dev/null +++ b/pillar/wizard_castle.json @@ -0,0 +1,29 @@ +{ + "generatorType": "SURFACE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [425], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "divinerpg:icy_stone", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 400 +} \ No newline at end of file diff --git a/pillar/wizard_dome.json b/pillar/wizard_dome.json new file mode 100644 index 00000000..bc28367f --- /dev/null +++ b/pillar/wizard_dome.json @@ -0,0 +1,29 @@ +{ + "generatorType": "ANYWHERE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [-1], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 800 +} \ No newline at end of file diff --git a/pillar/wizard_home_overworld.json b/pillar/wizard_home_overworld.json new file mode 100644 index 00000000..6fc8de6c --- /dev/null +++ b/pillar/wizard_home_overworld.json @@ -0,0 +1,29 @@ +{ + "generatorType": "SURFACE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [0], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 1600 +} \ No newline at end of file diff --git a/pillar/wolf_fortress.json b/pillar/wolf_fortress.json new file mode 100644 index 00000000..e44cf12a --- /dev/null +++ b/pillar/wolf_fortress.json @@ -0,0 +1,29 @@ +{ + "generatorType": "ANYWHERE", + "minY": 21, + "maxY": 30, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [426], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 200 +} \ No newline at end of file diff --git a/pillar/woodland_apiarist_hut.json b/pillar/woodland_apiarist_hut.json new file mode 100644 index 00000000..34566686 --- /dev/null +++ b/pillar/woodland_apiarist_hut.json @@ -0,0 +1,30 @@ + +{ + "generatorType": "SURFACE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [182], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 200 +} \ No newline at end of file diff --git a/pillar/xycronium_tree.json b/pillar/xycronium_tree.json new file mode 100644 index 00000000..90e2bb54 --- /dev/null +++ b/pillar/xycronium_tree.json @@ -0,0 +1,29 @@ +{ + "generatorType": "SURFACE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [0], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 4000 +} \ No newline at end of file diff --git a/pillar/zombie_house.json b/pillar/zombie_house.json new file mode 100644 index 00000000..51938ddd --- /dev/null +++ b/pillar/zombie_house.json @@ -0,0 +1,29 @@ +{ + "generatorType": "SURFACE", + "minY": -1, + "maxY": -1, + "offsetX": 0, + "offsetY": 0, + "offsetZ": 0, + + "mirrorType": "NONE", + "rotation": null, + "ignoreEntities": false, + + "dimensionSpawns": [181], + "biomeNameSpawns": [], + "biomeTagSpawns": [], + "isDimensionSpawnsBlacklist": false, + "isBiomeNameSpawnsBlacklist": true, + "isBiomeTagSpawnsBlacklist": true, + "generateEverywhere": false, + + "integrity": 1, + "decay": 0, + + "filling": "", + "fillingMetadata": 0, + "fillingType": "AIR", + + "rarity": 150 +} \ No newline at end of file diff --git a/resources/Fonts/background.png b/resources/Fonts/background.png new file mode 100644 index 00000000..0f0f8f32 Binary files /dev/null and b/resources/Fonts/background.png differ diff --git a/resources/Fonts/generatedtext (1).png b/resources/Fonts/generatedtext (1).png new file mode 100644 index 00000000..4daadad3 Binary files /dev/null and b/resources/Fonts/generatedtext (1).png differ diff --git a/resources/Fonts/generatedtext (2).png b/resources/Fonts/generatedtext (2).png new file mode 100644 index 00000000..967fe665 Binary files /dev/null and b/resources/Fonts/generatedtext (2).png differ diff --git a/resources/Fonts/generatedtext (3).png b/resources/Fonts/generatedtext (3).png new file mode 100644 index 00000000..eb564ade Binary files /dev/null and b/resources/Fonts/generatedtext (3).png differ diff --git a/resources/Fonts/generatedtext (4).png b/resources/Fonts/generatedtext (4).png new file mode 100644 index 00000000..ceabea4b Binary files /dev/null and b/resources/Fonts/generatedtext (4).png differ diff --git a/resources/Fonts/generatedtext (5).png b/resources/Fonts/generatedtext (5).png new file mode 100644 index 00000000..f6259acd Binary files /dev/null and b/resources/Fonts/generatedtext (5).png differ diff --git a/resources/Fonts/generatedtext (6).png b/resources/Fonts/generatedtext (6).png new file mode 100644 index 00000000..28c3dbfd Binary files /dev/null and b/resources/Fonts/generatedtext (6).png differ diff --git a/resources/Fonts/generatedtext (7).png b/resources/Fonts/generatedtext (7).png new file mode 100644 index 00000000..e88562fd Binary files /dev/null and b/resources/Fonts/generatedtext (7).png differ diff --git a/resources/Fonts/generatedtext (8).png b/resources/Fonts/generatedtext (8).png new file mode 100644 index 00000000..11289a03 Binary files /dev/null and b/resources/Fonts/generatedtext (8).png differ diff --git a/resources/Fonts/generatedtext (9).png b/resources/Fonts/generatedtext (9).png new file mode 100644 index 00000000..97cd0e89 Binary files /dev/null and b/resources/Fonts/generatedtext (9).png differ diff --git a/resources/Fonts/generatedtext.png b/resources/Fonts/generatedtext.png new file mode 100644 index 00000000..8132cffc Binary files /dev/null and b/resources/Fonts/generatedtext.png differ diff --git a/resources/Fonts/text1.png b/resources/Fonts/text1.png new file mode 100644 index 00000000..60015229 Binary files /dev/null and b/resources/Fonts/text1.png differ diff --git a/resources/Fonts/text10.png b/resources/Fonts/text10.png new file mode 100644 index 00000000..41061ee0 Binary files /dev/null and b/resources/Fonts/text10.png differ diff --git a/resources/Fonts/text2.png b/resources/Fonts/text2.png new file mode 100644 index 00000000..7ce00be5 Binary files /dev/null and b/resources/Fonts/text2.png differ diff --git a/resources/Fonts/text3.png b/resources/Fonts/text3.png new file mode 100644 index 00000000..b8f71e51 Binary files /dev/null and b/resources/Fonts/text3.png differ diff --git a/resources/Fonts/text4.png b/resources/Fonts/text4.png new file mode 100644 index 00000000..a8a30683 Binary files /dev/null and b/resources/Fonts/text4.png differ diff --git a/resources/Fonts/text5.png b/resources/Fonts/text5.png new file mode 100644 index 00000000..1f8721ca Binary files /dev/null and b/resources/Fonts/text5.png differ diff --git a/resources/Fonts/text6.png b/resources/Fonts/text6.png new file mode 100644 index 00000000..a91fbd70 Binary files /dev/null and b/resources/Fonts/text6.png differ diff --git a/resources/Fonts/text7.png b/resources/Fonts/text7.png new file mode 100644 index 00000000..49817ba7 Binary files /dev/null and b/resources/Fonts/text7.png differ diff --git a/resources/Fonts/text8.png b/resources/Fonts/text8.png new file mode 100644 index 00000000..812f6fed Binary files /dev/null and b/resources/Fonts/text8.png differ diff --git a/resources/Fonts/text9.png b/resources/Fonts/text9.png new file mode 100644 index 00000000..4f1333c8 Binary files /dev/null and b/resources/Fonts/text9.png differ diff --git a/resources/contenttweaker/blockstates/abyssal_cap.json b/resources/contenttweaker/blockstates/abyssal_cap.json new file mode 100644 index 00000000..95126b4d --- /dev/null +++ b/resources/contenttweaker/blockstates/abyssal_cap.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/abyssal_cap", + "particle": "contenttweaker:blocks/abyssal_cap" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/accelerator_tube.json b/resources/contenttweaker/blockstates/accelerator_tube.json new file mode 100644 index 00000000..f50c2e02 --- /dev/null +++ b/resources/contenttweaker/blockstates/accelerator_tube.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/accelerator_tube", + "particle": "contenttweaker:blocks/accelerator_tube" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/aerial_moonshine.json b/resources/contenttweaker/blockstates/aerial_moonshine.json new file mode 100644 index 00000000..34d4b63a --- /dev/null +++ b/resources/contenttweaker/blockstates/aerial_moonshine.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "aerial_moonshine" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/agate.json b/resources/contenttweaker/blockstates/agate.json new file mode 100644 index 00000000..96d4e4aa --- /dev/null +++ b/resources/contenttweaker/blockstates/agate.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/agate", + "particle": "contenttweaker:blocks/agate" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/alchemical_crystal.json b/resources/contenttweaker/blockstates/alchemical_crystal.json new file mode 100644 index 00000000..d36794d2 --- /dev/null +++ b/resources/contenttweaker/blockstates/alchemical_crystal.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/alchemical_crystal", + "particle": "contenttweaker:blocks/alchemical_crystal" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/alchemical_goo.json b/resources/contenttweaker/blockstates/alchemical_goo.json new file mode 100644 index 00000000..5aad41fa --- /dev/null +++ b/resources/contenttweaker/blockstates/alchemical_goo.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "alchemical_goo" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/ancient_cavern_cap.json b/resources/contenttweaker/blockstates/ancient_cavern_cap.json new file mode 100644 index 00000000..6ffc8549 --- /dev/null +++ b/resources/contenttweaker/blockstates/ancient_cavern_cap.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/ancient_cavern_cap", + "particle": "contenttweaker:blocks/ancient_cavern_cap" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/arc_reactor_coil.json b/resources/contenttweaker/blockstates/arc_reactor_coil.json new file mode 100644 index 00000000..f60a384c --- /dev/null +++ b/resources/contenttweaker/blockstates/arc_reactor_coil.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/arc_reactor_coil", + "particle": "contenttweaker:blocks/arc_reactor_coil" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/argon.json b/resources/contenttweaker/blockstates/argon.json new file mode 100644 index 00000000..1102c18b --- /dev/null +++ b/resources/contenttweaker/blockstates/argon.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "argon" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/arkenstone.json b/resources/contenttweaker/blockstates/arkenstone.json new file mode 100644 index 00000000..d654166b --- /dev/null +++ b/resources/contenttweaker/blockstates/arkenstone.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/arkenstone", + "particle": "contenttweaker:blocks/arkenstone" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/astatine.json b/resources/contenttweaker/blockstates/astatine.json new file mode 100644 index 00000000..d12c4740 --- /dev/null +++ b/resources/contenttweaker/blockstates/astatine.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "astatine" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/astral_water.json b/resources/contenttweaker/blockstates/astral_water.json new file mode 100644 index 00000000..247f0058 --- /dev/null +++ b/resources/contenttweaker/blockstates/astral_water.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "astral_water" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/atomic_nuclei.json b/resources/contenttweaker/blockstates/atomic_nuclei.json new file mode 100644 index 00000000..0a761f56 --- /dev/null +++ b/resources/contenttweaker/blockstates/atomic_nuclei.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "atomic_nuclei" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/awakened_electromagnet.json b/resources/contenttweaker/blockstates/awakened_electromagnet.json new file mode 100644 index 00000000..94e647fc --- /dev/null +++ b/resources/contenttweaker/blockstates/awakened_electromagnet.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/awakened_electromagnet", + "particle": "contenttweaker:blocks/awakened_electromagnet" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/ayeraco_stone.json b/resources/contenttweaker/blockstates/ayeraco_stone.json new file mode 100644 index 00000000..1e35f310 --- /dev/null +++ b/resources/contenttweaker/blockstates/ayeraco_stone.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/ayeraco_stone", + "particle": "contenttweaker:blocks/ayeraco_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/baphomet_altar_bricks.json b/resources/contenttweaker/blockstates/baphomet_altar_bricks.json new file mode 100644 index 00000000..061c5914 --- /dev/null +++ b/resources/contenttweaker/blockstates/baphomet_altar_bricks.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/baphomet_altar_bricks", + "particle": "contenttweaker:blocks/baphomet_altar_bricks" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/barathos_cap.json b/resources/contenttweaker/blockstates/barathos_cap.json new file mode 100644 index 00000000..1f0a09e0 --- /dev/null +++ b/resources/contenttweaker/blockstates/barathos_cap.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/barathos_cap", + "particle": "contenttweaker:blocks/barathos_cap" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/barium.json b/resources/contenttweaker/blockstates/barium.json new file mode 100644 index 00000000..d2407c0c --- /dev/null +++ b/resources/contenttweaker/blockstates/barium.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "barium" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/bedrock_cobblestone.json b/resources/contenttweaker/blockstates/bedrock_cobblestone.json new file mode 100644 index 00000000..59b16de9 --- /dev/null +++ b/resources/contenttweaker/blockstates/bedrock_cobblestone.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/bedrock_cobblestone", + "particle": "contenttweaker:blocks/bedrock_cobblestone" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/bloodmaster_block.json b/resources/contenttweaker/blockstates/bloodmaster_block.json new file mode 100644 index 00000000..790b997c --- /dev/null +++ b/resources/contenttweaker/blockstates/bloodmaster_block.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/bloodmaster_block", + "particle": "contenttweaker:blocks/bloodmaster_block" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/borean_cap.json b/resources/contenttweaker/blockstates/borean_cap.json new file mode 100644 index 00000000..9c8a5562 --- /dev/null +++ b/resources/contenttweaker/blockstates/borean_cap.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/borean_cap", + "particle": "contenttweaker:blocks/borean_cap" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/bosons.json b/resources/contenttweaker/blockstates/bosons.json new file mode 100644 index 00000000..1732e18f --- /dev/null +++ b/resources/contenttweaker/blockstates/bosons.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "bosons" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/brightsteel_case.json b/resources/contenttweaker/blockstates/brightsteel_case.json new file mode 100644 index 00000000..11278f4c --- /dev/null +++ b/resources/contenttweaker/blockstates/brightsteel_case.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/brightsteel_case", + "particle": "contenttweaker:blocks/brightsteel_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/brine.json b/resources/contenttweaker/blockstates/brine.json new file mode 100644 index 00000000..7e4a2cbb --- /dev/null +++ b/resources/contenttweaker/blockstates/brine.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "brine" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/broken_portal_arcana.json b/resources/contenttweaker/blockstates/broken_portal_arcana.json new file mode 100644 index 00000000..6aae8e04 --- /dev/null +++ b/resources/contenttweaker/blockstates/broken_portal_arcana.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/broken_portal_arcana", + "particle": "contenttweaker:blocks/broken_portal_arcana" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/bromine.json b/resources/contenttweaker/blockstates/bromine.json new file mode 100644 index 00000000..edf171aa --- /dev/null +++ b/resources/contenttweaker/blockstates/bromine.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "bromine" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/candy_block.json b/resources/contenttweaker/blockstates/candy_block.json new file mode 100644 index 00000000..77e2bae8 --- /dev/null +++ b/resources/contenttweaker/blockstates/candy_block.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/candy_block", + "particle": "contenttweaker:blocks/candy_block" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/candyland_cap.json b/resources/contenttweaker/blockstates/candyland_cap.json new file mode 100644 index 00000000..0d404c5d --- /dev/null +++ b/resources/contenttweaker/blockstates/candyland_cap.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/candyland_cap", + "particle": "contenttweaker:blocks/candyland_cap" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/celeve_cap.json b/resources/contenttweaker/blockstates/celeve_cap.json new file mode 100644 index 00000000..6e55326f --- /dev/null +++ b/resources/contenttweaker/blockstates/celeve_cap.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/celeve_cap", + "particle": "contenttweaker:blocks/celeve_cap" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/celian_block.json b/resources/contenttweaker/blockstates/celian_block.json new file mode 100644 index 00000000..43d586e1 --- /dev/null +++ b/resources/contenttweaker/blockstates/celian_block.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/celian_block", + "particle": "contenttweaker:blocks/celian_block" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/chaos_wood.json b/resources/contenttweaker/blockstates/chaos_wood.json new file mode 100644 index 00000000..bf58d4dc --- /dev/null +++ b/resources/contenttweaker/blockstates/chaos_wood.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/chaos_wood", + "particle": "contenttweaker:blocks/chaos_wood" + }, + "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_bricks.json b/resources/contenttweaker/blockstates/chaotic_bricks.json new file mode 100644 index 00000000..87b5bcae --- /dev/null +++ b/resources/contenttweaker/blockstates/chaotic_bricks.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/chaotic_bricks", + "particle": "contenttweaker:blocks/chaotic_bricks" + }, + "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_honey_1.json b/resources/contenttweaker/blockstates/chaotic_honey_1.json new file mode 100644 index 00000000..861c6e97 --- /dev/null +++ b/resources/contenttweaker/blockstates/chaotic_honey_1.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "chaotic_honey_1" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/chaotic_honey_2.json b/resources/contenttweaker/blockstates/chaotic_honey_2.json new file mode 100644 index 00000000..d75c5509 --- /dev/null +++ b/resources/contenttweaker/blockstates/chaotic_honey_2.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "chaotic_honey_2" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/chaotic_honey_3.json b/resources/contenttweaker/blockstates/chaotic_honey_3.json new file mode 100644 index 00000000..8d1b76be --- /dev/null +++ b/resources/contenttweaker/blockstates/chaotic_honey_3.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "chaotic_honey_3" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/chaotic_honey_4.json b/resources/contenttweaker/blockstates/chaotic_honey_4.json new file mode 100644 index 00000000..6af28282 --- /dev/null +++ b/resources/contenttweaker/blockstates/chaotic_honey_4.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "chaotic_honey_4" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/chaotic_matter.json b/resources/contenttweaker/blockstates/chaotic_matter.json new file mode 100644 index 00000000..2c5d0d1e --- /dev/null +++ b/resources/contenttweaker/blockstates/chaotic_matter.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "chaotic_matter" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/chaotic_stone.json b/resources/contenttweaker/blockstates/chaotic_stone.json new file mode 100644 index 00000000..7419d4a1 --- /dev/null +++ b/resources/contenttweaker/blockstates/chaotic_stone.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/chaotic_stone", + "particle": "contenttweaker:blocks/chaotic_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/chlorine.json b/resources/contenttweaker/blockstates/chlorine.json new file mode 100644 index 00000000..c81bb0d6 --- /dev/null +++ b/resources/contenttweaker/blockstates/chlorine.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "chlorine" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/collapser_casing.json b/resources/contenttweaker/blockstates/collapser_casing.json new file mode 100644 index 00000000..324a4539 --- /dev/null +++ b/resources/contenttweaker/blockstates/collapser_casing.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/collapser_casing", + "particle": "contenttweaker:blocks/collapser_casing" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/collapser_conduit.json b/resources/contenttweaker/blockstates/collapser_conduit.json new file mode 100644 index 00000000..283e2974 --- /dev/null +++ b/resources/contenttweaker/blockstates/collapser_conduit.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/collapser_conduit", + "particle": "contenttweaker:blocks/collapser_conduit" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/collecting_stone.json b/resources/contenttweaker/blockstates/collecting_stone.json new file mode 100644 index 00000000..2df3d127 --- /dev/null +++ b/resources/contenttweaker/blockstates/collecting_stone.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/collecting_stone", + "particle": "contenttweaker:blocks/collecting_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/corrosive_crystal_cluster.json b/resources/contenttweaker/blockstates/corrosive_crystal_cluster.json new file mode 100644 index 00000000..b146134b --- /dev/null +++ b/resources/contenttweaker/blockstates/corrosive_crystal_cluster.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/corrosive_crystal_cluster", + "particle": "contenttweaker:blocks/corrosive_crystal_cluster" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/cosmic_matter.json b/resources/contenttweaker/blockstates/cosmic_matter.json new file mode 100644 index 00000000..0e908bfc --- /dev/null +++ b/resources/contenttweaker/blockstates/cosmic_matter.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "cosmic_matter" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/creeponian_cap.json b/resources/contenttweaker/blockstates/creeponian_cap.json new file mode 100644 index 00000000..efc535df --- /dev/null +++ b/resources/contenttweaker/blockstates/creeponian_cap.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/creeponian_cap", + "particle": "contenttweaker:blocks/creeponian_cap" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/crepuscular_water.json b/resources/contenttweaker/blockstates/crepuscular_water.json new file mode 100644 index 00000000..01e2122d --- /dev/null +++ b/resources/contenttweaker/blockstates/crepuscular_water.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "crepuscular_water" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/crimson_quartz.json b/resources/contenttweaker/blockstates/crimson_quartz.json new file mode 100644 index 00000000..c9a095ca --- /dev/null +++ b/resources/contenttweaker/blockstates/crimson_quartz.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/crimson_quartz", + "particle": "contenttweaker:blocks/crimson_quartz" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/crystevia_cap.json b/resources/contenttweaker/blockstates/crystevia_cap.json new file mode 100644 index 00000000..a4d34972 --- /dev/null +++ b/resources/contenttweaker/blockstates/crystevia_cap.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/crystevia_cap", + "particle": "contenttweaker:blocks/crystevia_cap" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/crystevian_crystal.json b/resources/contenttweaker/blockstates/crystevian_crystal.json new file mode 100644 index 00000000..5e2c8b6f --- /dev/null +++ b/resources/contenttweaker/blockstates/crystevian_crystal.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/crystevian_crystal", + "particle": "contenttweaker:blocks/crystevian_crystal" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/cursed_myrmitite.json b/resources/contenttweaker/blockstates/cursed_myrmitite.json new file mode 100644 index 00000000..f8e1c21b --- /dev/null +++ b/resources/contenttweaker/blockstates/cursed_myrmitite.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "cursed_myrmitite" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/dark_mithrillium_block.json b/resources/contenttweaker/blockstates/dark_mithrillium_block.json new file mode 100644 index 00000000..09cf77ee --- /dev/null +++ b/resources/contenttweaker/blockstates/dark_mithrillium_block.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/dark_mithrillium_block", + "particle": "contenttweaker:blocks/dark_mithrillium_block" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/dark_soul_machine_chassis.json b/resources/contenttweaker/blockstates/dark_soul_machine_chassis.json new file mode 100644 index 00000000..0098c2a4 --- /dev/null +++ b/resources/contenttweaker/blockstates/dark_soul_machine_chassis.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/dark_soul_machine_chassis", + "particle": "contenttweaker:blocks/dark_soul_machine_chassis" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/darkstar_stone.json b/resources/contenttweaker/blockstates/darkstar_stone.json new file mode 100644 index 00000000..3bd6f9c7 --- /dev/null +++ b/resources/contenttweaker/blockstates/darkstar_stone.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/darkstar_stone", + "particle": "contenttweaker:blocks/darkstar_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/decomposed_matter.json b/resources/contenttweaker/blockstates/decomposed_matter.json new file mode 100644 index 00000000..baa27e23 --- /dev/null +++ b/resources/contenttweaker/blockstates/decomposed_matter.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "decomposed_matter" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/deepland_cap.json b/resources/contenttweaker/blockstates/deepland_cap.json new file mode 100644 index 00000000..d12ebec3 --- /dev/null +++ b/resources/contenttweaker/blockstates/deepland_cap.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/deepland_cap", + "particle": "contenttweaker:blocks/deepland_cap" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/defined_machine_case.json b/resources/contenttweaker/blockstates/defined_machine_case.json new file mode 100644 index 00000000..e31de749 --- /dev/null +++ b/resources/contenttweaker/blockstates/defined_machine_case.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/defined_machine_case", + "particle": "contenttweaker:blocks/defined_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/demonic_crystal_cluster.json b/resources/contenttweaker/blockstates/demonic_crystal_cluster.json new file mode 100644 index 00000000..d735abcb --- /dev/null +++ b/resources/contenttweaker/blockstates/demonic_crystal_cluster.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/demonic_crystal_cluster", + "particle": "contenttweaker:blocks/demonic_crystal_cluster" + }, + "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_gravitite_ore.json b/resources/contenttweaker/blockstates/dense_gravitite_ore.json new file mode 100644 index 00000000..3566a15a --- /dev/null +++ b/resources/contenttweaker/blockstates/dense_gravitite_ore.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/dense_gravitite_ore", + "particle": "contenttweaker:blocks/dense_gravitite_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/dense_plasma.json b/resources/contenttweaker/blockstates/dense_plasma.json new file mode 100644 index 00000000..1d7c10e2 --- /dev/null +++ b/resources/contenttweaker/blockstates/dense_plasma.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "dense_plasma" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/destructive_crystal_cluster.json b/resources/contenttweaker/blockstates/destructive_crystal_cluster.json new file mode 100644 index 00000000..a2419106 --- /dev/null +++ b/resources/contenttweaker/blockstates/destructive_crystal_cluster.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/destructive_crystal_cluster", + "particle": "contenttweaker:blocks/destructive_crystal_cluster" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/destructive_demon_alloy.json b/resources/contenttweaker/blockstates/destructive_demon_alloy.json new file mode 100644 index 00000000..e4d20edf --- /dev/null +++ b/resources/contenttweaker/blockstates/destructive_demon_alloy.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/destructive_demon_alloy", + "particle": "contenttweaker:blocks/destructive_demon_alloy" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/destructive_demon_eye.json b/resources/contenttweaker/blockstates/destructive_demon_eye.json new file mode 100644 index 00000000..9700031f --- /dev/null +++ b/resources/contenttweaker/blockstates/destructive_demon_eye.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/destructive_demon_eye", + "particle": "contenttweaker:blocks/destructive_demon_eye" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/destructive_stone_bricks.json b/resources/contenttweaker/blockstates/destructive_stone_bricks.json new file mode 100644 index 00000000..a68c7eb3 --- /dev/null +++ b/resources/contenttweaker/blockstates/destructive_stone_bricks.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/destructive_stone_bricks", + "particle": "contenttweaker:blocks/destructive_stone_bricks" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/dimensional_essence.json b/resources/contenttweaker/blockstates/dimensional_essence.json new file mode 100644 index 00000000..52e5307a --- /dev/null +++ b/resources/contenttweaker/blockstates/dimensional_essence.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "dimensional_essence" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/draconic_machine_frame.json b/resources/contenttweaker/blockstates/draconic_machine_frame.json new file mode 100644 index 00000000..0a7c8715 --- /dev/null +++ b/resources/contenttweaker/blockstates/draconic_machine_frame.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/draconic_machine_frame", + "particle": "contenttweaker:blocks/draconic_machine_frame" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/draconium_electromagnet.json b/resources/contenttweaker/blockstates/draconium_electromagnet.json new file mode 100644 index 00000000..4562144d --- /dev/null +++ b/resources/contenttweaker/blockstates/draconium_electromagnet.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/draconium_electromagnet", + "particle": "contenttweaker:blocks/draconium_electromagnet" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/dragons_blood_plastic.json b/resources/contenttweaker/blockstates/dragons_blood_plastic.json new file mode 100644 index 00000000..87ab1a11 --- /dev/null +++ b/resources/contenttweaker/blockstates/dragons_blood_plastic.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "dragons_blood_plastic" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/dreaded_steel_block.json b/resources/contenttweaker/blockstates/dreaded_steel_block.json new file mode 100644 index 00000000..ae11d5ed --- /dev/null +++ b/resources/contenttweaker/blockstates/dreaded_steel_block.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/dreaded_steel_block", + "particle": "contenttweaker:blocks/dreaded_steel_block" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/dustopia_cap.json b/resources/contenttweaker/blockstates/dustopia_cap.json new file mode 100644 index 00000000..9beb36f6 --- /dev/null +++ b/resources/contenttweaker/blockstates/dustopia_cap.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/dustopia_cap", + "particle": "contenttweaker:blocks/dustopia_cap" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/dyson_beam.json b/resources/contenttweaker/blockstates/dyson_beam.json new file mode 100644 index 00000000..3cb74e25 --- /dev/null +++ b/resources/contenttweaker/blockstates/dyson_beam.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/dyson_beam", + "particle": "contenttweaker:blocks/dyson_beam" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/dyson_collector.json b/resources/contenttweaker/blockstates/dyson_collector.json new file mode 100644 index 00000000..f5b7571d --- /dev/null +++ b/resources/contenttweaker/blockstates/dyson_collector.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/dyson_collector", + "particle": "contenttweaker:blocks/dyson_collector" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/dyson_compressor.json b/resources/contenttweaker/blockstates/dyson_compressor.json new file mode 100644 index 00000000..7bccdf37 --- /dev/null +++ b/resources/contenttweaker/blockstates/dyson_compressor.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/dyson_compressor", + "particle": "contenttweaker:blocks/dyson_compressor" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/dyson_conduit.json b/resources/contenttweaker/blockstates/dyson_conduit.json new file mode 100644 index 00000000..42ed983c --- /dev/null +++ b/resources/contenttweaker/blockstates/dyson_conduit.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/dyson_conduit", + "particle": "contenttweaker:blocks/dyson_conduit" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/dyson_shell.json b/resources/contenttweaker/blockstates/dyson_shell.json new file mode 100644 index 00000000..08cd22e4 --- /dev/null +++ b/resources/contenttweaker/blockstates/dyson_shell.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/dyson_shell", + "particle": "contenttweaker:blocks/dyson_shell" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/electrons.json b/resources/contenttweaker/blockstates/electrons.json new file mode 100644 index 00000000..9bdf624c --- /dev/null +++ b/resources/contenttweaker/blockstates/electrons.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "electrons" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/ender_dolomite.json b/resources/contenttweaker/blockstates/ender_dolomite.json new file mode 100644 index 00000000..a458f0ac --- /dev/null +++ b/resources/contenttweaker/blockstates/ender_dolomite.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/ender_dolomite", + "particle": "contenttweaker:blocks/ender_dolomite" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/energized_mulch.json b/resources/contenttweaker/blockstates/energized_mulch.json new file mode 100644 index 00000000..96916a61 --- /dev/null +++ b/resources/contenttweaker/blockstates/energized_mulch.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "energized_mulch" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/enriched_canola_oil.json b/resources/contenttweaker/blockstates/enriched_canola_oil.json new file mode 100644 index 00000000..64a95c2c --- /dev/null +++ b/resources/contenttweaker/blockstates/enriched_canola_oil.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "enriched_canola_oil" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/eptane.json b/resources/contenttweaker/blockstates/eptane.json new file mode 100644 index 00000000..41fe77b8 --- /dev/null +++ b/resources/contenttweaker/blockstates/eptane.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "eptane" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/essence_of_ilarity.json b/resources/contenttweaker/blockstates/essence_of_ilarity.json new file mode 100644 index 00000000..b764e516 --- /dev/null +++ b/resources/contenttweaker/blockstates/essence_of_ilarity.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "essence_of_ilarity" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/eternal_dragon_fire.json b/resources/contenttweaker/blockstates/eternal_dragon_fire.json new file mode 100644 index 00000000..03384289 --- /dev/null +++ b/resources/contenttweaker/blockstates/eternal_dragon_fire.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "eternal_dragon_fire" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/eternal_tulite.json b/resources/contenttweaker/blockstates/eternal_tulite.json new file mode 100644 index 00000000..c6dbf2bd --- /dev/null +++ b/resources/contenttweaker/blockstates/eternal_tulite.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/eternal_tulite", + "particle": "contenttweaker:blocks/eternal_tulite" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/ethereal_fabric.json b/resources/contenttweaker/blockstates/ethereal_fabric.json new file mode 100644 index 00000000..2beab160 --- /dev/null +++ b/resources/contenttweaker/blockstates/ethereal_fabric.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "ethereal_fabric" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/ethernal_dragon_fire.json b/resources/contenttweaker/blockstates/ethernal_dragon_fire.json new file mode 100644 index 00000000..ebcb66f6 --- /dev/null +++ b/resources/contenttweaker/blockstates/ethernal_dragon_fire.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "ethernal_dragon_fire" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/evanescent_bifrost.json b/resources/contenttweaker/blockstates/evanescent_bifrost.json new file mode 100644 index 00000000..61f663a0 --- /dev/null +++ b/resources/contenttweaker/blockstates/evanescent_bifrost.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "evanescent_bifrost" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/experiment_casing.json b/resources/contenttweaker/blockstates/experiment_casing.json new file mode 100644 index 00000000..c93b918b --- /dev/null +++ b/resources/contenttweaker/blockstates/experiment_casing.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/experiment_casing", + "particle": "contenttweaker:blocks/experiment_casing" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/feldspar.json b/resources/contenttweaker/blockstates/feldspar.json new file mode 100644 index 00000000..8d5aac11 --- /dev/null +++ b/resources/contenttweaker/blockstates/feldspar.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/feldspar", + "particle": "contenttweaker:blocks/feldspar" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/fiery_peat.json b/resources/contenttweaker/blockstates/fiery_peat.json new file mode 100644 index 00000000..7c9c01ac --- /dev/null +++ b/resources/contenttweaker/blockstates/fiery_peat.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "fiery_peat" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/fiery_pyrite.json b/resources/contenttweaker/blockstates/fiery_pyrite.json new file mode 100644 index 00000000..3a27fc96 --- /dev/null +++ b/resources/contenttweaker/blockstates/fiery_pyrite.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/fiery_pyrite", + "particle": "contenttweaker:blocks/fiery_pyrite" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/fluid_subconscius.json b/resources/contenttweaker/blockstates/fluid_subconscius.json new file mode 100644 index 00000000..38cf497d --- /dev/null +++ b/resources/contenttweaker/blockstates/fluid_subconscius.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "fluid_subconscius" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/fossile_refined_oil.json b/resources/contenttweaker/blockstates/fossile_refined_oil.json new file mode 100644 index 00000000..9d549f44 --- /dev/null +++ b/resources/contenttweaker/blockstates/fossile_refined_oil.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "fossile_refined_oil" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/francium.json b/resources/contenttweaker/blockstates/francium.json new file mode 100644 index 00000000..87b9c94e --- /dev/null +++ b/resources/contenttweaker/blockstates/francium.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "francium" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/gaia_spirit_block.json b/resources/contenttweaker/blockstates/gaia_spirit_block.json new file mode 100644 index 00000000..9a71e9e4 --- /dev/null +++ b/resources/contenttweaker/blockstates/gaia_spirit_block.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/gaia_spirit_block", + "particle": "contenttweaker:blocks/gaia_spirit_block" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/galactic_matter.json b/resources/contenttweaker/blockstates/galactic_matter.json new file mode 100644 index 00000000..0399e132 --- /dev/null +++ b/resources/contenttweaker/blockstates/galactic_matter.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "galactic_matter" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/garden_block.json b/resources/contenttweaker/blockstates/garden_block.json new file mode 100644 index 00000000..1bc61fe3 --- /dev/null +++ b/resources/contenttweaker/blockstates/garden_block.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/garden_block", + "particle": "contenttweaker:blocks/garden_block" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/gardencia_cap.json b/resources/contenttweaker/blockstates/gardencia_cap.json new file mode 100644 index 00000000..ed76a890 --- /dev/null +++ b/resources/contenttweaker/blockstates/gardencia_cap.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/gardencia_cap", + "particle": "contenttweaker:blocks/gardencia_cap" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/ghostly_matter.json b/resources/contenttweaker/blockstates/ghostly_matter.json new file mode 100644 index 00000000..1ddfc286 --- /dev/null +++ b/resources/contenttweaker/blockstates/ghostly_matter.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "ghostly_matter" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/gluons.json b/resources/contenttweaker/blockstates/gluons.json new file mode 100644 index 00000000..7a5796c2 --- /dev/null +++ b/resources/contenttweaker/blockstates/gluons.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "gluons" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/gravitrons.json b/resources/contenttweaker/blockstates/gravitrons.json new file mode 100644 index 00000000..ac59800c --- /dev/null +++ b/resources/contenttweaker/blockstates/gravitrons.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "gravitrons" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/gravity_inverter.json b/resources/contenttweaker/blockstates/gravity_inverter.json new file mode 100644 index 00000000..5d012fb4 --- /dev/null +++ b/resources/contenttweaker/blockstates/gravity_inverter.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/gravity_inverter", + "particle": "contenttweaker:blocks/gravity_inverter" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/greckon_cap.json b/resources/contenttweaker/blockstates/greckon_cap.json new file mode 100644 index 00000000..35f7fcdf --- /dev/null +++ b/resources/contenttweaker/blockstates/greckon_cap.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/greckon_cap", + "particle": "contenttweaker:blocks/greckon_cap" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/halite_fluid.json b/resources/contenttweaker/blockstates/halite_fluid.json new file mode 100644 index 00000000..6d7b25ba --- /dev/null +++ b/resources/contenttweaker/blockstates/halite_fluid.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "halite_fluid" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/haven_block.json b/resources/contenttweaker/blockstates/haven_block.json new file mode 100644 index 00000000..b094814c --- /dev/null +++ b/resources/contenttweaker/blockstates/haven_block.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/haven_block", + "particle": "contenttweaker:blocks/haven_block" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/haven_cap.json b/resources/contenttweaker/blockstates/haven_cap.json new file mode 100644 index 00000000..1785867e --- /dev/null +++ b/resources/contenttweaker/blockstates/haven_cap.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/haven_cap", + "particle": "contenttweaker:blocks/haven_cap" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/higgs.json b/resources/contenttweaker/blockstates/higgs.json new file mode 100644 index 00000000..4c618c36 --- /dev/null +++ b/resources/contenttweaker/blockstates/higgs.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "higgs" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/high_energy_ray_collector.json b/resources/contenttweaker/blockstates/high_energy_ray_collector.json new file mode 100644 index 00000000..25fc052e --- /dev/null +++ b/resources/contenttweaker/blockstates/high_energy_ray_collector.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/high_energy_ray_collector", + "particle": "contenttweaker:blocks/high_energy_ray_collector" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/highly_advanced_machine_casing.json b/resources/contenttweaker/blockstates/highly_advanced_machine_casing.json new file mode 100644 index 00000000..d1f1d2fa --- /dev/null +++ b/resources/contenttweaker/blockstates/highly_advanced_machine_casing.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/highly_advanced_machine_casing", + "particle": "contenttweaker:blocks/highly_advanced_machine_casing" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/hint_of_divinity.json b/resources/contenttweaker/blockstates/hint_of_divinity.json new file mode 100644 index 00000000..f06b3d4a --- /dev/null +++ b/resources/contenttweaker/blockstates/hint_of_divinity.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "hint_of_divinity" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/hint_of_insanity.json b/resources/contenttweaker/blockstates/hint_of_insanity.json new file mode 100644 index 00000000..70798622 --- /dev/null +++ b/resources/contenttweaker/blockstates/hint_of_insanity.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "hint_of_insanity" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/horizon_stabilizer.json b/resources/contenttweaker/blockstates/horizon_stabilizer.json new file mode 100644 index 00000000..f2f35498 --- /dev/null +++ b/resources/contenttweaker/blockstates/horizon_stabilizer.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/horizon_stabilizer", + "particle": "contenttweaker:blocks/horizon_stabilizer" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/hydra_juices.json b/resources/contenttweaker/blockstates/hydra_juices.json new file mode 100644 index 00000000..674f275a --- /dev/null +++ b/resources/contenttweaker/blockstates/hydra_juices.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "hydra_juices" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/hydrochloric_acid.json b/resources/contenttweaker/blockstates/hydrochloric_acid.json new file mode 100644 index 00000000..397892ba --- /dev/null +++ b/resources/contenttweaker/blockstates/hydrochloric_acid.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "hydrochloric_acid" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/hyperdense_plasma.json b/resources/contenttweaker/blockstates/hyperdense_plasma.json new file mode 100644 index 00000000..2ae04c87 --- /dev/null +++ b/resources/contenttweaker/blockstates/hyperdense_plasma.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "hyperdense_plasma" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/icy_bricks.json b/resources/contenttweaker/blockstates/icy_bricks.json new file mode 100644 index 00000000..7fb482bf --- /dev/null +++ b/resources/contenttweaker/blockstates/icy_bricks.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/icy_bricks", + "particle": "contenttweaker:blocks/icy_bricks" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/icy_gateway.json b/resources/contenttweaker/blockstates/icy_gateway.json new file mode 100644 index 00000000..6882b1c3 --- /dev/null +++ b/resources/contenttweaker/blockstates/icy_gateway.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/icy_gateway", + "particle": "contenttweaker:blocks/icy_gateway" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/icy_stone.json b/resources/contenttweaker/blockstates/icy_stone.json new file mode 100644 index 00000000..1d8e6238 --- /dev/null +++ b/resources/contenttweaker/blockstates/icy_stone.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/icy_stone", + "particle": "contenttweaker:blocks/icy_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/icy_tiles.json b/resources/contenttweaker/blockstates/icy_tiles.json new file mode 100644 index 00000000..15540de1 --- /dev/null +++ b/resources/contenttweaker/blockstates/icy_tiles.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/icy_tiles", + "particle": "contenttweaker:blocks/icy_tiles" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/immortallis_cap.json b/resources/contenttweaker/blockstates/immortallis_cap.json new file mode 100644 index 00000000..8da35b8b --- /dev/null +++ b/resources/contenttweaker/blockstates/immortallis_cap.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/immortallis_cap", + "particle": "contenttweaker:blocks/immortallis_cap" + }, + "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_dyson_conduit.json b/resources/contenttweaker/blockstates/infinity_dyson_conduit.json new file mode 100644 index 00000000..8fca9cf3 --- /dev/null +++ b/resources/contenttweaker/blockstates/infinity_dyson_conduit.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/infinity_dyson_conduit", + "particle": "contenttweaker:blocks/infinity_dyson_conduit" + }, + "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_furnace_bricks.json b/resources/contenttweaker/blockstates/infinity_furnace_bricks.json new file mode 100644 index 00000000..7b49a608 --- /dev/null +++ b/resources/contenttweaker/blockstates/infinity_furnace_bricks.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/infinity_furnace_bricks", + "particle": "contenttweaker:blocks/infinity_furnace_bricks" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/infusion_catalyst.json b/resources/contenttweaker/blockstates/infusion_catalyst.json new file mode 100644 index 00000000..afbd05b3 --- /dev/null +++ b/resources/contenttweaker/blockstates/infusion_catalyst.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/infusion_catalyst", + "particle": "contenttweaker:blocks/infusion_catalyst" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/iromine_block.json b/resources/contenttweaker/blockstates/iromine_block.json new file mode 100644 index 00000000..4f47beab --- /dev/null +++ b/resources/contenttweaker/blockstates/iromine_block.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/iromine_block", + "particle": "contenttweaker:blocks/iromine_block" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/iromine_cap.json b/resources/contenttweaker/blockstates/iromine_cap.json new file mode 100644 index 00000000..3be9043b --- /dev/null +++ b/resources/contenttweaker/blockstates/iromine_cap.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/iromine_cap", + "particle": "contenttweaker:blocks/iromine_cap" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/irradiated_filler.json b/resources/contenttweaker/blockstates/irradiated_filler.json new file mode 100644 index 00000000..1873630d --- /dev/null +++ b/resources/contenttweaker/blockstates/irradiated_filler.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/irradiated_filler", + "particle": "contenttweaker:blocks/irradiated_filler" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/irradiator_casing.json b/resources/contenttweaker/blockstates/irradiator_casing.json new file mode 100644 index 00000000..385c7766 --- /dev/null +++ b/resources/contenttweaker/blockstates/irradiator_casing.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/irradiator_casing", + "particle": "contenttweaker:blocks/irradiator_casing" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/krypton.json b/resources/contenttweaker/blockstates/krypton.json new file mode 100644 index 00000000..1a98a327 --- /dev/null +++ b/resources/contenttweaker/blockstates/krypton.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "krypton" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/krypton_xenon_mix.json b/resources/contenttweaker/blockstates/krypton_xenon_mix.json new file mode 100644 index 00000000..b5533dfd --- /dev/null +++ b/resources/contenttweaker/blockstates/krypton_xenon_mix.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "krypton_xenon_mix" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/lelyetian_cap.json b/resources/contenttweaker/blockstates/lelyetian_cap.json new file mode 100644 index 00000000..403e3217 --- /dev/null +++ b/resources/contenttweaker/blockstates/lelyetian_cap.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/lelyetian_cap", + "particle": "contenttweaker:blocks/lelyetian_cap" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/leptons.json b/resources/contenttweaker/blockstates/leptons.json new file mode 100644 index 00000000..3e1c09b2 --- /dev/null +++ b/resources/contenttweaker/blockstates/leptons.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "leptons" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/lilith_altar_bricks.json b/resources/contenttweaker/blockstates/lilith_altar_bricks.json new file mode 100644 index 00000000..4e83e6a0 --- /dev/null +++ b/resources/contenttweaker/blockstates/lilith_altar_bricks.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/lilith_altar_bricks", + "particle": "contenttweaker:blocks/lilith_altar_bricks" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/linear_accelerator_tube.json b/resources/contenttweaker/blockstates/linear_accelerator_tube.json new file mode 100644 index 00000000..742dd668 --- /dev/null +++ b/resources/contenttweaker/blockstates/linear_accelerator_tube.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/linear_accelerator_tube", + "particle": "contenttweaker:blocks/linear_accelerator_tube" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/liquid_life.json b/resources/contenttweaker/blockstates/liquid_life.json new file mode 100644 index 00000000..03311d64 --- /dev/null +++ b/resources/contenttweaker/blockstates/liquid_life.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "liquid_life" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/liquid_lp.json b/resources/contenttweaker/blockstates/liquid_lp.json new file mode 100644 index 00000000..6ec94e7b --- /dev/null +++ b/resources/contenttweaker/blockstates/liquid_lp.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "liquid_lp" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/liquid_madness.json b/resources/contenttweaker/blockstates/liquid_madness.json new file mode 100644 index 00000000..8922235c --- /dev/null +++ b/resources/contenttweaker/blockstates/liquid_madness.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "liquid_madness" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/liquid_pe.json b/resources/contenttweaker/blockstates/liquid_pe.json new file mode 100644 index 00000000..25d65209 --- /dev/null +++ b/resources/contenttweaker/blockstates/liquid_pe.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "liquid_pe" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/liquid_uu_matter.json b/resources/contenttweaker/blockstates/liquid_uu_matter.json new file mode 100644 index 00000000..29ccd24e --- /dev/null +++ b/resources/contenttweaker/blockstates/liquid_uu_matter.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "liquid_uu_matter" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/liquid_void.json b/resources/contenttweaker/blockstates/liquid_void.json new file mode 100644 index 00000000..2ccc0c32 --- /dev/null +++ b/resources/contenttweaker/blockstates/liquid_void.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "liquid_void" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/living_gold.json b/resources/contenttweaker/blockstates/living_gold.json new file mode 100644 index 00000000..a236239c --- /dev/null +++ b/resources/contenttweaker/blockstates/living_gold.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/living_gold", + "particle": "contenttweaker:blocks/living_gold" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/luminous_lava.json b/resources/contenttweaker/blockstates/luminous_lava.json new file mode 100644 index 00000000..805bfb69 --- /dev/null +++ b/resources/contenttweaker/blockstates/luminous_lava.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "luminous_lava" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/lumiotheum.json b/resources/contenttweaker/blockstates/lumiotheum.json new file mode 100644 index 00000000..1df08cbd --- /dev/null +++ b/resources/contenttweaker/blockstates/lumiotheum.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "lumiotheum" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/lunalus_cap.json b/resources/contenttweaker/blockstates/lunalus_cap.json new file mode 100644 index 00000000..70af4b38 --- /dev/null +++ b/resources/contenttweaker/blockstates/lunalus_cap.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/lunalus_cap", + "particle": "contenttweaker:blocks/lunalus_cap" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/lving_gold_nak.json b/resources/contenttweaker/blockstates/lving_gold_nak.json new file mode 100644 index 00000000..f3020931 --- /dev/null +++ b/resources/contenttweaker/blockstates/lving_gold_nak.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "lving_gold_nak" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/lymph_of_pixonia.json b/resources/contenttweaker/blockstates/lymph_of_pixonia.json new file mode 100644 index 00000000..7da40abb --- /dev/null +++ b/resources/contenttweaker/blockstates/lymph_of_pixonia.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "lymph_of_pixonia" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/magnatar_stabilizer.json b/resources/contenttweaker/blockstates/magnatar_stabilizer.json new file mode 100644 index 00000000..99e33c89 --- /dev/null +++ b/resources/contenttweaker/blockstates/magnatar_stabilizer.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "magnatar_stabilizer" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/master_rune_box.json b/resources/contenttweaker/blockstates/master_rune_box.json new file mode 100644 index 00000000..205990ad --- /dev/null +++ b/resources/contenttweaker/blockstates/master_rune_box.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/master_rune_box", + "particle": "contenttweaker:blocks/master_rune_box" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/materials/abyssite_molten.json b/resources/contenttweaker/blockstates/materials/abyssite_molten.json new file mode 100644 index 00000000..1fb8286f --- /dev/null +++ b/resources/contenttweaker/blockstates/materials/abyssite_molten.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "abyssite" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/materials/black_metal_block.json b/resources/contenttweaker/blockstates/materials/black_metal_block.json new file mode 100644 index 00000000..123f5732 --- /dev/null +++ b/resources/contenttweaker/blockstates/materials/black_metal_block.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "base:blocks/block", + "particle": "base:blocks/block" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/materials/black_metal_molten.json b/resources/contenttweaker/blockstates/materials/black_metal_molten.json new file mode 100644 index 00000000..908fc912 --- /dev/null +++ b/resources/contenttweaker/blockstates/materials/black_metal_molten.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "black_metal" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/materials/bloodmaster_metal_block.json b/resources/contenttweaker/blockstates/materials/bloodmaster_metal_block.json new file mode 100644 index 00000000..123f5732 --- /dev/null +++ b/resources/contenttweaker/blockstates/materials/bloodmaster_metal_block.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "base:blocks/block", + "particle": "base:blocks/block" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/materials/bloodmaster_metal_molten.json b/resources/contenttweaker/blockstates/materials/bloodmaster_metal_molten.json new file mode 100644 index 00000000..a26ae5e4 --- /dev/null +++ b/resources/contenttweaker/blockstates/materials/bloodmaster_metal_molten.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "bloodmaster_metal" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/materials/brightsteel_block.json b/resources/contenttweaker/blockstates/materials/brightsteel_block.json new file mode 100644 index 00000000..123f5732 --- /dev/null +++ b/resources/contenttweaker/blockstates/materials/brightsteel_block.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "base:blocks/block", + "particle": "base:blocks/block" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/materials/brightsteel_molten.json b/resources/contenttweaker/blockstates/materials/brightsteel_molten.json new file mode 100644 index 00000000..89bd3bf0 --- /dev/null +++ b/resources/contenttweaker/blockstates/materials/brightsteel_molten.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "brightsteel" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/materials/brightsteel_ore_minecraft_stone.json b/resources/contenttweaker/blockstates/materials/brightsteel_ore_minecraft_stone.json new file mode 100644 index 00000000..2b484606 --- /dev/null +++ b/resources/contenttweaker/blockstates/materials/brightsteel_ore_minecraft_stone.json @@ -0,0 +1,21 @@ +{ + "forge_marker": 1, + "defaults": { + "transform": "forge:default-block", + "model": "base:ore", + "textures": { + "particle": "minecraft:blocks/stone", + "texture": "minecraft:blocks/stone", + "ore": "base:blocks/ore", + "ore_shadow": "base:blocks/ore_shadow" + } + }, + "variants": { + "normal": [ + {} + ], + "inventory": [ + {} + ] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/materials/caesium_molten.json b/resources/contenttweaker/blockstates/materials/caesium_molten.json new file mode 100644 index 00000000..05998071 --- /dev/null +++ b/resources/contenttweaker/blockstates/materials/caesium_molten.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "caesium" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/materials/candyte_block.json b/resources/contenttweaker/blockstates/materials/candyte_block.json new file mode 100644 index 00000000..123f5732 --- /dev/null +++ b/resources/contenttweaker/blockstates/materials/candyte_block.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "base:blocks/block", + "particle": "base:blocks/block" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/materials/candyte_molten.json b/resources/contenttweaker/blockstates/materials/candyte_molten.json new file mode 100644 index 00000000..34c75a5f --- /dev/null +++ b/resources/contenttweaker/blockstates/materials/candyte_molten.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "candyte" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/materials/candyte_ore_minecraft_stone.json b/resources/contenttweaker/blockstates/materials/candyte_ore_minecraft_stone.json new file mode 100644 index 00000000..2b484606 --- /dev/null +++ b/resources/contenttweaker/blockstates/materials/candyte_ore_minecraft_stone.json @@ -0,0 +1,21 @@ +{ + "forge_marker": 1, + "defaults": { + "transform": "forge:default-block", + "model": "base:ore", + "textures": { + "particle": "minecraft:blocks/stone", + "texture": "minecraft:blocks/stone", + "ore": "base:blocks/ore", + "ore_shadow": "base:blocks/ore_shadow" + } + }, + "variants": { + "normal": [ + {} + ], + "inventory": [ + {} + ] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/materials/chalcedony_block.json b/resources/contenttweaker/blockstates/materials/chalcedony_block.json new file mode 100644 index 00000000..123f5732 --- /dev/null +++ b/resources/contenttweaker/blockstates/materials/chalcedony_block.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "base:blocks/block", + "particle": "base:blocks/block" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/materials/chalcedony_molten.json b/resources/contenttweaker/blockstates/materials/chalcedony_molten.json new file mode 100644 index 00000000..c79bf8c9 --- /dev/null +++ b/resources/contenttweaker/blockstates/materials/chalcedony_molten.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "chalcedony" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/materials/chalcedony_ore_minecraft_stone.json b/resources/contenttweaker/blockstates/materials/chalcedony_ore_minecraft_stone.json new file mode 100644 index 00000000..2b484606 --- /dev/null +++ b/resources/contenttweaker/blockstates/materials/chalcedony_ore_minecraft_stone.json @@ -0,0 +1,21 @@ +{ + "forge_marker": 1, + "defaults": { + "transform": "forge:default-block", + "model": "base:ore", + "textures": { + "particle": "minecraft:blocks/stone", + "texture": "minecraft:blocks/stone", + "ore": "base:blocks/ore", + "ore_shadow": "base:blocks/ore_shadow" + } + }, + "variants": { + "normal": [ + {} + ], + "inventory": [ + {} + ] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/materials/chaos_molten.json b/resources/contenttweaker/blockstates/materials/chaos_molten.json new file mode 100644 index 00000000..7ec8ad26 --- /dev/null +++ b/resources/contenttweaker/blockstates/materials/chaos_molten.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "chaos" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/materials/corrosive_steel_block.json b/resources/contenttweaker/blockstates/materials/corrosive_steel_block.json new file mode 100644 index 00000000..123f5732 --- /dev/null +++ b/resources/contenttweaker/blockstates/materials/corrosive_steel_block.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "base:blocks/block", + "particle": "base:blocks/block" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/materials/corrosive_steel_molten.json b/resources/contenttweaker/blockstates/materials/corrosive_steel_molten.json new file mode 100644 index 00000000..6f6eb548 --- /dev/null +++ b/resources/contenttweaker/blockstates/materials/corrosive_steel_molten.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "corrosive_steel" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/materials/demonic_steel_block.json b/resources/contenttweaker/blockstates/materials/demonic_steel_block.json new file mode 100644 index 00000000..123f5732 --- /dev/null +++ b/resources/contenttweaker/blockstates/materials/demonic_steel_block.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "base:blocks/block", + "particle": "base:blocks/block" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/materials/demonic_steel_molten.json b/resources/contenttweaker/blockstates/materials/demonic_steel_molten.json new file mode 100644 index 00000000..481107ea --- /dev/null +++ b/resources/contenttweaker/blockstates/materials/demonic_steel_molten.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "demonic_steel" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/materials/demonic_steel_ore_minecraft_stone.json b/resources/contenttweaker/blockstates/materials/demonic_steel_ore_minecraft_stone.json new file mode 100644 index 00000000..2b484606 --- /dev/null +++ b/resources/contenttweaker/blockstates/materials/demonic_steel_ore_minecraft_stone.json @@ -0,0 +1,21 @@ +{ + "forge_marker": 1, + "defaults": { + "transform": "forge:default-block", + "model": "base:ore", + "textures": { + "particle": "minecraft:blocks/stone", + "texture": "minecraft:blocks/stone", + "ore": "base:blocks/ore", + "ore_shadow": "base:blocks/ore_shadow" + } + }, + "variants": { + "normal": [ + {} + ], + "inventory": [ + {} + ] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/materials/destructive_steel_block.json b/resources/contenttweaker/blockstates/materials/destructive_steel_block.json new file mode 100644 index 00000000..123f5732 --- /dev/null +++ b/resources/contenttweaker/blockstates/materials/destructive_steel_block.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "base:blocks/block", + "particle": "base:blocks/block" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/materials/destructive_steel_molten.json b/resources/contenttweaker/blockstates/materials/destructive_steel_molten.json new file mode 100644 index 00000000..f001eebc --- /dev/null +++ b/resources/contenttweaker/blockstates/materials/destructive_steel_molten.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "destructive_steel" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/materials/dreaded_steel_block.json b/resources/contenttweaker/blockstates/materials/dreaded_steel_block.json new file mode 100644 index 00000000..123f5732 --- /dev/null +++ b/resources/contenttweaker/blockstates/materials/dreaded_steel_block.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "base:blocks/block", + "particle": "base:blocks/block" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/materials/dreaded_steel_molten.json b/resources/contenttweaker/blockstates/materials/dreaded_steel_molten.json new file mode 100644 index 00000000..7356d9a6 --- /dev/null +++ b/resources/contenttweaker/blockstates/materials/dreaded_steel_molten.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "dreaded_steel" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/materials/dreadite_block.json b/resources/contenttweaker/blockstates/materials/dreadite_block.json new file mode 100644 index 00000000..123f5732 --- /dev/null +++ b/resources/contenttweaker/blockstates/materials/dreadite_block.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "base:blocks/block", + "particle": "base:blocks/block" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/materials/dreadite_molten.json b/resources/contenttweaker/blockstates/materials/dreadite_molten.json new file mode 100644 index 00000000..8d1f2b84 --- /dev/null +++ b/resources/contenttweaker/blockstates/materials/dreadite_molten.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "dreadite" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/materials/fluctuatite_molten.json b/resources/contenttweaker/blockstates/materials/fluctuatite_molten.json new file mode 100644 index 00000000..9e5e711e --- /dev/null +++ b/resources/contenttweaker/blockstates/materials/fluctuatite_molten.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "fluctuatite" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/materials/fluctuatite_ore_minecraft_stone.json b/resources/contenttweaker/blockstates/materials/fluctuatite_ore_minecraft_stone.json new file mode 100644 index 00000000..2b484606 --- /dev/null +++ b/resources/contenttweaker/blockstates/materials/fluctuatite_ore_minecraft_stone.json @@ -0,0 +1,21 @@ +{ + "forge_marker": 1, + "defaults": { + "transform": "forge:default-block", + "model": "base:ore", + "textures": { + "particle": "minecraft:blocks/stone", + "texture": "minecraft:blocks/stone", + "ore": "base:blocks/ore", + "ore_shadow": "base:blocks/ore_shadow" + } + }, + "variants": { + "normal": [ + {} + ], + "inventory": [ + {} + ] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/materials/lunastone_block.json b/resources/contenttweaker/blockstates/materials/lunastone_block.json new file mode 100644 index 00000000..123f5732 --- /dev/null +++ b/resources/contenttweaker/blockstates/materials/lunastone_block.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "base:blocks/block", + "particle": "base:blocks/block" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/materials/lunastone_molten.json b/resources/contenttweaker/blockstates/materials/lunastone_molten.json new file mode 100644 index 00000000..c49c2b97 --- /dev/null +++ b/resources/contenttweaker/blockstates/materials/lunastone_molten.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "lunastone" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/materials/lunastone_ore_minecraft_stone.json b/resources/contenttweaker/blockstates/materials/lunastone_ore_minecraft_stone.json new file mode 100644 index 00000000..2b484606 --- /dev/null +++ b/resources/contenttweaker/blockstates/materials/lunastone_ore_minecraft_stone.json @@ -0,0 +1,21 @@ +{ + "forge_marker": 1, + "defaults": { + "transform": "forge:default-block", + "model": "base:ore", + "textures": { + "particle": "minecraft:blocks/stone", + "texture": "minecraft:blocks/stone", + "ore": "base:blocks/ore", + "ore_shadow": "base:blocks/ore_shadow" + } + }, + "variants": { + "normal": [ + {} + ], + "inventory": [ + {} + ] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/materials/myrmitite_block.json b/resources/contenttweaker/blockstates/materials/myrmitite_block.json new file mode 100644 index 00000000..123f5732 --- /dev/null +++ b/resources/contenttweaker/blockstates/materials/myrmitite_block.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "base:blocks/block", + "particle": "base:blocks/block" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/materials/myrmitite_molten.json b/resources/contenttweaker/blockstates/materials/myrmitite_molten.json new file mode 100644 index 00000000..9f2ac0de --- /dev/null +++ b/resources/contenttweaker/blockstates/materials/myrmitite_molten.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "myrmitite" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/materials/myrmitite_ore_minecraft_stone.json b/resources/contenttweaker/blockstates/materials/myrmitite_ore_minecraft_stone.json new file mode 100644 index 00000000..2b484606 --- /dev/null +++ b/resources/contenttweaker/blockstates/materials/myrmitite_ore_minecraft_stone.json @@ -0,0 +1,21 @@ +{ + "forge_marker": 1, + "defaults": { + "transform": "forge:default-block", + "model": "base:ore", + "textures": { + "particle": "minecraft:blocks/stone", + "texture": "minecraft:blocks/stone", + "ore": "base:blocks/ore", + "ore_shadow": "base:blocks/ore_shadow" + } + }, + "variants": { + "normal": [ + {} + ], + "inventory": [ + {} + ] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/materials/ogerite_block.json b/resources/contenttweaker/blockstates/materials/ogerite_block.json new file mode 100644 index 00000000..123f5732 --- /dev/null +++ b/resources/contenttweaker/blockstates/materials/ogerite_block.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "base:blocks/block", + "particle": "base:blocks/block" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/materials/ogerite_molten.json b/resources/contenttweaker/blockstates/materials/ogerite_molten.json new file mode 100644 index 00000000..3e7debfd --- /dev/null +++ b/resources/contenttweaker/blockstates/materials/ogerite_molten.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "ogerite" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/materials/ogerite_ore_minecraft_stone.json b/resources/contenttweaker/blockstates/materials/ogerite_ore_minecraft_stone.json new file mode 100644 index 00000000..2b484606 --- /dev/null +++ b/resources/contenttweaker/blockstates/materials/ogerite_ore_minecraft_stone.json @@ -0,0 +1,21 @@ +{ + "forge_marker": 1, + "defaults": { + "transform": "forge:default-block", + "model": "base:ore", + "textures": { + "particle": "minecraft:blocks/stone", + "texture": "minecraft:blocks/stone", + "ore": "base:blocks/ore", + "ore_shadow": "base:blocks/ore_shadow" + } + }, + "variants": { + "normal": [ + {} + ], + "inventory": [ + {} + ] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/materials/palladium_block.json b/resources/contenttweaker/blockstates/materials/palladium_block.json new file mode 100644 index 00000000..123f5732 --- /dev/null +++ b/resources/contenttweaker/blockstates/materials/palladium_block.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "base:blocks/block", + "particle": "base:blocks/block" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/materials/palladium_molten.json b/resources/contenttweaker/blockstates/materials/palladium_molten.json new file mode 100644 index 00000000..cc59131e --- /dev/null +++ b/resources/contenttweaker/blockstates/materials/palladium_molten.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "palladium" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/materials/palladium_ore_minecraft_stone.json b/resources/contenttweaker/blockstates/materials/palladium_ore_minecraft_stone.json new file mode 100644 index 00000000..2b484606 --- /dev/null +++ b/resources/contenttweaker/blockstates/materials/palladium_ore_minecraft_stone.json @@ -0,0 +1,21 @@ +{ + "forge_marker": 1, + "defaults": { + "transform": "forge:default-block", + "model": "base:ore", + "textures": { + "particle": "minecraft:blocks/stone", + "texture": "minecraft:blocks/stone", + "ore": "base:blocks/ore", + "ore_shadow": "base:blocks/ore_shadow" + } + }, + "variants": { + "normal": [ + {} + ], + "inventory": [ + {} + ] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/materials/polonium_block.json b/resources/contenttweaker/blockstates/materials/polonium_block.json new file mode 100644 index 00000000..123f5732 --- /dev/null +++ b/resources/contenttweaker/blockstates/materials/polonium_block.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "base:blocks/block", + "particle": "base:blocks/block" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/materials/polonium_molten.json b/resources/contenttweaker/blockstates/materials/polonium_molten.json new file mode 100644 index 00000000..da51d7a3 --- /dev/null +++ b/resources/contenttweaker/blockstates/materials/polonium_molten.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "polonium" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/materials/polonium_ore_minecraft_stone.json b/resources/contenttweaker/blockstates/materials/polonium_ore_minecraft_stone.json new file mode 100644 index 00000000..2b484606 --- /dev/null +++ b/resources/contenttweaker/blockstates/materials/polonium_ore_minecraft_stone.json @@ -0,0 +1,21 @@ +{ + "forge_marker": 1, + "defaults": { + "transform": "forge:default-block", + "model": "base:ore", + "textures": { + "particle": "minecraft:blocks/stone", + "texture": "minecraft:blocks/stone", + "ore": "base:blocks/ore", + "ore_shadow": "base:blocks/ore_shadow" + } + }, + "variants": { + "normal": [ + {} + ], + "inventory": [ + {} + ] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/materials/primal_ogerite_molten.json b/resources/contenttweaker/blockstates/materials/primal_ogerite_molten.json new file mode 100644 index 00000000..627709f4 --- /dev/null +++ b/resources/contenttweaker/blockstates/materials/primal_ogerite_molten.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "primal_ogerite" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/materials/promethium_molten.json b/resources/contenttweaker/blockstates/materials/promethium_molten.json new file mode 100644 index 00000000..6bd0862b --- /dev/null +++ b/resources/contenttweaker/blockstates/materials/promethium_molten.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "promethium" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/materials/rhenium_molten.json b/resources/contenttweaker/blockstates/materials/rhenium_molten.json new file mode 100644 index 00000000..fa08c58b --- /dev/null +++ b/resources/contenttweaker/blockstates/materials/rhenium_molten.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "rhenium" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/materials/rhenium_ore_minecraft_stone.json b/resources/contenttweaker/blockstates/materials/rhenium_ore_minecraft_stone.json new file mode 100644 index 00000000..2b484606 --- /dev/null +++ b/resources/contenttweaker/blockstates/materials/rhenium_ore_minecraft_stone.json @@ -0,0 +1,21 @@ +{ + "forge_marker": 1, + "defaults": { + "transform": "forge:default-block", + "model": "base:ore", + "textures": { + "particle": "minecraft:blocks/stone", + "texture": "minecraft:blocks/stone", + "ore": "base:blocks/ore", + "ore_shadow": "base:blocks/ore_shadow" + } + }, + "variants": { + "normal": [ + {} + ], + "inventory": [ + {} + ] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/materials/rubidium_molten.json b/resources/contenttweaker/blockstates/materials/rubidium_molten.json new file mode 100644 index 00000000..1f6ff1a1 --- /dev/null +++ b/resources/contenttweaker/blockstates/materials/rubidium_molten.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "rubidium" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/materials/sacrifice_metal_block.json b/resources/contenttweaker/blockstates/materials/sacrifice_metal_block.json new file mode 100644 index 00000000..123f5732 --- /dev/null +++ b/resources/contenttweaker/blockstates/materials/sacrifice_metal_block.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "base:blocks/block", + "particle": "base:blocks/block" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/materials/sacrifice_metal_molten.json b/resources/contenttweaker/blockstates/materials/sacrifice_metal_molten.json new file mode 100644 index 00000000..5a5c8ed8 --- /dev/null +++ b/resources/contenttweaker/blockstates/materials/sacrifice_metal_molten.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "sacrifice_metal" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/materials/sednanite_molten.json b/resources/contenttweaker/blockstates/materials/sednanite_molten.json new file mode 100644 index 00000000..28b68631 --- /dev/null +++ b/resources/contenttweaker/blockstates/materials/sednanite_molten.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "sednanite" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/materials/sednanite_ore_minecraft_stone.json b/resources/contenttweaker/blockstates/materials/sednanite_ore_minecraft_stone.json new file mode 100644 index 00000000..2b484606 --- /dev/null +++ b/resources/contenttweaker/blockstates/materials/sednanite_ore_minecraft_stone.json @@ -0,0 +1,21 @@ +{ + "forge_marker": 1, + "defaults": { + "transform": "forge:default-block", + "model": "base:ore", + "textures": { + "particle": "minecraft:blocks/stone", + "texture": "minecraft:blocks/stone", + "ore": "base:blocks/ore", + "ore_shadow": "base:blocks/ore_shadow" + } + }, + "variants": { + "normal": [ + {} + ], + "inventory": [ + {} + ] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/materials/septaeptaite_block.json b/resources/contenttweaker/blockstates/materials/septaeptaite_block.json new file mode 100644 index 00000000..123f5732 --- /dev/null +++ b/resources/contenttweaker/blockstates/materials/septaeptaite_block.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "base:blocks/block", + "particle": "base:blocks/block" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/materials/septaeptaite_molten.json b/resources/contenttweaker/blockstates/materials/septaeptaite_molten.json new file mode 100644 index 00000000..0615a10f --- /dev/null +++ b/resources/contenttweaker/blockstates/materials/septaeptaite_molten.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "septaeptaite" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/materials/steadfast_steel_block.json b/resources/contenttweaker/blockstates/materials/steadfast_steel_block.json new file mode 100644 index 00000000..123f5732 --- /dev/null +++ b/resources/contenttweaker/blockstates/materials/steadfast_steel_block.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "base:blocks/block", + "particle": "base:blocks/block" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/materials/steadfast_steel_molten.json b/resources/contenttweaker/blockstates/materials/steadfast_steel_molten.json new file mode 100644 index 00000000..b2bee324 --- /dev/null +++ b/resources/contenttweaker/blockstates/materials/steadfast_steel_molten.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "steadfast_steel" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/materials/strontium_molten.json b/resources/contenttweaker/blockstates/materials/strontium_molten.json new file mode 100644 index 00000000..c5f92498 --- /dev/null +++ b/resources/contenttweaker/blockstates/materials/strontium_molten.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "strontium" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/materials/tartarite_ore_minecraft_stone.json b/resources/contenttweaker/blockstates/materials/tartarite_ore_minecraft_stone.json new file mode 100644 index 00000000..2b484606 --- /dev/null +++ b/resources/contenttweaker/blockstates/materials/tartarite_ore_minecraft_stone.json @@ -0,0 +1,21 @@ +{ + "forge_marker": 1, + "defaults": { + "transform": "forge:default-block", + "model": "base:ore", + "textures": { + "particle": "minecraft:blocks/stone", + "texture": "minecraft:blocks/stone", + "ore": "base:blocks/ore", + "ore_shadow": "base:blocks/ore_shadow" + } + }, + "variants": { + "normal": [ + {} + ], + "inventory": [ + {} + ] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/materials/vengeful_steel_block.json b/resources/contenttweaker/blockstates/materials/vengeful_steel_block.json new file mode 100644 index 00000000..123f5732 --- /dev/null +++ b/resources/contenttweaker/blockstates/materials/vengeful_steel_block.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "base:blocks/block", + "particle": "base:blocks/block" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/materials/vengeful_steel_molten.json b/resources/contenttweaker/blockstates/materials/vengeful_steel_molten.json new file mode 100644 index 00000000..245a1d90 --- /dev/null +++ b/resources/contenttweaker/blockstates/materials/vengeful_steel_molten.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "vengeful_steel" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/materials/vibranium_block.json b/resources/contenttweaker/blockstates/materials/vibranium_block.json new file mode 100644 index 00000000..123f5732 --- /dev/null +++ b/resources/contenttweaker/blockstates/materials/vibranium_block.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "base:blocks/block", + "particle": "base:blocks/block" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/materials/vibranium_molten.json b/resources/contenttweaker/blockstates/materials/vibranium_molten.json new file mode 100644 index 00000000..48f4ffdf --- /dev/null +++ b/resources/contenttweaker/blockstates/materials/vibranium_molten.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "vibranium" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/materials/vityte_block.json b/resources/contenttweaker/blockstates/materials/vityte_block.json new file mode 100644 index 00000000..123f5732 --- /dev/null +++ b/resources/contenttweaker/blockstates/materials/vityte_block.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "base:blocks/block", + "particle": "base:blocks/block" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/materials/vityte_molten.json b/resources/contenttweaker/blockstates/materials/vityte_molten.json new file mode 100644 index 00000000..9622f696 --- /dev/null +++ b/resources/contenttweaker/blockstates/materials/vityte_molten.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "vityte" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/materials/vityte_ore_minecraft_stone.json b/resources/contenttweaker/blockstates/materials/vityte_ore_minecraft_stone.json new file mode 100644 index 00000000..2b484606 --- /dev/null +++ b/resources/contenttweaker/blockstates/materials/vityte_ore_minecraft_stone.json @@ -0,0 +1,21 @@ +{ + "forge_marker": 1, + "defaults": { + "transform": "forge:default-block", + "model": "base:ore", + "textures": { + "particle": "minecraft:blocks/stone", + "texture": "minecraft:blocks/stone", + "ore": "base:blocks/ore", + "ore_shadow": "base:blocks/ore_shadow" + } + }, + "variants": { + "normal": [ + {} + ], + "inventory": [ + {} + ] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/meatane.json b/resources/contenttweaker/blockstates/meatane.json new file mode 100644 index 00000000..8d340ba0 --- /dev/null +++ b/resources/contenttweaker/blockstates/meatane.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "meatane" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/metagabbro.json b/resources/contenttweaker/blockstates/metagabbro.json new file mode 100644 index 00000000..aa03a976 --- /dev/null +++ b/resources/contenttweaker/blockstates/metagabbro.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/metagabbro", + "particle": "contenttweaker:blocks/metagabbro" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/mildly_recursive_goo.json b/resources/contenttweaker/blockstates/mildly_recursive_goo.json new file mode 100644 index 00000000..808f4b6c --- /dev/null +++ b/resources/contenttweaker/blockstates/mildly_recursive_goo.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "mildly_recursive_goo" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/milkiest_chocolate.json b/resources/contenttweaker/blockstates/milkiest_chocolate.json new file mode 100644 index 00000000..d032c50c --- /dev/null +++ b/resources/contenttweaker/blockstates/milkiest_chocolate.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "milkiest_chocolate" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/mineral_water.json b/resources/contenttweaker/blockstates/mineral_water.json new file mode 100644 index 00000000..1606979b --- /dev/null +++ b/resources/contenttweaker/blockstates/mineral_water.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "mineral_water" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/miniature_black_hole.json b/resources/contenttweaker/blockstates/miniature_black_hole.json new file mode 100644 index 00000000..36e6b778 --- /dev/null +++ b/resources/contenttweaker/blockstates/miniature_black_hole.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/miniature_black_hole", + "particle": "contenttweaker:blocks/miniature_black_hole" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/miniature_pulsar.json b/resources/contenttweaker/blockstates/miniature_pulsar.json new file mode 100644 index 00000000..95e4493d --- /dev/null +++ b/resources/contenttweaker/blockstates/miniature_pulsar.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/miniature_pulsar", + "particle": "contenttweaker:blocks/miniature_pulsar" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/miniature_star.json b/resources/contenttweaker/blockstates/miniature_star.json new file mode 100644 index 00000000..a47a3365 --- /dev/null +++ b/resources/contenttweaker/blockstates/miniature_star.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/miniature_star", + "particle": "contenttweaker:blocks/miniature_star" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/mithrillium_catalyst.json b/resources/contenttweaker/blockstates/mithrillium_catalyst.json new file mode 100644 index 00000000..6f446e20 --- /dev/null +++ b/resources/contenttweaker/blockstates/mithrillium_catalyst.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/mithrillium_catalyst", + "particle": "contenttweaker:blocks/mithrillium_catalyst" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/moloch_altar_bricks.json b/resources/contenttweaker/blockstates/moloch_altar_bricks.json new file mode 100644 index 00000000..6e764af6 --- /dev/null +++ b/resources/contenttweaker/blockstates/moloch_altar_bricks.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/moloch_altar_bricks", + "particle": "contenttweaker:blocks/moloch_altar_bricks" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/molten_arlemite.json b/resources/contenttweaker/blockstates/molten_arlemite.json new file mode 100644 index 00000000..d05fb8e1 --- /dev/null +++ b/resources/contenttweaker/blockstates/molten_arlemite.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "molten_arlemite" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/molten_calcite.json b/resources/contenttweaker/blockstates/molten_calcite.json new file mode 100644 index 00000000..68dcd4d6 --- /dev/null +++ b/resources/contenttweaker/blockstates/molten_calcite.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "molten_calcite" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/molten_calcium.json b/resources/contenttweaker/blockstates/molten_calcium.json new file mode 100644 index 00000000..1cd71131 --- /dev/null +++ b/resources/contenttweaker/blockstates/molten_calcium.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "molten_calcium" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/molten_gallium.json b/resources/contenttweaker/blockstates/molten_gallium.json new file mode 100644 index 00000000..15c1b964 --- /dev/null +++ b/resources/contenttweaker/blockstates/molten_gallium.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "molten_gallium" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/molten_germanium.json b/resources/contenttweaker/blockstates/molten_germanium.json new file mode 100644 index 00000000..df81b41a --- /dev/null +++ b/resources/contenttweaker/blockstates/molten_germanium.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "molten_germanium" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/molten_netherite.json b/resources/contenttweaker/blockstates/molten_netherite.json new file mode 100644 index 00000000..f8760dfc --- /dev/null +++ b/resources/contenttweaker/blockstates/molten_netherite.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "molten_netherite" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/molten_phosphorous.json b/resources/contenttweaker/blockstates/molten_phosphorous.json new file mode 100644 index 00000000..d7cbf6ed --- /dev/null +++ b/resources/contenttweaker/blockstates/molten_phosphorous.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "molten_phosphorous" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/molten_phosphorus.json b/resources/contenttweaker/blockstates/molten_phosphorus.json new file mode 100644 index 00000000..d6e26f87 --- /dev/null +++ b/resources/contenttweaker/blockstates/molten_phosphorus.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "molten_phosphorus" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/molten_realmite.json b/resources/contenttweaker/blockstates/molten_realmite.json new file mode 100644 index 00000000..b1008003 --- /dev/null +++ b/resources/contenttweaker/blockstates/molten_realmite.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "molten_realmite" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/molten_rupee.json b/resources/contenttweaker/blockstates/molten_rupee.json new file mode 100644 index 00000000..8b92e195 --- /dev/null +++ b/resources/contenttweaker/blockstates/molten_rupee.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "molten_rupee" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/molten_scandium.json b/resources/contenttweaker/blockstates/molten_scandium.json new file mode 100644 index 00000000..653bd1b3 --- /dev/null +++ b/resources/contenttweaker/blockstates/molten_scandium.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "molten_scandium" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/molten_silicon.json b/resources/contenttweaker/blockstates/molten_silicon.json new file mode 100644 index 00000000..ca5c352c --- /dev/null +++ b/resources/contenttweaker/blockstates/molten_silicon.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "molten_silicon" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/molten_titanium.json b/resources/contenttweaker/blockstates/molten_titanium.json new file mode 100644 index 00000000..74828690 --- /dev/null +++ b/resources/contenttweaker/blockstates/molten_titanium.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "molten_titanium" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/molten_vanadium.json b/resources/contenttweaker/blockstates/molten_vanadium.json new file mode 100644 index 00000000..ab98b8d3 --- /dev/null +++ b/resources/contenttweaker/blockstates/molten_vanadium.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "molten_vanadium" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/muon_extractor.json b/resources/contenttweaker/blockstates/muon_extractor.json new file mode 100644 index 00000000..26f1cdb8 --- /dev/null +++ b/resources/contenttweaker/blockstates/muon_extractor.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/muon_extractor", + "particle": "contenttweaker:blocks/muon_extractor" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/muons.json b/resources/contenttweaker/blockstates/muons.json new file mode 100644 index 00000000..36f61361 --- /dev/null +++ b/resources/contenttweaker/blockstates/muons.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "muons" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/myrmitite_ore.json b/resources/contenttweaker/blockstates/myrmitite_ore.json new file mode 100644 index 00000000..b98b6b2d --- /dev/null +++ b/resources/contenttweaker/blockstates/myrmitite_ore.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/myrmitite_ore", + "particle": "contenttweaker:blocks/myrmitite_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/mysterium_block.json b/resources/contenttweaker/blockstates/mysterium_block.json new file mode 100644 index 00000000..4ce8b0b7 --- /dev/null +++ b/resources/contenttweaker/blockstates/mysterium_block.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/mysterium_block", + "particle": "contenttweaker:blocks/mysterium_block" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/mysterium_cap.json b/resources/contenttweaker/blockstates/mysterium_cap.json new file mode 100644 index 00000000..6d01e069 --- /dev/null +++ b/resources/contenttweaker/blockstates/mysterium_cap.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/mysterium_cap", + "particle": "contenttweaker:blocks/mysterium_cap" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/mythic_coil_t1.json b/resources/contenttweaker/blockstates/mythic_coil_t1.json new file mode 100644 index 00000000..1f4e4fdb --- /dev/null +++ b/resources/contenttweaker/blockstates/mythic_coil_t1.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/mythic_coil_t1", + "particle": "contenttweaker:blocks/mythic_coil_t1" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/mythic_coil_t2.json b/resources/contenttweaker/blockstates/mythic_coil_t2.json new file mode 100644 index 00000000..f479c885 --- /dev/null +++ b/resources/contenttweaker/blockstates/mythic_coil_t2.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/mythic_coil_t2", + "particle": "contenttweaker:blocks/mythic_coil_t2" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/mythic_coil_t3.json b/resources/contenttweaker/blockstates/mythic_coil_t3.json new file mode 100644 index 00000000..a2ad8922 --- /dev/null +++ b/resources/contenttweaker/blockstates/mythic_coil_t3.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/mythic_coil_t3", + "particle": "contenttweaker:blocks/mythic_coil_t3" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/mythic_excavation_computer.json b/resources/contenttweaker/blockstates/mythic_excavation_computer.json new file mode 100644 index 00000000..ecc02345 --- /dev/null +++ b/resources/contenttweaker/blockstates/mythic_excavation_computer.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/mythic_excavation_computer", + "particle": "contenttweaker:blocks/mythic_excavation_computer" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/mythic_excavation_engine.json b/resources/contenttweaker/blockstates/mythic_excavation_engine.json new file mode 100644 index 00000000..cb4e0b4a --- /dev/null +++ b/resources/contenttweaker/blockstates/mythic_excavation_engine.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/mythic_excavation_engine", + "particle": "contenttweaker:blocks/mythic_excavation_engine" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/mythic_excavation_reactor.json b/resources/contenttweaker/blockstates/mythic_excavation_reactor.json new file mode 100644 index 00000000..23bbfbd6 --- /dev/null +++ b/resources/contenttweaker/blockstates/mythic_excavation_reactor.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/mythic_excavation_reactor", + "particle": "contenttweaker:blocks/mythic_excavation_reactor" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/mythic_machine_case.json b/resources/contenttweaker/blockstates/mythic_machine_case.json new file mode 100644 index 00000000..78d3addb --- /dev/null +++ b/resources/contenttweaker/blockstates/mythic_machine_case.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/mythic_machine_case", + "particle": "contenttweaker:blocks/mythic_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/neon.json b/resources/contenttweaker/blockstates/neon.json new file mode 100644 index 00000000..819cbfc5 --- /dev/null +++ b/resources/contenttweaker/blockstates/neon.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "neon" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/nethengeic_fluid.json b/resources/contenttweaker/blockstates/nethengeic_fluid.json new file mode 100644 index 00000000..5aaa0c69 --- /dev/null +++ b/resources/contenttweaker/blockstates/nethengeic_fluid.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "nethengeic_fluid" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/nethersky_amber.json b/resources/contenttweaker/blockstates/nethersky_amber.json new file mode 100644 index 00000000..3ab4ea96 --- /dev/null +++ b/resources/contenttweaker/blockstates/nethersky_amber.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/nethersky_amber", + "particle": "contenttweaker:blocks/nethersky_amber" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/netrino_plasma.json b/resources/contenttweaker/blockstates/netrino_plasma.json new file mode 100644 index 00000000..1a89468d --- /dev/null +++ b/resources/contenttweaker/blockstates/netrino_plasma.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "netrino_plasma" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/neutronium_bombarder.json b/resources/contenttweaker/blockstates/neutronium_bombarder.json new file mode 100644 index 00000000..50434c46 --- /dev/null +++ b/resources/contenttweaker/blockstates/neutronium_bombarder.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/neutronium_bombarder", + "particle": "contenttweaker:blocks/neutronium_bombarder" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/neutronium_cannon.json b/resources/contenttweaker/blockstates/neutronium_cannon.json new file mode 100644 index 00000000..0ddfcece --- /dev/null +++ b/resources/contenttweaker/blockstates/neutronium_cannon.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/neutronium_cannon", + "particle": "contenttweaker:blocks/neutronium_cannon" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/neutronium_casing.json b/resources/contenttweaker/blockstates/neutronium_casing.json new file mode 100644 index 00000000..629ece77 --- /dev/null +++ b/resources/contenttweaker/blockstates/neutronium_casing.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/neutronium_casing", + "particle": "contenttweaker:blocks/neutronium_casing" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/neutrons.json b/resources/contenttweaker/blockstates/neutrons.json new file mode 100644 index 00000000..05b62fe6 --- /dev/null +++ b/resources/contenttweaker/blockstates/neutrons.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "neutrons" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/nightly_water.json b/resources/contenttweaker/blockstates/nightly_water.json new file mode 100644 index 00000000..8141815e --- /dev/null +++ b/resources/contenttweaker/blockstates/nightly_water.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "nightly_water" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/nightmare_block.json b/resources/contenttweaker/blockstates/nightmare_block.json new file mode 100644 index 00000000..46082100 --- /dev/null +++ b/resources/contenttweaker/blockstates/nightmare_block.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/nightmare_block", + "particle": "contenttweaker:blocks/nightmare_block" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/nightmare_machine_case.json b/resources/contenttweaker/blockstates/nightmare_machine_case.json new file mode 100644 index 00000000..1607ce6c --- /dev/null +++ b/resources/contenttweaker/blockstates/nightmare_machine_case.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/nightmare_machine_case", + "particle": "contenttweaker:blocks/nightmare_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/nightmarish_matter.json b/resources/contenttweaker/blockstates/nightmarish_matter.json new file mode 100644 index 00000000..5fae0af6 --- /dev/null +++ b/resources/contenttweaker/blockstates/nightmarish_matter.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "nightmarish_matter" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/nitrogen_16.json b/resources/contenttweaker/blockstates/nitrogen_16.json new file mode 100644 index 00000000..fd310fa3 --- /dev/null +++ b/resources/contenttweaker/blockstates/nitrogen_16.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "nitrogen_16" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/noble_gas_mix.json b/resources/contenttweaker/blockstates/noble_gas_mix.json new file mode 100644 index 00000000..09108551 --- /dev/null +++ b/resources/contenttweaker/blockstates/noble_gas_mix.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "noble_gas_mix" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/ogerite_ore.json b/resources/contenttweaker/blockstates/ogerite_ore.json new file mode 100644 index 00000000..353deb4e --- /dev/null +++ b/resources/contenttweaker/blockstates/ogerite_ore.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/ogerite_ore", + "particle": "contenttweaker:blocks/ogerite_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/onyx.json b/resources/contenttweaker/blockstates/onyx.json new file mode 100644 index 00000000..dc5e662b --- /dev/null +++ b/resources/contenttweaker/blockstates/onyx.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/onyx", + "particle": "contenttweaker:blocks/onyx" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/order_wood.json b/resources/contenttweaker/blockstates/order_wood.json new file mode 100644 index 00000000..8b4613ff --- /dev/null +++ b/resources/contenttweaker/blockstates/order_wood.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/order_wood", + "particle": "contenttweaker:blocks/order_wood" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/overworldian_fluid.json b/resources/contenttweaker/blockstates/overworldian_fluid.json new file mode 100644 index 00000000..09b9c718 --- /dev/null +++ b/resources/contenttweaker/blockstates/overworldian_fluid.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "overworldian_fluid" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/pink_marble.json b/resources/contenttweaker/blockstates/pink_marble.json new file mode 100644 index 00000000..68e76a40 --- /dev/null +++ b/resources/contenttweaker/blockstates/pink_marble.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/pink_marble", + "particle": "contenttweaker:blocks/pink_marble" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/plasma_wood.json b/resources/contenttweaker/blockstates/plasma_wood.json new file mode 100644 index 00000000..ffabce1a --- /dev/null +++ b/resources/contenttweaker/blockstates/plasma_wood.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/plasma_wood", + "particle": "contenttweaker:blocks/plasma_wood" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/potassium_41.json b/resources/contenttweaker/blockstates/potassium_41.json new file mode 100644 index 00000000..02469555 --- /dev/null +++ b/resources/contenttweaker/blockstates/potassium_41.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "potassium_41" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/precasian_cap.json b/resources/contenttweaker/blockstates/precasian_cap.json new file mode 100644 index 00000000..33769267 --- /dev/null +++ b/resources/contenttweaker/blockstates/precasian_cap.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/precasian_cap", + "particle": "contenttweaker:blocks/precasian_cap" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/protons.json b/resources/contenttweaker/blockstates/protons.json new file mode 100644 index 00000000..5974daae --- /dev/null +++ b/resources/contenttweaker/blockstates/protons.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "protons" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/purity_offer.json b/resources/contenttweaker/blockstates/purity_offer.json new file mode 100644 index 00000000..008338d5 --- /dev/null +++ b/resources/contenttweaker/blockstates/purity_offer.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/purity_offer", + "particle": "contenttweaker:blocks/purity_offer" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/quarks.json b/resources/contenttweaker/blockstates/quarks.json new file mode 100644 index 00000000..7b82a52d --- /dev/null +++ b/resources/contenttweaker/blockstates/quarks.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "quarks" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/radioactive_ethereal_goo.json b/resources/contenttweaker/blockstates/radioactive_ethereal_goo.json new file mode 100644 index 00000000..40d8d649 --- /dev/null +++ b/resources/contenttweaker/blockstates/radioactive_ethereal_goo.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "radioactive_ethereal_goo" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/ragnarok_sigil.json b/resources/contenttweaker/blockstates/ragnarok_sigil.json new file mode 100644 index 00000000..ada5dde2 --- /dev/null +++ b/resources/contenttweaker/blockstates/ragnarok_sigil.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/ragnarok_sigil", + "particle": "contenttweaker:blocks/ragnarok_sigil" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/rainbow_bricks.json b/resources/contenttweaker/blockstates/rainbow_bricks.json new file mode 100644 index 00000000..e46792b2 --- /dev/null +++ b/resources/contenttweaker/blockstates/rainbow_bricks.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/rainbow_bricks", + "particle": "contenttweaker:blocks/rainbow_bricks" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/reinforced_shyre_bricks.json b/resources/contenttweaker/blockstates/reinforced_shyre_bricks.json new file mode 100644 index 00000000..811b8919 --- /dev/null +++ b/resources/contenttweaker/blockstates/reinforced_shyre_bricks.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/reinforced_shyre_bricks", + "particle": "contenttweaker:blocks/reinforced_shyre_bricks" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/resonating_matter.json b/resources/contenttweaker/blockstates/resonating_matter.json new file mode 100644 index 00000000..b066d235 --- /dev/null +++ b/resources/contenttweaker/blockstates/resonating_matter.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "resonating_matter" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/resonating_stone.json b/resources/contenttweaker/blockstates/resonating_stone.json new file mode 100644 index 00000000..8001beae --- /dev/null +++ b/resources/contenttweaker/blockstates/resonating_stone.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/resonating_stone", + "particle": "contenttweaker:blocks/resonating_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/retaliation_portal.json b/resources/contenttweaker/blockstates/retaliation_portal.json new file mode 100644 index 00000000..17f1c3e8 --- /dev/null +++ b/resources/contenttweaker/blockstates/retaliation_portal.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/retaliation_portal", + "particle": "contenttweaker:blocks/retaliation_portal" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/rhenium_ore.json b/resources/contenttweaker/blockstates/rhenium_ore.json new file mode 100644 index 00000000..a837ac41 --- /dev/null +++ b/resources/contenttweaker/blockstates/rhenium_ore.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/rhenium_ore", + "particle": "contenttweaker:blocks/rhenium_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/runador_cap.json b/resources/contenttweaker/blockstates/runador_cap.json new file mode 100644 index 00000000..bd9d2101 --- /dev/null +++ b/resources/contenttweaker/blockstates/runador_cap.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/runador_cap", + "particle": "contenttweaker:blocks/runador_cap" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/sacred_wood.json b/resources/contenttweaker/blockstates/sacred_wood.json new file mode 100644 index 00000000..aaad36ed --- /dev/null +++ b/resources/contenttweaker/blockstates/sacred_wood.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/sacred_wood", + "particle": "contenttweaker:blocks/sacred_wood" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/saline_remains.json b/resources/contenttweaker/blockstates/saline_remains.json new file mode 100644 index 00000000..f5e83aa0 --- /dev/null +++ b/resources/contenttweaker/blockstates/saline_remains.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "saline_remains" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/salt_water.json b/resources/contenttweaker/blockstates/salt_water.json new file mode 100644 index 00000000..e53bc8fe --- /dev/null +++ b/resources/contenttweaker/blockstates/salt_water.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "salt_water" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/seared_grave_stone.json b/resources/contenttweaker/blockstates/seared_grave_stone.json new file mode 100644 index 00000000..24416e5e --- /dev/null +++ b/resources/contenttweaker/blockstates/seared_grave_stone.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "seared_grave_stone" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/sednanite_ore.json b/resources/contenttweaker/blockstates/sednanite_ore.json new file mode 100644 index 00000000..a6070077 --- /dev/null +++ b/resources/contenttweaker/blockstates/sednanite_ore.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/sednanite_ore", + "particle": "contenttweaker:blocks/sednanite_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/selenium.json b/resources/contenttweaker/blockstates/selenium.json new file mode 100644 index 00000000..76b79070 --- /dev/null +++ b/resources/contenttweaker/blockstates/selenium.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "selenium" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/serpentine.json b/resources/contenttweaker/blockstates/serpentine.json new file mode 100644 index 00000000..17fefbad --- /dev/null +++ b/resources/contenttweaker/blockstates/serpentine.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/serpentine", + "particle": "contenttweaker:blocks/serpentine" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/shining_sandstone.json b/resources/contenttweaker/blockstates/shining_sandstone.json new file mode 100644 index 00000000..fd22dbfa --- /dev/null +++ b/resources/contenttweaker/blockstates/shining_sandstone.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/shining_sandstone", + "particle": "contenttweaker:blocks/shining_sandstone" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/shyre_bricks.json b/resources/contenttweaker/blockstates/shyre_bricks.json new file mode 100644 index 00000000..d743277d --- /dev/null +++ b/resources/contenttweaker/blockstates/shyre_bricks.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/shyre_bricks", + "particle": "contenttweaker:blocks/shyre_bricks" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/shyre_weed_oil.json b/resources/contenttweaker/blockstates/shyre_weed_oil.json new file mode 100644 index 00000000..fbc6e201 --- /dev/null +++ b/resources/contenttweaker/blockstates/shyre_weed_oil.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "shyre_weed_oil" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/spatial_matter.json b/resources/contenttweaker/blockstates/spatial_matter.json new file mode 100644 index 00000000..262c0d2b --- /dev/null +++ b/resources/contenttweaker/blockstates/spatial_matter.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "spatial_matter" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/spicy_pyrotheum.json b/resources/contenttweaker/blockstates/spicy_pyrotheum.json new file mode 100644 index 00000000..5d99631f --- /dev/null +++ b/resources/contenttweaker/blockstates/spicy_pyrotheum.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "spicy_pyrotheum" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/steadfast_crystal_cluster.json b/resources/contenttweaker/blockstates/steadfast_crystal_cluster.json new file mode 100644 index 00000000..e2aa082f --- /dev/null +++ b/resources/contenttweaker/blockstates/steadfast_crystal_cluster.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/steadfast_crystal_cluster", + "particle": "contenttweaker:blocks/steadfast_crystal_cluster" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/stone_of_the_wizard.json b/resources/contenttweaker/blockstates/stone_of_the_wizard.json new file mode 100644 index 00000000..0c6310bb --- /dev/null +++ b/resources/contenttweaker/blockstates/stone_of_the_wizard.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/stone_of_the_wizard", + "particle": "contenttweaker:blocks/stone_of_the_wizard" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/strings.json b/resources/contenttweaker/blockstates/strings.json new file mode 100644 index 00000000..6c614a66 --- /dev/null +++ b/resources/contenttweaker/blockstates/strings.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "strings" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/sunstruck_water.json b/resources/contenttweaker/blockstates/sunstruck_water.json new file mode 100644 index 00000000..9af2c77a --- /dev/null +++ b/resources/contenttweaker/blockstates/sunstruck_water.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "sunstruck_water" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/supercooled_noble_gas_mix.json b/resources/contenttweaker/blockstates/supercooled_noble_gas_mix.json new file mode 100644 index 00000000..2d12cd7a --- /dev/null +++ b/resources/contenttweaker/blockstates/supercooled_noble_gas_mix.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "supercooled_noble_gas_mix" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/tartarite_monolith.json b/resources/contenttweaker/blockstates/tartarite_monolith.json new file mode 100644 index 00000000..69dcd2ce --- /dev/null +++ b/resources/contenttweaker/blockstates/tartarite_monolith.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/tartarite_monolith", + "particle": "contenttweaker:blocks/tartarite_monolith" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/tartarite_ore.json b/resources/contenttweaker/blockstates/tartarite_ore.json new file mode 100644 index 00000000..0d83734f --- /dev/null +++ b/resources/contenttweaker/blockstates/tartarite_ore.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/tartarite_ore", + "particle": "contenttweaker:blocks/tartarite_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/theobromine.json b/resources/contenttweaker/blockstates/theobromine.json new file mode 100644 index 00000000..73807601 --- /dev/null +++ b/resources/contenttweaker/blockstates/theobromine.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "theobromine" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/titanium_iridium_coil.json b/resources/contenttweaker/blockstates/titanium_iridium_coil.json new file mode 100644 index 00000000..95cb16f8 --- /dev/null +++ b/resources/contenttweaker/blockstates/titanium_iridium_coil.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/titanium_iridium_coil", + "particle": "contenttweaker:blocks/titanium_iridium_coil" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/travertine.json b/resources/contenttweaker/blockstates/travertine.json new file mode 100644 index 00000000..d10269ae --- /dev/null +++ b/resources/contenttweaker/blockstates/travertine.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/travertine", + "particle": "contenttweaker:blocks/travertine" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/twilight_fire.json b/resources/contenttweaker/blockstates/twilight_fire.json new file mode 100644 index 00000000..6644f35d --- /dev/null +++ b/resources/contenttweaker/blockstates/twilight_fire.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "twilight_fire" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/twilight_matter.json b/resources/contenttweaker/blockstates/twilight_matter.json new file mode 100644 index 00000000..950a2ace --- /dev/null +++ b/resources/contenttweaker/blockstates/twilight_matter.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "twilight_matter" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/ultracapacitor_bank.json b/resources/contenttweaker/blockstates/ultracapacitor_bank.json new file mode 100644 index 00000000..3bc43749 --- /dev/null +++ b/resources/contenttweaker/blockstates/ultracapacitor_bank.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/ultracapacitor_bank", + "particle": "contenttweaker:blocks/ultracapacitor_bank" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/unfathomable_stone.json b/resources/contenttweaker/blockstates/unfathomable_stone.json new file mode 100644 index 00000000..f5e12b2c --- /dev/null +++ b/resources/contenttweaker/blockstates/unfathomable_stone.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/unfathomable_stone", + "particle": "contenttweaker:blocks/unfathomable_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/unholy_radioactive_mix.json b/resources/contenttweaker/blockstates/unholy_radioactive_mix.json new file mode 100644 index 00000000..bb8dc3b5 --- /dev/null +++ b/resources/contenttweaker/blockstates/unholy_radioactive_mix.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "unholy_radioactive_mix" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/unidentified_body.json b/resources/contenttweaker/blockstates/unidentified_body.json new file mode 100644 index 00000000..de4e03e8 --- /dev/null +++ b/resources/contenttweaker/blockstates/unidentified_body.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/unidentified_body", + "particle": "contenttweaker:blocks/unidentified_body" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/universal_matter.json b/resources/contenttweaker/blockstates/universal_matter.json new file mode 100644 index 00000000..097e6190 --- /dev/null +++ b/resources/contenttweaker/blockstates/universal_matter.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "universal_matter" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/unstable_hassium.json b/resources/contenttweaker/blockstates/unstable_hassium.json new file mode 100644 index 00000000..52676c39 --- /dev/null +++ b/resources/contenttweaker/blockstates/unstable_hassium.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "unstable_hassium" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/valtellina_ore.json b/resources/contenttweaker/blockstates/valtellina_ore.json new file mode 100644 index 00000000..b5475e33 --- /dev/null +++ b/resources/contenttweaker/blockstates/valtellina_ore.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/valtellina_ore", + "particle": "contenttweaker:blocks/valtellina_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/vengeful_crystal_cluster.json b/resources/contenttweaker/blockstates/vengeful_crystal_cluster.json new file mode 100644 index 00000000..cc1f1f90 --- /dev/null +++ b/resources/contenttweaker/blockstates/vengeful_crystal_cluster.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/vengeful_crystal_cluster", + "particle": "contenttweaker:blocks/vengeful_crystal_cluster" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/vengeful_portal.json b/resources/contenttweaker/blockstates/vengeful_portal.json new file mode 100644 index 00000000..6eef6b41 --- /dev/null +++ b/resources/contenttweaker/blockstates/vengeful_portal.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/vengeful_portal", + "particle": "contenttweaker:blocks/vengeful_portal" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/vengeful_stone_tiles.json b/resources/contenttweaker/blockstates/vengeful_stone_tiles.json new file mode 100644 index 00000000..d22f0a09 --- /dev/null +++ b/resources/contenttweaker/blockstates/vengeful_stone_tiles.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/vengeful_stone_tiles", + "particle": "contenttweaker:blocks/vengeful_stone_tiles" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/vibranium_servo.json b/resources/contenttweaker/blockstates/vibranium_servo.json new file mode 100644 index 00000000..602e3e76 --- /dev/null +++ b/resources/contenttweaker/blockstates/vibranium_servo.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/vibranium_servo", + "particle": "contenttweaker:blocks/vibranium_servo" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/vibrating_matter.json b/resources/contenttweaker/blockstates/vibrating_matter.json new file mode 100644 index 00000000..d441f5c6 --- /dev/null +++ b/resources/contenttweaker/blockstates/vibrating_matter.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "vibrating_matter" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/vibrating_stone.json b/resources/contenttweaker/blockstates/vibrating_stone.json new file mode 100644 index 00000000..0268be27 --- /dev/null +++ b/resources/contenttweaker/blockstates/vibrating_stone.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/vibrating_stone", + "particle": "contenttweaker:blocks/vibrating_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/vital_lymph.json b/resources/contenttweaker/blockstates/vital_lymph.json new file mode 100644 index 00000000..3d8bba6b --- /dev/null +++ b/resources/contenttweaker/blockstates/vital_lymph.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "vital_lymph" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/vox_block.json b/resources/contenttweaker/blockstates/vox_block.json new file mode 100644 index 00000000..8feb36f2 --- /dev/null +++ b/resources/contenttweaker/blockstates/vox_block.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/vox_block", + "particle": "contenttweaker:blocks/vox_block" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/voxponds_cap.json b/resources/contenttweaker/blockstates/voxponds_cap.json new file mode 100644 index 00000000..7aba6b29 --- /dev/null +++ b/resources/contenttweaker/blockstates/voxponds_cap.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/voxponds_cap", + "particle": "contenttweaker:blocks/voxponds_cap" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/warped_stone.json b/resources/contenttweaker/blockstates/warped_stone.json new file mode 100644 index 00000000..b6c1f17a --- /dev/null +++ b/resources/contenttweaker/blockstates/warped_stone.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/warped_stone", + "particle": "contenttweaker:blocks/warped_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/weakened_cryotheoum.json b/resources/contenttweaker/blockstates/weakened_cryotheoum.json new file mode 100644 index 00000000..00023ec9 --- /dev/null +++ b/resources/contenttweaker/blockstates/weakened_cryotheoum.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "weakened_cryotheoum" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/white_fuel.json b/resources/contenttweaker/blockstates/white_fuel.json new file mode 100644 index 00000000..e9f017db --- /dev/null +++ b/resources/contenttweaker/blockstates/white_fuel.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/white_fuel", + "particle": "contenttweaker:blocks/white_fuel" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/white_hole.json b/resources/contenttweaker/blockstates/white_hole.json new file mode 100644 index 00000000..6a84448e --- /dev/null +++ b/resources/contenttweaker/blockstates/white_hole.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "texture": "contenttweaker:blocks/white_hole", + "particle": "contenttweaker:blocks/white_hole" + }, + "model": "base:storage", + "uvlock": true, + "transform": "forge:default-block" + }, + "variants": { + "normal": [{}], + "inventory": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/xenon.json b/resources/contenttweaker/blockstates/xenon.json new file mode 100644 index 00000000..2b5eabe5 --- /dev/null +++ b/resources/contenttweaker/blockstates/xenon.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "xenon" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/yttrium.json b/resources/contenttweaker/blockstates/yttrium.json new file mode 100644 index 00000000..8e438259 --- /dev/null +++ b/resources/contenttweaker/blockstates/yttrium.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "yttrium" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/yttrium_fluoride.json b/resources/contenttweaker/blockstates/yttrium_fluoride.json new file mode 100644 index 00000000..85eded38 --- /dev/null +++ b/resources/contenttweaker/blockstates/yttrium_fluoride.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "yttrium_fluoride" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/blockstates/yttrium_oxide.json b/resources/contenttweaker/blockstates/yttrium_oxide.json new file mode 100644 index 00000000..c0181f02 --- /dev/null +++ b/resources/contenttweaker/blockstates/yttrium_oxide.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid", + "custom": { + "fluid": "yttrium_oxide" + } + }, + "variants": { + "normal": [{}] + } +} \ No newline at end of file diff --git a/resources/contenttweaker/lang/en_us.lang b/resources/contenttweaker/lang/en_us.lang new file mode 100644 index 00000000..bef1d58c --- /dev/null +++ b/resources/contenttweaker/lang/en_us.lang @@ -0,0 +1,987 @@ +fluid.liquid_pe=Liquid PE +fluid.liquid_lp=Liquid LP +fluid.eternal_dragon_fire=Eternal Dragon Fire +fluid.dimensional_essence=Dimensional Essence +item.contenttweaker.nethersky_steel_ingot.name=Nethersky Steel Ingot +item.contenttweaker.nethersky_steel_dust.name=Nethersky Steel Dust +item.contenttweaker.void_dust.name=Void Dust +item.contenttweaker.everwatching_eye.name=Everwatching Eye +fluid.liquid_void=Liquid Void +item.contenttweaker.demon_will_powder.name=Demon Will Powder +item.contenttweaker.corrosive_will_powder.name=Corrosive Will Powder +item.contenttweaker.destructive_will_powder.name=Destructive Will Powder +item.contenttweaker.vengeful_will_powder.name=Vengeful Will Powder +item.contenttweaker.steadfast_will_powder.name=Steadfast Will Powder +fluid.overworldian_fluid=Overworldian Fluid +fluid.enriched_canola_oil=Enriched Canola Oil +item.contenttweaker.enriched_canola_seed.name=Enriched Canola Seeds +tile.contenttweaker.precasian_cap.name=Precasian Cap +tile.contenttweaker.barathos_cap.name=Barathos Cap +tile.contenttweaker.creeponian_cap.name=Creeponian Cap +tile.contenttweaker.abyssal_cap.name=Abyssal Cap +tile.contenttweaker.ayeraco_stone.name=Ayeraco Stone +tile.contenttweaker.sacred_wood.name=Sacred Wood +tile.contenttweaker.nethersky_amber.name=Nethersky Amber +tile.contenttweaker.crimson_quartz.name=Crimson Quartz +tile.contenttweaker.deepland_cap.name=Deeplands Cap +tile.contenttweaker.dark_soul_machine_chassis.name=Dark Soul Machine Chassis +tile.contenttweaker.plasma_wood.name=Plasma Wood +tile.contenttweaker.lelyetian_cap.name=Lelyetian Cap +item.contenttweaker.nethengeic_rune.name=Nethengeic Rune +item.contenttweaker.intense_meatball_pasta.name=Intense Meatball Pasta +item.contenttweaker.precasian_artifact.name=Precasian Artifact +item.contenttweaker.hearty_meatball.name=Hearty Meatball +item.contenttweaker.fiery_meatball_pasta.name=Fiery Meatball Pasta +item.contenttweaker.realmstone.name=Realmstone +item.contenttweaker.blue_matter.name=Deep Blue Matter +item.contenttweaker.buffalo_charger.name=Buffalo Charger Wing +item.contenttweaker.dragons_blood_plastic.name=Dragons Blood Plastic +item.contenttweaker.eden_core.name=Eden Core +item.contenttweaker.abyssal_artifact.name=Abyssal Artifact +item.contenttweaker.deeplands_artifact.name=Deeplands Artifact +item.contenttweaker.creeponian_artifact.name=Creeponian Artifact +item.contenttweaker.barathos_artifact.name=Barathos Artifact +item.contenttweaker.lelyetian_artifact.name=Lelyetian Artifact +item.contenttweaker.recursion_fear.name=Recursion of Fear +item.contenttweaker.recursion_helplessness.name=Recursion of Helplessness +item.contenttweaker.recursion_darkness.name=Recursion of Darkness +item.contenttweaker.recursion_solitude.name=Recursion of Solitude +item.contenttweaker.unidentified_object.name=Unidentified Object +item.contenttweaker.polonium_egg.name=Polonium Egg +item.contenttweaker.shyre_mulch.name=Shyre Mulch +item.contenttweaker.ground_beef.name=Ground Beef +tile.contenttweaker.mythic_excavation_computer.name=Mythic Excavation Computer +tile.contenttweaker.mythic_excavation_reactor.name=Mythic Excavation Reactor +item.contenttweaker.strings_crystal.name=Strings Crystal +tile.contenttweaker.ancient_cavern_cap.name=Ancient Cavern Cap +tile.contenttweaker.chaotic_bricks.name=Chaotic Bricks +item.contenttweaker.crystevia_artifact.name=Crystevia Artifact +item.contenttweaker.mithrillium_egg.name=Mithrillium Egg +tile.contenttweaker.mythic_excavation_engine.name=Mythic Excavation Engine +item.contenttweaker.unidentified_ingot.name=Unidentified Ingot +tile.contenttweaker.precasian_cap.name=Precasian Cap +item.contenttweaker.gold_leaf.name=Gold Leaf +item.contenttweaker.palladium_egg.name=Palladium Egg +tile.contenttweaker.sednanite_ore.name=Sednanite Ore +tile.contenttweaker.defined_machine_case.name=More Defined Machine Case +item.contenttweaker.bento_xxl.name=Bento XXL +item.contenttweaker.dried_vishroom.name=Dried Vishroom +tile.contenttweaker.haven_block.name=Haven Block +item.contenttweaker.plasmatic_neutronium_ingot.name=Plasmatic Neutronium Ingot +item.contenttweaker.jade_egg.name=Jade Egg +item.contenttweaker.cold_iron_egg.name=Cold Iron Egg +item.contenttweaker.high_refraction_alloy_ingot.name=High Refraction Alloy Ingot +item.contenttweaker.apichisi_warper.name=Apichisi Warper +item.contenttweaker.meatball_pasta.name=Pasta & Meatballs +item.contenttweaker.infinity_plate.name=Infinity Plate +item.contenttweaker.alchemical_crystal.name=Alchemical Crystal +item.contenttweaker.bento_xl.name=Bento XL +tile.contenttweaker.chaotic_stone.name=Chaotic Stone +item.contenttweaker.bloodgem_egg.name=Bloodgem Egg +tile.contenttweaker.tartarite_ore.name=Tartarite Ore +tile.contenttweaker.collapser_casing.name=Collapser Casing +item.contenttweaker.hydrogen_chunk.name=Hydrogen Chunk +item.contenttweaker.ancient_cavern_garnet.name=Ancient Cavern Garnet +item.contenttweaker.high_density_frame.name=High Density Frame +item.contenttweaker.limonite_egg.name=Limonite Egg +item.contenttweaker.shyre_crystal.name=Shyre Crystal +tile.contenttweaker.candyland_cap.name=Candyland Cap +item.contenttweaker.high_strength_transmission.name=High Strength Transmission +item.contenttweaker.infinity_egg.name=Infinity Egg +item.contenttweaker.hassium_alloy_ingot.name=Hassium Alloy Ingot +item.contenttweaker.eden_refined_gem.name=Eden Refined Gem +item.contenttweaker.living_infinity_fruit.name=Living Infinity Fruit +item.contenttweaker.pixonia_artifact.name=Pixonia Artifact +item.contenttweaker.dreadia_gem.name=Dreadia Gem +tile.contenttweaker.dreaded_steel_block.name=Dreaded Steel Block +item.contenttweaker.strange_brownie.name=Strange BrOwnIe +item.contenttweaker.pixonia_infusion_key.name=Pixonia Infusion Key +item.contenttweaker.caeles_gem.name=Caeles Gem +item.contenttweaker.cursed_myrmitite_catalyst.name=Cursed Myrmitite Catalyst +item.contenttweaker.tritium_chunk.name=Tritium Chunk +item.contenttweaker.hydrogen_crystal.name=Hydrogen Crystal +item.contenttweaker.defined_servo.name=Defined Servo +item.contenttweaker.miniature_pulsar.name=Miniature Pulsar +item.contenttweaker.arc_residue.name=Arc Residue +item.contenttweaker.magnetic_monopole.name=Magnetic Monopole +tile.contenttweaker.unidentified_body.name=Unidentified Body +item.contenttweaker.footbone_fragment_egg.name=Footbone Fragment Egg +item.contenttweaker.pixonia_heart.name=Heart of Pixonia +item.contenttweaker.iromine_artifact.name=Iromine Artifact +item.contenttweaker.defined_plate.name=Defined Plate +item.contenttweaker.realmite_egg.name=Realmite Egg +item.contenttweaker.skullbone_fragment_egg.name=Skullbone Fragment Egg +item.contenttweaker.atomic_mirror.name=Atomic Mirror +item.contenttweaker.candyland_garnet.name=Candyland Garnet +tile.contenttweaker.white_hole.name=Negative Exotic Body +item.contenttweaker.voxponds_artifact.name=Vox Ponds Artifact +item.contenttweaker.apalachia_refined_gem.name=Apalachia Refined Gem +item.contenttweaker.concentrated_essence.name=Dense Solidified Experience +item.contenttweaker.mirroring_mithminite_prism.name=Mirroring Mithminite Prism +item.contenttweaker.ancient_cavern_artifact.name=Ancient Cavern Artifact +item.contenttweaker.amethyst_egg.name=Amethyst Egg +item.contenttweaker.gardencia_artifact.name=Gardencia Artifact +item.contenttweaker.rupee_egg.name=Rupee Egg +item.contenttweaker.yellow_gemstone_egg.name=Yellow Gemstone Egg +tile.contenttweaker.accelerator_tube.name=Accelerator Tube +item.contenttweaker.runandor_artifact.name=Runandor Artifact +item.contenttweaker.proxima_rtifact.name=Proxima Artifact +item.contenttweaker.greckon_garnet.name=Greckon Garnet +item.contenttweaker.thermionic_alloy_ingot.name=Thermionic Alloy Ingot +tile.contenttweaker.reinforced_shyre_bricks.name=Reinforced Shyre Bricks +item.contenttweaker.charged_runium_egg.name=Charged Runium Egg +item.contenttweaker.ethereal_infusion_stone.name=Ethereal Infusion Stone +item.contenttweaker.wormhole_catalyst.name=Wormhole Catalyst +tile.contenttweaker.borean_cap.name=L'Borean Cap +tile.contenttweaker.immortallis_cap.name=Immortallis Cap +tile.contenttweaker.iromine_cap.name=Iromine Cap +tile.contenttweaker.defined_engine.name=Defined Engine +item.contenttweaker.ayeraco_heart.name=Ayeraco Heart +tile.contenttweaker.stone_of_the_wizard.name=Stone of the Master Wizard +item.contenttweaker.skythern_core.name=Skythern Core +item.contenttweaker.creeponia_garnet.name=Creeponia Garnet +item.contenttweaker.conductive_powder.name=Conductive Powder +item.contenttweaker.alien_material_manual.name=Alien Material Manual +tile.contenttweaker.neutronium_cannon.name=Neutronium Cannon +item.contenttweaker.eldritch_will_crystal.name=Eldritch Will Crystal +item.contenttweaker.botanic_alchemic_catalyst.name=Botanic-Alchemic Catalyst +item.contenttweaker.sapphire_egg.name=Sapphire Egg +item.contenttweaker.spicy_meatball_pasta.name=Spicy Meatball Pasta +item.contenttweaker.divine_flake.name=Divine Flakes +item.contenttweaker.vethea_garnet.name=Vethea Garnet +item.contenttweaker.glitch_infused_egg.name=Glitch Infused Egg +item.contenttweaker.skythern_refined_gem.name=Skythern Refined Gem +item.contenttweaker.vitium_gem.name=Vitium Gem +item.contenttweaker.magic_mushroom.name=Scary Vishroom +item.contenttweaker.magic_mushroom_dark.name=Really Scary Vishroom +tile.contenttweaker.miniature_pulsar.name=Miniature Pulsar +tile.contenttweaker.rainbow_bricks.name=Rainbow Bricks +tile.contenttweaker.dyson_conduit.name=Dyson Conduit +tile.contenttweaker.vox_block.name=Vox Block +tile.contenttweaker.miniature_star.name=Miniature Star +tile.contenttweaker.dustopia_cap.name=Dustopia Cap +tile.contenttweaker.celeve_cap.name=Celeve Cap +tile.contenttweaker.myrmitite_ore.name=Myrmitite Ore +tile.contenttweaker.garden_block.name=Garden Block +tile.contenttweaker.voxponds_cap.name=Vox Ponds Cap +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.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.collecting_stone.name=Collecting Stone +tile.contenttweaker.rhenium_ore.name=Rhenium Ore +tile.contenttweaker.living_gold.name=Living Gold +tile.contenttweaker.celian_block.name=Celian Block +tile.contenttweaker.vibrating_stone.name=Vibrating Stone +tile.contenttweaker.experiment_casing.name=Experiment Casing +tile.contenttweaker.lunalus_cap.name=Lunalus Cap +tile.contenttweaker.neutronium_casing.name=Neutronium Casing +tile.contenttweaker.arc_reactor_coil.name=Arc Reactor Coil +tile.contenttweaker.candy_block.name=Block of Candy +tile.contenttweaker.greckon_cap.name=Greckon Cap +tile.contenttweaker.mysterium_block.name=Mysterium Block +tile.contenttweaker.tartarite_monolith.name=Tartarite Monolith +tile.contenttweaker.high_energy_ray_collector.name=High Energy Ray Collector +tile.contenttweaker.gaia_spirit_block.name=Gaia Spirit Block +tile.contenttweaker.dark_mithrillium_block.name=Dark Mithrillium Block +tile.contenttweaker.linear_accelerator_tube.name=Linear Accelerator Tube +tile.contenttweaker.crystevian_crystal.name=Crystevian Crystal +tile.contenttweaker.ogerite_ore.name=Ogerite Ore +tile.contenttweaker.mythic_machine_case.name=Mythic Machine Case +tile.contenttweaker.mysterium_cap.name=Mysterium Cap +tile.contenttweaker.haven_cap.name=Haven Cap +tile.contenttweaker.collapser_conduit.name=Collapser Conduit +tile.contenttweaker.ultracapacitor_bank.name=Ultracapacitor Bank +tile.contenttweaker.dyson_beam.name=Dyson Beam +tile.contenttweaker.bloodmaster_block.name=Bloodmaster Block +tile.contenttweaker.gravity_inverter.name=Gravity Inverter +tile.contenttweaker.lilith_altar_bricks.name=Lilith Altar Bricks +tile.contenttweaker.dyson_shell.name=Dyson Shell +tile.contenttweaker.neutronium_bombarder.name=Neutronium Bombarder +tile.contenttweaker.infinity_furnace_bricks.name=Infinity Furnace Bricks +tile.contenttweaker.gardencia_cap.name=Gardencia Cap +tile.contenttweaker.shyre_bricks.name=Shyre Bricks +tile.contenttweaker.resonating_stone.name=Resonating Stone +fluid.nethengeic_fluid=Nethengeic Fluid +fluid.liquid_uu_matter=Liquid UU Matter +fluid.spatial_matter=Spatial Matter +fluid.dense_plasma=Dense Plasma +fluid.dragons_blood_plastic=Dragon's Blood Plastic +fluid.fossile_refined_oil=Fossile Refined Oil +fluid.aerial_moonshine=Aerial Moonshine +fluid.spicy_pyrotheum=Spicy Pyrotheum +fluid.luminous_lava=Luminous Lava +fluid.cosmic_matter=Cosmic Matter +fluid.nightly_water=Nightly Water +fluid.sunstruck_water=Sunstruck Water +fluid.crepuscular_water=Crepuscular Water +fluid.seared_grave_stone=Seared Grave Stone +fluid.astral_water=Astral water +fluid.liquid_madness=Liquid Madness +fluid.ethereal_fabric=Ethereal Fabric +fluid.ghostly_matter=Ghostly Matter +fluid.liquid_life=Liquid Life +fluid.lymph_of_pixonia=Lymph of Pixonia +fluid.galactic_matter=Galactic Matter +fluid.milkiest_chocolate=Milkiest Chocolate +fluid.alchemical_goo=Alchemical Goo +fluid.twilight_matter=Twilight Matter +fluid.weakened_cryotheoum=Weakened Cryotheum +fluid.lving_gold_nak=Living Gold NaK Solution +fluid.living_gold_nak=Living Gold NaK Solution +fluid.chaotic_matter=Chaotic Matter +fluid.nightmarish_matter=Nightmarish Matter +fluid.twilight_fire=Twilight Fire +fluid.universal_matter=Universal Matter +fluid.shyre_weed_oil=Shyre Weed Oil +fluid.energized_mulch=Energized Mulch +fluid.fiery_peat=Fiery Peat +fluid.neutrino_plasma=Neutrino Plasma +fluid.magnatar_stabilizer=Magnatar Stabilizer +fluid.halite_fluid=Halite Fluid +fluid.hint_of_insanity=Hint of Insanity +fluid.hint_of_divinity=Hint of Divinity +fluid.hyperdense_plasma=Hyperdense Plasma +fluid.cursed_myrmitite=Cursed Myrmitite +fluid.neutrino_plasma=Neutrino Plasma +fluid.decomposed_matter=Decomposed Matter +fluid.atomic_nuclei=Atomic Nuclei +fluid.electrons=Electrons +fluid.bosons=Bosons +fluid.protons=Protons +fluid.neutrons=Neutrons +fluid.higgs=Higgs Bosons +fluid.gravitrons=Gravitrons +fluid.strings=Strings +fluid.muons=Muons +item.contenttweaker.dramix_skin.name=Dramix Skin +item.contenttweaker.densos_eye.name=Densos Eye +item.contenttweaker.nethengeic_bone.name=Nethengeic Bone +item.contenttweaker.karot_horn.name=Karot Horn +item.contenttweaker.proxima_artifact.name=Proxima Artifact +item.contenttweaker.watcher_eye.name=Watcher Eye +item.contenttweaker.defined_engine.name=Defined Engine +item.contenttweaker.abyssal_wasteland_matter.name=Abyssal Wasteland Matter +item.contenttweaker.deuterium_chunk.name=Deuterium Chunk +item.contenttweaker.energized_peat.name=Energized Peat +item.contenttweaker.barathos_garnet.name=Barathos Garnet +item.contenttweaker.dreadlands_matter.name=Dreadlands Matter +item.contenttweaker.candyland_artifact.name=Candyland Artifact +item.contenttweaker.shyrelands_garnet.name=Shyrelands Garnet +item.contenttweaker.singularity_master.name=Singularity Master +item.contenttweaker.myrmex_coolant_cell.name=Myrmex Coolant Cell +item.contenttweaker.innerved_infinity_seed.name=Innerved Infinity Seed +item.contenttweaker.supertranslucent_catalyst.name=Supertranslucent Catalyst +item.contenttweaker.rosite_egg.name=Rosite Egg +item.contenttweaker.vibe_warper.name=Vibe Warper +item.contenttweaker.fiery_rhenium_ingot.name=Fiery Rhenium Ingot +item.contenttweaker.gemenyte_egg.name=Gemenyte Egg +item.contenttweaker.gravitite_lens.name=Gravitite Lens +item.contenttweaker.fluix_lens.name=Fluix Lens +item.contenttweaker.twilight_essence.name=Twilight Essence +item.contenttweaker.blue_gemstone_egg.name=Blue gemstone Egg +item.contenttweaker.twilight_gear.name=Twilight Gear +item.contenttweaker.instant_power_junction.name=Instant Power Junction +item.contenttweaker.fire_construct.name=Fire Construct +item.contenttweaker.living_case.name=Living Case +item.contenttweaker.annealed_high_density_frame.name=Annealed High Density Frame +item.contenttweaker.aeldunari.name=Aeldunari +item.contenttweaker.purified_titanium_ingot.name=Purified Titanium Ingot +item.contenttweaker.lyon_egg.name=Lyon Egg +item.contenttweaker.myrmitite_catalyst.name=Myrmitite Catalyst +item.contenttweaker.rainbow_lens.name=Rainbow Lens +item.contenttweaker.arc_coil.name=Arc Coil +item.contenttweaker.eldritch_flower.name=Crazylily +item.contenttweaker.hypercubic_energy_orb.name=Hypercubic Energy Orb +item.contenttweaker.tier_ii_defined_seed.name=Tier II Defined Seed +item.contenttweaker.arcane_entropinator.name=Arcane Entropinator +item.contenttweaker.mirage_femur.name=Mirage Femur +item.contenttweaker.fiend_soul.name=Fiend Soul +item.contenttweaker.gyro_red_nose.name=Gyro Red Nose +item.contenttweaker.raxxan_rib.name=Raxxan Rib +item.contenttweaker.oblitus.name=Oblitus +item.contenttweaker.horon_tendon.name=Horon Tendon +item.contenttweaker.klobber_hand.name=Klobber Hand +item.contenttweaker.guardian_rune.name=Guardian Rune +item.contenttweaker.mechbot_cpu.name=Mechbot CPU +item.contenttweaker.alchemical_crystal.name=Alchemical Crystal +item.contenttweaker.tier_iii_defined_seed.name=Tier III Defined Seed +item.contenttweaker.lost_memory.name=Lost Memory +item.contenttweaker.king_bambambam_pelvis.name=King Bambambam Pelvis +item.contenttweaker.silver_foot.name=Silver Foot +item.contenttweaker.graw_fang.name=Graw Fang +item.contenttweaker.halite_warrior.name=Halite Warrior +item.contenttweaker.essence_helplessness.name=Essence of Helplessness +item.contenttweaker.rockrider_stone.name=Rockrider Stone +item.contenttweaker.coniferon_bark.name=Coniferon Bark +item.contenttweaker.recursion_infinity.name=Infinite Recursion +item.contenttweaker.malum.name=Malum +item.contenttweaker.dyson_collector.name=Dyson Collector +item.contenttweaker.candyte_egg.name=Candyte Egg +item.contenttweaker.pastaitem.name=Pasta +item.contenttweaker.lunastone_egg.name=Lunastone Egg +item.contenttweaker.muon_crystal.name=Muon Crystal +item.contenttweaker.infinity_core.name=Infinity Core +item.contenttweaker.crystocore_shard.name=Crystocore Shard +item.contenttweaker.mithminite_prism.name=Mithminite Prism +item.contenttweaker.quantum_shard.name=Quantum Shard +item.contenttweaker.botanical_pillar.name=Botanical Pillar +item.contenttweaker.jewelyte_egg.name=Jewelyte Egg +item.contenttweaker.haven_garnet.name=Haven Garnet +item.contenttweaker.wildwood_core.name=Wildwood Core +item.contenttweaker.crystalized_emberstone.name=Crystalized Emberstone +item.contenttweaker.inert_botanic_alchemic_catalyst.name=Inert Botanic Alchemic Catalyst +item.contenttweaker.penumbra_spike.name=Penumbra Spike +item.contenttweaker.tier_i_defined_seed.name=Tier I Defined Seed +item.contenttweaker.golden_steak.name=Golden Steak +item.contenttweaker.dyson_capacitor.name=Dyson Capacitor +item.contenttweaker.ancient_elven_knowledge.name=Ancient Elven Knowledge +item.contenttweaker.hive_king_tendril.name=Hive King Tendril +item.contenttweaker.bento_xxxl.name=Bento XXXL +item.contenttweaker.pure_warp.name=Pure Warp +item.contenttweaker.chestbone_fragment_egg.name=Chestbone Fragment Egg +item.contenttweaker.vamacheron_fur.name=Vamacheron Fur +item.contenttweaker.eternal_shoulder.name=Eternal Shoulder +item.contenttweaker.miskel_rib.name=Miskel Rib +item.contenttweaker.skeletron_skull.name=Skeletron Skull +item.contenttweaker.tier_iv_defined_seed.name=Tier IV Defined Seed +item.contenttweaker.wildwood_defined_gem.name=Wildwood Defined Gem +item.contenttweaker.emberstone_egg.name=Emberstone Egg +item.contenttweaker.steamed_slime.name=Steamed Slime +item.contenttweaker.ornamyte_egg.name=Ornamyte Egg +item.contenttweaker.myrmex_artifact.name=Myrmex Artifact +item.contenttweaker.kror_sediment.name=Kror Sediment +item.contenttweaker.twilight_alloy_ingot.name=Twilight Alloy Ingot +item.contenttweaker.mythic_electronic_circuit.name=Mythic Electronic Circuit +item.contenttweaker.advanced_mythic_electronic_circuit.name=Advanced Mythic Electronic Circuit +item.contenttweaker.superfused_alloy_ingot.name=Superfused Alloy Ingot +item.contenttweaker.cori_experience.name=Cori Experience +item.contenttweaker.nightmare_coil.name=Nightmare Coil +item.contenttweaker.meatball.name=Meatball +item.contenttweaker.dynatos_artifact.name=Dynatos Artifact +item.contenttweaker.brightsteel_egg.name=BrightSteel Egg +item.contenttweaker.dreading_warp_cleanser.name=Dreading Warp Cleanser +item.contenttweaker.ogerite_egg.name=Ogerite Egg +item.contenttweaker.empowered_gravitite.name=Empowered Gravitite +item.contenttweaker.human_imperfection.name=Human Imperfection +item.contenttweaker.borean_garnet.name=Borean Garnet +item.contenttweaker.minor_vethea_binding.name=Vethea Binding +item.contenttweaker.doge_coin.name=Doge Coin +item.contenttweaker.dracyon_tooth.name=Dracyon Tooth +item.contenttweaker.immortallis_garnet.name=Immortallis Garnet +item.contenttweaker.bright_matter.name=Bright Matter +item.contenttweaker.crimson_gem.name=Crimson Gem +item.contenttweaker.tyrosaur_horn.name=Tyrosaur Horn +item.contenttweaker.immortallis_artifact.name=Immortallis Artifact +item.contenttweaker.rhenium_catalyst.name=Rhenium Catalyst +item.contenttweaker.omothol_warp_cleanser.name=Omothol Warp Cleanser +item.contenttweaker.kajaros_rib.name=Kajaros Rib +item.contenttweaker.unidentified_plate.name=Unidentified Plate +item.contenttweaker.aether_rock.name=Aether +item.contenttweaker.lyonite_plate.name=Lyonite Plate +item.contenttweaker.rhenia_artifact.name=Rhenia Artifact +item.contenttweaker.refraction_focus_key.name=Refraction Focus Key +item.contenttweaker.twilight_antenna.name=Twilight Antenna +item.contenttweaker.cotton_candor_frosting.name=Cotton Candor Frosting +item.contenttweaker.dustopia_garnet.name=Dustopia Garnet +item.contenttweaker.gardencia_garnet.name=Gardencia Garnet +item.contenttweaker.green_gemstone_egg.name=Green Gemstone Egg +item.contenttweaker.mysterium_artifact.name=Mysterium Artifact +item.contenttweaker.legbone_fragment_egg.name=Legbone Fragment Egg +item.contenttweaker.crystevia_garnet.name=Crystevia Garnet +item.contenttweaker.voxxulon_slime.name=Voxxulon Slime +item.contenttweaker.dynatos_catalyst.name=Dynatos Catalyst +item.contenttweaker.defined_redstone_chipset.name=Defined Redstone Chipset +item.contenttweaker.controller_manual.name=Controller Manual +item.contenttweaker.arlemite_egg.name=Arlemite Egg +item.contenttweaker.crystalline_lens.name=Crystalline Lens +item.contenttweaker.vinocorne_petal.name=Vinocorne Petal +item.contenttweaker.curd.name=Curd +item.contenttweaker.chalcedony_egg.name=Chalcedony Egg +item.contenttweaker.interdimensional_energy_orb.name=Interdimensional Energy Orb +item.contenttweaker.chaotic_egg.name=Chaotic Egg +item.contenttweaker.entropy_construct.name=Entropy Construct +item.contenttweaker.infinity_sapling.name=Infinity Sapling +item.contenttweaker.flash_skull.name=Flash Skull +item.contenttweaker.mythus_gem.name=Mythus Gem +item.contenttweaker.mysterium_garnet.name=Mysterium Garnet +item.contenttweaker.vityte_egg.name=Vityte Egg +item.contenttweaker.purple_gemstone_egg.name=Purple Gemstone Egg +item.contenttweaker.mystite_egg.name=Mystite Egg +item.contenttweaker.blazium_egg.name=Blazium Egg +item.contenttweaker.smash_jaw.name=Smash Jaw +item.contenttweaker.infinity_sprout.name=Infinity Sprout +item.contenttweaker.depleted_polonium.name=Depleted Polonium +item.contenttweaker.starmetal_alloy_ingot.name=Starmetal Alloy Ingot +item.contenttweaker.strange_meatball.name=Strange Meatball +item.contenttweaker.defined_ingot.name=Defined Ingot +item.contenttweaker.bane_tusk.name=Bane Tusk +item.contenttweaker.furatto_warper.name=Furatto Warper +item.contenttweaker.wildwood_star.name=Wildwood Star +item.contenttweaker.aglio_olio_peperoncino_pasta.name=Pasta Aglio Olio Peperoncion +item.contenttweaker.ancient_remnants.name=Ancient Remnants +item.contenttweaker.brightsteel_alloy_ingot.name=Brightsteel Alloy Ingot +item.contenttweaker.omothol_matter.name=Omothol Matter +item.contenttweaker.bloodstone_egg.name=Bloodstone Egg +item.contenttweaker.draconic_energy_orb.name=Draconic Energy Orb +item.contenttweaker.essence_solitude.name=Essence of Solitude +item.contenttweaker.amber_egg.name=Amber Egg +item.contenttweaker.okazor_rib.name=Okazor Rib +item.contenttweaker.alkemia_artifact.name=Alkemia Artifact +item.contenttweaker.really_golden_steak.name=Really Golden Steak +item.contenttweaker.lelyetia_garnet.name=Lelyetia Garnet +item.contenttweaker.infinity_seed.name=Infinity Seed +item.contenttweaker.infinity_fruit.name=Infinity Fruit +item.contenttweaker.celeve_artifact.name=Celeve Artifact +item.contenttweaker.evil_resonator.name=Evil Resonator +item.contenttweaker.radiant_scales.name=Radiant Scales +item.contenttweaker.greckon_artifact.name=Greckon Artifact +item.contenttweaker.harkos_rib.name=Harkos Rib +item.contenttweaker.runium_egg.name=Runium Egg +item.contenttweaker.corallus_polyp.name=Corallus Polyp +item.contenttweaker.defined_gear.name=Defined Gear +item.contenttweaker.creep_explosive_gland.name=Creep Explosive Gland +item.contenttweaker.proshield_hand.name=Proshield Hand +item.contenttweaker.dream_cluster.name=Dream Cluster +item.contenttweaker.apalachia_star.name=Apalachia Star +item.contenttweaker.rift_essence.name=Rift Essence +item.contenttweaker.netherite_egg.name=Netherite Egg +item.contenttweaker.xxeus_heart.name=Xxeus Heart +item.contenttweaker.hyperchitinous_plate.name=Hyperchitinous Plate +item.contenttweaker.mortum_star.name=Mortum Star +item.contenttweaker.clausurae.name=Clausurae +item.contenttweaker.eldritch_will_crystal_seeds.name=Eldritch Will Crystal Seeds +item.contenttweaker.goldorth_golden_eye.name=Goldorth Golden Eye +item.contenttweaker.heart_of_darkness.name=Heart of Darkness +item.contenttweaker.universal_booster.name=Universal Booster +item.contenttweaker.termasect_bark.name=Termasect Bark +item.contenttweaker.clunkhead_brick.name=Clunkhead Brick +item.contenttweaker.parasecta_wing.name=Parasecta Wing +item.contenttweaker.runandor_garnet.name=Runandor Garnet +item.contenttweaker.deeplands_garnet.name=Deeplands Garnet +item.contenttweaker.ayeraco_scale.name=Ayeraco Scale +item.contenttweaker.king_shroomus_cap.name=King Shroomus Cap +item.contenttweaker.visualent_fang.name=Visualent Fang +item.contenttweaker.infused_myrmitite.name=Infused Myrmitite +item.contenttweaker.iromine_garnet.name=Iromine Garnet +item.contenttweaker.solidified_memory.name=Solidified Memory +item.contenttweaker.deinthos.name=Deinthos +item.contenttweaker.varsium_egg.name=Varsium Egg +item.contenttweaker.ice_construct.name=Ice Construct +item.contenttweaker.tier_v_defined_seed.name=Tier V Defined Seed +item.contenttweaker.divine_star.name=Divine Star +item.contenttweaker.crystallite_egg.name=Crystallite Egg +item.contenttweaker.chaos_pearl.name=Chaos Pearl +item.contenttweaker.deuterium_crystal.name=Deuterium Crystal +item.contenttweaker.scorcher_eternal_flame.name=Scorcher Eternal Flame +item.contenttweaker.lunalus_artifact.name=Lunalus Artifact +item.contenttweaker.abyssal_alloy_ingot.name=Abyssal Alloy Ingot +item.contenttweaker.inert_crystal.name=Inert Crystal +item.contenttweaker.chaotic_energy_orb.name=Chaotic Energy Orb +item.contenttweaker.skythern_star.name=Skythern Star +item.contenttweaker.tritium_crystal.name=Tritium Crystal +item.contenttweaker.charged_dyson_capacitor.name=Charged Dyson Capacitor +item.contenttweaker.divine_ironwood_ingot.name=Divine Ironwood Ingot +item.contenttweaker.organic_jade_plate.name=Organic Jade Plate +item.contenttweaker.essence_darkness.name=Essence of Darkness +item.contenttweaker.mystical_gem.name=Mystical gem +item.contenttweaker.sunstorm_ray.name=Sunstorm Ray +item.contenttweaker.cursed_organic_matter.name=Cursed Organic Matter +item.contenttweaker.enchanted_myrmitite.name=Enchanted Myrmitite +item.contenttweaker.shadowlord_eye.name=Shadowlord Eye +item.contenttweaker.embraced_imperfection.name=Embraced Imperfection +item.contenttweaker.celeve_garnet.name=Celeve Garnet +item.contenttweaker.unidentified_egg.name=Unidentified Egg +item.contenttweaker.precasia_garnet.name=Precasia Garnet +item.contenttweaker.experienced_spider_eye.name=Experienced Spider Eye +item.contenttweaker.resplendent_ingot.name=Resplendent Ingot +item.contenttweaker.bloodmaster_tome.name=Bloodmaster Tome +item.contenttweaker.taerrapiatta_warper.name=Taerrapiatta Warper +item.contenttweaker.abyss_garnet.name=Abyss Garnet +item.contenttweaker.reyvor_eye.name=Reyvor Eye +item.contenttweaker.eden_star.name=Eden Star +item.contenttweaker.dustopia_artifact.name=Dustopia Artifact +item.contenttweaker.nightmare_energy_orb.name=Nightmare Energy Orb +item.contenttweaker.fragment_madness.name=Fragment Madness +item.contenttweaker.resonating_eldritch_artifact.name=Resonating Eldritch Artifact +item.contenttweaker.diamerisma_warper.name=Diamerisma Warper +item.contenttweaker.borean_artifact.name=Borean Artifact +item.contenttweaker.draconik_key.name=Draconic Key +item.contenttweaker.haven_artifact.name=Haven Artifact +item.contenttweaker.vox_ponds_garnet.name=Vox Ponds Garnet +item.contenttweaker.bento_s.name=Bento S +item.contenttweaker.bento_m.name=Bento M +item.contenttweaker.fluctuatite_egg.name=Fluctuatite Egg +item.contenttweaker.baroness_brain.name=Baroness Brain +item.contenttweaker.hydrolisk_pincher.name=Hydrolisk Pincher +item.contenttweaker.bento_l.name=Bento L +item.contenttweaker.sideral_energy_orb.name=Sideral Energy Orb +item.contenttweaker.forbidden_matter.name=Forbidden Matter +item.contenttweaker.mythic_energy_orb.name=Mythic Energy Orb +tile.contenttweaker.alchemical_crystal.name=Alchemical Crystal +tile.contenttweaker.dyson_collector.name=Dyson Collector +tile.contenttweaker.nightmare_block.name=Nightmare Block +tile.contenttweaker.infinity_dyson_conduit.name=Infinity Dyson Conduit +tile.contenttweaker.nightmare_machine_case.name=Nightmare Machine Case +tile.contenttweaker.baphomet_altar_bricks.name=Baphomet Altar Bricks +tile.contenttweaker.dyson_compressor.name=Dyson Compressor +tile.contenttweaker.horizon_stabilizer.name=Horizon Stabilizer +tile.contenttweaker.miniature_black_hole.name=Miniature Black Hole +item.contenttweaker.lunalus_garnet.name=Lunalus Garnet +item.contenttweaker.sedna_artifact.name=Sedna Artifact +item.contenttweaker.rainbow_gemstones.name=Rainbow Gemstones +item.contenttweaker.definer_core.name=Definer Core +item.contenttweaker.white_gemstone_egg.name=White Gemstone Egg +item.contenttweaker.essence_fear.name=Essence of Fear +item.contenttweaker.tier_vi_defined_seed.name=Tier VI Defined Seed +item.contenttweaker.mortum_core.name=Mortum Core +item.contenttweaker.ground_pork.name=Ground Pork +item.contenttweaker.apalachia_core.name=Apalachia Core +item.contenttweaker.between_alloy_ingot.name=Between Alloy Ingot +item.contenttweaker.wildwood_refined_gem.name=Wildwood Refined Gem +item.contenttweaker.radiation_crafter.name=Radiation Crafter +item.contenttweaker.stormland_focus.name=Stormland Focus +item.contenttweaker.primordial_star.name=Primordial Star +item.contenttweaker.draconic_key.name=Draconic Key +item.contenttweaker.elusive_horn.name=Elusive Horn +item.contenttweaker.evil_insight.name=Evil Insight +item.contenttweaker.rhenium_egg.name=Rhenium Egg +item.contenttweaker.jeweled_runium.name=Jeweled Runium +item.contenttweaker.baronyte_egg.name=Baronyte Egg +item.contenttweaker.infinity_leaf.name=Infinity Leaf +item.contenttweaker.petrified_snake.name=Petrified Snake +item.contenttweaker.essence_of_petrification.name=Essence of Petrification +item.contenttweaker.crystaltine_dust.name=Crystaltine Dust +item.contenttweaker.modularium_primer.name=Modularium Primer +item.contenttweaker.horcrux.name=Horcrux +fluid.molten_realmite=Molten Realmite +fluid.molten_arlemite=Molten Arlemite +fluid.molten_rupee=Molten Rupee +fluid.molten_netherite=Molten Netherite +entity.realmite_chicken.name=Realmite Chicken +entity.purple_gemstone_chicken.name=Purple Gemstone Chicken +entity.blue_gemstone_chicken.name=Blue Gemstone Chicken +entity.white_gemstone_chicken.name=White Gemstone Chicken +entity.green_gemstone_chicken.name=Green Gemstone Chicken +entity.yellow_gemstone_chicken.name=Yellow Gemstone Chicken +entity.cold_iron_chicken.name=Cold Iron Chicken +entity.palladium_chicken.name=Palladium Chicken +entity.polonium_chicken.name=Polonium Chicken +entity.baronyte_chicken.name=Baronyte Chicken +entity.sapphire_chicken.name=Sapphire Chicken +entity.lyon_chicken.name=Lyon Chicken +entity.rosite_chicken.name=Rosite Chicken +entity.bloodgem_chicken.name=Bloodgem Chicken +entity.varsium_chicken.name=Varsium Chicken +entity.glitch_chicken.name=Glitch Chicken +entity.amethyst_chicken.name=Amethyst Chicken +entity.emberstone_chicken.name=Emberstone Chicken +entity.arlemite_chicken.name=Arlemite Chicken +entity.crystallite_chicken.name=Crystallite Chicken +entity.jewelyte_chicken.name=Jewelyte Chicken +entity.chaos_chicken.name=Chaos Chicken +entity.rupee_chicken.name=Rupee Chicken +entity.fluctuatite_chicken.name=Fluctuatite Chicken +entity.mithrillium_chicken.name=Mithrillium Chicken +entity.runium_chicken.name=Runium Chicken +entity.gemenyte_chicken.name=Gemenyte Chicken +entity.netherite_chicken.name=Netherite Chicken +entity.vityte_chicken.name=Vityte Chicken +entity.ogerite_chicken.name=Ogerite Chicken +entity.brightsteel_chicken.name=Brightsteel Chicken +entity.blazium_chicken.name=Blazium Chicken +entity.jade_chicken.name=Jade Chicken +entity.mystite_chicken.name=Mystite Chicken +entity.unidentified_chicken.name=Unidentified Chicken +entity.lunastone_chicken.name=Lunastone Chicken +entity.ornamyte_chicken.name=Ornamyte Chicken +entity.infinity_chicken.name=Infinity Chicken +entity.rhenium_chicken.name=Rhenium Chicken +entity.candyte_chicken.name=Candyte Chicken +entity.bloodstone_chicken.name=Bloodstone Chicken +entity.charged_runium_chicken.name=Charged Runium Chicken +entity.amber_chicken.name=Amber Chicken +entity.limonite_chicken.name=Limonite Chicken +entity.red_gemstone_chicken.name=Red Gemstone Chicken +entity.limonite_chicken.name=Limonite Chicken +entity.skullbone_fragment_chicken.name=Skullbone Fragment Chicken +entity.legbone_fragment_chicken.name=Legbone Fragment Chicken +entity.chestbone_fragment_chicken.name=Chestbone Fragment Chicken +entity.footbone_fragment_chicken.name=Footbone Fragment Chicken +entity.chalcedony_chicken.name=Chalcedony Chicken +tile.contenttweaker.unfathomable_stone.name=Unfathomable Stone +item.contenttweaker.unfathomable_breaker.name=Unfathomable Breaker +item.contenttweaker.demonic_manastone.name=Demonic Manastone +item.contenttweaker.mana_rune.name=Mana Rune +item.contenttweaker.compressed_mana_rune.name=Compressed Mana Rune +item.contenttweaker.manastone_dust.name=Manastone Dust +tile.contenttweaker.warped_stone.name=Warped Stone +item.dimdoors.world_thread.name=World Thread +item.contenttweaker.gaia_tesseract.name=Gaia Tesseract +item.contenttweaker.greater_gaia_spirit.name=Greater Gaia Spirit +item.contenttweaker.terrasteel_crystal.name=Terrasteel Crystal +item.contenttweaker.limbo_warper.name=Call to Limbo +item.contenttweaker.fragment_of_unraveling.name=Fragment of Unraveling +item.contenttweaker.unstable_fragment_of_unraveling.name=Unstable Fragment of Unraveling +tile.contenttweaker.destructive_stone_bricks.name=Destructive Stone Bricks +tile.contenttweaker.destructive_demon_alloy.name=Destructive Demon Alloy +tile.contenttweaker.vengeful_stone_tiles.name=Vengeful Stone Tiles +tile.contenttweaker.destructive_demon_eye.name=Destructive Demon Eye +tile.contenttweaker.vengeful_portal.name=Vengeful Portal +tile.contenttweaker.retaliation_portal.name=Retaliation Portal +tile.contenttweaker.demonic_crystal_cluster.name=Demonic Crystal Cluster +tile.contenttweaker.corrosive_crystal_cluster.name=Corrosive Crystal Cluster +tile.contenttweaker.destructive_crystal_cluster.name=Destructive Crystal Cluster +tile.contenttweaker.vengeful_crystal_cluster.name=Vengeful Crystal Cluster +tile.contenttweaker.steadfast_crystal_cluster.name=Steadfast Crystal Cluster +item.contenttweaker.forgotten_will.name=Forgotten Will +tile.contenttweaker.icy_bricks.name=Icy Bricks +tile.contenttweaker.icy_tiles.name=Icy Tiles +tile.contenttweaker.icy_stone.name=Icy Stone +tile.contenttweaker.icy_gateway.name=Icy Gateway +item.contenttweaker.forgotten_slime.name=Forgotten Slime +item.contenttweaker.soul_of_the_grand_wizard.name=Soul of the Grand Wizard +item.contenttweaker.object_of_great_mass.name=Object of Great Mass +item.contenttweaker.abyssal_wasteland_warp_cleanser.name=Abyssal Wasteland Warp Cleanser +item.contenttweaker.void_shuriken.name=Void Shuriken +item.contenttweaker.staff_of_iceika.name=Staff of Iceika +item.contenttweaker.rhenium_vibranium_base.name=Rhenium Vibranium Base +item.contenttweaker.vengeful_key.name=Vengeful Key +item.contenttweaker.retaliation_key.name=Retaliation Key +tile.contenttweaker.dense_gravitite_ore.name=Dense Gravitite Ore +item.contenttweaker.primordial_sliver.name=Primordial Sliver +item.contenttweaker.gravitite_deposit.name=Gravitite Deposit +item.contenttweaker.gravitite_sediment.name=Gravitite Sediment +item.contenttweaker.gravitite_pearl.name=Gravitite Pearl +item.contenttweaker.gravitite_clathrate.name=Gravitite Clathrate +item.contenttweaker.gravitite_matrix.name=Gravitite Matrix +item.contenttweaker.superheated_gravitite_chunk.name=Superheated Gravitite Chunk +item.contenttweaker.gravitite_chunk.name=Gravitite Chunk +item.contenttweaker.gravitite_dust.name=Gravitite Dust +item.contenttweaker.the_dark_star.name=The Dark Star Crystal +tile.contenttweaker.darkstar_stone.name=Darkstar Stone +item.contenttweaker.fiery_unguent_bottle.name=Fiery Unguent Bottle +item.contenttweaker.cleansing_balm_bottle.name=Cleansing Balm Bottle +item.contenttweaker.elecanium_egg.name=Elecanium Egg +item.contenttweaker.reprocessed_cosmic_meatball.name=Reprocessed Cosmic Meatball +item.contenttweaker.dynatos_crystal.name=Dynatos Crystal +fluid.lumiotheum=Lumiotheum +fluid.eptane=Eptane +item.contenttweaker.clump_of_mythic_matter.name=Clump of Mythic Matter +item.contenttweaker.compressed_clump_mythic.name=Compressed Clump of Mythic Matter +item.contenttweaker.double_compressed_clump_mythic.name=Double Compressed Clump of Mythic Matter +item.contenttweaker.triple_compressed_clump_mythic.name=Triple Compressed Clump of Mythic Matter +item.contenttweaker.plate_clump_mythic.name=Plate of Compressed Mythic Matter +item.contenttweaker.uncured_organic_mythic_board.name=Uncured Organic Mythic Board +item.contenttweaker.once_coated_organic_mythic_board.name=Once-Coated Organic Mythic Board +item.contenttweaker.twice_coated_organic_mythic_board.name=Twice-Coated Organic Mythic Board +item.contenttweaker.thrice_coated_organic_mythic_board.name=Thrice-Coated Organic Mythic Board +item.contenttweaker.fixed_organic_mythic_board.name=Fixed Organic Mythic Board +item.contenttweaker.hydrocarbon_coated_organic_mythic_board.name=Hydrocarbonated Organic Mythic Board +item.contenttweaker.heated_organic_mythic_board.name=Heated Organic Mythic Board +item.contenttweaker.warm_organic_mythic_board.name=Warm Organic Mythic Board +item.contenttweaker.hot_organic_mythic_board.name=Hot Organic Mythic Board +item.contenttweaker.searing_organic_mythic_board.name=Searing Organic Mythic Board +item.contenttweaker.quenched_organic_mythic_board.name=Quenched Organic Mythic Board +item.contenttweaker.cured_organic_mythic_board.name=Cured Organic Mythic Board +item.contenttweaker.digital_organic_currency.name=Digital Organic Currency +item.contenttweaker.shield_of_terra.name=Shield of Terra +item.contenttweaker.twilight_jewel.name=Twilight Jewel +item.contenttweaker.twilight_diamond.name=Twilight Diamond +item.contenttweaker.amulet_of_cinders.name=Amulet of Cinders +item.contenttweaker.jewel_of_the_twilight_forest.name=Jewel of the Twilight Forest +item.contenttweaker.infused_rhenium_ingot.name=Infused Rhenium Ingot +item.contenttweaker.master_spell_motus.name=Master Spell: Motus +item.contenttweaker.master_spell_focus.name=Master Spell Focus +item.contenttweaker.master_spell_aqua.name=Master Spell: Aqua +item.contenttweaker.master_spell_gelu.name=Master Spell: Gelu +item.contenttweaker.master_spell_sol.name=Master Spell: Sol +item.contenttweaker.master_spell_luna.name=Master Spell: Luna +item.contenttweaker.master_spell_perditio.name=Master Spell: Perditio +item.contenttweaker.master_spell_desiderium.name=Master Spell: Desiderium +item.contenttweaker.master_spell_vitium.name=Master Spell: Vitium +item.contenttweaker.infused_lightwood_sapling.name=Infused Lightwood Sapling +item.contenttweaker.master_spell_terra.name=Master Spell: Terra +item.contenttweaker.master_spell_auram.name=Master Spell: Auram +fluid.netrino_plasma=Neutrino Plasma +fluid.gluons=Gluons +fluid.quarks=Quarks +fluid.leptons=Leptons +item.contenttweaker.master_spell_lux.name=Master Spell: Lux +item.contenttweaker.master_spell_diabolus.name=Master Spell: Diabolus +item.contenttweaker.recursion_fragment_precasia.name=Recursion Fragment: Precasia +item.contenttweaker.precasia_wormhole.name=Precasia Wormhole +item.contenttweaker.master_spell_praemunio.name=Master Spell: Praemunio +item.contenttweaker.compact_port.name=Compact Port +item.contenttweaker.gemenyte_dust.name=Gemenyte Dust +item.contenttweaker.jewelyte_dust.name=Jewelyte Dust +item.contenttweaker.ornamyte_dust.name=Ornamyte Dust +item.contenttweaker.recursion_fragment_lelyetia.name=Recursion Fragment: Lelyetia +item.contenttweaker.recursion_fragment_abyss.name=Recursion Fragment: Abyss +item.contenttweaker.recursion_fragment_deeplands.name=Recursion Fragment: Deeplands +item.contenttweaker.recursion_fragment_barathos.name=Recursion Fragment: Barathos +item.contenttweaker.recursion_fragment_creeponia.name=Recursion Fragment: Creeponia +item.contenttweaker.master_spell_caeles.name=Master Spell: Caeles +item.contenttweaker.lelyeatia_wormhole.name=Lelyetia Wormhole +item.contenttweaker.abyss_wormhole.name=Abyss Wormhole +item.contenttweaker.barathos_wormhole.name=Barathos Wormhole +item.contenttweaker.deeplands_wormhole.name=Deeplands Wormhole +item.contenttweaker.vox_wormhole.name=Vox Ponds Wormhole +item.contenttweaker.candyland_wormhole.name=Candyland Wormhole +item.contenttweaker.crystevia_wormhole.name=Crystevia Wormhole +item.contenttweaker.lelyetia_wormhole.name=Lelyetia Wormhole +item.contenttweaker.mysterium_wormhole.name=Mysterium Wormhole +item.contenttweaker.iromine_wormhole.name=Iromine Wormhole +item.contenttweaker.celeve_wormhole.name=Celeve Wormhole +item.contenttweaker.haven_wormhole.name=Haven Wormhole +item.contenttweaker.ineffable_light.name=Ineffable Light +item.contenttweaker.celestial_shield_fragment.name=Celestial Shield Fragment +item.contenttweaker.recursion_fragment_gardencia.name=Recursion Fragment: Gardencia +item.contenttweaker.recursion_fragment_crystevia.name=Recursion Fragment: Crystevia +item.contenttweaker.recursion_fragment_candyland.name=Recursion Fragment: Candyland +item.contenttweaker.recursion_fragment_iromine.name=Recursion Fragment: Iromine +item.contenttweaker.recursion_fragment_haven.name=Recursion Fragment: Haven +item.contenttweaker.recursion_fragment_mysterium.name=Recursion Fragment: Mysterium +item.contenttweaker.recursion_fragment_vox.name=Recursion Fragment: Vox Ponds +item.contenttweaker.recursion_fragment_celeve.name=Recursion Fragment: Celeve +item.contenttweaker.tier1_token.name=Tier 1 Excavation Token +item.contenttweaker.tier2_token.name=Tier 2 Excavation Token +item.contenttweaker.tier3_token.name=Tier 3 Excavation Token +item.contenttweaker.tier4_token.name=Tier 4 Excavation Token +item.contenttweaker.tier5_token.name=Tier 5 Excavation Token +item.contenttweaker.tier6_token.name=Tier 6 Excavation Token +item.contenttweaker.tier7_token.name=Tier 7 Excavation Token +item.contenttweaker.tier8_token.name=Tier 8 Excavation Token +item.contenttweaker.tier9_token.name=Tier 9 Excavation Token +item.contenttweaker.tier10_token.name=Tier 10 Excavation Token +item.contenttweaker.tier11_token.name=Tier 11 Excavation Token +item.contenttweaker.tier12_token.name=Tier 12 Excavation Token +item.contenttweaker.tier13_token.name=Tier 13 Excavation Token +item.contenttweaker.tier14_token.name=Tier 14 Excavation Token +item.contenttweaker.tier15_token.name=Tier 15 Excavation Token +item.contenttweaker.tier16_token.name=Tier 16 Excavation Token +item.contenttweaker.tier17_token.name=Tier 17 Excavation Token +item.contenttweaker.tier18_token.name=Tier 18 Excavation Token +item.contenttweaker.tier19_token.name=Tier 19 Excavation Token +item.contenttweaker.tier20_token.name=Tier 20 Excavation Token +item.contenttweaker.tier21_token.name=Tier 21 Excavation Token +item.contenttweaker.tier22_token.name=Tier 22 Excavation Token +item.contenttweaker.tier23_token.name=Tier 23 Excavation Token +item.contenttweaker.tier24_token.name=Tier 24 Excavation Token +item.contenttweaker.tier25_token.name=Tier 25 Excavation Token +item.contenttweaker.tier26_token.name=Tier 26 Excavation Token +item.contenttweaker.tier27_token.name=Tier 27 Excavation Token +item.contenttweaker.tier28_token.name=Tier 28 Excavation Token +item.contenttweaker.tier29_token.name=Tier 29 Excavation Token +item.contenttweaker.runandor_wormhole.name=Runandor Wormhole +item.contenttweaker.lunalus_wormhole.name=Lunalus Wormhole +item.contenttweaker.borean_wormhole.name=L'Borean Wormhole +item.contenttweaker.immortallis_wormhole.name=Immortallis Wormhole +item.contenttweaker.ancient_cavern_wormhole.name=Ancient Cavern Wormhole +item.contenttweaker.greckon_wormhole.name=Greckon Wormhole +item.contenttweaker.dustopia_wormhole.name=Dustopia Wormhole +item.contenttweaker.vethea_wormhole.name=Vethea Wormhole +item.contenttweaker.shyre_wormhole.name=Shyre Wormhole +item.contenttweaker.recursion_fragment_runandor.name=Recursion Fragment: Runandor +item.contenttweaker.recursion_fragment_lunalus.name=Recursion Fragment: Lunalus +item.contenttweaker.recursion_fragment_borean.name=Recursion Fragment: L'Borean +item.contenttweaker.recursion_fragment_dustopia.name=Recursion Fragment: Dustopia +item.contenttweaker.recursion_fragment_greckon.name=Recursion Fragment: Greckon +item.contenttweaker.recursion_fragment_cavern.name=Recursion Fragment: Ancient Cavern +item.contenttweaker.recursion_fragment_immortallis.name=Recursion Fragment: Immortallis +item.contenttweaker.recursion_fragment_vethea.name=Recursion Fragment: Vethea +item.contenttweaker.recursion_fragment_shyre.name=Recursion Fragment: Shyrelands +item.contenttweaker.gardencia_wormhole.name=Gardencia Wormhole +item.contenttweaker.bifrost_gem.name=Bifrost Gem +item.contenttweaker.liquid_witchcraft_bottle.name=Liquid Witchcraft Bottle +item.contenttweaker.creeponia_wormhole.name=Creeponia Wormhole +item.contenttweaker.bifrost_dust.name=Bifrost Dust +item.contenttweaker.red_gemstone_egg.name=Red Gemstone Egg +tile.contenttweaker.master_rune_box.name=Master Rune Box +item.contenttweaker.aesir_gemstone.name=Aesir Gemstone +item.contenttweaker.corporea_flower.name=Corporea Flower +item.contenttweaker.recursive_powder.name=Recursive Powder +item.contenttweaker.imperfect_neutronium_nugget.name=Imperfect Neutronium Nugget +item.contenttweaker.really_hard_rock.name=Really Hard Rock +tile.contenttweaker.arkenstone.name=Arkenstone +item.contenttweaker.dense_diamond_powder.name=Dense Diamond Powder +item.contenttweaker.ineffable_sun.name=Ineffable Sun +item.contenttweaker.unidentified_norse_relic.name=Unidentified Norese Relic +tile.contenttweaker.purity_offer.name=Purity Offer +item.contenttweaker.scarifice_metal_clump.name=Sacrifice Metal Clump +item.contenttweaker.cloudy_oil_bottle.name=Cloudy Oil Bottle +item.contenttweaker.evanescent_sednanite_dust.name=Evanescent Sednanite Dust +item.contenttweaker.evanescent_sednanite_powder.name=Evanescent Sednanite Powder +item.contenttweaker.demonic_elixir_bottle.name=Demonic Elixir Bottle +fluid.evanescent_bifrost=Evanescent Bifrost +fluid.essence_of_ilarity=§kIlarity +tile.contenttweaker.ragnarok_sigil.name=Ragnarok Sigil +tile.contenttweaker.mithrillium_catalist.name=Ragnarok Sigil +fluid.vibrating_matter=Vibrating Matter +item.contenttweaker.lollypop_y.name=Lollypop Y +item.contenttweaker.sour_candy_x.name=Sour Candy X +item.contenttweaker.gummy_worm_z.name=Gummy Worm Z +item.contenttweaker.nightmare_incense.name=Nightmare Incense +item.contenttweaker.eternally_stained_soul.name=Eternally Stained Soul +item.contenttweaker.dreadlands_gem.name=Dreadlands Gem +item.contenttweaker.essence_of_the_room.name=Essence of the Room +item.contenttweaker.sacifice_metal_clump.name=Sacrifice Metal Clump +item.contenttweaker.rainbow_core.name=Rainbow Core +item.contenttweaker.master_spell_dreadia.name=Master Spell: Dreadia +item.contenttweaker.lesser_mana_core.name=Lesser Mana Core +item.contenttweaker.enhanced_chaos_shard.name=§kChaos§r Shard +item.contenttweaker.sacrificial_contract.name=Sacrificial Contract +item.contenttweaker.chaotic_feather.name=Chaotic Feather +item.contenttweaker.sacrificial_shard.name=Sacrificial Shard +item.contenttweaker.shadow_steel.name=Shadow Steel +item.contenttweaker.dragon_egg_omelette.name=Dragon Egg Omelette +item.contenttweaker.burned_enchanted_feather.name=Burnt Enchanted Feather +item.contenttweaker.dense_redstone.name=Dense Redstone +item.contenttweaker.weight_of_the_heart.name=Weight of the Ancient Heart +item.contenttweaker.enhanced_chaos_fragment.name=§kChaos§r Fragment +item.contenttweaker.greater_mana_core.name=Greater Mana Core +tile.contenttweaker.mythic_coil_t3.name=Tier 3 Mythic Coil +tile.contenttweaker.mythic_coil_t2.name=Tier 2 Mythic Coil +tile.contenttweaker.mythic_coil_t1.name=Tier 1 Mythic Coil +tile.contenttweaker.highly_advanced_machine_casing.name=Highly Advanced Machine Casing +tile.contenttweaker.awakened_electromagnet.name=Awakened Electromagnet +tile.contenttweaker.draconium_electromagnet.name=Draconium Electromagnet +tile.contenttweaker.infusion_catalyst.name=Infusion Catalyst +tile.contenttweaker.mithrillium_catalyst.name=Mithrillium Catalyst +tile.contenttweaker.shining_sandstone.name=Shining Sandstone +fluid.unstable_hassium=Unstable Hassium Isotopes +tile.contenttweaker.draconi_machine_frame.name=Draconic Machine Frame +item.contenttweaker.dense_vibrating_chunk.name=Dense Vibrating Chunk +item.contenttweaker.unstable_hassium_chunk.name=Unstable Hassium Chunk +item.contenttweaker.sacrifice_metal_clump.name=Sacrifice Metal Clump +item.contenttweaker.seared_rock.name=Seared Rock +item.contenttweaker.recursive_demantoid.name=Recursive Demantoid +item.contenttweaker.living_flesh.name=Living Flesh +item.contenttweaker.shining_sandstone_chunk.name=Shining Sandstone Chunk +item.contenttweaker.madness_gem.name=Madness Gem +item.contenttweaker.inanimate_soul.name=Inanimate Soul +item.contenttweaker.cursed_sapphire.name=Cursed Sapphire +tile.contenttweaker.draconic_machine_frame.name=Draconic Machine Frame +item.contenttweaker.creeponia_callstone.name=Creeponia Callstone +item.contenttweaker.deeplands_callstone.name=Deeplands Callstone +item.contenttweaker.crystevia_callstone.name=Crystevia Callstone +item.contenttweaker.iromine_callstone.name=Iromine Callstone +item.contenttweaker.borean_callstone.name=Borean Callstone +item.contenttweaker.lunalus_callstone.name=Lunalus Callstone +item.contenttweaker.wildwood_callstone.name=Wildwood Callstone +fluid.vital_lymph=Vital Lymph +fluid.radioactive_ethereal_goo=Radioactive Ethereal Goo +fluid.astatine=Astatine +fluid.theobromine=Theobromine +fluid.nitrogen_16=Nitrogen 16 +fluid.potassium_41=Potassium 41 +tile.contenttweaker.valtellina_ore.name=Valtellina Ore +tile.contenttweaker.eternal_tulite.name=Eternal Tulite +item.contenttweaker.horrific_callstone.name=Horrific Callstone +item.contenttweaker.anadrominomicom.name=Anadrominomicom +item.contenttweaker.skotaninomicom.name=Skotaninomicom +item.contenttweaker.terran_summoning.name=Terran Summoning +item.contenttweaker.immortallis_callstone.name=Immortallis Callstone +item.contenttweaker.charger_ring.name=Charger Ring +item.contenttweaker.eternal_nightmare.name=Eternal Nightmare +item.contenttweaker.cursed_slime.name=Cursed Slime +item.contenttweaker.astral_lizardite.name=Astral Lizardite +item.contenttweaker.imperfect_gem_of_the_cosmos.name=Imperfect Gem of the Cosmos +item.contenttweaker.chaotic_comb.name=Chaotic Comb +item.contenttweaker.menacing_sludge.name=Menacing Sludge +item.contenttweaker.perfected_gem_of_the_cosmos.name=Perfected Gem of the Cosmos +item.contenttweaker.corrupted_aragonite.name=Corrupted Aragonite +item.contenttweaker.dreadful_bone.name=Dreadful Bone +item.contenttweaker.crystallized_corruption.name=Crystallized Corruption +item.contenttweaker.tulite_flower.name=Tulite Flower +item.contenttweaker.cosmic_fracture.name=Cosmic Fracture +item.contenttweaker.skythern_callstone.name=Skythern Callstone +item.contenttweaker.calcite_gem.name=Calcite Gem +item.contenttweaker.cut_deeplands_garnet.name=Cut Deeplands Garnet +item.contenttweaker.cut_lelyetia_garnet.name=Cut Lelyeatia Garnet +item.contenttweaker.cut_voxponds_garnet.name=Cut Vox Ponds Garnet +item.contenttweaker.cut_borean_garnet.name=Cut Borean Garnet +item.contenttweaker.cut_mysterium_garnet.name=Cut Mysterium Garnet +item.contenttweaker.cut_lunalus_garnet.name=Cut Lunalus Garnet +item.contenttweaker.cut_crystevia_garnet.name=Cut Crystevia Garnet +item.contenttweaker.cut_dustopia_garnet.name=Cut Dustopia Garnet +item.contenttweaker.cut_iromine_garnet.name=Cut Iromine Garnet +item.contenttweaker.cut_gardencia_garnet.name=Cut Gardencia Garnet +item.contenttweaker.cut_candyland_garnet.name=Cut Candyland Garnet +item.contenttweaker.cut_runandor_garnet.name=Cut Runandor Garnet +item.contenttweaker.cut_abyss_garnet.name=Cut Abyss Garnet +item.contenttweaker.cut_creeponia_garnet.name=Cut Creeponia Garnet +item.contenttweaker.cut_precasia_garnet.name=Cut Precasia Garnet +item.contenttweaker.cut_immortallis_garnet.name=Cut Immortallis Garnet +item.contenttweaker.cut_greckon_garnet.name=Cut Greckon Garnet +item.contenttweaker.cut_barathos_garnet.name=Cut Barathos Garnet +item.contenttweaker.cut_celeve_garnet.name=Cut Celeve Garnet +item.contenttweaker.cut_ancientcavern_garnet.name=Cut Ancient Cavern Garnet +item.contenttweaker.cut_haven_garnet.name=Cut Haven Garnet +item.contenttweaker.nightmare_callstone.name=Nightmare Callstone +item.contenttweaker.runic_key.name=Runic Key +item.contenttweaker.starfield_gem.name=Starfield Gem +item.contenttweaker.sticky_callstone.name=Sticky Callstone +item.contenttweaker.empowerment_core.name=Empowerment Core +item.contenttweaker.recursive_tesseract.name=Recursive Tesseract +item.contenttweaker.call_of_the_haunted.name=Call of the Haunted +item.contenttweaker.mutated_meatball.name=Mutated Meatball +item.contenttweaker.depleted_lefhm_fuel.name=Depleted LEFHM Fuel +item.contenttweaker.tsleu_235_fuel.name=TSLEU-235 Fuel +item.contenttweaker.meatballium_322.name=Meatballium-322 +item.contenttweaker.meatballium_324.name=Meatballium-324 +item.contenttweaker.meatballium_328.name=Meatballium-328 +item.contenttweaker.double_compressed_wafer.name=Double Compressed Wafer +item.contenttweaker.compressed_wafer.name=Compressed Wafer +item.contenttweaker.harbinger_callstone.name=Harbinger Callstone +item.contenttweaker.complex_gearbox.name=Complex Gearbox +item.contenttweaker.lefhm_fuel.name=LEFHM Fuel +item.contenttweaker.big_slime.name=Big Slime +item.contenttweaker.ender_feather.name=Ender Feather +item.contenttweaker.clunky_chunky_brick.name=Clunky Chunky Brick +item.contenttweaker.dream_callstone.name=Dream Callstone +item.contenttweaker.sacred_callstone.name=Sacred Callstone +item.contenttweaker.harbinger_crystal.name=Harbinger Crystal +item.contenttweaker.shyre_chunk.name=Shyre Chunk +item.contenttweaker.triple_compressed_wafer.name=Triple Compressed Wafer +item.contenttweaker.ender_dolomite_dust.name=Ender Dolomite Dust +item.contenttweaker.xxeus_stone.name=Xxeus Stone +item.contenttweaker.complex_crank_shaft.name=Complex Crank Shaft +item.contenttweaker.left_sacred_sapling.name=Left Sacred Sapling +item.contenttweaker.infinity_fragment.name=Infinity Fragment +item.contenttweaker.finem_warper.name=Finem Warper +item.contenttweaker.right_sacred_sapling.name=Right Sacred Sapling +item.contenttweaker.sacred_acorn.name=Sacred Acorn +item.contenttweaker.recursion_prison_key.name=Recursion Prison Key +item.contenttweaker.primordial_prism.name=Primordial Prism +tile.contenttweaker.fiery_pyrite.name=Fiery Pyrite +tile.contenttweaker.muon_extractor.name=Muon Extractor +tile.contenttweaker.feldspar.name=Feldspar +tile.contenttweaker.travertine.name=Travertine +tile.contenttweaker.pink_marble.name=Pink Marble +tile.contenttweaker.serpentine.name=Serpentine +tile.contenttweaker.metagabbro.name=Metagabbro +tile.contenttweaker.broken_portal_arcana.name=Broken Arcana Portal +tile.contenttweaker.agate.name=Agate +tile.contenttweaker.ender_dolomite.name=Ender Dolomite +tile.contenttweaker.onyx.name=Onyx +fluid.unholy_radioactive_mix=Unholy Radioactive Mix +fluid.resonating_matter=Resonating Matter +fluid.chaotic_honey_1=Pyrite Chaotic Honey +fluid.chaotic_honey_2=Soul Chaotic Honey +fluid.chaotic_honey_3=Mysterious Chaotic Honey +fluid.chaotic_honey_4=Temporal Chaotic Honey +fluid.fluid_subconscious=Fluid Subconscious +fluid.meatane=Meatane +fluid.hydra_juices=Hydra Juices + + + + + + diff --git a/resources/contenttweaker/models/item/LEFHM.json b/resources/contenttweaker/models/item/LEFHM.json new file mode 100644 index 00000000..88a92b4a --- /dev/null +++ b/resources/contenttweaker/models/item/LEFHM.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/LEFHM" + } +} diff --git a/resources/contenttweaker/models/item/abyss_garnet.json b/resources/contenttweaker/models/item/abyss_garnet.json new file mode 100644 index 00000000..5f9fa48d --- /dev/null +++ b/resources/contenttweaker/models/item/abyss_garnet.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/abyss_garnet" + } +} diff --git a/resources/contenttweaker/models/item/abyss_wormhole.json b/resources/contenttweaker/models/item/abyss_wormhole.json new file mode 100644 index 00000000..95513008 --- /dev/null +++ b/resources/contenttweaker/models/item/abyss_wormhole.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/abyss_wormhole" + } +} diff --git a/resources/contenttweaker/models/item/abyssal_alloy_ingot.json b/resources/contenttweaker/models/item/abyssal_alloy_ingot.json new file mode 100644 index 00000000..157f9dc1 --- /dev/null +++ b/resources/contenttweaker/models/item/abyssal_alloy_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/abyssal_alloy_ingot" + } +} diff --git a/resources/contenttweaker/models/item/abyssal_artifact.json b/resources/contenttweaker/models/item/abyssal_artifact.json new file mode 100644 index 00000000..05e06f26 --- /dev/null +++ b/resources/contenttweaker/models/item/abyssal_artifact.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/abyssal_artifact" + } +} diff --git a/resources/contenttweaker/models/item/abyssal_wasteland_matter.json b/resources/contenttweaker/models/item/abyssal_wasteland_matter.json new file mode 100644 index 00000000..ef9b12e4 --- /dev/null +++ b/resources/contenttweaker/models/item/abyssal_wasteland_matter.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/abyssal_wasteland_matter" + } +} diff --git a/resources/contenttweaker/models/item/abyssal_wasteland_warp_cleanser.json b/resources/contenttweaker/models/item/abyssal_wasteland_warp_cleanser.json new file mode 100644 index 00000000..3c4a087f --- /dev/null +++ b/resources/contenttweaker/models/item/abyssal_wasteland_warp_cleanser.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/abyssal_wasteland_warp_cleanser" + } +} diff --git a/resources/contenttweaker/models/item/abyssalnite_destabilized_blend.json b/resources/contenttweaker/models/item/abyssalnite_destabilized_blend.json new file mode 100644 index 00000000..e157eaed --- /dev/null +++ b/resources/contenttweaker/models/item/abyssalnite_destabilized_blend.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/abyssalnite_destabilized_blend" + } +} diff --git a/resources/contenttweaker/models/item/abyssalnite_energized_dust.json b/resources/contenttweaker/models/item/abyssalnite_energized_dust.json new file mode 100644 index 00000000..96b32baf --- /dev/null +++ b/resources/contenttweaker/models/item/abyssalnite_energized_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/abyssalnite_energized_dust" + } +} diff --git a/resources/contenttweaker/models/item/abyssalnite_irradiated_ore_chunks.json b/resources/contenttweaker/models/item/abyssalnite_irradiated_ore_chunks.json new file mode 100644 index 00000000..5277d581 --- /dev/null +++ b/resources/contenttweaker/models/item/abyssalnite_irradiated_ore_chunks.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/abyssalnite_irradiated_ore_chunks" + } +} diff --git a/resources/contenttweaker/models/item/abyssite_ingot.json b/resources/contenttweaker/models/item/abyssite_ingot.json new file mode 100644 index 00000000..7caa7e71 --- /dev/null +++ b/resources/contenttweaker/models/item/abyssite_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/ingot" + } +} diff --git a/resources/contenttweaker/models/item/abyssite_rod.json b/resources/contenttweaker/models/item/abyssite_rod.json new file mode 100644 index 00000000..e6de6497 --- /dev/null +++ b/resources/contenttweaker/models/item/abyssite_rod.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/rod" + } +} diff --git a/resources/contenttweaker/models/item/advanced_mythic_electronic_circuit.json b/resources/contenttweaker/models/item/advanced_mythic_electronic_circuit.json new file mode 100644 index 00000000..d469b00c --- /dev/null +++ b/resources/contenttweaker/models/item/advanced_mythic_electronic_circuit.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/advanced_mythic_electronic_circuit" + } +} diff --git a/resources/contenttweaker/models/item/aeldunari.json b/resources/contenttweaker/models/item/aeldunari.json new file mode 100644 index 00000000..e9c809f9 --- /dev/null +++ b/resources/contenttweaker/models/item/aeldunari.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/aeldunari" + } +} diff --git a/resources/contenttweaker/models/item/aesir_gemstone.json b/resources/contenttweaker/models/item/aesir_gemstone.json new file mode 100644 index 00000000..870f961e --- /dev/null +++ b/resources/contenttweaker/models/item/aesir_gemstone.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/aesir_gemstone" + } +} diff --git a/resources/contenttweaker/models/item/aesir_tribute.json b/resources/contenttweaker/models/item/aesir_tribute.json new file mode 100644 index 00000000..d767302b --- /dev/null +++ b/resources/contenttweaker/models/item/aesir_tribute.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/aesir_tribute" + } +} diff --git a/resources/contenttweaker/models/item/aether_rock.json b/resources/contenttweaker/models/item/aether_rock.json new file mode 100644 index 00000000..e89186b5 --- /dev/null +++ b/resources/contenttweaker/models/item/aether_rock.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/aether_rock" + } +} diff --git a/resources/contenttweaker/models/item/aglio_olio_peperoncino_pasta.json b/resources/contenttweaker/models/item/aglio_olio_peperoncino_pasta.json new file mode 100644 index 00000000..8562ca49 --- /dev/null +++ b/resources/contenttweaker/models/item/aglio_olio_peperoncino_pasta.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/aglio_olio_peperoncino_pasta" + } +} diff --git a/resources/contenttweaker/models/item/alien_material_manual.json b/resources/contenttweaker/models/item/alien_material_manual.json new file mode 100644 index 00000000..a2080abe --- /dev/null +++ b/resources/contenttweaker/models/item/alien_material_manual.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/alien_material_manual" + } +} diff --git a/resources/contenttweaker/models/item/alkemia_artifact.json b/resources/contenttweaker/models/item/alkemia_artifact.json new file mode 100644 index 00000000..4885bc0b --- /dev/null +++ b/resources/contenttweaker/models/item/alkemia_artifact.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/alkemia_artifact" + } +} diff --git a/resources/contenttweaker/models/item/aluminum_destabilized_blend.json b/resources/contenttweaker/models/item/aluminum_destabilized_blend.json new file mode 100644 index 00000000..a6f2449e --- /dev/null +++ b/resources/contenttweaker/models/item/aluminum_destabilized_blend.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/aluminum_destabilized_blend" + } +} diff --git a/resources/contenttweaker/models/item/aluminum_energized_dust.json b/resources/contenttweaker/models/item/aluminum_energized_dust.json new file mode 100644 index 00000000..b47955c1 --- /dev/null +++ b/resources/contenttweaker/models/item/aluminum_energized_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/aluminum_energized_dust" + } +} diff --git a/resources/contenttweaker/models/item/aluminum_irradiated_ore_chunks.json b/resources/contenttweaker/models/item/aluminum_irradiated_ore_chunks.json new file mode 100644 index 00000000..44d1ef54 --- /dev/null +++ b/resources/contenttweaker/models/item/aluminum_irradiated_ore_chunks.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/aluminum_irradiated_ore_chunks" + } +} diff --git a/resources/contenttweaker/models/item/amber_destabilized_blend.json b/resources/contenttweaker/models/item/amber_destabilized_blend.json new file mode 100644 index 00000000..94f790c9 --- /dev/null +++ b/resources/contenttweaker/models/item/amber_destabilized_blend.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/amber_destabilized_blend" + } +} diff --git a/resources/contenttweaker/models/item/amber_egg.json b/resources/contenttweaker/models/item/amber_egg.json new file mode 100644 index 00000000..795e6d87 --- /dev/null +++ b/resources/contenttweaker/models/item/amber_egg.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/amber_egg" + } +} diff --git a/resources/contenttweaker/models/item/amber_energized_dust.json b/resources/contenttweaker/models/item/amber_energized_dust.json new file mode 100644 index 00000000..6b1537a7 --- /dev/null +++ b/resources/contenttweaker/models/item/amber_energized_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/amber_energized_dust" + } +} diff --git a/resources/contenttweaker/models/item/amber_irradiated_ore_chunks.json b/resources/contenttweaker/models/item/amber_irradiated_ore_chunks.json new file mode 100644 index 00000000..524788c5 --- /dev/null +++ b/resources/contenttweaker/models/item/amber_irradiated_ore_chunks.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/amber_irradiated_ore_chunks" + } +} diff --git a/resources/contenttweaker/models/item/amethyst_destabilized_blend.json b/resources/contenttweaker/models/item/amethyst_destabilized_blend.json new file mode 100644 index 00000000..264211ee --- /dev/null +++ b/resources/contenttweaker/models/item/amethyst_destabilized_blend.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/amethyst_destabilized_blend" + } +} diff --git a/resources/contenttweaker/models/item/amethyst_egg.json b/resources/contenttweaker/models/item/amethyst_egg.json new file mode 100644 index 00000000..6e67f52e --- /dev/null +++ b/resources/contenttweaker/models/item/amethyst_egg.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/amethyst_egg" + } +} diff --git a/resources/contenttweaker/models/item/amethyst_energized_dust.json b/resources/contenttweaker/models/item/amethyst_energized_dust.json new file mode 100644 index 00000000..9ffe722a --- /dev/null +++ b/resources/contenttweaker/models/item/amethyst_energized_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/amethyst_energized_dust" + } +} diff --git a/resources/contenttweaker/models/item/amethyst_irradiated_ore_chunks.json b/resources/contenttweaker/models/item/amethyst_irradiated_ore_chunks.json new file mode 100644 index 00000000..5e0ec032 --- /dev/null +++ b/resources/contenttweaker/models/item/amethyst_irradiated_ore_chunks.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/amethyst_irradiated_ore_chunks" + } +} diff --git a/resources/contenttweaker/models/item/amulet_of_cinders.json b/resources/contenttweaker/models/item/amulet_of_cinders.json new file mode 100644 index 00000000..33d51c41 --- /dev/null +++ b/resources/contenttweaker/models/item/amulet_of_cinders.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/amulet_of_cinders" + } +} diff --git a/resources/contenttweaker/models/item/anadrominomicom.json b/resources/contenttweaker/models/item/anadrominomicom.json new file mode 100644 index 00000000..3a8e2f18 --- /dev/null +++ b/resources/contenttweaker/models/item/anadrominomicom.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/anadrominomicom" + } +} diff --git a/resources/contenttweaker/models/item/ancient_cavern_artifact.json b/resources/contenttweaker/models/item/ancient_cavern_artifact.json new file mode 100644 index 00000000..a30aebcb --- /dev/null +++ b/resources/contenttweaker/models/item/ancient_cavern_artifact.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/ancient_cavern_artifact" + } +} diff --git a/resources/contenttweaker/models/item/ancient_cavern_garnet.json b/resources/contenttweaker/models/item/ancient_cavern_garnet.json new file mode 100644 index 00000000..0f79a160 --- /dev/null +++ b/resources/contenttweaker/models/item/ancient_cavern_garnet.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/ancient_cavern_garnet" + } +} diff --git a/resources/contenttweaker/models/item/ancient_cavern_wormhole.json b/resources/contenttweaker/models/item/ancient_cavern_wormhole.json new file mode 100644 index 00000000..867e77bf --- /dev/null +++ b/resources/contenttweaker/models/item/ancient_cavern_wormhole.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/ancient_cavern_wormhole" + } +} diff --git a/resources/contenttweaker/models/item/ancient_elven_knowledge.json b/resources/contenttweaker/models/item/ancient_elven_knowledge.json new file mode 100644 index 00000000..9a873f7c --- /dev/null +++ b/resources/contenttweaker/models/item/ancient_elven_knowledge.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/ancient_elven_knowledge" + } +} diff --git a/resources/contenttweaker/models/item/ancient_remnants.json b/resources/contenttweaker/models/item/ancient_remnants.json new file mode 100644 index 00000000..c11723fb --- /dev/null +++ b/resources/contenttweaker/models/item/ancient_remnants.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/ancient_remnants" + } +} diff --git a/resources/contenttweaker/models/item/annealed_high_density_frame.json b/resources/contenttweaker/models/item/annealed_high_density_frame.json new file mode 100644 index 00000000..0b0114f3 --- /dev/null +++ b/resources/contenttweaker/models/item/annealed_high_density_frame.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/annealed_high_density_frame" + } +} diff --git a/resources/contenttweaker/models/item/apalachia_core.json b/resources/contenttweaker/models/item/apalachia_core.json new file mode 100644 index 00000000..84267df7 --- /dev/null +++ b/resources/contenttweaker/models/item/apalachia_core.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/apalachia_core" + } +} diff --git a/resources/contenttweaker/models/item/apalachia_destabilized_blend.json b/resources/contenttweaker/models/item/apalachia_destabilized_blend.json new file mode 100644 index 00000000..81d0c425 --- /dev/null +++ b/resources/contenttweaker/models/item/apalachia_destabilized_blend.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/apalachia_destabilized_blend" + } +} diff --git a/resources/contenttweaker/models/item/apalachia_energized_dust.json b/resources/contenttweaker/models/item/apalachia_energized_dust.json new file mode 100644 index 00000000..6071bf1a --- /dev/null +++ b/resources/contenttweaker/models/item/apalachia_energized_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/apalachia_energized_dust" + } +} diff --git a/resources/contenttweaker/models/item/apalachia_irradiated_ore_chunks.json b/resources/contenttweaker/models/item/apalachia_irradiated_ore_chunks.json new file mode 100644 index 00000000..9dcfe96e --- /dev/null +++ b/resources/contenttweaker/models/item/apalachia_irradiated_ore_chunks.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/apalachia_irradiated_ore_chunks" + } +} diff --git a/resources/contenttweaker/models/item/apalachia_refined_gem.json b/resources/contenttweaker/models/item/apalachia_refined_gem.json new file mode 100644 index 00000000..091d24d7 --- /dev/null +++ b/resources/contenttweaker/models/item/apalachia_refined_gem.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/apalachia_refined_gem" + } +} diff --git a/resources/contenttweaker/models/item/apalachia_star.json b/resources/contenttweaker/models/item/apalachia_star.json new file mode 100644 index 00000000..dec04783 --- /dev/null +++ b/resources/contenttweaker/models/item/apalachia_star.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/apalachia_star" + } +} diff --git a/resources/contenttweaker/models/item/apatite_destabilized_blend.json b/resources/contenttweaker/models/item/apatite_destabilized_blend.json new file mode 100644 index 00000000..ad685b40 --- /dev/null +++ b/resources/contenttweaker/models/item/apatite_destabilized_blend.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/apatite_destabilized_blend" + } +} diff --git a/resources/contenttweaker/models/item/apatite_energized_dust.json b/resources/contenttweaker/models/item/apatite_energized_dust.json new file mode 100644 index 00000000..402ec819 --- /dev/null +++ b/resources/contenttweaker/models/item/apatite_energized_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/apatite_energized_dust" + } +} diff --git a/resources/contenttweaker/models/item/apatite_irradiated_ore_chunks.json b/resources/contenttweaker/models/item/apatite_irradiated_ore_chunks.json new file mode 100644 index 00000000..299411c3 --- /dev/null +++ b/resources/contenttweaker/models/item/apatite_irradiated_ore_chunks.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/apatite_irradiated_ore_chunks" + } +} diff --git a/resources/contenttweaker/models/item/apichisi_warper.json b/resources/contenttweaker/models/item/apichisi_warper.json new file mode 100644 index 00000000..6df52002 --- /dev/null +++ b/resources/contenttweaker/models/item/apichisi_warper.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/apichisi_warper" + } +} diff --git a/resources/contenttweaker/models/item/arc_coil.json b/resources/contenttweaker/models/item/arc_coil.json new file mode 100644 index 00000000..ba92bd64 --- /dev/null +++ b/resources/contenttweaker/models/item/arc_coil.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/arc_coil" + } +} diff --git a/resources/contenttweaker/models/item/arc_residue.json b/resources/contenttweaker/models/item/arc_residue.json new file mode 100644 index 00000000..0d1e38f6 --- /dev/null +++ b/resources/contenttweaker/models/item/arc_residue.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/arc_residue" + } +} diff --git a/resources/contenttweaker/models/item/arcane_entropinator.json b/resources/contenttweaker/models/item/arcane_entropinator.json new file mode 100644 index 00000000..734323ab --- /dev/null +++ b/resources/contenttweaker/models/item/arcane_entropinator.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/arcane_entropinator" + } +} diff --git a/resources/contenttweaker/models/item/arcane_prison_key.json b/resources/contenttweaker/models/item/arcane_prison_key.json new file mode 100644 index 00000000..16ec2025 --- /dev/null +++ b/resources/contenttweaker/models/item/arcane_prison_key.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/arcane_prison_key" + } +} diff --git a/resources/contenttweaker/models/item/arlemite_egg.json b/resources/contenttweaker/models/item/arlemite_egg.json new file mode 100644 index 00000000..a1122544 --- /dev/null +++ b/resources/contenttweaker/models/item/arlemite_egg.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/arlemite_egg" + } +} diff --git a/resources/contenttweaker/models/item/ascending_blueprint.json b/resources/contenttweaker/models/item/ascending_blueprint.json new file mode 100644 index 00000000..95b729da --- /dev/null +++ b/resources/contenttweaker/models/item/ascending_blueprint.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/ascending_blueprint" + } +} diff --git a/resources/contenttweaker/models/item/astral_lizardite.json b/resources/contenttweaker/models/item/astral_lizardite.json new file mode 100644 index 00000000..fec494af --- /dev/null +++ b/resources/contenttweaker/models/item/astral_lizardite.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/astral_lizardite" + } +} diff --git a/resources/contenttweaker/models/item/atomic_mirror.json b/resources/contenttweaker/models/item/atomic_mirror.json new file mode 100644 index 00000000..966186f9 --- /dev/null +++ b/resources/contenttweaker/models/item/atomic_mirror.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/atomic_mirror" + } +} diff --git a/resources/contenttweaker/models/item/ayeraco_heart.json b/resources/contenttweaker/models/item/ayeraco_heart.json new file mode 100644 index 00000000..2531f333 --- /dev/null +++ b/resources/contenttweaker/models/item/ayeraco_heart.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/ayeraco_heart" + } +} diff --git a/resources/contenttweaker/models/item/ayeraco_scale.json b/resources/contenttweaker/models/item/ayeraco_scale.json new file mode 100644 index 00000000..07c6b6a7 --- /dev/null +++ b/resources/contenttweaker/models/item/ayeraco_scale.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/ayeraco_scale" + } +} diff --git a/resources/contenttweaker/models/item/bane_tusk.json b/resources/contenttweaker/models/item/bane_tusk.json new file mode 100644 index 00000000..09631546 --- /dev/null +++ b/resources/contenttweaker/models/item/bane_tusk.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/bane_tusk" + } +} diff --git a/resources/contenttweaker/models/item/barathos_artifact.json b/resources/contenttweaker/models/item/barathos_artifact.json new file mode 100644 index 00000000..0e0a56e0 --- /dev/null +++ b/resources/contenttweaker/models/item/barathos_artifact.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/barathos_artifact" + } +} diff --git a/resources/contenttweaker/models/item/barathos_garnet.json b/resources/contenttweaker/models/item/barathos_garnet.json new file mode 100644 index 00000000..582c314d --- /dev/null +++ b/resources/contenttweaker/models/item/barathos_garnet.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/barathos_garnet" + } +} diff --git a/resources/contenttweaker/models/item/barathos_wormhole.json b/resources/contenttweaker/models/item/barathos_wormhole.json new file mode 100644 index 00000000..52d05eec --- /dev/null +++ b/resources/contenttweaker/models/item/barathos_wormhole.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/barathos_wormhole" + } +} diff --git a/resources/contenttweaker/models/item/barium_chunk.json b/resources/contenttweaker/models/item/barium_chunk.json new file mode 100644 index 00000000..4cb863fe --- /dev/null +++ b/resources/contenttweaker/models/item/barium_chunk.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/barium_chunk" + } +} diff --git a/resources/contenttweaker/models/item/barium_oxide.json b/resources/contenttweaker/models/item/barium_oxide.json new file mode 100644 index 00000000..624a97c8 --- /dev/null +++ b/resources/contenttweaker/models/item/barium_oxide.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/barium_oxide" + } +} diff --git a/resources/contenttweaker/models/item/baroness_brain.json b/resources/contenttweaker/models/item/baroness_brain.json new file mode 100644 index 00000000..fd6327d0 --- /dev/null +++ b/resources/contenttweaker/models/item/baroness_brain.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/baroness_brain" + } +} diff --git a/resources/contenttweaker/models/item/baronyte_destabilized_blend.json b/resources/contenttweaker/models/item/baronyte_destabilized_blend.json new file mode 100644 index 00000000..f851ecfe --- /dev/null +++ b/resources/contenttweaker/models/item/baronyte_destabilized_blend.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/baronyte_destabilized_blend" + } +} diff --git a/resources/contenttweaker/models/item/baronyte_egg.json b/resources/contenttweaker/models/item/baronyte_egg.json new file mode 100644 index 00000000..99b73e59 --- /dev/null +++ b/resources/contenttweaker/models/item/baronyte_egg.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/baronyte_egg" + } +} diff --git a/resources/contenttweaker/models/item/baronyte_energized_dust.json b/resources/contenttweaker/models/item/baronyte_energized_dust.json new file mode 100644 index 00000000..4dbca2eb --- /dev/null +++ b/resources/contenttweaker/models/item/baronyte_energized_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/baronyte_energized_dust" + } +} diff --git a/resources/contenttweaker/models/item/baronyte_irradiated_ore_chunks.json b/resources/contenttweaker/models/item/baronyte_irradiated_ore_chunks.json new file mode 100644 index 00000000..936b2f0d --- /dev/null +++ b/resources/contenttweaker/models/item/baronyte_irradiated_ore_chunks.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/baronyte_irradiated_ore_chunks" + } +} diff --git a/resources/contenttweaker/models/item/bento_l.json b/resources/contenttweaker/models/item/bento_l.json new file mode 100644 index 00000000..dc68336b --- /dev/null +++ b/resources/contenttweaker/models/item/bento_l.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/bento_l" + } +} diff --git a/resources/contenttweaker/models/item/bento_m.json b/resources/contenttweaker/models/item/bento_m.json new file mode 100644 index 00000000..cce5ee9f --- /dev/null +++ b/resources/contenttweaker/models/item/bento_m.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/bento_m" + } +} diff --git a/resources/contenttweaker/models/item/bento_s.json b/resources/contenttweaker/models/item/bento_s.json new file mode 100644 index 00000000..717daac9 --- /dev/null +++ b/resources/contenttweaker/models/item/bento_s.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/bento_s" + } +} diff --git a/resources/contenttweaker/models/item/bento_xl.json b/resources/contenttweaker/models/item/bento_xl.json new file mode 100644 index 00000000..20e4169d --- /dev/null +++ b/resources/contenttweaker/models/item/bento_xl.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/bento_xl" + } +} diff --git a/resources/contenttweaker/models/item/bento_xxl.json b/resources/contenttweaker/models/item/bento_xxl.json new file mode 100644 index 00000000..de6a03c2 --- /dev/null +++ b/resources/contenttweaker/models/item/bento_xxl.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/bento_xxl" + } +} diff --git a/resources/contenttweaker/models/item/bento_xxxl.json b/resources/contenttweaker/models/item/bento_xxxl.json new file mode 100644 index 00000000..2ea79246 --- /dev/null +++ b/resources/contenttweaker/models/item/bento_xxxl.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/bento_xxxl" + } +} diff --git a/resources/contenttweaker/models/item/between_alloy_ingot.json b/resources/contenttweaker/models/item/between_alloy_ingot.json new file mode 100644 index 00000000..9a0d5622 --- /dev/null +++ b/resources/contenttweaker/models/item/between_alloy_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/between_alloy_ingot" + } +} diff --git a/resources/contenttweaker/models/item/bifrost_dust.json b/resources/contenttweaker/models/item/bifrost_dust.json new file mode 100644 index 00000000..ffb81a7e --- /dev/null +++ b/resources/contenttweaker/models/item/bifrost_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/bifrost_dust" + } +} diff --git a/resources/contenttweaker/models/item/bifrost_gem.json b/resources/contenttweaker/models/item/bifrost_gem.json new file mode 100644 index 00000000..39c586de --- /dev/null +++ b/resources/contenttweaker/models/item/bifrost_gem.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/bifrost_gem" + } +} diff --git a/resources/contenttweaker/models/item/big_slime.json b/resources/contenttweaker/models/item/big_slime.json new file mode 100644 index 00000000..4824d70d --- /dev/null +++ b/resources/contenttweaker/models/item/big_slime.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/big_slime" + } +} diff --git a/resources/contenttweaker/models/item/black_metal_chest.json b/resources/contenttweaker/models/item/black_metal_chest.json new file mode 100644 index 00000000..e010eda7 --- /dev/null +++ b/resources/contenttweaker/models/item/black_metal_chest.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/chest" + } +} diff --git a/resources/contenttweaker/models/item/black_metal_dust.json b/resources/contenttweaker/models/item/black_metal_dust.json new file mode 100644 index 00000000..e654a722 --- /dev/null +++ b/resources/contenttweaker/models/item/black_metal_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/dust" + } +} diff --git a/resources/contenttweaker/models/item/black_metal_feet.json b/resources/contenttweaker/models/item/black_metal_feet.json new file mode 100644 index 00000000..3f9b0a1e --- /dev/null +++ b/resources/contenttweaker/models/item/black_metal_feet.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/feet" + } +} diff --git a/resources/contenttweaker/models/item/black_metal_head.json b/resources/contenttweaker/models/item/black_metal_head.json new file mode 100644 index 00000000..1d1c9e32 --- /dev/null +++ b/resources/contenttweaker/models/item/black_metal_head.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/head" + } +} diff --git a/resources/contenttweaker/models/item/black_metal_ingot.json b/resources/contenttweaker/models/item/black_metal_ingot.json new file mode 100644 index 00000000..7caa7e71 --- /dev/null +++ b/resources/contenttweaker/models/item/black_metal_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/ingot" + } +} diff --git a/resources/contenttweaker/models/item/black_metal_legs.json b/resources/contenttweaker/models/item/black_metal_legs.json new file mode 100644 index 00000000..9daa520d --- /dev/null +++ b/resources/contenttweaker/models/item/black_metal_legs.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/legs" + } +} diff --git a/resources/contenttweaker/models/item/black_metal_nugget.json b/resources/contenttweaker/models/item/black_metal_nugget.json new file mode 100644 index 00000000..06699ebe --- /dev/null +++ b/resources/contenttweaker/models/item/black_metal_nugget.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/nugget" + } +} diff --git a/resources/contenttweaker/models/item/black_metal_rod.json b/resources/contenttweaker/models/item/black_metal_rod.json new file mode 100644 index 00000000..e6de6497 --- /dev/null +++ b/resources/contenttweaker/models/item/black_metal_rod.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/rod" + } +} diff --git a/resources/contenttweaker/models/item/blazium_destabilized_blend.json b/resources/contenttweaker/models/item/blazium_destabilized_blend.json new file mode 100644 index 00000000..49649c47 --- /dev/null +++ b/resources/contenttweaker/models/item/blazium_destabilized_blend.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/blazium_destabilized_blend" + } +} diff --git a/resources/contenttweaker/models/item/blazium_egg.json b/resources/contenttweaker/models/item/blazium_egg.json new file mode 100644 index 00000000..3fbcb2d7 --- /dev/null +++ b/resources/contenttweaker/models/item/blazium_egg.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/blazium_egg" + } +} diff --git a/resources/contenttweaker/models/item/blazium_energized_dust.json b/resources/contenttweaker/models/item/blazium_energized_dust.json new file mode 100644 index 00000000..41409747 --- /dev/null +++ b/resources/contenttweaker/models/item/blazium_energized_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/blazium_energized_dust" + } +} diff --git a/resources/contenttweaker/models/item/blazium_irradiated_ore_chunks.json b/resources/contenttweaker/models/item/blazium_irradiated_ore_chunks.json new file mode 100644 index 00000000..8f70f39a --- /dev/null +++ b/resources/contenttweaker/models/item/blazium_irradiated_ore_chunks.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/blazium_irradiated_ore_chunks" + } +} diff --git a/resources/contenttweaker/models/item/blood_infused_dimensional_ingot.json b/resources/contenttweaker/models/item/blood_infused_dimensional_ingot.json new file mode 100644 index 00000000..f4ae4ce2 --- /dev/null +++ b/resources/contenttweaker/models/item/blood_infused_dimensional_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/blood_infused_dimensional_ingot" + } +} diff --git a/resources/contenttweaker/models/item/bloodgem_destabilized_blend.json b/resources/contenttweaker/models/item/bloodgem_destabilized_blend.json new file mode 100644 index 00000000..61a82e4d --- /dev/null +++ b/resources/contenttweaker/models/item/bloodgem_destabilized_blend.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/bloodgem_destabilized_blend" + } +} diff --git a/resources/contenttweaker/models/item/bloodgem_egg.json b/resources/contenttweaker/models/item/bloodgem_egg.json new file mode 100644 index 00000000..a3ad9724 --- /dev/null +++ b/resources/contenttweaker/models/item/bloodgem_egg.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/bloodgem_egg" + } +} diff --git a/resources/contenttweaker/models/item/bloodgem_energized_dust.json b/resources/contenttweaker/models/item/bloodgem_energized_dust.json new file mode 100644 index 00000000..ed664f8d --- /dev/null +++ b/resources/contenttweaker/models/item/bloodgem_energized_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/bloodgem_energized_dust" + } +} diff --git a/resources/contenttweaker/models/item/bloodgem_irradiated_ore_chunks.json b/resources/contenttweaker/models/item/bloodgem_irradiated_ore_chunks.json new file mode 100644 index 00000000..1bc21705 --- /dev/null +++ b/resources/contenttweaker/models/item/bloodgem_irradiated_ore_chunks.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/bloodgem_irradiated_ore_chunks" + } +} diff --git a/resources/contenttweaker/models/item/bloodmaster_metal_chest.json b/resources/contenttweaker/models/item/bloodmaster_metal_chest.json new file mode 100644 index 00000000..e010eda7 --- /dev/null +++ b/resources/contenttweaker/models/item/bloodmaster_metal_chest.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/chest" + } +} diff --git a/resources/contenttweaker/models/item/bloodmaster_metal_dust.json b/resources/contenttweaker/models/item/bloodmaster_metal_dust.json new file mode 100644 index 00000000..e654a722 --- /dev/null +++ b/resources/contenttweaker/models/item/bloodmaster_metal_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/dust" + } +} diff --git a/resources/contenttweaker/models/item/bloodmaster_metal_feet.json b/resources/contenttweaker/models/item/bloodmaster_metal_feet.json new file mode 100644 index 00000000..3f9b0a1e --- /dev/null +++ b/resources/contenttweaker/models/item/bloodmaster_metal_feet.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/feet" + } +} diff --git a/resources/contenttweaker/models/item/bloodmaster_metal_gear.json b/resources/contenttweaker/models/item/bloodmaster_metal_gear.json new file mode 100644 index 00000000..7d41e6ad --- /dev/null +++ b/resources/contenttweaker/models/item/bloodmaster_metal_gear.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/gear" + } +} diff --git a/resources/contenttweaker/models/item/bloodmaster_metal_head.json b/resources/contenttweaker/models/item/bloodmaster_metal_head.json new file mode 100644 index 00000000..1d1c9e32 --- /dev/null +++ b/resources/contenttweaker/models/item/bloodmaster_metal_head.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/head" + } +} diff --git a/resources/contenttweaker/models/item/bloodmaster_metal_ingot.json b/resources/contenttweaker/models/item/bloodmaster_metal_ingot.json new file mode 100644 index 00000000..7caa7e71 --- /dev/null +++ b/resources/contenttweaker/models/item/bloodmaster_metal_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/ingot" + } +} diff --git a/resources/contenttweaker/models/item/bloodmaster_metal_legs.json b/resources/contenttweaker/models/item/bloodmaster_metal_legs.json new file mode 100644 index 00000000..9daa520d --- /dev/null +++ b/resources/contenttweaker/models/item/bloodmaster_metal_legs.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/legs" + } +} diff --git a/resources/contenttweaker/models/item/bloodmaster_metal_nugget.json b/resources/contenttweaker/models/item/bloodmaster_metal_nugget.json new file mode 100644 index 00000000..06699ebe --- /dev/null +++ b/resources/contenttweaker/models/item/bloodmaster_metal_nugget.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/nugget" + } +} diff --git a/resources/contenttweaker/models/item/bloodmaster_metal_plate.json b/resources/contenttweaker/models/item/bloodmaster_metal_plate.json new file mode 100644 index 00000000..a747d2cb --- /dev/null +++ b/resources/contenttweaker/models/item/bloodmaster_metal_plate.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/plate" + } +} diff --git a/resources/contenttweaker/models/item/bloodmaster_metal_rod.json b/resources/contenttweaker/models/item/bloodmaster_metal_rod.json new file mode 100644 index 00000000..e6de6497 --- /dev/null +++ b/resources/contenttweaker/models/item/bloodmaster_metal_rod.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/rod" + } +} diff --git a/resources/contenttweaker/models/item/bloodmaster_tome.json b/resources/contenttweaker/models/item/bloodmaster_tome.json new file mode 100644 index 00000000..63ade41e --- /dev/null +++ b/resources/contenttweaker/models/item/bloodmaster_tome.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/bloodmaster_tome" + } +} diff --git a/resources/contenttweaker/models/item/bloodstone_destabilized_blend.json b/resources/contenttweaker/models/item/bloodstone_destabilized_blend.json new file mode 100644 index 00000000..2b57e656 --- /dev/null +++ b/resources/contenttweaker/models/item/bloodstone_destabilized_blend.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/bloodstone_destabilized_blend" + } +} diff --git a/resources/contenttweaker/models/item/bloodstone_egg.json b/resources/contenttweaker/models/item/bloodstone_egg.json new file mode 100644 index 00000000..f8cae2a6 --- /dev/null +++ b/resources/contenttweaker/models/item/bloodstone_egg.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/bloodstone_egg" + } +} diff --git a/resources/contenttweaker/models/item/bloodstone_energized_dust.json b/resources/contenttweaker/models/item/bloodstone_energized_dust.json new file mode 100644 index 00000000..d7596195 --- /dev/null +++ b/resources/contenttweaker/models/item/bloodstone_energized_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/bloodstone_energized_dust" + } +} diff --git a/resources/contenttweaker/models/item/bloodstone_irradiated_ore_chunks.json b/resources/contenttweaker/models/item/bloodstone_irradiated_ore_chunks.json new file mode 100644 index 00000000..716fc94d --- /dev/null +++ b/resources/contenttweaker/models/item/bloodstone_irradiated_ore_chunks.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/bloodstone_irradiated_ore_chunks" + } +} diff --git a/resources/contenttweaker/models/item/blue_gemstone_egg.json b/resources/contenttweaker/models/item/blue_gemstone_egg.json new file mode 100644 index 00000000..c9ab4c30 --- /dev/null +++ b/resources/contenttweaker/models/item/blue_gemstone_egg.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/blue_gemstone_egg" + } +} diff --git a/resources/contenttweaker/models/item/blue_matter.json b/resources/contenttweaker/models/item/blue_matter.json new file mode 100644 index 00000000..c48c7770 --- /dev/null +++ b/resources/contenttweaker/models/item/blue_matter.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/blue_matter" + } +} diff --git a/resources/contenttweaker/models/item/bluecrystal_destabilized_blend.json b/resources/contenttweaker/models/item/bluecrystal_destabilized_blend.json new file mode 100644 index 00000000..ed7679c0 --- /dev/null +++ b/resources/contenttweaker/models/item/bluecrystal_destabilized_blend.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/bluecrystal_destabilized_blend" + } +} diff --git a/resources/contenttweaker/models/item/bluecrystal_energized_dust.json b/resources/contenttweaker/models/item/bluecrystal_energized_dust.json new file mode 100644 index 00000000..9c867ade --- /dev/null +++ b/resources/contenttweaker/models/item/bluecrystal_energized_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/bluecrystal_energized_dust" + } +} diff --git a/resources/contenttweaker/models/item/bluecrystal_irradiated_ore_chunks.json b/resources/contenttweaker/models/item/bluecrystal_irradiated_ore_chunks.json new file mode 100644 index 00000000..360f11a5 --- /dev/null +++ b/resources/contenttweaker/models/item/bluecrystal_irradiated_ore_chunks.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/bluecrystal_irradiated_ore_chunks" + } +} diff --git a/resources/contenttweaker/models/item/borean_artifact.json b/resources/contenttweaker/models/item/borean_artifact.json new file mode 100644 index 00000000..490e484a --- /dev/null +++ b/resources/contenttweaker/models/item/borean_artifact.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/borean_artifact" + } +} diff --git a/resources/contenttweaker/models/item/borean_callstone.json b/resources/contenttweaker/models/item/borean_callstone.json new file mode 100644 index 00000000..e2d5292b --- /dev/null +++ b/resources/contenttweaker/models/item/borean_callstone.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/borean_callstone" + } +} diff --git a/resources/contenttweaker/models/item/borean_garnet.json b/resources/contenttweaker/models/item/borean_garnet.json new file mode 100644 index 00000000..f612469d --- /dev/null +++ b/resources/contenttweaker/models/item/borean_garnet.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/borean_garnet" + } +} diff --git a/resources/contenttweaker/models/item/borean_wormhole.json b/resources/contenttweaker/models/item/borean_wormhole.json new file mode 100644 index 00000000..d63700c2 --- /dev/null +++ b/resources/contenttweaker/models/item/borean_wormhole.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/borean_wormhole" + } +} diff --git a/resources/contenttweaker/models/item/boron_destabilized_blend.json b/resources/contenttweaker/models/item/boron_destabilized_blend.json new file mode 100644 index 00000000..1a0e26ab --- /dev/null +++ b/resources/contenttweaker/models/item/boron_destabilized_blend.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/boron_destabilized_blend" + } +} diff --git a/resources/contenttweaker/models/item/boron_energized_dust.json b/resources/contenttweaker/models/item/boron_energized_dust.json new file mode 100644 index 00000000..80c1b4c1 --- /dev/null +++ b/resources/contenttweaker/models/item/boron_energized_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/boron_energized_dust" + } +} diff --git a/resources/contenttweaker/models/item/boron_irradiated_ore_chunks.json b/resources/contenttweaker/models/item/boron_irradiated_ore_chunks.json new file mode 100644 index 00000000..a05b9d53 --- /dev/null +++ b/resources/contenttweaker/models/item/boron_irradiated_ore_chunks.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/boron_irradiated_ore_chunks" + } +} diff --git a/resources/contenttweaker/models/item/botanic_alchemic_catalyst.json b/resources/contenttweaker/models/item/botanic_alchemic_catalyst.json new file mode 100644 index 00000000..f68800df --- /dev/null +++ b/resources/contenttweaker/models/item/botanic_alchemic_catalyst.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/botanic_alchemic_catalyst" + } +} diff --git a/resources/contenttweaker/models/item/botanical_pillar.json b/resources/contenttweaker/models/item/botanical_pillar.json new file mode 100644 index 00000000..0e37c373 --- /dev/null +++ b/resources/contenttweaker/models/item/botanical_pillar.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/botanical_pillar" + } +} diff --git a/resources/contenttweaker/models/item/bright_matter.json b/resources/contenttweaker/models/item/bright_matter.json new file mode 100644 index 00000000..fcc7b405 --- /dev/null +++ b/resources/contenttweaker/models/item/bright_matter.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/bright_matter" + } +} diff --git a/resources/contenttweaker/models/item/brightseel_alloy_gear.json b/resources/contenttweaker/models/item/brightseel_alloy_gear.json new file mode 100644 index 00000000..c32a8242 --- /dev/null +++ b/resources/contenttweaker/models/item/brightseel_alloy_gear.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/brightseel_alloy_gear" + } +} diff --git a/resources/contenttweaker/models/item/brightseel_alloy_plate.json b/resources/contenttweaker/models/item/brightseel_alloy_plate.json new file mode 100644 index 00000000..c5abdda4 --- /dev/null +++ b/resources/contenttweaker/models/item/brightseel_alloy_plate.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/brightseel_alloy_plate" + } +} diff --git a/resources/contenttweaker/models/item/brightsteel_alloy_ingot.json b/resources/contenttweaker/models/item/brightsteel_alloy_ingot.json new file mode 100644 index 00000000..78549191 --- /dev/null +++ b/resources/contenttweaker/models/item/brightsteel_alloy_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/brightsteel_alloy_ingot" + } +} diff --git a/resources/contenttweaker/models/item/brightsteel_chest.json b/resources/contenttweaker/models/item/brightsteel_chest.json new file mode 100644 index 00000000..e010eda7 --- /dev/null +++ b/resources/contenttweaker/models/item/brightsteel_chest.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/chest" + } +} diff --git a/resources/contenttweaker/models/item/brightsteel_dust.json b/resources/contenttweaker/models/item/brightsteel_dust.json new file mode 100644 index 00000000..e654a722 --- /dev/null +++ b/resources/contenttweaker/models/item/brightsteel_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/dust" + } +} diff --git a/resources/contenttweaker/models/item/brightsteel_egg.json b/resources/contenttweaker/models/item/brightsteel_egg.json new file mode 100644 index 00000000..14cf0101 --- /dev/null +++ b/resources/contenttweaker/models/item/brightsteel_egg.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/brightsteel_egg" + } +} diff --git a/resources/contenttweaker/models/item/brightsteel_feet.json b/resources/contenttweaker/models/item/brightsteel_feet.json new file mode 100644 index 00000000..3f9b0a1e --- /dev/null +++ b/resources/contenttweaker/models/item/brightsteel_feet.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/feet" + } +} diff --git a/resources/contenttweaker/models/item/brightsteel_head.json b/resources/contenttweaker/models/item/brightsteel_head.json new file mode 100644 index 00000000..1d1c9e32 --- /dev/null +++ b/resources/contenttweaker/models/item/brightsteel_head.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/head" + } +} diff --git a/resources/contenttweaker/models/item/brightsteel_ingot.json b/resources/contenttweaker/models/item/brightsteel_ingot.json new file mode 100644 index 00000000..7caa7e71 --- /dev/null +++ b/resources/contenttweaker/models/item/brightsteel_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/ingot" + } +} diff --git a/resources/contenttweaker/models/item/brightsteel_legs.json b/resources/contenttweaker/models/item/brightsteel_legs.json new file mode 100644 index 00000000..9daa520d --- /dev/null +++ b/resources/contenttweaker/models/item/brightsteel_legs.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/legs" + } +} diff --git a/resources/contenttweaker/models/item/brightsteel_nugget.json b/resources/contenttweaker/models/item/brightsteel_nugget.json new file mode 100644 index 00000000..06699ebe --- /dev/null +++ b/resources/contenttweaker/models/item/brightsteel_nugget.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/nugget" + } +} diff --git a/resources/contenttweaker/models/item/brightsteel_rod.json b/resources/contenttweaker/models/item/brightsteel_rod.json new file mode 100644 index 00000000..e6de6497 --- /dev/null +++ b/resources/contenttweaker/models/item/brightsteel_rod.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/rod" + } +} diff --git a/resources/contenttweaker/models/item/buffalo_charger.json b/resources/contenttweaker/models/item/buffalo_charger.json new file mode 100644 index 00000000..de703248 --- /dev/null +++ b/resources/contenttweaker/models/item/buffalo_charger.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/buffalo_charger" + } +} diff --git a/resources/contenttweaker/models/item/burned_enchanted_feather.json b/resources/contenttweaker/models/item/burned_enchanted_feather.json new file mode 100644 index 00000000..72eda1a2 --- /dev/null +++ b/resources/contenttweaker/models/item/burned_enchanted_feather.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/burned_enchanted_feather" + } +} diff --git a/resources/contenttweaker/models/item/caeles_gem.json b/resources/contenttweaker/models/item/caeles_gem.json new file mode 100644 index 00000000..d8ef73a9 --- /dev/null +++ b/resources/contenttweaker/models/item/caeles_gem.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/caeles_gem" + } +} diff --git a/resources/contenttweaker/models/item/caesium_dust.json b/resources/contenttweaker/models/item/caesium_dust.json new file mode 100644 index 00000000..e654a722 --- /dev/null +++ b/resources/contenttweaker/models/item/caesium_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/dust" + } +} diff --git a/resources/contenttweaker/models/item/caesium_ingot.json b/resources/contenttweaker/models/item/caesium_ingot.json new file mode 100644 index 00000000..7caa7e71 --- /dev/null +++ b/resources/contenttweaker/models/item/caesium_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/ingot" + } +} diff --git a/resources/contenttweaker/models/item/caesium_nugget.json b/resources/contenttweaker/models/item/caesium_nugget.json new file mode 100644 index 00000000..06699ebe --- /dev/null +++ b/resources/contenttweaker/models/item/caesium_nugget.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/nugget" + } +} diff --git a/resources/contenttweaker/models/item/caesium_rod.json b/resources/contenttweaker/models/item/caesium_rod.json new file mode 100644 index 00000000..e6de6497 --- /dev/null +++ b/resources/contenttweaker/models/item/caesium_rod.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/rod" + } +} diff --git a/resources/contenttweaker/models/item/calcite_gem.json b/resources/contenttweaker/models/item/calcite_gem.json new file mode 100644 index 00000000..850ff25e --- /dev/null +++ b/resources/contenttweaker/models/item/calcite_gem.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/calcite_gem" + } +} diff --git a/resources/contenttweaker/models/item/call_of_the_haunted.json b/resources/contenttweaker/models/item/call_of_the_haunted.json new file mode 100644 index 00000000..2281ba15 --- /dev/null +++ b/resources/contenttweaker/models/item/call_of_the_haunted.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/call_of_the_haunted" + } +} diff --git a/resources/contenttweaker/models/item/candyland_artifact.json b/resources/contenttweaker/models/item/candyland_artifact.json new file mode 100644 index 00000000..a9328409 --- /dev/null +++ b/resources/contenttweaker/models/item/candyland_artifact.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/candyland_artifact" + } +} diff --git a/resources/contenttweaker/models/item/candyland_garnet.json b/resources/contenttweaker/models/item/candyland_garnet.json new file mode 100644 index 00000000..27bf0ffb --- /dev/null +++ b/resources/contenttweaker/models/item/candyland_garnet.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/candyland_garnet" + } +} diff --git a/resources/contenttweaker/models/item/candyland_wormhole.json b/resources/contenttweaker/models/item/candyland_wormhole.json new file mode 100644 index 00000000..7dee71bc --- /dev/null +++ b/resources/contenttweaker/models/item/candyland_wormhole.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/candyland_wormhole" + } +} diff --git a/resources/contenttweaker/models/item/candyte_dust.json b/resources/contenttweaker/models/item/candyte_dust.json new file mode 100644 index 00000000..e654a722 --- /dev/null +++ b/resources/contenttweaker/models/item/candyte_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/dust" + } +} diff --git a/resources/contenttweaker/models/item/candyte_egg.json b/resources/contenttweaker/models/item/candyte_egg.json new file mode 100644 index 00000000..e53eac60 --- /dev/null +++ b/resources/contenttweaker/models/item/candyte_egg.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/candyte_egg" + } +} diff --git a/resources/contenttweaker/models/item/candyte_ingot.json b/resources/contenttweaker/models/item/candyte_ingot.json new file mode 100644 index 00000000..7caa7e71 --- /dev/null +++ b/resources/contenttweaker/models/item/candyte_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/ingot" + } +} diff --git a/resources/contenttweaker/models/item/candyte_nugget.json b/resources/contenttweaker/models/item/candyte_nugget.json new file mode 100644 index 00000000..06699ebe --- /dev/null +++ b/resources/contenttweaker/models/item/candyte_nugget.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/nugget" + } +} diff --git a/resources/contenttweaker/models/item/candyte_rod.json b/resources/contenttweaker/models/item/candyte_rod.json new file mode 100644 index 00000000..e6de6497 --- /dev/null +++ b/resources/contenttweaker/models/item/candyte_rod.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/rod" + } +} diff --git a/resources/contenttweaker/models/item/celestial_shield_fragment.json b/resources/contenttweaker/models/item/celestial_shield_fragment.json new file mode 100644 index 00000000..9c3c5349 --- /dev/null +++ b/resources/contenttweaker/models/item/celestial_shield_fragment.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/celestial_shield_fragment" + } +} diff --git a/resources/contenttweaker/models/item/celeve_artifact.json b/resources/contenttweaker/models/item/celeve_artifact.json new file mode 100644 index 00000000..22a5b172 --- /dev/null +++ b/resources/contenttweaker/models/item/celeve_artifact.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/celeve_artifact" + } +} diff --git a/resources/contenttweaker/models/item/celeve_garnet.json b/resources/contenttweaker/models/item/celeve_garnet.json new file mode 100644 index 00000000..448b1c6a --- /dev/null +++ b/resources/contenttweaker/models/item/celeve_garnet.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/celeve_garnet" + } +} diff --git a/resources/contenttweaker/models/item/celeve_wormhole.json b/resources/contenttweaker/models/item/celeve_wormhole.json new file mode 100644 index 00000000..1f14da90 --- /dev/null +++ b/resources/contenttweaker/models/item/celeve_wormhole.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/celeve_wormhole" + } +} diff --git a/resources/contenttweaker/models/item/certus_destabilized_blend.json b/resources/contenttweaker/models/item/certus_destabilized_blend.json new file mode 100644 index 00000000..6617cf4d --- /dev/null +++ b/resources/contenttweaker/models/item/certus_destabilized_blend.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/certus_destabilized_blend" + } +} diff --git a/resources/contenttweaker/models/item/certus_energized_dust.json b/resources/contenttweaker/models/item/certus_energized_dust.json new file mode 100644 index 00000000..418f43e5 --- /dev/null +++ b/resources/contenttweaker/models/item/certus_energized_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/certus_energized_dust" + } +} diff --git a/resources/contenttweaker/models/item/certus_irradiated_ore_chunks.json b/resources/contenttweaker/models/item/certus_irradiated_ore_chunks.json new file mode 100644 index 00000000..75626e05 --- /dev/null +++ b/resources/contenttweaker/models/item/certus_irradiated_ore_chunks.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/certus_irradiated_ore_chunks" + } +} diff --git a/resources/contenttweaker/models/item/chalcedony_dust.json b/resources/contenttweaker/models/item/chalcedony_dust.json new file mode 100644 index 00000000..e654a722 --- /dev/null +++ b/resources/contenttweaker/models/item/chalcedony_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/dust" + } +} diff --git a/resources/contenttweaker/models/item/chalcedony_egg.json b/resources/contenttweaker/models/item/chalcedony_egg.json new file mode 100644 index 00000000..012df9e5 --- /dev/null +++ b/resources/contenttweaker/models/item/chalcedony_egg.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/chalcedony_egg" + } +} diff --git a/resources/contenttweaker/models/item/chalcedony_ingot.json b/resources/contenttweaker/models/item/chalcedony_ingot.json new file mode 100644 index 00000000..7caa7e71 --- /dev/null +++ b/resources/contenttweaker/models/item/chalcedony_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/ingot" + } +} diff --git a/resources/contenttweaker/models/item/chalcedony_nugget.json b/resources/contenttweaker/models/item/chalcedony_nugget.json new file mode 100644 index 00000000..06699ebe --- /dev/null +++ b/resources/contenttweaker/models/item/chalcedony_nugget.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/nugget" + } +} diff --git a/resources/contenttweaker/models/item/chalcedony_rod.json b/resources/contenttweaker/models/item/chalcedony_rod.json new file mode 100644 index 00000000..e6de6497 --- /dev/null +++ b/resources/contenttweaker/models/item/chalcedony_rod.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/rod" + } +} diff --git a/resources/contenttweaker/models/item/chaos_dust.json b/resources/contenttweaker/models/item/chaos_dust.json new file mode 100644 index 00000000..e654a722 --- /dev/null +++ b/resources/contenttweaker/models/item/chaos_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/dust" + } +} diff --git a/resources/contenttweaker/models/item/chaos_ingot.json b/resources/contenttweaker/models/item/chaos_ingot.json new file mode 100644 index 00000000..7caa7e71 --- /dev/null +++ b/resources/contenttweaker/models/item/chaos_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/ingot" + } +} diff --git a/resources/contenttweaker/models/item/chaos_nugget.json b/resources/contenttweaker/models/item/chaos_nugget.json new file mode 100644 index 00000000..06699ebe --- /dev/null +++ b/resources/contenttweaker/models/item/chaos_nugget.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/nugget" + } +} diff --git a/resources/contenttweaker/models/item/chaos_pearl.json b/resources/contenttweaker/models/item/chaos_pearl.json new file mode 100644 index 00000000..56662ea8 --- /dev/null +++ b/resources/contenttweaker/models/item/chaos_pearl.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/chaos_pearl" + } +} diff --git a/resources/contenttweaker/models/item/chaos_rod.json b/resources/contenttweaker/models/item/chaos_rod.json new file mode 100644 index 00000000..e6de6497 --- /dev/null +++ b/resources/contenttweaker/models/item/chaos_rod.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/rod" + } +} diff --git a/resources/contenttweaker/models/item/chaotic_comb.json b/resources/contenttweaker/models/item/chaotic_comb.json new file mode 100644 index 00000000..aa75be52 --- /dev/null +++ b/resources/contenttweaker/models/item/chaotic_comb.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/chaotic_comb" + } +} diff --git a/resources/contenttweaker/models/item/chaotic_egg.json b/resources/contenttweaker/models/item/chaotic_egg.json new file mode 100644 index 00000000..597cab57 --- /dev/null +++ b/resources/contenttweaker/models/item/chaotic_egg.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/chaotic_egg" + } +} diff --git a/resources/contenttweaker/models/item/chaotic_energy_orb.json b/resources/contenttweaker/models/item/chaotic_energy_orb.json new file mode 100644 index 00000000..4d5a99d1 --- /dev/null +++ b/resources/contenttweaker/models/item/chaotic_energy_orb.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/chaotic_energy_orb" + } +} diff --git a/resources/contenttweaker/models/item/chaotic_feather.json b/resources/contenttweaker/models/item/chaotic_feather.json new file mode 100644 index 00000000..3490a88d --- /dev/null +++ b/resources/contenttweaker/models/item/chaotic_feather.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/chaotic_feather" + } +} diff --git a/resources/contenttweaker/models/item/charged_dyson_capacitor.json b/resources/contenttweaker/models/item/charged_dyson_capacitor.json new file mode 100644 index 00000000..62ea256b --- /dev/null +++ b/resources/contenttweaker/models/item/charged_dyson_capacitor.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/charged_dyson_capacitor" + } +} diff --git a/resources/contenttweaker/models/item/charged_runium_egg.json b/resources/contenttweaker/models/item/charged_runium_egg.json new file mode 100644 index 00000000..104d3c0b --- /dev/null +++ b/resources/contenttweaker/models/item/charged_runium_egg.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/charged_runium_egg" + } +} diff --git a/resources/contenttweaker/models/item/chargedrunium_destabilized_blend.json b/resources/contenttweaker/models/item/chargedrunium_destabilized_blend.json new file mode 100644 index 00000000..57a60cf2 --- /dev/null +++ b/resources/contenttweaker/models/item/chargedrunium_destabilized_blend.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/chargedrunium_destabilized_blend" + } +} diff --git a/resources/contenttweaker/models/item/chargedrunium_energized_dust.json b/resources/contenttweaker/models/item/chargedrunium_energized_dust.json new file mode 100644 index 00000000..7060869b --- /dev/null +++ b/resources/contenttweaker/models/item/chargedrunium_energized_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/chargedrunium_energized_dust" + } +} diff --git a/resources/contenttweaker/models/item/chargedrunium_irradiated_ore_chunks.json b/resources/contenttweaker/models/item/chargedrunium_irradiated_ore_chunks.json new file mode 100644 index 00000000..7f11d09b --- /dev/null +++ b/resources/contenttweaker/models/item/chargedrunium_irradiated_ore_chunks.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/chargedrunium_irradiated_ore_chunks" + } +} diff --git a/resources/contenttweaker/models/item/charger_ring.json b/resources/contenttweaker/models/item/charger_ring.json new file mode 100644 index 00000000..7d55e9cb --- /dev/null +++ b/resources/contenttweaker/models/item/charger_ring.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/charger_ring" + } +} diff --git a/resources/contenttweaker/models/item/chestbone_destabilized_blend.json b/resources/contenttweaker/models/item/chestbone_destabilized_blend.json new file mode 100644 index 00000000..5795a60b --- /dev/null +++ b/resources/contenttweaker/models/item/chestbone_destabilized_blend.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/chestbone_destabilized_blend" + } +} diff --git a/resources/contenttweaker/models/item/chestbone_energized_dust.json b/resources/contenttweaker/models/item/chestbone_energized_dust.json new file mode 100644 index 00000000..a38735d7 --- /dev/null +++ b/resources/contenttweaker/models/item/chestbone_energized_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/chestbone_energized_dust" + } +} diff --git a/resources/contenttweaker/models/item/chestbone_fragment_egg.json b/resources/contenttweaker/models/item/chestbone_fragment_egg.json new file mode 100644 index 00000000..e7205e49 --- /dev/null +++ b/resources/contenttweaker/models/item/chestbone_fragment_egg.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/chestbone_fragment_egg" + } +} diff --git a/resources/contenttweaker/models/item/chestbone_irradiated_ore_chunks.json b/resources/contenttweaker/models/item/chestbone_irradiated_ore_chunks.json new file mode 100644 index 00000000..a4ecead5 --- /dev/null +++ b/resources/contenttweaker/models/item/chestbone_irradiated_ore_chunks.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/chestbone_irradiated_ore_chunks" + } +} diff --git a/resources/contenttweaker/models/item/clausurae.json b/resources/contenttweaker/models/item/clausurae.json new file mode 100644 index 00000000..b21f1f1d --- /dev/null +++ b/resources/contenttweaker/models/item/clausurae.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/clausurae" + } +} diff --git a/resources/contenttweaker/models/item/cleansing_balm_bottle.json b/resources/contenttweaker/models/item/cleansing_balm_bottle.json new file mode 100644 index 00000000..df681e5b --- /dev/null +++ b/resources/contenttweaker/models/item/cleansing_balm_bottle.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/cleansing_balm_bottle" + } +} diff --git a/resources/contenttweaker/models/item/cloudy_oil_bottle.json b/resources/contenttweaker/models/item/cloudy_oil_bottle.json new file mode 100644 index 00000000..f7c48a78 --- /dev/null +++ b/resources/contenttweaker/models/item/cloudy_oil_bottle.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/cloudy_oil_bottle" + } +} diff --git a/resources/contenttweaker/models/item/clump_of_mythic_matter.json b/resources/contenttweaker/models/item/clump_of_mythic_matter.json new file mode 100644 index 00000000..b18e683b --- /dev/null +++ b/resources/contenttweaker/models/item/clump_of_mythic_matter.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/clump_of_mythic_matter" + } +} diff --git a/resources/contenttweaker/models/item/clunkhead_brick.json b/resources/contenttweaker/models/item/clunkhead_brick.json new file mode 100644 index 00000000..280880a6 --- /dev/null +++ b/resources/contenttweaker/models/item/clunkhead_brick.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/clunkhead_brick" + } +} diff --git a/resources/contenttweaker/models/item/clunky_chunky_brick.json b/resources/contenttweaker/models/item/clunky_chunky_brick.json new file mode 100644 index 00000000..a3f28a9b --- /dev/null +++ b/resources/contenttweaker/models/item/clunky_chunky_brick.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/clunky_chunky_brick" + } +} diff --git a/resources/contenttweaker/models/item/coal_destabilized_blend.json b/resources/contenttweaker/models/item/coal_destabilized_blend.json new file mode 100644 index 00000000..1600dade --- /dev/null +++ b/resources/contenttweaker/models/item/coal_destabilized_blend.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/coal_destabilized_blend" + } +} diff --git a/resources/contenttweaker/models/item/coal_energized_dust.json b/resources/contenttweaker/models/item/coal_energized_dust.json new file mode 100644 index 00000000..794d8a2c --- /dev/null +++ b/resources/contenttweaker/models/item/coal_energized_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/coal_energized_dust" + } +} diff --git a/resources/contenttweaker/models/item/coal_irradiated_ore_chunks.json b/resources/contenttweaker/models/item/coal_irradiated_ore_chunks.json new file mode 100644 index 00000000..23c99bf6 --- /dev/null +++ b/resources/contenttweaker/models/item/coal_irradiated_ore_chunks.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/coal_irradiated_ore_chunks" + } +} diff --git a/resources/contenttweaker/models/item/cold_iron_egg.json b/resources/contenttweaker/models/item/cold_iron_egg.json new file mode 100644 index 00000000..3f81e6b9 --- /dev/null +++ b/resources/contenttweaker/models/item/cold_iron_egg.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/cold_iron_egg" + } +} diff --git a/resources/contenttweaker/models/item/compact_port.json b/resources/contenttweaker/models/item/compact_port.json new file mode 100644 index 00000000..04bb9b5b --- /dev/null +++ b/resources/contenttweaker/models/item/compact_port.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/compact_port" + } +} diff --git a/resources/contenttweaker/models/item/complex_crank_shaft.json b/resources/contenttweaker/models/item/complex_crank_shaft.json new file mode 100644 index 00000000..8d881a42 --- /dev/null +++ b/resources/contenttweaker/models/item/complex_crank_shaft.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/complex_crank_shaft" + } +} diff --git a/resources/contenttweaker/models/item/complex_gearbox.json b/resources/contenttweaker/models/item/complex_gearbox.json new file mode 100644 index 00000000..3765bb9e --- /dev/null +++ b/resources/contenttweaker/models/item/complex_gearbox.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/complex_gearbox" + } +} diff --git a/resources/contenttweaker/models/item/compressed_clump_mythic.json b/resources/contenttweaker/models/item/compressed_clump_mythic.json new file mode 100644 index 00000000..d3bbd080 --- /dev/null +++ b/resources/contenttweaker/models/item/compressed_clump_mythic.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/compressed_clump_mythic" + } +} diff --git a/resources/contenttweaker/models/item/compressed_mana_rune.json b/resources/contenttweaker/models/item/compressed_mana_rune.json new file mode 100644 index 00000000..c080f79b --- /dev/null +++ b/resources/contenttweaker/models/item/compressed_mana_rune.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/compressed_mana_rune" + } +} diff --git a/resources/contenttweaker/models/item/compressed_wafer.json b/resources/contenttweaker/models/item/compressed_wafer.json new file mode 100644 index 00000000..595fef2e --- /dev/null +++ b/resources/contenttweaker/models/item/compressed_wafer.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/compressed_wafer" + } +} diff --git a/resources/contenttweaker/models/item/concentrated_essence.json b/resources/contenttweaker/models/item/concentrated_essence.json new file mode 100644 index 00000000..00bf31b7 --- /dev/null +++ b/resources/contenttweaker/models/item/concentrated_essence.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/concentrated_essence" + } +} diff --git a/resources/contenttweaker/models/item/conductive_powder.json b/resources/contenttweaker/models/item/conductive_powder.json new file mode 100644 index 00000000..41d98457 --- /dev/null +++ b/resources/contenttweaker/models/item/conductive_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/conductive_powder" + } +} diff --git a/resources/contenttweaker/models/item/coniferon_bark.json b/resources/contenttweaker/models/item/coniferon_bark.json new file mode 100644 index 00000000..be231109 --- /dev/null +++ b/resources/contenttweaker/models/item/coniferon_bark.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/coniferon_bark" + } +} diff --git a/resources/contenttweaker/models/item/controller_manual.json b/resources/contenttweaker/models/item/controller_manual.json new file mode 100644 index 00000000..c03bbba8 --- /dev/null +++ b/resources/contenttweaker/models/item/controller_manual.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/controller_manual" + } +} diff --git a/resources/contenttweaker/models/item/copper_destabilized_blend.json b/resources/contenttweaker/models/item/copper_destabilized_blend.json new file mode 100644 index 00000000..df31ad73 --- /dev/null +++ b/resources/contenttweaker/models/item/copper_destabilized_blend.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/copper_destabilized_blend" + } +} diff --git a/resources/contenttweaker/models/item/copper_energized_dust.json b/resources/contenttweaker/models/item/copper_energized_dust.json new file mode 100644 index 00000000..ce9e2f56 --- /dev/null +++ b/resources/contenttweaker/models/item/copper_energized_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/copper_energized_dust" + } +} diff --git a/resources/contenttweaker/models/item/copper_irradiated_ore_chunks.json b/resources/contenttweaker/models/item/copper_irradiated_ore_chunks.json new file mode 100644 index 00000000..b8c06784 --- /dev/null +++ b/resources/contenttweaker/models/item/copper_irradiated_ore_chunks.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/copper_irradiated_ore_chunks" + } +} diff --git a/resources/contenttweaker/models/item/coralium_destabilized_blend.json b/resources/contenttweaker/models/item/coralium_destabilized_blend.json new file mode 100644 index 00000000..023a7d0e --- /dev/null +++ b/resources/contenttweaker/models/item/coralium_destabilized_blend.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/coralium_destabilized_blend" + } +} diff --git a/resources/contenttweaker/models/item/coralium_energized_dust.json b/resources/contenttweaker/models/item/coralium_energized_dust.json new file mode 100644 index 00000000..58a81a7d --- /dev/null +++ b/resources/contenttweaker/models/item/coralium_energized_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/coralium_energized_dust" + } +} diff --git a/resources/contenttweaker/models/item/coralium_irradiated_ore_chunks.json b/resources/contenttweaker/models/item/coralium_irradiated_ore_chunks.json new file mode 100644 index 00000000..09864ed0 --- /dev/null +++ b/resources/contenttweaker/models/item/coralium_irradiated_ore_chunks.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/coralium_irradiated_ore_chunks" + } +} diff --git a/resources/contenttweaker/models/item/coralium_shielding.json b/resources/contenttweaker/models/item/coralium_shielding.json new file mode 100644 index 00000000..e6d33be1 --- /dev/null +++ b/resources/contenttweaker/models/item/coralium_shielding.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/coralium_shielding" + } +} diff --git a/resources/contenttweaker/models/item/corallus_polyp.json b/resources/contenttweaker/models/item/corallus_polyp.json new file mode 100644 index 00000000..62fd2377 --- /dev/null +++ b/resources/contenttweaker/models/item/corallus_polyp.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/corallus_polyp" + } +} diff --git a/resources/contenttweaker/models/item/cori_experience.json b/resources/contenttweaker/models/item/cori_experience.json new file mode 100644 index 00000000..74e200b3 --- /dev/null +++ b/resources/contenttweaker/models/item/cori_experience.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/cori_experience" + } +} diff --git a/resources/contenttweaker/models/item/corporea_flower.json b/resources/contenttweaker/models/item/corporea_flower.json new file mode 100644 index 00000000..c9d17a7a --- /dev/null +++ b/resources/contenttweaker/models/item/corporea_flower.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/corporea_flower" + } +} diff --git a/resources/contenttweaker/models/item/corrosive_steel_dust.json b/resources/contenttweaker/models/item/corrosive_steel_dust.json new file mode 100644 index 00000000..e654a722 --- /dev/null +++ b/resources/contenttweaker/models/item/corrosive_steel_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/dust" + } +} diff --git a/resources/contenttweaker/models/item/corrosive_steel_gear.json b/resources/contenttweaker/models/item/corrosive_steel_gear.json new file mode 100644 index 00000000..7d41e6ad --- /dev/null +++ b/resources/contenttweaker/models/item/corrosive_steel_gear.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/gear" + } +} diff --git a/resources/contenttweaker/models/item/corrosive_steel_ingot.json b/resources/contenttweaker/models/item/corrosive_steel_ingot.json new file mode 100644 index 00000000..7caa7e71 --- /dev/null +++ b/resources/contenttweaker/models/item/corrosive_steel_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/ingot" + } +} diff --git a/resources/contenttweaker/models/item/corrosive_steel_nugget.json b/resources/contenttweaker/models/item/corrosive_steel_nugget.json new file mode 100644 index 00000000..06699ebe --- /dev/null +++ b/resources/contenttweaker/models/item/corrosive_steel_nugget.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/nugget" + } +} diff --git a/resources/contenttweaker/models/item/corrosive_steel_plate.json b/resources/contenttweaker/models/item/corrosive_steel_plate.json new file mode 100644 index 00000000..a747d2cb --- /dev/null +++ b/resources/contenttweaker/models/item/corrosive_steel_plate.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/plate" + } +} diff --git a/resources/contenttweaker/models/item/corrosive_steel_rod.json b/resources/contenttweaker/models/item/corrosive_steel_rod.json new file mode 100644 index 00000000..e6de6497 --- /dev/null +++ b/resources/contenttweaker/models/item/corrosive_steel_rod.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/rod" + } +} diff --git a/resources/contenttweaker/models/item/corrosive_will_powder.json b/resources/contenttweaker/models/item/corrosive_will_powder.json new file mode 100644 index 00000000..910aa5ce --- /dev/null +++ b/resources/contenttweaker/models/item/corrosive_will_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/corrosive_will_powder" + } +} diff --git a/resources/contenttweaker/models/item/corrupted_aragonite.json b/resources/contenttweaker/models/item/corrupted_aragonite.json new file mode 100644 index 00000000..0e3eacfe --- /dev/null +++ b/resources/contenttweaker/models/item/corrupted_aragonite.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/corrupted_aragonite" + } +} diff --git a/resources/contenttweaker/models/item/cosmic_fracture.json b/resources/contenttweaker/models/item/cosmic_fracture.json new file mode 100644 index 00000000..d2a7509d --- /dev/null +++ b/resources/contenttweaker/models/item/cosmic_fracture.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/cosmic_fracture" + } +} diff --git a/resources/contenttweaker/models/item/cotton_candor_frosting.json b/resources/contenttweaker/models/item/cotton_candor_frosting.json new file mode 100644 index 00000000..44653aa7 --- /dev/null +++ b/resources/contenttweaker/models/item/cotton_candor_frosting.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/cotton_candor_frosting" + } +} diff --git a/resources/contenttweaker/models/item/creep_explosive_gland.json b/resources/contenttweaker/models/item/creep_explosive_gland.json new file mode 100644 index 00000000..cb756eb4 --- /dev/null +++ b/resources/contenttweaker/models/item/creep_explosive_gland.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/creep_explosive_gland" + } +} diff --git a/resources/contenttweaker/models/item/creeponia_callstone.json b/resources/contenttweaker/models/item/creeponia_callstone.json new file mode 100644 index 00000000..2174efa9 --- /dev/null +++ b/resources/contenttweaker/models/item/creeponia_callstone.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/creeponia_callstone" + } +} diff --git a/resources/contenttweaker/models/item/creeponia_garnet.json b/resources/contenttweaker/models/item/creeponia_garnet.json new file mode 100644 index 00000000..3b7e490d --- /dev/null +++ b/resources/contenttweaker/models/item/creeponia_garnet.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/creeponia_garnet" + } +} diff --git a/resources/contenttweaker/models/item/creeponia_wormhole.json b/resources/contenttweaker/models/item/creeponia_wormhole.json new file mode 100644 index 00000000..e517254a --- /dev/null +++ b/resources/contenttweaker/models/item/creeponia_wormhole.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/creeponia_wormhole" + } +} diff --git a/resources/contenttweaker/models/item/creeponian_artifact.json b/resources/contenttweaker/models/item/creeponian_artifact.json new file mode 100644 index 00000000..26bbfe0d --- /dev/null +++ b/resources/contenttweaker/models/item/creeponian_artifact.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/creeponian_artifact" + } +} diff --git a/resources/contenttweaker/models/item/crimson_gem.json b/resources/contenttweaker/models/item/crimson_gem.json new file mode 100644 index 00000000..2d5108f9 --- /dev/null +++ b/resources/contenttweaker/models/item/crimson_gem.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/crimson_gem" + } +} diff --git a/resources/contenttweaker/models/item/crystalized_emberstone.json b/resources/contenttweaker/models/item/crystalized_emberstone.json new file mode 100644 index 00000000..998587c4 --- /dev/null +++ b/resources/contenttweaker/models/item/crystalized_emberstone.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/crystalized_emberstone" + } +} diff --git a/resources/contenttweaker/models/item/crystalline_lens.json b/resources/contenttweaker/models/item/crystalline_lens.json new file mode 100644 index 00000000..d8d54b33 --- /dev/null +++ b/resources/contenttweaker/models/item/crystalline_lens.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/crystalline_lens" + } +} diff --git a/resources/contenttweaker/models/item/crystallite_destabilized_blend.json b/resources/contenttweaker/models/item/crystallite_destabilized_blend.json new file mode 100644 index 00000000..78177d7c --- /dev/null +++ b/resources/contenttweaker/models/item/crystallite_destabilized_blend.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/crystallite_destabilized_blend" + } +} diff --git a/resources/contenttweaker/models/item/crystallite_egg.json b/resources/contenttweaker/models/item/crystallite_egg.json new file mode 100644 index 00000000..aac2620e --- /dev/null +++ b/resources/contenttweaker/models/item/crystallite_egg.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/crystallite_egg" + } +} diff --git a/resources/contenttweaker/models/item/crystallite_energized_dust.json b/resources/contenttweaker/models/item/crystallite_energized_dust.json new file mode 100644 index 00000000..c2a03237 --- /dev/null +++ b/resources/contenttweaker/models/item/crystallite_energized_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/crystallite_energized_dust" + } +} diff --git a/resources/contenttweaker/models/item/crystallite_irradiated_ore_chunks.json b/resources/contenttweaker/models/item/crystallite_irradiated_ore_chunks.json new file mode 100644 index 00000000..0806cc64 --- /dev/null +++ b/resources/contenttweaker/models/item/crystallite_irradiated_ore_chunks.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/crystallite_irradiated_ore_chunks" + } +} diff --git a/resources/contenttweaker/models/item/crystallized_corruption.json b/resources/contenttweaker/models/item/crystallized_corruption.json new file mode 100644 index 00000000..5103d294 --- /dev/null +++ b/resources/contenttweaker/models/item/crystallized_corruption.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/crystallized_corruption" + } +} diff --git a/resources/contenttweaker/models/item/crystaltine_dust.json b/resources/contenttweaker/models/item/crystaltine_dust.json new file mode 100644 index 00000000..2497c5b3 --- /dev/null +++ b/resources/contenttweaker/models/item/crystaltine_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/crystaltine_dust" + } +} diff --git a/resources/contenttweaker/models/item/crystevia_artifact.json b/resources/contenttweaker/models/item/crystevia_artifact.json new file mode 100644 index 00000000..b5db994f --- /dev/null +++ b/resources/contenttweaker/models/item/crystevia_artifact.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/crystevia_artifact" + } +} diff --git a/resources/contenttweaker/models/item/crystevia_callstone.json b/resources/contenttweaker/models/item/crystevia_callstone.json new file mode 100644 index 00000000..c5d585c5 --- /dev/null +++ b/resources/contenttweaker/models/item/crystevia_callstone.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/crystevia_callstone" + } +} diff --git a/resources/contenttweaker/models/item/crystevia_garnet.json b/resources/contenttweaker/models/item/crystevia_garnet.json new file mode 100644 index 00000000..c10185c6 --- /dev/null +++ b/resources/contenttweaker/models/item/crystevia_garnet.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/crystevia_garnet" + } +} diff --git a/resources/contenttweaker/models/item/crystevia_wormhole.json b/resources/contenttweaker/models/item/crystevia_wormhole.json new file mode 100644 index 00000000..a3e49727 --- /dev/null +++ b/resources/contenttweaker/models/item/crystevia_wormhole.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/crystevia_wormhole" + } +} diff --git a/resources/contenttweaker/models/item/crystocore_shard.json b/resources/contenttweaker/models/item/crystocore_shard.json new file mode 100644 index 00000000..507880cb --- /dev/null +++ b/resources/contenttweaker/models/item/crystocore_shard.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/crystocore_shard" + } +} diff --git a/resources/contenttweaker/models/item/curd.json b/resources/contenttweaker/models/item/curd.json new file mode 100644 index 00000000..0dfa7c5c --- /dev/null +++ b/resources/contenttweaker/models/item/curd.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/curd" + } +} diff --git a/resources/contenttweaker/models/item/cured_organic_mythic_board.json b/resources/contenttweaker/models/item/cured_organic_mythic_board.json new file mode 100644 index 00000000..349685aa --- /dev/null +++ b/resources/contenttweaker/models/item/cured_organic_mythic_board.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/cured_organic_mythic_board" + } +} diff --git a/resources/contenttweaker/models/item/cursed_myrmitite_catalyst.json b/resources/contenttweaker/models/item/cursed_myrmitite_catalyst.json new file mode 100644 index 00000000..fd941ed0 --- /dev/null +++ b/resources/contenttweaker/models/item/cursed_myrmitite_catalyst.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/cursed_myrmitite_catalyst" + } +} diff --git a/resources/contenttweaker/models/item/cursed_organic_matter.json b/resources/contenttweaker/models/item/cursed_organic_matter.json new file mode 100644 index 00000000..792d4c6d --- /dev/null +++ b/resources/contenttweaker/models/item/cursed_organic_matter.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/cursed_organic_matter" + } +} diff --git a/resources/contenttweaker/models/item/cursed_rock.json b/resources/contenttweaker/models/item/cursed_rock.json new file mode 100644 index 00000000..18c252bb --- /dev/null +++ b/resources/contenttweaker/models/item/cursed_rock.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/cursed_rock" + } +} diff --git a/resources/contenttweaker/models/item/cursed_sapphire.json b/resources/contenttweaker/models/item/cursed_sapphire.json new file mode 100644 index 00000000..eb3233db --- /dev/null +++ b/resources/contenttweaker/models/item/cursed_sapphire.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/cursed_sapphire" + } +} diff --git a/resources/contenttweaker/models/item/cursed_slime.json b/resources/contenttweaker/models/item/cursed_slime.json new file mode 100644 index 00000000..101d1b5d --- /dev/null +++ b/resources/contenttweaker/models/item/cursed_slime.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/cursed_slime" + } +} diff --git a/resources/contenttweaker/models/item/cut_abyss_garnet.json b/resources/contenttweaker/models/item/cut_abyss_garnet.json new file mode 100644 index 00000000..4045ad0f --- /dev/null +++ b/resources/contenttweaker/models/item/cut_abyss_garnet.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/cut_abyss_garnet" + } +} diff --git a/resources/contenttweaker/models/item/cut_ancientcavern_garnet.json b/resources/contenttweaker/models/item/cut_ancientcavern_garnet.json new file mode 100644 index 00000000..3c9baa09 --- /dev/null +++ b/resources/contenttweaker/models/item/cut_ancientcavern_garnet.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/cut_ancientcavern_garnet" + } +} diff --git a/resources/contenttweaker/models/item/cut_barathos_garnet.json b/resources/contenttweaker/models/item/cut_barathos_garnet.json new file mode 100644 index 00000000..12217b3d --- /dev/null +++ b/resources/contenttweaker/models/item/cut_barathos_garnet.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/cut_barathos_garnet" + } +} diff --git a/resources/contenttweaker/models/item/cut_borean_garnet.json b/resources/contenttweaker/models/item/cut_borean_garnet.json new file mode 100644 index 00000000..47a67b9a --- /dev/null +++ b/resources/contenttweaker/models/item/cut_borean_garnet.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/cut_borean_garnet" + } +} diff --git a/resources/contenttweaker/models/item/cut_candyland_garnet.json b/resources/contenttweaker/models/item/cut_candyland_garnet.json new file mode 100644 index 00000000..3e7a9dcc --- /dev/null +++ b/resources/contenttweaker/models/item/cut_candyland_garnet.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/cut_candyland_garnet" + } +} diff --git a/resources/contenttweaker/models/item/cut_celeve_garnet.json b/resources/contenttweaker/models/item/cut_celeve_garnet.json new file mode 100644 index 00000000..d2adba10 --- /dev/null +++ b/resources/contenttweaker/models/item/cut_celeve_garnet.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/cut_celeve_garnet" + } +} diff --git a/resources/contenttweaker/models/item/cut_creeponia_garnet.json b/resources/contenttweaker/models/item/cut_creeponia_garnet.json new file mode 100644 index 00000000..e45573b7 --- /dev/null +++ b/resources/contenttweaker/models/item/cut_creeponia_garnet.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/cut_creeponia_garnet" + } +} diff --git a/resources/contenttweaker/models/item/cut_crystevia_garnet.json b/resources/contenttweaker/models/item/cut_crystevia_garnet.json new file mode 100644 index 00000000..7b0b2bac --- /dev/null +++ b/resources/contenttweaker/models/item/cut_crystevia_garnet.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/cut_crystevia_garnet" + } +} diff --git a/resources/contenttweaker/models/item/cut_deeplands_garnet.json b/resources/contenttweaker/models/item/cut_deeplands_garnet.json new file mode 100644 index 00000000..7e3b6079 --- /dev/null +++ b/resources/contenttweaker/models/item/cut_deeplands_garnet.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/cut_deeplands_garnet" + } +} diff --git a/resources/contenttweaker/models/item/cut_dustopia_garnet.json b/resources/contenttweaker/models/item/cut_dustopia_garnet.json new file mode 100644 index 00000000..9ddeafdd --- /dev/null +++ b/resources/contenttweaker/models/item/cut_dustopia_garnet.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/cut_dustopia_garnet" + } +} diff --git a/resources/contenttweaker/models/item/cut_gardencia_garnet.json b/resources/contenttweaker/models/item/cut_gardencia_garnet.json new file mode 100644 index 00000000..e15ecfcf --- /dev/null +++ b/resources/contenttweaker/models/item/cut_gardencia_garnet.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/cut_gardencia_garnet" + } +} diff --git a/resources/contenttweaker/models/item/cut_greckon_garnet.json b/resources/contenttweaker/models/item/cut_greckon_garnet.json new file mode 100644 index 00000000..627e3452 --- /dev/null +++ b/resources/contenttweaker/models/item/cut_greckon_garnet.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/cut_greckon_garnet" + } +} diff --git a/resources/contenttweaker/models/item/cut_haven_garnet.json b/resources/contenttweaker/models/item/cut_haven_garnet.json new file mode 100644 index 00000000..3b7c67b2 --- /dev/null +++ b/resources/contenttweaker/models/item/cut_haven_garnet.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/cut_haven_garnet" + } +} diff --git a/resources/contenttweaker/models/item/cut_immortallis_garnet.json b/resources/contenttweaker/models/item/cut_immortallis_garnet.json new file mode 100644 index 00000000..a7c9bcd2 --- /dev/null +++ b/resources/contenttweaker/models/item/cut_immortallis_garnet.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/cut_immortallis_garnet" + } +} diff --git a/resources/contenttweaker/models/item/cut_iromine_garnet.json b/resources/contenttweaker/models/item/cut_iromine_garnet.json new file mode 100644 index 00000000..0071699b --- /dev/null +++ b/resources/contenttweaker/models/item/cut_iromine_garnet.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/cut_iromine_garnet" + } +} diff --git a/resources/contenttweaker/models/item/cut_lelyetia_garnet.json b/resources/contenttweaker/models/item/cut_lelyetia_garnet.json new file mode 100644 index 00000000..0a5d8d93 --- /dev/null +++ b/resources/contenttweaker/models/item/cut_lelyetia_garnet.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/cut_lelyetia_garnet" + } +} diff --git a/resources/contenttweaker/models/item/cut_lunalus_garnet.json b/resources/contenttweaker/models/item/cut_lunalus_garnet.json new file mode 100644 index 00000000..f223261a --- /dev/null +++ b/resources/contenttweaker/models/item/cut_lunalus_garnet.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/cut_lunalus_garnet" + } +} diff --git a/resources/contenttweaker/models/item/cut_mysterium_garnet.json b/resources/contenttweaker/models/item/cut_mysterium_garnet.json new file mode 100644 index 00000000..bd595616 --- /dev/null +++ b/resources/contenttweaker/models/item/cut_mysterium_garnet.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/cut_mysterium_garnet" + } +} diff --git a/resources/contenttweaker/models/item/cut_precasia_garnet.json b/resources/contenttweaker/models/item/cut_precasia_garnet.json new file mode 100644 index 00000000..1cbf4b62 --- /dev/null +++ b/resources/contenttweaker/models/item/cut_precasia_garnet.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/cut_precasia_garnet" + } +} diff --git a/resources/contenttweaker/models/item/cut_runandor_garnet.json b/resources/contenttweaker/models/item/cut_runandor_garnet.json new file mode 100644 index 00000000..748a9c5e --- /dev/null +++ b/resources/contenttweaker/models/item/cut_runandor_garnet.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/cut_runandor_garnet" + } +} diff --git a/resources/contenttweaker/models/item/cut_voxponds_garnet.json b/resources/contenttweaker/models/item/cut_voxponds_garnet.json new file mode 100644 index 00000000..60fc49e7 --- /dev/null +++ b/resources/contenttweaker/models/item/cut_voxponds_garnet.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/cut_voxponds_garnet" + } +} diff --git a/resources/contenttweaker/models/item/cyanite_cell.json b/resources/contenttweaker/models/item/cyanite_cell.json new file mode 100644 index 00000000..d5df381a --- /dev/null +++ b/resources/contenttweaker/models/item/cyanite_cell.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/cyanite_cell" + } +} diff --git a/resources/contenttweaker/models/item/deeplands_artifact.json b/resources/contenttweaker/models/item/deeplands_artifact.json new file mode 100644 index 00000000..5d087c5f --- /dev/null +++ b/resources/contenttweaker/models/item/deeplands_artifact.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/deeplands_artifact" + } +} diff --git a/resources/contenttweaker/models/item/deeplands_callstone.json b/resources/contenttweaker/models/item/deeplands_callstone.json new file mode 100644 index 00000000..6e85ce7d --- /dev/null +++ b/resources/contenttweaker/models/item/deeplands_callstone.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/deeplands_callstone" + } +} diff --git a/resources/contenttweaker/models/item/deeplands_garnet.json b/resources/contenttweaker/models/item/deeplands_garnet.json new file mode 100644 index 00000000..3c2faf64 --- /dev/null +++ b/resources/contenttweaker/models/item/deeplands_garnet.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/deeplands_garnet" + } +} diff --git a/resources/contenttweaker/models/item/deeplands_wormhole.json b/resources/contenttweaker/models/item/deeplands_wormhole.json new file mode 100644 index 00000000..f5a58ec9 --- /dev/null +++ b/resources/contenttweaker/models/item/deeplands_wormhole.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/deeplands_wormhole" + } +} diff --git a/resources/contenttweaker/models/item/defined_engine.json b/resources/contenttweaker/models/item/defined_engine.json new file mode 100644 index 00000000..246dcd28 --- /dev/null +++ b/resources/contenttweaker/models/item/defined_engine.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/defined_engine" + } +} diff --git a/resources/contenttweaker/models/item/defined_gear.json b/resources/contenttweaker/models/item/defined_gear.json new file mode 100644 index 00000000..15707893 --- /dev/null +++ b/resources/contenttweaker/models/item/defined_gear.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/defined_gear" + } +} diff --git a/resources/contenttweaker/models/item/defined_ingot.json b/resources/contenttweaker/models/item/defined_ingot.json new file mode 100644 index 00000000..4ef2b19c --- /dev/null +++ b/resources/contenttweaker/models/item/defined_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/defined_ingot" + } +} diff --git a/resources/contenttweaker/models/item/defined_plate.json b/resources/contenttweaker/models/item/defined_plate.json new file mode 100644 index 00000000..e8d862aa --- /dev/null +++ b/resources/contenttweaker/models/item/defined_plate.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/defined_plate" + } +} diff --git a/resources/contenttweaker/models/item/defined_redstone_chipset.json b/resources/contenttweaker/models/item/defined_redstone_chipset.json new file mode 100644 index 00000000..83e954aa --- /dev/null +++ b/resources/contenttweaker/models/item/defined_redstone_chipset.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/defined_redstone_chipset" + } +} diff --git a/resources/contenttweaker/models/item/defined_servo.json b/resources/contenttweaker/models/item/defined_servo.json new file mode 100644 index 00000000..b38bf816 --- /dev/null +++ b/resources/contenttweaker/models/item/defined_servo.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/defined_servo" + } +} diff --git a/resources/contenttweaker/models/item/definer_core.json b/resources/contenttweaker/models/item/definer_core.json new file mode 100644 index 00000000..39246cdd --- /dev/null +++ b/resources/contenttweaker/models/item/definer_core.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/definer_core" + } +} diff --git a/resources/contenttweaker/models/item/deinthos.json b/resources/contenttweaker/models/item/deinthos.json new file mode 100644 index 00000000..3a2bb49b --- /dev/null +++ b/resources/contenttweaker/models/item/deinthos.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/deinthos" + } +} diff --git a/resources/contenttweaker/models/item/demon_will_powder.json b/resources/contenttweaker/models/item/demon_will_powder.json new file mode 100644 index 00000000..e094c05a --- /dev/null +++ b/resources/contenttweaker/models/item/demon_will_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/demon_will_powder" + } +} diff --git a/resources/contenttweaker/models/item/demonic_elixir_bottle.json b/resources/contenttweaker/models/item/demonic_elixir_bottle.json new file mode 100644 index 00000000..3e2f8a5a --- /dev/null +++ b/resources/contenttweaker/models/item/demonic_elixir_bottle.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/demonic_elixir_bottle" + } +} diff --git a/resources/contenttweaker/models/item/demonic_manastone.json b/resources/contenttweaker/models/item/demonic_manastone.json new file mode 100644 index 00000000..b6c95c0d --- /dev/null +++ b/resources/contenttweaker/models/item/demonic_manastone.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/demonic_manastone" + } +} diff --git a/resources/contenttweaker/models/item/demonic_steel_chest.json b/resources/contenttweaker/models/item/demonic_steel_chest.json new file mode 100644 index 00000000..e010eda7 --- /dev/null +++ b/resources/contenttweaker/models/item/demonic_steel_chest.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/chest" + } +} diff --git a/resources/contenttweaker/models/item/demonic_steel_dust.json b/resources/contenttweaker/models/item/demonic_steel_dust.json new file mode 100644 index 00000000..e654a722 --- /dev/null +++ b/resources/contenttweaker/models/item/demonic_steel_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/dust" + } +} diff --git a/resources/contenttweaker/models/item/demonic_steel_feet.json b/resources/contenttweaker/models/item/demonic_steel_feet.json new file mode 100644 index 00000000..3f9b0a1e --- /dev/null +++ b/resources/contenttweaker/models/item/demonic_steel_feet.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/feet" + } +} diff --git a/resources/contenttweaker/models/item/demonic_steel_gear.json b/resources/contenttweaker/models/item/demonic_steel_gear.json new file mode 100644 index 00000000..7d41e6ad --- /dev/null +++ b/resources/contenttweaker/models/item/demonic_steel_gear.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/gear" + } +} diff --git a/resources/contenttweaker/models/item/demonic_steel_head.json b/resources/contenttweaker/models/item/demonic_steel_head.json new file mode 100644 index 00000000..1d1c9e32 --- /dev/null +++ b/resources/contenttweaker/models/item/demonic_steel_head.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/head" + } +} diff --git a/resources/contenttweaker/models/item/demonic_steel_ingot.json b/resources/contenttweaker/models/item/demonic_steel_ingot.json new file mode 100644 index 00000000..7caa7e71 --- /dev/null +++ b/resources/contenttweaker/models/item/demonic_steel_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/ingot" + } +} diff --git a/resources/contenttweaker/models/item/demonic_steel_legs.json b/resources/contenttweaker/models/item/demonic_steel_legs.json new file mode 100644 index 00000000..9daa520d --- /dev/null +++ b/resources/contenttweaker/models/item/demonic_steel_legs.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/legs" + } +} diff --git a/resources/contenttweaker/models/item/demonic_steel_nugget.json b/resources/contenttweaker/models/item/demonic_steel_nugget.json new file mode 100644 index 00000000..06699ebe --- /dev/null +++ b/resources/contenttweaker/models/item/demonic_steel_nugget.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/nugget" + } +} diff --git a/resources/contenttweaker/models/item/demonic_steel_plate.json b/resources/contenttweaker/models/item/demonic_steel_plate.json new file mode 100644 index 00000000..a747d2cb --- /dev/null +++ b/resources/contenttweaker/models/item/demonic_steel_plate.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/plate" + } +} diff --git a/resources/contenttweaker/models/item/demonic_steel_rod.json b/resources/contenttweaker/models/item/demonic_steel_rod.json new file mode 100644 index 00000000..e6de6497 --- /dev/null +++ b/resources/contenttweaker/models/item/demonic_steel_rod.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/rod" + } +} diff --git a/resources/contenttweaker/models/item/dense_diamond_powder.json b/resources/contenttweaker/models/item/dense_diamond_powder.json new file mode 100644 index 00000000..cdeeffd4 --- /dev/null +++ b/resources/contenttweaker/models/item/dense_diamond_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/dense_diamond_powder" + } +} diff --git a/resources/contenttweaker/models/item/dense_redstone.json b/resources/contenttweaker/models/item/dense_redstone.json new file mode 100644 index 00000000..a3967038 --- /dev/null +++ b/resources/contenttweaker/models/item/dense_redstone.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/dense_redstone" + } +} diff --git a/resources/contenttweaker/models/item/dense_vibrating_chunk.json b/resources/contenttweaker/models/item/dense_vibrating_chunk.json new file mode 100644 index 00000000..69ce73ef --- /dev/null +++ b/resources/contenttweaker/models/item/dense_vibrating_chunk.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/dense_vibrating_chunk" + } +} diff --git a/resources/contenttweaker/models/item/densos_eye.json b/resources/contenttweaker/models/item/densos_eye.json new file mode 100644 index 00000000..0e53f27f --- /dev/null +++ b/resources/contenttweaker/models/item/densos_eye.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/densos_eye" + } +} diff --git a/resources/contenttweaker/models/item/depleted_lefhm_fuel.json b/resources/contenttweaker/models/item/depleted_lefhm_fuel.json new file mode 100644 index 00000000..6d2cb9bb --- /dev/null +++ b/resources/contenttweaker/models/item/depleted_lefhm_fuel.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/depleted_lefhm_fuel" + } +} diff --git a/resources/contenttweaker/models/item/depleted_polonium.json b/resources/contenttweaker/models/item/depleted_polonium.json new file mode 100644 index 00000000..87ca24ae --- /dev/null +++ b/resources/contenttweaker/models/item/depleted_polonium.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/depleted_polonium" + } +} diff --git a/resources/contenttweaker/models/item/destructive_steel_dust.json b/resources/contenttweaker/models/item/destructive_steel_dust.json new file mode 100644 index 00000000..e654a722 --- /dev/null +++ b/resources/contenttweaker/models/item/destructive_steel_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/dust" + } +} diff --git a/resources/contenttweaker/models/item/destructive_steel_gear.json b/resources/contenttweaker/models/item/destructive_steel_gear.json new file mode 100644 index 00000000..7d41e6ad --- /dev/null +++ b/resources/contenttweaker/models/item/destructive_steel_gear.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/gear" + } +} diff --git a/resources/contenttweaker/models/item/destructive_steel_ingot.json b/resources/contenttweaker/models/item/destructive_steel_ingot.json new file mode 100644 index 00000000..7caa7e71 --- /dev/null +++ b/resources/contenttweaker/models/item/destructive_steel_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/ingot" + } +} diff --git a/resources/contenttweaker/models/item/destructive_steel_nugget.json b/resources/contenttweaker/models/item/destructive_steel_nugget.json new file mode 100644 index 00000000..06699ebe --- /dev/null +++ b/resources/contenttweaker/models/item/destructive_steel_nugget.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/nugget" + } +} diff --git a/resources/contenttweaker/models/item/destructive_steel_plate.json b/resources/contenttweaker/models/item/destructive_steel_plate.json new file mode 100644 index 00000000..a747d2cb --- /dev/null +++ b/resources/contenttweaker/models/item/destructive_steel_plate.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/plate" + } +} diff --git a/resources/contenttweaker/models/item/destructive_steel_rod.json b/resources/contenttweaker/models/item/destructive_steel_rod.json new file mode 100644 index 00000000..e6de6497 --- /dev/null +++ b/resources/contenttweaker/models/item/destructive_steel_rod.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/rod" + } +} diff --git a/resources/contenttweaker/models/item/destructive_will_powder.json b/resources/contenttweaker/models/item/destructive_will_powder.json new file mode 100644 index 00000000..d440b547 --- /dev/null +++ b/resources/contenttweaker/models/item/destructive_will_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/destructive_will_powder" + } +} diff --git a/resources/contenttweaker/models/item/deuterium_chunk.json b/resources/contenttweaker/models/item/deuterium_chunk.json new file mode 100644 index 00000000..9f3bffd7 --- /dev/null +++ b/resources/contenttweaker/models/item/deuterium_chunk.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/deuterium_chunk" + } +} diff --git a/resources/contenttweaker/models/item/deuterium_crystal.json b/resources/contenttweaker/models/item/deuterium_crystal.json new file mode 100644 index 00000000..87deef19 --- /dev/null +++ b/resources/contenttweaker/models/item/deuterium_crystal.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/deuterium_crystal" + } +} diff --git a/resources/contenttweaker/models/item/diamerisma_warper.json b/resources/contenttweaker/models/item/diamerisma_warper.json new file mode 100644 index 00000000..71055558 --- /dev/null +++ b/resources/contenttweaker/models/item/diamerisma_warper.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/diamerisma_warper" + } +} diff --git a/resources/contenttweaker/models/item/diamond_destabilized_blend.json b/resources/contenttweaker/models/item/diamond_destabilized_blend.json new file mode 100644 index 00000000..7e58ba53 --- /dev/null +++ b/resources/contenttweaker/models/item/diamond_destabilized_blend.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/diamond_destabilized_blend" + } +} diff --git a/resources/contenttweaker/models/item/diamond_energized_dust.json b/resources/contenttweaker/models/item/diamond_energized_dust.json new file mode 100644 index 00000000..69d92ce4 --- /dev/null +++ b/resources/contenttweaker/models/item/diamond_energized_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/diamond_energized_dust" + } +} diff --git a/resources/contenttweaker/models/item/diamond_irradiated_ore_chunks.json b/resources/contenttweaker/models/item/diamond_irradiated_ore_chunks.json new file mode 100644 index 00000000..dbb19b99 --- /dev/null +++ b/resources/contenttweaker/models/item/diamond_irradiated_ore_chunks.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/diamond_irradiated_ore_chunks" + } +} diff --git a/resources/contenttweaker/models/item/digital_organic_currency.json b/resources/contenttweaker/models/item/digital_organic_currency.json new file mode 100644 index 00000000..04d399f8 --- /dev/null +++ b/resources/contenttweaker/models/item/digital_organic_currency.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/digital_organic_currency" + } +} diff --git a/resources/contenttweaker/models/item/dilithium_destabilized_blend.json b/resources/contenttweaker/models/item/dilithium_destabilized_blend.json new file mode 100644 index 00000000..04e5253b --- /dev/null +++ b/resources/contenttweaker/models/item/dilithium_destabilized_blend.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/dilithium_destabilized_blend" + } +} diff --git a/resources/contenttweaker/models/item/dilithium_energized_dust.json b/resources/contenttweaker/models/item/dilithium_energized_dust.json new file mode 100644 index 00000000..b3474a30 --- /dev/null +++ b/resources/contenttweaker/models/item/dilithium_energized_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/dilithium_energized_dust" + } +} diff --git a/resources/contenttweaker/models/item/dilithium_irradiated_ore_chunks.json b/resources/contenttweaker/models/item/dilithium_irradiated_ore_chunks.json new file mode 100644 index 00000000..dcfc605f --- /dev/null +++ b/resources/contenttweaker/models/item/dilithium_irradiated_ore_chunks.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/dilithium_irradiated_ore_chunks" + } +} diff --git a/resources/contenttweaker/models/item/dimensional_ingot.json b/resources/contenttweaker/models/item/dimensional_ingot.json new file mode 100644 index 00000000..c4842abb --- /dev/null +++ b/resources/contenttweaker/models/item/dimensional_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/dimensional_ingot" + } +} diff --git a/resources/contenttweaker/models/item/dimensionalshard_destabilized_blend.json b/resources/contenttweaker/models/item/dimensionalshard_destabilized_blend.json new file mode 100644 index 00000000..a75eb5e1 --- /dev/null +++ b/resources/contenttweaker/models/item/dimensionalshard_destabilized_blend.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/dimensionalshard_destabilized_blend" + } +} diff --git a/resources/contenttweaker/models/item/dimensionalshard_energized_dust.json b/resources/contenttweaker/models/item/dimensionalshard_energized_dust.json new file mode 100644 index 00000000..0120adee --- /dev/null +++ b/resources/contenttweaker/models/item/dimensionalshard_energized_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/dimensionalshard_energized_dust" + } +} diff --git a/resources/contenttweaker/models/item/dimensionalshard_irradiated_ore_chunks.json b/resources/contenttweaker/models/item/dimensionalshard_irradiated_ore_chunks.json new file mode 100644 index 00000000..9e052ae4 --- /dev/null +++ b/resources/contenttweaker/models/item/dimensionalshard_irradiated_ore_chunks.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/dimensionalshard_irradiated_ore_chunks" + } +} diff --git a/resources/contenttweaker/models/item/divine_blueprint.json b/resources/contenttweaker/models/item/divine_blueprint.json new file mode 100644 index 00000000..08620d57 --- /dev/null +++ b/resources/contenttweaker/models/item/divine_blueprint.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/divine_blueprint" + } +} diff --git a/resources/contenttweaker/models/item/divine_flake.json b/resources/contenttweaker/models/item/divine_flake.json new file mode 100644 index 00000000..5fdc7ba6 --- /dev/null +++ b/resources/contenttweaker/models/item/divine_flake.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/divine_flake" + } +} diff --git a/resources/contenttweaker/models/item/divine_ironwood_ingot.json b/resources/contenttweaker/models/item/divine_ironwood_ingot.json new file mode 100644 index 00000000..f8523f3f --- /dev/null +++ b/resources/contenttweaker/models/item/divine_ironwood_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/divine_ironwood_ingot" + } +} diff --git a/resources/contenttweaker/models/item/divine_star.json b/resources/contenttweaker/models/item/divine_star.json new file mode 100644 index 00000000..a76cce2e --- /dev/null +++ b/resources/contenttweaker/models/item/divine_star.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/divine_star" + } +} diff --git a/resources/contenttweaker/models/item/doge_coin.json b/resources/contenttweaker/models/item/doge_coin.json new file mode 100644 index 00000000..c41804df --- /dev/null +++ b/resources/contenttweaker/models/item/doge_coin.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/doge_coin" + } +} diff --git a/resources/contenttweaker/models/item/double_compressed_clump_mythic.json b/resources/contenttweaker/models/item/double_compressed_clump_mythic.json new file mode 100644 index 00000000..1dcb4d63 --- /dev/null +++ b/resources/contenttweaker/models/item/double_compressed_clump_mythic.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/double_compressed_clump_mythic" + } +} diff --git a/resources/contenttweaker/models/item/double_compressed_wafer.json b/resources/contenttweaker/models/item/double_compressed_wafer.json new file mode 100644 index 00000000..aea597c5 --- /dev/null +++ b/resources/contenttweaker/models/item/double_compressed_wafer.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/double_compressed_wafer" + } +} diff --git a/resources/contenttweaker/models/item/draconic_energy_orb.json b/resources/contenttweaker/models/item/draconic_energy_orb.json new file mode 100644 index 00000000..e39985af --- /dev/null +++ b/resources/contenttweaker/models/item/draconic_energy_orb.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/draconic_energy_orb" + } +} diff --git a/resources/contenttweaker/models/item/draconic_key.json b/resources/contenttweaker/models/item/draconic_key.json new file mode 100644 index 00000000..27473f4c --- /dev/null +++ b/resources/contenttweaker/models/item/draconic_key.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/draconic_key" + } +} diff --git a/resources/contenttweaker/models/item/draconium_destabilized_blend.json b/resources/contenttweaker/models/item/draconium_destabilized_blend.json new file mode 100644 index 00000000..4e46395e --- /dev/null +++ b/resources/contenttweaker/models/item/draconium_destabilized_blend.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/draconium_destabilized_blend" + } +} diff --git a/resources/contenttweaker/models/item/draconium_energized_dust.json b/resources/contenttweaker/models/item/draconium_energized_dust.json new file mode 100644 index 00000000..d7d96417 --- /dev/null +++ b/resources/contenttweaker/models/item/draconium_energized_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/draconium_energized_dust" + } +} diff --git a/resources/contenttweaker/models/item/draconium_irradiated_ore_chunks.json b/resources/contenttweaker/models/item/draconium_irradiated_ore_chunks.json new file mode 100644 index 00000000..54f81ca8 --- /dev/null +++ b/resources/contenttweaker/models/item/draconium_irradiated_ore_chunks.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/draconium_irradiated_ore_chunks" + } +} diff --git a/resources/contenttweaker/models/item/dracyon_tooth.json b/resources/contenttweaker/models/item/dracyon_tooth.json new file mode 100644 index 00000000..4b6c8c65 --- /dev/null +++ b/resources/contenttweaker/models/item/dracyon_tooth.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/dracyon_tooth" + } +} diff --git a/resources/contenttweaker/models/item/dragon_egg_omelette.json b/resources/contenttweaker/models/item/dragon_egg_omelette.json new file mode 100644 index 00000000..8e690831 --- /dev/null +++ b/resources/contenttweaker/models/item/dragon_egg_omelette.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/dragon_egg_omelette" + } +} diff --git a/resources/contenttweaker/models/item/dragons_blood_plastic.json b/resources/contenttweaker/models/item/dragons_blood_plastic.json new file mode 100644 index 00000000..e9bfb10f --- /dev/null +++ b/resources/contenttweaker/models/item/dragons_blood_plastic.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/dragons_blood_plastic" + } +} diff --git a/resources/contenttweaker/models/item/dramix_skin.json b/resources/contenttweaker/models/item/dramix_skin.json new file mode 100644 index 00000000..5eea7776 --- /dev/null +++ b/resources/contenttweaker/models/item/dramix_skin.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/dramix_skin" + } +} diff --git a/resources/contenttweaker/models/item/dreaded_steel_dust.json b/resources/contenttweaker/models/item/dreaded_steel_dust.json new file mode 100644 index 00000000..e654a722 --- /dev/null +++ b/resources/contenttweaker/models/item/dreaded_steel_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/dust" + } +} diff --git a/resources/contenttweaker/models/item/dreaded_steel_gear.json b/resources/contenttweaker/models/item/dreaded_steel_gear.json new file mode 100644 index 00000000..7d41e6ad --- /dev/null +++ b/resources/contenttweaker/models/item/dreaded_steel_gear.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/gear" + } +} diff --git a/resources/contenttweaker/models/item/dreaded_steel_ingot.json b/resources/contenttweaker/models/item/dreaded_steel_ingot.json new file mode 100644 index 00000000..7caa7e71 --- /dev/null +++ b/resources/contenttweaker/models/item/dreaded_steel_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/ingot" + } +} diff --git a/resources/contenttweaker/models/item/dreaded_steel_nugget.json b/resources/contenttweaker/models/item/dreaded_steel_nugget.json new file mode 100644 index 00000000..06699ebe --- /dev/null +++ b/resources/contenttweaker/models/item/dreaded_steel_nugget.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/nugget" + } +} diff --git a/resources/contenttweaker/models/item/dreaded_steel_plate.json b/resources/contenttweaker/models/item/dreaded_steel_plate.json new file mode 100644 index 00000000..a747d2cb --- /dev/null +++ b/resources/contenttweaker/models/item/dreaded_steel_plate.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/plate" + } +} diff --git a/resources/contenttweaker/models/item/dreaded_steel_rod.json b/resources/contenttweaker/models/item/dreaded_steel_rod.json new file mode 100644 index 00000000..e6de6497 --- /dev/null +++ b/resources/contenttweaker/models/item/dreaded_steel_rod.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/rod" + } +} diff --git a/resources/contenttweaker/models/item/dreadful_bone.json b/resources/contenttweaker/models/item/dreadful_bone.json new file mode 100644 index 00000000..31d26fce --- /dev/null +++ b/resources/contenttweaker/models/item/dreadful_bone.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/dreadful_bone" + } +} diff --git a/resources/contenttweaker/models/item/dreadia_gem.json b/resources/contenttweaker/models/item/dreadia_gem.json new file mode 100644 index 00000000..6ba54b31 --- /dev/null +++ b/resources/contenttweaker/models/item/dreadia_gem.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/dreadia_gem" + } +} diff --git a/resources/contenttweaker/models/item/dreading_warp_cleanser.json b/resources/contenttweaker/models/item/dreading_warp_cleanser.json new file mode 100644 index 00000000..90b3ab61 --- /dev/null +++ b/resources/contenttweaker/models/item/dreading_warp_cleanser.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/dreading_warp_cleanser" + } +} diff --git a/resources/contenttweaker/models/item/dreadite_dust.json b/resources/contenttweaker/models/item/dreadite_dust.json new file mode 100644 index 00000000..e654a722 --- /dev/null +++ b/resources/contenttweaker/models/item/dreadite_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/dust" + } +} diff --git a/resources/contenttweaker/models/item/dreadite_gear.json b/resources/contenttweaker/models/item/dreadite_gear.json new file mode 100644 index 00000000..7d41e6ad --- /dev/null +++ b/resources/contenttweaker/models/item/dreadite_gear.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/gear" + } +} diff --git a/resources/contenttweaker/models/item/dreadite_ingot.json b/resources/contenttweaker/models/item/dreadite_ingot.json new file mode 100644 index 00000000..7caa7e71 --- /dev/null +++ b/resources/contenttweaker/models/item/dreadite_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/ingot" + } +} diff --git a/resources/contenttweaker/models/item/dreadite_nugget.json b/resources/contenttweaker/models/item/dreadite_nugget.json new file mode 100644 index 00000000..06699ebe --- /dev/null +++ b/resources/contenttweaker/models/item/dreadite_nugget.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/nugget" + } +} diff --git a/resources/contenttweaker/models/item/dreadite_plate.json b/resources/contenttweaker/models/item/dreadite_plate.json new file mode 100644 index 00000000..a747d2cb --- /dev/null +++ b/resources/contenttweaker/models/item/dreadite_plate.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/plate" + } +} diff --git a/resources/contenttweaker/models/item/dreadite_rod.json b/resources/contenttweaker/models/item/dreadite_rod.json new file mode 100644 index 00000000..e6de6497 --- /dev/null +++ b/resources/contenttweaker/models/item/dreadite_rod.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/rod" + } +} diff --git a/resources/contenttweaker/models/item/dreadlands_gem.json b/resources/contenttweaker/models/item/dreadlands_gem.json new file mode 100644 index 00000000..dd3be032 --- /dev/null +++ b/resources/contenttweaker/models/item/dreadlands_gem.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/dreadlands_gem" + } +} diff --git a/resources/contenttweaker/models/item/dreadlands_matter.json b/resources/contenttweaker/models/item/dreadlands_matter.json new file mode 100644 index 00000000..99aa74e7 --- /dev/null +++ b/resources/contenttweaker/models/item/dreadlands_matter.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/dreadlands_matter" + } +} diff --git a/resources/contenttweaker/models/item/dream_callstone.json b/resources/contenttweaker/models/item/dream_callstone.json new file mode 100644 index 00000000..613a5f32 --- /dev/null +++ b/resources/contenttweaker/models/item/dream_callstone.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/dream_callstone" + } +} diff --git a/resources/contenttweaker/models/item/dream_cluster.json b/resources/contenttweaker/models/item/dream_cluster.json new file mode 100644 index 00000000..118d0634 --- /dev/null +++ b/resources/contenttweaker/models/item/dream_cluster.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/dream_cluster" + } +} diff --git a/resources/contenttweaker/models/item/dried_vishroom.json b/resources/contenttweaker/models/item/dried_vishroom.json new file mode 100644 index 00000000..39458485 --- /dev/null +++ b/resources/contenttweaker/models/item/dried_vishroom.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/dried_vishroom" + } +} diff --git a/resources/contenttweaker/models/item/dustopia_artifact.json b/resources/contenttweaker/models/item/dustopia_artifact.json new file mode 100644 index 00000000..cec28db3 --- /dev/null +++ b/resources/contenttweaker/models/item/dustopia_artifact.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/dustopia_artifact" + } +} diff --git a/resources/contenttweaker/models/item/dustopia_garnet.json b/resources/contenttweaker/models/item/dustopia_garnet.json new file mode 100644 index 00000000..633d7a19 --- /dev/null +++ b/resources/contenttweaker/models/item/dustopia_garnet.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/dustopia_garnet" + } +} diff --git a/resources/contenttweaker/models/item/dustopia_wormhole.json b/resources/contenttweaker/models/item/dustopia_wormhole.json new file mode 100644 index 00000000..c7730184 --- /dev/null +++ b/resources/contenttweaker/models/item/dustopia_wormhole.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/dustopia_wormhole" + } +} diff --git a/resources/contenttweaker/models/item/dynatos_artifact.json b/resources/contenttweaker/models/item/dynatos_artifact.json new file mode 100644 index 00000000..66d03b5f --- /dev/null +++ b/resources/contenttweaker/models/item/dynatos_artifact.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/dynatos_artifact" + } +} diff --git a/resources/contenttweaker/models/item/dynatos_catalyst.json b/resources/contenttweaker/models/item/dynatos_catalyst.json new file mode 100644 index 00000000..913dbbbd --- /dev/null +++ b/resources/contenttweaker/models/item/dynatos_catalyst.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/dynatos_catalyst" + } +} diff --git a/resources/contenttweaker/models/item/dynatos_crystal.json b/resources/contenttweaker/models/item/dynatos_crystal.json new file mode 100644 index 00000000..76d37c5d --- /dev/null +++ b/resources/contenttweaker/models/item/dynatos_crystal.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/dynatos_crystal" + } +} diff --git a/resources/contenttweaker/models/item/dyson_capacitor.json b/resources/contenttweaker/models/item/dyson_capacitor.json new file mode 100644 index 00000000..a2c3b5db --- /dev/null +++ b/resources/contenttweaker/models/item/dyson_capacitor.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/dyson_capacitor" + } +} diff --git a/resources/contenttweaker/models/item/eden_core.json b/resources/contenttweaker/models/item/eden_core.json new file mode 100644 index 00000000..6e7b2baf --- /dev/null +++ b/resources/contenttweaker/models/item/eden_core.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/eden_core" + } +} diff --git a/resources/contenttweaker/models/item/eden_destabilized_blend.json b/resources/contenttweaker/models/item/eden_destabilized_blend.json new file mode 100644 index 00000000..9da42192 --- /dev/null +++ b/resources/contenttweaker/models/item/eden_destabilized_blend.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/eden_destabilized_blend" + } +} diff --git a/resources/contenttweaker/models/item/eden_energized_dust.json b/resources/contenttweaker/models/item/eden_energized_dust.json new file mode 100644 index 00000000..797010b3 --- /dev/null +++ b/resources/contenttweaker/models/item/eden_energized_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/eden_energized_dust" + } +} diff --git a/resources/contenttweaker/models/item/eden_irradiated_ore_chunks.json b/resources/contenttweaker/models/item/eden_irradiated_ore_chunks.json new file mode 100644 index 00000000..9a339c52 --- /dev/null +++ b/resources/contenttweaker/models/item/eden_irradiated_ore_chunks.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/eden_irradiated_ore_chunks" + } +} diff --git a/resources/contenttweaker/models/item/eden_refined_gem.json b/resources/contenttweaker/models/item/eden_refined_gem.json new file mode 100644 index 00000000..5c2ed7e0 --- /dev/null +++ b/resources/contenttweaker/models/item/eden_refined_gem.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/eden_refined_gem" + } +} diff --git a/resources/contenttweaker/models/item/eden_star.json b/resources/contenttweaker/models/item/eden_star.json new file mode 100644 index 00000000..a086f2d0 --- /dev/null +++ b/resources/contenttweaker/models/item/eden_star.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/eden_star" + } +} diff --git a/resources/contenttweaker/models/item/eldritch_flower.json b/resources/contenttweaker/models/item/eldritch_flower.json new file mode 100644 index 00000000..c1b3ebb3 --- /dev/null +++ b/resources/contenttweaker/models/item/eldritch_flower.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/eldritch_flower" + } +} diff --git a/resources/contenttweaker/models/item/eldritch_will_crystal.json b/resources/contenttweaker/models/item/eldritch_will_crystal.json new file mode 100644 index 00000000..8bdfb6e9 --- /dev/null +++ b/resources/contenttweaker/models/item/eldritch_will_crystal.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/eldritch_will_crystal" + } +} diff --git a/resources/contenttweaker/models/item/eldritch_will_crystal_seeds.json b/resources/contenttweaker/models/item/eldritch_will_crystal_seeds.json new file mode 100644 index 00000000..f98a2322 --- /dev/null +++ b/resources/contenttweaker/models/item/eldritch_will_crystal_seeds.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/eldritch_will_crystal_seeds" + } +} diff --git a/resources/contenttweaker/models/item/elecanium_destabilized_blend.json b/resources/contenttweaker/models/item/elecanium_destabilized_blend.json new file mode 100644 index 00000000..ef7eae29 --- /dev/null +++ b/resources/contenttweaker/models/item/elecanium_destabilized_blend.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/elecanium_destabilized_blend" + } +} diff --git a/resources/contenttweaker/models/item/elecanium_egg.json b/resources/contenttweaker/models/item/elecanium_egg.json new file mode 100644 index 00000000..0df956c4 --- /dev/null +++ b/resources/contenttweaker/models/item/elecanium_egg.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/elecanium_egg" + } +} diff --git a/resources/contenttweaker/models/item/elecanium_energized_dust.json b/resources/contenttweaker/models/item/elecanium_energized_dust.json new file mode 100644 index 00000000..fc4e3703 --- /dev/null +++ b/resources/contenttweaker/models/item/elecanium_energized_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/elecanium_energized_dust" + } +} diff --git a/resources/contenttweaker/models/item/elecanium_irradiated_ore_chunks.json b/resources/contenttweaker/models/item/elecanium_irradiated_ore_chunks.json new file mode 100644 index 00000000..ba51ecf0 --- /dev/null +++ b/resources/contenttweaker/models/item/elecanium_irradiated_ore_chunks.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/elecanium_irradiated_ore_chunks" + } +} diff --git a/resources/contenttweaker/models/item/electrotine_destabilized_blend.json b/resources/contenttweaker/models/item/electrotine_destabilized_blend.json new file mode 100644 index 00000000..7d43d3e6 --- /dev/null +++ b/resources/contenttweaker/models/item/electrotine_destabilized_blend.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/electrotine_destabilized_blend" + } +} diff --git a/resources/contenttweaker/models/item/electrotine_energized_dust.json b/resources/contenttweaker/models/item/electrotine_energized_dust.json new file mode 100644 index 00000000..960ffa25 --- /dev/null +++ b/resources/contenttweaker/models/item/electrotine_energized_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/electrotine_energized_dust" + } +} diff --git a/resources/contenttweaker/models/item/electrotine_irradiated_ore_chunks.json b/resources/contenttweaker/models/item/electrotine_irradiated_ore_chunks.json new file mode 100644 index 00000000..2a2bdd40 --- /dev/null +++ b/resources/contenttweaker/models/item/electrotine_irradiated_ore_chunks.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/electrotine_irradiated_ore_chunks" + } +} diff --git a/resources/contenttweaker/models/item/elusive_horn.json b/resources/contenttweaker/models/item/elusive_horn.json new file mode 100644 index 00000000..4105fa86 --- /dev/null +++ b/resources/contenttweaker/models/item/elusive_horn.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/elusive_horn" + } +} diff --git a/resources/contenttweaker/models/item/emberstone_destabilized_blend.json b/resources/contenttweaker/models/item/emberstone_destabilized_blend.json new file mode 100644 index 00000000..4fd7a642 --- /dev/null +++ b/resources/contenttweaker/models/item/emberstone_destabilized_blend.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/emberstone_destabilized_blend" + } +} diff --git a/resources/contenttweaker/models/item/emberstone_egg.json b/resources/contenttweaker/models/item/emberstone_egg.json new file mode 100644 index 00000000..dfb8bf1f --- /dev/null +++ b/resources/contenttweaker/models/item/emberstone_egg.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/emberstone_egg" + } +} diff --git a/resources/contenttweaker/models/item/emberstone_energized_dust.json b/resources/contenttweaker/models/item/emberstone_energized_dust.json new file mode 100644 index 00000000..cdaffd10 --- /dev/null +++ b/resources/contenttweaker/models/item/emberstone_energized_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/emberstone_energized_dust" + } +} diff --git a/resources/contenttweaker/models/item/emberstone_irradiated_ore_chunks.json b/resources/contenttweaker/models/item/emberstone_irradiated_ore_chunks.json new file mode 100644 index 00000000..e801d6fd --- /dev/null +++ b/resources/contenttweaker/models/item/emberstone_irradiated_ore_chunks.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/emberstone_irradiated_ore_chunks" + } +} diff --git a/resources/contenttweaker/models/item/embraced_imperfection.json b/resources/contenttweaker/models/item/embraced_imperfection.json new file mode 100644 index 00000000..45a34fb1 --- /dev/null +++ b/resources/contenttweaker/models/item/embraced_imperfection.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/embraced_imperfection" + } +} diff --git a/resources/contenttweaker/models/item/emerald_destabilized_blend.json b/resources/contenttweaker/models/item/emerald_destabilized_blend.json new file mode 100644 index 00000000..e6a65acf --- /dev/null +++ b/resources/contenttweaker/models/item/emerald_destabilized_blend.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/emerald_destabilized_blend" + } +} diff --git a/resources/contenttweaker/models/item/emerald_energized_dust.json b/resources/contenttweaker/models/item/emerald_energized_dust.json new file mode 100644 index 00000000..147e9b4c --- /dev/null +++ b/resources/contenttweaker/models/item/emerald_energized_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/emerald_energized_dust" + } +} diff --git a/resources/contenttweaker/models/item/emerald_irradiated_ore_chunks.json b/resources/contenttweaker/models/item/emerald_irradiated_ore_chunks.json new file mode 100644 index 00000000..0b2c93f6 --- /dev/null +++ b/resources/contenttweaker/models/item/emerald_irradiated_ore_chunks.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/emerald_irradiated_ore_chunks" + } +} diff --git a/resources/contenttweaker/models/item/empowered_gravitite.json b/resources/contenttweaker/models/item/empowered_gravitite.json new file mode 100644 index 00000000..be65e1ec --- /dev/null +++ b/resources/contenttweaker/models/item/empowered_gravitite.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/empowered_gravitite" + } +} diff --git a/resources/contenttweaker/models/item/empowerment_core.json b/resources/contenttweaker/models/item/empowerment_core.json new file mode 100644 index 00000000..51e0c3e0 --- /dev/null +++ b/resources/contenttweaker/models/item/empowerment_core.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/empowerment_core" + } +} diff --git a/resources/contenttweaker/models/item/enchanted_myrmitite.json b/resources/contenttweaker/models/item/enchanted_myrmitite.json new file mode 100644 index 00000000..d27b4504 --- /dev/null +++ b/resources/contenttweaker/models/item/enchanted_myrmitite.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/enchanted_myrmitite" + } +} diff --git a/resources/contenttweaker/models/item/ender_dolomite_dust.json b/resources/contenttweaker/models/item/ender_dolomite_dust.json new file mode 100644 index 00000000..518732e0 --- /dev/null +++ b/resources/contenttweaker/models/item/ender_dolomite_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/ender_dolomite_dust" + } +} diff --git a/resources/contenttweaker/models/item/ender_feather.json b/resources/contenttweaker/models/item/ender_feather.json new file mode 100644 index 00000000..8167b455 --- /dev/null +++ b/resources/contenttweaker/models/item/ender_feather.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/ender_feather" + } +} diff --git a/resources/contenttweaker/models/item/energized_peat.json b/resources/contenttweaker/models/item/energized_peat.json new file mode 100644 index 00000000..dbfb0875 --- /dev/null +++ b/resources/contenttweaker/models/item/energized_peat.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/energized_peat" + } +} diff --git a/resources/contenttweaker/models/item/enhanced_chaos_fragment.json b/resources/contenttweaker/models/item/enhanced_chaos_fragment.json new file mode 100644 index 00000000..9b993317 --- /dev/null +++ b/resources/contenttweaker/models/item/enhanced_chaos_fragment.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/enhanced_chaos_fragment" + } +} diff --git a/resources/contenttweaker/models/item/enhanced_chaos_shard.json b/resources/contenttweaker/models/item/enhanced_chaos_shard.json new file mode 100644 index 00000000..c8138148 --- /dev/null +++ b/resources/contenttweaker/models/item/enhanced_chaos_shard.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/enhanced_chaos_shard" + } +} diff --git a/resources/contenttweaker/models/item/enriched_canola_seed.json b/resources/contenttweaker/models/item/enriched_canola_seed.json new file mode 100644 index 00000000..c10f454a --- /dev/null +++ b/resources/contenttweaker/models/item/enriched_canola_seed.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/enriched_canola_seed" + } +} diff --git a/resources/contenttweaker/models/item/entropy_construct.json b/resources/contenttweaker/models/item/entropy_construct.json new file mode 100644 index 00000000..8e6959cf --- /dev/null +++ b/resources/contenttweaker/models/item/entropy_construct.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/entropy_construct" + } +} diff --git a/resources/contenttweaker/models/item/essence_darkness.json b/resources/contenttweaker/models/item/essence_darkness.json new file mode 100644 index 00000000..d17887c4 --- /dev/null +++ b/resources/contenttweaker/models/item/essence_darkness.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/essence_darkness" + } +} diff --git a/resources/contenttweaker/models/item/essence_fear.json b/resources/contenttweaker/models/item/essence_fear.json new file mode 100644 index 00000000..dc032bd6 --- /dev/null +++ b/resources/contenttweaker/models/item/essence_fear.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/essence_fear" + } +} diff --git a/resources/contenttweaker/models/item/essence_helplessness.json b/resources/contenttweaker/models/item/essence_helplessness.json new file mode 100644 index 00000000..a77348eb --- /dev/null +++ b/resources/contenttweaker/models/item/essence_helplessness.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/essence_helplessness" + } +} diff --git a/resources/contenttweaker/models/item/essence_of_petrification.json b/resources/contenttweaker/models/item/essence_of_petrification.json new file mode 100644 index 00000000..2dffad12 --- /dev/null +++ b/resources/contenttweaker/models/item/essence_of_petrification.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/essence_of_petrification" + } +} diff --git a/resources/contenttweaker/models/item/essence_of_the_room.json b/resources/contenttweaker/models/item/essence_of_the_room.json new file mode 100644 index 00000000..29a3dd21 --- /dev/null +++ b/resources/contenttweaker/models/item/essence_of_the_room.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/essence_of_the_room" + } +} diff --git a/resources/contenttweaker/models/item/essence_solitude.json b/resources/contenttweaker/models/item/essence_solitude.json new file mode 100644 index 00000000..debd7234 --- /dev/null +++ b/resources/contenttweaker/models/item/essence_solitude.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/essence_solitude" + } +} diff --git a/resources/contenttweaker/models/item/eternal_nightmare.json b/resources/contenttweaker/models/item/eternal_nightmare.json new file mode 100644 index 00000000..d46a1ff4 --- /dev/null +++ b/resources/contenttweaker/models/item/eternal_nightmare.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/eternal_nightmare" + } +} diff --git a/resources/contenttweaker/models/item/eternal_shoulder.json b/resources/contenttweaker/models/item/eternal_shoulder.json new file mode 100644 index 00000000..3ca09390 --- /dev/null +++ b/resources/contenttweaker/models/item/eternal_shoulder.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/eternal_shoulder" + } +} diff --git a/resources/contenttweaker/models/item/eternally_stained_soul.json b/resources/contenttweaker/models/item/eternally_stained_soul.json new file mode 100644 index 00000000..523d8a6c --- /dev/null +++ b/resources/contenttweaker/models/item/eternally_stained_soul.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/eternally_stained_soul" + } +} diff --git a/resources/contenttweaker/models/item/ethereal_infusion_stone.json b/resources/contenttweaker/models/item/ethereal_infusion_stone.json new file mode 100644 index 00000000..24842202 --- /dev/null +++ b/resources/contenttweaker/models/item/ethereal_infusion_stone.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/ethereal_infusion_stone" + } +} diff --git a/resources/contenttweaker/models/item/evanescent_sednanite_dust.json b/resources/contenttweaker/models/item/evanescent_sednanite_dust.json new file mode 100644 index 00000000..ca6bca69 --- /dev/null +++ b/resources/contenttweaker/models/item/evanescent_sednanite_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/evanescent_sednanite_dust" + } +} diff --git a/resources/contenttweaker/models/item/evanescent_sednanite_powder.json b/resources/contenttweaker/models/item/evanescent_sednanite_powder.json new file mode 100644 index 00000000..26179460 --- /dev/null +++ b/resources/contenttweaker/models/item/evanescent_sednanite_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/evanescent_sednanite_powder" + } +} diff --git a/resources/contenttweaker/models/item/everwatching_eye.json b/resources/contenttweaker/models/item/everwatching_eye.json new file mode 100644 index 00000000..f0f82ebb --- /dev/null +++ b/resources/contenttweaker/models/item/everwatching_eye.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/everwatching_eye" + } +} diff --git a/resources/contenttweaker/models/item/evil_insight.json b/resources/contenttweaker/models/item/evil_insight.json new file mode 100644 index 00000000..135b8e52 --- /dev/null +++ b/resources/contenttweaker/models/item/evil_insight.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/evil_insight" + } +} diff --git a/resources/contenttweaker/models/item/evil_resonator.json b/resources/contenttweaker/models/item/evil_resonator.json new file mode 100644 index 00000000..d016604b --- /dev/null +++ b/resources/contenttweaker/models/item/evil_resonator.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/evil_resonator" + } +} diff --git a/resources/contenttweaker/models/item/experienced_spider_eye.json b/resources/contenttweaker/models/item/experienced_spider_eye.json new file mode 100644 index 00000000..8352f6c3 --- /dev/null +++ b/resources/contenttweaker/models/item/experienced_spider_eye.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/experienced_spider_eye" + } +} diff --git a/resources/contenttweaker/models/item/fiend_soul.json b/resources/contenttweaker/models/item/fiend_soul.json new file mode 100644 index 00000000..ae4daab4 --- /dev/null +++ b/resources/contenttweaker/models/item/fiend_soul.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/fiend_soul" + } +} diff --git a/resources/contenttweaker/models/item/fiery_meatball_pasta.json b/resources/contenttweaker/models/item/fiery_meatball_pasta.json new file mode 100644 index 00000000..daeaf482 --- /dev/null +++ b/resources/contenttweaker/models/item/fiery_meatball_pasta.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/fiery_meatball_pasta" + } +} diff --git a/resources/contenttweaker/models/item/fiery_rhenium_ingot.json b/resources/contenttweaker/models/item/fiery_rhenium_ingot.json new file mode 100644 index 00000000..3a2be8d8 --- /dev/null +++ b/resources/contenttweaker/models/item/fiery_rhenium_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/fiery_rhenium_ingot" + } +} diff --git a/resources/contenttweaker/models/item/fiery_unguent_bottle.json b/resources/contenttweaker/models/item/fiery_unguent_bottle.json new file mode 100644 index 00000000..cea01869 --- /dev/null +++ b/resources/contenttweaker/models/item/fiery_unguent_bottle.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/fiery_unguent_bottle" + } +} diff --git a/resources/contenttweaker/models/item/fine_mineral_dust.json b/resources/contenttweaker/models/item/fine_mineral_dust.json new file mode 100644 index 00000000..e2badbd5 --- /dev/null +++ b/resources/contenttweaker/models/item/fine_mineral_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/fine_mineral_dust" + } +} diff --git a/resources/contenttweaker/models/item/finem_warper.json b/resources/contenttweaker/models/item/finem_warper.json new file mode 100644 index 00000000..81498356 --- /dev/null +++ b/resources/contenttweaker/models/item/finem_warper.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/finem_warper" + } +} diff --git a/resources/contenttweaker/models/item/fire_construct.json b/resources/contenttweaker/models/item/fire_construct.json new file mode 100644 index 00000000..a050933d --- /dev/null +++ b/resources/contenttweaker/models/item/fire_construct.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/fire_construct" + } +} diff --git a/resources/contenttweaker/models/item/fixed_organic_mythic_board.json b/resources/contenttweaker/models/item/fixed_organic_mythic_board.json new file mode 100644 index 00000000..d5d07d44 --- /dev/null +++ b/resources/contenttweaker/models/item/fixed_organic_mythic_board.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/fixed_organic_mythic_board" + } +} diff --git a/resources/contenttweaker/models/item/flash_skull.json b/resources/contenttweaker/models/item/flash_skull.json new file mode 100644 index 00000000..72329ff8 --- /dev/null +++ b/resources/contenttweaker/models/item/flash_skull.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/flash_skull" + } +} diff --git a/resources/contenttweaker/models/item/fluctuatite_dust.json b/resources/contenttweaker/models/item/fluctuatite_dust.json new file mode 100644 index 00000000..e654a722 --- /dev/null +++ b/resources/contenttweaker/models/item/fluctuatite_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/dust" + } +} diff --git a/resources/contenttweaker/models/item/fluctuatite_egg.json b/resources/contenttweaker/models/item/fluctuatite_egg.json new file mode 100644 index 00000000..935bb957 --- /dev/null +++ b/resources/contenttweaker/models/item/fluctuatite_egg.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/fluctuatite_egg" + } +} diff --git a/resources/contenttweaker/models/item/fluctuatite_ingot.json b/resources/contenttweaker/models/item/fluctuatite_ingot.json new file mode 100644 index 00000000..7caa7e71 --- /dev/null +++ b/resources/contenttweaker/models/item/fluctuatite_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/ingot" + } +} diff --git a/resources/contenttweaker/models/item/fluctuatite_nugget.json b/resources/contenttweaker/models/item/fluctuatite_nugget.json new file mode 100644 index 00000000..06699ebe --- /dev/null +++ b/resources/contenttweaker/models/item/fluctuatite_nugget.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/nugget" + } +} diff --git a/resources/contenttweaker/models/item/fluctuatite_rod.json b/resources/contenttweaker/models/item/fluctuatite_rod.json new file mode 100644 index 00000000..e6de6497 --- /dev/null +++ b/resources/contenttweaker/models/item/fluctuatite_rod.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/rod" + } +} diff --git a/resources/contenttweaker/models/item/fluix_lens.json b/resources/contenttweaker/models/item/fluix_lens.json new file mode 100644 index 00000000..4b660c19 --- /dev/null +++ b/resources/contenttweaker/models/item/fluix_lens.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/fluix_lens" + } +} diff --git a/resources/contenttweaker/models/item/fluxed_electrum_shaft.json b/resources/contenttweaker/models/item/fluxed_electrum_shaft.json new file mode 100644 index 00000000..b2326d89 --- /dev/null +++ b/resources/contenttweaker/models/item/fluxed_electrum_shaft.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/fluxed_electrum_shaft" + } +} diff --git a/resources/contenttweaker/models/item/footbone_destabilized_blend.json b/resources/contenttweaker/models/item/footbone_destabilized_blend.json new file mode 100644 index 00000000..86920514 --- /dev/null +++ b/resources/contenttweaker/models/item/footbone_destabilized_blend.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/footbone_destabilized_blend" + } +} diff --git a/resources/contenttweaker/models/item/footbone_energized_dust.json b/resources/contenttweaker/models/item/footbone_energized_dust.json new file mode 100644 index 00000000..98c4341f --- /dev/null +++ b/resources/contenttweaker/models/item/footbone_energized_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/footbone_energized_dust" + } +} diff --git a/resources/contenttweaker/models/item/footbone_fragment_egg.json b/resources/contenttweaker/models/item/footbone_fragment_egg.json new file mode 100644 index 00000000..c1542b16 --- /dev/null +++ b/resources/contenttweaker/models/item/footbone_fragment_egg.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/footbone_fragment_egg" + } +} diff --git a/resources/contenttweaker/models/item/footbone_irradiated_ore_chunks.json b/resources/contenttweaker/models/item/footbone_irradiated_ore_chunks.json new file mode 100644 index 00000000..72cf57a1 --- /dev/null +++ b/resources/contenttweaker/models/item/footbone_irradiated_ore_chunks.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/footbone_irradiated_ore_chunks" + } +} diff --git a/resources/contenttweaker/models/item/forbidden_matter.json b/resources/contenttweaker/models/item/forbidden_matter.json new file mode 100644 index 00000000..1d4552ab --- /dev/null +++ b/resources/contenttweaker/models/item/forbidden_matter.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/forbidden_matter" + } +} diff --git a/resources/contenttweaker/models/item/forgotten_slime.json b/resources/contenttweaker/models/item/forgotten_slime.json new file mode 100644 index 00000000..4bc42eaf --- /dev/null +++ b/resources/contenttweaker/models/item/forgotten_slime.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/forgotten_slime" + } +} diff --git a/resources/contenttweaker/models/item/forgotten_will.json b/resources/contenttweaker/models/item/forgotten_will.json new file mode 100644 index 00000000..c4e81574 --- /dev/null +++ b/resources/contenttweaker/models/item/forgotten_will.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/forgotten_will" + } +} diff --git a/resources/contenttweaker/models/item/fragment_madness.json b/resources/contenttweaker/models/item/fragment_madness.json new file mode 100644 index 00000000..bf0851e2 --- /dev/null +++ b/resources/contenttweaker/models/item/fragment_madness.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/fragment_madness" + } +} diff --git a/resources/contenttweaker/models/item/fragment_of_unraveling.json b/resources/contenttweaker/models/item/fragment_of_unraveling.json new file mode 100644 index 00000000..7090dcdb --- /dev/null +++ b/resources/contenttweaker/models/item/fragment_of_unraveling.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/fragment_of_unraveling" + } +} diff --git a/resources/contenttweaker/models/item/furatto_warper.json b/resources/contenttweaker/models/item/furatto_warper.json new file mode 100644 index 00000000..beca9dbf --- /dev/null +++ b/resources/contenttweaker/models/item/furatto_warper.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/furatto_warper" + } +} diff --git a/resources/contenttweaker/models/item/gaia_tesseract.json b/resources/contenttweaker/models/item/gaia_tesseract.json new file mode 100644 index 00000000..b8d23067 --- /dev/null +++ b/resources/contenttweaker/models/item/gaia_tesseract.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/gaia_tesseract" + } +} diff --git a/resources/contenttweaker/models/item/gardencia_artifact.json b/resources/contenttweaker/models/item/gardencia_artifact.json new file mode 100644 index 00000000..1ed97a6f --- /dev/null +++ b/resources/contenttweaker/models/item/gardencia_artifact.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/gardencia_artifact" + } +} diff --git a/resources/contenttweaker/models/item/gardencia_garnet.json b/resources/contenttweaker/models/item/gardencia_garnet.json new file mode 100644 index 00000000..12eab332 --- /dev/null +++ b/resources/contenttweaker/models/item/gardencia_garnet.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/gardencia_garnet" + } +} diff --git a/resources/contenttweaker/models/item/gardencia_wormhole.json b/resources/contenttweaker/models/item/gardencia_wormhole.json new file mode 100644 index 00000000..97ba9c4d --- /dev/null +++ b/resources/contenttweaker/models/item/gardencia_wormhole.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/gardencia_wormhole" + } +} diff --git a/resources/contenttweaker/models/item/garnet_destabilized_blend.json b/resources/contenttweaker/models/item/garnet_destabilized_blend.json new file mode 100644 index 00000000..fd4e72cf --- /dev/null +++ b/resources/contenttweaker/models/item/garnet_destabilized_blend.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/garnet_destabilized_blend" + } +} diff --git a/resources/contenttweaker/models/item/garnet_energized_dust.json b/resources/contenttweaker/models/item/garnet_energized_dust.json new file mode 100644 index 00000000..40140715 --- /dev/null +++ b/resources/contenttweaker/models/item/garnet_energized_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/garnet_energized_dust" + } +} diff --git a/resources/contenttweaker/models/item/garnet_irradiated_ore_chunks.json b/resources/contenttweaker/models/item/garnet_irradiated_ore_chunks.json new file mode 100644 index 00000000..bca7a9f2 --- /dev/null +++ b/resources/contenttweaker/models/item/garnet_irradiated_ore_chunks.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/garnet_irradiated_ore_chunks" + } +} diff --git a/resources/contenttweaker/models/item/gemenyte_destabilized_blend.json b/resources/contenttweaker/models/item/gemenyte_destabilized_blend.json new file mode 100644 index 00000000..4dbaa984 --- /dev/null +++ b/resources/contenttweaker/models/item/gemenyte_destabilized_blend.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/gemenyte_destabilized_blend" + } +} diff --git a/resources/contenttweaker/models/item/gemenyte_dust.json b/resources/contenttweaker/models/item/gemenyte_dust.json new file mode 100644 index 00000000..0a42b6de --- /dev/null +++ b/resources/contenttweaker/models/item/gemenyte_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/gemenyte_dust" + } +} diff --git a/resources/contenttweaker/models/item/gemenyte_egg.json b/resources/contenttweaker/models/item/gemenyte_egg.json new file mode 100644 index 00000000..19930abc --- /dev/null +++ b/resources/contenttweaker/models/item/gemenyte_egg.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/gemenyte_egg" + } +} diff --git a/resources/contenttweaker/models/item/gemenyte_energized_dust.json b/resources/contenttweaker/models/item/gemenyte_energized_dust.json new file mode 100644 index 00000000..26c3b604 --- /dev/null +++ b/resources/contenttweaker/models/item/gemenyte_energized_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/gemenyte_energized_dust" + } +} diff --git a/resources/contenttweaker/models/item/gemenyte_irradiated_ore_chunks.json b/resources/contenttweaker/models/item/gemenyte_irradiated_ore_chunks.json new file mode 100644 index 00000000..58fdbfeb --- /dev/null +++ b/resources/contenttweaker/models/item/gemenyte_irradiated_ore_chunks.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/gemenyte_irradiated_ore_chunks" + } +} diff --git a/resources/contenttweaker/models/item/ghastly_destabilized_blend.json b/resources/contenttweaker/models/item/ghastly_destabilized_blend.json new file mode 100644 index 00000000..17b59d51 --- /dev/null +++ b/resources/contenttweaker/models/item/ghastly_destabilized_blend.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/ghastly_destabilized_blend" + } +} diff --git a/resources/contenttweaker/models/item/ghastly_energized_dust.json b/resources/contenttweaker/models/item/ghastly_energized_dust.json new file mode 100644 index 00000000..85cf196c --- /dev/null +++ b/resources/contenttweaker/models/item/ghastly_energized_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/ghastly_energized_dust" + } +} diff --git a/resources/contenttweaker/models/item/ghastly_irradiated_ore_chunks.json b/resources/contenttweaker/models/item/ghastly_irradiated_ore_chunks.json new file mode 100644 index 00000000..e0e9aeb1 --- /dev/null +++ b/resources/contenttweaker/models/item/ghastly_irradiated_ore_chunks.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/ghastly_irradiated_ore_chunks" + } +} diff --git a/resources/contenttweaker/models/item/ghoulish_destabilized_blend.json b/resources/contenttweaker/models/item/ghoulish_destabilized_blend.json new file mode 100644 index 00000000..d86ed3fd --- /dev/null +++ b/resources/contenttweaker/models/item/ghoulish_destabilized_blend.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/ghoulish_destabilized_blend" + } +} diff --git a/resources/contenttweaker/models/item/ghoulish_energized_dust.json b/resources/contenttweaker/models/item/ghoulish_energized_dust.json new file mode 100644 index 00000000..40fe2663 --- /dev/null +++ b/resources/contenttweaker/models/item/ghoulish_energized_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/ghoulish_energized_dust" + } +} diff --git a/resources/contenttweaker/models/item/ghoulish_irradiated_ore_chunks.json b/resources/contenttweaker/models/item/ghoulish_irradiated_ore_chunks.json new file mode 100644 index 00000000..77a477ed --- /dev/null +++ b/resources/contenttweaker/models/item/ghoulish_irradiated_ore_chunks.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/ghoulish_irradiated_ore_chunks" + } +} diff --git a/resources/contenttweaker/models/item/glitch_infused_egg.json b/resources/contenttweaker/models/item/glitch_infused_egg.json new file mode 100644 index 00000000..daf8c2d0 --- /dev/null +++ b/resources/contenttweaker/models/item/glitch_infused_egg.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/glitch_infused_egg" + } +} diff --git a/resources/contenttweaker/models/item/gold_destabilized_blend.json b/resources/contenttweaker/models/item/gold_destabilized_blend.json new file mode 100644 index 00000000..f8aa35b1 --- /dev/null +++ b/resources/contenttweaker/models/item/gold_destabilized_blend.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/gold_destabilized_blend" + } +} diff --git a/resources/contenttweaker/models/item/gold_energized_dust.json b/resources/contenttweaker/models/item/gold_energized_dust.json new file mode 100644 index 00000000..253fccab --- /dev/null +++ b/resources/contenttweaker/models/item/gold_energized_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/gold_energized_dust" + } +} diff --git a/resources/contenttweaker/models/item/gold_irradiated_ore_chunks.json b/resources/contenttweaker/models/item/gold_irradiated_ore_chunks.json new file mode 100644 index 00000000..dcb010e8 --- /dev/null +++ b/resources/contenttweaker/models/item/gold_irradiated_ore_chunks.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/gold_irradiated_ore_chunks" + } +} diff --git a/resources/contenttweaker/models/item/gold_leaf.json b/resources/contenttweaker/models/item/gold_leaf.json new file mode 100644 index 00000000..f5408d1d --- /dev/null +++ b/resources/contenttweaker/models/item/gold_leaf.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/gold_leaf" + } +} diff --git a/resources/contenttweaker/models/item/golden_steak.json b/resources/contenttweaker/models/item/golden_steak.json new file mode 100644 index 00000000..0cc83a93 --- /dev/null +++ b/resources/contenttweaker/models/item/golden_steak.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/golden_steak" + } +} diff --git a/resources/contenttweaker/models/item/goldorth_golden_eye.json b/resources/contenttweaker/models/item/goldorth_golden_eye.json new file mode 100644 index 00000000..3694780d --- /dev/null +++ b/resources/contenttweaker/models/item/goldorth_golden_eye.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/goldorth_golden_eye" + } +} diff --git a/resources/contenttweaker/models/item/golem_core.json b/resources/contenttweaker/models/item/golem_core.json new file mode 100644 index 00000000..5bc39037 --- /dev/null +++ b/resources/contenttweaker/models/item/golem_core.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/golem_core" + } +} diff --git a/resources/contenttweaker/models/item/gravitite_chunk.json b/resources/contenttweaker/models/item/gravitite_chunk.json new file mode 100644 index 00000000..1f5f2d02 --- /dev/null +++ b/resources/contenttweaker/models/item/gravitite_chunk.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/gravitite_chunk" + } +} diff --git a/resources/contenttweaker/models/item/gravitite_clathrate.json b/resources/contenttweaker/models/item/gravitite_clathrate.json new file mode 100644 index 00000000..639e9ef7 --- /dev/null +++ b/resources/contenttweaker/models/item/gravitite_clathrate.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/gravitite_clathrate" + } +} diff --git a/resources/contenttweaker/models/item/gravitite_deposit.json b/resources/contenttweaker/models/item/gravitite_deposit.json new file mode 100644 index 00000000..d9d8b5a8 --- /dev/null +++ b/resources/contenttweaker/models/item/gravitite_deposit.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/gravitite_deposit" + } +} diff --git a/resources/contenttweaker/models/item/gravitite_dust.json b/resources/contenttweaker/models/item/gravitite_dust.json new file mode 100644 index 00000000..a0fa1afe --- /dev/null +++ b/resources/contenttweaker/models/item/gravitite_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/gravitite_dust" + } +} diff --git a/resources/contenttweaker/models/item/gravitite_lens.json b/resources/contenttweaker/models/item/gravitite_lens.json new file mode 100644 index 00000000..065ceed3 --- /dev/null +++ b/resources/contenttweaker/models/item/gravitite_lens.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/gravitite_lens" + } +} diff --git a/resources/contenttweaker/models/item/gravitite_matrix.json b/resources/contenttweaker/models/item/gravitite_matrix.json new file mode 100644 index 00000000..1cd02541 --- /dev/null +++ b/resources/contenttweaker/models/item/gravitite_matrix.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/gravitite_matrix" + } +} diff --git a/resources/contenttweaker/models/item/gravitite_pearl.json b/resources/contenttweaker/models/item/gravitite_pearl.json new file mode 100644 index 00000000..648b0720 --- /dev/null +++ b/resources/contenttweaker/models/item/gravitite_pearl.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/gravitite_pearl" + } +} diff --git a/resources/contenttweaker/models/item/gravitite_sediment.json b/resources/contenttweaker/models/item/gravitite_sediment.json new file mode 100644 index 00000000..5ed04099 --- /dev/null +++ b/resources/contenttweaker/models/item/gravitite_sediment.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/gravitite_sediment" + } +} diff --git a/resources/contenttweaker/models/item/graw_fang.json b/resources/contenttweaker/models/item/graw_fang.json new file mode 100644 index 00000000..a7f5b0d3 --- /dev/null +++ b/resources/contenttweaker/models/item/graw_fang.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/graw_fang" + } +} diff --git a/resources/contenttweaker/models/item/greater_gaia_spirit.json b/resources/contenttweaker/models/item/greater_gaia_spirit.json new file mode 100644 index 00000000..a2405174 --- /dev/null +++ b/resources/contenttweaker/models/item/greater_gaia_spirit.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/greater_gaia_spirit" + } +} diff --git a/resources/contenttweaker/models/item/greater_mana_core.json b/resources/contenttweaker/models/item/greater_mana_core.json new file mode 100644 index 00000000..5924af62 --- /dev/null +++ b/resources/contenttweaker/models/item/greater_mana_core.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/greater_mana_core" + } +} diff --git a/resources/contenttweaker/models/item/greckon_artifact.json b/resources/contenttweaker/models/item/greckon_artifact.json new file mode 100644 index 00000000..3a4cd12d --- /dev/null +++ b/resources/contenttweaker/models/item/greckon_artifact.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/greckon_artifact" + } +} diff --git a/resources/contenttweaker/models/item/greckon_garnet.json b/resources/contenttweaker/models/item/greckon_garnet.json new file mode 100644 index 00000000..82d85686 --- /dev/null +++ b/resources/contenttweaker/models/item/greckon_garnet.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/greckon_garnet" + } +} diff --git a/resources/contenttweaker/models/item/greckon_wormhole.json b/resources/contenttweaker/models/item/greckon_wormhole.json new file mode 100644 index 00000000..35be5067 --- /dev/null +++ b/resources/contenttweaker/models/item/greckon_wormhole.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/greckon_wormhole" + } +} diff --git a/resources/contenttweaker/models/item/green_gemstone_egg.json b/resources/contenttweaker/models/item/green_gemstone_egg.json new file mode 100644 index 00000000..0a5579e2 --- /dev/null +++ b/resources/contenttweaker/models/item/green_gemstone_egg.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/green_gemstone_egg" + } +} diff --git a/resources/contenttweaker/models/item/greencrystal_destabilized_blend.json b/resources/contenttweaker/models/item/greencrystal_destabilized_blend.json new file mode 100644 index 00000000..35411dd4 --- /dev/null +++ b/resources/contenttweaker/models/item/greencrystal_destabilized_blend.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/greencrystal_destabilized_blend" + } +} diff --git a/resources/contenttweaker/models/item/greencrystal_energized_dust.json b/resources/contenttweaker/models/item/greencrystal_energized_dust.json new file mode 100644 index 00000000..bfd42066 --- /dev/null +++ b/resources/contenttweaker/models/item/greencrystal_energized_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/greencrystal_energized_dust" + } +} diff --git a/resources/contenttweaker/models/item/greencrystal_irradiated_ore_chunks.json b/resources/contenttweaker/models/item/greencrystal_irradiated_ore_chunks.json new file mode 100644 index 00000000..cb9bcca4 --- /dev/null +++ b/resources/contenttweaker/models/item/greencrystal_irradiated_ore_chunks.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/greencrystal_irradiated_ore_chunks" + } +} diff --git a/resources/contenttweaker/models/item/ground_beef.json b/resources/contenttweaker/models/item/ground_beef.json new file mode 100644 index 00000000..229e73c1 --- /dev/null +++ b/resources/contenttweaker/models/item/ground_beef.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/ground_beef" + } +} diff --git a/resources/contenttweaker/models/item/ground_pork.json b/resources/contenttweaker/models/item/ground_pork.json new file mode 100644 index 00000000..334a721f --- /dev/null +++ b/resources/contenttweaker/models/item/ground_pork.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/ground_pork" + } +} diff --git a/resources/contenttweaker/models/item/guardian_rune.json b/resources/contenttweaker/models/item/guardian_rune.json new file mode 100644 index 00000000..9da66d0a --- /dev/null +++ b/resources/contenttweaker/models/item/guardian_rune.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/guardian_rune" + } +} diff --git a/resources/contenttweaker/models/item/gummy_worm_z.json b/resources/contenttweaker/models/item/gummy_worm_z.json new file mode 100644 index 00000000..5c72c6d3 --- /dev/null +++ b/resources/contenttweaker/models/item/gummy_worm_z.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/gummy_worm_z" + } +} diff --git a/resources/contenttweaker/models/item/gyro_red_nose.json b/resources/contenttweaker/models/item/gyro_red_nose.json new file mode 100644 index 00000000..2766bda9 --- /dev/null +++ b/resources/contenttweaker/models/item/gyro_red_nose.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/gyro_red_nose" + } +} diff --git a/resources/contenttweaker/models/item/halite_ingot.json b/resources/contenttweaker/models/item/halite_ingot.json new file mode 100644 index 00000000..7caa7e71 --- /dev/null +++ b/resources/contenttweaker/models/item/halite_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/ingot" + } +} diff --git a/resources/contenttweaker/models/item/halite_rod.json b/resources/contenttweaker/models/item/halite_rod.json new file mode 100644 index 00000000..e6de6497 --- /dev/null +++ b/resources/contenttweaker/models/item/halite_rod.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/rod" + } +} diff --git a/resources/contenttweaker/models/item/halite_warrior.json b/resources/contenttweaker/models/item/halite_warrior.json new file mode 100644 index 00000000..679c660b --- /dev/null +++ b/resources/contenttweaker/models/item/halite_warrior.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/halite_warrior" + } +} diff --git a/resources/contenttweaker/models/item/harbinger_callstone.json b/resources/contenttweaker/models/item/harbinger_callstone.json new file mode 100644 index 00000000..83c94348 --- /dev/null +++ b/resources/contenttweaker/models/item/harbinger_callstone.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/harbinger_callstone" + } +} diff --git a/resources/contenttweaker/models/item/harbinger_crystal.json b/resources/contenttweaker/models/item/harbinger_crystal.json new file mode 100644 index 00000000..c41106b5 --- /dev/null +++ b/resources/contenttweaker/models/item/harbinger_crystal.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/harbinger_crystal" + } +} diff --git a/resources/contenttweaker/models/item/harkos_rib.json b/resources/contenttweaker/models/item/harkos_rib.json new file mode 100644 index 00000000..a87d7e35 --- /dev/null +++ b/resources/contenttweaker/models/item/harkos_rib.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/harkos_rib" + } +} diff --git a/resources/contenttweaker/models/item/hassium_alloy_ingot.json b/resources/contenttweaker/models/item/hassium_alloy_ingot.json new file mode 100644 index 00000000..52832bfc --- /dev/null +++ b/resources/contenttweaker/models/item/hassium_alloy_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/hassium_alloy_ingot" + } +} diff --git a/resources/contenttweaker/models/item/hassium_gear.json b/resources/contenttweaker/models/item/hassium_gear.json new file mode 100644 index 00000000..7d41e6ad --- /dev/null +++ b/resources/contenttweaker/models/item/hassium_gear.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/gear" + } +} diff --git a/resources/contenttweaker/models/item/hassium_ingot.json b/resources/contenttweaker/models/item/hassium_ingot.json new file mode 100644 index 00000000..7caa7e71 --- /dev/null +++ b/resources/contenttweaker/models/item/hassium_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/ingot" + } +} diff --git a/resources/contenttweaker/models/item/hassium_nugget.json b/resources/contenttweaker/models/item/hassium_nugget.json new file mode 100644 index 00000000..06699ebe --- /dev/null +++ b/resources/contenttweaker/models/item/hassium_nugget.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/nugget" + } +} diff --git a/resources/contenttweaker/models/item/hassium_plate.json b/resources/contenttweaker/models/item/hassium_plate.json new file mode 100644 index 00000000..a747d2cb --- /dev/null +++ b/resources/contenttweaker/models/item/hassium_plate.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/plate" + } +} diff --git a/resources/contenttweaker/models/item/hassium_rod.json b/resources/contenttweaker/models/item/hassium_rod.json new file mode 100644 index 00000000..e6de6497 --- /dev/null +++ b/resources/contenttweaker/models/item/hassium_rod.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/rod" + } +} diff --git a/resources/contenttweaker/models/item/haven_artifact.json b/resources/contenttweaker/models/item/haven_artifact.json new file mode 100644 index 00000000..225801d5 --- /dev/null +++ b/resources/contenttweaker/models/item/haven_artifact.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/haven_artifact" + } +} diff --git a/resources/contenttweaker/models/item/haven_garnet.json b/resources/contenttweaker/models/item/haven_garnet.json new file mode 100644 index 00000000..485cca1b --- /dev/null +++ b/resources/contenttweaker/models/item/haven_garnet.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/haven_garnet" + } +} diff --git a/resources/contenttweaker/models/item/haven_wormhole.json b/resources/contenttweaker/models/item/haven_wormhole.json new file mode 100644 index 00000000..dc0d5d23 --- /dev/null +++ b/resources/contenttweaker/models/item/haven_wormhole.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/haven_wormhole" + } +} diff --git a/resources/contenttweaker/models/item/heart_of_darkness.json b/resources/contenttweaker/models/item/heart_of_darkness.json new file mode 100644 index 00000000..747ca57e --- /dev/null +++ b/resources/contenttweaker/models/item/heart_of_darkness.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/heart_of_darkness" + } +} diff --git a/resources/contenttweaker/models/item/hearty_meatball.json b/resources/contenttweaker/models/item/hearty_meatball.json new file mode 100644 index 00000000..0a7c8e57 --- /dev/null +++ b/resources/contenttweaker/models/item/hearty_meatball.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/hearty_meatball" + } +} diff --git a/resources/contenttweaker/models/item/heated_organic_mythic_board.json b/resources/contenttweaker/models/item/heated_organic_mythic_board.json new file mode 100644 index 00000000..131e7732 --- /dev/null +++ b/resources/contenttweaker/models/item/heated_organic_mythic_board.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/heated_organic_mythic_board" + } +} diff --git a/resources/contenttweaker/models/item/high_density_frame.json b/resources/contenttweaker/models/item/high_density_frame.json new file mode 100644 index 00000000..f0b10cc5 --- /dev/null +++ b/resources/contenttweaker/models/item/high_density_frame.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/high_density_frame" + } +} diff --git a/resources/contenttweaker/models/item/high_refraction_alloy_ingot.json b/resources/contenttweaker/models/item/high_refraction_alloy_ingot.json new file mode 100644 index 00000000..1285be4c --- /dev/null +++ b/resources/contenttweaker/models/item/high_refraction_alloy_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/high_refraction_alloy_ingot" + } +} diff --git a/resources/contenttweaker/models/item/high_strength_transmission.json b/resources/contenttweaker/models/item/high_strength_transmission.json new file mode 100644 index 00000000..12edb714 --- /dev/null +++ b/resources/contenttweaker/models/item/high_strength_transmission.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/high_strength_transmission" + } +} diff --git a/resources/contenttweaker/models/item/hive_king_tendril.json b/resources/contenttweaker/models/item/hive_king_tendril.json new file mode 100644 index 00000000..7cb1cc02 --- /dev/null +++ b/resources/contenttweaker/models/item/hive_king_tendril.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/hive_king_tendril" + } +} diff --git a/resources/contenttweaker/models/item/horcrux.json b/resources/contenttweaker/models/item/horcrux.json new file mode 100644 index 00000000..cce8d481 --- /dev/null +++ b/resources/contenttweaker/models/item/horcrux.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/horcrux" + } +} diff --git a/resources/contenttweaker/models/item/horon_tendon.json b/resources/contenttweaker/models/item/horon_tendon.json new file mode 100644 index 00000000..cfa78b99 --- /dev/null +++ b/resources/contenttweaker/models/item/horon_tendon.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/horon_tendon" + } +} diff --git a/resources/contenttweaker/models/item/horrific_callstone.json b/resources/contenttweaker/models/item/horrific_callstone.json new file mode 100644 index 00000000..0f78068a --- /dev/null +++ b/resources/contenttweaker/models/item/horrific_callstone.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/horrific_callstone" + } +} diff --git a/resources/contenttweaker/models/item/hot_organic_mythic_board.json b/resources/contenttweaker/models/item/hot_organic_mythic_board.json new file mode 100644 index 00000000..38e1436d --- /dev/null +++ b/resources/contenttweaker/models/item/hot_organic_mythic_board.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/hot_organic_mythic_board" + } +} diff --git a/resources/contenttweaker/models/item/hot_vibranium_alloy_ingot.json b/resources/contenttweaker/models/item/hot_vibranium_alloy_ingot.json new file mode 100644 index 00000000..7caa7e71 --- /dev/null +++ b/resources/contenttweaker/models/item/hot_vibranium_alloy_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/ingot" + } +} diff --git a/resources/contenttweaker/models/item/hot_vibranium_alloy_rod.json b/resources/contenttweaker/models/item/hot_vibranium_alloy_rod.json new file mode 100644 index 00000000..e6de6497 --- /dev/null +++ b/resources/contenttweaker/models/item/hot_vibranium_alloy_rod.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/rod" + } +} diff --git a/resources/contenttweaker/models/item/human_imperfection.json b/resources/contenttweaker/models/item/human_imperfection.json new file mode 100644 index 00000000..9e6b0872 --- /dev/null +++ b/resources/contenttweaker/models/item/human_imperfection.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/human_imperfection" + } +} diff --git a/resources/contenttweaker/models/item/hydrocarbon_coated_organic_mythic_board.json b/resources/contenttweaker/models/item/hydrocarbon_coated_organic_mythic_board.json new file mode 100644 index 00000000..06ed22a5 --- /dev/null +++ b/resources/contenttweaker/models/item/hydrocarbon_coated_organic_mythic_board.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/hydrocarbon_coated_organic_mythic_board" + } +} diff --git a/resources/contenttweaker/models/item/hydrogen_chunk.json b/resources/contenttweaker/models/item/hydrogen_chunk.json new file mode 100644 index 00000000..e2684fdf --- /dev/null +++ b/resources/contenttweaker/models/item/hydrogen_chunk.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/hydrogen_chunk" + } +} diff --git a/resources/contenttweaker/models/item/hydrogen_crystal.json b/resources/contenttweaker/models/item/hydrogen_crystal.json new file mode 100644 index 00000000..4236207d --- /dev/null +++ b/resources/contenttweaker/models/item/hydrogen_crystal.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/hydrogen_crystal" + } +} diff --git a/resources/contenttweaker/models/item/hydrolisk_pincher.json b/resources/contenttweaker/models/item/hydrolisk_pincher.json new file mode 100644 index 00000000..bc27fd0f --- /dev/null +++ b/resources/contenttweaker/models/item/hydrolisk_pincher.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/hydrolisk_pincher" + } +} diff --git a/resources/contenttweaker/models/item/hyperchitinous_plate.json b/resources/contenttweaker/models/item/hyperchitinous_plate.json new file mode 100644 index 00000000..9bc40d78 --- /dev/null +++ b/resources/contenttweaker/models/item/hyperchitinous_plate.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/hyperchitinous_plate" + } +} diff --git a/resources/contenttweaker/models/item/hypercubic_energy_orb.json b/resources/contenttweaker/models/item/hypercubic_energy_orb.json new file mode 100644 index 00000000..8d8c8a45 --- /dev/null +++ b/resources/contenttweaker/models/item/hypercubic_energy_orb.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/hypercubic_energy_orb" + } +} diff --git a/resources/contenttweaker/models/item/ice_construct.json b/resources/contenttweaker/models/item/ice_construct.json new file mode 100644 index 00000000..e293ccd6 --- /dev/null +++ b/resources/contenttweaker/models/item/ice_construct.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/ice_construct" + } +} diff --git a/resources/contenttweaker/models/item/ignitable_dust.json b/resources/contenttweaker/models/item/ignitable_dust.json new file mode 100644 index 00000000..6617a515 --- /dev/null +++ b/resources/contenttweaker/models/item/ignitable_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/ignitable_dust" + } +} diff --git a/resources/contenttweaker/models/item/immortallis_artifact.json b/resources/contenttweaker/models/item/immortallis_artifact.json new file mode 100644 index 00000000..f6a94981 --- /dev/null +++ b/resources/contenttweaker/models/item/immortallis_artifact.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/immortallis_artifact" + } +} diff --git a/resources/contenttweaker/models/item/immortallis_callstone.json b/resources/contenttweaker/models/item/immortallis_callstone.json new file mode 100644 index 00000000..395f1b22 --- /dev/null +++ b/resources/contenttweaker/models/item/immortallis_callstone.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/immortallis_callstone" + } +} diff --git a/resources/contenttweaker/models/item/immortallis_garnet.json b/resources/contenttweaker/models/item/immortallis_garnet.json new file mode 100644 index 00000000..1bbe9edd --- /dev/null +++ b/resources/contenttweaker/models/item/immortallis_garnet.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/immortallis_garnet" + } +} diff --git a/resources/contenttweaker/models/item/immortallis_wormhole.json b/resources/contenttweaker/models/item/immortallis_wormhole.json new file mode 100644 index 00000000..a809971d --- /dev/null +++ b/resources/contenttweaker/models/item/immortallis_wormhole.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/immortallis_wormhole" + } +} diff --git a/resources/contenttweaker/models/item/imperfect_gem_of_the_cosmos.json b/resources/contenttweaker/models/item/imperfect_gem_of_the_cosmos.json new file mode 100644 index 00000000..926d9cd9 --- /dev/null +++ b/resources/contenttweaker/models/item/imperfect_gem_of_the_cosmos.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/imperfect_gem_of_the_cosmos" + } +} diff --git a/resources/contenttweaker/models/item/imperfect_neutronium_nugget.json b/resources/contenttweaker/models/item/imperfect_neutronium_nugget.json new file mode 100644 index 00000000..1d0a47c2 --- /dev/null +++ b/resources/contenttweaker/models/item/imperfect_neutronium_nugget.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/imperfect_neutronium_nugget" + } +} diff --git a/resources/contenttweaker/models/item/inanimate_soul.json b/resources/contenttweaker/models/item/inanimate_soul.json new file mode 100644 index 00000000..b6420072 --- /dev/null +++ b/resources/contenttweaker/models/item/inanimate_soul.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/inanimate_soul" + } +} diff --git a/resources/contenttweaker/models/item/ineffable_light.json b/resources/contenttweaker/models/item/ineffable_light.json new file mode 100644 index 00000000..3eb8c5f1 --- /dev/null +++ b/resources/contenttweaker/models/item/ineffable_light.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/ineffable_light" + } +} diff --git a/resources/contenttweaker/models/item/ineffable_sun.json b/resources/contenttweaker/models/item/ineffable_sun.json new file mode 100644 index 00000000..e84109b3 --- /dev/null +++ b/resources/contenttweaker/models/item/ineffable_sun.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/ineffable_sun" + } +} diff --git a/resources/contenttweaker/models/item/inert_botanic_alchemic_catalyst.json b/resources/contenttweaker/models/item/inert_botanic_alchemic_catalyst.json new file mode 100644 index 00000000..faf94369 --- /dev/null +++ b/resources/contenttweaker/models/item/inert_botanic_alchemic_catalyst.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/inert_botanic_alchemic_catalyst" + } +} diff --git a/resources/contenttweaker/models/item/inert_crystal.json b/resources/contenttweaker/models/item/inert_crystal.json new file mode 100644 index 00000000..2f34f659 --- /dev/null +++ b/resources/contenttweaker/models/item/inert_crystal.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/inert_crystal" + } +} diff --git a/resources/contenttweaker/models/item/inferium_destabilized_blend.json b/resources/contenttweaker/models/item/inferium_destabilized_blend.json new file mode 100644 index 00000000..3bbc9998 --- /dev/null +++ b/resources/contenttweaker/models/item/inferium_destabilized_blend.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/inferium_destabilized_blend" + } +} diff --git a/resources/contenttweaker/models/item/inferium_energized_dust.json b/resources/contenttweaker/models/item/inferium_energized_dust.json new file mode 100644 index 00000000..4b57757c --- /dev/null +++ b/resources/contenttweaker/models/item/inferium_energized_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/inferium_energized_dust" + } +} diff --git a/resources/contenttweaker/models/item/inferium_irradiated_ore_chunks.json b/resources/contenttweaker/models/item/inferium_irradiated_ore_chunks.json new file mode 100644 index 00000000..51c78f78 --- /dev/null +++ b/resources/contenttweaker/models/item/inferium_irradiated_ore_chunks.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/inferium_irradiated_ore_chunks" + } +} diff --git a/resources/contenttweaker/models/item/infinity_core.json b/resources/contenttweaker/models/item/infinity_core.json new file mode 100644 index 00000000..fd519cfc --- /dev/null +++ b/resources/contenttweaker/models/item/infinity_core.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/infinity_core" + } +} diff --git a/resources/contenttweaker/models/item/infinity_egg.json b/resources/contenttweaker/models/item/infinity_egg.json new file mode 100644 index 00000000..02841fa9 --- /dev/null +++ b/resources/contenttweaker/models/item/infinity_egg.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/infinity_egg" + } +} diff --git a/resources/contenttweaker/models/item/infinity_fragment.json b/resources/contenttweaker/models/item/infinity_fragment.json new file mode 100644 index 00000000..6f26f468 --- /dev/null +++ b/resources/contenttweaker/models/item/infinity_fragment.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/infinity_fragment" + } +} diff --git a/resources/contenttweaker/models/item/infinity_fruit.json b/resources/contenttweaker/models/item/infinity_fruit.json new file mode 100644 index 00000000..ac033bd8 --- /dev/null +++ b/resources/contenttweaker/models/item/infinity_fruit.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/infinity_fruit" + } +} diff --git a/resources/contenttweaker/models/item/infinity_leaf.json b/resources/contenttweaker/models/item/infinity_leaf.json new file mode 100644 index 00000000..595b107b --- /dev/null +++ b/resources/contenttweaker/models/item/infinity_leaf.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/infinity_leaf" + } +} diff --git a/resources/contenttweaker/models/item/infinity_plate.json b/resources/contenttweaker/models/item/infinity_plate.json new file mode 100644 index 00000000..cd5613d5 --- /dev/null +++ b/resources/contenttweaker/models/item/infinity_plate.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/infinity_plate" + } +} diff --git a/resources/contenttweaker/models/item/infinity_sapling.json b/resources/contenttweaker/models/item/infinity_sapling.json new file mode 100644 index 00000000..ebbb5052 --- /dev/null +++ b/resources/contenttweaker/models/item/infinity_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/infinity_sapling" + } +} diff --git a/resources/contenttweaker/models/item/infinity_seed.json b/resources/contenttweaker/models/item/infinity_seed.json new file mode 100644 index 00000000..631f15e2 --- /dev/null +++ b/resources/contenttweaker/models/item/infinity_seed.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/infinity_seed" + } +} diff --git a/resources/contenttweaker/models/item/infinity_sprout.json b/resources/contenttweaker/models/item/infinity_sprout.json new file mode 100644 index 00000000..3110375a --- /dev/null +++ b/resources/contenttweaker/models/item/infinity_sprout.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/infinity_sprout" + } +} diff --git a/resources/contenttweaker/models/item/infused_lightwood_sapling.json b/resources/contenttweaker/models/item/infused_lightwood_sapling.json new file mode 100644 index 00000000..15ffebef --- /dev/null +++ b/resources/contenttweaker/models/item/infused_lightwood_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/infused_lightwood_sapling" + } +} diff --git a/resources/contenttweaker/models/item/infused_myrmitite.json b/resources/contenttweaker/models/item/infused_myrmitite.json new file mode 100644 index 00000000..152db354 --- /dev/null +++ b/resources/contenttweaker/models/item/infused_myrmitite.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/infused_myrmitite" + } +} diff --git a/resources/contenttweaker/models/item/infused_rhenium_ingot.json b/resources/contenttweaker/models/item/infused_rhenium_ingot.json new file mode 100644 index 00000000..0529bcfa --- /dev/null +++ b/resources/contenttweaker/models/item/infused_rhenium_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/infused_rhenium_ingot" + } +} diff --git a/resources/contenttweaker/models/item/innerved_infinity_seed.json b/resources/contenttweaker/models/item/innerved_infinity_seed.json new file mode 100644 index 00000000..5fc87e6b --- /dev/null +++ b/resources/contenttweaker/models/item/innerved_infinity_seed.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/innerved_infinity_seed" + } +} diff --git a/resources/contenttweaker/models/item/instant_power_junction.json b/resources/contenttweaker/models/item/instant_power_junction.json new file mode 100644 index 00000000..cba42598 --- /dev/null +++ b/resources/contenttweaker/models/item/instant_power_junction.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/instant_power_junction" + } +} diff --git a/resources/contenttweaker/models/item/intense_meatball_pasta.json b/resources/contenttweaker/models/item/intense_meatball_pasta.json new file mode 100644 index 00000000..0533d69d --- /dev/null +++ b/resources/contenttweaker/models/item/intense_meatball_pasta.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/intense_meatball_pasta" + } +} diff --git a/resources/contenttweaker/models/item/interdimensional_energy_orb.json b/resources/contenttweaker/models/item/interdimensional_energy_orb.json new file mode 100644 index 00000000..981dde59 --- /dev/null +++ b/resources/contenttweaker/models/item/interdimensional_energy_orb.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/interdimensional_energy_orb" + } +} diff --git a/resources/contenttweaker/models/item/iridium_destabilized_blend.json b/resources/contenttweaker/models/item/iridium_destabilized_blend.json new file mode 100644 index 00000000..6d3ac708 --- /dev/null +++ b/resources/contenttweaker/models/item/iridium_destabilized_blend.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/iridium_destabilized_blend" + } +} diff --git a/resources/contenttweaker/models/item/iridium_energized_dust.json b/resources/contenttweaker/models/item/iridium_energized_dust.json new file mode 100644 index 00000000..db21b58d --- /dev/null +++ b/resources/contenttweaker/models/item/iridium_energized_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/iridium_energized_dust" + } +} diff --git a/resources/contenttweaker/models/item/iridium_irradiated_ore_chunks.json b/resources/contenttweaker/models/item/iridium_irradiated_ore_chunks.json new file mode 100644 index 00000000..167e0adc --- /dev/null +++ b/resources/contenttweaker/models/item/iridium_irradiated_ore_chunks.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/iridium_irradiated_ore_chunks" + } +} diff --git a/resources/contenttweaker/models/item/iro_component.json b/resources/contenttweaker/models/item/iro_component.json new file mode 100644 index 00000000..b5635ebd --- /dev/null +++ b/resources/contenttweaker/models/item/iro_component.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/iro_component" + } +} diff --git a/resources/contenttweaker/models/item/iromine_artifact.json b/resources/contenttweaker/models/item/iromine_artifact.json new file mode 100644 index 00000000..206fb40e --- /dev/null +++ b/resources/contenttweaker/models/item/iromine_artifact.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/iromine_artifact" + } +} diff --git a/resources/contenttweaker/models/item/iromine_callstone.json b/resources/contenttweaker/models/item/iromine_callstone.json new file mode 100644 index 00000000..c782601d --- /dev/null +++ b/resources/contenttweaker/models/item/iromine_callstone.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/iromine_callstone" + } +} diff --git a/resources/contenttweaker/models/item/iromine_garnet.json b/resources/contenttweaker/models/item/iromine_garnet.json new file mode 100644 index 00000000..83ad86fd --- /dev/null +++ b/resources/contenttweaker/models/item/iromine_garnet.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/iromine_garnet" + } +} diff --git a/resources/contenttweaker/models/item/iromine_wormhole.json b/resources/contenttweaker/models/item/iromine_wormhole.json new file mode 100644 index 00000000..59270505 --- /dev/null +++ b/resources/contenttweaker/models/item/iromine_wormhole.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/iromine_wormhole" + } +} diff --git a/resources/contenttweaker/models/item/iron_destabilized_blend.json b/resources/contenttweaker/models/item/iron_destabilized_blend.json new file mode 100644 index 00000000..f0cdc0f1 --- /dev/null +++ b/resources/contenttweaker/models/item/iron_destabilized_blend.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/iron_destabilized_blend" + } +} diff --git a/resources/contenttweaker/models/item/iron_energized_dust.json b/resources/contenttweaker/models/item/iron_energized_dust.json new file mode 100644 index 00000000..febaf066 --- /dev/null +++ b/resources/contenttweaker/models/item/iron_energized_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/iron_energized_dust" + } +} diff --git a/resources/contenttweaker/models/item/iron_irradiated_ore_chunks.json b/resources/contenttweaker/models/item/iron_irradiated_ore_chunks.json new file mode 100644 index 00000000..c9e4aa1b --- /dev/null +++ b/resources/contenttweaker/models/item/iron_irradiated_ore_chunks.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/iron_irradiated_ore_chunks" + } +} diff --git a/resources/contenttweaker/models/item/jade_destabilized_blend.json b/resources/contenttweaker/models/item/jade_destabilized_blend.json new file mode 100644 index 00000000..4cf3e654 --- /dev/null +++ b/resources/contenttweaker/models/item/jade_destabilized_blend.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/jade_destabilized_blend" + } +} diff --git a/resources/contenttweaker/models/item/jade_egg.json b/resources/contenttweaker/models/item/jade_egg.json new file mode 100644 index 00000000..eb1f534a --- /dev/null +++ b/resources/contenttweaker/models/item/jade_egg.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/jade_egg" + } +} diff --git a/resources/contenttweaker/models/item/jade_energized_dust.json b/resources/contenttweaker/models/item/jade_energized_dust.json new file mode 100644 index 00000000..9d66e319 --- /dev/null +++ b/resources/contenttweaker/models/item/jade_energized_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/jade_energized_dust" + } +} diff --git a/resources/contenttweaker/models/item/jade_irradiated_ore_chunks.json b/resources/contenttweaker/models/item/jade_irradiated_ore_chunks.json new file mode 100644 index 00000000..dd510e91 --- /dev/null +++ b/resources/contenttweaker/models/item/jade_irradiated_ore_chunks.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/jade_irradiated_ore_chunks" + } +} diff --git a/resources/contenttweaker/models/item/jewel_of_the_twilight_forest.json b/resources/contenttweaker/models/item/jewel_of_the_twilight_forest.json new file mode 100644 index 00000000..a39d0c9e --- /dev/null +++ b/resources/contenttweaker/models/item/jewel_of_the_twilight_forest.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/jewel_of_the_twilight_forest" + } +} diff --git a/resources/contenttweaker/models/item/jeweled_runium.json b/resources/contenttweaker/models/item/jeweled_runium.json new file mode 100644 index 00000000..8a8ec772 --- /dev/null +++ b/resources/contenttweaker/models/item/jeweled_runium.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/jeweled_runium" + } +} diff --git a/resources/contenttweaker/models/item/jewelyte_destabilized_blend.json b/resources/contenttweaker/models/item/jewelyte_destabilized_blend.json new file mode 100644 index 00000000..7a305ca1 --- /dev/null +++ b/resources/contenttweaker/models/item/jewelyte_destabilized_blend.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/jewelyte_destabilized_blend" + } +} diff --git a/resources/contenttweaker/models/item/jewelyte_dust.json b/resources/contenttweaker/models/item/jewelyte_dust.json new file mode 100644 index 00000000..d245d189 --- /dev/null +++ b/resources/contenttweaker/models/item/jewelyte_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/jewelyte_dust" + } +} diff --git a/resources/contenttweaker/models/item/jewelyte_egg.json b/resources/contenttweaker/models/item/jewelyte_egg.json new file mode 100644 index 00000000..ad7d4a13 --- /dev/null +++ b/resources/contenttweaker/models/item/jewelyte_egg.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/jewelyte_egg" + } +} diff --git a/resources/contenttweaker/models/item/jewelyte_energized_dust.json b/resources/contenttweaker/models/item/jewelyte_energized_dust.json new file mode 100644 index 00000000..02557d40 --- /dev/null +++ b/resources/contenttweaker/models/item/jewelyte_energized_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/jewelyte_energized_dust" + } +} diff --git a/resources/contenttweaker/models/item/jewelyte_irradiated_ore_chunks.json b/resources/contenttweaker/models/item/jewelyte_irradiated_ore_chunks.json new file mode 100644 index 00000000..7562d6d8 --- /dev/null +++ b/resources/contenttweaker/models/item/jewelyte_irradiated_ore_chunks.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/jewelyte_irradiated_ore_chunks" + } +} diff --git a/resources/contenttweaker/models/item/kajaros_rib.json b/resources/contenttweaker/models/item/kajaros_rib.json new file mode 100644 index 00000000..92a7cddf --- /dev/null +++ b/resources/contenttweaker/models/item/kajaros_rib.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/kajaros_rib" + } +} diff --git a/resources/contenttweaker/models/item/karot_horn.json b/resources/contenttweaker/models/item/karot_horn.json new file mode 100644 index 00000000..9d1a83bd --- /dev/null +++ b/resources/contenttweaker/models/item/karot_horn.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/karot_horn" + } +} diff --git a/resources/contenttweaker/models/item/king_bambambam_pelvis.json b/resources/contenttweaker/models/item/king_bambambam_pelvis.json new file mode 100644 index 00000000..e5f695d4 --- /dev/null +++ b/resources/contenttweaker/models/item/king_bambambam_pelvis.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/king_bambambam_pelvis" + } +} diff --git a/resources/contenttweaker/models/item/king_shroomus_cap.json b/resources/contenttweaker/models/item/king_shroomus_cap.json new file mode 100644 index 00000000..b192b0eb --- /dev/null +++ b/resources/contenttweaker/models/item/king_shroomus_cap.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/king_shroomus_cap" + } +} diff --git a/resources/contenttweaker/models/item/klobber_hand.json b/resources/contenttweaker/models/item/klobber_hand.json new file mode 100644 index 00000000..7908f902 --- /dev/null +++ b/resources/contenttweaker/models/item/klobber_hand.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/klobber_hand" + } +} diff --git a/resources/contenttweaker/models/item/kror_sediment.json b/resources/contenttweaker/models/item/kror_sediment.json new file mode 100644 index 00000000..4a032b73 --- /dev/null +++ b/resources/contenttweaker/models/item/kror_sediment.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/kror_sediment" + } +} diff --git a/resources/contenttweaker/models/item/krypton_capture.json b/resources/contenttweaker/models/item/krypton_capture.json new file mode 100644 index 00000000..01215479 --- /dev/null +++ b/resources/contenttweaker/models/item/krypton_capture.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/krypton_capture" + } +} diff --git a/resources/contenttweaker/models/item/krypton_xenon_capture.json b/resources/contenttweaker/models/item/krypton_xenon_capture.json new file mode 100644 index 00000000..e9e94d5c --- /dev/null +++ b/resources/contenttweaker/models/item/krypton_xenon_capture.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/krypton_xenon_capture" + } +} diff --git a/resources/contenttweaker/models/item/lapis_destabilized_blend.json b/resources/contenttweaker/models/item/lapis_destabilized_blend.json new file mode 100644 index 00000000..195abf5b --- /dev/null +++ b/resources/contenttweaker/models/item/lapis_destabilized_blend.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/lapis_destabilized_blend" + } +} diff --git a/resources/contenttweaker/models/item/lapis_energized_dust.json b/resources/contenttweaker/models/item/lapis_energized_dust.json new file mode 100644 index 00000000..28c061f7 --- /dev/null +++ b/resources/contenttweaker/models/item/lapis_energized_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/lapis_energized_dust" + } +} diff --git a/resources/contenttweaker/models/item/lapis_irradiated_ore_chunks.json b/resources/contenttweaker/models/item/lapis_irradiated_ore_chunks.json new file mode 100644 index 00000000..f8eb584d --- /dev/null +++ b/resources/contenttweaker/models/item/lapis_irradiated_ore_chunks.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/lapis_irradiated_ore_chunks" + } +} diff --git a/resources/contenttweaker/models/item/lead_destabilized_blend.json b/resources/contenttweaker/models/item/lead_destabilized_blend.json new file mode 100644 index 00000000..1c0857bd --- /dev/null +++ b/resources/contenttweaker/models/item/lead_destabilized_blend.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/lead_destabilized_blend" + } +} diff --git a/resources/contenttweaker/models/item/lead_energized_dust.json b/resources/contenttweaker/models/item/lead_energized_dust.json new file mode 100644 index 00000000..e4645bbb --- /dev/null +++ b/resources/contenttweaker/models/item/lead_energized_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/lead_energized_dust" + } +} diff --git a/resources/contenttweaker/models/item/lead_irradiated_ore_chunks.json b/resources/contenttweaker/models/item/lead_irradiated_ore_chunks.json new file mode 100644 index 00000000..36282821 --- /dev/null +++ b/resources/contenttweaker/models/item/lead_irradiated_ore_chunks.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/lead_irradiated_ore_chunks" + } +} diff --git a/resources/contenttweaker/models/item/lefhm_fuel.json b/resources/contenttweaker/models/item/lefhm_fuel.json new file mode 100644 index 00000000..36fc9894 --- /dev/null +++ b/resources/contenttweaker/models/item/lefhm_fuel.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/lefhm_fuel" + } +} diff --git a/resources/contenttweaker/models/item/left_sacred_sapling.json b/resources/contenttweaker/models/item/left_sacred_sapling.json new file mode 100644 index 00000000..f365f4cf --- /dev/null +++ b/resources/contenttweaker/models/item/left_sacred_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/left_sacred_sapling" + } +} diff --git a/resources/contenttweaker/models/item/legbone_destabilized_blend.json b/resources/contenttweaker/models/item/legbone_destabilized_blend.json new file mode 100644 index 00000000..7292ab22 --- /dev/null +++ b/resources/contenttweaker/models/item/legbone_destabilized_blend.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/legbone_destabilized_blend" + } +} diff --git a/resources/contenttweaker/models/item/legbone_energized_dust.json b/resources/contenttweaker/models/item/legbone_energized_dust.json new file mode 100644 index 00000000..68d53c4c --- /dev/null +++ b/resources/contenttweaker/models/item/legbone_energized_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/legbone_energized_dust" + } +} diff --git a/resources/contenttweaker/models/item/legbone_fragment_egg.json b/resources/contenttweaker/models/item/legbone_fragment_egg.json new file mode 100644 index 00000000..dcfe41d6 --- /dev/null +++ b/resources/contenttweaker/models/item/legbone_fragment_egg.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/legbone_fragment_egg" + } +} diff --git a/resources/contenttweaker/models/item/legbone_irradiated_ore_chunks.json b/resources/contenttweaker/models/item/legbone_irradiated_ore_chunks.json new file mode 100644 index 00000000..86b43a3c --- /dev/null +++ b/resources/contenttweaker/models/item/legbone_irradiated_ore_chunks.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/legbone_irradiated_ore_chunks" + } +} diff --git a/resources/contenttweaker/models/item/lelyetia_garnet.json b/resources/contenttweaker/models/item/lelyetia_garnet.json new file mode 100644 index 00000000..a042ef27 --- /dev/null +++ b/resources/contenttweaker/models/item/lelyetia_garnet.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/lelyetia_garnet" + } +} diff --git a/resources/contenttweaker/models/item/lelyetia_wormhole.json b/resources/contenttweaker/models/item/lelyetia_wormhole.json new file mode 100644 index 00000000..37dab232 --- /dev/null +++ b/resources/contenttweaker/models/item/lelyetia_wormhole.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/lelyetia_wormhole" + } +} diff --git a/resources/contenttweaker/models/item/lelyetian_artifact.json b/resources/contenttweaker/models/item/lelyetian_artifact.json new file mode 100644 index 00000000..6bb21243 --- /dev/null +++ b/resources/contenttweaker/models/item/lelyetian_artifact.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/lelyetian_artifact" + } +} diff --git a/resources/contenttweaker/models/item/lesser_mana_core.json b/resources/contenttweaker/models/item/lesser_mana_core.json new file mode 100644 index 00000000..c3606505 --- /dev/null +++ b/resources/contenttweaker/models/item/lesser_mana_core.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/lesser_mana_core" + } +} diff --git a/resources/contenttweaker/models/item/light_destabilized_blend.json b/resources/contenttweaker/models/item/light_destabilized_blend.json new file mode 100644 index 00000000..d71a5ceb --- /dev/null +++ b/resources/contenttweaker/models/item/light_destabilized_blend.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/light_destabilized_blend" + } +} diff --git a/resources/contenttweaker/models/item/light_energized_dust.json b/resources/contenttweaker/models/item/light_energized_dust.json new file mode 100644 index 00000000..4cae5732 --- /dev/null +++ b/resources/contenttweaker/models/item/light_energized_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/light_energized_dust" + } +} diff --git a/resources/contenttweaker/models/item/light_irradiated_ore_chunks.json b/resources/contenttweaker/models/item/light_irradiated_ore_chunks.json new file mode 100644 index 00000000..80f5a5d3 --- /dev/null +++ b/resources/contenttweaker/models/item/light_irradiated_ore_chunks.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/light_irradiated_ore_chunks" + } +} diff --git a/resources/contenttweaker/models/item/limbo_warper.json b/resources/contenttweaker/models/item/limbo_warper.json new file mode 100644 index 00000000..99ee8f14 --- /dev/null +++ b/resources/contenttweaker/models/item/limbo_warper.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/limbo_warper" + } +} diff --git a/resources/contenttweaker/models/item/limonite_destabilized_blend.json b/resources/contenttweaker/models/item/limonite_destabilized_blend.json new file mode 100644 index 00000000..c3234b80 --- /dev/null +++ b/resources/contenttweaker/models/item/limonite_destabilized_blend.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/limonite_destabilized_blend" + } +} diff --git a/resources/contenttweaker/models/item/limonite_egg.json b/resources/contenttweaker/models/item/limonite_egg.json new file mode 100644 index 00000000..29cc571e --- /dev/null +++ b/resources/contenttweaker/models/item/limonite_egg.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/limonite_egg" + } +} diff --git a/resources/contenttweaker/models/item/limonite_energized_dust.json b/resources/contenttweaker/models/item/limonite_energized_dust.json new file mode 100644 index 00000000..9298018b --- /dev/null +++ b/resources/contenttweaker/models/item/limonite_energized_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/limonite_energized_dust" + } +} diff --git a/resources/contenttweaker/models/item/limonite_irradiated_ore_chunks.json b/resources/contenttweaker/models/item/limonite_irradiated_ore_chunks.json new file mode 100644 index 00000000..46d422db --- /dev/null +++ b/resources/contenttweaker/models/item/limonite_irradiated_ore_chunks.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/limonite_irradiated_ore_chunks" + } +} diff --git a/resources/contenttweaker/models/item/liquid_witchcraft_bottle.json b/resources/contenttweaker/models/item/liquid_witchcraft_bottle.json new file mode 100644 index 00000000..0937e000 --- /dev/null +++ b/resources/contenttweaker/models/item/liquid_witchcraft_bottle.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/liquid_witchcraft_bottle" + } +} diff --git a/resources/contenttweaker/models/item/lithium_destabilized_blend.json b/resources/contenttweaker/models/item/lithium_destabilized_blend.json new file mode 100644 index 00000000..687054e4 --- /dev/null +++ b/resources/contenttweaker/models/item/lithium_destabilized_blend.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/lithium_destabilized_blend" + } +} diff --git a/resources/contenttweaker/models/item/lithium_energized_dust.json b/resources/contenttweaker/models/item/lithium_energized_dust.json new file mode 100644 index 00000000..a48e344e --- /dev/null +++ b/resources/contenttweaker/models/item/lithium_energized_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/lithium_energized_dust" + } +} diff --git a/resources/contenttweaker/models/item/lithium_irradiated_ore_chunks.json b/resources/contenttweaker/models/item/lithium_irradiated_ore_chunks.json new file mode 100644 index 00000000..0204319a --- /dev/null +++ b/resources/contenttweaker/models/item/lithium_irradiated_ore_chunks.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/lithium_irradiated_ore_chunks" + } +} diff --git a/resources/contenttweaker/models/item/living_case.json b/resources/contenttweaker/models/item/living_case.json new file mode 100644 index 00000000..58a4a533 --- /dev/null +++ b/resources/contenttweaker/models/item/living_case.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/living_case" + } +} diff --git a/resources/contenttweaker/models/item/living_flesh.json b/resources/contenttweaker/models/item/living_flesh.json new file mode 100644 index 00000000..595151a1 --- /dev/null +++ b/resources/contenttweaker/models/item/living_flesh.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/living_flesh" + } +} diff --git a/resources/contenttweaker/models/item/living_infinity_fruit.json b/resources/contenttweaker/models/item/living_infinity_fruit.json new file mode 100644 index 00000000..6ab2464b --- /dev/null +++ b/resources/contenttweaker/models/item/living_infinity_fruit.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/living_infinity_fruit" + } +} diff --git a/resources/contenttweaker/models/item/lollypop_y.json b/resources/contenttweaker/models/item/lollypop_y.json new file mode 100644 index 00000000..45ab5c6b --- /dev/null +++ b/resources/contenttweaker/models/item/lollypop_y.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/lollypop_y" + } +} diff --git a/resources/contenttweaker/models/item/lost_memory.json b/resources/contenttweaker/models/item/lost_memory.json new file mode 100644 index 00000000..98d2555b --- /dev/null +++ b/resources/contenttweaker/models/item/lost_memory.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/lost_memory" + } +} diff --git a/resources/contenttweaker/models/item/lothlorien_dust.json b/resources/contenttweaker/models/item/lothlorien_dust.json new file mode 100644 index 00000000..e768905c --- /dev/null +++ b/resources/contenttweaker/models/item/lothlorien_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/lothlorien_dust" + } +} diff --git a/resources/contenttweaker/models/item/lunalus_artifact.json b/resources/contenttweaker/models/item/lunalus_artifact.json new file mode 100644 index 00000000..8dfd6979 --- /dev/null +++ b/resources/contenttweaker/models/item/lunalus_artifact.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/lunalus_artifact" + } +} diff --git a/resources/contenttweaker/models/item/lunalus_callstone.json b/resources/contenttweaker/models/item/lunalus_callstone.json new file mode 100644 index 00000000..edbf7a43 --- /dev/null +++ b/resources/contenttweaker/models/item/lunalus_callstone.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/lunalus_callstone" + } +} diff --git a/resources/contenttweaker/models/item/lunalus_garnet.json b/resources/contenttweaker/models/item/lunalus_garnet.json new file mode 100644 index 00000000..d1ae31cf --- /dev/null +++ b/resources/contenttweaker/models/item/lunalus_garnet.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/lunalus_garnet" + } +} diff --git a/resources/contenttweaker/models/item/lunalus_wormhole.json b/resources/contenttweaker/models/item/lunalus_wormhole.json new file mode 100644 index 00000000..00483306 --- /dev/null +++ b/resources/contenttweaker/models/item/lunalus_wormhole.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/lunalus_wormhole" + } +} diff --git a/resources/contenttweaker/models/item/lunastone_dust.json b/resources/contenttweaker/models/item/lunastone_dust.json new file mode 100644 index 00000000..e654a722 --- /dev/null +++ b/resources/contenttweaker/models/item/lunastone_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/dust" + } +} diff --git a/resources/contenttweaker/models/item/lunastone_egg.json b/resources/contenttweaker/models/item/lunastone_egg.json new file mode 100644 index 00000000..ab6d97f5 --- /dev/null +++ b/resources/contenttweaker/models/item/lunastone_egg.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/lunastone_egg" + } +} diff --git a/resources/contenttweaker/models/item/lunastone_ingot.json b/resources/contenttweaker/models/item/lunastone_ingot.json new file mode 100644 index 00000000..7caa7e71 --- /dev/null +++ b/resources/contenttweaker/models/item/lunastone_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/ingot" + } +} diff --git a/resources/contenttweaker/models/item/lunastone_nugget.json b/resources/contenttweaker/models/item/lunastone_nugget.json new file mode 100644 index 00000000..06699ebe --- /dev/null +++ b/resources/contenttweaker/models/item/lunastone_nugget.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/nugget" + } +} diff --git a/resources/contenttweaker/models/item/lunastone_rod.json b/resources/contenttweaker/models/item/lunastone_rod.json new file mode 100644 index 00000000..e6de6497 --- /dev/null +++ b/resources/contenttweaker/models/item/lunastone_rod.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/rod" + } +} diff --git a/resources/contenttweaker/models/item/lyon_destabilized_blend.json b/resources/contenttweaker/models/item/lyon_destabilized_blend.json new file mode 100644 index 00000000..4f02726a --- /dev/null +++ b/resources/contenttweaker/models/item/lyon_destabilized_blend.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/lyon_destabilized_blend" + } +} diff --git a/resources/contenttweaker/models/item/lyon_egg.json b/resources/contenttweaker/models/item/lyon_egg.json new file mode 100644 index 00000000..438d7cae --- /dev/null +++ b/resources/contenttweaker/models/item/lyon_egg.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/lyon_egg" + } +} diff --git a/resources/contenttweaker/models/item/lyon_energized_dust.json b/resources/contenttweaker/models/item/lyon_energized_dust.json new file mode 100644 index 00000000..51c3a968 --- /dev/null +++ b/resources/contenttweaker/models/item/lyon_energized_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/lyon_energized_dust" + } +} diff --git a/resources/contenttweaker/models/item/lyon_irradiated_ore_chunks.json b/resources/contenttweaker/models/item/lyon_irradiated_ore_chunks.json new file mode 100644 index 00000000..3577c9e4 --- /dev/null +++ b/resources/contenttweaker/models/item/lyon_irradiated_ore_chunks.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/lyon_irradiated_ore_chunks" + } +} diff --git a/resources/contenttweaker/models/item/lyonite_plate.json b/resources/contenttweaker/models/item/lyonite_plate.json new file mode 100644 index 00000000..233c1b5f --- /dev/null +++ b/resources/contenttweaker/models/item/lyonite_plate.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/lyonite_plate" + } +} diff --git a/resources/contenttweaker/models/item/madness_gem.json b/resources/contenttweaker/models/item/madness_gem.json new file mode 100644 index 00000000..e795d655 --- /dev/null +++ b/resources/contenttweaker/models/item/madness_gem.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/madness_gem" + } +} diff --git a/resources/contenttweaker/models/item/magic_mushroom.json b/resources/contenttweaker/models/item/magic_mushroom.json new file mode 100644 index 00000000..6ed2c5de --- /dev/null +++ b/resources/contenttweaker/models/item/magic_mushroom.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/magic_mushroom" + } +} diff --git a/resources/contenttweaker/models/item/magic_mushroom_dark.json b/resources/contenttweaker/models/item/magic_mushroom_dark.json new file mode 100644 index 00000000..f0144cf7 --- /dev/null +++ b/resources/contenttweaker/models/item/magic_mushroom_dark.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/magic_mushroom_dark" + } +} diff --git a/resources/contenttweaker/models/item/magiccrystal_destabilized_blend.json b/resources/contenttweaker/models/item/magiccrystal_destabilized_blend.json new file mode 100644 index 00000000..473fda1e --- /dev/null +++ b/resources/contenttweaker/models/item/magiccrystal_destabilized_blend.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/magiccrystal_destabilized_blend" + } +} diff --git a/resources/contenttweaker/models/item/magiccrystal_energized_dust.json b/resources/contenttweaker/models/item/magiccrystal_energized_dust.json new file mode 100644 index 00000000..d8987f12 --- /dev/null +++ b/resources/contenttweaker/models/item/magiccrystal_energized_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/magiccrystal_energized_dust" + } +} diff --git a/resources/contenttweaker/models/item/magiccrystal_irradiated_ore_chunks.json b/resources/contenttweaker/models/item/magiccrystal_irradiated_ore_chunks.json new file mode 100644 index 00000000..4a5e776f --- /dev/null +++ b/resources/contenttweaker/models/item/magiccrystal_irradiated_ore_chunks.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/magiccrystal_irradiated_ore_chunks" + } +} diff --git a/resources/contenttweaker/models/item/magnesium_destabilized_blend.json b/resources/contenttweaker/models/item/magnesium_destabilized_blend.json new file mode 100644 index 00000000..ca7f0408 --- /dev/null +++ b/resources/contenttweaker/models/item/magnesium_destabilized_blend.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/magnesium_destabilized_blend" + } +} diff --git a/resources/contenttweaker/models/item/magnesium_energized_dust.json b/resources/contenttweaker/models/item/magnesium_energized_dust.json new file mode 100644 index 00000000..bb57c837 --- /dev/null +++ b/resources/contenttweaker/models/item/magnesium_energized_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/magnesium_energized_dust" + } +} diff --git a/resources/contenttweaker/models/item/magnesium_irradiated_ore_chunks.json b/resources/contenttweaker/models/item/magnesium_irradiated_ore_chunks.json new file mode 100644 index 00000000..5f22b8b8 --- /dev/null +++ b/resources/contenttweaker/models/item/magnesium_irradiated_ore_chunks.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/magnesium_irradiated_ore_chunks" + } +} diff --git a/resources/contenttweaker/models/item/magnetic_monopole.json b/resources/contenttweaker/models/item/magnetic_monopole.json new file mode 100644 index 00000000..ecf4212f --- /dev/null +++ b/resources/contenttweaker/models/item/magnetic_monopole.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/magnetic_monopole" + } +} diff --git a/resources/contenttweaker/models/item/malachite_destabilized_blend.json b/resources/contenttweaker/models/item/malachite_destabilized_blend.json new file mode 100644 index 00000000..2a0a49fc --- /dev/null +++ b/resources/contenttweaker/models/item/malachite_destabilized_blend.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/malachite_destabilized_blend" + } +} diff --git a/resources/contenttweaker/models/item/malachite_energized_dust.json b/resources/contenttweaker/models/item/malachite_energized_dust.json new file mode 100644 index 00000000..d9bf1418 --- /dev/null +++ b/resources/contenttweaker/models/item/malachite_energized_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/malachite_energized_dust" + } +} diff --git a/resources/contenttweaker/models/item/malachite_irradiated_ore_chunks.json b/resources/contenttweaker/models/item/malachite_irradiated_ore_chunks.json new file mode 100644 index 00000000..0788b90b --- /dev/null +++ b/resources/contenttweaker/models/item/malachite_irradiated_ore_chunks.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/malachite_irradiated_ore_chunks" + } +} diff --git a/resources/contenttweaker/models/item/malum.json b/resources/contenttweaker/models/item/malum.json new file mode 100644 index 00000000..fd22a082 --- /dev/null +++ b/resources/contenttweaker/models/item/malum.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/malum" + } +} diff --git a/resources/contenttweaker/models/item/mana_rune.json b/resources/contenttweaker/models/item/mana_rune.json new file mode 100644 index 00000000..fb4a0459 --- /dev/null +++ b/resources/contenttweaker/models/item/mana_rune.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/mana_rune" + } +} diff --git a/resources/contenttweaker/models/item/manastone_dust.json b/resources/contenttweaker/models/item/manastone_dust.json new file mode 100644 index 00000000..dcdd9b51 --- /dev/null +++ b/resources/contenttweaker/models/item/manastone_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/manastone_dust" + } +} diff --git a/resources/contenttweaker/models/item/master_spell_aqua.json b/resources/contenttweaker/models/item/master_spell_aqua.json new file mode 100644 index 00000000..0f38eea5 --- /dev/null +++ b/resources/contenttweaker/models/item/master_spell_aqua.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/master_spell_aqua" + } +} diff --git a/resources/contenttweaker/models/item/master_spell_auram.json b/resources/contenttweaker/models/item/master_spell_auram.json new file mode 100644 index 00000000..bd41950f --- /dev/null +++ b/resources/contenttweaker/models/item/master_spell_auram.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/master_spell_auram" + } +} diff --git a/resources/contenttweaker/models/item/master_spell_caeles.json b/resources/contenttweaker/models/item/master_spell_caeles.json new file mode 100644 index 00000000..2a4b3d86 --- /dev/null +++ b/resources/contenttweaker/models/item/master_spell_caeles.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/master_spell_caeles" + } +} diff --git a/resources/contenttweaker/models/item/master_spell_desiderium.json b/resources/contenttweaker/models/item/master_spell_desiderium.json new file mode 100644 index 00000000..c7ce033f --- /dev/null +++ b/resources/contenttweaker/models/item/master_spell_desiderium.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/master_spell_desiderium" + } +} diff --git a/resources/contenttweaker/models/item/master_spell_diabolus.json b/resources/contenttweaker/models/item/master_spell_diabolus.json new file mode 100644 index 00000000..2b8c5617 --- /dev/null +++ b/resources/contenttweaker/models/item/master_spell_diabolus.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/master_spell_diabolus" + } +} diff --git a/resources/contenttweaker/models/item/master_spell_dreadia.json b/resources/contenttweaker/models/item/master_spell_dreadia.json new file mode 100644 index 00000000..6c8f3b05 --- /dev/null +++ b/resources/contenttweaker/models/item/master_spell_dreadia.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/master_spell_dreadia" + } +} diff --git a/resources/contenttweaker/models/item/master_spell_focus.json b/resources/contenttweaker/models/item/master_spell_focus.json new file mode 100644 index 00000000..510dba97 --- /dev/null +++ b/resources/contenttweaker/models/item/master_spell_focus.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/master_spell_focus" + } +} diff --git a/resources/contenttweaker/models/item/master_spell_gelu.json b/resources/contenttweaker/models/item/master_spell_gelu.json new file mode 100644 index 00000000..0a81c576 --- /dev/null +++ b/resources/contenttweaker/models/item/master_spell_gelu.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/master_spell_gelu" + } +} diff --git a/resources/contenttweaker/models/item/master_spell_luna.json b/resources/contenttweaker/models/item/master_spell_luna.json new file mode 100644 index 00000000..38cea543 --- /dev/null +++ b/resources/contenttweaker/models/item/master_spell_luna.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/master_spell_luna" + } +} diff --git a/resources/contenttweaker/models/item/master_spell_lux.json b/resources/contenttweaker/models/item/master_spell_lux.json new file mode 100644 index 00000000..176d0b52 --- /dev/null +++ b/resources/contenttweaker/models/item/master_spell_lux.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/master_spell_lux" + } +} diff --git a/resources/contenttweaker/models/item/master_spell_motus.json b/resources/contenttweaker/models/item/master_spell_motus.json new file mode 100644 index 00000000..7385549b --- /dev/null +++ b/resources/contenttweaker/models/item/master_spell_motus.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/master_spell_motus" + } +} diff --git a/resources/contenttweaker/models/item/master_spell_perditio.json b/resources/contenttweaker/models/item/master_spell_perditio.json new file mode 100644 index 00000000..2629ab95 --- /dev/null +++ b/resources/contenttweaker/models/item/master_spell_perditio.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/master_spell_perditio" + } +} diff --git a/resources/contenttweaker/models/item/master_spell_praemunio.json b/resources/contenttweaker/models/item/master_spell_praemunio.json new file mode 100644 index 00000000..40b86eec --- /dev/null +++ b/resources/contenttweaker/models/item/master_spell_praemunio.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/master_spell_praemunio" + } +} diff --git a/resources/contenttweaker/models/item/master_spell_sol.json b/resources/contenttweaker/models/item/master_spell_sol.json new file mode 100644 index 00000000..64526f3e --- /dev/null +++ b/resources/contenttweaker/models/item/master_spell_sol.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/master_spell_sol" + } +} diff --git a/resources/contenttweaker/models/item/master_spell_terra.json b/resources/contenttweaker/models/item/master_spell_terra.json new file mode 100644 index 00000000..c62572ba --- /dev/null +++ b/resources/contenttweaker/models/item/master_spell_terra.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/master_spell_terra" + } +} diff --git a/resources/contenttweaker/models/item/master_spell_vitium.json b/resources/contenttweaker/models/item/master_spell_vitium.json new file mode 100644 index 00000000..cfa09e12 --- /dev/null +++ b/resources/contenttweaker/models/item/master_spell_vitium.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/master_spell_vitium" + } +} diff --git a/resources/contenttweaker/models/item/matter_cluster.json b/resources/contenttweaker/models/item/matter_cluster.json new file mode 100644 index 00000000..d4c15b1e --- /dev/null +++ b/resources/contenttweaker/models/item/matter_cluster.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/matter_cluster" + } +} diff --git a/resources/contenttweaker/models/item/meatane_pellet.json b/resources/contenttweaker/models/item/meatane_pellet.json new file mode 100644 index 00000000..ec787c0c --- /dev/null +++ b/resources/contenttweaker/models/item/meatane_pellet.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/meatane_pellet" + } +} diff --git a/resources/contenttweaker/models/item/meatball.json b/resources/contenttweaker/models/item/meatball.json new file mode 100644 index 00000000..32d33c55 --- /dev/null +++ b/resources/contenttweaker/models/item/meatball.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/meatball" + } +} diff --git a/resources/contenttweaker/models/item/meatball_pasta.json b/resources/contenttweaker/models/item/meatball_pasta.json new file mode 100644 index 00000000..6e223070 --- /dev/null +++ b/resources/contenttweaker/models/item/meatball_pasta.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/meatball_pasta" + } +} diff --git a/resources/contenttweaker/models/item/meatballium_322.json b/resources/contenttweaker/models/item/meatballium_322.json new file mode 100644 index 00000000..6fbb1c5e --- /dev/null +++ b/resources/contenttweaker/models/item/meatballium_322.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/meatballium_322" + } +} diff --git a/resources/contenttweaker/models/item/meatballium_324.json b/resources/contenttweaker/models/item/meatballium_324.json new file mode 100644 index 00000000..c9907dae --- /dev/null +++ b/resources/contenttweaker/models/item/meatballium_324.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/meatballium_324" + } +} diff --git a/resources/contenttweaker/models/item/meatballium_328.json b/resources/contenttweaker/models/item/meatballium_328.json new file mode 100644 index 00000000..2c0f54fc --- /dev/null +++ b/resources/contenttweaker/models/item/meatballium_328.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/meatballium_328" + } +} diff --git a/resources/contenttweaker/models/item/mechbot_cpu.json b/resources/contenttweaker/models/item/mechbot_cpu.json new file mode 100644 index 00000000..cd905895 --- /dev/null +++ b/resources/contenttweaker/models/item/mechbot_cpu.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/mechbot_cpu" + } +} diff --git a/resources/contenttweaker/models/item/menacing_sludge.json b/resources/contenttweaker/models/item/menacing_sludge.json new file mode 100644 index 00000000..f3046ac6 --- /dev/null +++ b/resources/contenttweaker/models/item/menacing_sludge.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/menacing_sludge" + } +} diff --git a/resources/contenttweaker/models/item/meteoric_powder.json b/resources/contenttweaker/models/item/meteoric_powder.json new file mode 100644 index 00000000..5e5eaae7 --- /dev/null +++ b/resources/contenttweaker/models/item/meteoric_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/meteoric_powder" + } +} diff --git a/resources/contenttweaker/models/item/minor_vethea_binding.json b/resources/contenttweaker/models/item/minor_vethea_binding.json new file mode 100644 index 00000000..abe9d480 --- /dev/null +++ b/resources/contenttweaker/models/item/minor_vethea_binding.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/minor_vethea_binding" + } +} diff --git a/resources/contenttweaker/models/item/mirage_femur.json b/resources/contenttweaker/models/item/mirage_femur.json new file mode 100644 index 00000000..6dee5561 --- /dev/null +++ b/resources/contenttweaker/models/item/mirage_femur.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/mirage_femur" + } +} diff --git a/resources/contenttweaker/models/item/mirroring_mithminite_prism.json b/resources/contenttweaker/models/item/mirroring_mithminite_prism.json new file mode 100644 index 00000000..ee5be87f --- /dev/null +++ b/resources/contenttweaker/models/item/mirroring_mithminite_prism.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/mirroring_mithminite_prism" + } +} diff --git a/resources/contenttweaker/models/item/miskel_rib.json b/resources/contenttweaker/models/item/miskel_rib.json new file mode 100644 index 00000000..6be79c2b --- /dev/null +++ b/resources/contenttweaker/models/item/miskel_rib.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/miskel_rib" + } +} diff --git a/resources/contenttweaker/models/item/mithminite_prism.json b/resources/contenttweaker/models/item/mithminite_prism.json new file mode 100644 index 00000000..1e8e7347 --- /dev/null +++ b/resources/contenttweaker/models/item/mithminite_prism.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/mithminite_prism" + } +} diff --git a/resources/contenttweaker/models/item/mithril_destabilized_blend.json b/resources/contenttweaker/models/item/mithril_destabilized_blend.json new file mode 100644 index 00000000..253673ae --- /dev/null +++ b/resources/contenttweaker/models/item/mithril_destabilized_blend.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/mithril_destabilized_blend" + } +} diff --git a/resources/contenttweaker/models/item/mithril_energized_dust.json b/resources/contenttweaker/models/item/mithril_energized_dust.json new file mode 100644 index 00000000..0c1a5505 --- /dev/null +++ b/resources/contenttweaker/models/item/mithril_energized_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/mithril_energized_dust" + } +} diff --git a/resources/contenttweaker/models/item/mithril_irradiated_ore_chunks.json b/resources/contenttweaker/models/item/mithril_irradiated_ore_chunks.json new file mode 100644 index 00000000..ec71f799 --- /dev/null +++ b/resources/contenttweaker/models/item/mithril_irradiated_ore_chunks.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/mithril_irradiated_ore_chunks" + } +} diff --git a/resources/contenttweaker/models/item/mithrillium_egg.json b/resources/contenttweaker/models/item/mithrillium_egg.json new file mode 100644 index 00000000..15fb0b2f --- /dev/null +++ b/resources/contenttweaker/models/item/mithrillium_egg.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/mithrillium_egg" + } +} diff --git a/resources/contenttweaker/models/item/modularium_primer.json b/resources/contenttweaker/models/item/modularium_primer.json new file mode 100644 index 00000000..87053644 --- /dev/null +++ b/resources/contenttweaker/models/item/modularium_primer.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/modularium_primer" + } +} diff --git a/resources/contenttweaker/models/item/mortum_core.json b/resources/contenttweaker/models/item/mortum_core.json new file mode 100644 index 00000000..2ff890a9 --- /dev/null +++ b/resources/contenttweaker/models/item/mortum_core.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/mortum_core" + } +} diff --git a/resources/contenttweaker/models/item/mortum_destabilized_blend.json b/resources/contenttweaker/models/item/mortum_destabilized_blend.json new file mode 100644 index 00000000..d9b7d772 --- /dev/null +++ b/resources/contenttweaker/models/item/mortum_destabilized_blend.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/mortum_destabilized_blend" + } +} diff --git a/resources/contenttweaker/models/item/mortum_energized_dust.json b/resources/contenttweaker/models/item/mortum_energized_dust.json new file mode 100644 index 00000000..fe5dd04e --- /dev/null +++ b/resources/contenttweaker/models/item/mortum_energized_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/mortum_energized_dust" + } +} diff --git a/resources/contenttweaker/models/item/mortum_irradiated_ore_chunks.json b/resources/contenttweaker/models/item/mortum_irradiated_ore_chunks.json new file mode 100644 index 00000000..1285cdea --- /dev/null +++ b/resources/contenttweaker/models/item/mortum_irradiated_ore_chunks.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/mortum_irradiated_ore_chunks" + } +} diff --git a/resources/contenttweaker/models/item/mortum_star.json b/resources/contenttweaker/models/item/mortum_star.json new file mode 100644 index 00000000..e2d27de7 --- /dev/null +++ b/resources/contenttweaker/models/item/mortum_star.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/mortum_star" + } +} diff --git a/resources/contenttweaker/models/item/muon_crystal.json b/resources/contenttweaker/models/item/muon_crystal.json new file mode 100644 index 00000000..d20fd192 --- /dev/null +++ b/resources/contenttweaker/models/item/muon_crystal.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/muon_crystal" + } +} diff --git a/resources/contenttweaker/models/item/mutated_meatball.json b/resources/contenttweaker/models/item/mutated_meatball.json new file mode 100644 index 00000000..674c93bc --- /dev/null +++ b/resources/contenttweaker/models/item/mutated_meatball.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/mutated_meatball" + } +} diff --git a/resources/contenttweaker/models/item/mutation_handbook.json b/resources/contenttweaker/models/item/mutation_handbook.json new file mode 100644 index 00000000..c5051b38 --- /dev/null +++ b/resources/contenttweaker/models/item/mutation_handbook.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/mutation_handbook" + } +} diff --git a/resources/contenttweaker/models/item/myrmex_artifact.json b/resources/contenttweaker/models/item/myrmex_artifact.json new file mode 100644 index 00000000..f7b011b0 --- /dev/null +++ b/resources/contenttweaker/models/item/myrmex_artifact.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/myrmex_artifact" + } +} diff --git a/resources/contenttweaker/models/item/myrmex_coolant_cell.json b/resources/contenttweaker/models/item/myrmex_coolant_cell.json new file mode 100644 index 00000000..ce1b68f9 --- /dev/null +++ b/resources/contenttweaker/models/item/myrmex_coolant_cell.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/myrmex_coolant_cell" + } +} diff --git a/resources/contenttweaker/models/item/myrmitite_catalyst.json b/resources/contenttweaker/models/item/myrmitite_catalyst.json new file mode 100644 index 00000000..dec94eaf --- /dev/null +++ b/resources/contenttweaker/models/item/myrmitite_catalyst.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/myrmitite_catalyst" + } +} diff --git a/resources/contenttweaker/models/item/myrmitite_dust.json b/resources/contenttweaker/models/item/myrmitite_dust.json new file mode 100644 index 00000000..e654a722 --- /dev/null +++ b/resources/contenttweaker/models/item/myrmitite_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/dust" + } +} diff --git a/resources/contenttweaker/models/item/myrmitite_ingot.json b/resources/contenttweaker/models/item/myrmitite_ingot.json new file mode 100644 index 00000000..7caa7e71 --- /dev/null +++ b/resources/contenttweaker/models/item/myrmitite_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/ingot" + } +} diff --git a/resources/contenttweaker/models/item/myrmitite_nugget.json b/resources/contenttweaker/models/item/myrmitite_nugget.json new file mode 100644 index 00000000..06699ebe --- /dev/null +++ b/resources/contenttweaker/models/item/myrmitite_nugget.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/nugget" + } +} diff --git a/resources/contenttweaker/models/item/myrmitite_plate.json b/resources/contenttweaker/models/item/myrmitite_plate.json new file mode 100644 index 00000000..a747d2cb --- /dev/null +++ b/resources/contenttweaker/models/item/myrmitite_plate.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/plate" + } +} diff --git a/resources/contenttweaker/models/item/myrmitite_rod.json b/resources/contenttweaker/models/item/myrmitite_rod.json new file mode 100644 index 00000000..e6de6497 --- /dev/null +++ b/resources/contenttweaker/models/item/myrmitite_rod.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/rod" + } +} diff --git a/resources/contenttweaker/models/item/mysterium_artifact.json b/resources/contenttweaker/models/item/mysterium_artifact.json new file mode 100644 index 00000000..d004730f --- /dev/null +++ b/resources/contenttweaker/models/item/mysterium_artifact.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/mysterium_artifact" + } +} diff --git a/resources/contenttweaker/models/item/mysterium_garnet.json b/resources/contenttweaker/models/item/mysterium_garnet.json new file mode 100644 index 00000000..5105449c --- /dev/null +++ b/resources/contenttweaker/models/item/mysterium_garnet.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/mysterium_garnet" + } +} diff --git a/resources/contenttweaker/models/item/mysterium_wormhole.json b/resources/contenttweaker/models/item/mysterium_wormhole.json new file mode 100644 index 00000000..24e2d5cb --- /dev/null +++ b/resources/contenttweaker/models/item/mysterium_wormhole.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/mysterium_wormhole" + } +} diff --git a/resources/contenttweaker/models/item/mystical_gem.json b/resources/contenttweaker/models/item/mystical_gem.json new file mode 100644 index 00000000..5c6e0483 --- /dev/null +++ b/resources/contenttweaker/models/item/mystical_gem.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/mystical_gem" + } +} diff --git a/resources/contenttweaker/models/item/mystite_destabilized_blend.json b/resources/contenttweaker/models/item/mystite_destabilized_blend.json new file mode 100644 index 00000000..8d96223b --- /dev/null +++ b/resources/contenttweaker/models/item/mystite_destabilized_blend.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/mystite_destabilized_blend" + } +} diff --git a/resources/contenttweaker/models/item/mystite_egg.json b/resources/contenttweaker/models/item/mystite_egg.json new file mode 100644 index 00000000..2b776333 --- /dev/null +++ b/resources/contenttweaker/models/item/mystite_egg.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/mystite_egg" + } +} diff --git a/resources/contenttweaker/models/item/mystite_energized_dust.json b/resources/contenttweaker/models/item/mystite_energized_dust.json new file mode 100644 index 00000000..3e3346be --- /dev/null +++ b/resources/contenttweaker/models/item/mystite_energized_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/mystite_energized_dust" + } +} diff --git a/resources/contenttweaker/models/item/mystite_irradiated_ore_chunks.json b/resources/contenttweaker/models/item/mystite_irradiated_ore_chunks.json new file mode 100644 index 00000000..8e85aee0 --- /dev/null +++ b/resources/contenttweaker/models/item/mystite_irradiated_ore_chunks.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/mystite_irradiated_ore_chunks" + } +} diff --git a/resources/contenttweaker/models/item/mythic_electronic_circuit.json b/resources/contenttweaker/models/item/mythic_electronic_circuit.json new file mode 100644 index 00000000..23e8e6f4 --- /dev/null +++ b/resources/contenttweaker/models/item/mythic_electronic_circuit.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/mythic_electronic_circuit" + } +} diff --git a/resources/contenttweaker/models/item/mythic_energy_orb.json b/resources/contenttweaker/models/item/mythic_energy_orb.json new file mode 100644 index 00000000..a122e5f7 --- /dev/null +++ b/resources/contenttweaker/models/item/mythic_energy_orb.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/mythic_energy_orb" + } +} diff --git a/resources/contenttweaker/models/item/mythus_gem.json b/resources/contenttweaker/models/item/mythus_gem.json new file mode 100644 index 00000000..2b890b94 --- /dev/null +++ b/resources/contenttweaker/models/item/mythus_gem.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/mythus_gem" + } +} diff --git a/resources/contenttweaker/models/item/nethengeic_blueprint.json b/resources/contenttweaker/models/item/nethengeic_blueprint.json new file mode 100644 index 00000000..da71f985 --- /dev/null +++ b/resources/contenttweaker/models/item/nethengeic_blueprint.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/nethengeic_blueprint" + } +} diff --git a/resources/contenttweaker/models/item/nethengeic_bone.json b/resources/contenttweaker/models/item/nethengeic_bone.json new file mode 100644 index 00000000..0747c7f3 --- /dev/null +++ b/resources/contenttweaker/models/item/nethengeic_bone.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/nethengeic_bone" + } +} diff --git a/resources/contenttweaker/models/item/nethengeic_rune.json b/resources/contenttweaker/models/item/nethengeic_rune.json new file mode 100644 index 00000000..e71a9a16 --- /dev/null +++ b/resources/contenttweaker/models/item/nethengeic_rune.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/nethengeic_rune" + } +} diff --git a/resources/contenttweaker/models/item/netherite_destabilized_blend.json b/resources/contenttweaker/models/item/netherite_destabilized_blend.json new file mode 100644 index 00000000..e593e7f9 --- /dev/null +++ b/resources/contenttweaker/models/item/netherite_destabilized_blend.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/netherite_destabilized_blend" + } +} diff --git a/resources/contenttweaker/models/item/netherite_egg.json b/resources/contenttweaker/models/item/netherite_egg.json new file mode 100644 index 00000000..a4f1edd5 --- /dev/null +++ b/resources/contenttweaker/models/item/netherite_egg.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/netherite_egg" + } +} diff --git a/resources/contenttweaker/models/item/netherite_energized_dust.json b/resources/contenttweaker/models/item/netherite_energized_dust.json new file mode 100644 index 00000000..5c7dfce4 --- /dev/null +++ b/resources/contenttweaker/models/item/netherite_energized_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/netherite_energized_dust" + } +} diff --git a/resources/contenttweaker/models/item/netherite_irradiated_ore_chunks.json b/resources/contenttweaker/models/item/netherite_irradiated_ore_chunks.json new file mode 100644 index 00000000..11d27f33 --- /dev/null +++ b/resources/contenttweaker/models/item/netherite_irradiated_ore_chunks.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/netherite_irradiated_ore_chunks" + } +} diff --git a/resources/contenttweaker/models/item/nethersky_steel_dust.json b/resources/contenttweaker/models/item/nethersky_steel_dust.json new file mode 100644 index 00000000..29351805 --- /dev/null +++ b/resources/contenttweaker/models/item/nethersky_steel_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/nethersky_steel_dust" + } +} diff --git a/resources/contenttweaker/models/item/nethersky_steel_ingot.json b/resources/contenttweaker/models/item/nethersky_steel_ingot.json new file mode 100644 index 00000000..6219c80e --- /dev/null +++ b/resources/contenttweaker/models/item/nethersky_steel_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/nethersky_steel_ingot" + } +} diff --git a/resources/contenttweaker/models/item/nickel_destabilized_blend.json b/resources/contenttweaker/models/item/nickel_destabilized_blend.json new file mode 100644 index 00000000..e16c7454 --- /dev/null +++ b/resources/contenttweaker/models/item/nickel_destabilized_blend.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/nickel_destabilized_blend" + } +} diff --git a/resources/contenttweaker/models/item/nickel_energized_dust.json b/resources/contenttweaker/models/item/nickel_energized_dust.json new file mode 100644 index 00000000..e64197fe --- /dev/null +++ b/resources/contenttweaker/models/item/nickel_energized_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/nickel_energized_dust" + } +} diff --git a/resources/contenttweaker/models/item/nickel_irradiated_ore_chunks.json b/resources/contenttweaker/models/item/nickel_irradiated_ore_chunks.json new file mode 100644 index 00000000..0f825689 --- /dev/null +++ b/resources/contenttweaker/models/item/nickel_irradiated_ore_chunks.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/nickel_irradiated_ore_chunks" + } +} diff --git a/resources/contenttweaker/models/item/nightmare_callstone.json b/resources/contenttweaker/models/item/nightmare_callstone.json new file mode 100644 index 00000000..c5814e39 --- /dev/null +++ b/resources/contenttweaker/models/item/nightmare_callstone.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/nightmare_callstone" + } +} diff --git a/resources/contenttweaker/models/item/nightmare_coil.json b/resources/contenttweaker/models/item/nightmare_coil.json new file mode 100644 index 00000000..44b043ce --- /dev/null +++ b/resources/contenttweaker/models/item/nightmare_coil.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/nightmare_coil" + } +} diff --git a/resources/contenttweaker/models/item/nightmare_energy_orb.json b/resources/contenttweaker/models/item/nightmare_energy_orb.json new file mode 100644 index 00000000..325c7564 --- /dev/null +++ b/resources/contenttweaker/models/item/nightmare_energy_orb.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/nightmare_energy_orb" + } +} diff --git a/resources/contenttweaker/models/item/nightmare_incense.json b/resources/contenttweaker/models/item/nightmare_incense.json new file mode 100644 index 00000000..df7ed41d --- /dev/null +++ b/resources/contenttweaker/models/item/nightmare_incense.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/nightmare_incense" + } +} diff --git a/resources/contenttweaker/models/item/object_of_great_mass.json b/resources/contenttweaker/models/item/object_of_great_mass.json new file mode 100644 index 00000000..ffe54835 --- /dev/null +++ b/resources/contenttweaker/models/item/object_of_great_mass.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/object_of_great_mass" + } +} diff --git a/resources/contenttweaker/models/item/oblitus.json b/resources/contenttweaker/models/item/oblitus.json new file mode 100644 index 00000000..9d966396 --- /dev/null +++ b/resources/contenttweaker/models/item/oblitus.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/oblitus" + } +} diff --git a/resources/contenttweaker/models/item/ogerite_dust.json b/resources/contenttweaker/models/item/ogerite_dust.json new file mode 100644 index 00000000..e654a722 --- /dev/null +++ b/resources/contenttweaker/models/item/ogerite_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/dust" + } +} diff --git a/resources/contenttweaker/models/item/ogerite_egg.json b/resources/contenttweaker/models/item/ogerite_egg.json new file mode 100644 index 00000000..802af54b --- /dev/null +++ b/resources/contenttweaker/models/item/ogerite_egg.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/ogerite_egg" + } +} diff --git a/resources/contenttweaker/models/item/ogerite_ingot.json b/resources/contenttweaker/models/item/ogerite_ingot.json new file mode 100644 index 00000000..7caa7e71 --- /dev/null +++ b/resources/contenttweaker/models/item/ogerite_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/ingot" + } +} diff --git a/resources/contenttweaker/models/item/ogerite_nugget.json b/resources/contenttweaker/models/item/ogerite_nugget.json new file mode 100644 index 00000000..06699ebe --- /dev/null +++ b/resources/contenttweaker/models/item/ogerite_nugget.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/nugget" + } +} diff --git a/resources/contenttweaker/models/item/ogerite_rod.json b/resources/contenttweaker/models/item/ogerite_rod.json new file mode 100644 index 00000000..e6de6497 --- /dev/null +++ b/resources/contenttweaker/models/item/ogerite_rod.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/rod" + } +} diff --git a/resources/contenttweaker/models/item/okazor_rib.json b/resources/contenttweaker/models/item/okazor_rib.json new file mode 100644 index 00000000..e17e9182 --- /dev/null +++ b/resources/contenttweaker/models/item/okazor_rib.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/okazor_rib" + } +} diff --git a/resources/contenttweaker/models/item/omothol_matter.json b/resources/contenttweaker/models/item/omothol_matter.json new file mode 100644 index 00000000..deb57ba9 --- /dev/null +++ b/resources/contenttweaker/models/item/omothol_matter.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/omothol_matter" + } +} diff --git a/resources/contenttweaker/models/item/omothol_warp_cleanser.json b/resources/contenttweaker/models/item/omothol_warp_cleanser.json new file mode 100644 index 00000000..e2bc0408 --- /dev/null +++ b/resources/contenttweaker/models/item/omothol_warp_cleanser.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/omothol_warp_cleanser" + } +} diff --git a/resources/contenttweaker/models/item/once_coated_organic_mythic_board.json b/resources/contenttweaker/models/item/once_coated_organic_mythic_board.json new file mode 100644 index 00000000..743176b0 --- /dev/null +++ b/resources/contenttweaker/models/item/once_coated_organic_mythic_board.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/once_coated_organic_mythic_board" + } +} diff --git a/resources/contenttweaker/models/item/opal_destabilized_blend.json b/resources/contenttweaker/models/item/opal_destabilized_blend.json new file mode 100644 index 00000000..afcb775b --- /dev/null +++ b/resources/contenttweaker/models/item/opal_destabilized_blend.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/opal_destabilized_blend" + } +} diff --git a/resources/contenttweaker/models/item/opal_energized_dust.json b/resources/contenttweaker/models/item/opal_energized_dust.json new file mode 100644 index 00000000..18de04d1 --- /dev/null +++ b/resources/contenttweaker/models/item/opal_energized_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/opal_energized_dust" + } +} diff --git a/resources/contenttweaker/models/item/opal_irradiated_ore_chunks.json b/resources/contenttweaker/models/item/opal_irradiated_ore_chunks.json new file mode 100644 index 00000000..891b1549 --- /dev/null +++ b/resources/contenttweaker/models/item/opal_irradiated_ore_chunks.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/opal_irradiated_ore_chunks" + } +} diff --git a/resources/contenttweaker/models/item/organic_jade_plate.json b/resources/contenttweaker/models/item/organic_jade_plate.json new file mode 100644 index 00000000..f5df9514 --- /dev/null +++ b/resources/contenttweaker/models/item/organic_jade_plate.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/organic_jade_plate" + } +} diff --git a/resources/contenttweaker/models/item/ornamyte_destabilized_blend.json b/resources/contenttweaker/models/item/ornamyte_destabilized_blend.json new file mode 100644 index 00000000..1d458cd8 --- /dev/null +++ b/resources/contenttweaker/models/item/ornamyte_destabilized_blend.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/ornamyte_destabilized_blend" + } +} diff --git a/resources/contenttweaker/models/item/ornamyte_dust.json b/resources/contenttweaker/models/item/ornamyte_dust.json new file mode 100644 index 00000000..6ad45b15 --- /dev/null +++ b/resources/contenttweaker/models/item/ornamyte_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/ornamyte_dust" + } +} diff --git a/resources/contenttweaker/models/item/ornamyte_egg.json b/resources/contenttweaker/models/item/ornamyte_egg.json new file mode 100644 index 00000000..570a4d35 --- /dev/null +++ b/resources/contenttweaker/models/item/ornamyte_egg.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/ornamyte_egg" + } +} diff --git a/resources/contenttweaker/models/item/ornamyte_energized_dust.json b/resources/contenttweaker/models/item/ornamyte_energized_dust.json new file mode 100644 index 00000000..ff35c452 --- /dev/null +++ b/resources/contenttweaker/models/item/ornamyte_energized_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/ornamyte_energized_dust" + } +} diff --git a/resources/contenttweaker/models/item/ornamyte_irradiated_ore_chunks.json b/resources/contenttweaker/models/item/ornamyte_irradiated_ore_chunks.json new file mode 100644 index 00000000..ef44e7d4 --- /dev/null +++ b/resources/contenttweaker/models/item/ornamyte_irradiated_ore_chunks.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/ornamyte_irradiated_ore_chunks" + } +} diff --git a/resources/contenttweaker/models/item/palladium_dust.json b/resources/contenttweaker/models/item/palladium_dust.json new file mode 100644 index 00000000..e654a722 --- /dev/null +++ b/resources/contenttweaker/models/item/palladium_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/dust" + } +} diff --git a/resources/contenttweaker/models/item/palladium_egg.json b/resources/contenttweaker/models/item/palladium_egg.json new file mode 100644 index 00000000..4d195ec1 --- /dev/null +++ b/resources/contenttweaker/models/item/palladium_egg.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/palladium_egg" + } +} diff --git a/resources/contenttweaker/models/item/palladium_ingot.json b/resources/contenttweaker/models/item/palladium_ingot.json new file mode 100644 index 00000000..7caa7e71 --- /dev/null +++ b/resources/contenttweaker/models/item/palladium_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/ingot" + } +} diff --git a/resources/contenttweaker/models/item/palladium_nugget.json b/resources/contenttweaker/models/item/palladium_nugget.json new file mode 100644 index 00000000..06699ebe --- /dev/null +++ b/resources/contenttweaker/models/item/palladium_nugget.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/nugget" + } +} diff --git a/resources/contenttweaker/models/item/palladium_rod.json b/resources/contenttweaker/models/item/palladium_rod.json new file mode 100644 index 00000000..e6de6497 --- /dev/null +++ b/resources/contenttweaker/models/item/palladium_rod.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/rod" + } +} diff --git a/resources/contenttweaker/models/item/parasecta_wing.json b/resources/contenttweaker/models/item/parasecta_wing.json new file mode 100644 index 00000000..cd82eb61 --- /dev/null +++ b/resources/contenttweaker/models/item/parasecta_wing.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/parasecta_wing" + } +} diff --git a/resources/contenttweaker/models/item/pastaitem.json b/resources/contenttweaker/models/item/pastaitem.json new file mode 100644 index 00000000..0962d741 --- /dev/null +++ b/resources/contenttweaker/models/item/pastaitem.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/pastaitem" + } +} diff --git a/resources/contenttweaker/models/item/penumbra_spike.json b/resources/contenttweaker/models/item/penumbra_spike.json new file mode 100644 index 00000000..a376f7f0 --- /dev/null +++ b/resources/contenttweaker/models/item/penumbra_spike.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/penumbra_spike" + } +} diff --git a/resources/contenttweaker/models/item/perfected_gem_of_the_cosmos.json b/resources/contenttweaker/models/item/perfected_gem_of_the_cosmos.json new file mode 100644 index 00000000..85b29925 --- /dev/null +++ b/resources/contenttweaker/models/item/perfected_gem_of_the_cosmos.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/perfected_gem_of_the_cosmos" + } +} diff --git a/resources/contenttweaker/models/item/peridot_destabilized_blend.json b/resources/contenttweaker/models/item/peridot_destabilized_blend.json new file mode 100644 index 00000000..e2bd9fb0 --- /dev/null +++ b/resources/contenttweaker/models/item/peridot_destabilized_blend.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/peridot_destabilized_blend" + } +} diff --git a/resources/contenttweaker/models/item/peridot_energized_dust.json b/resources/contenttweaker/models/item/peridot_energized_dust.json new file mode 100644 index 00000000..a69c1bac --- /dev/null +++ b/resources/contenttweaker/models/item/peridot_energized_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/peridot_energized_dust" + } +} diff --git a/resources/contenttweaker/models/item/peridot_irradiated_ore_chunks.json b/resources/contenttweaker/models/item/peridot_irradiated_ore_chunks.json new file mode 100644 index 00000000..ae83652f --- /dev/null +++ b/resources/contenttweaker/models/item/peridot_irradiated_ore_chunks.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/peridot_irradiated_ore_chunks" + } +} diff --git a/resources/contenttweaker/models/item/petrified_snake.json b/resources/contenttweaker/models/item/petrified_snake.json new file mode 100644 index 00000000..5ae80dc2 --- /dev/null +++ b/resources/contenttweaker/models/item/petrified_snake.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/petrified_snake" + } +} diff --git a/resources/contenttweaker/models/item/phosphorous_crystal.json b/resources/contenttweaker/models/item/phosphorous_crystal.json new file mode 100644 index 00000000..ecf2d885 --- /dev/null +++ b/resources/contenttweaker/models/item/phosphorous_crystal.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/phosphorous_crystal" + } +} diff --git a/resources/contenttweaker/models/item/pixonia_artifact.json b/resources/contenttweaker/models/item/pixonia_artifact.json new file mode 100644 index 00000000..515442b6 --- /dev/null +++ b/resources/contenttweaker/models/item/pixonia_artifact.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/pixonia_artifact" + } +} diff --git a/resources/contenttweaker/models/item/pixonia_heart.json b/resources/contenttweaker/models/item/pixonia_heart.json new file mode 100644 index 00000000..3ede5794 --- /dev/null +++ b/resources/contenttweaker/models/item/pixonia_heart.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/pixonia_heart" + } +} diff --git a/resources/contenttweaker/models/item/pixonia_infusion_key.json b/resources/contenttweaker/models/item/pixonia_infusion_key.json new file mode 100644 index 00000000..488e8599 --- /dev/null +++ b/resources/contenttweaker/models/item/pixonia_infusion_key.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/pixonia_infusion_key" + } +} diff --git a/resources/contenttweaker/models/item/planetary_essence.json b/resources/contenttweaker/models/item/planetary_essence.json new file mode 100644 index 00000000..231cbccd --- /dev/null +++ b/resources/contenttweaker/models/item/planetary_essence.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/planetary_essence" + } +} diff --git a/resources/contenttweaker/models/item/plasmatic_neutronium_ingot.json b/resources/contenttweaker/models/item/plasmatic_neutronium_ingot.json new file mode 100644 index 00000000..9e8ac663 --- /dev/null +++ b/resources/contenttweaker/models/item/plasmatic_neutronium_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/plasmatic_neutronium_ingot" + } +} diff --git a/resources/contenttweaker/models/item/plate_clump_mythic.json b/resources/contenttweaker/models/item/plate_clump_mythic.json new file mode 100644 index 00000000..0641d2f2 --- /dev/null +++ b/resources/contenttweaker/models/item/plate_clump_mythic.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/plate_clump_mythic" + } +} diff --git a/resources/contenttweaker/models/item/platinum_destabilized_blend.json b/resources/contenttweaker/models/item/platinum_destabilized_blend.json new file mode 100644 index 00000000..bbb234fc --- /dev/null +++ b/resources/contenttweaker/models/item/platinum_destabilized_blend.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/platinum_destabilized_blend" + } +} diff --git a/resources/contenttweaker/models/item/platinum_energized_dust.json b/resources/contenttweaker/models/item/platinum_energized_dust.json new file mode 100644 index 00000000..f42f410d --- /dev/null +++ b/resources/contenttweaker/models/item/platinum_energized_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/platinum_energized_dust" + } +} diff --git a/resources/contenttweaker/models/item/platinum_irradiated_ore_chunks.json b/resources/contenttweaker/models/item/platinum_irradiated_ore_chunks.json new file mode 100644 index 00000000..1faf33cb --- /dev/null +++ b/resources/contenttweaker/models/item/platinum_irradiated_ore_chunks.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/platinum_irradiated_ore_chunks" + } +} diff --git a/resources/contenttweaker/models/item/polonium_dust.json b/resources/contenttweaker/models/item/polonium_dust.json new file mode 100644 index 00000000..e654a722 --- /dev/null +++ b/resources/contenttweaker/models/item/polonium_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/dust" + } +} diff --git a/resources/contenttweaker/models/item/polonium_egg.json b/resources/contenttweaker/models/item/polonium_egg.json new file mode 100644 index 00000000..368ab39d --- /dev/null +++ b/resources/contenttweaker/models/item/polonium_egg.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/polonium_egg" + } +} diff --git a/resources/contenttweaker/models/item/polonium_ingot.json b/resources/contenttweaker/models/item/polonium_ingot.json new file mode 100644 index 00000000..7caa7e71 --- /dev/null +++ b/resources/contenttweaker/models/item/polonium_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/ingot" + } +} diff --git a/resources/contenttweaker/models/item/polonium_nugget.json b/resources/contenttweaker/models/item/polonium_nugget.json new file mode 100644 index 00000000..06699ebe --- /dev/null +++ b/resources/contenttweaker/models/item/polonium_nugget.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/nugget" + } +} diff --git a/resources/contenttweaker/models/item/polonium_rod.json b/resources/contenttweaker/models/item/polonium_rod.json new file mode 100644 index 00000000..e6de6497 --- /dev/null +++ b/resources/contenttweaker/models/item/polonium_rod.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/rod" + } +} diff --git a/resources/contenttweaker/models/item/precasia_garnet.json b/resources/contenttweaker/models/item/precasia_garnet.json new file mode 100644 index 00000000..20d5e11c --- /dev/null +++ b/resources/contenttweaker/models/item/precasia_garnet.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/precasia_garnet" + } +} diff --git a/resources/contenttweaker/models/item/precasia_wormhole.json b/resources/contenttweaker/models/item/precasia_wormhole.json new file mode 100644 index 00000000..8f8e0baf --- /dev/null +++ b/resources/contenttweaker/models/item/precasia_wormhole.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/precasia_wormhole" + } +} diff --git a/resources/contenttweaker/models/item/precasian_artifact.json b/resources/contenttweaker/models/item/precasian_artifact.json new file mode 100644 index 00000000..f42f86a1 --- /dev/null +++ b/resources/contenttweaker/models/item/precasian_artifact.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/precasian_artifact" + } +} diff --git a/resources/contenttweaker/models/item/primal_ogerite_dust.json b/resources/contenttweaker/models/item/primal_ogerite_dust.json new file mode 100644 index 00000000..e654a722 --- /dev/null +++ b/resources/contenttweaker/models/item/primal_ogerite_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/dust" + } +} diff --git a/resources/contenttweaker/models/item/primal_ogerite_ingot.json b/resources/contenttweaker/models/item/primal_ogerite_ingot.json new file mode 100644 index 00000000..7caa7e71 --- /dev/null +++ b/resources/contenttweaker/models/item/primal_ogerite_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/ingot" + } +} diff --git a/resources/contenttweaker/models/item/primal_ogerite_nugget.json b/resources/contenttweaker/models/item/primal_ogerite_nugget.json new file mode 100644 index 00000000..06699ebe --- /dev/null +++ b/resources/contenttweaker/models/item/primal_ogerite_nugget.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/nugget" + } +} diff --git a/resources/contenttweaker/models/item/primal_ogerite_rod.json b/resources/contenttweaker/models/item/primal_ogerite_rod.json new file mode 100644 index 00000000..e6de6497 --- /dev/null +++ b/resources/contenttweaker/models/item/primal_ogerite_rod.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/rod" + } +} diff --git a/resources/contenttweaker/models/item/primordial_prism.json b/resources/contenttweaker/models/item/primordial_prism.json new file mode 100644 index 00000000..d1be0ebd --- /dev/null +++ b/resources/contenttweaker/models/item/primordial_prism.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/primordial_prism" + } +} diff --git a/resources/contenttweaker/models/item/primordial_sliver.json b/resources/contenttweaker/models/item/primordial_sliver.json new file mode 100644 index 00000000..6e1f73e2 --- /dev/null +++ b/resources/contenttweaker/models/item/primordial_sliver.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/primordial_sliver" + } +} diff --git a/resources/contenttweaker/models/item/primordial_star.json b/resources/contenttweaker/models/item/primordial_star.json new file mode 100644 index 00000000..957b1656 --- /dev/null +++ b/resources/contenttweaker/models/item/primordial_star.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/primordial_star" + } +} diff --git a/resources/contenttweaker/models/item/promethium_dust.json b/resources/contenttweaker/models/item/promethium_dust.json new file mode 100644 index 00000000..e654a722 --- /dev/null +++ b/resources/contenttweaker/models/item/promethium_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/dust" + } +} diff --git a/resources/contenttweaker/models/item/promethium_ingot.json b/resources/contenttweaker/models/item/promethium_ingot.json new file mode 100644 index 00000000..7caa7e71 --- /dev/null +++ b/resources/contenttweaker/models/item/promethium_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/ingot" + } +} diff --git a/resources/contenttweaker/models/item/promethium_nugget.json b/resources/contenttweaker/models/item/promethium_nugget.json new file mode 100644 index 00000000..06699ebe --- /dev/null +++ b/resources/contenttweaker/models/item/promethium_nugget.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/nugget" + } +} diff --git a/resources/contenttweaker/models/item/promethium_rod.json b/resources/contenttweaker/models/item/promethium_rod.json new file mode 100644 index 00000000..e6de6497 --- /dev/null +++ b/resources/contenttweaker/models/item/promethium_rod.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/rod" + } +} diff --git a/resources/contenttweaker/models/item/proshield_hand.json b/resources/contenttweaker/models/item/proshield_hand.json new file mode 100644 index 00000000..9d00b376 --- /dev/null +++ b/resources/contenttweaker/models/item/proshield_hand.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/proshield_hand" + } +} diff --git a/resources/contenttweaker/models/item/prosperity_destabilized_blend.json b/resources/contenttweaker/models/item/prosperity_destabilized_blend.json new file mode 100644 index 00000000..82782502 --- /dev/null +++ b/resources/contenttweaker/models/item/prosperity_destabilized_blend.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/prosperity_destabilized_blend" + } +} diff --git a/resources/contenttweaker/models/item/prosperity_energized_dust.json b/resources/contenttweaker/models/item/prosperity_energized_dust.json new file mode 100644 index 00000000..b7d2ea61 --- /dev/null +++ b/resources/contenttweaker/models/item/prosperity_energized_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/prosperity_energized_dust" + } +} diff --git a/resources/contenttweaker/models/item/prosperity_irradiated_ore_chunks.json b/resources/contenttweaker/models/item/prosperity_irradiated_ore_chunks.json new file mode 100644 index 00000000..aba8f30e --- /dev/null +++ b/resources/contenttweaker/models/item/prosperity_irradiated_ore_chunks.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/prosperity_irradiated_ore_chunks" + } +} diff --git a/resources/contenttweaker/models/item/proxima_artifact.json b/resources/contenttweaker/models/item/proxima_artifact.json new file mode 100644 index 00000000..c9606f9a --- /dev/null +++ b/resources/contenttweaker/models/item/proxima_artifact.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/proxima_artifact" + } +} diff --git a/resources/contenttweaker/models/item/pure_warp.json b/resources/contenttweaker/models/item/pure_warp.json new file mode 100644 index 00000000..6c3706c6 --- /dev/null +++ b/resources/contenttweaker/models/item/pure_warp.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/pure_warp" + } +} diff --git a/resources/contenttweaker/models/item/purified_titanium_ingot.json b/resources/contenttweaker/models/item/purified_titanium_ingot.json new file mode 100644 index 00000000..b93d434e --- /dev/null +++ b/resources/contenttweaker/models/item/purified_titanium_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/purified_titanium_ingot" + } +} diff --git a/resources/contenttweaker/models/item/purple_gemstone_egg.json b/resources/contenttweaker/models/item/purple_gemstone_egg.json new file mode 100644 index 00000000..bd80de9f --- /dev/null +++ b/resources/contenttweaker/models/item/purple_gemstone_egg.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/purple_gemstone_egg" + } +} diff --git a/resources/contenttweaker/models/item/purplecrystal_destabilized_blend.json b/resources/contenttweaker/models/item/purplecrystal_destabilized_blend.json new file mode 100644 index 00000000..d9967be0 --- /dev/null +++ b/resources/contenttweaker/models/item/purplecrystal_destabilized_blend.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/purplecrystal_destabilized_blend" + } +} diff --git a/resources/contenttweaker/models/item/purplecrystal_energized_dust.json b/resources/contenttweaker/models/item/purplecrystal_energized_dust.json new file mode 100644 index 00000000..e4d5b53f --- /dev/null +++ b/resources/contenttweaker/models/item/purplecrystal_energized_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/purplecrystal_energized_dust" + } +} diff --git a/resources/contenttweaker/models/item/purplecrystal_irradiated_ore_chunks.json b/resources/contenttweaker/models/item/purplecrystal_irradiated_ore_chunks.json new file mode 100644 index 00000000..3c750f76 --- /dev/null +++ b/resources/contenttweaker/models/item/purplecrystal_irradiated_ore_chunks.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/purplecrystal_irradiated_ore_chunks" + } +} diff --git a/resources/contenttweaker/models/item/quantum_shard.json b/resources/contenttweaker/models/item/quantum_shard.json new file mode 100644 index 00000000..1704f0db --- /dev/null +++ b/resources/contenttweaker/models/item/quantum_shard.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/quantum_shard" + } +} diff --git a/resources/contenttweaker/models/item/quartz_destabilized_blend.json b/resources/contenttweaker/models/item/quartz_destabilized_blend.json new file mode 100644 index 00000000..c0a0556a --- /dev/null +++ b/resources/contenttweaker/models/item/quartz_destabilized_blend.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/quartz_destabilized_blend" + } +} diff --git a/resources/contenttweaker/models/item/quartz_energized_dust.json b/resources/contenttweaker/models/item/quartz_energized_dust.json new file mode 100644 index 00000000..bdb5569a --- /dev/null +++ b/resources/contenttweaker/models/item/quartz_energized_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/quartz_energized_dust" + } +} diff --git a/resources/contenttweaker/models/item/quartz_irradiated_ore_chunks.json b/resources/contenttweaker/models/item/quartz_irradiated_ore_chunks.json new file mode 100644 index 00000000..a49abfd6 --- /dev/null +++ b/resources/contenttweaker/models/item/quartz_irradiated_ore_chunks.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/quartz_irradiated_ore_chunks" + } +} diff --git a/resources/contenttweaker/models/item/quenched_organic_mythic_board.json b/resources/contenttweaker/models/item/quenched_organic_mythic_board.json new file mode 100644 index 00000000..a9903620 --- /dev/null +++ b/resources/contenttweaker/models/item/quenched_organic_mythic_board.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/quenched_organic_mythic_board" + } +} diff --git a/resources/contenttweaker/models/item/radiant_scales.json b/resources/contenttweaker/models/item/radiant_scales.json new file mode 100644 index 00000000..7192c832 --- /dev/null +++ b/resources/contenttweaker/models/item/radiant_scales.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/radiant_scales" + } +} diff --git a/resources/contenttweaker/models/item/radiation_crafter.json b/resources/contenttweaker/models/item/radiation_crafter.json new file mode 100644 index 00000000..18e7f4b3 --- /dev/null +++ b/resources/contenttweaker/models/item/radiation_crafter.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/radiation_crafter" + } +} diff --git a/resources/contenttweaker/models/item/rainbow_core.json b/resources/contenttweaker/models/item/rainbow_core.json new file mode 100644 index 00000000..62a1685d --- /dev/null +++ b/resources/contenttweaker/models/item/rainbow_core.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/rainbow_core" + } +} diff --git a/resources/contenttweaker/models/item/rainbow_gemstones.json b/resources/contenttweaker/models/item/rainbow_gemstones.json new file mode 100644 index 00000000..c1e39ad6 --- /dev/null +++ b/resources/contenttweaker/models/item/rainbow_gemstones.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/rainbow_gemstones" + } +} diff --git a/resources/contenttweaker/models/item/rainbow_lens.json b/resources/contenttweaker/models/item/rainbow_lens.json new file mode 100644 index 00000000..b70cb96a --- /dev/null +++ b/resources/contenttweaker/models/item/rainbow_lens.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/rainbow_lens" + } +} diff --git a/resources/contenttweaker/models/item/rainbow_petal.json b/resources/contenttweaker/models/item/rainbow_petal.json new file mode 100644 index 00000000..56c07f4d --- /dev/null +++ b/resources/contenttweaker/models/item/rainbow_petal.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/rainbow_petal" + } +} diff --git a/resources/contenttweaker/models/item/raxxan_rib.json b/resources/contenttweaker/models/item/raxxan_rib.json new file mode 100644 index 00000000..449fde56 --- /dev/null +++ b/resources/contenttweaker/models/item/raxxan_rib.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/raxxan_rib" + } +} diff --git a/resources/contenttweaker/models/item/really_golden_steak.json b/resources/contenttweaker/models/item/really_golden_steak.json new file mode 100644 index 00000000..42270a35 --- /dev/null +++ b/resources/contenttweaker/models/item/really_golden_steak.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/really_golden_steak" + } +} diff --git a/resources/contenttweaker/models/item/really_hard_rock.json b/resources/contenttweaker/models/item/really_hard_rock.json new file mode 100644 index 00000000..afe58113 --- /dev/null +++ b/resources/contenttweaker/models/item/really_hard_rock.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/really_hard_rock" + } +} diff --git a/resources/contenttweaker/models/item/realmite_egg.json b/resources/contenttweaker/models/item/realmite_egg.json new file mode 100644 index 00000000..51a863bc --- /dev/null +++ b/resources/contenttweaker/models/item/realmite_egg.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/realmite_egg" + } +} diff --git a/resources/contenttweaker/models/item/realmstone.json b/resources/contenttweaker/models/item/realmstone.json new file mode 100644 index 00000000..ec13af48 --- /dev/null +++ b/resources/contenttweaker/models/item/realmstone.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/realmstone" + } +} diff --git a/resources/contenttweaker/models/item/recursion_darkness.json b/resources/contenttweaker/models/item/recursion_darkness.json new file mode 100644 index 00000000..fa636966 --- /dev/null +++ b/resources/contenttweaker/models/item/recursion_darkness.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/recursion_darkness" + } +} diff --git a/resources/contenttweaker/models/item/recursion_fear.json b/resources/contenttweaker/models/item/recursion_fear.json new file mode 100644 index 00000000..f9f0455e --- /dev/null +++ b/resources/contenttweaker/models/item/recursion_fear.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/recursion_fear" + } +} diff --git a/resources/contenttweaker/models/item/recursion_fragment_abyss.json b/resources/contenttweaker/models/item/recursion_fragment_abyss.json new file mode 100644 index 00000000..1998d16f --- /dev/null +++ b/resources/contenttweaker/models/item/recursion_fragment_abyss.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/recursion_fragment_abyss" + } +} diff --git a/resources/contenttweaker/models/item/recursion_fragment_barathos.json b/resources/contenttweaker/models/item/recursion_fragment_barathos.json new file mode 100644 index 00000000..b0d26d79 --- /dev/null +++ b/resources/contenttweaker/models/item/recursion_fragment_barathos.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/recursion_fragment_barathos" + } +} diff --git a/resources/contenttweaker/models/item/recursion_fragment_borean.json b/resources/contenttweaker/models/item/recursion_fragment_borean.json new file mode 100644 index 00000000..29e39b0e --- /dev/null +++ b/resources/contenttweaker/models/item/recursion_fragment_borean.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/recursion_fragment_borean" + } +} diff --git a/resources/contenttweaker/models/item/recursion_fragment_candyland.json b/resources/contenttweaker/models/item/recursion_fragment_candyland.json new file mode 100644 index 00000000..f6ac69de --- /dev/null +++ b/resources/contenttweaker/models/item/recursion_fragment_candyland.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/recursion_fragment_candyland" + } +} diff --git a/resources/contenttweaker/models/item/recursion_fragment_cavern.json b/resources/contenttweaker/models/item/recursion_fragment_cavern.json new file mode 100644 index 00000000..f4bd7066 --- /dev/null +++ b/resources/contenttweaker/models/item/recursion_fragment_cavern.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/recursion_fragment_cavern" + } +} diff --git a/resources/contenttweaker/models/item/recursion_fragment_celeve.json b/resources/contenttweaker/models/item/recursion_fragment_celeve.json new file mode 100644 index 00000000..77b3ece5 --- /dev/null +++ b/resources/contenttweaker/models/item/recursion_fragment_celeve.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/recursion_fragment_celeve" + } +} diff --git a/resources/contenttweaker/models/item/recursion_fragment_creeponia.json b/resources/contenttweaker/models/item/recursion_fragment_creeponia.json new file mode 100644 index 00000000..36eaa9ff --- /dev/null +++ b/resources/contenttweaker/models/item/recursion_fragment_creeponia.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/recursion_fragment_creeponia" + } +} diff --git a/resources/contenttweaker/models/item/recursion_fragment_crystevia.json b/resources/contenttweaker/models/item/recursion_fragment_crystevia.json new file mode 100644 index 00000000..bafd8020 --- /dev/null +++ b/resources/contenttweaker/models/item/recursion_fragment_crystevia.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/recursion_fragment_crystevia" + } +} diff --git a/resources/contenttweaker/models/item/recursion_fragment_deeplands.json b/resources/contenttweaker/models/item/recursion_fragment_deeplands.json new file mode 100644 index 00000000..7aacdd6b --- /dev/null +++ b/resources/contenttweaker/models/item/recursion_fragment_deeplands.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/recursion_fragment_deeplands" + } +} diff --git a/resources/contenttweaker/models/item/recursion_fragment_dustopia.json b/resources/contenttweaker/models/item/recursion_fragment_dustopia.json new file mode 100644 index 00000000..a2db2e97 --- /dev/null +++ b/resources/contenttweaker/models/item/recursion_fragment_dustopia.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/recursion_fragment_dustopia" + } +} diff --git a/resources/contenttweaker/models/item/recursion_fragment_gardencia.json b/resources/contenttweaker/models/item/recursion_fragment_gardencia.json new file mode 100644 index 00000000..e36513f3 --- /dev/null +++ b/resources/contenttweaker/models/item/recursion_fragment_gardencia.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/recursion_fragment_gardencia" + } +} diff --git a/resources/contenttweaker/models/item/recursion_fragment_greckon.json b/resources/contenttweaker/models/item/recursion_fragment_greckon.json new file mode 100644 index 00000000..e18572ac --- /dev/null +++ b/resources/contenttweaker/models/item/recursion_fragment_greckon.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/recursion_fragment_greckon" + } +} diff --git a/resources/contenttweaker/models/item/recursion_fragment_haven.json b/resources/contenttweaker/models/item/recursion_fragment_haven.json new file mode 100644 index 00000000..beca0ab5 --- /dev/null +++ b/resources/contenttweaker/models/item/recursion_fragment_haven.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/recursion_fragment_haven" + } +} diff --git a/resources/contenttweaker/models/item/recursion_fragment_immortallis.json b/resources/contenttweaker/models/item/recursion_fragment_immortallis.json new file mode 100644 index 00000000..f99fa422 --- /dev/null +++ b/resources/contenttweaker/models/item/recursion_fragment_immortallis.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/recursion_fragment_immortallis" + } +} diff --git a/resources/contenttweaker/models/item/recursion_fragment_iromine.json b/resources/contenttweaker/models/item/recursion_fragment_iromine.json new file mode 100644 index 00000000..254c733f --- /dev/null +++ b/resources/contenttweaker/models/item/recursion_fragment_iromine.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/recursion_fragment_iromine" + } +} diff --git a/resources/contenttweaker/models/item/recursion_fragment_lelyetia.json b/resources/contenttweaker/models/item/recursion_fragment_lelyetia.json new file mode 100644 index 00000000..0e8bac08 --- /dev/null +++ b/resources/contenttweaker/models/item/recursion_fragment_lelyetia.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/recursion_fragment_lelyetia" + } +} diff --git a/resources/contenttweaker/models/item/recursion_fragment_lunalus.json b/resources/contenttweaker/models/item/recursion_fragment_lunalus.json new file mode 100644 index 00000000..90b21c15 --- /dev/null +++ b/resources/contenttweaker/models/item/recursion_fragment_lunalus.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/recursion_fragment_lunalus" + } +} diff --git a/resources/contenttweaker/models/item/recursion_fragment_mysterium.json b/resources/contenttweaker/models/item/recursion_fragment_mysterium.json new file mode 100644 index 00000000..dc12e724 --- /dev/null +++ b/resources/contenttweaker/models/item/recursion_fragment_mysterium.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/recursion_fragment_mysterium" + } +} diff --git a/resources/contenttweaker/models/item/recursion_fragment_precasia.json b/resources/contenttweaker/models/item/recursion_fragment_precasia.json new file mode 100644 index 00000000..2ceee3a6 --- /dev/null +++ b/resources/contenttweaker/models/item/recursion_fragment_precasia.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/recursion_fragment_precasia" + } +} diff --git a/resources/contenttweaker/models/item/recursion_fragment_runandor.json b/resources/contenttweaker/models/item/recursion_fragment_runandor.json new file mode 100644 index 00000000..94981edb --- /dev/null +++ b/resources/contenttweaker/models/item/recursion_fragment_runandor.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/recursion_fragment_runandor" + } +} diff --git a/resources/contenttweaker/models/item/recursion_fragment_shyre.json b/resources/contenttweaker/models/item/recursion_fragment_shyre.json new file mode 100644 index 00000000..43560b38 --- /dev/null +++ b/resources/contenttweaker/models/item/recursion_fragment_shyre.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/recursion_fragment_shyre" + } +} diff --git a/resources/contenttweaker/models/item/recursion_fragment_vethea.json b/resources/contenttweaker/models/item/recursion_fragment_vethea.json new file mode 100644 index 00000000..68f718c5 --- /dev/null +++ b/resources/contenttweaker/models/item/recursion_fragment_vethea.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/recursion_fragment_vethea" + } +} diff --git a/resources/contenttweaker/models/item/recursion_fragment_vox.json b/resources/contenttweaker/models/item/recursion_fragment_vox.json new file mode 100644 index 00000000..98a82446 --- /dev/null +++ b/resources/contenttweaker/models/item/recursion_fragment_vox.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/recursion_fragment_vox" + } +} diff --git a/resources/contenttweaker/models/item/recursion_helplessness.json b/resources/contenttweaker/models/item/recursion_helplessness.json new file mode 100644 index 00000000..be4b0226 --- /dev/null +++ b/resources/contenttweaker/models/item/recursion_helplessness.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/recursion_helplessness" + } +} diff --git a/resources/contenttweaker/models/item/recursion_infinity.json b/resources/contenttweaker/models/item/recursion_infinity.json new file mode 100644 index 00000000..66f43aa8 --- /dev/null +++ b/resources/contenttweaker/models/item/recursion_infinity.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/recursion_infinity" + } +} diff --git a/resources/contenttweaker/models/item/recursion_prison_key.json b/resources/contenttweaker/models/item/recursion_prison_key.json new file mode 100644 index 00000000..2027113f --- /dev/null +++ b/resources/contenttweaker/models/item/recursion_prison_key.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/recursion_prison_key" + } +} diff --git a/resources/contenttweaker/models/item/recursion_solitude.json b/resources/contenttweaker/models/item/recursion_solitude.json new file mode 100644 index 00000000..6635efc2 --- /dev/null +++ b/resources/contenttweaker/models/item/recursion_solitude.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/recursion_solitude" + } +} diff --git a/resources/contenttweaker/models/item/recursive_demantoid.json b/resources/contenttweaker/models/item/recursive_demantoid.json new file mode 100644 index 00000000..e935e16e --- /dev/null +++ b/resources/contenttweaker/models/item/recursive_demantoid.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/recursive_demantoid" + } +} diff --git a/resources/contenttweaker/models/item/recursive_feather.json b/resources/contenttweaker/models/item/recursive_feather.json new file mode 100644 index 00000000..33afc9df --- /dev/null +++ b/resources/contenttweaker/models/item/recursive_feather.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/recursive_feather" + } +} diff --git a/resources/contenttweaker/models/item/recursive_powder.json b/resources/contenttweaker/models/item/recursive_powder.json new file mode 100644 index 00000000..53b113c3 --- /dev/null +++ b/resources/contenttweaker/models/item/recursive_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/recursive_powder" + } +} diff --git a/resources/contenttweaker/models/item/recursive_tesseract.json b/resources/contenttweaker/models/item/recursive_tesseract.json new file mode 100644 index 00000000..7f3cb822 --- /dev/null +++ b/resources/contenttweaker/models/item/recursive_tesseract.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/recursive_tesseract" + } +} diff --git a/resources/contenttweaker/models/item/red_gemstone_egg.json b/resources/contenttweaker/models/item/red_gemstone_egg.json new file mode 100644 index 00000000..5c27ae30 --- /dev/null +++ b/resources/contenttweaker/models/item/red_gemstone_egg.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/red_gemstone_egg" + } +} diff --git a/resources/contenttweaker/models/item/redcrystal_destabilized_blend.json b/resources/contenttweaker/models/item/redcrystal_destabilized_blend.json new file mode 100644 index 00000000..2f1dba20 --- /dev/null +++ b/resources/contenttweaker/models/item/redcrystal_destabilized_blend.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/redcrystal_destabilized_blend" + } +} diff --git a/resources/contenttweaker/models/item/redcrystal_energized_dust.json b/resources/contenttweaker/models/item/redcrystal_energized_dust.json new file mode 100644 index 00000000..85b39a0c --- /dev/null +++ b/resources/contenttweaker/models/item/redcrystal_energized_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/redcrystal_energized_dust" + } +} diff --git a/resources/contenttweaker/models/item/redcrystal_irradiated_ore_chunks.json b/resources/contenttweaker/models/item/redcrystal_irradiated_ore_chunks.json new file mode 100644 index 00000000..e3b7a716 --- /dev/null +++ b/resources/contenttweaker/models/item/redcrystal_irradiated_ore_chunks.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/redcrystal_irradiated_ore_chunks" + } +} diff --git a/resources/contenttweaker/models/item/redstone_destabilized_blend.json b/resources/contenttweaker/models/item/redstone_destabilized_blend.json new file mode 100644 index 00000000..78474ccb --- /dev/null +++ b/resources/contenttweaker/models/item/redstone_destabilized_blend.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/redstone_destabilized_blend" + } +} diff --git a/resources/contenttweaker/models/item/redstone_energized_dust.json b/resources/contenttweaker/models/item/redstone_energized_dust.json new file mode 100644 index 00000000..1d155c08 --- /dev/null +++ b/resources/contenttweaker/models/item/redstone_energized_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/redstone_energized_dust" + } +} diff --git a/resources/contenttweaker/models/item/redstone_irradiated_ore_chunks.json b/resources/contenttweaker/models/item/redstone_irradiated_ore_chunks.json new file mode 100644 index 00000000..a8f1794b --- /dev/null +++ b/resources/contenttweaker/models/item/redstone_irradiated_ore_chunks.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/redstone_irradiated_ore_chunks" + } +} diff --git a/resources/contenttweaker/models/item/refraction_focus_key.json b/resources/contenttweaker/models/item/refraction_focus_key.json new file mode 100644 index 00000000..8b6f9713 --- /dev/null +++ b/resources/contenttweaker/models/item/refraction_focus_key.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/refraction_focus_key" + } +} diff --git a/resources/contenttweaker/models/item/reprocessed_cosmic_meatball.json b/resources/contenttweaker/models/item/reprocessed_cosmic_meatball.json new file mode 100644 index 00000000..6a6ca571 --- /dev/null +++ b/resources/contenttweaker/models/item/reprocessed_cosmic_meatball.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/reprocessed_cosmic_meatball" + } +} diff --git a/resources/contenttweaker/models/item/resonating_eldritch_artifact.json b/resources/contenttweaker/models/item/resonating_eldritch_artifact.json new file mode 100644 index 00000000..88784517 --- /dev/null +++ b/resources/contenttweaker/models/item/resonating_eldritch_artifact.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/resonating_eldritch_artifact" + } +} diff --git a/resources/contenttweaker/models/item/resplendent_ingot.json b/resources/contenttweaker/models/item/resplendent_ingot.json new file mode 100644 index 00000000..0e9bb68f --- /dev/null +++ b/resources/contenttweaker/models/item/resplendent_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/resplendent_ingot" + } +} diff --git a/resources/contenttweaker/models/item/retaliation_key.json b/resources/contenttweaker/models/item/retaliation_key.json new file mode 100644 index 00000000..6cb61098 --- /dev/null +++ b/resources/contenttweaker/models/item/retaliation_key.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/retaliation_key" + } +} diff --git a/resources/contenttweaker/models/item/reyvor_eye.json b/resources/contenttweaker/models/item/reyvor_eye.json new file mode 100644 index 00000000..ee735796 --- /dev/null +++ b/resources/contenttweaker/models/item/reyvor_eye.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/reyvor_eye" + } +} diff --git a/resources/contenttweaker/models/item/rhenia_artifact.json b/resources/contenttweaker/models/item/rhenia_artifact.json new file mode 100644 index 00000000..d9852fd4 --- /dev/null +++ b/resources/contenttweaker/models/item/rhenia_artifact.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/rhenia_artifact" + } +} diff --git a/resources/contenttweaker/models/item/rhenium_catalyst.json b/resources/contenttweaker/models/item/rhenium_catalyst.json new file mode 100644 index 00000000..f77d7939 --- /dev/null +++ b/resources/contenttweaker/models/item/rhenium_catalyst.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/rhenium_catalyst" + } +} diff --git a/resources/contenttweaker/models/item/rhenium_dust.json b/resources/contenttweaker/models/item/rhenium_dust.json new file mode 100644 index 00000000..e654a722 --- /dev/null +++ b/resources/contenttweaker/models/item/rhenium_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/dust" + } +} diff --git a/resources/contenttweaker/models/item/rhenium_egg.json b/resources/contenttweaker/models/item/rhenium_egg.json new file mode 100644 index 00000000..8ea6754c --- /dev/null +++ b/resources/contenttweaker/models/item/rhenium_egg.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/rhenium_egg" + } +} diff --git a/resources/contenttweaker/models/item/rhenium_ingot.json b/resources/contenttweaker/models/item/rhenium_ingot.json new file mode 100644 index 00000000..7caa7e71 --- /dev/null +++ b/resources/contenttweaker/models/item/rhenium_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/ingot" + } +} diff --git a/resources/contenttweaker/models/item/rhenium_nugget.json b/resources/contenttweaker/models/item/rhenium_nugget.json new file mode 100644 index 00000000..06699ebe --- /dev/null +++ b/resources/contenttweaker/models/item/rhenium_nugget.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/nugget" + } +} diff --git a/resources/contenttweaker/models/item/rhenium_rod.json b/resources/contenttweaker/models/item/rhenium_rod.json new file mode 100644 index 00000000..e6de6497 --- /dev/null +++ b/resources/contenttweaker/models/item/rhenium_rod.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/rod" + } +} diff --git a/resources/contenttweaker/models/item/rhenium_vibranium_base.json b/resources/contenttweaker/models/item/rhenium_vibranium_base.json new file mode 100644 index 00000000..1c050202 --- /dev/null +++ b/resources/contenttweaker/models/item/rhenium_vibranium_base.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/rhenium_vibranium_base" + } +} diff --git a/resources/contenttweaker/models/item/rift_essence.json b/resources/contenttweaker/models/item/rift_essence.json new file mode 100644 index 00000000..82590176 --- /dev/null +++ b/resources/contenttweaker/models/item/rift_essence.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/rift_essence" + } +} diff --git a/resources/contenttweaker/models/item/right_sacred_sapling.json b/resources/contenttweaker/models/item/right_sacred_sapling.json new file mode 100644 index 00000000..e56b4250 --- /dev/null +++ b/resources/contenttweaker/models/item/right_sacred_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/right_sacred_sapling" + } +} diff --git a/resources/contenttweaker/models/item/rockrider_stone.json b/resources/contenttweaker/models/item/rockrider_stone.json new file mode 100644 index 00000000..17e08371 --- /dev/null +++ b/resources/contenttweaker/models/item/rockrider_stone.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/rockrider_stone" + } +} diff --git a/resources/contenttweaker/models/item/rosite_destabilized_blend.json b/resources/contenttweaker/models/item/rosite_destabilized_blend.json new file mode 100644 index 00000000..16365529 --- /dev/null +++ b/resources/contenttweaker/models/item/rosite_destabilized_blend.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/rosite_destabilized_blend" + } +} diff --git a/resources/contenttweaker/models/item/rosite_egg.json b/resources/contenttweaker/models/item/rosite_egg.json new file mode 100644 index 00000000..151f6556 --- /dev/null +++ b/resources/contenttweaker/models/item/rosite_egg.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/rosite_egg" + } +} diff --git a/resources/contenttweaker/models/item/rosite_energized_dust.json b/resources/contenttweaker/models/item/rosite_energized_dust.json new file mode 100644 index 00000000..b58c79b4 --- /dev/null +++ b/resources/contenttweaker/models/item/rosite_energized_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/rosite_energized_dust" + } +} diff --git a/resources/contenttweaker/models/item/rosite_irradiated_ore_chunks.json b/resources/contenttweaker/models/item/rosite_irradiated_ore_chunks.json new file mode 100644 index 00000000..f069dc84 --- /dev/null +++ b/resources/contenttweaker/models/item/rosite_irradiated_ore_chunks.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/rosite_irradiated_ore_chunks" + } +} diff --git a/resources/contenttweaker/models/item/rubidium_dust.json b/resources/contenttweaker/models/item/rubidium_dust.json new file mode 100644 index 00000000..e654a722 --- /dev/null +++ b/resources/contenttweaker/models/item/rubidium_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/dust" + } +} diff --git a/resources/contenttweaker/models/item/rubidium_ingot.json b/resources/contenttweaker/models/item/rubidium_ingot.json new file mode 100644 index 00000000..7caa7e71 --- /dev/null +++ b/resources/contenttweaker/models/item/rubidium_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/ingot" + } +} diff --git a/resources/contenttweaker/models/item/rubidium_nugget.json b/resources/contenttweaker/models/item/rubidium_nugget.json new file mode 100644 index 00000000..06699ebe --- /dev/null +++ b/resources/contenttweaker/models/item/rubidium_nugget.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/nugget" + } +} diff --git a/resources/contenttweaker/models/item/rubidium_rod.json b/resources/contenttweaker/models/item/rubidium_rod.json new file mode 100644 index 00000000..e6de6497 --- /dev/null +++ b/resources/contenttweaker/models/item/rubidium_rod.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/rod" + } +} diff --git a/resources/contenttweaker/models/item/ruby_destabilized_blend.json b/resources/contenttweaker/models/item/ruby_destabilized_blend.json new file mode 100644 index 00000000..afcf1f0b --- /dev/null +++ b/resources/contenttweaker/models/item/ruby_destabilized_blend.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/ruby_destabilized_blend" + } +} diff --git a/resources/contenttweaker/models/item/ruby_energized_dust.json b/resources/contenttweaker/models/item/ruby_energized_dust.json new file mode 100644 index 00000000..41116493 --- /dev/null +++ b/resources/contenttweaker/models/item/ruby_energized_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/ruby_energized_dust" + } +} diff --git a/resources/contenttweaker/models/item/ruby_irradiated_ore_chunks.json b/resources/contenttweaker/models/item/ruby_irradiated_ore_chunks.json new file mode 100644 index 00000000..2ee314c8 --- /dev/null +++ b/resources/contenttweaker/models/item/ruby_irradiated_ore_chunks.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/ruby_irradiated_ore_chunks" + } +} diff --git a/resources/contenttweaker/models/item/runador_artifact.json b/resources/contenttweaker/models/item/runador_artifact.json new file mode 100644 index 00000000..0c62f211 --- /dev/null +++ b/resources/contenttweaker/models/item/runador_artifact.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/runador_artifact" + } +} diff --git a/resources/contenttweaker/models/item/runandor_artifact.json b/resources/contenttweaker/models/item/runandor_artifact.json new file mode 100644 index 00000000..e4e233b0 --- /dev/null +++ b/resources/contenttweaker/models/item/runandor_artifact.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/runandor_artifact" + } +} diff --git a/resources/contenttweaker/models/item/runandor_garnet.json b/resources/contenttweaker/models/item/runandor_garnet.json new file mode 100644 index 00000000..b7f48931 --- /dev/null +++ b/resources/contenttweaker/models/item/runandor_garnet.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/runandor_garnet" + } +} diff --git a/resources/contenttweaker/models/item/runandor_wormhole.json b/resources/contenttweaker/models/item/runandor_wormhole.json new file mode 100644 index 00000000..064da32e --- /dev/null +++ b/resources/contenttweaker/models/item/runandor_wormhole.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/runandor_wormhole" + } +} diff --git a/resources/contenttweaker/models/item/runic_key.json b/resources/contenttweaker/models/item/runic_key.json new file mode 100644 index 00000000..5c4e0ae0 --- /dev/null +++ b/resources/contenttweaker/models/item/runic_key.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/runic_key" + } +} diff --git a/resources/contenttweaker/models/item/runium_destabilized_blend.json b/resources/contenttweaker/models/item/runium_destabilized_blend.json new file mode 100644 index 00000000..07ae3a91 --- /dev/null +++ b/resources/contenttweaker/models/item/runium_destabilized_blend.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/runium_destabilized_blend" + } +} diff --git a/resources/contenttweaker/models/item/runium_egg.json b/resources/contenttweaker/models/item/runium_egg.json new file mode 100644 index 00000000..b4ce0b62 --- /dev/null +++ b/resources/contenttweaker/models/item/runium_egg.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/runium_egg" + } +} diff --git a/resources/contenttweaker/models/item/runium_energized_dust.json b/resources/contenttweaker/models/item/runium_energized_dust.json new file mode 100644 index 00000000..1cff4265 --- /dev/null +++ b/resources/contenttweaker/models/item/runium_energized_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/runium_energized_dust" + } +} diff --git a/resources/contenttweaker/models/item/runium_irradiated_ore_chunks.json b/resources/contenttweaker/models/item/runium_irradiated_ore_chunks.json new file mode 100644 index 00000000..e8fd2f0a --- /dev/null +++ b/resources/contenttweaker/models/item/runium_irradiated_ore_chunks.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/runium_irradiated_ore_chunks" + } +} diff --git a/resources/contenttweaker/models/item/rupee_egg.json b/resources/contenttweaker/models/item/rupee_egg.json new file mode 100644 index 00000000..b601acfa --- /dev/null +++ b/resources/contenttweaker/models/item/rupee_egg.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/rupee_egg" + } +} diff --git a/resources/contenttweaker/models/item/sacred_acorn.json b/resources/contenttweaker/models/item/sacred_acorn.json new file mode 100644 index 00000000..cb6bcaf2 --- /dev/null +++ b/resources/contenttweaker/models/item/sacred_acorn.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/sacred_acorn" + } +} diff --git a/resources/contenttweaker/models/item/sacred_callstone.json b/resources/contenttweaker/models/item/sacred_callstone.json new file mode 100644 index 00000000..1866314c --- /dev/null +++ b/resources/contenttweaker/models/item/sacred_callstone.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/sacred_callstone" + } +} diff --git a/resources/contenttweaker/models/item/sacrifice_metal_chest.json b/resources/contenttweaker/models/item/sacrifice_metal_chest.json new file mode 100644 index 00000000..e010eda7 --- /dev/null +++ b/resources/contenttweaker/models/item/sacrifice_metal_chest.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/chest" + } +} diff --git a/resources/contenttweaker/models/item/sacrifice_metal_clump.json b/resources/contenttweaker/models/item/sacrifice_metal_clump.json new file mode 100644 index 00000000..4a37f3e7 --- /dev/null +++ b/resources/contenttweaker/models/item/sacrifice_metal_clump.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/sacrifice_metal_clump" + } +} diff --git a/resources/contenttweaker/models/item/sacrifice_metal_dust.json b/resources/contenttweaker/models/item/sacrifice_metal_dust.json new file mode 100644 index 00000000..e654a722 --- /dev/null +++ b/resources/contenttweaker/models/item/sacrifice_metal_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/dust" + } +} diff --git a/resources/contenttweaker/models/item/sacrifice_metal_feet.json b/resources/contenttweaker/models/item/sacrifice_metal_feet.json new file mode 100644 index 00000000..3f9b0a1e --- /dev/null +++ b/resources/contenttweaker/models/item/sacrifice_metal_feet.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/feet" + } +} diff --git a/resources/contenttweaker/models/item/sacrifice_metal_head.json b/resources/contenttweaker/models/item/sacrifice_metal_head.json new file mode 100644 index 00000000..1d1c9e32 --- /dev/null +++ b/resources/contenttweaker/models/item/sacrifice_metal_head.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/head" + } +} diff --git a/resources/contenttweaker/models/item/sacrifice_metal_ingot.json b/resources/contenttweaker/models/item/sacrifice_metal_ingot.json new file mode 100644 index 00000000..7caa7e71 --- /dev/null +++ b/resources/contenttweaker/models/item/sacrifice_metal_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/ingot" + } +} diff --git a/resources/contenttweaker/models/item/sacrifice_metal_legs.json b/resources/contenttweaker/models/item/sacrifice_metal_legs.json new file mode 100644 index 00000000..9daa520d --- /dev/null +++ b/resources/contenttweaker/models/item/sacrifice_metal_legs.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/legs" + } +} diff --git a/resources/contenttweaker/models/item/sacrifice_metal_nugget.json b/resources/contenttweaker/models/item/sacrifice_metal_nugget.json new file mode 100644 index 00000000..06699ebe --- /dev/null +++ b/resources/contenttweaker/models/item/sacrifice_metal_nugget.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/nugget" + } +} diff --git a/resources/contenttweaker/models/item/sacrifice_metal_rod.json b/resources/contenttweaker/models/item/sacrifice_metal_rod.json new file mode 100644 index 00000000..e6de6497 --- /dev/null +++ b/resources/contenttweaker/models/item/sacrifice_metal_rod.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/rod" + } +} diff --git a/resources/contenttweaker/models/item/sacrificial_contract.json b/resources/contenttweaker/models/item/sacrificial_contract.json new file mode 100644 index 00000000..8caec827 --- /dev/null +++ b/resources/contenttweaker/models/item/sacrificial_contract.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/sacrificial_contract" + } +} diff --git a/resources/contenttweaker/models/item/sacrificial_shard.json b/resources/contenttweaker/models/item/sacrificial_shard.json new file mode 100644 index 00000000..c7445aba --- /dev/null +++ b/resources/contenttweaker/models/item/sacrificial_shard.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/sacrificial_shard" + } +} diff --git a/resources/contenttweaker/models/item/salt_destabilized_blend.json b/resources/contenttweaker/models/item/salt_destabilized_blend.json new file mode 100644 index 00000000..9c74fefa --- /dev/null +++ b/resources/contenttweaker/models/item/salt_destabilized_blend.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/salt_destabilized_blend" + } +} diff --git a/resources/contenttweaker/models/item/salt_energized_dust.json b/resources/contenttweaker/models/item/salt_energized_dust.json new file mode 100644 index 00000000..9315a6af --- /dev/null +++ b/resources/contenttweaker/models/item/salt_energized_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/salt_energized_dust" + } +} diff --git a/resources/contenttweaker/models/item/salt_irradiated_ore_chunks.json b/resources/contenttweaker/models/item/salt_irradiated_ore_chunks.json new file mode 100644 index 00000000..77eb51cc --- /dev/null +++ b/resources/contenttweaker/models/item/salt_irradiated_ore_chunks.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/salt_irradiated_ore_chunks" + } +} diff --git a/resources/contenttweaker/models/item/sapphire_destabilized_blend.json b/resources/contenttweaker/models/item/sapphire_destabilized_blend.json new file mode 100644 index 00000000..0f5aa624 --- /dev/null +++ b/resources/contenttweaker/models/item/sapphire_destabilized_blend.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/sapphire_destabilized_blend" + } +} diff --git a/resources/contenttweaker/models/item/sapphire_egg.json b/resources/contenttweaker/models/item/sapphire_egg.json new file mode 100644 index 00000000..cb1eb58d --- /dev/null +++ b/resources/contenttweaker/models/item/sapphire_egg.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/sapphire_egg" + } +} diff --git a/resources/contenttweaker/models/item/sapphire_energized_dust.json b/resources/contenttweaker/models/item/sapphire_energized_dust.json new file mode 100644 index 00000000..41a416fe --- /dev/null +++ b/resources/contenttweaker/models/item/sapphire_energized_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/sapphire_energized_dust" + } +} diff --git a/resources/contenttweaker/models/item/sapphire_irradiated_ore_chunks.json b/resources/contenttweaker/models/item/sapphire_irradiated_ore_chunks.json new file mode 100644 index 00000000..15b27407 --- /dev/null +++ b/resources/contenttweaker/models/item/sapphire_irradiated_ore_chunks.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/sapphire_irradiated_ore_chunks" + } +} diff --git a/resources/contenttweaker/models/item/scorcher_eternal_flame.json b/resources/contenttweaker/models/item/scorcher_eternal_flame.json new file mode 100644 index 00000000..3cd7310e --- /dev/null +++ b/resources/contenttweaker/models/item/scorcher_eternal_flame.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/scorcher_eternal_flame" + } +} diff --git a/resources/contenttweaker/models/item/seared_rock.json b/resources/contenttweaker/models/item/seared_rock.json new file mode 100644 index 00000000..03bf47c7 --- /dev/null +++ b/resources/contenttweaker/models/item/seared_rock.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/seared_rock" + } +} diff --git a/resources/contenttweaker/models/item/searing_organic_mythic_board.json b/resources/contenttweaker/models/item/searing_organic_mythic_board.json new file mode 100644 index 00000000..9ea0323d --- /dev/null +++ b/resources/contenttweaker/models/item/searing_organic_mythic_board.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/searing_organic_mythic_board" + } +} diff --git a/resources/contenttweaker/models/item/secret_weapon.json b/resources/contenttweaker/models/item/secret_weapon.json new file mode 100644 index 00000000..06f903e6 --- /dev/null +++ b/resources/contenttweaker/models/item/secret_weapon.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/secret_weapon" + } +} diff --git a/resources/contenttweaker/models/item/sedna_artifact.json b/resources/contenttweaker/models/item/sedna_artifact.json new file mode 100644 index 00000000..768e5d64 --- /dev/null +++ b/resources/contenttweaker/models/item/sedna_artifact.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/sedna_artifact" + } +} diff --git a/resources/contenttweaker/models/item/sedna_blueprint.json b/resources/contenttweaker/models/item/sedna_blueprint.json new file mode 100644 index 00000000..eae969b7 --- /dev/null +++ b/resources/contenttweaker/models/item/sedna_blueprint.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/sedna_blueprint" + } +} diff --git a/resources/contenttweaker/models/item/sednanite_destabilized_blend.json b/resources/contenttweaker/models/item/sednanite_destabilized_blend.json new file mode 100644 index 00000000..b01749de --- /dev/null +++ b/resources/contenttweaker/models/item/sednanite_destabilized_blend.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/sednanite_destabilized_blend" + } +} diff --git a/resources/contenttweaker/models/item/sednanite_dust.json b/resources/contenttweaker/models/item/sednanite_dust.json new file mode 100644 index 00000000..e654a722 --- /dev/null +++ b/resources/contenttweaker/models/item/sednanite_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/dust" + } +} diff --git a/resources/contenttweaker/models/item/sednanite_energized_dust.json b/resources/contenttweaker/models/item/sednanite_energized_dust.json new file mode 100644 index 00000000..d278077e --- /dev/null +++ b/resources/contenttweaker/models/item/sednanite_energized_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/sednanite_energized_dust" + } +} diff --git a/resources/contenttweaker/models/item/sednanite_ingot.json b/resources/contenttweaker/models/item/sednanite_ingot.json new file mode 100644 index 00000000..7caa7e71 --- /dev/null +++ b/resources/contenttweaker/models/item/sednanite_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/ingot" + } +} diff --git a/resources/contenttweaker/models/item/sednanite_irradiated_ore_chunks.json b/resources/contenttweaker/models/item/sednanite_irradiated_ore_chunks.json new file mode 100644 index 00000000..580cf0f2 --- /dev/null +++ b/resources/contenttweaker/models/item/sednanite_irradiated_ore_chunks.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/sednanite_irradiated_ore_chunks" + } +} diff --git a/resources/contenttweaker/models/item/sednanite_nugget.json b/resources/contenttweaker/models/item/sednanite_nugget.json new file mode 100644 index 00000000..06699ebe --- /dev/null +++ b/resources/contenttweaker/models/item/sednanite_nugget.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/nugget" + } +} diff --git a/resources/contenttweaker/models/item/sednanite_rod.json b/resources/contenttweaker/models/item/sednanite_rod.json new file mode 100644 index 00000000..e6de6497 --- /dev/null +++ b/resources/contenttweaker/models/item/sednanite_rod.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/rod" + } +} diff --git a/resources/contenttweaker/models/item/selenium_dust.json b/resources/contenttweaker/models/item/selenium_dust.json new file mode 100644 index 00000000..c27f90e3 --- /dev/null +++ b/resources/contenttweaker/models/item/selenium_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/selenium_dust" + } +} diff --git a/resources/contenttweaker/models/item/septaeptaite_dust.json b/resources/contenttweaker/models/item/septaeptaite_dust.json new file mode 100644 index 00000000..e654a722 --- /dev/null +++ b/resources/contenttweaker/models/item/septaeptaite_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/dust" + } +} diff --git a/resources/contenttweaker/models/item/septaeptaite_ingot.json b/resources/contenttweaker/models/item/septaeptaite_ingot.json new file mode 100644 index 00000000..7caa7e71 --- /dev/null +++ b/resources/contenttweaker/models/item/septaeptaite_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/ingot" + } +} diff --git a/resources/contenttweaker/models/item/septaeptaite_nugget.json b/resources/contenttweaker/models/item/septaeptaite_nugget.json new file mode 100644 index 00000000..06699ebe --- /dev/null +++ b/resources/contenttweaker/models/item/septaeptaite_nugget.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/nugget" + } +} diff --git a/resources/contenttweaker/models/item/shaded_destabilized_blend.json b/resources/contenttweaker/models/item/shaded_destabilized_blend.json new file mode 100644 index 00000000..28114f2a --- /dev/null +++ b/resources/contenttweaker/models/item/shaded_destabilized_blend.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/shaded_destabilized_blend" + } +} diff --git a/resources/contenttweaker/models/item/shaded_energized_dust.json b/resources/contenttweaker/models/item/shaded_energized_dust.json new file mode 100644 index 00000000..82a1e747 --- /dev/null +++ b/resources/contenttweaker/models/item/shaded_energized_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/shaded_energized_dust" + } +} diff --git a/resources/contenttweaker/models/item/shaded_irradiated_ore_chunks.json b/resources/contenttweaker/models/item/shaded_irradiated_ore_chunks.json new file mode 100644 index 00000000..05db4d56 --- /dev/null +++ b/resources/contenttweaker/models/item/shaded_irradiated_ore_chunks.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/shaded_irradiated_ore_chunks" + } +} diff --git a/resources/contenttweaker/models/item/shadow_steel.json b/resources/contenttweaker/models/item/shadow_steel.json new file mode 100644 index 00000000..773d4703 --- /dev/null +++ b/resources/contenttweaker/models/item/shadow_steel.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/shadow_steel" + } +} diff --git a/resources/contenttweaker/models/item/shadowlord_eye.json b/resources/contenttweaker/models/item/shadowlord_eye.json new file mode 100644 index 00000000..fdf2fdc0 --- /dev/null +++ b/resources/contenttweaker/models/item/shadowlord_eye.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/shadowlord_eye" + } +} diff --git a/resources/contenttweaker/models/item/shell_dust.json b/resources/contenttweaker/models/item/shell_dust.json new file mode 100644 index 00000000..587496b8 --- /dev/null +++ b/resources/contenttweaker/models/item/shell_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/shell_dust" + } +} diff --git a/resources/contenttweaker/models/item/shield_of_terra.json b/resources/contenttweaker/models/item/shield_of_terra.json new file mode 100644 index 00000000..f025846c --- /dev/null +++ b/resources/contenttweaker/models/item/shield_of_terra.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/shield_of_terra" + } +} diff --git a/resources/contenttweaker/models/item/shining_sandstone_chunk.json b/resources/contenttweaker/models/item/shining_sandstone_chunk.json new file mode 100644 index 00000000..71fc81fc --- /dev/null +++ b/resources/contenttweaker/models/item/shining_sandstone_chunk.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/shining_sandstone_chunk" + } +} diff --git a/resources/contenttweaker/models/item/shyre_chunk.json b/resources/contenttweaker/models/item/shyre_chunk.json new file mode 100644 index 00000000..6c4d1c8b --- /dev/null +++ b/resources/contenttweaker/models/item/shyre_chunk.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/shyre_chunk" + } +} diff --git a/resources/contenttweaker/models/item/shyre_crystal.json b/resources/contenttweaker/models/item/shyre_crystal.json new file mode 100644 index 00000000..33b1520b --- /dev/null +++ b/resources/contenttweaker/models/item/shyre_crystal.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/shyre_crystal" + } +} diff --git a/resources/contenttweaker/models/item/shyre_mulch.json b/resources/contenttweaker/models/item/shyre_mulch.json new file mode 100644 index 00000000..9f5bdf05 --- /dev/null +++ b/resources/contenttweaker/models/item/shyre_mulch.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/shyre_mulch" + } +} diff --git a/resources/contenttweaker/models/item/shyre_wormhole.json b/resources/contenttweaker/models/item/shyre_wormhole.json new file mode 100644 index 00000000..44f2bbf9 --- /dev/null +++ b/resources/contenttweaker/models/item/shyre_wormhole.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/shyre_wormhole" + } +} diff --git a/resources/contenttweaker/models/item/shyregem_destabilized_blend.json b/resources/contenttweaker/models/item/shyregem_destabilized_blend.json new file mode 100644 index 00000000..18e4d8aa --- /dev/null +++ b/resources/contenttweaker/models/item/shyregem_destabilized_blend.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/shyregem_destabilized_blend" + } +} diff --git a/resources/contenttweaker/models/item/shyregem_energized_dust.json b/resources/contenttweaker/models/item/shyregem_energized_dust.json new file mode 100644 index 00000000..7be172b7 --- /dev/null +++ b/resources/contenttweaker/models/item/shyregem_energized_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/shyregem_energized_dust" + } +} diff --git a/resources/contenttweaker/models/item/shyregem_irradiated_ore_chunks.json b/resources/contenttweaker/models/item/shyregem_irradiated_ore_chunks.json new file mode 100644 index 00000000..20f41a17 --- /dev/null +++ b/resources/contenttweaker/models/item/shyregem_irradiated_ore_chunks.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/shyregem_irradiated_ore_chunks" + } +} diff --git a/resources/contenttweaker/models/item/shyrelands_garnet.json b/resources/contenttweaker/models/item/shyrelands_garnet.json new file mode 100644 index 00000000..44124adf --- /dev/null +++ b/resources/contenttweaker/models/item/shyrelands_garnet.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/shyrelands_garnet" + } +} diff --git a/resources/contenttweaker/models/item/shyrestone_destabilized_blend.json b/resources/contenttweaker/models/item/shyrestone_destabilized_blend.json new file mode 100644 index 00000000..5e4fa15f --- /dev/null +++ b/resources/contenttweaker/models/item/shyrestone_destabilized_blend.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/shyrestone_destabilized_blend" + } +} diff --git a/resources/contenttweaker/models/item/shyrestone_energized_dust.json b/resources/contenttweaker/models/item/shyrestone_energized_dust.json new file mode 100644 index 00000000..4bcfc2c1 --- /dev/null +++ b/resources/contenttweaker/models/item/shyrestone_energized_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/shyrestone_energized_dust" + } +} diff --git a/resources/contenttweaker/models/item/shyrestone_irradiated_ore_chunks.json b/resources/contenttweaker/models/item/shyrestone_irradiated_ore_chunks.json new file mode 100644 index 00000000..4fd7847f --- /dev/null +++ b/resources/contenttweaker/models/item/shyrestone_irradiated_ore_chunks.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/shyrestone_irradiated_ore_chunks" + } +} diff --git a/resources/contenttweaker/models/item/sideral_energy_orb.json b/resources/contenttweaker/models/item/sideral_energy_orb.json new file mode 100644 index 00000000..0634d269 --- /dev/null +++ b/resources/contenttweaker/models/item/sideral_energy_orb.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/sideral_energy_orb" + } +} diff --git a/resources/contenttweaker/models/item/silica_dust.json b/resources/contenttweaker/models/item/silica_dust.json new file mode 100644 index 00000000..a59037a8 --- /dev/null +++ b/resources/contenttweaker/models/item/silica_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/silica_dust" + } +} diff --git a/resources/contenttweaker/models/item/silica_gelatin.json b/resources/contenttweaker/models/item/silica_gelatin.json new file mode 100644 index 00000000..53ac26c2 --- /dev/null +++ b/resources/contenttweaker/models/item/silica_gelatin.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/silica_gelatin" + } +} diff --git a/resources/contenttweaker/models/item/silver_destabilized_blend.json b/resources/contenttweaker/models/item/silver_destabilized_blend.json new file mode 100644 index 00000000..19d90a28 --- /dev/null +++ b/resources/contenttweaker/models/item/silver_destabilized_blend.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/silver_destabilized_blend" + } +} diff --git a/resources/contenttweaker/models/item/silver_energized_dust.json b/resources/contenttweaker/models/item/silver_energized_dust.json new file mode 100644 index 00000000..91bd108c --- /dev/null +++ b/resources/contenttweaker/models/item/silver_energized_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/silver_energized_dust" + } +} diff --git a/resources/contenttweaker/models/item/silver_foot.json b/resources/contenttweaker/models/item/silver_foot.json new file mode 100644 index 00000000..865bb301 --- /dev/null +++ b/resources/contenttweaker/models/item/silver_foot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/silver_foot" + } +} diff --git a/resources/contenttweaker/models/item/silver_irradiated_ore_chunks.json b/resources/contenttweaker/models/item/silver_irradiated_ore_chunks.json new file mode 100644 index 00000000..6768abae --- /dev/null +++ b/resources/contenttweaker/models/item/silver_irradiated_ore_chunks.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/silver_irradiated_ore_chunks" + } +} diff --git a/resources/contenttweaker/models/item/singularity_master.json b/resources/contenttweaker/models/item/singularity_master.json new file mode 100644 index 00000000..c5a946dd --- /dev/null +++ b/resources/contenttweaker/models/item/singularity_master.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/singularity_master" + } +} diff --git a/resources/contenttweaker/models/item/skeletron_skull.json b/resources/contenttweaker/models/item/skeletron_skull.json new file mode 100644 index 00000000..8b6a73fe --- /dev/null +++ b/resources/contenttweaker/models/item/skeletron_skull.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/skeletron_skull" + } +} diff --git a/resources/contenttweaker/models/item/skotaninomicom.json b/resources/contenttweaker/models/item/skotaninomicom.json new file mode 100644 index 00000000..cb9c4cc6 --- /dev/null +++ b/resources/contenttweaker/models/item/skotaninomicom.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/skotaninomicom" + } +} diff --git a/resources/contenttweaker/models/item/skullbone_destabilized_blend.json b/resources/contenttweaker/models/item/skullbone_destabilized_blend.json new file mode 100644 index 00000000..30634a75 --- /dev/null +++ b/resources/contenttweaker/models/item/skullbone_destabilized_blend.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/skullbone_destabilized_blend" + } +} diff --git a/resources/contenttweaker/models/item/skullbone_energized_dust.json b/resources/contenttweaker/models/item/skullbone_energized_dust.json new file mode 100644 index 00000000..9f1619f8 --- /dev/null +++ b/resources/contenttweaker/models/item/skullbone_energized_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/skullbone_energized_dust" + } +} diff --git a/resources/contenttweaker/models/item/skullbone_fragment_egg.json b/resources/contenttweaker/models/item/skullbone_fragment_egg.json new file mode 100644 index 00000000..9e48c15e --- /dev/null +++ b/resources/contenttweaker/models/item/skullbone_fragment_egg.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/skullbone_fragment_egg" + } +} diff --git a/resources/contenttweaker/models/item/skullbone_irradiated_ore_chunks.json b/resources/contenttweaker/models/item/skullbone_irradiated_ore_chunks.json new file mode 100644 index 00000000..0a81f95b --- /dev/null +++ b/resources/contenttweaker/models/item/skullbone_irradiated_ore_chunks.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/skullbone_irradiated_ore_chunks" + } +} diff --git a/resources/contenttweaker/models/item/skythern_callstone.json b/resources/contenttweaker/models/item/skythern_callstone.json new file mode 100644 index 00000000..068caf92 --- /dev/null +++ b/resources/contenttweaker/models/item/skythern_callstone.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/skythern_callstone" + } +} diff --git a/resources/contenttweaker/models/item/skythern_core.json b/resources/contenttweaker/models/item/skythern_core.json new file mode 100644 index 00000000..077843f3 --- /dev/null +++ b/resources/contenttweaker/models/item/skythern_core.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/skythern_core" + } +} diff --git a/resources/contenttweaker/models/item/skythern_destabilized_blend.json b/resources/contenttweaker/models/item/skythern_destabilized_blend.json new file mode 100644 index 00000000..ff607702 --- /dev/null +++ b/resources/contenttweaker/models/item/skythern_destabilized_blend.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/skythern_destabilized_blend" + } +} diff --git a/resources/contenttweaker/models/item/skythern_energized_dust.json b/resources/contenttweaker/models/item/skythern_energized_dust.json new file mode 100644 index 00000000..479b0e05 --- /dev/null +++ b/resources/contenttweaker/models/item/skythern_energized_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/skythern_energized_dust" + } +} diff --git a/resources/contenttweaker/models/item/skythern_irradiated_ore_chunks.json b/resources/contenttweaker/models/item/skythern_irradiated_ore_chunks.json new file mode 100644 index 00000000..fa36b55a --- /dev/null +++ b/resources/contenttweaker/models/item/skythern_irradiated_ore_chunks.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/skythern_irradiated_ore_chunks" + } +} diff --git a/resources/contenttweaker/models/item/skythern_refined_gem.json b/resources/contenttweaker/models/item/skythern_refined_gem.json new file mode 100644 index 00000000..7a99fbf9 --- /dev/null +++ b/resources/contenttweaker/models/item/skythern_refined_gem.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/skythern_refined_gem" + } +} diff --git a/resources/contenttweaker/models/item/skythern_star.json b/resources/contenttweaker/models/item/skythern_star.json new file mode 100644 index 00000000..01849ffb --- /dev/null +++ b/resources/contenttweaker/models/item/skythern_star.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/skythern_star" + } +} diff --git a/resources/contenttweaker/models/item/smash_jaw.json b/resources/contenttweaker/models/item/smash_jaw.json new file mode 100644 index 00000000..99747561 --- /dev/null +++ b/resources/contenttweaker/models/item/smash_jaw.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/smash_jaw" + } +} diff --git a/resources/contenttweaker/models/item/solidified_memory.json b/resources/contenttweaker/models/item/solidified_memory.json new file mode 100644 index 00000000..1274aa7a --- /dev/null +++ b/resources/contenttweaker/models/item/solidified_memory.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/solidified_memory" + } +} diff --git a/resources/contenttweaker/models/item/soul_of_the_grand_wizard.json b/resources/contenttweaker/models/item/soul_of_the_grand_wizard.json new file mode 100644 index 00000000..4cf923e2 --- /dev/null +++ b/resources/contenttweaker/models/item/soul_of_the_grand_wizard.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/soul_of_the_grand_wizard" + } +} diff --git a/resources/contenttweaker/models/item/sour_candy_x.json b/resources/contenttweaker/models/item/sour_candy_x.json new file mode 100644 index 00000000..30bd1fbb --- /dev/null +++ b/resources/contenttweaker/models/item/sour_candy_x.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/sour_candy_x" + } +} diff --git a/resources/contenttweaker/models/item/spawn_structure_test.json b/resources/contenttweaker/models/item/spawn_structure_test.json new file mode 100644 index 00000000..084afc0d --- /dev/null +++ b/resources/contenttweaker/models/item/spawn_structure_test.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/spawn_structure_test" + } +} diff --git a/resources/contenttweaker/models/item/spicy_meatball_pasta.json b/resources/contenttweaker/models/item/spicy_meatball_pasta.json new file mode 100644 index 00000000..28293d22 --- /dev/null +++ b/resources/contenttweaker/models/item/spicy_meatball_pasta.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/spicy_meatball_pasta" + } +} diff --git a/resources/contenttweaker/models/item/staff_of_iceika.json b/resources/contenttweaker/models/item/staff_of_iceika.json new file mode 100644 index 00000000..192165f8 --- /dev/null +++ b/resources/contenttweaker/models/item/staff_of_iceika.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/staff_of_iceika" + } +} diff --git a/resources/contenttweaker/models/item/starfield_gem.json b/resources/contenttweaker/models/item/starfield_gem.json new file mode 100644 index 00000000..24f548c2 --- /dev/null +++ b/resources/contenttweaker/models/item/starfield_gem.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/starfield_gem" + } +} diff --git a/resources/contenttweaker/models/item/starmetal_alloy_ingot.json b/resources/contenttweaker/models/item/starmetal_alloy_ingot.json new file mode 100644 index 00000000..6656c46b --- /dev/null +++ b/resources/contenttweaker/models/item/starmetal_alloy_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/starmetal_alloy_ingot" + } +} diff --git a/resources/contenttweaker/models/item/starmetal_destabilized_blend.json b/resources/contenttweaker/models/item/starmetal_destabilized_blend.json new file mode 100644 index 00000000..865f8ea5 --- /dev/null +++ b/resources/contenttweaker/models/item/starmetal_destabilized_blend.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/starmetal_destabilized_blend" + } +} diff --git a/resources/contenttweaker/models/item/starmetal_energized_dust.json b/resources/contenttweaker/models/item/starmetal_energized_dust.json new file mode 100644 index 00000000..ac582f9e --- /dev/null +++ b/resources/contenttweaker/models/item/starmetal_energized_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/starmetal_energized_dust" + } +} diff --git a/resources/contenttweaker/models/item/starmetal_irradiated_ore_chunks.json b/resources/contenttweaker/models/item/starmetal_irradiated_ore_chunks.json new file mode 100644 index 00000000..99a7c9fd --- /dev/null +++ b/resources/contenttweaker/models/item/starmetal_irradiated_ore_chunks.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/starmetal_irradiated_ore_chunks" + } +} diff --git a/resources/contenttweaker/models/item/steadfast_steel_chest.json b/resources/contenttweaker/models/item/steadfast_steel_chest.json new file mode 100644 index 00000000..e010eda7 --- /dev/null +++ b/resources/contenttweaker/models/item/steadfast_steel_chest.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/chest" + } +} diff --git a/resources/contenttweaker/models/item/steadfast_steel_dust.json b/resources/contenttweaker/models/item/steadfast_steel_dust.json new file mode 100644 index 00000000..e654a722 --- /dev/null +++ b/resources/contenttweaker/models/item/steadfast_steel_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/dust" + } +} diff --git a/resources/contenttweaker/models/item/steadfast_steel_feet.json b/resources/contenttweaker/models/item/steadfast_steel_feet.json new file mode 100644 index 00000000..3f9b0a1e --- /dev/null +++ b/resources/contenttweaker/models/item/steadfast_steel_feet.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/feet" + } +} diff --git a/resources/contenttweaker/models/item/steadfast_steel_gear.json b/resources/contenttweaker/models/item/steadfast_steel_gear.json new file mode 100644 index 00000000..7d41e6ad --- /dev/null +++ b/resources/contenttweaker/models/item/steadfast_steel_gear.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/gear" + } +} diff --git a/resources/contenttweaker/models/item/steadfast_steel_head.json b/resources/contenttweaker/models/item/steadfast_steel_head.json new file mode 100644 index 00000000..1d1c9e32 --- /dev/null +++ b/resources/contenttweaker/models/item/steadfast_steel_head.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/head" + } +} diff --git a/resources/contenttweaker/models/item/steadfast_steel_ingot.json b/resources/contenttweaker/models/item/steadfast_steel_ingot.json new file mode 100644 index 00000000..7caa7e71 --- /dev/null +++ b/resources/contenttweaker/models/item/steadfast_steel_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/ingot" + } +} diff --git a/resources/contenttweaker/models/item/steadfast_steel_legs.json b/resources/contenttweaker/models/item/steadfast_steel_legs.json new file mode 100644 index 00000000..9daa520d --- /dev/null +++ b/resources/contenttweaker/models/item/steadfast_steel_legs.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/legs" + } +} diff --git a/resources/contenttweaker/models/item/steadfast_steel_nugget.json b/resources/contenttweaker/models/item/steadfast_steel_nugget.json new file mode 100644 index 00000000..06699ebe --- /dev/null +++ b/resources/contenttweaker/models/item/steadfast_steel_nugget.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/nugget" + } +} diff --git a/resources/contenttweaker/models/item/steadfast_steel_plate.json b/resources/contenttweaker/models/item/steadfast_steel_plate.json new file mode 100644 index 00000000..a747d2cb --- /dev/null +++ b/resources/contenttweaker/models/item/steadfast_steel_plate.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/plate" + } +} diff --git a/resources/contenttweaker/models/item/steadfast_steel_rod.json b/resources/contenttweaker/models/item/steadfast_steel_rod.json new file mode 100644 index 00000000..e6de6497 --- /dev/null +++ b/resources/contenttweaker/models/item/steadfast_steel_rod.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/rod" + } +} diff --git a/resources/contenttweaker/models/item/steadfast_will_powder.json b/resources/contenttweaker/models/item/steadfast_will_powder.json new file mode 100644 index 00000000..dd15de2b --- /dev/null +++ b/resources/contenttweaker/models/item/steadfast_will_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/steadfast_will_powder" + } +} diff --git a/resources/contenttweaker/models/item/steamed_slime.json b/resources/contenttweaker/models/item/steamed_slime.json new file mode 100644 index 00000000..8190b22c --- /dev/null +++ b/resources/contenttweaker/models/item/steamed_slime.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/steamed_slime" + } +} diff --git a/resources/contenttweaker/models/item/sticky_callstone.json b/resources/contenttweaker/models/item/sticky_callstone.json new file mode 100644 index 00000000..abe22057 --- /dev/null +++ b/resources/contenttweaker/models/item/sticky_callstone.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/sticky_callstone" + } +} diff --git a/resources/contenttweaker/models/item/stormland_focus.json b/resources/contenttweaker/models/item/stormland_focus.json new file mode 100644 index 00000000..42f6d113 --- /dev/null +++ b/resources/contenttweaker/models/item/stormland_focus.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/stormland_focus" + } +} diff --git a/resources/contenttweaker/models/item/strange_brownie.json b/resources/contenttweaker/models/item/strange_brownie.json new file mode 100644 index 00000000..ad4f8990 --- /dev/null +++ b/resources/contenttweaker/models/item/strange_brownie.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/strange_brownie" + } +} diff --git a/resources/contenttweaker/models/item/strange_meatball.json b/resources/contenttweaker/models/item/strange_meatball.json new file mode 100644 index 00000000..aaa5530e --- /dev/null +++ b/resources/contenttweaker/models/item/strange_meatball.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/strange_meatball" + } +} diff --git a/resources/contenttweaker/models/item/strings_crystal.json b/resources/contenttweaker/models/item/strings_crystal.json new file mode 100644 index 00000000..93348709 --- /dev/null +++ b/resources/contenttweaker/models/item/strings_crystal.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/strings_crystal" + } +} diff --git a/resources/contenttweaker/models/item/strontium_dust.json b/resources/contenttweaker/models/item/strontium_dust.json new file mode 100644 index 00000000..e654a722 --- /dev/null +++ b/resources/contenttweaker/models/item/strontium_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/dust" + } +} diff --git a/resources/contenttweaker/models/item/strontium_ingot.json b/resources/contenttweaker/models/item/strontium_ingot.json new file mode 100644 index 00000000..7caa7e71 --- /dev/null +++ b/resources/contenttweaker/models/item/strontium_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/ingot" + } +} diff --git a/resources/contenttweaker/models/item/strontium_nugget.json b/resources/contenttweaker/models/item/strontium_nugget.json new file mode 100644 index 00000000..06699ebe --- /dev/null +++ b/resources/contenttweaker/models/item/strontium_nugget.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/nugget" + } +} diff --git a/resources/contenttweaker/models/item/strontium_rod.json b/resources/contenttweaker/models/item/strontium_rod.json new file mode 100644 index 00000000..e6de6497 --- /dev/null +++ b/resources/contenttweaker/models/item/strontium_rod.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/rod" + } +} diff --git a/resources/contenttweaker/models/item/sulfur_destabilized_blend.json b/resources/contenttweaker/models/item/sulfur_destabilized_blend.json new file mode 100644 index 00000000..f426dcfd --- /dev/null +++ b/resources/contenttweaker/models/item/sulfur_destabilized_blend.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/sulfur_destabilized_blend" + } +} diff --git a/resources/contenttweaker/models/item/sulfur_energized_dust.json b/resources/contenttweaker/models/item/sulfur_energized_dust.json new file mode 100644 index 00000000..4ac43ab7 --- /dev/null +++ b/resources/contenttweaker/models/item/sulfur_energized_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/sulfur_energized_dust" + } +} diff --git a/resources/contenttweaker/models/item/sulfur_irradiated_ore_chunks.json b/resources/contenttweaker/models/item/sulfur_irradiated_ore_chunks.json new file mode 100644 index 00000000..b9ce18fa --- /dev/null +++ b/resources/contenttweaker/models/item/sulfur_irradiated_ore_chunks.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/sulfur_irradiated_ore_chunks" + } +} diff --git a/resources/contenttweaker/models/item/sunstorm_ray.json b/resources/contenttweaker/models/item/sunstorm_ray.json new file mode 100644 index 00000000..38f4055c --- /dev/null +++ b/resources/contenttweaker/models/item/sunstorm_ray.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/sunstorm_ray" + } +} diff --git a/resources/contenttweaker/models/item/superfused_alloy_ingot.json b/resources/contenttweaker/models/item/superfused_alloy_ingot.json new file mode 100644 index 00000000..c72a67b6 --- /dev/null +++ b/resources/contenttweaker/models/item/superfused_alloy_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/superfused_alloy_ingot" + } +} diff --git a/resources/contenttweaker/models/item/superheated_gravitite_chunk.json b/resources/contenttweaker/models/item/superheated_gravitite_chunk.json new file mode 100644 index 00000000..e8c29cc5 --- /dev/null +++ b/resources/contenttweaker/models/item/superheated_gravitite_chunk.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/superheated_gravitite_chunk" + } +} diff --git a/resources/contenttweaker/models/item/supertranslucent_catalyst.json b/resources/contenttweaker/models/item/supertranslucent_catalyst.json new file mode 100644 index 00000000..9b2b926d --- /dev/null +++ b/resources/contenttweaker/models/item/supertranslucent_catalyst.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/supertranslucent_catalyst" + } +} diff --git a/resources/contenttweaker/models/item/sympan_spirit.json b/resources/contenttweaker/models/item/sympan_spirit.json new file mode 100644 index 00000000..a95a329d --- /dev/null +++ b/resources/contenttweaker/models/item/sympan_spirit.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/sympan_spirit" + } +} diff --git a/resources/contenttweaker/models/item/tabula_rasa.json b/resources/contenttweaker/models/item/tabula_rasa.json new file mode 100644 index 00000000..013090a3 --- /dev/null +++ b/resources/contenttweaker/models/item/tabula_rasa.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/tabula_rasa" + } +} diff --git a/resources/contenttweaker/models/item/taerrapiatta_warper.json b/resources/contenttweaker/models/item/taerrapiatta_warper.json new file mode 100644 index 00000000..0ba3fac9 --- /dev/null +++ b/resources/contenttweaker/models/item/taerrapiatta_warper.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/taerrapiatta_warper" + } +} diff --git a/resources/contenttweaker/models/item/tanzanite_destabilized_blend.json b/resources/contenttweaker/models/item/tanzanite_destabilized_blend.json new file mode 100644 index 00000000..3c4f123c --- /dev/null +++ b/resources/contenttweaker/models/item/tanzanite_destabilized_blend.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/tanzanite_destabilized_blend" + } +} diff --git a/resources/contenttweaker/models/item/tanzanite_energized_dust.json b/resources/contenttweaker/models/item/tanzanite_energized_dust.json new file mode 100644 index 00000000..b7af954e --- /dev/null +++ b/resources/contenttweaker/models/item/tanzanite_energized_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/tanzanite_energized_dust" + } +} diff --git a/resources/contenttweaker/models/item/tanzanite_irradiated_ore_chunks.json b/resources/contenttweaker/models/item/tanzanite_irradiated_ore_chunks.json new file mode 100644 index 00000000..705e870c --- /dev/null +++ b/resources/contenttweaker/models/item/tanzanite_irradiated_ore_chunks.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/tanzanite_irradiated_ore_chunks" + } +} diff --git a/resources/contenttweaker/models/item/tartarite_dust.json b/resources/contenttweaker/models/item/tartarite_dust.json new file mode 100644 index 00000000..e654a722 --- /dev/null +++ b/resources/contenttweaker/models/item/tartarite_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/dust" + } +} diff --git a/resources/contenttweaker/models/item/tartarite_rod.json b/resources/contenttweaker/models/item/tartarite_rod.json new file mode 100644 index 00000000..e6de6497 --- /dev/null +++ b/resources/contenttweaker/models/item/tartarite_rod.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/rod" + } +} diff --git a/resources/contenttweaker/models/item/tartarus_artifact.json b/resources/contenttweaker/models/item/tartarus_artifact.json new file mode 100644 index 00000000..13ce76d7 --- /dev/null +++ b/resources/contenttweaker/models/item/tartarus_artifact.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/tartarus_artifact" + } +} diff --git a/resources/contenttweaker/models/item/termasect_bark.json b/resources/contenttweaker/models/item/termasect_bark.json new file mode 100644 index 00000000..68de0179 --- /dev/null +++ b/resources/contenttweaker/models/item/termasect_bark.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/termasect_bark" + } +} diff --git a/resources/contenttweaker/models/item/terran_summoning.json b/resources/contenttweaker/models/item/terran_summoning.json new file mode 100644 index 00000000..0f7efcf7 --- /dev/null +++ b/resources/contenttweaker/models/item/terran_summoning.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/terran_summoning" + } +} diff --git a/resources/contenttweaker/models/item/terrasteel_crystal.json b/resources/contenttweaker/models/item/terrasteel_crystal.json new file mode 100644 index 00000000..7cc8483a --- /dev/null +++ b/resources/contenttweaker/models/item/terrasteel_crystal.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/terrasteel_crystal" + } +} diff --git a/resources/contenttweaker/models/item/test_food.json b/resources/contenttweaker/models/item/test_food.json new file mode 100644 index 00000000..dae22f02 --- /dev/null +++ b/resources/contenttweaker/models/item/test_food.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/test_food" + } +} diff --git a/resources/contenttweaker/models/item/thaumic_blueprint.json b/resources/contenttweaker/models/item/thaumic_blueprint.json new file mode 100644 index 00000000..cce4c86f --- /dev/null +++ b/resources/contenttweaker/models/item/thaumic_blueprint.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/thaumic_blueprint" + } +} diff --git a/resources/contenttweaker/models/item/the_dark_star.json b/resources/contenttweaker/models/item/the_dark_star.json new file mode 100644 index 00000000..1ff4c883 --- /dev/null +++ b/resources/contenttweaker/models/item/the_dark_star.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/the_dark_star" + } +} diff --git a/resources/contenttweaker/models/item/thermionic_alloy_ingot.json b/resources/contenttweaker/models/item/thermionic_alloy_ingot.json new file mode 100644 index 00000000..f8a47ed9 --- /dev/null +++ b/resources/contenttweaker/models/item/thermionic_alloy_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/thermionic_alloy_ingot" + } +} diff --git a/resources/contenttweaker/models/item/thorium_destabilized_blend.json b/resources/contenttweaker/models/item/thorium_destabilized_blend.json new file mode 100644 index 00000000..6b44dd3a --- /dev/null +++ b/resources/contenttweaker/models/item/thorium_destabilized_blend.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/thorium_destabilized_blend" + } +} diff --git a/resources/contenttweaker/models/item/thorium_energized_dust.json b/resources/contenttweaker/models/item/thorium_energized_dust.json new file mode 100644 index 00000000..9bdac2db --- /dev/null +++ b/resources/contenttweaker/models/item/thorium_energized_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/thorium_energized_dust" + } +} diff --git a/resources/contenttweaker/models/item/thorium_irradiated_ore_chunks.json b/resources/contenttweaker/models/item/thorium_irradiated_ore_chunks.json new file mode 100644 index 00000000..3189c47f --- /dev/null +++ b/resources/contenttweaker/models/item/thorium_irradiated_ore_chunks.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/thorium_irradiated_ore_chunks" + } +} diff --git a/resources/contenttweaker/models/item/thrice_coated_organic_mythic_board.json b/resources/contenttweaker/models/item/thrice_coated_organic_mythic_board.json new file mode 100644 index 00000000..324f5d71 --- /dev/null +++ b/resources/contenttweaker/models/item/thrice_coated_organic_mythic_board.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/thrice_coated_organic_mythic_board" + } +} diff --git a/resources/contenttweaker/models/item/tier10_token.json b/resources/contenttweaker/models/item/tier10_token.json new file mode 100644 index 00000000..ae3758bc --- /dev/null +++ b/resources/contenttweaker/models/item/tier10_token.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/tier10_token" + } +} diff --git a/resources/contenttweaker/models/item/tier11_token.json b/resources/contenttweaker/models/item/tier11_token.json new file mode 100644 index 00000000..08d897af --- /dev/null +++ b/resources/contenttweaker/models/item/tier11_token.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/tier11_token" + } +} diff --git a/resources/contenttweaker/models/item/tier12_token.json b/resources/contenttweaker/models/item/tier12_token.json new file mode 100644 index 00000000..70550658 --- /dev/null +++ b/resources/contenttweaker/models/item/tier12_token.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/tier12_token" + } +} diff --git a/resources/contenttweaker/models/item/tier13_token.json b/resources/contenttweaker/models/item/tier13_token.json new file mode 100644 index 00000000..60689900 --- /dev/null +++ b/resources/contenttweaker/models/item/tier13_token.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/tier13_token" + } +} diff --git a/resources/contenttweaker/models/item/tier14_token.json b/resources/contenttweaker/models/item/tier14_token.json new file mode 100644 index 00000000..99a67464 --- /dev/null +++ b/resources/contenttweaker/models/item/tier14_token.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/tier14_token" + } +} diff --git a/resources/contenttweaker/models/item/tier15_token.json b/resources/contenttweaker/models/item/tier15_token.json new file mode 100644 index 00000000..665206b0 --- /dev/null +++ b/resources/contenttweaker/models/item/tier15_token.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/tier15_token" + } +} diff --git a/resources/contenttweaker/models/item/tier16_token.json b/resources/contenttweaker/models/item/tier16_token.json new file mode 100644 index 00000000..2f189acb --- /dev/null +++ b/resources/contenttweaker/models/item/tier16_token.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/tier16_token" + } +} diff --git a/resources/contenttweaker/models/item/tier17_token.json b/resources/contenttweaker/models/item/tier17_token.json new file mode 100644 index 00000000..0dbe5787 --- /dev/null +++ b/resources/contenttweaker/models/item/tier17_token.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/tier17_token" + } +} diff --git a/resources/contenttweaker/models/item/tier18_token.json b/resources/contenttweaker/models/item/tier18_token.json new file mode 100644 index 00000000..998ff4fd --- /dev/null +++ b/resources/contenttweaker/models/item/tier18_token.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/tier18_token" + } +} diff --git a/resources/contenttweaker/models/item/tier19_token.json b/resources/contenttweaker/models/item/tier19_token.json new file mode 100644 index 00000000..caf8fba3 --- /dev/null +++ b/resources/contenttweaker/models/item/tier19_token.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/tier19_token" + } +} diff --git a/resources/contenttweaker/models/item/tier1_token.json b/resources/contenttweaker/models/item/tier1_token.json new file mode 100644 index 00000000..0da695f6 --- /dev/null +++ b/resources/contenttweaker/models/item/tier1_token.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/tier1_token" + } +} diff --git a/resources/contenttweaker/models/item/tier20_token.json b/resources/contenttweaker/models/item/tier20_token.json new file mode 100644 index 00000000..d02a81fb --- /dev/null +++ b/resources/contenttweaker/models/item/tier20_token.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/tier20_token" + } +} diff --git a/resources/contenttweaker/models/item/tier21_token.json b/resources/contenttweaker/models/item/tier21_token.json new file mode 100644 index 00000000..f3b25c59 --- /dev/null +++ b/resources/contenttweaker/models/item/tier21_token.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/tier21_token" + } +} diff --git a/resources/contenttweaker/models/item/tier22_token.json b/resources/contenttweaker/models/item/tier22_token.json new file mode 100644 index 00000000..f5f70e78 --- /dev/null +++ b/resources/contenttweaker/models/item/tier22_token.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/tier22_token" + } +} diff --git a/resources/contenttweaker/models/item/tier23_token.json b/resources/contenttweaker/models/item/tier23_token.json new file mode 100644 index 00000000..aba73565 --- /dev/null +++ b/resources/contenttweaker/models/item/tier23_token.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/tier23_token" + } +} diff --git a/resources/contenttweaker/models/item/tier24_token.json b/resources/contenttweaker/models/item/tier24_token.json new file mode 100644 index 00000000..a5bb8755 --- /dev/null +++ b/resources/contenttweaker/models/item/tier24_token.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/tier24_token" + } +} diff --git a/resources/contenttweaker/models/item/tier25_token.json b/resources/contenttweaker/models/item/tier25_token.json new file mode 100644 index 00000000..729a6358 --- /dev/null +++ b/resources/contenttweaker/models/item/tier25_token.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/tier25_token" + } +} diff --git a/resources/contenttweaker/models/item/tier26_token.json b/resources/contenttweaker/models/item/tier26_token.json new file mode 100644 index 00000000..5b6547eb --- /dev/null +++ b/resources/contenttweaker/models/item/tier26_token.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/tier26_token" + } +} diff --git a/resources/contenttweaker/models/item/tier27_token.json b/resources/contenttweaker/models/item/tier27_token.json new file mode 100644 index 00000000..66ed43cc --- /dev/null +++ b/resources/contenttweaker/models/item/tier27_token.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/tier27_token" + } +} diff --git a/resources/contenttweaker/models/item/tier28_token.json b/resources/contenttweaker/models/item/tier28_token.json new file mode 100644 index 00000000..483227fe --- /dev/null +++ b/resources/contenttweaker/models/item/tier28_token.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/tier28_token" + } +} diff --git a/resources/contenttweaker/models/item/tier29_token.json b/resources/contenttweaker/models/item/tier29_token.json new file mode 100644 index 00000000..2f9dfb87 --- /dev/null +++ b/resources/contenttweaker/models/item/tier29_token.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/tier29_token" + } +} diff --git a/resources/contenttweaker/models/item/tier2_token.json b/resources/contenttweaker/models/item/tier2_token.json new file mode 100644 index 00000000..d7470d08 --- /dev/null +++ b/resources/contenttweaker/models/item/tier2_token.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/tier2_token" + } +} diff --git a/resources/contenttweaker/models/item/tier3_token.json b/resources/contenttweaker/models/item/tier3_token.json new file mode 100644 index 00000000..9057fd00 --- /dev/null +++ b/resources/contenttweaker/models/item/tier3_token.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/tier3_token" + } +} diff --git a/resources/contenttweaker/models/item/tier4_token.json b/resources/contenttweaker/models/item/tier4_token.json new file mode 100644 index 00000000..e006e7da --- /dev/null +++ b/resources/contenttweaker/models/item/tier4_token.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/tier4_token" + } +} diff --git a/resources/contenttweaker/models/item/tier5_token.json b/resources/contenttweaker/models/item/tier5_token.json new file mode 100644 index 00000000..8a5b308b --- /dev/null +++ b/resources/contenttweaker/models/item/tier5_token.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/tier5_token" + } +} diff --git a/resources/contenttweaker/models/item/tier6_token.json b/resources/contenttweaker/models/item/tier6_token.json new file mode 100644 index 00000000..ebfe3c91 --- /dev/null +++ b/resources/contenttweaker/models/item/tier6_token.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/tier6_token" + } +} diff --git a/resources/contenttweaker/models/item/tier7_token.json b/resources/contenttweaker/models/item/tier7_token.json new file mode 100644 index 00000000..bcbf2f7f --- /dev/null +++ b/resources/contenttweaker/models/item/tier7_token.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/tier7_token" + } +} diff --git a/resources/contenttweaker/models/item/tier8_token.json b/resources/contenttweaker/models/item/tier8_token.json new file mode 100644 index 00000000..f23a7dd6 --- /dev/null +++ b/resources/contenttweaker/models/item/tier8_token.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/tier8_token" + } +} diff --git a/resources/contenttweaker/models/item/tier9_token.json b/resources/contenttweaker/models/item/tier9_token.json new file mode 100644 index 00000000..7ca32459 --- /dev/null +++ b/resources/contenttweaker/models/item/tier9_token.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/tier9_token" + } +} diff --git a/resources/contenttweaker/models/item/tier_i_defined_seed.json b/resources/contenttweaker/models/item/tier_i_defined_seed.json new file mode 100644 index 00000000..184b8724 --- /dev/null +++ b/resources/contenttweaker/models/item/tier_i_defined_seed.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/tier_i_defined_seed" + } +} diff --git a/resources/contenttweaker/models/item/tier_ii_defined_seed.json b/resources/contenttweaker/models/item/tier_ii_defined_seed.json new file mode 100644 index 00000000..1890a66d --- /dev/null +++ b/resources/contenttweaker/models/item/tier_ii_defined_seed.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/tier_ii_defined_seed" + } +} diff --git a/resources/contenttweaker/models/item/tier_iii_defined_seed.json b/resources/contenttweaker/models/item/tier_iii_defined_seed.json new file mode 100644 index 00000000..35838619 --- /dev/null +++ b/resources/contenttweaker/models/item/tier_iii_defined_seed.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/tier_iii_defined_seed" + } +} diff --git a/resources/contenttweaker/models/item/tier_iv_defined_seed.json b/resources/contenttweaker/models/item/tier_iv_defined_seed.json new file mode 100644 index 00000000..d6cab8a7 --- /dev/null +++ b/resources/contenttweaker/models/item/tier_iv_defined_seed.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/tier_iv_defined_seed" + } +} diff --git a/resources/contenttweaker/models/item/tier_v_defined_seed.json b/resources/contenttweaker/models/item/tier_v_defined_seed.json new file mode 100644 index 00000000..89373127 --- /dev/null +++ b/resources/contenttweaker/models/item/tier_v_defined_seed.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/tier_v_defined_seed" + } +} diff --git a/resources/contenttweaker/models/item/tier_vi_defined_seed.json b/resources/contenttweaker/models/item/tier_vi_defined_seed.json new file mode 100644 index 00000000..73131102 --- /dev/null +++ b/resources/contenttweaker/models/item/tier_vi_defined_seed.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/tier_vi_defined_seed" + } +} diff --git a/resources/contenttweaker/models/item/tin_destabilized_blend.json b/resources/contenttweaker/models/item/tin_destabilized_blend.json new file mode 100644 index 00000000..e91d69e2 --- /dev/null +++ b/resources/contenttweaker/models/item/tin_destabilized_blend.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/tin_destabilized_blend" + } +} diff --git a/resources/contenttweaker/models/item/tin_energized_dust.json b/resources/contenttweaker/models/item/tin_energized_dust.json new file mode 100644 index 00000000..0765d306 --- /dev/null +++ b/resources/contenttweaker/models/item/tin_energized_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/tin_energized_dust" + } +} diff --git a/resources/contenttweaker/models/item/tin_irradiated_ore_chunks.json b/resources/contenttweaker/models/item/tin_irradiated_ore_chunks.json new file mode 100644 index 00000000..017dcc5a --- /dev/null +++ b/resources/contenttweaker/models/item/tin_irradiated_ore_chunks.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/tin_irradiated_ore_chunks" + } +} diff --git a/resources/contenttweaker/models/item/tiny_gallium_dust.json b/resources/contenttweaker/models/item/tiny_gallium_dust.json new file mode 100644 index 00000000..1d7c0975 --- /dev/null +++ b/resources/contenttweaker/models/item/tiny_gallium_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/tiny_gallium_dust" + } +} diff --git a/resources/contenttweaker/models/item/tiny_germanium_dust.json b/resources/contenttweaker/models/item/tiny_germanium_dust.json new file mode 100644 index 00000000..26ffab6d --- /dev/null +++ b/resources/contenttweaker/models/item/tiny_germanium_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/tiny_germanium_dust" + } +} diff --git a/resources/contenttweaker/models/item/topaz_destabilized_blend.json b/resources/contenttweaker/models/item/topaz_destabilized_blend.json new file mode 100644 index 00000000..0535d817 --- /dev/null +++ b/resources/contenttweaker/models/item/topaz_destabilized_blend.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/topaz_destabilized_blend" + } +} diff --git a/resources/contenttweaker/models/item/topaz_energized_dust.json b/resources/contenttweaker/models/item/topaz_energized_dust.json new file mode 100644 index 00000000..76fe8741 --- /dev/null +++ b/resources/contenttweaker/models/item/topaz_energized_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/topaz_energized_dust" + } +} diff --git a/resources/contenttweaker/models/item/topaz_irradiated_ore_chunks.json b/resources/contenttweaker/models/item/topaz_irradiated_ore_chunks.json new file mode 100644 index 00000000..ce8a54ed --- /dev/null +++ b/resources/contenttweaker/models/item/topaz_irradiated_ore_chunks.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/topaz_irradiated_ore_chunks" + } +} diff --git a/resources/contenttweaker/models/item/triple_compressed_clump_mythic.json b/resources/contenttweaker/models/item/triple_compressed_clump_mythic.json new file mode 100644 index 00000000..b14db6ea --- /dev/null +++ b/resources/contenttweaker/models/item/triple_compressed_clump_mythic.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/triple_compressed_clump_mythic" + } +} diff --git a/resources/contenttweaker/models/item/triple_compressed_wafer.json b/resources/contenttweaker/models/item/triple_compressed_wafer.json new file mode 100644 index 00000000..9e6e15b4 --- /dev/null +++ b/resources/contenttweaker/models/item/triple_compressed_wafer.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/triple_compressed_wafer" + } +} diff --git a/resources/contenttweaker/models/item/tritium_chunk.json b/resources/contenttweaker/models/item/tritium_chunk.json new file mode 100644 index 00000000..6a442fe6 --- /dev/null +++ b/resources/contenttweaker/models/item/tritium_chunk.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/tritium_chunk" + } +} diff --git a/resources/contenttweaker/models/item/tritium_crystal.json b/resources/contenttweaker/models/item/tritium_crystal.json new file mode 100644 index 00000000..b1ec342f --- /dev/null +++ b/resources/contenttweaker/models/item/tritium_crystal.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/tritium_crystal" + } +} diff --git a/resources/contenttweaker/models/item/tsleu_235_fuel.json b/resources/contenttweaker/models/item/tsleu_235_fuel.json new file mode 100644 index 00000000..6e2193f0 --- /dev/null +++ b/resources/contenttweaker/models/item/tsleu_235_fuel.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/tsleu_235_fuel" + } +} diff --git a/resources/contenttweaker/models/item/tulite_flower.json b/resources/contenttweaker/models/item/tulite_flower.json new file mode 100644 index 00000000..b29ac002 --- /dev/null +++ b/resources/contenttweaker/models/item/tulite_flower.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/tulite_flower" + } +} diff --git a/resources/contenttweaker/models/item/tungsten_destabilized_blend.json b/resources/contenttweaker/models/item/tungsten_destabilized_blend.json new file mode 100644 index 00000000..ee75fddc --- /dev/null +++ b/resources/contenttweaker/models/item/tungsten_destabilized_blend.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/tungsten_destabilized_blend" + } +} diff --git a/resources/contenttweaker/models/item/tungsten_energized_dust.json b/resources/contenttweaker/models/item/tungsten_energized_dust.json new file mode 100644 index 00000000..e9cbedab --- /dev/null +++ b/resources/contenttweaker/models/item/tungsten_energized_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/tungsten_energized_dust" + } +} diff --git a/resources/contenttweaker/models/item/tungsten_irradiated_ore_chunks.json b/resources/contenttweaker/models/item/tungsten_irradiated_ore_chunks.json new file mode 100644 index 00000000..c74fb8af --- /dev/null +++ b/resources/contenttweaker/models/item/tungsten_irradiated_ore_chunks.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/tungsten_irradiated_ore_chunks" + } +} diff --git a/resources/contenttweaker/models/item/twice_coated_organic_mythic_board.json b/resources/contenttweaker/models/item/twice_coated_organic_mythic_board.json new file mode 100644 index 00000000..5c4c31aa --- /dev/null +++ b/resources/contenttweaker/models/item/twice_coated_organic_mythic_board.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/twice_coated_organic_mythic_board" + } +} diff --git a/resources/contenttweaker/models/item/twilight_alloy_ingot.json b/resources/contenttweaker/models/item/twilight_alloy_ingot.json new file mode 100644 index 00000000..a288c6ba --- /dev/null +++ b/resources/contenttweaker/models/item/twilight_alloy_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/twilight_alloy_ingot" + } +} diff --git a/resources/contenttweaker/models/item/twilight_antenna.json b/resources/contenttweaker/models/item/twilight_antenna.json new file mode 100644 index 00000000..b7fa3069 --- /dev/null +++ b/resources/contenttweaker/models/item/twilight_antenna.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/twilight_antenna" + } +} diff --git a/resources/contenttweaker/models/item/twilight_diamond.json b/resources/contenttweaker/models/item/twilight_diamond.json new file mode 100644 index 00000000..64d2ccdc --- /dev/null +++ b/resources/contenttweaker/models/item/twilight_diamond.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/twilight_diamond" + } +} diff --git a/resources/contenttweaker/models/item/twilight_essence.json b/resources/contenttweaker/models/item/twilight_essence.json new file mode 100644 index 00000000..86649075 --- /dev/null +++ b/resources/contenttweaker/models/item/twilight_essence.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/twilight_essence" + } +} diff --git a/resources/contenttweaker/models/item/twilight_gear.json b/resources/contenttweaker/models/item/twilight_gear.json new file mode 100644 index 00000000..298c5e6d --- /dev/null +++ b/resources/contenttweaker/models/item/twilight_gear.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/twilight_gear" + } +} diff --git a/resources/contenttweaker/models/item/twilight_jewel.json b/resources/contenttweaker/models/item/twilight_jewel.json new file mode 100644 index 00000000..8cdcd29f --- /dev/null +++ b/resources/contenttweaker/models/item/twilight_jewel.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/twilight_jewel" + } +} diff --git a/resources/contenttweaker/models/item/tyrosaur_horn.json b/resources/contenttweaker/models/item/tyrosaur_horn.json new file mode 100644 index 00000000..5e35ee3b --- /dev/null +++ b/resources/contenttweaker/models/item/tyrosaur_horn.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/tyrosaur_horn" + } +} diff --git a/resources/contenttweaker/models/item/ultimate_lotto_token.json b/resources/contenttweaker/models/item/ultimate_lotto_token.json new file mode 100644 index 00000000..baca916c --- /dev/null +++ b/resources/contenttweaker/models/item/ultimate_lotto_token.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/ultimate_lotto_token" + } +} diff --git a/resources/contenttweaker/models/item/uncured_organic_mythic_board.json b/resources/contenttweaker/models/item/uncured_organic_mythic_board.json new file mode 100644 index 00000000..7c65848d --- /dev/null +++ b/resources/contenttweaker/models/item/uncured_organic_mythic_board.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/uncured_organic_mythic_board" + } +} diff --git a/resources/contenttweaker/models/item/unfathomable_breaker.json b/resources/contenttweaker/models/item/unfathomable_breaker.json new file mode 100644 index 00000000..719bc6fe --- /dev/null +++ b/resources/contenttweaker/models/item/unfathomable_breaker.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/unfathomable_breaker" + } +} diff --git a/resources/contenttweaker/models/item/unidentified_egg.json b/resources/contenttweaker/models/item/unidentified_egg.json new file mode 100644 index 00000000..71d3b50f --- /dev/null +++ b/resources/contenttweaker/models/item/unidentified_egg.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/unidentified_egg" + } +} diff --git a/resources/contenttweaker/models/item/unidentified_ingot.json b/resources/contenttweaker/models/item/unidentified_ingot.json new file mode 100644 index 00000000..83fb319c --- /dev/null +++ b/resources/contenttweaker/models/item/unidentified_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/unidentified_ingot" + } +} diff --git a/resources/contenttweaker/models/item/unidentified_norse_relic.json b/resources/contenttweaker/models/item/unidentified_norse_relic.json new file mode 100644 index 00000000..1fedb91d --- /dev/null +++ b/resources/contenttweaker/models/item/unidentified_norse_relic.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/unidentified_norse_relic" + } +} diff --git a/resources/contenttweaker/models/item/unidentified_plate.json b/resources/contenttweaker/models/item/unidentified_plate.json new file mode 100644 index 00000000..99d17b29 --- /dev/null +++ b/resources/contenttweaker/models/item/unidentified_plate.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/unidentified_plate" + } +} diff --git a/resources/contenttweaker/models/item/universal_booster.json b/resources/contenttweaker/models/item/universal_booster.json new file mode 100644 index 00000000..38f141a1 --- /dev/null +++ b/resources/contenttweaker/models/item/universal_booster.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/universal_booster" + } +} diff --git a/resources/contenttweaker/models/item/universal_realgar.json b/resources/contenttweaker/models/item/universal_realgar.json new file mode 100644 index 00000000..411fcbaa --- /dev/null +++ b/resources/contenttweaker/models/item/universal_realgar.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/universal_realgar" + } +} diff --git a/resources/contenttweaker/models/item/unreachable.json b/resources/contenttweaker/models/item/unreachable.json new file mode 100644 index 00000000..e361e80a --- /dev/null +++ b/resources/contenttweaker/models/item/unreachable.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/unreachable" + } +} diff --git a/resources/contenttweaker/models/item/unstable_fragment_of_unraveling.json b/resources/contenttweaker/models/item/unstable_fragment_of_unraveling.json new file mode 100644 index 00000000..1ef76a15 --- /dev/null +++ b/resources/contenttweaker/models/item/unstable_fragment_of_unraveling.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/unstable_fragment_of_unraveling" + } +} diff --git a/resources/contenttweaker/models/item/unstable_hassium_chunk.json b/resources/contenttweaker/models/item/unstable_hassium_chunk.json new file mode 100644 index 00000000..c8f695cb --- /dev/null +++ b/resources/contenttweaker/models/item/unstable_hassium_chunk.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/unstable_hassium_chunk" + } +} diff --git a/resources/contenttweaker/models/item/uranium_destabilized_blend.json b/resources/contenttweaker/models/item/uranium_destabilized_blend.json new file mode 100644 index 00000000..ccea2435 --- /dev/null +++ b/resources/contenttweaker/models/item/uranium_destabilized_blend.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/uranium_destabilized_blend" + } +} diff --git a/resources/contenttweaker/models/item/uranium_energized_dust.json b/resources/contenttweaker/models/item/uranium_energized_dust.json new file mode 100644 index 00000000..3c5ae994 --- /dev/null +++ b/resources/contenttweaker/models/item/uranium_energized_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/uranium_energized_dust" + } +} diff --git a/resources/contenttweaker/models/item/uranium_irradiated_ore_chunks.json b/resources/contenttweaker/models/item/uranium_irradiated_ore_chunks.json new file mode 100644 index 00000000..83597773 --- /dev/null +++ b/resources/contenttweaker/models/item/uranium_irradiated_ore_chunks.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/uranium_irradiated_ore_chunks" + } +} diff --git a/resources/contenttweaker/models/item/vamacheron_fur.json b/resources/contenttweaker/models/item/vamacheron_fur.json new file mode 100644 index 00000000..886b2d50 --- /dev/null +++ b/resources/contenttweaker/models/item/vamacheron_fur.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/vamacheron_fur" + } +} diff --git a/resources/contenttweaker/models/item/vanadium_dust.json b/resources/contenttweaker/models/item/vanadium_dust.json new file mode 100644 index 00000000..3003b7af --- /dev/null +++ b/resources/contenttweaker/models/item/vanadium_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/vanadium_dust" + } +} diff --git a/resources/contenttweaker/models/item/varsium_destabilized_blend.json b/resources/contenttweaker/models/item/varsium_destabilized_blend.json new file mode 100644 index 00000000..ad204f01 --- /dev/null +++ b/resources/contenttweaker/models/item/varsium_destabilized_blend.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/varsium_destabilized_blend" + } +} diff --git a/resources/contenttweaker/models/item/varsium_egg.json b/resources/contenttweaker/models/item/varsium_egg.json new file mode 100644 index 00000000..8735659f --- /dev/null +++ b/resources/contenttweaker/models/item/varsium_egg.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/varsium_egg" + } +} diff --git a/resources/contenttweaker/models/item/varsium_energized_dust.json b/resources/contenttweaker/models/item/varsium_energized_dust.json new file mode 100644 index 00000000..83ecdd2a --- /dev/null +++ b/resources/contenttweaker/models/item/varsium_energized_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/varsium_energized_dust" + } +} diff --git a/resources/contenttweaker/models/item/varsium_irradiated_ore_chunks.json b/resources/contenttweaker/models/item/varsium_irradiated_ore_chunks.json new file mode 100644 index 00000000..9f2559c6 --- /dev/null +++ b/resources/contenttweaker/models/item/varsium_irradiated_ore_chunks.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/varsium_irradiated_ore_chunks" + } +} diff --git a/resources/contenttweaker/models/item/vengeful_key.json b/resources/contenttweaker/models/item/vengeful_key.json new file mode 100644 index 00000000..45e3beea --- /dev/null +++ b/resources/contenttweaker/models/item/vengeful_key.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/vengeful_key" + } +} diff --git a/resources/contenttweaker/models/item/vengeful_steel_dust.json b/resources/contenttweaker/models/item/vengeful_steel_dust.json new file mode 100644 index 00000000..e654a722 --- /dev/null +++ b/resources/contenttweaker/models/item/vengeful_steel_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/dust" + } +} diff --git a/resources/contenttweaker/models/item/vengeful_steel_gear.json b/resources/contenttweaker/models/item/vengeful_steel_gear.json new file mode 100644 index 00000000..7d41e6ad --- /dev/null +++ b/resources/contenttweaker/models/item/vengeful_steel_gear.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/gear" + } +} diff --git a/resources/contenttweaker/models/item/vengeful_steel_ingot.json b/resources/contenttweaker/models/item/vengeful_steel_ingot.json new file mode 100644 index 00000000..7caa7e71 --- /dev/null +++ b/resources/contenttweaker/models/item/vengeful_steel_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/ingot" + } +} diff --git a/resources/contenttweaker/models/item/vengeful_steel_nugget.json b/resources/contenttweaker/models/item/vengeful_steel_nugget.json new file mode 100644 index 00000000..06699ebe --- /dev/null +++ b/resources/contenttweaker/models/item/vengeful_steel_nugget.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/nugget" + } +} diff --git a/resources/contenttweaker/models/item/vengeful_steel_plate.json b/resources/contenttweaker/models/item/vengeful_steel_plate.json new file mode 100644 index 00000000..a747d2cb --- /dev/null +++ b/resources/contenttweaker/models/item/vengeful_steel_plate.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/plate" + } +} diff --git a/resources/contenttweaker/models/item/vengeful_steel_rod.json b/resources/contenttweaker/models/item/vengeful_steel_rod.json new file mode 100644 index 00000000..e6de6497 --- /dev/null +++ b/resources/contenttweaker/models/item/vengeful_steel_rod.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/rod" + } +} diff --git a/resources/contenttweaker/models/item/vengeful_will_powder.json b/resources/contenttweaker/models/item/vengeful_will_powder.json new file mode 100644 index 00000000..25327362 --- /dev/null +++ b/resources/contenttweaker/models/item/vengeful_will_powder.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/vengeful_will_powder" + } +} diff --git a/resources/contenttweaker/models/item/vethea_garnet.json b/resources/contenttweaker/models/item/vethea_garnet.json new file mode 100644 index 00000000..70fd8340 --- /dev/null +++ b/resources/contenttweaker/models/item/vethea_garnet.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/vethea_garnet" + } +} diff --git a/resources/contenttweaker/models/item/vethea_wormhole.json b/resources/contenttweaker/models/item/vethea_wormhole.json new file mode 100644 index 00000000..551ff438 --- /dev/null +++ b/resources/contenttweaker/models/item/vethea_wormhole.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/vethea_wormhole" + } +} diff --git a/resources/contenttweaker/models/item/vibe_warper.json b/resources/contenttweaker/models/item/vibe_warper.json new file mode 100644 index 00000000..978056a3 --- /dev/null +++ b/resources/contenttweaker/models/item/vibe_warper.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/vibe_warper" + } +} diff --git a/resources/contenttweaker/models/item/vibranium_alloy_gear.json b/resources/contenttweaker/models/item/vibranium_alloy_gear.json new file mode 100644 index 00000000..7d41e6ad --- /dev/null +++ b/resources/contenttweaker/models/item/vibranium_alloy_gear.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/gear" + } +} diff --git a/resources/contenttweaker/models/item/vibranium_alloy_ingot.json b/resources/contenttweaker/models/item/vibranium_alloy_ingot.json new file mode 100644 index 00000000..7caa7e71 --- /dev/null +++ b/resources/contenttweaker/models/item/vibranium_alloy_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/ingot" + } +} diff --git a/resources/contenttweaker/models/item/vibranium_alloy_nugget.json b/resources/contenttweaker/models/item/vibranium_alloy_nugget.json new file mode 100644 index 00000000..06699ebe --- /dev/null +++ b/resources/contenttweaker/models/item/vibranium_alloy_nugget.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/nugget" + } +} diff --git a/resources/contenttweaker/models/item/vibranium_alloy_plate.json b/resources/contenttweaker/models/item/vibranium_alloy_plate.json new file mode 100644 index 00000000..a747d2cb --- /dev/null +++ b/resources/contenttweaker/models/item/vibranium_alloy_plate.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/plate" + } +} diff --git a/resources/contenttweaker/models/item/vibranium_alloy_rod.json b/resources/contenttweaker/models/item/vibranium_alloy_rod.json new file mode 100644 index 00000000..e6de6497 --- /dev/null +++ b/resources/contenttweaker/models/item/vibranium_alloy_rod.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/rod" + } +} diff --git a/resources/contenttweaker/models/item/vibranium_chest.json b/resources/contenttweaker/models/item/vibranium_chest.json new file mode 100644 index 00000000..e010eda7 --- /dev/null +++ b/resources/contenttweaker/models/item/vibranium_chest.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/chest" + } +} diff --git a/resources/contenttweaker/models/item/vibranium_dust.json b/resources/contenttweaker/models/item/vibranium_dust.json new file mode 100644 index 00000000..e654a722 --- /dev/null +++ b/resources/contenttweaker/models/item/vibranium_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/dust" + } +} diff --git a/resources/contenttweaker/models/item/vibranium_feet.json b/resources/contenttweaker/models/item/vibranium_feet.json new file mode 100644 index 00000000..3f9b0a1e --- /dev/null +++ b/resources/contenttweaker/models/item/vibranium_feet.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/feet" + } +} diff --git a/resources/contenttweaker/models/item/vibranium_head.json b/resources/contenttweaker/models/item/vibranium_head.json new file mode 100644 index 00000000..1d1c9e32 --- /dev/null +++ b/resources/contenttweaker/models/item/vibranium_head.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/head" + } +} diff --git a/resources/contenttweaker/models/item/vibranium_ingot.json b/resources/contenttweaker/models/item/vibranium_ingot.json new file mode 100644 index 00000000..7caa7e71 --- /dev/null +++ b/resources/contenttweaker/models/item/vibranium_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/ingot" + } +} diff --git a/resources/contenttweaker/models/item/vibranium_legs.json b/resources/contenttweaker/models/item/vibranium_legs.json new file mode 100644 index 00000000..9daa520d --- /dev/null +++ b/resources/contenttweaker/models/item/vibranium_legs.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/legs" + } +} diff --git a/resources/contenttweaker/models/item/vibranium_nugget.json b/resources/contenttweaker/models/item/vibranium_nugget.json new file mode 100644 index 00000000..06699ebe --- /dev/null +++ b/resources/contenttweaker/models/item/vibranium_nugget.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/nugget" + } +} diff --git a/resources/contenttweaker/models/item/vibranium_rod.json b/resources/contenttweaker/models/item/vibranium_rod.json new file mode 100644 index 00000000..e6de6497 --- /dev/null +++ b/resources/contenttweaker/models/item/vibranium_rod.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/rod" + } +} diff --git a/resources/contenttweaker/models/item/vinocorne_petal.json b/resources/contenttweaker/models/item/vinocorne_petal.json new file mode 100644 index 00000000..f12e472f --- /dev/null +++ b/resources/contenttweaker/models/item/vinocorne_petal.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/vinocorne_petal" + } +} diff --git a/resources/contenttweaker/models/item/visualent_fang.json b/resources/contenttweaker/models/item/visualent_fang.json new file mode 100644 index 00000000..5c242bea --- /dev/null +++ b/resources/contenttweaker/models/item/visualent_fang.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/visualent_fang" + } +} diff --git a/resources/contenttweaker/models/item/vitium_gem.json b/resources/contenttweaker/models/item/vitium_gem.json new file mode 100644 index 00000000..81292dfe --- /dev/null +++ b/resources/contenttweaker/models/item/vitium_gem.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/vitium_gem" + } +} diff --git a/resources/contenttweaker/models/item/vityte_dust.json b/resources/contenttweaker/models/item/vityte_dust.json new file mode 100644 index 00000000..e654a722 --- /dev/null +++ b/resources/contenttweaker/models/item/vityte_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/dust" + } +} diff --git a/resources/contenttweaker/models/item/vityte_egg.json b/resources/contenttweaker/models/item/vityte_egg.json new file mode 100644 index 00000000..89bd90b7 --- /dev/null +++ b/resources/contenttweaker/models/item/vityte_egg.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/vityte_egg" + } +} diff --git a/resources/contenttweaker/models/item/vityte_ingot.json b/resources/contenttweaker/models/item/vityte_ingot.json new file mode 100644 index 00000000..7caa7e71 --- /dev/null +++ b/resources/contenttweaker/models/item/vityte_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/ingot" + } +} diff --git a/resources/contenttweaker/models/item/vityte_nugget.json b/resources/contenttweaker/models/item/vityte_nugget.json new file mode 100644 index 00000000..06699ebe --- /dev/null +++ b/resources/contenttweaker/models/item/vityte_nugget.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/nugget" + } +} diff --git a/resources/contenttweaker/models/item/vityte_rod.json b/resources/contenttweaker/models/item/vityte_rod.json new file mode 100644 index 00000000..e6de6497 --- /dev/null +++ b/resources/contenttweaker/models/item/vityte_rod.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "base:items/rod" + } +} diff --git a/resources/contenttweaker/models/item/void_dust.json b/resources/contenttweaker/models/item/void_dust.json new file mode 100644 index 00000000..2959924e --- /dev/null +++ b/resources/contenttweaker/models/item/void_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/void_dust" + } +} diff --git a/resources/contenttweaker/models/item/void_shuriken.json b/resources/contenttweaker/models/item/void_shuriken.json new file mode 100644 index 00000000..0f2f644e --- /dev/null +++ b/resources/contenttweaker/models/item/void_shuriken.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/void_shuriken" + } +} diff --git a/resources/contenttweaker/models/item/vox_ponds_garnet.json b/resources/contenttweaker/models/item/vox_ponds_garnet.json new file mode 100644 index 00000000..f20bf3f2 --- /dev/null +++ b/resources/contenttweaker/models/item/vox_ponds_garnet.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/vox_ponds_garnet" + } +} diff --git a/resources/contenttweaker/models/item/vox_wormhole.json b/resources/contenttweaker/models/item/vox_wormhole.json new file mode 100644 index 00000000..6f8a0220 --- /dev/null +++ b/resources/contenttweaker/models/item/vox_wormhole.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/vox_wormhole" + } +} diff --git a/resources/contenttweaker/models/item/voxponds_artifact.json b/resources/contenttweaker/models/item/voxponds_artifact.json new file mode 100644 index 00000000..462976fa --- /dev/null +++ b/resources/contenttweaker/models/item/voxponds_artifact.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/voxponds_artifact" + } +} diff --git a/resources/contenttweaker/models/item/voxxulon_slime.json b/resources/contenttweaker/models/item/voxxulon_slime.json new file mode 100644 index 00000000..ea066969 --- /dev/null +++ b/resources/contenttweaker/models/item/voxxulon_slime.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/voxxulon_slime" + } +} diff --git a/resources/contenttweaker/models/item/warm_organic_mythic_board.json b/resources/contenttweaker/models/item/warm_organic_mythic_board.json new file mode 100644 index 00000000..23f38037 --- /dev/null +++ b/resources/contenttweaker/models/item/warm_organic_mythic_board.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/warm_organic_mythic_board" + } +} diff --git a/resources/contenttweaker/models/item/warp_cleanser.json b/resources/contenttweaker/models/item/warp_cleanser.json new file mode 100644 index 00000000..4abdedb9 --- /dev/null +++ b/resources/contenttweaker/models/item/warp_cleanser.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/warp_cleanser" + } +} diff --git a/resources/contenttweaker/models/item/watcher_eye.json b/resources/contenttweaker/models/item/watcher_eye.json new file mode 100644 index 00000000..256eb6d9 --- /dev/null +++ b/resources/contenttweaker/models/item/watcher_eye.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/watcher_eye" + } +} diff --git a/resources/contenttweaker/models/item/weight_of_the_heart.json b/resources/contenttweaker/models/item/weight_of_the_heart.json new file mode 100644 index 00000000..5accc7bd --- /dev/null +++ b/resources/contenttweaker/models/item/weight_of_the_heart.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/weight_of_the_heart" + } +} diff --git a/resources/contenttweaker/models/item/white_gemstone_egg.json b/resources/contenttweaker/models/item/white_gemstone_egg.json new file mode 100644 index 00000000..ac091ddb --- /dev/null +++ b/resources/contenttweaker/models/item/white_gemstone_egg.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/white_gemstone_egg" + } +} diff --git a/resources/contenttweaker/models/item/whitecrystal_destabilized_blend.json b/resources/contenttweaker/models/item/whitecrystal_destabilized_blend.json new file mode 100644 index 00000000..e191cf87 --- /dev/null +++ b/resources/contenttweaker/models/item/whitecrystal_destabilized_blend.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/whitecrystal_destabilized_blend" + } +} diff --git a/resources/contenttweaker/models/item/whitecrystal_energized_dust.json b/resources/contenttweaker/models/item/whitecrystal_energized_dust.json new file mode 100644 index 00000000..9ca0598f --- /dev/null +++ b/resources/contenttweaker/models/item/whitecrystal_energized_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/whitecrystal_energized_dust" + } +} diff --git a/resources/contenttweaker/models/item/whitecrystal_irradiated_ore_chunks.json b/resources/contenttweaker/models/item/whitecrystal_irradiated_ore_chunks.json new file mode 100644 index 00000000..054ec1fb --- /dev/null +++ b/resources/contenttweaker/models/item/whitecrystal_irradiated_ore_chunks.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/whitecrystal_irradiated_ore_chunks" + } +} diff --git a/resources/contenttweaker/models/item/wildwood_callstone.json b/resources/contenttweaker/models/item/wildwood_callstone.json new file mode 100644 index 00000000..1bb9cb83 --- /dev/null +++ b/resources/contenttweaker/models/item/wildwood_callstone.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/wildwood_callstone" + } +} diff --git a/resources/contenttweaker/models/item/wildwood_core.json b/resources/contenttweaker/models/item/wildwood_core.json new file mode 100644 index 00000000..33c58126 --- /dev/null +++ b/resources/contenttweaker/models/item/wildwood_core.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/wildwood_core" + } +} diff --git a/resources/contenttweaker/models/item/wildwood_destabilized_blend.json b/resources/contenttweaker/models/item/wildwood_destabilized_blend.json new file mode 100644 index 00000000..986628ab --- /dev/null +++ b/resources/contenttweaker/models/item/wildwood_destabilized_blend.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/wildwood_destabilized_blend" + } +} diff --git a/resources/contenttweaker/models/item/wildwood_energized_dust.json b/resources/contenttweaker/models/item/wildwood_energized_dust.json new file mode 100644 index 00000000..ead3fe64 --- /dev/null +++ b/resources/contenttweaker/models/item/wildwood_energized_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/wildwood_energized_dust" + } +} diff --git a/resources/contenttweaker/models/item/wildwood_irradiated_ore_chunks.json b/resources/contenttweaker/models/item/wildwood_irradiated_ore_chunks.json new file mode 100644 index 00000000..9576902a --- /dev/null +++ b/resources/contenttweaker/models/item/wildwood_irradiated_ore_chunks.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/wildwood_irradiated_ore_chunks" + } +} diff --git a/resources/contenttweaker/models/item/wildwood_refined_gem.json b/resources/contenttweaker/models/item/wildwood_refined_gem.json new file mode 100644 index 00000000..c0339ad4 --- /dev/null +++ b/resources/contenttweaker/models/item/wildwood_refined_gem.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/wildwood_refined_gem" + } +} diff --git a/resources/contenttweaker/models/item/wildwood_star.json b/resources/contenttweaker/models/item/wildwood_star.json new file mode 100644 index 00000000..94287076 --- /dev/null +++ b/resources/contenttweaker/models/item/wildwood_star.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/wildwood_star" + } +} diff --git a/resources/contenttweaker/models/item/wormhole_catalyst.json b/resources/contenttweaker/models/item/wormhole_catalyst.json new file mode 100644 index 00000000..f6ad3de7 --- /dev/null +++ b/resources/contenttweaker/models/item/wormhole_catalyst.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/wormhole_catalyst" + } +} diff --git a/resources/contenttweaker/models/item/xxeus_heart.json b/resources/contenttweaker/models/item/xxeus_heart.json new file mode 100644 index 00000000..185c3f28 --- /dev/null +++ b/resources/contenttweaker/models/item/xxeus_heart.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/xxeus_heart" + } +} diff --git a/resources/contenttweaker/models/item/xxeus_stone.json b/resources/contenttweaker/models/item/xxeus_stone.json new file mode 100644 index 00000000..2a48c4b1 --- /dev/null +++ b/resources/contenttweaker/models/item/xxeus_stone.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/xxeus_stone" + } +} diff --git a/resources/contenttweaker/models/item/yellorite_destabilized_blend.json b/resources/contenttweaker/models/item/yellorite_destabilized_blend.json new file mode 100644 index 00000000..f98c6b6d --- /dev/null +++ b/resources/contenttweaker/models/item/yellorite_destabilized_blend.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/yellorite_destabilized_blend" + } +} diff --git a/resources/contenttweaker/models/item/yellorite_energized_dust.json b/resources/contenttweaker/models/item/yellorite_energized_dust.json new file mode 100644 index 00000000..48a03a80 --- /dev/null +++ b/resources/contenttweaker/models/item/yellorite_energized_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/yellorite_energized_dust" + } +} diff --git a/resources/contenttweaker/models/item/yellorite_irradiated_ore_chunks.json b/resources/contenttweaker/models/item/yellorite_irradiated_ore_chunks.json new file mode 100644 index 00000000..f5ffc630 --- /dev/null +++ b/resources/contenttweaker/models/item/yellorite_irradiated_ore_chunks.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/yellorite_irradiated_ore_chunks" + } +} diff --git a/resources/contenttweaker/models/item/yellow_gemstone_egg.json b/resources/contenttweaker/models/item/yellow_gemstone_egg.json new file mode 100644 index 00000000..cc287d44 --- /dev/null +++ b/resources/contenttweaker/models/item/yellow_gemstone_egg.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/yellow_gemstone_egg" + } +} diff --git a/resources/contenttweaker/models/item/yellowcrystal_destabilized_blend.json b/resources/contenttweaker/models/item/yellowcrystal_destabilized_blend.json new file mode 100644 index 00000000..96e7241d --- /dev/null +++ b/resources/contenttweaker/models/item/yellowcrystal_destabilized_blend.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/yellowcrystal_destabilized_blend" + } +} diff --git a/resources/contenttweaker/models/item/yellowcrystal_energized_dust.json b/resources/contenttweaker/models/item/yellowcrystal_energized_dust.json new file mode 100644 index 00000000..d5ba04c2 --- /dev/null +++ b/resources/contenttweaker/models/item/yellowcrystal_energized_dust.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/yellowcrystal_energized_dust" + } +} diff --git a/resources/contenttweaker/models/item/yellowcrystal_irradiated_ore_chunks.json b/resources/contenttweaker/models/item/yellowcrystal_irradiated_ore_chunks.json new file mode 100644 index 00000000..124e683d --- /dev/null +++ b/resources/contenttweaker/models/item/yellowcrystal_irradiated_ore_chunks.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/yellowcrystal_irradiated_ore_chunks" + } +} diff --git a/resources/contenttweaker/models/item/yttrium_oxide.json b/resources/contenttweaker/models/item/yttrium_oxide.json new file mode 100644 index 00000000..96bed181 --- /dev/null +++ b/resources/contenttweaker/models/item/yttrium_oxide.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "contenttweaker:items/yttrium_oxide" + } +} diff --git a/resources/contenttweaker/textures/blocks/abyssal_cap.png b/resources/contenttweaker/textures/blocks/abyssal_cap.png new file mode 100644 index 00000000..ab1d4140 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/abyssal_cap.png differ diff --git a/resources/contenttweaker/textures/blocks/accelerator_tube.png b/resources/contenttweaker/textures/blocks/accelerator_tube.png new file mode 100644 index 00000000..9ed4c9bd Binary files /dev/null and b/resources/contenttweaker/textures/blocks/accelerator_tube.png differ diff --git a/resources/contenttweaker/textures/blocks/agate.png b/resources/contenttweaker/textures/blocks/agate.png new file mode 100644 index 00000000..8bbbf147 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/agate.png differ diff --git a/resources/contenttweaker/textures/blocks/alchemical_crystal.png b/resources/contenttweaker/textures/blocks/alchemical_crystal.png new file mode 100644 index 00000000..512fed82 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/alchemical_crystal.png differ diff --git a/resources/contenttweaker/textures/blocks/ancient_cavern_cap.png b/resources/contenttweaker/textures/blocks/ancient_cavern_cap.png new file mode 100644 index 00000000..b16f01a8 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/ancient_cavern_cap.png differ diff --git a/resources/contenttweaker/textures/blocks/arc_reactor_coil.png b/resources/contenttweaker/textures/blocks/arc_reactor_coil.png new file mode 100644 index 00000000..1ad6b609 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/arc_reactor_coil.png differ diff --git a/resources/contenttweaker/textures/blocks/arkenstone.png b/resources/contenttweaker/textures/blocks/arkenstone.png new file mode 100644 index 00000000..8d448349 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/arkenstone.png differ diff --git a/resources/contenttweaker/textures/blocks/awakened_electromagnet.png b/resources/contenttweaker/textures/blocks/awakened_electromagnet.png new file mode 100644 index 00000000..bb6547a8 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/awakened_electromagnet.png differ diff --git a/resources/contenttweaker/textures/blocks/ayeraco_stone.png b/resources/contenttweaker/textures/blocks/ayeraco_stone.png new file mode 100644 index 00000000..3d30d239 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/ayeraco_stone.png differ diff --git a/resources/contenttweaker/textures/blocks/baphomet_altar_bricks.png b/resources/contenttweaker/textures/blocks/baphomet_altar_bricks.png new file mode 100644 index 00000000..747f75f7 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/baphomet_altar_bricks.png differ diff --git a/resources/contenttweaker/textures/blocks/barathos_cap.png b/resources/contenttweaker/textures/blocks/barathos_cap.png new file mode 100644 index 00000000..d4cf4381 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/barathos_cap.png differ diff --git a/resources/contenttweaker/textures/blocks/bedrock_cobblestone.png b/resources/contenttweaker/textures/blocks/bedrock_cobblestone.png new file mode 100644 index 00000000..2fe3a672 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/bedrock_cobblestone.png differ diff --git a/resources/contenttweaker/textures/blocks/bloodmaster_block.png b/resources/contenttweaker/textures/blocks/bloodmaster_block.png new file mode 100644 index 00000000..bb1f10da Binary files /dev/null and b/resources/contenttweaker/textures/blocks/bloodmaster_block.png differ diff --git a/resources/contenttweaker/textures/blocks/borean_cap.png b/resources/contenttweaker/textures/blocks/borean_cap.png new file mode 100644 index 00000000..4d292cdc Binary files /dev/null and b/resources/contenttweaker/textures/blocks/borean_cap.png differ diff --git a/resources/contenttweaker/textures/blocks/broken_portal_arcana.png b/resources/contenttweaker/textures/blocks/broken_portal_arcana.png new file mode 100644 index 00000000..933bcaa9 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/broken_portal_arcana.png differ diff --git a/resources/contenttweaker/textures/blocks/candy_block.png b/resources/contenttweaker/textures/blocks/candy_block.png new file mode 100644 index 00000000..f805616a Binary files /dev/null and b/resources/contenttweaker/textures/blocks/candy_block.png differ diff --git a/resources/contenttweaker/textures/blocks/candyland_cap.png b/resources/contenttweaker/textures/blocks/candyland_cap.png new file mode 100644 index 00000000..e28acbea Binary files /dev/null and b/resources/contenttweaker/textures/blocks/candyland_cap.png differ diff --git a/resources/contenttweaker/textures/blocks/celeve_cap.png b/resources/contenttweaker/textures/blocks/celeve_cap.png new file mode 100644 index 00000000..230ffdc2 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/celeve_cap.png differ diff --git a/resources/contenttweaker/textures/blocks/celian_block.png b/resources/contenttweaker/textures/blocks/celian_block.png new file mode 100644 index 00000000..bdcc05a0 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/celian_block.png differ diff --git a/resources/contenttweaker/textures/blocks/chaotic_bricks.png b/resources/contenttweaker/textures/blocks/chaotic_bricks.png new file mode 100644 index 00000000..9e9bbad0 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/chaotic_bricks.png differ diff --git a/resources/contenttweaker/textures/blocks/chaotic_stone.png b/resources/contenttweaker/textures/blocks/chaotic_stone.png new file mode 100644 index 00000000..a4d27bc2 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/chaotic_stone.png differ diff --git a/resources/contenttweaker/textures/blocks/collapser_casing.png b/resources/contenttweaker/textures/blocks/collapser_casing.png new file mode 100644 index 00000000..a681410c Binary files /dev/null and b/resources/contenttweaker/textures/blocks/collapser_casing.png differ diff --git a/resources/contenttweaker/textures/blocks/collapser_conduit.png b/resources/contenttweaker/textures/blocks/collapser_conduit.png new file mode 100644 index 00000000..3f6537b6 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/collapser_conduit.png differ diff --git a/resources/contenttweaker/textures/blocks/collecting_stone.png b/resources/contenttweaker/textures/blocks/collecting_stone.png new file mode 100644 index 00000000..10b5d51a Binary files /dev/null and b/resources/contenttweaker/textures/blocks/collecting_stone.png differ diff --git a/resources/contenttweaker/textures/blocks/corrosive_crystal_cluster.png b/resources/contenttweaker/textures/blocks/corrosive_crystal_cluster.png new file mode 100644 index 00000000..be0baf75 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/corrosive_crystal_cluster.png differ diff --git a/resources/contenttweaker/textures/blocks/creeponian_cap.png b/resources/contenttweaker/textures/blocks/creeponian_cap.png new file mode 100644 index 00000000..3eba3729 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/creeponian_cap.png differ diff --git a/resources/contenttweaker/textures/blocks/crimson_quartz.png b/resources/contenttweaker/textures/blocks/crimson_quartz.png new file mode 100644 index 00000000..3b1b5fa3 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/crimson_quartz.png differ diff --git a/resources/contenttweaker/textures/blocks/crystevia_cap.png b/resources/contenttweaker/textures/blocks/crystevia_cap.png new file mode 100644 index 00000000..2db8bb8f Binary files /dev/null and b/resources/contenttweaker/textures/blocks/crystevia_cap.png differ diff --git a/resources/contenttweaker/textures/blocks/crystevian_crystal.png b/resources/contenttweaker/textures/blocks/crystevian_crystal.png new file mode 100644 index 00000000..6ec66267 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/crystevian_crystal.png differ diff --git a/resources/contenttweaker/textures/blocks/dark_mithrillium_block.png b/resources/contenttweaker/textures/blocks/dark_mithrillium_block.png new file mode 100644 index 00000000..359e0a37 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/dark_mithrillium_block.png differ diff --git a/resources/contenttweaker/textures/blocks/dark_soul_machine_chassis.png b/resources/contenttweaker/textures/blocks/dark_soul_machine_chassis.png new file mode 100644 index 00000000..3eed784b Binary files /dev/null and b/resources/contenttweaker/textures/blocks/dark_soul_machine_chassis.png differ diff --git a/resources/contenttweaker/textures/blocks/darkstar_stone.png b/resources/contenttweaker/textures/blocks/darkstar_stone.png new file mode 100644 index 00000000..1d25af97 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/darkstar_stone.png differ diff --git a/resources/contenttweaker/textures/blocks/deepland_cap.png b/resources/contenttweaker/textures/blocks/deepland_cap.png new file mode 100644 index 00000000..a0f74492 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/deepland_cap.png differ diff --git a/resources/contenttweaker/textures/blocks/defined_machine_case.png b/resources/contenttweaker/textures/blocks/defined_machine_case.png new file mode 100644 index 00000000..3fed54a7 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/defined_machine_case.png differ diff --git a/resources/contenttweaker/textures/blocks/demonic_crystal_cluster.png b/resources/contenttweaker/textures/blocks/demonic_crystal_cluster.png new file mode 100644 index 00000000..d4c28f60 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/demonic_crystal_cluster.png differ diff --git a/resources/contenttweaker/textures/blocks/dense_gravitite_ore.png b/resources/contenttweaker/textures/blocks/dense_gravitite_ore.png new file mode 100644 index 00000000..75780211 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/dense_gravitite_ore.png differ diff --git a/resources/contenttweaker/textures/blocks/destructive_crystal_cluster.png b/resources/contenttweaker/textures/blocks/destructive_crystal_cluster.png new file mode 100644 index 00000000..537596ac Binary files /dev/null and b/resources/contenttweaker/textures/blocks/destructive_crystal_cluster.png differ diff --git a/resources/contenttweaker/textures/blocks/destructive_demon_alloy.png b/resources/contenttweaker/textures/blocks/destructive_demon_alloy.png new file mode 100644 index 00000000..774c0e21 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/destructive_demon_alloy.png differ diff --git a/resources/contenttweaker/textures/blocks/destructive_demon_eye.png b/resources/contenttweaker/textures/blocks/destructive_demon_eye.png new file mode 100644 index 00000000..3d2b425d Binary files /dev/null and b/resources/contenttweaker/textures/blocks/destructive_demon_eye.png differ diff --git a/resources/contenttweaker/textures/blocks/destructive_stone_bricks.png b/resources/contenttweaker/textures/blocks/destructive_stone_bricks.png new file mode 100644 index 00000000..72216cbb Binary files /dev/null and b/resources/contenttweaker/textures/blocks/destructive_stone_bricks.png differ diff --git a/resources/contenttweaker/textures/blocks/draconic_machine_frame.png b/resources/contenttweaker/textures/blocks/draconic_machine_frame.png new file mode 100644 index 00000000..9134c5f8 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/draconic_machine_frame.png differ diff --git a/resources/contenttweaker/textures/blocks/draconium_electromagnet.png b/resources/contenttweaker/textures/blocks/draconium_electromagnet.png new file mode 100644 index 00000000..d6331c5c Binary files /dev/null and b/resources/contenttweaker/textures/blocks/draconium_electromagnet.png differ diff --git a/resources/contenttweaker/textures/blocks/dreaded_steel_block.png b/resources/contenttweaker/textures/blocks/dreaded_steel_block.png new file mode 100644 index 00000000..8049700c Binary files /dev/null and b/resources/contenttweaker/textures/blocks/dreaded_steel_block.png differ diff --git a/resources/contenttweaker/textures/blocks/dustopia_cap.png b/resources/contenttweaker/textures/blocks/dustopia_cap.png new file mode 100644 index 00000000..4897d81d Binary files /dev/null and b/resources/contenttweaker/textures/blocks/dustopia_cap.png differ diff --git a/resources/contenttweaker/textures/blocks/dyson_beam.png b/resources/contenttweaker/textures/blocks/dyson_beam.png new file mode 100644 index 00000000..e5c553db Binary files /dev/null and b/resources/contenttweaker/textures/blocks/dyson_beam.png differ diff --git a/resources/contenttweaker/textures/blocks/dyson_collector.png b/resources/contenttweaker/textures/blocks/dyson_collector.png new file mode 100644 index 00000000..e2f2d3d7 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/dyson_collector.png differ diff --git a/resources/contenttweaker/textures/blocks/dyson_compressor.png b/resources/contenttweaker/textures/blocks/dyson_compressor.png new file mode 100644 index 00000000..6394e94d Binary files /dev/null and b/resources/contenttweaker/textures/blocks/dyson_compressor.png differ diff --git a/resources/contenttweaker/textures/blocks/dyson_conduit.png b/resources/contenttweaker/textures/blocks/dyson_conduit.png new file mode 100644 index 00000000..a8c3bc0a Binary files /dev/null and b/resources/contenttweaker/textures/blocks/dyson_conduit.png differ diff --git a/resources/contenttweaker/textures/blocks/dyson_shell.png b/resources/contenttweaker/textures/blocks/dyson_shell.png new file mode 100644 index 00000000..8fa09dbc Binary files /dev/null and b/resources/contenttweaker/textures/blocks/dyson_shell.png differ diff --git a/resources/contenttweaker/textures/blocks/ender_dolomite.png b/resources/contenttweaker/textures/blocks/ender_dolomite.png new file mode 100644 index 00000000..555db123 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/ender_dolomite.png differ diff --git a/resources/contenttweaker/textures/blocks/eternal_tulite.png b/resources/contenttweaker/textures/blocks/eternal_tulite.png new file mode 100644 index 00000000..60e1b283 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/eternal_tulite.png differ diff --git a/resources/contenttweaker/textures/blocks/experiment_casing.png b/resources/contenttweaker/textures/blocks/experiment_casing.png new file mode 100644 index 00000000..f97a1496 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/experiment_casing.png differ diff --git a/resources/contenttweaker/textures/blocks/feldspar.png b/resources/contenttweaker/textures/blocks/feldspar.png new file mode 100644 index 00000000..83194700 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/feldspar.png differ diff --git a/resources/contenttweaker/textures/blocks/fiery_pyrite.png b/resources/contenttweaker/textures/blocks/fiery_pyrite.png new file mode 100644 index 00000000..4df5f008 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/fiery_pyrite.png differ diff --git a/resources/contenttweaker/textures/blocks/fluctuatite_ore.png b/resources/contenttweaker/textures/blocks/fluctuatite_ore.png new file mode 100644 index 00000000..2025479b Binary files /dev/null and b/resources/contenttweaker/textures/blocks/fluctuatite_ore.png differ diff --git a/resources/contenttweaker/textures/blocks/gaia_spirit_block.png b/resources/contenttweaker/textures/blocks/gaia_spirit_block.png new file mode 100644 index 00000000..a25c076f Binary files /dev/null and b/resources/contenttweaker/textures/blocks/gaia_spirit_block.png differ diff --git a/resources/contenttweaker/textures/blocks/garden_block.png b/resources/contenttweaker/textures/blocks/garden_block.png new file mode 100644 index 00000000..1bc8fdb8 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/garden_block.png differ diff --git a/resources/contenttweaker/textures/blocks/gardencia_cap.png b/resources/contenttweaker/textures/blocks/gardencia_cap.png new file mode 100644 index 00000000..4dd3964b Binary files /dev/null and b/resources/contenttweaker/textures/blocks/gardencia_cap.png differ diff --git a/resources/contenttweaker/textures/blocks/gravity_inverter.png b/resources/contenttweaker/textures/blocks/gravity_inverter.png new file mode 100644 index 00000000..37ef53e7 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/gravity_inverter.png differ diff --git a/resources/contenttweaker/textures/blocks/greckon_cap.png b/resources/contenttweaker/textures/blocks/greckon_cap.png new file mode 100644 index 00000000..ef1b99ee Binary files /dev/null and b/resources/contenttweaker/textures/blocks/greckon_cap.png differ diff --git a/resources/contenttweaker/textures/blocks/haven_block.png b/resources/contenttweaker/textures/blocks/haven_block.png new file mode 100644 index 00000000..f53b4e2b Binary files /dev/null and b/resources/contenttweaker/textures/blocks/haven_block.png differ diff --git a/resources/contenttweaker/textures/blocks/haven_cap.png b/resources/contenttweaker/textures/blocks/haven_cap.png new file mode 100644 index 00000000..2c5708c3 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/haven_cap.png differ diff --git a/resources/contenttweaker/textures/blocks/high_energy_ray_collector.png b/resources/contenttweaker/textures/blocks/high_energy_ray_collector.png new file mode 100644 index 00000000..ae8d9060 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/high_energy_ray_collector.png differ diff --git a/resources/contenttweaker/textures/blocks/highly_advanced_machine_casing.png b/resources/contenttweaker/textures/blocks/highly_advanced_machine_casing.png new file mode 100644 index 00000000..a45a362d Binary files /dev/null and b/resources/contenttweaker/textures/blocks/highly_advanced_machine_casing.png differ diff --git a/resources/contenttweaker/textures/blocks/horizon_stabilizer.png b/resources/contenttweaker/textures/blocks/horizon_stabilizer.png new file mode 100644 index 00000000..0ec53cd3 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/horizon_stabilizer.png differ diff --git a/resources/contenttweaker/textures/blocks/icy_bricks.png b/resources/contenttweaker/textures/blocks/icy_bricks.png new file mode 100644 index 00000000..776b8cfa Binary files /dev/null and b/resources/contenttweaker/textures/blocks/icy_bricks.png differ diff --git a/resources/contenttweaker/textures/blocks/icy_gateway.png b/resources/contenttweaker/textures/blocks/icy_gateway.png new file mode 100644 index 00000000..ddba5f59 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/icy_gateway.png differ diff --git a/resources/contenttweaker/textures/blocks/icy_stone.png b/resources/contenttweaker/textures/blocks/icy_stone.png new file mode 100644 index 00000000..f3a3f511 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/icy_stone.png differ diff --git a/resources/contenttweaker/textures/blocks/icy_tiles.png b/resources/contenttweaker/textures/blocks/icy_tiles.png new file mode 100644 index 00000000..a4d90bf7 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/icy_tiles.png differ diff --git a/resources/contenttweaker/textures/blocks/immortallis_cap.png b/resources/contenttweaker/textures/blocks/immortallis_cap.png new file mode 100644 index 00000000..1ce6f5d7 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/immortallis_cap.png differ diff --git a/resources/contenttweaker/textures/blocks/infinity_dyson_conduit.png b/resources/contenttweaker/textures/blocks/infinity_dyson_conduit.png new file mode 100644 index 00000000..c8753e5e Binary files /dev/null and b/resources/contenttweaker/textures/blocks/infinity_dyson_conduit.png differ diff --git a/resources/contenttweaker/textures/blocks/infinity_furnace_bricks.png b/resources/contenttweaker/textures/blocks/infinity_furnace_bricks.png new file mode 100644 index 00000000..a74f4e05 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/infinity_furnace_bricks.png differ diff --git a/resources/contenttweaker/textures/blocks/infusion_catalyst.png b/resources/contenttweaker/textures/blocks/infusion_catalyst.png new file mode 100644 index 00000000..a1c87b44 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/infusion_catalyst.png differ diff --git a/resources/contenttweaker/textures/blocks/iromine_block.png b/resources/contenttweaker/textures/blocks/iromine_block.png new file mode 100644 index 00000000..955a4b63 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/iromine_block.png differ diff --git a/resources/contenttweaker/textures/blocks/iromine_cap.png b/resources/contenttweaker/textures/blocks/iromine_cap.png new file mode 100644 index 00000000..66876e2b Binary files /dev/null and b/resources/contenttweaker/textures/blocks/iromine_cap.png differ diff --git a/resources/contenttweaker/textures/blocks/irradiated_filler.png b/resources/contenttweaker/textures/blocks/irradiated_filler.png new file mode 100644 index 00000000..339d225f Binary files /dev/null and b/resources/contenttweaker/textures/blocks/irradiated_filler.png differ diff --git a/resources/contenttweaker/textures/blocks/irradiator_casing.png b/resources/contenttweaker/textures/blocks/irradiator_casing.png new file mode 100644 index 00000000..c9581f12 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/irradiator_casing.png differ diff --git a/resources/contenttweaker/textures/blocks/lelyetian_cap.png b/resources/contenttweaker/textures/blocks/lelyetian_cap.png new file mode 100644 index 00000000..0cff025c Binary files /dev/null and b/resources/contenttweaker/textures/blocks/lelyetian_cap.png differ diff --git a/resources/contenttweaker/textures/blocks/lilith_altar_bricks.png b/resources/contenttweaker/textures/blocks/lilith_altar_bricks.png new file mode 100644 index 00000000..e6663e5b Binary files /dev/null and b/resources/contenttweaker/textures/blocks/lilith_altar_bricks.png differ diff --git a/resources/contenttweaker/textures/blocks/linear_accelerator_tube.png b/resources/contenttweaker/textures/blocks/linear_accelerator_tube.png new file mode 100644 index 00000000..4bb28a48 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/linear_accelerator_tube.png differ diff --git a/resources/contenttweaker/textures/blocks/living_gold.png b/resources/contenttweaker/textures/blocks/living_gold.png new file mode 100644 index 00000000..057511ed Binary files /dev/null and b/resources/contenttweaker/textures/blocks/living_gold.png differ diff --git a/resources/contenttweaker/textures/blocks/lunalus_cap.png b/resources/contenttweaker/textures/blocks/lunalus_cap.png new file mode 100644 index 00000000..2e8ddcf3 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/lunalus_cap.png differ diff --git a/resources/contenttweaker/textures/blocks/master_rune_box.png b/resources/contenttweaker/textures/blocks/master_rune_box.png new file mode 100644 index 00000000..59cb44ab Binary files /dev/null and b/resources/contenttweaker/textures/blocks/master_rune_box.png differ diff --git a/resources/contenttweaker/textures/blocks/metagabbro.png b/resources/contenttweaker/textures/blocks/metagabbro.png new file mode 100644 index 00000000..56412c75 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/metagabbro.png differ diff --git a/resources/contenttweaker/textures/blocks/miniature_black_hole.png b/resources/contenttweaker/textures/blocks/miniature_black_hole.png new file mode 100644 index 00000000..7c42210a Binary files /dev/null and b/resources/contenttweaker/textures/blocks/miniature_black_hole.png differ diff --git a/resources/contenttweaker/textures/blocks/miniature_pulsar.png b/resources/contenttweaker/textures/blocks/miniature_pulsar.png new file mode 100644 index 00000000..091c572d Binary files /dev/null and b/resources/contenttweaker/textures/blocks/miniature_pulsar.png differ diff --git a/resources/contenttweaker/textures/blocks/miniature_star.png b/resources/contenttweaker/textures/blocks/miniature_star.png new file mode 100644 index 00000000..e7e18de9 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/miniature_star.png differ diff --git a/resources/contenttweaker/textures/blocks/mithrillium_catalyst.png b/resources/contenttweaker/textures/blocks/mithrillium_catalyst.png new file mode 100644 index 00000000..d59163ce Binary files /dev/null and b/resources/contenttweaker/textures/blocks/mithrillium_catalyst.png differ diff --git a/resources/contenttweaker/textures/blocks/moloch_altar_bricks.png b/resources/contenttweaker/textures/blocks/moloch_altar_bricks.png new file mode 100644 index 00000000..fbffd252 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/moloch_altar_bricks.png differ diff --git a/resources/contenttweaker/textures/blocks/myrmitite_ore.png b/resources/contenttweaker/textures/blocks/myrmitite_ore.png new file mode 100644 index 00000000..0da0871d Binary files /dev/null and b/resources/contenttweaker/textures/blocks/myrmitite_ore.png differ diff --git a/resources/contenttweaker/textures/blocks/mysterium_block.png b/resources/contenttweaker/textures/blocks/mysterium_block.png new file mode 100644 index 00000000..d012e6cc Binary files /dev/null and b/resources/contenttweaker/textures/blocks/mysterium_block.png differ diff --git a/resources/contenttweaker/textures/blocks/mysterium_cap.png b/resources/contenttweaker/textures/blocks/mysterium_cap.png new file mode 100644 index 00000000..a628d8b4 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/mysterium_cap.png differ diff --git a/resources/contenttweaker/textures/blocks/mythic_coil_t1.png b/resources/contenttweaker/textures/blocks/mythic_coil_t1.png new file mode 100644 index 00000000..0bff6615 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/mythic_coil_t1.png differ diff --git a/resources/contenttweaker/textures/blocks/mythic_coil_t2.png b/resources/contenttweaker/textures/blocks/mythic_coil_t2.png new file mode 100644 index 00000000..aa6d019f Binary files /dev/null and b/resources/contenttweaker/textures/blocks/mythic_coil_t2.png differ diff --git a/resources/contenttweaker/textures/blocks/mythic_coil_t3.png b/resources/contenttweaker/textures/blocks/mythic_coil_t3.png new file mode 100644 index 00000000..bc0e7fc2 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/mythic_coil_t3.png differ diff --git a/resources/contenttweaker/textures/blocks/mythic_excavation_computer.png b/resources/contenttweaker/textures/blocks/mythic_excavation_computer.png new file mode 100644 index 00000000..9c5665e3 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/mythic_excavation_computer.png differ diff --git a/resources/contenttweaker/textures/blocks/mythic_excavation_engine.png b/resources/contenttweaker/textures/blocks/mythic_excavation_engine.png new file mode 100644 index 00000000..14cd05e7 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/mythic_excavation_engine.png differ diff --git a/resources/contenttweaker/textures/blocks/mythic_excavation_reactor.png b/resources/contenttweaker/textures/blocks/mythic_excavation_reactor.png new file mode 100644 index 00000000..2364d1c5 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/mythic_excavation_reactor.png differ diff --git a/resources/contenttweaker/textures/blocks/mythic_machine_case.png b/resources/contenttweaker/textures/blocks/mythic_machine_case.png new file mode 100644 index 00000000..18315ca5 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/mythic_machine_case.png differ diff --git a/resources/contenttweaker/textures/blocks/nethersky_amber.png b/resources/contenttweaker/textures/blocks/nethersky_amber.png new file mode 100644 index 00000000..1efba24c Binary files /dev/null and b/resources/contenttweaker/textures/blocks/nethersky_amber.png differ diff --git a/resources/contenttweaker/textures/blocks/neutronium_bombarder.png b/resources/contenttweaker/textures/blocks/neutronium_bombarder.png new file mode 100644 index 00000000..4356df29 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/neutronium_bombarder.png differ diff --git a/resources/contenttweaker/textures/blocks/neutronium_cannon.png b/resources/contenttweaker/textures/blocks/neutronium_cannon.png new file mode 100644 index 00000000..d353582b Binary files /dev/null and b/resources/contenttweaker/textures/blocks/neutronium_cannon.png differ diff --git a/resources/contenttweaker/textures/blocks/neutronium_casing.png b/resources/contenttweaker/textures/blocks/neutronium_casing.png new file mode 100644 index 00000000..7121c1b8 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/neutronium_casing.png differ diff --git a/resources/contenttweaker/textures/blocks/nightmare_block.png b/resources/contenttweaker/textures/blocks/nightmare_block.png new file mode 100644 index 00000000..7240557a Binary files /dev/null and b/resources/contenttweaker/textures/blocks/nightmare_block.png differ diff --git a/resources/contenttweaker/textures/blocks/nightmare_machine_case.png b/resources/contenttweaker/textures/blocks/nightmare_machine_case.png new file mode 100644 index 00000000..638895f9 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/nightmare_machine_case.png differ diff --git a/resources/contenttweaker/textures/blocks/ogerite_ore.png b/resources/contenttweaker/textures/blocks/ogerite_ore.png new file mode 100644 index 00000000..06d0b72b Binary files /dev/null and b/resources/contenttweaker/textures/blocks/ogerite_ore.png differ diff --git a/resources/contenttweaker/textures/blocks/onyx.png b/resources/contenttweaker/textures/blocks/onyx.png new file mode 100644 index 00000000..50b27f24 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/onyx.png differ diff --git a/resources/contenttweaker/textures/blocks/pink_marble.png b/resources/contenttweaker/textures/blocks/pink_marble.png new file mode 100644 index 00000000..61945c76 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/pink_marble.png differ diff --git a/resources/contenttweaker/textures/blocks/plasma_wood.png b/resources/contenttweaker/textures/blocks/plasma_wood.png new file mode 100644 index 00000000..5298a323 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/plasma_wood.png differ diff --git a/resources/contenttweaker/textures/blocks/precasian_cap.png b/resources/contenttweaker/textures/blocks/precasian_cap.png new file mode 100644 index 00000000..e70f0d4a Binary files /dev/null and b/resources/contenttweaker/textures/blocks/precasian_cap.png differ diff --git a/resources/contenttweaker/textures/blocks/purity_offer.png b/resources/contenttweaker/textures/blocks/purity_offer.png new file mode 100644 index 00000000..a8ee9c43 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/purity_offer.png differ diff --git a/resources/contenttweaker/textures/blocks/ragnarok_sigil.png b/resources/contenttweaker/textures/blocks/ragnarok_sigil.png new file mode 100644 index 00000000..54c278aa Binary files /dev/null and b/resources/contenttweaker/textures/blocks/ragnarok_sigil.png differ diff --git a/resources/contenttweaker/textures/blocks/rainbow_bricks.png b/resources/contenttweaker/textures/blocks/rainbow_bricks.png new file mode 100644 index 00000000..c969a9d4 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/rainbow_bricks.png differ diff --git a/resources/contenttweaker/textures/blocks/reinforced_shyre_bricks.png b/resources/contenttweaker/textures/blocks/reinforced_shyre_bricks.png new file mode 100644 index 00000000..81c2291f Binary files /dev/null and b/resources/contenttweaker/textures/blocks/reinforced_shyre_bricks.png differ diff --git a/resources/contenttweaker/textures/blocks/resonating_stone.png b/resources/contenttweaker/textures/blocks/resonating_stone.png new file mode 100644 index 00000000..16d7f949 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/resonating_stone.png differ diff --git a/resources/contenttweaker/textures/blocks/retaliation_portal.png b/resources/contenttweaker/textures/blocks/retaliation_portal.png new file mode 100644 index 00000000..7c0cc0ac Binary files /dev/null and b/resources/contenttweaker/textures/blocks/retaliation_portal.png differ diff --git a/resources/contenttweaker/textures/blocks/rhenium_ore.png b/resources/contenttweaker/textures/blocks/rhenium_ore.png new file mode 100644 index 00000000..04c96465 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/rhenium_ore.png differ diff --git a/resources/contenttweaker/textures/blocks/runador_cap.png b/resources/contenttweaker/textures/blocks/runador_cap.png new file mode 100644 index 00000000..8660fa4d Binary files /dev/null and b/resources/contenttweaker/textures/blocks/runador_cap.png differ diff --git a/resources/contenttweaker/textures/blocks/sacred_wood.png b/resources/contenttweaker/textures/blocks/sacred_wood.png new file mode 100644 index 00000000..4bd86bd9 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/sacred_wood.png differ diff --git a/resources/contenttweaker/textures/blocks/sednanite_ore.png b/resources/contenttweaker/textures/blocks/sednanite_ore.png new file mode 100644 index 00000000..4ae01d76 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/sednanite_ore.png differ diff --git a/resources/contenttweaker/textures/blocks/serpentine.png b/resources/contenttweaker/textures/blocks/serpentine.png new file mode 100644 index 00000000..05f23f13 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/serpentine.png differ diff --git a/resources/contenttweaker/textures/blocks/shyre_bricks.png b/resources/contenttweaker/textures/blocks/shyre_bricks.png new file mode 100644 index 00000000..b413e2a9 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/shyre_bricks.png differ diff --git a/resources/contenttweaker/textures/blocks/steadfast_crystal_cluster.png b/resources/contenttweaker/textures/blocks/steadfast_crystal_cluster.png new file mode 100644 index 00000000..447e0ff4 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/steadfast_crystal_cluster.png differ diff --git a/resources/contenttweaker/textures/blocks/stone_of_the_wizard.png b/resources/contenttweaker/textures/blocks/stone_of_the_wizard.png new file mode 100644 index 00000000..327ffd48 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/stone_of_the_wizard.png differ diff --git a/resources/contenttweaker/textures/blocks/tartarite_monolith.png b/resources/contenttweaker/textures/blocks/tartarite_monolith.png new file mode 100644 index 00000000..c33bb30e Binary files /dev/null and b/resources/contenttweaker/textures/blocks/tartarite_monolith.png differ diff --git a/resources/contenttweaker/textures/blocks/tartarite_ore.png b/resources/contenttweaker/textures/blocks/tartarite_ore.png new file mode 100644 index 00000000..0dded169 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/tartarite_ore.png differ diff --git a/resources/contenttweaker/textures/blocks/travertine.png b/resources/contenttweaker/textures/blocks/travertine.png new file mode 100644 index 00000000..7392efbe Binary files /dev/null and b/resources/contenttweaker/textures/blocks/travertine.png differ diff --git a/resources/contenttweaker/textures/blocks/ultracapacitor_bank.png b/resources/contenttweaker/textures/blocks/ultracapacitor_bank.png new file mode 100644 index 00000000..6af94832 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/ultracapacitor_bank.png differ diff --git a/resources/contenttweaker/textures/blocks/unfathomable_stone.png b/resources/contenttweaker/textures/blocks/unfathomable_stone.png new file mode 100644 index 00000000..4732c69a Binary files /dev/null and b/resources/contenttweaker/textures/blocks/unfathomable_stone.png differ diff --git a/resources/contenttweaker/textures/blocks/valtellina_ore.png b/resources/contenttweaker/textures/blocks/valtellina_ore.png new file mode 100644 index 00000000..9dc217e4 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/valtellina_ore.png differ diff --git a/resources/contenttweaker/textures/blocks/vengeful_crystal_cluster.png b/resources/contenttweaker/textures/blocks/vengeful_crystal_cluster.png new file mode 100644 index 00000000..4ddd606d Binary files /dev/null and b/resources/contenttweaker/textures/blocks/vengeful_crystal_cluster.png differ diff --git a/resources/contenttweaker/textures/blocks/vengeful_portal.png b/resources/contenttweaker/textures/blocks/vengeful_portal.png new file mode 100644 index 00000000..d09811c8 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/vengeful_portal.png differ diff --git a/resources/contenttweaker/textures/blocks/vengeful_stone_tiles.png b/resources/contenttweaker/textures/blocks/vengeful_stone_tiles.png new file mode 100644 index 00000000..a505e477 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/vengeful_stone_tiles.png differ diff --git a/resources/contenttweaker/textures/blocks/vibranium_servo.png b/resources/contenttweaker/textures/blocks/vibranium_servo.png new file mode 100644 index 00000000..99afacf3 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/vibranium_servo.png differ diff --git a/resources/contenttweaker/textures/blocks/vibrating_stone.png b/resources/contenttweaker/textures/blocks/vibrating_stone.png new file mode 100644 index 00000000..d203d1c3 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/vibrating_stone.png differ diff --git a/resources/contenttweaker/textures/blocks/vox_block.png b/resources/contenttweaker/textures/blocks/vox_block.png new file mode 100644 index 00000000..bd327380 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/vox_block.png differ diff --git a/resources/contenttweaker/textures/blocks/voxponds_cap.png b/resources/contenttweaker/textures/blocks/voxponds_cap.png new file mode 100644 index 00000000..9b312d2e Binary files /dev/null and b/resources/contenttweaker/textures/blocks/voxponds_cap.png differ diff --git a/resources/contenttweaker/textures/blocks/warped_stone.png b/resources/contenttweaker/textures/blocks/warped_stone.png new file mode 100644 index 00000000..dd5a7895 Binary files /dev/null and b/resources/contenttweaker/textures/blocks/warped_stone.png differ diff --git a/resources/contenttweaker/textures/blocks/white_fuel.png b/resources/contenttweaker/textures/blocks/white_fuel.png new file mode 100644 index 00000000..1cd14f8f Binary files /dev/null and b/resources/contenttweaker/textures/blocks/white_fuel.png differ diff --git a/resources/contenttweaker/textures/blocks/white_hole.png b/resources/contenttweaker/textures/blocks/white_hole.png new file mode 100644 index 00000000..6caa819b Binary files /dev/null and b/resources/contenttweaker/textures/blocks/white_hole.png differ diff --git a/resources/contenttweaker/textures/entities/amber_chicken.png b/resources/contenttweaker/textures/entities/amber_chicken.png new file mode 100644 index 00000000..8398d7d3 Binary files /dev/null and b/resources/contenttweaker/textures/entities/amber_chicken.png differ diff --git a/resources/contenttweaker/textures/entities/amethyst_chicken.png b/resources/contenttweaker/textures/entities/amethyst_chicken.png new file mode 100644 index 00000000..f8b0d2bd Binary files /dev/null and b/resources/contenttweaker/textures/entities/amethyst_chicken.png differ diff --git a/resources/contenttweaker/textures/entities/arlemite_chicken.png b/resources/contenttweaker/textures/entities/arlemite_chicken.png new file mode 100644 index 00000000..52a0162c Binary files /dev/null and b/resources/contenttweaker/textures/entities/arlemite_chicken.png differ diff --git a/resources/contenttweaker/textures/entities/baronyte_chicken.png b/resources/contenttweaker/textures/entities/baronyte_chicken.png new file mode 100644 index 00000000..59dee5dd Binary files /dev/null and b/resources/contenttweaker/textures/entities/baronyte_chicken.png differ diff --git a/resources/contenttweaker/textures/entities/blazium_chicken.png b/resources/contenttweaker/textures/entities/blazium_chicken.png new file mode 100644 index 00000000..6c01dc27 Binary files /dev/null and b/resources/contenttweaker/textures/entities/blazium_chicken.png differ diff --git a/resources/contenttweaker/textures/entities/bloodgem_chicken.png b/resources/contenttweaker/textures/entities/bloodgem_chicken.png new file mode 100644 index 00000000..eb7919a8 Binary files /dev/null and b/resources/contenttweaker/textures/entities/bloodgem_chicken.png differ diff --git a/resources/contenttweaker/textures/entities/bloodstone_chicken.png b/resources/contenttweaker/textures/entities/bloodstone_chicken.png new file mode 100644 index 00000000..1c11eb75 Binary files /dev/null and b/resources/contenttweaker/textures/entities/bloodstone_chicken.png differ diff --git a/resources/contenttweaker/textures/entities/blue_gemstone_chicken.png b/resources/contenttweaker/textures/entities/blue_gemstone_chicken.png new file mode 100644 index 00000000..03ad4358 Binary files /dev/null and b/resources/contenttweaker/textures/entities/blue_gemstone_chicken.png differ diff --git a/resources/contenttweaker/textures/entities/brightsteel_chicken.png b/resources/contenttweaker/textures/entities/brightsteel_chicken.png new file mode 100644 index 00000000..5ce1735c Binary files /dev/null and b/resources/contenttweaker/textures/entities/brightsteel_chicken.png differ diff --git a/resources/contenttweaker/textures/entities/candyte_chicken.png b/resources/contenttweaker/textures/entities/candyte_chicken.png new file mode 100644 index 00000000..0d492b6f Binary files /dev/null and b/resources/contenttweaker/textures/entities/candyte_chicken.png differ diff --git a/resources/contenttweaker/textures/entities/chalcedony_chicken.png b/resources/contenttweaker/textures/entities/chalcedony_chicken.png new file mode 100644 index 00000000..33d3ab31 Binary files /dev/null and b/resources/contenttweaker/textures/entities/chalcedony_chicken.png differ diff --git a/resources/contenttweaker/textures/entities/chaos_chicken.png b/resources/contenttweaker/textures/entities/chaos_chicken.png new file mode 100644 index 00000000..b6675c0c Binary files /dev/null and b/resources/contenttweaker/textures/entities/chaos_chicken.png differ diff --git a/resources/contenttweaker/textures/entities/charged_runium_chicken.png b/resources/contenttweaker/textures/entities/charged_runium_chicken.png new file mode 100644 index 00000000..7bba95f6 Binary files /dev/null and b/resources/contenttweaker/textures/entities/charged_runium_chicken.png differ diff --git a/resources/contenttweaker/textures/entities/chestbone_chicken.png b/resources/contenttweaker/textures/entities/chestbone_chicken.png new file mode 100644 index 00000000..c0e9239f Binary files /dev/null and b/resources/contenttweaker/textures/entities/chestbone_chicken.png differ diff --git a/resources/contenttweaker/textures/entities/chestbone_fragment_chicken.png b/resources/contenttweaker/textures/entities/chestbone_fragment_chicken.png new file mode 100644 index 00000000..db2cee0c Binary files /dev/null and b/resources/contenttweaker/textures/entities/chestbone_fragment_chicken.png differ diff --git a/resources/contenttweaker/textures/entities/cold_iron_chicken.png b/resources/contenttweaker/textures/entities/cold_iron_chicken.png new file mode 100644 index 00000000..63afdb9c Binary files /dev/null and b/resources/contenttweaker/textures/entities/cold_iron_chicken.png differ diff --git a/resources/contenttweaker/textures/entities/crystallite_chicken.png b/resources/contenttweaker/textures/entities/crystallite_chicken.png new file mode 100644 index 00000000..7106d472 Binary files /dev/null and b/resources/contenttweaker/textures/entities/crystallite_chicken.png differ diff --git a/resources/contenttweaker/textures/entities/elecanium_chicken.png b/resources/contenttweaker/textures/entities/elecanium_chicken.png new file mode 100644 index 00000000..438e3741 Binary files /dev/null and b/resources/contenttweaker/textures/entities/elecanium_chicken.png differ diff --git a/resources/contenttweaker/textures/entities/emberstone_chicken.png b/resources/contenttweaker/textures/entities/emberstone_chicken.png new file mode 100644 index 00000000..e80f366d Binary files /dev/null and b/resources/contenttweaker/textures/entities/emberstone_chicken.png differ diff --git a/resources/contenttweaker/textures/entities/fluctuatite_chicken.png b/resources/contenttweaker/textures/entities/fluctuatite_chicken.png new file mode 100644 index 00000000..6dfc1d28 Binary files /dev/null and b/resources/contenttweaker/textures/entities/fluctuatite_chicken.png differ diff --git a/resources/contenttweaker/textures/entities/footbone_chicken.png b/resources/contenttweaker/textures/entities/footbone_chicken.png new file mode 100644 index 00000000..5cbc949b Binary files /dev/null and b/resources/contenttweaker/textures/entities/footbone_chicken.png differ diff --git a/resources/contenttweaker/textures/entities/footbone_fragment_chicken.png b/resources/contenttweaker/textures/entities/footbone_fragment_chicken.png new file mode 100644 index 00000000..ce59c726 Binary files /dev/null and b/resources/contenttweaker/textures/entities/footbone_fragment_chicken.png differ diff --git a/resources/contenttweaker/textures/entities/gemenyte_chicken.png b/resources/contenttweaker/textures/entities/gemenyte_chicken.png new file mode 100644 index 00000000..d2b3e899 Binary files /dev/null and b/resources/contenttweaker/textures/entities/gemenyte_chicken.png differ diff --git a/resources/contenttweaker/textures/entities/glitch_chicken.png b/resources/contenttweaker/textures/entities/glitch_chicken.png new file mode 100644 index 00000000..c537b395 Binary files /dev/null and b/resources/contenttweaker/textures/entities/glitch_chicken.png differ diff --git a/resources/contenttweaker/textures/entities/green_gemstone_chicken.png b/resources/contenttweaker/textures/entities/green_gemstone_chicken.png new file mode 100644 index 00000000..9cf5b269 Binary files /dev/null and b/resources/contenttweaker/textures/entities/green_gemstone_chicken.png differ diff --git a/resources/contenttweaker/textures/entities/infinity_chicken.png b/resources/contenttweaker/textures/entities/infinity_chicken.png new file mode 100644 index 00000000..4da6942a Binary files /dev/null and b/resources/contenttweaker/textures/entities/infinity_chicken.png differ diff --git a/resources/contenttweaker/textures/entities/jade_chicken.png b/resources/contenttweaker/textures/entities/jade_chicken.png new file mode 100644 index 00000000..600604c0 Binary files /dev/null and b/resources/contenttweaker/textures/entities/jade_chicken.png differ diff --git a/resources/contenttweaker/textures/entities/jewelyte_chicken.png b/resources/contenttweaker/textures/entities/jewelyte_chicken.png new file mode 100644 index 00000000..db53d5a0 Binary files /dev/null and b/resources/contenttweaker/textures/entities/jewelyte_chicken.png differ diff --git a/resources/contenttweaker/textures/entities/legbone_chicken.png b/resources/contenttweaker/textures/entities/legbone_chicken.png new file mode 100644 index 00000000..aa9ed5e9 Binary files /dev/null and b/resources/contenttweaker/textures/entities/legbone_chicken.png differ diff --git a/resources/contenttweaker/textures/entities/legbone_fragment_chicken.png b/resources/contenttweaker/textures/entities/legbone_fragment_chicken.png new file mode 100644 index 00000000..2b948a89 Binary files /dev/null and b/resources/contenttweaker/textures/entities/legbone_fragment_chicken.png differ diff --git a/resources/contenttweaker/textures/entities/limonite_chicken.png b/resources/contenttweaker/textures/entities/limonite_chicken.png new file mode 100644 index 00000000..07b815d8 Binary files /dev/null and b/resources/contenttweaker/textures/entities/limonite_chicken.png differ diff --git a/resources/contenttweaker/textures/entities/lunastone_chicken.png b/resources/contenttweaker/textures/entities/lunastone_chicken.png new file mode 100644 index 00000000..f5335bed Binary files /dev/null and b/resources/contenttweaker/textures/entities/lunastone_chicken.png differ diff --git a/resources/contenttweaker/textures/entities/lyon_chicken.png b/resources/contenttweaker/textures/entities/lyon_chicken.png new file mode 100644 index 00000000..96f2ad52 Binary files /dev/null and b/resources/contenttweaker/textures/entities/lyon_chicken.png differ diff --git a/resources/contenttweaker/textures/entities/mithrillium_chicken.png b/resources/contenttweaker/textures/entities/mithrillium_chicken.png new file mode 100644 index 00000000..78e14189 Binary files /dev/null and b/resources/contenttweaker/textures/entities/mithrillium_chicken.png differ diff --git a/resources/contenttweaker/textures/entities/mystite_chicken.png b/resources/contenttweaker/textures/entities/mystite_chicken.png new file mode 100644 index 00000000..b89f38c8 Binary files /dev/null and b/resources/contenttweaker/textures/entities/mystite_chicken.png differ diff --git a/resources/contenttweaker/textures/entities/netherite_chicken.png b/resources/contenttweaker/textures/entities/netherite_chicken.png new file mode 100644 index 00000000..bbdb091e Binary files /dev/null and b/resources/contenttweaker/textures/entities/netherite_chicken.png differ diff --git a/resources/contenttweaker/textures/entities/ogerite_chicken.png b/resources/contenttweaker/textures/entities/ogerite_chicken.png new file mode 100644 index 00000000..644e29c4 Binary files /dev/null and b/resources/contenttweaker/textures/entities/ogerite_chicken.png differ diff --git a/resources/contenttweaker/textures/entities/ornamyte_chicken.png b/resources/contenttweaker/textures/entities/ornamyte_chicken.png new file mode 100644 index 00000000..62165e94 Binary files /dev/null and b/resources/contenttweaker/textures/entities/ornamyte_chicken.png differ diff --git a/resources/contenttweaker/textures/entities/palladium_chicken.png b/resources/contenttweaker/textures/entities/palladium_chicken.png new file mode 100644 index 00000000..dbe62264 Binary files /dev/null and b/resources/contenttweaker/textures/entities/palladium_chicken.png differ diff --git a/resources/contenttweaker/textures/entities/polonium_chicken.png b/resources/contenttweaker/textures/entities/polonium_chicken.png new file mode 100644 index 00000000..450a1599 Binary files /dev/null and b/resources/contenttweaker/textures/entities/polonium_chicken.png differ diff --git a/resources/contenttweaker/textures/entities/purple_gemstone_chicken.png b/resources/contenttweaker/textures/entities/purple_gemstone_chicken.png new file mode 100644 index 00000000..916f77bd Binary files /dev/null and b/resources/contenttweaker/textures/entities/purple_gemstone_chicken.png differ diff --git a/resources/contenttweaker/textures/entities/realmite_chicken.png b/resources/contenttweaker/textures/entities/realmite_chicken.png new file mode 100644 index 00000000..97cd6ded Binary files /dev/null and b/resources/contenttweaker/textures/entities/realmite_chicken.png differ diff --git a/resources/contenttweaker/textures/entities/red_gemstone_chicken.png b/resources/contenttweaker/textures/entities/red_gemstone_chicken.png new file mode 100644 index 00000000..cfd4d925 Binary files /dev/null and b/resources/contenttweaker/textures/entities/red_gemstone_chicken.png differ diff --git a/resources/contenttweaker/textures/entities/rhenium_chicken.png b/resources/contenttweaker/textures/entities/rhenium_chicken.png new file mode 100644 index 00000000..5844ac74 Binary files /dev/null and b/resources/contenttweaker/textures/entities/rhenium_chicken.png differ diff --git a/resources/contenttweaker/textures/entities/rosite_chicken.png b/resources/contenttweaker/textures/entities/rosite_chicken.png new file mode 100644 index 00000000..efe79fba Binary files /dev/null and b/resources/contenttweaker/textures/entities/rosite_chicken.png differ diff --git a/resources/contenttweaker/textures/entities/runium_chicken.png b/resources/contenttweaker/textures/entities/runium_chicken.png new file mode 100644 index 00000000..fd5e7973 Binary files /dev/null and b/resources/contenttweaker/textures/entities/runium_chicken.png differ diff --git a/resources/contenttweaker/textures/entities/rupee_chicken.png b/resources/contenttweaker/textures/entities/rupee_chicken.png new file mode 100644 index 00000000..c9160794 Binary files /dev/null and b/resources/contenttweaker/textures/entities/rupee_chicken.png differ diff --git a/resources/contenttweaker/textures/entities/sapphire_chicken.png b/resources/contenttweaker/textures/entities/sapphire_chicken.png new file mode 100644 index 00000000..d9522898 Binary files /dev/null and b/resources/contenttweaker/textures/entities/sapphire_chicken.png differ diff --git a/resources/contenttweaker/textures/entities/skullbone_chicken.png b/resources/contenttweaker/textures/entities/skullbone_chicken.png new file mode 100644 index 00000000..a99472e5 Binary files /dev/null and b/resources/contenttweaker/textures/entities/skullbone_chicken.png differ diff --git a/resources/contenttweaker/textures/entities/skullbone_fragment_chicken.png b/resources/contenttweaker/textures/entities/skullbone_fragment_chicken.png new file mode 100644 index 00000000..f6a6e8de Binary files /dev/null and b/resources/contenttweaker/textures/entities/skullbone_fragment_chicken.png differ diff --git a/resources/contenttweaker/textures/entities/varsium_chicken.png b/resources/contenttweaker/textures/entities/varsium_chicken.png new file mode 100644 index 00000000..7cc4997d Binary files /dev/null and b/resources/contenttweaker/textures/entities/varsium_chicken.png differ diff --git a/resources/contenttweaker/textures/entities/vityte_chicken.png b/resources/contenttweaker/textures/entities/vityte_chicken.png new file mode 100644 index 00000000..0bd48cac Binary files /dev/null and b/resources/contenttweaker/textures/entities/vityte_chicken.png differ diff --git a/resources/contenttweaker/textures/entities/white_gemstone_chicken.png b/resources/contenttweaker/textures/entities/white_gemstone_chicken.png new file mode 100644 index 00000000..4767fc59 Binary files /dev/null and b/resources/contenttweaker/textures/entities/white_gemstone_chicken.png differ diff --git a/resources/contenttweaker/textures/entities/yellow_gemstone_chicken.png b/resources/contenttweaker/textures/entities/yellow_gemstone_chicken.png new file mode 100644 index 00000000..fa986c0a Binary files /dev/null and b/resources/contenttweaker/textures/entities/yellow_gemstone_chicken.png differ diff --git a/resources/contenttweaker/textures/items/abyss_garnet.png b/resources/contenttweaker/textures/items/abyss_garnet.png new file mode 100644 index 00000000..0ad73692 Binary files /dev/null and b/resources/contenttweaker/textures/items/abyss_garnet.png differ diff --git a/resources/contenttweaker/textures/items/abyss_wormhole.png b/resources/contenttweaker/textures/items/abyss_wormhole.png new file mode 100644 index 00000000..886ed7b0 Binary files /dev/null and b/resources/contenttweaker/textures/items/abyss_wormhole.png differ diff --git a/resources/contenttweaker/textures/items/abyssal_alloy_ingot.png b/resources/contenttweaker/textures/items/abyssal_alloy_ingot.png new file mode 100644 index 00000000..8b251b84 Binary files /dev/null and b/resources/contenttweaker/textures/items/abyssal_alloy_ingot.png differ diff --git a/resources/contenttweaker/textures/items/abyssal_artifact.png b/resources/contenttweaker/textures/items/abyssal_artifact.png new file mode 100644 index 00000000..88290b64 Binary files /dev/null and b/resources/contenttweaker/textures/items/abyssal_artifact.png differ diff --git a/resources/contenttweaker/textures/items/abyssal_wasteland_matter.png b/resources/contenttweaker/textures/items/abyssal_wasteland_matter.png new file mode 100644 index 00000000..7ce3a273 Binary files /dev/null and b/resources/contenttweaker/textures/items/abyssal_wasteland_matter.png differ diff --git a/resources/contenttweaker/textures/items/abyssal_wasteland_warp_cleanser.png b/resources/contenttweaker/textures/items/abyssal_wasteland_warp_cleanser.png new file mode 100644 index 00000000..c3286eb4 Binary files /dev/null and b/resources/contenttweaker/textures/items/abyssal_wasteland_warp_cleanser.png differ diff --git a/resources/contenttweaker/textures/items/advanced_mythic_electronic_circuit.png b/resources/contenttweaker/textures/items/advanced_mythic_electronic_circuit.png new file mode 100644 index 00000000..b25ee6b1 Binary files /dev/null and b/resources/contenttweaker/textures/items/advanced_mythic_electronic_circuit.png differ diff --git a/resources/contenttweaker/textures/items/aeldunari.png b/resources/contenttweaker/textures/items/aeldunari.png new file mode 100644 index 00000000..7704dd5c Binary files /dev/null and b/resources/contenttweaker/textures/items/aeldunari.png differ diff --git a/resources/contenttweaker/textures/items/aesir_gemstone.png b/resources/contenttweaker/textures/items/aesir_gemstone.png new file mode 100644 index 00000000..5b6e96f9 Binary files /dev/null and b/resources/contenttweaker/textures/items/aesir_gemstone.png differ diff --git a/resources/contenttweaker/textures/items/aether_rock.png b/resources/contenttweaker/textures/items/aether_rock.png new file mode 100644 index 00000000..e4add669 Binary files /dev/null and b/resources/contenttweaker/textures/items/aether_rock.png differ diff --git a/resources/contenttweaker/textures/items/aglio_olio_peperoncino_pasta.png b/resources/contenttweaker/textures/items/aglio_olio_peperoncino_pasta.png new file mode 100644 index 00000000..87f35223 Binary files /dev/null and b/resources/contenttweaker/textures/items/aglio_olio_peperoncino_pasta.png differ diff --git a/resources/contenttweaker/textures/items/alien_material_manual.png b/resources/contenttweaker/textures/items/alien_material_manual.png new file mode 100644 index 00000000..0584b0ab Binary files /dev/null and b/resources/contenttweaker/textures/items/alien_material_manual.png differ diff --git a/resources/contenttweaker/textures/items/alkemia_artifact.png b/resources/contenttweaker/textures/items/alkemia_artifact.png new file mode 100644 index 00000000..ab175532 Binary files /dev/null and b/resources/contenttweaker/textures/items/alkemia_artifact.png differ diff --git a/resources/contenttweaker/textures/items/amber_egg.png b/resources/contenttweaker/textures/items/amber_egg.png new file mode 100644 index 00000000..06f2a93c Binary files /dev/null and b/resources/contenttweaker/textures/items/amber_egg.png differ diff --git a/resources/contenttweaker/textures/items/amethyst_egg.png b/resources/contenttweaker/textures/items/amethyst_egg.png new file mode 100644 index 00000000..40870a2e Binary files /dev/null and b/resources/contenttweaker/textures/items/amethyst_egg.png differ diff --git a/resources/contenttweaker/textures/items/amulet_of_cinders.png b/resources/contenttweaker/textures/items/amulet_of_cinders.png new file mode 100644 index 00000000..608a0aa2 Binary files /dev/null and b/resources/contenttweaker/textures/items/amulet_of_cinders.png differ diff --git a/resources/contenttweaker/textures/items/anadrominomicom.png b/resources/contenttweaker/textures/items/anadrominomicom.png new file mode 100644 index 00000000..01d28e3a Binary files /dev/null and b/resources/contenttweaker/textures/items/anadrominomicom.png differ diff --git a/resources/contenttweaker/textures/items/ancient_cavern_artifact.png b/resources/contenttweaker/textures/items/ancient_cavern_artifact.png new file mode 100644 index 00000000..172f5460 Binary files /dev/null and b/resources/contenttweaker/textures/items/ancient_cavern_artifact.png differ diff --git a/resources/contenttweaker/textures/items/ancient_cavern_garnet.png b/resources/contenttweaker/textures/items/ancient_cavern_garnet.png new file mode 100644 index 00000000..85b72005 Binary files /dev/null and b/resources/contenttweaker/textures/items/ancient_cavern_garnet.png differ diff --git a/resources/contenttweaker/textures/items/ancient_cavern_wormhole.png b/resources/contenttweaker/textures/items/ancient_cavern_wormhole.png new file mode 100644 index 00000000..711cb5e1 Binary files /dev/null and b/resources/contenttweaker/textures/items/ancient_cavern_wormhole.png differ diff --git a/resources/contenttweaker/textures/items/ancient_elven_knowledge.png b/resources/contenttweaker/textures/items/ancient_elven_knowledge.png new file mode 100644 index 00000000..9accf933 Binary files /dev/null and b/resources/contenttweaker/textures/items/ancient_elven_knowledge.png differ diff --git a/resources/contenttweaker/textures/items/ancient_remnants.png b/resources/contenttweaker/textures/items/ancient_remnants.png new file mode 100644 index 00000000..17190858 Binary files /dev/null and b/resources/contenttweaker/textures/items/ancient_remnants.png differ diff --git a/resources/contenttweaker/textures/items/annealed_high_density_frame.png b/resources/contenttweaker/textures/items/annealed_high_density_frame.png new file mode 100644 index 00000000..9100a7c5 Binary files /dev/null and b/resources/contenttweaker/textures/items/annealed_high_density_frame.png differ diff --git a/resources/contenttweaker/textures/items/apalachia_core.png b/resources/contenttweaker/textures/items/apalachia_core.png new file mode 100644 index 00000000..42e81f7f Binary files /dev/null and b/resources/contenttweaker/textures/items/apalachia_core.png differ diff --git a/resources/contenttweaker/textures/items/apalachia_refined_gem.png b/resources/contenttweaker/textures/items/apalachia_refined_gem.png new file mode 100644 index 00000000..af2a0e2a Binary files /dev/null and b/resources/contenttweaker/textures/items/apalachia_refined_gem.png differ diff --git a/resources/contenttweaker/textures/items/apalachia_star.png b/resources/contenttweaker/textures/items/apalachia_star.png new file mode 100644 index 00000000..3f9cfb21 Binary files /dev/null and b/resources/contenttweaker/textures/items/apalachia_star.png differ diff --git a/resources/contenttweaker/textures/items/apichisi_warper.png b/resources/contenttweaker/textures/items/apichisi_warper.png new file mode 100644 index 00000000..755f9e14 Binary files /dev/null and b/resources/contenttweaker/textures/items/apichisi_warper.png differ diff --git a/resources/contenttweaker/textures/items/arc_coil.png b/resources/contenttweaker/textures/items/arc_coil.png new file mode 100644 index 00000000..0c4fc635 Binary files /dev/null and b/resources/contenttweaker/textures/items/arc_coil.png differ diff --git a/resources/contenttweaker/textures/items/arc_residue.png b/resources/contenttweaker/textures/items/arc_residue.png new file mode 100644 index 00000000..15b4d24b Binary files /dev/null and b/resources/contenttweaker/textures/items/arc_residue.png differ diff --git a/resources/contenttweaker/textures/items/arcane_entropinator.png b/resources/contenttweaker/textures/items/arcane_entropinator.png new file mode 100644 index 00000000..93006da0 Binary files /dev/null and b/resources/contenttweaker/textures/items/arcane_entropinator.png differ diff --git a/resources/contenttweaker/textures/items/arlemite_egg.png b/resources/contenttweaker/textures/items/arlemite_egg.png new file mode 100644 index 00000000..a7c29ed1 Binary files /dev/null and b/resources/contenttweaker/textures/items/arlemite_egg.png differ diff --git a/resources/contenttweaker/textures/items/astral_lizardite.png b/resources/contenttweaker/textures/items/astral_lizardite.png new file mode 100644 index 00000000..68c33594 Binary files /dev/null and b/resources/contenttweaker/textures/items/astral_lizardite.png differ diff --git a/resources/contenttweaker/textures/items/atomic_mirror.png b/resources/contenttweaker/textures/items/atomic_mirror.png new file mode 100644 index 00000000..0132ee26 Binary files /dev/null and b/resources/contenttweaker/textures/items/atomic_mirror.png differ diff --git a/resources/contenttweaker/textures/items/ayeraco_heart.png b/resources/contenttweaker/textures/items/ayeraco_heart.png new file mode 100644 index 00000000..669d386a Binary files /dev/null and b/resources/contenttweaker/textures/items/ayeraco_heart.png differ diff --git a/resources/contenttweaker/textures/items/ayeraco_scale.png b/resources/contenttweaker/textures/items/ayeraco_scale.png new file mode 100644 index 00000000..8393a0fb Binary files /dev/null and b/resources/contenttweaker/textures/items/ayeraco_scale.png differ diff --git a/resources/contenttweaker/textures/items/bane_tusk.png b/resources/contenttweaker/textures/items/bane_tusk.png new file mode 100644 index 00000000..5dfbef1f Binary files /dev/null and b/resources/contenttweaker/textures/items/bane_tusk.png differ diff --git a/resources/contenttweaker/textures/items/barathos_artifact.png b/resources/contenttweaker/textures/items/barathos_artifact.png new file mode 100644 index 00000000..3dc677a9 Binary files /dev/null and b/resources/contenttweaker/textures/items/barathos_artifact.png differ diff --git a/resources/contenttweaker/textures/items/barathos_garnet.png b/resources/contenttweaker/textures/items/barathos_garnet.png new file mode 100644 index 00000000..eb18b245 Binary files /dev/null and b/resources/contenttweaker/textures/items/barathos_garnet.png differ diff --git a/resources/contenttweaker/textures/items/barathos_wormhole.png b/resources/contenttweaker/textures/items/barathos_wormhole.png new file mode 100644 index 00000000..1c19e534 Binary files /dev/null and b/resources/contenttweaker/textures/items/barathos_wormhole.png differ diff --git a/resources/contenttweaker/textures/items/baroness_brain.png b/resources/contenttweaker/textures/items/baroness_brain.png new file mode 100644 index 00000000..8fe65d67 Binary files /dev/null and b/resources/contenttweaker/textures/items/baroness_brain.png differ diff --git a/resources/contenttweaker/textures/items/baronyte_egg.png b/resources/contenttweaker/textures/items/baronyte_egg.png new file mode 100644 index 00000000..1bb5ebf7 Binary files /dev/null and b/resources/contenttweaker/textures/items/baronyte_egg.png differ diff --git a/resources/contenttweaker/textures/items/bento_l.png b/resources/contenttweaker/textures/items/bento_l.png new file mode 100644 index 00000000..23117ca9 Binary files /dev/null and b/resources/contenttweaker/textures/items/bento_l.png differ diff --git a/resources/contenttweaker/textures/items/bento_m.png b/resources/contenttweaker/textures/items/bento_m.png new file mode 100644 index 00000000..22f177b1 Binary files /dev/null and b/resources/contenttweaker/textures/items/bento_m.png differ diff --git a/resources/contenttweaker/textures/items/bento_s.png b/resources/contenttweaker/textures/items/bento_s.png new file mode 100644 index 00000000..9d7a96a9 Binary files /dev/null and b/resources/contenttweaker/textures/items/bento_s.png differ diff --git a/resources/contenttweaker/textures/items/bento_xl.png b/resources/contenttweaker/textures/items/bento_xl.png new file mode 100644 index 00000000..65dd8942 Binary files /dev/null and b/resources/contenttweaker/textures/items/bento_xl.png differ diff --git a/resources/contenttweaker/textures/items/bento_xxl.png b/resources/contenttweaker/textures/items/bento_xxl.png new file mode 100644 index 00000000..458f4869 Binary files /dev/null and b/resources/contenttweaker/textures/items/bento_xxl.png differ diff --git a/resources/contenttweaker/textures/items/bento_xxxl.png b/resources/contenttweaker/textures/items/bento_xxxl.png new file mode 100644 index 00000000..ea428242 Binary files /dev/null and b/resources/contenttweaker/textures/items/bento_xxxl.png differ diff --git a/resources/contenttweaker/textures/items/between_alloy_ingot.png b/resources/contenttweaker/textures/items/between_alloy_ingot.png new file mode 100644 index 00000000..57ff7d0e Binary files /dev/null and b/resources/contenttweaker/textures/items/between_alloy_ingot.png differ diff --git a/resources/contenttweaker/textures/items/bifrost_dust.png b/resources/contenttweaker/textures/items/bifrost_dust.png new file mode 100644 index 00000000..0f103f40 Binary files /dev/null and b/resources/contenttweaker/textures/items/bifrost_dust.png differ diff --git a/resources/contenttweaker/textures/items/bifrost_gem.png b/resources/contenttweaker/textures/items/bifrost_gem.png new file mode 100644 index 00000000..85ebcbd6 Binary files /dev/null and b/resources/contenttweaker/textures/items/bifrost_gem.png differ diff --git a/resources/contenttweaker/textures/items/big_slime.png b/resources/contenttweaker/textures/items/big_slime.png new file mode 100644 index 00000000..7bbb25da Binary files /dev/null and b/resources/contenttweaker/textures/items/big_slime.png differ diff --git a/resources/contenttweaker/textures/items/blazium_egg.png b/resources/contenttweaker/textures/items/blazium_egg.png new file mode 100644 index 00000000..754289ba Binary files /dev/null and b/resources/contenttweaker/textures/items/blazium_egg.png differ diff --git a/resources/contenttweaker/textures/items/bloodgem_egg.png b/resources/contenttweaker/textures/items/bloodgem_egg.png new file mode 100644 index 00000000..a3c9e8bc Binary files /dev/null and b/resources/contenttweaker/textures/items/bloodgem_egg.png differ diff --git a/resources/contenttweaker/textures/items/bloodmaster_tome.png b/resources/contenttweaker/textures/items/bloodmaster_tome.png new file mode 100644 index 00000000..599140cd Binary files /dev/null and b/resources/contenttweaker/textures/items/bloodmaster_tome.png differ diff --git a/resources/contenttweaker/textures/items/bloodstone_egg.png b/resources/contenttweaker/textures/items/bloodstone_egg.png new file mode 100644 index 00000000..bf2d0cef Binary files /dev/null and b/resources/contenttweaker/textures/items/bloodstone_egg.png differ diff --git a/resources/contenttweaker/textures/items/blue_gemstone_egg.png b/resources/contenttweaker/textures/items/blue_gemstone_egg.png new file mode 100644 index 00000000..beb6bc2b Binary files /dev/null and b/resources/contenttweaker/textures/items/blue_gemstone_egg.png differ diff --git a/resources/contenttweaker/textures/items/blue_matter.png b/resources/contenttweaker/textures/items/blue_matter.png new file mode 100644 index 00000000..6c18f11b Binary files /dev/null and b/resources/contenttweaker/textures/items/blue_matter.png differ diff --git a/resources/contenttweaker/textures/items/borean_artifact.png b/resources/contenttweaker/textures/items/borean_artifact.png new file mode 100644 index 00000000..dd175954 Binary files /dev/null and b/resources/contenttweaker/textures/items/borean_artifact.png differ diff --git a/resources/contenttweaker/textures/items/borean_callstone.png b/resources/contenttweaker/textures/items/borean_callstone.png new file mode 100644 index 00000000..c7d7fd32 Binary files /dev/null and b/resources/contenttweaker/textures/items/borean_callstone.png differ diff --git a/resources/contenttweaker/textures/items/borean_garnet.png b/resources/contenttweaker/textures/items/borean_garnet.png new file mode 100644 index 00000000..2f3aed2b Binary files /dev/null and b/resources/contenttweaker/textures/items/borean_garnet.png differ diff --git a/resources/contenttweaker/textures/items/borean_wormhole.png b/resources/contenttweaker/textures/items/borean_wormhole.png new file mode 100644 index 00000000..2ab08c1b Binary files /dev/null and b/resources/contenttweaker/textures/items/borean_wormhole.png differ diff --git a/resources/contenttweaker/textures/items/botanic_alchemic_catalyst.png b/resources/contenttweaker/textures/items/botanic_alchemic_catalyst.png new file mode 100644 index 00000000..28dcd1db Binary files /dev/null and b/resources/contenttweaker/textures/items/botanic_alchemic_catalyst.png differ diff --git a/resources/contenttweaker/textures/items/botanical_pillar.png b/resources/contenttweaker/textures/items/botanical_pillar.png new file mode 100644 index 00000000..ef4ab359 Binary files /dev/null and b/resources/contenttweaker/textures/items/botanical_pillar.png differ diff --git a/resources/contenttweaker/textures/items/bright_matter.png b/resources/contenttweaker/textures/items/bright_matter.png new file mode 100644 index 00000000..47432c4e Binary files /dev/null and b/resources/contenttweaker/textures/items/bright_matter.png differ diff --git a/resources/contenttweaker/textures/items/brightsteel_alloy_ingot.png b/resources/contenttweaker/textures/items/brightsteel_alloy_ingot.png new file mode 100644 index 00000000..612f6cb6 Binary files /dev/null and b/resources/contenttweaker/textures/items/brightsteel_alloy_ingot.png differ diff --git a/resources/contenttweaker/textures/items/brightsteel_egg.png b/resources/contenttweaker/textures/items/brightsteel_egg.png new file mode 100644 index 00000000..bb3bf36f Binary files /dev/null and b/resources/contenttweaker/textures/items/brightsteel_egg.png differ diff --git a/resources/contenttweaker/textures/items/buffalo_charger.png b/resources/contenttweaker/textures/items/buffalo_charger.png new file mode 100644 index 00000000..c8ffb13e Binary files /dev/null and b/resources/contenttweaker/textures/items/buffalo_charger.png differ diff --git a/resources/contenttweaker/textures/items/caeles_gem.png b/resources/contenttweaker/textures/items/caeles_gem.png new file mode 100644 index 00000000..564b4d20 Binary files /dev/null and b/resources/contenttweaker/textures/items/caeles_gem.png differ diff --git a/resources/contenttweaker/textures/items/calcite_gem.png b/resources/contenttweaker/textures/items/calcite_gem.png new file mode 100644 index 00000000..8cbbb2e6 Binary files /dev/null and b/resources/contenttweaker/textures/items/calcite_gem.png differ diff --git a/resources/contenttweaker/textures/items/call_of_the_haunted.png b/resources/contenttweaker/textures/items/call_of_the_haunted.png new file mode 100644 index 00000000..c92342c5 Binary files /dev/null and b/resources/contenttweaker/textures/items/call_of_the_haunted.png differ diff --git a/resources/contenttweaker/textures/items/candyland_artifact.png b/resources/contenttweaker/textures/items/candyland_artifact.png new file mode 100644 index 00000000..9a2b6de1 Binary files /dev/null and b/resources/contenttweaker/textures/items/candyland_artifact.png differ diff --git a/resources/contenttweaker/textures/items/candyland_garnet.png b/resources/contenttweaker/textures/items/candyland_garnet.png new file mode 100644 index 00000000..9b1dcd32 Binary files /dev/null and b/resources/contenttweaker/textures/items/candyland_garnet.png differ diff --git a/resources/contenttweaker/textures/items/candyland_wormhole.png b/resources/contenttweaker/textures/items/candyland_wormhole.png new file mode 100644 index 00000000..9d21799d Binary files /dev/null and b/resources/contenttweaker/textures/items/candyland_wormhole.png differ diff --git a/resources/contenttweaker/textures/items/candyte_egg.png b/resources/contenttweaker/textures/items/candyte_egg.png new file mode 100644 index 00000000..1328e858 Binary files /dev/null and b/resources/contenttweaker/textures/items/candyte_egg.png differ diff --git a/resources/contenttweaker/textures/items/celestial_shield_fragment.png b/resources/contenttweaker/textures/items/celestial_shield_fragment.png new file mode 100644 index 00000000..00fe1158 Binary files /dev/null and b/resources/contenttweaker/textures/items/celestial_shield_fragment.png differ diff --git a/resources/contenttweaker/textures/items/celeve_artifact.png b/resources/contenttweaker/textures/items/celeve_artifact.png new file mode 100644 index 00000000..936906a1 Binary files /dev/null and b/resources/contenttweaker/textures/items/celeve_artifact.png differ diff --git a/resources/contenttweaker/textures/items/celeve_garnet.png b/resources/contenttweaker/textures/items/celeve_garnet.png new file mode 100644 index 00000000..8ee50675 Binary files /dev/null and b/resources/contenttweaker/textures/items/celeve_garnet.png differ diff --git a/resources/contenttweaker/textures/items/celeve_wormhole.png b/resources/contenttweaker/textures/items/celeve_wormhole.png new file mode 100644 index 00000000..0eabf1f0 Binary files /dev/null and b/resources/contenttweaker/textures/items/celeve_wormhole.png differ diff --git a/resources/contenttweaker/textures/items/chalcedony_egg.png b/resources/contenttweaker/textures/items/chalcedony_egg.png new file mode 100644 index 00000000..3e460a5d Binary files /dev/null and b/resources/contenttweaker/textures/items/chalcedony_egg.png differ diff --git a/resources/contenttweaker/textures/items/chaos_pearl.png b/resources/contenttweaker/textures/items/chaos_pearl.png new file mode 100644 index 00000000..74982bce Binary files /dev/null and b/resources/contenttweaker/textures/items/chaos_pearl.png differ diff --git a/resources/contenttweaker/textures/items/chaotic_comb.png b/resources/contenttweaker/textures/items/chaotic_comb.png new file mode 100644 index 00000000..6b8a06db Binary files /dev/null and b/resources/contenttweaker/textures/items/chaotic_comb.png differ diff --git a/resources/contenttweaker/textures/items/chaotic_egg.png b/resources/contenttweaker/textures/items/chaotic_egg.png new file mode 100644 index 00000000..3045c1f6 Binary files /dev/null and b/resources/contenttweaker/textures/items/chaotic_egg.png differ diff --git a/resources/contenttweaker/textures/items/chaotic_energy_orb.png b/resources/contenttweaker/textures/items/chaotic_energy_orb.png new file mode 100644 index 00000000..2ac85fb2 Binary files /dev/null and b/resources/contenttweaker/textures/items/chaotic_energy_orb.png differ diff --git a/resources/contenttweaker/textures/items/chaotic_feather.png b/resources/contenttweaker/textures/items/chaotic_feather.png new file mode 100644 index 00000000..d2dbe717 Binary files /dev/null and b/resources/contenttweaker/textures/items/chaotic_feather.png differ diff --git a/resources/contenttweaker/textures/items/charged_dyson_capacitor.png b/resources/contenttweaker/textures/items/charged_dyson_capacitor.png new file mode 100644 index 00000000..671fa1be Binary files /dev/null and b/resources/contenttweaker/textures/items/charged_dyson_capacitor.png differ diff --git a/resources/contenttweaker/textures/items/charged_runium_egg.png b/resources/contenttweaker/textures/items/charged_runium_egg.png new file mode 100644 index 00000000..90d32631 Binary files /dev/null and b/resources/contenttweaker/textures/items/charged_runium_egg.png differ diff --git a/resources/contenttweaker/textures/items/charger_ring.png b/resources/contenttweaker/textures/items/charger_ring.png new file mode 100644 index 00000000..dbb8bde8 Binary files /dev/null and b/resources/contenttweaker/textures/items/charger_ring.png differ diff --git a/resources/contenttweaker/textures/items/chestbone_fragment_egg.png b/resources/contenttweaker/textures/items/chestbone_fragment_egg.png new file mode 100644 index 00000000..8e027eb3 Binary files /dev/null and b/resources/contenttweaker/textures/items/chestbone_fragment_egg.png differ diff --git a/resources/contenttweaker/textures/items/clausurae.png b/resources/contenttweaker/textures/items/clausurae.png new file mode 100644 index 00000000..9559c013 Binary files /dev/null and b/resources/contenttweaker/textures/items/clausurae.png differ diff --git a/resources/contenttweaker/textures/items/cleansing_balm_bottle.png b/resources/contenttweaker/textures/items/cleansing_balm_bottle.png new file mode 100644 index 00000000..8223145a Binary files /dev/null and b/resources/contenttweaker/textures/items/cleansing_balm_bottle.png differ diff --git a/resources/contenttweaker/textures/items/cloudy_oil_bottle.png b/resources/contenttweaker/textures/items/cloudy_oil_bottle.png new file mode 100644 index 00000000..ad55aa93 Binary files /dev/null and b/resources/contenttweaker/textures/items/cloudy_oil_bottle.png differ diff --git a/resources/contenttweaker/textures/items/clump_of_mythic_matter.png b/resources/contenttweaker/textures/items/clump_of_mythic_matter.png new file mode 100644 index 00000000..c494042c Binary files /dev/null and b/resources/contenttweaker/textures/items/clump_of_mythic_matter.png differ diff --git a/resources/contenttweaker/textures/items/clunkhead_brick.png b/resources/contenttweaker/textures/items/clunkhead_brick.png new file mode 100644 index 00000000..901d4333 Binary files /dev/null and b/resources/contenttweaker/textures/items/clunkhead_brick.png differ diff --git a/resources/contenttweaker/textures/items/clunky_chunky_brick.png b/resources/contenttweaker/textures/items/clunky_chunky_brick.png new file mode 100644 index 00000000..b90972d6 Binary files /dev/null and b/resources/contenttweaker/textures/items/clunky_chunky_brick.png differ diff --git a/resources/contenttweaker/textures/items/cold_iron_egg.png b/resources/contenttweaker/textures/items/cold_iron_egg.png new file mode 100644 index 00000000..d6701817 Binary files /dev/null and b/resources/contenttweaker/textures/items/cold_iron_egg.png differ diff --git a/resources/contenttweaker/textures/items/compact_port.png b/resources/contenttweaker/textures/items/compact_port.png new file mode 100644 index 00000000..af0b985c Binary files /dev/null and b/resources/contenttweaker/textures/items/compact_port.png differ diff --git a/resources/contenttweaker/textures/items/complex_crank_shaft.png b/resources/contenttweaker/textures/items/complex_crank_shaft.png new file mode 100644 index 00000000..7bcf6e70 Binary files /dev/null and b/resources/contenttweaker/textures/items/complex_crank_shaft.png differ diff --git a/resources/contenttweaker/textures/items/complex_gearbox.png b/resources/contenttweaker/textures/items/complex_gearbox.png new file mode 100644 index 00000000..cb1b2437 Binary files /dev/null and b/resources/contenttweaker/textures/items/complex_gearbox.png differ diff --git a/resources/contenttweaker/textures/items/compressed_clump_mythic.png b/resources/contenttweaker/textures/items/compressed_clump_mythic.png new file mode 100644 index 00000000..c123ed9d Binary files /dev/null and b/resources/contenttweaker/textures/items/compressed_clump_mythic.png differ diff --git a/resources/contenttweaker/textures/items/compressed_mana_rune.png b/resources/contenttweaker/textures/items/compressed_mana_rune.png new file mode 100644 index 00000000..8961b557 Binary files /dev/null and b/resources/contenttweaker/textures/items/compressed_mana_rune.png differ diff --git a/resources/contenttweaker/textures/items/compressed_wafer.png b/resources/contenttweaker/textures/items/compressed_wafer.png new file mode 100644 index 00000000..a476bfed Binary files /dev/null and b/resources/contenttweaker/textures/items/compressed_wafer.png differ diff --git a/resources/contenttweaker/textures/items/concentrated_essence.png b/resources/contenttweaker/textures/items/concentrated_essence.png new file mode 100644 index 00000000..1dfc4023 Binary files /dev/null and b/resources/contenttweaker/textures/items/concentrated_essence.png differ diff --git a/resources/contenttweaker/textures/items/conductive_powder.png b/resources/contenttweaker/textures/items/conductive_powder.png new file mode 100644 index 00000000..371842c2 Binary files /dev/null and b/resources/contenttweaker/textures/items/conductive_powder.png differ diff --git a/resources/contenttweaker/textures/items/coniferon_bark.png b/resources/contenttweaker/textures/items/coniferon_bark.png new file mode 100644 index 00000000..bece6177 Binary files /dev/null and b/resources/contenttweaker/textures/items/coniferon_bark.png differ diff --git a/resources/contenttweaker/textures/items/controller_manual.png b/resources/contenttweaker/textures/items/controller_manual.png new file mode 100644 index 00000000..beae86d1 Binary files /dev/null and b/resources/contenttweaker/textures/items/controller_manual.png differ diff --git a/resources/contenttweaker/textures/items/copper_irradiated_ore_chunks.png b/resources/contenttweaker/textures/items/copper_irradiated_ore_chunks.png new file mode 100644 index 00000000..3bcc470c Binary files /dev/null and b/resources/contenttweaker/textures/items/copper_irradiated_ore_chunks.png differ diff --git a/resources/contenttweaker/textures/items/corallus_polyp.png b/resources/contenttweaker/textures/items/corallus_polyp.png new file mode 100644 index 00000000..537f62c1 Binary files /dev/null and b/resources/contenttweaker/textures/items/corallus_polyp.png differ diff --git a/resources/contenttweaker/textures/items/cori_experience.png b/resources/contenttweaker/textures/items/cori_experience.png new file mode 100644 index 00000000..8f749a91 Binary files /dev/null and b/resources/contenttweaker/textures/items/cori_experience.png differ diff --git a/resources/contenttweaker/textures/items/corporea_flower.png b/resources/contenttweaker/textures/items/corporea_flower.png new file mode 100644 index 00000000..a63c18b0 Binary files /dev/null and b/resources/contenttweaker/textures/items/corporea_flower.png differ diff --git a/resources/contenttweaker/textures/items/corrosive_will_powder.png b/resources/contenttweaker/textures/items/corrosive_will_powder.png new file mode 100644 index 00000000..789287e5 Binary files /dev/null and b/resources/contenttweaker/textures/items/corrosive_will_powder.png differ diff --git a/resources/contenttweaker/textures/items/corrupted_aragonite.png b/resources/contenttweaker/textures/items/corrupted_aragonite.png new file mode 100644 index 00000000..7fa578a3 Binary files /dev/null and b/resources/contenttweaker/textures/items/corrupted_aragonite.png differ diff --git a/resources/contenttweaker/textures/items/cotton_candor_frosting.png b/resources/contenttweaker/textures/items/cotton_candor_frosting.png new file mode 100644 index 00000000..25879741 Binary files /dev/null and b/resources/contenttweaker/textures/items/cotton_candor_frosting.png differ diff --git a/resources/contenttweaker/textures/items/creep_explosive_gland.png b/resources/contenttweaker/textures/items/creep_explosive_gland.png new file mode 100644 index 00000000..3ebb1745 Binary files /dev/null and b/resources/contenttweaker/textures/items/creep_explosive_gland.png differ diff --git a/resources/contenttweaker/textures/items/creeponia_callstone.png b/resources/contenttweaker/textures/items/creeponia_callstone.png new file mode 100644 index 00000000..f48febf4 Binary files /dev/null and b/resources/contenttweaker/textures/items/creeponia_callstone.png differ diff --git a/resources/contenttweaker/textures/items/creeponia_garnet.png b/resources/contenttweaker/textures/items/creeponia_garnet.png new file mode 100644 index 00000000..419be986 Binary files /dev/null and b/resources/contenttweaker/textures/items/creeponia_garnet.png differ diff --git a/resources/contenttweaker/textures/items/creeponia_wormhole.png b/resources/contenttweaker/textures/items/creeponia_wormhole.png new file mode 100644 index 00000000..c86df850 Binary files /dev/null and b/resources/contenttweaker/textures/items/creeponia_wormhole.png differ diff --git a/resources/contenttweaker/textures/items/creeponian_artifact.png b/resources/contenttweaker/textures/items/creeponian_artifact.png new file mode 100644 index 00000000..dbaebaf8 Binary files /dev/null and b/resources/contenttweaker/textures/items/creeponian_artifact.png differ diff --git a/resources/contenttweaker/textures/items/crimson_gem.png b/resources/contenttweaker/textures/items/crimson_gem.png new file mode 100644 index 00000000..0bb6700d Binary files /dev/null and b/resources/contenttweaker/textures/items/crimson_gem.png differ diff --git a/resources/contenttweaker/textures/items/crystalized_emberstone.png b/resources/contenttweaker/textures/items/crystalized_emberstone.png new file mode 100644 index 00000000..333482cc Binary files /dev/null and b/resources/contenttweaker/textures/items/crystalized_emberstone.png differ diff --git a/resources/contenttweaker/textures/items/crystalline_lens.png b/resources/contenttweaker/textures/items/crystalline_lens.png new file mode 100644 index 00000000..214f0458 Binary files /dev/null and b/resources/contenttweaker/textures/items/crystalline_lens.png differ diff --git a/resources/contenttweaker/textures/items/crystallite_egg.png b/resources/contenttweaker/textures/items/crystallite_egg.png new file mode 100644 index 00000000..fb60ae1b Binary files /dev/null and b/resources/contenttweaker/textures/items/crystallite_egg.png differ diff --git a/resources/contenttweaker/textures/items/crystallized_corruption.png b/resources/contenttweaker/textures/items/crystallized_corruption.png new file mode 100644 index 00000000..cdd51c72 Binary files /dev/null and b/resources/contenttweaker/textures/items/crystallized_corruption.png differ diff --git a/resources/contenttweaker/textures/items/crystallized_emberstone.png b/resources/contenttweaker/textures/items/crystallized_emberstone.png new file mode 100644 index 00000000..bd9f06d2 Binary files /dev/null and b/resources/contenttweaker/textures/items/crystallized_emberstone.png differ diff --git a/resources/contenttweaker/textures/items/crystaltine_dust.png b/resources/contenttweaker/textures/items/crystaltine_dust.png new file mode 100644 index 00000000..0fbb38f2 Binary files /dev/null and b/resources/contenttweaker/textures/items/crystaltine_dust.png differ diff --git a/resources/contenttweaker/textures/items/crystevia_artifact.png b/resources/contenttweaker/textures/items/crystevia_artifact.png new file mode 100644 index 00000000..54fb1937 Binary files /dev/null and b/resources/contenttweaker/textures/items/crystevia_artifact.png differ diff --git a/resources/contenttweaker/textures/items/crystevia_callstone.png b/resources/contenttweaker/textures/items/crystevia_callstone.png new file mode 100644 index 00000000..206ba72c Binary files /dev/null and b/resources/contenttweaker/textures/items/crystevia_callstone.png differ diff --git a/resources/contenttweaker/textures/items/crystevia_garnet.png b/resources/contenttweaker/textures/items/crystevia_garnet.png new file mode 100644 index 00000000..fbb82bc8 Binary files /dev/null and b/resources/contenttweaker/textures/items/crystevia_garnet.png differ diff --git a/resources/contenttweaker/textures/items/crystevia_wormhole.png b/resources/contenttweaker/textures/items/crystevia_wormhole.png new file mode 100644 index 00000000..dc611566 Binary files /dev/null and b/resources/contenttweaker/textures/items/crystevia_wormhole.png differ diff --git a/resources/contenttweaker/textures/items/crystocore_shard.png b/resources/contenttweaker/textures/items/crystocore_shard.png new file mode 100644 index 00000000..31f34af4 Binary files /dev/null and b/resources/contenttweaker/textures/items/crystocore_shard.png differ diff --git a/resources/contenttweaker/textures/items/curd.png b/resources/contenttweaker/textures/items/curd.png new file mode 100644 index 00000000..8e0fdc8b Binary files /dev/null and b/resources/contenttweaker/textures/items/curd.png differ diff --git a/resources/contenttweaker/textures/items/cured_organic_mythic_board.png b/resources/contenttweaker/textures/items/cured_organic_mythic_board.png new file mode 100644 index 00000000..a2786776 Binary files /dev/null and b/resources/contenttweaker/textures/items/cured_organic_mythic_board.png differ diff --git a/resources/contenttweaker/textures/items/cursed_myrmitite_catalyst.png b/resources/contenttweaker/textures/items/cursed_myrmitite_catalyst.png new file mode 100644 index 00000000..8386ec06 Binary files /dev/null and b/resources/contenttweaker/textures/items/cursed_myrmitite_catalyst.png differ diff --git a/resources/contenttweaker/textures/items/cursed_organic_matter.png b/resources/contenttweaker/textures/items/cursed_organic_matter.png new file mode 100644 index 00000000..9989b41c Binary files /dev/null and b/resources/contenttweaker/textures/items/cursed_organic_matter.png differ diff --git a/resources/contenttweaker/textures/items/cursed_sapphire.png b/resources/contenttweaker/textures/items/cursed_sapphire.png new file mode 100644 index 00000000..fa79ef42 Binary files /dev/null and b/resources/contenttweaker/textures/items/cursed_sapphire.png differ diff --git a/resources/contenttweaker/textures/items/cursed_slime.png b/resources/contenttweaker/textures/items/cursed_slime.png new file mode 100644 index 00000000..7cfda955 Binary files /dev/null and b/resources/contenttweaker/textures/items/cursed_slime.png differ diff --git a/resources/contenttweaker/textures/items/cut_abyss_garnet.png b/resources/contenttweaker/textures/items/cut_abyss_garnet.png new file mode 100644 index 00000000..0a347130 Binary files /dev/null and b/resources/contenttweaker/textures/items/cut_abyss_garnet.png differ diff --git a/resources/contenttweaker/textures/items/cut_ancientcavern_garnet.png b/resources/contenttweaker/textures/items/cut_ancientcavern_garnet.png new file mode 100644 index 00000000..73c7fead Binary files /dev/null and b/resources/contenttweaker/textures/items/cut_ancientcavern_garnet.png differ diff --git a/resources/contenttweaker/textures/items/cut_barathos_garnet.png b/resources/contenttweaker/textures/items/cut_barathos_garnet.png new file mode 100644 index 00000000..9bf0dc87 Binary files /dev/null and b/resources/contenttweaker/textures/items/cut_barathos_garnet.png differ diff --git a/resources/contenttweaker/textures/items/cut_borean_garnet.png b/resources/contenttweaker/textures/items/cut_borean_garnet.png new file mode 100644 index 00000000..7e9a7194 Binary files /dev/null and b/resources/contenttweaker/textures/items/cut_borean_garnet.png differ diff --git a/resources/contenttweaker/textures/items/cut_candyland_garnet.png b/resources/contenttweaker/textures/items/cut_candyland_garnet.png new file mode 100644 index 00000000..8ee163af Binary files /dev/null and b/resources/contenttweaker/textures/items/cut_candyland_garnet.png differ diff --git a/resources/contenttweaker/textures/items/cut_celeve_garnet.png b/resources/contenttweaker/textures/items/cut_celeve_garnet.png new file mode 100644 index 00000000..754b273a Binary files /dev/null and b/resources/contenttweaker/textures/items/cut_celeve_garnet.png differ diff --git a/resources/contenttweaker/textures/items/cut_creeponia_garnet.png b/resources/contenttweaker/textures/items/cut_creeponia_garnet.png new file mode 100644 index 00000000..9a491f61 Binary files /dev/null and b/resources/contenttweaker/textures/items/cut_creeponia_garnet.png differ diff --git a/resources/contenttweaker/textures/items/cut_crystevia_garnet.png b/resources/contenttweaker/textures/items/cut_crystevia_garnet.png new file mode 100644 index 00000000..23b26414 Binary files /dev/null and b/resources/contenttweaker/textures/items/cut_crystevia_garnet.png differ diff --git a/resources/contenttweaker/textures/items/cut_deeplands_garnet.png b/resources/contenttweaker/textures/items/cut_deeplands_garnet.png new file mode 100644 index 00000000..38ec341e Binary files /dev/null and b/resources/contenttweaker/textures/items/cut_deeplands_garnet.png differ diff --git a/resources/contenttweaker/textures/items/cut_dustopia_garnet.png b/resources/contenttweaker/textures/items/cut_dustopia_garnet.png new file mode 100644 index 00000000..d333c348 Binary files /dev/null and b/resources/contenttweaker/textures/items/cut_dustopia_garnet.png differ diff --git a/resources/contenttweaker/textures/items/cut_gardencia_garnet.png b/resources/contenttweaker/textures/items/cut_gardencia_garnet.png new file mode 100644 index 00000000..fe3de39d Binary files /dev/null and b/resources/contenttweaker/textures/items/cut_gardencia_garnet.png differ diff --git a/resources/contenttweaker/textures/items/cut_greckon_garnet.png b/resources/contenttweaker/textures/items/cut_greckon_garnet.png new file mode 100644 index 00000000..04f82b5d Binary files /dev/null and b/resources/contenttweaker/textures/items/cut_greckon_garnet.png differ diff --git a/resources/contenttweaker/textures/items/cut_haven_garnet.png b/resources/contenttweaker/textures/items/cut_haven_garnet.png new file mode 100644 index 00000000..c48c3c62 Binary files /dev/null and b/resources/contenttweaker/textures/items/cut_haven_garnet.png differ diff --git a/resources/contenttweaker/textures/items/cut_immortallis_garnet.png b/resources/contenttweaker/textures/items/cut_immortallis_garnet.png new file mode 100644 index 00000000..54cf21b8 Binary files /dev/null and b/resources/contenttweaker/textures/items/cut_immortallis_garnet.png differ diff --git a/resources/contenttweaker/textures/items/cut_iromine_garnet.png b/resources/contenttweaker/textures/items/cut_iromine_garnet.png new file mode 100644 index 00000000..e09cf398 Binary files /dev/null and b/resources/contenttweaker/textures/items/cut_iromine_garnet.png differ diff --git a/resources/contenttweaker/textures/items/cut_lelyetia_garnet.png b/resources/contenttweaker/textures/items/cut_lelyetia_garnet.png new file mode 100644 index 00000000..0934d3be Binary files /dev/null and b/resources/contenttweaker/textures/items/cut_lelyetia_garnet.png differ diff --git a/resources/contenttweaker/textures/items/cut_lunalus_garnet.png b/resources/contenttweaker/textures/items/cut_lunalus_garnet.png new file mode 100644 index 00000000..8a0bfd32 Binary files /dev/null and b/resources/contenttweaker/textures/items/cut_lunalus_garnet.png differ diff --git a/resources/contenttweaker/textures/items/cut_mysterium_garnet.png b/resources/contenttweaker/textures/items/cut_mysterium_garnet.png new file mode 100644 index 00000000..c3c5b639 Binary files /dev/null and b/resources/contenttweaker/textures/items/cut_mysterium_garnet.png differ diff --git a/resources/contenttweaker/textures/items/cut_precasia_garnet.png b/resources/contenttweaker/textures/items/cut_precasia_garnet.png new file mode 100644 index 00000000..8bf5bbdb Binary files /dev/null and b/resources/contenttweaker/textures/items/cut_precasia_garnet.png differ diff --git a/resources/contenttweaker/textures/items/cut_runandor_garnet.png b/resources/contenttweaker/textures/items/cut_runandor_garnet.png new file mode 100644 index 00000000..ce2458eb Binary files /dev/null and b/resources/contenttweaker/textures/items/cut_runandor_garnet.png differ diff --git a/resources/contenttweaker/textures/items/cut_voxponds_garnet.png b/resources/contenttweaker/textures/items/cut_voxponds_garnet.png new file mode 100644 index 00000000..05e2c870 Binary files /dev/null and b/resources/contenttweaker/textures/items/cut_voxponds_garnet.png differ diff --git a/resources/contenttweaker/textures/items/deeplands_artifact.png b/resources/contenttweaker/textures/items/deeplands_artifact.png new file mode 100644 index 00000000..72d27e5a Binary files /dev/null and b/resources/contenttweaker/textures/items/deeplands_artifact.png differ diff --git a/resources/contenttweaker/textures/items/deeplands_callstone.png b/resources/contenttweaker/textures/items/deeplands_callstone.png new file mode 100644 index 00000000..2a92fc16 Binary files /dev/null and b/resources/contenttweaker/textures/items/deeplands_callstone.png differ diff --git a/resources/contenttweaker/textures/items/deeplands_garnet.png b/resources/contenttweaker/textures/items/deeplands_garnet.png new file mode 100644 index 00000000..842b3d6d Binary files /dev/null and b/resources/contenttweaker/textures/items/deeplands_garnet.png differ diff --git a/resources/contenttweaker/textures/items/deeplands_wormhole.png b/resources/contenttweaker/textures/items/deeplands_wormhole.png new file mode 100644 index 00000000..bff17ac6 Binary files /dev/null and b/resources/contenttweaker/textures/items/deeplands_wormhole.png differ diff --git a/resources/contenttweaker/textures/items/defined_engine.png b/resources/contenttweaker/textures/items/defined_engine.png new file mode 100644 index 00000000..6ebbb7cc Binary files /dev/null and b/resources/contenttweaker/textures/items/defined_engine.png differ diff --git a/resources/contenttweaker/textures/items/defined_gear.png b/resources/contenttweaker/textures/items/defined_gear.png new file mode 100644 index 00000000..bc32cd2c Binary files /dev/null and b/resources/contenttweaker/textures/items/defined_gear.png differ diff --git a/resources/contenttweaker/textures/items/defined_ingot.png b/resources/contenttweaker/textures/items/defined_ingot.png new file mode 100644 index 00000000..a8603d22 Binary files /dev/null and b/resources/contenttweaker/textures/items/defined_ingot.png differ diff --git a/resources/contenttweaker/textures/items/defined_plate.png b/resources/contenttweaker/textures/items/defined_plate.png new file mode 100644 index 00000000..7796dca3 Binary files /dev/null and b/resources/contenttweaker/textures/items/defined_plate.png differ diff --git a/resources/contenttweaker/textures/items/defined_redstone_chipset.png b/resources/contenttweaker/textures/items/defined_redstone_chipset.png new file mode 100644 index 00000000..4cb3da35 Binary files /dev/null and b/resources/contenttweaker/textures/items/defined_redstone_chipset.png differ diff --git a/resources/contenttweaker/textures/items/defined_servo.png b/resources/contenttweaker/textures/items/defined_servo.png new file mode 100644 index 00000000..967ce942 Binary files /dev/null and b/resources/contenttweaker/textures/items/defined_servo.png differ diff --git a/resources/contenttweaker/textures/items/definer_core.png b/resources/contenttweaker/textures/items/definer_core.png new file mode 100644 index 00000000..419720df Binary files /dev/null and b/resources/contenttweaker/textures/items/definer_core.png differ diff --git a/resources/contenttweaker/textures/items/deinthos.png b/resources/contenttweaker/textures/items/deinthos.png new file mode 100644 index 00000000..3def6aab Binary files /dev/null and b/resources/contenttweaker/textures/items/deinthos.png differ diff --git a/resources/contenttweaker/textures/items/demon_will_powder.png b/resources/contenttweaker/textures/items/demon_will_powder.png new file mode 100644 index 00000000..9f7ab9da Binary files /dev/null and b/resources/contenttweaker/textures/items/demon_will_powder.png differ diff --git a/resources/contenttweaker/textures/items/demonic_elixir_bottle.png b/resources/contenttweaker/textures/items/demonic_elixir_bottle.png new file mode 100644 index 00000000..779d636c Binary files /dev/null and b/resources/contenttweaker/textures/items/demonic_elixir_bottle.png differ diff --git a/resources/contenttweaker/textures/items/demonic_manastone.png b/resources/contenttweaker/textures/items/demonic_manastone.png new file mode 100644 index 00000000..5642087d Binary files /dev/null and b/resources/contenttweaker/textures/items/demonic_manastone.png differ diff --git a/resources/contenttweaker/textures/items/dense_diamond_powder.png b/resources/contenttweaker/textures/items/dense_diamond_powder.png new file mode 100644 index 00000000..ce792dde Binary files /dev/null and b/resources/contenttweaker/textures/items/dense_diamond_powder.png differ diff --git a/resources/contenttweaker/textures/items/dense_redstone.png b/resources/contenttweaker/textures/items/dense_redstone.png new file mode 100644 index 00000000..206d9188 Binary files /dev/null and b/resources/contenttweaker/textures/items/dense_redstone.png differ diff --git a/resources/contenttweaker/textures/items/dense_vibrating_chunk.png b/resources/contenttweaker/textures/items/dense_vibrating_chunk.png new file mode 100644 index 00000000..90217247 Binary files /dev/null and b/resources/contenttweaker/textures/items/dense_vibrating_chunk.png differ diff --git a/resources/contenttweaker/textures/items/densos_eye.png b/resources/contenttweaker/textures/items/densos_eye.png new file mode 100644 index 00000000..d4adf760 Binary files /dev/null and b/resources/contenttweaker/textures/items/densos_eye.png differ diff --git a/resources/contenttweaker/textures/items/depleted_lefhm_fuel.png b/resources/contenttweaker/textures/items/depleted_lefhm_fuel.png new file mode 100644 index 00000000..f5fb9f09 Binary files /dev/null and b/resources/contenttweaker/textures/items/depleted_lefhm_fuel.png differ diff --git a/resources/contenttweaker/textures/items/depleted_polonium.png b/resources/contenttweaker/textures/items/depleted_polonium.png new file mode 100644 index 00000000..561f52ee Binary files /dev/null and b/resources/contenttweaker/textures/items/depleted_polonium.png differ diff --git a/resources/contenttweaker/textures/items/destructive_will_powder.png b/resources/contenttweaker/textures/items/destructive_will_powder.png new file mode 100644 index 00000000..016f7beb Binary files /dev/null and b/resources/contenttweaker/textures/items/destructive_will_powder.png differ diff --git a/resources/contenttweaker/textures/items/deuterium_chunk.png b/resources/contenttweaker/textures/items/deuterium_chunk.png new file mode 100644 index 00000000..6173c82b Binary files /dev/null and b/resources/contenttweaker/textures/items/deuterium_chunk.png differ diff --git a/resources/contenttweaker/textures/items/deuterium_crystal.png b/resources/contenttweaker/textures/items/deuterium_crystal.png new file mode 100644 index 00000000..5979156c Binary files /dev/null and b/resources/contenttweaker/textures/items/deuterium_crystal.png differ diff --git a/resources/contenttweaker/textures/items/diamerisma_warper.png b/resources/contenttweaker/textures/items/diamerisma_warper.png new file mode 100644 index 00000000..7a38c23f Binary files /dev/null and b/resources/contenttweaker/textures/items/diamerisma_warper.png differ diff --git a/resources/contenttweaker/textures/items/digital_organic_currency.png b/resources/contenttweaker/textures/items/digital_organic_currency.png new file mode 100644 index 00000000..d1b63333 Binary files /dev/null and b/resources/contenttweaker/textures/items/digital_organic_currency.png differ diff --git a/resources/contenttweaker/textures/items/divine_flake.png b/resources/contenttweaker/textures/items/divine_flake.png new file mode 100644 index 00000000..f84213d6 Binary files /dev/null and b/resources/contenttweaker/textures/items/divine_flake.png differ diff --git a/resources/contenttweaker/textures/items/divine_ironwood_ingot.png b/resources/contenttweaker/textures/items/divine_ironwood_ingot.png new file mode 100644 index 00000000..99b75cf3 Binary files /dev/null and b/resources/contenttweaker/textures/items/divine_ironwood_ingot.png differ diff --git a/resources/contenttweaker/textures/items/divine_star.png b/resources/contenttweaker/textures/items/divine_star.png new file mode 100644 index 00000000..f0b1675e Binary files /dev/null and b/resources/contenttweaker/textures/items/divine_star.png differ diff --git a/resources/contenttweaker/textures/items/doge_coin.png b/resources/contenttweaker/textures/items/doge_coin.png new file mode 100644 index 00000000..4f301e3c Binary files /dev/null and b/resources/contenttweaker/textures/items/doge_coin.png differ diff --git a/resources/contenttweaker/textures/items/double_compressed_clump_mythic.png b/resources/contenttweaker/textures/items/double_compressed_clump_mythic.png new file mode 100644 index 00000000..e3754be3 Binary files /dev/null and b/resources/contenttweaker/textures/items/double_compressed_clump_mythic.png differ diff --git a/resources/contenttweaker/textures/items/double_compressed_wafer.png b/resources/contenttweaker/textures/items/double_compressed_wafer.png new file mode 100644 index 00000000..30ce5628 Binary files /dev/null and b/resources/contenttweaker/textures/items/double_compressed_wafer.png differ diff --git a/resources/contenttweaker/textures/items/draconic_energy_orb.png b/resources/contenttweaker/textures/items/draconic_energy_orb.png new file mode 100644 index 00000000..0ced6196 Binary files /dev/null and b/resources/contenttweaker/textures/items/draconic_energy_orb.png differ diff --git a/resources/contenttweaker/textures/items/draconic_key.png b/resources/contenttweaker/textures/items/draconic_key.png new file mode 100644 index 00000000..89b82e76 Binary files /dev/null and b/resources/contenttweaker/textures/items/draconic_key.png differ diff --git a/resources/contenttweaker/textures/items/dracyon_tooth.png b/resources/contenttweaker/textures/items/dracyon_tooth.png new file mode 100644 index 00000000..1adab811 Binary files /dev/null and b/resources/contenttweaker/textures/items/dracyon_tooth.png differ diff --git a/resources/contenttweaker/textures/items/dragons_blood_plastic.png b/resources/contenttweaker/textures/items/dragons_blood_plastic.png new file mode 100644 index 00000000..e1dfbc61 Binary files /dev/null and b/resources/contenttweaker/textures/items/dragons_blood_plastic.png differ diff --git a/resources/contenttweaker/textures/items/dramix_skin.png b/resources/contenttweaker/textures/items/dramix_skin.png new file mode 100644 index 00000000..2fc35c19 Binary files /dev/null and b/resources/contenttweaker/textures/items/dramix_skin.png differ diff --git a/resources/contenttweaker/textures/items/dreadia_gem.png b/resources/contenttweaker/textures/items/dreadia_gem.png new file mode 100644 index 00000000..072ebd73 Binary files /dev/null and b/resources/contenttweaker/textures/items/dreadia_gem.png differ diff --git a/resources/contenttweaker/textures/items/dreading_warp_cleanser.png b/resources/contenttweaker/textures/items/dreading_warp_cleanser.png new file mode 100644 index 00000000..0aa7eda0 Binary files /dev/null and b/resources/contenttweaker/textures/items/dreading_warp_cleanser.png differ diff --git a/resources/contenttweaker/textures/items/dreadlands_gem.png b/resources/contenttweaker/textures/items/dreadlands_gem.png new file mode 100644 index 00000000..84a65e76 Binary files /dev/null and b/resources/contenttweaker/textures/items/dreadlands_gem.png differ diff --git a/resources/contenttweaker/textures/items/dreadlands_matter.png b/resources/contenttweaker/textures/items/dreadlands_matter.png new file mode 100644 index 00000000..bc5752a9 Binary files /dev/null and b/resources/contenttweaker/textures/items/dreadlands_matter.png differ diff --git a/resources/contenttweaker/textures/items/dream_callstone.png b/resources/contenttweaker/textures/items/dream_callstone.png new file mode 100644 index 00000000..af2beea5 Binary files /dev/null and b/resources/contenttweaker/textures/items/dream_callstone.png differ diff --git a/resources/contenttweaker/textures/items/dream_cluster.png b/resources/contenttweaker/textures/items/dream_cluster.png new file mode 100644 index 00000000..31e69852 Binary files /dev/null and b/resources/contenttweaker/textures/items/dream_cluster.png differ diff --git a/resources/contenttweaker/textures/items/dried_vishroom.png b/resources/contenttweaker/textures/items/dried_vishroom.png new file mode 100644 index 00000000..6806bb6f Binary files /dev/null and b/resources/contenttweaker/textures/items/dried_vishroom.png differ diff --git a/resources/contenttweaker/textures/items/dustopia_artifact.png b/resources/contenttweaker/textures/items/dustopia_artifact.png new file mode 100644 index 00000000..2097adf8 Binary files /dev/null and b/resources/contenttweaker/textures/items/dustopia_artifact.png differ diff --git a/resources/contenttweaker/textures/items/dustopia_garnet.png b/resources/contenttweaker/textures/items/dustopia_garnet.png new file mode 100644 index 00000000..00fa47f0 Binary files /dev/null and b/resources/contenttweaker/textures/items/dustopia_garnet.png differ diff --git a/resources/contenttweaker/textures/items/dustopia_wormhole.png b/resources/contenttweaker/textures/items/dustopia_wormhole.png new file mode 100644 index 00000000..6341de1f Binary files /dev/null and b/resources/contenttweaker/textures/items/dustopia_wormhole.png differ diff --git a/resources/contenttweaker/textures/items/dynatos_artifact.png b/resources/contenttweaker/textures/items/dynatos_artifact.png new file mode 100644 index 00000000..737490e0 Binary files /dev/null and b/resources/contenttweaker/textures/items/dynatos_artifact.png differ diff --git a/resources/contenttweaker/textures/items/dynatos_catalyst.png b/resources/contenttweaker/textures/items/dynatos_catalyst.png new file mode 100644 index 00000000..5fff5add Binary files /dev/null and b/resources/contenttweaker/textures/items/dynatos_catalyst.png differ diff --git a/resources/contenttweaker/textures/items/dynatos_crystal.png b/resources/contenttweaker/textures/items/dynatos_crystal.png new file mode 100644 index 00000000..776c21f9 Binary files /dev/null and b/resources/contenttweaker/textures/items/dynatos_crystal.png differ diff --git a/resources/contenttweaker/textures/items/dyson_capacitor.png b/resources/contenttweaker/textures/items/dyson_capacitor.png new file mode 100644 index 00000000..d4812ab8 Binary files /dev/null and b/resources/contenttweaker/textures/items/dyson_capacitor.png differ diff --git a/resources/contenttweaker/textures/items/eden_core.png b/resources/contenttweaker/textures/items/eden_core.png new file mode 100644 index 00000000..28aaf6b5 Binary files /dev/null and b/resources/contenttweaker/textures/items/eden_core.png differ diff --git a/resources/contenttweaker/textures/items/eden_refined_gem.png b/resources/contenttweaker/textures/items/eden_refined_gem.png new file mode 100644 index 00000000..fa1f709c Binary files /dev/null and b/resources/contenttweaker/textures/items/eden_refined_gem.png differ diff --git a/resources/contenttweaker/textures/items/eden_star.png b/resources/contenttweaker/textures/items/eden_star.png new file mode 100644 index 00000000..bf46887f Binary files /dev/null and b/resources/contenttweaker/textures/items/eden_star.png differ diff --git a/resources/contenttweaker/textures/items/eldritch_flower.png b/resources/contenttweaker/textures/items/eldritch_flower.png new file mode 100644 index 00000000..6db551fe Binary files /dev/null and b/resources/contenttweaker/textures/items/eldritch_flower.png differ diff --git a/resources/contenttweaker/textures/items/eldritch_will_crystal.png b/resources/contenttweaker/textures/items/eldritch_will_crystal.png new file mode 100644 index 00000000..3e4247e4 Binary files /dev/null and b/resources/contenttweaker/textures/items/eldritch_will_crystal.png differ diff --git a/resources/contenttweaker/textures/items/eldritch_will_crystal_seeds.png b/resources/contenttweaker/textures/items/eldritch_will_crystal_seeds.png new file mode 100644 index 00000000..4f66be8b Binary files /dev/null and b/resources/contenttweaker/textures/items/eldritch_will_crystal_seeds.png differ diff --git a/resources/contenttweaker/textures/items/elecanium_egg.png b/resources/contenttweaker/textures/items/elecanium_egg.png new file mode 100644 index 00000000..81b72418 Binary files /dev/null and b/resources/contenttweaker/textures/items/elecanium_egg.png differ diff --git a/resources/contenttweaker/textures/items/elusive_horn.png b/resources/contenttweaker/textures/items/elusive_horn.png new file mode 100644 index 00000000..4ca4de08 Binary files /dev/null and b/resources/contenttweaker/textures/items/elusive_horn.png differ diff --git a/resources/contenttweaker/textures/items/emberstone_egg.png b/resources/contenttweaker/textures/items/emberstone_egg.png new file mode 100644 index 00000000..e7083f5e Binary files /dev/null and b/resources/contenttweaker/textures/items/emberstone_egg.png differ diff --git a/resources/contenttweaker/textures/items/embraced_imperfection.png b/resources/contenttweaker/textures/items/embraced_imperfection.png new file mode 100644 index 00000000..2fd2ddf3 Binary files /dev/null and b/resources/contenttweaker/textures/items/embraced_imperfection.png differ diff --git a/resources/contenttweaker/textures/items/empowered_gravitite.png b/resources/contenttweaker/textures/items/empowered_gravitite.png new file mode 100644 index 00000000..f899fd7a Binary files /dev/null and b/resources/contenttweaker/textures/items/empowered_gravitite.png differ diff --git a/resources/contenttweaker/textures/items/empowerment_core.png b/resources/contenttweaker/textures/items/empowerment_core.png new file mode 100644 index 00000000..e2634710 Binary files /dev/null and b/resources/contenttweaker/textures/items/empowerment_core.png differ diff --git a/resources/contenttweaker/textures/items/enchanted_myrmitite.png b/resources/contenttweaker/textures/items/enchanted_myrmitite.png new file mode 100644 index 00000000..3e4c78e2 Binary files /dev/null and b/resources/contenttweaker/textures/items/enchanted_myrmitite.png differ diff --git a/resources/contenttweaker/textures/items/ender_dolomite_dust.png b/resources/contenttweaker/textures/items/ender_dolomite_dust.png new file mode 100644 index 00000000..ea00c89a Binary files /dev/null and b/resources/contenttweaker/textures/items/ender_dolomite_dust.png differ diff --git a/resources/contenttweaker/textures/items/ender_feather.png b/resources/contenttweaker/textures/items/ender_feather.png new file mode 100644 index 00000000..9687434d Binary files /dev/null and b/resources/contenttweaker/textures/items/ender_feather.png differ diff --git a/resources/contenttweaker/textures/items/energized_peat.png b/resources/contenttweaker/textures/items/energized_peat.png new file mode 100644 index 00000000..7072305d Binary files /dev/null and b/resources/contenttweaker/textures/items/energized_peat.png differ diff --git a/resources/contenttweaker/textures/items/enhanced_chaos_fragment.png b/resources/contenttweaker/textures/items/enhanced_chaos_fragment.png new file mode 100644 index 00000000..ca3db98d Binary files /dev/null and b/resources/contenttweaker/textures/items/enhanced_chaos_fragment.png differ diff --git a/resources/contenttweaker/textures/items/enhanced_chaos_shard.png b/resources/contenttweaker/textures/items/enhanced_chaos_shard.png new file mode 100644 index 00000000..3fd4987a Binary files /dev/null and b/resources/contenttweaker/textures/items/enhanced_chaos_shard.png differ diff --git a/resources/contenttweaker/textures/items/enriched_canola_seed.png b/resources/contenttweaker/textures/items/enriched_canola_seed.png new file mode 100644 index 00000000..4c1eeb34 Binary files /dev/null and b/resources/contenttweaker/textures/items/enriched_canola_seed.png differ diff --git a/resources/contenttweaker/textures/items/entropy_construct.png b/resources/contenttweaker/textures/items/entropy_construct.png new file mode 100644 index 00000000..4bd7eb9f Binary files /dev/null and b/resources/contenttweaker/textures/items/entropy_construct.png differ diff --git a/resources/contenttweaker/textures/items/essence_darkness.png b/resources/contenttweaker/textures/items/essence_darkness.png new file mode 100644 index 00000000..64d757b3 Binary files /dev/null and b/resources/contenttweaker/textures/items/essence_darkness.png differ diff --git a/resources/contenttweaker/textures/items/essence_fear.png b/resources/contenttweaker/textures/items/essence_fear.png new file mode 100644 index 00000000..eab59692 Binary files /dev/null and b/resources/contenttweaker/textures/items/essence_fear.png differ diff --git a/resources/contenttweaker/textures/items/essence_helplessness.png b/resources/contenttweaker/textures/items/essence_helplessness.png new file mode 100644 index 00000000..f217cc76 Binary files /dev/null and b/resources/contenttweaker/textures/items/essence_helplessness.png differ diff --git a/resources/contenttweaker/textures/items/essence_of_petrification.png b/resources/contenttweaker/textures/items/essence_of_petrification.png new file mode 100644 index 00000000..b771ba0e Binary files /dev/null and b/resources/contenttweaker/textures/items/essence_of_petrification.png differ diff --git a/resources/contenttweaker/textures/items/essence_of_the_room.png b/resources/contenttweaker/textures/items/essence_of_the_room.png new file mode 100644 index 00000000..c556e966 Binary files /dev/null and b/resources/contenttweaker/textures/items/essence_of_the_room.png differ diff --git a/resources/contenttweaker/textures/items/essence_solitude.png b/resources/contenttweaker/textures/items/essence_solitude.png new file mode 100644 index 00000000..51901f03 Binary files /dev/null and b/resources/contenttweaker/textures/items/essence_solitude.png differ diff --git a/resources/contenttweaker/textures/items/eternal_nightmare.png b/resources/contenttweaker/textures/items/eternal_nightmare.png new file mode 100644 index 00000000..bf6001e7 Binary files /dev/null and b/resources/contenttweaker/textures/items/eternal_nightmare.png differ diff --git a/resources/contenttweaker/textures/items/eternal_shoulder.png b/resources/contenttweaker/textures/items/eternal_shoulder.png new file mode 100644 index 00000000..63ef3c0f Binary files /dev/null and b/resources/contenttweaker/textures/items/eternal_shoulder.png differ diff --git a/resources/contenttweaker/textures/items/eternally_stained_soul.png b/resources/contenttweaker/textures/items/eternally_stained_soul.png new file mode 100644 index 00000000..cba37ad7 Binary files /dev/null and b/resources/contenttweaker/textures/items/eternally_stained_soul.png differ diff --git a/resources/contenttweaker/textures/items/ethereal_infusion_stone.png b/resources/contenttweaker/textures/items/ethereal_infusion_stone.png new file mode 100644 index 00000000..547fa7f9 Binary files /dev/null and b/resources/contenttweaker/textures/items/ethereal_infusion_stone.png differ diff --git a/resources/contenttweaker/textures/items/evanescent_sednanite_dust.png b/resources/contenttweaker/textures/items/evanescent_sednanite_dust.png new file mode 100644 index 00000000..0c07ffc9 Binary files /dev/null and b/resources/contenttweaker/textures/items/evanescent_sednanite_dust.png differ diff --git a/resources/contenttweaker/textures/items/evanescent_sednanite_powder.png b/resources/contenttweaker/textures/items/evanescent_sednanite_powder.png new file mode 100644 index 00000000..f54c282c Binary files /dev/null and b/resources/contenttweaker/textures/items/evanescent_sednanite_powder.png differ diff --git a/resources/contenttweaker/textures/items/everwatching_eye.png b/resources/contenttweaker/textures/items/everwatching_eye.png new file mode 100644 index 00000000..2a26cdd9 Binary files /dev/null and b/resources/contenttweaker/textures/items/everwatching_eye.png differ diff --git a/resources/contenttweaker/textures/items/evil_insight.png b/resources/contenttweaker/textures/items/evil_insight.png new file mode 100644 index 00000000..e2278157 Binary files /dev/null and b/resources/contenttweaker/textures/items/evil_insight.png differ diff --git a/resources/contenttweaker/textures/items/evil_resonator.png b/resources/contenttweaker/textures/items/evil_resonator.png new file mode 100644 index 00000000..76366179 Binary files /dev/null and b/resources/contenttweaker/textures/items/evil_resonator.png differ diff --git a/resources/contenttweaker/textures/items/experienced_spider_eye.png b/resources/contenttweaker/textures/items/experienced_spider_eye.png new file mode 100644 index 00000000..7c045a63 Binary files /dev/null and b/resources/contenttweaker/textures/items/experienced_spider_eye.png differ diff --git a/resources/contenttweaker/textures/items/fiend_soul.png b/resources/contenttweaker/textures/items/fiend_soul.png new file mode 100644 index 00000000..e358f9bc Binary files /dev/null and b/resources/contenttweaker/textures/items/fiend_soul.png differ diff --git a/resources/contenttweaker/textures/items/fiery_meatball_pasta.png b/resources/contenttweaker/textures/items/fiery_meatball_pasta.png new file mode 100644 index 00000000..46bff98f Binary files /dev/null and b/resources/contenttweaker/textures/items/fiery_meatball_pasta.png differ diff --git a/resources/contenttweaker/textures/items/fiery_rhenium_ingot.png b/resources/contenttweaker/textures/items/fiery_rhenium_ingot.png new file mode 100644 index 00000000..4d53e0c9 Binary files /dev/null and b/resources/contenttweaker/textures/items/fiery_rhenium_ingot.png differ diff --git a/resources/contenttweaker/textures/items/fiery_unguent_bottle.png b/resources/contenttweaker/textures/items/fiery_unguent_bottle.png new file mode 100644 index 00000000..51c292cb Binary files /dev/null and b/resources/contenttweaker/textures/items/fiery_unguent_bottle.png differ diff --git a/resources/contenttweaker/textures/items/finem_warper.png b/resources/contenttweaker/textures/items/finem_warper.png new file mode 100644 index 00000000..095b71e2 Binary files /dev/null and b/resources/contenttweaker/textures/items/finem_warper.png differ diff --git a/resources/contenttweaker/textures/items/fire_construct.png b/resources/contenttweaker/textures/items/fire_construct.png new file mode 100644 index 00000000..a585bf9a Binary files /dev/null and b/resources/contenttweaker/textures/items/fire_construct.png differ diff --git a/resources/contenttweaker/textures/items/fixed_organic_mythic_board.png b/resources/contenttweaker/textures/items/fixed_organic_mythic_board.png new file mode 100644 index 00000000..1394de9f Binary files /dev/null and b/resources/contenttweaker/textures/items/fixed_organic_mythic_board.png differ diff --git a/resources/contenttweaker/textures/items/flash_skull.png b/resources/contenttweaker/textures/items/flash_skull.png new file mode 100644 index 00000000..1d99def1 Binary files /dev/null and b/resources/contenttweaker/textures/items/flash_skull.png differ diff --git a/resources/contenttweaker/textures/items/fluctuatite_egg.png b/resources/contenttweaker/textures/items/fluctuatite_egg.png new file mode 100644 index 00000000..6e57b2e3 Binary files /dev/null and b/resources/contenttweaker/textures/items/fluctuatite_egg.png differ diff --git a/resources/contenttweaker/textures/items/fluix_lens.png b/resources/contenttweaker/textures/items/fluix_lens.png new file mode 100644 index 00000000..b6a573fc Binary files /dev/null and b/resources/contenttweaker/textures/items/fluix_lens.png differ diff --git a/resources/contenttweaker/textures/items/footbone_fragment_egg.png b/resources/contenttweaker/textures/items/footbone_fragment_egg.png new file mode 100644 index 00000000..6de1ec95 Binary files /dev/null and b/resources/contenttweaker/textures/items/footbone_fragment_egg.png differ diff --git a/resources/contenttweaker/textures/items/forbidden_matter.png b/resources/contenttweaker/textures/items/forbidden_matter.png new file mode 100644 index 00000000..de28664b Binary files /dev/null and b/resources/contenttweaker/textures/items/forbidden_matter.png differ diff --git a/resources/contenttweaker/textures/items/forgotten_slime.png b/resources/contenttweaker/textures/items/forgotten_slime.png new file mode 100644 index 00000000..0051eba7 Binary files /dev/null and b/resources/contenttweaker/textures/items/forgotten_slime.png differ diff --git a/resources/contenttweaker/textures/items/forgotten_will.png b/resources/contenttweaker/textures/items/forgotten_will.png new file mode 100644 index 00000000..d34be6ca Binary files /dev/null and b/resources/contenttweaker/textures/items/forgotten_will.png differ diff --git a/resources/contenttweaker/textures/items/fragment_madness.png b/resources/contenttweaker/textures/items/fragment_madness.png new file mode 100644 index 00000000..af127792 Binary files /dev/null and b/resources/contenttweaker/textures/items/fragment_madness.png differ diff --git a/resources/contenttweaker/textures/items/fragment_of_unraveling.png b/resources/contenttweaker/textures/items/fragment_of_unraveling.png new file mode 100644 index 00000000..dc9b2ac7 Binary files /dev/null and b/resources/contenttweaker/textures/items/fragment_of_unraveling.png differ diff --git a/resources/contenttweaker/textures/items/furatto_warper.png b/resources/contenttweaker/textures/items/furatto_warper.png new file mode 100644 index 00000000..11cb1869 Binary files /dev/null and b/resources/contenttweaker/textures/items/furatto_warper.png differ diff --git a/resources/contenttweaker/textures/items/gaia_tesseract.png b/resources/contenttweaker/textures/items/gaia_tesseract.png new file mode 100644 index 00000000..27ddf53d Binary files /dev/null and b/resources/contenttweaker/textures/items/gaia_tesseract.png differ diff --git a/resources/contenttweaker/textures/items/gardencia_artifact.png b/resources/contenttweaker/textures/items/gardencia_artifact.png new file mode 100644 index 00000000..e3e042e5 Binary files /dev/null and b/resources/contenttweaker/textures/items/gardencia_artifact.png differ diff --git a/resources/contenttweaker/textures/items/gardencia_garnet.png b/resources/contenttweaker/textures/items/gardencia_garnet.png new file mode 100644 index 00000000..56a6e4b2 Binary files /dev/null and b/resources/contenttweaker/textures/items/gardencia_garnet.png differ diff --git a/resources/contenttweaker/textures/items/gardencia_wormhole.png b/resources/contenttweaker/textures/items/gardencia_wormhole.png new file mode 100644 index 00000000..76853d8c Binary files /dev/null and b/resources/contenttweaker/textures/items/gardencia_wormhole.png differ diff --git a/resources/contenttweaker/textures/items/gemenyte_dust.png b/resources/contenttweaker/textures/items/gemenyte_dust.png new file mode 100644 index 00000000..8a3a6063 Binary files /dev/null and b/resources/contenttweaker/textures/items/gemenyte_dust.png differ diff --git a/resources/contenttweaker/textures/items/gemenyte_egg.png b/resources/contenttweaker/textures/items/gemenyte_egg.png new file mode 100644 index 00000000..1591d9fa Binary files /dev/null and b/resources/contenttweaker/textures/items/gemenyte_egg.png differ diff --git a/resources/contenttweaker/textures/items/glitch_infused_egg.png b/resources/contenttweaker/textures/items/glitch_infused_egg.png new file mode 100644 index 00000000..365b6a1c Binary files /dev/null and b/resources/contenttweaker/textures/items/glitch_infused_egg.png differ diff --git a/resources/contenttweaker/textures/items/gold_irradiated_ore_chunks.png b/resources/contenttweaker/textures/items/gold_irradiated_ore_chunks.png new file mode 100644 index 00000000..924371eb Binary files /dev/null and b/resources/contenttweaker/textures/items/gold_irradiated_ore_chunks.png differ diff --git a/resources/contenttweaker/textures/items/gold_leaf.png b/resources/contenttweaker/textures/items/gold_leaf.png new file mode 100644 index 00000000..6543ba7c Binary files /dev/null and b/resources/contenttweaker/textures/items/gold_leaf.png differ diff --git a/resources/contenttweaker/textures/items/golden_steak.png b/resources/contenttweaker/textures/items/golden_steak.png new file mode 100644 index 00000000..60761e2a Binary files /dev/null and b/resources/contenttweaker/textures/items/golden_steak.png differ diff --git a/resources/contenttweaker/textures/items/goldorth_golden_eye.png b/resources/contenttweaker/textures/items/goldorth_golden_eye.png new file mode 100644 index 00000000..0854bc93 Binary files /dev/null and b/resources/contenttweaker/textures/items/goldorth_golden_eye.png differ diff --git a/resources/contenttweaker/textures/items/gravitite_chunk.png b/resources/contenttweaker/textures/items/gravitite_chunk.png new file mode 100644 index 00000000..43c498f4 Binary files /dev/null and b/resources/contenttweaker/textures/items/gravitite_chunk.png differ diff --git a/resources/contenttweaker/textures/items/gravitite_clathrate.png b/resources/contenttweaker/textures/items/gravitite_clathrate.png new file mode 100644 index 00000000..a217ac52 Binary files /dev/null and b/resources/contenttweaker/textures/items/gravitite_clathrate.png differ diff --git a/resources/contenttweaker/textures/items/gravitite_deposit.png b/resources/contenttweaker/textures/items/gravitite_deposit.png new file mode 100644 index 00000000..08e0b536 Binary files /dev/null and b/resources/contenttweaker/textures/items/gravitite_deposit.png differ diff --git a/resources/contenttweaker/textures/items/gravitite_dust.png b/resources/contenttweaker/textures/items/gravitite_dust.png new file mode 100644 index 00000000..1bc9e222 Binary files /dev/null and b/resources/contenttweaker/textures/items/gravitite_dust.png differ diff --git a/resources/contenttweaker/textures/items/gravitite_lens.png b/resources/contenttweaker/textures/items/gravitite_lens.png new file mode 100644 index 00000000..afbfbd37 Binary files /dev/null and b/resources/contenttweaker/textures/items/gravitite_lens.png differ diff --git a/resources/contenttweaker/textures/items/gravitite_matrix.png b/resources/contenttweaker/textures/items/gravitite_matrix.png new file mode 100644 index 00000000..daf9cddc Binary files /dev/null and b/resources/contenttweaker/textures/items/gravitite_matrix.png differ diff --git a/resources/contenttweaker/textures/items/gravitite_pearl.png b/resources/contenttweaker/textures/items/gravitite_pearl.png new file mode 100644 index 00000000..071202b7 Binary files /dev/null and b/resources/contenttweaker/textures/items/gravitite_pearl.png differ diff --git a/resources/contenttweaker/textures/items/gravitite_sediment.png b/resources/contenttweaker/textures/items/gravitite_sediment.png new file mode 100644 index 00000000..e5bc0617 Binary files /dev/null and b/resources/contenttweaker/textures/items/gravitite_sediment.png differ diff --git a/resources/contenttweaker/textures/items/graw_fang.png b/resources/contenttweaker/textures/items/graw_fang.png new file mode 100644 index 00000000..f6855299 Binary files /dev/null and b/resources/contenttweaker/textures/items/graw_fang.png differ diff --git a/resources/contenttweaker/textures/items/greater_gaia_spirit.png b/resources/contenttweaker/textures/items/greater_gaia_spirit.png new file mode 100644 index 00000000..8b5fac55 Binary files /dev/null and b/resources/contenttweaker/textures/items/greater_gaia_spirit.png differ diff --git a/resources/contenttweaker/textures/items/greater_mana_core.png b/resources/contenttweaker/textures/items/greater_mana_core.png new file mode 100644 index 00000000..6b1d0193 Binary files /dev/null and b/resources/contenttweaker/textures/items/greater_mana_core.png differ diff --git a/resources/contenttweaker/textures/items/greckon_artifact.png b/resources/contenttweaker/textures/items/greckon_artifact.png new file mode 100644 index 00000000..a9193348 Binary files /dev/null and b/resources/contenttweaker/textures/items/greckon_artifact.png differ diff --git a/resources/contenttweaker/textures/items/greckon_garnet.png b/resources/contenttweaker/textures/items/greckon_garnet.png new file mode 100644 index 00000000..31e7688f Binary files /dev/null and b/resources/contenttweaker/textures/items/greckon_garnet.png differ diff --git a/resources/contenttweaker/textures/items/greckon_wormhole.png b/resources/contenttweaker/textures/items/greckon_wormhole.png new file mode 100644 index 00000000..3a187965 Binary files /dev/null and b/resources/contenttweaker/textures/items/greckon_wormhole.png differ diff --git a/resources/contenttweaker/textures/items/green_gemstone_egg.png b/resources/contenttweaker/textures/items/green_gemstone_egg.png new file mode 100644 index 00000000..f627ee60 Binary files /dev/null and b/resources/contenttweaker/textures/items/green_gemstone_egg.png differ diff --git a/resources/contenttweaker/textures/items/ground_beef.png b/resources/contenttweaker/textures/items/ground_beef.png new file mode 100644 index 00000000..735cd449 Binary files /dev/null and b/resources/contenttweaker/textures/items/ground_beef.png differ diff --git a/resources/contenttweaker/textures/items/ground_pork.png b/resources/contenttweaker/textures/items/ground_pork.png new file mode 100644 index 00000000..b42c9602 Binary files /dev/null and b/resources/contenttweaker/textures/items/ground_pork.png differ diff --git a/resources/contenttweaker/textures/items/guardian_rune.png b/resources/contenttweaker/textures/items/guardian_rune.png new file mode 100644 index 00000000..bd5334d9 Binary files /dev/null and b/resources/contenttweaker/textures/items/guardian_rune.png differ diff --git a/resources/contenttweaker/textures/items/gummy_worm_z.png b/resources/contenttweaker/textures/items/gummy_worm_z.png new file mode 100644 index 00000000..35869b50 Binary files /dev/null and b/resources/contenttweaker/textures/items/gummy_worm_z.png differ diff --git a/resources/contenttweaker/textures/items/gyro_red_nose.png b/resources/contenttweaker/textures/items/gyro_red_nose.png new file mode 100644 index 00000000..3112e5c7 Binary files /dev/null and b/resources/contenttweaker/textures/items/gyro_red_nose.png differ diff --git a/resources/contenttweaker/textures/items/halite_warrior.png b/resources/contenttweaker/textures/items/halite_warrior.png new file mode 100644 index 00000000..f8cce43b Binary files /dev/null and b/resources/contenttweaker/textures/items/halite_warrior.png differ diff --git a/resources/contenttweaker/textures/items/harbinger_callstone.png b/resources/contenttweaker/textures/items/harbinger_callstone.png new file mode 100644 index 00000000..bbb5cf3c Binary files /dev/null and b/resources/contenttweaker/textures/items/harbinger_callstone.png differ diff --git a/resources/contenttweaker/textures/items/harbinger_crystal.png b/resources/contenttweaker/textures/items/harbinger_crystal.png new file mode 100644 index 00000000..b3a93547 Binary files /dev/null and b/resources/contenttweaker/textures/items/harbinger_crystal.png differ diff --git a/resources/contenttweaker/textures/items/harkos_rib.png b/resources/contenttweaker/textures/items/harkos_rib.png new file mode 100644 index 00000000..2fa9db8d Binary files /dev/null and b/resources/contenttweaker/textures/items/harkos_rib.png differ diff --git a/resources/contenttweaker/textures/items/hassium_alloy_ingot.png b/resources/contenttweaker/textures/items/hassium_alloy_ingot.png new file mode 100644 index 00000000..611da5a6 Binary files /dev/null and b/resources/contenttweaker/textures/items/hassium_alloy_ingot.png differ diff --git a/resources/contenttweaker/textures/items/haven_artifact.png b/resources/contenttweaker/textures/items/haven_artifact.png new file mode 100644 index 00000000..fc2cd418 Binary files /dev/null and b/resources/contenttweaker/textures/items/haven_artifact.png differ diff --git a/resources/contenttweaker/textures/items/haven_garnet.png b/resources/contenttweaker/textures/items/haven_garnet.png new file mode 100644 index 00000000..ff026f3d Binary files /dev/null and b/resources/contenttweaker/textures/items/haven_garnet.png differ diff --git a/resources/contenttweaker/textures/items/haven_wormhole.png b/resources/contenttweaker/textures/items/haven_wormhole.png new file mode 100644 index 00000000..15bf5a6a Binary files /dev/null and b/resources/contenttweaker/textures/items/haven_wormhole.png differ diff --git a/resources/contenttweaker/textures/items/heart_of_darkness.png b/resources/contenttweaker/textures/items/heart_of_darkness.png new file mode 100644 index 00000000..3ef6d167 Binary files /dev/null and b/resources/contenttweaker/textures/items/heart_of_darkness.png differ diff --git a/resources/contenttweaker/textures/items/hearty_meatball.png b/resources/contenttweaker/textures/items/hearty_meatball.png new file mode 100644 index 00000000..82cf89df Binary files /dev/null and b/resources/contenttweaker/textures/items/hearty_meatball.png differ diff --git a/resources/contenttweaker/textures/items/heated_organic_mythic_board.png b/resources/contenttweaker/textures/items/heated_organic_mythic_board.png new file mode 100644 index 00000000..a7bcb22d Binary files /dev/null and b/resources/contenttweaker/textures/items/heated_organic_mythic_board.png differ diff --git a/resources/contenttweaker/textures/items/high_density_frame.png b/resources/contenttweaker/textures/items/high_density_frame.png new file mode 100644 index 00000000..9c2f47e6 Binary files /dev/null and b/resources/contenttweaker/textures/items/high_density_frame.png differ diff --git a/resources/contenttweaker/textures/items/high_refraction_alloy_ingot.png b/resources/contenttweaker/textures/items/high_refraction_alloy_ingot.png new file mode 100644 index 00000000..37fce12f Binary files /dev/null and b/resources/contenttweaker/textures/items/high_refraction_alloy_ingot.png differ diff --git a/resources/contenttweaker/textures/items/high_strength_transmission.png b/resources/contenttweaker/textures/items/high_strength_transmission.png new file mode 100644 index 00000000..1f2ccf75 Binary files /dev/null and b/resources/contenttweaker/textures/items/high_strength_transmission.png differ diff --git a/resources/contenttweaker/textures/items/hive_king_tendril.png b/resources/contenttweaker/textures/items/hive_king_tendril.png new file mode 100644 index 00000000..3b940632 Binary files /dev/null and b/resources/contenttweaker/textures/items/hive_king_tendril.png differ diff --git a/resources/contenttweaker/textures/items/horcrux.png b/resources/contenttweaker/textures/items/horcrux.png new file mode 100644 index 00000000..be557e6a Binary files /dev/null and b/resources/contenttweaker/textures/items/horcrux.png differ diff --git a/resources/contenttweaker/textures/items/horon_tendon.png b/resources/contenttweaker/textures/items/horon_tendon.png new file mode 100644 index 00000000..4a48496c Binary files /dev/null and b/resources/contenttweaker/textures/items/horon_tendon.png differ diff --git a/resources/contenttweaker/textures/items/horrific_callstone.png b/resources/contenttweaker/textures/items/horrific_callstone.png new file mode 100644 index 00000000..83496b3d Binary files /dev/null and b/resources/contenttweaker/textures/items/horrific_callstone.png differ diff --git a/resources/contenttweaker/textures/items/hot_organic_mythic_board.png b/resources/contenttweaker/textures/items/hot_organic_mythic_board.png new file mode 100644 index 00000000..06e9aea7 Binary files /dev/null and b/resources/contenttweaker/textures/items/hot_organic_mythic_board.png differ diff --git a/resources/contenttweaker/textures/items/human_imperfection.png b/resources/contenttweaker/textures/items/human_imperfection.png new file mode 100644 index 00000000..9b11ecbe Binary files /dev/null and b/resources/contenttweaker/textures/items/human_imperfection.png differ diff --git a/resources/contenttweaker/textures/items/hydrocarbon_coated_organic_mythic_board.png b/resources/contenttweaker/textures/items/hydrocarbon_coated_organic_mythic_board.png new file mode 100644 index 00000000..b6fb576f Binary files /dev/null and b/resources/contenttweaker/textures/items/hydrocarbon_coated_organic_mythic_board.png differ diff --git a/resources/contenttweaker/textures/items/hydrocarbonated_organic_mythic_board.png b/resources/contenttweaker/textures/items/hydrocarbonated_organic_mythic_board.png new file mode 100644 index 00000000..6005d7b6 Binary files /dev/null and b/resources/contenttweaker/textures/items/hydrocarbonated_organic_mythic_board.png differ diff --git a/resources/contenttweaker/textures/items/hydrogen_chunk.png b/resources/contenttweaker/textures/items/hydrogen_chunk.png new file mode 100644 index 00000000..8a850908 Binary files /dev/null and b/resources/contenttweaker/textures/items/hydrogen_chunk.png differ diff --git a/resources/contenttweaker/textures/items/hydrogen_crystal.png b/resources/contenttweaker/textures/items/hydrogen_crystal.png new file mode 100644 index 00000000..313a80b0 Binary files /dev/null and b/resources/contenttweaker/textures/items/hydrogen_crystal.png differ diff --git a/resources/contenttweaker/textures/items/hydrolisk_pincher.png b/resources/contenttweaker/textures/items/hydrolisk_pincher.png new file mode 100644 index 00000000..6c76a0ce Binary files /dev/null and b/resources/contenttweaker/textures/items/hydrolisk_pincher.png differ diff --git a/resources/contenttweaker/textures/items/hyperchitinous_plate.png b/resources/contenttweaker/textures/items/hyperchitinous_plate.png new file mode 100644 index 00000000..fbd64d11 Binary files /dev/null and b/resources/contenttweaker/textures/items/hyperchitinous_plate.png differ diff --git a/resources/contenttweaker/textures/items/hypercubic_energy_orb.png b/resources/contenttweaker/textures/items/hypercubic_energy_orb.png new file mode 100644 index 00000000..8ef845f1 Binary files /dev/null and b/resources/contenttweaker/textures/items/hypercubic_energy_orb.png differ diff --git a/resources/contenttweaker/textures/items/ice_construct.png b/resources/contenttweaker/textures/items/ice_construct.png new file mode 100644 index 00000000..c382ebac Binary files /dev/null and b/resources/contenttweaker/textures/items/ice_construct.png differ diff --git a/resources/contenttweaker/textures/items/immortallis_artifact.png b/resources/contenttweaker/textures/items/immortallis_artifact.png new file mode 100644 index 00000000..980009b5 Binary files /dev/null and b/resources/contenttweaker/textures/items/immortallis_artifact.png differ diff --git a/resources/contenttweaker/textures/items/immortallis_callstone.png b/resources/contenttweaker/textures/items/immortallis_callstone.png new file mode 100644 index 00000000..3c33fe5a Binary files /dev/null and b/resources/contenttweaker/textures/items/immortallis_callstone.png differ diff --git a/resources/contenttweaker/textures/items/immortallis_garnet.png b/resources/contenttweaker/textures/items/immortallis_garnet.png new file mode 100644 index 00000000..3262e438 Binary files /dev/null and b/resources/contenttweaker/textures/items/immortallis_garnet.png differ diff --git a/resources/contenttweaker/textures/items/immortallis_wormhole.png b/resources/contenttweaker/textures/items/immortallis_wormhole.png new file mode 100644 index 00000000..17d0510b Binary files /dev/null and b/resources/contenttweaker/textures/items/immortallis_wormhole.png differ diff --git a/resources/contenttweaker/textures/items/imperfect_neutronium_nugget.png b/resources/contenttweaker/textures/items/imperfect_neutronium_nugget.png new file mode 100644 index 00000000..8be5544e Binary files /dev/null and b/resources/contenttweaker/textures/items/imperfect_neutronium_nugget.png differ diff --git a/resources/contenttweaker/textures/items/inanimate_soul.png b/resources/contenttweaker/textures/items/inanimate_soul.png new file mode 100644 index 00000000..bb18cc72 Binary files /dev/null and b/resources/contenttweaker/textures/items/inanimate_soul.png differ diff --git a/resources/contenttweaker/textures/items/ineffable_light.png b/resources/contenttweaker/textures/items/ineffable_light.png new file mode 100644 index 00000000..5a42b81d Binary files /dev/null and b/resources/contenttweaker/textures/items/ineffable_light.png differ diff --git a/resources/contenttweaker/textures/items/ineffable_sun.png b/resources/contenttweaker/textures/items/ineffable_sun.png new file mode 100644 index 00000000..16ae0f36 Binary files /dev/null and b/resources/contenttweaker/textures/items/ineffable_sun.png differ diff --git a/resources/contenttweaker/textures/items/inert_botanic_alchemic_catalyst.png b/resources/contenttweaker/textures/items/inert_botanic_alchemic_catalyst.png new file mode 100644 index 00000000..cb49a590 Binary files /dev/null and b/resources/contenttweaker/textures/items/inert_botanic_alchemic_catalyst.png differ diff --git a/resources/contenttweaker/textures/items/inert_crystal.png b/resources/contenttweaker/textures/items/inert_crystal.png new file mode 100644 index 00000000..29bc17ab Binary files /dev/null and b/resources/contenttweaker/textures/items/inert_crystal.png differ diff --git a/resources/contenttweaker/textures/items/infinity_core.png b/resources/contenttweaker/textures/items/infinity_core.png new file mode 100644 index 00000000..2dc0dc18 Binary files /dev/null and b/resources/contenttweaker/textures/items/infinity_core.png differ diff --git a/resources/contenttweaker/textures/items/infinity_egg.png b/resources/contenttweaker/textures/items/infinity_egg.png new file mode 100644 index 00000000..288c6aec Binary files /dev/null and b/resources/contenttweaker/textures/items/infinity_egg.png differ diff --git a/resources/contenttweaker/textures/items/infinity_fruit.png b/resources/contenttweaker/textures/items/infinity_fruit.png new file mode 100644 index 00000000..2c8a5af2 Binary files /dev/null and b/resources/contenttweaker/textures/items/infinity_fruit.png differ diff --git a/resources/contenttweaker/textures/items/infinity_leaf.png b/resources/contenttweaker/textures/items/infinity_leaf.png new file mode 100644 index 00000000..13efb507 Binary files /dev/null and b/resources/contenttweaker/textures/items/infinity_leaf.png differ diff --git a/resources/contenttweaker/textures/items/infinity_plate.png b/resources/contenttweaker/textures/items/infinity_plate.png new file mode 100644 index 00000000..4719f007 Binary files /dev/null and b/resources/contenttweaker/textures/items/infinity_plate.png differ diff --git a/resources/contenttweaker/textures/items/infinity_sapling.png b/resources/contenttweaker/textures/items/infinity_sapling.png new file mode 100644 index 00000000..33c152fb Binary files /dev/null and b/resources/contenttweaker/textures/items/infinity_sapling.png differ diff --git a/resources/contenttweaker/textures/items/infinity_seed.png b/resources/contenttweaker/textures/items/infinity_seed.png new file mode 100644 index 00000000..0451e8de Binary files /dev/null and b/resources/contenttweaker/textures/items/infinity_seed.png differ diff --git a/resources/contenttweaker/textures/items/infinity_sprout.png b/resources/contenttweaker/textures/items/infinity_sprout.png new file mode 100644 index 00000000..26e1fec4 Binary files /dev/null and b/resources/contenttweaker/textures/items/infinity_sprout.png differ diff --git a/resources/contenttweaker/textures/items/infused_lightwood_sapling.png b/resources/contenttweaker/textures/items/infused_lightwood_sapling.png new file mode 100644 index 00000000..d879be3b Binary files /dev/null and b/resources/contenttweaker/textures/items/infused_lightwood_sapling.png differ diff --git a/resources/contenttweaker/textures/items/infused_myrmitite.png b/resources/contenttweaker/textures/items/infused_myrmitite.png new file mode 100644 index 00000000..c5823247 Binary files /dev/null and b/resources/contenttweaker/textures/items/infused_myrmitite.png differ diff --git a/resources/contenttweaker/textures/items/infused_rhenium_ingot.png b/resources/contenttweaker/textures/items/infused_rhenium_ingot.png new file mode 100644 index 00000000..e5314158 Binary files /dev/null and b/resources/contenttweaker/textures/items/infused_rhenium_ingot.png differ diff --git a/resources/contenttweaker/textures/items/innerved_infinity_seed.png b/resources/contenttweaker/textures/items/innerved_infinity_seed.png new file mode 100644 index 00000000..6fd60233 Binary files /dev/null and b/resources/contenttweaker/textures/items/innerved_infinity_seed.png differ diff --git a/resources/contenttweaker/textures/items/instant_power_junction.png b/resources/contenttweaker/textures/items/instant_power_junction.png new file mode 100644 index 00000000..18129da7 Binary files /dev/null and b/resources/contenttweaker/textures/items/instant_power_junction.png differ diff --git a/resources/contenttweaker/textures/items/intense_meatball_pasta.png b/resources/contenttweaker/textures/items/intense_meatball_pasta.png new file mode 100644 index 00000000..34d594da Binary files /dev/null and b/resources/contenttweaker/textures/items/intense_meatball_pasta.png differ diff --git a/resources/contenttweaker/textures/items/interdimensional_energy_orb.png b/resources/contenttweaker/textures/items/interdimensional_energy_orb.png new file mode 100644 index 00000000..271d5d1d Binary files /dev/null and b/resources/contenttweaker/textures/items/interdimensional_energy_orb.png differ diff --git a/resources/contenttweaker/textures/items/iromine_artifact.png b/resources/contenttweaker/textures/items/iromine_artifact.png new file mode 100644 index 00000000..93a5937a Binary files /dev/null and b/resources/contenttweaker/textures/items/iromine_artifact.png differ diff --git a/resources/contenttweaker/textures/items/iromine_callstone.png b/resources/contenttweaker/textures/items/iromine_callstone.png new file mode 100644 index 00000000..88f76248 Binary files /dev/null and b/resources/contenttweaker/textures/items/iromine_callstone.png differ diff --git a/resources/contenttweaker/textures/items/iromine_garnet.png b/resources/contenttweaker/textures/items/iromine_garnet.png new file mode 100644 index 00000000..ca249deb Binary files /dev/null and b/resources/contenttweaker/textures/items/iromine_garnet.png differ diff --git a/resources/contenttweaker/textures/items/iromine_wormhole.png b/resources/contenttweaker/textures/items/iromine_wormhole.png new file mode 100644 index 00000000..58e743c7 Binary files /dev/null and b/resources/contenttweaker/textures/items/iromine_wormhole.png differ diff --git a/resources/contenttweaker/textures/items/jade_egg.png b/resources/contenttweaker/textures/items/jade_egg.png new file mode 100644 index 00000000..2e466c76 Binary files /dev/null and b/resources/contenttweaker/textures/items/jade_egg.png differ diff --git a/resources/contenttweaker/textures/items/jewel_of_the_twilight_forest.png b/resources/contenttweaker/textures/items/jewel_of_the_twilight_forest.png new file mode 100644 index 00000000..3886fd63 Binary files /dev/null and b/resources/contenttweaker/textures/items/jewel_of_the_twilight_forest.png differ diff --git a/resources/contenttweaker/textures/items/jeweled_runium.png b/resources/contenttweaker/textures/items/jeweled_runium.png new file mode 100644 index 00000000..623d9ee3 Binary files /dev/null and b/resources/contenttweaker/textures/items/jeweled_runium.png differ diff --git a/resources/contenttweaker/textures/items/jewelyte_dust.png b/resources/contenttweaker/textures/items/jewelyte_dust.png new file mode 100644 index 00000000..94a0b0db Binary files /dev/null and b/resources/contenttweaker/textures/items/jewelyte_dust.png differ diff --git a/resources/contenttweaker/textures/items/jewelyte_egg.png b/resources/contenttweaker/textures/items/jewelyte_egg.png new file mode 100644 index 00000000..bbc1798e Binary files /dev/null and b/resources/contenttweaker/textures/items/jewelyte_egg.png differ diff --git a/resources/contenttweaker/textures/items/kajaros_rib.png b/resources/contenttweaker/textures/items/kajaros_rib.png new file mode 100644 index 00000000..93f15de9 Binary files /dev/null and b/resources/contenttweaker/textures/items/kajaros_rib.png differ diff --git a/resources/contenttweaker/textures/items/karot_horn.png b/resources/contenttweaker/textures/items/karot_horn.png new file mode 100644 index 00000000..343a0d0a Binary files /dev/null and b/resources/contenttweaker/textures/items/karot_horn.png differ diff --git a/resources/contenttweaker/textures/items/king_bambambam_pelvis.png b/resources/contenttweaker/textures/items/king_bambambam_pelvis.png new file mode 100644 index 00000000..ce987970 Binary files /dev/null and b/resources/contenttweaker/textures/items/king_bambambam_pelvis.png differ diff --git a/resources/contenttweaker/textures/items/king_shroomus_cap.png b/resources/contenttweaker/textures/items/king_shroomus_cap.png new file mode 100644 index 00000000..6517f8a4 Binary files /dev/null and b/resources/contenttweaker/textures/items/king_shroomus_cap.png differ diff --git a/resources/contenttweaker/textures/items/klobber_hand.png b/resources/contenttweaker/textures/items/klobber_hand.png new file mode 100644 index 00000000..e9a95da5 Binary files /dev/null and b/resources/contenttweaker/textures/items/klobber_hand.png differ diff --git a/resources/contenttweaker/textures/items/kror_sediment.png b/resources/contenttweaker/textures/items/kror_sediment.png new file mode 100644 index 00000000..d0c65b29 Binary files /dev/null and b/resources/contenttweaker/textures/items/kror_sediment.png differ diff --git a/resources/contenttweaker/textures/items/lefhm_fuel.png b/resources/contenttweaker/textures/items/lefhm_fuel.png new file mode 100644 index 00000000..f081e2a5 Binary files /dev/null and b/resources/contenttweaker/textures/items/lefhm_fuel.png differ diff --git a/resources/contenttweaker/textures/items/legbone_fragment_egg.png b/resources/contenttweaker/textures/items/legbone_fragment_egg.png new file mode 100644 index 00000000..575ef513 Binary files /dev/null and b/resources/contenttweaker/textures/items/legbone_fragment_egg.png differ diff --git a/resources/contenttweaker/textures/items/lelyetia_garnet.png b/resources/contenttweaker/textures/items/lelyetia_garnet.png new file mode 100644 index 00000000..f27c173f Binary files /dev/null and b/resources/contenttweaker/textures/items/lelyetia_garnet.png differ diff --git a/resources/contenttweaker/textures/items/lelyetia_wormhole.png b/resources/contenttweaker/textures/items/lelyetia_wormhole.png new file mode 100644 index 00000000..9a7b1ecd Binary files /dev/null and b/resources/contenttweaker/textures/items/lelyetia_wormhole.png differ diff --git a/resources/contenttweaker/textures/items/lelyetian_artifact.png b/resources/contenttweaker/textures/items/lelyetian_artifact.png new file mode 100644 index 00000000..ae211c66 Binary files /dev/null and b/resources/contenttweaker/textures/items/lelyetian_artifact.png differ diff --git a/resources/contenttweaker/textures/items/lesser_mana_core.png b/resources/contenttweaker/textures/items/lesser_mana_core.png new file mode 100644 index 00000000..96f17afe Binary files /dev/null and b/resources/contenttweaker/textures/items/lesser_mana_core.png differ diff --git a/resources/contenttweaker/textures/items/limbo_warper.png b/resources/contenttweaker/textures/items/limbo_warper.png new file mode 100644 index 00000000..87657512 Binary files /dev/null and b/resources/contenttweaker/textures/items/limbo_warper.png differ diff --git a/resources/contenttweaker/textures/items/limonite_egg.png b/resources/contenttweaker/textures/items/limonite_egg.png new file mode 100644 index 00000000..c47291b8 Binary files /dev/null and b/resources/contenttweaker/textures/items/limonite_egg.png differ diff --git a/resources/contenttweaker/textures/items/liquid_witchcraft_bottle.png b/resources/contenttweaker/textures/items/liquid_witchcraft_bottle.png new file mode 100644 index 00000000..efcdecb9 Binary files /dev/null and b/resources/contenttweaker/textures/items/liquid_witchcraft_bottle.png differ diff --git a/resources/contenttweaker/textures/items/living_case.png b/resources/contenttweaker/textures/items/living_case.png new file mode 100644 index 00000000..95449177 Binary files /dev/null and b/resources/contenttweaker/textures/items/living_case.png differ diff --git a/resources/contenttweaker/textures/items/living_flesh.png b/resources/contenttweaker/textures/items/living_flesh.png new file mode 100644 index 00000000..0d599c39 Binary files /dev/null and b/resources/contenttweaker/textures/items/living_flesh.png differ diff --git a/resources/contenttweaker/textures/items/living_infinity_fruit.png b/resources/contenttweaker/textures/items/living_infinity_fruit.png new file mode 100644 index 00000000..e091d05c Binary files /dev/null and b/resources/contenttweaker/textures/items/living_infinity_fruit.png differ diff --git a/resources/contenttweaker/textures/items/lollypop_y.png b/resources/contenttweaker/textures/items/lollypop_y.png new file mode 100644 index 00000000..f463e5e5 Binary files /dev/null and b/resources/contenttweaker/textures/items/lollypop_y.png differ diff --git a/resources/contenttweaker/textures/items/lost_memory.png b/resources/contenttweaker/textures/items/lost_memory.png new file mode 100644 index 00000000..db54de71 Binary files /dev/null and b/resources/contenttweaker/textures/items/lost_memory.png differ diff --git a/resources/contenttweaker/textures/items/lunalus_artifact.png b/resources/contenttweaker/textures/items/lunalus_artifact.png new file mode 100644 index 00000000..80d586a9 Binary files /dev/null and b/resources/contenttweaker/textures/items/lunalus_artifact.png differ diff --git a/resources/contenttweaker/textures/items/lunalus_callstone.png b/resources/contenttweaker/textures/items/lunalus_callstone.png new file mode 100644 index 00000000..aeace7d5 Binary files /dev/null and b/resources/contenttweaker/textures/items/lunalus_callstone.png differ diff --git a/resources/contenttweaker/textures/items/lunalus_garnet.png b/resources/contenttweaker/textures/items/lunalus_garnet.png new file mode 100644 index 00000000..2ba8e6d0 Binary files /dev/null and b/resources/contenttweaker/textures/items/lunalus_garnet.png differ diff --git a/resources/contenttweaker/textures/items/lunalus_wormhole.png b/resources/contenttweaker/textures/items/lunalus_wormhole.png new file mode 100644 index 00000000..a41f6bd1 Binary files /dev/null and b/resources/contenttweaker/textures/items/lunalus_wormhole.png differ diff --git a/resources/contenttweaker/textures/items/lunastone_egg.png b/resources/contenttweaker/textures/items/lunastone_egg.png new file mode 100644 index 00000000..6bda6600 Binary files /dev/null and b/resources/contenttweaker/textures/items/lunastone_egg.png differ diff --git a/resources/contenttweaker/textures/items/lyon_egg.png b/resources/contenttweaker/textures/items/lyon_egg.png new file mode 100644 index 00000000..dc2ad0be Binary files /dev/null and b/resources/contenttweaker/textures/items/lyon_egg.png differ diff --git a/resources/contenttweaker/textures/items/lyonite_plate.png b/resources/contenttweaker/textures/items/lyonite_plate.png new file mode 100644 index 00000000..f9db02f3 Binary files /dev/null and b/resources/contenttweaker/textures/items/lyonite_plate.png differ diff --git a/resources/contenttweaker/textures/items/madness_gem.png b/resources/contenttweaker/textures/items/madness_gem.png new file mode 100644 index 00000000..767b4c7e Binary files /dev/null and b/resources/contenttweaker/textures/items/madness_gem.png differ diff --git a/resources/contenttweaker/textures/items/magic_mushroom.png b/resources/contenttweaker/textures/items/magic_mushroom.png new file mode 100644 index 00000000..2e2e8e30 Binary files /dev/null and b/resources/contenttweaker/textures/items/magic_mushroom.png differ diff --git a/resources/contenttweaker/textures/items/magic_mushroom_dark.png b/resources/contenttweaker/textures/items/magic_mushroom_dark.png new file mode 100644 index 00000000..6cfb9cd6 Binary files /dev/null and b/resources/contenttweaker/textures/items/magic_mushroom_dark.png differ diff --git a/resources/contenttweaker/textures/items/magnetic_monopole.png b/resources/contenttweaker/textures/items/magnetic_monopole.png new file mode 100644 index 00000000..c745e2d7 Binary files /dev/null and b/resources/contenttweaker/textures/items/magnetic_monopole.png differ diff --git a/resources/contenttweaker/textures/items/malum.png b/resources/contenttweaker/textures/items/malum.png new file mode 100644 index 00000000..088276a6 Binary files /dev/null and b/resources/contenttweaker/textures/items/malum.png differ diff --git a/resources/contenttweaker/textures/items/mana_rune.png b/resources/contenttweaker/textures/items/mana_rune.png new file mode 100644 index 00000000..55975cc6 Binary files /dev/null and b/resources/contenttweaker/textures/items/mana_rune.png differ diff --git a/resources/contenttweaker/textures/items/manastone_dust.png b/resources/contenttweaker/textures/items/manastone_dust.png new file mode 100644 index 00000000..b11292ba Binary files /dev/null and b/resources/contenttweaker/textures/items/manastone_dust.png differ diff --git a/resources/contenttweaker/textures/items/master_spell_aqua.png b/resources/contenttweaker/textures/items/master_spell_aqua.png new file mode 100644 index 00000000..acdcb8b3 Binary files /dev/null and b/resources/contenttweaker/textures/items/master_spell_aqua.png differ diff --git a/resources/contenttweaker/textures/items/master_spell_desiderium.png b/resources/contenttweaker/textures/items/master_spell_desiderium.png new file mode 100644 index 00000000..c5358e8e Binary files /dev/null and b/resources/contenttweaker/textures/items/master_spell_desiderium.png differ diff --git a/resources/contenttweaker/textures/items/master_spell_focus.png b/resources/contenttweaker/textures/items/master_spell_focus.png new file mode 100644 index 00000000..a117fbb2 Binary files /dev/null and b/resources/contenttweaker/textures/items/master_spell_focus.png differ diff --git a/resources/contenttweaker/textures/items/master_spell_gelu.png b/resources/contenttweaker/textures/items/master_spell_gelu.png new file mode 100644 index 00000000..e78264a0 Binary files /dev/null and b/resources/contenttweaker/textures/items/master_spell_gelu.png differ diff --git a/resources/contenttweaker/textures/items/master_spell_luna.png b/resources/contenttweaker/textures/items/master_spell_luna.png new file mode 100644 index 00000000..421317c8 Binary files /dev/null and b/resources/contenttweaker/textures/items/master_spell_luna.png differ diff --git a/resources/contenttweaker/textures/items/master_spell_motus.png b/resources/contenttweaker/textures/items/master_spell_motus.png new file mode 100644 index 00000000..68cf0e57 Binary files /dev/null and b/resources/contenttweaker/textures/items/master_spell_motus.png differ diff --git a/resources/contenttweaker/textures/items/master_spell_perditio.png b/resources/contenttweaker/textures/items/master_spell_perditio.png new file mode 100644 index 00000000..2df0a68a Binary files /dev/null and b/resources/contenttweaker/textures/items/master_spell_perditio.png differ diff --git a/resources/contenttweaker/textures/items/master_spell_sol.png b/resources/contenttweaker/textures/items/master_spell_sol.png new file mode 100644 index 00000000..a7dfe3d2 Binary files /dev/null and b/resources/contenttweaker/textures/items/master_spell_sol.png differ diff --git a/resources/contenttweaker/textures/items/master_spell_vitium.png b/resources/contenttweaker/textures/items/master_spell_vitium.png new file mode 100644 index 00000000..829f975b Binary files /dev/null and b/resources/contenttweaker/textures/items/master_spell_vitium.png differ diff --git a/resources/contenttweaker/textures/items/meatane_pellet.png b/resources/contenttweaker/textures/items/meatane_pellet.png new file mode 100644 index 00000000..362fa977 Binary files /dev/null and b/resources/contenttweaker/textures/items/meatane_pellet.png differ diff --git a/resources/contenttweaker/textures/items/meatball.png b/resources/contenttweaker/textures/items/meatball.png new file mode 100644 index 00000000..2ad3806b Binary files /dev/null and b/resources/contenttweaker/textures/items/meatball.png differ diff --git a/resources/contenttweaker/textures/items/meatball_pasta.png b/resources/contenttweaker/textures/items/meatball_pasta.png new file mode 100644 index 00000000..3ca05991 Binary files /dev/null and b/resources/contenttweaker/textures/items/meatball_pasta.png differ diff --git a/resources/contenttweaker/textures/items/meatballium_322.png b/resources/contenttweaker/textures/items/meatballium_322.png new file mode 100644 index 00000000..9e777dc1 Binary files /dev/null and b/resources/contenttweaker/textures/items/meatballium_322.png differ diff --git a/resources/contenttweaker/textures/items/meatballium_324.png b/resources/contenttweaker/textures/items/meatballium_324.png new file mode 100644 index 00000000..d5de6927 Binary files /dev/null and b/resources/contenttweaker/textures/items/meatballium_324.png differ diff --git a/resources/contenttweaker/textures/items/meatballium_328.png b/resources/contenttweaker/textures/items/meatballium_328.png new file mode 100644 index 00000000..ea052abb Binary files /dev/null and b/resources/contenttweaker/textures/items/meatballium_328.png differ diff --git a/resources/contenttweaker/textures/items/mechbot_cpu.png b/resources/contenttweaker/textures/items/mechbot_cpu.png new file mode 100644 index 00000000..eb132966 Binary files /dev/null and b/resources/contenttweaker/textures/items/mechbot_cpu.png differ diff --git a/resources/contenttweaker/textures/items/menacing_sludge.png b/resources/contenttweaker/textures/items/menacing_sludge.png new file mode 100644 index 00000000..4d249524 Binary files /dev/null and b/resources/contenttweaker/textures/items/menacing_sludge.png differ diff --git a/resources/contenttweaker/textures/items/minor_vethea_binding.png b/resources/contenttweaker/textures/items/minor_vethea_binding.png new file mode 100644 index 00000000..ef30eade Binary files /dev/null and b/resources/contenttweaker/textures/items/minor_vethea_binding.png differ diff --git a/resources/contenttweaker/textures/items/mirage_femur.png b/resources/contenttweaker/textures/items/mirage_femur.png new file mode 100644 index 00000000..fbf19cf3 Binary files /dev/null and b/resources/contenttweaker/textures/items/mirage_femur.png differ diff --git a/resources/contenttweaker/textures/items/mirroring_mithminite_prism.png b/resources/contenttweaker/textures/items/mirroring_mithminite_prism.png new file mode 100644 index 00000000..8df9f47e Binary files /dev/null and b/resources/contenttweaker/textures/items/mirroring_mithminite_prism.png differ diff --git a/resources/contenttweaker/textures/items/miskel_rib.png b/resources/contenttweaker/textures/items/miskel_rib.png new file mode 100644 index 00000000..e3a079b9 Binary files /dev/null and b/resources/contenttweaker/textures/items/miskel_rib.png differ diff --git a/resources/contenttweaker/textures/items/mithminite_prism.png b/resources/contenttweaker/textures/items/mithminite_prism.png new file mode 100644 index 00000000..86cf2aac Binary files /dev/null and b/resources/contenttweaker/textures/items/mithminite_prism.png differ diff --git a/resources/contenttweaker/textures/items/mithrillium_egg.png b/resources/contenttweaker/textures/items/mithrillium_egg.png new file mode 100644 index 00000000..a83cbf2a Binary files /dev/null and b/resources/contenttweaker/textures/items/mithrillium_egg.png differ diff --git a/resources/contenttweaker/textures/items/modularium_primer.png b/resources/contenttweaker/textures/items/modularium_primer.png new file mode 100644 index 00000000..223efa9d Binary files /dev/null and b/resources/contenttweaker/textures/items/modularium_primer.png differ diff --git a/resources/contenttweaker/textures/items/mortum_core.png b/resources/contenttweaker/textures/items/mortum_core.png new file mode 100644 index 00000000..6fa15711 Binary files /dev/null and b/resources/contenttweaker/textures/items/mortum_core.png differ diff --git a/resources/contenttweaker/textures/items/mortum_star.png b/resources/contenttweaker/textures/items/mortum_star.png new file mode 100644 index 00000000..e214a9c1 Binary files /dev/null and b/resources/contenttweaker/textures/items/mortum_star.png differ diff --git a/resources/contenttweaker/textures/items/muon_crystal.png b/resources/contenttweaker/textures/items/muon_crystal.png new file mode 100644 index 00000000..f779aceb Binary files /dev/null and b/resources/contenttweaker/textures/items/muon_crystal.png differ diff --git a/resources/contenttweaker/textures/items/mutated_meatball.png b/resources/contenttweaker/textures/items/mutated_meatball.png new file mode 100644 index 00000000..c0ac997a Binary files /dev/null and b/resources/contenttweaker/textures/items/mutated_meatball.png differ diff --git a/resources/contenttweaker/textures/items/myrmex_artifact.png b/resources/contenttweaker/textures/items/myrmex_artifact.png new file mode 100644 index 00000000..8e5b17c5 Binary files /dev/null and b/resources/contenttweaker/textures/items/myrmex_artifact.png differ diff --git a/resources/contenttweaker/textures/items/myrmex_coolant_cell.png b/resources/contenttweaker/textures/items/myrmex_coolant_cell.png new file mode 100644 index 00000000..4b29251d Binary files /dev/null and b/resources/contenttweaker/textures/items/myrmex_coolant_cell.png differ diff --git a/resources/contenttweaker/textures/items/myrmitite_catalyst.png b/resources/contenttweaker/textures/items/myrmitite_catalyst.png new file mode 100644 index 00000000..f948e694 Binary files /dev/null and b/resources/contenttweaker/textures/items/myrmitite_catalyst.png differ diff --git a/resources/contenttweaker/textures/items/mysterium_artifact.png b/resources/contenttweaker/textures/items/mysterium_artifact.png new file mode 100644 index 00000000..d7d5f750 Binary files /dev/null and b/resources/contenttweaker/textures/items/mysterium_artifact.png differ diff --git a/resources/contenttweaker/textures/items/mysterium_garnet.png b/resources/contenttweaker/textures/items/mysterium_garnet.png new file mode 100644 index 00000000..77dc0ed8 Binary files /dev/null and b/resources/contenttweaker/textures/items/mysterium_garnet.png differ diff --git a/resources/contenttweaker/textures/items/mysterium_wormhole.png b/resources/contenttweaker/textures/items/mysterium_wormhole.png new file mode 100644 index 00000000..cd20d06e Binary files /dev/null and b/resources/contenttweaker/textures/items/mysterium_wormhole.png differ diff --git a/resources/contenttweaker/textures/items/mystical_gem.png b/resources/contenttweaker/textures/items/mystical_gem.png new file mode 100644 index 00000000..eea12982 Binary files /dev/null and b/resources/contenttweaker/textures/items/mystical_gem.png differ diff --git a/resources/contenttweaker/textures/items/mystite_egg.png b/resources/contenttweaker/textures/items/mystite_egg.png new file mode 100644 index 00000000..3aa84ba9 Binary files /dev/null and b/resources/contenttweaker/textures/items/mystite_egg.png differ diff --git a/resources/contenttweaker/textures/items/mythic_electronic_circuit.png b/resources/contenttweaker/textures/items/mythic_electronic_circuit.png new file mode 100644 index 00000000..2f11e789 Binary files /dev/null and b/resources/contenttweaker/textures/items/mythic_electronic_circuit.png differ diff --git a/resources/contenttweaker/textures/items/mythic_energy_orb.png b/resources/contenttweaker/textures/items/mythic_energy_orb.png new file mode 100644 index 00000000..7e4cd5c0 Binary files /dev/null and b/resources/contenttweaker/textures/items/mythic_energy_orb.png differ diff --git a/resources/contenttweaker/textures/items/mythus_gem.png b/resources/contenttweaker/textures/items/mythus_gem.png new file mode 100644 index 00000000..ad03c906 Binary files /dev/null and b/resources/contenttweaker/textures/items/mythus_gem.png differ diff --git a/resources/contenttweaker/textures/items/nethengeic_bone.png b/resources/contenttweaker/textures/items/nethengeic_bone.png new file mode 100644 index 00000000..7d193efa Binary files /dev/null and b/resources/contenttweaker/textures/items/nethengeic_bone.png differ diff --git a/resources/contenttweaker/textures/items/nethengeic_rune.png b/resources/contenttweaker/textures/items/nethengeic_rune.png new file mode 100644 index 00000000..b04984eb Binary files /dev/null and b/resources/contenttweaker/textures/items/nethengeic_rune.png differ diff --git a/resources/contenttweaker/textures/items/netherite_egg.png b/resources/contenttweaker/textures/items/netherite_egg.png new file mode 100644 index 00000000..9df09a2c Binary files /dev/null and b/resources/contenttweaker/textures/items/netherite_egg.png differ diff --git a/resources/contenttweaker/textures/items/nethersky_steel_dust.png b/resources/contenttweaker/textures/items/nethersky_steel_dust.png new file mode 100644 index 00000000..9022201d Binary files /dev/null and b/resources/contenttweaker/textures/items/nethersky_steel_dust.png differ diff --git a/resources/contenttweaker/textures/items/nethersky_steel_ingot.png b/resources/contenttweaker/textures/items/nethersky_steel_ingot.png new file mode 100644 index 00000000..d5eadf7a Binary files /dev/null and b/resources/contenttweaker/textures/items/nethersky_steel_ingot.png differ diff --git a/resources/contenttweaker/textures/items/nightmare_callstone.png b/resources/contenttweaker/textures/items/nightmare_callstone.png new file mode 100644 index 00000000..ee4067a7 Binary files /dev/null and b/resources/contenttweaker/textures/items/nightmare_callstone.png differ diff --git a/resources/contenttweaker/textures/items/nightmare_coil.png b/resources/contenttweaker/textures/items/nightmare_coil.png new file mode 100644 index 00000000..7b48ac8f Binary files /dev/null and b/resources/contenttweaker/textures/items/nightmare_coil.png differ diff --git a/resources/contenttweaker/textures/items/nightmare_energy_orb.png b/resources/contenttweaker/textures/items/nightmare_energy_orb.png new file mode 100644 index 00000000..e251653c Binary files /dev/null and b/resources/contenttweaker/textures/items/nightmare_energy_orb.png differ diff --git a/resources/contenttweaker/textures/items/nightmare_incense.png b/resources/contenttweaker/textures/items/nightmare_incense.png new file mode 100644 index 00000000..88288af2 Binary files /dev/null and b/resources/contenttweaker/textures/items/nightmare_incense.png differ diff --git a/resources/contenttweaker/textures/items/object_of_great_mass.png b/resources/contenttweaker/textures/items/object_of_great_mass.png new file mode 100644 index 00000000..c414324c Binary files /dev/null and b/resources/contenttweaker/textures/items/object_of_great_mass.png differ diff --git a/resources/contenttweaker/textures/items/oblitus.png b/resources/contenttweaker/textures/items/oblitus.png new file mode 100644 index 00000000..cb9779a7 Binary files /dev/null and b/resources/contenttweaker/textures/items/oblitus.png differ diff --git a/resources/contenttweaker/textures/items/okazor_rib.png b/resources/contenttweaker/textures/items/okazor_rib.png new file mode 100644 index 00000000..97b9891a Binary files /dev/null and b/resources/contenttweaker/textures/items/okazor_rib.png differ diff --git a/resources/contenttweaker/textures/items/omothol_matter.png b/resources/contenttweaker/textures/items/omothol_matter.png new file mode 100644 index 00000000..1d70c2c0 Binary files /dev/null and b/resources/contenttweaker/textures/items/omothol_matter.png differ diff --git a/resources/contenttweaker/textures/items/omothol_warp_cleanser.png b/resources/contenttweaker/textures/items/omothol_warp_cleanser.png new file mode 100644 index 00000000..c1048650 Binary files /dev/null and b/resources/contenttweaker/textures/items/omothol_warp_cleanser.png differ diff --git a/resources/contenttweaker/textures/items/once_coated_organic_mythic_board.png b/resources/contenttweaker/textures/items/once_coated_organic_mythic_board.png new file mode 100644 index 00000000..d2129229 Binary files /dev/null and b/resources/contenttweaker/textures/items/once_coated_organic_mythic_board.png differ diff --git a/resources/contenttweaker/textures/items/organic_jade_plate.png b/resources/contenttweaker/textures/items/organic_jade_plate.png new file mode 100644 index 00000000..6d8f59ba Binary files /dev/null and b/resources/contenttweaker/textures/items/organic_jade_plate.png differ diff --git a/resources/contenttweaker/textures/items/ornamyte_dust.png b/resources/contenttweaker/textures/items/ornamyte_dust.png new file mode 100644 index 00000000..455162d9 Binary files /dev/null and b/resources/contenttweaker/textures/items/ornamyte_dust.png differ diff --git a/resources/contenttweaker/textures/items/ornamyte_egg.png b/resources/contenttweaker/textures/items/ornamyte_egg.png new file mode 100644 index 00000000..8cea0c73 Binary files /dev/null and b/resources/contenttweaker/textures/items/ornamyte_egg.png differ diff --git a/resources/contenttweaker/textures/items/palladium_egg.png b/resources/contenttweaker/textures/items/palladium_egg.png new file mode 100644 index 00000000..35afeb81 Binary files /dev/null and b/resources/contenttweaker/textures/items/palladium_egg.png differ diff --git a/resources/contenttweaker/textures/items/parasecta_wing.png b/resources/contenttweaker/textures/items/parasecta_wing.png new file mode 100644 index 00000000..0b784b16 Binary files /dev/null and b/resources/contenttweaker/textures/items/parasecta_wing.png differ diff --git a/resources/contenttweaker/textures/items/penumbra_spike.png b/resources/contenttweaker/textures/items/penumbra_spike.png new file mode 100644 index 00000000..abc5c6ed Binary files /dev/null and b/resources/contenttweaker/textures/items/penumbra_spike.png differ diff --git a/resources/contenttweaker/textures/items/petrified_snake.png b/resources/contenttweaker/textures/items/petrified_snake.png new file mode 100644 index 00000000..8011f316 Binary files /dev/null and b/resources/contenttweaker/textures/items/petrified_snake.png differ diff --git a/resources/contenttweaker/textures/items/pixonia_artifact.png b/resources/contenttweaker/textures/items/pixonia_artifact.png new file mode 100644 index 00000000..8119f6a1 Binary files /dev/null and b/resources/contenttweaker/textures/items/pixonia_artifact.png differ diff --git a/resources/contenttweaker/textures/items/pixonia_heart.png b/resources/contenttweaker/textures/items/pixonia_heart.png new file mode 100644 index 00000000..1c2cd5dd Binary files /dev/null and b/resources/contenttweaker/textures/items/pixonia_heart.png differ diff --git a/resources/contenttweaker/textures/items/pixonia_infusion_key.png b/resources/contenttweaker/textures/items/pixonia_infusion_key.png new file mode 100644 index 00000000..a310aa8d Binary files /dev/null and b/resources/contenttweaker/textures/items/pixonia_infusion_key.png differ diff --git a/resources/contenttweaker/textures/items/plasmatic_neutronium_ingot.png b/resources/contenttweaker/textures/items/plasmatic_neutronium_ingot.png new file mode 100644 index 00000000..17c8a364 Binary files /dev/null and b/resources/contenttweaker/textures/items/plasmatic_neutronium_ingot.png differ diff --git a/resources/contenttweaker/textures/items/plate_clump_mythic.png b/resources/contenttweaker/textures/items/plate_clump_mythic.png new file mode 100644 index 00000000..34808ad6 Binary files /dev/null and b/resources/contenttweaker/textures/items/plate_clump_mythic.png differ diff --git a/resources/contenttweaker/textures/items/polonium_egg.png b/resources/contenttweaker/textures/items/polonium_egg.png new file mode 100644 index 00000000..5becec05 Binary files /dev/null and b/resources/contenttweaker/textures/items/polonium_egg.png differ diff --git a/resources/contenttweaker/textures/items/precasia_garnet.png b/resources/contenttweaker/textures/items/precasia_garnet.png new file mode 100644 index 00000000..422cee32 Binary files /dev/null and b/resources/contenttweaker/textures/items/precasia_garnet.png differ diff --git a/resources/contenttweaker/textures/items/precasia_wormhole.png b/resources/contenttweaker/textures/items/precasia_wormhole.png new file mode 100644 index 00000000..190756e0 Binary files /dev/null and b/resources/contenttweaker/textures/items/precasia_wormhole.png differ diff --git a/resources/contenttweaker/textures/items/precasian_artifact.png b/resources/contenttweaker/textures/items/precasian_artifact.png new file mode 100644 index 00000000..4dee325e Binary files /dev/null and b/resources/contenttweaker/textures/items/precasian_artifact.png differ diff --git a/resources/contenttweaker/textures/items/primordial_sliver.png b/resources/contenttweaker/textures/items/primordial_sliver.png new file mode 100644 index 00000000..8d4dbdb5 Binary files /dev/null and b/resources/contenttweaker/textures/items/primordial_sliver.png differ diff --git a/resources/contenttweaker/textures/items/primordial_star.png b/resources/contenttweaker/textures/items/primordial_star.png new file mode 100644 index 00000000..6af05767 Binary files /dev/null and b/resources/contenttweaker/textures/items/primordial_star.png differ diff --git a/resources/contenttweaker/textures/items/proshield_hand.png b/resources/contenttweaker/textures/items/proshield_hand.png new file mode 100644 index 00000000..07e72d5f Binary files /dev/null and b/resources/contenttweaker/textures/items/proshield_hand.png differ diff --git a/resources/contenttweaker/textures/items/proxima_artifact.png b/resources/contenttweaker/textures/items/proxima_artifact.png new file mode 100644 index 00000000..81fdda3b Binary files /dev/null and b/resources/contenttweaker/textures/items/proxima_artifact.png differ diff --git a/resources/contenttweaker/textures/items/pure_warp.png b/resources/contenttweaker/textures/items/pure_warp.png new file mode 100644 index 00000000..a5c7272b Binary files /dev/null and b/resources/contenttweaker/textures/items/pure_warp.png differ diff --git a/resources/contenttweaker/textures/items/purified_titanium_ingot.png b/resources/contenttweaker/textures/items/purified_titanium_ingot.png new file mode 100644 index 00000000..a41d9b13 Binary files /dev/null and b/resources/contenttweaker/textures/items/purified_titanium_ingot.png differ diff --git a/resources/contenttweaker/textures/items/purple_gemstone_egg.png b/resources/contenttweaker/textures/items/purple_gemstone_egg.png new file mode 100644 index 00000000..94eb31a6 Binary files /dev/null and b/resources/contenttweaker/textures/items/purple_gemstone_egg.png differ diff --git a/resources/contenttweaker/textures/items/quantum_shard.png b/resources/contenttweaker/textures/items/quantum_shard.png new file mode 100644 index 00000000..86c84b93 Binary files /dev/null and b/resources/contenttweaker/textures/items/quantum_shard.png differ diff --git a/resources/contenttweaker/textures/items/quenched_organic_mythic_board.png b/resources/contenttweaker/textures/items/quenched_organic_mythic_board.png new file mode 100644 index 00000000..46edc1ff Binary files /dev/null and b/resources/contenttweaker/textures/items/quenched_organic_mythic_board.png differ diff --git a/resources/contenttweaker/textures/items/radiant_scales.png b/resources/contenttweaker/textures/items/radiant_scales.png new file mode 100644 index 00000000..b3e7ba2f Binary files /dev/null and b/resources/contenttweaker/textures/items/radiant_scales.png differ diff --git a/resources/contenttweaker/textures/items/radiation_crafter.png b/resources/contenttweaker/textures/items/radiation_crafter.png new file mode 100644 index 00000000..26ee1954 Binary files /dev/null and b/resources/contenttweaker/textures/items/radiation_crafter.png differ diff --git a/resources/contenttweaker/textures/items/rainbow_core.png b/resources/contenttweaker/textures/items/rainbow_core.png new file mode 100644 index 00000000..6d2ea2af Binary files /dev/null and b/resources/contenttweaker/textures/items/rainbow_core.png differ diff --git a/resources/contenttweaker/textures/items/rainbow_gemstones.png b/resources/contenttweaker/textures/items/rainbow_gemstones.png new file mode 100644 index 00000000..b1bc5b7f Binary files /dev/null and b/resources/contenttweaker/textures/items/rainbow_gemstones.png differ diff --git a/resources/contenttweaker/textures/items/rainbow_lens.png b/resources/contenttweaker/textures/items/rainbow_lens.png new file mode 100644 index 00000000..43344676 Binary files /dev/null and b/resources/contenttweaker/textures/items/rainbow_lens.png differ diff --git a/resources/contenttweaker/textures/items/raxxan_rib.png b/resources/contenttweaker/textures/items/raxxan_rib.png new file mode 100644 index 00000000..bac4ccdf Binary files /dev/null and b/resources/contenttweaker/textures/items/raxxan_rib.png differ diff --git a/resources/contenttweaker/textures/items/really_golden_steak.png b/resources/contenttweaker/textures/items/really_golden_steak.png new file mode 100644 index 00000000..caec54f3 Binary files /dev/null and b/resources/contenttweaker/textures/items/really_golden_steak.png differ diff --git a/resources/contenttweaker/textures/items/really_hard_rock.png b/resources/contenttweaker/textures/items/really_hard_rock.png new file mode 100644 index 00000000..a6ee7e88 Binary files /dev/null and b/resources/contenttweaker/textures/items/really_hard_rock.png differ diff --git a/resources/contenttweaker/textures/items/realmite_egg.png b/resources/contenttweaker/textures/items/realmite_egg.png new file mode 100644 index 00000000..5b21cf53 Binary files /dev/null and b/resources/contenttweaker/textures/items/realmite_egg.png differ diff --git a/resources/contenttweaker/textures/items/realmstone.png b/resources/contenttweaker/textures/items/realmstone.png new file mode 100644 index 00000000..c9c3cc61 Binary files /dev/null and b/resources/contenttweaker/textures/items/realmstone.png differ diff --git a/resources/contenttweaker/textures/items/recursion_darkness.png b/resources/contenttweaker/textures/items/recursion_darkness.png new file mode 100644 index 00000000..1f836f30 Binary files /dev/null and b/resources/contenttweaker/textures/items/recursion_darkness.png differ diff --git a/resources/contenttweaker/textures/items/recursion_fear.png b/resources/contenttweaker/textures/items/recursion_fear.png new file mode 100644 index 00000000..7c1f4668 Binary files /dev/null and b/resources/contenttweaker/textures/items/recursion_fear.png differ diff --git a/resources/contenttweaker/textures/items/recursion_fragment_abyss.png b/resources/contenttweaker/textures/items/recursion_fragment_abyss.png new file mode 100644 index 00000000..7d9f511d Binary files /dev/null and b/resources/contenttweaker/textures/items/recursion_fragment_abyss.png differ diff --git a/resources/contenttweaker/textures/items/recursion_fragment_barathos.png b/resources/contenttweaker/textures/items/recursion_fragment_barathos.png new file mode 100644 index 00000000..b00964a0 Binary files /dev/null and b/resources/contenttweaker/textures/items/recursion_fragment_barathos.png differ diff --git a/resources/contenttweaker/textures/items/recursion_fragment_borean.png b/resources/contenttweaker/textures/items/recursion_fragment_borean.png new file mode 100644 index 00000000..0db7012c Binary files /dev/null and b/resources/contenttweaker/textures/items/recursion_fragment_borean.png differ diff --git a/resources/contenttweaker/textures/items/recursion_fragment_candyland.png b/resources/contenttweaker/textures/items/recursion_fragment_candyland.png new file mode 100644 index 00000000..52c714f6 Binary files /dev/null and b/resources/contenttweaker/textures/items/recursion_fragment_candyland.png differ diff --git a/resources/contenttweaker/textures/items/recursion_fragment_cavern.png b/resources/contenttweaker/textures/items/recursion_fragment_cavern.png new file mode 100644 index 00000000..954f8d0f Binary files /dev/null and b/resources/contenttweaker/textures/items/recursion_fragment_cavern.png differ diff --git a/resources/contenttweaker/textures/items/recursion_fragment_celeve.png b/resources/contenttweaker/textures/items/recursion_fragment_celeve.png new file mode 100644 index 00000000..655d3676 Binary files /dev/null and b/resources/contenttweaker/textures/items/recursion_fragment_celeve.png differ diff --git a/resources/contenttweaker/textures/items/recursion_fragment_creeponia.png b/resources/contenttweaker/textures/items/recursion_fragment_creeponia.png new file mode 100644 index 00000000..d2febbfe Binary files /dev/null and b/resources/contenttweaker/textures/items/recursion_fragment_creeponia.png differ diff --git a/resources/contenttweaker/textures/items/recursion_fragment_crystevia.png b/resources/contenttweaker/textures/items/recursion_fragment_crystevia.png new file mode 100644 index 00000000..32e33084 Binary files /dev/null and b/resources/contenttweaker/textures/items/recursion_fragment_crystevia.png differ diff --git a/resources/contenttweaker/textures/items/recursion_fragment_deeplands.png b/resources/contenttweaker/textures/items/recursion_fragment_deeplands.png new file mode 100644 index 00000000..c9dbb8cf Binary files /dev/null and b/resources/contenttweaker/textures/items/recursion_fragment_deeplands.png differ diff --git a/resources/contenttweaker/textures/items/recursion_fragment_dustopia.png b/resources/contenttweaker/textures/items/recursion_fragment_dustopia.png new file mode 100644 index 00000000..295a196c Binary files /dev/null and b/resources/contenttweaker/textures/items/recursion_fragment_dustopia.png differ diff --git a/resources/contenttweaker/textures/items/recursion_fragment_gardencia.png b/resources/contenttweaker/textures/items/recursion_fragment_gardencia.png new file mode 100644 index 00000000..c4b566eb Binary files /dev/null and b/resources/contenttweaker/textures/items/recursion_fragment_gardencia.png differ diff --git a/resources/contenttweaker/textures/items/recursion_fragment_greckon.png b/resources/contenttweaker/textures/items/recursion_fragment_greckon.png new file mode 100644 index 00000000..aa21d09a Binary files /dev/null and b/resources/contenttweaker/textures/items/recursion_fragment_greckon.png differ diff --git a/resources/contenttweaker/textures/items/recursion_fragment_haven.png b/resources/contenttweaker/textures/items/recursion_fragment_haven.png new file mode 100644 index 00000000..5395dd84 Binary files /dev/null and b/resources/contenttweaker/textures/items/recursion_fragment_haven.png differ diff --git a/resources/contenttweaker/textures/items/recursion_fragment_immortallis.png b/resources/contenttweaker/textures/items/recursion_fragment_immortallis.png new file mode 100644 index 00000000..57fff747 Binary files /dev/null and b/resources/contenttweaker/textures/items/recursion_fragment_immortallis.png differ diff --git a/resources/contenttweaker/textures/items/recursion_fragment_iromine.png b/resources/contenttweaker/textures/items/recursion_fragment_iromine.png new file mode 100644 index 00000000..a7fc1e2c Binary files /dev/null and b/resources/contenttweaker/textures/items/recursion_fragment_iromine.png differ diff --git a/resources/contenttweaker/textures/items/recursion_fragment_lelyetia.png b/resources/contenttweaker/textures/items/recursion_fragment_lelyetia.png new file mode 100644 index 00000000..edada080 Binary files /dev/null and b/resources/contenttweaker/textures/items/recursion_fragment_lelyetia.png differ diff --git a/resources/contenttweaker/textures/items/recursion_fragment_lunalus.png b/resources/contenttweaker/textures/items/recursion_fragment_lunalus.png new file mode 100644 index 00000000..3fadf060 Binary files /dev/null and b/resources/contenttweaker/textures/items/recursion_fragment_lunalus.png differ diff --git a/resources/contenttweaker/textures/items/recursion_fragment_mysterium.png b/resources/contenttweaker/textures/items/recursion_fragment_mysterium.png new file mode 100644 index 00000000..98de20fb Binary files /dev/null and b/resources/contenttweaker/textures/items/recursion_fragment_mysterium.png differ diff --git a/resources/contenttweaker/textures/items/recursion_fragment_precasia.png b/resources/contenttweaker/textures/items/recursion_fragment_precasia.png new file mode 100644 index 00000000..2871334e Binary files /dev/null and b/resources/contenttweaker/textures/items/recursion_fragment_precasia.png differ diff --git a/resources/contenttweaker/textures/items/recursion_fragment_runandor.png b/resources/contenttweaker/textures/items/recursion_fragment_runandor.png new file mode 100644 index 00000000..cbb14f1e Binary files /dev/null and b/resources/contenttweaker/textures/items/recursion_fragment_runandor.png differ diff --git a/resources/contenttweaker/textures/items/recursion_fragment_shyre.png b/resources/contenttweaker/textures/items/recursion_fragment_shyre.png new file mode 100644 index 00000000..cc921878 Binary files /dev/null and b/resources/contenttweaker/textures/items/recursion_fragment_shyre.png differ diff --git a/resources/contenttweaker/textures/items/recursion_fragment_vethea.png b/resources/contenttweaker/textures/items/recursion_fragment_vethea.png new file mode 100644 index 00000000..5a4c8461 Binary files /dev/null and b/resources/contenttweaker/textures/items/recursion_fragment_vethea.png differ diff --git a/resources/contenttweaker/textures/items/recursion_fragment_vox.png b/resources/contenttweaker/textures/items/recursion_fragment_vox.png new file mode 100644 index 00000000..ad26b364 Binary files /dev/null and b/resources/contenttweaker/textures/items/recursion_fragment_vox.png differ diff --git a/resources/contenttweaker/textures/items/recursion_helplessness.png b/resources/contenttweaker/textures/items/recursion_helplessness.png new file mode 100644 index 00000000..c3f2859b Binary files /dev/null and b/resources/contenttweaker/textures/items/recursion_helplessness.png differ diff --git a/resources/contenttweaker/textures/items/recursion_infinity.png b/resources/contenttweaker/textures/items/recursion_infinity.png new file mode 100644 index 00000000..77db7b23 Binary files /dev/null and b/resources/contenttweaker/textures/items/recursion_infinity.png differ diff --git a/resources/contenttweaker/textures/items/recursion_solitude.png b/resources/contenttweaker/textures/items/recursion_solitude.png new file mode 100644 index 00000000..3d0fabcc Binary files /dev/null and b/resources/contenttweaker/textures/items/recursion_solitude.png differ diff --git a/resources/contenttweaker/textures/items/recursive_demantoid.png b/resources/contenttweaker/textures/items/recursive_demantoid.png new file mode 100644 index 00000000..11a5e944 Binary files /dev/null and b/resources/contenttweaker/textures/items/recursive_demantoid.png differ diff --git a/resources/contenttweaker/textures/items/recursive_powder.png b/resources/contenttweaker/textures/items/recursive_powder.png new file mode 100644 index 00000000..21779589 Binary files /dev/null and b/resources/contenttweaker/textures/items/recursive_powder.png differ diff --git a/resources/contenttweaker/textures/items/recursive_tesseract.png b/resources/contenttweaker/textures/items/recursive_tesseract.png new file mode 100644 index 00000000..d4780871 Binary files /dev/null and b/resources/contenttweaker/textures/items/recursive_tesseract.png differ diff --git a/resources/contenttweaker/textures/items/red_gemstone_egg.png b/resources/contenttweaker/textures/items/red_gemstone_egg.png new file mode 100644 index 00000000..e5f14899 Binary files /dev/null and b/resources/contenttweaker/textures/items/red_gemstone_egg.png differ diff --git a/resources/contenttweaker/textures/items/refraction_focus_key.png b/resources/contenttweaker/textures/items/refraction_focus_key.png new file mode 100644 index 00000000..8fa8d36c Binary files /dev/null and b/resources/contenttweaker/textures/items/refraction_focus_key.png differ diff --git a/resources/contenttweaker/textures/items/reprocessed_cosmic_meatball.png b/resources/contenttweaker/textures/items/reprocessed_cosmic_meatball.png new file mode 100644 index 00000000..05751e4a Binary files /dev/null and b/resources/contenttweaker/textures/items/reprocessed_cosmic_meatball.png differ diff --git a/resources/contenttweaker/textures/items/resonating_eldritch_artifact.png b/resources/contenttweaker/textures/items/resonating_eldritch_artifact.png new file mode 100644 index 00000000..734d6b74 Binary files /dev/null and b/resources/contenttweaker/textures/items/resonating_eldritch_artifact.png differ diff --git a/resources/contenttweaker/textures/items/resplendent_ingot.png b/resources/contenttweaker/textures/items/resplendent_ingot.png new file mode 100644 index 00000000..1ce5fe92 Binary files /dev/null and b/resources/contenttweaker/textures/items/resplendent_ingot.png differ diff --git a/resources/contenttweaker/textures/items/retaliation_key.png b/resources/contenttweaker/textures/items/retaliation_key.png new file mode 100644 index 00000000..ff086545 Binary files /dev/null and b/resources/contenttweaker/textures/items/retaliation_key.png differ diff --git a/resources/contenttweaker/textures/items/reyvor_eye.png b/resources/contenttweaker/textures/items/reyvor_eye.png new file mode 100644 index 00000000..3aaae681 Binary files /dev/null and b/resources/contenttweaker/textures/items/reyvor_eye.png differ diff --git a/resources/contenttweaker/textures/items/rhenia_artifact.png b/resources/contenttweaker/textures/items/rhenia_artifact.png new file mode 100644 index 00000000..e27217eb Binary files /dev/null and b/resources/contenttweaker/textures/items/rhenia_artifact.png differ diff --git a/resources/contenttweaker/textures/items/rhenium_catalyst.png b/resources/contenttweaker/textures/items/rhenium_catalyst.png new file mode 100644 index 00000000..0344e233 Binary files /dev/null and b/resources/contenttweaker/textures/items/rhenium_catalyst.png differ diff --git a/resources/contenttweaker/textures/items/rhenium_egg.png b/resources/contenttweaker/textures/items/rhenium_egg.png new file mode 100644 index 00000000..37369fb6 Binary files /dev/null and b/resources/contenttweaker/textures/items/rhenium_egg.png differ diff --git a/resources/contenttweaker/textures/items/rhenium_vibranium_base.png b/resources/contenttweaker/textures/items/rhenium_vibranium_base.png new file mode 100644 index 00000000..22ba128f Binary files /dev/null and b/resources/contenttweaker/textures/items/rhenium_vibranium_base.png differ diff --git a/resources/contenttweaker/textures/items/rift_essence.png b/resources/contenttweaker/textures/items/rift_essence.png new file mode 100644 index 00000000..c0adcc24 Binary files /dev/null and b/resources/contenttweaker/textures/items/rift_essence.png differ diff --git a/resources/contenttweaker/textures/items/rockrider_stone.png b/resources/contenttweaker/textures/items/rockrider_stone.png new file mode 100644 index 00000000..6de5ade8 Binary files /dev/null and b/resources/contenttweaker/textures/items/rockrider_stone.png differ diff --git a/resources/contenttweaker/textures/items/rosite_egg.png b/resources/contenttweaker/textures/items/rosite_egg.png new file mode 100644 index 00000000..740c213e Binary files /dev/null and b/resources/contenttweaker/textures/items/rosite_egg.png differ diff --git a/resources/contenttweaker/textures/items/runandor_artifact.png b/resources/contenttweaker/textures/items/runandor_artifact.png new file mode 100644 index 00000000..185adaf4 Binary files /dev/null and b/resources/contenttweaker/textures/items/runandor_artifact.png differ diff --git a/resources/contenttweaker/textures/items/runandor_garnet.png b/resources/contenttweaker/textures/items/runandor_garnet.png new file mode 100644 index 00000000..ae28da46 Binary files /dev/null and b/resources/contenttweaker/textures/items/runandor_garnet.png differ diff --git a/resources/contenttweaker/textures/items/runandor_wormhole.png b/resources/contenttweaker/textures/items/runandor_wormhole.png new file mode 100644 index 00000000..c69d6783 Binary files /dev/null and b/resources/contenttweaker/textures/items/runandor_wormhole.png differ diff --git a/resources/contenttweaker/textures/items/runic_key.png b/resources/contenttweaker/textures/items/runic_key.png new file mode 100644 index 00000000..0c2986f7 Binary files /dev/null and b/resources/contenttweaker/textures/items/runic_key.png differ diff --git a/resources/contenttweaker/textures/items/runium_egg.png b/resources/contenttweaker/textures/items/runium_egg.png new file mode 100644 index 00000000..5cc48c0a Binary files /dev/null and b/resources/contenttweaker/textures/items/runium_egg.png differ diff --git a/resources/contenttweaker/textures/items/rupee_egg.png b/resources/contenttweaker/textures/items/rupee_egg.png new file mode 100644 index 00000000..e8cd6066 Binary files /dev/null and b/resources/contenttweaker/textures/items/rupee_egg.png differ diff --git a/resources/contenttweaker/textures/items/sacred_callstone.png b/resources/contenttweaker/textures/items/sacred_callstone.png new file mode 100644 index 00000000..a0d39cfd Binary files /dev/null and b/resources/contenttweaker/textures/items/sacred_callstone.png differ diff --git a/resources/contenttweaker/textures/items/sacrifice_metal_clump.png b/resources/contenttweaker/textures/items/sacrifice_metal_clump.png new file mode 100644 index 00000000..244b97ca Binary files /dev/null and b/resources/contenttweaker/textures/items/sacrifice_metal_clump.png differ diff --git a/resources/contenttweaker/textures/items/sacrificial_contract.png b/resources/contenttweaker/textures/items/sacrificial_contract.png new file mode 100644 index 00000000..e2a92a6c Binary files /dev/null and b/resources/contenttweaker/textures/items/sacrificial_contract.png differ diff --git a/resources/contenttweaker/textures/items/sacrificial_shard.png b/resources/contenttweaker/textures/items/sacrificial_shard.png new file mode 100644 index 00000000..d2814d48 Binary files /dev/null and b/resources/contenttweaker/textures/items/sacrificial_shard.png differ diff --git a/resources/contenttweaker/textures/items/sapphire_egg.png b/resources/contenttweaker/textures/items/sapphire_egg.png new file mode 100644 index 00000000..f0e90ae0 Binary files /dev/null and b/resources/contenttweaker/textures/items/sapphire_egg.png differ diff --git a/resources/contenttweaker/textures/items/scorcher_eternal_flame.png b/resources/contenttweaker/textures/items/scorcher_eternal_flame.png new file mode 100644 index 00000000..db903638 Binary files /dev/null and b/resources/contenttweaker/textures/items/scorcher_eternal_flame.png differ diff --git a/resources/contenttweaker/textures/items/seared_rock.png b/resources/contenttweaker/textures/items/seared_rock.png new file mode 100644 index 00000000..63b08f1b Binary files /dev/null and b/resources/contenttweaker/textures/items/seared_rock.png differ diff --git a/resources/contenttweaker/textures/items/searing_organic_mythic_board.png b/resources/contenttweaker/textures/items/searing_organic_mythic_board.png new file mode 100644 index 00000000..8e9f4aed Binary files /dev/null and b/resources/contenttweaker/textures/items/searing_organic_mythic_board.png differ diff --git a/resources/contenttweaker/textures/items/sedna_artifact.png b/resources/contenttweaker/textures/items/sedna_artifact.png new file mode 100644 index 00000000..809b8054 Binary files /dev/null and b/resources/contenttweaker/textures/items/sedna_artifact.png differ diff --git a/resources/contenttweaker/textures/items/shadow_steel.png b/resources/contenttweaker/textures/items/shadow_steel.png new file mode 100644 index 00000000..77f63e47 Binary files /dev/null and b/resources/contenttweaker/textures/items/shadow_steel.png differ diff --git a/resources/contenttweaker/textures/items/shadowlord_eye.png b/resources/contenttweaker/textures/items/shadowlord_eye.png new file mode 100644 index 00000000..4432e2a2 Binary files /dev/null and b/resources/contenttweaker/textures/items/shadowlord_eye.png differ diff --git a/resources/contenttweaker/textures/items/shield_of_terra.png b/resources/contenttweaker/textures/items/shield_of_terra.png new file mode 100644 index 00000000..c14101a5 Binary files /dev/null and b/resources/contenttweaker/textures/items/shield_of_terra.png differ diff --git a/resources/contenttweaker/textures/items/shining_sandstone_chunk.png b/resources/contenttweaker/textures/items/shining_sandstone_chunk.png new file mode 100644 index 00000000..fa249433 Binary files /dev/null and b/resources/contenttweaker/textures/items/shining_sandstone_chunk.png differ diff --git a/resources/contenttweaker/textures/items/shyre_chunk.png b/resources/contenttweaker/textures/items/shyre_chunk.png new file mode 100644 index 00000000..aecf457e Binary files /dev/null and b/resources/contenttweaker/textures/items/shyre_chunk.png differ diff --git a/resources/contenttweaker/textures/items/shyre_crystal.png b/resources/contenttweaker/textures/items/shyre_crystal.png new file mode 100644 index 00000000..30088f38 Binary files /dev/null and b/resources/contenttweaker/textures/items/shyre_crystal.png differ diff --git a/resources/contenttweaker/textures/items/shyre_mulch.png b/resources/contenttweaker/textures/items/shyre_mulch.png new file mode 100644 index 00000000..1a2df0e6 Binary files /dev/null and b/resources/contenttweaker/textures/items/shyre_mulch.png differ diff --git a/resources/contenttweaker/textures/items/shyre_wormhole.png b/resources/contenttweaker/textures/items/shyre_wormhole.png new file mode 100644 index 00000000..92e5f2ec Binary files /dev/null and b/resources/contenttweaker/textures/items/shyre_wormhole.png differ diff --git a/resources/contenttweaker/textures/items/shyrelands_garnet.png b/resources/contenttweaker/textures/items/shyrelands_garnet.png new file mode 100644 index 00000000..0327dcd3 Binary files /dev/null and b/resources/contenttweaker/textures/items/shyrelands_garnet.png differ diff --git a/resources/contenttweaker/textures/items/sideral_energy_orb.png b/resources/contenttweaker/textures/items/sideral_energy_orb.png new file mode 100644 index 00000000..4e480933 Binary files /dev/null and b/resources/contenttweaker/textures/items/sideral_energy_orb.png differ diff --git a/resources/contenttweaker/textures/items/silver_foot.png b/resources/contenttweaker/textures/items/silver_foot.png new file mode 100644 index 00000000..5799d0f6 Binary files /dev/null and b/resources/contenttweaker/textures/items/silver_foot.png differ diff --git a/resources/contenttweaker/textures/items/singularity_master.png b/resources/contenttweaker/textures/items/singularity_master.png new file mode 100644 index 00000000..cade6e1e Binary files /dev/null and b/resources/contenttweaker/textures/items/singularity_master.png differ diff --git a/resources/contenttweaker/textures/items/skeletron_skull.png b/resources/contenttweaker/textures/items/skeletron_skull.png new file mode 100644 index 00000000..e66fb87d Binary files /dev/null and b/resources/contenttweaker/textures/items/skeletron_skull.png differ diff --git a/resources/contenttweaker/textures/items/skotaninomicom.png b/resources/contenttweaker/textures/items/skotaninomicom.png new file mode 100644 index 00000000..c974f40c Binary files /dev/null and b/resources/contenttweaker/textures/items/skotaninomicom.png differ diff --git a/resources/contenttweaker/textures/items/skullbone_fragment_egg.png b/resources/contenttweaker/textures/items/skullbone_fragment_egg.png new file mode 100644 index 00000000..264475b2 Binary files /dev/null and b/resources/contenttweaker/textures/items/skullbone_fragment_egg.png differ diff --git a/resources/contenttweaker/textures/items/skythern_core.png b/resources/contenttweaker/textures/items/skythern_core.png new file mode 100644 index 00000000..3489c30f Binary files /dev/null and b/resources/contenttweaker/textures/items/skythern_core.png differ diff --git a/resources/contenttweaker/textures/items/skythern_refined_gem.png b/resources/contenttweaker/textures/items/skythern_refined_gem.png new file mode 100644 index 00000000..9d65caae Binary files /dev/null and b/resources/contenttweaker/textures/items/skythern_refined_gem.png differ diff --git a/resources/contenttweaker/textures/items/skythern_star.png b/resources/contenttweaker/textures/items/skythern_star.png new file mode 100644 index 00000000..b748ae5b Binary files /dev/null and b/resources/contenttweaker/textures/items/skythern_star.png differ diff --git a/resources/contenttweaker/textures/items/smash_jaw.png b/resources/contenttweaker/textures/items/smash_jaw.png new file mode 100644 index 00000000..d95ca2ea Binary files /dev/null and b/resources/contenttweaker/textures/items/smash_jaw.png differ diff --git a/resources/contenttweaker/textures/items/solidified_memory.png b/resources/contenttweaker/textures/items/solidified_memory.png new file mode 100644 index 00000000..e4567e20 Binary files /dev/null and b/resources/contenttweaker/textures/items/solidified_memory.png differ diff --git a/resources/contenttweaker/textures/items/soul_of_the_grand_wizard.png b/resources/contenttweaker/textures/items/soul_of_the_grand_wizard.png new file mode 100644 index 00000000..7471aabc Binary files /dev/null and b/resources/contenttweaker/textures/items/soul_of_the_grand_wizard.png differ diff --git a/resources/contenttweaker/textures/items/sour_candy_x.png b/resources/contenttweaker/textures/items/sour_candy_x.png new file mode 100644 index 00000000..a276f098 Binary files /dev/null and b/resources/contenttweaker/textures/items/sour_candy_x.png differ diff --git a/resources/contenttweaker/textures/items/spicy_meatball_pasta.png b/resources/contenttweaker/textures/items/spicy_meatball_pasta.png new file mode 100644 index 00000000..4f2e6188 Binary files /dev/null and b/resources/contenttweaker/textures/items/spicy_meatball_pasta.png differ diff --git a/resources/contenttweaker/textures/items/staff_of_iceika.png b/resources/contenttweaker/textures/items/staff_of_iceika.png new file mode 100644 index 00000000..7d84e01e Binary files /dev/null and b/resources/contenttweaker/textures/items/staff_of_iceika.png differ diff --git a/resources/contenttweaker/textures/items/starfield_gem.png b/resources/contenttweaker/textures/items/starfield_gem.png new file mode 100644 index 00000000..6265985d Binary files /dev/null and b/resources/contenttweaker/textures/items/starfield_gem.png differ diff --git a/resources/contenttweaker/textures/items/starmetal_alloy_ingot.png b/resources/contenttweaker/textures/items/starmetal_alloy_ingot.png new file mode 100644 index 00000000..2ab3044c Binary files /dev/null and b/resources/contenttweaker/textures/items/starmetal_alloy_ingot.png differ diff --git a/resources/contenttweaker/textures/items/steadfast_will_powder.png b/resources/contenttweaker/textures/items/steadfast_will_powder.png new file mode 100644 index 00000000..612b59a9 Binary files /dev/null and b/resources/contenttweaker/textures/items/steadfast_will_powder.png differ diff --git a/resources/contenttweaker/textures/items/steamed_slime.png b/resources/contenttweaker/textures/items/steamed_slime.png new file mode 100644 index 00000000..92ac7b74 Binary files /dev/null and b/resources/contenttweaker/textures/items/steamed_slime.png differ diff --git a/resources/contenttweaker/textures/items/sticky_callstone.png b/resources/contenttweaker/textures/items/sticky_callstone.png new file mode 100644 index 00000000..9fcff49e Binary files /dev/null and b/resources/contenttweaker/textures/items/sticky_callstone.png differ diff --git a/resources/contenttweaker/textures/items/stormland_focus.png b/resources/contenttweaker/textures/items/stormland_focus.png new file mode 100644 index 00000000..edf01a45 Binary files /dev/null and b/resources/contenttweaker/textures/items/stormland_focus.png differ diff --git a/resources/contenttweaker/textures/items/strange_brownie.png b/resources/contenttweaker/textures/items/strange_brownie.png new file mode 100644 index 00000000..46b76591 Binary files /dev/null and b/resources/contenttweaker/textures/items/strange_brownie.png differ diff --git a/resources/contenttweaker/textures/items/strange_meatball.png b/resources/contenttweaker/textures/items/strange_meatball.png new file mode 100644 index 00000000..5837f46b Binary files /dev/null and b/resources/contenttweaker/textures/items/strange_meatball.png differ diff --git a/resources/contenttweaker/textures/items/strings_crystal.png b/resources/contenttweaker/textures/items/strings_crystal.png new file mode 100644 index 00000000..9f102fb4 Binary files /dev/null and b/resources/contenttweaker/textures/items/strings_crystal.png differ diff --git a/resources/contenttweaker/textures/items/sunstorm_ray.png b/resources/contenttweaker/textures/items/sunstorm_ray.png new file mode 100644 index 00000000..c6573f3e Binary files /dev/null and b/resources/contenttweaker/textures/items/sunstorm_ray.png differ diff --git a/resources/contenttweaker/textures/items/superfused_alloy_ingot.png b/resources/contenttweaker/textures/items/superfused_alloy_ingot.png new file mode 100644 index 00000000..a58455df Binary files /dev/null and b/resources/contenttweaker/textures/items/superfused_alloy_ingot.png differ diff --git a/resources/contenttweaker/textures/items/superheated_gravitite_chunk.png b/resources/contenttweaker/textures/items/superheated_gravitite_chunk.png new file mode 100644 index 00000000..3827c25c Binary files /dev/null and b/resources/contenttweaker/textures/items/superheated_gravitite_chunk.png differ diff --git a/resources/contenttweaker/textures/items/supertranslucent_catalyst.png b/resources/contenttweaker/textures/items/supertranslucent_catalyst.png new file mode 100644 index 00000000..c9157701 Binary files /dev/null and b/resources/contenttweaker/textures/items/supertranslucent_catalyst.png differ diff --git a/resources/contenttweaker/textures/items/taerrapiatta_warper.png b/resources/contenttweaker/textures/items/taerrapiatta_warper.png new file mode 100644 index 00000000..b26eb3de Binary files /dev/null and b/resources/contenttweaker/textures/items/taerrapiatta_warper.png differ diff --git a/resources/contenttweaker/textures/items/tartarus_artifact.png b/resources/contenttweaker/textures/items/tartarus_artifact.png new file mode 100644 index 00000000..4345a9c1 Binary files /dev/null and b/resources/contenttweaker/textures/items/tartarus_artifact.png differ diff --git a/resources/contenttweaker/textures/items/termasect_bark.png b/resources/contenttweaker/textures/items/termasect_bark.png new file mode 100644 index 00000000..1e66e6f6 Binary files /dev/null and b/resources/contenttweaker/textures/items/termasect_bark.png differ diff --git a/resources/contenttweaker/textures/items/terran_summoning.png b/resources/contenttweaker/textures/items/terran_summoning.png new file mode 100644 index 00000000..1c3e1d1c Binary files /dev/null and b/resources/contenttweaker/textures/items/terran_summoning.png differ diff --git a/resources/contenttweaker/textures/items/terrasteel_crystal.png b/resources/contenttweaker/textures/items/terrasteel_crystal.png new file mode 100644 index 00000000..16f908e3 Binary files /dev/null and b/resources/contenttweaker/textures/items/terrasteel_crystal.png differ diff --git a/resources/contenttweaker/textures/items/the_dark_star.png b/resources/contenttweaker/textures/items/the_dark_star.png new file mode 100644 index 00000000..1d0d7c78 Binary files /dev/null and b/resources/contenttweaker/textures/items/the_dark_star.png differ diff --git a/resources/contenttweaker/textures/items/thermionic_alloy_ingot.png b/resources/contenttweaker/textures/items/thermionic_alloy_ingot.png new file mode 100644 index 00000000..6311d8fe Binary files /dev/null and b/resources/contenttweaker/textures/items/thermionic_alloy_ingot.png differ diff --git a/resources/contenttweaker/textures/items/thrice_coated_organic_mythic_board.png b/resources/contenttweaker/textures/items/thrice_coated_organic_mythic_board.png new file mode 100644 index 00000000..91dd88be Binary files /dev/null and b/resources/contenttweaker/textures/items/thrice_coated_organic_mythic_board.png differ diff --git a/resources/contenttweaker/textures/items/tier10_token.png b/resources/contenttweaker/textures/items/tier10_token.png new file mode 100644 index 00000000..e5b4cd7b Binary files /dev/null and b/resources/contenttweaker/textures/items/tier10_token.png differ diff --git a/resources/contenttweaker/textures/items/tier11_token.png b/resources/contenttweaker/textures/items/tier11_token.png new file mode 100644 index 00000000..261934d6 Binary files /dev/null and b/resources/contenttweaker/textures/items/tier11_token.png differ diff --git a/resources/contenttweaker/textures/items/tier12_token.png b/resources/contenttweaker/textures/items/tier12_token.png new file mode 100644 index 00000000..36bf08ef Binary files /dev/null and b/resources/contenttweaker/textures/items/tier12_token.png differ diff --git a/resources/contenttweaker/textures/items/tier13_token.png b/resources/contenttweaker/textures/items/tier13_token.png new file mode 100644 index 00000000..ec5f56f5 Binary files /dev/null and b/resources/contenttweaker/textures/items/tier13_token.png differ diff --git a/resources/contenttweaker/textures/items/tier14_token.png b/resources/contenttweaker/textures/items/tier14_token.png new file mode 100644 index 00000000..b6328138 Binary files /dev/null and b/resources/contenttweaker/textures/items/tier14_token.png differ diff --git a/resources/contenttweaker/textures/items/tier15_token.png b/resources/contenttweaker/textures/items/tier15_token.png new file mode 100644 index 00000000..aff987b1 Binary files /dev/null and b/resources/contenttweaker/textures/items/tier15_token.png differ diff --git a/resources/contenttweaker/textures/items/tier16_token.png b/resources/contenttweaker/textures/items/tier16_token.png new file mode 100644 index 00000000..95beb530 Binary files /dev/null and b/resources/contenttweaker/textures/items/tier16_token.png differ diff --git a/resources/contenttweaker/textures/items/tier17_token.png b/resources/contenttweaker/textures/items/tier17_token.png new file mode 100644 index 00000000..bb65b673 Binary files /dev/null and b/resources/contenttweaker/textures/items/tier17_token.png differ diff --git a/resources/contenttweaker/textures/items/tier18_token.png b/resources/contenttweaker/textures/items/tier18_token.png new file mode 100644 index 00000000..3ebeabe2 Binary files /dev/null and b/resources/contenttweaker/textures/items/tier18_token.png differ diff --git a/resources/contenttweaker/textures/items/tier19_token.png b/resources/contenttweaker/textures/items/tier19_token.png new file mode 100644 index 00000000..dd9a70a2 Binary files /dev/null and b/resources/contenttweaker/textures/items/tier19_token.png differ diff --git a/resources/contenttweaker/textures/items/tier1_token.png b/resources/contenttweaker/textures/items/tier1_token.png new file mode 100644 index 00000000..22693e31 Binary files /dev/null and b/resources/contenttweaker/textures/items/tier1_token.png differ diff --git a/resources/contenttweaker/textures/items/tier20_token.png b/resources/contenttweaker/textures/items/tier20_token.png new file mode 100644 index 00000000..bf45ad75 Binary files /dev/null and b/resources/contenttweaker/textures/items/tier20_token.png differ diff --git a/resources/contenttweaker/textures/items/tier21_token.png b/resources/contenttweaker/textures/items/tier21_token.png new file mode 100644 index 00000000..ecbe4502 Binary files /dev/null and b/resources/contenttweaker/textures/items/tier21_token.png differ diff --git a/resources/contenttweaker/textures/items/tier22_token.png b/resources/contenttweaker/textures/items/tier22_token.png new file mode 100644 index 00000000..564d3031 Binary files /dev/null and b/resources/contenttweaker/textures/items/tier22_token.png differ diff --git a/resources/contenttweaker/textures/items/tier23_token.png b/resources/contenttweaker/textures/items/tier23_token.png new file mode 100644 index 00000000..be062bf6 Binary files /dev/null and b/resources/contenttweaker/textures/items/tier23_token.png differ diff --git a/resources/contenttweaker/textures/items/tier24_token.png b/resources/contenttweaker/textures/items/tier24_token.png new file mode 100644 index 00000000..035b257e Binary files /dev/null and b/resources/contenttweaker/textures/items/tier24_token.png differ diff --git a/resources/contenttweaker/textures/items/tier25_token.png b/resources/contenttweaker/textures/items/tier25_token.png new file mode 100644 index 00000000..b0e0f251 Binary files /dev/null and b/resources/contenttweaker/textures/items/tier25_token.png differ diff --git a/resources/contenttweaker/textures/items/tier26_token.png b/resources/contenttweaker/textures/items/tier26_token.png new file mode 100644 index 00000000..25d60143 Binary files /dev/null and b/resources/contenttweaker/textures/items/tier26_token.png differ diff --git a/resources/contenttweaker/textures/items/tier27_token.png b/resources/contenttweaker/textures/items/tier27_token.png new file mode 100644 index 00000000..87e729d6 Binary files /dev/null and b/resources/contenttweaker/textures/items/tier27_token.png differ diff --git a/resources/contenttweaker/textures/items/tier28_token.png b/resources/contenttweaker/textures/items/tier28_token.png new file mode 100644 index 00000000..a94470f5 Binary files /dev/null and b/resources/contenttweaker/textures/items/tier28_token.png differ diff --git a/resources/contenttweaker/textures/items/tier29_token.png b/resources/contenttweaker/textures/items/tier29_token.png new file mode 100644 index 00000000..02b9e418 Binary files /dev/null and b/resources/contenttweaker/textures/items/tier29_token.png differ diff --git a/resources/contenttweaker/textures/items/tier2_token.png b/resources/contenttweaker/textures/items/tier2_token.png new file mode 100644 index 00000000..65156949 Binary files /dev/null and b/resources/contenttweaker/textures/items/tier2_token.png differ diff --git a/resources/contenttweaker/textures/items/tier3_token.png b/resources/contenttweaker/textures/items/tier3_token.png new file mode 100644 index 00000000..fa469658 Binary files /dev/null and b/resources/contenttweaker/textures/items/tier3_token.png differ diff --git a/resources/contenttweaker/textures/items/tier4_token.png b/resources/contenttweaker/textures/items/tier4_token.png new file mode 100644 index 00000000..a3deefe2 Binary files /dev/null and b/resources/contenttweaker/textures/items/tier4_token.png differ diff --git a/resources/contenttweaker/textures/items/tier5_token.png b/resources/contenttweaker/textures/items/tier5_token.png new file mode 100644 index 00000000..11d2a4bb Binary files /dev/null and b/resources/contenttweaker/textures/items/tier5_token.png differ diff --git a/resources/contenttweaker/textures/items/tier6_token.png b/resources/contenttweaker/textures/items/tier6_token.png new file mode 100644 index 00000000..64e131bf Binary files /dev/null and b/resources/contenttweaker/textures/items/tier6_token.png differ diff --git a/resources/contenttweaker/textures/items/tier7_token.png b/resources/contenttweaker/textures/items/tier7_token.png new file mode 100644 index 00000000..03558a05 Binary files /dev/null and b/resources/contenttweaker/textures/items/tier7_token.png differ diff --git a/resources/contenttweaker/textures/items/tier8_token.png b/resources/contenttweaker/textures/items/tier8_token.png new file mode 100644 index 00000000..8844cd61 Binary files /dev/null and b/resources/contenttweaker/textures/items/tier8_token.png differ diff --git a/resources/contenttweaker/textures/items/tier9_token.png b/resources/contenttweaker/textures/items/tier9_token.png new file mode 100644 index 00000000..49d2e997 Binary files /dev/null and b/resources/contenttweaker/textures/items/tier9_token.png differ diff --git a/resources/contenttweaker/textures/items/tier_i_defined_seed.png b/resources/contenttweaker/textures/items/tier_i_defined_seed.png new file mode 100644 index 00000000..e2a8a74a Binary files /dev/null and b/resources/contenttweaker/textures/items/tier_i_defined_seed.png differ diff --git a/resources/contenttweaker/textures/items/tier_ii_defined_seed.png b/resources/contenttweaker/textures/items/tier_ii_defined_seed.png new file mode 100644 index 00000000..eef3502d Binary files /dev/null and b/resources/contenttweaker/textures/items/tier_ii_defined_seed.png differ diff --git a/resources/contenttweaker/textures/items/tier_iii_defined_seed.png b/resources/contenttweaker/textures/items/tier_iii_defined_seed.png new file mode 100644 index 00000000..0a1c4bc0 Binary files /dev/null and b/resources/contenttweaker/textures/items/tier_iii_defined_seed.png differ diff --git a/resources/contenttweaker/textures/items/tier_iv_defined_seed.png b/resources/contenttweaker/textures/items/tier_iv_defined_seed.png new file mode 100644 index 00000000..03e7faf9 Binary files /dev/null and b/resources/contenttweaker/textures/items/tier_iv_defined_seed.png differ diff --git a/resources/contenttweaker/textures/items/tier_v_defined_seed.png b/resources/contenttweaker/textures/items/tier_v_defined_seed.png new file mode 100644 index 00000000..cb93732e Binary files /dev/null and b/resources/contenttweaker/textures/items/tier_v_defined_seed.png differ diff --git a/resources/contenttweaker/textures/items/tier_vi_defined_seed.png b/resources/contenttweaker/textures/items/tier_vi_defined_seed.png new file mode 100644 index 00000000..d654cf83 Binary files /dev/null and b/resources/contenttweaker/textures/items/tier_vi_defined_seed.png differ diff --git a/resources/contenttweaker/textures/items/triple_compressed_clump_mythic.png b/resources/contenttweaker/textures/items/triple_compressed_clump_mythic.png new file mode 100644 index 00000000..64863da0 Binary files /dev/null and b/resources/contenttweaker/textures/items/triple_compressed_clump_mythic.png differ diff --git a/resources/contenttweaker/textures/items/triple_compressed_wafer.png b/resources/contenttweaker/textures/items/triple_compressed_wafer.png new file mode 100644 index 00000000..7b5471bf Binary files /dev/null and b/resources/contenttweaker/textures/items/triple_compressed_wafer.png differ diff --git a/resources/contenttweaker/textures/items/tritium_chunk.png b/resources/contenttweaker/textures/items/tritium_chunk.png new file mode 100644 index 00000000..a41536b5 Binary files /dev/null and b/resources/contenttweaker/textures/items/tritium_chunk.png differ diff --git a/resources/contenttweaker/textures/items/tritium_crystal.png b/resources/contenttweaker/textures/items/tritium_crystal.png new file mode 100644 index 00000000..4d616cd7 Binary files /dev/null and b/resources/contenttweaker/textures/items/tritium_crystal.png differ diff --git a/resources/contenttweaker/textures/items/tsleu_235_fuel.png b/resources/contenttweaker/textures/items/tsleu_235_fuel.png new file mode 100644 index 00000000..d59c3826 Binary files /dev/null and b/resources/contenttweaker/textures/items/tsleu_235_fuel.png differ diff --git a/resources/contenttweaker/textures/items/twice_coated_organic_mythic_board.png b/resources/contenttweaker/textures/items/twice_coated_organic_mythic_board.png new file mode 100644 index 00000000..64032f91 Binary files /dev/null and b/resources/contenttweaker/textures/items/twice_coated_organic_mythic_board.png differ diff --git a/resources/contenttweaker/textures/items/twilight_alloy_ingot.png b/resources/contenttweaker/textures/items/twilight_alloy_ingot.png new file mode 100644 index 00000000..6a883815 Binary files /dev/null and b/resources/contenttweaker/textures/items/twilight_alloy_ingot.png differ diff --git a/resources/contenttweaker/textures/items/twilight_antenna.png b/resources/contenttweaker/textures/items/twilight_antenna.png new file mode 100644 index 00000000..e5baeee7 Binary files /dev/null and b/resources/contenttweaker/textures/items/twilight_antenna.png differ diff --git a/resources/contenttweaker/textures/items/twilight_diamond.png b/resources/contenttweaker/textures/items/twilight_diamond.png new file mode 100644 index 00000000..29ad8d95 Binary files /dev/null and b/resources/contenttweaker/textures/items/twilight_diamond.png differ diff --git a/resources/contenttweaker/textures/items/twilight_essence.png b/resources/contenttweaker/textures/items/twilight_essence.png new file mode 100644 index 00000000..7660c2e8 Binary files /dev/null and b/resources/contenttweaker/textures/items/twilight_essence.png differ diff --git a/resources/contenttweaker/textures/items/twilight_gear.png b/resources/contenttweaker/textures/items/twilight_gear.png new file mode 100644 index 00000000..461535db Binary files /dev/null and b/resources/contenttweaker/textures/items/twilight_gear.png differ diff --git a/resources/contenttweaker/textures/items/twilight_jewel.png b/resources/contenttweaker/textures/items/twilight_jewel.png new file mode 100644 index 00000000..806778dd Binary files /dev/null and b/resources/contenttweaker/textures/items/twilight_jewel.png differ diff --git a/resources/contenttweaker/textures/items/tyrosaur_horn.png b/resources/contenttweaker/textures/items/tyrosaur_horn.png new file mode 100644 index 00000000..514770c9 Binary files /dev/null and b/resources/contenttweaker/textures/items/tyrosaur_horn.png differ diff --git a/resources/contenttweaker/textures/items/uncured_organic_mythic_board.png b/resources/contenttweaker/textures/items/uncured_organic_mythic_board.png new file mode 100644 index 00000000..2c26cca7 Binary files /dev/null and b/resources/contenttweaker/textures/items/uncured_organic_mythic_board.png differ diff --git a/resources/contenttweaker/textures/items/unfathomable_breaker.png b/resources/contenttweaker/textures/items/unfathomable_breaker.png new file mode 100644 index 00000000..31d10d0e Binary files /dev/null and b/resources/contenttweaker/textures/items/unfathomable_breaker.png differ diff --git a/resources/contenttweaker/textures/items/unidentified_egg.png b/resources/contenttweaker/textures/items/unidentified_egg.png new file mode 100644 index 00000000..f612c8c1 Binary files /dev/null and b/resources/contenttweaker/textures/items/unidentified_egg.png differ diff --git a/resources/contenttweaker/textures/items/unidentified_ingot.png b/resources/contenttweaker/textures/items/unidentified_ingot.png new file mode 100644 index 00000000..e32f6534 Binary files /dev/null and b/resources/contenttweaker/textures/items/unidentified_ingot.png differ diff --git a/resources/contenttweaker/textures/items/unidentified_norse_relic.png b/resources/contenttweaker/textures/items/unidentified_norse_relic.png new file mode 100644 index 00000000..31e9fd8c Binary files /dev/null and b/resources/contenttweaker/textures/items/unidentified_norse_relic.png differ diff --git a/resources/contenttweaker/textures/items/unidentified_plate.png b/resources/contenttweaker/textures/items/unidentified_plate.png new file mode 100644 index 00000000..3b9a30ea Binary files /dev/null and b/resources/contenttweaker/textures/items/unidentified_plate.png differ diff --git a/resources/contenttweaker/textures/items/universal_booster.png b/resources/contenttweaker/textures/items/universal_booster.png new file mode 100644 index 00000000..7f6b11c6 Binary files /dev/null and b/resources/contenttweaker/textures/items/universal_booster.png differ diff --git a/resources/contenttweaker/textures/items/unstable_fragment_of_unraveling.png b/resources/contenttweaker/textures/items/unstable_fragment_of_unraveling.png new file mode 100644 index 00000000..5798bcc8 Binary files /dev/null and b/resources/contenttweaker/textures/items/unstable_fragment_of_unraveling.png differ diff --git a/resources/contenttweaker/textures/items/unstable_hassium_chunk.png b/resources/contenttweaker/textures/items/unstable_hassium_chunk.png new file mode 100644 index 00000000..510067be Binary files /dev/null and b/resources/contenttweaker/textures/items/unstable_hassium_chunk.png differ diff --git a/resources/contenttweaker/textures/items/vamacheron_fur.png b/resources/contenttweaker/textures/items/vamacheron_fur.png new file mode 100644 index 00000000..d3bbabc5 Binary files /dev/null and b/resources/contenttweaker/textures/items/vamacheron_fur.png differ diff --git a/resources/contenttweaker/textures/items/varsium_egg.png b/resources/contenttweaker/textures/items/varsium_egg.png new file mode 100644 index 00000000..ae4a3a6f Binary files /dev/null and b/resources/contenttweaker/textures/items/varsium_egg.png differ diff --git a/resources/contenttweaker/textures/items/vengeful_key.png b/resources/contenttweaker/textures/items/vengeful_key.png new file mode 100644 index 00000000..399389cd Binary files /dev/null and b/resources/contenttweaker/textures/items/vengeful_key.png differ diff --git a/resources/contenttweaker/textures/items/vengeful_will_powder.png b/resources/contenttweaker/textures/items/vengeful_will_powder.png new file mode 100644 index 00000000..c4c4432b Binary files /dev/null and b/resources/contenttweaker/textures/items/vengeful_will_powder.png differ diff --git a/resources/contenttweaker/textures/items/vethea_garnet.png b/resources/contenttweaker/textures/items/vethea_garnet.png new file mode 100644 index 00000000..b3f0e8e4 Binary files /dev/null and b/resources/contenttweaker/textures/items/vethea_garnet.png differ diff --git a/resources/contenttweaker/textures/items/vethea_wormhole.png b/resources/contenttweaker/textures/items/vethea_wormhole.png new file mode 100644 index 00000000..76e16572 Binary files /dev/null and b/resources/contenttweaker/textures/items/vethea_wormhole.png differ diff --git a/resources/contenttweaker/textures/items/vibe_warper.png b/resources/contenttweaker/textures/items/vibe_warper.png new file mode 100644 index 00000000..615ec781 Binary files /dev/null and b/resources/contenttweaker/textures/items/vibe_warper.png differ diff --git a/resources/contenttweaker/textures/items/vinocorne_petal.png b/resources/contenttweaker/textures/items/vinocorne_petal.png new file mode 100644 index 00000000..ec16527e Binary files /dev/null and b/resources/contenttweaker/textures/items/vinocorne_petal.png differ diff --git a/resources/contenttweaker/textures/items/visualent_fang.png b/resources/contenttweaker/textures/items/visualent_fang.png new file mode 100644 index 00000000..54aaf80a Binary files /dev/null and b/resources/contenttweaker/textures/items/visualent_fang.png differ diff --git a/resources/contenttweaker/textures/items/vitium_gem.png b/resources/contenttweaker/textures/items/vitium_gem.png new file mode 100644 index 00000000..e928c300 Binary files /dev/null and b/resources/contenttweaker/textures/items/vitium_gem.png differ diff --git a/resources/contenttweaker/textures/items/vityte_egg.png b/resources/contenttweaker/textures/items/vityte_egg.png new file mode 100644 index 00000000..28084393 Binary files /dev/null and b/resources/contenttweaker/textures/items/vityte_egg.png differ diff --git a/resources/contenttweaker/textures/items/void_dust.png b/resources/contenttweaker/textures/items/void_dust.png new file mode 100644 index 00000000..fe8864ae Binary files /dev/null and b/resources/contenttweaker/textures/items/void_dust.png differ diff --git a/resources/contenttweaker/textures/items/void_shuriken.png b/resources/contenttweaker/textures/items/void_shuriken.png new file mode 100644 index 00000000..43e012c7 Binary files /dev/null and b/resources/contenttweaker/textures/items/void_shuriken.png differ diff --git a/resources/contenttweaker/textures/items/vox_ponds_garnet.png b/resources/contenttweaker/textures/items/vox_ponds_garnet.png new file mode 100644 index 00000000..09e42d9c Binary files /dev/null and b/resources/contenttweaker/textures/items/vox_ponds_garnet.png differ diff --git a/resources/contenttweaker/textures/items/vox_wormhole.png b/resources/contenttweaker/textures/items/vox_wormhole.png new file mode 100644 index 00000000..25be14cf Binary files /dev/null and b/resources/contenttweaker/textures/items/vox_wormhole.png differ diff --git a/resources/contenttweaker/textures/items/voxponds_artifact.png b/resources/contenttweaker/textures/items/voxponds_artifact.png new file mode 100644 index 00000000..fc5b16d9 Binary files /dev/null and b/resources/contenttweaker/textures/items/voxponds_artifact.png differ diff --git a/resources/contenttweaker/textures/items/voxxulon_slime.png b/resources/contenttweaker/textures/items/voxxulon_slime.png new file mode 100644 index 00000000..a8fe8c52 Binary files /dev/null and b/resources/contenttweaker/textures/items/voxxulon_slime.png differ diff --git a/resources/contenttweaker/textures/items/warm_organic_mythic_board.png b/resources/contenttweaker/textures/items/warm_organic_mythic_board.png new file mode 100644 index 00000000..29e7b571 Binary files /dev/null and b/resources/contenttweaker/textures/items/warm_organic_mythic_board.png differ diff --git a/resources/contenttweaker/textures/items/watcher_eye.png b/resources/contenttweaker/textures/items/watcher_eye.png new file mode 100644 index 00000000..8939f788 Binary files /dev/null and b/resources/contenttweaker/textures/items/watcher_eye.png differ diff --git a/resources/contenttweaker/textures/items/weight_of_the_heart.png b/resources/contenttweaker/textures/items/weight_of_the_heart.png new file mode 100644 index 00000000..5a00115f Binary files /dev/null and b/resources/contenttweaker/textures/items/weight_of_the_heart.png differ diff --git a/resources/contenttweaker/textures/items/white_gemstone_egg.png b/resources/contenttweaker/textures/items/white_gemstone_egg.png new file mode 100644 index 00000000..c7deb6e5 Binary files /dev/null and b/resources/contenttweaker/textures/items/white_gemstone_egg.png differ diff --git a/resources/contenttweaker/textures/items/wildwood_callstone.png b/resources/contenttweaker/textures/items/wildwood_callstone.png new file mode 100644 index 00000000..bda52cbf Binary files /dev/null and b/resources/contenttweaker/textures/items/wildwood_callstone.png differ diff --git a/resources/contenttweaker/textures/items/wildwood_core.png b/resources/contenttweaker/textures/items/wildwood_core.png new file mode 100644 index 00000000..e5ea342e Binary files /dev/null and b/resources/contenttweaker/textures/items/wildwood_core.png differ diff --git a/resources/contenttweaker/textures/items/wildwood_refined_gem.png b/resources/contenttweaker/textures/items/wildwood_refined_gem.png new file mode 100644 index 00000000..a87a0fed Binary files /dev/null and b/resources/contenttweaker/textures/items/wildwood_refined_gem.png differ diff --git a/resources/contenttweaker/textures/items/wildwood_star.png b/resources/contenttweaker/textures/items/wildwood_star.png new file mode 100644 index 00000000..75d3f89d Binary files /dev/null and b/resources/contenttweaker/textures/items/wildwood_star.png differ diff --git a/resources/contenttweaker/textures/items/wormhole_catalyst.png b/resources/contenttweaker/textures/items/wormhole_catalyst.png new file mode 100644 index 00000000..61389c98 Binary files /dev/null and b/resources/contenttweaker/textures/items/wormhole_catalyst.png differ diff --git a/resources/contenttweaker/textures/items/xxeus_heart.png b/resources/contenttweaker/textures/items/xxeus_heart.png new file mode 100644 index 00000000..f08b4f92 Binary files /dev/null and b/resources/contenttweaker/textures/items/xxeus_heart.png differ diff --git a/resources/contenttweaker/textures/items/yellow_gemstone_egg.png b/resources/contenttweaker/textures/items/yellow_gemstone_egg.png new file mode 100644 index 00000000..80051702 Binary files /dev/null and b/resources/contenttweaker/textures/items/yellow_gemstone_egg.png differ diff --git a/resources/menu/Diapositiva4.PNG b/resources/menu/Diapositiva4.PNG new file mode 100644 index 00000000..4e2bced8 Binary files /dev/null and b/resources/menu/Diapositiva4.PNG differ diff --git a/resources/menu/back1.png b/resources/menu/back1.png new file mode 100644 index 00000000..772d2038 Binary files /dev/null and b/resources/menu/back1.png differ diff --git a/resources/menu/back10.png b/resources/menu/back10.png new file mode 100644 index 00000000..9ac37740 Binary files /dev/null and b/resources/menu/back10.png differ diff --git a/resources/menu/back11.png b/resources/menu/back11.png new file mode 100644 index 00000000..30e35154 Binary files /dev/null and b/resources/menu/back11.png differ diff --git a/resources/menu/back12.png b/resources/menu/back12.png new file mode 100644 index 00000000..30eb328a Binary files /dev/null and b/resources/menu/back12.png differ diff --git a/resources/menu/back13.png b/resources/menu/back13.png new file mode 100644 index 00000000..2bc4d575 Binary files /dev/null and b/resources/menu/back13.png differ diff --git a/resources/menu/back14.png b/resources/menu/back14.png new file mode 100644 index 00000000..532e6abb Binary files /dev/null and b/resources/menu/back14.png differ diff --git a/resources/menu/back15.png b/resources/menu/back15.png new file mode 100644 index 00000000..c1a68edb Binary files /dev/null and b/resources/menu/back15.png differ diff --git a/resources/menu/back16.png b/resources/menu/back16.png new file mode 100644 index 00000000..56582749 Binary files /dev/null and b/resources/menu/back16.png differ diff --git a/resources/menu/back17.png b/resources/menu/back17.png new file mode 100644 index 00000000..c423119a Binary files /dev/null and b/resources/menu/back17.png differ diff --git a/resources/menu/back18.png b/resources/menu/back18.png new file mode 100644 index 00000000..4470f866 Binary files /dev/null and b/resources/menu/back18.png differ diff --git a/resources/menu/back19.png b/resources/menu/back19.png new file mode 100644 index 00000000..a99a47ea Binary files /dev/null and b/resources/menu/back19.png differ diff --git a/resources/menu/back2.png b/resources/menu/back2.png new file mode 100644 index 00000000..0a2cf86f Binary files /dev/null and b/resources/menu/back2.png differ diff --git a/resources/menu/back20.png b/resources/menu/back20.png new file mode 100644 index 00000000..8522dc00 Binary files /dev/null and b/resources/menu/back20.png differ diff --git a/resources/menu/back21.png b/resources/menu/back21.png new file mode 100644 index 00000000..f95f723a Binary files /dev/null and b/resources/menu/back21.png differ diff --git a/resources/menu/back22.png b/resources/menu/back22.png new file mode 100644 index 00000000..17dda4f5 Binary files /dev/null and b/resources/menu/back22.png differ diff --git a/resources/menu/back23.png b/resources/menu/back23.png new file mode 100644 index 00000000..0713717a Binary files /dev/null and b/resources/menu/back23.png differ diff --git a/resources/menu/back24.png b/resources/menu/back24.png new file mode 100644 index 00000000..3e0760d8 Binary files /dev/null and b/resources/menu/back24.png differ diff --git a/resources/menu/back25.png b/resources/menu/back25.png new file mode 100644 index 00000000..a929339f Binary files /dev/null and b/resources/menu/back25.png differ diff --git a/resources/menu/back26.png b/resources/menu/back26.png new file mode 100644 index 00000000..30743e04 Binary files /dev/null and b/resources/menu/back26.png differ diff --git a/resources/menu/back27.png b/resources/menu/back27.png new file mode 100644 index 00000000..d51acfad Binary files /dev/null and b/resources/menu/back27.png differ diff --git a/resources/menu/back28.png b/resources/menu/back28.png new file mode 100644 index 00000000..5ac0a598 Binary files /dev/null and b/resources/menu/back28.png differ diff --git a/resources/menu/back29.png b/resources/menu/back29.png new file mode 100644 index 00000000..4cb6dc3d Binary files /dev/null and b/resources/menu/back29.png differ diff --git a/resources/menu/back3.png b/resources/menu/back3.png new file mode 100644 index 00000000..ee51e1ee Binary files /dev/null and b/resources/menu/back3.png differ diff --git a/resources/menu/back30.png b/resources/menu/back30.png new file mode 100644 index 00000000..15880c85 Binary files /dev/null and b/resources/menu/back30.png differ diff --git a/resources/menu/back31.png b/resources/menu/back31.png new file mode 100644 index 00000000..0720ad31 Binary files /dev/null and b/resources/menu/back31.png differ diff --git a/resources/menu/back4.png b/resources/menu/back4.png new file mode 100644 index 00000000..9caac0b7 Binary files /dev/null and b/resources/menu/back4.png differ diff --git a/resources/menu/back5.png b/resources/menu/back5.png new file mode 100644 index 00000000..85b6abf9 Binary files /dev/null and b/resources/menu/back5.png differ diff --git a/resources/menu/back6.png b/resources/menu/back6.png new file mode 100644 index 00000000..18fe0536 Binary files /dev/null and b/resources/menu/back6.png differ diff --git a/resources/menu/back7.png b/resources/menu/back7.png new file mode 100644 index 00000000..31013b87 Binary files /dev/null and b/resources/menu/back7.png differ diff --git a/resources/menu/back8.png b/resources/menu/back8.png new file mode 100644 index 00000000..5c2ce631 Binary files /dev/null and b/resources/menu/back8.png differ diff --git a/resources/menu/back9.png b/resources/menu/back9.png new file mode 100644 index 00000000..df137d46 Binary files /dev/null and b/resources/menu/back9.png differ diff --git a/resources/menu/background_wide.png b/resources/menu/background_wide.png new file mode 100644 index 00000000..9661d0d2 Binary files /dev/null and b/resources/menu/background_wide.png differ diff --git a/resources/menu/buttonratio.png b/resources/menu/buttonratio.png new file mode 100644 index 00000000..ef91fbdd Binary files /dev/null and b/resources/menu/buttonratio.png differ diff --git a/resources/menu/cityscape.png b/resources/menu/cityscape.png new file mode 100644 index 00000000..f9202084 Binary files /dev/null and b/resources/menu/cityscape.png differ diff --git a/resources/menu/colormeatball.png b/resources/menu/colormeatball.png new file mode 100644 index 00000000..7d400bdb Binary files /dev/null and b/resources/menu/colormeatball.png differ diff --git a/resources/menu/fig.png b/resources/menu/fig.png new file mode 100644 index 00000000..ae682a0c Binary files /dev/null and b/resources/menu/fig.png differ diff --git a/resources/menu/logo.jpg b/resources/menu/logo.jpg new file mode 100644 index 00000000..3b2b297c Binary files /dev/null and b/resources/menu/logo.jpg differ diff --git a/resources/menu/logo.png b/resources/menu/logo.png new file mode 100644 index 00000000..17b6710e Binary files /dev/null and b/resources/menu/logo.png differ diff --git a/resources/menu/logofinal.png b/resources/menu/logofinal.png new file mode 100644 index 00000000..0d6f61fd Binary files /dev/null and b/resources/menu/logofinal.png differ diff --git a/resources/menu/newlogo.png b/resources/menu/newlogo.png new file mode 100644 index 00000000..ffb97c7f Binary files /dev/null and b/resources/menu/newlogo.png differ diff --git a/resources/menu/refreshbutton.txt b/resources/menu/refreshbutton.txt new file mode 100644 index 00000000..23001b4f --- /dev/null +++ b/resources/menu/refreshbutton.txt @@ -0,0 +1,15 @@ +, + + "refresh": + { + "text" : "", + "posX" : -154, + "posY" : 132, + "width" : 20, + "height" : 20, + "texture" : "custommainmenu:textures/gui/buttons.png", + "action" : + { + "type" : "refresh" + } + } \ No newline at end of file diff --git a/resources/menu/text.txt b/resources/menu/text.txt new file mode 100644 index 00000000..0d987a96 --- /dev/null +++ b/resources/menu/text.txt @@ -0,0 +1,67 @@ +Hello there! +Boats FTW +Meatballcraft!! +It's-a me! +Stinky! +Oh no thats too foul +"I would be attractive if I didn't look like a 13-year-old boy" +Dude you're terrible! +Casse & Party +Gomu Gomu no bazooka!! +Beware of dragons! +Incredible! +Can I touch it? +"it looks a bit too wet..." +I'm an engineer (sort of) +10 minutes of abs +I cannot stand coach Steve +pepeD +turtles! +DOOD! +I wanna do magic! +notice me! +420 +69 +IYKYK +lv. 100 hunter +"smelled kinda funky" +I love salt reactors +chunky! +:o + +pigs are dangerous! +wa wa wa wa wa wa wa dudududududududu +"oh sheet" +LULW +DOME +Michael Wiener +Pichael Wiener +Roland Schitt +Dooley +Jimmy Heaters +Today is a a big day +Juan Morrip +funny internet number +*visible concern* +Pele +Zar'roc +Brisingr +Thunderfury, Blessed Blade of the Windseeker +that's a big sword! +Dragons are Cool +hugs are even cooler +that's a big hammer! +Big Damage! +Don't Worry, be Happy! +Home Sweet Home +Watch out for Sea Serpents! +Arcana +Juancito +aw man +"There's a whole creeper dimension?!?" +Merry Poppins +Ceci +Mari +Cate +Jack +Benetta \ No newline at end of file diff --git a/resources/menu/title.png b/resources/menu/title.png new file mode 100644 index 00000000..09c5de37 Binary files /dev/null and b/resources/menu/title.png differ diff --git a/resources/menu/titlepixelart.png b/resources/menu/titlepixelart.png new file mode 100644 index 00000000..c7f68f2c Binary files /dev/null and b/resources/menu/titlepixelart.png differ diff --git a/resources/menu/titlesub.png b/resources/menu/titlesub.png new file mode 100644 index 00000000..597d9a7b Binary files /dev/null and b/resources/menu/titlesub.png differ diff --git a/resources/menu/titlesubt.png b/resources/menu/titlesubt.png new file mode 100644 index 00000000..2c78bc5b Binary files /dev/null and b/resources/menu/titlesubt.png differ diff --git a/resources/menu/unused_0.png b/resources/menu/unused_0.png new file mode 100644 index 00000000..602f9052 Binary files /dev/null and b/resources/menu/unused_0.png differ diff --git a/resources/menu/unused_1.png b/resources/menu/unused_1.png new file mode 100644 index 00000000..80f3347d Binary files /dev/null and b/resources/menu/unused_1.png differ diff --git a/resources/pack.mcmeta b/resources/pack.mcmeta new file mode 100644 index 00000000..0a7d8796 --- /dev/null +++ b/resources/pack.mcmeta @@ -0,0 +1 @@ +{"pack":{"pack_format":3,"description":"B.A.S.E External Resources"}} \ No newline at end of file diff --git a/resources/roost/textures/blocks/chicken/amber_chicken.png b/resources/roost/textures/blocks/chicken/amber_chicken.png new file mode 100644 index 00000000..3238e077 Binary files /dev/null and b/resources/roost/textures/blocks/chicken/amber_chicken.png differ diff --git a/resources/roost/textures/blocks/chicken/amethyst_chicken.png b/resources/roost/textures/blocks/chicken/amethyst_chicken.png new file mode 100644 index 00000000..3238e077 Binary files /dev/null and b/resources/roost/textures/blocks/chicken/amethyst_chicken.png differ diff --git a/resources/roost/textures/blocks/chicken/arlemite_chicken.png b/resources/roost/textures/blocks/chicken/arlemite_chicken.png new file mode 100644 index 00000000..3238e077 Binary files /dev/null and b/resources/roost/textures/blocks/chicken/arlemite_chicken.png differ diff --git a/resources/roost/textures/blocks/chicken/baronyte_chicken.png b/resources/roost/textures/blocks/chicken/baronyte_chicken.png new file mode 100644 index 00000000..3238e077 Binary files /dev/null and b/resources/roost/textures/blocks/chicken/baronyte_chicken.png differ diff --git a/resources/roost/textures/blocks/chicken/blazium_chicken.png b/resources/roost/textures/blocks/chicken/blazium_chicken.png new file mode 100644 index 00000000..3238e077 Binary files /dev/null and b/resources/roost/textures/blocks/chicken/blazium_chicken.png differ diff --git a/resources/roost/textures/blocks/chicken/bloodgem_chicken.png b/resources/roost/textures/blocks/chicken/bloodgem_chicken.png new file mode 100644 index 00000000..3238e077 Binary files /dev/null and b/resources/roost/textures/blocks/chicken/bloodgem_chicken.png differ diff --git a/resources/roost/textures/blocks/chicken/bloodstone_chicken.png b/resources/roost/textures/blocks/chicken/bloodstone_chicken.png new file mode 100644 index 00000000..3238e077 Binary files /dev/null and b/resources/roost/textures/blocks/chicken/bloodstone_chicken.png differ diff --git a/resources/roost/textures/blocks/chicken/blue_gemstone_chicken.png b/resources/roost/textures/blocks/chicken/blue_gemstone_chicken.png new file mode 100644 index 00000000..3238e077 Binary files /dev/null and b/resources/roost/textures/blocks/chicken/blue_gemstone_chicken.png differ diff --git a/resources/roost/textures/blocks/chicken/brightsteel_chicken.png b/resources/roost/textures/blocks/chicken/brightsteel_chicken.png new file mode 100644 index 00000000..3238e077 Binary files /dev/null and b/resources/roost/textures/blocks/chicken/brightsteel_chicken.png differ diff --git a/resources/roost/textures/blocks/chicken/candyte_chicken.png b/resources/roost/textures/blocks/chicken/candyte_chicken.png new file mode 100644 index 00000000..3238e077 Binary files /dev/null and b/resources/roost/textures/blocks/chicken/candyte_chicken.png differ diff --git a/resources/roost/textures/blocks/chicken/chalcedony_chicken.png b/resources/roost/textures/blocks/chicken/chalcedony_chicken.png new file mode 100644 index 00000000..3238e077 Binary files /dev/null and b/resources/roost/textures/blocks/chicken/chalcedony_chicken.png differ diff --git a/resources/roost/textures/blocks/chicken/chaos_chicken.png b/resources/roost/textures/blocks/chicken/chaos_chicken.png new file mode 100644 index 00000000..3238e077 Binary files /dev/null and b/resources/roost/textures/blocks/chicken/chaos_chicken.png differ diff --git a/resources/roost/textures/blocks/chicken/charged_runium_chicken.png b/resources/roost/textures/blocks/chicken/charged_runium_chicken.png new file mode 100644 index 00000000..3238e077 Binary files /dev/null and b/resources/roost/textures/blocks/chicken/charged_runium_chicken.png differ diff --git a/resources/roost/textures/blocks/chicken/chestbone_fragment_chicken.png b/resources/roost/textures/blocks/chicken/chestbone_fragment_chicken.png new file mode 100644 index 00000000..3238e077 Binary files /dev/null and b/resources/roost/textures/blocks/chicken/chestbone_fragment_chicken.png differ diff --git a/resources/roost/textures/blocks/chicken/cold_iron_chicken.png b/resources/roost/textures/blocks/chicken/cold_iron_chicken.png new file mode 100644 index 00000000..3238e077 Binary files /dev/null and b/resources/roost/textures/blocks/chicken/cold_iron_chicken.png differ diff --git a/resources/roost/textures/blocks/chicken/crystallite_chicken.png b/resources/roost/textures/blocks/chicken/crystallite_chicken.png new file mode 100644 index 00000000..3238e077 Binary files /dev/null and b/resources/roost/textures/blocks/chicken/crystallite_chicken.png differ diff --git a/resources/roost/textures/blocks/chicken/elecanium_chicken.png b/resources/roost/textures/blocks/chicken/elecanium_chicken.png new file mode 100644 index 00000000..3238e077 Binary files /dev/null and b/resources/roost/textures/blocks/chicken/elecanium_chicken.png differ diff --git a/resources/roost/textures/blocks/chicken/emberstone_chicken.png b/resources/roost/textures/blocks/chicken/emberstone_chicken.png new file mode 100644 index 00000000..3238e077 Binary files /dev/null and b/resources/roost/textures/blocks/chicken/emberstone_chicken.png differ diff --git a/resources/roost/textures/blocks/chicken/fluctuatite_chicken.png b/resources/roost/textures/blocks/chicken/fluctuatite_chicken.png new file mode 100644 index 00000000..3238e077 Binary files /dev/null and b/resources/roost/textures/blocks/chicken/fluctuatite_chicken.png differ diff --git a/resources/roost/textures/blocks/chicken/footbone_fragment_chicken.png b/resources/roost/textures/blocks/chicken/footbone_fragment_chicken.png new file mode 100644 index 00000000..3238e077 Binary files /dev/null and b/resources/roost/textures/blocks/chicken/footbone_fragment_chicken.png differ diff --git a/resources/roost/textures/blocks/chicken/gemenyte_chicken.png b/resources/roost/textures/blocks/chicken/gemenyte_chicken.png new file mode 100644 index 00000000..3238e077 Binary files /dev/null and b/resources/roost/textures/blocks/chicken/gemenyte_chicken.png differ diff --git a/resources/roost/textures/blocks/chicken/glitch_chicken.png b/resources/roost/textures/blocks/chicken/glitch_chicken.png new file mode 100644 index 00000000..3238e077 Binary files /dev/null and b/resources/roost/textures/blocks/chicken/glitch_chicken.png differ diff --git a/resources/roost/textures/blocks/chicken/green_gemstone_chicken.png b/resources/roost/textures/blocks/chicken/green_gemstone_chicken.png new file mode 100644 index 00000000..3238e077 Binary files /dev/null and b/resources/roost/textures/blocks/chicken/green_gemstone_chicken.png differ diff --git a/resources/roost/textures/blocks/chicken/infinity_chicken.png b/resources/roost/textures/blocks/chicken/infinity_chicken.png new file mode 100644 index 00000000..3238e077 Binary files /dev/null and b/resources/roost/textures/blocks/chicken/infinity_chicken.png differ diff --git a/resources/roost/textures/blocks/chicken/jade_chicken.png b/resources/roost/textures/blocks/chicken/jade_chicken.png new file mode 100644 index 00000000..3238e077 Binary files /dev/null and b/resources/roost/textures/blocks/chicken/jade_chicken.png differ diff --git a/resources/roost/textures/blocks/chicken/jewelyte_chicken.png b/resources/roost/textures/blocks/chicken/jewelyte_chicken.png new file mode 100644 index 00000000..3238e077 Binary files /dev/null and b/resources/roost/textures/blocks/chicken/jewelyte_chicken.png differ diff --git a/resources/roost/textures/blocks/chicken/legbone_fragment_chiken.png b/resources/roost/textures/blocks/chicken/legbone_fragment_chiken.png new file mode 100644 index 00000000..3238e077 Binary files /dev/null and b/resources/roost/textures/blocks/chicken/legbone_fragment_chiken.png differ diff --git a/resources/roost/textures/blocks/chicken/limonite_chicken.png b/resources/roost/textures/blocks/chicken/limonite_chicken.png new file mode 100644 index 00000000..3238e077 Binary files /dev/null and b/resources/roost/textures/blocks/chicken/limonite_chicken.png differ diff --git a/resources/roost/textures/blocks/chicken/lunastone_chicken.png b/resources/roost/textures/blocks/chicken/lunastone_chicken.png new file mode 100644 index 00000000..3238e077 Binary files /dev/null and b/resources/roost/textures/blocks/chicken/lunastone_chicken.png differ diff --git a/resources/roost/textures/blocks/chicken/lyon_chicken.png b/resources/roost/textures/blocks/chicken/lyon_chicken.png new file mode 100644 index 00000000..3238e077 Binary files /dev/null and b/resources/roost/textures/blocks/chicken/lyon_chicken.png differ diff --git a/resources/roost/textures/blocks/chicken/mithrillium_chicken.png b/resources/roost/textures/blocks/chicken/mithrillium_chicken.png new file mode 100644 index 00000000..3238e077 Binary files /dev/null and b/resources/roost/textures/blocks/chicken/mithrillium_chicken.png differ diff --git a/resources/roost/textures/blocks/chicken/mystite_chicken.png b/resources/roost/textures/blocks/chicken/mystite_chicken.png new file mode 100644 index 00000000..3238e077 Binary files /dev/null and b/resources/roost/textures/blocks/chicken/mystite_chicken.png differ diff --git a/resources/roost/textures/blocks/chicken/netherite_chicken.png b/resources/roost/textures/blocks/chicken/netherite_chicken.png new file mode 100644 index 00000000..3238e077 Binary files /dev/null and b/resources/roost/textures/blocks/chicken/netherite_chicken.png differ diff --git a/resources/roost/textures/blocks/chicken/ogerite_chicken.png b/resources/roost/textures/blocks/chicken/ogerite_chicken.png new file mode 100644 index 00000000..3238e077 Binary files /dev/null and b/resources/roost/textures/blocks/chicken/ogerite_chicken.png differ diff --git a/resources/roost/textures/blocks/chicken/ornamyte_chicken.png b/resources/roost/textures/blocks/chicken/ornamyte_chicken.png new file mode 100644 index 00000000..3238e077 Binary files /dev/null and b/resources/roost/textures/blocks/chicken/ornamyte_chicken.png differ diff --git a/resources/roost/textures/blocks/chicken/palladium_chicken.png b/resources/roost/textures/blocks/chicken/palladium_chicken.png new file mode 100644 index 00000000..3238e077 Binary files /dev/null and b/resources/roost/textures/blocks/chicken/palladium_chicken.png differ diff --git a/resources/roost/textures/blocks/chicken/polonium_chicken.png b/resources/roost/textures/blocks/chicken/polonium_chicken.png new file mode 100644 index 00000000..3238e077 Binary files /dev/null and b/resources/roost/textures/blocks/chicken/polonium_chicken.png differ diff --git a/resources/roost/textures/blocks/chicken/purple_gemstone_chicken.png b/resources/roost/textures/blocks/chicken/purple_gemstone_chicken.png new file mode 100644 index 00000000..3238e077 Binary files /dev/null and b/resources/roost/textures/blocks/chicken/purple_gemstone_chicken.png differ diff --git a/resources/roost/textures/blocks/chicken/realmite_chicken.png b/resources/roost/textures/blocks/chicken/realmite_chicken.png new file mode 100644 index 00000000..3238e077 Binary files /dev/null and b/resources/roost/textures/blocks/chicken/realmite_chicken.png differ diff --git a/resources/roost/textures/blocks/chicken/red_gemstone_chicken.png b/resources/roost/textures/blocks/chicken/red_gemstone_chicken.png new file mode 100644 index 00000000..3238e077 Binary files /dev/null and b/resources/roost/textures/blocks/chicken/red_gemstone_chicken.png differ diff --git a/resources/roost/textures/blocks/chicken/rhenium_chicken.png b/resources/roost/textures/blocks/chicken/rhenium_chicken.png new file mode 100644 index 00000000..3238e077 Binary files /dev/null and b/resources/roost/textures/blocks/chicken/rhenium_chicken.png differ diff --git a/resources/roost/textures/blocks/chicken/rosite_chicken.png b/resources/roost/textures/blocks/chicken/rosite_chicken.png new file mode 100644 index 00000000..3238e077 Binary files /dev/null and b/resources/roost/textures/blocks/chicken/rosite_chicken.png differ diff --git a/resources/roost/textures/blocks/chicken/runium_chicken.png b/resources/roost/textures/blocks/chicken/runium_chicken.png new file mode 100644 index 00000000..3238e077 Binary files /dev/null and b/resources/roost/textures/blocks/chicken/runium_chicken.png differ diff --git a/resources/roost/textures/blocks/chicken/rupee_chicken.png b/resources/roost/textures/blocks/chicken/rupee_chicken.png new file mode 100644 index 00000000..3238e077 Binary files /dev/null and b/resources/roost/textures/blocks/chicken/rupee_chicken.png differ diff --git a/resources/roost/textures/blocks/chicken/sapphire_chicken.png b/resources/roost/textures/blocks/chicken/sapphire_chicken.png new file mode 100644 index 00000000..3238e077 Binary files /dev/null and b/resources/roost/textures/blocks/chicken/sapphire_chicken.png differ diff --git a/resources/roost/textures/blocks/chicken/skullbone_fragment_chicken.png b/resources/roost/textures/blocks/chicken/skullbone_fragment_chicken.png new file mode 100644 index 00000000..3238e077 Binary files /dev/null and b/resources/roost/textures/blocks/chicken/skullbone_fragment_chicken.png differ diff --git a/resources/roost/textures/blocks/chicken/varsium_chicken.png b/resources/roost/textures/blocks/chicken/varsium_chicken.png new file mode 100644 index 00000000..3238e077 Binary files /dev/null and b/resources/roost/textures/blocks/chicken/varsium_chicken.png differ diff --git a/resources/roost/textures/blocks/chicken/vityte_chicken.png b/resources/roost/textures/blocks/chicken/vityte_chicken.png new file mode 100644 index 00000000..3238e077 Binary files /dev/null and b/resources/roost/textures/blocks/chicken/vityte_chicken.png differ diff --git a/resources/roost/textures/blocks/chicken/white_gemstone_chicken.png b/resources/roost/textures/blocks/chicken/white_gemstone_chicken.png new file mode 100644 index 00000000..3238e077 Binary files /dev/null and b/resources/roost/textures/blocks/chicken/white_gemstone_chicken.png differ diff --git a/resources/roost/textures/blocks/chicken/yellow_gemstone_chicken.png b/resources/roost/textures/blocks/chicken/yellow_gemstone_chicken.png new file mode 100644 index 00000000..3238e077 Binary files /dev/null and b/resources/roost/textures/blocks/chicken/yellow_gemstone_chicken.png differ diff --git a/resources/roost/textures/items/chicken/amber_chicken.png b/resources/roost/textures/items/chicken/amber_chicken.png new file mode 100644 index 00000000..78aa34ac Binary files /dev/null and b/resources/roost/textures/items/chicken/amber_chicken.png differ diff --git a/resources/roost/textures/items/chicken/amethyst_chicken.png b/resources/roost/textures/items/chicken/amethyst_chicken.png new file mode 100644 index 00000000..78aa34ac Binary files /dev/null and b/resources/roost/textures/items/chicken/amethyst_chicken.png differ diff --git a/resources/roost/textures/items/chicken/arlemite_chicken.png b/resources/roost/textures/items/chicken/arlemite_chicken.png new file mode 100644 index 00000000..78aa34ac Binary files /dev/null and b/resources/roost/textures/items/chicken/arlemite_chicken.png differ diff --git a/resources/roost/textures/items/chicken/baronyte_chicken.png b/resources/roost/textures/items/chicken/baronyte_chicken.png new file mode 100644 index 00000000..78aa34ac Binary files /dev/null and b/resources/roost/textures/items/chicken/baronyte_chicken.png differ diff --git a/resources/roost/textures/items/chicken/blazium_chicken.png b/resources/roost/textures/items/chicken/blazium_chicken.png new file mode 100644 index 00000000..78aa34ac Binary files /dev/null and b/resources/roost/textures/items/chicken/blazium_chicken.png differ diff --git a/resources/roost/textures/items/chicken/bloodgem_chicken.png b/resources/roost/textures/items/chicken/bloodgem_chicken.png new file mode 100644 index 00000000..78aa34ac Binary files /dev/null and b/resources/roost/textures/items/chicken/bloodgem_chicken.png differ diff --git a/resources/roost/textures/items/chicken/bloodstone_chicken.png b/resources/roost/textures/items/chicken/bloodstone_chicken.png new file mode 100644 index 00000000..78aa34ac Binary files /dev/null and b/resources/roost/textures/items/chicken/bloodstone_chicken.png differ diff --git a/resources/roost/textures/items/chicken/blue_gemstone_chicken.png b/resources/roost/textures/items/chicken/blue_gemstone_chicken.png new file mode 100644 index 00000000..78aa34ac Binary files /dev/null and b/resources/roost/textures/items/chicken/blue_gemstone_chicken.png differ diff --git a/resources/roost/textures/items/chicken/brightsteel_chicken.png b/resources/roost/textures/items/chicken/brightsteel_chicken.png new file mode 100644 index 00000000..78aa34ac Binary files /dev/null and b/resources/roost/textures/items/chicken/brightsteel_chicken.png differ diff --git a/resources/roost/textures/items/chicken/candyte_chicken.png b/resources/roost/textures/items/chicken/candyte_chicken.png new file mode 100644 index 00000000..78aa34ac Binary files /dev/null and b/resources/roost/textures/items/chicken/candyte_chicken.png differ diff --git a/resources/roost/textures/items/chicken/chalcedony_chicken.png b/resources/roost/textures/items/chicken/chalcedony_chicken.png new file mode 100644 index 00000000..78aa34ac Binary files /dev/null and b/resources/roost/textures/items/chicken/chalcedony_chicken.png differ diff --git a/resources/roost/textures/items/chicken/chaos_chicken.png b/resources/roost/textures/items/chicken/chaos_chicken.png new file mode 100644 index 00000000..78aa34ac Binary files /dev/null and b/resources/roost/textures/items/chicken/chaos_chicken.png differ diff --git a/resources/roost/textures/items/chicken/charged_runium_chicken.png b/resources/roost/textures/items/chicken/charged_runium_chicken.png new file mode 100644 index 00000000..78aa34ac Binary files /dev/null and b/resources/roost/textures/items/chicken/charged_runium_chicken.png differ diff --git a/resources/roost/textures/items/chicken/chestbone_fragment_chicken.png b/resources/roost/textures/items/chicken/chestbone_fragment_chicken.png new file mode 100644 index 00000000..78aa34ac Binary files /dev/null and b/resources/roost/textures/items/chicken/chestbone_fragment_chicken.png differ diff --git a/resources/roost/textures/items/chicken/cold_iron_chicken.png b/resources/roost/textures/items/chicken/cold_iron_chicken.png new file mode 100644 index 00000000..78aa34ac Binary files /dev/null and b/resources/roost/textures/items/chicken/cold_iron_chicken.png differ diff --git a/resources/roost/textures/items/chicken/crystallite_chicken.png b/resources/roost/textures/items/chicken/crystallite_chicken.png new file mode 100644 index 00000000..78aa34ac Binary files /dev/null and b/resources/roost/textures/items/chicken/crystallite_chicken.png differ diff --git a/resources/roost/textures/items/chicken/elecanium_chicken.png b/resources/roost/textures/items/chicken/elecanium_chicken.png new file mode 100644 index 00000000..78aa34ac Binary files /dev/null and b/resources/roost/textures/items/chicken/elecanium_chicken.png differ diff --git a/resources/roost/textures/items/chicken/emberstone_chicken.png b/resources/roost/textures/items/chicken/emberstone_chicken.png new file mode 100644 index 00000000..78aa34ac Binary files /dev/null and b/resources/roost/textures/items/chicken/emberstone_chicken.png differ diff --git a/resources/roost/textures/items/chicken/fluctuatite_chicken.png b/resources/roost/textures/items/chicken/fluctuatite_chicken.png new file mode 100644 index 00000000..78aa34ac Binary files /dev/null and b/resources/roost/textures/items/chicken/fluctuatite_chicken.png differ diff --git a/resources/roost/textures/items/chicken/footbone_fragment_chicken.png b/resources/roost/textures/items/chicken/footbone_fragment_chicken.png new file mode 100644 index 00000000..78aa34ac Binary files /dev/null and b/resources/roost/textures/items/chicken/footbone_fragment_chicken.png differ diff --git a/resources/roost/textures/items/chicken/gemenyte_chicken.png b/resources/roost/textures/items/chicken/gemenyte_chicken.png new file mode 100644 index 00000000..78aa34ac Binary files /dev/null and b/resources/roost/textures/items/chicken/gemenyte_chicken.png differ diff --git a/resources/roost/textures/items/chicken/glitch_chicken.png b/resources/roost/textures/items/chicken/glitch_chicken.png new file mode 100644 index 00000000..78aa34ac Binary files /dev/null and b/resources/roost/textures/items/chicken/glitch_chicken.png differ diff --git a/resources/roost/textures/items/chicken/green_gemstone_chicken.png b/resources/roost/textures/items/chicken/green_gemstone_chicken.png new file mode 100644 index 00000000..78aa34ac Binary files /dev/null and b/resources/roost/textures/items/chicken/green_gemstone_chicken.png differ diff --git a/resources/roost/textures/items/chicken/infinity_chicken.png b/resources/roost/textures/items/chicken/infinity_chicken.png new file mode 100644 index 00000000..78aa34ac Binary files /dev/null and b/resources/roost/textures/items/chicken/infinity_chicken.png differ diff --git a/resources/roost/textures/items/chicken/jade_chicken.png b/resources/roost/textures/items/chicken/jade_chicken.png new file mode 100644 index 00000000..78aa34ac Binary files /dev/null and b/resources/roost/textures/items/chicken/jade_chicken.png differ diff --git a/resources/roost/textures/items/chicken/jewelyte_chicken.png b/resources/roost/textures/items/chicken/jewelyte_chicken.png new file mode 100644 index 00000000..78aa34ac Binary files /dev/null and b/resources/roost/textures/items/chicken/jewelyte_chicken.png differ diff --git a/resources/roost/textures/items/chicken/legbone_fragment_chicken.png b/resources/roost/textures/items/chicken/legbone_fragment_chicken.png new file mode 100644 index 00000000..78aa34ac Binary files /dev/null and b/resources/roost/textures/items/chicken/legbone_fragment_chicken.png differ diff --git a/resources/roost/textures/items/chicken/limonite_chicken.png b/resources/roost/textures/items/chicken/limonite_chicken.png new file mode 100644 index 00000000..78aa34ac Binary files /dev/null and b/resources/roost/textures/items/chicken/limonite_chicken.png differ diff --git a/resources/roost/textures/items/chicken/lunastone_chicken.png b/resources/roost/textures/items/chicken/lunastone_chicken.png new file mode 100644 index 00000000..78aa34ac Binary files /dev/null and b/resources/roost/textures/items/chicken/lunastone_chicken.png differ diff --git a/resources/roost/textures/items/chicken/lyon_chicken.png b/resources/roost/textures/items/chicken/lyon_chicken.png new file mode 100644 index 00000000..78aa34ac Binary files /dev/null and b/resources/roost/textures/items/chicken/lyon_chicken.png differ diff --git a/resources/roost/textures/items/chicken/methyst_chicken.png b/resources/roost/textures/items/chicken/methyst_chicken.png new file mode 100644 index 00000000..78aa34ac Binary files /dev/null and b/resources/roost/textures/items/chicken/methyst_chicken.png differ diff --git a/resources/roost/textures/items/chicken/mithrillium_chicken.png b/resources/roost/textures/items/chicken/mithrillium_chicken.png new file mode 100644 index 00000000..78aa34ac Binary files /dev/null and b/resources/roost/textures/items/chicken/mithrillium_chicken.png differ diff --git a/resources/roost/textures/items/chicken/mystite_chicken.png b/resources/roost/textures/items/chicken/mystite_chicken.png new file mode 100644 index 00000000..78aa34ac Binary files /dev/null and b/resources/roost/textures/items/chicken/mystite_chicken.png differ diff --git a/resources/roost/textures/items/chicken/netherite_chicken.png b/resources/roost/textures/items/chicken/netherite_chicken.png new file mode 100644 index 00000000..78aa34ac Binary files /dev/null and b/resources/roost/textures/items/chicken/netherite_chicken.png differ diff --git a/resources/roost/textures/items/chicken/ogerite_chicken.png b/resources/roost/textures/items/chicken/ogerite_chicken.png new file mode 100644 index 00000000..78aa34ac Binary files /dev/null and b/resources/roost/textures/items/chicken/ogerite_chicken.png differ diff --git a/resources/roost/textures/items/chicken/ornamyte_chicken.png b/resources/roost/textures/items/chicken/ornamyte_chicken.png new file mode 100644 index 00000000..78aa34ac Binary files /dev/null and b/resources/roost/textures/items/chicken/ornamyte_chicken.png differ diff --git a/resources/roost/textures/items/chicken/palladium_chicken.png b/resources/roost/textures/items/chicken/palladium_chicken.png new file mode 100644 index 00000000..78aa34ac Binary files /dev/null and b/resources/roost/textures/items/chicken/palladium_chicken.png differ diff --git a/resources/roost/textures/items/chicken/polonium_chicken.png b/resources/roost/textures/items/chicken/polonium_chicken.png new file mode 100644 index 00000000..78aa34ac Binary files /dev/null and b/resources/roost/textures/items/chicken/polonium_chicken.png differ diff --git a/resources/roost/textures/items/chicken/purple_gemstone_chicken.png b/resources/roost/textures/items/chicken/purple_gemstone_chicken.png new file mode 100644 index 00000000..78aa34ac Binary files /dev/null and b/resources/roost/textures/items/chicken/purple_gemstone_chicken.png differ diff --git a/resources/roost/textures/items/chicken/realmite_chicken.png b/resources/roost/textures/items/chicken/realmite_chicken.png new file mode 100644 index 00000000..78aa34ac Binary files /dev/null and b/resources/roost/textures/items/chicken/realmite_chicken.png differ diff --git a/resources/roost/textures/items/chicken/red_gemstone_chicken.png b/resources/roost/textures/items/chicken/red_gemstone_chicken.png new file mode 100644 index 00000000..78aa34ac Binary files /dev/null and b/resources/roost/textures/items/chicken/red_gemstone_chicken.png differ diff --git a/resources/roost/textures/items/chicken/rhenium_chicken.png b/resources/roost/textures/items/chicken/rhenium_chicken.png new file mode 100644 index 00000000..78aa34ac Binary files /dev/null and b/resources/roost/textures/items/chicken/rhenium_chicken.png differ diff --git a/resources/roost/textures/items/chicken/rosite_chicken.png b/resources/roost/textures/items/chicken/rosite_chicken.png new file mode 100644 index 00000000..78aa34ac Binary files /dev/null and b/resources/roost/textures/items/chicken/rosite_chicken.png differ diff --git a/resources/roost/textures/items/chicken/runium_chicken.png b/resources/roost/textures/items/chicken/runium_chicken.png new file mode 100644 index 00000000..78aa34ac Binary files /dev/null and b/resources/roost/textures/items/chicken/runium_chicken.png differ diff --git a/resources/roost/textures/items/chicken/rupee_chicken.png b/resources/roost/textures/items/chicken/rupee_chicken.png new file mode 100644 index 00000000..78aa34ac Binary files /dev/null and b/resources/roost/textures/items/chicken/rupee_chicken.png differ diff --git a/resources/roost/textures/items/chicken/sapphire_chicken.png b/resources/roost/textures/items/chicken/sapphire_chicken.png new file mode 100644 index 00000000..78aa34ac Binary files /dev/null and b/resources/roost/textures/items/chicken/sapphire_chicken.png differ diff --git a/resources/roost/textures/items/chicken/skullbone_fragment_chicken.png b/resources/roost/textures/items/chicken/skullbone_fragment_chicken.png new file mode 100644 index 00000000..78aa34ac Binary files /dev/null and b/resources/roost/textures/items/chicken/skullbone_fragment_chicken.png differ diff --git a/resources/roost/textures/items/chicken/unidentified_chicken.png b/resources/roost/textures/items/chicken/unidentified_chicken.png new file mode 100644 index 00000000..78aa34ac Binary files /dev/null and b/resources/roost/textures/items/chicken/unidentified_chicken.png differ diff --git a/resources/roost/textures/items/chicken/varsium_chicken.png b/resources/roost/textures/items/chicken/varsium_chicken.png new file mode 100644 index 00000000..78aa34ac Binary files /dev/null and b/resources/roost/textures/items/chicken/varsium_chicken.png differ diff --git a/resources/roost/textures/items/chicken/vityte_chicken.png b/resources/roost/textures/items/chicken/vityte_chicken.png new file mode 100644 index 00000000..78aa34ac Binary files /dev/null and b/resources/roost/textures/items/chicken/vityte_chicken.png differ diff --git a/resources/roost/textures/items/chicken/white_gemstone_chicken.png b/resources/roost/textures/items/chicken/white_gemstone_chicken.png new file mode 100644 index 00000000..78aa34ac Binary files /dev/null and b/resources/roost/textures/items/chicken/white_gemstone_chicken.png differ diff --git a/resources/roost/textures/items/chicken/yellow_gemstone_chicken.png b/resources/roost/textures/items/chicken/yellow_gemstone_chicken.png new file mode 100644 index 00000000..78aa34ac Binary files /dev/null and b/resources/roost/textures/items/chicken/yellow_gemstone_chicken.png differ diff --git a/scripts/AEGating.zs b/scripts/AEGating.zs new file mode 100644 index 00000000..5b8628b0 --- /dev/null +++ b/scripts/AEGating.zs @@ -0,0 +1,297 @@ +recipes.removeShaped(); + +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, ]]); + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, null, , , , null, ], +[null, , , , , , null], +[, , , , , , ], +[, , , , , , ], +[, , , , , , ], +[null, , , , , , null], +[, null, , , , null, ]]); + +recipes.removeShaped(); + +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, ]]); + +recipes.removeShaped(); + +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, ]]); + +recipes.removeShaped(); + +mods.extendedcrafting.CombinationCrafting.addRecipe(*6, +30000, +, +[, , +, , +, , +, ]); + +mods.extendedcrafting.CombinationCrafting.addRecipe(*10, +30000, +, +[, , +, , +, , +, ]); + +val dragonScaleBlock = ; +dragonScaleBlock.add(); +dragonScaleBlock.add(); +dragonScaleBlock.add(); +dragonScaleBlock.add(); +dragonScaleBlock.add(); +dragonScaleBlock.add(); +dragonScaleBlock.add(); +dragonScaleBlock.add(); + + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(*6, +[[, , , +, , , +, , ], + +[, , , +null, , null, +, , ], + +[, , , +null, , null, +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +null, , null, +, , ], + +[, , , +null, , null, +, , ], + +[, , , +, , , +, , ]]); + +recipes.remove(); + +recipes.addShaped(*20, +[[null, , null], +[, , ], +[null, , null]]); + + + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, null, null, null, ], +[null, null, null, null, null], +[null, , , , null], +[null, null, , null, null], +[, null, null, null, ]]); + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, null, null, null, ], +[null, null, null, null, null], +[null, , , , null], +[null, null, , null, null], +[, null, null, null, ]]); + +recipes.removeShapeless(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, null, null, null, ], +[null, null, , null, null], +[null, , null, , null], +[null, null, , null, null], +[, null, null, null, ]]); + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, null, null, null, ], +[null, null, , null, null], +[null, , null, , null], +[null, null, , null, null], +[, null, null, null, ]]); + +recipes.removeShapeless(); + +recipes.addShaped(, +[[, null, ], +[null, , null], +[, null, ]]); + +recipes.removeShaped(); + +recipes.addShaped(, +[[, null, ], +[null, , null], +[, null, ]]); + +recipes.removeShaped(); + +recipes.addShaped(, +[[, null, ], +[null, , null], +[, null, ]]); + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, null, , null, ], +[null, null, , null, null], +[, , , , ], +[null, null, , null, null], +[, null, , null, ]]); + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, null, , null, ], +[null, null, , null, null], +[, , , , ], +[null, null, , null, null], +[, null, , null, ]]); + +recipes.removeShaped(); + +recipes.addShaped(, +[[, null, ], +[null, , null], +[, null, ]]); + +recipes.removeShaped(); + +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, ]]); + +recipes.removeShaped(); + +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, ]]); + +recipes.removeShaped(); + +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, ]]); + + +recipes.remove(); + +mods.extendedcrafting.TableCrafting.addShapeless(3, *3, [, ]); + +recipes.remove(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, null, , null, ], +[null, null, , null, null], +[, null, , null, ], +[null, null, , null, null], +[, null, , null, ]]); + +recipes.remove(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, null, , null, ], +[null, null, , null, null], +[, null, , null, ], +[null, null, , null, null], +[, null, , null, ]]); + +recipes.remove(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, null, , null, ], +[null, null, , null, null], +[, null, , null, ], +[null, null, , null, null], +[, null, , null, ]]); + +recipes.remove(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, null, , null, ], +[null, null, , null, null], +[, null, , null, ], +[null, null, , null, null], +[, null, , null, ]]); + +mods.nuclearcraft.pressurizer.addRecipe([, *2]); + +recipes.remove(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.remove(); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); diff --git a/scripts/AbyssalcraftGating.zs b/scripts/AbyssalcraftGating.zs new file mode 100644 index 00000000..6b65645c --- /dev/null +++ b/scripts/AbyssalcraftGating.zs @@ -0,0 +1,47 @@ +recipes.removeShaped(); + +mods.extendedcrafting.CombinationCrafting.addRecipe(, +120000, 500, +, +[, , , +, , ]); + + +recipes.addShaped(, +[[null, , null], +[, , ], +[null, , null]]); + +recipes.addShaped(, +[[null, , null], +[, , ], +[null, , null]]); + +recipes.addShaped(, +[[null, , null], +[, , ], +[null, , null]]); + +recipes.addShaped(, +[[null, , null], +[, , ], +[null, , null]]); + +recipes.addShaped(*4, +[[null, , null], +[, , ], +[null, , null]]); + +recipes.addShaped(, +[[, .withTag({Aspects: [{amount: 1, key: "vitium"}]}), ], +[, , ], +[, .withTag({Aspects: [{amount: 1, key: "vitium"}]}), ]]); + +recipes.addShaped(.withTag({EntityTag: {id: "abyssalcraft:shadowcreature"}}), +[[, , ], +[, , ], +[, , ]]); + +mods.nuclearcraft.melter.addRecipe([, *144]); +mods.nuclearcraft.melter.addRecipe([, *144]); +mods.nuclearcraft.melter.addRecipe([, *144]); \ No newline at end of file diff --git a/scripts/AbyssalcraftPowerful.zs b/scripts/AbyssalcraftPowerful.zs new file mode 100644 index 00000000..69dbcfa9 --- /dev/null +++ b/scripts/AbyssalcraftPowerful.zs @@ -0,0 +1,4 @@ +recipes.addShaped(.withTag({ench: [{lvl: 8 as short, id: 99 as short}, {lvl: 10 as short, id: 22 as short}, {lvl: 1 as short, id: 70 as short}], RepairCost: 1, display: {Name: "Vrangr"}}), +[[, , ], +[, , ], +[, , ]]); diff --git a/scripts/ActuallyAdditionsGating.zs b/scripts/ActuallyAdditionsGating.zs new file mode 100644 index 00000000..06aa70ad --- /dev/null +++ b/scripts/ActuallyAdditionsGating.zs @@ -0,0 +1,42 @@ +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[null, null, , null, null], +[null, , , , null], +[, null, , null, ], +[null, , , , null], +[, null, , null, ]]); + +recipes.remove(); + +recipes.remove(); + +recipes.remove(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, null, , null, ], +[null, null, , null, null], +[, , , , ], +[null, null, , null, null], +[, null, , null, ]]); diff --git a/scripts/AdaminiteBlock.zs b/scripts/AdaminiteBlock.zs new file mode 100644 index 00000000..cbdda858 --- /dev/null +++ b/scripts/AdaminiteBlock.zs @@ -0,0 +1,53 @@ +import mods.modularmachinery.RecipeBuilder; + +val scabystsacrifice = RecipeBuilder.newBuilder("scabystsacrifice","sterilized_altar",1200); +scabystsacrifice.addEnergyPerTickInput(1200); +scabystsacrifice.addFluidInput(*100); +scabystsacrifice.addFluidInput(*100); +scabystsacrifice.addItemInput(); +scabystsacrifice.addItemInput(*2); +scabystsacrifice.addItemOutput(); +scabystsacrifice.build(); + +val gravititestarlight = RecipeBuilder.newBuilder("gravititestarlight","auto_astral_altar",1200); +gravititestarlight.addEnergyPerTickInput(1000); +gravititestarlight.addItemInput(); +gravititestarlight.addItemInput(); +gravititestarlight.addItemOutput(); +gravititestarlight.build(); + +val eldritchcold = RecipeBuilder.newBuilder("eldritchcold","cold_iron_forge",1200); +eldritchcold.addItemInput(); +eldritchcold.addItemInput(*2); +eldritchcold.addItemOutput(); +eldritchcold.build(); + +val jadecrucible = RecipeBuilder.newBuilder("jadecrucible","dragonfire_crucible",1200); +jadecrucible.addFluidInput(*20); +jadecrucible.addItemInput(); +jadecrucible.addItemInput(); +jadecrucible.addItemOutput(); +jadecrucible.build(); + +val supergemsinfusion = RecipeBuilder.newBuilder("supergemsinfusion","arcane_autoinfuser",1200); +supergemsinfusion.addEnergyPerTickInput(100); +supergemsinfusion.addItemInput(.withTag({Aspects: [{amount: 1, key: "aer"}]})); +supergemsinfusion.addItemInput(.withTag({Aspects: [{amount: 1, key: "terra"}]})); +supergemsinfusion.addItemInput(.withTag({Aspects: [{amount: 1, key: "ignis"}]})); +supergemsinfusion.addItemInput(.withTag({Aspects: [{amount: 1, key: "aqua"}]})); +supergemsinfusion.addItemInput(); +supergemsinfusion.addItemInput(); +supergemsinfusion.addItemInput(); +supergemsinfusion.addItemInput(); +supergemsinfusion.addItemInput(); +supergemsinfusion.addItemOutput(); +supergemsinfusion.build(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , , , , , ], +[, , , , , , ], +[, , , , , , ], +[, , , , , , ], +[, , , , , , ], +[, , , , , , ], +[, , , , , , ]]); diff --git a/scripts/AdvancedRocketryGating.zs b/scripts/AdvancedRocketryGating.zs new file mode 100644 index 00000000..df0fbfaf --- /dev/null +++ b/scripts/AdvancedRocketryGating.zs @@ -0,0 +1,267 @@ +recipes.removeShapeless(); + +mods.extendedcrafting.CombinationCrafting.addRecipe(, +120000, +, +[, , , ]); + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , , , , , ], +[, , null, , null, , ], +[, null, , , , null, ], +[, , , , , , ], +[, null, , , , null, ], +[, , null, , null, , ], +[, , , , , , ]]); + +mods.extendedcrafting.TableCrafting.addShaped(*4, +[[, , , , , , ], +[, , null, , null, , ], +[, null, , , , null, ], +[, , , , , , ], +[, null, , , , null, ], +[, , null, , null, , ], +[, , , , , , ]]); + +recipes.removeShaped(); + +mods.extendedcrafting.CombinationCrafting.addRecipe(, +120000, +, +[, , , +, , , +, , , +, , ]); + +recipes.removeShapeless(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , , , , , ], +[, , , , , , ], +[, , , , , , ], +[, , , , , , ], +[, , , , , , ], +[, , , , , , ], +[, , , , , , ]]); + +recipes.removeShaped(); + +mods.extendedcrafting.EnderCrafting.addShaped(, +[[, , ], +[, , ], +[, , ]], +6); + +recipes.addShaped(, +[[null,,null], +[,.reuse(),], +[null,,null]]); + +recipes.remove(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ]]); + +recipes.remove(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ]]); + +recipes.removeShaped(); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.removeShaped(); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.remove(); + + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ]]); + + + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ]]); + + +recipes.remove(); +recipes.remove(); + +mods.techreborn.rollingMachine.addShaped(, +[[,null,null], +[null,,null], +[null,null,]]); + +mods.techreborn.rollingMachine.addShaped(, +[[,null,null], +[null,,null], +[null,null,]]); + +mods.techreborn.rollingMachine.addShaped(, +[[,null,null], +[null,,null], +[null,null,]]); + +mods.techreborn.rollingMachine.addShaped(, +[[,null,null], +[null,,null], +[null,null,]]); + +recipes.addShaped(, +[[null, , null], +[, , ], +[, , ]]); + +recipes.addShapeless(, +[]); \ No newline at end of file diff --git a/scripts/AdventOresFix.zs b/scripts/AdventOresFix.zs new file mode 100644 index 00000000..9130b193 --- /dev/null +++ b/scripts/AdventOresFix.zs @@ -0,0 +1,21 @@ +mods.techreborn.industrialGrinder.addRecipe(*5, , null, null, , null, 30, 256); + +mods.techreborn.industrialGrinder.addRecipe(*5, , null, null, , null, 30, 256); + +mods.techreborn.industrialGrinder.addRecipe(*5, , null, null, , null, 30, 256); + +mods.techreborn.industrialGrinder.addRecipe(*5, , null, null, , null, 30, 256); + +mods.techreborn.industrialGrinder.addRecipe(*5, , null, null, , null, 30, 256); + +mods.techreborn.industrialGrinder.addRecipe(*5, , null, null, , null, 30, 256); + +mods.techreborn.industrialGrinder.addRecipe(*5, , null, null, , null, 30, 256); + +mods.techreborn.industrialGrinder.addRecipe(*5, , null, null, , null, 30, 256); + +mods.techreborn.industrialGrinder.addRecipe(*5, , null, null, , null, 30, 256); + +mods.techreborn.industrialGrinder.addRecipe(*5, , null, null, , null, 30, 256); + +mods.techreborn.industrialGrinder.addRecipe(*5, , null, null, , null, 30, 256); \ No newline at end of file diff --git a/scripts/AdventRecipes.zs b/scripts/AdventRecipes.zs new file mode 100644 index 00000000..e69de29b diff --git a/scripts/AdventTech.txt b/scripts/AdventTech.txt new file mode 100644 index 00000000..fc7ccc8d --- /dev/null +++ b/scripts/AdventTech.txt @@ -0,0 +1,25 @@ +rec1=mods.techreborn.fluidReplicator.addRecipe(30,*1000,1600,3000); + +rec2=mods.techreborn.fluidReplicator.addRecipe(30,*1000,1600,3000); + +rec3=mods.techreborn.fluidReplicator.addRecipe(40,*1000,1600,3000); + +rec4=mods.techreborn.fluidReplicator.addRecipe(50,*1000,1600,3000); + +rec5=mods.techreborn.fluidReplicator.addRecipe(50,*1000,1600,3000); + +rec6=mods.techreborn.fluidReplicator.addRecipe(40,*1000,1600,3000); + +rec7=mods.techreborn.fluidReplicator.addRecipe(50,*1000,1600,3000); + +rec8=mods.techreborn.fluidReplicator.addRecipe(50,*1000,1600,3000); + +rec9=mods.techreborn.fluidReplicator.addRecipe(50,*1000,1600,3000); + +rec10=mods.techreborn.fluidReplicator.addRecipe(50,*1000,1600,3000); + +rec11=mods.techreborn.fluidReplicator.addRecipe(50,*1000,1600,3000); + +rec12=mods.techreborn.fluidReplicator.addRecipe(60,*1000,1600,3000); + +rec13=mods.techreborn.fluidReplicator.addRecipe(50,*1000,1600,3000); \ No newline at end of file diff --git a/scripts/AlloyFix.zs b/scripts/AlloyFix.zs new file mode 100644 index 00000000..5f1ec22f --- /dev/null +++ b/scripts/AlloyFix.zs @@ -0,0 +1,9 @@ +recipes.remove(); + +recipes.remove(); + +recipes.remove(); + +recipes.remove(); + +recipes.removeShapeless(); \ No newline at end of file diff --git a/scripts/AlloyGating.zs b/scripts/AlloyGating.zs new file mode 100644 index 00000000..8bc0c67f --- /dev/null +++ b/scripts/AlloyGating.zs @@ -0,0 +1,43 @@ +recipes.removeShaped(); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.remove(); + +recipes.addShaped(, +[[, null, ], +[, , ], +[, null, ]]); + +recipes.remove(); + +recipes.addShaped(, +[[null, null, null], +[, , ], +[, , ]]); + +recipes.removeShaped(); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.removeShaped(); + +recipes.removeShaped(); + +recipes.addShaped(, +[[null, , null], +[, , ], +[null, , null]]); + +recipes.removeShaped(); + +recipes.addShaped(, +[[null, , null], +[, , ], +[, , ]]); diff --git a/scripts/ArcReactor.zs b/scripts/ArcReactor.zs new file mode 100644 index 00000000..c662ab68 --- /dev/null +++ b/scripts/ArcReactor.zs @@ -0,0 +1,6 @@ +import mods.modularmachinery.RecipeBuilder; + +val arcreactor = RecipeBuilder.newBuilder("arcreactor","arc_reactor",1200); +arcreactor.addEnergyPerTickOutput(120000); +arcreactor.addItemOutput(); +arcreactor.build(); \ No newline at end of file diff --git a/scripts/AstralGating.zs b/scripts/AstralGating.zs new file mode 100644 index 00000000..bc6c3ca2 --- /dev/null +++ b/scripts/AstralGating.zs @@ -0,0 +1,16 @@ +recipes.remove(); + +recipes.addShaped(*32, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(*4, +[[, null, ], +[null, null, null], +[, null, ]]); + +recipes.addShaped(*8, +[[, , ], +[, .reuse(), ], +[, , ]]); \ No newline at end of file diff --git a/scripts/AvaritiaProgression.zs b/scripts/AvaritiaProgression.zs new file mode 100644 index 00000000..a08c6c7b --- /dev/null +++ b/scripts/AvaritiaProgression.zs @@ -0,0 +1,236 @@ +import mods.modularmachinery.RecipeBuilder; + +recipes.remove(); + +recipes.removeShaped(); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, + +[[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ]]); + + +recipes.removeShaped(); + +mods.extendedcrafting.EnderCrafting.addShaped(, +[[, , ], +[, , ], +[, , ]], 20); + +mods.avaritia.ExtremeCrafting.addShaped("unidentifiedchickendire", +.withTag({ChickenType: {id: "contenttweaker:unidentified_chicken"}}), +[[,,, +,,, +,,], + +[,,, +,,, +,,], + +[,,, +,,, +,,], + +[,,, +,,, +,,], + +[,,, +,,, +,,], + +[,,, +,,, +,,], + +[,,, +,,, +,,], + +[,,, +,,, +,,], + +[,,, +,,, +,,]]); + +mods.avaritia.ExtremeCrafting.remove(); + +mods.extendedcrafting.CombinationCrafting.addRecipe(, +1000000000, 100000, +, +[, , , ]); + + +mods.extendedcrafting.TableCrafting.addShaped(, +[[null, null, null, +, , , +null, null, null], + +[null, , , +, , , +, , null], + +[null, , , +, , , +, , null], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[null, , , +, , , +, , null], + +[null, , , +, , , +, , null], + +[null, null, null, +, , , +null, null, null]]); + + +mods.avaritia.ExtremeCrafting.remove(); +mods.avaritia.ExtremeCrafting.remove(); +mods.avaritia.ExtremeCrafting.remove(); +mods.avaritia.ExtremeCrafting.remove(); +mods.avaritia.ExtremeCrafting.remove(); +mods.avaritia.ExtremeCrafting.remove(); +mods.avaritia.ExtremeCrafting.remove(); +mods.avaritia.ExtremeCrafting.remove(); +mods.avaritia.ExtremeCrafting.remove(); +mods.avaritia.ExtremeCrafting.remove(); +mods.avaritia.ExtremeCrafting.remove(); +mods.avaritia.ExtremeCrafting.remove(); +mods.avaritia.ExtremeCrafting.remove(); + + + +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]]); + +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]]); + +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]]); + +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]]); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , , , , , , , ], +[, , , , , , , , ], +[, , , , , , , , ], +[, , , 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, null], +[null, null, null, null, null, null, null, null, null]]); + + +mods.extendedcrafting.EnderCrafting.addShaped(, +[[, , ], +[, , ], +[, , ]], 20); + +val muonextraction = RecipeBuilder.newBuilder("gateval1","mythic_processor_muon_extractor",2); +muonextraction.addEnergyPerTickInput(2000000); +muonextraction.addItemInput(*2); +muonextraction.addItemOutput(); +muonextraction.build(); \ No newline at end of file diff --git a/scripts/BackpackGating.zs b/scripts/BackpackGating.zs new file mode 100644 index 00000000..9857412c --- /dev/null +++ b/scripts/BackpackGating.zs @@ -0,0 +1,63 @@ +recipes.removeShaped(); +recipes.removeShaped(); +recipes.removeShaped(); +recipes.removeShaped(); +recipes.removeShaped(); + +recipes.removeShaped(); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.removeShaped(); + +recipes.removeShaped(); +recipes.removeShaped(); +recipes.removeShaped(); + +recipes.removeShaped(); + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, null, , null, ], +[null, , , , null], +[, , , , ], +[null, , , , null], +[, null, , null, ]]); + +recipes.removeShaped(); +recipes.removeShaped(); +recipes.removeShaped(); +recipes.removeShaped(); +recipes.removeShaped(); +recipes.removeShaped(); +recipes.removeShaped(); +recipes.removeShaped(); +recipes.removeShaped(); +recipes.removeShaped(); +recipes.removeShaped(); +recipes.removeShaped(); +recipes.removeShaped(); +recipes.removeShaped(); +recipes.removeShaped(); +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , , , , , ], +[, null, null, null, null, null, ], +[, null, , , , null, ], +[, null, , , , null, ], +[, null, , , , null, ], +[, null, null, null, null, null, ], +[, , , , , , ]]); + + +recipes.removeShaped(); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); diff --git a/scripts/BetweenlandsGating.zs b/scripts/BetweenlandsGating.zs new file mode 100644 index 00000000..9703a401 --- /dev/null +++ b/scripts/BetweenlandsGating.zs @@ -0,0 +1,45 @@ +recipes.addShaped(*2, +[[, null, ], +[, , ], +[null, , null]]); + +recipes.addShaped(*2, +[[, null, ], +[, , ], +[null, , null]]); + +recipes.addShaped(*2, +[[, null, ], +[, , ], +[null, , null]]); + +recipes.addShaped(*2, +[[, null, ], +[, , ], +[null, , null]]); + +recipes.addShaped(*2, +[[, null, ], +[, , ], +[null, , null]]); + +recipes.addShaped(*24, +[[, , ], +[, .reuse(), ], +[, , ]]); + +recipes.addShaped(*8, +[[, , ], +[, .reuse(), ], +[, , ]]); + +mods.abyssalcraft.InfusionRitual.addRitual("geckoeggcute", +1, 0, +100, +true, +.withTag({EntityTag: {id: "thebetweenlands:gecko"}}), +, +[,,,, +,,,]); +game.setLocalization("ac.ritual.geckoeggcute", "Make a cute gecko"); +game.setLocalization("ac.ritual.geckoeggcute.desc", "Cute gecko is cute"); diff --git a/scripts/BewitchmentGating.zs b/scripts/BewitchmentGating.zs new file mode 100644 index 00000000..f11e8abd --- /dev/null +++ b/scripts/BewitchmentGating.zs @@ -0,0 +1,104 @@ +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(*3, +[[null, null, null], +[, , ], +[null, , null]]); + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +mods.thermalexpansion.Transposer.addFillRecipe(, +, * 20, 20); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, .reuse(), ], +[, , ]]); + + +val bewAltarOreDict = ; +bewAltarOreDict.add(); +bewAltarOreDict.add(); +bewAltarOreDict.add(); +bewAltarOreDict.add(); +bewAltarOreDict.add(); +bewAltarOreDict.add(); + +recipes.addShaped(*2, +[[, null, ], +[, , ], +[null, , null]]); + +recipes.addShaped(*2, +[[, null, ], +[, , ], +[null, , null]]); + +recipes.addShaped(*2, +[[, null, ], +[, , ], +[null, , null]]); + +recipes.addShaped(*2, +[[, null, ], +[, , ], +[null, , null]]); + +recipes.addShapeless(, +[,]); + +recipes.addShapeless(, +[,]); + +recipes.addShapeless(, +[,]); + +recipes.addShapeless(, +[,]); + +recipes.removeShaped(); \ No newline at end of file diff --git a/scripts/BewitchmentPowerful.zs b/scripts/BewitchmentPowerful.zs new file mode 100644 index 00000000..6480f928 --- /dev/null +++ b/scripts/BewitchmentPowerful.zs @@ -0,0 +1,10 @@ +recipes.addShaped(.withTag({ench: [{lvl: 12 as short, id: 48 as short}, {lvl: 1 as short, id: 45 as short}, {lvl: 1 as short, id: 51 as short}, {lvl: 3 as short, id: 93 as short}, {lvl: 6 as short, id: 90 as short}], RepairCost: 1, display: {Name: "Brave"}}), +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(.withTag({ench: [{lvl: 9 as short, id: 0 as short}, {lvl: 5 as short, id: 34 as short}, {lvl: 10 as short, id: 46 as short}, {lvl: 1 as short, id: 70 as short}], RepairCost: 1, display: {Name: "Someone's Costume"}}), +[[, , ], +[, , ], +[, , ]]); + diff --git a/scripts/BiomesoPlenty.zs b/scripts/BiomesoPlenty.zs new file mode 100644 index 00000000..312e09c7 --- /dev/null +++ b/scripts/BiomesoPlenty.zs @@ -0,0 +1,4 @@ +recipes.addShaped(*6, +[[, , ], +[, null, ], +[, , ]]); \ No newline at end of file diff --git a/scripts/BloodMagicGating.zs b/scripts/BloodMagicGating.zs new file mode 100644 index 00000000..18f2972b --- /dev/null +++ b/scripts/BloodMagicGating.zs @@ -0,0 +1,41 @@ +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, null, ], +[, , ], +[, , ]]); + +recipes.removeShaped(); + +recipes.addShaped(*2, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(*4, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(*12, +[[, , ], +[, , ], +[, , ]]); + +mods.bloodmagic.BloodAltar.addRecipe(, , 5, 100000, 1000, 1000); + +mods.bloodmagic.TartaricForge.removeRecipe([, , , ]); + +mods.bloodmagic.TartaricForge.addRecipe(,[, , , ], 128,32); + +mods.nuclearcraft.melter.addRecipe([, *144]); + +recipes.addShaped(*4, +[[, , ], +[, .reuse(), ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); diff --git a/scripts/BloodMagicPowerful.zs b/scripts/BloodMagicPowerful.zs new file mode 100644 index 00000000..b6490bc9 --- /dev/null +++ b/scripts/BloodMagicPowerful.zs @@ -0,0 +1,319 @@ +import mods.thaumcraft.Infusion; +import crafttweaker.enchantments.IEnchantmentDefinition; +import crafttweaker.data.IData; + +val enclistBlood as IEnchantmentDefinition[] = [ + , + , + , + , + , + , + , + , + , + ]; +var mapBlood as IData = {}; +mapBlood += enclistBlood[0].makeEnchantment(4).makeTag(); +mapBlood += enclistBlood[1].makeEnchantment(10).makeTag(); +mapBlood += enclistBlood[2].makeEnchantment(4).makeTag(); +mapBlood += enclistBlood[3].makeEnchantment(4).makeTag(); +mapBlood += enclistBlood[4].makeEnchantment(4).makeTag(); +mapBlood += enclistBlood[5].makeEnchantment(4).makeTag(); +mapBlood += enclistBlood[6].makeEnchantment(4).makeTag(); +mapBlood += enclistBlood[7].makeEnchantment(100).makeTag(); +mapBlood += enclistBlood[8].makeEnchantment(2).makeTag(); +mapBlood += enclistBlood[9].makeEnchantment(1).makeTag(); + +val enclistSacrifice as IEnchantmentDefinition[] = [ + , + , + , + , + , + , + , + , + , + , + , + , + , + ]; + +var mapScrificialHelm as IData = {}; +mapScrificialHelm += enclistSacrifice[0].makeEnchantment(10).makeTag(); +mapScrificialHelm += enclistSacrifice[1].makeEnchantment(100).makeTag(); +mapScrificialHelm += enclistSacrifice[2].makeEnchantment(10).makeTag(); +mapScrificialHelm += enclistSacrifice[3].makeEnchantment(10).makeTag(); +mapScrificialHelm += enclistSacrifice[4].makeEnchantment(10).makeTag(); +mapScrificialHelm += enclistSacrifice[5].makeEnchantment(10).makeTag(); +mapScrificialHelm += enclistSacrifice[6].makeEnchantment(10).makeTag(); +mapScrificialHelm += enclistSacrifice[7].makeEnchantment(200).makeTag(); +mapScrificialHelm += enclistSacrifice[8].makeEnchantment(10).makeTag(); +mapScrificialHelm += enclistSacrifice[9].makeEnchantment(1).makeTag(); +mapScrificialHelm += enclistSacrifice[10].makeEnchantment(200).makeTag(); +mapScrificialHelm += enclistSacrifice[11].makeEnchantment(1).makeTag(); + +var mapScrificialChest as IData = {}; +mapScrificialChest += enclistSacrifice[0].makeEnchantment(10).makeTag(); +mapScrificialChest += enclistSacrifice[1].makeEnchantment(100).makeTag(); +mapScrificialChest += enclistSacrifice[2].makeEnchantment(10).makeTag(); +mapScrificialChest += enclistSacrifice[3].makeEnchantment(10).makeTag(); +mapScrificialChest += enclistSacrifice[4].makeEnchantment(10).makeTag(); +mapScrificialChest += enclistSacrifice[5].makeEnchantment(10).makeTag(); +mapScrificialChest += enclistSacrifice[6].makeEnchantment(10).makeTag(); +mapScrificialChest += enclistSacrifice[7].makeEnchantment(200).makeTag(); +mapScrificialChest += enclistSacrifice[8].makeEnchantment(10).makeTag(); +mapScrificialChest += enclistSacrifice[9].makeEnchantment(1).makeTag(); +mapScrificialChest += enclistSacrifice[10].makeEnchantment(200).makeTag(); +mapScrificialChest += enclistSacrifice[13].makeEnchantment(1).makeTag(); + +var mapScrificialLegs as IData = {}; +mapScrificialLegs += enclistSacrifice[0].makeEnchantment(10).makeTag(); +mapScrificialLegs += enclistSacrifice[1].makeEnchantment(100).makeTag(); +mapScrificialLegs += enclistSacrifice[2].makeEnchantment(10).makeTag(); +mapScrificialLegs += enclistSacrifice[3].makeEnchantment(10).makeTag(); +mapScrificialLegs += enclistSacrifice[4].makeEnchantment(10).makeTag(); +mapScrificialLegs += enclistSacrifice[5].makeEnchantment(10).makeTag(); +mapScrificialLegs += enclistSacrifice[6].makeEnchantment(10).makeTag(); +mapScrificialLegs += enclistSacrifice[7].makeEnchantment(200).makeTag(); +mapScrificialLegs += enclistSacrifice[8].makeEnchantment(10).makeTag(); +mapScrificialLegs += enclistSacrifice[9].makeEnchantment(1).makeTag(); +mapScrificialLegs += enclistSacrifice[10].makeEnchantment(200).makeTag(); + +var mapScrificialBoots as IData = {}; +mapScrificialBoots += enclistSacrifice[0].makeEnchantment(10).makeTag(); +mapScrificialBoots += enclistSacrifice[1].makeEnchantment(100).makeTag(); +mapScrificialBoots += enclistSacrifice[2].makeEnchantment(10).makeTag(); +mapScrificialBoots += enclistSacrifice[3].makeEnchantment(10).makeTag(); +mapScrificialBoots += enclistSacrifice[4].makeEnchantment(10).makeTag(); +mapScrificialBoots += enclistSacrifice[5].makeEnchantment(10).makeTag(); +mapScrificialBoots += enclistSacrifice[6].makeEnchantment(10).makeTag(); +mapScrificialBoots += enclistSacrifice[7].makeEnchantment(200).makeTag(); +mapScrificialBoots += enclistSacrifice[8].makeEnchantment(10).makeTag(); +mapScrificialBoots += enclistSacrifice[9].makeEnchantment(1).makeTag(); +mapScrificialBoots += enclistSacrifice[10].makeEnchantment(200).makeTag(); +mapScrificialBoots += enclistSacrifice[12].makeEnchantment(500).makeTag(); + +mods.bloodmagic.BloodAltar.addRecipe(.withTag({ench: [{lvl: 50 as short, id: 16 as short}, {lvl: 5 as short, id: 34 as short}, {lvl: 1 as short, id: 70 as short}], RepairCost: 1, display: {Name: "Soul Eater"}}), +, +4, +1000000, +300, +300); + +mods.bloodmagic.TartaricForge.addRecipe(.withTag(mapBlood), +[,,,], +10000.00, +3000.00); + +mods.bloodmagic.TartaricForge.addRecipe(.withTag(mapBlood), +[,,,], +10000.00, +3000.00); + +mods.bloodmagic.TartaricForge.addRecipe(.withTag(mapBlood), +[,,,], +10000.00, +3000.00); + +mods.bloodmagic.TartaricForge.addRecipe(.withTag(mapBlood), +[,,,], +10000.00, +3000.00); + +recipes.addShaped(, +[[, , ], +[, null, ], +[null, null, null]]); + +recipes.addShaped(, +[[, null, ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, null, ], +[, null, ]]); + +recipes.addShaped(, +[[null, null, null], +[, null, ], +[, null, ]]); + + +mods.bloodmagic.BloodAltar.addRecipe(, , 5, 10000, 500, 600); + + +mods.bloodmagic.TartaricForge.addRecipe(, [, , , ], 100.0, 50.0); + +mods.extendedcrafting.CombinationCrafting.addRecipe(.withTag({Material: "chaotic_plustic"}), +10000000, +.withTag({Material: "dragonbone"}), +[, , , ]); + + + + +mods.extendedcrafting.TableCrafting.addShaped(.withTag(mapScrificialHelm), +[[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, .withTag({Fluid: {FluidName: "knightmetal", Amount: 65336000}}), null, +null, null, null, +null, .withTag({Fluid: {FluidName: "fierymetal", Amount: 65336000}}), null], + +[null, null, null, +null, null, null, +null, null, null]]); + +mods.extendedcrafting.TableCrafting.addShaped(.withTag(mapScrificialChest), +[[.withTag({Fluid: {FluidName: "platinum", Amount: 65336000}}), , , +null, null, null, +, , .withTag({Fluid: {FluidName: "lumium", Amount: 65336000}})], + +[, , , +null, null, null, +, , ], + +[, , , +null, null, null, +, , ], + +[null, , , +, , , +, , null], + +[null, , , +, , , +, , null], + +[null, , , +, , , +, , null], + +[null, , , +, , , +, , null], + +[null, , , +, , , +, , null], + +[null, null, , +, , , +, null, null]]); + +mods.extendedcrafting.TableCrafting.addShaped(.withTag(mapScrificialLegs), +[[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +null, null, null, +, , ], + +[, , , +null, null, null, +, , ], + +[, , , +null, .withTag({Fluid: {FluidName: "knightslime", Amount: 65336000}}), null, +, , ], + +[, , , +null, null, null, +, , ], + +[, , , +null, .withTag({Fluid: {FluidName: "chrome", Amount: 65336000}}), null, +, , ], + +[, , , +null, null, null, +, , ]]); + +mods.extendedcrafting.TableCrafting.addShaped(.withTag(mapScrificialBoots), +[[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, .withTag({Fluid: {FluidName: "moltenabyssalnite", Amount: 65336000}}), null, +null, null, null, +null, .withTag({Fluid: {FluidName: "moltendreadium", Amount: 65336000}}), null], + +[null, null, null, +null, null, null, +null, null, null]]); + +recipes.addShaped(*3, +[[, , ], +[, , ], +[, , ]]); + + +mods.bloodmagic.BloodAltar.addRecipe(, +, +5, +100000, +3000, +3000); \ No newline at end of file diff --git a/scripts/BotaniaGating.zs b/scripts/BotaniaGating.zs new file mode 100644 index 00000000..95a6e6cd --- /dev/null +++ b/scripts/BotaniaGating.zs @@ -0,0 +1,46 @@ +recipes.removeShaped(); + +recipes.removeShaped(); +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , ], +[null, , null], +[, , ]]); + +mods.botania.RuneAltar.removeRecipe(); + +mods.botania.RuneAltar.addRecipe(*3, +[, , , , ], 25); + +mods.botania.RuneAltar.removeRecipe(); + +mods.botania.RuneAltar.addRecipe(*3, +[, , , , ], 25); + +mods.botania.RuneAltar.removeRecipe(); + +mods.botania.RuneAltar.addRecipe(*3, +[, , , , ], 25); + +mods.botania.RuneAltar.removeRecipe(); + +mods.botania.RuneAltar.addRecipe(*3, +[, , , , ], 25); + +recipes.addShaped(, +[[null, , null], +[null, .reuse(), null], +[, , ]]); + +recipes.removeShaped(); + +recipes.addShaped(*12, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(*3, +[[null, , null], +[null, .reuse(), null], +[null, , null]]); diff --git a/scripts/BotaniaPowerful.zs b/scripts/BotaniaPowerful.zs new file mode 100644 index 00000000..0a64e010 --- /dev/null +++ b/scripts/BotaniaPowerful.zs @@ -0,0 +1,9 @@ +recipes.addShaped(, +[[, .withTag({RSControl: 0 as byte, Creative: 0 as byte, Fluid: {FluidName: "mana", Amount: 500000}, Level: 4 as byte, Lock: 0 as byte}), ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); diff --git a/scripts/BottlesEnchanting.zs b/scripts/BottlesEnchanting.zs new file mode 100644 index 00000000..f1c175e4 --- /dev/null +++ b/scripts/BottlesEnchanting.zs @@ -0,0 +1,4 @@ +recipes.addShaped(*8, +[[, , ], +[, .reuse(), ], +[, , ]]); \ No newline at end of file diff --git a/scripts/BuildcraftGating.zs b/scripts/BuildcraftGating.zs new file mode 100644 index 00000000..c8ae3228 --- /dev/null +++ b/scripts/BuildcraftGating.zs @@ -0,0 +1,33 @@ +recipes.removeShaped(); + +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, ]]); + +recipes.removeShaped(); + +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, ]]); + +recipes.remove(); + +mods.buildcraft.AssemblyTable.addRecipe("chipsetbetter1", *4, 10000, [, , ]); + +mods.buildcraft.AssemblyTable.addRecipe("chipsetbetter2", *4, 10000, [, , ]); + +mods.buildcraft.AssemblyTable.addRecipe("chipsetbetter3", *4, 10000, [, , ]); + +mods.buildcraft.AssemblyTable.addRecipe("chipsetbetter4", *4, 10000, [, , ]); + +mods.buildcraft.AssemblyTable.addRecipe("chipsetbetter5", *4, 10000, [, , ]); \ No newline at end of file diff --git a/scripts/BuildersWangGating.zs b/scripts/BuildersWangGating.zs new file mode 100644 index 00000000..95683a4c --- /dev/null +++ b/scripts/BuildersWangGating.zs @@ -0,0 +1,10 @@ +recipes.removeShaped(); +recipes.removeShaped(); +recipes.removeShaped(); +recipes.removeShaped(); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + diff --git a/scripts/Canister.zs b/scripts/Canister.zs new file mode 100644 index 00000000..46aaf885 --- /dev/null +++ b/scripts/Canister.zs @@ -0,0 +1,7 @@ +recipes.removeShaped(); + + +recipes.addShaped(, +[[, null, ], +[null, , null], +[, null, ]]); \ No newline at end of file diff --git a/scripts/Chaos.zs b/scripts/Chaos.zs new file mode 100644 index 00000000..f44728f5 --- /dev/null +++ b/scripts/Chaos.zs @@ -0,0 +1,16 @@ +import mods.modularmachinery.RecipeBuilder; + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(.withTag({wootMobNameKey: "draconicevolution:chaosguardian", wootMobDeaths: 1, wootMobDisplayName: "Chaos Guardian", wootMobNameTag: ""}), +[[, , ], +[, , ], +[, , ]]); + +val drac = RecipeBuilder.newBuilder("chaotic","chaotic_condenser",400); +drac.addEnergyPerTickInput(400000); +drac.addItemOutput(*3); +drac.build(); diff --git a/scripts/ChickenAutomation.txt b/scripts/ChickenAutomation.txt new file mode 100644 index 00000000..77766bcb --- /dev/null +++ b/scripts/ChickenAutomation.txt @@ -0,0 +1,328 @@ +mods.thermalexpansion.Insolator.addRecipe(, + .withTag({ChickenType: {id: "contenttweaker:polonium_chicken"}}), + , + 25000, + .withTag({ChickenType: {id: "contenttweaker:polonium_chicken"}}), + 101); + +mods.thermalexpansion.Insolator.addRecipe(, + .withTag({ChickenType: {id: "contenttweaker:brightsteel_chicken"}}), + , + 25000, + .withTag({ChickenType: {id: "contenttweaker:brightsteel_chicken"}}), + 101); + + mods.thermalexpansion.Insolator.addRecipe(, + .withTag({ChickenType: {id: "contenttweaker:ogerite_chicken"}}), + , + 25000, + .withTag({ChickenType: {id: "contenttweaker:ogerite_chicken"}}), + 101); + + mods.thermalexpansion.Insolator.addRecipe(, + .withTag({ChickenType: {id: "contenttweaker:mithrillium_chicken"}}), + , + 25000, + .withTag({ChickenType: {id: "contenttweaker:mithrillium_chicken"}}), + 101); + +mods.thermalexpansion.Insolator.addRecipe(, +.withTag({ChickenType: {id: "contenttweaker:palladium_chicken"}}), +, +25000, +.withTag({ChickenType: {id: "contenttweaker:palladium_chicken"}}), +101); + +mods.thermalexpansion.Insolator.addRecipe(, +.withTag({ChickenType: {id: "contenttweaker:jade_chicken"}}), +, +25000, +.withTag({ChickenType: {id: "contenttweaker:jade_chicken"}}), +101); + +mods.thermalexpansion.Insolator.addRecipe(, +.withTag({ChickenType: {id: "contenttweaker:cold_iron_chicken"}}), +, +25000, +.withTag({ChickenType: {id: "contenttweaker:cold_iron_chicken"}}), +101); + +mods.thermalexpansion.Insolator.addRecipe(, +.withTag({ChickenType: {id: "contenttweaker:bloodgem_chicken"}}), +, +25000, +.withTag({ChickenType: {id: "contenttweaker:bloodgem_chicken"}}), +101); + +mods.thermalexpansion.Insolator.addRecipe(, +.withTag({ChickenType: {id: "contenttweaker:legbone_fragment_chicken"}}), +, +25000, +.withTag({ChickenType: {id: "contenttweaker:legbone_fragment_chicken"}}), +101); + +mods.thermalexpansion.Insolator.addRecipe(, +.withTag({ChickenType: {id: "contenttweaker:green_gemstone_chicken"}}), +, +25000, +.withTag({ChickenType: {id: "contenttweaker:green_gemstone_chicken"}}), +101); + +mods.thermalexpansion.Insolator.addRecipe(, +.withTag({ChickenType: {id: "contenttweaker:limonite_chicken"}}), +, +25000, +.withTag({ChickenType: {id: "contenttweaker:limonite_chicken"}}), +101); + +mods.thermalexpansion.Insolator.addRecipe(, +.withTag({ChickenType: {id: "contenttweaker:arlemite_chicken"}}), +, +25000, +.withTag({ChickenType: {id: "contenttweaker:arlemite_chicken"}}), +101); + +mods.thermalexpansion.Insolator.addRecipe(, +.withTag({ChickenType: {id: "contenttweaker:chalcedony_chicken"}}), +, +25000, +.withTag({ChickenType: {id: "contenttweaker:chalcedony_chicken"}}), +101); + +mods.thermalexpansion.Insolator.addRecipe(, +.withTag({ChickenType: {id: "contenttweaker:chaos_chicken"}}), +, +25000, +.withTag({ChickenType: {id: "contenttweaker:chaos_chicken"}}), +101); + +mods.thermalexpansion.Insolator.addRecipe(, +.withTag({ChickenType: {id: "contenttweaker:vityte_chicken"}}), +, +25000, +.withTag({ChickenType: {id: "contenttweaker:vityte_chicken"}}), +101); + +mods.thermalexpansion.Insolator.addRecipe(, +.withTag({ChickenType: {id: "contenttweaker:purple_gemstone_chicken"}}), +, +25000, +.withTag({ChickenType: {id: "contenttweaker:purple_gemstone_chicken"}}), +101); + +mods.thermalexpansion.Insolator.addRecipe(, +.withTag({ChickenType: {id: "contenttweaker:mystite_chicken"}}), +, +25000, +.withTag({ChickenType: {id: "contenttweaker:mystite_chicken"}}), +101); + +mods.thermalexpansion.Insolator.addRecipe(, +.withTag({ChickenType: {id: "contenttweaker:blazium_chicken"}}), +, +25000, +.withTag({ChickenType: {id: "contenttweaker:blazium_chicken"}}), +101); + +mods.thermalexpansion.Insolator.addRecipe(, +.withTag({ChickenType: {id: "contenttweaker:footbone_fragment_chicken"}}), +, +25000, +.withTag({ChickenType: {id: "contenttweaker:footbone_fragment_chicken"}}), +101); + +mods.thermalexpansion.Insolator.addRecipe(, +.withTag({ChickenType: {id: "contenttweaker:bloodstone_chicken"}}), +, +25000, +.withTag({ChickenType: {id: "contenttweaker:bloodstone_chicken"}}), +101); + +mods.thermalexpansion.Insolator.addRecipe(, +.withTag({ChickenType: {id: "contenttweaker:realmite_chicken"}}), +, +25000, +.withTag({ChickenType: {id: "contenttweaker:realmite_chicken"}}), +101); + +mods.thermalexpansion.Insolator.addRecipe(, +.withTag({ChickenType: {id: "contenttweaker:amber_chicken"}}), +, +25000, +.withTag({ChickenType: {id: "contenttweaker:amber_chicken"}}), +101); + +mods.thermalexpansion.Insolator.addRecipe(, +.withTag({ChickenType: {id: "contenttweaker:skullbone_fragment_chicken"}}), +, +25000, +.withTag({ChickenType: {id: "contenttweaker:skullbone_fragment_chicken"}}), +101); + +mods.thermalexpansion.Insolator.addRecipe(, +.withTag({ChickenType: {id: "contenttweaker:amethyst_chicken"}}), +, +25000, +.withTag({ChickenType: {id: "contenttweaker:amethyst_chicken"}}), +101); + +mods.thermalexpansion.Insolator.addRecipe(, +.withTag({ChickenType: {id: "contenttweaker:blue_gemstone_chicken"}}), +, +25000, +.withTag({ChickenType: {id: "contenttweaker:blue_gemstone_chicken"}}), +101); + +mods.thermalexpansion.Insolator.addRecipe(, +.withTag({ChickenType: {id: "contenttweaker:rupee_chicken"}}), +, +25000, +.withTag({ChickenType: {id: "contenttweaker:rupee_chicken"}}), +101); + +mods.thermalexpansion.Insolator.addRecipe(, +.withTag({ChickenType: {id: "contenttweaker:yellow_gemstone_chicken"}}), +, +25000, +.withTag({ChickenType: {id: "contenttweaker:yellow_gemstone_chicken"}}), +101); + +mods.thermalexpansion.Insolator.addRecipe(, +.withTag({ChickenType: {id: "contenttweaker:runium_chicken"}}), +, +25000, +.withTag({ChickenType: {id: "contenttweaker:runium_chicken"}}), +101); + +mods.thermalexpansion.Insolator.addRecipe(, +.withTag({ChickenType: {id: "contenttweaker:charged_runium_chicken"}}), +, +25000, +.withTag({ChickenType: {id: "contenttweaker:charged_runium_chicken"}}), +101); + +mods.thermalexpansion.Insolator.addRecipe(, +.withTag({ChickenType: {id: "contenttweaker:netherite_chicken"}}), +, +25000, +.withTag({ChickenType: {id: "contenttweaker:netherite_chicken"}}), +101); + +mods.thermalexpansion.Insolator.addRecipe(, +.withTag({ChickenType: {id: "contenttweaker:sapphire_chicken"}}), +, +25000, +.withTag({ChickenType: {id: "contenttweaker:sapphire_chicken"}}), +101); + +mods.thermalexpansion.Insolator.addRecipe(, +.withTag({ChickenType: {id: "contenttweaker:candyte_chicken"}}), +, +25000, +.withTag({ChickenType: {id: "contenttweaker:candyte_chicken"}}), +101); + +mods.thermalexpansion.Insolator.addRecipe(, +.withTag({ChickenType: {id: "contenttweaker:lyon_chicken"}}), +, +25000, +.withTag({ChickenType: {id: "contenttweaker:lyon_chicken"}}), +101); + +mods.thermalexpansion.Insolator.addRecipe(, +.withTag({ChickenType: {id: "contenttweaker:rhenium_chicken"}}), +, +25000, +.withTag({ChickenType: {id: "contenttweaker:rhenium_chicken"}}), +101); + +mods.thermalexpansion.Insolator.addRecipe(, +.withTag({ChickenType: {id: "contenttweaker:varsium_chicken"}}), +, +25000, +.withTag({ChickenType: {id: "contenttweaker:varsium_chicken"}}), +101); + +mods.thermalexpansion.Insolator.addRecipe(, +.withTag({ChickenType: {id: "contenttweaker:rosite_chicken"}}), +, +25000, +.withTag({ChickenType: {id: "contenttweaker:rosite_chicken"}}), +101); + +mods.thermalexpansion.Insolator.addRecipe(, +.withTag({ChickenType: {id: "contenttweaker:gemenyte_chicken"}}), +, +25000, +.withTag({ChickenType: {id: "contenttweaker:gemenyte_chicken"}}), +101); + +mods.thermalexpansion.Insolator.addRecipe(, +.withTag({ChickenType: {id: "contenttweaker:crystallite_chicken"}}), +, +25000, +.withTag({ChickenType: {id: "contenttweaker:crystallite_chicken"}}), +101); + +mods.thermalexpansion.Insolator.addRecipe(, +.withTag({ChickenType: {id: "contenttweaker:lunastone_chicken"}}), +, +25000, +.withTag({ChickenType: {id: "contenttweaker:lunastone_chicken"}}), +101); + +mods.thermalexpansion.Insolator.addRecipe(, +.withTag({ChickenType: {id: "contenttweaker:baronyte_chicken"}}), +, +25000, +.withTag({ChickenType: {id: "contenttweaker:baronyte_chicken"}}), +101); + +mods.thermalexpansion.Insolator.addRecipe(, +.withTag({ChickenType: {id: "contenttweaker:jewelyte_chicken"}}), +, +25000, +.withTag({ChickenType: {id: "contenttweaker:jewelyte_chicken"}}), +101); + +mods.thermalexpansion.Insolator.addRecipe(, +.withTag({ChickenType: {id: "contenttweaker:unidentified_chicken"}}), +, +25000, +.withTag({ChickenType: {id: "contenttweaker:unidentified_chicken"}}), +101); + +mods.thermalexpansion.Insolator.addRecipe(, +.withTag({ChickenType: {id: "contenttweaker:white_gemstone_chicken"}}), +, +25000, +.withTag({ChickenType: {id: "contenttweaker:white_gemstone_chicken"}}), +101); + +mods.thermalexpansion.Insolator.addRecipe(, +.withTag({ChickenType: {id: "contenttweaker:chestbone_fragment_chicken"}}), +, +25000, +.withTag({ChickenType: {id: "contenttweaker:chestbone_fragment_chicken"}}), +101); + +mods.thermalexpansion.Insolator.addRecipe(, +.withTag({ChickenType: {id: "contenttweaker:red_gemstone_chicken"}}), +, +25000, +.withTag({ChickenType: {id: "contenttweaker:red_gemstone_chicken"}}), +101); + +mods.thermalexpansion.Insolator.addRecipe(, +.withTag({ChickenType: {id: "contenttweaker:emberstone_chicken"}}), +, +25000, +.withTag({ChickenType: {id: "contenttweaker:emberstone_chicken"}}), +101); + +mods.thermalexpansion.Insolator.addRecipe(, +.withTag({ChickenType: {id: "contenttweaker:fluctuatite_chicken"}}), +, +25000, +.withTag({ChickenType: {id: "contenttweaker:fluctuatite_chicken"}}), +101); \ No newline at end of file diff --git a/scripts/ChickenOres.zs b/scripts/ChickenOres.zs new file mode 100644 index 00000000..7cc3688e --- /dev/null +++ b/scripts/ChickenOres.zs @@ -0,0 +1,243 @@ +import mods.modularmachinery.RecipeBuilder; + +mods.techreborn.extractor.addRecipe(*2, , 100, 128); + +mods.techreborn.extractor.addRecipe(*2, , 100, 128); + +mods.techreborn.extractor.addRecipe(*2, , 100, 128); + +mods.techreborn.extractor.addRecipe(*2, , 100, 128); + +mods.techreborn.extractor.addRecipe(*2, , 100, 128); + +mods.techreborn.extractor.addRecipe(*2, , 100, 128); + +mods.techreborn.extractor.addRecipe(*2, , 100, 128); + +mods.techreborn.extractor.addRecipe(*2, , 100, 128); + +mods.techreborn.extractor.addRecipe(*2, , 100, 128); + +mods.techreborn.extractor.addRecipe(*2, , 100, 128); + +mods.techreborn.extractor.addRecipe(*2, , 100, 128); + +mods.techreborn.extractor.addRecipe(*2, , 100, 128); + +mods.techreborn.extractor.addRecipe(*2, , 100, 128); + +recipes.addShapeless(,[, ]); + +recipes.addShapeless(,[, ]); + +mods.techreborn.chemicalReactor.addRecipe(*2, , , 80, 256); + +mods.techreborn.chemicalReactor.addRecipe(*2, , , 80, 256); + +mods.techreborn.chemicalReactor.addRecipe(*2, , , 80, 256); + +mods.techreborn.chemicalReactor.addRecipe(*2, , , 80, 256); + +mods.techreborn.chemicalReactor.addRecipe(*2, , , 80, 256); + +mods.techreborn.chemicalReactor.addRecipe(*2, , , 80, 256); + +mods.techreborn.chemicalReactor.addRecipe(*2, , , 80, 256); + +mods.techreborn.chemicalReactor.addRecipe(*2, , , 80, 256); + +mods.techreborn.chemicalReactor.addRecipe(*2, , , 80, 256); + +mods.techreborn.chemicalReactor.addRecipe(*2, , , 80, 256); + +mods.techreborn.chemicalReactor.addRecipe(*2, , , 80, 256); + +mods.techreborn.chemicalReactor.addRecipe(*2, , , 80, 256); + +mods.techreborn.chemicalReactor.addRecipe(*2, , , 80, 256); + +mods.techreborn.chemicalReactor.addRecipe(*2, , , 80, 256); + +mods.techreborn.chemicalReactor.addRecipe(*2, , , 80, 256); + +mods.techreborn.chemicalReactor.addRecipe(*2, , , 80, 256); + +mods.techreborn.chemicalReactor.addRecipe(*2, , , 80, 256); + +mods.techreborn.chemicalReactor.addRecipe(*2, , , 80, 256); + +mods.techreborn.chemicalReactor.addRecipe(*2, , , 80, 256); + +mods.techreborn.chemicalReactor.addRecipe(*2, , , 80, 256); + +mods.techreborn.chemicalReactor.addRecipe(*2, , , 80, 256); + +mods.techreborn.chemicalReactor.addRecipe(*2, , , 80, 256); + +mods.techreborn.chemicalReactor.addRecipe(*2, , , 80, 256); + +mods.techreborn.chemicalReactor.addRecipe(*2, , , 80, 256); + +mods.techreborn.chemicalReactor.addRecipe(*2, , , 80, 256); + +mods.techreborn.chemicalReactor.addRecipe(*2, , , 80, 256); + +mods.nuclearcraft.infuser.addRecipe([, *100, , 1.8, 1.8, 1.8]); + +mods.techreborn.chemicalReactor.addRecipe(*2, , , 80, 256); + +mods.techreborn.chemicalReactor.addRecipe(*2, , , 80, 256); +mods.techreborn.chemicalReactor.addRecipe(*2, , , 80, 256); + +mods.techreborn.chemicalReactor.addRecipe(*2, , , 80, 256); + +val creationunidentified = RecipeBuilder.newBuilder("creationunidentified","creation_altar",80); +creationunidentified.addEnergyPerTickInput(400000); +creationunidentified.addFluidInput(*50); +creationunidentified.addFluidInput(*50); +creationunidentified.addFluidInput(*50); +creationunidentified.addFluidInput(*50); +creationunidentified.addFluidInput(*50); +creationunidentified.addFluidInput(*50); +creationunidentified.addItemInput(); +creationunidentified.addItemOutput(*4); +creationunidentified.build(); + +mods.nuclearcraft.dissolver.addRecipe([, *144, *1440]); + +mods.nuclearcraft.dissolver.addRecipe([, *144, *288]); + +mods.nuclearcraft.dissolver.addRecipe([, *144, *288]); + +mods.nuclearcraft.dissolver.addRecipe([, *144, *288]); + +mods.nuclearcraft.dissolver.addRecipe([, *144, *288]); + +mods.nuclearcraft.infuser.addRecipe([, *144, *2]); + +mods.thermalexpansion.InductionSmelter.addRecipe(, , , 5000); + +mods.techreborn.chemicalReactor.addRecipe(*2, , , 80, 256); + + + + + +mods.thermalexpansion.Pulverizer.addRecipe(*4, +, 1234); + +mods.nuclearcraft.manufactory.addRecipe([, *4]); + +recipes.addShapeless(*4, [, , ]); + +recipes.addShapeless(*4, [, , ]); + +recipes.addShapeless(*4, [, , ]); + +recipes.addShapeless(*4, [, , ]); + +recipes.addShapeless(*4, [, , ]); + +recipes.addShapeless(*4, [, , ]); + +recipes.addShapeless(*4, [, , ]); + +recipes.addShapeless(*4, [, , ]); + +recipes.addShapeless(*4, [, , ]); + +recipes.addShapeless(*4, [, , ]); + +recipes.addShapeless(*4, [, , ]); + +recipes.addShapeless(*4, [, , ]); + +recipes.addShapeless(*4, [, , ]); + +recipes.addShapeless(*4, [, , ]); + +recipes.addShapeless(*4, [, , ]); + +recipes.addShapeless(*4, [, , ]); + +recipes.addShapeless(*4, [, , ]); + +recipes.addShapeless(*4, [, , ]); + +recipes.addShapeless(*4, [, , ]); + +recipes.addShapeless(*4, [, , ]); + +recipes.addShapeless(*4, [, , ]); + + + +mods.techreborn.chemicalReactor.addRecipe(*3, , , 80, 256); + +mods.techreborn.chemicalReactor.addRecipe(*3, , , 80, 256); + +mods.techreborn.chemicalReactor.addRecipe(*3, , , 80, 256); + +mods.techreborn.chemicalReactor.addRecipe(*3, , , 80, 256); + +mods.techreborn.chemicalReactor.addRecipe(*3, , , 80, 256); + +mods.techreborn.chemicalReactor.addRecipe(*3, , , 80, 256); + +mods.techreborn.chemicalReactor.addRecipe(*3, , , 80, 256); + +mods.techreborn.chemicalReactor.addRecipe(*3, , , 80, 256); + +mods.techreborn.chemicalReactor.addRecipe(*3, , , 80, 256); + +mods.techreborn.chemicalReactor.addRecipe(*3, , , 80, 256); + +mods.techreborn.chemicalReactor.addRecipe(*3, , , 80, 256); + +mods.techreborn.chemicalReactor.addRecipe(*3, , , 80, 256); + +mods.techreborn.chemicalReactor.addRecipe(*3, , , 80, 256); + +mods.techreborn.chemicalReactor.addRecipe(*3, , , 80, 256); + +mods.techreborn.chemicalReactor.addRecipe(*3, , , 80, 256); + +mods.techreborn.chemicalReactor.addRecipe(*3, , , 80, 256); + +mods.techreborn.chemicalReactor.addRecipe(*3, , , 80, 256); + +mods.techreborn.chemicalReactor.addRecipe(*3, , , 80, 256); + +mods.techreborn.chemicalReactor.addRecipe(*3, , , 80, 256); + +mods.techreborn.chemicalReactor.addRecipe(*3, , , 80, 256); + +mods.techreborn.chemicalReactor.addRecipe(*3, , , 80, 256); + +mods.techreborn.chemicalReactor.addRecipe(*3, , , 80, 256); + +mods.techreborn.chemicalReactor.addRecipe(*3, , , 80, 256); + +mods.techreborn.chemicalReactor.addRecipe(*3, , , 80, 256); + +mods.techreborn.chemicalReactor.addRecipe(*3, , , 80, 256); + +mods.techreborn.chemicalReactor.addRecipe(*3, , , 80, 256); + +mods.techreborn.chemicalReactor.addRecipe(*3, , , 80, 256); + +mods.techreborn.chemicalReactor.addRecipe(*3, , , 80, 256); + +mods.techreborn.chemicalReactor.addRecipe(*3, , , 80, 256); + +mods.techreborn.chemicalReactor.addRecipe(*3, , , 80, 256); + +mods.nuclearcraft.dissolver.addRecipe([, *144, *432]); + +mods.nuclearcraft.dissolver.addRecipe([, *144, *432]); + +mods.nuclearcraft.dissolver.addRecipe([, *144, *432]); + +mods.nuclearcraft.dissolver.addRecipe([, *144, *432]); + +mods.nuclearcraft.infuser.addRecipe([, *144, *2]); diff --git a/scripts/ChickenRecipes.zs b/scripts/ChickenRecipes.zs new file mode 100644 index 00000000..9a8452b9 --- /dev/null +++ b/scripts/ChickenRecipes.zs @@ -0,0 +1,124 @@ +mods.astralsorcery.StarlightInfusion.addInfusion(, , false, 0.8, 400); + +mods.techreborn.rollingMachine.addShaped(.withTag({ChickenType: {id: "contenttweaker:realmite_chicken"}}), +[[,,], +[,,], +[,,]]); + +mods.techreborn.rollingMachine.addShaped(.withTag({ChickenType: {id: "contenttweaker:arlemite_chicken"}}), +[[,,], +[,,], +[,,]]); + +mods.techreborn.rollingMachine.addShaped(.withTag({ChickenType: {id: "contenttweaker:rupee_chicken"}}), +[[,,], +[,,], +[,,]]); + +mods.techreborn.rollingMachine.addShaped(.withTag({ChickenType: {id: "contenttweaker:bloodgem_chicken"}}), +[[,,], +[,,], +[,,]]); + +mods.techreborn.rollingMachine.addShaped(.withTag({ChickenType: {id: "contenttweaker:netherite_chicken"}}), +[[,,], +[,,], +[,,]]); + +mods.techreborn.rollingMachine.addShaped(.withTag({ChickenType: {id: "contenttweaker:amethyst_chicken"}}), +[[,,], +[,,], +[,,]]); + +mods.techreborn.rollingMachine.addShaped(.withTag({ChickenType: {id: "contenttweaker:emberstone_chicken"}}), +[[,,], +[,,], +[,,]]); + +mods.techreborn.rollingMachine.addShaped(.withTag({ChickenType: {id: "contenttweaker:jade_chicken"}}), +[[,,], +[,,], +[,,]]); + +mods.techreborn.rollingMachine.addShaped(.withTag({ChickenType: {id: "contenttweaker:limonite_chicken"}}), +[[,,], +[,,], +[,,]]); + +mods.techreborn.rollingMachine.addShaped(.withTag({ChickenType: {id: "contenttweaker:rosite_chicken"}}), +[[,,], +[,,], +[,,]]); + +mods.techreborn.rollingMachine.addShaped(.withTag({ChickenType: {id: "contenttweaker:runium_chicken"}}), +[[,,], +[,,], +[,,]]); + +mods.techreborn.rollingMachine.addShaped(.withTag({ChickenType: {id: "contenttweaker:sapphire_chicken"}}), +[[,,], +[,,], +[,,]]); + +mods.thaumcraft.Infusion.registerRecipe("mithrilliumegginf", "", +.withTag({ChickenType: {id: "contenttweaker:mithrillium_chicken"}}), 20, +[*30, *100,*20,*10,*10], +, +[, ,,,,,,]); + +mods.thaumcraft.Infusion.registerRecipe("glitchegginf", "", +.withTag({ChickenType: {id: "contenttweaker:glitch_chicken"}}), 20, +[*30, *100,*20,*10,*10], +, +[, ,,,,,,]); + +mods.thaumcraft.Infusion.registerRecipe("amberchickegginf", "", +.withTag({ChickenType: {id: "contenttweaker:amber_chicken"}}), 20, +[*40], +, +[, ,,,,,,]); + +mods.techreborn.rollingMachine.addShaped(.withTag({ChickenType: {id: "chickens:pshardchicken"}}), +[[,,], +[,,], +[,,]]); + +mods.techreborn.rollingMachine.addShaped(.withTag({ChickenType: {id: "chickens:stringchicken"}}), +[[,,], +[,,], +[,,]]); + +mods.techreborn.rollingMachine.addShaped(.withTag({ChickenType: {id: "chickens:emeraldchicken"}}), +[[,,], +[,,], +[,,]]); + +mods.techreborn.rollingMachine.addShaped(.withTag({ChickenType: {id: "chickens:glasschicken"}}), +[[,,], +[,,], +[,,]]); + +mods.techreborn.rollingMachine.addShaped(.withTag({ChickenType: {id: "chickens:waterchicken"}}), +[[,,], +[,,], +[,,]]); + +mods.techreborn.rollingMachine.addShaped(.withTag({ChickenType: {id: "chickens:slimechicken"}}), +[[,,], +[,,], +[,,]]); + +mods.techreborn.rollingMachine.addShaped(.withTag({ChickenType: {id: "chickens:pcrystalchicken"}}), +[[,,], +[,,], +[,,]]); + +mods.techreborn.rollingMachine.addShaped(.withTag({ChickenType: {id: "chickens:gunpowderchicken"}}), +[[,,], +[,,], +[,,]]); + +mods.techreborn.rollingMachine.addShaped(.withTag({ChickenType: {id: "chickens:lavachicken"}}), +[[,,], +[,,], +[,,]]); \ No newline at end of file diff --git a/scripts/ChiselBlueprint.zs b/scripts/ChiselBlueprint.zs new file mode 100644 index 00000000..60e7f11b --- /dev/null +++ b/scripts/ChiselBlueprint.zs @@ -0,0 +1,161 @@ +recipes.addShaped(.withTag({dynamicmachine: "modularmachinery:iron_centrifuge"}), +[[,,], +[,,], +[,,]]); + +mods.chisel.Carving.addGroup("modularblueprint"); + +mods.chisel.Carving.addVariation("modularblueprint", .withTag({dynamicmachine: "modularmachinery:iron_centrifuge"})); + +mods.chisel.Carving.addVariation("modularblueprint", .withTag({dynamicmachine: "modularmachinery:arcane_autoworkbench"})); + +mods.chisel.Carving.addVariation("modularblueprint", .withTag({dynamicmachine: "modularmachinery:lp_harvester"})); + +mods.chisel.Carving.addVariation("modularblueprint", .withTag({dynamicmachine: "modularmachinery:dragonfire_forge"})); + +mods.chisel.Carving.addVariation("modularblueprint", .withTag({dynamicmachine: "modularmachinery:dimensional_stabilizer"})); + +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:gaia_altar"})); + +mods.chisel.Carving.addVariation("modularblueprint", .withTag({dynamicmachine: "modularmachinery:sentient_coagulator"})); + +mods.chisel.Carving.addVariation("modularblueprint", .withTag({dynamicmachine: "modularmachinery:illuminated_enchanter"})); + +mods.chisel.Carving.addVariation("modularblueprint", .withTag({dynamicmachine: "modularmachinery:cold_iron_forge"})); + +mods.chisel.Carving.addVariation("modularblueprint", .withTag({dynamicmachine: "modularmachinery:valonite_gateway"})); + +mods.chisel.Carving.addVariation("modularblueprint", .withTag({dynamicmachine: "modularmachinery:dreading_crucible"})); + +mods.chisel.Carving.addVariation("modularblueprint", .withTag({dynamicmachine: "modularmachinery:bloodmaster_crucible"})); + +mods.chisel.Carving.addVariation("modularblueprint", .withTag({dynamicmachine: "modularmachinery:blood_reprocessor"})); + +mods.chisel.Carving.addVariation("modularblueprint", .withTag({dynamicmachine: "modularmachinery:empowered_monolith"})); + +mods.chisel.Carving.addVariation("modularblueprint", .withTag({dynamicmachine: "modularmachinery:arcane_autoinfuser"})); + +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"})); + +mods.chisel.Carving.addVariation("modularblueprint", .withTag({dynamicmachine: "modularmachinery:ender_stone_crucible"})); + +mods.chisel.Carving.addVariation("modularblueprint", .withTag({dynamicmachine: "modularmachinery:essentia_crystallizer"})); + +mods.chisel.Carving.addVariation("modularblueprint", .withTag({dynamicmachine: "modularmachinery:auto_astral_altar"})); + +mods.chisel.Carving.addVariation("modularblueprint", .withTag({dynamicmachine: "modularmachinery:plasmatic_controller"})); + +mods.chisel.Carving.addVariation("modularblueprint", .withTag({dynamicmachine: "modularmachinery:dragonfire_crucible"})); + +mods.chisel.Carving.addVariation("modularblueprint", .withTag({dynamicmachine: "modularmachinery:mythical_resource_crucible"})); + +mods.chisel.Carving.addVariation("modularblueprint", .withTag({dynamicmachine: "modularmachinery:sterilized_altar"})); + +mods.chisel.Carving.addVariation("modularblueprint", .withTag({dynamicmachine: "modularmachinery:botanic_condenser"})); + +mods.chisel.Carving.addVariation("modularblueprint", .withTag({dynamicmachine: "modularmachinery:pe_sterilizer"})); + +mods.chisel.Carving.addVariation("modularblueprint", .withTag({dynamicmachine: "modularmachinery:infusinator"})); + +mods.chisel.Carving.addVariation("modularblueprint", .withTag({dynamicmachine: "modularmachinery:wizardry_combiner"})); + +mods.chisel.Carving.addVariation("modularblueprint", .withTag({dynamicmachine: "modularmachinery:carminite_empowerer"})); + +mods.chisel.Carving.addVariation("modularblueprint", .withTag({dynamicmachine: "modularmachinery:gravitite_enchanter"})); + +mods.chisel.Carving.addVariation("modularblueprint", .withTag({dynamicmachine: "modularmachinery:spatial_crucible"})); + +mods.chisel.Carving.addVariation("modularblueprint", .withTag({dynamicmachine: "modularmachinery:thaumic_replicator"})); + +mods.chisel.Carving.addVariation("modularblueprint", .withTag({dynamicmachine: "modularmachinery:gravitational_collapser"})); + +mods.chisel.Carving.addVariation("modularblueprint", .withTag({dynamicmachine: "modularmachinery:corrupted_library"})); + +mods.chisel.Carving.addVariation("modularblueprint", .withTag({dynamicmachine: "modularmachinery:mechanized_coop"})); + +mods.chisel.Carving.addVariation("modularblueprint", .withTag({dynamicmachine: "modularmachinery:lilith_altar"})); + +mods.chisel.Carving.addVariation("modularblueprint", .withTag({dynamicmachine: "modularmachinery:moloch_altar"})); + +mods.chisel.Carving.addVariation("modularblueprint", .withTag({dynamicmachine: "modularmachinery:essentias_solidifier"})); + +mods.chisel.Carving.addVariation("modularblueprint", .withTag({dynamicmachine: "modularmachinery:shadow_fracturer"})); + +mods.chisel.Carving.addVariation("modularblueprint", .withTag({dynamicmachine: "modularmachinery:baphomet_altar"})); + +mods.chisel.Carving.addVariation("modularblueprint", .withTag({dynamicmachine: "modularmachinery:token_totem"})); + +mods.chisel.Carving.addVariation("modularblueprint", .withTag({dynamicmachine: "modularmachinery:compression_turbine"})); + + +recipes.addShaped(.withTag({dynamicmachine: "modularmachinery:neutronium_cannon"}), +[[null,null,null], +[,,], +[null,null,null]]); + +mods.chisel.Carving.addVariation("quantumphysicsmultiblocks", .withTag({dynamicmachine: "modularmachinery:neutronium_cannon"})); +mods.chisel.Carving.addVariation("quantumphysicsmultiblocks", .withTag({dynamicmachine: "modularmachinery:neutronium_bombarder"})); +mods.chisel.Carving.addVariation("quantumphysicsmultiblocks", .withTag({dynamicmachine: "modularmachinery:particle_accelerator"})); +mods.chisel.Carving.addVariation("quantumphysicsmultiblocks", .withTag({dynamicmachine: "modularmachinery:high_impulse_accelerator"})); +mods.chisel.Carving.addVariation("quantumphysicsmultiblocks", .withTag({dynamicmachine: "modularmachinery:mythic_accelerator"})); +mods.chisel.Carving.addVariation("quantumphysicsmultiblocks", .withTag({dynamicmachine: "modularmachinery:mythic_excavation_computer_multiblock"})); + + +recipes.addShaped(.withTag({dynamicmachine: "modularmachinery:mythical_resource_miner_tier1"}), +[[,,], +[,,], +[,,]]); + + +mods.chisel.Carving.addGroup("mythicvoidminer"); +mods.chisel.Carving.addVariation("mythicvoidminer", .withTag({dynamicmachine: "modularmachinery:mythical_resource_miner_tier1"})); +mods.chisel.Carving.addVariation("mythicvoidminer", .withTag({dynamicmachine: "modularmachinery:mythical_resource_miner_tier2"})); +mods.chisel.Carving.addVariation("mythicvoidminer", .withTag({dynamicmachine: "modularmachinery:mythical_resource_miner_tier3"})); +mods.chisel.Carving.addVariation("mythicvoidminer", .withTag({dynamicmachine: "modularmachinery:mythical_resource_miner_tier4"})); +mods.chisel.Carving.addVariation("mythicvoidminer", .withTag({dynamicmachine: "modularmachinery:mythical_resource_miner_tier5"})); +mods.chisel.Carving.addVariation("mythicvoidminer", .withTag({dynamicmachine: "modularmachinery:mythical_resource_miner_tier6"})); +mods.chisel.Carving.addVariation("mythicvoidminer", .withTag({dynamicmachine: "modularmachinery:mythical_resource_miner_tier7"})); +mods.chisel.Carving.addVariation("mythicvoidminer", .withTag({dynamicmachine: "modularmachinery:mythical_resource_miner_tier8"})); +mods.chisel.Carving.addVariation("mythicvoidminer", .withTag({dynamicmachine: "modularmachinery:mythical_resource_miner_tier9"})); +mods.chisel.Carving.addVariation("mythicvoidminer", .withTag({dynamicmachine: "modularmachinery:mythical_resource_miner_tier10"})); +mods.chisel.Carving.addVariation("mythicvoidminer", .withTag({dynamicmachine: "modularmachinery:mythical_resource_miner_tier11"})); +mods.chisel.Carving.addVariation("mythicvoidminer", .withTag({dynamicmachine: "modularmachinery:mythical_resource_miner_tier12"})); +mods.chisel.Carving.addVariation("mythicvoidminer", .withTag({dynamicmachine: "modularmachinery:mythical_resource_miner_tier13"})); +mods.chisel.Carving.addVariation("mythicvoidminer", .withTag({dynamicmachine: "modularmachinery:mythical_resource_miner_tier14"})); +mods.chisel.Carving.addVariation("mythicvoidminer", .withTag({dynamicmachine: "modularmachinery:mythical_resource_miner_tier15"})); +mods.chisel.Carving.addVariation("mythicvoidminer", .withTag({dynamicmachine: "modularmachinery:mythical_resource_miner_tier16"})); +mods.chisel.Carving.addVariation("mythicvoidminer", .withTag({dynamicmachine: "modularmachinery:mythical_resource_miner_tier17"})); +mods.chisel.Carving.addVariation("mythicvoidminer", .withTag({dynamicmachine: "modularmachinery:mythical_resource_miner_tier18"})); +mods.chisel.Carving.addVariation("mythicvoidminer", .withTag({dynamicmachine: "modularmachinery:mythical_resource_miner_tier19"})); +mods.chisel.Carving.addVariation("mythicvoidminer", .withTag({dynamicmachine: "modularmachinery:mythical_resource_miner_tier20"})); +mods.chisel.Carving.addVariation("mythicvoidminer", .withTag({dynamicmachine: "modularmachinery:mythical_resource_miner_tier21"})); +mods.chisel.Carving.addVariation("mythicvoidminer", .withTag({dynamicmachine: "modularmachinery:mythical_resource_miner_tier22"})); +mods.chisel.Carving.addVariation("mythicvoidminer", .withTag({dynamicmachine: "modularmachinery:mythical_resource_miner_tier23"})); +mods.chisel.Carving.addVariation("mythicvoidminer", .withTag({dynamicmachine: "modularmachinery:mythical_resource_miner_tier24"})); +mods.chisel.Carving.addVariation("mythicvoidminer", .withTag({dynamicmachine: "modularmachinery:mythical_resource_miner_tier25"})); +mods.chisel.Carving.addVariation("mythicvoidminer", .withTag({dynamicmachine: "modularmachinery:mythical_resource_miner_tier26"})); +mods.chisel.Carving.addVariation("mythicvoidminer", .withTag({dynamicmachine: "modularmachinery:mythical_resource_miner_tier27"})); +mods.chisel.Carving.addVariation("mythicvoidminer", .withTag({dynamicmachine: "modularmachinery:mythical_resource_miner_tier28"})); +mods.chisel.Carving.addVariation("mythicvoidminer", .withTag({dynamicmachine: "modularmachinery:mythical_resource_miner_tier29"})); + + +recipes.addShaped(.withTag({dynamicmachine: "modularmachinery:dyson_sphere"}), +[[null,null,null], +[,,], +[null,null,null]]); + +mods.chisel.Carving.addGroup("dysonstuff"); + +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_discharger"})); +mods.chisel.Carving.addVariation("dysonstuff", .withTag({dynamicmachine: "modularmachinery:dyson_compressor"})); +mods.chisel.Carving.addVariation("dysonstuff", .withTag({dynamicmachine: "modularmachinery:herne_altar"})); \ No newline at end of file diff --git a/scripts/ChiselFix.zs b/scripts/ChiselFix.zs new file mode 100644 index 00000000..05f199c7 --- /dev/null +++ b/scripts/ChiselFix.zs @@ -0,0 +1,7 @@ +recipes.remove(); + +recipes.addShaped(*8, +[[, , ], +[, , ], +[, , ]]); + diff --git a/scripts/CompactMachinesGating.zs b/scripts/CompactMachinesGating.zs new file mode 100644 index 00000000..f7cd618c --- /dev/null +++ b/scripts/CompactMachinesGating.zs @@ -0,0 +1,35 @@ + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(*4, +[[, 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.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, null, , null, ], +[null, , null, , null], +[, null, , null, ], +[null, , null, , null], +[, null, , null, ]]); + +recipes.addShaped(*2, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(*2, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(*4, +[[, , ], +[, , ], +[, , ]]); diff --git a/scripts/CorailTombstoneKey.zs b/scripts/CorailTombstoneKey.zs new file mode 100644 index 00000000..c839848c --- /dev/null +++ b/scripts/CorailTombstoneKey.zs @@ -0,0 +1,2 @@ +recipes.remove(); + diff --git a/scripts/CropGating.zs b/scripts/CropGating.zs new file mode 100644 index 00000000..60559206 --- /dev/null +++ b/scripts/CropGating.zs @@ -0,0 +1,7 @@ +recipes.removeShaped(); + +recipes.addShaped(, +[[, , null], +[, , null], +[null, null, null]]); + diff --git a/scripts/CustomBlocks.zs b/scripts/CustomBlocks.zs new file mode 100644 index 00000000..15ede403 --- /dev/null +++ b/scripts/CustomBlocks.zs @@ -0,0 +1,1029 @@ +#loader contenttweaker + +import mods.contenttweaker.Color; +import mods.contenttweaker.VanillaFactory; + +var dimcry = VanillaFactory.createBlock("nethersky_amber", ); +dimcry.setBlockHardness(0.5); +dimcry.setBlockResistance(2.5); +dimcry.setToolClass("pickaxe"); +dimcry.setToolLevel(3); +dimcry.register(); + +var mithcat = VanillaFactory.createBlock("mithrillium_catalyst", ); +mithcat.setBlockHardness(0.5); +mithcat.setBlockResistance(2.5); +mithcat.setToolClass("pickaxe"); +mithcat.setToolLevel(3); +mithcat.register(); + +var criqua = VanillaFactory.createBlock("crimson_quartz", ); +criqua.setBlockHardness(0.5); +criqua.setBlockResistance(2.5); +criqua.setToolClass("pickaxe"); +criqua.setToolLevel(3); +criqua.register(); + +var sacwood = VanillaFactory.createBlock("sacred_wood", ); +sacwood.setBlockHardness(0.5); +sacwood.setBlockResistance(2.5); +sacwood.setToolClass("pickaxe"); +sacwood.setToolLevel(3); +sacwood.register(); + +var plaswood = VanillaFactory.createBlock("plasma_wood", ); +plaswood.setBlockHardness(0.5); +plaswood.setBlockResistance(2.5); +plaswood.setToolClass("pickaxe"); +plaswood.setToolLevel(3); +plaswood.register(); + +var ayeracostone = VanillaFactory.createBlock("ayeraco_stone", ); +ayeracostone.setBlockHardness(0.5); +ayeracostone.setBlockResistance(2.5); +ayeracostone.setToolClass("pickaxe"); +ayeracostone.setToolLevel(3); +ayeracostone.register(); + +var precasiacap = VanillaFactory.createBlock("precasian_cap", ); +precasiacap.setBlockHardness(0.5); +precasiacap.setBlockResistance(2.5); +precasiacap.setToolClass("pickaxe"); +precasiacap.setToolLevel(3); +precasiacap.register(); + +var darksoulcase = VanillaFactory.createBlock("dark_soul_machine_chassis", ); +darksoulcase.setBlockHardness(3.5); +darksoulcase.setBlockResistance(3.5); +darksoulcase.setToolClass("pickaxe"); +darksoulcase.setToolLevel(3); +darksoulcase.register(); + +var abysscap = VanillaFactory.createBlock("abyssal_cap", ); +abysscap.setBlockHardness(0.5); +abysscap.setBlockResistance(2.5); +abysscap.setToolClass("pickaxe"); +abysscap.setToolLevel(3); +abysscap.register(); + +var lelyetiacap = VanillaFactory.createBlock("lelyetian_cap", ); +lelyetiacap.setBlockHardness(0.5); +lelyetiacap.setBlockResistance(2.5); +lelyetiacap.setToolClass("pickaxe"); +lelyetiacap.setToolLevel(3); +lelyetiacap.register(); + +var deeplandcap = VanillaFactory.createBlock("deepland_cap", ); +deeplandcap.setBlockHardness(0.5); +deeplandcap.setBlockResistance(2.5); +deeplandcap.setToolClass("pickaxe"); +deeplandcap.setToolLevel(3); +deeplandcap.register(); + +var creeponiacap = VanillaFactory.createBlock("creeponian_cap", ); +creeponiacap.setBlockHardness(0.5); +creeponiacap.setBlockResistance(2.5); +creeponiacap.setToolClass("pickaxe"); +creeponiacap.setToolLevel(3); +creeponiacap.register(); + +var barathoscap = VanillaFactory.createBlock("barathos_cap", ); +barathoscap.setBlockHardness(0.5); +barathoscap.setBlockResistance(2.5); +barathoscap.setToolClass("pickaxe"); +barathoscap.setToolLevel(3); +barathoscap.register(); + +var tartmonolith = VanillaFactory.createBlock("tartarite_monolith", ); +tartmonolith.setBlockHardness(0.5); +tartmonolith.setBlockResistance(2.5); +tartmonolith.setToolClass("pickaxe"); +tartmonolith.setToolLevel(3); +tartmonolith.register(); + +var celeveblock = VanillaFactory.createBlock("celian_block", ); +celeveblock.setBlockHardness(0.5); +celeveblock.setBlockResistance(2.5); +celeveblock.setToolClass("pickaxe"); +celeveblock.setToolLevel(3); +celeveblock.register(); + +var crysteviablock = VanillaFactory.createBlock("crystevian_crystal", ); +crysteviablock.setBlockHardness(0.5); +crysteviablock.setBlockResistance(2.5); +crysteviablock.setToolClass("pickaxe"); +crysteviablock.setToolLevel(3); +crysteviablock.register(); + +var gardenciablock = VanillaFactory.createBlock("garden_block", ); +gardenciablock.setBlockHardness(0.5); +gardenciablock.setBlockResistance(2.5); +gardenciablock.setToolClass("pickaxe"); +gardenciablock.setToolLevel(3); +gardenciablock.register(); + +var havenblock = VanillaFactory.createBlock("haven_block", ); +havenblock.setBlockHardness(0.5); +havenblock.setBlockResistance(2.5); +havenblock.setToolClass("pickaxe"); +havenblock.setToolLevel(3); +havenblock.register(); + +var iromineblock = VanillaFactory.createBlock("iromine_block", ); +iromineblock.setBlockHardness(0.5); +iromineblock.setBlockResistance(2.5); +iromineblock.setToolClass("pickaxe"); +iromineblock.setToolLevel(3); +iromineblock.register(); + +var mysteriumblock = VanillaFactory.createBlock("mysterium_block", ); +mysteriumblock.setBlockHardness(0.5); +mysteriumblock.setBlockResistance(2.5); +mysteriumblock.setToolClass("pickaxe"); +mysteriumblock.setToolLevel(3); +mysteriumblock.register(); + +var voxpondsblock = VanillaFactory.createBlock("vox_block", ); +voxpondsblock.setBlockHardness(0.5); +voxpondsblock.setBlockResistance(2.5); +voxpondsblock.setToolClass("pickaxe"); +voxpondsblock.setToolLevel(3); +voxpondsblock.register(); + +var candycap = VanillaFactory.createBlock("candyland_cap", ); +candycap.setBlockHardness(0.5); +candycap.setBlockResistance(2.5); +candycap.setToolClass("pickaxe"); +candycap.setToolLevel(3); +candycap.register(); + +var celevecap = VanillaFactory.createBlock("celeve_cap", ); +celevecap.setBlockHardness(0.5); +celevecap.setBlockResistance(2.5); +celevecap.setToolClass("pickaxe"); +celevecap.setToolLevel(3); +celevecap.register(); + +var gardenciacap = VanillaFactory.createBlock("gardencia_cap", ); +gardenciacap.setBlockHardness(0.5); +gardenciacap.setBlockResistance(2.5); +gardenciacap.setToolClass("pickaxe"); +gardenciacap.setToolLevel(3); +gardenciacap.register(); + +var crysteviacap = VanillaFactory.createBlock("crystevia_cap", ); +crysteviacap.setBlockHardness(0.5); +crysteviacap.setBlockResistance(2.5); +crysteviacap.setToolClass("pickaxe"); +crysteviacap.setToolLevel(3); +crysteviacap.register(); + +var havencap = VanillaFactory.createBlock("haven_cap", ); +havencap.setBlockHardness(0.5); +havencap.setBlockResistance(2.5); +havencap.setToolClass("pickaxe"); +havencap.setToolLevel(3); +havencap.register(); + +var irominecap = VanillaFactory.createBlock("iromine_cap", ); +irominecap.setBlockHardness(0.5); +irominecap.setBlockResistance(2.5); +irominecap.setToolClass("pickaxe"); +irominecap.setToolLevel(3); +irominecap.register(); + +var mysteriumcap = VanillaFactory.createBlock("mysterium_cap", ); +mysteriumcap.setBlockHardness(0.5); +mysteriumcap.setBlockResistance(2.5); +mysteriumcap.setToolClass("pickaxe"); +mysteriumcap.setToolLevel(3); +mysteriumcap.register(); + +var voxpondscap = VanillaFactory.createBlock("voxponds_cap", ); +voxpondscap.setBlockHardness(0.5); +voxpondscap.setBlockResistance(2.5); +voxpondscap.setToolClass("pickaxe"); +voxpondscap.setToolLevel(3); +voxpondscap.register(); + +var mythmachcase = VanillaFactory.createBlock("mythic_machine_case", ); +mythmachcase.setBlockHardness(0.5); +mythmachcase.setBlockResistance(2.5); +mythmachcase.setToolClass("pickaxe"); +mythmachcase.setToolLevel(3); +mythmachcase.register(); + +var arcreactorc = VanillaFactory.createBlock("arc_reactor_coil", ); +arcreactorc.setBlockHardness(0.5); +arcreactorc.setBlockResistance(2.5); +arcreactorc.setToolClass("pickaxe"); +arcreactorc.setToolLevel(3); +arcreactorc.register(); + +var infusioncatalyst = VanillaFactory.createBlock("infusion_catalyst", ); +infusioncatalyst.setBlockHardness(0.5); +infusioncatalyst.setBlockResistance(2.5); +infusioncatalyst.setToolClass("pickaxe"); +infusioncatalyst.setToolLevel(3); +infusioncatalyst.register(); + +var bloodmasterblock = VanillaFactory.createBlock("bloodmaster_block", ); +bloodmasterblock.setBlockHardness(0.5); +bloodmasterblock.setBlockResistance(2.5); +bloodmasterblock.setToolClass("pickaxe"); +bloodmasterblock.setToolLevel(3); +bloodmasterblock.register(); + +var rheniumore = VanillaFactory.createBlock("rhenium_ore", ); +rheniumore.setBlockHardness(0.5); +rheniumore.setBlockResistance(2.5); +rheniumore.setToolClass("pickaxe"); +rheniumore.setToolLevel(3); +rheniumore.register(); + +var tartariteore = VanillaFactory.createBlock("tartarite_ore", ); +tartariteore.setBlockHardness(0.5); +tartariteore.setBlockResistance(2.5); +tartariteore.setToolClass("pickaxe"); +tartariteore.setToolLevel(3); +tartariteore.register(); + +var sednaniteore = VanillaFactory.createBlock("sednanite_ore", ); +sednaniteore.setBlockHardness(0.5); +sednaniteore.setBlockResistance(2.5); +sednaniteore.setToolClass("pickaxe"); +sednaniteore.setToolLevel(3); +sednaniteore.register(); + +var myrmititeore = VanillaFactory.createBlock("myrmitite_ore", ); +myrmititeore.setBlockHardness(0.5); +myrmititeore.setBlockResistance(2.5); +myrmititeore.setToolClass("pickaxe"); +myrmititeore.setToolLevel(3); +myrmititeore.register(); + +var ogeriteore = VanillaFactory.createBlock("ogerite_ore", ); +ogeriteore.setBlockHardness(0.5); +ogeriteore.setBlockResistance(2.5); +ogeriteore.setToolClass("pickaxe"); +ogeriteore.setToolLevel(3); +ogeriteore.register(); + +var mythexcavationengine = VanillaFactory.createBlock("mythic_excavation_engine", ); +mythexcavationengine.setBlockHardness(0.5); +mythexcavationengine.setBlockResistance(2.5); +mythexcavationengine.setToolClass("pickaxe"); +mythexcavationengine.setToolLevel(3); +mythexcavationengine.register(); + +var mythexcavationcomputer = VanillaFactory.createBlock("mythic_excavation_computer", ); +mythexcavationcomputer.setBlockHardness(0.5); +mythexcavationcomputer.setBlockResistance(2.5); +mythexcavationcomputer.setToolClass("pickaxe"); +mythexcavationcomputer.setToolLevel(3); +mythexcavationcomputer.register(); + +var runadorcap = VanillaFactory.createBlock("runador_cap", ); +runadorcap.setBlockHardness(0.5); +runadorcap.setBlockResistance(2.5); +runadorcap.setToolClass("pickaxe"); +runadorcap.setToolLevel(3); +runadorcap.register(); + +var lunaluscap = VanillaFactory.createBlock("lunalus_cap", ); +lunaluscap.setBlockHardness(0.5); +lunaluscap.setBlockResistance(2.5); +lunaluscap.setToolClass("pickaxe"); +lunaluscap.setToolLevel(3); +lunaluscap.register(); + +var boreancap = VanillaFactory.createBlock("borean_cap", ); +boreancap.setBlockHardness(0.5); +boreancap.setBlockResistance(2.5); +boreancap.setToolClass("pickaxe"); +boreancap.setToolLevel(3); +boreancap.register(); + +var dreadsteelblock = VanillaFactory.createBlock("dreaded_steel_block", ); +dreadsteelblock.setBlockHardness(0.5); +dreadsteelblock.setBlockResistance(2.5); +dreadsteelblock.setToolClass("pickaxe"); +dreadsteelblock.setToolLevel(3); +dreadsteelblock.register(); + +var wizardstone = VanillaFactory.createBlock("stone_of_the_wizard", ); +wizardstone.setBlockHardness(0.5); +wizardstone.setBlockResistance(2.5); +wizardstone.setToolClass("pickaxe"); +wizardstone.setToolLevel(3); +wizardstone.register(); + +var undefbody = VanillaFactory.createBlock("unidentified_body", ); +undefbody.setBlockHardness(0.5); +undefbody.setBlockResistance(2.5); +undefbody.setToolClass("pickaxe"); +undefbody.setToolLevel(3); +undefbody.register(); + +var alchemcryst = VanillaFactory.createBlock("alchemical_crystal", ); +alchemcryst.setBlockHardness(0.5); +alchemcryst.setBlockResistance(2.5); +alchemcryst.setToolClass("pickaxe"); +alchemcryst.setToolLevel(3); +alchemcryst.register(); + +var livinggold = VanillaFactory.createBlock("living_gold", ); +livinggold.setBlockHardness(0.5); +livinggold.setBlockResistance(2.5); +livinggold.setToolClass("pickaxe"); +livinggold.setToolLevel(3); +livinggold.register(); + +var mythexcavationreactor = VanillaFactory.createBlock("mythic_excavation_reactor", ); +mythexcavationreactor.setBlockHardness(0.5); +mythexcavationreactor.setBlockResistance(2.5); +mythexcavationreactor.setToolClass("pickaxe"); +mythexcavationreactor.setToolLevel(3); +mythexcavationreactor.register(); + +var chaoticstone = VanillaFactory.createBlock("chaotic_stone", ); +chaoticstone.setBlockHardness(0.5); +chaoticstone.setBlockResistance(2.5); +chaoticstone.setToolClass("pickaxe"); +chaoticstone.setToolLevel(3); +chaoticstone.register(); + +var chaoticbrick = VanillaFactory.createBlock("chaotic_bricks", ); +chaoticbrick.setBlockHardness(0.5); +chaoticbrick.setBlockResistance(2.5); +chaoticbrick.setToolClass("pickaxe"); +chaoticbrick.setToolLevel(3); +chaoticbrick.register(); + +var ancientcaverncap = VanillaFactory.createBlock("ancient_cavern_cap", ); +ancientcaverncap.setBlockHardness(0.5); +ancientcaverncap.setBlockResistance(2.5); +ancientcaverncap.setToolClass("pickaxe"); +ancientcaverncap.setToolLevel(3); +ancientcaverncap.register(); + +var immortalliscap = VanillaFactory.createBlock("immortallis_cap", ); +immortalliscap.setBlockHardness(0.5); +immortalliscap.setBlockResistance(2.5); +immortalliscap.setToolClass("pickaxe"); +immortalliscap.setToolLevel(3); +immortalliscap.register(); + +var greckoncap = VanillaFactory.createBlock("greckon_cap", ); +greckoncap.setBlockHardness(0.5); +greckoncap.setBlockResistance(2.5); +greckoncap.setToolClass("pickaxe"); +greckoncap.setToolLevel(3); +greckoncap.register(); + +var dustopiacap = VanillaFactory.createBlock("dustopia_cap", ); +dustopiacap.setBlockHardness(0.5); +dustopiacap.setBlockResistance(2.5); +dustopiacap.setToolClass("pickaxe"); +dustopiacap.setToolLevel(3); +dustopiacap.register(); + +var gaiaspiritblock = VanillaFactory.createBlock("gaia_spirit_block", ); +gaiaspiritblock.setBlockHardness(0.5); +gaiaspiritblock.setBlockResistance(2.5); +gaiaspiritblock.setToolClass("pickaxe"); +gaiaspiritblock.setToolLevel(3); +gaiaspiritblock.register(); + +var nightmareblock = VanillaFactory.createBlock("nightmare_block", ); +nightmareblock.setBlockHardness(0.5); +nightmareblock.setBlockResistance(2.5); +nightmareblock.setToolClass("pickaxe"); +nightmareblock.setToolLevel(3); +nightmareblock.register(); + +var nightmaremachinecase = VanillaFactory.createBlock("nightmare_machine_case", ); +nightmaremachinecase.setBlockHardness(0.5); +nightmaremachinecase.setBlockResistance(2.5); +nightmaremachinecase.setToolClass("pickaxe"); +nightmaremachinecase.setToolLevel(3); +nightmaremachinecase.register(); + +var whiteholegrav = VanillaFactory.createBlock("white_hole", ); +whiteholegrav.setBlockHardness(0.7); +whiteholegrav.setBlockResistance(2.5); +whiteholegrav.setToolClass("pickaxe"); +whiteholegrav.setToolLevel(3); +whiteholegrav.register(); + +var collapsercasing = VanillaFactory.createBlock("collapser_casing", ); +collapsercasing.setBlockHardness(0.7); +collapsercasing.setBlockResistance(2.5); +collapsercasing.setToolClass("pickaxe"); +collapsercasing.setToolLevel(3); +collapsercasing.register(); + +var collapserconduit = VanillaFactory.createBlock("collapser_conduit", ); +collapserconduit.setBlockHardness(0.7); +collapserconduit.setBlockResistance(2.5); +collapserconduit.setToolClass("pickaxe"); +collapserconduit.setToolLevel(3); +collapserconduit.register(); + +var gravityinverter = VanillaFactory.createBlock("gravity_inverter", ); +gravityinverter.setBlockHardness(0.7); +gravityinverter.setBlockResistance(2.5); +gravityinverter.setToolClass("pickaxe"); +gravityinverter.setToolLevel(3); +gravityinverter.register(); + +var shyrebricks = VanillaFactory.createBlock("shyre_bricks", ); +shyrebricks.setBlockHardness(0.7); +shyrebricks.setBlockResistance(2.5); +shyrebricks.setToolClass("pickaxe"); +shyrebricks.setToolLevel(3); +shyrebricks.register(); + +var shyrebricksrein = VanillaFactory.createBlock("reinforced_shyre_bricks", ); +shyrebricksrein.setBlockHardness(0.7); +shyrebricksrein.setBlockResistance(2.5); +shyrebricksrein.setToolClass("pickaxe"); +shyrebricksrein.setToolLevel(3); +shyrebricksrein.register(); + +var infinityfurnacebricks = VanillaFactory.createBlock("infinity_furnace_bricks", ); +infinityfurnacebricks.setBlockHardness(0.7); +infinityfurnacebricks.setBlockResistance(2.5); +infinityfurnacebricks.setToolClass("pickaxe"); +infinityfurnacebricks.setToolLevel(3); +infinityfurnacebricks.register(); + +var whitefuelblock = VanillaFactory.createBlock("white_fuel", ); +whitefuelblock.setBlockHardness(0.7); +whitefuelblock.setBlockResistance(2.5); +whitefuelblock.setToolClass("pickaxe"); +whitefuelblock.setToolLevel(3); +whitefuelblock.register(); + +var vibrantstone = VanillaFactory.createBlock("vibrating_stone", ); +vibrantstone.setBlockHardness(0.7); +vibrantstone.setBlockResistance(2.5); +vibrantstone.setToolClass("pickaxe"); +vibrantstone.setToolLevel(3); +vibrantstone.register(); + +var resonantstone = VanillaFactory.createBlock("resonating_stone", ); +resonantstone.setBlockHardness(0.7); +resonantstone.setBlockResistance(2.5); +resonantstone.setToolClass("pickaxe"); +resonantstone.setToolLevel(3); +resonantstone.register(); + +var candyblock = VanillaFactory.createBlock("candy_block", ); +candyblock.setBlockHardness(0.7); +candyblock.setBlockResistance(2.5); +candyblock.setToolClass("pickaxe"); +candyblock.setToolLevel(3); +candyblock.register(); + +var rainbowbricks = VanillaFactory.createBlock("rainbow_bricks", ); +rainbowbricks.setBlockHardness(0.7); +rainbowbricks.setBlockResistance(2.5); +rainbowbricks.setToolClass("pickaxe"); +rainbowbricks.setToolLevel(3); +rainbowbricks.register(); + +var bedrockcobblestone = VanillaFactory.createBlock("bedrock_cobblestone", ); +bedrockcobblestone.setBlockHardness(0.7); +bedrockcobblestone.setBlockResistance(2.5); +bedrockcobblestone.setToolClass("pickaxe"); +bedrockcobblestone.setToolLevel(3); +bedrockcobblestone.register(); + +var darkmithrilliumblock = VanillaFactory.createBlock("dark_mithrillium_block", ); +darkmithrilliumblock.setBlockHardness(0.7); +darkmithrilliumblock.setBlockResistance(2.5); +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); +dysonshell.setBlockResistance(2.5); +dysonshell.setToolClass("pickaxe"); +dysonshell.setToolLevel(3); +dysonshell.register(); + +var dysonbeam = VanillaFactory.createBlock("dyson_beam", ); +dysonbeam.setBlockHardness(0.7); +dysonbeam.setBlockResistance(2.5); +dysonbeam.setToolClass("pickaxe"); +dysonbeam.setToolLevel(3); +dysonbeam.register(); + +var ultracapacitorbank = VanillaFactory.createBlock("ultracapacitor_bank", ); +ultracapacitorbank.setBlockHardness(0.7); +ultracapacitorbank.setBlockResistance(2.5); +ultracapacitorbank.setToolClass("pickaxe"); +ultracapacitorbank.setToolLevel(3); +ultracapacitorbank.register(); + +var definedmachinecase = VanillaFactory.createBlock("defined_machine_case", ); +definedmachinecase.setBlockHardness(0.7); +definedmachinecase.setBlockResistance(2.5); +definedmachinecase.setToolClass("pickaxe"); +definedmachinecase.setToolLevel(3); +definedmachinecase.register(); + +var dysonconduit = VanillaFactory.createBlock("dyson_conduit", ); +dysonconduit.setBlockHardness(0.7); +dysonconduit.setBlockResistance(2.5); +dysonconduit.setToolClass("pickaxe"); +dysonconduit.setToolLevel(3); +dysonconduit.register(); + +var dysoncollector = VanillaFactory.createBlock("dyson_collector", ); +dysoncollector.setBlockHardness(0.7); +dysoncollector.setBlockResistance(2.5); +dysoncollector.setToolClass("pickaxe"); +dysoncollector.setToolLevel(3); +dysoncollector.register(); + +var raycollector = VanillaFactory.createBlock("high_energy_ray_collector", ); +raycollector.setBlockHardness(0.7); +raycollector.setBlockResistance(2.5); +raycollector.setToolClass("pickaxe"); +raycollector.setToolLevel(3); +raycollector.register(); + +var irradiatedfiller = VanillaFactory.createBlock("irradiated_filler", ); +irradiatedfiller.setBlockHardness(0.7); +irradiatedfiller.setBlockResistance(2.5); +irradiatedfiller.setToolClass("pickaxe"); +irradiatedfiller.setToolLevel(3); +irradiatedfiller.register(); + +var irradiatorcasing = VanillaFactory.createBlock("irradiator_casing", ); +irradiatorcasing.setBlockHardness(0.7); +irradiatorcasing.setBlockResistance(2.5); +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); +collectingstone.setBlockResistance(2.5); +collectingstone.setToolClass("pickaxe"); +collectingstone.setToolLevel(3); +collectingstone.register(); + +var lilithaltar = VanillaFactory.createBlock("lilith_altar_bricks", ); +lilithaltar.setBlockHardness(0.7); +lilithaltar.setBlockResistance(2.5); +lilithaltar.setToolClass("pickaxe"); +lilithaltar.setToolLevel(3); +lilithaltar.register(); + +var lilithmontop = VanillaFactory.createBlock("moloch_altar_bricks", ); +lilithmontop.setBlockHardness(0.7); +lilithmontop.setBlockResistance(2.5); +lilithmontop.setToolClass("pickaxe"); +lilithmontop.setToolLevel(3); +lilithmontop.register(); + +var vibraniumservo = VanillaFactory.createBlock("vibranium_servo", ); +vibraniumservo.setBlockHardness(0.7); +vibraniumservo.setBlockResistance(2.5); +vibraniumservo.setToolClass("pickaxe"); +vibraniumservo.setToolLevel(3); +vibraniumservo.register(); + +var neutroniumcannon = VanillaFactory.createBlock("neutronium_cannon", ); +neutroniumcannon.setBlockHardness(0.7); +neutroniumcannon.setBlockResistance(2.5); +neutroniumcannon.setToolClass("pickaxe"); +neutroniumcannon.setToolLevel(3); +neutroniumcannon.register(); + +var neutroniumcasing = VanillaFactory.createBlock("neutronium_casing", ); +neutroniumcasing.setBlockHardness(0.7); +neutroniumcasing.setBlockResistance(2.5); +neutroniumcasing.setToolClass("pickaxe"); +neutroniumcasing.setToolLevel(3); +neutroniumcasing.register(); + +var neutroniumirradiator = VanillaFactory.createBlock("neutronium_bombarder", ); +neutroniumirradiator.setBlockHardness(0.7); +neutroniumirradiator.setBlockResistance(2.5); +neutroniumirradiator.setToolClass("pickaxe"); +neutroniumirradiator.setToolLevel(3); +neutroniumirradiator.register(); + +var acceleratortube = VanillaFactory.createBlock("accelerator_tube", ); +acceleratortube.setBlockHardness(0.7); +acceleratortube.setBlockResistance(2.5); +acceleratortube.setToolClass("pickaxe"); +acceleratortube.setToolLevel(3); +acceleratortube.register(); + +var experimentcasing = VanillaFactory.createBlock("experiment_casing", ); +experimentcasing.setBlockHardness(0.7); +experimentcasing.setBlockResistance(2.5); +experimentcasing.setToolClass("pickaxe"); +experimentcasing.setToolLevel(3); +experimentcasing.register(); + +var linearacceleratortube = VanillaFactory.createBlock("linear_accelerator_tube", ); +linearacceleratortube.setBlockHardness(0.7); +linearacceleratortube.setBlockResistance(2.5); +linearacceleratortube.setToolClass("pickaxe"); +linearacceleratortube.setToolLevel(3); +linearacceleratortube.register(); + +var warpedstone = VanillaFactory.createBlock("warped_stone", ); +warpedstone.setBlockHardness(0.7); +warpedstone.setBlockResistance(2.5); +warpedstone.setToolClass("pickaxe"); +warpedstone.setToolLevel(3); +warpedstone.register(); + +var baphomethaltarbricks = VanillaFactory.createBlock("baphomet_altar_bricks", ); +baphomethaltarbricks.setBlockHardness(0.7); +baphomethaltarbricks.setBlockResistance(2.5); +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); +horizonstabilizer.setBlockResistance(2.5); +horizonstabilizer.setToolClass("pickaxe"); +horizonstabilizer.setToolLevel(3); +horizonstabilizer.register(); + +var infinitydysonconduit = VanillaFactory.createBlock("infinity_dyson_conduit", ); +infinitydysonconduit.setBlockHardness(0.7); +infinitydysonconduit.setBlockResistance(2.5); +infinitydysonconduit.setToolClass("pickaxe"); +infinitydysonconduit.setToolLevel(3); +infinitydysonconduit.register(); + +var dysoncompressor = VanillaFactory.createBlock("dyson_compressor", ); +dysoncompressor.setBlockHardness(0.7); +dysoncompressor.setBlockResistance(2.5); +dysoncompressor.setToolClass("pickaxe"); +dysoncompressor.setToolLevel(3); +dysoncompressor.register(); + +var unfathomablestone = VanillaFactory.createBlock("unfathomable_stone", ); +unfathomablestone.setBlockHardness(-1.0); +unfathomablestone.setBlockResistance(200000.5); +unfathomablestone.setToolClass("pickaxe"); +unfathomablestone.setToolLevel(3); +unfathomablestone.register(); +//////////////////////////////////////////////////////////// +var destructivestonebricks = VanillaFactory.createBlock("destructive_stone_bricks", ); +destructivestonebricks.setBlockHardness(-1.0); +destructivestonebricks.setBlockResistance(200000.5); +destructivestonebricks.setToolClass("pickaxe"); +destructivestonebricks.setToolLevel(3); +destructivestonebricks.register(); + +var destructivedemonalloy = VanillaFactory.createBlock("destructive_demon_alloy", ); +destructivedemonalloy.setBlockHardness(-1.0); +destructivedemonalloy.setBlockResistance(200000.5); +destructivedemonalloy.setToolClass("pickaxe"); +destructivedemonalloy.setToolLevel(3); +destructivedemonalloy.register(); + +var vengefulstonetiles = VanillaFactory.createBlock("vengeful_stone_tiles", ); +vengefulstonetiles.setBlockHardness(-1.0); +vengefulstonetiles.setBlockResistance(200000.5); +vengefulstonetiles.setToolClass("pickaxe"); +vengefulstonetiles.setToolLevel(3); +vengefulstonetiles.register(); + +var destructivedemoneye = VanillaFactory.createBlock("destructive_demon_eye", ); +destructivedemoneye.setBlockHardness(-1.0); +destructivedemoneye.setBlockResistance(200000.5); +destructivedemoneye.setToolClass("pickaxe"); +destructivedemoneye.setToolLevel(3); +destructivedemoneye.register(); + +var vengefulportal = VanillaFactory.createBlock("vengeful_portal", ); +vengefulportal.setBlockHardness(-1.0); +vengefulportal.setBlockResistance(200000.5); +vengefulportal.setToolClass("pickaxe"); +vengefulportal.setToolLevel(3); +vengefulportal.register(); + +var retaliationportal = VanillaFactory.createBlock("retaliation_portal", ); +retaliationportal.setBlockHardness(-1.0); +retaliationportal.setBlockResistance(200000.5); +retaliationportal.setToolClass("pickaxe"); +retaliationportal.setToolLevel(3); +retaliationportal.register(); + +var demoniccrystalcluster = VanillaFactory.createBlock("demonic_crystal_cluster", ); +demoniccrystalcluster.setBlockHardness(1.0); +demoniccrystalcluster.setBlockResistance(2.5); +demoniccrystalcluster.setToolClass("pickaxe"); +demoniccrystalcluster.setToolLevel(3); +demoniccrystalcluster.register(); + +var corrosivecrystalcluster = VanillaFactory.createBlock("corrosive_crystal_cluster", ); +corrosivecrystalcluster.setBlockHardness(1.0); +corrosivecrystalcluster.setBlockResistance(2.5); +corrosivecrystalcluster.setToolClass("pickaxe"); +corrosivecrystalcluster.setToolLevel(3); +corrosivecrystalcluster.register(); + +var destructivecrystalcluster = VanillaFactory.createBlock("destructive_crystal_cluster", ); +destructivecrystalcluster.setBlockHardness(1.0); +destructivecrystalcluster.setBlockResistance(2.5); +destructivecrystalcluster.setToolClass("pickaxe"); +destructivecrystalcluster.setToolLevel(3); +destructivecrystalcluster.register(); + +var vengefulcrystalcluster = VanillaFactory.createBlock("vengeful_crystal_cluster", ); +vengefulcrystalcluster.setBlockHardness(1.0); +vengefulcrystalcluster.setBlockResistance(2.5); +vengefulcrystalcluster.setToolClass("pickaxe"); +vengefulcrystalcluster.setToolLevel(3); +vengefulcrystalcluster.register(); + +var steadfastcrystalcluster = VanillaFactory.createBlock("steadfast_crystal_cluster", ); +steadfastcrystalcluster.setBlockHardness(1.0); +steadfastcrystalcluster.setBlockResistance(2.5); +steadfastcrystalcluster.setToolClass("pickaxe"); +steadfastcrystalcluster.setToolLevel(3); +steadfastcrystalcluster.register(); + +var icybricks = VanillaFactory.createBlock("icy_bricks", ); +icybricks.setBlockHardness(-1.0); +icybricks.setBlockResistance(1000.5); +icybricks.setToolClass("pickaxe"); +icybricks.setToolLevel(3); +icybricks.register(); + +var icytiles = VanillaFactory.createBlock("icy_tiles", ); +icytiles.setBlockHardness(-1.0); +icytiles.setBlockResistance(1000.5); +icytiles.setToolClass("pickaxe"); +icytiles.setToolLevel(3); +icytiles.register(); + +var icystone = VanillaFactory.createBlock("icy_stone", ); +icystone.setBlockHardness(-1.0); +icystone.setBlockResistance(1000.5); +icystone.setToolClass("pickaxe"); +icystone.setToolLevel(3); +icystone.register(); + +var icygateway = VanillaFactory.createBlock("icy_gateway", ); +icygateway.setBlockHardness(-1.0); +icygateway.setBlockResistance(1000.5); +icygateway.setToolClass("pickaxe"); +icygateway.setToolLevel(3); +icygateway.register(); + +var densegravititeore = VanillaFactory.createBlock("dense_gravitite_ore", ); +densegravititeore.setBlockHardness(1.0); +densegravititeore.setBlockResistance(2.5); +densegravititeore.setToolClass("pickaxe"); +densegravititeore.setToolLevel(3); +densegravititeore.register(); + +var darkstarstone = VanillaFactory.createBlock("darkstar_stone", ); +darkstarstone.setBlockHardness(1.0); +darkstarstone.setBlockResistance(2.5); +darkstarstone.setToolClass("pickaxe"); +darkstarstone.setToolLevel(3); +darkstarstone.register(); + +var arkenstone = VanillaFactory.createBlock("arkenstone", ); +arkenstone.setBlockHardness(1.0); +arkenstone.setBlockResistance(2.5); +arkenstone.setToolClass("pickaxe"); +arkenstone.setToolLevel(3); +arkenstone.register(); + +var purityoffer = VanillaFactory.createBlock("purity_offer", ); +purityoffer.setBlockHardness(1.0); +purityoffer.setBlockResistance(2.5); +purityoffer.setToolClass("pickaxe"); +purityoffer.setToolLevel(3); +purityoffer.register(); + +var ragnaroksigil = VanillaFactory.createBlock("ragnarok_sigil", ); +ragnaroksigil.setBlockHardness(1.0); +ragnaroksigil.setBlockResistance(2.5); +ragnaroksigil.setToolClass("pickaxe"); +ragnaroksigil.setToolLevel(3); +ragnaroksigil.register(); + +var masterrunebox = VanillaFactory.createBlock("master_rune_box", ); +masterrunebox.setBlockHardness(1.0); +masterrunebox.setBlockResistance(2.5); +masterrunebox.setToolClass("pickaxe"); +masterrunebox.setToolLevel(3); +masterrunebox.register(); + +var mythiccoilt1 = VanillaFactory.createBlock("mythic_coil_t1", ); +mythiccoilt1.setBlockHardness(1.0); +mythiccoilt1.setBlockResistance(2.5); +mythiccoilt1.setToolClass("pickaxe"); +mythiccoilt1.setToolLevel(3); +mythiccoilt1.register(); + +var mythiccoilt2 = VanillaFactory.createBlock("mythic_coil_t2", ); +mythiccoilt2.setBlockHardness(1.0); +mythiccoilt2.setBlockResistance(2.5); +mythiccoilt2.setToolClass("pickaxe"); +mythiccoilt2.setToolLevel(3); +mythiccoilt2.register(); + +var mythiccoilt3 = VanillaFactory.createBlock("mythic_coil_t3", ); +mythiccoilt3.setBlockHardness(1.0); +mythiccoilt3.setBlockResistance(2.5); +mythiccoilt3.setToolClass("pickaxe"); +mythiccoilt3.setToolLevel(3); +mythiccoilt3.register(); + +var draconiumelectromagnet = VanillaFactory.createBlock("draconium_electromagnet", ); +draconiumelectromagnet.setBlockHardness(1.0); +draconiumelectromagnet.setBlockResistance(2.5); +draconiumelectromagnet.setToolClass("pickaxe"); +draconiumelectromagnet.setToolLevel(3); +draconiumelectromagnet.register(); + +var awakenedelectromagnet = VanillaFactory.createBlock("awakened_electromagnet", ); +awakenedelectromagnet.setBlockHardness(1.0); +awakenedelectromagnet.setBlockResistance(2.5); +awakenedelectromagnet.setToolClass("pickaxe"); +awakenedelectromagnet.setToolLevel(3); +awakenedelectromagnet.register(); + +var shiningsandstone = VanillaFactory.createBlock("shining_sandstone", ); +shiningsandstone.setBlockHardness(1.0); +shiningsandstone.setBlockResistance(2.5); +shiningsandstone.setToolClass("pickaxe"); +shiningsandstone.setToolLevel(3); +shiningsandstone.register(); + +var highmachinecase = VanillaFactory.createBlock("highly_advanced_machine_casing", ); +highmachinecase.setBlockHardness(1.0); +highmachinecase.setBlockResistance(2.5); +highmachinecase.setToolClass("pickaxe"); +highmachinecase.setToolLevel(3); +highmachinecase.register(); + +var draconicmachineframe = VanillaFactory.createBlock("draconic_machine_frame", ); +draconicmachineframe.setBlockHardness(1.0); +draconicmachineframe.setBlockResistance(2.5); +draconicmachineframe.setToolClass("pickaxe"); +draconicmachineframe.setToolLevel(3); +draconicmachineframe.register(); + +var eternaltulite = VanillaFactory.createBlock("eternal_tulite", ); +eternaltulite.setBlockHardness(1.0); +eternaltulite.setBlockResistance(2.5); +eternaltulite.setToolClass("pickaxe"); +eternaltulite.setToolLevel(3); +eternaltulite.register(); + +var valtellinaore = VanillaFactory.createBlock("valtellina_ore", ); +valtellinaore.setBlockHardness(1.0); +valtellinaore.setBlockResistance(2.5); +valtellinaore.setToolClass("pickaxe"); +valtellinaore.setToolLevel(3); +valtellinaore.register(); + +var brokenportalarcana = VanillaFactory.createBlock("broken_portal_arcana", ); +brokenportalarcana.setBlockHardness(1.0); +brokenportalarcana.setBlockResistance(2.5); +brokenportalarcana.setToolClass("pickaxe"); +brokenportalarcana.setToolLevel(3); +brokenportalarcana.register(); + +var enderdolomite = VanillaFactory.createBlock("ender_dolomite", ); +enderdolomite.setBlockHardness(10.0); +enderdolomite.setBlockResistance(20.5); +enderdolomite.setToolClass("pickaxe"); +enderdolomite.setToolLevel(13); +enderdolomite.register(); + +var serpentine = VanillaFactory.createBlock("serpentine", ); +serpentine.setBlockHardness(10.0); +serpentine.setBlockResistance(20.5); +serpentine.setToolClass("pickaxe"); +serpentine.setToolLevel(13); +serpentine.register(); + +var travertine = VanillaFactory.createBlock("travertine", ); +travertine.setBlockHardness(10.0); +travertine.setBlockResistance(20.5); +travertine.setToolClass("pickaxe"); +travertine.setToolLevel(13); +travertine.register(); + +var pinkmarble = VanillaFactory.createBlock("pink_marble", ); +pinkmarble.setBlockHardness(10.0); +pinkmarble.setBlockResistance(20.5); +pinkmarble.setToolClass("pickaxe"); +pinkmarble.setToolLevel(13); +pinkmarble.register(); + +var onyx = VanillaFactory.createBlock("onyx", ); +onyx.setBlockHardness(10.0); +onyx.setBlockResistance(20.5); +onyx.setToolClass("pickaxe"); +onyx.setToolLevel(13); +onyx.register(); + +var agate = VanillaFactory.createBlock("agate", ); +agate.setBlockHardness(10.0); +agate.setBlockResistance(20.5); +agate.setToolClass("pickaxe"); +agate.setToolLevel(13); +agate.register(); + +var feldspar = VanillaFactory.createBlock("feldspar", ); +feldspar.setBlockHardness(10.0); +feldspar.setBlockResistance(20.5); +feldspar.setToolClass("pickaxe"); +feldspar.setToolLevel(13); +feldspar.register(); + +var metagabbro = VanillaFactory.createBlock("metagabbro", ); +metagabbro.setBlockHardness(10.0); +metagabbro.setBlockResistance(20.5); +metagabbro.setToolClass("pickaxe"); +metagabbro.setToolLevel(13); +metagabbro.register(); + +var fierypyrite = VanillaFactory.createBlock("fiery_pyrite", ); +fierypyrite.setBlockHardness(1.0); +fierypyrite.setBlockResistance(2.5); +fierypyrite.setToolClass("pickaxe"); +fierypyrite.setToolLevel(13); +fierypyrite.register(); + +var muonextractor = VanillaFactory.createBlock("muon_extractor", ); +muonextractor.setBlockHardness(1.0); +muonextractor.setBlockResistance(2.5); +muonextractor.setToolClass("pickaxe"); +muonextractor.setToolLevel(3); +muonextractor.register(); + +var titaniumiridiumcoil = VanillaFactory.createBlock("titanium_iridium_coil", ); +titaniumiridiumcoil.setBlockHardness(1.0); +titaniumiridiumcoil.setBlockResistance(2.5); +titaniumiridiumcoil.setToolClass("pickaxe"); +titaniumiridiumcoil.setToolLevel(3); +titaniumiridiumcoil.register(); + +var orderwood = VanillaFactory.createBlock("order_wood", ); +orderwood.setBlockHardness(1.0); +orderwood.setBlockResistance(2.5); +orderwood.setToolClass("pickaxe"); +orderwood.setToolLevel(3); +orderwood.register(); + +var chaoswood = VanillaFactory.createBlock("chaos_wood", ); +chaoswood.setBlockHardness(1.0); +chaoswood.setBlockResistance(2.5); +chaoswood.setToolClass("pickaxe"); +chaoswood.setToolLevel(3); +chaoswood.register(); + +var brightsteelcase = VanillaFactory.createBlock("brightsteel_case", ); +brightsteelcase.setBlockHardness(1.0); +brightsteelcase.setBlockResistance(2.5); +brightsteelcase.setToolClass("pickaxe"); +brightsteelcase.setToolLevel(3); +brightsteelcase.register(); + diff --git a/scripts/CustomChickens.zs b/scripts/CustomChickens.zs new file mode 100644 index 00000000..3e49126b --- /dev/null +++ b/scripts/CustomChickens.zs @@ -0,0 +1,277 @@ +#loader contenttweaker +#modloaded chickens + +import mods.contenttweaker.VanillaFactory; +import mods.contenttweaker.Part; +import mods.contenttweaker.MaterialPart; +import mods.contenttweaker.MaterialSystem; +import mods.contenttweaker.Material; +import mods.contenttweaker.Item; +import mods.contenttweaker.Block; +import mods.contenttweaker.PartBuilder; +import mods.contenttweaker.Color; +import mods.contenttweaker.Fluid; +import mods.contenttweaker.ActionResult; +import mods.contenttweaker.Chicken; +import mods.contenttweaker.ChickenFactory; +import mods.contenttweaker.ResourceLocation as resLoc; + + + + + +var jadechicken = ChickenFactory.createChicken("jade_chicken", Color.fromHex("4bdb1a"), ); +jadechicken.setForegroundColor(Color.fromHex("28750e")); +jadechicken.setSpawnType("NONE"); +jadechicken.register(); + +var amethystchicken = ChickenFactory.createChicken("amethyst_chicken", Color.fromHex("801199"), ); +amethystchicken.setForegroundColor(Color.fromHex("6e357a")); +amethystchicken.setSpawnType("NONE"); +amethystchicken.register(); + +var sapphirechicken = ChickenFactory.createChicken("sapphire_chicken", Color.fromHex("0e27c7"), ); +sapphirechicken.setForegroundColor(Color.fromHex("5d6fde")); +sapphirechicken.setSpawnType("NONE"); +sapphirechicken.register(); + +var rositechicken = ChickenFactory.createChicken("rosite_chicken", Color.fromHex("e66e8c"), ); +rositechicken.setForegroundColor(Color.fromHex("e02251")); +rositechicken.setSpawnType("NONE"); +rositechicken.register(); + +var limonitechicken = ChickenFactory.createChicken("limonite_chicken", Color.fromHex("d18419"), ); +limonitechicken.setForegroundColor(Color.fromHex("c29455")); +limonitechicken.setSpawnType("NONE"); +limonitechicken.register(); + +var runiumchicken = ChickenFactory.createChicken("runium_chicken", Color.fromHex("1c1c1c"), ); +runiumchicken.setForegroundColor(Color.fromHex("636363")); +runiumchicken.setSpawnType("NONE"); +runiumchicken.register(); + +var arlemitechicken = ChickenFactory.createChicken("arlemite_chicken", Color.fromHex("2c781a"), ); +arlemitechicken.setForegroundColor(Color.fromHex("14330d")); +arlemitechicken.setSpawnType("NONE"); +arlemitechicken.register(); + +var realmitechicken = ChickenFactory.createChicken("realmite_chicken", Color.fromHex("b8a528"), ); +realmitechicken.setForegroundColor(Color.fromHex("b88128")); +realmitechicken.setSpawnType("NONE"); +realmitechicken.register(); + +var rupeechicken = ChickenFactory.createChicken("rupee_chicken", Color.fromHex("1120c2"), ); +rupeechicken.setForegroundColor(Color.fromHex("00085e")); +rupeechicken.setSpawnType("NONE"); +rupeechicken.register(); + +var mithrilliumchicken = ChickenFactory.createChicken("mithrillium_chicken", Color.fromHex("12ffcc"), ); +mithrilliumchicken.setForegroundColor(Color.fromHex("1294ff")); +mithrilliumchicken.setSpawnType("NONE"); +mithrilliumchicken.register(); + +var amberchicken = ChickenFactory.createChicken("amber_chicken", Color.fromHex("ebc26a"), ); +amberchicken.setForegroundColor(Color.fromHex("ff8c00")); +amberchicken.setSpawnType("NONE"); +amberchicken.register(); + +var rheniumchicken = ChickenFactory.createChicken("rhenium_chicken", Color.fromHex("454545"), ); +rheniumchicken.setForegroundColor(Color.fromHex("000000")); +rheniumchicken.setSpawnType("NONE"); +rheniumchicken.register(); + +var bloodgemchicken = ChickenFactory.createChicken("bloodgem_chicken", Color.fromHex("ff0000"), ); +bloodgemchicken.setForegroundColor(Color.fromHex("780000")); +bloodgemchicken.setSpawnType("NONE"); +bloodgemchicken.register(); + +var netheritechicken = ChickenFactory.createChicken("netherite_chicken", Color.fromHex("ff0000"), ); +netheritechicken.setForegroundColor(Color.fromHex("780000")); +netheritechicken.setSpawnType("NONE"); +netheritechicken.register(); + +var emberstonechicken = ChickenFactory.createChicken("emberstone_chicken", Color.fromHex("940000"), ); +emberstonechicken.setForegroundColor(Color.fromHex("000000")); +emberstonechicken.setSpawnType("NONE"); +emberstonechicken.register(); + +var chestbonefragmentchicken = ChickenFactory.createChicken("chestbone_fragment_chicken", Color.fromHex("083d00"), ); +chestbonefragmentchicken.setForegroundColor(Color.fromHex("8a8c89")); +chestbonefragmentchicken.setSpawnType("NONE"); +chestbonefragmentchicken.register(); + +var legbonefragmentchicken = ChickenFactory.createChicken("legbone_fragment_chicken", Color.fromHex("083d00"), ); +legbonefragmentchicken.setForegroundColor(Color.fromHex("8a8c89")); +legbonefragmentchicken.setSpawnType("NONE"); +legbonefragmentchicken.register(); + +var footbonefragmentchicken = ChickenFactory.createChicken("footbone_fragment_chicken", Color.fromHex("083d00"), ); +footbonefragmentchicken.setForegroundColor(Color.fromHex("8a8c89")); +footbonefragmentchicken.setSpawnType("NONE"); +footbonefragmentchicken.register(); + + +var skullbonefragmentchicken = ChickenFactory.createChicken("skullbone_fragment_chicken", Color.fromHex("083d00"), ); +skullbonefragmentchicken.setForegroundColor(Color.fromHex("8a8c89")); +skullbonefragmentchicken.setSpawnType("NONE"); +skullbonefragmentchicken.register(); + +var blaziumchicken = ChickenFactory.createChicken("blazium_chicken", Color.fromHex("b54414"), ); +blaziumchicken.setForegroundColor(Color.fromHex("b52114")); +blaziumchicken.setSpawnType("NONE"); +blaziumchicken.register(); + +var varsiumchicken = ChickenFactory.createChicken("varsium_chicken", Color.fromHex("b54414"), ); +varsiumchicken.setForegroundColor(Color.fromHex("b52114")); +varsiumchicken.setSpawnType("NONE"); +varsiumchicken.register(); + +var baronytechicken = ChickenFactory.createChicken("baronyte_chicken", Color.fromHex("b54414"), ); +baronytechicken.setForegroundColor(Color.fromHex("b52114")); +baronytechicken.setSpawnType("NONE"); +baronytechicken.register(); + +var fluctuatitechicken = ChickenFactory.createChicken("fluctuatite_chicken", Color.fromHex("d1c711"), ); +fluctuatitechicken.setForegroundColor(Color.fromHex("c96818")); +fluctuatitechicken.setSpawnType("NONE"); +fluctuatitechicken.register(); + +var ornamytechicken = ChickenFactory.createChicken("ornamyte_chicken", Color.fromHex("094200"), ); +ornamytechicken.setForegroundColor(Color.fromHex("808080")); +ornamytechicken.setSpawnType("NONE"); +ornamytechicken.register(); + +var jewelytechicken = ChickenFactory.createChicken("jewelyte_chicken", Color.fromHex("094200"), ); +jewelytechicken.setForegroundColor(Color.fromHex("109e00")); +jewelytechicken.setSpawnType("NONE"); +jewelytechicken.register(); + +var gemenytechicken = ChickenFactory.createChicken("gemenyte_chicken", Color.fromHex("094200"), ); +gemenytechicken.setForegroundColor(Color.fromHex("19fa00")); +gemenytechicken.setSpawnType("NONE"); +gemenytechicken.register(); + +var chargedruniumchicken = ChickenFactory.createChicken("charged_runium_chicken", Color.fromHex("000000"), ); +chargedruniumchicken.setForegroundColor(Color.fromHex("99d492")); +chargedruniumchicken.setSpawnType("NONE"); +chargedruniumchicken.register(); + +var bloodstonechicken = ChickenFactory.createChicken("bloodstone_chicken", Color.fromHex("c91818"), ); +bloodstonechicken.setForegroundColor(Color.fromHex("615d5d")); +bloodstonechicken.setSpawnType("NONE"); +bloodstonechicken.register(); + +var coldironchicken = ChickenFactory.createChicken("cold_iron_chicken", Color.fromHex("575757"), ); +coldironchicken.setForegroundColor(Color.fromHex("b8b8b8")); +coldironchicken.setSpawnType("NONE"); +coldironchicken.register(); + +var lyonchicken = ChickenFactory.createChicken("lyon_chicken", Color.fromHex("575757"), ); +lyonchicken.setForegroundColor(Color.fromHex("b8b8b8")); +lyonchicken.setSpawnType("NONE"); +lyonchicken.register(); + +var crystallitechicken = ChickenFactory.createChicken("crystallite_chicken", Color.fromHex("575757"), ); +crystallitechicken.setForegroundColor(Color.fromHex("b8b8b8")); +crystallitechicken.setSpawnType("NONE"); +crystallitechicken.register(); + +var mystitechicken = ChickenFactory.createChicken("mystite_chicken", Color.fromHex("575757"), ); +mystitechicken.setForegroundColor(Color.fromHex("b8b8b8")); +mystitechicken.setSpawnType("NONE"); +mystitechicken.register(); + +var yellowgemchicken = ChickenFactory.createChicken("yellow_gemstone_chicken", Color.fromHex("575757"), ); +yellowgemchicken.setForegroundColor(Color.fromHex("b8b8b8")); +yellowgemchicken.setSpawnType("NONE"); +yellowgemchicken.register(); + +var whitegemchicken = ChickenFactory.createChicken("white_gemstone_chicken", Color.fromHex("575757"), ); +whitegemchicken.setForegroundColor(Color.fromHex("b8b8b8")); +whitegemchicken.setSpawnType("NONE"); +whitegemchicken.register(); + +var redgemchicken = ChickenFactory.createChicken("red_gemstone_chicken", Color.fromHex("575757"), ); +redgemchicken.setForegroundColor(Color.fromHex("b8b8b8")); +redgemchicken.setSpawnType("NONE"); +redgemchicken.register(); + +var greengemchicken = ChickenFactory.createChicken("green_gemstone_chicken", Color.fromHex("575757"), ); +greengemchicken.setForegroundColor(Color.fromHex("b8b8b8")); +greengemchicken.setSpawnType("NONE"); +greengemchicken.register(); + +var purplegemchicken = ChickenFactory.createChicken("purple_gemstone_chicken", Color.fromHex("575757"), ); +purplegemchicken.setForegroundColor(Color.fromHex("b8b8b8")); +purplegemchicken.setSpawnType("NONE"); +purplegemchicken.register(); + +var bluegemchicken = ChickenFactory.createChicken("blue_gemstone_chicken", Color.fromHex("575757"), ); +bluegemchicken.setForegroundColor(Color.fromHex("b8b8b8")); +bluegemchicken.setSpawnType("NONE"); +bluegemchicken.register(); + +var candytechicken = ChickenFactory.createChicken("candyte_chicken", Color.fromHex("575757"), ); +candytechicken.setForegroundColor(Color.fromHex("b8b8b8")); +candytechicken.setSpawnType("NONE"); +candytechicken.register(); + +var palladiumchicken = ChickenFactory.createChicken("palladium_chicken", Color.fromHex("575757"), ); +palladiumchicken.setForegroundColor(Color.fromHex("b8b8b8")); +palladiumchicken.setSpawnType("NONE"); +palladiumchicken.register(); + +var vitytechicken = ChickenFactory.createChicken("vityte_chicken", Color.fromHex("575757"), ); +vitytechicken.setForegroundColor(Color.fromHex("b8b8b8")); +vitytechicken.setSpawnType("NONE"); +vitytechicken.register(); + +var poloniumchicken = ChickenFactory.createChicken("polonium_chicken", Color.fromHex("575757"), ); +poloniumchicken.setForegroundColor(Color.fromHex("b8b8b8")); +poloniumchicken.setSpawnType("NONE"); +poloniumchicken.register(); + +var ogeritechicken = ChickenFactory.createChicken("ogerite_chicken", Color.fromHex("085e00"), ); +ogeritechicken.setForegroundColor(Color.fromHex("086600")); +ogeritechicken.setSpawnType("NONE"); +ogeritechicken.register(); + +var lunastonechicken = ChickenFactory.createChicken("lunastone_chicken", Color.fromHex("085e00"), ); +lunastonechicken.setForegroundColor(Color.fromHex("b8b8b8")); +lunastonechicken.setSpawnType("NONE"); +lunastonechicken.register(); + +var chalcedonychicken = ChickenFactory.createChicken("chalcedony_chicken", Color.fromHex("5dc4cf"), ); +chalcedonychicken.setForegroundColor(Color.fromHex("5dc4cf")); +chalcedonychicken.setSpawnType("NONE"); +chalcedonychicken.register(); + +var brightsteelchicken = ChickenFactory.createChicken("brightsteel_chicken", Color.fromHex("5dc4cf"), ); +brightsteelchicken.setForegroundColor(Color.fromHex("5dc4cf")); +brightsteelchicken.setSpawnType("NONE"); +brightsteelchicken.register(); + +var unidentifiedchicken = ChickenFactory.createChicken("unidentified_chicken", Color.fromHex("5dc4cf"), ); +unidentifiedchicken.setForegroundColor(Color.fromHex("5dc4cf")); +unidentifiedchicken.setSpawnType("NONE"); +unidentifiedchicken.register(); + +var chaoschicken = ChickenFactory.createChicken("chaos_chicken", Color.fromHex("5dc4cf"), ); +chaoschicken.setForegroundColor(Color.fromHex("5dc4cf")); +chaoschicken.setSpawnType("NONE"); +chaoschicken.register(); + +var glitchchicken = ChickenFactory.createChicken("glitch_chicken", Color.fromHex("5dc4cf"), ); +glitchchicken.setForegroundColor(Color.fromHex("5dc4cf")); +glitchchicken.setSpawnType("NONE"); +glitchchicken.register(); + +var infinitychicken = ChickenFactory.createChicken("infinity_chicken", Color.fromHex("5dc4cf"), ); +infinitychicken.setForegroundColor(Color.fromHex("5dc4cf")); +infinitychicken.setSpawnType("NONE"); +infinitychicken.register(); + +var elecaniumchicken = ChickenFactory.createChicken("elecanium_chicken", Color.fromHex("5dc4cf"), ); +elecaniumchicken.setForegroundColor(Color.fromHex("5dc4cf")); +elecaniumchicken.setSpawnType("NONE"); +elecaniumchicken.register(); \ No newline at end of file diff --git a/scripts/CustomDimensionArtifacts.zs b/scripts/CustomDimensionArtifacts.zs new file mode 100644 index 00000000..fd1bd983 --- /dev/null +++ b/scripts/CustomDimensionArtifacts.zs @@ -0,0 +1,151 @@ +import mods.modularmachinery.RecipeBuilder; + + +val reci12 = RecipeBuilder.newBuilder("precasiaartifactautoinf","arcane_autoinfuser",120); +reci12.addEnergyPerTickInput(1000); +reci12.addItemInput(*6); +reci12.addItemInput(*12); +reci12.addItemInput(); +reci12.addItemOutput(); +reci12.build(); + +val reci13 = RecipeBuilder.newBuilder("creeponiaartifactautoinf","arcane_autoinfuser",120); +reci13.addEnergyPerTickInput(1000); +reci13.addItemInput(*64); +reci13.addItemInput(); +reci13.addItemOutput(); +reci13.build(); + +val reci14 = RecipeBuilder.newBuilder("abyssartifactautoinf","arcane_autoinfuser",120); +reci14.addEnergyPerTickInput(1000); +reci14.addItemInput(); +reci14.addItemInput(*16); +reci14.addItemInput(); +reci14.addItemOutput(); +reci14.build(); + +val reci15 = RecipeBuilder.newBuilder("lelyetiaartifactautoinf","arcane_autoinfuser",120); +reci15.addEnergyPerTickInput(1000); +reci15.addItemInput(*8); +reci15.addItemInput(); +reci15.addItemOutput(); +reci15.build(); + +val reci16 = RecipeBuilder.newBuilder("barathosartifactautoinf","arcane_autoinfuser",120); +reci16.addEnergyPerTickInput(1000); +reci16.addItemInput(*12); +reci16.addItemInput(); +reci16.addItemOutput(); +reci16.build(); + +val reci17 = RecipeBuilder.newBuilder("deeplandsartifactautoinf","arcane_autoinfuser",120); +reci17.addEnergyPerTickInput(1000); +reci17.addItemInput(*18); +reci17.addItemInput(); +reci17.addItemOutput(); +reci17.build(); + +val reci18 = RecipeBuilder.newBuilder("candylandartifactautoinf","gaia_altar",120); +reci18.addEnergyPerTickInput(1000); +reci18.addItemInput(); +reci18.addItemInput(); +reci18.addItemInput(); +reci18.addItemInput(); +reci18.addItemInput(); +reci18.addItemInput(); +reci18.addItemInput(*16); +reci18.addItemInput(); +reci18.addItemOutput(); +reci18.build(); + +val reci19 = RecipeBuilder.newBuilder("celeveartifactautoinf","gaia_altar",120); +reci19.addEnergyPerTickInput(1000); +reci19.addItemInput(); +reci19.addItemInput(); +reci19.addItemInput(); +reci19.addItemInput(); +reci19.addItemInput(); +reci19.addItemInput(); +reci19.addItemInput(*64); +reci19.addItemInput(); +reci19.addItemOutput(); +reci19.build(); + +val reci20 = RecipeBuilder.newBuilder("crysteviaartifactautoinf","gaia_altar",120); +reci20.addEnergyPerTickInput(1000); +reci20.addItemInput(); +reci20.addItemInput(); +reci20.addItemInput(); +reci20.addItemInput(); +reci20.addItemInput(); +reci20.addItemInput(); +reci20.addItemInput(*12); +reci20.addItemInput(); +reci20.addItemOutput(); +reci20.build(); + +val reci21 = RecipeBuilder.newBuilder("gardenciaartifactautoinf","gaia_altar",120); +reci21.addEnergyPerTickInput(1000); +reci21.addItemInput(); +reci21.addItemInput(); +reci21.addItemInput(); +reci21.addItemInput(); +reci21.addItemInput(); +reci21.addItemInput(); +reci21.addItemInput(*24); +reci21.addItemInput(); +reci21.addItemOutput(); +reci21.build(); + +val reci22 = RecipeBuilder.newBuilder("havenartifactautoinf","gaia_altar",120); +reci22.addEnergyPerTickInput(1000); +reci22.addItemInput(); +reci22.addItemInput(); +reci22.addItemInput(); +reci22.addItemInput(); +reci22.addItemInput(); +reci22.addItemInput(); +reci22.addItemInput(*4); +reci22.addItemInput(); +reci22.addItemOutput(); +reci22.build(); + +val reci23 = RecipeBuilder.newBuilder("iromineartifactautoinf","gaia_altar",120); +reci23.addEnergyPerTickInput(1000); +reci23.addItemInput(); +reci23.addItemInput(); +reci23.addItemInput(); +reci23.addItemInput(); +reci23.addItemInput(); +reci23.addItemInput(); +reci23.addItemInput(*20); +reci23.addItemInput(); +reci23.addItemOutput(); +reci23.build(); + +val reci24 = RecipeBuilder.newBuilder("mysteriumartifactautoinf","gaia_altar",120); +reci24.addEnergyPerTickInput(1000); +reci24.addItemInput(); +reci24.addItemInput(); +reci24.addItemInput(); +reci24.addItemInput(); +reci24.addItemInput(); +reci24.addItemInput(); +reci24.addItemInput(*15); +reci24.addItemInput(); +reci24.addItemOutput(); +reci24.build(); + +val reci25 = RecipeBuilder.newBuilder("voxpondsartifactautoinf","gaia_altar",120); +reci25.addEnergyPerTickInput(1000); +reci25.addItemInput(); +reci25.addItemInput(); +reci25.addItemInput(); +reci25.addItemInput(); +reci25.addItemInput(); +reci25.addItemInput(); +reci25.addItemInput(*12); +reci25.addItemInput(); +reci25.addItemOutput(); +reci25.build(); + diff --git a/scripts/CustomEggs.zs b/scripts/CustomEggs.zs new file mode 100644 index 00000000..39bc50d8 --- /dev/null +++ b/scripts/CustomEggs.zs @@ -0,0 +1,206 @@ +#loader contenttweaker +#modloaded chickens + +import mods.contenttweaker.ChickenFactory; +import mods.contenttweaker.Color; +import mods.contenttweaker.VanillaFactory; +import mods.contenttweaker.Item; +import mods.contenttweaker.IItemRightClick; +import mods.contenttweaker.Commands; + + +var jadeegg = VanillaFactory.createItem("jade_egg"); +jadeegg.maxStackSize = 64; +jadeegg.register(); + +var amethystegg = VanillaFactory.createItem("amethyst_egg"); +amethystegg.maxStackSize = 64; +amethystegg.register(); + +var resiteegg = VanillaFactory.createItem("rosite_egg"); +resiteegg.maxStackSize = 64; +resiteegg.register(); + +var limoniteegg = VanillaFactory.createItem("limonite_egg"); +limoniteegg.maxStackSize = 64; +limoniteegg.register(); + +var runiumegg = VanillaFactory.createItem("runium_egg"); +runiumegg.maxStackSize = 64; +runiumegg.register(); + +var arlemiteegg = VanillaFactory.createItem("arlemite_egg"); +arlemiteegg.maxStackSize = 64; +arlemiteegg.register(); + +var realmiteegg = VanillaFactory.createItem("realmite_egg"); +realmiteegg.maxStackSize = 64; +realmiteegg.register(); + +var rupeeegg = VanillaFactory.createItem("rupee_egg"); +rupeeegg.maxStackSize = 64; +rupeeegg.register(); + +var sapphireegg = VanillaFactory.createItem("sapphire_egg"); +sapphireegg.maxStackSize = 64; +sapphireegg.register(); + +var muthrilliumegg = VanillaFactory.createItem("mithrillium_egg"); +muthrilliumegg.maxStackSize = 64; +muthrilliumegg.register(); + +var amberegg = VanillaFactory.createItem("amber_egg"); +amberegg.maxStackSize = 64; +amberegg.register(); + +var rheniumegg = VanillaFactory.createItem("rhenium_egg"); +rheniumegg.maxStackSize = 64; +rheniumegg.register(); + +var bloodgemegg = VanillaFactory.createItem("bloodgem_egg"); +bloodgemegg.maxStackSize = 64; +bloodgemegg.register(); + +var netheriteegg = VanillaFactory.createItem("netherite_egg"); +netheriteegg.maxStackSize = 64; +netheriteegg.register(); + +var emberstoneegg = VanillaFactory.createItem("emberstone_egg"); +emberstoneegg.maxStackSize = 64; +emberstoneegg.register(); + +var chestbonefragmentegg = VanillaFactory.createItem("chestbone_fragment_egg"); +chestbonefragmentegg.maxStackSize = 64; +chestbonefragmentegg.register(); + +var legbonefragmentegg = VanillaFactory.createItem("legbone_fragment_egg"); +legbonefragmentegg.maxStackSize = 64; +legbonefragmentegg.register(); + +var footbonefragmentegg = VanillaFactory.createItem("footbone_fragment_egg"); +footbonefragmentegg.maxStackSize = 64; +footbonefragmentegg.register(); + +var skullbonefragmentegg = VanillaFactory.createItem("skullbone_fragment_egg"); +skullbonefragmentegg.maxStackSize = 64; +skullbonefragmentegg.register(); + +var blaziumegg = VanillaFactory.createItem("blazium_egg"); +blaziumegg.maxStackSize = 64; +blaziumegg.register(); + +var varsiumegg = VanillaFactory.createItem("varsium_egg"); +varsiumegg.maxStackSize = 64; +varsiumegg.register(); + +var baronyteegg = VanillaFactory.createItem("baronyte_egg"); +baronyteegg.maxStackSize = 64; +baronyteegg.register(); + +var fluctuatiteegg = VanillaFactory.createItem("fluctuatite_egg"); +fluctuatiteegg.maxStackSize = 64; +fluctuatiteegg.register(); + +var gemenyteegg = VanillaFactory.createItem("gemenyte_egg"); +gemenyteegg.maxStackSize = 64; +gemenyteegg.register(); + +var jewelyteegg = VanillaFactory.createItem("jewelyte_egg"); +jewelyteegg.maxStackSize = 64; +jewelyteegg.register(); + +var ornamyteegg = VanillaFactory.createItem("ornamyte_egg"); +ornamyteegg.maxStackSize = 64; +ornamyteegg.register(); + +var chargedruniumegg = VanillaFactory.createItem("charged_runium_egg"); +chargedruniumegg.maxStackSize = 64; +chargedruniumegg.register(); + +var bloodstoneegg = VanillaFactory.createItem("bloodstone_egg"); +bloodstoneegg.maxStackSize = 64; +bloodstoneegg.register(); + +var coldironegg = VanillaFactory.createItem("cold_iron_egg"); +coldironegg.maxStackSize = 64; +coldironegg.register(); + +var bluegemegg = VanillaFactory.createItem("blue_gemstone_egg"); +bluegemegg.maxStackSize = 64; +bluegemegg.register(); + +var greengemegg = VanillaFactory.createItem("green_gemstone_egg"); +greengemegg.maxStackSize = 64; +greengemegg.register(); + +var purplegemegg = VanillaFactory.createItem("purple_gemstone_egg"); +purplegemegg.maxStackSize = 64; +purplegemegg.register(); + +var redgemegg = VanillaFactory.createItem("red_gemstone_egg"); +redgemegg.maxStackSize = 64; +redgemegg.register(); + +var whitegemegg = VanillaFactory.createItem("white_gemstone_egg"); +whitegemegg.maxStackSize = 64; +whitegemegg.register(); + +var yellowgemegg = VanillaFactory.createItem("yellow_gemstone_egg"); +yellowgemegg.maxStackSize = 64; +yellowgemegg.register(); + +var crystalliteegg = VanillaFactory.createItem("crystallite_egg"); +crystalliteegg.maxStackSize = 64; +crystalliteegg.register(); + +var lyonegg = VanillaFactory.createItem("lyon_egg"); +lyonegg.maxStackSize = 64; +lyonegg.register(); + +var mystiteegg = VanillaFactory.createItem("mystite_egg"); +mystiteegg.maxStackSize = 64; +mystiteegg.register(); + +var candyteegg = VanillaFactory.createItem("candyte_egg"); +candyteegg.maxStackSize = 64; +candyteegg.register(); + +var palladiumegg = VanillaFactory.createItem("palladium_egg"); +palladiumegg.maxStackSize = 64; +palladiumegg.register(); + +var vityteegg = VanillaFactory.createItem("vityte_egg"); +vityteegg.maxStackSize = 64; +vityteegg.register(); + +var poloniumegg = VanillaFactory.createItem("polonium_egg"); +poloniumegg.maxStackSize = 64; +poloniumegg.register(); + +var ogeriteegg = VanillaFactory.createItem("ogerite_egg"); +ogeriteegg.maxStackSize = 64; +ogeriteegg.register(); + +var lunastoneegg = VanillaFactory.createItem("lunastone_egg"); +lunastoneegg.maxStackSize = 64; +lunastoneegg.register(); + +var chalcedonyegg = VanillaFactory.createItem("chalcedony_egg"); +chalcedonyegg.maxStackSize = 64; +chalcedonyegg.register(); + +var brightsteelegg = VanillaFactory.createItem("brightsteel_egg"); +brightsteelegg.maxStackSize = 64; +brightsteelegg.register(); + +var unidentifiedegg = VanillaFactory.createItem("unidentified_egg"); +unidentifiedegg.maxStackSize = 64; +unidentifiedegg.register(); + +var chaoticegg = VanillaFactory.createItem("chaotic_egg"); +chaoticegg.maxStackSize = 64; +chaoticegg.register(); + +var glitchegg = VanillaFactory.createItem("glitch_infused_egg"); +glitchegg.maxStackSize = 64; +glitchegg.register(); \ No newline at end of file diff --git a/scripts/CustomFluids.zs b/scripts/CustomFluids.zs new file mode 100644 index 00000000..6a0ad6f5 --- /dev/null +++ b/scripts/CustomFluids.zs @@ -0,0 +1,345 @@ +#loader contenttweaker + +import mods.contenttweaker.VanillaFactory; +import mods.contenttweaker.Fluid; +import mods.contenttweaker.Color; + +var PE = VanillaFactory.createFluid("liquid_pe", Color.fromHex("1DB8B2")); +PE.temperature = 3000; +PE.register(); + +var LP = VanillaFactory.createFluid("liquid_lp", Color.fromHex("8c0f06")); +LP.register(); + +var DF = VanillaFactory.createFluid("eternal_dragon_fire", Color.fromHex("662105")); +DF.register(); + +var overnether = VanillaFactory.createFluid("dimensional_essence", Color.fromHex("57327a")); +overnether.register(); + +var liqvoid = VanillaFactory.createFluid("liquid_void", Color.fromHex("000000")); +liqvoid.register(); + +var overfluid = VanillaFactory.createFluid("overworldian_fluid", Color.fromHex("056b11")); +overfluid.register(); + +var enrichcanola = VanillaFactory.createFluid("enriched_canola_oil", Color.fromHex("3b270b")); +enrichcanola.register(); + +var nethenfluid = VanillaFactory.createFluid("nethengeic_fluid", Color.fromHex("a14f4f")); +nethenfluid.register(); + +var liquiduu = VanillaFactory.createFluid("liquid_uu_matter", Color.fromHex("a607a6")); +liquiduu.register(); + +var spatmatt = VanillaFactory.createFluid("spatial_matter", Color.fromHex("a604a4")); +spatmatt.register(); + +var denseplasma = VanillaFactory.createFluid("dense_plasma", Color.fromHex("e84382")); +denseplasma.register(); + +var dragonplasticfluid = VanillaFactory.createFluid("dragons_blood_plastic", Color.fromHex("ab4949")); +dragonplasticfluid.register(); + +var fossilrefinedoil = VanillaFactory.createFluid("fossile_refined_oil", Color.fromHex("a6a381")); +fossilrefinedoil.register(); + +var aerialmoonshine = VanillaFactory.createFluid("aerial_moonshine", Color.fromHex("999999")); +aerialmoonshine.register(); + +var spicypyrotheum = VanillaFactory.createFluid("spicy_pyrotheum", Color.fromHex("999999")); +spicypyrotheum.register(); + +var lightlava = VanillaFactory.createFluid("luminous_lava", Color.fromHex("7d7b37")); +lightlava.register(); + +var cosmicmatter = VanillaFactory.createFluid("cosmic_matter", Color.fromHex("12122b")); +cosmicmatter.register(); + +var nightwater = VanillaFactory.createFluid("nightly_water", Color.fromHex("00044f")); +nightwater.register(); + +var daywater = VanillaFactory.createFluid("sunstruck_water", Color.fromHex("d46b20")); +daywater.register(); + +var twilightwater = VanillaFactory.createFluid("crepuscular_water", Color.fromHex("08618a")); +twilightwater.register(); + +var gravestone = VanillaFactory.createFluid("seared_grave_stone", Color.fromHex("08618a")); +gravestone.register(); + +var astralwater = VanillaFactory.createFluid("astral_water", Color.fromHex("c9c9c9")); +astralwater.register(); + +var madnessliq = VanillaFactory.createFluid("liquid_madness", Color.fromHex("000000")); +madnessliq.register(); + +var ethfabric = VanillaFactory.createFluid("ethereal_fabric", Color.fromHex("c9c9c9")); +ethfabric.register(); + +var ghostmat = VanillaFactory.createFluid("ghostly_matter", Color.fromHex("c9c9c9")); +ghostmat.register(); + +var liquidlife = VanillaFactory.createFluid("liquid_life", Color.fromHex("c9c9c9")); +liquidlife.register(); + +var pixonialymph = VanillaFactory.createFluid("lymph_of_pixonia", Color.fromHex("c9c9c9")); +pixonialymph.register(); + +var galacticmatter = VanillaFactory.createFluid("galactic_matter", Color.fromHex("302f10")); +galacticmatter.register(); + +var milkestchocolate = VanillaFactory.createFluid("milkiest_chocolate", Color.fromHex("632f02")); +milkestchocolate.register(); + +var alchemicalgoo = VanillaFactory.createFluid("alchemical_goo", Color.fromHex("17237a")); +alchemicalgoo.register(); + +var twilightmatter = VanillaFactory.createFluid("twilight_matter", Color.fromHex("948f04")); +twilightmatter.register(); + +var weakenedcryotheoum = VanillaFactory.createFluid("weakened_cryotheoum", Color.fromHex("94fffb")); +weakenedcryotheoum.register(); + +var livinggoldnak = VanillaFactory.createFluid("lving_gold_nak", Color.fromHex("948f04")); +livinggoldnak.register(); + +var chaoticmatter = VanillaFactory.createFluid("chaotic_matter", Color.fromHex("15054f")); +chaoticmatter.register(); + +var nightmarematter = VanillaFactory.createFluid("nightmarish_matter", Color.fromHex("68e393")); +nightmarematter.register(); + +var twilightfire = VanillaFactory.createFluid("twilight_fire", Color.fromHex("68e393")); +twilightfire.register(); + +var universalmatter = VanillaFactory.createFluid("universal_matter", Color.fromHex("eaff00")); +universalmatter.register(); + +var shyreweedoil = VanillaFactory.createFluid("shyre_weed_oil", Color.fromHex("ded776")); +shyreweedoil.register(); + +var energizedmulch = VanillaFactory.createFluid("energized_mulch", Color.fromHex("614a2d")); +energizedmulch.register(); + +var refinedplasma = VanillaFactory.createFluid("hyperdense_plasma", Color.fromHex("140c02")); +refinedplasma.register(); + +var cursedmyrmitite = VanillaFactory.createFluid("cursed_myrmitite", Color.fromHex("40311f")); +cursedmyrmitite.register(); + +var nautrinoplasma = VanillaFactory.createFluid("netrino_plasma", Color.fromHex("312733")); +nautrinoplasma.register(); + +var matterfissure = VanillaFactory.createFluid("decomposed_matter", Color.fromHex("e1d8e3")); +matterfissure.register(); + +var atomicnuclei = VanillaFactory.createFluid("atomic_nuclei", Color.fromHex("e1d8e3")); +atomicnuclei.register(); + +var electrons = VanillaFactory.createFluid("electrons", Color.fromHex("e1d8e3")); +electrons.register(); + +var bosons = VanillaFactory.createFluid("bosons", Color.fromHex("e1d8e3")); +bosons.register(); + +var protons = VanillaFactory.createFluid("protons", Color.fromHex("e1d8e3")); +protons.register(); + +var neutrons = VanillaFactory.createFluid("neutrons", Color.fromHex("e1d8e3")); +neutrons.register(); + +var higgs = VanillaFactory.createFluid("higgs", Color.fromHex("e1d8e3")); +higgs.register(); + +var gravitrons = VanillaFactory.createFluid("gravitrons", Color.fromHex("e1d8e3")); +gravitrons.register(); + +var strings = VanillaFactory.createFluid("strings", Color.fromHex("ffd18c")); +strings.register(); + +var muons = VanillaFactory.createFluid("muons", Color.fromHex("8cf7ff")); +muons.register(); + +var fierypeat = VanillaFactory.createFluid("fiery_peat", Color.fromHex("4a250f")); +fierypeat.register(); + +var halitefluid = VanillaFactory.createFluid("halite_fluid", Color.fromHex("30fc03")); +halitefluid.register(); + +var hintinsanity = VanillaFactory.createFluid("hint_of_insanity", Color.fromHex("ff0000")); +hintinsanity.register(); + +var hintdivinity = VanillaFactory.createFluid("hint_of_divinity", Color.fromHex("ffed24")); +hintdivinity.register(); + +var magnatarstable = VanillaFactory.createFluid("magnatar_stabilizer", Color.fromHex("cf6bcf")); +magnatarstable.register(); + +var moltenrealmite = VanillaFactory.createFluid("molten_realmite", Color.fromHex("b5682a")); +moltenrealmite.register(); + +var moltenarlemite = VanillaFactory.createFluid("molten_arlemite", Color.fromHex("30b524")); +moltenarlemite.register(); + +var moltenrupee = VanillaFactory.createFluid("molten_rupee", Color.fromHex("2441bf")); +moltenrupee.register(); + +var moltennetherite = VanillaFactory.createFluid("molten_netherite", Color.fromHex("de241b")); +moltennetherite.register(); + +var lumiotheum = VanillaFactory.createFluid("lumiotheum", Color.fromHex("946b28")); +lumiotheum.register(); + +var eptane = VanillaFactory.createFluid("eptane", Color.fromHex("946b28")); +eptane.register(); + +var gluons = VanillaFactory.createFluid("gluons", Color.fromHex("e1d8e3")); +gluons.register(); + +var quarks = VanillaFactory.createFluid("quarks", Color.fromHex("e1d8e3")); +quarks.register(); + +var leptons = VanillaFactory.createFluid("leptons", Color.fromHex("e1d8e3")); +leptons.register(); + +var ilarityessence = VanillaFactory.createFluid("essence_of_ilarity", Color.fromHex("d66813")); +ilarityessence.register(); + +var evanescentbifrost = VanillaFactory.createFluid("evanescent_bifrost", Color.fromHex("469094")); +evanescentbifrost.register(); + +var vibratingmatter = VanillaFactory.createFluid("vibrating_matter", Color.fromHex("469094")); +vibratingmatter.register(); + +var unstablehassium = VanillaFactory.createFluid("unstable_hassium", Color.fromHex("469094")); +unstablehassium.register(); + +var etherealgoo = VanillaFactory.createFluid("radioactive_ethereal_goo", Color.fromHex("c7b2b1")); +etherealgoo.register(); + +var astatine = VanillaFactory.createFluid("astatine", Color.fromHex("7aff7a")); +astatine.register(); + +var theobromine = VanillaFactory.createFluid("theobromine", Color.fromHex("a88732")); +theobromine.register(); + +var nitrogen16 = VanillaFactory.createFluid("nitrogen_16", Color.fromHex("92e0c8")); +nitrogen16.register(); + +var potassium41 = VanillaFactory.createFluid("potassium_41", Color.fromHex("b7c726")); +potassium41.register(); + +var unholyradioactivemix = VanillaFactory.createFluid("unholy_radioactive_mix", Color.fromHex("27cc3a")); +unholyradioactivemix.register(); + +var vitallymph = VanillaFactory.createFluid("vital_lymph", Color.fromHex("0a4a11")); +vitallymph.register(); + +var resonatingmatter = VanillaFactory.createFluid("resonating_matter", Color.fromHex("0a2a11")); +resonatingmatter.register(); + +var chaotichoney1 = VanillaFactory.createFluid("chaotic_honey_1", Color.fromHex("85946a")); +chaotichoney1.register(); + +var chaotichoney2 = VanillaFactory.createFluid("chaotic_honey_2", Color.fromHex("859461")); +chaotichoney2.register(); + +var chaotichoney3 = VanillaFactory.createFluid("chaotic_honey_3", Color.fromHex("859462")); +chaotichoney3.register(); + +var chaotichoney4 = VanillaFactory.createFluid("chaotic_honey_4", Color.fromHex("859460")); +chaotichoney4.register(); + +var fluidsubconscious = VanillaFactory.createFluid("fluid_subconscius", Color.fromHex("992b46")); +fluidsubconscious.register(); + +var meatane = VanillaFactory.createFluid("meatane", Color.fromHex("c29f4e")); +meatane.register(); + +var hydrajuices = VanillaFactory.createFluid("hydra_juices", Color.fromHex("c29f2e")); +hydrajuices.register(); + +var neon = VanillaFactory.createFluid("neon", Color.fromHex("ed7d32")); +neon.register(); + +var silicon = VanillaFactory.createFluid("molten_silicon", Color.fromHex("78716d")); +silicon.register(); + +var phosphorous = VanillaFactory.createFluid("molten_phosphorus", Color.fromHex("888f42")); +phosphorous.register(); + +var chlorine = VanillaFactory.createFluid("chlorine", Color.fromHex("0d4c54")); +chlorine.register(); + +var argon = VanillaFactory.createFluid("argon", Color.fromHex("4a2f61")); +argon.register(); + +var scandium = VanillaFactory.createFluid("molten_scandium", Color.fromHex("575757")); +scandium.register(); + +var vanadium = VanillaFactory.createFluid("molten_vanadium", Color.fromHex("91492a")); +vanadium.register(); + +var gallium = VanillaFactory.createFluid("molten_gallium", Color.fromHex("707070")); +gallium.register(); + +var germanium = VanillaFactory.createFluid("molten_germanium", Color.fromHex("6e6c59")); +germanium.register(); + +var selenium = VanillaFactory.createFluid("selenium", Color.fromHex("473118")); +selenium.register(); + +var bromine = VanillaFactory.createFluid("bromine", Color.fromHex("a6743c")); +bromine.register(); + +var krypton = VanillaFactory.createFluid("krypton", Color.fromHex("a6743c")); +krypton.register(); + +var noblegasmix = VanillaFactory.createFluid("noble_gas_mix", Color.fromHex("ffffff")); +noblegasmix.register(); + +var coolednoblegasmix = VanillaFactory.createFluid("supercooled_noble_gas_mix", Color.fromHex("ffffff")); +coolednoblegasmix.register(); + +var kryptonxenon = VanillaFactory.createFluid("krypton_xenon_mix", Color.fromHex("ffffff")); +kryptonxenon.register(); + +var xenon = VanillaFactory.createFluid("xenon", Color.fromHex("4b2aa1")); +xenon.register(); + +var saltwater = VanillaFactory.createFluid("salt_water", Color.fromHex("496fd6")); +saltwater.register(); + +var moltencalcite = VanillaFactory.createFluid("molten_calcite", Color.fromHex("496fd6")); +moltencalcite.register(); + +var brine = VanillaFactory.createFluid("brine", Color.fromHex("496fd6")); +brine.register(); + +var unelectrolisedwater = VanillaFactory.createFluid("mineral_water", Color.fromHex("496fd6")); +unelectrolisedwater.register(); + +var salinecompounds = VanillaFactory.createFluid("saline_remains", Color.fromHex("496fd6")); +salinecompounds.register(); + +var francium = VanillaFactory.createFluid("francium", Color.fromHex("496fd6")); +francium.register(); + +var yttrium = VanillaFactory.createFluid("yttrium", Color.fromHex("496fd6")); +yttrium.register(); + +var yttriumoxide = VanillaFactory.createFluid("yttrium_oxide", Color.fromHex("496fd6")); +yttriumoxide.register(); + +var yttriumfluoride = VanillaFactory.createFluid("yttrium_fluoride", Color.fromHex("496fd6")); +yttriumfluoride.register(); + +var hydrochloricacid = VanillaFactory.createFluid("hydrochloric_acid", Color.fromHex("496fd6")); +hydrochloricacid.register(); + +var barium = VanillaFactory.createFluid("barium", Color.fromHex("496fd6")); +barium.register(); + +var mildlyrecursivegoo = VanillaFactory.createFluid("mildly_recursive_goo", Color.fromHex("534a54")); +mildlyrecursivegoo.register(); \ No newline at end of file diff --git a/scripts/CustomFoods.zs b/scripts/CustomFoods.zs new file mode 100644 index 00000000..29d46b94 --- /dev/null +++ b/scripts/CustomFoods.zs @@ -0,0 +1,176 @@ +#loader contenttweaker + +import mods.contenttweaker.VanillaFactory; +import mods.contenttweaker.ItemFood; + +var speed = VanillaFactory.createItemFood("test_food", 6); +speed.saturation = 2; +speed.onItemFoodEaten = function(stack, world, player) { + player.addPotionEffect(.makePotionEffect(600, 1)); +}; +speed.register(); + +var meatball1 = VanillaFactory.createItemFood("hearty_meatball", 5); +meatball1.saturation = 1; +meatball1.onItemFoodEaten = function(stack, world, player) { + player.addPotionEffect(.makePotionEffect(1200, 0)); + player.addPotionEffect(.makePotionEffect(1200, 0)); +}; +meatball1.register(); + +var meatball0 = VanillaFactory.createItemFood("meatball", 1); +meatball0.saturation = 1; +meatball0.register(); + +var spaghettimeatball = VanillaFactory.createItemFood("meatball_pasta", 3); +spaghettimeatball.saturation = 2; +spaghettimeatball.register(); + +var pastameatballspicy = VanillaFactory.createItemFood("spicy_meatball_pasta", 8); +pastameatballspicy.saturation = 2; +pastameatballspicy.onItemFoodEaten = function(stack, world, player) { + player.addPotionEffect(.makePotionEffect(1200, 0)); + player.addPotionEffect(.makePotionEffect(1200, 0)); +}; +pastameatballspicy.register(); + +var pastameatball = VanillaFactory.createItemFood("fiery_meatball_pasta", 8); +pastameatball.saturation = 2; +pastameatball.onItemFoodEaten = function(stack, world, player) { + player.addPotionEffect(.makePotionEffect(36000, 0)); + player.addPotionEffect(.makePotionEffect(36000, 0)); +}; +pastameatball.register(); + +var intpastameatball = VanillaFactory.createItemFood("intense_meatball_pasta", 8); +intpastameatball.saturation = 2; +intpastameatball.onItemFoodEaten = function(stack, world, player) { + player.addPotionEffect(.makePotionEffect(36000, 4)); + player.addPotionEffect(.makePotionEffect(36000, 4)); +}; +intpastameatball.register(); + +var agliooliopeperoncinopasta = VanillaFactory.createItemFood("aglio_olio_peperoncino_pasta", 8); +agliooliopeperoncinopasta.saturation = 3; +agliooliopeperoncinopasta.onItemFoodEaten = function(stack, world, player) { + player.addPotionEffect(.makePotionEffect(48000, 1)); +}; +agliooliopeperoncinopasta.register(); + +var strangemeatball = VanillaFactory.createItemFood("strange_meatball", 2); +strangemeatball.saturation = 1; +strangemeatball.onItemFoodEaten = function(stack, world, player) { + player.addPotionEffect(.makePotionEffect(36000, 10)); + player.addPotionEffect(.makePotionEffect(36000, 10)); + player.addPotionEffect(.makePotionEffect(36000, 4)); +}; +strangemeatball.register(); + +var driedvishroom = VanillaFactory.createItemFood("dried_vishroom", 2); +driedvishroom.saturation = 1; +driedvishroom.onItemFoodEaten = function(stack, world, player) { + player.addPotionEffect(.makePotionEffect(600, 0)); +// player.addPotionEffect(.makePotionEffect(12000, 0)); + player.addPotionEffect(.makePotionEffect(36000, 3)); +}; +driedvishroom.register(); + +var strangebrownie = VanillaFactory.createItemFood("strange_brownie", 1); +strangebrownie.saturation = 1; +strangebrownie.onItemFoodEaten = function(stack, world, player) { + player.addPotionEffect(.makePotionEffect(12000, 1)); +}; +strangebrownie.register(); + +var goldensteak = VanillaFactory.createItemFood("golden_steak", 4); +goldensteak.saturation = 3; +goldensteak.onItemFoodEaten = function(stack, world, player) { + player.addPotionEffect(.makePotionEffect(12000, 0)); +}; +goldensteak.register(); + +var goldensteakplu = VanillaFactory.createItemFood("really_golden_steak", 4); +goldensteakplu.saturation = 3; +goldensteakplu.onItemFoodEaten = function(stack, world, player) { + player.addPotionEffect(.makePotionEffect(480, 5)); +}; +goldensteakplu.register(); + +var bentos = VanillaFactory.createItemFood("bento_s", 4); +bentos.saturation = 1; +bentos.register(); + +var bentom = VanillaFactory.createItemFood("bento_m", 5); +bentom.saturation = 2; +bentom.register(); + +var bentol = VanillaFactory.createItemFood("bento_l", 6); +bentol.saturation = 3; +bentol.register(); + +var bentoxl = VanillaFactory.createItemFood("bento_xl", 6); +bentoxl.saturation = 4; +bentoxl.onItemFoodEaten = function(stack, world, player) { + player.addPotionEffect(.makePotionEffect(36000, 0)); +}; +bentoxl.register(); + +var bentoxxl = VanillaFactory.createItemFood("bento_xxl", 8); +bentoxxl.saturation = 4; +bentoxxl.onItemFoodEaten = function(stack, world, player) { + player.addPotionEffect(.makePotionEffect(36000, 0)); + player.addPotionEffect(.makePotionEffect(12000, 0)); + player.addPotionEffect(.makePotionEffect(36000, 0)); +}; +bentoxxl.register(); + +var bentoxxxl = VanillaFactory.createItemFood("bento_xxxl", 16); +bentoxxxl.saturation = 5; +bentoxxxl.onItemFoodEaten = function(stack, world, player) { + player.addPotionEffect(.makePotionEffect(36000, 0)); + player.addPotionEffect(.makePotionEffect(12000, 2)); + player.addPotionEffect(.makePotionEffect(36000, 0)); +}; +bentoxxxl.register(); + +var buffalocharger = VanillaFactory.createItemFood("buffalo_charger", 5); +buffalocharger.saturation = 1; +buffalocharger.onItemFoodEaten = function(stack, world, player) { + player.addPotionEffect(.makePotionEffect(600, 1)); +}; +buffalocharger.register(); + +var dragoneggomelette = VanillaFactory.createItemFood("dragon_egg_omelette", 5); +dragoneggomelette.saturation = 1; +dragoneggomelette.onItemFoodEaten = function(stack, world, player) { + player.addPotionEffect(.makePotionEffect(12000, 100)); +}; +dragoneggomelette.register(); + +var sourcandyx = VanillaFactory.createItemFood("sour_candy_x", 5); +sourcandyx.saturation = 1; +sourcandyx.onItemFoodEaten = function(stack, world, player) { + player.addPotionEffect(.makePotionEffect(999999, 1)); +}; +sourcandyx.register(); + +var burned_enchanted_feather = VanillaFactory.createItemFood("burned_enchanted_feather", 5); +burned_enchanted_feather.saturation = 1; +burned_enchanted_feather.onItemFoodEaten = function(stack, world, player) { + player.addPotionEffect(.makePotionEffect(999999, 1)); +}; +burned_enchanted_feather.register(); + +var lollypopy = VanillaFactory.createItemFood("lollypop_y", 5); +lollypopy.saturation = 1; +lollypopy.onItemFoodEaten = function(stack, world, player) { + player.addPotionEffect(.makePotionEffect(999999, 1)); +}; +lollypopy.register(); + +var gummywormz = VanillaFactory.createItemFood("gummy_worm_z", 5); +gummywormz.saturation = 1; +gummywormz.onItemFoodEaten = function(stack, world, player) { + player.addPotionEffect(.makePotionEffect(999999, 1)); +}; +gummywormz.register(); \ No newline at end of file diff --git a/scripts/CustomFoodsRecipes.zs b/scripts/CustomFoodsRecipes.zs new file mode 100644 index 00000000..060f947a --- /dev/null +++ b/scripts/CustomFoodsRecipes.zs @@ -0,0 +1,192 @@ +recipes.remove(); + +recipes.remove(); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.remove(); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.remove(); + +recipes.addShaped(*10, +[[null, null, null], +[, , ], +[null, null, null]]); + +recipes.remove(); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +mods.thermalexpansion.Compactor.addPressRecipe(, , 100); + +mods.thermalexpansion.Transposer.addFillRecipe(, , * 5, 20); + +mods.thermalexpansion.Transposer.addFillRecipe(, , * 5, 20); + +mods.thermalexpansion.Transposer.addFillRecipe(, , * 5, 20); + +recipes.remove(); + +recipes.remove(); + +mods.tconstruct.Drying.addRecipe(,, 100); + +mods.tconstruct.Drying.addRecipe(,, 100); + +recipes.remove(); + +mods.thermalexpansion.Transposer.addFillRecipe(, , *5, 20); + +mods.enderio.SagMill.addRecipe([], +[1], +); + +mods.enderio.SagMill.addRecipe([], +[1], +); + +mods.thermalexpansion.InductionSmelter.addRecipe(, +, , +6000); + +recipes.addShaped(, +[[null, , null], +[, , ], +[null, , null]]); + +recipes.addShaped(, +[[null, null, null], +[, , ], +[null, null, null]]); + +recipes.addShaped(, +[[null, null, null], +[, , ], +[null, null, null]]); + +recipes.addShaped(, +[[null, null, null], +[, , ], +[null, null, null]]); + +recipes.addShaped(, +[[null, null, null], +[, , ], +[null, null, null]]); + +mods.thermalexpansion.InductionSmelter.addRecipe(, +*64, *64, +6000); + +mods.thermalexpansion.InductionSmelter.addRecipe(, +*64, *64, +6000); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +mods.tconstruct.Drying.addRecipe(,, 200); + +recipes.remove(); + +recipes.remove(); + +recipes.addShaped(, +[[null, , null], +[, , ], +[null, , null]]); + +recipes.addShaped(*2, +[[null, , null], +[, , ], +[null, , null]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShapeless(, +[, , , , ]); + +recipes.addShapeless(, +[, , , ]); + +recipes.addShapeless(, +[, , ]); + +recipes.addShapeless(, +[, , ]); + +recipes.addShapeless(, +[, , , ]); + +recipes.addShapeless(, +[, , , , ]); + +furnace.addRecipe(,); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +furnace.addRecipe(,); diff --git a/scripts/CustomItems.zs b/scripts/CustomItems.zs new file mode 100644 index 00000000..e34c4bf7 --- /dev/null +++ b/scripts/CustomItems.zs @@ -0,0 +1,2895 @@ +#loader contenttweaker + +import mods.contenttweaker.VanillaFactory; +import mods.contenttweaker.Item; +import mods.contenttweaker.IItemRightClick; +import mods.contenttweaker.Commands; + + +var nsing = VanillaFactory.createItem("nethersky_steel_ingot"); +nsing.maxStackSize = 64; +nsing.beaconPayment = true; +nsing.register(); + +var nsdu = VanillaFactory.createItem("nethersky_steel_dust"); +nsdu.maxStackSize = 64; +nsdu.beaconPayment = false; +nsdu.register(); + +var vdu = VanillaFactory.createItem("void_dust"); +vdu.maxStackSize = 64; +vdu.beaconPayment = false; +vdu.register(); + +var wweye = VanillaFactory.createItem("everwatching_eye"); +wweye.maxStackSize = 64; +wweye.beaconPayment = false; +wweye.register(); + +var cry0 = VanillaFactory.createItem("demon_will_powder"); +cry0.maxStackSize = 64; +cry0.beaconPayment = false; +cry0.register(); + +var cry1 = VanillaFactory.createItem("corrosive_will_powder"); +cry1.maxStackSize = 64; +cry1.beaconPayment = false; +cry1.register(); + +var cry2 = VanillaFactory.createItem("destructive_will_powder"); +cry2.maxStackSize = 64; +cry2.beaconPayment = false; +cry2.register(); + +var cry3 = VanillaFactory.createItem("vengeful_will_powder"); +cry3.maxStackSize = 64; +cry3.beaconPayment = false; +cry3.register(); + +var cry4 = VanillaFactory.createItem("steadfast_will_powder"); +cry4.maxStackSize = 64; +cry4.beaconPayment = false; +cry4.register(); + +var encan = VanillaFactory.createItem("enriched_canola_seed"); +encan.maxStackSize = 64; +encan.beaconPayment = false; +encan.register(); + +var realmstone = VanillaFactory.createItem("realmstone"); +realmstone.maxStackSize = 64; +realmstone.beaconPayment = false; +realmstone.register(); + +var gravlens = VanillaFactory.createItem("gravitite_lens"); +gravlens.maxStackSize = 16; +gravlens.beaconPayment = false; +gravlens.register(); + +var firecon = VanillaFactory.createItem("fire_construct"); +firecon.maxStackSize = 64; +firecon.beaconPayment = false; +firecon.register(); + +var icecon = VanillaFactory.createItem("ice_construct"); +icecon.maxStackSize = 64; +icecon.beaconPayment = false; +icecon.register(); + +var nethenrune = VanillaFactory.createItem("nethengeic_rune"); +nethenrune.maxStackSize = 64; +nethenrune.beaconPayment = false; +nethenrune.register(); + +var bluematter = VanillaFactory.createItem("blue_matter"); +bluematter.maxStackSize = 64; +bluematter.beaconPayment = false; +bluematter.register(); + +var divinestar = VanillaFactory.createItem("divine_star"); +divinestar.maxStackSize = 64; +divinestar.beaconPayment = false; +divinestar.register(); + +var dragonplastic = VanillaFactory.createItem("dragons_blood_plastic"); +dragonplastic.maxStackSize = 64; +dragonplastic.beaconPayment = false; +dragonplastic.register(); + +var precasiaartifact = VanillaFactory.createItem("precasian_artifact"); +precasiaartifact.maxStackSize = 64; +precasiaartifact.beaconPayment = false; +precasiaartifact.register(); + +var edencore = VanillaFactory.createItem("eden_core"); +edencore.maxStackSize = 16; +edencore.register(); + +var abyssartifact = VanillaFactory.createItem("abyssal_artifact"); +abyssartifact.maxStackSize = 64; +abyssartifact.beaconPayment = false; +abyssartifact.register(); + +var lelyetiaartifact = VanillaFactory.createItem("lelyetian_artifact"); +lelyetiaartifact.maxStackSize = 64; +lelyetiaartifact.beaconPayment = false; +lelyetiaartifact.register(); + +var barathosartifact = VanillaFactory.createItem("barathos_artifact"); +barathosartifact.maxStackSize = 64; +barathosartifact.beaconPayment = false; +barathosartifact.register(); + +var creeponiaartifact = VanillaFactory.createItem("creeponian_artifact"); +creeponiaartifact.maxStackSize = 64; +creeponiaartifact.beaconPayment = false; +creeponiaartifact.register(); + +var deeplandartifact = VanillaFactory.createItem("deeplands_artifact"); +deeplandartifact.maxStackSize = 64; +deeplandartifact.beaconPayment = false; +deeplandartifact.register(); + + +var tartarusartifact = VanillaFactory.createItem("tartarus_artifact"); +tartarusartifact.maxStackSize = 64; +tartarusartifact.beaconPayment = false; +tartarusartifact.register(); + +var eldritchwill = VanillaFactory.createItem("eldritch_will_crystal"); +eldritchwill.maxStackSize = 64; +eldritchwill.beaconPayment = false; +eldritchwill.register(); + +var eldritchwillseed = VanillaFactory.createItem("eldritch_will_crystal_seeds"); +eldritchwillseed.maxStackSize = 64; +eldritchwillseed.beaconPayment = false; +eldritchwillseed.register(); + +var jewelrunium = VanillaFactory.createItem("jeweled_runium"); +jewelrunium.maxStackSize = 64; +jewelrunium.beaconPayment = false; +jewelrunium.register(); + +var edenstar = VanillaFactory.createItem("eden_star"); +edenstar.maxStackSize = 64; +edenstar.beaconPayment = false; +edenstar.register(); + + +var candylandartifact = VanillaFactory.createItem("candyland_artifact"); +candylandartifact.maxStackSize = 64; +candylandartifact.beaconPayment = false; +candylandartifact.register(); + +var celeveartifact = VanillaFactory.createItem("celeve_artifact"); +celeveartifact.maxStackSize = 64; +celeveartifact.beaconPayment = false; +celeveartifact.register(); + +var crysteviaartifact = VanillaFactory.createItem("crystevia_artifact"); +crysteviaartifact.maxStackSize = 64; +crysteviaartifact.beaconPayment = false; +crysteviaartifact.register(); + +var gardenciaartifact = VanillaFactory.createItem("gardencia_artifact"); +gardenciaartifact.maxStackSize = 64; +gardenciaartifact.beaconPayment = false; +gardenciaartifact.register(); + +var havenartifact = VanillaFactory.createItem("haven_artifact"); +havenartifact.maxStackSize = 64; +havenartifact.beaconPayment = false; +havenartifact.register(); + +var iromineartifact = VanillaFactory.createItem("iromine_artifact"); +iromineartifact.maxStackSize = 64; +iromineartifact.beaconPayment = false; +iromineartifact.register(); + +var mysteriumartifact = VanillaFactory.createItem("mysterium_artifact"); +mysteriumartifact.maxStackSize = 64; +mysteriumartifact.beaconPayment = false; +mysteriumartifact.register(); + +var voxpondsartifact = VanillaFactory.createItem("voxponds_artifact"); +voxpondsartifact.maxStackSize = 64; +voxpondsartifact.beaconPayment = false; +voxpondsartifact.register(); + +var resplendentingot = VanillaFactory.createItem("resplendent_ingot"); +resplendentingot.maxStackSize = 64; +resplendentingot.beaconPayment = false; +resplendentingot.register(); + + +var wildwoodcore = VanillaFactory.createItem("wildwood_core"); +wildwoodcore.maxStackSize = 64; +wildwoodcore.beaconPayment = false; +wildwoodcore.register(); + +var twimad = VanillaFactory.createItem("fragment_madness"); +twimad.maxStackSize = 64; +twimad.beaconPayment = false; +twimad.register(); + +var precasiagarnet = VanillaFactory.createItem("precasia_garnet"); +precasiagarnet.maxStackSize = 64; +precasiagarnet.beaconPayment = false; +precasiagarnet.register(); + +var barathosgarnet = VanillaFactory.createItem("barathos_garnet"); +barathosgarnet.maxStackSize = 64; +barathosgarnet.beaconPayment = false; +barathosgarnet.register(); + +var lelyetiagarnet = VanillaFactory.createItem("lelyetia_garnet"); +lelyetiagarnet.maxStackSize = 64; +lelyetiagarnet.beaconPayment = false; +lelyetiagarnet.register(); + +var creeponiagarnet = VanillaFactory.createItem("creeponia_garnet"); +creeponiagarnet.maxStackSize = 64; +creeponiagarnet.beaconPayment = false; +creeponiagarnet.register(); + +var deeplandsgarnet = VanillaFactory.createItem("deeplands_garnet"); +deeplandsgarnet.maxStackSize = 64; +deeplandsgarnet.beaconPayment = false; +deeplandsgarnet.register(); + +var abyssgarnet = VanillaFactory.createItem("abyss_garnet"); +abyssgarnet.maxStackSize = 64; +abyssgarnet.beaconPayment = false; +abyssgarnet.register(); + +var candylandgarnet = VanillaFactory.createItem("candyland_garnet"); +candylandgarnet.maxStackSize = 64; +candylandgarnet.beaconPayment = false; +candylandgarnet.register(); + +var celevegarnet = VanillaFactory.createItem("celeve_garnet"); +celevegarnet.maxStackSize = 64; +celevegarnet.beaconPayment = false; +celevegarnet.register(); + +var crysteviagarnet = VanillaFactory.createItem("crystevia_garnet"); +crysteviagarnet.maxStackSize = 64; +crysteviagarnet.beaconPayment = false; +crysteviagarnet.register(); + +var gardenciagarnet = VanillaFactory.createItem("gardencia_garnet"); +gardenciagarnet.maxStackSize = 64; +gardenciagarnet.beaconPayment = false; +gardenciagarnet.register(); + +var havengarnet = VanillaFactory.createItem("haven_garnet"); +havengarnet.maxStackSize = 64; +havengarnet.beaconPayment = false; +havengarnet.register(); + +var irominegarnet = VanillaFactory.createItem("iromine_garnet"); +irominegarnet.maxStackSize = 64; +irominegarnet.beaconPayment = false; +irominegarnet.register(); + +var mysteriumgarnet = VanillaFactory.createItem("mysterium_garnet"); +mysteriumgarnet.maxStackSize = 64; +mysteriumgarnet.beaconPayment = false; +mysteriumgarnet.register(); + +var voxgarnet = VanillaFactory.createItem("vox_ponds_garnet"); +voxgarnet.maxStackSize = 64; +voxgarnet.beaconPayment = false; +voxgarnet.register(); + +var depletedpolonium = VanillaFactory.createItem("depleted_polonium"); +depletedpolonium.maxStackSize = 64; +depletedpolonium.beaconPayment = false; +depletedpolonium.register(); + +var arccoil = VanillaFactory.createItem("arc_coil"); +arccoil.maxStackSize = 64; +arccoil.beaconPayment = false; +arccoil.register(); + +var lyoniteplate = VanillaFactory.createItem("lyonite_plate"); +lyoniteplate.maxStackSize = 64; +lyoniteplate.beaconPayment = false; +lyoniteplate.register(); + +var suptranscat = VanillaFactory.createItem("supertranslucent_catalyst"); +suptranscat.maxStackSize = 64; +suptranscat.beaconPayment = false; +suptranscat.register(); + +var colorgemstones = VanillaFactory.createItem("rainbow_gemstones"); +colorgemstones.maxStackSize = 64; +colorgemstones.beaconPayment = false; +colorgemstones.register(); + + +var apalachiacore = VanillaFactory.createItem("apalachia_core"); +apalachiacore.maxStackSize = 64; +apalachiacore.beaconPayment = false; +apalachiacore.register(); + +var reniumcatalyst = VanillaFactory.createItem("rhenium_catalyst"); +reniumcatalyst.maxStackSize = 64; +reniumcatalyst.beaconPayment = false; +reniumcatalyst.register(); + +var myrmititecatalyst = VanillaFactory.createItem("myrmitite_catalyst"); +myrmititecatalyst.maxStackSize = 64; +myrmititecatalyst.beaconPayment = false; +myrmititecatalyst.register(); + +var wildwoodstar = VanillaFactory.createItem("wildwood_star"); +wildwoodstar.maxStackSize = 64; +wildwoodstar.beaconPayment = false; +wildwoodstar.register(); + +var pixoniaheart = VanillaFactory.createItem("pixonia_heart"); +pixoniaheart.maxStackSize = 64; +pixoniaheart.beaconPayment = false; +pixoniaheart.register(); + +var pixoniainfusionkey = VanillaFactory.createItem("pixonia_infusion_key"); +pixoniainfusionkey.maxStackSize = 64; +pixoniainfusionkey.beaconPayment = false; +pixoniainfusionkey.register(); + +var etherealinfusion = VanillaFactory.createItem("ethereal_infusion_stone"); +etherealinfusion.maxStackSize = 64; +etherealinfusion.beaconPayment = false; +etherealinfusion.register(); + +var universalbooster = VanillaFactory.createItem("universal_booster"); +universalbooster.maxStackSize = 64; +universalbooster.beaconPayment = false; +universalbooster.register(); + +var boreanartifact = VanillaFactory.createItem("borean_artifact"); +boreanartifact.maxStackSize = 64; +boreanartifact.beaconPayment = false; +boreanartifact.register(); + +var runadorartifact = VanillaFactory.createItem("runandor_artifact"); +runadorartifact.maxStackSize = 64; +runadorartifact.beaconPayment = false; +runadorartifact.register(); + +var lunalusartifact = VanillaFactory.createItem("lunalus_artifact"); +lunalusartifact.maxStackSize = 64; +lunalusartifact.beaconPayment = false; +lunalusartifact.register(); + +var refractionfocuskey = VanillaFactory.createItem("refraction_focus_key"); +refractionfocuskey.maxStackSize = 64; +refractionfocuskey.beaconPayment = false; +refractionfocuskey.register(); + +var instantpowerjunction = VanillaFactory.createItem("instant_power_junction"); +instantpowerjunction.maxStackSize = 64; +instantpowerjunction.beaconPayment = false; +instantpowerjunction.register(); + +var highstrengthtrans = VanillaFactory.createItem("high_strength_transmission"); +highstrengthtrans.maxStackSize = 64; +highstrengthtrans.beaconPayment = false; +highstrengthtrans.register(); + +var boreangarnet = VanillaFactory.createItem("borean_garnet"); +boreangarnet.maxStackSize = 64; +boreangarnet.beaconPayment = false; +boreangarnet.register(); + +var runadorgarnet = VanillaFactory.createItem("runandor_garnet"); +runadorgarnet.maxStackSize = 64; +runadorgarnet.beaconPayment = false; +runadorgarnet.register(); + +var lunalusgarnet = VanillaFactory.createItem("lunalus_garnet"); +lunalusgarnet.maxStackSize = 64; +lunalusgarnet.beaconPayment = false; +lunalusgarnet.register(); + + +var unidentifiedingot = VanillaFactory.createItem("unidentified_ingot"); +unidentifiedingot.maxStackSize = 64; +unidentifiedingot.beaconPayment = false; +unidentifiedingot.register(); + +var ancientcavernartifact = VanillaFactory.createItem("ancient_cavern_artifact"); +ancientcavernartifact.maxStackSize = 64; +ancientcavernartifact.beaconPayment = false; +ancientcavernartifact.register(); + +var dustopiaartifact = VanillaFactory.createItem("dustopia_artifact"); +dustopiaartifact.maxStackSize = 64; +dustopiaartifact.beaconPayment = false; +dustopiaartifact.register(); + +var greckonartifact = VanillaFactory.createItem("greckon_artifact"); +greckonartifact.maxStackSize = 64; +greckonartifact.beaconPayment = false; +greckonartifact.register(); + +var immortallisartifact = VanillaFactory.createItem("immortallis_artifact"); +immortallisartifact.maxStackSize = 64; +immortallisartifact.beaconPayment = false; +immortallisartifact.register(); + + +var botaniccatalyst = VanillaFactory.createItem("botanic_alchemic_catalyst"); +botaniccatalyst.maxStackSize = 64; +botaniccatalyst.glowing = true; +botaniccatalyst.beaconPayment = false; +botaniccatalyst.register(); + +var inbotaniccatalyst = VanillaFactory.createItem("inert_botanic_alchemic_catalyst"); +inbotaniccatalyst.maxStackSize = 64; +inbotaniccatalyst.glowing = true; +inbotaniccatalyst.beaconPayment = false; +inbotaniccatalyst.register(); + +var recursiondarkness = VanillaFactory.createItem("recursion_darkness"); +recursiondarkness.maxStackSize = 64; +recursiondarkness.glowing = true; +recursiondarkness.beaconPayment = false; +recursiondarkness.register(); + +var recursionfear = VanillaFactory.createItem("recursion_fear"); +recursionfear.maxStackSize = 64; +recursionfear.glowing = true; +recursionfear.beaconPayment = false; +recursionfear.register(); + +var recursionhelplessness = VanillaFactory.createItem("recursion_helplessness"); +recursionhelplessness.maxStackSize = 64; +recursionhelplessness.glowing = true; +recursionhelplessness.beaconPayment = false; +recursionhelplessness.register(); + +var recursionsolitude = VanillaFactory.createItem("recursion_solitude"); +recursionsolitude.maxStackSize = 64; +recursionsolitude.glowing = true; +recursionsolitude.beaconPayment = false; +recursionsolitude.register(); + +var ancientcaverngarnet = VanillaFactory.createItem("ancient_cavern_garnet"); +ancientcaverngarnet.maxStackSize = 64; +ancientcaverngarnet.beaconPayment = false; +ancientcaverngarnet.register(); + +var dustopiagarnet = VanillaFactory.createItem("dustopia_garnet"); +dustopiagarnet.maxStackSize = 64; +dustopiagarnet.beaconPayment = false; +dustopiagarnet.register(); + +var greckongarnet = VanillaFactory.createItem("greckon_garnet"); +greckongarnet.maxStackSize = 64; +greckongarnet.beaconPayment = false; +greckongarnet.register(); + +var immortallisgarnet = VanillaFactory.createItem("immortallis_garnet"); +immortallisgarnet.maxStackSize = 64; +immortallisgarnet.beaconPayment = false; +immortallisgarnet.register(); + +var apalachiastar = VanillaFactory.createItem("apalachia_star"); +apalachiastar.maxStackSize = 64; +apalachiastar.beaconPayment = false; +apalachiastar.register(); + +var skythernstar = VanillaFactory.createItem("skythern_star"); +skythernstar.maxStackSize = 64; +skythernstar.beaconPayment = false; +skythernstar.register(); + +var mortumstar = VanillaFactory.createItem("mortum_star"); +mortumstar.maxStackSize = 64; +mortumstar.beaconPayment = false; +mortumstar.register(); + +var dreamcluster = VanillaFactory.createItem("dream_cluster"); +dreamcluster.maxStackSize = 64; +dreamcluster.beaconPayment = false; +dreamcluster.register(); + +var skytherncore = VanillaFactory.createItem("skythern_core"); +skytherncore.maxStackSize = 64; +skytherncore.beaconPayment = false; +skytherncore.register(); + +var crystalemberstone = VanillaFactory.createItem("crystalized_emberstone"); +crystalemberstone.maxStackSize = 64; +crystalemberstone.beaconPayment = false; +crystalemberstone.register(); + +var ultimatelottotoken = VanillaFactory.createItem("doge_coin"); +ultimatelottotoken.maxStackSize = 64; +ultimatelottotoken.beaconPayment = false; +ultimatelottotoken.register(); + +var chaospearl = VanillaFactory.createItem("chaos_pearl"); +chaospearl.maxStackSize = 64; +chaospearl.beaconPayment = false; +chaospearl.register(); + +var pastaitem = VanillaFactory.createItem("pastaitem"); +pastaitem.maxStackSize = 64; +pastaitem.beaconPayment = false; +pastaitem.register(); + +var vetheagarnet = VanillaFactory.createItem("vethea_garnet"); +vetheagarnet.maxStackSize = 64; +vetheagarnet.beaconPayment = false; +vetheagarnet.register(); + +var twilightgear = VanillaFactory.createItem("twilight_gear"); +twilightgear.maxStackSize = 64; +twilightgear.beaconPayment = false; +twilightgear.register(); + +var nightmarecoil = VanillaFactory.createItem("nightmare_coil"); +nightmarecoil.maxStackSize = 64; +nightmarecoil.beaconPayment = false; +nightmarecoil.register(); + +var edenrefinedgem = VanillaFactory.createItem("eden_refined_gem"); +edenrefinedgem.maxStackSize = 64; +edenrefinedgem.beaconPayment = false; +edenrefinedgem.register(); + +var wildwoodrefinedgem = VanillaFactory.createItem("wildwood_refined_gem"); +wildwoodrefinedgem.maxStackSize = 64; +wildwoodrefinedgem.beaconPayment = false; +wildwoodrefinedgem.register(); + +var apalachiarefinedgem = VanillaFactory.createItem("apalachia_refined_gem"); +apalachiarefinedgem.maxStackSize = 64; +apalachiarefinedgem.beaconPayment = false; +apalachiarefinedgem.register(); + +var skythernrefinedgem = VanillaFactory.createItem("skythern_refined_gem"); +skythernrefinedgem.maxStackSize = 64; +skythernrefinedgem.beaconPayment = false; +skythernrefinedgem.register(); + +var unidentifiedplate = VanillaFactory.createItem("unidentified_plate"); +unidentifiedplate.maxStackSize = 64; +unidentifiedplate.beaconPayment = false; +unidentifiedplate.register(); + +var mortumcore = VanillaFactory.createItem("mortum_core"); +mortumcore.maxStackSize = 64; +mortumcore.beaconPayment = false; +mortumcore.register(); + +var dynatoscatalyst = VanillaFactory.createItem("dynatos_catalyst"); +dynatoscatalyst.maxStackSize = 64; +dynatoscatalyst.beaconPayment = false; +dynatoscatalyst.register(); + +var shyrelandsgarnet = VanillaFactory.createItem("shyrelands_garnet"); +shyrelandsgarnet.maxStackSize = 64; +shyrelandsgarnet.beaconPayment = false; +shyrelandsgarnet.register(); + +var shyrecrystal = VanillaFactory.createItem("shyre_crystal"); +shyrecrystal.maxStackSize = 64; +shyrecrystal.beaconPayment = false; +shyrecrystal.register(); + + +var brightmatter = VanillaFactory.createItem("bright_matter"); +brightmatter.maxStackSize = 64; +brightmatter.beaconPayment = false; +brightmatter.register(); + +var unreachable = VanillaFactory.createItem("unreachable"); +unreachable.maxStackSize = 64; +unreachable.beaconPayment = false; +unreachable.register(); + +var empoweredgravitite = VanillaFactory.createItem("empowered_gravitite"); +empoweredgravitite.maxStackSize = 64; +empoweredgravitite.beaconPayment = false; +empoweredgravitite.glowing = true; +empoweredgravitite.register(); + +var superfusedalloyingot = VanillaFactory.createItem("superfused_alloy_ingot"); +superfusedalloyingot.maxStackSize = 64; +superfusedalloyingot.beaconPayment = false; +superfusedalloyingot.glowing = true; +superfusedalloyingot.register(); + +var dreadiagem = VanillaFactory.createItem("dreadia_gem"); +dreadiagem.maxStackSize = 64; +dreadiagem.beaconPayment = false; +dreadiagem.glowing = true; +dreadiagem.register(); + +var caelesgem = VanillaFactory.createItem("caeles_gem"); +caelesgem.maxStackSize = 64; +caelesgem.beaconPayment = false; +caelesgem.glowing = true; +caelesgem.register(); + +var vitiumgem = VanillaFactory.createItem("vitium_gem"); +vitiumgem.maxStackSize = 64; +vitiumgem.beaconPayment = false; +vitiumgem.glowing = true; +vitiumgem.register(); + +var mythusgem = VanillaFactory.createItem("mythus_gem"); +mythusgem.maxStackSize = 64; +mythusgem.beaconPayment = false; +mythusgem.glowing = true; +mythusgem.register(); + +var primordialstar = VanillaFactory.createItem("primordial_star"); +primordialstar.maxStackSize = 64; +primordialstar.beaconPayment = false; +primordialstar.glowing = true; +primordialstar.register(); + +var experiencedspidereye = VanillaFactory.createItem("experienced_spider_eye"); +experiencedspidereye.maxStackSize = 64; +experiencedspidereye.beaconPayment = false; +experiencedspidereye.glowing = true; +experiencedspidereye.register(); + +var concentratedessence = VanillaFactory.createItem("concentrated_essence"); +concentratedessence.maxStackSize = 64; +concentratedessence.beaconPayment = false; +concentratedessence.glowing = true; +concentratedessence.register(); + +var crimsongem = VanillaFactory.createItem("crimson_gem"); +crimsongem.maxStackSize = 64; +crimsongem.beaconPayment = false; +crimsongem.glowing = true; +crimsongem.register(); + +var goldleaf = VanillaFactory.createItem("gold_leaf"); +goldleaf.maxStackSize = 64; +goldleaf.beaconPayment = false; +goldleaf.register(); + +var curd = VanillaFactory.createItem("curd"); +curd.maxStackSize = 64; +curd.beaconPayment = false; +curd.register(); + +var groundbeef = VanillaFactory.createItem("ground_beef"); +groundbeef.maxStackSize = 64; +groundbeef.beaconPayment = false; +groundbeef.register(); + +var groundpork = VanillaFactory.createItem("ground_pork"); +groundpork.maxStackSize = 64; +groundpork.beaconPayment = false; +groundpork.register(); + +var mysticalgem = VanillaFactory.createItem("mystical_gem"); +mysticalgem.maxStackSize = 64; +mysticalgem.beaconPayment = false; +mysticalgem.register(); + +var hyperchitinousplate = VanillaFactory.createItem("hyperchitinous_plate"); +hyperchitinousplate.maxStackSize = 64; +hyperchitinousplate.beaconPayment = false; +hyperchitinousplate.register(); + +var conductivepowder = VanillaFactory.createItem("conductive_powder"); +conductivepowder.maxStackSize = 64; +conductivepowder.beaconPayment = false; +conductivepowder.register(); + +var forbiddenmatter = VanillaFactory.createItem("forbidden_matter"); +forbiddenmatter.maxStackSize = 64; +forbiddenmatter.beaconPayment = false; +forbiddenmatter.register(); + +var abyssalwastelandmatter = VanillaFactory.createItem("abyssal_wasteland_matter"); +abyssalwastelandmatter.maxStackSize = 64; +abyssalwastelandmatter.beaconPayment = false; +abyssalwastelandmatter.register(); + +var dreadlandsmatter = VanillaFactory.createItem("dreadlands_matter"); +dreadlandsmatter.maxStackSize = 64; +dreadlandsmatter.beaconPayment = false; +dreadlandsmatter.register(); + +var omotholmatter = VanillaFactory.createItem("omothol_matter"); +omotholmatter.maxStackSize = 64; +omotholmatter.beaconPayment = false; +omotholmatter.register(); + +var crystallinelens = VanillaFactory.createItem("crystalline_lens"); +crystallinelens.maxStackSize = 64; +crystallinelens.beaconPayment = false; +crystallinelens.register(); + +var purifiedtitaniumingot = VanillaFactory.createItem("purified_titanium_ingot"); +purifiedtitaniumingot.maxStackSize = 64; +purifiedtitaniumingot.beaconPayment = false; +purifiedtitaniumingot.glowing = true; +purifiedtitaniumingot.register(); + +var heartdarkness = VanillaFactory.createItem("heart_of_darkness"); +heartdarkness.maxStackSize = 64; +heartdarkness.beaconPayment = false; +heartdarkness.glowing = true; +heartdarkness.register(); + +var arcresidue = VanillaFactory.createItem("arc_residue"); +arcresidue.maxStackSize = 64; +arcresidue.beaconPayment = false; +arcresidue.register(); + +var magneticmonopole = VanillaFactory.createItem("magnetic_monopole"); +magneticmonopole.maxStackSize = 64; +magneticmonopole.beaconPayment = false; +magneticmonopole.register(); + +var ayeracoheart = VanillaFactory.createItem("ayeraco_heart"); +ayeracoheart.maxStackSize = 64; +ayeracoheart.beaconPayment = false; +ayeracoheart.register(); + +var dysoncapacitor = VanillaFactory.createItem("dyson_capacitor"); +dysoncapacitor.maxStackSize = 64; +dysoncapacitor.beaconPayment = false; +dysoncapacitor.register(); + +var chargeddysoncapacitor = VanillaFactory.createItem("charged_dyson_capacitor"); +chargeddysoncapacitor.maxStackSize = 64; +chargeddysoncapacitor.beaconPayment = false; +chargeddysoncapacitor.glowing = true; +chargeddysoncapacitor.register(); + +var atomicmirror = VanillaFactory.createItem("atomic_mirror"); +atomicmirror.maxStackSize = 64; +atomicmirror.beaconPayment = false; +atomicmirror.register(); + +var definedingot = VanillaFactory.createItem("defined_ingot"); +definedingot.maxStackSize = 64; +definedingot.beaconPayment = false; +definedingot.register(); + +var hassiumalloyingot = VanillaFactory.createItem("hassium_alloy_ingot"); +hassiumalloyingot.maxStackSize = 64; +hassiumalloyingot.beaconPayment = false; +hassiumalloyingot.register(); + +var definedplate = VanillaFactory.createItem("defined_plate"); +definedplate.maxStackSize = 64; +definedplate.beaconPayment = false; +definedplate.register(); + +var definedgear = VanillaFactory.createItem("defined_gear"); +definedgear.maxStackSize = 64; +definedgear.beaconPayment = false; +definedgear.register(); + +var definercore = VanillaFactory.createItem("definer_core"); +definercore.maxStackSize = 64; +definercore.beaconPayment = false; +definercore.register(); + +var brightsteelalloy = VanillaFactory.createItem("brightsteel_alloy_ingot"); +brightsteelalloy.maxStackSize = 64; +brightsteelalloy.beaconPayment = false; +brightsteelalloy.register(); + +var deuteriumcrystal = VanillaFactory.createItem("deuterium_crystal"); +deuteriumcrystal.maxStackSize = 64; +deuteriumcrystal.beaconPayment = false; +deuteriumcrystal.register(); + +var deuteriumchunk = VanillaFactory.createItem("deuterium_chunk"); +deuteriumchunk.maxStackSize = 64; +deuteriumchunk.beaconPayment = false; +deuteriumchunk.register(); + +var tritiumcrystal = VanillaFactory.createItem("tritium_crystal"); +tritiumcrystal.maxStackSize = 64; +tritiumcrystal.beaconPayment = false; +tritiumcrystal.register(); + +var tritiumchunk = VanillaFactory.createItem("tritium_chunk"); +tritiumchunk.maxStackSize = 64; +tritiumchunk.beaconPayment = false; +tritiumchunk.register(); + +var hydrogencrystal = VanillaFactory.createItem("hydrogen_crystal"); +hydrogencrystal.maxStackSize = 64; +hydrogencrystal.beaconPayment = false; +hydrogencrystal.register(); + +var hydrogenchunk = VanillaFactory.createItem("hydrogen_chunk"); +hydrogenchunk.maxStackSize = 64; +hydrogenchunk.beaconPayment = false; +hydrogenchunk.register(); + +var twilightalloyingot = VanillaFactory.createItem("twilight_alloy_ingot"); +twilightalloyingot.maxStackSize = 64; +twilightalloyingot.beaconPayment = false; +twilightalloyingot.register(); + +var abyssalalloyingot = VanillaFactory.createItem("abyssal_alloy_ingot"); +abyssalalloyingot.maxStackSize = 64; +abyssalalloyingot.beaconPayment = false; +abyssalalloyingot.register(); + +var thermalloyingot = VanillaFactory.createItem("thermionic_alloy_ingot"); +thermalloyingot.maxStackSize = 64; +thermalloyingot.beaconPayment = false; +thermalloyingot.register(); + +var betweenalloyingot = VanillaFactory.createItem("between_alloy_ingot"); +betweenalloyingot.maxStackSize = 64; +betweenalloyingot.beaconPayment = false; +betweenalloyingot.register(); + +var definedredstonechipset = VanillaFactory.createItem("defined_redstone_chipset"); +definedredstonechipset.maxStackSize = 64; +definedredstonechipset.beaconPayment = false; +definedredstonechipset.register(); + +var definedservo = VanillaFactory.createItem("defined_servo"); +definedservo.maxStackSize = 64; +definedservo.beaconPayment = false; +definedservo.register(); + +var mithminiteprism = VanillaFactory.createItem("mithminite_prism"); +mithminiteprism.maxStackSize = 64; +mithminiteprism.beaconPayment = false; +mithminiteprism.register(); + +var mirrmithminiteprism = VanillaFactory.createItem("mirroring_mithminite_prism"); +mirrmithminiteprism.maxStackSize = 64; +mirrmithminiteprism.beaconPayment = false; +mirrmithminiteprism.register(); + +var quantumshard = VanillaFactory.createItem("quantum_shard"); +quantumshard.maxStackSize = 64; +quantumshard.beaconPayment = false; +quantumshard.register(); + +var radiantscales = VanillaFactory.createItem("radiant_scales"); +radiantscales.maxStackSize = 64; +radiantscales.beaconPayment = false; +radiantscales.register(); + +var botanicalpillar = VanillaFactory.createItem("botanical_pillar"); +botanicalpillar.maxStackSize = 64; +botanicalpillar.beaconPayment = false; +botanicalpillar.register(); + +var reseldartif = VanillaFactory.createItem("resonating_eldritch_artifact"); +reseldartif.maxStackSize = 64; +reseldartif.beaconPayment = false; +reseldartif.register(); + +var highdensityframe = VanillaFactory.createItem("high_density_frame"); +highdensityframe.maxStackSize = 64; +highdensityframe.beaconPayment = false; +highdensityframe.register(); + +var imphighdensityframe = VanillaFactory.createItem("annealed_high_density_frame"); +imphighdensityframe.maxStackSize = 64; +imphighdensityframe.beaconPayment = false; +imphighdensityframe.register(); + +var aeldunari = VanillaFactory.createItem("aeldunari"); +aeldunari.maxStackSize = 64; +aeldunari.beaconPayment = false; +aeldunari.register(); + +var livingcase = VanillaFactory.createItem("living_case"); +livingcase.maxStackSize = 64; +livingcase.beaconPayment = false; +livingcase.register(); + +var radiationcrafter = VanillaFactory.createItem("radiation_crafter"); +radiationcrafter.maxStackSize = 64; +radiationcrafter.beaconPayment = false; +radiationcrafter.register(); + +var refractionalloy = VanillaFactory.createItem("high_refraction_alloy_ingot"); +refractionalloy.maxStackSize = 64; +refractionalloy.beaconPayment = false; +refractionalloy.register(); + +var infinityplate = VanillaFactory.createItem("infinity_plate"); +infinityplate.maxStackSize = 64; +infinityplate.beaconPayment = false; +infinityplate.register(); + +var shyremulch = VanillaFactory.createItem("shyre_mulch"); +shyremulch.maxStackSize = 64; +shyremulch.beaconPayment = false; +shyremulch.register(); + +var plasmaticneutroniumingot = VanillaFactory.createItem("plasmatic_neutronium_ingot"); +plasmaticneutroniumingot.maxStackSize = 64; +plasmaticneutroniumingot.beaconPayment = false; +plasmaticneutroniumingot.register(); + +var infinitycore = VanillaFactory.createItem("infinity_core"); +infinitycore.maxStackSize = 64; +infinitycore.beaconPayment = false; +infinitycore.register(); + +var definedengine = VanillaFactory.createItem("defined_engine"); +definedengine.maxStackSize = 64; +definedengine.beaconPayment = false; +definedengine.register(); + +var starmetalalloy = VanillaFactory.createItem("starmetal_alloy_ingot"); +starmetalalloy.maxStackSize = 64; +starmetalalloy.beaconPayment = false; +starmetalalloy.register(); + +var fluixlens = VanillaFactory.createItem("fluix_lens"); +fluixlens.maxStackSize = 64; +fluixlens.beaconPayment = false; +fluixlens.register(); + +var aetherrock = VanillaFactory.createItem("aether_rock"); +aetherrock.maxStackSize = 64; +aetherrock.beaconPayment = false; +aetherrock.register(); + +var divineflake = VanillaFactory.createItem("divine_flake"); +divineflake.maxStackSize = 64; +divineflake.beaconPayment = false; +divineflake.register(); + +var twilightessennce = VanillaFactory.createItem("twilight_essence"); +twilightessennce.maxStackSize = 64; +twilightessennce.beaconPayment = false; +twilightessennce.register(); + +var organicjade = VanillaFactory.createItem("organic_jade_plate"); +organicjade.maxStackSize = 64; +organicjade.beaconPayment = false; +organicjade.register(); + +var riftessence = VanillaFactory.createItem("rift_essence"); +riftessence.maxStackSize = 64; +riftessence.beaconPayment = false; +riftessence.register(); + +var cursedorganic = VanillaFactory.createItem("cursed_organic_matter"); +cursedorganic.maxStackSize = 64; +cursedorganic.beaconPayment = false; +cursedorganic.register(); + +var rainbowlens = VanillaFactory.createItem("rainbow_lens"); +rainbowlens.maxStackSize = 64; +rainbowlens.beaconPayment = false; +rainbowlens.register(); + +var steamslime = VanillaFactory.createItem("steamed_slime"); +steamslime.maxStackSize = 64; +steamslime.beaconPayment = false; +steamslime.register(); + +var cursedmyrmititecat = VanillaFactory.createItem("cursed_myrmitite_catalyst"); +cursedmyrmititecat.maxStackSize = 64; +cursedmyrmititecat.beaconPayment = false; +cursedmyrmititecat.register(); + +var myrmexcoolant = VanillaFactory.createItem("myrmex_coolant_cell"); +myrmexcoolant.maxStackSize = 64; +myrmexcoolant.beaconPayment = false; +myrmexcoolant.register(); + +var infinityegg = VanillaFactory.createItem("infinity_egg"); +infinityegg.maxStackSize = 64; +infinityegg.beaconPayment = false; +infinityegg.register(); + +var infinityseed = VanillaFactory.createItem("infinity_seed"); +infinityseed.maxStackSize = 64; +infinityseed.beaconPayment = false; +infinityseed.register(); + +var infinitysprout = VanillaFactory.createItem("infinity_sprout"); +infinitysprout.maxStackSize = 64; +infinitysprout.beaconPayment = false; +infinitysprout.register(); + +var infinityseedplus = VanillaFactory.createItem("innerved_infinity_seed"); +infinityseedplus.maxStackSize = 64; +infinityseedplus.beaconPayment = false; +infinityseedplus.register(); + +var infinitysapling = VanillaFactory.createItem("infinity_sapling"); +infinitysapling.maxStackSize = 64; +infinitysapling.beaconPayment = false; +infinitysapling.register(); + +var infinityleaf = VanillaFactory.createItem("infinity_leaf"); +infinityleaf.maxStackSize = 64; +infinityleaf.beaconPayment = false; +infinityleaf.register(); + +var infinityfruit = VanillaFactory.createItem("infinity_fruit"); +infinityfruit.maxStackSize = 64; +infinityfruit.beaconPayment = false; +infinityfruit.register(); + +var infinityfruitplus = VanillaFactory.createItem("living_infinity_fruit"); +infinityfruitplus.maxStackSize = 64; +infinityfruitplus.beaconPayment = false; +infinityfruitplus.register(); + +var enchantedmyrmitite = VanillaFactory.createItem("enchanted_myrmitite"); +enchantedmyrmitite.maxStackSize = 64; +enchantedmyrmitite.beaconPayment = false; +enchantedmyrmitite.register(); + +var infusedmyrmitite = VanillaFactory.createItem("infused_myrmitite"); +infusedmyrmitite.maxStackSize = 64; +infusedmyrmitite.beaconPayment = false; +infusedmyrmitite.register(); + +var fieryrhenium = VanillaFactory.createItem("fiery_rhenium_ingot"); +fieryrhenium.maxStackSize = 64; +fieryrhenium.beaconPayment = false; +fieryrhenium.register(); + +var inertcrystal = VanillaFactory.createItem("inert_crystal"); +inertcrystal.maxStackSize = 64; +inertcrystal.beaconPayment = false; +inertcrystal.register(); + +var muoncrystal = VanillaFactory.createItem("muon_crystal"); +muoncrystal.maxStackSize = 64; +muoncrystal.beaconPayment = false; +muoncrystal.register(); + +var stringscrystal = VanillaFactory.createItem("strings_crystal"); +stringscrystal.maxStackSize = 64; +stringscrystal.beaconPayment = false; +stringscrystal.register(); + +var evilresonator = VanillaFactory.createItem("evil_resonator"); +evilresonator.maxStackSize = 64; +evilresonator.beaconPayment = false; +evilresonator.register(); +//******************************************************* +var nethengeicbone = VanillaFactory.createItem("nethengeic_bone"); +nethengeicbone.maxStackSize = 64; +nethengeicbone.beaconPayment = false; +nethengeicbone.register(); + +var watchereye = VanillaFactory.createItem("watcher_eye"); +watchereye.maxStackSize = 64; +watchereye.beaconPayment = false; +watchereye.register(); + +var ancientrenmants = VanillaFactory.createItem("ancient_remnants"); +ancientrenmants.maxStackSize = 64; +ancientrenmants.beaconPayment = false; +ancientrenmants.register(); + +var ayeracoscale = VanillaFactory.createItem("ayeraco_scale"); +ayeracoscale.maxStackSize = 64; +ayeracoscale.beaconPayment = false; +ayeracoscale.register(); + +var desoseye = VanillaFactory.createItem("densos_eye"); +desoseye.maxStackSize = 64; +desoseye.beaconPayment = false; +desoseye.register(); + +var dramixskin = VanillaFactory.createItem("dramix_skin"); +dramixskin.maxStackSize = 64; +dramixskin.beaconPayment = false; +dramixskin.register(); + +var eternalshoulder = VanillaFactory.createItem("eternal_shoulder"); +eternalshoulder.maxStackSize = 64; +eternalshoulder.beaconPayment = false; +eternalshoulder.register(); + +var karothorn = VanillaFactory.createItem("karot_horn"); +karothorn.maxStackSize = 64; +karothorn.beaconPayment = false; +karothorn.register(); + +var scorcherflame = VanillaFactory.createItem("scorcher_eternal_flame"); +scorcherflame.maxStackSize = 64; +scorcherflame.beaconPayment = false; +scorcherflame.register(); + +var parasectawing = VanillaFactory.createItem("parasecta_wing"); +parasectawing.maxStackSize = 64; +parasectawing.beaconPayment = false; +parasectawing.register(); + +var reyvoreye = VanillaFactory.createItem("reyvor_eye"); +reyvoreye.maxStackSize = 64; +reyvoreye.beaconPayment = false; +reyvoreye.register(); + +var feindsoul = VanillaFactory.createItem("fiend_soul"); +feindsoul.maxStackSize = 64; +feindsoul.beaconPayment = false; +feindsoul.register(); + +var twilightantenna = VanillaFactory.createItem("twilight_antenna"); +twilightantenna.maxStackSize = 64; +twilightantenna.beaconPayment = false; +twilightantenna.register(); + +var vamacheronfur = VanillaFactory.createItem("vamacheron_fur"); +vamacheronfur.maxStackSize = 64; +vamacheronfur.beaconPayment = false; +vamacheronfur.register(); + +var termasectbark = VanillaFactory.createItem("termasect_bark"); +termasectbark.maxStackSize = 64; +termasectbark.beaconPayment = false; +termasectbark.register(); + +var sunstormray = VanillaFactory.createItem("sunstorm_ray"); +sunstormray.maxStackSize = 64; +sunstormray.beaconPayment = false; +sunstormray.register(); + +var coriexperience = VanillaFactory.createItem("cori_experience"); +coriexperience.maxStackSize = 64; +coriexperience.beaconPayment = false; +coriexperience.register(); + +var definedseedI = VanillaFactory.createItem("tier_i_defined_seed"); +definedseedI.maxStackSize = 64; +definedseedI.beaconPayment = false; +definedseedI.register(); + +var definedseedII = VanillaFactory.createItem("tier_ii_defined_seed"); +definedseedII.maxStackSize = 64; +definedseedII.beaconPayment = false; +definedseedII.register(); + +var definedseedIII = VanillaFactory.createItem("tier_iii_defined_seed"); +definedseedIII.maxStackSize = 64; +definedseedIII.beaconPayment = false; +definedseedIII.register(); + +var definedseedIV = VanillaFactory.createItem("tier_iv_defined_seed"); +definedseedIV.maxStackSize = 64; +definedseedIV.beaconPayment = false; +definedseedIV.register(); + +var definedseedV = VanillaFactory.createItem("tier_v_defined_seed"); +definedseedV.maxStackSize = 64; +definedseedV.beaconPayment = false; +definedseedV.register(); + +var definedseedVI = VanillaFactory.createItem("tier_vi_defined_seed"); +definedseedVI.maxStackSize = 64; +definedseedVI.beaconPayment = false; +definedseedVI.register(); + +var energizedpeat = VanillaFactory.createItem("energized_peat"); +energizedpeat.maxStackSize = 64; +energizedpeat.beaconPayment = false; +energizedpeat.register(); + +var lostmemory = VanillaFactory.createItem("lost_memory"); +lostmemory.maxStackSize = 64; +lostmemory.beaconPayment = false; +lostmemory.register(); + +var humanimperfect = VanillaFactory.createItem("human_imperfection"); +humanimperfect.maxStackSize = 64; +humanimperfect.beaconPayment = false; +humanimperfect.register(); + +var embrimperfect = VanillaFactory.createItem("embraced_imperfection"); +embrimperfect.maxStackSize = 64; +embrimperfect.beaconPayment = false; +embrimperfect.register(); + +var malum = VanillaFactory.createItem("malum"); +malum.maxStackSize = 64; +malum.beaconPayment = false; +malum.register(); + +//66666666666666666666666666666666666666 + +var banetusk = VanillaFactory.createItem("bane_tusk"); +banetusk.maxStackSize = 64; +banetusk.beaconPayment = false; +banetusk.register(); + +var baronessbrain = VanillaFactory.createItem("baroness_brain"); +baronessbrain.maxStackSize = 64; +baronessbrain.beaconPayment = false; +baronessbrain.register(); + +var clunkheadbrick = VanillaFactory.createItem("clunkhead_brick"); +clunkheadbrick.maxStackSize = 64; +clunkheadbrick.beaconPayment = false; +clunkheadbrick.register(); + +var coniferonbark = VanillaFactory.createItem("coniferon_bark"); +coniferonbark.maxStackSize = 64; +coniferonbark.beaconPayment = false; +coniferonbark.register(); + +var coralluspolyp = VanillaFactory.createItem("corallus_polyp"); +coralluspolyp.maxStackSize = 64; +coralluspolyp.beaconPayment = false; +coralluspolyp.register(); + +var cottonfrosting = VanillaFactory.createItem("cotton_candor_frosting"); +cottonfrosting.maxStackSize = 64; +cottonfrosting.beaconPayment = false; +cottonfrosting.register(); + +var xxeusheart = VanillaFactory.createItem("xxeus_heart"); +xxeusheart.maxStackSize = 64; +xxeusheart.beaconPayment = false; +xxeusheart.register(); + +var creepgland = VanillaFactory.createItem("creep_explosive_gland"); +creepgland.maxStackSize = 64; +creepgland.beaconPayment = false; +creepgland.register(); + +var crystocoreshard = VanillaFactory.createItem("crystocore_shard"); +crystocoreshard.maxStackSize = 64; +crystocoreshard.beaconPayment = false; +crystocoreshard.register(); + +var dracyontooth = VanillaFactory.createItem("dracyon_tooth"); +dracyontooth.maxStackSize = 64; +dracyontooth.beaconPayment = false; +dracyontooth.register(); + +var elusivehorn = VanillaFactory.createItem("elusive_horn"); +elusivehorn.maxStackSize = 64; +elusivehorn.beaconPayment = false; +elusivehorn.register(); + +var flashskull = VanillaFactory.createItem("flash_skull"); +flashskull.maxStackSize = 64; +flashskull.beaconPayment = false; +flashskull.register(); + +var goldortheye = VanillaFactory.createItem("goldorth_golden_eye"); +goldortheye.maxStackSize = 64; +goldortheye.beaconPayment = false; +goldortheye.register(); + +var grawfang = VanillaFactory.createItem("graw_fang"); +grawfang.maxStackSize = 64; +grawfang.beaconPayment = false; +grawfang.register(); + +var guardianrune = VanillaFactory.createItem("guardian_rune"); +guardianrune.maxStackSize = 64; +guardianrune.beaconPayment = false; +guardianrune.register(); + +var gyronose = VanillaFactory.createItem("gyro_red_nose"); +gyronose.maxStackSize = 64; +gyronose.beaconPayment = false; +gyronose.register(); + +var harkosrib = VanillaFactory.createItem("harkos_rib"); +harkosrib.maxStackSize = 64; +harkosrib.beaconPayment = false; +harkosrib.register(); + +var hivekingtendril = VanillaFactory.createItem("hive_king_tendril"); +hivekingtendril.maxStackSize = 64; +hivekingtendril.beaconPayment = false; +hivekingtendril.register(); + +var horontendon = VanillaFactory.createItem("horon_tendon"); +horontendon.maxStackSize = 64; +horontendon.beaconPayment = false; +horontendon.register(); + +var hydroliskpincher = VanillaFactory.createItem("hydrolisk_pincher"); +hydroliskpincher.maxStackSize = 64; +hydroliskpincher.beaconPayment = false; +hydroliskpincher.register(); + +var kajarosrib = VanillaFactory.createItem("kajaros_rib"); +kajarosrib.maxStackSize = 64; +kajarosrib.beaconPayment = false; +kajarosrib.register(); + +var kingbambambampelvis = VanillaFactory.createItem("king_bambambam_pelvis"); +kingbambambampelvis.maxStackSize = 64; +kingbambambampelvis.beaconPayment = false; +kingbambambampelvis.register(); + +var kingshroomuscap = VanillaFactory.createItem("king_shroomus_cap"); +kingshroomuscap.maxStackSize = 64; +kingshroomuscap.beaconPayment = false; +kingshroomuscap.register(); + +var klibberhand = VanillaFactory.createItem("klobber_hand"); +klibberhand.maxStackSize = 64; +klibberhand.beaconPayment = false; +klibberhand.register(); + +var krorsediment = VanillaFactory.createItem("kror_sediment"); +krorsediment.maxStackSize = 64; +krorsediment.beaconPayment = false; +krorsediment.register(); + +var mechbotcpu = VanillaFactory.createItem("mechbot_cpu"); +mechbotcpu.maxStackSize = 64; +mechbotcpu.beaconPayment = false; +mechbotcpu.register(); + +// 5555555555555555555555555555555555 +var miragefemur = VanillaFactory.createItem("mirage_femur"); +miragefemur.maxStackSize = 64; +miragefemur.beaconPayment = false; +miragefemur.register(); + +var miskelrib = VanillaFactory.createItem("miskel_rib"); +miskelrib.maxStackSize = 64; +miskelrib.beaconPayment = false; +miskelrib.register(); + +var okazorrib = VanillaFactory.createItem("okazor_rib"); +okazorrib.maxStackSize = 64; +okazorrib.beaconPayment = false; +okazorrib.register(); + +var penumbraspike = VanillaFactory.createItem("penumbra_spike"); +penumbraspike.maxStackSize = 64; +penumbraspike.beaconPayment = false; +penumbraspike.register(); + +var proshieldhand = VanillaFactory.createItem("proshield_hand"); +proshieldhand.maxStackSize = 64; +proshieldhand.beaconPayment = false; +proshieldhand.register(); + +var raxxanrib = VanillaFactory.createItem("raxxan_rib"); +raxxanrib.maxStackSize = 64; +raxxanrib.beaconPayment = false; +raxxanrib.register(); + +var rockriderstone = VanillaFactory.createItem("rockrider_stone"); +rockriderstone.maxStackSize = 64; +rockriderstone.beaconPayment = false; +rockriderstone.register(); + +var shadowlordeye = VanillaFactory.createItem("shadowlord_eye"); +shadowlordeye.maxStackSize = 64; +shadowlordeye.beaconPayment = false; +shadowlordeye.register(); + +var silverfoot = VanillaFactory.createItem("silver_foot"); +silverfoot.maxStackSize = 64; +silverfoot.beaconPayment = false; +silverfoot.register(); + +var skeletronskull = VanillaFactory.createItem("skeletron_skull"); +skeletronskull.maxStackSize = 64; +skeletronskull.beaconPayment = false; +skeletronskull.register(); + +var smashjaw = VanillaFactory.createItem("smash_jaw"); +smashjaw.maxStackSize = 64; +smashjaw.beaconPayment = false; +smashjaw.register(); + +var tyrosaurhorn = VanillaFactory.createItem("tyrosaur_horn"); +tyrosaurhorn.maxStackSize = 64; +tyrosaurhorn.beaconPayment = false; +tyrosaurhorn.register(); + +var vinocornepetal = VanillaFactory.createItem("vinocorne_petal"); +vinocornepetal.maxStackSize = 64; +vinocornepetal.beaconPayment = false; +vinocornepetal.register(); + +var visualentfang = VanillaFactory.createItem("visualent_fang"); +visualentfang.maxStackSize = 64; +visualentfang.beaconPayment = false; +visualentfang.register(); + +var voxxulonslime = VanillaFactory.createItem("voxxulon_slime"); +voxxulonslime.maxStackSize = 64; +voxxulonslime.beaconPayment = false; +voxxulonslime.register(); + +var oblitus = VanillaFactory.createItem("oblitus"); +oblitus.maxStackSize = 64; +oblitus.beaconPayment = false; +oblitus.register(); + +var essencefear = VanillaFactory.createItem("essence_fear"); +essencefear.maxStackSize = 64; +essencefear.beaconPayment = false; +essencefear.register(); + +var essencesolitude = VanillaFactory.createItem("essence_solitude"); +essencesolitude.maxStackSize = 64; +essencesolitude.beaconPayment = false; +essencesolitude.register(); + +var essencehelplessness = VanillaFactory.createItem("essence_helplessness"); +essencehelplessness.maxStackSize = 64; +essencehelplessness.beaconPayment = false; +essencehelplessness.register(); + +var essencedarkness = VanillaFactory.createItem("essence_darkness"); +essencedarkness.maxStackSize = 64; +essencedarkness.beaconPayment = false; +essencedarkness.register(); + +var clausurae = VanillaFactory.createItem("clausurae"); +clausurae.maxStackSize = 64; +clausurae.beaconPayment = false; +clausurae.register(); + +var purewarp = VanillaFactory.createItem("pure_warp"); +purewarp.maxStackSize = 64; +purewarp.beaconPayment = false; +purewarp.register(); + +var divineironwood = VanillaFactory.createItem("divine_ironwood_ingot"); +divineironwood.maxStackSize = 64; +divineironwood.beaconPayment = false; +divineironwood.register(); + +var mythiccircuit = VanillaFactory.createItem("mythic_electronic_circuit"); +mythiccircuit.maxStackSize = 64; +mythiccircuit.beaconPayment = false; +mythiccircuit.register(); + +var advmythiccircuit = VanillaFactory.createItem("advanced_mythic_electronic_circuit"); +advmythiccircuit.maxStackSize = 64; +advmythiccircuit.beaconPayment = false; +advmythiccircuit.register(); + +var halitewarrior = VanillaFactory.createItem("halite_warrior"); +halitewarrior.maxStackSize = 64; +halitewarrior.beaconPayment = false; +halitewarrior.register(); + +var interdimensionalenergyorb = VanillaFactory.createItem("interdimensional_energy_orb"); +interdimensionalenergyorb.maxStackSize = 64; +interdimensionalenergyorb.beaconPayment = false; +interdimensionalenergyorb.register(); + +var sideralenergyorb = VanillaFactory.createItem("sideral_energy_orb"); +sideralenergyorb.maxStackSize = 64; +sideralenergyorb.beaconPayment = false; +sideralenergyorb.register(); + +var draconicenergyorb = VanillaFactory.createItem("draconic_energy_orb"); +draconicenergyorb.maxStackSize = 64; +draconicenergyorb.beaconPayment = false; +draconicenergyorb.register(); + +var chaoticenergyorb = VanillaFactory.createItem("chaotic_energy_orb"); +chaoticenergyorb.maxStackSize = 64; +chaoticenergyorb.beaconPayment = false; +chaoticenergyorb.register(); + +var mythicenergyorb = VanillaFactory.createItem("mythic_energy_orb"); +mythicenergyorb.maxStackSize = 64; +mythicenergyorb.beaconPayment = false; +mythicenergyorb.register(); + +var nightmareenergyorb = VanillaFactory.createItem("nightmare_energy_orb"); +nightmareenergyorb.maxStackSize = 64; +nightmareenergyorb.beaconPayment = false; +nightmareenergyorb.register(); + +var hypercubicenergyorb = VanillaFactory.createItem("hypercubic_energy_orb"); +hypercubicenergyorb.maxStackSize = 64; +hypercubicenergyorb.beaconPayment = false; +hypercubicenergyorb.register(); + +var arcaneentropinator = VanillaFactory.createItem("arcane_entropinator"); +arcaneentropinator.maxStackSize = 64; +arcaneentropinator.beaconPayment = false; +arcaneentropinator.register(); + +var entropyconstruct = VanillaFactory.createItem("entropy_construct"); +entropyconstruct.maxStackSize = 64; +entropyconstruct.beaconPayment = false; +entropyconstruct.register(); + +var recursioninfinity = VanillaFactory.createItem("recursion_infinity"); +recursioninfinity.maxStackSize = 64; +recursioninfinity.beaconPayment = false; +recursioninfinity.register(); + + + +var horcrux = VanillaFactory.createItem("horcrux"); +horcrux.maxStackSize = 64; +horcrux.beaconPayment = false; +horcrux.register(); + +var petrifiedsnake = VanillaFactory.createItem("petrified_snake"); +petrifiedsnake.maxStackSize = 64; +petrifiedsnake.beaconPayment = false; +petrifiedsnake.register(); + +var essenceofpetrification = VanillaFactory.createItem("essence_of_petrification"); +essenceofpetrification.maxStackSize = 64; +essenceofpetrification.beaconPayment = false; +essenceofpetrification.register(); + +var crystaltinedust = VanillaFactory.createItem("crystaltine_dust"); +crystaltinedust.maxStackSize = 64; +crystaltinedust.beaconPayment = false; +crystaltinedust.register(); + +var modulariumprimer = VanillaFactory.createItem("modularium_primer"); +modulariumprimer.maxStackSize = 64; +modulariumprimer.beaconPayment = false; +modulariumprimer.register(); + +var demoniclinearizer = VanillaFactory.createItem("demonic_manastone"); +demoniclinearizer.maxStackSize = 64; +demoniclinearizer.beaconPayment = false; +demoniclinearizer.register(); + +var manarune = VanillaFactory.createItem("mana_rune"); +manarune.maxStackSize = 64; +manarune.beaconPayment = false; +manarune.register(); + +var compressedmanarune = VanillaFactory.createItem("compressed_mana_rune"); +compressedmanarune.maxStackSize = 64; +compressedmanarune.beaconPayment = false; +compressedmanarune.register(); +//////////////////////////////////////////////////// +var manastonedust = VanillaFactory.createItem("manastone_dust"); +manastonedust.maxStackSize = 64; +manastonedust.beaconPayment = false; +manastonedust.register(); + +var greatergaiaspirit = VanillaFactory.createItem("greater_gaia_spirit"); +greatergaiaspirit.maxStackSize = 64; +greatergaiaspirit.beaconPayment = false; +greatergaiaspirit.register(); + +var terrasteelcrystal = VanillaFactory.createItem("terrasteel_crystal"); +terrasteelcrystal.maxStackSize = 64; +terrasteelcrystal.beaconPayment = false; +terrasteelcrystal.register(); + +var fragmentunraveling = VanillaFactory.createItem("fragment_of_unraveling"); +fragmentunraveling.maxStackSize = 64; +fragmentunraveling.beaconPayment = false; +fragmentunraveling.register(); + +var unfragmentunraveling = VanillaFactory.createItem("unstable_fragment_of_unraveling"); +unfragmentunraveling.maxStackSize = 64; +unfragmentunraveling.beaconPayment = false; +unfragmentunraveling.register(); + +var forgottenwill = VanillaFactory.createItem("forgotten_will"); +forgottenwill.maxStackSize = 64; +forgottenwill.beaconPayment = false; +forgottenwill.register(); + +var forgottenslime = VanillaFactory.createItem("forgotten_slime"); +forgottenslime.maxStackSize = 64; +forgottenslime.beaconPayment = false; +forgottenslime.register(); + +var rheniumvibbase = VanillaFactory.createItem("rhenium_vibranium_base"); +rheniumvibbase.maxStackSize = 64; +rheniumvibbase.beaconPayment = false; +rheniumvibbase.register(); + +var wizardsoul = VanillaFactory.createItem("soul_of_the_grand_wizard"); +wizardsoul.maxStackSize = 64; +wizardsoul.beaconPayment = false; +wizardsoul.register(); + +var oogm = VanillaFactory.createItem("object_of_great_mass"); +oogm.maxStackSize = 64; +oogm.beaconPayment = false; +oogm.register(); + +var voidshuriken = VanillaFactory.createItem("void_shuriken"); +voidshuriken.maxStackSize = 64; +voidshuriken.beaconPayment = false; +voidshuriken.register(); + +var primordialsliver = VanillaFactory.createItem("primordial_sliver"); +primordialsliver.maxStackSize = 64; +primordialsliver.beaconPayment = false; +primordialsliver.glowing = true; +primordialsliver.register(); + +var gravititedeposit = VanillaFactory.createItem("gravitite_deposit"); +gravititedeposit.maxStackSize = 64; +gravititedeposit.beaconPayment = false; +gravititedeposit.register(); + +var gravititepearl = VanillaFactory.createItem("gravitite_pearl"); +gravititepearl.maxStackSize = 64; +gravititepearl.beaconPayment = false; +gravititepearl.register(); + +var gravititesediment = VanillaFactory.createItem("gravitite_sediment"); +gravititesediment.maxStackSize = 64; +gravititesediment.beaconPayment = false; +gravititesediment.register(); + +var gravititeclathrate = VanillaFactory.createItem("gravitite_clathrate"); +gravititeclathrate.maxStackSize = 64; +gravititeclathrate.beaconPayment = false; +gravititeclathrate.register(); + +var gravititematrix = VanillaFactory.createItem("gravitite_matrix"); +gravititematrix.maxStackSize = 64; +gravititematrix.beaconPayment = false; +gravititematrix.register(); + +var hotgravititechunk = VanillaFactory.createItem("superheated_gravitite_chunk"); +hotgravititechunk.maxStackSize = 64; +hotgravititechunk.beaconPayment = false; +hotgravititechunk.register(); + +var gravititechunk = VanillaFactory.createItem("gravitite_chunk"); +gravititechunk.maxStackSize = 64; +gravititechunk.beaconPayment = false; +gravititechunk.register(); + +var gravititedust = VanillaFactory.createItem("gravitite_dust"); +gravititedust.maxStackSize = 64; +gravititedust.beaconPayment = false; +gravititedust.register(); + +var darkstar = VanillaFactory.createItem("the_dark_star"); +darkstar.maxStackSize = 64; +darkstar.beaconPayment = false; +darkstar.register(); + +var fieriunguentbottle = VanillaFactory.createItem("fiery_unguent_bottle"); +fieriunguentbottle.maxStackSize = 64; +fieriunguentbottle.beaconPayment = false; +fieriunguentbottle.register(); + +var cleansinguentbottle = VanillaFactory.createItem("cleansing_balm_bottle"); +cleansinguentbottle.maxStackSize = 64; +cleansinguentbottle.beaconPayment = false; +cleansinguentbottle.register(); + +var elecaniumegg = VanillaFactory.createItem("elecanium_egg"); +elecaniumegg.maxStackSize = 64; +elecaniumegg.beaconPayment = false; +elecaniumegg.register(); + +var blackholecrystal = VanillaFactory.createItem("dynatos_crystal"); +blackholecrystal.maxStackSize = 64; +blackholecrystal.beaconPayment = false; +blackholecrystal.register(); + +var reprocessedcosmicmeatball = VanillaFactory.createItem("reprocessed_cosmic_meatball"); +reprocessedcosmicmeatball.maxStackSize = 64; +reprocessedcosmicmeatball.beaconPayment = false; +reprocessedcosmicmeatball.register(); + +var clumpmythic = VanillaFactory.createItem("clump_of_mythic_matter"); +clumpmythic.maxStackSize = 64; +clumpmythic.beaconPayment = false; +clumpmythic.register(); + +var compressedclumpmythic = VanillaFactory.createItem("compressed_clump_mythic"); +compressedclumpmythic.maxStackSize = 64; +compressedclumpmythic.beaconPayment = false; +compressedclumpmythic.register(); + +var dubcompressedclumpmythic = VanillaFactory.createItem("double_compressed_clump_mythic"); +dubcompressedclumpmythic.maxStackSize = 64; +dubcompressedclumpmythic.beaconPayment = false; +dubcompressedclumpmythic.register(); + +var tripcompressedclumpmythic = VanillaFactory.createItem("triple_compressed_clump_mythic"); +tripcompressedclumpmythic.maxStackSize = 64; +tripcompressedclumpmythic.beaconPayment = false; +tripcompressedclumpmythic.register(); + +var platemythicclump = VanillaFactory.createItem("plate_clump_mythic"); +platemythicclump.maxStackSize = 64; +platemythicclump.beaconPayment = false; +platemythicclump.register(); + +var uncuredorganicmythicboard = VanillaFactory.createItem("uncured_organic_mythic_board"); +uncuredorganicmythicboard.maxStackSize = 64; +uncuredorganicmythicboard.beaconPayment = false; +uncuredorganicmythicboard.register(); + +var coatedorganicmythicboard = VanillaFactory.createItem("once_coated_organic_mythic_board"); +coatedorganicmythicboard.maxStackSize = 64; +coatedorganicmythicboard.beaconPayment = false; +coatedorganicmythicboard.register(); + +var twicoatedorganicmythicboard = VanillaFactory.createItem("twice_coated_organic_mythic_board"); +twicoatedorganicmythicboard.maxStackSize = 64; +twicoatedorganicmythicboard.beaconPayment = false; +twicoatedorganicmythicboard.register(); + +var tricoatedorganicmythicboard = VanillaFactory.createItem("thrice_coated_organic_mythic_board"); +tricoatedorganicmythicboard.maxStackSize = 64; +tricoatedorganicmythicboard.beaconPayment = false; +tricoatedorganicmythicboard.register(); + +var fixedorganicmythicboard = VanillaFactory.createItem("fixed_organic_mythic_board"); +fixedorganicmythicboard.maxStackSize = 64; +fixedorganicmythicboard.beaconPayment = false; +fixedorganicmythicboard.register(); + +var hydrocorganicmythicboard = VanillaFactory.createItem("hydrocarbon_coated_organic_mythic_board"); +hydrocorganicmythicboard.maxStackSize = 64; +hydrocorganicmythicboard.beaconPayment = false; +hydrocorganicmythicboard.register(); + +var heatedorganicmythicboard = VanillaFactory.createItem("heated_organic_mythic_board"); +heatedorganicmythicboard.maxStackSize = 64; +heatedorganicmythicboard.beaconPayment = false; +heatedorganicmythicboard.register(); + +var warmorganicmythicboard = VanillaFactory.createItem("warm_organic_mythic_board"); +warmorganicmythicboard.maxStackSize = 64; +warmorganicmythicboard.beaconPayment = false; +warmorganicmythicboard.register(); + +var hotorganicmythicboard = VanillaFactory.createItem("hot_organic_mythic_board"); +hotorganicmythicboard.maxStackSize = 64; +hotorganicmythicboard.beaconPayment = false; +hotorganicmythicboard.register(); + +var searingorganicmythicboard = VanillaFactory.createItem("searing_organic_mythic_board"); +searingorganicmythicboard.maxStackSize = 64; +searingorganicmythicboard.beaconPayment = false; +searingorganicmythicboard.register(); + +var quenchedorganicmythicboard = VanillaFactory.createItem("quenched_organic_mythic_board"); +quenchedorganicmythicboard.maxStackSize = 64; +quenchedorganicmythicboard.beaconPayment = false; +quenchedorganicmythicboard.register(); + +var curedorganicmythicboard = VanillaFactory.createItem("cured_organic_mythic_board"); +curedorganicmythicboard.maxStackSize = 64; +curedorganicmythicboard.beaconPayment = false; +curedorganicmythicboard.register(); + +var digitalorganiccurrency = VanillaFactory.createItem("digital_organic_currency"); +digitalorganiccurrency.maxStackSize = 64; +digitalorganiccurrency.beaconPayment = false; +digitalorganiccurrency.register(); + +var amuletofcinders = VanillaFactory.createItem("amulet_of_cinders"); +amuletofcinders.maxStackSize = 64; +amuletofcinders.beaconPayment = false; +amuletofcinders.register(); + +var jeweltwilightforest = VanillaFactory.createItem("jewel_of_the_twilight_forest"); +jeweltwilightforest.maxStackSize = 64; +jeweltwilightforest.beaconPayment = false; +jeweltwilightforest.register(); + +var twilightdiamond = VanillaFactory.createItem("twilight_diamond"); +twilightdiamond.maxStackSize = 64; +twilightdiamond.beaconPayment = false; +twilightdiamond.register(); + +var infusedlightwood = VanillaFactory.createItem("infused_lightwood_sapling"); +infusedlightwood.maxStackSize = 64; +infusedlightwood.beaconPayment = false; +infusedlightwood.register(); + +var infusedrhenium = VanillaFactory.createItem("infused_rhenium_ingot"); +infusedrhenium.maxStackSize = 64; +infusedrhenium.beaconPayment = false; +infusedrhenium.register(); + +var masterspellfocus = VanillaFactory.createItem("master_spell_focus"); +masterspellfocus.maxStackSize = 64; +masterspellfocus.beaconPayment = false; +masterspellfocus.register(); + +var liquidwitchcraftbottle = VanillaFactory.createItem("liquid_witchcraft_bottle"); +liquidwitchcraftbottle.maxStackSize = 64; +liquidwitchcraftbottle.beaconPayment = false; +liquidwitchcraftbottle.register(); + +var ineffablelight = VanillaFactory.createItem("ineffable_light"); +ineffablelight.maxStackSize = 64; +ineffablelight.beaconPayment = false; +ineffablelight.register(); + +var ineffablesun = VanillaFactory.createItem("ineffable_sun"); +ineffablesun.maxStackSize = 64; +ineffablesun.beaconPayment = false; +ineffablesun.register(); + +var compactport = VanillaFactory.createItem("compact_port"); +compactport.maxStackSize = 64; +compactport.beaconPayment = false; +compactport.register(); + +var recursionfragmentprecasia = VanillaFactory.createItem("recursion_fragment_precasia"); +recursionfragmentprecasia.maxStackSize = 64; +recursionfragmentprecasia.beaconPayment = false; +recursionfragmentprecasia.register(); + +var precasiawormhole = VanillaFactory.createItem("precasia_wormhole"); +precasiawormhole.maxStackSize = 64; +precasiawormhole.beaconPayment = false; +precasiawormhole.register(); + +var gemenytedust = VanillaFactory.createItem("gemenyte_dust"); +gemenytedust.maxStackSize = 64; +gemenytedust.beaconPayment = false; +gemenytedust.register(); + +var ornamytedust = VanillaFactory.createItem("ornamyte_dust"); +ornamytedust.maxStackSize = 64; +ornamytedust.beaconPayment = false; +ornamytedust.register(); + +var jewelytedust = VanillaFactory.createItem("jewelyte_dust"); +jewelytedust.maxStackSize = 64; +jewelytedust.beaconPayment = false; +jewelytedust.register(); + +var lelyetiawormhole = VanillaFactory.createItem("lelyetia_wormhole"); +lelyetiawormhole.maxStackSize = 64; +lelyetiawormhole.beaconPayment = false; +lelyetiawormhole.register(); + +var creeponiawormhole = VanillaFactory.createItem("creeponia_wormhole"); +creeponiawormhole.maxStackSize = 64; +creeponiawormhole.beaconPayment = false; +creeponiawormhole.register(); + +var barathoswormhole = VanillaFactory.createItem("barathos_wormhole"); +barathoswormhole.maxStackSize = 64; +barathoswormhole.beaconPayment = false; +barathoswormhole.register(); + +var deeplandswormhole = VanillaFactory.createItem("deeplands_wormhole"); +deeplandswormhole.maxStackSize = 64; +deeplandswormhole.beaconPayment = false; +deeplandswormhole.register(); + +var abysswormhole = VanillaFactory.createItem("abyss_wormhole"); +abysswormhole.maxStackSize = 64; +abysswormhole.beaconPayment = false; +abysswormhole.register(); + +var recursionfragmentabyss = VanillaFactory.createItem("recursion_fragment_abyss"); +recursionfragmentabyss.maxStackSize = 64; +recursionfragmentabyss.beaconPayment = false; +recursionfragmentabyss.register(); + +var recursionfragmentlelyetia = VanillaFactory.createItem("recursion_fragment_lelyetia"); +recursionfragmentlelyetia.maxStackSize = 64; +recursionfragmentlelyetia.beaconPayment = false; +recursionfragmentlelyetia.register(); + +var recursionfragmentdeeplands = VanillaFactory.createItem("recursion_fragment_deeplands"); +recursionfragmentdeeplands.maxStackSize = 64; +recursionfragmentdeeplands.beaconPayment = false; +recursionfragmentdeeplands.register(); + +var recursionfragmentcreeponia = VanillaFactory.createItem("recursion_fragment_creeponia"); +recursionfragmentcreeponia.maxStackSize = 64; +recursionfragmentcreeponia.beaconPayment = false; +recursionfragmentcreeponia.register(); + +var recursionfragmentbarathos = VanillaFactory.createItem("recursion_fragment_barathos"); +recursionfragmentbarathos.maxStackSize = 64; +recursionfragmentbarathos.beaconPayment = false; +recursionfragmentbarathos.register(); + +var celestialshieldfragment = VanillaFactory.createItem("celestial_shield_fragment"); +celestialshieldfragment.maxStackSize = 64; +celestialshieldfragment.beaconPayment = false; +celestialshieldfragment.register(); + +var aesirtribute = VanillaFactory.createItem("aesir_tribute"); +aesirtribute.maxStackSize = 64; +aesirtribute.beaconPayment = false; +aesirtribute.register(); + +var crysteviawormhole = VanillaFactory.createItem("crystevia_wormhole"); +crysteviawormhole.maxStackSize = 64; +crysteviawormhole.beaconPayment = false; +crysteviawormhole.register(); + +var voxwormhole = VanillaFactory.createItem("vox_wormhole"); +voxwormhole.maxStackSize = 64; +voxwormhole.beaconPayment = false; +voxwormhole.register(); + +var mysteriumwormhole = VanillaFactory.createItem("mysterium_wormhole"); +mysteriumwormhole.maxStackSize = 64; +mysteriumwormhole.beaconPayment = false; +mysteriumwormhole.register(); + +var gardenciawormhole = VanillaFactory.createItem("gardencia_wormhole"); +gardenciawormhole.maxStackSize = 64; +gardenciawormhole.beaconPayment = false; +gardenciawormhole.register(); + +var celevewormhole = VanillaFactory.createItem("celeve_wormhole"); +celevewormhole.maxStackSize = 64; +celevewormhole.beaconPayment = false; +celevewormhole.register(); + +var candylandwormhole = VanillaFactory.createItem("candyland_wormhole"); +candylandwormhole.maxStackSize = 64; +candylandwormhole.beaconPayment = false; +candylandwormhole.register(); + +var irominewormhole = VanillaFactory.createItem("iromine_wormhole"); +irominewormhole.maxStackSize = 64; +irominewormhole.beaconPayment = false; +irominewormhole.register(); + +var havenwormhole = VanillaFactory.createItem("haven_wormhole"); +havenwormhole.maxStackSize = 64; +havenwormhole.beaconPayment = false; +havenwormhole.register(); + +var recursionfragmentcrystevia = VanillaFactory.createItem("recursion_fragment_crystevia"); +recursionfragmentcrystevia.maxStackSize = 64; +recursionfragmentcrystevia.beaconPayment = false; +recursionfragmentcrystevia.register(); + +var recursionfragmenthaven = VanillaFactory.createItem("recursion_fragment_haven"); +recursionfragmenthaven.maxStackSize = 64; +recursionfragmenthaven.beaconPayment = false; +recursionfragmenthaven.register(); + +var recursionfragmenvox = VanillaFactory.createItem("recursion_fragment_vox"); +recursionfragmenvox.maxStackSize = 64; +recursionfragmenvox.beaconPayment = false; +recursionfragmenvox.register(); + +var recursionfragmentmysterium = VanillaFactory.createItem("recursion_fragment_mysterium"); +recursionfragmentmysterium.maxStackSize = 64; +recursionfragmentmysterium.beaconPayment = false; +recursionfragmentmysterium.register(); + +var recursionfragmentiromine = VanillaFactory.createItem("recursion_fragment_iromine"); +recursionfragmentiromine.maxStackSize = 64; +recursionfragmentiromine.beaconPayment = false; +recursionfragmentiromine.register(); + +var recursionfragmentcandyland = VanillaFactory.createItem("recursion_fragment_candyland"); +recursionfragmentcandyland.maxStackSize = 64; +recursionfragmentcandyland.beaconPayment = false; +recursionfragmentcandyland.register(); + +var recursionfragmentceleve = VanillaFactory.createItem("recursion_fragment_celeve"); +recursionfragmentceleve.maxStackSize = 64; +recursionfragmentceleve.beaconPayment = false; +recursionfragmentceleve.register(); + +var recursionfragmentgardencia = VanillaFactory.createItem("recursion_fragment_gardencia"); +recursionfragmentgardencia.maxStackSize = 64; +recursionfragmentgardencia.beaconPayment = false; +recursionfragmentgardencia.register(); + +var imperfectneutroniumnugget = VanillaFactory.createItem("imperfect_neutronium_nugget"); +imperfectneutroniumnugget.maxStackSize = 64; +imperfectneutroniumnugget.beaconPayment = false; +imperfectneutroniumnugget.register(); + +var corporeaflower = VanillaFactory.createItem("corporea_flower"); +corporeaflower.maxStackSize = 64; +corporeaflower.beaconPayment = false; +corporeaflower.register(); + +var tokent1 = VanillaFactory.createItem("tier1_token"); +tokent1.maxStackSize = 64; +tokent1.beaconPayment = false; +tokent1.register(); + +var tokent2 = VanillaFactory.createItem("tier2_token"); +tokent2.maxStackSize = 64; +tokent2.beaconPayment = false; +tokent2.register(); + +var tokent3 = VanillaFactory.createItem("tier3_token"); +tokent3.maxStackSize = 64; +tokent3.beaconPayment = false; +tokent3.register(); + +var tokent4 = VanillaFactory.createItem("tier4_token"); +tokent4.maxStackSize = 64; +tokent4.beaconPayment = false; +tokent4.register(); + +var tokent5 = VanillaFactory.createItem("tier5_token"); +tokent5.maxStackSize = 64; +tokent5.beaconPayment = false; +tokent5.register(); + +var tokent6 = VanillaFactory.createItem("tier6_token"); +tokent6.maxStackSize = 64; +tokent6.beaconPayment = false; +tokent6.register(); + +var tokent7 = VanillaFactory.createItem("tier7_token"); +tokent7.maxStackSize = 64; +tokent7.beaconPayment = false; +tokent7.register(); + +var tokent8 = VanillaFactory.createItem("tier8_token"); +tokent8.maxStackSize = 64; +tokent8.beaconPayment = false; +tokent8.register(); + +var tokent9 = VanillaFactory.createItem("tier9_token"); +tokent9.maxStackSize = 64; +tokent9.beaconPayment = false; +tokent9.register(); + +var tokent10 = VanillaFactory.createItem("tier10_token"); +tokent10.maxStackSize = 64; +tokent10.beaconPayment = false; +tokent10.register(); + +var tokent11 = VanillaFactory.createItem("tier11_token"); +tokent11.maxStackSize = 64; +tokent11.beaconPayment = false; +tokent11.register(); + +var tokent12 = VanillaFactory.createItem("tier12_token"); +tokent12.maxStackSize = 64; +tokent12.beaconPayment = false; +tokent12.register(); + +var tokent13 = VanillaFactory.createItem("tier13_token"); +tokent13.maxStackSize = 64; +tokent13.beaconPayment = false; +tokent13.register(); + +var tokent14 = VanillaFactory.createItem("tier14_token"); +tokent14.maxStackSize = 64; +tokent14.beaconPayment = false; +tokent14.register(); + +var tokent15 = VanillaFactory.createItem("tier15_token"); +tokent15.maxStackSize = 64; +tokent15.beaconPayment = false; +tokent15.register(); + +var tokent16 = VanillaFactory.createItem("tier16_token"); +tokent16.maxStackSize = 64; +tokent16.beaconPayment = false; +tokent16.register(); + +var tokent17 = VanillaFactory.createItem("tier17_token"); +tokent17.maxStackSize = 64; +tokent17.beaconPayment = false; +tokent17.register(); + +var tokent18 = VanillaFactory.createItem("tier18_token"); +tokent18.maxStackSize = 64; +tokent18.beaconPayment = false; +tokent18.register(); + +var tokent19 = VanillaFactory.createItem("tier19_token"); +tokent19.maxStackSize = 64; +tokent19.beaconPayment = false; +tokent19.register(); + +var tokent20 = VanillaFactory.createItem("tier20_token"); +tokent20.maxStackSize = 64; +tokent20.beaconPayment = false; +tokent20.register(); + +var tokent21 = VanillaFactory.createItem("tier21_token"); +tokent21.maxStackSize = 64; +tokent21.beaconPayment = false; +tokent21.register(); + +var tokent22 = VanillaFactory.createItem("tier22_token"); +tokent22.maxStackSize = 64; +tokent22.beaconPayment = false; +tokent22.register(); + +var tokent23 = VanillaFactory.createItem("tier23_token"); +tokent23.maxStackSize = 64; +tokent23.beaconPayment = false; +tokent23.register(); + +var tokent24 = VanillaFactory.createItem("tier24_token"); +tokent24.maxStackSize = 64; +tokent24.beaconPayment = false; +tokent24.register(); + +var tokent25 = VanillaFactory.createItem("tier25_token"); +tokent25.maxStackSize = 64; +tokent25.beaconPayment = false; +tokent25.register(); + +var tokent26 = VanillaFactory.createItem("tier26_token"); +tokent26.maxStackSize = 64; +tokent26.beaconPayment = false; +tokent26.register(); + +var tokent27 = VanillaFactory.createItem("tier27_token"); +tokent27.maxStackSize = 64; +tokent27.beaconPayment = false; +tokent27.register(); + +var tokent28 = VanillaFactory.createItem("tier28_token"); +tokent28.maxStackSize = 64; +tokent28.beaconPayment = false; +tokent28.register(); + +var tokent29 = VanillaFactory.createItem("tier29_token"); +tokent29.maxStackSize = 64; +tokent29.beaconPayment = false; +tokent29.register(); + +var runandorwormhole = VanillaFactory.createItem("runandor_wormhole"); +runandorwormhole.maxStackSize = 64; +runandorwormhole.beaconPayment = false; +runandorwormhole.register(); + +var lunaluswormhole = VanillaFactory.createItem("lunalus_wormhole"); +lunaluswormhole.maxStackSize = 64; +lunaluswormhole.beaconPayment = false; +lunaluswormhole.register(); + +var boreanwormhole = VanillaFactory.createItem("borean_wormhole"); +boreanwormhole.maxStackSize = 64; +boreanwormhole.beaconPayment = false; +boreanwormhole.register(); + +var cavernwormhole = VanillaFactory.createItem("ancient_cavern_wormhole"); +cavernwormhole.maxStackSize = 64; +cavernwormhole.beaconPayment = false; +cavernwormhole.register(); + +var immortalliswormhole = VanillaFactory.createItem("immortallis_wormhole"); +immortalliswormhole.maxStackSize = 64; +immortalliswormhole.beaconPayment = false; +immortalliswormhole.register(); + +var dustopiawormhole = VanillaFactory.createItem("dustopia_wormhole"); +dustopiawormhole.maxStackSize = 64; +dustopiawormhole.beaconPayment = false; +dustopiawormhole.register(); + +var greckonwormhole = VanillaFactory.createItem("greckon_wormhole"); +greckonwormhole.maxStackSize = 64; +greckonwormhole.beaconPayment = false; +greckonwormhole.register(); + +var vetheawormhole = VanillaFactory.createItem("vethea_wormhole"); +vetheawormhole.maxStackSize = 64; +vetheawormhole.beaconPayment = false; +vetheawormhole.register(); + +var shyrewormhole = VanillaFactory.createItem("shyre_wormhole"); +shyrewormhole.maxStackSize = 64; +shyrewormhole.beaconPayment = false; +shyrewormhole.register(); + +var recursionfragmentrunandor = VanillaFactory.createItem("recursion_fragment_runandor"); +recursionfragmentrunandor.maxStackSize = 64; +recursionfragmentrunandor.beaconPayment = false; +recursionfragmentrunandor.register(); + +var recursionfragmentlunalus = VanillaFactory.createItem("recursion_fragment_lunalus"); +recursionfragmentlunalus.maxStackSize = 64; +recursionfragmentlunalus.beaconPayment = false; +recursionfragmentlunalus.register(); + +var recursionfragmentborean = VanillaFactory.createItem("recursion_fragment_borean"); +recursionfragmentborean.maxStackSize = 64; +recursionfragmentborean.beaconPayment = false; +recursionfragmentborean.register(); + +var recursionfragmentgreckon = VanillaFactory.createItem("recursion_fragment_greckon"); +recursionfragmentgreckon.maxStackSize = 64; +recursionfragmentgreckon.beaconPayment = false; +recursionfragmentgreckon.register(); + +var recursionfragmentdustopia = VanillaFactory.createItem("recursion_fragment_dustopia"); +recursionfragmentdustopia.maxStackSize = 64; +recursionfragmentdustopia.beaconPayment = false; +recursionfragmentdustopia.register(); + +var recursionfragmentimmortallis = VanillaFactory.createItem("recursion_fragment_immortallis"); +recursionfragmentimmortallis.maxStackSize = 64; +recursionfragmentimmortallis.beaconPayment = false; +recursionfragmentimmortallis.register(); + +var recursionfragmentcavern = VanillaFactory.createItem("recursion_fragment_cavern"); +recursionfragmentcavern.maxStackSize = 64; +recursionfragmentcavern.beaconPayment = false; +recursionfragmentcavern.register(); + +var recursionfragmentvethea = VanillaFactory.createItem("recursion_fragment_vethea"); +recursionfragmentvethea.maxStackSize = 64; +recursionfragmentvethea.beaconPayment = false; +recursionfragmentvethea.register(); + +var recursionfragmentshyre = VanillaFactory.createItem("recursion_fragment_shyre"); +recursionfragmentshyre.maxStackSize = 64; +recursionfragmentshyre.beaconPayment = false; +recursionfragmentshyre.register(); + +var reallyhardrock = VanillaFactory.createItem("really_hard_rock"); +reallyhardrock.maxStackSize = 64; +reallyhardrock.beaconPayment = false; +reallyhardrock.register(); + +var norserelic = VanillaFactory.createItem("unidentified_norse_relic"); +norserelic.maxStackSize = 64; +norserelic.beaconPayment = false; +norserelic.register(); + +var aesirgemstone = VanillaFactory.createItem("aesir_gemstone"); +aesirgemstone.maxStackSize = 64; +aesirgemstone.beaconPayment = false; +aesirgemstone.register(); + +var cutaesirgem = VanillaFactory.createItem("bifrost_gem"); +cutaesirgem.maxStackSize = 64; +cutaesirgem.beaconPayment = false; +cutaesirgem.register(); + +var aesirdust = VanillaFactory.createItem("bifrost_dust"); +aesirdust.maxStackSize = 64; +aesirdust.beaconPayment = false; +aesirdust.register(); + +var recursivepowder = VanillaFactory.createItem("recursive_powder"); +recursivepowder.maxStackSize = 64; +recursivepowder.beaconPayment = false; +recursivepowder.register(); + +var densediamondpowder = VanillaFactory.createItem("dense_diamond_powder"); +densediamondpowder.maxStackSize = 64; +densediamondpowder.beaconPayment = false; +densediamondpowder.register(); + +var starfieldgem = VanillaFactory.createItem("starfield_gem"); +starfieldgem.maxStackSize = 64; +starfieldgem.beaconPayment = false; +starfieldgem.register(); + +var demonicelixirbottle = VanillaFactory.createItem("demonic_elixir_bottle"); +demonicelixirbottle.maxStackSize = 64; +demonicelixirbottle.beaconPayment = false; +demonicelixirbottle.register(); + +var cloudyoilbottle = VanillaFactory.createItem("cloudy_oil_bottle"); +cloudyoilbottle.maxStackSize = 64; +cloudyoilbottle.beaconPayment = false; +cloudyoilbottle.register(); + +var evanescentsednanite = VanillaFactory.createItem("evanescent_sednanite_dust"); +evanescentsednanite.maxStackSize = 64; +evanescentsednanite.beaconPayment = false; +evanescentsednanite.register(); + +var evanescentsednanitepow = VanillaFactory.createItem("evanescent_sednanite_powder"); +evanescentsednanitepow.maxStackSize = 64; +evanescentsednanitepow.beaconPayment = false; +evanescentsednanitepow.register(); + +var sacrificemetal = VanillaFactory.createItem("sacrifice_metal_clump"); +sacrificemetal.maxStackSize = 64; +sacrificemetal.beaconPayment = false; +sacrificemetal.register(); + +var denseredstone = VanillaFactory.createItem("dense_redstone"); +denseredstone.maxStackSize = 64; +denseredstone.beaconPayment = false; +denseredstone.register(); + +var sacrificialcontract = VanillaFactory.createItem("sacrificial_contract"); +sacrificialcontract.maxStackSize = 64; +sacrificialcontract.beaconPayment = false; +sacrificialcontract.register(); + +var stainedsoul = VanillaFactory.createItem("eternally_stained_soul"); +stainedsoul.maxStackSize = 64; +stainedsoul.beaconPayment = false; +stainedsoul.register(); + +var lessermanacore = VanillaFactory.createItem("lesser_mana_core"); +lessermanacore.maxStackSize = 64; +lessermanacore.beaconPayment = false; +lessermanacore.register(); + +var greatermanacore = VanillaFactory.createItem("greater_mana_core"); +greatermanacore.maxStackSize = 64; +greatermanacore.beaconPayment = false; +greatermanacore.register(); + +var chaoticfeather = VanillaFactory.createItem("chaotic_feather"); +chaoticfeather.maxStackSize = 64; +chaoticfeather.beaconPayment = false; +chaoticfeather.register(); + +var enhancedchaosshard = VanillaFactory.createItem("enhanced_chaos_shard"); +enhancedchaosshard.maxStackSize = 64; +enhancedchaosshard.beaconPayment = false; +enhancedchaosshard.register(); + +var roomessence = VanillaFactory.createItem("essence_of_the_room"); +roomessence.maxStackSize = 64; +roomessence.beaconPayment = false; +roomessence.register(); + +var scarificialdruse = VanillaFactory.createItem("sacrificial_shard"); +scarificialdruse.maxStackSize = 64; +scarificialdruse.beaconPayment = false; +scarificialdruse.register(); + +var weightoftheheart = VanillaFactory.createItem("weight_of_the_heart"); +weightoftheheart.maxStackSize = 64; +weightoftheheart.beaconPayment = false; +weightoftheheart.register(); + +var dreadlandsgem = VanillaFactory.createItem("dreadlands_gem"); +dreadlandsgem.maxStackSize = 64; +dreadlandsgem.beaconPayment = false; +dreadlandsgem.register(); + +var shadowsteel = VanillaFactory.createItem("shadow_steel"); +shadowsteel.maxStackSize = 64; +shadowsteel.beaconPayment = false; +shadowsteel.register(); + +var enhancedchaosfragment = VanillaFactory.createItem("enhanced_chaos_fragment"); +enhancedchaosfragment.maxStackSize = 64; +enhancedchaosfragment.beaconPayment = false; +enhancedchaosfragment.register(); + +var rainbowcore = VanillaFactory.createItem("rainbow_core"); +rainbowcore.maxStackSize = 64; +rainbowcore.beaconPayment = false; +rainbowcore.register(); + +var unstablehassiumchunk = VanillaFactory.createItem("unstable_hassium_chunk"); +unstablehassiumchunk.maxStackSize = 64; +unstablehassiumchunk.beaconPayment = false; +unstablehassiumchunk.register(); + +var demantoid = VanillaFactory.createItem("recursive_demantoid"); +demantoid.maxStackSize = 64; +demantoid.beaconPayment = false; +demantoid.register(); + +var shiningsandstonechunk = VanillaFactory.createItem("shining_sandstone_chunk"); +shiningsandstonechunk.maxStackSize = 64; +shiningsandstonechunk.glowing = true; +shiningsandstonechunk.beaconPayment = false; +shiningsandstonechunk.register(); + +var cursedsapphire = VanillaFactory.createItem("cursed_sapphire"); +cursedsapphire.maxStackSize = 64; +cursedsapphire.glowing = true; +cursedsapphire.beaconPayment = false; +cursedsapphire.register(); + +var madnessgem = VanillaFactory.createItem("madness_gem"); +madnessgem.maxStackSize = 64; +madnessgem.beaconPayment = false; +madnessgem.register(); + +var inanimatesoul = VanillaFactory.createItem("inanimate_soul"); +inanimatesoul.maxStackSize = 64; +inanimatesoul.beaconPayment = false; +inanimatesoul.register(); + +var livingflesh = VanillaFactory.createItem("living_flesh"); +livingflesh.maxStackSize = 64; +livingflesh.beaconPayment = false; +livingflesh.register(); + +var densevibratingchunk = VanillaFactory.createItem("dense_vibrating_chunk"); +densevibratingchunk.maxStackSize = 64; +densevibratingchunk.beaconPayment = false; +densevibratingchunk.register(); + +var searedrock = VanillaFactory.createItem("seared_rock"); +searedrock.maxStackSize = 64; +searedrock.beaconPayment = false; +searedrock.register(); + +var skotaninomicom = VanillaFactory.createItem("skotaninomicom"); +skotaninomicom.maxStackSize = 64; +skotaninomicom.beaconPayment = false; +skotaninomicom.register(); + +var anadrominomicom = VanillaFactory.createItem("anadrominomicom"); +anadrominomicom.maxStackSize = 64; +anadrominomicom.beaconPayment = false; +anadrominomicom.register(); + +var crystalcorruption = VanillaFactory.createItem("crystallized_corruption"); +crystalcorruption.maxStackSize = 64; +crystalcorruption.beaconPayment = false; +crystalcorruption.register(); + +var corruptedaragonite = VanillaFactory.createItem("corrupted_aragonite"); +corruptedaragonite.maxStackSize = 64; +corruptedaragonite.beaconPayment = false; +corruptedaragonite.register(); + +var astrallizardite = VanillaFactory.createItem("astral_lizardite"); +astrallizardite.maxStackSize = 64; +astrallizardite.beaconPayment = false; +astrallizardite.register(); + +var imperfectgemcosmos = VanillaFactory.createItem("imperfect_gem_of_the_cosmos"); +imperfectgemcosmos.maxStackSize = 64; +imperfectgemcosmos.beaconPayment = false; +imperfectgemcosmos.register(); + +var eternalnightmare = VanillaFactory.createItem("eternal_nightmare"); +eternalnightmare.maxStackSize = 64; +eternalnightmare.beaconPayment = false; +eternalnightmare.register(); + +var cosmicfracture = VanillaFactory.createItem("cosmic_fracture"); +cosmicfracture.maxStackSize = 64; +cosmicfracture.beaconPayment = false; +cosmicfracture.register(); + +var perfectgemcosmos = VanillaFactory.createItem("perfected_gem_of_the_cosmos"); +perfectgemcosmos.maxStackSize = 64; +perfectgemcosmos.beaconPayment = false; +perfectgemcosmos.register(); + +var chaoticcomb = VanillaFactory.createItem("chaotic_comb"); +chaoticcomb.maxStackSize = 64; +chaoticcomb.beaconPayment = false; +chaoticcomb.register(); + +var calcitegem = VanillaFactory.createItem("calcite_gem"); +calcitegem.maxStackSize = 64; +calcitegem.beaconPayment = false; +calcitegem.register(); + +var dreadfulbone = VanillaFactory.createItem("dreadful_bone"); +dreadfulbone.maxStackSize = 64; +dreadfulbone.beaconPayment = false; +dreadfulbone.register(); + +var menacingsludge = VanillaFactory.createItem("menacing_sludge"); +menacingsludge.maxStackSize = 64; +menacingsludge.beaconPayment = false; +menacingsludge.register(); + +var cursedslime = VanillaFactory.createItem("cursed_slime"); +cursedslime.maxStackSize = 64; +cursedslime.beaconPayment = false; +cursedslime.register(); + +var chargerring = VanillaFactory.createItem("charger_ring"); +chargerring.maxStackSize = 64; +chargerring.beaconPayment = false; +chargerring.register(); + +var harbingercrystal = VanillaFactory.createItem("harbinger_crystal"); +harbingercrystal.maxStackSize = 64; +harbingercrystal.beaconPayment = false; +harbingercrystal.register(); + +var enderfeather = VanillaFactory.createItem("ender_feather"); +enderfeather.maxStackSize = 64; +enderfeather.beaconPayment = false; +enderfeather.register(); + +var compressedwafer = VanillaFactory.createItem("compressed_wafer"); +compressedwafer.maxStackSize = 64; +compressedwafer.beaconPayment = false; +compressedwafer.register(); + +var doublecompressedwafer = VanillaFactory.createItem("double_compressed_wafer"); +doublecompressedwafer.maxStackSize = 64; +doublecompressedwafer.beaconPayment = false; +doublecompressedwafer.register(); + +var triplecompressedwafer = VanillaFactory.createItem("triple_compressed_wafer"); +triplecompressedwafer.maxStackSize = 64; +triplecompressedwafer.beaconPayment = false; +triplecompressedwafer.register(); + +var empowermentcore = VanillaFactory.createItem("empowerment_core"); +empowermentcore.maxStackSize = 64; +empowermentcore.beaconPayment = false; +empowermentcore.register(); + +var enderdolomitedust = VanillaFactory.createItem("ender_dolomite_dust"); +enderdolomitedust.maxStackSize = 64; +enderdolomitedust.beaconPayment = false; +enderdolomitedust.register(); + +var cutabyssgarnet = VanillaFactory.createItem("cut_abyss_garnet"); +cutabyssgarnet.maxStackSize = 64; +cutabyssgarnet.beaconPayment = false; +cutabyssgarnet.register(); + +var cutprecasiagarnet = VanillaFactory.createItem("cut_precasia_garnet"); +cutprecasiagarnet.maxStackSize = 64; +cutprecasiagarnet.beaconPayment = false; +cutprecasiagarnet.register(); + +var cutlelyetiagarnet = VanillaFactory.createItem("cut_lelyetia_garnet"); +cutlelyetiagarnet.maxStackSize = 64; +cutlelyetiagarnet.beaconPayment = false; +cutlelyetiagarnet.register(); + +var cutcreeponiagarnet = VanillaFactory.createItem("cut_creeponia_garnet"); +cutcreeponiagarnet.maxStackSize = 64; +cutcreeponiagarnet.beaconPayment = false; +cutcreeponiagarnet.register(); + +var cutdeeplandsgarnet = VanillaFactory.createItem("cut_deeplands_garnet"); +cutdeeplandsgarnet.maxStackSize = 64; +cutdeeplandsgarnet.beaconPayment = false; +cutdeeplandsgarnet.register(); + +var cutbarathosgarnet = VanillaFactory.createItem("cut_barathos_garnet"); +cutbarathosgarnet.maxStackSize = 64; +cutbarathosgarnet.beaconPayment = false; +cutbarathosgarnet.register(); + +var cutcrysteviagarnet = VanillaFactory.createItem("cut_crystevia_garnet"); +cutcrysteviagarnet.maxStackSize = 64; +cutcrysteviagarnet.beaconPayment = false; +cutcrysteviagarnet.register(); + +var cutcandylandgarnet = VanillaFactory.createItem("cut_candyland_garnet"); +cutcandylandgarnet.maxStackSize = 64; +cutcandylandgarnet.beaconPayment = false; +cutcandylandgarnet.register(); + +var cutcelevegarnet = VanillaFactory.createItem("cut_celeve_garnet"); +cutcelevegarnet.maxStackSize = 64; +cutcelevegarnet.beaconPayment = false; +cutcelevegarnet.register(); + +var cuthavengarnet = VanillaFactory.createItem("cut_haven_garnet"); +cuthavengarnet.maxStackSize = 64; +cuthavengarnet.beaconPayment = false; +cuthavengarnet.register(); + +var cutgardenciagarnet = VanillaFactory.createItem("cut_gardencia_garnet"); +cutgardenciagarnet.maxStackSize = 64; +cutgardenciagarnet.beaconPayment = false; +cutgardenciagarnet.register(); + +var cutvoxpondsgarnet = VanillaFactory.createItem("cut_voxponds_garnet"); +cutvoxpondsgarnet.maxStackSize = 64; +cutvoxpondsgarnet.beaconPayment = false; +cutvoxpondsgarnet.register(); + +var cutirominegarnet = VanillaFactory.createItem("cut_iromine_garnet"); +cutirominegarnet.maxStackSize = 64; +cutirominegarnet.beaconPayment = false; +cutirominegarnet.register(); + +var cutmysteriumgarnet = VanillaFactory.createItem("cut_mysterium_garnet"); +cutmysteriumgarnet.maxStackSize = 64; +cutmysteriumgarnet.beaconPayment = false; +cutmysteriumgarnet.register(); + +var cutboreangarnet = VanillaFactory.createItem("cut_borean_garnet"); +cutboreangarnet.maxStackSize = 64; +cutboreangarnet.beaconPayment = false; +cutboreangarnet.register(); + +var cutrunandorgarnet = VanillaFactory.createItem("cut_runandor_garnet"); +cutrunandorgarnet.maxStackSize = 64; +cutrunandorgarnet.beaconPayment = false; +cutrunandorgarnet.register(); + +var cutlunalusgarnet = VanillaFactory.createItem("cut_lunalus_garnet"); +cutlunalusgarnet.maxStackSize = 64; +cutlunalusgarnet.beaconPayment = false; +cutlunalusgarnet.register(); + +var cutimmortallisgarnet = VanillaFactory.createItem("cut_immortallis_garnet"); +cutimmortallisgarnet.maxStackSize = 64; +cutimmortallisgarnet.beaconPayment = false; +cutimmortallisgarnet.register(); + +var cutancientcaverngarnet = VanillaFactory.createItem("cut_ancientcavern_garnet"); +cutancientcaverngarnet.maxStackSize = 64; +cutancientcaverngarnet.beaconPayment = false; +cutancientcaverngarnet.register(); + +var cutgreckongarnet = VanillaFactory.createItem("cut_greckon_garnet"); +cutgreckongarnet.maxStackSize = 64; +cutgreckongarnet.beaconPayment = false; +cutgreckongarnet.register(); + +var cutdustopiagarnet = VanillaFactory.createItem("cut_dustopia_garnet"); +cutdustopiagarnet.maxStackSize = 64; +cutdustopiagarnet.beaconPayment = false; +cutdustopiagarnet.register(); + +var LEFHM = VanillaFactory.createItem("lefhm_fuel"); +LEFHM.maxStackSize = 64; +LEFHM.beaconPayment = false; +LEFHM.register(); + +var TSLEU235 = VanillaFactory.createItem("tsleu_235_fuel"); +TSLEU235.maxStackSize = 64; +TSLEU235.beaconPayment = false; +TSLEU235.register(); + +var mutatedmeatball = VanillaFactory.createItem("mutated_meatball"); +mutatedmeatball.maxStackSize = 64; +mutatedmeatball.beaconPayment = false; +mutatedmeatball.register(); + +var meatanepellet = VanillaFactory.createItem("meatane_pellet"); +meatanepellet.maxStackSize = 64; +meatanepellet.beaconPayment = false; +meatanepellet.register(); + +var depletedlefhm = VanillaFactory.createItem("depleted_lefhm_fuel"); +depletedlefhm.maxStackSize = 64; +depletedlefhm.beaconPayment = false; +depletedlefhm.register(); + +var meatballium324 = VanillaFactory.createItem("meatballium_324"); +meatballium324.maxStackSize = 64; +meatballium324.beaconPayment = false; +meatballium324.register(); + +var meatballium322 = VanillaFactory.createItem("meatballium_322"); +meatballium322.maxStackSize = 64; +meatballium322.beaconPayment = false; +meatballium322.register(); + +var meatballium328 = VanillaFactory.createItem("meatballium_328"); +meatballium328.maxStackSize = 64; +meatballium328.beaconPayment = false; +meatballium328.register(); + +var infinityfragment = VanillaFactory.createItem("infinity_fragment"); +infinityfragment.maxStackSize = 64; +infinityfragment.beaconPayment = false; +infinityfragment.register(); + +var thegear = VanillaFactory.createItem("complex_gearbox"); +thegear.maxStackSize = 64; +thegear.beaconPayment = false; +thegear.register(); + +var complexcrank = VanillaFactory.createItem("complex_crank_shaft"); +complexcrank.maxStackSize = 64; +complexcrank.beaconPayment = false; +complexcrank.register(); + +var shyrechunk = VanillaFactory.createItem("shyre_chunk"); +shyrechunk.maxStackSize = 64; +shyrechunk.beaconPayment = false; +shyrechunk.register(); + +var xxeusstone = VanillaFactory.createItem("xxeus_stone"); +xxeusstone.maxStackSize = 64; +xxeusstone.beaconPayment = false; +xxeusstone.register(); + +var leftsacredsapling = VanillaFactory.createItem("left_sacred_sapling"); +leftsacredsapling.maxStackSize = 64; +leftsacredsapling.beaconPayment = false; +leftsacredsapling.register(); + +var rightsacredsapling = VanillaFactory.createItem("right_sacred_sapling"); +rightsacredsapling.maxStackSize = 64; +rightsacredsapling.beaconPayment = false; +rightsacredsapling.register(); + +var sacredsawdust = VanillaFactory.createItem("sacred_acorn"); +sacredsawdust.maxStackSize = 64; +sacredsawdust.beaconPayment = false; +sacredsawdust.register(); + +var bigslime = VanillaFactory.createItem("big_slime"); +bigslime.maxStackSize = 64; +bigslime.beaconPayment = false; +bigslime.register(); + +var clunkychunkybrick = VanillaFactory.createItem("clunky_chunky_brick"); +clunkychunkybrick.maxStackSize = 64; +clunkychunkybrick.beaconPayment = false; +clunkychunkybrick.register(); + +var primordialprism = VanillaFactory.createItem("primordial_prism"); +primordialprism.maxStackSize = 64; +primordialprism.beaconPayment = false; +primordialprism.register(); + +var golemcore = VanillaFactory.createItem("golem_core"); +golemcore.maxStackSize = 64; +golemcore.beaconPayment = false; +golemcore.register(); + +var dimensionalingot = VanillaFactory.createItem("dimensional_ingot"); +dimensionalingot.maxStackSize = 64; +dimensionalingot.beaconPayment = false; +dimensionalingot.register(); + +var blooddimensionalingot = VanillaFactory.createItem("blood_infused_dimensional_ingot"); +blooddimensionalingot.maxStackSize = 64; +blooddimensionalingot.beaconPayment = false; +blooddimensionalingot.register(); + +var cursedrock = VanillaFactory.createItem("cursed_rock"); +cursedrock.maxStackSize = 64; +cursedrock.beaconPayment = false; +cursedrock.register(); + +var silicadust = VanillaFactory.createItem("silica_dust"); +silicadust.maxStackSize = 64; +silicadust.beaconPayment = false; +silicadust.register(); + +var silicagelatin = VanillaFactory.createItem("silica_gelatin"); +silicagelatin.maxStackSize = 64; +silicagelatin.beaconPayment = false; +silicagelatin.register(); + +var kryptonxenoncap = VanillaFactory.createItem("krypton_xenon_capture"); +kryptonxenoncap.maxStackSize = 64; +kryptonxenoncap.beaconPayment = false; +kryptonxenoncap.register(); + +var kryptoncap = VanillaFactory.createItem("krypton_capture"); +kryptoncap.maxStackSize = 64; +kryptoncap.beaconPayment = false; +kryptoncap.register(); + +var ignitabledust = VanillaFactory.createItem("ignitable_dust"); +ignitabledust.maxStackSize = 64; +ignitabledust.beaconPayment = false; +ignitabledust.register(); + +var phosphorousremains = VanillaFactory.createItem("phosphorous_crystal"); +phosphorousremains.maxStackSize = 64; +phosphorousremains.beaconPayment = false; +phosphorousremains.register(); + +var vanadiumdust = VanillaFactory.createItem("vanadium_dust"); +vanadiumdust.maxStackSize = 64; +vanadiumdust.beaconPayment = false; +vanadiumdust.register(); + +var galliumdust = VanillaFactory.createItem("tiny_gallium_dust"); +galliumdust.maxStackSize = 64; +galliumdust.beaconPayment = false; +galliumdust.register(); + +var germaniumdust = VanillaFactory.createItem("tiny_germanium_dust"); +germaniumdust.maxStackSize = 64; +germaniumdust.beaconPayment = false; +germaniumdust.register(); + +var shelldust = VanillaFactory.createItem("shell_dust"); +shelldust.maxStackSize = 64; +shelldust.beaconPayment = false; +shelldust.register(); + +var seleniumdust = VanillaFactory.createItem("selenium_dust"); +seleniumdust.maxStackSize = 64; +seleniumdust.beaconPayment = false; +seleniumdust.register(); + +var yttriumfluoride = VanillaFactory.createItem("yttrium_oxide"); +yttriumfluoride.maxStackSize = 64; +yttriumfluoride.beaconPayment = false; +yttriumfluoride.register(); + +var bariumoxide = VanillaFactory.createItem("barium_oxide"); +bariumoxide.maxStackSize = 64; +bariumoxide.beaconPayment = false; +bariumoxide.register(); + +var bariumchunk = VanillaFactory.createItem("barium_chunk"); +bariumchunk.maxStackSize = 64; +bariumchunk.beaconPayment = false; +bariumchunk.register(); + +var rainbowpetal = VanillaFactory.createItem("rainbow_petal"); +rainbowpetal.maxStackSize = 64; +rainbowpetal.beaconPayment = false; +rainbowpetal.register(); + +var recursivefeather = VanillaFactory.createItem("recursive_feather"); +recursivefeather.maxStackSize = 64; +recursivefeather.beaconPayment = false; +recursivefeather.register(); + +var planetaryessence = VanillaFactory.createItem("planetary_essence"); +planetaryessence.maxStackSize = 64; +planetaryessence.beaconPayment = false; +planetaryessence.register(); + +var universalrealgar = VanillaFactory.createItem("universal_realgar"); +universalrealgar.maxStackSize = 64; +universalrealgar.beaconPayment = false; +universalrealgar.register(); + +var sympanspirit = VanillaFactory.createItem("sympan_spirit"); +sympanspirit.maxStackSize = 64; +sympanspirit.beaconPayment = false; +sympanspirit.register(); + +var finemineraldust = VanillaFactory.createItem("fine_mineral_dust"); +finemineraldust.maxStackSize = 64; +finemineraldust.beaconPayment = false; +finemineraldust.register(); + +var matterscluster = VanillaFactory.createItem("matter_cluster"); +matterscluster.maxStackSize = 64; +matterscluster.beaconPayment = false; +matterscluster.register(); + +var brightseelplate = VanillaFactory.createItem("brightseel_alloy_plate"); +brightseelplate.maxStackSize = 64; +brightseelplate.beaconPayment = false; +brightseelplate.register(); + +var brightseelgear = VanillaFactory.createItem("brightseel_alloy_gear"); +brightseelgear.maxStackSize = 64; +brightseelgear.beaconPayment = false; +brightseelgear.register(); + +var irocomponent = VanillaFactory.createItem("iro_component"); +irocomponent.maxStackSize = 64; +irocomponent.beaconPayment = false; +irocomponent.register(); + +var lothloriendust = VanillaFactory.createItem("lothlorien_dust"); +lothloriendust.maxStackSize = 64; +lothloriendust.beaconPayment = false; +lothloriendust.register(); + +var fluxedelectrumshaft = VanillaFactory.createItem("fluxed_electrum_shaft"); +fluxedelectrumshaft.maxStackSize = 64; +fluxedelectrumshaft.beaconPayment = false; +fluxedelectrumshaft.register(); + +var cyaniderod = VanillaFactory.createItem("cyanite_cell"); +cyaniderod.maxStackSize = 64; +cyaniderod.beaconPayment = false; +cyaniderod.register(); + +var coraliumshielding = VanillaFactory.createItem("coralium_shielding"); +coraliumshielding.maxStackSize = 64; +coraliumshielding.beaconPayment = false; +coraliumshielding.register(); \ No newline at end of file diff --git a/scripts/CustomLoot.zs b/scripts/CustomLoot.zs new file mode 100644 index 00000000..652a537b --- /dev/null +++ b/scripts/CustomLoot.zs @@ -0,0 +1,377 @@ +import loottweaker.LootTweaker; +import loottweaker.vanilla.loot.LootTable; +import loottweaker.vanilla.loot.LootPool; + +mods.ltt.LootTable.removeGlobalItem("aoa3:blank_realmstone"); + +mods.ltt.LootTable.removeGlobalItem("mysticalagriculture:crafting:4"); + +mods.ltt.LootTable.removeGlobalItem("twilightforest:uncrafting_table"); + +mods.ltt.LootTable.removeGlobalItem("thebetweenlands:lore_scrap"); + +mods.ltt.LootTable.removeGlobalItem("thebetweenlands:ring_of_dispersion"); + +mods.ltt.LootTable.removeGlobalItem("biomesoplenty:sapling_1:7"); + +mods.ltt.LootTable.removeGlobalItem("aoa3:shiny_box"); + +val firedragfem = LootTweaker.getTable("iceandfire:fire_dragon_female_cave"); +val firedragfemr1 = firedragfem.addPool("firedragfemr1", 1, 1, 0, 0); +firedragfemr1.addItemEntry(, 1); +firedragfemr1.addItemEntry(, 5); +firedragfemr1.addItemEntry(, 7); +firedragfemr1.addItemEntry(*4, 5); + +val firedragmal = LootTweaker.getTable("iceandfire:fire_dragon_male_cave"); +val firedragmalr1 = firedragmal.addPool("firedragmalr1", 1, 1, 0, 0); +firedragmalr1.addItemEntry(, 1); +firedragmalr1.addItemEntry(, 5); +firedragmalr1.addItemEntry(, 1); +firedragmalr1.addItemEntry(, 10); + +val icedragfem = LootTweaker.getTable("iceandfire:ice_dragon_female_cave"); +val icedragfemr1 = icedragfem.addPool("icedragfemr1", 1, 1, 0, 0); +icedragfemr1.addItemEntry(, 1); +icedragfemr1.addItemEntry(, 5); +icedragfemr1.addItemEntry(, 2); +icedragfemr1.addItemEntry(*4, 5); + +val icedragmal = LootTweaker.getTable("iceandfire:ice_dragon_male_cave"); +val icedragmalr1 = icedragmal.addPool("icedragmalr1", 1, 1, 0, 0); +icedragmalr1.addItemEntry(, 1); +icedragmalr1.addItemEntry(, 3); +icedragmalr1.addItemEntry(*2, 5); + +val nethengeicwither = LootTweaker.getTable("aoa3:entities/bosses/nethengeic_wither"); +val nethengeicroll = nethengeicwither.addPool("nethengeicroll", 1, 1, 0, 0); +nethengeicroll.addItemEntry(*3, 5); +nethengeicroll.addItemEntry(, 5); +val nethengeicbone = nethengeicwither.addPool("nethengeicbone", 1, 1, 0, 0); +nethengeicbone.addItemEntry(, 5); + +val thewatcher = LootTweaker.getTable("divinerpg:entities/boss/the_watcher"); +val thewatcherroll = thewatcher.addPool("thewatcherroll", 1, 1, 0, 0); +thewatcherroll.addItemEntry(*3, 5); +thewatcherroll.addItemEntry(, 5); +val watchereye = thewatcher.addPool("watchereye", 1, 1, 0, 0); +watchereye.addItemEntry(, 5); + +val ancientgolem = LootTweaker.getTable("aoa3:entities/mobs/overworld/ancient_golem"); +val ancientgolemroll = ancientgolem.addPool("ancientgolemroll", 1, 1, 0, 0); +ancientgolemroll.addItemEntry(, 5); + +val bonecreature = LootTweaker.getTable("aoa3:entities/mobs/overworld/bone_creature"); +val bonecreatureroll = bonecreature.addPool("bonecreatureroll", 1, 1, 0, 0); +bonecreatureroll.addItemEntry(, 5); +bonecreatureroll.addItemEntry(, 5); + +val chimera = LootTweaker.getTable("aoa3:entities/mobs/overworld/chimera"); +val chimeraroll = chimera.addPool("chimeraroll", 1, 1, 0, 0); +chimeraroll.addItemEntry(, 5); + +val polarursa = LootTweaker.getTable("aoa3:entities/mobs/overworld/polar_ursa"); +val polarursaroll = polarursa.addPool("polarursaroll", 1, 1, 0, 0); +polarursaroll.addItemEntry(, 5); + +val dimdoordungeon = LootTweaker.getTable("dimdoors:dungeon_chest"); +val dimdoorsdungeonroll = dimdoordungeon.addPool("dimdoorsdungeonroll", 1, 1, 0, 0); +dimdoorsdungeonroll.addItemEntry(, 5); +dimdoorsdungeonroll.addItemEntry(, 2); + +val mothervoidwalker = LootTweaker.getTable("aoa3:entities/mobs/overworld/mother_void_walker"); +val mothervoidwalkerroll = mothervoidwalker.addPool("mothervoidwalkerroll", 1, 1, 0, 0); +mothervoidwalkerroll.addItemEntry(, 5); + +val epiphite = LootTweaker.getTable("divinerpg:entities/wildwood/epiphite"); +val epiphiteroll = epiphite.addPool("epiphiteroll", 1, 1, 0, 0); +epiphiteroll.addItemEntry(, 5); + +val anciententity = LootTweaker.getTable("divinerpg:entities/boss/ancient_entity"); +val ancientrenmants = anciententity.addPool("ancientrenmants", 1, 1, 0, 0); +ancientrenmants.addItemEntry(, 5); + +val ayeracoblue = LootTweaker.getTable("divinerpg:entities/boss/ayeraco_blue"); +val ayeracoscale = ayeracoblue.addPool("ayeracoscale", 1, 1, 0, 0); +ayeracoscale.addItemEntry(, 5); + +val ayeracogreen = LootTweaker.getTable("divinerpg:entities/boss/ayeraco_green"); +val ayeracoscaleg = ayeracogreen.addPool("ayeracoscaleg", 1, 1, 0, 0); +ayeracoscaleg.addItemEntry(, 5); + +val densos = LootTweaker.getTable("divinerpg:entities/boss/densos"); +val densoseye = densos.addPool("densoseye", 1, 1, 0, 0); +densoseye.addItemEntry(, 5); + +val dramix = LootTweaker.getTable("divinerpg:entities/boss/dramix"); +val dramixskin = dramix.addPool("dramixskin", 1, 1, 0, 0); +dramixskin.addItemEntry(, 5); + +val eternalarcher = LootTweaker.getTable("divinerpg:entities/boss/eternal_archer"); +val eternalshoulder = eternalarcher.addPool("eternalshoulder", 1, 1, 0, 0); +eternalshoulder.addItemEntry(, 5); + +val karot = LootTweaker.getTable("divinerpg:entities/boss/karot"); +val karothorn = karot.addPool("karothorn", 1, 1, 0, 0); +karothorn.addItemEntry(, 5); + +val kingscorher = LootTweaker.getTable("divinerpg:entities/boss/king_of_scorchers"); +val scorcherflame = kingscorher.addPool("scorcherflame", 1, 1, 0, 0); +scorcherflame.addItemEntry(, 5); + +val parasecta = LootTweaker.getTable("divinerpg:entities/boss/parasecta"); +val parasectawing = parasecta.addPool("parasectawing", 1, 1, 0, 0); +parasectawing.addItemEntry(, 5); + +val reyvor = LootTweaker.getTable("divinerpg:entities/boss/reyvor"); +val reyvoreye = reyvor.addPool("reyvoreye", 1, 1, 0, 0); +reyvoreye.addItemEntry(, 5); + +val soulfiend = LootTweaker.getTable("divinerpg:entities/boss/soul_fiend"); +val fiendsoul = soulfiend.addPool("fiendsoul", 1, 1, 0, 0); +fiendsoul.addItemEntry(, 5); + +val twilightdemon = LootTweaker.getTable("divinerpg:entities/boss/twilight_demon"); +val twilightantenna = twilightdemon.addPool("twilightantenna", 1, 1, 0, 0); +twilightantenna.addItemEntry(, 5); + +val vamacheron = LootTweaker.getTable("divinerpg:entities/boss/vamacheron"); +val vamacheronfur = vamacheron.addPool("vamacheronfur", 1, 1, 0, 0); +vamacheronfur.addItemEntry(, 5); + +val termasect = LootTweaker.getTable("divinerpg:entities/boss/termasect"); +val termasectbark = termasect.addPool("termasectbark", 1, 1, 0, 0); +termasectbark.addItemEntry(, 5); + +val sunstorm = LootTweaker.getTable("divinerpg:entities/boss/sunstorm"); +val sunstormray = sunstorm.addPool("sunstormray", 1, 1, 0, 0); +sunstormray.addItemEntry(, 5); + +val experiencedcori = LootTweaker.getTable("divinerpg:entities/boss/experienced_cori"); +val coriexperience = experiencedcori.addPool("coriexperience", 1, 1, 0, 0); +coriexperience.addItemEntry(, 5); + +val bane = LootTweaker.getTable("aoa3:entities/bosses/bane"); +val banetusk = bane.addPool("banetusk", 1, 1, 0, 0); +banetusk.addItemEntry(, 5); + +val baroness = LootTweaker.getTable("aoa3:entities/bosses/baroness"); +val baronessbrain = baroness.addPool("baronessbrain", 1, 1, 0, 0); +baronessbrain.addItemEntry(, 5); + +val clunkhead = LootTweaker.getTable("aoa3:entities/bosses/clunkhead"); +val clunkheadbrick = clunkhead.addPool("clunkheadbrick", 1, 1, 0, 0); +clunkheadbrick.addItemEntry(, 5); + +val coniferon = LootTweaker.getTable("aoa3:entities/bosses/coniferon"); +val coniferonbark = coniferon.addPool("coniferonbark", 1, 1, 0, 0); +coniferonbark.addItemEntry(, 5); + +val corallus = LootTweaker.getTable("aoa3:entities/bosses/corallus"); +val coralluspolyp = corallus.addPool("coralluspolyp", 1, 1, 0, 0); +coralluspolyp.addItemEntry(, 5); + +val cottoncandor = LootTweaker.getTable("aoa3:entities/bosses/cotton_candor"); +val cottoncandorfrosting = cottoncandor.addPool("cottoncandorfrosting", 1, 1, 0, 0); +cottoncandorfrosting.addItemEntry(, 5); + +val craexxeus = LootTweaker.getTable("aoa3:entities/bosses/craexxeus"); +val xxeusheart = craexxeus.addPool("xxeusheart", 1, 1, 0, 0); +xxeusheart.addItemEntry(, 5); + +val creep = LootTweaker.getTable("aoa3:entities/bosses/creep"); +val creepheart = creep.addPool("creepheart", 1, 1, 0, 0); +creepheart.addItemEntry(, 5); + +val crystocore = LootTweaker.getTable("aoa3:entities/bosses/crystocore"); +val crystocoreshard = crystocore.addPool("crystocoreshard", 1, 1, 0, 0); +crystocoreshard.addItemEntry(, 5); + +val dracyon = LootTweaker.getTable("aoa3:entities/bosses/dracyon"); +val dracyontooth = dracyon.addPool("dracyontooth", 1, 1, 0, 0); +dracyontooth.addItemEntry(, 5); + +val elusive = LootTweaker.getTable("aoa3:entities/bosses/elusive"); +val elusivehorn = elusive.addPool("elusivehorn", 1, 1, 0, 0); +elusivehorn.addItemEntry(, 5); + +val flash = LootTweaker.getTable("aoa3:entities/bosses/flash"); +val flashskull = flash.addPool("flashskull", 1, 1, 0, 0); +flashskull.addItemEntry(, 5); + +val goldorth = LootTweaker.getTable("aoa3:entities/bosses/goldorth"); +val goldortheye = goldorth.addPool("goldortheye", 1, 1, 0, 0); +goldortheye.addItemEntry(, 5); + +val graw = LootTweaker.getTable("aoa3:entities/bosses/graw"); +val grawfang = graw.addPool("grawfang", 1, 1, 0, 0); +grawfang.addItemEntry(, 5); + +val guardian = LootTweaker.getTable("aoa3:entities/bosses/red_guardian"); +val guardianrune = guardian.addPool("guardianrune", 1, 1, 0, 0); +guardianrune.addItemEntry(, 5); + +val gyro = LootTweaker.getTable("aoa3:entities/bosses/gyro"); +val gyronose = gyro.addPool("gyronose", 1, 1, 0, 0); +gyronose.addItemEntry(, 5); + +val harkos = LootTweaker.getTable("aoa3:entities/bosses/harkos"); +val harkosrib = harkos.addPool("harkosrib", 1, 1, 0, 0); +harkosrib.addItemEntry(, 5); + +val hivekinggg = LootTweaker.getTable("aoa3:entities/bosses/hive_king"); +val hivekingtendrildd = hivekinggg.addPool("hivekingtendrildd", 1, 1, 0, 0); +hivekingtendrildd.addItemEntry(, 5); + +val horon = LootTweaker.getTable("aoa3:entities/bosses/horon"); +val horontendon = horon.addPool("horontendon", 1, 1, 0, 0); +horontendon.addItemEntry(, 5); + +val hydrolisk = LootTweaker.getTable("aoa3:entities/bosses/hydrolisk"); +val hydroliskpincher = hydrolisk.addPool("hydroliskpincher", 1, 1, 0, 0); +hydroliskpincher.addItemEntry(, 5); + +val kajaros = LootTweaker.getTable("aoa3:entities/bosses/kajaros"); +val kajarosrib = kajaros.addPool("kajarosrib", 1, 1, 0, 0); +kajarosrib.addItemEntry(, 5); + +val bambambam = LootTweaker.getTable("aoa3:entities/bosses/king_bambambam"); +val kingbambambampelvis = bambambam.addPool("kingbambambampelvis", 1, 1, 0, 0); +kingbambambampelvis.addItemEntry(, 5); + +val shroomus = LootTweaker.getTable("aoa3:entities/bosses/king_shroomus"); +val kingshroomuscap = shroomus.addPool("kingshroomuscap", 1, 1, 0, 0); +kingshroomuscap.addItemEntry(, 5); + +val klobber = LootTweaker.getTable("aoa3:entities/bosses/klobber"); +val klobberhand = klobber.addPool("klobberhand", 1, 1, 0, 0); +klobberhand.addItemEntry(, 5); + +val kror = LootTweaker.getTable("aoa3:entities/bosses/kror"); +val krorsediment = kror.addPool("krorsediment", 1, 1, 0, 0); +krorsediment.addItemEntry(, 5); + +val mechbot = LootTweaker.getTable("aoa3:entities/bosses/mechbot"); +val mechbotcpu = mechbot.addPool("mechbotcpu", 1, 1, 0, 0); +mechbotcpu.addItemEntry(, 5); + +val mirage = LootTweaker.getTable("aoa3:entities/bosses/mirage"); +val miragefemur = mirage.addPool("miragefemur", 1, 1, 0, 0); +miragefemur.addItemEntry(, 5); + +val miskel = LootTweaker.getTable("aoa3:entities/bosses/miskel"); +val miskelrib = miskel.addPool("miskelrib", 1, 1, 0, 0); +miskelrib.addItemEntry(, 5); + +val okazor = LootTweaker.getTable("aoa3:entities/bosses/okazor"); +val okazorrib = okazor.addPool("okazorrib", 1, 1, 0, 0); +okazorrib.addItemEntry(, 5); + +val penumbra = LootTweaker.getTable("aoa3:entities/bosses/penumbra"); +val penumbraspike = penumbra.addPool("penumbraspike", 1, 1, 0, 0); +penumbraspike.addItemEntry(, 5); + +val proshield = LootTweaker.getTable("aoa3:entities/bosses/proshield"); +val proshieldhand = proshield.addPool("proshieldhand", 1, 1, 0, 0); +proshieldhand.addItemEntry(, 5); + +val raxxan = LootTweaker.getTable("aoa3:entities/bosses/raxxan"); +val raxxanrib = raxxan.addPool("raxxanrib", 1, 1, 0, 0); +raxxanrib.addItemEntry(, 5); + +val rockrider = LootTweaker.getTable("aoa3:entities/bosses/rock_rider"); +val rockriderstone = rockrider.addPool("rockriderstone", 1, 1, 0, 0); +rockriderstone.addItemEntry(, 5); + +val shadowlord = LootTweaker.getTable("aoa3:entities/bosses/shadowlord"); +val shadowlordeye = shadowlord.addPool("shadowlordeye", 1, 1, 0, 0); +shadowlordeye.addItemEntry(, 5); + +val silverfoot = LootTweaker.getTable("aoa3:entities/bosses/silverfoot"); +val silverfootfoot = silverfoot.addPool("silverfootfoot", 1, 1, 0, 0); +silverfootfoot.addItemEntry(, 5); + +val skeletron = LootTweaker.getTable("aoa3:entities/bosses/skeletron"); +val skeletronskull = skeletron.addPool("skeletronskull", 1, 1, 0, 0); +skeletronskull.addItemEntry(, 5); + +val smash = LootTweaker.getTable("aoa3:entities/bosses/smash"); +val smashjaw = smash.addPool("smashjaw", 1, 1, 0, 0); +smashjaw.addItemEntry(, 5); + +val tyrosaur = LootTweaker.getTable("aoa3:entities/bosses/tyrosaur"); +val tyrosaurhorn = tyrosaur.addPool("tyrosaurhorn", 1, 1, 0, 0); +tyrosaurhorn.addItemEntry(, 5); + +val vinocorne = LootTweaker.getTable("aoa3:entities/bosses/vinocorne"); +val vinocornepetal = vinocorne.addPool("vinocornepetal", 1, 1, 0, 0); +vinocornepetal.addItemEntry(, 5); + +val visualent = LootTweaker.getTable("aoa3:entities/bosses/visualent"); +val visualentfang = visualent.addPool("visualentfang", 1, 1, 0, 0); +visualentfang.addItemEntry(, 5); + +val voxxulon = LootTweaker.getTable("aoa3:entities/bosses/voxxulon"); +val voxxulonslime = voxxulon.addPool("voxxulonslime", 1, 1, 0, 0); +voxxulonslime.addItemEntry(, 5); + +val augmentrare = LootTweaker.getTable("thaumicaugmentation:block/loot_rare"); +val augmentraresingularity = augmentrare.addPool("augmentraresingularity", 1, 1, 0, 0); +augmentraresingularity.addItemEntry(, 2); +augmentraresingularity.addItemEntry(, 2); +augmentraresingularity.addItemEntry(, 2); +augmentraresingularity.addItemEntry(, 2); +augmentraresingularity.addItemEntry(, 2); +augmentraresingularity.addItemEntry(, 2); +augmentraresingularity.addItemEntry(, 1); + +val enthralleddramcryx = LootTweaker.getTable("divinerpg:entities/vanilla/enthralled_dramcryx"); +val enthralleddramcryxhollytop = enthralleddramcryx.addPool("enthralleddramcryxhollytop", 1, 1, 0, 0); +enthralleddramcryxhollytop.addItemEntry(, 5); + +val gorgon = LootTweaker.getTable("iceandfire:gorgon"); +val gorgongoodloot = gorgon.addPool("gorgongoodloot", 1, 1, 0, 0); +gorgongoodloot.addItemEntry(, 5); + +val bettergaiaguardian = LootTweaker.getTable("botania:gaia_guardian_2"); +val bettergaiaguardianloot = bettergaiaguardian.addPool("bettergaiaguardianloot", 1, 1, 0, 0); +bettergaiaguardianloot.addItemEntry(, 5); + +val questingramgood = LootTweaker.getTable("twilightforest:entities/questing_ram_rewards"); +val questingramgoodfading = questingramgood.addPool("questingramgoodfading", 1, 2, 1, 1); +questingramgoodfading.addItemEntry(, 5); + +val cadillion = LootTweaker.getTable("divinerpg:entities/eden/eden_cadillion"); +val cadillionbloodmaster = cadillion.addPool("cadillionbloodmaster", 1, 2, 1, 1); +cadillionbloodmaster.addItemEntry(, 5); +cadillionbloodmaster.addItemEntry(, 5); +cadillionbloodmaster.addItemEntry(, 5); +cadillionbloodmaster.addItemEntry(, 5); + +val chaoschicken = LootTweaker.getTable("mightyenderchicken:chaos_chicken"); +val chaoschickenfeather = chaoschicken.addPool("chaoschickenfeather", 1, 2, 1, 1); +chaoschickenfeather.addItemEntry(, 15); + +val dreadfulmummy = LootTweaker.getTable("thebetweenlands:entities/dreadful_peat_mummy"); +val dreadfulmummybone = dreadfulmummy.addPool("dreadfulmummybone", 1, 2, 1, 1); +dreadfulmummybone.addItemEntry(, 15); + +val menacetentacle = LootTweaker.getTable("thebetweenlands:entities/sludge_menace"); +val menacetentaclesludge = menacetentacle.addPool("menacetentaclesludge", 1, 2, 1, 1); +menacetentaclesludge.addItemEntry(, 15); + +val harbingercube = LootTweaker.getTable("twilightforest:entities/harbinger_cube"); +val harbingercubedrop = harbingercube.addPool("harbingercubedrop", 1, 2, 1, 1); +harbingercubedrop.addItemEntry(, 15); + +val enderchicken = LootTweaker.getTable("mightyenderchicken:ender_chicken"); +val enderchickenfeather = enderchicken.addPool("enderchickenfeather", 1, 2, 1, 1); +enderchickenfeather.addItemEntry(, 15); + +val quadroloot = LootTweaker.getTable("divinerpg:entities/boss/quadro"); +val quadrolootring = quadroloot.addPool("quadrolootring", 1, 2, 1, 1); +quadrolootring.addItemEntry(, 15); + +val primordialmalevolence = LootTweaker.getTable("thebetweenlands:entities/fortress_boss"); +val primordialmalevolenceprism = primordialmalevolence.addPool("primordialmalevolenceprism", 1, 2, 1, 1); +primordialmalevolenceprism.addItemEntry(, 35); diff --git a/scripts/CustomMaterials.zs b/scripts/CustomMaterials.zs new file mode 100644 index 00000000..c40a3b9c --- /dev/null +++ b/scripts/CustomMaterials.zs @@ -0,0 +1,417 @@ +#loader contenttweaker + +import mods.contenttweaker.Color; +import mods.contenttweaker.MaterialSystem; + +var color1 = Color.fromHex("5bb9d9") as Color; +var demonSteel1 = MaterialSystem.getMaterialBuilder().setName("Demonic Steel").setColor(color1).build(); +demonSteel1.registerParts(["nugget", "ingot", "dust", "rod"] as string[]); +var molten1 = demonSteel1.registerPart("molten").getData(); +molten1.addDataValue("temperature", "400"); +molten1.addDataValue("luminosity", "10"); +var block1 = demonSteel1.registerPart("block").getData(); +block1.addDataValue("hardness", "3"); +block1.addDataValue("resistance", "30"); +block1.addDataValue("harvestTool", "pickaxe"); + +var color2 = Color.fromHex("43ba63") as Color; +var demonSteel2 = MaterialSystem.getMaterialBuilder().setName("Corrosive Steel").setColor(color2).build(); +demonSteel2.registerParts(["nugget", "ingot", "dust", "rod"] as string[]); +var molten2 = demonSteel2.registerPart("molten").getData(); +molten2.addDataValue("temperature", "400"); +molten2.addDataValue("luminosity", "10"); +var block2 = demonSteel2.registerPart("block").getData(); +block2.addDataValue("hardness", "3"); +block2.addDataValue("resistance", "30"); +block2.addDataValue("harvestTool", "pickaxe"); + +var color3 = Color.fromHex("debf59") as Color; +var demonSteel3 = MaterialSystem.getMaterialBuilder().setName("Destructive Steel").setColor(color3).build(); +demonSteel3.registerParts(["nugget", "ingot", "dust", "rod"] as string[]); +var molten3 = demonSteel3.registerPart("molten").getData(); +molten3.addDataValue("temperature", "400"); +molten3.addDataValue("luminosity", "10"); +var block3 = demonSteel3.registerPart("block").getData(); +block3.addDataValue("hardness", "3"); +block3.addDataValue("resistance", "30"); +block3.addDataValue("harvestTool", "pickaxe"); + +var color4 = Color.fromHex("e05c53") as Color; +var demonSteel4 = MaterialSystem.getMaterialBuilder().setName("Vengeful Steel").setColor(color4).build(); +demonSteel4.registerParts(["nugget", "ingot", "dust", "rod"] as string[]); +var molten4 = demonSteel4.registerPart("molten").getData(); +molten4.addDataValue("temperature", "400"); +molten4.addDataValue("luminosity", "10"); +var block4 = demonSteel4.registerPart("block").getData(); +block4.addDataValue("hardness", "3"); +block4.addDataValue("resistance", "30"); +block4.addDataValue("harvestTool", "pickaxe"); + +var color5 = Color.fromHex("9364a3") as Color; +var demonSteel5 = MaterialSystem.getMaterialBuilder().setName("Steadfast Steel").setColor(color5).build(); +demonSteel5.registerParts(["nugget", "ingot", "dust", "rod"] as string[]); +var molten5 = demonSteel5.registerPart("molten").getData(); +molten5.addDataValue("temperature", "400"); +molten5.addDataValue("luminosity", "10"); +var block5 = demonSteel5.registerPart("block").getData(); +block5.addDataValue("hardness", "3"); +block5.addDataValue("resistance", "30"); +block5.addDataValue("harvestTool", "pickaxe"); + +var colorbloodf = Color.fromHex("330909") as Color; +var mastersteel = MaterialSystem.getMaterialBuilder().setName("Bloodmaster Metal").setColor(colorbloodf).build(); +mastersteel.registerParts(["nugget", "ingot", "dust", "rod"] as string[]); +var moltenmast = mastersteel.registerPart("molten").getData(); +moltenmast.addDataValue("temperature", "400"); +moltenmast.addDataValue("luminosity", "10"); +var blockmast = mastersteel.registerPart("block").getData(); +blockmast.addDataValue("hardness", "3"); +blockmast.addDataValue("resistance", "30"); +blockmast.addDataValue("harvestTool", "pickaxe"); +var armormast = mastersteel.registerPart("armor").getData(); +armormast.addDataValue("durability", "2500"); +armormast.addDataValue("enchantability", "10"); +armormast.addDataValue("reduction", "4,7,9,5"); +armormast.addDataValue("toughness", "6"); + +var colordread = Color.fromHex("25004a") as Color; +var dreadite = MaterialSystem.getMaterialBuilder().setName("Dreadite").setColor(colordread).build(); +dreadite.registerParts(["gear", "plate", "nugget", "ingot", "dust", "rod"] as string[]); +var moltendread = dreadite.registerPart("molten").getData(); +moltendread.addDataValue("temperature", "400"); +moltendread.addDataValue("luminosity", "10"); +var blockdread = dreadite.registerPart("block").getData(); +blockdread.addDataValue("hardness", "3"); +blockdread.addDataValue("resistance", "30"); +blockdread.addDataValue("harvestTool", "pickaxe"); + +var colordreadal = Color.fromHex("cf80cb") as Color; +var dreaditeall = MaterialSystem.getMaterialBuilder().setName("Dreaded Steel").setColor(colordreadal).build(); +dreaditeall.registerParts(["gear", "plate", "nugget", "ingot", "rod", "dust"] as string[]); +var moltendreadal = dreaditeall.registerPart("molten").getData(); +moltendreadal.addDataValue("temperature", "400"); +moltendreadal.addDataValue("luminosity", "10"); +var blockdreadal = dreaditeall.registerPart("block").getData(); +blockdreadal.addDataValue("hardness", "3"); +blockdreadal.addDataValue("resistance", "30"); +blockdreadal.addDataValue("harvestTool", "pickaxe"); + +var colorsednanite = Color.fromHex("e3d8d8") as Color; +var sednanite = MaterialSystem.getMaterialBuilder().setName("Sednanite").setColor(colorsednanite).build(); +sednanite.registerParts(["nugget", "ingot", "dust", "rod"] as string[]); +var moltensednanite = sednanite.registerPart("molten").getData(); +moltensednanite.addDataValue("temperature", "800"); +moltensednanite.addDataValue("luminosity", "12"); +var oresednanite = sednanite.registerPart("ore").getData(); +oresednanite.addDataValue("variants", "minecraft:stone"); +oresednanite.addDataValue("hardness", "3"); +oresednanite.addDataValue("resistance", "15"); +oresednanite.addDataValue("harvestLevel", "5"); +oresednanite.addDataValue("harvestTool", "pickaxe"); + +var colortartarite = Color.fromHex("1d1f1e") as Color; +var tartarite = MaterialSystem.getMaterialBuilder().setName("Tartarite").setColor(colortartarite).build(); +tartarite.registerParts(["dust", "rod"] as string[]); +var oretartarite = tartarite.registerPart("ore").getData(); +oretartarite.addDataValue("variants", "minecraft:stone"); +oretartarite.addDataValue("hardness", "3"); +oretartarite.addDataValue("resistance", "15"); +oretartarite.addDataValue("harvestLevel", "5"); +oretartarite.addDataValue("harvestTool", "pickaxe"); + +var colorfluctuatite = Color.fromHex("ffb300") as Color; +var fluctuatite = MaterialSystem.getMaterialBuilder().setName("Fluctuatite").setColor(colorfluctuatite).build(); +fluctuatite.registerParts(["nugget", "ingot", "dust", "rod"] as string[]); +var moltenfluctuatite = fluctuatite.registerPart("molten").getData(); +moltenfluctuatite.addDataValue("temperature", "800"); +moltenfluctuatite.addDataValue("luminosity", "12"); +var orefluctuatite = fluctuatite.registerPart("ore").getData(); +orefluctuatite.addDataValue("variants", "minecraft:stone"); +orefluctuatite.addDataValue("hardness", "3"); +orefluctuatite.addDataValue("resistance", "15"); +orefluctuatite.addDataValue("harvestLevel", "5"); +orefluctuatite.addDataValue("harvestTool", "pickaxe"); + +var colorvibranium = Color.fromHex("3e436b") as Color; +var vibranium = MaterialSystem.getMaterialBuilder().setName("Vibranium").setColor(colorvibranium).build(); +vibranium.registerParts(["nugget", "ingot", "dust", "rod"] as string[]); +var moltenvibranium = vibranium.registerPart("molten").getData(); +moltenvibranium.addDataValue("temperature", "400"); +moltenvibranium.addDataValue("luminosity", "10"); +var blockvibranium = vibranium.registerPart("block").getData(); +blockvibranium.addDataValue("hardness", "3"); +blockvibranium.addDataValue("resistance", "30"); +blockvibranium.addDataValue("harvestTool", "pickaxe"); +var armorvibranium = vibranium.registerPart("armor").getData(); +armorvibranium.addDataValue("durability", "2500"); +armorvibranium.addDataValue("enchantability", "10"); +armorvibranium.addDataValue("reduction", "5,7,8,5"); +armorvibranium.addDataValue("toughness", "5"); + +var colorrhenium = Color.fromHex("302f2f") as Color; +var rhenium = MaterialSystem.getMaterialBuilder().setName("Rhenium").setColor(colorrhenium).build(); +rhenium.registerParts(["nugget", "ingot", "dust", "rod"] as string[]); +var moltenrhenium = rhenium.registerPart("molten").getData(); +moltenrhenium.addDataValue("temperature", "800"); +moltenrhenium.addDataValue("luminosity", "12"); +var orerhenium = rhenium.registerPart("ore").getData(); +orerhenium.addDataValue("variants", "minecraft:stone"); +orerhenium.addDataValue("hardness", "3"); +orerhenium.addDataValue("resistance", "15"); +orerhenium.addDataValue("harvestLevel", "5"); +orerhenium.addDataValue("harvestTool", "pickaxe"); + +var colormyrmitite = Color.fromHex("735c3b") as Color; +var myrmitite = MaterialSystem.getMaterialBuilder().setName("Myrmitite").setColor(colormyrmitite).build(); +myrmitite.registerParts(["nugget", "ingot", "dust", "plate", "rod"] as string[]); +var moltenmyrmitite = myrmitite.registerPart("molten").getData(); +moltenmyrmitite.addDataValue("temperature", "800"); +moltenmyrmitite.addDataValue("luminosity", "12"); +var oremyrmitite = myrmitite.registerPart("ore").getData(); +oremyrmitite.addDataValue("variants", "minecraft:stone"); +oremyrmitite.addDataValue("hardness", "3"); +oremyrmitite.addDataValue("resistance", "15"); +oremyrmitite.addDataValue("harvestLevel", "5"); +oremyrmitite.addDataValue("harvestTool", "pickaxe"); +var blockmyrmitite = myrmitite.registerPart("block").getData(); +blockmyrmitite.addDataValue("hardness", "3"); +blockmyrmitite.addDataValue("resistance", "30"); +blockmyrmitite.addDataValue("harvestTool", "pickaxe"); + +var colorcandyte = Color.fromHex("c769a9") as Color; +var candyte = MaterialSystem.getMaterialBuilder().setName("Candyte").setColor(colorcandyte).build(); +candyte.registerParts(["nugget", "ingot", "dust", "rod"] as string[]); +var moltencandyte = candyte.registerPart("molten").getData(); +moltencandyte.addDataValue("temperature", "800"); +moltencandyte.addDataValue("luminosity", "12"); +var orecandyte = candyte.registerPart("ore").getData(); +orecandyte.addDataValue("variants", "minecraft:stone"); +orecandyte.addDataValue("hardness", "3"); +orecandyte.addDataValue("resistance", "15"); +orecandyte.addDataValue("harvestLevel", "5"); +orecandyte.addDataValue("harvestTool", "pickaxe"); +var blockcandyte = candyte.registerPart("block").getData(); +blockcandyte.addDataValue("hardness", "3"); +blockcandyte.addDataValue("resistance", "30"); +blockcandyte.addDataValue("harvestTool", "pickaxe"); + +var colorpalladium = Color.fromHex("917a8a") as Color; +var palladium = MaterialSystem.getMaterialBuilder().setName("Palladium").setColor(colorpalladium).build(); +palladium.registerParts(["nugget", "ingot", "dust", "rod"] as string[]); +var moltenpalladium = palladium.registerPart("molten").getData(); +moltenpalladium.addDataValue("temperature", "800"); +moltenpalladium.addDataValue("luminosity", "12"); +var orepalladium = palladium.registerPart("ore").getData(); +orepalladium.addDataValue("variants", "minecraft:stone"); +orepalladium.addDataValue("hardness", "3"); +orepalladium.addDataValue("resistance", "15"); +orepalladium.addDataValue("harvestLevel", "5"); +orepalladium.addDataValue("harvestTool", "pickaxe"); +var blockpalladium = palladium.registerPart("block").getData(); +blockpalladium.addDataValue("hardness", "3"); +blockpalladium.addDataValue("resistance", "30"); +blockpalladium.addDataValue("harvestTool", "pickaxe"); + +var colorvityte = Color.fromHex("0e8f42") as Color; +var vityte = MaterialSystem.getMaterialBuilder().setName("Vityte").setColor(colorvityte).build(); +vityte.registerParts(["nugget", "ingot", "dust", "rod"] as string[]); +var moltenvityte = vityte.registerPart("molten").getData(); +moltenvityte.addDataValue("temperature", "800"); +moltenvityte.addDataValue("luminosity", "12"); +var orevityte = vityte.registerPart("ore").getData(); +orevityte.addDataValue("variants", "minecraft:stone"); +orevityte.addDataValue("hardness", "3"); +orevityte.addDataValue("resistance", "15"); +orevityte.addDataValue("harvestLevel", "5"); +orevityte.addDataValue("harvestTool", "pickaxe"); +var blockvityte = vityte.registerPart("block").getData(); +blockvityte.addDataValue("hardness", "3"); +blockvityte.addDataValue("resistance", "30"); +blockvityte.addDataValue("harvestTool", "pickaxe"); + +var colorpolonium = Color.fromHex("486e96") as Color; +var polonium = MaterialSystem.getMaterialBuilder().setName("Polonium").setColor(colorpolonium).build(); +polonium.registerParts(["nugget", "ingot", "dust", "rod"] as string[]); +var moltenpolonium = polonium.registerPart("molten").getData(); +moltenpolonium.addDataValue("temperature", "800"); +moltenpolonium.addDataValue("luminosity", "12"); +var orepolonium = polonium.registerPart("ore").getData(); +orepolonium.addDataValue("variants", "minecraft:stone"); +orepolonium.addDataValue("hardness", "3"); +orepolonium.addDataValue("resistance", "15"); +orepolonium.addDataValue("harvestLevel", "5"); +orepolonium.addDataValue("harvestTool", "pickaxe"); +var blockpolonium = polonium.registerPart("block").getData(); +blockpolonium.addDataValue("hardness", "3"); +blockpolonium.addDataValue("resistance", "30"); +blockpolonium.addDataValue("harvestTool", "pickaxe"); + +var colorogerite = Color.fromHex("086600") as Color; +var ogerite = MaterialSystem.getMaterialBuilder().setName("Ogerite").setColor(colorogerite).build(); +ogerite.registerParts(["nugget", "ingot", "dust", "rod"] as string[]); +var moltenogerite = ogerite.registerPart("molten").getData(); +moltenogerite.addDataValue("temperature", "800"); +moltenogerite.addDataValue("luminosity", "12"); +var oreogerite = ogerite.registerPart("ore").getData(); +oreogerite.addDataValue("variants", "minecraft:stone"); +oreogerite.addDataValue("hardness", "3"); +oreogerite.addDataValue("resistance", "15"); +oreogerite.addDataValue("harvestLevel", "5"); +oreogerite.addDataValue("harvestTool", "pickaxe"); +var blockogerite = ogerite.registerPart("block").getData(); +blockogerite.addDataValue("hardness", "3"); +blockogerite.addDataValue("resistance", "30"); +blockogerite.addDataValue("harvestTool", "pickaxe"); + +var colorprimalogerite = Color.fromHex("14ad07") as Color; +var primalogerite = MaterialSystem.getMaterialBuilder().setName("Primal Ogerite").setColor(colorprimalogerite).build(); +primalogerite.registerParts(["nugget", "ingot", "dust", "rod"] as string[]); +var moltenprimalogerite = primalogerite.registerPart("molten").getData(); +moltenprimalogerite.addDataValue("temperature", "800"); +moltenprimalogerite.addDataValue("luminosity", "12"); + +var colorhotvibraniumalloy = Color.fromHex("00ddff") as Color; +var hotvibraniumalloy = MaterialSystem.getMaterialBuilder().setName("Hot Vibranium Alloy").setColor(colorhotvibraniumalloy).build(); +hotvibraniumalloy.registerParts(["ingot", "rod"] as string[]); + +var colorvibraniumalloy = Color.fromHex("1e2742") as Color; +var vibraniumalloy = MaterialSystem.getMaterialBuilder().setName("Vibranium Alloy").setColor(colorvibraniumalloy).build(); +vibraniumalloy.registerParts(["nugget", "ingot", "plate", "gear", "rod"] as string[]); + +var colorlunastone = Color.fromHex("945dcf") as Color; +var lunastone = MaterialSystem.getMaterialBuilder().setName("Lunastone").setColor(colorlunastone).build(); +lunastone.registerParts(["nugget", "ingot", "dust", "rod"] as string[]); +var moltenlunastone = lunastone.registerPart("molten").getData(); +moltenlunastone.addDataValue("temperature", "800"); +moltenlunastone.addDataValue("luminosity", "12"); +var orelunastone = lunastone.registerPart("ore").getData(); +orelunastone.addDataValue("variants", "minecraft:stone"); +orelunastone.addDataValue("hardness", "3"); +orelunastone.addDataValue("resistance", "15"); +orelunastone.addDataValue("harvestLevel", "5"); +orelunastone.addDataValue("harvestTool", "pickaxe"); +var blocklunastone = lunastone.registerPart("block").getData(); +blocklunastone.addDataValue("hardness", "3"); +blocklunastone.addDataValue("resistance", "30"); +blocklunastone.addDataValue("harvestTool", "pickaxe"); + +var colorchalcedony = Color.fromHex("5dc4cf") as Color; +var chalcedony = MaterialSystem.getMaterialBuilder().setName("Chalcedony").setColor(colorchalcedony).build(); +chalcedony.registerParts(["nugget", "ingot", "dust", "rod"] as string[]); +var moltenchalcedony = chalcedony.registerPart("molten").getData(); +moltenchalcedony.addDataValue("temperature", "800"); +moltenchalcedony.addDataValue("luminosity", "12"); +var orechalcedony = chalcedony.registerPart("ore").getData(); +orechalcedony.addDataValue("variants", "minecraft:stone"); +orechalcedony.addDataValue("hardness", "3"); +orechalcedony.addDataValue("resistance", "15"); +orechalcedony.addDataValue("harvestLevel", "5"); +orechalcedony.addDataValue("harvestTool", "pickaxe"); +var blockchalcedony = chalcedony.registerPart("block").getData(); +blockchalcedony.addDataValue("hardness", "3"); +blockchalcedony.addDataValue("resistance", "30"); +blockchalcedony.addDataValue("harvestTool", "pickaxe"); + +var colorbrightsteel = Color.fromHex("ffffff") as Color; +var brightsteel = MaterialSystem.getMaterialBuilder().setName("Brightsteel").setColor(colorbrightsteel).build(); +brightsteel.registerParts(["nugget", "ingot", "dust", "rod"] as string[]); +var moltenbrightsteel = brightsteel.registerPart("molten").getData(); +moltenbrightsteel.addDataValue("temperature", "800"); +moltenbrightsteel.addDataValue("luminosity", "12"); +var orebrightsteel = brightsteel.registerPart("ore").getData(); +orebrightsteel.addDataValue("variants", "minecraft:stone"); +orebrightsteel.addDataValue("hardness", "3"); +orebrightsteel.addDataValue("resistance", "15"); +orebrightsteel.addDataValue("harvestLevel", "5"); +orebrightsteel.addDataValue("harvestTool", "pickaxe"); +var blockbrightsteel = brightsteel.registerPart("block").getData(); +blockbrightsteel.addDataValue("hardness", "3"); +blockbrightsteel.addDataValue("resistance", "30"); +blockbrightsteel.addDataValue("harvestTool", "pickaxe"); +var armorbrightsteel = brightsteel.registerPart("armor").getData(); +armorbrightsteel.addDataValue("durability", "1500000"); +armorbrightsteel.addDataValue("enchantability", "10"); +armorbrightsteel.addDataValue("reduction", "6,9,10,5"); +armorbrightsteel.addDataValue("toughness", "15"); + +var colorcaesium = Color.fromHex("426334") as Color; +var caesium = MaterialSystem.getMaterialBuilder().setName("Caesium").setColor(colorcaesium).build(); +caesium.registerParts(["nugget", "ingot", "dust", "rod"] as string[]); +var moltencaesium = caesium.registerPart("molten").getData(); +moltencaesium.addDataValue("temperature", "800"); +moltencaesium.addDataValue("luminosity", "12"); + +var colorstrontium = Color.fromHex("76677a") as Color; +var strontium = MaterialSystem.getMaterialBuilder().setName("Strontium").setColor(colorstrontium).build(); +strontium.registerParts(["nugget", "ingot", "dust", "rod"] as string[]); +var moltenstrontium = strontium.registerPart("molten").getData(); +moltenstrontium.addDataValue("temperature", "800"); +moltenstrontium.addDataValue("luminosity", "12"); + +var colorrubidium = Color.fromHex("827f68") as Color; +var rubidium = MaterialSystem.getMaterialBuilder().setName("Rubidium").setColor(colorrubidium).build(); +rubidium.registerParts(["nugget", "ingot", "dust", "rod"] as string[]); +var moltenrubidium = rubidium.registerPart("molten").getData(); +moltenrubidium.addDataValue("temperature", "800"); +moltenrubidium.addDataValue("luminosity", "12"); + +var colorchaos = Color.fromHex("080221") as Color; +var chaos = MaterialSystem.getMaterialBuilder().setName("Chaos").setColor(colorchaos).build(); +chaos.registerParts(["nugget", "ingot", "dust", "rod"] as string[]); +var moltenchaos = chaos.registerPart("molten").getData(); +moltenchaos.addDataValue("temperature", "800"); +moltenchaos.addDataValue("luminosity", "12"); + +var colorhassium = Color.fromHex("555559") as Color; +var hassium = MaterialSystem.getMaterialBuilder().setName("Hassium").setColor(colorhassium).build(); +hassium.registerParts(["nugget", "ingot", "plate", "gear", "rod"] as string[]); + +var colorhalite = Color.fromHex("17c414") as Color; +var halite = MaterialSystem.getMaterialBuilder().setName("Halite").setColor(colorhalite).build(); +halite.registerParts(["ingot", "rod"] as string[]); + +var colorabyssite = Color.fromHex("1beb00") as Color; +var abyssite = MaterialSystem.getMaterialBuilder().setName("Abyssite").setColor(colorabyssite).build(); +abyssite.registerParts(["ingot", "rod"] as string[]); +var moltenabyssite = abyssite.registerPart("molten").getData(); +moltenabyssite.addDataValue("temperature", "800"); +moltenabyssite.addDataValue("luminosity", "12"); + +var colorsacrificemetal = Color.fromHex("210042") as Color; +var sacrificemetal = MaterialSystem.getMaterialBuilder().setName("Sacrifice Metal").setColor(colorsacrificemetal).build(); +sacrificemetal.registerParts(["nugget", "ingot", "dust", "rod"] as string[]); +var moltensacrificemetal = sacrificemetal.registerPart("molten").getData(); +moltensacrificemetal.addDataValue("temperature", "800"); +moltensacrificemetal.addDataValue("luminosity", "12"); +var blocksacrificemetal = sacrificemetal.registerPart("block").getData(); +blocksacrificemetal.addDataValue("hardness", "3"); +blocksacrificemetal.addDataValue("resistance", "30"); +blocksacrificemetal.addDataValue("harvestTool", "pickaxe"); +var armorsacrificemetal = sacrificemetal.registerPart("armor").getData(); +armorsacrificemetal.addDataValue("durability", "9500000"); +armorsacrificemetal.addDataValue("enchantability", "100"); +armorsacrificemetal.addDataValue("reduction", "8,10,15,7"); +armorsacrificemetal.addDataValue("toughness", "20"); + +var colorblackmetal = Color.fromHex("000000") as Color; +var blackmetal = MaterialSystem.getMaterialBuilder().setName("Black Metal").setColor(colorblackmetal).build(); +blackmetal.registerParts(["nugget", "ingot", "dust", "rod"] as string[]); +var moltenblackmetal = blackmetal.registerPart("molten").getData(); +moltenblackmetal.addDataValue("temperature", "800"); +moltenblackmetal.addDataValue("luminosity", "12"); +var blockblackmetal = blackmetal.registerPart("block").getData(); +blockblackmetal.addDataValue("hardness", "3"); +blockblackmetal.addDataValue("resistance", "30"); +blockblackmetal.addDataValue("harvestTool", "pickaxe"); +var armorblackmetal = blackmetal.registerPart("armor").getData(); +armorblackmetal.addDataValue("durability", "1500000"); +armorblackmetal.addDataValue("enchantability", "100"); +armorblackmetal.addDataValue("reduction", "6,6,6,6"); +armorblackmetal.addDataValue("toughness", "3"); + +var colorpromethium = Color.fromHex("7df59d") as Color; +var promethium = MaterialSystem.getMaterialBuilder().setName("Promethium").setColor(colorpromethium).build(); +promethium.registerParts(["nugget", "ingot", "dust", "rod"] as string[]); +var moltenpromethium = promethium.registerPart("molten").getData(); +moltenpromethium.addDataValue("temperature", "800"); +moltenpromethium.addDataValue("luminosity", "12"); diff --git a/scripts/CustomPlanetsArtifacts.zs b/scripts/CustomPlanetsArtifacts.zs new file mode 100644 index 00000000..f1475611 --- /dev/null +++ b/scripts/CustomPlanetsArtifacts.zs @@ -0,0 +1,25 @@ +import mods.thaumcraft.Infusion; + +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, +[*420, *30, *50], +, +[, , , , , ]); diff --git a/scripts/CustomPlanetsOres.zs b/scripts/CustomPlanetsOres.zs new file mode 100644 index 00000000..e1312f49 --- /dev/null +++ b/scripts/CustomPlanetsOres.zs @@ -0,0 +1,24 @@ +furnace.addRecipe(,); +mods.thermalexpansion.Pulverizer.addRecipe(*2, , 6000); + +mods.tconstruct.Melting.addRecipe( * 144,); +mods.tconstruct.Melting.addRecipe( * 144,); + +mods.nuclearcraft.centrifuge.addRecipe([*288, +*1000, *1000, *1000, *1000]); + +furnace.addRecipe(, ); + +mods.tconstruct.Melting.addRecipe( * 144,); +mods.tconstruct.Melting.addRecipe( * 144,); + +furnace.addRecipe(,); +mods.thermalexpansion.Pulverizer.addRecipe(*2, , 666); + +furnace.addRecipe(,); +mods.thermalexpansion.Pulverizer.addRecipe(*2, , 666); + +mods.thermalexpansion.Pulverizer.addRecipe(*2, , 666); + +furnace.addRecipe(,); +mods.thermalexpansion.Pulverizer.addRecipe(*2, , 666); diff --git a/scripts/CustomTinker.zs b/scripts/CustomTinker.zs new file mode 100644 index 00000000..83ce7d5e --- /dev/null +++ b/scripts/CustomTinker.zs @@ -0,0 +1,84 @@ +#loader contenttweaker + +import mods.contenttweaker.Color; +import mods.contenttweaker.MaterialSystem; +import mods.contenttweaker.tconstruct.MaterialBuilder; + +val realmitetic = mods.contenttweaker.tconstruct.MaterialBuilder.create("realmite"); +realmitetic.color = 0xb5682a; +realmitetic.craftable = false; +realmitetic.liquid = ; +realmitetic.castable = true; +realmitetic.addItem(,1,144); +realmitetic.addItem(, 1, 288); +realmitetic.representativeItem = ; +realmitetic.addHeadMaterialStats(250, 3.0f, 2.6f, 4); +realmitetic.addHandleMaterialStats(0.6, 80); +realmitetic.addBowMaterialStats(2.5, 0.7, 1); +realmitetic.addMaterialTrait("discounted"); +realmitetic.itemLocalizer = function(thisMaterial, itemName){return "Realmite " + itemName;}; +realmitetic.localizedName = "Realmite"; +realmitetic.register(); + +val arlemitetic = mods.contenttweaker.tconstruct.MaterialBuilder.create("arlemite"); +arlemitetic.color = 0x30b524; +arlemitetic.craftable = false; +arlemitetic.liquid = ; +arlemitetic.castable = true; +arlemitetic.addItem(,1,144); +arlemitetic.addItem(, 1, 288); +arlemitetic.representativeItem = ; +arlemitetic.addHeadMaterialStats(190, 3.2f, 2.4f, 4); +arlemitetic.addHandleMaterialStats(0.6, 70); +arlemitetic.addBowMaterialStats(0.65, 1.3, 1); +arlemitetic.addMaterialTrait("discounted"); +arlemitetic.itemLocalizer = function(thisMaterial, itemName){return "Arlemite " + itemName;}; +arlemitetic.localizedName = "Arlemite"; +arlemitetic.register(); + +val rupeetic = mods.contenttweaker.tconstruct.MaterialBuilder.create("rupee"); +rupeetic.color = 0x2441bf; +rupeetic.craftable = false; +rupeetic.liquid = ; +rupeetic.castable = true; +rupeetic.addItem(,1,144); +rupeetic.addItem(, 1, 288); +rupeetic.representativeItem = ; +rupeetic.addHeadMaterialStats(1000, 1.4f, 0.4f, 4); +rupeetic.addHandleMaterialStats(0.6, 900); +rupeetic.addBowMaterialStats(2.6, 1.3, 0); +rupeetic.addMaterialTrait("shocking"); +rupeetic.itemLocalizer = function(thisMaterial, itemName){return "Rupee " + itemName;}; +rupeetic.localizedName = "Rupee"; +rupeetic.register(); + +val netheritetic = mods.contenttweaker.tconstruct.MaterialBuilder.create("netherite"); +netheritetic.color = 0xde241b; +netheritetic.craftable = false; +netheritetic.liquid = ; +netheritetic.castable = true; +netheritetic.addItem(,1,144); +netheritetic.addItem(, 1, 288); +netheritetic.representativeItem = ; +netheritetic.addHeadMaterialStats(200, 2.4f, 2.4f, 15); +netheritetic.addHandleMaterialStats(0.6, 100); +netheritetic.addBowMaterialStats(2.0, 8.4, 0); +netheritetic.addMaterialTrait("blazing"); +netheritetic.itemLocalizer = function(thisMaterial, itemName){return "Netherite " + itemName;}; +netheritetic.localizedName = "Netherite"; +netheritetic.register(); + +val bloodmastertic = mods.contenttweaker.tconstruct.MaterialBuilder.create("bloodmaster"); +bloodmastertic.color = 0x540505; +bloodmastertic.craftable = false; +bloodmastertic.liquid = ; +bloodmastertic.castable = true; +bloodmastertic.addItem(,1,144); +bloodmastertic.representativeItem = ; +bloodmastertic.addHeadMaterialStats(2000, 15.3f, 25.52f, 15); +bloodmastertic.addHandleMaterialStats(3, 5000); +bloodmastertic.addBowMaterialStats(0.5, 18.4, 15); +bloodmastertic.addMaterialTrait("blazing"); +bloodmastertic.itemLocalizer = function(thisMaterial, itemName){return "Bloodmaster " + itemName;}; +bloodmastertic.localizedName = "Bloodmaster"; +bloodmastertic.register(); \ No newline at end of file diff --git a/scripts/CustomTinkerRecipes.zs b/scripts/CustomTinkerRecipes.zs new file mode 100644 index 00000000..1db80872 --- /dev/null +++ b/scripts/CustomTinkerRecipes.zs @@ -0,0 +1,28 @@ +mods.tconstruct.Melting.addRecipe( * 144,); +mods.tconstruct.Melting.addRecipe( * 144,); +mods.tconstruct.Melting.addRecipe( * 144,); +mods.tconstruct.Melting.addRecipe( * 144,); + +mods.tconstruct.Melting.addRecipe( * 288,); +mods.tconstruct.Melting.addRecipe( * 288,); +mods.tconstruct.Melting.addRecipe( * 288,); +mods.tconstruct.Melting.addRecipe( * 288,); + +mods.tconstruct.Melting.addRecipe( * 1296,); +mods.tconstruct.Melting.addRecipe( * 1296,); +mods.tconstruct.Melting.addRecipe( * 1296,); +mods.tconstruct.Melting.addRecipe( * 1296,); + +mods.tconstruct.Casting.addTableRecipe(, , , 144); +mods.tconstruct.Casting.addTableRecipe(, , , 144); +mods.tconstruct.Casting.addTableRecipe(, , , 144); +mods.tconstruct.Casting.addTableRecipe(, , , 144); + +mods.tconstruct.Casting.addBasinRecipe(, null, , 1296); +mods.tconstruct.Casting.addBasinRecipe(, null, , 1296); +mods.tconstruct.Casting.addBasinRecipe(, null, , 1296); +mods.tconstruct.Casting.addBasinRecipe(, null, , 1296); + +mods.tconstruct.Melting.addRecipe( * 144,); +mods.tconstruct.Casting.addBasinRecipe(, null, , 144); + diff --git a/scripts/CyclicBalance.zs b/scripts/CyclicBalance.zs new file mode 100644 index 00000000..1bea694b --- /dev/null +++ b/scripts/CyclicBalance.zs @@ -0,0 +1,32 @@ + +recipes.remove(, true); + +recipes.remove(, true); + +recipes.removeShaped(); + +recipes.addShaped(*16, +[[, , ], +[, .withTag({Material: "charger"}), ], +[, , ]]); + +recipes.remove(); +recipes.remove(); +recipes.remove(); + +recipes.remove(); +recipes.remove(); +recipes.remove(); +recipes.remove(); +recipes.remove(); +recipes.remove(); +recipes.remove(); + +recipes.remove(); + +recipes.remove(); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); diff --git a/scripts/DankDocking.txt b/scripts/DankDocking.txt new file mode 100644 index 00000000..0e62abed --- /dev/null +++ b/scripts/DankDocking.txt @@ -0,0 +1 @@ +recipes.remove(); \ No newline at end of file diff --git a/scripts/DankGating.zs b/scripts/DankGating.zs new file mode 100644 index 00000000..29489865 --- /dev/null +++ b/scripts/DankGating.zs @@ -0,0 +1,41 @@ +recipes.removeShaped(); + +mods.extendedcrafting.CombinationCrafting.addRecipe(, +10000, +, [, , , , , , , ]); + +recipes.removeShaped(); + +mods.extendedcrafting.CombinationCrafting.addRecipe(, +10000, +, [, , , , , , , ]); + +recipes.removeShaped(); + +mods.extendedcrafting.CombinationCrafting.addRecipe(, +10000, +, [, , , , , , , ]); + +recipes.removeShaped(); + +mods.extendedcrafting.CombinationCrafting.addRecipe(, +10000, +, [, , , , , , , ]); + +recipes.removeShaped(); + +mods.extendedcrafting.CombinationCrafting.addRecipe(, +10000, +, [, , , , , , , ]); + +recipes.removeShaped(); + +mods.extendedcrafting.CombinationCrafting.addRecipe(, +10000, +, [, , , , , , , ]); + +recipes.removeShaped(); + +mods.extendedcrafting.CombinationCrafting.addRecipe(, +10000, +, [, , , , , , , ]); diff --git a/scripts/DarkSoulChassis.zs b/scripts/DarkSoulChassis.zs new file mode 100644 index 00000000..7b8c3d50 --- /dev/null +++ b/scripts/DarkSoulChassis.zs @@ -0,0 +1,13 @@ +mods.extendedcrafting.EnderCrafting.addShaped(, +[[, , ], +[, , ], +[, , ]], 6); + +mods.extendedcrafting.EnderCrafting.addShaped(*2, +[[, , ], +[, , ], +[, , ]], 6); + +mods.thermalexpansion.Pulverizer.addRecipe(, , 1999); +mods.thermalexpansion.Pulverizer.addRecipe(, , 1999); +mods.thermalexpansion.Pulverizer.addRecipe(, , 1999); \ No newline at end of file diff --git a/scripts/DecorativeBlocks.zs b/scripts/DecorativeBlocks.zs new file mode 100644 index 00000000..b75cdb68 --- /dev/null +++ b/scripts/DecorativeBlocks.zs @@ -0,0 +1,9 @@ +recipes.addShaped(*16, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(*16, +[[, , ], +[, , ], +[, , ]]); diff --git a/scripts/DeepChargedCreeper.zs b/scripts/DeepChargedCreeper.zs new file mode 100644 index 00000000..d6b3534a --- /dev/null +++ b/scripts/DeepChargedCreeper.zs @@ -0,0 +1,6 @@ + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + diff --git a/scripts/DeepMobAutomation.zs b/scripts/DeepMobAutomation.zs new file mode 100644 index 00000000..2df8d278 --- /dev/null +++ b/scripts/DeepMobAutomation.zs @@ -0,0 +1,95 @@ + +recipes.addShaped(*10, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(*10, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(*10, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(*10, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(*10, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(*10, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(*10, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(*10, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(*10, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(*10, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(*10, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(*10, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(*10, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(*10, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(*10, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(*10, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(*10, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[null, , null], +[, , ], +[null, , null]]); + +recipes.addShaped(*12, +[[null, , null], +[, , ], +[null, , null]]); \ No newline at end of file diff --git a/scripts/DeepMobGating.zs b/scripts/DeepMobGating.zs new file mode 100644 index 00000000..43b02c7a --- /dev/null +++ b/scripts/DeepMobGating.zs @@ -0,0 +1,79 @@ +mods.thermalexpansion.Transposer.addFillRecipe(, , * 50, 200); + + +recipes.removeShapeless(); + +mods.extendedcrafting.TableCrafting.addShaped(*4, +[[, null, , null, ], +[null, .withTag({Material: "rosite"}), , .withTag({Material: "rosite"}), null], +[, , , , ], +[null, .withTag({Material: "rosite"}), , .withTag({Material: "rosite"}), null], +[, null, , null, ]]); + +val dragonscaleSmOreDict = ; +dragonscaleSmOreDict.add(); +dragonscaleSmOreDict.add(); +dragonscaleSmOreDict.add(); +dragonscaleSmOreDict.add(); +dragonscaleSmOreDict.add(); +dragonscaleSmOreDict.add(); +dragonscaleSmOreDict.add(); +dragonscaleSmOreDict.add(); + +val seaserpOreDict = ; +seaserpOreDict.add(); +seaserpOreDict.add(); +seaserpOreDict.add(); +seaserpOreDict.add(); +seaserpOreDict.add(); +seaserpOreDict.add(); +seaserpOreDict.add(); + + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , , , ], +[, , , , ], +[, , , , ], +[, , , , ], +[, , , , ]]); + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , , , ], +[, , , , ], +[, , , , ], +[, , , , ], +[, , , , ]]); + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , , , ], +[, , , , ], +[, , , , ], +[, , , , ], +[, , , , ]]); + +mods.extendedcrafting.CombinationCrafting.addRecipe(, +1000000, , +[, ]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(*8, +[[.withTag({Material: "rosite"}), , .withTag({Material: "rosite"})], +[, , ], +[.withTag({Material: "rosite"}), , .withTag({Material: "rosite"})]]); diff --git a/scripts/Dilithium.zs b/scripts/Dilithium.zs new file mode 100644 index 00000000..806bf233 --- /dev/null +++ b/scripts/Dilithium.zs @@ -0,0 +1,8 @@ +mods.techreborn.industrialGrinder.addRecipe(, +null, +null, +null, +, +null, +*100, +100, 512); diff --git a/scripts/DisableUncrafting.zs b/scripts/DisableUncrafting.zs new file mode 100644 index 00000000..a1e15462 --- /dev/null +++ b/scripts/DisableUncrafting.zs @@ -0,0 +1,3 @@ +recipes.remove(); + +recipes.remove(); diff --git a/scripts/DraconicGating.zs b/scripts/DraconicGating.zs new file mode 100644 index 00000000..38b4ab31 --- /dev/null +++ b/scripts/DraconicGating.zs @@ -0,0 +1,195 @@ +recipes.removeShaped(); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , , , ], +[, , , , ], +[, , , , ], +[, , , , ], +[, , , , ]]); + +recipes.addShapeless(, +[, ]); + +recipes.removeShaped(); + +recipes.addShaped(, +[[null, , null], +[, , ], +[null, , null]]); + +recipes.removeShaped(); + +recipes.addShaped(, +[[null, , null], +[, , ], +[null, , null]]); + +recipes.removeShaped(); + +recipes.addShaped(, +[[null, , null], +[, , ], +[null, , null]]); + +recipes.removeShaped(); + +recipes.addShaped(, +[[null, , null], +[, , ], +[null, , null]]); + +recipes.removeShaped(); + +recipes.addShaped(, +[[null, , null], +[, , ], +[null, , null]]); + +recipes.removeShaped(); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.removeShaped(); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.removeShaped(); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.removeShaped(); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.removeShaped(); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ]]); + + +recipes.removeShaped(); + +recipes.addShaped(, +[[, , ], +[, , ], +[null, null, null]]); + + +recipes.remove(); + +recipes.removeShaped(); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.removeShaped(); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(*6, +[[, , ], +[, , ], +[, , ]]); + +recipes.removeShaped(); +recipes.removeShaped(); +recipes.removeShaped(); +recipes.removeShaped(); +recipes.removeShaped(); +recipes.removeShaped(); +recipes.removeShaped(); +recipes.removeShaped(); +recipes.removeShaped(); +recipes.removeShaped(); +recipes.removeShaped(); +recipes.removeShaped(); + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.removeShaped(); + +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, ]]); + +mods.extendedcrafting.TableCrafting.addShaped(*8, +[[, 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, ]]); diff --git a/scripts/EasyPrimordialPearl.zs b/scripts/EasyPrimordialPearl.zs new file mode 100644 index 00000000..a6b30ffb --- /dev/null +++ b/scripts/EasyPrimordialPearl.zs @@ -0,0 +1,17 @@ +import mods.modularmachinery.RecipeBuilder; + +val infprimpearl = RecipeBuilder.newBuilder("infprimpearl","arcane_autoinfuser",120); +infprimpearl.addEnergyPerTickInput(100); +infprimpearl.addItemInput(.withTag({Aspects: [{amount: 1, key: "vitium"}]})); +infprimpearl.addItemInput(.withTag({Aspects: [{amount: 1, key: "perditio"}]})); +infprimpearl.addItemInput(.withTag({Aspects: [{amount: 1, key: "alienis"}]})); +infprimpearl.addItemInput(.withTag({Aspects: [{amount: 1, key: "cognitio"}]})); +infprimpearl.addItemInput(*2); +infprimpearl.addItemInput(); +infprimpearl.addItemOutput(); +infprimpearl.build(); + +recipes.addShaped(*2, +[[, , ], +[, .reuse(), ], +[, , ]]); diff --git a/scripts/ElectroCrystals.zs b/scripts/ElectroCrystals.zs new file mode 100644 index 00000000..8fdb6368 --- /dev/null +++ b/scripts/ElectroCrystals.zs @@ -0,0 +1,24 @@ +import mods.modularmachinery.RecipeBuilder; + + +mods.astralsorcery.StarlightInfusion.addInfusion(, +, +false, 1.0, 200); + +val cra1 = RecipeBuilder.newBuilder("electroblobaby","sterilized_altar",200); +cra1.addEnergyPerTickInput(1200); +cra1.addFluidInput(*200); +cra1.addItemInput(); +cra1.addItemInput(*2); +cra1.addItemOutput(); +cra1.build(); + +mods.botania.ManaInfusion.addInfusion(, , 200); + +mods.bloodmagic.BloodAltar.addRecipe(, , 1, 200,30,40); + +mods.thaumcraft.Crucible.registerRecipe("electroblobthaum1", "", , , [*20]); + +mods.thaumcraft.Crucible.registerRecipe("electroblobthaum2", "", , , [*20]); + +mods.extrautils2.Resonator.add(, , 10000); \ No newline at end of file diff --git a/scripts/ElectroblobGating.zs b/scripts/ElectroblobGating.zs new file mode 100644 index 00000000..b0b615d4 --- /dev/null +++ b/scripts/ElectroblobGating.zs @@ -0,0 +1,14 @@ +recipes.removeShaped(); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.removeShaped(); +recipes.removeShaped(); +recipes.removeShaped(); +recipes.removeShaped(); +recipes.removeShaped(); +recipes.removeShaped(); +recipes.removeShaped(); \ No newline at end of file diff --git a/scripts/EnderChestGating.zs b/scripts/EnderChestGating.zs new file mode 100644 index 00000000..c113f706 --- /dev/null +++ b/scripts/EnderChestGating.zs @@ -0,0 +1,105 @@ +recipes.remove(); + +mods.extendedcrafting.TableCrafting.addShaped(.withTag({Frequency: {middle: 0, left: 0, right: 0}}), +[[, , ], +[, , ], +[, , ]]); + +mods.extendedcrafting.TableCrafting.addShaped(.withTag({Frequency: {middle: 1, left: 1, right: 1}}), +[[, , ], +[, , ], +[, , ]]); + +mods.extendedcrafting.TableCrafting.addShaped(.withTag({Frequency: {middle: 2, left: 2, right: 2}}), +[[, , ], +[, , ], +[, , ]]); + +mods.extendedcrafting.TableCrafting.addShaped(.withTag({Frequency: {middle: 3, left: 3, right: 3}}), +[[, , ], +[, , ], +[, , ]]); + +mods.extendedcrafting.TableCrafting.addShaped(.withTag({Frequency: {middle: 4, left: 4, right: 4}}), +[[, , ], +[, , ], +[, , ]]); + +mods.extendedcrafting.TableCrafting.addShaped(.withTag({Frequency: {middle: 5, left: 5, right: 5}}), +[[, , ], +[, , ], +[, , ]]); + +mods.extendedcrafting.TableCrafting.addShaped(.withTag({Frequency: {middle: 6, left: 6, right: 6}}), +[[, , ], +[, , ], +[, , ]]); + +mods.extendedcrafting.TableCrafting.addShaped(.withTag({Frequency: {middle: 7, left: 7, right: 7}}), +[[, , ], +[, , ], +[, , ]]); + +mods.extendedcrafting.TableCrafting.addShaped(.withTag({Frequency: {middle: 8, left: 8, right: 8}}), +[[, , ], +[, , ], +[, , ]]); + +mods.extendedcrafting.TableCrafting.addShaped(.withTag({Frequency: {middle: 9, left: 9, right: 9}}), +[[, , ], +[, , ], +[, , ]]); + +mods.extendedcrafting.TableCrafting.addShaped(.withTag({Frequency: {middle: 10, left: 10, right: 10}}), +[[, , ], +[, , ], +[, , ]]); + +mods.extendedcrafting.TableCrafting.addShaped(.withTag({Frequency: {middle: 11, left: 11, right: 11}}), +[[, , ], +[, , ], +[, , ]]); + +mods.extendedcrafting.TableCrafting.addShaped(.withTag({Frequency: {middle: 12, left: 12, right: 12}}), +[[, , ], +[, , ], +[, , ]]); + +mods.extendedcrafting.TableCrafting.addShaped(.withTag({Frequency: {middle: 13, left: 13, right: 13}}), +[[, , ], +[, , ], +[, , ]]); + +mods.extendedcrafting.TableCrafting.addShaped(.withTag({Frequency: {middle: 14, left: 14, right: 14}}), +[[, , ], +[, , ], +[, , ]]); + +mods.extendedcrafting.TableCrafting.addShaped(.withTag({Frequency: {middle: 15, left: 15, right: 15}}), +[[, , ], +[, , ], +[, , ]]); + +recipes.remove(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.remove(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +mods.recipestages.Recipes.addShapeless("minor_vethea_binding", "MinorVetheaBinding", , [ + , , + , +]); + +mods.extendedcrafting.TableCrafting.addShaped(.withTag({EntityTag: {id: "divinerpg:scorcher"}}), +[[, , ], +[, , ], +[, , ]]); diff --git a/scripts/EnderIOGating.zs b/scripts/EnderIOGating.zs new file mode 100644 index 00000000..73ffe670 --- /dev/null +++ b/scripts/EnderIOGating.zs @@ -0,0 +1,385 @@ +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[null, , ], +[, , ], +[, , null]]); + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[null, , , , null], +[null, , , , null], +[, , , , ], +[null, , , , null], +[null, , , , null]]); + +recipes.removeShaped(); + +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, ]]); + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.remove(); +recipes.remove(); +recipes.remove(); + +recipes.addShaped(, +[[null, null, null], +[, , ], +[, , ]]); + + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, null, , null, ], +[null, , , , null], +[, , , , ], +[null, , , , null], +[, null, , null, ]]); + +recipes.remove(); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.remove(); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.remove(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[null, , ], +[, , ], +[, , null]]); + +recipes.remove(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[null, , , , null], +[null, , , , null], +[, , , , ], +[null, , , , null], +[null, , , , null]]); + +recipes.remove(); + +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, ]]); + +recipes.remove(); + +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]]); + + +recipes.remove(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , , , ], +[, , , , ], +[, , , , ], +[, , , , ], +[, , , , ]]); + +recipes.remove(); + +mods.extendedcrafting.TableCrafting.addShaped(*6, +[[, , , , ], +[, , , , ], +[, , , , ], +[, , , , ], +[, , , , ]]); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , , , ], +[, , , , ], +[, , , , ], +[, , , , ], +[, , , , ]]); + +recipes.removeShaped(); +recipes.removeShaped(); +recipes.removeShaped(); +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , , , ], +[, , , , ], +[, , , , ], +[, , , , ], +[, , , , ]]); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , , , ], +[, , , , ], +[, , , , ], +[, , , , ], +[, , , , ]]); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , , , ], +[, , , , ], +[, , , , ], +[, , , , ], +[, , , , ]]); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , , , ], +[, , , , ], +[, , , , ], +[, , , , ], +[, , , , ]]); + +recipes.removeShaped(); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +mods.tconstruct.Alloy.removeRecipe(); +mods.tconstruct.Alloy.removeRecipe(); +mods.tconstruct.Alloy.removeRecipe(); +mods.tconstruct.Alloy.removeRecipe(); +mods.tconstruct.Alloy.removeRecipe(); +mods.tconstruct.Alloy.removeRecipe(); +mods.tconstruct.Alloy.removeRecipe(); + +recipes.addShaped(.withTag({entityId: "minecraft:zombie"}), +[[, null, ], +[null, .reuse(), null], +[, null, ]]); + +mods.nuclearcraft.alloy_furnace.addRecipe([, , *10]); + +recipes.removeShaped(); + +recipes.addShaped(, +[[, , ], +[, , ], +[null, , null]]); + +recipes.removeShaped(); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(*4, +[[null, , ], +[, , ], +[, , null]]); + +recipes.addShaped(*4, +[[null, , ], +[, , ], +[, , null]]); + +mods.techreborn.fusionReactor.addRecipe(, , *4, 100, -30, 20); + +mods.extendedcrafting.TableCrafting.addShaped(*4, +[[null, , , , null], +[null, , , , null], +[, , , , ], +[null, , , , null], +[null, , , , null]]); + +mods.extendedcrafting.TableCrafting.addShaped(*4, +[[null, , , , null], +[null, , , , null], +[, , , , ], +[null, , , , null], +[null, , , , null]]); + +mods.extendedcrafting.TableCrafting.addShaped(*4, +[[, 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(*4, +[[, 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(*4, +[[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.extendedcrafting.TableCrafting.addShaped(*4, +[[, , , , ], +[, , , , ], +[, , , , ], +[, , , , ], +[, , , , ]]); diff --git a/scripts/EnderUtilsGating.zs b/scripts/EnderUtilsGating.zs new file mode 100644 index 00000000..f28e5c26 --- /dev/null +++ b/scripts/EnderUtilsGating.zs @@ -0,0 +1,17 @@ +recipes.remove(); + +mods.thermalexpansion.InductionSmelter.addRecipe(*2, +, *2, +5000); + +recipes.remove(); + +mods.thermalexpansion.InductionSmelter.addRecipe(*2, +, *2, +5000); + +recipes.remove(); + +mods.thermalexpansion.InductionSmelter.addRecipe(*2, +, *2, +5000); \ No newline at end of file diff --git a/scripts/EnergyStorageGating.zs b/scripts/EnergyStorageGating.zs new file mode 100644 index 00000000..e3123726 --- /dev/null +++ b/scripts/EnergyStorageGating.zs @@ -0,0 +1,85 @@ +recipes.removeShaped(); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.removeShaped(); + +recipes.addShaped(, +[[null, , null], +[, , ], +[null, , null]]); + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(*2, +[[, , , , ], +[null, , , , null], +[, , , , ], +[null, , , , null], +[, , , , ]]); + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , , , ], +[null, , , , null], +[null, , , , null], +[null, , , , null], +[, , , , ]]); + +recipes.removeShaped(); + +recipes.removeShaped(); + +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, ]]); + +recipes.removeShaped(); + +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, ]]); + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(*4, +[[, 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.removeShaped(); + +recipes.removeShaped(); + +recipes.addShaped(*16, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(*16, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(*64, +[[, , ], +[, , ], +[, , ]]); diff --git a/scripts/EnviromentalGating.zs b/scripts/EnviromentalGating.zs new file mode 100644 index 00000000..b0d6026b --- /dev/null +++ b/scripts/EnviromentalGating.zs @@ -0,0 +1,218 @@ +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , null, , null, , ], +[, , , , , , ], +[null, , , , , , null], +[, , , , , , ], +[null, , , , , , null], +[, , , , , , ], +[, , null, , null, , ]]); + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, null, , null, ], +[null, , null, , null], +[null, null, , null, null], +[null, , null, , null], +[, null, , null, ]]); + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, null, , null, ], +[null, , , , null], +[null, , , , null], +[null, , , , null], +[, null, , null, ]]); + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, null, , null, ], +[null, , , , null], +[null, , , , null], +[null, , , , null], +[, null, , null, ]]); + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , , , ], +[, , , , ], +[, , , , ], +[, , , , ], +[, , , , ]]); + +recipes.removeShaped(); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.removeShaped(); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + + +recipes.removeShaped(); + +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, ]]); + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , , , , , ], +[, , , , , , ], +[, , , , , , ], +[, , , , , , ], +[, , , , , , ], +[, , , , , , ], +[, , , , , , ]]); + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , , , , , ], +[, , , , , , ], +[, , , , , , ], +[, , , , , , ], +[, , , , , , ], +[, , , , , , ], +[, , , , , , ]]); + +recipes.removeShaped(); + +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], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ]]); + + +recipes.removeShaped(); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.removeShaped(); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.removeShaped(); + +recipes.removeShaped(); + +recipes.removeShaped(); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.removeShaped(); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.removeShaped(); + +recipes.removeShaped(); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.removeShaped(); + +recipes.removeShaped(); + +recipes.removeShaped(); + +recipes.addShapeless(*9,[]); + +recipes.removeShaped(); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); diff --git a/scripts/ErebusRecipes.zs b/scripts/ErebusRecipes.zs new file mode 100644 index 00000000..c537ad5a --- /dev/null +++ b/scripts/ErebusRecipes.zs @@ -0,0 +1,13 @@ +mods.techreborn.implosionCompressor.addRecipe(, , *4, , 60, 512); + +recipes.removeShaped(); + +recipes.addShaped(, +[[null, , ], +[null, , ], +[, null, null]]); + +recipes.addShaped(.withTag({EntityTag: {id: "erebus:erebus.stag_beetle"}}), +[[null, , null], +[, , ], +[null, , null]]); diff --git a/scripts/EssenceKnowledge.txt b/scripts/EssenceKnowledge.txt new file mode 100644 index 00000000..d23c0b06 --- /dev/null +++ b/scripts/EssenceKnowledge.txt @@ -0,0 +1,6 @@ + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + diff --git a/scripts/EthaxiumFixed.zs b/scripts/EthaxiumFixed.zs new file mode 100644 index 00000000..5c1a981c --- /dev/null +++ b/scripts/EthaxiumFixed.zs @@ -0,0 +1,3 @@ +mods.thermalexpansion.Transposer.removeFillRecipe(, ); + +mods.thermalexpansion.Transposer.addFillRecipe(, , *20, 2000); \ No newline at end of file diff --git a/scripts/ExtendedCraftingGating.zs b/scripts/ExtendedCraftingGating.zs new file mode 100644 index 00000000..550f4a16 --- /dev/null +++ b/scripts/ExtendedCraftingGating.zs @@ -0,0 +1,158 @@ +recipes.removeShaped(); + +recipes.addShaped(, +[[, , ], +[, .reuse(), ], +[, , ]]); + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , ], +[, , ], +[, , ]]); + + +recipes.addShaped(*12, +[[, , null], +[, , null], +[null, null, null]]); + +recipes.removeShapeless(); + +recipes.addShapeless(*2, +[.withTag({Material: "iron"}),]); + +recipes.addShapeless(*9, +[]); + +mods.techreborn.assemblingMachine.addRecipe(*4, +, , 40, 100); + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[null, , null], +[, , ], +[, , ]]); + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , , , , , ], + +[, , , , , , ], + +[, , , , , , ], + +[, , , , , , ], + +[, , , , , , ], + +[, , , , , , ], + +[, , , , , , ]]); + +mods.extendedcrafting.TableCrafting.remove(); + +mods.thermalexpansion.InductionSmelter.addRecipe(, +*4, , +5000); + +mods.nuclearcraft.alloy_furnace.addRecipe([, *4, ]); + +mods.thermalexpansion.InductionSmelter.addRecipe(, +, , +5000); + +mods.nuclearcraft.alloy_furnace.addRecipe([, , ]); + +mods.thermalexpansion.InductionSmelter.addRecipe(*8, +, , +5000); + +mods.nuclearcraft.alloy_furnace.addRecipe([, , *8]); + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , , , , , ], + +[, , , , , , ], + +[, , , , , , ], + +[, , , , , , ], + +[, , , , , , ], + +[, , , , , , ], + +[, , , , , , ]]); + +recipes.removeShapeless(); + +mods.thermalexpansion.InductionSmelter.addRecipe(, +, , +5000); + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , , , ], +[, , , , ], +[, , , , ], +[, , , , ], +[, , , , ]]); + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , , , ], +[, null, null, null, ], +[, null, , null, ], +[, null, null, null, ], +[, , , , ]]); + +mods.extendedcrafting.CombinationCrafting.addRecipe(, +10000000, 100000, +, +[, , , , ]); + +mods.extendedcrafting.CombinationCrafting.addRecipe(, +10000000, 100000, +, +[, , , , ]); + +mods.extendedcrafting.CombinationCrafting.addRecipe(, +10000000, 100000, +, +[, , , , ]); \ No newline at end of file diff --git a/scripts/ExtraUtilsGating.zs b/scripts/ExtraUtilsGating.zs new file mode 100644 index 00000000..2a88fff4 --- /dev/null +++ b/scripts/ExtraUtilsGating.zs @@ -0,0 +1,201 @@ +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[null, , null], +[, , ], +[null, , null]]); + +recipes.removeShaped(); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.removeShaped(.withTag({Type: "extrautils2:generator_overclock"})); +recipes.removeShaped(.withTag({Type: "extrautils2:generator_survival"})); +recipes.removeShaped(.withTag({Type: "extrautils2:generator"})); +recipes.removeShaped(.withTag({Type: "extrautils2:generator_culinary"})); +recipes.removeShaped(.withTag({Type: "extrautils2:generator_lava"})); +recipes.removeShaped(.withTag({Type: "extrautils2:generator_redstone"})); +recipes.removeShaped(.withTag({Type: "extrautils2:generator_ender"})); +recipes.removeShaped(.withTag({Type: "extrautils2:generator_potion"})); +recipes.removeShaped(.withTag({Type: "extrautils2:generator_pink"})); +recipes.removeShaped(.withTag({Type: "extrautils2:generator_tnt"})); +recipes.removeShaped(.withTag({Type: "extrautils2:generator_netherstar"})); +recipes.removeShaped(.withTag({Type: "extrautils2:generator_dragonsbreath"})); +recipes.removeShaped(.withTag({Type: "extrautils2:generator_ice"})); +recipes.removeShaped(.withTag({Type: "extrautils2:generator_death"})); +recipes.removeShaped(.withTag({Type: "extrautils2:generator_enchant"})); +recipes.removeShaped(.withTag({Type: "extrautils2:generator_slime"})); + +mods.extendedcrafting.TableCrafting.addShaped(.withTag({Type: "extrautils2:generator_overclock"}), +[[, , ], +[, , ], +[, , ]]); + +mods.extendedcrafting.TableCrafting.addShaped(.withTag({Type: "extrautils2:generator_survival"}), +[[, , ], +[, , ], +[, , ]]); + +mods.extendedcrafting.TableCrafting.addShaped(.withTag({Type: "extrautils2:generator"}), +[[, , ], +[, , ], +[, , ]]); + +mods.extendedcrafting.TableCrafting.addShaped(.withTag({Type: "extrautils2:generator_culinary"}), +[[, , ], +[, , ], +[, , ]]); + +mods.extendedcrafting.TableCrafting.addShaped(.withTag({Type: "extrautils2:generator_lava"}), +[[, , ], +[, , ], +[, , ]]); + +mods.extendedcrafting.TableCrafting.addShaped(.withTag({Type: "extrautils2:generator_redstone"}), +[[, , ], +[, , ], +[, , ]]); + +mods.extendedcrafting.TableCrafting.addShaped(.withTag({Type: "extrautils2:generator_ender"}), +[[, , ], +[, , ], +[, , ]]); + +mods.extendedcrafting.TableCrafting.addShaped(.withTag({Type: "extrautils2:generator_potion"}), +[[, , ], +[, , ], +[, , ]]); + +mods.extendedcrafting.TableCrafting.addShaped(.withTag({Type: "extrautils2:generator_pink"}), +[[, , ], +[, , ], +[, , ]]); + +mods.extendedcrafting.TableCrafting.addShaped(.withTag({Type: "extrautils2:generator_tnt"}), +[[, , ], +[, , ], +[, , ]]); + +mods.extendedcrafting.TableCrafting.addShaped(.withTag({Type: "extrautils2:generator_netherstar"}), +[[, , ], +[, , ], +[, , ]]); + +mods.extendedcrafting.TableCrafting.addShaped(.withTag({Type: "extrautils2:generator_dragonsbreath"}), +[[, , ], +[, , ], +[, , ]]); + +mods.extendedcrafting.TableCrafting.addShaped(.withTag({Type: "extrautils2:generator_ice"}), +[[, , ], +[, , ], +[, , ]]); + +mods.extendedcrafting.TableCrafting.addShaped(.withTag({Type: "extrautils2:generator_death"}), +[[, , ], +[, , ], +[, , ]]); + +mods.extendedcrafting.TableCrafting.addShaped(.withTag({Type: "extrautils2:generator_enchant"}), +[[, , ], +[, , ], +[, , ]]); + +mods.extendedcrafting.TableCrafting.addShaped(.withTag({Type: "extrautils2:generator_slime"}), +[[, , ], +[, , ], +[, , ]]); + + +recipes.removeShapeless(); + + +mods.extendedcrafting.TableCrafting.addShaped(, +[[.withTag({Type: "extrautils2:generator_slime"}), .withTag({Type: "extrautils2:generator_enchant"}), .withTag({Type: "extrautils2:generator_death"}), +.withTag({Type: "extrautils2:generator_ice"}), null, .withTag({Type: "extrautils2:generator_dragonsbreath"}), +.withTag({Type: "extrautils2:generator_netherstar"}), .withTag({Type: "extrautils2:generator_tnt"}), .withTag({Type: "extrautils2:generator_pink"})], + +[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], + +[.withTag({Type: "extrautils2:generator_potion"}), .withTag({Type: "extrautils2:generator_ender"}), .withTag({Type: "extrautils2:generator_redstone"}), +.withTag({Type: "extrautils2:generator_lava"}), null, .withTag({Type: "extrautils2:generator_culinary"}), +.withTag({Type: "extrautils2:generator"}), .withTag({Type: "extrautils2:generator_overclock"}), .withTag({Type: "extrautils2:generator_survival"})]]); + + +recipes.removeShaped(); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.removeShaped(.withTag({Type: "extrautils2:enchanter"})); + +recipes.addShaped(.withTag({Type: "extrautils2:enchanter"}), +[[null, , null], +[, , ], +[, , ]]); + +recipes.removeShaped(); + +recipes.addShaped(, +[[null, , null], +[null, , null], +[null, , null]]); + +recipes.addHiddenShaped("lawkingofpirates", +, +[[.withTag({RepairCost: 0, display: {Name: "C"}}), .withTag({RepairCost: 0, display: {Name: "H"}}), .withTag({RepairCost: 0, display: {Name: "A"}})], +[.withTag({RepairCost: 0, display: {Name: "S"}}), , .withTag({RepairCost: 0, display: {Name: "M"}})], +[.withTag({RepairCost: 0, display: {Name: "E"}}), .withTag({RepairCost: 0, display: {Name: "R"}}), .withTag({RepairCost: 0, display: {Name: "B"}})]]); + +recipes.removeShaped(.withTag({Type: "extrautils2:enchanter"})); + +recipes.addShaped(.withTag({Type: "extrautils2:enchanter"}), +[[null, , null], +[, , ], +[, , ]]); diff --git a/scripts/ExtremeReactorsGating.zs b/scripts/ExtremeReactorsGating.zs new file mode 100644 index 00000000..877cbcd0 --- /dev/null +++ b/scripts/ExtremeReactorsGating.zs @@ -0,0 +1,30 @@ +recipes.removeShaped(); + +mods.thermalexpansion.Transposer.addFillRecipe(, , *1000, 2000); + +mods.extendedcrafting.TableCrafting.addShaped(*8, +[[, , , , , , ], +[, , null, , null, , ], +[, , , , , , ], +[, , , , , , ], +[, , , , , , ], +[, , null, , null, , ], +[, , , , , , ]]); + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(*4, +[[, , , , , , ], +[, , null, , null, , ], +[, null, , , , null, ], +[, , , , , , ], +[, null, , , , null, ], +[, , null, , null, , ], +[, , , , , , ]]); + + +mods.nuclearcraft.infuser.addRecipe([, *36, ]); + +mods.nuclearcraft.infuser.addRecipe([, *36, ]); + + diff --git a/scripts/FixClay.zs b/scripts/FixClay.zs new file mode 100644 index 00000000..455db402 --- /dev/null +++ b/scripts/FixClay.zs @@ -0,0 +1,2 @@ +recipes.addShapeless(*4, +[]); diff --git a/scripts/FlightGating.zs b/scripts/FlightGating.zs new file mode 100644 index 00000000..e746a2b5 --- /dev/null +++ b/scripts/FlightGating.zs @@ -0,0 +1,132 @@ +recipes.removeShaped(); + +recipes.removeShaped(, +[[, , ], +[, , ], +[, null, ]]); + + +recipes.removeShaped(, +[[, , ], +[, , ], +[, null, ]]); + +recipes.removeShaped(); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.removeShaped(); +recipes.removeShaped(); +recipes.removeShaped(); +recipes.removeShaped(); +recipes.removeShaped(); +recipes.removeShaped(); +recipes.removeShaped(); + +//recipes.addShaped(, +//[[, , ], +//[, , ], +//[, , ]]); + +//recipes.removeShaped(); +//recipes.removeShaped(); +//recipes.removeShaped(); +//recipes.removeShaped(); + +//recipes.addShaped(, +//[[, null, ], +//[, , ], +//[, , ]]); + +//recipes.addShaped(, +//[[, , ], +//[, , ], +//[null, null, null]]); + +//recipes.addShaped(, +//[[, , ], +//[, , ], +//[, null, ]]); + + +//recipes.addShaped(, +//[[, , ], +//[, , ], +//[null, null, null]]); + +//recipes.addShaped(, +//[[, null, ], +//[, , ], +//[, , ]]); + +//recipes.addShaped(, +//[[, , ], +//[, , ], +//[, null, ]]); + +recipes.removeShaped(); +recipes.removeShaped(); +recipes.removeShaped(); +recipes.removeShaped(); + +//recipes.addShaped(, +//[[, , ], +//[, , ], +//[null, null, null]]); + +//recipes.addShaped(, +//[[, null, ], +//[, , ], +//[, , ]]); + +//recipes.addShaped(, +//[[, , ], +//[, , ], +//[, null, ]]); + +recipes.removeShaped(); +recipes.removeShaped(); +recipes.removeShaped(); + +recipes.addShaped(.withTag({EntityTag: {id: "minecraft:evocation_illager"}}), +[[, , ], +[, , ], +[, , ]]); + +recipes.removeShaped(); + +recipes.addShaped(.withTag({StoredEnchantments: [{lvl: 16 as short, id: 2}]}), +[[, , ], +[, , ], +[, , ]]); + +recipes.removeShaped(); + +recipes.addShaped(, +[[.withTag({Material: "charger"}), .withTag({Material: "charger"}), .withTag({Material: "charger"})], +[.withTag({entityId: "aoa3:king_charger"}), , .withTag({entityId: "aoa3:king_charger"})], +[.withTag({Material: "charger"}), .withTag({Material: "charger"}), .withTag({Material: "charger"})]]); + + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); diff --git a/scripts/FlintSteelGating.zs b/scripts/FlintSteelGating.zs new file mode 100644 index 00000000..e6b10304 --- /dev/null +++ b/scripts/FlintSteelGating.zs @@ -0,0 +1,4 @@ +recipes.remove(); + +recipes.addShapeless(, +[.withTag({Material: "iron"}), ]); \ No newline at end of file diff --git a/scripts/FluixNetGating.zs b/scripts/FluixNetGating.zs new file mode 100644 index 00000000..5e63843d --- /dev/null +++ b/scripts/FluixNetGating.zs @@ -0,0 +1,17 @@ + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(*4, +[[, , , , ], +[, , , , ], +[, , , , ], +[, , , , ], +[, , , , ]]); + +mods.extendedcrafting.TableCrafting.addShaped(*12, +[[, , , , ], +[, , , , ], +[, , , , ], +[, , , , ], +[, , , , ]]); + diff --git a/scripts/ForegoingGating.zs b/scripts/ForegoingGating.zs new file mode 100644 index 00000000..048e2947 --- /dev/null +++ b/scripts/ForegoingGating.zs @@ -0,0 +1,64 @@ +import mods.modularmachinery.RecipeBuilder; + +recipes.removeShaped(); + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.removeShaped(); + +val pinkslime = RecipeBuilder.newBuilder("pinkslime","corrupted_library",200); +pinkslime.addFluidInput(*50); +pinkslime.addFluidInput(*50); +pinkslime.addItemInput(); +pinkslime.addItemOutput(); +pinkslime.build(); + +mods.thermalexpansion.Crucible.addRecipe(*100, , 1000); + +recipes.remove(); +recipes.remove(); + +recipes.addShaped(, +[[null, , null], +[, , ], +[null, , null]]); + +recipes.remove(); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.remove(); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.remove(); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.remove(); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); \ No newline at end of file diff --git a/scripts/ForestryGendustryGating.zs b/scripts/ForestryGendustryGating.zs new file mode 100644 index 00000000..26f24bff --- /dev/null +++ b/scripts/ForestryGendustryGating.zs @@ -0,0 +1,36 @@ +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.remove(); +recipes.remove(); +recipes.remove(); +recipes.remove(); +recipes.remove(); +recipes.remove(); +recipes.remove(); + +recipes.addShaped(.withTag({EntityTag: {id: "bewitchment:ghost"}}), +[[, , ], +[, , ], +[, , ]]); + +mods.botania.RuneAltar.addRecipe(, +[.withTag({species: "rootTrees", chromosome: 0, allele: "forestry.treeBirch"}), , , , ], 10); + +mods.bloodmagic.AlchemyTable.addRecipe(, +[.withTag({species: "rootTrees", chromosome: 0, allele: "forestry.treeOak"}), , , , ], 1, 50, 2); + +mods.forestry.Carpenter.addRecipe(, +[[, null, null], +[, null, null], +[null, null, null]], +20, +*100); + +recipes.removeShapeless(); + +mods.thermalexpansion.RedstoneFurnace.addRecipe(, , 150); \ No newline at end of file diff --git a/scripts/ForestryOres.zs b/scripts/ForestryOres.zs new file mode 100644 index 00000000..c14f891b --- /dev/null +++ b/scripts/ForestryOres.zs @@ -0,0 +1,60 @@ +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + diff --git a/scripts/GameStages.zs b/scripts/GameStages.zs new file mode 100644 index 00000000..37187103 --- /dev/null +++ b/scripts/GameStages.zs @@ -0,0 +1,122 @@ +#loader contenttweaker + +import mods.contenttweaker.Color; +import mods.contenttweaker.VanillaFactory; +import mods.contenttweaker.IItemRightClick; +import mods.contenttweaker.Commands; +import mods.contenttweaker.Item; +import mods.contenttweaker.BlockMaterial; + + +var modularstage = VanillaFactory.createItem("controller_manual"); +modularstage.maxStackSize = 1; +modularstage.itemRightClick = function(stack, world, player, hand) { + Commands.call("gamestage add @p ModularStage", player, world, true, true); + return "Pass"; +}; +modularstage.register(); + +var extendedstage = VanillaFactory.createItem("alien_material_manual"); +extendedstage.maxStackSize = 1; +extendedstage.itemRightClick = function(stack, world, player, hand) { + Commands.call("gamestage add @p ExtendedCrafting", player, world, true, true); + return "Pass"; +}; +extendedstage.register(); + +var bloodmastertome = VanillaFactory.createItem("bloodmaster_tome"); +bloodmastertome.maxStackSize = 1; +bloodmastertome.itemRightClick = function(stack, world, player, hand) { + Commands.call("gamestage add @p BloodmasterStage", player, world, true, true); + return "Pass"; +}; +bloodmastertome.register(); + +var singularitymaster = VanillaFactory.createItem("singularity_master"); +singularitymaster.maxStackSize = 1; +singularitymaster.itemRightClick = function(stack, world, player, hand) { + Commands.call("gamestage add @p DivineStage", player, world, true, true); + return "Pass"; +}; +singularitymaster.register(); + +var draconicstage = VanillaFactory.createItem("draconic_key"); +draconicstage.maxStackSize = 1; +draconicstage.itemRightClick = function(stack, world, player, hand) { + Commands.call("gamestage add @p DraconicStage", player, world, true, true); + return "Pass"; +}; +draconicstage.register(); + +var minorvetheabinding = VanillaFactory.createItem("minor_vethea_binding"); +minorvetheabinding.maxStackSize = 1; +minorvetheabinding.itemRightClick = function(stack, world, player, hand) { + Commands.call("gamestage add @p MinorVetheaBinding", player, world, true, true); + return "Pass"; +}; +minorvetheabinding.register(); + +var ancientelvenknowledge = VanillaFactory.createItem("ancient_elven_knowledge"); +ancientelvenknowledge.maxStackSize = 1; +ancientelvenknowledge.itemRightClick = function(stack, world, player, hand) { + Commands.call("gamestage add @p BrightsteelForging", player, world, true, true); + return "Pass"; +}; +ancientelvenknowledge.register(); + + +var sednaartifact = VanillaFactory.createItem("sedna_artifact"); +sednaartifact.maxStackSize = 64; +sednaartifact.itemRightClick = function(stack, world, player, hand) { + Commands.call("gamestage add @p sedna", player, world, true, true); + return "Pass"; +}; +sednaartifact.register(); + +var rheniaartifact = VanillaFactory.createItem("rhenia_artifact"); +rheniaartifact.maxStackSize = 64; +rheniaartifact.itemRightClick = function(stack, world, player, hand) { + Commands.call("gamestage add @p rhenia", player, world, true, true); + return "Pass"; +}; +rheniaartifact.register(); + +var myrmexartifact = VanillaFactory.createItem("myrmex_artifact"); +myrmexartifact.maxStackSize = 64; +myrmexartifact.itemRightClick = function(stack, world, player, hand) { + Commands.call("gamestage add @p myrmex", player, world, true, true); + return "Pass"; +}; +myrmexartifact.register(); + +var pixoniaartifact = VanillaFactory.createItem("pixonia_artifact"); +pixoniaartifact.maxStackSize = 64; +pixoniaartifact.itemRightClick = function(stack, world, player, hand) { + Commands.call("gamestage add @p pixonia", player, world, true, true); + return "Pass"; +}; +pixoniaartifact.register(); + +var proximaartifact = VanillaFactory.createItem("proxima_artifact"); +proximaartifact.maxStackSize = 64; +proximaartifact.itemRightClick = function(stack, world, player, hand) { + Commands.call("gamestage add @p proxima", player, world, true, true); + return "Pass"; +}; +proximaartifact.register(); + +var dynatosartifact = VanillaFactory.createItem("dynatos_artifact"); +dynatosartifact.maxStackSize = 64; +dynatosartifact.itemRightClick = function(stack, world, player, hand) { + Commands.call("gamestage add @p dynatos", player, world, true, true); + return "Pass"; +}; +dynatosartifact.register(); + +var alkemiaartifact = VanillaFactory.createItem("alkemia_artifact"); +alkemiaartifact.maxStackSize = 64; +alkemiaartifact.itemRightClick = function(stack, world, player, hand) { + Commands.call("gamestage add @p alkemia", player, world, true, true); + return "Pass"; +}; +alkemiaartifact.register(); \ No newline at end of file diff --git a/scripts/GameStagesArmor.zs b/scripts/GameStagesArmor.zs new file mode 100644 index 00000000..8144a13d --- /dev/null +++ b/scripts/GameStagesArmor.zs @@ -0,0 +1,780 @@ +import mods.armoreablemobs.ArmorHandler; +import mods.armoreablemobs.ArmorEntity; +import mods.armoreablemobs.ArmorSlot; +import mods.armoreablemobs.ArmorGroup; + +var upzombie = ArmorHandler.createArmorEntity("minecraft:zombie").withNBTCheck("Health", 10.0, "GREATER"); +var upskelly = ArmorHandler.createArmorEntity("minecraft:skeleton").withNBTCheck("Health", 10.0, "GREATER"); +var creeper = ArmorHandler.createArmorEntity("minecraft:creeper").withNBTCheck("Health", 10.0, "GREATER"); +var nightfly = ArmorHandler.createArmorEntity("aoa3:nightfly").withNBTCheck("Health", 1.0, "GREATER"); +var nightreaper = ArmorHandler.createArmorEntity("aoa3:night_reaper").withNBTCheck("Health", 1.0, "GREATER"); +var bugeye = ArmorHandler.createArmorEntity("aoa3:bugeye").withNBTCheck("Health", 1.0, "GREATER"); +var crab = ArmorHandler.createArmorEntity("divinerpg:crab").withNBTCheck("Health", 1.0, "GREATER"); +var cyclop1 = ArmorHandler.createArmorEntity("aoa3:cyclops").withNBTCheck("Health", 1.0, "GREATER"); +var cyclop2 = ArmorHandler.createArmorEntity("divinerpg:cyclops").withNBTCheck("Health", 1.0, "GREATER"); +var goblin = ArmorHandler.createArmorEntity("aoa3:goblin").withNBTCheck("Health", 1.0, "GREATER"); +var glacon = ArmorHandler.createArmorEntity("divinerpg:glacon").withNBTCheck("Health", 1.0, "GREATER"); +var minerdiv = ArmorHandler.createArmorEntity("divinerpg:miner").withNBTCheck("Health", 1.0, "GREATER"); +var dicer = ArmorHandler.createArmorEntity("aoa3:dicer").withNBTCheck("Health", 1.0, "GREATER"); +var pumpkinspider = ArmorHandler.createArmorEntity("divinerpg:pumpkin_spider").withNBTCheck("Health", 1.0, "GREATER"); +////////////////// +var kingcharger = ArmorHandler.createArmorEntity("aoa3:king_charger").withNBTCheck("Health", 1.0, "GREATER"); +var nethengeicbeast = ArmorHandler.createArmorEntity("aoa3:nethengeic_beast").withNBTCheck("Health", 1.0, "GREATER"); +var sabretooth = ArmorHandler.createArmorEntity("aoa3:sabretooth").withNBTCheck("Health", 1.0, "GREATER"); +var kaiyu = ArmorHandler.createArmorEntity("aoa3:kaiyu").withNBTCheck("Health", 1.0, "GREATER"); +var zhinx = ArmorHandler.createArmorEntity("aoa3:zhinx").withNBTCheck("Health", 1.0, "GREATER"); +var host = ArmorHandler.createArmorEntity("aoa3:host").withNBTCheck("Health", 1.0, "GREATER"); +var arocknid = ArmorHandler.createArmorEntity("aoa3:arocknid").withNBTCheck("Health", 1.0, "GREATER"); +var bloodsucker = ArmorHandler.createArmorEntity("aoa3:bloodsucker").withNBTCheck("Health", 1.0, "GREATER"); +var flesh_eater = ArmorHandler.createArmorEntity("aoa3:flesh_eater").withNBTCheck("Health", 1.0, "GREATER"); +var jawe = ArmorHandler.createArmorEntity("aoa3:jawe").withNBTCheck("Health", 1.0, "GREATER"); +var occulent = ArmorHandler.createArmorEntity("aoa3:occulent").withNBTCheck("Health", 1.0, "GREATER"); +var angelica = ArmorHandler.createArmorEntity("aoa3:angelica").withNBTCheck("Health", 1.0, "GREATER"); +var voliant = ArmorHandler.createArmorEntity("aoa3:voliant").withNBTCheck("Health", 1.0, "GREATER"); +var nightwing = ArmorHandler.createArmorEntity("aoa3:nightwing").withNBTCheck("Health", 1.0, "GREATER"); +var arkzyne = ArmorHandler.createArmorEntity("aoa3:arkzyne").withNBTCheck("Health", 1.0, "GREATER"); +var basilisk = ArmorHandler.createArmorEntity("aoa3:basilisk").withNBTCheck("Health", 1.0, "GREATER"); +var crusilisk = ArmorHandler.createArmorEntity("aoa3:crusilisk").withNBTCheck("Health", 1.0, "GREATER"); +var devourer = ArmorHandler.createArmorEntity("aoa3:devourer").withNBTCheck("Health", 1.0, "GREATER"); +var dusteiva = ArmorHandler.createArmorEntity("aoa3:dusteiva").withNBTCheck("Health", 1.0, "GREATER"); +var duston = ArmorHandler.createArmorEntity("aoa3:duston").withNBTCheck("Health", 1.0, "GREATER"); +var dust_strider = ArmorHandler.createArmorEntity("aoa3:dust_strider").withNBTCheck("Health", 1.0, "GREATER"); +var lost_soul = ArmorHandler.createArmorEntity("aoa3:lost_soul").withNBTCheck("Health", 1.0, "GREATER"); +var lurker = ArmorHandler.createArmorEntity("aoa3:lurker").withNBTCheck("Health", 1.0, "GREATER"); +var merkyre = ArmorHandler.createArmorEntity("aoa3:merkyre").withNBTCheck("Health", 1.0, "GREATER"); +var stalker = ArmorHandler.createArmorEntity("aoa3:stalker").withNBTCheck("Health", 1.0, "GREATER"); +var reaver = ArmorHandler.createArmorEntity("aoa3:reaver").withNBTCheck("Health", 1.0, "GREATER"); +var urioh = ArmorHandler.createArmorEntity("aoa3:urioh").withNBTCheck("Health", 1.0, "GREATER"); +var goldum = ArmorHandler.createArmorEntity("aoa3:goldum").withNBTCheck("Health", 1.0, "GREATER"); +var skeledon = ArmorHandler.createArmorEntity("aoa3:skeledon").withNBTCheck("Health", 1.0, "GREATER"); +var skelekyte = ArmorHandler.createArmorEntity("aoa3:skelekyte").withNBTCheck("Health", 1.0, "GREATER"); +var goldus = ArmorHandler.createArmorEntity("aoa3:goldus").withNBTCheck("Health", 1.0, "GREATER"); +var shavo = ArmorHandler.createArmorEntity("aoa3:shavo").withNBTCheck("Health", 1.0, "GREATER"); +var urv = ArmorHandler.createArmorEntity("aoa3:urv").withNBTCheck("Health", 1.0, "GREATER"); +var visage = ArmorHandler.createArmorEntity("aoa3:visage").withNBTCheck("Health", 1.0, "GREATER"); +var ghastus = ArmorHandler.createArmorEntity("aoa3:ghastus").withNBTCheck("Health", 1.0, "GREATER"); +var bobo = ArmorHandler.createArmorEntity("aoa3:bobo").withNBTCheck("Health", 1.0, "GREATER"); +var chocko = ArmorHandler.createArmorEntity("aoa3:chocko").withNBTCheck("Health", 1.0, "GREATER"); +var happy = ArmorHandler.createArmorEntity("aoa3:happy").withNBTCheck("Health", 1.0, "GREATER"); +var jumbo = ArmorHandler.createArmorEntity("aoa3:jumbo").withNBTCheck("Health", 1.0, "GREATER"); +var koko = ArmorHandler.createArmorEntity("aoa3:koko").withNBTCheck("Health", 1.0, "GREATER"); +var kranky = ArmorHandler.createArmorEntity("aoa3:kranky").withNBTCheck("Health", 1.0, "GREATER"); +var snappy = ArmorHandler.createArmorEntity("aoa3:snappy").withNBTCheck("Health", 1.0, "GREATER"); +var sticky = ArmorHandler.createArmorEntity("aoa3:sticky").withNBTCheck("Health", 1.0, "GREATER"); +var stitches = ArmorHandler.createArmorEntity("aoa3:stitches").withNBTCheck("Health", 1.0, "GREATER"); +var tipsy = ArmorHandler.createArmorEntity("aoa3:tipsy").withNBTCheck("Health", 1.0, "GREATER"); +var eeo = ArmorHandler.createArmorEntity("aoa3:eeo").withNBTCheck("Health", 1.0, "GREATER"); +var halycon = ArmorHandler.createArmorEntity("aoa3:halycon").withNBTCheck("Health", 1.0, "GREATER"); +var dawnlight = ArmorHandler.createArmorEntity("aoa3:dawnlight").withNBTCheck("Health", 1.0, "GREATER"); +var rainicorn = ArmorHandler.createArmorEntity("aoa3:rainicorn").withNBTCheck("Health", 1.0, "GREATER"); +var airhead = ArmorHandler.createArmorEntity("aoa3:airhead").withNBTCheck("Health", 1.0, "GREATER"); +var candy_corn = ArmorHandler.createArmorEntity("aoa3:candy_corn").withNBTCheck("Health", 1.0, "GREATER"); +var cane_bug = ArmorHandler.createArmorEntity("aoa3:cane_bug").withNBTCheck("Health", 1.0, "GREATER"); +var cherry_blaster = ArmorHandler.createArmorEntity("aoa3:cherry_blaster").withNBTCheck("Health", 1.0, "GREATER"); +var gingerbird = ArmorHandler.createArmorEntity("aoa3:gingerbird").withNBTCheck("Health", 1.0, "GREATER"); +var lollypopper = ArmorHandler.createArmorEntity("aoa3:lollypopper").withNBTCheck("Health", 1.0, "GREATER"); +var archvine = ArmorHandler.createArmorEntity("aoa3:archvine").withNBTCheck("Health", 1.0, "GREATER"); +var broccohead = ArmorHandler.createArmorEntity("aoa3:broccohead").withNBTCheck("Health", 1.0, "GREATER"); +var carrotop = ArmorHandler.createArmorEntity("aoa3:carrotop").withNBTCheck("Health", 1.0, "GREATER"); +var corny = ArmorHandler.createArmorEntity("aoa3:corny").withNBTCheck("Health", 1.0, "GREATER"); +var daysee = ArmorHandler.createArmorEntity("aoa3:daysee").withNBTCheck("Health", 1.0, "GREATER"); +var flowerface = ArmorHandler.createArmorEntity("aoa3:flowerface").withNBTCheck("Health", 1.0, "GREATER"); +var pod_plant = ArmorHandler.createArmorEntity("aoa3:pod_plant").withNBTCheck("Health", 1.0, "GREATER"); +var squasher = ArmorHandler.createArmorEntity("aoa3:squasher").withNBTCheck("Health", 1.0, "GREATER"); +var sunny = ArmorHandler.createArmorEntity("aoa3:sunny").withNBTCheck("Health", 1.0, "GREATER"); +var vine_wizard = ArmorHandler.createArmorEntity("aoa3:vine_wizard").withNBTCheck("Health", 1.0, "GREATER"); +var mechachron = ArmorHandler.createArmorEntity("aoa3:mechachron").withNBTCheck("Health", 1.0, "GREATER"); +var mechamaton = ArmorHandler.createArmorEntity("aoa3:mechamaton").withNBTCheck("Health", 1.0, "GREATER"); +var enforcer = ArmorHandler.createArmorEntity("aoa3:enforcer").withNBTCheck("Health", 1.0, "GREATER"); +var mechyon = ArmorHandler.createArmorEntity("aoa3:mechyon").withNBTCheck("Health", 1.0, "GREATER"); +var polytom = ArmorHandler.createArmorEntity("aoa3:polytom").withNBTCheck("Health", 1.0, "GREATER"); +var voltron = ArmorHandler.createArmorEntity("aoa3:voltron").withNBTCheck("Health", 1.0, "GREATER"); +var ariel = ArmorHandler.createArmorEntity("aoa3:ariel").withNBTCheck("Health", 1.0, "GREATER"); +var bouncer = ArmorHandler.createArmorEntity("aoa3:bouncer").withNBTCheck("Health", 1.0, "GREATER"); +var paladin = ArmorHandler.createArmorEntity("aoa3:paladin").withNBTCheck("Health", 1.0, "GREATER"); +var rune_templar = ArmorHandler.createArmorEntity("aoa3:rune_templar").withNBTCheck("Health", 1.0, "GREATER"); +var runicorn = ArmorHandler.createArmorEntity("aoa3:runicorn").withNBTCheck("Health", 1.0, "GREATER"); +var runicorn_rider = ArmorHandler.createArmorEntity("aoa3:runicorn_rider").withNBTCheck("Health", 1.0, "GREATER"); +var runic_guardian = ArmorHandler.createArmorEntity("aoa3:runic_guardian").withNBTCheck("Health", 1.0, "GREATER"); +var runic_lifeform = ArmorHandler.createArmorEntity("aoa3:runic_lifeform").withNBTCheck("Health", 1.0, "GREATER"); +var spectral_wizard = ArmorHandler.createArmorEntity("aoa3:spectral_wizard").withNBTCheck("Health", 1.0, "GREATER"); +var construct_flight = ArmorHandler.createArmorEntity("aoa3:construct_flight").withNBTCheck("Health", 1.0, "GREATER"); +var construct_mind = ArmorHandler.createArmorEntity("aoa3:construct_mind").withNBTCheck("Health", 1.0, "GREATER"); +var construct_range = ArmorHandler.createArmorEntity("aoa3:construct_range").withNBTCheck("Health", 1.0, "GREATER"); +var construct_resistance = ArmorHandler.createArmorEntity("aoa3:construct_resistance").withNBTCheck("Health", 1.0, "GREATER"); +var construct_speed = ArmorHandler.createArmorEntity("aoa3:construct_speed").withNBTCheck("Health", 1.0, "GREATER"); +var construct_strength = ArmorHandler.createArmorEntity("aoa3:construct_strength").withNBTCheck("Health", 1.0, "GREATER"); +var construct_terror = ArmorHandler.createArmorEntity("aoa3:construct_terror").withNBTCheck("Health", 1.0, "GREATER"); +var fungat = ArmorHandler.createArmorEntity("aoa3:fungat").withNBTCheck("Health", 1.0, "GREATER"); +var fungback = ArmorHandler.createArmorEntity("aoa3:fungback").withNBTCheck("Health", 1.0, "GREATER"); +var fungik = ArmorHandler.createArmorEntity("aoa3:fungik").withNBTCheck("Health", 1.0, "GREATER"); +var fungock = ArmorHandler.createArmorEntity("aoa3:fungock").withNBTCheck("Health", 1.0, "GREATER"); +var runic_golem = ArmorHandler.createArmorEntity("aoa3:runic_golem").withNBTCheck("Health", 1.0, "GREATER"); +var alarmo = ArmorHandler.createArmorEntity("aoa3:alarmo").withNBTCheck("Health", 1.0, "GREATER"); +var centinel = ArmorHandler.createArmorEntity("aoa3:centinel").withNBTCheck("Health", 1.0, "GREATER"); +var destructor = ArmorHandler.createArmorEntity("aoa3:destructor").withNBTCheck("Health", 1.0, "GREATER"); +var fischer = ArmorHandler.createArmorEntity("aoa3:fischer").withNBTCheck("Health", 1.0, "GREATER"); +var gadgetoid = ArmorHandler.createArmorEntity("aoa3:gadgetoid").withNBTCheck("Health", 1.0, "GREATER"); +var slimer = ArmorHandler.createArmorEntity("aoa3:slimer").withNBTCheck("Health", 1.0, "GREATER"); +var toxxulous = ArmorHandler.createArmorEntity("aoa3:toxxulous").withNBTCheck("Health", 1.0, "GREATER"); +var amphibior = ArmorHandler.createArmorEntity("aoa3:amphibior").withNBTCheck("Health", 1.0, "GREATER"); +var angler = ArmorHandler.createArmorEntity("aoa3:angler").withNBTCheck("Health", 1.0, "GREATER"); +var mermage = ArmorHandler.createArmorEntity("aoa3:mermage").withNBTCheck("Health", 1.0, "GREATER"); +var muncher = ArmorHandler.createArmorEntity("aoa3:muncher").withNBTCheck("Health", 1.0, "GREATER"); +var neptuno = ArmorHandler.createArmorEntity("aoa3:neptuno").withNBTCheck("Health", 1.0, "GREATER"); +var sea_viper = ArmorHandler.createArmorEntity("aoa3:sea_viper").withNBTCheck("Health", 1.0, "GREATER"); +var faceless_floater = ArmorHandler.createArmorEntity("aoa3:faceless_floater").withNBTCheck("Health", 1.0, "GREATER"); +var grillface = ArmorHandler.createArmorEntity("aoa3:grillface").withNBTCheck("Health", 1.0, "GREATER"); +var hunter = ArmorHandler.createArmorEntity("aoa3:hunter").withNBTCheck("Health", 1.0, "GREATER"); +var shifter = ArmorHandler.createArmorEntity("aoa3:shifter").withNBTCheck("Health", 1.0, "GREATER"); +var silencer = ArmorHandler.createArmorEntity("aoa3:silencer").withNBTCheck("Health", 1.0, "GREATER"); +var skull_creature = ArmorHandler.createArmorEntity("aoa3:skull_creature").withNBTCheck("Health", 1.0, "GREATER"); +var valkyrie = ArmorHandler.createArmorEntity("aoa3:valkyrie").withNBTCheck("Health", 1.0, "GREATER"); +var arcbeast = ArmorHandler.createArmorEntity("aoa3:arcbeast").withNBTCheck("Health", 1.0, "GREATER"); +var arc_flower = ArmorHandler.createArmorEntity("aoa3:arc_flower").withNBTCheck("Health", 1.0, "GREATER"); +var arcworm = ArmorHandler.createArmorEntity("aoa3:arcworm").withNBTCheck("Health", 1.0, "GREATER"); +var axiolight = ArmorHandler.createArmorEntity("aoa3:axiolight").withNBTCheck("Health", 1.0, "GREATER"); +var lightwalker = ArmorHandler.createArmorEntity("aoa3:lightwalker").withNBTCheck("Health", 1.0, "GREATER"); +var luxocron = ArmorHandler.createArmorEntity("aoa3:luxocron").withNBTCheck("Health", 1.0, "GREATER"); +var omnilight = ArmorHandler.createArmorEntity("aoa3:omnilight").withNBTCheck("Health", 1.0, "GREATER"); +var shyre_knight = ArmorHandler.createArmorEntity("aoa3:shyre_knight").withNBTCheck("Health", 1.0, "GREATER"); +var soulscorne = ArmorHandler.createArmorEntity("aoa3:soulscorne").withNBTCheck("Health", 1.0, "GREATER"); +var soulvyre = ArmorHandler.createArmorEntity("aoa3:soulvyre").withNBTCheck("Health", 1.0, "GREATER"); +var stimulo = ArmorHandler.createArmorEntity("aoa3:stimulo").withNBTCheck("Health", 1.0, "GREATER"); +var stimulosus = ArmorHandler.createArmorEntity("aoa3:stimulosus").withNBTCheck("Health", 1.0, "GREATER"); +var sysker = ArmorHandler.createArmorEntity("aoa3:sysker").withNBTCheck("Health", 1.0, "GREATER"); +var naga = ArmorHandler.createArmorEntity("twilightforest:naga").withNBTCheck("Health", 1.0, "GREATER"); +var lich = ArmorHandler.createArmorEntity("twilightforest:lich").withNBTCheck("Health", 1.0, "GREATER"); +var minoshroom = ArmorHandler.createArmorEntity("twilightforest:minoshroom").withNBTCheck("Health", 1.0, "GREATER"); +var hydra = ArmorHandler.createArmorEntity("twilightforest:hydra").withNBTCheck("Health", 1.0, "GREATER"); +var knightphantom = ArmorHandler.createArmorEntity("twilightforest:knight_phantom").withNBTCheck("Health", 1.0, "GREATER"); +var urghast = ArmorHandler.createArmorEntity("twilightforest:ur_ghast").withNBTCheck("Health", 1.0, "GREATER"); +var yetialpha = ArmorHandler.createArmorEntity("twilightforest:yeti_alpha").withNBTCheck("Health", 1.0, "GREATER"); +var snowqueen = ArmorHandler.createArmorEntity("twilightforest:snow_queen").withNBTCheck("Health", 1.0, "GREATER"); +var armoredgiant = ArmorHandler.createArmorEntity("twilightforest:armored_giant").withNBTCheck("Health", 1.0, "GREATER"); +var tarantulamother = ArmorHandler.createArmorEntity("erebus:erebus.tarantula_mini_boss").withNBTCheck("Health", 1.0, "GREATER"); +var antlionboss = ArmorHandler.createArmorEntity("erebus:erebus.antlion_boss").withNBTCheck("Health", 1.0, "GREATER"); +var dreadfulmummy = ArmorHandler.createArmorEntity("thebetweenlands:dreadful_mummy").withNBTCheck("Health", 1.0, "GREATER"); +var primordialwisp = ArmorHandler.createArmorEntity("thebetweenlands:primordial_wisp").withNBTCheck("Health", 1.0, "GREATER"); +var sludgemenace = ArmorHandler.createArmorEntity("thebetweenlands:sludge_menace").withNBTCheck("Health", 1.0, "GREATER"); +var wither = ArmorHandler.createArmorEntity("minecraft:wither").withNBTCheck("Health", 1.0, "GREATER"); + +var bane = ArmorHandler.createArmorEntity("aoa3:bane").withNBTCheck("Health", 1.0, "GREATER"); +var baroness = ArmorHandler.createArmorEntity("aoa3:baroness").withNBTCheck("Health", 1.0, "GREATER"); +var clunkhead = ArmorHandler.createArmorEntity("aoa3:clunkhead").withNBTCheck("Health", 1.0, "GREATER"); +var coniferon = ArmorHandler.createArmorEntity("aoa3:coniferon").withNBTCheck("Health", 1.0, "GREATER"); +var corallus = ArmorHandler.createArmorEntity("aoa3:corallus").withNBTCheck("Health", 1.0, "GREATER"); +var cottoncandor = ArmorHandler.createArmorEntity("aoa3:cotton_candor").withNBTCheck("Health", 1.0, "GREATER"); +var craexxeus = ArmorHandler.createArmorEntity("aoa3:craexxeus").withNBTCheck("Health", 1.0, "GREATER"); +var creep = ArmorHandler.createArmorEntity("aoa3:creep").withNBTCheck("Health", 1.0, "GREATER"); +var crystocore = ArmorHandler.createArmorEntity("aoa3:crystocore").withNBTCheck("Health", 1.0, "GREATER"); +var dracyon = ArmorHandler.createArmorEntity("aoa3:dracyon").withNBTCheck("Health", 1.0, "GREATER"); +var elusive = ArmorHandler.createArmorEntity("aoa3:elusive").withNBTCheck("Health", 1.0, "GREATER"); +var flash = ArmorHandler.createArmorEntity("aoa3:flash").withNBTCheck("Health", 1.0, "GREATER"); +var goldorth = ArmorHandler.createArmorEntity("aoa3:goldorth").withNBTCheck("Health", 1.0, "GREATER"); +var graw = ArmorHandler.createArmorEntity("aoa3:graw").withNBTCheck("Health", 1.0, "GREATER"); +var guardian = ArmorHandler.createArmorEntity("aoa3:guardian").withNBTCheck("Health", 1.0, "GREATER"); +var gyro = ArmorHandler.createArmorEntity("aoa3:gyro").withNBTCheck("Health", 1.0, "GREATER"); +var harkos = ArmorHandler.createArmorEntity("aoa3:harkos").withNBTCheck("Health", 1.0, "GREATER"); +var hiveking = ArmorHandler.createArmorEntity("aoa3:hive_king").withNBTCheck("Health", 1.0, "GREATER"); +var horon = ArmorHandler.createArmorEntity("aoa3:horon").withNBTCheck("Health", 1.0, "GREATER"); +var hydrolisk = ArmorHandler.createArmorEntity("aoa3:hydrolisk").withNBTCheck("Health", 1.0, "GREATER"); +var kajaros = ArmorHandler.createArmorEntity("aoa3:kajaros").withNBTCheck("Health", 1.0, "GREATER"); +var bambambam = ArmorHandler.createArmorEntity("aoa3:king_bambambam").withNBTCheck("Health", 1.0, "GREATER"); +var kingshroomus = ArmorHandler.createArmorEntity("aoa3:king_shroomus").withNBTCheck("Health", 1.0, "GREATER"); +var klobber = ArmorHandler.createArmorEntity("aoa3:klobber").withNBTCheck("Health", 1.0, "GREATER"); +var kror = ArmorHandler.createArmorEntity("aoa3:kror").withNBTCheck("Health", 1.0, "GREATER"); +var mechbot = ArmorHandler.createArmorEntity("aoa3:mechbot").withNBTCheck("Health", 1.0, "GREATER"); +var mirage = ArmorHandler.createArmorEntity("aoa3:mirage").withNBTCheck("Health", 1.0, "GREATER"); +var miskel = ArmorHandler.createArmorEntity("aoa3:miskel").withNBTCheck("Health", 1.0, "GREATER"); +var nethengeic = ArmorHandler.createArmorEntity("aoa3:nethengeic_wither").withNBTCheck("Health", 1.0, "GREATER"); +var okazor = ArmorHandler.createArmorEntity("aoa3:okazor").withNBTCheck("Health", 1.0, "GREATER"); +var penumbra = ArmorHandler.createArmorEntity("aoa3:penumbra").withNBTCheck("Health", 1.0, "GREATER"); +var proshield = ArmorHandler.createArmorEntity("aoa3:proshield").withNBTCheck("Health", 1.0, "GREATER"); +var raxxan = ArmorHandler.createArmorEntity("aoa3:raxxan").withNBTCheck("Health", 1.0, "GREATER"); +var rockrider = ArmorHandler.createArmorEntity("aoa3:rockrider").withNBTCheck("Health", 1.0, "GREATER"); +var shadowlord = ArmorHandler.createArmorEntity("aoa3:shadowlord").withNBTCheck("Health", 1.0, "GREATER"); +var silverfoot = ArmorHandler.createArmorEntity("aoa3:silverfoot").withNBTCheck("Health", 1.0, "GREATER"); +var skeletron = ArmorHandler.createArmorEntity("aoa3:skeletron").withNBTCheck("Health", 1.0, "GREATER"); +var smash = ArmorHandler.createArmorEntity("aoa3:smash").withNBTCheck("Health", 1.0, "GREATER"); +var tyrosaur = ArmorHandler.createArmorEntity("aoa3:tyrosaur").withNBTCheck("Health", 1.0, "GREATER"); +var vinocorne = ArmorHandler.createArmorEntity("aoa3:vinocorne").withNBTCheck("Health", 1.0, "GREATER"); +var visualent = ArmorHandler.createArmorEntity("aoa3:visualent").withNBTCheck("Health", 1.0, "GREATER"); +var voxxulon = ArmorHandler.createArmorEntity("aoa3:voxxulon").withNBTCheck("Health", 1.0, "GREATER"); +var xxeus = ArmorHandler.createArmorEntity("aoa3:xxeus").withNBTCheck("Health", 1.0, "GREATER"); + + +var aoabossesgroup = ArmorHandler.createArmorGroup("aoabossesgroup", 0.9); +aoabossesgroup.addEntity(bane); +aoabossesgroup.addEntity(baroness); +aoabossesgroup.addEntity(clunkhead); +aoabossesgroup.addEntity(coniferon); +aoabossesgroup.addEntity(corallus); +aoabossesgroup.addEntity(cottoncandor); +aoabossesgroup.addEntity(craexxeus); +aoabossesgroup.addEntity(creep); +aoabossesgroup.addEntity(crystocore); +aoabossesgroup.addEntity(dracyon); +aoabossesgroup.addEntity(elusive); +aoabossesgroup.addEntity(flash); +aoabossesgroup.addEntity(goldorth); +aoabossesgroup.addEntity(graw); +aoabossesgroup.addEntity(guardian); +aoabossesgroup.addEntity(gyro); +aoabossesgroup.addEntity(harkos); +aoabossesgroup.addEntity(hiveking); +aoabossesgroup.addEntity(horon); +aoabossesgroup.addEntity(hydrolisk); +aoabossesgroup.addEntity(kajaros); +aoabossesgroup.addEntity(bambambam); +aoabossesgroup.addEntity(kingshroomus); +aoabossesgroup.addEntity(klobber); +aoabossesgroup.addEntity(kror); +aoabossesgroup.addEntity(mechbot); +aoabossesgroup.addEntity(mirage); +aoabossesgroup.addEntity(miskel); +aoabossesgroup.addEntity(nethengeic); +aoabossesgroup.addEntity(okazor); +aoabossesgroup.addEntity(penumbra); +aoabossesgroup.addEntity(proshield); +aoabossesgroup.addEntity(raxxan); +aoabossesgroup.addEntity(rockrider); +aoabossesgroup.addEntity(shadowlord); +aoabossesgroup.addEntity(silverfoot); +aoabossesgroup.addEntity(skeletron); +aoabossesgroup.addEntity(smash); +aoabossesgroup.addEntity(tyrosaur); +aoabossesgroup.addEntity(vinocorne); +aoabossesgroup.addEntity(visualent); +aoabossesgroup.addEntity(xxeus); +aoabossesgroup.addEntity(voxxulon); +aoabossesgroup.addArmor(ArmorHandler.createArmorSlot("head", , 1, 0.001)); +aoabossesgroup.addArmor(ArmorHandler.createArmorSlot("chest", , 1, 0.001)); +aoabossesgroup.addArmor(ArmorHandler.createArmorSlot("legs", , 1, 0.001)); +aoabossesgroup.addArmor(ArmorHandler.createArmorSlot("feet", , 1, 0.001)); +aoabossesgroup.addGameStage("ExtendedCrafting"); + +var extcraftinggroup = ArmorHandler.createArmorGroup("extcraftinggroup", 0.9); +extcraftinggroup.addEntity(armoredgiant); +extcraftinggroup.addEntity(snowqueen); +extcraftinggroup.addEntity(yetialpha); +extcraftinggroup.addEntity(urghast); +extcraftinggroup.addEntity(knightphantom); +extcraftinggroup.addEntity(hydra); +extcraftinggroup.addEntity(minoshroom); +extcraftinggroup.addEntity(lich); +extcraftinggroup.addEntity(naga); +extcraftinggroup.addEntity(tarantulamother); +extcraftinggroup.addEntity(antlionboss); +extcraftinggroup.addEntity(dreadfulmummy); +extcraftinggroup.addEntity(primordialwisp); +extcraftinggroup.addEntity(sludgemenace); +extcraftinggroup.addEntity(wither); +extcraftinggroup.addEntity(crab); +extcraftinggroup.addArmor(ArmorHandler.createArmorSlot("head", , 1, 0.0001)); +extcraftinggroup.addArmor(ArmorHandler.createArmorSlot("chest", , 1, 0.0001)); +extcraftinggroup.addArmor(ArmorHandler.createArmorSlot("legs", , 1, 0.0001)); +extcraftinggroup.addArmor(ArmorHandler.createArmorSlot("feet", , 1, 0.0001)); +extcraftinggroup.addGameStage("ExtendedCrafting"); + +var modulargroup = ArmorHandler.createArmorGroup("modulargroup", 0.9); +modulargroup.addEntity(upzombie); +modulargroup.addEntity(upskelly); +modulargroup.addEntity(creeper); +modulargroup.addEntity(nightfly); +modulargroup.addEntity(nightreaper); +modulargroup.addEntity(bugeye); +modulargroup.addEntity(cyclop1); +modulargroup.addEntity(cyclop2); +modulargroup.addEntity(goblin); +modulargroup.addEntity(glacon); +modulargroup.addEntity(dicer); +modulargroup.addEntity(minerdiv); +modulargroup.addArmor(ArmorHandler.createArmorSlot("head", , 1, 0.01)); +modulargroup.addArmor(ArmorHandler.createArmorSlot("chest", , 1, 0.01)); +modulargroup.addArmor(ArmorHandler.createArmorSlot("legs", , 1, 0.01)); +modulargroup.addArmor(ArmorHandler.createArmorSlot("feet", , 1, 0.01)); +modulargroup.addGameStage("ModularStage"); + +var modulargroupzom = ArmorHandler.createArmorGroup("modulargroupzom", 1.0); +modulargroupzom.addEntity(upzombie); +modulargroupzom.addArmor(ArmorHandler.createArmorSlot("mainhand", , 1, 0.1)); +modulargroupzom.addGameStage("ModularStage"); + +var modulargroupske = ArmorHandler.createArmorGroup("modulargroupske", 1.0); +modulargroupske.addEntity(upskelly); +modulargroupske.addArmor(ArmorHandler.createArmorSlot("mainhand", , 1, 0.1)); +modulargroupske.addGameStage("ModularStage"); + +var bloodmastergroup = ArmorHandler.createArmorGroup("bloodmastergroup", 0.9); +bloodmastergroup.addEntity(upzombie); +bloodmastergroup.addEntity(upskelly); +bloodmastergroup.addEntity(creeper); +bloodmastergroup.addEntity(nightfly); +bloodmastergroup.addEntity(nightreaper); +bloodmastergroup.addEntity(bugeye); +bloodmastergroup.addEntity(crab); +bloodmastergroup.addEntity(cyclop1); +bloodmastergroup.addEntity(cyclop2); +bloodmastergroup.addEntity(goblin); +bloodmastergroup.addEntity(glacon); +bloodmastergroup.addEntity(dicer); +bloodmastergroup.addEntity(minerdiv); +bloodmastergroup.addEntity(pumpkinspider); +bloodmastergroup.addEntity(kingcharger); +bloodmastergroup.addArmor(ArmorHandler.createArmorSlot("head", , 1, 0.05)); +bloodmastergroup.addArmor(ArmorHandler.createArmorSlot("chest", , 1, 0.05)); +bloodmastergroup.addArmor(ArmorHandler.createArmorSlot("legs", , 1, 0.05)); +bloodmastergroup.addArmor(ArmorHandler.createArmorSlot("feet", , 1, 0.05)); +bloodmastergroup.addGameStage("ModularStage"); + +var bloodmastergroupzom = ArmorHandler.createArmorGroup("bloodmastergroupzom", 1.0); +bloodmastergroupzom.addEntity(upzombie); +bloodmastergroupzom.addArmor(ArmorHandler.createArmorSlot("mainhand", , 1, 0.1)); +bloodmastergroupzom.addGameStage("ModularStage"); + +var bloodmastergroupske = ArmorHandler.createArmorGroup("bloodmastergroupske", 1.0); +bloodmastergroupske.addEntity(upskelly); +bloodmastergroupske.addArmor(ArmorHandler.createArmorSlot("mainhand", , 1, 0.1)); +bloodmastergroupske.addGameStage("ModularStage"); + +var divinegroup = ArmorHandler.createArmorGroup("divinegroup", 0.9); +divinegroup.addEntity(upzombie); +divinegroup.addEntity(upskelly); +divinegroup.addEntity(creeper); +divinegroup.addEntity(nightfly); +divinegroup.addEntity(nightreaper); +divinegroup.addEntity(bugeye); +divinegroup.addEntity(crab); +divinegroup.addEntity(cyclop1); +divinegroup.addEntity(cyclop2); +divinegroup.addEntity(goblin); +divinegroup.addEntity(glacon); +divinegroup.addEntity(dicer); +divinegroup.addEntity(kingcharger); +divinegroup.addEntity(nethengeicbeast); +divinegroup.addEntity(sabretooth); +divinegroup.addEntity(kaiyu); +divinegroup.addEntity(zhinx); +divinegroup.addEntity(host); +divinegroup.addEntity(arocknid); +divinegroup.addEntity(bloodsucker); +divinegroup.addEntity(flesh_eater); +divinegroup.addEntity(jawe); +divinegroup.addEntity(occulent); +divinegroup.addEntity(angelica); +divinegroup.addEntity(voliant); +divinegroup.addEntity(nightwing); +divinegroup.addEntity(arkzyne); +divinegroup.addEntity(basilisk); +divinegroup.addEntity(crusilisk); +divinegroup.addEntity(devourer); +divinegroup.addEntity(dusteiva); +divinegroup.addEntity(duston); +divinegroup.addEntity(dust_strider); +divinegroup.addEntity(lost_soul); +divinegroup.addEntity(lurker); +divinegroup.addEntity(merkyre); +divinegroup.addEntity(stalker); +divinegroup.addEntity(reaver); +divinegroup.addEntity(urioh); +divinegroup.addEntity(goldum); +divinegroup.addEntity(skeledon); +divinegroup.addEntity(skelekyte); +divinegroup.addEntity(goldus); +divinegroup.addEntity(shavo); +divinegroup.addEntity(urv); +divinegroup.addEntity(visage); +divinegroup.addEntity(ghastus); +divinegroup.addEntity(bobo); +divinegroup.addEntity(chocko); +divinegroup.addEntity(happy); +divinegroup.addEntity(jumbo); +divinegroup.addEntity(koko); +divinegroup.addEntity(kranky); +divinegroup.addEntity(snappy); +divinegroup.addEntity(sticky); +divinegroup.addEntity(stitches); +divinegroup.addEntity(tipsy); +divinegroup.addEntity(eeo); +divinegroup.addEntity(halycon); +divinegroup.addEntity(dawnlight); +divinegroup.addEntity(rainicorn); +divinegroup.addEntity(airhead); +divinegroup.addEntity(candy_corn); +divinegroup.addEntity(cane_bug); +divinegroup.addEntity(cherry_blaster); +divinegroup.addEntity(gingerbird); +divinegroup.addEntity(lollypopper); +divinegroup.addEntity(archvine); +divinegroup.addEntity(broccohead); +divinegroup.addEntity(carrotop); +divinegroup.addEntity(corny); +divinegroup.addEntity(daysee); +divinegroup.addEntity(flowerface); +divinegroup.addEntity(pod_plant); +divinegroup.addEntity(squasher); +divinegroup.addEntity(sunny); +divinegroup.addEntity(vine_wizard); +divinegroup.addEntity(mechachron); +divinegroup.addEntity(mechamaton); +divinegroup.addEntity(enforcer); +divinegroup.addEntity(mechyon); +divinegroup.addEntity(polytom); +divinegroup.addEntity(voltron); +divinegroup.addEntity(ariel); +divinegroup.addEntity(bouncer); +divinegroup.addEntity(paladin); +divinegroup.addEntity(rune_templar); +divinegroup.addEntity(runicorn); +divinegroup.addEntity(runicorn_rider); +divinegroup.addEntity(runic_guardian); +divinegroup.addEntity(runic_lifeform); +divinegroup.addEntity(spectral_wizard); +divinegroup.addEntity(construct_flight); +divinegroup.addEntity(construct_mind); +divinegroup.addEntity(construct_range); +divinegroup.addEntity(construct_resistance); +divinegroup.addEntity(construct_speed); +divinegroup.addEntity(construct_strength); +divinegroup.addEntity(construct_terror); +divinegroup.addEntity(fungat); +divinegroup.addEntity(fungback); +divinegroup.addEntity(fungik); +divinegroup.addEntity(fungock); +divinegroup.addEntity(runic_golem); +divinegroup.addEntity(alarmo); +divinegroup.addEntity(centinel); +divinegroup.addEntity(destructor); +divinegroup.addEntity(fischer); +divinegroup.addEntity(gadgetoid); +divinegroup.addEntity(slimer); +divinegroup.addEntity(toxxulous); +divinegroup.addEntity(amphibior); +divinegroup.addEntity(angler); +divinegroup.addEntity(mermage); +divinegroup.addEntity(muncher); +divinegroup.addEntity(neptuno); +divinegroup.addEntity(sea_viper); +divinegroup.addEntity(faceless_floater); +divinegroup.addEntity(grillface); +divinegroup.addEntity(hunter); +divinegroup.addEntity(silencer); +divinegroup.addEntity(shifter); +divinegroup.addEntity(skull_creature); +divinegroup.addEntity(valkyrie); +divinegroup.addEntity(arcbeast); +divinegroup.addEntity(arc_flower); +divinegroup.addEntity(arcworm); +divinegroup.addEntity(axiolight); +divinegroup.addEntity(lightwalker); +divinegroup.addEntity(luxocron); +divinegroup.addEntity(omnilight); +divinegroup.addEntity(shyre_knight); +divinegroup.addEntity(soulscorne); +divinegroup.addEntity(soulvyre); +divinegroup.addEntity(stimulo); +divinegroup.addEntity(stimulosus); +divinegroup.addEntity(sysker); +divinegroup.addArmor(ArmorHandler.createArmorSlot("head", , 1, 0.001)); +divinegroup.addArmor(ArmorHandler.createArmorSlot("chest", , 1, 0.001)); +divinegroup.addArmor(ArmorHandler.createArmorSlot("legs", , 1, 0.001)); +divinegroup.addArmor(ArmorHandler.createArmorSlot("feet", , 1, 0.001)); +divinegroup.addGameStage("DivineStage"); + +var divinegroupzom = ArmorHandler.createArmorGroup("divinegroupzom", 1.0); +divinegroupzom.addEntity(upzombie); +divinegroupzom.addArmor(ArmorHandler.createArmorSlot("mainhand", , 1, 0.001)); +divinegroupzom.addGameStage("DivineStage"); + + +var draconicgroup = ArmorHandler.createArmorGroup("draconicgroup", 0.9); +draconicgroup.addEntity(upzombie); +draconicgroup.addEntity(upskelly); +draconicgroup.addEntity(creeper); +draconicgroup.addEntity(nightfly); +draconicgroup.addEntity(nightreaper); +draconicgroup.addEntity(bugeye); +draconicgroup.addEntity(crab); +draconicgroup.addEntity(cyclop1); +draconicgroup.addEntity(cyclop2); +draconicgroup.addEntity(goblin); +draconicgroup.addEntity(glacon); +draconicgroup.addEntity(dicer); +draconicgroup.addEntity(minerdiv); +draconicgroup.addEntity(kingcharger); +draconicgroup.addEntity(nethengeicbeast); +draconicgroup.addEntity(sabretooth); +draconicgroup.addEntity(kaiyu); +draconicgroup.addEntity(zhinx); +draconicgroup.addEntity(host); +draconicgroup.addEntity(arocknid); +draconicgroup.addEntity(bloodsucker); +draconicgroup.addEntity(flesh_eater); +draconicgroup.addEntity(jawe); +draconicgroup.addEntity(occulent); +draconicgroup.addEntity(angelica); +draconicgroup.addEntity(voliant); +draconicgroup.addEntity(nightwing); +draconicgroup.addEntity(arkzyne); +draconicgroup.addEntity(basilisk); +draconicgroup.addEntity(crusilisk); +draconicgroup.addEntity(devourer); +draconicgroup.addEntity(dusteiva); +draconicgroup.addEntity(duston); +draconicgroup.addEntity(dust_strider); +draconicgroup.addEntity(lost_soul); +draconicgroup.addEntity(lurker); +draconicgroup.addEntity(merkyre); +draconicgroup.addEntity(stalker); +draconicgroup.addEntity(reaver); +draconicgroup.addEntity(urioh); +draconicgroup.addEntity(goldum); +draconicgroup.addEntity(skeledon); +draconicgroup.addEntity(skelekyte); +draconicgroup.addEntity(goldus); +draconicgroup.addEntity(shavo); +draconicgroup.addEntity(urv); +draconicgroup.addEntity(visage); +draconicgroup.addEntity(ghastus); +draconicgroup.addEntity(bobo); +draconicgroup.addEntity(chocko); +draconicgroup.addEntity(happy); +draconicgroup.addEntity(jumbo); +draconicgroup.addEntity(koko); +draconicgroup.addEntity(kranky); +draconicgroup.addEntity(snappy); +draconicgroup.addEntity(sticky); +draconicgroup.addEntity(stitches); +draconicgroup.addEntity(tipsy); +draconicgroup.addEntity(eeo); +draconicgroup.addEntity(halycon); +draconicgroup.addEntity(dawnlight); +draconicgroup.addEntity(rainicorn); +draconicgroup.addEntity(airhead); +draconicgroup.addEntity(candy_corn); +draconicgroup.addEntity(cane_bug); +draconicgroup.addEntity(cherry_blaster); +draconicgroup.addEntity(gingerbird); +draconicgroup.addEntity(lollypopper); +draconicgroup.addEntity(archvine); +draconicgroup.addEntity(broccohead); +draconicgroup.addEntity(carrotop); +draconicgroup.addEntity(corny); +draconicgroup.addEntity(daysee); +draconicgroup.addEntity(flowerface); +draconicgroup.addEntity(pod_plant); +draconicgroup.addEntity(squasher); +draconicgroup.addEntity(sunny); +draconicgroup.addEntity(vine_wizard); +draconicgroup.addEntity(mechachron); +draconicgroup.addEntity(mechamaton); +draconicgroup.addEntity(enforcer); +draconicgroup.addEntity(mechyon); +draconicgroup.addEntity(polytom); +draconicgroup.addEntity(voltron); +draconicgroup.addEntity(ariel); +draconicgroup.addEntity(bouncer); +draconicgroup.addEntity(paladin); +draconicgroup.addEntity(rune_templar); +draconicgroup.addEntity(runicorn); +draconicgroup.addEntity(runicorn_rider); +draconicgroup.addEntity(runic_guardian); +draconicgroup.addEntity(runic_lifeform); +draconicgroup.addEntity(spectral_wizard); +draconicgroup.addEntity(construct_flight); +draconicgroup.addEntity(construct_mind); +draconicgroup.addEntity(construct_range); +draconicgroup.addEntity(construct_resistance); +draconicgroup.addEntity(construct_speed); +draconicgroup.addEntity(construct_strength); +draconicgroup.addEntity(construct_terror); +draconicgroup.addEntity(fungat); +draconicgroup.addEntity(fungback); +draconicgroup.addEntity(fungik); +draconicgroup.addEntity(fungock); +draconicgroup.addEntity(runic_golem); +draconicgroup.addEntity(alarmo); +draconicgroup.addEntity(centinel); +draconicgroup.addEntity(destructor); +draconicgroup.addEntity(fischer); +draconicgroup.addEntity(gadgetoid); +draconicgroup.addEntity(slimer); +draconicgroup.addEntity(toxxulous); +draconicgroup.addEntity(amphibior); +draconicgroup.addEntity(angler); +draconicgroup.addEntity(mermage); +draconicgroup.addEntity(muncher); +draconicgroup.addEntity(neptuno); +draconicgroup.addEntity(sea_viper); +draconicgroup.addEntity(faceless_floater); +draconicgroup.addEntity(grillface); +draconicgroup.addEntity(hunter); +draconicgroup.addEntity(silencer); +draconicgroup.addEntity(shifter); +draconicgroup.addEntity(skull_creature); +draconicgroup.addEntity(valkyrie); +draconicgroup.addEntity(arcbeast); +draconicgroup.addEntity(arc_flower); +draconicgroup.addEntity(arcworm); +draconicgroup.addEntity(axiolight); +draconicgroup.addEntity(lightwalker); +draconicgroup.addEntity(luxocron); +draconicgroup.addEntity(omnilight); +draconicgroup.addEntity(shyre_knight); +draconicgroup.addEntity(soulscorne); +draconicgroup.addEntity(soulvyre); +draconicgroup.addEntity(stimulo); +draconicgroup.addEntity(stimulosus); +draconicgroup.addEntity(sysker); +draconicgroup.addArmor(ArmorHandler.createArmorSlot("head", , 1, 0.01)); +draconicgroup.addArmor(ArmorHandler.createArmorSlot("chest", , 1, 0.01)); +draconicgroup.addArmor(ArmorHandler.createArmorSlot("legs", , 1, 0.01)); +draconicgroup.addArmor(ArmorHandler.createArmorSlot("feet", , 1, 0.01)); +draconicgroup.addGameStage("DraconicStage"); + +var avaritiagroup = ArmorHandler.createArmorGroup("avaritiagroup", 0.9); +avaritiagroup.addEntity(upzombie); +avaritiagroup.addEntity(upskelly); +avaritiagroup.addEntity(creeper); +avaritiagroup.addEntity(nightfly); +avaritiagroup.addEntity(nightreaper); +avaritiagroup.addEntity(bugeye); +avaritiagroup.addEntity(crab); +avaritiagroup.addEntity(cyclop1); +avaritiagroup.addEntity(cyclop2); +avaritiagroup.addEntity(goblin); +avaritiagroup.addEntity(glacon); +avaritiagroup.addEntity(dicer); +avaritiagroup.addEntity(minerdiv); +avaritiagroup.addEntity(kingcharger); +avaritiagroup.addEntity(nethengeicbeast); +avaritiagroup.addEntity(sabretooth); +avaritiagroup.addEntity(kaiyu); +avaritiagroup.addEntity(zhinx); +avaritiagroup.addEntity(host); +avaritiagroup.addEntity(arocknid); +avaritiagroup.addEntity(bloodsucker); +avaritiagroup.addEntity(flesh_eater); +avaritiagroup.addEntity(jawe); +avaritiagroup.addEntity(occulent); +avaritiagroup.addEntity(angelica); +avaritiagroup.addEntity(voliant); +avaritiagroup.addEntity(nightwing); +avaritiagroup.addEntity(arkzyne); +avaritiagroup.addEntity(basilisk); +avaritiagroup.addEntity(crusilisk); +avaritiagroup.addEntity(devourer); +avaritiagroup.addEntity(dusteiva); +avaritiagroup.addEntity(duston); +avaritiagroup.addEntity(dust_strider); +avaritiagroup.addEntity(lost_soul); +avaritiagroup.addEntity(lurker); +avaritiagroup.addEntity(merkyre); +avaritiagroup.addEntity(stalker); +avaritiagroup.addEntity(reaver); +avaritiagroup.addEntity(urioh); +avaritiagroup.addEntity(goldum); +avaritiagroup.addEntity(skeledon); +avaritiagroup.addEntity(skelekyte); +avaritiagroup.addEntity(goldus); +avaritiagroup.addEntity(shavo); +avaritiagroup.addEntity(urv); +avaritiagroup.addEntity(visage); +avaritiagroup.addEntity(ghastus); +avaritiagroup.addEntity(bobo); +avaritiagroup.addEntity(chocko); +avaritiagroup.addEntity(happy); +avaritiagroup.addEntity(jumbo); +avaritiagroup.addEntity(koko); +avaritiagroup.addEntity(kranky); +avaritiagroup.addEntity(snappy); +avaritiagroup.addEntity(sticky); +avaritiagroup.addEntity(stitches); +avaritiagroup.addEntity(tipsy); +avaritiagroup.addEntity(eeo); +avaritiagroup.addEntity(halycon); +avaritiagroup.addEntity(dawnlight); +avaritiagroup.addEntity(rainicorn); +avaritiagroup.addEntity(airhead); +avaritiagroup.addEntity(candy_corn); +avaritiagroup.addEntity(cane_bug); +avaritiagroup.addEntity(cherry_blaster); +avaritiagroup.addEntity(gingerbird); +avaritiagroup.addEntity(lollypopper); +avaritiagroup.addEntity(archvine); +avaritiagroup.addEntity(broccohead); +avaritiagroup.addEntity(carrotop); +avaritiagroup.addEntity(corny); +avaritiagroup.addEntity(daysee); +avaritiagroup.addEntity(flowerface); +avaritiagroup.addEntity(pod_plant); +avaritiagroup.addEntity(squasher); +avaritiagroup.addEntity(sunny); +avaritiagroup.addEntity(vine_wizard); +avaritiagroup.addEntity(mechachron); +avaritiagroup.addEntity(mechamaton); +avaritiagroup.addEntity(enforcer); +avaritiagroup.addEntity(mechyon); +avaritiagroup.addEntity(polytom); +avaritiagroup.addEntity(voltron); +avaritiagroup.addEntity(ariel); +avaritiagroup.addEntity(bouncer); +avaritiagroup.addEntity(paladin); +avaritiagroup.addEntity(rune_templar); +avaritiagroup.addEntity(runicorn); +avaritiagroup.addEntity(runicorn_rider); +avaritiagroup.addEntity(runic_guardian); +avaritiagroup.addEntity(runic_lifeform); +avaritiagroup.addEntity(spectral_wizard); +avaritiagroup.addEntity(construct_flight); +avaritiagroup.addEntity(construct_mind); +avaritiagroup.addEntity(construct_range); +avaritiagroup.addEntity(construct_resistance); +avaritiagroup.addEntity(construct_speed); +avaritiagroup.addEntity(construct_strength); +avaritiagroup.addEntity(construct_terror); +avaritiagroup.addEntity(fungat); +avaritiagroup.addEntity(fungback); +avaritiagroup.addEntity(fungik); +avaritiagroup.addEntity(fungock); +avaritiagroup.addEntity(runic_golem); +avaritiagroup.addEntity(alarmo); +avaritiagroup.addEntity(centinel); +avaritiagroup.addEntity(destructor); +avaritiagroup.addEntity(fischer); +avaritiagroup.addEntity(gadgetoid); +avaritiagroup.addEntity(slimer); +avaritiagroup.addEntity(toxxulous); +avaritiagroup.addEntity(amphibior); +avaritiagroup.addEntity(angler); +avaritiagroup.addEntity(mermage); +avaritiagroup.addEntity(muncher); +avaritiagroup.addEntity(neptuno); +avaritiagroup.addEntity(sea_viper); +avaritiagroup.addEntity(faceless_floater); +avaritiagroup.addEntity(grillface); +avaritiagroup.addEntity(hunter); +avaritiagroup.addEntity(silencer); +avaritiagroup.addEntity(shifter); +avaritiagroup.addEntity(skull_creature); +avaritiagroup.addEntity(valkyrie); +avaritiagroup.addEntity(arcbeast); +avaritiagroup.addEntity(arc_flower); +avaritiagroup.addEntity(arcworm); +avaritiagroup.addEntity(axiolight); +avaritiagroup.addEntity(lightwalker); +avaritiagroup.addEntity(luxocron); +avaritiagroup.addEntity(omnilight); +avaritiagroup.addEntity(shyre_knight); +avaritiagroup.addEntity(soulscorne); +avaritiagroup.addEntity(soulvyre); +avaritiagroup.addEntity(stimulo); +avaritiagroup.addEntity(stimulosus); +avaritiagroup.addEntity(sysker); +avaritiagroup.addArmor(ArmorHandler.createArmorSlot("head", , 1, 0.0001)); +avaritiagroup.addArmor(ArmorHandler.createArmorSlot("chest", , 1, 0.0001)); +avaritiagroup.addArmor(ArmorHandler.createArmorSlot("legs", , 1, 0.0001)); +avaritiagroup.addArmor(ArmorHandler.createArmorSlot("feet", , 1, 0.0001)); +avaritiagroup.addGameStage("BrightsteelForging"); + diff --git a/scripts/GameStagesAstral.zs b/scripts/GameStagesAstral.zs new file mode 100644 index 00000000..2f2a72cf --- /dev/null +++ b/scripts/GameStagesAstral.zs @@ -0,0 +1,2 @@ +mods.astralsorcery.GameStages.addLevelCap("ExtendedCrafting", 30); +mods.astralsorcery.GameStages.addLevelCap("DivineStage", 50); \ No newline at end of file diff --git a/scripts/GameStagesContent.zs b/scripts/GameStagesContent.zs new file mode 100644 index 00000000..311c5f50 --- /dev/null +++ b/scripts/GameStagesContent.zs @@ -0,0 +1,103 @@ +import mods.recipestages.Recipes; + +recipes.removeShaped(); +mods.recipestages.Recipes.addShaped("modular_controller", "ModularStage", , [ + [null, , null], + [, , ], + [, , ] +]); + +recipes.addShaped(, +[[null, , null], +[, .reuse(), ], +[, , ]]); + +mods.MobStages.addStage("ModularStage", "thaumcraft:cultistleader", 0); + +mods.MobStages.addStage("ModularStage", "thaumcraft:cultistknight", 0); + +mods.recipestages.Recipes.setRecipeStage("BloodmasterStage", ); + +mods.bloodmagic.BloodAltar.addRecipe(, , 0, 20,30,40); + +mods.recipestages.Recipes.setRecipeStage("DivineStage", ); + +mods.recipestages.Recipes.setRecipeStage("DivineStage", ); + +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.recipestages.Recipes.setRecipeStage("DraconicStage", ); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , , , , , ], +[, , , , , , ], +[, , , , , , ], +[, .withTag({seed: 1337, size: 100}), , , , .withTag({seed: 1337, size: 100}), ], +[, , , , , , ], +[, , , , , , ], +[, , , , , , ]]); + +recipes.addShaped(, +[[null, , null], +[, , ], +[null, , null]]); + + +mods.recipestages.Recipes.setRecipeStage("BrightsteelForging", ); + +mods.recipestages.Recipes.addShaped("brightsteel_head_gs", "BrightsteelForging", , [ + [, , ], + [, , ], + [, , ] +]); + +mods.recipestages.Recipes.addShaped("brightsteel_chest_gs", "BrightsteelForging", , [ + [, , ], + [, , ], + [, , ] +]); + +mods.recipestages.Recipes.addShaped("brightsteel_legs_gs", "BrightsteelForging", , [ + [, , ], + [, , ], + [, , ] +]); + +mods.recipestages.Recipes.addShaped("brightsteel_feet_gs", "BrightsteelForging", , [ + [, , ], + [, , ], + [, , ] +]); + +mods.botania.RuneAltar.addRecipe(,[, , , , , ], 600); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +mods.immersiveengineering.BlastFurnace.addRecipe(, , 3000); + +mods.recipestages.Recipes.addShaped("make_table_basic", "ExtendedCrafting", , [ + [, , ], + [, , ], + [, , ] +]); + +mods.DimensionStages.addDimensionStage("sedna", 147); +mods.DimensionStages.addDimensionStage("rhenia", 163); +mods.DimensionStages.addDimensionStage("myrmex", 164); +mods.DimensionStages.addDimensionStage("pixonia", 165); +mods.DimensionStages.addDimensionStage("proxima", 166); +mods.DimensionStages.addDimensionStage("dynatos", 170); +mods.DimensionStages.addDimensionStage("dynatos", 171); +mods.DimensionStages.addDimensionStage("dynatos", 172); +mods.DimensionStages.addDimensionStage("dynatos", 173); +mods.DimensionStages.addDimensionStage("alkemia", 173); diff --git a/scripts/GarnetsCrucible.zs b/scripts/GarnetsCrucible.zs new file mode 100644 index 00000000..cee7355b --- /dev/null +++ b/scripts/GarnetsCrucible.zs @@ -0,0 +1,44 @@ +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, null, null], +[null, null, null, , null, null, null]]); + +recipes.addShaped(*2, +[[, , ], +[, .reuse(), ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +val creationhoney = RecipeBuilder.newBuilder("creationhoney","creation_altar",50); +creationhoney.addEnergyPerTickInput(400000); +creationhoney.addFluidInput(*5); +creationhoney.addFluidInput(*5); +creationhoney.addFluidInput(*5); +creationhoney.addFluidInput(*5); +creationhoney.addItemInput(.withTag({Aspects: [{amount: 10, key: "terra"}]})); +creationhoney.addItemOutput(*8); +creationhoney.build(); + +mods.thaumcraft.Crucible.registerRecipe("cruciblevaltellina", "", *8, , [*3]); + +val mythassvaltellina = RecipeBuilder.newBuilder("mythassvaltellina","me_mythic_assembler",100); +mythassvaltellina.addEnergyPerTickInput(5000000); +mythassvaltellina.addFluidInput(*1000); +mythassvaltellina.addFluidInput(*1000); +mythassvaltellina.addItemInput(); +mythassvaltellina.addItemInput(); +mythassvaltellina.addItemOutput(*64); +mythassvaltellina.addItemOutput(*64); +mythassvaltellina.addItemOutput(*64); +mythassvaltellina.addItemOutput(*64); +mythassvaltellina.build(); \ No newline at end of file diff --git a/scripts/GarnetsCrystals.zs b/scripts/GarnetsCrystals.zs new file mode 100644 index 00000000..f89eaec0 --- /dev/null +++ b/scripts/GarnetsCrystals.zs @@ -0,0 +1,94 @@ +import mods.modularmachinery.RecipeBuilder; + +mods.thaumcraft.Infusion.registerRecipe("abyssalnomiconopop", "", +, 5, +[*1000], +, +[.withTag({PotEnergy: 100000.0 as float}), +.withTag({PotEnergy: 100000.0 as float}), +.withTag({PotEnergy: 100000.0 as float}), +.withTag({PotEnergy: 100000.0 as float}), +.withTag({PotEnergy: 100000.0 as float}), +.withTag({PotEnergy: 100000.0 as float}), +.withTag({PotEnergy: 100000.0 as float}), +.withTag({PotEnergy: 100000.0 as float}), +, +]); + +recipes.addHiddenShapeless("rightbannersboi",, +[, +, +, +, +, +, +, +, +]); + +recipes.addShaped(, +[[, , ], +[, .reuse(), ], +[, , ]]); + +recipes.addShaped(.withTag({PotEnergy: 100000.0 as float}), +[[, , ], +[, .reuse(), ], +[, , ]]); + +recipes.addShaped(*4, +[[, , ], +[, .reuse(), ], +[, , ]]); + +mods.extendedcrafting.CombinationCrafting.addRecipe(, +1000, 1000, +.withTag({FluidName: "lymph_of_pixonia", Amount: 1000}), +[, +, +, +, +, +, +, +, +, +, +, +, +, +, +, +, +, +, +, +, +, +]); + +val mythassaragonite = RecipeBuilder.newBuilder("mythassaragonite","me_mythic_assembler",100); +mythassaragonite.addEnergyPerTickInput(1000000); +mythassaragonite.addFluidInput(*1000); +mythassaragonite.addFluidInput(*1000); +mythassaragonite.addItemInput(); +mythassaragonite.addItemInput(); +mythassaragonite.addItemOutput(*64); +mythassaragonite.addItemOutput(*64); +mythassaragonite.addItemOutput(*64); +mythassaragonite.build(); + +recipes.addShaped(*3, +[[null, , null], +[, , ], +[null, , null]]); + +mods.extendedcrafting.CombinationCrafting.addRecipe(*2, +2000, +, +[, , , ]); + +val tokentotemspecial = RecipeBuilder.newBuilder("tokentotemspecial","token_totem",800); +tokentotemspecial.addEnergyPerTickOutput(3000000); +tokentotemspecial.addItemInput(); +tokentotemspecial.build(); \ No newline at end of file diff --git a/scripts/GarnetsFallingTower.zs b/scripts/GarnetsFallingTower.zs new file mode 100644 index 00000000..4e93cafa --- /dev/null +++ b/scripts/GarnetsFallingTower.zs @@ -0,0 +1,106 @@ +import mods.modularmachinery.RecipeBuilder; + +mods.nuclearcraft.melter.addRecipe([, *144]); + +mods.nuclearcraft.infuser.addRecipe([, *6, ]); + +mods.nuclearcraft.rock_crusher.addRecipe([, *12, *8, *4]); + +mods.nuclearcraft.pressurizer.addRecipe([, ]); + +mods.extendedcrafting.TableCrafting.addShaped(*6, +[[, , , , , , , , ], +[, , , , , , , , ], +[, , , , , , , , ], +[, , , , , , , , ], +[, , , , , , , , ], +[, , , , , , , , ], +[, , , , , , , , ], +[, , , , , , , , ], +[, , , , , , , , ]]); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , , , ], +[, , , , ], +[, , .withTag({brewKey: "bloodthirst"}), , ], +[, , , , ], +[, , .withTag({binding: {kills: 1024, bound: "aoa3:polytom"}}), , ]]); + +recipes.addHiddenShapeless("trulyaterriblesacrifice",, +[, +.withTag({entityId: "divinerpg:fyracryx"}), +.withTag({entityId: "divinerpg:golem_of_rejuvenation"}), +.withTag({entityId: "divinerpg:seimer"}), +.withTag({entityId: "divinerpg:paratiku"})]); + +recipes.addShaped(, +[[, , ], +[, .reuse(), ], +[, , ]]); + +mods.extendedcrafting.CompressionCrafting.addRecipe(, , 100, , 10000); + +val oreCursedSapphire = ; +oreCursedSapphire.add(); + +mods.nuclearcraft.chemical_reactor.addRecipe([*20, *20, *50, *20]); + +mods.nuclearcraft.electrolyser.addRecipe([*10, *72, *72, *36, *40]); + +mods.nuclearcraft.irradiator.addRecipe([*20, *10, *10, *30, 0.9, 0.4, 0.1]); + +mods.nuclearcraft.ingot_former.addRecipe([*20, ]); + +mods.nuclearcraft.infuser.addRecipe([, *10, ]); + +mods.thaumcraft.Crucible.registerRecipe("madnesscucible", "", , .withTag({FluidName: "liquid_madness", Amount: 1000}), []); + +mods.thaumcraft.Crucible.registerRecipe("ghostlycrucible", "", , .withTag({FluidName: "ghostly_matter", Amount: 1000}), []); + +mods.nuclearcraft.infuser.addRecipe([*64, *20, ]); + +mods.thermalexpansion.Centrifuge.addRecipe([(*24) % 100], , *1000, 1000); + +val unholyradioactivemix = RecipeBuilder.newBuilder("unholyradioactivemix","iron_centrifuge",50); +unholyradioactivemix.addEnergyPerTickInput(10000); +unholyradioactivemix.addFluidInput(*5); +unholyradioactivemix.addFluidInput(*5); +unholyradioactivemix.addFluidInput(*5); +unholyradioactivemix.addFluidInput(*5); +unholyradioactivemix.addFluidInput(*200); +unholyradioactivemix.addFluidOutput(*100); +unholyradioactivemix.build(); + +mods.techreborn.industrialGrinder.addRecipe(*45, *23, +*15, *6, +, , *100, 100, 64); + +recipes.addShaped(*64, +[[, , ], +[, , ], +[, , ]]); + +val makeitfastshiny = RecipeBuilder.newBuilder("makeitfastshiny","mythic_processor_pulverizer",1); +makeitfastshiny.addEnergyPerTickInput(10000); +makeitfastshiny.addItemInput(); +makeitfastshiny.addItemInput(); +makeitfastshiny.addItemOutput(); +makeitfastshiny.build(); + +val mythassnorsesapphire = RecipeBuilder.newBuilder("mythassnorsesapphire","me_mythic_assembler",100); +mythassnorsesapphire.addEnergyPerTickInput(1000000); +mythassnorsesapphire.addFluidInput(*1000); +mythassnorsesapphire.addFluidInput(*1000); +mythassnorsesapphire.addItemInput(); +mythassnorsesapphire.addItemInput(); +mythassnorsesapphire.addItemOutput(*64); +mythassnorsesapphire.addItemOutput(*64); +mythassnorsesapphire.addItemOutput(*64); +mythassnorsesapphire.addItemOutput(*64); +mythassnorsesapphire.addItemOutput(*64); +mythassnorsesapphire.addItemOutput(*64); +mythassnorsesapphire.addItemOutput(*64); +mythassnorsesapphire.addItemOutput(*64); +mythassnorsesapphire.build(); + +mods.thermalexpansion.InductionSmelter.addRecipe(*2, , *2, 1234); \ No newline at end of file diff --git a/scripts/GarnetsOrechid.zs b/scripts/GarnetsOrechid.zs new file mode 100644 index 00000000..8e5eb0e0 --- /dev/null +++ b/scripts/GarnetsOrechid.zs @@ -0,0 +1,78 @@ +import mods.modularmachinery.RecipeBuilder; + +mods.botania.Orechid.addOre(, 1000); + +mods.botania.Orechid.addOre(, 5000); + +mods.botania.Orechid.addOre(, 3000); + +mods.botania.Apothecary.removeRecipe("orechid"); + +mods.botania.ElvenTrade.addRecipe([.withTag({type: "orechid"})], []); + +mods.botania.PureDaisy.addRecipe(, ); + +val mythasspurityoffer = RecipeBuilder.newBuilder("mythasspurityoffer","me_mythic_assembler",10000); +mythasspurityoffer.addEnergyPerTickInput(600000); +mythasspurityoffer.addFluidInput(*10000); +mythasspurityoffer.addFluidInput(*10000); +mythasspurityoffer.addItemInput(*7); +mythasspurityoffer.addItemInput(*5); +mythasspurityoffer.addItemInput(); +mythasspurityoffer.addItemInput(); +mythasspurityoffer.addItemInput(); +mythasspurityoffer.addItemInput(*256); +mythasspurityoffer.addItemInput(.withTag({type: "puredaisy"})*64); +mythasspurityoffer.addItemInput(*64); +mythasspurityoffer.addItemInput(); +mythasspurityoffer.addItemInput(*4); +mythasspurityoffer.addItemInput(*4); +mythasspurityoffer.addItemInput(*24); +mythasspurityoffer.addItemOutput(); +mythasspurityoffer.build(); + +recipes.addHiddenShapeless("makethattributeboi",, +[,,,,]); + +mods.jei.JEI.removeAndHide(); +mods.jei.JEI.removeAndHide(); + +mods.techreborn.industrialGrinder.addRecipe(*3, , +, , +, , *20, 100, 64); + +mods.techreborn.industrialGrinder.addRecipe(, , +, , +, , *20, 100, 64); + +mods.techreborn.industrialGrinder.addRecipe(*2, , +, , +, , *20, 100, 64); + +mods.techreborn.industrialGrinder.addRecipe(*3, , +, *2, +, , *20, 100, 64); + +mods.techreborn.industrialGrinder.addRecipe(*2, *18, +*15, *13, +, , *20, 100, 64); + +mods.techreborn.industrialGrinder.addRecipe(*3, , +, , +, , *20, 100, 64); + +val mythassnorsegem = RecipeBuilder.newBuilder("mythassnorsegem","me_mythic_assembler",100); +mythassnorsegem.addEnergyPerTickInput(1000000); +mythassnorsegem.addFluidInput(*1000); +mythassnorsegem.addFluidInput(*1000); +mythassnorsegem.addItemInput(); +mythassnorsegem.addItemInput(); +mythassnorsegem.addItemOutput(*64); +mythassnorsegem.addItemOutput(*64); +mythassnorsegem.addItemOutput(*64); +mythassnorsegem.addItemOutput(*64); +mythassnorsegem.addItemOutput(*64); +mythassnorsegem.addItemOutput(*64); +mythassnorsegem.build(); + +mods.nuclearcraft.rock_crusher.addRecipe([, *48, *12, *4]); \ No newline at end of file diff --git a/scripts/Gravitite.zs b/scripts/Gravitite.zs new file mode 100644 index 00000000..d346e5b3 --- /dev/null +++ b/scripts/Gravitite.zs @@ -0,0 +1,6 @@ + +mods.actuallyadditions.Empowerer.addRecipe(, +, +, , +, , +100, 200); \ No newline at end of file diff --git a/scripts/GrindingGating.zs b/scripts/GrindingGating.zs new file mode 100644 index 00000000..9f46ed58 --- /dev/null +++ b/scripts/GrindingGating.zs @@ -0,0 +1,65 @@ +mods.appliedenergistics2.Grinder.addRecipe(, +, +4, +, +0.15, +, +0.05); + +recipes.removeShaped(); + +recipes.removeShaped(.withTag({Type: "extrautils2:crusher"})); + +recipes.addShaped(.withTag({Type: "extrautils2:crusher"}), +[[, , ], +[, , ], +[, , ]]); + +recipes.removeShaped(); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.removeShaped(); + +recipes.addShaped(, +[[, , ], +[, , ], +[null, , null]]); + +recipes.removeShaped(); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.remove(); + +recipes.addShaped(, +[[null, null, null], +[, , ], +[, , ]]); + +recipes.remove(); + +recipes.addShaped(, +[[null, null, null], +[, , ], +[, , ]]); + +recipes.removeShaped(); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.removeShaped(); + +recipes.addShaped(, +[[null, , null], +[, , ], +[, , ]]); diff --git a/scripts/IceFireGating.zs b/scripts/IceFireGating.zs new file mode 100644 index 00000000..2200132c --- /dev/null +++ b/scripts/IceFireGating.zs @@ -0,0 +1,20 @@ +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , ], +[null, , null], +[, , ]]); + +recipes.addShapeless(,[]); +recipes.addShapeless(,[]); + +recipes.addShapeless(,[]); +recipes.addShapeless(,[]); + +mods.extendedcrafting.TableCrafting.addShaped(.withTag({EntityTag: {id: "iceandfire:if_hydra"}}), +[[, null, ], +[null, , null], +[, null, ]]); + +mods.extendedcrafting.TableCrafting.addShaped(.withTag({EntityTag: {id: "iceandfire:stymphalianbird"}}), +[[, null, ], +[null, , null], +[, null, ]]); \ No newline at end of file diff --git a/scripts/ImmersiveEngineeringGating.zs b/scripts/ImmersiveEngineeringGating.zs new file mode 100644 index 00000000..c67474c4 --- /dev/null +++ b/scripts/ImmersiveEngineeringGating.zs @@ -0,0 +1,39 @@ +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(*3, +[[, , ], +[, , ], +[, , ]]); + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(*3, +[[, , ], +[, , ], +[, , ]]); + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(*2, +[[, , null], +[, , null], +[null, null, null]]); + + +mods.techreborn.wireMill.addRecipe(*3, +, 60, 100); + +mods.techreborn.wireMill.addRecipe(*3, +, 60, 100); + +mods.techreborn.wireMill.addRecipe(*3, +, 60, 100); + +mods.techreborn.wireMill.addRecipe(*3, +, 60, 100); + + +recipes.removeShaped(); + +mods.thermalexpansion.Pulverizer.addRecipe(, , 8000); +mods.thermalexpansion.Pulverizer.addRecipe(, , 8000); \ No newline at end of file diff --git a/scripts/IntegratedGating.zs b/scripts/IntegratedGating.zs new file mode 100644 index 00000000..18401352 --- /dev/null +++ b/scripts/IntegratedGating.zs @@ -0,0 +1,19 @@ +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, null, null, null, ], +[null, , .anyDamage(), , null], +[null, .anyDamage(), , .anyDamage(), null], +[null, , .anyDamage(), , null], +[, null, null, null, ]]); + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, null, null, null, ], +[null, , .anyDamage(), , null], +[null, .anyDamage(), , .anyDamage(), null], +[null, , .anyDamage(), , null], +[, null, null, null, ]]); + +recipes.remove(); \ No newline at end of file diff --git a/scripts/Invulnerability.zs b/scripts/Invulnerability.zs new file mode 100644 index 00000000..d7fdb061 --- /dev/null +++ b/scripts/Invulnerability.zs @@ -0,0 +1,50 @@ +import mods.modularmachinery.RecipeBuilder; +import mods.thaumcraft.Infusion; + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +mods.thermalexpansion.Compactor.addMintRecipe(, *9, 1000); + +mods.techreborn.implosionCompressor.addRecipe(, null, *9, null, 40, 512); + +mods.techreborn.implosionCompressor.addRecipe(, null, *9, null, 40, 512); + +mods.immersiveengineering.MetalPress.addRecipe(, , , 100); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , , .withTag({rarity: "RARE"}), , , ], +[, , , , , , ], +[, , , , , , ], +[, , , , , , ], +[, , , , , , ], +[, , , , , , ], +[, , , .withTag({rarity: "RARE"}), , , ]]); + +mods.nuclearcraft.infuser.addRecipe([, *100, ]); + +mods.nuclearcraft.infuser.addRecipe([, *100, ]); + +mods.nuclearcraft.chemical_reactor.addRecipe([*125, *72, *100, *100]); + +mods.nuclearcraft.infuser.addRecipe([, *100, ]); + +mods.nuclearcraft.chemical_reactor.addRecipe([*100, *50, *100, *100]); + +mods.nuclearcraft.pressurizer.addRecipe([, ]); + +mods.nuclearcraft.infuser.addRecipe([, *100, ]); + +mods.nuclearcraft.infuser.addRecipe([, *2, ]); + +mods.thermalexpansion.Transposer.addFillRecipe(, , *10000, 1000); + +mods.thermalexpansion.Transposer.addFillRecipe(, , *10000, 1000); + +mods.thermalexpansion.Transposer.addFillRecipe(, , *10000, 1000); + +mods.thermalexpansion.Transposer.addFillRecipe(, , *50, 1000); + +mods.techreborn.vacuumFreezer.addRecipe(, , 40, 128); \ No newline at end of file diff --git a/scripts/LavaChicken.zs b/scripts/LavaChicken.zs new file mode 100644 index 00000000..fbc099b8 --- /dev/null +++ b/scripts/LavaChicken.zs @@ -0,0 +1,4 @@ +recipes.addShaped(.withTag({ChickenType: {id: "chickens:lavachicken"}}), +[[, , ], +[, , ], +[, , ]]); diff --git a/scripts/LiquidCoralium.zs b/scripts/LiquidCoralium.zs new file mode 100644 index 00000000..69342ce0 --- /dev/null +++ b/scripts/LiquidCoralium.zs @@ -0,0 +1,11 @@ +mods.thermalexpansion.Crucible.addRecipe(*250, +, +20000); + +mods.tconstruct.Alloy.addRecipe(*250, +[*288, *144]); + +mods.immersiveengineering.Mixer.addRecipe(*1000, +*1000, +[,], +300); \ No newline at end of file diff --git a/scripts/MagicbaneGating.zs b/scripts/MagicbaneGating.zs new file mode 100644 index 00000000..6fc43a67 --- /dev/null +++ b/scripts/MagicbaneGating.zs @@ -0,0 +1,6 @@ +recipes.removeShaped(); + +recipes.addShaped(, +[[null, null, ], +[, , ], +[, null, null]]); diff --git a/scripts/MagnetGating.zs b/scripts/MagnetGating.zs new file mode 100644 index 00000000..1f13dce2 --- /dev/null +++ b/scripts/MagnetGating.zs @@ -0,0 +1,18 @@ +recipes.removeShaped(); +mods.bloodmagic.AlchemyArray.removeRecipe(, ); +recipes.removeShaped(); +recipes.removeShaped(); + +recipes.remove(); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.remove(); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); diff --git a/scripts/MasterSpells.zs b/scripts/MasterSpells.zs new file mode 100644 index 00000000..b3fab590 --- /dev/null +++ b/scripts/MasterSpells.zs @@ -0,0 +1,177 @@ +#loader contenttweaker + +import mods.contenttweaker.Color; +import mods.contenttweaker.VanillaFactory; +import mods.contenttweaker.IItemRightClick; +import mods.contenttweaker.Commands; +import mods.contenttweaker.BlockState; +import crafttweaker.block.IBlock; + + +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); + return "Pass"; +}; +masterspellmotus.register(); + +/////////////////////////////////////////////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); + return "Pass"; +}; +masterspellaqua.register(); + +var masterspellgelu = VanillaFactory.createItem("master_spell_gelu"); +masterspellgelu.maxStackSize = 1; +masterspellgelu.glowing = true; +masterspellgelu.itemRightClick = function(stack, world, player, hand) { + Commands.call("summon area_effect_cloud ~ ~1 ~ {Particle:snowballpoof,Radius:10f,Duration:1000,Effects:[{Id:2,Amplifier:10,Duration:2000}],Potion:\"minecraft:slowness\"}", player, world, true, true); + return "Pass"; +}; +masterspellgelu.register(); + +var masterspellsol = VanillaFactory.createItem("master_spell_sol"); +masterspellsol.maxStackSize = 1; +masterspellsol.glowing = true; +masterspellsol.itemRightClick = function(stack, world, player, hand) { + Commands.call("time set day", player, world, true, true); + return "Pass"; +}; +masterspellsol.register(); + +var masterspellluna = VanillaFactory.createItem("master_spell_luna"); +masterspellluna.maxStackSize = 1; +masterspellluna.glowing = true; +masterspellluna.itemRightClick = function(stack, world, player, hand) { + Commands.call("time set night", player, world, true, true); + return "Pass"; +}; +masterspellluna.register(); + +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 minecraft:stone 0 replace bewitchment:blessed_stone 0", player, world, true, true); + Commands.call("fill ~10 ~-1 ~10 ~-10 ~-1 ~-10 air 0 replace minecraft:stone 0", player, world, true, true); + return "Pass"; +}; +masterspellperditio.register(); + +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); + return "Pass"; +}; +masterspelldesiderium.register(); + +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); + return "Pass"; +}; +masterspellvitium.register(); + +var masterspellterra = VanillaFactory.createItem("master_spell_terra"); +masterspellterra.maxStackSize = 1; +masterspellterra.glowing = true; +masterspellterra.itemRightClick = function(stack, world, player, hand) { + Commands.call("give @p minecraft:stone 64", player, world, true, true); + Commands.call("give @p minecraft:stone 64", player, world, true, true); + Commands.call("give @p minecraft:stone 64", player, world, true, true); + Commands.call("give @p minecraft:stone 64", player, world, true, true); + Commands.call("give @p minecraft:stone 64", player, world, true, true); + Commands.call("give @p minecraft:stone 64", player, world, true, true); + Commands.call("give @p minecraft:stone 64", player, world, true, true); + Commands.call("give @p minecraft:dirt 64", player, world, true, true); + Commands.call("give @p minecraft:dirt 64", player, world, true, true); + Commands.call("give @p minecraft:dirt 64", player, world, true, true); + Commands.call("give @p minecraft:dirt 64", player, world, true, true); + Commands.call("give @p minecraft:dirt 64", player, world, true, true); + Commands.call("give @p minecraft:dirt 64", player, world, true, true); + return "Pass"; +}; +masterspellterra.register(); + +var masterspellauram = VanillaFactory.createItem("master_spell_auram"); +masterspellauram.maxStackSize = 1; +masterspellauram.glowing = true; +masterspellauram.itemRightClick = function(stack, world, player, hand) { + Commands.call("give @p thaumadditions:puriflower", player, world, true, true); + return "Pass"; +}; +masterspellauram.register(); + +var masterspelllux = VanillaFactory.createItem("master_spell_lux"); +masterspelllux.maxStackSize = 1; +masterspelllux.glowing = true; +masterspelllux.itemRightClick = function(stack, world, player, hand) { + Commands.call("give @p contenttweaker:ineffable_light", player, world, true, true); + return "Pass"; +}; +masterspelllux.register(); + +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); + return "Pass"; +}; +masterspeldiabolus.register(); + +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); + 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); + return "Pass"; +}; +masterspellcaeles.register(); + +// coralos gives the plague + +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 ~ ~10 ~ {ActiveEffects:[{Id:10,Amplifier:10,Duration:999999},{Id:22,Amplifier:200,Duration:999999}]}", player, world, true, true); + return "Pass"; +}; +masterspelldreadia.register(); + diff --git a/scripts/MelterRecipes.zs b/scripts/MelterRecipes.zs new file mode 100644 index 00000000..19364ba3 --- /dev/null +++ b/scripts/MelterRecipes.zs @@ -0,0 +1,37 @@ +mods.nuclearcraft.melter.addRecipe([, *144]); + +mods.nuclearcraft.melter.addRecipe([, *144]); + +mods.nuclearcraft.melter.addRecipe([, *144]); + +mods.nuclearcraft.melter.addRecipe([, *144]); + +mods.nuclearcraft.melter.addRecipe([, *144]); + +mods.nuclearcraft.melter.addRecipe([, *144]); + +mods.nuclearcraft.melter.addRecipe([, *144]); + +mods.nuclearcraft.melter.addRecipe([, *144]); + +mods.nuclearcraft.melter.addRecipe([, *144]); + +mods.nuclearcraft.melter.addRecipe([, *144]); + +mods.nuclearcraft.melter.addRecipe([, *144]); + +mods.nuclearcraft.melter.addRecipe([, *144]); + +mods.nuclearcraft.melter.addRecipe([, *144]); + +mods.nuclearcraft.melter.addRecipe([, *144]); + +mods.nuclearcraft.melter.addRecipe([, *144]); + +mods.nuclearcraft.melter.addRecipe([, *144]); + +mods.nuclearcraft.melter.addRecipe([, *144]); + +mods.nuclearcraft.melter.addRecipe([, *144]); + +mods.nuclearcraft.melter.addRecipe([, *144]); \ No newline at end of file diff --git a/scripts/MidgameDungeons.zs b/scripts/MidgameDungeons.zs new file mode 100644 index 00000000..0f80d282 --- /dev/null +++ b/scripts/MidgameDungeons.zs @@ -0,0 +1,608 @@ +#loader contenttweaker + +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; + + +var creeponiacallstone = VanillaFactory.createItem("creeponia_callstone"); +creeponiacallstone.maxStackSize = 1; +creeponiacallstone.itemRightClick = function(stack, world, player, hand) { + if(world.remote) { + return "FAIL"; + } + // check if player is in spatial storage + if(player.getDimension() != 805) { + player.sendChat("Enter the right dimension"); + return "FAIL"; + } + + Commands.call("pillar-spawn creeponia_dungeon", player, world, true, true); + stack.shrink(1); + return "PASS"; + +}; +creeponiacallstone.register(); + +var deeplandscallstone = VanillaFactory.createItem("deeplands_callstone"); +deeplandscallstone.maxStackSize = 1; +deeplandscallstone.itemRightClick = function(stack, world, player, hand) { + if(world.remote) { + return "FAIL"; + } + // check if player is in spatial storage + if(player.getDimension() != 807) { + player.sendChat("Enter the right dimension"); + return "FAIL"; + } + + Commands.call("pillar-spawn deeplands_dungeon", player, world, true, true); + stack.shrink(1); + return "PASS"; + +}; +deeplandscallstone.register(); + +var crysteviacallstone = VanillaFactory.createItem("crystevia_callstone"); +crysteviacallstone.maxStackSize = 1; +crysteviacallstone.itemRightClick = function(stack, world, player, hand) { + if(world.remote) { + return "FAIL"; + } + // check if player is in spatial storage + if(player.getDimension() != 806) { + player.sendChat("Enter the right dimension"); + return "FAIL"; + } + + Commands.call("pillar-spawn crystevia_dungeon", player, world, true, true); + stack.shrink(1); + return "PASS"; + +}; +crysteviacallstone.register(); + +var irominecallstone = VanillaFactory.createItem("iromine_callstone"); +irominecallstone.maxStackSize = 1; +irominecallstone.itemRightClick = function(stack, world, player, hand) { + if(world.remote) { + return "FAIL"; + } + // check if player is in spatial storage + if(player.getDimension() != 813) { + player.sendChat("Enter the right dimension"); + return "FAIL"; + } + + Commands.call("pillar-spawn iromine_dungeon", player, world, true, true); + stack.shrink(1); + return "PASS"; + +}; +irominecallstone.register(); + +var boreancallstone = VanillaFactory.createItem("borean_callstone"); +boreancallstone.maxStackSize = 1; +boreancallstone.itemRightClick = function(stack, world, player, hand) { + if(world.remote) { + return "FAIL"; + } + // check if player is in spatial storage + if(player.getDimension() != 814) { + player.sendChat("Enter the right dimension"); + return "FAIL"; + } + + Commands.call("pillar-spawn borean_dungeon", player, world, true, true); + stack.shrink(1); + return "PASS"; + +}; +boreancallstone.register(); + +var lunaluscallstone = VanillaFactory.createItem("lunalus_callstone"); +lunaluscallstone.maxStackSize = 1; +lunaluscallstone.itemRightClick = function(stack, world, player, hand) { + if(world.remote) { + return "FAIL"; + } + // check if player is in spatial storage + if(player.getDimension() != 816) { + player.sendChat("Enter the right dimension"); + return "FAIL"; + } + + Commands.call("pillar-spawn lunalus_dungeon", player, world, true, true); + stack.shrink(1); + return "PASS"; + +}; +lunaluscallstone.register(); + +var wildwoodcallstone = VanillaFactory.createItem("wildwood_callstone"); +wildwoodcallstone.maxStackSize = 1; +wildwoodcallstone.itemRightClick = function(stack, world, player, hand) { + if(world.remote) { + return "FAIL"; + } + // check if player is in spatial storage + if(player.getDimension() != 421) { + player.sendChat("Enter the right dimension"); + return "FAIL"; + } + + Commands.call("pillar-spawn wildwood_dungeon", player, world, true, true); + stack.shrink(1); + return "PASS"; + +}; +wildwoodcallstone.register(); + +var skytherncallstone = VanillaFactory.createItem("skythern_callstone"); +skytherncallstone.maxStackSize = 1; +skytherncallstone.itemRightClick = function(stack, world, player, hand) { + if(world.remote) { + return "FAIL"; + } + // check if player is in spatial storage + if(player.getDimension() != 423) { + player.sendChat("Enter the right dimension"); + return "FAIL"; + } + + Commands.call("pillar-spawn skythern_dungeon", player, world, true, true); + stack.shrink(1); + return "PASS"; + +}; +skytherncallstone.register(); + +var tuliteflower = VanillaFactory.createItem("tulite_flower"); +tuliteflower.maxStackSize = 1; +tuliteflower.itemRightClick = function(stack, world, player, hand) { + if(world.remote) { + return "FAIL"; + } + // check if player is in spatial storage + if(player.getDimension() != 423) { + player.sendChat("Use in skythern"); + return "FAIL"; + } + + // obtain position under player + var pos = player.position.asPosition3f(); + + // check if player is standing on beacon + var posChange = player.position.asPosition3f(); + posChange.y = pos.y - 1; + var blockPosBelowPlayer = posChange.asBlockPos(); + var blockBelow = world.getBlockState(blockPosBelowPlayer); + print(blockBelow.commandString); + if(blockBelow != ) { + player.sendChat("Stand on a purpur block"); + return "FAIL"; + } + + // check if player is standing on tier 1 beacon + var posbeacon1 = player.position.asPosition3f(); + posbeacon1.y = pos.y - 1; + posbeacon1.x = pos.x - 2; + posbeacon1.z = pos.z - 1; + var blockposbeacon1 = posbeacon1.asBlockPos(); + var blockBelow1 = world.getBlockState(blockposbeacon1); + if(blockBelow1 != ) { + player.sendChat("Compose the right shape out of purpur, the key is in the white sky"); + return "FAIL"; + } + var posbeacon2 = player.position.asPosition3f(); + posbeacon2.y = pos.y - 1; + posbeacon2.x = pos.x - 2; + posbeacon2.z = pos.z + 1; + var blockposbeacon2 = posbeacon2.asBlockPos(); + var blockBelow2 = world.getBlockState(blockposbeacon2); + if(blockBelow2 != ) { + player.sendChat("Compose the right shape out of purpur, the key is in the white sky"); + return "FAIL"; + } + var posbeacon3 = player.position.asPosition3f(); + posbeacon3.y = pos.y - 1; + posbeacon3.x = pos.x + 2; + posbeacon3.z = pos.z - 1; + var blockposbeacon3 = posbeacon3.asBlockPos(); + var blockBelow3 = world.getBlockState(blockposbeacon3); + if(blockBelow3 != ) { + player.sendChat("Compose the right shape out of purpur, the key is in the white sky"); + return "FAIL"; + } + var posbeacon4 = player.position.asPosition3f(); + posbeacon4.y = pos.y - 1; + posbeacon4.x = pos.x + 2; + posbeacon4.z = pos.z + 1; + var blockposbeacon4 = posbeacon4.asBlockPos(); + var blockBelow4 = world.getBlockState(blockposbeacon4); + if(blockBelow4 != ) { + player.sendChat("Compose the right shape out of purpur, the key is in the white sky"); + return "FAIL"; + } + var posbeacon5 = player.position.asPosition3f(); + posbeacon5.y = pos.y - 1; + posbeacon5.x = pos.x + 1; + posbeacon5.z = pos.z + 2; + var blockposbeacon5 = posbeacon5.asBlockPos(); + var blockBelow5 = world.getBlockState(blockposbeacon5); + if(blockBelow5 != ) { + player.sendChat("Compose the right shape out of purpur, the key is in the white sky"); + return "FAIL"; + } + var posbeacon6 = player.position.asPosition3f(); + posbeacon6.y = pos.y - 1; + posbeacon6.x = pos.x - 1; + posbeacon6.z = pos.z + 2; + var blockposbeacon6 = posbeacon6.asBlockPos(); + var blockBelow6 = world.getBlockState(blockposbeacon6); + if(blockBelow6 != ) { + player.sendChat("Compose the right shape out of purpur, the key is in the white sky"); + return "FAIL"; + } + var posbeacon7 = player.position.asPosition3f(); + posbeacon7.y = pos.y - 1; + posbeacon7.x = pos.x + 1; + posbeacon7.z = pos.z - 2; + var blockposbeacon7 = posbeacon7.asBlockPos(); + var blockBelow7 = world.getBlockState(blockposbeacon7); + if(blockBelow7 != ) { + player.sendChat("Compose the right shape out of purpur, the key is in the white sky"); + return "FAIL"; + } + var posbeacon8 = player.position.asPosition3f(); + posbeacon8.y = pos.y - 1; + posbeacon8.x = pos.x - 1; + posbeacon8.z = pos.z - 2; + var blockposbeacon8 = posbeacon8.asBlockPos(); + var blockBelow8 = world.getBlockState(blockposbeacon8); + if(blockBelow8 != ) { + player.sendChat("Compose the right shape out of purpur, the key is in the white sky"); + return "FAIL"; + } + + var posbeacon9 = player.position.asPosition3f(); + posbeacon9.y = pos.y - 2; + posbeacon9.x = pos.x; + posbeacon9.z = pos.z; + var blockposbeacon9 = posbeacon9.asBlockPos(); + var blockBelow9 = world.getBlockState(blockposbeacon9); + if(blockBelow9 != ) { + player.sendChat("Compose the right shape out of purpur, the key is in the white sky"); + return "FAIL"; + } + + var posbeacon10 = player.position.asPosition3f(); + posbeacon10.y = pos.y - 2; + posbeacon10.x = pos.x + 1; + posbeacon10.z = pos.z; + var blockposbeacon10 = posbeacon10.asBlockPos(); + var blockBelow10 = world.getBlockState(blockposbeacon10); + if(blockBelow10 != ) { + player.sendChat("Compose the right shape out of purpur, the key is in the white sky"); + return "FAIL"; + } + var posbeacon11 = player.position.asPosition3f(); + posbeacon11.y = pos.y - 2; + posbeacon11.x = pos.x + 2; + posbeacon11.z = pos.z; + var blockposbeacon11 = posbeacon11.asBlockPos(); + var blockBelow11 = world.getBlockState(blockposbeacon11); + if(blockBelow11 != ) { + player.sendChat("Compose the right shape out of purpur, the key is in the white sky"); + return "FAIL"; + } + var posbeacon12 = player.position.asPosition3f(); + posbeacon12.y = pos.y - 2; + posbeacon12.x = pos.x - 1; + posbeacon12.z = pos.z; + var blockposbeacon12 = posbeacon12.asBlockPos(); + var blockBelow12 = world.getBlockState(blockposbeacon12); + if(blockBelow12 != ) { + player.sendChat("Compose the right shape out of purpur, the key is in the white sky"); + return "FAIL"; + } + var posbeacon13 = player.position.asPosition3f(); + posbeacon13.y = pos.y - 2; + posbeacon13.x = pos.x - 2; + posbeacon13.z = pos.z; + var blockposbeacon13 = posbeacon13.asBlockPos(); + var blockBelow13 = world.getBlockState(blockposbeacon13); + if(blockBelow13 != ) { + player.sendChat("Compose the right shape out of purpur, the key is in the white sky"); + return "FAIL"; + } + var posbeacon14 = player.position.asPosition3f(); + posbeacon14.y = pos.y - 2; + posbeacon14.x = pos.x; + posbeacon14.z = pos.z + 1; + var blockposbeacon14 = posbeacon14.asBlockPos(); + var blockBelow14 = world.getBlockState(blockposbeacon14); + if(blockBelow14 != ) { + player.sendChat("Compose the right shape out of purpur, the key is in the white sky"); + return "FAIL"; + } + var posbeacon15 = player.position.asPosition3f(); + posbeacon15.y = pos.y - 2; + posbeacon15.x = pos.x; + posbeacon15.z = pos.z + 2; + var blockposbeacon15 = posbeacon15.asBlockPos(); + var blockBelow15 = world.getBlockState(blockposbeacon15); + if(blockBelow15 != ) { + player.sendChat("Compose the right shape out of purpur, the key is in the white sky"); + return "FAIL"; + } + var posbeacon16 = player.position.asPosition3f(); + posbeacon16.y = pos.y - 2; + posbeacon16.x = pos.x; + posbeacon16.z = pos.z - 1; + var blockposbeacon16 = posbeacon16.asBlockPos(); + var blockBelow16 = world.getBlockState(blockposbeacon16); + if(blockBelow16 != ) { + player.sendChat("Compose the right shape out of purpur, the key is in the white sky"); + return "FAIL"; + } + var posbeacon17 = player.position.asPosition3f(); + posbeacon17.y = pos.y - 2; + posbeacon17.x = pos.x; + posbeacon17.z = pos.z - 2; + var blockposbeacon17 = posbeacon17.asBlockPos(); + var blockBelow17 = world.getBlockState(blockposbeacon17); + if(blockBelow17 != ) { + player.sendChat("Compose the right shape out of purpur, the key is in the white sky"); + return "FAIL"; + } + + Commands.call("give @p contenttweaker:astral_lizardite", player, world, true, true); + + return "PASS"; + +}; +tuliteflower.register(); + + +var immortalliscallstone = VanillaFactory.createItem("immortallis_callstone"); +immortalliscallstone.maxStackSize = 1; +immortalliscallstone.itemRightClick = function(stack, world, player, hand) { + if(world.remote) { + return "FAIL"; + } + // check if player is in spatial storage + if(player.getDimension() != 7) { + player.sendChat("Enter the twilight forest"); + return "FAIL"; + } + + Commands.call("pillar-spawn immortallis_dungeon", player, world, true, true); + stack.shrink(1); + return "PASS"; + +}; +immortalliscallstone.register(); + +var horrificcallstone = VanillaFactory.createItem("horrific_callstone"); +horrificcallstone.maxStackSize = 1; +horrificcallstone.itemRightClick = function(stack, world, player, hand) { + if(world.remote) { + return "FAIL"; + } + // check if player is in spatial storage + if(player.getDimension() != 20) { + player.sendChat("Enter the betweenlands"); + return "FAIL"; + } + + Commands.call("pillar-spawn casa_degli_orrori", player, world, true, true); + stack.shrink(1); + return "PASS"; + +}; +horrificcallstone.register(); + +var harbingercallstone = VanillaFactory.createItem("harbinger_callstone"); +harbingercallstone.maxStackSize = 1; +harbingercallstone.itemRightClick = function(stack, world, player, hand) { + if(world.remote) { + return "FAIL"; + } + // check if player is in spatial storage + if(player.getDimension() != 7) { + player.sendChat("Enter the twilight forest"); + return "FAIL"; + } + + Commands.call("pillar-spawn harbinger_castle", player, world, true, true); + stack.shrink(1); + return "PASS"; + +}; +harbingercallstone.register(); + +var dreamcallstone = VanillaFactory.createItem("dream_callstone"); +dreamcallstone.maxStackSize = 1; +dreamcallstone.itemRightClick = function(stack, world, player, hand) { + if(world.remote) { + return "FAIL"; + } + // check if player is in spatial storage + if(player.getDimension() != 427) { + player.sendChat("You gotta be in vethea"); + return "FAIL"; + } + + Commands.call("pillar-spawn vethea_dungeon", player, world, true, true); + stack.shrink(1); + return "PASS"; + +}; +dreamcallstone.register(); + +var nightmarecallstone = VanillaFactory.createItem("nightmare_callstone"); +nightmarecallstone.maxStackSize = 1; +nightmarecallstone.itemRightClick = function(stack, world, player, hand) { + if(world.remote) { + return "FAIL"; + } + // check if player is in spatial storage + if(player.getDimension() != 427) { + player.sendChat("You gotta be in vethea"); + return "FAIL"; + } + + Commands.call("pillar-spawn nighmare_dungeon", player, world, true, true); + stack.shrink(1); + return "PASS"; + +}; +nightmarecallstone.register(); + + +var sacredcallstone = VanillaFactory.createItem("sacred_callstone"); +sacredcallstone.maxStackSize = 1; +sacredcallstone.itemRightClick = function(stack, world, player, hand) { + if(world.remote) { + return "FAIL"; + } + // check if player is in spatial storage + if(player.getDimension() != 4) { + player.sendChat("You gotta be in the aether"); + return "FAIL"; + } + + Commands.call("pillar-spawn recursion_temple_final", player, world, true, true); + stack.shrink(1); + return "PASS"; + +}; +sacredcallstone.register(); + +var callofthehaunted = VanillaFactory.createItem("call_of_the_haunted"); +callofthehaunted.maxStackSize = 1; +callofthehaunted.itemRightClick = function(stack, world, player, hand) { + if(world.remote) { + return "FAIL"; + } + // check if player is in spatial storage + if(player.getDimension() != 7) { + player.sendChat("You gotta be in the twilight forest"); + return "FAIL"; + } + + Commands.call("pillar-spawn ghost_disk_dungeon", player, world, true, true); + stack.shrink(1); + return "PASS"; + +}; +callofthehaunted.register(); + +var recursionprisonkey = VanillaFactory.createItem("recursion_prison_key"); +recursionprisonkey.maxStackSize = 1; +recursionprisonkey.itemRightClick = function(stack, world, player, hand) { + if(world.remote) { + return "FAIL"; + } + // check if player is in spatial storage + if(player.getDimension() != 0) { + player.sendChat("You gotta be in the overworld"); + return "FAIL"; + } + + Commands.call("pillar-spawn recursion_prison_arena", player, world, true, true); + Commands.call("give @p contenttweaker:recursive_tesseract", player, world, true, true); + stack.shrink(1); + return "PASS"; + +}; +recursionprisonkey.register(); + +var stickycallstone = VanillaFactory.createItem("sticky_callstone"); +stickycallstone.maxStackSize = 1; +stickycallstone.itemRightClick = function(stack, world, player, hand) { + if(world.remote) { + return "FAIL"; + } + // check if player is in spatial storage + if(player.getDimension() != 50) { + player.sendChat("You gotta be in the abyssal wasteland"); + 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); + player.sendChat("Kill it!"); + stack.shrink(1); + return "PASS"; + +}; +stickycallstone.register(); + + +//summon Slime ~ ~ ~ {Size:100,ActiveEffects:[{Id:10,Amplifier:3,Duration:999999}],HandItems:[{Count:1,id:"contenttweaker:big_slime"},{}],HandDropChances:[1.0f,0.0f]} + +var runickey = VanillaFactory.createItem("runic_key"); +runickey.maxStackSize = 1; +runickey.itemRightClick = function(stack, world, player, hand) { + if(world.remote) { + return "FAIL"; + } + + 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("summon aoa3:clunkhead ~-5 ~10 ~ {HandItems:[{Count:1,id:\"contenttweaker:clunky_chunky_brick\"},{}],HandDropChances:[1.0f,0.0f]}", player, world, true, true); + Commands.call("summon aoa3:clunkhead ~ ~10 ~5 {HandItems:[{Count:1,id:\"contenttweaker:clunky_chunky_brick\"},{}],HandDropChances:[1.0f,0.0f]}", player, world, true, true); + Commands.call("summon aoa3:clunkhead ~ ~10 ~-5 {HandItems:[{Count:1,id:\"contenttweaker:clunky_chunky_brick\"},{}],HandDropChances:[1.0f,0.0f]}", player, world, true, true); + player.sendChat("Kill them all!"); + stack.shrink(1); + return "PASS"; + +}; +runickey.register(); + +var secretweapon = VanillaFactory.createItem("secret_weapon"); +secretweapon.maxStackSize = 1; +secretweapon.itemRightClick = function(stack, world, player, hand) { + if(world.remote) { + 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); + player.sendChat("Kill them all!"); + stack.shrink(1); + return "PASS"; + +}; +secretweapon.register(); + +var arcaneprisonkey = VanillaFactory.createItem("arcane_prison_key"); +arcaneprisonkey.maxStackSize = 1; +arcaneprisonkey.itemRightClick = function(stack, world, player, hand) { + if(world.remote) { + return "FAIL"; + } + // check if player is in spatial storage + if(player.getDimension() != 426) { + player.sendChat("You gotta be in arcana"); + return "FAIL"; + } + + Commands.call("summon divinerpg:death_hound ~ ~1 ~ {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); + player.sendChat("Kill it!"); + stack.shrink(1); + return "PASS"; + +}; +arcaneprisonkey.register(); + +// /summon divinerpg:death_hound ~ ~10 ~-5 {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} \ No newline at end of file diff --git a/scripts/ModularAbyssal.zs b/scripts/ModularAbyssal.zs new file mode 100644 index 00000000..4626a886 --- /dev/null +++ b/scripts/ModularAbyssal.zs @@ -0,0 +1,554 @@ +import mods.modularmachinery.RecipeBuilder; + + +val cra1 = RecipeBuilder.newBuilder("cra1","sterilized_altar",1200); +cra1.addEnergyPerTickInput(1200); +cra1.addFluidInput(*2000); +cra1.addItemInput(*2); +cra1.addItemInput(); +cra1.addItemInput(); +cra1.addItemOutput(); +cra1.build(); + +val cra2 = RecipeBuilder.newBuilder("cra2","sterilized_altar",1200); +cra2.addEnergyPerTickInput(1200); +cra2.addFluidInput(*20000); +cra2.addFluidInput(*2500); +cra2.addItemInput(*5); +cra2.addItemInput(); +cra2.addItemInput(); +cra2.addItemInput(); +cra2.addItemInput(); +cra2.addItemOutput(); +cra2.build(); + +val cra3 = RecipeBuilder.newBuilder("cra3","sterilized_altar",1200); +cra3.addEnergyPerTickInput(1200); +cra3.addFluidInput(*20000); +cra3.addFluidInput(*2500); +cra3.addItemInput(*5); +cra3.addItemInput(); +cra3.addItemInput(); +cra3.addItemInput(); +cra3.addItemInput(); +cra3.addItemOutput(); +cra3.build(); + +val cra4 = RecipeBuilder.newBuilder("cra4","sterilized_altar",1200); +cra4.addEnergyPerTickInput(1200); +cra4.addFluidInput(*20000); +cra4.addFluidInput(*2500); +cra4.addItemInput(*5); +cra4.addItemInput(); +cra4.addItemInput(); +cra4.addItemInput(); +cra4.addItemInput(); +cra4.addItemOutput(); +cra4.build(); + +val cra5 = RecipeBuilder.newBuilder("cra5","sterilized_altar",1200); +cra5.addEnergyPerTickInput(1200); +cra5.addFluidInput(*20000); +cra5.addFluidInput(*2500); +cra5.addItemInput(); +cra5.addItemInput(); +cra5.addItemInput(); +cra5.addItemInput(); +cra5.addItemInput(); +cra5.addItemInput(); +cra5.addItemInput(); +cra5.addItemInput(); +cra5.addItemInput(); +cra5.addItemOutput(); +cra5.build(); + +val cra6 = RecipeBuilder.newBuilder("cra6","sterilized_altar",1200); +cra6.addEnergyPerTickInput(1200); +cra6.addFluidInput(*20000); +cra6.addFluidInput(*2500); +cra6.addItemInput(*5); +cra6.addItemInput(); +cra6.addItemInput(); +cra6.addItemInput(); +cra6.addItemInput(); +cra6.addItemOutput(); +cra6.build(); + +val cra7 = RecipeBuilder.newBuilder("cra7","sterilized_altar",1200); +cra7.addEnergyPerTickInput(1200); +cra7.addFluidInput(*20000); +cra7.addFluidInput(*2500); +cra7.addItemInput(*5); +cra7.addItemInput(); +cra7.addItemInput(); +cra7.addItemInput(); +cra7.addItemInput(); +cra7.addItemOutput(); +cra7.build(); + +val cra8 = RecipeBuilder.newBuilder("cra8","sterilized_altar",1200); +cra8.addEnergyPerTickInput(1200); +cra8.addFluidInput(*20000); +cra8.addFluidInput(*2500); +cra8.addItemInput(*5); +cra8.addItemInput(); +cra8.addItemInput(); +cra8.addItemInput(); +cra8.addItemInput(); +cra8.addItemOutput(); +cra8.build(); + +val cra9 = RecipeBuilder.newBuilder("cra9","sterilized_altar",1200); +cra9.addEnergyPerTickInput(1200); +cra9.addFluidInput(*5000); +cra9.addItemInput(*8); +cra9.addItemInput(); +cra9.addItemOutput(); +cra9.build(); + +val cra10 = RecipeBuilder.newBuilder("cra10","sterilized_altar",1200); +cra10.addEnergyPerTickInput(1200); +cra10.addFluidInput(*300); +cra10.addItemInput(); +cra10.addItemInput(*2); +cra10.addItemInput(*2); +cra10.addItemInput(*4); +cra10.addItemOutput(); +cra10.build(); + +val cra11 = RecipeBuilder.newBuilder("cra11","sterilized_altar",1200); +cra11.addEnergyPerTickInput(1200); +cra11.addFluidInput(*5000); +cra11.addFluidInput(*1000); +cra11.addItemInput(*4); +cra11.addItemInput(*4); +cra11.addItemInput(); +cra11.addItemOutput(); +cra11.build(); + +val cra12 = RecipeBuilder.newBuilder("cra12","sterilized_altar",1200); +cra12.addEnergyPerTickInput(1200); +cra12.addFluidInput(*1000); +cra12.addItemInput(); +cra12.addItemInput(*8); +cra12.addItemOutput(); +cra12.build(); + +val cra13 = RecipeBuilder.newBuilder("cra13","sterilized_altar",1200); +cra13.addEnergyPerTickInput(1200); +cra13.addFluidInput(*1000); +cra13.addFluidInput(*1000); +cra13.addItemInput(*4); +cra13.addItemInput(); +cra13.addItemOutput(); +cra13.build(); + +val cra14 = RecipeBuilder.newBuilder("cra14","sterilized_altar",1200); +cra14.addEnergyPerTickInput(1200); +cra14.addFluidInput(*400); +cra14.addItemInput(); +cra14.addItemInput(*2); +cra14.addItemInput(*2); +cra14.addItemInput(*2); +cra14.addItemInput(*2); +cra14.addItemOutput(); +cra14.build(); + +val cra15 = RecipeBuilder.newBuilder("cra15","sterilized_altar",1200); +cra15.addEnergyPerTickInput(1200); +cra15.addFluidInput(*800); +cra15.addItemInput(); +cra15.addItemInput(*2); +cra15.addItemInput(*2); +cra15.addItemInput(*2); +cra15.addItemInput(*2); +cra15.addItemOutput(); +cra15.build(); + +val cra16 = RecipeBuilder.newBuilder("cra16","sterilized_altar",1200); +cra16.addEnergyPerTickInput(1200); +cra16.addFluidInput(*1200); +cra16.addFluidInput(*1000); +cra16.addItemInput(); +cra16.addItemInput(*2); +cra16.addItemInput(*2); +cra16.addItemInput(*2); +cra16.addItemInput(*2); +cra16.addItemOutput(); +cra16.build(); + +val cra17 = RecipeBuilder.newBuilder("cra17","sterilized_altar",1200); +cra17.addEnergyPerTickInput(1200); +cra17.addFluidInput(*1600); +cra17.addFluidInput(*1000); +cra17.addItemInput(); +cra17.addItemInput(*2); +cra17.addItemInput(*2); +cra17.addItemInput(*2); +cra17.addItemInput(*2); +cra17.addItemOutput(); +cra17.build(); + +val cra18 = RecipeBuilder.newBuilder("cra18","sterilized_altar",1200); +cra18.addEnergyPerTickInput(1200); +cra18.addFluidInput(*400); +cra18.addItemInput(); +cra18.addItemInput(*2); +cra18.addItemInput(*2); +cra18.addItemInput(*2); +cra18.addItemInput(*2); +cra18.addItemOutput(); +cra18.build(); + +val cra19 = RecipeBuilder.newBuilder("cra19","sterilized_altar",1200); +cra19.addEnergyPerTickInput(1200); +cra19.addFluidInput(*800); +cra19.addItemInput(); +cra19.addItemInput(*2); +cra19.addItemInput(*2); +cra19.addItemInput(*2); +cra19.addItemInput(*2); +cra19.addItemOutput(); +cra19.build(); + +val cra20 = RecipeBuilder.newBuilder("cra20","sterilized_altar",1200); +cra20.addEnergyPerTickInput(1200); +cra20.addFluidInput(*1200); +cra20.addFluidInput(*1000); +cra20.addItemInput(); +cra20.addItemInput(*2); +cra20.addItemInput(*2); +cra20.addItemInput(*2); +cra20.addItemInput(*2); +cra20.addItemOutput(); +cra20.build(); + +val cra21 = RecipeBuilder.newBuilder("cra21","sterilized_altar",1200); +cra21.addEnergyPerTickInput(1200); +cra21.addFluidInput(*1600); +cra21.addFluidInput(*1000); +cra21.addItemInput(); +cra21.addItemInput(*2); +cra21.addItemInput(*2); +cra21.addItemInput(*2); +cra21.addItemInput(*2); +cra21.addItemOutput(); +cra21.build(); + +val cra22 = RecipeBuilder.newBuilder("cra22","sterilized_altar",1200); +cra22.addEnergyPerTickInput(100); +cra22.addFluidInput(*100); +cra22.addItemInput(); +cra22.addItemInput(*4); +cra22.addItemInput(*4); +cra22.addItemOutput(); +cra22.build(); + +val cra23 = RecipeBuilder.newBuilder("cra23","sterilized_altar",1200); +cra23.addEnergyPerTickInput(1200); +cra23.addFluidInput(*400); +cra23.addItemInput(); +cra23.addItemInput(*2); +cra23.addItemInput(*2); +cra23.addItemInput(*2); +cra23.addItemInput(*2); +cra23.addItemOutput(); +cra23.build(); + +val cra24 = RecipeBuilder.newBuilder("cra24","sterilized_altar",1200); +cra24.addEnergyPerTickInput(1200); +cra24.addFluidInput(*800); +cra24.addItemInput(); +cra24.addItemInput(*2); +cra24.addItemInput(*2); +cra24.addItemInput(*2); +cra24.addItemInput(*2); +cra24.addItemOutput(); +cra24.build(); + +val cra25 = RecipeBuilder.newBuilder("cra25","sterilized_altar",1200); +cra25.addEnergyPerTickInput(1200); +cra25.addFluidInput(*1200); +cra25.addFluidInput(*1000); +cra25.addItemInput(); +cra25.addItemInput(*2); +cra25.addItemInput(*2); +cra25.addItemInput(*2); +cra25.addItemInput(*2); +cra25.addItemOutput(); +cra25.build(); + +val cra26 = RecipeBuilder.newBuilder("cra26","sterilized_altar",1200); +cra26.addEnergyPerTickInput(1200); +cra26.addFluidInput(*1600); +cra26.addFluidInput(*1000); +cra26.addItemInput(); +cra26.addItemInput(*2); +cra26.addItemInput(*2); +cra26.addItemInput(*2); +cra26.addItemInput(*2); +cra26.addItemOutput(); +cra26.build(); + +val cra27 = RecipeBuilder.newBuilder("cra27","sterilized_altar",1200); +cra27.addEnergyPerTickInput(1200); +cra27.addFluidInput(*400); +cra27.addItemInput(); +cra27.addItemInput(*2); +cra27.addItemInput(*2); +cra27.addItemInput(*2); +cra27.addItemInput(*2); +cra27.addItemOutput(); +cra27.build(); + +val cra28 = RecipeBuilder.newBuilder("cra28","sterilized_altar",1200); +cra28.addEnergyPerTickInput(1200); +cra28.addFluidInput(*800); +cra28.addItemInput(); +cra28.addItemInput(*2); +cra28.addItemInput(*2); +cra28.addItemInput(*2); +cra28.addItemInput(*2); +cra28.addItemOutput(); +cra28.build(); + +val cra29 = RecipeBuilder.newBuilder("cra29","sterilized_altar",1200); +cra29.addEnergyPerTickInput(1200); +cra29.addFluidInput(*1200); +cra29.addFluidInput(*1000); +cra29.addItemInput(); +cra29.addItemInput(*2); +cra29.addItemInput(*2); +cra29.addItemInput(*2); +cra29.addItemInput(*2); +cra29.addItemOutput(); +cra29.build(); + +val cra30 = RecipeBuilder.newBuilder("cra30","sterilized_altar",1200); +cra30.addEnergyPerTickInput(1200); +cra30.addFluidInput(*1600); +cra30.addFluidInput(*1000); +cra30.addItemInput(); +cra30.addItemInput(*2); +cra30.addItemInput(*2); +cra30.addItemInput(*2); +cra30.addItemInput(*2); +cra30.addItemOutput(); +cra30.build(); + +val cra31 = RecipeBuilder.newBuilder("cra31","sterilized_altar",1200); +cra31.addEnergyPerTickInput(1200); +cra31.addFluidInput(*400); +cra31.addItemInput(); +cra31.addItemInput(*2); +cra31.addItemInput(*2); +cra31.addItemInput(*2); +cra31.addItemInput(*2); +cra31.addItemOutput(); +cra31.build(); + +val cra32 = RecipeBuilder.newBuilder("cra32","sterilized_altar",1200); +cra32.addEnergyPerTickInput(1200); +cra32.addFluidInput(*800); +cra32.addItemInput(); +cra32.addItemInput(*2); +cra32.addItemInput(*2); +cra32.addItemInput(*2); +cra32.addItemInput(*2); +cra32.addItemOutput(); +cra32.build(); + +val cra33 = RecipeBuilder.newBuilder("cra33","sterilized_altar",1200); +cra33.addEnergyPerTickInput(1200); +cra33.addFluidInput(*1200); +cra33.addFluidInput(*1000); +cra33.addItemInput(); +cra33.addItemInput(*2); +cra33.addItemInput(*2); +cra33.addItemInput(*2); +cra33.addItemInput(*2); +cra33.addItemOutput(); +cra33.build(); + +val cra34 = RecipeBuilder.newBuilder("cra34","sterilized_altar",1200); +cra34.addEnergyPerTickInput(1200); +cra34.addFluidInput(*1600); +cra34.addFluidInput(*1000); +cra34.addItemInput(); +cra34.addItemInput(*2); +cra34.addItemInput(*2); +cra34.addItemInput(*2); +cra34.addItemInput(*2); +cra34.addItemOutput(); +cra34.build(); + +val cra35 = RecipeBuilder.newBuilder("cra35","sterilized_altar",1200); +cra35.addEnergyPerTickInput(1200); +cra35.addFluidInput(*100); +cra35.addItemInput(*4); +cra35.addItemOutput(); +cra35.build(); + +val cra36 = RecipeBuilder.newBuilder("cra36","sterilized_altar",1200); +cra36.addEnergyPerTickInput(1200); +cra36.addFluidInput(*1000); +cra36.addItemInput(*2); +cra36.addItemInput(); +cra36.addItemInput(); +cra36.addItemOutput(); +cra36.build(); + +val cra37 = RecipeBuilder.newBuilder("cra37","sterilized_altar",120); +cra37.addEnergyPerTickInput(1200); +cra37.addFluidInput(*500); +cra37.addFluidInput(*500); +cra37.addItemInput(); +cra37.addItemInput(); +cra37.addItemOutput(); +cra37.build(); + +val cra38 = RecipeBuilder.newBuilder("cra38","sterilized_altar",120); +cra38.addEnergyPerTickInput(1200); +cra38.addFluidInput(*500); +cra38.addFluidInput(*500); +cra38.addItemInput(); +cra38.addItemInput(); +cra38.addItemOutput(); +cra38.build(); + +val cra39 = RecipeBuilder.newBuilder("cra39","sterilized_altar",120); +cra39.addEnergyPerTickInput(1200); +cra39.addFluidInput(*1000); +cra39.addFluidInput(*1000); +cra39.addItemInput(); +cra39.addItemInput(); +cra39.addItemOutput(); +cra39.build(); + +val cra40 = RecipeBuilder.newBuilder("cra40","sterilized_altar",120); +cra40.addEnergyPerTickInput(1200); +cra40.addFluidInput(*2000); +cra40.addFluidInput(*2000); +cra40.addItemInput(); +cra40.addItemInput(); +cra40.addItemOutput(); +cra40.build(); + +val cra41 = RecipeBuilder.newBuilder("cra41","sterilized_altar",120); +cra41.addEnergyPerTickInput(1200); +cra41.addFluidInput(*4000); +cra41.addFluidInput(*4000); +cra41.addItemInput(); +cra41.addItemInput(); +cra41.addItemOutput(); +cra41.build(); + + +val cra47 = RecipeBuilder.newBuilder("cra47","sterilized_altar",120); +cra47.addEnergyPerTickInput(1200); +cra47.addFluidInput(*500); +cra47.addFluidInput(*500); +cra47.addItemInput(); +cra47.addItemInput(*4); +cra47.addItemOutput(); +cra47.build(); + + +val cra49 = RecipeBuilder.newBuilder("cra49","sterilized_altar",120); +cra49.addEnergyPerTickInput(1200); +cra49.addFluidInput(*100); +cra49.addItemInput(); +cra49.addItemInput(); +cra49.addItemOutput(*2); +cra49.build(); + +val cra50 = RecipeBuilder.newBuilder("cra50","sterilized_altar",120); +cra50.addEnergyPerTickInput(1200); +cra50.addFluidInput(*100); +cra50.addItemInput(); +cra50.addItemInput(); +cra50.addItemOutput(); +cra50.build(); + +val cra51 = RecipeBuilder.newBuilder("cra51","sterilized_altar",120); +cra51.addEnergyPerTickInput(1200); +cra51.addFluidInput(*1000); +cra51.addItemInput(); +cra51.addItemInput(*42); +cra51.addItemOutput(); +cra51.build(); + +val cra52 = RecipeBuilder.newBuilder("cra52","sterilized_altar",120); +cra52.addEnergyPerTickInput(1200); +cra52.addFluidInput(*1000); +cra52.addItemInput(); +cra52.addItemInput(*42); +cra52.addItemOutput(); +cra52.build(); + +val cra53 = RecipeBuilder.newBuilder("cra53","sterilized_altar",120); +cra53.addEnergyPerTickInput(1200); +cra53.addFluidInput(*1000); +cra53.addFluidInput(*1000); +cra53.addItemInput(); +cra53.addItemInput(*24); +cra53.addItemOutput(); +cra53.build(); + +val cra54 = RecipeBuilder.newBuilder("cra54","sterilized_altar",120); +cra54.addEnergyPerTickInput(1200); +cra54.addFluidInput(*200); +cra54.addItemInput(); +cra54.addItemOutput(); +cra54.build(); + +recipes.addShapeless(,[, ]); + +val cra55 = RecipeBuilder.newBuilder("cra55","sterilized_altar",120); +cra55.addEnergyPerTickInput(1200); +cra55.addFluidInput(*500); +cra55.addFluidInput(*500); +cra55.addItemInput(*4); +cra55.addItemInput(*8); +cra55.addItemInput(); +cra55.addItemOutput(); +cra55.build(); + +val cra56 = RecipeBuilder.newBuilder("cra56","sterilized_altar",120); +cra56.addEnergyPerTickInput(1200); +cra56.addFluidInput(*10000); +cra56.addFluidInput(*10000); +cra56.addItemInput(*64); +cra56.addItemInput(*8); +cra56.addItemInput(*12); +cra56.addItemInput(*16); +cra56.addItemInput(*48); +cra56.addItemInput(); +cra56.addItemInput(); +cra56.addItemInput(*2); +cra56.addItemInput(*8); +cra56.addItemOutput(); +cra56.build(); + +val cra57 = RecipeBuilder.newBuilder("cra57","sterilized_altar",120); +cra57.addEnergyPerTickInput(1200); +cra57.addFluidInput(*800); +cra57.addFluidInput(*800); +cra57.addItemInput(*4); +cra57.addItemInput(*4); +cra57.addItemInput(); +cra57.addItemInput(*2); +cra57.addItemOutput(); +cra57.build(); + +val cra58 = RecipeBuilder.newBuilder("cra58","sterilized_altar",120); +cra58.addEnergyPerTickInput(1200); +cra58.addFluidInput(*1000); +cra58.addFluidInput(*1000); +cra58.addItemInput(); +cra58.addItemInput(); +cra58.addItemInput(); +cra58.addItemInput(*2); +cra58.addItemInput(*2); +cra58.addItemOutput(*4); +cra58.build(); \ No newline at end of file diff --git a/scripts/ModularAdventInfusion.zs b/scripts/ModularAdventInfusion.zs new file mode 100644 index 00000000..9d5a44ed --- /dev/null +++ b/scripts/ModularAdventInfusion.zs @@ -0,0 +1,63 @@ +import mods.modularmachinery.RecipeBuilder; + +val glisteninf = RecipeBuilder.newBuilder("glisteninf","infusinator",80); +glisteninf.addEnergyPerTickInput(5000); +glisteninf.addItemInput(*64); +glisteninf.addItemInput(*1); +glisteninf.addItemOutput(*18); +glisteninf.build(); + +val ambientinf = RecipeBuilder.newBuilder("ambientinf","infusinator",80); +ambientinf.addEnergyPerTickInput(5000); +ambientinf.addItemInput(*64); +ambientinf.addItemInput(*1); +ambientinf.addItemOutput(*18); +ambientinf.build(); + +val gleaminginf = RecipeBuilder.newBuilder("gleaminginf","infusinator",80); +gleaminginf.addEnergyPerTickInput(5000); +gleaminginf.addItemInput(*64); +gleaminginf.addItemInput(*1); +gleaminginf.addItemOutput(*18); +gleaminginf.build(); + +val glaringinf = RecipeBuilder.newBuilder("glaringinf","infusinator",80); +glaringinf.addEnergyPerTickInput(5000); +glaringinf.addItemInput(*64); +glaringinf.addItemInput(*1); +glaringinf.addItemOutput(*18); +glaringinf.build(); + +val glowinginf = RecipeBuilder.newBuilder("glowinginf","infusinator",80); +glowinginf.addEnergyPerTickInput(5000); +glowinginf.addItemInput(*64); +glowinginf.addItemInput(*2); +glowinginf.addItemInput(*1); +glowinginf.addItemOutput(*18); +glowinginf.build(); + +val shininginf = RecipeBuilder.newBuilder("shininginf","infusinator",80); +shininginf.addEnergyPerTickInput(5000); +shininginf.addItemInput(*64); +shininginf.addItemInput(*2); +shininginf.addItemInput(*1); +shininginf.addItemOutput(*18); +shininginf.build(); + +val radiantinf = RecipeBuilder.newBuilder("radiantinf","infusinator",80); +radiantinf.addEnergyPerTickInput(5000); +radiantinf.addItemInput(*64); +radiantinf.addItemInput(*2); +radiantinf.addItemInput(*1); +radiantinf.addItemInput(*1); +radiantinf.addItemOutput(*18); +radiantinf.build(); + +val bloominginf = RecipeBuilder.newBuilder("bloominginf","infusinator",80); +bloominginf.addEnergyPerTickInput(5000); +bloominginf.addItemInput(*64); +bloominginf.addItemInput(*2); +bloominginf.addItemInput(*1); +bloominginf.addItemInput(*1); +bloominginf.addItemOutput(*18); +bloominginf.build(); diff --git a/scripts/ModularAether.zs b/scripts/ModularAether.zs new file mode 100644 index 00000000..44c1c350 --- /dev/null +++ b/scripts/ModularAether.zs @@ -0,0 +1,79 @@ +import mods.modularmachinery.RecipeBuilder; + +val enc1 = RecipeBuilder.newBuilder("astaeth1","gravitite_enchanter",60); +enc1.addFluidInput(*2000); +enc1.addItemInput(); +enc1.addItemOutput(); +enc1.build(); + +val enc2 = RecipeBuilder.newBuilder("astaeth2","gravitite_enchanter",60); +enc2.addFluidInput(*500); +enc2.addItemInput(); +enc2.addItemOutput(); +enc2.build(); + +val enc3 = RecipeBuilder.newBuilder("astaeth3","gravitite_enchanter",100); +enc3.addFluidInput(*1500); +enc3.addItemInput(); +enc3.addItemInput(); +enc3.addItemOutput(); +enc3.build(); + +val enc4 = RecipeBuilder.newBuilder("astaeth4","gravitite_enchanter",3000); +enc4.addFluidInput(*20000); +enc4.addItemInput(); +enc4.addItemInput(*32); +enc4.addItemInput(*8); +enc4.addItemInput(*4); +enc4.addItemInput(*64); +enc4.addItemInput(*16); +enc4.addItemInput(); +enc4.addItemInput(); +enc4.addItemInput(); +enc4.addItemOutput(.withTag({ench: [{lvl: 4 as short, id: 20 as short}, {lvl: 45 as short, id: 16 as short}, {lvl: 1 as short, id: 70 as short}, {lvl: 5 as short, id: 34 as short},{lvl: 4 as short, id: 22 as short},{lvl: 5 as short, id: 21 as short},{lvl: 100 as short, id: 17 as short}], RepairCost: 1, display: {Name: "Dragnipur"}})); +enc4.build(); + +val enc5 = RecipeBuilder.newBuilder("astaeth5","gravitite_enchanter",40); +enc5.addFluidInput(*500); +enc5.addItemInput(); +enc5.addItemOutput(); +enc5.build(); + +val enc6 = RecipeBuilder.newBuilder("astaeth6","gravitite_enchanter",100); +enc6.addFluidInput(*500); +enc6.addItemInput(); +enc6.addItemInput(*16); +enc6.addItemInput(*4); +enc6.addItemInput(); +enc6.addItemOutput(.withTag({ench: [{lvl: 20 as short, id: 34 as short},{lvl: 1 as short, id: 70 as short}]})); +enc6.build(); + +val enc7 = RecipeBuilder.newBuilder("astaeth7","gravitite_enchanter",100); +enc7.addFluidInput(*500); +enc7.addItemInput(); +enc7.addItemInput(*32); +enc7.addItemInput(*4); +enc7.addItemInput(); +enc7.addItemOutput(.withTag({ench: [{lvl: 20 as short, id: 34 as short},{lvl: 1 as short, id: 70 as short}]})); +enc7.build(); + +val enc8 = RecipeBuilder.newBuilder("astaeth8","gravitite_enchanter",100); +enc8.addFluidInput(*500); +enc8.addItemInput(); +enc8.addItemInput(*16); +enc8.addItemInput(*4); +enc8.addItemInput(); +enc8.addItemOutput(.withTag({ench: [{lvl: 20 as short, id: 34 as short},{lvl: 1 as short, id: 70 as short}]})); +enc8.build(); + +val enc9 = RecipeBuilder.newBuilder("astaeth9","gravitite_enchanter",40); +enc9.addFluidInput(*50); +enc9.addItemInput(); +enc9.addItemOutput(); +enc9.build(); + +val enc10 = RecipeBuilder.newBuilder("astaeth10","gravitite_enchanter",40); +enc10.addFluidInput(*300); +enc10.addItemInput(); +enc10.addItemOutput(*3); +enc10.build(); \ No newline at end of file diff --git a/scripts/ModularAstral.zs b/scripts/ModularAstral.zs new file mode 100644 index 00000000..2b9e0d54 --- /dev/null +++ b/scripts/ModularAstral.zs @@ -0,0 +1,268 @@ +import mods.modularmachinery.RecipeBuilder; + + +val ast1 = RecipeBuilder.newBuilder("ast1","auto_astral_altar",1200); +ast1.addEnergyPerTickInput(1000); +ast1.addItemInput(*4); +ast1.addItemInput(*4); +ast1.addItemInput(*2); +ast1.addItemInput(); +ast1.addItemOutput(); +ast1.build(); + +val ast2 = RecipeBuilder.newBuilder("ast2","auto_astral_altar",1200); +ast2.addEnergyPerTickInput(1000); +ast2.addItemInput(*8); +ast2.addItemInput(*2); +ast2.addItemInput(); +ast2.addItemOutput(); +ast2.build(); + +val ast3 = RecipeBuilder.newBuilder("ast3","auto_astral_altar",1200); +ast3.addEnergyPerTickInput(1000); +ast3.addItemInput(*2); +ast3.addItemInput(); +ast3.addItemInput(); +ast3.addItemInput(*2); +ast3.addItemInput(); +ast3.addItemOutput(); +ast3.build(); + +val ast4 = RecipeBuilder.newBuilder("ast4","auto_astral_altar",1200); +ast4.addEnergyPerTickInput(1000); +ast4.addItemInput(*2); +ast4.addItemInput(*2); +ast4.addItemInput(*2); +ast4.addItemInput(*5); +ast4.addItemInput(); +ast4.addItemOutput(); +ast4.build(); + +val ast5 = RecipeBuilder.newBuilder("ast5","auto_astral_altar",1200); +ast5.addEnergyPerTickInput(1000); +ast5.addItemInput(*4); +ast5.addItemInput(); +ast5.addItemInput(*2); +ast5.addItemInput(*2); +ast5.addItemInput(); +ast5.addItemOutput(); +ast5.build(); + +val ast6 = RecipeBuilder.newBuilder("ast6","auto_astral_altar",1200); +ast6.addEnergyPerTickInput(1000); +ast6.addItemInput(); +ast6.addItemInput(); +ast6.addItemInput(*2); +ast6.addItemInput(*2); +ast6.addItemInput(); +ast6.addItemOutput(); +ast6.build(); + +val ast7 = RecipeBuilder.newBuilder("ast7","auto_astral_altar",1200); +ast7.addEnergyPerTickInput(1000); +ast7.addItemInput(*4); +ast7.addItemInput(*2); +ast7.addItemInput(*2); +ast7.addItemInput(); +ast7.addItemOutput(); +ast7.build(); + +val ast8 = RecipeBuilder.newBuilder("ast8","auto_astral_altar",1200); +ast8.addEnergyPerTickInput(1000); +ast8.addItemInput(*2); +ast8.addItemInput(*4); +ast8.addItemInput(*2); +ast8.addItemInput(); +ast8.addItemOutput(); +ast8.build(); + +val ast9 = RecipeBuilder.newBuilder("ast9","auto_astral_altar",1200); +ast9.addEnergyPerTickInput(1000); +ast9.addItemInput(); +ast9.addItemInput(*2); +ast9.addItemInput(*3); +ast9.addItemInput(*2); +ast9.addItemOutput(); +ast9.build(); + +val ast10 = RecipeBuilder.newBuilder("ast10","auto_astral_altar",1200); +ast10.addEnergyPerTickInput(1000); +ast10.addItemInput(*2); +ast10.addItemInput(*5); +ast10.addItemInput(); +ast10.addItemInput(*2); +ast10.addItemInput(*4); +ast10.addItemOutput(); +ast10.build(); + +val ast11 = RecipeBuilder.newBuilder("ast11","auto_astral_altar",1200); +ast11.addEnergyPerTickInput(1000); +ast11.addItemInput(*4); +ast11.addItemInput(*3); +ast11.addItemInput(*2); +ast11.addItemInput(*6); +ast11.addItemInput(*3); +ast11.addItemInput(*4); +ast11.addItemOutput(); +ast11.build(); + +val ast12 = RecipeBuilder.newBuilder("ast12","auto_astral_altar",1200); +ast12.addEnergyPerTickInput(1000); +ast12.addItemInput(*2); +ast12.addItemInput(*2); +ast12.addItemInput(*4); +ast12.addItemInput(); +ast12.addItemInput(); +ast12.addItemOutput(); +ast12.build(); + +val ast13 = RecipeBuilder.newBuilder("ast13","auto_astral_altar",1200); +ast13.addEnergyPerTickInput(1000); +ast13.addItemInput(*2); +ast13.addItemInput(); +ast13.addItemInput(); +ast13.addItemInput(*2); +ast13.addItemOutput(); +ast13.build(); + +val ast14 = RecipeBuilder.newBuilder("ast14","auto_astral_altar",1200); +ast14.addEnergyPerTickInput(1000); +ast14.addItemInput(*4); +ast14.addItemInput(*2); +ast14.addItemInput(*2); +ast14.addItemOutput(); +ast14.build(); + +val ast15 = RecipeBuilder.newBuilder("ast15","auto_astral_altar",1200); +ast15.addEnergyPerTickInput(1000); +ast15.addItemInput(); +ast15.addItemInput(*2); +ast15.addItemInput(*2); +ast15.addItemInput(*6); +ast15.addItemInput(*2); +ast15.addItemInput(); +ast15.addItemInput(*2); +ast15.addItemInput(.withTag({FluidName: "astralsorcery.liquidstarlight", Amount: 1000})); +ast15.addItemOutput(); +ast15.build(); + +val ast16 = RecipeBuilder.newBuilder("ast16","auto_astral_altar",1200); +ast16.addEnergyPerTickInput(1000); +ast16.addItemInput(*2); +ast16.addItemInput(); +ast16.addItemInput(); +ast16.addItemInput(); +ast16.addItemInput(*4); +ast16.addItemInput(*4); +ast16.addItemOutput(*2); +ast16.build(); + +val ast17 = RecipeBuilder.newBuilder("ast17","auto_astral_altar",1200); +ast17.addEnergyPerTickInput(1000); +ast17.addItemInput(*4); +ast17.addItemInput(); +ast17.addItemInput(*2); +ast17.addItemInput(*2); +ast17.addItemInput(); +ast17.addItemInput(*2); +ast17.addItemOutput(); +ast17.build(); + +val ast18 = RecipeBuilder.newBuilder("ast18","auto_astral_altar",1200); +ast18.addEnergyPerTickInput(1000); +ast18.addItemInput(*2); +ast18.addItemInput(*3); +ast18.addItemInput(); +ast18.addItemInput(*2); +ast18.addItemInput(*2); +ast18.addItemOutput(.withTag({astralsorcery: {crystalProperties: {collectiveCapability: 100, size: 900, fract: 0, purity: 100, sizeOverride: -1}}})); +ast18.build(); + +val ast19 = RecipeBuilder.newBuilder("ast19","auto_astral_altar",1200); +ast19.addEnergyPerTickInput(1000); +ast19.addItemInput(*2); +ast19.addItemInput(*2); +ast19.addItemInput(*2); +ast19.addItemInput(); +ast19.addItemInput(*4); +ast19.addItemInput(*2); +ast19.addItemInput(*2); +ast19.addItemInput(*4); +ast19.addItemOutput(.withTag({astralsorcery: {crystalProperties: {collectiveCapability: 100, size: 900, fract: 0, purity: 100, sizeOverride: -1}}})); +ast19.build(); + +val ast20 = RecipeBuilder.newBuilder("ast20","auto_astral_altar",1200); +ast20.addEnergyPerTickInput(1000); +ast20.addItemInput(); +ast20.addItemInput(*4); +ast20.addItemInput(*3); +ast20.addItemInput(*2); +ast20.addItemInput(*2); +ast20.addItemInput(*2); +ast20.addItemOutput(); +ast20.build(); + +val ast21 = RecipeBuilder.newBuilder("ast21","auto_astral_altar",1200); +ast21.addEnergyPerTickInput(1000); +ast21.addItemInput(); +ast21.addItemInput(*4); +ast21.addItemOutput(); +ast21.build(); + +val ast22 = RecipeBuilder.newBuilder("ast22","auto_astral_altar",1200); +ast22.addEnergyPerTickInput(1000); +ast22.addItemInput(*4); +ast22.addItemInput(*8); +ast22.addItemInput(*4); +ast22.addItemInput(); +ast22.addItemOutput(); +ast22.build(); + +val ast23 = RecipeBuilder.newBuilder("ast23","auto_astral_altar",1200); +ast23.addEnergyPerTickInput(1000); +ast23.addItemInput(*4); +ast23.addItemInput(); +ast23.addItemInput(*4); +ast23.addItemOutput(); +ast23.build(); + +val ast24 = RecipeBuilder.newBuilder("ast24","auto_astral_altar",1200); +ast24.addEnergyPerTickInput(1000); +ast24.addItemInput(*4); +ast24.addItemInput(); +ast24.addItemInput(*4); +ast24.addItemOutput(); +ast24.build(); + +val ast25 = RecipeBuilder.newBuilder("ast25","auto_astral_altar",1200); +ast25.addEnergyPerTickInput(1000); +ast25.addItemInput(*4); +ast25.addItemInput(); +ast25.addItemInput(*4); +ast25.addItemOutput(); +ast25.build(); + +val ast26 = RecipeBuilder.newBuilder("ast26","auto_astral_altar",1200); +ast26.addEnergyPerTickInput(1000); +ast26.addItemInput(*4); +ast26.addItemInput(); +ast26.addItemOutput(*16); +ast26.build(); + +val ast27 = RecipeBuilder.newBuilder("ast27","auto_astral_altar",1200); +ast27.addEnergyPerTickInput(1000); +ast27.addItemInput(*4); +ast27.addItemInput(*4); +ast27.addItemInput(*2); +ast27.addItemInput(*2); +ast27.addItemOutput(.withTag({astralsorcery: {}})); +ast27.build(); + +val ast28 = RecipeBuilder.newBuilder("ast28","auto_astral_altar",1200); +ast28.addEnergyPerTickInput(1000); +ast28.addItemInput(*2); +ast28.addItemInput(); +ast28.addItemInput(); +ast28.addItemInput(); +ast28.addItemOutput(*4); +ast28.build(); \ No newline at end of file diff --git a/scripts/ModularBetweenlands.zs b/scripts/ModularBetweenlands.zs new file mode 100644 index 00000000..111fa666 --- /dev/null +++ b/scripts/ModularBetweenlands.zs @@ -0,0 +1,129 @@ +import mods.modularmachinery.RecipeBuilder; + + +val bot1 = RecipeBuilder.newBuilder("gatevalf1","valonite_gateway",2000); +bot1.addFluidInput(*1000); +bot1.addItemInput(); +bot1.addItemOutput(); +bot1.build(); + +val bot2 = RecipeBuilder.newBuilder("gateval2","valonite_gateway",2000); +bot2.addFluidInput(*1000); +bot2.addItemInput(*4); +bot2.addItemInput(); +bot2.addItemOutput(); +bot2.build(); + +val bot3 = RecipeBuilder.newBuilder("gateval3","valonite_gateway",2000); +bot3.addFluidInput(*10000); +bot3.addItemInput(*4); +bot3.addItemInput(); +bot3.addItemInput(); +bot3.addItemOutput(); +bot3.build(); + +val bot4 = RecipeBuilder.newBuilder("gateval4","valonite_gateway",2000); +bot4.addFluidInput(*10000); +bot4.addItemInput(*4); +bot4.addItemInput(); +bot4.addItemInput(); +bot4.addItemOutput(); +bot4.build(); + +val bot5 = RecipeBuilder.newBuilder("gateval5","valonite_gateway",2000); +bot5.addFluidInput(*10000); +bot5.addItemInput(*4); +bot5.addItemInput(); +bot5.addItemInput(*16); +bot5.addItemOutput(); +bot5.build(); + +val bot6 = RecipeBuilder.newBuilder("gateval6","valonite_gateway",2000); +bot6.addFluidInput(*30000); +bot6.addItemInput(*32); +bot6.addItemInput(); +bot6.addItemInput(*2); +bot6.addItemInput(*2); +bot6.addItemInput(*2); +bot6.addItemInput(*2); +bot6.addItemInput(*2); +bot6.addItemOutput(.withTag({ench: [{lvl: 45 as short, id: 16 as short}, {lvl: 1 as short, id: 70 as short}, {lvl: 3 as short, id: 34 as short},{lvl: 4 as short, id: 22 as short},{lvl: 1 as short, id: 46 as short}], RepairCost: 1, display: {Name: "Sword of the Swamps"}})); +bot6.build(); + +val bot7 = RecipeBuilder.newBuilder("gateval7","valonite_gateway",100); +bot7.addFluidInput(*50); +bot7.addItemInput(); +bot7.addItemOutput(); +bot7.build(); + +val bot8 = RecipeBuilder.newBuilder("gateval8","valonite_gateway",2000); +bot8.addFluidInput(*10000); +bot8.addItemInput(); +bot8.addItemInput(*10); +bot8.addItemInput(*2); +bot8.addItemInput(*2); +bot8.addItemInput(*2); +bot8.addItemInput(*8); +bot8.addItemOutput(.withTag({ench: [{lvl: 5 as short, id: 0 as short}, {lvl: 5 as short, id: 34 as short},{lvl: 1 as short, id: 70 as short}], RepairCost: 1, display: {Name: "Eonic Chestplate"}})); +bot8.build(); + +val bot9 = RecipeBuilder.newBuilder("gateval9","valonite_gateway",2000); +bot9.addFluidInput(*10000); +bot9.addItemInput(); +bot9.addItemInput(*10); +bot9.addItemInput(*2); +bot9.addItemInput(*2); +bot9.addItemInput(*2); +bot9.addItemInput(*5); +bot9.addItemOutput(.withTag({ench: [{lvl: 5 as short, id: 0 as short}, {lvl: 5 as short, id: 34 as short},{lvl: 1 as short, id: 70 as short}], RepairCost: 1, display: {Name: "Eonic Helmet"}})); +bot9.build(); + +val bot10 = RecipeBuilder.newBuilder("gateval10","valonite_gateway",2000); +bot10.addFluidInput(*10000); +bot10.addItemInput(); +bot10.addItemInput(*10); +bot10.addItemInput(*2); +bot10.addItemInput(*2); +bot10.addItemInput(*2); +bot10.addItemInput(*7); +bot10.addItemOutput(.withTag({ench: [{lvl: 5 as short, id: 0 as short}, {lvl: 5 as short, id: 34 as short},{lvl: 1 as short, id: 70 as short}], RepairCost: 1, display: {Name: "Eonic Leggings"}})); +bot10.build(); + +val bot11 = RecipeBuilder.newBuilder("gateval11","valonite_gateway",2000); +bot11.addFluidInput(*10000); +bot11.addItemInput(); +bot11.addItemInput(*10); +bot11.addItemInput(*2); +bot11.addItemInput(*2); +bot11.addItemInput(*2); +bot11.addItemInput(*4); +bot11.addItemOutput(.withTag({ench: [{lvl: 5 as short, id: 0 as short}, {lvl: 5 as short, id: 34 as short},{lvl: 1 as short, id: 70 as short}], RepairCost: 1, display: {Name: "Eonic Boots"}})); +bot11.build(); + +val bot12 = RecipeBuilder.newBuilder("gateval12","valonite_gateway",100); +bot12.addFluidInput(*50); +bot12.addItemInput(); +bot12.addItemInput(); +bot12.addItemOutput(); +bot12.build(); + +val bot13 = RecipeBuilder.newBuilder("gateval13","valonite_gateway",100); +bot13.addFluidInput(*50); +bot13.addItemInput(); +bot13.addItemInput(); +bot13.addItemOutput(); +bot13.build(); + +val bot14 = RecipeBuilder.newBuilder("gateval14","valonite_gateway",100); +bot14.addFluidInput(*500); +bot14.addItemInput(); +bot14.addItemInput(*32); +bot14.addItemInput(*64); +bot14.addItemOutput(); +bot14.build(); + +val bot15 = RecipeBuilder.newBuilder("gateval15","valonite_gateway",100); +bot15.addFluidInput(*50); +bot15.addItemInput(); +bot15.addItemOutput(*8); +bot15.build(); diff --git a/scripts/ModularBewitchment.zs b/scripts/ModularBewitchment.zs new file mode 100644 index 00000000..00abcd4b --- /dev/null +++ b/scripts/ModularBewitchment.zs @@ -0,0 +1,39 @@ +import mods.modularmachinery.RecipeBuilder; + + +val lilithaltar1 = RecipeBuilder.newBuilder("lilithaltar1","lilith_altar",300); +lilithaltar1.addFluidInput(*1000); +lilithaltar1.addItemOutput(*512); +lilithaltar1.addItemOutput(*512); +lilithaltar1.build(); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +val molochaltar1 = RecipeBuilder.newBuilder("molochaltar1","moloch_altar",300); +molochaltar1.addFluidInput(*500); +molochaltar1.addItemOutput(); +molochaltar1.build(); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +val baphometaltar1 = RecipeBuilder.newBuilder("baphometaltar1","baphomet_altar",300); +baphometaltar1.addItemInput(); +baphometaltar1.addItemInput(*4); +baphometaltar1.addItemOutput(); +baphometaltar1.build(); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); diff --git a/scripts/ModularBewitchmentCauldron.zs b/scripts/ModularBewitchmentCauldron.zs new file mode 100644 index 00000000..a71acfe0 --- /dev/null +++ b/scripts/ModularBewitchmentCauldron.zs @@ -0,0 +1,81 @@ +import mods.modularmachinery.RecipeBuilder; + +val cauldron1 = RecipeBuilder.newBuilder("autocauldron1","terrestrial_cauldron",20); +cauldron1.addFluidInput(*1000); +cauldron1.addFluidInput(*1000); +cauldron1.addItemInput(); +cauldron1.addItemOutput(*4); +cauldron1.build(); + +val cauldron2 = RecipeBuilder.newBuilder("autocauldron2","terrestrial_cauldron",20); +cauldron2.addFluidInput(*1000); +cauldron2.addFluidInput(*1000); +cauldron2.addItemInput(); +cauldron2.addItemInput(); +cauldron2.addItemInput(); +cauldron2.addItemOutput(); +cauldron2.build(); + +val cauldron3 = RecipeBuilder.newBuilder("autocauldron3","terrestrial_cauldron",20); +cauldron3.addFluidInput(*1000); +cauldron3.addFluidInput(*1000); +cauldron3.addItemInput(); +cauldron3.addItemInput(*2); +cauldron3.addItemOutput(*2); +cauldron3.build(); + +val cauldron4 = RecipeBuilder.newBuilder("autocauldron4","terrestrial_cauldron",20); +cauldron4.addFluidInput(*1000); +cauldron4.addFluidInput(*1000); +cauldron4.addItemInput(); +cauldron4.addItemInput(); +cauldron4.addItemInput(); +cauldron4.addItemInput(*3); +cauldron4.addItemOutput(); +cauldron4.build(); + +val cauldron5 = RecipeBuilder.newBuilder("autocauldron5","terrestrial_cauldron",20); +cauldron5.addFluidInput(*1000); +cauldron5.addFluidInput(*1000); +cauldron5.addItemInput(); +cauldron5.addItemInput(); +cauldron5.addItemInput(); +cauldron5.addItemInput(); +cauldron5.addItemInput(); +cauldron5.addItemInput(); +cauldron5.addItemInput(); +cauldron5.addItemInput(); +cauldron5.addItemInput(); +cauldron5.addItemOutput(); +cauldron5.build(); + +val cauldron6 = RecipeBuilder.newBuilder("autocauldron6","terrestrial_cauldron",20); +cauldron6.addFluidInput(*1000); +cauldron6.addFluidInput(*1000); +cauldron6.addItemInput(*4); +cauldron6.addItemOutput(); +cauldron6.build(); + +val cauldron7 = RecipeBuilder.newBuilder("autocauldron7","terrestrial_cauldron",20); +cauldron7.addFluidInput(*1000); +cauldron7.addFluidInput(*1000); +cauldron7.addItemInput(); +cauldron7.addItemOutput(); +cauldron7.build(); + +val cauldron8 = RecipeBuilder.newBuilder("autocauldron8","terrestrial_cauldron",20); +cauldron8.addFluidInput(*1000); +cauldron8.addFluidInput(*1000); +cauldron8.addItemInput(); +cauldron8.addItemOutput(*8); +cauldron8.build(); + +val cauldron9 = RecipeBuilder.newBuilder("autocauldron9","terrestrial_cauldron",20); +cauldron9.addFluidInput(*1000); +cauldron9.addFluidInput(*1000); +cauldron9.addItemInput(); +cauldron9.addItemInput(); +cauldron9.addItemInput(); +cauldron9.addItemInput(); +cauldron9.addItemOutput(); +cauldron9.build(); \ No newline at end of file diff --git a/scripts/ModularBloodMagic.zs b/scripts/ModularBloodMagic.zs new file mode 100644 index 00000000..4521f2bd --- /dev/null +++ b/scripts/ModularBloodMagic.zs @@ -0,0 +1,13 @@ +import mods.modularmachinery.RecipeBuilder; + + +val aby1 = RecipeBuilder.newBuilder("bloodshardle","sentient_coagulator",80); +aby1.addFluidInput(*1000); +aby1.addItemOutput(); +aby1.build(); + +val aby2 = RecipeBuilder.newBuilder("bloodshardle22","sentient_coagulator",80); +aby2.addFluidInput(*1296); +aby2.addItemOutput(); +aby2.build(); + diff --git a/scripts/ModularBloodReprocessor.zs b/scripts/ModularBloodReprocessor.zs new file mode 100644 index 00000000..73e36e16 --- /dev/null +++ b/scripts/ModularBloodReprocessor.zs @@ -0,0 +1,20 @@ +import mods.modularmachinery.RecipeBuilder; + + +val refinedbloodrep = RecipeBuilder.newBuilder("refinedbloodrep","blood_reprocessor",100); +refinedbloodrep.addFluidInput(*200); +refinedbloodrep.addFluidInput(*1000); +refinedbloodrep.addFluidOutput(*500); +refinedbloodrep.build(); + +val superlavagenrep = RecipeBuilder.newBuilder("superlavagenrep","blood_reprocessor",100); +superlavagenrep.addFluidInput(*1000); +superlavagenrep.addFluidInput(*1000); +superlavagenrep.addFluidOutput(*32000); +superlavagenrep.build(); + +val superoilgenrep = RecipeBuilder.newBuilder("superoilgenrep","blood_reprocessor",100); +superoilgenrep.addFluidInput(*1000); +superoilgenrep.addFluidInput(*4000); +superoilgenrep.addFluidOutput(*32000); +superoilgenrep.build(); \ No newline at end of file diff --git a/scripts/ModularBotania.zs b/scripts/ModularBotania.zs new file mode 100644 index 00000000..7d3aadb8 --- /dev/null +++ b/scripts/ModularBotania.zs @@ -0,0 +1,58 @@ +import mods.modularmachinery.RecipeBuilder; + +mods.extendedcrafting.EnderCrafting.addShaped(, +[[null, , null], +[, , ], +[null, , null]], 4); + + +val bot1 = RecipeBuilder.newBuilder("bot1","gaia_altar",400); +bot1.addEnergyPerTickInput(40000); +bot1.addItemInput(*8); +bot1.addItemInput(*8); +bot1.addItemInput(*8); +bot1.addItemInput(); +bot1.addItemOutput(); +bot1.build(); + +val bot2 = RecipeBuilder.newBuilder("bot2","gaia_altar",400); +bot2.addEnergyPerTickInput(40000); +bot2.addItemInput(); +bot2.addItemInput(*12); +bot2.addItemInput(*4); +bot2.addItemOutput(.withTag({ench: [{lvl: 4 as short, id: 20 as short}, {lvl: 45 as short, id: 16 as short}, {lvl: 1 as short, id: 70 as short}, {lvl: 3 as short, id: 34 as short},{lvl: 6 as short, id: 22 as short}], RepairCost: 1, display: {Name: "Thunderfury, Blessed Blade of the Windseeker"}})); +bot2.build(); + +val bot3 = RecipeBuilder.newBuilder("bot3","gaia_altar",400); +bot3.addEnergyPerTickInput(40000); +bot3.addItemInput(*16); +bot3.addItemInput(*64); +bot3.addItemInput(*64); +bot3.addItemOutput(); +bot3.build(); + +val bot4 = RecipeBuilder.newBuilder("bot4","gaia_altar",400); +bot4.addEnergyPerTickInput(40000); +bot4.addItemInput(*1); +bot4.addItemInput(*4); +bot4.addItemInput(*12); +bot4.addItemOutput(); +bot4.build(); + +val bot5 = RecipeBuilder.newBuilder("bot5","gaia_altar",400); +bot5.addEnergyPerTickInput(60000); +bot5.addItemInput(); +bot5.addItemInput(*4); +bot5.addItemInput(*8); +bot5.addItemInput(*8); +bot5.addItemOutput(); +bot5.build(); + +val bot6 = RecipeBuilder.newBuilder("bot6","gaia_altar",400); +bot6.addEnergyPerTickInput(60000); +bot6.addItemInput(); +bot6.addItemInput(*32); +bot6.addItemInput(*8); +bot6.addItemInput(*8); +bot6.addItemOutput(); +bot6.build(); \ No newline at end of file diff --git a/scripts/ModularBotanicCondenser.zs b/scripts/ModularBotanicCondenser.zs new file mode 100644 index 00000000..51eb14d7 --- /dev/null +++ b/scripts/ModularBotanicCondenser.zs @@ -0,0 +1,7 @@ +import mods.modularmachinery.RecipeBuilder; + +val bot1 = RecipeBuilder.newBuilder("botcond","botanic_condenser",100); +bot1.addFluidInput(*100); +bot1.addFluidInput(*100); +bot1.addItemOutput(); +bot1.build(); diff --git a/scripts/ModularCompressionEngine.zs b/scripts/ModularCompressionEngine.zs new file mode 100644 index 00000000..28fefaab --- /dev/null +++ b/scripts/ModularCompressionEngine.zs @@ -0,0 +1,232 @@ +import mods.modularmachinery.RecipeBuilder; + +recipes.addShaped(, +[[null, , null], +[, , ], +[null, , null]]); + +val compressionf1 = RecipeBuilder.newBuilder("compressionf1","compression_engine",600); +compressionf1.addFluidInput(*1000); +compressionf1.addEnergyPerTickOutput(500); +compressionf1.build(); + +val compressionf2 = RecipeBuilder.newBuilder("compressionf2","compression_engine",600); +compressionf2.addFluidInput(*1000); +compressionf2.addEnergyPerTickOutput(1000); +compressionf2.build(); + +val compressionf3 = RecipeBuilder.newBuilder("compressionf3","compression_engine",600); +compressionf3.addFluidInput(*1000); +compressionf3.addEnergyPerTickOutput(1000); +compressionf3.build(); + +val compressionf4 = RecipeBuilder.newBuilder("compressionf4","compression_engine",600); +compressionf4.addFluidInput(*1000); +compressionf4.addEnergyPerTickOutput(4000); +compressionf4.build(); + +val compressionf5 = RecipeBuilder.newBuilder("compressionf5","compression_engine",600); +compressionf5.addFluidInput(*1000); +compressionf5.addEnergyPerTickOutput(5000); +compressionf5.build(); + +val compressionf6 = RecipeBuilder.newBuilder("compressionf6","compression_engine",600); +compressionf6.addFluidInput(*1000); +compressionf6.addEnergyPerTickOutput(6000); +compressionf6.build(); + +val compressionf7 = RecipeBuilder.newBuilder("compressionf7","compression_engine",600); +compressionf7.addFluidInput(*1000); +compressionf7.addEnergyPerTickOutput(10000); +compressionf7.build(); + +val compressionf8 = RecipeBuilder.newBuilder("compressionf8","compression_engine",600); +compressionf8.addFluidInput(*1000); +compressionf8.addEnergyPerTickOutput(6500); +compressionf8.build(); + +val compressionf9 = RecipeBuilder.newBuilder("compressionf9","compression_engine",600); +compressionf9.addFluidInput(*1000); +compressionf9.addEnergyPerTickOutput(2000); +compressionf9.build(); + +val compressionf10 = RecipeBuilder.newBuilder("compressionf10","compression_engine",600); +compressionf10.addFluidInput(*1000); +compressionf10.addEnergyPerTickOutput(4000); +compressionf10.build(); + +val compressionf11 = RecipeBuilder.newBuilder("compressionf11","compression_engine",600); +compressionf11.addFluidInput(*1000); +compressionf11.addEnergyPerTickOutput(6000); +compressionf11.build(); + +val compressionf12 = RecipeBuilder.newBuilder("compressionf12","compression_engine",600); +compressionf12.addFluidInput(*1000); +compressionf12.addEnergyPerTickOutput(2000); +compressionf12.build(); + +val compressionf13 = RecipeBuilder.newBuilder("compressionf13","compression_engine",600); +compressionf13.addFluidInput(*1000); +compressionf13.addEnergyPerTickOutput(10000); +compressionf13.build(); + +val compressionf14 = RecipeBuilder.newBuilder("compressionf14","compression_engine",600); +compressionf14.addFluidInput(*1000); +compressionf14.addEnergyPerTickOutput(4000); +compressionf14.build(); + +val compressionf15 = RecipeBuilder.newBuilder("compressionf15","compression_engine",600); +compressionf15.addFluidInput(*1000); +compressionf15.addEnergyPerTickOutput(4000); +compressionf15.build(); + +val compressionf16 = RecipeBuilder.newBuilder("compressionf16","compression_engine",600); +compressionf16.addFluidInput(*1000); +compressionf16.addEnergyPerTickOutput(1000); +compressionf16.build(); + +val compressionf17 = RecipeBuilder.newBuilder("compressionf17","compression_engine",600); +compressionf17.addFluidInput(*1000); +compressionf17.addEnergyPerTickOutput(3000); +compressionf17.build(); + +val compressionf18 = RecipeBuilder.newBuilder("compressionf18","compression_engine",600); +compressionf18.addFluidInput(*1000); +compressionf18.addEnergyPerTickOutput(4000); +compressionf18.build(); + +val compressionf19 = RecipeBuilder.newBuilder("compressionf19","compression_engine",600); +compressionf19.addFluidInput(*1000); +compressionf19.addEnergyPerTickOutput(2000); +compressionf19.build(); + +val compressionf20 = RecipeBuilder.newBuilder("compressionf20","compression_engine",600); +compressionf20.addFluidInput(*1000); +compressionf20.addEnergyPerTickOutput(3500); +compressionf20.build(); + + + + + + + +val compadvf1 = RecipeBuilder.newBuilder("compadvf1","advanced_compression_engine",400); +compadvf1.addFluidInput(*1000); +compadvf1.addFluidInput(*500); +compadvf1.addFluidOutput(*500); +compadvf1.build(); + +val compadvf2 = RecipeBuilder.newBuilder("compadvf2","advanced_compression_engine",400); +compadvf2.addFluidInput(*1000); +compadvf2.addFluidInput(*1000); +compadvf2.addFluidOutput(*1000); +compadvf2.build(); + +val compadvf3 = RecipeBuilder.newBuilder("compadvf3","advanced_compression_engine",400); +compadvf3.addFluidInput(*1000); +compadvf3.addFluidInput(*1000); +compadvf3.addFluidOutput(*1000); +compadvf3.build(); + +val compadvf4 = RecipeBuilder.newBuilder("compadvf4","advanced_compression_engine",400); +compadvf4.addFluidInput(*1000); +compadvf4.addFluidInput(*4000); +compadvf4.addFluidOutput(*4000); +compadvf4.build(); + +val compadvf5 = RecipeBuilder.newBuilder("compadvf5","advanced_compression_engine",400); +compadvf5.addFluidInput(*1000); +compadvf5.addFluidInput(*5000); +compadvf5.addFluidOutput(*5000); +compadvf5.build(); + +val compadvf6 = RecipeBuilder.newBuilder("compadvf6","advanced_compression_engine",400); +compadvf6.addFluidInput(*1000); +compadvf6.addFluidInput(*6000); +compadvf6.addFluidOutput(*6000); +compadvf6.build(); + +val compadvf7 = RecipeBuilder.newBuilder("compadvf7","advanced_compression_engine",400); +compadvf7.addFluidInput(*1000); +compadvf7.addFluidInput(*10000); +compadvf7.addFluidOutput(*10000); +compadvf7.build(); + +val compadvf8 = RecipeBuilder.newBuilder("compadvf8","advanced_compression_engine",400); +compadvf8.addFluidInput(*1000); +compadvf8.addFluidInput(*6500); +compadvf8.addFluidOutput(*6500); +compadvf8.build(); + +val compadvf9 = RecipeBuilder.newBuilder("compadvf9","advanced_compression_engine",400); +compadvf9.addFluidInput(*1000); +compadvf9.addFluidInput(*2000); +compadvf9.addFluidOutput(*2000); +compadvf9.build(); + +val compadvf10 = RecipeBuilder.newBuilder("compadvf10","advanced_compression_engine",400); +compadvf10.addFluidInput(*1000); +compadvf10.addFluidInput(*4000); +compadvf10.addFluidOutput(*4000); +compadvf10.build(); + +val compadvf11 = RecipeBuilder.newBuilder("compadvf11","advanced_compression_engine",400); +compadvf11.addFluidInput(*1000); +compadvf11.addFluidInput(*6000); +compadvf11.addFluidOutput(*6000); +compadvf11.build(); + +val compadvf12 = RecipeBuilder.newBuilder("compadvf12","advanced_compression_engine",400); +compadvf12.addFluidInput(*1000); +compadvf12.addFluidInput(*2000); +compadvf12.addFluidOutput(*2000); +compadvf12.build(); + +val compadvf13 = RecipeBuilder.newBuilder("compadvf13","advanced_compression_engine",400); +compadvf13.addFluidInput(*1000); +compadvf13.addFluidInput(*10000); +compadvf13.addFluidOutput(*10000); +compadvf13.build(); + +val compadvf14 = RecipeBuilder.newBuilder("compadvf14","advanced_compression_engine",400); +compadvf14.addFluidInput(*1000); +compadvf14.addFluidInput(*4000); +compadvf14.addFluidOutput(*4000); +compadvf14.build(); + +val compadvf15 = RecipeBuilder.newBuilder("compadvf15","advanced_compression_engine",400); +compadvf15.addFluidInput(*1000); +compadvf15.addFluidInput(*4000); +compadvf15.addFluidOutput(*4000); +compadvf15.build(); + +val compadvf16 = RecipeBuilder.newBuilder("compadvf16","advanced_compression_engine",400); +compadvf16.addFluidInput(*1000); +compadvf16.addFluidInput(*1000); +compadvf16.addFluidOutput(*1000); +compadvf16.build(); + +val compadvf17 = RecipeBuilder.newBuilder("compadvf17","advanced_compression_engine",400); +compadvf17.addFluidInput(*1000); +compadvf17.addFluidInput(*3000); +compadvf17.addFluidOutput(*3000); +compadvf17.build(); + +val compadvf18 = RecipeBuilder.newBuilder("compadvf18","advanced_compression_engine",400); +compadvf18.addFluidInput(*1000); +compadvf18.addFluidInput(*4000); +compadvf18.addFluidOutput(*4000); +compadvf18.build(); + +val compadvf19 = RecipeBuilder.newBuilder("compadvf19","advanced_compression_engine",400); +compadvf19.addFluidInput(*1000); +compadvf19.addFluidInput(*2000); +compadvf19.addFluidOutput(*2000); +compadvf19.build(); + +val compadvf20 = RecipeBuilder.newBuilder("compadvf20","advanced_compression_engine",400); +compadvf20.addFluidInput(*1000); +compadvf20.addFluidInput(*3500); +compadvf20.addFluidOutput(*3500); +compadvf20.build(); \ No newline at end of file diff --git a/scripts/ModularCoop.zs b/scripts/ModularCoop.zs new file mode 100644 index 00000000..4bb3d556 --- /dev/null +++ b/scripts/ModularCoop.zs @@ -0,0 +1,355 @@ +import mods.modularmachinery.RecipeBuilder; + +val chick1 = RecipeBuilder.newBuilder("chick1","mechanized_coop",480); +chick1.addItemInput(.withTag({ChickenType: {id: "contenttweaker:polonium_chicken"}})); +chick1.addItemOutput(.withTag({ChickenType: {id: "contenttweaker:polonium_chicken"}})); +chick1.addItemOutput(*16); +chick1.build(); + +val chick2 = RecipeBuilder.newBuilder("chick2","mechanized_coop",480); +chick2.addItemInput(.withTag({ChickenType: {id: "contenttweaker:brightsteel_chicken"}})); +chick2.addItemOutput(.withTag({ChickenType: {id: "contenttweaker:brightsteel_chicken"}})); +chick2.addItemOutput(*6); +chick2.build(); + +val chick3 = RecipeBuilder.newBuilder("chick3","mechanized_coop",480); +chick3.addItemInput(.withTag({ChickenType: {id: "contenttweaker:ogerite_chicken"}})); +chick3.addItemOutput(.withTag({ChickenType: {id: "contenttweaker:ogerite_chicken"}})); +chick3.addItemOutput(*16); +chick3.build(); + +val chick4 = RecipeBuilder.newBuilder("chick4","mechanized_coop",480); +chick4.addItemInput(.withTag({ChickenType: {id: "contenttweaker:mithrillium_chicken"}})); +chick4.addItemOutput(.withTag({ChickenType: {id: "contenttweaker:mithrillium_chicken"}})); +chick4.addItemOutput(*16); +chick4.build(); + +val chick5 = RecipeBuilder.newBuilder("chick5","mechanized_coop",480); +chick5.addItemInput(.withTag({ChickenType: {id: "contenttweaker:palladium_chicken"}})); +chick5.addItemOutput(.withTag({ChickenType: {id: "contenttweaker:palladium_chicken"}})); +chick5.addItemOutput(*16); +chick5.build(); + +val chick6 = RecipeBuilder.newBuilder("chick6","mechanized_coop",480); +chick6.addItemInput(.withTag({ChickenType: {id: "contenttweaker:jade_chicken"}})); +chick6.addItemOutput(.withTag({ChickenType: {id: "contenttweaker:jade_chicken"}})); +chick6.addItemOutput(*16); +chick6.build(); + +val chick7 = RecipeBuilder.newBuilder("chick7","mechanized_coop",480); +chick7.addItemInput(.withTag({ChickenType: {id: "contenttweaker:cold_iron_chicken"}})); +chick7.addItemOutput(.withTag({ChickenType: {id: "contenttweaker:cold_iron_chicken"}})); +chick7.addItemOutput(*16); +chick7.build(); + +val chick8 = RecipeBuilder.newBuilder("chick8","mechanized_coop",480); +chick8.addItemInput(.withTag({ChickenType: {id: "contenttweaker:chalcedony_chicken"}})); +chick8.addItemOutput(.withTag({ChickenType: {id: "contenttweaker:chalcedony_chicken"}})); +chick8.addItemOutput(*16); +chick8.build(); + +val chick9 = RecipeBuilder.newBuilder("chick9","mechanized_coop",480); +chick9.addItemInput(.withTag({ChickenType: {id: "contenttweaker:arlemite_chicken"}})); +chick9.addItemOutput(.withTag({ChickenType: {id: "contenttweaker:arlemite_chicken"}})); +chick9.addItemOutput(*16); +chick9.build(); + +val chick10 = RecipeBuilder.newBuilder("chick10","mechanized_coop",480); +chick10.addItemInput(.withTag({ChickenType: {id: "contenttweaker:limonite_chicken"}})); +chick10.addItemOutput(.withTag({ChickenType: {id: "contenttweaker:limonite_chicken"}})); +chick10.addItemOutput(*16); +chick10.build(); + +val chick11 = RecipeBuilder.newBuilder("chick11","mechanized_coop",480); +chick11.addItemInput(.withTag({ChickenType: {id: "contenttweaker:green_gemstone_chicken"}})); +chick11.addItemOutput(.withTag({ChickenType: {id: "contenttweaker:green_gemstone_chicken"}})); +chick11.addItemOutput(*16); +chick11.build(); + +val chick12 = RecipeBuilder.newBuilder("chick12","mechanized_coop",480); +chick12.addItemInput(.withTag({ChickenType: {id: "contenttweaker:legbone_fragment_chicken"}})); +chick12.addItemOutput(.withTag({ChickenType: {id: "contenttweaker:legbone_fragment_chicken"}})); +chick12.addItemOutput(*16); +chick12.build(); + +val chick13 = RecipeBuilder.newBuilder("chick13","mechanized_coop",480); +chick13.addItemInput(.withTag({ChickenType: {id: "contenttweaker:bloodgem_chicken"}})); +chick13.addItemOutput(.withTag({ChickenType: {id: "contenttweaker:bloodgem_chicken"}})); +chick13.addItemOutput(*16); +chick13.build(); + +val chick14 = RecipeBuilder.newBuilder("chick14","mechanized_coop",480); +chick14.addItemInput(.withTag({ChickenType: {id: "contenttweaker:chaos_chicken"}})); +chick14.addItemOutput(.withTag({ChickenType: {id: "contenttweaker:chaos_chicken"}})); +chick14.addItemOutput(*16); +chick14.build(); + +val chick15 = RecipeBuilder.newBuilder("chick15","mechanized_coop",480); +chick15.addItemInput(.withTag({ChickenType: {id: "contenttweaker:vityte_chicken"}})); +chick15.addItemOutput(.withTag({ChickenType: {id: "contenttweaker:vityte_chicken"}})); +chick15.addItemOutput(*16); +chick15.build(); + +val chick16 = RecipeBuilder.newBuilder("chick16","mechanized_coop",480); +chick16.addItemInput(.withTag({ChickenType: {id: "contenttweaker:purple_gemstone_chicken"}})); +chick16.addItemOutput(.withTag({ChickenType: {id: "contenttweaker:purple_gemstone_chicken"}})); +chick16.addItemOutput(*16); +chick16.build(); + +val chick17 = RecipeBuilder.newBuilder("chick17","mechanized_coop",480); +chick17.addItemInput(.withTag({ChickenType: {id: "contenttweaker:mystite_chicken"}})); +chick17.addItemOutput(.withTag({ChickenType: {id: "contenttweaker:mystite_chicken"}})); +chick17.addItemOutput(*16); +chick17.build(); + +val chick18 = RecipeBuilder.newBuilder("chick18","mechanized_coop",480); +chick18.addItemInput(.withTag({ChickenType: {id: "contenttweaker:blazium_chicken"}})); +chick18.addItemOutput(.withTag({ChickenType: {id: "contenttweaker:blazium_chicken"}})); +chick18.addItemOutput(*16); +chick18.build(); + +val chick19 = RecipeBuilder.newBuilder("chick19","mechanized_coop",480); +chick19.addItemInput(.withTag({ChickenType: {id: "contenttweaker:footbone_fragment_chicken"}})); +chick19.addItemOutput(.withTag({ChickenType: {id: "contenttweaker:footbone_fragment_chicken"}})); +chick19.addItemOutput(*16); +chick19.build(); + +val chick20 = RecipeBuilder.newBuilder("chick20","mechanized_coop",480); +chick20.addItemInput(.withTag({ChickenType: {id: "contenttweaker:bloodstone_chicken"}})); +chick20.addItemOutput(.withTag({ChickenType: {id: "contenttweaker:bloodstone_chicken"}})); +chick20.addItemOutput(*16); +chick20.build(); + +val chick21 = RecipeBuilder.newBuilder("chick21","mechanized_coop",480); +chick21.addItemInput(.withTag({ChickenType: {id: "contenttweaker:rupee_chicken"}})); +chick21.addItemOutput(.withTag({ChickenType: {id: "contenttweaker:rupee_chicken"}})); +chick21.addItemOutput(*16); +chick21.build(); + +val chick22 = RecipeBuilder.newBuilder("chick22","mechanized_coop",480); +chick22.addItemInput(.withTag({ChickenType: {id: "contenttweaker:blue_gemstone_chicken"}})); +chick22.addItemOutput(.withTag({ChickenType: {id: "contenttweaker:blue_gemstone_chicken"}})); +chick22.addItemOutput(*16); +chick22.build(); + +val chick23 = RecipeBuilder.newBuilder("chick23","mechanized_coop",480); +chick23.addItemInput(.withTag({ChickenType: {id: "contenttweaker:amethyst_chicken"}})); +chick23.addItemOutput(.withTag({ChickenType: {id: "contenttweaker:amethyst_chicken"}})); +chick23.addItemOutput(*16); +chick23.build(); + +val chick24 = RecipeBuilder.newBuilder("chick24","mechanized_coop",480); +chick24.addItemInput(.withTag({ChickenType: {id: "contenttweaker:skullbone_fragment_chicken"}})); +chick24.addItemOutput(.withTag({ChickenType: {id: "contenttweaker:skullbone_fragment_chicken"}})); +chick24.addItemOutput(*16); +chick24.build(); + +val chick25 = RecipeBuilder.newBuilder("chick25","mechanized_coop",480); +chick25.addItemInput(.withTag({ChickenType: {id: "contenttweaker:amber_chicken"}})); +chick25.addItemOutput(.withTag({ChickenType: {id: "contenttweaker:amber_chicken"}})); +chick25.addItemOutput(*16); +chick25.build(); + +val chick26 = RecipeBuilder.newBuilder("chick26","mechanized_coop",480); +chick26.addItemInput(.withTag({ChickenType: {id: "contenttweaker:realmite_chicken"}})); +chick26.addItemOutput(.withTag({ChickenType: {id: "contenttweaker:realmite_chicken"}})); +chick26.addItemOutput(*16); +chick26.build(); + +val chick27 = RecipeBuilder.newBuilder("chick27","mechanized_coop",480); +chick27.addItemInput(.withTag({ChickenType: {id: "contenttweaker:yellow_gemstone_chicken"}})); +chick27.addItemOutput(.withTag({ChickenType: {id: "contenttweaker:yellow_gemstone_chicken"}})); +chick27.addItemOutput(*16); +chick27.build(); + +val chick28 = RecipeBuilder.newBuilder("chick28","mechanized_coop",480); +chick28.addItemInput(.withTag({ChickenType: {id: "contenttweaker:runium_chicken"}})); +chick28.addItemOutput(.withTag({ChickenType: {id: "contenttweaker:runium_chicken"}})); +chick28.addItemOutput(*16); +chick28.build(); + +val chick29 = RecipeBuilder.newBuilder("chick29","mechanized_coop",480); +chick29.addItemInput(.withTag({ChickenType: {id: "contenttweaker:charged_runium_chicken"}})); +chick29.addItemOutput(.withTag({ChickenType: {id: "contenttweaker:charged_runium_chicken"}})); +chick29.addItemOutput(*16); +chick29.build(); + +val chick30 = RecipeBuilder.newBuilder("chick30","mechanized_coop",480); +chick30.addItemInput(.withTag({ChickenType: {id: "contenttweaker:netherite_chicken"}})); +chick30.addItemOutput(.withTag({ChickenType: {id: "contenttweaker:netherite_chicken"}})); +chick30.addItemOutput(*16); +chick30.build(); + +val chick31 = RecipeBuilder.newBuilder("chick31","mechanized_coop",480); +chick31.addItemInput(.withTag({ChickenType: {id: "contenttweaker:sapphire_chicken"}})); +chick31.addItemOutput(.withTag({ChickenType: {id: "contenttweaker:sapphire_chicken"}})); +chick31.addItemOutput(*16); +chick31.build(); + +val chick32 = RecipeBuilder.newBuilder("chick32","mechanized_coop",480); +chick32.addItemInput(.withTag({ChickenType: {id: "contenttweaker:glitch_chicken"}})); +chick32.addItemOutput(.withTag({ChickenType: {id: "contenttweaker:glitch_chicken"}})); +chick32.addItemOutput(*16); +chick32.build(); + +val chick33 = RecipeBuilder.newBuilder("chick33","mechanized_coop",480); +chick33.addItemInput(.withTag({ChickenType: {id: "contenttweaker:crystallite_chicken"}})); +chick33.addItemOutput(.withTag({ChickenType: {id: "contenttweaker:crystallite_chicken"}})); +chick33.addItemOutput(*16); +chick33.build(); + +val chick34 = RecipeBuilder.newBuilder("chick34","mechanized_coop",480); +chick34.addItemInput(.withTag({ChickenType: {id: "contenttweaker:gemenyte_chicken"}})); +chick34.addItemOutput(.withTag({ChickenType: {id: "contenttweaker:gemenyte_chicken"}})); +chick34.addItemOutput(*16); +chick34.build(); + +val chick35 = RecipeBuilder.newBuilder("chick35","mechanized_coop",480); +chick35.addItemInput(.withTag({ChickenType: {id: "contenttweaker:rosite_chicken"}})); +chick35.addItemOutput(.withTag({ChickenType: {id: "contenttweaker:rosite_chicken"}})); +chick35.addItemOutput(*16); +chick35.build(); + +val chick36 = RecipeBuilder.newBuilder("chick36","mechanized_coop",480); +chick36.addItemInput(.withTag({ChickenType: {id: "contenttweaker:varsium_chicken"}})); +chick36.addItemOutput(.withTag({ChickenType: {id: "contenttweaker:varsium_chicken"}})); +chick36.addItemOutput(*16); +chick36.build(); + +val chick37 = RecipeBuilder.newBuilder("chick37","mechanized_coop",480); +chick37.addItemInput(.withTag({ChickenType: {id: "contenttweaker:rhenium_chicken"}})); +chick37.addItemOutput(.withTag({ChickenType: {id: "contenttweaker:rhenium_chicken"}})); +chick37.addItemOutput(*16); +chick37.build(); + +val chick38 = RecipeBuilder.newBuilder("chick38","mechanized_coop",480); +chick38.addItemInput(.withTag({ChickenType: {id: "contenttweaker:lyon_chicken"}})); +chick38.addItemOutput(.withTag({ChickenType: {id: "contenttweaker:lyon_chicken"}})); +chick38.addItemOutput(*16); +chick38.build(); + +val chick39 = RecipeBuilder.newBuilder("chick39","mechanized_coop",480); +chick39.addItemInput(.withTag({ChickenType: {id: "contenttweaker:candyte_chicken"}})); +chick39.addItemOutput(.withTag({ChickenType: {id: "contenttweaker:candyte_chicken"}})); +chick39.addItemOutput(*16); +chick39.build(); + +val chick40 = RecipeBuilder.newBuilder("chick40","mechanized_coop",480); +chick40.addItemInput(.withTag({ChickenType: {id: "contenttweaker:lunastone_chicken"}})); +chick40.addItemOutput(.withTag({ChickenType: {id: "contenttweaker:lunastone_chicken"}})); +chick40.addItemOutput(*16); +chick40.build(); + +val chick41 = RecipeBuilder.newBuilder("chick41","mechanized_coop",480); +chick41.addItemInput(.withTag({ChickenType: {id: "contenttweaker:baronyte_chicken"}})); +chick41.addItemOutput(.withTag({ChickenType: {id: "contenttweaker:baronyte_chicken"}})); +chick41.addItemOutput(*16); +chick41.build(); + +val chick42 = RecipeBuilder.newBuilder("chick42","mechanized_coop",480); +chick42.addItemInput(.withTag({ChickenType: {id: "contenttweaker:jewelyte_chicken"}})); +chick42.addItemOutput(.withTag({ChickenType: {id: "contenttweaker:jewelyte_chicken"}})); +chick42.addItemOutput(*16); +chick42.build(); + +val chick43 = RecipeBuilder.newBuilder("chick43","mechanized_coop",480); +chick43.addItemInput(.withTag({ChickenType: {id: "contenttweaker:unidentified_chicken"}})); +chick43.addItemOutput(.withTag({ChickenType: {id: "contenttweaker:unidentified_chicken"}})); +chick43.addItemOutput(*16); +chick43.build(); + +val chick44 = RecipeBuilder.newBuilder("chick44","mechanized_coop",480); +chick44.addItemInput(.withTag({ChickenType: {id: "contenttweaker:white_gemstone_chicken"}})); +chick44.addItemOutput(.withTag({ChickenType: {id: "contenttweaker:white_gemstone_chicken"}})); +chick44.addItemOutput(*16); +chick44.build(); + +val chick45 = RecipeBuilder.newBuilder("chick45","mechanized_coop",480); +chick45.addItemInput(.withTag({ChickenType: {id: "contenttweaker:chestbone_fragment_chicken"}})); +chick45.addItemOutput(.withTag({ChickenType: {id: "contenttweaker:chestbone_fragment_chicken"}})); +chick45.addItemOutput(*16); +chick45.build(); + +val chick46 = RecipeBuilder.newBuilder("chick46","mechanized_coop",480); +chick46.addItemInput(.withTag({ChickenType: {id: "contenttweaker:red_gemstone_chicken"}})); +chick46.addItemOutput(.withTag({ChickenType: {id: "contenttweaker:red_gemstone_chicken"}})); +chick46.addItemOutput(*16); +chick46.build(); + +val chick47 = RecipeBuilder.newBuilder("chick47","mechanized_coop",480); +chick47.addItemInput(.withTag({ChickenType: {id: "contenttweaker:emberstone_chicken"}})); +chick47.addItemOutput(.withTag({ChickenType: {id: "contenttweaker:emberstone_chicken"}})); +chick47.addItemOutput(*16); +chick47.build(); + +val chick48 = RecipeBuilder.newBuilder("chick48","mechanized_coop",480); +chick48.addItemInput(.withTag({ChickenType: {id: "contenttweaker:fluctuatite_chicken"}})); +chick48.addItemOutput(.withTag({ChickenType: {id: "contenttweaker:fluctuatite_chicken"}})); +chick48.addItemOutput(*16); +chick48.build(); + +val chick49 = RecipeBuilder.newBuilder("chick49","mechanized_coop",480); +chick49.addItemInput(.withTag({ChickenType: {id: "contenttweaker:ornamyte_chicken"}})); +chick49.addItemOutput(.withTag({ChickenType: {id: "contenttweaker:ornamyte_chicken"}})); +chick49.addItemOutput(*16); +chick49.build(); + +val chick50 = RecipeBuilder.newBuilder("chick50","mechanized_coop",480); +chick50.addItemInput(.withTag({ChickenType: {id: "contenttweaker:infinity_chicken"}})); +chick50.addItemOutput(.withTag({ChickenType: {id: "contenttweaker:infinity_chicken"}})); +chick50.addItemOutput(*16); +chick50.build(); + +val chick51 = RecipeBuilder.newBuilder("chick51","mechanized_coop",480); +chick51.addItemInput(.withTag({ChickenType: {id: "chickens:pshardchicken"}})); +chick51.addItemOutput(.withTag({ChickenType: {id: "chickens:pshardchicken"}})); +chick51.addItemOutput(*64); +chick51.build(); + +val chick52 = RecipeBuilder.newBuilder("chick52","mechanized_coop",480); +chick52.addItemInput(.withTag({ChickenType: {id: "chickens:stringchicken"}})); +chick52.addItemOutput(.withTag({ChickenType: {id: "chickens:stringchicken"}})); +chick52.addItemOutput(*64); +chick52.build(); + +val chick53 = RecipeBuilder.newBuilder("chick53","mechanized_coop",480); +chick53.addItemInput(.withTag({ChickenType: {id: "chickens:emeraldchicken"}})); +chick53.addItemOutput(.withTag({ChickenType: {id: "chickens:emeraldchicken"}})); +chick53.addItemOutput(*64); +chick53.build(); + +val chick54 = RecipeBuilder.newBuilder("chick54","mechanized_coop",480); +chick54.addItemInput(.withTag({ChickenType: {id: "chickens:glasschicken"}})); +chick54.addItemOutput(.withTag({ChickenType: {id: "chickens:glasschicken"}})); +chick54.addItemOutput(*64); +chick54.build(); + +val chick55 = RecipeBuilder.newBuilder("chick55","mechanized_coop",480); +chick55.addItemInput(.withTag({ChickenType: {id: "chickens:waterchicken"}})); +chick55.addItemOutput(.withTag({ChickenType: {id: "chickens:waterchicken"}})); +chick55.addItemOutput(*64); +chick55.build(); + +val chick56 = RecipeBuilder.newBuilder("chick56","mechanized_coop",480); +chick56.addItemInput(.withTag({ChickenType: {id: "chickens:slimechicken"}})); +chick56.addItemOutput(.withTag({ChickenType: {id: "chickens:slimechicken"}})); +chick56.addItemOutput(*64); +chick56.build(); + +val chick57 = RecipeBuilder.newBuilder("chick57","mechanized_coop",480); +chick57.addItemInput(.withTag({ChickenType: {id: "chickens:pcrystalchicken"}})); +chick57.addItemOutput(.withTag({ChickenType: {id: "chickens:pcrystalchicken"}})); +chick57.addItemOutput(*64); +chick57.build(); + +val chick58 = RecipeBuilder.newBuilder("chick58","mechanized_coop",480); +chick58.addItemInput(.withTag({ChickenType: {id: "chickens:gunpowderchicken"}})); +chick58.addItemOutput(.withTag({ChickenType: {id: "chickens:gunpowderchicken"}})); +chick58.addItemOutput(*64); +chick58.build(); + +val chick59 = RecipeBuilder.newBuilder("chick59","mechanized_coop",480); +chick59.addItemInput(.withTag({ChickenType: {id: "chickens:lavachicken"}})); +chick59.addItemOutput(.withTag({ChickenType: {id: "chickens:lavachicken"}})); +chick59.addItemOutput(*64); +chick59.build(); \ No newline at end of file diff --git a/scripts/ModularCreation.zs b/scripts/ModularCreation.zs new file mode 100644 index 00000000..f669f2f5 --- /dev/null +++ b/scripts/ModularCreation.zs @@ -0,0 +1,67 @@ +import mods.modularmachinery.RecipeBuilder; + + +val creation1 = RecipeBuilder.newBuilder("creation1","creation_altar",1600); +creation1.addEnergyPerTickInput(400000); +creation1.addFluidInput(*20000); +creation1.addFluidInput(*20000); +creation1.addFluidInput(*20000); +creation1.addFluidInput(*20000); +creation1.addFluidInput(*20000); +creation1.addFluidInput(*20000); +creation1.addItemInput(); +creation1.addItemInput(); +creation1.addItemInput(); +creation1.addItemInput(); +creation1.addItemInput(); +creation1.addItemInput(); +creation1.addItemInput(); +creation1.addItemInput(); +creation1.addItemInput(); +creation1.addItemInput(); +creation1.addItemInput(); +creation1.addItemInput(); +creation1.addItemInput(); +creation1.addItemOutput(); +creation1.build(); + +val creation2 = RecipeBuilder.newBuilder("creation2","creation_altar",1600); +creation2.addEnergyPerTickInput(400000); +creation2.addFluidInput(*25000); +creation2.addFluidInput(*25000); +creation2.addFluidInput(*25000); +creation2.addFluidInput(*25000); +creation2.addFluidInput(*25000); +creation2.addFluidInput(*25000); +creation2.addItemInput(*4); +creation2.addItemInput(*2); +creation2.addItemInput(*2); +creation2.addItemInput(*2); +creation2.addItemInput(*2); +creation2.addItemInput(*2); +creation2.addItemInput(*2); +creation2.addItemInput(*2); +creation2.addItemInput(*2); +creation2.addItemInput(*2); +creation2.addItemInput(*2); +creation2.addItemInput(*2); +creation2.addItemInput(*2); +creation2.addItemInput(*2); +creation2.addItemOutput(); +creation2.build(); + +val creation3 = RecipeBuilder.newBuilder("creation3","creation_altar",100); +creation3.addEnergyPerTickInput(400000); +creation3.addFluidInput(*100); +creation3.addFluidInput(*100); +creation3.addFluidInput(*100); +creation3.addFluidInput(*100); +creation3.addFluidInput(*100); +creation3.addFluidInput(*100); +creation3.addItemInput(); +creation3.addItemInput(); +creation3.addItemInput(); +creation3.addItemInput(); +creation3.addItemInput(); +creation3.addItemOutput(*8); +creation3.build(); \ No newline at end of file diff --git a/scripts/ModularDimensionalDoors.zs b/scripts/ModularDimensionalDoors.zs new file mode 100644 index 00000000..f18e6eba --- /dev/null +++ b/scripts/ModularDimensionalDoors.zs @@ -0,0 +1,12 @@ +import mods.modularmachinery.RecipeBuilder; + + +val aby1 = RecipeBuilder.newBuilder("dimensional420","dimensional_stabilizer",5000); +aby1.addFluidInput(*200); +aby1.addItemOutput(); +aby1.build(); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); \ No newline at end of file diff --git a/scripts/ModularDivineRPG.zs b/scripts/ModularDivineRPG.zs new file mode 100644 index 00000000..77011372 --- /dev/null +++ b/scripts/ModularDivineRPG.zs @@ -0,0 +1,50 @@ +import mods.modularmachinery.RecipeBuilder; + +val enc1 = RecipeBuilder.newBuilder("icearca1","corrupted_library",100); +enc1.addEnergyPerTickInput(2000); +enc1.addFluidInput(*200); +enc1.addFluidInput(*200); +enc1.addItemInput(); +enc1.addItemInput(*8); +enc1.addItemOutput(*4); +enc1.build(); + +val enc2 = RecipeBuilder.newBuilder("icearca2","corrupted_library",100); +enc2.addEnergyPerTickInput(2000); +enc2.addFluidInput(*200); +enc2.addFluidInput(*200); +enc2.addItemInput(); +enc2.addItemInput(*48); +enc2.addItemOutput(*12); +enc2.build(); + +val enc3 = RecipeBuilder.newBuilder("icearca3","corrupted_library",80); +enc3.addEnergyPerTickInput(2000); +enc3.addFluidInput(*800); +enc3.addFluidInput(*800); +enc3.addItemInput(); +enc3.addItemInput(*4); +enc3.addItemOutput(); +enc3.build(); + +val enc4 = RecipeBuilder.newBuilder("icearca4","corrupted_library",80); +enc4.addEnergyPerTickInput(2000); +enc4.addFluidInput(*800); +enc4.addFluidInput(*800); +enc4.addItemInput(); +enc4.addItemInput(*4); +enc4.addItemOutput(*2); +enc4.build(); + +val enc5 = RecipeBuilder.newBuilder("icearca5","corrupted_library",20); +enc5.addEnergyPerTickInput(2000); +enc5.addFluidInput(*800); +enc5.addFluidInput(*800); +enc5.addItemInput(); +enc5.addItemInput(*32); +enc5.addItemOutput(*8); +enc5.addItemOutput(*8); +enc5.addItemOutput(*8); +enc5.addItemOutput(*8); +enc5.addItemOutput(*8); +enc5.build(); \ No newline at end of file diff --git a/scripts/ModularDysonCompressor.zs b/scripts/ModularDysonCompressor.zs new file mode 100644 index 00000000..65eba620 --- /dev/null +++ b/scripts/ModularDysonCompressor.zs @@ -0,0 +1,166 @@ + +import mods.modularmachinery.RecipeBuilder; + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , , , ], +[, , , , ], +[, , , , ], +[, , , , ], +[, , , , ]]); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , , , ], +[, , , , ], +[, , , , ], +[, , , , ], +[, , , , ]]); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , , , ], +[, , , , ], +[, , , , ], +[, , , , ], +[, , , , ]]); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , , , ], +[, , , , ], +[, , , , ], +[, , , , ], +[, , , , ]]); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , , , ], +[, , , , ], +[, , , , ], +[, , , , ], +[, , , , ]]); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , , , ], +[, , , , ], +[, , , , ], +[, , , , ], +[, , , , ]]); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , , , ], +[, , , , ], +[, , , , ], +[, , , , ], +[, , , , ]]); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , ], +[, .withTag({type: "entropinnyum"}), ], +[, , ]]); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +mods.extendedcrafting.EnderCrafting.addShaped(*4, +[[, , ], +[, , ], +[, , ]], 1); + +mods.extendedcrafting.TableCrafting.addShaped(*14, +[[, , , +, , , +, , ], + +[, 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.extendedcrafting.TableCrafting.addShaped(*4, + +[[, 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, ]]); + + +val haliteingotcompression = RecipeBuilder.newBuilder("haliteingotcompression","dyson_compressor",100); +haliteingotcompression.addEnergyPerTickInput(50000000); +haliteingotcompression.addItemInput(); +haliteingotcompression.addItemInput(*4); +haliteingotcompression.addItemOutput(); +haliteingotcompression.build(); + +val makehorcrux = RecipeBuilder.newBuilder("makehorcrux","herne_altar",80); +makehorcrux.addFluidInput(*12000); +makehorcrux.addFluidInput(*12000); +makehorcrux.addItemOutput(); +makehorcrux.build(); diff --git a/scripts/ModularDysonIrradiator.zs b/scripts/ModularDysonIrradiator.zs new file mode 100644 index 00000000..80df194a --- /dev/null +++ b/scripts/ModularDysonIrradiator.zs @@ -0,0 +1,638 @@ + +import mods.modularmachinery.RecipeBuilder; + +recipes.addShaped(*4, +[[, , ], +[, , ], +[, , ]]); + +mods.buildcraft.AssemblyTable.addRecipe("definedchipsetyee", , 1000, [, , , ]); + +mods.techreborn.assemblingMachine.addRecipe(, , , 60, 2); + +mods.techreborn.assemblingMachine.addRecipe(, , , 60, 2); + +mods.extendedcrafting.EnderCrafting.addShaped(*4, +[[,null,], +[null,,null], +[,null,]], 2); + +mods.astralsorcery.StarlightInfusion.addInfusion(, , false, 1.0, 50); + +recipes.addShaped(*4, +[[, , ], +[, , ], +[, , ]]); + + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , , , ], +[, , , , ], +[, , , , ], +[, , , , ], +[, , , , ]]); + + +mods.thermalexpansion.Infuser.addRecipe(, , 1000); + +val creationray = RecipeBuilder.newBuilder("creationray","creation_altar",1600); +creationray.addEnergyPerTickInput(400000); +creationray.addFluidInput(*10); +creationray.addFluidInput(*10); +creationray.addFluidInput(*10); +creationray.addFluidInput(*10); +creationray.addFluidInput(*10); +creationray.addFluidInput(*10); +creationray.addItemInput(*4); +creationray.addItemInput(*4); +creationray.addItemInput(*2); +creationray.addItemInput(*2); +creationray.addItemInput(); +creationray.addItemInput(); +creationray.addItemOutput(); +creationray.build(); + + +mods.extendedcrafting.TableCrafting.addShaped(*16, +[[, , , , ], +[, , , , ], +[, , , , ], +[, , , , ], +[, , , , ]]); + +mods.extrautils2.Resonator.add(, , 128); + +val abyssaldyson = RecipeBuilder.newBuilder("abyssaldyson","sterilized_altar",120); +abyssaldyson.addEnergyPerTickInput(1200); +abyssaldyson.addFluidInput(*1000); +abyssaldyson.addFluidInput(*1000); +abyssaldyson.addItemInput(); +abyssaldyson.addItemInput(); +abyssaldyson.addItemInput(*4); +abyssaldyson.addItemInput(*4); +abyssaldyson.addItemOutput(); +abyssaldyson.build(); + +val dragondysirrad = RecipeBuilder.newBuilder("dragondysirrad","dragonfire_crucible",100); +dragondysirrad.addFluidInput(*1000); +dragondysirrad.addItemInput(*2); +dragondysirrad.addItemInput(*4); +dragondysirrad.addItemInput(*64); +dragondysirrad.addItemInput(); +dragondysirrad.addItemOutput(); +dragondysirrad.build(); + +val dysonastralmat = RecipeBuilder.newBuilder("dysonastralmat","auto_astral_altar",1200); +dysonastralmat.addEnergyPerTickInput(1000); +dysonastralmat.addItemInput(); +dysonastralmat.addItemInput(); +dysonastralmat.addItemInput(); +dysonastralmat.addItemInput(); +dysonastralmat.addItemInput(); +dysonastralmat.addItemInput(); +dysonastralmat.addItemInput(); +dysonastralmat.addItemInput(); +dysonastralmat.addItemInput(); +dysonastralmat.addItemInput(); +dysonastralmat.addItemInput(); +dysonastralmat.addItemOutput(); +dysonastralmat.build(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , , , ], +[, , , , ], +[, , , , ], +[, , , , ], +[, , , , ]]); + +val electroblobdyson = RecipeBuilder.newBuilder("electroblobdyson","wizardry_combiner",200); +electroblobdyson.addEnergyPerTickInput(15000); +electroblobdyson.addItemInput(); +electroblobdyson.addItemInput(*4); +electroblobdyson.addItemInput(*2); +electroblobdyson.addItemOutput(); +electroblobdyson.build(); + +val infinityfurnacerefractall = RecipeBuilder.newBuilder("infinityfurnacerefractall","infinity_furnace",200); +infinityfurnacerefractall.addFluidInput(*16000); +infinityfurnacerefractall.addItemInput(); +infinityfurnacerefractall.addItemInput(); +infinityfurnacerefractall.addItemInput(); +infinityfurnacerefractall.addItemInput(); +infinityfurnacerefractall.addItemInput(); +infinityfurnacerefractall.addItemInput(); +infinityfurnacerefractall.addItemInput(); +infinityfurnacerefractall.addItemOutput(*8); +infinityfurnacerefractall.build(); + +mods.nuclearcraft.extractor.addRecipe([, , *25, 0.1, 0.9, 0.2]); + +mods.nuclearcraft.irradiator.addRecipe([*100, *500, *500, *100, 0.9, 0.4, 0.1]); + +mods.nuclearcraft.crystallizer.addRecipe([*250, , 0.1, 0.9, 0.5]); + +mods.techreborn.rollingMachine.addShaped(*4, +[[,,], +[,,], +[,,]]); + +mods.thermalexpansion.Crucible.addRecipe(*1000, , 500); + +mods.thermalexpansion.Transposer.addFillRecipe(, , *1000, 200); + +val corruptedlibrarydefinedengine = RecipeBuilder.newBuilder("corruptedlibrarydefinedengine","corrupted_library",200); +corruptedlibrarydefinedengine.addFluidInput(*5000); +corruptedlibrarydefinedengine.addFluidInput(*5000); +corruptedlibrarydefinedengine.addItemInput(*4); +corruptedlibrarydefinedengine.addItemInput(*2); +corruptedlibrarydefinedengine.addItemInput(); +corruptedlibrarydefinedengine.addItemInput(*4); +corruptedlibrarydefinedengine.addItemOutput(); +corruptedlibrarydefinedengine.build(); + +mods.extendedcrafting.TableCrafting.addShaped(*20, +[[, , , , ], +[, , , , ], +[, , , , ], +[, , , , ], +[, , , , ]]); + + +val hyperdenseplasmacent = RecipeBuilder.newBuilder("hyperdenseplasmacent","iron_centrifuge",200); +hyperdenseplasmacent.addFluidInput(*50); +hyperdenseplasmacent.addFluidInput(*50); +hyperdenseplasmacent.addFluidInput(*50); +hyperdenseplasmacent.addFluidInput(*50); +hyperdenseplasmacent.addFluidInput(*50); +hyperdenseplasmacent.addFluidInput(*50); +hyperdenseplasmacent.addFluidOutput(*300); +hyperdenseplasmacent.build(); + +mods.thermalexpansion.InductionSmelter.addRecipe(*2, +, +, 3333); + +val irradiationultimate = RecipeBuilder.newBuilder("irradiationultimate","dyson_irradiator",200); +irradiationultimate.addEnergyPerTickInput(500000); +irradiationultimate.addGridPowerInput(500); +irradiationultimate.addFluidInput(*100); +irradiationultimate.addItemInput(); +irradiationultimate.addItemInput(*4); +irradiationultimate.addItemInput(*10); +irradiationultimate.addItemInput(); +irradiationultimate.addItemInput(); +irradiationultimate.addItemInput(); +irradiationultimate.addItemInput(); +irradiationultimate.addItemInput(); +irradiationultimate.addItemInput(*2); +irradiationultimate.addItemInput(); +irradiationultimate.addItemInput(); +irradiationultimate.addItemInput(); +irradiationultimate.addItemInput(*64); +irradiationultimate.addItemInput(*4); +irradiationultimate.addItemOutput(); +irradiationultimate.build(); + +val irradiationultimate1 = RecipeBuilder.newBuilder("irradiationultimate1","dyson_irradiator",200); +irradiationultimate1.addEnergyPerTickInput(500000); +irradiationultimate1.addGridPowerInput(500); +irradiationultimate1.addFluidInput(*100); +irradiationultimate1.addFluidInput(*200); +irradiationultimate1.addItemInput(); +irradiationultimate1.addItemInput(*4); +irradiationultimate1.addItemInput(*10); +irradiationultimate1.addItemInput(); +irradiationultimate1.addItemInput(); +irradiationultimate1.addItemInput(); +irradiationultimate1.addItemInput(); +irradiationultimate1.addItemInput(); +irradiationultimate1.addItemInput(*2); +irradiationultimate1.addItemInput(); +irradiationultimate1.addItemInput(); +irradiationultimate1.addItemInput(); +irradiationultimate1.addItemInput(*64); +irradiationultimate1.addItemInput(*4); +irradiationultimate1.addItemInput(); +irradiationultimate1.addItemOutput(*12); +irradiationultimate1.build(); + +mods.thaumcraft.Infusion.registerRecipe("infinityseedinfusion", "", , +20, +[*10, *10], +, +[, , , , , , .withTag({astralsorcery: {constellationName: "astralsorcery.constellation.aevitas", crystalProperties: {collectiveCapability: 100, size: 900, fract: 0, purity: 100, sizeOverride: -1}}})]); + +mods.bloodmagic.BloodAltar.addRecipe(, , 0, 20,30,40); + +mods.thermalexpansion.Insolator.addRecipe(, + , + , + 25000, + , + 101); + + +recipes.addShaped(, +[[, null, ], +[null, .reuse(), null], +[, null, ]]); + +mods.botania.ElvenTrade.addRecipe([], []); + +mods.techreborn.fusionReactor.addRecipe(, , , 100, 50, 80); + +mods.aether_legacy.Enchanter.registerEnchantment(, , 40); + +mods.thaumcraft.Infusion.registerRecipe("infinitychickeninfusion", "", .withTag({ChickenType: {id: "contenttweaker:infinity_chicken"}}), +1, +[*100, *100], +, +[,,, , , , , ]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + + +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, , ], + +[, , , +, , , +, , ]]); + + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +val fierypeat = RecipeBuilder.newBuilder("fierypeat","dragonfire_forge",50); +fierypeat.addItemInput(); +fierypeat.addFluidOutput(*100); +fierypeat.build(); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +val irradiationseed1 = RecipeBuilder.newBuilder("irradiationseed1","dyson_irradiator",200); +irradiationseed1.addEnergyPerTickInput(500000); +irradiationseed1.addFluidInput(*400); +irradiationseed1.addAspectInput("herba",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("herba",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("herba",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("herba",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("herba",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("herba",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); +spatialcruchalite.addFluidInput(*600); +spatialcruchalite.addItemInput(*4); +spatialcruchalite.addItemInput(*64); +spatialcruchalite.addItemInput(*64); +spatialcruchalite.addItemInput(); +spatialcruchalite.addItemInput(*2); +spatialcruchalite.addItemInput(*2); +spatialcruchalite.addItemInput(.withTag({Material: "infinity_avaritia_plustic"})); +spatialcruchalite.addFluidOutput(*1000); +spatialcruchalite.build(); + + +val haliteshield = RecipeBuilder.newBuilder("haliteshield","dyson_irradiator",200); +haliteshield.addEnergyPerTickInput(50000000); +haliteshield.addFluidInput(*2000); +haliteshield.addAspectInput("herba",50); +haliteshield.addItemInput(); +haliteshield.addItemInput(); +haliteshield.addItemInput(); +haliteshield.addItemInput(); +haliteshield.addItemInput(); +haliteshield.addItemInput(); +haliteshield.addItemOutput(); +haliteshield.build(); + +val halitehelm = RecipeBuilder.newBuilder("halitehelm","dyson_irradiator",200); +halitehelm.addEnergyPerTickInput(50000000); +halitehelm.addFluidInput(*2000); +halitehelm.addAspectInput("herba",50); +halitehelm.addItemInput(); +halitehelm.addItemInput(); +halitehelm.addItemInput(); +halitehelm.addItemInput(); +halitehelm.addItemInput(); +halitehelm.addItemInput(); +halitehelm.addItemOutput(); +halitehelm.build(); + +val halitesword = RecipeBuilder.newBuilder("halitesword","dyson_irradiator",200); +halitesword.addEnergyPerTickInput(50000000); +halitesword.addFluidInput(*2000); +halitesword.addAspectInput("herba",50); +halitesword.addItemInput(); +halitesword.addItemInput(); +halitesword.addItemInput(); +halitesword.addItemInput(); +halitesword.addItemInput(); +halitesword.addItemInput(); +halitesword.addItemOutput(); +halitesword.build(); + +val halitebow = RecipeBuilder.newBuilder("halitebow","dyson_irradiator",200); +halitebow.addEnergyPerTickInput(50000000); +halitebow.addFluidInput(*2000); +halitebow.addAspectInput("herba",50); +halitebow.addItemInput(); +halitebow.addItemInput(); +halitebow.addItemInput(); +halitebow.addItemInput(); +halitebow.addItemInput(); +halitebow.addItemInput(); +halitebow.addItemOutput(); +halitebow.build(); + +val haliteslicer = RecipeBuilder.newBuilder("haliteslicer","dyson_irradiator",200); +haliteslicer.addEnergyPerTickInput(50000000); +haliteslicer.addFluidInput(*2000); +haliteslicer.addAspectInput("herba",50); +haliteslicer.addItemInput(); +haliteslicer.addItemInput(); +haliteslicer.addItemInput(); +haliteslicer.addItemInput(); +haliteslicer.addItemInput(); +haliteslicer.addItemOutput(*200); +haliteslicer.build(); + +val haliteblitz = RecipeBuilder.newBuilder("haliteblitz","dyson_irradiator",200); +haliteblitz.addEnergyPerTickInput(50000000); +haliteblitz.addFluidInput(*2000); +haliteblitz.addAspectInput("herba",50); +haliteblitz.addItemInput(); +haliteblitz.addItemInput(); +haliteblitz.addItemInput(); +haliteblitz.addItemInput(); +haliteblitz.addItemInput(); +haliteblitz.addItemOutput(); +haliteblitz.build(); + +val halitephaser = RecipeBuilder.newBuilder("halitephaser","dyson_irradiator",200); +halitephaser.addEnergyPerTickInput(50000000); +halitephaser.addFluidInput(*2000); +halitephaser.addAspectInput("herba",50); +halitephaser.addItemInput(); +halitephaser.addItemInput(); +halitephaser.addItemInput(); +halitephaser.addItemInput(); +halitephaser.addItemInput(); +halitephaser.addItemOutput(); +halitephaser.build(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , , , ], +[, , , , ], +[, , , , ], +[, , , , ], +[, , , , ]]); + + +val dragonfiremagnatar = RecipeBuilder.newBuilder("dragonfiremagnatar","dragonfire_crucible",100); +dragonfiremagnatar.addFluidInput(*1000); +dragonfiremagnatar.addItemInput(*4); +dragonfiremagnatar.addItemInput(); +dragonfiremagnatar.addItemOutput(.withTag({FluidName: "magnatar_stabilizer", Amount: 1000})); +dragonfiremagnatar.build(); + +val irradiationchaosbuff = RecipeBuilder.newBuilder("irradiationchaosbuff","dyson_irradiator",200); +irradiationchaosbuff.addEnergyPerTickInput(500000); +irradiationchaosbuff.addGridPowerInput(6000); +irradiationchaosbuff.addFluidInput(*200); +irradiationchaosbuff.addFluidInput(*200); +irradiationchaosbuff.addFluidInput(*1440); +irradiationchaosbuff.addItemInput(); +irradiationchaosbuff.addItemOutput(); +irradiationchaosbuff.build(); \ No newline at end of file diff --git a/scripts/ModularDysonSphere.zs b/scripts/ModularDysonSphere.zs new file mode 100644 index 00000000..1b7040c1 --- /dev/null +++ b/scripts/ModularDysonSphere.zs @@ -0,0 +1,93 @@ + +import mods.modularmachinery.RecipeBuilder; + +val dysoncreate = RecipeBuilder.newBuilder("dysoncreate","dyson_sphere",10); +dysoncreate.addItemInput(*64); +dysoncreate.addItemOutput(*64); +dysoncreate.build(); + +val dysonuse = RecipeBuilder.newBuilder("dysonuse","dyson_discharger",72000); +dysonuse.addItemInput(); +dysonuse.addItemOutput(); +dysonuse.addEnergyPerTickOutput(5000000); +dysonuse.build(); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +mods.extendedcrafting.TableCrafting.addShaped(*6, +[[, null, , null, ], +[null, , , , null], +[, , , , ], +[null, , , , null], +[, null, , null, ]]); + + +recipes.addShaped(*2, +[[, , ], +[, , ], +[, , ]]); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , , , ], +[, , , , ], +[, , , , ], +[, , , , ], +[, , , , ]]); + + +mods.extendedcrafting.TableCrafting.addShaped(*8, +[[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ]]); + +mods.nuclearcraft.crystallizer.addRecipe([*500, ]); + +mods.thermalexpansion.Compactor.addMintRecipe(, *8, 512); + +mods.nuclearcraft.crystallizer.addRecipe([*500, ]); + +mods.thermalexpansion.Compactor.addMintRecipe(, *8, 512); + +mods.nuclearcraft.crystallizer.addRecipe([*500, ]); + +mods.thermalexpansion.Compactor.addMintRecipe(, *8, 512); + +mods.extendedcrafting.CombinationCrafting.addRecipe(, +100000, +, +[, , , , ]); \ No newline at end of file diff --git a/scripts/ModularElectroblob.zs b/scripts/ModularElectroblob.zs new file mode 100644 index 00000000..db0da8e8 --- /dev/null +++ b/scripts/ModularElectroblob.zs @@ -0,0 +1,330 @@ +import mods.modularmachinery.RecipeBuilder; +import crafttweaker.enchantments.IEnchantmentDefinition; +import crafttweaker.data.IData; + +val enchlistBright as IEnchantmentDefinition[] = [, + , + , + , + , + , + ]; +var mapBright as IData = {}; +mapBright += enchlistBright[0].makeEnchantment(10).makeTag(); +mapBright += enchlistBright[1].makeEnchantment(20).makeTag(); +mapBright += enchlistBright[2].makeEnchantment(10).makeTag(); +mapBright += enchlistBright[3].makeEnchantment(10).makeTag(); +mapBright += enchlistBright[4].makeEnchantment(10).makeTag(); +mapBright += enchlistBright[5].makeEnchantment(10).makeTag(); +mapBright += enchlistBright[6].makeEnchantment(10).makeTag(); + +val reci1 = RecipeBuilder.newBuilder("electroblob1","wizardry_combiner",400); +reci1.addEnergyPerTickInput(15000); +reci1.addItemInput(*4); +reci1.addItemInput(*4); +reci1.addItemInput(); +reci1.addItemOutput(); +reci1.build(); + +val reci2 = RecipeBuilder.newBuilder("electroblob2","wizardry_combiner",400); +reci2.addEnergyPerTickInput(15000); +reci2.addItemInput(*4); +reci2.addItemInput(*4); +reci2.addItemInput(); +reci2.addItemOutput(); +reci2.build(); + +val reci3 = RecipeBuilder.newBuilder("electroblob3","wizardry_combiner",400); +reci3.addEnergyPerTickInput(15000); +reci3.addItemInput(*4); +reci3.addItemInput(*4); +reci3.addItemInput(); +reci3.addItemOutput(); +reci3.build(); + +val reci4 = RecipeBuilder.newBuilder("electroblob4","wizardry_combiner",400); +reci4.addEnergyPerTickInput(15000); +reci4.addItemInput(*4); +reci4.addItemInput(*4); +reci4.addItemInput(); +reci4.addItemOutput(); +reci4.build(); + +val reci5 = RecipeBuilder.newBuilder("electroblob5","wizardry_combiner",400); +reci5.addEnergyPerTickInput(15000); +reci5.addItemInput(*4); +reci5.addItemInput(*4); +reci5.addItemInput(); +reci5.addItemOutput(); +reci5.build(); + +val reci6 = RecipeBuilder.newBuilder("electroblob6","wizardry_combiner",400); +reci6.addEnergyPerTickInput(15000); +reci6.addItemInput(*4); +reci6.addItemInput(*4); +reci6.addItemInput(); +reci6.addItemOutput(); +reci6.build(); + +val reci7 = RecipeBuilder.newBuilder("electroblob7","wizardry_combiner",400); +reci7.addEnergyPerTickInput(15000); +reci7.addItemInput(*4); +reci7.addItemInput(*4); +reci7.addItemInput(); +reci7.addItemOutput(); +reci7.build(); + +val reci8 = RecipeBuilder.newBuilder("electroblob8","wizardry_combiner",400); +reci8.addEnergyPerTickInput(15000); +reci8.addItemInput(*4); +reci8.addItemInput(*4); +reci8.addItemInput(); +reci8.addItemOutput(); +reci8.build(); + +val reci9 = RecipeBuilder.newBuilder("electroblob9","wizardry_combiner",400); +reci9.addEnergyPerTickInput(15000); +reci9.addItemInput(*4); +reci9.addItemInput(*4); +reci9.addItemInput(); +reci9.addItemOutput(); +reci9.build(); + +val reci10 = RecipeBuilder.newBuilder("electroblob10","wizardry_combiner",400); +reci10.addEnergyPerTickInput(15000); +reci10.addItemInput(); +reci10.addItemInput(); +reci10.addItemInput(); +reci10.addItemInput(); +reci10.addItemInput(); +reci10.addItemInput(); +reci10.addItemInput(); +reci10.addItemInput(); +reci10.addItemInput(); +reci10.addItemOutput(); +reci10.build(); + +val reci11 = RecipeBuilder.newBuilder("electroblob11","wizardry_combiner",400); +reci11.addEnergyPerTickInput(15000); +reci11.addItemInput(*2); +reci11.addItemInput(); +reci11.addItemOutput(); +reci11.build(); + +val reci12 = RecipeBuilder.newBuilder("electroblob12","wizardry_combiner",400); +reci12.addEnergyPerTickInput(15000); +reci12.addItemInput(*2); +reci12.addItemInput(); +reci12.addItemOutput(); +reci12.build(); + +val reci13 = RecipeBuilder.newBuilder("electroblob13","wizardry_combiner",400); +reci13.addEnergyPerTickInput(15000); +reci13.addItemInput(*2); +reci13.addItemInput(); +reci13.addItemOutput(); +reci13.build(); + +val reci14 = RecipeBuilder.newBuilder("electroblob14","wizardry_combiner",400); +reci14.addEnergyPerTickInput(15000); +reci14.addItemInput(); +reci14.addItemInput(*8); +reci14.addItemInput(*4); +reci14.addItemOutput(); +reci14.build(); + +val reci15 = RecipeBuilder.newBuilder("electroblob15","wizardry_combiner",4000); +reci15.addEnergyPerTickInput(15000); +reci15.addItemInput(*2); +reci15.addItemInput(); +reci15.addItemInput(*16); +reci15.addItemInput(*4); +reci15.addItemOutput(); +reci15.build(); + +val reci16 = RecipeBuilder.newBuilder("electroblob16","wizardry_combiner",4000); +reci16.addEnergyPerTickInput(15000); +reci16.addItemInput(*2); +reci16.addItemInput(); +reci16.addItemInput(*16); +reci16.addItemInput(*4); +reci16.addItemOutput(); +reci16.build(); + +val reci17 = RecipeBuilder.newBuilder("electroblob17","wizardry_combiner",4000); +reci17.addEnergyPerTickInput(15000); +reci17.addItemInput(*2); +reci17.addItemInput(); +reci17.addItemInput(*16); +reci17.addItemInput(*4); +reci17.addItemOutput(); +reci17.build(); + +val reci18 = RecipeBuilder.newBuilder("electroblob18","wizardry_combiner",4000); +reci18.addEnergyPerTickInput(15000); +reci18.addItemInput(*2); +reci18.addItemInput(); +reci18.addItemInput(*16); +reci18.addItemInput(*4); +reci18.addItemOutput(); +reci18.build(); + +val reci19 = RecipeBuilder.newBuilder("electroblob19","wizardry_combiner",4000); +reci19.addEnergyPerTickInput(15000); +reci19.addItemInput(*2); +reci19.addItemInput(); +reci19.addItemInput(*16); +reci19.addItemInput(*4); +reci19.addItemOutput(); +reci19.build(); + +val reci20 = RecipeBuilder.newBuilder("electroblob20","wizardry_combiner",4000); +reci20.addEnergyPerTickInput(15000); +reci20.addItemInput(*2); +reci20.addItemInput(); +reci20.addItemInput(*16); +reci20.addItemInput(*4); +reci20.addItemOutput(); +reci20.build(); + +val reci21 = RecipeBuilder.newBuilder("electroblob21","wizardry_combiner",4000); +reci21.addEnergyPerTickInput(15000); +reci21.addItemInput(*2); +reci21.addItemInput(); +reci21.addItemInput(*16); +reci21.addItemInput(*4); +reci21.addItemOutput(); +reci21.build(); + +val reci22 = RecipeBuilder.newBuilder("electroblob22","wizardry_combiner",4000); +reci22.addEnergyPerTickInput(15000); +reci22.addItemInput(); +reci22.addItemInput(); +reci22.addItemInput(); +reci22.addItemInput(*16); +reci22.addItemInput(*8); +reci22.addItemInput(*2); +reci22.addItemInput(*2); +reci22.addItemOutput(.withTag({ench: [{lvl: 55 as short, id: 16 as short}, {lvl: 5 as short, id: 34 as short},{lvl: 1 as short, id: 70 as short}], RepairCost: 1, display: {Name: "Necromancy Flamberg"}})); +reci22.build(); + +val reci23 = RecipeBuilder.newBuilder("electroblob23","wizardry_combiner",4000); +reci23.addEnergyPerTickInput(15000); +reci23.addItemInput(); +reci23.addItemInput(); +reci23.addItemInput(*16); +reci23.addItemInput(*8); +reci23.addItemInput(*2); +reci23.addItemInput(*2); +reci23.addItemOutput(.withTag({ench: [{lvl: 55 as short, id: 16 as short}, {lvl: 5 as short, id: 34 as short},{lvl: 1 as short, id: 70 as short}], RepairCost: 1, display: {Name: "Healing Flamberg"}})); +reci23.build(); + +val reci24 = RecipeBuilder.newBuilder("electroblob24","wizardry_combiner",4000); +reci24.addEnergyPerTickInput(15000); +reci24.addItemInput(*2); +reci24.addItemInput(*16); +reci24.addItemInput(); +reci24.addItemInput(*16); +reci24.addItemInput(*8); +reci24.addItemInput(*2); +reci24.addItemInput(*2); +reci24.addItemOutput(.withTag({ench: [{lvl: 55 as short, id: 16 as short}, {lvl: 5 as short, id: 34 as short},{lvl: 1 as short, id: 70 as short}], RepairCost: 1, display: {Name: "Earth Flamberg"}})); +reci24.build(); + +val reci25 = RecipeBuilder.newBuilder("electroblob25","wizardry_combiner",4000); +reci25.addEnergyPerTickInput(15000); +reci25.addItemInput(*4); +reci25.addItemInput(); +reci25.addItemInput(*16); +reci25.addItemInput(*8); +reci25.addItemInput(*2); +reci25.addItemInput(*2); +reci25.addItemOutput(.withTag({ench: [{lvl: 55 as short, id: 16 as short}, {lvl: 5 as short, id: 34 as short},{lvl: 1 as short, id: 70 as short}], RepairCost: 1, display: {Name: "Earth Flamberg"}})); +reci25.build(); + +val reci26 = RecipeBuilder.newBuilder("electroblob26","wizardry_combiner",4000); +reci26.addEnergyPerTickInput(15000); +reci26.addItemInput(); +reci26.addItemInput(); +reci26.addItemInput(*16); +reci26.addItemInput(*8); +reci26.addItemInput(*2); +reci26.addItemInput(*2); +reci26.addItemOutput(.withTag({ench: [{lvl: 55 as short, id: 16 as short}, {lvl: 5 as short, id: 34 as short},{lvl: 1 as short, id: 70 as short}], RepairCost: 1, display: {Name: "Lightning Flamberg"}})); +reci26.build(); + +val reci27 = RecipeBuilder.newBuilder("electroblob27","wizardry_combiner",4000); +reci27.addEnergyPerTickInput(15000); +reci27.addItemInput(*2); +reci27.addItemInput(); +reci27.addItemInput(*16); +reci27.addItemInput(*8); +reci27.addItemInput(*2); +reci27.addItemInput(*2); +reci27.addItemOutput(.withTag({ench: [{lvl: 55 as short, id: 16 as short}, {lvl: 5 as short, id: 34 as short},{lvl: 1 as short, id: 70 as short}], RepairCost: 1, display: {Name: "Fire Flamberg"}})); +reci27.build(); + +val reci28 = RecipeBuilder.newBuilder("electroblob28","wizardry_combiner",4000); +reci28.addEnergyPerTickInput(15000); +reci28.addItemInput(*2); +reci28.addItemInput(); +reci28.addItemInput(*16); +reci28.addItemInput(*8); +reci28.addItemInput(*2); +reci28.addItemInput(*2); +reci28.addItemOutput(.withTag({ench: [{lvl: 55 as short, id: 16 as short}, {lvl: 5 as short, id: 34 as short},{lvl: 1 as short, id: 70 as short}], RepairCost: 1, display: {Name: "Ice Flamberg"}})); +reci28.build(); + +val reci29 = RecipeBuilder.newBuilder("electroblob29","wizardry_combiner",4000); +reci29.addEnergyPerTickInput(15000); +reci29.addItemInput(); +reci29.addItemInput(*4); +reci29.addItemInput(*4); +reci29.addItemInput(*4); +reci29.addItemInput(*4); +reci29.addItemInput(*4); +reci29.addItemInput(*4); +reci29.addItemInput(*4); +reci29.addItemInput(*4); +reci29.addItemInput(*4); +reci29.addItemOutput(); +reci29.build(); + +val reci30 = RecipeBuilder.newBuilder("electroblob30","wizardry_combiner",4000); +reci30.addEnergyPerTickInput(15000); +reci30.addItemInput(); +reci30.addItemInput(*2); +reci30.addItemInput(*2); +reci30.addItemOutput(.withTag(mapBright)); +reci30.build(); + +val reci31 = RecipeBuilder.newBuilder("electroblob31","wizardry_combiner",4000); +reci31.addEnergyPerTickInput(15000); +reci31.addItemInput(); +reci31.addItemInput(*4); +reci31.addItemInput(*3); +reci31.addItemOutput(.withTag(mapBright)); +reci31.build(); + +val reci32 = RecipeBuilder.newBuilder("electroblob32","wizardry_combiner",4000); +reci32.addEnergyPerTickInput(15000); +reci32.addItemInput(); +reci32.addItemInput(*4); +reci32.addItemInput(*5); +reci32.addItemOutput(.withTag(mapBright)); +reci32.build(); + +val reci33 = RecipeBuilder.newBuilder("electroblob33","wizardry_combiner",4000); +reci33.addEnergyPerTickInput(15000); +reci33.addItemInput(); +reci33.addItemInput(*4); +reci33.addItemInput(*5); +reci33.addItemOutput(.withTag(mapBright)); +reci33.build(); + +val reci34 = RecipeBuilder.newBuilder("electroblob34","wizardry_combiner",400); +reci34.addEnergyPerTickInput(15000); +reci34.addItemInput(); +reci34.addItemInput(); +reci34.addItemOutput(*10); +reci34.build(); \ No newline at end of file diff --git a/scripts/ModularEnchanting.zs b/scripts/ModularEnchanting.zs new file mode 100644 index 00000000..085eb5cb --- /dev/null +++ b/scripts/ModularEnchanting.zs @@ -0,0 +1,650 @@ +import mods.modularmachinery.RecipeBuilder; +import crafttweaker.enchantments.IEnchantmentDefinition; +import crafttweaker.data.IData; + + +val array3 as IEnchantmentDefinition[] = []; +val array4 as IEnchantmentDefinition[] = []; +val array5 as IEnchantmentDefinition[] = []; +val array6 as IEnchantmentDefinition[] = []; +val array7 as IEnchantmentDefinition[] = []; +val array8 as IEnchantmentDefinition[] = []; +val array9 as IEnchantmentDefinition[] = []; +val array10 as IEnchantmentDefinition[] = []; +val array11 as IEnchantmentDefinition[] = []; +val array12 as IEnchantmentDefinition[] = []; +val array13 as IEnchantmentDefinition[] = []; +val array14 as IEnchantmentDefinition[] = []; +val array15 as IEnchantmentDefinition[] = []; +val array16 as IEnchantmentDefinition[] = []; +val array17 as IEnchantmentDefinition[] = []; +val array18 as IEnchantmentDefinition[] = []; +val array31 as IEnchantmentDefinition[] = []; +val array32 as IEnchantmentDefinition[] = []; + +val array50 as IEnchantmentDefinition[] = []; +val array51 as IEnchantmentDefinition[] = []; +val array52 as IEnchantmentDefinition[] = []; +val array53 as IEnchantmentDefinition[] = []; +val array54 as IEnchantmentDefinition[] = []; +val array55 as IEnchantmentDefinition[] = []; +val array56 as IEnchantmentDefinition[] = []; +val array57 as IEnchantmentDefinition[] = []; +val array58 as IEnchantmentDefinition[] = []; +val array59 as IEnchantmentDefinition[] = []; +val array60 as IEnchantmentDefinition[] = []; +val array61 as IEnchantmentDefinition[] = []; +val array62 as IEnchantmentDefinition[] = []; +val array63 as IEnchantmentDefinition[] = []; +val array64 as IEnchantmentDefinition[] = []; +val array65 as IEnchantmentDefinition[] = []; +val array66 as IEnchantmentDefinition[] = []; +val array67 as IEnchantmentDefinition[] = []; +val array68 as IEnchantmentDefinition[] = []; +val array69 as IEnchantmentDefinition[] = []; +val array70 as IEnchantmentDefinition[] = []; +val array71 as IEnchantmentDefinition[] = []; +val array72 as IEnchantmentDefinition[] = []; +val array73 as IEnchantmentDefinition[] = []; +val array74 as IEnchantmentDefinition[] = []; +val array75 as IEnchantmentDefinition[] = []; +val array76 as IEnchantmentDefinition[] = []; +val array77 as IEnchantmentDefinition[] = []; +val array78 as IEnchantmentDefinition[] = []; +val array79 as IEnchantmentDefinition[] = []; +val array80 as IEnchantmentDefinition[] = []; +val array81 as IEnchantmentDefinition[] = []; +val array82 as IEnchantmentDefinition[] = []; +val array83 as IEnchantmentDefinition[] = []; +val array84 as IEnchantmentDefinition[] = []; +val array85 as IEnchantmentDefinition[] = []; +val array86 as IEnchantmentDefinition[] = []; + + + +var map3 as IData = {}; +for ench in array3 { + map3 += ench.makeEnchantment(1).makeTag(); +} +var map4 as IData = {}; +for ench in array4 { + map4 += ench.makeEnchantment(5).makeTag(); +} +var map5 as IData = {}; +for ench in array5 { + map5 += ench.makeEnchantment(8).makeTag(); +} +var map6 as IData = {}; +for ench in array6 { + map6 += ench.makeEnchantment(8).makeTag(); +} +var map7 as IData = {}; +for ench in array7 { + map7 += ench.makeEnchantment(5).makeTag(); +} +var map8 as IData = {}; +for ench in array8 { + map8 += ench.makeEnchantment(5).makeTag(); +} +var map9 as IData = {}; +for ench in array9 { + map9 += ench.makeEnchantment(4).makeTag(); +} +var map10 as IData = {}; +for ench in array10 { + map10 += ench.makeEnchantment(4).makeTag(); +} +var map11 as IData = {}; +for ench in array11 { + map11 += ench.makeEnchantment(4).makeTag(); +} +var map12 as IData = {}; +for ench in array12 { + map12 += ench.makeEnchantment(4).makeTag(); +} +var map13 as IData = {}; +for ench in array13 { + map13 += ench.makeEnchantment(5).makeTag(); +} +var map14 as IData = {}; +for ench in array14 { + map14 += ench.makeEnchantment(2).makeTag(); +} +var map15 as IData = {}; +for ench in array15 { + map15 += ench.makeEnchantment(4).makeTag(); +} +var map16 as IData = {}; +for ench in array16 { + map16 += ench.makeEnchantment(5).makeTag(); +} +var map17 as IData = {}; +for ench in array17 { + map17 += ench.makeEnchantment(1).makeTag(); +} +var map18 as IData = {}; +for ench in array18 { + map18 += ench.makeEnchantment(5).makeTag(); +} +var map31 as IData = {}; +for ench in array31 { + map31 += ench.makeEnchantment(1).makeTag(); +} +var map32 as IData = {}; +for ench in array32 { + map32 += ench.makeEnchantment(2).makeTag(); +} + +var map50 as IData = {}; +for ench in array50 { + map50 += ench.makeEnchantment(4).makeTag(); +} +var map51 as IData = {}; +for ench in array51 { + map51 += ench.makeEnchantment(1).makeTag(); +} +var map52 as IData = {}; +for ench in array52 { + map52 += ench.makeEnchantment(4).makeTag(); +} +var map53 as IData = {}; +for ench in array53 { + map53 += ench.makeEnchantment(4).makeTag(); +} +var map54 as IData = {}; +for ench in array54 { + map54 += ench.makeEnchantment(3).makeTag(); +} +var map55 as IData = {}; +for ench in array55 { + map55 += ench.makeEnchantment(1).makeTag(); +} +var map56 as IData = {}; +for ench in array56 { + map56 += ench.makeEnchantment(3).makeTag(); +} +var map57 as IData = {}; +for ench in array57 { + map57 += ench.makeEnchantment(4).makeTag(); +} +var map58 as IData = {}; +for ench in array58 { + map58 += ench.makeEnchantment(1).makeTag(); +} +var map59 as IData = {}; +for ench in array59 { + map59 += ench.makeEnchantment(5).makeTag(); +} +var map60 as IData = {}; +for ench in array60 { + map60 += ench.makeEnchantment(5).makeTag(); +} +var map61 as IData = {}; +for ench in array61 { + map61 += ench.makeEnchantment(5).makeTag(); +} +var map62 as IData = {}; +for ench in array62 { + map62 += ench.makeEnchantment(5).makeTag(); +} +var map63 as IData = {}; +for ench in array63 { + map63 += ench.makeEnchantment(2).makeTag(); +} +var map64 as IData = {}; +for ench in array64 { + map64 += ench.makeEnchantment(1).makeTag(); +} +var map65 as IData = {}; +for ench in array65 { + map65 += ench.makeEnchantment(5).makeTag(); +} +var map66 as IData = {}; +for ench in array66 { + map66 += ench.makeEnchantment(5).makeTag(); +} +var map67 as IData = {}; +for ench in array67 { + map67 += ench.makeEnchantment(3).makeTag(); +} +var map68 as IData = {}; +for ench in array68 { + map68 += ench.makeEnchantment(3).makeTag(); +} +var map69 as IData = {}; +for ench in array69 { + map69 += ench.makeEnchantment(5).makeTag(); +} +var map70 as IData = {}; +for ench in array70 { + map70 += ench.makeEnchantment(2).makeTag(); +} +var map71 as IData = {}; +for ench in array71 { + map71 += ench.makeEnchantment(5).makeTag(); +} +var map72 as IData = {}; +for ench in array72 { + map72 += ench.makeEnchantment(4).makeTag(); +} +var map73 as IData = {}; +for ench in array73 { + map73 += ench.makeEnchantment(2).makeTag(); +} +var map74 as IData = {}; +for ench in array74 { + map74 += ench.makeEnchantment(5).makeTag(); +} +var map75 as IData = {}; +for ench in array75 { + map75 += ench.makeEnchantment(5).makeTag(); +} +var map76 as IData = {}; +for ench in array76 { + map76 += ench.makeEnchantment(2).makeTag(); +} +var map77 as IData = {}; +for ench in array77 { + map77 += ench.makeEnchantment(1).makeTag(); +} +var map78 as IData = {}; +for ench in array78 { + map78 += ench.makeEnchantment(5).makeTag(); +} +var map79 as IData = {}; +for ench in array79 { + map79 += ench.makeEnchantment(5).makeTag(); +} +var map80 as IData = {}; +for ench in array80 { + map80 += ench.makeEnchantment(4).makeTag(); +} +var map81 as IData = {}; +for ench in array81 { + map81 += ench.makeEnchantment(3).makeTag(); +} +var map82 as IData = {}; +for ench in array82 { + map82 += ench.makeEnchantment(1).makeTag(); +} +var map83 as IData = {}; +for ench in array83 { + map83 += ench.makeEnchantment(4).makeTag(); +} +var map84 as IData = {}; +for ench in array84 { + map84 += ench.makeEnchantment(1).makeTag(); +} +var map85 as IData = {}; +for ench in array85 { + map85 += ench.makeEnchantment(5).makeTag(); +} +var map86 as IData = {}; +for ench in array86 { + map86 += ench.makeEnchantment(1).makeTag(); +} + + + + + + + +val enc3 = RecipeBuilder.newBuilder("enc3","illuminated_enchanter",300); +enc3.addEnergyPerTickInput(15000); +enc3.addFluidInput(*2000); +enc3.addItemInput(*4); +enc3.addItemInput(*16); +enc3.addItemInput(); +enc3.addItemInput(); +enc3.addItemInput(*4); +enc3.addItemOutput(.withTag(map4)); +enc3.build(); + +val enc4 = RecipeBuilder.newBuilder("enc4","illuminated_enchanter",300); +enc4.addEnergyPerTickInput(15000); +enc4.addFluidInput(*1000); +enc4.addItemInput(*2); +enc4.addItemInput(*8); +enc4.addItemInput(); +enc4.addItemInput(); +enc4.addItemInput(); +enc4.addItemInput(*8); +enc4.addItemOutput(.withTag(map5)); +enc4.build(); + +val enc6 = RecipeBuilder.newBuilder("enc6","illuminated_enchanter",300); +enc6.addEnergyPerTickInput(15000); +enc6.addFluidInput(*2000); +enc6.addItemInput(*4); +enc6.addItemInput(*16); +enc6.addItemInput(); +enc6.addItemInput(); +enc6.addItemInput(*16); +enc6.addItemOutput(.withTag(map6)); +enc6.build(); + +val enc8 = RecipeBuilder.newBuilder("enc8","illuminated_enchanter",300); +enc8.addEnergyPerTickInput(15000); +enc8.addFluidInput(*2000); +enc8.addItemInput(*64); +enc8.addItemInput(*16); +enc8.addItemInput(); +enc8.addItemInput(); +enc8.addItemInput(*16); +enc8.addItemOutput(.withTag(map7)); +enc8.build(); + +val enc9 = RecipeBuilder.newBuilder("enc9","illuminated_enchanter",300); +enc9.addEnergyPerTickInput(15000); +enc9.addFluidInput(*2000); +enc9.addItemInput(); +enc9.addItemInput(*16); +enc9.addItemInput(); +enc9.addItemInput(); +enc9.addItemInput(*16); +enc9.addItemOutput(.withTag(map8)); +enc9.build(); + +val enc11 = RecipeBuilder.newBuilder("enc11","illuminated_enchanter",300); +enc11.addEnergyPerTickInput(15000); +enc11.addFluidInput(*1500); +enc11.addItemInput(*16); +enc11.addItemInput(); +enc11.addItemInput(); +enc11.addItemInput(*16); +enc11.addItemInput(); +enc11.addItemOutput(.withTag(map9)); +enc11.build(); + +val enc12 = RecipeBuilder.newBuilder("enc12","illuminated_enchanter",300); +enc12.addEnergyPerTickInput(15000); +enc12.addFluidInput(*1500); +enc12.addItemInput(*16); +enc12.addItemInput(); +enc12.addItemInput(); +enc12.addItemInput(*16); +enc12.addItemInput(); +enc12.addItemOutput(.withTag(map10)); +enc12.build(); + +val enc13 = RecipeBuilder.newBuilder("enc13","illuminated_enchanter",300); +enc13.addEnergyPerTickInput(15000); +enc13.addFluidInput(*1500); +enc13.addItemInput(*16); +enc13.addItemInput(); +enc13.addItemInput(); +enc13.addItemInput(*16); +enc13.addItemInput(); +enc13.addItemOutput(.withTag(map11)); +enc13.build(); + +val enc14 = RecipeBuilder.newBuilder("enc14","illuminated_enchanter",300); +enc14.addEnergyPerTickInput(15000); +enc14.addFluidInput(*1500); +enc14.addItemInput(*16); +enc14.addItemInput(); +enc14.addItemInput(); +enc14.addItemInput(*16); +enc14.addItemInput(); +enc14.addItemOutput(.withTag(map12)); +enc14.build(); + +val enc15 = RecipeBuilder.newBuilder("enc15","illuminated_enchanter",300); +enc15.addEnergyPerTickInput(15000); +enc15.addFluidInput(*1500); +enc15.addItemInput(*16); +enc15.addItemInput(); +enc15.addItemInput(); +enc15.addItemInput(*16); +enc15.addItemInput(); +enc15.addItemOutput(.withTag(map13)); +enc15.build(); + +val enc16 = RecipeBuilder.newBuilder("enc16","illuminated_enchanter",300); +enc16.addEnergyPerTickInput(15000); +enc16.addFluidInput(*1500); +enc16.addItemInput(*16); +enc16.addItemInput(); +enc16.addItemInput(); +enc16.addItemInput(*16); +enc16.addItemInput(); +enc16.addItemOutput(.withTag(map14)); +enc16.build(); + +val enc17 = RecipeBuilder.newBuilder("enc17","illuminated_enchanter",300); +enc17.addEnergyPerTickInput(15000); +enc17.addFluidInput(*1500); +enc17.addItemInput(*16); +enc17.addItemInput(); +enc17.addItemInput(); +enc17.addItemInput(*16); +enc17.addItemInput(); +enc17.addItemOutput(.withTag(map15)); +enc17.build(); + +val enc18 = RecipeBuilder.newBuilder("enc18","illuminated_enchanter",300); +enc18.addEnergyPerTickInput(15000); +enc18.addFluidInput(*1500); +enc18.addItemInput(*16); +enc18.addItemInput(); +enc18.addItemInput(); +enc18.addItemInput(*16); +enc18.addItemInput(); +enc18.addItemOutput(.withTag(map16)); +enc18.build(); + +val enc19 = RecipeBuilder.newBuilder("enc19","illuminated_enchanter",300); +enc19.addEnergyPerTickInput(15000); +enc19.addFluidInput(*1500); +enc19.addItemInput(*16); +enc19.addItemInput(); +enc19.addItemInput(); +enc19.addItemInput(*16); +enc19.addItemInput(); +enc19.addItemOutput(.withTag(map17)); +enc19.build(); + +val enc20 = RecipeBuilder.newBuilder("enc20","illuminated_enchanter",300); +enc20.addEnergyPerTickInput(15000); +enc20.addFluidInput(*1500); +enc20.addItemInput(*16); +enc20.addItemInput(); +enc20.addItemInput(); +enc20.addItemInput(*16); +enc20.addItemInput(*24); +enc20.addItemInput(); +enc20.addItemOutput(.withTag(map3)); +enc20.build(); + +val enc22 = RecipeBuilder.newBuilder("enc22","illuminated_enchanter",300); +enc22.addEnergyPerTickInput(15000); +enc22.addFluidInput(*5000); +enc22.addItemInput(); +enc22.addItemInput(*4); +enc22.addItemInput(*4); +enc22.addItemInput(*4); +enc22.addItemInput(*4); +enc22.addItemOutput(.withTag({astralsorcery: {constellationName: "astralsorcery.constellation.discidia", crystalProperties: {collectiveCapability: 100, size: 900, fract: 0, purity: 100, sizeOverride: -1}}})); +enc22.build(); + +val enc23 = RecipeBuilder.newBuilder("enc23","illuminated_enchanter",300); +enc23.addEnergyPerTickInput(15000); +enc23.addFluidInput(*5000); +enc23.addItemInput(); +enc23.addItemInput(*4); +enc23.addItemInput(*4); +enc23.addItemInput(*4); +enc23.addItemInput(*4); +enc23.addItemOutput(.withTag({astralsorcery: {constellationName: "astralsorcery.constellation.armara", crystalProperties: {collectiveCapability: 100, size: 900, fract: 0, purity: 100, sizeOverride: -1}}})); +enc23.build(); + +val enc24 = RecipeBuilder.newBuilder("enc24","illuminated_enchanter",300); +enc24.addEnergyPerTickInput(15000); +enc24.addFluidInput(*5000); +enc24.addItemInput(); +enc24.addItemInput(*4); +enc24.addItemInput(*4); +enc24.addItemInput(*4); +enc24.addItemInput(*4); +enc24.addItemOutput(.withTag({astralsorcery: {constellationName: "astralsorcery.constellation.vicio", crystalProperties: {collectiveCapability: 100, size: 900, fract: 0, purity: 100, sizeOverride: -1}}})); +enc24.build(); + +val enc25 = RecipeBuilder.newBuilder("enc25","illuminated_enchanter",300); +enc25.addEnergyPerTickInput(15000); +enc25.addFluidInput(*5000); +enc25.addItemInput(); +enc25.addItemInput(*4); +enc25.addItemInput(*4); +enc25.addItemInput(*4); +enc25.addItemInput(*4); +enc25.addItemOutput(.withTag({astralsorcery: {constellationName: "astralsorcery.constellation.aevitas", crystalProperties: {collectiveCapability: 100, size: 900, fract: 0, purity: 100, sizeOverride: -1}}})); +enc25.build(); + +val enc26 = RecipeBuilder.newBuilder("enc26","illuminated_enchanter",300); +enc26.addEnergyPerTickInput(15000); +enc26.addFluidInput(*5000); +enc26.addItemInput(); +enc26.addItemInput(*4); +enc26.addItemInput(*4); +enc26.addItemInput(*4); +enc26.addItemInput(*4); +enc26.addItemOutput(.withTag({astralsorcery: {constellationName: "astralsorcery.constellation.evorsio", crystalProperties: {collectiveCapability: 100, size: 900, fract: 0, purity: 100, sizeOverride: -1}}})); +enc26.build(); + +val enc27 = RecipeBuilder.newBuilder("enc27","illuminated_enchanter",300); +enc27.addEnergyPerTickInput(15000); +enc27.addFluidInput(*5000); +enc27.addItemInput(); +enc27.addItemInput(*4); +enc27.addItemInput(*4); +enc27.addItemInput(*4); +enc27.addItemInput(*4); +enc27.addItemOutput(.withTag({astralsorcery: {constellationName: "astralsorcery.constellation.lucerna", crystalProperties: {collectiveCapability: 100, size: 900, fract: 0, purity: 100, sizeOverride: -1}}})); +enc27.build(); + +val enc28 = RecipeBuilder.newBuilder("enc28","illuminated_enchanter",300); +enc28.addEnergyPerTickInput(15000); +enc28.addFluidInput(*5000); +enc28.addItemInput(); +enc28.addItemInput(*4); +enc28.addItemInput(*4); +enc28.addItemInput(*4); +enc28.addItemInput(*4); +enc28.addItemOutput(.withTag({astralsorcery: {constellationName: "astralsorcery.constellation.mineralis", crystalProperties: {collectiveCapability: 100, size: 900, fract: 0, purity: 100, sizeOverride: -1}}})); +enc28.build(); + +val enc29 = RecipeBuilder.newBuilder("enc29","illuminated_enchanter",300); +enc29.addEnergyPerTickInput(15000); +enc29.addFluidInput(*5000); +enc29.addItemInput(); +enc29.addItemInput(*4); +enc29.addItemInput(*4); +enc29.addItemInput(*4); +enc29.addItemInput(*4); +enc29.addItemOutput(.withTag({astralsorcery: {constellationName: "astralsorcery.constellation.horologium", crystalProperties: {collectiveCapability: 100, size: 900, fract: 0, purity: 100, sizeOverride: -1}}})); +enc29.build(); + +val enc30 = RecipeBuilder.newBuilder("enc30","illuminated_enchanter",300); +enc30.addEnergyPerTickInput(15000); +enc30.addFluidInput(*5000); +enc30.addItemInput(); +enc30.addItemInput(*4); +enc30.addItemInput(*4); +enc30.addItemInput(*4); +enc30.addItemInput(*4); +enc30.addItemOutput(.withTag({astralsorcery: {constellationName: "astralsorcery.constellation.octans", crystalProperties: {collectiveCapability: 100, size: 900, fract: 0, purity: 100, sizeOverride: -1}}})); +enc30.build(); + +val enc31 = RecipeBuilder.newBuilder("enc31","illuminated_enchanter",300); +enc31.addEnergyPerTickInput(15000); +enc31.addFluidInput(*5000); +enc31.addItemInput(); +enc31.addItemInput(*4); +enc31.addItemInput(*4); +enc31.addItemInput(*4); +enc31.addItemInput(*4); +enc31.addItemOutput(.withTag({astralsorcery: {constellationName: "astralsorcery.constellation.bootes", crystalProperties: {collectiveCapability: 100, size: 900, fract: 0, purity: 100, sizeOverride: -1}}})); +enc31.build(); + +val enc32 = RecipeBuilder.newBuilder("enc32","illuminated_enchanter",300); +enc32.addEnergyPerTickInput(15000); +enc32.addFluidInput(*5000); +enc32.addItemInput(); +enc32.addItemInput(*4); +enc32.addItemInput(*4); +enc32.addItemInput(*4); +enc32.addItemInput(*4); +enc32.addItemOutput(.withTag({astralsorcery: {constellationName: "astralsorcery.constellation.fornax", crystalProperties: {collectiveCapability: 100, size: 900, fract: 0, purity: 100, sizeOverride: -1}}})); +enc32.build(); + +val enc33 = RecipeBuilder.newBuilder("enc33","illuminated_enchanter",300); +enc33.addEnergyPerTickInput(15000); +enc33.addFluidInput(*5000); +enc33.addItemInput(); +enc33.addItemInput(*4); +enc33.addItemInput(*4); +enc33.addItemInput(*4); +enc33.addItemInput(*4); +enc33.addItemOutput(.withTag({astralsorcery: {constellationName: "astralsorcery.constellation.pelotrio", crystalProperties: {collectiveCapability: 100, size: 900, fract: 0, purity: 100, sizeOverride: -1}}})); +enc33.build(); + + +val enc38 = RecipeBuilder.newBuilder("enc38","illuminated_enchanter",300); +enc38.addEnergyPerTickInput(15000); +enc38.addFluidInput(*6500); +enc38.addItemInput(*16); +enc38.addItemInput(); +enc38.addItemInput(); +enc38.addItemInput(*16); +enc38.addItemInput(); +enc38.addItemInput(); +enc38.addItemInput(); +enc38.addItemOutput(.withTag(map18)); +enc38.build(); + +val enc39 = RecipeBuilder.newBuilder("enc39","illuminated_enchanter",300); +enc39.addEnergyPerTickInput(15000); +enc39.addFluidInput(*3000); +enc39.addItemInput(*16); +enc39.addItemInput(); +enc39.addItemInput(); +enc39.addItemInput(*2); +enc39.addItemInput(*24); +enc39.addItemOutput(.withTag(map31)); +enc39.build(); + +val enc40 = RecipeBuilder.newBuilder("enc40","illuminated_enchanter",300); +enc40.addEnergyPerTickInput(15000); +enc40.addFluidInput(*1000); +enc40.addItemInput(*16); +enc40.addItemInput(); +enc40.addItemInput(); +enc40.addItemInput(*8); +enc40.addItemInput(*24); +enc40.addItemOutput(.withTag(map32)); +enc40.build(); + +val enc50 = RecipeBuilder.newBuilder("enc50","illuminated_enchanter",300); +enc50.addEnergyPerTickInput(15000); +enc50.addFluidInput(*1000); +enc50.addItemInput(*16); +enc50.addItemInput(); +enc50.addItemInput(); +enc50.addItemInput(*64); +enc50.addItemInput(*32); +enc50.addItemInput(); +enc50.addItemOutput(.withTag(map50)); +enc50.build(); + +val enc51 = RecipeBuilder.newBuilder("enc51","illuminated_enchanter",300); +enc51.addEnergyPerTickInput(15000); +enc51.addFluidInput(*1000); +enc51.addItemInput(*16); +enc51.addItemInput(); +enc51.addItemInput(); +enc51.addItemInput(*64); +enc51.addItemInput(*32); +enc51.addItemInput(); +enc51.addItemOutput(.withTag(map50)); +enc51.build(); \ No newline at end of file diff --git a/scripts/ModularErebus.zs b/scripts/ModularErebus.zs new file mode 100644 index 00000000..491cb51a --- /dev/null +++ b/scripts/ModularErebus.zs @@ -0,0 +1,61 @@ +import mods.modularmachinery.RecipeBuilder; + + +val bot1 = RecipeBuilder.newBuilder("erefor1","cold_iron_forge",200); +bot1.addItemInput(*4); +bot1.addItemInput(); +bot1.addItemOutput(); +bot1.build(); + +val bot2 = RecipeBuilder.newBuilder("erefor2","cold_iron_forge",200); +bot2.addItemInput(*4); +bot2.addItemInput(); +bot2.addItemOutput(); +bot2.build(); + +val bot3 = RecipeBuilder.newBuilder("erefor3","cold_iron_forge",200); +bot3.addItemInput(); +bot3.addItemInput(); +bot3.addItemOutput(); +bot3.build(); + +val bot4 = RecipeBuilder.newBuilder("erefor4","cold_iron_forge",200); +bot4.addItemInput(*4); +bot4.addItemInput(); +bot4.addItemOutput(); +bot4.build(); + +val bot5 = RecipeBuilder.newBuilder("erefor5","cold_iron_forge",2000); +bot5.addItemInput(*64); +bot5.addItemInput(); +bot5.addItemInput(*64); +bot5.addItemInput(*32); +bot5.addItemInput(*4); +bot5.addItemInput(*2); +bot5.addItemOutput(.withTag({ench: [{lvl: 31 as short, id: 16 as short}, {lvl: 1 as short, id: 70 as short}, {lvl: 3 as short, id: 34 as short},{lvl: 4 as short, id: 22 as short}], RepairCost: 1, display: {Name: "Mjolnir"}})); +bot5.build(); + +val bot6 = RecipeBuilder.newBuilder("erefor6","cold_iron_forge",2000); +bot6.addItemInput(*64); +bot6.addItemInput(); +bot6.addItemOutput(.withTag({ChickenType: {id: "contenttweaker:cold_iron_chicken"}})); +bot6.build(); + +val bot7 = RecipeBuilder.newBuilder("erefor7","cold_iron_forge",60); +bot7.addItemInput(); +bot7.addItemInput(); +bot7.addItemOutput(); +bot7.build(); + +val bot8 = RecipeBuilder.newBuilder("erefor8","cold_iron_forge",120); +bot8.addItemInput(*2); +bot8.addItemInput(); +bot8.addItemInput(); +bot8.addItemOutput(); +bot8.build(); + +val bot9 = RecipeBuilder.newBuilder("erefor9","cold_iron_forge",60); +bot9.addItemInput(*2); +bot9.addItemInput(); +bot9.addItemOutput(); +bot9.build(); \ No newline at end of file diff --git a/scripts/ModularEssence.zs b/scripts/ModularEssence.zs new file mode 100644 index 00000000..e5429875 --- /dev/null +++ b/scripts/ModularEssence.zs @@ -0,0 +1,320 @@ +import mods.modularmachinery.RecipeBuilder; + + +val esse1 = RecipeBuilder.newBuilder("essence1","essentia_crystallizer",20); +esse1.addItemInput(*5); +esse1.addItemInput(.withTag({Aspect: "aer"})); +esse1.addItemOutput(.withTag({Aspects: [{amount: 1, key: "aer"}]})*15); +esse1.build(); + +val esse2 = RecipeBuilder.newBuilder("essence2","essentia_crystallizer",20); +esse2.addItemInput(*5); +esse2.addItemInput(.withTag({Aspect: "terra"})); +esse2.addItemOutput(.withTag({Aspects: [{amount: 1, key: "terra"}]})*15); +esse2.build(); + +val esse3 = RecipeBuilder.newBuilder("essence3","essentia_crystallizer",20); +esse3.addItemInput(*5); +esse3.addItemInput(.withTag({Aspect: "ignis"})); +esse3.addItemOutput(.withTag({Aspects: [{amount: 1, key: "ignis"}]})*15); +esse3.build(); + +val esse4 = RecipeBuilder.newBuilder("essence4","essentia_crystallizer",20); +esse4.addItemInput(*5); +esse4.addItemInput(.withTag({Aspect: "aqua"})); +esse4.addItemOutput(.withTag({Aspects: [{amount: 1, key: "aqua"}]})*15); +esse4.build(); + +val esse5 = RecipeBuilder.newBuilder("essence5","essentia_crystallizer",20); +esse5.addItemInput(*5); +esse5.addItemInput(.withTag({Aspect: "ordo"})); +esse5.addItemOutput(.withTag({Aspects: [{amount: 1, key: "ordo"}]})*15); +esse5.build(); + +val esse6 = RecipeBuilder.newBuilder("essence6","essentia_crystallizer",20); +esse6.addItemInput(*5); +esse6.addItemInput(.withTag({Aspect: "perditio"})); +esse6.addItemOutput(.withTag({Aspects: [{amount: 1, key: "perditio"}]})*15); +esse6.build(); + +val esse7 = RecipeBuilder.newBuilder("essence7","essentia_crystallizer",20); +esse7.addItemInput(*5); +esse7.addItemInput(.withTag({Aspect: "vacuos"})); +esse7.addItemOutput(.withTag({Aspects: [{amount: 1, key: "vacuos"}]})*15); +esse7.build(); + +val esse8 = RecipeBuilder.newBuilder("essence8","essentia_crystallizer",20); +esse8.addItemInput(*5); +esse8.addItemInput(.withTag({Aspect: "lux"})); +esse8.addItemOutput(.withTag({Aspects: [{amount: 1, key: "lux"}]})*15); +esse8.build(); + +val esse9 = RecipeBuilder.newBuilder("essence9","essentia_crystallizer",20); +esse9.addItemInput(*5); +esse9.addItemInput(.withTag({Aspect: "motus"})); +esse9.addItemOutput(.withTag({Aspects: [{amount: 1, key: "motus"}]})*15); +esse9.build(); + +val esse10 = RecipeBuilder.newBuilder("essence10","essentia_crystallizer",20); +esse10.addItemInput(*5); +esse10.addItemInput(.withTag({Aspect: "gelum"})); +esse10.addItemOutput(.withTag({Aspects: [{amount: 1, key: "gelum"}]})*15); +esse10.build(); + +val esse11 = RecipeBuilder.newBuilder("essence11","essentia_crystallizer",20); +esse11.addItemInput(*5); +esse11.addItemInput(.withTag({Aspect: "vitreus"})); +esse11.addItemOutput(.withTag({Aspects: [{amount: 1, key: "vitreus"}]})*15); +esse11.build(); + +val esse12 = RecipeBuilder.newBuilder("essence12","essentia_crystallizer",20); +esse12.addItemInput(*5); +esse12.addItemInput(.withTag({Aspect: "metallum"})); +esse12.addItemOutput(.withTag({Aspects: [{amount: 1, key: "metallum"}]})*15); +esse12.build(); + +val esse13 = RecipeBuilder.newBuilder("essence13","essentia_crystallizer",20); +esse13.addItemInput(*5); +esse13.addItemInput(.withTag({Aspect: "victus"})); +esse13.addItemOutput(.withTag({Aspects: [{amount: 1, key: "victus"}]})*15); +esse13.build(); + +val esse14 = RecipeBuilder.newBuilder("essence14","essentia_crystallizer",20); +esse14.addItemInput(*5); +esse14.addItemInput(.withTag({Aspect: "mortuus"})); +esse14.addItemOutput(.withTag({Aspects: [{amount: 1, key: "mortuus"}]})*15); +esse14.build(); + +val esse15 = RecipeBuilder.newBuilder("essence15","essentia_crystallizer",20); +esse15.addItemInput(*5); +esse15.addItemInput(.withTag({Aspect: "potentia"})); +esse15.addItemOutput(.withTag({Aspects: [{amount: 1, key: "potentia"}]})*15); +esse15.build(); + +val esse16 = RecipeBuilder.newBuilder("essence16","essentia_crystallizer",20); +esse16.addItemInput(*5); +esse16.addItemInput(.withTag({Aspect: "permutatio"})); +esse16.addItemOutput(.withTag({Aspects: [{amount: 1, key: "permutatio"}]})*15); +esse16.build(); + +val esse17 = RecipeBuilder.newBuilder("essence17","essentia_crystallizer",20); +esse17.addItemInput(*5); +esse17.addItemInput(.withTag({Aspect: "praecantatio"})); +esse17.addItemOutput(.withTag({Aspects: [{amount: 1, key: "praecantatio"}]})*15); +esse17.build(); + +val esse18 = RecipeBuilder.newBuilder("essence18","essentia_crystallizer",20); +esse18.addItemInput(*5); +esse18.addItemInput(.withTag({Aspect: "auram"})); +esse18.addItemOutput(.withTag({Aspects: [{amount: 1, key: "auram"}]})*15); +esse18.build(); + +val esse19 = RecipeBuilder.newBuilder("essence19","essentia_crystallizer",20); +esse19.addItemInput(*5); +esse19.addItemInput(.withTag({Aspect: "alkimia"})); +esse19.addItemOutput(.withTag({Aspects: [{amount: 1, key: "alkimia"}]})*15); +esse19.build(); + +val esse20 = RecipeBuilder.newBuilder("essence20","essentia_crystallizer",20); +esse20.addItemInput(*5); +esse20.addItemInput(.withTag({Aspect: "vitium"})); +esse20.addItemOutput(.withTag({Aspects: [{amount: 1, key: "vitium"}]})*15); +esse20.build(); + +val esse21 = RecipeBuilder.newBuilder("essence21","essentia_crystallizer",20); +esse21.addItemInput(*5); +esse21.addItemInput(.withTag({Aspect: "tenebrae"})); +esse21.addItemOutput(.withTag({Aspects: [{amount: 1, key: "tenebrae"}]})*15); +esse21.build(); + +val esse22 = RecipeBuilder.newBuilder("essence22","essentia_crystallizer",20); +esse22.addItemInput(*5); +esse22.addItemInput(.withTag({Aspect: "alienis"})); +esse22.addItemOutput(.withTag({Aspects: [{amount: 1, key: "alienis"}]})*15); +esse22.build(); + +val esse23 = RecipeBuilder.newBuilder("essence23","essentia_crystallizer",20); +esse23.addItemInput(*5); +esse23.addItemInput(.withTag({Aspect: "volatus"})); +esse23.addItemOutput(.withTag({Aspects: [{amount: 1, key: "volatus"}]})*15); +esse23.build(); + +val esse24 = RecipeBuilder.newBuilder("essence24","essentia_crystallizer",20); +esse24.addItemInput(*5); +esse24.addItemInput(.withTag({Aspect: "herba"})); +esse24.addItemOutput(.withTag({Aspects: [{amount: 1, key: "herba"}]})*15); +esse24.build(); + +val esse25 = RecipeBuilder.newBuilder("essence25","essentia_crystallizer",20); +esse25.addItemInput(*5); +esse25.addItemInput(.withTag({Aspect: "instrumentum"})); +esse25.addItemOutput(.withTag({Aspects: [{amount: 1, key: "instrumentum"}]})*15); +esse25.build(); + +val esse26 = RecipeBuilder.newBuilder("essence26","essentia_crystallizer",20); +esse26.addItemInput(*5); +esse26.addItemInput(.withTag({Aspect: "fabrico"})); +esse26.addItemOutput(.withTag({Aspects: [{amount: 1, key: "fabrico"}]})*15); +esse26.build(); + +val esse27 = RecipeBuilder.newBuilder("essence27","essentia_crystallizer",20); +esse27.addItemInput(*5); +esse27.addItemInput(.withTag({Aspect: "machina"})); +esse27.addItemOutput(.withTag({Aspects: [{amount: 1, key: "machina"}]})*15); +esse27.build(); + +val esse28 = RecipeBuilder.newBuilder("essence28","essentia_crystallizer",20); +esse28.addItemInput(*5); +esse28.addItemInput(.withTag({Aspect: "vinculum"})); +esse28.addItemOutput(.withTag({Aspects: [{amount: 1, key: "vinculum"}]})*15); +esse28.build(); + +val esse29 = RecipeBuilder.newBuilder("essence29","essentia_crystallizer",20); +esse29.addItemInput(*5); +esse29.addItemInput(.withTag({Aspect: "spiritus"})); +esse29.addItemOutput(.withTag({Aspects: [{amount: 1, key: "spiritus"}]})*15); +esse29.build(); + +val esse30 = RecipeBuilder.newBuilder("essence30","essentia_crystallizer",20); +esse30.addItemInput(*5); +esse30.addItemInput(.withTag({Aspect: "cognitio"})); +esse30.addItemOutput(.withTag({Aspects: [{amount: 1, key: "cognitio"}]})*15); +esse30.build(); + +val esse31 = RecipeBuilder.newBuilder("essence31","essentia_crystallizer",20); +esse31.addItemInput(*5); +esse31.addItemInput(.withTag({Aspect: "sensus"})); +esse31.addItemOutput(.withTag({Aspects: [{amount: 1, key: "sensus"}]})*15); +esse31.build(); + +val esse32 = RecipeBuilder.newBuilder("essence32","essentia_crystallizer",20); +esse32.addItemInput(*5); +esse32.addItemInput(.withTag({Aspect: "aversio"})); +esse32.addItemOutput(.withTag({Aspects: [{amount: 1, key: "aversio"}]})*15); +esse32.build(); + +val esse33 = RecipeBuilder.newBuilder("essence33","essentia_crystallizer",20); +esse33.addItemInput(*5); +esse33.addItemInput(.withTag({Aspect: "praemunio"})); +esse33.addItemOutput(.withTag({Aspects: [{amount: 1, key: "praemunio"}]})*15); +esse33.build(); + +val esse34 = RecipeBuilder.newBuilder("essence34","essentia_crystallizer",20); +esse34.addItemInput(*5); +esse34.addItemInput(.withTag({Aspect: "desiderium"})); +esse34.addItemOutput(.withTag({Aspects: [{amount: 1, key: "desiderium"}]})*15); +esse34.build(); + +val esse35 = RecipeBuilder.newBuilder("essence35","essentia_crystallizer",20); +esse35.addItemInput(*5); +esse35.addItemInput(.withTag({Aspect: "exanimis"})); +esse35.addItemOutput(.withTag({Aspects: [{amount: 1, key: "exanimis"}]})*15); +esse35.build(); + +val esse36 = RecipeBuilder.newBuilder("essence36","essentia_crystallizer",20); +esse36.addItemInput(*5); +esse36.addItemInput(.withTag({Aspect: "bestia"})); +esse36.addItemOutput(.withTag({Aspects: [{amount: 1, key: "bestia"}]})*15); +esse36.build(); + +val esse37 = RecipeBuilder.newBuilder("essence37","essentia_crystallizer",20); +esse37.addItemInput(*5); +esse37.addItemInput(.withTag({Aspect: "humanus"})); +esse37.addItemOutput(.withTag({Aspects: [{amount: 1, key: "humanus"}]})*15); +esse37.build(); + +val esse38 = RecipeBuilder.newBuilder("essence38","essentia_crystallizer",20); +esse38.addItemInput(*5); +esse38.addItemInput(.withTag({Aspect: "coralos"})); +esse38.addItemOutput(.withTag({Aspects: [{amount: 1, key: "coralos"}]})*15); +esse38.build(); + +val esse39 = RecipeBuilder.newBuilder("essence39","essentia_crystallizer",20); +esse39.addItemInput(*5); +esse39.addItemInput(.withTag({Aspect: "dreadia"})); +esse39.addItemOutput(.withTag({Aspects: [{amount: 1, key: "dreadia"}]})*15); +esse39.build(); + +val esse40 = RecipeBuilder.newBuilder("essence40","essentia_crystallizer",20); +esse40.addItemInput(*5); +esse40.addItemInput(.withTag({Aspect: "sol"})); +esse40.addItemOutput(.withTag({Aspects: [{amount: 1, key: "sol"}]})*15); +esse40.build(); + +val esse41 = RecipeBuilder.newBuilder("essence41","essentia_crystallizer",20); +esse41.addItemInput(*5); +esse41.addItemInput(.withTag({Aspect: "luna"})); +esse41.addItemOutput(.withTag({Aspects: [{amount: 1, key: "luna"}]})*15); +esse41.build(); + +val esse42 = RecipeBuilder.newBuilder("essence42","essentia_crystallizer",20); +esse42.addItemInput(*5); +esse42.addItemInput(.withTag({Aspect: "stellae"})); +esse42.addItemOutput(.withTag({Aspects: [{amount: 1, key: "stellae"}]})*15); +esse42.build(); + +val esse43 = RecipeBuilder.newBuilder("essence43","essentia_crystallizer",20); +esse43.addItemInput(*5); +esse43.addItemInput(.withTag({Aspect: "diabolus"})); +esse43.addItemOutput(.withTag({Aspects: [{amount: 1, key: "diabolus"}]})*15); +esse43.build(); + +val esse44 = RecipeBuilder.newBuilder("essence44","essentia_crystallizer",20); +esse44.addItemInput(*5); +esse44.addItemInput(.withTag({Aspect: "fluctus"})); +esse44.addItemOutput(.withTag({Aspects: [{amount: 1, key: "fluctus"}]})*15); +esse44.build(); + +val esse45 = RecipeBuilder.newBuilder("essence45","essentia_crystallizer",20); +esse45.addItemInput(*5); +esse45.addItemInput(.withTag({Aspect: "sonus"})); +esse45.addItemOutput(.withTag({Aspects: [{amount: 1, key: "sonus"}]})*15); +esse45.build(); + +val esse46 = RecipeBuilder.newBuilder("essence46","essentia_crystallizer",20); +esse46.addItemInput(*5); +esse46.addItemInput(.withTag({Aspect: "exitium"})); +esse46.addItemOutput(.withTag({Aspects: [{amount: 1, key: "exitium"}]})*15); +esse46.build(); + +val esse47 = RecipeBuilder.newBuilder("essence47","essentia_crystallizer",20); +esse47.addItemInput(*5); +esse47.addItemInput(.withTag({Aspect: "caeles"})); +esse47.addItemOutput(.withTag({Aspects: [{amount: 1, key: "caeles"}]})*15); +esse47.build(); + +val esse48 = RecipeBuilder.newBuilder("essence48","essentia_crystallizer",20); +esse48.addItemInput(*5); +esse48.addItemInput(.withTag({Aspect: "draco"})); +esse48.addItemOutput(.withTag({Aspects: [{amount: 1, key: "draco"}]})*15); +esse48.build(); + +val esse49 = RecipeBuilder.newBuilder("essence49","essentia_crystallizer",20); +esse49.addItemInput(*5); +esse49.addItemInput(.withTag({Aspect: "infernum"})); +esse49.addItemOutput(.withTag({Aspects: [{amount: 1, key: "infernum"}]})*15); +esse49.build(); + +val esse50 = RecipeBuilder.newBuilder("essence50","essentia_crystallizer",20); +esse50.addItemInput(*5); +esse50.addItemInput(.withTag({Aspect: "ventus"})); +esse50.addItemOutput(.withTag({Aspects: [{amount: 1, key: "ventus"}]})*15); +esse50.build(); + +val esse51 = RecipeBuilder.newBuilder("essence51","essentia_crystallizer",20); +esse51.addItemInput(*5); +esse51.addItemInput(.withTag({Aspect: "visum"})); +esse51.addItemOutput(.withTag({Aspects: [{amount: 1, key: "visum"}]})*15); +esse51.build(); + +val esse52 = RecipeBuilder.newBuilder("essence52","essentia_crystallizer",20); +esse52.addItemInput(*5); +esse52.addItemInput(.withTag({Aspect: "imperium"})); +esse52.addItemOutput(.withTag({Aspects: [{amount: 1, key: "imperium"}]})*15); +esse52.build(); + +val esse53 = RecipeBuilder.newBuilder("essence53","essentia_crystallizer",20); +esse53.addItemInput(*5); +esse53.addItemInput(.withTag({Aspect: "mythus"})); +esse53.addItemOutput(.withTag({Aspects: [{amount: 1, key: "mythus"}]})*15); +esse53.build(); diff --git a/scripts/ModularEssenceDis.zs b/scripts/ModularEssenceDis.zs new file mode 100644 index 00000000..e1377122 --- /dev/null +++ b/scripts/ModularEssenceDis.zs @@ -0,0 +1,268 @@ +import mods.modularmachinery.RecipeBuilder; + + +val esse1 = RecipeBuilder.newBuilder("essdisso1","mechanized_essentia_smeltery",5); +esse1.addAspectOutput("aer",1); +esse1.addItemInput(.withTag({Aspects: [{amount: 1, key: "aer"}]})); +esse1.build(); + +val esse2 = RecipeBuilder.newBuilder("essdisso2","mechanized_essentia_smeltery",5); +esse2.addAspectOutput("terra",1); +esse2.addItemInput(.withTag({Aspects: [{amount: 1, key: "terra"}]})); +esse2.build(); + +val esse3 = RecipeBuilder.newBuilder("essdisso3","mechanized_essentia_smeltery",5); +esse3.addAspectOutput("ignis",1); +esse3.addItemInput(.withTag({Aspects: [{amount: 1, key: "ignis"}]})); +esse3.build(); + +val esse4 = RecipeBuilder.newBuilder("essdisso4","mechanized_essentia_smeltery",5); +esse4.addAspectOutput("aqua",1); +esse4.addItemInput(.withTag({Aspects: [{amount: 1, key: "aqua"}]})); +esse4.build(); + +val esse5 = RecipeBuilder.newBuilder("essdisso5","mechanized_essentia_smeltery",5); +esse5.addAspectOutput("ordo",1); +esse5.addItemInput(.withTag({Aspects: [{amount: 1, key: "ordo"}]})); +esse5.build(); + + +val esse6 = RecipeBuilder.newBuilder("essdisso6","mechanized_essentia_smeltery",5); +esse6.addAspectOutput("perditio",1); +esse6.addItemInput(.withTag({Aspects: [{amount: 1, key: "perditio"}]})); +esse6.build(); + +val esse7 = RecipeBuilder.newBuilder("essdisso7","mechanized_essentia_smeltery",5); +esse7.addAspectOutput("vacuos",1); +esse7.addItemInput(.withTag({Aspects: [{amount: 1, key: "vacuos"}]})); +esse7.build(); + +val esse8 = RecipeBuilder.newBuilder("essdisso8","mechanized_essentia_smeltery",5); +esse8.addAspectOutput("lux",1); +esse8.addItemInput(.withTag({Aspects: [{amount: 1, key: "lux"}]})); +esse8.build(); + +val esse9 = RecipeBuilder.newBuilder("essdisso9","mechanized_essentia_smeltery",5); +esse9.addAspectOutput("motus",1); +esse9.addItemInput(.withTag({Aspects: [{amount: 1, key: "motus"}]})); +esse9.build(); + +val esse10 = RecipeBuilder.newBuilder("essdisso10","mechanized_essentia_smeltery",5); +esse10.addAspectOutput("gelum",1); +esse10.addItemInput(.withTag({Aspects: [{amount: 1, key: "gelum"}]})); +esse10.build(); + +val esse11 = RecipeBuilder.newBuilder("essdisso11","mechanized_essentia_smeltery",5); +esse11.addAspectOutput("vitreus",1); +esse11.addItemInput(.withTag({Aspects: [{amount: 1, key: "vitreus"}]})); +esse11.build(); + +val esse12 = RecipeBuilder.newBuilder("essdisso12","mechanized_essentia_smeltery",5); +esse12.addAspectOutput("metallum",1); +esse12.addItemInput(.withTag({Aspects: [{amount: 1, key: "metallum"}]})); +esse12.build(); + +val esse13 = RecipeBuilder.newBuilder("essdisso13","mechanized_essentia_smeltery",5); +esse13.addAspectOutput("victus",1); +esse13.addItemInput(.withTag({Aspects: [{amount: 1, key: "victus"}]})); +esse13.build(); + +val esse14 = RecipeBuilder.newBuilder("essdisso14","mechanized_essentia_smeltery",5); +esse14.addAspectOutput("mortuus",1); +esse14.addItemInput(.withTag({Aspects: [{amount: 1, key: "mortuus"}]})); +esse14.build(); + +val esse15 = RecipeBuilder.newBuilder("essdisso15","mechanized_essentia_smeltery",5); +esse15.addAspectOutput("potentia",1); +esse15.addItemInput(.withTag({Aspects: [{amount: 1, key: "potentia"}]})); +esse15.build(); + +val esse16 = RecipeBuilder.newBuilder("essdisso16","mechanized_essentia_smeltery",5); +esse16.addAspectOutput("permutatio",1); +esse16.addItemInput(.withTag({Aspects: [{amount: 1, key: "permutatio"}]})); +esse16.build(); + +val esse17 = RecipeBuilder.newBuilder("essdisso17","mechanized_essentia_smeltery",5); +esse17.addAspectOutput("praecantatio",1); +esse17.addItemInput(.withTag({Aspects: [{amount: 1, key: "praecantatio"}]})); +esse17.build(); + +val esse18 = RecipeBuilder.newBuilder("essdisso18","mechanized_essentia_smeltery",5); +esse18.addAspectOutput("auram",1); +esse18.addItemInput(.withTag({Aspects: [{amount: 1, key: "auram"}]})); +esse18.build(); + +val esse19 = RecipeBuilder.newBuilder("essdisso19","mechanized_essentia_smeltery",5); +esse19.addAspectOutput("alkimia",1); +esse19.addItemInput(.withTag({Aspects: [{amount: 1, key: "alkimia"}]})); +esse19.build(); + +val esse20 = RecipeBuilder.newBuilder("essdisso20","mechanized_essentia_smeltery",5); +esse20.addAspectOutput("vitium",1); +esse20.addItemInput(.withTag({Aspects: [{amount: 1, key: "vitium"}]})); +esse20.build(); + +val esse21 = RecipeBuilder.newBuilder("essdisso21","mechanized_essentia_smeltery",5); +esse21.addAspectOutput("tenebrae",1); +esse21.addItemInput(.withTag({Aspects: [{amount: 1, key: "tenebrae"}]})); +esse21.build(); + +val esse22 = RecipeBuilder.newBuilder("essdisso22","mechanized_essentia_smeltery",5); +esse22.addAspectOutput("alienis",1); +esse22.addItemInput(.withTag({Aspects: [{amount: 1, key: "alienis"}]})); +esse22.build(); + +val esse23 = RecipeBuilder.newBuilder("essdisso23","mechanized_essentia_smeltery",5); +esse23.addAspectOutput("volatus",1); +esse23.addItemInput(.withTag({Aspects: [{amount: 1, key: "volatus"}]})); +esse23.build(); + +val esse24 = RecipeBuilder.newBuilder("essdisso24","mechanized_essentia_smeltery",5); +esse24.addAspectOutput("herba",1); +esse24.addItemInput(.withTag({Aspects: [{amount: 1, key: "herba"}]})); +esse24.build(); + +val esse25 = RecipeBuilder.newBuilder("essdisso25","mechanized_essentia_smeltery",5); +esse25.addAspectOutput("instrumentum",1); +esse25.addItemInput(.withTag({Aspects: [{amount: 1, key: "instrumentum"}]})); +esse25.build(); + +val esse26 = RecipeBuilder.newBuilder("essdisso26","mechanized_essentia_smeltery",5); +esse26.addAspectOutput("fabrico",1); +esse26.addItemInput(.withTag({Aspects: [{amount: 1, key: "fabrico"}]})); +esse26.build(); + +val esse27 = RecipeBuilder.newBuilder("essdisso27","mechanized_essentia_smeltery",5); +esse27.addAspectOutput("machina",1); +esse27.addItemInput(.withTag({Aspects: [{amount: 1, key: "machina"}]})); +esse27.build(); + +val esse28 = RecipeBuilder.newBuilder("essdisso28","mechanized_essentia_smeltery",5); +esse28.addAspectOutput("vinculum",1); +esse28.addItemInput(.withTag({Aspects: [{amount: 1, key: "vinculum"}]})); +esse28.build(); + +val esse29 = RecipeBuilder.newBuilder("essdisso29","mechanized_essentia_smeltery",5); +esse29.addAspectOutput("spiritus",1); +esse29.addItemInput(.withTag({Aspects: [{amount: 1, key: "spiritus"}]})); +esse29.build(); + +val esse30 = RecipeBuilder.newBuilder("essdisso30","mechanized_essentia_smeltery",5); +esse30.addAspectOutput("cognitio",1); +esse30.addItemInput(.withTag({Aspects: [{amount: 1, key: "cognitio"}]})); +esse30.build(); + +val esse31 = RecipeBuilder.newBuilder("essdisso31","mechanized_essentia_smeltery",5); +esse31.addAspectOutput("sensus",1); +esse31.addItemInput(.withTag({Aspects: [{amount: 1, key: "sensus"}]})); +esse31.build(); + +val esse32 = RecipeBuilder.newBuilder("essdisso32","mechanized_essentia_smeltery",5); +esse32.addAspectOutput("aversio",1); +esse32.addItemInput(.withTag({Aspects: [{amount: 1, key: "aversio"}]})); +esse32.build(); + +val esse33 = RecipeBuilder.newBuilder("essdisso33","mechanized_essentia_smeltery",5); +esse33.addAspectOutput("praemunio",1); +esse33.addItemInput(.withTag({Aspects: [{amount: 1, key: "praemunio"}]})); +esse33.build(); + +val esse34 = RecipeBuilder.newBuilder("essdisso34","mechanized_essentia_smeltery",5); +esse34.addAspectOutput("desiderium",1); +esse34.addItemInput(.withTag({Aspects: [{amount: 1, key: "desiderium"}]})); +esse34.build(); + +val esse35 = RecipeBuilder.newBuilder("essdisso35","mechanized_essentia_smeltery",5); +esse35.addAspectOutput("exanimis",1); +esse35.addItemInput(.withTag({Aspects: [{amount: 1, key: "exanimis"}]})); +esse35.build(); + +val esse36 = RecipeBuilder.newBuilder("essdisso36","mechanized_essentia_smeltery",5); +esse36.addAspectOutput("bestia",1); +esse36.addItemInput(.withTag({Aspects: [{amount: 1, key: "bestia"}]})); +esse36.build(); + +val esse37 = RecipeBuilder.newBuilder("essdisso37","mechanized_essentia_smeltery",5); +esse37.addAspectOutput("humanus",1); +esse37.addItemInput(.withTag({Aspects: [{amount: 1, key: "humanus"}]})); +esse37.build(); + +val esse38 = RecipeBuilder.newBuilder("essdisso38","mechanized_essentia_smeltery",5); +esse38.addAspectOutput("coralos",1); +esse38.addItemInput(.withTag({Aspects: [{amount: 1, key: "coralos"}]})); +esse38.build(); + +val esse39 = RecipeBuilder.newBuilder("essdisso39","mechanized_essentia_smeltery",5); +esse39.addAspectOutput("dreadia",1); +esse39.addItemInput(.withTag({Aspects: [{amount: 1, key: "dreadia"}]})); +esse39.build(); + +val esse40 = RecipeBuilder.newBuilder("essdisso40","mechanized_essentia_smeltery",5); +esse40.addAspectOutput("sol",1); +esse40.addItemInput(.withTag({Aspects: [{amount: 1, key: "sol"}]})); +esse40.build(); + +val esse41 = RecipeBuilder.newBuilder("essdisso41","mechanized_essentia_smeltery",5); +esse41.addAspectOutput("luna",1); +esse41.addItemInput(.withTag({Aspects: [{amount: 1, key: "luna"}]})); +esse41.build(); + +val esse42 = RecipeBuilder.newBuilder("essdisso42","mechanized_essentia_smeltery",5); +esse42.addAspectOutput("stellae",1); +esse42.addItemInput(.withTag({Aspects: [{amount: 1, key: "stellae"}]})); +esse42.build(); + +val esse43 = RecipeBuilder.newBuilder("essdisso43","mechanized_essentia_smeltery",5); +esse43.addAspectOutput("diabolus",1); +esse43.addItemInput(.withTag({Aspects: [{amount: 1, key: "diabolus"}]})); +esse43.build(); + +val esse44 = RecipeBuilder.newBuilder("essdisso44","mechanized_essentia_smeltery",5); +esse44.addAspectOutput("fluctus",1); +esse44.addItemInput(.withTag({Aspects: [{amount: 1, key: "fluctus"}]})); +esse44.build(); + +val esse45 = RecipeBuilder.newBuilder("essdisso45","mechanized_essentia_smeltery",5); +esse45.addAspectOutput("sonus",1); +esse45.addItemInput(.withTag({Aspects: [{amount: 1, key: "sonus"}]})); +esse45.build(); + +val esse46 = RecipeBuilder.newBuilder("essdisso46","mechanized_essentia_smeltery",5); +esse46.addAspectOutput("exitium",1); +esse46.addItemInput(.withTag({Aspects: [{amount: 1, key: "exitium"}]})); +esse46.build(); + +val esse47 = RecipeBuilder.newBuilder("essdisso47","mechanized_essentia_smeltery",5); +esse47.addAspectOutput("caeles",1); +esse47.addItemInput(.withTag({Aspects: [{amount: 1, key: "caeles"}]})); +esse47.build(); + +val esse48 = RecipeBuilder.newBuilder("essdisso48","mechanized_essentia_smeltery",5); +esse48.addAspectOutput("draco",1); +esse48.addItemInput(.withTag({Aspects: [{amount: 1, key: "draco"}]})); +esse48.build(); + +val esse49 = RecipeBuilder.newBuilder("essdisso49","mechanized_essentia_smeltery",5); +esse49.addAspectOutput("infernum",1); +esse49.addItemInput(.withTag({Aspects: [{amount: 1, key: "infernum"}]})); +esse49.build(); + +val esse50 = RecipeBuilder.newBuilder("essdisso50","mechanized_essentia_smeltery",5); +esse50.addAspectOutput("ventus",1); +esse50.addItemInput(.withTag({Aspects: [{amount: 1, key: "ventus"}]})); +esse50.build(); + +val esse51 = RecipeBuilder.newBuilder("essdisso51","mechanized_essentia_smeltery",5); +esse51.addAspectOutput("visum",1); +esse51.addItemInput(.withTag({Aspects: [{amount: 1, key: "visum"}]})); +esse51.build(); + +val esse52 = RecipeBuilder.newBuilder("essdisso52","mechanized_essentia_smeltery",5); +esse52.addAspectOutput("imperium",1); +esse52.addItemInput(.withTag({Aspects: [{amount: 1, key: "imperium"}]})); +esse52.build(); + +val esse53 = RecipeBuilder.newBuilder("essdisso53","mechanized_essentia_smeltery",5); +esse53.addAspectOutput("mythus",1); +esse53.addItemInput(.withTag({Aspects: [{amount: 1, key: "mythus"}]})); +esse53.build(); \ No newline at end of file diff --git a/scripts/ModularEssenceSol.zs b/scripts/ModularEssenceSol.zs new file mode 100644 index 00000000..0ad4df65 --- /dev/null +++ b/scripts/ModularEssenceSol.zs @@ -0,0 +1,268 @@ +import mods.modularmachinery.RecipeBuilder; + + +val esse1 = RecipeBuilder.newBuilder("essol1","essentia_solidifier",5); +esse1.addAspectInput("aer",1); +esse1.addItemOutput(.withTag({Aspects: [{amount: 1, key: "aer"}]})); +esse1.build(); + +val esse2 = RecipeBuilder.newBuilder("essol2","essentia_solidifier",5); +esse2.addAspectInput("terra",1); +esse2.addItemOutput(.withTag({Aspects: [{amount: 1, key: "terra"}]})); +esse2.build(); + +val esse3 = RecipeBuilder.newBuilder("essol3","essentia_solidifier",5); +esse3.addAspectInput("ignis",1); +esse3.addItemOutput(.withTag({Aspects: [{amount: 1, key: "ignis"}]})); +esse3.build(); + +val esse4 = RecipeBuilder.newBuilder("essol4","essentia_solidifier",5); +esse4.addAspectInput("aqua",1); +esse4.addItemOutput(.withTag({Aspects: [{amount: 1, key: "aqua"}]})); +esse4.build(); + +val esse5 = RecipeBuilder.newBuilder("essol5","essentia_solidifier",5); +esse5.addAspectInput("ordo",1); +esse5.addItemOutput(.withTag({Aspects: [{amount: 1, key: "ordo"}]})); +esse5.build(); + + +val esse6 = RecipeBuilder.newBuilder("essol6","essentia_solidifier",5); +esse6.addAspectInput("perditio",1); +esse6.addItemOutput(.withTag({Aspects: [{amount: 1, key: "perditio"}]})); +esse6.build(); + +val esse7 = RecipeBuilder.newBuilder("essol7","essentia_solidifier",5); +esse7.addAspectInput("vacuos",1); +esse7.addItemOutput(.withTag({Aspects: [{amount: 1, key: "vacuos"}]})); +esse7.build(); + +val esse8 = RecipeBuilder.newBuilder("essol8","essentia_solidifier",5); +esse8.addAspectInput("lux",1); +esse8.addItemOutput(.withTag({Aspects: [{amount: 1, key: "lux"}]})); +esse8.build(); + +val esse9 = RecipeBuilder.newBuilder("essol9","essentia_solidifier",5); +esse9.addAspectInput("motus",1); +esse9.addItemOutput(.withTag({Aspects: [{amount: 1, key: "motus"}]})); +esse9.build(); + +val esse10 = RecipeBuilder.newBuilder("essol10","essentia_solidifier",5); +esse10.addAspectInput("gelum",1); +esse10.addItemOutput(.withTag({Aspects: [{amount: 1, key: "gelum"}]})); +esse10.build(); + +val esse11 = RecipeBuilder.newBuilder("essol11","essentia_solidifier",5); +esse11.addAspectInput("vitreus",1); +esse11.addItemOutput(.withTag({Aspects: [{amount: 1, key: "vitreus"}]})); +esse11.build(); + +val esse12 = RecipeBuilder.newBuilder("essol12","essentia_solidifier",5); +esse12.addAspectInput("metallum",1); +esse12.addItemOutput(.withTag({Aspects: [{amount: 1, key: "metallum"}]})); +esse12.build(); + +val esse13 = RecipeBuilder.newBuilder("essol13","essentia_solidifier",5); +esse13.addAspectInput("victus",1); +esse13.addItemOutput(.withTag({Aspects: [{amount: 1, key: "victus"}]})); +esse13.build(); + +val esse14 = RecipeBuilder.newBuilder("essol14","essentia_solidifier",5); +esse14.addAspectInput("mortuus",1); +esse14.addItemOutput(.withTag({Aspects: [{amount: 1, key: "mortuus"}]})); +esse14.build(); + +val esse15 = RecipeBuilder.newBuilder("essol15","essentia_solidifier",5); +esse15.addAspectInput("potentia",1); +esse15.addItemOutput(.withTag({Aspects: [{amount: 1, key: "potentia"}]})); +esse15.build(); + +val esse16 = RecipeBuilder.newBuilder("essol16","essentia_solidifier",5); +esse16.addAspectInput("permutatio",1); +esse16.addItemOutput(.withTag({Aspects: [{amount: 1, key: "permutatio"}]})); +esse16.build(); + +val esse17 = RecipeBuilder.newBuilder("essol17","essentia_solidifier",5); +esse17.addAspectInput("praecantatio",1); +esse17.addItemOutput(.withTag({Aspects: [{amount: 1, key: "praecantatio"}]})); +esse17.build(); + +val esse18 = RecipeBuilder.newBuilder("essol18","essentia_solidifier",5); +esse18.addAspectInput("auram",1); +esse18.addItemOutput(.withTag({Aspects: [{amount: 1, key: "auram"}]})); +esse18.build(); + +val esse19 = RecipeBuilder.newBuilder("essol19","essentia_solidifier",5); +esse19.addAspectInput("alkimia",1); +esse19.addItemOutput(.withTag({Aspects: [{amount: 1, key: "alkimia"}]})); +esse19.build(); + +val esse20 = RecipeBuilder.newBuilder("essol20","essentia_solidifier",5); +esse20.addAspectInput("vitium",1); +esse20.addItemOutput(.withTag({Aspects: [{amount: 1, key: "vitium"}]})); +esse20.build(); + +val esse21 = RecipeBuilder.newBuilder("essol21","essentia_solidifier",5); +esse21.addAspectInput("tenebrae",1); +esse21.addItemOutput(.withTag({Aspects: [{amount: 1, key: "tenebrae"}]})); +esse21.build(); + +val esse22 = RecipeBuilder.newBuilder("essol22","essentia_solidifier",5); +esse22.addAspectInput("alienis",1); +esse22.addItemOutput(.withTag({Aspects: [{amount: 1, key: "alienis"}]})); +esse22.build(); + +val esse23 = RecipeBuilder.newBuilder("essol23","essentia_solidifier",5); +esse23.addAspectInput("volatus",1); +esse23.addItemOutput(.withTag({Aspects: [{amount: 1, key: "volatus"}]})); +esse23.build(); + +val esse24 = RecipeBuilder.newBuilder("essol24","essentia_solidifier",5); +esse24.addAspectInput("herba",1); +esse24.addItemOutput(.withTag({Aspects: [{amount: 1, key: "herba"}]})); +esse24.build(); + +val esse25 = RecipeBuilder.newBuilder("essol25","essentia_solidifier",5); +esse25.addAspectInput("instrumentum",1); +esse25.addItemOutput(.withTag({Aspects: [{amount: 1, key: "instrumentum"}]})); +esse25.build(); + +val esse26 = RecipeBuilder.newBuilder("essol26","essentia_solidifier",5); +esse26.addAspectInput("fabrico",1); +esse26.addItemOutput(.withTag({Aspects: [{amount: 1, key: "fabrico"}]})); +esse26.build(); + +val esse27 = RecipeBuilder.newBuilder("essol27","essentia_solidifier",5); +esse27.addAspectInput("machina",1); +esse27.addItemOutput(.withTag({Aspects: [{amount: 1, key: "machina"}]})); +esse27.build(); + +val esse28 = RecipeBuilder.newBuilder("essol28","essentia_solidifier",5); +esse28.addAspectInput("vinculum",1); +esse28.addItemOutput(.withTag({Aspects: [{amount: 1, key: "vinculum"}]})); +esse28.build(); + +val esse29 = RecipeBuilder.newBuilder("essol29","essentia_solidifier",5); +esse29.addAspectInput("spiritus",1); +esse29.addItemOutput(.withTag({Aspects: [{amount: 1, key: "spiritus"}]})); +esse29.build(); + +val esse30 = RecipeBuilder.newBuilder("essol30","essentia_solidifier",5); +esse30.addAspectInput("cognitio",1); +esse30.addItemOutput(.withTag({Aspects: [{amount: 1, key: "cognitio"}]})); +esse30.build(); + +val esse31 = RecipeBuilder.newBuilder("essol31","essentia_solidifier",5); +esse31.addAspectInput("sensus",1); +esse31.addItemOutput(.withTag({Aspects: [{amount: 1, key: "sensus"}]})); +esse31.build(); + +val esse32 = RecipeBuilder.newBuilder("essol32","essentia_solidifier",5); +esse32.addAspectInput("aversio",1); +esse32.addItemOutput(.withTag({Aspects: [{amount: 1, key: "aversio"}]})); +esse32.build(); + +val esse33 = RecipeBuilder.newBuilder("essol33","essentia_solidifier",5); +esse33.addAspectInput("praemunio",1); +esse33.addItemOutput(.withTag({Aspects: [{amount: 1, key: "praemunio"}]})); +esse33.build(); + +val esse34 = RecipeBuilder.newBuilder("essol34","essentia_solidifier",5); +esse34.addAspectInput("desiderium",1); +esse34.addItemOutput(.withTag({Aspects: [{amount: 1, key: "desiderium"}]})); +esse34.build(); + +val esse35 = RecipeBuilder.newBuilder("essol35","essentia_solidifier",5); +esse35.addAspectInput("exanimis",1); +esse35.addItemOutput(.withTag({Aspects: [{amount: 1, key: "exanimis"}]})); +esse35.build(); + +val esse36 = RecipeBuilder.newBuilder("essol36","essentia_solidifier",5); +esse36.addAspectInput("bestia",1); +esse36.addItemOutput(.withTag({Aspects: [{amount: 1, key: "bestia"}]})); +esse36.build(); + +val esse37 = RecipeBuilder.newBuilder("essol37","essentia_solidifier",5); +esse37.addAspectInput("humanus",1); +esse37.addItemOutput(.withTag({Aspects: [{amount: 1, key: "humanus"}]})); +esse37.build(); + +val esse38 = RecipeBuilder.newBuilder("essol38","essentia_solidifier",5); +esse38.addAspectInput("coralos",1); +esse38.addItemOutput(.withTag({Aspects: [{amount: 1, key: "coralos"}]})); +esse38.build(); + +val esse39 = RecipeBuilder.newBuilder("essol39","essentia_solidifier",5); +esse39.addAspectInput("dreadia",1); +esse39.addItemOutput(.withTag({Aspects: [{amount: 1, key: "dreadia"}]})); +esse39.build(); + +val esse40 = RecipeBuilder.newBuilder("essol40","essentia_solidifier",5); +esse40.addAspectInput("sol",1); +esse40.addItemOutput(.withTag({Aspects: [{amount: 1, key: "sol"}]})); +esse40.build(); + +val esse41 = RecipeBuilder.newBuilder("essol41","essentia_solidifier",5); +esse41.addAspectInput("luna",1); +esse41.addItemOutput(.withTag({Aspects: [{amount: 1, key: "luna"}]})); +esse41.build(); + +val esse42 = RecipeBuilder.newBuilder("essol42","essentia_solidifier",5); +esse42.addAspectInput("stellae",1); +esse42.addItemOutput(.withTag({Aspects: [{amount: 1, key: "stellae"}]})); +esse42.build(); + +val esse43 = RecipeBuilder.newBuilder("essol43","essentia_solidifier",5); +esse43.addAspectInput("diabolus",1); +esse43.addItemOutput(.withTag({Aspects: [{amount: 1, key: "diabolus"}]})); +esse43.build(); + +val esse44 = RecipeBuilder.newBuilder("essol44","essentia_solidifier",5); +esse44.addAspectInput("fluctus",1); +esse44.addItemOutput(.withTag({Aspects: [{amount: 1, key: "fluctus"}]})); +esse44.build(); + +val esse45 = RecipeBuilder.newBuilder("essol45","essentia_solidifier",5); +esse45.addAspectInput("sonus",1); +esse45.addItemOutput(.withTag({Aspects: [{amount: 1, key: "sonus"}]})); +esse45.build(); + +val esse46 = RecipeBuilder.newBuilder("essol46","essentia_solidifier",5); +esse46.addAspectInput("exitium",1); +esse46.addItemOutput(.withTag({Aspects: [{amount: 1, key: "exitium"}]})); +esse46.build(); + +val esse47 = RecipeBuilder.newBuilder("essol47","essentia_solidifier",5); +esse47.addAspectInput("caeles",1); +esse47.addItemOutput(.withTag({Aspects: [{amount: 1, key: "caeles"}]})); +esse47.build(); + +val esse48 = RecipeBuilder.newBuilder("essol48","essentia_solidifier",5); +esse48.addAspectInput("draco",1); +esse48.addItemOutput(.withTag({Aspects: [{amount: 1, key: "draco"}]})); +esse48.build(); + +val esse49 = RecipeBuilder.newBuilder("essol49","essentia_solidifier",5); +esse49.addAspectInput("infernum",1); +esse49.addItemOutput(.withTag({Aspects: [{amount: 1, key: "infernum"}]})); +esse49.build(); + +val esse50 = RecipeBuilder.newBuilder("essol50","essentia_solidifier",5); +esse50.addAspectInput("ventus",1); +esse50.addItemOutput(.withTag({Aspects: [{amount: 1, key: "ventus"}]})); +esse50.build(); + +val esse51 = RecipeBuilder.newBuilder("essol51","essentia_solidifier",5); +esse51.addAspectInput("visum",1); +esse51.addItemOutput(.withTag({Aspects: [{amount: 1, key: "visum"}]})); +esse51.build(); + +val esse52 = RecipeBuilder.newBuilder("essol52","essentia_solidifier",5); +esse52.addAspectInput("imperium",1); +esse52.addItemOutput(.withTag({Aspects: [{amount: 1, key: "imperium"}]})); +esse52.build(); + +val esse53 = RecipeBuilder.newBuilder("essol53","essentia_solidifier",5); +esse53.addAspectInput("mythus",1); +esse53.addItemOutput(.withTag({Aspects: [{amount: 1, key: "mythus"}]})); +esse53.build(); \ No newline at end of file diff --git a/scripts/ModularEternalFire.zs b/scripts/ModularEternalFire.zs new file mode 100644 index 00000000..c14bd0c0 --- /dev/null +++ b/scripts/ModularEternalFire.zs @@ -0,0 +1,113 @@ +import mods.modularmachinery.RecipeBuilder; + + +val opdra1 = RecipeBuilder.newBuilder("dragonsword1","dragonfire_forge",300); +opdra1.addItemInput(*64); +opdra1.addItemInput(*64); +opdra1.addItemInput(*12); +opdra1.addFluidOutput(*10); +opdra1.build(); + +val opdra2 = RecipeBuilder.newBuilder("dragonsword2","dragonfire_forge",300); +opdra2.addItemInput(*32); +opdra2.addItemInput(*32); +opdra2.addItemInput(*32); +opdra2.addItemInput(*32); +opdra2.addFluidOutput(*20); +opdra2.build(); + +val opdra3 = RecipeBuilder.newBuilder("dragonsword3","dragonfire_forge",300); +opdra3.addItemInput(*20); +opdra3.addItemInput(*32); +opdra3.addItemInput(*64); +opdra3.addItemInput(*64); +opdra3.addFluidOutput(*30); +opdra3.build(); + +val opdra4 = RecipeBuilder.newBuilder("dragonsword4","dragonfire_forge",300); +opdra4.addItemInput(*32); +opdra4.addItemInput(); +opdra4.addItemInput(*64); +opdra4.addItemInput(*32); +opdra4.addFluidOutput(*80); +opdra4.build(); + +val opdra5 = RecipeBuilder.newBuilder("dragonsword5","dragonfire_forge",300); +opdra5.addItemInput(*4); +opdra5.addItemInput(); +opdra5.addItemInput(*8); +opdra5.addFluidOutput(*100); +opdra5.build(); + +val opdra6 = RecipeBuilder.newBuilder("dragonsword6","dragonfire_forge",300); +opdra6.addItemInput(*16); +opdra6.addItemInput(*4); +opdra6.addItemInput(); +opdra6.addFluidOutput(*50); +opdra6.build(); + +val opdra7 = RecipeBuilder.newBuilder("dragonsword7","dragonfire_forge",300); +opdra7.addItemInput(*16); +opdra7.addItemInput(*16); +opdra7.addItemInput(*16); +opdra7.addItemInput(*16); +opdra7.addItemInput(*32); +opdra7.addFluidOutput(*600); +opdra7.build(); + +val opdra8 = RecipeBuilder.newBuilder("dragonsword8","dragonfire_forge",300); +opdra8.addItemInput(*32); +opdra8.addItemInput(*32); +opdra8.addItemInput(*32); +opdra8.addFluidOutput(*300); +opdra8.build(); + +val opdra9 = RecipeBuilder.newBuilder("dragonsword9","dragonfire_forge",300); +opdra9.addItemInput(); +opdra9.addFluidOutput(*1000); +opdra9.build(); + +val nightmarefire1 = RecipeBuilder.newBuilder("nightmarefire1","dragonfire_forge",300); +nightmarefire1.addItemInput(*4); +nightmarefire1.addFluidOutput(*100); +nightmarefire1.build(); + +val nightmarefire2 = RecipeBuilder.newBuilder("nightmarefire2","dragonfire_forge",300); +nightmarefire2.addItemInput(*4); +nightmarefire2.addFluidOutput(*200); +nightmarefire2.build(); + +val nightmarefire3 = RecipeBuilder.newBuilder("nightmarefire3","dragonfire_forge",300); +nightmarefire3.addItemInput(*4); +nightmarefire3.addFluidOutput(*333); +nightmarefire3.build(); + +val nightmarefire4 = RecipeBuilder.newBuilder("nightmarefire4","dragonfire_forge",300); +nightmarefire4.addItemInput(*4); +nightmarefire4.addFluidOutput(*500); +nightmarefire4.build(); + +val nightmarefire5 = RecipeBuilder.newBuilder("nightmarefire5","dragonfire_forge",300); +nightmarefire5.addItemInput(*4); +nightmarefire5.addFluidOutput(*1100); +nightmarefire5.build(); + +val nightmarefire6 = RecipeBuilder.newBuilder("nightmarefire6","dragonfire_forge",300); +nightmarefire6.addItemInput(*4); +nightmarefire6.addFluidOutput(*1555); +nightmarefire6.build(); + +val nightmarefire7 = RecipeBuilder.newBuilder("nightmarefire7","dragonfire_forge",300); +nightmarefire7.addItemInput(*4); +nightmarefire7.addFluidOutput(*1666); +nightmarefire7.build(); + +val nightmarefire8 = RecipeBuilder.newBuilder("nightmarefire8","dragonfire_forge",300); +nightmarefire8.addItemInput(*4); +nightmarefire8.addFluidOutput(*1999); +nightmarefire8.build(); + +val nightmarefire9 = RecipeBuilder.newBuilder("nightmarefire9","dragonfire_forge",300); +nightmarefire9.addItemInput(*4); +nightmarefire9.addFluidOutput(*4444); +nightmarefire9.build(); \ No newline at end of file diff --git a/scripts/ModularExcavationComputer.zs b/scripts/ModularExcavationComputer.zs new file mode 100644 index 00000000..e7adc49f --- /dev/null +++ b/scripts/ModularExcavationComputer.zs @@ -0,0 +1,13 @@ +import mods.modularmachinery.RecipeBuilder; + +val excavationcompdem = RecipeBuilder.newBuilder("excavationcompdem","mythic_excavation_computer_multiblock",200); +excavationcompdem.addEnergyPerTickInput(1000000); +excavationcompdem.addItemInput(); +excavationcompdem.addItemOutput(); +excavationcompdem.build(); + +val excavationcomptul = RecipeBuilder.newBuilder("excavationcomptul","mythic_excavation_computer_multiblock",200); +excavationcomptul.addEnergyPerTickInput(1000000); +excavationcomptul.addItemInput(); +excavationcomptul.addItemOutput(); +excavationcomptul.build(); \ No newline at end of file diff --git a/scripts/ModularGating.zs b/scripts/ModularGating.zs new file mode 100644 index 00000000..9f2ae555 --- /dev/null +++ b/scripts/ModularGating.zs @@ -0,0 +1,266 @@ +import mods.modularmachinery.RecipeBuilder; + +mods.thermalexpansion.Infuser.addRecipe(, , 1000); + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , , , ], +[, , , , ], +[, , , , ], +[, , , , ], +[, , , , ]]); + +recipes.addShapeless(,[, ]); + +val fieryrhenium = RecipeBuilder.newBuilder("fieryrhenium","dragonfire_crucible",100); +fieryrhenium.addFluidInput(*100); +fieryrhenium.addItemInput(); +fieryrhenium.addItemInput(); +fieryrhenium.addItemOutput(); +fieryrhenium.build(); + +mods.extendedcrafting.TableCrafting.addShaped(*4, +[[, , , , ], +[, , , , ], +[, , , , ], +[, , , , ], +[, , , , ]]); + + +recipes.remove(); + +mods.thermalexpansion.InductionSmelter.addRecipe(, +*12, *4, +5000); + +mods.nuclearcraft.alloy_furnace.addRecipe([*12, *4, ]); + +mods.thermalexpansion.InductionSmelter.addRecipe(, +, , +5000); + +mods.nuclearcraft.alloy_furnace.addRecipe([, , ]); + +mods.thermalexpansion.InductionSmelter.addRecipe(*8, +, , +5000); + +mods.nuclearcraft.alloy_furnace.addRecipe([, , *8]); + +recipes.addShaped(*4, +[[null, , null], +[, , ], +[null, , null]]); + + +recipes.addShaped(, +[[, , ], +[null, null, null], +[null, null, null]]); + + +recipes.addShaped(, +[[, , ], +[null, null, null], +[null, null, null]]); + + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + + +recipes.addShaped(, +[[, , ], +[null, , null], +[null, null, null]]); + +recipes.addShaped(, +[[, , ], +[null, , null], +[null, null, null]]); + +recipes.addShaped(, +[[, , ], +[null, , null], +[null, null, null]]); + +recipes.addShaped(, +[[, , ], +[null, , null], +[null, null, null]]); + +recipes.addShaped(, +[[, , ], +[null, , null], +[null, null, null]]); + +recipes.addShaped(, +[[, , ], +[null, , null], +[null, , null]]); + + +recipes.addShaped(, +[[, , ], +[null, , null], +[null, null, null]]); + +recipes.addShaped(, +[[, , ], +[null, , null], +[null, null, null]]); + +recipes.addShaped(, +[[, , ], +[null, , null], +[null, null, null]]); + +recipes.addShaped(, +[[, , ], +[null, , null], +[null, null, null]]); + +recipes.addShaped(, +[[, , ], +[null, , null], +[null, null, null]]); + +recipes.addShaped(, +[[, , ], +[null, , null], +[null, null, null]]); + + +recipes.addShaped(, +[[, null, ], +[, , ], +[, null, ]]); + +recipes.addShaped(, +[[, null, ], +[, , ], +[, null, ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[null, , null]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[null, , null]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[null, , null]]); + + +recipes.addShaped(, +[[, , ], +[, , ], +[null, , null]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[null, , null]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[null, , null]]); + +recipes.addShaped(, +[[, null, ], +[null, , null], +[, null, ]]); + + +recipes.removeShaped(); + +recipes.addShaped(, +[[, null, ], +[, , ], +[, null, ]]); + +recipes.removeShaped(); + +recipes.addShaped(, +[[, null, ], +[, , ], +[, null, ]]); + +recipes.removeShaped(); + +recipes.addShaped(, +[[, null, ], +[, , ], +[, null, ]]); + +recipes.removeShaped(); + +recipes.addShaped(, +[[, null, ], +[, , ], +[, null, ]]); diff --git a/scripts/ModularIceFire.zs b/scripts/ModularIceFire.zs new file mode 100644 index 00000000..46d84b65 --- /dev/null +++ b/scripts/ModularIceFire.zs @@ -0,0 +1,80 @@ +import mods.modularmachinery.RecipeBuilder; + + +val opdra1 = RecipeBuilder.newBuilder("dragoncruc1","dragonfire_crucible",3000); +opdra1.addFluidInput(*20); +opdra1.addItemInput(.withTag({Potion: "minecraft:long_fire_resistance"})); +opdra1.addItemInput(*12); +opdra1.addItemOutput(); +opdra1.build(); + +val opdra2 = RecipeBuilder.newBuilder("dragoncruc2","dragonfire_crucible",3000); +opdra2.addFluidInput(*2000); +opdra2.addItemInput(); +opdra2.addItemInput(*4); +opdra2.addItemInput(*64); +opdra2.addItemOutput(); +opdra2.build(); + +val opdra3 = RecipeBuilder.newBuilder("dragoncruc3","dragonfire_crucible",3000); +opdra3.addFluidInput(*2000); +opdra3.addItemInput(); +opdra3.addItemInput(*4); +opdra3.addItemInput(*64); +opdra3.addItemOutput(); +opdra3.build(); + +val opdra4 = RecipeBuilder.newBuilder("dragoncruc4","dragonfire_crucible",300); +opdra4.addFluidInput(*1000); +opdra4.addItemInput(); +opdra4.addItemInput(); +opdra4.addItemOutput(); +opdra4.build(); + +val opdra5 = RecipeBuilder.newBuilder("dragoncruc5","dragonfire_crucible",300); +opdra5.addFluidInput(*1000); +opdra5.addItemInput(); +opdra5.addItemInput(); +opdra5.addItemOutput(); +opdra5.build(); + +val opdra6 = RecipeBuilder.newBuilder("dragoncruc6","dragonfire_crucible",3000); +opdra6.addFluidInput(*32000); +opdra6.addItemInput(); +opdra6.addItemInput(*8); +opdra6.addItemInput(*4); +opdra6.addItemInput(*4); +opdra6.addItemInput(*20); +opdra6.addItemInput(*4); +opdra6.addItemInput(*4); +opdra6.addItemInput(*4); +opdra6.addItemInput(*4); +opdra6.addItemOutput(.withTag({ench: [{lvl: 60 as short, id: 16 as short}, {lvl: 3 as short, id: 22 as short}, {lvl: 1 as short, id: 70 as short}, {lvl: 5 as short, id: 34 as short},{lvl: 4 as short, id: 21 as short},{lvl: 15 as short, id: 66 as short},{lvl: 2 as short, id: 19 as short}], RepairCost: 1, display: {Name: "Zar'Roc"}})); +opdra6.build(); + +val opdra7 = RecipeBuilder.newBuilder("dragoncruc7","dragonfire_crucible",3000); +opdra7.addFluidInput(*32000); +opdra7.addItemInput(); +opdra7.addItemInput(*8); +opdra7.addItemInput(*4); +opdra7.addItemInput(*4); +opdra7.addItemInput(*20); +opdra7.addItemInput(*4); +opdra7.addItemInput(*4); +opdra7.addItemInput(*4); +opdra7.addItemInput(*4); +opdra7.addItemOutput(.withTag({ench: [{lvl: 60 as short, id: 16 as short}, {lvl: 3 as short, id: 22 as short}, {lvl: 1 as short, id: 70 as short}, {lvl: 5 as short, id: 34 as short},{lvl: 4 as short, id: 21 as short},{lvl: 15 as short, id: 66 as short},{lvl: 2 as short, id: 19 as short}], RepairCost: 1, display: {Name: "Brisingr"}})); +opdra7.build(); + +val opdra8 = RecipeBuilder.newBuilder("dragoncruc8","dragonfire_crucible",3000); +opdra8.addFluidInput(*10000); +opdra8.addItemInput(); +opdra8.addItemInput(*32); +opdra8.addItemInput(*4); +opdra8.addItemInput(*10); +opdra8.addItemInput(*16); +opdra8.addItemInput(); +opdra8.addItemOutput(.withTag({ench: [{lvl: 27 as short, id: 16 as short}, {lvl: 1 as short, id: 70 as short}, {lvl: 10 as short, id: 34 as short}], RepairCost: 1, display: {Name: "Dagger of the Skies"}})); +opdra8.build(); + + diff --git a/scripts/ModularInfinityFurnace.zs b/scripts/ModularInfinityFurnace.zs new file mode 100644 index 00000000..72fae6df --- /dev/null +++ b/scripts/ModularInfinityFurnace.zs @@ -0,0 +1,73 @@ + +import mods.modularmachinery.RecipeBuilder; + +val infinityfurnace = RecipeBuilder.newBuilder("infinityfurnace","infinity_furnace",100); +infinityfurnace.addFluidInput(*16000); +infinityfurnace.addItemInput(); +infinityfurnace.addItemOutput(); +infinityfurnace.build(); + +val infinityfurnaceshyre = RecipeBuilder.newBuilder("infinityfurnaceshyre","infinity_furnace",100); +infinityfurnaceshyre.addFluidInput(*8000); +infinityfurnaceshyre.addItemInput(); +infinityfurnaceshyre.addItemOutput(*2); +infinityfurnaceshyre.addItemOutput(*2); +infinityfurnaceshyre.addItemOutput(*2); +infinityfurnaceshyre.build(); + +val infinityfurnaceshyrebetter = RecipeBuilder.newBuilder("infinityfurnaceshyrebetter","infinity_furnace",100); +infinityfurnaceshyrebetter.addFluidInput(*8000); +infinityfurnaceshyrebetter.addItemInput(); +infinityfurnaceshyrebetter.addItemInput(); +infinityfurnaceshyrebetter.addItemOutput(*6); +infinityfurnaceshyrebetter.addItemOutput(*6); +infinityfurnaceshyrebetter.addItemOutput(*6); +infinityfurnaceshyrebetter.build(); + +val infinityfurnacetwilight = RecipeBuilder.newBuilder("infinityfurnacetwilight","infinity_furnace",40); +infinityfurnacetwilight.addFluidInput(*16000); +infinityfurnacetwilight.addItemInput(*8); +infinityfurnacetwilight.addItemInput(*8); +infinityfurnacetwilight.addItemInput(*8); +infinityfurnacetwilight.addItemInput(*8); +infinityfurnacetwilight.addItemInput(); +infinityfurnacetwilight.addItemOutput(); +infinityfurnacetwilight.build(); + +val infinityfurnacethermionic = RecipeBuilder.newBuilder("infinityfurnacethermionic","infinity_furnace",40); +infinityfurnacethermionic.addFluidInput(*16000); +infinityfurnacethermionic.addItemInput(*8); +infinityfurnacethermionic.addItemInput(*8); +infinityfurnacethermionic.addItemInput(*8); +infinityfurnacethermionic.addItemInput(*8); +infinityfurnacethermionic.addItemInput(*8); +infinityfurnacethermionic.addItemInput(*8); +infinityfurnacethermionic.addItemInput(); +infinityfurnacethermionic.addItemOutput(); +infinityfurnacethermionic.build(); + +val infinityfurnaceabyssal = RecipeBuilder.newBuilder("infinityfurnaceabyssal","infinity_furnace",40); +infinityfurnaceabyssal.addFluidInput(*16000); +infinityfurnaceabyssal.addItemInput(*8); +infinityfurnaceabyssal.addItemInput(*8); +infinityfurnaceabyssal.addItemInput(*8); +infinityfurnaceabyssal.addItemInput(*8); +infinityfurnaceabyssal.addItemInput(); +infinityfurnaceabyssal.addItemOutput(); +infinityfurnaceabyssal.build(); + +val infinityfurnacebetween = RecipeBuilder.newBuilder("infinityfurnacebetween","infinity_furnace",40); +infinityfurnacebetween.addFluidInput(*16000); +infinityfurnacebetween.addItemInput(*8); +infinityfurnacebetween.addItemInput(*8); +infinityfurnacebetween.addItemInput(*8); +infinityfurnacebetween.addItemInput(*8); +infinityfurnacebetween.addItemInput(); +infinityfurnacebetween.addItemOutput(); +infinityfurnacebetween.build(); + +val infinityfurnaceneutrino = RecipeBuilder.newBuilder("infinityfurnaceneutrino","infinity_furnace",100); +infinityfurnaceneutrino.addFluidInput(*16000); +infinityfurnaceneutrino.addItemInput(); +infinityfurnaceneutrino.addItemOutput(); +infinityfurnaceneutrino.build(); \ No newline at end of file diff --git a/scripts/ModularInfusion.zs b/scripts/ModularInfusion.zs new file mode 100644 index 00000000..67c2c05d --- /dev/null +++ b/scripts/ModularInfusion.zs @@ -0,0 +1,350 @@ +import mods.modularmachinery.RecipeBuilder; + + +val reci2 = RecipeBuilder.newBuilder("inf2","arcane_autoinfuser",120); +reci2.addEnergyPerTickInput(100); +reci2.addItemInput(.withTag({Aspects: [{amount: 1, key: "vitreus"}]})*20); +reci2.addItemInput(.withTag({Aspects: [{amount: 1, key: "metallum"}]})*30); +reci2.addItemInput(.withTag({Aspects: [{amount: 1, key: "potentia"}]})*15); +reci2.addItemInput(.withTag({Aspects: [{amount: 1, key: "alienis"}]})*10); +reci2.addItemInput(.withTag({Aspects: [{amount: 1, key: "praecantatio"}]})*10); +reci2.addItemInput(*2); +reci2.addItemInput(*2); +reci2.addItemInput(*2); +reci2.addItemInput(*2); +reci2.addItemInput(*2); +reci2.addItemOutput(); +reci2.build(); + +val reci3 = RecipeBuilder.newBuilder("inf3","arcane_autoinfuser",120); +reci3.addEnergyPerTickInput(100); +reci3.addItemInput(.withTag({Aspects: [{amount: 1, key: "spiritus"}]})*120); +reci3.addItemInput(.withTag({Aspects: [{amount: 1, key: "victus"}]})*100); +reci3.addItemInput(.withTag({Aspects: [{amount: 1, key: "praecantatio"}]})*100); +reci3.addItemInput(.withTag({Aspects: [{amount: 1, key: "infernum"}]})*100); +reci3.addItemInput(.withTag({Aspects: [{amount: 1, key: "permutatio"}]})*40); +reci3.addItemInput(.withTag({Aspects: [{amount: 1, key: "metallum"}]})*40); +reci3.addItemInput(.withTag({Aspects: [{amount: 1, key: "alkimia"}]})*30); +reci3.addItemInput(.withTag({Aspects: [{amount: 1, key: "draco"}]})*20); +reci3.addItemInput(.withTag({Aspects: [{amount: 1, key: "visum"}]})*20); +reci3.addItemInput(*2); +reci3.addItemInput(); +reci3.addItemInput(); +reci3.addItemInput(); +reci3.addItemOutput(); +reci3.build(); + +val reci4 = RecipeBuilder.newBuilder("inf4","arcane_autoinfuser",120); +reci4.addEnergyPerTickInput(100); +reci4.addItemInput(.withTag({Aspects: [{amount: 1, key: "praecantatio"}]})*120); +reci4.addItemInput(.withTag({Aspects: [{amount: 1, key: "victus"}]})*90); +reci4.addItemInput(.withTag({Aspects: [{amount: 1, key: "metallum"}]})*60); +reci4.addItemInput(.withTag({Aspects: [{amount: 1, key: "caeles"}]})*10); +reci4.addItemInput(*2); +reci4.addItemInput(*2); +reci4.addItemInput(); +reci4.addItemOutput(); +reci4.build(); + +val reci5 = RecipeBuilder.newBuilder("inf5","arcane_autoinfuser",120); +reci5.addEnergyPerTickInput(100); +reci5.addItemInput(.withTag({Aspects: [{amount: 1, key: "aqua"}]})*40); +reci5.addItemInput(.withTag({Aspects: [{amount: 1, key: "alkimia"}]})*32); +reci5.addItemInput(.withTag({Aspects: [{amount: 1, key: "vacuos"}]})*30); +reci5.addItemInput(.withTag({Aspects: [{amount: 1, key: "caeles"}]})*16); +reci5.addItemInput(.withTag({Aspects: [{amount: 1, key: "permutatio"}]})*10); +reci5.addItemInput(); +reci5.addItemInput(); +reci5.addItemInput(); +reci5.addItemInput(); +reci5.addItemInput(); +reci5.addItemOutput(); +reci5.build(); + +val reci6 = RecipeBuilder.newBuilder("inf6","arcane_autoinfuser",120); +reci6.addEnergyPerTickInput(100); +reci6.addItemInput(.withTag({Aspects: [{amount: 1, key: "ordo"}]})*50); +reci6.addItemInput(.withTag({Aspects: [{amount: 1, key: "praecantatio"}]})*25); +reci6.addItemInput(*2); +reci6.addItemInput(); +reci6.addItemInput(); +reci6.addItemInput(); +reci6.addItemOutput(); +reci6.build(); + +val reci7 = RecipeBuilder.newBuilder("inf7","arcane_autoinfuser",120); +reci7.addEnergyPerTickInput(100); +reci7.addItemInput(.withTag({Aspects: [{amount: 1, key: "vacuos"}]})*100); +reci7.addItemInput(.withTag({Aspects: [{amount: 1, key: "ordo"}]})*50); +reci7.addItemInput(.withTag({Aspects: [{amount: 1, key: "praecantatio"}]})*25); +reci7.addItemInput(*2); +reci7.addItemInput(); +reci7.addItemInput(); +reci7.addItemInput(); +reci7.addItemOutput(); +reci7.build(); + +val reci8 = RecipeBuilder.newBuilder("inf8","arcane_autoinfuser",120); +reci8.addEnergyPerTickInput(100); +reci8.addItemInput(.withTag({Aspects: [{amount: 1, key: "vitium"}]})*30); +reci8.addItemInput(.withTag({Aspects: [{amount: 1, key: "perditio"}]})*56); +reci8.addItemInput(.withTag({Aspects: [{amount: 1, key: "alienis"}]})*25); +reci8.addItemInput(.withTag({Aspects: [{amount: 1, key: "cognitio"}]})*30); +reci8.addItemInput(); +reci8.addItemInput(); +reci8.addItemInput(); +reci8.addItemInput(*2); +reci8.addItemOutput(.withTag({EntityTag: {id: "thaumcraft:cultistportallesser"}})); +reci8.build(); + +val reci9 = RecipeBuilder.newBuilder("inf9","arcane_autoinfuser",120); +reci9.addEnergyPerTickInput(100); +reci9.addItemInput(.withTag({Aspects: [{amount: 1, key: "vitium"}]})*50); +reci9.addItemInput(.withTag({Aspects: [{amount: 1, key: "perditio"}]})*56); +reci9.addItemInput(.withTag({Aspects: [{amount: 1, key: "alienis"}]})*32); +reci9.addItemInput(.withTag({Aspects: [{amount: 1, key: "cognitio"}]})*40); +reci9.addItemInput(.withTag({EntityTag: {id: "thaumcraft:cultistportallesser"}})); +reci9.addItemInput(); +reci9.addItemInput(); +reci9.addItemInput(*2); +reci9.addItemOutput(.withTag({EntityTag: {id: "thaumcraft:cultistportalgreater"}})); +reci9.build(); + +val reci10 = RecipeBuilder.newBuilder("inf10","arcane_autoinfuser",120); +reci10.addEnergyPerTickInput(100); +reci10.addItemInput(.withTag({Aspects: [{amount: 1, key: "vitium"}]})*20); +reci10.addItemInput(.withTag({Aspects: [{amount: 1, key: "perditio"}]})*20); +reci10.addItemInput(.withTag({Aspects: [{amount: 1, key: "alienis"}]})*20); +reci10.addItemInput(.withTag({Aspects: [{amount: 1, key: "cognitio"}]})*20); +reci10.addItemInput(.withTag({EntityTag: {id: "thaumcraft:cultistportalgreater"}})); +reci10.addItemInput(*2); +reci10.addItemOutput(); +reci10.build(); + +val reci11 = RecipeBuilder.newBuilder("inf11","arcane_autoinfuser",120); +reci11.addEnergyPerTickInput(100); +reci11.addItemInput(.withTag({Aspects: [{amount: 1, key: "vitium"}]})*50); +reci11.addItemInput(.withTag({Aspects: [{amount: 1, key: "alienis"}]})*50); +reci11.addItemInput(); +reci11.addItemInput(*2); +reci11.addItemInput(*2); +reci11.addItemInput(*2); +reci11.addItemInput(); +reci11.addItemInput(); +reci11.addItemOutput(); +reci11.build(); + +val reci12 = RecipeBuilder.newBuilder("inf12","arcane_autoinfuser",120); +reci12.addEnergyPerTickInput(100); +reci12.addItemInput(.withTag({Aspects: [{amount: 1, key: "aer"}]})*5); +reci12.addItemInput(.withTag({Aspects: [{amount: 1, key: "terra"}]})*5); +reci12.addItemInput(.withTag({Aspects: [{amount: 1, key: "ignis"}]})*5); +reci12.addItemInput(.withTag({Aspects: [{amount: 1, key: "aqua"}]})*5); +reci12.addItemInput(.withTag({Aspects: [{amount: 1, key: "ordo"}]})*5); +reci12.addItemInput(.withTag({Aspects: [{amount: 1, key: "perditio"}]})*5); +reci12.addItemInput(); +reci12.addItemOutput(*2); +reci12.build(); + +val reci14 = RecipeBuilder.newBuilder("inf14","arcane_autoinfuser",120); +reci14.addEnergyPerTickInput(100); +reci14.addItemInput(.withTag({Aspects: [{amount: 1, key: "infernum"}]})*100); +reci14.addItemInput(.withTag({Aspects: [{amount: 1, key: "imperium"}]})*50); +reci14.addItemInput(.withTag({Aspects: [{amount: 1, key: "humanus"}]})*30); +reci14.addItemInput(.withTag({Aspects: [{amount: 1, key: "bestia"}]})*25); +reci14.addItemInput(.withTag({Aspects: [{amount: 1, key: "spiritus"}]})*20); +reci14.addItemInput(.withTag({Aspects: [{amount: 1, key: "victus"}]})*15); +reci14.addItemInput(.withTag({Aspects: [{amount: 1, key: "draco"}]})*10); +reci14.addItemInput(.withTag({Aspects: [{amount: 1, key: "exitium"}]})*10); +reci14.addItemInput(); +reci14.addItemInput(); +reci14.addItemInput(); +reci14.addItemInput(); +reci14.addItemInput(); +reci14.addItemInput(); +reci14.addItemOutput(); +reci14.build(); + +val reci15 = RecipeBuilder.newBuilder("inf15","arcane_autoinfuser",120); +reci15.addEnergyPerTickInput(100); +reci15.addItemInput(.withTag({Aspects: [{amount: 1, key: "motus"}]})*4096); +reci15.addItemInput(); +reci15.addItemInput(); +reci15.addItemInput(); +reci15.addItemOutput(); +reci15.build(); + +val reci16 = RecipeBuilder.newBuilder("inf16","arcane_autoinfuser",120); +reci16.addEnergyPerTickInput(100); +reci16.addItemInput(.withTag({Aspects: [{amount: 1, key: "aqua"}]})*4096); +reci16.addItemInput(); +reci16.addItemInput(); +reci16.addItemInput(); +reci16.addItemOutput(); +reci16.build(); + +val reci17 = RecipeBuilder.newBuilder("inf17","arcane_autoinfuser",120); +reci17.addEnergyPerTickInput(100); +reci17.addItemInput(.withTag({Aspects: [{amount: 1, key: "gelum"}]})*4096); +reci17.addItemInput(); +reci17.addItemInput(); +reci17.addItemInput(); +reci17.addItemOutput(); +reci17.build(); + +val reci18 = RecipeBuilder.newBuilder("inf18","arcane_autoinfuser",120); +reci18.addEnergyPerTickInput(100); +reci18.addItemInput(.withTag({Aspects: [{amount: 1, key: "sol"}]})*4096); +reci18.addItemInput(); +reci18.addItemInput(); +reci18.addItemInput(); +reci18.addItemOutput(); +reci18.build(); + +val reci19 = RecipeBuilder.newBuilder("inf19","arcane_autoinfuser",120); +reci19.addEnergyPerTickInput(100); +reci19.addItemInput(.withTag({Aspects: [{amount: 1, key: "luna"}]})*4096); +reci19.addItemInput(); +reci19.addItemInput(); +reci19.addItemInput(); +reci19.addItemOutput(); +reci19.build(); + +val reci20 = RecipeBuilder.newBuilder("inf20","arcane_autoinfuser",120); +reci20.addEnergyPerTickInput(100); +reci20.addItemInput(.withTag({Aspects: [{amount: 1, key: "perditio"}]})*4096); +reci20.addItemInput(); +reci20.addItemInput(); +reci20.addItemInput(); +reci20.addItemOutput(); +reci20.build(); + +val reci21 = RecipeBuilder.newBuilder("inf21","arcane_autoinfuser",120); +reci21.addEnergyPerTickInput(100); +reci21.addItemInput(.withTag({Aspects: [{amount: 1, key: "desiderium"}]})*4096); +reci21.addItemInput(); +reci21.addItemInput(); +reci21.addItemInput(); +reci21.addItemOutput(); +reci21.build(); + +val reci22 = RecipeBuilder.newBuilder("inf22","arcane_autoinfuser",120); +reci22.addEnergyPerTickInput(100); +reci22.addItemInput(.withTag({Aspects: [{amount: 1, key: "vitium"}]})*4096); +reci22.addItemInput(); +reci22.addItemInput(); +reci22.addItemInput(); +reci22.addItemOutput(); +reci22.build(); + +val reci23 = RecipeBuilder.newBuilder("inf23","arcane_autoinfuser",120); +reci23.addEnergyPerTickInput(100); +reci23.addItemInput(.withTag({Aspects: [{amount: 1, key: "terra"}]})*4096); +reci23.addItemInput(); +reci23.addItemInput(); +reci23.addItemInput(); +reci23.addItemOutput(); +reci23.build(); + +val reci24 = RecipeBuilder.newBuilder("inf24","arcane_autoinfuser",120); +reci24.addEnergyPerTickInput(100); +reci24.addItemInput(.withTag({Aspects: [{amount: 1, key: "auram"}]})*4096); +reci24.addItemInput(); +reci24.addItemInput(); +reci24.addItemInput(); +reci24.addItemOutput(); +reci24.build(); + +val reci25 = RecipeBuilder.newBuilder("inf25","arcane_autoinfuser",120); +reci25.addEnergyPerTickInput(100); +reci25.addItemInput(.withTag({Aspects: [{amount: 1, key: "lux"}]})*4096); +reci25.addItemInput(); +reci25.addItemInput(); +reci25.addItemInput(); +reci25.addItemOutput(); +reci25.build(); + +val reci26 = RecipeBuilder.newBuilder("inf26","arcane_autoinfuser",120); +reci26.addEnergyPerTickInput(100); +reci26.addItemInput(.withTag({Aspects: [{amount: 1, key: "aer"}]})*10); +reci26.addItemInput(.withTag({Aspects: [{amount: 1, key: "aqua"}]})*10); +reci26.addItemInput(.withTag({Aspects: [{amount: 1, key: "ordo"}]})*10); +reci26.addItemInput(.withTag({Aspects: [{amount: 1, key: "perditio"}]})*10); +reci26.addItemInput(.withTag({Aspects: [{amount: 1, key: "ignis"}]})*10); +reci26.addItemInput(.withTag({Aspects: [{amount: 1, key: "terra"}]})*10); +reci26.addItemInput(.withTag({Aspects: [{amount: 1, key: "imperium"}]})*10); +reci26.addItemInput(); +reci26.addItemInput(); +reci26.addItemInput(); +reci26.addItemOutput(); +reci26.build(); + +val reci27 = RecipeBuilder.newBuilder("inf27","arcane_autoinfuser",120); +reci27.addEnergyPerTickInput(100); +reci27.addItemInput(.withTag({Aspects: [{amount: 1, key: "diabolus"}]})*4096); +reci27.addItemInput(); +reci27.addItemInput(); +reci27.addItemInput(); +reci27.addItemOutput(); +reci27.build(); + +val reci28 = RecipeBuilder.newBuilder("inf28","arcane_autoinfuser",120); +reci28.addEnergyPerTickInput(100); +reci28.addItemInput(.withTag({Aspects: [{amount: 1, key: "praemunio"}]})*4096); +reci28.addItemInput(); +reci28.addItemInput(); +reci28.addItemInput(); +reci28.addItemOutput(); +reci28.build(); + +val reci29 = RecipeBuilder.newBuilder("inf29","arcane_autoinfuser",120); +reci29.addEnergyPerTickInput(100); +reci29.addItemInput(.withTag({Aspects: [{amount: 1, key: "caeles"}]})*4096); +reci29.addItemInput(); +reci29.addItemInput(); +reci29.addItemInput(); +reci29.addItemOutput(); +reci29.build(); + +val reci30 = RecipeBuilder.newBuilder("inf30","arcane_autoinfuser",120); +reci30.addEnergyPerTickInput(100); +reci30.addItemInput(.withTag({Aspect: "terra"})*5); +reci30.addItemInput(*32); +reci30.addItemInput(); +reci30.addItemInput(); +reci30.addItemInput(*4); +reci30.addItemOutput(); +reci30.build(); + +val reci31 = RecipeBuilder.newBuilder("inf31","arcane_autoinfuser",120); +reci31.addEnergyPerTickInput(100); +reci31.addItemInput(.withTag({Aspects: [{amount: 1, key: "dreadia"}]})*4096); +reci31.addItemInput(); +reci31.addItemInput(); +reci31.addItemInput(); +reci31.addItemOutput(); +reci31.build(); + +val reci32 = RecipeBuilder.newBuilder("inf32","arcane_autoinfuser",120); +reci32.addEnergyPerTickInput(100); +reci32.addItemInput(.withTag({Aspects: [{amount: 1, key: "bestia"}]})*20); +reci32.addItemInput(.withTag({Aspects: [{amount: 1, key: "lux"}]})*15); +reci32.addItemInput(.withTag({Aspects: [{amount: 1, key: "victus"}]})*15); +reci32.addItemInput(.withTag({Aspects: [{amount: 1, key: "desiderium"}]})*15); +reci32.addItemInput(.withTag({Aspects: [{amount: 1, key: "ignis"}]})*2); +reci32.addItemInput(*2); +reci32.addItemInput(*2); +reci32.addItemOutput(); +reci32.build(); + +val reci33 = RecipeBuilder.newBuilder("inf33","arcane_autoinfuser",120); +reci33.addEnergyPerTickInput(100); +reci33.addItemInput(.withTag({Aspects: [{amount: 1, key: "herba"}]})*20); +reci33.addItemInput(.withTag({Aspects: [{amount: 1, key: "lux"}]})*15); +reci33.addItemInput(.withTag({Aspects: [{amount: 1, key: "victus"}]})*15); +reci33.addItemInput(.withTag({Aspects: [{amount: 1, key: "instrumentum"}]})*15); +reci33.addItemInput(.withTag({Aspects: [{amount: 1, key: "terra"}]})*2); +reci33.addItemInput(*2); +reci33.addItemInput(*2); +reci33.addItemOutput(); +reci33.build(); \ No newline at end of file diff --git a/scripts/ModularLPGen.zs b/scripts/ModularLPGen.zs new file mode 100644 index 00000000..0ea48316 --- /dev/null +++ b/scripts/ModularLPGen.zs @@ -0,0 +1,72 @@ +import mods.modularmachinery.RecipeBuilder; + + +val lp1 = RecipeBuilder.newBuilder("lp1","lp_harvester",10); +lp1.addItemInput(); +lp1.addFluidOutput(*10); +lp1.build(); + +val lp2 = RecipeBuilder.newBuilder("lp2","lp_harvester",10); +lp2.addItemInput(); +lp2.addFluidOutput(*10); +lp2.build(); + +val lp3 = RecipeBuilder.newBuilder("lp3","lp_harvester",10); +lp3.addItemInput(); +lp3.addFluidOutput(*10); +lp3.build(); + +val lp4 = RecipeBuilder.newBuilder("lp4","lp_harvester",10); +lp4.addItemInput(); +lp4.addFluidOutput(*20); +lp4.build(); + +val lp5 = RecipeBuilder.newBuilder("lp5","lp_harvester",10); +lp5.addItemInput(); +lp5.addFluidOutput(*20); +lp5.build(); + +val lp6 = RecipeBuilder.newBuilder("lp6","lp_harvester",10); +lp6.addItemInput(); +lp6.addFluidOutput(*20); +lp6.build(); + +val lp7 = RecipeBuilder.newBuilder("lp7","lp_harvester",10); +lp7.addItemInput(); +lp7.addFluidOutput(*20); +lp7.build(); + +val lp8 = RecipeBuilder.newBuilder("lp8","lp_harvester",10); +lp8.addItemInput(); +lp8.addFluidOutput(*10); +lp8.build(); + +val lp9 = RecipeBuilder.newBuilder("lp9","lp_harvester",10); +lp9.addItemInput(); +lp9.addFluidOutput(*20); +lp9.build(); + +// val lp10 = RecipeBuilder.newBuilder("lp10","lp_harvester",10); +// lp10.addItemInput(); +// lp10.addFluidOutput(*20); +// lp10.build(); + +val lp11 = RecipeBuilder.newBuilder("lp11","lp_harvester",10); +lp11.addItemInput(); +lp11.addFluidOutput(*10); +lp11.build(); + +val lp12 = RecipeBuilder.newBuilder("lp12","lp_harvester",10); +lp12.addItemInput(); +lp12.addFluidOutput(*20); +lp12.build(); + +val lp13 = RecipeBuilder.newBuilder("lp13","lp_harvester",10); +lp13.addItemInput(); +lp13.addFluidOutput(*20); +lp13.build(); + +val lp14 = RecipeBuilder.newBuilder("lp14","lp_harvester",10); +lp14.addItemInput(); +lp14.addFluidOutput(*20); +lp14.build(); diff --git a/scripts/ModularMonolith.zs b/scripts/ModularMonolith.zs new file mode 100644 index 00000000..1180f658 --- /dev/null +++ b/scripts/ModularMonolith.zs @@ -0,0 +1,61 @@ +import mods.modularmachinery.RecipeBuilder; + + +val cra1 = RecipeBuilder.newBuilder("monolith1","empowered_monolith",6000); +cra1.addFluidInput(*4000); +cra1.addItemInput(); +cra1.addItemInput(*16); +cra1.addEnergyPerTickOutput(75000); +cra1.build(); + +val cra2 = RecipeBuilder.newBuilder("monolith2","empowered_monolith",6000); +cra2.addFluidInput(*4000); +cra2.addItemInput(); +cra2.addItemInput(*16); +cra2.addEnergyPerTickOutput(72000); +cra2.build(); + +val cra3 = RecipeBuilder.newBuilder("monolith3","empowered_monolith",6000); +cra3.addFluidInput(*4000); +cra3.addItemInput(); +cra3.addItemInput(*16); +cra3.addEnergyPerTickOutput(80000); +cra3.build(); + +val cra4 = RecipeBuilder.newBuilder("monolith4","empowered_monolith",6000); +cra4.addFluidInput(*4000); +cra4.addItemInput(); +cra4.addItemInput(*16); +cra4.addEnergyPerTickOutput(77000); +cra4.build(); + +val cra5 = RecipeBuilder.newBuilder("monolith5","empowered_monolith",6000); +cra5.addFluidInput(*4000); +cra5.addItemInput(); +cra5.addItemInput(*16); +cra5.addEnergyPerTickOutput(78000); +cra5.build(); + +val cra6 = RecipeBuilder.newBuilder("monolith6","empowered_monolith",6000); +cra6.addFluidInput(*4000); +cra6.addItemInput(); +cra6.addEnergyPerTickOutput(120000); +cra6.build(); + +val cra7 = RecipeBuilder.newBuilder("monolith7","empowered_monolith",120); +cra7.addFluidInput(*50); +cra7.addItemInput(); +cra7.addEnergyPerTickOutput(50000); +cra7.build(); + +val cra8 = RecipeBuilder.newBuilder("monolith8","empowered_monolith",120); +cra8.addFluidInput(*50); +cra8.addItemInput(); +cra8.addEnergyPerTickOutput(60000); +cra8.build(); + +val cra9 = RecipeBuilder.newBuilder("monolith9","empowered_monolith",120); +cra9.addFluidInput(*50); +cra9.addItemInput(); +cra9.addEnergyPerTickOutput(70000); +cra9.build(); \ No newline at end of file diff --git a/scripts/ModularNeutrinoIrradiator.zs b/scripts/ModularNeutrinoIrradiator.zs new file mode 100644 index 00000000..3df1e211 --- /dev/null +++ b/scripts/ModularNeutrinoIrradiator.zs @@ -0,0 +1,24 @@ +import mods.modularmachinery.RecipeBuilder; + + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(*4, +[[, , ], +[, , ], +[, , ]]); + +val neutroniumcannon = RecipeBuilder.newBuilder("neutroniumcannon","neutronium_cannon",100); +neutroniumcannon.addItemInput(); +neutroniumcannon.addFluidOutput(*100); +neutroniumcannon.build(); + +val neutroniumbomb = RecipeBuilder.newBuilder("neutroniumbomb","neutronium_bombarder",100); +neutroniumbomb.addItemInput(); +neutroniumbomb.addItemInput(); +neutroniumbomb.addFluidInput(*200); +neutroniumbomb.addFluidOutput(*100); +neutroniumbomb.build(); \ No newline at end of file diff --git a/scripts/ModularPEGen.zs b/scripts/ModularPEGen.zs new file mode 100644 index 00000000..183935ab --- /dev/null +++ b/scripts/ModularPEGen.zs @@ -0,0 +1,94 @@ +import mods.modularmachinery.RecipeBuilder; + + +val aby1 = RecipeBuilder.newBuilder("aby1","pe_sterilizer",10); +aby1.addItemInput(); +aby1.addFluidOutput(*100); +aby1.build(); + +val aby2 = RecipeBuilder.newBuilder("aby2","pe_sterilizer",10); +aby2.addItemInput(); +aby2.addFluidOutput(*500); +aby2.build(); + +val aby3 = RecipeBuilder.newBuilder("aby3","pe_sterilizer",10); +aby3.addItemInput(); +aby3.addFluidOutput(*2500); +aby3.build(); + +val aby4 = RecipeBuilder.newBuilder("aby4","pe_sterilizer",10); +aby4.addItemInput(); +aby4.addFluidOutput(*10000); +aby4.build(); + +val aby5 = RecipeBuilder.newBuilder("aby5","pe_sterilizer",10); +aby5.addItemInput(); +aby5.addFluidOutput(*10); +aby5.build(); + +val aby6 = RecipeBuilder.newBuilder("aby6","pe_sterilizer",10); +aby6.addItemInput(); +aby6.addFluidOutput(*10); +aby6.build(); + +val aby7 = RecipeBuilder.newBuilder("aby7","pe_sterilizer",10); +aby7.addItemInput(); +aby7.addFluidOutput(*10); +aby7.build(); + +val aby8 = RecipeBuilder.newBuilder("aby8","pe_sterilizer",10); +aby8.addItemInput(); +aby8.addFluidOutput(*15); +aby8.build(); + +val aby9 = RecipeBuilder.newBuilder("aby9","pe_sterilizer",10); +aby9.addItemInput(); +aby9.addFluidOutput(*15); +aby9.build(); + +val aby10 = RecipeBuilder.newBuilder("aby10","pe_sterilizer",10); +aby10.addItemInput(); +aby10.addFluidOutput(*30); +aby10.build(); + +val aby11 = RecipeBuilder.newBuilder("aby11","pe_sterilizer",10); +aby11.addItemInput(); +aby11.addFluidOutput(*30); +aby11.build(); + +val aby12 = RecipeBuilder.newBuilder("aby12","pe_sterilizer",10); +aby12.addItemInput(); +aby12.addFluidOutput(*500); +aby12.build(); + +val aby13 = RecipeBuilder.newBuilder("aby13","pe_sterilizer",10); +aby13.addItemInput(); +aby13.addFluidOutput(*50); +aby13.build(); + +val aby14 = RecipeBuilder.newBuilder("aby14","pe_sterilizer",10); +aby14.addItemInput(); +aby14.addFluidOutput(*50); +aby14.build(); + +val aby15 = RecipeBuilder.newBuilder("aby15","pe_sterilizer",10); +aby15.addItemInput(); +aby15.addFluidOutput(*50); +aby15.build(); + +val aby16 = RecipeBuilder.newBuilder("aby16","pe_sterilizer",10); +aby16.addItemInput(); +aby16.addFluidOutput(*30); +aby16.build(); + +val aby17 = RecipeBuilder.newBuilder("aby17","pe_sterilizer",10); +aby17.addItemInput(); +aby17.addFluidOutput(*30); +aby17.build(); + +val aby18 = RecipeBuilder.newBuilder("aby18","pe_sterilizer",10); +aby18.addItemInput(); +aby18.addFluidOutput(*250); +aby18.build(); + + diff --git a/scripts/ModularPlasmatic.zs b/scripts/ModularPlasmatic.zs new file mode 100644 index 00000000..ccb28f54 --- /dev/null +++ b/scripts/ModularPlasmatic.zs @@ -0,0 +1,289 @@ +import mods.modularmachinery.RecipeBuilder; + +val makeplasma = RecipeBuilder.newBuilder("makedenseplasma","plasmatic_controller",400); +makeplasma.addEnergyPerTickInput(1000000); +makeplasma.addFluidOutput(*32000); +makeplasma.build(); + +val plasmasedna = RecipeBuilder.newBuilder("plasmasedna","plasmatic_condenser",20); +plasmasedna.addFluidInput(*160000); +plasmasedna.addItemInput(*2); +plasmasedna.addItemInput(*2); +plasmasedna.addItemInput(*2); +plasmasedna.addItemInput(*2); +plasmasedna.addItemInput(*2); +plasmasedna.addItemInput(*2); +plasmasedna.addItemOutput(*5); +plasmasedna.build(); + +val plasmaeden = RecipeBuilder.newBuilder("plasmaeden","plasmatic_condenser",20); +plasmaeden.addFluidInput(*160000); +plasmaeden.addItemInput(); +plasmaeden.addItemInput(*32); +plasmaeden.addItemInput(*32); +plasmaeden.addItemOutput(*30); +plasmaeden.build(); + +val plasmaprecasia = RecipeBuilder.newBuilder("plasmaprecasia","plasmatic_condenser",20); +plasmaprecasia.addFluidInput(*160000); +plasmaprecasia.addItemInput(*64); +plasmaprecasia.addItemInput(*64); +plasmaprecasia.addItemInput(*64); +plasmaprecasia.addItemInput(*64); +plasmaprecasia.addItemInput(*64); +plasmaprecasia.addItemOutput(.withTag({ChickenType: {id: "contenttweaker:skullbone_fragment_chicken"}})); +plasmaprecasia.addItemOutput(.withTag({ChickenType: {id: "contenttweaker:footbone_fragment_chicken"}})); +plasmaprecasia.addItemOutput(.withTag({ChickenType: {id: "contenttweaker:legbone_fragment_chicken"}})); +plasmaprecasia.addItemOutput(.withTag({ChickenType: {id: "contenttweaker:chestbone_fragment_chicken"}})); +plasmaprecasia.build(); + +val plasmaabyss = RecipeBuilder.newBuilder("plasmaabyss","plasmatic_condenser",20); +plasmaabyss.addFluidInput(*160000); +plasmaabyss.addItemInput(*64); +plasmaabyss.addItemInput(*64); +plasmaabyss.addItemInput(*40); +plasmaabyss.addItemInput(*64); +plasmaabyss.addItemInput(*64); +plasmaabyss.addItemOutput(.withTag({ChickenType: {id: "contenttweaker:bloodstone_chicken"}})); +plasmaabyss.build(); + +val plasmadeepland = RecipeBuilder.newBuilder("plasmadeepland","plasmatic_condenser",20); +plasmadeepland.addFluidInput(*160000); +plasmadeepland.addItemInput(*64); +plasmadeepland.addItemInput(*64); +plasmadeepland.addItemInput(*64); +plasmadeepland.addItemInput(*64); +plasmadeepland.addItemInput(*64); +plasmadeepland.addItemOutput(.withTag({ChickenType: {id: "contenttweaker:charged_runium_chicken"}})); +plasmadeepland.build(); + +val plasmacreeponia = RecipeBuilder.newBuilder("plasmacreeponia","plasmatic_condenser",20); +plasmacreeponia.addFluidInput(*160000); +plasmacreeponia.addItemInput(*64); +plasmacreeponia.addItemInput(*64); +plasmacreeponia.addItemInput(*56); +plasmacreeponia.addItemInput(*64); +plasmacreeponia.addItemInput(*64); +plasmacreeponia.addItemOutput(.withTag({ChickenType: {id: "contenttweaker:gemenyte_chicken"}})); +plasmacreeponia.addItemOutput(.withTag({ChickenType: {id: "contenttweaker:jewelyte_chicken"}})); +plasmacreeponia.addItemOutput(.withTag({ChickenType: {id: "contenttweaker:ornamyte_chicken"}})); +plasmacreeponia.build(); + +val plasmabarathos = RecipeBuilder.newBuilder("plasmabarathos","plasmatic_condenser",20); +plasmabarathos.addFluidInput(*160000); +plasmabarathos.addItemInput(*64); +plasmabarathos.addItemInput(*64); +plasmabarathos.addItemInput(*60); +plasmabarathos.addItemInput(*64); +plasmabarathos.addItemInput(*64); +plasmabarathos.addItemOutput(.withTag({ChickenType: {id: "contenttweaker:blazium_chicken"}})); +plasmabarathos.addItemOutput(.withTag({ChickenType: {id: "contenttweaker:varsium_chicken"}})); +plasmabarathos.addItemOutput(.withTag({ChickenType: {id: "contenttweaker:baronyte_chicken"}})); +plasmabarathos.build(); + +val plasmalelyetia = RecipeBuilder.newBuilder("plasmalelyetia","plasmatic_condenser",20); +plasmalelyetia.addFluidInput(*160000); +plasmalelyetia.addItemInput(*10); +plasmalelyetia.addItemInput(*8); +plasmalelyetia.addItemInput(*64); +plasmalelyetia.addItemOutput(*10); +plasmalelyetia.build(); + +val plasmalelyetia2 = RecipeBuilder.newBuilder("plasmalelyetia2","plasmatic_condenser",20); +plasmalelyetia2.addFluidInput(*160000); +plasmalelyetia2.addItemInput(*64); +plasmalelyetia2.addItemInput(*64); +plasmalelyetia2.addItemInput(*60); +plasmalelyetia2.addItemInput(*64); +plasmalelyetia2.addItemOutput(.withTag({ChickenType: {id: "contenttweaker:fluctuatite_chicken"}})); +plasmalelyetia2.build(); + +val plasmarhenia = RecipeBuilder.newBuilder("plasmarhenia","plasmatic_condenser",20); +plasmarhenia.addFluidInput(*160000); +plasmarhenia.addItemInput(*24); +plasmarhenia.addItemInput(*46); +plasmarhenia.addItemInput(*12); +plasmarhenia.addItemOutput(.withTag({ChickenType: {id: "contenttweaker:rhenium_chicken"}})); +plasmarhenia.build(); + +val plasmawildwood = RecipeBuilder.newBuilder("plasmawildwood","plasmatic_condenser",20); +plasmawildwood.addFluidInput(*160000); +plasmawildwood.addItemInput(); +plasmawildwood.addItemInput(*32); +plasmawildwood.addItemInput(*32); +plasmawildwood.addItemOutput(*30); +plasmawildwood.build(); + +val plasmamyrmex = RecipeBuilder.newBuilder("plasmamyrmex","plasmatic_condenser",20); +plasmamyrmex.addFluidInput(*160000); +plasmamyrmex.addItemInput(*64); +plasmamyrmex.addItemInput(*16); +plasmamyrmex.addItemInput(*24); +plasmamyrmex.addItemOutput(*10); +plasmamyrmex.build(); + +val plasmacandyland1 = RecipeBuilder.newBuilder("plasmacandyland1","plasmatic_condenser",20); +plasmacandyland1.addFluidInput(*160000); +plasmacandyland1.addItemInput(*64); +plasmacandyland1.addItemInput(*64); +plasmacandyland1.addItemInput(*40); +plasmacandyland1.addItemInput(*40); +plasmacandyland1.addItemInput(*40); +plasmacandyland1.addItemOutput(.withTag({ChickenType: {id: "contenttweaker:candyte_chicken"}})); +plasmacandyland1.build(); + +val plasmaceleve = RecipeBuilder.newBuilder("plasmaceleve","plasmatic_condenser",20); +plasmaceleve.addFluidInput(*160000); +plasmaceleve.addItemInput(*64); +plasmaceleve.addItemInput(*64); +plasmaceleve.addItemInput(*36); +plasmaceleve.addItemInput(*64); +plasmaceleve.addItemOutput(.withTag({ChickenType: {id: "contenttweaker:palladium_chicken"}})); +plasmaceleve.build(); + +val plasmagardencia = RecipeBuilder.newBuilder("plasmagardencia","plasmatic_condenser",20); +plasmagardencia.addFluidInput(*160000); +plasmagardencia.addItemInput(*24); +plasmagardencia.addItemInput(*24); +plasmagardencia.addItemInput(*24); +plasmagardencia.addItemInput(*24); +plasmagardencia.addItemInput(*24); +plasmagardencia.addItemInput(*64); +plasmagardencia.addItemOutput(.withTag({ChickenType: {id: "contenttweaker:vityte_chicken"}})); +plasmagardencia.build(); + +val plasmacrystevia = RecipeBuilder.newBuilder("plasmacrystevia","plasmatic_condenser",20); +plasmacrystevia.addFluidInput(*160000); +plasmacrystevia.addItemInput(*32); +plasmacrystevia.addItemInput(*32); +plasmacrystevia.addItemInput(*32); +plasmacrystevia.addItemInput(*32); +plasmacrystevia.addItemInput(*32); +plasmacrystevia.addItemInput(*32); +plasmacrystevia.addItemInput(*64); +plasmacrystevia.addItemInput(*20); +plasmacrystevia.addItemOutput(.withTag({ChickenType: {id: "contenttweaker:yellow_gemstone_chicken"}})); +plasmacrystevia.addItemOutput(.withTag({ChickenType: {id: "contenttweaker:white_gemstone_chicken"}})); +plasmacrystevia.addItemOutput(.withTag({ChickenType: {id: "contenttweaker:red_gemstone_chicken"}})); +plasmacrystevia.addItemOutput(.withTag({ChickenType: {id: "contenttweaker:green_gemstone_chicken"}})); +plasmacrystevia.addItemOutput(.withTag({ChickenType: {id: "contenttweaker:purple_gemstone_chicken"}})); +plasmacrystevia.addItemOutput(.withTag({ChickenType: {id: "contenttweaker:blue_gemstone_chicken"}})); +plasmacrystevia.build(); + +val plasmahaven = RecipeBuilder.newBuilder("plasmahaven","plasmatic_condenser",20); +plasmahaven.addFluidInput(*160000); +plasmahaven.addItemInput(*64); +plasmahaven.addItemInput(*64); +plasmahaven.addItemInput(*24); +plasmahaven.addItemOutput(.withTag({ChickenType: {id: "contenttweaker:crystallite_chicken"}})); +plasmahaven.build(); + +val plasmairomine = RecipeBuilder.newBuilder("plasmairomine","plasmatic_condenser",20); +plasmairomine.addFluidInput(*160000); +plasmairomine.addItemInput(*64); +plasmairomine.addItemInput(*64); +plasmairomine.addItemInput(*32); +plasmairomine.addItemOutput(.withTag({ChickenType: {id: "contenttweaker:lyon_chicken"}})); +plasmairomine.build(); + +val plasmamysterium = RecipeBuilder.newBuilder("plasmamysterium","plasmatic_condenser",20); +plasmamysterium.addFluidInput(*160000); +plasmamysterium.addItemInput(*64); +plasmamysterium.addItemInput(*64); +plasmamysterium.addItemInput(*64); +plasmamysterium.addItemOutput(.withTag({ChickenType: {id: "contenttweaker:mystite_chicken"}})); +plasmamysterium.build(); + +val plasmavox = RecipeBuilder.newBuilder("plasmavox","plasmatic_condenser",20); +plasmavox.addFluidInput(*160000); +plasmavox.addItemInput(*64); +plasmavox.addItemInput(*64); +plasmavox.addItemInput(); +plasmavox.addItemOutput(.withTag({ChickenType: {id: "contenttweaker:polonium_chicken"}})); +plasmavox.build(); + +val plasmarunandor = RecipeBuilder.newBuilder("plasmarunandor","plasmatic_condenser",20); +plasmarunandor.addFluidInput(*160000); +plasmarunandor.addItemInput(*64); +plasmarunandor.addItemInput(*64); +plasmarunandor.addItemInput(*4); +plasmarunandor.addItemOutput(.withTag({ChickenType: {id: "contenttweaker:brightsteel_chicken"}})); +plasmarunandor.addItemOutput(.withTag({ChickenType: {id: "contenttweaker:elecanium_chicken"}})); + +plasmarunandor.build(); + +val plasmaborean = RecipeBuilder.newBuilder("plasmaborean","plasmatic_condenser",20); +plasmaborean.addFluidInput(*160000); +plasmaborean.addItemInput(*64); +plasmaborean.addItemInput(*64); +plasmaborean.addItemInput(*4); +plasmaborean.addItemOutput(.withTag({ChickenType: {id: "contenttweaker:chalcedony_chicken"}})); +plasmaborean.build(); + +val plasmalunalus = RecipeBuilder.newBuilder("plasmalunalus","plasmatic_condenser",20); +plasmalunalus.addFluidInput(*160000); +plasmalunalus.addItemInput(*64); +plasmalunalus.addItemInput(*64); +plasmalunalus.addItemInput(*4); +plasmalunalus.addItemOutput(.withTag({ChickenType: {id: "contenttweaker:lunastone_chicken"}})); +plasmalunalus.build(); + +val plasmachaos = RecipeBuilder.newBuilder("plasmachaos","plasmatic_condenser",20); +plasmachaos.addFluidInput(*160000); +plasmachaos.addItemInput(); +plasmachaos.addItemInput(*12); +plasmachaos.addItemInput(*4); +plasmachaos.addItemOutput(.withTag({ChickenType: {id: "contenttweaker:chaos_chicken"}})); +plasmachaos.build(); + +val plasmapixonia = RecipeBuilder.newBuilder("plasmapixonia","plasmatic_condenser",20); +plasmapixonia.addFluidInput(*160000); +plasmapixonia.addItemInput(*32); +plasmapixonia.addItemInput(); +plasmapixonia.addItemInput(); +plasmapixonia.addItemOutput(*10); +plasmapixonia.build(); + +val plasmaapalachia = RecipeBuilder.newBuilder("plasmaapalachia","plasmatic_condenser",20); +plasmaapalachia.addFluidInput(*160000); +plasmaapalachia.addItemInput(); +plasmaapalachia.addItemInput(*32); +plasmaapalachia.addItemInput(*32); +plasmaapalachia.addItemOutput(*30); +plasmaapalachia.build(); + +val plasmaskythern = RecipeBuilder.newBuilder("plasmaskythern","plasmatic_condenser",20); +plasmaskythern.addFluidInput(*160000); +plasmaskythern.addItemInput(); +plasmaskythern.addItemInput(*32); +plasmaskythern.addItemInput(*32); +plasmaskythern.addItemOutput(*30); +plasmaskythern.build(); + +val plasmamortum = RecipeBuilder.newBuilder("plasmamortum","plasmatic_condenser",20); +plasmamortum.addFluidInput(*160000); +plasmamortum.addItemInput(); +plasmamortum.addItemInput(*32); +plasmamortum.addItemInput(*32); +plasmamortum.addItemOutput(*30); +plasmamortum.build(); + +val plasmadefiner = RecipeBuilder.newBuilder("plasmadefiner","plasmatic_condenser",20); +plasmadefiner.addFluidInput(*160000); +plasmadefiner.addItemInput(); +plasmadefiner.addItemInput(*5); +plasmadefiner.addItemInput(*32); +plasmadefiner.addItemInput(); +plasmadefiner.addItemInput(); +plasmadefiner.addItemInput(); +plasmadefiner.addItemOutput(*10); +plasmadefiner.build(); + +val plasmagravitite = RecipeBuilder.newBuilder("plasmagravitite","plasmatic_condenser",20); +plasmagravitite.addFluidInput(*160000); +plasmagravitite.addItemInput(*16); +plasmagravitite.addItemInput(); +plasmagravitite.addItemInput(*2); +plasmagravitite.addItemOutput(*2); +plasmagravitite.build(); + diff --git a/scripts/ModularPrimalMana.txt b/scripts/ModularPrimalMana.txt new file mode 100644 index 00000000..8d740270 --- /dev/null +++ b/scripts/ModularPrimalMana.txt @@ -0,0 +1,25 @@ +import mods.modularmachinery.RecipeBuilder; + + +val bot2 = RecipeBuilder.newBuilder("bot2","gaia_altar",4000); +bot2.addEnergyPerTickInput(4000); +bot2.addItemInput(*64); +bot2.addItemInput(*16); +bot2.addItemOutput(); +bot2.build(); + +val bot2 = RecipeBuilder.newBuilder("bot2","gaia_altar",4000); +bot2.addEnergyPerTickInput(4000); +bot2.addItemInput(*16); +bot2.addItemInput(*4); +bot2.addItemOutput(); +bot2.setChance(0.1); +bot2.addItemOutput(); +bot2.setChance(0.1); +bot2.addItemOutput(); +bot2.setChance(0.1); +bot2.addItemOutput(); +bot2.setChance(0.2); +bot2.addItemOutput(); +bot2.setChance(0.2); +bot2.build(); \ No newline at end of file diff --git a/scripts/ModularThaumcraft.zs b/scripts/ModularThaumcraft.zs new file mode 100644 index 00000000..506bd8df --- /dev/null +++ b/scripts/ModularThaumcraft.zs @@ -0,0 +1,1083 @@ +import mods.modularmachinery.RecipeBuilder; + + +recipes.addShapeless(,[.anyDamage()]); + +val reci1 = RecipeBuilder.newBuilder("thaum1","arcane_autoworkbench",120); +reci1.addEnergyPerTickInput(100); +reci1.addItemInput(.withTag({Aspects: [{amount: 1, key: "aer"}]})); +reci1.addItemInput(.withTag({Aspects: [{amount: 1, key: "terra"}]})); +reci1.addItemInput(.withTag({Aspects: [{amount: 1, key: "ignis"}]})); +reci1.addItemInput(.withTag({Aspects: [{amount: 1, key: "aqua"}]})); +reci1.addItemInput(.withTag({Aspects: [{amount: 1, key: "ordo"}]})); +reci1.addItemInput(.withTag({Aspects: [{amount: 1, key: "perditio"}]})); +reci1.addItemInput(); +reci1.addItemInput(); +reci1.addItemInput(); +reci1.addItemInput(); +reci1.addItemInput(); +reci1.addItemOutput(); +reci1.build(); + + +val reci2 = RecipeBuilder.newBuilder("thaum2","arcane_autoworkbench",120); +reci2.addEnergyPerTickInput(100); +reci2.addItemInput(); +reci2.addItemInput(); +reci2.addItemInput(); +reci2.addItemInput(); +reci2.addItemInput(); +reci2.addItemInput(); +reci2.addItemInput(); +reci2.addItemOutput(); +reci2.build(); + + +val reci3 = RecipeBuilder.newBuilder("thaum3","arcane_autoworkbench",120); +reci3.addEnergyPerTickInput(100); +reci3.addItemInput(.withTag({Aspects: [{amount: 1, key: "aqua"}]})); +reci3.addItemInput(.withTag({Aspects: [{amount: 1, key: "ordo"}]})); +reci3.addItemInput(.withTag({Aspects: [{amount: 1, key: "perditio"}]})); +reci3.addItemInput(); +reci3.addItemInput(); +reci3.addItemInput(); +reci3.addItemInput(); +reci3.addItemInput(); +reci3.addItemInput(); +reci3.addItemInput(); +reci3.addItemInput(); +reci3.addItemInput(); +reci3.addItemOutput(); +reci3.addItemOutput(); +reci3.build(); + +val reci4 = RecipeBuilder.newBuilder("thaum4","arcane_autoworkbench",120); +reci4.addEnergyPerTickInput(100); +reci4.addItemInput(); +reci4.addItemInput(); +reci4.addItemInput(); +reci4.addItemInput(); +reci4.addItemInput(); +reci4.addItemOutput(); +reci4.addItemOutput(); +reci4.addItemOutput(); +reci4.addItemOutput(); +reci4.addItemOutput(); +reci4.addItemOutput(); +reci4.addItemOutput(); +reci4.addItemOutput(); +reci4.build(); + +val reci5 = RecipeBuilder.newBuilder("thaum5","arcane_autoworkbench",120); +reci5.addEnergyPerTickInput(100); +reci5.addItemInput(); +reci5.addItemInput(); +reci5.addItemOutput(); +reci5.build(); + +val reci6 = RecipeBuilder.newBuilder("thaum6","arcane_autoworkbench",120); +reci6.addEnergyPerTickInput(100); +reci6.addItemInput(.withTag({Aspects: [{amount: 1, key: "terra"}]})); +reci6.addItemInput(.withTag({Aspects: [{amount: 1, key: "ignis"}]})); +reci6.addItemInput(); +reci6.addItemInput(); +reci6.addItemInput(); +reci6.addItemInput(); +reci6.addItemInput(); +reci6.addItemOutput(); +reci6.build(); + + +val reci7 = RecipeBuilder.newBuilder("thaum7","arcane_autoworkbench",120); +reci7.addEnergyPerTickInput(100); +reci7.addItemInput(.withTag({Aspects: [{amount: 1, key: "terra"}]})); +reci7.addItemInput(.withTag({Aspects: [{amount: 1, key: "aer"}]})); +reci7.addItemInput(); +reci7.addItemInput(); +reci7.addItemInput(); +reci7.addItemInput(); +reci7.addItemOutput(*4); +reci7.build(); + + +val reci8 = RecipeBuilder.newBuilder("thaum8","arcane_autoworkbench",120); +reci8.addEnergyPerTickInput(100); +reci8.addItemInput(.withTag({Aspects: [{amount: 1, key: "ignis"}]})); +reci8.addItemInput(.withTag({Aspects: [{amount: 1, key: "ordo"}]})); +reci8.addItemInput(); +reci8.addItemInput(); +reci8.addItemInput(); +reci8.addItemInput(); +reci8.addItemOutput(*4); +reci8.build(); + + +val reci9 = RecipeBuilder.newBuilder("thaum9","arcane_autoworkbench",120); +reci9.addEnergyPerTickInput(100); +reci9.addItemInput(.withTag({Aspects: [{amount: 1, key: "aer"}]})*2); +reci9.addItemInput(.withTag({Aspects: [{amount: 1, key: "terra"}]})*2); +reci9.addItemInput(.withTag({Aspects: [{amount: 1, key: "ignis"}]})*2); +reci9.addItemInput(.withTag({Aspects: [{amount: 1, key: "aqua"}]})*2); +reci9.addItemInput(.withTag({Aspects: [{amount: 1, key: "ordo"}]})*2); +reci9.addItemInput(.withTag({Aspects: [{amount: 1, key: "perditio"}]})*2); +reci9.addItemInput(*8); +reci9.addItemInput(); +reci9.addItemOutput(); +reci9.build(); + +val reci10 = RecipeBuilder.newBuilder("thaum10","arcane_autoworkbench",120); +reci10.addEnergyPerTickInput(100); +reci10.addItemInput(.withTag({Aspects: [{amount: 1, key: "aer"}]})); +reci10.addItemInput(.withTag({Aspects: [{amount: 1, key: "aqua"}]})); +reci10.addItemInput(); +reci10.addItemInput(); +reci10.addItemOutput(); +reci10.build(); + +val reci11 = RecipeBuilder.newBuilder("thaum11","arcane_autoworkbench",120); +reci11.addEnergyPerTickInput(100); +reci11.addItemInput(.withTag({Aspects: [{amount: 1, key: "aqua"}]})); +reci11.addItemInput(); +reci11.addItemInput(); +reci11.addItemOutput(*2); +reci11.build(); + +val reci12 = RecipeBuilder.newBuilder("thaum12","arcane_autoworkbench",120); +reci12.addEnergyPerTickInput(100); +reci12.addItemInput(.withTag({Aspects: [{amount: 1, key: "aer"}]})*2); +reci12.addItemInput(.withTag({Aspects: [{amount: 1, key: "ordo"}]})*2); +reci12.addItemInput(); +reci12.addItemInput(*2); +reci12.addItemInput(*2); +reci12.addItemOutput(); +reci12.build(); + +val reci13 = RecipeBuilder.newBuilder("thaum13","arcane_autoworkbench",120); +reci13.addEnergyPerTickInput(100); +reci13.addItemInput(.withTag({Aspects: [{amount: 1, key: "aer"}]})); +reci13.addItemInput(.withTag({Aspects: [{amount: 1, key: "aqua"}]})); +reci13.addItemInput(); +reci13.addItemInput(*5); +reci13.addItemInput(*2); +reci13.addItemInput(); +reci13.addItemOutput(); +reci13.build(); + +val reci14 = RecipeBuilder.newBuilder("thaum14","arcane_autoworkbench",120); +reci14.addEnergyPerTickInput(100); +reci14.addItemInput(.withTag({Aspects: [{amount: 1, key: "aer"}]})); +reci14.addItemInput(*2); +reci14.addItemInput(); +reci14.addItemInput(*2); +reci14.addItemInput(); +reci14.addItemOutput(); +reci14.build(); + +val reci15 = RecipeBuilder.newBuilder("thaum15","arcane_autoworkbench",120); +reci15.addEnergyPerTickInput(100); +reci15.addItemInput(.withTag({Aspects: [{amount: 1, key: "aer"}]})); +reci15.addItemInput(.withTag({Aspects: [{amount: 1, key: "ignis"}]})); +reci15.addItemInput(*4); +reci15.addItemInput(); +reci15.addItemOutput(); +reci15.build(); + +val reci16 = RecipeBuilder.newBuilder("thaum16","arcane_autoworkbench",120); +reci16.addEnergyPerTickInput(100); +reci16.addItemInput(.withTag({Aspects: [{amount: 1, key: "aer"}]})); +reci16.addItemInput(*4); +reci16.addItemInput(); +reci16.addItemInput(); +reci16.addItemInput(*2); +reci16.addItemOutput(); +reci16.build(); + +val reci17 = RecipeBuilder.newBuilder("thaum17","arcane_autoworkbench",120); +reci17.addEnergyPerTickInput(100); +reci17.addItemInput(.withTag({Aspects: [{amount: 1, key: "ordo"}]})); +reci17.addItemInput(.withTag({Aspects: [{amount: 1, key: "perditio"}]})); +reci17.addItemInput(); +reci17.addItemInput(); +reci17.addItemInput(); +reci17.addItemInput(); +reci17.addItemOutput(); +reci17.build(); + +val reci18 = RecipeBuilder.newBuilder("thaum18","arcane_autoworkbench",120); +reci18.addEnergyPerTickInput(100); +reci18.addItemInput(.withTag({Aspects: [{amount: 1, key: "aer"}]})); +reci18.addItemInput(*2); +reci18.addItemInput(*4); +reci18.addItemInput(); +reci18.addItemOutput(); +reci18.build(); + +val reci19 = RecipeBuilder.newBuilder("thaum19","arcane_autoworkbench",120); +reci19.addEnergyPerTickInput(100); +reci19.addItemInput(.withTag({Aspects: [{amount: 1, key: "ignis"}]})); +reci19.addItemInput(*2); +reci19.addItemInput(*5); +reci19.addItemInput(); +reci19.addItemInput(); +reci19.addItemOutput(); +reci19.build(); + +val reci20 = RecipeBuilder.newBuilder("thaum20","arcane_autoworkbench",120); +reci20.addEnergyPerTickInput(100); +reci20.addItemInput(.withTag({Aspects: [{amount: 1, key: "ignis"}]})*2); +reci20.addItemInput(*5); +reci20.addItemInput(*2); +reci20.addItemInput(); +reci20.addItemInput(); +reci20.addItemOutput(); +reci20.build(); + +val reci21 = RecipeBuilder.newBuilder("thaum21","arcane_autoworkbench",120); +reci21.addEnergyPerTickInput(100); +reci21.addItemInput(.withTag({Aspects: [{amount: 1, key: "ignis"}]})*3); +reci21.addItemInput(*5); +reci21.addItemInput(*2); +reci21.addItemInput(); +reci21.addItemInput(); +reci21.addItemOutput(); +reci21.build(); + +val reci22 = RecipeBuilder.newBuilder("thaum22","arcane_autoworkbench",120); +reci22.addEnergyPerTickInput(100); +reci22.addItemInput(.withTag({Aspects: [{amount: 1, key: "aer"}]})); +reci22.addItemInput(.withTag({Aspects: [{amount: 1, key: "terra"}]})); +reci22.addItemInput(*2); +reci22.addItemInput(*2); +reci22.addItemInput(); +reci22.addItemInput(); +reci22.addItemInput(); +reci22.addItemInput(); +reci22.addItemInput(); +reci22.addItemOutput(); +reci22.build(); + +val reci23 = RecipeBuilder.newBuilder("thaum23","arcane_autoworkbench",120); +reci23.addEnergyPerTickInput(100); +reci23.addItemInput(); +reci23.addItemOutput(); +reci23.build(); + +val reci24 = RecipeBuilder.newBuilder("thaum24","arcane_autoworkbench",120); +reci24.addEnergyPerTickInput(100); +reci24.addItemInput(.withTag({Aspects: [{amount: 1, key: "aqua"}]})); +reci24.addItemInput(); +reci24.addItemInput(); +reci24.addItemOutput(*2); +reci24.build(); + +val reci25 = RecipeBuilder.newBuilder("thaum25","arcane_autoworkbench",120); +reci25.addEnergyPerTickInput(100); +reci25.addItemInput(.withTag({Aspects: [{amount: 1, key: "aer"}]})); +reci25.addItemInput(*4); +reci25.addItemInput(*2); +reci25.addItemInput(); +reci25.addItemInput(); +reci25.addItemOutput(); +reci25.build(); + +val reci26 = RecipeBuilder.newBuilder("thaum26","arcane_autoworkbench",120); +reci26.addEnergyPerTickInput(100); +reci26.addItemInput(.withTag({Aspects: [{amount: 1, key: "aqua"}]})); +reci26.addItemInput(*4); +reci26.addItemInput(*2); +reci26.addItemInput(); +reci26.addItemInput(); +reci26.addItemOutput(); +reci26.build(); + +val reci27 = RecipeBuilder.newBuilder("thaum27","arcane_autoworkbench",120); +reci27.addEnergyPerTickInput(100); +reci27.addItemInput(.withTag({Aspects: [{amount: 1, key: "aqua"}]})); +reci27.addItemInput(*7); +reci27.addItemInput(); +reci27.addItemOutput(); +reci27.build(); + +val reci28 = RecipeBuilder.newBuilder("thaum28","arcane_autoworkbench",120); +reci28.addEnergyPerTickInput(100); +reci28.addItemInput(.withTag({Aspects: [{amount: 1, key: "terra"}]})); +reci28.addItemInput(); +reci28.addItemOutput(); +reci28.build(); + +val reci29 = RecipeBuilder.newBuilder("thaum29","arcane_autoworkbench",120); +reci29.addEnergyPerTickInput(100); +reci29.addItemInput(.withTag({Aspects: [{amount: 1, key: "aqua"}]})); +reci29.addItemInput(); +reci29.addItemOutput(); +reci29.build(); + +val reci30 = RecipeBuilder.newBuilder("thaum30","arcane_autoworkbench",120); +reci30.addEnergyPerTickInput(100); +reci30.addItemInput(*2); +reci30.addItemInput(*4); +reci30.addItemInput(); +reci30.addItemInput(); +reci30.addItemInput(); +reci30.addItemOutput(); +reci30.build(); + +val reci31 = RecipeBuilder.newBuilder("thaum31","arcane_autoworkbench",120); +reci31.addEnergyPerTickInput(100); +reci31.addItemInput(*7); +reci31.addItemInput(); +reci31.addItemOutput(); +reci31.build(); + +val reci32 = RecipeBuilder.newBuilder("thaum32","arcane_autoworkbench",120); +reci32.addEnergyPerTickInput(100); +reci32.addItemInput(.withTag({Aspects: [{amount: 1, key: "perditio"}]})); +reci32.addItemInput(); +reci32.addItemOutput(); +reci32.build(); + +val reci33 = RecipeBuilder.newBuilder("thaum33","arcane_autoworkbench",120); +reci33.addEnergyPerTickInput(100); +reci33.addItemInput(.withTag({Aspects: [{amount: 1, key: "aer"}]})); +reci33.addItemInput(.withTag({Aspects: [{amount: 1, key: "aqua"}]})); +reci33.addItemInput(.withTag({Aspects: [{amount: 1, key: "terra"}]})); +reci33.addItemInput(.withTag({Aspects: [{amount: 1, key: "ignis"}]})); +reci33.addItemInput(.withTag({Aspects: [{amount: 1, key: "ordo"}]})); +reci33.addItemInput(.withTag({Aspects: [{amount: 1, key: "perditio"}]})); +reci33.addItemInput(*4); +reci33.addItemInput(); +reci33.addItemOutput(); +reci33.build(); + +val reci34 = RecipeBuilder.newBuilder("thaum34","arcane_autoworkbench",120); +reci34.addEnergyPerTickInput(100); +reci34.addItemInput(.withTag({Aspects: [{amount: 1, key: "terra"}]})); +reci34.addItemInput(.withTag({Aspects: [{amount: 1, key: "ordo"}]})); +reci34.addItemInput(*4); +reci34.addItemInput(*4); +reci34.addItemInput(); +reci34.addItemOutput(); +reci34.build(); + +val reci35 = RecipeBuilder.newBuilder("thaum35","arcane_autoworkbench",120); +reci35.addEnergyPerTickInput(100); +reci35.addItemInput(.withTag({Aspects: [{amount: 1, key: "aqua"}]})); +reci35.addItemInput(*2); +reci35.addItemInput(*4); +reci35.addItemInput(); +reci35.addItemInput(); +reci35.addItemOutput(); +reci35.build(); + +val reci36 = RecipeBuilder.newBuilder("thaum36","arcane_autoworkbench",120); +reci36.addEnergyPerTickInput(100); +reci36.addItemInput(.withTag({Aspects: [{amount: 1, key: "aqua"}]})); +reci36.addItemInput(.withTag({Aspects: [{amount: 1, key: "aer"}]})); +reci36.addItemInput(); +reci36.addItemInput(*2); +reci36.addItemInput(*2); +reci36.addItemInput(); +reci36.addItemOutput(); +reci36.build(); + +val reci37 = RecipeBuilder.newBuilder("thaum37","arcane_autoworkbench",120); +reci37.addEnergyPerTickInput(100); +reci37.addItemInput(.withTag({Aspects: [{amount: 1, key: "aqua"}]})); +reci37.addItemInput(.withTag({Aspects: [{amount: 1, key: "aer"}]})); +reci37.addItemInput(); +reci37.addItemInput(*2); +reci37.addItemInput(*2); +reci37.addItemInput(); +reci37.addItemOutput(); +reci37.build(); + +val reci38 = RecipeBuilder.newBuilder("thaum38","arcane_autoworkbench",120); +reci38.addEnergyPerTickInput(100); +reci38.addItemInput(.withTag({Aspects: [{amount: 1, key: "ordo"}]})); +reci38.addItemInput(*2); +reci38.addItemInput(*3); +reci38.addItemInput(*2); +reci38.addItemInput(); +reci38.addItemOutput(); +reci38.build(); + +val reci40 = RecipeBuilder.newBuilder("thaum40","arcane_autoworkbench",120); +reci40.addEnergyPerTickInput(100); +reci40.addItemInput(.withTag({Aspects: [{amount: 1, key: "ordo"}]})); +reci40.addItemInput(.withTag({Aspects: [{amount: 1, key: "aqua"}]})); +reci40.addItemInput(.withTag({Aspects: [{amount: 1, key: "terra"}]})); +reci40.addItemInput(); +reci40.addItemInput(); +reci40.addItemInput(); +reci40.addItemInput(); +reci40.addItemInput(*2); +reci40.addItemOutput(); +reci40.build(); + +val reci41 = RecipeBuilder.newBuilder("thaum41","arcane_autoworkbench",120); +reci41.addEnergyPerTickInput(100); +reci41.addItemInput(.withTag({Aspects: [{amount: 1, key: "ignis"}]})); +reci41.addItemInput(.withTag({Aspects: [{amount: 1, key: "aqua"}]})); +reci41.addItemInput(); +reci41.addItemInput(*2); +reci41.addItemInput(*4); +reci41.addItemInput(); +reci41.addItemInput(); +reci41.addItemOutput(); +reci41.build(); + +val reci42 = RecipeBuilder.newBuilder("thaum42","arcane_autoworkbench",120); +reci42.addEnergyPerTickInput(100); +reci42.addItemInput(); +reci42.addItemOutput(); +reci42.build(); + +val reci43 = RecipeBuilder.newBuilder("thaum43","arcane_autoworkbench",120); +reci43.addEnergyPerTickInput(100); +reci43.addItemInput(.withTag({Aspects: [{amount: 1, key: "terra"}]})); +reci43.addItemInput(.withTag({Aspects: [{amount: 1, key: "aqua"}]})); +reci43.addItemInput(.withTag({Aspects: [{amount: 1, key: "perditio"}]})); +reci43.addItemInput(); +reci43.addItemInput(*2); +reci43.addItemInput(*2); +reci43.addItemInput(*2); +reci43.addItemInput(); +reci43.addItemInput(); +reci43.addItemOutput(); +reci43.build(); + +val reci44 = RecipeBuilder.newBuilder("thaum44","arcane_autoworkbench",120); +reci44.addEnergyPerTickInput(100); +reci44.addItemInput(.withTag({Aspects: [{amount: 1, key: "ignis"}]})); +reci44.addItemInput(.withTag({Aspects: [{amount: 1, key: "ordo"}]})); +reci44.addItemInput(); +reci44.addItemInput(); +reci44.addItemInput(*2); +reci44.addItemInput(*4); +reci44.addItemInput(); +reci44.addItemOutput(); +reci44.build(); + +val reci45 = RecipeBuilder.newBuilder("thaum45","arcane_autoworkbench",120); +reci45.addEnergyPerTickInput(100); +reci45.addItemInput(.withTag({Aspects: [{amount: 1, key: "aer"}]})*5); +reci45.addItemInput(.withTag({Aspects: [{amount: 1, key: "aqua"}]})*5); +reci45.addItemInput(.withTag({Aspects: [{amount: 1, key: "perditio"}]})*5); +reci45.addItemInput(*4); +reci45.addItemInput(*2); +reci45.addItemInput(); +reci45.addItemInput(); +reci45.addItemInput(); +reci45.addItemOutput(); +reci45.build(); + +val reci46 = RecipeBuilder.newBuilder("thaum46","arcane_autoworkbench",120); +reci46.addEnergyPerTickInput(100); +reci46.addItemInput(.withTag({Aspects: [{amount: 1, key: "terra"}]})*3); +reci46.addItemInput(.withTag({Aspects: [{amount: 1, key: "aer"}]})*3); +reci46.addItemInput(*2); +reci46.addItemInput(*6); +reci46.addItemInput(); +reci46.addItemOutput(); +reci46.build(); + +val reci47 = RecipeBuilder.newBuilder("thaum47","arcane_autoworkbench",120); +reci47.addEnergyPerTickInput(100); +reci47.addItemInput(.withTag({Aspects: [{amount: 1, key: "ignis"}]})*3); +reci47.addItemInput(.withTag({Aspects: [{amount: 1, key: "aqua"}]})*3); +reci47.addItemInput(*2); +reci47.addItemInput(*2); +reci47.addItemInput(); +reci47.addItemOutput(); +reci47.build(); + +val reci48 = RecipeBuilder.newBuilder("thaum48","arcane_autoworkbench",120); +reci48.addEnergyPerTickInput(100); +reci48.addItemInput(.withTag({Aspects: [{amount: 1, key: "ignis"}]})*3); +reci48.addItemInput(.withTag({Aspects: [{amount: 1, key: "aqua"}]})*3); +reci48.addItemInput(*2); +reci48.addItemInput(*2); +reci48.addItemInput(); +reci48.addItemOutput(); +reci48.build(); + +val reci49 = RecipeBuilder.newBuilder("thaum49","arcane_autoworkbench",120); +reci49.addEnergyPerTickInput(100); +reci49.addItemInput(*4); +reci49.addItemInput(); +reci49.addItemInput(*4); +reci49.addItemOutput(); +reci49.build(); + +val reci50 = RecipeBuilder.newBuilder("thaum50","arcane_autoworkbench",120); +reci50.addEnergyPerTickInput(100); +reci50.addItemInput(*3); +reci50.addItemInput(); +reci50.addItemInput(); +reci50.addItemInput(*4); +reci50.addItemOutput(); +reci50.build(); + +val reci51 = RecipeBuilder.newBuilder("thaum51","arcane_autoworkbench",120); +reci51.addEnergyPerTickInput(100); +reci51.addItemInput(*3); +reci51.addItemInput(); +reci51.addItemInput(); +reci51.addItemInput(*4); +reci51.addItemOutput(); +reci51.build(); + +val reci52 = RecipeBuilder.newBuilder("thaum52","arcane_autoworkbench",120); +reci52.addEnergyPerTickInput(100); +reci52.addItemInput(*3); +reci52.addItemInput(); +reci52.addItemInput(); +reci52.addItemInput(*4); +reci52.addItemOutput(); +reci52.build(); + +val reci53 = RecipeBuilder.newBuilder("thaum53","arcane_autoworkbench",120); +reci53.addEnergyPerTickInput(100); +reci53.addItemInput(); +reci53.addItemInput(); +reci53.addItemInput(); +reci53.addItemInput(*6); +reci53.addItemOutput(); +reci53.build(); + +val reci54 = RecipeBuilder.newBuilder("thaum54","arcane_autoworkbench",120); +reci54.addEnergyPerTickInput(100); +reci54.addItemInput(); +reci54.addItemInput(); +reci54.addItemInput(); +reci54.addItemInput(*6); +reci54.addItemOutput(); +reci54.build(); + +val reci55 = RecipeBuilder.newBuilder("thaum55","arcane_autoworkbench",120); +reci55.addEnergyPerTickInput(100); +reci55.addItemInput(*2); +reci55.addItemInput(); +reci55.addItemInput(*2); +reci55.addItemInput(*2); +reci55.addItemOutput(); +reci55.build(); + +val reci56 = RecipeBuilder.newBuilder("thaum56","arcane_autoworkbench",120); +reci56.addEnergyPerTickInput(100); +reci56.addItemInput(*2); +reci56.addItemInput(); +reci56.addItemInput(*2); +reci56.addItemInput(*2); +reci56.addItemOutput(); +reci56.build(); + +val reci57 = RecipeBuilder.newBuilder("thaum57","arcane_autoworkbench",120); +reci57.addEnergyPerTickInput(100); +reci57.addItemInput(); +reci57.addItemInput(); +reci57.addItemInput(); +reci57.addItemInput(); +reci57.addItemOutput(); +reci57.build(); + +val reci58 = RecipeBuilder.newBuilder("thaum58","arcane_autoworkbench",120); +reci58.addEnergyPerTickInput(100); +reci58.addItemInput(); +reci58.addItemInput(); +reci58.addItemInput(); +reci58.addItemInput(); +reci58.addItemInput(); +reci58.addItemOutput(); +reci58.build(); + +val reci59 = RecipeBuilder.newBuilder("thaum59","arcane_autoworkbench",120); +reci59.addEnergyPerTickInput(100); +reci59.addItemInput(); +reci59.addItemInput(); +reci59.addItemInput(); +reci59.addItemOutput(); +reci59.build(); + +val reci60 = RecipeBuilder.newBuilder("thaum60","arcane_autoworkbench",120); +reci60.addItemInput(.withTag({Aspects: [{amount: 1, key: "ordo"}]})); +reci60.addItemInput(.withTag({Aspects: [{amount: 1, key: "perditio"}]})); +reci60.addEnergyPerTickInput(100); +reci60.addItemInput(*2); +reci60.addItemInput(); +reci60.addItemOutput(); +reci60.build(); + +val reci61 = RecipeBuilder.newBuilder("thaum61","arcane_autoworkbench",120); +reci61.addItemInput(.withTag({Aspects: [{amount: 1, key: "ordo"}]})); +reci61.addItemInput(.withTag({Aspects: [{amount: 1, key: "perditio"}]})); +reci61.addEnergyPerTickInput(100); +reci61.addItemInput(*2); +reci61.addItemInput(*2); +reci61.addItemInput(*5); +reci61.addItemOutput(); +reci61.build(); + +val reci62 = RecipeBuilder.newBuilder("thaum62","arcane_autoworkbench",120); +reci62.addItemInput(.withTag({Aspects: [{amount: 1, key: "ordo"}]})); +reci62.addItemInput(.withTag({Aspects: [{amount: 1, key: "perditio"}]})); +reci62.addEnergyPerTickInput(100); +reci62.addItemInput(*2); +reci62.addItemInput(); +reci62.addItemInput(); +reci62.addItemInput(*4); +reci62.addItemInput(); +reci62.addItemOutput(); +reci62.build(); + +val reci63 = RecipeBuilder.newBuilder("thaum63","arcane_autoworkbench",120); +reci63.addItemInput(.withTag({Aspects: [{amount: 1, key: "terra"}]})*5); +reci63.addItemInput(.withTag({Aspects: [{amount: 1, key: "perditio"}]})*5); +reci63.addEnergyPerTickInput(100); +reci63.addItemInput(); +reci63.addItemInput(); +reci63.addItemInput(); +reci63.addItemOutput(); +reci63.build(); + +val reci64 = RecipeBuilder.newBuilder("thaum64","arcane_autoworkbench",120); +reci64.addItemInput(.withTag({Aspects: [{amount: 1, key: "aqua"}]})); +reci64.addItemInput(.withTag({Aspects: [{amount: 1, key: "ordo"}]})); +reci64.addEnergyPerTickInput(100); +reci64.addItemInput(); +reci64.addItemInput(); +reci64.addItemOutput(); +reci64.build(); + +val reci65 = RecipeBuilder.newBuilder("thaum65","arcane_autoworkbench",120); +reci65.addItemInput(.withTag({Aspects: [{amount: 1, key: "terra"}]})*16); +reci65.addItemInput(.withTag({Aspects: [{amount: 1, key: "aer"}]})*2); +reci65.addItemInput(.withTag({Aspects: [{amount: 1, key: "ordo"}]})); +reci65.addItemInput(.withTag({Aspects: [{amount: 1, key: "perditio"}]})); +reci65.addEnergyPerTickInput(100); +reci65.addItemInput(*2); +reci65.addItemInput(); +reci65.addItemInput(); +reci65.addItemOutput(); +reci65.build(); + +val reci66 = RecipeBuilder.newBuilder("thaum66","arcane_autoworkbench",120); +reci66.addItemInput(.withTag({Aspects: [{amount: 1, key: "terra"}]})*16); +reci66.addItemInput(.withTag({Aspects: [{amount: 1, key: "aer"}]})*2); +reci66.addItemInput(.withTag({Aspects: [{amount: 1, key: "ordo"}]})); +reci66.addItemInput(.withTag({Aspects: [{amount: 1, key: "perditio"}]})); +reci66.addEnergyPerTickInput(100); +reci66.addItemInput(*2); +reci66.addItemInput(); +reci66.addItemInput(); +reci66.addItemOutput(); +reci66.build(); + +val reci67 = RecipeBuilder.newBuilder("thaum67","arcane_autoworkbench",120); +reci67.addItemInput(.withTag({Aspects: [{amount: 1, key: "aer"}]})*3); +reci67.addItemInput(.withTag({Aspects: [{amount: 1, key: "ordo"}]})*2); +reci67.addItemInput(.withTag({Aspects: [{amount: 1, key: "ignis"}]})); +reci67.addEnergyPerTickInput(100); +reci67.addItemInput(); +reci67.addItemInput(*3); +reci67.addItemInput(*2); +reci67.addItemOutput(); +reci67.build(); + +val reci68 = RecipeBuilder.newBuilder("thaum68","arcane_autoworkbench",120); +reci68.addItemInput(.withTag({Aspects: [{amount: 1, key: "aer"}]})*4); +reci68.addItemInput(.withTag({Aspects: [{amount: 1, key: "ordo"}]})*4); +reci68.addItemInput(.withTag({Aspects: [{amount: 1, key: "ignis"}]})*4); +reci68.addItemInput(.withTag({Aspects: [{amount: 1, key: "aqua"}]})*4); +reci68.addItemInput(.withTag({Aspects: [{amount: 1, key: "terra"}]})*4); +reci68.addItemInput(.withTag({Aspects: [{amount: 1, key: "perditio"}]})*4); +reci68.addEnergyPerTickInput(100); +reci68.addItemInput(); +reci68.addItemInput(*8); +reci68.addItemOutput(*2); +reci68.build(); + +val reci69 = RecipeBuilder.newBuilder("thaum69","arcane_autoworkbench",120); +reci69.addEnergyPerTickInput(100); +reci69.addItemInput(); +reci69.addItemInput(*4); +reci69.addItemOutput(); +reci69.build(); + +val reci70 = RecipeBuilder.newBuilder("thaum70","arcane_autoworkbench",120); +reci70.addItemInput(.withTag({Aspects: [{amount: 1, key: "aer"}]})*8); +reci70.addItemInput(.withTag({Aspects: [{amount: 1, key: "ordo"}]})*8); +reci70.addItemInput(.withTag({Aspects: [{amount: 1, key: "ignis"}]})*8); +reci70.addItemInput(.withTag({Aspects: [{amount: 1, key: "aqua"}]})*8); +reci70.addItemInput(.withTag({Aspects: [{amount: 1, key: "terra"}]})*8); +reci70.addItemInput(.withTag({Aspects: [{amount: 1, key: "perditio"}]})*8); +reci70.addEnergyPerTickInput(100); +reci70.addItemInput(); +reci70.addItemInput(*4); +reci70.addItemOutput(*2); +reci70.build(); + +val reci71 = RecipeBuilder.newBuilder("thaum71","arcane_autoworkbench",120); +reci71.addItemInput(.withTag({Aspects: [{amount: 1, key: "aer"}]})*5); +reci71.addItemInput(.withTag({Aspects: [{amount: 1, key: "ordo"}]})*2); +reci71.addEnergyPerTickInput(100); +reci71.addItemInput(*4); +reci71.addItemInput(*2); +reci71.addItemInput(); +reci71.addItemInput(); +reci71.addItemOutput(); +reci71.build(); + +val reci72 = RecipeBuilder.newBuilder("thaum72","arcane_autoworkbench",120); +reci72.addItemInput(.withTag({Aspects: [{amount: 1, key: "aer"}]})); +reci72.addItemInput(.withTag({Aspects: [{amount: 1, key: "ordo"}]})); +reci72.addItemInput(.withTag({Aspects: [{amount: 1, key: "ignis"}]})); +reci72.addItemInput(.withTag({Aspects: [{amount: 1, key: "aqua"}]})); +reci72.addItemInput(.withTag({Aspects: [{amount: 1, key: "terra"}]})); +reci72.addItemInput(.withTag({Aspects: [{amount: 1, key: "perditio"}]})); +reci72.addItemInput(.withTag({Aspects: [{amount: 1, key: "imperium"}]})); +reci72.addEnergyPerTickInput(100); +reci72.addItemInput(*5); +reci72.addItemInput(*2); +reci72.addItemInput(); +reci72.addItemOutput(); +reci72.build(); + +val reci73 = RecipeBuilder.newBuilder("thaum73","arcane_autoworkbench",120); +reci73.addItemInput(.withTag({Aspects: [{amount: 1, key: "terra"}]})); +reci73.addEnergyPerTickInput(100); +reci73.addItemInput(); +reci73.addItemInput(*4); +reci73.addItemOutput(); +reci73.build(); + +val reci74 = RecipeBuilder.newBuilder("thaum74","arcane_autoworkbench",120); +reci74.addItemInput(.withTag({Aspects: [{amount: 1, key: "ignis"}]})*6); +reci74.addItemInput(.withTag({Aspects: [{amount: 1, key: "aqua"}]})*2); +reci74.addEnergyPerTickInput(100); +reci74.addItemInput(); +reci74.addItemInput(); +reci74.addItemInput(*2); +reci74.addItemInput(*5); +reci74.addItemOutput(); +reci74.build(); + +val reci75 = RecipeBuilder.newBuilder("thaum75","arcane_autoworkbench",120); +reci75.addItemInput(.withTag({Aspects: [{amount: 1, key: "ignis"}]})*12); +reci75.addItemInput(.withTag({Aspects: [{amount: 1, key: "aqua"}]})*6); +reci75.addEnergyPerTickInput(100); +reci75.addItemInput(); +reci75.addItemInput(); +reci75.addItemInput(*2); +reci75.addItemInput(*5); +reci75.addItemOutput(); +reci75.build(); + +val reci76 = RecipeBuilder.newBuilder("thaum76","arcane_autoworkbench",120); +reci76.addItemInput(.withTag({Aspects: [{amount: 1, key: "ignis"}]})*24); +reci76.addItemInput(.withTag({Aspects: [{amount: 1, key: "aqua"}]})*12); +reci76.addEnergyPerTickInput(100); +reci76.addItemInput(); +reci76.addItemInput(); +reci76.addItemInput(*2); +reci76.addItemInput(*5); +reci76.addItemOutput(); +reci76.build(); + +val reci77 = RecipeBuilder.newBuilder("thaum77","arcane_autoworkbench",120); +reci77.addItemInput(.withTag({Aspects: [{amount: 1, key: "ordo"}]})); +reci77.addItemInput(.withTag({Aspects: [{amount: 1, key: "aer"}]})); +reci77.addItemInput(.withTag({Aspects: [{amount: 1, key: "auram"}]})*4); +reci77.addEnergyPerTickInput(100); +reci77.addItemInput(*4); +reci77.addItemInput(); +reci77.addItemOutput(); +reci77.build(); + +val reci78 = RecipeBuilder.newBuilder("thaum78","arcane_autoworkbench",120); +reci78.addItemInput(.withTag({Aspects: [{amount: 1, key: "ordo"}]})); +reci78.addItemInput(.withTag({Aspects: [{amount: 1, key: "aer"}]})); +reci78.addItemInput(.withTag({Aspects: [{amount: 1, key: "vitium"}]})); +reci78.addEnergyPerTickInput(100); +reci78.addItemInput(*4); +reci78.addItemInput(*4); +reci78.addItemOutput(); +reci78.build(); + +val reci79 = RecipeBuilder.newBuilder("thaum79","arcane_autoworkbench",120); +reci79.addEnergyPerTickInput(100); +reci79.addItemInput(); +reci79.addItemInput(); +reci79.addItemInput(*7); +reci79.addItemOutput(); +reci79.build(); + +val reci80 = RecipeBuilder.newBuilder("thaum80","arcane_autoworkbench",120); +reci80.addItemInput(.withTag({Aspects: [{amount: 1, key: "aqua"}]})*2); +reci80.addEnergyPerTickInput(100); +reci80.addItemInput(); +reci80.addItemInput(); +reci80.addItemInput(*7); +reci80.addItemOutput(); +reci80.build(); + +val reci81 = RecipeBuilder.newBuilder("thaum81","arcane_autoworkbench",120); +reci81.addItemInput(.withTag({Aspects: [{amount: 1, key: "aqua"}]})*6); +reci81.addEnergyPerTickInput(100); +reci81.addItemInput(); +reci81.addItemInput(); +reci81.addItemInput(*7); +reci81.addItemOutput(); +reci81.build(); + +val reci82 = RecipeBuilder.newBuilder("thaum82","arcane_autoworkbench",120); +reci82.addItemInput(.withTag({Aspects: [{amount: 1, key: "aqua"}]})*12); +reci82.addEnergyPerTickInput(100); +reci82.addItemInput(); +reci82.addItemInput(); +reci82.addItemInput(*7); +reci82.addItemOutput(); +reci82.build(); + +val reci83 = RecipeBuilder.newBuilder("thaum83","arcane_autoworkbench",120); +reci83.addItemInput(.withTag({Aspects: [{amount: 1, key: "aqua"}]})*24); +reci83.addEnergyPerTickInput(100); +reci83.addItemInput(); +reci83.addItemInput(); +reci83.addItemInput(*7); +reci83.addItemOutput(); +reci83.build(); + +val reci84 = RecipeBuilder.newBuilder("thaum84","arcane_autoworkbench",120); +reci84.addItemInput(.withTag({Aspects: [{amount: 1, key: "aer"}]})); +reci84.addItemInput(.withTag({Aspects: [{amount: 1, key: "ignis"}]})); +reci84.addEnergyPerTickInput(100); +reci84.addItemInput(*2); +reci84.addItemInput(*2); +reci84.addItemInput(); +reci84.addItemOutput(); +reci84.build(); + +val reci85 = RecipeBuilder.newBuilder("thaum85","arcane_autoworkbench",400); +reci85.addItemInput(.withTag({Aspects: [{amount: 1, key: "mythus"}]})); +reci85.addItemInput(.withTag({Aspects: [{amount: 1, key: "caeles"}]})); +reci85.addItemInput(.withTag({Aspects: [{amount: 1, key: "draco"}]})); +reci85.addItemInput(.withTag({Aspects: [{amount: 1, key: "stellae"}]})); +reci85.addEnergyPerTickInput(100); +reci85.addItemInput(*4); +reci85.addItemInput(); +reci85.addItemOutput(); +reci85.build(); + +val reci86 = RecipeBuilder.newBuilder("thaum86","arcane_autoworkbench",400); +reci86.addItemInput(.withTag({Aspects: [{amount: 1, key: "mythus"}]})); +reci86.addItemInput(.withTag({Aspects: [{amount: 1, key: "caeles"}]})); +reci86.addItemInput(.withTag({Aspects: [{amount: 1, key: "draco"}]})); +reci86.addItemInput(.withTag({Aspects: [{amount: 1, key: "stellae"}]})); +reci86.addEnergyPerTickInput(100); +reci86.addItemInput(*4); +reci86.addItemInput(); +reci86.addItemOutput(); +reci86.build(); + +val reci87 = RecipeBuilder.newBuilder("thaum87","arcane_autoworkbench",400); +reci87.addItemInput(.withTag({Aspects: [{amount: 1, key: "aer"}]})); +reci87.addEnergyPerTickInput(100); +reci87.addItemInput(); +reci87.addItemInput(); +reci87.addItemInput(); +reci87.addItemInput(); +reci87.addItemOutput(*3); +reci87.build(); + +val reci88 = RecipeBuilder.newBuilder("thaum88","arcane_autoworkbench",400); +reci88.addItemInput(.withTag({Aspects: [{amount: 1, key: "ordo"}]})); +reci88.addEnergyPerTickInput(100); +reci88.addItemInput(); +reci88.addItemInput(); +reci88.addItemInput(); +reci88.addItemOutput(); +reci88.build(); + +val reci89 = RecipeBuilder.newBuilder("thaum89","arcane_autoworkbench",400); +reci89.addItemInput(.withTag({Aspects: [{amount: 1, key: "ignis"}]})); +reci89.addItemInput(.withTag({Aspects: [{amount: 1, key: "aqua"}]})); +reci89.addItemInput(.withTag({Aspects: [{amount: 1, key: "terra"}]})); +reci89.addItemInput(.withTag({Aspects: [{amount: 1, key: "perditio"}]})); +reci89.addEnergyPerTickInput(100); +reci89.addItemInput(*2); +reci89.addItemInput(); +reci89.addItemInput(*2); +reci89.addItemOutput(*3); +reci89.build(); + +val thaum90 = RecipeBuilder.newBuilder("thaum90","arcane_autoworkbench",400); +thaum90.addItemInput(.withTag({Aspects: [{amount: 1, key: "aer"}]})*2); +thaum90.addEnergyPerTickInput(100); +thaum90.addItemInput(*4); +thaum90.addItemInput(); +thaum90.addItemInput(*2); +thaum90.addItemInput(); +thaum90.addItemInput(); +thaum90.addItemOutput(); +thaum90.build(); + +val thaum91 = RecipeBuilder.newBuilder("thaum91","arcane_autoworkbench",400); +thaum91.addItemInput(.withTag({Aspects: [{amount: 1, key: "aer"}]})); +thaum91.addItemInput(.withTag({Aspects: [{amount: 1, key: "aqua"}]})); +thaum91.addEnergyPerTickInput(100); +thaum91.addItemInput(*4); +thaum91.addItemInput(*4); +thaum91.addItemInput(); +thaum91.addItemOutput(); +thaum91.build(); + +val thaum92 = RecipeBuilder.newBuilder("thaum92","arcane_autoworkbench",400); +thaum92.addItemInput(.withTag({Aspects: [{amount: 1, key: "ignis"}]})); +thaum92.addItemInput(.withTag({Aspects: [{amount: 1, key: "ordo"}]})); +thaum92.addItemInput(.withTag({Aspects: [{amount: 1, key: "perditio"}]})); +thaum92.addEnergyPerTickInput(100); +thaum92.addItemInput(*4); +thaum92.addItemInput(); +thaum92.addItemInput(*2); +thaum92.addItemInput(); +thaum92.addItemInput(); +thaum92.addItemOutput(); +thaum92.build(); + +val thaum93 = RecipeBuilder.newBuilder("thaum93","arcane_autoworkbench",400); +thaum93.addItemInput(.withTag({Aspects: [{amount: 1, key: "ignis"}]})); +thaum93.addItemInput(.withTag({Aspects: [{amount: 1, key: "ordo"}]})); +thaum93.addItemInput(.withTag({Aspects: [{amount: 1, key: "perditio"}]})); +thaum93.addItemInput(.withTag({Aspects: [{amount: 1, key: "alienis"}]})*2); +thaum93.addEnergyPerTickInput(100); +thaum93.addItemInput(*2); +thaum93.addItemInput(*3); +thaum93.addItemInput(); +thaum93.addItemInput(); +thaum93.addItemOutput(); +thaum93.build(); + +val thaum94 = RecipeBuilder.newBuilder("thaum94","arcane_autoworkbench",400); +thaum94.addItemInput(.withTag({Aspects: [{amount: 1, key: "ignis"}]})); +thaum94.addItemInput(.withTag({Aspects: [{amount: 1, key: "ordo"}]})); +thaum94.addItemInput(.withTag({Aspects: [{amount: 1, key: "perditio"}]})); +thaum94.addItemInput(.withTag({Aspects: [{amount: 1, key: "aer"}]})); +thaum94.addItemInput(.withTag({Aspects: [{amount: 1, key: "aqua"}]})); +thaum94.addItemInput(.withTag({Aspects: [{amount: 1, key: "terra"}]})); +thaum94.addEnergyPerTickInput(100); +thaum94.addItemInput(*3); +thaum94.addItemInput(*3); +thaum94.addItemInput(); +thaum94.addItemOutput(); +thaum94.build(); + +val thaum95 = RecipeBuilder.newBuilder("thaum95","arcane_autoworkbench",400); +thaum95.addEnergyPerTickInput(100); +thaum95.addItemInput(); +thaum95.addItemInput(*6); +thaum95.addItemOutput(); +thaum95.build(); + +val thaum96 = RecipeBuilder.newBuilder("thaum96","arcane_autoworkbench",400); +thaum96.addItemInput(.withTag({Aspects: [{amount: 1, key: "terra"}]})); +thaum96.addItemInput(.withTag({Aspects: [{amount: 1, key: "ignis"}]})); +thaum96.addItemInput(.withTag({Aspects: [{amount: 1, key: "ordo"}]})); +thaum96.addItemInput(.withTag({Aspects: [{amount: 1, key: "aqua"}]})); +thaum96.addEnergyPerTickInput(100); +thaum96.addItemInput(*8); +thaum96.addItemInput(); +thaum96.addItemOutput(*8); +thaum96.build(); + +val thaum97 = RecipeBuilder.newBuilder("thaum97","arcane_autoworkbench",400); +thaum97.addItemInput(.withTag({Aspects: [{amount: 1, key: "aer"}]})); +thaum97.addItemInput(.withTag({Aspects: [{amount: 1, key: "perditio"}]})); +thaum97.addItemInput(.withTag({Aspects: [{amount: 1, key: "aqua"}]})); +thaum97.addEnergyPerTickInput(100); +thaum97.addItemInput(*8); +thaum97.addItemInput(); +thaum97.addItemOutput(*8); +thaum97.build(); + +val thaum98 = RecipeBuilder.newBuilder("thaum98","arcane_autoworkbench",400); +thaum98.addItemInput(.withTag({Aspects: [{amount: 1, key: "aer"}]})); +thaum98.addItemInput(.withTag({Aspects: [{amount: 1, key: "perditio"}]})); +thaum98.addItemInput(.withTag({Aspects: [{amount: 1, key: "aqua"}]})); +thaum98.addEnergyPerTickInput(100); +thaum98.addItemInput(*8); +thaum98.addItemInput(); +thaum98.addItemOutput(*8); +thaum98.build(); + +val thaum99 = RecipeBuilder.newBuilder("thaum99","arcane_autoworkbench",400); +thaum99.addItemInput(.withTag({Aspects: [{amount: 1, key: "aer"}]})); +thaum99.addItemInput(.withTag({Aspects: [{amount: 1, key: "perditio"}]})); +thaum99.addItemInput(.withTag({Aspects: [{amount: 1, key: "aqua"}]})); +thaum99.addEnergyPerTickInput(100); +thaum99.addItemInput(*8); +thaum99.addItemInput(); +thaum99.addItemOutput(*8); +thaum99.build(); + +val thaum100 = RecipeBuilder.newBuilder("thaum100","arcane_autoworkbench",400); +thaum100.addItemInput(.withTag({Aspects: [{amount: 1, key: "aer"}]})*6); +thaum100.addItemInput(.withTag({Aspects: [{amount: 1, key: "perditio"}]})*6); +thaum100.addItemInput(.withTag({Aspects: [{amount: 1, key: "aqua"}]})*6); +thaum100.addItemInput(.withTag({Aspects: [{amount: 1, key: "ordo"}]})*6); +thaum100.addItemInput(.withTag({Aspects: [{amount: 1, key: "ignis"}]})*6); +thaum100.addItemInput(.withTag({Aspects: [{amount: 1, key: "terra"}]})*6); +thaum100.addEnergyPerTickInput(100); +thaum100.addItemInput(*2); +thaum100.addItemInput(*2); +thaum100.addItemInput(*4); +thaum100.addItemInput(); +thaum100.addItemOutput(); +thaum100.build(); + +val thaum101 = RecipeBuilder.newBuilder("thaum101","arcane_autoworkbench",400); +thaum101.addItemInput(.withTag({Aspects: [{amount: 1, key: "aer"}]})); +thaum101.addItemInput(.withTag({Aspects: [{amount: 1, key: "ignis"}]})); +thaum101.addItemInput(.withTag({Aspects: [{amount: 1, key: "terra"}]})); +thaum101.addEnergyPerTickInput(100); +thaum101.addItemInput(*4); +thaum101.addItemInput(*4); +thaum101.addItemInput(); +thaum101.addItemOutput(); +thaum101.build(); + +val thaum102 = RecipeBuilder.newBuilder("thaum102","arcane_autoworkbench",400); +thaum102.addItemInput(.withTag({Aspects: [{amount: 1, key: "ignis"}]})); +thaum102.addItemInput(.withTag({Aspects: [{amount: 1, key: "ordo"}]})); +thaum102.addEnergyPerTickInput(100); +thaum102.addItemInput(); +thaum102.addItemInput(*2); +thaum102.addItemInput(); +thaum102.addItemInput(*3); +thaum102.addItemOutput(); +thaum102.build(); + +val thaum103 = RecipeBuilder.newBuilder("thaum103","arcane_autoworkbench",120); +thaum103.addEnergyPerTickInput(100); +thaum103.addItemInput(); +thaum103.addItemInput(); +thaum103.addItemInput(); +thaum103.addItemOutput(); +thaum103.build(); + +val thaum104 = RecipeBuilder.newBuilder("thaum104","arcane_autoworkbench",120); +thaum104.addEnergyPerTickInput(100); +thaum104.addItemInput(*4); +thaum104.addItemInput(,3); +thaum104.addItemInput(); +thaum104.addItemInput(); +thaum104.addItemOutput(); +thaum104.build(); + +val thaum105 = RecipeBuilder.newBuilder("thaum105","arcane_autoworkbench",120); +thaum105.addEnergyPerTickInput(100); +thaum105.addItemInput(.withTag({Aspects: [{amount: 1, key: "ignis"}]})*10); +thaum105.addItemInput(); +thaum105.addItemInput(*10); +thaum105.addItemOutput(); +thaum105.build(); \ No newline at end of file diff --git a/scripts/ModularThaumicReplicator.zs b/scripts/ModularThaumicReplicator.zs new file mode 100644 index 00000000..91d1dd2f --- /dev/null +++ b/scripts/ModularThaumicReplicator.zs @@ -0,0 +1,181 @@ + +import mods.modularmachinery.RecipeBuilder; + +mods.thermalexpansion.Crucible.addRecipe(*100, , 5000); +mods.thermalexpansion.Crucible.addRecipe(*130, , 5000); +mods.thermalexpansion.Crucible.addRecipe(*150, , 5000); +mods.thermalexpansion.Crucible.addRecipe(*200, , 5000); +mods.thermalexpansion.Crucible.addRecipe(*500, , 5000); + +val thaumrepl1 = RecipeBuilder.newBuilder("thaumrepl1","thaumic_replicator",800); +thaumrepl1.addAspectInput("terra",20); +thaumrepl1.addFluidInput(*1500); +thaumrepl1.addItemInput(*2); +thaumrepl1.addItemInput(*4); +thaumrepl1.addItemInput(*16); +thaumrepl1.addFluidOutput(*16000); +thaumrepl1.build(); + +val thaumrepl2 = RecipeBuilder.newBuilder("thaumrepl2","thaumic_replicator",800); +thaumrepl2.addAspectInput("caeles",20); +thaumrepl2.addFluidInput(*1500); +thaumrepl2.addFluidInput(*1000); +thaumrepl2.addItemInput(*2); +thaumrepl2.addItemInput(*2); +thaumrepl2.addItemInput(*16); +thaumrepl2.addFluidOutput(*16000); +thaumrepl2.build(); + +val thaumrepl3 = RecipeBuilder.newBuilder("thaumrepl3","thaumic_replicator",800); +thaumrepl3.addAspectInput("aversio",20); +thaumrepl3.addFluidInput(*1500); +thaumrepl3.addFluidInput(*100); +thaumrepl3.addItemInput(*2); +thaumrepl3.addItemInput(*2); +thaumrepl3.addItemInput(*16); +thaumrepl3.addFluidOutput(*16000); +thaumrepl3.build(); + +val thaumrepl4 = RecipeBuilder.newBuilder("thaumrepl4","thaumic_replicator",800); +thaumrepl4.addAspectInput("visum",20); +thaumrepl4.addFluidInput(*1500); +thaumrepl4.addFluidInput(*200); +thaumrepl4.addItemInput(*2); +thaumrepl4.addItemInput(*16); +thaumrepl4.addFluidOutput(*16000); +thaumrepl4.build(); + +val thaumrepl5 = RecipeBuilder.newBuilder("thaumrepl5","thaumic_replicator",800); +thaumrepl5.addAspectInput("perditio",20); +thaumrepl5.addFluidInput(*1500); +thaumrepl5.addFluidInput(*1000); +thaumrepl5.addItemInput(*2); +thaumrepl5.addItemInput(*2); +thaumrepl5.addItemInput(*16); +thaumrepl5.addFluidOutput(*16000); +thaumrepl5.build(); + +val thaumrepl6 = RecipeBuilder.newBuilder("thaumrepl6","thaumic_replicator",800); +thaumrepl6.addAspectInput("diabolus",20); +thaumrepl6.addFluidInput(*1500); +thaumrepl6.addFluidInput(*100); +thaumrepl6.addItemInput(*2); +thaumrepl6.addItemInput(*2); +thaumrepl6.addItemInput(*16); +thaumrepl6.addFluidOutput(*16000); +thaumrepl6.build(); + +val thaumrepl0 = RecipeBuilder.newBuilder("thaumrepl0","thaumic_replicator",800); +thaumrepl0.addAspectInput("ignis",2); +thaumrepl0.addItemInput(); +thaumrepl0.addFluidOutput(*20000); +thaumrepl0.build(); + +val thaumrepl7 = RecipeBuilder.newBuilder("thaumrepl7","thaumic_replicator",800); +thaumrepl7.addAspectInput("sensus",40); +thaumrepl7.addFluidInput(*1500); +thaumrepl7.addFluidInput(*400); +thaumrepl7.addItemInput(*2); +thaumrepl7.addItemInput(*16); +thaumrepl7.addFluidOutput(*16000); +thaumrepl7.build(); + +val thaumrepl8 = RecipeBuilder.newBuilder("thaumrepl8","thaumic_replicator",800); +thaumrepl8.addAspectInput("praemunio",40); +thaumrepl8.addFluidInput(*1500); +thaumrepl8.addFluidInput(*100); +thaumrepl8.addItemInput(*2); +thaumrepl8.addItemInput(*16); +thaumrepl8.addItemInput(); +thaumrepl8.addItemInput(); +thaumrepl8.addFluidOutput(*16000); +thaumrepl8.build(); + +val thaumrepl9 = RecipeBuilder.newBuilder("thaumrepl9","thaumic_replicator",800); +thaumrepl9.addAspectInput("herba",40); +thaumrepl9.addFluidInput(*1500); +thaumrepl9.addFluidInput(*90); +thaumrepl9.addItemInput(*2); +thaumrepl9.addItemInput(*16); +thaumrepl9.addItemInput(); +thaumrepl9.addItemInput(); +thaumrepl9.addFluidOutput(*16000); +thaumrepl9.build(); + +val thaumrepl10 = RecipeBuilder.newBuilder("thaumrepl10","thaumic_replicator",800); +thaumrepl10.addAspectInput("vitreus",40); +thaumrepl10.addFluidInput(*1500); +thaumrepl10.addFluidInput(*720); +thaumrepl10.addItemInput(*2); +thaumrepl10.addItemInput(*16); +thaumrepl10.addItemInput(*4); +thaumrepl10.addFluidOutput(*16000); +thaumrepl10.build(); + +val thaumrepl11 = RecipeBuilder.newBuilder("thaumrepl11","thaumic_replicator",800); +thaumrepl11.addAspectInput("aer",40); +thaumrepl11.addFluidInput(*1500); +thaumrepl11.addItemInput(*2); +thaumrepl11.addItemInput(*16); +thaumrepl11.addItemInput(*2); +thaumrepl11.addItemInput(*2); +thaumrepl11.addItemInput(*2); +thaumrepl11.addFluidOutput(*16000); +thaumrepl11.build(); + +val thaumrepl12 = RecipeBuilder.newBuilder("thaumrepl12","thaumic_replicator",800); +thaumrepl12.addAspectInput("metallum",40); +thaumrepl12.addFluidInput(*1500); +thaumrepl12.addFluidInput(*288); +thaumrepl12.addItemInput(*2); +thaumrepl12.addItemInput(*16); +thaumrepl12.addItemInput(*2); +thaumrepl12.addFluidOutput(*16000); +thaumrepl12.build(); + +val thaumrepl13 = RecipeBuilder.newBuilder("thaumrepl13","thaumic_replicator",800); +thaumrepl13.addAspectInput("mortuus",40); +thaumrepl13.addFluidInput(*1500); +thaumrepl13.addItemInput(*2); +thaumrepl13.addItemInput(*16); +thaumrepl13.addItemInput(*4); +thaumrepl13.addFluidOutput(*16000); +thaumrepl13.build(); + +val thaumrepl14 = RecipeBuilder.newBuilder("thaumrepl14","thaumic_replicator",800); +thaumrepl14.addAspectInput("alienis",40); +thaumrepl14.addFluidInput(*1500); +thaumrepl14.addItemInput(*2); +thaumrepl14.addItemInput(*4); +thaumrepl14.addItemInput(*16); +thaumrepl14.addFluidOutput(*16000); +thaumrepl14.build(); + +val thaumrepl15 = RecipeBuilder.newBuilder("thaumrepl15","thaumic_replicator",800); +thaumrepl15.addAspectInput("draco",50); +thaumrepl15.addFluidInput(*1500); +thaumrepl15.addFluidInput(*200); +thaumrepl15.addItemInput(); +thaumrepl15.addItemInput(*3); +thaumrepl15.addItemInput(*32); +thaumrepl15.addFluidOutput(*16000); +thaumrepl15.build(); + +val thaumrepl16 = RecipeBuilder.newBuilder("thaumrepl16","thaumic_replicator",800); +thaumrepl16.addAspectInput("draco",50); +thaumrepl16.addFluidInput(*2000); +thaumrepl16.addItemInput(); +thaumrepl16.addItemInput(); +thaumrepl16.addItemInput(); +thaumrepl16.addItemInput(*32); +thaumrepl16.addFluidOutput(*5000); +thaumrepl16.build(); + +val thaumrepl17 = RecipeBuilder.newBuilder("thaumrepl17","thaumic_replicator",800); +thaumrepl17.addAspectInput("draco",50); +thaumrepl17.addFluidInput(*2000); +thaumrepl17.addItemInput(); +thaumrepl17.addItemInput(); +thaumrepl17.addItemInput(*32); +thaumrepl17.addFluidOutput(*5000); +thaumrepl17.build(); \ No newline at end of file diff --git a/scripts/ModularTokens.zs b/scripts/ModularTokens.zs new file mode 100644 index 00000000..1e1f1da8 --- /dev/null +++ b/scripts/ModularTokens.zs @@ -0,0 +1,744 @@ +import mods.modularmachinery.RecipeBuilder; + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , , , , , , , ], +[, , , , , , , , ], +[, , , , , , , , ], +[, , , , , , , , ], +[, , , , , , , , ], +[, , , , , , , , ], +[, , , , , , , , ], +[, , , , , , , , ], +[, , , , , , , , ]]); + + +val tokengen1 = RecipeBuilder.newBuilder("tokengen1","token_totem",5); +tokengen1.addItemInput(); +tokengen1.addEnergyPerTickOutput(60000); +tokengen1.build(); + +val tokengen2 = RecipeBuilder.newBuilder("tokengen2","token_totem",80); +tokengen2.addItemInput(); +tokengen2.addEnergyPerTickOutput(40000); +tokengen2.build(); + +val tokengen3 = RecipeBuilder.newBuilder("tokengen3","token_totem",80); +tokengen3.addItemInput(); +tokengen3.addEnergyPerTickOutput(40000); +tokengen3.build(); + +val tokengen4 = RecipeBuilder.newBuilder("tokengen4","token_totem",80); +tokengen4.addItemInput(); +tokengen4.addEnergyPerTickOutput(40000); +tokengen4.build(); + +val tokengen5 = RecipeBuilder.newBuilder("tokengen5","token_totem",80); +tokengen5.addItemInput(); +tokengen5.addEnergyPerTickOutput(40000); +tokengen5.build(); + +val tokengen6 = RecipeBuilder.newBuilder("tokengen6","token_totem",80); +tokengen6.addItemInput(); +tokengen6.addEnergyPerTickOutput(40000); +tokengen6.build(); + +val tokengen7 = RecipeBuilder.newBuilder("tokengen7","token_totem",80); +tokengen7.addItemInput(); +tokengen7.addEnergyPerTickOutput(40000); +tokengen7.build(); + +val tokengen8 = RecipeBuilder.newBuilder("tokengen8","token_totem",80); +tokengen8.addItemInput(); +tokengen8.addEnergyPerTickOutput(40000); +tokengen8.build(); + +val tokengen9 = RecipeBuilder.newBuilder("tokengen9","token_totem",200); +tokengen9.addItemInput(); +tokengen9.addEnergyPerTickOutput(40000); +tokengen9.build(); + +val tokengen10 = RecipeBuilder.newBuilder("tokengen10","token_totem",500); +tokengen10.addItemInput(); +tokengen10.addEnergyPerTickOutput(60000); +tokengen10.build(); + +val tokengen11 = RecipeBuilder.newBuilder("tokengen11","token_totem",5); +tokengen11.addItemInput(); +tokengen11.addEnergyPerTickOutput(20000); +tokengen11.build(); + +val tokengen12 = RecipeBuilder.newBuilder("tokengen12","token_totem",50); +tokengen12.addItemInput(); +tokengen12.addEnergyPerTickOutput(130000); +tokengen12.build(); + +val tokengen13 = RecipeBuilder.newBuilder("tokengen13","token_totem",50); +tokengen13.addItemInput(); +tokengen13.addEnergyPerTickOutput(130000); +tokengen13.build(); + +val tokengen14 = RecipeBuilder.newBuilder("tokengen14","token_totem",50); +tokengen14.addItemInput(); +tokengen14.addEnergyPerTickOutput(130000); +tokengen14.build(); + +val tokengen15 = RecipeBuilder.newBuilder("tokengen15","token_totem",50); +tokengen15.addItemInput(); +tokengen15.addEnergyPerTickOutput(130000); +tokengen15.build(); + +val tokengen16 = RecipeBuilder.newBuilder("tokengen16","token_totem",50); +tokengen16.addItemInput(); +tokengen16.addEnergyPerTickOutput(130000); +tokengen16.build(); + +val tokengen17 = RecipeBuilder.newBuilder("tokengen17","token_totem",50); +tokengen17.addItemInput(); +tokengen17.addEnergyPerTickOutput(130000); +tokengen17.build(); + +val tokengen18 = RecipeBuilder.newBuilder("tokengen18","token_totem",200); +tokengen18.addItemInput(); +tokengen18.addEnergyPerTickOutput(200000); +tokengen18.build(); + +val tokengen19 = RecipeBuilder.newBuilder("tokengen19","token_totem",50); +tokengen19.addItemInput(); +tokengen19.addEnergyPerTickOutput(200000); +tokengen19.build(); + +val tokengen20 = RecipeBuilder.newBuilder("tokengen20","token_totem",50); +tokengen20.addItemInput(); +tokengen20.addEnergyPerTickOutput(200000); +tokengen20.build(); + +val tokengen21 = RecipeBuilder.newBuilder("tokengen21","token_totem",50); +tokengen21.addItemInput(); +tokengen21.addEnergyPerTickOutput(200000); +tokengen21.build(); + +val tokengen22 = RecipeBuilder.newBuilder("tokengen22","token_totem",50); +tokengen22.addItemInput(); +tokengen22.addEnergyPerTickOutput(200000); +tokengen22.build(); + +val tokengen23 = RecipeBuilder.newBuilder("tokengen23","token_totem",50); +tokengen23.addItemInput(); +tokengen23.addEnergyPerTickOutput(200000); +tokengen23.build(); + +val tokengen24 = RecipeBuilder.newBuilder("tokengen24","token_totem",50); +tokengen24.addItemInput(); +tokengen24.addEnergyPerTickOutput(200000); +tokengen24.build(); + +val tokengen25 = RecipeBuilder.newBuilder("tokengen25","token_totem",50); +tokengen25.addItemInput(); +tokengen25.addEnergyPerTickOutput(200000); +tokengen25.build(); + +val tokengen26 = RecipeBuilder.newBuilder("tokengen26","token_totem",50); +tokengen26.addItemInput(); +tokengen26.addEnergyPerTickOutput(300000); +tokengen26.build(); + +val tokengen27 = RecipeBuilder.newBuilder("tokengen27","token_totem",50); +tokengen27.addItemInput(); +tokengen27.addEnergyPerTickOutput(300000); +tokengen27.build(); + +val tokengen28 = RecipeBuilder.newBuilder("tokengen28","token_totem",50); +tokengen28.addItemInput(); +tokengen28.addEnergyPerTickOutput(300000); +tokengen28.build(); + +val tokengen31 = RecipeBuilder.newBuilder("tokengen31","token_totem",50); +tokengen31.addItemInput(); +tokengen31.addEnergyPerTickOutput(500000); +tokengen31.build(); + +val tokengen32 = RecipeBuilder.newBuilder("tokengen32","token_totem",50); +tokengen32.addItemInput(); +tokengen32.addEnergyPerTickOutput(1000000); +tokengen32.build(); + +val tokengen33 = RecipeBuilder.newBuilder("tokengen33","token_totem",50); +tokengen33.addItemInput(); +tokengen33.addEnergyPerTickOutput(500000); +tokengen33.build(); + +val tokengen34 = RecipeBuilder.newBuilder("tokengen34","token_totem",200); +tokengen34.addItemInput(); +tokengen34.addEnergyPerTickOutput(100000); +tokengen34.build(); + +val tokengen35 = RecipeBuilder.newBuilder("tokengen35","token_totem",200); +tokengen35.addItemInput(); +tokengen35.addEnergyPerTickOutput(150000); +tokengen35.build(); + +val tokengen36 = RecipeBuilder.newBuilder("tokengen36","token_totem",200); +tokengen36.addItemInput(); +tokengen36.addEnergyPerTickOutput(200000); +tokengen36.build(); + +val tokengen37 = RecipeBuilder.newBuilder("tokengen37","token_totem",200); +tokengen37.addItemInput(); +tokengen37.addEnergyPerTickOutput(350000); +tokengen37.build(); + +val tokengen38 = RecipeBuilder.newBuilder("tokengen38","token_totem",200); +tokengen38.addItemInput(); +tokengen38.addEnergyPerTickOutput(250000); +tokengen38.build(); + +val tokentiered1 = RecipeBuilder.newBuilder("tokentiered1","token_totem",800); +tokentiered1.addItemInput(); +tokentiered1.addEnergyPerTickOutput(10); +tokentiered1.build(); + +val tokentiered2 = RecipeBuilder.newBuilder("tokentiered2","token_totem",800); +tokentiered2.addItemInput(); +tokentiered2.addItemInput(); +tokentiered2.addEnergyPerTickOutput(100); +tokentiered2.build(); + +val tokentiered3 = RecipeBuilder.newBuilder("tokentiered3","token_totem",800); +tokentiered3.addItemInput(); +tokentiered3.addItemInput(); +tokentiered3.addItemInput(); +tokentiered3.addEnergyPerTickOutput(500); +tokentiered3.build(); + +val tokentiered4 = RecipeBuilder.newBuilder("tokentiered4","token_totem",800); +tokentiered4.addItemInput(); +tokentiered4.addItemInput(); +tokentiered4.addItemInput(); +tokentiered4.addItemInput(); +tokentiered4.addEnergyPerTickOutput(1000); +tokentiered4.build(); + +val tokentiered5 = RecipeBuilder.newBuilder("tokentiered5","token_totem",800); +tokentiered5.addItemInput(); +tokentiered5.addItemInput(); +tokentiered5.addItemInput(); +tokentiered5.addItemInput(); +tokentiered5.addItemInput(); +tokentiered5.addEnergyPerTickOutput(5000); +tokentiered5.build(); + +val tokentiered6 = RecipeBuilder.newBuilder("tokentiered6","token_totem",800); +tokentiered6.addItemInput(); +tokentiered6.addItemInput(); +tokentiered6.addItemInput(); +tokentiered6.addItemInput(); +tokentiered6.addItemInput(); +tokentiered6.addItemInput(); +tokentiered6.addEnergyPerTickOutput(10000); +tokentiered6.build(); + +val tokentiered7 = RecipeBuilder.newBuilder("tokentiered7","token_totem",800); +tokentiered7.addItemInput(); +tokentiered7.addItemInput(); +tokentiered7.addItemInput(); +tokentiered7.addItemInput(); +tokentiered7.addItemInput(); +tokentiered7.addItemInput(); +tokentiered7.addItemInput(); +tokentiered7.addEnergyPerTickOutput(20000); +tokentiered7.build(); + +val tokentiered8 = RecipeBuilder.newBuilder("tokentiered8","token_totem",800); +tokentiered8.addItemInput(); +tokentiered8.addItemInput(); +tokentiered8.addItemInput(); +tokentiered8.addItemInput(); +tokentiered8.addItemInput(); +tokentiered8.addItemInput(); +tokentiered8.addItemInput(); +tokentiered8.addItemInput(); +tokentiered8.addEnergyPerTickOutput(30000); +tokentiered8.build(); + +val tokentiered9 = RecipeBuilder.newBuilder("tokentiered9","token_totem",800); +tokentiered9.addItemInput(); +tokentiered9.addItemInput(); +tokentiered9.addItemInput(); +tokentiered9.addItemInput(); +tokentiered9.addItemInput(); +tokentiered9.addItemInput(); +tokentiered9.addItemInput(); +tokentiered9.addItemInput(); +tokentiered9.addItemInput(); +tokentiered9.addEnergyPerTickOutput(50000); +tokentiered9.build(); + +val tokentiered10 = RecipeBuilder.newBuilder("tokentiered10","token_totem",800); +tokentiered10.addItemInput(); +tokentiered10.addItemInput(); +tokentiered10.addItemInput(); +tokentiered10.addItemInput(); +tokentiered10.addItemInput(); +tokentiered10.addItemInput(); +tokentiered10.addItemInput(); +tokentiered10.addItemInput(); +tokentiered10.addItemInput(); +tokentiered10.addItemInput(); +tokentiered10.addEnergyPerTickOutput(100000); +tokentiered10.build(); + +val tokentiered11 = RecipeBuilder.newBuilder("tokentiered11","token_totem",800); +tokentiered11.addItemInput(); +tokentiered11.addItemInput(); +tokentiered11.addItemInput(); +tokentiered11.addItemInput(); +tokentiered11.addItemInput(); +tokentiered11.addItemInput(); +tokentiered11.addItemInput(); +tokentiered11.addItemInput(); +tokentiered11.addItemInput(); +tokentiered11.addItemInput(); +tokentiered11.addItemInput(); +tokentiered11.addEnergyPerTickOutput(200000); +tokentiered11.build(); + +val tokentiered12 = RecipeBuilder.newBuilder("tokentiered12","token_totem",800); +tokentiered12.addItemInput(); +tokentiered12.addItemInput(); +tokentiered12.addItemInput(); +tokentiered12.addItemInput(); +tokentiered12.addItemInput(); +tokentiered12.addItemInput(); +tokentiered12.addItemInput(); +tokentiered12.addItemInput(); +tokentiered12.addItemInput(); +tokentiered12.addItemInput(); +tokentiered12.addItemInput(); +tokentiered12.addItemInput(); +tokentiered12.addEnergyPerTickOutput(500000); +tokentiered12.build(); + +val tokentiered13 = RecipeBuilder.newBuilder("tokentiered13","token_totem",800); +tokentiered13.addItemInput(); +tokentiered13.addItemInput(); +tokentiered13.addItemInput(); +tokentiered13.addItemInput(); +tokentiered13.addItemInput(); +tokentiered13.addItemInput(); +tokentiered13.addItemInput(); +tokentiered13.addItemInput(); +tokentiered13.addItemInput(); +tokentiered13.addItemInput(); +tokentiered13.addItemInput(); +tokentiered13.addItemInput(); +tokentiered13.addItemInput(); +tokentiered13.addEnergyPerTickOutput(800000); +tokentiered13.build(); + +val tokentiered14 = RecipeBuilder.newBuilder("tokentiered14","token_totem",800); +tokentiered14.addItemInput(); +tokentiered14.addItemInput(); +tokentiered14.addItemInput(); +tokentiered14.addItemInput(); +tokentiered14.addItemInput(); +tokentiered14.addItemInput(); +tokentiered14.addItemInput(); +tokentiered14.addItemInput(); +tokentiered14.addItemInput(); +tokentiered14.addItemInput(); +tokentiered14.addItemInput(); +tokentiered14.addItemInput(); +tokentiered14.addItemInput(); +tokentiered14.addItemInput(); +tokentiered14.addEnergyPerTickOutput(900000); +tokentiered14.build(); + +val tokentiered15 = RecipeBuilder.newBuilder("tokentiered15","token_totem",800); +tokentiered15.addItemInput(); +tokentiered15.addItemInput(); +tokentiered15.addItemInput(); +tokentiered15.addItemInput(); +tokentiered15.addItemInput(); +tokentiered15.addItemInput(); +tokentiered15.addItemInput(); +tokentiered15.addItemInput(); +tokentiered15.addItemInput(); +tokentiered15.addItemInput(); +tokentiered15.addItemInput(); +tokentiered15.addItemInput(); +tokentiered15.addItemInput(); +tokentiered15.addItemInput(); +tokentiered15.addItemInput(); +tokentiered15.addEnergyPerTickOutput(1000000); +tokentiered15.build(); + +val tokentiered16 = RecipeBuilder.newBuilder("tokentiered16","token_totem",800); +tokentiered16.addItemInput(); +tokentiered16.addItemInput(); +tokentiered16.addItemInput(); +tokentiered16.addItemInput(); +tokentiered16.addItemInput(); +tokentiered16.addItemInput(); +tokentiered16.addItemInput(); +tokentiered16.addItemInput(); +tokentiered16.addItemInput(); +tokentiered16.addItemInput(); +tokentiered16.addItemInput(); +tokentiered16.addItemInput(); +tokentiered16.addItemInput(); +tokentiered16.addItemInput(); +tokentiered16.addItemInput(); +tokentiered16.addItemInput(); +tokentiered16.addEnergyPerTickOutput(1200000); +tokentiered16.build(); + +val tokentiered17 = RecipeBuilder.newBuilder("tokentiered17","token_totem",800); +tokentiered17.addItemInput(); +tokentiered17.addItemInput(); +tokentiered17.addItemInput(); +tokentiered17.addItemInput(); +tokentiered17.addItemInput(); +tokentiered17.addItemInput(); +tokentiered17.addItemInput(); +tokentiered17.addItemInput(); +tokentiered17.addItemInput(); +tokentiered17.addItemInput(); +tokentiered17.addItemInput(); +tokentiered17.addItemInput(); +tokentiered17.addItemInput(); +tokentiered17.addItemInput(); +tokentiered17.addItemInput(); +tokentiered17.addItemInput(); +tokentiered17.addItemInput(); +tokentiered17.addEnergyPerTickOutput(1400000); +tokentiered17.build(); + +val tokentiered18 = RecipeBuilder.newBuilder("tokentiered18","token_totem",800); +tokentiered18.addItemInput(); +tokentiered18.addItemInput(); +tokentiered18.addItemInput(); +tokentiered18.addItemInput(); +tokentiered18.addItemInput(); +tokentiered18.addItemInput(); +tokentiered18.addItemInput(); +tokentiered18.addItemInput(); +tokentiered18.addItemInput(); +tokentiered18.addItemInput(); +tokentiered18.addItemInput(); +tokentiered18.addItemInput(); +tokentiered18.addItemInput(); +tokentiered18.addItemInput(); +tokentiered18.addItemInput(); +tokentiered18.addItemInput(); +tokentiered18.addItemInput(); +tokentiered18.addItemInput(); +tokentiered18.addEnergyPerTickOutput(1600000); +tokentiered18.build(); + +val tokentiered19 = RecipeBuilder.newBuilder("tokentiered19","token_totem",800); +tokentiered19.addItemInput(); +tokentiered19.addItemInput(); +tokentiered19.addItemInput(); +tokentiered19.addItemInput(); +tokentiered19.addItemInput(); +tokentiered19.addItemInput(); +tokentiered19.addItemInput(); +tokentiered19.addItemInput(); +tokentiered19.addItemInput(); +tokentiered19.addItemInput(); +tokentiered19.addItemInput(); +tokentiered19.addItemInput(); +tokentiered19.addItemInput(); +tokentiered19.addItemInput(); +tokentiered19.addItemInput(); +tokentiered19.addItemInput(); +tokentiered19.addItemInput(); +tokentiered19.addItemInput(); +tokentiered19.addItemInput(); +tokentiered19.addEnergyPerTickOutput(1800000); +tokentiered19.build(); + +val tokentiered20 = RecipeBuilder.newBuilder("tokentiered20","token_totem",800); +tokentiered20.addItemInput(); +tokentiered20.addItemInput(); +tokentiered20.addItemInput(); +tokentiered20.addItemInput(); +tokentiered20.addItemInput(); +tokentiered20.addItemInput(); +tokentiered20.addItemInput(); +tokentiered20.addItemInput(); +tokentiered20.addItemInput(); +tokentiered20.addItemInput(); +tokentiered20.addItemInput(); +tokentiered20.addItemInput(); +tokentiered20.addItemInput(); +tokentiered20.addItemInput(); +tokentiered20.addItemInput(); +tokentiered20.addItemInput(); +tokentiered20.addItemInput(); +tokentiered20.addItemInput(); +tokentiered20.addItemInput(); +tokentiered20.addItemInput(); +tokentiered20.addEnergyPerTickOutput(2000000); +tokentiered20.build(); + +val tokentiered21 = RecipeBuilder.newBuilder("tokentiered21","token_totem",800); +tokentiered21.addItemInput(); +tokentiered21.addItemInput(); +tokentiered21.addItemInput(); +tokentiered21.addItemInput(); +tokentiered21.addItemInput(); +tokentiered21.addItemInput(); +tokentiered21.addItemInput(); +tokentiered21.addItemInput(); +tokentiered21.addItemInput(); +tokentiered21.addItemInput(); +tokentiered21.addItemInput(); +tokentiered21.addItemInput(); +tokentiered21.addItemInput(); +tokentiered21.addItemInput(); +tokentiered21.addItemInput(); +tokentiered21.addItemInput(); +tokentiered21.addItemInput(); +tokentiered21.addItemInput(); +tokentiered21.addItemInput(); +tokentiered21.addItemInput(); +tokentiered21.addItemInput(); +tokentiered21.addEnergyPerTickOutput(5000000); +tokentiered21.build(); + +val tokentiered22 = RecipeBuilder.newBuilder("tokentiered22","token_totem",800); +tokentiered22.addItemInput(); +tokentiered22.addItemInput(); +tokentiered22.addItemInput(); +tokentiered22.addItemInput(); +tokentiered22.addItemInput(); +tokentiered22.addItemInput(); +tokentiered22.addItemInput(); +tokentiered22.addItemInput(); +tokentiered22.addItemInput(); +tokentiered22.addItemInput(); +tokentiered22.addItemInput(); +tokentiered22.addItemInput(); +tokentiered22.addItemInput(); +tokentiered22.addItemInput(); +tokentiered22.addItemInput(); +tokentiered22.addItemInput(); +tokentiered22.addItemInput(); +tokentiered22.addItemInput(); +tokentiered22.addItemInput(); +tokentiered22.addItemInput(); +tokentiered22.addItemInput(); +tokentiered22.addItemInput(); +tokentiered22.addEnergyPerTickOutput(10000000); +tokentiered22.build(); + +val tokentiered23 = RecipeBuilder.newBuilder("tokentiered23","token_totem",800); +tokentiered23.addItemInput(); +tokentiered23.addItemInput(); +tokentiered23.addItemInput(); +tokentiered23.addItemInput(); +tokentiered23.addItemInput(); +tokentiered23.addItemInput(); +tokentiered23.addItemInput(); +tokentiered23.addItemInput(); +tokentiered23.addItemInput(); +tokentiered23.addItemInput(); +tokentiered23.addItemInput(); +tokentiered23.addItemInput(); +tokentiered23.addItemInput(); +tokentiered23.addItemInput(); +tokentiered23.addItemInput(); +tokentiered23.addItemInput(); +tokentiered23.addItemInput(); +tokentiered23.addItemInput(); +tokentiered23.addItemInput(); +tokentiered23.addItemInput(); +tokentiered23.addItemInput(); +tokentiered23.addItemInput(); +tokentiered23.addItemInput(); +tokentiered23.addEnergyPerTickOutput(20000000); +tokentiered23.build(); + +val tokentiered24 = RecipeBuilder.newBuilder("tokentiered24","token_totem",800); +tokentiered24.addItemInput(); +tokentiered24.addItemInput(); +tokentiered24.addItemInput(); +tokentiered24.addItemInput(); +tokentiered24.addItemInput(); +tokentiered24.addItemInput(); +tokentiered24.addItemInput(); +tokentiered24.addItemInput(); +tokentiered24.addItemInput(); +tokentiered24.addItemInput(); +tokentiered24.addItemInput(); +tokentiered24.addItemInput(); +tokentiered24.addItemInput(); +tokentiered24.addItemInput(); +tokentiered24.addItemInput(); +tokentiered24.addItemInput(); +tokentiered24.addItemInput(); +tokentiered24.addItemInput(); +tokentiered24.addItemInput(); +tokentiered24.addItemInput(); +tokentiered24.addItemInput(); +tokentiered24.addItemInput(); +tokentiered24.addItemInput(); +tokentiered24.addItemInput(); +tokentiered24.addEnergyPerTickOutput(30000000); +tokentiered24.build(); + +val tokentiered25 = RecipeBuilder.newBuilder("tokentiered25","token_totem",800); +tokentiered25.addItemInput(); +tokentiered25.addItemInput(); +tokentiered25.addItemInput(); +tokentiered25.addItemInput(); +tokentiered25.addItemInput(); +tokentiered25.addItemInput(); +tokentiered25.addItemInput(); +tokentiered25.addItemInput(); +tokentiered25.addItemInput(); +tokentiered25.addItemInput(); +tokentiered25.addItemInput(); +tokentiered25.addItemInput(); +tokentiered25.addItemInput(); +tokentiered25.addItemInput(); +tokentiered25.addItemInput(); +tokentiered25.addItemInput(); +tokentiered25.addItemInput(); +tokentiered25.addItemInput(); +tokentiered25.addItemInput(); +tokentiered25.addItemInput(); +tokentiered25.addItemInput(); +tokentiered25.addItemInput(); +tokentiered25.addItemInput(); +tokentiered25.addItemInput(); +tokentiered25.addItemInput(); +tokentiered25.addEnergyPerTickOutput(40000000); +tokentiered25.build(); + +val tokentiered26 = RecipeBuilder.newBuilder("tokentiered26","token_totem",800); +tokentiered26.addItemInput(); +tokentiered26.addItemInput(); +tokentiered26.addItemInput(); +tokentiered26.addItemInput(); +tokentiered26.addItemInput(); +tokentiered26.addItemInput(); +tokentiered26.addItemInput(); +tokentiered26.addItemInput(); +tokentiered26.addItemInput(); +tokentiered26.addItemInput(); +tokentiered26.addItemInput(); +tokentiered26.addItemInput(); +tokentiered26.addItemInput(); +tokentiered26.addItemInput(); +tokentiered26.addItemInput(); +tokentiered26.addItemInput(); +tokentiered26.addItemInput(); +tokentiered26.addItemInput(); +tokentiered26.addItemInput(); +tokentiered26.addItemInput(); +tokentiered26.addItemInput(); +tokentiered26.addItemInput(); +tokentiered26.addItemInput(); +tokentiered26.addItemInput(); +tokentiered26.addItemInput(); +tokentiered26.addItemInput(); +tokentiered26.addEnergyPerTickOutput(50000000); +tokentiered26.build(); + +val tokentiered27 = RecipeBuilder.newBuilder("tokentiered27","token_totem",800); +tokentiered27.addItemInput(); +tokentiered27.addItemInput(); +tokentiered27.addItemInput(); +tokentiered27.addItemInput(); +tokentiered27.addItemInput(); +tokentiered27.addItemInput(); +tokentiered27.addItemInput(); +tokentiered27.addItemInput(); +tokentiered27.addItemInput(); +tokentiered27.addItemInput(); +tokentiered27.addItemInput(); +tokentiered27.addItemInput(); +tokentiered27.addItemInput(); +tokentiered27.addItemInput(); +tokentiered27.addItemInput(); +tokentiered27.addItemInput(); +tokentiered27.addItemInput(); +tokentiered27.addItemInput(); +tokentiered27.addItemInput(); +tokentiered27.addItemInput(); +tokentiered27.addItemInput(); +tokentiered27.addItemInput(); +tokentiered27.addItemInput(); +tokentiered27.addItemInput(); +tokentiered27.addItemInput(); +tokentiered27.addItemInput(); +tokentiered27.addItemInput(); +tokentiered27.addEnergyPerTickOutput(60000000); +tokentiered27.build(); + +val tokentiered28 = RecipeBuilder.newBuilder("tokentiered28","token_totem",800); +tokentiered28.addItemInput(); +tokentiered28.addItemInput(); +tokentiered28.addItemInput(); +tokentiered28.addItemInput(); +tokentiered28.addItemInput(); +tokentiered28.addItemInput(); +tokentiered28.addItemInput(); +tokentiered28.addItemInput(); +tokentiered28.addItemInput(); +tokentiered28.addItemInput(); +tokentiered28.addItemInput(); +tokentiered28.addItemInput(); +tokentiered28.addItemInput(); +tokentiered28.addItemInput(); +tokentiered28.addItemInput(); +tokentiered28.addItemInput(); +tokentiered28.addItemInput(); +tokentiered28.addItemInput(); +tokentiered28.addItemInput(); +tokentiered28.addItemInput(); +tokentiered28.addItemInput(); +tokentiered28.addItemInput(); +tokentiered28.addItemInput(); +tokentiered28.addItemInput(); +tokentiered28.addItemInput(); +tokentiered28.addItemInput(); +tokentiered28.addItemInput(); +tokentiered28.addItemInput(); +tokentiered28.addEnergyPerTickOutput(80000000); +tokentiered28.build(); + +val tokentiered29 = RecipeBuilder.newBuilder("tokentiered29","token_totem",800); +tokentiered29.addItemInput(); +tokentiered29.addItemInput(); +tokentiered29.addItemInput(); +tokentiered29.addItemInput(); +tokentiered29.addItemInput(); +tokentiered29.addItemInput(); +tokentiered29.addItemInput(); +tokentiered29.addItemInput(); +tokentiered29.addItemInput(); +tokentiered29.addItemInput(); +tokentiered29.addItemInput(); +tokentiered29.addItemInput(); +tokentiered29.addItemInput(); +tokentiered29.addItemInput(); +tokentiered29.addItemInput(); +tokentiered29.addItemInput(); +tokentiered29.addItemInput(); +tokentiered29.addItemInput(); +tokentiered29.addItemInput(); +tokentiered29.addItemInput(); +tokentiered29.addItemInput(); +tokentiered29.addItemInput(); +tokentiered29.addItemInput(); +tokentiered29.addItemInput(); +tokentiered29.addItemInput(); +tokentiered29.addItemInput(); +tokentiered29.addItemInput(); +tokentiered29.addItemInput(); +tokentiered29.addItemInput(); +tokentiered29.addEnergyPerTickOutput(100000000); +tokentiered29.build(); \ No newline at end of file diff --git a/scripts/ModularTwilight.zs b/scripts/ModularTwilight.zs new file mode 100644 index 00000000..5581fc43 --- /dev/null +++ b/scripts/ModularTwilight.zs @@ -0,0 +1,95 @@ + +import mods.modularmachinery.RecipeBuilder; + +val reci1 = RecipeBuilder.newBuilder("twiweap1","carminite_empowerer",1200); +reci1.addEnergyPerTickInput(15000); +reci1.addAspectInput("infernum",100); +reci1.addItemInput(); +reci1.addItemInput(*16); +reci1.addItemInput(*64); +reci1.addItemInput(*16); +reci1.addItemInput(); +reci1.addItemOutput(.withTag({ench: [{lvl: 5 as short, id: 20 as short}, {lvl: 20 as short, id: 16 as short}, {lvl: 1 as short, id: 70 as short}, {lvl: 10 as short, id: 34 as short}], RepairCost: 1, display: {Name: "Morning Star"}})); +reci1.build(); + +val reci2 = RecipeBuilder.newBuilder("twiweap2","carminite_empowerer",1200); +reci2.addEnergyPerTickInput(15000); +reci2.addAspectInput("bestia",100); +reci2.addItemInput(); +reci2.addItemInput(*16); +reci2.addItemInput(*64); +reci2.addItemInput(*64); +reci2.addItemInput(); +reci2.addItemOutput(.withTag({ench: [{lvl: 20 as short, id: 16 as short}, {lvl: 1 as short, id: 70 as short}, {lvl: 10 as short, id: 34 as short},{lvl: 4 as short, id: 79 as short}], RepairCost: 1, display: {Name: "Axe of Savagery"}})); +reci2.build(); + + +val reci3 = RecipeBuilder.newBuilder("twiweap3","carminite_empowerer",1200); +reci3.addEnergyPerTickInput(15000); +reci3.addAspectInput("aversio",100); +reci3.addItemInput(); +reci3.addItemInput(*16); +reci3.addItemInput(*64); +reci3.addItemInput(*32); +reci3.addItemInput(); +reci3.addItemOutput(.withTag({ench: [{lvl: 35 as short, id: 16 as short}, {lvl: 1 as short, id: 70 as short}, {lvl: 10 as short, id: 34 as short},{lvl: 8 as short, id: 19 as short}], RepairCost: 1, display: {Name: "Big Bertha"}})); +reci3.build(); + +val reci4 = RecipeBuilder.newBuilder("twiweap4","carminite_empowerer",1200); +reci4.addEnergyPerTickInput(1500); +reci4.addAspectInput("bestia",10); +reci4.addItemInput(); +reci4.addItemOutput(); +reci4.build(); + +val reci5 = RecipeBuilder.newBuilder("twiweap5","carminite_empowerer",1200); +reci5.addEnergyPerTickInput(1500); +reci5.addAspectInput("perditio",10); +reci5.addItemInput(); +reci5.addItemOutput(); +reci5.build(); + +val reci6 = RecipeBuilder.newBuilder("twiweap6","carminite_empowerer",1200); +reci6.addEnergyPerTickInput(1500); +reci6.addAspectInput("alienis",10); +reci6.addItemInput(); +reci6.addItemOutput(); +reci6.build(); + +val reci7 = RecipeBuilder.newBuilder("twiweap7","carminite_empowerer",1200); +reci7.addEnergyPerTickInput(5000); +reci7.addAspectInput("stellae",50); +reci7.addItemInput(); +reci7.addItemInput(); +reci7.addItemOutput(); +reci7.build(); + +val reci8 = RecipeBuilder.newBuilder("twiweap8","carminite_empowerer",1200); +reci8.addEnergyPerTickInput(5000); +reci8.addAspectInput("praecantatio",10); +reci8.addItemInput(); +reci8.addItemOutput(); +reci8.build(); + +val reci9 = RecipeBuilder.newBuilder("twiweap9","carminite_empowerer",1200); +reci9.addEnergyPerTickInput(5000); +reci9.addAspectInput("vitium",50); +reci9.addItemInput(); +reci9.addItemOutput(); +reci9.build(); + +val reci11 = RecipeBuilder.newBuilder("twiweap11","carminite_empowerer",1200); +reci11.addEnergyPerTickInput(5000); +reci11.addAspectInput("praemunio",20); +reci11.addItemInput(); +reci11.addItemOutput(); +reci11.build(); + +val reci12 = RecipeBuilder.newBuilder("twiweap12","carminite_empowerer",1200); +reci12.addEnergyPerTickInput(5000); +reci12.addAspectInput("instrumentum",50); +reci12.addItemInput(); +reci12.addItemInput(*64); +reci12.addItemInput(*4); +reci12.addItemOutput(); +reci12.build(); \ No newline at end of file diff --git a/scripts/ModularUnstableHassium.zs b/scripts/ModularUnstableHassium.zs new file mode 100644 index 00000000..6032740a --- /dev/null +++ b/scripts/ModularUnstableHassium.zs @@ -0,0 +1,39 @@ +import mods.modularmachinery.RecipeBuilder; + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , , , , , ], +[, null, null, , null, null, ], +[, null, , null, , null, ], +[, , null, , null, , ], +[, null, , null, , null, ], +[, null, null, , null, null, ], +[, , , , , , ]]); + +mods.thermalexpansion.InductionSmelter.addRecipe(, +*6, *4, +5000); + +mods.techreborn.wireMill.addRecipe(, +, 60, 100); + +val expensivecompression = RecipeBuilder.newBuilder("expensivecompression","compression_turbine",1000); +expensivecompression.addFluidInput(*144); +expensivecompression.addFluidInput(*144); +expensivecompression.addFluidOutput(*1); +expensivecompression.build(); + +mods.techreborn.fusionReactor.addRecipe(, +, +, +100000, +3000, +1000); + +mods.nuclearcraft.melter.addRecipe([, *144]); + +val cheapcompression = RecipeBuilder.newBuilder("cheapcompression","compression_turbine",1000); +cheapcompression.addFluidInput(*10); +cheapcompression.addFluidInput(*144); +cheapcompression.addFluidOutput(*144); +cheapcompression.addEnergyPerTickOutput(150000); +cheapcompression.build(); \ No newline at end of file diff --git a/scripts/ModularVoidBranches.zs b/scripts/ModularVoidBranches.zs new file mode 100644 index 00000000..365052a1 --- /dev/null +++ b/scripts/ModularVoidBranches.zs @@ -0,0 +1,137 @@ +import mods.modularmachinery.RecipeBuilder; + +mods.extendedcrafting.CombinationCrafting.addRecipe(, +202020, , +[, , , ]); + + +mods.immersiveengineering.Mixer.addRecipe(*1000, +*1000, +[], +512); + +mods.immersiveengineering.Mixer.addRecipe(*1000, +*1000, +[], +512); + +mods.immersiveengineering.Mixer.addRecipe(*1000, +*1000, +[], +512); + +mods.thermalexpansion.CompressionDynamo.addFuel(, 1000000); + +mods.thermalexpansion.Pulverizer.addRecipe(, +, +7000); + + +mods.thermalexpansion.Imbuer.addRecipe(*200, , *200, 5200); + +mods.thermalexpansion.CompressionDynamo.addFuel(, 3000000); + +mods.bloodmagic.TartaricForge.addRecipe(, [, , , .withTag({Aspects: [{amount: 1, key: "alienis"}]})], 800, 20); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +mods.immersiveengineering.Crusher.addRecipe(*4, , 4096); +mods.immersiveengineering.Crusher.addRecipe(*4, , 4096); +mods.immersiveengineering.Crusher.addRecipe(*4, , 4096); + +mods.techreborn.centrifuge.addRecipe(*16, *10, null, null, , null, 60, 128); + +val arcreactorautoinf = RecipeBuilder.newBuilder("arcreactorautoinfast","auto_astral_altar",1200); +arcreactorautoinf.addEnergyPerTickInput(1000); +arcreactorautoinf.addItemInput(); +arcreactorautoinf.addItemInput(*4); +arcreactorautoinf.addItemInput(*4); +arcreactorautoinf.addItemInput(*4); +arcreactorautoinf.addItemOutput(*4); +arcreactorautoinf.build(); + +mods.nuclearcraft.dissolver.addRecipe([, *144, *250, 0.5]); + +mods.extendedcrafting.CombinationCrafting.addRecipe(, +1000000, +, +[, , , ]); + +mods.nuclearcraft.fission.addRecipe([, , 4000.0, 1800.0, 1200.0, "fissionpolonium", 0.6]); + +mods.extendedcrafting.CombinationCrafting.addRecipe(*3, +50000, , +[, , ]); + + +mods.botania.ElvenTrade.addRecipe([], []); + +mods.enderio.AlloySmelter.addRecipe(*16, +[, *4, ]); + + +mods.abyssalcraft.InfusionRitual.addRitual("MakeTartariteInf", +4, 0, +100000, +true, +, +, +[,,,, +,,,]); +game.setLocalization("ac.ritual.MakeTartariteInf", "Tartar"); +game.setLocalization("ac.ritual.MakeTartariteInf.desc", "Tartarite!"); + + + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +furnace.addRecipe(*4, .anyDamage()); + +furnace.addRecipe(*5, .anyDamage()); + +furnace.addRecipe(*7, .anyDamage()); + +furnace.addRecipe(*8, .anyDamage()); + +mods.thermalexpansion.Transposer.addFillRecipe(, +, *5, 2000); + +mods.thermalexpansion.Transposer.addFillRecipe(*3, +, *5, 2000); + +recipes.addShaped(.withTag({EntityTag: {id: "divinerpg:rainbour"}}), +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +val makerecursivegoo = RecipeBuilder.newBuilder("makerecursivegoo","bloodmaster_crucible",1200); +makerecursivegoo.addEnergyPerTickInput(1000); +makerecursivegoo.addItemInput(); +makerecursivegoo.addItemInput(); +makerecursivegoo.addItemInput(*4); +makerecursivegoo.addItemInput(,8); +makerecursivegoo.addFluidOutput(*1000); +makerecursivegoo.build(); + +mods.nuclearcraft.centrifuge.addRecipe([*100, *1000, *1000, *1000, *1000]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); diff --git a/scripts/ModularVoidMythical.zs b/scripts/ModularVoidMythical.zs new file mode 100644 index 00000000..18ca684c --- /dev/null +++ b/scripts/ModularVoidMythical.zs @@ -0,0 +1,2819 @@ +import mods.modularmachinery.RecipeBuilder; + + +val mith1 = RecipeBuilder.newBuilder("mythicaltier1","mythical_resource_miner_tier1",800); +mith1.addEnergyPerTickInput(20000); +mith1.addItemOutput(*10); +mith1.setChance(0.05); +mith1.addItemOutput(*10); +mith1.setChance(0.1); +mith1.addItemOutput(*10); +mith1.setChance(0.05); +mith1.addItemOutput(*10); +mith1.setChance(0.05); +mith1.addItemOutput(*10); +mith1.setChance(0.05); +mith1.addItemOutput(*10); +mith1.setChance(0.05); +mith1.addItemOutput(*10); +mith1.setChance(0.05); +mith1.addItemOutput(*10); +mith1.setChance(0.05); +mith1.addItemOutput(*10); +mith1.setChance(0.02); +mith1.addItemOutput(*10); +mith1.setChance(0.01); +mith1.addItemOutput(*10); +mith1.setChance(0.05); +mith1.addItemOutput(*10); +mith1.setChance(0.05); +mith1.addItemOutput(*10); +mith1.setChance(0.05); +mith1.addItemOutput(*10); +mith1.setChance(0.05); +mith1.addItemOutput(*10); +mith1.setChance(0.05); +mith1.addItemOutput(*10); +mith1.setChance(0.2); +mith1.addItemOutput(*20); +mith1.setChance(0.03); +mith1.addItemOutput(*10); +mith1.setChance(0.3); +mith1.addItemOutput(*10); +mith1.setChance(0.5); +mith1.addItemOutput(); +mith1.setChance(0.001); +mith1.addItemOutput(*10); +mith1.setChance(0.05); +mith1.addItemOutput(*10); +mith1.setChance(0.05); +mith1.addItemOutput(*10); +mith1.setChance(0.2); +mith1.addItemOutput(*10); +mith1.setChance(0.2); +mith1.addItemOutput(*10); +mith1.setChance(0.2); +mith1.addItemOutput(*10); +mith1.setChance(0.05); +mith1.addItemOutput(*10); +mith1.setChance(0.05); +mith1.addItemOutput(*10); +mith1.setChance(0.3); +mith1.addItemOutput(*10); +mith1.setChance(0.05); +mith1.addItemOutput(); +mith1.setChance(0.1); +mith1.addItemOutput(); +mith1.build(); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + + +val mith2 = RecipeBuilder.newBuilder("mythicaltier2","mythical_resource_miner_tier2",800); +mith2.addEnergyPerTickInput(30000); +mith2.addItemOutput(); +mith2.setChance(0.15); +mith2.addItemOutput(); +mith2.setChance(0.15); +mith2.addItemOutput(); +mith2.setChance(0.15); +mith2.addItemOutput(); +mith2.setChance(0.15); +mith2.addItemOutput(); +mith2.setChance(0.15); +mith2.addItemOutput(*10); +mith2.setChance(0.05); +mith2.addItemOutput(*10); +mith2.setChance(0.1); +mith2.addItemOutput(*10); +mith2.setChance(0.1); +mith2.addItemOutput(*10); +mith2.setChance(0.05); +mith2.addItemOutput(*20); +mith2.setChance(0.01); +mith2.addItemOutput(*20); +mith2.setChance(0.02); +mith2.addItemOutput(*10); +mith2.setChance(0.05); +mith2.addItemOutput(*10); +mith2.setChance(0.05); +mith2.addItemOutput(*10); +mith2.setChance(0.2); +mith2.addItemOutput(); +mith2.setChance(0.001); +mith2.addItemOutput(); +mith2.setChance(0.1); +mith2.addItemOutput(); +mith2.setChance(0.05); +mith2.addItemOutput(); +mith2.build(); + +val cruc1 = RecipeBuilder.newBuilder("mythicalcruc","mythical_resource_crucible",80); +cruc1.addEnergyPerTickInput(5000); +cruc1.addItemInput(); +cruc1.addItemInput(); +cruc1.addFluidOutput(*2000); +cruc1.build(); + +val mith3 = RecipeBuilder.newBuilder("mythicaltier3","mythical_resource_miner_tier3",800); +mith3.addEnergyPerTickInput(45000); +mith3.addFluidInput(*100); +mith3.addItemOutput(); +mith3.setChance(0.01); +mith3.addItemOutput(); +mith3.setChance(0.02); +mith3.addItemOutput(*10); +mith3.setChance(0.1); +mith3.addItemOutput(*10); +mith3.setChance(0.2); +mith3.addItemOutput(*4); +mith3.setChance(0.5); +mith3.addItemOutput(*10); +mith3.setChance(0.2); +mith3.addItemOutput(*10); +mith3.setChance(0.05); +mith3.addItemOutput(*10); +mith3.setChance(0.05); +mith3.addItemOutput(*30); +mith3.setChance(0.2); +mith3.addItemOutput(*10); +mith3.setChance(0.05); +mith3.addItemOutput(*10); +mith3.setChance(0.05); +mith3.addItemOutput(*10); +mith3.setChance(0.1); +mith3.addItemOutput(); +mith3.setChance(0.05); +mith3.addItemOutput(); +mith3.build(); + +mods.nuclearcraft.infuser.addRecipe([, +*100, +]); + +mods.nuclearcraft.manufactory.addRecipe([, +]); + +mods.nuclearcraft.manufactory.addRecipe([, +]); + +mods.extendedcrafting.EnderCrafting.addShaped(*2, +[[, , ], +[, , ], +[, , ]], 2); + +val endston = RecipeBuilder.newBuilder("endston","ender_stone_crucible",80); +endston.addItemInput(); +endston.addFluidOutput(*2000); +endston.build(); + +recipes.addShaped(*4, +[[, , ], +[, , ], +[, , ]]); + + +val mith4 = RecipeBuilder.newBuilder("mythicaltier4","mythical_resource_miner_tier4",800); +mith4.addEnergyPerTickInput(50000); +mith4.addFluidInput(*50); +mith4.addItemOutput(*10); +mith4.setChance(0.05); +mith4.addItemOutput(*20); +mith4.setChance(0.05); +mith4.addItemOutput(*20); +mith4.setChance(0.05); +mith4.addItemOutput(*10); +mith4.setChance(0.05); +mith4.addItemOutput(*10); +mith4.setChance(0.5); +mith4.addItemOutput(*10); +mith4.setChance(0.2); +mith4.addItemOutput(*10); +mith4.setChance(0.2); +mith4.addItemOutput(*10); +mith4.setChance(0.2); +mith4.addItemOutput(*10); +mith4.setChance(0.1); +mith4.addItemOutput(*10); +mith4.setChance(0.1); +mith4.addItemOutput(*10); +mith4.setChance(0.05); +mith4.addItemOutput(*20); +mith4.setChance(0.1); +mith4.addItemOutput(); +mith4.setChance(0.01); +mith4.addItemOutput(); +mith4.setChance(0.05); +mith4.addItemOutput(); +mith4.setChance(0.1); +mith4.addItemOutput(*20); +mith4.setChance(0.6); +mith4.addItemOutput(); +mith4.build(); + +mods.thaumcraft.Infusion.registerRecipe("mithrilliumupgrade", "", , 10, [*100], , [,,,]); + + +mods.immersiveengineering.Crusher.addRecipe(, +, +200); + +mods.immersiveengineering.Crusher.addRecipe(, +, +200); + +mods.immersiveengineering.Crusher.addRecipe(, +, +200); + +mods.immersiveengineering.Crusher.addRecipe(, +, +200); + +mods.immersiveengineering.Crusher.addRecipe(, +, +200); + +mods.immersiveengineering.ArcFurnace.addRecipe(*2, +, +, +200, 2048, +[, ], "Alloying"); + +mods.immersiveengineering.ArcFurnace.addRecipe(*2, +, +, +200, 2048, +[, ], "Alloying"); + +mods.immersiveengineering.ArcFurnace.addRecipe(*2, +, +, +200, 2048, +[, ], "Alloying"); + +mods.immersiveengineering.ArcFurnace.addRecipe(*2, +, +, +200, 2048, +[, ], "Alloying"); + +mods.immersiveengineering.ArcFurnace.addRecipe(*2, +, +, +200, 2048, +[, ], "Alloying"); + +mods.thermalexpansion.InductionSmelter.addRecipe(, , , 500); +mods.thermalexpansion.InductionSmelter.addRecipe(, , , 500); +mods.thermalexpansion.InductionSmelter.addRecipe(, , , 500); +mods.thermalexpansion.InductionSmelter.addRecipe(, , , 500); +mods.thermalexpansion.InductionSmelter.addRecipe(, , , 500); + +mods.nuclearcraft.alloy_furnace.addRecipe([, , ]); +mods.nuclearcraft.alloy_furnace.addRecipe([, , ]); +mods.nuclearcraft.alloy_furnace.addRecipe([, , ]); +mods.nuclearcraft.alloy_furnace.addRecipe([, , ]); +mods.nuclearcraft.alloy_furnace.addRecipe([, , ]); + +mods.bloodmagic.AlchemyTable.addRecipe(*5, [, , , , ], 10, 40, 2); + + +val bloodcruc = RecipeBuilder.newBuilder("bloodcruc","bloodmaster_crucible",200); +bloodcruc.addFluidInput(*500); +bloodcruc.addItemInput(); +bloodcruc.addItemInput(); +bloodcruc.addItemInput(); +bloodcruc.addItemInput(); +bloodcruc.addItemInput(); +bloodcruc.addItemInput(); +bloodcruc.addFluidOutput(*2000); +bloodcruc.build(); + +mods.techreborn.compressor.addRecipe(, *4, 80, 100); + +recipes.addShaped(*4, +[[, , ], +[, , ], +[, , ]]); + +val mith5 = RecipeBuilder.newBuilder("mythicaltier5","mythical_resource_miner_tier5",800); +mith5.addEnergyPerTickInput(65000); +mith5.addFluidInput(*50); +mith5.addItemOutput(*15); +mith5.setChance(0.1); +mith5.addItemOutput(*20); +mith5.setChance(0.05); +mith5.addItemOutput(*20); +mith5.setChance(0.1); +mith5.addItemOutput(*20); +mith5.setChance(0.05); +mith5.addItemOutput(*10); +mith5.setChance(0.05); +mith5.addItemOutput(*10); +mith5.setChance(0.05); +mith5.addItemOutput(*20); +mith5.setChance(0.05); +mith5.addItemOutput(); +mith5.setChance(0.05); +mith5.addItemOutput(*10); +mith5.setChance(0.05); +mith5.addItemOutput(*20); +mith5.setChance(0.05); +mith5.addItemOutput(); +mith5.setChance(0.05); +mith5.addItemOutput(*10); +mith5.setChance(0.05); +mith5.addItemOutput(*10); +mith5.setChance(0.05); +mith5.addItemOutput(*10); +mith5.setChance(0.05); +mith5.addItemOutput(*10); +mith5.setChance(0.05); +mith5.addItemOutput(*10); +mith5.setChance(0.05); +mith5.addItemOutput(); +mith5.setChance(0.03); +mith5.addItemOutput(); +mith5.setChance(0.05); +mith5.addItemOutput(); +mith5.setChance(0.3); +mith5.addItemOutput(); +mith5.build(); + +mods.thermalexpansion.InductionSmelter.addRecipe(*2, +, , +5000); + +val dreadcruc = RecipeBuilder.newBuilder("dreaditecrucible","dragonfire_crucible",100); +dreadcruc.addFluidInput(*400); +dreadcruc.addItemInput(); +dreadcruc.addItemInput(); +dreadcruc.addItemInput(); +dreadcruc.addItemOutput(*5); +dreadcruc.build(); + +mods.botania.RuneAltar.addRecipe(, +[,,,], +8000); + +val dreadingcruc = RecipeBuilder.newBuilder("dreadcruc0","dreading_crucible",100); +dreadingcruc.addEnergyPerTickInput(1000); +dreadingcruc.addItemInput(); +dreadingcruc.addItemInput(); +dreadingcruc.addItemInput(); +dreadingcruc.addFluidOutput(*8000); +dreadingcruc.build(); + +mods.thermalexpansion.Transposer.addFillRecipe(, +, *500, 2000); + +mods.techreborn.fusionReactor.addRecipe(, +, +, +1000000, +-80000, +1000); + +mods.techreborn.compressor.addRecipe(, *9, 80, 100); + +val ayeracoOreDict = ; +ayeracoOreDict.add(); +ayeracoOreDict.add(); +ayeracoOreDict.add(); +ayeracoOreDict.add(); +ayeracoOreDict.add(); + +recipes.addShaped(, +[[, , ], +[, .reuse(), ], +[, , ]]); + + +val mith6 = RecipeBuilder.newBuilder("mythicaltier6","mythical_resource_miner_tier6",800); +mith6.addEnergyPerTickInput(65000); +mith6.addFluidInput(*50); +mith6.addItemOutput(); +mith6.setChance(0.05); +mith6.addItemOutput(); +mith6.setChance(0.6); +mith6.addItemOutput(*3); +mith6.setChance(0.05); +mith6.addItemOutput(*2); +mith6.setChance(0.05); +mith6.addItemOutput(*4); +mith6.setChance(0.05); +mith6.addItemOutput(); +mith6.setChance(0.05); +mith6.addItemOutput(); +mith6.setChance(0.05); +mith6.addItemOutput(*60); +mith6.setChance(0.1); +mith6.addItemOutput(*20); +mith6.setChance(0.1); +mith6.addItemOutput(*10); +mith6.setChance(0.1); +mith6.addItemOutput(); +mith6.setChance(0.5); +mith6.addItemOutput(*15); +mith6.setChance(0.6); +mith6.addItemOutput(); +mith6.build(); + +mods.techreborn.assemblingMachine.addRecipe(*2, , , 30, 64); +mods.techreborn.assemblingMachine.addRecipe(*2, , , 30, 64); +mods.techreborn.assemblingMachine.addRecipe(*2, , , 30, 64); +mods.techreborn.assemblingMachine.addRecipe(*2, , , 30, 64); +mods.techreborn.assemblingMachine.addRecipe(*2, , , 30, 64); + +val crucuu = RecipeBuilder.newBuilder("mythicalcrucuumatter","mythical_resource_crucible",160); +crucuu.addEnergyPerTickInput(100000); +crucuu.addItemInput(); +crucuu.addFluidOutput(*100); +crucuu.build(); + +mods.techreborn.extractor.addRecipe(*3, +, +100, +256); + +val spatcruc = RecipeBuilder.newBuilder("spatialcruc","spatial_crucible",200); +spatcruc.addEnergyPerTickInput(100000); +spatcruc.addItemInput(); +spatcruc.addItemInput(*8); +spatcruc.addFluidInput(*300); +spatcruc.addFluidOutput(*12000); +spatcruc.build(); + +mods.forestry.Squeezer.addRecipe(*50, [], 120); + +val mith7 = RecipeBuilder.newBuilder("mythicaltier7","mythical_resource_miner_tier7",800); +mith7.addEnergyPerTickInput(85000); +mith7.addFluidInput(*50); +mith7.addFluidInput(*50); +mith7.addItemOutput(*30); +mith7.setChance(0.2); +mith7.addItemOutput(*30); +mith7.setChance(0.05); +mith7.addItemOutput(*30); +mith7.setChance(0.15); +mith7.addItemOutput(*10); +mith7.setChance(0.02); +mith7.addItemOutput(*30); +mith7.setChance(0.15); +mith7.addItemOutput(*30); +mith7.setChance(0.15); +mith7.addItemOutput(*10); +mith7.setChance(0.1); +mith7.addItemOutput(*5); +mith7.setChance(0.1); +mith7.addItemOutput(*3); +mith7.setChance(0.01); +mith7.addItemOutput(); +mith7.setChance(0.5); +mith7.addItemOutput(); +mith7.setChance(0.1); +mith7.addItemOutput(); +mith7.setChance(0.1); +mith7.addItemOutput(*3); +mith7.setChance(0.05); +mith7.addItemOutput(); +mith7.build(); + +val mythassprecasia = RecipeBuilder.newBuilder("mythassprecasia","me_mythic_assembler",100); +mythassprecasia.addEnergyPerTickInput(300000); +mythassprecasia.addFluidInput(*1000); +mythassprecasia.addFluidInput(*1000); +mythassprecasia.addItemInput(); +mythassprecasia.addItemOutput(*64); +// mythassprecasia.addItemOutput(); +// mythassprecasia.addItemOutput(); +// mythassprecasia.addItemOutput(*3); +mythassprecasia.build(); + + +mods.nuclearcraft.chemical_reactor.addRecipe([*500, *500, *400, *100]); + +val mith8 = RecipeBuilder.newBuilder("mythicaltier8","mythical_resource_miner_tier8",800); +mith8.addEnergyPerTickInput(85000); +mith8.addFluidInput(*50); +mith8.addFluidInput(*50); +mith8.addItemOutput(*30); +mith8.setChance(0.13); +mith8.addItemOutput(*30); +mith8.setChance(0.15); +mith8.addItemOutput(*10); +mith8.setChance(0.1); +mith8.addItemOutput(*10); +mith8.setChance(0.05); +mith8.addItemOutput(*10); +mith8.setChance(0.05); +mith8.addItemOutput(*10); +mith8.setChance(0.02); +mith8.addItemOutput(*10); +mith8.setChance(0.05); +mith8.addItemOutput(*5); +mith8.setChance(0.1); +mith8.addItemOutput(*5); +mith8.setChance(0.01); +mith8.addItemOutput(*30); +mith8.setChance(0.15); +mith8.addItemOutput(); +mith8.setChance(0.5); +mith8.addItemOutput(); +mith8.setChance(0.1); +mith8.addItemOutput(*64); +mith8.setChance(0.1); +mith8.addItemOutput(*4); +mith8.setChance(0.1); +mith8.addItemOutput(); +mith8.build(); + +val mythasslelyetia = RecipeBuilder.newBuilder("mythasslelyetia","me_mythic_assembler",800); +mythasslelyetia.addEnergyPerTickInput(300000); +mythasslelyetia.addFluidInput(*1000); +mythasslelyetia.addFluidInput(*1000); +mythasslelyetia.addItemInput(); +mythasslelyetia.addItemOutput(*64); +// mythasslelyetia.addItemOutput(); +// mythasslelyetia.addItemOutput(*64); +// mythasslelyetia.addItemOutput(*4); +mythasslelyetia.build(); + +mods.immersiveengineering.Mixer.addRecipe(*200, *50, [], 2048); + +val mith9 = RecipeBuilder.newBuilder("mythicaltier9","mythical_resource_miner_tier9",800); +mith9.addEnergyPerTickInput(85000); +mith9.addFluidInput(*50); +mith9.addFluidInput(*50); +mith9.addItemOutput(*10); +mith9.setChance(0.05); +mith9.addItemOutput(*10); +mith9.setChance(0.1); +mith9.addItemOutput(*30); +mith9.setChance(0.15); +mith9.addItemOutput(*30); +mith9.setChance(0.15); +mith9.addItemOutput(*10); +mith9.setChance(0.03); +mith9.addItemOutput(*10); +mith9.setChance(0.03); +mith9.addItemOutput(*30); +mith9.setChance(0.1); +mith9.addItemOutput(*10); +mith9.setChance(0.1); +mith9.addItemOutput(*2); +mith9.setChance(0.01); +mith9.addItemOutput(); +mith9.setChance(0.1); +mith9.addItemOutput(); +mith9.setChance(0.5); +mith9.addItemOutput(); +mith9.setChance(0.1); +mith9.addItemOutput(); +mith9.setChance(0.1); +mith9.addItemOutput(); +mith9.build(); + +val mythassbarathos = RecipeBuilder.newBuilder("mythassbarathos","me_mythic_assembler",800); +mythassbarathos.addEnergyPerTickInput(300000); +mythassbarathos.addFluidInput(*1000); +mythassbarathos.addFluidInput(*1000); +mythassbarathos.addItemInput(); +mythassbarathos.addItemOutput(*64); +//mythassbarathos.addItemOutput(); +//mythassbarathos.addItemOutput(); +//mythassbarathos.addItemOutput(*48); +mythassbarathos.build(); + +mods.thermalexpansion.Refinery.addRecipe( * 200, % 60, * 50, 50); + +val mith10 = RecipeBuilder.newBuilder("mythicaltier10","mythical_resource_miner_tier10",800); +mith10.addEnergyPerTickInput(85000); +mith10.addFluidInput(*50); +mith10.addFluidInput(*50); +mith10.addItemOutput(*30); +mith10.setChance(0.15); +mith10.addItemOutput(*10); +mith10.setChance(0.1); +mith10.addItemOutput(*30); +mith10.setChance(0.15); +mith10.addItemOutput(*10); +mith10.setChance(0.03); +mith10.addItemOutput(*10); +mith10.setChance(0.03); +mith10.addItemOutput(*10); +mith10.setChance(0.03); +mith10.addItemOutput(*3); +mith10.setChance(0.1); +mith10.addItemOutput(*10); +mith10.setChance(0.01); +mith10.addItemOutput(); +mith10.setChance(0.1); +mith10.addItemOutput(); +mith10.setChance(0.5); +mith10.addItemOutput(); +mith10.setChance(0.1); +mith10.addItemOutput(*15); +mith10.setChance(0.1); +mith10.addItemOutput(); +mith10.setChance(0.05); +mith10.addItemOutput(); +mith10.build(); + +val mythasscreeponia = RecipeBuilder.newBuilder("mythasscreeponia","me_mythic_assembler",800); +mythasscreeponia.addEnergyPerTickInput(300000); +mythasscreeponia.addFluidInput(*1000); +mythasscreeponia.addFluidInput(*1000); +mythasscreeponia.addItemInput(); +mythasscreeponia.addItemOutput(*64); +//mythassbarathos.addItemOutput(); +//mythassbarathos.addItemOutput(*48); +mythasscreeponia.build(); + +mods.nuclearcraft.chemical_reactor.addRecipe([*500, *500, *400, *200]); + +val mith11 = RecipeBuilder.newBuilder("mythicaltier11","mythical_resource_miner_tier11",800); +mith11.addEnergyPerTickInput(85000); +mith11.addFluidInput(*50); +mith11.addFluidInput(*50); +mith11.addItemOutput(*30); +mith11.setChance(0.15); +mith11.addItemOutput(*10); +mith11.setChance(0.1); +mith11.addItemOutput(); +mith11.setChance(0.1); +mith11.addItemOutput(*10); +mith11.setChance(0.03); +mith11.addItemOutput(*10); +mith11.setChance(0.1); +mith11.addItemOutput(*10); +mith11.setChance(0.02); +mith11.addItemOutput(); +mith11.setChance(0.5); +mith11.addItemOutput(*2); +mith11.setChance(0.1); +mith11.addItemOutput(); +mith11.setChance(0.1); +mith11.addItemOutput(); +mith11.setChance(0.1); +mith11.addItemOutput(); +mith11.build(); + +val mythassdeeplands = RecipeBuilder.newBuilder("mythassdeeplands","me_mythic_assembler",800); +mythassdeeplands.addEnergyPerTickInput(300000); +mythassdeeplands.addFluidInput(*1000); +mythassdeeplands.addFluidInput(*1000); +mythassdeeplands.addItemInput(); +mythassdeeplands.addItemOutput(*64); +mythassdeeplands.build(); + +mods.thermalexpansion.Imbuer.addRecipe(*2000, , *2000, 5200); + +val mith12 = RecipeBuilder.newBuilder("mythicaltier12","mythical_resource_miner_tier12",800); +mith12.addEnergyPerTickInput(85000); +mith12.addFluidInput(*50); +mith12.addFluidInput(*50); +mith12.addItemOutput(*30); +mith12.setChance(0.15); +mith12.addItemOutput(*10); +mith12.setChance(0.1); +mith12.addItemOutput(*10); +mith12.setChance(0.02); +mith12.addItemOutput(*30); +mith12.setChance(0.13); +mith12.addItemOutput(*10); +mith12.setChance(0.05); +mith12.addItemOutput(*10); +mith12.setChance(0.1); +mith12.addItemOutput(*10); +mith12.setChance(0.02); +mith12.addItemOutput(); +mith12.setChance(0.1); +mith12.addItemOutput(); +mith12.setChance(0.5); +mith12.addItemOutput(); +mith12.setChance(0.1); +mith12.addItemOutput(); +mith12.setChance(0.1); +mith12.addItemOutput(*100); +mith12.setChance(0.01); +mith12.addItemOutput(); +mith12.build(); + +val mythassabyss = RecipeBuilder.newBuilder("mythassabyss","me_mythic_assembler",800); +mythassabyss.addEnergyPerTickInput(300000); +mythassabyss.addFluidInput(*1000); +mythassabyss.addFluidInput(*1000); +mythassabyss.addItemInput(); +mythassabyss.addItemOutput(*64); +mythassabyss.build(); + +mods.tconstruct.Alloy.addRecipe(*144, [*144,*576,*144]); + +mods.tconstruct.Alloy.addRecipe(*1152, [*144,*576,*144,*144]); + +val jewelruniumgrav = RecipeBuilder.newBuilder("jewelruniumgrav","gravitite_enchanter",80); +jewelruniumgrav.addFluidInput(*500); +jewelruniumgrav.addItemInput(); +jewelruniumgrav.addItemInput(); +jewelruniumgrav.addItemInput(); +jewelruniumgrav.addItemInput(); +jewelruniumgrav.addItemInput(); +jewelruniumgrav.addItemOutput(); +jewelruniumgrav.build(); + +val jewelruniumgrav1 = RecipeBuilder.newBuilder("jewelruniumgrav1","gravitite_enchanter",80); +jewelruniumgrav1.addFluidInput(*500); +jewelruniumgrav1.addItemInput(); +jewelruniumgrav1.addItemInput(); +jewelruniumgrav1.addItemInput(); +jewelruniumgrav1.addItemInput(); +jewelruniumgrav1.addItemInput(); +jewelruniumgrav1.addItemInput(); +jewelruniumgrav1.addItemOutput(*8); +jewelruniumgrav1.build(); + +mods.botania.ManaInfusion.addInfusion(, , 1000); + +mods.botania.ManaInfusion.addInfusion(, , 1000); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +val spatcruc1 = RecipeBuilder.newBuilder("spatialcruc1","spatial_crucible",200); +spatcruc1.addEnergyPerTickInput(100000); +spatcruc1.addItemInput(); +spatcruc1.addItemInput(*8); +spatcruc1.addFluidInput(*100); +spatcruc1.addFluidOutput(*16000); +spatcruc1.build(); + +mods.thermalexpansion.Crucible.addRecipe(*100, , 500); + +mods.thermalexpansion.Crucible.addRecipe(*100, , 500); + +mods.thermalexpansion.Crucible.addRecipe(*100, , 500); + +val astralwatermix = RecipeBuilder.newBuilder("astralwatermix","iron_centrifuge",200); +astralwatermix.addEnergyPerTickInput(10000); +astralwatermix.addFluidInput(*100); +astralwatermix.addFluidInput(*100); +astralwatermix.addFluidInput(*100); +astralwatermix.addFluidOutput(*1000); +astralwatermix.build(); + +mods.immersiveengineering.Mixer.addRecipe(*200, *720, [*2, *2], 128); + +mods.immersiveengineering.Mixer.addRecipe(*200, *50, [*2], 128); + +val voidextra = RecipeBuilder.newBuilder("voidextra","carminite_empowerer",1200); +voidextra.addEnergyPerTickInput(5000); +voidextra.addAspectInput("vitium",10); +voidextra.addItemInput(); +voidextra.addItemOutput(); +voidextra.build(); + +mods.thermalexpansion.Crucible.addRecipe(*500, , 666); + +val fleecefluid = RecipeBuilder.newBuilder("fleecefluid","mythical_resource_crucible",80); +fleecefluid.addEnergyPerTickInput(15000); +fleecefluid.addItemInput(); +fleecefluid.addFluidOutput(*200); +fleecefluid.build(); + +mods.immersiveengineering.Mixer.addRecipe(*1000, *1000, [,], 128); + +mods.immersiveengineering.Mixer.addRecipe(*500, *300, [,], 128); + +val milkestchocolate = RecipeBuilder.newBuilder("milkestchocolate","iron_centrifuge",200); +milkestchocolate.addEnergyPerTickInput(10000); +milkestchocolate.addFluidInput(*100); +milkestchocolate.addFluidInput(*5000); +milkestchocolate.addFluidOutput(*200); +milkestchocolate.build(); + +val mith13 = RecipeBuilder.newBuilder("mythicaltier13","mythical_resource_miner_tier13",800); +mith13.addEnergyPerTickInput(85000); +mith13.addFluidInput(*50); +mith13.addFluidInput(*50); +mith13.addItemOutput(*30); +mith13.setChance(0.15); +mith13.addItemOutput(*10); +mith13.setChance(0.1); +mith13.addItemOutput(*10); +mith13.setChance(0.02); +mith13.addItemOutput(*10); +mith13.setChance(0.02); +mith13.addItemOutput(*10); +mith13.setChance(0.03); +mith13.addItemOutput(*30); +mith13.setChance(0.15); +mith13.addItemOutput(*30); +mith13.setChance(0.15); +mith13.addItemOutput(*10); +mith13.setChance(0.05); +mith13.addItemOutput(*30); +mith13.setChance(0.15); +mith13.addItemOutput(*30); +mith13.setChance(0.15); +mith13.addItemOutput(*30); +mith13.setChance(0.15); +mith13.addItemOutput(); +mith13.setChance(0.5); +mith13.addItemOutput(); +mith13.build(); + +val mythasscandyland = RecipeBuilder.newBuilder("mythasscandyland","me_mythic_assembler",800); +mythasscandyland.addEnergyPerTickInput(500000); +mythasscandyland.addFluidInput(*1000); +mythasscandyland.addFluidInput(*1000); +mythasscandyland.addItemInput(); +mythasscandyland.addItemOutput(*64); +mythasscandyland.build(); + +val mith14 = RecipeBuilder.newBuilder("mythicaltier14","mythical_resource_miner_tier14",800); +mith14.addEnergyPerTickInput(85000); +mith14.addFluidInput(*50); +mith14.addFluidInput(*50); +mith14.addItemOutput(*30); +mith14.setChance(0.05); +mith14.addItemOutput(*10); +mith14.setChance(0.1); +mith14.addItemOutput(*30); +mith14.setChance(0.1); +mith14.addItemOutput(*10); +mith14.setChance(0.08); +mith14.addItemOutput(*30); +mith14.setChance(0.15); +mith14.addItemOutput(*10); +mith14.setChance(0.05); +mith14.addItemOutput(*10); +mith14.setChance(0.1); +mith14.addItemOutput(); +mith14.setChance(0.5); +mith14.addItemOutput(); +mith14.setChance(0.1); +mith14.addItemOutput(); +mith14.build(); + +val mythassceleve = RecipeBuilder.newBuilder("mythassceleve","me_mythic_assembler",800); +mythassceleve.addEnergyPerTickInput(500000); +mythassceleve.addFluidInput(*1000); +mythassceleve.addFluidInput(*1000); +mythassceleve.addItemInput(); +mythassceleve.addItemOutput(*64); +mythassceleve.build(); + +val mith15 = RecipeBuilder.newBuilder("mythicaltier15","mythical_resource_miner_tier15",800); +mith15.addEnergyPerTickInput(85000); +mith15.addFluidInput(*50); +mith15.addFluidInput(*50); +mith15.addItemOutput(*30); +mith15.setChance(0.15); +mith15.addItemOutput(*30); +mith15.setChance(0.15); +mith15.addItemOutput(*30); +mith15.setChance(0.15); +mith15.addItemOutput(*30); +mith15.setChance(0.15); +mith15.addItemOutput(*30); +mith15.setChance(0.15); +mith15.addItemOutput(*10); +mith15.setChance(0.1); +mith15.addItemOutput(*10); +mith15.setChance(0.08); +mith15.addItemOutput(*10); +mith15.setChance(0.02); +mith15.addItemOutput(*10); +mith15.setChance(0.02); +mith15.addItemOutput(*10); +mith15.setChance(0.05); +mith15.addItemOutput(); +mith15.setChance(0.5); +mith15.addItemOutput(); +mith15.build(); + +val mythassgardencia = RecipeBuilder.newBuilder("mythassgardencia","me_mythic_assembler",800); +mythassgardencia.addEnergyPerTickInput(500000); +mythassgardencia.addFluidInput(*1000); +mythassgardencia.addFluidInput(*1000); +mythassgardencia.addItemInput(); +mythassgardencia.addItemOutput(*64); +mythassgardencia.build(); + +val mith16 = RecipeBuilder.newBuilder("mythicaltier16","mythical_resource_miner_tier16",800); +mith16.addEnergyPerTickInput(85000); +mith16.addFluidInput(*50); +mith16.addFluidInput(*50); +mith16.addItemOutput(*10); +mith16.setChance(0.1); +mith16.addItemOutput(*30); +mith16.setChance(0.15); +mith16.addItemOutput(*30); +mith16.setChance(0.15); +mith16.addItemOutput(*30); +mith16.setChance(0.15); +mith16.addItemOutput(*30); +mith16.setChance(0.15); +mith16.addItemOutput(*30); +mith16.setChance(0.15); +mith16.addItemOutput(*30); +mith16.setChance(0.15); +mith16.addItemOutput(*10); +mith16.setChance(0.05); +mith16.addItemOutput(*3); +mith16.setChance(0.05); +mith16.addItemOutput(); +mith16.setChance(0.5); +mith16.addItemOutput(); +mith16.build(); + +val mythasscrystevia = RecipeBuilder.newBuilder("mythasscrystevia","me_mythic_assembler",800); +mythasscrystevia.addEnergyPerTickInput(500000); +mythasscrystevia.addFluidInput(*1000); +mythasscrystevia.addFluidInput(*1000); +mythasscrystevia.addItemInput(); +mythasscrystevia.addItemOutput(*64); +mythasscrystevia.build(); + +val mith17 = RecipeBuilder.newBuilder("mythicaltier17","mythical_resource_miner_tier17",800); +mith17.addEnergyPerTickInput(85000); +mith17.addFluidInput(*50); +mith17.addFluidInput(*50); +mith17.addItemOutput(*10); +mith17.setChance(0.1); +mith17.addItemOutput(*30); +mith17.setChance(0.15); +mith17.addItemOutput(*30); +mith17.setChance(0.15); +mith17.addItemOutput(*10); +mith17.setChance(0.08); +mith17.addItemOutput(*10); +mith17.setChance(0.05); +mith17.addItemOutput(*10); +mith17.setChance(0.02); +mith17.addItemOutput(*10); +mith17.setChance(0.02); +mith17.addItemOutput(*10); +mith17.setChance(0.02); +mith17.addItemOutput(*10); +mith17.setChance(0.02); +mith17.addItemOutput(*10); +mith17.setChance(0.02); +mith17.addItemOutput(); +mith17.setChance(0.5); +mith17.addItemOutput(); +mith17.build(); + +val mythasshaven = RecipeBuilder.newBuilder("mythasshaven","me_mythic_assembler",800); +mythasshaven.addEnergyPerTickInput(500000); +mythasshaven.addFluidInput(*1000); +mythasshaven.addFluidInput(*1000); +mythasshaven.addItemInput(); +mythasshaven.addItemOutput(*64); +mythasshaven.build(); + +mods.nuclearcraft.dissolver.addRecipe([, *144, *100]); + +val mith18 = RecipeBuilder.newBuilder("mythicaltier18","mythical_resource_miner_tier18",800); +mith18.addEnergyPerTickInput(85000); +mith18.addFluidInput(*50); +mith18.addFluidInput(*50); +mith18.addItemOutput(*10); +mith18.setChance(0.1); +mith18.addItemOutput(*30); +mith18.setChance(0.15); +mith18.addItemOutput(*30); +mith18.setChance(0.15); +mith18.addItemOutput(*30); +mith18.setChance(0.15); +mith18.addItemOutput(*30); +mith18.setChance(0.15); +mith18.addItemOutput(*10); +mith18.setChance(0.08); +mith18.addItemOutput(*10); +mith18.setChance(0.02); +mith18.addItemOutput(*10); +mith18.setChance(0.02); +mith18.addItemOutput(); +mith18.setChance(0.5); +mith18.addItemOutput(*10); +mith18.setChance(0.2); +mith18.addItemOutput(); +mith18.build(); + +val mythassiromine = RecipeBuilder.newBuilder("mythassiromine","me_mythic_assembler",800); +mythassiromine.addEnergyPerTickInput(500000); +mythassiromine.addFluidInput(*1000); +mythassiromine.addFluidInput(*1000); +mythassiromine.addItemInput(); +mythassiromine.addItemOutput(*64); +mythassiromine.build(); + +val mith19 = RecipeBuilder.newBuilder("mythicaltier19","mythical_resource_miner_tier19",800); +mith19.addEnergyPerTickInput(85000); +mith19.addFluidInput(*50); +mith19.addFluidInput(*50); +mith19.addItemOutput(*10); +mith19.setChance(0.1); +mith19.addItemOutput(*30); +mith19.setChance(0.15); +mith19.addItemOutput(*30); +mith19.setChance(0.05); +mith19.addItemOutput(*10); +mith19.setChance(0.08); +mith19.addItemOutput(*10); +mith19.setChance(0.02); +mith19.addItemOutput(*10); +mith19.setChance(0.02); +mith19.addItemOutput(*10); +mith19.setChance(0.02); +mith19.addItemOutput(); +mith19.setChance(0.5); +mith19.addItemOutput(); +mith19.build(); + +val mythassmysterium = RecipeBuilder.newBuilder("mythassmysterium","me_mythic_assembler",800); +mythassmysterium.addEnergyPerTickInput(500000); +mythassmysterium.addFluidInput(*1000); +mythassmysterium.addFluidInput(*1000); +mythassmysterium.addItemInput(); +mythassmysterium.addItemOutput(*64); +mythassmysterium.build(); + +val mith20 = RecipeBuilder.newBuilder("mythicaltier20","mythical_resource_miner_tier20",800); +mith20.addEnergyPerTickInput(85000); +mith20.addFluidInput(*50); +mith20.addFluidInput(*50); +mith20.addItemOutput(*10); +mith20.setChance(0.1); +mith20.addItemOutput(*30); +mith20.setChance(0.15); +mith20.addItemOutput(*30); +mith20.setChance(0.05); +mith20.addItemOutput(*10); +mith20.setChance(0.08); +mith20.addItemOutput(*10); +mith20.setChance(0.02); +mith20.addItemOutput(*10); +mith20.setChance(0.02); +mith20.addItemOutput(*10); +mith20.setChance(0.07); +mith20.addItemOutput(); +mith20.setChance(0.5); +mith20.addItemOutput(); +mith20.build(); + +val mythassvoxponds = RecipeBuilder.newBuilder("mythassvoxponds","me_mythic_assembler",800); +mythassvoxponds.addEnergyPerTickInput(500000); +mythassvoxponds.addFluidInput(*1000); +mythassvoxponds.addFluidInput(*1000); +mythassvoxponds.addItemInput(); +mythassvoxponds.addItemOutput(*64); +mythassvoxponds.build(); + +mods.nuclearcraft.salt_fission.addRecipe([*144, *144, 800.0, 200.0, 3.0]); + +mods.techreborn.rollingMachine.addShaped(, +[[,null,], +[null,,null], +[,null,]]); + +mods.techreborn.rollingMachine.addShaped(, +[[,,], +[,,], +[,,]]); + +mods.techreborn.fusionReactor.addRecipe(, , , 100, -100, 120); + +val rainbowgemelectro = RecipeBuilder.newBuilder("rainbowgemelectro","wizardry_combiner",400); +rainbowgemelectro.addEnergyPerTickInput(15000); +rainbowgemelectro.addItemInput(); +rainbowgemelectro.addItemInput(); +rainbowgemelectro.addItemInput(); +rainbowgemelectro.addItemInput(); +rainbowgemelectro.addItemInput(); +rainbowgemelectro.addItemInput(); +rainbowgemelectro.addItemOutput(); +rainbowgemelectro.build(); + +mods.techreborn.fusionReactor.addRecipe(, , , 10000, -100, 60); + +mods.techreborn.fusionReactor.addRecipe(, , *5, 10000, -100, 60); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +val rainbowlensgrav = RecipeBuilder.newBuilder("rainbowlensgrav","gravitite_enchanter",300); +rainbowlensgrav.addFluidInput(*1000); +rainbowlensgrav.addItemInput(*4); +rainbowlensgrav.addItemInput(); +rainbowlensgrav.addItemInput(); +rainbowlensgrav.addItemOutput(); +rainbowlensgrav.build(); + +val mythicmachineautoinf = RecipeBuilder.newBuilder("mythicmachineautoinf","auto_astral_altar",1200); +mythicmachineautoinf.addEnergyPerTickInput(1000); +mythicmachineautoinf.addItemInput(); +mythicmachineautoinf.addItemInput(*4); +mythicmachineautoinf.addItemInput(*4); +mythicmachineautoinf.addItemInput(*4); +mythicmachineautoinf.addItemInput(); +mythicmachineautoinf.addItemInput(); +mythicmachineautoinf.addItemInput(); +mythicmachineautoinf.addItemOutput(*2); +mythicmachineautoinf.build(); + +mods.thaumcraft.Crucible.registerRecipe("cruciblemyrmex", "", , , []); + +val myrmexbucketthaum = RecipeBuilder.newBuilder("myrmexbucketthaum","arcane_autoworkbench",120); +myrmexbucketthaum.addEnergyPerTickInput(100); +myrmexbucketthaum.addItemInput(); +myrmexbucketthaum.addItemInput(); +myrmexbucketthaum.addItemInput(); +myrmexbucketthaum.addItemOutput(.withTag({FluidName: "cursed_myrmitite", Amount: 1000})); +myrmexbucketthaum.build(); + +mods.nuclearcraft.infuser.addRecipe([, *250, ]); + +val mythicmachineautoinf1 = RecipeBuilder.newBuilder("mythicmachineautoinf1","auto_astral_altar",1200); +mythicmachineautoinf1.addEnergyPerTickInput(1000); +mythicmachineautoinf1.addItemInput(); +mythicmachineautoinf1.addItemInput(*4); +mythicmachineautoinf1.addItemInput(*4); +mythicmachineautoinf1.addItemInput(*4); +mythicmachineautoinf1.addItemInput(); +mythicmachineautoinf1.addItemInput(); +mythicmachineautoinf1.addItemInput(); +mythicmachineautoinf1.addItemInput(); +mythicmachineautoinf1.addItemInput(); +mythicmachineautoinf1.addItemOutput(*8); +mythicmachineautoinf1.build(); + +recipes.addShaped(, +[[,,], +[,,], +[,,]]); + +recipes.addShaped(*2, +[[,,], +[,,], +[,,]]); + + +val infusioncatalystench = RecipeBuilder.newBuilder("infusioncatalystench","illuminated_enchanter",300); +infusioncatalystench.addEnergyPerTickInput(15000); +infusioncatalystench.addFluidInput(*4000); +infusioncatalystench.addItemInput(*2); +infusioncatalystench.addItemInput(*8); +infusioncatalystench.addItemInput(*32); +infusioncatalystench.addItemOutput(); +infusioncatalystench.build(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , , , , , , , ], +[, , , , , , , , ], +[, , , , , , , , ], +[, , , , , , , , ], +[, , , , , , , , ], +[, , , , , , , , ], +[, , , , , , , , ], +[, , , , , , , , ], +[, , , , , , , , ]]); + +mods.nuclearcraft.dissolver.addRecipe([ + , + *12, + *12, + 0.2, 10.2, 0.5 +]); + +mods.nuclearcraft.chemical_reactor.addRecipe([*144, +*160, +*144, +null]); + +mods.tconstruct.Melting.addRecipe( * 144,); + +mods.tconstruct.Casting.addTableRecipe(, +, +, +144, +false, +100); + +val pixoniacarmin = RecipeBuilder.newBuilder("pixoniacarmin","carminite_empowerer",1200); +pixoniacarmin.addEnergyPerTickInput(5000); +pixoniacarmin.addAspectInput("coralos",10); +pixoniacarmin.addItemInput(); +pixoniacarmin.addItemOutput(); +pixoniacarmin.build(); + +val pixoniacarminbetter = RecipeBuilder.newBuilder("pixoniacarminbetter","carminite_empowerer",120); +pixoniacarminbetter.addEnergyPerTickInput(5000); +pixoniacarminbetter.addAspectInput("coralos",10); +pixoniacarminbetter.addItemInput(); +pixoniacarminbetter.addItemInput(,6); +pixoniacarminbetter.addItemOutput(*8); +pixoniacarminbetter.build(); + +val spatcruc2 = RecipeBuilder.newBuilder("spatialcruc2","spatial_crucible",200); +spatcruc2.addEnergyPerTickInput(120000); +spatcruc2.addItemInput(); +spatcruc2.addItemInput(*6); +spatcruc2.addFluidInput(*6); +spatcruc2.addFluidOutput(*6000); +spatcruc2.build(); + + + +mods.nuclearcraft.salt_fission.addRecipe([*72, *72, 800.0, 300.0, 3.0]); +mods.nuclearcraft.salt_fission.addRecipe([*50, *1000, 800.0, 300.0, 3.0]); + +mods.nuclearcraft.infuser.addRecipe([, *72, , 0.5, 0.5, 1.1]); + +recipes.addShapeless(, [.reuse(), , , ]); + +recipes.addShapeless(, [.reuse(), ]); + +val enchantedmyrmititeench = RecipeBuilder.newBuilder("enchantedmyrmititeench","gravitite_enchanter",100); +enchantedmyrmititeench.addFluidInput(*500); +enchantedmyrmititeench.addItemInput(); +enchantedmyrmititeench.addItemOutput(); +enchantedmyrmititeench.build(); + +mods.extendedcrafting.CombinationCrafting.addRecipe(*16, 100000, , [, , , , , ]); + +mods.extendedcrafting.CombinationCrafting.addRecipe(*16, 100000, , [, , , , ]); + + +val boreanartifactster = RecipeBuilder.newBuilder("boreanartifactster","sterilized_altar",1200); +boreanartifactster.addEnergyPerTickInput(12000); +boreanartifactster.addFluidInput(*20000); +boreanartifactster.addFluidInput(*20000); +boreanartifactster.addItemInput(); +boreanartifactster.addItemInput(); +boreanartifactster.addItemInput(); +boreanartifactster.addItemInput(); +boreanartifactster.addItemInput(); +boreanartifactster.addItemInput(); +boreanartifactster.addItemInput(); +boreanartifactster.addItemInput(); +boreanartifactster.addItemInput(*64); +boreanartifactster.addItemOutput(); +boreanartifactster.build(); + +val runadorartifactster = RecipeBuilder.newBuilder("runadorartifactster","sterilized_altar",1200); +runadorartifactster.addEnergyPerTickInput(12000); +runadorartifactster.addFluidInput(*20000); +runadorartifactster.addFluidInput(*20000); +runadorartifactster.addItemInput(); +runadorartifactster.addItemInput(); +runadorartifactster.addItemInput(); +runadorartifactster.addItemInput(); +runadorartifactster.addItemInput(); +runadorartifactster.addItemInput(); +runadorartifactster.addItemInput(); +runadorartifactster.addItemInput(); +runadorartifactster.addItemInput(*32); +runadorartifactster.addItemInput(*32); +runadorartifactster.addItemOutput(); +runadorartifactster.build(); + +val lunalusartifactster = RecipeBuilder.newBuilder("lunalusartifactster","sterilized_altar",1200); +lunalusartifactster.addEnergyPerTickInput(12000); +lunalusartifactster.addFluidInput(*20000); +lunalusartifactster.addFluidInput(*20000); +lunalusartifactster.addItemInput(); +lunalusartifactster.addItemInput(); +lunalusartifactster.addItemInput(); +lunalusartifactster.addItemInput(); +lunalusartifactster.addItemInput(); +lunalusartifactster.addItemInput(); +lunalusartifactster.addItemInput(); +lunalusartifactster.addItemInput(); +lunalusartifactster.addItemInput(*32); +lunalusartifactster.addItemInput(*32); +lunalusartifactster.addItemOutput(); +lunalusartifactster.build(); + +mods.extendedcrafting.EnderCrafting.addShaped(, +[[, , ], +[, , ], +[, , ]], 1); + +mods.actuallyadditions.Empowerer.addRecipe(, , , , , , 3000, 200); + +mods.techreborn.assemblingMachine.addRecipe(, *2, , 60, 512); + +val hotvibraniumcrucible = RecipeBuilder.newBuilder("hotvibraniumcrucible","dragonfire_crucible",300); +hotvibraniumcrucible.addFluidInput(*600); +hotvibraniumcrucible.addItemInput(); +hotvibraniumcrucible.addItemInput(); +hotvibraniumcrucible.addItemInput(*4); +hotvibraniumcrucible.addItemInput(); +hotvibraniumcrucible.addItemInput(); +hotvibraniumcrucible.addItemOutput(*6); +hotvibraniumcrucible.build(); + +val hotvibraniumcrucible1 = RecipeBuilder.newBuilder("hotvibraniumcrucible1","dragonfire_crucible",300); +hotvibraniumcrucible1.addFluidInput(*600); +hotvibraniumcrucible1.addItemInput(); +hotvibraniumcrucible1.addItemInput(*3); +hotvibraniumcrucible1.addItemInput(); +hotvibraniumcrucible1.addItemInput(); +hotvibraniumcrucible1.addItemOutput(*12); +hotvibraniumcrucible1.build(); + +mods.techreborn.vacuumFreezer.addRecipe(, , 80, 256); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , , , ], +[null, .withTag({Material: "fierymetal"}), null, null, .withTag({Material: "enderium_plustic"})], +[, , , , ], +[.withTag({Material: "enderium_plustic"}), null, null, .withTag({Material: "fierymetal"}), null], +[, , , , ]]); + +mods.techreborn.assemblingMachine.addRecipe(, , , 60, 512); + + +val mith21 = RecipeBuilder.newBuilder("mythicaltier21","mythical_resource_miner_tier21",800); +mith21.addEnergyPerTickInput(100000); +mith21.addFluidInput(*50); +mith21.addFluidInput(*12); +mith21.addItemOutput(*10); +mith21.setChance(0.1); +mith21.addItemOutput(*30); +mith21.setChance(0.05); +mith21.addItemOutput(*30); +mith21.setChance(0.15); +mith21.addItemOutput(*10); +mith21.setChance(0.1); +mith21.addItemOutput(*10); +mith21.setChance(0.03); +mith21.addItemOutput(*10); +mith21.setChance(0.03); +mith21.addItemOutput(*10); +mith21.setChance(0.1); +mith21.addItemOutput(); +mith21.setChance(0.1); +mith21.addItemOutput(*30); +mith21.setChance(0.15); +mith21.addItemOutput(*30); +mith21.setChance(0.15); +mith21.addItemOutput(*30); +mith21.setChance(0.15); +mith21.addItemOutput(*30); +mith21.setChance(0.15); +mith21.addItemOutput(*30); +mith21.setChance(0.15); +mith21.addItemOutput(*30); +mith21.setChance(0.15); +mith21.addItemOutput(); +mith21.setChance(0.5); +mith21.addItemOutput(); +mith21.build(); + +val mythassborean = RecipeBuilder.newBuilder("mythassborean","me_mythic_assembler",800); +mythassborean.addEnergyPerTickInput(800000); +mythassborean.addFluidInput(*1000); +mythassborean.addFluidInput(*1000); +mythassborean.addItemInput(); +mythassborean.addItemOutput(*64); +mythassborean.build(); + +val mith22 = RecipeBuilder.newBuilder("mythicaltier22","mythical_resource_miner_tier22",800); +mith22.addEnergyPerTickInput(100000); +mith22.addFluidInput(*50); +mith22.addFluidInput(*12); +mith22.addItemOutput(*10); +mith22.setChance(0.1); +mith22.addItemOutput(*30); +mith22.setChance(0.15); +mith22.addItemOutput(*10); +mith22.setChance(0.05); +mith22.addItemOutput(*10); +mith22.setChance(0.08); +mith22.addItemOutput(*10); +mith22.setChance(0.08); +mith22.addItemOutput(*10); +mith22.setChance(0.08); +mith22.addItemOutput(*10); +mith22.setChance(0.1); +mith22.addItemOutput(*10); +mith22.setChance(0.1); +mith22.addItemOutput(*10); +mith22.setChance(0.08); +mith22.addItemOutput(*10); +mith22.setChance(0.08); +mith22.addItemOutput(*10); +mith22.setChance(0.08); +mith22.addItemOutput(*10); +mith22.setChance(0.08); +mith22.addItemOutput(*10); +mith22.setChance(0.08); +mith22.addItemOutput(*10); +mith22.setChance(0.08); +mith22.addItemOutput(*10); +mith22.setChance(0.08); +mith22.addItemOutput(*10); +mith22.setChance(0.08); +mith22.addItemOutput(*10); +mith22.setChance(0.08); +mith22.addItemOutput(*10); +mith22.setChance(0.08); +mith22.addItemOutput(); +mith22.setChance(0.5); +mith22.addItemOutput(); +mith22.build(); + +val mythassrunandor = RecipeBuilder.newBuilder("mythassrunandor","me_mythic_assembler",800); +mythassrunandor.addEnergyPerTickInput(800000); +mythassrunandor.addFluidInput(*1000); +mythassrunandor.addFluidInput(*1000); +mythassrunandor.addItemInput(); +mythassrunandor.addItemOutput(*64); +mythassrunandor.build(); + +val mith23 = RecipeBuilder.newBuilder("mythicaltier23","mythical_resource_miner_tier23",800); +mith23.addEnergyPerTickInput(100000); +mith23.addFluidInput(*50); +mith23.addFluidInput(*12); +mith23.addItemOutput(*10); +mith23.setChance(0.1); +mith23.addItemOutput(*30); +mith23.setChance(0.15); +mith23.addItemOutput(*30); +mith23.setChance(0.15); +mith23.addItemOutput(*10); +mith23.setChance(0.15); +mith23.addItemOutput(*10); +mith23.setChance(0.08); +mith23.addItemOutput(*10); +mith23.setChance(0.08); +mith23.addItemOutput(*10); +mith23.setChance(0.1); +mith23.addItemOutput(*10); +mith23.setChance(0.1); +mith23.addItemOutput(*10); +mith23.setChance(0.15); +mith23.addItemOutput(*48); +mith23.setChance(0.1); +mith23.addItemOutput(); +mith23.setChance(0.5); +mith23.addItemOutput(); +mith23.build(); + +val mythasslunalus = RecipeBuilder.newBuilder("mythasslunalus","me_mythic_assembler",800); +mythasslunalus.addEnergyPerTickInput(800000); +mythasslunalus.addFluidInput(*1000); +mythasslunalus.addFluidInput(*1000); +mythasslunalus.addItemInput(); +mythasslunalus.addItemOutput(*64); +mythasslunalus.build(); + +mods.avaritia.ExtremeCrafting.addShaped("ancientcavernartifactdire", +, +[[null,null,null, +,,, +null,null,null], + +[null,,, +,,, +,,null], + +[null,,, +,,, +,,null], + +[,,, +,,, +,,], + +[,,, +,,, +,,], + +[,,, +,,, +,,], + +[null,,, +,,, +,,null], + +[null,,, +,,, +,,null], + +[null,null,null, +,,, +null,null,null]]); + +mods.avaritia.ExtremeCrafting.addShaped("dustopiaartifactdire", +, +[[null,null,null, +,,, +null,null,null], + +[null,,, +,,, +,,null], + +[null,,, +,,, +,,null], + +[,,, +,,, +,,], + +[,,, +,,, +,,], + +[,,, +,,, +,,], + +[null,,, +,,, +,,null], + +[null,,, +,,, +,,null], + +[null,null,null, +,,, +null,null,null]]); + +mods.avaritia.ExtremeCrafting.addShaped("greckonartifactdire", +, +[[null,null,null, +,,, +null,null,null], + +[null,,, +,,, +,,null], + +[null,,, +,,, +,,null], + +[,,, +,,, +,,], + +[,,, +,,, +,,], + +[,,, +,,, +,,], + +[null,,, +,,, +,,null], + +[null,,, +,,, +,,null], + +[null,null,null, +,,, +null,null,null]]); + +mods.avaritia.ExtremeCrafting.addShaped("immortallisartifactdire", +, +[[null,null,null, +,,, +null,null,null], + +[null,,, +,,, +,,null], + +[null,,, +,,, +,,null], + +[,,, +,,, +,,], + +[,,, +,,, +,,], + +[,,, +,,, +,,], + +[null,,, +,,, +,,null], + +[null,,, +,,, +,,null], + +[null,null,null, +,,, +null,null,null]]); + + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +mods.extendedcrafting.TableCrafting.addShaped(*4, +[[, , , , , , ], +[, , , , , , ], +[, , , , , , ], +[, , , , , , ], +[, , , , , , ], +[, , , , , , ], +[, , , , , , ]]); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[null, , , , , , null], +[null, , , , , , null], +[null, , , , , , null], +[null, , , , , , null], +[null, , , , , , null], +[null, , , , , , null], +[null, , , , , , null]]); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , , +, , , +, , ], + +[, , , +.withTag({Fluid: {FluidName: "fluidglyceryl", Amount: 1000}}), .withTag({Fluid: {FluidName: "fluidglyceryl", Amount: 1000}}), .withTag({Fluid: {FluidName: "fluidglyceryl", Amount: 1000}}), +, , ], + +[, , , +, , , +, , ], + +[, , .withTag({textureBlock: {id: "enderio:block_alloy_endergy", Count: 1 as byte, Damage: 4 as short}}), +, , , +.withTag({textureBlock: {id: "enderio:block_alloy_endergy", Count: 1 as byte, Damage: 4 as short}}), , ], + +[, , , +, , , +, , ], + +[, , .withTag({textureBlock: {id: "enderio:block_alloy_endergy", Count: 1 as byte, Damage: 4 as short}}), +, , , +.withTag({textureBlock: {id: "enderio:block_alloy_endergy", Count: 1 as byte, Damage: 4 as short}}), , ], + +[, , , +, , , +, , ], + +[, , , +.withTag({Fluid: {FluidName: "fluidglyceryl", Amount: 1000}}), .withTag({Fluid: {FluidName: "fluidglyceryl", Amount: 1000}}), .withTag({Fluid: {FluidName: "fluidglyceryl", Amount: 1000}}), +, , ], + +[, , , +, , , +, , ]]); + + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +mods.extendedcrafting.EnderCrafting.addShaped(, +[[, , ], +[, , ], +[, , ]], 15); + +mods.extendedcrafting.EnderCrafting.addShaped(*4, +[[null, , null], +[, , ], +[null, , null]], 15); + +mods.extendedcrafting.CombinationCrafting.addRecipe(, +2000000, +, +[, , , ]); + +recipes.addShaped(, +[[, , ], +[, .withTag({species: "rootBees", chromosome: 0, allele: "careerbees.rainbow"}), ], +[, , ]]); + +val spatcruc5 = RecipeBuilder.newBuilder("spatialcruc5","spatial_crucible",200); +spatcruc5.addEnergyPerTickInput(120000); +spatcruc5.addItemInput(); +spatcruc5.addItemInput(*6); +spatcruc5.addItemInput(); +spatcruc5.addItemInput(); +spatcruc5.addFluidOutput(*8000); +spatcruc5.build(); + +mods.techreborn.rollingMachine.addShaped(, +[[,,], +[,,], +[,,]]); + +mods.botania.ElvenTrade.addRecipe([], []); + +mods.extendedcrafting.CombinationCrafting.addRecipe(, +50000, +, +[, , +, , +, , +, , +, ]); + +mods.appliedenergistics2.Inscriber.addRecipe(, , false, ); + +val aoatokenOreDict = ; +aoatokenOreDict.add(); +aoatokenOreDict.add(); +aoatokenOreDict.add(); +aoatokenOreDict.add(); +aoatokenOreDict.add(); +aoatokenOreDict.add(); +aoatokenOreDict.add(); +aoatokenOreDict.add(); +aoatokenOreDict.add(); +aoatokenOreDict.add(); +aoatokenOreDict.add(); +aoatokenOreDict.add(); +aoatokenOreDict.add(); +aoatokenOreDict.add(); +aoatokenOreDict.add(); +aoatokenOreDict.add(); +aoatokenOreDict.add(); +aoatokenOreDict.add(); +aoatokenOreDict.add(); +aoatokenOreDict.add(); +aoatokenOreDict.add(); + +mods.extendedcrafting.CompressionCrafting.addRecipe(, +, 180, , 10000000); +mods.extendedcrafting.CompressionCrafting.addRecipe(, +, 180, , 10000000); +mods.extendedcrafting.CompressionCrafting.addRecipe(, +, 180, , 10000000); +mods.extendedcrafting.CompressionCrafting.addRecipe(, +, 180, , 10000000); +mods.extendedcrafting.CompressionCrafting.addRecipe(, +, 180, , 10000000); +mods.extendedcrafting.CompressionCrafting.addRecipe(, +, 180, , 10000000); +mods.extendedcrafting.CompressionCrafting.addRecipe(, +, 180, , 10000000); +mods.extendedcrafting.CompressionCrafting.addRecipe(, +, 180, , 10000000); +mods.extendedcrafting.CompressionCrafting.addRecipe(, +, 180, , 10000000); +mods.extendedcrafting.CompressionCrafting.addRecipe(, +, 180, , 10000000); +mods.extendedcrafting.CompressionCrafting.addRecipe(, +, 180, , 10000000); +mods.extendedcrafting.CompressionCrafting.addRecipe(, +, 180, , 10000000); +mods.extendedcrafting.CompressionCrafting.addRecipe(, +, 180, , 10000000); +mods.extendedcrafting.CompressionCrafting.addRecipe(, +, 180, , 10000000); +mods.extendedcrafting.CompressionCrafting.addRecipe(, +, 180, , 10000000); +mods.extendedcrafting.CompressionCrafting.addRecipe(, +, 180, , 10000000); +mods.extendedcrafting.CompressionCrafting.addRecipe(, +, 180, , 10000000); +mods.extendedcrafting.CompressionCrafting.addRecipe(, +, 180, , 10000000); +mods.extendedcrafting.CompressionCrafting.addRecipe(, +, 180, , 10000000); +mods.extendedcrafting.CompressionCrafting.addRecipe(, +, 180, , 10000000); + +mods.extendedcrafting.CompressionCrafting.addRecipe(, , 100, , 1000000000,10000); + +mods.extendedcrafting.CombinationCrafting.addRecipe(, +2000000, +, +[, , , ]); + + + + +mods.avaritia.ExtremeCrafting.addShaped("mortumlogdire", +, +[[,,, +,,, +,,], + +[,,, +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 eterabyssite = RecipeBuilder.newBuilder("eterabyssite","dragonfire_crucible",100); +eterabyssite.addFluidInput(*150); +eterabyssite.addItemInput(); +eterabyssite.addItemInput(); +eterabyssite.addItemInput(); +eterabyssite.addItemOutput(); +eterabyssite.build(); + +mods.nuclearcraft.melter.addRecipe([, *144]); + +mods.nuclearcraft.dissolver.addRecipe([, *72, *144]); +mods.nuclearcraft.dissolver.addRecipe([, *72, *144]); +mods.nuclearcraft.dissolver.addRecipe([, *72, *144]); +mods.nuclearcraft.dissolver.addRecipe([, *72, *144]); + + +val mith24 = RecipeBuilder.newBuilder("mythicaltier24","mythical_resource_miner_tier24",800); +mith24.addEnergyPerTickInput(200000); +mith24.addFluidInput(*50); +mith24.addFluidInput(*24); +mith24.addItemOutput(*10); +mith24.setChance(0.1); +mith24.addItemOutput(*10); +mith24.setChance(0.1); +mith24.addItemOutput(*10); +mith24.setChance(0.1); +mith24.addItemOutput(*10); +mith24.setChance(0.1); +mith24.addItemOutput(*10); +mith24.setChance(0.1); +mith24.addItemOutput(*10); +mith24.setChance(0.1); +mith24.addItemOutput(); +mith24.setChance(0.1); +mith24.addItemOutput(); +mith24.setChance(0.05); +mith24.addItemOutput(); +mith24.setChance(0.5); +mith24.addItemOutput(); +mith24.build(); + +val mythassancientcav = RecipeBuilder.newBuilder("mythassancientcav","me_mythic_assembler",800); +mythassancientcav.addEnergyPerTickInput(800000); +mythassancientcav.addFluidInput(*1000); +mythassancientcav.addFluidInput(*1000); +mythassancientcav.addItemInput(); +mythassancientcav.addItemOutput(*64); +mythassancientcav.build(); + +val mith25 = RecipeBuilder.newBuilder("mythicaltier25","mythical_resource_miner_tier25",800); +mith25.addEnergyPerTickInput(200000); +mith25.addFluidInput(*50); +mith25.addFluidInput(*24); +mith25.addItemOutput(*32); +mith25.setChance(0.1); +mith25.addItemOutput(*64); +mith25.setChance(0.1); +mith25.addItemOutput(*64); +mith25.setChance(0.5); +mith25.addItemOutput(); +mith25.setChance(0.1); +mith25.addItemOutput(); +mith25.setChance(0.05); +mith25.addItemOutput(); +mith25.setChance(0.5); +mith25.addItemOutput(*10); +mith25.setChance(0.05); +mith25.addItemOutput(); +mith25.build(); + +val mythassimmortallis = RecipeBuilder.newBuilder("mythassimmortallis","me_mythic_assembler",800); +mythassimmortallis.addEnergyPerTickInput(800000); +mythassimmortallis.addFluidInput(*1000); +mythassimmortallis.addFluidInput(*1000); +mythassimmortallis.addItemInput(); +mythassimmortallis.addItemOutput(*64); +mythassimmortallis.build(); + +val mith26 = RecipeBuilder.newBuilder("mythicaltier26","mythical_resource_miner_tier26",800); +mith26.addEnergyPerTickInput(200000); +mith26.addFluidInput(*50); +mith26.addFluidInput(*24); +mith26.addItemOutput(*10); +mith26.setChance(0.05); +mith26.addItemOutput(*10); +mith26.setChance(0.15); +mith26.addItemOutput(*10); +mith26.setChance(0.1); +mith26.addItemOutput(*10); +mith26.setChance(0.1); +mith26.addItemOutput(*64); +mith26.setChance(0.5); +mith26.addItemOutput(*16); +mith26.setChance(0.8); +mith26.addItemOutput(); +mith26.setChance(0.1); +mith26.addItemOutput(); +mith26.setChance(0.05); +mith26.addItemOutput(); +mith26.setChance(0.5); +mith26.addItemOutput(); +mith26.build(); + +val mythassgreckon = RecipeBuilder.newBuilder("mythassgreckon","me_mythic_assembler",800); +mythassgreckon.addEnergyPerTickInput(800000); +mythassgreckon.addFluidInput(*1000); +mythassgreckon.addFluidInput(*1000); +mythassgreckon.addItemInput(); +mythassgreckon.addItemOutput(*64); +mythassgreckon.build(); + +val mith27 = RecipeBuilder.newBuilder("mythicaltier27","mythical_resource_miner_tier27",800); +mith27.addEnergyPerTickInput(200000); +mith27.addFluidInput(*50); +mith27.addFluidInput(*24); +mith27.addItemOutput(*10); +mith27.setChance(0.05); +mith27.addItemOutput(*10); +mith27.setChance(0.5); +mith27.addItemOutput(*8); +mith27.setChance(0.7); +mith27.addItemOutput(*16); +mith27.setChance(0.8); +mith27.addItemOutput(*10); +mith27.setChance(0.1); +mith27.addItemOutput(); +mith27.setChance(0.05); +mith27.addItemOutput(); +mith27.setChance(0.5); +mith27.addItemOutput(); +mith27.build(); + +val mythassdustopia = RecipeBuilder.newBuilder("mythassdustopia","me_mythic_assembler",800); +mythassdustopia.addEnergyPerTickInput(800000); +mythassdustopia.addFluidInput(*1000); +mythassdustopia.addFluidInput(*1000); +mythassdustopia.addItemInput(); +mythassdustopia.addItemOutput(*64); +mythassdustopia.build(); + +mods.extendedcrafting.EnderCrafting.addShaped(*4, +[[, , ], +[, , ], +[, , ]], 2); + +val spatcruc6 = RecipeBuilder.newBuilder("spatialcruc6","spatial_crucible",200); +spatcruc6.addEnergyPerTickInput(120000); +spatcruc6.addItemInput(); +spatcruc6.addItemInput(*6); +spatcruc6.addItemInput(); +spatcruc6.addFluidOutput(*2000); +spatcruc6.build(); + +val mith28 = RecipeBuilder.newBuilder("mythicaltier28","mythical_resource_miner_tier28",800); +mith28.addEnergyPerTickInput(200000); +mith28.addFluidInput(*50); +mith28.addItemOutput(*5); +mith28.setChance(1.0); +mith28.addItemOutput(*5); +mith28.setChance(0.5); +mith28.addItemOutput(*5); +mith28.setChance(0.3); +mith28.addItemOutput(*5); +mith28.setChance(0.2); +mith28.addItemOutput(*5); +mith28.setChance(0.1); +mith28.addItemOutput(*5); +mith28.setChance(0.07); +mith28.addItemOutput(*5); +mith28.setChance(0.06); +mith28.addItemOutput(*5); +mith28.setChance(0.05); +mith28.addItemOutput(*5); +mith28.setChance(0.03); +mith28.addItemOutput(); +mith28.setChance(0.5); +mith28.addItemOutput(*10); +mith28.setChance(0.2); +mith28.addItemOutput(*10); +mith28.setChance(0.2); +mith28.addItemOutput(*32); +mith28.setChance(0.1); +mith28.addItemOutput(); +mith28.build(); + + +mods.extendedcrafting.TableCrafting.addShaped(, +[[null, null, , null, null], +[null, , , , null], +[, , , , ], +[null, , , , null], +[null, null, , null, null]]); + + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , , , ], +[, , , , ], +[, , , , ], +[, , , , ], +[, , , , ]]); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[null, null, null, null, ], +[null, null, null, , null], +[null, null, , null, null], +[null, , null, null, null], +[, null, null, null, null]]); + +mods.abyssalcraft.InfusionRitual.addRitual("VetheaWhiteInfusion", +4, 0, +100000, +true, +, +, +[,,,, +,,,]); +game.setLocalization("ac.ritual.VetheaWhiteInfusion", "Vethea White Hole Infusion"); +game.setLocalization("ac.ritual.VetheaWhiteInfusion.desc", "Bring a white hole into existance through eldritch infusion!"); + +val edendragonref = RecipeBuilder.newBuilder("edendragonref","dragonfire_crucible",300); +edendragonref.addFluidInput(*1000); +edendragonref.addItemInput(); +edendragonref.addItemInput(); +edendragonref.addItemInput(); +edendragonref.addItemInput(); +edendragonref.addItemInput(); +edendragonref.addItemInput(); +edendragonref.addItemInput(); +edendragonref.addItemOutput(); +edendragonref.build(); + +val wildwooddragonref = RecipeBuilder.newBuilder("wildwooddragonref","dragonfire_crucible",300); +wildwooddragonref.addFluidInput(*1000); +wildwooddragonref.addItemInput(); +wildwooddragonref.addItemInput(); +wildwooddragonref.addItemInput(); +wildwooddragonref.addItemInput(); +wildwooddragonref.addItemInput(); +wildwooddragonref.addItemInput(); +wildwooddragonref.addItemInput(); +wildwooddragonref.addItemInput(); +wildwooddragonref.addItemInput(); +wildwooddragonref.addItemOutput(); +wildwooddragonref.build(); + +val apalachiadragonref = RecipeBuilder.newBuilder("apalachiadragonref","dragonfire_crucible",300); +apalachiadragonref.addFluidInput(*1000); +apalachiadragonref.addItemInput(); +apalachiadragonref.addItemInput(); +apalachiadragonref.addItemInput(); +apalachiadragonref.addItemInput(); +apalachiadragonref.addItemOutput(); +apalachiadragonref.build(); + +val skytherndragonref = RecipeBuilder.newBuilder("skytherndragonref","dragonfire_crucible",300); +skytherndragonref.addFluidInput(*1000); +skytherndragonref.addItemInput(); +skytherndragonref.addItemInput(); +skytherndragonref.addItemInput(); +skytherndragonref.addItemInput(); +skytherndragonref.addItemInput(); +skytherndragonref.addItemOutput(); +skytherndragonref.build(); + +mods.techreborn.implosionCompressor.addRecipe(, *12, , *32, 40, 512); + + +mods.extendedcrafting.TableCrafting.addShaped(*4, +[[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ]]); + + + +mods.extendedcrafting.TableCrafting.addShaped(*2, +[[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ]]); + + + + + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ]]); + + +mods.extendedcrafting.TableCrafting.remove(); + + + +val lowtiersingularity = ; +lowtiersingularity.add(); +lowtiersingularity.add(); +lowtiersingularity.add(); +lowtiersingularity.add(); +lowtiersingularity.add(); +lowtiersingularity.add(); +lowtiersingularity.add(); +lowtiersingularity.add(); +lowtiersingularity.add(); +lowtiersingularity.add(); +lowtiersingularity.add(); +lowtiersingularity.add(); +lowtiersingularity.add(); +lowtiersingularity.add(); +lowtiersingularity.add(); +lowtiersingularity.add(); +lowtiersingularity.add(); +lowtiersingularity.add(); +lowtiersingularity.add(); +lowtiersingularity.add(); + +val mediumtiersingularity = ; +mediumtiersingularity.add(); +mediumtiersingularity.add(); +mediumtiersingularity.add(); +mediumtiersingularity.add(); +mediumtiersingularity.add(); +mediumtiersingularity.add(); +mediumtiersingularity.add(); +mediumtiersingularity.add(); +mediumtiersingularity.add(); + +val hightiersingularity = ; +hightiersingularity.add(); +hightiersingularity.add(); +hightiersingularity.add(); +hightiersingularity.add(); +hightiersingularity.add(); + + +val ultimatecompression = RecipeBuilder.newBuilder("ultimatesingularitybaby","gravitational_collapser",200); +ultimatecompression.addEnergyPerTickInput(1111111); +ultimatecompression.addItemInput(); +ultimatecompression.addItemInput(); +ultimatecompression.addItemInput(); +ultimatecompression.addItemInput(); +ultimatecompression.addItemInput(); +ultimatecompression.addItemInput(); +ultimatecompression.addItemInput(); +ultimatecompression.addItemInput(); +ultimatecompression.addItemOutput(); +ultimatecompression.build(); + +mods.abyssalcraft.InfusionRitual.addRitual("DynatosArtifactInf", +4, 0, +100000, +true, +, +, +[,,,, +,,,]); +game.setLocalization("ac.ritual.DynatosArtifactInf", "Black Holes FTW"); +game.setLocalization("ac.ritual.DynatosArtifactInf.desc", "I can finally visit a black hole, a REAL one!"); + + +recipes.addShaped(, +[[null, .reuse(), null], +[.reuse(), , .reuse()], +[null, .reuse(), null]]); + +recipes.addShaped(*9, +[[null, .reuse(), null], +[.reuse(), , .reuse()], +[null, .reuse(), null]]); + +mods.abyssalcraft.InfusionRitual.addRitual("ShyreWaystoneInf", +4, 0, +100000, +true, +, +, +[,,,, +,,,]); +game.setLocalization("ac.ritual.ShyreWaystoneInf", "Into the Shyre"); +game.setLocalization("ac.ritual.ShyreWaystoneInf.desc", "Into the Shyre"); + +val shyreStatue = ; +shyreStatue.add(); +shyreStatue.add(); + +mods.extendedcrafting.EnderCrafting.addShaped(*2, +[[, , ], +[, , ], +[, , ]], 3); + +mods.extendedcrafting.EnderCrafting.addShaped(, +[[, , ], +[, , ], +[, , ]], 3); + + +recipes.addShaped(, +[[null, .reuse(), null], +[.reuse(), , .reuse()], +[null, .reuse(), null]]); + +mods.extendedcrafting.CombinationCrafting.addRecipe(, +2000000, +, +[, , , ]); + +mods.extendedcrafting.TableCrafting.addShapeless(4, , +[, +, +, +, +, +, +, +, +, +, +, +, +, +, +, +, +, +, +, +, +, +, +]); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ]]); + + + +val spatcruc7 = RecipeBuilder.newBuilder("spatialcruc7","spatial_crucible",200); +spatcruc7.addEnergyPerTickInput(120000); +spatcruc7.addItemInput(); +spatcruc7.addItemInput(*5); +spatcruc7.addItemInput(); +spatcruc7.addItemInput(); +spatcruc7.addFluidOutput(*2000); +spatcruc7.build(); + +val mith29 = RecipeBuilder.newBuilder("mythicaltier29","mythical_resource_miner_tier29",800); +mith29.addEnergyPerTickInput(300000); +mith29.addFluidInput(*50); +mith29.addItemOutput(*10); +mith29.setChance(0.1); +mith29.addItemOutput(*10); +mith29.setChance(0.1); +mith29.addItemOutput(*10); +mith29.setChance(0.05); +mith29.addItemOutput(); +mith29.setChance(0.5); +mith29.addItemOutput(); +mith29.build(); + + +mods.extendedcrafting.CombinationCrafting.addRecipe(, +1000000, +, +[, , +, , +, ]); + +mods.bloodmagic.TartaricForge.addRecipe(, [, , , ], 400, 50); + + +mods.astralsorcery.Altar.addTraitAltarRecipe("MeatballCraft:shaped/internal/altar/makeBrightMatter", , 4500, 400, [ + , , ,, , + , , , ,, + , , ,, , + , , , ,, + ,, ,, , + //Outer Items, indices 25+ + , , , +], +"astralsorcery.constellation.armara"); + + +val infinitycompression = RecipeBuilder.newBuilder("simplerinfinity","gravitational_collapser",100); +infinitycompression.addEnergyPerTickInput(50000); +infinitycompression.addItemInput(); +infinitycompression.addItemOutput(); +infinitycompression.build(); + +val hassiumalloyinf = RecipeBuilder.newBuilder("hassiumalloyinf","dragonfire_crucible",300); +hassiumalloyinf.addFluidInput(*500); +hassiumalloyinf.addItemInput(); +hassiumalloyinf.addItemInput(); +hassiumalloyinf.addItemInput(); +hassiumalloyinf.addItemOutput(*3); +hassiumalloyinf.build(); + +mods.extendedcrafting.CombinationCrafting.addRecipe(*2, +1000000, +, +[, , , , , ]); + +mods.techreborn.implosionCompressor.addRecipe(, , , *4, 60, 512); + +mods.extendedcrafting.EnderCrafting.addShaped(, +[[null, , null], +[, , ], +[null, , null]], 3); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +val eternbrightalloy = RecipeBuilder.newBuilder("eternbrightalloy","dragonfire_crucible",150); +eternbrightalloy.addFluidInput(*2000); +eternbrightalloy.addItemInput(); +eternbrightalloy.addItemInput(); +eternbrightalloy.addItemInput(); +eternbrightalloy.addItemOutput(*3); +eternbrightalloy.build(); + +mods.extendedcrafting.TableCrafting.addShaped(*4, +[[, 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, ]]); + + +val easierbloodmaster1 = RecipeBuilder.newBuilder("easierbloodmaster1","corrupted_library",200); +easierbloodmaster1.addFluidInput(*500); +easierbloodmaster1.addFluidInput(*500); +easierbloodmaster1.addItemInput(); +easierbloodmaster1.addItemInput(); +easierbloodmaster1.addItemInput(); +easierbloodmaster1.addItemInput(); +easierbloodmaster1.addItemInput(); +easierbloodmaster1.addItemInput(); +easierbloodmaster1.addItemInput(); +easierbloodmaster1.addItemOutput(*16); +easierbloodmaster1.build(); + + +recipes.addShapeless(*4, +[]); + +recipes.addHiddenShaped("mysteriummysteryez", +, +[[null, , null], +[, , ], +[null, , null]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[null, , null], +[, , ], +[null, , null]]); + +recipes.addShaped(, +[[, , ], +[, .reuse(), ], +[, , ]]); + +recipes.addShapeless(*9, +[]); + +recipes.addHiddenShapeless("runandormysteryez", +, +[, , , +, , , +, , .withTag({tank: {FluidName: "elecanium", Amount: 16000}})]); + +recipes.remove(); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +mods.extendedcrafting.CombinationCrafting.addRecipe(, +5000000, +, +[, +, +, +, +, +, +, +, +, +, +, +, +, +, +, +, +, +, +, +, +]); + + +mods.extendedcrafting.CombinationCrafting.addRecipe(, +5000000, +, +[, +, +, +]); + +mods.avaritia.ExtremeCrafting.addShaped("makesupergemofthecosmos", +, +[[, , 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(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, .reuse(), ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[.withTag({FluidName: "astral_water", Amount: 1000}), , .withTag({FluidName: "astral_water", Amount: 1000})], +[, , ], +[.withTag({FluidName: "astral_water", Amount: 1000}), .withTag({Aspects: [{amount: 4000, key: "stellae"}]}), .withTag({FluidName: "astral_water", Amount: 1000})]]); + + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addHiddenShapeless("leftsacredsaplingmystery", +, +[.withTag({bark: {id: "erebus:log_eucalyptus", Count: 1 as byte, Damage: 0 as short}}), .withTag({bark: {id: "aoa3:shyre_log", Count: 1 as byte, Damage: 0 as short}}), .withTag({bark: {id: "forestry:logs.0", Count: 1 as byte, Damage: 1 as short}}), +.withTag({bark: {id: "natura:nether_logs", Count: 1 as byte, Damage: 2 as short}}), , .withTag({bark: {id: "extratrees:logs.6", Count: 1 as byte, Damage: 2 as short}}), +.withTag({bark: {id: "divinerpg:mortum_log", Count: 1 as byte, Damage: 0 as short}}), .withTag({bark: {id: "extratrees:logs.5", Count: 1 as byte, Damage: 0 as short}}), .withTag({bark: {id: "extratrees:logs.5", Count: 1 as byte, Damage: 1 as short}})]); + +recipes.addHiddenShapeless("rightsacredsaplingmystery", +, +[.withTag({bark: {id: "bewitchment:dragons_blood_wood", Count: 1 as byte, Damage: 0 as short}}), .withTag({bark: {id: "aoa3:runic_log", Count: 1 as byte, Damage: 0 as short}}), .withTag({bark: {id: "twilightforest:twilight_log", Count: 1 as byte, Damage: 1 as short}}), +.withTag({bark: {id: "biomesoplenty:log_0", Count: 1 as byte, Damage: 6 as short}}), , .withTag({bark: {id: "forestry:logs.1", Count: 1 as byte, Damage: 2 as short}}), +.withTag({bark: {id: "natura:nether_logs", Count: 1 as byte, Damage: 1 as short}}), .withTag({bark: {id: "extratrees:logs.7", Count: 1 as byte, Damage: 2 as short}}), .withTag({bark: {id: "biomesoplenty:log_2", Count: 1 as byte, Damage: 7 as short}})]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); diff --git a/scripts/ModularparticleAccelerator.zs b/scripts/ModularparticleAccelerator.zs new file mode 100644 index 00000000..a16a1a70 --- /dev/null +++ b/scripts/ModularparticleAccelerator.zs @@ -0,0 +1,98 @@ +import mods.modularmachinery.RecipeBuilder; + +mods.extendedcrafting.TableCrafting.addShaped(*2, +[[, , , , ], +[, , , , ], +[, , , , ], +[, , , , ], +[, , , , ]]); + +mods.extendedcrafting.TableCrafting.addShaped(*4, +[[, , , , ], +[, , , , ], +[, , , , ], +[, , , , ], +[, , , , ]]); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , , , ], +[, , , , ], +[, , , , ], +[, , , , ], +[, , , , ]]); + +recipes.remove(); + +mods.extendedcrafting.TableCrafting.addShaped(*8, +[[, , , , ], +[, , , , ], +[, , , , ], +[, , , , ], +[, , , , ]]); + + +val accelerator1 = RecipeBuilder.newBuilder("accelerator1","particle_accelerator",100); +accelerator1.addEnergyPerTickInput(1000000); +accelerator1.addFluidInput(*100); +accelerator1.addFluidInput(*100); +accelerator1.addFluidOutput(*100); +accelerator1.addFluidOutput(*100); +accelerator1.build(); + +val accelerator2 = RecipeBuilder.newBuilder("accelerator2","particle_accelerator",100); +accelerator2.addEnergyPerTickInput(1000000); +accelerator2.addFluidInput(*100); +accelerator2.addFluidInput(*100); +accelerator2.addFluidOutput(*100); +accelerator2.addFluidOutput(*100); +accelerator2.build(); + +val accelerator3 = RecipeBuilder.newBuilder("accelerator3","particle_accelerator",100); +accelerator3.addEnergyPerTickInput(1000000); +accelerator3.addFluidInput(*50); +accelerator3.addFluidInput(*100); +accelerator3.addFluidOutput(*100); +accelerator3.build(); + +val accelerator4 = RecipeBuilder.newBuilder("accelerator4","high_impulse_accelerator",100); +accelerator4.addEnergyPerTickInput(1000000); +accelerator4.addFluidInput(*100); +accelerator4.addFluidOutput(*100); +accelerator4.build(); + +val accelerator5 = RecipeBuilder.newBuilder("accelerator5","high_impulse_accelerator",100); +accelerator5.addEnergyPerTickInput(1000000); +accelerator5.addFluidInput(*50); +accelerator5.addFluidOutput(*50); +accelerator5.build(); + +val accelerator6 = RecipeBuilder.newBuilder("accelerator6","quark_decomposer",100); +accelerator6.addFluidInput(*50); +accelerator6.addFluidInput(*50); +accelerator6.addFluidInput(*50); +accelerator6.addFluidOutput(*100); +accelerator6.addFluidOutput(*100); +accelerator6.addFluidOutput(*100); +accelerator6.build(); + +val accelerator7 = RecipeBuilder.newBuilder("accelerator7","particle_accelerator",100); +accelerator7.addEnergyPerTickInput(1000000); +accelerator7.addFluidInput(*100); +accelerator7.addFluidInput(*100); +accelerator7.addFluidOutput(*100); +accelerator7.build(); + +val accelerator8 = RecipeBuilder.newBuilder("accelerator8","mythic_accelerator",100); +accelerator8.addEnergyPerTickInput(30000000); +accelerator8.addFluidInput(*100); +accelerator8.addFluidOutput(*100); +accelerator8.build(); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +mods.nuclearcraft.infuser.addRecipe([, *100, ]); + +mods.nuclearcraft.infuser.addRecipe([, *100, ]); \ No newline at end of file diff --git a/scripts/MysticalFixes.zs b/scripts/MysticalFixes.zs new file mode 100644 index 00000000..fa9d84ab --- /dev/null +++ b/scripts/MysticalFixes.zs @@ -0,0 +1,35 @@ +recipes.removeShaped(); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.removeShaped(); + +recipes.addShaped(*2, +[[, , ], +[, null, ], +[, , ]]); + +recipes.removeShaped(); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(*2, +[[, , ], +[, null, ], +[, , ]]); + +recipes.removeShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(*3, +[[, , ], +[, , ], +[, , ]]); diff --git a/scripts/MysticalGating.zs b/scripts/MysticalGating.zs new file mode 100644 index 00000000..95884313 --- /dev/null +++ b/scripts/MysticalGating.zs @@ -0,0 +1,174 @@ +mods.integrateddynamics.MechanicalSqueezer.addRecipe(, +*2, 1.0, +, 0.5, +*4, 0.1); + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, null, , , ], +[, , , , null], +[, , , , ], +[null, , , , ], +[, , , null, ]]); + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, null, null, , null, null, ], +[null, , null, , null, , null], +[null, null, , , , null, null], +[, , , .anyDamage(), , , ], +[null, null, , , , null, null], +[null, , null, , null, , null], +[, null, null, , null, null, ]]); + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , , , ], +[, , , , ], +[, , , , ], +[, , , , ], +[, , , , ]]); + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , .withTag({Material: "uranium"}), , ], +[, , , , ], +[.withTag({Material: "uranium"}), , .anyDamage(), , .withTag({Material: "uranium"})], +[, , , , ], +[, , .withTag({Material: "uranium"}), , ]]); + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , , , ], +[, , , , ], +[, , .anyDamage(), , ], +[, , , , ], +[, , , , ]]); + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, null, null, , null, null, ], +[null, , null, , null, , null], +[null, null, , , , null, null], +[, , , .anyDamage(), , , ], +[null, null, , , , null, null], +[null, , null, , null, , null], +[, null, null, , null, null, ]]); + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, null, null, , null, null, ], +[null, , null, , null, , null], +[null, null, , , , null, null], +[, , , .anyDamage(), , , ], +[null, null, , , , null, null], +[null, , null, , null, , null], +[, null, null, , null, null, ]]); + + +recipes.removeShaped(); +recipes.removeShaped(); +recipes.removeShaped(); +recipes.removeShaped(); +recipes.removeShaped(); +recipes.removeShaped(); +recipes.removeShaped(); +recipes.removeShaped(); +recipes.removeShaped(); +recipes.removeShaped(); +recipes.removeShaped(); +recipes.removeShaped(); +recipes.removeShaped(); +recipes.removeShaped(); +recipes.removeShaped(); +recipes.removeShaped(); +recipes.removeShaped(); +recipes.removeShaped(); +recipes.removeShaped(); +recipes.removeShaped(); +recipes.removeShaped(); +recipes.removeShaped(); + + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.removeShaped(); +recipes.removeShaped(); +recipes.removeShaped(); +recipes.removeShaped(); +recipes.removeShaped(); +recipes.removeShaped(); +recipes.removeShaped(); +recipes.removeShaped(); +recipes.removeShaped(); +recipes.removeShaped(); +recipes.removeShaped(); +recipes.removeShaped(); +recipes.removeShaped(); +recipes.removeShaped(); +recipes.removeShaped(); +recipes.removeShaped(); +recipes.removeShaped(); +recipes.removeShaped(); +recipes.removeShaped(); +recipes.removeShaped(); +recipes.removeShaped(); + +mods.nuclearcraft.rock_crusher.addRecipe([, *4, *4, *4]); +mods.nuclearcraft.rock_crusher.addRecipe([, *4, *4, *4]); +mods.nuclearcraft.rock_crusher.addRecipe([, *4, *4, *4]); +mods.nuclearcraft.rock_crusher.addRecipe([, *4, *4, *4]); +mods.nuclearcraft.rock_crusher.addRecipe([, *4, *4, *4]); +mods.nuclearcraft.rock_crusher.addRecipe([, *4, *4, *4]); +mods.nuclearcraft.rock_crusher.addRecipe([, *4, *4, *4]); + +recipes.addShaped(*9, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(*9, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(*9, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(*9, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(*9, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(*9, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(*9, +[[, , ], +[, , ], +[, , ]]); + +recipes.removeShapeless(, []); +recipes.removeShapeless(, []); +recipes.removeShapeless(, []); +recipes.removeShapeless(, []); +recipes.removeShapeless(, []); \ No newline at end of file diff --git a/scripts/MysticalOres.zs b/scripts/MysticalOres.zs new file mode 100644 index 00000000..9f87ef77 --- /dev/null +++ b/scripts/MysticalOres.zs @@ -0,0 +1,60 @@ +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + diff --git a/scripts/MythicCaps.zs b/scripts/MythicCaps.zs new file mode 100644 index 00000000..cd33bb15 --- /dev/null +++ b/scripts/MythicCaps.zs @@ -0,0 +1,833 @@ +mods.extendedcrafting.TableCrafting.addShaped(*4, + +[[, 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.extendedcrafting.TableCrafting.addShaped(*4, + +[[, 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.extendedcrafting.TableCrafting.addShaped(*4, + +[[, 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.extendedcrafting.TableCrafting.addShaped(*4, + +[[, 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.extendedcrafting.TableCrafting.addShaped(*4, + +[[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ]]); + + + +mods.extendedcrafting.TableCrafting.addShaped(*4, + +[[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +.withTag({astralsorcery: {}}), , .withTag({astralsorcery: {}}), +, , ], + +[, , , +, , , +, , ], + +[, , , +.withTag({astralsorcery: {}}), , .withTag({astralsorcery: {}}), +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ]]); + + + +mods.extendedcrafting.TableCrafting.addShaped(*4, + +[[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ]]); + + + +mods.extendedcrafting.TableCrafting.addShaped(*4, + +[[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ]]); + + + +mods.extendedcrafting.TableCrafting.addShaped(*4, + +[[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ]]); + + + +mods.extendedcrafting.TableCrafting.addShaped(*4, + +[[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ]]); + + + +recipes.addShaped(, +[[null,,null], +[,.reuse(),], +[null,,null]]); + + + +mods.extendedcrafting.TableCrafting.addShaped(*4, +[[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ]]); + + + +mods.extendedcrafting.TableCrafting.addShaped(*4, +[[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ]]); + + + +mods.extendedcrafting.TableCrafting.addShaped(*4, +[[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ]]); + + + +mods.extendedcrafting.TableCrafting.addShaped(*4, +[[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ]]); + + + +mods.extendedcrafting.TableCrafting.addShaped(*4, +[[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ]]); + + + +mods.extendedcrafting.TableCrafting.addShaped(*4, +[[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ]]); + + + +mods.extendedcrafting.TableCrafting.addShaped(*4, +[[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ]]); + + + +mods.extendedcrafting.TableCrafting.addShaped(*4, +[[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ]]); + + + +mods.extendedcrafting.TableCrafting.addShaped(*4, +[[, , 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(*4, +[[, , 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(*4, +[[, , null, +, , , +null, , ], + +[, , , +, , , +, , ], + +[null, , null, +null, null, null, +null, , null], + +[, , null, +, , , +null, , ], + +[, , null, +, , , +null, , ], + +[, , null, +, , , +null, , ], + +[null, , null, +null, null, null, +null, , null], + +[, , , +, , , +, , ], + +[, , null, +, , , +null, , ]]); diff --git a/scripts/MythicPowerful.zs b/scripts/MythicPowerful.zs new file mode 100644 index 00000000..88dabb61 --- /dev/null +++ b/scripts/MythicPowerful.zs @@ -0,0 +1,180 @@ +import mods.modularmachinery.RecipeBuilder; +import crafttweaker.enchantments.IEnchantmentDefinition; +import crafttweaker.data.IData; + +val enclistTidal as IEnchantmentDefinition[] = [, , , ]; +var mapTidal as IData = {}; +mapTidal += enclistTidal[0].makeEnchantment(25).makeTag(); +mapTidal += enclistTidal[1].makeEnchantment(10).makeTag(); +mapTidal += enclistTidal[2].makeEnchantment(1).makeTag(); +mapTidal += enclistTidal[3].makeEnchantment(10).makeTag(); + +val enclistHammer as IEnchantmentDefinition[] = [, , , ]; +var mapHammer as IData = {}; +mapHammer += enclistHammer[0].makeEnchantment(6).makeTag(); +mapHammer += enclistHammer[1].makeEnchantment(10).makeTag(); +mapHammer += enclistHammer[2].makeEnchantment(1).makeTag(); +mapHammer += enclistHammer[3].makeEnchantment(10).makeTag(); + +val enclistCrab as IEnchantmentDefinition[] = [, , , , ]; +var mapCrab as IData = {}; +mapCrab += enclistCrab[0].makeEnchantment(27).makeTag(); +mapCrab += enclistCrab[1].makeEnchantment(20).makeTag(); +mapCrab += enclistCrab[2].makeEnchantment(5).makeTag(); +mapCrab += enclistCrab[3].makeEnchantment(5).makeTag(); +mapCrab += enclistCrab[4].makeEnchantment(1).makeTag(); + +val enchlistVile as IEnchantmentDefinition[] = [, ]; +var mapVile as IData = {}; +mapVile += enchlistVile[0].makeEnchantment(60).makeTag(); +mapVile += enchlistVile[1].makeEnchantment(6).makeTag(); + +mods.extendedcrafting.TableCrafting.addShaped(.withTag({ench: [{lvl: 29 as short, id: 16 as short}, {lvl: 3 as short, id: 34 as short}, {lvl: 49 as short, id: 19 as short}], RepairCost: 1, display: {Name: "Biggus Yeetus"}}), +[[, null, null, null, null, null, ], +[null, , , , , , null], +[null, , , , , , null], +[null, , , , , , null], +[null, , , , , , null], +[null, , , , , , null], +[, null, null, null, null, null, ]]); + +mods.extendedcrafting.TableCrafting.addShaped(.withTag({ench: [{lvl: 1 as short, id: 70 as short}, {lvl: 15 as short, id: 34 as short}, {lvl: 30 as short, id: 7 as short}], RepairCost: 1, display: {Name: "Thorns of Villany"}}), +[[, null, null, , null, null, ], +[null, , , , , , null], +[, , , , , , ], +[, , , , , , ], +[, , , , , , ], +[null, , , , , , null], +[, null, null, , null, null, ]]); + +mods.extendedcrafting.TableCrafting.addShaped(.withTag({ench: [{lvl: 37 as short, id: 16 as short}, {lvl: 1 as short, id: 46 as short}, {lvl: 1 as short, id: 70 as short}], RepairCost: 1, display: {Name: "Blade of Terra"}}), +[[, null, null, , null, null, ], +[null, , , , , , null], +[null, , , , , , null], +[, , , , , , ], +[null, , , , , , null], +[null, , , , , , null], +[, null, null, .withTag({Biome: "minecraft:sky"}), null, null, ]]); + +mods.extendedcrafting.TableCrafting.addShaped(.withTag(mapTidal), +[[, null, null, null, null, null, ], +[null, , , , , , null], +[null, , , , , , null], +[null, , , , , , null], +[null, , , , , , null], +[null, , , , , , null], +[, null, null, null, null, null, ]]); + +mods.extendedcrafting.TableCrafting.addShaped(.withTag({ench: [{lvl: 57 as short, id: 16 as short}, {lvl: 6 as short, id: 34 as short}, {lvl: 1 as short, id: 70 as short}], RepairCost: 1, display: {Name: "Arcanium Blade"}}), +[[, , , , ], +[, , null, , ], +[, null, , null, ], +[, , null, , ], +[, , , , ]]); + +mods.extendedcrafting.TableCrafting.addShaped(.withTag(mapHammer), +[[, null, null, null, null, null, ], +[null, , , , , , null], +[null, , , , , , null], +[null, , , , , , null], +[null, , , , , , null], +[null, , , , , , null], +[, null, null, null, null, null, ]]); + +mods.extendedcrafting.TableCrafting.addShaped(.withTag({ench: [{lvl: 18 as short, id: 94 as short}, {lvl: 5 as short, id: 34 as short}, {lvl: 1 as short, id: 70 as short}, {lvl: 10 as short, id: 22 as short}], RepairCost: 1, display: {Name: "Vorpal Sword"}}), +[[, null, null, null, null, null, ], +[null, , , , , , null], +[null, , , , , , null], +[null, , , , , , null], +[null, , , , , , null], +[null, , , , , , null], +[, null, null, null, null, null, ]]); + +mods.extendedcrafting.TableCrafting.addShaped(.withTag({ench: [{lvl: 18 as short, id: 48 as short}, {lvl: 1 as short, id: 51 as short}, {lvl: 1 as short, id: 70 as short}, {lvl: 1 as short, id: 45 as short}, {lvl: 6 as short, id: 90 as short}], RepairCost: 1, display: {Name: "Mirkwood Bow"}}), +[[, null, null, null, null, null, ], +[null, , , , , , null], +[null, , , , , , null], +[null, , , , , , null], +[null, , , , , , null], +[null, , , , , , null], +[, null, null, , null, null, ]]); + +mods.extendedcrafting.TableCrafting.addShaped(.withTag(mapCrab), +[[, null, null, null, null, null, ], +[null, , , , , , null], +[null, , , , , , null], +[null, , , , , , null], +[null, , , , , , null], +[null, , , , , , null], +[, null, null, null, null, null, ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(.withTag(mapVile), +[[, , ], +[, , ], +[, .reuse(), ]]); + +mods.extendedcrafting.TableCrafting.addShaped(.withTag({ench: [{lvl: 100 as short, id: 34 as short}], RepairCost: 1, display: {Name: "Jerry's Sword"}}), +[[, null, null, , null, null, ], +[null, , , , , , null], +[null, , , , , , null], +[, , , , , , ], +[null, , , , , , null], +[null, , , , , , null], +[, null, null, , null, null, ]]); + +mods.extendedcrafting.TableCrafting.addShaped(.withTag({ench: [{lvl: 20 as short, id: 32 as short}], RepairCost: 1, display: {Name: "Direpick"}}), +[[null, , null, , null], +[, null, , null, ], +[null, , , , null], +[, null, , null, ], +[null, , null, , null]]); + +recipes.addShaped(.withTag({ench: [{lvl: 233 as short, id: 34 as short}], RepairCost: 1, display: {Name: "Doped Electrode"}}), +[[, , ], +[, , ], +[, , ]]); diff --git a/scripts/MythicProcessorAlloys.zs b/scripts/MythicProcessorAlloys.zs new file mode 100644 index 00000000..6b52c7c0 --- /dev/null +++ b/scripts/MythicProcessorAlloys.zs @@ -0,0 +1,344 @@ +import mods.modularmachinery.RecipeBuilder; + +val mythallo1 = RecipeBuilder.newBuilder("mythallo1","mythic_processor_alloy_furnace",1); +mythallo1.addEnergyPerTickInput(80000); +mythallo1.addItemInput(,1); +mythallo1.addItemInput(,2); +mythallo1.addItemInput(,2); +mythallo1.addItemOutput(); +mythallo1.build(); + +val mythallo2 = RecipeBuilder.newBuilder("mythallo2","mythic_processor_alloy_furnace",1); +mythallo2.addEnergyPerTickInput(80000); +mythallo2.addItemInput(,1); +mythallo2.addItemInput(,1); +mythallo2.addItemInput(,1); +mythallo2.addItemOutput(); +mythallo2.build(); + +val mythallo3 = RecipeBuilder.newBuilder("mythallo3","mythic_processor_alloy_furnace",1); +mythallo3.addEnergyPerTickInput(80000); +mythallo3.addItemInput(,1); +mythallo3.addItemInput(,1); +mythallo3.addItemInput(,1); +mythallo3.addItemOutput(); +mythallo3.build(); + +val mythallo4 = RecipeBuilder.newBuilder("mythallo4","mythic_processor_alloy_furnace",1); +mythallo4.addEnergyPerTickInput(80000); +mythallo4.addItemInput(,1); +mythallo4.addItemInput(,1); +mythallo4.addItemOutput(*2); +mythallo4.build(); + +val mythallo5 = RecipeBuilder.newBuilder("mythallo5","mythic_processor_alloy_furnace",1); +mythallo5.addEnergyPerTickInput(80000); +mythallo5.addItemInput(,1); +mythallo5.addItemInput(,1); +mythallo5.addItemInput(,1); +mythallo5.addItemOutput(); +mythallo5.build(); + +val mythallo6 = RecipeBuilder.newBuilder("mythallo6","mythic_processor_alloy_furnace",1); +mythallo6.addEnergyPerTickInput(80000); +mythallo6.addItemInput(,1); +mythallo6.addItemInput(,1); +mythallo6.addItemOutput(*2); +mythallo6.build(); + +val mythallo7 = RecipeBuilder.newBuilder("mythallo7","mythic_processor_alloy_furnace",1); +mythallo7.addEnergyPerTickInput(80000); +mythallo7.addItemInput(,1); +mythallo7.addItemInput(,1); +mythallo7.addItemOutput(); +mythallo7.build(); + +val mythallo8 = RecipeBuilder.newBuilder("mythallo8","mythic_processor_alloy_furnace",1); +mythallo8.addEnergyPerTickInput(80000); +mythallo8.addItemInput(,1); +mythallo8.addItemInput(,4); +mythallo8.addItemInput(,1); +mythallo8.addItemOutput(); +mythallo8.build(); + +val mythallo9 = RecipeBuilder.newBuilder("mythallo9","mythic_processor_alloy_furnace",1); +mythallo9.addEnergyPerTickInput(80000); +mythallo9.addItemInput(,1); +mythallo9.addItemInput(,4); +mythallo9.addItemInput(,12); +mythallo9.addItemOutput(); +mythallo9.build(); + +val mythallo10 = RecipeBuilder.newBuilder("mythallo10","mythic_processor_alloy_furnace",1); +mythallo10.addEnergyPerTickInput(80000); +mythallo10.addItemInput(,1); +mythallo10.addItemInput(,4); +mythallo10.addItemInput(); +mythallo10.addItemOutput(); +mythallo10.build(); + +val mythallo11 = RecipeBuilder.newBuilder("mythallo11","mythic_processor_alloy_furnace",1); +mythallo11.addEnergyPerTickInput(80000); +mythallo11.addItemInput(); +mythallo11.addItemInput(); +mythallo11.addItemOutput(); +mythallo11.build(); + +val mythallo12 = RecipeBuilder.newBuilder("mythallo12","mythic_processor_alloy_furnace",1); +mythallo12.addEnergyPerTickInput(80000); +mythallo12.addItemInput(); +mythallo12.addItemInput(); +mythallo12.addItemOutput(); +mythallo12.build(); + +val mythallo13 = RecipeBuilder.newBuilder("mythallo13","mythic_processor_alloy_furnace",1); +mythallo13.addEnergyPerTickInput(80000); +mythallo13.addItemInput(); +mythallo13.addItemInput(); +mythallo13.addItemOutput(); +mythallo13.build(); + +val mythallo14 = RecipeBuilder.newBuilder("mythallo14","mythic_processor_alloy_furnace",1); +mythallo14.addEnergyPerTickInput(80000); +mythallo14.addItemInput(); +mythallo14.addItemInput(); +mythallo14.addItemInput(); +mythallo14.addItemOutput(); +mythallo14.build(); + +val mythallo15 = RecipeBuilder.newBuilder("mythallo15","mythic_processor_alloy_furnace",1); +mythallo15.addEnergyPerTickInput(80000); +mythallo15.addItemInput(); +mythallo15.addItemInput(); +mythallo15.addItemInput(); +mythallo15.addItemOutput(*3); +mythallo15.build(); + +val mythallo16 = RecipeBuilder.newBuilder("mythallo16","mythic_processor_alloy_furnace",1); +mythallo16.addEnergyPerTickInput(80000); +mythallo16.addItemInput(); +mythallo16.addItemInput(,4); +mythallo16.addItemInput(); +mythallo16.addItemOutput(); +mythallo16.build(); + +val mythallo17 = RecipeBuilder.newBuilder("mythallo17","mythic_processor_alloy_furnace",1); +mythallo17.addEnergyPerTickInput(80000); +mythallo17.addItemInput(); +mythallo17.addItemInput(,4); +mythallo17.addItemInput(); +mythallo17.addItemInput(); +mythallo17.addItemOutput(*8); +mythallo17.build(); + +val mythallo18 = RecipeBuilder.newBuilder("mythallo18","mythic_processor_alloy_furnace",1); +mythallo18.addEnergyPerTickInput(80000); +mythallo18.addItemInput(); +mythallo18.addItemInput(); +mythallo18.addItemOutput(); +mythallo18.build(); + +val mythallo19 = RecipeBuilder.newBuilder("mythallo19","mythic_processor_alloy_furnace",1); +mythallo19.addEnergyPerTickInput(80000); +mythallo19.addItemInput(); +mythallo19.addItemInput(); +mythallo19.addItemOutput(*2); +mythallo19.build(); + +val mythallo20 = RecipeBuilder.newBuilder("mythallo20","mythic_processor_alloy_furnace",1); +mythallo20.addEnergyPerTickInput(80000); +mythallo20.addItemInput(); +mythallo20.addItemInput(,3); +mythallo20.addItemOutput(*4); +mythallo20.build(); + +val mythallo21 = RecipeBuilder.newBuilder("mythallo21","mythic_processor_alloy_furnace",1); +mythallo21.addEnergyPerTickInput(80000); +mythallo21.addItemInput(); +mythallo21.addItemInput(); +mythallo21.addItemOutput(*2); +mythallo21.build(); + +val mythallo22 = RecipeBuilder.newBuilder("mythallo22","mythic_processor_alloy_furnace",1); +mythallo22.addEnergyPerTickInput(80000); +mythallo22.addItemInput(); +mythallo22.addItemInput(,3); +mythallo22.addItemInput(,10); +mythallo22.addItemOutput(*4); +mythallo22.build(); + +val mythallo23 = RecipeBuilder.newBuilder("mythallo23","mythic_processor_alloy_furnace",1); +mythallo23.addEnergyPerTickInput(80000); +mythallo23.addItemInput(); +mythallo23.addItemInput(,3); +mythallo23.addItemInput(,4); +mythallo23.addItemOutput(*4); +mythallo23.build(); + +val mythallo24 = RecipeBuilder.newBuilder("mythallo24","mythic_processor_alloy_furnace",1); +mythallo24.addEnergyPerTickInput(80000); +mythallo24.addItemInput(); +mythallo24.addItemInput(,3); +mythallo24.addItemInput(,4); +mythallo24.addItemOutput(*4); +mythallo24.build(); + +val mythallo25 = RecipeBuilder.newBuilder("mythallo25","mythic_processor_alloy_furnace",1); +mythallo25.addEnergyPerTickInput(80000); +mythallo25.addItemInput(); +mythallo25.addItemInput(); +mythallo25.addItemOutput(*2); +mythallo25.build(); + +val mythallo26 = RecipeBuilder.newBuilder("mythallo26","mythic_processor_alloy_furnace",1); +mythallo26.addEnergyPerTickInput(80000); +mythallo26.addItemInput(); +mythallo26.addItemInput(); +mythallo26.addItemOutput(); +mythallo26.build(); + +val mythallo27 = RecipeBuilder.newBuilder("mythallo27","mythic_processor_alloy_furnace",1); +mythallo27.addEnergyPerTickInput(80000); +mythallo27.addItemInput(); +mythallo27.addItemInput(); +mythallo27.addItemInput(); +mythallo27.addItemOutput(); +mythallo27.build(); + +val mythallo28 = RecipeBuilder.newBuilder("mythallo28","mythic_processor_alloy_furnace",1); +mythallo28.addEnergyPerTickInput(80000); +mythallo28.addItemInput(); +mythallo28.addItemInput(); +mythallo28.addItemOutput(); +mythallo28.build(); + +val mythallo29 = RecipeBuilder.newBuilder("mythallo29","mythic_processor_alloy_furnace",1); +mythallo29.addEnergyPerTickInput(80000); +mythallo29.addItemInput(); +mythallo29.addItemInput(); +mythallo29.addItemOutput(*2); +mythallo29.build(); + +val mythallo30 = RecipeBuilder.newBuilder("mythallo30","mythic_processor_alloy_furnace",1); +mythallo30.addEnergyPerTickInput(80000); +mythallo30.addItemInput(,2); +mythallo30.addItemInput(); +mythallo30.addItemOutput(*3); +mythallo30.build(); + +val mythallo31 = RecipeBuilder.newBuilder("mythallo31","mythic_processor_alloy_furnace",1); +mythallo31.addEnergyPerTickInput(80000); +mythallo31.addItemInput(); +mythallo31.addItemInput(); +mythallo31.addItemOutput(*2); +mythallo31.build(); + +val mythallo32 = RecipeBuilder.newBuilder("mythallo32","mythic_processor_alloy_furnace",1); +mythallo32.addEnergyPerTickInput(80000); +mythallo32.addItemInput(,10); +mythallo32.addItemInput(); +mythallo32.addItemInput(); +mythallo32.addItemOutput(); +mythallo32.build(); + +val mythallo33 = RecipeBuilder.newBuilder("mythallo33","mythic_processor_alloy_furnace",1); +mythallo33.addEnergyPerTickInput(80000); +mythallo33.addItemInput(,2); +mythallo33.addItemInput(); +mythallo33.addItemOutput(*2); +mythallo33.build(); + +val mythallo34 = RecipeBuilder.newBuilder("mythallo34","mythic_processor_alloy_furnace",1); +mythallo34.addEnergyPerTickInput(80000); +mythallo34.addItemInput(); +mythallo34.addItemInput(); +mythallo34.addItemOutput(); +mythallo34.build(); + +val mythallo35 = RecipeBuilder.newBuilder("mythallo35","mythic_processor_alloy_furnace",1); +mythallo35.addEnergyPerTickInput(80000); +mythallo35.addItemInput(); +mythallo35.addItemInput(); +mythallo35.addItemOutput(); +mythallo35.build(); + +val mythallo36 = RecipeBuilder.newBuilder("mythallo36","mythic_processor_alloy_furnace",1); +mythallo36.addEnergyPerTickInput(80000); +mythallo36.addItemInput(); +mythallo36.addItemInput(); +mythallo36.addItemInput(); +mythallo36.addItemOutput(); +mythallo36.build(); + +val mythallo37 = RecipeBuilder.newBuilder("mythallo37","mythic_processor_alloy_furnace",1); +mythallo37.addEnergyPerTickInput(80000); +mythallo37.addItemInput(); +mythallo37.addItemInput(); +mythallo37.addItemOutput(); +mythallo37.build(); + +val mythallo38 = RecipeBuilder.newBuilder("mythallo38","mythic_processor_alloy_furnace",1); +mythallo38.addEnergyPerTickInput(80000); +mythallo38.addItemInput(); +mythallo38.addItemInput(,4); +mythallo38.addItemInput(,6); +mythallo38.addItemOutput(); +mythallo38.build(); + +val mythallo39 = RecipeBuilder.newBuilder("mythallo39","mythic_processor_alloy_furnace",1); +mythallo39.addEnergyPerTickInput(80000); +mythallo39.addItemInput(); +mythallo39.addItemInput(); +mythallo39.addItemInput(,4); +mythallo39.addItemOutput(*2); +mythallo39.build(); + +val mythallo40 = RecipeBuilder.newBuilder("mythallo40","mythic_processor_alloy_furnace",1); +mythallo40.addEnergyPerTickInput(80000); +mythallo40.addItemInput(); +mythallo40.addItemInput(); +mythallo40.addItemInput(); +mythallo40.addItemOutput(); +mythallo40.build(); + +val mythallo41 = RecipeBuilder.newBuilder("mythallo41","mythic_processor_alloy_furnace",1); +mythallo41.addEnergyPerTickInput(80000); +mythallo41.addItemInput(); +mythallo41.addItemInput(); +mythallo41.addItemOutput(); +mythallo41.build(); + +val mythallo42 = RecipeBuilder.newBuilder("mythallo42","mythic_processor_alloy_furnace",1); +mythallo42.addEnergyPerTickInput(80000); +mythallo42.addItemInput(); +mythallo42.addItemInput(); +mythallo42.addItemOutput(); +mythallo42.build(); + +val mythallo43 = RecipeBuilder.newBuilder("mythallo43","mythic_processor_alloy_furnace",1); +mythallo43.addEnergyPerTickInput(80000); +mythallo43.addItemInput(); +mythallo43.addItemInput(); +mythallo43.addItemOutput(); +mythallo43.build(); + +val mythallo44 = RecipeBuilder.newBuilder("mythallo44","mythic_processor_alloy_furnace",1); +mythallo44.addEnergyPerTickInput(80000); +mythallo44.addItemInput(); +mythallo44.addItemInput(); +mythallo44.addItemOutput(); +mythallo44.build(); + +val mythallo45 = RecipeBuilder.newBuilder("mythallo45","mythic_processor_alloy_furnace",1); +mythallo45.addEnergyPerTickInput(80000); +mythallo45.addItemInput(); +mythallo45.addItemInput(); +mythallo45.addItemOutput(); +mythallo45.build(); + +val mythallo46 = RecipeBuilder.newBuilder("mythallo46","mythic_processor_alloy_furnace",1); +mythallo46.addEnergyPerTickInput(80000); +mythallo46.addItemInput(,2); +mythallo46.addItemInput(); +mythallo46.addItemOutput(*3); +mythallo46.build(); \ No newline at end of file diff --git a/scripts/MythicProcessorCompactor.zs b/scripts/MythicProcessorCompactor.zs new file mode 100644 index 00000000..103606cd --- /dev/null +++ b/scripts/MythicProcessorCompactor.zs @@ -0,0 +1,325 @@ +import mods.modularmachinery.RecipeBuilder; + +val mythcomp1 = RecipeBuilder.newBuilder("mythcomp1","mythic_processor_compactor",2); +mythcomp1.addEnergyPerTickInput(60000); +mythcomp1.addItemInput(,16); +mythcomp1.addItemOutput(*16); +mythcomp1.build(); + +val mythcomp2 = RecipeBuilder.newBuilder("mythcomp2","mythic_processor_compactor",2); +mythcomp2.addEnergyPerTickInput(60000); +mythcomp2.addItemInput(,16); +mythcomp2.addItemOutput(*16); +mythcomp2.build(); + +val mythcomp3 = RecipeBuilder.newBuilder("mythcomp3","mythic_processor_compactor",2); +mythcomp3.addEnergyPerTickInput(60000); +mythcomp3.addItemInput(,16); +mythcomp3.addItemOutput(*16); +mythcomp3.build(); + +val mythcomp4 = RecipeBuilder.newBuilder("mythcomp4","mythic_processor_compactor",2); +mythcomp4.addEnergyPerTickInput(60000); +mythcomp4.addItemInput(,16); +mythcomp4.addItemOutput(*16); +mythcomp4.build(); + +val mythcomp5 = RecipeBuilder.newBuilder("mythcomp5","mythic_processor_compactor",2); +mythcomp5.addEnergyPerTickInput(60000); +mythcomp5.addItemInput(,16); +mythcomp5.addItemOutput(*16); +mythcomp5.build(); + +val mythcomp6 = RecipeBuilder.newBuilder("mythcomp6","mythic_processor_compactor",2); +mythcomp6.addEnergyPerTickInput(60000); +mythcomp6.addItemInput(,16); +mythcomp6.addItemOutput(*16); +mythcomp6.build(); + +val mythcomp7 = RecipeBuilder.newBuilder("mythcomp7","mythic_processor_compactor",2); +mythcomp7.addEnergyPerTickInput(60000); +mythcomp7.addItemInput(,16); +mythcomp7.addItemOutput(*16); +mythcomp7.build(); + +val mythcomp8 = RecipeBuilder.newBuilder("mythcomp8","mythic_processor_compactor",2); +mythcomp8.addEnergyPerTickInput(60000); +mythcomp8.addItemInput(,16); +mythcomp8.addItemOutput(*16); +mythcomp8.build(); + +val mythcomp9 = RecipeBuilder.newBuilder("mythcomp9","mythic_processor_compactor",2); +mythcomp9.addEnergyPerTickInput(60000); +mythcomp9.addItemInput(,16); +mythcomp9.addItemOutput(*16); +mythcomp9.build(); + +val mythcomp10 = RecipeBuilder.newBuilder("mythcomp10","mythic_processor_compactor",2); +mythcomp10.addEnergyPerTickInput(60000); +mythcomp10.addItemInput(,16); +mythcomp10.addItemOutput(*16); +mythcomp10.build(); + +val mythcomp11 = RecipeBuilder.newBuilder("mythcomp11","mythic_processor_compactor",2); +mythcomp11.addEnergyPerTickInput(60000); +mythcomp11.addItemInput(,16); +mythcomp11.addItemOutput(*16); +mythcomp11.build(); + +val mythcomp12 = RecipeBuilder.newBuilder("mythcomp12","mythic_processor_compactor",2); +mythcomp12.addEnergyPerTickInput(60000); +mythcomp12.addItemInput(,16); +mythcomp12.addItemOutput(*16); +mythcomp12.build(); + +val mythcomp13 = RecipeBuilder.newBuilder("mythcomp13","mythic_processor_compactor",2); +mythcomp13.addEnergyPerTickInput(60000); +mythcomp13.addItemInput(,16); +mythcomp13.addItemOutput(*16); +mythcomp13.build(); + +val mythcomp14 = RecipeBuilder.newBuilder("mythcomp14","mythic_processor_compactor",2); +mythcomp14.addEnergyPerTickInput(60000); +mythcomp14.addItemInput(,16); +mythcomp14.addItemOutput(*16); +mythcomp14.build(); + +val mythcomp15 = RecipeBuilder.newBuilder("mythcomp15","mythic_processor_compactor",2); +mythcomp15.addEnergyPerTickInput(60000); +mythcomp15.addItemInput(,16); +mythcomp15.addItemOutput(*16); +mythcomp15.build(); + +val mythcomp16 = RecipeBuilder.newBuilder("mythcomp16","mythic_processor_compactor",2); +mythcomp16.addEnergyPerTickInput(60000); +mythcomp16.addItemInput(,16); +mythcomp16.addItemOutput(*16); +mythcomp16.build(); + +val mythcomp17 = RecipeBuilder.newBuilder("mythcomp17","mythic_processor_compactor",2); +mythcomp17.addEnergyPerTickInput(60000); +mythcomp17.addItemInput(,16); +mythcomp17.addItemOutput(*16); +mythcomp17.build(); + +val mythcomp18 = RecipeBuilder.newBuilder("mythcomp18","mythic_processor_compactor",2); +mythcomp18.addEnergyPerTickInput(60000); +mythcomp18.addItemInput(,16); +mythcomp18.addItemOutput(*16); +mythcomp18.build(); + +val mythcomp19 = RecipeBuilder.newBuilder("mythcomp19","mythic_processor_compactor",2); +mythcomp19.addEnergyPerTickInput(60000); +mythcomp19.addItemInput(,16); +mythcomp19.addItemOutput(*16); +mythcomp19.build(); + +val mythcomp20 = RecipeBuilder.newBuilder("mythcomp20","mythic_processor_compactor",2); +mythcomp20.addEnergyPerTickInput(60000); +mythcomp20.addItemInput(,16); +mythcomp20.addItemOutput(*16); +mythcomp20.build(); + +val mythcomp21 = RecipeBuilder.newBuilder("mythcomp21","mythic_processor_compactor",2); +mythcomp21.addEnergyPerTickInput(60000); +mythcomp21.addItemInput(,16); +mythcomp21.addItemOutput(*16); +mythcomp21.build(); + +val mythcomp22 = RecipeBuilder.newBuilder("mythcomp22","mythic_processor_compactor",2); +mythcomp22.addEnergyPerTickInput(60000); +mythcomp22.addItemInput(,16); +mythcomp22.addItemOutput(*16); +mythcomp22.build(); + +val mythcomp23 = RecipeBuilder.newBuilder("mythcomp23","mythic_processor_compactor",2); +mythcomp23.addEnergyPerTickInput(60000); +mythcomp23.addItemInput(,16); +mythcomp23.addItemOutput(*16); +mythcomp23.build(); + +val mythcomp24 = RecipeBuilder.newBuilder("mythcomp24","mythic_processor_compactor",2); +mythcomp24.addEnergyPerTickInput(60000); +mythcomp24.addItemInput(,16); +mythcomp24.addItemOutput(*16); +mythcomp24.build(); + +val mythcomp25 = RecipeBuilder.newBuilder("mythcomp25","mythic_processor_compactor",2); +mythcomp25.addEnergyPerTickInput(60000); +mythcomp25.addItemInput(,16); +mythcomp25.addItemOutput(*16); +mythcomp25.build(); + +val mythcomp26 = RecipeBuilder.newBuilder("mythcomp26","mythic_processor_compactor",2); +mythcomp26.addEnergyPerTickInput(60000); +mythcomp26.addItemInput(,16); +mythcomp26.addItemOutput(*16); +mythcomp26.build(); + +val mythcomp27 = RecipeBuilder.newBuilder("mythcomp27","mythic_processor_compactor",2); +mythcomp27.addEnergyPerTickInput(60000); +mythcomp27.addItemInput(,16); +mythcomp27.addItemOutput(*16); +mythcomp27.build(); + +val mythcomp28 = RecipeBuilder.newBuilder("mythcomp28","mythic_processor_compactor",2); +mythcomp28.addEnergyPerTickInput(60000); +mythcomp28.addItemInput(,16); +mythcomp28.addItemOutput(*16); +mythcomp28.build(); + +val mythcomp29 = RecipeBuilder.newBuilder("mythcomp29","mythic_processor_compactor",2); +mythcomp29.addEnergyPerTickInput(60000); +mythcomp29.addItemInput(,16); +mythcomp29.addItemOutput(*16); +mythcomp29.build(); + +val mythcomp30 = RecipeBuilder.newBuilder("mythcomp30","mythic_processor_compactor",2); +mythcomp30.addEnergyPerTickInput(60000); +mythcomp30.addItemInput(,16); +mythcomp30.addItemOutput(*16); +mythcomp30.build(); + +val mythcomp31 = RecipeBuilder.newBuilder("mythcomp31","mythic_processor_compactor",2); +mythcomp31.addEnergyPerTickInput(60000); +mythcomp31.addItemInput(,16); +mythcomp31.addItemOutput(*16); +mythcomp31.build(); + +val mythcomp32 = RecipeBuilder.newBuilder("mythcomp32","mythic_processor_compactor",2); +mythcomp32.addEnergyPerTickInput(60000); +mythcomp32.addItemInput(,16); +mythcomp32.addItemOutput(*16); +mythcomp32.build(); + +val mythcomp33 = RecipeBuilder.newBuilder("mythcomp33","mythic_processor_compactor",2); +mythcomp33.addEnergyPerTickInput(60000); +mythcomp33.addItemInput(,16); +mythcomp33.addItemOutput(*16); +mythcomp33.build(); + +val mythcomp34 = RecipeBuilder.newBuilder("mythcomp34","mythic_processor_compactor",2); +mythcomp34.addEnergyPerTickInput(60000); +mythcomp34.addItemInput(,16); +mythcomp34.addItemOutput(*16); +mythcomp34.build(); + +val mythcomp35 = RecipeBuilder.newBuilder("mythcomp35","mythic_processor_compactor",2); +mythcomp35.addEnergyPerTickInput(60000); +mythcomp35.addItemInput(,16); +mythcomp35.addItemOutput(*16); +mythcomp35.build(); + +val mythcomp36 = RecipeBuilder.newBuilder("mythcomp36","mythic_processor_compactor",2); +mythcomp36.addEnergyPerTickInput(60000); +mythcomp36.addItemInput(,16); +mythcomp36.addItemOutput(*16); +mythcomp36.build(); + +val mythcomp37 = RecipeBuilder.newBuilder("mythcomp37","mythic_processor_compactor",2); +mythcomp37.addEnergyPerTickInput(60000); +mythcomp37.addItemInput(,16); +mythcomp37.addItemOutput(*16); +mythcomp37.build(); + +val mythcomp38 = RecipeBuilder.newBuilder("mythcomp38","mythic_processor_compactor",2); +mythcomp38.addEnergyPerTickInput(60000); +mythcomp38.addItemInput(,16); +mythcomp38.addItemOutput(*16); +mythcomp38.build(); + +val mythcomp39 = RecipeBuilder.newBuilder("mythcomp39","mythic_processor_compactor",2); +mythcomp39.addEnergyPerTickInput(60000); +mythcomp39.addItemInput(,16); +mythcomp39.addItemOutput(*16); +mythcomp39.build(); + +val mythcomp40 = RecipeBuilder.newBuilder("mythcomp40","mythic_processor_compactor",2); +mythcomp40.addEnergyPerTickInput(60000); +mythcomp40.addItemInput(,16); +mythcomp40.addItemOutput(*16); +mythcomp40.build(); + +val mythcomp41 = RecipeBuilder.newBuilder("mythcomp41","mythic_processor_compactor",2); +mythcomp41.addEnergyPerTickInput(60000); +mythcomp41.addItemInput(,16); +mythcomp41.addItemOutput(*16); +mythcomp41.build(); + +val mythcomp42 = RecipeBuilder.newBuilder("mythcomp42","mythic_processor_compactor",2); +mythcomp42.addEnergyPerTickInput(60000); +mythcomp42.addItemInput(,16); +mythcomp42.addItemOutput(*16); +mythcomp42.build(); + +val mythcomp43 = RecipeBuilder.newBuilder("mythcomp43","mythic_processor_compactor",2); +mythcomp43.addEnergyPerTickInput(60000); +mythcomp43.addItemInput(,16); +mythcomp43.addItemOutput(*16); +mythcomp43.build(); + +val mythcomp44 = RecipeBuilder.newBuilder("mythcomp44","mythic_processor_compactor",2); +mythcomp44.addEnergyPerTickInput(60000); +mythcomp44.addItemInput(,16); +mythcomp44.addItemOutput(*16); +mythcomp44.build(); + +val mythcomp45 = RecipeBuilder.newBuilder("mythcomp45","mythic_processor_compactor",2); +mythcomp45.addEnergyPerTickInput(60000); +mythcomp45.addItemInput(,16); +mythcomp45.addItemOutput(*16); +mythcomp45.build(); + +val mythcomp46 = RecipeBuilder.newBuilder("mythcomp46","mythic_processor_compactor",2); +mythcomp46.addEnergyPerTickInput(60000); +mythcomp46.addItemInput(,16); +mythcomp46.addItemOutput(*16); +mythcomp46.build(); + +val mythcomp47 = RecipeBuilder.newBuilder("mythcomp47","mythic_processor_compactor",2); +mythcomp47.addEnergyPerTickInput(60000); +mythcomp47.addItemInput(,16); +mythcomp47.addItemOutput(*16); +mythcomp47.build(); + +val mythcomp48 = RecipeBuilder.newBuilder("mythcomp48","mythic_processor_compactor",2); +mythcomp48.addEnergyPerTickInput(60000); +mythcomp48.addItemInput(,16); +mythcomp48.addItemOutput(*16); +mythcomp48.build(); + +val mythcomp49 = RecipeBuilder.newBuilder("mythcomp49","mythic_processor_compactor",2); +mythcomp49.addEnergyPerTickInput(60000); +mythcomp49.addItemInput(,16); +mythcomp49.addItemOutput(*16); +mythcomp49.build(); + +val mythcomp50 = RecipeBuilder.newBuilder("mythcomp50","mythic_processor_compactor",2); +mythcomp50.addEnergyPerTickInput(60000); +mythcomp50.addItemInput(,16); +mythcomp50.addItemOutput(*16); +mythcomp50.build(); + +val mythcomp51 = RecipeBuilder.newBuilder("mythcomp51","mythic_processor_compactor",2); +mythcomp51.addEnergyPerTickInput(60000); +mythcomp51.addItemInput(,16); +mythcomp51.addItemOutput(*16); +mythcomp51.build(); + +val mythcomp52 = RecipeBuilder.newBuilder("mythcomp52","mythic_processor_compactor",2); +mythcomp52.addEnergyPerTickInput(60000); +mythcomp52.addItemInput(,16); +mythcomp52.addItemOutput(*16); +mythcomp52.build(); + +val mythcomp53 = RecipeBuilder.newBuilder("mythcomp53","mythic_processor_compactor",2); +mythcomp53.addEnergyPerTickInput(60000); +mythcomp53.addItemInput(,16); +mythcomp53.addItemOutput(*16); +mythcomp53.build(); + +val mythcomp54 = RecipeBuilder.newBuilder("mythcomp54","mythic_processor_compactor",2); +mythcomp54.addEnergyPerTickInput(60000); +mythcomp54.addItemInput(,16); +mythcomp54.addItemOutput(*16); +mythcomp54.build(); \ No newline at end of file diff --git a/scripts/MythicProcessorEmpowerer.zs b/scripts/MythicProcessorEmpowerer.zs new file mode 100644 index 00000000..f764589a --- /dev/null +++ b/scripts/MythicProcessorEmpowerer.zs @@ -0,0 +1,171 @@ +import mods.modularmachinery.RecipeBuilder; + +val mythempo1 = RecipeBuilder.newBuilder("mythempo1","mythic_processor_empowerer",1); +mythempo1.addEnergyPerTickInput(40000); +mythempo1.addItemInput(); +mythempo1.addItemInput(); +mythempo1.addItemInput(); +mythempo1.addItemInput(); +mythempo1.addItemInput(); +mythempo1.addItemOutput(); +mythempo1.build(); + +val mythempo2 = RecipeBuilder.newBuilder("mythempo2","mythic_processor_empowerer",1); +mythempo2.addEnergyPerTickInput(40000); +mythempo2.addItemInput(); +mythempo2.addItemInput(); +mythempo2.addItemInput(); +mythempo2.addItemInput(); +mythempo2.addItemInput(); +mythempo2.addItemOutput(); +mythempo2.build(); + +val mythempo3 = RecipeBuilder.newBuilder("mythempo3","mythic_processor_empowerer",1); +mythempo3.addEnergyPerTickInput(40000); +mythempo3.addItemInput(); +mythempo3.addItemInput(); +mythempo3.addItemInput(); +mythempo3.addItemInput(); +mythempo3.addItemInput(); +mythempo3.addItemOutput(); +mythempo3.build(); + +val mythempo4 = RecipeBuilder.newBuilder("mythempo4","mythic_processor_empowerer",1); +mythempo4.addEnergyPerTickInput(40000); +mythempo4.addItemInput(); +mythempo4.addItemInput(); +mythempo4.addItemInput(); +mythempo4.addItemInput(); +mythempo4.addItemInput(); +mythempo4.addItemOutput(); +mythempo4.build(); + +val mythempo5 = RecipeBuilder.newBuilder("mythempo5","mythic_processor_empowerer",1); +mythempo5.addEnergyPerTickInput(40000); +mythempo5.addItemInput(); +mythempo5.addItemInput(); +mythempo5.addItemInput(); +mythempo5.addItemInput(); +mythempo5.addItemInput(); +mythempo5.addItemOutput(); +mythempo5.build(); + +val mythempo6 = RecipeBuilder.newBuilder("mythempo6","mythic_processor_empowerer",1); +mythempo6.addEnergyPerTickInput(40000); +mythempo6.addItemInput(); +mythempo6.addItemInput(); +mythempo6.addItemInput(); +mythempo6.addItemInput(); +mythempo6.addItemInput(); +mythempo6.addItemOutput(); +mythempo6.build(); + +val mythempo7 = RecipeBuilder.newBuilder("mythempo7","mythic_processor_empowerer",1); +mythempo7.addEnergyPerTickInput(40000); +mythempo7.addItemInput(); +mythempo7.addItemInput(); +mythempo7.addItemInput(); +mythempo7.addItemInput(); +mythempo7.addItemInput(); +mythempo7.addItemOutput(); +mythempo7.build(); + +val mythempo8 = RecipeBuilder.newBuilder("mythempo8","mythic_processor_empowerer",1); +mythempo8.addEnergyPerTickInput(40000); +mythempo8.addItemInput(); +mythempo8.addItemInput(); +mythempo8.addItemInput(); +mythempo8.addItemInput(); +mythempo8.addItemInput(); +mythempo8.addItemOutput(); +mythempo8.build(); + +val mythempo9 = RecipeBuilder.newBuilder("mythempo9","mythic_processor_empowerer",1); +mythempo9.addEnergyPerTickInput(40000); +mythempo9.addItemInput(); +mythempo9.addItemInput(); +mythempo9.addItemInput(); +mythempo9.addItemInput(); +mythempo9.addItemInput(); +mythempo9.addItemOutput(); +mythempo9.build(); + +val mythempo10 = RecipeBuilder.newBuilder("mythempo10","mythic_processor_empowerer",1); +mythempo10.addEnergyPerTickInput(40000); +mythempo10.addItemInput(); +mythempo10.addItemInput(); +mythempo10.addItemInput(); +mythempo10.addItemInput(); +mythempo10.addItemInput(); +mythempo10.addItemOutput(); +mythempo10.build(); + +val mythempo11 = RecipeBuilder.newBuilder("mythempo11","mythic_processor_empowerer",1); +mythempo11.addEnergyPerTickInput(40000); +mythempo11.addItemInput(); +mythempo11.addItemInput(); +mythempo11.addItemInput(); +mythempo11.addItemInput(); +mythempo11.addItemInput(); +mythempo11.addItemOutput(); +mythempo11.build(); + +val mythempo12 = RecipeBuilder.newBuilder("mythempo12","mythic_processor_empowerer",1); +mythempo12.addEnergyPerTickInput(40000); +mythempo12.addItemInput(); +mythempo12.addItemInput(); +mythempo12.addItemInput(); +mythempo12.addItemInput(); +mythempo12.addItemInput(); +mythempo12.addItemOutput(); +mythempo12.build(); + +val mythempo13 = RecipeBuilder.newBuilder("mythempo13","mythic_processor_empowerer",1); +mythempo13.addEnergyPerTickInput(40000); +mythempo13.addItemInput(); +mythempo13.addItemInput(); +mythempo13.addItemInput(); +mythempo13.addItemInput(); +mythempo13.addItemInput(); +mythempo13.addItemOutput(); +mythempo13.build(); + +val mythempo14 = RecipeBuilder.newBuilder("mythempo14","mythic_processor_empowerer",1); +mythempo14.addEnergyPerTickInput(40000); +mythempo14.addItemInput(); +mythempo14.addItemInput(); +mythempo14.addItemInput(); +mythempo14.addItemInput(); +mythempo14.addItemInput(); +mythempo14.addItemOutput(); +mythempo14.build(); + +val mythempo15 = RecipeBuilder.newBuilder("mythempo15","mythic_processor_empowerer",1); +mythempo15.addEnergyPerTickInput(40000); +mythempo15.addItemInput(); +mythempo15.addItemInput(); +mythempo15.addItemInput(); +mythempo15.addItemInput(); +mythempo15.addItemInput(); +mythempo15.addItemOutput(); +mythempo15.build(); + +val mythempo16 = RecipeBuilder.newBuilder("mythempo16","mythic_processor_empowerer",1); +mythempo16.addEnergyPerTickInput(40000); +mythempo16.addItemInput(); +mythempo16.addItemInput(); +mythempo16.addItemInput(); +mythempo16.addItemInput(); +mythempo16.addItemInput(); +mythempo16.addItemOutput(); +mythempo16.build(); + +val mythempo17 = RecipeBuilder.newBuilder("mythempo17","mythic_processor_empowerer",1); +mythempo17.addEnergyPerTickInput(40000); +mythempo17.addItemInput(); +mythempo17.addItemInput(); +mythempo17.addItemInput(); +mythempo17.addItemInput(); +mythempo17.addItemInput(); +mythempo17.addItemOutput(); +mythempo17.build(); \ No newline at end of file diff --git a/scripts/MythicProcessorFurnace.zs b/scripts/MythicProcessorFurnace.zs new file mode 100644 index 00000000..47111045 --- /dev/null +++ b/scripts/MythicProcessorFurnace.zs @@ -0,0 +1,27 @@ + +import mods.modularmachinery.RecipeBuilder; + +val mythfurn1 = RecipeBuilder.newBuilder("mythfurn1","mythic_processor_furnace",1); +mythfurn1.addEnergyPerTickInput(60000); +mythfurn1.addItemInput(); +mythfurn1.addItemInput(); +mythfurn1.addItemInput(*4); +mythfurn1.addItemInput(); +mythfurn1.addItemInput(); +mythfurn1.addItemOutput(*6); +mythfurn1.build(); + +val mythfurn2 = RecipeBuilder.newBuilder("mythfurn2","mythic_processor_furnace",1); +mythfurn2.addEnergyPerTickInput(60000); +mythfurn2.addItemInput(); +mythfurn2.addItemInput(*3); +mythfurn2.addItemInput(); +mythfurn2.addItemInput(); +mythfurn2.addItemOutput(*12); +mythfurn2.build(); + +val mythfurn3 = RecipeBuilder.newBuilder("mythfurn3","mythic_processor_furnace",1); +mythfurn3.addEnergyPerTickInput(60000); +mythfurn3.addItemInput(); +mythfurn3.addItemOutput(); +mythfurn3.build(); \ No newline at end of file diff --git a/scripts/MythicProcessorGearworking.zs b/scripts/MythicProcessorGearworking.zs new file mode 100644 index 00000000..e3741aa7 --- /dev/null +++ b/scripts/MythicProcessorGearworking.zs @@ -0,0 +1,187 @@ +import mods.modularmachinery.RecipeBuilder; + +val mythgear1 = RecipeBuilder.newBuilder("mythgear1","mythic_processor_gearworking_die",2); +mythgear1.addEnergyPerTickInput(30000); +mythgear1.addItemInput(,16); +mythgear1.addItemOutput(*4); +mythgear1.build(); + +val mythgear2 = RecipeBuilder.newBuilder("mythgear2","mythic_processor_gearworking_die",2); +mythgear2.addEnergyPerTickInput(30000); +mythgear2.addItemInput(,16); +mythgear2.addItemOutput(*4); +mythgear2.build(); + +val mythgear3 = RecipeBuilder.newBuilder("mythgear3","mythic_processor_gearworking_die",2); +mythgear3.addEnergyPerTickInput(30000); +mythgear3.addItemInput(,16); +mythgear3.addItemOutput(*4); +mythgear3.build(); + +val mythgear4 = RecipeBuilder.newBuilder("mythgear4","mythic_processor_gearworking_die",2); +mythgear4.addEnergyPerTickInput(30000); +mythgear4.addItemInput(,16); +mythgear4.addItemOutput(*4); +mythgear4.build(); + +val mythgear5 = RecipeBuilder.newBuilder("mythgear5","mythic_processor_gearworking_die",2); +mythgear5.addEnergyPerTickInput(30000); +mythgear5.addItemInput(,16); +mythgear5.addItemOutput(*4); +mythgear5.build(); + +val mythgear6 = RecipeBuilder.newBuilder("mythgear6","mythic_processor_gearworking_die",2); +mythgear6.addEnergyPerTickInput(30000); +mythgear6.addItemInput(,16); +mythgear6.addItemOutput(*4); +mythgear6.build(); + +val mythgear7 = RecipeBuilder.newBuilder("mythgear7","mythic_processor_gearworking_die",2); +mythgear7.addEnergyPerTickInput(30000); +mythgear7.addItemInput(,16); +mythgear7.addItemOutput(*4); +mythgear7.build(); + +val mythgear8 = RecipeBuilder.newBuilder("mythgear8","mythic_processor_gearworking_die",2); +mythgear8.addEnergyPerTickInput(30000); +mythgear8.addItemInput(,16); +mythgear8.addItemOutput(*4); +mythgear8.build(); + +val mythgear9 = RecipeBuilder.newBuilder("mythgear9","mythic_processor_gearworking_die",2); +mythgear9.addEnergyPerTickInput(30000); +mythgear9.addItemInput(,16); +mythgear9.addItemOutput(*4); +mythgear9.build(); + +val mythgear10 = RecipeBuilder.newBuilder("mythgear10","mythic_processor_gearworking_die",2); +mythgear10.addEnergyPerTickInput(30000); +mythgear10.addItemInput(,16); +mythgear10.addItemOutput(*4); +mythgear10.build(); + +val mythgear11 = RecipeBuilder.newBuilder("mythgear11","mythic_processor_gearworking_die",2); +mythgear11.addEnergyPerTickInput(30000); +mythgear11.addItemInput(,16); +mythgear11.addItemOutput(*4); +mythgear11.build(); + +val mythgear12 = RecipeBuilder.newBuilder("mythgear12","mythic_processor_gearworking_die",2); +mythgear12.addEnergyPerTickInput(30000); +mythgear12.addItemInput(,16); +mythgear12.addItemOutput(*4); +mythgear12.build(); + +val mythgear13 = RecipeBuilder.newBuilder("mythgear13","mythic_processor_gearworking_die",2); +mythgear13.addEnergyPerTickInput(30000); +mythgear13.addItemInput(,16); +mythgear13.addItemOutput(*4); +mythgear13.build(); + +val mythgear14 = RecipeBuilder.newBuilder("mythgear14","mythic_processor_gearworking_die",2); +mythgear14.addEnergyPerTickInput(30000); +mythgear14.addItemInput(,16); +mythgear14.addItemOutput(*4); +mythgear14.build(); + +val mythgear15 = RecipeBuilder.newBuilder("mythgear15","mythic_processor_gearworking_die",2); +mythgear15.addEnergyPerTickInput(30000); +mythgear15.addItemInput(,16); +mythgear15.addItemOutput(*4); +mythgear15.build(); + +val mythgear16 = RecipeBuilder.newBuilder("mythgear16","mythic_processor_gearworking_die",2); +mythgear16.addEnergyPerTickInput(30000); +mythgear16.addItemInput(,16); +mythgear16.addItemOutput(*4); +mythgear16.build(); + +val mythgear17 = RecipeBuilder.newBuilder("mythgear17","mythic_processor_gearworking_die",2); +mythgear17.addEnergyPerTickInput(30000); +mythgear17.addItemInput(,16); +mythgear17.addItemOutput(*4); +mythgear17.build(); + +val mythgear18 = RecipeBuilder.newBuilder("mythgear18","mythic_processor_gearworking_die",2); +mythgear18.addEnergyPerTickInput(30000); +mythgear18.addItemInput(,16); +mythgear18.addItemOutput(*4); +mythgear18.build(); + +val mythgear19 = RecipeBuilder.newBuilder("mythgear19","mythic_processor_gearworking_die",2); +mythgear19.addEnergyPerTickInput(30000); +mythgear19.addItemInput(,16); +mythgear19.addItemOutput(*4); +mythgear19.build(); + +val mythgear20 = RecipeBuilder.newBuilder("mythgear20","mythic_processor_gearworking_die",2); +mythgear20.addEnergyPerTickInput(30000); +mythgear20.addItemInput(,16); +mythgear20.addItemOutput(*4); +mythgear20.build(); + +val mythgear21 = RecipeBuilder.newBuilder("mythgear21","mythic_processor_gearworking_die",2); +mythgear21.addEnergyPerTickInput(30000); +mythgear21.addItemInput(,16); +mythgear21.addItemOutput(*4); +mythgear21.build(); + +val mythgear22 = RecipeBuilder.newBuilder("mythgear22","mythic_processor_gearworking_die",2); +mythgear22.addEnergyPerTickInput(30000); +mythgear22.addItemInput(,16); +mythgear22.addItemOutput(*4); +mythgear22.build(); + +val mythgear23 = RecipeBuilder.newBuilder("mythgear23","mythic_processor_gearworking_die",2); +mythgear23.addEnergyPerTickInput(30000); +mythgear23.addItemInput(,16); +mythgear23.addItemOutput(*4); +mythgear23.build(); + +val mythgear24 = RecipeBuilder.newBuilder("mythgear24","mythic_processor_gearworking_die",2); +mythgear24.addEnergyPerTickInput(30000); +mythgear24.addItemInput(,16); +mythgear24.addItemOutput(*4); +mythgear24.build(); + +val mythgear25 = RecipeBuilder.newBuilder("mythgear25","mythic_processor_gearworking_die",2); +mythgear25.addEnergyPerTickInput(30000); +mythgear25.addItemInput(,16); +mythgear25.addItemOutput(*4); +mythgear25.build(); + +val mythgear26 = RecipeBuilder.newBuilder("mythgear26","mythic_processor_gearworking_die",2); +mythgear26.addEnergyPerTickInput(30000); +mythgear26.addItemInput(,16); +mythgear26.addItemOutput(*4); +mythgear26.build(); + +val mythgear27 = RecipeBuilder.newBuilder("mythgear27","mythic_processor_gearworking_die",2); +mythgear27.addEnergyPerTickInput(30000); +mythgear27.addItemInput(,16); +mythgear27.addItemOutput(*4); +mythgear27.build(); + +val mythgear28 = RecipeBuilder.newBuilder("mythgear28","mythic_processor_gearworking_die",2); +mythgear28.addEnergyPerTickInput(30000); +mythgear28.addItemInput(,16); +mythgear28.addItemOutput(*4); +mythgear28.build(); + +val mythgear29 = RecipeBuilder.newBuilder("mythgear29","mythic_processor_gearworking_die",2); +mythgear29.addEnergyPerTickInput(30000); +mythgear29.addItemInput(,16); +mythgear29.addItemOutput(*4); +mythgear29.build(); + +val mythgear30 = RecipeBuilder.newBuilder("mythgear30","mythic_processor_gearworking_die",2); +mythgear30.addEnergyPerTickInput(30000); +mythgear30.addItemInput(,16); +mythgear30.addItemOutput(*4); +mythgear30.build(); + +val mythgear31 = RecipeBuilder.newBuilder("mythgear31","mythic_processor_gearworking_die",2); +mythgear31.addEnergyPerTickInput(30000); +mythgear31.addItemInput(,16); +mythgear31.addItemOutput(*4); +mythgear31.build(); \ No newline at end of file diff --git a/scripts/MythicProcessorPulverizer.zs b/scripts/MythicProcessorPulverizer.zs new file mode 100644 index 00000000..48cdbfe5 --- /dev/null +++ b/scripts/MythicProcessorPulverizer.zs @@ -0,0 +1,1146 @@ + +import mods.modularmachinery.RecipeBuilder; + +val mythpulv1 = RecipeBuilder.newBuilder("mythpulv1","mythic_processor_pulverizer",2); +mythpulv1.addEnergyPerTickInput(60000); +mythpulv1.addItemInput(*16); +mythpulv1.addItemOutput(*16); +mythpulv1.build(); + +val mythpulv2 = RecipeBuilder.newBuilder("mythpulv2","mythic_processor_pulverizer",2); +mythpulv2.addEnergyPerTickInput(60000); +mythpulv2.addItemInput(*16); +mythpulv2.addItemOutput(*16); +mythpulv2.build(); + +val mythpulv3 = RecipeBuilder.newBuilder("mythpulv3","mythic_processor_pulverizer",2); +mythpulv3.addEnergyPerTickInput(60000); +mythpulv3.addItemInput(*16); +mythpulv3.addItemOutput(*16); +mythpulv3.build(); + +val mythpulv4 = RecipeBuilder.newBuilder("mythpulv4","mythic_processor_pulverizer",2); +mythpulv4.addEnergyPerTickInput(60000); +mythpulv4.addItemInput(*16); +mythpulv4.addItemOutput(*16); +mythpulv4.build(); + +val mythpulv5 = RecipeBuilder.newBuilder("mythpulv5","mythic_processor_pulverizer",2); +mythpulv5.addEnergyPerTickInput(60000); +mythpulv5.addItemInput(*16); +mythpulv5.addItemOutput(*16); +mythpulv5.build(); + +val mythpulv6 = RecipeBuilder.newBuilder("mythpulv6","mythic_processor_pulverizer",2); +mythpulv6.addEnergyPerTickInput(60000); +mythpulv6.addItemInput(*16); +mythpulv6.addItemOutput(*16); +mythpulv6.build(); + +val mythpulv7 = RecipeBuilder.newBuilder("mythpulv7","mythic_processor_pulverizer",2); +mythpulv7.addEnergyPerTickInput(60000); +mythpulv7.addItemInput(*16); +mythpulv7.addItemOutput(*16); +mythpulv7.build(); + +val mythpulv8 = RecipeBuilder.newBuilder("mythpulv8","mythic_processor_pulverizer",2); +mythpulv8.addEnergyPerTickInput(60000); +mythpulv8.addItemInput(*16); +mythpulv8.addItemOutput(*72); +mythpulv8.addItemOutput(*8); +mythpulv8.build(); + +val mythpulv9 = RecipeBuilder.newBuilder("mythpulv9","mythic_processor_pulverizer",2); +mythpulv9.addEnergyPerTickInput(60000); +mythpulv9.addItemInput(*16); +mythpulv9.addItemOutput(*16); +mythpulv9.build(); + +val mythpulv10 = RecipeBuilder.newBuilder("mythpulv10","mythic_processor_pulverizer",2); +mythpulv10.addEnergyPerTickInput(60000); +mythpulv10.addItemInput(*16); +mythpulv10.addItemOutput(*72); +mythpulv10.addItemOutput(*8); +mythpulv10.build(); + +val mythpulv11 = RecipeBuilder.newBuilder("mythpulv11","mythic_processor_pulverizer",2); +mythpulv11.addEnergyPerTickInput(60000); +mythpulv11.addItemInput(*16); +mythpulv11.addItemOutput(*72); +mythpulv11.addItemOutput(*8); +mythpulv11.build(); + +val mythpulv12 = RecipeBuilder.newBuilder("mythpulv12","mythic_processor_pulverizer",2); +mythpulv12.addEnergyPerTickInput(60000); +mythpulv12.addItemInput(*16); +mythpulv12.addItemOutput(*16); +mythpulv12.build(); + +val mythpulv13 = RecipeBuilder.newBuilder("mythpulv13","mythic_processor_pulverizer",2); +mythpulv13.addEnergyPerTickInput(60000); +mythpulv13.addItemInput(*16); +mythpulv13.addItemOutput(*16); +mythpulv13.build(); + +val mythpulv14 = RecipeBuilder.newBuilder("mythpulv14","mythic_processor_pulverizer",2); +mythpulv14.addEnergyPerTickInput(60000); +mythpulv14.addItemInput(*16); +mythpulv14.addItemOutput(*16); +mythpulv14.build(); + +val mythpulv15 = RecipeBuilder.newBuilder("mythpulv15","mythic_processor_pulverizer",2); +mythpulv15.addEnergyPerTickInput(60000); +mythpulv15.addItemInput(*16); +mythpulv15.addItemOutput(*16); +mythpulv15.build(); + +val mythpulv16 = RecipeBuilder.newBuilder("mythpulv16","mythic_processor_pulverizer",2); +mythpulv16.addEnergyPerTickInput(60000); +mythpulv16.addItemInput(*16); +mythpulv16.addItemOutput(*16); +mythpulv16.build(); + +val mythpulv17 = RecipeBuilder.newBuilder("mythpulv17","mythic_processor_pulverizer",2); +mythpulv17.addEnergyPerTickInput(60000); +mythpulv17.addItemInput(*16); +mythpulv17.addItemOutput(*16); +mythpulv17.build(); + +val mythpulv18 = RecipeBuilder.newBuilder("mythpulv18","mythic_processor_pulverizer",2); +mythpulv18.addEnergyPerTickInput(60000); +mythpulv18.addItemInput(*16); +mythpulv18.addItemOutput(*16); +mythpulv18.build(); + +val mythpulv19 = RecipeBuilder.newBuilder("mythpulv19","mythic_processor_pulverizer",2); +mythpulv19.addEnergyPerTickInput(60000); +mythpulv19.addItemInput(*16); +mythpulv19.addItemOutput(*16); +mythpulv19.build(); + +val mythpulv20 = RecipeBuilder.newBuilder("mythpulv20","mythic_processor_pulverizer",2); +mythpulv20.addEnergyPerTickInput(60000); +mythpulv20.addItemInput(*16); +mythpulv20.addItemOutput(*16); +mythpulv20.build(); + +val mythpulv21 = RecipeBuilder.newBuilder("mythpulv21","mythic_processor_pulverizer",2); +mythpulv21.addEnergyPerTickInput(60000); +mythpulv21.addItemInput(*16); +mythpulv21.addItemOutput(*16); +mythpulv21.build(); + +val mythpulv22 = RecipeBuilder.newBuilder("mythpulv22","mythic_processor_pulverizer",2); +mythpulv22.addEnergyPerTickInput(60000); +mythpulv22.addItemInput(*16); +mythpulv22.addItemOutput(*16); +mythpulv22.build(); + +val mythpulv23 = RecipeBuilder.newBuilder("mythpulv23","mythic_processor_pulverizer",2); +mythpulv23.addEnergyPerTickInput(60000); +mythpulv23.addItemInput(*16); +mythpulv23.addItemOutput(*16); +mythpulv23.build(); + +val mythpulv24 = RecipeBuilder.newBuilder("mythpulv24","mythic_processor_pulverizer",2); +mythpulv24.addEnergyPerTickInput(60000); +mythpulv24.addItemInput(*16); +mythpulv24.addItemOutput(*16); +mythpulv24.build(); + +val mythpulv25 = RecipeBuilder.newBuilder("mythpulv25","mythic_processor_pulverizer",2); +mythpulv25.addEnergyPerTickInput(60000); +mythpulv25.addItemInput(*16); +mythpulv25.addItemOutput(*16); +mythpulv25.build(); + +val mythpulv26 = RecipeBuilder.newBuilder("mythpulv26","mythic_processor_pulverizer",2); +mythpulv26.addEnergyPerTickInput(60000); +mythpulv26.addItemInput(*16); +mythpulv26.addItemOutput(*16); +mythpulv26.build(); + +val mythpulv27 = RecipeBuilder.newBuilder("mythpulv27","mythic_processor_pulverizer",2); +mythpulv27.addEnergyPerTickInput(60000); +mythpulv27.addItemInput(*16); +mythpulv27.addItemOutput(*16); +mythpulv27.build(); + +val mythpulv28 = RecipeBuilder.newBuilder("mythpulv28","mythic_processor_pulverizer",2); +mythpulv28.addEnergyPerTickInput(60000); +mythpulv28.addItemInput(*16); +mythpulv28.addItemOutput(*16); +mythpulv28.build(); + +val mythpulv29 = RecipeBuilder.newBuilder("mythpulv29","mythic_processor_pulverizer",2); +mythpulv29.addEnergyPerTickInput(60000); +mythpulv29.addItemInput(*16); +mythpulv29.addItemOutput(*16); +mythpulv29.build(); + +val mythpulv30 = RecipeBuilder.newBuilder("mythpulv30","mythic_processor_pulverizer",2); +mythpulv30.addEnergyPerTickInput(60000); +mythpulv30.addItemInput(*16); +mythpulv30.addItemOutput(*16); +mythpulv30.build(); + +val mythpulv31 = RecipeBuilder.newBuilder("mythpulv31","mythic_processor_pulverizer",2); +mythpulv31.addEnergyPerTickInput(60000); +mythpulv31.addItemInput(*16); +mythpulv31.addItemOutput(*16); +mythpulv31.build(); + +val mythpulv32 = RecipeBuilder.newBuilder("mythpulv32","mythic_processor_pulverizer",2); +mythpulv32.addEnergyPerTickInput(60000); +mythpulv32.addItemInput(*16); +mythpulv32.addItemOutput(*16); +mythpulv32.build(); + +val mythpulv33 = RecipeBuilder.newBuilder("mythpulv33","mythic_processor_pulverizer",2); +mythpulv33.addEnergyPerTickInput(60000); +mythpulv33.addItemInput(*16); +mythpulv33.addItemOutput(*16); +mythpulv33.build(); + +val mythpulv34 = RecipeBuilder.newBuilder("mythpulv34","mythic_processor_pulverizer",2); +mythpulv34.addEnergyPerTickInput(60000); +mythpulv34.addItemInput(*16); +mythpulv34.addItemOutput(*16); +mythpulv34.build(); + +val mythpulv35 = RecipeBuilder.newBuilder("mythpulv35","mythic_processor_pulverizer",2); +mythpulv35.addEnergyPerTickInput(60000); +mythpulv35.addItemInput(*16); +mythpulv35.addItemOutput(*16); +mythpulv35.build(); + +val mythpulv36 = RecipeBuilder.newBuilder("mythpulv36","mythic_processor_pulverizer",2); +mythpulv36.addEnergyPerTickInput(60000); +mythpulv36.addItemInput(*16); +mythpulv36.addItemOutput(*16); +mythpulv36.build(); + +val mythpulv37 = RecipeBuilder.newBuilder("mythpulv37","mythic_processor_pulverizer",2); +mythpulv37.addEnergyPerTickInput(60000); +mythpulv37.addItemInput(*16); +mythpulv37.addItemOutput(*16); +mythpulv37.build(); + +val mythpulv38 = RecipeBuilder.newBuilder("mythpulv38","mythic_processor_pulverizer",2); +mythpulv38.addEnergyPerTickInput(60000); +mythpulv38.addItemInput(*16); +mythpulv38.addItemOutput(*16); +mythpulv38.build(); + +val mythpulv39 = RecipeBuilder.newBuilder("mythpulv39","mythic_processor_pulverizer",2); +mythpulv39.addEnergyPerTickInput(60000); +mythpulv39.addItemInput(*16); +mythpulv39.addItemOutput(*16); +mythpulv39.build(); + +val mythpulv40 = RecipeBuilder.newBuilder("mythpulv40","mythic_processor_pulverizer",2); +mythpulv40.addEnergyPerTickInput(60000); +mythpulv40.addItemInput(*16); +mythpulv40.addItemOutput(*16); +mythpulv40.build(); + +val mythpulv41 = RecipeBuilder.newBuilder("mythpulv41","mythic_processor_pulverizer",2); +mythpulv41.addEnergyPerTickInput(60000); +mythpulv41.addItemInput(*16); +mythpulv41.addItemOutput(*16); +mythpulv41.build(); + +val mythpulv42 = RecipeBuilder.newBuilder("mythpulv42","mythic_processor_pulverizer",2); +mythpulv42.addEnergyPerTickInput(60000); +mythpulv42.addItemInput(*16); +mythpulv42.addItemOutput(*16); +mythpulv42.build(); + +val mythpulv43 = RecipeBuilder.newBuilder("mythpulv43","mythic_processor_pulverizer",2); +mythpulv43.addEnergyPerTickInput(60000); +mythpulv43.addItemInput(*16); +mythpulv43.addItemOutput(*16); +mythpulv43.build(); + +val mythpulv44 = RecipeBuilder.newBuilder("mythpulv44","mythic_processor_pulverizer",2); +mythpulv44.addEnergyPerTickInput(60000); +mythpulv44.addItemInput(*16); +mythpulv44.addItemOutput(*16); +mythpulv44.build(); + +val mythpulv45 = RecipeBuilder.newBuilder("mythpulv45","mythic_processor_pulverizer",2); +mythpulv45.addEnergyPerTickInput(60000); +mythpulv45.addItemInput(*16); +mythpulv45.addItemOutput(*16); +mythpulv45.build(); + +val mythpulv46 = RecipeBuilder.newBuilder("mythpulv46","mythic_processor_pulverizer",2); +mythpulv46.addEnergyPerTickInput(60000); +mythpulv46.addItemInput(*16); +mythpulv46.addItemOutput(*16); +mythpulv46.build(); + +val mythpulv47 = RecipeBuilder.newBuilder("mythpulv47","mythic_processor_pulverizer",2); +mythpulv47.addEnergyPerTickInput(60000); +mythpulv47.addItemInput(*16); +mythpulv47.addItemOutput(*16); +mythpulv47.build(); + +val mythpulv48 = RecipeBuilder.newBuilder("mythpulv48","mythic_processor_pulverizer",2); +mythpulv48.addEnergyPerTickInput(60000); +mythpulv48.addItemInput(*16); +mythpulv48.addItemOutput(*128); +mythpulv48.build(); + +val mythpulv49 = RecipeBuilder.newBuilder("mythpulv49","mythic_processor_pulverizer",2); +mythpulv49.addEnergyPerTickInput(60000); +mythpulv49.addItemInput(*16); +mythpulv49.addItemOutput(*16); +mythpulv49.build(); + +val mythpulv50 = RecipeBuilder.newBuilder("mythpulv50","mythic_processor_pulverizer",2); +mythpulv50.addEnergyPerTickInput(60000); +mythpulv50.addItemInput(*16); +mythpulv50.addItemOutput(*16); +mythpulv50.build(); + +val mythpulv51 = RecipeBuilder.newBuilder("mythpulv51","mythic_processor_pulverizer",2); +mythpulv51.addEnergyPerTickInput(60000); +mythpulv51.addItemInput(*16); +mythpulv51.addItemOutput(*16); +mythpulv51.build(); + +val mythpulv52 = RecipeBuilder.newBuilder("mythpulv52","mythic_processor_pulverizer",2); +mythpulv52.addEnergyPerTickInput(60000); +mythpulv52.addItemInput(*16); +mythpulv52.addItemOutput(*16); +mythpulv52.build(); + +val mythpulv53 = RecipeBuilder.newBuilder("mythpulv53","mythic_processor_pulverizer",2); +mythpulv53.addEnergyPerTickInput(60000); +mythpulv53.addItemInput(*16); +mythpulv53.addItemOutput(*16); +mythpulv53.build(); + +val mythpulv54 = RecipeBuilder.newBuilder("mythpulv54","mythic_processor_pulverizer",2); +mythpulv54.addEnergyPerTickInput(60000); +mythpulv54.addItemInput(*16); +mythpulv54.addItemOutput(*16); +mythpulv54.build(); + +val mythpulv55 = RecipeBuilder.newBuilder("mythpulv55","mythic_processor_pulverizer",2); +mythpulv55.addEnergyPerTickInput(60000); +mythpulv55.addItemInput(*16); +mythpulv55.addItemOutput(*16); +mythpulv55.build(); + +val mythpulv56 = RecipeBuilder.newBuilder("mythpulv56","mythic_processor_pulverizer",2); +mythpulv56.addEnergyPerTickInput(60000); +mythpulv56.addItemInput(*16); +mythpulv56.addItemOutput(*16); +mythpulv56.build(); + +val mythpulv57 = RecipeBuilder.newBuilder("mythpulv57","mythic_processor_pulverizer",2); +mythpulv57.addEnergyPerTickInput(60000); +mythpulv57.addItemInput(*16); +mythpulv57.addItemOutput(*16); +mythpulv57.build(); + +val mythpulv58 = RecipeBuilder.newBuilder("mythpulv58","mythic_processor_pulverizer",2); +mythpulv58.addEnergyPerTickInput(60000); +mythpulv58.addItemInput(*16); +mythpulv58.addItemOutput(*16); +mythpulv58.build(); + +val mythpulv59 = RecipeBuilder.newBuilder("mythpulv59","mythic_processor_pulverizer",2); +mythpulv59.addEnergyPerTickInput(60000); +mythpulv59.addItemInput(*16); +mythpulv59.addItemOutput(*16); +mythpulv59.build(); + +val mythpulv60 = RecipeBuilder.newBuilder("mythpulv60","mythic_processor_pulverizer",2); +mythpulv60.addEnergyPerTickInput(60000); +mythpulv60.addItemInput(*16); +mythpulv60.addItemOutput(*16); +mythpulv60.build(); + +val mythpulv61 = RecipeBuilder.newBuilder("mythpulv61","mythic_processor_pulverizer",2); +mythpulv61.addEnergyPerTickInput(60000); +mythpulv61.addItemInput(*16); +mythpulv61.addItemOutput(*16); +mythpulv61.build(); + +val mythpulv62 = RecipeBuilder.newBuilder("mythpulv62","mythic_processor_pulverizer",2); +mythpulv62.addEnergyPerTickInput(60000); +mythpulv62.addItemInput(*16); +mythpulv62.addItemOutput(*16); +mythpulv62.build(); + +val mythpulv63 = RecipeBuilder.newBuilder("mythpulv63","mythic_processor_pulverizer",2); +mythpulv63.addEnergyPerTickInput(60000); +mythpulv63.addItemInput(*16); +mythpulv63.addItemOutput(*16); +mythpulv63.build(); + +val mythpulv64 = RecipeBuilder.newBuilder("mythpulv64","mythic_processor_pulverizer",2); +mythpulv64.addEnergyPerTickInput(60000); +mythpulv64.addItemInput(*16); +mythpulv64.addItemOutput(*16); +mythpulv64.build(); + +val mythpulv65 = RecipeBuilder.newBuilder("mythpulv65","mythic_processor_pulverizer",2); +mythpulv65.addEnergyPerTickInput(60000); +mythpulv65.addItemInput(*16); +mythpulv65.addItemOutput(*16); +mythpulv65.build(); + +val mythpulv66 = RecipeBuilder.newBuilder("mythpulv66","mythic_processor_pulverizer",2); +mythpulv66.addEnergyPerTickInput(60000); +mythpulv66.addItemInput(*16); +mythpulv66.addItemOutput(*16); +mythpulv66.build(); + +val mythpulv67 = RecipeBuilder.newBuilder("mythpulv67","mythic_processor_pulverizer",2); +mythpulv67.addEnergyPerTickInput(60000); +mythpulv67.addItemInput(*16); +mythpulv67.addItemOutput(*16); +mythpulv67.build(); + +val mythpulv68 = RecipeBuilder.newBuilder("mythpulv68","mythic_processor_pulverizer",2); +mythpulv68.addEnergyPerTickInput(60000); +mythpulv68.addItemInput(*16); +mythpulv68.addItemOutput(*16); +mythpulv68.build(); + +val mythpulv69 = RecipeBuilder.newBuilder("mythpulv69","mythic_processor_pulverizer",2); +mythpulv69.addEnergyPerTickInput(60000); +mythpulv69.addItemInput(*16); +mythpulv69.addItemOutput(*16); +mythpulv69.build(); + +val mythpulv70 = RecipeBuilder.newBuilder("mythpulv70","mythic_processor_pulverizer",2); +mythpulv70.addEnergyPerTickInput(60000); +mythpulv70.addItemInput(*16); +mythpulv70.addItemOutput(*16); +mythpulv70.build(); + +val mythpulv71 = RecipeBuilder.newBuilder("mythpulv71","mythic_processor_pulverizer",2); +mythpulv71.addEnergyPerTickInput(60000); +mythpulv71.addItemInput(*16); +mythpulv71.addItemOutput(*16); +mythpulv71.build(); + +val mythpulv72 = RecipeBuilder.newBuilder("mythpulv72","mythic_processor_pulverizer",2); +mythpulv72.addEnergyPerTickInput(60000); +mythpulv72.addItemInput(*16); +mythpulv72.addItemOutput(*16); +mythpulv72.build(); + +val mythpulv73 = RecipeBuilder.newBuilder("mythpulv73","mythic_processor_pulverizer",2); +mythpulv73.addEnergyPerTickInput(60000); +mythpulv73.addItemInput(*16); +mythpulv73.addItemOutput(*16); +mythpulv73.build(); + +val mythpulv74 = RecipeBuilder.newBuilder("mythpulv74","mythic_processor_pulverizer",2); +mythpulv74.addEnergyPerTickInput(60000); +mythpulv74.addItemInput(*16); +mythpulv74.addItemOutput(*16); +mythpulv74.build(); + +val mythpulv75 = RecipeBuilder.newBuilder("mythpulv75","mythic_processor_pulverizer",2); +mythpulv75.addEnergyPerTickInput(60000); +mythpulv75.addItemInput(*16); +mythpulv75.addItemOutput(*16); +mythpulv75.build(); + +val mythpulv76 = RecipeBuilder.newBuilder("mythpulv76","mythic_processor_pulverizer",2); +mythpulv76.addEnergyPerTickInput(60000); +mythpulv76.addItemInput(*16); +mythpulv76.addItemOutput(*16); +mythpulv76.build(); + +val mythpulv77 = RecipeBuilder.newBuilder("mythpulv77","mythic_processor_pulverizer",2); +mythpulv77.addEnergyPerTickInput(60000); +mythpulv77.addItemInput(*16); +mythpulv77.addItemOutput(*16); +mythpulv77.build(); + +val mythpulv78 = RecipeBuilder.newBuilder("mythpulv78","mythic_processor_pulverizer",2); +mythpulv78.addEnergyPerTickInput(60000); +mythpulv78.addItemInput(*16); +mythpulv78.addItemOutput(*16); +mythpulv78.build(); + +val mythpulv79 = RecipeBuilder.newBuilder("mythpulv79","mythic_processor_pulverizer",2); +mythpulv79.addEnergyPerTickInput(60000); +mythpulv79.addItemInput(*16); +mythpulv79.addItemOutput(*16); +mythpulv79.build(); + +val mythpulv80 = RecipeBuilder.newBuilder("mythpulv80","mythic_processor_pulverizer",2); +mythpulv80.addEnergyPerTickInput(60000); +mythpulv80.addItemInput(*16); +mythpulv80.addItemOutput(*16); +mythpulv80.build(); + +val mythpulv81 = RecipeBuilder.newBuilder("mythpulv81","mythic_processor_pulverizer",2); +mythpulv81.addEnergyPerTickInput(60000); +mythpulv81.addItemInput(*16); +mythpulv81.addItemOutput(*16); +mythpulv81.build(); + +val mythpulv82 = RecipeBuilder.newBuilder("mythpulv82","mythic_processor_pulverizer",2); +mythpulv82.addEnergyPerTickInput(60000); +mythpulv82.addItemInput(*16); +mythpulv82.addItemOutput(*16); +mythpulv82.build(); + +val mythpulv83 = RecipeBuilder.newBuilder("mythpulv83","mythic_processor_pulverizer",2); +mythpulv83.addEnergyPerTickInput(60000); +mythpulv83.addItemInput(*16); +mythpulv83.addItemOutput(*16); +mythpulv83.build(); + +val mythpulv84 = RecipeBuilder.newBuilder("mythpulv84","mythic_processor_pulverizer",2); +mythpulv84.addEnergyPerTickInput(60000); +mythpulv84.addItemInput(*16); +mythpulv84.addItemOutput(*16); +mythpulv84.build(); + +val mythpulv85 = RecipeBuilder.newBuilder("mythpulv85","mythic_processor_pulverizer",2); +mythpulv85.addEnergyPerTickInput(60000); +mythpulv85.addItemInput(*16); +mythpulv85.addItemOutput(*16); +mythpulv85.build(); + +val mythpulv86 = RecipeBuilder.newBuilder("mythpulv86","mythic_processor_pulverizer",2); +mythpulv86.addEnergyPerTickInput(60000); +mythpulv86.addItemInput(*16); +mythpulv86.addItemOutput(*16); +mythpulv86.build(); + +val mythpulv87 = RecipeBuilder.newBuilder("mythpulv87","mythic_processor_pulverizer",2); +mythpulv87.addEnergyPerTickInput(60000); +mythpulv87.addItemInput(*16); +mythpulv87.addItemOutput(*16); +mythpulv87.build(); + +val mythpulv88 = RecipeBuilder.newBuilder("mythpulv88","mythic_processor_pulverizer",2); +mythpulv88.addEnergyPerTickInput(60000); +mythpulv88.addItemInput(*16); +mythpulv88.addItemOutput(*16); +mythpulv88.build(); + +val mythpulv89 = RecipeBuilder.newBuilder("mythpulv89","mythic_processor_pulverizer",2); +mythpulv89.addEnergyPerTickInput(60000); +mythpulv89.addItemInput(*16); +mythpulv89.addItemOutput(*16); +mythpulv89.build(); + +val mythpulv90 = RecipeBuilder.newBuilder("mythpulv90","mythic_processor_pulverizer",2); +mythpulv90.addEnergyPerTickInput(60000); +mythpulv90.addItemInput(*16); +mythpulv90.addItemOutput(*16); +mythpulv90.build(); + +val mythpulv91 = RecipeBuilder.newBuilder("mythpulv91","mythic_processor_pulverizer",2); +mythpulv91.addEnergyPerTickInput(60000); +mythpulv91.addItemInput(*16); +mythpulv91.addItemOutput(*16); +mythpulv91.build(); + +val mythpulv92 = RecipeBuilder.newBuilder("mythpulv92","mythic_processor_pulverizer",2); +mythpulv92.addEnergyPerTickInput(60000); +mythpulv92.addItemInput(*16); +mythpulv92.addItemOutput(*16); +mythpulv92.build(); + +val mythpulv93 = RecipeBuilder.newBuilder("mythpulv93","mythic_processor_pulverizer",2); +mythpulv93.addEnergyPerTickInput(60000); +mythpulv93.addItemInput(*16); +mythpulv93.addItemOutput(*16); +mythpulv93.build(); + +val mythpulv94 = RecipeBuilder.newBuilder("mythpulv94","mythic_processor_pulverizer",2); +mythpulv94.addEnergyPerTickInput(60000); +mythpulv94.addItemInput(*16); +mythpulv94.addItemOutput(*16); +mythpulv94.build(); + +val mythpulv95 = RecipeBuilder.newBuilder("mythpulv95","mythic_processor_pulverizer",2); +mythpulv95.addEnergyPerTickInput(60000); +mythpulv95.addItemInput(*16); +mythpulv95.addItemOutput(*16); +mythpulv95.build(); + +val mythpulv96 = RecipeBuilder.newBuilder("mythpulv96","mythic_processor_pulverizer",2); +mythpulv96.addEnergyPerTickInput(60000); +mythpulv96.addItemInput(*16); +mythpulv96.addItemOutput(*16); +mythpulv96.build(); + +val mythpulv97 = RecipeBuilder.newBuilder("mythpulv97","mythic_processor_pulverizer",2); +mythpulv97.addEnergyPerTickInput(60000); +mythpulv97.addItemInput(*16); +mythpulv97.addItemOutput(*16); +mythpulv97.build(); + +val mythpulv98 = RecipeBuilder.newBuilder("mythpulv98","mythic_processor_pulverizer",2); +mythpulv98.addEnergyPerTickInput(60000); +mythpulv98.addItemInput(*16); +mythpulv98.addItemOutput(*16); +mythpulv98.build(); + +val mythpulv99 = RecipeBuilder.newBuilder("mythpulv99","mythic_processor_pulverizer",2); +mythpulv99.addEnergyPerTickInput(60000); +mythpulv99.addItemInput(*16); +mythpulv99.addItemOutput(*16); +mythpulv99.build(); + +val mythpulv100 = RecipeBuilder.newBuilder("mythpulv100","mythic_processor_pulverizer",2); +mythpulv100.addEnergyPerTickInput(60000); +mythpulv100.addItemInput(*16); +mythpulv100.addItemOutput(*16); +mythpulv100.build(); + +val mythpulv101 = RecipeBuilder.newBuilder("mythpulv101","mythic_processor_pulverizer",2); +mythpulv101.addEnergyPerTickInput(60000); +mythpulv101.addItemInput(*16); +mythpulv101.addItemOutput(*16); +mythpulv101.build(); + +val mythpulv102 = RecipeBuilder.newBuilder("mythpulv102","mythic_processor_pulverizer",2); +mythpulv102.addEnergyPerTickInput(60000); +mythpulv102.addItemInput(*16); +mythpulv102.addItemOutput(*72); +mythpulv102.addItemOutput(*8); +mythpulv102.build(); + +val mythpulv103 = RecipeBuilder.newBuilder("mythpulv103","mythic_processor_pulverizer",2); +mythpulv103.addEnergyPerTickInput(60000); +mythpulv103.addItemInput(*16); +mythpulv103.addItemOutput(*16); +mythpulv103.build(); + +val mythpulv104 = RecipeBuilder.newBuilder("mythpulv104","mythic_processor_pulverizer",2); +mythpulv104.addEnergyPerTickInput(60000); +mythpulv104.addItemInput(*16); +mythpulv104.addItemOutput(*16); +mythpulv104.build(); + +val mythpulv105 = RecipeBuilder.newBuilder("mythpulv105","mythic_processor_pulverizer",2); +mythpulv105.addEnergyPerTickInput(60000); +mythpulv105.addItemInput(*16); +mythpulv105.addItemOutput(*16); +mythpulv105.build(); + +val mythpulv106 = RecipeBuilder.newBuilder("mythpulv106","mythic_processor_pulverizer",2); +mythpulv106.addEnergyPerTickInput(60000); +mythpulv106.addItemInput(*16); +mythpulv106.addItemOutput(*16); +mythpulv106.build(); + +val mythpulv107 = RecipeBuilder.newBuilder("mythpulv107","mythic_processor_pulverizer",2); +mythpulv107.addEnergyPerTickInput(60000); +mythpulv107.addItemInput(*16); +mythpulv107.addItemOutput(*16); +mythpulv107.build(); + +val mythpulv108 = RecipeBuilder.newBuilder("mythpulv108","mythic_processor_pulverizer",2); +mythpulv108.addEnergyPerTickInput(60000); +mythpulv108.addItemInput(*16); +mythpulv108.addItemOutput(*72); +mythpulv108.build(); + +val mythpulv109 = RecipeBuilder.newBuilder("mythpulv109","mythic_processor_pulverizer",2); +mythpulv109.addEnergyPerTickInput(60000); +mythpulv109.addItemInput(*16); +mythpulv109.addItemOutput(*16); +mythpulv109.build(); + +val mythpulv110 = RecipeBuilder.newBuilder("mythpulv110","mythic_processor_pulverizer",2); +mythpulv110.addEnergyPerTickInput(60000); +mythpulv110.addItemInput(*16); +mythpulv110.addItemOutput(*32); +mythpulv110.build(); + +val mythpulv111 = RecipeBuilder.newBuilder("mythpulv111","mythic_processor_pulverizer",2); +mythpulv111.addEnergyPerTickInput(60000); +mythpulv111.addItemInput(*16); +mythpulv111.addItemOutput(*16); +mythpulv111.build(); + +val mythpulv112 = RecipeBuilder.newBuilder("mythpulv112","mythic_processor_pulverizer",2); +mythpulv112.addEnergyPerTickInput(60000); +mythpulv112.addItemInput(*16); +mythpulv112.addItemOutput(*16); +mythpulv112.build(); + +val mythpulv113 = RecipeBuilder.newBuilder("mythpulv113","mythic_processor_pulverizer",2); +mythpulv113.addEnergyPerTickInput(60000); +mythpulv113.addItemInput(*16); +mythpulv113.addItemOutput(*16); +mythpulv113.build(); + +val mythpulv114 = RecipeBuilder.newBuilder("mythpulv114","mythic_processor_pulverizer",2); +mythpulv114.addEnergyPerTickInput(60000); +mythpulv114.addItemInput(*16); +mythpulv114.addItemOutput(*16); +mythpulv114.build(); + +val mythpulv115 = RecipeBuilder.newBuilder("mythpulv115","mythic_processor_pulverizer",2); +mythpulv115.addEnergyPerTickInput(60000); +mythpulv115.addItemInput(*16); +mythpulv115.addItemOutput(*16); +mythpulv115.build(); + +val mythpulv116 = RecipeBuilder.newBuilder("mythpulv116","mythic_processor_pulverizer",2); +mythpulv116.addEnergyPerTickInput(60000); +mythpulv116.addItemInput(*16); +mythpulv116.addItemOutput(*16); +mythpulv116.build(); + +val mythpulv117 = RecipeBuilder.newBuilder("mythpulv117","mythic_processor_pulverizer",2); +mythpulv117.addEnergyPerTickInput(60000); +mythpulv117.addItemInput(*16); +mythpulv117.addItemOutput(*16); +mythpulv117.build(); + +val mythpulv118 = RecipeBuilder.newBuilder("mythpulv118","mythic_processor_pulverizer",2); +mythpulv118.addEnergyPerTickInput(60000); +mythpulv118.addItemInput(*16); +mythpulv118.addItemOutput(*16); +mythpulv118.build(); + +val mythpulv119 = RecipeBuilder.newBuilder("mythpulv119","mythic_processor_pulverizer",2); +mythpulv119.addEnergyPerTickInput(60000); +mythpulv119.addItemInput(*16); +mythpulv119.addItemOutput(*16); +mythpulv119.build(); + +val mythpulv120 = RecipeBuilder.newBuilder("mythpulv120","mythic_processor_pulverizer",2); +mythpulv120.addEnergyPerTickInput(60000); +mythpulv120.addItemInput(,16); +mythpulv120.addItemOutput(*128); +mythpulv120.build(); + +val mythpulv121 = RecipeBuilder.newBuilder("mythpulv121","mythic_processor_pulverizer",2); +mythpulv121.addEnergyPerTickInput(60000); +mythpulv121.addItemInput(,16); +mythpulv121.addItemOutput(*32); +mythpulv121.build(); + +val mythpulv122 = RecipeBuilder.newBuilder("mythpulv122","mythic_processor_pulverizer",2); +mythpulv122.addEnergyPerTickInput(60000); +mythpulv122.addItemInput(,16); +mythpulv122.addItemOutput(*64); +mythpulv122.addItemOutput(*16); +mythpulv122.build(); + +val mythpulv123 = RecipeBuilder.newBuilder("mythpulv123","mythic_processor_pulverizer",2); +mythpulv123.addEnergyPerTickInput(60000); +mythpulv123.addItemInput(,16); +mythpulv123.addItemOutput(*64); +mythpulv123.addItemOutput(*16); +mythpulv123.build(); + +val mythpulv124 = RecipeBuilder.newBuilder("mythpulv124","mythic_processor_pulverizer",2); +mythpulv124.addEnergyPerTickInput(60000); +mythpulv124.addItemInput(,16); +mythpulv124.addItemOutput(*64); +mythpulv124.addItemOutput(*16); +mythpulv124.build(); + +val mythpulv125 = RecipeBuilder.newBuilder("mythpulv125","mythic_processor_pulverizer",2); +mythpulv125.addEnergyPerTickInput(60000); +mythpulv125.addItemInput(,16); +mythpulv125.addItemOutput(*128); +mythpulv125.addItemOutput(*16); +mythpulv125.build(); + +val mythpulv126 = RecipeBuilder.newBuilder("mythpulv126","mythic_processor_pulverizer",2); +mythpulv126.addEnergyPerTickInput(60000); +mythpulv126.addItemInput(,16); +mythpulv126.addItemOutput(*64); +mythpulv126.addItemOutput(*16); +mythpulv126.build(); + +val mythpulv127 = RecipeBuilder.newBuilder("mythpulv127","mythic_processor_pulverizer",2); +mythpulv127.addEnergyPerTickInput(60000); +mythpulv127.addItemInput(,16); +mythpulv127.addItemOutput(*256); +mythpulv127.addItemOutput(*16); +mythpulv127.build(); + +val mythpulv128 = RecipeBuilder.newBuilder("mythpulv128","mythic_processor_pulverizer",2); +mythpulv128.addEnergyPerTickInput(60000); +mythpulv128.addItemInput(,16); +mythpulv128.addItemOutput(*64); +mythpulv128.addItemOutput(*16); +mythpulv128.build(); + +val mythpulv129 = RecipeBuilder.newBuilder("mythpulv129","mythic_processor_pulverizer",2); +mythpulv129.addEnergyPerTickInput(60000); +mythpulv129.addItemInput(,16); +mythpulv129.addItemOutput(*64); +mythpulv129.addItemOutput(*16); +mythpulv129.build(); + +val mythpulv130 = RecipeBuilder.newBuilder("mythpulv130","mythic_processor_pulverizer",2); +mythpulv130.addEnergyPerTickInput(60000); +mythpulv130.addItemInput(,16); +mythpulv130.addItemOutput(*64); +mythpulv130.addItemOutput(*16); +mythpulv130.build(); + +val mythpulv131 = RecipeBuilder.newBuilder("mythpulv131","mythic_processor_pulverizer",2); +mythpulv131.addEnergyPerTickInput(60000); +mythpulv131.addItemInput(,16); +mythpulv131.addItemOutput(*64); +mythpulv131.addItemOutput(*16); +mythpulv131.build(); + +val mythpulv132 = RecipeBuilder.newBuilder("mythpulv132","mythic_processor_pulverizer",2); +mythpulv132.addEnergyPerTickInput(60000); +mythpulv132.addItemInput(,16); +mythpulv132.addItemOutput(*64); +mythpulv132.addItemOutput(*16); +mythpulv132.build(); + +val mythpulv133 = RecipeBuilder.newBuilder("mythpulv133","mythic_processor_pulverizer",2); +mythpulv133.addEnergyPerTickInput(60000); +mythpulv133.addItemInput(,16); +mythpulv133.addItemOutput(*64); +mythpulv133.addItemOutput(*16); +mythpulv133.build(); + +val mythpulv134 = RecipeBuilder.newBuilder("mythpulv134","mythic_processor_pulverizer",2); +mythpulv134.addEnergyPerTickInput(60000); +mythpulv134.addItemInput(,16); +mythpulv134.addItemOutput(*64); +mythpulv134.addItemOutput(*16); +mythpulv134.build(); + +val mythpulv136 = RecipeBuilder.newBuilder("mythpulv136","mythic_processor_pulverizer",2); +mythpulv136.addEnergyPerTickInput(60000); +mythpulv136.addItemInput(,16); +mythpulv136.addItemOutput(*64); +mythpulv136.build(); + +val mythpulv137 = RecipeBuilder.newBuilder("mythpulv137","mythic_processor_pulverizer",2); +mythpulv137.addEnergyPerTickInput(60000); +mythpulv137.addItemInput(,16); +mythpulv137.addItemOutput(*64); +mythpulv137.addItemOutput(*16); +mythpulv137.build(); + +val mythpulv138 = RecipeBuilder.newBuilder("mythpulv138","mythic_processor_pulverizer",2); +mythpulv138.addEnergyPerTickInput(60000); +mythpulv138.addItemInput(,16); +mythpulv138.addItemOutput(*64); +mythpulv138.addItemOutput(*16); +mythpulv138.build(); + +val mythpulv139 = RecipeBuilder.newBuilder("mythpulv139","mythic_processor_pulverizer",2); +mythpulv139.addEnergyPerTickInput(60000); +mythpulv139.addItemInput(,16); +mythpulv139.addItemOutput(*256); +mythpulv139.addItemOutput(*16); +mythpulv139.build(); + +val mythpulv140 = RecipeBuilder.newBuilder("mythpulv140","mythic_processor_pulverizer",2); +mythpulv140.addEnergyPerTickInput(60000); +mythpulv140.addItemInput(,16); +mythpulv140.addItemOutput(*64); +mythpulv140.addItemOutput(*16); +mythpulv140.build(); + +val mythpulv141 = RecipeBuilder.newBuilder("mythpulv141","mythic_processor_pulverizer",2); +mythpulv141.addEnergyPerTickInput(60000); +mythpulv141.addItemInput(,16); +mythpulv141.addItemOutput(*64); +mythpulv141.addItemOutput(*16); +mythpulv141.build(); + +val mythpulv142 = RecipeBuilder.newBuilder("mythpulv142","mythic_processor_pulverizer",2); +mythpulv142.addEnergyPerTickInput(60000); +mythpulv142.addItemInput(,16); +mythpulv142.addItemOutput(*64); +mythpulv142.addItemOutput(*16); +mythpulv142.build(); + +val mythpulv143 = RecipeBuilder.newBuilder("mythpulv143","mythic_processor_pulverizer",2); +mythpulv143.addEnergyPerTickInput(60000); +mythpulv143.addItemInput(,16); +mythpulv143.addItemOutput(*64); +mythpulv143.addItemOutput(*16); +mythpulv143.build(); + +val mythpulv144 = RecipeBuilder.newBuilder("mythpulv144","mythic_processor_pulverizer",2); +mythpulv144.addEnergyPerTickInput(60000); +mythpulv144.addItemInput(,16); +mythpulv144.addItemOutput(*64); +mythpulv144.addItemOutput(*16); +mythpulv144.build(); + +val mythpulv145 = RecipeBuilder.newBuilder("mythpulv145","mythic_processor_pulverizer",2); +mythpulv145.addEnergyPerTickInput(60000); +mythpulv145.addItemInput(,16); +mythpulv145.addItemOutput(*64); +mythpulv145.addItemOutput(*16); +mythpulv145.build(); + +val mythpulv146 = RecipeBuilder.newBuilder("mythpulv146","mythic_processor_pulverizer",2); +mythpulv146.addEnergyPerTickInput(60000); +mythpulv146.addItemInput(,16); +mythpulv146.addItemOutput(*64); +mythpulv146.addItemOutput(*16); +mythpulv146.build(); + +val mythpulv147 = RecipeBuilder.newBuilder("mythpulv147","mythic_processor_pulverizer",2); +mythpulv147.addEnergyPerTickInput(60000); +mythpulv147.addItemInput(,16); +mythpulv147.addItemOutput(*64); +mythpulv147.addItemOutput(*16); +mythpulv147.build(); + +val mythpulv148 = RecipeBuilder.newBuilder("mythpulv148","mythic_processor_pulverizer",2); +mythpulv148.addEnergyPerTickInput(60000); +mythpulv148.addItemInput(,16); +mythpulv148.addItemOutput(*64); +mythpulv148.addItemOutput(*16); +mythpulv148.build(); + +val mythpulv149 = RecipeBuilder.newBuilder("mythpulv149","mythic_processor_pulverizer",2); +mythpulv149.addEnergyPerTickInput(60000); +mythpulv149.addItemInput(,16); +mythpulv149.addItemOutput(*64); +mythpulv149.addItemOutput(*16); +mythpulv149.build(); + +val mythpulv150 = RecipeBuilder.newBuilder("mythpulv150","mythic_processor_pulverizer",2); +mythpulv150.addEnergyPerTickInput(60000); +mythpulv150.addItemInput(,16); +mythpulv150.addItemOutput(*64); +mythpulv150.addItemOutput(*16); +mythpulv150.build(); + +val mythpulv151 = RecipeBuilder.newBuilder("mythpulv151","mythic_processor_pulverizer",2); +mythpulv151.addEnergyPerTickInput(60000); +mythpulv151.addItemInput(,16); +mythpulv151.addItemOutput(*64); +mythpulv151.build(); + +val mythpulv152 = RecipeBuilder.newBuilder("mythpulv152","mythic_processor_pulverizer",2); +mythpulv152.addEnergyPerTickInput(60000); +mythpulv152.addItemInput(,16); +mythpulv152.addItemOutput(*64); +mythpulv152.build(); + +val mythpulv153 = RecipeBuilder.newBuilder("mythpulv153","mythic_processor_pulverizer",2); +mythpulv153.addEnergyPerTickInput(60000); +mythpulv153.addItemInput(,16); +mythpulv153.addItemOutput(*64); +mythpulv153.build(); + +val mythpulv154 = RecipeBuilder.newBuilder("mythpulv154","mythic_processor_pulverizer",2); +mythpulv154.addEnergyPerTickInput(60000); +mythpulv154.addItemInput(,16); +mythpulv154.addItemOutput(*256); +mythpulv154.addItemOutput(*16); +mythpulv154.build(); + +val mythpulv155 = RecipeBuilder.newBuilder("mythpulv155","mythic_processor_pulverizer",2); +mythpulv155.addEnergyPerTickInput(60000); +mythpulv155.addItemInput(,16); +mythpulv155.addItemOutput(*64); +mythpulv155.addItemOutput(*16); +mythpulv155.build(); + +val mythpulv156 = RecipeBuilder.newBuilder("mythpulv156","mythic_processor_pulverizer",2); +mythpulv156.addEnergyPerTickInput(60000); +mythpulv156.addItemInput(,16); +mythpulv156.addItemOutput(*64); +mythpulv156.addItemOutput(*16); +mythpulv156.build(); + +val mythpulv157 = RecipeBuilder.newBuilder("mythpulv157","mythic_processor_pulverizer",2); +mythpulv157.addEnergyPerTickInput(60000); +mythpulv157.addItemInput(,16); +mythpulv157.addItemOutput(*64); +mythpulv157.build(); + +val mythpulv158 = RecipeBuilder.newBuilder("mythpulv158","mythic_processor_pulverizer",2); +mythpulv158.addEnergyPerTickInput(60000); +mythpulv158.addItemInput(,16); +mythpulv158.addItemOutput(*256); +mythpulv158.build(); + +val mythpulv159 = RecipeBuilder.newBuilder("mythpulv159","mythic_processor_pulverizer",2); +mythpulv159.addEnergyPerTickInput(60000); +mythpulv159.addItemInput(,16); +mythpulv159.addItemOutput(*256); +mythpulv159.build(); + +val mythpulv160 = RecipeBuilder.newBuilder("mythpulv160","mythic_processor_pulverizer",2); +mythpulv160.addEnergyPerTickInput(60000); +mythpulv160.addItemInput(,16); +mythpulv160.addItemOutput(*64); +mythpulv160.build(); + +val mythpulv161 = RecipeBuilder.newBuilder("mythpulv161","mythic_processor_pulverizer",2); +mythpulv161.addEnergyPerTickInput(60000); +mythpulv161.addItemInput(,16); +mythpulv161.addItemOutput(*64); +mythpulv161.build(); + +val mythpulv162 = RecipeBuilder.newBuilder("mythpulv162","mythic_processor_pulverizer",2); +mythpulv162.addEnergyPerTickInput(60000); +mythpulv162.addItemInput(,16); +mythpulv162.addItemOutput(*64); +mythpulv162.build(); + +val mythpulv163 = RecipeBuilder.newBuilder("mythpulv163","mythic_processor_pulverizer",2); +mythpulv163.addEnergyPerTickInput(60000); +mythpulv163.addItemInput(,16); +mythpulv163.addItemOutput(*64); +mythpulv163.build(); + +val mythpulv164 = RecipeBuilder.newBuilder("mythpulv164","mythic_processor_pulverizer",2); +mythpulv164.addEnergyPerTickInput(60000); +mythpulv164.addItemInput(,16); +mythpulv164.addItemOutput(*64); +mythpulv164.build(); + +val mythpulv165 = RecipeBuilder.newBuilder("mythpulv165","mythic_processor_pulverizer",2); +mythpulv165.addEnergyPerTickInput(60000); +mythpulv165.addItemInput(,16); +mythpulv165.addItemOutput(*64); +mythpulv165.build(); + +val mythpulv166 = RecipeBuilder.newBuilder("mythpulv166","mythic_processor_pulverizer",2); +mythpulv166.addEnergyPerTickInput(60000); +mythpulv166.addItemInput(,16); +mythpulv166.addItemOutput(*64); +mythpulv166.build(); + +val mythpulv167 = RecipeBuilder.newBuilder("mythpulv167","mythic_processor_pulverizer",2); +mythpulv167.addEnergyPerTickInput(60000); +mythpulv167.addItemInput(,16); +mythpulv167.addItemOutput(*64); +mythpulv167.addItemOutput(*16); +mythpulv167.build(); + +val mythpulv168 = RecipeBuilder.newBuilder("mythpulv168","mythic_processor_pulverizer",2); +mythpulv168.addEnergyPerTickInput(60000); +mythpulv168.addItemInput(,16); +mythpulv168.addItemOutput(*64); +mythpulv168.addItemOutput(*16); +mythpulv168.build(); + +val mythpulv169 = RecipeBuilder.newBuilder("mythpulv169","mythic_processor_pulverizer",2); +mythpulv169.addEnergyPerTickInput(60000); +mythpulv169.addItemInput(,16); +mythpulv169.addItemOutput(*256); +mythpulv169.addItemOutput(*16); +mythpulv169.build(); + +val mythpulv170 = RecipeBuilder.newBuilder("mythpulv170","mythic_processor_pulverizer",2); +mythpulv170.addEnergyPerTickInput(60000); +mythpulv170.addItemInput(,16); +mythpulv170.addItemOutput(*256); +mythpulv170.addItemOutput(*16); +mythpulv170.build(); + +val mythpulv171 = RecipeBuilder.newBuilder("mythpulv171","mythic_processor_pulverizer",2); +mythpulv171.addEnergyPerTickInput(60000); +mythpulv171.addItemInput(,16); +mythpulv171.addItemOutput(*256); +mythpulv171.addItemOutput(*16); +mythpulv171.build(); + +val mythpulv172 = RecipeBuilder.newBuilder("mythpulv172","mythic_processor_pulverizer",2); +mythpulv172.addEnergyPerTickInput(60000); +mythpulv172.addItemInput(,16); +mythpulv172.addItemOutput(*256); +mythpulv172.addItemOutput(*16); +mythpulv172.build(); + +val mythpulv173 = RecipeBuilder.newBuilder("mythpulv173","mythic_processor_pulverizer",2); +mythpulv173.addEnergyPerTickInput(60000); +mythpulv173.addItemInput(,16); +mythpulv173.addItemOutput(*64); +mythpulv173.build(); + +val mythpulv174 = RecipeBuilder.newBuilder("mythpulv174","mythic_processor_pulverizer",2); +mythpulv174.addEnergyPerTickInput(60000); +mythpulv174.addItemInput(,16); +mythpulv174.addItemOutput(*64); +mythpulv174.build(); + +val mythpulv175 = RecipeBuilder.newBuilder("mythpulv175","mythic_processor_pulverizer",2); +mythpulv175.addEnergyPerTickInput(60000); +mythpulv175.addItemInput(,16); +mythpulv175.addItemOutput(*128); +mythpulv175.build(); + +val mythpulv176 = RecipeBuilder.newBuilder("mythpulv176","mythic_processor_pulverizer",2); +mythpulv176.addEnergyPerTickInput(60000); +mythpulv176.addItemInput(,16); +mythpulv176.addItemOutput(*64); +mythpulv176.addItemOutput(*16); +mythpulv176.build(); + +val mythpulv177 = RecipeBuilder.newBuilder("mythpulv177","mythic_processor_pulverizer",2); +mythpulv177.addEnergyPerTickInput(60000); +mythpulv177.addItemInput(,16); +mythpulv177.addItemOutput(*64); +mythpulv177.addItemOutput(*16); +mythpulv177.build(); + +val mythpulv178 = RecipeBuilder.newBuilder("mythpulv178","mythic_processor_pulverizer",2); +mythpulv178.addEnergyPerTickInput(60000); +mythpulv178.addItemInput(,16); +mythpulv178.addItemOutput(*128); +mythpulv178.addItemOutput(*16); +mythpulv178.build(); + +val mythpulv179 = RecipeBuilder.newBuilder("mythpulv179","mythic_processor_pulverizer",2); +mythpulv179.addEnergyPerTickInput(60000); +mythpulv179.addItemInput(,16); +mythpulv179.addItemOutput(*128); +mythpulv179.addItemOutput(*16); +mythpulv179.build(); + +val mythpulv180 = RecipeBuilder.newBuilder("mythpulv180","mythic_processor_pulverizer",2); +mythpulv180.addEnergyPerTickInput(60000); +mythpulv180.addItemInput(,16); +mythpulv180.addItemOutput(*128); +mythpulv180.addItemOutput(*16); +mythpulv180.build(); + +val mythpulv181 = RecipeBuilder.newBuilder("mythpulv181","mythic_processor_pulverizer",2); +mythpulv181.addEnergyPerTickInput(60000); +mythpulv181.addItemInput(,16); +mythpulv181.addItemOutput(*128); +mythpulv181.addItemOutput(*16); +mythpulv181.build(); + +val mythpulv182 = RecipeBuilder.newBuilder("mythpulv182","mythic_processor_pulverizer",2); +mythpulv182.addEnergyPerTickInput(60000); +mythpulv182.addItemInput(,16); +mythpulv182.addItemOutput(*64); +mythpulv182.build(); + +val mythpulv183 = RecipeBuilder.newBuilder("mythpulv183","mythic_processor_pulverizer",2); +mythpulv183.addEnergyPerTickInput(60000); +mythpulv183.addItemInput(,16); +mythpulv183.addItemOutput(*64); +mythpulv183.build(); + +val mythpulv184 = RecipeBuilder.newBuilder("mythpulv184","mythic_processor_pulverizer",2); +mythpulv184.addEnergyPerTickInput(60000); +mythpulv184.addItemInput(,16); +mythpulv184.addItemOutput(*64); +mythpulv184.build(); \ No newline at end of file diff --git a/scripts/MythicProcessorRecipes.zs b/scripts/MythicProcessorRecipes.zs new file mode 100644 index 00000000..e119642d --- /dev/null +++ b/scripts/MythicProcessorRecipes.zs @@ -0,0 +1,59 @@ +mods.extendedcrafting.TableCrafting.addShaped(*4, +[[, 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(*4, +[[, 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(, +[[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ]]); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , ], +[, , ], +[, , ]]); \ No newline at end of file diff --git a/scripts/NewPortals.zs b/scripts/NewPortals.zs new file mode 100644 index 00000000..ac1cae58 --- /dev/null +++ b/scripts/NewPortals.zs @@ -0,0 +1,107 @@ +import mods.thaumcraft.Infusion; +import mods.modularmachinery.RecipeBuilder; + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +mods.thermalexpansion.InductionSmelter.addRecipe(, , , 200); + +mods.thermalexpansion.InductionSmelter.addRecipe(, , , 200); + +mods.actuallyadditions.Empowerer.addRecipe(, , , , , , 100, 60); + +mods.actuallyadditions.Empowerer.addRecipe(, , , , , , 100, 60); + +mods.techreborn.rollingMachine.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +mods.thaumcraft.Infusion.registerRecipe("precasiainfusion", "", +, +10, +[*50, *50, *25, *25], +, +[, , , , , , , ]); + +mods.thaumcraft.Infusion.registerRecipe("lelyetiainfusion", "", +, +10, +[*50, *50, *25, *25], +, +[, , , , , , , ]); + +mods.thaumcraft.Infusion.registerRecipe("barathosinfusion", "", +, +10, +[*50, *50, *25, *25], +, +[, , , , , , , ]); + +mods.thaumcraft.Infusion.registerRecipe("creeponiainfusion", "", +, +10, +[*50, *50, *25, *25], +, +[, , , , , , , ]); + +mods.thaumcraft.Infusion.registerRecipe("deeplandsinfusion", "", +, +10, +[*50, *50, *25, *25], +, +[, , , , , , , ]); + +mods.thaumcraft.Infusion.registerRecipe("abyssinfusion", "", +, +10, +[*50, *50, *25, *25], +, +[, , , , , , , ]); + + +recipes.remove(, true); + +val edenenchanting = RecipeBuilder.newBuilder("edenenchanting","gravitite_enchanter",300); +edenenchanting.addFluidInput(*30000); +edenenchanting.addItemInput(); +edenenchanting.addItemInput(*4); +edenenchanting.addItemInput(*4); +edenenchanting.addItemOutput(*4); +edenenchanting.build(); + +/* +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); +*/ \ No newline at end of file diff --git a/scripts/NuclearcraftGating.zs b/scripts/NuclearcraftGating.zs new file mode 100644 index 00000000..8a63c4ca --- /dev/null +++ b/scripts/NuclearcraftGating.zs @@ -0,0 +1,350 @@ +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , , , , , ], +[, null, null, , null, null, ], +[, null, , , , null, ], +[, , , , , , ], +[, null, , , , null, ], +[, null, null, , null, null, ], +[, , , , , , ]]); + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , , , , , ], +[, , , , , , ], +[, , , , , , ], +[, , , , , , ], +[, , , , , , ], +[, , , , , , ], +[, , , , , , ]]); + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(*6, +[[, , , , , , ], +[, , , .withTag({Material: "fierymetal"}), , , ], +[, , , , , , ], +[, .withTag({Material: "fierymetal"}), , , , .withTag({Material: "fierymetal"}), ], +[, , , , , , ], +[, , , .withTag({Material: "fierymetal"}), , , ], +[, , , , , , ]]); + +recipes.removeShaped(); + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , , , ], +[, , , , ], +[, , , , ], +[, , , , ], +[, , , , ]]); + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , , , ], +[, , , , ], +[, , , , ], +[, , , , ], +[, , , , ]]); + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , , , , , ], +[, , , , , , ], +[, , , , , , ], +[, , , , , , ], +[, , , , , , ], +[, , , , , , ], +[, , , , , , ]]); + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, null, null, , null, null, ], +[null, , , null, , , null], +[null, , , , , , null], +[, null, , , , null, ], +[null, , , , , , null], +[null, , , null, , , null], +[, null, null, , null, null, ]]); + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(*2, +[[, , null, , null, , ], +[, null, null, , null, null, ], +[null, null, , , , null, null], +[, , , , , , ], +[null, null, , , , null, null], +[, null, null, , null, null, ], +[, , null, , null, , ]]); + +mods.extendedcrafting.TableCrafting.addShaped(*4, +[[, , null, , null, , ], +[, null, null, , null, null, ], +[null, null, , , , null, null], +[, , , , , , ], +[null, null, , , , null, null], +[, null, null, , null, null, ], +[, , null, , null, , ]]); + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , , , ], +[, , null, , ], +[, null, , null, ], +[, , null, , ], +[, , , , ]]); + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , , , ], +[, , null, , ], +[, null, , null, ], +[, , null, , ], +[, , , , ]]); + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , , , , , ], +[, , , , , , ], +[, , , , , , ], +[, , , , , , ], +[, , , , , , ], +[, , , , , , ], +[, , , , , , ]]); + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , , , , , ], +[, , , , , , ], +[, , , , , , ], +[, , , , , , ], +[, , , , , , ], +[, , , , , , ], +[, , , , , , ]]); + +recipes.removeShaped(); + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, null, , , , null, ], +[null, , , , , , null], +[, , , , , , ], +[, , , , , , ], +[, , , , , , ], +[null, , , , , , null], +[, null, , , , null, ]]); + +mods.extendedcrafting.TableCrafting.addShaped(*4, +[[, null, , , , null, ], +[null, , , , , , null], +[, , , , , , ], +[, , , , , , ], +[, , , , , , ], +[null, , , , , , null], +[, null, , , , null, ]]); + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ]]); + + + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(*4, +[[, , , , , , ], +[, , , .withTag({Material: "dreadium"}), , , ], +[, , , , , , ], +[, .withTag({Material: "dreadium"}), , , , .withTag({Material: "dreadium"}), ], +[, , , , , , ], +[, , , .withTag({Material: "dreadium"}), , , ], +[, , , , , , ]]); + + +recipes.removeShaped(); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +mods.tconstruct.Alloy.removeRecipe(); +mods.tconstruct.Alloy.removeRecipe(); +mods.tconstruct.Alloy.removeRecipe(); +mods.tconstruct.Alloy.removeRecipe(); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.removeShaped(); + +recipes.addShaped(*8, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(*16, +[[, , ], +[, , ], +[, , ]]); + +recipes.removeShaped(); + +recipes.addShaped(, +[[, , ], +[, null, ], +[, , ]]); + +mods.techreborn.rollingMachine.addShaped(, +[[null, , null], +[, , ], +[null, , null]]); + +mods.nuclearcraft.fission.addRecipe([, , 72000.0, 400.0, 50.0, "betterstarterfission", 0.8]); + +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]); + +mods.nuclearcraft.alloy_furnace.addRecipe([, , , 1.0, 2.0, 0.2]); + +mods.nuclearcraft.ingot_former.addRecipe([*5, ]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +mods.nuclearcraft.fission.addRecipe([, , 32000.0, 100.0, 10.0, "horganicfissionmeatball", 0.4]); + +mods.nuclearcraft.fuel_reprocessor.addRecipe([, *35, *10, *20, *2, 1.0, 2.0, 0.1]); + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(*12, +[[, , , , , , ], +[, , , .withTag({Material: "fierymetal"}), , , ], +[, , , , , , ], +[, .withTag({Material: "fierymetal"}), , , , .withTag({Material: "fierymetal"}), ], +[, , , , , , ], +[, , , .withTag({Material: "fierymetal"}), , , ], +[, , , , , , ]]); + +recipes.removeShaped(); + +recipes.addShaped(, +[[, , ], +[, null, ], +[, , ]]); + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , , , , , ], +[, , , , , , ], +[, , , , , , ], +[, , , , , , ], +[, , , , , , ], +[, , , , , , ], +[, , , , , , ]]); + +recipes.removeShaped(); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.removeShaped(); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , , , , , ], +[, , , , , , ], +[, , , , , , ], +[, , , , , , ], +[, , , , , , ], +[, , , , , , ], +[, , , , , , ]]); diff --git a/scripts/Nudes.zs b/scripts/Nudes.zs new file mode 100644 index 00000000..42d62a65 --- /dev/null +++ b/scripts/Nudes.zs @@ -0,0 +1,12 @@ +// + +// iromine & eden +// .withTag({cap: {biome: "aoa3:mysterium"}}) +// .withTag({cap: {biome: "biomesoplenty:bog"}}) +// .withTag({cap: {biome: "dimdoors:dangerous_black_void"}}) +// .withTag({cap: {biome: "aoa3:iromine"}}) +// .withTag({cap: {biome: "advancedrocketry:alien forest"}}) +// .withTag({cap: {biome: "appliedenergistics2:storage_biome"}}) +// .withTag({cap: {biome: "nuclearcraft:nuclear_wasteland"}}) +// .withTag({cap: {biome: "advancedrocketry:crystalchasms"}}) +// .withTag({cap: {biome: "advancedrocketry:stormland"}}) \ No newline at end of file diff --git a/scripts/NullNameFix.zs b/scripts/NullNameFix.zs new file mode 100644 index 00000000..d7ab5d89 --- /dev/null +++ b/scripts/NullNameFix.zs @@ -0,0 +1,8 @@ + +.displayName = "Compressed Blank Slate"; +.displayName = "Compressed Reinforced Slate"; +.displayName = "Compressed Imbued Slate"; +.displayName = "Compressed Demonic Slate"; +.displayName = "Compressed Ethereal Slate"; +.displayName = "World Thread"; +.displayName = "Stable Fabric"; \ No newline at end of file diff --git a/scripts/OPGravitite.zs b/scripts/OPGravitite.zs new file mode 100644 index 00000000..1d8b359e --- /dev/null +++ b/scripts/OPGravitite.zs @@ -0,0 +1,17 @@ +mods.techreborn.industrialGrinder.addRecipe(*4, , , null, , , *5, 10, 3000); + +mods.techreborn.compressor.addRecipe(, , 10, 200); + +mods.techreborn.extractor.addRecipe(*3, , 10, 400); + +mods.techreborn.chemicalReactor.addRecipe(*2, , , 10, 200); + +mods.techreborn.blastFurnace.addRecipe(*2, , , , 20, 800, 3000); + +mods.techreborn.vacuumFreezer.addRecipe(, , 5, 1000); + +mods.techreborn.grinder.addRecipe(*3, , 10, 100); + +mods.techreborn.industrialGrinder.addRecipe(*3, , , , , , *5, 10, 3000); + +mods.techreborn.implosionCompressor.addRecipe(, , , , 10, 3000); \ No newline at end of file diff --git a/scripts/OldOreStuff.txt b/scripts/OldOreStuff.txt new file mode 100644 index 00000000..be6e9847 --- /dev/null +++ b/scripts/OldOreStuff.txt @@ -0,0 +1,156 @@ +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); diff --git a/scripts/OreDictionary.zs b/scripts/OreDictionary.zs new file mode 100644 index 00000000..1053030c --- /dev/null +++ b/scripts/OreDictionary.zs @@ -0,0 +1,102 @@ +val redmatter = ; +redmatter.add(); + +val darkmatter = ; +darkmatter.add(); + +val modulariumore = ; +modulariumore.add(); + +val mithrilessore = ; +mithrilessore.add(); + +val rhinoplateore = ; +rhinoplateore.add(); + +val rheniumvibore = ; +rheniumvibore.add(); + +val oreascendedamethyst = ; +oreascendedamethyst.add(); + +val oreascendedjade = ; +oreascendedjade.add(); + +val oreascendedsapphire = ; +oreascendedsapphire.add(); + +val orebopruby = ; +orebopruby.add(); + +val orebopsapphire = ; +orebopsapphire.add(); + +val orebopperidot = ; +orebopperidot.add(); + +val orebopamethyst = ; +orebopamethyst.add(); + +val oresednanite = ; +oresednanite.add(); + +val orerhenium = ; +orerhenium.add(); + +val oremyrmitite = ; +oremyrmitite.add(); + +val oreogerite = ; +oreogerite.add(); + +val orearkenstone = ; +orearkenstone.add(); + +val bewitchmentaltar = ; +bewitchmentaltar.add(); +bewitchmentaltar.add(); +bewitchmentaltar.add(); +bewitchmentaltar.add(); +bewitchmentaltar.add(); +bewitchmentaltar.add(); + +val vanillawoodplanks = ; +vanillawoodplanks.add(); +vanillawoodplanks.add(); +vanillawoodplanks.add(); +vanillawoodplanks.add(); +vanillawoodplanks.add(); +vanillawoodplanks.add(); + +val vanillawoodlogs = ; +vanillawoodlogs.add(); +vanillawoodlogs.add(); +vanillawoodlogs.add(); +vanillawoodlogs.add(); +vanillawoodlogs.add(); +vanillawoodlogs.add(); + +val oreaoagarnet = ; +oreaoagarnet.add(); +oreaoagarnet.add(); +oreaoagarnet.add(); +oreaoagarnet.add(); +oreaoagarnet.add(); +oreaoagarnet.add(); +oreaoagarnet.add(); +oreaoagarnet.add(); +oreaoagarnet.add(); +oreaoagarnet.add(); +oreaoagarnet.add(); +oreaoagarnet.add(); +oreaoagarnet.add(); +oreaoagarnet.add(); +oreaoagarnet.add(); +oreaoagarnet.add(); +oreaoagarnet.add(); +oreaoagarnet.add(); +oreaoagarnet.add(); +oreaoagarnet.add(); +oreaoagarnet.add(); +oreaoagarnet.add(); +oreaoagarnet.add(); diff --git a/scripts/OreProcessing1.txt b/scripts/OreProcessing1.txt new file mode 100644 index 00000000..12e76b8a --- /dev/null +++ b/scripts/OreProcessing1.txt @@ -0,0 +1,363 @@ +#loader contenttweaker + +import mods.contenttweaker.VanillaFactory; +import mods.contenttweaker.Item; +import mods.contenttweaker.IItemRightClick; +import mods.contenttweaker.Commands; + + +var chunks1 = VanillaFactory.createItem("sapphire_irradiated_ore_chunks"); +chunks1.maxStackSize = 64; +chunks1.register(); + +var chunks2 = VanillaFactory.createItem("runium_irradiated_ore_chunks"); +chunks2.maxStackSize = 64; +chunks2.register(); + +var chunks3 = VanillaFactory.createItem("sednanite_irradiated_ore_chunks"); +chunks3.maxStackSize = 64; +chunks3.register(); + +var chunks4 = VanillaFactory.createItem("netherite_irradiated_ore_chunks"); +chunks4.maxStackSize = 64; +chunks4.register(); + +var chunks5 = VanillaFactory.createItem("bloodgem_irradiated_ore_chunks"); +chunks5.maxStackSize = 64; +chunks5.register(); + +var chunks6 = VanillaFactory.createItem("emberstone_irradiated_ore_chunks"); +chunks6.maxStackSize = 64; +chunks6.register(); + +var chunks7 = VanillaFactory.createItem("limonite_irradiated_ore_chunks"); +chunks7.maxStackSize = 64; +chunks7.register(); + +var chunks8 = VanillaFactory.createItem("rosite_irradiated_ore_chunks"); +chunks8.maxStackSize = 64; +chunks8.register(); + +var chunks9 = VanillaFactory.createItem("jade_irradiated_ore_chunks"); +chunks9.maxStackSize = 64; +chunks9.register(); + +var chunks10 = VanillaFactory.createItem("amethyst_irradiated_ore_chunks"); +chunks10.maxStackSize = 64; +chunks10.register(); + +var chunks11 = VanillaFactory.createItem("iridium_irradiated_ore_chunks"); +chunks11.maxStackSize = 64; +chunks11.register(); + +var chunks12 = VanillaFactory.createItem("starmetal_irradiated_ore_chunks"); +chunks12.maxStackSize = 64; +chunks12.register(); + +var chunks13 = VanillaFactory.createItem("shaded_irradiated_ore_chunks"); +chunks13.maxStackSize = 64; +chunks13.register(); + +var chunks14 = VanillaFactory.createItem("light_irradiated_ore_chunks"); +chunks14.maxStackSize = 64; +chunks14.register(); + +var chunks15 = VanillaFactory.createItem("magiccrystal_irradiated_ore_chunks"); +chunks15.maxStackSize = 64; +chunks15.register(); + +var chunks16 = VanillaFactory.createItem("gold_irradiated_ore_chunks"); +chunks16.maxStackSize = 64; +chunks16.register(); + +var chunks17 = VanillaFactory.createItem("iron_irradiated_ore_chunks"); +chunks17.maxStackSize = 64; +chunks17.register(); + +var chunks18 = VanillaFactory.createItem("coal_irradiated_ore_chunks"); +chunks18.maxStackSize = 64; +chunks18.register(); + +var chunks19 = VanillaFactory.createItem("lapis_irradiated_ore_chunks"); +chunks19.maxStackSize = 64; +chunks19.register(); + +var chunks20 = VanillaFactory.createItem("diamond_irradiated_ore_chunks"); +chunks20.maxStackSize = 64; +chunks20.register(); + +var chunks21 = VanillaFactory.createItem("redstone_irradiated_ore_chunks"); +chunks21.maxStackSize = 64; +chunks21.register(); + +var chunks22 = VanillaFactory.createItem("emerald_irradiated_ore_chunks"); +chunks22.maxStackSize = 64; +chunks22.register(); + +var chunks23 = VanillaFactory.createItem("quartz_irradiated_ore_chunks"); +chunks23.maxStackSize = 64; +chunks23.register(); + +var chunks24 = VanillaFactory.createItem("coralium_irradiated_ore_chunks"); +chunks24.maxStackSize = 64; +chunks24.register(); + +var chunks25 = VanillaFactory.createItem("abyssalnite_irradiated_ore_chunks"); +chunks25.maxStackSize = 64; +chunks25.register(); + +var chunks26 = VanillaFactory.createItem("baronyte_irradiated_ore_chunks"); +chunks26.maxStackSize = 64; +chunks26.register(); + +var chunks27 = VanillaFactory.createItem("blazium_irradiated_ore_chunks"); +chunks27.maxStackSize = 64; +chunks27.register(); + +var chunks28 = VanillaFactory.createItem("bloodstone_irradiated_ore_chunks"); +chunks28.maxStackSize = 64; +chunks28.register(); + +var chunks29 = VanillaFactory.createItem("bluecrystal_irradiated_ore_chunks"); +chunks29.maxStackSize = 64; +chunks29.register(); + +var chunks30 = VanillaFactory.createItem("chargedrunium_irradiated_ore_chunks"); +chunks30.maxStackSize = 64; +chunks30.register(); + +var chunks31 = VanillaFactory.createItem("chestbone_irradiated_ore_chunks"); +chunks31.maxStackSize = 64; +chunks31.register(); + +var chunks32 = VanillaFactory.createItem("crystallite_irradiated_ore_chunks"); +chunks32.maxStackSize = 64; +chunks32.register(); + +var chunks33 = VanillaFactory.createItem("elecanium_irradiated_ore_chunks"); +chunks33.maxStackSize = 64; +chunks33.register(); + +var chunks34 = VanillaFactory.createItem("footbone_irradiated_ore_chunks"); +chunks34.maxStackSize = 64; +chunks34.register(); + +var chunks35 = VanillaFactory.createItem("gemenyte_irradiated_ore_chunks"); +chunks35.maxStackSize = 64; +chunks35.register(); + +var chunks36 = VanillaFactory.createItem("ghastly_irradiated_ore_chunks"); +chunks36.maxStackSize = 64; +chunks36.register(); + +var chunks37 = VanillaFactory.createItem("ghoulish_irradiated_ore_chunks"); +chunks37.maxStackSize = 64; +chunks37.register(); + +var chunks38 = VanillaFactory.createItem("greencrystal_irradiated_ore_chunks"); +chunks38.maxStackSize = 64; +chunks38.register(); + +var chunks39 = VanillaFactory.createItem("jewelyte_irradiated_ore_chunks"); +chunks39.maxStackSize = 64; +chunks39.register(); + +var chunks40 = VanillaFactory.createItem("legbone_irradiated_ore_chunks"); +chunks40.maxStackSize = 64; +chunks40.register(); + +var chunks41 = VanillaFactory.createItem("lyon_irradiated_ore_chunks"); +chunks41.maxStackSize = 64; +chunks41.register(); + +var chunks42 = VanillaFactory.createItem("mystite_irradiated_ore_chunks"); +chunks42.maxStackSize = 64; +chunks42.register(); + +var chunks43 = VanillaFactory.createItem("ornamyte_irradiated_ore_chunks"); +chunks43.maxStackSize = 64; +chunks43.register(); + +var chunks44 = VanillaFactory.createItem("purplecrystal_irradiated_ore_chunks"); +chunks44.maxStackSize = 64; +chunks44.register(); + +var chunks45 = VanillaFactory.createItem("redcrystal_irradiated_ore_chunks"); +chunks45.maxStackSize = 64; +chunks45.register(); + +var chunks46 = VanillaFactory.createItem("shyregem_irradiated_ore_chunks"); +chunks46.maxStackSize = 64; +chunks46.register(); + +var chunks47 = VanillaFactory.createItem("shyrestone_irradiated_ore_chunks"); +chunks47.maxStackSize = 64; +chunks47.register(); + +var chunks48 = VanillaFactory.createItem("skullbone_irradiated_ore_chunks"); +chunks48.maxStackSize = 64; +chunks48.register(); + +var chunks49 = VanillaFactory.createItem("varsium_irradiated_ore_chunks"); +chunks49.maxStackSize = 64; +chunks49.register(); + +var chunks50 = VanillaFactory.createItem("whitecrystal_irradiated_ore_chunks"); +chunks50.maxStackSize = 64; +chunks50.register(); + +var chunks51 = VanillaFactory.createItem("yellowcrystal_irradiated_ore_chunks"); +chunks51.maxStackSize = 64; +chunks51.register(); + +var chunks52 = VanillaFactory.createItem("certus_irradiated_ore_chunks"); +chunks52.maxStackSize = 64; +chunks52.register(); + +var chunks53 = VanillaFactory.createItem("garnet_irradiated_ore_chunks"); +chunks53.maxStackSize = 64; +chunks53.register(); + +var chunks54 = VanillaFactory.createItem("opal_irradiated_ore_chunks"); +chunks54.maxStackSize = 64; +chunks54.register(); + +var chunks55 = VanillaFactory.createItem("salt_irradiated_ore_chunks"); +chunks55.maxStackSize = 64; +chunks55.register(); + +var chunks56 = VanillaFactory.createItem("silver_irradiated_ore_chunks"); +chunks56.maxStackSize = 64; +chunks56.register(); + +var chunks57 = VanillaFactory.createItem("ruby_irradiated_ore_chunks"); +chunks57.maxStackSize = 64; +chunks57.register(); + +var chunks58 = VanillaFactory.createItem("peridot_irradiated_ore_chunks"); +chunks58.maxStackSize = 64; +chunks58.register(); + +var chunks59 = VanillaFactory.createItem("topaz_irradiated_ore_chunks"); +chunks59.maxStackSize = 64; +chunks59.register(); + +var chunks60 = VanillaFactory.createItem("tanzanite_irradiated_ore_chunks"); +chunks60.maxStackSize = 64; +chunks60.register(); + +var chunks61 = VanillaFactory.createItem("malachite_irradiated_ore_chunks"); +chunks61.maxStackSize = 64; +chunks61.register(); + +var chunks62 = VanillaFactory.createItem("amber_irradiated_ore_chunks"); +chunks62.maxStackSize = 64; +chunks62.register(); + +var chunks63 = VanillaFactory.createItem("eden_irradiated_ore_chunks"); +chunks63.maxStackSize = 64; +chunks63.register(); + +var chunks64 = VanillaFactory.createItem("wildwood_irradiated_ore_chunks"); +chunks64.maxStackSize = 64; +chunks64.register(); + +var chunks65 = VanillaFactory.createItem("apalachia_irradiated_ore_chunks"); +chunks65.maxStackSize = 64; +chunks65.register(); + +var chunks66 = VanillaFactory.createItem("skythern_irradiated_ore_chunks"); +chunks66.maxStackSize = 64; +chunks66.register(); + +var chunks67 = VanillaFactory.createItem("mortum_irradiated_ore_chunks"); +chunks67.maxStackSize = 64; +chunks67.register(); + +var chunks68 = VanillaFactory.createItem("draconium_irradiated_ore_chunks"); +chunks68.maxStackSize = 64; +chunks68.register(); + +var chunks69 = VanillaFactory.createItem("yellorite_irradiated_ore_chunks"); +chunks69.maxStackSize = 64; +chunks69.register(); + +var chunks70 = VanillaFactory.createItem("apatite_irradiated_ore_chunks"); +chunks70.maxStackSize = 64; +chunks70.register(); + +var chunks71 = VanillaFactory.createItem("copper_irradiated_ore_chunks"); +chunks71.maxStackSize = 64; +chunks71.register(); + +var chunks72 = VanillaFactory.createItem("tin_irradiated_ore_chunks"); +chunks72.maxStackSize = 64; +chunks72.register(); + +var chunks73 = VanillaFactory.createItem("aluminum_irradiated_ore_chunks"); +chunks73.maxStackSize = 64; +chunks73.register(); + +var chunks74 = VanillaFactory.createItem("lead_irradiated_ore_chunks"); +chunks74.maxStackSize = 64; +chunks74.register(); + +var chunks75 = VanillaFactory.createItem("nickel_irradiated_ore_chunks"); +chunks75.maxStackSize = 64; +chunks75.register(); + +var chunks76 = VanillaFactory.createItem("uranium_irradiated_ore_chunks"); +chunks76.maxStackSize = 64; +chunks76.register(); + +var chunks77 = VanillaFactory.createItem("prosperity_irradiated_ore_chunks"); +chunks77.maxStackSize = 64; +chunks77.register(); + +var chunks78 = VanillaFactory.createItem("inferium_irradiated_ore_chunks"); +chunks78.maxStackSize = 64; +chunks78.register(); + +var chunks79 = VanillaFactory.createItem("boron_irradiated_ore_chunks"); +chunks79.maxStackSize = 64; +chunks79.register(); + +var chunks80 = VanillaFactory.createItem("lithium_irradiated_ore_chunks"); +chunks80.maxStackSize = 64; +chunks80.register(); + +var chunks81 = VanillaFactory.createItem("magnesium_irradiated_ore_chunks"); +chunks81.maxStackSize = 64; +chunks81.register(); + +var chunks82 = VanillaFactory.createItem("electrotine_irradiated_ore_chunks"); +chunks82.maxStackSize = 64; +chunks82.register(); + +var chunks83 = VanillaFactory.createItem("dimensionalshard_irradiated_ore_chunks"); +chunks83.maxStackSize = 64; +chunks83.register(); + +var chunks84 = VanillaFactory.createItem("sulfur_irradiated_ore_chunks"); +chunks84.maxStackSize = 64; +chunks84.register(); + +var chunks85 = VanillaFactory.createItem("tungsten_irradiated_ore_chunks"); +chunks85.maxStackSize = 64; +chunks85.register(); + +var chunks86 = VanillaFactory.createItem("platinum_irradiated_ore_chunks"); +chunks86.maxStackSize = 64; +chunks86.register(); + +var chunks87 = VanillaFactory.createItem("mithril_irradiated_ore_chunks"); +chunks87.maxStackSize = 64; +chunks87.register(); + +var chunks88 = VanillaFactory.createItem("dilithium_irradiated_ore_chunks"); +chunks88.maxStackSize = 64; +chunks88.register(); + +var chunks89 = VanillaFactory.createItem("thorium_irradiated_ore_chunks"); +chunks89.maxStackSize = 64; +chunks89.register(); \ No newline at end of file diff --git a/scripts/OreProcessing2.txt b/scripts/OreProcessing2.txt new file mode 100644 index 00000000..bb426d63 --- /dev/null +++ b/scripts/OreProcessing2.txt @@ -0,0 +1,363 @@ +#loader contenttweaker + +import mods.contenttweaker.VanillaFactory; +import mods.contenttweaker.Item; +import mods.contenttweaker.IItemRightClick; +import mods.contenttweaker.Commands; + + +var chunks1 = VanillaFactory.createItem("sapphire_destabilized_blend"); +chunks1.maxStackSize = 64; +chunks1.register(); + +var chunks2 = VanillaFactory.createItem("runium_destabilized_blend"); +chunks2.maxStackSize = 64; +chunks2.register(); + +var chunks3 = VanillaFactory.createItem("sednanite_destabilized_blend"); +chunks3.maxStackSize = 64; +chunks3.register(); + +var chunks4 = VanillaFactory.createItem("netherite_destabilized_blend"); +chunks4.maxStackSize = 64; +chunks4.register(); + +var chunks5 = VanillaFactory.createItem("bloodgem_destabilized_blend"); +chunks5.maxStackSize = 64; +chunks5.register(); + +var chunks6 = VanillaFactory.createItem("emberstone_destabilized_blend"); +chunks6.maxStackSize = 64; +chunks6.register(); + +var chunks7 = VanillaFactory.createItem("limonite_destabilized_blend"); +chunks7.maxStackSize = 64; +chunks7.register(); + +var chunks8 = VanillaFactory.createItem("rosite_destabilized_blend"); +chunks8.maxStackSize = 64; +chunks8.register(); + +var chunks9 = VanillaFactory.createItem("jade_destabilized_blend"); +chunks9.maxStackSize = 64; +chunks9.register(); + +var chunks10 = VanillaFactory.createItem("amethyst_destabilized_blend"); +chunks10.maxStackSize = 64; +chunks10.register(); + +var chunks11 = VanillaFactory.createItem("iridium_destabilized_blend"); +chunks11.maxStackSize = 64; +chunks11.register(); + +var chunks12 = VanillaFactory.createItem("starmetal_destabilized_blend"); +chunks12.maxStackSize = 64; +chunks12.register(); + +var chunks13 = VanillaFactory.createItem("shaded_destabilized_blend"); +chunks13.maxStackSize = 64; +chunks13.register(); + +var chunks14 = VanillaFactory.createItem("light_destabilized_blend"); +chunks14.maxStackSize = 64; +chunks14.register(); + +var chunks15 = VanillaFactory.createItem("magiccrystal_destabilized_blend"); +chunks15.maxStackSize = 64; +chunks15.register(); + +var chunks16 = VanillaFactory.createItem("gold_destabilized_blend"); +chunks16.maxStackSize = 64; +chunks16.register(); + +var chunks17 = VanillaFactory.createItem("iron_destabilized_blend"); +chunks17.maxStackSize = 64; +chunks17.register(); + +var chunks18 = VanillaFactory.createItem("coal_destabilized_blend"); +chunks18.maxStackSize = 64; +chunks18.register(); + +var chunks19 = VanillaFactory.createItem("lapis_destabilized_blend"); +chunks19.maxStackSize = 64; +chunks19.register(); + +var chunks20 = VanillaFactory.createItem("diamond_destabilized_blend"); +chunks20.maxStackSize = 64; +chunks20.register(); + +var chunks21 = VanillaFactory.createItem("redstone_destabilized_blend"); +chunks21.maxStackSize = 64; +chunks21.register(); + +var chunks22 = VanillaFactory.createItem("emerald_destabilized_blend"); +chunks22.maxStackSize = 64; +chunks22.register(); + +var chunks23 = VanillaFactory.createItem("quartz_destabilized_blend"); +chunks23.maxStackSize = 64; +chunks23.register(); + +var chunks24 = VanillaFactory.createItem("coralium_destabilized_blend"); +chunks24.maxStackSize = 64; +chunks24.register(); + +var chunks25 = VanillaFactory.createItem("abyssalnite_destabilized_blend"); +chunks25.maxStackSize = 64; +chunks25.register(); + +var chunks26 = VanillaFactory.createItem("baronyte_destabilized_blend"); +chunks26.maxStackSize = 64; +chunks26.register(); + +var chunks27 = VanillaFactory.createItem("blazium_destabilized_blend"); +chunks27.maxStackSize = 64; +chunks27.register(); + +var chunks28 = VanillaFactory.createItem("bloodstone_destabilized_blend"); +chunks28.maxStackSize = 64; +chunks28.register(); + +var chunks29 = VanillaFactory.createItem("bluecrystal_destabilized_blend"); +chunks29.maxStackSize = 64; +chunks29.register(); + +var chunks30 = VanillaFactory.createItem("chargedrunium_destabilized_blend"); +chunks30.maxStackSize = 64; +chunks30.register(); + +var chunks31 = VanillaFactory.createItem("chestbone_destabilized_blend"); +chunks31.maxStackSize = 64; +chunks31.register(); + +var chunks32 = VanillaFactory.createItem("crystallite_destabilized_blend"); +chunks32.maxStackSize = 64; +chunks32.register(); + +var chunks33 = VanillaFactory.createItem("elecanium_destabilized_blend"); +chunks33.maxStackSize = 64; +chunks33.register(); + +var chunks34 = VanillaFactory.createItem("footbone_destabilized_blend"); +chunks34.maxStackSize = 64; +chunks34.register(); + +var chunks35 = VanillaFactory.createItem("gemenyte_destabilized_blend"); +chunks35.maxStackSize = 64; +chunks35.register(); + +var chunks36 = VanillaFactory.createItem("ghastly_destabilized_blend"); +chunks36.maxStackSize = 64; +chunks36.register(); + +var chunks37 = VanillaFactory.createItem("ghoulish_destabilized_blend"); +chunks37.maxStackSize = 64; +chunks37.register(); + +var chunks38 = VanillaFactory.createItem("greencrystal_destabilized_blend"); +chunks38.maxStackSize = 64; +chunks38.register(); + +var chunks39 = VanillaFactory.createItem("jewelyte_destabilized_blend"); +chunks39.maxStackSize = 64; +chunks39.register(); + +var chunks40 = VanillaFactory.createItem("legbone_destabilized_blend"); +chunks40.maxStackSize = 64; +chunks40.register(); + +var chunks41 = VanillaFactory.createItem("lyon_destabilized_blend"); +chunks41.maxStackSize = 64; +chunks41.register(); + +var chunks42 = VanillaFactory.createItem("mystite_destabilized_blend"); +chunks42.maxStackSize = 64; +chunks42.register(); + +var chunks43 = VanillaFactory.createItem("ornamyte_destabilized_blend"); +chunks43.maxStackSize = 64; +chunks43.register(); + +var chunks44 = VanillaFactory.createItem("purplecrystal_destabilized_blend"); +chunks44.maxStackSize = 64; +chunks44.register(); + +var chunks45 = VanillaFactory.createItem("redcrystal_destabilized_blend"); +chunks45.maxStackSize = 64; +chunks45.register(); + +var chunks46 = VanillaFactory.createItem("shyregem_destabilized_blend"); +chunks46.maxStackSize = 64; +chunks46.register(); + +var chunks47 = VanillaFactory.createItem("shyrestone_destabilized_blend"); +chunks47.maxStackSize = 64; +chunks47.register(); + +var chunks48 = VanillaFactory.createItem("skullbone_destabilized_blend"); +chunks48.maxStackSize = 64; +chunks48.register(); + +var chunks49 = VanillaFactory.createItem("varsium_destabilized_blend"); +chunks49.maxStackSize = 64; +chunks49.register(); + +var chunks50 = VanillaFactory.createItem("whitecrystal_destabilized_blend"); +chunks50.maxStackSize = 64; +chunks50.register(); + +var chunks51 = VanillaFactory.createItem("yellowcrystal_destabilized_blend"); +chunks51.maxStackSize = 64; +chunks51.register(); + +var chunks52 = VanillaFactory.createItem("certus_destabilized_blend"); +chunks52.maxStackSize = 64; +chunks52.register(); + +var chunks53 = VanillaFactory.createItem("garnet_destabilized_blend"); +chunks53.maxStackSize = 64; +chunks53.register(); + +var chunks54 = VanillaFactory.createItem("opal_destabilized_blend"); +chunks54.maxStackSize = 64; +chunks54.register(); + +var chunks55 = VanillaFactory.createItem("salt_destabilized_blend"); +chunks55.maxStackSize = 64; +chunks55.register(); + +var chunks56 = VanillaFactory.createItem("silver_destabilized_blend"); +chunks56.maxStackSize = 64; +chunks56.register(); + +var chunks57 = VanillaFactory.createItem("ruby_destabilized_blend"); +chunks57.maxStackSize = 64; +chunks57.register(); + +var chunks58 = VanillaFactory.createItem("peridot_destabilized_blend"); +chunks58.maxStackSize = 64; +chunks58.register(); + +var chunks59 = VanillaFactory.createItem("topaz_destabilized_blend"); +chunks59.maxStackSize = 64; +chunks59.register(); + +var chunks60 = VanillaFactory.createItem("tanzanite_destabilized_blend"); +chunks60.maxStackSize = 64; +chunks60.register(); + +var chunks61 = VanillaFactory.createItem("malachite_destabilized_blend"); +chunks61.maxStackSize = 64; +chunks61.register(); + +var chunks62 = VanillaFactory.createItem("amber_destabilized_blend"); +chunks62.maxStackSize = 64; +chunks62.register(); + +var chunks63 = VanillaFactory.createItem("eden_destabilized_blend"); +chunks63.maxStackSize = 64; +chunks63.register(); + +var chunks64 = VanillaFactory.createItem("wildwood_destabilized_blend"); +chunks64.maxStackSize = 64; +chunks64.register(); + +var chunks65 = VanillaFactory.createItem("apalachia_destabilized_blend"); +chunks65.maxStackSize = 64; +chunks65.register(); + +var chunks66 = VanillaFactory.createItem("skythern_destabilized_blend"); +chunks66.maxStackSize = 64; +chunks66.register(); + +var chunks67 = VanillaFactory.createItem("mortum_destabilized_blend"); +chunks67.maxStackSize = 64; +chunks67.register(); + +var chunks68 = VanillaFactory.createItem("draconium_destabilized_blend"); +chunks68.maxStackSize = 64; +chunks68.register(); + +var chunks69 = VanillaFactory.createItem("yellorite_destabilized_blend"); +chunks69.maxStackSize = 64; +chunks69.register(); + +var chunks70 = VanillaFactory.createItem("apatite_destabilized_blend"); +chunks70.maxStackSize = 64; +chunks70.register(); + +var chunks71 = VanillaFactory.createItem("copper_destabilized_blend"); +chunks71.maxStackSize = 64; +chunks71.register(); + +var chunks72 = VanillaFactory.createItem("tin_destabilized_blend"); +chunks72.maxStackSize = 64; +chunks72.register(); + +var chunks73 = VanillaFactory.createItem("aluminum_destabilized_blend"); +chunks73.maxStackSize = 64; +chunks73.register(); + +var chunks74 = VanillaFactory.createItem("lead_destabilized_blend"); +chunks74.maxStackSize = 64; +chunks74.register(); + +var chunks75 = VanillaFactory.createItem("nickel_destabilized_blend"); +chunks75.maxStackSize = 64; +chunks75.register(); + +var chunks76 = VanillaFactory.createItem("uranium_destabilized_blend"); +chunks76.maxStackSize = 64; +chunks76.register(); + +var chunks77 = VanillaFactory.createItem("prosperity_destabilized_blend"); +chunks77.maxStackSize = 64; +chunks77.register(); + +var chunks78 = VanillaFactory.createItem("inferium_destabilized_blend"); +chunks78.maxStackSize = 64; +chunks78.register(); + +var chunks79 = VanillaFactory.createItem("boron_destabilized_blend"); +chunks79.maxStackSize = 64; +chunks79.register(); + +var chunks80 = VanillaFactory.createItem("lithium_destabilized_blend"); +chunks80.maxStackSize = 64; +chunks80.register(); + +var chunks81 = VanillaFactory.createItem("magnesium_destabilized_blend"); +chunks81.maxStackSize = 64; +chunks81.register(); + +var chunks82 = VanillaFactory.createItem("electrotine_destabilized_blend"); +chunks82.maxStackSize = 64; +chunks82.register(); + +var chunks83 = VanillaFactory.createItem("dimensionalshard_destabilized_blend"); +chunks83.maxStackSize = 64; +chunks83.register(); + +var chunks84 = VanillaFactory.createItem("sulfur_destabilized_blend"); +chunks84.maxStackSize = 64; +chunks84.register(); + +var chunks85 = VanillaFactory.createItem("tungsten_destabilized_blend"); +chunks85.maxStackSize = 64; +chunks85.register(); + +var chunks86 = VanillaFactory.createItem("platinum_destabilized_blend"); +chunks86.maxStackSize = 64; +chunks86.register(); + +var chunks87 = VanillaFactory.createItem("mithril_destabilized_blend"); +chunks87.maxStackSize = 64; +chunks87.register(); + +var chunks88 = VanillaFactory.createItem("dilithium_destabilized_blend"); +chunks88.maxStackSize = 64; +chunks88.register(); + +var chunks89 = VanillaFactory.createItem("thorium_destabilized_blend"); +chunks89.maxStackSize = 64; +chunks89.register(); \ No newline at end of file diff --git a/scripts/OreProcessing3.txt b/scripts/OreProcessing3.txt new file mode 100644 index 00000000..cf5708d3 --- /dev/null +++ b/scripts/OreProcessing3.txt @@ -0,0 +1,363 @@ +#loader contenttweaker + +import mods.contenttweaker.VanillaFactory; +import mods.contenttweaker.Item; +import mods.contenttweaker.IItemRightClick; +import mods.contenttweaker.Commands; + + +var chunks1 = VanillaFactory.createItem("sapphire_energized_dust"); +chunks1.maxStackSize = 64; +chunks1.register(); + +var chunks2 = VanillaFactory.createItem("runium_energized_dust"); +chunks2.maxStackSize = 64; +chunks2.register(); + +var chunks3 = VanillaFactory.createItem("sednanite_energized_dust"); +chunks3.maxStackSize = 64; +chunks3.register(); + +var chunks4 = VanillaFactory.createItem("netherite_energized_dust"); +chunks4.maxStackSize = 64; +chunks4.register(); + +var chunks5 = VanillaFactory.createItem("bloodgem_energized_dust"); +chunks5.maxStackSize = 64; +chunks5.register(); + +var chunks6 = VanillaFactory.createItem("emberstone_energized_dust"); +chunks6.maxStackSize = 64; +chunks6.register(); + +var chunks7 = VanillaFactory.createItem("limonite_energized_dust"); +chunks7.maxStackSize = 64; +chunks7.register(); + +var chunks8 = VanillaFactory.createItem("rosite_energized_dust"); +chunks8.maxStackSize = 64; +chunks8.register(); + +var chunks9 = VanillaFactory.createItem("jade_energized_dust"); +chunks9.maxStackSize = 64; +chunks9.register(); + +var chunks10 = VanillaFactory.createItem("amethyst_energized_dust"); +chunks10.maxStackSize = 64; +chunks10.register(); + +var chunks11 = VanillaFactory.createItem("iridium_energized_dust"); +chunks11.maxStackSize = 64; +chunks11.register(); + +var chunks12 = VanillaFactory.createItem("starmetal_energized_dust"); +chunks12.maxStackSize = 64; +chunks12.register(); + +var chunks13 = VanillaFactory.createItem("shaded_energized_dust"); +chunks13.maxStackSize = 64; +chunks13.register(); + +var chunks14 = VanillaFactory.createItem("light_energized_dust"); +chunks14.maxStackSize = 64; +chunks14.register(); + +var chunks15 = VanillaFactory.createItem("magiccrystal_energized_dust"); +chunks15.maxStackSize = 64; +chunks15.register(); + +var chunks16 = VanillaFactory.createItem("gold_energized_dust"); +chunks16.maxStackSize = 64; +chunks16.register(); + +var chunks17 = VanillaFactory.createItem("iron_energized_dust"); +chunks17.maxStackSize = 64; +chunks17.register(); + +var chunks18 = VanillaFactory.createItem("coal_energized_dust"); +chunks18.maxStackSize = 64; +chunks18.register(); + +var chunks19 = VanillaFactory.createItem("lapis_energized_dust"); +chunks19.maxStackSize = 64; +chunks19.register(); + +var chunks20 = VanillaFactory.createItem("diamond_energized_dust"); +chunks20.maxStackSize = 64; +chunks20.register(); + +var chunks21 = VanillaFactory.createItem("redstone_energized_dust"); +chunks21.maxStackSize = 64; +chunks21.register(); + +var chunks22 = VanillaFactory.createItem("emerald_energized_dust"); +chunks22.maxStackSize = 64; +chunks22.register(); + +var chunks23 = VanillaFactory.createItem("quartz_energized_dust"); +chunks23.maxStackSize = 64; +chunks23.register(); + +var chunks24 = VanillaFactory.createItem("coralium_energized_dust"); +chunks24.maxStackSize = 64; +chunks24.register(); + +var chunks25 = VanillaFactory.createItem("abyssalnite_energized_dust"); +chunks25.maxStackSize = 64; +chunks25.register(); + +var chunks26 = VanillaFactory.createItem("baronyte_energized_dust"); +chunks26.maxStackSize = 64; +chunks26.register(); + +var chunks27 = VanillaFactory.createItem("blazium_energized_dust"); +chunks27.maxStackSize = 64; +chunks27.register(); + +var chunks28 = VanillaFactory.createItem("bloodstone_energized_dust"); +chunks28.maxStackSize = 64; +chunks28.register(); + +var chunks29 = VanillaFactory.createItem("bluecrystal_energized_dust"); +chunks29.maxStackSize = 64; +chunks29.register(); + +var chunks30 = VanillaFactory.createItem("chargedrunium_energized_dust"); +chunks30.maxStackSize = 64; +chunks30.register(); + +var chunks31 = VanillaFactory.createItem("chestbone_energized_dust"); +chunks31.maxStackSize = 64; +chunks31.register(); + +var chunks32 = VanillaFactory.createItem("crystallite_energized_dust"); +chunks32.maxStackSize = 64; +chunks32.register(); + +var chunks33 = VanillaFactory.createItem("elecanium_energized_dust"); +chunks33.maxStackSize = 64; +chunks33.register(); + +var chunks34 = VanillaFactory.createItem("footbone_energized_dust"); +chunks34.maxStackSize = 64; +chunks34.register(); + +var chunks35 = VanillaFactory.createItem("gemenyte_energized_dust"); +chunks35.maxStackSize = 64; +chunks35.register(); + +var chunks36 = VanillaFactory.createItem("ghastly_energized_dust"); +chunks36.maxStackSize = 64; +chunks36.register(); + +var chunks37 = VanillaFactory.createItem("ghoulish_energized_dust"); +chunks37.maxStackSize = 64; +chunks37.register(); + +var chunks38 = VanillaFactory.createItem("greencrystal_energized_dust"); +chunks38.maxStackSize = 64; +chunks38.register(); + +var chunks39 = VanillaFactory.createItem("jewelyte_energized_dust"); +chunks39.maxStackSize = 64; +chunks39.register(); + +var chunks40 = VanillaFactory.createItem("legbone_energized_dust"); +chunks40.maxStackSize = 64; +chunks40.register(); + +var chunks41 = VanillaFactory.createItem("lyon_energized_dust"); +chunks41.maxStackSize = 64; +chunks41.register(); + +var chunks42 = VanillaFactory.createItem("mystite_energized_dust"); +chunks42.maxStackSize = 64; +chunks42.register(); + +var chunks43 = VanillaFactory.createItem("ornamyte_energized_dust"); +chunks43.maxStackSize = 64; +chunks43.register(); + +var chunks44 = VanillaFactory.createItem("purplecrystal_energized_dust"); +chunks44.maxStackSize = 64; +chunks44.register(); + +var chunks45 = VanillaFactory.createItem("redcrystal_energized_dust"); +chunks45.maxStackSize = 64; +chunks45.register(); + +var chunks46 = VanillaFactory.createItem("shyregem_energized_dust"); +chunks46.maxStackSize = 64; +chunks46.register(); + +var chunks47 = VanillaFactory.createItem("shyrestone_energized_dust"); +chunks47.maxStackSize = 64; +chunks47.register(); + +var chunks48 = VanillaFactory.createItem("skullbone_energized_dust"); +chunks48.maxStackSize = 64; +chunks48.register(); + +var chunks49 = VanillaFactory.createItem("varsium_energized_dust"); +chunks49.maxStackSize = 64; +chunks49.register(); + +var chunks50 = VanillaFactory.createItem("whitecrystal_energized_dust"); +chunks50.maxStackSize = 64; +chunks50.register(); + +var chunks51 = VanillaFactory.createItem("yellowcrystal_energized_dust"); +chunks51.maxStackSize = 64; +chunks51.register(); + +var chunks52 = VanillaFactory.createItem("certus_energized_dust"); +chunks52.maxStackSize = 64; +chunks52.register(); + +var chunks53 = VanillaFactory.createItem("garnet_energized_dust"); +chunks53.maxStackSize = 64; +chunks53.register(); + +var chunks54 = VanillaFactory.createItem("opal_energized_dust"); +chunks54.maxStackSize = 64; +chunks54.register(); + +var chunks55 = VanillaFactory.createItem("salt_energized_dust"); +chunks55.maxStackSize = 64; +chunks55.register(); + +var chunks56 = VanillaFactory.createItem("silver_energized_dust"); +chunks56.maxStackSize = 64; +chunks56.register(); + +var chunks57 = VanillaFactory.createItem("ruby_energized_dust"); +chunks57.maxStackSize = 64; +chunks57.register(); + +var chunks58 = VanillaFactory.createItem("peridot_energized_dust"); +chunks58.maxStackSize = 64; +chunks58.register(); + +var chunks59 = VanillaFactory.createItem("topaz_energized_dust"); +chunks59.maxStackSize = 64; +chunks59.register(); + +var chunks60 = VanillaFactory.createItem("tanzanite_energized_dust"); +chunks60.maxStackSize = 64; +chunks60.register(); + +var chunks61 = VanillaFactory.createItem("malachite_energized_dust"); +chunks61.maxStackSize = 64; +chunks61.register(); + +var chunks62 = VanillaFactory.createItem("amber_energized_dust"); +chunks62.maxStackSize = 64; +chunks62.register(); + +var chunks63 = VanillaFactory.createItem("eden_energized_dust"); +chunks63.maxStackSize = 64; +chunks63.register(); + +var chunks64 = VanillaFactory.createItem("wildwood_energized_dust"); +chunks64.maxStackSize = 64; +chunks64.register(); + +var chunks65 = VanillaFactory.createItem("apalachia_energized_dust"); +chunks65.maxStackSize = 64; +chunks65.register(); + +var chunks66 = VanillaFactory.createItem("skythern_energized_dust"); +chunks66.maxStackSize = 64; +chunks66.register(); + +var chunks67 = VanillaFactory.createItem("mortum_energized_dust"); +chunks67.maxStackSize = 64; +chunks67.register(); + +var chunks68 = VanillaFactory.createItem("draconium_energized_dust"); +chunks68.maxStackSize = 64; +chunks68.register(); + +var chunks69 = VanillaFactory.createItem("yellorite_energized_dust"); +chunks69.maxStackSize = 64; +chunks69.register(); + +var chunks70 = VanillaFactory.createItem("apatite_energized_dust"); +chunks70.maxStackSize = 64; +chunks70.register(); + +var chunks71 = VanillaFactory.createItem("copper_energized_dust"); +chunks71.maxStackSize = 64; +chunks71.register(); + +var chunks72 = VanillaFactory.createItem("tin_energized_dust"); +chunks72.maxStackSize = 64; +chunks72.register(); + +var chunks73 = VanillaFactory.createItem("aluminum_energized_dust"); +chunks73.maxStackSize = 64; +chunks73.register(); + +var chunks74 = VanillaFactory.createItem("lead_energized_dust"); +chunks74.maxStackSize = 64; +chunks74.register(); + +var chunks75 = VanillaFactory.createItem("nickel_energized_dust"); +chunks75.maxStackSize = 64; +chunks75.register(); + +var chunks76 = VanillaFactory.createItem("uranium_energized_dust"); +chunks76.maxStackSize = 64; +chunks76.register(); + +var chunks77 = VanillaFactory.createItem("prosperity_energized_dust"); +chunks77.maxStackSize = 64; +chunks77.register(); + +var chunks78 = VanillaFactory.createItem("inferium_energized_dust"); +chunks78.maxStackSize = 64; +chunks78.register(); + +var chunks79 = VanillaFactory.createItem("boron_energized_dust"); +chunks79.maxStackSize = 64; +chunks79.register(); + +var chunks80 = VanillaFactory.createItem("lithium_energized_dust"); +chunks80.maxStackSize = 64; +chunks80.register(); + +var chunks81 = VanillaFactory.createItem("magnesium_energized_dust"); +chunks81.maxStackSize = 64; +chunks81.register(); + +var chunks82 = VanillaFactory.createItem("electrotine_energized_dust"); +chunks82.maxStackSize = 64; +chunks82.register(); + +var chunks83 = VanillaFactory.createItem("dimensionalshard_energized_dust"); +chunks83.maxStackSize = 64; +chunks83.register(); + +var chunks84 = VanillaFactory.createItem("sulfur_energized_dust"); +chunks84.maxStackSize = 64; +chunks84.register(); + +var chunks85 = VanillaFactory.createItem("tungsten_energized_dust"); +chunks85.maxStackSize = 64; +chunks85.register(); + +var chunks86 = VanillaFactory.createItem("platinum_energized_dust"); +chunks86.maxStackSize = 64; +chunks86.register(); + +var chunks87 = VanillaFactory.createItem("mithril_energized_dust"); +chunks87.maxStackSize = 64; +chunks87.register(); + +var chunks88 = VanillaFactory.createItem("dilithium_energized_dust"); +chunks88.maxStackSize = 64; +chunks88.register(); + +var chunks89 = VanillaFactory.createItem("thorium_energized_dust"); +chunks89.maxStackSize = 64; +chunks89.register(); \ No newline at end of file diff --git a/scripts/PackagedGating.zs b/scripts/PackagedGating.zs new file mode 100644 index 00000000..b488a13b --- /dev/null +++ b/scripts/PackagedGating.zs @@ -0,0 +1,41 @@ +recipes.removeShaped(); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.removeShaped(); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.removeShaped(); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.removeShaped(); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.removeShaped(); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.removeShaped(); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); diff --git a/scripts/ParallelEarths.zs b/scripts/ParallelEarths.zs new file mode 100644 index 00000000..d4172301 --- /dev/null +++ b/scripts/ParallelEarths.zs @@ -0,0 +1,68 @@ +#loader contenttweaker + +import mods.contenttweaker.Color; +import mods.contenttweaker.VanillaFactory; +import mods.contenttweaker.IItemRightClick; +import mods.contenttweaker.Commands; +import mods.contenttweaker.Item; +import mods.contenttweaker.BlockMaterial; + + +var wormholecatalyst = VanillaFactory.createItem("wormhole_catalyst"); +wormholecatalyst.maxStackSize = 64; +wormholecatalyst.beaconPayment = false; +wormholecatalyst.register(); + +var taerrapiattawarper = VanillaFactory.createItem("taerrapiatta_warper"); +taerrapiattawarper.maxStackSize = 1; +taerrapiattawarper.glowing = true; +taerrapiattawarper.itemRightClick = function(stack, world, player, hand) { + Commands.call("cofh tpx @p 180", player, world, true, true); + return "Pass"; +}; +taerrapiattawarper.register(); + +var diamerismawarper = VanillaFactory.createItem("diamerisma_warper"); +diamerismawarper.maxStackSize = 1; +diamerismawarper.glowing = true; +diamerismawarper.itemRightClick = function(stack, world, player, hand) { + Commands.call("cofh tpx @p 181", player, world, true, true); + return "Pass"; +}; +diamerismawarper.register(); + +var furattowarper = VanillaFactory.createItem("furatto_warper"); +furattowarper.maxStackSize = 1; +furattowarper.glowing = true; +furattowarper.itemRightClick = function(stack, world, player, hand) { + Commands.call("cofh tpx @p 182", player, world, true, true); + return "Pass"; +}; +furattowarper.register(); + +var vibewarper = VanillaFactory.createItem("vibe_warper"); +vibewarper.maxStackSize = 1; +vibewarper.glowing = true; +vibewarper.itemRightClick = function(stack, world, player, hand) { + Commands.call("cofh tpx @p 183", player, world, true, true); + return "Pass"; +}; +vibewarper.register(); + +var apichisiwarper = VanillaFactory.createItem("apichisi_warper"); +apichisiwarper.maxStackSize = 1; +apichisiwarper.glowing = true; +apichisiwarper.itemRightClick = function(stack, world, player, hand) { + Commands.call("cofh tpx @p 184", player, world, true, true); + return "Pass"; +}; +apichisiwarper.register(); + +var finemwarper = VanillaFactory.createItem("finem_warper"); +finemwarper.maxStackSize = 1; +finemwarper.glowing = true; +finemwarper.itemRightClick = function(stack, world, player, hand) { + Commands.call("cofh tpx @p 185", player, world, true, true); + return "Pass"; +}; +finemwarper.register(); \ No newline at end of file diff --git a/scripts/ParallelEarthsRecipes.zs b/scripts/ParallelEarthsRecipes.zs new file mode 100644 index 00000000..5285dd35 --- /dev/null +++ b/scripts/ParallelEarthsRecipes.zs @@ -0,0 +1,271 @@ +mods.extendedcrafting.TableCrafting.addShaped(, + +[[, , null, +null, , null, +null, , ], + +[, .withTag({Material: "fierymetal"}), null, +, , , +null, .withTag({Material: "fierymetal"}), ], + +[null, null, , +null, , null, +, null, null], + +[null, , null, +, , , +null, , null], + +[, , , +, , , +, , ], + +[null, , null, +, , , +null, , null], + +[null, null, , +null, , null, +, null, null], + +[, .withTag({Material: "fierymetal"}), null, +, , , +null, .withTag({Material: "fierymetal"}), ], + +[, , null, +null, , null, +null, , ]]); + + + +mods.extendedcrafting.TableCrafting.addShaped(, + +[[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ]]); + + + +mods.extendedcrafting.TableCrafting.addShaped(, + +[[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ]]); + + + +mods.extendedcrafting.TableCrafting.addShaped(, + +[[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ]]); + +mods.extendedcrafting.TableCrafting.addShaped(, + +[[, , , +, , , +, , ], + +[, .withTag({Material: "varsium"}), , +, , , +, .withTag({Material: "varsium"}), ], + +[, , , +, , , +, , ], + +[, , , +.withTag({Material: "blazium"}), , .withTag({Material: "blazium"}), +, , ], + +[, , , +, , , +, , ], + +[, , , +.withTag({Material: "blazium"}), , .withTag({Material: "blazium"}), +, , ], + +[, , , +, , , +, , ], + +[, .withTag({Material: "varsium"}), , +, , , +, .withTag({Material: "varsium"}), ], + +[, , , +, , , +, , ]]); + + + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ]]); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ]]); diff --git a/scripts/PeriodicTable.zs b/scripts/PeriodicTable.zs new file mode 100644 index 00000000..94e37fa0 --- /dev/null +++ b/scripts/PeriodicTable.zs @@ -0,0 +1,100 @@ +// making krypton, neon, argon, and xenon + +mods.nuclearcraft.centrifuge.addRecipe([*10, *7, *2, *1, *1, 0.1, 6.1, 0.2]); + +mods.nuclearcraft.chemical_reactor.addRecipe([*1, *5, *1, *1, 0.1, 2.5, 0.2]); + +mods.nuclearcraft.centrifuge.addRecipe([*10, *5, *5, null, null, 0.1, 6.1, 0.2]); + +mods.nuclearcraft.rock_crusher.addRecipe([, *4, null, null]); + +mods.nuclearcraft.infuser.addRecipe([, *72, *4, 0.5, 0.6, 0.4]); + +mods.nuclearcraft.infuser.addRecipe([, *10, , 0.5, 0.6, 0.4]); + +mods.nuclearcraft.extractor.addRecipe([, , *5]); + +mods.nuclearcraft.extractor.addRecipe([, , *5]); + +// making silicon + +mods.nuclearcraft.melter.addRecipe([, *144]); + +// making phosphorus + +recipes.addShaped(, +[[null, , null], +[, , ], +[null, , null]]); + +mods.nuclearcraft.alloy_furnace.addRecipe([, , ]); + +mods.nuclearcraft.melter.addRecipe([, *144]); + +// making chlorine, francium, and bromine + +mods.nuclearcraft.dissolver.addRecipe([, *100, *100, 0.9, 0.2, 0.1]); + +mods.nuclearcraft.electrolyser.addRecipe([*20, *4, *4, *12, null, 0.1, 0.9, 0.2]); + +mods.nuclearcraft.heat_exchanger.addRecipe([*10, *20, 80000.0, 300, 700]); + +mods.nuclearcraft.electrolyser.addRecipe([*20, *4, *4, *12, null, 0.1, 0.9, 0.2]); + +mods.nuclearcraft.electrolyser.addRecipe([*10, *5, *5, null, null, 0.1, 0.9, 0.2]); + +mods.nuclearcraft.melter.removeRecipeWithOutput([]); + +// making calcium + +mods.nuclearcraft.melter.addRecipe([, *144]); + +mods.nuclearcraft.melter.addRecipe([, *10]); + +mods.nuclearcraft.electrolyser.addRecipe([*10, *5, *1, *4, null, 0.3, 0.9, 0.2]); + +// making scandium + +mods.nuclearcraft.electrolyser.addRecipe([*10, *3, *2, *4, *1, 0.3, 0.9, 0.9]); + +// making vanadium + +mods.techreborn.industrialGrinder.addRecipe(, *2, null, null, , null, *10, 30, 50); + +mods.nuclearcraft.melter.addRecipe([, *144]); + +// making gallium + +mods.nuclearcraft.rock_crusher.addRecipe([*4, *2, , null]); + +mods.nuclearcraft.melter.addRecipe([, *72]); + +// making germanium + +mods.nuclearcraft.rock_crusher.addRecipe([*4, *2, , null]); + +mods.nuclearcraft.melter.addRecipe([, *72]); + +// making selenium + +mods.techreborn.industrialGrinder.addRecipe(, , null, null, , null, *10, 30, 50); + +mods.thermalexpansion.Centrifuge.addRecipe([ % 100, % 100, % 100], *32, null, 1000); + +mods.nuclearcraft.melter.addRecipe([, *144]); + +// making yttrium and barium + +mods.nuclearcraft.chemical_reactor.addRecipe([*10, *10, *10, *10, 0.1, 2.5, 0.2]); + +mods.nuclearcraft.rock_crusher.addRecipe([, , , null]); + +mods.nuclearcraft.melter.addRecipe([, *50, 0.6, 1.4, 0.1]); + +mods.nuclearcraft.chemical_reactor.addRecipe([*10, *2, *10, *5, 0.1, 2.5, 0.2]); + +mods.nuclearcraft.chemical_reactor.addRecipe([*10, *10, *20, *5, 0.1, 2.5, 0.2]); + +mods.techreborn.industrialElectrolyzer.addRecipe(, , null, null, null, , 30, 40); + +mods.nuclearcraft.melter.addRecipe([, *72]); diff --git a/scripts/PlanetOreProcessing.zs b/scripts/PlanetOreProcessing.zs new file mode 100644 index 00000000..0c6cc23c --- /dev/null +++ b/scripts/PlanetOreProcessing.zs @@ -0,0 +1,28 @@ +import mods.modularmachinery.RecipeBuilder; + + +mods.techreborn.industrialGrinder.addRecipe(*4, null, null, null, , , *50, 120, 256); +mods.techreborn.blastFurnace.addRecipe(, null, , , 120, 256, 3100); + +mods.techreborn.industrialGrinder.addRecipe(*4, null, null, null, , , *50, 120, 256); +mods.techreborn.blastFurnace.addRecipe(, null, , , 120, 256, 3100); + +mods.techreborn.industrialGrinder.addRecipe(*4, null, null, null, , , *50, 120, 256); +mods.techreborn.blastFurnace.addRecipe(, null, , , 120, 256, 3100); + +mods.techreborn.industrialGrinder.addRecipe(*4, null, null, null, , , *50, 120, 256); +mods.techreborn.blastFurnace.addRecipe(, null, , , 120, 256, 3100); + +mods.techreborn.industrialGrinder.addRecipe(*16, null, null, null, , , *150, 120, 256); + + +mods.techreborn.industrialGrinder.addRecipe(*16, null, null, null, , , *150, 120, 256); + + +mods.techreborn.industrialGrinder.addRecipe(*16, null, null, null, , , *150, 120, 256); + + +mods.techreborn.industrialGrinder.addRecipe(*16, null, null, null, , , *150, 120, 256); + + +mods.techreborn.industrialGrinder.addRecipe(*16, null, null, null, , , *150, 120, 256); diff --git a/scripts/PlantAutomation.zs b/scripts/PlantAutomation.zs new file mode 100644 index 00000000..24a29f62 --- /dev/null +++ b/scripts/PlantAutomation.zs @@ -0,0 +1,504 @@ +mods.thermalexpansion.Insolator.addRecipe(, + , + , + 25000, + , + 105); + +mods.thermalexpansion.Insolator.addRecipe(, + , + *4, + 25000, + , + 105); + +mods.thermalexpansion.Insolator.addRecipe(, + , + *4, + 25000, + , + 15); + +mods.thermalexpansion.Insolator.addRecipe(, + , + , + 25000, + , + 105); + +mods.thermalexpansion.Insolator.addRecipe(, + , + , + 25000, + *3, + 105); + +mods.thermalexpansion.Insolator.addRecipe(*3, + , + , + 25000, + , + 105); + +mods.thermalexpansion.Insolator.addRecipe(*3, + , + , + 25000, + , + 105); + +mods.thermalexpansion.Insolator.addRecipe(*3, +, +, +25000, +, +105); + +mods.thermalexpansion.Insolator.addRecipe(*3, +, +, +25000, +, +105); + +mods.thermalexpansion.Insolator.addRecipe(*3, +, +, +25000, +, +105); + +mods.thermalexpansion.Insolator.addRecipe(*3, +, +, +25000, +, +105); + +mods.thermalexpansion.Insolator.addRecipe(*3, +, +, +25000, +, +105); + + +mods.thermalexpansion.Insolator.addRecipe(.withTag({Aspect: "aer"})*5, +.withTag({Aspect: "aer"}), +, +25000, +.withTag({Aspect: "aer"}), +105); + +mods.thermalexpansion.Insolator.addRecipe(.withTag({Aspect: "terra"})*5, +.withTag({Aspect: "terra"}), +, +25000, +.withTag({Aspect: "terra"}), +105); + +mods.thermalexpansion.Insolator.addRecipe(.withTag({Aspect: "ignis"})*5, +.withTag({Aspect: "ignis"}), +, +25000, +.withTag({Aspect: "ignis"}), +105); + +mods.thermalexpansion.Insolator.addRecipe(.withTag({Aspect: "aqua"})*5, +.withTag({Aspect: "aqua"}), +, +25000, +.withTag({Aspect: "aqua"}), +105); + +mods.thermalexpansion.Insolator.addRecipe(.withTag({Aspect: "ordo"})*5, +.withTag({Aspect: "ordo"}), +, +25000, +.withTag({Aspect: "ordo"}), +105); + +mods.thermalexpansion.Insolator.addRecipe(.withTag({Aspect: "perditio"})*5, +.withTag({Aspect: "perditio"}), +, +25000, +.withTag({Aspect: "perditio"}), +105); + +mods.thermalexpansion.Insolator.addRecipe(.withTag({Aspect: "vacuos"})*5, +.withTag({Aspect: "vacuos"}), +, +25000, +.withTag({Aspect: "vacuos"}), +105); + +mods.thermalexpansion.Insolator.addRecipe(.withTag({Aspect: "lux"})*5, +.withTag({Aspect: "lux"}), +, +25000, +.withTag({Aspect: "lux"}), +105); + +mods.thermalexpansion.Insolator.addRecipe(.withTag({Aspect: "motus"})*5, +.withTag({Aspect: "motus"}), +, +25000, +.withTag({Aspect: "motus"}), +105); + +mods.thermalexpansion.Insolator.addRecipe(.withTag({Aspect: "gelum"})*5, +.withTag({Aspect: "gelum"}), +, +25000, +.withTag({Aspect: "gelum"}), +105); + +mods.thermalexpansion.Insolator.addRecipe(.withTag({Aspect: "vitreus"})*5, +.withTag({Aspect: "vitreus"}), +, +25000, +.withTag({Aspect: "vitreus"}), +105); + +mods.thermalexpansion.Insolator.addRecipe(.withTag({Aspect: "metallum"})*5, +.withTag({Aspect: "metallum"}), +, +25000, +.withTag({Aspect: "metallum"}), +105); + +mods.thermalexpansion.Insolator.addRecipe(.withTag({Aspect: "victus"})*5, +.withTag({Aspect: "victus"}), +, +25000, +.withTag({Aspect: "victus"}), +105); + +mods.thermalexpansion.Insolator.addRecipe(.withTag({Aspect: "mortuus"})*5, +.withTag({Aspect: "mortuus"}), +, +25000, +.withTag({Aspect: "mortuus"}), +105); + +mods.thermalexpansion.Insolator.addRecipe(.withTag({Aspect: "potentia"})*5, +.withTag({Aspect: "potentia"}), +, +25000, +.withTag({Aspect: "potentia"}), +105); + +mods.thermalexpansion.Insolator.addRecipe(.withTag({Aspect: "permutatio"})*5, +.withTag({Aspect: "permutatio"}), +, +25000, +.withTag({Aspect: "permutatio"}), +105); + +mods.thermalexpansion.Insolator.addRecipe(.withTag({Aspect: "praecantatio"})*5, +.withTag({Aspect: "praecantatio"}), +, +25000, +.withTag({Aspect: "praecantatio"}), +105); + +mods.thermalexpansion.Insolator.addRecipe(.withTag({Aspect: "auram"})*5, +.withTag({Aspect: "auram"}), +, +25000, +.withTag({Aspect: "auram"}), +105); + +mods.thermalexpansion.Insolator.addRecipe(.withTag({Aspect: "alkimia"})*5, +.withTag({Aspect: "alkimia"}), +, +25000, +.withTag({Aspect: "alkimia"}), +105); + +mods.thermalexpansion.Insolator.addRecipe(.withTag({Aspect: "vitium"})*5, +.withTag({Aspect: "vitium"}), +, +25000, +.withTag({Aspect: "vitium"}), +105); + +mods.thermalexpansion.Insolator.addRecipe(.withTag({Aspect: "tenebrae"})*5, +.withTag({Aspect: "tenebrae"}), +, +25000, +.withTag({Aspect: "tenebrae"}), +105); + +mods.thermalexpansion.Insolator.addRecipe(.withTag({Aspect: "alienis"})*5, +.withTag({Aspect: "alienis"}), +, +25000, +.withTag({Aspect: "alienis"}), +105); + +mods.thermalexpansion.Insolator.addRecipe(.withTag({Aspect: "volatus"})*5, +.withTag({Aspect: "volatus"}), +, +25000, +.withTag({Aspect: "volatus"}), +105); + +mods.thermalexpansion.Insolator.addRecipe(.withTag({Aspect: "herba"})*5, +.withTag({Aspect: "herba"}), +, +25000, +.withTag({Aspect: "herba"}), +105); + +mods.thermalexpansion.Insolator.addRecipe(.withTag({Aspect: "instrumentum"})*5, +.withTag({Aspect: "instrumentum"}), +, +25000, +.withTag({Aspect: "instrumentum"}), +105); + +mods.thermalexpansion.Insolator.addRecipe(.withTag({Aspect: "fabrico"})*5, +.withTag({Aspect: "fabrico"}), +, +25000, +.withTag({Aspect: "fabrico"}), +105); + +mods.thermalexpansion.Insolator.addRecipe(.withTag({Aspect: "machina"})*5, +.withTag({Aspect: "machina"}), +, +25000, +.withTag({Aspect: "machina"}), +105); + +mods.thermalexpansion.Insolator.addRecipe(.withTag({Aspect: "vinculum"})*5, +.withTag({Aspect: "vinculum"}), +, +25000, +.withTag({Aspect: "vinculum"}), +105); + +mods.thermalexpansion.Insolator.addRecipe(.withTag({Aspect: "spiritus"})*5, +.withTag({Aspect: "spiritus"}), +, +25000, +.withTag({Aspect: "spiritus"}), +105); + +mods.thermalexpansion.Insolator.addRecipe(.withTag({Aspect: "cognitio"})*5, +.withTag({Aspect: "cognitio"}), +, +25000, +.withTag({Aspect: "cognitio"}), +105); + +mods.thermalexpansion.Insolator.addRecipe(.withTag({Aspect: "sensus"})*5, +.withTag({Aspect: "sensus"}), +, +25000, +.withTag({Aspect: "sensus"}), +105); + +mods.thermalexpansion.Insolator.addRecipe(.withTag({Aspect: "aversio"})*5, +.withTag({Aspect: "aversio"}), +, +25000, +.withTag({Aspect: "aversio"}), +105); + +mods.thermalexpansion.Insolator.addRecipe(.withTag({Aspect: "praemunio"})*5, +.withTag({Aspect: "praemunio"}), +, +25000, +.withTag({Aspect: "praemunio"}), +105); + +mods.thermalexpansion.Insolator.addRecipe(.withTag({Aspect: "desiderium"})*5, +.withTag({Aspect: "desiderium"}), +, +25000, +.withTag({Aspect: "desiderium"}), +105); + +mods.thermalexpansion.Insolator.addRecipe(.withTag({Aspect: "exanimis"})*5, +.withTag({Aspect: "exanimis"}), +, +25000, +.withTag({Aspect: "exanimis"}), +105); + +mods.thermalexpansion.Insolator.addRecipe(.withTag({Aspect: "bestia"})*5, +.withTag({Aspect: "bestia"}), +, +25000, +.withTag({Aspect: "bestia"}), +105); + +mods.thermalexpansion.Insolator.addRecipe(.withTag({Aspect: "humanus"})*5, +.withTag({Aspect: "humanus"}), +, +25000, +.withTag({Aspect: "humanus"}), +105); + +mods.thermalexpansion.Insolator.addRecipe(.withTag({Aspect: "coralos"})*5, +.withTag({Aspect: "coralos"}), +, +25000, +.withTag({Aspect: "coralos"}), +105); + +mods.thermalexpansion.Insolator.addRecipe(.withTag({Aspect: "dreadia"})*5, +.withTag({Aspect: "dreadia"}), +, +25000, +.withTag({Aspect: "dreadia"}), +105); + +mods.thermalexpansion.Insolator.addRecipe(.withTag({Aspect: "sol"})*5, +.withTag({Aspect: "sol"}), +, +25000, +.withTag({Aspect: "sol"}), +105); + +mods.thermalexpansion.Insolator.addRecipe(.withTag({Aspect: "luna"})*5, +.withTag({Aspect: "luna"}), +, +25000, +.withTag({Aspect: "luna"}), +105); + +mods.thermalexpansion.Insolator.addRecipe(.withTag({Aspect: "stellae"})*5, +.withTag({Aspect: "stellae"}), +, +25000, +.withTag({Aspect: "stellae"}), +105); + +mods.thermalexpansion.Insolator.addRecipe(.withTag({Aspect: "diabolus"})*5, +.withTag({Aspect: "diabolus"}), +, +25000, +.withTag({Aspect: "diabolus"}), +105); + +mods.thermalexpansion.Insolator.addRecipe(.withTag({Aspect: "fluctus"})*5, +.withTag({Aspect: "fluctus"}), +, +25000, +.withTag({Aspect: "fluctus"}), +105); + +mods.thermalexpansion.Insolator.addRecipe(.withTag({Aspect: "sonus"})*5, +.withTag({Aspect: "sonus"}), +, +25000, +.withTag({Aspect: "sonus"}), +105); + +mods.thermalexpansion.Insolator.addRecipe(.withTag({Aspect: "exitium"})*5, +.withTag({Aspect: "exitium"}), +, +25000, +.withTag({Aspect: "exitium"}), +105); + +mods.thermalexpansion.Insolator.addRecipe(.withTag({Aspect: "caeles"})*5, +.withTag({Aspect: "caeles"}), +, +25000, +.withTag({Aspect: "caeles"}), +105); + +mods.thermalexpansion.Insolator.addRecipe(.withTag({Aspect: "draco"})*5, +.withTag({Aspect: "draco"}), +, +25000, +.withTag({Aspect: "draco"}), +105); + +mods.thermalexpansion.Insolator.addRecipe(.withTag({Aspect: "infernum"})*5, +.withTag({Aspect: "infernum"}), +, +25000, +.withTag({Aspect: "infernum"}), +105); + +mods.thermalexpansion.Insolator.addRecipe(.withTag({Aspect: "ventus"})*5, +.withTag({Aspect: "ventus"}), +, +25000, +.withTag({Aspect: "ventus"}), +105); + +mods.thermalexpansion.Insolator.addRecipe(.withTag({Aspect: "visum"})*5, +.withTag({Aspect: "visum"}), +, +25000, +.withTag({Aspect: "visum"}), +105); + +mods.thermalexpansion.Insolator.addRecipe(.withTag({Aspect: "imperium"})*5, +.withTag({Aspect: "imperium"}), +, +25000, +.withTag({Aspect: "imperium"}), +105); + +mods.thermalexpansion.Insolator.addRecipe(.withTag({Aspect: "mythus"})*5, +.withTag({Aspect: "mythus"}), +, +25000, +.withTag({Aspect: "mythus"}), +105); + +mods.thermalexpansion.Insolator.addRecipeSaplingInfuser(*6, +, +, +25000, +, +110); + +mods.thermalexpansion.Insolator.addRecipe(*2, +, +, +25000, +, +110); + +mods.thermalexpansion.Insolator.addRecipe(, +, +, +25000, +, +105); + +mods.thermalexpansion.Insolator.addRecipe(, +, +, +25000, +, +101); + +mods.thermalexpansion.Insolator.addRecipe(, +, +, +25000, +, +101); + +mods.thermalexpansion.Insolator.addRecipe(, +, +, +25000, +, +100); + +mods.thermalexpansion.Insolator.addRecipe(, +, +, +25000, +, +100); \ No newline at end of file diff --git a/scripts/ProjectEGating.zs b/scripts/ProjectEGating.zs new file mode 100644 index 00000000..a969e71b --- /dev/null +++ b/scripts/ProjectEGating.zs @@ -0,0 +1,269 @@ +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , , , ], +[, , , , ], +[, , , , ], +[, , , , ], +[, , , , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.removeShaped(); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.removeShaped(); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.removeShaped(); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, + +[[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +null, null, null, +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ]]); + +recipes.removeShaped(); + +recipes.removeShaped(); +recipes.removeShaped(); +recipes.removeShaped(); +recipes.removeShaped(); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.remove(); +recipes.remove(); +recipes.remove(); +recipes.remove(); + +mods.extendedcrafting.CombinationCrafting.addRecipe(, +1000000, , +[, , , , , , , ]); + +mods.extendedcrafting.CombinationCrafting.addRecipe(, +1000000, , +[, , , , , , , ]); + +mods.extendedcrafting.CombinationCrafting.addRecipe(, +1000000, , +[, , , , , , , ]); + +mods.extendedcrafting.CombinationCrafting.addRecipe(, +1000000, , +[, , , , , , , ]); + +recipes.remove(); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.remove(); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.remove(); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , , , , , , , ], +[, , , 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, , , , ]]); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , , , , , , , ], +[, , , .withTag({textureBlock: {id: "aoa3:rosite_block", Count: 1 as byte, Damage: 0 as short}}), .withTag({textureBlock: {id: "aoa3:rosite_block", Count: 1 as byte, Damage: 0 as short}}), .withTag({textureBlock: {id: "aoa3:rosite_block", Count: 1 as byte, Damage: 0 as short}}), , , ], +[, , , .withTag({textureBlock: {id: "aoa3:rosite_block", Count: 1 as byte, Damage: 0 as short}}), .withTag({textureBlock: {id: "aoa3:rosite_block", Count: 1 as byte, Damage: 0 as short}}), .withTag({textureBlock: {id: "aoa3:rosite_block", Count: 1 as byte, Damage: 0 as short}}), , , ], +[, .withTag({textureBlock: {id: "aoa3:limonite_block", Count: 1 as byte, Damage: 0 as short}}), .withTag({textureBlock: {id: "aoa3:limonite_block", Count: 1 as byte, Damage: 0 as short}}), null, null, null, .withTag({textureBlock: {id: "aoa3:limonite_block", Count: 1 as byte, Damage: 0 as short}}), .withTag({textureBlock: {id: "aoa3:limonite_block", Count: 1 as byte, Damage: 0 as short}}), ], +[, .withTag({textureBlock: {id: "aoa3:limonite_block", Count: 1 as byte, Damage: 0 as short}}), .withTag({textureBlock: {id: "aoa3:limonite_block", Count: 1 as byte, Damage: 0 as short}}), null, , null, .withTag({textureBlock: {id: "aoa3:limonite_block", Count: 1 as byte, Damage: 0 as short}}), .withTag({textureBlock: {id: "aoa3:limonite_block", Count: 1 as byte, Damage: 0 as short}}), ], +[, .withTag({textureBlock: {id: "aoa3:limonite_block", Count: 1 as byte, Damage: 0 as short}}), .withTag({textureBlock: {id: "aoa3:limonite_block", Count: 1 as byte, Damage: 0 as short}}), null, null, null, .withTag({textureBlock: {id: "aoa3:limonite_block", Count: 1 as byte, Damage: 0 as short}}), .withTag({textureBlock: {id: "aoa3:limonite_block", Count: 1 as byte, Damage: 0 as short}}), ], +[, , , .withTag({textureBlock: {id: "aoa3:rosite_block", Count: 1 as byte, Damage: 0 as short}}), .withTag({textureBlock: {id: "aoa3:rosite_block", Count: 1 as byte, Damage: 0 as short}}), .withTag({textureBlock: {id: "aoa3:rosite_block", Count: 1 as byte, Damage: 0 as short}}), , , ], +[, , , .withTag({textureBlock: {id: "aoa3:rosite_block", Count: 1 as byte, Damage: 0 as short}}), .withTag({textureBlock: {id: "aoa3:rosite_block", Count: 1 as byte, Damage: 0 as short}}), .withTag({textureBlock: {id: "aoa3:rosite_block", Count: 1 as byte, Damage: 0 as short}}), , , ], +[, , , , , , , , ]]); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , , , , , , , ], +[, , , , , , , , ], +[, , , , , , , , ], +[, , , , , , , , ], +[, , , , , , , , ], +[, , , , , , , , ], +[, , , , , , , , ], +[, , , , , , , , ], +[, , , , , , , , ]]); + +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, , ]]); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , , , , , , , ], +[, , , , , , , , ], +[, , , , 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, , ]]); + +recipes.remove(); + +recipes.addShaped(, +[[, , ], +[null, , null], +[null, , null]]); + +recipes.remove(); + +recipes.addShaped(, +[[, , null], +[, , null], +[null, , null]]); + +recipes.remove(); + +recipes.addShaped(, +[[null, , null], +[null, , null], +[null, , null]]); + +recipes.remove(); + +recipes.addShaped(, +[[null, , null], +[null, , null], +[null, , null]]); + +recipes.remove(); + +recipes.addShaped(, +[[, , null], +[null, , null], +[null, , null]]); + +recipes.remove(); + +recipes.addShaped(, +[[null, , null], +[, null, null], +[null, null, null]]); + +recipes.remove(); + +recipes.addShaped(, +[[, , ], +[null, , null], +[null, , null]]); \ No newline at end of file diff --git a/scripts/ProjectEXremove.zs b/scripts/ProjectEXremove.zs new file mode 100644 index 00000000..86255b30 --- /dev/null +++ b/scripts/ProjectEXremove.zs @@ -0,0 +1,53 @@ +recipes.remove(); +recipes.remove(); +recipes.remove(); +recipes.remove(); +recipes.remove(); +recipes.remove(); +recipes.remove(); +recipes.remove(); +recipes.remove(); +recipes.remove(); +recipes.remove(); +recipes.remove(); +recipes.remove(); +recipes.remove(); +recipes.remove(); +recipes.remove(); +recipes.remove(); +recipes.remove(); +recipes.remove(); +recipes.remove(); +recipes.remove(); +recipes.remove(); +recipes.remove(); +recipes.remove(); +recipes.remove(); +recipes.remove(); +recipes.remove(); +recipes.remove(); +recipes.remove(); +recipes.remove(); +recipes.remove(); +recipes.remove(); +recipes.remove(); +recipes.remove(); +recipes.remove(); +recipes.remove(); +recipes.remove(); +recipes.remove(); +recipes.remove(); +recipes.remove(); +recipes.remove(); +recipes.remove(); +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/RFToolsGating.zs b/scripts/RFToolsGating.zs new file mode 100644 index 00000000..64409d9b --- /dev/null +++ b/scripts/RFToolsGating.zs @@ -0,0 +1,197 @@ +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , , , , , ], +[, , null, null, null, , ], +[, null, , , , null, ], +[, null, , , , null, ], +[, null, , , , null, ], +[, , null, null, null, , ], +[, , , , , , ]]); + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , ], +[, null, ], +[, , ]]); + +mods.botania.PureDaisy.addRecipe(,, 100); + +recipes.removeShaped(); + +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, , ]]); + +recipes.removeShaped(); + +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, , ]]); + +recipes.removeShaped(); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + + + +recipes.removeShaped(); + + +recipes.removeShaped(); + +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, , ]]); + +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"}), , , ]]); + + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , , +, , , +, , ], + +[.withTag({type: "dandelifeon"}), null, , +null, , null, +, null, .withTag({type: "dandelifeon"})], + +[null, , null, +, .withTag({textureBlock: {id: "avaritia:block_resource", Count: 1 as byte, Damage: 1 as short}}), , +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 as byte, Damage: 1 as short}}), , +null, , null], + +[.withTag({type: "dandelifeon"}), null, , +null, , null, +, null, .withTag({type: "dandelifeon"})], + +[, , , +, , , +, , ]]); + + +recipes.addShaped(*2, +[[, , ], +[, , ], +[, , ]]); + + +recipes.removeShaped(); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.removeShaped(); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.removeShaped(); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.removeShaped(); + +recipes.addShaped(, +[[null, , null], +[, , ], +[null, , null]]); + +recipes.removeShaped(); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.removeShaped(); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.removeShaped(); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.removeShaped(); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.removeShaped(); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.removeShaped(); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(*3, +[[, , ], +[, null, ], +[, , ]]); diff --git a/scripts/RailcraftGating.zs b/scripts/RailcraftGating.zs new file mode 100644 index 00000000..b4c278f6 --- /dev/null +++ b/scripts/RailcraftGating.zs @@ -0,0 +1,13 @@ +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(*4, +[[, , ], +[, , ], +[, , ]]); \ No newline at end of file diff --git a/scripts/RandomThings.zs b/scripts/RandomThings.zs new file mode 100644 index 00000000..b62b04a3 --- /dev/null +++ b/scripts/RandomThings.zs @@ -0,0 +1,23 @@ +val divinationodoredict = ; +divinationodoredict.add(); +divinationodoredict.add(); +divinationodoredict.add(); +divinationodoredict.add(); +divinationodoredict.add(); +divinationodoredict.add(); +divinationodoredict.add(); +divinationodoredict.add(); +divinationodoredict.add(); +divinationodoredict.add(); +divinationodoredict.add(); +divinationodoredict.add(); +divinationodoredict.add(); +divinationodoredict.add(); +divinationodoredict.add(); +divinationodoredict.add(); +divinationodoredict.add(); +divinationodoredict.add(); +divinationodoredict.add(); +divinationodoredict.add(); +divinationodoredict.add(); +divinationodoredict.add(); diff --git a/scripts/RecipeConflicts.zs b/scripts/RecipeConflicts.zs new file mode 100644 index 00000000..71804249 --- /dev/null +++ b/scripts/RecipeConflicts.zs @@ -0,0 +1,142 @@ +recipes.removeShaped(); + +recipes.addShaped(, +[[, null, null], +[, , ], +[null, null, ]]); + +recipes.remove(); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.remove(); + +recipes.addShapeless(*9, +[]); + +recipes.addShaped(*4, +[[null, , null], +[, null, null], +[null, , null]]); + +recipes.addShaped(*4, +[[null, , null], +[, null, null], +[null, , null]]); + +recipes.addShaped(*4, +[[null, , null], +[, null, null], +[null, , null]]); + +recipes.addShaped(*4, +[[null, , null], +[, null, null], +[null, , null]]); + +recipes.addShaped(*4, +[[null, null, null], +[, null, null], +[null, , null]]); + +recipes.addShaped(*4, +[[null, null, null], +[, null, null], +[null, , null]]); + +recipes.addShaped(*4, +[[null, null, null], +[, null, null], +[null, , null]]); + +recipes.addShaped(*4, +[[null, null, null], +[, null, null], +[null, , null]]); + +recipes.remove(); + +recipes.addShaped(*4, +[[, , ], +[, .withTag({FluidName: "creosote", Amount: 1000}), ], +[, , ]]); + +recipes.remove(); + +recipes.addShaped(*18, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(*9, +[[, , ], +[, , ], +[, , ]]); + +recipes.remove(); + +recipes.remove(); + +recipes.addShaped(, +[[null, , null], +[, , ], +[null, , null]]); + + +recipes.remove(); +recipes.remove(); +recipes.remove(); +recipes.remove(); +recipes.remove(); + + +val slimebootsoredict = ; +slimebootsoredict.add(); +slimebootsoredict.add(); +slimebootsoredict.add(); +slimebootsoredict.add(); + +val slimeslingoredict = ; +slimeslingoredict.add(); +slimeslingoredict.add(); +slimeslingoredict.add(); +slimeslingoredict.add(); +slimeslingoredict.add(); + +recipes.remove(); +recipes.remove(); +recipes.remove(); +recipes.remove(); +recipes.remove(); +recipes.remove(); +recipes.remove(); +recipes.remove(); +recipes.remove(); + +recipes.remove(); + +recipes.addShaped(, +[[null, , null], +[, , ], +[null, , null]]); + +recipes.remove(); + +recipes.remove(); + +recipes.remove(); + +recipes.addShaped(.withTag({EntityTag: {id: "aoa3:king_charger"}}), +[[null, , null], +[, , ], +[null, , null]]); + +recipes.remove(); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); \ No newline at end of file diff --git a/scripts/RecursionFragments.zs b/scripts/RecursionFragments.zs new file mode 100644 index 00000000..b4b26f7b --- /dev/null +++ b/scripts/RecursionFragments.zs @@ -0,0 +1,583 @@ + +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]]); + +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]]); + +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]]); + +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]]); + +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]]); + +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]]); + +mods.thermalexpansion.Transposer.addFillRecipe(, , *10, 1000); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , 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, , ]]); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , null, , null, , ], +[, null, , , , null, ], +[null, , , , , , null], +[, , , , , , ], +[null, , , , , , null], +[, null, , , , null, ], +[, , null, , null, , ]]); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, null, , null, ], +[null, null, .withTag({tank: {FluidName: "essence_of_ilarity", Amount: 16000}}), null, null], +[, .withTag({tank: {FluidName: "essence_of_ilarity", Amount: 16000}}), , .withTag({tank: {FluidName: "essence_of_ilarity", Amount: 16000}}), ], +[null, null, .withTag({tank: {FluidName: "essence_of_ilarity", Amount: 16000}}), null, null], +[, null, , null, ]]); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, 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, , ]]); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , 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, , ]]); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , 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, , ]]); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , 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, , ]]); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , null, , null, , ], +[, null, , , , null, ], +[null, , , , , , null], +[, , , , , , ], +[null, , , , , , null], +[, null, , , , null, ], +[, , null, , null, , ]]); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ]]); + + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ]]); + + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ]]); + + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ]]); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ]]); + + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ]]); + + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ]]); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ]]); + + + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , 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, , ]]); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , 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, , ]]); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ]]); + + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ]]); diff --git a/scripts/RockHiveMyst.zs b/scripts/RockHiveMyst.zs new file mode 100644 index 00000000..cd37cfa0 --- /dev/null +++ b/scripts/RockHiveMyst.zs @@ -0,0 +1,5 @@ +mods.forestry.ThermionicFabricator.addCast(, +[[,,], +[,,], +[,,]], +*20); \ No newline at end of file diff --git a/scripts/RoostGating.zs b/scripts/RoostGating.zs new file mode 100644 index 00000000..ee396d22 --- /dev/null +++ b/scripts/RoostGating.zs @@ -0,0 +1,15 @@ +recipes.remove(); + +recipes.addShaped(, +[[null, , null], +[null, , null], +[null, , null]]); + +recipes.remove(); + +recipes.remove(); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); diff --git a/scripts/RouterGating.zs b/scripts/RouterGating.zs new file mode 100644 index 00000000..02a127f1 --- /dev/null +++ b/scripts/RouterGating.zs @@ -0,0 +1,27 @@ +recipes.remove(); + +recipes.addShaped(*6, +[[, , ], +[, , ], +[, , ]]); + +recipes.remove(); + +recipes.addShaped(, +[[null, , null], +[, , ], +[null, , null]]); + +recipes.remove(); + +recipes.addShaped(*6, +[[, , ], +[, , ], +[, , ]]); + +recipes.remove(); + +recipes.addShaped(, +[[null, , null], +[, , ], +[null, , null]]); diff --git a/scripts/SoulShardsGating.zs b/scripts/SoulShardsGating.zs new file mode 100644 index 00000000..dfd5d7b3 --- /dev/null +++ b/scripts/SoulShardsGating.zs @@ -0,0 +1,7 @@ +recipes.remove(); + +recipes.addShaped(, +[[, , ], +[, null, ], +[, , ]]); + diff --git a/scripts/StartingInventory.zs b/scripts/StartingInventory.zs new file mode 100644 index 00000000..32c80e97 --- /dev/null +++ b/scripts/StartingInventory.zs @@ -0,0 +1,25 @@ +mods.initialinventory.InvHandler.addStartingItem(); +mods.initialinventory.InvHandler.addStartingItem(); +mods.initialinventory.InvHandler.addStartingItem(); +mods.initialinventory.InvHandler.addStartingItem(); + +mods.initialinventory.InvHandler.addStartingItem(.withTag({display: {Name: "Top left of inventory screen to open questbook"}})); +mods.initialinventory.InvHandler.addStartingItem(.withTag({display: {Name: "Initial survival will be hard, play it safe!"}})); +mods.initialinventory.InvHandler.addStartingItem(.withTag({display: {Name: "You can claim and chunkload areas from top left of inventory screen"}})); +mods.initialinventory.InvHandler.addStartingItem(.withTag({display: {Name: "Top left of inventory screen has a trash bag"}})); + +mods.initialinventory.InvHandler.addStartingItem(.withTag({})); +mods.initialinventory.InvHandler.addStartingItem(.withTag({"patchouli:book": "twilightforest:guide"})); +mods.initialinventory.InvHandler.addStartingItem(.withTag({player: "[none]"})); +mods.initialinventory.InvHandler.addStartingItem(); +mods.initialinventory.InvHandler.addStartingItem(); +mods.initialinventory.InvHandler.addStartingItem(); +mods.initialinventory.InvHandler.addStartingItem(); +mods.initialinventory.InvHandler.addStartingItem(); +mods.initialinventory.InvHandler.addStartingItem(); +mods.initialinventory.InvHandler.addStartingItem(); +mods.initialinventory.InvHandler.addStartingItem(); +mods.initialinventory.InvHandler.addStartingItem(); + +mods.initialinventory.InvHandler.addStartingItem(.withTag({display: {Name: "Put all your books here"}})); +mods.initialinventory.InvHandler.addStartingItem(.withTag({display: {Name: "Click on the circle by your player model to open baubles"}})); diff --git a/scripts/Statues.zs b/scripts/Statues.zs new file mode 100644 index 00000000..72859076 --- /dev/null +++ b/scripts/Statues.zs @@ -0,0 +1,128 @@ +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[]); + +recipes.addShapeless(, +[]); \ No newline at end of file diff --git a/scripts/StatuesMultiplier.zs b/scripts/StatuesMultiplier.zs new file mode 100644 index 00000000..492708b8 --- /dev/null +++ b/scripts/StatuesMultiplier.zs @@ -0,0 +1,251 @@ +mods.extendedcrafting.CombinationCrafting.addRecipe(*2, +50000, , +[, ]); + +mods.extendedcrafting.CombinationCrafting.addRecipe(*2, +50000, , +[, ]); + +mods.extendedcrafting.CombinationCrafting.addRecipe(*2, +50000, , +[, ]); + +mods.extendedcrafting.CombinationCrafting.addRecipe(*2, +50000, , +[, ]); + +mods.extendedcrafting.CombinationCrafting.addRecipe(*2, +50000, , +[, ]); + +mods.extendedcrafting.CombinationCrafting.addRecipe(*2, +50000, , +[, ]); + +mods.extendedcrafting.CombinationCrafting.addRecipe(*2, +50000, , +[, ]); + +mods.extendedcrafting.CombinationCrafting.addRecipe(*2, +50000, , +[, ]); + +mods.extendedcrafting.CombinationCrafting.addRecipe(*2, +50000, , +[, ]); + +mods.extendedcrafting.CombinationCrafting.addRecipe(*2, +50000, , +[, ]); + +mods.extendedcrafting.CombinationCrafting.addRecipe(*2, +50000, , +[, ]); + +mods.extendedcrafting.CombinationCrafting.addRecipe(*2, +50000, , +[, ]); + +mods.extendedcrafting.CombinationCrafting.addRecipe(*2, +50000, , +[, ]); + +mods.extendedcrafting.CombinationCrafting.addRecipe(*2, +50000, , +[, ]); + +mods.extendedcrafting.CombinationCrafting.addRecipe(*2, +50000, , +[, ]); + +mods.extendedcrafting.CombinationCrafting.addRecipe(*2, +50000, , +[, ]); + +mods.extendedcrafting.CombinationCrafting.addRecipe(*2, +50000, , +[, ]); + +mods.extendedcrafting.CombinationCrafting.addRecipe(*2, +50000, , +[, ]); + +mods.extendedcrafting.CombinationCrafting.addRecipe(*2, +50000, , +[, ]); + +mods.extendedcrafting.CombinationCrafting.addRecipe(*2, +50000, , +[, ]); + +mods.extendedcrafting.CombinationCrafting.addRecipe(*2, +50000, , +[, ]); + +mods.extendedcrafting.CombinationCrafting.addRecipe(*2, +50000, , +[, ]); + +mods.extendedcrafting.CombinationCrafting.addRecipe(*2, +50000, , +[, ]); + +mods.extendedcrafting.CombinationCrafting.addRecipe(*2, +50000, , +[, ]); + +mods.extendedcrafting.CombinationCrafting.addRecipe(*2, +50000, , +[, ]); + +mods.extendedcrafting.CombinationCrafting.addRecipe(*2, +50000, , +[, ]); + +mods.extendedcrafting.CombinationCrafting.addRecipe(*2, +50000, , +[, ]); + +mods.extendedcrafting.CombinationCrafting.addRecipe(*2, +50000, , +[, ]); + +mods.extendedcrafting.CombinationCrafting.addRecipe(*2, +50000, , +[, ]); + +mods.extendedcrafting.CombinationCrafting.addRecipe(*2, +50000, , +[, ]); + +mods.extendedcrafting.CombinationCrafting.addRecipe(*2, +50000, , +[, ]); + +mods.extendedcrafting.CombinationCrafting.addRecipe(*2, +50000, , +[, ]); + +mods.extendedcrafting.CombinationCrafting.addRecipe(*2, +50000, , +[, ]); + +mods.extendedcrafting.CombinationCrafting.addRecipe(*2, +50000, , +[, ]); + +mods.extendedcrafting.CombinationCrafting.addRecipe(*2, +50000, , +[, ]); + +mods.extendedcrafting.CombinationCrafting.addRecipe(*2, +50000, , +[, ]); + +mods.extendedcrafting.CombinationCrafting.addRecipe(*2, +50000, , +[, ]); + +mods.extendedcrafting.CombinationCrafting.addRecipe(*2, +50000, , +[, ]); + +mods.extendedcrafting.CombinationCrafting.addRecipe(*2, +50000, , +[, ]); + +mods.extendedcrafting.CombinationCrafting.addRecipe(*2, +50000, , +[, ]); + +mods.extendedcrafting.CombinationCrafting.addRecipe(*2, +50000, , +[, ]); + +mods.extendedcrafting.CombinationCrafting.addRecipe(*2, +50000, , +[, ]); + +mods.extendedcrafting.CombinationCrafting.addRecipe(*2, +50000, , +[, ]); + +mods.extendedcrafting.CombinationCrafting.addRecipe(*2, +50000, , +[, ]); + +mods.extendedcrafting.CombinationCrafting.addRecipe(*2, +50000, , +[, ]); + +mods.extendedcrafting.CombinationCrafting.addRecipe(*2, +50000, , +[, ]); + +mods.extendedcrafting.CombinationCrafting.addRecipe(*2, +50000, , +[, ]); + +mods.extendedcrafting.CombinationCrafting.addRecipe(*2, +50000, , +[, ]); + +mods.extendedcrafting.CombinationCrafting.addRecipe(*2, +50000, , +[, ]); + +mods.extendedcrafting.CombinationCrafting.addRecipe(*2, +50000, , +[, ]); + +mods.extendedcrafting.CombinationCrafting.addRecipe(*2, +50000, , +[, ]); + +mods.extendedcrafting.CombinationCrafting.addRecipe(*2, +50000, , +[, ]); + +mods.extendedcrafting.CombinationCrafting.addRecipe(*2, +50000, , +[, ]); + +mods.extendedcrafting.CombinationCrafting.addRecipe(*2, +50000, , +[, ]); + +mods.extendedcrafting.CombinationCrafting.addRecipe(*2, +50000, , +[, ]); + +mods.extendedcrafting.CombinationCrafting.addRecipe(*2, +50000, , +[, ]); + +mods.extendedcrafting.CombinationCrafting.addRecipe(*2, +50000, , +[, ]); + +mods.extendedcrafting.CombinationCrafting.addRecipe(*2, +50000, , +[, ]); + +mods.extendedcrafting.CombinationCrafting.addRecipe(*2, +50000, , +[, ]); + +mods.extendedcrafting.CombinationCrafting.addRecipe(*2, +50000, , +[, ]); + +mods.extendedcrafting.CombinationCrafting.addRecipe(*2, +50000, , +[, ]); + +mods.extendedcrafting.CombinationCrafting.addRecipe(*2, +50000, , +[, ]); + +mods.extendedcrafting.CombinationCrafting.addRecipe(*2, +50000, , +[, ]); \ No newline at end of file diff --git a/scripts/StatuesMultiplierTwo.zs b/scripts/StatuesMultiplierTwo.zs new file mode 100644 index 00000000..cb0f4022 --- /dev/null +++ b/scripts/StatuesMultiplierTwo.zs @@ -0,0 +1,182 @@ +recipes.addShapeless(, +[.reuse(), ]); + +recipes.addShapeless(, +[.reuse(), ]); + +recipes.addShapeless(, +[.reuse(), ]); + +recipes.addShapeless(, +[.reuse(), ]); + +recipes.addShapeless(, +[.reuse(), ]); + +recipes.addShapeless(, +[.reuse(), ]); + +recipes.addShapeless(, +[.reuse(), ]); + +recipes.addShapeless(, +[.reuse(), ]); + +recipes.addShapeless(, +[.reuse(), ]); + +recipes.addShapeless(, +[.reuse(), ]); + +recipes.addShapeless(, +[.reuse(), ]); + +recipes.addShapeless(, +[.reuse(), ]); + +recipes.addShapeless(, +[.reuse(), ]); + +recipes.addShapeless(, +[.reuse(), ]); + +recipes.addShapeless(, +[.reuse(), ]); + +recipes.addShapeless(, +[.reuse(), ]); + +recipes.addShapeless(, +[.reuse(), ]); + +recipes.addShapeless(, +[.reuse(), ]); + +recipes.addShapeless(, +[.reuse(), ]); + +recipes.addShapeless(, +[.reuse(), ]); + +recipes.addShapeless(, +[.reuse(), ]); + +recipes.addShapeless(, +[.reuse(), ]); + +recipes.addShapeless(, +[.reuse(), ]); + +recipes.addShapeless(, +[.reuse(), ]); + +recipes.addShapeless(, +[.reuse(), ]); + +recipes.addShapeless(, +[.reuse(), ]); + +recipes.addShapeless(, +[.reuse(), ]); + +recipes.addShapeless(, +[.reuse(), ]); + +recipes.addShapeless(, +[.reuse(), ]); + +recipes.addShapeless(, +[.reuse(), ]); + +recipes.addShapeless(, +[.reuse(), ]); + +recipes.addShapeless(, +[.reuse(), ]); + +recipes.addShapeless(, +[.reuse(), ]); + +recipes.addShapeless(, +[.reuse(), ]); + +recipes.addShapeless(, +[.reuse(), ]); + +recipes.addShapeless(, +[.reuse(), ]); + +recipes.addShapeless(, +[.reuse(), ]); + +recipes.addShapeless(, +[.reuse(), ]); + +recipes.addShapeless(, +[.reuse(), ]); + +recipes.addShapeless(, +[.reuse(), ]); + +recipes.addShapeless(, +[.reuse(), ]); + +recipes.addShapeless(, +[.reuse(), ]); + +recipes.addShapeless(, +[.reuse(), ]); + +recipes.addShapeless(, +[.reuse(), ]); + +recipes.addShapeless(, +[.reuse(), ]); + +recipes.addShapeless(, +[.reuse(), ]); + +recipes.addShapeless(, +[.reuse(), ]); + +recipes.addShapeless(, +[.reuse(), ]); + +recipes.addShapeless(, +[.reuse(), ]); + +recipes.addShapeless(, +[.reuse(), ]); + +recipes.addShapeless(, +[.reuse(), ]); + +recipes.addShapeless(, +[.reuse(), ]); + +recipes.addShapeless(, +[.reuse(), ]); + +recipes.addShapeless(, +[.reuse(), ]); + +recipes.addShapeless(, +[.reuse(), ]); + +recipes.addShapeless(, +[.reuse(), ]); + +recipes.addShapeless(, +[.reuse(), ]); + +recipes.addShapeless(, +[.reuse(), ]); + +recipes.addShapeless(, +[.reuse(), ]); + +recipes.addShapeless(, +[.reuse(), ]); + +recipes.addShapeless(, +[.reuse(), ]); diff --git a/scripts/TankGating.zs b/scripts/TankGating.zs new file mode 100644 index 00000000..27891368 --- /dev/null +++ b/scripts/TankGating.zs @@ -0,0 +1,57 @@ +recipes.removeShaped(); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.removeShaped(); +recipes.removeShaped(); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.removeShaped(); + +recipes.removeShaped(); + +recipes.addShaped(*4, +[[, , ], +[, , ], +[, , ]]); + + +recipes.removeShaped(); + +recipes.addShaped(*4, +[[, , ], +[, , ], +[, , ]]); + +recipes.removeShaped(); + +recipes.addShaped(, +[[null, , null], +[, , ], +[null, , null]]); + +recipes.removeShaped(); + +recipes.addShaped(*4, +[[, , ], +[, , ], +[, , ]]); + +recipes.remove(); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); diff --git a/scripts/TechFusion.zs b/scripts/TechFusion.zs new file mode 100644 index 00000000..c97e657b --- /dev/null +++ b/scripts/TechFusion.zs @@ -0,0 +1,12 @@ +mods.techreborn.fusionReactor.addRecipe(*4, +*4, +*8, +1000000, -15000, 1000); + +mods.techreborn.fusionReactor.removeRecipe(.withTag({Fluid: {FluidName: "fluidhelium3", Amount: 1000}})); +mods.techreborn.fusionReactor.removeRecipe(.withTag({Fluid: {FluidName: "fluidheliumplasma", Amount: 1000}})); + +mods.techreborn.fusionReactor.addRecipe(, +*2, +*8, +1000000, -15000, 1000); \ No newline at end of file diff --git a/scripts/TechrebornGating.zs b/scripts/TechrebornGating.zs new file mode 100644 index 00000000..d8fa83a5 --- /dev/null +++ b/scripts/TechrebornGating.zs @@ -0,0 +1,176 @@ +recipes.removeShaped(); + +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], +[, , , , , , ]]); + +recipes.removeShaped(); + +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, ]]); + +recipes.removeShaped(); + +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, ]]); + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.removeShaped(); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.removeShaped(); + +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]]); + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , , , , , ], +[, null, null, , null, null, ], +[, null, , , , null, ], +[, , , , , , ], +[, null, , , , null, ], +[, null, null, , null, null, ], +[, , , , , , ]]); + +recipes.addShaped(, +[[, , ], +[, .reuse(), ], +[, , ]]); + + +mods.thermalexpansion.InductionSmelter.addRecipe(.withTag({Fluid: {FluidName: "fluidhelium", Amount: 1000}}), +.withTag({Aspect: "aer"}), +*4, +7000, , 69); + +recipes.removeShaped(); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + + +mods.techreborn.implosionCompressor.removeRecipe(); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +mods.techreborn.industrialGrinder.addRecipe(*2, *2, , , , , *1000, 40, 512); + +recipes.addShapeless(, +[]); + +mods.thermalexpansion.Sawmill.addRecipe(*8, , 7000); + +mods.botania.ManaInfusion.addInfusion(*12, , 1000); + +recipes.addShaped(, +[[,,], +[,,], +[,,]]); + +recipes.addShaped(, +[[,,], +[,,], +[,,]]); + +recipes.addShaped(*16, +[[,,], +[,,], +[,,]]); + +recipes.addShaped(*2, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.removeShaped(); + +mods.thermalexpansion.Transposer.addFillRecipe(.withTag({Fluid: {FluidName: "fluidhelium", Amount: 1000}}), , *1000, 2200); + + +recipes.removeShaped(); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + diff --git a/scripts/TesslocatorGating.zs b/scripts/TesslocatorGating.zs new file mode 100644 index 00000000..ee221806 --- /dev/null +++ b/scripts/TesslocatorGating.zs @@ -0,0 +1,28 @@ +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, null, , null, ], +[null, , null, , null], +[, null, , null, ], +[null, , null, , null], +[, null, , null, ]]); + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, null, , null, ], +[null, , null, , null], +[, null, , null, ], +[null, , null, , null], +[, null, , null, ]]); + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, null, , null, ], +[null, , null, , null], +[, null, , null, ], +[null, , null, , null], +[, null, , null, ]]); + +recipes.removeShaped(); diff --git a/scripts/ThaumcraftGating.zs b/scripts/ThaumcraftGating.zs new file mode 100644 index 00000000..869e3238 --- /dev/null +++ b/scripts/ThaumcraftGating.zs @@ -0,0 +1,98 @@ +import mods.modularmachinery.RecipeBuilder; + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , ], +[, , ], +[, null, ]]); + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , ], +[, , ], +[, null, ]]); + +mods.thaumcraft.Infusion.removeRecipe(); + +val betterpuriflower = RecipeBuilder.newBuilder("betterpuriflower","arcane_autoinfuser",120); +betterpuriflower.addEnergyPerTickInput(100); +betterpuriflower.addItemInput(.withTag({Aspects: [{amount: 1, key: "lux"}]})*61); +betterpuriflower.addItemInput(.withTag({Aspects: [{amount: 1, key: "ordo"}]})*30); +betterpuriflower.addItemInput(.withTag({Aspects: [{amount: 1, key: "cognitio"}]})*15); +betterpuriflower.addItemInput(.withTag({Aspects: [{amount: 1, key: "auram"}]})*10); +betterpuriflower.addItemInput(); +betterpuriflower.addItemInput(); +betterpuriflower.addItemInput(); +betterpuriflower.addItemInput(); +betterpuriflower.addItemInput(); +betterpuriflower.addItemInput(); +betterpuriflower.addItemInput(); +betterpuriflower.addItemInput(); +betterpuriflower.addItemInput(); +betterpuriflower.addItemInput(); +betterpuriflower.addItemInput(); +betterpuriflower.addItemOutput(); +betterpuriflower.build(); + +mods.thaumcraft.Infusion.registerRecipe("makeriftsinfusion", "", +.withTag({seed: 1337, size: 100}), 6, +[*250], +, +[, , , ]); + +recipes.removeShapeless(); + +recipes.addShapeless(*9, +[]); + +mods.nuclearcraft.rock_crusher.addRecipe([, , , ]); + +recipes.addShaped(*2, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(*4, +[[, , ], +[, .reuse(), ], +[, , ]]); + +recipes.addShaped(*4, +[[, , ], +[, .reuse(), ], +[, , ]]); + +recipes.addShaped(*4, +[[, , ], +[, .reuse(), ], +[, , ]]); + +mods.thaumcraft.ArcaneWorkbench.removeRecipe(); + +recipes.removeShaped(); +recipes.removeShaped(); +recipes.removeShaped(); +recipes.removeShaped(); +recipes.removeShaped(); + +mods.thaumcraft.Infusion.removeRecipe(); + +val arcaneassembler = RecipeBuilder.newBuilder("arcaneassemblerinf","arcane_autoinfuser",120); +arcaneassembler.addEnergyPerTickInput(100); +arcaneassembler.addItemInput(.withTag({Aspects: [{amount: 1, key: "fabrico"}]})*64); +arcaneassembler.addItemInput(.withTag({Aspects: [{amount: 1, key: "permutatio"}]})*32); +arcaneassembler.addItemInput(.withTag({Aspects: [{amount: 1, key: "auram"}]})*16); +arcaneassembler.addItemInput(.withTag({Aspects: [{amount: 1, key: "praecantatio"}]})*16); +arcaneassembler.addItemInput(.withTag({Aspects: [{amount: 1, key: "metallum"}]})*8); +arcaneassembler.addItemInput(.withTag({Aspects: [{amount: 1, key: "vitreus"}]})*8); +arcaneassembler.addItemInput(); +arcaneassembler.addItemInput(); +arcaneassembler.addItemInput(); +arcaneassembler.addItemInput(); +arcaneassembler.addItemInput(); +arcaneassembler.addItemOutput(); +arcaneassembler.build(); + +mods.thaumcraft.ArcaneWorkbench.removeRecipe(); \ No newline at end of file diff --git a/scripts/ThaumcraftPowerful.zs b/scripts/ThaumcraftPowerful.zs new file mode 100644 index 00000000..dc75fa26 --- /dev/null +++ b/scripts/ThaumcraftPowerful.zs @@ -0,0 +1,43 @@ +import mods.thaumcraft.Infusion; +import mods.modularmachinery.RecipeBuilder; +import crafttweaker.enchantments.IEnchantmentDefinition; +import crafttweaker.data.IData; + +val enclistEXPCutter as IEnchantmentDefinition[] = [, , , ]; +var mapExpCutter as IData = {}; +mapExpCutter += enclistEXPCutter[0].makeEnchantment(39).makeTag(); +mapExpCutter += enclistEXPCutter[1].makeEnchantment(100).makeTag(); +mapExpCutter += enclistEXPCutter[2].makeEnchantment(1).makeTag(); +mapExpCutter += enclistEXPCutter[3].makeEnchantment(5).makeTag(); + +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"}}), +[, , , ]); + + +recipes.addShaped(, +[[,,], +[,,], +[,,]]); + +recipes.addShaped(, +[[, , ], +[, .reuse(), ], +[, , ]]); + +.setAspects([*50, *50, *50, *50, *50, *50, *50, *50]); + +mods.thaumcraft.Infusion.registerRecipe("supercutter", "", +.withTag(mapExpCutter), 10, +[*200, *100], +, +[, , , , , , , .withTag({brewKey: "oneforall"})]); diff --git a/scripts/ThaumcraftUnlocks.zs b/scripts/ThaumcraftUnlocks.zs new file mode 100644 index 00000000..fab726fd --- /dev/null +++ b/scripts/ThaumcraftUnlocks.zs @@ -0,0 +1,29 @@ +#loader contenttweaker + +import mods.contenttweaker.Color; +import mods.contenttweaker.VanillaFactory; +import mods.contenttweaker.IItemRightClick; +import mods.contenttweaker.Commands; +import mods.contenttweaker.Item; +import mods.contenttweaker.BlockMaterial; + + +var dangerousmushroom = VanillaFactory.createItem("magic_mushroom_dark"); +dangerousmushroom.maxStackSize = 16; +dangerousmushroom.glowing = true; +dangerousmushroom.itemRightClick = function(stack, world, player, hand) { + Commands.call("thaumcraft research @p all", player, world, true, true); + stack.shrink(1); + return "Pass"; +}; +dangerousmushroom.register(); + +var magicmushroom = VanillaFactory.createItem("magic_mushroom"); +magicmushroom.maxStackSize = 64; +magicmushroom.beaconPayment = false; +magicmushroom.register(); + +// mods.thaumcraft.Crucible.registerRecipe("cruciblemagicshroom", "", , , [*20]); + +// mods.thaumcraft.Crucible.registerRecipe("crucibledangershroom", "", , , [*50]); + diff --git a/scripts/ThaumcraftUnlocksRecipes.zs b/scripts/ThaumcraftUnlocksRecipes.zs new file mode 100644 index 00000000..e814bef8 --- /dev/null +++ b/scripts/ThaumcraftUnlocksRecipes.zs @@ -0,0 +1,4 @@ + +mods.thaumcraft.Crucible.registerRecipe("cruciblemagicshroom", "", , , [*30]); + +mods.thaumcraft.Infusion.registerRecipe("dangerousshroominf", "", , 5, [*40, *100], , [, , , , , , , ]); \ No newline at end of file diff --git a/scripts/TheEvilItemsWithin.zs b/scripts/TheEvilItemsWithin.zs new file mode 100644 index 00000000..3b420638 --- /dev/null +++ b/scripts/TheEvilItemsWithin.zs @@ -0,0 +1,419 @@ +#loader contenttweaker + +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; + +var eldritchflower = VanillaFactory.createItem("eldritch_flower"); + +eldritchflower.maxStackSize = 1; +eldritchflower.itemRightClick = function(stack, world, player, hand) { + # Return early in the function if the world is on the client side. Prevents serious desyncs. + if(world.isRemote()) { return "PASS"; } + + var pos = player.position.asPosition3f(); + pos.y = pos.y - 1; + pos.x = pos.x + 1; + var blockPosBelowPlayer = pos.asBlockPos(); + + # Check if the blockstate that is under the player matches obsidian. + if(world.getBlockState(blockPosBelowPlayer) == ) { + Commands.call("give @p contenttweaker:lost_memory", player, world, false, true); + return "PASS"; + } else { + Commands.call("say Right click while standing in front of a Block of Obsidian (same level as the floor) looking east", player, world, false, true); + return "FAIL"; + } +}; +eldritchflower.register(); + + +var solidifiedmemory = VanillaFactory.createItem("solidified_memory"); +solidifiedmemory.maxStackSize = 1; +solidifiedmemory.itemRightClick = function(stack, world, player, hand) { + Commands.call("thaumcraft warp @p add 50", player, world, true, true); + Commands.call("thaumcraft warp @p add 20 perm", player, world, true, true); + Commands.call("effect @p thaumcraft:thaumarhia 200 1", player, world, true, true); + Commands.call("effect @p thaumcraft:deathgaze 200 1", player, world, true, true); + Commands.call("effect @p thaumcraft:sunscorned 200 1", player, world, true, true); + Commands.call("summon twilightforest:tower_ghast ~ ~ ~", player, world, true, true); + Commands.call("give @p contenttweaker:human_imperfection", player, world, true, true); + stack.shrink(1); + return "Pass"; +}; +solidifiedmemory.register(); + +var evilinsinght = VanillaFactory.createItem("evil_insight"); +evilinsinght.maxStackSize = 1; +evilinsinght.itemRightClick = function(stack, world, player, hand) { + Commands.call("thaumcraft warp @p add 10", player, world, true, true); + Commands.call("thaumcraft warp @p add 50 perm", player, world, true, true); + Commands.call("effect @p minecraft:blindness 200 6", player, world, true, true); + Commands.call("effect @p thaumcraft:deathgaze 200 1", player, world, true, true); + Commands.call("effect @p thaumcraft:sunscorned 200 1", player, world, true, true); + Commands.call("summon minecraft:witch ~ ~ ~", player, world, true, true); + Commands.call("summon minecraft:witch ~ ~ ~", player, world, true, true); + Commands.call("summon minecraft:witch ~ ~ ~", player, world, true, true); + Commands.call("summon minecraft:witch ~ ~ ~", player, world, true, true); + Commands.call("give @p contenttweaker:malum", player, world, true, true); + return "Pass"; +}; +evilinsinght.register(); + +var deinthos = VanillaFactory.createItem("deinthos"); +deinthos.maxStackSize = 1; +deinthos.itemRightClick = function(stack, world, player, hand) { + Commands.call("thaumcraft warp @p add 5", player, world, true, true); + Commands.call("thaumcraft warp @p add 5 perm", player, world, true, true); + Commands.call("effect @p minecraft:blindness 200 6", player, world, true, true); + Commands.call("effect @p thaumcraft:deathgaze 200 1", player, world, true, true); + Commands.call("effect @p thaumcraft:sunscorned 200 1", player, world, true, true); + Commands.call("summon abyssalcraft:lessershoggoth ~ ~ ~", player, world, true, true); + Commands.call("summon abyssalcraft:lessershoggoth ~ ~ ~", player, world, true, true); + Commands.call("summon abyssalcraft:lessershoggoth ~ ~ ~", player, world, true, true); + Commands.call("summon abyssalcraft:lessershoggoth ~ ~ ~", player, world, true, true); + Commands.call("summon minecraft:creeper ~ ~ ~", player, world, true, true); + Commands.call("give @p contenttweaker:pure_warp", player, world, true, true); + return "Pass"; +}; +deinthos.register(); + + + +var unfathomablebreaker = VanillaFactory.createItem("unfathomable_breaker"); +unfathomablebreaker.maxStackSize = 1; +unfathomablebreaker.itemRightClick = function(stack, world, player, hand) { + # Return early in the function if the world is on the client side. Prevents serious desyncs. + if(world.isRemote()) { return "PASS"; } + + # Get the blockpos that is under the player. + var pos = player.position.asPosition3f(); + pos.y = pos.y - 1; + var blockPosBelowPlayer = pos.asBlockPos(); + + # Check if the blockstate that is under the player matches obsidian. + if(world.getBlockState(blockPosBelowPlayer) == ) { + Commands.call("fill ~-1 ~-2 ~-1 ~1 ~-2 ~1 air 0 replace contenttweaker:unfathomable_stone 0", player, world, false, true); + return "PASS"; + } else { + Commands.call("say stand on the bedrock block on top of the demonic prison", player, world, false, true); + return "FAIL"; + } +}; +unfathomablebreaker.register(); + +var gaiatesseract = VanillaFactory.createItem("gaia_tesseract"); +gaiatesseract.maxStackSize = 1; +gaiatesseract.itemRightClick = function(stack, world, player, hand) { + Commands.call("tp @p ~ ~100 ~", player, world, true, true); + return "Pass"; +}; +gaiatesseract.glowing = true; +gaiatesseract.register(); + +var limbowarper = VanillaFactory.createItem("limbo_warper"); +limbowarper.maxStackSize = 1; +limbowarper.glowing = true; +limbowarper.itemRightClick = function(stack, world, player, hand) { + Commands.call("cofh tpx @p 684", player, world, true, true); + return "Pass"; +}; +limbowarper.register(); + +var vengefulkey = VanillaFactory.createItem("vengeful_key"); +vengefulkey.maxStackSize = 1; +vengefulkey.itemRightClick = function(stack, world, player, hand) { + # Return early in the function if the world is on the client side. Prevents serious desyncs. + if(world.isRemote()) { return "PASS"; } + + # Get the blockpos that is under the player. + var pos = player.position.asPosition3f(); + pos.y = pos.y - 1; + var blockPosBelowPlayer = pos.asBlockPos(); + + # Check if the blockstate that is under the player matches obsidian. + if(world.getBlockState(blockPosBelowPlayer) == ) { + Commands.call("fill ~-1 ~-2 ~-1 ~1 ~2 ~1 air 0 replace contenttweaker:vengeful_portal 0", player, world, false, true); + return "PASS"; + } else { + Commands.call("say stand on the netherrack block in the middle of the will crystal monolith", player, world, false, true); + return "FAIL"; + } +}; +vengefulkey.register(); + +var retaliationkey = VanillaFactory.createItem("retaliation_key"); +retaliationkey.maxStackSize = 1; +retaliationkey.itemRightClick = function(stack, world, player, hand) { + # Return early in the function if the world is on the client side. Prevents serious desyncs. + if(world.isRemote()) { return "PASS"; } + + # Get the blockpos that is under the player. + var pos = player.position.asPosition3f(); + pos.y = pos.y - 1; + var blockPosBelowPlayer = pos.asBlockPos(); + + # Check if the blockstate that is under the player matches obsidian. + if(world.getBlockState(blockPosBelowPlayer) == ) { + Commands.call("fill ~-1 ~1 ~-1 ~1 ~5 ~1 air 0 replace contenttweaker:retaliation_portal 0", player, world, false, true); + return "PASS"; + } else { + Commands.call("say stand on the netherrack block inside the the will crystal monolith", player, world, false, true); + return "FAIL"; + } +}; +retaliationkey.register(); + +var stafficeika = VanillaFactory.createItem("staff_of_iceika"); +stafficeika.maxStackSize = 1; +stafficeika.itemRightClick = function(stack, world, player, hand) { + # Return early in the function if the world is on the client side. Prevents serious desyncs. + if(world.isRemote()) { return "PASS"; } + + # Get the blockpos that is under the player. + var pos = player.position.asPosition3f(); + pos.y = pos.y - 1; + var blockPosBelowPlayer = pos.asBlockPos(); + + # Check if the blockstate that is under the player matches obsidian. + if(world.getBlockState(blockPosBelowPlayer) == ) { + Commands.call("fill ~-2 ~1 ~-2 ~2 ~5 ~2 air 0 replace contenttweaker:icy_gateway 0", player, world, false, true); + return "PASS"; + } else { + Commands.call("say stand on the bedrock block inside the the Iceika Fortress", player, world, false, true); + return "FAIL"; + } +}; +stafficeika.register(); + +var shieldterra = VanillaFactory.createItem("shield_of_terra"); +shieldterra.maxStackSize = 8; +shieldterra.glowing = true; +shieldterra.itemRightClick = function(stack, world, player, hand) { + Commands.call("effect @p minecraft:absorption 10000 255", player, world, true, true); + stack.shrink(1); + return "Pass"; +}; +shieldterra.register(); + +var twilightjewel = VanillaFactory.createItem("twilight_jewel"); +twilightjewel.maxStackSize = 1; +twilightjewel.glowing = true; +twilightjewel.itemRightClick = function(stack, world, player, hand) { + Commands.call("summon twilightforest:adherent ~ ~ ~", player, world, true, true); + Commands.call("summon twilightforest:adherent ~ ~ ~", player, world, true, true); + Commands.call("summon twilightforest:adherent ~ ~ ~", player, world, true, true); + Commands.call("summon twilightforest:adherent ~ ~ ~", player, world, true, true); + Commands.call("summon twilightforest:harbinger_cube ~ ~ ~", player, world, true, true); + Commands.call("summon twilightforest:harbinger_cube ~ ~ ~", player, world, true, true); + Commands.call("summon twilightforest:harbinger_cube ~ ~ ~", player, world, true, true); + Commands.call("summon twilightforest:harbinger_cube ~ ~ ~", player, world, true, true); + Commands.call("summon twilightforest:harbinger_cube ~ ~ ~", player, world, true, true); + Commands.call("summon twilightforest:harbinger_cube ~ ~ ~", player, world, true, true); + Commands.call("summon twilightforest:roving_cube ~ ~ ~", player, world, true, true); + Commands.call("summon twilightforest:roving_cube ~ ~ ~", player, world, true, true); + Commands.call("summon twilightforest:roving_cube ~ ~ ~", player, world, true, true); + Commands.call("summon twilightforest:armored_giant ~ ~ ~", player, world, true, true); + Commands.call("summon twilightforest:armored_giant ~ ~ ~", player, world, true, true); + Commands.call("give @p contenttweaker:jewel_of_the_twilight_forest", player, world, true, true); + stack.shrink(1); + return "Pass"; +}; +twilightjewel.register(); + + +var stormlandfocus = VanillaFactory.createItem("stormland_focus"); +stormlandfocus.maxStackSize = 1; +// stormlandfocus.itemRightClick = function(stack, world, player, hand) { +// Commands.call("give @p thaumicaugmentation:biome_selector 1 0 {cap:{biome:\"advancedrocketry:stormland\"}}", player, world, true, true); +// stack.shrink(1); +// return "Pass"; +// }; +stormlandfocus.register(); + + +var nightmareincense = VanillaFactory.createItem("nightmare_incense"); +nightmareincense.maxStackSize = 1; +nightmareincense.itemRightClick = function(stack, world, player, hand) { + if(world.remote) { + return "FAIL"; + } + // check if player is in spatial storage + if(player.getDimension() != -26) { + player.sendChat("Enter the spatial storage and stand on a beacon"); + return "FAIL"; + } + + // obtain position under player + var pos = player.position.asPosition3f(); + + // check if player is standing on beacon + var posChange = player.position.asPosition3f(); + posChange.y = pos.y - 1; + var blockPosBelowPlayer = posChange.asBlockPos(); + var blockBelow = world.getBlockState(blockPosBelowPlayer); + print(blockBelow.commandString); + if(blockBelow != ) { + player.sendChat("Stand on a beacon"); + return "FAIL"; + } + + // check if player is standing on tier 1 beacon + var posbeacon1 = player.position.asPosition3f(); + posbeacon1.y = pos.y - 2; + posbeacon1.x = pos.x - 1; + posbeacon1.z = pos.z - 1; + var blockposbeacon1 = posbeacon1.asBlockPos(); + var blockBelow1 = world.getBlockState(blockposbeacon1); + if(blockBelow1 != ) { + player.sendChat("Stand on a tier 1 diamond beacon"); + return "FAIL"; + } + var posbeacon2 = player.position.asPosition3f(); + posbeacon2.y = pos.y - 2; + posbeacon2.x = pos.x; + posbeacon2.z = pos.z; + var blockposbeacon2 = posbeacon2.asBlockPos(); + var blockBelow2 = world.getBlockState(blockposbeacon2); + if(blockBelow2 != ) { + player.sendChat("Stand on a tier 1 diamond beacon"); + return "FAIL"; + } + var posbeacon3 = player.position.asPosition3f(); + posbeacon3.y = pos.y - 2; + posbeacon3.x = pos.x - 1; + posbeacon3.z = pos.z; + var blockposbeacon3 = posbeacon3.asBlockPos(); + var blockBelow3 = world.getBlockState(blockposbeacon3); + if(blockBelow3 != ) { + player.sendChat("Stand on a tier 1 diamond beacon"); + return "FAIL"; + } + var posbeacon4 = player.position.asPosition3f(); + posbeacon4.y = pos.y - 2; + posbeacon4.x = pos.x; + posbeacon4.z = pos.z - 1; + var blockposbeacon4 = posbeacon4.asBlockPos(); + var blockBelow4 = world.getBlockState(blockposbeacon4); + if(blockBelow4 != ) { + player.sendChat("Stand on a tier 1 diamond beacon"); + return "FAIL"; + } + var posbeacon5 = player.position.asPosition3f(); + posbeacon5.y = pos.y - 2; + posbeacon5.x = pos.x; + posbeacon5.z = pos.z + 1; + var blockposbeacon5 = posbeacon5.asBlockPos(); + var blockBelow5 = world.getBlockState(blockposbeacon5); + if(blockBelow5 != ) { + player.sendChat("Stand on a tier 1 diamond beacon"); + return "FAIL"; + } + var posbeacon6 = player.position.asPosition3f(); + posbeacon6.y = pos.y - 2; + posbeacon6.x = pos.x + 1; + posbeacon6.z = pos.z; + var blockposbeacon6 = posbeacon6.asBlockPos(); + var blockBelow6 = world.getBlockState(blockposbeacon6); + if(blockBelow6 != ) { + player.sendChat("Stand on a tier 1 diamond beacon"); + return "FAIL"; + } + var posbeacon7 = player.position.asPosition3f(); + posbeacon7.y = pos.y - 2; + posbeacon7.x = pos.x + 1; + posbeacon7.z = pos.z + 1; + var blockposbeacon7 = posbeacon7.asBlockPos(); + var blockBelow7 = world.getBlockState(blockposbeacon7); + if(blockBelow7 != ) { + player.sendChat("Stand on a tier 1 diamond beacon"); + return "FAIL"; + } + var posbeacon8 = player.position.asPosition3f(); + posbeacon8.y = pos.y - 2; + posbeacon8.x = pos.x + 1; + posbeacon8.z = pos.z - 1; + var blockposbeacon8 = posbeacon8.asBlockPos(); + var blockBelow8 = world.getBlockState(blockposbeacon8); + if(blockBelow8 != ) { + player.sendChat("Stand on a tier 1 diamond beacon"); + return "FAIL"; + } + var posbeacon9 = player.position.asPosition3f(); + posbeacon9.y = pos.y - 2; + posbeacon9.x = pos.x + 1; + posbeacon9.z = pos.z + 1; + var blockposbeacon9 = posbeacon9.asBlockPos(); + var blockBelow9 = world.getBlockState(blockposbeacon9); + if(blockBelow9 != ) { + player.sendChat("Stand on a tier 1 diamond beacon"); + return "FAIL"; + } + + Commands.call("give @p contenttweaker:sacrificial_contract", player, world, true, true); + Commands.call("cofh tpx @p 684", player, world, true, true); + + return "PASS"; + +}; +nightmareincense.register(); + + +var recursiontrap = VanillaFactory.createItem("terran_summoning"); +recursiontrap.maxStackSize = 1; +recursiontrap.itemRightClick = function(stack, world, player, hand) { + if(world.remote) { + return "FAIL"; + } + + if(player.getDimension() != 0) { + player.sendChat("Must be in the overworld"); + return "FAIL"; + } + + Commands.call("summon aoa3:coniferon ~ ~ ~", player, world, true, true); + Commands.call("summon aoa3:coniferon ~ ~ ~", player, world, true, true); + Commands.call("summon aoa3:goldorth ~ ~ ~", player, world, true, true); + Commands.call("summon aoa3:goldorth ~ ~ ~", player, world, true, true); + Commands.call("summon aoa3:horon ~ ~ ~", player, world, true, true); + Commands.call("summon aoa3:horon ~ ~ ~", player, world, true, true); + Commands.call("summon aoa3:penumbra ~ ~ ~", player, world, true, true); + Commands.call("summon aoa3:penumbra ~ ~ ~", player, world, true, true); + Commands.call("give @p contenttweaker:ancient_cavern_wormhole", player, world, true, true); + stack.shrink(1); + return "PASS"; + + +}; +recursiontrap.register(); + +var tabularasa = VanillaFactory.createItem("tabula_rasa"); +tabularasa.maxStackSize = 1; +tabularasa.itemRightClick = function(stack, world, player, hand) { + Commands.call("kill @e", player, world, true, true); + Commands.call("kill @e", player, world, true, true); + Commands.call("kill @e", player, world, true, true); + Commands.call("kill @e", player, world, true, true); + Commands.call("kill @e", player, world, true, true); + stack.shrink(1); + return "PASS"; +}; +tabularasa.register(); + +var recursivetesseract = VanillaFactory.createItem("recursive_tesseract"); +recursivetesseract.maxStackSize = 1; +recursivetesseract.itemRightClick = function(stack, world, player, hand) { + Commands.call("tp @p ~ ~-4 ~", player, world, true, true); + return "Pass"; +}; +recursivetesseract.glowing = true; +recursivetesseract.register(); \ No newline at end of file diff --git a/scripts/TheEvilWithin.zs b/scripts/TheEvilWithin.zs new file mode 100644 index 00000000..5dc158bc --- /dev/null +++ b/scripts/TheEvilWithin.zs @@ -0,0 +1,337 @@ +import mods.modularmachinery.RecipeBuilder; + +mods.botania.RuneAltar.addRecipe(,[, , , , , ], 3000); + +mods.thaumcraft.Crucible.registerRecipe("cruciblememory", "", , , []); + +mods.thaumcraft.Infusion.registerRecipe("humanimperfectioninfusion", "", , 1, [*30, *10], , [, , , ]); + +mods.astralsorcery.Altar.addTraitAltarRecipe("mypackname:shaped/internal/altar/makeitevilwiththisshit", , 1000, 200, [ + , , ,, , + , , , , , + , , ,, , + , , , ,, + ,, ,, , + //Outer Items, indices 25+ + , , , , +], +"astralsorcery.constellation.discidia"); + +val oblitussterile = RecipeBuilder.newBuilder("oblitussterile","sterilized_altar",100); +oblitussterile.addEnergyPerTickInput(1200); +oblitussterile.addFluidInput(*200); +oblitussterile.addFluidInput(*400); +oblitussterile.addItemInput(); +oblitussterile.addItemInput(); +oblitussterile.addItemInput(); +oblitussterile.addItemOutput(); +oblitussterile.build(); + +mods.bloodmagic.AlchemyTable.addRecipe(, +[, , , , , ], 1000, 80, 0); + +mods.bloodmagic.AlchemyTable.addRecipe(, +[, , , , , ], 1000, 80, 0); + +mods.bloodmagic.AlchemyTable.addRecipe(, +[, , , , , ], 1000, 80, 0); + +mods.bloodmagic.AlchemyTable.addRecipe(, +[, , , , , ], 1000, 80, 0); + +recipes.addShaped(*4, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShapeless(, +[, ]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.remove(); + +recipes.addShaped(.withTag({BCTileData: {BCManagedData: {spawnerTier: 2 as byte, mobSoul: {id: "draconicevolution:mob_soul", Count: 1 as byte, tag: {EntityName: "abyssalcraft:shadowbeast"}, Damage: 0 as short}}}}), +[[, , ], +[, .withTag({entityId: "abyssalcraft:shadowcreature"}), ], +[, , ]]); + +recipes.addShaped(.withTag({BCTileData: {BCManagedData: {spawnerTier: 3 as byte, mobSoul: {id: "draconicevolution:mob_soul", Count: 1 as byte, tag: {EntityName: "divinerpg:scorcher"}, Damage: 0 as short}}}}), +[[, , ], +[, .withTag({entityId: "minecraft:blaze"}), ], +[, , ]]); + + +val spatcrucinsanity = RecipeBuilder.newBuilder("spatcrucinsanity","spatial_crucible",100); +spatcrucinsanity.addEnergyPerTickInput(100000); +spatcrucinsanity.addItemInput(); +spatcrucinsanity.addFluidOutput(*2000); +spatcrucinsanity.build(); + +val twilightdivineiron = RecipeBuilder.newBuilder("twilightdivineiron","carminite_empowerer",1200); +twilightdivineiron.addEnergyPerTickInput(15000); +twilightdivineiron.addAspectInput("mythus",20); +twilightdivineiron.addItemInput(); +twilightdivineiron.addItemOutput(); +twilightdivineiron.build(); + + +val spatcrucdivinity = RecipeBuilder.newBuilder("spatcrucdivinity","spatial_crucible",100); +spatcrucdivinity.addEnergyPerTickInput(100000); +spatcrucdivinity.addItemInput(); +spatcrucdivinity.addItemInput(*2); +spatcrucdivinity.addItemInput(*8); +spatcrucdivinity.addItemInput(); +spatcrucdivinity.addFluidOutput(*2000); +spatcrucdivinity.build(); + +val fracturer0 = RecipeBuilder.newBuilder("fracturer0","shadow_fracturer",20); +fracturer0.addFluidInput(*50); +fracturer0.addFluidInput(*50); +fracturer0.addItemInput(); +fracturer0.addItemInput(); +fracturer0.addItemOutput(*12); +fracturer0.build(); + +val fracturer1 = RecipeBuilder.newBuilder("fracturer1","shadow_fracturer",20); +fracturer1.addFluidInput(*50); +fracturer1.addFluidInput(*50); +fracturer1.addItemInput(); +fracturer1.addItemInput(); +fracturer1.addItemOutput(*12); +fracturer1.build(); + +val fracturer2 = RecipeBuilder.newBuilder("fracturer2","shadow_fracturer",20); +fracturer2.addFluidInput(*50); +fracturer2.addFluidInput(*50); +fracturer2.addItemInput(); +fracturer2.addItemInput(); +fracturer2.addItemOutput(*12); +fracturer2.build(); + +val fracturer3 = RecipeBuilder.newBuilder("fracturer3","shadow_fracturer",20); +fracturer3.addFluidInput(*50); +fracturer3.addFluidInput(*50); +fracturer3.addItemInput(); +fracturer3.addItemInput(); +fracturer3.addItemOutput(*12); +fracturer3.build(); + +val fracturer4 = RecipeBuilder.newBuilder("fracturer4","shadow_fracturer",20); +fracturer4.addFluidInput(*50); +fracturer4.addFluidInput(*50); +fracturer4.addItemInput(); +fracturer4.addItemInput(); +fracturer4.addItemOutput(*12); +fracturer4.build(); + +val fracturer5 = RecipeBuilder.newBuilder("fracturer5","shadow_fracturer",20); +fracturer5.addFluidInput(*50); +fracturer5.addFluidInput(*50); +fracturer5.addItemInput(); +fracturer5.addItemInput(); +fracturer5.addItemOutput(*12); +fracturer5.build(); + +val fracturer6 = RecipeBuilder.newBuilder("fracturer6","shadow_fracturer",20); +fracturer6.addFluidInput(*50); +fracturer6.addFluidInput(*50); +fracturer6.addItemInput(); +fracturer6.addItemInput(); +fracturer6.addItemOutput(*12); +fracturer6.build(); + +val fracturer7 = RecipeBuilder.newBuilder("fracturer7","shadow_fracturer",20); +fracturer7.addFluidInput(*50); +fracturer7.addFluidInput(*50); +fracturer7.addItemInput(); +fracturer7.addItemInput(); +fracturer7.addItemOutput(*12); +fracturer7.build(); + +val fracturer8 = RecipeBuilder.newBuilder("fracturer8","shadow_fracturer",20); +fracturer8.addFluidInput(*50); +fracturer8.addFluidInput(*50); +fracturer8.addItemInput(); +fracturer8.addItemInput(); +fracturer8.addItemOutput(*12); +fracturer8.build(); + +val fracturer9 = RecipeBuilder.newBuilder("fracturer9","shadow_fracturer",20); +fracturer9.addFluidInput(*50); +fracturer9.addFluidInput(*50); +fracturer9.addItemInput(); +fracturer9.addItemInput(); +fracturer9.addItemOutput(*12); +fracturer9.build(); + +val fracturer10 = RecipeBuilder.newBuilder("fracturer10","shadow_fracturer",20); +fracturer10.addFluidInput(*50); +fracturer10.addFluidInput(*50); +fracturer10.addItemInput(); +fracturer10.addItemInput(); +fracturer10.addItemOutput(*12); +fracturer10.build(); + +val fracturer11 = RecipeBuilder.newBuilder("fracturer11","shadow_fracturer",20); +fracturer11.addFluidInput(*50); +fracturer11.addFluidInput(*50); +fracturer11.addItemInput(); +fracturer11.addItemInput(); +fracturer11.addItemOutput(*12); +fracturer11.build(); + +val fracturer12 = RecipeBuilder.newBuilder("fracturer12","shadow_fracturer",20); +fracturer12.addFluidInput(*50); +fracturer12.addFluidInput(*50); +fracturer12.addItemInput(); +fracturer12.addItemInput(); +fracturer12.addItemOutput(*12); +fracturer12.build(); + +val fracturer13 = RecipeBuilder.newBuilder("fracturer13","shadow_fracturer",20); +fracturer13.addFluidInput(*50); +fracturer13.addFluidInput(*50); +fracturer13.addItemInput(); +fracturer13.addItemInput(); +fracturer13.addItemOutput(*12); +fracturer13.build(); + +val fracturer14 = RecipeBuilder.newBuilder("fracturer14","shadow_fracturer",20); +fracturer14.addFluidInput(*50); +fracturer14.addFluidInput(*50); +fracturer14.addItemInput(); +fracturer14.addItemInput(); +fracturer14.addItemOutput(*12); +fracturer14.build(); + +val fracturer15 = RecipeBuilder.newBuilder("fracturer15","shadow_fracturer",20); +fracturer15.addFluidInput(*50); +fracturer15.addFluidInput(*50); +fracturer15.addItemInput(); +fracturer15.addItemInput(); +fracturer15.addItemOutput(*12); +fracturer15.build(); + +val fracturer16 = RecipeBuilder.newBuilder("fracturer16","shadow_fracturer",20); +fracturer16.addFluidInput(*50); +fracturer16.addFluidInput(*50); +fracturer16.addItemInput(); +fracturer16.addItemInput(); +fracturer16.addItemOutput(*12); +fracturer16.build(); + +val fracturer17 = RecipeBuilder.newBuilder("fracturer17","shadow_fracturer",20); +fracturer17.addFluidInput(*50); +fracturer17.addFluidInput(*50); +fracturer17.addItemInput(); +fracturer17.addItemInput(); +fracturer17.addItemOutput(*12); +fracturer17.build(); + +val fracturer18 = RecipeBuilder.newBuilder("fracturer18","shadow_fracturer",20); +fracturer18.addFluidInput(*50); +fracturer18.addFluidInput(*50); +fracturer18.addItemInput(); +fracturer18.addItemInput(); +fracturer18.addItemOutput(*12); +fracturer18.build(); + +val fracturer19 = RecipeBuilder.newBuilder("fracturer19","shadow_fracturer",20); +fracturer19.addFluidInput(*50); +fracturer19.addFluidInput(*50); +fracturer19.addItemInput(); +fracturer19.addItemInput(); +fracturer19.addItemOutput(*12); +fracturer19.build(); + +val fracturer20 = RecipeBuilder.newBuilder("fracturer20","shadow_fracturer",20); +fracturer20.addFluidInput(*50); +fracturer20.addFluidInput(*50); +fracturer20.addItemInput(); +fracturer20.addItemInput(); +fracturer20.addItemOutput(*12); +fracturer20.build(); + +val fracturer21 = RecipeBuilder.newBuilder("fracturer21","shadow_fracturer",20); +fracturer21.addFluidInput(*50); +fracturer21.addFluidInput(*50); +fracturer21.addItemInput(); +fracturer21.addItemInput(); +fracturer21.addItemOutput(*12); +fracturer21.build(); + +val fracturer22 = RecipeBuilder.newBuilder("fracturer22","shadow_fracturer",20); +fracturer22.addFluidInput(*50); +fracturer22.addFluidInput(*50); +fracturer22.addItemInput(); +fracturer22.addItemInput(); +fracturer22.addItemOutput(*12); +fracturer22.build(); + +val fracturer23 = RecipeBuilder.newBuilder("fracturer23","shadow_fracturer",20); +fracturer23.addFluidInput(*50); +fracturer23.addFluidInput(*50); +fracturer23.addItemInput(); +fracturer23.addItemInput(); +fracturer23.addItemOutput(*12); +fracturer23.build(); + +val fracturer24 = RecipeBuilder.newBuilder("fracturer24","shadow_fracturer",20); +fracturer24.addFluidInput(*50); +fracturer24.addFluidInput(*50); +fracturer24.addItemInput(); +fracturer24.addItemInput(); +fracturer24.addItemOutput(*12); +fracturer24.build(); + +val fracturer25 = RecipeBuilder.newBuilder("fracturer25","shadow_fracturer",20); +fracturer25.addFluidInput(*50); +fracturer25.addFluidInput(*50); +fracturer25.addItemInput(); +fracturer25.addItemInput(); +fracturer25.addItemOutput(*12); +fracturer25.build(); + +val fracturer26 = RecipeBuilder.newBuilder("fracturer26","shadow_fracturer",20); +fracturer26.addFluidInput(*50); +fracturer26.addFluidInput(*50); +fracturer26.addItemInput(); +fracturer26.addItemInput(); +fracturer26.addItemOutput(*12); +fracturer26.build(); + +val fracturer27 = RecipeBuilder.newBuilder("fracturer27","shadow_fracturer",20); +fracturer27.addFluidInput(*50); +fracturer27.addFluidInput(*50); +fracturer27.addItemInput(); +fracturer27.addItemInput(); +fracturer27.addItemOutput(*12); +fracturer27.build(); + +val fracturer28 = RecipeBuilder.newBuilder("fracturer28","shadow_fracturer",20); +fracturer28.addFluidInput(*50); +fracturer28.addFluidInput(*50); +fracturer28.addItemInput(); +fracturer28.addItemInput(); +fracturer28.addItemOutput(*12); +fracturer28.build(); + +val fracturer29 = RecipeBuilder.newBuilder("fracturer29","shadow_fracturer",20); +fracturer29.addFluidInput(*200); +fracturer29.addFluidInput(*200); +fracturer29.addItemInput(); +fracturer29.addItemOutput(); +fracturer29.build(); + + +val fracturer30 = RecipeBuilder.newBuilder("fracturer30","shadow_fracturer",20); +fracturer30.addFluidInput(*50); +fracturer30.addFluidInput(*50); +fracturer30.addItemInput(); +fracturer30.addItemInput(); +fracturer30.addItemOutput(*12); +fracturer30.build(); \ No newline at end of file diff --git a/scripts/TheGoodShit.zs b/scripts/TheGoodShit.zs new file mode 100644 index 00000000..de42dffd --- /dev/null +++ b/scripts/TheGoodShit.zs @@ -0,0 +1,370 @@ +import mods.modularmachinery.RecipeBuilder; +import mods.thaumcraft.Infusion; + +// EZ aeternalis fuel + +recipes.addShaped(, +[[, , ], +[, .reuse(), ], +[, , ]]); + +recipes.addShaped(, +[[null, , null], +[, , ], +[null, , null]]); + +// EZ EMC +recipes.addShaped(, +[[null, , null], +[, .reuse(), ], +[null, , null]]); + +// EZ fluid mana +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +val cauldron9 = RecipeBuilder.newBuilder("autocauldronmanastone","terrestrial_cauldron",10); +cauldron9.addFluidInput(*1000); +cauldron9.addFluidInput(*1000); +cauldron9.addItemInput(); +cauldron9.addItemInput(*4); +cauldron9.addItemOutput(); +cauldron9.addItemOutput(); +cauldron9.build(); + +val makemanaez = RecipeBuilder.newBuilder("makemanaez","dragonfire_forge",100); +makemanaez.addItemInput(); +makemanaez.addFluidOutput(*4000); +makemanaez.build(); + +// EZ terrasteel +val greaterspiritgaia = RecipeBuilder.newBuilder("greaterspiritgaia","gaia_altar",400); +greaterspiritgaia.addEnergyPerTickInput(40000); +greaterspiritgaia.addItemInput(); +greaterspiritgaia.addItemInput(*16); +greaterspiritgaia.addItemInput(*4); +greaterspiritgaia.addItemInput(); +greaterspiritgaia.addItemInput(); +greaterspiritgaia.addItemOutput(); +greaterspiritgaia.build(); + +recipes.addShaped(*24, +[[, , ], +[, .reuse(), ], +[, , ]]); + +// creative mana pool + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , .withTag({type: "thermalily"}), , ], +[, , , , ], +[.withTag({type: "gourmaryllis"}), , , , .withTag({type: "arcanerose"})], +[, , , , ], +[, , .withTag({type: "munchdew"}), , ]]); + +// EZ mana dust + +mods.bloodmagic.AlchemyArray.addRecipe(, , , "bloodmagic:textures/models/AlchemyArrays/bindingarray.png"); + +mods.bloodmagic.BloodAltar.addRecipe(, , 4, 1000000, 5000, 10000); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, .reuse(), ], +[, , ]]); + +recipes.addShaped(, +[[.reuse(), , .reuse()], +[, , ], +[.reuse(), , .reuse()]]); + +recipes.addShaped(, +[[.reuse(), , .reuse()], +[, .reuse(), ], +[.reuse(), , .reuse()]]); + +recipes.addShaped(*4, +[[null, , null], +[, null, ], +[null, , null]]); + +mods.bloodmagic.BloodAltar.addRecipe(, , 5, 2000000, 500, 1000); + +recipes.addShaped(*64, +[[, , null], +[, , null], +[null, null, null]]); + +recipes.addShaped(, +[[, , ], +[, .reuse(), ], +[, , ]]); + +// EZ celestial manipulator + +recipes.addShaped(, +[[null, , null], +[, , ], +[null, , null]]); + +// EZ storage + +recipes.addShaped(, +[[, , ], +[, .reuse(), ], +[, .reuse(), ]]); + +mods.immersiveengineering.MetalPress.addRecipe(, , , 800, 1); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + + +// EZ dragon scales + +recipes.addShapeless(*3, +[,.reuse()]); + +recipes.addShapeless(*3, +[,.reuse()]); + +recipes.addShapeless(*3, +[,.reuse()]); + +recipes.addShapeless(*3, +[,.reuse()]); + +recipes.addShapeless(*3, +[,.reuse()]); + +recipes.addShapeless(*3, +[,.reuse()]); + +recipes.addShapeless(*3, +[,.reuse()]); + +recipes.addShapeless(*3, +[,.reuse()]); + +// chaos protection + +recipes.addShapeless(.withTag({StoredEnchantments: [{lvl: 8 as short, id: 16}]}), +[,.withTag({astralsorcery: {constellationName: "astralsorcery.constellation.discidia", crystalProperties: {collectiveCapability: 100, size: 900, fract: 0, purity: 100, sizeOverride: -1}}}),.withTag({astralsorcery: {constellationName: "astralsorcery.constellation.discidia", crystalProperties: {collectiveCapability: 100, size: 900, fract: 0, purity: 100, sizeOverride: -1}}})]); + +mods.astralsorcery.Altar.addTraitAltarRecipe("meatballcraft:shaped/internal/altar/dynatos_crystal", , 4500, 100, [ + , , , + , , , + , , , + , , , + , , , + , , , + , , , + , , , + , + //Outer Items, indices 25+ + .withTag({astralsorcery: {constellationName: "astralsorcery.constellation.mineralis", crystalProperties: {collectiveCapability: 100, size: 900, fract: 0, purity: 100, sizeOverride: -1}}}), + .withTag({astralsorcery: {constellationName: "astralsorcery.constellation.horologium", crystalProperties: {collectiveCapability: 100, size: 900, fract: 0, purity: 100, sizeOverride: -1}}}), + .withTag({astralsorcery: {constellationName: "astralsorcery.constellation.octans", crystalProperties: {collectiveCapability: 100, size: 900, fract: 0, purity: 100, sizeOverride: -1}}}), + .withTag({astralsorcery: {constellationName: "astralsorcery.constellation.pelotrio", crystalProperties: {collectiveCapability: 100, size: 900, fract: 0, purity: 100, sizeOverride: -1}}}) +], +"astralsorcery.constellation.armara"); + +mods.extendedcrafting.TableCrafting.addShaped(.withTag({ench: [ +{lvl: 10 as short, id: 0 as short}, +{lvl: 10 as short, id: 1 as short}, +{lvl: 30 as short, id: 30 as short}, +{lvl: 100 as short, id: 34 as short}, +{lvl: 1 as short, id: 70 as short}, +{lvl: 10 as short, id: 3 as short}, +{lvl: 10 as short, id: 4 as short} +], RepairCost: 1, astralsorcery: {constellationName: "astralsorcery.constellation.armara"}}), +[[, , null, , null, , ], +[, , , , , , ], +[null, , null, null, null, , null], +[, , null, , null, , ], +[null, , null, null, null, , null], +[, , , , , , ], +[, , null, , null, , ]]); + + +// EZ one block mobfarms + +mods.thermalexpansion.Pulverizer.addRecipe(*64, , 1500, *64, 100); + +mods.thaumcraft.Infusion.registerRecipe("mobspawnerinfoneblock", "", +, 1, +[*300, *200], +, +[, , , , , , , ]); + + +// all of the absorption + +recipes.addShaped(, +[[, , ], +[, .reuse(), ], +[, , ]]); + +recipes.addShaped(, +[[.withTag({astralsorcery: {constellationName: "astralsorcery.constellation.armara", crystalProperties: {collectiveCapability: 100, size: 900, fract: 0, purity: 100, sizeOverride: -1}}}), , ], +[, , ], +[, , .withTag({astralsorcery: {constellationName: "astralsorcery.constellation.armara", crystalProperties: {collectiveCapability: 100, size: 900, fract: 0, purity: 100, sizeOverride: -1}}})]]); + +recipes.addShaped(, +[[, , ], +[, .reuse(), ], +[, , ]]); + + +mods.extendedcrafting.TableCrafting.addShaped(*2, +[[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ]]); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , , , , , , , ], +[, , , , , , , , ], +[, , , , , , , , ], +[, , , , , , , , ], +[, , , , , , , , ], +[, , , , , , , , ], +[, , , , , , , , ], +[, , , , , , , , ], +[, , , , , , , , ]]); + + +// twilight saplings & twilight duplication +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[null, , null], +[, .reuse(), ], +[null, , null]]); + +recipes.addShaped(*8, +[[null, , null], +[, .reuse(), ], +[null, , null]]); + +recipes.addShaped(*64, +[[null, , null], +[, .reuse(), ], +[null, , null]]); + +recipes.addShaped(*4, +[[null, null, null], +[, , ], +[null, null, null]]); + +recipes.addShaped(*4, +[[null, null, null], +[, , null], +[null, null, null]]); + +recipes.addShaped(*4, +[[null, null, null], +[, , null], +[null, null, null]]); + +recipes.addShaped(*4, +[[null, null, null], +[, , null], +[null, null, null]]); + +recipes.addShaped(*4, +[[null, null, null], +[, , null], +[null, null, null]]); + +recipes.addShaped(*4, +[[null, null, null], +[, , null], +[null, null, null]]); + +recipes.addShaped(*4, +[[null, null, null], +[, , null], +[null, null, null]]); + +// EZ gaia ingot + +recipes.addShaped(, +[[, .withTag({Material: "gaia"}), ], +[, , ], +[, .withTag({Material: "gaia"}), ]]); + +recipes.addShaped(*2, +[[, , ], +[, .reuse(), ], +[, , ]]); + +recipes.addShaped(*2, +[[, , ], +[, .reuse(), ], +[, , ]]); + +// creative mill + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); diff --git a/scripts/ThermalGating.zs b/scripts/ThermalGating.zs new file mode 100644 index 00000000..9cc046b3 --- /dev/null +++ b/scripts/ThermalGating.zs @@ -0,0 +1,206 @@ + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[null, , null], +[, , ], +[null, , null]]); + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, null, , null, ], +[null, , null, , null], +[, null, , null, ], +[null, , null, , null], +[, null, , null, ]]); + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, null, , null, ], +[null, , , , null], +[, , , , ], +[null, , , , null], +[, null, , null, ]]); + +recipes.removeShaped(); + +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, ]]); + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[null, null, ], +[null, , null], +[, null, null]]); + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[null, null, ], +[null, , null], +[, null, null]]); + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[null, null, ], +[null, , null], +[, null, null]]); + +recipes.removeShaped(); + +mods.industrialforegoing.SludgeRefiner.add(, 8); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, null, , null, ], +[, , , , ], +[, , , , ], +[, , , , ], +[, null, , null, ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.removeShaped(); + +recipes.addShaped(, +[[null, , null], +[.withTag({Material: "silver"}), , .withTag({Material: "silver"})], +[, , ]]); + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.remove(); + +mods.tconstruct.Alloy.removeRecipe(); +mods.tconstruct.Alloy.removeRecipe(); +mods.tconstruct.Alloy.removeRecipe(); +mods.tconstruct.Alloy.removeRecipe(); +mods.tconstruct.Melting.removeRecipe(); + +mods.techreborn.compressor.addRecipe(, , 40, 128); + +recipes.addShaped(*4, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(*4, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(*4, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(*4, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(*4, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(*2, +[[, , ], +[, null, ], +[, , ]]); + +recipes.addShaped(*4, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , , , ], +[, , , , ], +[, , , , ], +[, , , , ], +[, , , , ]]); + +mods.thermalexpansion.Pulverizer.addRecipe(, +, 1234); + +recipes.removeShaped(); + +recipes.addShaped(, +[[null, , null], +[, , ], +[, , ]]); + +recipes.addShapeless(*64, +[, , ]); + +recipes.addShapeless(*64, +[, , ]); + +recipes.addShapeless(*64, +[, , ]); + +recipes.removeShaped(); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); diff --git a/scripts/ThermalMana.zs b/scripts/ThermalMana.zs new file mode 100644 index 00000000..c3f2aef3 --- /dev/null +++ b/scripts/ThermalMana.zs @@ -0,0 +1,27 @@ +import mods.modularmachinery.RecipeBuilder; + + +recipes.addShaped(, +[[, , null], +[, , null], +[null, null, null]]); + +recipes.addShaped(*8, +[[, , null], +[, , null], +[null, null, null]]); + +recipes.addShaped(*4, +[[, , null], +[, , null], +[null, null, null]]); + +recipes.addShaped(*12, +[[, , null], +[, , null], +[null, null, null]]); + +val primalmanaeter = RecipeBuilder.newBuilder("primalmanaeter","dragonfire_forge",300); +primalmanaeter.addItemInput(); +primalmanaeter.addFluidOutput(*200); +primalmanaeter.build(); \ No newline at end of file diff --git a/scripts/Tier0DimGating.zs b/scripts/Tier0DimGating.zs new file mode 100644 index 00000000..9be2017a --- /dev/null +++ b/scripts/Tier0DimGating.zs @@ -0,0 +1,44 @@ +mods.thaumcraft.ArcaneWorkbench.registerShapedRecipe("makefluixlens", "", 20, +[, , ], +, +[[,,], +[,,], +[,,]]); + +recipes.removeShaped(); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + + +recipes.addShaped(, +[[, , ], +[, .anyDamage(), ], +[, , ]]); + +recipes.addShaped(.withTag({EntityTag: {id: "thebetweenlands:dark_druid"}}), +[[, , ], +[, , ], +[, , ]]); + + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.removeShaped(); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.removeShaped(); + +recipes.addShaped(*12, +[[null, , null], +[, , ], +[null, , null]]); diff --git a/scripts/TimeInABottle.zs b/scripts/TimeInABottle.zs new file mode 100644 index 00000000..31a66fe9 --- /dev/null +++ b/scripts/TimeInABottle.zs @@ -0,0 +1,6 @@ +recipes.removeShaped(); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); diff --git a/scripts/TinkerDusts.zs b/scripts/TinkerDusts.zs new file mode 100644 index 00000000..5a3c2c77 --- /dev/null +++ b/scripts/TinkerDusts.zs @@ -0,0 +1,5 @@ +mods.thermalexpansion.Pulverizer.addRecipe(, +, 6565); + +mods.thermalexpansion.Pulverizer.addRecipe(, +, 6565); \ No newline at end of file diff --git a/scripts/TinkerFuels.zs b/scripts/TinkerFuels.zs new file mode 100644 index 00000000..d60eca7d --- /dev/null +++ b/scripts/TinkerFuels.zs @@ -0,0 +1 @@ +mods.tconstruct.Fuel.registerFuel( * 1, 1000); \ No newline at end of file diff --git a/scripts/TinkersGating.zs b/scripts/TinkersGating.zs new file mode 100644 index 00000000..e7078a79 --- /dev/null +++ b/scripts/TinkersGating.zs @@ -0,0 +1,181 @@ +recipes.remove(); + +recipes.addShaped(.withTag({PartType: "tconstruct:wide_guard"}), +[[null, , null], +[, , ], +[null, null, null]]); + +recipes.addShaped(.withTag({PartType: "tconstruct:sharpening_kit"}), +[[, , ], +[, , ], +[null, , null]]); + +recipes.addShaped(.withTag({PartType: "tconstruct:shard"}), +[[null, , null], +[, , ], +[null, , null]]); + +recipes.addShaped(.withTag({PartType: "tconstruct:tool_rod"}), +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(.withTag({PartType: "tconstruct:large_plate"}), +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(.withTag({PartType: "tconstruct:scythe_head"}), +[[null, , ], +[null, , null], +[null, , null]]); + +recipes.addShaped(.withTag({PartType: "tconstruct:hand_guard"}), +[[null, , null], +[, , ], +[null, null, null]]); + +recipes.addShaped(.withTag({PartType: "tconstruct:excavator_head"}), +[[, , ], +[, , ], +[null, , null]]); + +recipes.addShaped(.withTag({PartType: "tconstruct:sign_head"}), +[[, , ], +[, , ], +[null, , null]]); + +recipes.addShaped(.withTag({PartType: "tconstruct:arrow_shaft"}), +[[null, , null], +[null, , null], +[null, , null]]); + +recipes.addShaped(.withTag({PartType: "tconstruct:pick_head"}), +[[, , ], +[null, , null], +[null, , null]]); + +recipes.addShaped(.withTag({PartType: "tconstruct:tough_tool_rod"}), +[[null, , null], +[null, , null], +[null, , null]]); + +recipes.addShaped(.withTag({PartType: "tconstruct:tough_tool_rod"}), +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(.withTag({PartType: "tconstruct:bow_string"}), +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(.withTag({PartType: "tconstruct:large_sword_blade"}), +[[, , ], +[, , ], +[null, , ]]); + +recipes.addShaped(.withTag({PartType: "tconstruct:cross_guard"}), +[[null, , null], +[, , ], +[null, , null]]); + +recipes.addShaped(.withTag({PartType: "tconstruct:hammer_head"}), +[[, , ], +[, , ], +[null, , null]]); + +recipes.addShaped(.withTag({PartType: "tconstruct:kama_head"}), +[[, , null], +[null, , null], +[null, , null]]); + +recipes.addShaped(.withTag({PartType: "tconstruct:pan_head"}), +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(.withTag({PartType: "tconstruct:knife_blade"}), +[[null, , null], +[.withTag({Material: "manyullyn"}), , .withTag({Material: "manyullyn"})], +[null, , null]]); + +recipes.addShaped(.withTag({PartType: "tconstruct:fletching"}), +[[null, , null], +[null, , ], +[null, , null]]); + +recipes.addShaped(.withTag({PartType: "tconstruct:shovel_head"}), +[[null, , null], +[null, , null], +[null, , null]]); + +recipes.addShaped(.withTag({PartType: "tconstruct:sword_blade"}), +[[null, , null], +[null, , null], +[null, , null]]); + +recipes.addShaped(.withTag({PartType: "tconstruct:arrow_head"}), +[[null, , null], +[, , ], +[null, null, null]]); + +recipes.addShaped(.withTag({PartType: "tconstruct:axe_head"}), +[[null, , ], +[null, , ], +[null, , null]]); + +recipes.addShaped(.withTag({PartType: "tconstruct:bow_limb"}), +[[null, , null], +[null, , ], +[null, , null]]); + +recipes.addShaped(.withTag({PartType: "tconstruct:tough_binding"}), +[[, null, ], +[null, , null], +[, null, ]]); + +recipes.addShaped(.withTag({PartType: "tconstruct:binding"}), +[[, null, ], +[null, , null], +[, null, ]]); + +recipes.addShaped(.withTag({PartType: "tconstruct:broad_axe_head"}), +[[null, , ], +[null, , ], +[, null, ]]); + +recipes.addShaped(.withTag({PartType: "conarm:armor_plate"}), +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(.withTag({PartType: "conarm:boots_core"}), +[[, null, ], +[, , ], +[null, null, null]]); + +recipes.addShaped(.withTag({PartType: "conarm:helmet_core"}), +[[, , ], +[, , ], +[null, null, null]]); + +recipes.addShaped(.withTag({PartType: "conarm:leggings_core"}), +[[, , ], +[, , ], +[, null, ]]); + +recipes.addShaped(.withTag({PartType: "conarm:chest_core"}), +[[, null, ], +[, , ], +[, , ]]); + +recipes.addShaped(.withTag({PartType: "conarm:armor_trim"}), +[[null, null, null], +[, , ], +[null, , null]]); + +recipes.addShaped(.withTag({PartType: "conarm:polishing_kit"}), +[[null, , null], +[, , ], +[null, , null]]); \ No newline at end of file diff --git a/scripts/TinyMobFarm.zs b/scripts/TinyMobFarm.zs new file mode 100644 index 00000000..6d2d375b --- /dev/null +++ b/scripts/TinyMobFarm.zs @@ -0,0 +1,15 @@ +recipes.removeShaped(); +recipes.removeShaped(); +recipes.removeShaped(); +recipes.removeShaped(); +recipes.removeShaped(); +recipes.removeShaped(); +recipes.removeShaped(); +recipes.removeShaped(); + + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , ], +[, , ], +[, , ]]); + diff --git a/scripts/ToolTips.zs b/scripts/ToolTips.zs new file mode 100644 index 00000000..710eae5e --- /dev/null +++ b/scripts/ToolTips.zs @@ -0,0 +1,1129 @@ +.addTooltip(format.red("The world may become a little harder... - Texture by Zuckerburger, thanks!")); + +.addTooltip(format.red("Texture by Zuckerburger, thanks!")); + +.addTooltip(format.red("The world may become a little harder...")); + +.addTooltip(format.red("The world may become a little harder...")); + +.addTooltip(format.red("The world may become a little harder...")); + +.addTooltip(format.red("The world may become a little harder...")); + +.addTooltip(format.red("The world may become a little harder...")); + +.addTooltip(format.red("The world may become a little harder...")); + +.addTooltip(format.red("Requires the Controller Manual to become craftable")); + +.addTooltip(format.red("Requires the Bloodmaster Tome to become craftable")); + +.addTooltip(format.red("Requires the Alien Material Manual to become craftable")); + +.addTooltip(format.red("Requires the Singularity Master Manual to become craftable")); + +.addTooltip(format.red("Requires the Singularity Master Manual to become craftable")); + +.addTooltip(format.red("Requires the Draconic Key to become craftable")); + +.addTooltip(format.red("Requires the Minor Vethea Binding to become craftable in Vethea")); + +.addTooltip(format.red("Requires Ancient Elven knowledge to become craftable")); + +.addTooltip(format.red("Requires Ancient Elven knowledge to become craftable")); + +.addTooltip(format.red("Requires Ancient Elven knowledge to become craftable")); + +.addTooltip(format.red("Requires Ancient Elven knowledge to become craftable")); + +.addTooltip(format.red("Requires Ancient Elven knowledge to become craftable")); + +.addTooltip(format.red("Found in the Towerwood Fortress on Pauram - reusable")); + +.addTooltip(format.red("Found in the Platinum Gyro on Zoi - reusable")); + +.addTooltip(format.red("Found in the Eldritch Pyramid on Akathartos - reusable")); + +.addTooltip(format.red("Found in the Menger Monument on Nero - reusable")); + +.addTooltip(format.red("Found in the proxima belt")); + +.addTooltip(format.red("Found on Alkemia")); + +.addTooltip(format.red("Found on Sedna - Craftable in the plasmatic condenser")); + +.addTooltip(format.red("Found on Rhenia")); + +.addTooltip(format.red("Found on Myrmex - Craftable in the plasmatic condenser")); + +.addTooltip(format.red("Found on Pixonia - Craftable in the plasmatic condenser")); + +.addTooltip(format.red("Used in the Warp controller")); + +.addTooltip(format.red("Used in the Warp controller")); + +.addTooltip(format.red("Used in the Warp controller")); + +.addTooltip(format.red("Used in the Warp controller")); + +.addTooltip(format.red("Used in the Warp controller")); + +.addTooltip(format.red("Used in the Warp controller")); + +.addTooltip(format.red("Used in the Warp controller")); + +.addTooltip(format.red("Found in the Coke Library in the Overworld")); + +.addTooltip(format.red("Found in the Shulker Altar in the End")); + +.addTooltip(format.red("Evoker spawn eggs are craftable")); + +.addTooltip(format.red("Crimson Portal spawn eggs are craftable")); + +.addTooltip(format.red("Found in the Elemental Chamber in the Nether")); + +.addTooltip(format.red("Found in the Elemental Chamber in the Nether")); + +.addTooltip(format.red("Found in the Elemental Chamber in the Nether")); + +.addTooltip(format.red("Opens a temporary wormhole, CAREFUL, you will not be able to get back with this!")); + +.addTooltip(format.red("Opens a temporary wormhole, CAREFUL, you will not be able to get back with this!")); + +.addTooltip(format.red("Opens a temporary wormhole, CAREFUL, you will not be able to get back with this!")); + +.addTooltip(format.red("Opens a temporary wormhole, CAREFUL, you will not be able to get back with this!")); + +.addTooltip(format.red("Opens a temporary wormhole, CAREFUL, you will not be able to get back with this!")); + +.addTooltip(format.red("Found in the swamp tower on Pixonia - Reusable")); + +.addTooltip(format.red("Found on Lunalus")); + +.addTooltip(format.red("Drop to open a portal to the Twilight Forest")); + +.addTooltip(format.red("Fill with water and use to open a portal to the Aether")); + +.addTooltip(format.red("Skyroot Planks are craftable")); + +.addTooltip(format.red("Can be automated using Woot")); + +.addTooltip(format.red("Found interacting with the Mysterious Man in Vethea")); + +.addTooltip(format.red("This knowledge cannot be unlearned... - Unlocks all Thaumcraft Knowledge at a great cost")); + +.addTooltip(format.red("Removes permanent warp")); + +.addTooltip(format.red("Infinite Uses - Removes all warp")); + +.addTooltip(format.red("Coralium Ore is Craftable")); + +.addTooltip(format.red("Coralium Ore is Craftable")); + +.addTooltip(format.red("Coralium Ore is Craftable")); + +.addTooltip(format.red("Coralium Ore is Craftable")); + +.addTooltip(format.red("Coralium Ore is Craftable")); + +.addTooltip(format.red("Coralium Ore is Craftable")); + +.addTooltip(format.red("Coralium Ore is Craftable")); + +.addTooltip(format.red("Coralium Ore is Craftable")); + +.addTooltip(format.red("Coralium Ore is Craftable")); + +.addTooltip(format.red("Coralium Ore is Craftable")); + +.addTooltip(format.red("Coralium Infused Stone is Craftable")); + +.addTooltip(format.red("Shadow Creature spawn eggs are craftable")); + +.addTooltip(format.red("Shadow Creature spawn eggs are craftable")); + +.addTooltip(format.red("Shadow Creature spawn eggs are craftable")); + +.addTooltip(format.red("Dropped by Shoggoths in their lair found in the Overworld")); + +.addTooltip(format.red("Sludge is produced by the Plant Gatherer from Industrial Foregoing")); + +.addTooltip(format.red("Found on a warper plane (which one??) - Warper in JEI")); + +.addTooltip(format.red("Found on a warper plane (which one??) - Warper in JEI")); + +.addTooltip(format.red("Found on a warper plane (which one??) - Warper in JEI")); + +.addTooltip(format.red("Found on a warper plane (which one??) - Warper in JEI")); + +.addTooltip(format.red("Found on a warper plane (which one??) - Warper in JEI")); + +.addTooltip(format.red("Use in an Alloy Smelter for maximum value")); + +.addTooltip(format.red("Obtainable using a Bound Blade")); + +.addTooltip(format.red("Dropped by hostile mobs")); + +.addTooltip(format.red("Dropped by boss mobs")); + +.addTooltip(format.red("Dropped by Ender Dragon")); + +.addTooltip(format.red("Dropped by Evokers")); + +.addTooltip(format.red("Shift right click to store heart canisters")); + +.addTooltip(format.red("Found using the Dice of Fate")); + +.addTooltip(format.red("Right click while standing in front of a Block of Obsidian (same level as the floor) looking east")); + +.addTooltip(format.red("Obtained from the Crazylily")); + +.addTooltip(format.red("This MAY be dangerous")); + +.addTooltip(format.red("Obtained by right-clicking a Solidified Memory")); + +.addTooltip(format.red("This MAY be dangerous")); + +.addTooltip(format.red("Obtained by right-clicking an Evil Insight")); + +.addTooltip(format.red("This MAY be dangerous")); + +.addTooltip(format.red("Obtained by right-clicking a Deinthos")); + +.addTooltip(format.red("Broken Zombie Spawners are craftable")); + +.addTooltip(format.red("Found by collapsing a large flux rift")); + +.addTooltip(format.red("Works like the /dank/null/, but is used as a chest")); + +.addTooltip(format.red("Works like the /dank/null/, but is used as a chest")); + +.addTooltip(format.red("Works like the /dank/null/, but is used as a chest")); + +.addTooltip(format.red("Works like the /dank/null/, but is used as a chest")); + +.addTooltip(format.red("Works like the /dank/null/, is used as a chest")); + +.addTooltip(format.red("Works like the /dank/null/, is used as a chest")); + +.addTooltip(format.red("Works like the /dank/null/, is used as a chest")); + +.addTooltip(format.red("Obtained with an Industrial Grinder")); + +.addTooltip(format.red("Obtained with a Matter Fabricator")); + +.addTooltip(format.red("Use a Rite of Shifting Seasons with a special boline to create the Stormland Biome")); + +.addTooltip(format.red("There are multiple ways to farm this - Check JEI")); + +.addTooltip(format.red("Steam comes from the Railcraft Boiler Multiblock")); + +.addTooltip(format.red("Very common drop from the Mineralis Ritual")); + +.addTooltip(format.red("Dropped by Gorgons - Reusable")); + +.addTooltip(format.red("Really rare in the Overworld, more common in the End")); + +.addTooltip(format.red("Scorcher spawn eggs are craftable")); + +.addTooltip(format.red("The Whitewashing table is a quest reward")); + +.addTooltip(format.red("Dilithium Dust is craftable")); + +.addTooltip(format.red("Craftable in the plasmatic condenser after exploring Sedna")); + +.addTooltip(format.red("Craftable using Abyssalcraft")); + +.addTooltip(format.red("Craftable in the plasmatic condenser after exploring Myrmex")); + +.addTooltip(format.red("Automated using the Rhenium Chicken")); + +.addTooltip(format.red("Craftable in the plasmatic condenser after exploring the swamp tower of Pixonia")); + +.addTooltip(format.red("Automated with the Basic Package Crafter")); + +.addTooltip(format.red("Automated with the Advanced Package Crafter")); + +.addTooltip(format.red("Automated with the Elite Package Crafter")); + +.addTooltip(format.red("Automated with the Ultimate Package Crafter")); + +.addTooltip(format.red("Requires ender alternators to be powered - Automated with the Ender Package Crafter")); + +.addTooltip(format.red("Use Pedestals to add outer items - Automated with the Combination Package Crafter and marked Pedestals")); + +.addTooltip(format.red("Use a Mob Imprisonment Tool if you want to transport mobs")); + +.addTooltip(format.red("Start warping from the closest planet")); + +.addTooltip(format.red("Reusable")); + +.addTooltip(format.red("Log is craftable")); + +.addTooltip(format.red("Log is craftable")); + +.addTooltip(format.red("Ghosts spawn eggs are craftable")); + +.addTooltip(format.red("You're gonna need a Quartz Grindstone and a Crank")); + +.addTooltip(format.red("The Mechanized coop is recommended from Eden onwards, less lag, more eggs!")); + +.addTooltip(format.red("Found in the Mausoleum in the overworld (icy!) - You may want a Gravemaster's Key")); + +.addTooltip(format.red("Wither Drop")); + +.addTooltip(format.red("Build a full portal frame (5x6) including the five carved runes to make the ancient teleporter")); + +.addTooltip(format.red("Part of the ancient teleporter")); + +.addTooltip(format.red("Part of the ancient teleporter")); + +.addTooltip(format.red("Part of the ancient teleporter")); + +.addTooltip(format.red("Part of the ancient teleporter")); + +.addTooltip(format.red("Part of the ancient teleporter - right click with a realmstone to activate")); + +.addTooltip(format.red("Used in a full portal frame (3x5) to enter Eden")); + +.addTooltip(format.red("Used in a full portal frame (3x5) to enter Wildwood")); + +.addTooltip(format.red("Used in a full portal frame (3x5) to enter Apalachia")); + +.addTooltip(format.red("Used in a full portal frame (3x5) to enter Skythern")); + +.addTooltip(format.red("Used in a full portal frame (3x5) to enter Mortum")); + +.addTooltip(format.red("Used to light DivineRPG portals like a flint and steel")); + +.addTooltip(format.red("Craftable with Deep Mob Learning")); + +.addTooltip(format.red("Dropped by Remnants, found in runestone structures in the overworld")); + +.addTooltip(format.red("This Item is reusable - Found in the Demonic Prison in the Deep Dark")); + +.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 recycler")); + +.addTooltip(format.red("Allows to escape the Dungeon of Arcana")); + +.addTooltip(format.red("Dropped by a tier 2 Gaia Guardian")); + +.addTooltip(format.red("Outside the Dungeon of Arcana")); + +.addTooltip(format.red("Dropped by endermen")); + +.addTooltip(format.red("Enter Limbo - cannot take you back")); + +.addTooltip(format.red("opens the door to the will crystal monolith")); + +.addTooltip(format.red("opens the final room in the will crystal monolith")); + +.addTooltip(format.red("The structure is a glowstone block, with four quartz blocks around it, and obsidian in the corners. - Text suggestion by Sandman366")); + +.addTooltip(format.red("Found in Dimensional Doors dungeons")); + +.addTooltip(format.red("Made in an Arcanium Extractor in the Dungeon of Arcana")); + +.addTooltip(format.red("Found underground in Iceika")); + +.addTooltip(format.red("Harvestable from Aether dungeon after defeating respective boss")); + +.addTooltip(format.red("Harvestable from Aether dungeon after defeating respective boss")); + +.addTooltip(format.red("Harvestable from Aether dungeon after defeating respective boss")); + +.addTooltip(format.red("Found in the Carminite Tower in the Twilight Forest")); + +.addTooltip(format.red("Found in the Stronghold in the Twilight Forest")); + +.addTooltip(format.red("Found underneath a giant island in the Twilight Forest")); + +.addTooltip(format.red("Dropped by the Naga in the Twilight Forest")); + +.addTooltip(format.red("Dropped by the Alpha Yeti in the Twilight Forest")); + +.addTooltip(format.red("Dropped by many Overworld and Nether Bosses")); + +.addTooltip(format.red("Dropped by mobs in the Dungeon of Arcana")); + +.addTooltip(format.red("Dropped by the Spirit Tree in the Betweenlands")); + +.addTooltip(format.red("Found in the Betweenlands Marsh and harvested with syrmorite Shears")); + +.addTooltip(format.red("Found in the Betweenlands")); + +.addTooltip(format.red("Found in the Betweenlands")); + +.addTooltip(format.red("Found in the Erebus")); + +.addTooltip(format.red("Dropped by Crushrooms in the Erebus")); + +.addTooltip(format.red("Dropped by the Tarantula Brood Mother in the Erebus")); + +.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 dimensional doors - mined with silk touch")); + +.addTooltip(format.red("Found in the Will Crystal Monolith in the Nether roof")); + +.addTooltip(format.red("Found in the Will Crystal Monolith in the Nether roof")); + +.addTooltip(format.red("Found in the Will Crystal Monolith in the Nether roof")); + +.addTooltip(format.red("Found in the Will Crystal Monolith in the Nether roof")); + +.addTooltip(format.red("Found in the Will Crystal Monolith in the Nether roof")); + +.addTooltip(format.red("reusable")); + +.addTooltip(format.red("Get the first one from a Tier 6 Mythical Void Resource Miner, Draconic is a NoNo (random51 tried)")); + +.addTooltip(format.red("Icy! Really Icy! In a dark castle...")); + +.addTooltip(format.red("Reusable")); + +.addTooltip(format.red("Thanks to Birch8101 for the crop script")); + +.addTooltip(format.red("Thanks to Birch8101 for the crop script")); + +.addTooltip(format.red("Thanks to Birch8101 for the crop script")); + +.addTooltip(format.red("Thanks to Birch8101 for the crop script")); + +.addTooltip(format.red("Broken texture is intended, otherwise it wouldn't be unidentified...")); + +.addTooltip(format.red("Can be crafted in a crafting core")); + +.addTooltip(format.red("Can be crafted in a crafting core")); + +.addTooltip(format.red("Can be crafted in a crafting core")); + +.addTooltip(format.red("Can be crafted in a crafting core")); + +.addTooltip(format.red("Can be crafted in a crafting core")); + +.addTooltip(format.red("Can be crafted in a crafting core")); + +.addTooltip(format.red("Can be crafted in a crafting core")); + +.addTooltip(format.red("Can be crafted in a crafting core")); + +.addTooltip(format.red("Can be crafted in a crafting core")); + +.addTooltip(format.red("Can be crafted in a crafting core")); + +.addTooltip(format.red("Can be crafted in a crafting core")); + +.addTooltip(format.red("Can be crafted in a crafting core")); + +.addTooltip(format.red("Can be crafted in a crafting core")); + +.addTooltip(format.red("Can be crafted in a crafting core")); + +.addTooltip(format.red("Can be crafted in a crafting core")); + +.addTooltip(format.red("Can be crafted in a crafting core")); + +.addTooltip(format.red("Can be crafted in a crafting core")); + +.addTooltip(format.red("Can be crafted in a crafting core")); + +.addTooltip(format.red("Can be crafted in a crafting core")); + +.addTooltip(format.red("Can be crafted in a crafting core")); + +.addTooltip(format.red("Can be crafted in a crafting core")); + +.addTooltip(format.red("Can be crafted in a crafting core")); + +.addTooltip(format.red("Can be crafted in a crafting core")); + +.addTooltip(format.red("Can be crafted in a crafting core")); + +.addTooltip(format.red("Can be crafted in a crafting core")); + +.addTooltip(format.red("Can be crafted in a crafting core")); + +.addTooltip(format.red("Can be crafted in a crafting core")); + +.addTooltip(format.red("Can be crafted in a crafting core")); + +.addTooltip(format.red("Can be crafted in a crafting core")); + +.addTooltip(format.red("Can be crafted in a crafting core")); + +.addTooltip(format.red("Can be crafted in a crafting core")); + +.addTooltip(format.red("Can be crafted in a crafting core")); + +.addTooltip(format.red("Can be crafted in a crafting core")); + +.addTooltip(format.red("Can be crafted in a crafting core")); + +.addTooltip(format.red("Can be crafted in a crafting core")); + +.addTooltip(format.red("Can be crafted in a crafting core")); + +.addTooltip(format.red("Can be crafted in a crafting core")); + +.addTooltip(format.red("Can be crafted in a crafting core")); + +.addTooltip(format.red("Can be crafted in a crafting core")); + +.addTooltip(format.red("Can be crafted in a crafting core")); + +.addTooltip(format.red("Can be crafted in a crafting core")); + +.addTooltip(format.red("Can be crafted in a crafting core")); + +.addTooltip(format.red("Can be crafted in a crafting core")); + +.addTooltip(format.red("Can be crafted in a crafting core")); + +.addTooltip(format.red("Can be crafted in a crafting core")); + +.addTooltip(format.red("Can be crafted in a crafting core")); + +.addTooltip(format.red("Can be crafted in a crafting core")); + +.addTooltip(format.red("Can be crafted in a crafting core")); + +.addTooltip(format.red("Can be crafted in a crafting core")); + +.addTooltip(format.red("Can be crafted in a crafting core")); + +.addTooltip(format.red("Can be crafted in a crafting core")); + +.addTooltip(format.red("Can be crafted in a crafting core")); + +.addTooltip(format.red("Can be crafted in a crafting core")); + +.addTooltip(format.red("Can be crafted in a crafting core")); + +.addTooltip(format.red("Can be crafted in a crafting core")); + +.addTooltip(format.red("Can be crafted in a crafting core")); + +.addTooltip(format.red("Can be crafted in a crafting core")); + +.addTooltip(format.red("Can be crafted in a crafting core")); + +.addTooltip(format.red("Can be crafted in a crafting core")); + +.addTooltip(format.red("Can be crafted in a crafting core")); + +.addTooltip(format.red("Can be crafted in a crafting core")); + +.addTooltip(format.red("Can be crafted in a crafting core")); + +.addTooltip(format.red("Reusable - found in the darkest depths of the darkest abyssal world of darkness")); + +.addTooltip(format.red("Connect to EnderIO conduits!")); + +.addTooltip(format.red("The better the machine casing the higher the heat - lava in the middle to increase heat - right click with kanthal heating coil to increase heat")); + +.addTooltip(format.red("Only works with crystals from illuminated enchanter - 'it's not a bug it's a feature!'")); + +.addTooltip(format.red("Cannot be upgraded at 0 durability")); + +.addTooltip(format.red("Cannot be upgraded at 0 durability")); + +.addTooltip(format.red("Cannot be upgraded at 0 durability")); + +.addTooltip(format.red("Cannot be upgraded at 0 durability")); + +.addTooltip(format.red("Cannot be upgraded at 0 durability")); + +.addTooltip(format.red("There are a lot of ways to automate this, JEI is your friend")); + +.addTooltip(format.red("Found with Advanced Rocketry Asteroid Mining Missions")); + +.addTooltip(format.red("Crafted in the Deeplands")); + +.addTooltip(format.red("Found on the Amphibiyte Coves on coastlines in the overworld")); + +.addTooltip(format.red("To charge properly, connect to four different independent glass fiber lines")); + +.addTooltip(format.red("Stag Beetle spawn eggs are craftable")); + +.addTooltip(format.red("Plutonium Dust is a good source, but how do I get some?")); + +.addTooltip(format.red("Texture is messed up, but it was the first I've ever drawn, so I'm OK with it :)")); + +.addTooltip(format.red("Obtained from Omothol Stone, and dropped by the minions of the Gatekeeper")); + +.addTooltip(format.red("If essentia input doesn't work, you can jumpstart it with a vial of the desired essentia and it will start flowing in automatically")); + +.addTooltip(format.red("Automate in the Thaumatorium with an Essentia Transfuser and an Essentia Infusion Provider (so that Vex can get more!)")); + +.addTooltip(format.red("Thanks to Vex for the idea!")); + +.addTooltip(format.red("Not all modded furnaces work, but there's better stuff out there...")); + +.addTooltip(format.red("Not all modded furnaces work, but there's better stuff out there...")); + +.addTooltip(format.red("Who can trade this?? Well, find the compressed cobblestone in the overworld...")); + +.addTooltip(format.red("Right click a twilight jewel")); + +.addTooltip(format.red("Compressed cobblestone? In the overworld??")); + +.addTooltip(format.red("Fractures look like flux rifts - the locator will change color the closer you get to one")); + +.addTooltip(format.red("Waaaay better at making steam...")); + +.addTooltip(format.red("For making steam, multiple medium reactors are better than a large one")); + +.addTooltip(format.red("Crafted with the terrestrial agglomeration plate")); + +.addTooltip(format.red("Nuclearcraft and energy runes make it so much better!")); + +.addTooltip(format.red("One time use - right click for big absorption")); + +.addTooltip(format.red("Bugged - Other alternatives are recommended")); + +.addTooltip(format.red("Let this be a warning, you want to be REALLY CAREFUL with these - this is your one and only warning")); + +.addTooltip(format.red("Can be found in the Emptiness, or through a master spell (which one??)")); + +.addTooltip(format.red("Thanks to Dorambor for finding a better version!")); + +.addTooltip(format.red("Within the dungeon of arcana, you'll need a Dramix Altar or a Phoenix altar, and a Wizard's Book")); + +.addTooltip(format.red("Automated with Mystical Gems")); + +.addTooltip(format.red("The correct titanium block can be crafted from the incorrect titanium block")); + +.addTooltip(format.red("Do not automate, autocraft instead!")); + +.addTooltip(format.red("Requires at least a 1k crafting storage to work in multiblock")); + +.addTooltip(format.red("Requires at least a 1k crafting storage to work in multiblock")); + +.addTooltip(format.red("Requires at least a 1k crafting storage to work in multiblock")); + +.addTooltip(format.red("Requires at least a 1k crafting storage to work in multiblock")); + +.addTooltip(format.red("Traded in arcana")); + +.addTooltip(format.red("Dropped by pixons of the corresponding type")); + +.addTooltip(format.red("Dropped by pixons of the corresponding type")); + +.addTooltip(format.red("Dropped by pixons of the corresponding type")); + +.addTooltip(format.red("Dropped by pixons of the corresponding type")); + +.addTooltip(format.red("Dropped by pixons of the corresponding type")); + +.addTooltip(format.red("Dropped by pixons of the corresponding type")); + +.addTooltip(format.red("Dropped by pixons of the corresponding type")); + +.addTooltip(format.red("Dropped by pixons of the corresponding type")); + +.addTooltip(format.red("Found in Precasia")); + +.addTooltip(format.red("Found in Lelyetia (look under)")); + +.addTooltip(format.red("Found in Abyss")); + +.addTooltip(format.red("Found in Barathos")); + +.addTooltip(format.red("Found in Deeplands)")); + +.addTooltip(format.red("Found in Creeponia")); + +.addTooltip(format.red("Can be obtained (but I won't tell you how...)")); + +.addTooltip(format.red("Do not connect to a storage bus, causes a crash")); + +.addTooltip(format.red("Craft with the right combination of crystal clusters - abyss abyss abyss")); + +.addTooltip(format.red("Can be obtained with a blast furnace (any of them) or with an induction smelter")); + +.addTooltip(format.red("Obtained using tree fluid extractors and a latex processing unit")); + +.addTooltip(format.red("Gosh I can fit so many shulker boxes in here...")); + +.addTooltip(format.red("Found on a warper plane (which one??)")); + +.addTooltip(format.red("Found on a warper plane (which one??)")); + +.addTooltip(format.red("Found on a warper plane (which one??)")); + +.addTooltip(format.red("Found on a warper plane (which one??)")); + +.addTooltip(format.red("Found on a warper plane (which one??)")); + +.addTooltip(format.red("Found on a warper plane (which one??)")); + +.addTooltip(format.red("Found on a warper plane (which one??)")); + +.addTooltip(format.red("Found on a warper plane (which one??)")); + +.addTooltip(format.red("Found on a warper plane (which one??)")); + +.addTooltip(format.red("Found on a warper plane (which one??)")); + +.addTooltip(format.red("Found on a warper plane (which one??)")); + +.addTooltip(format.red("Found on a warper plane (which one??)")); + +.addTooltip(format.red("Found in a high place")); + +.addTooltip(format.red("Place by a pure daisy")); + +.addTooltip(format.red("Found somewhere in the Eden")); + +.addTooltip(format.red("Connect to its own subnetwork, do not plug into your main AE2 system, they may disappear...")); + +.addTooltip(format.red("This will teleport you to the same coordinates on the warper plane, depending on your gear, you may want to use this...")); + +.addTooltip(format.red("Reusable in crafting recipes ;-)")); + +.addTooltip(format.red("If you're confused by the basic table recipe, follow the quests!")); + +.addTooltip(format.red("Stymphalian bird spawn eggs are craftable")); + +.addTooltip(format.red("Automated with any right clicker on a warded jar, if you ever had the need to...")); + +.addTooltip(format.red("You gotta wait for this one, may be a good time to fight some bosses and explore...")); + +.addTooltip(format.red("Right click an emerald, diamond, and obsidian on an offering altar")); + +.addTooltip(format.red("Thanks to Sandman366 for the help at trying to fix the planks JEI crash ;)")); + +.addTooltip(format.red("Burn some bedrock, or loop some sag mills")); + +.addTooltip(format.red("We like Woot!")); + +.addTooltip(format.red("How do I get it?")); + +.addTooltip(format.red("Reusable in crafting recipes")); + +.addTooltip(format.red("Thanks to Uchiwars for the texture!")); + +.addTooltip(format.red("Thanks to Uchiwars for the texture!")); + +.addTooltip(format.red("Thanks to Uchiwars for the texture!")); + +.addTooltip(format.red("Thanks to Uchiwars for the texture!")); + +.addTooltip(format.red("Thanks to Uchiwars for the texture!")); + +.addTooltip(format.red("Thanks to Uchiwars for the texture!")); + +.addTooltip(format.red("Thanks to Uchiwars for the texture!")); + +.addTooltip(format.red("Thanks to Uchiwars for the texture!")); + +.addTooltip(format.red("Do not passively automate until unimited durability, if you try it will delete your items")); + +.addTooltip(format.red("Do not passively automate until unimited durability, if you try it will delete your items")); + +.addTooltip(format.red("Do not passively automate until unimited durability, if you try it will delete your items")); + +.addTooltip(format.red("Do not passively automate until unimited durability, if you try it will delete your items")); + +.addTooltip(format.red("Do not passively automate until unimited durability, if you try it will delete your items")); + +.addTooltip(format.red("Crush some nickel")); + +.addTooltip(format.red("Combine the right four blood runes in a plus around a lunar block")); + +.addTooltip(format.red("Use in the casle in the frozen world")); + +.addTooltip(format.red("Only use in chunks far away from you")); + +.addTooltip(format.red("Only use in chunks far away from you")); + +.addTooltip(format.red("Only use in chunks far away from you")); + +.addTooltip(format.red("Only use in chunks far away from you")); + +.addTooltip(format.red("Automate this with a woot enderman farm")); + +.addTooltip(format.red("A cruel sacrifice for great power (Fabulous_Ampharos has a good sense of humor)")); + +.addTooltip(format.red("Empty before using this in recipes!!")); + +.addTooltip(format.red("Do not connect directly to a storage bus (laggy), use drawers or danks!")); + +.addTooltip(format.red("Do not connect directly to a storage bus (laggy), use drawers or danks!")); + +.addTooltip(format.red("Do not connect directly to a storage bus (laggy), use drawers or danks!")); + +.addTooltip(format.red("Now faster, thanks to Supernodap's sacrifice!")); + +.addTooltip(format.red("To automate this, use an item extractor with a filter for buckets and bottles, and input one breath at a time ;)")); + +.addTooltip(format.red("Automate using a Containment Chalice, and two mechanical users")); + +.addTooltip(format.red("Automate using a Containment Chalice, and two mechanical users")); + +.addTooltip(format.red("Thanks to WithersChat for loving Spatial Storage")); + +.addTooltip(format.red("Combine with the friendly soul vials of the wild rainbow tree")); + +.addTooltip(format.red("Dropped by a tier 3 Gaia Guardian, or from a full quantum mana storage")); + +.addTooltip(format.red("CAREFUL: this block is unbreakable")); + +.addTooltip(format.red("Use a resonant tank full of primal mana in empty mode")); + +.addTooltip(format.red("Surround recursive powder with papers spelling the right word (start from top left, clockwise)")); + +.addTooltip(format.red("The stencil table is disabled, the various patterns have crafting recipes")); + +.addTooltip(format.red("Doesn't make what it's supposed to, but it's ok")); + +.addTooltip(format.red("Doesn't make what it's supposed to, but it's ok")); + +.addTooltip(format.red("Dropped by a tier 1 Gaia Guardian")); + +.addTooltip(format.red("Dropped by a tier 4 Gaia Guardian")); + +.addTooltip(format.red("The gaia altar uses four gaia pylons over the manasteel")); + +.addTooltip(format.red("Cannot be taken out")); + +.addTooltip(format.red("Works on blessed stone")); + +.addTooltip(format.red("A mark of the fallen tower for 5000000")); + +.addTooltip(format.red("Requires power from an altar")); + +.addTooltip(format.red("Requires power from an altar")); + +.addTooltip(format.red("Requires power from an altar")); + +.addTooltip(format.red("Requires power from an altar")); + +.addTooltip(format.red("Requires power from an altar")); + +.addTooltip(format.red("Insert four saplings to start spawning")); + +.addTooltip(format.red("Dropped by the chaos chicken")); + +.addTooltip(format.red("Whale spawn eggs are craftable")); + +.addTooltip(format.red("Right click in-world spawners with the appropriate core")); + +.addTooltip(format.red("Use with an extreme turbine for maximum profit!")); + +.addTooltip(format.red("How do I make it?!?")); + +.addTooltip(format.red("Grow its respective seed in a pool of water surrounded by crystal growth accelerators (slow), or in a crystal growth chamber (fast)")); + +.addTooltip(format.red("Grow its respective seed in a pool of water surrounded by crystal growth accelerators (slow), or in a crystal growth chamber (fast)")); + +.addTooltip(format.red("Grow its respective seed in a pool of water surrounded by crystal growth accelerators (slow), or in a crystal growth chamber (fast)")); + +.addTooltip(format.red("Blast bricks and coke can be found in the overworld")); + +.addTooltip(format.red("Needs to be in line of sight and within 2 blocks of the infuser block")); + +.addTooltip(format.red("Needs AE energy from an energy acceptor")); + +.addTooltip(format.red("Needs AE energy from an energy acceptor")); + +.addTooltip(format.red("Cannot be crafted using AE2, use a crafter instead (RECURSIVE RECIPE ONLY)")); + +.addTooltip(format.red("Cannot be crafter using AE2, use a crafter instead (RECURSIVE RECIPE ONLY)")); + +.addTooltip(format.red("Combine a filled openblocks tank of elecanium with the right eight runes")); + +.addTooltip(format.red("Obtained from a special mark of the fallen tower")); + +.addTooltip(format.red("Non-rods recipes are caused by a bug and do not work, just ignore them")); + +.addTooltip(format.red("This cannot be crafted")); + +.addTooltip(format.red("This recipe is a scam")); + +.addTooltip(format.red("We love silk touch")); + +.addTooltip(format.red("We love silk touch")); + +.addTooltip(format.red("Right click a nethengeic beast with flammable dust")); + +.addTooltip(format.red("Yup, they need to be full")); + +.addTooltip(format.red("Use the right combination of bejewelled banners, the herald of the dark tower knows")); + +.addTooltip(format.red("A master of wizardy can easily automate this")); + +.addTooltip(format.red("Reusable")); + +.addTooltip(format.red("Thanks to GalacticSilver for the texture!")); + +.addTooltip(format.red("Thanks to GalacticSilver for the texture!")); + +.addTooltip(format.red("Only for masters of spellcraft!")); + +.addTooltip(format.red("Thanks to GalacticSilver for the texture!")); + +.addTooltip(format.red("Thanks to GalacticSilver for the texture!")); + +.addTooltip(format.red("You can use any metal block!")); + +.addTooltip(format.red("Mineralis Ritual!")); + +.addTooltip(format.red("Shadowsquid would love to be able to melt this...")); + +.addTooltip(format.red("Lenz loves this!")); + +.addTooltip(format.red("Kills everything, but it also destroys drops, items, and chests in a 100 block radius")); + +.addTooltip(format.red("The crafting table recipe will come in a bit, you should use the basic table")); + +.addTooltip(format.red("The crafting table recipe will come in a bit, you should use the basic table")); + +.addTooltip(format.red("The crafting table recipe will come in a bit, you should use the basic table")); + +.addTooltip(format.red("The crafting table recipe will come in a bit, you should use the basic table")); + +.addTooltip(format.red("The crafting table recipe will come in a bit, you should use the basic table")); + +.addTooltip(format.red("Stand on the right thing")); + +.addTooltip(format.red("Once you get the first, it can be duplicated...")); + +.addTooltip(format.red("Reusable - Dropped by the dreadful peat mummy in the betweenlands")); + +.addTooltip(format.red("Dropped by the sludge menace in the betweenlands")); + +.addTooltip(format.red("Reusable - Dropped by the primordial malevolence in the betweenlands")); + +.addTooltip(format.red("Careful: causes crashes")); + +.addTooltip(format.red("Better in the fluid infuser")); + +.addTooltip(format.red("Works with wireless essentia transfer (for autocrafting)")); + +.addTooltip(format.red("18 standard machine casing, 8 reinforced machine casing, 1 water")); + +.addTooltip(format.red("hollow 3x3 of reinforced machine casings")); + +.addTooltip(format.red("Tinker Modifier: mobs drop will")); + +.addTooltip(format.red("Tinker Modifier: bleeding")); + +.addTooltip(format.red("Tinker Modifier: slows and ice damage")); + +.addTooltip(format.red("Tinker Modifier: fire damage")); + +.addTooltip(format.red("Tinker Modifier: projectiles ignore water")); + +.addTooltip(format.red("Tinker Modifier: slows")); + +.addTooltip(format.red("Tinker Modifier: mobs float")); + +.addTooltip(format.red("Tinker Modifier: destroys shit")); + +.addTooltip(format.red("Tinker Modifier: taller")); + +.addTooltip(format.red("Tinker Modifier: wider")); + +.addTooltip(format.red("Tinker Modifier: mending")); + +.addTooltip(format.red("Tinker Modifier: remains after death")); + +.addTooltip(format.red("Tinker Modifier: knockback")); + +.addTooltip(format.red("Tinker Modifier: lifesteal")); + +.addTooltip(format.red("Tinker Modifier: fire aspect")); + +.addTooltip(format.red("Tinker Modifier: bane of arthropods")); + +.addTooltip(format.red("Tinker Modifier: smite")); + +.addTooltip(format.red("Tinker Modifier: unbreaking (indestructible with 5)")); + +.addTooltip(format.red("Tinker Modifier: silk touch")); + +.addTooltip(format.red("Tinker Modifier: mining level")); + +.addTooltip(format.red("Tinker Modifier: extra durability & mining level")); + +.addTooltip(format.red("Tinker Modifier: extra durability & mining level")); + +.addTooltip(format.red("Tinker Modifier: sharpness")); + +.addTooltip(format.red("Tinker Modifier: fortune & looting")); + +.addTooltip(format.red("Tinker Modifier: efficiency & speed")); + +.addTooltip(format.red("Farmed with an obsidian electron tube for a forestry multiblock")); + +.addTooltip(format.red("Tinker Modifier: beheading (with obsidian)")); + +.addTooltip(format.red("Tinker Modifier: lights the dark (with glowstone)")); + +.addTooltip(format.red("Found at the END of twilight forest")); + +.addTooltip(format.red("Dropped by harbinger cubes")); + +.addTooltip(format.red("Dropped by the mighty ender chicken")); + +.addTooltip(format.red("Right click before entering the planet")); + +.addTooltip(format.red("Right click before entering the planet")); + +.addTooltip(format.red("Right click before entering the planet")); + +.addTooltip(format.red("Right click before entering the planet")); + +.addTooltip(format.red("Right click before entering the planet")); + +.addTooltip(format.red("Right click before entering the planet")); + +.addTooltip(format.red("Right click before entering the planet")); + +.addTooltip(format.red("To be used with a crank")); + +.addTooltip(format.red("Use a boline on dragon's blood tree")); + +.addTooltip(format.red("Do youself a favor, set this on autocrafting, automation is not worth it")); + +.addTooltip(format.red("Found on a planet (or moon) in the sol system - mined using a netherite tinker's tool - found near iron blocks")); + +.addTooltip(format.red("Found on a planet (or moon) in the sol system - mined using a netherite tinker's tool - found near coralium infused stone")); + +.addTooltip(format.red("Found on a planet (or moon) in the sol system - mined using a netherite tinker's tool - found near bone blocks")); + +.addTooltip(format.red("Found on a planet (or moon) in the sol system - mined using a netherite tinker's tool - found near rupee ores")); + +.addTooltip(format.red("Found on a planet (or moon) in the sol system - mined using a netherite tinker's tool - found near cyanite blocks")); + +.addTooltip(format.red("Found on a planet (or moon) in the sol system - mined using a netherite tinker's tool - found near arlemite ores")); + +.addTooltip(format.red("Found on a planet (or moon) in the sol system - mined using a netherite tinker's tool - found near realmite ores")); + +.addTooltip(format.red("Found on the surface of the lava planet - mined using a netherite tinker's tool")); + +.addTooltip(format.red("Listen to Ian, may cause issues on LAN")); + +.addTooltip(format.red("Crafting recipes don't work")); + +.addTooltip(format.red("Use a demon crucible with a tartaric gem and a demon crystallizer to get the first")); + +.addTooltip(format.red("Use the gathering of the forsaken souls consuming passive mobs and the resonance of the faceted crystal to get the first")); + +.addTooltip(format.red("Use the gathering of the forsaken souls consuming passive mobs and the resonance of the faceted crystal to get the first")); + +.addTooltip(format.red("Use the gathering of the forsaken souls consuming passive mobs and the resonance of the faceted crystal to get the first")); + +.addTooltip(format.red("Use the gathering of the forsaken souls consuming passive mobs and the resonance of the faceted crystal to get the first")); + +.addTooltip(format.red("Automate using a demon crucible fed by crystals, a crystal cluster, the gathering of the forsaken souls, and the crack of the fractured crystal (all in same chunk)")); + +.addTooltip(format.red("Automate using a demon crucible fed by crystals, a crystal cluster, the gathering of the forsaken souls, and the crack of the fractured crystal (all in same chunk)")); + +.addTooltip(format.red("Automate using a demon crucible fed by crystals, a crystal cluster, the gathering of the forsaken souls, and the crack of the fractured crystal (all in same chunk)")); + +.addTooltip(format.red("Automate using a demon crucible fed by crystals, a crystal cluster, the gathering of the forsaken souls, and the crack of the fractured crystal (all in same chunk)")); + +.addTooltip(format.red("Automate using a demon crucible fed by crystals, a crystal cluster, the gathering of the forsaken souls, and the crack of the fractured crystal (all in same chunk)")); + +.addTooltip(format.red("Put lava on top, leave block below empty, right click with a bowl (stone or diamond)")); + +.addTooltip(format.red("Right click with slabs to level up and summon minions")); + +.addTooltip(format.red("Blueprints are just guides for building, you don't have to use them in the controllers")); + +.addTooltip(format.red("Found in the overworld, but not underground...")); + +.addTooltip(format.red("Bad, avoid using")); + +.addTooltip(format.red("Obtained from the lumber bee")); + +.addTooltip(format.red("Have you uncovered the secret of the sacred palace?")); + +.addTooltip(format.red("Combine with the right tree barks to obtain the two sacred saplings")); + +.addTooltip(format.red("Most likely will not work (forge bug)")); + +.addTooltip(format.red("Tinker Modifier: broadswords deal higher sweeping damage")); + +.addTooltip(format.red("Tinker Modifier: increases chance of blood drops")); + +.addTooltip(format.red("Tinker Modifier: restores durability in the cold")); + +.addTooltip(format.red("Tinker Modifier: creates explosions when attacking mobs")); + +.addTooltip(format.red("Tinker Modifier: increases damage at random")); + +.addTooltip(format.red("Tinker Modifier: killed mobs drop coins")); + +.addTooltip(format.red("Only one orientation works for the altar multiblock")); + +.addTooltip(format.red("Only one orientation works for the altar multiblock")); + +.addTooltip(format.red("Only one orientation works for the altar multiblock")); + +.addTooltip(format.red("Only one orientation works for the altar multiblock")); + +.addTooltip(format.red("This was very buggy so it got disabled, you shouldn't need it for any recipes")); + +.addTooltip(format.red("Can be duplicated")); + +.addTooltip(format.red("Make multiple copies of each station ID - Copied in the satellite builder")); + +.addTooltip(format.red("Thanks to StaffiX and Weemuu for finding a good version!")); + +.addTooltip(format.red("Because sometimes the worst ideas are the ones that work -0darkomen0")); + +.addTooltip(format.red("Better to automate passively")); + +.addTooltip(format.red("Found by right clicking various betweenlands dusts on a gecko in a cage (different in every seed)")); + +.addTooltip(format.red("Found by right clicking various betweenlands dusts on a gecko in a cage (different in every seed)")); + +.addTooltip(format.red("Capture geckos using a net (geckos spawn eggs are craftable, or found in the betweenlands)")); + +.addTooltip(format.red("Rocky hives are found underground in mountainous biomes, and can be crafted after a certain point, builders in quarry mode are a good way of finding them")); + +.addTooltip(format.red("use with a quarry card to mine automatically")); + +.addTooltip(format.red("You should get started with a builder in quarry mod, crafting these will take a while...")); + +.addTooltip(format.red("Found at the top of battle towers")); + +.addTooltip(format.red("Found in the deep dark")); + +.addTooltip(format.red("Essence is made by the mob crusher")); + +.addTooltip(format.red("Mined with silk touch")); + +.addTooltip(format.red("Rat loves gregtech")); + +.addTooltip(format.red("Found in the overworld")); + +.addTooltip(format.red("Found in the overworld")); + +.addTooltip(format.red("Found in the overworld")); + +.addTooltip(format.red("Found as loot")); + +.addTooltip(format.red("Place one lunar orb and one moonlight orb on the pads at the lunar creation table structure, and right click")); + +.addTooltip(format.red("Found in the Overworld")); + +.addTooltip(format.red("Lottomen drop tokens, and ultimate farms are a thing...")); + +.addTooltip(format.red("Automate it")); + +.addTooltip(format.red("Can be autocrafted or automated using the arcane assembler")); + +.addTooltip(format.red("17 standard machine casing, 17 advanced")); + +.addTooltip(format.red("Found in the overworld, use a resonating wand to find the ore")); diff --git a/scripts/TorcherinoGating.zs b/scripts/TorcherinoGating.zs new file mode 100644 index 00000000..301a0f9e --- /dev/null +++ b/scripts/TorcherinoGating.zs @@ -0,0 +1,9 @@ +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, null, .withTag({species: "rootBees", chromosome: 0, allele: "careerbees.acceleration"}), null, ], +[null, , , , null], +[, , .withTag({astralsorcery: {constellationName: "astralsorcery.constellation.horologium", crystalProperties: {collectiveCapability: 100, size: 900, fract: 0, purity: 100, sizeOverride: -1}}}), , ], +[null, , , , null], +[, null, .withTag({species: "rootBees", chromosome: 0, allele: "careerbees.acceleration"}), null, ]]); + diff --git a/scripts/TwilightDecoration.zs b/scripts/TwilightDecoration.zs new file mode 100644 index 00000000..7b759ee6 --- /dev/null +++ b/scripts/TwilightDecoration.zs @@ -0,0 +1,64 @@ +recipes.addShaped(*16, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(*16, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(*16, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(*16, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(*16, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(*8, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(*8, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(*8, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(*8, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(*2, +[[, null, ], +[, , ], +[null, , null]]); + +recipes.addShaped(*2, +[[, null, ], +[, , ], +[null, , null]]); + +recipes.addShaped(*2, +[[, null, ], +[, , ], +[null, , null]]); + +recipes.addShaped(*2, +[[, null, ], +[, , ], +[null, , null]]); \ No newline at end of file diff --git a/scripts/TwilightEMC.zs b/scripts/TwilightEMC.zs new file mode 100644 index 00000000..0671361a --- /dev/null +++ b/scripts/TwilightEMC.zs @@ -0,0 +1,329 @@ +import mods.modularmachinery.RecipeBuilder; + + +mods.astralsorcery.Altar.addTraitAltarRecipe("MeatballCraft:shaped/internal/altar/edenEMC", , 4500, 400, [ + , , ,, , + , , , ,, + , , ,, , + , , , ,, + ,, ,, , + //Outer Items, indices 25+ + , , , , , , , +], +"astralsorcery.constellation.fornax"); + +mods.actuallyadditions.Crusher.removeRecipe(); + +mods.thermalexpansion.Pulverizer.removeRecipe(); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.removeShaped(); + +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, , ]]); + + + +mods.astralsorcery.Altar.addTraitAltarRecipe("MeatballCraft:shaped/internal/altar/wildwoodEMC", , 4500, 400, [ + .withTag({Biome: "advancedrocketry:stormland"}), , .withTag({Biome: "advancedrocketry:stormland"}),, , + , .withTag({Biome: "advancedrocketry:stormland"}), , .withTag({Biome: "advancedrocketry:stormland"}),, + , , ,, , + , , , ,, + ,, ,, , + //Outer Items, indices 25+ + , , , , , , , +], +"astralsorcery.constellation.horologium"); + +mods.actuallyadditions.Crusher.removeRecipe(); + +mods.thermalexpansion.Pulverizer.removeRecipe(); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.removeShaped(); + +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.astralsorcery.Altar.addTraitAltarRecipe("MeatballCraft:shaped/internal/altar/apalachiaEMC", , 4500, 400, [ + , , ,, , + , , , ,, + , , ,, , + , , , ,, + ,, ,, , + //Outer Items, indices 25+ + , , , , , , , +], +"astralsorcery.constellation.pelotrio"); + +mods.actuallyadditions.Crusher.removeRecipe(); + +mods.thermalexpansion.Pulverizer.removeRecipe(); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +.withTag({Material: "elecanium"}), , .withTag({Material: "elecanium"}), +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +.withTag({Material: "elecanium"}), , .withTag({Material: "elecanium"}), +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ]]); + +mods.astralsorcery.Altar.addTraitAltarRecipe("MeatballCraft:shaped/internal/altar/skythernEMC", , 4500, 400, [ + , , ,, , + , , , ,, + , , ,, , + , , , ,, + ,, ,, .withTag({Fluid: {FluidName: "iron", Amount: 131072000}}), + //Outer Items, indices 25+ + , , , , , , , +], +"astralsorcery.constellation.vicio"); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +mods.actuallyadditions.Crusher.removeRecipe(); + +mods.thermalexpansion.Pulverizer.removeRecipe(); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.removeShaped(); +recipes.removeShaped(); + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ]]); + + + + +mods.extendedcrafting.TableCrafting.addShaped(*4, +[[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ], + +[, , , +, , , +, , ]]); + + +mods.extendedcrafting.CombinationCrafting.addRecipe(, 50000, , [, , , , ]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +mods.actuallyadditions.Crusher.removeRecipe(); + +mods.thermalexpansion.Pulverizer.removeRecipe(); + +mods.thaumcraft.Infusion.registerRecipe("stormlandfocusinf", "", +, 10, +[*100, *85], +, +[, , , ]); + +recipes.addShaped(*6, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(*6, +[[null, , null], +[, , ], +[null, , null]]); + +recipes.addShaped(.withTag({biome_id: 226}), +[[, , ], +[.withTag({astralsorcery: {constellationName: "astralsorcery.constellation.fornax", crystalProperties: {collectiveCapability: 100, size: 900, fract: 0, purity: 100, sizeOverride: -1}}}), , .withTag({astralsorcery: {constellationName: "astralsorcery.constellation.bootes", crystalProperties: {collectiveCapability: 100, size: 900, fract: 0, purity: 100, sizeOverride: -1}}})], +[, , ]]); \ No newline at end of file diff --git a/scripts/VetheaEasier.zs b/scripts/VetheaEasier.zs new file mode 100644 index 00000000..51f0ad8a --- /dev/null +++ b/scripts/VetheaEasier.zs @@ -0,0 +1,165 @@ +recipes.addShapeless(, +[, , +, ]); + +recipes.addShaped(, +[[, , ], +[, null, ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[null, null, ], +[null, null, ]]); + +recipes.addShaped(, +[[null, , null], +[null, , null], +[null, null, null]]); + +recipes.addShaped(*16, +[[null, , null], +[null, , null], +[null, , null]]); + +mods.appliedenergistics2.Grinder.addRecipe(*2, +, +4, +, +0.90, +, +0.20); + +mods.appliedenergistics2.Grinder.addRecipe(*2, +, +4, +, +0.80, +, +0.30); + +mods.appliedenergistics2.Grinder.addRecipe(*2, +, +4, +, +0.70, +, +0.50); + +mods.appliedenergistics2.Grinder.addRecipe(*2, +, +4, +, +0.70, +, +0.60); + +recipes.addShaped(*8, +[[null, , null], +[, , ], +[null, , null]]); + +mods.tconstruct.Melting.addRecipe( * 25, ); + +mods.tconstruct.Casting.addTableRecipe(, , , 200, true, 50); + +mods.tconstruct.Casting.addTableRecipe(, , , 75, true, 50); + +mods.tconstruct.Casting.addTableRecipe(, , , 5, true, 50); + +mods.tconstruct.Casting.addTableRecipe(, , , 25, true, 50); + +mods.tconstruct.Casting.addTableRecipe(, , , 25, true, 50); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(*64, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, .reuse(), ], +[, , ]]); + +recipes.addShaped(, +[[null, , null], +[, , ], +[null, , null]]); + +mods.bloodmagic.TartaricForge.addRecipe(,[, , , ], 150,100); + +mods.bloodmagic.TartaricForge.addRecipe(,[, , , ], 100,50); + +mods.bloodmagic.TartaricForge.addRecipe(,[, , , ], 100,50); + +mods.bloodmagic.TartaricForge.addRecipe(*6,[, , , ], 50,10); + +recipes.addShaped(*8, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, null, ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[null, null, null], +[, , ], +[null, , null]]); + +recipes.addShaped(, +[[null, null, null], +[, , ], +[null, , null]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + + +mods.extendedcrafting.TableCrafting.addShaped(, +[[, , , , , , ], +[, .withTag({bark: {id: "divinerpg:skythern_log", Count: 1 as byte, Damage: 0 as short}}), null, , null, .withTag({bark: {id: "divinerpg:skythern_log", Count: 1 as byte, Damage: 0 as short}}), ], +[, , null, , null, , ], +[, , , , , , ], +[, , null, , null, , ], +[, .withTag({bark: {id: "divinerpg:skythern_log", Count: 1 as byte, Damage: 0 as short}}), null, , null, .withTag({bark: {id: "divinerpg:skythern_log", Count: 1 as byte, Damage: 0 as short}}), ], +[, , , , , , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); diff --git a/scripts/VoidDimension.zs b/scripts/VoidDimension.zs new file mode 100644 index 00000000..09a1786d --- /dev/null +++ b/scripts/VoidDimension.zs @@ -0,0 +1,6 @@ +recipes.remove(); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); \ No newline at end of file diff --git a/scripts/WarpCleaner.zs b/scripts/WarpCleaner.zs new file mode 100644 index 00000000..62ffbe4f --- /dev/null +++ b/scripts/WarpCleaner.zs @@ -0,0 +1,40 @@ +#loader contenttweaker + +import mods.contenttweaker.Color; +import mods.contenttweaker.VanillaFactory; +import mods.contenttweaker.IItemRightClick; +import mods.contenttweaker.Commands; +import mods.contenttweaker.Item; +import mods.contenttweaker.BlockMaterial; + + +var warpNONO1 = VanillaFactory.createItem("dreading_warp_cleanser"); +warpNONO1.maxStackSize = 16; +warpNONO1.itemRightClick = function(stack, world, player, hand) { + Commands.call("thaumcraft warp @p add -5 perm", player, world, true, true); + stack.shrink(1); + return "Pass"; +}; +warpNONO1.register(); + +var warpNONO2 = VanillaFactory.createItem("omothol_warp_cleanser"); +warpNONO2.maxStackSize = 1; +warpNONO2.itemRightClick = function(stack, world, player, hand) { + Commands.call("thaumcraft warp @p set 0 perm", player, world, true, true); + Commands.call("thaumcraft warp @p set 0", player, world, true, true); + Commands.call("thaumcraft warp @p set 0 temp", player, world, true, true); + return "Pass"; +}; +warpNONO2.register(); + +var warpNONO3 = VanillaFactory.createItem("abyssal_wasteland_warp_cleanser"); +warpNONO3.maxStackSize = 1; +warpNONO3.itemRightClick = function(stack, world, player, hand) { + Commands.call("thaumcraft warp @p add -20", player, world, true, true); + Commands.call("thaumcraft warp @p add -20 temp", player, world, true, true); + stack.shrink(1); + return "Pass"; +}; +warpNONO3.register(); + + diff --git a/scripts/WateringGating.zs b/scripts/WateringGating.zs new file mode 100644 index 00000000..3f85653d --- /dev/null +++ b/scripts/WateringGating.zs @@ -0,0 +1,42 @@ +recipes.removeShaped(); +recipes.removeShaped(); +recipes.removeShaped(); +recipes.removeShaped(); + +recipes.remove(); + +recipes.removeShaped(); +recipes.removeShaped(); +recipes.removeShaped(); +recipes.removeShaped(); +recipes.removeShaped(); + +recipes.addShaped(, +[[, , null], +[, , ], +[, , null]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[null, , null]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[null, , null]]); + +recipes.addShaped(, +[[, , ], +[, , ], +[null, , null]]); + +recipes.addShaped(.withTag({Water: 60000, Mode: 4}), +[[, , ], +[, , ], +[null, , null]]); \ No newline at end of file diff --git a/scripts/WhitewashingAOA.zs b/scripts/WhitewashingAOA.zs new file mode 100644 index 00000000..b51887ec --- /dev/null +++ b/scripts/WhitewashingAOA.zs @@ -0,0 +1,12 @@ +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +mods.immersiveengineering.MetalPress.addRecipe(, +, +, 100); + +mods.immersiveengineering.MetalPress.addRecipe(, +, +, 100); diff --git a/scripts/WiresEasier.zs b/scripts/WiresEasier.zs new file mode 100644 index 00000000..95eed7dc --- /dev/null +++ b/scripts/WiresEasier.zs @@ -0,0 +1,7 @@ + + +mods.thermalexpansion.InductionSmelter.addRecipe(*3, , , 10000); + +mods.thermalexpansion.InductionSmelter.addRecipe(*3, , , 10000); + +mods.thermalexpansion.InductionSmelter.addRecipe(*12, , , 10000); \ No newline at end of file diff --git a/scripts/WootDMLEssence.zs b/scripts/WootDMLEssence.zs new file mode 100644 index 00000000..76656685 --- /dev/null +++ b/scripts/WootDMLEssence.zs @@ -0,0 +1,12 @@ +mods.extendedcrafting.EnderCrafting.addShaped(, +[[, , ], +[, , ], +[, , ]], 3); + +mods.thermalexpansion.Crucible.addRecipe(*1600, , 200); + +recipes.addShaped(*10, +[[null, , null], +[null, , null], +[null, null, null]]); + diff --git a/scripts/WootGating.zs b/scripts/WootGating.zs new file mode 100644 index 00000000..d9e2f850 --- /dev/null +++ b/scripts/WootGating.zs @@ -0,0 +1,29 @@ +recipes.remove(); + +recipes.remove(); + +furnace.remove(); + +mods.extendedcrafting.TableCrafting.addShaped(*6, +[[, null, , , ], +[, , , , null], +[, , , , ], +[null, , , , ], +[, , , null, ]]); + +recipes.addShapeless(*2, +[, , .reuse()]); + +recipes.addShaped(, +[[, , ], +[, , ], +[, , ]]); + +mods.techreborn.compressor.addRecipe(, , 40, 64); + +mods.techreborn.compressor.addRecipe(*2, , 40, 64); + +recipes.addShaped(.withTag({EntityTag: {id: "divinerpg:whale"}}), +[[, , ], +[, , ], +[, , ]]); diff --git a/scripts/XNetGating.zs b/scripts/XNetGating.zs new file mode 100644 index 00000000..270d2418 --- /dev/null +++ b/scripts/XNetGating.zs @@ -0,0 +1,13 @@ +recipes.removeShaped(); + +recipes.addShaped(*32, +[[, , ], +[, , ], +[, , ]]); + +recipes.removeShaped(); + +recipes.addShaped(*16, +[[, , ], +[, , ], +[, , ]]); diff --git a/scripts/enchants_list.txt b/scripts/enchants_list.txt new file mode 100644 index 00000000..3f83b631 --- /dev/null +++ b/scripts/enchants_list.txt @@ -0,0 +1,111 @@ + +- - Frost Imbuement I (at level 1, max level 4, treasure: no, enchant id 68) +- - Light Pierce I (at level 1, max level 5, treasure: no, enchant id 83) +- - Repellent I (at level 1, max level 4, treasure: no, enchant id 47) +- - Sweeping Edge I (at level 1, max level 3, treasure: no, enchant id 22) +- - Thorns I (at level 1, max level 3, treasure: no, enchant id 7) +- - Leech I (at level 1, max level 4, treasure: no, enchant id 89) +- - Withering (at level 1, max level 1, treasure: no, enchant id 44) +- - Rive I (at level 1, max level 3, treasure: no, enchant id 77) +- - Night Vision (at level 1, max level 1, treasure: no, enchant id 107) +- - Curse of Greed (at level 1, max level 1, treasure: no, enchant id 64) +- - Frost Walker I (at level 1, max level 2, treasure: yes, enchant id 9) +- - Eternal Compass (at level 1, max level 1, treasure: no, enchant id 75) +- - Punch I (at level 1, max level 2, treasure: no, enchant id 49) +- - Sharpness I (at level 1, max level 5, treasure: no, enchant id 16) +- - Efficiency I (at level 1, max level 5, treasure: no, enchant id 32) +- - Quickdraw (at level 1, max level 1, treasure: no, enchant id 102) +- - Smashing (at level 1, max level 1, treasure: no, enchant id 91) +- - Recharge I (at level 1, max level 5, treasure: no, enchant id 57) +- - Control I (at level 1, max level 3, treasure: no, enchant id 58) +- - Lure I (at level 1, max level 3, treasure: no, enchant id 62) +- - Implosion I (at level 1, max level 5, treasure: no, enchant id 13) +- - Fire Aspect I (at level 1, max level 2, treasure: no, enchant id 20) +- - Crush I (at level 1, max level 3, treasure: no, enchant id 60) +- - Plague Bringer I (at level 1, max level 3, treasure: no, enchant id 43) +- - Imbuement I (at level 1, max level 4, treasure: no, enchant id 65) +- - Reaper I (at level 1, max level 5, treasure: no, enchant id 11) +- - Scorching Heat (at level 1, max level 1, treasure: no, enchant id 108) +- - Fortune I (at level 1, max level 3, treasure: no, enchant id 35) +- - Unstable I (at level 1, max level 3, treasure: no, enchant id 29) +- - Aftershock I (at level 1, max level 2, treasure: no, enchant id 78) +- - Flim Flam I (at level 1, max level 4, treasure: no, enchant id 31) +- - Mending (at level 1, max level 1, treasure: yes, enchant id 70) +- - Knockback I (at level 1, max level 2, treasure: no, enchant id 19) +- - Kaboomerang I (at level 1, max level 3, treasure: no, enchant id 23) +- - Headhunter I (at level 1, max level 3, treasure: no, enchant id 80) +- - Shock Protection I (at level 1, max level 4, treasure: no, enchant id 73) +- - Archmage I (at level 1, max level 3, treasure: no, enchant id 55) +- - Aqua Affinity (at level 1, max level 1, treasure: no, enchant id 6) +- - Smack I (at level 1, max level 4, treasure: no, enchant id 15) +- - Soul Stealer I (at level 1, max level 5, treasure: no, enchant id 79) +- - Multi-Shot (at level 1, max level 1, treasure: no, enchant id 101) +- - Magic Protection I (at level 1, max level 4, treasure: no, enchant id 74) +- - Beheading (at level 1, max level 1, treasure: no, enchant id 96) +- - Curse of Vanishing (at level 1, max level 1, treasure: yes, enchant id 71) +- - Auto-Smelt (at level 1, max level 1, treasure: no, enchant id 39) +- - Auto-Smelt (at level 1, max level 1, treasure: no, enchant id 95) +- - Depth Strider I (at level 1, max level 3, treasure: no, enchant id 8) +- - Form I (at level 1, max level 3, treasure: no, enchant id 63) +- - Multi-Jump I (at level 1, max level 5, treasure: no, enchant id 98) +- - Venom I (at level 1, max level 2, treasure: no, enchant id 104) +- - Fuel Efficiency I (at level 1, max level 4, treasure: no, enchant id 109) +- - Tombstone Soulbound (at level 1, max level 1, treasure: no, enchant id 41) +- - Protection I (at level 1, max level 4, treasure: no, enchant id 0) +- - Intervention (at level 1, max level 1, treasure: yes, enchant id 54) +- - Electric Efficiency I (at level 1, max level 4, treasure: no, enchant id 36) +- - Experience Boost I (at level 1, max level 3, treasure: no, enchant id 106) +- - Luck of the Sea I (at level 1, max level 3, treasure: no, enchant id 61) +- - Magnet I (at level 1, max level 3, treasure: no, enchant id 100) +- - Flame (at level 1, max level 1, treasure: no, enchant id 50) +- - Feather Falling I (at level 1, max level 4, treasure: no, enchant id 2) +- - Insight I (at level 1, max level 3, treasure: no, enchant id 88) +- - Destruction I (at level 1, max level 3, treasure: no, enchant id 14) +- - Curse of Binding (at level 1, max level 1, treasure: yes, enchant id 10) +- - Multi-rend (at level 1, max level 1, treasure: no, enchant id 86) +- - Projectile Protection I (at level 1, max level 4, treasure: no, enchant id 4) +- - Smite I (at level 1, max level 5, treasure: no, enchant id 17) +- - Sever I (at level 1, max level 5, treasure: no, enchant id 56) +- - Brace (at level 1, max level 1, treasure: no, enchant id 53) +- - Coralium (at level 1, max level 1, treasure: no, enchant id 81) +- - Soulbound I (at level 1, max level 3, treasure: no, enchant id 93) +- - Magic Protection I (at level 1, max level 4, treasure: no, enchant id 69) +- - Decay (at level 1, max level 1, treasure: no, enchant id 46) +- - Burnerang (at level 1, max level 1, treasure: no, enchant id 25) +- - Magic Siphon I (at level 1, max level 5, treasure: no, enchant id 42) +- - Soulbound (at level 1, max level 1, treasure: no, enchant id 45) +- - Unbreaking I (at level 1, max level 3, treasure: no, enchant id 34) +- - Multishot I (at level 1, max level 4, treasure: no, enchant id 90) +- - Last Stand I (at level 1, max level 2, treasure: no, enchant id 30) +- - Vorpal I (at level 1, max level 3, treasure: no, enchant id 94) +- - Frost Protection I (at level 1, max level 4, treasure: no, enchant id 72) +- - Boomereaperang (at level 1, max level 1, treasure: no, enchant id 27) +- - Life Leech I (at level 1, max level 2, treasure: no, enchant id 99) +- - Bladerang I (at level 1, max level 5, treasure: no, enchant id 26) +- - Wrecking I (at level 1, max level 5, treasure: no, enchant id 12) +- - Fire Protection I (at level 1, max level 4, treasure: no, enchant id 1) +- - Sapping I (at level 1, max level 3, treasure: no, enchant id 85) +- - Power I (at level 1, max level 5, treasure: no, enchant id 48) +- - Reading (at level 1, max level 1, treasure: no, enchant id 76) +- - Waterwalking (at level 1, max level 1, treasure: no, enchant id 105) +- - Block Reach (at level 1, max level 1, treasure: no, enchant id 103) +- - Shadow Step I (at level 1, max level 5, treasure: no, enchant id 40) +- - Airtight Seal (at level 1, max level 1, treasure: no, enchant id 37) +- - Smelting (at level 1, max level 1, treasure: no, enchant id 92) +- - Holding I (at level 1, max level 4, treasure: no, enchant id 87) +- - Shimmer (at level 1, max level 1, treasure: yes, enchant id 52) +- - Blast Protection I (at level 1, max level 4, treasure: no, enchant id 3) +- - Bane of Arthropods I (at level 1, max level 5, treasure: no, enchant id 18) +- - XP Boost I (at level 1, max level 3, treasure: no, enchant id 38) +- - Silk Touch (at level 1, max level 1, treasure: no, enchant id 33) +- - Looting I (at level 1, max level 3, treasure: no, enchant id 21) +- - Zoomerang I (at level 1, max level 3, treasure: no, enchant id 24) +- - Dread (at level 1, max level 1, treasure: no, enchant id 82) +- - Magnetic (at level 1, max level 1, treasure: no, enchant id 28) +- - Respiration I (at level 1, max level 3, treasure: no, enchant id 5) +- - Imbuement I (at level 1, max level 4, treasure: no, enchant id 66) +- - Excavation I (at level 1, max level 3, treasure: no, enchant id 97) +- - Iron Wall (at level 1, max level 1, treasure: no, enchant id 84) +- - Fire Imbuement I (at level 1, max level 4, treasure: no, enchant id 67) +- - Shell I (at level 1, max level 3, treasure: no, enchant id 59) +- - Infinity (at level 1, max level 1, treasure: no, enchant id 51) diff --git a/scripts/gamestagesarmor.txt b/scripts/gamestagesarmor.txt new file mode 100644 index 00000000..00962479 --- /dev/null +++ b/scripts/gamestagesarmor.txt @@ -0,0 +1,275 @@ +import mods.armoreablemobs.ArmorHandler; +import mods.armoreablemobs.ArmorEntity; +import mods.armoreablemobs.ArmorSlot; +import mods.armoreablemobs.ArmorGroup; + +var upzombie = ArmorHandler.createArmorEntity("minecraft:zombie").withNBTCheck("Health", 10.0, "GREATER"); +var upskelly = ArmorHandler.createArmorEntity("minecraft:skeleton").withNBTCheck("Health", 10.0, "GREATER"); +var creeper = ArmorHandler.createArmorEntity("minecraft:creeper").withNBTCheck("Health", 10.0, "GREATER"); +var nightfly = ArmorHandler.createArmorEntity("aoa3:nightfly").withNBTCheck("Health", 1.0, "GREATER"); +var nightreaper = ArmorHandler.createArmorEntity("aoa3:night_reaper").withNBTCheck("Health", 1.0, "GREATER"); +var bugeye = ArmorHandler.createArmorEntity("aoa3:bugeye").withNBTCheck("Health", 1.0, "GREATER"); +var crab = ArmorHandler.createArmorEntity("divinerpg:crab").withNBTCheck("Health", 1.0, "GREATER"); +var cyclop1 = ArmorHandler.createArmorEntity("aoa3:cyclops").withNBTCheck("Health", 1.0, "GREATER"); +var cyclop2 = ArmorHandler.createArmorEntity("divinerpg:cyclops").withNBTCheck("Health", 1.0, "GREATER"); +var goblin = ArmorHandler.createArmorEntity("aoa3:goblin").withNBTCheck("Health", 1.0, "GREATER"); +var glacon = ArmorHandler.createArmorEntity("divinerpg:glacon").withNBTCheck("Health", 1.0, "GREATER"); +var minerdiv = ArmorHandler.createArmorEntity("divinerpg:miner").withNBTCheck("Health", 1.0, "GREATER"); +var dicer = ArmorHandler.createArmorEntity("aoa3:dicer").withNBTCheck("Health", 1.0, "GREATER"); +var pumpkinspider = ArmorHandler.createArmorEntity("divinerpg:pumpkin_spider").withNBTCheck("Health", 1.0, "GREATER"); +////////////////// +var kingcharger = ArmorHandler.createArmorEntity("aoa3:king_charger").withNBTCheck("Health", 1.0, "GREATER"); +var nethengeicbeast = ArmorHandler.createArmorEntity("aoa3:nethengeic_beast").withNBTCheck("Health", 1.0, "GREATER"); +var sabretooth = ArmorHandler.createArmorEntity("aoa3:sabretooth").withNBTCheck("Health", 1.0, "GREATER"); +var kaiyu = ArmorHandler.createArmorEntity("aoa3:kaiyu").withNBTCheck("Health", 1.0, "GREATER"); +var zhinx = ArmorHandler.createArmorEntity("aoa3:zhinx").withNBTCheck("Health", 1.0, "GREATER"); +var host = ArmorHandler.createArmorEntity("aoa3:host").withNBTCheck("Health", 1.0, "GREATER"); +var arocknid = ArmorHandler.createArmorEntity("aoa3:arocknid").withNBTCheck("Health", 1.0, "GREATER"); +var bloodsucker = ArmorHandler.createArmorEntity("aoa3:bloodsucker").withNBTCheck("Health", 1.0, "GREATER"); +var flesh_eater = ArmorHandler.createArmorEntity("aoa3:flesh_eater").withNBTCheck("Health", 1.0, "GREATER"); +var jawe = ArmorHandler.createArmorEntity("aoa3:jawe").withNBTCheck("Health", 1.0, "GREATER"); +var occulent = ArmorHandler.createArmorEntity("aoa3:occulent").withNBTCheck("Health", 1.0, "GREATER"); +var angelica = ArmorHandler.createArmorEntity("aoa3:angelica").withNBTCheck("Health", 1.0, "GREATER"); +var voliant = ArmorHandler.createArmorEntity("aoa3:voliant").withNBTCheck("Health", 1.0, "GREATER"); +var nightwing = ArmorHandler.createArmorEntity("aoa3:nightwing").withNBTCheck("Health", 1.0, "GREATER"); +var arkzyne = ArmorHandler.createArmorEntity("aoa3:arkzyne").withNBTCheck("Health", 1.0, "GREATER"); +var basilisk = ArmorHandler.createArmorEntity("aoa3:basilisk").withNBTCheck("Health", 1.0, "GREATER"); +var crusilisk = ArmorHandler.createArmorEntity("aoa3:crusilisk").withNBTCheck("Health", 1.0, "GREATER"); +var devourer = ArmorHandler.createArmorEntity("aoa3:devourer").withNBTCheck("Health", 1.0, "GREATER"); +var dusteiva = ArmorHandler.createArmorEntity("aoa3:dusteiva").withNBTCheck("Health", 1.0, "GREATER"); +var duston = ArmorHandler.createArmorEntity("aoa3:duston").withNBTCheck("Health", 1.0, "GREATER"); +var dust_strider = ArmorHandler.createArmorEntity("aoa3:dust_strider").withNBTCheck("Health", 1.0, "GREATER"); +var lost_soul = ArmorHandler.createArmorEntity("aoa3:lost_soul").withNBTCheck("Health", 1.0, "GREATER"); +var lurker = ArmorHandler.createArmorEntity("aoa3:lurker").withNBTCheck("Health", 1.0, "GREATER"); +var merkyre = ArmorHandler.createArmorEntity("aoa3:merkyre").withNBTCheck("Health", 1.0, "GREATER"); +var stalker = ArmorHandler.createArmorEntity("aoa3:stalker").withNBTCheck("Health", 1.0, "GREATER"); +var reaver = ArmorHandler.createArmorEntity("aoa3:reaver").withNBTCheck("Health", 1.0, "GREATER"); +var urioh = ArmorHandler.createArmorEntity("aoa3:urioh").withNBTCheck("Health", 1.0, "GREATER"); +var goldum = ArmorHandler.createArmorEntity("aoa3:goldum").withNBTCheck("Health", 1.0, "GREATER"); +var skeledon = ArmorHandler.createArmorEntity("aoa3:skeledon").withNBTCheck("Health", 1.0, "GREATER"); +var skelekyte = ArmorHandler.createArmorEntity("aoa3:skelekyte").withNBTCheck("Health", 1.0, "GREATER"); +var goldus = ArmorHandler.createArmorEntity("aoa3:goldus").withNBTCheck("Health", 1.0, "GREATER"); +var shavo = ArmorHandler.createArmorEntity("aoa3:shavo").withNBTCheck("Health", 1.0, "GREATER"); +var urv = ArmorHandler.createArmorEntity("aoa3:urv").withNBTCheck("Health", 1.0, "GREATER"); +var visage = ArmorHandler.createArmorEntity("aoa3:visage").withNBTCheck("Health", 1.0, "GREATER"); +var ghastus = ArmorHandler.createArmorEntity("aoa3:ghastus").withNBTCheck("Health", 1.0, "GREATER"); +var bobo = ArmorHandler.createArmorEntity("aoa3:bobo").withNBTCheck("Health", 1.0, "GREATER"); +var chocko = ArmorHandler.createArmorEntity("aoa3:chocko").withNBTCheck("Health", 1.0, "GREATER"); +var happy = ArmorHandler.createArmorEntity("aoa3:happy").withNBTCheck("Health", 1.0, "GREATER"); +var jumbo = ArmorHandler.createArmorEntity("aoa3:jumbo").withNBTCheck("Health", 1.0, "GREATER"); +var koko = ArmorHandler.createArmorEntity("aoa3:koko").withNBTCheck("Health", 1.0, "GREATER"); +var kranky = ArmorHandler.createArmorEntity("aoa3:kranky").withNBTCheck("Health", 1.0, "GREATER"); +var snappy = ArmorHandler.createArmorEntity("aoa3:snappy").withNBTCheck("Health", 1.0, "GREATER"); +var sticky = ArmorHandler.createArmorEntity("aoa3:sticky").withNBTCheck("Health", 1.0, "GREATER"); +var stitches = ArmorHandler.createArmorEntity("aoa3:stitches").withNBTCheck("Health", 1.0, "GREATER"); +var tipsy = ArmorHandler.createArmorEntity("aoa3:tipsy").withNBTCheck("Health", 1.0, "GREATER"); +var eeo = ArmorHandler.createArmorEntity("aoa3:eeo").withNBTCheck("Health", 1.0, "GREATER"); +var halycon = ArmorHandler.createArmorEntity("aoa3:halycon").withNBTCheck("Health", 1.0, "GREATER"); +var dawnlight = ArmorHandler.createArmorEntity("aoa3:dawnlight").withNBTCheck("Health", 1.0, "GREATER"); +var rainicorn = ArmorHandler.createArmorEntity("aoa3:rainicorn").withNBTCheck("Health", 1.0, "GREATER"); +var airhead = ArmorHandler.createArmorEntity("aoa3:airhead").withNBTCheck("Health", 1.0, "GREATER"); +var candy_corn = ArmorHandler.createArmorEntity("aoa3:candy_corn").withNBTCheck("Health", 1.0, "GREATER"); +var cane_bug = ArmorHandler.createArmorEntity("aoa3:cane_bug").withNBTCheck("Health", 1.0, "GREATER"); +var cherry_blaster = ArmorHandler.createArmorEntity("aoa3:cherry_blaster").withNBTCheck("Health", 1.0, "GREATER"); +var gingerbird = ArmorHandler.createArmorEntity("aoa3:gingerbird").withNBTCheck("Health", 1.0, "GREATER"); +var lollypopper = ArmorHandler.createArmorEntity("aoa3:lollypopper").withNBTCheck("Health", 1.0, "GREATER"); +var archvine = ArmorHandler.createArmorEntity("aoa3:archvine").withNBTCheck("Health", 1.0, "GREATER"); +var broccohead = ArmorHandler.createArmorEntity("aoa3:broccohead").withNBTCheck("Health", 1.0, "GREATER"); +var carrotop = ArmorHandler.createArmorEntity("aoa3:carrotop").withNBTCheck("Health", 1.0, "GREATER"); +var corny = ArmorHandler.createArmorEntity("aoa3:corny").withNBTCheck("Health", 1.0, "GREATER"); +var daysee = ArmorHandler.createArmorEntity("aoa3:daysee").withNBTCheck("Health", 1.0, "GREATER"); +var flowerface = ArmorHandler.createArmorEntity("aoa3:flowerface").withNBTCheck("Health", 1.0, "GREATER"); +var pod_plant = ArmorHandler.createArmorEntity("aoa3:pod_plant").withNBTCheck("Health", 1.0, "GREATER"); +var squasher = ArmorHandler.createArmorEntity("aoa3:squasher").withNBTCheck("Health", 1.0, "GREATER"); +var sunny = ArmorHandler.createArmorEntity("aoa3:sunny").withNBTCheck("Health", 1.0, "GREATER"); +var vine_wizard = ArmorHandler.createArmorEntity("aoa3:vine_wizard").withNBTCheck("Health", 1.0, "GREATER"); +var mechachron = ArmorHandler.createArmorEntity("aoa3:mechachron").withNBTCheck("Health", 1.0, "GREATER"); +var mechamaton = ArmorHandler.createArmorEntity("aoa3:mechamaton").withNBTCheck("Health", 1.0, "GREATER"); +var enforcer = ArmorHandler.createArmorEntity("aoa3:enforcer").withNBTCheck("Health", 1.0, "GREATER"); +var mechyon = ArmorHandler.createArmorEntity("aoa3:mechyon").withNBTCheck("Health", 1.0, "GREATER"); +var polytom = ArmorHandler.createArmorEntity("aoa3:polytom").withNBTCheck("Health", 1.0, "GREATER"); +var voltron = ArmorHandler.createArmorEntity("aoa3:voltron").withNBTCheck("Health", 1.0, "GREATER"); +var ariel = ArmorHandler.createArmorEntity("aoa3:ariel").withNBTCheck("Health", 1.0, "GREATER"); +var bouncer = ArmorHandler.createArmorEntity("aoa3:bouncer").withNBTCheck("Health", 1.0, "GREATER"); +var paladin = ArmorHandler.createArmorEntity("aoa3:paladin").withNBTCheck("Health", 1.0, "GREATER"); +var rune_templar = ArmorHandler.createArmorEntity("aoa3:rune_templar").withNBTCheck("Health", 1.0, "GREATER"); +var runicorn = ArmorHandler.createArmorEntity("aoa3:runicorn").withNBTCheck("Health", 1.0, "GREATER"); +var runicorn_rider = ArmorHandler.createArmorEntity("aoa3:runicorn_rider").withNBTCheck("Health", 1.0, "GREATER"); +var runic_guardian = ArmorHandler.createArmorEntity("aoa3:runic_guardian").withNBTCheck("Health", 1.0, "GREATER"); +var runic_lifeform = ArmorHandler.createArmorEntity("aoa3:runic_lifeform").withNBTCheck("Health", 1.0, "GREATER"); +var spectral_wizard = ArmorHandler.createArmorEntity("aoa3:spectral_wizard").withNBTCheck("Health", 1.0, "GREATER"); +var construct_flight = ArmorHandler.createArmorEntity("aoa3:construct_flight").withNBTCheck("Health", 1.0, "GREATER"); +var construct_mind = ArmorHandler.createArmorEntity("aoa3:construct_mind").withNBTCheck("Health", 1.0, "GREATER"); +var construct_range = ArmorHandler.createArmorEntity("aoa3:construct_range").withNBTCheck("Health", 1.0, "GREATER"); +var construct_resistance = ArmorHandler.createArmorEntity("aoa3:construct_resistance").withNBTCheck("Health", 1.0, "GREATER"); +var construct_speed = ArmorHandler.createArmorEntity("aoa3:construct_speed").withNBTCheck("Health", 1.0, "GREATER"); +var construct_strength = ArmorHandler.createArmorEntity("aoa3:construct_strength").withNBTCheck("Health", 1.0, "GREATER"); +var construct_terror = ArmorHandler.createArmorEntity("aoa3:construct_terror").withNBTCheck("Health", 1.0, "GREATER"); +var fungat = ArmorHandler.createArmorEntity("aoa3:fungat").withNBTCheck("Health", 1.0, "GREATER"); +var fungback = ArmorHandler.createArmorEntity("aoa3:fungback").withNBTCheck("Health", 1.0, "GREATER"); +var fungik = ArmorHandler.createArmorEntity("aoa3:fungik").withNBTCheck("Health", 1.0, "GREATER"); +var fungock = ArmorHandler.createArmorEntity("aoa3:fungock").withNBTCheck("Health", 1.0, "GREATER"); +var runic_golem = ArmorHandler.createArmorEntity("aoa3:runic_golem").withNBTCheck("Health", 1.0, "GREATER"); +var alarmo = ArmorHandler.createArmorEntity("aoa3:alarmo").withNBTCheck("Health", 1.0, "GREATER"); +var centinel = ArmorHandler.createArmorEntity("aoa3:centinel").withNBTCheck("Health", 1.0, "GREATER"); +var destructor = ArmorHandler.createArmorEntity("aoa3:destructor").withNBTCheck("Health", 1.0, "GREATER"); +var fischer = ArmorHandler.createArmorEntity("aoa3:fischer").withNBTCheck("Health", 1.0, "GREATER"); +var gadgetoid = ArmorHandler.createArmorEntity("aoa3:gadgetoid").withNBTCheck("Health", 1.0, "GREATER"); +var slimer = ArmorHandler.createArmorEntity("aoa3:slimer").withNBTCheck("Health", 1.0, "GREATER"); +var toxxulous = ArmorHandler.createArmorEntity("aoa3:toxxulous").withNBTCheck("Health", 1.0, "GREATER"); +var amphibior = ArmorHandler.createArmorEntity("aoa3:amphibior").withNBTCheck("Health", 1.0, "GREATER"); +var angler = ArmorHandler.createArmorEntity("aoa3:angler").withNBTCheck("Health", 1.0, "GREATER"); +var mermage = ArmorHandler.createArmorEntity("aoa3:mermage").withNBTCheck("Health", 1.0, "GREATER"); +var muncher = ArmorHandler.createArmorEntity("aoa3:muncher").withNBTCheck("Health", 1.0, "GREATER"); +var neptuno = ArmorHandler.createArmorEntity("aoa3:neptuno").withNBTCheck("Health", 1.0, "GREATER"); +var sea_viper = ArmorHandler.createArmorEntity("aoa3:sea_viper").withNBTCheck("Health", 1.0, "GREATER"); +var faceless_floater = ArmorHandler.createArmorEntity("aoa3:faceless_floater").withNBTCheck("Health", 1.0, "GREATER"); +var grillface = ArmorHandler.createArmorEntity("aoa3:grillface").withNBTCheck("Health", 1.0, "GREATER"); +var hunter = ArmorHandler.createArmorEntity("aoa3:hunter").withNBTCheck("Health", 1.0, "GREATER"); +var silencer = ArmorHandler.createArmorEntity("aoa3:shifter").withNBTCheck("Health", 1.0, "GREATER"); +var silencer = ArmorHandler.createArmorEntity("aoa3:silencer").withNBTCheck("Health", 1.0, "GREATER"); +var skull_creature = ArmorHandler.createArmorEntity("aoa3:skull_creature").withNBTCheck("Health", 1.0, "GREATER"); +var valkyrie = ArmorHandler.createArmorEntity("aoa3:valkyrie").withNBTCheck("Health", 1.0, "GREATER"); +var arcbeast = ArmorHandler.createArmorEntity("aoa3:arcbeast").withNBTCheck("Health", 1.0, "GREATER"); +var arc_flower = ArmorHandler.createArmorEntity("aoa3:arc_flower").withNBTCheck("Health", 1.0, "GREATER"); +var arcworm = ArmorHandler.createArmorEntity("aoa3:arcworm").withNBTCheck("Health", 1.0, "GREATER"); +var axiolight = ArmorHandler.createArmorEntity("aoa3:axiolight").withNBTCheck("Health", 1.0, "GREATER"); +var lightwalker = ArmorHandler.createArmorEntity("aoa3:lightwalker").withNBTCheck("Health", 1.0, "GREATER"); +var luxocron = ArmorHandler.createArmorEntity("aoa3:luxocron").withNBTCheck("Health", 1.0, "GREATER"); +var omnilight = ArmorHandler.createArmorEntity("aoa3:omnilight").withNBTCheck("Health", 1.0, "GREATER"); +var shyre_knight = ArmorHandler.createArmorEntity("aoa3:shyre_knight").withNBTCheck("Health", 1.0, "GREATER"); +var soulscorne = ArmorHandler.createArmorEntity("aoa3:soulscorne").withNBTCheck("Health", 1.0, "GREATER"); +var soulvyre = ArmorHandler.createArmorEntity("aoa3:soulvyre").withNBTCheck("Health", 1.0, "GREATER"); +var stimulo = ArmorHandler.createArmorEntity("aoa3:stimulo").withNBTCheck("Health", 1.0, "GREATER"); +var stimulosus = ArmorHandler.createArmorEntity("aoa3:stimulosus").withNBTCheck("Health", 1.0, "GREATER"); +var sysker = ArmorHandler.createArmorEntity("aoa3:sysker").withNBTCheck("Health", 1.0, "GREATER"); + + + +var modulargroup = ArmorHandler.createArmorGroup("modulargroup", 0.9); +modulargroup.addEntity(upzombie); +modulargroup.addEntity(upskelly); +modulargroup.addEntity(creeper); +modulargroup.addEntity(nightfly); +modulargroup.addEntity(nightreaper); +modulargroup.addEntity(bugeye); +modulargroup.addEntity(crab); +modulargroup.addEntity(cyclop1); +modulargroup.addEntity(cyclop2); +modulargroup.addEntity(goblin); +modulargroup.addEntity(glacon); +modulargroup.addEntity(dicer); +modulargroup.addEntity(minerdiv); +modulargroup.addArmor(ArmorHandler.createArmorSlot("head", , 1, 0.01)); +modulargroup.addArmor(ArmorHandler.createArmorSlot("chest", , 1, 0.01)); +modulargroup.addArmor(ArmorHandler.createArmorSlot("legs", , 1, 0.01)); +modulargroup.addArmor(ArmorHandler.createArmorSlot("feet", , 1, 0.01)); +modulargroup.addGameStage("ModularStage"); + +var modulargroupzom = ArmorHandler.createArmorGroup("modulargroupzom", 1.0); +modulargroupzom.addEntity(upzombie); +modulargroupzom.addArmor(ArmorHandler.createArmorSlot("mainhand", , 1, 0.1)); +modulargroupzom.addGameStage("ModularStage"); + +var modulargroupske = ArmorHandler.createArmorGroup("modulargroupske", 1.0); +modulargroupske.addEntity(upskelly); +modulargroupske.addArmor(ArmorHandler.createArmorSlot("mainhand", , 1, 0.1)); +modulargroupske.addGameStage("ModularStage"); + +var bloodmastergroup = ArmorHandler.createArmorGroup("bloodmastergroup", 0.9); +bloodmastergroup.addEntity(upzombie); +bloodmastergroup.addEntity(upskelly); +bloodmastergroup.addEntity(creeper); +bloodmastergroup.addEntity(nightfly); +bloodmastergroup.addEntity(nightreaper); +bloodmastergroup.addEntity(bugeye); +bloodmastergroup.addEntity(crab); +bloodmastergroup.addEntity(cyclop1); +bloodmastergroup.addEntity(cyclop2); +bloodmastergroup.addEntity(goblin); +bloodmastergroup.addEntity(glacon); +bloodmastergroup.addEntity(dicer); +bloodmastergroup.addEntity(minerdiv); +bloodmastergroup.addEntity(pumpkinspider); +bloodmastergroup.addEntity(pumpkinspider); +bloodmastergroup.addArmor(ArmorHandler.createArmorSlot("head", , 1, 0.05)); +bloodmastergroup.addArmor(ArmorHandler.createArmorSlot("chest", , 1, 0.05)); +bloodmastergroup.addArmor(ArmorHandler.createArmorSlot("legs", , 1, 0.05)); +bloodmastergroup.addArmor(ArmorHandler.createArmorSlot("feet", , 1, 0.05)); +bloodmastergroup.addGameStage("ModularStage"); + +var bloodmastergroupzom = ArmorHandler.createArmorGroup("bloodmastergroupzom", 1.0); +bloodmastergroupzom.addEntity(upzombie); +bloodmastergroupzom.addArmor(ArmorHandler.createArmorSlot("mainhand", , 1, 0.1)); +bloodmastergroupzom.addGameStage("ModularStage"); + +var bloodmastergroupske = ArmorHandler.createArmorGroup("bloodmastergroupske", 1.0); +bloodmastergroupske.addEntity(upskelly); +bloodmastergroupske.addArmor(ArmorHandler.createArmorSlot("mainhand", , 1, 0.1)); +bloodmastergroupske.addGameStage("ModularStage"); + +var divinegroup = ArmorHandler.createArmorGroup("divinegroup", 0.9); +divinegroup.addEntity(upzombie); +divinegroup.addEntity(upskelly); +divinegroup.addEntity(creeper); +divinegroup.addEntity(nightfly); +divinegroup.addEntity(nightreaper); +divinegroup.addEntity(bugeye); +divinegroup.addEntity(crab); +divinegroup.addEntity(cyclop1); +divinegroup.addEntity(cyclop2); +divinegroup.addEntity(goblin); +divinegroup.addEntity(glacon); +divinegroup.addEntity(dicer); +divinegroup.addEntity(minerdiv); +divinegroup.addArmor(ArmorHandler.createArmorSlot("head", , 1, 0.001)); +divinegroup.addArmor(ArmorHandler.createArmorSlot("chest", , 1, 0.001)); +divinegroup.addArmor(ArmorHandler.createArmorSlot("legs", , 1, 0.001)); +divinegroup.addArmor(ArmorHandler.createArmorSlot("feet", , 1, 0.001)); +divinegroup.addGameStage("DivineStage"); + +var divinegroupzom = ArmorHandler.createArmorGroup("divinegroupzom", 1.0); +divinegroupzom.addEntity(upzombie); +divinegroupzom.addArmor(ArmorHandler.createArmorSlot("mainhand", , 1, 0.001)); +divinegroupzom.addGameStage("DivineStage"); + + +var draconicgroup = ArmorHandler.createArmorGroup("draconicgroup", 0.9); +draconicgroup.addEntity(upzombie); +draconicgroup.addEntity(upskelly); +draconicgroup.addEntity(creeper); +draconicgroup.addEntity(nightfly); +draconicgroup.addEntity(nightreaper); +draconicgroup.addEntity(bugeye); +draconicgroup.addEntity(crab); +draconicgroup.addEntity(cyclop1); +draconicgroup.addEntity(cyclop2); +draconicgroup.addEntity(goblin); +draconicgroup.addEntity(glacon); +draconicgroup.addEntity(dicer); +draconicgroup.addEntity(minerdiv); +draconicgroup.addArmor(ArmorHandler.createArmorSlot("head", , 1, 0.01)); +draconicgroup.addArmor(ArmorHandler.createArmorSlot("chest", , 1, 0.01)); +draconicgroup.addArmor(ArmorHandler.createArmorSlot("legs", , 1, 0.01)); +draconicgroup.addArmor(ArmorHandler.createArmorSlot("feet", , 1, 0.01)); +draconicgroup.addGameStage("DraconicStage"); + +var avaritiagroup = ArmorHandler.createArmorGroup("avaritiagroup", 0.9); +avaritiagroup.addEntity(upzombie); +avaritiagroup.addEntity(upskelly); +avaritiagroup.addEntity(creeper); +avaritiagroup.addEntity(nightfly); +avaritiagroup.addEntity(nightreaper); +avaritiagroup.addEntity(bugeye); +avaritiagroup.addEntity(crab); +avaritiagroup.addEntity(cyclop1); +avaritiagroup.addEntity(cyclop2); +avaritiagroup.addEntity(goblin); +avaritiagroup.addEntity(glacon); +avaritiagroup.addEntity(dicer); +avaritiagroup.addEntity(minerdiv); +avaritiagroup.addArmor(ArmorHandler.createArmorSlot("head", , 1, 0.0001)); +avaritiagroup.addArmor(ArmorHandler.createArmorSlot("chest", , 1, 0.0001)); +avaritiagroup.addArmor(ArmorHandler.createArmorSlot("legs", , 1, 0.0001)); +avaritiagroup.addArmor(ArmorHandler.createArmorSlot("feet", , 1, 0.0001)); +avaritiagroup.addGameStage("BrightsteelForging"); \ No newline at end of file